Version Description
- March 24, 2015 =
Fixes
- API key field value was not properly escaped.
- Background images were stripped from submit buttons.
Improvements
- Better sanitising of all settings
- Updated all translations
Additions
- Added
mc4wp_before_checkbox
andmc4wp_after_checkbox
filters to easily add more fields to sign-up checkbox integrations. - Added some helper methods related to interest groupings to
MC4WP_MailChimp
class. - Allow setting custom MailChimp lists to subscribe to using
lists
attribute on shortcode.
Download this release
Release Info
Developer | DvanKooten |
Plugin | MailChimp for WordPress |
Version | 2.2.8 |
Comparing to | |
See all releases |
Code changes from version 2.2.3 to 2.2.8
- README.md +0 -39
- assets/css/checkbox.css +13 -3
- assets/css/checkbox.css.map +1 -1
- assets/css/checkbox.min.css +1 -1
- assets/css/form-theme-blue.css +20 -26
- assets/css/form-theme-blue.css.map +1 -1
- assets/css/form-theme-blue.min.css +1 -1
- assets/css/form-theme-dark.css +20 -26
- assets/css/form-theme-dark.css.map +1 -1
- assets/css/form-theme-dark.min.css +1 -1
- assets/css/form-theme-green.css +20 -26
- assets/css/form-theme-green.css.map +1 -1
- assets/css/form-theme-green.min.css +1 -1
- assets/css/form-theme-light.css +20 -26
- assets/css/form-theme-light.css.map +1 -1
- assets/css/form-theme-light.min.css +1 -1
- assets/css/form-theme-red.css +20 -26
- assets/css/form-theme-red.css.map +1 -1
- assets/css/form-theme-red.min.css +1 -1
- assets/css/form.css +15 -26
- assets/css/form.css.map +1 -1
- assets/css/form.min.css +1 -1
- assets/css/index.php +6 -6
- assets/img/index.php +6 -6
- assets/index.php +6 -6
- assets/js/admin.js +124 -43
- assets/js/admin.min.js +1 -1
- assets/js/form-request.js +66 -50
- assets/js/form-request.min.js +1 -1
- assets/js/index.php +6 -6
- assets/js/{beautify-html.js → third-party/beautify-html.js} +0 -0
- assets/js/{beautify-html.min.js → third-party/beautify-html.min.js} +0 -0
- assets/js/{placeholders.min.js → third-party/placeholders.min.js} +0 -0
- assets/sass/checkbox.scss +15 -1
- assets/sass/index.php +6 -6
- assets/sass/partials/_form-reset.scss +79 -74
- assets/sass/partials/_form-theme-base.scss +5 -0
- assets/sass/partials/index.php +6 -6
- includes/class-admin.php +134 -146
- includes/class-api.php +65 -32
- includes/class-checkbox-manager.php +31 -31
- includes/class-form-manager.php +249 -116
- includes/class-form-request.php +94 -70
- includes/class-mailchimp.php +73 -7
- includes/class-plugin.php +54 -27
- includes/class-widget.php +94 -94
- includes/functions/general.php +13 -11
- includes/functions/template.php +146 -146
- includes/index.php +6 -6
- includes/integrations/class-bbpress.php +4 -4
- includes/integrations/class-buddypress.php +3 -3
- includes/integrations/class-cf7.php +3 -3
- includes/integrations/class-comment-form.php +6 -6
- includes/integrations/class-edd.php +2 -2
- includes/integrations/class-events-manager.php +1 -1
- includes/integrations/class-general.php +9 -7
- includes/integrations/class-integration.php +37 -40
- includes/integrations/class-multisite.php +5 -5
- includes/integrations/class-registration-form.php +6 -6
- includes/integrations/class-woocommerce.php +4 -5
- includes/views/api-settings.php +14 -14
- includes/views/checkbox-settings.php +8 -8
- includes/views/form-settings.php +46 -48
- includes/views/index.php +6 -6
- includes/views/parts/admin-field-wizard.php +4 -4
- includes/views/parts/admin-footer.php +2 -2
- includes/views/parts/admin-need-support.php +4 -4
- includes/views/parts/admin-upgrade-to-pro.php +2 -2
- includes/views/parts/index.php +6 -6
- index.php +6 -6
- languages/mailchimp-for-wp-cs_CZ.po +525 -369
- languages/mailchimp-for-wp-de_DE.po +696 -539
- languages/mailchimp-for-wp-es_ES.po +517 -360
- languages/mailchimp-for-wp-fr_FR.po +533 -379
- languages/mailchimp-for-wp-hu_HU.po +534 -380
- languages/mailchimp-for-wp-it_IT.po +513 -359
- languages/mailchimp-for-wp-nl_NL.po +514 -360
- languages/mailchimp-for-wp-pt_BR.po +517 -361
- languages/mailchimp-for-wp-ru_RU.po +376 -340
README.md
DELETED
@@ -1,39 +0,0 @@
|
|
1 |
-
MailChimp for WordPress
|
2 |
-
======================
|
3 |
-
|
4 |
-
Here, you can browse the source of the [MailChimp for WordPress Plugin](https://wordpress.org/plugins/mailchimp-for-wp/) project, find and discuss open issues or contribute code to the plugin yourself.
|
5 |
-
|
6 |
-
Installation
|
7 |
-
------------
|
8 |
-
|
9 |
-
Here's a [guide on how to install the plugin in your WordPress site](https://wordpress.org/plugins/mailchimp-for-wp/installation/).
|
10 |
-
If you want to run the latest development version, you have two options:
|
11 |
-
|
12 |
-
* You can download the repository .zip file: [mailchimp-for-wordpress.zip](https://github.com/dannyvankooten/mailchimp-for-wordpress/archive/master.zip)
|
13 |
-
* You can clone the GitHub repository using Git
|
14 |
-
|
15 |
-
This will download the latest development version of the MailChimp for WordPress plugin. While this version is usually stable,
|
16 |
-
it is not recommended for use in a production environment.
|
17 |
-
|
18 |
-
Bugs
|
19 |
-
----
|
20 |
-
If you think you've found a bug, [please raise an issue here](https://github.com/dannyvankooten/mailchimp-for-wordpress/issues?state=open)!
|
21 |
-
|
22 |
-
Translations
|
23 |
-
-------------
|
24 |
-
It's easy to translate the plugin into your own language. Head over to the [translation project on Transifex](https://www.transifex.com/projects/p/mailchimp-for-wordpress/) and click on "[Help translate MailChimp for WordPress](https://www.transifex.com/signup/?join_project=mailchimp-for-wordpress)".
|
25 |
-
|
26 |
-
Support
|
27 |
-
-------
|
28 |
-
This is a developer's portal for the MailChimp for WordPress plugin and should not be used for support. Please visit the
|
29 |
-
[MailChimp for WordPress support forum on WordPress.org](https://wordpress.org/support/plugin/mailchimp-for-wp).
|
30 |
-
|
31 |
-
If you need priority support, please upgrade to [MailChimp for WordPress Pro](https://mc4wp.com/).
|
32 |
-
|
33 |
-
Contributions
|
34 |
-
-------------
|
35 |
-
Anyone is welcome to contribute to the plugin. There are various ways you can contribute:
|
36 |
-
|
37 |
-
* [Raise an issue](https://github.com/dannyvankooten/mailchimp-for-wordpress/issues) on GitHub.
|
38 |
-
* Send us a Pull Request with your bug fixes and/or new features.
|
39 |
-
* Provide feedback and [suggestions on enhancements](https://github.com/dannyvankooten/mailchimp-for-wordpress/issues?direction=desc&labels=Enhancement&page=1&sort=created&state=open).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/checkbox.css
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
/* MailChimp for WP - Checkbox Styles */
|
2 |
-
|
3 |
clear: both;
|
4 |
display: block;
|
5 |
position: static;
|
6 |
width: auto;
|
7 |
}
|
8 |
-
|
|
|
|
|
9 |
position: static;
|
10 |
margin: 0 6px 0 0;
|
11 |
padding: 0;
|
@@ -14,13 +16,21 @@ p#mc4wp-checkbox input {
|
|
14 |
max-width: 21px;
|
15 |
-webkit-appearance: checkbox;
|
16 |
}
|
17 |
-
|
|
|
18 |
display: block;
|
19 |
cursor: pointer;
|
20 |
width: auto;
|
21 |
position: static;
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
#registerform #mc4wp-checkbox {
|
25 |
margin-bottom: 10px;
|
26 |
}
|
1 |
/* MailChimp for WP - Checkbox Styles */
|
2 |
+
#mc4wp-checkbox {
|
3 |
clear: both;
|
4 |
display: block;
|
5 |
position: static;
|
6 |
width: auto;
|
7 |
}
|
8 |
+
#mc4wp-checkbox input {
|
9 |
+
float: none;
|
10 |
+
width: auto;
|
11 |
position: static;
|
12 |
margin: 0 6px 0 0;
|
13 |
padding: 0;
|
16 |
max-width: 21px;
|
17 |
-webkit-appearance: checkbox;
|
18 |
}
|
19 |
+
#mc4wp-checkbox label {
|
20 |
+
float: none;
|
21 |
display: block;
|
22 |
cursor: pointer;
|
23 |
width: auto;
|
24 |
position: static;
|
25 |
}
|
26 |
|
27 |
+
#_mc4wp_subscribe_woocommerce_checkout_field label,
|
28 |
+
#_mc4wp_subscribe_woocommerce_checkout_field input {
|
29 |
+
float: none !important;
|
30 |
+
width: auto !important;
|
31 |
+
display: inline-block !important;
|
32 |
+
}
|
33 |
+
|
34 |
#registerform #mc4wp-checkbox {
|
35 |
margin-bottom: 10px;
|
36 |
}
|
assets/css/checkbox.css.map
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"version": 3,
|
3 |
-
"mappings": ";AACA,
|
4 |
"sources": ["../sass/checkbox.scss"],
|
5 |
"names": [],
|
6 |
"file": "checkbox.css"
|
1 |
{
|
2 |
"version": 3,
|
3 |
+
"mappings": ";AACA,eAAgB;EAEf,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,MAAM;EAChB,KAAK,EAAE,IAAI;;AAEX,qBAAM;EACL,KAAK,EAAE,IAAI;EACX,KAAK,EAAE,IAAI;EACX,QAAQ,EAAE,MAAM;EAChB,MAAM,EAAE,SAAS;EACjB,OAAO,EAAE,CAAC;EACV,cAAc,EAAE,MAAM;EACtB,OAAO,EAAE,uBAAuB;EAChC,SAAS,EAAE,IAAI;EACf,kBAAkB,EAAE,QAAQ;;AAG7B,qBAAM;EACL,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,KAAK;EACd,MAAM,EAAE,OAAO;EACf,KAAK,EAAE,IAAI;EACX,QAAQ,EAAE,MAAM;;;AAMjB;kDACK;EACJ,KAAK,EAAE,eAAe;EACtB,KAAK,EAAE,eAAe;EACtB,OAAO,EAAE,uBAAuB;;;AAMlC,6BAA6B;EAC5B,aAAa,EAAE,IAAI",
|
4 |
"sources": ["../sass/checkbox.scss"],
|
5 |
"names": [],
|
6 |
"file": "checkbox.css"
|
assets/css/checkbox.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
1 |
+
#mc4wp-checkbox{clear:both;display:block;position:static;width:auto}#mc4wp-checkbox input{float:none;width:auto;position:static;margin:0 6px 0 0;padding:0;vertical-align:middle;display:inline-block!important;max-width:21px;-webkit-appearance:checkbox}#mc4wp-checkbox label{float:none;display:block;cursor:pointer;width:auto;position:static}#_mc4wp_subscribe_woocommerce_checkout_field input,#_mc4wp_subscribe_woocommerce_checkout_field label{float:none!important;width:auto!important;display:inline-block!important}#registerform #mc4wp-checkbox{margin-bottom:10px}
|
assets/css/form-theme-blue.css
CHANGED
@@ -1,43 +1,23 @@
|
|
1 |
/* MailChimp for WP - Default Form Styles */
|
2 |
.mc4wp-form {
|
3 |
margin: 1em 0;
|
|
|
|
|
4 |
}
|
5 |
-
|
6 |
-
form.mc4wp-form,
|
7 |
.mc4wp-form form {
|
8 |
width: auto;
|
9 |
}
|
10 |
-
|
11 |
.mc4wp-form label {
|
12 |
display: block;
|
13 |
font-weight: bold;
|
14 |
margin-bottom: 5px;
|
15 |
}
|
16 |
-
|
17 |
-
.mc4wp-form ul,
|
18 |
-
.mc4wp-form li {
|
19 |
-
list-style: none;
|
20 |
-
margin: 0;
|
21 |
-
padding: 0;
|
22 |
-
}
|
23 |
-
|
24 |
-
.mc4wp-form label > span,
|
25 |
-
.mc4wp-form li > label {
|
26 |
-
font-weight: normal;
|
27 |
-
}
|
28 |
-
|
29 |
-
.mc4wp-form p > label:nth-child(2) {
|
30 |
-
margin-top: 10px;
|
31 |
-
}
|
32 |
-
|
33 |
.mc4wp-form input {
|
34 |
vertical-align: baseline;
|
35 |
}
|
36 |
-
|
37 |
.mc4wp-form input.placeholdersjs {
|
38 |
color: #aaa !important;
|
39 |
}
|
40 |
-
|
41 |
.mc4wp-form input[type="text"],
|
42 |
.mc4wp-form input[type="email"],
|
43 |
.mc4wp-form input[type="tel"],
|
@@ -53,7 +33,6 @@ form.mc4wp-form,
|
|
53 |
-webkit-box-sizing: border-box;
|
54 |
-moz-box-sizing: border-box;
|
55 |
}
|
56 |
-
|
57 |
.mc4wp-form input[type="checkbox"],
|
58 |
.mc4wp-form input[type="radio"] {
|
59 |
position: relative;
|
@@ -64,21 +43,31 @@ form.mc4wp-form,
|
|
64 |
display: inline-block;
|
65 |
border: 0;
|
66 |
}
|
67 |
-
|
68 |
.mc4wp-form input[type="checkbox"] {
|
69 |
-webkit-appearance: checkbox;
|
70 |
}
|
71 |
-
|
72 |
.mc4wp-form input[type="radio"] {
|
73 |
-webkit-appearance: radio;
|
74 |
}
|
75 |
-
|
|
|
|
|
76 |
.mc4wp-form input[type="submit"],
|
77 |
.mc4wp-form button,
|
78 |
.mc4wp-form input[type="button"] {
|
79 |
cursor: pointer;
|
80 |
display: inline-block;
|
81 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
.mc4wp-alert {
|
84 |
margin: 1em 0;
|
@@ -183,6 +172,7 @@ form.mc4wp-form,
|
|
183 |
}
|
184 |
|
185 |
.mc4wp-form input[type="submit"],
|
|
|
186 |
.mc4wp-form button {
|
187 |
display: inline-block;
|
188 |
padding: 6px 12px;
|
@@ -210,6 +200,7 @@ form.mc4wp-form,
|
|
210 |
}
|
211 |
|
212 |
.mc4wp-form input[type="submit"]:focus,
|
|
|
213 |
.mc4wp-form button:focus {
|
214 |
outline: thin dotted #333;
|
215 |
outline: 5px auto -webkit-focus-ring-color;
|
@@ -217,8 +208,10 @@ form.mc4wp-form,
|
|
217 |
}
|
218 |
|
219 |
.mc4wp-form input[type="submit"]:hover,
|
|
|
220 |
.mc4wp-form button:hover,
|
221 |
.mc4wp-form input[type="submit"]:focus,
|
|
|
222 |
.mc4wp-form button:focus {
|
223 |
color: #333333;
|
224 |
text-decoration: none;
|
@@ -226,6 +219,7 @@ form.mc4wp-form,
|
|
226 |
}
|
227 |
|
228 |
.mc4wp-form input[type="submit"]:active,
|
|
|
229 |
.mc4wp-form button:active {
|
230 |
background-image: none;
|
231 |
outline: 0;
|
1 |
/* MailChimp for WP - Default Form Styles */
|
2 |
.mc4wp-form {
|
3 |
margin: 1em 0;
|
4 |
+
/* Form Elements */
|
5 |
+
/* Other elements */
|
6 |
}
|
|
|
|
|
7 |
.mc4wp-form form {
|
8 |
width: auto;
|
9 |
}
|
|
|
10 |
.mc4wp-form label {
|
11 |
display: block;
|
12 |
font-weight: bold;
|
13 |
margin-bottom: 5px;
|
14 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
.mc4wp-form input {
|
16 |
vertical-align: baseline;
|
17 |
}
|
|
|
18 |
.mc4wp-form input.placeholdersjs {
|
19 |
color: #aaa !important;
|
20 |
}
|
|
|
21 |
.mc4wp-form input[type="text"],
|
22 |
.mc4wp-form input[type="email"],
|
23 |
.mc4wp-form input[type="tel"],
|
33 |
-webkit-box-sizing: border-box;
|
34 |
-moz-box-sizing: border-box;
|
35 |
}
|
|
|
36 |
.mc4wp-form input[type="checkbox"],
|
37 |
.mc4wp-form input[type="radio"] {
|
38 |
position: relative;
|
43 |
display: inline-block;
|
44 |
border: 0;
|
45 |
}
|
|
|
46 |
.mc4wp-form input[type="checkbox"] {
|
47 |
-webkit-appearance: checkbox;
|
48 |
}
|
|
|
49 |
.mc4wp-form input[type="radio"] {
|
50 |
-webkit-appearance: radio;
|
51 |
}
|
52 |
+
.mc4wp-form input[name="_mc4wp_required_but_not_really"] {
|
53 |
+
display: none !important;
|
54 |
+
}
|
55 |
.mc4wp-form input[type="submit"],
|
56 |
.mc4wp-form button,
|
57 |
.mc4wp-form input[type="button"] {
|
58 |
cursor: pointer;
|
59 |
display: inline-block;
|
60 |
}
|
61 |
+
.mc4wp-form ul,
|
62 |
+
.mc4wp-form li {
|
63 |
+
list-style: none;
|
64 |
+
margin: 0;
|
65 |
+
padding: 0;
|
66 |
+
}
|
67 |
+
.mc4wp-form label > span,
|
68 |
+
.mc4wp-form li > label {
|
69 |
+
font-weight: normal;
|
70 |
+
}
|
71 |
|
72 |
.mc4wp-alert {
|
73 |
margin: 1em 0;
|
172 |
}
|
173 |
|
174 |
.mc4wp-form input[type="submit"],
|
175 |
+
.mc4wp-form input[type="button"],
|
176 |
.mc4wp-form button {
|
177 |
display: inline-block;
|
178 |
padding: 6px 12px;
|
200 |
}
|
201 |
|
202 |
.mc4wp-form input[type="submit"]:focus,
|
203 |
+
.mc4wp-form input[type="button"]:focus,
|
204 |
.mc4wp-form button:focus {
|
205 |
outline: thin dotted #333;
|
206 |
outline: 5px auto -webkit-focus-ring-color;
|
208 |
}
|
209 |
|
210 |
.mc4wp-form input[type="submit"]:hover,
|
211 |
+
.mc4wp-form input[type="button"]:hover,
|
212 |
.mc4wp-form button:hover,
|
213 |
.mc4wp-form input[type="submit"]:focus,
|
214 |
+
.mc4wp-form input[type="button"]:focus,
|
215 |
.mc4wp-form button:focus {
|
216 |
color: #333333;
|
217 |
text-decoration: none;
|
219 |
}
|
220 |
|
221 |
.mc4wp-form input[type="submit"]:active,
|
222 |
+
.mc4wp-form input[type="button"]:active,
|
223 |
.mc4wp-form button:active {
|
224 |
background-image: none;
|
225 |
outline: 0;
|
assets/css/form-theme-blue.css.map
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"version": 3,
|
3 |
-
"mappings": ";AAEA,WAAW;EACT,MAAM,EAAE,KAAK
|
4 |
"sources": ["../sass/partials/_form-reset.scss","../sass/partials/_form-theme-base.scss","../sass/form-theme-blue.scss"],
|
5 |
"names": [],
|
6 |
"file": "form-theme-blue.css"
|
1 |
{
|
2 |
"version": 3,
|
3 |
+
"mappings": ";AAEA,WAAW;EACT,MAAM,EAAE,KAAK;;;;AAGb,gBAAI;EACF,KAAK,EAAE,IAAI;;AAGb,iBAAM;EACJ,OAAO,EAAE,KAAK;EACd,WAAW,EAAE,IAAI;EACjB,aAAa,EAAE,GAAG;;AAGpB,iBAAM;EACJ,cAAc,EAAE,QAAQ;;AAGxB,gCAAiB;EACb,KAAK,EAAE,eAAe;;AAK5B;;;;;;kBAMO;EACL,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,UAAU;EACtB,kBAAkB,EAAE,UAAU;EAC9B,eAAe,EAAE,UAAU;;AAG7B;+BACoB;EAClB,QAAQ,EAAE,QAAQ;EAClB,MAAM,EAAE,SAAS;EACjB,OAAO,EAAE,CAAC;EACV,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,YAAY;EACrB,MAAM,EAAE,CAAC;;AAGX,kCAAuB;EACrB,kBAAkB,EAAE,QAAQ;;AAG9B,+BAAoB;EAClB,kBAAkB,EAAE,KAAK;;AAG3B,wDAA6C;EAC3C,OAAO,EAAE,eAAe;;AAG1B;;gCAEqB;EACnB,MAAM,EAAE,OAAO;EACf,OAAO,EAAE,YAAY;;AAIvB;cACG;EACD,UAAU,EAAE,IAAI;EAChB,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;;AAGZ;sBACW;EACT,WAAW,EAAE,MAAM;;;AAMvB,YAAY;EACV,MAAM,EAAE,KAAK;EACb,OAAO,EAAE,SAAS;EAClB,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,MAAM,EAAE,iBAAiB;EACzB,aAAa,EAAE,GAAG;EAClB,kBAAkB,EAAE,GAAG;EACvB,qBAAqB,EAAE,GAAG;EAC1B,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,QAAQ;;;AAGpB,cAAe;EACb,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;AAGvB,aAAc;EACZ,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;AAGvB,YAAa;EACX,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;;ACnHvB;gBACiB;EAChB,UAAU,EAAE,eAAe;EAC3B,kBAAkB,EAAE,IAAI;EACxB,eAAe,EAAE,IAAI;EACrB,KAAK,EAAE,IAAI;;;AAGZ,aAAc;EACZ,MAAM,EAAE,mBAAmB;EAC3B,OAAO,EAAE,CAAC;;;AAGZ,iBAAiB;EACf,SAAS,EAAC,GAAG;EACb,MAAM,EAAC,KAAK;;;AAGd;;;;;;kBAMmB;EACjB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,QAAQ;EACjB,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,WAAW;EACxB,KAAK,EAAE,OAAO;EACd,cAAc,EAAE,MAAM;EACtB,gBAAgB,EAAE,OAAO;EACzB,MAAM,EAAE,iBAAiB;EACzB,kBAAkB,EAAE,GAAG;EACvB,qBAAqB,EAAE,GAAG;EAC1B,aAAa,EAAE,GAAG;EAClB,eAAe,EAAE,oCAAoC;EACrD,kBAAkB,EAAE,oCAAoC;EACxD,UAAU,EAAE,oCAAoC;EAChD,eAAe,EAAE,4DAA4D;EAC7E,kBAAkB,EAAE,4DAA4D;EAChF,UAAU,EAAE,4DAA4D;EACxE,gBAAgB,EAAE,IAAI;EACtB,WAAW,EAAE,IAAI;;;AAGnB;;;;;wBAKyB;EACvB,YAAY,EAAE,OAAO;EACrB,OAAO,EAAE,CAAC;EACV,eAAe,EAAE,sEAAoC;EACrD,kBAAkB,EAAE,sEAAoC;EACxD,UAAU,EAAE,sEAAoC;;;AAGlD,oBAAoB;EAClB,MAAM,EAAE,IAAI;;;AAGd;2BAC4B;EAC1B,gBAAgB,EAAE,OAAO;;;AAG3B;;kBAEmB;EACjB,OAAO,EAAE,YAAY;EACrB,OAAO,EAAE,QAAQ;EACjB,MAAM,EAAE,CAAC;EACT,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,MAAM;EACnB,WAAW,EAAE,WAAW;EACxB,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,MAAM;EACnB,cAAc,EAAE,MAAM;EACtB,MAAM,EAAE,OAAO;EACf,MAAM,EAAE,qBAAqB;EAC7B,aAAa,EAAE,GAAG;EAClB,mBAAmB,EAAE,IAAI;EACzB,gBAAgB,EAAE,IAAI;EACtB,eAAe,EAAE,IAAI;EACrB,cAAc,EAAE,IAAI;EACpB,WAAW,EAAE,IAAI;EACjB,UAAU,EAAE,IAAI;EAChB,UAAU,EAAE,IAAI;EAChB,WAAW,EAAE,IAAI;EACjB,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;;;AAGb;;wBAEyB;EACvB,OAAO,EAAE,gBAAgB;EACzB,OAAO,EAAE,iCAAiC;EAC1C,cAAc,EAAE,IAAI;;;AAGtB;;;;;wBAKyB;EACvB,KAAK,EAAE,OAAO;EACd,eAAe,EAAE,IAAI;EACtB,UAAU,EAAE,IAAI;;;AAGjB;;yBAE0B;EACxB,gBAAgB,EAAE,IAAI;EACtB,OAAO,EAAE,CAAC;EACV,eAAe,EAAE,oCAAoC;EACrD,kBAAkB,EAAE,oCAAoC;EACxD,UAAU,EAAE,oCAAoC;;;AC1HlD;kBACmB;EACjB,KAAK,EAAE,kBAAkB;EACzB,gBAAgB,EAAE,kBAAkB;EACpC,YAAY,EAAE,OAAO;;;AAGvB;;;;;wBAKyB;EACvB,KAAK,EAAE,kBAAkB;EACzB,gBAAgB,EAAE,kBAAkB;EACpC,YAAY,EAAE,OAAO;;;AAGvB;;;;;;wBAMyB;EACvB,YAAY,EAAE,OAAO",
|
4 |
"sources": ["../sass/partials/_form-reset.scss","../sass/partials/_form-theme-base.scss","../sass/form-theme-blue.scss"],
|
5 |
"names": [],
|
6 |
"file": "form-theme-blue.css"
|
assets/css/form-theme-blue.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.mc4wp-form{margin:1em 0}.mc4wp-form label{display:block;font-weight:700}.mc4wp-form
|
1 |
+
.mc4wp-form{margin:1em 0}.mc4wp-form label{display:block;font-weight:700}.mc4wp-form input{vertical-align:baseline}.mc4wp-form input.placeholdersjs{color:#aaa!important}.mc4wp-form input[type=date],.mc4wp-form input[type=email],.mc4wp-form input[type=tel],.mc4wp-form input[type=text],.mc4wp-form input[type=url],.mc4wp-form select,.mc4wp-form textarea{cursor:auto;display:block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.mc4wp-form input[type=checkbox],.mc4wp-form input[type=radio]{position:relative;margin:0 6px 0 0;padding:0;height:13px;width:13px;display:inline-block;border:0}.mc4wp-form input[type=checkbox]{-webkit-appearance:checkbox}.mc4wp-form input[type=radio]{-webkit-appearance:radio}.mc4wp-form input[name="_mc4wp_required_but_not_really"]{display:none!important}.mc4wp-form li,.mc4wp-form ul{list-style:none;margin:0;padding:0}.mc4wp-form label>span,.mc4wp-form li>label{font-weight:400}.mc4wp-alert{margin:1em 0;padding:10px 15px;color:#c09853;background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;display:block;position:relative}.mc4wp-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.mc4wp-notice{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.mc4wp-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.mc4wp-form form,form.mc4wp-form{box-shadow:none!important;-webkit-box-shadow:none;-moz-box-shadow:none;width:auto}.mc4wp-form p{margin:0 0 15px!important;padding:0}.mc4wp-form label{font-size:1em;margin:6px 0}.mc4wp-form input[type=date],.mc4wp-form input[type=email],.mc4wp-form input[type=tel],.mc4wp-form input[type=text],.mc4wp-form input[type=url],.mc4wp-form select,.mc4wp-form textarea{width:100%;height:34px;margin:0;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;background-image:none;text-shadow:none}.mc4wp-form input[type=email]:focus,.mc4wp-form input[type=tel]:focus,.mc4wp-form input[type=text]:focus,.mc4wp-form input[type=url]:focus,.mc4wp-form select:focus,.mc4wp-form textarea:focus{outline:0;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.mc4wp-form textarea{height:auto}.mc4wp-form input[disabled],.mc4wp-form input[readonly]{background-color:#eee}.mc4wp-form button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{display:inline-block;padding:6px 12px;margin:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;box-shadow:none;background:0 0;text-shadow:none;filter:none;height:auto;width:auto}.mc4wp-form button:focus,.mc4wp-form input[type=button]:focus,.mc4wp-form input[type=submit]:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.mc4wp-form button:focus,.mc4wp-form button:hover,.mc4wp-form input[type=button]:focus,.mc4wp-form input[type=button]:hover,.mc4wp-form input[type=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form button:active,.mc4wp-form input[type=button]:active,.mc4wp-form input[type=submit]:active{background-image:none;outline:0;-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.mc4wp-form button,.mc4wp-form input[type=submit]{color:#fff!important;background-color:#428bca!important;border-color:#357ebd}.mc4wp-form button:active,.mc4wp-form button:focus,.mc4wp-form button:hover,.mc4wp-form input[type=submit]:active,.mc4wp-form input[type=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#fff!important;background-color:#3276b1!important;border-color:#285e8e}.mc4wp-form input[type=date]:focus,.mc4wp-form input[type=email]:focus,.mc4wp-form input[type=tel]:focus,.mc4wp-form input[type=text]:focus,.mc4wp-form input[type=url]:focus,.mc4wp-form select:focus,.mc4wp-form textarea:focus{border-color:#428bca}
|
assets/css/form-theme-dark.css
CHANGED
@@ -1,43 +1,23 @@
|
|
1 |
/* MailChimp for WP - Default Form Styles */
|
2 |
.mc4wp-form {
|
3 |
margin: 1em 0;
|
|
|
|
|
4 |
}
|
5 |
-
|
6 |
-
form.mc4wp-form,
|
7 |
.mc4wp-form form {
|
8 |
width: auto;
|
9 |
}
|
10 |
-
|
11 |
.mc4wp-form label {
|
12 |
display: block;
|
13 |
font-weight: bold;
|
14 |
margin-bottom: 5px;
|
15 |
}
|
16 |
-
|
17 |
-
.mc4wp-form ul,
|
18 |
-
.mc4wp-form li {
|
19 |
-
list-style: none;
|
20 |
-
margin: 0;
|
21 |
-
padding: 0;
|
22 |
-
}
|
23 |
-
|
24 |
-
.mc4wp-form label > span,
|
25 |
-
.mc4wp-form li > label {
|
26 |
-
font-weight: normal;
|
27 |
-
}
|
28 |
-
|
29 |
-
.mc4wp-form p > label:nth-child(2) {
|
30 |
-
margin-top: 10px;
|
31 |
-
}
|
32 |
-
|
33 |
.mc4wp-form input {
|
34 |
vertical-align: baseline;
|
35 |
}
|
36 |
-
|
37 |
.mc4wp-form input.placeholdersjs {
|
38 |
color: #aaa !important;
|
39 |
}
|
40 |
-
|
41 |
.mc4wp-form input[type="text"],
|
42 |
.mc4wp-form input[type="email"],
|
43 |
.mc4wp-form input[type="tel"],
|
@@ -53,7 +33,6 @@ form.mc4wp-form,
|
|
53 |
-webkit-box-sizing: border-box;
|
54 |
-moz-box-sizing: border-box;
|
55 |
}
|
56 |
-
|
57 |
.mc4wp-form input[type="checkbox"],
|
58 |
.mc4wp-form input[type="radio"] {
|
59 |
position: relative;
|
@@ -64,21 +43,31 @@ form.mc4wp-form,
|
|
64 |
display: inline-block;
|
65 |
border: 0;
|
66 |
}
|
67 |
-
|
68 |
.mc4wp-form input[type="checkbox"] {
|
69 |
-webkit-appearance: checkbox;
|
70 |
}
|
71 |
-
|
72 |
.mc4wp-form input[type="radio"] {
|
73 |
-webkit-appearance: radio;
|
74 |
}
|
75 |
-
|
|
|
|
|
76 |
.mc4wp-form input[type="submit"],
|
77 |
.mc4wp-form button,
|
78 |
.mc4wp-form input[type="button"] {
|
79 |
cursor: pointer;
|
80 |
display: inline-block;
|
81 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
.mc4wp-alert {
|
84 |
margin: 1em 0;
|
@@ -183,6 +172,7 @@ form.mc4wp-form,
|
|
183 |
}
|
184 |
|
185 |
.mc4wp-form input[type="submit"],
|
|
|
186 |
.mc4wp-form button {
|
187 |
display: inline-block;
|
188 |
padding: 6px 12px;
|
@@ -210,6 +200,7 @@ form.mc4wp-form,
|
|
210 |
}
|
211 |
|
212 |
.mc4wp-form input[type="submit"]:focus,
|
|
|
213 |
.mc4wp-form button:focus {
|
214 |
outline: thin dotted #333;
|
215 |
outline: 5px auto -webkit-focus-ring-color;
|
@@ -217,8 +208,10 @@ form.mc4wp-form,
|
|
217 |
}
|
218 |
|
219 |
.mc4wp-form input[type="submit"]:hover,
|
|
|
220 |
.mc4wp-form button:hover,
|
221 |
.mc4wp-form input[type="submit"]:focus,
|
|
|
222 |
.mc4wp-form button:focus {
|
223 |
color: #333333;
|
224 |
text-decoration: none;
|
@@ -226,6 +219,7 @@ form.mc4wp-form,
|
|
226 |
}
|
227 |
|
228 |
.mc4wp-form input[type="submit"]:active,
|
|
|
229 |
.mc4wp-form button:active {
|
230 |
background-image: none;
|
231 |
outline: 0;
|
1 |
/* MailChimp for WP - Default Form Styles */
|
2 |
.mc4wp-form {
|
3 |
margin: 1em 0;
|
4 |
+
/* Form Elements */
|
5 |
+
/* Other elements */
|
6 |
}
|
|
|
|
|
7 |
.mc4wp-form form {
|
8 |
width: auto;
|
9 |
}
|
|
|
10 |
.mc4wp-form label {
|
11 |
display: block;
|
12 |
font-weight: bold;
|
13 |
margin-bottom: 5px;
|
14 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
.mc4wp-form input {
|
16 |
vertical-align: baseline;
|
17 |
}
|
|
|
18 |
.mc4wp-form input.placeholdersjs {
|
19 |
color: #aaa !important;
|
20 |
}
|
|
|
21 |
.mc4wp-form input[type="text"],
|
22 |
.mc4wp-form input[type="email"],
|
23 |
.mc4wp-form input[type="tel"],
|
33 |
-webkit-box-sizing: border-box;
|
34 |
-moz-box-sizing: border-box;
|
35 |
}
|
|
|
36 |
.mc4wp-form input[type="checkbox"],
|
37 |
.mc4wp-form input[type="radio"] {
|
38 |
position: relative;
|
43 |
display: inline-block;
|
44 |
border: 0;
|
45 |
}
|
|
|
46 |
.mc4wp-form input[type="checkbox"] {
|
47 |
-webkit-appearance: checkbox;
|
48 |
}
|
|
|
49 |
.mc4wp-form input[type="radio"] {
|
50 |
-webkit-appearance: radio;
|
51 |
}
|
52 |
+
.mc4wp-form input[name="_mc4wp_required_but_not_really"] {
|
53 |
+
display: none !important;
|
54 |
+
}
|
55 |
.mc4wp-form input[type="submit"],
|
56 |
.mc4wp-form button,
|
57 |
.mc4wp-form input[type="button"] {
|
58 |
cursor: pointer;
|
59 |
display: inline-block;
|
60 |
}
|
61 |
+
.mc4wp-form ul,
|
62 |
+
.mc4wp-form li {
|
63 |
+
list-style: none;
|
64 |
+
margin: 0;
|
65 |
+
padding: 0;
|
66 |
+
}
|
67 |
+
.mc4wp-form label > span,
|
68 |
+
.mc4wp-form li > label {
|
69 |
+
font-weight: normal;
|
70 |
+
}
|
71 |
|
72 |
.mc4wp-alert {
|
73 |
margin: 1em 0;
|
172 |
}
|
173 |
|
174 |
.mc4wp-form input[type="submit"],
|
175 |
+
.mc4wp-form input[type="button"],
|
176 |
.mc4wp-form button {
|
177 |
display: inline-block;
|
178 |
padding: 6px 12px;
|
200 |
}
|
201 |
|
202 |
.mc4wp-form input[type="submit"]:focus,
|
203 |
+
.mc4wp-form input[type="button"]:focus,
|
204 |
.mc4wp-form button:focus {
|
205 |
outline: thin dotted #333;
|
206 |
outline: 5px auto -webkit-focus-ring-color;
|
208 |
}
|
209 |
|
210 |
.mc4wp-form input[type="submit"]:hover,
|
211 |
+
.mc4wp-form input[type="button"]:hover,
|
212 |
.mc4wp-form button:hover,
|
213 |
.mc4wp-form input[type="submit"]:focus,
|
214 |
+
.mc4wp-form input[type="button"]:focus,
|
215 |
.mc4wp-form button:focus {
|
216 |
color: #333333;
|
217 |
text-decoration: none;
|
219 |
}
|
220 |
|
221 |
.mc4wp-form input[type="submit"]:active,
|
222 |
+
.mc4wp-form input[type="button"]:active,
|
223 |
.mc4wp-form button:active {
|
224 |
background-image: none;
|
225 |
outline: 0;
|
assets/css/form-theme-dark.css.map
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"version": 3,
|
3 |
-
"mappings": ";AAEA,WAAW;EACT,MAAM,EAAE,KAAK
|
4 |
"sources": ["../sass/partials/_form-reset.scss","../sass/partials/_form-theme-base.scss","../sass/form-theme-dark.scss"],
|
5 |
"names": [],
|
6 |
"file": "form-theme-dark.css"
|
1 |
{
|
2 |
"version": 3,
|
3 |
+
"mappings": ";AAEA,WAAW;EACT,MAAM,EAAE,KAAK;;;;AAGb,gBAAI;EACF,KAAK,EAAE,IAAI;;AAGb,iBAAM;EACJ,OAAO,EAAE,KAAK;EACd,WAAW,EAAE,IAAI;EACjB,aAAa,EAAE,GAAG;;AAGpB,iBAAM;EACJ,cAAc,EAAE,QAAQ;;AAGxB,gCAAiB;EACb,KAAK,EAAE,eAAe;;AAK5B;;;;;;kBAMO;EACL,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,UAAU;EACtB,kBAAkB,EAAE,UAAU;EAC9B,eAAe,EAAE,UAAU;;AAG7B;+BACoB;EAClB,QAAQ,EAAE,QAAQ;EAClB,MAAM,EAAE,SAAS;EACjB,OAAO,EAAE,CAAC;EACV,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,YAAY;EACrB,MAAM,EAAE,CAAC;;AAGX,kCAAuB;EACrB,kBAAkB,EAAE,QAAQ;;AAG9B,+BAAoB;EAClB,kBAAkB,EAAE,KAAK;;AAG3B,wDAA6C;EAC3C,OAAO,EAAE,eAAe;;AAG1B;;gCAEqB;EACnB,MAAM,EAAE,OAAO;EACf,OAAO,EAAE,YAAY;;AAIvB;cACG;EACD,UAAU,EAAE,IAAI;EAChB,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;;AAGZ;sBACW;EACT,WAAW,EAAE,MAAM;;;AAMvB,YAAY;EACV,MAAM,EAAE,KAAK;EACb,OAAO,EAAE,SAAS;EAClB,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,MAAM,EAAE,iBAAiB;EACzB,aAAa,EAAE,GAAG;EAClB,kBAAkB,EAAE,GAAG;EACvB,qBAAqB,EAAE,GAAG;EAC1B,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,QAAQ;;;AAGpB,cAAe;EACb,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;AAGvB,aAAc;EACZ,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;AAGvB,YAAa;EACX,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;;ACnHvB;gBACiB;EAChB,UAAU,EAAE,eAAe;EAC3B,kBAAkB,EAAE,IAAI;EACxB,eAAe,EAAE,IAAI;EACrB,KAAK,EAAE,IAAI;;;AAGZ,aAAc;EACZ,MAAM,EAAE,mBAAmB;EAC3B,OAAO,EAAE,CAAC;;;AAGZ,iBAAiB;EACf,SAAS,EAAC,GAAG;EACb,MAAM,EAAC,KAAK;;;AAGd;;;;;;kBAMmB;EACjB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,QAAQ;EACjB,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,WAAW;EACxB,KAAK,EAAE,OAAO;EACd,cAAc,EAAE,MAAM;EACtB,gBAAgB,EAAE,OAAO;EACzB,MAAM,EAAE,iBAAiB;EACzB,kBAAkB,EAAE,GAAG;EACvB,qBAAqB,EAAE,GAAG;EAC1B,aAAa,EAAE,GAAG;EAClB,eAAe,EAAE,oCAAoC;EACrD,kBAAkB,EAAE,oCAAoC;EACxD,UAAU,EAAE,oCAAoC;EAChD,eAAe,EAAE,4DAA4D;EAC7E,kBAAkB,EAAE,4DAA4D;EAChF,UAAU,EAAE,4DAA4D;EACxE,gBAAgB,EAAE,IAAI;EACtB,WAAW,EAAE,IAAI;;;AAGnB;;;;;wBAKyB;EACvB,YAAY,EAAE,OAAO;EACrB,OAAO,EAAE,CAAC;EACV,eAAe,EAAE,sEAAoC;EACrD,kBAAkB,EAAE,sEAAoC;EACxD,UAAU,EAAE,sEAAoC;;;AAGlD,oBAAoB;EAClB,MAAM,EAAE,IAAI;;;AAGd;2BAC4B;EAC1B,gBAAgB,EAAE,OAAO;;;AAG3B;;kBAEmB;EACjB,OAAO,EAAE,YAAY;EACrB,OAAO,EAAE,QAAQ;EACjB,MAAM,EAAE,CAAC;EACT,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,MAAM;EACnB,WAAW,EAAE,WAAW;EACxB,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,MAAM;EACnB,cAAc,EAAE,MAAM;EACtB,MAAM,EAAE,OAAO;EACf,MAAM,EAAE,qBAAqB;EAC7B,aAAa,EAAE,GAAG;EAClB,mBAAmB,EAAE,IAAI;EACzB,gBAAgB,EAAE,IAAI;EACtB,eAAe,EAAE,IAAI;EACrB,cAAc,EAAE,IAAI;EACpB,WAAW,EAAE,IAAI;EACjB,UAAU,EAAE,IAAI;EAChB,UAAU,EAAE,IAAI;EAChB,WAAW,EAAE,IAAI;EACjB,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;;;AAGb;;wBAEyB;EACvB,OAAO,EAAE,gBAAgB;EACzB,OAAO,EAAE,iCAAiC;EAC1C,cAAc,EAAE,IAAI;;;AAGtB;;;;;wBAKyB;EACvB,KAAK,EAAE,OAAO;EACd,eAAe,EAAE,IAAI;EACtB,UAAU,EAAE,IAAI;;;AAGjB;;yBAE0B;EACxB,gBAAgB,EAAE,IAAI;EACtB,OAAO,EAAE,CAAC;EACV,eAAe,EAAE,oCAAoC;EACrD,kBAAkB,EAAE,oCAAoC;EACxD,UAAU,EAAE,oCAAoC;;;AC1HlD;kBACmB;EACjB,KAAK,EAAE,kBAAkB;EACzB,gBAAgB,EAAE,kBAAkB;EACpC,YAAY,EAAE,OAAO;;;AAGvB;;;;;wBAKyB;EACvB,KAAK,EAAE,kBAAkB;EACzB,gBAAgB,EAAE,kBAAkB;EACpC,YAAY,EAAE,OAAO;;;AAGvB;;;;;;wBAMyB;EACvB,YAAY,EAAE,OAAO",
|
4 |
"sources": ["../sass/partials/_form-reset.scss","../sass/partials/_form-theme-base.scss","../sass/form-theme-dark.scss"],
|
5 |
"names": [],
|
6 |
"file": "form-theme-dark.css"
|
assets/css/form-theme-dark.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.mc4wp-form{margin:1em 0}.mc4wp-form label{display:block;font-weight:700}.mc4wp-form
|
1 |
+
.mc4wp-form{margin:1em 0}.mc4wp-form label{display:block;font-weight:700}.mc4wp-form input{vertical-align:baseline}.mc4wp-form input.placeholdersjs{color:#aaa!important}.mc4wp-form input[type=date],.mc4wp-form input[type=email],.mc4wp-form input[type=tel],.mc4wp-form input[type=text],.mc4wp-form input[type=url],.mc4wp-form select,.mc4wp-form textarea{cursor:auto;display:block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.mc4wp-form input[type=checkbox],.mc4wp-form input[type=radio]{position:relative;margin:0 6px 0 0;padding:0;height:13px;width:13px;display:inline-block;border:0}.mc4wp-form input[type=checkbox]{-webkit-appearance:checkbox}.mc4wp-form input[type=radio]{-webkit-appearance:radio}.mc4wp-form input[name="_mc4wp_required_but_not_really"]{display:none!important}.mc4wp-form li,.mc4wp-form ul{list-style:none;margin:0;padding:0}.mc4wp-form label>span,.mc4wp-form li>label{font-weight:400}.mc4wp-alert{margin:1em 0;padding:10px 15px;color:#c09853;background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;display:block;position:relative}.mc4wp-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.mc4wp-notice{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.mc4wp-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.mc4wp-form form,form.mc4wp-form{box-shadow:none!important;-webkit-box-shadow:none;-moz-box-shadow:none;width:auto}.mc4wp-form p{margin:0 0 15px!important;padding:0}.mc4wp-form label{font-size:1em;margin:6px 0}.mc4wp-form input[type=date],.mc4wp-form input[type=email],.mc4wp-form input[type=tel],.mc4wp-form input[type=text],.mc4wp-form input[type=url],.mc4wp-form select,.mc4wp-form textarea{width:100%;height:34px;margin:0;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;background-image:none;text-shadow:none}.mc4wp-form input[type=email]:focus,.mc4wp-form input[type=tel]:focus,.mc4wp-form input[type=text]:focus,.mc4wp-form input[type=url]:focus,.mc4wp-form select:focus,.mc4wp-form textarea:focus{outline:0;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.mc4wp-form textarea{height:auto}.mc4wp-form input[disabled],.mc4wp-form input[readonly]{background-color:#eee}.mc4wp-form button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{display:inline-block;padding:6px 12px;margin:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;box-shadow:none;background:0 0;text-shadow:none;filter:none;height:auto;width:auto}.mc4wp-form button:focus,.mc4wp-form input[type=button]:focus,.mc4wp-form input[type=submit]:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.mc4wp-form button:focus,.mc4wp-form button:hover,.mc4wp-form input[type=button]:focus,.mc4wp-form input[type=button]:hover,.mc4wp-form input[type=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form button:active,.mc4wp-form input[type=button]:active,.mc4wp-form input[type=submit]:active{background-image:none;outline:0;-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.mc4wp-form button,.mc4wp-form input[type=submit]{color:#fff!important;background-color:#444!important;border-color:#282828}.mc4wp-form button:active,.mc4wp-form button:focus,.mc4wp-form button:hover,.mc4wp-form input[type=submit]:active,.mc4wp-form input[type=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#fff!important;background-color:#282828!important;border-color:#111}.mc4wp-form input[type=date]:focus,.mc4wp-form input[type=email]:focus,.mc4wp-form input[type=tel]:focus,.mc4wp-form input[type=text]:focus,.mc4wp-form input[type=url]:focus,.mc4wp-form select:focus,.mc4wp-form textarea:focus{border-color:#444}
|
assets/css/form-theme-green.css
CHANGED
@@ -1,43 +1,23 @@
|
|
1 |
/* MailChimp for WP - Default Form Styles */
|
2 |
.mc4wp-form {
|
3 |
margin: 1em 0;
|
|
|
|
|
4 |
}
|
5 |
-
|
6 |
-
form.mc4wp-form,
|
7 |
.mc4wp-form form {
|
8 |
width: auto;
|
9 |
}
|
10 |
-
|
11 |
.mc4wp-form label {
|
12 |
display: block;
|
13 |
font-weight: bold;
|
14 |
margin-bottom: 5px;
|
15 |
}
|
16 |
-
|
17 |
-
.mc4wp-form ul,
|
18 |
-
.mc4wp-form li {
|
19 |
-
list-style: none;
|
20 |
-
margin: 0;
|
21 |
-
padding: 0;
|
22 |
-
}
|
23 |
-
|
24 |
-
.mc4wp-form label > span,
|
25 |
-
.mc4wp-form li > label {
|
26 |
-
font-weight: normal;
|
27 |
-
}
|
28 |
-
|
29 |
-
.mc4wp-form p > label:nth-child(2) {
|
30 |
-
margin-top: 10px;
|
31 |
-
}
|
32 |
-
|
33 |
.mc4wp-form input {
|
34 |
vertical-align: baseline;
|
35 |
}
|
36 |
-
|
37 |
.mc4wp-form input.placeholdersjs {
|
38 |
color: #aaa !important;
|
39 |
}
|
40 |
-
|
41 |
.mc4wp-form input[type="text"],
|
42 |
.mc4wp-form input[type="email"],
|
43 |
.mc4wp-form input[type="tel"],
|
@@ -53,7 +33,6 @@ form.mc4wp-form,
|
|
53 |
-webkit-box-sizing: border-box;
|
54 |
-moz-box-sizing: border-box;
|
55 |
}
|
56 |
-
|
57 |
.mc4wp-form input[type="checkbox"],
|
58 |
.mc4wp-form input[type="radio"] {
|
59 |
position: relative;
|
@@ -64,21 +43,31 @@ form.mc4wp-form,
|
|
64 |
display: inline-block;
|
65 |
border: 0;
|
66 |
}
|
67 |
-
|
68 |
.mc4wp-form input[type="checkbox"] {
|
69 |
-webkit-appearance: checkbox;
|
70 |
}
|
71 |
-
|
72 |
.mc4wp-form input[type="radio"] {
|
73 |
-webkit-appearance: radio;
|
74 |
}
|
75 |
-
|
|
|
|
|
76 |
.mc4wp-form input[type="submit"],
|
77 |
.mc4wp-form button,
|
78 |
.mc4wp-form input[type="button"] {
|
79 |
cursor: pointer;
|
80 |
display: inline-block;
|
81 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
.mc4wp-alert {
|
84 |
margin: 1em 0;
|
@@ -183,6 +172,7 @@ form.mc4wp-form,
|
|
183 |
}
|
184 |
|
185 |
.mc4wp-form input[type="submit"],
|
|
|
186 |
.mc4wp-form button {
|
187 |
display: inline-block;
|
188 |
padding: 6px 12px;
|
@@ -210,6 +200,7 @@ form.mc4wp-form,
|
|
210 |
}
|
211 |
|
212 |
.mc4wp-form input[type="submit"]:focus,
|
|
|
213 |
.mc4wp-form button:focus {
|
214 |
outline: thin dotted #333;
|
215 |
outline: 5px auto -webkit-focus-ring-color;
|
@@ -217,8 +208,10 @@ form.mc4wp-form,
|
|
217 |
}
|
218 |
|
219 |
.mc4wp-form input[type="submit"]:hover,
|
|
|
220 |
.mc4wp-form button:hover,
|
221 |
.mc4wp-form input[type="submit"]:focus,
|
|
|
222 |
.mc4wp-form button:focus {
|
223 |
color: #333333;
|
224 |
text-decoration: none;
|
@@ -226,6 +219,7 @@ form.mc4wp-form,
|
|
226 |
}
|
227 |
|
228 |
.mc4wp-form input[type="submit"]:active,
|
|
|
229 |
.mc4wp-form button:active {
|
230 |
background-image: none;
|
231 |
outline: 0;
|
1 |
/* MailChimp for WP - Default Form Styles */
|
2 |
.mc4wp-form {
|
3 |
margin: 1em 0;
|
4 |
+
/* Form Elements */
|
5 |
+
/* Other elements */
|
6 |
}
|
|
|
|
|
7 |
.mc4wp-form form {
|
8 |
width: auto;
|
9 |
}
|
|
|
10 |
.mc4wp-form label {
|
11 |
display: block;
|
12 |
font-weight: bold;
|
13 |
margin-bottom: 5px;
|
14 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
.mc4wp-form input {
|
16 |
vertical-align: baseline;
|
17 |
}
|
|
|
18 |
.mc4wp-form input.placeholdersjs {
|
19 |
color: #aaa !important;
|
20 |
}
|
|
|
21 |
.mc4wp-form input[type="text"],
|
22 |
.mc4wp-form input[type="email"],
|
23 |
.mc4wp-form input[type="tel"],
|
33 |
-webkit-box-sizing: border-box;
|
34 |
-moz-box-sizing: border-box;
|
35 |
}
|
|
|
36 |
.mc4wp-form input[type="checkbox"],
|
37 |
.mc4wp-form input[type="radio"] {
|
38 |
position: relative;
|
43 |
display: inline-block;
|
44 |
border: 0;
|
45 |
}
|
|
|
46 |
.mc4wp-form input[type="checkbox"] {
|
47 |
-webkit-appearance: checkbox;
|
48 |
}
|
|
|
49 |
.mc4wp-form input[type="radio"] {
|
50 |
-webkit-appearance: radio;
|
51 |
}
|
52 |
+
.mc4wp-form input[name="_mc4wp_required_but_not_really"] {
|
53 |
+
display: none !important;
|
54 |
+
}
|
55 |
.mc4wp-form input[type="submit"],
|
56 |
.mc4wp-form button,
|
57 |
.mc4wp-form input[type="button"] {
|
58 |
cursor: pointer;
|
59 |
display: inline-block;
|
60 |
}
|
61 |
+
.mc4wp-form ul,
|
62 |
+
.mc4wp-form li {
|
63 |
+
list-style: none;
|
64 |
+
margin: 0;
|
65 |
+
padding: 0;
|
66 |
+
}
|
67 |
+
.mc4wp-form label > span,
|
68 |
+
.mc4wp-form li > label {
|
69 |
+
font-weight: normal;
|
70 |
+
}
|
71 |
|
72 |
.mc4wp-alert {
|
73 |
margin: 1em 0;
|
172 |
}
|
173 |
|
174 |
.mc4wp-form input[type="submit"],
|
175 |
+
.mc4wp-form input[type="button"],
|
176 |
.mc4wp-form button {
|
177 |
display: inline-block;
|
178 |
padding: 6px 12px;
|
200 |
}
|
201 |
|
202 |
.mc4wp-form input[type="submit"]:focus,
|
203 |
+
.mc4wp-form input[type="button"]:focus,
|
204 |
.mc4wp-form button:focus {
|
205 |
outline: thin dotted #333;
|
206 |
outline: 5px auto -webkit-focus-ring-color;
|
208 |
}
|
209 |
|
210 |
.mc4wp-form input[type="submit"]:hover,
|
211 |
+
.mc4wp-form input[type="button"]:hover,
|
212 |
.mc4wp-form button:hover,
|
213 |
.mc4wp-form input[type="submit"]:focus,
|
214 |
+
.mc4wp-form input[type="button"]:focus,
|
215 |
.mc4wp-form button:focus {
|
216 |
color: #333333;
|
217 |
text-decoration: none;
|
219 |
}
|
220 |
|
221 |
.mc4wp-form input[type="submit"]:active,
|
222 |
+
.mc4wp-form input[type="button"]:active,
|
223 |
.mc4wp-form button:active {
|
224 |
background-image: none;
|
225 |
outline: 0;
|
assets/css/form-theme-green.css.map
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"version": 3,
|
3 |
-
"mappings": ";AAEA,WAAW;EACT,MAAM,EAAE,KAAK
|
4 |
"sources": ["../sass/partials/_form-reset.scss","../sass/partials/_form-theme-base.scss","../sass/form-theme-green.scss"],
|
5 |
"names": [],
|
6 |
"file": "form-theme-green.css"
|
1 |
{
|
2 |
"version": 3,
|
3 |
+
"mappings": ";AAEA,WAAW;EACT,MAAM,EAAE,KAAK;;;;AAGb,gBAAI;EACF,KAAK,EAAE,IAAI;;AAGb,iBAAM;EACJ,OAAO,EAAE,KAAK;EACd,WAAW,EAAE,IAAI;EACjB,aAAa,EAAE,GAAG;;AAGpB,iBAAM;EACJ,cAAc,EAAE,QAAQ;;AAGxB,gCAAiB;EACb,KAAK,EAAE,eAAe;;AAK5B;;;;;;kBAMO;EACL,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,UAAU;EACtB,kBAAkB,EAAE,UAAU;EAC9B,eAAe,EAAE,UAAU;;AAG7B;+BACoB;EAClB,QAAQ,EAAE,QAAQ;EAClB,MAAM,EAAE,SAAS;EACjB,OAAO,EAAE,CAAC;EACV,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,YAAY;EACrB,MAAM,EAAE,CAAC;;AAGX,kCAAuB;EACrB,kBAAkB,EAAE,QAAQ;;AAG9B,+BAAoB;EAClB,kBAAkB,EAAE,KAAK;;AAG3B,wDAA6C;EAC3C,OAAO,EAAE,eAAe;;AAG1B;;gCAEqB;EACnB,MAAM,EAAE,OAAO;EACf,OAAO,EAAE,YAAY;;AAIvB;cACG;EACD,UAAU,EAAE,IAAI;EAChB,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;;AAGZ;sBACW;EACT,WAAW,EAAE,MAAM;;;AAMvB,YAAY;EACV,MAAM,EAAE,KAAK;EACb,OAAO,EAAE,SAAS;EAClB,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,MAAM,EAAE,iBAAiB;EACzB,aAAa,EAAE,GAAG;EAClB,kBAAkB,EAAE,GAAG;EACvB,qBAAqB,EAAE,GAAG;EAC1B,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,QAAQ;;;AAGpB,cAAe;EACb,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;AAGvB,aAAc;EACZ,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;AAGvB,YAAa;EACX,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;;ACnHvB;gBACiB;EAChB,UAAU,EAAE,eAAe;EAC3B,kBAAkB,EAAE,IAAI;EACxB,eAAe,EAAE,IAAI;EACrB,KAAK,EAAE,IAAI;;;AAGZ,aAAc;EACZ,MAAM,EAAE,mBAAmB;EAC3B,OAAO,EAAE,CAAC;;;AAGZ,iBAAiB;EACf,SAAS,EAAC,GAAG;EACb,MAAM,EAAC,KAAK;;;AAGd;;;;;;kBAMmB;EACjB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,QAAQ;EACjB,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,WAAW;EACxB,KAAK,EAAE,OAAO;EACd,cAAc,EAAE,MAAM;EACtB,gBAAgB,EAAE,OAAO;EACzB,MAAM,EAAE,iBAAiB;EACzB,kBAAkB,EAAE,GAAG;EACvB,qBAAqB,EAAE,GAAG;EAC1B,aAAa,EAAE,GAAG;EAClB,eAAe,EAAE,oCAAoC;EACrD,kBAAkB,EAAE,oCAAoC;EACxD,UAAU,EAAE,oCAAoC;EAChD,eAAe,EAAE,4DAA4D;EAC7E,kBAAkB,EAAE,4DAA4D;EAChF,UAAU,EAAE,4DAA4D;EACxE,gBAAgB,EAAE,IAAI;EACtB,WAAW,EAAE,IAAI;;;AAGnB;;;;;wBAKyB;EACvB,YAAY,EAAE,OAAO;EACrB,OAAO,EAAE,CAAC;EACV,eAAe,EAAE,sEAAoC;EACrD,kBAAkB,EAAE,sEAAoC;EACxD,UAAU,EAAE,sEAAoC;;;AAGlD,oBAAoB;EAClB,MAAM,EAAE,IAAI;;;AAGd;2BAC4B;EAC1B,gBAAgB,EAAE,OAAO;;;AAG3B;;kBAEmB;EACjB,OAAO,EAAE,YAAY;EACrB,OAAO,EAAE,QAAQ;EACjB,MAAM,EAAE,CAAC;EACT,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,MAAM;EACnB,WAAW,EAAE,WAAW;EACxB,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,MAAM;EACnB,cAAc,EAAE,MAAM;EACtB,MAAM,EAAE,OAAO;EACf,MAAM,EAAE,qBAAqB;EAC7B,aAAa,EAAE,GAAG;EAClB,mBAAmB,EAAE,IAAI;EACzB,gBAAgB,EAAE,IAAI;EACtB,eAAe,EAAE,IAAI;EACrB,cAAc,EAAE,IAAI;EACpB,WAAW,EAAE,IAAI;EACjB,UAAU,EAAE,IAAI;EAChB,UAAU,EAAE,IAAI;EAChB,WAAW,EAAE,IAAI;EACjB,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;;;AAGb;;wBAEyB;EACvB,OAAO,EAAE,gBAAgB;EACzB,OAAO,EAAE,iCAAiC;EAC1C,cAAc,EAAE,IAAI;;;AAGtB;;;;;wBAKyB;EACvB,KAAK,EAAE,OAAO;EACd,eAAe,EAAE,IAAI;EACtB,UAAU,EAAE,IAAI;;;AAGjB;;yBAE0B;EACxB,gBAAgB,EAAE,IAAI;EACtB,OAAO,EAAE,CAAC;EACV,eAAe,EAAE,oCAAoC;EACrD,kBAAkB,EAAE,oCAAoC;EACxD,UAAU,EAAE,oCAAoC;;;AC1HlD;kBACmB;EACjB,KAAK,EAAE,kBAAkB;EACzB,gBAAgB,EAAE,kBAAkB;EACpC,YAAY,EAAE,OAAO;;;AAGvB;;;;;wBAKyB;EACvB,KAAK,EAAE,kBAAkB;EACzB,gBAAgB,EAAE,kBAAkB;EACpC,YAAY,EAAE,OAAO;;;AAGvB;;;;;;wBAMyB;EACvB,YAAY,EAAE,OAAO",
|
4 |
"sources": ["../sass/partials/_form-reset.scss","../sass/partials/_form-theme-base.scss","../sass/form-theme-green.scss"],
|
5 |
"names": [],
|
6 |
"file": "form-theme-green.css"
|
assets/css/form-theme-green.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.mc4wp-form{margin:1em 0}.mc4wp-form label{display:block;font-weight:700}.mc4wp-form
|
1 |
+
.mc4wp-form{margin:1em 0}.mc4wp-form label{display:block;font-weight:700}.mc4wp-form input{vertical-align:baseline}.mc4wp-form input.placeholdersjs{color:#aaa!important}.mc4wp-form input[type=date],.mc4wp-form input[type=email],.mc4wp-form input[type=tel],.mc4wp-form input[type=text],.mc4wp-form input[type=url],.mc4wp-form select,.mc4wp-form textarea{cursor:auto;display:block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.mc4wp-form input[type=checkbox],.mc4wp-form input[type=radio]{position:relative;margin:0 6px 0 0;padding:0;height:13px;width:13px;display:inline-block;border:0}.mc4wp-form input[type=checkbox]{-webkit-appearance:checkbox}.mc4wp-form input[type=radio]{-webkit-appearance:radio}.mc4wp-form input[name="_mc4wp_required_but_not_really"]{display:none!important}.mc4wp-form li,.mc4wp-form ul{list-style:none;margin:0;padding:0}.mc4wp-form label>span,.mc4wp-form li>label{font-weight:400}.mc4wp-alert{margin:1em 0;padding:10px 15px;color:#c09853;background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;display:block;position:relative}.mc4wp-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.mc4wp-notice{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.mc4wp-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.mc4wp-form form,form.mc4wp-form{box-shadow:none!important;-webkit-box-shadow:none;-moz-box-shadow:none;width:auto}.mc4wp-form p{margin:0 0 15px!important;padding:0}.mc4wp-form label{font-size:1em;margin:6px 0}.mc4wp-form input[type=date],.mc4wp-form input[type=email],.mc4wp-form input[type=tel],.mc4wp-form input[type=text],.mc4wp-form input[type=url],.mc4wp-form select,.mc4wp-form textarea{width:100%;height:34px;margin:0;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;background-image:none;text-shadow:none}.mc4wp-form input[type=email]:focus,.mc4wp-form input[type=tel]:focus,.mc4wp-form input[type=text]:focus,.mc4wp-form input[type=url]:focus,.mc4wp-form select:focus,.mc4wp-form textarea:focus{outline:0;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.mc4wp-form textarea{height:auto}.mc4wp-form input[disabled],.mc4wp-form input[readonly]{background-color:#eee}.mc4wp-form button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{display:inline-block;padding:6px 12px;margin:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;box-shadow:none;background:0 0;text-shadow:none;filter:none;height:auto;width:auto}.mc4wp-form button:focus,.mc4wp-form input[type=button]:focus,.mc4wp-form input[type=submit]:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.mc4wp-form button:focus,.mc4wp-form button:hover,.mc4wp-form input[type=button]:focus,.mc4wp-form input[type=button]:hover,.mc4wp-form input[type=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form button:active,.mc4wp-form input[type=button]:active,.mc4wp-form input[type=submit]:active{background-image:none;outline:0;-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.mc4wp-form button,.mc4wp-form input[type=submit]{color:#fff!important;background-color:#5cb85c!important;border-color:#4cae4c}.mc4wp-form button:active,.mc4wp-form button:focus,.mc4wp-form button:hover,.mc4wp-form input[type=submit]:active,.mc4wp-form input[type=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#fff!important;background-color:#47a447!important;border-color:#398439}.mc4wp-form input[type=date]:focus,.mc4wp-form input[type=email]:focus,.mc4wp-form input[type=tel]:focus,.mc4wp-form input[type=text]:focus,.mc4wp-form input[type=url]:focus,.mc4wp-form select:focus,.mc4wp-form textarea:focus{border-color:#5cb85c}
|
assets/css/form-theme-light.css
CHANGED
@@ -1,43 +1,23 @@
|
|
1 |
/* MailChimp for WP - Default Form Styles */
|
2 |
.mc4wp-form {
|
3 |
margin: 1em 0;
|
|
|
|
|
4 |
}
|
5 |
-
|
6 |
-
form.mc4wp-form,
|
7 |
.mc4wp-form form {
|
8 |
width: auto;
|
9 |
}
|
10 |
-
|
11 |
.mc4wp-form label {
|
12 |
display: block;
|
13 |
font-weight: bold;
|
14 |
margin-bottom: 5px;
|
15 |
}
|
16 |
-
|
17 |
-
.mc4wp-form ul,
|
18 |
-
.mc4wp-form li {
|
19 |
-
list-style: none;
|
20 |
-
margin: 0;
|
21 |
-
padding: 0;
|
22 |
-
}
|
23 |
-
|
24 |
-
.mc4wp-form label > span,
|
25 |
-
.mc4wp-form li > label {
|
26 |
-
font-weight: normal;
|
27 |
-
}
|
28 |
-
|
29 |
-
.mc4wp-form p > label:nth-child(2) {
|
30 |
-
margin-top: 10px;
|
31 |
-
}
|
32 |
-
|
33 |
.mc4wp-form input {
|
34 |
vertical-align: baseline;
|
35 |
}
|
36 |
-
|
37 |
.mc4wp-form input.placeholdersjs {
|
38 |
color: #aaa !important;
|
39 |
}
|
40 |
-
|
41 |
.mc4wp-form input[type="text"],
|
42 |
.mc4wp-form input[type="email"],
|
43 |
.mc4wp-form input[type="tel"],
|
@@ -53,7 +33,6 @@ form.mc4wp-form,
|
|
53 |
-webkit-box-sizing: border-box;
|
54 |
-moz-box-sizing: border-box;
|
55 |
}
|
56 |
-
|
57 |
.mc4wp-form input[type="checkbox"],
|
58 |
.mc4wp-form input[type="radio"] {
|
59 |
position: relative;
|
@@ -64,21 +43,31 @@ form.mc4wp-form,
|
|
64 |
display: inline-block;
|
65 |
border: 0;
|
66 |
}
|
67 |
-
|
68 |
.mc4wp-form input[type="checkbox"] {
|
69 |
-webkit-appearance: checkbox;
|
70 |
}
|
71 |
-
|
72 |
.mc4wp-form input[type="radio"] {
|
73 |
-webkit-appearance: radio;
|
74 |
}
|
75 |
-
|
|
|
|
|
76 |
.mc4wp-form input[type="submit"],
|
77 |
.mc4wp-form button,
|
78 |
.mc4wp-form input[type="button"] {
|
79 |
cursor: pointer;
|
80 |
display: inline-block;
|
81 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
.mc4wp-alert {
|
84 |
margin: 1em 0;
|
@@ -183,6 +172,7 @@ form.mc4wp-form,
|
|
183 |
}
|
184 |
|
185 |
.mc4wp-form input[type="submit"],
|
|
|
186 |
.mc4wp-form button {
|
187 |
display: inline-block;
|
188 |
padding: 6px 12px;
|
@@ -210,6 +200,7 @@ form.mc4wp-form,
|
|
210 |
}
|
211 |
|
212 |
.mc4wp-form input[type="submit"]:focus,
|
|
|
213 |
.mc4wp-form button:focus {
|
214 |
outline: thin dotted #333;
|
215 |
outline: 5px auto -webkit-focus-ring-color;
|
@@ -217,8 +208,10 @@ form.mc4wp-form,
|
|
217 |
}
|
218 |
|
219 |
.mc4wp-form input[type="submit"]:hover,
|
|
|
220 |
.mc4wp-form button:hover,
|
221 |
.mc4wp-form input[type="submit"]:focus,
|
|
|
222 |
.mc4wp-form button:focus {
|
223 |
color: #333333;
|
224 |
text-decoration: none;
|
@@ -226,6 +219,7 @@ form.mc4wp-form,
|
|
226 |
}
|
227 |
|
228 |
.mc4wp-form input[type="submit"]:active,
|
|
|
229 |
.mc4wp-form button:active {
|
230 |
background-image: none;
|
231 |
outline: 0;
|
1 |
/* MailChimp for WP - Default Form Styles */
|
2 |
.mc4wp-form {
|
3 |
margin: 1em 0;
|
4 |
+
/* Form Elements */
|
5 |
+
/* Other elements */
|
6 |
}
|
|
|
|
|
7 |
.mc4wp-form form {
|
8 |
width: auto;
|
9 |
}
|
|
|
10 |
.mc4wp-form label {
|
11 |
display: block;
|
12 |
font-weight: bold;
|
13 |
margin-bottom: 5px;
|
14 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
.mc4wp-form input {
|
16 |
vertical-align: baseline;
|
17 |
}
|
|
|
18 |
.mc4wp-form input.placeholdersjs {
|
19 |
color: #aaa !important;
|
20 |
}
|
|
|
21 |
.mc4wp-form input[type="text"],
|
22 |
.mc4wp-form input[type="email"],
|
23 |
.mc4wp-form input[type="tel"],
|
33 |
-webkit-box-sizing: border-box;
|
34 |
-moz-box-sizing: border-box;
|
35 |
}
|
|
|
36 |
.mc4wp-form input[type="checkbox"],
|
37 |
.mc4wp-form input[type="radio"] {
|
38 |
position: relative;
|
43 |
display: inline-block;
|
44 |
border: 0;
|
45 |
}
|
|
|
46 |
.mc4wp-form input[type="checkbox"] {
|
47 |
-webkit-appearance: checkbox;
|
48 |
}
|
|
|
49 |
.mc4wp-form input[type="radio"] {
|
50 |
-webkit-appearance: radio;
|
51 |
}
|
52 |
+
.mc4wp-form input[name="_mc4wp_required_but_not_really"] {
|
53 |
+
display: none !important;
|
54 |
+
}
|
55 |
.mc4wp-form input[type="submit"],
|
56 |
.mc4wp-form button,
|
57 |
.mc4wp-form input[type="button"] {
|
58 |
cursor: pointer;
|
59 |
display: inline-block;
|
60 |
}
|
61 |
+
.mc4wp-form ul,
|
62 |
+
.mc4wp-form li {
|
63 |
+
list-style: none;
|
64 |
+
margin: 0;
|
65 |
+
padding: 0;
|
66 |
+
}
|
67 |
+
.mc4wp-form label > span,
|
68 |
+
.mc4wp-form li > label {
|
69 |
+
font-weight: normal;
|
70 |
+
}
|
71 |
|
72 |
.mc4wp-alert {
|
73 |
margin: 1em 0;
|
172 |
}
|
173 |
|
174 |
.mc4wp-form input[type="submit"],
|
175 |
+
.mc4wp-form input[type="button"],
|
176 |
.mc4wp-form button {
|
177 |
display: inline-block;
|
178 |
padding: 6px 12px;
|
200 |
}
|
201 |
|
202 |
.mc4wp-form input[type="submit"]:focus,
|
203 |
+
.mc4wp-form input[type="button"]:focus,
|
204 |
.mc4wp-form button:focus {
|
205 |
outline: thin dotted #333;
|
206 |
outline: 5px auto -webkit-focus-ring-color;
|
208 |
}
|
209 |
|
210 |
.mc4wp-form input[type="submit"]:hover,
|
211 |
+
.mc4wp-form input[type="button"]:hover,
|
212 |
.mc4wp-form button:hover,
|
213 |
.mc4wp-form input[type="submit"]:focus,
|
214 |
+
.mc4wp-form input[type="button"]:focus,
|
215 |
.mc4wp-form button:focus {
|
216 |
color: #333333;
|
217 |
text-decoration: none;
|
219 |
}
|
220 |
|
221 |
.mc4wp-form input[type="submit"]:active,
|
222 |
+
.mc4wp-form input[type="button"]:active,
|
223 |
.mc4wp-form button:active {
|
224 |
background-image: none;
|
225 |
outline: 0;
|
assets/css/form-theme-light.css.map
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"version": 3,
|
3 |
-
"mappings": ";AAEA,WAAW;EACT,MAAM,EAAE,KAAK
|
4 |
"sources": ["../sass/partials/_form-reset.scss","../sass/partials/_form-theme-base.scss","../sass/form-theme-light.scss"],
|
5 |
"names": [],
|
6 |
"file": "form-theme-light.css"
|
1 |
{
|
2 |
"version": 3,
|
3 |
+
"mappings": ";AAEA,WAAW;EACT,MAAM,EAAE,KAAK;;;;AAGb,gBAAI;EACF,KAAK,EAAE,IAAI;;AAGb,iBAAM;EACJ,OAAO,EAAE,KAAK;EACd,WAAW,EAAE,IAAI;EACjB,aAAa,EAAE,GAAG;;AAGpB,iBAAM;EACJ,cAAc,EAAE,QAAQ;;AAGxB,gCAAiB;EACb,KAAK,EAAE,eAAe;;AAK5B;;;;;;kBAMO;EACL,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,UAAU;EACtB,kBAAkB,EAAE,UAAU;EAC9B,eAAe,EAAE,UAAU;;AAG7B;+BACoB;EAClB,QAAQ,EAAE,QAAQ;EAClB,MAAM,EAAE,SAAS;EACjB,OAAO,EAAE,CAAC;EACV,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,YAAY;EACrB,MAAM,EAAE,CAAC;;AAGX,kCAAuB;EACrB,kBAAkB,EAAE,QAAQ;;AAG9B,+BAAoB;EAClB,kBAAkB,EAAE,KAAK;;AAG3B,wDAA6C;EAC3C,OAAO,EAAE,eAAe;;AAG1B;;gCAEqB;EACnB,MAAM,EAAE,OAAO;EACf,OAAO,EAAE,YAAY;;AAIvB;cACG;EACD,UAAU,EAAE,IAAI;EAChB,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;;AAGZ;sBACW;EACT,WAAW,EAAE,MAAM;;;AAMvB,YAAY;EACV,MAAM,EAAE,KAAK;EACb,OAAO,EAAE,SAAS;EAClB,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,MAAM,EAAE,iBAAiB;EACzB,aAAa,EAAE,GAAG;EAClB,kBAAkB,EAAE,GAAG;EACvB,qBAAqB,EAAE,GAAG;EAC1B,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,QAAQ;;;AAGpB,cAAe;EACb,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;AAGvB,aAAc;EACZ,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;AAGvB,YAAa;EACX,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;;ACnHvB;gBACiB;EAChB,UAAU,EAAE,eAAe;EAC3B,kBAAkB,EAAE,IAAI;EACxB,eAAe,EAAE,IAAI;EACrB,KAAK,EAAE,IAAI;;;AAGZ,aAAc;EACZ,MAAM,EAAE,mBAAmB;EAC3B,OAAO,EAAE,CAAC;;;AAGZ,iBAAiB;EACf,SAAS,EAAC,GAAG;EACb,MAAM,EAAC,KAAK;;;AAGd;;;;;;kBAMmB;EACjB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,QAAQ;EACjB,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,WAAW;EACxB,KAAK,EAAE,OAAO;EACd,cAAc,EAAE,MAAM;EACtB,gBAAgB,EAAE,OAAO;EACzB,MAAM,EAAE,iBAAiB;EACzB,kBAAkB,EAAE,GAAG;EACvB,qBAAqB,EAAE,GAAG;EAC1B,aAAa,EAAE,GAAG;EAClB,eAAe,EAAE,oCAAoC;EACrD,kBAAkB,EAAE,oCAAoC;EACxD,UAAU,EAAE,oCAAoC;EAChD,eAAe,EAAE,4DAA4D;EAC7E,kBAAkB,EAAE,4DAA4D;EAChF,UAAU,EAAE,4DAA4D;EACxE,gBAAgB,EAAE,IAAI;EACtB,WAAW,EAAE,IAAI;;;AAGnB;;;;;wBAKyB;EACvB,YAAY,EAAE,OAAO;EACrB,OAAO,EAAE,CAAC;EACV,eAAe,EAAE,sEAAoC;EACrD,kBAAkB,EAAE,sEAAoC;EACxD,UAAU,EAAE,sEAAoC;;;AAGlD,oBAAoB;EAClB,MAAM,EAAE,IAAI;;;AAGd;2BAC4B;EAC1B,gBAAgB,EAAE,OAAO;;;AAG3B;;kBAEmB;EACjB,OAAO,EAAE,YAAY;EACrB,OAAO,EAAE,QAAQ;EACjB,MAAM,EAAE,CAAC;EACT,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,MAAM;EACnB,WAAW,EAAE,WAAW;EACxB,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,MAAM;EACnB,cAAc,EAAE,MAAM;EACtB,MAAM,EAAE,OAAO;EACf,MAAM,EAAE,qBAAqB;EAC7B,aAAa,EAAE,GAAG;EAClB,mBAAmB,EAAE,IAAI;EACzB,gBAAgB,EAAE,IAAI;EACtB,eAAe,EAAE,IAAI;EACrB,cAAc,EAAE,IAAI;EACpB,WAAW,EAAE,IAAI;EACjB,UAAU,EAAE,IAAI;EAChB,UAAU,EAAE,IAAI;EAChB,WAAW,EAAE,IAAI;EACjB,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;;;AAGb;;wBAEyB;EACvB,OAAO,EAAE,gBAAgB;EACzB,OAAO,EAAE,iCAAiC;EAC1C,cAAc,EAAE,IAAI;;;AAGtB;;;;;wBAKyB;EACvB,KAAK,EAAE,OAAO;EACd,eAAe,EAAE,IAAI;EACtB,UAAU,EAAE,IAAI;;;AAGjB;;yBAE0B;EACxB,gBAAgB,EAAE,IAAI;EACtB,OAAO,EAAE,CAAC;EACV,eAAe,EAAE,oCAAoC;EACrD,kBAAkB,EAAE,oCAAoC;EACxD,UAAU,EAAE,oCAAoC;;;AC1HlD;kBACmB;EACjB,KAAK,EAAE,kBAAkB;EACzB,gBAAgB,EAAE,kBAAkB;EACpC,YAAY,EAAE,OAAO;;;AAGvB;;;;;wBAKyB;EACvB,KAAK,EAAE,kBAAkB;EACzB,gBAAgB,EAAE,kBAAkB;EACpC,YAAY,EAAE,OAAO",
|
4 |
"sources": ["../sass/partials/_form-reset.scss","../sass/partials/_form-theme-base.scss","../sass/form-theme-light.scss"],
|
5 |
"names": [],
|
6 |
"file": "form-theme-light.css"
|
assets/css/form-theme-light.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.mc4wp-form{margin:1em 0}.mc4wp-form label{display:block;font-weight:700}.mc4wp-form
|
1 |
+
.mc4wp-form{margin:1em 0}.mc4wp-form label{display:block;font-weight:700}.mc4wp-form input{vertical-align:baseline}.mc4wp-form input.placeholdersjs{color:#aaa!important}.mc4wp-form input[type=date],.mc4wp-form input[type=email],.mc4wp-form input[type=tel],.mc4wp-form input[type=text],.mc4wp-form input[type=url],.mc4wp-form select,.mc4wp-form textarea{cursor:auto;display:block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.mc4wp-form input[type=checkbox],.mc4wp-form input[type=radio]{position:relative;margin:0 6px 0 0;padding:0;height:13px;width:13px;display:inline-block;border:0}.mc4wp-form input[type=checkbox]{-webkit-appearance:checkbox}.mc4wp-form input[type=radio]{-webkit-appearance:radio}.mc4wp-form input[name="_mc4wp_required_but_not_really"]{display:none!important}.mc4wp-form li,.mc4wp-form ul{list-style:none;margin:0;padding:0}.mc4wp-form label>span,.mc4wp-form li>label{font-weight:400}.mc4wp-alert{margin:1em 0;padding:10px 15px;color:#c09853;background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;display:block;position:relative}.mc4wp-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.mc4wp-notice{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.mc4wp-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.mc4wp-form form,form.mc4wp-form{box-shadow:none!important;-webkit-box-shadow:none;-moz-box-shadow:none;width:auto}.mc4wp-form p{margin:0 0 15px!important;padding:0}.mc4wp-form label{font-size:1em;margin:6px 0}.mc4wp-form input[type=date],.mc4wp-form input[type=email],.mc4wp-form input[type=tel],.mc4wp-form input[type=text],.mc4wp-form input[type=url],.mc4wp-form select,.mc4wp-form textarea{width:100%;height:34px;margin:0;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;background-image:none;text-shadow:none}.mc4wp-form input[type=email]:focus,.mc4wp-form input[type=tel]:focus,.mc4wp-form input[type=text]:focus,.mc4wp-form input[type=url]:focus,.mc4wp-form select:focus,.mc4wp-form textarea:focus{border-color:#66afe9;outline:0;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.mc4wp-form textarea{height:auto}.mc4wp-form input[disabled],.mc4wp-form input[readonly]{background-color:#eee}.mc4wp-form button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{display:inline-block;padding:6px 12px;margin:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;box-shadow:none;background:0 0;text-shadow:none;filter:none;height:auto;width:auto}.mc4wp-form button:focus,.mc4wp-form input[type=button]:focus,.mc4wp-form input[type=submit]:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.mc4wp-form button:focus,.mc4wp-form button:hover,.mc4wp-form input[type=button]:focus,.mc4wp-form input[type=button]:hover,.mc4wp-form input[type=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form button:active,.mc4wp-form input[type=button]:active,.mc4wp-form input[type=submit]:active{background-image:none;outline:0;-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.mc4wp-form button,.mc4wp-form input[type=submit]{color:#333!important;background-color:#fff!important;border-color:#E6E6E6}.mc4wp-form button:active,.mc4wp-form button:focus,.mc4wp-form button:hover,.mc4wp-form input[type=submit]:active,.mc4wp-form input[type=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#E6E6E6!important;background-color:#ebebeb!important;border-color:#CCC}
|
assets/css/form-theme-red.css
CHANGED
@@ -1,43 +1,23 @@
|
|
1 |
/* MailChimp for WP - Default Form Styles */
|
2 |
.mc4wp-form {
|
3 |
margin: 1em 0;
|
|
|
|
|
4 |
}
|
5 |
-
|
6 |
-
form.mc4wp-form,
|
7 |
.mc4wp-form form {
|
8 |
width: auto;
|
9 |
}
|
10 |
-
|
11 |
.mc4wp-form label {
|
12 |
display: block;
|
13 |
font-weight: bold;
|
14 |
margin-bottom: 5px;
|
15 |
}
|
16 |
-
|
17 |
-
.mc4wp-form ul,
|
18 |
-
.mc4wp-form li {
|
19 |
-
list-style: none;
|
20 |
-
margin: 0;
|
21 |
-
padding: 0;
|
22 |
-
}
|
23 |
-
|
24 |
-
.mc4wp-form label > span,
|
25 |
-
.mc4wp-form li > label {
|
26 |
-
font-weight: normal;
|
27 |
-
}
|
28 |
-
|
29 |
-
.mc4wp-form p > label:nth-child(2) {
|
30 |
-
margin-top: 10px;
|
31 |
-
}
|
32 |
-
|
33 |
.mc4wp-form input {
|
34 |
vertical-align: baseline;
|
35 |
}
|
36 |
-
|
37 |
.mc4wp-form input.placeholdersjs {
|
38 |
color: #aaa !important;
|
39 |
}
|
40 |
-
|
41 |
.mc4wp-form input[type="text"],
|
42 |
.mc4wp-form input[type="email"],
|
43 |
.mc4wp-form input[type="tel"],
|
@@ -53,7 +33,6 @@ form.mc4wp-form,
|
|
53 |
-webkit-box-sizing: border-box;
|
54 |
-moz-box-sizing: border-box;
|
55 |
}
|
56 |
-
|
57 |
.mc4wp-form input[type="checkbox"],
|
58 |
.mc4wp-form input[type="radio"] {
|
59 |
position: relative;
|
@@ -64,21 +43,31 @@ form.mc4wp-form,
|
|
64 |
display: inline-block;
|
65 |
border: 0;
|
66 |
}
|
67 |
-
|
68 |
.mc4wp-form input[type="checkbox"] {
|
69 |
-webkit-appearance: checkbox;
|
70 |
}
|
71 |
-
|
72 |
.mc4wp-form input[type="radio"] {
|
73 |
-webkit-appearance: radio;
|
74 |
}
|
75 |
-
|
|
|
|
|
76 |
.mc4wp-form input[type="submit"],
|
77 |
.mc4wp-form button,
|
78 |
.mc4wp-form input[type="button"] {
|
79 |
cursor: pointer;
|
80 |
display: inline-block;
|
81 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
.mc4wp-alert {
|
84 |
margin: 1em 0;
|
@@ -183,6 +172,7 @@ form.mc4wp-form,
|
|
183 |
}
|
184 |
|
185 |
.mc4wp-form input[type="submit"],
|
|
|
186 |
.mc4wp-form button {
|
187 |
display: inline-block;
|
188 |
padding: 6px 12px;
|
@@ -210,6 +200,7 @@ form.mc4wp-form,
|
|
210 |
}
|
211 |
|
212 |
.mc4wp-form input[type="submit"]:focus,
|
|
|
213 |
.mc4wp-form button:focus {
|
214 |
outline: thin dotted #333;
|
215 |
outline: 5px auto -webkit-focus-ring-color;
|
@@ -217,8 +208,10 @@ form.mc4wp-form,
|
|
217 |
}
|
218 |
|
219 |
.mc4wp-form input[type="submit"]:hover,
|
|
|
220 |
.mc4wp-form button:hover,
|
221 |
.mc4wp-form input[type="submit"]:focus,
|
|
|
222 |
.mc4wp-form button:focus {
|
223 |
color: #333333;
|
224 |
text-decoration: none;
|
@@ -226,6 +219,7 @@ form.mc4wp-form,
|
|
226 |
}
|
227 |
|
228 |
.mc4wp-form input[type="submit"]:active,
|
|
|
229 |
.mc4wp-form button:active {
|
230 |
background-image: none;
|
231 |
outline: 0;
|
1 |
/* MailChimp for WP - Default Form Styles */
|
2 |
.mc4wp-form {
|
3 |
margin: 1em 0;
|
4 |
+
/* Form Elements */
|
5 |
+
/* Other elements */
|
6 |
}
|
|
|
|
|
7 |
.mc4wp-form form {
|
8 |
width: auto;
|
9 |
}
|
|
|
10 |
.mc4wp-form label {
|
11 |
display: block;
|
12 |
font-weight: bold;
|
13 |
margin-bottom: 5px;
|
14 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
.mc4wp-form input {
|
16 |
vertical-align: baseline;
|
17 |
}
|
|
|
18 |
.mc4wp-form input.placeholdersjs {
|
19 |
color: #aaa !important;
|
20 |
}
|
|
|
21 |
.mc4wp-form input[type="text"],
|
22 |
.mc4wp-form input[type="email"],
|
23 |
.mc4wp-form input[type="tel"],
|
33 |
-webkit-box-sizing: border-box;
|
34 |
-moz-box-sizing: border-box;
|
35 |
}
|
|
|
36 |
.mc4wp-form input[type="checkbox"],
|
37 |
.mc4wp-form input[type="radio"] {
|
38 |
position: relative;
|
43 |
display: inline-block;
|
44 |
border: 0;
|
45 |
}
|
|
|
46 |
.mc4wp-form input[type="checkbox"] {
|
47 |
-webkit-appearance: checkbox;
|
48 |
}
|
|
|
49 |
.mc4wp-form input[type="radio"] {
|
50 |
-webkit-appearance: radio;
|
51 |
}
|
52 |
+
.mc4wp-form input[name="_mc4wp_required_but_not_really"] {
|
53 |
+
display: none !important;
|
54 |
+
}
|
55 |
.mc4wp-form input[type="submit"],
|
56 |
.mc4wp-form button,
|
57 |
.mc4wp-form input[type="button"] {
|
58 |
cursor: pointer;
|
59 |
display: inline-block;
|
60 |
}
|
61 |
+
.mc4wp-form ul,
|
62 |
+
.mc4wp-form li {
|
63 |
+
list-style: none;
|
64 |
+
margin: 0;
|
65 |
+
padding: 0;
|
66 |
+
}
|
67 |
+
.mc4wp-form label > span,
|
68 |
+
.mc4wp-form li > label {
|
69 |
+
font-weight: normal;
|
70 |
+
}
|
71 |
|
72 |
.mc4wp-alert {
|
73 |
margin: 1em 0;
|
172 |
}
|
173 |
|
174 |
.mc4wp-form input[type="submit"],
|
175 |
+
.mc4wp-form input[type="button"],
|
176 |
.mc4wp-form button {
|
177 |
display: inline-block;
|
178 |
padding: 6px 12px;
|
200 |
}
|
201 |
|
202 |
.mc4wp-form input[type="submit"]:focus,
|
203 |
+
.mc4wp-form input[type="button"]:focus,
|
204 |
.mc4wp-form button:focus {
|
205 |
outline: thin dotted #333;
|
206 |
outline: 5px auto -webkit-focus-ring-color;
|
208 |
}
|
209 |
|
210 |
.mc4wp-form input[type="submit"]:hover,
|
211 |
+
.mc4wp-form input[type="button"]:hover,
|
212 |
.mc4wp-form button:hover,
|
213 |
.mc4wp-form input[type="submit"]:focus,
|
214 |
+
.mc4wp-form input[type="button"]:focus,
|
215 |
.mc4wp-form button:focus {
|
216 |
color: #333333;
|
217 |
text-decoration: none;
|
219 |
}
|
220 |
|
221 |
.mc4wp-form input[type="submit"]:active,
|
222 |
+
.mc4wp-form input[type="button"]:active,
|
223 |
.mc4wp-form button:active {
|
224 |
background-image: none;
|
225 |
outline: 0;
|
assets/css/form-theme-red.css.map
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"version": 3,
|
3 |
-
"mappings": ";AAEA,WAAW;EACT,MAAM,EAAE,KAAK
|
4 |
"sources": ["../sass/partials/_form-reset.scss","../sass/partials/_form-theme-base.scss","../sass/form-theme-red.scss"],
|
5 |
"names": [],
|
6 |
"file": "form-theme-red.css"
|
1 |
{
|
2 |
"version": 3,
|
3 |
+
"mappings": ";AAEA,WAAW;EACT,MAAM,EAAE,KAAK;;;;AAGb,gBAAI;EACF,KAAK,EAAE,IAAI;;AAGb,iBAAM;EACJ,OAAO,EAAE,KAAK;EACd,WAAW,EAAE,IAAI;EACjB,aAAa,EAAE,GAAG;;AAGpB,iBAAM;EACJ,cAAc,EAAE,QAAQ;;AAGxB,gCAAiB;EACb,KAAK,EAAE,eAAe;;AAK5B;;;;;;kBAMO;EACL,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,UAAU;EACtB,kBAAkB,EAAE,UAAU;EAC9B,eAAe,EAAE,UAAU;;AAG7B;+BACoB;EAClB,QAAQ,EAAE,QAAQ;EAClB,MAAM,EAAE,SAAS;EACjB,OAAO,EAAE,CAAC;EACV,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,YAAY;EACrB,MAAM,EAAE,CAAC;;AAGX,kCAAuB;EACrB,kBAAkB,EAAE,QAAQ;;AAG9B,+BAAoB;EAClB,kBAAkB,EAAE,KAAK;;AAG3B,wDAA6C;EAC3C,OAAO,EAAE,eAAe;;AAG1B;;gCAEqB;EACnB,MAAM,EAAE,OAAO;EACf,OAAO,EAAE,YAAY;;AAIvB;cACG;EACD,UAAU,EAAE,IAAI;EAChB,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;;AAGZ;sBACW;EACT,WAAW,EAAE,MAAM;;;AAMvB,YAAY;EACV,MAAM,EAAE,KAAK;EACb,OAAO,EAAE,SAAS;EAClB,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,MAAM,EAAE,iBAAiB;EACzB,aAAa,EAAE,GAAG;EAClB,kBAAkB,EAAE,GAAG;EACvB,qBAAqB,EAAE,GAAG;EAC1B,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,QAAQ;;;AAGpB,cAAe;EACb,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;AAGvB,aAAc;EACZ,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;AAGvB,YAAa;EACX,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;;ACnHvB;gBACiB;EAChB,UAAU,EAAE,eAAe;EAC3B,kBAAkB,EAAE,IAAI;EACxB,eAAe,EAAE,IAAI;EACrB,KAAK,EAAE,IAAI;;;AAGZ,aAAc;EACZ,MAAM,EAAE,mBAAmB;EAC3B,OAAO,EAAE,CAAC;;;AAGZ,iBAAiB;EACf,SAAS,EAAC,GAAG;EACb,MAAM,EAAC,KAAK;;;AAGd;;;;;;kBAMmB;EACjB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,QAAQ;EACjB,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,WAAW;EACxB,KAAK,EAAE,OAAO;EACd,cAAc,EAAE,MAAM;EACtB,gBAAgB,EAAE,OAAO;EACzB,MAAM,EAAE,iBAAiB;EACzB,kBAAkB,EAAE,GAAG;EACvB,qBAAqB,EAAE,GAAG;EAC1B,aAAa,EAAE,GAAG;EAClB,eAAe,EAAE,oCAAoC;EACrD,kBAAkB,EAAE,oCAAoC;EACxD,UAAU,EAAE,oCAAoC;EAChD,eAAe,EAAE,4DAA4D;EAC7E,kBAAkB,EAAE,4DAA4D;EAChF,UAAU,EAAE,4DAA4D;EACxE,gBAAgB,EAAE,IAAI;EACtB,WAAW,EAAE,IAAI;;;AAGnB;;;;;wBAKyB;EACvB,YAAY,EAAE,OAAO;EACrB,OAAO,EAAE,CAAC;EACV,eAAe,EAAE,sEAAoC;EACrD,kBAAkB,EAAE,sEAAoC;EACxD,UAAU,EAAE,sEAAoC;;;AAGlD,oBAAoB;EAClB,MAAM,EAAE,IAAI;;;AAGd;2BAC4B;EAC1B,gBAAgB,EAAE,OAAO;;;AAG3B;;kBAEmB;EACjB,OAAO,EAAE,YAAY;EACrB,OAAO,EAAE,QAAQ;EACjB,MAAM,EAAE,CAAC;EACT,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,MAAM;EACnB,WAAW,EAAE,WAAW;EACxB,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,MAAM;EACnB,cAAc,EAAE,MAAM;EACtB,MAAM,EAAE,OAAO;EACf,MAAM,EAAE,qBAAqB;EAC7B,aAAa,EAAE,GAAG;EAClB,mBAAmB,EAAE,IAAI;EACzB,gBAAgB,EAAE,IAAI;EACtB,eAAe,EAAE,IAAI;EACrB,cAAc,EAAE,IAAI;EACpB,WAAW,EAAE,IAAI;EACjB,UAAU,EAAE,IAAI;EAChB,UAAU,EAAE,IAAI;EAChB,WAAW,EAAE,IAAI;EACjB,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;;;AAGb;;wBAEyB;EACvB,OAAO,EAAE,gBAAgB;EACzB,OAAO,EAAE,iCAAiC;EAC1C,cAAc,EAAE,IAAI;;;AAGtB;;;;;wBAKyB;EACvB,KAAK,EAAE,OAAO;EACd,eAAe,EAAE,IAAI;EACtB,UAAU,EAAE,IAAI;;;AAGjB;;yBAE0B;EACxB,gBAAgB,EAAE,IAAI;EACtB,OAAO,EAAE,CAAC;EACV,eAAe,EAAE,oCAAoC;EACrD,kBAAkB,EAAE,oCAAoC;EACxD,UAAU,EAAE,oCAAoC;;;AC1HlD;kBACmB;EACjB,KAAK,EAAE,kBAAkB;EACzB,gBAAgB,EAAE,kBAAkB;EACpC,YAAY,EAAE,OAAO;;;AAGvB;;;;;wBAKyB;EACvB,KAAK,EAAE,kBAAkB;EACzB,gBAAgB,EAAE,kBAAkB;EACpC,YAAY,EAAE,OAAO;;;AAGvB;;;;;;wBAMyB;EACvB,YAAY,EAAE,OAAO",
|
4 |
"sources": ["../sass/partials/_form-reset.scss","../sass/partials/_form-theme-base.scss","../sass/form-theme-red.scss"],
|
5 |
"names": [],
|
6 |
"file": "form-theme-red.css"
|
assets/css/form-theme-red.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.mc4wp-form{margin:1em 0}.mc4wp-form label{display:block;font-weight:700}.mc4wp-form
|
1 |
+
.mc4wp-form{margin:1em 0}.mc4wp-form label{display:block;font-weight:700}.mc4wp-form input{vertical-align:baseline}.mc4wp-form input.placeholdersjs{color:#aaa!important}.mc4wp-form input[type=date],.mc4wp-form input[type=email],.mc4wp-form input[type=tel],.mc4wp-form input[type=text],.mc4wp-form input[type=url],.mc4wp-form select,.mc4wp-form textarea{cursor:auto;display:block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.mc4wp-form input[type=checkbox],.mc4wp-form input[type=radio]{position:relative;margin:0 6px 0 0;padding:0;height:13px;width:13px;display:inline-block;border:0}.mc4wp-form input[type=checkbox]{-webkit-appearance:checkbox}.mc4wp-form input[type=radio]{-webkit-appearance:radio}.mc4wp-form input[name="_mc4wp_required_but_not_really"]{display:none!important}.mc4wp-form li,.mc4wp-form ul{list-style:none;margin:0;padding:0}.mc4wp-form label>span,.mc4wp-form li>label{font-weight:400}.mc4wp-alert{margin:1em 0;padding:10px 15px;color:#c09853;background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;display:block;position:relative}.mc4wp-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.mc4wp-notice{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.mc4wp-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.mc4wp-form form,form.mc4wp-form{box-shadow:none!important;-webkit-box-shadow:none;-moz-box-shadow:none;width:auto}.mc4wp-form p{margin:0 0 15px!important;padding:0}.mc4wp-form label{font-size:1em;margin:6px 0}.mc4wp-form input[type=date],.mc4wp-form input[type=email],.mc4wp-form input[type=tel],.mc4wp-form input[type=text],.mc4wp-form input[type=url],.mc4wp-form select,.mc4wp-form textarea{width:100%;height:34px;margin:0;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;background-image:none;text-shadow:none}.mc4wp-form input[type=email]:focus,.mc4wp-form input[type=tel]:focus,.mc4wp-form input[type=text]:focus,.mc4wp-form input[type=url]:focus,.mc4wp-form select:focus,.mc4wp-form textarea:focus{outline:0;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.mc4wp-form textarea{height:auto}.mc4wp-form input[disabled],.mc4wp-form input[readonly]{background-color:#eee}.mc4wp-form button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{display:inline-block;padding:6px 12px;margin:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;box-shadow:none;background:0 0;text-shadow:none;filter:none;height:auto;width:auto}.mc4wp-form button:focus,.mc4wp-form input[type=button]:focus,.mc4wp-form input[type=submit]:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.mc4wp-form button:focus,.mc4wp-form button:hover,.mc4wp-form input[type=button]:focus,.mc4wp-form input[type=button]:hover,.mc4wp-form input[type=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form button:active,.mc4wp-form input[type=button]:active,.mc4wp-form input[type=submit]:active{background-image:none;outline:0;-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.mc4wp-form button,.mc4wp-form input[type=submit]{color:#fff!important;background-color:#d9534f!important;border-color:#d43f3a}.mc4wp-form button:active,.mc4wp-form button:focus,.mc4wp-form button:hover,.mc4wp-form input[type=submit]:active,.mc4wp-form input[type=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#fff!important;background-color:#d2322d!important;border-color:#ac2925}.mc4wp-form input[type=date]:focus,.mc4wp-form input[type=email]:focus,.mc4wp-form input[type=tel]:focus,.mc4wp-form input[type=text]:focus,.mc4wp-form input[type=url]:focus,.mc4wp-form select:focus,.mc4wp-form textarea:focus{border-color:#d9534f}
|
assets/css/form.css
CHANGED
@@ -1,43 +1,23 @@
|
|
1 |
/* MailChimp for WP - Default Form Styles */
|
2 |
.mc4wp-form {
|
3 |
margin: 1em 0;
|
|
|
|
|
4 |
}
|
5 |
-
|
6 |
-
form.mc4wp-form,
|
7 |
.mc4wp-form form {
|
8 |
width: auto;
|
9 |
}
|
10 |
-
|
11 |
.mc4wp-form label {
|
12 |
display: block;
|
13 |
font-weight: bold;
|
14 |
margin-bottom: 5px;
|
15 |
}
|
16 |
-
|
17 |
-
.mc4wp-form ul,
|
18 |
-
.mc4wp-form li {
|
19 |
-
list-style: none;
|
20 |
-
margin: 0;
|
21 |
-
padding: 0;
|
22 |
-
}
|
23 |
-
|
24 |
-
.mc4wp-form label > span,
|
25 |
-
.mc4wp-form li > label {
|
26 |
-
font-weight: normal;
|
27 |
-
}
|
28 |
-
|
29 |
-
.mc4wp-form p > label:nth-child(2) {
|
30 |
-
margin-top: 10px;
|
31 |
-
}
|
32 |
-
|
33 |
.mc4wp-form input {
|
34 |
vertical-align: baseline;
|
35 |
}
|
36 |
-
|
37 |
.mc4wp-form input.placeholdersjs {
|
38 |
color: #aaa !important;
|
39 |
}
|
40 |
-
|
41 |
.mc4wp-form input[type="text"],
|
42 |
.mc4wp-form input[type="email"],
|
43 |
.mc4wp-form input[type="tel"],
|
@@ -53,7 +33,6 @@ form.mc4wp-form,
|
|
53 |
-webkit-box-sizing: border-box;
|
54 |
-moz-box-sizing: border-box;
|
55 |
}
|
56 |
-
|
57 |
.mc4wp-form input[type="checkbox"],
|
58 |
.mc4wp-form input[type="radio"] {
|
59 |
position: relative;
|
@@ -64,21 +43,31 @@ form.mc4wp-form,
|
|
64 |
display: inline-block;
|
65 |
border: 0;
|
66 |
}
|
67 |
-
|
68 |
.mc4wp-form input[type="checkbox"] {
|
69 |
-webkit-appearance: checkbox;
|
70 |
}
|
71 |
-
|
72 |
.mc4wp-form input[type="radio"] {
|
73 |
-webkit-appearance: radio;
|
74 |
}
|
75 |
-
|
|
|
|
|
76 |
.mc4wp-form input[type="submit"],
|
77 |
.mc4wp-form button,
|
78 |
.mc4wp-form input[type="button"] {
|
79 |
cursor: pointer;
|
80 |
display: inline-block;
|
81 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
.mc4wp-alert {
|
84 |
margin: 1em 0;
|
1 |
/* MailChimp for WP - Default Form Styles */
|
2 |
.mc4wp-form {
|
3 |
margin: 1em 0;
|
4 |
+
/* Form Elements */
|
5 |
+
/* Other elements */
|
6 |
}
|
|
|
|
|
7 |
.mc4wp-form form {
|
8 |
width: auto;
|
9 |
}
|
|
|
10 |
.mc4wp-form label {
|
11 |
display: block;
|
12 |
font-weight: bold;
|
13 |
margin-bottom: 5px;
|
14 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
.mc4wp-form input {
|
16 |
vertical-align: baseline;
|
17 |
}
|
|
|
18 |
.mc4wp-form input.placeholdersjs {
|
19 |
color: #aaa !important;
|
20 |
}
|
|
|
21 |
.mc4wp-form input[type="text"],
|
22 |
.mc4wp-form input[type="email"],
|
23 |
.mc4wp-form input[type="tel"],
|
33 |
-webkit-box-sizing: border-box;
|
34 |
-moz-box-sizing: border-box;
|
35 |
}
|
|
|
36 |
.mc4wp-form input[type="checkbox"],
|
37 |
.mc4wp-form input[type="radio"] {
|
38 |
position: relative;
|
43 |
display: inline-block;
|
44 |
border: 0;
|
45 |
}
|
|
|
46 |
.mc4wp-form input[type="checkbox"] {
|
47 |
-webkit-appearance: checkbox;
|
48 |
}
|
|
|
49 |
.mc4wp-form input[type="radio"] {
|
50 |
-webkit-appearance: radio;
|
51 |
}
|
52 |
+
.mc4wp-form input[name="_mc4wp_required_but_not_really"] {
|
53 |
+
display: none !important;
|
54 |
+
}
|
55 |
.mc4wp-form input[type="submit"],
|
56 |
.mc4wp-form button,
|
57 |
.mc4wp-form input[type="button"] {
|
58 |
cursor: pointer;
|
59 |
display: inline-block;
|
60 |
}
|
61 |
+
.mc4wp-form ul,
|
62 |
+
.mc4wp-form li {
|
63 |
+
list-style: none;
|
64 |
+
margin: 0;
|
65 |
+
padding: 0;
|
66 |
+
}
|
67 |
+
.mc4wp-form label > span,
|
68 |
+
.mc4wp-form li > label {
|
69 |
+
font-weight: normal;
|
70 |
+
}
|
71 |
|
72 |
.mc4wp-alert {
|
73 |
margin: 1em 0;
|
assets/css/form.css.map
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"version": 3,
|
3 |
-
"mappings": ";AAEA,WAAW;EACT,MAAM,EAAE,KAAK
|
4 |
"sources": ["../sass/partials/_form-reset.scss"],
|
5 |
"names": [],
|
6 |
"file": "form.css"
|
1 |
{
|
2 |
"version": 3,
|
3 |
+
"mappings": ";AAEA,WAAW;EACT,MAAM,EAAE,KAAK;;;;AAGb,gBAAI;EACF,KAAK,EAAE,IAAI;;AAGb,iBAAM;EACJ,OAAO,EAAE,KAAK;EACd,WAAW,EAAE,IAAI;EACjB,aAAa,EAAE,GAAG;;AAGpB,iBAAM;EACJ,cAAc,EAAE,QAAQ;;AAGxB,gCAAiB;EACb,KAAK,EAAE,eAAe;;AAK5B;;;;;;kBAMO;EACL,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,UAAU;EACtB,kBAAkB,EAAE,UAAU;EAC9B,eAAe,EAAE,UAAU;;AAG7B;+BACoB;EAClB,QAAQ,EAAE,QAAQ;EAClB,MAAM,EAAE,SAAS;EACjB,OAAO,EAAE,CAAC;EACV,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,YAAY;EACrB,MAAM,EAAE,CAAC;;AAGX,kCAAuB;EACrB,kBAAkB,EAAE,QAAQ;;AAG9B,+BAAoB;EAClB,kBAAkB,EAAE,KAAK;;AAG3B,wDAA6C;EAC3C,OAAO,EAAE,eAAe;;AAG1B;;gCAEqB;EACnB,MAAM,EAAE,OAAO;EACf,OAAO,EAAE,YAAY;;AAIvB;cACG;EACD,UAAU,EAAE,IAAI;EAChB,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;;AAGZ;sBACW;EACT,WAAW,EAAE,MAAM;;;AAMvB,YAAY;EACV,MAAM,EAAE,KAAK;EACb,OAAO,EAAE,SAAS;EAClB,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,MAAM,EAAE,iBAAiB;EACzB,aAAa,EAAE,GAAG;EAClB,kBAAkB,EAAE,GAAG;EACvB,qBAAqB,EAAE,GAAG;EAC1B,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,QAAQ;;;AAGpB,cAAe;EACb,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;AAGvB,aAAc;EACZ,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO;;;AAGvB,YAAa;EACX,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;EACzB,YAAY,EAAE,OAAO",
|
4 |
"sources": ["../sass/partials/_form-reset.scss"],
|
5 |
"names": [],
|
6 |
"file": "form.css"
|
assets/css/form.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.mc4wp-form{margin:1em 0}.mc4wp-form form
|
1 |
+
.mc4wp-form{margin:1em 0}.mc4wp-form form{width:auto}.mc4wp-form label{display:block;font-weight:700;margin-bottom:5px}.mc4wp-form input{vertical-align:baseline}.mc4wp-form input.placeholdersjs{color:#aaa!important}.mc4wp-form input[type=date],.mc4wp-form input[type=email],.mc4wp-form input[type=tel],.mc4wp-form input[type=text],.mc4wp-form input[type=url],.mc4wp-form select,.mc4wp-form textarea{cursor:auto;display:block;width:100%;height:auto;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.mc4wp-form input[type=checkbox],.mc4wp-form input[type=radio]{position:relative;margin:0 6px 0 0;padding:0;height:13px;width:13px;display:inline-block;border:0}.mc4wp-form input[type=checkbox]{-webkit-appearance:checkbox}.mc4wp-form input[type=radio]{-webkit-appearance:radio}.mc4wp-form input[name="_mc4wp_required_but_not_really"]{display:none!important}.mc4wp-form button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block}.mc4wp-form li,.mc4wp-form ul{list-style:none;margin:0;padding:0}.mc4wp-form label>span,.mc4wp-form li>label{font-weight:400}.mc4wp-alert{margin:1em 0;padding:10px 15px;color:#c09853;background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;display:block;position:relative}.mc4wp-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.mc4wp-notice{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.mc4wp-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}
|
assets/css/index.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
-
header( 'Status: 403 Forbidden' );
|
4 |
-
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
-
exit;
|
6 |
-
}
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
+
header( 'Status: 403 Forbidden' );
|
4 |
+
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
+
exit;
|
6 |
+
}
|
assets/img/index.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
-
header( 'Status: 403 Forbidden' );
|
4 |
-
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
-
exit;
|
6 |
-
}
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
+
header( 'Status: 403 Forbidden' );
|
4 |
+
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
+
exit;
|
6 |
+
}
|
assets/index.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
-
header( 'Status: 403 Forbidden' );
|
4 |
-
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
-
exit;
|
6 |
-
}
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
+
header( 'Status: 403 Forbidden' );
|
4 |
+
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
+
exit;
|
6 |
+
}
|
assets/js/admin.js
CHANGED
@@ -1,8 +1,19 @@
|
|
1 |
(function($) {
|
|
|
2 |
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
-
|
|
|
|
|
|
|
6 |
|
7 |
// prevent checking of radio buttons
|
8 |
if( typeof this.checked === 'boolean' ) {
|
@@ -13,50 +24,47 @@
|
|
13 |
event.stopPropagation();
|
14 |
}
|
15 |
|
16 |
-
|
17 |
|
18 |
-
|
19 |
-
$context.find('tr#woocommerce-settings').toggle( $(this).prop( 'checked') );
|
20 |
-
});
|
21 |
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
$(".mc4wp-notice.no-lists-selected").toggle( ! hasListSelected );
|
27 |
-
$( document.getElementById( 'mc4wp-fw-fields')).toggle( hasListSelected );
|
28 |
-
$( document.getElementById( 'mc4wp-fw-mailchimp-fields' )).toggle( hasListSelected );
|
29 |
}
|
30 |
-
|
31 |
-
|
32 |
|
|
|
|
|
|
|
|
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
-
|
36 |
-
$(document).delegate('#mc4wpformmarkup', 'keydown', function(e) {
|
37 |
var keyCode = e.keyCode || e.which;
|
38 |
|
39 |
-
if (keyCode
|
40 |
e.preventDefault();
|
41 |
var start = this.selectionStart;
|
42 |
var end = this.selectionEnd;
|
43 |
|
44 |
// set textarea value to: text before caret + tab + text after caret
|
45 |
-
$(this).val($(this).val().substring(0, start)
|
46 |
-
+ "\t"
|
47 |
-
+ $(this).val().substring(end));
|
48 |
|
49 |
// put caret at right position again
|
50 |
-
this.selectionStart =
|
51 |
-
this.selectionEnd = start + 1;
|
52 |
}
|
53 |
-
}
|
54 |
-
|
55 |
-
|
56 |
-
// Add buttons to QTags editor
|
57 |
-
(function() {
|
58 |
|
59 |
-
|
|
|
60 |
return;
|
61 |
}
|
62 |
|
@@ -65,10 +73,31 @@
|
|
65 |
QTags.addButton( 'mc4wp_response', 'form response', '{response}', '', 'response', 'Shows the form response' );
|
66 |
QTags.addButton( 'mc4wp_subscriber_count', '# of subscribers', '{subscriber_count}', '', 'subscribers', 'Shows number of subscribers of selected list(s)' );
|
67 |
|
68 |
-
if( window.mc4wp.hasCaptchaPlugin
|
69 |
QTags.addButton( 'mc4wp_captcha', 'CAPTCHA', '{captcha}', '', 'captcha', 'Display a CAPTCHA field' );
|
70 |
}
|
71 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
|
74 |
/**
|
@@ -94,13 +123,47 @@
|
|
94 |
var fieldType, fieldName;
|
95 |
var $codePreview = $("#mc4wp-fw-preview");
|
96 |
var strings = mc4wp.strings.fieldWizard;
|
|
|
|
|
97 |
// functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
// set the fields the user can choose from
|
100 |
function setMailChimpFields()
|
101 |
{
|
102 |
// empty field select
|
103 |
$mailchimpFields.find('option').not('.default').remove();
|
|
|
|
|
|
|
104 |
|
105 |
// loop through checked lists
|
106 |
$lists.filter(':checked').each(function() {
|
@@ -109,10 +172,15 @@
|
|
109 |
|
110 |
// loop through merge fields from this list
|
111 |
for(var i = 0, fieldCount = list.merge_vars.length; i < fieldCount; i++) {
|
|
|
112 |
var listField = list.merge_vars[i];
|
113 |
|
|
|
|
|
|
|
|
|
114 |
// add field to select if no similar option exists yet
|
115 |
-
if($mailchimpMergeFields.find("option[value='"+ listField.tag +"']").length
|
116 |
|
117 |
var text = (listField.name.length > 25) ? listField.name.substring(0, 25) + '..' : listField.name;
|
118 |
if(listField.req) { text += '*'; }
|
@@ -138,7 +206,7 @@
|
|
138 |
var listGrouping = list.interest_groupings[i];
|
139 |
|
140 |
// add field to select if no similar option exists yet
|
141 |
-
if($mailchimpGroupings.find("option[value='"+ listGrouping.id +"']").length
|
142 |
var text = (listGrouping.name.length > 25) ? listGrouping.name.substring(0, 25) + '..' : listGrouping.name;
|
143 |
|
144 |
// build option HTML
|
@@ -160,6 +228,9 @@
|
|
160 |
|
161 |
|
162 |
});
|
|
|
|
|
|
|
163 |
}
|
164 |
|
165 |
/**
|
@@ -324,13 +395,13 @@
|
|
324 |
'dropdown': 'select', 'date': 'date', 'birthday': 'date', 'radio': 'radio', 'checkbox': 'checkbox'
|
325 |
};
|
326 |
|
327 |
-
if(fieldTypesMap[data.field_type]
|
328 |
fieldType = fieldTypesMap[data.field_type];
|
329 |
} else {
|
330 |
fieldType = 'text';
|
331 |
}
|
332 |
-
|
333 |
-
if(visibleRowsMap[fieldType]
|
334 |
var visibleRows = visibleRowsMap[fieldType];
|
335 |
} else {
|
336 |
var visibleRows = visibleRowsMap["default"];
|
@@ -443,7 +514,7 @@
|
|
443 |
}
|
444 |
|
445 |
// only do this piece when we're not adding radio inputs
|
446 |
-
if(fieldType
|
447 |
|
448 |
// set name attribute
|
449 |
if(fieldName.length > 0) {
|
@@ -452,7 +523,7 @@
|
|
452 |
|
453 |
// set value
|
454 |
if($value.is(":visible") && $value.val().length > 0) {
|
455 |
-
if(fieldType
|
456 |
$input.text($value.val());
|
457 |
} else {
|
458 |
$input.attr('value', $value.val());
|
@@ -482,8 +553,7 @@
|
|
482 |
$code.wrapInner($("<p />"));
|
483 |
}
|
484 |
|
485 |
-
|
486 |
-
setCodePreview(html);
|
487 |
}
|
488 |
|
489 |
/**
|
@@ -494,15 +564,17 @@
|
|
494 |
var result = false;
|
495 |
|
496 |
// try to insert in QuickTags editor at cursor position
|
497 |
-
if(typeof wpActiveEditor
|
498 |
result = QTags.insertContent($codePreview.val());
|
499 |
}
|
500 |
|
501 |
// fallback, just append
|
502 |
if(!result) {
|
503 |
-
|
504 |
-
$formContent.val($formContent.val() + "\n" + $codePreview.val());
|
505 |
}
|
|
|
|
|
|
|
506 |
}
|
507 |
|
508 |
/**
|
@@ -520,6 +592,15 @@
|
|
520 |
$wizardFields.change(updateCodePreview);
|
521 |
$("#mc4wp-fw-add-to-form").click(addCodeToFormMarkup);
|
522 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
523 |
// init
|
524 |
setMailChimpFields();
|
525 |
|
1 |
(function($) {
|
2 |
+
'use strict';
|
3 |
|
4 |
+
/**
|
5 |
+
* Variables
|
6 |
+
*/
|
7 |
+
var $context = $(document.getElementById('mc4wp-admin'));
|
8 |
+
var $listInputs = $(document.getElementById('mc4wp-lists')).find(':input');
|
9 |
+
var $formMarkup = $(document.getElementById('mc4wpformmarkup'));
|
10 |
+
var $missingFieldsNotice = $(document.getElementById('missing-fields-notice'));
|
11 |
+
var $missingFieldsList = $(document.getElementById('missing-fields-list'));
|
12 |
|
13 |
+
/**
|
14 |
+
* Functions
|
15 |
+
*/
|
16 |
+
function showProNotice() {
|
17 |
|
18 |
// prevent checking of radio buttons
|
19 |
if( typeof this.checked === 'boolean' ) {
|
24 |
event.stopPropagation();
|
25 |
}
|
26 |
|
27 |
+
function toggleSendWelcomeFields() {
|
28 |
|
29 |
+
var $el = $(document.getElementById('mc4wp-send-welcome'));
|
|
|
|
|
30 |
|
31 |
+
if($(this).val() == 0) {
|
32 |
+
$el.removeClass('hidden').find(':input').removeAttr('disabled');
|
33 |
+
} else {
|
34 |
+
$el.addClass('hidden').find(':input').attr('disabled', 'disabled').prop('checked', false);
|
|
|
|
|
|
|
35 |
}
|
36 |
+
}
|
|
|
37 |
|
38 |
+
function toggleWooCommerceSettings() {
|
39 |
+
var $el = $(document.getElementById('woocommerce-settings'));
|
40 |
+
$el.toggle( $(this).prop('checked'));
|
41 |
+
}
|
42 |
|
43 |
+
function toggleFieldWizard() {
|
44 |
+
var hasListSelected = $listInputs.filter(':checked').length > 0;
|
45 |
+
$(".mc4wp-notice.no-lists-selected").toggle( ! hasListSelected );
|
46 |
+
$( document.getElementById( 'mc4wp-fw-fields')).toggle( hasListSelected );
|
47 |
+
$( document.getElementById( 'mc4wp-fw-mailchimp-fields' )).toggle( hasListSelected );
|
48 |
+
}
|
49 |
|
50 |
+
function allowTabKey(e) {
|
|
|
51 |
var keyCode = e.keyCode || e.which;
|
52 |
|
53 |
+
if (keyCode === 9) {
|
54 |
e.preventDefault();
|
55 |
var start = this.selectionStart;
|
56 |
var end = this.selectionEnd;
|
57 |
|
58 |
// set textarea value to: text before caret + tab + text after caret
|
59 |
+
$(this).val($(this).val().substring(0, start) + "\t" + $(this).val().substring(end));
|
|
|
|
|
60 |
|
61 |
// put caret at right position again
|
62 |
+
this.selectionStart = this.selectionEnd = start + 1;
|
|
|
63 |
}
|
64 |
+
}
|
|
|
|
|
|
|
|
|
65 |
|
66 |
+
function addQTagsButtons() {
|
67 |
+
if ( typeof(QTags) === 'undefined' ) {
|
68 |
return;
|
69 |
}
|
70 |
|
73 |
QTags.addButton( 'mc4wp_response', 'form response', '{response}', '', 'response', 'Shows the form response' );
|
74 |
QTags.addButton( 'mc4wp_subscriber_count', '# of subscribers', '{subscriber_count}', '', 'subscribers', 'Shows number of subscribers of selected list(s)' );
|
75 |
|
76 |
+
if( window.mc4wp.hasCaptchaPlugin === true ) {
|
77 |
QTags.addButton( 'mc4wp_captcha', 'CAPTCHA', '{captcha}', '', 'captcha', 'Display a CAPTCHA field' );
|
78 |
}
|
79 |
+
}
|
80 |
+
|
81 |
+
/**
|
82 |
+
* Bind Event Handlers
|
83 |
+
*/
|
84 |
+
|
85 |
+
// show a notice when clicking a pro feature
|
86 |
+
$context.find(".pro-feature, .pro-feature label, .pro-feature :radio").click(showProNotice);
|
87 |
+
|
88 |
+
// Show send-welcome field only when double opt-in is disabled
|
89 |
+
$context.find('input[name$="[double_optin]"]').change(toggleSendWelcomeFields);
|
90 |
+
|
91 |
+
// show woocommerce settings only when `show at woocommerce checkout` is checked.
|
92 |
+
$context.find('input[name$="[show_at_woocommerce_checkout]"]').change(toggleWooCommerceSettings());
|
93 |
+
|
94 |
+
// only show fieldwizard when a list is selected
|
95 |
+
$listInputs.change(toggleFieldWizard);
|
96 |
+
|
97 |
+
// Allow tabs inside the form mark-up
|
98 |
+
$(document).delegate('#mc4wpformmarkup', 'keydown', allowTabKey);
|
99 |
+
|
100 |
+
addQTagsButtons();
|
101 |
|
102 |
|
103 |
/**
|
123 |
var fieldType, fieldName;
|
124 |
var $codePreview = $("#mc4wp-fw-preview");
|
125 |
var strings = mc4wp.strings.fieldWizard;
|
126 |
+
var requiredFields = [];
|
127 |
+
|
128 |
// functions
|
129 |
+
function checkRequiredFields() {
|
130 |
+
|
131 |
+
// check presence of reach required field
|
132 |
+
var missingFields = {};
|
133 |
+
for(var i=0; i<requiredFields.length; i++) {
|
134 |
+
var htmlString = 'name="' + requiredFields[i].tag.toLowerCase();
|
135 |
+
if( $formMarkup.val().toLowerCase().indexOf( htmlString ) == -1 ) {
|
136 |
+
missingFields[requiredFields[i].tag] = requiredFields[i];
|
137 |
+
}
|
138 |
+
}
|
139 |
+
|
140 |
+
// do nothing if no fields are missing
|
141 |
+
if($.isEmptyObject(missingFields)) {
|
142 |
+
$missingFieldsNotice.hide();
|
143 |
+
return;
|
144 |
+
}
|
145 |
+
|
146 |
+
// show notice
|
147 |
+
$missingFieldsList.html('');
|
148 |
+
for( var key in missingFields ) {
|
149 |
+
var field = missingFields[key];
|
150 |
+
var $listItem = $("<li></li>");
|
151 |
+
$listItem.html( field.name + " (<code>" + field.tag + "</code>)");
|
152 |
+
$listItem.appendTo( $missingFieldsList );
|
153 |
+
}
|
154 |
+
|
155 |
+
$missingFieldsNotice.show();
|
156 |
+
return;
|
157 |
+
}
|
158 |
|
159 |
// set the fields the user can choose from
|
160 |
function setMailChimpFields()
|
161 |
{
|
162 |
// empty field select
|
163 |
$mailchimpFields.find('option').not('.default').remove();
|
164 |
+
|
165 |
+
// empty required fields array
|
166 |
+
requiredFields = [];
|
167 |
|
168 |
// loop through checked lists
|
169 |
$lists.filter(':checked').each(function() {
|
172 |
|
173 |
// loop through merge fields from this list
|
174 |
for(var i = 0, fieldCount = list.merge_vars.length; i < fieldCount; i++) {
|
175 |
+
|
176 |
var listField = list.merge_vars[i];
|
177 |
|
178 |
+
if( listField.req ) {
|
179 |
+
requiredFields.push( listField );
|
180 |
+
}
|
181 |
+
|
182 |
// add field to select if no similar option exists yet
|
183 |
+
if($mailchimpMergeFields.find("option[value='"+ listField.tag +"']").length === 0) {
|
184 |
|
185 |
var text = (listField.name.length > 25) ? listField.name.substring(0, 25) + '..' : listField.name;
|
186 |
if(listField.req) { text += '*'; }
|
206 |
var listGrouping = list.interest_groupings[i];
|
207 |
|
208 |
// add field to select if no similar option exists yet
|
209 |
+
if($mailchimpGroupings.find("option[value='"+ listGrouping.id +"']").length === 0) {
|
210 |
var text = (listGrouping.name.length > 25) ? listGrouping.name.substring(0, 25) + '..' : listGrouping.name;
|
211 |
|
212 |
// build option HTML
|
228 |
|
229 |
|
230 |
});
|
231 |
+
|
232 |
+
// check required fields with new selected lists
|
233 |
+
checkRequiredFields();
|
234 |
}
|
235 |
|
236 |
/**
|
395 |
'dropdown': 'select', 'date': 'date', 'birthday': 'date', 'radio': 'radio', 'checkbox': 'checkbox'
|
396 |
};
|
397 |
|
398 |
+
if( typeof(fieldTypesMap[data.field_type]) !== "undefined") {
|
399 |
fieldType = fieldTypesMap[data.field_type];
|
400 |
} else {
|
401 |
fieldType = 'text';
|
402 |
}
|
403 |
+
|
404 |
+
if( typeof(visibleRowsMap[fieldType]) !== "undefined") {
|
405 |
var visibleRows = visibleRowsMap[fieldType];
|
406 |
} else {
|
407 |
var visibleRows = visibleRowsMap["default"];
|
514 |
}
|
515 |
|
516 |
// only do this piece when we're not adding radio inputs
|
517 |
+
if(fieldType !== 'radio' && fieldType !== 'checkbox') {
|
518 |
|
519 |
// set name attribute
|
520 |
if(fieldName.length > 0) {
|
523 |
|
524 |
// set value
|
525 |
if($value.is(":visible") && $value.val().length > 0) {
|
526 |
+
if(fieldType === 'textarea') {
|
527 |
$input.text($value.val());
|
528 |
} else {
|
529 |
$input.attr('value', $value.val());
|
553 |
$code.wrapInner($("<p />"));
|
554 |
}
|
555 |
|
556 |
+
setCodePreview($code.html());
|
|
|
557 |
}
|
558 |
|
559 |
/**
|
564 |
var result = false;
|
565 |
|
566 |
// try to insert in QuickTags editor at cursor position
|
567 |
+
if(typeof wpActiveEditor !== 'undefined' && typeof QTags !== 'undefined' && QTags.insertContent) {
|
568 |
result = QTags.insertContent($codePreview.val());
|
569 |
}
|
570 |
|
571 |
// fallback, just append
|
572 |
if(!result) {
|
573 |
+
$formMarkup.val($formMarkup.val() + "\n" + $codePreview.val());
|
|
|
574 |
}
|
575 |
+
|
576 |
+
// trigger change event
|
577 |
+
$formMarkup.change();
|
578 |
}
|
579 |
|
580 |
/**
|
592 |
$wizardFields.change(updateCodePreview);
|
593 |
$("#mc4wp-fw-add-to-form").click(addCodeToFormMarkup);
|
594 |
|
595 |
+
// Validate the form fields after every change
|
596 |
+
$formMarkup.bind({
|
597 |
+
'input': function() {
|
598 |
+
$formMarkup.unbind('keydown');
|
599 |
+
checkRequiredFields.call(this);
|
600 |
+
},
|
601 |
+
'keydown': checkRequiredFields
|
602 |
+
});
|
603 |
+
|
604 |
// init
|
605 |
setMailChimpFields();
|
606 |
|
assets/js/admin.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(a){function b(){"boolean"==typeof this.checked&&(this.checked=!1),alert(mc4wp.strings.proOnlyNotice),event.stopPropagation()}var
|
1 |
+
!function(a){"use strict";function b(){"boolean"==typeof this.checked&&(this.checked=!1),alert(mc4wp.strings.proOnlyNotice),event.stopPropagation()}function c(){var b=a(document.getElementById("mc4wp-send-welcome"));0==a(this).val()?b.removeClass("hidden").find(":input").removeAttr("disabled"):b.addClass("hidden").find(":input").attr("disabled","disabled").prop("checked",!1)}function d(){var b=a(document.getElementById("woocommerce-settings"));b.toggle(a(this).prop("checked"))}function e(){var b=i.filter(":checked").length>0;a(".mc4wp-notice.no-lists-selected").toggle(!b),a(document.getElementById("mc4wp-fw-fields")).toggle(b),a(document.getElementById("mc4wp-fw-mailchimp-fields")).toggle(b)}function f(b){var c=b.keyCode||b.which;if(9===c){b.preventDefault();var d=this.selectionStart,e=this.selectionEnd;a(this).val(a(this).val().substring(0,d)+" "+a(this).val().substring(e)),this.selectionStart=this.selectionEnd=d+1}}function g(){"undefined"!=typeof QTags&&(QTags.addButton("mc4wp_paragraph","<p>","<p>","</p>","paragraph","Paragraph tag",1),QTags.addButton("mc4wp_label","label","<label>","</label>","label","Label tag",2),QTags.addButton("mc4wp_response","form response","{response}","","response","Shows the form response"),QTags.addButton("mc4wp_subscriber_count","# of subscribers","{subscriber_count}","","subscribers","Shows number of subscribers of selected list(s)"),window.mc4wp.hasCaptchaPlugin===!0&&QTags.addButton("mc4wp_captcha","CAPTCHA","{captcha}","","captcha","Display a CAPTCHA field"))}var h=a(document.getElementById("mc4wp-admin")),i=a(document.getElementById("mc4wp-lists")).find(":input"),j=a(document.getElementById("mc4wpformmarkup")),k=a(document.getElementById("missing-fields-notice")),l=a(document.getElementById("missing-fields-list"));h.find(".pro-feature, .pro-feature label, .pro-feature :radio").click(b),h.find('input[name$="[double_optin]"]').change(c),h.find('input[name$="[show_at_woocommerce_checkout]"]').change(d()),i.change(e),a(document).delegate("#mc4wpformmarkup","keydown",f),g(),function(){function b(){for(var b={},c=0;c<G.length;c++){var d='name="'+G[c].tag.toLowerCase();-1==j.val().toLowerCase().indexOf(d)&&(b[G[c].tag]=G[c])}if(a.isEmptyObject(b))return void k.hide();l.html("");for(var e in b){var f=b[e],g=a("<li></li>");g.html(f.name+" (<code>"+f.tag+"</code>)"),g.appendTo(l)}k.show()}function c(){t.find("option").not(".default").remove(),G=[],s.filter(":checked").each(function(){for(var b=a(this).val(),c=mc4wp.mailchimpLists[b],d=0,e=c.merge_vars.length;e>d;d++){var f=c.merge_vars[d];if(f.req&&G.push(f),0===u.find("option[value='"+f.tag+"']").length){var g=f.name.length>25?f.name.substring(0,25)+"..":f.name;f.req&&(g+="*");var h=a("<option />").text(g).val(f.tag).data("list-field",f);d>3&&h.text(F.proOnly+" "+g).attr("disabled","disabled").data("field",null),u.append(h)}}for(var d=0,i=c.interest_groupings.length;i>d;d++){var j=c.interest_groupings[d];if(0===v.find("option[value='"+j.id+"']").length){var g=j.name.length>25?j.name.substring(0,25)+"..":j.name,h=a("<option />").text(g).val(j.id).data("list-grouping",j);d>=1&&h.text(F.proOnly+" "+g).attr("disabled","disabled").data("list-grouping",null),v.append(h)}}}),b()}function d(){e();var b=a(this).find(":selected");switch(b.val()){case"submit":q="submit",y.text(F.buttonText),x.val(F.subscribe),w.find("p.row").filter(".value, .wrap-p").show();break;case"lists":q="lists",w.find(".wrap-p").show();break;default:var c=b.data("list-field");if(c)return i(c);var c=b.data("list-grouping");if(c)return g(c)}n()}function e(){w.find(".row :input").each(function(){a(this).is(":checkbox")?this.checked=!0:this.value=""}),w.find("p.row").hide(),z.find(":input").remove(),w.show(),q="text",r="",y.html(F.initialValue+" <small>"+F.optional+"</small>")}function f(b){for(var c=0,d=b.length;d>c;c++)a("<input />").attr("type","text").addClass("widefat").data("value",b[c].name).attr("placeholder",F.labelFor+' "'+b[c].name+'" '+F.orLeaveEmpty).attr("value",b[c].name).appendTo(z)}function g(a){switch(w.find("p.row").filter(".values, .label, .wrap-p").show(),A.val(a.name+":"),r="GROUPINGS["+a.id+"]",f(a.groups),a.form_field){case"radio":q="radio";break;case"hidden":w.find("p.row").filter(".values, .label, .wrap-p").hide(),w.find("p.row.value").show();for(var b=0,c=a.groups.length;c>b;b++)x.val(x.val()+a.groups[b].name+",");q="hidden";break;case"dropdown":q="select";break;default:q="checkbox",r+="[]"}n()}function h(){var b="";return s.each(function(){var c=a(this).val(),d=a(this).parent("label").text(),e="";a(this).is(":checked")&&(e+="checked "),b+="<label>\n",b+=' <input type="checkbox" name="_mc4wp_lists[]" value="'+c+'" '+e+" /> "+d+"\n",b+="</label>\n"}),b}function i(b){var c={"default":["label","value","placeholder","required","wrap-p"],select:["label","required","wrap-p","values"],radio:["label","required","wrap-p","values"],date:["label","required","wrap-p","value"]},d={text:"text",email:"email",phone:"tel",address:"text",number:"number",dropdown:"select",date:"date",birthday:"date",radio:"radio",checkbox:"checkbox"};if(q="undefined"!=typeof d[b.field_type]?d[b.field_type]:"text","undefined"!=typeof c[q])var e=c[q];else var e=c["default"];for(var f=0;f<e.length;f++)w.find("p.row."+e[f]).show();if(q=q,r=b.tag,B.val("Your "+b.name.toLowerCase()),A.val(b.name+":"),C.attr("checked",b.req),z.is(":visible")&&b.choices)for(var f=0;f<b.choices.length;f++)a("<input />").attr("type","text").addClass("widefat").data("value",b.choices[f]).attr("placeholder",F.labelFor+' "'+b.choices[f]+'" '+F.orLeaveEmpty).attr("value",b.choices[f]).appendTo(z);n()}function m(a){a=html_beautify(a),E.val(a)}function n(){var b,c=a("<div></div>");switch(q){case"lists":var d=h();return p()&&(d="<p>"+d+"</p>"),m(d);case"select":b=a("<select />"),z.find(":input").each(function(){a(this).val().length>0&&a("<option />").val(a(this).data("value")).text(a(this).val()).appendTo(b)});break;case"radio":case"checkbox":z.find(":input").each(function(){a(this).val().length>0&&(b=a("<input />").attr("type",q).attr("name",r).val(a(this).data("value")),C.is(":visible:checked")&&b.attr("required",!0),c.append(b),b.wrap("<label />"),a("<span />").text(a(this).val()+" ").insertAfter(b))});break;case"textarea":b=a("<textarea />");break;default:b=a("<input />").attr("type",q)}"radio"!==q&&"checkbox"!==q&&(r.length>0&&b.attr("name",r),x.is(":visible")&&x.val().length>0&&("textarea"===q?b.text(x.val()):b.attr("value",x.val())),B.is(":visible")&&B.val().length>0&&b.attr("placeholder",B.val()),C.is(":visible:checked")&&b.attr("required",!0),c.append(b)),A.is(":visible")&&A.val().length>0&&a("<label />").text(A.val()).prependTo(c),p()&&c.wrapInner(a("<p />")),m(c.html())}function o(){var a=!1;"undefined"!=typeof wpActiveEditor&&"undefined"!=typeof QTags&&QTags.insertContent&&(a=QTags.insertContent(E.val())),a||j.val(j.val()+"\n"+E.val()),j.change()}function p(){return D.is(":visible:checked")?!0:!1}var q,r,s=a("#mc4wp-lists :input"),t=a("#mc4wp-fw-mailchimp-fields"),u=t.find(".merge-fields"),v=t.find(".groupings"),w=a("#mc4wp-fw-fields"),x=a("#mc4wp-fw-value"),y=a("#mc4wp-fw-value-label"),z=a("#mc4wp-fw-values"),A=a("#mc4wp-fw-label"),B=a("#mc4wp-fw-placeholder"),C=a("#mc4wp-fw-required"),D=a("#mc4wp-fw-wrap-p"),E=a("#mc4wp-fw-preview"),F=mc4wp.strings.fieldWizard,G=[];s.change(c),t.change(d),w.change(n),a("#mc4wp-fw-add-to-form").click(o),j.bind({input:function(){j.unbind("keydown"),b.call(this)},keydown:b}),c()}()}(jQuery);
|
assets/js/form-request.js
CHANGED
@@ -1,57 +1,79 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
var formElement;
|
4 |
|
5 |
/**
|
6 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*/
|
8 |
-
function
|
9 |
-
addEvent( window, 'load', act );
|
10 |
-
}
|
11 |
|
12 |
-
|
|
|
13 |
|
14 |
-
//
|
15 |
-
|
16 |
-
if( ! formElement ) {
|
17 |
-
return;
|
18 |
-
}
|
19 |
|
20 |
-
|
21 |
-
// only populate fields on error
|
22 |
-
if( mc4wpFormRequestData.success == false ) {
|
23 |
-
populateFields( formElement, mc4wpFormRequestData.postData );
|
24 |
-
}
|
25 |
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
var windowHeight = window.innerHeight;
|
30 |
|
31 |
-
|
32 |
-
do {
|
33 |
-
scrollToHeight += obj.offsetTop;
|
34 |
-
} while (obj = obj.offsetParent);
|
35 |
-
} else {
|
36 |
-
scrollToHeight = formElement.offsetTop;
|
37 |
}
|
38 |
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
//
|
44 |
-
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
|
|
53 |
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
/**
|
57 |
* Adds a browser event, IE compatible.
|
@@ -118,6 +140,7 @@ window.mc4wpFormRequest = (function() {
|
|
118 |
case 'email':
|
119 |
case 'date':
|
120 |
case 'tel':
|
|
|
121 |
element.value = value;
|
122 |
|
123 |
// remove IE placeholder fallback class
|
@@ -171,11 +194,4 @@ window.mc4wpFormRequest = (function() {
|
|
171 |
|
172 |
}
|
173 |
|
174 |
-
|
175 |
-
init: function() {
|
176 |
-
init();
|
177 |
-
}
|
178 |
-
}
|
179 |
-
|
180 |
-
})();
|
181 |
-
mc4wpFormRequest.init();
|
1 |
+
(function() {
|
|
|
|
|
2 |
|
3 |
/**
|
4 |
+
* A formrequest. Should be passed an array of data in the following format.
|
5 |
+
*
|
6 |
+
* {
|
7 |
+
* formId: 0,
|
8 |
+
* success: 1,
|
9 |
+
* data: {}
|
10 |
+
* }
|
11 |
+
*
|
12 |
+
* @param request
|
13 |
*/
|
14 |
+
var formRequest = function( request ) {
|
|
|
|
|
15 |
|
16 |
+
// vars
|
17 |
+
var self = this;
|
18 |
|
19 |
+
// Functions
|
20 |
+
function init() {
|
|
|
|
|
|
|
21 |
|
22 |
+
self.element = document.getElementById('mc4wp-form-' + request.formId );
|
|
|
|
|
|
|
|
|
23 |
|
24 |
+
if( request.success != 1 ) {
|
25 |
+
self.repopulate();
|
26 |
+
}
|
|
|
27 |
|
28 |
+
self.scrollTo();
|
|
|
|
|
|
|
|
|
|
|
29 |
}
|
30 |
|
31 |
+
/**
|
32 |
+
* Scrolls to the form element
|
33 |
+
*/
|
34 |
+
this.scrollTo = function() {
|
35 |
+
// Scroll to form element
|
36 |
+
var formElement = self.element;
|
37 |
+
var scrollToHeight = 0;
|
38 |
+
var obj = formElement;
|
39 |
+
var windowHeight = window.innerHeight;
|
40 |
+
|
41 |
+
if (obj.offsetParent) {
|
42 |
+
do {
|
43 |
+
scrollToHeight += obj.offsetTop;
|
44 |
+
} while (obj = obj.offsetParent);
|
45 |
+
} else {
|
46 |
+
scrollToHeight = formElement.offsetTop;
|
47 |
+
}
|
48 |
|
49 |
+
if((windowHeight - 80) > formElement.clientHeight) {
|
50 |
+
// vertically center the form, but only if there's enough space for a decent margin
|
51 |
+
scrollToHeight = scrollToHeight - ((windowHeight - formElement.clientHeight) / 2);
|
52 |
+
} else {
|
53 |
+
// the form doesn't fit, scroll a little above the form
|
54 |
+
scrollToHeight = scrollToHeight - 80;
|
55 |
+
}
|
56 |
|
57 |
+
// scroll there. if jQuery is loaded, do it with an animation.
|
58 |
+
if(window.jQuery !== undefined) {
|
59 |
+
jQuery('html, body').animate({ scrollTop: scrollToHeight }, 800);
|
60 |
+
} else {
|
61 |
+
window.scrollTo(0, scrollToHeight);
|
62 |
+
}
|
63 |
+
};
|
64 |
+
|
65 |
+
/**
|
66 |
+
* Repopulates the form fields
|
67 |
+
*/
|
68 |
+
this.repopulate = function() {
|
69 |
+
populateFields( self.element, request.data );
|
70 |
+
};
|
71 |
+
|
72 |
+
// Call "init" on window.load event
|
73 |
+
addEvent( window, 'load', init );
|
74 |
+
};
|
75 |
+
|
76 |
+
window.mc4wpFormRequest = new formRequest( mc4wpFormRequestData );
|
77 |
|
78 |
/**
|
79 |
* Adds a browser event, IE compatible.
|
140 |
case 'email':
|
141 |
case 'date':
|
142 |
case 'tel':
|
143 |
+
case 'number':
|
144 |
element.value = value;
|
145 |
|
146 |
// remove IE placeholder fallback class
|
194 |
|
195 |
}
|
196 |
|
197 |
+
})();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/js/form-request.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
1 |
+
!function(){function a(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent("on"+b,c)}function b(a,c,d){for(var e in c){var f=e,g=c[e];if(""!=g){if("undefined"!=typeof d&&(f=d+"["+e+"]"),g.constructor==Array)f+="[]";else if("object"==typeof g){b(a,g,f);continue}var h=a.querySelectorAll('input[name="'+f+'"], select[name="'+f+'"], textarea[name="'+f+'"]');if(!h)return;for(var i=0;i<h.length;i++){var j=h[i];switch(j.type||j.tagName){case"text":case"email":case"date":case"tel":case"number":j.value=g,j.className=j.className.replace("placeholdersjs","");break;case"radio":j.checked=j.value===g;break;case"checkbox":for(var k=0;k<g.length;k++){var l=j.value===g[k];if(l){j.checked=j.value===g[k];break}j.checked=!1}break;case"select-multiple":for(var m=g.constructor==Array?g:[g],n=0;n<j.options.length;n++)for(var o=0;o<m.length;o++)j.options[n].selected|=j.options[n].value==m[o];break;case"select":case"select-one":j.value=g.toString()||g;break;case"textarea":j.innerText=g}}}}}var c=function(c){function d(){e.element=document.getElementById("mc4wp-form-"+c.formId),1!=c.success&&e.repopulate(),e.scrollTo()}var e=this;this.scrollTo=function(){var a=e.element,b=0,c=a,d=window.innerHeight;if(c.offsetParent){do b+=c.offsetTop;while(c=c.offsetParent)}else b=a.offsetTop;b-=d-80>a.clientHeight?(d-a.clientHeight)/2:80,void 0!==window.jQuery?jQuery("html, body").animate({scrollTop:b},800):window.scrollTo(0,b)},this.repopulate=function(){b(e.element,c.data)},a(window,"load",d)};window.mc4wpFormRequest=new c(mc4wpFormRequestData)}();
|
assets/js/index.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
-
header( 'Status: 403 Forbidden' );
|
4 |
-
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
-
exit;
|
6 |
-
}
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
+
header( 'Status: 403 Forbidden' );
|
4 |
+
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
+
exit;
|
6 |
+
}
|
assets/js/{beautify-html.js → third-party/beautify-html.js}
RENAMED
File without changes
|
assets/js/{beautify-html.min.js → third-party/beautify-html.min.js}
RENAMED
File without changes
|
assets/js/{placeholders.min.js → third-party/placeholders.min.js}
RENAMED
File without changes
|
assets/sass/checkbox.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/* MailChimp for WP - Checkbox Styles */
|
2 |
-
|
3 |
|
4 |
clear: both;
|
5 |
display: block;
|
@@ -7,6 +7,8 @@ p#mc4wp-checkbox{
|
|
7 |
width: auto;
|
8 |
|
9 |
input {
|
|
|
|
|
10 |
position: static;
|
11 |
margin: 0 6px 0 0;
|
12 |
padding: 0;
|
@@ -17,6 +19,7 @@ p#mc4wp-checkbox{
|
|
17 |
}
|
18 |
|
19 |
label {
|
|
|
20 |
display: block;
|
21 |
cursor: pointer;
|
22 |
width: auto;
|
@@ -25,6 +28,17 @@ p#mc4wp-checkbox{
|
|
25 |
|
26 |
}
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
#registerform #mc4wp-checkbox{
|
29 |
margin-bottom: 10px;
|
30 |
}
|
1 |
/* MailChimp for WP - Checkbox Styles */
|
2 |
+
#mc4wp-checkbox {
|
3 |
|
4 |
clear: both;
|
5 |
display: block;
|
7 |
width: auto;
|
8 |
|
9 |
input {
|
10 |
+
float: none;
|
11 |
+
width: auto;
|
12 |
position: static;
|
13 |
margin: 0 6px 0 0;
|
14 |
padding: 0;
|
19 |
}
|
20 |
|
21 |
label {
|
22 |
+
float: none;
|
23 |
display: block;
|
24 |
cursor: pointer;
|
25 |
width: auto;
|
28 |
|
29 |
}
|
30 |
|
31 |
+
#_mc4wp_subscribe_woocommerce_checkout_field {
|
32 |
+
label,
|
33 |
+
input{
|
34 |
+
float: none !important;
|
35 |
+
width: auto !important;
|
36 |
+
display: inline-block !important;
|
37 |
+
}
|
38 |
+
}
|
39 |
+
|
40 |
+
|
41 |
+
|
42 |
#registerform #mc4wp-checkbox{
|
43 |
margin-bottom: 10px;
|
44 |
}
|
assets/sass/index.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
-
header( 'Status: 403 Forbidden' );
|
4 |
-
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
-
exit;
|
6 |
-
}
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
+
header( 'Status: 403 Forbidden' );
|
4 |
+
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
+
exit;
|
6 |
+
}
|
assets/sass/partials/_form-reset.scss
CHANGED
@@ -2,83 +2,88 @@
|
|
2 |
/* MailChimp for WP - Default Form Styles */
|
3 |
.mc4wp-form{
|
4 |
margin: 1em 0;
|
5 |
-
}
|
6 |
-
|
7 |
-
form.mc4wp-form,
|
8 |
-
.mc4wp-form form {
|
9 |
-
width: auto;
|
10 |
-
}
|
11 |
-
|
12 |
-
.mc4wp-form label{
|
13 |
-
display: block;
|
14 |
-
font-weight: bold;
|
15 |
-
margin-bottom: 5px;
|
16 |
-
}
|
17 |
-
|
18 |
-
.mc4wp-form ul,
|
19 |
-
.mc4wp-form li {
|
20 |
-
list-style: none;
|
21 |
-
margin: 0;
|
22 |
-
padding: 0;
|
23 |
-
}
|
24 |
-
|
25 |
-
.mc4wp-form label > span,
|
26 |
-
.mc4wp-form li > label {
|
27 |
-
font-weight: normal;
|
28 |
-
}
|
29 |
-
|
30 |
-
.mc4wp-form p > label:nth-child(2) {
|
31 |
-
margin-top: 10px;
|
32 |
-
}
|
33 |
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
-
.mc4wp-form input[type="checkbox"],
|
59 |
-
.mc4wp-form input[type="radio"] {
|
60 |
-
position: relative;
|
61 |
-
margin: 0 6px 0 0;
|
62 |
-
padding: 0;
|
63 |
-
height: 13px;
|
64 |
-
width: 13px;
|
65 |
-
display: inline-block;
|
66 |
-
border: 0;
|
67 |
-
}
|
68 |
-
|
69 |
-
.mc4wp-form input[type="checkbox"] {
|
70 |
-
-webkit-appearance: checkbox;
|
71 |
-
}
|
72 |
-
|
73 |
-
.mc4wp-form input[type="radio"] {
|
74 |
-
-webkit-appearance: radio;
|
75 |
-
}
|
76 |
|
77 |
-
.mc4wp-form input[type="submit"],
|
78 |
-
.mc4wp-form button,
|
79 |
-
.mc4wp-form input[type="button"] {
|
80 |
-
cursor: pointer;
|
81 |
-
display: inline-block;
|
82 |
}
|
83 |
|
84 |
.mc4wp-alert{
|
2 |
/* MailChimp for WP - Default Form Styles */
|
3 |
.mc4wp-form{
|
4 |
margin: 1em 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
+
/* Form Elements */
|
7 |
+
form{
|
8 |
+
width: auto;
|
9 |
+
}
|
10 |
+
|
11 |
+
label {
|
12 |
+
display: block;
|
13 |
+
font-weight: bold;
|
14 |
+
margin-bottom: 5px;
|
15 |
+
}
|
16 |
+
|
17 |
+
input {
|
18 |
+
vertical-align: baseline;
|
19 |
+
|
20 |
+
// style placeholder polyfill
|
21 |
+
&.placeholdersjs {
|
22 |
+
color: #aaa !important;
|
23 |
+
}
|
24 |
+
|
25 |
+
}
|
26 |
+
|
27 |
+
input[type="text"],
|
28 |
+
input[type="email"],
|
29 |
+
input[type="tel"],
|
30 |
+
input[type="url"],
|
31 |
+
input[type="date"],
|
32 |
+
textarea,
|
33 |
+
select {
|
34 |
+
cursor: auto;
|
35 |
+
display: block;
|
36 |
+
width: 100%;
|
37 |
+
height: auto;
|
38 |
+
box-sizing: border-box;
|
39 |
+
-webkit-box-sizing: border-box;
|
40 |
+
-moz-box-sizing: border-box;
|
41 |
+
}
|
42 |
+
|
43 |
+
input[type="checkbox"],
|
44 |
+
input[type="radio"] {
|
45 |
+
position: relative;
|
46 |
+
margin: 0 6px 0 0;
|
47 |
+
padding: 0;
|
48 |
+
height: 13px;
|
49 |
+
width: 13px;
|
50 |
+
display: inline-block;
|
51 |
+
border: 0;
|
52 |
+
}
|
53 |
+
|
54 |
+
input[type="checkbox"] {
|
55 |
+
-webkit-appearance: checkbox;
|
56 |
+
}
|
57 |
+
|
58 |
+
input[type="radio"] {
|
59 |
+
-webkit-appearance: radio;
|
60 |
+
}
|
61 |
+
|
62 |
+
input[name="_mc4wp_required_but_not_really"] {
|
63 |
+
display: none !important;
|
64 |
+
}
|
65 |
+
|
66 |
+
input[type="submit"],
|
67 |
+
button,
|
68 |
+
input[type="button"] {
|
69 |
+
cursor: pointer;
|
70 |
+
display: inline-block;
|
71 |
+
}
|
72 |
+
|
73 |
+
/* Other elements */
|
74 |
+
ul,
|
75 |
+
li {
|
76 |
+
list-style: none;
|
77 |
+
margin: 0;
|
78 |
+
padding: 0;
|
79 |
+
}
|
80 |
+
|
81 |
+
label > span,
|
82 |
+
li > label {
|
83 |
+
font-weight: normal;
|
84 |
+
}
|
85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
|
|
|
|
|
|
|
|
|
|
|
87 |
}
|
88 |
|
89 |
.mc4wp-alert{
|
assets/sass/partials/_form-theme-base.scss
CHANGED
@@ -70,6 +70,7 @@ form.mc4wp-form,
|
|
70 |
}
|
71 |
|
72 |
.mc4wp-form input[type="submit"],
|
|
|
73 |
.mc4wp-form button {
|
74 |
display: inline-block;
|
75 |
padding: 6px 12px;
|
@@ -97,6 +98,7 @@ form.mc4wp-form,
|
|
97 |
}
|
98 |
|
99 |
.mc4wp-form input[type="submit"]:focus,
|
|
|
100 |
.mc4wp-form button:focus {
|
101 |
outline: thin dotted #333;
|
102 |
outline: 5px auto -webkit-focus-ring-color;
|
@@ -104,8 +106,10 @@ form.mc4wp-form,
|
|
104 |
}
|
105 |
|
106 |
.mc4wp-form input[type="submit"]:hover,
|
|
|
107 |
.mc4wp-form button:hover,
|
108 |
.mc4wp-form input[type="submit"]:focus,
|
|
|
109 |
.mc4wp-form button:focus {
|
110 |
color: #333333;
|
111 |
text-decoration: none;
|
@@ -113,6 +117,7 @@ form.mc4wp-form,
|
|
113 |
}
|
114 |
|
115 |
.mc4wp-form input[type="submit"]:active,
|
|
|
116 |
.mc4wp-form button:active {
|
117 |
background-image: none;
|
118 |
outline: 0;
|
70 |
}
|
71 |
|
72 |
.mc4wp-form input[type="submit"],
|
73 |
+
.mc4wp-form input[type="button"],
|
74 |
.mc4wp-form button {
|
75 |
display: inline-block;
|
76 |
padding: 6px 12px;
|
98 |
}
|
99 |
|
100 |
.mc4wp-form input[type="submit"]:focus,
|
101 |
+
.mc4wp-form input[type="button"]:focus,
|
102 |
.mc4wp-form button:focus {
|
103 |
outline: thin dotted #333;
|
104 |
outline: 5px auto -webkit-focus-ring-color;
|
106 |
}
|
107 |
|
108 |
.mc4wp-form input[type="submit"]:hover,
|
109 |
+
.mc4wp-form input[type="button"]:hover,
|
110 |
.mc4wp-form button:hover,
|
111 |
.mc4wp-form input[type="submit"]:focus,
|
112 |
+
.mc4wp-form input[type="button"]:focus,
|
113 |
.mc4wp-form button:focus {
|
114 |
color: #333333;
|
115 |
text-decoration: none;
|
117 |
}
|
118 |
|
119 |
.mc4wp-form input[type="submit"]:active,
|
120 |
+
.mc4wp-form input[type="button"]:active,
|
121 |
.mc4wp-form button:active {
|
122 |
background-image: none;
|
123 |
outline: 0;
|
assets/sass/partials/index.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
-
header( 'Status: 403 Forbidden' );
|
4 |
-
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
-
exit;
|
6 |
-
}
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
+
header( 'Status: 403 Forbidden' );
|
4 |
+
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
+
exit;
|
6 |
+
}
|
includes/class-admin.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
if( ! defined(
|
4 |
header( 'Status: 403 Forbidden' );
|
5 |
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
exit;
|
@@ -17,20 +17,18 @@ class MC4WP_Lite_Admin
|
|
17 |
/**
|
18 |
* @var string The relative path to the main plugin file from the plugins dir
|
19 |
*/
|
20 |
-
private $plugin_file
|
21 |
|
22 |
/**
|
23 |
* Constructor
|
24 |
*/
|
25 |
-
public function __construct()
|
26 |
-
{
|
27 |
-
$this->setup_hooks();
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
}
|
35 |
|
36 |
/**
|
@@ -57,14 +55,15 @@ class MC4WP_Lite_Admin
|
|
57 |
private function setup_hooks() {
|
58 |
|
59 |
global $pagenow;
|
|
|
60 |
|
61 |
-
// Actions used throughout WP Admin
|
62 |
add_action( 'admin_init', array( $this, 'initialize' ) );
|
63 |
add_action( 'admin_menu', array( $this, 'build_menu' ) );
|
64 |
add_action( 'admin_enqueue_scripts', array( $this, 'load_css_and_js' ) );
|
65 |
|
66 |
-
// Hooks for Plugins overview
|
67 |
-
if(
|
68 |
$this->plugin_file = plugin_basename( MC4WP_LITE_PLUGIN_FILE );
|
69 |
|
70 |
add_filter( 'plugin_action_links_' . $this->plugin_file, array( $this, 'add_plugin_settings_link' ), 10, 2 );
|
@@ -78,6 +77,14 @@ class MC4WP_Lite_Admin
|
|
78 |
|
79 |
}
|
80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
/**
|
82 |
* Initializes various stuff used in WP Admin
|
83 |
*
|
@@ -89,18 +96,26 @@ class MC4WP_Lite_Admin
|
|
89 |
|
90 |
// register settings
|
91 |
register_setting( 'mc4wp_lite_settings', 'mc4wp_lite', array( $this, 'validate_settings' ) );
|
92 |
-
register_setting( 'mc4wp_lite_checkbox_settings', 'mc4wp_lite_checkbox', array( $this, '
|
93 |
-
register_setting( 'mc4wp_lite_form_settings', 'mc4wp_lite_form', array( $this, '
|
94 |
-
|
95 |
-
// load the plugin text domain
|
96 |
-
load_plugin_textdomain( 'mailchimp-for-wp', false, dirname( $this->plugin_file ) . '/languages/' );
|
97 |
|
98 |
-
// store whether this plugin has the BWS captcha plugin running (
|
99 |
$this->has_captcha_plugin = function_exists( 'cptch_display_captcha_custom' );
|
100 |
|
101 |
$this->upgrade();
|
102 |
}
|
103 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
/**
|
105 |
* Set which Quicktag buttons should appear in the form mark-up editor
|
106 |
*
|
@@ -110,8 +125,8 @@ class MC4WP_Lite_Admin
|
|
110 |
*/
|
111 |
public function set_quicktags_buttons( $settings, $editor_id = '' )
|
112 |
{
|
113 |
-
if( $editor_id !== 'mc4wpformmarkup' ) {
|
114 |
-
return $settings;
|
115 |
}
|
116 |
|
117 |
$settings['buttons'] = 'strong,em,link,img,ul,li,close';
|
@@ -120,19 +135,21 @@ class MC4WP_Lite_Admin
|
|
120 |
}
|
121 |
|
122 |
/**
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
|
|
|
|
129 |
if( $file !== $this->plugin_file ) {
|
130 |
return $links;
|
131 |
}
|
132 |
|
133 |
-
$settings_link = '<a href="admin.php?page=mailchimp-for-wp">'. __( 'Settings', 'mailchimp-for-wp' ) . '</a>';
|
134 |
-
|
135 |
-
|
136 |
}
|
137 |
|
138 |
/**
|
@@ -148,14 +165,14 @@ class MC4WP_Lite_Admin
|
|
148 |
return $links;
|
149 |
}
|
150 |
|
151 |
-
$links[] = '<a href="
|
152 |
-
$links[] = '<a href="https://mc4wp.com/#utm_source=lite-plugin&utm_medium=link&utm_campaign=plugins-upgrade-link">' . __( 'Upgrade to Pro', 'mailchimp-for-wp' ) . '</a>';
|
153 |
return $links;
|
154 |
}
|
155 |
|
156 |
/**
|
157 |
* Register the setting pages and their menu items
|
158 |
-
|
159 |
public function build_menu() {
|
160 |
|
161 |
/**
|
@@ -166,131 +183,96 @@ class MC4WP_Lite_Admin
|
|
166 |
*/
|
167 |
$required_cap = apply_filters( 'mc4wp_settings_cap', 'manage_options' );
|
168 |
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
|
|
|
176 |
|
177 |
-
|
178 |
-
|
179 |
-
*
|
180 |
-
* @param array $settings
|
181 |
-
* @return array
|
182 |
-
*/
|
183 |
-
public function validate_settings( $settings ) {
|
184 |
|
185 |
-
|
186 |
-
|
|
|
|
|
187 |
}
|
188 |
|
189 |
-
return $settings;
|
190 |
}
|
191 |
|
|
|
192 |
/**
|
193 |
-
* Validates the
|
194 |
*
|
195 |
* @param array $settings
|
196 |
* @return array
|
197 |
*/
|
198 |
-
public function
|
199 |
-
|
200 |
-
// If settings is malformed, just store an empty array.
|
201 |
-
if( ! is_array( $settings ) ) {
|
202 |
-
return array();
|
203 |
-
}
|
204 |
-
|
205 |
-
// Loop through new settings
|
206 |
-
foreach( $settings as $key => $value ) {
|
207 |
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
|
|
212 |
}
|
213 |
-
|
214 |
-
switch( $key ) {
|
215 |
-
|
216 |
-
// sanitize markup textarea
|
217 |
-
case 'markup' :
|
218 |
-
$settings[ $key ] = preg_replace( '/<\/?form(.|\s)*?>/i', '', $value );
|
219 |
-
break;
|
220 |
-
|
221 |
-
// sanitize select
|
222 |
-
case 'css':
|
223 |
-
$settings[ $key ] = sanitize_text_field( $value );
|
224 |
-
break;
|
225 |
-
|
226 |
-
// sanitize radio & checkbox inputs
|
227 |
-
case 'double_optin':
|
228 |
-
case 'hide_after_success':
|
229 |
-
$settings[ $key ] = ( $value == 1 ) ? 1 : 0;
|
230 |
-
break;
|
231 |
-
}
|
232 |
-
|
233 |
}
|
234 |
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
* @param array $settings
|
242 |
-
* @return array
|
243 |
-
*/
|
244 |
-
public function validate_checkbox_settings( $settings ) {
|
245 |
-
|
246 |
-
// If settings is malformed, just store an empty array.
|
247 |
-
if( ! is_array( $settings ) ) {
|
248 |
-
return array();
|
249 |
}
|
250 |
|
251 |
-
//
|
252 |
-
foreach( $settings as $
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
$settings[ $key ] = array();
|
259 |
-
} else {
|
260 |
-
foreach( $settings[ $key ] as $list_key => $list_value ) {
|
261 |
-
$settings[ $key ][$list_key] = sanitize_text_field( $list_value );
|
262 |
-
}
|
263 |
-
}
|
264 |
-
break;
|
265 |
-
|
266 |
-
// sanitize text inputs
|
267 |
-
case 'label' :
|
268 |
-
$settings[ $key ] = strip_tags( trim( $value ), '<a><b><strong><em><br><i><u><pre><script><abbr><strike>' );
|
269 |
-
break;
|
270 |
-
|
271 |
-
// sanitize radio & checkbox inputs
|
272 |
-
case 'double_optin':
|
273 |
-
case 'show_at_comment_form':
|
274 |
-
case 'show_at_registration_form':
|
275 |
-
case 'precheck':
|
276 |
-
case 'css':
|
277 |
-
$settings[ $key ] = ( $value == 1 ) ? 1 : 0;
|
278 |
-
break;
|
279 |
}
|
|
|
280 |
|
|
|
|
|
|
|
281 |
}
|
282 |
|
283 |
return $settings;
|
284 |
}
|
285 |
|
286 |
/**
|
287 |
-
|
|
|
288 |
*/
|
289 |
-
public function load_css_and_js(
|
290 |
-
{
|
291 |
// only load asset files on the MailChimp for WordPress settings pages
|
292 |
-
if(
|
293 |
-
return;
|
294 |
}
|
295 |
|
296 |
$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
|
@@ -300,7 +282,7 @@ class MC4WP_Lite_Admin
|
|
300 |
wp_enqueue_style( 'mc4wp-admin-css', MC4WP_LITE_PLUGIN_URL . 'assets/css/admin' . $suffix . '.css' );
|
301 |
|
302 |
// js
|
303 |
-
wp_register_script( 'mc4wp-beautifyhtml', MC4WP_LITE_PLUGIN_URL . 'assets/js/beautify-html'. $suffix .'.js', array( 'jquery' ), MC4WP_LITE_VERSION, true );
|
304 |
wp_register_script( 'mc4wp-admin', MC4WP_LITE_PLUGIN_URL . 'assets/js/admin' . $suffix . '.js', array( 'jquery', 'quicktags' ), MC4WP_LITE_VERSION, true );
|
305 |
wp_enqueue_script( array( 'jquery', 'mc4wp-beautifyhtml', 'mc4wp-admin' ) );
|
306 |
wp_localize_script( 'mc4wp-admin', 'mc4wp',
|
@@ -321,12 +303,14 @@ class MC4WP_Lite_Admin
|
|
321 |
'mailchimpLists' => $mailchimp->get_lists()
|
322 |
)
|
323 |
);
|
|
|
|
|
324 |
}
|
325 |
|
326 |
/**
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
*/
|
331 |
public function get_checkbox_compatible_plugins()
|
332 |
{
|
@@ -337,21 +321,21 @@ class MC4WP_Lite_Admin
|
|
337 |
}
|
338 |
|
339 |
$checkbox_plugins = array(
|
340 |
-
'comment_form' => __(
|
341 |
-
|
342 |
);
|
343 |
|
344 |
if( is_multisite() ) {
|
345 |
-
|
346 |
-
|
347 |
|
348 |
-
if( class_exists(
|
349 |
-
|
350 |
-
|
351 |
|
352 |
-
if( class_exists('bbPress') ) {
|
353 |
-
|
354 |
-
|
355 |
|
356 |
if ( class_exists( 'WooCommerce' ) ) {
|
357 |
$checkbox_plugins['woocommerce_checkout'] = sprintf( __( '%s checkout', 'mailchimp-for-wp' ), 'WooCommerce' );
|
@@ -385,11 +369,15 @@ class MC4WP_Lite_Admin
|
|
385 |
$mailchimp = new MC4WP_MailChimp();
|
386 |
$lists = $mailchimp->get_lists( $force_cache_refresh );
|
387 |
|
|
|
|
|
|
|
|
|
388 |
if ( $force_cache_refresh ) {
|
389 |
if ( false === empty ( $lists ) ) {
|
390 |
-
add_settings_error(
|
391 |
} else {
|
392 |
-
add_settings_error(
|
393 |
}
|
394 |
}
|
395 |
|
1 |
<?php
|
2 |
|
3 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
4 |
header( 'Status: 403 Forbidden' );
|
5 |
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
exit;
|
17 |
/**
|
18 |
* @var string The relative path to the main plugin file from the plugins dir
|
19 |
*/
|
20 |
+
private $plugin_file;
|
21 |
|
22 |
/**
|
23 |
* Constructor
|
24 |
*/
|
25 |
+
public function __construct() {
|
|
|
|
|
26 |
|
27 |
+
$this->plugin_file = plugin_basename( MC4WP_LITE_PLUGIN_FILE );
|
28 |
+
|
29 |
+
$this->load_translations();
|
30 |
+
$this->setup_hooks();
|
31 |
+
$this->listen();
|
32 |
}
|
33 |
|
34 |
/**
|
55 |
private function setup_hooks() {
|
56 |
|
57 |
global $pagenow;
|
58 |
+
$current_page = isset( $pagenow ) ? $pagenow : '';
|
59 |
|
60 |
+
// Actions used globally throughout WP Admin
|
61 |
add_action( 'admin_init', array( $this, 'initialize' ) );
|
62 |
add_action( 'admin_menu', array( $this, 'build_menu' ) );
|
63 |
add_action( 'admin_enqueue_scripts', array( $this, 'load_css_and_js' ) );
|
64 |
|
65 |
+
// Hooks for Plugins overview page
|
66 |
+
if( $current_page === 'plugins.php' ) {
|
67 |
$this->plugin_file = plugin_basename( MC4WP_LITE_PLUGIN_FILE );
|
68 |
|
69 |
add_filter( 'plugin_action_links_' . $this->plugin_file, array( $this, 'add_plugin_settings_link' ), 10, 2 );
|
77 |
|
78 |
}
|
79 |
|
80 |
+
/**
|
81 |
+
* Load the plugin translations
|
82 |
+
*/
|
83 |
+
private function load_translations() {
|
84 |
+
// load the plugin text domain
|
85 |
+
load_plugin_textdomain( 'mailchimp-for-wp', false, dirname( $this->plugin_file ) . '/languages' );
|
86 |
+
}
|
87 |
+
|
88 |
/**
|
89 |
* Initializes various stuff used in WP Admin
|
90 |
*
|
96 |
|
97 |
// register settings
|
98 |
register_setting( 'mc4wp_lite_settings', 'mc4wp_lite', array( $this, 'validate_settings' ) );
|
99 |
+
register_setting( 'mc4wp_lite_checkbox_settings', 'mc4wp_lite_checkbox', array( $this, 'validate_settings' ) );
|
100 |
+
register_setting( 'mc4wp_lite_form_settings', 'mc4wp_lite_form', array( $this, 'validate_settings' ) );
|
|
|
|
|
|
|
101 |
|
102 |
+
// store whether this plugin has the BWS captcha plugin running (https://wordpress.org/plugins/captcha/)
|
103 |
$this->has_captcha_plugin = function_exists( 'cptch_display_captcha_custom' );
|
104 |
|
105 |
$this->upgrade();
|
106 |
}
|
107 |
|
108 |
+
/**
|
109 |
+
* Listen to various mc4wp actions
|
110 |
+
*/
|
111 |
+
private function listen() {
|
112 |
+
// did the user click on upgrade to pro link?
|
113 |
+
if( isset( $_GET['page'] ) && $_GET['page'] === 'mailchimp-for-wp-upgrade' && false === headers_sent() ) {
|
114 |
+
wp_redirect( 'https://mc4wp.com/#utm_source=lite-plugin&utm_medium=link&utm_campaign=menu-upgrade-link' );
|
115 |
+
exit;
|
116 |
+
}
|
117 |
+
}
|
118 |
+
|
119 |
/**
|
120 |
* Set which Quicktag buttons should appear in the form mark-up editor
|
121 |
*
|
125 |
*/
|
126 |
public function set_quicktags_buttons( $settings, $editor_id = '' )
|
127 |
{
|
128 |
+
if( $editor_id !== 'mc4wpformmarkup' ) {
|
129 |
+
return $settings;
|
130 |
}
|
131 |
|
132 |
$settings['buttons'] = 'strong,em,link,img,ul,li,close';
|
135 |
}
|
136 |
|
137 |
/**
|
138 |
+
* Add the settings link to the Plugins overview
|
139 |
+
*
|
140 |
+
* @param array $links
|
141 |
+
* @param $file
|
142 |
+
*
|
143 |
+
* @return array
|
144 |
+
*/
|
145 |
+
public function add_plugin_settings_link( $links, $file ) {
|
146 |
if( $file !== $this->plugin_file ) {
|
147 |
return $links;
|
148 |
}
|
149 |
|
150 |
+
$settings_link = '<a href="' . admin_url( 'admin.php?page=mailchimp-for-wp' ) . '">'. __( 'Settings', 'mailchimp-for-wp' ) . '</a>';
|
151 |
+
array_unshift( $links, $settings_link );
|
152 |
+
return $links;
|
153 |
}
|
154 |
|
155 |
/**
|
165 |
return $links;
|
166 |
}
|
167 |
|
168 |
+
$links[] = '<a href="https://wordpress.org/plugins/mailchimp-for-wp/faq/">FAQ</a>';
|
169 |
+
$links[] = '<a href="https://mc4wp.com/#utm_source=lite-plugin&utm_medium=link&utm_campaign=plugins-upgrade-link">' . __( 'Upgrade to MailChimp for WordPress Pro', 'mailchimp-for-wp' ) . '</a>';
|
170 |
return $links;
|
171 |
}
|
172 |
|
173 |
/**
|
174 |
* Register the setting pages and their menu items
|
175 |
+
*/
|
176 |
public function build_menu() {
|
177 |
|
178 |
/**
|
183 |
*/
|
184 |
$required_cap = apply_filters( 'mc4wp_settings_cap', 'manage_options' );
|
185 |
|
186 |
+
$menu_items = array(
|
187 |
+
array(
|
188 |
+
'title' => __( 'MailChimp API Settings', 'mailchimp-for-wp' ),
|
189 |
+
'text' => __( 'MailChimp', 'mailchimp-for-wp' ),
|
190 |
+
'slug' => '',
|
191 |
+
'callback' => array( $this, 'show_api_settings' ),
|
192 |
+
),
|
193 |
+
array(
|
194 |
+
'title' => __( 'Checkbox Settings', 'mailchimp-for-wp' ),
|
195 |
+
'text' => __( 'Checkboxes', 'mailchimp-for-wp' ),
|
196 |
+
'slug' => 'checkbox-settings',
|
197 |
+
'callback' => array( $this, 'show_checkbox_settings' ),
|
198 |
+
),
|
199 |
+
array(
|
200 |
+
'title' => __( 'Form Settings', 'mailchimp-for-wp' ),
|
201 |
+
'text' => __( 'Forms', 'mailchimp-for-wp' ),
|
202 |
+
'slug' => 'form-settings',
|
203 |
+
'callback' => array( $this, 'show_form_settings' ) ),
|
204 |
+
array(
|
205 |
+
'title' => __( 'Upgrade to Pro', 'mailchimp-for-wp' ),
|
206 |
+
'text' => '<span style="line-height: 20px;"><span class="dashicons dashicons-external"></span> ' .__( 'Upgrade to Pro', 'mailchimp-for-wp' ),
|
207 |
+
'slug' => 'upgrade',
|
208 |
+
'callback' => array( $this, 'redirect_to_pro' ),
|
209 |
+
),
|
210 |
+
);
|
211 |
|
212 |
+
$menu_items = apply_filters( 'mc4wp_menu_items', $menu_items );
|
213 |
|
214 |
+
// add top menu item
|
215 |
+
add_menu_page( 'MailChimp for WP Lite', 'MailChimp for WP', $required_cap, 'mailchimp-for-wp', array($this, 'show_api_settings'), MC4WP_LITE_PLUGIN_URL . 'assets/img/menu-icon.png' );
|
|
|
|
|
|
|
|
|
|
|
216 |
|
217 |
+
// add submenu pages
|
218 |
+
foreach( $menu_items as $item ) {
|
219 |
+
$slug = ( '' !== $item['slug'] ) ? "mailchimp-for-wp-{$item['slug']}" : 'mailchimp-for-wp';
|
220 |
+
add_submenu_page( 'mailchimp-for-wp', $item['title'] . ' - MailChimp for WordPress Lite', $item['text'], $required_cap, $slug, $item['callback'] );
|
221 |
}
|
222 |
|
|
|
223 |
}
|
224 |
|
225 |
+
|
226 |
/**
|
227 |
+
* Validates the General settings
|
228 |
*
|
229 |
* @param array $settings
|
230 |
* @return array
|
231 |
*/
|
232 |
+
public function validate_settings( array $settings ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
|
234 |
+
// sanitize simple text fields (no HTML, just chars & numbers)
|
235 |
+
$simple_text_fields = array( 'api_key', 'redirect', 'css' );
|
236 |
+
foreach( $simple_text_fields as $field ) {
|
237 |
+
if( isset( $settings[ $field ] ) ) {
|
238 |
+
$settings[ $field ] = sanitize_text_field( $settings[ $field ] );
|
239 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
}
|
241 |
|
242 |
+
// validate woocommerce checkbox position
|
243 |
+
if( isset( $settings['woocommerce_position'] ) ) {
|
244 |
+
// make sure position is either 'order' or 'billing'
|
245 |
+
if( ! in_array( $settings['woocommerce_position'], array( 'order', 'billing' ) ) ) {
|
246 |
+
$settings['woocommerce_position'] = 'billing';
|
247 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
248 |
}
|
249 |
|
250 |
+
// dynamic sanitization
|
251 |
+
foreach( $settings as $setting => $value ) {
|
252 |
+
// strip special tags from text settings
|
253 |
+
if( substr( $setting, 0, 5 ) === 'text_' || $setting === 'label' ) {
|
254 |
+
$value = trim( $value );
|
255 |
+
$value = strip_tags( $value, '<a><b><strong><em><i><br><u><script><span><abbr><strike>' );
|
256 |
+
$settings[ $setting ] = $value;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
}
|
258 |
+
}
|
259 |
|
260 |
+
// strip <form> from form mark-up
|
261 |
+
if( isset( $settings[ 'markup'] ) ) {
|
262 |
+
$settings[ 'markup' ] = preg_replace( '/<\/?form(.|\s)*?>/i', '', $settings[ 'markup'] );
|
263 |
}
|
264 |
|
265 |
return $settings;
|
266 |
}
|
267 |
|
268 |
/**
|
269 |
+
* Load scripts and stylesheet on MailChimp for WP Admin pages
|
270 |
+
* @return bool
|
271 |
*/
|
272 |
+
public function load_css_and_js() {
|
|
|
273 |
// only load asset files on the MailChimp for WordPress settings pages
|
274 |
+
if( ! isset( $_GET['page'] ) || strpos( $_GET['page'], 'mailchimp-for-wp' ) !== 0 ) {
|
275 |
+
return false;
|
276 |
}
|
277 |
|
278 |
$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
|
282 |
wp_enqueue_style( 'mc4wp-admin-css', MC4WP_LITE_PLUGIN_URL . 'assets/css/admin' . $suffix . '.css' );
|
283 |
|
284 |
// js
|
285 |
+
wp_register_script( 'mc4wp-beautifyhtml', MC4WP_LITE_PLUGIN_URL . 'assets/js/third-party/beautify-html'. $suffix .'.js', array( 'jquery' ), MC4WP_LITE_VERSION, true );
|
286 |
wp_register_script( 'mc4wp-admin', MC4WP_LITE_PLUGIN_URL . 'assets/js/admin' . $suffix . '.js', array( 'jquery', 'quicktags' ), MC4WP_LITE_VERSION, true );
|
287 |
wp_enqueue_script( array( 'jquery', 'mc4wp-beautifyhtml', 'mc4wp-admin' ) );
|
288 |
wp_localize_script( 'mc4wp-admin', 'mc4wp',
|
303 |
'mailchimpLists' => $mailchimp->get_lists()
|
304 |
)
|
305 |
);
|
306 |
+
|
307 |
+
return true;
|
308 |
}
|
309 |
|
310 |
/**
|
311 |
+
* Returns available checkbox integrations
|
312 |
+
*
|
313 |
+
* @return array
|
314 |
*/
|
315 |
public function get_checkbox_compatible_plugins()
|
316 |
{
|
321 |
}
|
322 |
|
323 |
$checkbox_plugins = array(
|
324 |
+
'comment_form' => __( 'Comment form', 'mailchimp-for-wp' ),
|
325 |
+
'registration_form' => __( 'Registration form', 'mailchimp-for-wp' )
|
326 |
);
|
327 |
|
328 |
if( is_multisite() ) {
|
329 |
+
$checkbox_plugins['multisite_form'] = __( 'MultiSite forms', 'mailchimp-for-wp' );
|
330 |
+
}
|
331 |
|
332 |
+
if( class_exists( 'BuddyPress' ) ) {
|
333 |
+
$checkbox_plugins['buddypress_form'] = __( 'BuddyPress registration', 'mailchimp-for-wp' );
|
334 |
+
}
|
335 |
|
336 |
+
if( class_exists( 'bbPress' ) ) {
|
337 |
+
$checkbox_plugins['bbpress_forms'] = 'bbPress';
|
338 |
+
}
|
339 |
|
340 |
if ( class_exists( 'WooCommerce' ) ) {
|
341 |
$checkbox_plugins['woocommerce_checkout'] = sprintf( __( '%s checkout', 'mailchimp-for-wp' ), 'WooCommerce' );
|
369 |
$mailchimp = new MC4WP_MailChimp();
|
370 |
$lists = $mailchimp->get_lists( $force_cache_refresh );
|
371 |
|
372 |
+
if( $lists && count( $lists ) === 100 ) {
|
373 |
+
add_settings_error( 'mc4wp', 'mc4wp-lists-at-limit', __( 'The plugin can only fetch a maximum of 100 lists from MailChimp, only your first 100 lists are shown.', 'mailchimp-for-wp' ) );
|
374 |
+
}
|
375 |
+
|
376 |
if ( $force_cache_refresh ) {
|
377 |
if ( false === empty ( $lists ) ) {
|
378 |
+
add_settings_error( 'mc4wp', 'mc4wp-cache-success', __( 'Renewed MailChimp cache.', 'mailchimp-for-wp' ), 'updated' );
|
379 |
} else {
|
380 |
+
add_settings_error( 'mc4wp', 'mc4wp-cache-error', __( 'Failed to renew MailChimp cache - please try again later.', 'mailchimp-for-wp' ) );
|
381 |
}
|
382 |
}
|
383 |
|
includes/class-api.php
CHANGED
@@ -10,8 +10,8 @@ if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
|
10 |
* Takes care of requests to the MailChimp API
|
11 |
*
|
12 |
* @uses WP_HTTP
|
13 |
-
*/
|
14 |
-
class
|
15 |
|
16 |
/**
|
17 |
* @var string
|
@@ -28,6 +28,11 @@ class MC4WP_Lite_API {
|
|
28 |
*/
|
29 |
private $error_message = '';
|
30 |
|
|
|
|
|
|
|
|
|
|
|
31 |
/**
|
32 |
* @var boolean
|
33 |
*/
|
@@ -84,12 +89,12 @@ class MC4WP_Lite_API {
|
|
84 |
if( isset( $result->msg ) && $result->msg === "Everything's Chimpy!" ) {
|
85 |
$this->connected = true;
|
86 |
} elseif( isset( $result->error ) ) {
|
87 |
-
$this->show_error(
|
88 |
}
|
89 |
-
}
|
90 |
-
|
91 |
}
|
92 |
-
|
93 |
return $this->connected;
|
94 |
}
|
95 |
|
@@ -116,7 +121,7 @@ class MC4WP_Lite_API {
|
|
116 |
'double_optin' => $double_optin,
|
117 |
'update_existing' => $update_existing,
|
118 |
'replace_interests' => $replace_interests,
|
119 |
-
'send_welcome' => $send_welcome
|
120 |
);
|
121 |
|
122 |
$response = $this->call( 'lists/subscribe', $data );
|
@@ -130,8 +135,6 @@ class MC4WP_Lite_API {
|
|
130 |
return 'already_subscribed';
|
131 |
}
|
132 |
|
133 |
-
// store error message
|
134 |
-
$this->error_message = $response->error;
|
135 |
return 'error';
|
136 |
} else {
|
137 |
return true;
|
@@ -145,7 +148,7 @@ class MC4WP_Lite_API {
|
|
145 |
/**
|
146 |
* Gets the Groupings for a given List
|
147 |
* @param string $list_id
|
148 |
-
* @return array|boolean
|
149 |
*/
|
150 |
public function get_list_groupings( $list_id ) {
|
151 |
$result = $this->call( 'lists/interest-groupings', array( 'id' => $list_id ) );
|
@@ -164,13 +167,13 @@ class MC4WP_Lite_API {
|
|
164 |
*/
|
165 |
public function get_lists( $list_ids = array() ) {
|
166 |
$args = array(
|
167 |
-
'limit' => 100
|
168 |
);
|
169 |
|
170 |
// set filter if the $list_ids parameter was set
|
171 |
if( count( $list_ids ) > 0 ) {
|
172 |
$args['filters'] = array(
|
173 |
-
'list_id' => implode( ',', $list_ids )
|
174 |
);
|
175 |
}
|
176 |
|
@@ -191,7 +194,7 @@ class MC4WP_Lite_API {
|
|
191 |
*/
|
192 |
public function get_lists_with_merge_vars( $list_ids ) {
|
193 |
$result = $this->call( 'lists/merge-vars', array('id' => $list_ids ) );
|
194 |
-
|
195 |
if( is_object( $result ) && isset( $result->data ) ) {
|
196 |
return $result->data;
|
197 |
}
|
@@ -201,7 +204,7 @@ class MC4WP_Lite_API {
|
|
201 |
|
202 |
/**
|
203 |
* Gets the member info for one or multiple emails on a list
|
204 |
-
*
|
205 |
* @param string $list_id
|
206 |
* @param array $emails
|
207 |
* @return array|bool
|
@@ -209,7 +212,7 @@ class MC4WP_Lite_API {
|
|
209 |
public function get_subscriber_info( $list_id, $emails ) {
|
210 |
$result = $this->call( 'lists/member-info', array(
|
211 |
'id' => $list_id,
|
212 |
-
'emails' => $emails
|
213 |
)
|
214 |
);
|
215 |
|
@@ -234,7 +237,7 @@ class MC4WP_Lite_API {
|
|
234 |
// default to using email for updating
|
235 |
if( ! is_array( $email ) ) {
|
236 |
$email = array(
|
237 |
-
'email' => $email
|
238 |
);
|
239 |
}
|
240 |
|
@@ -243,14 +246,13 @@ class MC4WP_Lite_API {
|
|
243 |
'email' => $email,
|
244 |
'merge_vars' => $merge_vars,
|
245 |
'email_type' => $email_type,
|
246 |
-
'replace_interests' => $replace_interests
|
247 |
)
|
248 |
);
|
249 |
|
250 |
if( is_object( $result ) ) {
|
251 |
|
252 |
if( isset( $result->error ) ) {
|
253 |
-
$this->error_message = $result->error;
|
254 |
return false;
|
255 |
} else {
|
256 |
return true;
|
@@ -272,7 +274,7 @@ class MC4WP_Lite_API {
|
|
272 |
$member_info = $this->get_subscriber_info( $list_id, array( array( 'email' => $email ) ) );
|
273 |
|
274 |
if( is_array( $member_info ) && isset( $member_info[0] ) ) {
|
275 |
-
return ( $member_info[0]->status ===
|
276 |
}
|
277 |
|
278 |
return false;
|
@@ -294,7 +296,7 @@ class MC4WP_Lite_API {
|
|
294 |
if( ! is_array( $struct ) ) {
|
295 |
// assume $struct is an email
|
296 |
$struct = array(
|
297 |
-
'email' => $struct
|
298 |
);
|
299 |
}
|
300 |
|
@@ -303,7 +305,7 @@ class MC4WP_Lite_API {
|
|
303 |
'email' => $struct,
|
304 |
'delete_member' => $delete_member,
|
305 |
'send_goodbye' => $send_goodbye,
|
306 |
-
'send_notify' => $send_notification
|
307 |
)
|
308 |
);
|
309 |
|
@@ -332,33 +334,38 @@ class MC4WP_Lite_API {
|
|
332 |
* @return object
|
333 |
*/
|
334 |
public function call( $method, array $data = array() ) {
|
|
|
|
|
|
|
335 |
// do not make request when no api key was provided.
|
336 |
-
if( empty( $this->api_key ) ) {
|
337 |
-
return false;
|
338 |
}
|
339 |
|
340 |
$data['apikey'] = $this->api_key;
|
341 |
$url = $this->api_url . $method . '.json';
|
342 |
|
343 |
-
$response = wp_remote_post( $url, array(
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
|
|
|
|
350 |
|
351 |
// test for wp errors
|
352 |
if( is_wp_error( $response ) ) {
|
353 |
// show error message to admins
|
354 |
-
$this->show_error(
|
355 |
return false;
|
356 |
}
|
357 |
|
358 |
// dirty fix for older WP versions
|
359 |
if( $method === 'helper/ping' && is_array( $response ) && isset( $response['headers']['content-length'] ) && (int) $response['headers']['content-length'] === 44 ) {
|
360 |
return (object) array(
|
361 |
-
'msg' => "Everything's Chimpy!"
|
362 |
);
|
363 |
}
|
364 |
|
@@ -368,6 +375,14 @@ class MC4WP_Lite_API {
|
|
368 |
// store response
|
369 |
if( is_object( $response ) ) {
|
370 |
$this->last_response = $response;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
}
|
372 |
|
373 |
return $response;
|
@@ -391,6 +406,15 @@ class MC4WP_Lite_API {
|
|
391 |
return $this->error_message;
|
392 |
}
|
393 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
394 |
/**
|
395 |
* Get the most recent response object
|
396 |
*
|
@@ -400,4 +424,13 @@ class MC4WP_Lite_API {
|
|
400 |
return $this->last_response;
|
401 |
}
|
402 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
403 |
}
|
10 |
* Takes care of requests to the MailChimp API
|
11 |
*
|
12 |
* @uses WP_HTTP
|
13 |
+
*/
|
14 |
+
class MC4WP_API {
|
15 |
|
16 |
/**
|
17 |
* @var string
|
28 |
*/
|
29 |
private $error_message = '';
|
30 |
|
31 |
+
/**
|
32 |
+
* @var int
|
33 |
+
*/
|
34 |
+
private $error_code = 0;
|
35 |
+
|
36 |
/**
|
37 |
* @var boolean
|
38 |
*/
|
89 |
if( isset( $result->msg ) && $result->msg === "Everything's Chimpy!" ) {
|
90 |
$this->connected = true;
|
91 |
} elseif( isset( $result->error ) ) {
|
92 |
+
$this->show_error( 'MailChimp Error: ' . $result->error );
|
93 |
}
|
94 |
+
}
|
95 |
+
|
96 |
}
|
97 |
+
|
98 |
return $this->connected;
|
99 |
}
|
100 |
|
121 |
'double_optin' => $double_optin,
|
122 |
'update_existing' => $update_existing,
|
123 |
'replace_interests' => $replace_interests,
|
124 |
+
'send_welcome' => $send_welcome,
|
125 |
);
|
126 |
|
127 |
$response = $this->call( 'lists/subscribe', $data );
|
135 |
return 'already_subscribed';
|
136 |
}
|
137 |
|
|
|
|
|
138 |
return 'error';
|
139 |
} else {
|
140 |
return true;
|
148 |
/**
|
149 |
* Gets the Groupings for a given List
|
150 |
* @param string $list_id
|
151 |
+
* @return array|boolean
|
152 |
*/
|
153 |
public function get_list_groupings( $list_id ) {
|
154 |
$result = $this->call( 'lists/interest-groupings', array( 'id' => $list_id ) );
|
167 |
*/
|
168 |
public function get_lists( $list_ids = array() ) {
|
169 |
$args = array(
|
170 |
+
'limit' => 100,
|
171 |
);
|
172 |
|
173 |
// set filter if the $list_ids parameter was set
|
174 |
if( count( $list_ids ) > 0 ) {
|
175 |
$args['filters'] = array(
|
176 |
+
'list_id' => implode( ',', $list_ids ),
|
177 |
);
|
178 |
}
|
179 |
|
194 |
*/
|
195 |
public function get_lists_with_merge_vars( $list_ids ) {
|
196 |
$result = $this->call( 'lists/merge-vars', array('id' => $list_ids ) );
|
197 |
+
|
198 |
if( is_object( $result ) && isset( $result->data ) ) {
|
199 |
return $result->data;
|
200 |
}
|
204 |
|
205 |
/**
|
206 |
* Gets the member info for one or multiple emails on a list
|
207 |
+
*
|
208 |
* @param string $list_id
|
209 |
* @param array $emails
|
210 |
* @return array|bool
|
212 |
public function get_subscriber_info( $list_id, $emails ) {
|
213 |
$result = $this->call( 'lists/member-info', array(
|
214 |
'id' => $list_id,
|
215 |
+
'emails' => $emails,
|
216 |
)
|
217 |
);
|
218 |
|
237 |
// default to using email for updating
|
238 |
if( ! is_array( $email ) ) {
|
239 |
$email = array(
|
240 |
+
'email' => $email,
|
241 |
);
|
242 |
}
|
243 |
|
246 |
'email' => $email,
|
247 |
'merge_vars' => $merge_vars,
|
248 |
'email_type' => $email_type,
|
249 |
+
'replace_interests' => $replace_interests,
|
250 |
)
|
251 |
);
|
252 |
|
253 |
if( is_object( $result ) ) {
|
254 |
|
255 |
if( isset( $result->error ) ) {
|
|
|
256 |
return false;
|
257 |
} else {
|
258 |
return true;
|
274 |
$member_info = $this->get_subscriber_info( $list_id, array( array( 'email' => $email ) ) );
|
275 |
|
276 |
if( is_array( $member_info ) && isset( $member_info[0] ) ) {
|
277 |
+
return ( $member_info[0]->status === 'subscribed' );
|
278 |
}
|
279 |
|
280 |
return false;
|
296 |
if( ! is_array( $struct ) ) {
|
297 |
// assume $struct is an email
|
298 |
$struct = array(
|
299 |
+
'email' => $struct,
|
300 |
);
|
301 |
}
|
302 |
|
305 |
'email' => $struct,
|
306 |
'delete_member' => $delete_member,
|
307 |
'send_goodbye' => $send_goodbye,
|
308 |
+
'send_notify' => $send_notification,
|
309 |
)
|
310 |
);
|
311 |
|
334 |
* @return object
|
335 |
*/
|
336 |
public function call( $method, array $data = array() ) {
|
337 |
+
|
338 |
+
$this->empty_last_response();
|
339 |
+
|
340 |
// do not make request when no api key was provided.
|
341 |
+
if( empty( $this->api_key ) ) {
|
342 |
+
return false;
|
343 |
}
|
344 |
|
345 |
$data['apikey'] = $this->api_key;
|
346 |
$url = $this->api_url . $method . '.json';
|
347 |
|
348 |
+
$response = wp_remote_post( $url, array(
|
349 |
+
'body' => $data,
|
350 |
+
'timeout' => 15,
|
351 |
+
'headers' => array(
|
352 |
+
'Accept-Encoding' => '',
|
353 |
+
),
|
354 |
+
'sslverify' => false,
|
355 |
+
)
|
356 |
+
);
|
357 |
|
358 |
// test for wp errors
|
359 |
if( is_wp_error( $response ) ) {
|
360 |
// show error message to admins
|
361 |
+
$this->show_error( 'HTTP Error: ' . $response->get_error_message() );
|
362 |
return false;
|
363 |
}
|
364 |
|
365 |
// dirty fix for older WP versions
|
366 |
if( $method === 'helper/ping' && is_array( $response ) && isset( $response['headers']['content-length'] ) && (int) $response['headers']['content-length'] === 44 ) {
|
367 |
return (object) array(
|
368 |
+
'msg' => "Everything's Chimpy!",
|
369 |
);
|
370 |
}
|
371 |
|
375 |
// store response
|
376 |
if( is_object( $response ) ) {
|
377 |
$this->last_response = $response;
|
378 |
+
|
379 |
+
if( isset( $response->error ) ) {
|
380 |
+
$this->error_message = $response->error;
|
381 |
+
}
|
382 |
+
|
383 |
+
if( isset( $response->code ) ) {
|
384 |
+
$this->error_code = (int) $response->code;
|
385 |
+
}
|
386 |
}
|
387 |
|
388 |
return $response;
|
406 |
return $this->error_message;
|
407 |
}
|
408 |
|
409 |
+
/**
|
410 |
+
* Gets the most recent error code
|
411 |
+
*
|
412 |
+
* @return int
|
413 |
+
*/
|
414 |
+
public function get_error_code() {
|
415 |
+
return $this->error_code;
|
416 |
+
}
|
417 |
+
|
418 |
/**
|
419 |
* Get the most recent response object
|
420 |
*
|
424 |
return $this->last_response;
|
425 |
}
|
426 |
|
427 |
+
/**
|
428 |
+
* Empties all data from previous response
|
429 |
+
*/
|
430 |
+
private function empty_last_response() {
|
431 |
+
$this->last_response = null;
|
432 |
+
$this->error_code = 0;
|
433 |
+
$this->error_message = '';
|
434 |
+
}
|
435 |
+
|
436 |
}
|
includes/class-checkbox-manager.php
CHANGED
@@ -26,41 +26,41 @@ class MC4WP_Lite_Checkbox_Manager
|
|
26 |
*/
|
27 |
public function __construct()
|
28 |
{
|
29 |
-
|
30 |
|
31 |
-
|
32 |
-
|
33 |
add_action( 'login_enqueue_scripts', array( $this, 'load_stylesheet' ) );
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
|
65 |
// Load Events Manager integration
|
66 |
if( defined( 'EM_VERSION' ) ) {
|
@@ -89,14 +89,14 @@ class MC4WP_Lite_Checkbox_Manager
|
|
89 |
*/
|
90 |
public function load_stylesheet( ) {
|
91 |
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
|
96 |
$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
|
97 |
|
98 |
wp_enqueue_style( 'mailchimp-for-wp-checkbox', MC4WP_LITE_PLUGIN_URL . 'assets/css/checkbox' . $suffix . '.css', array(), MC4WP_LITE_VERSION, 'all' );
|
99 |
-
|
100 |
}
|
101 |
|
102 |
}
|
26 |
*/
|
27 |
public function __construct()
|
28 |
{
|
29 |
+
$this->options = mc4wp_get_options( 'checkbox' );
|
30 |
|
31 |
+
// load checkbox css if necessary
|
32 |
+
add_action( 'wp_enqueue_scripts', array( $this, 'load_stylesheet' ) );
|
33 |
add_action( 'login_enqueue_scripts', array( $this, 'load_stylesheet' ) );
|
34 |
|
35 |
+
// Load WP Comment Form Integration
|
36 |
+
if ( $this->options['show_at_comment_form'] ) {
|
37 |
+
$this->integrations['comment_form'] = new MC4WP_Comment_Form_Integration();
|
38 |
+
}
|
39 |
|
40 |
+
// Load WordPress Registration Form Integration
|
41 |
+
if ( $this->options['show_at_registration_form'] ) {
|
42 |
+
$this->integrations['registration_form'] = new MC4WP_Registration_Form_Integration();
|
43 |
+
}
|
44 |
|
45 |
+
// Load BuddyPress Integration
|
46 |
+
if ( $this->options['show_at_buddypress_form'] ) {
|
47 |
+
$this->integrations['buddypress_form'] = new MC4WP_BuddyPress_Integration();
|
48 |
+
}
|
49 |
|
50 |
+
// Load MultiSite Integration
|
51 |
+
if ( $this->options['show_at_multisite_form'] ) {
|
52 |
+
$this->integrations['multisite_form'] = new MC4WP_MultiSite_Integration();
|
53 |
+
}
|
54 |
|
55 |
+
// Load bbPress Integration
|
56 |
+
if ( $this->options['show_at_bbpress_forms'] ) {
|
57 |
+
$this->integrations['bbpress_forms'] = new MC4WP_bbPress_Integration();
|
58 |
+
}
|
59 |
|
60 |
+
// Load CF7 Integration
|
61 |
+
if( function_exists( 'wpcf7_add_shortcode' ) ) {
|
62 |
+
$this->integrations['contact_form_7'] = new MC4WP_CF7_Integration();
|
63 |
+
}
|
64 |
|
65 |
// Load Events Manager integration
|
66 |
if( defined( 'EM_VERSION' ) ) {
|
89 |
*/
|
90 |
public function load_stylesheet( ) {
|
91 |
|
92 |
+
if( $this->options['css'] == false ) {
|
93 |
+
return false;
|
94 |
+
}
|
95 |
|
96 |
$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
|
97 |
|
98 |
wp_enqueue_style( 'mailchimp-for-wp-checkbox', MC4WP_LITE_PLUGIN_URL . 'assets/css/checkbox' . $suffix . '.css', array(), MC4WP_LITE_VERSION, 'all' );
|
99 |
+
return true;
|
100 |
}
|
101 |
|
102 |
}
|
includes/class-form-manager.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
if( ! defined(
|
4 |
header( 'Status: 403 Forbidden' );
|
5 |
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
exit;
|
@@ -11,6 +11,11 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
11 |
*/
|
12 |
class MC4WP_Lite_Form_Manager {
|
13 |
|
|
|
|
|
|
|
|
|
|
|
14 |
/**
|
15 |
* @var int
|
16 |
*/
|
@@ -21,26 +26,26 @@ class MC4WP_Lite_Form_Manager {
|
|
21 |
*/
|
22 |
private $form_request = false;
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
/**
|
25 |
* Constructor
|
26 |
*/
|
27 |
public function __construct() {
|
28 |
-
|
29 |
add_action( 'init', array( $this, 'initialize' ) );
|
30 |
-
|
31 |
-
add_shortcode( 'mc4wp_form', array( $this, 'form' ) );
|
32 |
-
|
33 |
-
// enable shortcodes in text widgets
|
34 |
-
add_filter( 'widget_text', 'shortcode_unautop' );
|
35 |
-
add_filter( 'widget_text', 'do_shortcode', 11 );
|
36 |
-
|
37 |
-
// load checkbox css if necessary
|
38 |
-
add_action('wp_enqueue_scripts', array( $this, 'load_stylesheet' ) );
|
39 |
-
|
40 |
-
/**
|
41 |
-
* @deprecated
|
42 |
-
*/
|
43 |
-
add_shortcode( 'mc4wp-form', array( $this, 'form' ) );
|
44 |
}
|
45 |
|
46 |
/**
|
@@ -48,50 +53,80 @@ class MC4WP_Lite_Form_Manager {
|
|
48 |
*
|
49 |
* - Registers scripts so developers can override them, should they want to.
|
50 |
*/
|
51 |
-
public function initialize()
|
52 |
-
|
53 |
-
$
|
|
|
|
|
54 |
|
55 |
// has a MC4WP form been submitted?
|
56 |
if ( isset( $_POST['_mc4wp_form_submit'] ) ) {
|
57 |
-
$this->form_request = new MC4WP_Lite_Form_Request;
|
58 |
}
|
59 |
|
60 |
// frontend only
|
61 |
if( ! is_admin() ) {
|
62 |
-
// register placeholder script, which will later be enqueued for IE only
|
63 |
-
wp_register_script( 'mc4wp-placeholders', MC4WP_LITE_PLUGIN_URL . 'assets/js/placeholders.min.js', array(), MC4WP_LITE_VERSION, true );
|
64 |
|
65 |
-
//
|
66 |
-
|
|
|
|
|
|
|
67 |
}
|
68 |
|
69 |
}
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
/**
|
72 |
* Load the form stylesheet(s)
|
73 |
*/
|
74 |
public function load_stylesheet( ) {
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
}
|
80 |
|
81 |
$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
|
82 |
|
83 |
-
|
84 |
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
|
94 |
-
|
95 |
}
|
96 |
|
97 |
/**
|
@@ -136,21 +171,18 @@ class MC4WP_Lite_Form_Manager {
|
|
136 |
*
|
137 |
* @return string
|
138 |
*/
|
139 |
-
public function
|
140 |
|
141 |
// make sure template functions are loaded
|
142 |
if ( ! function_exists( 'mc4wp_replace_variables' ) ) {
|
143 |
include_once MC4WP_LITE_PLUGIN_DIR . 'includes/functions/template.php';
|
144 |
}
|
145 |
|
146 |
-
// Get form options
|
147 |
-
$opts = mc4wp_get_options('form');
|
148 |
-
|
149 |
// was this form submitted?
|
150 |
$was_submitted = ( is_object( $this->form_request ) && $this->form_request->get_form_instance_number() === $this->form_instance_number );
|
151 |
|
152 |
// Generate opening HTML
|
153 |
-
$opening_html =
|
154 |
$opening_html .= '<div id="mc4wp-form-' . $this->form_instance_number . '" class="' . $this->get_css_classes() . '">';
|
155 |
|
156 |
// Generate before & after fields HTML
|
@@ -167,45 +199,17 @@ class MC4WP_Lite_Form_Manager {
|
|
167 |
$after_fields = apply_filters( 'mc4wp_form_after_fields', '' );
|
168 |
|
169 |
// Process fields, if not submitted or not successfull or hide_after_success disabled
|
170 |
-
if( ! $was_submitted || ! $
|
171 |
-
|
172 |
-
/**
|
173 |
-
* @filter mc4wp_form_action
|
174 |
-
* @expects string
|
175 |
-
*
|
176 |
-
* Sets the `action` attribute of the form element. Defaults to the current URL.
|
177 |
-
*/
|
178 |
-
$form_action = apply_filters( 'mc4wp_form_action', mc4wp_get_current_url() );
|
179 |
-
$form_opening_html = '<form method="post" action="'. $form_action .'">';
|
180 |
-
|
181 |
-
// add form fields from settings
|
182 |
-
$visible_fields = __( $opts['markup'], 'mailchimp-for-wp' );
|
183 |
-
|
184 |
-
// replace special values
|
185 |
-
$visible_fields = str_ireplace( array( '%N%', '{n}' ), $this->form_instance_number, $visible_fields );
|
186 |
-
$visible_fields = mc4wp_replace_variables( $visible_fields, array_values( $opts['lists'] ) );
|
187 |
-
|
188 |
-
// insert captcha
|
189 |
-
if( function_exists( 'cptch_display_captcha_custom' ) ) {
|
190 |
-
$captcha_fields = '<input type="hidden" name="_mc4wp_has_captcha" value="1" /><input type="hidden" name="cntctfrm_contact_action" value="true" />' . cptch_display_captcha_custom();
|
191 |
-
$visible_fields = str_ireplace( array( '{captcha}', '[captcha]' ), $captcha_fields, $visible_fields );
|
192 |
-
}
|
193 |
|
194 |
-
|
195 |
-
|
196 |
-
* @param int $form_id The ID of the form that is being shown
|
197 |
-
* @expects string
|
198 |
-
*
|
199 |
-
* Can be used to customize the content of the form mark-up, eg adding additional fields.
|
200 |
-
*/
|
201 |
-
$visible_fields = apply_filters( 'mc4wp_form_content', $visible_fields );
|
202 |
-
|
203 |
-
// hidden fields
|
204 |
-
$hidden_fields = '<textarea name="_mc4wp_required_but_not_really" style="display: none !important;"></textarea>';
|
205 |
-
$hidden_fields .= '<input type="hidden" name="_mc4wp_form_submit" value="1" />';
|
206 |
-
$hidden_fields .= '<input type="hidden" name="_mc4wp_form_instance" value="'. $this->form_instance_number .'" />';
|
207 |
-
$hidden_fields .= '<input type="hidden" name="_mc4wp_form_nonce" value="'. wp_create_nonce( '_mc4wp_form_nonce' ) .'" />';
|
208 |
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
$form_closing_html = '</form>';
|
210 |
}
|
211 |
|
@@ -218,16 +222,16 @@ class MC4WP_Lite_Form_Manager {
|
|
218 |
wp_enqueue_script( 'mc4wp-form-request' );
|
219 |
wp_localize_script( 'mc4wp-form-request', 'mc4wpFormRequestData', array(
|
220 |
'success' => ( $this->form_request->is_successful() ) ? 1 : 0,
|
221 |
-
'
|
222 |
-
'
|
223 |
)
|
224 |
);
|
225 |
|
226 |
// get actual response html
|
227 |
-
$response_html
|
228 |
|
229 |
// add form response after or before fields if no {response} tag
|
230 |
-
if( stristr( $visible_fields, '{response}' ) === false || $
|
231 |
|
232 |
/**
|
233 |
* @filter mc4wp_form_message_position
|
@@ -255,7 +259,7 @@ class MC4WP_Lite_Form_Manager {
|
|
255 |
$visible_fields = str_ireplace( '{response}', $response_html, $visible_fields );
|
256 |
|
257 |
// Generate closing HTML
|
258 |
-
$closing_html =
|
259 |
|
260 |
// increase form instance number in case there is more than one form on a page
|
261 |
$this->form_instance_number++;
|
@@ -269,46 +273,175 @@ class MC4WP_Lite_Form_Manager {
|
|
269 |
// Print small JS snippet later on in the footer.
|
270 |
add_action( 'wp_footer', array( $this, 'print_js' ) );
|
271 |
|
272 |
-
|
273 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
274 |
}
|
275 |
|
276 |
/**
|
277 |
* Prints some JavaScript to enhance the form functionality
|
278 |
*
|
279 |
* This is only printed on pages that actually contain a form.
|
280 |
-
* Uses jQuery if its loaded, otherwise falls back to vanilla JS.
|
281 |
*/
|
282 |
public function print_js() {
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
jQuery('.mc4wp-form').find('[type="submit"]').click(function () {
|
287 |
-
jQuery(this).parents('.mc4wp-form').addClass('mc4wp-form-submitted');
|
288 |
-
});
|
289 |
-
</script><?php
|
290 |
-
} else {
|
291 |
-
// Print vanilla JavaScript
|
292 |
-
?><script type="text/javascript">
|
293 |
-
(function() {
|
294 |
-
var forms = document.querySelectorAll('.mc4wp-form');
|
295 |
-
for (var i = 0; i < forms.length; i++) {
|
296 |
-
(function(el) {
|
297 |
-
var onclick = function( event ) {
|
298 |
-
el.classList.toggle('mc4wp-form-submitted');
|
299 |
-
};
|
300 |
-
var button = el.querySelector('[type="submit"]');
|
301 |
-
|
302 |
-
if (button.addEventListener) {
|
303 |
-
button.addEventListener( 'click', onclick);
|
304 |
-
} else {
|
305 |
-
button.attachEvent( 'onclick', onclick);
|
306 |
-
}
|
307 |
-
})(forms[i]);
|
308 |
-
}
|
309 |
-
})();
|
310 |
-
</script><?php
|
311 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
312 |
}
|
313 |
|
314 |
}
|
1 |
<?php
|
2 |
|
3 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
4 |
header( 'Status: 403 Forbidden' );
|
5 |
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
exit;
|
11 |
*/
|
12 |
class MC4WP_Lite_Form_Manager {
|
13 |
|
14 |
+
/**
|
15 |
+
* @var array
|
16 |
+
*/
|
17 |
+
private $options = array();
|
18 |
+
|
19 |
/**
|
20 |
* @var int
|
21 |
*/
|
26 |
*/
|
27 |
private $form_request = false;
|
28 |
|
29 |
+
/**
|
30 |
+
* @var bool Is the inline CSS printed already?
|
31 |
+
*/
|
32 |
+
private $inline_css_printed = false;
|
33 |
+
|
34 |
+
/**
|
35 |
+
* @var bool Is the inline JavaScript printed to the page already?
|
36 |
+
*/
|
37 |
+
private $inline_js_printed = false;
|
38 |
+
|
39 |
+
/**
|
40 |
+
* @var bool Whether to print the JS snippet "fixing" date fields
|
41 |
+
*/
|
42 |
+
private $print_date_fallback = false;
|
43 |
+
|
44 |
/**
|
45 |
* Constructor
|
46 |
*/
|
47 |
public function __construct() {
|
|
|
48 |
add_action( 'init', array( $this, 'initialize' ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
}
|
50 |
|
51 |
/**
|
53 |
*
|
54 |
* - Registers scripts so developers can override them, should they want to.
|
55 |
*/
|
56 |
+
public function initialize() {
|
57 |
+
|
58 |
+
$this->options = mc4wp_get_options( 'form' );
|
59 |
+
|
60 |
+
$this->register_shortcodes();
|
61 |
|
62 |
// has a MC4WP form been submitted?
|
63 |
if ( isset( $_POST['_mc4wp_form_submit'] ) ) {
|
64 |
+
$this->form_request = new MC4WP_Lite_Form_Request( $_POST );
|
65 |
}
|
66 |
|
67 |
// frontend only
|
68 |
if( ! is_admin() ) {
|
|
|
|
|
69 |
|
70 |
+
// load checkbox css if necessary
|
71 |
+
add_action( 'wp_head', array( $this, 'print_css' ), 90 );
|
72 |
+
add_action( 'wp_enqueue_scripts', array( $this, 'load_stylesheet' ) );
|
73 |
+
|
74 |
+
$this->register_scripts();
|
75 |
}
|
76 |
|
77 |
}
|
78 |
|
79 |
+
/**
|
80 |
+
* Registers the [mc4wp_form] shortcode
|
81 |
+
*/
|
82 |
+
protected function register_shortcodes() {
|
83 |
+
// register shortcodes
|
84 |
+
add_shortcode( 'mc4wp_form', array( $this, 'output_form' ) );
|
85 |
+
|
86 |
+
// @deprecated, use [mc4wp_form] instead
|
87 |
+
add_shortcode( 'mc4wp-form', array( $this, 'output_form' ) );
|
88 |
+
|
89 |
+
// enable shortcodes in text widgets
|
90 |
+
add_filter( 'widget_text', 'shortcode_unautop' );
|
91 |
+
add_filter( 'widget_text', 'do_shortcode', 11 );
|
92 |
+
}
|
93 |
+
|
94 |
+
/**
|
95 |
+
* Register the various JS files used by the plugin
|
96 |
+
*/
|
97 |
+
protected function register_scripts() {
|
98 |
+
$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
|
99 |
+
|
100 |
+
// register placeholder script, which will later be enqueued for IE only
|
101 |
+
wp_register_script( 'mc4wp-placeholders', MC4WP_LITE_PLUGIN_URL . 'assets/js/third-party/placeholders.min.js', array(), MC4WP_LITE_VERSION, true );
|
102 |
+
|
103 |
+
// register non-AJAX script (that handles form submissions)
|
104 |
+
wp_register_script( 'mc4wp-form-request', MC4WP_LITE_PLUGIN_URL . 'assets/js/form-request' . $suffix . '.js', array(), MC4WP_LITE_VERSION, true );
|
105 |
+
}
|
106 |
+
|
107 |
/**
|
108 |
* Load the form stylesheet(s)
|
109 |
*/
|
110 |
public function load_stylesheet( ) {
|
111 |
+
|
112 |
+
if( $this->options['css'] == false ) {
|
113 |
+
return false;
|
114 |
+
}
|
|
|
115 |
|
116 |
$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
|
117 |
|
118 |
+
if( $this->options['css'] != 1 && $this->options['css'] !== 'default' ) {
|
119 |
|
120 |
+
$form_theme = $this->options['css'];
|
121 |
+
if( in_array( $form_theme, array( 'blue', 'green', 'dark', 'light', 'red' ) ) ) {
|
122 |
+
wp_enqueue_style( 'mailchimp-for-wp-form-theme-' . $this->options['css'], MC4WP_LITE_PLUGIN_URL . 'assets/css/form-theme-' . $this->options['css'] . $suffix . '.css', array(), MC4WP_LITE_VERSION, 'all' );
|
123 |
+
}
|
124 |
|
125 |
+
} else {
|
126 |
+
wp_enqueue_style( 'mailchimp-for-wp-form', MC4WP_LITE_PLUGIN_URL . 'assets/css/form' . $suffix . '.css', array(), MC4WP_LITE_VERSION, 'all' );
|
127 |
+
}
|
128 |
|
129 |
+
return true;
|
130 |
}
|
131 |
|
132 |
/**
|
171 |
*
|
172 |
* @return string
|
173 |
*/
|
174 |
+
public function output_form( $atts = array(), $content = '' ) {
|
175 |
|
176 |
// make sure template functions are loaded
|
177 |
if ( ! function_exists( 'mc4wp_replace_variables' ) ) {
|
178 |
include_once MC4WP_LITE_PLUGIN_DIR . 'includes/functions/template.php';
|
179 |
}
|
180 |
|
|
|
|
|
|
|
181 |
// was this form submitted?
|
182 |
$was_submitted = ( is_object( $this->form_request ) && $this->form_request->get_form_instance_number() === $this->form_instance_number );
|
183 |
|
184 |
// Generate opening HTML
|
185 |
+
$opening_html = '<!-- Form by MailChimp for WordPress plugin v'. MC4WP_LITE_VERSION .' - https://mc4wp.com/ -->';
|
186 |
$opening_html .= '<div id="mc4wp-form-' . $this->form_instance_number . '" class="' . $this->get_css_classes() . '">';
|
187 |
|
188 |
// Generate before & after fields HTML
|
199 |
$after_fields = apply_filters( 'mc4wp_form_after_fields', '' );
|
200 |
|
201 |
// Process fields, if not submitted or not successfull or hide_after_success disabled
|
202 |
+
if( ! $was_submitted || ! $this->options['hide_after_success'] || ! $this->form_request->is_successful() ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
203 |
|
204 |
+
$form_opening_html = '<form method="post">';
|
205 |
+
$visible_fields = $this->get_visible_form_fields();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
206 |
|
207 |
+
// make sure to print date fallback later on if form contains a date field
|
208 |
+
if( $this->form_contains_field_type( $visible_fields, 'date' ) ) {
|
209 |
+
$this->print_date_fallback = true;
|
210 |
+
}
|
211 |
+
|
212 |
+
$hidden_fields = $this->get_hidden_form_fields( $atts );
|
213 |
$form_closing_html = '</form>';
|
214 |
}
|
215 |
|
222 |
wp_enqueue_script( 'mc4wp-form-request' );
|
223 |
wp_localize_script( 'mc4wp-form-request', 'mc4wpFormRequestData', array(
|
224 |
'success' => ( $this->form_request->is_successful() ) ? 1 : 0,
|
225 |
+
'formId' => $this->form_request->get_form_instance_number(),
|
226 |
+
'data' => $this->form_request->get_data()
|
227 |
)
|
228 |
);
|
229 |
|
230 |
// get actual response html
|
231 |
+
$response_html .= $this->form_request->get_response_html();
|
232 |
|
233 |
// add form response after or before fields if no {response} tag
|
234 |
+
if( stristr( $visible_fields, '{response}' ) === false || $this->options['hide_after_success']) {
|
235 |
|
236 |
/**
|
237 |
* @filter mc4wp_form_message_position
|
259 |
$visible_fields = str_ireplace( '{response}', $response_html, $visible_fields );
|
260 |
|
261 |
// Generate closing HTML
|
262 |
+
$closing_html = '</div><!-- / MailChimp for WP Plugin -->';
|
263 |
|
264 |
// increase form instance number in case there is more than one form on a page
|
265 |
$this->form_instance_number++;
|
273 |
// Print small JS snippet later on in the footer.
|
274 |
add_action( 'wp_footer', array( $this, 'print_js' ) );
|
275 |
|
276 |
+
ob_start();
|
277 |
+
|
278 |
+
// echo HTML parts of form
|
279 |
+
echo $opening_html;
|
280 |
+
echo $before_form;
|
281 |
+
echo $form_opening_html;
|
282 |
+
echo $before_fields;
|
283 |
+
echo $visible_fields;
|
284 |
+
echo $hidden_fields;
|
285 |
+
echo $after_fields;
|
286 |
+
echo $form_closing_html;
|
287 |
+
echo $after_form;
|
288 |
+
echo $closing_html;
|
289 |
+
|
290 |
+
// print css to hide honeypot, if not printed already
|
291 |
+
$this->print_css();
|
292 |
+
|
293 |
+
$output = ob_get_contents();
|
294 |
+
ob_end_clean();
|
295 |
+
|
296 |
+
return $output;
|
297 |
+
}
|
298 |
+
|
299 |
+
/**
|
300 |
+
* @return string
|
301 |
+
*/
|
302 |
+
private function get_visible_form_fields() {
|
303 |
+
|
304 |
+
// add form fields from settings
|
305 |
+
$visible_fields = __( $this->options['markup'], 'mailchimp-for-wp' );
|
306 |
+
|
307 |
+
// replace special values
|
308 |
+
$visible_fields = str_ireplace( array( '%N%', '{n}' ), $this->form_instance_number, $visible_fields );
|
309 |
+
$visible_fields = mc4wp_replace_variables( $visible_fields, array_values( $this->options['lists'] ) );
|
310 |
+
|
311 |
+
// insert captcha
|
312 |
+
if( function_exists( 'cptch_display_captcha_custom' ) ) {
|
313 |
+
$captcha_fields = '<input type="hidden" name="_mc4wp_has_captcha" value="1" /><input type="hidden" name="cntctfrm_contact_action" value="true" />' . cptch_display_captcha_custom();
|
314 |
+
$visible_fields = str_ireplace( array( '{captcha}', '[captcha]' ), $captcha_fields, $visible_fields );
|
315 |
+
}
|
316 |
+
|
317 |
+
/**
|
318 |
+
* @filter mc4wp_form_content
|
319 |
+
* @param int $form_id The ID of the form that is being shown
|
320 |
+
* @expects string
|
321 |
+
*
|
322 |
+
* Can be used to customize the content of the form mark-up, eg adding additional fields.
|
323 |
+
*/
|
324 |
+
$visible_fields = apply_filters( 'mc4wp_form_content', $visible_fields, 0 );
|
325 |
+
|
326 |
+
return (string) $visible_fields;
|
327 |
+
}
|
328 |
+
|
329 |
+
/**
|
330 |
+
* @param array $atts Attributes passed to the shortcode
|
331 |
+
* @return string
|
332 |
+
*/
|
333 |
+
private function get_hidden_form_fields( $atts = array() ) {
|
334 |
+
$hidden_fields = '';
|
335 |
+
$hidden_fields .= '<input type="text" name="_mc4wp_required_but_not_really" value="" />';
|
336 |
+
$hidden_fields .= '<input type="hidden" name="_mc4wp_timestamp" value="'. time() . '" />';
|
337 |
+
$hidden_fields .= '<input type="hidden" name="_mc4wp_form_submit" value="1" />';
|
338 |
+
$hidden_fields .= '<input type="hidden" name="_mc4wp_form_instance" value="'. $this->form_instance_number .'" />';
|
339 |
+
$hidden_fields .= '<input type="hidden" name="_mc4wp_form_nonce" value="'. wp_create_nonce( '_mc4wp_form_nonce' ) .'" />';
|
340 |
+
|
341 |
+
// was "lists" parameter passed in shortcode arguments?
|
342 |
+
if( isset( $atts['lists'] ) && ! empty( $atts['lists'] ) ) {
|
343 |
+
$lists_string = ( is_array( $atts['lists'] ) ) ? join( ',', $atts['lists'] ) : $atts['lists'];
|
344 |
+
$hidden_fields .= '<input type="hidden" name="_mc4wp_lists" value="'. $lists_string . '" />';
|
345 |
+
}
|
346 |
+
|
347 |
+
return (string) $hidden_fields;
|
348 |
+
}
|
349 |
+
|
350 |
+
/**
|
351 |
+
* @param $form
|
352 |
+
* @param $field_type
|
353 |
+
*
|
354 |
+
* @return bool
|
355 |
+
*/
|
356 |
+
private function form_contains_field_type( $form, $field_type ) {
|
357 |
+
$html = sprintf( ' type="%s" ', $field_type );
|
358 |
+
return stristr( $form, $html ) !== false;
|
359 |
+
}
|
360 |
+
|
361 |
+
/**
|
362 |
+
* Prints some inline CSS that hides the honeypot field
|
363 |
+
*
|
364 |
+
* @return bool
|
365 |
+
*/
|
366 |
+
public function print_css() {
|
367 |
+
|
368 |
+
if( $this->inline_css_printed ) {
|
369 |
+
return false;
|
370 |
+
}
|
371 |
+
|
372 |
+
?><style type="text/css">.mc4wp-form input[name="_mc4wp_required_but_not_really"] { display: none !important; }</style><?php
|
373 |
+
|
374 |
+
// make sure this function only runs once
|
375 |
+
$this->inline_css_printed = true;
|
376 |
+
return true;
|
377 |
}
|
378 |
|
379 |
/**
|
380 |
* Prints some JavaScript to enhance the form functionality
|
381 |
*
|
382 |
* This is only printed on pages that actually contain a form.
|
|
|
383 |
*/
|
384 |
public function print_js() {
|
385 |
+
|
386 |
+
if( $this->inline_js_printed === true ) {
|
387 |
+
return false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
388 |
}
|
389 |
+
|
390 |
+
// Print vanilla JavaScript
|
391 |
+
?><script type="text/javascript">
|
392 |
+
(function() {
|
393 |
+
|
394 |
+
function addSubmittedClass() {
|
395 |
+
var className = 'mc4wp-form-submitted';
|
396 |
+
(this.classList) ? this.classList.add(className) : this.className += ' ' + className;
|
397 |
+
}
|
398 |
+
|
399 |
+
var forms = document.querySelectorAll('.mc4wp-form');
|
400 |
+
for (var i = 0; i < forms.length; i++) {
|
401 |
+
(function(f) {
|
402 |
+
|
403 |
+
// hide honeypot
|
404 |
+
var honeypot = f.querySelector('input[name="_mc4wp_required_but_not_really"]');
|
405 |
+
honeypot.style.display = 'none';
|
406 |
+
honeypot.setAttribute('type','hidden');
|
407 |
+
|
408 |
+
// add class on submit
|
409 |
+
var b = f.querySelector('[type="submit"]');
|
410 |
+
if(b.addEventListener) {
|
411 |
+
b.addEventListener( 'click', addSubmittedClass.bind(f));
|
412 |
+
} else {
|
413 |
+
b.attachEvent( 'onclick', addSubmittedClass.bind(f));
|
414 |
+
}
|
415 |
+
|
416 |
+
})(forms[i]);
|
417 |
+
}
|
418 |
+
})();
|
419 |
+
|
420 |
+
<?php if( $this->print_date_fallback ) { ?>
|
421 |
+
(function() {
|
422 |
+
// test if browser supports date fields
|
423 |
+
var testInput = document.createElement('input');
|
424 |
+
testInput.setAttribute('type', 'date');
|
425 |
+
if( testInput.type !== 'date') {
|
426 |
+
|
427 |
+
// add placeholder & pattern to all date fields
|
428 |
+
var dateFields = document.querySelectorAll('.mc4wp-form input[type="date"]');
|
429 |
+
for(var i=0; i<dateFields.length; i++) {
|
430 |
+
if(!dateFields[i].placeholder) {
|
431 |
+
dateFields[i].placeholder = 'yyyy/mm/dd';
|
432 |
+
}
|
433 |
+
if(!dateFields[i].pattern) {
|
434 |
+
dateFields[i].pattern = '(?:19|20)[0-9]{2}/(?:(?:0[1-9]|1[0-2])/(?:0[1-9]|1[0-9]|2[0-9])|(?:(?!02)(?:0[1-9]|1[0-2])/(?:30))|(?:(?:0[13578]|1[02])-31))';
|
435 |
+
}
|
436 |
+
}
|
437 |
+
}
|
438 |
+
})();
|
439 |
+
<?php } ?>
|
440 |
+
</script><?php
|
441 |
+
|
442 |
+
// make sure this function only runs once
|
443 |
+
$this->inline_js_printed = true;
|
444 |
+
return true;
|
445 |
}
|
446 |
|
447 |
}
|
includes/class-form-request.php
CHANGED
@@ -83,11 +83,12 @@ class MC4WP_Lite_Form_Request {
|
|
83 |
|
84 |
/**
|
85 |
* Constructor
|
|
|
|
|
86 |
*/
|
87 |
-
public function __construct() {
|
88 |
|
89 |
-
|
90 |
-
$this->data = array_change_key_case( $_POST, CASE_UPPER );
|
91 |
|
92 |
// store number of submitted form
|
93 |
$this->form_instance_number = absint( $this->data['_MC4WP_FORM_INSTANCE'] );
|
@@ -95,16 +96,13 @@ class MC4WP_Lite_Form_Request {
|
|
95 |
|
96 |
$this->is_valid = $this->validate();
|
97 |
|
98 |
-
// normalize posted data
|
99 |
-
$this->data = $this->sanitize();
|
100 |
-
|
101 |
if( $this->is_valid ) {
|
102 |
|
103 |
// add some data to the posted data, like FNAME and LNAME
|
104 |
-
$this->guess_missing_fields( $this->data );
|
105 |
|
106 |
// map fields to corresponding MailChimp lists
|
107 |
-
if( $this->map_data() ) {
|
108 |
|
109 |
// subscribe using the processed data
|
110 |
$this->success = $this->subscribe( $this->lists_fields_map );
|
@@ -117,6 +115,35 @@ class MC4WP_Lite_Form_Request {
|
|
117 |
return $this->success;
|
118 |
}
|
119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
/**
|
121 |
* Validates the request
|
122 |
*
|
@@ -140,12 +167,19 @@ class MC4WP_Lite_Form_Request {
|
|
140 |
return false;
|
141 |
}
|
142 |
|
143 |
-
// ensure honeypot was not
|
144 |
-
if ( isset( $this->data['_MC4WP_REQUIRED_BUT_NOT_REALLY'] )
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
$this->error_code = 'spam';
|
146 |
return false;
|
147 |
}
|
148 |
|
|
|
149 |
// check if captcha was present and valid
|
150 |
if( isset( $this->data['_MC4WP_HAS_CAPTCHA'] ) && $this->data['_MC4WP_HAS_CAPTCHA'] == 1 && function_exists( 'cptch_check_custom_form' ) && cptch_check_custom_form() !== true ) {
|
151 |
$this->error_code = 'invalid_captcha';
|
@@ -182,46 +216,6 @@ class MC4WP_Lite_Form_Request {
|
|
182 |
return true;
|
183 |
}
|
184 |
|
185 |
-
/**
|
186 |
-
* Sanitize the request data.
|
187 |
-
*
|
188 |
-
* - Strips internal variables
|
189 |
-
* - Strip ignored fields
|
190 |
-
* - Sanitize scalar values
|
191 |
-
* - Strip slashes on everything
|
192 |
-
*
|
193 |
-
* @return array
|
194 |
-
*/
|
195 |
-
private function sanitize() {
|
196 |
-
$data = array();
|
197 |
-
|
198 |
-
// Ignore those fields, we don't need them
|
199 |
-
$ignored_fields = array( 'CPTCH_NUMBER', 'CNTCTFRM_CONTACT_ACTION', 'CPTCH_RESULT', 'CPTCH_TIME' );
|
200 |
-
|
201 |
-
foreach( $this->data as $key => $value ) {
|
202 |
-
|
203 |
-
// Sanitize key
|
204 |
-
$key = trim( $key );
|
205 |
-
|
206 |
-
// Skip field if it starts with _ or if it's in ignored_fields array
|
207 |
-
if( $key[0] === '_' || in_array( $key, $ignored_fields ) ) {
|
208 |
-
continue;
|
209 |
-
}
|
210 |
-
|
211 |
-
// Sanitize value
|
212 |
-
$value = ( is_scalar( $value ) ) ? sanitize_text_field( $value ) : $value;
|
213 |
-
|
214 |
-
// Add value to array
|
215 |
-
$data[ $key ] = $value;
|
216 |
-
}
|
217 |
-
|
218 |
-
// strip slashes on everything
|
219 |
-
$data = stripslashes_deep( $data );
|
220 |
-
|
221 |
-
// store data somewhere safe
|
222 |
-
return $data;
|
223 |
-
}
|
224 |
-
|
225 |
/**
|
226 |
* Guesses the value of some fields.
|
227 |
*
|
@@ -255,6 +249,17 @@ class MC4WP_Lite_Form_Request {
|
|
255 |
// do stuff on success, non-AJAX only
|
256 |
if( $this->success ) {
|
257 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
// check if we want to redirect the visitor
|
259 |
if ( ! empty( $this->form_options['redirect'] ) ) {
|
260 |
|
@@ -290,9 +295,7 @@ class MC4WP_Lite_Form_Request {
|
|
290 |
*
|
291 |
* @return array
|
292 |
*/
|
293 |
-
private function map_data() {
|
294 |
-
|
295 |
-
$data = $this->data;
|
296 |
|
297 |
$map = array();
|
298 |
$mapped_fields = array( 'EMAIL' );
|
@@ -337,6 +340,7 @@ class MC4WP_Lite_Form_Request {
|
|
337 |
// grab field value from data
|
338 |
$field_value = $data[ $field->tag ];
|
339 |
|
|
|
340 |
$field_value = $this->format_field_value( $field_value, $field->field_type );
|
341 |
|
342 |
// add field value to map
|
@@ -364,7 +368,7 @@ class MC4WP_Lite_Form_Request {
|
|
364 |
// format new grouping
|
365 |
$grouping = array(
|
366 |
'id' => $grouping->id,
|
367 |
-
'groups' => $group_data
|
368 |
);
|
369 |
|
370 |
// make sure groups is an array
|
@@ -399,6 +403,11 @@ class MC4WP_Lite_Form_Request {
|
|
399 |
$total_fields_mapped = count( $mapped_fields ) + count( $this->global_fields );
|
400 |
if( $total_fields_mapped < count( $data ) ) {
|
401 |
foreach( $data as $field_key => $field_value ) {
|
|
|
|
|
|
|
|
|
|
|
402 |
if( ! in_array( $field_key, $mapped_fields ) ) {
|
403 |
$unmapped_fields[ $field_key ] = $field_value;
|
404 |
}
|
@@ -426,6 +435,7 @@ class MC4WP_Lite_Form_Request {
|
|
426 |
$result = false;
|
427 |
$email_type = $this->get_email_type();
|
428 |
|
|
|
429 |
foreach ( $lists_data as $list_id => $list_field_data ) {
|
430 |
|
431 |
// allow plugins to alter merge vars for each individual list
|
@@ -433,6 +443,7 @@ class MC4WP_Lite_Form_Request {
|
|
433 |
|
434 |
// send a subscribe request to MailChimp for each list
|
435 |
$result = $api->subscribe( $list_id, $this->data['EMAIL'], $list_merge_vars, $email_type, $this->form_options['double_optin'], $this->form_options['update_existing'], $this->form_options['replace_interests'], $this->form_options['send_welcome'] );
|
|
|
436 |
}
|
437 |
|
438 |
do_action( 'mc4wp_after_subscribe', $this->data['EMAIL'], $this->data, 0, $result );
|
@@ -450,13 +461,6 @@ class MC4WP_Lite_Form_Request {
|
|
450 |
// store user email in a cookie
|
451 |
$this->set_email_cookie( $this->data['EMAIL'] );
|
452 |
|
453 |
-
/**
|
454 |
-
* @deprecated Don't use, will be removed in v2.0
|
455 |
-
* TODO: remove this
|
456 |
-
*/
|
457 |
-
$from_url = ( isset( $_SERVER['HTTP_REFERER'] ) ) ? $_SERVER['HTTP_REFERER'] : '';
|
458 |
-
do_action( 'mc4wp_subscribe_form', $this->data['EMAIL'], array_keys( $lists_data ), 0, $this->data, $from_url );
|
459 |
-
|
460 |
// Store success result
|
461 |
$this->success = true;
|
462 |
|
@@ -639,7 +643,7 @@ class MC4WP_Lite_Form_Request {
|
|
639 |
*
|
640 |
* Used to alter the error message, don't use. Use `mc4wp_form_messages` instead.
|
641 |
*/
|
642 |
-
$message['text'] = apply_filters('mc4wp_form_error_message', $message['text'], $this->error_code );
|
643 |
|
644 |
$html = '<div class="mc4wp-alert mc4wp-'. $message['type'].'">' . $message['text'] . '</div>';
|
645 |
|
@@ -673,32 +677,32 @@ class MC4WP_Lite_Form_Request {
|
|
673 |
$messages = array(
|
674 |
'already_subscribed' => array(
|
675 |
'type' => 'notice',
|
676 |
-
'text' => $this->form_options['text_already_subscribed']
|
677 |
),
|
678 |
'error' => array(
|
679 |
'type' => 'error',
|
680 |
-
'text' => $this->form_options['text_error']
|
681 |
),
|
682 |
'invalid_email' => array(
|
683 |
'type' => 'error',
|
684 |
-
'text' => $this->form_options['text_invalid_email']
|
685 |
),
|
686 |
'success' => array(
|
687 |
'type' => 'success',
|
688 |
-
'text' => $this->form_options['text_success']
|
689 |
),
|
690 |
'invalid_captcha' => array(
|
691 |
'type' => 'error',
|
692 |
-
'text' => $this->form_options['text_invalid_captcha']
|
693 |
),
|
694 |
'required_field_missing' => array(
|
695 |
'type' => 'error',
|
696 |
-
'text' => $this->form_options['text_required_field_missing']
|
697 |
),
|
698 |
'no_lists_selected' => array(
|
699 |
'type' => 'error',
|
700 |
-
'text' => __( 'Please select at least one list to subscribe to.', 'mailchimp-for-wp' )
|
701 |
-
)
|
702 |
);
|
703 |
|
704 |
/**
|
@@ -712,5 +716,25 @@ class MC4WP_Lite_Form_Request {
|
|
712 |
return (array) $messages;
|
713 |
}
|
714 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
715 |
|
716 |
}
|
83 |
|
84 |
/**
|
85 |
* Constructor
|
86 |
+
*
|
87 |
+
* @param array $form_data
|
88 |
*/
|
89 |
+
public function __construct( $form_data ) {
|
90 |
|
91 |
+
$this->data = $this->normalize_form_data( $form_data );
|
|
|
92 |
|
93 |
// store number of submitted form
|
94 |
$this->form_instance_number = absint( $this->data['_MC4WP_FORM_INSTANCE'] );
|
96 |
|
97 |
$this->is_valid = $this->validate();
|
98 |
|
|
|
|
|
|
|
99 |
if( $this->is_valid ) {
|
100 |
|
101 |
// add some data to the posted data, like FNAME and LNAME
|
102 |
+
$this->data = $this->guess_missing_fields( $this->data );
|
103 |
|
104 |
// map fields to corresponding MailChimp lists
|
105 |
+
if( $this->map_data( $this->data ) ) {
|
106 |
|
107 |
// subscribe using the processed data
|
108 |
$this->success = $this->subscribe( $this->lists_fields_map );
|
115 |
return $this->success;
|
116 |
}
|
117 |
|
118 |
+
/**
|
119 |
+
* @param array $data
|
120 |
+
*
|
121 |
+
* @return array
|
122 |
+
*/
|
123 |
+
private function normalize_form_data( array $data ) {
|
124 |
+
|
125 |
+
// uppercase all data keys
|
126 |
+
$data = array_change_key_case( $data, CASE_UPPER );
|
127 |
+
|
128 |
+
// strip slashes on everything
|
129 |
+
$data = stripslashes_deep( $data );
|
130 |
+
|
131 |
+
// sanitize all scalar values
|
132 |
+
foreach( $data as $key => $value ) {
|
133 |
+
if( is_scalar( $value ) ) {
|
134 |
+
$data[ $key ] = sanitize_text_field( $value );
|
135 |
+
}
|
136 |
+
}
|
137 |
+
|
138 |
+
/**
|
139 |
+
* @filter `mc4wp_form_data`
|
140 |
+
* @expects array
|
141 |
+
*/
|
142 |
+
$data = apply_filters( 'mc4wp_form_data', $data );
|
143 |
+
|
144 |
+
return (array) $data;
|
145 |
+
}
|
146 |
+
|
147 |
/**
|
148 |
* Validates the request
|
149 |
*
|
167 |
return false;
|
168 |
}
|
169 |
|
170 |
+
// ensure honeypot was given but not filled
|
171 |
+
if ( ! isset( $this->data['_MC4WP_REQUIRED_BUT_NOT_REALLY'] ) || '' !== $this->data['_MC4WP_REQUIRED_BUT_NOT_REALLY'] ) {
|
172 |
+
$this->error_code = 'spam';
|
173 |
+
return false;
|
174 |
+
}
|
175 |
+
|
176 |
+
// check timestamp difference, token should be generated at least 2 seconds before form submit
|
177 |
+
if( ! isset( $this->data['_MC4WP_TIMESTAMP'] ) || time() < ( intval( $this->data['_MC4WP_TIMESTAMP'] ) + 2 ) ) {
|
178 |
$this->error_code = 'spam';
|
179 |
return false;
|
180 |
}
|
181 |
|
182 |
+
|
183 |
// check if captcha was present and valid
|
184 |
if( isset( $this->data['_MC4WP_HAS_CAPTCHA'] ) && $this->data['_MC4WP_HAS_CAPTCHA'] == 1 && function_exists( 'cptch_check_custom_form' ) && cptch_check_custom_form() !== true ) {
|
185 |
$this->error_code = 'invalid_captcha';
|
216 |
return true;
|
217 |
}
|
218 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
/**
|
220 |
* Guesses the value of some fields.
|
221 |
*
|
249 |
// do stuff on success, non-AJAX only
|
250 |
if( $this->success ) {
|
251 |
|
252 |
+
/**
|
253 |
+
* @action mc4wp_form_success
|
254 |
+
*
|
255 |
+
* Use to hook into successful form sign-ups
|
256 |
+
*
|
257 |
+
* @param int $form_id The ID of the submitted form (PRO ONLY)
|
258 |
+
* @param string $email The email of the subscriber
|
259 |
+
* @param array $data Additional list fields, like FNAME etc (if any)
|
260 |
+
*/
|
261 |
+
do_action( 'mc4wp_form_success', 0, $this->data['EMAIL'], $this->data );
|
262 |
+
|
263 |
// check if we want to redirect the visitor
|
264 |
if ( ! empty( $this->form_options['redirect'] ) ) {
|
265 |
|
295 |
*
|
296 |
* @return array
|
297 |
*/
|
298 |
+
private function map_data( $data ) {
|
|
|
|
|
299 |
|
300 |
$map = array();
|
301 |
$mapped_fields = array( 'EMAIL' );
|
340 |
// grab field value from data
|
341 |
$field_value = $data[ $field->tag ];
|
342 |
|
343 |
+
// format field value according to its type
|
344 |
$field_value = $this->format_field_value( $field_value, $field->field_type );
|
345 |
|
346 |
// add field value to map
|
368 |
// format new grouping
|
369 |
$grouping = array(
|
370 |
'id' => $grouping->id,
|
371 |
+
'groups' => $group_data,
|
372 |
);
|
373 |
|
374 |
// make sure groups is an array
|
403 |
$total_fields_mapped = count( $mapped_fields ) + count( $this->global_fields );
|
404 |
if( $total_fields_mapped < count( $data ) ) {
|
405 |
foreach( $data as $field_key => $field_value ) {
|
406 |
+
|
407 |
+
if( $this->is_internal_var( $field_key ) ) {
|
408 |
+
continue;
|
409 |
+
}
|
410 |
+
|
411 |
if( ! in_array( $field_key, $mapped_fields ) ) {
|
412 |
$unmapped_fields[ $field_key ] = $field_value;
|
413 |
}
|
435 |
$result = false;
|
436 |
$email_type = $this->get_email_type();
|
437 |
|
438 |
+
// loop through selected lists
|
439 |
foreach ( $lists_data as $list_id => $list_field_data ) {
|
440 |
|
441 |
// allow plugins to alter merge vars for each individual list
|
443 |
|
444 |
// send a subscribe request to MailChimp for each list
|
445 |
$result = $api->subscribe( $list_id, $this->data['EMAIL'], $list_merge_vars, $email_type, $this->form_options['double_optin'], $this->form_options['update_existing'], $this->form_options['replace_interests'], $this->form_options['send_welcome'] );
|
446 |
+
do_action( 'mc4wp_subscribe', $this->data['EMAIL'], $list_id, $list_merge_vars, $result, 'form', 'form', 0 );
|
447 |
}
|
448 |
|
449 |
do_action( 'mc4wp_after_subscribe', $this->data['EMAIL'], $this->data, 0, $result );
|
461 |
// store user email in a cookie
|
462 |
$this->set_email_cookie( $this->data['EMAIL'] );
|
463 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
464 |
// Store success result
|
465 |
$this->success = true;
|
466 |
|
643 |
*
|
644 |
* Used to alter the error message, don't use. Use `mc4wp_form_messages` instead.
|
645 |
*/
|
646 |
+
$message['text'] = apply_filters( 'mc4wp_form_error_message', $message['text'], $this->error_code );
|
647 |
|
648 |
$html = '<div class="mc4wp-alert mc4wp-'. $message['type'].'">' . $message['text'] . '</div>';
|
649 |
|
677 |
$messages = array(
|
678 |
'already_subscribed' => array(
|
679 |
'type' => 'notice',
|
680 |
+
'text' => $this->form_options['text_already_subscribed'],
|
681 |
),
|
682 |
'error' => array(
|
683 |
'type' => 'error',
|
684 |
+
'text' => $this->form_options['text_error'],
|
685 |
),
|
686 |
'invalid_email' => array(
|
687 |
'type' => 'error',
|
688 |
+
'text' => $this->form_options['text_invalid_email'],
|
689 |
),
|
690 |
'success' => array(
|
691 |
'type' => 'success',
|
692 |
+
'text' => $this->form_options['text_success'],
|
693 |
),
|
694 |
'invalid_captcha' => array(
|
695 |
'type' => 'error',
|
696 |
+
'text' => $this->form_options['text_invalid_captcha'],
|
697 |
),
|
698 |
'required_field_missing' => array(
|
699 |
'type' => 'error',
|
700 |
+
'text' => $this->form_options['text_required_field_missing'],
|
701 |
),
|
702 |
'no_lists_selected' => array(
|
703 |
'type' => 'error',
|
704 |
+
'text' => __( 'Please select at least one list to subscribe to.', 'mailchimp-for-wp' ),
|
705 |
+
),
|
706 |
);
|
707 |
|
708 |
/**
|
716 |
return (array) $messages;
|
717 |
}
|
718 |
|
719 |
+
/**
|
720 |
+
* @param $var
|
721 |
+
*
|
722 |
+
* @return bool
|
723 |
+
*/
|
724 |
+
protected function is_internal_var( $var ) {
|
725 |
+
|
726 |
+
if( $var[0] === '_' ) {
|
727 |
+
return true;
|
728 |
+
}
|
729 |
+
|
730 |
+
// Ignore those fields, we don't need them
|
731 |
+
$ignored_vars = array( 'CPTCH_NUMBER', 'CNTCTFRM_CONTACT_ACTION', 'CPTCH_RESULT', 'CPTCH_TIME' );
|
732 |
+
if( in_array( $var, $ignored_vars ) ) {
|
733 |
+
return true;;
|
734 |
+
}
|
735 |
+
|
736 |
+
return false;
|
737 |
+
}
|
738 |
+
|
739 |
|
740 |
}
|
includes/class-mailchimp.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
if( ! defined(
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
@@ -54,7 +54,7 @@ class MC4WP_MailChimp {
|
|
54 |
}
|
55 |
|
56 |
// get merge vars for all lists at once
|
57 |
-
$merge_vars_data = $api->get_lists_with_merge_vars( array_keys($lists) );
|
58 |
if ( $merge_vars_data ) {
|
59 |
foreach ( $merge_vars_data as $list ) {
|
60 |
// add merge vars to list
|
@@ -116,6 +116,72 @@ class MC4WP_MailChimp {
|
|
116 |
return '';
|
117 |
}
|
118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
/**
|
120 |
* Returns number of subscribers on given lists.
|
121 |
*
|
@@ -173,7 +239,7 @@ class MC4WP_MailChimp {
|
|
173 |
*/
|
174 |
public function strip_unnecessary_group_properties( $group ) {
|
175 |
return (object) array(
|
176 |
-
'name' => $group->name
|
177 |
);
|
178 |
}
|
179 |
|
@@ -188,7 +254,7 @@ class MC4WP_MailChimp {
|
|
188 |
'id' => $grouping->id,
|
189 |
'name' => $grouping->name,
|
190 |
'groups' => array_map( array( $this, 'strip_unnecessary_group_properties' ), $grouping->groups ),
|
191 |
-
'form_field' => $grouping->form_field
|
192 |
);
|
193 |
}
|
194 |
|
@@ -203,15 +269,15 @@ class MC4WP_MailChimp {
|
|
203 |
'name' => $merge_var->name,
|
204 |
'field_type' => $merge_var->field_type,
|
205 |
'req' => $merge_var->req,
|
206 |
-
'tag' => $merge_var->tag
|
207 |
);
|
208 |
|
209 |
if ( isset( $merge_var->choices ) ) {
|
210 |
-
$array[
|
211 |
}
|
212 |
|
213 |
return (object) $array;
|
214 |
|
215 |
}
|
216 |
|
217 |
-
}
|
1 |
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
54 |
}
|
55 |
|
56 |
// get merge vars for all lists at once
|
57 |
+
$merge_vars_data = $api->get_lists_with_merge_vars( array_keys( $lists ) );
|
58 |
if ( $merge_vars_data ) {
|
59 |
foreach ( $merge_vars_data as $list ) {
|
60 |
// add merge vars to list
|
116 |
return '';
|
117 |
}
|
118 |
|
119 |
+
/**
|
120 |
+
* Get the interest grouping object for a given list.
|
121 |
+
*
|
122 |
+
* @param string $list_id ID of MailChimp list that contains the grouping
|
123 |
+
* @param string $grouping_id ID of the Interest Grouping
|
124 |
+
*
|
125 |
+
* @return object|null
|
126 |
+
*/
|
127 |
+
public function get_list_grouping( $list_id, $grouping_id ) {
|
128 |
+
$list = $this->get_list( $list_id, false, true );
|
129 |
+
|
130 |
+
if( is_object( $list ) && isset( $list->interest_groupings ) ) {
|
131 |
+
foreach( $list->interest_groupings as $grouping ) {
|
132 |
+
|
133 |
+
if( $grouping->id !== $grouping_id ) {
|
134 |
+
continue;
|
135 |
+
}
|
136 |
+
|
137 |
+
return $grouping;
|
138 |
+
}
|
139 |
+
}
|
140 |
+
|
141 |
+
return null;
|
142 |
+
}
|
143 |
+
|
144 |
+
/**
|
145 |
+
* Get the name of a list grouping by its ID
|
146 |
+
*
|
147 |
+
* @param $list_id
|
148 |
+
* @param $grouping_id
|
149 |
+
*
|
150 |
+
* @return string
|
151 |
+
*/
|
152 |
+
public function get_list_grouping_name( $list_id, $grouping_id ) {
|
153 |
+
|
154 |
+
$grouping = $this->get_list_grouping( $list_id, $grouping_id );
|
155 |
+
if( $grouping ) {
|
156 |
+
return $grouping->name;
|
157 |
+
}
|
158 |
+
|
159 |
+
return '';
|
160 |
+
}
|
161 |
+
|
162 |
+
/**
|
163 |
+
* Get the group object for a group in an interest grouping
|
164 |
+
*
|
165 |
+
* @param string $list_id ID of MailChimp list that contains the grouping
|
166 |
+
* @param string $grouping_id ID of the Interest Grouping containing the group
|
167 |
+
* @param string $group_id_or_name ID or name of the Group
|
168 |
+
* @return object|null
|
169 |
+
*/
|
170 |
+
public function get_list_grouping_group( $list_id, $grouping_id, $group_id_or_name ) {
|
171 |
+
$grouping = $this->get_list_grouping( $list_id, $grouping_id );
|
172 |
+
if( is_object( $grouping ) && isset( $grouping->groups ) ) {
|
173 |
+
foreach( $grouping->groups as $group ) {
|
174 |
+
|
175 |
+
if( $group->id == $group_id_or_name || $group->name === $group_id_or_name ) {
|
176 |
+
return $group;
|
177 |
+
}
|
178 |
+
|
179 |
+
}
|
180 |
+
}
|
181 |
+
|
182 |
+
return null;
|
183 |
+
}
|
184 |
+
|
185 |
/**
|
186 |
* Returns number of subscribers on given lists.
|
187 |
*
|
239 |
*/
|
240 |
public function strip_unnecessary_group_properties( $group ) {
|
241 |
return (object) array(
|
242 |
+
'name' => $group->name,
|
243 |
);
|
244 |
}
|
245 |
|
254 |
'id' => $grouping->id,
|
255 |
'name' => $grouping->name,
|
256 |
'groups' => array_map( array( $this, 'strip_unnecessary_group_properties' ), $grouping->groups ),
|
257 |
+
'form_field' => $grouping->form_field,
|
258 |
);
|
259 |
}
|
260 |
|
269 |
'name' => $merge_var->name,
|
270 |
'field_type' => $merge_var->field_type,
|
271 |
'req' => $merge_var->req,
|
272 |
+
'tag' => $merge_var->tag,
|
273 |
);
|
274 |
|
275 |
if ( isset( $merge_var->choices ) ) {
|
276 |
+
$array['choices'] = $merge_var->choices;
|
277 |
}
|
278 |
|
279 |
return (object) $array;
|
280 |
|
281 |
}
|
282 |
|
283 |
+
}
|
includes/class-plugin.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
if( ! defined(
|
4 |
header( 'Status: 403 Forbidden' );
|
5 |
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
exit;
|
@@ -19,16 +19,44 @@ class MC4WP_Lite {
|
|
19 |
private $checkbox_manager;
|
20 |
|
21 |
/**
|
22 |
-
* @var
|
23 |
*/
|
24 |
-
private $api
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
/**
|
27 |
* Constructor
|
28 |
*/
|
29 |
-
|
30 |
|
31 |
-
|
32 |
|
33 |
// checkbox
|
34 |
$this->checkbox_manager = new MC4WP_Lite_Checkbox_Manager();
|
@@ -40,17 +68,17 @@ class MC4WP_Lite {
|
|
40 |
add_action( 'widgets_init', array( $this, 'register_widget' ) );
|
41 |
}
|
42 |
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
|
48 |
-
|
49 |
|
50 |
-
|
51 |
|
52 |
$classes = array(
|
53 |
-
'
|
54 |
'MC4WP_Lite_Checkbox_Manager' => 'class-checkbox-manager.php',
|
55 |
'MC4WP_Lite_Form_Manager' => 'class-form-manager.php',
|
56 |
'MC4WP_Lite_Form_Request' => 'class-form-request.php',
|
@@ -68,50 +96,49 @@ class MC4WP_Lite {
|
|
68 |
'MC4WP_MultiSite_Integration' => 'integrations/class-multisite.php',
|
69 |
'MC4WP_Registration_Form_Integration' => 'integrations/class-registration-form.php',
|
70 |
'MC4WP_WooCommerce_Integration' => 'integrations/class-woocommerce.php',
|
71 |
-
'MC4WP_EDD_Integration' => 'integrations/class-edd.php'
|
72 |
);
|
73 |
|
74 |
-
|
75 |
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
|
81 |
-
|
82 |
|
83 |
|
84 |
-
|
85 |
|
86 |
/**
|
87 |
-
* @return
|
88 |
*/
|
89 |
public function get_checkbox_manager() {
|
90 |
return $this->checkbox_manager;
|
91 |
}
|
92 |
|
93 |
/**
|
94 |
-
* @return
|
95 |
*/
|
96 |
public function get_form_manager() {
|
97 |
return $this->form_manager;
|
98 |
}
|
99 |
|
100 |
/**
|
101 |
-
* @return
|
102 |
*/
|
103 |
public function get_api() {
|
104 |
|
105 |
if( $this->api === null ) {
|
106 |
$opts = mc4wp_get_options();
|
107 |
-
$this->api = new
|
108 |
}
|
109 |
-
|
110 |
return $this->api;
|
111 |
}
|
112 |
|
113 |
-
public function register_widget()
|
114 |
-
{
|
115 |
register_widget( 'MC4WP_Lite_Widget' );
|
116 |
}
|
117 |
|
1 |
<?php
|
2 |
|
3 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
4 |
header( 'Status: 403 Forbidden' );
|
5 |
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
exit;
|
19 |
private $checkbox_manager;
|
20 |
|
21 |
/**
|
22 |
+
* @var MC4WP_API
|
23 |
*/
|
24 |
+
private $api;
|
25 |
+
|
26 |
+
/**
|
27 |
+
* @var MC4WP_Lite The one and only true plugin instance
|
28 |
+
*/
|
29 |
+
private static $instance;
|
30 |
+
|
31 |
+
/**
|
32 |
+
* @return MC4WP_Lite
|
33 |
+
*/
|
34 |
+
public static function instance() {
|
35 |
+
return self::$instance;
|
36 |
+
}
|
37 |
+
|
38 |
+
/**
|
39 |
+
* Instantiates the plugin
|
40 |
+
*
|
41 |
+
* @return bool
|
42 |
+
*/
|
43 |
+
public static function init() {
|
44 |
+
|
45 |
+
if( self::$instance instanceof MC4WP_Lite ) {
|
46 |
+
return false;
|
47 |
+
}
|
48 |
+
|
49 |
+
self::$instance = new MC4WP_Lite;
|
50 |
+
return true;
|
51 |
+
}
|
52 |
+
|
53 |
|
54 |
/**
|
55 |
* Constructor
|
56 |
*/
|
57 |
+
private function __construct() {
|
58 |
|
59 |
+
spl_autoload_register( array( $this, 'autoload') );
|
60 |
|
61 |
// checkbox
|
62 |
$this->checkbox_manager = new MC4WP_Lite_Checkbox_Manager();
|
68 |
add_action( 'widgets_init', array( $this, 'register_widget' ) );
|
69 |
}
|
70 |
|
71 |
+
/**
|
72 |
+
* @return bool
|
73 |
+
*/
|
74 |
+
public function autoload( $class_name ) {
|
75 |
|
76 |
+
static $classes = null;
|
77 |
|
78 |
+
if( $classes === null ) {
|
79 |
|
80 |
$classes = array(
|
81 |
+
'MC4WP_API' => 'class-api.php',
|
82 |
'MC4WP_Lite_Checkbox_Manager' => 'class-checkbox-manager.php',
|
83 |
'MC4WP_Lite_Form_Manager' => 'class-form-manager.php',
|
84 |
'MC4WP_Lite_Form_Request' => 'class-form-request.php',
|
96 |
'MC4WP_MultiSite_Integration' => 'integrations/class-multisite.php',
|
97 |
'MC4WP_Registration_Form_Integration' => 'integrations/class-registration-form.php',
|
98 |
'MC4WP_WooCommerce_Integration' => 'integrations/class-woocommerce.php',
|
99 |
+
'MC4WP_EDD_Integration' => 'integrations/class-edd.php',
|
100 |
);
|
101 |
|
102 |
+
}
|
103 |
|
104 |
+
if( isset( $classes[$class_name] ) ) {
|
105 |
+
require_once MC4WP_LITE_PLUGIN_DIR . 'includes/' . $classes[$class_name];
|
106 |
+
return true;
|
107 |
+
}
|
108 |
|
109 |
+
return false;
|
110 |
|
111 |
|
112 |
+
}
|
113 |
|
114 |
/**
|
115 |
+
* @return MC4WP_Lite_Checkbox_Manager
|
116 |
*/
|
117 |
public function get_checkbox_manager() {
|
118 |
return $this->checkbox_manager;
|
119 |
}
|
120 |
|
121 |
/**
|
122 |
+
* @return MC4WP_Lite_Form_Manager
|
123 |
*/
|
124 |
public function get_form_manager() {
|
125 |
return $this->form_manager;
|
126 |
}
|
127 |
|
128 |
/**
|
129 |
+
* @return MC4WP_API
|
130 |
*/
|
131 |
public function get_api() {
|
132 |
|
133 |
if( $this->api === null ) {
|
134 |
$opts = mc4wp_get_options();
|
135 |
+
$this->api = new MC4WP_API( $opts['general']['api_key'] );
|
136 |
}
|
137 |
+
|
138 |
return $this->api;
|
139 |
}
|
140 |
|
141 |
+
public function register_widget() {
|
|
|
142 |
register_widget( 'MC4WP_Lite_Widget' );
|
143 |
}
|
144 |
|
includes/class-widget.php
CHANGED
@@ -1,94 +1,94 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
4 |
-
header( 'Status: 403 Forbidden' );
|
5 |
-
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
-
exit;
|
7 |
-
}
|
8 |
-
|
9 |
-
/**
|
10 |
-
* Adds MC4WP_Widget widget.
|
11 |
-
*/
|
12 |
-
class MC4WP_Lite_Widget extends WP_Widget {
|
13 |
-
|
14 |
-
/**
|
15 |
-
* Register widget with WordPress.
|
16 |
-
*/
|
17 |
-
function __construct() {
|
18 |
-
parent::__construct(
|
19 |
-
'MC4WP_Widget', // Base ID
|
20 |
-
__( 'MailChimp Sign-Up Form', 'mailchimp-for-wp' ), // Name
|
21 |
-
array(
|
22 |
-
'description' => __( 'Displays your MailChimp for WordPress sign-up form', 'mailchimp-for-wp' ),
|
23 |
-
)
|
24 |
-
);
|
25 |
-
}
|
26 |
-
|
27 |
-
/**
|
28 |
-
* Front-end display of widget.
|
29 |
-
*
|
30 |
-
* @see WP_Widget::widget()
|
31 |
-
*
|
32 |
-
* @param array $args Widget arguments.
|
33 |
-
* @param array $instance Saved values from database.
|
34 |
-
*/
|
35 |
-
public function widget( $args, $instance ) {
|
36 |
-
|
37 |
-
$title = isset( $instance['title'] ) ? $instance['title'] : '';
|
38 |
-
$title = apply_filters( 'widget_title', $title );
|
39 |
-
|
40 |
-
echo $args['before_widget'];
|
41 |
-
|
42 |
-
if ( ! empty( $title ) ) {
|
43 |
-
echo $args['before_title'] . $title . $args['after_title'];
|
44 |
-
}
|
45 |
-
|
46 |
-
// make sure template functions exist (for usage in avia layout builder)
|
47 |
-
if ( ! function_exists( 'mc4wp_get_form' ) ) {
|
48 |
-
include_once MC4WP_LITE_PLUGIN_DIR . 'includes/functions/template.php';
|
49 |
-
}
|
50 |
-
|
51 |
-
echo mc4wp_get_form();
|
52 |
-
|
53 |
-
echo $args['after_widget'];
|
54 |
-
}
|
55 |
-
|
56 |
-
/**
|
57 |
-
* Back-end widget form.
|
58 |
-
*
|
59 |
-
* @see WP_Widget::form()
|
60 |
-
*
|
61 |
-
* @param array $instance Previously saved values from database.
|
62 |
-
*
|
63 |
-
* @return string|void
|
64 |
-
*/
|
65 |
-
public function form( $instance ) {
|
66 |
-
$title = isset( $instance['title'] ) ? $instance['title'] : __( 'Newsletter', 'mailchimp-for-wp' );
|
67 |
-
?>
|
68 |
-
|
69 |
-
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'mailchimp-for-wp' ); ?></label>
|
70 |
-
<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" />
|
71 |
-
|
72 |
-
|
73 |
-
<?php printf( __( 'You can edit your sign-up form in the %
|
74 |
-
|
75 |
-
<?php
|
76 |
-
}
|
77 |
-
|
78 |
-
/**
|
79 |
-
* Sanitize widget form values as they are saved.
|
80 |
-
*
|
81 |
-
* @see WP_Widget::update()
|
82 |
-
*
|
83 |
-
* @param array $new_instance Values just sent to be saved.
|
84 |
-
* @param array $old_instance Previously saved values from database.
|
85 |
-
*
|
86 |
-
* @return array Updated safe values to be saved.
|
87 |
-
*/
|
88 |
-
public function update( $new_instance, $old_instance ) {
|
89 |
-
$instance = array();
|
90 |
-
$instance['title'] = ( ! empty( $new_instance['title'] ) ) ? sanitize_text_field( $new_instance['title'] ) : '';
|
91 |
-
return $instance;
|
92 |
-
}
|
93 |
-
|
94 |
-
} // class MC4WP_Widget
|
1 |
+
<?php
|
2 |
+
|
3 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
4 |
+
header( 'Status: 403 Forbidden' );
|
5 |
+
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
+
exit;
|
7 |
+
}
|
8 |
+
|
9 |
+
/**
|
10 |
+
* Adds MC4WP_Widget widget.
|
11 |
+
*/
|
12 |
+
class MC4WP_Lite_Widget extends WP_Widget {
|
13 |
+
|
14 |
+
/**
|
15 |
+
* Register widget with WordPress.
|
16 |
+
*/
|
17 |
+
function __construct() {
|
18 |
+
parent::__construct(
|
19 |
+
'MC4WP_Widget', // Base ID
|
20 |
+
__( 'MailChimp Sign-Up Form', 'mailchimp-for-wp' ), // Name
|
21 |
+
array(
|
22 |
+
'description' => __( 'Displays your MailChimp for WordPress sign-up form', 'mailchimp-for-wp' ),
|
23 |
+
)
|
24 |
+
);
|
25 |
+
}
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Front-end display of widget.
|
29 |
+
*
|
30 |
+
* @see WP_Widget::widget()
|
31 |
+
*
|
32 |
+
* @param array $args Widget arguments.
|
33 |
+
* @param array $instance Saved values from database.
|
34 |
+
*/
|
35 |
+
public function widget( $args, $instance ) {
|
36 |
+
|
37 |
+
$title = isset( $instance['title'] ) ? $instance['title'] : '';
|
38 |
+
$title = apply_filters( 'widget_title', $title );
|
39 |
+
|
40 |
+
echo $args['before_widget'];
|
41 |
+
|
42 |
+
if ( ! empty( $title ) ) {
|
43 |
+
echo $args['before_title'] . $title . $args['after_title'];
|
44 |
+
}
|
45 |
+
|
46 |
+
// make sure template functions exist (for usage in avia layout builder)
|
47 |
+
if ( ! function_exists( 'mc4wp_get_form' ) ) {
|
48 |
+
include_once MC4WP_LITE_PLUGIN_DIR . 'includes/functions/template.php';
|
49 |
+
}
|
50 |
+
|
51 |
+
echo mc4wp_get_form();
|
52 |
+
|
53 |
+
echo $args['after_widget'];
|
54 |
+
}
|
55 |
+
|
56 |
+
/**
|
57 |
+
* Back-end widget form.
|
58 |
+
*
|
59 |
+
* @see WP_Widget::form()
|
60 |
+
*
|
61 |
+
* @param array $instance Previously saved values from database.
|
62 |
+
*
|
63 |
+
* @return string|void
|
64 |
+
*/
|
65 |
+
public function form( $instance ) {
|
66 |
+
$title = isset( $instance['title'] ) ? $instance['title'] : __( 'Newsletter', 'mailchimp-for-wp' );
|
67 |
+
?>
|
68 |
+
<p>
|
69 |
+
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'mailchimp-for-wp' ); ?></label>
|
70 |
+
<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" />
|
71 |
+
</p>
|
72 |
+
<p class="help">
|
73 |
+
<?php printf( __( 'You can edit your sign-up form in the <a href="%s">MailChimp for WordPress form settings</a>.', 'mailchimp-for-wp' ), admin_url( 'admin.php?page=mailchimp-for-wp-form-settings' ) ); ?>
|
74 |
+
</p>
|
75 |
+
<?php
|
76 |
+
}
|
77 |
+
|
78 |
+
/**
|
79 |
+
* Sanitize widget form values as they are saved.
|
80 |
+
*
|
81 |
+
* @see WP_Widget::update()
|
82 |
+
*
|
83 |
+
* @param array $new_instance Values just sent to be saved.
|
84 |
+
* @param array $old_instance Previously saved values from database.
|
85 |
+
*
|
86 |
+
* @return array Updated safe values to be saved.
|
87 |
+
*/
|
88 |
+
public function update( $new_instance, $old_instance ) {
|
89 |
+
$instance = array();
|
90 |
+
$instance['title'] = ( ! empty( $new_instance['title'] ) ) ? sanitize_text_field( $new_instance['title'] ) : '';
|
91 |
+
return $instance;
|
92 |
+
}
|
93 |
+
|
94 |
+
} // class MC4WP_Widget
|
includes/functions/general.php
CHANGED
@@ -24,7 +24,7 @@ function mc4wp_get_options( $key = '' ) {
|
|
24 |
|
25 |
$defaults = array(
|
26 |
'general' => array(
|
27 |
-
'api_key' => ''
|
28 |
),
|
29 |
'checkbox' => array(
|
30 |
'label' => __( 'Sign me up for the newsletter!', 'mailchimp-for-wp' ),
|
@@ -39,7 +39,10 @@ function mc4wp_get_options( $key = '' ) {
|
|
39 |
'show_at_edd_checkout' => 0,
|
40 |
'lists' => array(),
|
41 |
'double_optin' => 1,
|
42 |
-
'
|
|
|
|
|
|
|
43 |
),
|
44 |
'form' => array(
|
45 |
'css' => 'default',
|
@@ -52,18 +55,18 @@ function mc4wp_get_options( $key = '' ) {
|
|
52 |
'text_required_field_missing' => __( 'Please fill in the required fields.', 'mailchimp-for-wp' ),
|
53 |
'redirect' => '',
|
54 |
'lists' => array(),
|
55 |
-
'double_optin' => 1,
|
56 |
'hide_after_success' => 0,
|
57 |
-
'
|
58 |
-
'
|
59 |
-
'
|
60 |
-
|
|
|
61 |
);
|
62 |
|
63 |
$db_keys_option_keys = array(
|
64 |
'mc4wp_lite' => 'general',
|
65 |
'mc4wp_lite_checkbox' => 'checkbox',
|
66 |
-
'mc4wp_lite_form' => 'form'
|
67 |
);
|
68 |
|
69 |
$options = array();
|
@@ -89,9 +92,8 @@ function mc4wp_get_options( $key = '' ) {
|
|
89 |
/**
|
90 |
* Gets the MailChimp for WP API class and injects it with the given API key
|
91 |
*
|
92 |
-
* @return
|
93 |
*/
|
94 |
function mc4wp_get_api() {
|
95 |
-
|
96 |
-
return $mc4wp->get_api();
|
97 |
}
|
24 |
|
25 |
$defaults = array(
|
26 |
'general' => array(
|
27 |
+
'api_key' => '',
|
28 |
),
|
29 |
'checkbox' => array(
|
30 |
'label' => __( 'Sign me up for the newsletter!', 'mailchimp-for-wp' ),
|
39 |
'show_at_edd_checkout' => 0,
|
40 |
'lists' => array(),
|
41 |
'double_optin' => 1,
|
42 |
+
'update_existing' => 0,
|
43 |
+
'replace_interests' => 1,
|
44 |
+
'send_welcome' => 0,
|
45 |
+
'woocommerce_position' => 'order',
|
46 |
),
|
47 |
'form' => array(
|
48 |
'css' => 'default',
|
55 |
'text_required_field_missing' => __( 'Please fill in the required fields.', 'mailchimp-for-wp' ),
|
56 |
'redirect' => '',
|
57 |
'lists' => array(),
|
|
|
58 |
'hide_after_success' => 0,
|
59 |
+
'double_optin' => 1,
|
60 |
+
'update_existing' => 0,
|
61 |
+
'replace_interests' => 1,
|
62 |
+
'send_welcome' => 0,
|
63 |
+
),
|
64 |
);
|
65 |
|
66 |
$db_keys_option_keys = array(
|
67 |
'mc4wp_lite' => 'general',
|
68 |
'mc4wp_lite_checkbox' => 'checkbox',
|
69 |
+
'mc4wp_lite_form' => 'form',
|
70 |
);
|
71 |
|
72 |
$options = array();
|
92 |
/**
|
93 |
* Gets the MailChimp for WP API class and injects it with the given API key
|
94 |
*
|
95 |
+
* @return MC4WP_API
|
96 |
*/
|
97 |
function mc4wp_get_api() {
|
98 |
+
return MC4WP_Lite::instance()->get_api();
|
|
|
99 |
}
|
includes/functions/template.php
CHANGED
@@ -1,146 +1,146 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
if( ! defined(
|
4 |
-
header( 'Status: 403 Forbidden' );
|
5 |
-
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
-
exit;
|
7 |
-
}
|
8 |
-
|
9 |
-
|
10 |
-
/**
|
11 |
-
* Echoes a sign-up checkbox.
|
12 |
-
*/
|
13 |
-
function mc4wp_checkbox() {
|
14 |
-
|
15 |
-
|
16 |
-
// manually instantiate comment form integration class
|
17 |
-
if( ! isset( $
|
18 |
-
$
|
19 |
-
}
|
20 |
-
|
21 |
-
$
|
22 |
-
}
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Echoes a MailChimp for WordPress form
|
26 |
-
*
|
27 |
-
* @param int $id The form ID
|
28 |
-
*/
|
29 |
-
function mc4wp_form( $id = 0 ) {
|
30 |
-
echo mc4wp_get_form( $id );
|
31 |
-
}
|
32 |
-
|
33 |
-
/**
|
34 |
-
* Returns HTML for sign-up form with the given $form_id.
|
35 |
-
*
|
36 |
-
* @param int $form_id.
|
37 |
-
* @return string HTML of given form_id.
|
38 |
-
*/
|
39 |
-
function mc4wp_get_form( $id = 0 ) {
|
40 |
-
|
41 |
-
return $
|
42 |
-
}
|
43 |
-
|
44 |
-
|
45 |
-
/**
|
46 |
-
* Returns text with {variables} replaced.
|
47 |
-
*
|
48 |
-
* @param string $text
|
49 |
-
* @param array $list_ids Array of list id's
|
50 |
-
* @return string $text The text with {variables} replaced.
|
51 |
-
*/
|
52 |
-
function mc4wp_replace_variables( $text, $list_ids = array() ) {
|
53 |
-
|
54 |
-
// get current WPML language or general site language
|
55 |
-
$language = defined( 'ICL_LANGUAGE_CODE' ) ? ICL_LANGUAGE_CODE : get_locale();
|
56 |
-
|
57 |
-
// replace general vars
|
58 |
-
$needles = array( '{ip}', '{current_url}', '{date}', '{time}', '{language}' );
|
59 |
-
$replacements = array( $_SERVER['REMOTE_ADDR'], mc4wp_get_current_url(), date(
|
60 |
-
$text = str_ireplace( $needles, $replacements, $text );
|
61 |
-
|
62 |
-
// subscriber count? only fetch these if the tag is actually used
|
63 |
-
if ( stristr( $text, '{subscriber_count}' ) !== false ) {
|
64 |
-
$mailchimp = new MC4WP_MailChimp();
|
65 |
-
$subscriber_count = $mailchimp->get_subscriber_count( $list_ids );
|
66 |
-
$text = str_ireplace( '{subscriber_count}', $subscriber_count, $text );
|
67 |
-
}
|
68 |
-
|
69 |
-
// replace {email} tag
|
70 |
-
if( isset( $_GET['mc4wp_email'] ) ) {
|
71 |
-
$email = esc_attr( $_GET['mc4wp_email'] );
|
72 |
-
} elseif( isset( $_COOKIE['mc4wp_email'] ) ) {
|
73 |
-
$email = esc_attr( $_COOKIE['mc4wp_email'] );
|
74 |
-
} else {
|
75 |
-
$email = '';
|
76 |
-
}
|
77 |
-
|
78 |
-
$text = str_ireplace( '{email}', $email, $text );
|
79 |
-
|
80 |
-
// replace user variables
|
81 |
-
$needles = array( '{user_email}', '{user_firstname}', '{user_lastname}', '{user_name}', '{user_id}' );
|
82 |
-
if ( is_user_logged_in() && ( $user = wp_get_current_user() ) && ( $user instanceof WP_User ) ) {
|
83 |
-
// logged in user, replace vars by user vars
|
84 |
-
$replacements = array( $user->user_email, $user->first_name, $user->last_name, $user->display_name, $user->ID );
|
85 |
-
$text = str_replace( $needles, $replacements, $text );
|
86 |
-
} else {
|
87 |
-
// no logged in user, replace vars with empty string
|
88 |
-
$text = str_replace( $needles, '', $text );
|
89 |
-
}
|
90 |
-
|
91 |
-
return $text;
|
92 |
-
}
|
93 |
-
|
94 |
-
/**
|
95 |
-
* Retrieves the URL of the current WordPress page
|
96 |
-
*
|
97 |
-
* @return string The current URL, escaped for safe usage inside attributes.
|
98 |
-
*/
|
99 |
-
function mc4wp_get_current_url() {
|
100 |
-
|
101 |
-
global $wp;
|
102 |
-
|
103 |
-
// get requested url from global $wp object
|
104 |
-
$site_request_uri = $wp->request;
|
105 |
-
|
106 |
-
// fix for IIS servers using index.php in the URL
|
107 |
-
if( false !== stripos( $_SERVER['REQUEST_URI'], '/index.php/' . $site_request_uri ) ) {
|
108 |
-
$site_request_uri = 'index.php/' . $site_request_uri;
|
109 |
-
}
|
110 |
-
|
111 |
-
// concatenate request url to home url
|
112 |
-
$url = home_url( $site_request_uri );
|
113 |
-
|
114 |
-
// add trailing slash, if necessary
|
115 |
-
if( substr( $_SERVER['REQUEST_URI'] , -1 ) === '/' ) {
|
116 |
-
$url = trailingslashit( $url );
|
117 |
-
}
|
118 |
-
|
119 |
-
return esc_url( $url );
|
120 |
-
}
|
121 |
-
|
122 |
-
/****************************~***
|
123 |
-
* Deprecated functions *
|
124 |
-
********************************/
|
125 |
-
|
126 |
-
/**
|
127 |
-
* Echoes a sign-up form.
|
128 |
-
*
|
129 |
-
* @deprecated 1.3.1 Use mc4wp_form() instead.
|
130 |
-
* @see mc4wp_form()
|
131 |
-
*/
|
132 |
-
function mc4wp_show_form( $id = 0 ) {
|
133 |
-
_deprecated_function( __FUNCTION__, 'MailChimp for WP v1.3.1', 'mc4wp_form' );
|
134 |
-
mc4wp_form( $id );
|
135 |
-
}
|
136 |
-
|
137 |
-
/**
|
138 |
-
* Echoes a sign-up checkbox.
|
139 |
-
*
|
140 |
-
* @deprecated 1.3.1 Use mc4wp_checkbox() instead
|
141 |
-
* @see mc4wp_checkbox()
|
142 |
-
*/
|
143 |
-
function mc4wp_show_checkbox() {
|
144 |
-
_deprecated_function( __FUNCTION__, 'MailChimp for WP v1.3.1', 'mc4wp_form' );
|
145 |
-
mc4wp_checkbox();
|
146 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
4 |
+
header( 'Status: 403 Forbidden' );
|
5 |
+
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
+
exit;
|
7 |
+
}
|
8 |
+
|
9 |
+
|
10 |
+
/**
|
11 |
+
* Echoes a sign-up checkbox.
|
12 |
+
*/
|
13 |
+
function mc4wp_checkbox() {
|
14 |
+
$checkbox_manager = MC4WP_Lite::instance()->get_checkbox_manager();
|
15 |
+
|
16 |
+
// manually instantiate comment form integration class
|
17 |
+
if( ! isset( $checkbox_manager->integrations['comment_form'] ) ) {
|
18 |
+
$checkbox_manager->integrations['comment_form'] = new MC4WP_Comment_Form_Integration();
|
19 |
+
}
|
20 |
+
|
21 |
+
$checkbox_manager->integrations['comment_form']->output_checkbox();
|
22 |
+
}
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Echoes a MailChimp for WordPress form
|
26 |
+
*
|
27 |
+
* @param int $id The form ID
|
28 |
+
*/
|
29 |
+
function mc4wp_form( $id = 0 ) {
|
30 |
+
echo mc4wp_get_form( $id );
|
31 |
+
}
|
32 |
+
|
33 |
+
/**
|
34 |
+
* Returns HTML for sign-up form with the given $form_id.
|
35 |
+
*
|
36 |
+
* @param int $form_id.
|
37 |
+
* @return string HTML of given form_id.
|
38 |
+
*/
|
39 |
+
function mc4wp_get_form( $id = 0 ) {
|
40 |
+
$form_manager = MC4WP_Lite::instance()->get_form_manager();
|
41 |
+
return $form_manager->output_form( array( 'id' => $id ) );
|
42 |
+
}
|
43 |
+
|
44 |
+
|
45 |
+
/**
|
46 |
+
* Returns text with {variables} replaced.
|
47 |
+
*
|
48 |
+
* @param string $text
|
49 |
+
* @param array $list_ids Array of list id's
|
50 |
+
* @return string $text The text with {variables} replaced.
|
51 |
+
*/
|
52 |
+
function mc4wp_replace_variables( $text, $list_ids = array() ) {
|
53 |
+
|
54 |
+
// get current WPML language or general site language
|
55 |
+
$language = defined( 'ICL_LANGUAGE_CODE' ) ? ICL_LANGUAGE_CODE : get_locale();
|
56 |
+
|
57 |
+
// replace general vars
|
58 |
+
$needles = array( '{ip}', '{current_url}', '{date}', '{time}', '{language}' );
|
59 |
+
$replacements = array( $_SERVER['REMOTE_ADDR'], mc4wp_get_current_url(), date( 'm/d/Y' ), date( 'H:i:s' ), $language );
|
60 |
+
$text = str_ireplace( $needles, $replacements, $text );
|
61 |
+
|
62 |
+
// subscriber count? only fetch these if the tag is actually used
|
63 |
+
if ( stristr( $text, '{subscriber_count}' ) !== false ) {
|
64 |
+
$mailchimp = new MC4WP_MailChimp();
|
65 |
+
$subscriber_count = $mailchimp->get_subscriber_count( $list_ids );
|
66 |
+
$text = str_ireplace( '{subscriber_count}', $subscriber_count, $text );
|
67 |
+
}
|
68 |
+
|
69 |
+
// replace {email} tag
|
70 |
+
if( isset( $_GET['mc4wp_email'] ) ) {
|
71 |
+
$email = esc_attr( $_GET['mc4wp_email'] );
|
72 |
+
} elseif( isset( $_COOKIE['mc4wp_email'] ) ) {
|
73 |
+
$email = esc_attr( $_COOKIE['mc4wp_email'] );
|
74 |
+
} else {
|
75 |
+
$email = '';
|
76 |
+
}
|
77 |
+
|
78 |
+
$text = str_ireplace( '{email}', $email, $text );
|
79 |
+
|
80 |
+
// replace user variables
|
81 |
+
$needles = array( '{user_email}', '{user_firstname}', '{user_lastname}', '{user_name}', '{user_id}' );
|
82 |
+
if ( is_user_logged_in() && ( $user = wp_get_current_user() ) && ( $user instanceof WP_User ) ) {
|
83 |
+
// logged in user, replace vars by user vars
|
84 |
+
$replacements = array( $user->user_email, $user->first_name, $user->last_name, $user->display_name, $user->ID );
|
85 |
+
$text = str_replace( $needles, $replacements, $text );
|
86 |
+
} else {
|
87 |
+
// no logged in user, replace vars with empty string
|
88 |
+
$text = str_replace( $needles, '', $text );
|
89 |
+
}
|
90 |
+
|
91 |
+
return $text;
|
92 |
+
}
|
93 |
+
|
94 |
+
/**
|
95 |
+
* Retrieves the URL of the current WordPress page
|
96 |
+
*
|
97 |
+
* @return string The current URL, escaped for safe usage inside attributes.
|
98 |
+
*/
|
99 |
+
function mc4wp_get_current_url() {
|
100 |
+
|
101 |
+
global $wp;
|
102 |
+
|
103 |
+
// get requested url from global $wp object
|
104 |
+
$site_request_uri = $wp->request;
|
105 |
+
|
106 |
+
// fix for IIS servers using index.php in the URL
|
107 |
+
if( false !== stripos( $_SERVER['REQUEST_URI'], '/index.php/' . $site_request_uri ) ) {
|
108 |
+
$site_request_uri = 'index.php/' . $site_request_uri;
|
109 |
+
}
|
110 |
+
|
111 |
+
// concatenate request url to home url
|
112 |
+
$url = home_url( $site_request_uri );
|
113 |
+
|
114 |
+
// add trailing slash, if necessary
|
115 |
+
if( substr( $_SERVER['REQUEST_URI'] , -1 ) === '/' ) {
|
116 |
+
$url = trailingslashit( $url );
|
117 |
+
}
|
118 |
+
|
119 |
+
return esc_url( $url );
|
120 |
+
}
|
121 |
+
|
122 |
+
/****************************~***
|
123 |
+
* Deprecated functions *
|
124 |
+
********************************/
|
125 |
+
|
126 |
+
/**
|
127 |
+
* Echoes a sign-up form.
|
128 |
+
*
|
129 |
+
* @deprecated 1.3.1 Use mc4wp_form() instead.
|
130 |
+
* @see mc4wp_form()
|
131 |
+
*/
|
132 |
+
function mc4wp_show_form( $id = 0 ) {
|
133 |
+
_deprecated_function( __FUNCTION__, 'MailChimp for WP v1.3.1', 'mc4wp_form' );
|
134 |
+
mc4wp_form( $id );
|
135 |
+
}
|
136 |
+
|
137 |
+
/**
|
138 |
+
* Echoes a sign-up checkbox.
|
139 |
+
*
|
140 |
+
* @deprecated 1.3.1 Use mc4wp_checkbox() instead
|
141 |
+
* @see mc4wp_checkbox()
|
142 |
+
*/
|
143 |
+
function mc4wp_show_checkbox() {
|
144 |
+
_deprecated_function( __FUNCTION__, 'MailChimp for WP v1.3.1', 'mc4wp_form' );
|
145 |
+
mc4wp_checkbox();
|
146 |
+
}
|
includes/index.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
-
header( 'Status: 403 Forbidden' );
|
4 |
-
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
-
exit;
|
6 |
-
}
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
+
header( 'Status: 403 Forbidden' );
|
4 |
+
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
+
exit;
|
6 |
+
}
|
includes/integrations/class-bbpress.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
// prevent direct file access
|
4 |
-
if( ! defined(
|
5 |
header( 'Status: 403 Forbidden' );
|
6 |
header( 'HTTP/1.1 403 Forbidden' );
|
7 |
exit;
|
@@ -38,14 +38,14 @@ class MC4WP_bbPress_Integration extends MC4WP_Integration {
|
|
38 |
}
|
39 |
|
40 |
if ( $this->checkbox_was_checked() === false ) {
|
41 |
-
return false;
|
42 |
}
|
43 |
|
44 |
if ( $anonymous_data ) {
|
45 |
|
46 |
$email = $anonymous_data['bbp_anonymous_email'];
|
47 |
$merge_vars = array(
|
48 |
-
'NAME' => $anonymous_data['bbp_anonymous_name']
|
49 |
);
|
50 |
|
51 |
} elseif ( $user_id ) {
|
@@ -55,7 +55,7 @@ class MC4WP_bbPress_Integration extends MC4WP_Integration {
|
|
55 |
$merge_vars = array(
|
56 |
'NAME' => $user_info->first_name . ' ' . $user_info->last_name,
|
57 |
'FNAME' => $user_info->first_name,
|
58 |
-
'LNAME' => $user_info->last_name
|
59 |
);
|
60 |
|
61 |
} else {
|
1 |
<?php
|
2 |
|
3 |
// prevent direct file access
|
4 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
5 |
header( 'Status: 403 Forbidden' );
|
6 |
header( 'HTTP/1.1 403 Forbidden' );
|
7 |
exit;
|
38 |
}
|
39 |
|
40 |
if ( $this->checkbox_was_checked() === false ) {
|
41 |
+
return false;
|
42 |
}
|
43 |
|
44 |
if ( $anonymous_data ) {
|
45 |
|
46 |
$email = $anonymous_data['bbp_anonymous_email'];
|
47 |
$merge_vars = array(
|
48 |
+
'NAME' => $anonymous_data['bbp_anonymous_name'],
|
49 |
);
|
50 |
|
51 |
} elseif ( $user_id ) {
|
55 |
$merge_vars = array(
|
56 |
'NAME' => $user_info->first_name . ' ' . $user_info->last_name,
|
57 |
'FNAME' => $user_info->first_name,
|
58 |
+
'LNAME' => $user_info->last_name,
|
59 |
);
|
60 |
|
61 |
} else {
|
includes/integrations/class-buddypress.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
// prevent direct file access
|
4 |
-
if( ! defined(
|
5 |
header( 'Status: 403 Forbidden' );
|
6 |
header( 'HTTP/1.1 403 Forbidden' );
|
7 |
exit;
|
@@ -34,14 +34,14 @@ class MC4WP_BuddyPress_Integration extends MC4WP_Integration {
|
|
34 |
}
|
35 |
|
36 |
if ( $this->checkbox_was_checked() === false ) {
|
37 |
-
return false;
|
38 |
}
|
39 |
|
40 |
// gather emailadress and name from user who BuddyPress registered
|
41 |
$email = $user_email;
|
42 |
|
43 |
$merge_vars = array(
|
44 |
-
'NAME' => $user_login
|
45 |
);
|
46 |
|
47 |
return $this->subscribe( $email, $merge_vars, 'buddypress_registration' );
|
1 |
<?php
|
2 |
|
3 |
// prevent direct file access
|
4 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
5 |
header( 'Status: 403 Forbidden' );
|
6 |
header( 'HTTP/1.1 403 Forbidden' );
|
7 |
exit;
|
34 |
}
|
35 |
|
36 |
if ( $this->checkbox_was_checked() === false ) {
|
37 |
+
return false;
|
38 |
}
|
39 |
|
40 |
// gather emailadress and name from user who BuddyPress registered
|
41 |
$email = $user_email;
|
42 |
|
43 |
$merge_vars = array(
|
44 |
+
'NAME' => $user_login,
|
45 |
);
|
46 |
|
47 |
return $this->subscribe( $email, $merge_vars, 'buddypress_registration' );
|
includes/integrations/class-cf7.php
CHANGED
@@ -45,7 +45,7 @@ class MC4WP_CF7_Integration extends MC4WP_General_Integration {
|
|
45 |
|
46 |
/**
|
47 |
* Alter Contact Form 7 data.
|
48 |
-
*
|
49 |
* Adds mc4wp_checkbox to post data so users can use `mc4wp_checkbox` in their email templates
|
50 |
*
|
51 |
* @param array $data
|
@@ -62,8 +62,8 @@ class MC4WP_CF7_Integration extends MC4WP_General_Integration {
|
|
62 |
public function subscribe_from_cf7() {
|
63 |
|
64 |
// was sign-up checkbox checked?
|
65 |
-
if ( $this->checkbox_was_checked() === false ) {
|
66 |
-
return false;
|
67 |
}
|
68 |
|
69 |
return $this->try_subscribe();
|
45 |
|
46 |
/**
|
47 |
* Alter Contact Form 7 data.
|
48 |
+
*
|
49 |
* Adds mc4wp_checkbox to post data so users can use `mc4wp_checkbox` in their email templates
|
50 |
*
|
51 |
* @param array $data
|
62 |
public function subscribe_from_cf7() {
|
63 |
|
64 |
// was sign-up checkbox checked?
|
65 |
+
if ( $this->checkbox_was_checked() === false ) {
|
66 |
+
return false;
|
67 |
}
|
68 |
|
69 |
return $this->try_subscribe();
|
includes/integrations/class-comment-form.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
if( ! defined(
|
4 |
header( 'Status: 403 Forbidden' );
|
5 |
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
exit;
|
@@ -37,13 +37,13 @@ class MC4WP_Comment_Form_Integration extends MC4WP_Integration {
|
|
37 |
}
|
38 |
|
39 |
// was sign-up checkbox checked?
|
40 |
-
if ( $this->checkbox_was_checked() === false ) {
|
41 |
-
return false;
|
42 |
}
|
43 |
|
44 |
// is this a spam comment?
|
45 |
-
if ( $comment_approved === 'spam' ) {
|
46 |
-
return false;
|
47 |
}
|
48 |
|
49 |
$comment = get_comment( $comment_id );
|
@@ -51,7 +51,7 @@ class MC4WP_Comment_Form_Integration extends MC4WP_Integration {
|
|
51 |
$email = $comment->comment_author_email;
|
52 |
$merge_vars = array(
|
53 |
'NAME' => $comment->comment_author,
|
54 |
-
'OPTIN_IP' => $comment->comment_author_IP
|
55 |
);
|
56 |
|
57 |
return $this->subscribe( $email, $merge_vars, 'comment', $comment_id );
|
1 |
<?php
|
2 |
|
3 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
4 |
header( 'Status: 403 Forbidden' );
|
5 |
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
exit;
|
37 |
}
|
38 |
|
39 |
// was sign-up checkbox checked?
|
40 |
+
if ( $this->checkbox_was_checked() === false ) {
|
41 |
+
return false;
|
42 |
}
|
43 |
|
44 |
// is this a spam comment?
|
45 |
+
if ( $comment_approved === 'spam' ) {
|
46 |
+
return false;
|
47 |
}
|
48 |
|
49 |
$comment = get_comment( $comment_id );
|
51 |
$email = $comment->comment_author_email;
|
52 |
$merge_vars = array(
|
53 |
'NAME' => $comment->comment_author,
|
54 |
+
'OPTIN_IP' => $comment->comment_author_IP,
|
55 |
);
|
56 |
|
57 |
return $this->subscribe( $email, $merge_vars, 'comment', $comment_id );
|
includes/integrations/class-edd.php
CHANGED
@@ -23,7 +23,7 @@ class MC4WP_EDD_Integration extends MC4WP_Integration {
|
|
23 |
|
24 |
add_action( 'edd_purchase_form_user_info', array( $this, 'output_checkbox' ) );
|
25 |
add_action( 'edd_payment_meta', array( $this, 'save_checkbox_value' ) );
|
26 |
-
add_action( 'edd_complete_purchase', array( $this, 'subscribe_from_edd'), 50);
|
27 |
}
|
28 |
|
29 |
/**
|
@@ -75,7 +75,7 @@ class MC4WP_EDD_Integration extends MC4WP_Integration {
|
|
75 |
|
76 |
|
77 |
|
78 |
-
return $this->subscribe( $email, $merge_vars, $this->type );
|
79 |
}
|
80 |
|
81 |
}
|
23 |
|
24 |
add_action( 'edd_purchase_form_user_info', array( $this, 'output_checkbox' ) );
|
25 |
add_action( 'edd_payment_meta', array( $this, 'save_checkbox_value' ) );
|
26 |
+
add_action( 'edd_complete_purchase', array( $this, 'subscribe_from_edd'), 50 );
|
27 |
}
|
28 |
|
29 |
/**
|
75 |
|
76 |
|
77 |
|
78 |
+
return $this->subscribe( $email, $merge_vars, $this->type, $payment_id );
|
79 |
}
|
80 |
|
81 |
}
|
includes/integrations/class-events-manager.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
// prevent direct file access
|
4 |
-
if( ! defined(
|
5 |
header( 'Status: 403 Forbidden' );
|
6 |
header( 'HTTP/1.1 403 Forbidden' );
|
7 |
exit;
|
1 |
<?php
|
2 |
|
3 |
// prevent direct file access
|
4 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
5 |
header( 'Status: 403 Forbidden' );
|
6 |
header( 'HTTP/1.1 403 Forbidden' );
|
7 |
exit;
|
includes/integrations/class-general.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
// prevent direct file access
|
4 |
-
if( ! defined(
|
5 |
header( 'Status: 403 Forbidden' );
|
6 |
header( 'HTTP/1.1 403 Forbidden' );
|
7 |
exit;
|
@@ -123,7 +123,7 @@ class MC4WP_General_Integration extends MC4WP_Integration {
|
|
123 |
if( ! is_array( $groups ) ) {
|
124 |
$groups = explode( ',', sanitize_text_field( $groups ) );
|
125 |
}
|
126 |
-
|
127 |
$grouping['groups'] = array_map( 'stripslashes', $groups );
|
128 |
|
129 |
// add grouping to array
|
@@ -150,22 +150,24 @@ class MC4WP_General_Integration extends MC4WP_Integration {
|
|
150 |
} else {
|
151 |
$simple_key = str_replace( array( '-', '_' ), '', strtolower( $key ) );
|
152 |
|
153 |
-
if( !
|
|
|
|
|
154 |
// find name field
|
155 |
$merge_vars['NAME'] = $value;
|
156 |
-
} elseif( ! isset( $merge_vars['FNAME'] ) && in_array( $simple_key, array( 'firstname', 'fname',
|
157 |
// find first name field
|
158 |
$merge_vars['FNAME'] = $value;
|
159 |
} elseif( ! isset( $merge_vars['LNAME'] ) && in_array( $simple_key, array( 'lastname', 'lname', 'surname', 'familyname' ) ) ) {
|
160 |
// find last name field
|
161 |
$merge_vars['LNAME'] = $value;
|
162 |
}
|
163 |
-
}
|
164 |
}
|
165 |
|
166 |
// unset groupings if not used
|
167 |
-
if( empty( $merge_vars['GROUPINGS'] ) ) {
|
168 |
-
unset( $merge_vars['GROUPINGS'] );
|
169 |
}
|
170 |
|
171 |
// if email has not been found by the smart field guessing, return false.. Sorry
|
1 |
<?php
|
2 |
|
3 |
// prevent direct file access
|
4 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
5 |
header( 'Status: 403 Forbidden' );
|
6 |
header( 'HTTP/1.1 403 Forbidden' );
|
7 |
exit;
|
123 |
if( ! is_array( $groups ) ) {
|
124 |
$groups = explode( ',', sanitize_text_field( $groups ) );
|
125 |
}
|
126 |
+
|
127 |
$grouping['groups'] = array_map( 'stripslashes', $groups );
|
128 |
|
129 |
// add grouping to array
|
150 |
} else {
|
151 |
$simple_key = str_replace( array( '-', '_' ), '', strtolower( $key ) );
|
152 |
|
153 |
+
if( ! $email && in_array( $simple_key, array( 'email', 'emailaddress' ) ) ) {
|
154 |
+
$email = $value;
|
155 |
+
} elseif( ! isset( $merge_vars['NAME'] ) && in_array( $simple_key, array( 'name', 'yourname', 'username', 'fullname' ) ) ) {
|
156 |
// find name field
|
157 |
$merge_vars['NAME'] = $value;
|
158 |
+
} elseif( ! isset( $merge_vars['FNAME'] ) && in_array( $simple_key, array( 'firstname', 'fname', 'givenname', 'forename' ) ) ) {
|
159 |
// find first name field
|
160 |
$merge_vars['FNAME'] = $value;
|
161 |
} elseif( ! isset( $merge_vars['LNAME'] ) && in_array( $simple_key, array( 'lastname', 'lname', 'surname', 'familyname' ) ) ) {
|
162 |
// find last name field
|
163 |
$merge_vars['LNAME'] = $value;
|
164 |
}
|
165 |
+
}
|
166 |
}
|
167 |
|
168 |
// unset groupings if not used
|
169 |
+
if( empty( $merge_vars['GROUPINGS'] ) ) {
|
170 |
+
unset( $merge_vars['GROUPINGS'] );
|
171 |
}
|
172 |
|
173 |
// if email has not been found by the smart field guessing, return false.. Sorry
|
includes/integrations/class-integration.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
if( ! defined(
|
4 |
header( 'Status: 403 Forbidden' );
|
5 |
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
exit;
|
@@ -158,27 +158,27 @@ abstract class MC4WP_Integration {
|
|
158 |
} else if( in_array( 'default:0', $args['options'] ) ) {
|
159 |
$checked = '';
|
160 |
}
|
161 |
-
|
162 |
-
}
|
163 |
|
164 |
-
|
165 |
|
166 |
-
|
|
|
|
|
167 |
|
168 |
// checkbox
|
169 |
-
$content
|
170 |
$content .= '<label>';
|
171 |
$content .= '<input type="checkbox" name="'. esc_attr( $this->checkbox_name ) .'" value="1" '. $checked . ' /> ';
|
172 |
$content .= $label;
|
173 |
$content .= '</label>';
|
174 |
$content .= '</p>';
|
175 |
|
176 |
-
// honeypot
|
177 |
-
$
|
178 |
-
|
179 |
-
|
180 |
|
181 |
-
return $content;
|
182 |
}
|
183 |
|
184 |
/**
|
@@ -213,15 +213,18 @@ abstract class MC4WP_Integration {
|
|
213 |
|
214 |
|
215 |
/**
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
|
|
|
|
|
|
225 |
|
226 |
$api = mc4wp_get_api();
|
227 |
$opts = $this->get_options();
|
@@ -242,7 +245,7 @@ abstract class MC4WP_Integration {
|
|
242 |
}
|
243 |
|
244 |
// maybe guess first and last name
|
245 |
-
if ( isset( $merge_vars['NAME'] ) && !isset( $merge_vars['FNAME'] ) && !isset( $merge_vars['LNAME'] ) ) {
|
246 |
|
247 |
$strpos = strpos( $merge_vars['NAME'], ' ' );
|
248 |
if ( $strpos !== false ) {
|
@@ -264,11 +267,11 @@ abstract class MC4WP_Integration {
|
|
264 |
* @filter `mc4wp_merge_vars`
|
265 |
* @expects array
|
266 |
* @param array $merge_vars
|
267 |
-
* @param string $
|
268 |
*
|
269 |
* Use this to filter the final merge vars before the request is sent to MailChimp
|
270 |
*/
|
271 |
-
$merge_vars = apply_filters( 'mc4wp_merge_vars', $merge_vars, $
|
272 |
|
273 |
/**
|
274 |
* @filter `mc4wp_merge_vars`
|
@@ -289,7 +292,8 @@ abstract class MC4WP_Integration {
|
|
289 |
do_action( 'mc4wp_before_subscribe', $email, $merge_vars );
|
290 |
|
291 |
foreach( $lists as $list_id ) {
|
292 |
-
$result = $api->subscribe( $list_id, $email, $merge_vars, $email_type, $opts['double_optin'], false, true );
|
|
|
293 |
}
|
294 |
|
295 |
/**
|
@@ -302,25 +306,18 @@ abstract class MC4WP_Integration {
|
|
302 |
*/
|
303 |
do_action( 'mc4wp_after_subscribe', $email, $merge_vars, $result );
|
304 |
|
305 |
-
if ( $result === true ) {
|
306 |
-
|
307 |
-
// TODO: Remove this
|
308 |
-
$from_url = ( isset( $_SERVER['HTTP_REFERER'] ) ) ? sanitize_text_field( $_SERVER['HTTP_REFERER'] ) : '';
|
309 |
-
do_action( 'mc4wp_subscribe_checkbox', $email, $lists, $signup_type, $merge_vars, $comment_id, $from_url );
|
310 |
-
}
|
311 |
-
|
312 |
// check if result succeeded, show debug message to administrators (only in NON-AJAX requests)
|
313 |
if ( $result !== true && $api->has_error() && $this->show_error_messages() ) {
|
314 |
wp_die( '<h3>' . __( 'MailChimp for WordPress - Error', 'mailchimp-for-wp' ) . '</h3>' .
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
}
|
325 |
|
326 |
return $result;
|
1 |
<?php
|
2 |
|
3 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
4 |
header( 'Status: 403 Forbidden' );
|
5 |
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
exit;
|
158 |
} else if( in_array( 'default:0', $args['options'] ) ) {
|
159 |
$checked = '';
|
160 |
}
|
|
|
|
|
161 |
|
162 |
+
}
|
163 |
|
164 |
+
// before checkbox HTML (comment, ...)
|
165 |
+
$before = '<!-- MailChimp for WordPress v'. MC4WP_LITE_VERSION .' - https://mc4wp.com/ -->';
|
166 |
+
$before .= apply_filters( 'mc4wp_before_checkbox', '', $this->type );
|
167 |
|
168 |
// checkbox
|
169 |
+
$content = '<p id="mc4wp-checkbox" class="mc4wp-checkbox-' . $this->type .'">';
|
170 |
$content .= '<label>';
|
171 |
$content .= '<input type="checkbox" name="'. esc_attr( $this->checkbox_name ) .'" value="1" '. $checked . ' /> ';
|
172 |
$content .= $label;
|
173 |
$content .= '</label>';
|
174 |
$content .= '</p>';
|
175 |
|
176 |
+
// after checkbox HTML (..., honeypot, closing comment)
|
177 |
+
$after = apply_filters( 'mc4wp_after_checkbox', '', $this->type );
|
178 |
+
$after .= '<textarea name="_mc4wp_required_but_not_really" style="display: none !important;"></textarea>';
|
179 |
+
$after .= '<!-- / MailChimp for WordPress -->';
|
180 |
|
181 |
+
return $before . $content . $after;
|
182 |
}
|
183 |
|
184 |
/**
|
213 |
|
214 |
|
215 |
/**
|
216 |
+
* Makes a subscription request
|
217 |
+
*
|
218 |
+
* @param string $email
|
219 |
+
* @param array $merge_vars
|
220 |
+
* @param string $type
|
221 |
+
* @param null $related_object_id
|
222 |
+
*
|
223 |
+
* @return bool
|
224 |
+
*/
|
225 |
+
protected function subscribe( $email, array $merge_vars = array(), $type = '', $related_object_id = null ) {
|
226 |
+
|
227 |
+
$type = ( '' !== $type ) ? $type : $this->type;
|
228 |
|
229 |
$api = mc4wp_get_api();
|
230 |
$opts = $this->get_options();
|
245 |
}
|
246 |
|
247 |
// maybe guess first and last name
|
248 |
+
if ( isset( $merge_vars['NAME'] ) && ! isset( $merge_vars['FNAME'] ) && ! isset( $merge_vars['LNAME'] ) ) {
|
249 |
|
250 |
$strpos = strpos( $merge_vars['NAME'], ' ' );
|
251 |
if ( $strpos !== false ) {
|
267 |
* @filter `mc4wp_merge_vars`
|
268 |
* @expects array
|
269 |
* @param array $merge_vars
|
270 |
+
* @param string $type
|
271 |
*
|
272 |
* Use this to filter the final merge vars before the request is sent to MailChimp
|
273 |
*/
|
274 |
+
$merge_vars = apply_filters( 'mc4wp_merge_vars', $merge_vars, $type );
|
275 |
|
276 |
/**
|
277 |
* @filter `mc4wp_merge_vars`
|
292 |
do_action( 'mc4wp_before_subscribe', $email, $merge_vars );
|
293 |
|
294 |
foreach( $lists as $list_id ) {
|
295 |
+
$result = $api->subscribe( $list_id, $email, $merge_vars, $email_type, $opts['double_optin'], false, true, $opts['send_welcome'] );
|
296 |
+
do_action( 'mc4wp_subscribe', $email, $list_id, $merge_vars, $result, 'checkbox', $type, $related_object_id );
|
297 |
}
|
298 |
|
299 |
/**
|
306 |
*/
|
307 |
do_action( 'mc4wp_after_subscribe', $email, $merge_vars, $result );
|
308 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
// check if result succeeded, show debug message to administrators (only in NON-AJAX requests)
|
310 |
if ( $result !== true && $api->has_error() && $this->show_error_messages() ) {
|
311 |
wp_die( '<h3>' . __( 'MailChimp for WordPress - Error', 'mailchimp-for-wp' ) . '</h3>' .
|
312 |
+
'<p>' . __( 'The MailChimp server returned the following error message as a response to our sign-up request:', 'mailchimp-for-wp' ) . '</p>' .
|
313 |
+
'<pre>' . $api->get_error_message() . '</pre>' .
|
314 |
+
'<p>' . __( 'This is the data that was sent to MailChimp:', 'mailchimp-for-wp' ) . '</p>' .
|
315 |
+
'<strong>' . __( 'Email address:', 'mailchimp-for-wp' ) . '</strong>' .
|
316 |
+
'<pre>' . esc_html( $email ) . '</pre>' .
|
317 |
+
'<strong>' . __( 'Merge variables:', 'mailchimp-for-wp' ) . '</strong>' .
|
318 |
+
'<pre>' . esc_html( print_r( $merge_vars, true ) ) . '</pre>' .
|
319 |
+
'<p style="font-style:italic; font-size:12px;">' . __( 'This message is only visible to administrators for debugging purposes.', 'mailchimp-for-wp' ) . '</p>',
|
320 |
+
__( 'MailChimp for WordPress - Error', 'mailchimp-for-wp' ), array( 'back_link' => true ) );
|
321 |
}
|
322 |
|
323 |
return $result;
|
includes/integrations/class-multisite.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
// prevent direct file access
|
4 |
-
if( ! defined(
|
5 |
header( 'Status: 403 Forbidden' );
|
6 |
header( 'HTTP/1.1 403 Forbidden' );
|
7 |
exit;
|
@@ -38,7 +38,7 @@ class MC4WP_MultiSite_Integration extends MC4WP_Integration {
|
|
38 |
* @param int $user_id
|
39 |
* @return boolean
|
40 |
*/
|
41 |
-
public function on_multisite_blog_signup( $blog_id, $user_id, $a, $b
|
42 |
// was sign-up checkbox checked?
|
43 |
if ( ! isset( $meta['_mc4wp_subscribe'] ) || $meta['_mc4wp_subscribe'] !== 1 ) {
|
44 |
return false;
|
@@ -55,7 +55,7 @@ class MC4WP_MultiSite_Integration extends MC4WP_Integration {
|
|
55 |
* @param array $meta
|
56 |
* @return boolean
|
57 |
*/
|
58 |
-
public function on_multisite_user_signup( $user_id, $password =
|
59 |
// abandon if sign-up checkbox was not checked
|
60 |
if ( ! isset( $meta['_mc4wp_subscribe'] ) || $meta['_mc4wp_subscribe'] !== 1 ) {
|
61 |
return false;
|
@@ -66,7 +66,7 @@ class MC4WP_MultiSite_Integration extends MC4WP_Integration {
|
|
66 |
|
67 |
/**
|
68 |
* Add user meta from Multisite sign-ups to store the checkbox value
|
69 |
-
*
|
70 |
* @param array $meta
|
71 |
* @return array
|
72 |
*/
|
@@ -91,7 +91,7 @@ class MC4WP_MultiSite_Integration extends MC4WP_Integration {
|
|
91 |
$merge_vars = array(
|
92 |
'NAME' => $user->first_name . ' ' . $user->last_name,
|
93 |
'FNAME' => $user->first_name,
|
94 |
-
'LNAME' => $user->last_name
|
95 |
);
|
96 |
|
97 |
return $this->subscribe( $email, $merge_vars, 'multisite_registration' );
|
1 |
<?php
|
2 |
|
3 |
// prevent direct file access
|
4 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
5 |
header( 'Status: 403 Forbidden' );
|
6 |
header( 'HTTP/1.1 403 Forbidden' );
|
7 |
exit;
|
38 |
* @param int $user_id
|
39 |
* @return boolean
|
40 |
*/
|
41 |
+
public function on_multisite_blog_signup( $blog_id, $user_id, $a, $b, $meta = null ) {
|
42 |
// was sign-up checkbox checked?
|
43 |
if ( ! isset( $meta['_mc4wp_subscribe'] ) || $meta['_mc4wp_subscribe'] !== 1 ) {
|
44 |
return false;
|
55 |
* @param array $meta
|
56 |
* @return boolean
|
57 |
*/
|
58 |
+
public function on_multisite_user_signup( $user_id, $password = null, $meta = array() ) {
|
59 |
// abandon if sign-up checkbox was not checked
|
60 |
if ( ! isset( $meta['_mc4wp_subscribe'] ) || $meta['_mc4wp_subscribe'] !== 1 ) {
|
61 |
return false;
|
66 |
|
67 |
/**
|
68 |
* Add user meta from Multisite sign-ups to store the checkbox value
|
69 |
+
*
|
70 |
* @param array $meta
|
71 |
* @return array
|
72 |
*/
|
91 |
$merge_vars = array(
|
92 |
'NAME' => $user->first_name . ' ' . $user->last_name,
|
93 |
'FNAME' => $user->first_name,
|
94 |
+
'LNAME' => $user->last_name,
|
95 |
);
|
96 |
|
97 |
return $this->subscribe( $email, $merge_vars, 'multisite_registration' );
|
includes/integrations/class-registration-form.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
// prevent direct file access
|
4 |
-
if( ! defined(
|
5 |
header( 'Status: 403 Forbidden' );
|
6 |
header( 'HTTP/1.1 403 Forbidden' );
|
7 |
exit;
|
@@ -39,7 +39,7 @@ class MC4WP_Registration_Form_Integration extends MC4WP_Integration {
|
|
39 |
}
|
40 |
|
41 |
// was sign-up checkbox checked?
|
42 |
-
if ( $this->checkbox_was_checked() === false ) {
|
43 |
return false;
|
44 |
}
|
45 |
|
@@ -48,23 +48,23 @@ class MC4WP_Registration_Form_Integration extends MC4WP_Integration {
|
|
48 |
|
49 |
// was a user found with the given ID?
|
50 |
if ( ! is_object( $user ) || ! isset( $user->user_email ) ) {
|
51 |
-
return false;
|
52 |
}
|
53 |
|
54 |
$email = $user->user_email;
|
55 |
$merge_vars = array( 'NAME' => $user->user_login );
|
56 |
|
57 |
// try to add first name
|
58 |
-
if ( isset( $user->first_name ) && !empty( $user->first_name ) ) {
|
59 |
$merge_vars['FNAME'] = $user->first_name;
|
60 |
}
|
61 |
|
62 |
// try to add last name
|
63 |
-
if ( isset( $user->last_name ) && !empty( $user->last_name ) ) {
|
64 |
$merge_vars['LNAME'] = $user->last_name;
|
65 |
}
|
66 |
|
67 |
-
return $this->subscribe( $email, $merge_vars, $this->type );
|
68 |
}
|
69 |
/* End registration form functions */
|
70 |
|
1 |
<?php
|
2 |
|
3 |
// prevent direct file access
|
4 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
5 |
header( 'Status: 403 Forbidden' );
|
6 |
header( 'HTTP/1.1 403 Forbidden' );
|
7 |
exit;
|
39 |
}
|
40 |
|
41 |
// was sign-up checkbox checked?
|
42 |
+
if ( $this->checkbox_was_checked() === false ) {
|
43 |
return false;
|
44 |
}
|
45 |
|
48 |
|
49 |
// was a user found with the given ID?
|
50 |
if ( ! is_object( $user ) || ! isset( $user->user_email ) ) {
|
51 |
+
return false;
|
52 |
}
|
53 |
|
54 |
$email = $user->user_email;
|
55 |
$merge_vars = array( 'NAME' => $user->user_login );
|
56 |
|
57 |
// try to add first name
|
58 |
+
if ( isset( $user->first_name ) && ! empty( $user->first_name ) ) {
|
59 |
$merge_vars['FNAME'] = $user->first_name;
|
60 |
}
|
61 |
|
62 |
// try to add last name
|
63 |
+
if ( isset( $user->last_name ) && ! empty( $user->last_name ) ) {
|
64 |
$merge_vars['LNAME'] = $user->last_name;
|
65 |
}
|
66 |
|
67 |
+
return $this->subscribe( $email, $merge_vars, $this->type, $user_id );
|
68 |
}
|
69 |
/* End registration form functions */
|
70 |
|
includes/integrations/class-woocommerce.php
CHANGED
@@ -24,7 +24,7 @@ class MC4WP_WooCommerce_Integration extends MC4WP_Integration {
|
|
24 |
add_filter( 'woocommerce_checkout_fields', array( $this, 'add_checkout_field' ), 20 );
|
25 |
|
26 |
add_action( 'woocommerce_checkout_update_order_meta', array( $this, 'save_woocommerce_checkout_checkbox_value' ) );
|
27 |
-
add_action( '
|
28 |
}
|
29 |
|
30 |
/**
|
@@ -70,7 +70,7 @@ class MC4WP_WooCommerce_Integration extends MC4WP_Integration {
|
|
70 |
public function subscribe_from_woocommerce_checkout( $order_id ) {
|
71 |
|
72 |
$do_optin = get_post_meta( $order_id, '_mc4wp_optin', true );
|
73 |
-
|
74 |
if( $do_optin ) {
|
75 |
|
76 |
$order = new WC_Order( $order_id );
|
@@ -78,11 +78,10 @@ class MC4WP_WooCommerce_Integration extends MC4WP_Integration {
|
|
78 |
$merge_vars = array(
|
79 |
'NAME' => "{$order->billing_first_name} {$order->billing_last_name}",
|
80 |
'FNAME' => $order->billing_first_name,
|
81 |
-
'LNAME' => $order->billing_last_name
|
82 |
-
|
83 |
);
|
84 |
|
85 |
-
return $this->subscribe( $email, $merge_vars, $this->type );
|
86 |
}
|
87 |
|
88 |
return false;
|
24 |
add_filter( 'woocommerce_checkout_fields', array( $this, 'add_checkout_field' ), 20 );
|
25 |
|
26 |
add_action( 'woocommerce_checkout_update_order_meta', array( $this, 'save_woocommerce_checkout_checkbox_value' ) );
|
27 |
+
add_action( 'woocommerce_checkout_order_processed', array( $this, 'subscribe_from_woocommerce_checkout' ) );
|
28 |
}
|
29 |
|
30 |
/**
|
70 |
public function subscribe_from_woocommerce_checkout( $order_id ) {
|
71 |
|
72 |
$do_optin = get_post_meta( $order_id, '_mc4wp_optin', true );
|
73 |
+
|
74 |
if( $do_optin ) {
|
75 |
|
76 |
$order = new WC_Order( $order_id );
|
78 |
$merge_vars = array(
|
79 |
'NAME' => "{$order->billing_first_name} {$order->billing_last_name}",
|
80 |
'FNAME' => $order->billing_first_name,
|
81 |
+
'LNAME' => $order->billing_last_name,
|
|
|
82 |
);
|
83 |
|
84 |
+
return $this->subscribe( $email, $merge_vars, $this->type, $order_id );
|
85 |
}
|
86 |
|
87 |
return false;
|
includes/views/api-settings.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
<?php
|
2 |
|
3 |
-
if( ! defined(
|
4 |
header( 'Status: 403 Forbidden' );
|
5 |
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
exit;
|
@@ -31,8 +31,8 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
31 |
<tr valign="top">
|
32 |
<th scope="row"><label for="mailchimp_api_key">MailChimp <?php _e( 'API Key', 'mailchimp-for-wp' ); ?></label></th>
|
33 |
<td>
|
34 |
-
<input type="text" class="widefat" placeholder="<?php _e( 'Your MailChimp API key', 'mailchimp-for-wp' ); ?>" id="mailchimp_api_key" name="mc4wp_lite[api_key]" value="<?php echo $opts['api_key']; ?>" />
|
35 |
-
<p class="help"><a target="_blank" href="
|
36 |
</td>
|
37 |
|
38 |
</tr>
|
@@ -66,7 +66,7 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
66 |
</tr>
|
67 |
</thead>
|
68 |
<tbody>
|
69 |
-
<?php
|
70 |
if( ! empty( $lists ) && is_array( $lists ) ) {
|
71 |
foreach($lists as $list) { ?>
|
72 |
|
@@ -78,13 +78,13 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
78 |
<?php if( ! empty( $list->merge_vars ) && is_array( $list->merge_vars ) ) { ?>
|
79 |
<ul class="ul-square" style="margin-top: 0;">
|
80 |
<?php foreach( $list->merge_vars as $merge_var ) { ?>
|
81 |
-
<li><?php echo esc_html( $merge_var->name ); if( $merge_var->req ) echo '<span style="color:red;">*</span>'; ?> <code><?php echo esc_html( $merge_var->tag ); ?></code></li>
|
82 |
<?php } ?>
|
83 |
</ul>
|
84 |
<?php } ?>
|
85 |
</td>
|
86 |
<td>
|
87 |
-
<?php
|
88 |
if( ! empty( $list->interest_groupings ) && is_array( $list->interest_groupings ) ) {
|
89 |
foreach($list->interest_groupings as $grouping) { ?>
|
90 |
<strong><?php echo esc_html( $grouping->name ); ?></strong>
|
@@ -97,23 +97,23 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
97 |
</ul>
|
98 |
<?php } ?>
|
99 |
<?php }
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
|
104 |
</td>
|
105 |
<td class="mc4wp-hide-smallscreens"><?php echo esc_html( $list->subscriber_count ); ?></td>
|
106 |
</tr>
|
107 |
-
<?php
|
108 |
-
}
|
109 |
} else { ?>
|
110 |
<tr>
|
111 |
<td colspan="5">
|
112 |
<p><?php _e( 'No lists were found in your MailChimp account', 'mailchimp-for-wp' ); ?>.</p>
|
113 |
</td>
|
114 |
</tr>
|
115 |
-
<?php
|
116 |
-
}
|
117 |
?>
|
118 |
</tbody>
|
119 |
</table>
|
1 |
+
<?php
|
2 |
|
3 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
4 |
header( 'Status: 403 Forbidden' );
|
5 |
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
exit;
|
31 |
<tr valign="top">
|
32 |
<th scope="row"><label for="mailchimp_api_key">MailChimp <?php _e( 'API Key', 'mailchimp-for-wp' ); ?></label></th>
|
33 |
<td>
|
34 |
+
<input type="text" class="widefat" placeholder="<?php _e( 'Your MailChimp API key', 'mailchimp-for-wp' ); ?>" id="mailchimp_api_key" name="mc4wp_lite[api_key]" value="<?php echo esc_attr( $opts['api_key'] ); ?>" />
|
35 |
+
<p class="help"><a target="_blank" href="https://admin.mailchimp.com/account/api"><?php _e( 'Get your API key here.', 'mailchimp-for-wp' ); ?></a></p>
|
36 |
</td>
|
37 |
|
38 |
</tr>
|
66 |
</tr>
|
67 |
</thead>
|
68 |
<tbody>
|
69 |
+
<?php
|
70 |
if( ! empty( $lists ) && is_array( $lists ) ) {
|
71 |
foreach($lists as $list) { ?>
|
72 |
|
78 |
<?php if( ! empty( $list->merge_vars ) && is_array( $list->merge_vars ) ) { ?>
|
79 |
<ul class="ul-square" style="margin-top: 0;">
|
80 |
<?php foreach( $list->merge_vars as $merge_var ) { ?>
|
81 |
+
<li><?php echo esc_html( $merge_var->name ); if( $merge_var->req ) { echo '<span style="color:red;">*</span>'; } ?> <code><?php echo esc_html( $merge_var->tag ); ?></code></li>
|
82 |
<?php } ?>
|
83 |
</ul>
|
84 |
<?php } ?>
|
85 |
</td>
|
86 |
<td>
|
87 |
+
<?php
|
88 |
if( ! empty( $list->interest_groupings ) && is_array( $list->interest_groupings ) ) {
|
89 |
foreach($list->interest_groupings as $grouping) { ?>
|
90 |
<strong><?php echo esc_html( $grouping->name ); ?></strong>
|
97 |
</ul>
|
98 |
<?php } ?>
|
99 |
<?php }
|
100 |
+
} else {
|
101 |
+
?>-<?php
|
102 |
+
} ?>
|
103 |
|
104 |
</td>
|
105 |
<td class="mc4wp-hide-smallscreens"><?php echo esc_html( $list->subscriber_count ); ?></td>
|
106 |
</tr>
|
107 |
+
<?php
|
108 |
+
}
|
109 |
} else { ?>
|
110 |
<tr>
|
111 |
<td colspan="5">
|
112 |
<p><?php _e( 'No lists were found in your MailChimp account', 'mailchimp-for-wp' ); ?>.</p>
|
113 |
</td>
|
114 |
</tr>
|
115 |
+
<?php
|
116 |
+
}
|
117 |
?>
|
118 |
</tbody>
|
119 |
</table>
|
includes/views/checkbox-settings.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
@@ -32,16 +32,16 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
32 |
|
33 |
<?php // loop through lists
|
34 |
if( ! $lists || empty( $lists ) ) {
|
35 |
-
?><td colspan="2"><?php printf( __( 'No lists found, %
|
36 |
} else { ?>
|
37 |
<td class="nowrap">
|
38 |
<?php foreach( $lists as $list ) {
|
39 |
-
?><label><input type="checkbox" name="mc4wp_lite_checkbox[lists][<?php echo esc_attr( $list->id ); ?>]" value="<?php echo esc_attr($list->id); ?>" <?php checked( array_key_exists( $list->id, $opts['lists'] ), true ); ?>> <?php echo esc_html( $list->name ); ?></label><br /><?php
|
40 |
-
|
41 |
</td>
|
42 |
<td class="desc"><?php _e( 'Select the list(s) to which people who check the checkbox should be subscribed.' ,'mailchimp-for-wp' ); ?></td>
|
43 |
-
<?php
|
44 |
-
}
|
45 |
?>
|
46 |
</tr>
|
47 |
<tr valign="top">
|
@@ -73,7 +73,7 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
73 |
} else {
|
74 |
?><label class="pro-feature"><input type="checkbox" disabled> <?php echo esc_html( $name ); ?></label><br /><?php
|
75 |
}
|
76 |
-
|
77 |
</td>
|
78 |
<td class="desc">
|
79 |
<?php _e( 'Selecting a form will automatically add the sign-up checkbox to it.', 'mailchimp-for-wp' ); ?>
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
32 |
|
33 |
<?php // loop through lists
|
34 |
if( ! $lists || empty( $lists ) ) {
|
35 |
+
?><td colspan="2"><?php printf( __( 'No lists found, <a href="%s">are you connected to MailChimp</a>?', 'mailchimp-for-wp' ), admin_url( 'admin.php?page=mailchimp-for-wp' ) ); ?></td><?php
|
36 |
} else { ?>
|
37 |
<td class="nowrap">
|
38 |
<?php foreach( $lists as $list ) {
|
39 |
+
?><label><input type="checkbox" name="mc4wp_lite_checkbox[lists][<?php echo esc_attr( $list->id ); ?>]" value="<?php echo esc_attr( $list->id ); ?>" <?php checked( array_key_exists( $list->id, $opts['lists'] ), true ); ?>> <?php echo esc_html( $list->name ); ?></label><br /><?php
|
40 |
+
} ?>
|
41 |
</td>
|
42 |
<td class="desc"><?php _e( 'Select the list(s) to which people who check the checkbox should be subscribed.' ,'mailchimp-for-wp' ); ?></td>
|
43 |
+
<?php
|
44 |
+
}
|
45 |
?>
|
46 |
</tr>
|
47 |
<tr valign="top">
|
73 |
} else {
|
74 |
?><label class="pro-feature"><input type="checkbox" disabled> <?php echo esc_html( $name ); ?></label><br /><?php
|
75 |
}
|
76 |
+
} ?>
|
77 |
</td>
|
78 |
<td class="desc">
|
79 |
<?php _e( 'Selecting a form will automatically add the sign-up checkbox to it.', 'mailchimp-for-wp' ); ?>
|
includes/views/form-settings.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
@@ -24,15 +24,15 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
24 |
<th scope="row"><label for="mc4wp_load_stylesheet_select"><?php _e( 'Load form styles (CSS)?' ,'mailchimp-for-wp' ); ?></label></th>
|
25 |
<td class="nowrap valigntop">
|
26 |
<select name="mc4wp_lite_form[css]" id="mc4wp_load_stylesheet_select">
|
27 |
-
<option value="0" <?php selected($opts['css'], 0); ?>><?php _e( 'No', 'mailchimp-for-wp' ); ?></option>
|
28 |
-
<option value="default" <?php selected($opts['css'], 'default'); ?><?php selected($opts['css'], 1); ?>><?php _e( 'Yes, load basic form styles', 'mailchimp-for-wp' ); ?></option>
|
29 |
<option disabled><?php _e( '(PRO ONLY)', 'mailchimp-for-wp' ); ?> <?php _e( 'Yes, load my custom form styles', 'mailchimp-for-wp' ); ?></option>
|
30 |
<optgroup label="<?php _e( 'Yes, load default form theme', 'mailchimp-for-wp' ); ?>">
|
31 |
-
<option value="light" <?php selected($opts['css'], 'light'); ?>><?php _e( 'Light Theme', 'mailchimp-for-wp' ); ?></option>
|
32 |
-
<option value="red" <?php selected($opts['css'], 'red'); ?>><?php _e( 'Red Theme', 'mailchimp-for-wp' ); ?></option>
|
33 |
-
<option value="green" <?php selected($opts['css'], 'green'); ?>><?php _e( 'Green Theme', 'mailchimp-for-wp' ); ?></option>
|
34 |
-
<option value="blue" <?php selected($opts['css'], 'blue'); ?>><?php _e( 'Blue Theme', 'mailchimp-for-wp' ); ?></option>
|
35 |
-
<option value="dark" <?php selected($opts['css'], 'dark'); ?>><?php _e( 'Dark Theme', 'mailchimp-for-wp' ); ?></option>
|
36 |
<option disabled><?php _e( '(PRO ONLY)', 'mailchimp-for-wp' ); ?> <?php _e( 'Custom Color Theme', 'mailchimp-for-wp' ); ?></option>
|
37 |
</optgroup>
|
38 |
</select>
|
@@ -45,7 +45,7 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
45 |
<th scope="row"><?php _e( 'Lists this form subscribes to', 'mailchimp-for-wp' ); ?></th>
|
46 |
<?php // loop through lists
|
47 |
if( empty( $lists ) ) {
|
48 |
-
?><td colspan="2"><?php printf( __( 'No lists found, %
|
49 |
} else { ?>
|
50 |
<td>
|
51 |
|
@@ -53,7 +53,7 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
53 |
<?php foreach($lists as $list) { ?>
|
54 |
<li>
|
55 |
<label>
|
56 |
-
<input type="checkbox" name="mc4wp_lite_form[lists][<?php echo esc_attr( $list->id ); ?>]" value="<?php echo esc_attr( $list->id ); ?>" <?php if(array_key_exists($list->id, $opts['lists'])) echo 'checked="checked"'; ?>> <?php echo esc_html( $list->name ); ?>
|
57 |
</label>
|
58 |
</li>
|
59 |
<?php } ?>
|
@@ -68,24 +68,11 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
68 |
<td colspan="3">
|
69 |
<h4><?php _e( 'Form mark-up', 'mailchimp-for-wp' ); ?></h4>
|
70 |
|
71 |
-
<?php if ( ! empty( $missing_form_fields ) ) {
|
72 |
-
|
73 |
-
?><p class="mc4wp-notice missing-form-fields"><?php
|
74 |
-
|
75 |
-
echo __( 'Your form is missing the following (required) form fields:', 'mailchimp-for-wp') . ' <br /><br />';
|
76 |
-
|
77 |
-
foreach( $missing_form_fields as $missing_field ) {
|
78 |
-
echo '- ' . $missing_field . '<br />';
|
79 |
-
}
|
80 |
-
?></p><?php
|
81 |
-
|
82 |
-
} ?>
|
83 |
-
|
84 |
<div class="mc4wp-wrapper">
|
85 |
<div class="mc4wp-col mc4wp-first">
|
86 |
-
<?php
|
87 |
if( function_exists( 'wp_editor' ) ) {
|
88 |
-
wp_editor( esc_textarea( $opts['markup'] ), 'mc4wpformmarkup', array( 'tinymce' => false, 'media_buttons' => true, 'textarea_name' => 'mc4wp_lite_form[markup]'));
|
89 |
} else {
|
90 |
?><textarea class="widefat" cols="160" rows="20" id="mc4wpformmarkup" name="mc4wp_lite_form[markup]"><?php echo esc_textarea( $opts['markup'] ); ?></textarea><?php
|
91 |
} ?>
|
@@ -98,10 +85,16 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
98 |
</div>
|
99 |
</td>
|
100 |
</tr>
|
101 |
-
|
102 |
</table>
|
103 |
|
104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
|
106 |
<h3 class="mc4wp-title"><?php _e( 'MailChimp Settings', 'mailchimp-for-wp' ); ?></h3>
|
107 |
<table class="form-table">
|
@@ -113,19 +106,24 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
113 |
<?php _e( 'Yes', 'mailchimp-for-wp' ); ?>
|
114 |
</label>
|
115 |
<label>
|
116 |
-
<input type="radio" name="mc4wp_lite_form[double_optin]" value="0" <?php checked( $opts['double_optin'], 0); ?> />
|
117 |
<?php _e( 'No', 'mailchimp-for-wp' ); ?>
|
118 |
</label>
|
119 |
</td>
|
120 |
<td class="desc"><?php _e( 'Select "yes" if you want people to confirm their email address before being subscribed (recommended)', 'mailchimp-for-wp' ); ?></td>
|
121 |
</tr>
|
122 |
-
|
|
|
123 |
<th scope="row"><?php _e( 'Send Welcome Email?', 'mailchimp-for-wp' ); ?></th>
|
124 |
<td class="nowrap">
|
125 |
-
<
|
126 |
-
|
127 |
-
|
128 |
-
|
|
|
|
|
|
|
|
|
129 |
</td>
|
130 |
<td class="desc"><?php _e( 'Select "yes" if you want to send your lists Welcome Email if a subscribe succeeds (only when double opt-in is disabled).' ,'mailchimp-for-wp' ); ?></td>
|
131 |
</tr>
|
@@ -133,7 +131,7 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
133 |
<th scope="row"><?php _e( 'Update existing subscribers?', 'mailchimp-for-wp' ); ?></th>
|
134 |
<td class="nowrap">
|
135 |
<input type="radio" readonly />
|
136 |
-
<label><?php _e(
|
137 |
<input type="radio" checked readonly />
|
138 |
<label><?php _e( 'No', 'mailchimp-for-wp' ); ?></label>
|
139 |
</td>
|
@@ -144,14 +142,14 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
144 |
<td class="nowrap">
|
145 |
<label>
|
146 |
<input type="radio" checked readonly />
|
147 |
-
<?php _e(
|
148 |
</label>
|
149 |
<label>
|
150 |
<input type="radio" readonly />
|
151 |
-
<?php _e(
|
152 |
</label>
|
153 |
</td>
|
154 |
-
<td class="desc"><?php _e( 'Select "yes" if you want to replace the interest groups with the groups provided instead of adding the provided groups to the member\'s interest groups (only when updating a subscriber).', 'mailchimp-for-wp'); ?></td>
|
155 |
</tr>
|
156 |
</table>
|
157 |
|
@@ -163,11 +161,11 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
163 |
<td class="nowrap">
|
164 |
<label>
|
165 |
<input type="radio" disabled />
|
166 |
-
<?php _e(
|
167 |
</label>
|
168 |
<label>
|
169 |
<input type="radio" checked disabled />
|
170 |
-
<?php _e(
|
171 |
</label>
|
172 |
</td>
|
173 |
<td class="desc"><?php _e( 'Select "yes" if you want to use AJAX (JavaScript) to submit forms.', 'mailchimp-for-wp' ); ?> <a href="https://mc4wp.com/demo/#utm_source=lite-plugin&utm_medium=link&utm_campaign=settings-demo-link">(demo)</a></td>
|
@@ -177,7 +175,7 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
177 |
<td class="nowrap">
|
178 |
<label>
|
179 |
<input type="radio" name="mc4wp_lite_form[hide_after_success]" value="1" <?php checked( $opts['hide_after_success'], 1 ); ?> />
|
180 |
-
<?php _e( 'Yes', 'mailchimp-for-wp'); ?>
|
181 |
</label>
|
182 |
<label>
|
183 |
<input type="radio" name="mc4wp_lite_form[hide_after_success]" value="0" <?php checked( $opts['hide_after_success'], 0 ); ?> />
|
@@ -189,8 +187,8 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
189 |
<tr valign="top">
|
190 |
<th scope="row"><label for="mc4wp_form_redirect"><?php _e( 'Redirect to URL after successful sign-ups', 'mailchimp-for-wp' ); ?></label></th>
|
191 |
<td colspan="2">
|
192 |
-
<input type="text" class="widefat" name="mc4wp_lite_form[redirect]" id="mc4wp_form_redirect" placeholder="<?php printf( __( 'Example: %s', 'mailchimp-for-wp' ), esc_url( site_url('/thank-you/' ) ) ); ?>" value="<?php echo esc_url( $opts['redirect'] ); ?>" />
|
193 |
-
<p class="help"><?php _e( 'Leave empty
|
194 |
</td>
|
195 |
</tr>
|
196 |
<tr valign="top">
|
@@ -238,12 +236,12 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
238 |
<div class="mc4wp-box" id="mc4wp-info-tabs">
|
239 |
<h3 class="mc4wp-title"><?php _e( 'Building your sign-up form', 'mailchimp-for-wp' ); ?></h3>
|
240 |
<p><?php printf( __( 'At a minimum, your form should include just an %s field and a submit button.', 'mailchimp-for-wp' ), '<strong>EMAIL</strong>' ); ?></p>
|
241 |
-
<p><?php _e( 'Add more form fields if your selected lists require more fields. Field names should match the field tags of the selected lists. Use the "Add a new field" tool to have the HTML generated for you.', 'mailchimp-for-wp'); ?></p>
|
242 |
|
243 |
<h3 class="mc4wp-title"><?php _e( 'Form Styling', 'mailchimp-for-wp' ); ?></h3>
|
244 |
<p><?php printf( __( 'Alter the visual appearance of the form by applying CSS rules to %s.', 'mailchimp-for-wp' ), '<b>.mc4wp-form</b>' ); ?></p>
|
245 |
-
<p><?php printf( __( 'You can add the CSS rules to your theme stylesheet using the <a href="%s">Theme Editor</a> or by editing %s over FTP. Alternatively, use a plugin like %s', 'mailchimp-for-wp' ), admin_url('theme-editor.php?file=style.css'), '<em>' . get_stylesheet_directory() . '/style.css</em>', '<a href="https://wordpress.org/plugins/simple-custom-css/">Simple Custom CSS</a>' ); ?>.</p>
|
246 |
-
<p><?php printf( __( 'The <a href="%s" target="_blank">plugin FAQ</a> lists the various CSS selectors you can use to target the different form elements.', 'mailchimp-for-wp' ), '
|
247 |
<p><?php printf( __( 'If you need an easier way to style your forms, <a href="%s">upgrade to MailChimp for WordPress Pro</a>. It comes with a "Styles Builder" that lets you customize form styles without writing any code.', 'mailchimp-for-wp' ), 'https://mc4wp.com/' ); ?></p>
|
248 |
|
249 |
<h3 class="mc4wp-title"><?php _e( 'Form variables', 'mailchimp-for-wp' ); ?></h3>
|
@@ -280,11 +278,11 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
280 |
</tr>
|
281 |
<tr>
|
282 |
<th>{date}</th>
|
283 |
-
<td><?php printf( __( 'Replaced with the current date (yyyy/mm/dd eg: %s)', 'mailchimp-for-wp' ), '<em>' . date(
|
284 |
</tr>
|
285 |
<tr>
|
286 |
<th>{time}</th>
|
287 |
-
<td><?php printf( __( 'Replaced with the current time (hh:mm:ss eg: %s)', 'mailchimp-for-wp' ), '<em>' . date(
|
288 |
</tr>
|
289 |
<tr>
|
290 |
<th>{user_email}</th>
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
24 |
<th scope="row"><label for="mc4wp_load_stylesheet_select"><?php _e( 'Load form styles (CSS)?' ,'mailchimp-for-wp' ); ?></label></th>
|
25 |
<td class="nowrap valigntop">
|
26 |
<select name="mc4wp_lite_form[css]" id="mc4wp_load_stylesheet_select">
|
27 |
+
<option value="0" <?php selected( $opts['css'], 0 ); ?>><?php _e( 'No', 'mailchimp-for-wp' ); ?></option>
|
28 |
+
<option value="default" <?php selected( $opts['css'], 'default' ); ?><?php selected( $opts['css'], 1 ); ?>><?php _e( 'Yes, load basic form styles', 'mailchimp-for-wp' ); ?></option>
|
29 |
<option disabled><?php _e( '(PRO ONLY)', 'mailchimp-for-wp' ); ?> <?php _e( 'Yes, load my custom form styles', 'mailchimp-for-wp' ); ?></option>
|
30 |
<optgroup label="<?php _e( 'Yes, load default form theme', 'mailchimp-for-wp' ); ?>">
|
31 |
+
<option value="light" <?php selected( $opts['css'], 'light' ); ?>><?php _e( 'Light Theme', 'mailchimp-for-wp' ); ?></option>
|
32 |
+
<option value="red" <?php selected( $opts['css'], 'red' ); ?>><?php _e( 'Red Theme', 'mailchimp-for-wp' ); ?></option>
|
33 |
+
<option value="green" <?php selected( $opts['css'], 'green' ); ?>><?php _e( 'Green Theme', 'mailchimp-for-wp' ); ?></option>
|
34 |
+
<option value="blue" <?php selected( $opts['css'], 'blue' ); ?>><?php _e( 'Blue Theme', 'mailchimp-for-wp' ); ?></option>
|
35 |
+
<option value="dark" <?php selected( $opts['css'], 'dark' ); ?>><?php _e( 'Dark Theme', 'mailchimp-for-wp' ); ?></option>
|
36 |
<option disabled><?php _e( '(PRO ONLY)', 'mailchimp-for-wp' ); ?> <?php _e( 'Custom Color Theme', 'mailchimp-for-wp' ); ?></option>
|
37 |
</optgroup>
|
38 |
</select>
|
45 |
<th scope="row"><?php _e( 'Lists this form subscribes to', 'mailchimp-for-wp' ); ?></th>
|
46 |
<?php // loop through lists
|
47 |
if( empty( $lists ) ) {
|
48 |
+
?><td colspan="2"><?php printf( __( 'No lists found, <a href="%s">are you connected to MailChimp</a>?', 'mailchimp-for-wp' ), admin_url( 'admin.php?page=mailchimp-for-wp' ) ); ?></td><?php
|
49 |
} else { ?>
|
50 |
<td>
|
51 |
|
53 |
<?php foreach($lists as $list) { ?>
|
54 |
<li>
|
55 |
<label>
|
56 |
+
<input type="checkbox" name="mc4wp_lite_form[lists][<?php echo esc_attr( $list->id ); ?>]" value="<?php echo esc_attr( $list->id ); ?>" <?php if(array_key_exists( $list->id, $opts['lists'] )) { echo 'checked="checked"'; } ?>> <?php echo esc_html( $list->name ); ?>
|
57 |
</label>
|
58 |
</li>
|
59 |
<?php } ?>
|
68 |
<td colspan="3">
|
69 |
<h4><?php _e( 'Form mark-up', 'mailchimp-for-wp' ); ?></h4>
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
<div class="mc4wp-wrapper">
|
72 |
<div class="mc4wp-col mc4wp-first">
|
73 |
+
<?php
|
74 |
if( function_exists( 'wp_editor' ) ) {
|
75 |
+
wp_editor( esc_textarea( $opts['markup'] ), 'mc4wpformmarkup', array( 'tinymce' => false, 'media_buttons' => true, 'textarea_name' => 'mc4wp_lite_form[markup]') );
|
76 |
} else {
|
77 |
?><textarea class="widefat" cols="160" rows="20" id="mc4wpformmarkup" name="mc4wp_lite_form[markup]"><?php echo esc_textarea( $opts['markup'] ); ?></textarea><?php
|
78 |
} ?>
|
85 |
</div>
|
86 |
</td>
|
87 |
</tr>
|
|
|
88 |
</table>
|
89 |
|
90 |
+
<div id="missing-fields-notice" class="mc4wp-notice" style="display: none;">
|
91 |
+
<p>
|
92 |
+
<?php echo __( 'Your form is missing the following (required) form fields:', 'mailchimp-for-wp' ); ?>
|
93 |
+
</p>
|
94 |
+
<ul id="missing-fields-list" class="ul-square"></ul>
|
95 |
+
</div>
|
96 |
+
|
97 |
+
<?php submit_button(); ?>
|
98 |
|
99 |
<h3 class="mc4wp-title"><?php _e( 'MailChimp Settings', 'mailchimp-for-wp' ); ?></h3>
|
100 |
<table class="form-table">
|
106 |
<?php _e( 'Yes', 'mailchimp-for-wp' ); ?>
|
107 |
</label>
|
108 |
<label>
|
109 |
+
<input type="radio" name="mc4wp_lite_form[double_optin]" value="0" <?php checked( $opts['double_optin'], 0 ); ?> />
|
110 |
<?php _e( 'No', 'mailchimp-for-wp' ); ?>
|
111 |
</label>
|
112 |
</td>
|
113 |
<td class="desc"><?php _e( 'Select "yes" if you want people to confirm their email address before being subscribed (recommended)', 'mailchimp-for-wp' ); ?></td>
|
114 |
</tr>
|
115 |
+
<?php $enabled = ! $opts['double_optin']; ?>
|
116 |
+
<tr id="mc4wp-send-welcome" valign="top" <?php if( ! $enabled ) { ?>class="hidden"<?php } ?>>
|
117 |
<th scope="row"><?php _e( 'Send Welcome Email?', 'mailchimp-for-wp' ); ?></th>
|
118 |
<td class="nowrap">
|
119 |
+
<label>
|
120 |
+
<input type="radio" name="mc4wp_lite_form[send_welcome]" value="1" <?php if( $enabled ) { checked( $opts['send_welcome'], 1 ); } else { echo 'disabled'; } ?> />
|
121 |
+
<?php _e( 'Yes', 'mailchimp-for-wp' ); ?>
|
122 |
+
</label>
|
123 |
+
<label>
|
124 |
+
<input type="radio" name="mc4wp_lite_form[send_welcome]" value="0" <?php if( $enabled ) { checked( $opts['send_welcome'], 0 ); } else { echo 'disabled'; } ?> />
|
125 |
+
<?php _e( 'No', 'mailchimp-for-wp' ); ?>
|
126 |
+
</label>
|
127 |
</td>
|
128 |
<td class="desc"><?php _e( 'Select "yes" if you want to send your lists Welcome Email if a subscribe succeeds (only when double opt-in is disabled).' ,'mailchimp-for-wp' ); ?></td>
|
129 |
</tr>
|
131 |
<th scope="row"><?php _e( 'Update existing subscribers?', 'mailchimp-for-wp' ); ?></th>
|
132 |
<td class="nowrap">
|
133 |
<input type="radio" readonly />
|
134 |
+
<label><?php _e( 'Yes', 'mailchimp-for-wp' ); ?></label>
|
135 |
<input type="radio" checked readonly />
|
136 |
<label><?php _e( 'No', 'mailchimp-for-wp' ); ?></label>
|
137 |
</td>
|
142 |
<td class="nowrap">
|
143 |
<label>
|
144 |
<input type="radio" checked readonly />
|
145 |
+
<?php _e( 'Yes', 'mailchimp-for-wp' ); ?>
|
146 |
</label>
|
147 |
<label>
|
148 |
<input type="radio" readonly />
|
149 |
+
<?php _e( 'No', 'mailchimp-for-wp' ); ?>
|
150 |
</label>
|
151 |
</td>
|
152 |
+
<td class="desc"><?php _e( 'Select "yes" if you want to replace the interest groups with the groups provided instead of adding the provided groups to the member\'s interest groups (only when updating a subscriber).', 'mailchimp-for-wp' ); ?></td>
|
153 |
</tr>
|
154 |
</table>
|
155 |
|
161 |
<td class="nowrap">
|
162 |
<label>
|
163 |
<input type="radio" disabled />
|
164 |
+
<?php _e( 'Yes', 'mailchimp-for-wp' ); ?>
|
165 |
</label>
|
166 |
<label>
|
167 |
<input type="radio" checked disabled />
|
168 |
+
<?php _e( 'No', 'mailchimp-for-wp' ); ?>
|
169 |
</label>
|
170 |
</td>
|
171 |
<td class="desc"><?php _e( 'Select "yes" if you want to use AJAX (JavaScript) to submit forms.', 'mailchimp-for-wp' ); ?> <a href="https://mc4wp.com/demo/#utm_source=lite-plugin&utm_medium=link&utm_campaign=settings-demo-link">(demo)</a></td>
|
175 |
<td class="nowrap">
|
176 |
<label>
|
177 |
<input type="radio" name="mc4wp_lite_form[hide_after_success]" value="1" <?php checked( $opts['hide_after_success'], 1 ); ?> />
|
178 |
+
<?php _e( 'Yes', 'mailchimp-for-wp' ); ?>
|
179 |
</label>
|
180 |
<label>
|
181 |
<input type="radio" name="mc4wp_lite_form[hide_after_success]" value="0" <?php checked( $opts['hide_after_success'], 0 ); ?> />
|
187 |
<tr valign="top">
|
188 |
<th scope="row"><label for="mc4wp_form_redirect"><?php _e( 'Redirect to URL after successful sign-ups', 'mailchimp-for-wp' ); ?></label></th>
|
189 |
<td colspan="2">
|
190 |
+
<input type="text" class="widefat" name="mc4wp_lite_form[redirect]" id="mc4wp_form_redirect" placeholder="<?php printf( __( 'Example: %s', 'mailchimp-for-wp' ), esc_url( site_url( '/thank-you/' ) ) ); ?>" value="<?php echo esc_url( $opts['redirect'] ); ?>" />
|
191 |
+
<p class="help"><?php _e( 'Leave empty for no redirect. Otherwise, use complete (absolute) URLs, including <code>http://</code>.', 'mailchimp-for-wp' ); ?></p>
|
192 |
</td>
|
193 |
</tr>
|
194 |
<tr valign="top">
|
236 |
<div class="mc4wp-box" id="mc4wp-info-tabs">
|
237 |
<h3 class="mc4wp-title"><?php _e( 'Building your sign-up form', 'mailchimp-for-wp' ); ?></h3>
|
238 |
<p><?php printf( __( 'At a minimum, your form should include just an %s field and a submit button.', 'mailchimp-for-wp' ), '<strong>EMAIL</strong>' ); ?></p>
|
239 |
+
<p><?php _e( 'Add more form fields if your selected lists require more fields. Field names should match the field tags of the selected lists. Use the "Add a new field" tool to have the HTML generated for you.', 'mailchimp-for-wp' ); ?></p>
|
240 |
|
241 |
<h3 class="mc4wp-title"><?php _e( 'Form Styling', 'mailchimp-for-wp' ); ?></h3>
|
242 |
<p><?php printf( __( 'Alter the visual appearance of the form by applying CSS rules to %s.', 'mailchimp-for-wp' ), '<b>.mc4wp-form</b>' ); ?></p>
|
243 |
+
<p><?php printf( __( 'You can add the CSS rules to your theme stylesheet using the <a href="%s">Theme Editor</a> or by editing %s over FTP. Alternatively, use a plugin like %s', 'mailchimp-for-wp' ), admin_url( 'theme-editor.php?file=style.css' ), '<em>' . get_stylesheet_directory() . '/style.css</em>', '<a href="https://wordpress.org/plugins/simple-custom-css/">Simple Custom CSS</a>' ); ?>.</p>
|
244 |
+
<p><?php printf( __( 'The <a href="%s" target="_blank">plugin FAQ</a> lists the various CSS selectors you can use to target the different form elements.', 'mailchimp-for-wp' ), 'https://wordpress.org/plugins/mailchimp-for-wp/faq/' ); ?></p>
|
245 |
<p><?php printf( __( 'If you need an easier way to style your forms, <a href="%s">upgrade to MailChimp for WordPress Pro</a>. It comes with a "Styles Builder" that lets you customize form styles without writing any code.', 'mailchimp-for-wp' ), 'https://mc4wp.com/' ); ?></p>
|
246 |
|
247 |
<h3 class="mc4wp-title"><?php _e( 'Form variables', 'mailchimp-for-wp' ); ?></h3>
|
278 |
</tr>
|
279 |
<tr>
|
280 |
<th>{date}</th>
|
281 |
+
<td><?php printf( __( 'Replaced with the current date (yyyy/mm/dd eg: %s)', 'mailchimp-for-wp' ), '<em>' . date( 'Y/m/d' ) . '</em>' ); ?></td>
|
282 |
</tr>
|
283 |
<tr>
|
284 |
<th>{time}</th>
|
285 |
+
<td><?php printf( __( 'Replaced with the current time (hh:mm:ss eg: %s)', 'mailchimp-for-wp' ), '<em>' . date( 'H:i:s' ) . '</em>' ); ?></td>
|
286 |
</tr>
|
287 |
<tr>
|
288 |
<th>{user_email}</th>
|
includes/views/index.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
-
header( 'Status: 403 Forbidden' );
|
4 |
-
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
-
exit;
|
6 |
-
}
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
+
header( 'Status: 403 Forbidden' );
|
4 |
+
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
+
exit;
|
6 |
+
}
|
includes/views/parts/admin-field-wizard.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
@@ -25,7 +25,7 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
25 |
<div id="mc4wp-fw-fields">
|
26 |
|
27 |
<p class="row label">
|
28 |
-
<label for="mc4wp-fw-label"><?php _e('Label', 'mailchimp-for-wp' ); ?> <small><?php _e( '(optional)', 'mailchimp-for-wp' ); ?></small></label>
|
29 |
<input class="widefat" type="text" id="mc4wp-fw-label" />
|
30 |
</p>
|
31 |
|
@@ -64,7 +64,7 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
|
|
64 |
|
65 |
</div>
|
66 |
|
67 |
-
<p class="mc4wp-notice no-lists-selected" <?php if(!empty($opts['lists'])) { ?>style="display: none;" <?php } ?>>
|
68 |
<?php _e( 'Select at least one list first.', 'mailchimp-for-wp' ); ?>
|
69 |
</p>
|
70 |
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
25 |
<div id="mc4wp-fw-fields">
|
26 |
|
27 |
<p class="row label">
|
28 |
+
<label for="mc4wp-fw-label"><?php _e( 'Label', 'mailchimp-for-wp' ); ?> <small><?php _e( '(optional)', 'mailchimp-for-wp' ); ?></small></label>
|
29 |
<input class="widefat" type="text" id="mc4wp-fw-label" />
|
30 |
</p>
|
31 |
|
64 |
|
65 |
</div>
|
66 |
|
67 |
+
<p class="mc4wp-notice no-lists-selected" <?php if( ! empty($opts['lists'])) { ?>style="display: none;" <?php } ?>>
|
68 |
<?php _e( 'Select at least one list first.', 'mailchimp-for-wp' ); ?>
|
69 |
</p>
|
70 |
|
includes/views/parts/admin-footer.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
includes/views/parts/admin-need-support.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
6 |
}
|
7 |
?>
|
8 |
<div class="mc4wp-box">
|
9 |
-
<h4 class="mc4wp-title"><?php _e('Looking for support?', 'mailchimp-for-wp' ); ?></h4>
|
10 |
-
<p><?php printf( __( 'Make sure to look at the <a href="%s">frequently asked questions</a> or use the <a href="%s">support forums</a> on WordPress.org.', 'mailchimp-for-wp' ), 'https://wordpress.org/plugins/mailchimp-for-wp/faq/', '
|
11 |
</div>
|
12 |
|
13 |
<div class="mc4wp-box">
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
6 |
}
|
7 |
?>
|
8 |
<div class="mc4wp-box">
|
9 |
+
<h4 class="mc4wp-title"><?php _e( 'Looking for support?', 'mailchimp-for-wp' ); ?></h4>
|
10 |
+
<p><?php printf( __( 'Make sure to look at the <a href="%s">frequently asked questions</a> or use the <a href="%s">support forums</a> on WordPress.org.', 'mailchimp-for-wp' ), 'https://wordpress.org/plugins/mailchimp-for-wp/faq/', 'https://wordpress.org/support/plugin/mailchimp-for-wp' ); ?></p>
|
11 |
</div>
|
12 |
|
13 |
<div class="mc4wp-box">
|
includes/views/parts/admin-upgrade-to-pro.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
header( 'Status: 403 Forbidden' );
|
4 |
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
exit;
|
includes/views/parts/index.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
<?php
|
2 |
-
if( ! defined(
|
3 |
-
header( 'Status: 403 Forbidden' );
|
4 |
-
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
-
exit;
|
6 |
-
}
|
1 |
+
<?php
|
2 |
+
if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
3 |
+
header( 'Status: 403 Forbidden' );
|
4 |
+
header( 'HTTP/1.1 403 Forbidden' );
|
5 |
+
exit;
|
6 |
+
}
|
index.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
<?php
|
2 |
-
// prevent directory listing
|
3 |
-
|
4 |
-
header( 'Status: 403 Forbidden' );
|
5 |
-
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
-
exit;
|
1 |
+
<?php
|
2 |
+
// prevent directory listing
|
3 |
+
|
4 |
+
header( 'Status: 403 Forbidden' );
|
5 |
+
header( 'HTTP/1.1 403 Forbidden' );
|
6 |
+
exit;
|
languages/mailchimp-for-wp-cs_CZ.po
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
# Jan Toman <toman.jan@gmail.com>, 2014-2015
|
|
|
|
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: MailChimp for WordPress\n"
|
8 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date: 2015-
|
11 |
-
"Last-Translator:
|
12 |
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/cs_CZ/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -25,97 +27,165 @@ msgstr ""
|
|
25 |
"X-Poedit-SourceCharset: utf-8\n"
|
26 |
"X-Textdomain-Support: yes\n"
|
27 |
|
28 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
29 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
30 |
msgid "Settings"
|
31 |
msgstr "Nastavení"
|
32 |
|
33 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
34 |
-
#: mailchimp-for-wordpress/includes/
|
35 |
-
msgid "Upgrade to Pro"
|
36 |
-
msgstr "
|
37 |
|
38 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
46 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
47 |
msgid "Checkboxes"
|
48 |
msgstr "Zaškrtávací políčka"
|
49 |
|
50 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
51 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
53 |
msgid "Forms"
|
54 |
msgstr "Formuláře"
|
55 |
|
56 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
57 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
58 |
msgstr "Tato možnost je dostupná pouze v Pro verzi pluginu."
|
59 |
|
60 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
61 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
msgid "Comment form"
|
63 |
msgstr "Formulář pro přidávání komentářů"
|
64 |
|
65 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
66 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
67 |
msgid "Registration form"
|
68 |
msgstr "Registrační formulář"
|
69 |
|
70 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
71 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
72 |
msgid "MultiSite forms"
|
73 |
msgstr "Formuláře MultiSite"
|
74 |
|
75 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
76 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
77 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
78 |
msgid "BuddyPress registration"
|
79 |
msgstr "Registrace do BuddyPress"
|
80 |
|
81 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
82 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
83 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
84 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
85 |
msgid "%s checkout"
|
86 |
-
msgstr ""
|
87 |
|
88 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
msgid "Renewed MailChimp cache."
|
91 |
msgstr "Seznamy adres z MailChimpu byly úspěšně aktualizovány."
|
92 |
|
93 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
94 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
95 |
msgid "Failed to renew MailChimp cache - please try again later."
|
96 |
msgstr "Při aktualizaci seznamu adres z MailChimpu se vyskytla chyba - zkuste to prosím později."
|
97 |
|
98 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
99 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:313
|
100 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
101 |
msgstr "Políčko pro EMAIL. Příklad: <code>%s</code>"
|
102 |
|
103 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
104 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
105 |
msgid "A submit button. Example: <code>%s</code>"
|
106 |
msgstr "Odesílací tlačítko. Příklad: <code>%s</code>"
|
107 |
|
108 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
109 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
110 |
msgid "Sign Up"
|
111 |
msgstr "Registrovat"
|
112 |
|
113 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
114 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:347
|
115 |
msgid "A '%s' field"
|
116 |
msgstr "Políčko '%s'"
|
117 |
|
118 |
-
#: mailchimp-for-wordpress/includes/class-form-request.php:
|
119 |
msgid "Please select at least one list to subscribe to."
|
120 |
msgstr "Vyberte prosím alespoň jeden seznam, do kterého se budou uživatelé registrovat."
|
121 |
|
@@ -123,39 +193,39 @@ msgstr "Vyberte prosím alespoň jeden seznam, do kterého se budou uživatelé
|
|
123 |
msgid "MailChimp Sign-Up Form"
|
124 |
msgstr "Registrační formulář MailChimpu"
|
125 |
|
126 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
127 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
128 |
msgstr "Zobrazuje váš formulář pro odběratele"
|
129 |
|
130 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
131 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
132 |
msgid "Newsletter"
|
133 |
msgstr "Newsletter"
|
134 |
|
135 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
136 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
137 |
msgid "Title:"
|
138 |
msgstr "Titulek:"
|
139 |
|
140 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
141 |
msgid ""
|
142 |
-
"You can edit your sign-up form in the %
|
143 |
-
"settings
|
144 |
-
msgstr "
|
145 |
|
146 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
147 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
148 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
149 |
msgid "Email address"
|
150 |
msgstr "E-mailová adresa:"
|
151 |
|
152 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
153 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
154 |
msgid "Your email address"
|
155 |
msgstr "Vaše e-mailová adresa:"
|
156 |
|
157 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
158 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
159 |
msgid "Sign up"
|
160 |
msgstr "Registrovat se"
|
161 |
|
@@ -164,48 +234,48 @@ msgstr "Registrovat se"
|
|
164 |
msgid "Sign me up for the newsletter!"
|
165 |
msgstr "Přihlásit se k odběru novinek!"
|
166 |
|
167 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
168 |
msgid ""
|
169 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
170 |
"inbox."
|
171 |
msgstr "Děkujeme, registrace byla úspěšná. Zkontrolujte si prosím svou e-mailovou schránku."
|
172 |
|
173 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
174 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
175 |
msgid "Oops. Something went wrong. Please try again later."
|
176 |
msgstr "Něco se pokazilo. Vyzkoušejte to prosím znovu."
|
177 |
|
178 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
179 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
180 |
msgid "Please provide a valid email address."
|
181 |
msgstr "Vyplňte prosím validní tvar e-mailu."
|
182 |
|
183 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
184 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
185 |
msgid "Given email address is already subscribed, thank you!"
|
186 |
msgstr "Zadaná adresa je již na našem seznamu odběratelů. Děkujeme!"
|
187 |
|
188 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
189 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
190 |
msgid "Please complete the CAPTCHA."
|
191 |
msgstr "Vyplňte prosím kód CAPTCHA."
|
192 |
|
193 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
194 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
195 |
msgid "Please fill in the required fields."
|
196 |
msgstr "Vyplňte prosím všechna povinná políčka."
|
197 |
|
198 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
199 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
200 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
201 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
202 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
203 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
204 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
205 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
206 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
207 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
208 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
209 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
210 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
211 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
@@ -215,8 +285,9 @@ msgstr "Vyplňte prosím všechna povinná políčka."
|
|
215 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
216 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
217 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
218 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
219 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
220 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
221 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
222 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
@@ -226,18 +297,18 @@ msgstr "Vyplňte prosím všechna povinná políčka."
|
|
226 |
msgid "Yes"
|
227 |
msgstr "Ano"
|
228 |
|
229 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
230 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
231 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
232 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
233 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
234 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
235 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
236 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
237 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
238 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
239 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
240 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
241 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
242 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
243 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
@@ -247,8 +318,9 @@ msgstr "Ano"
|
|
247 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
248 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
249 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
250 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
251 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
252 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
253 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
254 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
@@ -259,47 +331,53 @@ msgstr "Ano"
|
|
259 |
msgid "No"
|
260 |
msgstr "Ne"
|
261 |
|
262 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
263 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
264 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
265 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
266 |
msgid "MailChimp for WordPress - Error"
|
267 |
msgstr "Chyba pluginu MailChimp pro WordPress"
|
268 |
|
269 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
270 |
msgid ""
|
271 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
272 |
"settings</a>."
|
273 |
msgstr "Vyberte prosím seznam odběratelů v sekci <a href=\"%s\">Nastavení zaškrtávacích políček</a>"
|
274 |
|
275 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
276 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
277 |
msgid "This message is only visible to administrators for debugging purposes."
|
278 |
msgstr "Tato ladící hláška je zobrazena pouze administrátorům."
|
279 |
|
280 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
281 |
msgid ""
|
282 |
"The MailChimp server returned the following error message as a response to "
|
283 |
"our sign-up request:"
|
284 |
msgstr "Při odeslání požadavku na přihlášení vrátil MailChimp tuto chybovou hlášku:"
|
285 |
|
286 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
287 |
msgid "This is the data that was sent to MailChimp:"
|
288 |
msgstr "Toto jsou data, která byla odeslána do MailChimpu:"
|
289 |
|
290 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
291 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
292 |
msgid "Email address:"
|
293 |
msgstr "E-mailová adresa:"
|
294 |
|
295 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
296 |
msgid "Merge variables:"
|
297 |
-
msgstr ""
|
298 |
|
299 |
#. Plugin Name of the plugin/theme
|
300 |
msgid "MailChimp for WordPress"
|
301 |
msgstr "MailChimp pro WordPress"
|
302 |
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
304 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
305 |
msgid "API Settings"
|
@@ -354,11 +432,6 @@ msgstr "Aktualizovat seznamy adres"
|
|
354 |
msgid "No lists were found in your MailChimp account"
|
355 |
msgstr "Ve Vašem účtu v MailChimpu jsme nenašeli žádné seznamy adres."
|
356 |
|
357 |
-
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
358 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
359 |
-
msgid "Checkbox Settings"
|
360 |
-
msgstr "Nastavení zaškrtávacích políček"
|
361 |
-
|
362 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
363 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
364 |
msgid ""
|
@@ -387,8 +460,8 @@ msgstr "Seznam adres z MailChimpu"
|
|
387 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
388 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
389 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
390 |
-
msgid "No lists found, %
|
391 |
-
msgstr "Žádné seznamy odběratelů nebyly nalezeny. %sOpravdu jste přihlášení k MailChimpu?%s"
|
392 |
|
393 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
394 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
@@ -398,7 +471,7 @@ msgid ""
|
|
398 |
msgstr "Vyberte jeden či více seznamů adres, do kterých budou zařazeni všichni uživatelé, kteří se přihlásí k odběru novinek."
|
399 |
|
400 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
401 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
402 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
403 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
404 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
@@ -406,7 +479,7 @@ msgid "Double opt-in?"
|
|
406 |
msgstr "Vyžadujete po uživatelích potvrzení e-mailu?"
|
407 |
|
408 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
409 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
410 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
411 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
412 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
@@ -416,72 +489,66 @@ msgid ""
|
|
416 |
msgstr "Pokud chcete, aby uživatelé museli potvrdit zadanou e-mailovou adresu předtím než budou zařazeni na seznam adres, vyberte \"Ano\" (doporučeno!)."
|
417 |
|
418 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
419 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
420 |
msgid "Checkbox settings"
|
421 |
msgstr "Nastavení zaškrtávacích políček"
|
422 |
|
423 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
424 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
425 |
msgid "Add the checkbox to these forms"
|
426 |
msgstr "U kterých formulářů chcete nabízet odběr novinek?"
|
427 |
|
428 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
429 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
430 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
431 |
msgstr "Výběrem konkrétního formuláře automaticky nastavíte, aby se u něj zobrazovalo zaškrtávací políčko pro odběr novinek."
|
432 |
|
433 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
434 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
435 |
msgid "Checkbox label text"
|
436 |
msgstr "Popisek u zaškrtávacího políčka"
|
437 |
|
438 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
439 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
440 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
441 |
msgid "HTML tags like %s are allowed in the label text."
|
442 |
msgstr "HTML tagy %s jsou v popisku povoleny."
|
443 |
|
444 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
445 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
446 |
msgid "Pre-check the checkbox?"
|
447 |
msgstr "Chcete zaškrtávat políčko jako výchozí stav?"
|
448 |
|
449 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
450 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
451 |
msgid "Load some default CSS?"
|
452 |
msgstr "Chcete načíst výchozí CSS styly?"
|
453 |
|
454 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
455 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
456 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
457 |
msgstr "Pokud se vám zaškrtávací políčko nezobrazuje dobře, vyberte \"Ano\"."
|
458 |
|
459 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
460 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
461 |
msgid "WooCommerce checkbox position"
|
462 |
msgstr "Umístění zaškrtávacího políčka ve WooCommerce"
|
463 |
|
464 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
465 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
466 |
msgid "After the billing details"
|
467 |
msgstr "Za detaily o platbě"
|
468 |
|
469 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
470 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
471 |
msgid "After the additional information"
|
472 |
msgstr "Za doplňkovými informacemi"
|
473 |
|
474 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
475 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
476 |
msgid ""
|
477 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
478 |
-
msgstr ""
|
479 |
-
|
480 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
481 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:431
|
482 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
483 |
-
msgid "Form Settings"
|
484 |
-
msgstr "Nastavení formuláře"
|
485 |
|
486 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
487 |
msgid ""
|
@@ -503,12 +570,6 @@ msgstr "Chcete načíst CSS styly k formuláři?"
|
|
503 |
msgid "Yes, load basic form styles"
|
504 |
msgstr "Ano, chci načíst výchozí styly"
|
505 |
|
506 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
507 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
508 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
509 |
-
msgid "(PRO ONLY)"
|
510 |
-
msgstr "(pouze v PRO verzi)"
|
511 |
-
|
512 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
513 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
514 |
msgid "Yes, load my custom form styles"
|
@@ -570,26 +631,26 @@ msgstr "Vyberte jeden či více seznamů adres, do kterých budou zařazeni vši
|
|
570 |
msgid "Form mark-up"
|
571 |
msgstr "HTML kód formuláře"
|
572 |
|
573 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
574 |
-
#: mailchimp-for-wordpress-pro/includes/
|
575 |
-
msgid "Your form is missing the following (required) form fields:"
|
576 |
-
msgstr "Ve vašem formuláři chybí tato (povinná) formulářová políčka:"
|
577 |
-
|
578 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
579 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:87
|
580 |
msgid ""
|
581 |
"Use the shortcode %s to display this form inside a post, page or text "
|
582 |
"widget."
|
583 |
msgstr "Pro zobrazení tohoto formuláře v příspěvku, stránce nebo ve textovém widgetu použijte zkratku %s."
|
584 |
|
585 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
|
|
|
|
|
|
|
|
|
|
586 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
587 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
588 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
589 |
msgid "Send Welcome Email?"
|
590 |
msgstr "Chcete posílat uvítací e-mail?"
|
591 |
|
592 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
593 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
594 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
595 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
@@ -598,13 +659,14 @@ msgid ""
|
|
598 |
"succeeds (only when double opt-in is disabled)."
|
599 |
msgstr "Pokud chcete, aby uživateli, který se nově přidá na seznam adres, přišel uvítací e-mail, vyberte \"Ano\". Tato možnost je dostupná pouze v případě, že nevyžadujete ověření e-mailu."
|
600 |
|
601 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
602 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
|
|
603 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
604 |
msgid "Update existing subscribers?"
|
605 |
msgstr "Chcete upravovat již existující uživatele?"
|
606 |
|
607 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
608 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
609 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
610 |
msgid ""
|
@@ -612,13 +674,13 @@ msgid ""
|
|
612 |
"showing the \"already subscribed\" message)."
|
613 |
msgstr "Pokud chcete v případě, že uživatel již je v seznamu adres, upravit informace u tohoto uživatele, vyberte \"Ano\". Pokud vyberete \"Ne\", zobrazí se uživateli informace, že je na seznamu adres už zaregistrován."
|
614 |
|
615 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
616 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
617 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
618 |
msgid "Replace interest groups?"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
622 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
623 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
624 |
msgid ""
|
@@ -627,204 +689,204 @@ msgid ""
|
|
627 |
"groups (only when updating a subscriber)."
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
631 |
msgid "Form Settings & Messages"
|
632 |
msgstr "Nastavení formuláře a informačních hlášek"
|
633 |
|
634 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
635 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
636 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
637 |
msgid "Enable AJAX form submission?"
|
638 |
msgstr "Chcete povolit odesílání formuláře pomocí AJAXu?"
|
639 |
|
640 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
641 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
642 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
643 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
644 |
msgstr "Pokud chcete odesílat formuláře pomocí AJAXu (JavaSript), vyberte \"Ano\"."
|
645 |
|
646 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
647 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
648 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
649 |
msgid "Hide form after a successful sign-up?"
|
650 |
msgstr "Chcete skrývat formulář po úspěšné registraci?"
|
651 |
|
652 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
653 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
655 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
656 |
msgstr "Pokud chcete skrýt formulář pro odebírání novinek skrýt po úspěšné registraci na seznam adres, vyberte \"Ano\"."
|
657 |
|
658 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
659 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
660 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
661 |
msgid "Redirect to URL after successful sign-ups"
|
662 |
msgstr "Na kterou adresu chcete přesměrovat uživatele po registraci?"
|
663 |
|
664 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
665 |
msgid "Example: %s"
|
666 |
msgstr "Příklad: %s"
|
667 |
|
668 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
669 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
670 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
671 |
msgid ""
|
672 |
-
"Leave empty
|
673 |
-
"including <code>http://</code
|
674 |
-
msgstr "
|
675 |
|
676 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
677 |
msgid "Success message"
|
678 |
msgstr "Hláška po úspěšné registraci"
|
679 |
|
680 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
681 |
msgid "Invalid email address message"
|
682 |
msgstr "Chybová hláška při špatně zadaném e-mailu"
|
683 |
|
684 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
685 |
msgid "Required field missing message"
|
686 |
msgstr "Chybová hláška pro případ, že uživatel nevyplnil všechna políčka"
|
687 |
|
688 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
689 |
msgid "Already subscribed message"
|
690 |
msgstr "Hláška pro případ, že je uživatel již zaregistrovaný"
|
691 |
|
692 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
693 |
msgid "Invalid CAPTCHA message"
|
694 |
msgstr "Hláška pro chybné vyplnění kódu CAPTCHA"
|
695 |
|
696 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
697 |
msgid "General error message"
|
698 |
msgstr "Obecná chybová hláška"
|
699 |
|
700 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
701 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
702 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
703 |
msgid "HTML tags like %s are allowed in the message fields."
|
704 |
msgstr "HTML tagy %s jsou v zobrazovaných hláškách povoleny."
|
705 |
|
706 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
707 |
msgid "Building your sign-up form"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
711 |
msgid ""
|
712 |
"At a minimum, your form should include just an %s field and a submit button."
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
716 |
msgid ""
|
717 |
"Add more form fields if your selected lists require more fields. Field names"
|
718 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
719 |
"field\" tool to have the HTML generated for you."
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
723 |
msgid "Form Styling"
|
724 |
msgstr "Vzhled formuláře"
|
725 |
|
726 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
727 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
731 |
msgid ""
|
732 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
733 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
734 |
" plugin like %s"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
738 |
msgid ""
|
739 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
740 |
"selectors you can use to target the different form elements."
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
744 |
msgid ""
|
745 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
746 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
747 |
"lets you customize form styles without writing any code."
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
751 |
msgid "Form variables"
|
752 |
msgstr "Proměnné pro registrační formulář"
|
753 |
|
754 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
755 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
756 |
msgid "Use the following variables to add some dynamic content to your form."
|
757 |
msgstr "Pro přidávání dynamického obsahu do vašeho formuláře používejte následující proměnné."
|
758 |
|
759 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
760 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
761 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
765 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
766 |
msgid "Replaced with the form response (error or success messages)."
|
767 |
msgstr "Bude nahrazeno potvrzovací, chybovou či jinou hláškou."
|
768 |
|
769 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
770 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
771 |
msgid "Replaced with a captcha field."
|
772 |
msgstr "Bude nahrazeno kódem CAPTCHA."
|
773 |
|
774 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
775 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
776 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
777 |
msgstr "Bude nahrazeno počtem odběratelů na vybraném seznamu adres."
|
778 |
|
779 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
780 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
781 |
msgid "Replaced with the current site language, eg: %s"
|
782 |
msgstr "Bude nahrazeno aktuálně nastaveným jazykem stránky, např. %s."
|
783 |
|
784 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
785 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
786 |
msgid "Replaced with the visitor's IP address"
|
787 |
msgstr "Bude nahrazeno IP adresou uživatele."
|
788 |
|
789 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
790 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
791 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
792 |
msgstr "Bude nahrazeno aktuálním datem (yyyy/mm/dd, např. %s)."
|
793 |
|
794 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
795 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
796 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
797 |
msgstr "Bude nahrazeno aktuálním časem (hh:mm:ss, např. %s)."
|
798 |
|
799 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
800 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
801 |
msgid ""
|
802 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
803 |
"in user)"
|
804 |
msgstr "Bude nahrazeno e-mailem právě přihlášeného uživatele. Pokud nebude uživatel přihlášený, zůstane hodnota prázdná."
|
805 |
|
806 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
807 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
808 |
msgid "First name of the current user"
|
809 |
msgstr "Křestní jméno právě přihlášeného uživatele."
|
810 |
|
811 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
812 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
813 |
msgid "Last name of the current user"
|
814 |
msgstr "Příjmení právě přihlášeného uživatele."
|
815 |
|
816 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
817 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
818 |
msgid "Current user ID"
|
819 |
msgstr "ID aktuálně přihlášeného uživatele."
|
820 |
|
821 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
822 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
823 |
msgid "Current URL"
|
824 |
msgstr "URL stránky, na které se nacházíte."
|
825 |
|
826 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
827 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
828 |
msgid "Add a new field"
|
829 |
msgstr "Přidat nové políčko"
|
830 |
|
@@ -833,71 +895,57 @@ msgid "Use the tool below to generate the HTML for your form fields."
|
|
833 |
msgstr "Pro vytvoření políček do formuláře použijte prosím generorátor HTML kódu."
|
834 |
|
835 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
836 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
837 |
msgid "Select MailChimp field.."
|
838 |
msgstr "Vyberte políčko MailChimpu..."
|
839 |
|
840 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
841 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
842 |
msgid "Submit Button"
|
843 |
msgstr "Odesílací tlačítko"
|
844 |
|
845 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
846 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
847 |
msgid "Lists Choice"
|
848 |
msgstr "Volba seznamu, na který se uživatel chce přihlásit"
|
849 |
|
850 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
851 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
852 |
msgid "Label"
|
853 |
msgstr "Popisek"
|
854 |
|
855 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
856 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
857 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
858 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:45
|
859 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:50
|
860 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
861 |
-
msgid "(optional)"
|
862 |
-
msgstr "(nepovinné)"
|
863 |
-
|
864 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
865 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
866 |
msgid "Placeholder"
|
867 |
msgstr "Zástupný text"
|
868 |
|
869 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
870 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
871 |
-
msgid "Initial value"
|
872 |
-
msgstr "Předvyplněná hodnota"
|
873 |
-
|
874 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
875 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
876 |
msgid "Labels"
|
877 |
msgstr "Popisky"
|
878 |
|
879 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
880 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
881 |
msgid "(leave empty to hide)"
|
882 |
msgstr "(pokud chcete skrýt, ponechte prázdné)"
|
883 |
|
884 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
885 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
886 |
msgid "Wrap in paragraph %s tags?"
|
887 |
msgstr "Obalit do tagů %s pro odstavec?"
|
888 |
|
889 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
890 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
891 |
msgid "Required field?"
|
892 |
msgstr "Povinné políčko?"
|
893 |
|
894 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
895 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
896 |
msgid "Add to form"
|
897 |
msgstr "Přidat do formuláře"
|
898 |
|
899 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
900 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
901 |
msgid "Generated HTML"
|
902 |
msgstr "Vygenerované HTML:"
|
903 |
|
@@ -935,43 +983,33 @@ msgid ""
|
|
935 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
939 |
-
msgid ""
|
940 |
-
"If you need priority support, please <a href=\"%s\">upgrade to the premium "
|
941 |
-
"version</a>."
|
942 |
-
msgstr ""
|
943 |
-
|
944 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:15
|
945 |
msgid "Show a token of your appreciation"
|
946 |
msgstr ""
|
947 |
|
948 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
949 |
-
msgid "Upgrade to MailChimp for WordPress Pro"
|
950 |
-
msgstr "Upgrade na Pro verzi pluginu."
|
951 |
-
|
952 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
953 |
msgid "Leave a %s plugin review on WordPress.org"
|
954 |
msgstr ""
|
955 |
|
956 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
957 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
958 |
-
msgstr ""
|
959 |
|
960 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
961 |
msgid "Tweet about MailChimp for WordPress"
|
962 |
msgstr "Sdílej MailChimp pro WordPress na Twitteru"
|
963 |
|
964 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
965 |
msgid ""
|
966 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
967 |
"page</a>."
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
971 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
975 |
msgid "About the developer"
|
976 |
msgstr "O vývojáři"
|
977 |
|
@@ -987,72 +1025,77 @@ msgid ""
|
|
987 |
msgstr ""
|
988 |
|
989 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
990 |
-
msgid "
|
991 |
-
msgstr ""
|
992 |
|
993 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
994 |
msgid "Documentation"
|
995 |
msgstr "Dokumentace"
|
996 |
|
997 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
998 |
msgid "Save Form"
|
999 |
msgstr "Uložit formulář"
|
1000 |
|
1001 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1002 |
msgid "Update Form"
|
1003 |
msgstr "Upravit formulář"
|
1004 |
|
1005 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1006 |
msgid "Back to general form settings"
|
1007 |
msgstr "Zpět na obecné nastavení"
|
1008 |
|
1009 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1010 |
msgid "Form updated."
|
1011 |
msgstr "Formulář byl upravený."
|
1012 |
|
1013 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1014 |
msgid "Form saved."
|
1015 |
msgstr "Formulář byl uložený."
|
1016 |
|
1017 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1018 |
msgid "Optional Settings"
|
1019 |
msgstr "Nepovinná nastavení"
|
1020 |
|
1021 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1022 |
msgid "Form Variables"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
1026 |
msgid "MailChimp & License"
|
1027 |
msgstr "MailChimp & licence"
|
1028 |
|
1029 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
1030 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1031 |
msgid "Reports"
|
1032 |
msgstr "Souhrny"
|
1033 |
|
1034 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1035 |
msgid ""
|
1036 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1037 |
"href=\"%s\">Provide a valid API key.</a>"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1041 |
msgid "End date can't be before the start date"
|
1042 |
msgstr "Datum konce nemůže být před datumem začátku"
|
1043 |
|
1044 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1045 |
msgid ""
|
1046 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1047 |
"page."
|
1048 |
msgstr ""
|
1049 |
|
1050 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1051 |
msgid ""
|
1052 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1053 |
-
"settings you
|
1054 |
-
"it now</a
|
1055 |
-
msgstr "
|
1056 |
|
1057 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1058 |
msgid ""
|
@@ -1074,71 +1117,71 @@ msgstr "Pokud chcete použít tyto styly na vaší stránce, vyberte v %sNastave
|
|
1074 |
msgid "The %sCSS Stylesheet%s has been created."
|
1075 |
msgstr "%CSS soubor\" byl vytvořen."
|
1076 |
|
1077 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1078 |
msgid "I know. Don't bug me."
|
1079 |
msgstr "Jsem si toho vědom. Nezobrazovat toto upozornění."
|
1080 |
|
1081 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1082 |
msgid ""
|
1083 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1084 |
"able to get %s updates. Please add %s to %s."
|
1085 |
msgstr ""
|
1086 |
|
1087 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1088 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1089 |
msgstr "Vaše %s licence byla aktivována. Máte neomezenou licenci."
|
1090 |
|
1091 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1092 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1093 |
msgstr "Vaše licence byla aktivována. Byla použita %d/%d aktivace."
|
1094 |
|
1095 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1096 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1097 |
msgstr "<a href=\"%s\">Víte, že můžete tuto licenci ještě vylepšit?</a>"
|
1098 |
|
1099 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1100 |
msgid ""
|
1101 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1102 |
" it?</a>"
|
1103 |
msgstr "<a href=\"%s\">Vaše licence vyprší za %d dní. Chcete ji prodloužit?</a>"
|
1104 |
|
1105 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1106 |
msgid ""
|
1107 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1108 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1112 |
msgid ""
|
1113 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1114 |
"you want to use it again."
|
1115 |
-
msgstr ""
|
1116 |
|
1117 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1118 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1119 |
msgstr "Při aktivaci vaší licence se vyskytla chyba. Vypadá to, že je licenční klíč neplatný."
|
1120 |
|
1121 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1122 |
msgid "Your %s license has been deactivated."
|
1123 |
msgstr "Vaše %s licence byla deaktivována."
|
1124 |
|
1125 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1126 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1127 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1128 |
msgid ""
|
1129 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1130 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1134 |
msgid "Failed to deactivate your %s license."
|
1135 |
msgstr "Aktivace vaší %s licence se nepodařila."
|
1136 |
|
1137 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1138 |
msgid "Request error: \"%s\""
|
1139 |
msgstr "Chyba požadavku: \"%s\""
|
1140 |
|
1141 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1142 |
msgid "%s: License Settings"
|
1143 |
msgstr "%s: Nastavení licence"
|
1144 |
|
@@ -1148,16 +1191,15 @@ msgid ""
|
|
1148 |
"the license."
|
1149 |
msgstr ""
|
1150 |
|
1151 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1152 |
msgid ""
|
1153 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1157 |
msgid ""
|
1158 |
-
"This site has not been activated properly on
|
1159 |
-
"
|
1160 |
-
"license key."
|
1161 |
msgstr ""
|
1162 |
|
1163 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
@@ -1214,57 +1256,53 @@ msgstr "Licenční klíč:"
|
|
1214 |
msgid "Paste your license key here, as found in the email receipt."
|
1215 |
msgstr "Licenční klíč, který jsme vám poslali e-mailem, vložte sem."
|
1216 |
|
1217 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1218 |
-
msgid "You defined your license key using the %s PHP constant."
|
1219 |
-
msgstr ""
|
1220 |
-
|
1221 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:82
|
1222 |
msgid "Your %s license will expire on %s."
|
1223 |
msgstr "Vaše %s licence vyprší %s."
|
1224 |
|
1225 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1226 |
msgid "%sRenew your license now%s."
|
1227 |
msgstr "%sObnovit licenci%s."
|
1228 |
|
1229 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1230 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1231 |
msgstr "<strong>Chyba:</strong> Definujte prosím ID formuláře. Příklad: %s"
|
1232 |
|
1233 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1234 |
msgid ""
|
1235 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1236 |
" correct form ID."
|
1237 |
msgstr "<strong>Chyba:</strong> Formulář pro odběr nebyl nalezen. Použijte prosím správné ID formuláře."
|
1238 |
|
1239 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1240 |
msgid "New MailChimp Sign-Up"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1244 |
msgid "New Sign-Up"
|
1245 |
msgstr "Nový formulář pro odběr uživatelů"
|
1246 |
|
1247 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1248 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1249 |
msgstr ""
|
1250 |
|
1251 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1252 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1253 |
msgid "List"
|
1254 |
msgstr "Seznam"
|
1255 |
|
1256 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1257 |
msgid "Other fields"
|
1258 |
msgstr "Ostatní políčka"
|
1259 |
|
1260 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1261 |
msgid ""
|
1262 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1263 |
"be added to the selected MailChimp lists until they confirm their email "
|
1264 |
"address."
|
1265 |
msgstr "Upozorňujeme, že jste aktivovali potvrzování e-mailu při odběru. Uživatel nebude přidán na vybraný seznam odběratelů dokud nepotvrdí existenci jejich e-mailové adresy."
|
1266 |
|
1267 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1268 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1269 |
msgstr ""
|
1270 |
|
@@ -1286,146 +1324,163 @@ msgid ""
|
|
1286 |
"href=\"%s\">widget settings</a>."
|
1287 |
msgstr ""
|
1288 |
|
1289 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1290 |
msgid "Form:"
|
1291 |
msgstr "Formulář:"
|
1292 |
|
1293 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1294 |
msgid "Select the form to show"
|
1295 |
-
msgstr ""
|
1296 |
|
1297 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1298 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1299 |
msgstr "Nemáte žádné formuláře pro registraci odběratelů. <a href=\"%s\">Vytvořit formulář</a>"
|
1300 |
|
1301 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
1302 |
msgid ""
|
1303 |
"Thank you, your sign-up request was successful! Please check your email "
|
1304 |
"inbox to confirm."
|
1305 |
-
msgstr ""
|
1306 |
|
1307 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1308 |
msgid "ID"
|
1309 |
msgstr "ID"
|
1310 |
|
1311 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1312 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1313 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1314 |
msgid "Form"
|
1315 |
msgstr "Formulář"
|
1316 |
|
1317 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1318 |
msgid "Shortcode"
|
1319 |
msgstr "Zkratka"
|
1320 |
|
1321 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1322 |
msgid "List(s)"
|
1323 |
msgstr "Seznam(y)"
|
1324 |
|
1325 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1326 |
msgid "Last edited"
|
1327 |
msgstr "Naposledy upraveno"
|
1328 |
|
1329 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1330 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1331 |
msgid "Edit Form"
|
1332 |
msgstr "Upravit formulář"
|
1333 |
|
1334 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1335 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1336 |
msgid "Delete"
|
1337 |
msgstr "Smazat"
|
1338 |
|
1339 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1340 |
msgid "No MailChimp list(s) selected yet."
|
1341 |
msgstr "Žádný seznam odběratelů zatím nebyl vybrán."
|
1342 |
|
1343 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1344 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1345 |
msgstr "Zatím jste nevytvořili žádné formuláře pro registraci odběratelů. Už je nejvyšší čas!"
|
1346 |
|
1347 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1348 |
-
|
1349 |
-
|
|
|
1350 |
|
1351 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1352 |
-
msgid "
|
1353 |
msgstr ""
|
1354 |
|
1355 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1356 |
msgid "Email"
|
1357 |
msgstr "E-mail"
|
1358 |
|
1359 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1360 |
msgid "Type"
|
1361 |
msgstr "Typ"
|
1362 |
|
1363 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1364 |
msgid "Source"
|
1365 |
msgstr "Zdroj"
|
1366 |
|
1367 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1368 |
-
msgid "Data"
|
1369 |
-
msgstr "Data"
|
1370 |
-
|
1371 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:58
|
1372 |
msgid "Subscribed"
|
1373 |
msgstr ""
|
1374 |
|
1375 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1376 |
msgid "Log items deleted."
|
1377 |
-
msgstr ""
|
1378 |
-
|
1379 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:209
|
1380 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:215
|
1381 |
-
msgid "Comment"
|
1382 |
-
msgstr "Komentář"
|
1383 |
|
1384 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1385 |
-
msgid "
|
1386 |
-
msgstr "
|
1387 |
-
|
1388 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:219
|
1389 |
-
msgid "Registration"
|
1390 |
-
msgstr "Registrace"
|
1391 |
|
1392 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1393 |
msgid "MultiSite registration"
|
1394 |
msgstr "MultiSite registrace"
|
1395 |
|
1396 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1397 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:243
|
1398 |
-
msgid "Checkout"
|
1399 |
-
msgstr "Pokladna"
|
1400 |
-
|
1401 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:248
|
1402 |
msgid "Contact Form 7"
|
1403 |
msgstr "Contact Form 7"
|
1404 |
|
1405 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1406 |
msgid "bbPress: New Topic"
|
1407 |
msgstr "bbPress: Nové téma"
|
1408 |
|
1409 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1410 |
msgid "bbPress: New Reply"
|
1411 |
msgstr "bbPress: Nová odpověď"
|
1412 |
|
1413 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1414 |
msgid "Other Form"
|
1415 |
msgstr "Jiný formulář"
|
1416 |
|
1417 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1418 |
msgid "No subscribe requests found."
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1422 |
msgid "All"
|
1423 |
msgstr "Všechny"
|
1424 |
|
1425 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1426 |
msgid "Checkbox"
|
1427 |
msgstr "Zaškrtávací políčko"
|
1428 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1429 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1430 |
msgid ""
|
1431 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
@@ -1460,15 +1515,10 @@ msgstr "Poslat kopii na tento e-mail:"
|
|
1460 |
msgid "Messages"
|
1461 |
msgstr "Hlášky"
|
1462 |
|
1463 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1464 |
-
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1465 |
-
msgid "Success"
|
1466 |
-
msgstr ""
|
1467 |
-
|
1468 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1469 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1470 |
msgid "Invalid email address"
|
1471 |
-
msgstr ""
|
1472 |
|
1473 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:161
|
1474 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:149
|
@@ -1490,21 +1540,27 @@ msgstr "Špatně zadaný kód CAPTCHA"
|
|
1490 |
msgid "Other errors"
|
1491 |
msgstr "Jiné chyby"
|
1492 |
|
1493 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
1494 |
msgid "Form usage"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1498 |
msgid ""
|
1499 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1500 |
"forms."
|
1501 |
msgstr ""
|
1502 |
|
1503 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1504 |
msgid "Custom label texts"
|
1505 |
msgstr "Úprava popisků u zaškrtávacího políčka"
|
1506 |
|
1507 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1508 |
msgid ""
|
1509 |
"Override the default checkbox label text for any given checkbox using the "
|
1510 |
"fields below."
|
@@ -1530,10 +1586,6 @@ msgstr "V účtu MailChimpu nebyly nalezeny žádné seznamy odběratelů."
|
|
1530 |
msgid "Statistics"
|
1531 |
msgstr "Statistiky"
|
1532 |
|
1533 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1534 |
-
msgid "Log"
|
1535 |
-
msgstr "Log"
|
1536 |
-
|
1537 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1538 |
msgid ""
|
1539 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
@@ -1566,7 +1618,7 @@ msgstr "Smazat styly formuláře"
|
|
1566 |
|
1567 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:224
|
1568 |
msgid "Use to delete all styles for this form"
|
1569 |
-
msgstr ""
|
1570 |
|
1571 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:231
|
1572 |
msgid "Build CSS File"
|
@@ -1618,13 +1670,117 @@ msgstr "Výchozí nastavení formuláře"
|
|
1618 |
msgid "Default Messages"
|
1619 |
msgstr "Výchozí hlášky"
|
1620 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1621 |
#. Plugin URI of the plugin/theme
|
1622 |
msgid "https://mc4wp.com/"
|
1623 |
msgstr "https://mc4wp.com/"
|
1624 |
|
1625 |
#. Description of the plugin/theme
|
1626 |
msgid "Adds various sign-up methods to your website."
|
1627 |
-
msgstr ""
|
1628 |
|
1629 |
#. Author of the plugin/theme
|
1630 |
msgid "Danny van Kooten"
|
1 |
+
# Copyright (C) 2015 Danny van Kooten
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
# Jan Toman <toman.jan@gmail.com>, 2014-2015
|
5 |
+
# Libor Matějka <libor.matejka@hotmail.cz>, 2015
|
6 |
+
# Ondra <subrt.ondra@gmail.com>, 2015
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: MailChimp for WordPress\n"
|
10 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
11 |
+
"POT-Creation-Date: 2015-02-25 06:33:40+00:00\n"
|
12 |
+
"PO-Revision-Date: 2015-03-17 08:45+0000\n"
|
13 |
+
"Last-Translator: Ondra <subrt.ondra@gmail.com>\n"
|
14 |
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/cs_CZ/)\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
27 |
"X-Poedit-SourceCharset: utf-8\n"
|
28 |
"X-Textdomain-Support: yes\n"
|
29 |
|
30 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:150
|
31 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:187
|
32 |
msgid "Settings"
|
33 |
msgstr "Nastavení"
|
34 |
|
35 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:169
|
36 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:16
|
37 |
+
msgid "Upgrade to MailChimp for WordPress Pro"
|
38 |
+
msgstr "Upgrade na Pro verzi pluginu."
|
39 |
|
40 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:188
|
41 |
+
msgid "MailChimp API Settings"
|
42 |
+
msgstr "Nastavení API MailChimpu"
|
43 |
+
|
44 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:189
|
45 |
+
msgid "MailChimp"
|
46 |
+
msgstr "MailChimp"
|
47 |
+
|
48 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:194
|
49 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
50 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:537
|
51 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
52 |
+
msgid "Checkbox Settings"
|
53 |
+
msgstr "Nastavení zaškrtávacích políček"
|
54 |
|
55 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:195
|
56 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:538
|
57 |
msgid "Checkboxes"
|
58 |
msgstr "Zaškrtávací políčka"
|
59 |
|
60 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:200
|
61 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
62 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:385
|
63 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:543
|
64 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
65 |
+
msgid "Form Settings"
|
66 |
+
msgstr "Nastavení formuláře"
|
67 |
+
|
68 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:201
|
69 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:544
|
70 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
71 |
msgid "Forms"
|
72 |
msgstr "Formuláře"
|
73 |
|
74 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:205
|
75 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:206
|
76 |
+
msgid "Upgrade to Pro"
|
77 |
+
msgstr "Aktivovat verzi PRO"
|
78 |
+
|
79 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:359
|
80 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
81 |
msgstr "Tato možnost je dostupná pouze v Pro verzi pluginu."
|
82 |
|
83 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:361
|
84 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
85 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
86 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
87 |
+
msgid "(PRO ONLY)"
|
88 |
+
msgstr "(pouze v PRO verzi)"
|
89 |
+
|
90 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:362
|
91 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:634
|
92 |
+
msgid "Button text"
|
93 |
+
msgstr "Text tlačítka"
|
94 |
+
|
95 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:363
|
96 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
97 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:635
|
98 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
99 |
+
msgid "Initial value"
|
100 |
+
msgstr "Předvyplněná hodnota"
|
101 |
+
|
102 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:364
|
103 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
104 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
105 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
106 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:636
|
107 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
108 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
109 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
110 |
+
msgid "(optional)"
|
111 |
+
msgstr "(nepovinné)"
|
112 |
+
|
113 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:365
|
114 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:637
|
115 |
+
msgid "Label for"
|
116 |
+
msgstr "Popisek pro"
|
117 |
+
|
118 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:366
|
119 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:638
|
120 |
+
msgid "(or leave empty)"
|
121 |
+
msgstr "(nebo nechte prázdné)"
|
122 |
+
|
123 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:367
|
124 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:639
|
125 |
+
msgid "Subscribe"
|
126 |
+
msgstr "Přihlásit se k odběru"
|
127 |
+
|
128 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:391
|
129 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:677
|
130 |
msgid "Comment form"
|
131 |
msgstr "Formulář pro přidávání komentářů"
|
132 |
|
133 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:392
|
134 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:678
|
135 |
msgid "Registration form"
|
136 |
msgstr "Registrační formulář"
|
137 |
|
138 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:396
|
139 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:682
|
140 |
msgid "MultiSite forms"
|
141 |
msgstr "Formuláře MultiSite"
|
142 |
|
143 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:400
|
144 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:686
|
145 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:301
|
146 |
msgid "BuddyPress registration"
|
147 |
msgstr "Registrace do BuddyPress"
|
148 |
|
149 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:408
|
150 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:412
|
151 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:694
|
152 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:698
|
153 |
msgid "%s checkout"
|
154 |
+
msgstr "%s pokladna"
|
155 |
|
156 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:440
|
157 |
+
msgid ""
|
158 |
+
"The plugin can only fetch a maximum of 100 lists from MailChimp, only your "
|
159 |
+
"first 100 lists are shown."
|
160 |
+
msgstr "Plugin může z Mailchimpu \"natáhnout\" jen 100 listů. Bude zobrazeno prvních 100 listů."
|
161 |
+
|
162 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:445
|
163 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:742
|
164 |
msgid "Renewed MailChimp cache."
|
165 |
msgstr "Seznamy adres z MailChimpu byly úspěšně aktualizovány."
|
166 |
|
167 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:447
|
168 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:744
|
169 |
msgid "Failed to renew MailChimp cache - please try again later."
|
170 |
msgstr "Při aktualizaci seznamu adres z MailChimpu se vyskytla chyba - zkuste to prosím později."
|
171 |
|
172 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:480
|
|
|
173 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
174 |
msgstr "Políčko pro EMAIL. Příklad: <code>%s</code>"
|
175 |
|
176 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
177 |
msgid "A submit button. Example: <code>%s</code>"
|
178 |
msgstr "Odesílací tlačítko. Příklad: <code>%s</code>"
|
179 |
|
180 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
181 |
msgid "Sign Up"
|
182 |
msgstr "Registrovat"
|
183 |
|
184 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:511
|
|
|
185 |
msgid "A '%s' field"
|
186 |
msgstr "Políčko '%s'"
|
187 |
|
188 |
+
#: mailchimp-for-wordpress/includes/class-form-request.php:702
|
189 |
msgid "Please select at least one list to subscribe to."
|
190 |
msgstr "Vyberte prosím alespoň jeden seznam, do kterého se budou uživatelé registrovat."
|
191 |
|
193 |
msgid "MailChimp Sign-Up Form"
|
194 |
msgstr "Registrační formulář MailChimpu"
|
195 |
|
196 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:22
|
197 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
198 |
msgstr "Zobrazuje váš formulář pro odběratele"
|
199 |
|
200 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:66
|
201 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:71
|
202 |
msgid "Newsletter"
|
203 |
msgstr "Newsletter"
|
204 |
|
205 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:69
|
206 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:82
|
207 |
msgid "Title:"
|
208 |
msgstr "Titulek:"
|
209 |
|
210 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:73
|
211 |
msgid ""
|
212 |
+
"You can edit your sign-up form in the <a href=\"%s\">MailChimp for WordPress"
|
213 |
+
" form settings</a>."
|
214 |
+
msgstr "Editovat nastavení přihlašovacích formulářů pluginu \"Mailchimp for Wordpress\" můžete <a href=\"%s\">zde</a>."
|
215 |
|
216 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
217 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:292
|
218 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
219 |
msgid "Email address"
|
220 |
msgstr "E-mailová adresa:"
|
221 |
|
222 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
223 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:291
|
224 |
msgid "Your email address"
|
225 |
msgstr "Vaše e-mailová adresa:"
|
226 |
|
227 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
228 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:293
|
229 |
msgid "Sign up"
|
230 |
msgstr "Registrovat se"
|
231 |
|
234 |
msgid "Sign me up for the newsletter!"
|
235 |
msgstr "Přihlásit se k odběru novinek!"
|
236 |
|
237 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:50
|
238 |
msgid ""
|
239 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
240 |
"inbox."
|
241 |
msgstr "Děkujeme, registrace byla úspěšná. Zkontrolujte si prosím svou e-mailovou schránku."
|
242 |
|
243 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:51
|
244 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:52
|
245 |
msgid "Oops. Something went wrong. Please try again later."
|
246 |
msgstr "Něco se pokazilo. Vyzkoušejte to prosím znovu."
|
247 |
|
248 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:52
|
249 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:53
|
250 |
msgid "Please provide a valid email address."
|
251 |
msgstr "Vyplňte prosím validní tvar e-mailu."
|
252 |
|
253 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:53
|
254 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:54
|
255 |
msgid "Given email address is already subscribed, thank you!"
|
256 |
msgstr "Zadaná adresa je již na našem seznamu odběratelů. Děkujeme!"
|
257 |
|
258 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:54
|
259 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:55
|
260 |
msgid "Please complete the CAPTCHA."
|
261 |
msgstr "Vyplňte prosím kód CAPTCHA."
|
262 |
|
263 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:55
|
264 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:56
|
265 |
msgid "Please fill in the required fields."
|
266 |
msgstr "Vyplňte prosím všechna povinná políčka."
|
267 |
|
268 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
269 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
270 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
271 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
272 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:106
|
273 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:121
|
274 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:134
|
275 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:145
|
276 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:164
|
277 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:178
|
278 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
279 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
280 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
281 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
285 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
286 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
287 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
288 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:71
|
289 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
290 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
291 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
292 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
293 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
297 |
msgid "Yes"
|
298 |
msgstr "Ano"
|
299 |
|
300 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
301 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
302 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
303 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
304 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
305 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:110
|
306 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:125
|
307 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:136
|
308 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:149
|
309 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:168
|
310 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:182
|
311 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
312 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
313 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
314 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
318 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
319 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
320 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
321 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:75
|
322 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
323 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
324 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
325 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
326 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
331 |
msgid "No"
|
332 |
msgstr "Ne"
|
333 |
|
334 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:236
|
335 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:239
|
336 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:311
|
337 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:320
|
338 |
msgid "MailChimp for WordPress - Error"
|
339 |
msgstr "Chyba pluginu MailChimp pro WordPress"
|
340 |
|
341 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:237
|
342 |
msgid ""
|
343 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
344 |
"settings</a>."
|
345 |
msgstr "Vyberte prosím seznam odběratelů v sekci <a href=\"%s\">Nastavení zaškrtávacích políček</a>"
|
346 |
|
347 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:238
|
348 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:319
|
349 |
msgid "This message is only visible to administrators for debugging purposes."
|
350 |
msgstr "Tato ladící hláška je zobrazena pouze administrátorům."
|
351 |
|
352 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:312
|
353 |
msgid ""
|
354 |
"The MailChimp server returned the following error message as a response to "
|
355 |
"our sign-up request:"
|
356 |
msgstr "Při odeslání požadavku na přihlášení vrátil MailChimp tuto chybovou hlášku:"
|
357 |
|
358 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:314
|
359 |
msgid "This is the data that was sent to MailChimp:"
|
360 |
msgstr "Toto jsou data, která byla odeslána do MailChimpu:"
|
361 |
|
362 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:315
|
363 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:664
|
364 |
msgid "Email address:"
|
365 |
msgstr "E-mailová adresa:"
|
366 |
|
367 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:317
|
368 |
msgid "Merge variables:"
|
369 |
+
msgstr "Proměnné pro registrační formulář"
|
370 |
|
371 |
#. Plugin Name of the plugin/theme
|
372 |
msgid "MailChimp for WordPress"
|
373 |
msgstr "MailChimp pro WordPress"
|
374 |
|
375 |
+
#: mailchimp-for-wordpress/includes/views/api-settings.php:12
|
376 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:99
|
377 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
378 |
+
msgid "MailChimp Settings"
|
379 |
+
msgstr "Nastavení MailChimpu"
|
380 |
+
|
381 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
382 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
383 |
msgid "API Settings"
|
432 |
msgid "No lists were found in your MailChimp account"
|
433 |
msgstr "Ve Vašem účtu v MailChimpu jsme nenašeli žádné seznamy adres."
|
434 |
|
|
|
|
|
|
|
|
|
|
|
435 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
436 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
437 |
msgid ""
|
460 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
461 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
462 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
463 |
+
msgid "No lists found, <a href=\"%s\">are you connected to MailChimp</a>?"
|
464 |
+
msgstr "Žádné seznamy odběratelů (listy) nebyly nalezeny. %sOpravdu jste přihlášení k MailChimpu?%s"
|
465 |
|
466 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
467 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
471 |
msgstr "Vyberte jeden či více seznamů adres, do kterých budou zařazeni všichni uživatelé, kteří se přihlásí k odběru novinek."
|
472 |
|
473 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
474 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:102
|
475 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
476 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
477 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
479 |
msgstr "Vyžadujete po uživatelích potvrzení e-mailu?"
|
480 |
|
481 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
482 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:113
|
483 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
484 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
485 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
489 |
msgstr "Pokud chcete, aby uživatelé museli potvrdit zadanou e-mailovou adresu předtím než budou zařazeni na seznam adres, vyberte \"Ano\" (doporučeno!)."
|
490 |
|
491 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
492 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:82
|
493 |
msgid "Checkbox settings"
|
494 |
msgstr "Nastavení zaškrtávacích políček"
|
495 |
|
496 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
497 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:85
|
498 |
msgid "Add the checkbox to these forms"
|
499 |
msgstr "U kterých formulářů chcete nabízet odběr novinek?"
|
500 |
|
501 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
502 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:92
|
503 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
504 |
msgstr "Výběrem konkrétního formuláře automaticky nastavíte, aby se u něj zobrazovalo zaškrtávací políčko pro odběr novinek."
|
505 |
|
506 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
507 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:105
|
508 |
msgid "Checkbox label text"
|
509 |
msgstr "Popisek u zaškrtávacího políčka"
|
510 |
|
511 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
512 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:108
|
513 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:148
|
514 |
msgid "HTML tags like %s are allowed in the label text."
|
515 |
msgstr "HTML tagy %s jsou v popisku povoleny."
|
516 |
|
517 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
518 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:112
|
519 |
msgid "Pre-check the checkbox?"
|
520 |
msgstr "Chcete zaškrtávat políčko jako výchozí stav?"
|
521 |
|
522 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
523 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:117
|
524 |
msgid "Load some default CSS?"
|
525 |
msgstr "Chcete načíst výchozí CSS styly?"
|
526 |
|
527 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
528 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:119
|
529 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
530 |
msgstr "Pokud se vám zaškrtávací políčko nezobrazuje dobře, vyberte \"Ano\"."
|
531 |
|
532 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
533 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:122
|
534 |
msgid "WooCommerce checkbox position"
|
535 |
msgstr "Umístění zaškrtávacího políčka ve WooCommerce"
|
536 |
|
537 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
538 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:125
|
539 |
msgid "After the billing details"
|
540 |
msgstr "Za detaily o platbě"
|
541 |
|
542 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
543 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:126
|
544 |
msgid "After the additional information"
|
545 |
msgstr "Za doplňkovými informacemi"
|
546 |
|
547 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
548 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
|
549 |
msgid ""
|
550 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
551 |
+
msgstr "Zvolte polohu pro checkbox v platební stránce ve WooVommerce "
|
|
|
|
|
|
|
|
|
|
|
|
|
552 |
|
553 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
554 |
msgid ""
|
570 |
msgid "Yes, load basic form styles"
|
571 |
msgstr "Ano, chci načíst výchozí styly"
|
572 |
|
|
|
|
|
|
|
|
|
|
|
|
|
573 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
574 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
575 |
msgid "Yes, load my custom form styles"
|
631 |
msgid "Form mark-up"
|
632 |
msgstr "HTML kód formuláře"
|
633 |
|
634 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:79
|
635 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:90
|
|
|
|
|
|
|
|
|
|
|
636 |
msgid ""
|
637 |
"Use the shortcode %s to display this form inside a post, page or text "
|
638 |
"widget."
|
639 |
msgstr "Pro zobrazení tohoto formuláře v příspěvku, stránce nebo ve textovém widgetu použijte zkratku %s."
|
640 |
|
641 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
642 |
+
#: mailchimp-for-wordpress-pro/includes/views/parts/missing-fields-notice.php:4
|
643 |
+
msgid "Your form is missing the following (required) form fields:"
|
644 |
+
msgstr "Ve vašem formuláři chybí tato (povinná) formulářová políčka:"
|
645 |
+
|
646 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:117
|
647 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
648 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
649 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
650 |
msgid "Send Welcome Email?"
|
651 |
msgstr "Chcete posílat uvítací e-mail?"
|
652 |
|
653 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:128
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
655 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
656 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
659 |
"succeeds (only when double opt-in is disabled)."
|
660 |
msgstr "Pokud chcete, aby uživateli, který se nově přidá na seznam adres, přišel uvítací e-mail, vyberte \"Ano\". Tato možnost je dostupná pouze v případě, že nevyžadujete ověření e-mailu."
|
661 |
|
662 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:131
|
663 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
664 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:67
|
665 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
666 |
msgid "Update existing subscribers?"
|
667 |
msgstr "Chcete upravovat již existující uživatele?"
|
668 |
|
669 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:138
|
670 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
671 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
672 |
msgid ""
|
674 |
"showing the \"already subscribed\" message)."
|
675 |
msgstr "Pokud chcete v případě, že uživatel již je v seznamu adres, upravit informace u tohoto uživatele, vyberte \"Ano\". Pokud vyberete \"Ne\", zobrazí se uživateli informace, že je na seznamu adres už zaregistrován."
|
676 |
|
677 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:141
|
678 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
679 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
680 |
msgid "Replace interest groups?"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:152
|
684 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
685 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
686 |
msgid ""
|
689 |
"groups (only when updating a subscriber)."
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:156
|
693 |
msgid "Form Settings & Messages"
|
694 |
msgstr "Nastavení formuláře a informačních hlášek"
|
695 |
|
696 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:160
|
697 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
698 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
699 |
msgid "Enable AJAX form submission?"
|
700 |
msgstr "Chcete povolit odesílání formuláře pomocí AJAXu?"
|
701 |
|
702 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:171
|
703 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
704 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
705 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
706 |
msgstr "Pokud chcete odesílat formuláře pomocí AJAXu (JavaSript), vyberte \"Ano\"."
|
707 |
|
708 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:174
|
709 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
710 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
711 |
msgid "Hide form after a successful sign-up?"
|
712 |
msgstr "Chcete skrývat formulář po úspěšné registraci?"
|
713 |
|
714 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:185
|
715 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
716 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
717 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
718 |
msgstr "Pokud chcete skrýt formulář pro odebírání novinek skrýt po úspěšné registraci na seznam adres, vyberte \"Ano\"."
|
719 |
|
720 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:188
|
721 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
722 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
723 |
msgid "Redirect to URL after successful sign-ups"
|
724 |
msgstr "Na kterou adresu chcete přesměrovat uživatele po registraci?"
|
725 |
|
726 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:190
|
727 |
msgid "Example: %s"
|
728 |
msgstr "Příklad: %s"
|
729 |
|
730 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:191
|
731 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
732 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
733 |
msgid ""
|
734 |
+
"Leave empty for no redirect. Otherwise, use complete (absolute) URLs, "
|
735 |
+
"including <code>http://</code>."
|
736 |
+
msgstr ""
|
737 |
|
738 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
739 |
msgid "Success message"
|
740 |
msgstr "Hláška po úspěšné registraci"
|
741 |
|
742 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:199
|
743 |
msgid "Invalid email address message"
|
744 |
msgstr "Chybová hláška při špatně zadaném e-mailu"
|
745 |
|
746 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:203
|
747 |
msgid "Required field missing message"
|
748 |
msgstr "Chybová hláška pro případ, že uživatel nevyplnil všechna políčka"
|
749 |
|
750 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:207
|
751 |
msgid "Already subscribed message"
|
752 |
msgstr "Hláška pro případ, že je uživatel již zaregistrovaný"
|
753 |
|
754 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:212
|
755 |
msgid "Invalid CAPTCHA message"
|
756 |
msgstr "Hláška pro chybné vyplnění kódu CAPTCHA"
|
757 |
|
758 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:217
|
759 |
msgid "General error message"
|
760 |
msgstr "Obecná chybová hláška"
|
761 |
|
762 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:223
|
763 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
764 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
765 |
msgid "HTML tags like %s are allowed in the message fields."
|
766 |
msgstr "HTML tagy %s jsou v zobrazovaných hláškách povoleny."
|
767 |
|
768 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:237
|
769 |
msgid "Building your sign-up form"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:238
|
773 |
msgid ""
|
774 |
"At a minimum, your form should include just an %s field and a submit button."
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:239
|
778 |
msgid ""
|
779 |
"Add more form fields if your selected lists require more fields. Field names"
|
780 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
781 |
"field\" tool to have the HTML generated for you."
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:241
|
785 |
msgid "Form Styling"
|
786 |
msgstr "Vzhled formuláře"
|
787 |
|
788 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:242
|
789 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:243
|
793 |
msgid ""
|
794 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
795 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
796 |
" plugin like %s"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:244
|
800 |
msgid ""
|
801 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
802 |
"selectors you can use to target the different form elements."
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:245
|
806 |
msgid ""
|
807 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
808 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
809 |
"lets you customize form styles without writing any code."
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:247
|
813 |
msgid "Form variables"
|
814 |
msgstr "Proměnné pro registrační formulář"
|
815 |
|
816 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:248
|
817 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:427
|
818 |
msgid "Use the following variables to add some dynamic content to your form."
|
819 |
msgstr "Pro přidávání dynamického obsahu do vašeho formuláře používejte následující proměnné."
|
820 |
|
821 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:255
|
822 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
823 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:259
|
827 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
828 |
msgid "Replaced with the form response (error or success messages)."
|
829 |
msgstr "Bude nahrazeno potvrzovací, chybovou či jinou hláškou."
|
830 |
|
831 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:264
|
832 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
833 |
msgid "Replaced with a captcha field."
|
834 |
msgstr "Bude nahrazeno kódem CAPTCHA."
|
835 |
|
836 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
837 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
838 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
839 |
msgstr "Bude nahrazeno počtem odběratelů na vybraném seznamu adres."
|
840 |
|
841 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:273
|
842 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
843 |
msgid "Replaced with the current site language, eg: %s"
|
844 |
msgstr "Bude nahrazeno aktuálně nastaveným jazykem stránky, např. %s."
|
845 |
|
846 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:277
|
847 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
848 |
msgid "Replaced with the visitor's IP address"
|
849 |
msgstr "Bude nahrazeno IP adresou uživatele."
|
850 |
|
851 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:281
|
852 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
853 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
854 |
msgstr "Bude nahrazeno aktuálním datem (yyyy/mm/dd, např. %s)."
|
855 |
|
856 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:285
|
857 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
858 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
859 |
msgstr "Bude nahrazeno aktuálním časem (hh:mm:ss, např. %s)."
|
860 |
|
861 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:289
|
862 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
863 |
msgid ""
|
864 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
865 |
"in user)"
|
866 |
msgstr "Bude nahrazeno e-mailem právě přihlášeného uživatele. Pokud nebude uživatel přihlášený, zůstane hodnota prázdná."
|
867 |
|
868 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:293
|
869 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
870 |
msgid "First name of the current user"
|
871 |
msgstr "Křestní jméno právě přihlášeného uživatele."
|
872 |
|
873 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:297
|
874 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
875 |
msgid "Last name of the current user"
|
876 |
msgstr "Příjmení právě přihlášeného uživatele."
|
877 |
|
878 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:301
|
879 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
880 |
msgid "Current user ID"
|
881 |
msgstr "ID aktuálně přihlášeného uživatele."
|
882 |
|
883 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:305
|
884 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
885 |
msgid "Current URL"
|
886 |
msgstr "URL stránky, na které se nacházíte."
|
887 |
|
888 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
889 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:31
|
890 |
msgid "Add a new field"
|
891 |
msgstr "Přidat nové políčko"
|
892 |
|
895 |
msgstr "Pro vytvoření políček do formuláře použijte prosím generorátor HTML kódu."
|
896 |
|
897 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
898 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:35
|
899 |
msgid "Select MailChimp field.."
|
900 |
msgstr "Vyberte políčko MailChimpu..."
|
901 |
|
902 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
903 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:39
|
904 |
msgid "Submit Button"
|
905 |
msgstr "Odesílací tlačítko"
|
906 |
|
907 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
908 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:40
|
909 |
msgid "Lists Choice"
|
910 |
msgstr "Volba seznamu, na který se uživatel chce přihlásit"
|
911 |
|
912 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
913 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
914 |
msgid "Label"
|
915 |
msgstr "Popisek"
|
916 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
917 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
918 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
919 |
msgid "Placeholder"
|
920 |
msgstr "Zástupný text"
|
921 |
|
|
|
|
|
|
|
|
|
|
|
922 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
923 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
924 |
msgid "Labels"
|
925 |
msgstr "Popisky"
|
926 |
|
927 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
928 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
929 |
msgid "(leave empty to hide)"
|
930 |
msgstr "(pokud chcete skrýt, ponechte prázdné)"
|
931 |
|
932 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
933 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:68
|
934 |
msgid "Wrap in paragraph %s tags?"
|
935 |
msgstr "Obalit do tagů %s pro odstavec?"
|
936 |
|
937 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
938 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:72
|
939 |
msgid "Required field?"
|
940 |
msgstr "Povinné políčko?"
|
941 |
|
942 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
943 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:76
|
944 |
msgid "Add to form"
|
945 |
msgstr "Přidat do formuláře"
|
946 |
|
947 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
948 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:80
|
949 |
msgid "Generated HTML"
|
950 |
msgstr "Vygenerované HTML:"
|
951 |
|
983 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
987 |
msgid "Show a token of your appreciation"
|
988 |
msgstr ""
|
989 |
|
990 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
|
|
|
|
|
|
|
|
991 |
msgid "Leave a %s plugin review on WordPress.org"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
995 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
996 |
+
msgstr "Používám Mailchimp for Wordpress od @DannyvanKootena - je to super!"
|
997 |
|
998 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
999 |
msgid "Tweet about MailChimp for WordPress"
|
1000 |
msgstr "Sdílej MailChimp pro WordPress na Twitteru"
|
1001 |
|
1002 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:19
|
1003 |
msgid ""
|
1004 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
1005 |
"page</a>."
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:20
|
1009 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:24
|
1013 |
msgid "About the developer"
|
1014 |
msgstr "O vývojáři"
|
1015 |
|
1025 |
msgstr ""
|
1026 |
|
1027 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
1028 |
+
msgid "Upgrade Now"
|
1029 |
+
msgstr "Upgradovat"
|
1030 |
|
1031 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:206
|
1032 |
msgid "Documentation"
|
1033 |
msgstr "Dokumentace"
|
1034 |
|
1035 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:254
|
1036 |
msgid "Save Form"
|
1037 |
msgstr "Uložit formulář"
|
1038 |
|
1039 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:258
|
1040 |
msgid "Update Form"
|
1041 |
msgstr "Upravit formulář"
|
1042 |
|
1043 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:314
|
1044 |
msgid "Back to general form settings"
|
1045 |
msgstr "Zpět na obecné nastavení"
|
1046 |
|
1047 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:316
|
1048 |
msgid "Form updated."
|
1049 |
msgstr "Formulář byl upravený."
|
1050 |
|
1051 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:317
|
1052 |
msgid "Form saved."
|
1053 |
msgstr "Formulář byl uložený."
|
1054 |
|
1055 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:386
|
1056 |
msgid "Optional Settings"
|
1057 |
msgstr "Nepovinná nastavení"
|
1058 |
|
1059 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:387
|
1060 |
msgid "Form Variables"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:531
|
1064 |
+
msgid "MailChimp & Plugin License Settings"
|
1065 |
+
msgstr "Nastavení licence pro MailChimp & pluginu"
|
1066 |
+
|
1067 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:532
|
1068 |
msgid "MailChimp & License"
|
1069 |
msgstr "MailChimp & licence"
|
1070 |
|
1071 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:548
|
1072 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:549
|
1073 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1074 |
msgid "Reports"
|
1075 |
msgstr "Souhrny"
|
1076 |
|
1077 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:732
|
1078 |
msgid ""
|
1079 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1080 |
"href=\"%s\">Provide a valid API key.</a>"
|
1081 |
msgstr ""
|
1082 |
|
1083 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:834
|
1084 |
msgid "End date can't be before the start date"
|
1085 |
msgstr "Datum konce nemůže být před datumem začátku"
|
1086 |
|
1087 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:866
|
1088 |
msgid ""
|
1089 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1090 |
"page."
|
1091 |
msgstr ""
|
1092 |
|
1093 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:882
|
1094 |
msgid ""
|
1095 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1096 |
+
"settings you set in the Lite version, you can safely <a "
|
1097 |
+
"href=\"%s\">deactivate it now</a>."
|
1098 |
+
msgstr ""
|
1099 |
|
1100 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1101 |
msgid ""
|
1117 |
msgid "The %sCSS Stylesheet%s has been created."
|
1118 |
msgstr "%CSS soubor\" byl vytvořen."
|
1119 |
|
1120 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:142
|
1121 |
msgid "I know. Don't bug me."
|
1122 |
msgstr "Jsem si toho vědom. Nezobrazovat toto upozornění."
|
1123 |
|
1124 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:161
|
1125 |
msgid ""
|
1126 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1127 |
"able to get %s updates. Please add %s to %s."
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:203
|
1131 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1132 |
msgstr "Vaše %s licence byla aktivována. Máte neomezenou licenci."
|
1133 |
|
1134 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:205
|
1135 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1136 |
msgstr "Vaše licence byla aktivována. Byla použita %d/%d aktivace."
|
1137 |
|
1138 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:210
|
1139 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1140 |
msgstr "<a href=\"%s\">Víte, že můžete tuto licenci ještě vylepšit?</a>"
|
1141 |
|
1142 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:214
|
1143 |
msgid ""
|
1144 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1145 |
" it?</a>"
|
1146 |
msgstr "<a href=\"%s\">Vaše licence vyprší za %d dní. Chcete ji prodloužit?</a>"
|
1147 |
|
1148 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:223
|
1149 |
msgid ""
|
1150 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1151 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:227
|
1155 |
msgid ""
|
1156 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1157 |
"you want to use it again."
|
1158 |
+
msgstr "Vaše license vypršela. Musíte <a href=\"%s\"> ji obnovit</a>, abyste mohli plugin znovu používat."
|
1159 |
|
1160 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:230
|
1161 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1162 |
msgstr "Při aktivaci vaší licence se vyskytla chyba. Vypadá to, že je licenční klíč neplatný."
|
1163 |
|
1164 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:255
|
1165 |
msgid "Your %s license has been deactivated."
|
1166 |
msgstr "Vaše %s licence byla deaktivována."
|
1167 |
|
1168 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:260
|
1169 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:66
|
1170 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:75
|
1171 |
msgid ""
|
1172 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1173 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:262
|
1177 |
msgid "Failed to deactivate your %s license."
|
1178 |
msgstr "Aktivace vaší %s licence se nepodařila."
|
1179 |
|
1180 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:300
|
1181 |
msgid "Request error: \"%s\""
|
1182 |
msgstr "Chyba požadavku: \"%s\""
|
1183 |
|
1184 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:459
|
1185 |
msgid "%s: License Settings"
|
1186 |
msgstr "%s: Nastavení licence"
|
1187 |
|
1191 |
"the license."
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:64
|
1195 |
msgid ""
|
1196 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:126
|
1200 |
msgid ""
|
1201 |
+
"This site has not been activated properly on mc4wp.com and thus cannot check"
|
1202 |
+
" for future updates. Please activate your site with a valid license key."
|
|
|
1203 |
msgstr ""
|
1204 |
|
1205 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1256 |
msgid "Paste your license key here, as found in the email receipt."
|
1257 |
msgstr "Licenční klíč, který jsme vám poslali e-mailem, vložte sem."
|
1258 |
|
1259 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:79
|
|
|
|
|
|
|
|
|
1260 |
msgid "Your %s license will expire on %s."
|
1261 |
msgstr "Vaše %s licence vyprší %s."
|
1262 |
|
1263 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:83
|
1264 |
msgid "%sRenew your license now%s."
|
1265 |
msgstr "%sObnovit licenci%s."
|
1266 |
|
1267 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:261
|
1268 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1269 |
msgstr "<strong>Chyba:</strong> Definujte prosím ID formuláře. Příklad: %s"
|
1270 |
|
1271 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:275
|
1272 |
msgid ""
|
1273 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1274 |
" correct form ID."
|
1275 |
msgstr "<strong>Chyba:</strong> Formulář pro odběr nebyl nalezen. Použijte prosím správné ID formuláře."
|
1276 |
|
1277 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:647
|
1278 |
msgid "New MailChimp Sign-Up"
|
1279 |
msgstr ""
|
1280 |
|
1281 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:655
|
1282 |
msgid "New Sign-Up"
|
1283 |
msgstr "Nový formulář pro odběr uživatelů"
|
1284 |
|
1285 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:656
|
1286 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1287 |
msgstr ""
|
1288 |
|
1289 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:661
|
1290 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:77
|
1291 |
msgid "List"
|
1292 |
msgstr "Seznam"
|
1293 |
|
1294 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:701
|
1295 |
msgid "Other fields"
|
1296 |
msgstr "Ostatní políčka"
|
1297 |
|
1298 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:718
|
1299 |
msgid ""
|
1300 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1301 |
"be added to the selected MailChimp lists until they confirm their email "
|
1302 |
"address."
|
1303 |
msgstr "Upozorňujeme, že jste aktivovali potvrzování e-mailu při odběru. Uživatel nebude přidán na vybraný seznam odběratelů dokud nepotvrdí existenci jejich e-mailové adresy."
|
1304 |
|
1305 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:720
|
1306 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1307 |
msgstr ""
|
1308 |
|
1324 |
"href=\"%s\">widget settings</a>."
|
1325 |
msgstr ""
|
1326 |
|
1327 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:86
|
1328 |
msgid "Form:"
|
1329 |
msgstr "Formulář:"
|
1330 |
|
1331 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:88
|
1332 |
msgid "Select the form to show"
|
1333 |
+
msgstr "Vyberte formulář k zobrazení"
|
1334 |
|
1335 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:96
|
1336 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1337 |
msgstr "Nemáte žádné formuláře pro registraci odběratelů. <a href=\"%s\">Vytvořit formulář</a>"
|
1338 |
|
1339 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:51
|
1340 |
msgid ""
|
1341 |
"Thank you, your sign-up request was successful! Please check your email "
|
1342 |
"inbox to confirm."
|
1343 |
+
msgstr "Děkujeme, vaše registrace byla úspěšná. Prosím, zkontrolujte váš emailový účet a dokončete registraci."
|
1344 |
|
1345 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:43
|
1346 |
msgid "ID"
|
1347 |
msgstr "ID"
|
1348 |
|
1349 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:44
|
1350 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:426
|
1351 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:462
|
1352 |
msgid "Form"
|
1353 |
msgstr "Formulář"
|
1354 |
|
1355 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:45
|
1356 |
msgid "Shortcode"
|
1357 |
msgstr "Zkratka"
|
1358 |
|
1359 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:46
|
1360 |
msgid "List(s)"
|
1361 |
msgstr "Seznam(y)"
|
1362 |
|
1363 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:47
|
1364 |
msgid "Last edited"
|
1365 |
msgstr "Naposledy upraveno"
|
1366 |
|
1367 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:98
|
1368 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:102
|
1369 |
msgid "Edit Form"
|
1370 |
msgstr "Upravit formulář"
|
1371 |
|
1372 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:99
|
1373 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:253
|
1374 |
msgid "Delete"
|
1375 |
msgstr "Smazat"
|
1376 |
|
1377 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:131
|
1378 |
msgid "No MailChimp list(s) selected yet."
|
1379 |
msgstr "Žádný seznam odběratelů zatím nebyl vybrán."
|
1380 |
|
1381 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:141
|
1382 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1383 |
msgstr "Zatím jste nevytvořili žádné formuláře pro registraci odběratelů. Už je nejvyšší čas!"
|
1384 |
|
1385 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:46
|
1386 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1387 |
+
msgid "Log"
|
1388 |
+
msgstr "Log"
|
1389 |
|
1390 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:47
|
1391 |
+
msgid "Log Items"
|
1392 |
msgstr ""
|
1393 |
|
1394 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:76
|
1395 |
msgid "Email"
|
1396 |
msgstr "E-mail"
|
1397 |
|
1398 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:78
|
1399 |
+
msgid "Data"
|
1400 |
+
msgstr "Data"
|
1401 |
+
|
1402 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:79
|
1403 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1404 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1405 |
+
msgid "Success"
|
1406 |
+
msgstr ""
|
1407 |
+
|
1408 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:80
|
1409 |
msgid "Type"
|
1410 |
msgstr "Typ"
|
1411 |
|
1412 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:81
|
1413 |
msgid "Source"
|
1414 |
msgstr "Zdroj"
|
1415 |
|
1416 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:82
|
|
|
|
|
|
|
|
|
1417 |
msgid "Subscribed"
|
1418 |
msgstr ""
|
1419 |
|
1420 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:150
|
1421 |
msgid "Log items deleted."
|
1422 |
+
msgstr "Smazány záznamy v logu."
|
|
|
|
|
|
|
|
|
|
|
1423 |
|
1424 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:297
|
1425 |
+
msgid "Top Bar"
|
1426 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
1427 |
|
1428 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:305
|
1429 |
msgid "MultiSite registration"
|
1430 |
msgstr "MultiSite registrace"
|
1431 |
|
1432 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:318
|
|
|
|
|
|
|
|
|
|
|
1433 |
msgid "Contact Form 7"
|
1434 |
msgstr "Contact Form 7"
|
1435 |
|
1436 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:322
|
1437 |
msgid "bbPress: New Topic"
|
1438 |
msgstr "bbPress: Nové téma"
|
1439 |
|
1440 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:326
|
1441 |
msgid "bbPress: New Reply"
|
1442 |
msgstr "bbPress: Nová odpověď"
|
1443 |
|
1444 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:332
|
1445 |
msgid "Other Form"
|
1446 |
msgstr "Jiný formulář"
|
1447 |
|
1448 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:398
|
1449 |
msgid "No subscribe requests found."
|
1450 |
msgstr ""
|
1451 |
|
1452 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:420
|
1453 |
msgid "All"
|
1454 |
msgstr "Všechny"
|
1455 |
|
1456 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:432
|
1457 |
msgid "Checkbox"
|
1458 |
msgstr "Zaškrtávací políčko"
|
1459 |
|
1460 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:475
|
1461 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:478
|
1462 |
+
msgid "Registration"
|
1463 |
+
msgstr "Registrace"
|
1464 |
+
|
1465 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:489
|
1466 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:503
|
1467 |
+
msgid "Order"
|
1468 |
+
msgstr ""
|
1469 |
+
|
1470 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:492
|
1471 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:506
|
1472 |
+
msgid "Checkout"
|
1473 |
+
msgstr "Pokladna"
|
1474 |
+
|
1475 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1476 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:525
|
1477 |
+
msgid "Comment"
|
1478 |
+
msgstr "Komentář"
|
1479 |
+
|
1480 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1481 |
+
msgid "deleted"
|
1482 |
+
msgstr "smazáno"
|
1483 |
+
|
1484 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1485 |
msgid ""
|
1486 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
1515 |
msgid "Messages"
|
1516 |
msgstr "Hlášky"
|
1517 |
|
|
|
|
|
|
|
|
|
|
|
1518 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1519 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1520 |
msgid "Invalid email address"
|
1521 |
+
msgstr "Neplatná emailová adresa"
|
1522 |
|
1523 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:161
|
1524 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:149
|
1540 |
msgid "Other errors"
|
1541 |
msgstr "Jiné chyby"
|
1542 |
|
1543 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:89
|
1544 |
msgid "Form usage"
|
1545 |
msgstr ""
|
1546 |
|
1547 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:78
|
1548 |
+
msgid ""
|
1549 |
+
"Select \"yes\" if you want to update existing subscribers with the data that"
|
1550 |
+
" is sent."
|
1551 |
+
msgstr ""
|
1552 |
+
|
1553 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:100
|
1554 |
msgid ""
|
1555 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1556 |
"forms."
|
1557 |
msgstr ""
|
1558 |
|
1559 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:136
|
1560 |
msgid "Custom label texts"
|
1561 |
msgstr "Úprava popisků u zaškrtávacího políčka"
|
1562 |
|
1563 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:137
|
1564 |
msgid ""
|
1565 |
"Override the default checkbox label text for any given checkbox using the "
|
1566 |
"fields below."
|
1586 |
msgid "Statistics"
|
1587 |
msgstr "Statistiky"
|
1588 |
|
|
|
|
|
|
|
|
|
1589 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1590 |
msgid ""
|
1591 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
1618 |
|
1619 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:224
|
1620 |
msgid "Use to delete all styles for this form"
|
1621 |
+
msgstr "Použijte pro smazání všech stylů v tomto formuláři"
|
1622 |
|
1623 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:231
|
1624 |
msgid "Build CSS File"
|
1670 |
msgid "Default Messages"
|
1671 |
msgstr "Výchozí hlášky"
|
1672 |
|
1673 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:15
|
1674 |
+
msgid "Today"
|
1675 |
+
msgstr "Dnes"
|
1676 |
+
|
1677 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:16
|
1678 |
+
msgid "Yesterday"
|
1679 |
+
msgstr "Včera"
|
1680 |
+
|
1681 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:17
|
1682 |
+
msgid "Last Week"
|
1683 |
+
msgstr "Poslední týden"
|
1684 |
+
|
1685 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:18
|
1686 |
+
msgid "Last Month"
|
1687 |
+
msgstr "Poslední měsíc"
|
1688 |
+
|
1689 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:19
|
1690 |
+
msgid "Last Quarter"
|
1691 |
+
msgstr "Poslední čtvrtletí"
|
1692 |
+
|
1693 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:20
|
1694 |
+
msgid "Last Year"
|
1695 |
+
msgstr "Poslední rok"
|
1696 |
+
|
1697 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:21
|
1698 |
+
msgid "Custom"
|
1699 |
+
msgstr ""
|
1700 |
+
|
1701 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:25
|
1702 |
+
msgid "From"
|
1703 |
+
msgstr "Od"
|
1704 |
+
|
1705 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:32
|
1706 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:57
|
1707 |
+
msgid "Jan"
|
1708 |
+
msgstr "Leden"
|
1709 |
+
|
1710 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:33
|
1711 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:58
|
1712 |
+
msgid "Feb"
|
1713 |
+
msgstr "Únor"
|
1714 |
+
|
1715 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:34
|
1716 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:59
|
1717 |
+
msgid "Mar"
|
1718 |
+
msgstr "Březen"
|
1719 |
+
|
1720 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:35
|
1721 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:60
|
1722 |
+
msgid "Apr"
|
1723 |
+
msgstr "Duben"
|
1724 |
+
|
1725 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:36
|
1726 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:61
|
1727 |
+
msgid "May"
|
1728 |
+
msgstr "Květen"
|
1729 |
+
|
1730 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:37
|
1731 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:62
|
1732 |
+
msgid "Jun"
|
1733 |
+
msgstr "Červen"
|
1734 |
+
|
1735 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:38
|
1736 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:63
|
1737 |
+
msgid "Jul"
|
1738 |
+
msgstr "Červenec"
|
1739 |
+
|
1740 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:39
|
1741 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:64
|
1742 |
+
msgid "Aug"
|
1743 |
+
msgstr "Srpen"
|
1744 |
+
|
1745 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:40
|
1746 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:65
|
1747 |
+
msgid "Sep"
|
1748 |
+
msgstr "Září"
|
1749 |
+
|
1750 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:41
|
1751 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:66
|
1752 |
+
msgid "Oct"
|
1753 |
+
msgstr "Říjen"
|
1754 |
+
|
1755 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:42
|
1756 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:67
|
1757 |
+
msgid "Nov"
|
1758 |
+
msgstr "Listopad"
|
1759 |
+
|
1760 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:43
|
1761 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:68
|
1762 |
+
msgid "Dec"
|
1763 |
+
msgstr "Prosinec"
|
1764 |
+
|
1765 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:50
|
1766 |
+
msgid "To"
|
1767 |
+
msgstr ""
|
1768 |
+
|
1769 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:76
|
1770 |
+
msgid "Filter"
|
1771 |
+
msgstr "Filtr"
|
1772 |
+
|
1773 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:83
|
1774 |
+
msgid "Show these lines:"
|
1775 |
+
msgstr "Ukázat tyto řádky:"
|
1776 |
+
|
1777 |
#. Plugin URI of the plugin/theme
|
1778 |
msgid "https://mc4wp.com/"
|
1779 |
msgstr "https://mc4wp.com/"
|
1780 |
|
1781 |
#. Description of the plugin/theme
|
1782 |
msgid "Adds various sign-up methods to your website."
|
1783 |
+
msgstr "Přidá na váš web různé registrační metody"
|
1784 |
|
1785 |
#. Author of the plugin/theme
|
1786 |
msgid "Danny van Kooten"
|
languages/mailchimp-for-wp-de_DE.po
CHANGED
@@ -1,14 +1,17 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
# Freakspot, 2014
|
|
|
|
|
|
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: MailChimp for WordPress\n"
|
8 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
-
"Last-Translator:
|
12 |
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/de_DE/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -25,137 +28,205 @@ msgstr ""
|
|
25 |
"X-Poedit-SourceCharset: utf-8\n"
|
26 |
"X-Textdomain-Support: yes\n"
|
27 |
|
28 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
29 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
30 |
msgid "Settings"
|
31 |
msgstr "Einstellungen"
|
32 |
|
33 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
34 |
-
#: mailchimp-for-wordpress/includes/
|
35 |
-
msgid "Upgrade to Pro"
|
36 |
-
msgstr "
|
37 |
|
38 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
44 |
|
45 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
46 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
msgid "Checkboxes"
|
48 |
-
msgstr "
|
49 |
|
50 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
51 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
53 |
msgid "Forms"
|
54 |
msgstr "Formulare"
|
55 |
|
56 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
57 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
58 |
msgstr "Diese Option ist nur für MailChimp für Wordpress Pro verfügbar."
|
59 |
|
60 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
61 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
msgid "Comment form"
|
63 |
msgstr "Kommentarformular"
|
64 |
|
65 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
66 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
67 |
msgid "Registration form"
|
68 |
msgstr "Registrierungsformular"
|
69 |
|
70 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
71 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
72 |
msgid "MultiSite forms"
|
73 |
msgstr "MultiSite-Formular"
|
74 |
|
75 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
76 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
77 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
78 |
msgid "BuddyPress registration"
|
79 |
msgstr "BuddyPress-Formular"
|
80 |
|
81 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
82 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
83 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
84 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
85 |
msgid "%s checkout"
|
86 |
msgstr "%s Checkout"
|
87 |
|
88 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
msgid "Renewed MailChimp cache."
|
91 |
-
msgstr "MailChimp
|
92 |
|
93 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
94 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
95 |
msgid "Failed to renew MailChimp cache - please try again later."
|
96 |
msgstr "Konnte den MailChimp Cache nicht erneuern - Bitte später noch einmal probieren."
|
97 |
|
98 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
99 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:313
|
100 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
101 |
msgstr "Ein E-Mail-Feld. Beispiel: <code>%s</code>"
|
102 |
|
103 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
104 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
105 |
msgid "A submit button. Example: <code>%s</code>"
|
106 |
-
msgstr "
|
107 |
|
108 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
109 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
110 |
msgid "Sign Up"
|
111 |
msgstr "Registrieren"
|
112 |
|
113 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
114 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:347
|
115 |
msgid "A '%s' field"
|
116 |
msgstr "Ein '%s' Feld."
|
117 |
|
118 |
-
#: mailchimp-for-wordpress/includes/class-form-request.php:
|
119 |
msgid "Please select at least one list to subscribe to."
|
120 |
msgstr "Bitte wähle wenigstens eine Mailingsliste zum Abonnieren aus."
|
121 |
|
122 |
#: mailchimp-for-wordpress/includes/class-widget.php:20
|
123 |
msgid "MailChimp Sign-Up Form"
|
124 |
-
msgstr "MailChimp
|
125 |
|
126 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
127 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
128 |
-
msgstr "
|
129 |
|
130 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
131 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
132 |
msgid "Newsletter"
|
133 |
msgstr "Newsletter"
|
134 |
|
135 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
136 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
137 |
msgid "Title:"
|
138 |
msgstr "Titel:"
|
139 |
|
140 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
141 |
msgid ""
|
142 |
-
"You can edit your sign-up form in the %
|
143 |
-
"settings
|
144 |
-
msgstr "Du kannst
|
145 |
|
146 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
147 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
148 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
149 |
msgid "Email address"
|
150 |
-
msgstr "E-Mail
|
151 |
|
152 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
153 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
154 |
msgid "Your email address"
|
155 |
-
msgstr "Deine E-Mail
|
156 |
|
157 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
158 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
159 |
msgid "Sign up"
|
160 |
msgstr "Registrieren"
|
161 |
|
@@ -164,48 +235,48 @@ msgstr "Registrieren"
|
|
164 |
msgid "Sign me up for the newsletter!"
|
165 |
msgstr "Trage mich in den Newsletter ein!"
|
166 |
|
167 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
168 |
msgid ""
|
169 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
170 |
"inbox."
|
171 |
msgstr "Dankeschön, Deine Registrierungsanfrage war erfolgreich! Bitte überprüfe Deinen E-Mail-Eingang."
|
172 |
|
173 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
174 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
175 |
msgid "Oops. Something went wrong. Please try again later."
|
176 |
msgstr "Oops. Irgendwas ist schief gelaufen. Bitte versuche es später noch mal."
|
177 |
|
178 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
179 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
180 |
msgid "Please provide a valid email address."
|
181 |
-
msgstr "Bitte eine gültige E-Mail
|
182 |
|
183 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
184 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
185 |
msgid "Given email address is already subscribed, thank you!"
|
186 |
-
msgstr "Die angegebene E-Mail
|
187 |
|
188 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
189 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
190 |
msgid "Please complete the CAPTCHA."
|
191 |
msgstr "Bitte das CAPTCHA vervollständigen."
|
192 |
|
193 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
194 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
195 |
msgid "Please fill in the required fields."
|
196 |
msgstr "Bitte fülle die erforderlichen Felder aus."
|
197 |
|
198 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
199 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
200 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
201 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
202 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
203 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
204 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
205 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
206 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
207 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
208 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
209 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
210 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
211 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
@@ -215,8 +286,9 @@ msgstr "Bitte fülle die erforderlichen Felder aus."
|
|
215 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
216 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
217 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
218 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
219 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
220 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
221 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
222 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
@@ -226,18 +298,18 @@ msgstr "Bitte fülle die erforderlichen Felder aus."
|
|
226 |
msgid "Yes"
|
227 |
msgstr "Ja"
|
228 |
|
229 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
230 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
231 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
232 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
233 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
234 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
235 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
236 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
237 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
238 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
239 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
240 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
241 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
242 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
243 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
@@ -247,8 +319,9 @@ msgstr "Ja"
|
|
247 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
248 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
249 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
250 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
251 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
252 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
253 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
254 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
@@ -259,51 +332,57 @@ msgstr "Ja"
|
|
259 |
msgid "No"
|
260 |
msgstr "Nein"
|
261 |
|
262 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
263 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
264 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
265 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
266 |
msgid "MailChimp for WordPress - Error"
|
267 |
msgstr "MailChimp für WordPress - Fehler"
|
268 |
|
269 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
270 |
msgid ""
|
271 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
272 |
"settings</a>."
|
273 |
-
msgstr "Bitte wähle aus, welches Registrierungsformular Du hier in den <a href=\"%s\">Widget
|
274 |
|
275 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
276 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
277 |
msgid "This message is only visible to administrators for debugging purposes."
|
278 |
msgstr "Diese Nachricht ist nur sichtbar für Administratoren für Debugging-Zwecke."
|
279 |
|
280 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
281 |
msgid ""
|
282 |
"The MailChimp server returned the following error message as a response to "
|
283 |
"our sign-up request:"
|
284 |
-
msgstr "Der MailChimp
|
285 |
|
286 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
287 |
msgid "This is the data that was sent to MailChimp:"
|
288 |
msgstr "Dies sind die Daten, die zu MailChimp gesendet wurden:"
|
289 |
|
290 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
291 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
292 |
msgid "Email address:"
|
293 |
msgstr "E-Mail-Adresse:"
|
294 |
|
295 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
296 |
msgid "Merge variables:"
|
297 |
msgstr "Variablen zusammenführen:"
|
298 |
|
299 |
#. Plugin Name of the plugin/theme
|
300 |
msgid "MailChimp for WordPress"
|
301 |
-
msgstr "MailChimp
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
|
303 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
304 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
305 |
msgid "API Settings"
|
306 |
-
msgstr "API
|
307 |
|
308 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:24
|
309 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:21
|
@@ -318,22 +397,22 @@ msgstr "NICHT VERBUNDEN"
|
|
318 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:32
|
319 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:29
|
320 |
msgid "API Key"
|
321 |
-
msgstr "API
|
322 |
|
323 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:34
|
324 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:31
|
325 |
msgid "Your MailChimp API key"
|
326 |
-
msgstr "Dein MailChimp
|
327 |
|
328 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:35
|
329 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:32
|
330 |
msgid "Get your API key here."
|
331 |
-
msgstr "Den API
|
332 |
|
333 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:47
|
334 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:48
|
335 |
msgid "MailChimp Data"
|
336 |
-
msgstr "MailChimp
|
337 |
|
338 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:48
|
339 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:49
|
@@ -341,153 +420,142 @@ msgid ""
|
|
341 |
"The table below shows your MailChimp lists data. If you applied changes to "
|
342 |
"your MailChimp lists, please use the following button to renew your cached "
|
343 |
"data."
|
344 |
-
msgstr "Die Tabelle zeigt die MailChimp
|
345 |
|
346 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:54
|
347 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:125
|
348 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:55
|
349 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:126
|
350 |
msgid "Renew MailChimp lists"
|
351 |
-
msgstr "MailChimp
|
352 |
|
353 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:112
|
354 |
msgid "No lists were found in your MailChimp account"
|
355 |
-
msgstr "In
|
356 |
-
|
357 |
-
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
358 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
359 |
-
msgid "Checkbox Settings"
|
360 |
-
msgstr "Checkbox Einstellungen"
|
361 |
|
362 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
363 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
364 |
msgid ""
|
365 |
"To use sign-up checkboxes, select at least one list and one form to add the "
|
366 |
"checkbox to."
|
367 |
-
msgstr "Um die Registrierungs-
|
368 |
|
369 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:21
|
370 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:21
|
371 |
msgid "MailChimp settings for checkboxes"
|
372 |
-
msgstr "MailChimp
|
373 |
|
374 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:25
|
375 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:26
|
376 |
msgid ""
|
377 |
"If you want to use sign-up checkboxes, select at least one MailChimp list to"
|
378 |
" subscribe people to."
|
379 |
-
msgstr "Wenn du die Registrierungs-
|
380 |
|
381 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:31
|
382 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:34
|
383 |
msgid "MailChimp Lists"
|
384 |
-
msgstr "MailChimp
|
385 |
|
386 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:35
|
387 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
388 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
389 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
390 |
-
msgid "No lists found, %
|
391 |
-
msgstr "Keine
|
392 |
|
393 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
394 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
395 |
msgid ""
|
396 |
"Select the list(s) to which people who check the checkbox should be "
|
397 |
"subscribed."
|
398 |
-
msgstr "Wähle die Listen zu
|
399 |
|
400 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
401 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
402 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
403 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
404 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
405 |
msgid "Double opt-in?"
|
406 |
-
msgstr "Double
|
407 |
|
408 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
409 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
410 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
411 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
412 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
413 |
msgid ""
|
414 |
"Select \"yes\" if you want people to confirm their email address before "
|
415 |
"being subscribed (recommended)"
|
416 |
-
msgstr "Wähle \"ja\" wenn du möchtest, dass die E-Mail
|
417 |
|
418 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
419 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
420 |
msgid "Checkbox settings"
|
421 |
-
msgstr "
|
422 |
|
423 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
424 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
425 |
msgid "Add the checkbox to these forms"
|
426 |
-
msgstr "Füge
|
427 |
|
428 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
429 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
430 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
431 |
-
msgstr "Wenn ein Formular ausgewählt wird, wird automatisch
|
432 |
|
433 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
434 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
435 |
msgid "Checkbox label text"
|
436 |
-
msgstr "
|
437 |
|
438 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
439 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
440 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
441 |
msgid "HTML tags like %s are allowed in the label text."
|
442 |
-
msgstr "HTML
|
443 |
|
444 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
445 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
446 |
msgid "Pre-check the checkbox?"
|
447 |
-
msgstr "
|
448 |
|
449 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
450 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
451 |
msgid "Load some default CSS?"
|
452 |
msgstr "Allgemeines CSS laden?"
|
453 |
|
454 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
455 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
456 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
457 |
-
msgstr "Wähle \"ja\", falls
|
458 |
|
459 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
460 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
461 |
msgid "WooCommerce checkbox position"
|
462 |
-
msgstr ""
|
463 |
|
464 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
465 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
466 |
msgid "After the billing details"
|
467 |
-
msgstr ""
|
468 |
|
469 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
470 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
471 |
msgid "After the additional information"
|
472 |
-
msgstr ""
|
473 |
|
474 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
475 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
476 |
msgid ""
|
477 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
478 |
-
msgstr "Wähle die Position für
|
479 |
-
|
480 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
481 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:431
|
482 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
483 |
-
msgid "Form Settings"
|
484 |
-
msgstr "Formulareinstellungen"
|
485 |
|
486 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
487 |
msgid ""
|
488 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
489 |
"paste %s in the content of a post or page or use the widget."
|
490 |
-
msgstr "Um das MailChimp
|
491 |
|
492 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:20
|
493 |
msgid "Required form settings"
|
@@ -496,28 +564,22 @@ msgstr "Erforderliche Formulareinstellungen"
|
|
496 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:24
|
497 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:19
|
498 |
msgid "Load form styles (CSS)?"
|
499 |
-
msgstr "Lade Formular
|
500 |
|
501 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:28
|
502 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:23
|
503 |
msgid "Yes, load basic form styles"
|
504 |
-
msgstr "Ja, lade Standard
|
505 |
-
|
506 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
507 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
508 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
509 |
-
msgid "(PRO ONLY)"
|
510 |
-
msgstr "(NUR PRO)"
|
511 |
|
512 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
513 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
514 |
msgid "Yes, load my custom form styles"
|
515 |
-
msgstr "Ja, lade meine eigenen Formular
|
516 |
|
517 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:30
|
518 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:25
|
519 |
msgid "Yes, load default form theme"
|
520 |
-
msgstr "Ja, lade Standard
|
521 |
|
522 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:31
|
523 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:26
|
@@ -547,13 +609,13 @@ msgstr "Dunkles Theme"
|
|
547 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
548 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:31
|
549 |
msgid "Custom Color Theme"
|
550 |
-
msgstr "
|
551 |
|
552 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:41
|
553 |
msgid ""
|
554 |
"If you want to load some default CSS styles, select \"basic formatting "
|
555 |
"styles\" or choose one of the color themes"
|
556 |
-
msgstr "Wenn du ein %sbenutzerdefiniertes Stylesheet erstellt%s hast und dieses laden möchtest, wähle \"eigenen Formularstil\". Andernfalls wähle eines der Standard
|
557 |
|
558 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:45
|
559 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:14
|
@@ -564,47 +626,48 @@ msgstr "Listen dieses Formulars abonnieren "
|
|
564 |
msgid ""
|
565 |
"Select the list(s) to which people who submit this form should be "
|
566 |
"subscribed."
|
567 |
-
msgstr ""
|
568 |
|
569 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:69
|
570 |
msgid "Form mark-up"
|
571 |
-
msgstr ""
|
572 |
-
|
573 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:75
|
574 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:359
|
575 |
-
msgid "Your form is missing the following (required) form fields:"
|
576 |
-
msgstr ""
|
577 |
|
578 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
579 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
580 |
msgid ""
|
581 |
"Use the shortcode %s to display this form inside a post, page or text "
|
582 |
"widget."
|
583 |
-
msgstr "Benutze diesen Shortcode %s um dieses Formular innerhalb eines Posts, Seite oder Text
|
|
|
|
|
|
|
|
|
|
|
584 |
|
585 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
586 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
587 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
588 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
589 |
msgid "Send Welcome Email?"
|
590 |
-
msgstr "Willkommens
|
591 |
|
592 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
593 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
594 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
595 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
596 |
msgid ""
|
597 |
"Select \"yes\" if you want to send your lists Welcome Email if a subscribe "
|
598 |
"succeeds (only when double opt-in is disabled)."
|
599 |
-
msgstr "Wähle \"ja\" wenn du die Listen
|
600 |
|
601 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
602 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
|
|
603 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
604 |
msgid "Update existing subscribers?"
|
605 |
msgstr "Aktualisiere vorhandene Abonnenten?"
|
606 |
|
607 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
608 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
609 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
610 |
msgid ""
|
@@ -612,13 +675,13 @@ msgid ""
|
|
612 |
"showing the \"already subscribed\" message)."
|
613 |
msgstr "Wähle \"ja\" wenn du bestehende Abonnenten aktualisieren möchtest (anstatt die \"bereits abonnierten\" Nachricht anzuzeigen)."
|
614 |
|
615 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
616 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
617 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
618 |
msgid "Replace interest groups?"
|
619 |
msgstr "Interessengruppen ersetzen?"
|
620 |
|
621 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
622 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
623 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
624 |
msgid ""
|
@@ -627,283 +690,269 @@ msgid ""
|
|
627 |
"groups (only when updating a subscriber)."
|
628 |
msgstr "Wähle \"ja\" wenn du die Interessengruppen mit den angegebenen Gruppen ersetzten möchtest, anstatt die angegebenen Gruppen zu den Mitglieder Interessengruppen hinzuzufügen. (Nur beim Ändern eines Abonennten)"
|
629 |
|
630 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
631 |
msgid "Form Settings & Messages"
|
632 |
-
msgstr ""
|
633 |
|
634 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
635 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
636 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
637 |
msgid "Enable AJAX form submission?"
|
638 |
-
msgstr "AJAX
|
639 |
|
640 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
641 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
642 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
643 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
644 |
-
msgstr "Wähle \"ja\" wenn du das AJAX
|
645 |
|
646 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
647 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
648 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
649 |
msgid "Hide form after a successful sign-up?"
|
650 |
msgstr "Verberge das Formular nach der Registrierung?"
|
651 |
|
652 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
653 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
655 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
656 |
-
msgstr "Wähle \"ja\" wenn du die Formular
|
657 |
|
658 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
659 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
660 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
661 |
msgid "Redirect to URL after successful sign-ups"
|
662 |
msgstr "Weiterleitung zu URL nach einer erfolgreichen Registrierung."
|
663 |
|
664 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
665 |
msgid "Example: %s"
|
666 |
-
msgstr ""
|
667 |
|
668 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
669 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
670 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
671 |
msgid ""
|
672 |
-
"Leave empty
|
673 |
-
"including <code>http://</code
|
674 |
-
msgstr "
|
675 |
|
676 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
677 |
msgid "Success message"
|
678 |
-
msgstr ""
|
679 |
|
680 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
681 |
msgid "Invalid email address message"
|
682 |
-
msgstr ""
|
683 |
|
684 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
685 |
msgid "Required field missing message"
|
686 |
-
msgstr ""
|
687 |
|
688 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
689 |
msgid "Already subscribed message"
|
690 |
-
msgstr ""
|
691 |
|
692 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
693 |
msgid "Invalid CAPTCHA message"
|
694 |
-
msgstr ""
|
695 |
|
696 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
697 |
msgid "General error message"
|
698 |
-
msgstr ""
|
699 |
|
700 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
701 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
702 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
703 |
msgid "HTML tags like %s are allowed in the message fields."
|
704 |
-
msgstr "HTML
|
705 |
|
706 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
707 |
msgid "Building your sign-up form"
|
708 |
-
msgstr ""
|
709 |
|
710 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
711 |
msgid ""
|
712 |
"At a minimum, your form should include just an %s field and a submit button."
|
713 |
-
msgstr ""
|
714 |
|
715 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
716 |
msgid ""
|
717 |
"Add more form fields if your selected lists require more fields. Field names"
|
718 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
719 |
"field\" tool to have the HTML generated for you."
|
720 |
-
msgstr ""
|
721 |
|
722 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
723 |
msgid "Form Styling"
|
724 |
-
msgstr ""
|
725 |
|
726 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
727 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
728 |
-
msgstr ""
|
729 |
|
730 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
731 |
msgid ""
|
732 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
733 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
734 |
" plugin like %s"
|
735 |
-
msgstr ""
|
736 |
|
737 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
738 |
msgid ""
|
739 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
740 |
"selectors you can use to target the different form elements."
|
741 |
-
msgstr ""
|
742 |
|
743 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
744 |
msgid ""
|
745 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
746 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
747 |
"lets you customize form styles without writing any code."
|
748 |
-
msgstr ""
|
749 |
|
750 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
751 |
msgid "Form variables"
|
752 |
-
msgstr ""
|
753 |
|
754 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
755 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
756 |
msgid "Use the following variables to add some dynamic content to your form."
|
757 |
msgstr "Benutze die folgenden Variablen um zusätzlichen Text zu deinem Formular hinzuzufügen."
|
758 |
|
759 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
760 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
761 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
762 |
-
msgstr ""
|
763 |
|
764 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
765 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
766 |
msgid "Replaced with the form response (error or success messages)."
|
767 |
-
msgstr ""
|
768 |
|
769 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
770 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
771 |
msgid "Replaced with a captcha field."
|
772 |
-
msgstr ""
|
773 |
|
774 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
775 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
776 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
777 |
-
msgstr "
|
778 |
|
779 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
780 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
781 |
msgid "Replaced with the current site language, eg: %s"
|
782 |
-
msgstr ""
|
783 |
|
784 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
785 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
786 |
msgid "Replaced with the visitor's IP address"
|
787 |
-
msgstr "
|
788 |
|
789 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
790 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
791 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
792 |
-
msgstr "
|
793 |
|
794 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
795 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
796 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
797 |
-
msgstr "
|
798 |
|
799 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
800 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
801 |
msgid ""
|
802 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
803 |
"in user)"
|
804 |
-
msgstr "
|
805 |
|
806 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
807 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
808 |
msgid "First name of the current user"
|
809 |
msgstr "Den Vornamen des aktuellen Benutzers anzeigen"
|
810 |
|
811 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
812 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
813 |
msgid "Last name of the current user"
|
814 |
msgstr "Den Nachnamen des aktuellen Benutzers anzeigen"
|
815 |
|
816 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
817 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
818 |
msgid "Current user ID"
|
819 |
-
msgstr "Aktuelle Benutzer
|
820 |
|
821 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
822 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
823 |
msgid "Current URL"
|
824 |
msgstr "Aktuelle URL"
|
825 |
|
826 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
827 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
828 |
msgid "Add a new field"
|
829 |
msgstr "Neues Feld anlegen"
|
830 |
|
831 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:12
|
832 |
msgid "Use the tool below to generate the HTML for your form fields."
|
833 |
-
msgstr ""
|
834 |
|
835 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
836 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
837 |
msgid "Select MailChimp field.."
|
838 |
-
msgstr "Wähle MailChimp
|
839 |
|
840 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
841 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
842 |
msgid "Submit Button"
|
843 |
-
msgstr "
|
844 |
|
845 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
846 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
847 |
msgid "Lists Choice"
|
848 |
msgstr "Listen Auswahl"
|
849 |
|
850 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
851 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
852 |
msgid "Label"
|
853 |
msgstr "Beschreibung"
|
854 |
|
855 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
856 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
857 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
858 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:45
|
859 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:50
|
860 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
861 |
-
msgid "(optional)"
|
862 |
-
msgstr "(optional)"
|
863 |
-
|
864 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
865 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
866 |
msgid "Placeholder"
|
867 |
msgstr "Platzhalter"
|
868 |
|
869 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
870 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
871 |
-
msgid "Initial value"
|
872 |
-
msgstr "Anfangsangaben"
|
873 |
-
|
874 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
875 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
876 |
msgid "Labels"
|
877 |
msgstr "Beschriftungen"
|
878 |
|
879 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
880 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
881 |
msgid "(leave empty to hide)"
|
882 |
-
msgstr "(leer lassen
|
883 |
|
884 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
885 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
886 |
msgid "Wrap in paragraph %s tags?"
|
887 |
-
msgstr "
|
888 |
|
889 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
890 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
891 |
msgid "Required field?"
|
892 |
-
msgstr "
|
893 |
|
894 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
895 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
896 |
msgid "Add to form"
|
897 |
msgstr "Zum Formular hinzufügen"
|
898 |
|
899 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
900 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
901 |
msgid "Generated HTML"
|
902 |
msgstr "Generiertes HTML"
|
903 |
|
904 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:68
|
905 |
msgid "Select at least one list first."
|
906 |
-
msgstr ""
|
907 |
|
908 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:9
|
909 |
msgid ""
|
@@ -911,148 +960,143 @@ msgid ""
|
|
911 |
"translated in your language or do you spot errors with the current "
|
912 |
"translations? Helping out is easy! Head over to <a href=\"%s\">the "
|
913 |
"translation project and click \"help translate\"</a>."
|
914 |
-
msgstr ""
|
915 |
|
916 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:10
|
917 |
msgid ""
|
918 |
"Enjoying this plugin? <a href=\"%s\">Upgrade to MailChimp for WordPress Pro "
|
919 |
"now</a> for an even better plugin, you will love it."
|
920 |
-
msgstr ""
|
921 |
|
922 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:11
|
923 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:10
|
924 |
msgid ""
|
925 |
"This plugin is not developed by or affiliated with MailChimp in any way."
|
926 |
-
msgstr ""
|
927 |
|
928 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:9
|
929 |
msgid "Looking for support?"
|
930 |
-
msgstr ""
|
931 |
|
932 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:10
|
933 |
msgid ""
|
934 |
"Make sure to look at the <a href=\"%s\">frequently asked questions</a> or "
|
935 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
936 |
-
msgstr ""
|
937 |
-
|
938 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:11
|
939 |
-
msgid ""
|
940 |
-
"If you need priority support, please <a href=\"%s\">upgrade to the premium "
|
941 |
-
"version</a>."
|
942 |
-
msgstr ""
|
943 |
|
944 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
945 |
msgid "Show a token of your appreciation"
|
946 |
-
msgstr ""
|
947 |
|
948 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
949 |
-
msgid "Upgrade to MailChimp for WordPress Pro"
|
950 |
-
msgstr ""
|
951 |
-
|
952 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
953 |
msgid "Leave a %s plugin review on WordPress.org"
|
954 |
-
msgstr ""
|
955 |
|
956 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
957 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
958 |
-
msgstr ""
|
959 |
|
960 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
961 |
msgid "Tweet about MailChimp for WordPress"
|
962 |
-
msgstr ""
|
963 |
|
964 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
965 |
msgid ""
|
966 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
967 |
"page</a>."
|
968 |
-
msgstr ""
|
969 |
|
970 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
971 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
972 |
-
msgstr ""
|
973 |
|
974 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
975 |
msgid "About the developer"
|
976 |
-
msgstr ""
|
977 |
|
978 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:11
|
979 |
msgid ""
|
980 |
"This plugin has an even better premium version, I am sure you will love it."
|
981 |
-
msgstr ""
|
982 |
|
983 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:12
|
984 |
msgid ""
|
985 |
"Pro features include better and multiple forms, advanced and easy form "
|
986 |
"styling, more default themes, detailed statistics and priority support."
|
987 |
-
msgstr ""
|
988 |
|
989 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
990 |
-
msgid "
|
991 |
-
msgstr ""
|
992 |
|
993 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
994 |
msgid "Documentation"
|
995 |
msgstr "Dokumentation"
|
996 |
|
997 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
998 |
msgid "Save Form"
|
999 |
-
msgstr "Formular
|
1000 |
|
1001 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1002 |
msgid "Update Form"
|
1003 |
-
msgstr "Formular
|
1004 |
|
1005 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1006 |
msgid "Back to general form settings"
|
1007 |
-
msgstr "
|
1008 |
|
1009 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1010 |
msgid "Form updated."
|
1011 |
msgstr "Formular aktualisiert."
|
1012 |
|
1013 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1014 |
msgid "Form saved."
|
1015 |
msgstr "Formular gespeichert."
|
1016 |
|
1017 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1018 |
msgid "Optional Settings"
|
1019 |
-
msgstr ""
|
1020 |
|
1021 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1022 |
msgid "Form Variables"
|
1023 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
1024 |
|
1025 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1026 |
msgid "MailChimp & License"
|
1027 |
-
msgstr ""
|
1028 |
|
1029 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
1030 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1031 |
msgid "Reports"
|
1032 |
msgstr "Berichte"
|
1033 |
|
1034 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1035 |
msgid ""
|
1036 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1037 |
"href=\"%s\">Provide a valid API key.</a>"
|
1038 |
-
msgstr "Bitte stelle sicher, dass das Plugin mit MailChimp verbunden ist. <a href=\"%s\">Gültigen API
|
1039 |
|
1040 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1041 |
msgid "End date can't be before the start date"
|
1042 |
-
msgstr ""
|
1043 |
|
1044 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1045 |
msgid ""
|
1046 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1047 |
"page."
|
1048 |
-
msgstr ""
|
1049 |
|
1050 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1051 |
msgid ""
|
1052 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1053 |
-
"settings you
|
1054 |
-
"it now</a
|
1055 |
-
msgstr "<strong>Willkommen
|
1056 |
|
1057 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1058 |
msgid ""
|
@@ -1062,149 +1106,148 @@ msgstr "Konnte das Stylesheet nicht erzeugen. Füge das erstellte CSS zu deinem
|
|
1062 |
|
1063 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:320
|
1064 |
msgid "%sShow generated CSS%s"
|
1065 |
-
msgstr ""
|
1066 |
|
1067 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:331
|
1068 |
msgid ""
|
1069 |
"To apply these styles on your website, select \"load custom form styles\" in"
|
1070 |
" the %sform settings%s"
|
1071 |
-
msgstr "Um die Formatierungen anzuwenden, wähle \"Lade benutzerdefinierte Formular
|
1072 |
|
1073 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:332
|
1074 |
msgid "The %sCSS Stylesheet%s has been created."
|
1075 |
msgstr "Das %sCSS Stylesheet%s wurde erstellt."
|
1076 |
|
1077 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1078 |
msgid "I know. Don't bug me."
|
1079 |
-
msgstr ""
|
1080 |
|
1081 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1082 |
msgid ""
|
1083 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1084 |
"able to get %s updates. Please add %s to %s."
|
1085 |
msgstr "<b>Achtung!</b> Du blockierst externe Anfragen, deshalb bekommst du keine %s Updates. Bitte mache %s zu %s."
|
1086 |
|
1087 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1088 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1089 |
msgstr "Deine %s Lizenz wurde aktiviert. Du hast eine unlimitierte Lizenz."
|
1090 |
|
1091 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1092 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1093 |
msgstr "Deine %s Lizenz wurde aktiviert. Du hast %d/%d Aktivierungen genutzt."
|
1094 |
|
1095 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1096 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1097 |
-
msgstr "<a href=\"%s\">
|
1098 |
|
1099 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1100 |
msgid ""
|
1101 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1102 |
" it?</a>"
|
1103 |
msgstr "<a href=\"%s\">Deine Lizenz verfällt in %d Tagen, willst du sie verlängern?</a>"
|
1104 |
|
1105 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1106 |
msgid ""
|
1107 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1108 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1109 |
-
msgstr ""
|
1110 |
|
1111 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1112 |
msgid ""
|
1113 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1114 |
"you want to use it again."
|
1115 |
-
msgstr ""
|
1116 |
|
1117 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1118 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1119 |
msgstr "Die Lizenz konnte nicht aktiviert werden, die Lizenz scheint ungültig zu sein."
|
1120 |
|
1121 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1122 |
msgid "Your %s license has been deactivated."
|
1123 |
msgstr "Dein %s wurde deaktiviert."
|
1124 |
|
1125 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1126 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1127 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1128 |
msgid ""
|
1129 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1130 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1131 |
-
msgstr ""
|
1132 |
|
1133 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1134 |
msgid "Failed to deactivate your %s license."
|
1135 |
msgstr "Die %s Lizenz konnte nicht deaktiviert werden."
|
1136 |
|
1137 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1138 |
msgid "Request error: \"%s\""
|
1139 |
msgstr "Fehler: \"%s\""
|
1140 |
|
1141 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1142 |
msgid "%s: License Settings"
|
1143 |
-
msgstr "%s: Lizenz
|
1144 |
|
1145 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-plugin-license-manager.php:67
|
1146 |
msgid ""
|
1147 |
"%s is network activated, please contact your site administrator to manage "
|
1148 |
"the license."
|
1149 |
-
msgstr "%s ist Netzwerk aktiviert, bitte kontaktiere den Netzwerk
|
1150 |
|
1151 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1152 |
msgid ""
|
1153 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1154 |
msgstr "%s konnte nicht auf Updates prüfen, wegen dem folgenden Fehler: <em>%s</em>"
|
1155 |
|
1156 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1157 |
msgid ""
|
1158 |
-
"This site has not been activated properly on
|
1159 |
-
"
|
1160 |
-
"
|
1161 |
-
msgstr "Die Seite wurde nicht auf dannyvankooten.com aktiviert, deshalb kann nicht auf zukünftige Updates geprüft werden. Bitte aktiviere die Seite mit einem gültigen Schlüssel."
|
1162 |
|
1163 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1164 |
msgid "License status"
|
1165 |
-
msgstr "
|
1166 |
|
1167 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:26
|
1168 |
msgid "ACTIVE"
|
1169 |
-
msgstr ""
|
1170 |
|
1171 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:26
|
1172 |
msgid "you are receiving updates"
|
1173 |
-
msgstr ""
|
1174 |
|
1175 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:28
|
1176 |
msgid "EXPIRED"
|
1177 |
-
msgstr ""
|
1178 |
|
1179 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:28
|
1180 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:30
|
1181 |
msgid "you are <strong>not</strong> receiving updates."
|
1182 |
-
msgstr ""
|
1183 |
|
1184 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:30
|
1185 |
msgid "INACTIVE"
|
1186 |
-
msgstr ""
|
1187 |
|
1188 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:35
|
1189 |
msgid "Toggle license status"
|
1190 |
-
msgstr "
|
1191 |
|
1192 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:39
|
1193 |
msgid "Deactivate License"
|
1194 |
-
msgstr ""
|
1195 |
|
1196 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:40
|
1197 |
msgid ""
|
1198 |
"(deactivate your license so you can activate it on another WordPress site)"
|
1199 |
-
msgstr "(deaktiviere deine Lizenz um sie auf einer anderen Wordpress
|
1200 |
|
1201 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:44
|
1202 |
msgid "Activate License"
|
1203 |
-
msgstr ""
|
1204 |
|
1205 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:46
|
1206 |
msgid "Please enter a license key in the field below first."
|
1207 |
-
msgstr "Bitte trage vorher einen Lizenz
|
1208 |
|
1209 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:54
|
1210 |
msgid "License Key"
|
@@ -1212,219 +1255,232 @@ msgstr "Lizenz Schlüssel"
|
|
1212 |
|
1213 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:56
|
1214 |
msgid "Paste your license key here, as found in the email receipt."
|
1215 |
-
msgstr ""
|
1216 |
|
1217 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1218 |
-
msgid "You defined your license key using the %s PHP constant."
|
1219 |
-
msgstr "Du hast deinen Lizenz Schlüssen mittels der %s PHP Konstante angegeben."
|
1220 |
-
|
1221 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:82
|
1222 |
msgid "Your %s license will expire on %s."
|
1223 |
-
msgstr "Deine %s Lizenz wird am %s
|
1224 |
|
1225 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1226 |
msgid "%sRenew your license now%s."
|
1227 |
msgstr "%sErneuere deine Lizenz jetzt%s."
|
1228 |
|
1229 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1230 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1231 |
-
msgstr "<strong>Fehler:</strong> Bitte eine Formular
|
1232 |
|
1233 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1234 |
msgid ""
|
1235 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1236 |
" correct form ID."
|
1237 |
-
msgstr "<strong>Fehler:</strong> Registrierungsformular nicht gefunden . Bitte überprüfe ob die richtige Formular
|
1238 |
|
1239 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1240 |
msgid "New MailChimp Sign-Up"
|
1241 |
-
msgstr ""
|
1242 |
|
1243 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1244 |
msgid "New Sign-Up"
|
1245 |
msgstr "Neue Registrierung"
|
1246 |
|
1247 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1248 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1249 |
msgstr "<strong>%s</strong> hat sich um %s auf %s registriert und hat dafür das Formular \"%s\" genutzt."
|
1250 |
|
1251 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1252 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1253 |
msgid "List"
|
1254 |
msgstr "Liste"
|
1255 |
|
1256 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1257 |
msgid "Other fields"
|
1258 |
-
msgstr ""
|
1259 |
|
1260 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1261 |
msgid ""
|
1262 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1263 |
"be added to the selected MailChimp lists until they confirm their email "
|
1264 |
"address."
|
1265 |
-
msgstr ""
|
1266 |
|
1267 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1268 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1269 |
-
msgstr "Diese E-Mail wurde automatisch vom MailChimp
|
1270 |
|
1271 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:140
|
1272 |
msgid "IP Address"
|
1273 |
-
msgstr ""
|
1274 |
|
1275 |
#: mailchimp-for-wordpress-pro/includes/class-widget.php:20
|
1276 |
msgid "MailChimp for WP Form"
|
1277 |
-
msgstr "MailChimp for WP
|
1278 |
|
1279 |
#: mailchimp-for-wordpress-pro/includes/class-widget.php:21
|
1280 |
msgid "Displays one of your MailChimp for WordPress sign-up forms"
|
1281 |
-
msgstr "Zeige eines deiner MailChimp
|
1282 |
|
1283 |
#: mailchimp-for-wordpress-pro/includes/class-widget.php:43
|
1284 |
msgid ""
|
1285 |
"Please select the sign-up form you'd like to show here in the <a "
|
1286 |
"href=\"%s\">widget settings</a>."
|
1287 |
-
msgstr "Bitte wähle aus, welches Registrierungsformular du hier in den <a href=\"%s\">Widget
|
1288 |
|
1289 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1290 |
msgid "Form:"
|
1291 |
msgstr "Formular:"
|
1292 |
|
1293 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1294 |
msgid "Select the form to show"
|
1295 |
msgstr "Wähle ein Formular aus"
|
1296 |
|
1297 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1298 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1299 |
msgstr "Du hast keine Registrierungsformulare. <a href=\"%s\">Erstelle jetzt eines.</a>"
|
1300 |
|
1301 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
1302 |
msgid ""
|
1303 |
"Thank you, your sign-up request was successful! Please check your email "
|
1304 |
"inbox to confirm."
|
1305 |
-
msgstr ""
|
1306 |
|
1307 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1308 |
msgid "ID"
|
1309 |
-
msgstr ""
|
1310 |
|
1311 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1312 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1313 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1314 |
msgid "Form"
|
1315 |
msgstr "Formulare"
|
1316 |
|
1317 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1318 |
msgid "Shortcode"
|
1319 |
msgstr "Shortcode"
|
1320 |
|
1321 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1322 |
msgid "List(s)"
|
1323 |
msgstr "Liste(n)"
|
1324 |
|
1325 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1326 |
msgid "Last edited"
|
1327 |
msgstr "Zuletzt bearbeitet"
|
1328 |
|
1329 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1330 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1331 |
msgid "Edit Form"
|
1332 |
-
msgstr ""
|
1333 |
|
1334 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1335 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1336 |
msgid "Delete"
|
1337 |
-
msgstr ""
|
1338 |
|
1339 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1340 |
msgid "No MailChimp list(s) selected yet."
|
1341 |
-
msgstr ""
|
1342 |
|
1343 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1344 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1345 |
msgstr "Du hast noch kein Registrierungs-Formular erstellt. Es ist nun Zeit dafür!"
|
1346 |
|
1347 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1348 |
-
|
1349 |
-
|
|
|
1350 |
|
1351 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1352 |
-
msgid "
|
1353 |
-
msgstr ""
|
1354 |
|
1355 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1356 |
msgid "Email"
|
1357 |
msgstr "E-Mail"
|
1358 |
|
1359 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1360 |
msgid "Type"
|
1361 |
msgstr "Art"
|
1362 |
|
1363 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1364 |
msgid "Source"
|
1365 |
msgstr "Quelle"
|
1366 |
|
1367 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1368 |
-
msgid "Data"
|
1369 |
-
msgstr ""
|
1370 |
-
|
1371 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:58
|
1372 |
msgid "Subscribed"
|
1373 |
-
msgstr "
|
1374 |
|
1375 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1376 |
msgid "Log items deleted."
|
1377 |
-
msgstr ""
|
1378 |
-
|
1379 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:209
|
1380 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:215
|
1381 |
-
msgid "Comment"
|
1382 |
-
msgstr ""
|
1383 |
-
|
1384 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:209
|
1385 |
-
msgid "deleted"
|
1386 |
-
msgstr ""
|
1387 |
|
1388 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1389 |
-
msgid "
|
1390 |
-
msgstr ""
|
1391 |
|
1392 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1393 |
msgid "MultiSite registration"
|
1394 |
-
msgstr ""
|
1395 |
|
1396 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1397 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:243
|
1398 |
-
msgid "Checkout"
|
1399 |
-
msgstr ""
|
1400 |
-
|
1401 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:248
|
1402 |
msgid "Contact Form 7"
|
1403 |
-
msgstr ""
|
1404 |
|
1405 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1406 |
msgid "bbPress: New Topic"
|
1407 |
-
msgstr ""
|
1408 |
|
1409 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1410 |
msgid "bbPress: New Reply"
|
1411 |
-
msgstr ""
|
1412 |
|
1413 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1414 |
msgid "Other Form"
|
1415 |
-
msgstr ""
|
1416 |
|
1417 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1418 |
msgid "No subscribe requests found."
|
1419 |
-
msgstr "Keine Anmelde
|
1420 |
|
1421 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1422 |
msgid "All"
|
1423 |
-
msgstr ""
|
1424 |
|
1425 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1426 |
msgid "Checkbox"
|
1427 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1428 |
|
1429 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1430 |
msgid ""
|
@@ -1444,7 +1500,7 @@ msgstr "Übernehmen"
|
|
1444 |
|
1445 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:137
|
1446 |
msgid "Send an email copy of the form data?"
|
1447 |
-
msgstr "Sende eine E-Mail
|
1448 |
|
1449 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:141
|
1450 |
msgid ""
|
@@ -1454,17 +1510,12 @@ msgstr "Wähle \"ja\" wenn du eine E-Mail mit den Formulardaten, für jedes Abon
|
|
1454 |
|
1455 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:144
|
1456 |
msgid "Send the copy to this email:"
|
1457 |
-
msgstr "Sende die Kopie an diese E-Mail:"
|
1458 |
|
1459 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:150
|
1460 |
msgid "Messages"
|
1461 |
msgstr "Nachrichten"
|
1462 |
|
1463 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1464 |
-
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1465 |
-
msgid "Success"
|
1466 |
-
msgstr ""
|
1467 |
-
|
1468 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1469 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1470 |
msgid "Invalid email address"
|
@@ -1473,12 +1524,12 @@ msgstr "Ungültige E-Mail-Adresse"
|
|
1473 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:161
|
1474 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:149
|
1475 |
msgid "Required field missing"
|
1476 |
-
msgstr ""
|
1477 |
|
1478 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:165
|
1479 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:153
|
1480 |
msgid "Already subscribed"
|
1481 |
-
msgstr ""
|
1482 |
|
1483 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:170
|
1484 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:159
|
@@ -1490,25 +1541,31 @@ msgstr "Ungültiges CAPTCHA"
|
|
1490 |
msgid "Other errors"
|
1491 |
msgstr "Andere Fehler"
|
1492 |
|
1493 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
1494 |
msgid "Form usage"
|
1495 |
msgstr "Formular-Nutzung"
|
1496 |
|
1497 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1498 |
msgid ""
|
1499 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1500 |
"forms."
|
1501 |
-
msgstr ""
|
1502 |
|
1503 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1504 |
msgid "Custom label texts"
|
1505 |
-
msgstr "Benutzerdefinierte
|
1506 |
|
1507 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1508 |
msgid ""
|
1509 |
"Override the default checkbox label text for any given checkbox using the "
|
1510 |
"fields below."
|
1511 |
-
msgstr "Überschreibe die Standard
|
1512 |
|
1513 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:13
|
1514 |
msgid "Forms & Settings"
|
@@ -1520,20 +1577,16 @@ msgstr "CSS Styles Builder"
|
|
1520 |
|
1521 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:10
|
1522 |
msgid "License & API Settings"
|
1523 |
-
msgstr "Lizenz und API
|
1524 |
|
1525 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:113
|
1526 |
msgid "No lists were found in your MailChimp account."
|
1527 |
-
msgstr "Es wurden keine Listen in deinem MailChimp
|
1528 |
|
1529 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:14
|
1530 |
msgid "Statistics"
|
1531 |
msgstr "Statistiken"
|
1532 |
|
1533 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1534 |
-
msgid "Log"
|
1535 |
-
msgstr "Log"
|
1536 |
-
|
1537 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1538 |
msgid ""
|
1539 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
@@ -1546,11 +1599,11 @@ msgstr "Benutze diese Felder, um benutzerdefinierte Stilregeln für deine Formul
|
|
1546 |
|
1547 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:15
|
1548 |
msgid "Select form to build styles for:"
|
1549 |
-
msgstr ""
|
1550 |
|
1551 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:26
|
1552 |
msgid "Create at least one form first."
|
1553 |
-
msgstr ""
|
1554 |
|
1555 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:41
|
1556 |
msgid "You need to have JavaScript enabled to see a preview of your form."
|
@@ -1558,19 +1611,19 @@ msgstr "Du musst JavaScript aktivieren, um eine Vorschau zu erhalten!"
|
|
1558 |
|
1559 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:223
|
1560 |
msgid "Are you sure you want to delete all custom styles for this form?"
|
1561 |
-
msgstr ""
|
1562 |
|
1563 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:223
|
1564 |
msgid "Delete Form Styles"
|
1565 |
-
msgstr ""
|
1566 |
|
1567 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:224
|
1568 |
msgid "Use to delete all styles for this form"
|
1569 |
-
msgstr ""
|
1570 |
|
1571 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:231
|
1572 |
msgid "Build CSS File"
|
1573 |
-
msgstr "CSS
|
1574 |
|
1575 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:8
|
1576 |
msgid "Sign-Up Forms"
|
@@ -1582,14 +1635,14 @@ msgstr "Neues Formular erstellen"
|
|
1582 |
|
1583 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:16
|
1584 |
msgid "General form settings"
|
1585 |
-
msgstr "Allgemeine Formular
|
1586 |
|
1587 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:36
|
1588 |
msgid ""
|
1589 |
"If you %screated a custom stylesheet%s and want it to be loaded, select "
|
1590 |
"\"custom form styles\". Otherwise, choose the basic formatting styles or one"
|
1591 |
" of the default themes."
|
1592 |
-
msgstr "Wenn du ein %sbenutzerdefiniertes Stylesheet erstellt%s hast und dieses laden möchtest, wähle \"
|
1593 |
|
1594 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:40
|
1595 |
msgid "Select Color"
|
@@ -1601,30 +1654,134 @@ msgstr "Alle Änderungen speichern"
|
|
1601 |
|
1602 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:50
|
1603 |
msgid "Default MailChimp settings"
|
1604 |
-
msgstr "Standard
|
1605 |
|
1606 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:51
|
1607 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:109
|
1608 |
msgid ""
|
1609 |
"The following settings apply to <strong>all</strong> forms but can be "
|
1610 |
"overridden on a per-form basis."
|
1611 |
-
msgstr "Die folgenden Einstellungen gelten für <strong>alle</strong> Formulare, können aber
|
1612 |
|
1613 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:108
|
1614 |
msgid "Default Form Settings"
|
1615 |
-
msgstr ""
|
1616 |
|
1617 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:137
|
1618 |
msgid "Default Messages"
|
1619 |
msgstr "Standardnachrichten"
|
1620 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1621 |
#. Plugin URI of the plugin/theme
|
1622 |
msgid "https://mc4wp.com/"
|
1623 |
msgstr "https://mc4wp.com/"
|
1624 |
|
1625 |
#. Description of the plugin/theme
|
1626 |
msgid "Adds various sign-up methods to your website."
|
1627 |
-
msgstr ""
|
1628 |
|
1629 |
#. Author of the plugin/theme
|
1630 |
msgid "Danny van Kooten"
|
1 |
+
# Copyright (C) 2015 Danny van Kooten
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
# Freakspot, 2014
|
5 |
+
# S L <gitter.s@gmx.de>, 2015
|
6 |
+
# Stefan Oderbolz <oderbolz@gmail.com>, 2015
|
7 |
+
# Uwe <uwe.keim@gmail.com>, 2015
|
8 |
msgid ""
|
9 |
msgstr ""
|
10 |
"Project-Id-Version: MailChimp for WordPress\n"
|
11 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
12 |
+
"POT-Creation-Date: 2015-02-25 06:33:40+00:00\n"
|
13 |
+
"PO-Revision-Date: 2015-03-17 16:51+0000\n"
|
14 |
+
"Last-Translator: Uwe <uwe.keim@gmail.com>\n"
|
15 |
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/de_DE/)\n"
|
16 |
"MIME-Version: 1.0\n"
|
17 |
"Content-Type: text/plain; charset=UTF-8\n"
|
28 |
"X-Poedit-SourceCharset: utf-8\n"
|
29 |
"X-Textdomain-Support: yes\n"
|
30 |
|
31 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:150
|
32 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:187
|
33 |
msgid "Settings"
|
34 |
msgstr "Einstellungen"
|
35 |
|
36 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:169
|
37 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:16
|
38 |
+
msgid "Upgrade to MailChimp for WordPress Pro"
|
39 |
+
msgstr "Wechsle zu MailChimp für WordPress Pro"
|
40 |
|
41 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:188
|
42 |
+
msgid "MailChimp API Settings"
|
43 |
+
msgstr "MailChimp-API-Einstellungen"
|
44 |
+
|
45 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:189
|
46 |
+
msgid "MailChimp"
|
47 |
+
msgstr "MailChimp"
|
48 |
|
49 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:194
|
50 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
51 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:537
|
52 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
53 |
+
msgid "Checkbox Settings"
|
54 |
+
msgstr "Kontrollkästchen-Einstellungen"
|
55 |
+
|
56 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:195
|
57 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:538
|
58 |
msgid "Checkboxes"
|
59 |
+
msgstr "Kontrollkästchen"
|
60 |
|
61 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:200
|
62 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
63 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:385
|
64 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:543
|
65 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
66 |
+
msgid "Form Settings"
|
67 |
+
msgstr "Formulareinstellungen"
|
68 |
+
|
69 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:201
|
70 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:544
|
71 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
72 |
msgid "Forms"
|
73 |
msgstr "Formulare"
|
74 |
|
75 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:205
|
76 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:206
|
77 |
+
msgid "Upgrade to Pro"
|
78 |
+
msgstr "Auf Pro upgraden"
|
79 |
+
|
80 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:359
|
81 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
82 |
msgstr "Diese Option ist nur für MailChimp für Wordpress Pro verfügbar."
|
83 |
|
84 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:361
|
85 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
86 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
87 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
88 |
+
msgid "(PRO ONLY)"
|
89 |
+
msgstr "(NUR PRO)"
|
90 |
+
|
91 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:362
|
92 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:634
|
93 |
+
msgid "Button text"
|
94 |
+
msgstr "Schaltflächenbeschriftung"
|
95 |
+
|
96 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:363
|
97 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
98 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:635
|
99 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
100 |
+
msgid "Initial value"
|
101 |
+
msgstr "Anfangsangaben"
|
102 |
+
|
103 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:364
|
104 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
105 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
106 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
107 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:636
|
108 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
109 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
110 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
111 |
+
msgid "(optional)"
|
112 |
+
msgstr "(optional)"
|
113 |
+
|
114 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:365
|
115 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:637
|
116 |
+
msgid "Label for"
|
117 |
+
msgstr "Beschreibung für"
|
118 |
+
|
119 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:366
|
120 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:638
|
121 |
+
msgid "(or leave empty)"
|
122 |
+
msgstr "(oder leer lassen)"
|
123 |
+
|
124 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:367
|
125 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:639
|
126 |
+
msgid "Subscribe"
|
127 |
+
msgstr "abonnieren"
|
128 |
+
|
129 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:391
|
130 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:677
|
131 |
msgid "Comment form"
|
132 |
msgstr "Kommentarformular"
|
133 |
|
134 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:392
|
135 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:678
|
136 |
msgid "Registration form"
|
137 |
msgstr "Registrierungsformular"
|
138 |
|
139 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:396
|
140 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:682
|
141 |
msgid "MultiSite forms"
|
142 |
msgstr "MultiSite-Formular"
|
143 |
|
144 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:400
|
145 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:686
|
146 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:301
|
147 |
msgid "BuddyPress registration"
|
148 |
msgstr "BuddyPress-Formular"
|
149 |
|
150 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:408
|
151 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:412
|
152 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:694
|
153 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:698
|
154 |
msgid "%s checkout"
|
155 |
msgstr "%s Checkout"
|
156 |
|
157 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:440
|
158 |
+
msgid ""
|
159 |
+
"The plugin can only fetch a maximum of 100 lists from MailChimp, only your "
|
160 |
+
"first 100 lists are shown."
|
161 |
+
msgstr "Das Plugin kann nur max. 100 Listen von MailChimp abrufen, es werden also nur deine ersten 100 Listen angezeigt."
|
162 |
+
|
163 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:445
|
164 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:742
|
165 |
msgid "Renewed MailChimp cache."
|
166 |
+
msgstr "MailChimp-Cache erneuern."
|
167 |
|
168 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:447
|
169 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:744
|
170 |
msgid "Failed to renew MailChimp cache - please try again later."
|
171 |
msgstr "Konnte den MailChimp Cache nicht erneuern - Bitte später noch einmal probieren."
|
172 |
|
173 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:480
|
|
|
174 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
175 |
msgstr "Ein E-Mail-Feld. Beispiel: <code>%s</code>"
|
176 |
|
177 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
178 |
msgid "A submit button. Example: <code>%s</code>"
|
179 |
+
msgstr "Eine Bestätigungs-Schaltfläche. Beispiel: <code>%s</code>"
|
180 |
|
181 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
182 |
msgid "Sign Up"
|
183 |
msgstr "Registrieren"
|
184 |
|
185 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:511
|
|
|
186 |
msgid "A '%s' field"
|
187 |
msgstr "Ein '%s' Feld."
|
188 |
|
189 |
+
#: mailchimp-for-wordpress/includes/class-form-request.php:702
|
190 |
msgid "Please select at least one list to subscribe to."
|
191 |
msgstr "Bitte wähle wenigstens eine Mailingsliste zum Abonnieren aus."
|
192 |
|
193 |
#: mailchimp-for-wordpress/includes/class-widget.php:20
|
194 |
msgid "MailChimp Sign-Up Form"
|
195 |
+
msgstr "MailChimp-Registrierungsformular"
|
196 |
|
197 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:22
|
198 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
199 |
+
msgstr "Zeigt dein MailChimp für WordPress Registrierungsformular an"
|
200 |
|
201 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:66
|
202 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:71
|
203 |
msgid "Newsletter"
|
204 |
msgstr "Newsletter"
|
205 |
|
206 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:69
|
207 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:82
|
208 |
msgid "Title:"
|
209 |
msgstr "Titel:"
|
210 |
|
211 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:73
|
212 |
msgid ""
|
213 |
+
"You can edit your sign-up form in the <a href=\"%s\">MailChimp for WordPress"
|
214 |
+
" form settings</a>."
|
215 |
+
msgstr "Du kannst dein Registrierungsformular in den <a href=\"%s\">MailChimp für WordPress Formulareinstellungen</a> editieren."
|
216 |
|
217 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
218 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:292
|
219 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
220 |
msgid "Email address"
|
221 |
+
msgstr "E-Mail-Adresse"
|
222 |
|
223 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
224 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:291
|
225 |
msgid "Your email address"
|
226 |
+
msgstr "Deine E-Mail-Adresse"
|
227 |
|
228 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
229 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:293
|
230 |
msgid "Sign up"
|
231 |
msgstr "Registrieren"
|
232 |
|
235 |
msgid "Sign me up for the newsletter!"
|
236 |
msgstr "Trage mich in den Newsletter ein!"
|
237 |
|
238 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:50
|
239 |
msgid ""
|
240 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
241 |
"inbox."
|
242 |
msgstr "Dankeschön, Deine Registrierungsanfrage war erfolgreich! Bitte überprüfe Deinen E-Mail-Eingang."
|
243 |
|
244 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:51
|
245 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:52
|
246 |
msgid "Oops. Something went wrong. Please try again later."
|
247 |
msgstr "Oops. Irgendwas ist schief gelaufen. Bitte versuche es später noch mal."
|
248 |
|
249 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:52
|
250 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:53
|
251 |
msgid "Please provide a valid email address."
|
252 |
+
msgstr "Bitte gib eine gültige E-Mail-Adresse ein."
|
253 |
|
254 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:53
|
255 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:54
|
256 |
msgid "Given email address is already subscribed, thank you!"
|
257 |
+
msgstr "Die angegebene E-Mail-Adresse befindet sich bereits im Verteiler, danke!"
|
258 |
|
259 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:54
|
260 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:55
|
261 |
msgid "Please complete the CAPTCHA."
|
262 |
msgstr "Bitte das CAPTCHA vervollständigen."
|
263 |
|
264 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:55
|
265 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:56
|
266 |
msgid "Please fill in the required fields."
|
267 |
msgstr "Bitte fülle die erforderlichen Felder aus."
|
268 |
|
269 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
270 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
271 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
272 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
273 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:106
|
274 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:121
|
275 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:134
|
276 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:145
|
277 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:164
|
278 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:178
|
279 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
280 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
281 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
282 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
286 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
287 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
288 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
289 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:71
|
290 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
291 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
292 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
293 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
294 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
298 |
msgid "Yes"
|
299 |
msgstr "Ja"
|
300 |
|
301 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
302 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
303 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
304 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
305 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
306 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:110
|
307 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:125
|
308 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:136
|
309 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:149
|
310 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:168
|
311 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:182
|
312 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
313 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
314 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
315 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
319 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
320 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
321 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
322 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:75
|
323 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
324 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
325 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
326 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
327 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
332 |
msgid "No"
|
333 |
msgstr "Nein"
|
334 |
|
335 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:236
|
336 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:239
|
337 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:311
|
338 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:320
|
339 |
msgid "MailChimp for WordPress - Error"
|
340 |
msgstr "MailChimp für WordPress - Fehler"
|
341 |
|
342 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:237
|
343 |
msgid ""
|
344 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
345 |
"settings</a>."
|
346 |
+
msgstr "Bitte wähle aus, welches Registrierungsformular Du hier in den <a href=\"%s\">Widget-Einstellungen</a> anzeigen möchtest."
|
347 |
|
348 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:238
|
349 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:319
|
350 |
msgid "This message is only visible to administrators for debugging purposes."
|
351 |
msgstr "Diese Nachricht ist nur sichtbar für Administratoren für Debugging-Zwecke."
|
352 |
|
353 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:312
|
354 |
msgid ""
|
355 |
"The MailChimp server returned the following error message as a response to "
|
356 |
"our sign-up request:"
|
357 |
+
msgstr "Der MailChimp-Server hat die folgende Fehlernachricht als Antwort auf deine Registrierungsanfrage zurückgegeben."
|
358 |
|
359 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:314
|
360 |
msgid "This is the data that was sent to MailChimp:"
|
361 |
msgstr "Dies sind die Daten, die zu MailChimp gesendet wurden:"
|
362 |
|
363 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:315
|
364 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:664
|
365 |
msgid "Email address:"
|
366 |
msgstr "E-Mail-Adresse:"
|
367 |
|
368 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:317
|
369 |
msgid "Merge variables:"
|
370 |
msgstr "Variablen zusammenführen:"
|
371 |
|
372 |
#. Plugin Name of the plugin/theme
|
373 |
msgid "MailChimp for WordPress"
|
374 |
+
msgstr "MailChimp für WordPress"
|
375 |
+
|
376 |
+
#: mailchimp-for-wordpress/includes/views/api-settings.php:12
|
377 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:99
|
378 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
379 |
+
msgid "MailChimp Settings"
|
380 |
+
msgstr "MailChimp-Einstellungen"
|
381 |
|
382 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
383 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
384 |
msgid "API Settings"
|
385 |
+
msgstr "API-Einstellungen"
|
386 |
|
387 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:24
|
388 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:21
|
397 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:32
|
398 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:29
|
399 |
msgid "API Key"
|
400 |
+
msgstr "API-Schlüssel"
|
401 |
|
402 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:34
|
403 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:31
|
404 |
msgid "Your MailChimp API key"
|
405 |
+
msgstr "Dein MailChimp-API-Schlüssel"
|
406 |
|
407 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:35
|
408 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:32
|
409 |
msgid "Get your API key here."
|
410 |
+
msgstr "Den API-Schlüssel bekommst du hier."
|
411 |
|
412 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:47
|
413 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:48
|
414 |
msgid "MailChimp Data"
|
415 |
+
msgstr "MailChimp-Daten"
|
416 |
|
417 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:48
|
418 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:49
|
420 |
"The table below shows your MailChimp lists data. If you applied changes to "
|
421 |
"your MailChimp lists, please use the following button to renew your cached "
|
422 |
"data."
|
423 |
+
msgstr "Die Tabelle zeigt die Daten zu deinen MailChimp-Listen. Wenn du bei den MailChimp-Listen Änderungen gemacht hast, nutze bitte die folgenden Schaltfläche um die Daten neu zu laden."
|
424 |
|
425 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:54
|
426 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:125
|
427 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:55
|
428 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:126
|
429 |
msgid "Renew MailChimp lists"
|
430 |
+
msgstr "MailChimp-Listen neu laden"
|
431 |
|
432 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:112
|
433 |
msgid "No lists were found in your MailChimp account"
|
434 |
+
msgstr "In deinem MailChimp-Konto wurden keine Listen gefunden"
|
|
|
|
|
|
|
|
|
|
|
435 |
|
436 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
437 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
438 |
msgid ""
|
439 |
"To use sign-up checkboxes, select at least one list and one form to add the "
|
440 |
"checkbox to."
|
441 |
+
msgstr "Um die Registrierungs-Kontrollkästchen zu nutzen, wähle mindestens eine Liste und ein Formular, um das Kontrollkästchen auch hinzuzufügen."
|
442 |
|
443 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:21
|
444 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:21
|
445 |
msgid "MailChimp settings for checkboxes"
|
446 |
+
msgstr "MailChimp-Einstellungen für Kontrollkästchen"
|
447 |
|
448 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:25
|
449 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:26
|
450 |
msgid ""
|
451 |
"If you want to use sign-up checkboxes, select at least one MailChimp list to"
|
452 |
" subscribe people to."
|
453 |
+
msgstr "Wenn du die Registrierungs-Kontrollkästchen nutzen möchtest, wähle mindestens eine MailChimp-Liste in welche die Adressen gespeichert werden."
|
454 |
|
455 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:31
|
456 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:34
|
457 |
msgid "MailChimp Lists"
|
458 |
+
msgstr "MailChimp-Listen"
|
459 |
|
460 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:35
|
461 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
462 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
463 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
464 |
+
msgid "No lists found, <a href=\"%s\">are you connected to MailChimp</a>?"
|
465 |
+
msgstr "Keine Listen gefunden, <a href=\"%s\">hast du MailChimp bereits angebunden</a>?"
|
466 |
|
467 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
468 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
469 |
msgid ""
|
470 |
"Select the list(s) to which people who check the checkbox should be "
|
471 |
"subscribed."
|
472 |
+
msgstr "Wähle die Listen, zu denen die Abonnenten die das Kontrollkästchen ausgewählt haben, eingetragen werden sollen."
|
473 |
|
474 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
475 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:102
|
476 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
477 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
478 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
479 |
msgid "Double opt-in?"
|
480 |
+
msgstr "Double-Opt-in?"
|
481 |
|
482 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
483 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:113
|
484 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
485 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
486 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
487 |
msgid ""
|
488 |
"Select \"yes\" if you want people to confirm their email address before "
|
489 |
"being subscribed (recommended)"
|
490 |
+
msgstr "Wähle \"ja\" wenn du möchtest, dass die E-Mail-Adresse bestätigt werden muss. (empfohlen)"
|
491 |
|
492 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
493 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:82
|
494 |
msgid "Checkbox settings"
|
495 |
+
msgstr "Kontrollkästchen-Einstellungen"
|
496 |
|
497 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
498 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:85
|
499 |
msgid "Add the checkbox to these forms"
|
500 |
+
msgstr "Füge das Kontrollkästchen zu diesen Formularen hinzu"
|
501 |
|
502 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
503 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:92
|
504 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
505 |
+
msgstr "Wenn ein Formular ausgewählt wird, wird automatisch das Registrierungs-Kontrollkästchen hinzugefügt."
|
506 |
|
507 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
508 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:105
|
509 |
msgid "Checkbox label text"
|
510 |
+
msgstr "Kontrollkästchen-Beschriftungstext"
|
511 |
|
512 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
513 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:108
|
514 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:148
|
515 |
msgid "HTML tags like %s are allowed in the label text."
|
516 |
+
msgstr "HTML-Tags wie %s sind in den Beschriftungen erlaubt."
|
517 |
|
518 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
519 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:112
|
520 |
msgid "Pre-check the checkbox?"
|
521 |
+
msgstr "Das Kontrollkästchen vorauswählen?"
|
522 |
|
523 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
524 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:117
|
525 |
msgid "Load some default CSS?"
|
526 |
msgstr "Allgemeines CSS laden?"
|
527 |
|
528 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
529 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:119
|
530 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
531 |
+
msgstr "Wähle \"ja\", falls das Kontrollkästchen an einer unerwünschten Stelle angezeigt wird."
|
532 |
|
533 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
534 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:122
|
535 |
msgid "WooCommerce checkbox position"
|
536 |
+
msgstr "WooCommerce-Kontrollkästchen-Position"
|
537 |
|
538 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
539 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:125
|
540 |
msgid "After the billing details"
|
541 |
+
msgstr "Nach den Rechnungsdetails"
|
542 |
|
543 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
544 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:126
|
545 |
msgid "After the additional information"
|
546 |
+
msgstr "Nach den zusätzlichen Informationen"
|
547 |
|
548 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
549 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
|
550 |
msgid ""
|
551 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
552 |
+
msgstr "Wähle die Position für das Kontrollkästchen in deinem WooCommerce-Checkout-Formular."
|
|
|
|
|
|
|
|
|
|
|
|
|
553 |
|
554 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
555 |
msgid ""
|
556 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
557 |
"paste %s in the content of a post or page or use the widget."
|
558 |
+
msgstr "Um das MailChimp-Registrierungsformular nutzen zu können, konfiguriere das untenstehende Formular und kopiere dann %s in den Inhalt einer Seite oder eines Posts oder benutze ein Widget."
|
559 |
|
560 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:20
|
561 |
msgid "Required form settings"
|
564 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:24
|
565 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:19
|
566 |
msgid "Load form styles (CSS)?"
|
567 |
+
msgstr "Lade Formular-Stile (CSS)?"
|
568 |
|
569 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:28
|
570 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:23
|
571 |
msgid "Yes, load basic form styles"
|
572 |
+
msgstr "Ja, lade Standard-Formular-Stile"
|
|
|
|
|
|
|
|
|
|
|
|
|
573 |
|
574 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
575 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
576 |
msgid "Yes, load my custom form styles"
|
577 |
+
msgstr "Ja, lade meine eigenen Formular-Stile"
|
578 |
|
579 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:30
|
580 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:25
|
581 |
msgid "Yes, load default form theme"
|
582 |
+
msgstr "Ja, lade Standard-Formular-Theme"
|
583 |
|
584 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:31
|
585 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:26
|
609 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
610 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:31
|
611 |
msgid "Custom Color Theme"
|
612 |
+
msgstr "Benutzerdefiniertes Farben-Theme"
|
613 |
|
614 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:41
|
615 |
msgid ""
|
616 |
"If you want to load some default CSS styles, select \"basic formatting "
|
617 |
"styles\" or choose one of the color themes"
|
618 |
+
msgstr "Wenn du ein %sbenutzerdefiniertes Stylesheet erstellt%s hast und dieses laden möchtest, wähle \"eigenen Formularstil\". Andernfalls wähle eines der Standard-Formularstile oder eines der Standard-Themes."
|
619 |
|
620 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:45
|
621 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:14
|
626 |
msgid ""
|
627 |
"Select the list(s) to which people who submit this form should be "
|
628 |
"subscribed."
|
629 |
+
msgstr "Wähle die Liste(n), welche abonniert wird, wenn das Formular abgeschickt wird."
|
630 |
|
631 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:69
|
632 |
msgid "Form mark-up"
|
633 |
+
msgstr "Formular Markup"
|
|
|
|
|
|
|
|
|
|
|
634 |
|
635 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:79
|
636 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:90
|
637 |
msgid ""
|
638 |
"Use the shortcode %s to display this form inside a post, page or text "
|
639 |
"widget."
|
640 |
+
msgstr "Benutze diesen Shortcode %s um dieses Formular innerhalb eines Posts, Seite oder Text-Widgets zu nutzen."
|
641 |
+
|
642 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
643 |
+
#: mailchimp-for-wordpress-pro/includes/views/parts/missing-fields-notice.php:4
|
644 |
+
msgid "Your form is missing the following (required) form fields:"
|
645 |
+
msgstr "In deinem Formular fehlen die folgenden (erforderlichen) Felder:"
|
646 |
|
647 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:117
|
648 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
649 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
650 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
651 |
msgid "Send Welcome Email?"
|
652 |
+
msgstr "Willkommens-E-Mail senden?"
|
653 |
|
654 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:128
|
655 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
656 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
657 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
658 |
msgid ""
|
659 |
"Select \"yes\" if you want to send your lists Welcome Email if a subscribe "
|
660 |
"succeeds (only when double opt-in is disabled)."
|
661 |
+
msgstr "Wähle \"ja\" wenn du die Listen-Willkommens-E-Mail versenden möchtest, wenn ein Abonnement erfolgreich war (nur wenn Double-Opt-in deaktiviert ist)."
|
662 |
|
663 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:131
|
664 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
665 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:67
|
666 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
667 |
msgid "Update existing subscribers?"
|
668 |
msgstr "Aktualisiere vorhandene Abonnenten?"
|
669 |
|
670 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:138
|
671 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
672 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
673 |
msgid ""
|
675 |
"showing the \"already subscribed\" message)."
|
676 |
msgstr "Wähle \"ja\" wenn du bestehende Abonnenten aktualisieren möchtest (anstatt die \"bereits abonnierten\" Nachricht anzuzeigen)."
|
677 |
|
678 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:141
|
679 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
680 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
681 |
msgid "Replace interest groups?"
|
682 |
msgstr "Interessengruppen ersetzen?"
|
683 |
|
684 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:152
|
685 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
686 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
687 |
msgid ""
|
690 |
"groups (only when updating a subscriber)."
|
691 |
msgstr "Wähle \"ja\" wenn du die Interessengruppen mit den angegebenen Gruppen ersetzten möchtest, anstatt die angegebenen Gruppen zu den Mitglieder Interessengruppen hinzuzufügen. (Nur beim Ändern eines Abonennten)"
|
692 |
|
693 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:156
|
694 |
msgid "Form Settings & Messages"
|
695 |
+
msgstr "Formular-Einstellungen & -Nachrichten"
|
696 |
|
697 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:160
|
698 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
699 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
700 |
msgid "Enable AJAX form submission?"
|
701 |
+
msgstr "AJAX-Formular aktivieren?"
|
702 |
|
703 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:171
|
704 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
705 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
706 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
707 |
+
msgstr "Wähle \"ja\" wenn du das AJAX-(JavaScript)-Formular verwenden möchtest."
|
708 |
|
709 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:174
|
710 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
711 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
712 |
msgid "Hide form after a successful sign-up?"
|
713 |
msgstr "Verberge das Formular nach der Registrierung?"
|
714 |
|
715 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:185
|
716 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
717 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
718 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
719 |
+
msgstr "Wähle \"ja\" wenn du die Formular-Felder nach einer erfolgreichen Registrierung ausblenden möchtest."
|
720 |
|
721 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:188
|
722 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
723 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
724 |
msgid "Redirect to URL after successful sign-ups"
|
725 |
msgstr "Weiterleitung zu URL nach einer erfolgreichen Registrierung."
|
726 |
|
727 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:190
|
728 |
msgid "Example: %s"
|
729 |
+
msgstr "Beispiel: %s"
|
730 |
|
731 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:191
|
732 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
733 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
734 |
msgid ""
|
735 |
+
"Leave empty for no redirect. Otherwise, use complete (absolute) URLs, "
|
736 |
+
"including <code>http://</code>."
|
737 |
+
msgstr "Für eine Weiterleitung bitte die kompletten (absoluten) URLs angeben, inklusive <code>http://</code>, ansonsten leer lassen."
|
738 |
|
739 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
740 |
msgid "Success message"
|
741 |
+
msgstr "Erfolgsnachricht"
|
742 |
|
743 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:199
|
744 |
msgid "Invalid email address message"
|
745 |
+
msgstr "Ungültige E-Mail-Adresse-Nachricht"
|
746 |
|
747 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:203
|
748 |
msgid "Required field missing message"
|
749 |
+
msgstr "\"Erforderliches Feld\"-Meldung"
|
750 |
|
751 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:207
|
752 |
msgid "Already subscribed message"
|
753 |
+
msgstr "\"Bereits abonniert\"-Meldung"
|
754 |
|
755 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:212
|
756 |
msgid "Invalid CAPTCHA message"
|
757 |
+
msgstr "Ungültiges CAPTCHA"
|
758 |
|
759 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:217
|
760 |
msgid "General error message"
|
761 |
+
msgstr "Allgemeine Fehlermeldung"
|
762 |
|
763 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:223
|
764 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
765 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
766 |
msgid "HTML tags like %s are allowed in the message fields."
|
767 |
+
msgstr "HTML-Tags wie %s sind in den Nachrichten-Feldern erlaubt."
|
768 |
|
769 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:237
|
770 |
msgid "Building your sign-up form"
|
771 |
+
msgstr "Stelle dein Formular zusammen"
|
772 |
|
773 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:238
|
774 |
msgid ""
|
775 |
"At a minimum, your form should include just an %s field and a submit button."
|
776 |
+
msgstr "Dein Formular sollte mindestens ein %s Feld und eine Bestätigungs-Schaltfläche enthalten."
|
777 |
|
778 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:239
|
779 |
msgid ""
|
780 |
"Add more form fields if your selected lists require more fields. Field names"
|
781 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
782 |
"field\" tool to have the HTML generated for you."
|
783 |
+
msgstr "Füge weitere Formularfelder hinzu falls die ausgewählte Liste mehr Felder benötigt. Feldnamen sollten mit den \"field tags\" der ausgewählten Listen übereinstimmen. Benutze das \"Neues Feld anlegen\"-Werkzeug um das HTML dafür zu generieren."
|
784 |
|
785 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:241
|
786 |
msgid "Form Styling"
|
787 |
+
msgstr "Formular-Styling"
|
788 |
|
789 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:242
|
790 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
791 |
+
msgstr "Ändere das Aussehen des Formulars indem CSS-Regeln auf %s angewendet werden."
|
792 |
|
793 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:243
|
794 |
msgid ""
|
795 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
796 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
797 |
" plugin like %s"
|
798 |
+
msgstr "Du kannst die CSS-Regeln zu deinem Theme hinzufügen mit dem <a href=\"%s\">Theme Editor</a> oder indem du %s über FTP editierst. Alternativ kannst du auch ein Plugin wie %s verwenden."
|
799 |
|
800 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:244
|
801 |
msgid ""
|
802 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
803 |
"selectors you can use to target the different form elements."
|
804 |
+
msgstr "Die <a href=\"%s\" target=\"_blank\">Plugin-FAQ</a> zählt die verschiedenen CSS-Selektoren auf, mit denen die die verschiedenen Formularelemente ansteuern kannst."
|
805 |
|
806 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:245
|
807 |
msgid ""
|
808 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
809 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
810 |
"lets you customize form styles without writing any code."
|
811 |
+
msgstr "Falls du einen einfacheren Weg brauchst um deine Formulare zu gestalten, <a href=\"%s\">wechsle zu MailChimp für WordPress Pro</a>. Dieser kommt mit einem \"Styles Builder\", mit dem du deine Formulare individuell gestalten kannst, ohne Code zu schreiben."
|
812 |
|
813 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:247
|
814 |
msgid "Form variables"
|
815 |
+
msgstr "Formular-Variablen"
|
816 |
|
817 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:248
|
818 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:427
|
819 |
msgid "Use the following variables to add some dynamic content to your form."
|
820 |
msgstr "Benutze die folgenden Variablen um zusätzlichen Text zu deinem Formular hinzuzufügen."
|
821 |
|
822 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:255
|
823 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
824 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
825 |
+
msgstr "Ersetzt mit der E-Mail-Adresse des Besuchers (falls in der URL oder dem Cookie gesetzt),"
|
826 |
|
827 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:259
|
828 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
829 |
msgid "Replaced with the form response (error or success messages)."
|
830 |
+
msgstr "Ersetzt mit der Formular-Antwort (Fehler- oder Erfolgsmeldungen)."
|
831 |
|
832 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:264
|
833 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
834 |
msgid "Replaced with a captcha field."
|
835 |
+
msgstr "Ersetzt durch ein Captcha-Feld."
|
836 |
|
837 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
838 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
839 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
840 |
+
msgstr "Ersetzt mit der Anzahl-Nummer von Abonnenten der gewählten Liste(n)"
|
841 |
|
842 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:273
|
843 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
844 |
msgid "Replaced with the current site language, eg: %s"
|
845 |
+
msgstr "Ersetzt mit der derzeitig gesetzten Sprache, z.B. %s"
|
846 |
|
847 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:277
|
848 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
849 |
msgid "Replaced with the visitor's IP address"
|
850 |
+
msgstr "Ersetzt mit der Besucher-IP-Adresse"
|
851 |
|
852 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:281
|
853 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
854 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
855 |
+
msgstr "Ersetzt mit dem aktuellen Datum (yyyy/mm/dd eg: %s)"
|
856 |
|
857 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:285
|
858 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
859 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
860 |
+
msgstr "Ersetzt mit der aktuellen Uhrzeit (hh:mm:ss eg: %s)"
|
861 |
|
862 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:289
|
863 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
864 |
msgid ""
|
865 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
866 |
"in user)"
|
867 |
+
msgstr "Ersetzt mit der E-Mail-Adresse des angemeldeten Benutzers (oder nicht, wenn der Benutzer nicht angemeldet ist)"
|
868 |
|
869 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:293
|
870 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
871 |
msgid "First name of the current user"
|
872 |
msgstr "Den Vornamen des aktuellen Benutzers anzeigen"
|
873 |
|
874 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:297
|
875 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
876 |
msgid "Last name of the current user"
|
877 |
msgstr "Den Nachnamen des aktuellen Benutzers anzeigen"
|
878 |
|
879 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:301
|
880 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
881 |
msgid "Current user ID"
|
882 |
+
msgstr "Aktuelle Benutzer-ID"
|
883 |
|
884 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:305
|
885 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
886 |
msgid "Current URL"
|
887 |
msgstr "Aktuelle URL"
|
888 |
|
889 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
890 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:31
|
891 |
msgid "Add a new field"
|
892 |
msgstr "Neues Feld anlegen"
|
893 |
|
894 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:12
|
895 |
msgid "Use the tool below to generate the HTML for your form fields."
|
896 |
+
msgstr "Verwende das untenstehende Werkzeug um das HTML für deine Formularfelder zu generieren."
|
897 |
|
898 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
899 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:35
|
900 |
msgid "Select MailChimp field.."
|
901 |
+
msgstr "Wähle MailChimp-Feld.."
|
902 |
|
903 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
904 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:39
|
905 |
msgid "Submit Button"
|
906 |
+
msgstr "Senden-Schaltlfläche"
|
907 |
|
908 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
909 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:40
|
910 |
msgid "Lists Choice"
|
911 |
msgstr "Listen Auswahl"
|
912 |
|
913 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
914 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
915 |
msgid "Label"
|
916 |
msgstr "Beschreibung"
|
917 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
918 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
919 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
920 |
msgid "Placeholder"
|
921 |
msgstr "Platzhalter"
|
922 |
|
|
|
|
|
|
|
|
|
|
|
923 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
924 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
925 |
msgid "Labels"
|
926 |
msgstr "Beschriftungen"
|
927 |
|
928 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
929 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
930 |
msgid "(leave empty to hide)"
|
931 |
+
msgstr "(leer lassen zum Ausblenden)"
|
932 |
|
933 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
934 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:68
|
935 |
msgid "Wrap in paragraph %s tags?"
|
936 |
+
msgstr "In Absatz-Tags %s einschließen?"
|
937 |
|
938 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
939 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:72
|
940 |
msgid "Required field?"
|
941 |
+
msgstr "Pflichtfeld?"
|
942 |
|
943 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
944 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:76
|
945 |
msgid "Add to form"
|
946 |
msgstr "Zum Formular hinzufügen"
|
947 |
|
948 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
949 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:80
|
950 |
msgid "Generated HTML"
|
951 |
msgstr "Generiertes HTML"
|
952 |
|
953 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:68
|
954 |
msgid "Select at least one list first."
|
955 |
+
msgstr "Als erstes eine Liste auswählen."
|
956 |
|
957 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:9
|
958 |
msgid ""
|
960 |
"translated in your language or do you spot errors with the current "
|
961 |
"translations? Helping out is easy! Head over to <a href=\"%s\">the "
|
962 |
"translation project and click \"help translate\"</a>."
|
963 |
+
msgstr "MailChimp für WordPress braucht mehr Übersetzungen. Ist das Plugin in deiner Sprache nicht verfügbar oder hast du einen Fehler in der jetzigen Übersetzung entdeckt? Helfen ist ganz einfach! Gehe zum <a href=\"%s\">Übersetzungsprojekt und klicke auf \"Übersetzen\"</a>."
|
964 |
|
965 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:10
|
966 |
msgid ""
|
967 |
"Enjoying this plugin? <a href=\"%s\">Upgrade to MailChimp for WordPress Pro "
|
968 |
"now</a> for an even better plugin, you will love it."
|
969 |
+
msgstr "Magst du dieses Plugin? <a href=\"%s\">Wechsle jetzt zu MailChimp für WordPress Pro</a> für ein noch besseres Plugin, du wirst es lieben."
|
970 |
|
971 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:11
|
972 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:10
|
973 |
msgid ""
|
974 |
"This plugin is not developed by or affiliated with MailChimp in any way."
|
975 |
+
msgstr "Dieses Plugin ist weder von MailChimp entwickelt noch sonst irgendwie daran angegliedert."
|
976 |
|
977 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:9
|
978 |
msgid "Looking for support?"
|
979 |
+
msgstr "Benötigen Sie Unterstützung?"
|
980 |
|
981 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:10
|
982 |
msgid ""
|
983 |
"Make sure to look at the <a href=\"%s\">frequently asked questions</a> or "
|
984 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
985 |
+
msgstr "Schau dir die <a href=\"%s\">häufig gestellten Fragen</a> an oder benutze die <a href=\"%s\">Support-Foren</a> auf WordPress.org."
|
|
|
|
|
|
|
|
|
|
|
|
|
986 |
|
987 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:14
|
988 |
msgid "Show a token of your appreciation"
|
989 |
+
msgstr "Zeige deine Wertschätzung"
|
990 |
|
991 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
|
|
|
|
|
|
|
|
992 |
msgid "Leave a %s plugin review on WordPress.org"
|
993 |
+
msgstr "Schreib ein %s Plugin Review auf WordPress.org"
|
994 |
|
995 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
996 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
997 |
+
msgstr "Ich verwende MailChimp für WordPress by @DannyvanKooten - es ist großartig!"
|
998 |
|
999 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
1000 |
msgid "Tweet about MailChimp for WordPress"
|
1001 |
+
msgstr "Twittere über MailChimp für WordPress"
|
1002 |
|
1003 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:19
|
1004 |
msgid ""
|
1005 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
1006 |
"page</a>."
|
1007 |
+
msgstr "Mach einen Review von diesem Plugin auf deinem Blog und linke zur <a href=\"%s\">Plugin-Seite</a>."
|
1008 |
|
1009 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:20
|
1010 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
1011 |
+
msgstr "Stimme für \"works\" auf der WordPress.org-Plugin-Seite"
|
1012 |
|
1013 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:24
|
1014 |
msgid "About the developer"
|
1015 |
+
msgstr "Über den Entwickler"
|
1016 |
|
1017 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:11
|
1018 |
msgid ""
|
1019 |
"This plugin has an even better premium version, I am sure you will love it."
|
1020 |
+
msgstr "Dieses Plugin hat eine noch bessere Premium-Version. Ich bin mir sicher, du wirst sie lieben!"
|
1021 |
|
1022 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:12
|
1023 |
msgid ""
|
1024 |
"Pro features include better and multiple forms, advanced and easy form "
|
1025 |
"styling, more default themes, detailed statistics and priority support."
|
1026 |
+
msgstr "Pro-Features sind unter anderem bessere und mehrere Formulare, erweitertes und einfaches Formular-Styling, mehr Standard-Themes, detaillierte Statistiken und Prioritäts-Support."
|
1027 |
|
1028 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
1029 |
+
msgid "Upgrade Now"
|
1030 |
+
msgstr "Jetzt upgraden"
|
1031 |
|
1032 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:206
|
1033 |
msgid "Documentation"
|
1034 |
msgstr "Dokumentation"
|
1035 |
|
1036 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:254
|
1037 |
msgid "Save Form"
|
1038 |
+
msgstr "Formular speichern"
|
1039 |
|
1040 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:258
|
1041 |
msgid "Update Form"
|
1042 |
+
msgstr "Formular aktualisieren"
|
1043 |
|
1044 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:314
|
1045 |
msgid "Back to general form settings"
|
1046 |
+
msgstr "Zurück zu den Standard-Formular-Einstellungen"
|
1047 |
|
1048 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:316
|
1049 |
msgid "Form updated."
|
1050 |
msgstr "Formular aktualisiert."
|
1051 |
|
1052 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:317
|
1053 |
msgid "Form saved."
|
1054 |
msgstr "Formular gespeichert."
|
1055 |
|
1056 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:386
|
1057 |
msgid "Optional Settings"
|
1058 |
+
msgstr "Optionale Einstellungen"
|
1059 |
|
1060 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:387
|
1061 |
msgid "Form Variables"
|
1062 |
+
msgstr "Formular-Variablen"
|
1063 |
+
|
1064 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:531
|
1065 |
+
msgid "MailChimp & Plugin License Settings"
|
1066 |
+
msgstr "MailChimp- & Plugin-Lizenz-Einstellungen"
|
1067 |
|
1068 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:532
|
1069 |
msgid "MailChimp & License"
|
1070 |
+
msgstr "MailChimp & Lizenz"
|
1071 |
|
1072 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:548
|
1073 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:549
|
1074 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1075 |
msgid "Reports"
|
1076 |
msgstr "Berichte"
|
1077 |
|
1078 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:732
|
1079 |
msgid ""
|
1080 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1081 |
"href=\"%s\">Provide a valid API key.</a>"
|
1082 |
+
msgstr "Bitte stelle sicher, dass das Plugin mit MailChimp verbunden ist. <a href=\"%s\">Gültigen API-Schlüssel eingeben.</a>"
|
1083 |
|
1084 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:834
|
1085 |
msgid "End date can't be before the start date"
|
1086 |
+
msgstr "Enddatum kann nicht vor dem Startdatum sein"
|
1087 |
|
1088 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:866
|
1089 |
msgid ""
|
1090 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1091 |
"page."
|
1092 |
+
msgstr "Du hast das Logging mit dem %s Filter abgeschaltet. Aktiviere es wieder um die Reports-Seite benutzen zu können."
|
1093 |
|
1094 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:882
|
1095 |
msgid ""
|
1096 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1097 |
+
"settings you set in the Lite version, you can safely <a "
|
1098 |
+
"href=\"%s\">deactivate it now</a>."
|
1099 |
+
msgstr "<strong>Willkommen bei MailChimp für WordPress Pro!</strong> Wir haben die Einstellungen der Lite-Version übernommen, so dass du diese jetzt sicher <a href=\"%s\">deaktivieren kannst</a>."
|
1100 |
|
1101 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1102 |
msgid ""
|
1106 |
|
1107 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:320
|
1108 |
msgid "%sShow generated CSS%s"
|
1109 |
+
msgstr "%sZeige das generierte CSS%s"
|
1110 |
|
1111 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:331
|
1112 |
msgid ""
|
1113 |
"To apply these styles on your website, select \"load custom form styles\" in"
|
1114 |
" the %sform settings%s"
|
1115 |
+
msgstr "Um die Formatierungen anzuwenden, wähle \"Lade benutzerdefinierte Formular-Stile\" in den %sFormular Einstellungen%s"
|
1116 |
|
1117 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:332
|
1118 |
msgid "The %sCSS Stylesheet%s has been created."
|
1119 |
msgstr "Das %sCSS Stylesheet%s wurde erstellt."
|
1120 |
|
1121 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:142
|
1122 |
msgid "I know. Don't bug me."
|
1123 |
+
msgstr "Ich weiß. Lass mich in Ruhe."
|
1124 |
|
1125 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:161
|
1126 |
msgid ""
|
1127 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1128 |
"able to get %s updates. Please add %s to %s."
|
1129 |
msgstr "<b>Achtung!</b> Du blockierst externe Anfragen, deshalb bekommst du keine %s Updates. Bitte mache %s zu %s."
|
1130 |
|
1131 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:203
|
1132 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1133 |
msgstr "Deine %s Lizenz wurde aktiviert. Du hast eine unlimitierte Lizenz."
|
1134 |
|
1135 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:205
|
1136 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1137 |
msgstr "Deine %s Lizenz wurde aktiviert. Du hast %d/%d Aktivierungen genutzt."
|
1138 |
|
1139 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:210
|
1140 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1141 |
+
msgstr "<a href=\"%s\"> Weißt du wie du deine Lizenz upgraden kannst?</a>"
|
1142 |
|
1143 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:214
|
1144 |
msgid ""
|
1145 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1146 |
" it?</a>"
|
1147 |
msgstr "<a href=\"%s\">Deine Lizenz verfällt in %d Tagen, willst du sie verlängern?</a>"
|
1148 |
|
1149 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:223
|
1150 |
msgid ""
|
1151 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1152 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1153 |
+
msgstr "Du hast dein Aktiviereung-Limit erreicht. Du musst <a href=\"%s\">zurücksetzen</a> oder <a href=\"%s\">deine Lizenz wechseln</a> um es auf dieser Seite zu nutzen."
|
1154 |
|
1155 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:227
|
1156 |
msgid ""
|
1157 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1158 |
"you want to use it again."
|
1159 |
+
msgstr "Deine Lizenz ist abgelaufen. Du musst deine <a href=\"%s\">Lizenz erneuern</a>, wenn du es wieder benutzen möchtest."
|
1160 |
|
1161 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:230
|
1162 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1163 |
msgstr "Die Lizenz konnte nicht aktiviert werden, die Lizenz scheint ungültig zu sein."
|
1164 |
|
1165 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:255
|
1166 |
msgid "Your %s license has been deactivated."
|
1167 |
msgstr "Dein %s wurde deaktiviert."
|
1168 |
|
1169 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:260
|
1170 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:66
|
1171 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:75
|
1172 |
msgid ""
|
1173 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1174 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1175 |
+
msgstr "Deine Lizenz ist abgelaufen. Du hast somit keinen Zugriff mehr auf Updates bis du deine <a href=\"%s\">Lizenz erneuert</a> hast."
|
1176 |
|
1177 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:262
|
1178 |
msgid "Failed to deactivate your %s license."
|
1179 |
msgstr "Die %s Lizenz konnte nicht deaktiviert werden."
|
1180 |
|
1181 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:300
|
1182 |
msgid "Request error: \"%s\""
|
1183 |
msgstr "Fehler: \"%s\""
|
1184 |
|
1185 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:459
|
1186 |
msgid "%s: License Settings"
|
1187 |
+
msgstr "%s: Lizenz-Einstellungen"
|
1188 |
|
1189 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-plugin-license-manager.php:67
|
1190 |
msgid ""
|
1191 |
"%s is network activated, please contact your site administrator to manage "
|
1192 |
"the license."
|
1193 |
+
msgstr "%s ist Netzwerk aktiviert, bitte kontaktiere den Netzwerk-Administrator um die Lizenz zu verwalten."
|
1194 |
|
1195 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:64
|
1196 |
msgid ""
|
1197 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1198 |
msgstr "%s konnte nicht auf Updates prüfen, wegen dem folgenden Fehler: <em>%s</em>"
|
1199 |
|
1200 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:126
|
1201 |
msgid ""
|
1202 |
+
"This site has not been activated properly on mc4wp.com and thus cannot check"
|
1203 |
+
" for future updates. Please activate your site with a valid license key."
|
1204 |
+
msgstr "Diese Seite wurde nicht korrekt auf mc4wp.com aktiviert und kann deshalb nicht auf Updates überprüft werden. Bitte aktiviere deine Seite mit einem gültigen Lizenz-Schlüssel."
|
|
|
1205 |
|
1206 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1207 |
msgid "License status"
|
1208 |
+
msgstr "Lizenzstatus"
|
1209 |
|
1210 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:26
|
1211 |
msgid "ACTIVE"
|
1212 |
+
msgstr "Aktiv"
|
1213 |
|
1214 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:26
|
1215 |
msgid "you are receiving updates"
|
1216 |
+
msgstr "Du erhältst Updates"
|
1217 |
|
1218 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:28
|
1219 |
msgid "EXPIRED"
|
1220 |
+
msgstr "ABGELAUFEN"
|
1221 |
|
1222 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:28
|
1223 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:30
|
1224 |
msgid "you are <strong>not</strong> receiving updates."
|
1225 |
+
msgstr "Du erhältst <strong>keine</strong> Updates."
|
1226 |
|
1227 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:30
|
1228 |
msgid "INACTIVE"
|
1229 |
+
msgstr "Nicht Aktiv"
|
1230 |
|
1231 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:35
|
1232 |
msgid "Toggle license status"
|
1233 |
+
msgstr "Lizenzstatus umschalten"
|
1234 |
|
1235 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:39
|
1236 |
msgid "Deactivate License"
|
1237 |
+
msgstr "Deaktiviere Lizenz"
|
1238 |
|
1239 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:40
|
1240 |
msgid ""
|
1241 |
"(deactivate your license so you can activate it on another WordPress site)"
|
1242 |
+
msgstr "(deaktiviere deine Lizenz um sie auf einer anderen Wordpress-Site zu nutzen)"
|
1243 |
|
1244 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:44
|
1245 |
msgid "Activate License"
|
1246 |
+
msgstr "Aktiviere Lizenz"
|
1247 |
|
1248 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:46
|
1249 |
msgid "Please enter a license key in the field below first."
|
1250 |
+
msgstr "Bitte trage vorher einen Lizenz-Schlüssel in das Feld darunter ein."
|
1251 |
|
1252 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:54
|
1253 |
msgid "License Key"
|
1255 |
|
1256 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:56
|
1257 |
msgid "Paste your license key here, as found in the email receipt."
|
1258 |
+
msgstr "Füge hier deinen Lizenz-Schlüssel, den du per E-Mail erhalten hast, ein."
|
1259 |
|
1260 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:79
|
|
|
|
|
|
|
|
|
1261 |
msgid "Your %s license will expire on %s."
|
1262 |
+
msgstr "Deine %s Lizenz wird am %s ablaufen."
|
1263 |
|
1264 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:83
|
1265 |
msgid "%sRenew your license now%s."
|
1266 |
msgstr "%sErneuere deine Lizenz jetzt%s."
|
1267 |
|
1268 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:261
|
1269 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1270 |
+
msgstr "<strong>Fehler:</strong> Bitte eine Formular-ID angeben. Beispiel: %s."
|
1271 |
|
1272 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:275
|
1273 |
msgid ""
|
1274 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1275 |
" correct form ID."
|
1276 |
+
msgstr "<strong>Fehler:</strong> Registrierungsformular nicht gefunden . Bitte überprüfe ob die richtige Formular-ID verwendet wurde."
|
1277 |
|
1278 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:647
|
1279 |
msgid "New MailChimp Sign-Up"
|
1280 |
+
msgstr "Neue MailChimp-Registrierung"
|
1281 |
|
1282 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:655
|
1283 |
msgid "New Sign-Up"
|
1284 |
msgstr "Neue Registrierung"
|
1285 |
|
1286 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:656
|
1287 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1288 |
msgstr "<strong>%s</strong> hat sich um %s auf %s registriert und hat dafür das Formular \"%s\" genutzt."
|
1289 |
|
1290 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:661
|
1291 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:77
|
1292 |
msgid "List"
|
1293 |
msgstr "Liste"
|
1294 |
|
1295 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:701
|
1296 |
msgid "Other fields"
|
1297 |
+
msgstr "Andere Felder"
|
1298 |
|
1299 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:718
|
1300 |
msgid ""
|
1301 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1302 |
"be added to the selected MailChimp lists until they confirm their email "
|
1303 |
"address."
|
1304 |
+
msgstr "Beachte, dass du das sogenannte \"Double-Opt-in\" für das Formular \"%s\" aktiviert hast. Der Benutzer wird erst der ausgewählten Liste hinzugefügt, wenn er seine E-Mail-Adresse bestätigt hat."
|
1305 |
|
1306 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:720
|
1307 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1308 |
+
msgstr "Diese E-Mail wurde automatisch vom MailChimp für WordPress-Plugin versendet."
|
1309 |
|
1310 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:140
|
1311 |
msgid "IP Address"
|
1312 |
+
msgstr "IP Adresse"
|
1313 |
|
1314 |
#: mailchimp-for-wordpress-pro/includes/class-widget.php:20
|
1315 |
msgid "MailChimp for WP Form"
|
1316 |
+
msgstr "MailChimp for WP-Formular"
|
1317 |
|
1318 |
#: mailchimp-for-wordpress-pro/includes/class-widget.php:21
|
1319 |
msgid "Displays one of your MailChimp for WordPress sign-up forms"
|
1320 |
+
msgstr "Zeige eines deiner MailChimp für WordPress-Registrierungsformulare an"
|
1321 |
|
1322 |
#: mailchimp-for-wordpress-pro/includes/class-widget.php:43
|
1323 |
msgid ""
|
1324 |
"Please select the sign-up form you'd like to show here in the <a "
|
1325 |
"href=\"%s\">widget settings</a>."
|
1326 |
+
msgstr "Bitte wähle aus, welches Registrierungsformular du hier in den <a href=\"%s\">Widget-Einstellungen</a> anzeigen möchtest."
|
1327 |
|
1328 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:86
|
1329 |
msgid "Form:"
|
1330 |
msgstr "Formular:"
|
1331 |
|
1332 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:88
|
1333 |
msgid "Select the form to show"
|
1334 |
msgstr "Wähle ein Formular aus"
|
1335 |
|
1336 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:96
|
1337 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1338 |
msgstr "Du hast keine Registrierungsformulare. <a href=\"%s\">Erstelle jetzt eines.</a>"
|
1339 |
|
1340 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:51
|
1341 |
msgid ""
|
1342 |
"Thank you, your sign-up request was successful! Please check your email "
|
1343 |
"inbox to confirm."
|
1344 |
+
msgstr "Danke, deine Anfrage war erfolgreich! Bitte prüfe dein E-Mail-Konto für die Bestätigung."
|
1345 |
|
1346 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:43
|
1347 |
msgid "ID"
|
1348 |
+
msgstr "ID"
|
1349 |
|
1350 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:44
|
1351 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:426
|
1352 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:462
|
1353 |
msgid "Form"
|
1354 |
msgstr "Formulare"
|
1355 |
|
1356 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:45
|
1357 |
msgid "Shortcode"
|
1358 |
msgstr "Shortcode"
|
1359 |
|
1360 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:46
|
1361 |
msgid "List(s)"
|
1362 |
msgstr "Liste(n)"
|
1363 |
|
1364 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:47
|
1365 |
msgid "Last edited"
|
1366 |
msgstr "Zuletzt bearbeitet"
|
1367 |
|
1368 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:98
|
1369 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:102
|
1370 |
msgid "Edit Form"
|
1371 |
+
msgstr "Formular editieren"
|
1372 |
|
1373 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:99
|
1374 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:253
|
1375 |
msgid "Delete"
|
1376 |
+
msgstr "Löschen"
|
1377 |
|
1378 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:131
|
1379 |
msgid "No MailChimp list(s) selected yet."
|
1380 |
+
msgstr "Noch keine MailChimp-Liste(n) ausgewählt."
|
1381 |
|
1382 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:141
|
1383 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1384 |
msgstr "Du hast noch kein Registrierungs-Formular erstellt. Es ist nun Zeit dafür!"
|
1385 |
|
1386 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:46
|
1387 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1388 |
+
msgid "Log"
|
1389 |
+
msgstr "Log"
|
1390 |
|
1391 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:47
|
1392 |
+
msgid "Log Items"
|
1393 |
+
msgstr "Log-Einträge"
|
1394 |
|
1395 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:76
|
1396 |
msgid "Email"
|
1397 |
msgstr "E-Mail"
|
1398 |
|
1399 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:78
|
1400 |
+
msgid "Data"
|
1401 |
+
msgstr "Daten"
|
1402 |
+
|
1403 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:79
|
1404 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1405 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1406 |
+
msgid "Success"
|
1407 |
+
msgstr "Erfolgreich"
|
1408 |
+
|
1409 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:80
|
1410 |
msgid "Type"
|
1411 |
msgstr "Art"
|
1412 |
|
1413 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:81
|
1414 |
msgid "Source"
|
1415 |
msgstr "Quelle"
|
1416 |
|
1417 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:82
|
|
|
|
|
|
|
|
|
1418 |
msgid "Subscribed"
|
1419 |
+
msgstr "Abonniert"
|
1420 |
|
1421 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:150
|
1422 |
msgid "Log items deleted."
|
1423 |
+
msgstr "Logeintrag gelöscht."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1424 |
|
1425 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:297
|
1426 |
+
msgid "Top Bar"
|
1427 |
+
msgstr "Top Bar"
|
1428 |
|
1429 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:305
|
1430 |
msgid "MultiSite registration"
|
1431 |
+
msgstr "MultiSite-Registrierung"
|
1432 |
|
1433 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:318
|
|
|
|
|
|
|
|
|
|
|
1434 |
msgid "Contact Form 7"
|
1435 |
+
msgstr "Contact Form 7"
|
1436 |
|
1437 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:322
|
1438 |
msgid "bbPress: New Topic"
|
1439 |
+
msgstr "bbPress: Neues Thema"
|
1440 |
|
1441 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:326
|
1442 |
msgid "bbPress: New Reply"
|
1443 |
+
msgstr "bbPress: Neue Antwort"
|
1444 |
|
1445 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:332
|
1446 |
msgid "Other Form"
|
1447 |
+
msgstr "Anderes Formular"
|
1448 |
|
1449 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:398
|
1450 |
msgid "No subscribe requests found."
|
1451 |
+
msgstr "Keine Anmelde-Anfragen gefunden."
|
1452 |
|
1453 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:420
|
1454 |
msgid "All"
|
1455 |
+
msgstr "Alle"
|
1456 |
|
1457 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:432
|
1458 |
msgid "Checkbox"
|
1459 |
+
msgstr "Checkbox"
|
1460 |
+
|
1461 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:475
|
1462 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:478
|
1463 |
+
msgid "Registration"
|
1464 |
+
msgstr "Registrierung"
|
1465 |
+
|
1466 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:489
|
1467 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:503
|
1468 |
+
msgid "Order"
|
1469 |
+
msgstr "Sortierung"
|
1470 |
+
|
1471 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:492
|
1472 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:506
|
1473 |
+
msgid "Checkout"
|
1474 |
+
msgstr "Zur Kasse"
|
1475 |
+
|
1476 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1477 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:525
|
1478 |
+
msgid "Comment"
|
1479 |
+
msgstr "Kommentar"
|
1480 |
+
|
1481 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1482 |
+
msgid "deleted"
|
1483 |
+
msgstr "gelöscht"
|
1484 |
|
1485 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1486 |
msgid ""
|
1500 |
|
1501 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:137
|
1502 |
msgid "Send an email copy of the form data?"
|
1503 |
+
msgstr "Sende eine E-Mail-Kopie der Formulardaten?"
|
1504 |
|
1505 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:141
|
1506 |
msgid ""
|
1510 |
|
1511 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:144
|
1512 |
msgid "Send the copy to this email:"
|
1513 |
+
msgstr "Sende die Kopie an diese E-Mail-Adresse:"
|
1514 |
|
1515 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:150
|
1516 |
msgid "Messages"
|
1517 |
msgstr "Nachrichten"
|
1518 |
|
|
|
|
|
|
|
|
|
|
|
1519 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1520 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1521 |
msgid "Invalid email address"
|
1524 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:161
|
1525 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:149
|
1526 |
msgid "Required field missing"
|
1527 |
+
msgstr "Erforderliches Feld fehlt"
|
1528 |
|
1529 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:165
|
1530 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:153
|
1531 |
msgid "Already subscribed"
|
1532 |
+
msgstr "Bereits abonniert"
|
1533 |
|
1534 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:170
|
1535 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:159
|
1541 |
msgid "Other errors"
|
1542 |
msgstr "Andere Fehler"
|
1543 |
|
1544 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:89
|
1545 |
msgid "Form usage"
|
1546 |
msgstr "Formular-Nutzung"
|
1547 |
|
1548 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:78
|
1549 |
+
msgid ""
|
1550 |
+
"Select \"yes\" if you want to update existing subscribers with the data that"
|
1551 |
+
" is sent."
|
1552 |
+
msgstr "Wähle \"Ja\" wenn du die bisherigen Abonnenten mit den gesendeten Daten aktualisieren willst."
|
1553 |
+
|
1554 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:100
|
1555 |
msgid ""
|
1556 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1557 |
"forms."
|
1558 |
+
msgstr "Benutze %s in deinem Contact-Form-7-Markup um ein Abonnier-Kontrollkästchen zu deinen CF7-Formularen hinzuzufügen."
|
1559 |
|
1560 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:136
|
1561 |
msgid "Custom label texts"
|
1562 |
+
msgstr "Benutzerdefinierte Beschriftungstexte"
|
1563 |
|
1564 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:137
|
1565 |
msgid ""
|
1566 |
"Override the default checkbox label text for any given checkbox using the "
|
1567 |
"fields below."
|
1568 |
+
msgstr "Überschreibe die Standard-Kontrollkästchen-Beschriftung für alle Kontrollkästchen, mit den nachfolgenden Feldern."
|
1569 |
|
1570 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:13
|
1571 |
msgid "Forms & Settings"
|
1577 |
|
1578 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:10
|
1579 |
msgid "License & API Settings"
|
1580 |
+
msgstr "Lizenz- und API-Einstellungen"
|
1581 |
|
1582 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:113
|
1583 |
msgid "No lists were found in your MailChimp account."
|
1584 |
+
msgstr "Es wurden keine Listen in deinem MailChimp-Konto gefunden."
|
1585 |
|
1586 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:14
|
1587 |
msgid "Statistics"
|
1588 |
msgstr "Statistiken"
|
1589 |
|
|
|
|
|
|
|
|
|
1590 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1591 |
msgid ""
|
1592 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
1599 |
|
1600 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:15
|
1601 |
msgid "Select form to build styles for:"
|
1602 |
+
msgstr "Wähle das Formular für das du Styles erstellen willst:"
|
1603 |
|
1604 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:26
|
1605 |
msgid "Create at least one form first."
|
1606 |
+
msgstr "Erstelle zuerst mindestens ein Formular."
|
1607 |
|
1608 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:41
|
1609 |
msgid "You need to have JavaScript enabled to see a preview of your form."
|
1611 |
|
1612 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:223
|
1613 |
msgid "Are you sure you want to delete all custom styles for this form?"
|
1614 |
+
msgstr "Bist du sicher, dass du alle eigenen Styles für dieses Formular löschen willst?"
|
1615 |
|
1616 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:223
|
1617 |
msgid "Delete Form Styles"
|
1618 |
+
msgstr "Formular-Styles löschen"
|
1619 |
|
1620 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:224
|
1621 |
msgid "Use to delete all styles for this form"
|
1622 |
+
msgstr "Benutze um alle Styles für dieses Formular zu löschen"
|
1623 |
|
1624 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:231
|
1625 |
msgid "Build CSS File"
|
1626 |
+
msgstr "CSS-Datei erstellen"
|
1627 |
|
1628 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:8
|
1629 |
msgid "Sign-Up Forms"
|
1635 |
|
1636 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:16
|
1637 |
msgid "General form settings"
|
1638 |
+
msgstr "Allgemeine Formular-Einstellungen"
|
1639 |
|
1640 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:36
|
1641 |
msgid ""
|
1642 |
"If you %screated a custom stylesheet%s and want it to be loaded, select "
|
1643 |
"\"custom form styles\". Otherwise, choose the basic formatting styles or one"
|
1644 |
" of the default themes."
|
1645 |
+
msgstr "Wenn du ein %sbenutzerdefiniertes Stylesheet erstellt%s hast und dieses laden möchtest, wähle \"eigene Formular-Stile\". Andernfalls wähle eines der Standard-Formular-Stile oder eines der Standard-Themes."
|
1646 |
|
1647 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:40
|
1648 |
msgid "Select Color"
|
1654 |
|
1655 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:50
|
1656 |
msgid "Default MailChimp settings"
|
1657 |
+
msgstr "Standard-MailChimp-Einstellungen"
|
1658 |
|
1659 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:51
|
1660 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:109
|
1661 |
msgid ""
|
1662 |
"The following settings apply to <strong>all</strong> forms but can be "
|
1663 |
"overridden on a per-form basis."
|
1664 |
+
msgstr "Die folgenden Einstellungen gelten für <strong>alle</strong> Formulare, können aber pro Formular überschreiben werden."
|
1665 |
|
1666 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:108
|
1667 |
msgid "Default Form Settings"
|
1668 |
+
msgstr "Standard-Formular-Einstellungen"
|
1669 |
|
1670 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:137
|
1671 |
msgid "Default Messages"
|
1672 |
msgstr "Standardnachrichten"
|
1673 |
|
1674 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:15
|
1675 |
+
msgid "Today"
|
1676 |
+
msgstr "Heute"
|
1677 |
+
|
1678 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:16
|
1679 |
+
msgid "Yesterday"
|
1680 |
+
msgstr "Gestern"
|
1681 |
+
|
1682 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:17
|
1683 |
+
msgid "Last Week"
|
1684 |
+
msgstr "Letzte Woche"
|
1685 |
+
|
1686 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:18
|
1687 |
+
msgid "Last Month"
|
1688 |
+
msgstr "Letzten Monat"
|
1689 |
+
|
1690 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:19
|
1691 |
+
msgid "Last Quarter"
|
1692 |
+
msgstr "Letztes Quartal"
|
1693 |
+
|
1694 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:20
|
1695 |
+
msgid "Last Year"
|
1696 |
+
msgstr "Letztes Jahr"
|
1697 |
+
|
1698 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:21
|
1699 |
+
msgid "Custom"
|
1700 |
+
msgstr "Individuell"
|
1701 |
+
|
1702 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:25
|
1703 |
+
msgid "From"
|
1704 |
+
msgstr "Von"
|
1705 |
+
|
1706 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:32
|
1707 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:57
|
1708 |
+
msgid "Jan"
|
1709 |
+
msgstr "Jan"
|
1710 |
+
|
1711 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:33
|
1712 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:58
|
1713 |
+
msgid "Feb"
|
1714 |
+
msgstr "Feb"
|
1715 |
+
|
1716 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:34
|
1717 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:59
|
1718 |
+
msgid "Mar"
|
1719 |
+
msgstr "Mrz"
|
1720 |
+
|
1721 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:35
|
1722 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:60
|
1723 |
+
msgid "Apr"
|
1724 |
+
msgstr "Apr"
|
1725 |
+
|
1726 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:36
|
1727 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:61
|
1728 |
+
msgid "May"
|
1729 |
+
msgstr "Mai"
|
1730 |
+
|
1731 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:37
|
1732 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:62
|
1733 |
+
msgid "Jun"
|
1734 |
+
msgstr "Jun"
|
1735 |
+
|
1736 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:38
|
1737 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:63
|
1738 |
+
msgid "Jul"
|
1739 |
+
msgstr "Jul"
|
1740 |
+
|
1741 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:39
|
1742 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:64
|
1743 |
+
msgid "Aug"
|
1744 |
+
msgstr "Aug"
|
1745 |
+
|
1746 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:40
|
1747 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:65
|
1748 |
+
msgid "Sep"
|
1749 |
+
msgstr "Sep"
|
1750 |
+
|
1751 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:41
|
1752 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:66
|
1753 |
+
msgid "Oct"
|
1754 |
+
msgstr "Okt"
|
1755 |
+
|
1756 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:42
|
1757 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:67
|
1758 |
+
msgid "Nov"
|
1759 |
+
msgstr "Nov"
|
1760 |
+
|
1761 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:43
|
1762 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:68
|
1763 |
+
msgid "Dec"
|
1764 |
+
msgstr "Dez"
|
1765 |
+
|
1766 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:50
|
1767 |
+
msgid "To"
|
1768 |
+
msgstr "Bis"
|
1769 |
+
|
1770 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:76
|
1771 |
+
msgid "Filter"
|
1772 |
+
msgstr "Filter"
|
1773 |
+
|
1774 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:83
|
1775 |
+
msgid "Show these lines:"
|
1776 |
+
msgstr "Diese Zeilen anzeigen:"
|
1777 |
+
|
1778 |
#. Plugin URI of the plugin/theme
|
1779 |
msgid "https://mc4wp.com/"
|
1780 |
msgstr "https://mc4wp.com/"
|
1781 |
|
1782 |
#. Description of the plugin/theme
|
1783 |
msgid "Adds various sign-up methods to your website."
|
1784 |
+
msgstr "Fügt deiner Webseite verschiedene Methoden hinzu um Listen zu abonnieren."
|
1785 |
|
1786 |
#. Author of the plugin/theme
|
1787 |
msgid "Danny van Kooten"
|
languages/mailchimp-for-wp-es_ES.po
CHANGED
@@ -1,16 +1,19 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
# eldietista <info@eldietista.es>, 2014
|
|
|
5 |
# jose Miranda <joseamirandavelez@gmail.com>, 2014
|
|
|
6 |
# Tane <yosoytane@gmail.com>, 2014
|
|
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: MailChimp for WordPress\n"
|
10 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
11 |
-
"POT-Creation-Date:
|
12 |
-
"PO-Revision-Date:
|
13 |
-
"Last-Translator:
|
14 |
"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/es_ES/)\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -27,97 +30,165 @@ msgstr ""
|
|
27 |
"X-Poedit-SourceCharset: utf-8\n"
|
28 |
"X-Textdomain-Support: yes\n"
|
29 |
|
30 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
31 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
32 |
msgid "Settings"
|
33 |
msgstr "Configuración"
|
34 |
|
35 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
36 |
-
#: mailchimp-for-wordpress/includes/
|
37 |
-
msgid "Upgrade to Pro"
|
38 |
-
msgstr "
|
39 |
|
40 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
41 |
-
|
42 |
-
|
43 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
44 |
-
msgid "MailChimp Settings"
|
45 |
-
msgstr "Configuración de MailChimp"
|
46 |
|
47 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
msgid "Checkboxes"
|
50 |
msgstr "Casillas de verificación"
|
51 |
|
52 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
53 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
55 |
msgid "Forms"
|
56 |
msgstr "Formularios"
|
57 |
|
58 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
59 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
60 |
msgstr "Esta opción solo está disponible en MailChimp para WordPress versión Pro."
|
61 |
|
62 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
63 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
msgid "Comment form"
|
65 |
msgstr "Formulario de comentarios"
|
66 |
|
67 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
68 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
69 |
msgid "Registration form"
|
70 |
msgstr "Formulario de registro"
|
71 |
|
72 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
73 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
74 |
msgid "MultiSite forms"
|
75 |
msgstr "Formularios MultiSite"
|
76 |
|
77 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
78 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
79 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
80 |
msgid "BuddyPress registration"
|
81 |
msgstr "Regitro BuddyPress"
|
82 |
|
83 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
84 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
85 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
86 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
87 |
msgid "%s checkout"
|
88 |
msgstr "verificación de %s"
|
89 |
|
90 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
91 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
msgid "Renewed MailChimp cache."
|
93 |
msgstr "Cache de MailChimp renovada."
|
94 |
|
95 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
96 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
97 |
msgid "Failed to renew MailChimp cache - please try again later."
|
98 |
msgstr "Fallo al renovar la cache de MailChimp - Por favor, intentelo de nuevo más tarde."
|
99 |
|
100 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
101 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:313
|
102 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
103 |
msgstr "Un campo EMAIL. Por ejemplo: <code>%s</code>"
|
104 |
|
105 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
106 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
107 |
msgid "A submit button. Example: <code>%s</code>"
|
108 |
msgstr "Un botón para enviar. Por ejemplo: <code>%s</code>"
|
109 |
|
110 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
111 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
112 |
msgid "Sign Up"
|
113 |
msgstr "Regístrate"
|
114 |
|
115 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
116 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:347
|
117 |
msgid "A '%s' field"
|
118 |
msgstr "Un campo '%s'"
|
119 |
|
120 |
-
#: mailchimp-for-wordpress/includes/class-form-request.php:
|
121 |
msgid "Please select at least one list to subscribe to."
|
122 |
msgstr "Por favor seleccione al menos una lista para suscribirse."
|
123 |
|
@@ -125,39 +196,39 @@ msgstr "Por favor seleccione al menos una lista para suscribirse."
|
|
125 |
msgid "MailChimp Sign-Up Form"
|
126 |
msgstr "Forma de suscripción de MailChimp"
|
127 |
|
128 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
129 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
130 |
msgstr "Muestra su forma de suscripción de MailChimp para WordPress"
|
131 |
|
132 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
133 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
134 |
msgid "Newsletter"
|
135 |
msgstr "Newsletter"
|
136 |
|
137 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
138 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
139 |
msgid "Title:"
|
140 |
msgstr "Título:"
|
141 |
|
142 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
143 |
msgid ""
|
144 |
-
"You can edit your sign-up form in the %
|
145 |
-
"settings
|
146 |
-
msgstr "
|
147 |
|
148 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
149 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
150 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
151 |
msgid "Email address"
|
152 |
msgstr "Dirección de correo electrónico"
|
153 |
|
154 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
155 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
156 |
msgid "Your email address"
|
157 |
msgstr "Tu dirección de correo electrónico"
|
158 |
|
159 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
160 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
161 |
msgid "Sign up"
|
162 |
msgstr "Registro"
|
163 |
|
@@ -166,48 +237,48 @@ msgstr "Registro"
|
|
166 |
msgid "Sign me up for the newsletter!"
|
167 |
msgstr "¡Suscríbeme a la lista de correo!"
|
168 |
|
169 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
170 |
msgid ""
|
171 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
172 |
"inbox."
|
173 |
msgstr "¡Gracias, su solucitud de suscripción fue completada! Por favor verifique su correo electrónico."
|
174 |
|
175 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
176 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
177 |
msgid "Oops. Something went wrong. Please try again later."
|
178 |
msgstr "Ups. Algo salió mal. Por favor, intentalo otra vez más tarde. "
|
179 |
|
180 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
181 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
182 |
msgid "Please provide a valid email address."
|
183 |
msgstr "Por favor, introduce un correo electrónico válido."
|
184 |
|
185 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
186 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
187 |
msgid "Given email address is already subscribed, thank you!"
|
188 |
msgstr "La dirección de correo electrónico facilitada ya está suscrita, ¡gracias!"
|
189 |
|
190 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
191 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
192 |
msgid "Please complete the CAPTCHA."
|
193 |
msgstr "Por favor, introduce el código de seguridad"
|
194 |
|
195 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
196 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
197 |
msgid "Please fill in the required fields."
|
198 |
msgstr "Por favor rellena los campos solicitados."
|
199 |
|
200 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
201 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
202 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
203 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
204 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
205 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
206 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
207 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
208 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
209 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
210 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
211 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
212 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
213 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
@@ -217,8 +288,9 @@ msgstr "Por favor rellena los campos solicitados."
|
|
217 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
218 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
219 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
220 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
221 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
222 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
223 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
224 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
@@ -228,18 +300,18 @@ msgstr "Por favor rellena los campos solicitados."
|
|
228 |
msgid "Yes"
|
229 |
msgstr "Si"
|
230 |
|
231 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
232 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
233 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
234 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
235 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
236 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
237 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
238 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
239 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
240 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
241 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
242 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
243 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
244 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
245 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
@@ -249,8 +321,9 @@ msgstr "Si"
|
|
249 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
250 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
251 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
252 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
253 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
254 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
255 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
256 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
@@ -261,40 +334,40 @@ msgstr "Si"
|
|
261 |
msgid "No"
|
262 |
msgstr "No"
|
263 |
|
264 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
265 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
266 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
267 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
268 |
msgid "MailChimp for WordPress - Error"
|
269 |
msgstr "MailChimp para WordPress - Error"
|
270 |
|
271 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
272 |
msgid ""
|
273 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
274 |
"settings</a>."
|
275 |
msgstr "Por favor seleccione una lista a suscribirse en la <a href=\"%s\"> configuración de casillas</a>."
|
276 |
|
277 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
278 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
279 |
msgid "This message is only visible to administrators for debugging purposes."
|
280 |
msgstr "Este mensaje es solo visible a los administradores para fines de depuración."
|
281 |
|
282 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
283 |
msgid ""
|
284 |
"The MailChimp server returned the following error message as a response to "
|
285 |
"our sign-up request:"
|
286 |
msgstr "El servidor de MailChimp devolvió el siguiente mensaje de error como respuesta a su solicitud de suscripción:"
|
287 |
|
288 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
289 |
msgid "This is the data that was sent to MailChimp:"
|
290 |
msgstr "Esta es la data que fue enviada a MailChimp:"
|
291 |
|
292 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
293 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
294 |
msgid "Email address:"
|
295 |
msgstr "Correo electrónico:"
|
296 |
|
297 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
298 |
msgid "Merge variables:"
|
299 |
msgstr "Unificar variables:"
|
300 |
|
@@ -302,6 +375,12 @@ msgstr "Unificar variables:"
|
|
302 |
msgid "MailChimp for WordPress"
|
303 |
msgstr "MailChimp para WordPress"
|
304 |
|
|
|
|
|
|
|
|
|
|
|
|
|
305 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
306 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
307 |
msgid "API Settings"
|
@@ -356,11 +435,6 @@ msgstr "Renovar las listas de MailChimp"
|
|
356 |
msgid "No lists were found in your MailChimp account"
|
357 |
msgstr "No se encontró ninguna lista en su cuenta de MailChimp"
|
358 |
|
359 |
-
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
360 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
361 |
-
msgid "Checkbox Settings"
|
362 |
-
msgstr "Ajustes de las casillas de verificación"
|
363 |
-
|
364 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
365 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
366 |
msgid ""
|
@@ -389,8 +463,8 @@ msgstr "Listas de MailChimp"
|
|
389 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
390 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
391 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
392 |
-
msgid "No lists found, %
|
393 |
-
msgstr "No se han encontrado listas, %s
|
394 |
|
395 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
396 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
@@ -400,7 +474,7 @@ msgid ""
|
|
400 |
msgstr "Selecciona la lista(s) a la que se registrarán las personas que marquen las casillas de verificación."
|
401 |
|
402 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
403 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
404 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
405 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
406 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
@@ -408,7 +482,7 @@ msgid "Double opt-in?"
|
|
408 |
msgstr "¿Doble opt-in?"
|
409 |
|
410 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
411 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
412 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
413 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
414 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
@@ -418,73 +492,67 @@ msgid ""
|
|
418 |
msgstr "Selecciona \"sí \" si quieres que los suscriptores confirmen su dirección de correo electrónico antes de suscribirse (recomendado)"
|
419 |
|
420 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
421 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
422 |
msgid "Checkbox settings"
|
423 |
msgstr "Configuración de la casilla de verificación"
|
424 |
|
425 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
426 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
427 |
msgid "Add the checkbox to these forms"
|
428 |
msgstr "Añadir casillas de verificación en estos formularios"
|
429 |
|
430 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
431 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
432 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
433 |
msgstr "Al seleccionar un formulario se añadirá automaticamente la casilla de verificación de alta al mismo."
|
434 |
|
435 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
436 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
437 |
msgid "Checkbox label text"
|
438 |
msgstr "Texto a mostrar junto a la casilla de verificación."
|
439 |
|
440 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
441 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
442 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
443 |
msgid "HTML tags like %s are allowed in the label text."
|
444 |
msgstr "La etiquetas HTML como %s están permitidas en el texto de la etiqueta."
|
445 |
|
446 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
447 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
448 |
msgid "Pre-check the checkbox?"
|
449 |
msgstr "¿Dejamos pre-marcada la casilla de verificación?"
|
450 |
|
451 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
452 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
453 |
msgid "Load some default CSS?"
|
454 |
msgstr "¿Cargamos algunos CSS por defecto?"
|
455 |
|
456 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
457 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
458 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
459 |
msgstr "Seleccione \"sí \" si la casilla de verificación aparece en un lugar inapropiado"
|
460 |
|
461 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
462 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
463 |
msgid "WooCommerce checkbox position"
|
464 |
msgstr "Posición de la casilla de verificación en WooCommerce"
|
465 |
|
466 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
467 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
468 |
msgid "After the billing details"
|
469 |
msgstr "Detalles tras la factura"
|
470 |
|
471 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
472 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
473 |
msgid "After the additional information"
|
474 |
msgstr "Tras la información extra"
|
475 |
|
476 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
477 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
478 |
msgid ""
|
479 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
480 |
msgstr "Escoja la posición de los checkbox en tu formulario de salida de WooCommerce."
|
481 |
|
482 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
483 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:431
|
484 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
485 |
-
msgid "Form Settings"
|
486 |
-
msgstr "Propiedades del formulario"
|
487 |
-
|
488 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
489 |
msgid ""
|
490 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
@@ -505,12 +573,6 @@ msgstr "¿Cargamos los estilos CSS por defecto?"
|
|
505 |
msgid "Yes, load basic form styles"
|
506 |
msgstr "Si, carga los estilos de formulario básicos"
|
507 |
|
508 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
509 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
510 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
511 |
-
msgid "(PRO ONLY)"
|
512 |
-
msgstr "(SOLO PRO)"
|
513 |
-
|
514 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
515 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
516 |
msgid "Yes, load my custom form styles"
|
@@ -572,26 +634,26 @@ msgstr "Seleccione la(s) lista(s) a la cual las personas que usen esta forma deb
|
|
572 |
msgid "Form mark-up"
|
573 |
msgstr "Marcado de la forma"
|
574 |
|
575 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
576 |
-
#: mailchimp-for-wordpress-pro/includes/
|
577 |
-
msgid "Your form is missing the following (required) form fields:"
|
578 |
-
msgstr "Tu formulario necesita los siguientes campos (requeridos):"
|
579 |
-
|
580 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
581 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:87
|
582 |
msgid ""
|
583 |
"Use the shortcode %s to display this form inside a post, page or text "
|
584 |
"widget."
|
585 |
msgstr "Utiliza el código corto %s para mistrar este formulario dentro de una entrada, artículo o un widget de texto."
|
586 |
|
587 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
|
|
|
|
|
|
|
|
|
|
588 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
589 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
590 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
591 |
msgid "Send Welcome Email?"
|
592 |
msgstr "¿Enviar email de bienvenida?"
|
593 |
|
594 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
595 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
596 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
597 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
@@ -600,13 +662,14 @@ msgid ""
|
|
600 |
"succeeds (only when double opt-in is disabled)."
|
601 |
msgstr "Selecciona \"sí \" si deseas enviar a tus listas un correo electrónico de bienvenida si se realiza una suscripción correctamente (sólo cuando el proceso de doble opt-in está desactivado)."
|
602 |
|
603 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
604 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
|
|
605 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
606 |
msgid "Update existing subscribers?"
|
607 |
msgstr "¿Actualizar los suscriptores existentes?"
|
608 |
|
609 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
610 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
611 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
612 |
msgid ""
|
@@ -614,13 +677,13 @@ msgid ""
|
|
614 |
"showing the \"already subscribed\" message)."
|
615 |
msgstr "Selecciona \"sí \" si quieres actualizar los suscriptores existentes (en lugar de mostrar el mensaje \"ya suscrito \")."
|
616 |
|
617 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
618 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
619 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
620 |
msgid "Replace interest groups?"
|
621 |
msgstr "¿Se sustituyen los grupos de interés?"
|
622 |
|
623 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
624 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
625 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
626 |
msgid ""
|
@@ -629,204 +692,204 @@ msgid ""
|
|
629 |
"groups (only when updating a subscriber)."
|
630 |
msgstr "Selecciona \"sí \" si deseas reemplazar los grupos de interés con los grupos previstos en lugar de añadir los grupos previstos para los grupos de interés del usuario (sólo cuando se actualiza un suscriptor)."
|
631 |
|
632 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
633 |
msgid "Form Settings & Messages"
|
634 |
msgstr "Configuración de Formas y Mensajes"
|
635 |
|
636 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
637 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
638 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
639 |
msgid "Enable AJAX form submission?"
|
640 |
msgstr "¿Habilitar AJAX para el envío de formularios?"
|
641 |
|
642 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
643 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
644 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
645 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
646 |
msgstr "Seleccione \"sí \" si desea utilizar AJAX (JavaScript) en sus formularios"
|
647 |
|
648 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
649 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
650 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
651 |
msgid "Hide form after a successful sign-up?"
|
652 |
msgstr "¿Ocultar formulario después de un registro registro satisfactorio?"
|
653 |
|
654 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
655 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
656 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
657 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
658 |
msgstr "Selecciona \"Sí \" para ocultar los campos de formulario después de un registro satisfactorio."
|
659 |
|
660 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
661 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
662 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
663 |
msgid "Redirect to URL after successful sign-ups"
|
664 |
msgstr "Redireccionar a una URL tras suscribirse satisfactoriamente."
|
665 |
|
666 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
667 |
msgid "Example: %s"
|
668 |
msgstr "Ejemplo: %s"
|
669 |
|
670 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
671 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
672 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
673 |
msgid ""
|
674 |
-
"Leave empty
|
675 |
-
"including <code>http://</code
|
676 |
-
msgstr "Dejar en blanco
|
677 |
|
678 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
679 |
msgid "Success message"
|
680 |
msgstr "Mensaje de exitoso"
|
681 |
|
682 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
683 |
msgid "Invalid email address message"
|
684 |
msgstr "Mensaje de dirección de correo electrónico inválida"
|
685 |
|
686 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
687 |
msgid "Required field missing message"
|
688 |
msgstr "Mensaje de campo requerido"
|
689 |
|
690 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
691 |
msgid "Already subscribed message"
|
692 |
msgstr "Mensaje de \"Ya está suscrito\""
|
693 |
|
694 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
695 |
msgid "Invalid CAPTCHA message"
|
696 |
msgstr "Mensaje de CAPTCHA invalido"
|
697 |
|
698 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
699 |
msgid "General error message"
|
700 |
msgstr "Mensaje de error general"
|
701 |
|
702 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
703 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
704 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
705 |
msgid "HTML tags like %s are allowed in the message fields."
|
706 |
msgstr "Las etiquetas HTML como %s están permitidas en los campos del mensaje."
|
707 |
|
708 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
709 |
msgid "Building your sign-up form"
|
710 |
msgstr "Construyendo tu formulario"
|
711 |
|
712 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
713 |
msgid ""
|
714 |
"At a minimum, your form should include just an %s field and a submit button."
|
715 |
msgstr "Como mínimo, tu formulario debería incluir un campo %s y un botón de enviar."
|
716 |
|
717 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
718 |
msgid ""
|
719 |
"Add more form fields if your selected lists require more fields. Field names"
|
720 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
721 |
"field\" tool to have the HTML generated for you."
|
722 |
msgstr "Añade más campos si tus listas requieren más campos. Los nombres de los campos deben coincidir con las etiquetas de los campos de las listas seleccionadas. Usa la herramienta \"Añadir un nuevo campo\" para autogenerar el código HTML."
|
723 |
|
724 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
725 |
msgid "Form Styling"
|
726 |
msgstr "Estilo del formulario"
|
727 |
|
728 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
729 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
730 |
msgstr "Modifica la apariencia del formulario aplicando estilos CSS a %s."
|
731 |
|
732 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
733 |
msgid ""
|
734 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
735 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
736 |
" plugin like %s"
|
737 |
msgstr "Puedes añadir normas CSS a la hoja de estilos de tu tema usando el <a href=\"%s\">Editor de Tema</a> o editando %s a través de FTP. Alternativamente, usa un plugin como %s."
|
738 |
|
739 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
740 |
msgid ""
|
741 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
742 |
"selectors you can use to target the different form elements."
|
743 |
msgstr "El <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lista los diferentes selectores CSS que puedes usar para modificar los diferentes elementos del formulario."
|
744 |
|
745 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
746 |
msgid ""
|
747 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
748 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
749 |
"lets you customize form styles without writing any code."
|
750 |
msgstr "Si necesitas una forma sencilla de dar estilo a tus formularios, <a href=\"%s\">actualiza a MailChimp para WordPress Pro</a>. Incluye un \"Constructor de Estilos\" que te permite personalizar estilos de formulario sin escribir ningún código."
|
751 |
|
752 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
753 |
msgid "Form variables"
|
754 |
msgstr "Variables del formulario"
|
755 |
|
756 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
757 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
758 |
msgid "Use the following variables to add some dynamic content to your form."
|
759 |
msgstr "Utiliza las siguientes variables para añadir algo de contenido dinámico a tu formulario"
|
760 |
|
761 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
762 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
763 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
764 |
msgstr "Sustituido por el correo electrónico del visitante (si se ha configurado en la URL o en cookies)"
|
765 |
|
766 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
767 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
768 |
msgid "Replaced with the form response (error or success messages)."
|
769 |
msgstr "Sustituya la respuesta del formulario (mensajes de error ó éxito)."
|
770 |
|
771 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
772 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
773 |
msgid "Replaced with a captcha field."
|
774 |
msgstr "Reemplace con un campo captcha."
|
775 |
|
776 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
777 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
778 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
779 |
msgstr "Se sustituye con el número de suscriptores de la lista seleccionada (s)"
|
780 |
|
781 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
782 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
783 |
msgid "Replaced with the current site language, eg: %s"
|
784 |
msgstr "Reemplace por el idioma actual del sitio, por ejemplo: %s"
|
785 |
|
786 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
787 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
788 |
msgid "Replaced with the visitor's IP address"
|
789 |
msgstr "Se sustituye por la dirección IP del visitante"
|
790 |
|
791 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
792 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
793 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
794 |
msgstr "Se sustituye con la fecha actual (aaaa/mm/dd ejemplo: %s)"
|
795 |
|
796 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
797 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
798 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
799 |
msgstr "Se susitutiye con la hora actual (hh:mm:ss por ejemplo: %s)"
|
800 |
|
801 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
802 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
803 |
msgid ""
|
804 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
805 |
"in user)"
|
806 |
msgstr "Se sustituye con la cuenta de correo del usuario que ha iniciado sesión (o ninguna, si no hay un usuario que ha iniciado sesión)"
|
807 |
|
808 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
809 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
810 |
msgid "First name of the current user"
|
811 |
msgstr "Apellido del usuario actual"
|
812 |
|
813 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
814 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
815 |
msgid "Last name of the current user"
|
816 |
msgstr "Segundo apellido del usuario actual"
|
817 |
|
818 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
819 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
820 |
msgid "Current user ID"
|
821 |
msgstr "ID de usuario actual"
|
822 |
|
823 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
824 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
825 |
msgid "Current URL"
|
826 |
msgstr "URL actual"
|
827 |
|
828 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
829 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
830 |
msgid "Add a new field"
|
831 |
msgstr "Añadir un nuevo campo"
|
832 |
|
@@ -835,71 +898,57 @@ msgid "Use the tool below to generate the HTML for your form fields."
|
|
835 |
msgstr "Utilice la herramienta de abajo para general el código HTML para su formulario."
|
836 |
|
837 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
838 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
839 |
msgid "Select MailChimp field.."
|
840 |
msgstr "Seleccione el campo de MailChimp ..."
|
841 |
|
842 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
843 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
844 |
msgid "Submit Button"
|
845 |
msgstr "Botón de alta"
|
846 |
|
847 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
848 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
849 |
msgid "Lists Choice"
|
850 |
msgstr "Seleccionar listas"
|
851 |
|
852 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
853 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
854 |
msgid "Label"
|
855 |
msgstr "Etiqueta"
|
856 |
|
857 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
858 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
859 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
860 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:45
|
861 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:50
|
862 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
863 |
-
msgid "(optional)"
|
864 |
-
msgstr "(opcional)"
|
865 |
-
|
866 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
867 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
868 |
msgid "Placeholder"
|
869 |
msgstr "Marcador de posición"
|
870 |
|
871 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
872 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
873 |
-
msgid "Initial value"
|
874 |
-
msgstr "Valor inicial"
|
875 |
-
|
876 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
877 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
878 |
msgid "Labels"
|
879 |
msgstr "Etiquetas"
|
880 |
|
881 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
882 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
883 |
msgid "(leave empty to hide)"
|
884 |
msgstr "(dejar en blanco para ocultar)"
|
885 |
|
886 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
887 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
888 |
msgid "Wrap in paragraph %s tags?"
|
889 |
msgstr "¿Envolver las etiquetas %s en el párrafo?"
|
890 |
|
891 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
892 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
893 |
msgid "Required field?"
|
894 |
msgstr "¿Campo obligatorio?"
|
895 |
|
896 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
897 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
898 |
msgid "Add to form"
|
899 |
msgstr "Añadir al formulario"
|
900 |
|
901 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
902 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
903 |
msgid "Generated HTML"
|
904 |
msgstr "Generado HTML"
|
905 |
|
@@ -937,43 +986,33 @@ msgid ""
|
|
937 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
938 |
msgstr "Asegúrese de leer las <a href=\"%s\">preguntas más frecuentes</a> o use el <a href=\"%s\">foro de ayuda</a> en WordPress.org."
|
939 |
|
940 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
941 |
-
msgid ""
|
942 |
-
"If you need priority support, please <a href=\"%s\">upgrade to the premium "
|
943 |
-
"version</a>."
|
944 |
-
msgstr "Si necesita ayuda con prioridad, por favor <a href=\"%s\"> actualice el plugin a la versión premium</a>."
|
945 |
-
|
946 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:15
|
947 |
msgid "Show a token of your appreciation"
|
948 |
msgstr "Danos una muestra de afecto."
|
949 |
|
950 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
951 |
-
msgid "Upgrade to MailChimp for WordPress Pro"
|
952 |
-
msgstr "Actualiza a MailChimp para WordPress Pro"
|
953 |
-
|
954 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
955 |
msgid "Leave a %s plugin review on WordPress.org"
|
956 |
msgstr "Deja una revision del plugin %s en WordPress.org"
|
957 |
|
958 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
959 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
960 |
msgstr "Estoy usando MailChimp para WordPress por @DannyvanKooten - Es genial!"
|
961 |
|
962 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
963 |
msgid "Tweet about MailChimp for WordPress"
|
964 |
msgstr "Tuitear acerca de MailChimp para WordPress"
|
965 |
|
966 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
967 |
msgid ""
|
968 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
969 |
"page</a>."
|
970 |
msgstr "Valora el plugin en tu blog y enlázanos a <a href=\"%s\">la página del plugin</a>."
|
971 |
|
972 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
973 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
974 |
msgstr "Vota \"Works\" en la pagina del plugin en WordPress.org"
|
975 |
|
976 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
977 |
msgid "About the developer"
|
978 |
msgstr "Sobre el desarrollador"
|
979 |
|
@@ -989,72 +1028,77 @@ msgid ""
|
|
989 |
msgstr "Las características Pro incluyen mejores y múltiples formularios, fácil creación de estilos avanzados, más temas por defecto, información estadística detallada y soporte técnico con prioridad."
|
990 |
|
991 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
992 |
-
msgid "
|
993 |
-
msgstr "
|
994 |
|
995 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
996 |
msgid "Documentation"
|
997 |
msgstr "Documentacion"
|
998 |
|
999 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1000 |
msgid "Save Form"
|
1001 |
msgstr "Guardar formulario"
|
1002 |
|
1003 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1004 |
msgid "Update Form"
|
1005 |
msgstr "Actualizar formulario"
|
1006 |
|
1007 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1008 |
msgid "Back to general form settings"
|
1009 |
msgstr "Volver a las opciones de configuracion generales"
|
1010 |
|
1011 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1012 |
msgid "Form updated."
|
1013 |
msgstr "Formulario actualizado."
|
1014 |
|
1015 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1016 |
msgid "Form saved."
|
1017 |
msgstr "Formulario guardado."
|
1018 |
|
1019 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1020 |
msgid "Optional Settings"
|
1021 |
msgstr "Propiedades Opcionales"
|
1022 |
|
1023 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1024 |
msgid "Form Variables"
|
1025 |
msgstr "Variables del formulario"
|
1026 |
|
1027 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
1028 |
msgid "MailChimp & License"
|
1029 |
msgstr "MailChimp & Licencia"
|
1030 |
|
1031 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
1032 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1033 |
msgid "Reports"
|
1034 |
msgstr "Informes"
|
1035 |
|
1036 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1037 |
msgid ""
|
1038 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1039 |
"href=\"%s\">Provide a valid API key.</a>"
|
1040 |
msgstr "Por favor, asegúrrate de que el plugin está conectado a MailChimp. <a href=\"%s\"> Proporciona una clave de API válida. </a>"
|
1041 |
|
1042 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1043 |
msgid "End date can't be before the start date"
|
1044 |
msgstr "La fecha final no puede ser anterior a la fecha de inicio"
|
1045 |
|
1046 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1047 |
msgid ""
|
1048 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1049 |
"page."
|
1050 |
msgstr "Has desabilitado la entrada utilizando el filtro %s. Re-habilítalo para usar la página de Informes."
|
1051 |
|
1052 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1053 |
msgid ""
|
1054 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1055 |
-
"settings you
|
1056 |
-
"it now</a
|
1057 |
-
msgstr "<strong> ¡Bienvenido a MailChimp para WordPress Pro! </ strong> Hemos transferido
|
1058 |
|
1059 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1060 |
msgid ""
|
@@ -1076,71 +1120,71 @@ msgstr "Para aplicar estos estilos en tu sitio web, selecciona \"cargar estilos
|
|
1076 |
msgid "The %sCSS Stylesheet%s has been created."
|
1077 |
msgstr "La %shoja de estilos CSS%s ha sido creada."
|
1078 |
|
1079 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1080 |
msgid "I know. Don't bug me."
|
1081 |
msgstr "Lo sé. No me fastidies."
|
1082 |
|
1083 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1084 |
msgid ""
|
1085 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1086 |
"able to get %s updates. Please add %s to %s."
|
1087 |
msgstr "<b>Advertencia!</ b> Esta bloqueando solicitudes externas lo que significa que no será capaz de obtener las actualizaciones de %s. Por favor, añada %s para %s."
|
1088 |
|
1089 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1090 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1091 |
msgstr "Su licencia de %s ha sido activada. Tiene una licencia ilimitada."
|
1092 |
|
1093 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1094 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1095 |
msgstr "Su licencia de %s ha sido activada. Ha utilizado %d/%d activaciones."
|
1096 |
|
1097 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1098 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1099 |
msgstr "<a href=\"%s\">¿Sabía que usted puede actualizar su licencia?</a>"
|
1100 |
|
1101 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1102 |
msgid ""
|
1103 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1104 |
" it?</a>"
|
1105 |
msgstr "<a href=\"%s\">Su licencia expira en %d días, ¿le gustaría ampliarla?</a>"
|
1106 |
|
1107 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1108 |
msgid ""
|
1109 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1110 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1111 |
msgstr "Has alcanzado el límite de tus activaciones. Debes <a href=\"%s\">reestablecer</a> o <a href=\"%s\">actualizar tu licencia</a> para usarlo en este sitio."
|
1112 |
|
1113 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1114 |
msgid ""
|
1115 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1116 |
"you want to use it again."
|
1117 |
msgstr "Tu licencia ha caducado. Debes <a href=\"%s\">renovar tu licencia</a> si quieres usarlo de nuevo."
|
1118 |
|
1119 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1120 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1121 |
msgstr "No se pudo activar la licencia, la clave de licencia parece inválida."
|
1122 |
|
1123 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1124 |
msgid "Your %s license has been deactivated."
|
1125 |
msgstr "Su licencia de %s se ha desactivado."
|
1126 |
|
1127 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1128 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1129 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1130 |
msgid ""
|
1131 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1132 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1133 |
msgstr "Tu licencia ha caducado. No tendrás acceso al plugin a menos que <a href=\"%s\">renueves tu licencia</a>."
|
1134 |
|
1135 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1136 |
msgid "Failed to deactivate your %s license."
|
1137 |
msgstr "No se pudo desactivar su licencia de %s"
|
1138 |
|
1139 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1140 |
msgid "Request error: \"%s\""
|
1141 |
msgstr "Error de solicitud: \"%s\""
|
1142 |
|
1143 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1144 |
msgid "%s: License Settings"
|
1145 |
msgstr "%s: Configuración de licencia"
|
1146 |
|
@@ -1150,17 +1194,16 @@ msgid ""
|
|
1150 |
"the license."
|
1151 |
msgstr "%s si la red está activada, por favor póngase en contacto con el administrador del sitio para gestionar la licencia."
|
1152 |
|
1153 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1154 |
msgid ""
|
1155 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1156 |
msgstr "%s fallo al comprobar las actualizaciones debido al siguiente error: <em>%s</ em>"
|
1157 |
|
1158 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1159 |
msgid ""
|
1160 |
-
"This site has not been activated properly on
|
1161 |
-
"
|
1162 |
-
"
|
1163 |
-
msgstr "Este sitio no se ha activado correctamente en dannyvankooten.com y por lo tanto no se puede comprobar si hay actualizaciones. Por favor, active su sitio con una clave de licencia válida."
|
1164 |
|
1165 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1166 |
msgid "License status"
|
@@ -1216,57 +1259,53 @@ msgstr "Llave de licencia"
|
|
1216 |
msgid "Paste your license key here, as found in the email receipt."
|
1217 |
msgstr "Pega aquí la clave de tu licencia, que encontrarás en el email recibido."
|
1218 |
|
1219 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1220 |
-
msgid "You defined your license key using the %s PHP constant."
|
1221 |
-
msgstr "Ha definido la clave de licencia utilizando el %s PHP constante."
|
1222 |
-
|
1223 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:82
|
1224 |
msgid "Your %s license will expire on %s."
|
1225 |
msgstr "Tu %s licencia expirará el %s."
|
1226 |
|
1227 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1228 |
msgid "%sRenew your license now%s."
|
1229 |
msgstr "%sRenovar licencia ahora%s."
|
1230 |
|
1231 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1232 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1233 |
msgstr "<strong>Error:</strong> Por favor, especifica un ID de formulario. Ejemplo: %s."
|
1234 |
|
1235 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1236 |
msgid ""
|
1237 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1238 |
" correct form ID."
|
1239 |
msgstr "<strong> Error: </strong> formulario de registro no encontrado. Por favor, comprueba si has utilizado el ID de formulario correcto."
|
1240 |
|
1241 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1242 |
msgid "New MailChimp Sign-Up"
|
1243 |
msgstr "Nuevo formulario de Mailchimp"
|
1244 |
|
1245 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1246 |
msgid "New Sign-Up"
|
1247 |
msgstr "Nuevo registro"
|
1248 |
|
1249 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1250 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1251 |
msgstr "<strong>%s</strong> fomulario de alta en %s en %s está utilizando el formato \"%s \"."
|
1252 |
|
1253 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1254 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1255 |
msgid "List"
|
1256 |
msgstr "Lista"
|
1257 |
|
1258 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1259 |
msgid "Other fields"
|
1260 |
msgstr "Otros campos"
|
1261 |
|
1262 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1263 |
msgid ""
|
1264 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1265 |
"be added to the selected MailChimp lists until they confirm their email "
|
1266 |
"address."
|
1267 |
msgstr "Date cuenta que has habilitado la doble opción para el formulario \"%s\". El usuario no se añadirá a las listas seleccionadas de MailChimp hasta que ellos confirmen sus direcciones de email. "
|
1268 |
|
1269 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1270 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1271 |
msgstr "Este correo fue auto-enviado por el plugin MailChimp para WordPress"
|
1272 |
|
@@ -1288,146 +1327,163 @@ msgid ""
|
|
1288 |
"href=\"%s\">widget settings</a>."
|
1289 |
msgstr "Por favor, seleccione el formulario de registro que te gustaría mostrar aquí en los<a href=\"%s\"> ajustes del widget</ a>."
|
1290 |
|
1291 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1292 |
msgid "Form:"
|
1293 |
msgstr "Fomulario:"
|
1294 |
|
1295 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1296 |
msgid "Select the form to show"
|
1297 |
msgstr "Seleccione el formulario a mostrar"
|
1298 |
|
1299 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1300 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1301 |
msgstr "No tienes ningún formulario de inscripción. <a href=\"%s\">Crea uno ahora.</ a>"
|
1302 |
|
1303 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
1304 |
msgid ""
|
1305 |
"Thank you, your sign-up request was successful! Please check your email "
|
1306 |
"inbox to confirm."
|
1307 |
msgstr "Gracias, tu solicitud de registro se ha realizado con éxito. Por favor revisa la bandeja de entrada de tu email."
|
1308 |
|
1309 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1310 |
msgid "ID"
|
1311 |
msgstr "ID"
|
1312 |
|
1313 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1314 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1315 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1316 |
msgid "Form"
|
1317 |
msgstr "Formulario"
|
1318 |
|
1319 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1320 |
msgid "Shortcode"
|
1321 |
msgstr "Código corto"
|
1322 |
|
1323 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1324 |
msgid "List(s)"
|
1325 |
msgstr "Lista(s)"
|
1326 |
|
1327 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1328 |
msgid "Last edited"
|
1329 |
msgstr "Ultima edición"
|
1330 |
|
1331 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1332 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1333 |
msgid "Edit Form"
|
1334 |
msgstr "Editar el formulario"
|
1335 |
|
1336 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1337 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1338 |
msgid "Delete"
|
1339 |
msgstr "Eliminar"
|
1340 |
|
1341 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1342 |
msgid "No MailChimp list(s) selected yet."
|
1343 |
msgstr "No se han seleccionado todavía ninguna lista de MailChimp"
|
1344 |
|
1345 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1346 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1347 |
msgstr "No has creado ningún formulario de registro todavía. ¡Es hora de hacerlo!"
|
1348 |
|
1349 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1350 |
-
|
1351 |
-
|
|
|
1352 |
|
1353 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1354 |
-
msgid "
|
1355 |
-
msgstr "
|
1356 |
|
1357 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1358 |
msgid "Email"
|
1359 |
msgstr "Correo"
|
1360 |
|
1361 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1362 |
msgid "Type"
|
1363 |
msgstr "Tipo"
|
1364 |
|
1365 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1366 |
msgid "Source"
|
1367 |
msgstr "Origen"
|
1368 |
|
1369 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1370 |
-
msgid "Data"
|
1371 |
-
msgstr "Fecha"
|
1372 |
-
|
1373 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:58
|
1374 |
msgid "Subscribed"
|
1375 |
msgstr "Suscrito"
|
1376 |
|
1377 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1378 |
msgid "Log items deleted."
|
1379 |
msgstr "Artículos de registro borrados."
|
1380 |
|
1381 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1382 |
-
|
1383 |
-
|
1384 |
-
msgstr "Comentario"
|
1385 |
|
1386 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1387 |
-
msgid "deleted"
|
1388 |
-
msgstr "eliminado"
|
1389 |
-
|
1390 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:219
|
1391 |
-
msgid "Registration"
|
1392 |
-
msgstr "Registro"
|
1393 |
-
|
1394 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:235
|
1395 |
msgid "MultiSite registration"
|
1396 |
msgstr "Registro en múltiples sitios"
|
1397 |
|
1398 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1399 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:243
|
1400 |
-
msgid "Checkout"
|
1401 |
-
msgstr "Salir"
|
1402 |
-
|
1403 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:248
|
1404 |
msgid "Contact Form 7"
|
1405 |
msgstr "Formulario de contacto 7"
|
1406 |
|
1407 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1408 |
msgid "bbPress: New Topic"
|
1409 |
msgstr "bbPress: Nuevo asunto"
|
1410 |
|
1411 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1412 |
msgid "bbPress: New Reply"
|
1413 |
msgstr "bbPress: Nueva respuesta"
|
1414 |
|
1415 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1416 |
msgid "Other Form"
|
1417 |
msgstr "Otro formulario"
|
1418 |
|
1419 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1420 |
msgid "No subscribe requests found."
|
1421 |
msgstr "Ninguna solicitud de suscripcion encontrada"
|
1422 |
|
1423 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1424 |
msgid "All"
|
1425 |
msgstr "Todo"
|
1426 |
|
1427 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1428 |
msgid "Checkbox"
|
1429 |
msgstr "Casilla de verificación"
|
1430 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1431 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1432 |
msgid ""
|
1433 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
@@ -1462,11 +1518,6 @@ msgstr "Envia una copia a este email: "
|
|
1462 |
msgid "Messages"
|
1463 |
msgstr "Mensajes"
|
1464 |
|
1465 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1466 |
-
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1467 |
-
msgid "Success"
|
1468 |
-
msgstr "Realizado"
|
1469 |
-
|
1470 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1471 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1472 |
msgid "Invalid email address"
|
@@ -1492,21 +1543,27 @@ msgstr "CAPTCHA no válido"
|
|
1492 |
msgid "Other errors"
|
1493 |
msgstr "Otros errores"
|
1494 |
|
1495 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
1496 |
msgid "Form usage"
|
1497 |
msgstr "Formulario a emplear"
|
1498 |
|
1499 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1500 |
msgid ""
|
1501 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1502 |
"forms."
|
1503 |
msgstr "Use %s en el código de Contact Form 7 para añadir una casilla de suscripción a su forma de CF7."
|
1504 |
|
1505 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1506 |
msgid "Custom label texts"
|
1507 |
msgstr "Etiquetas personalizadas de textos"
|
1508 |
|
1509 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1510 |
msgid ""
|
1511 |
"Override the default checkbox label text for any given checkbox using the "
|
1512 |
"fields below."
|
@@ -1532,10 +1589,6 @@ msgstr "No se han encontrado listas en tu cuenta de MailChimp"
|
|
1532 |
msgid "Statistics"
|
1533 |
msgstr "Estadísticas"
|
1534 |
|
1535 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1536 |
-
msgid "Log"
|
1537 |
-
msgstr "Log"
|
1538 |
-
|
1539 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1540 |
msgid ""
|
1541 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
@@ -1620,6 +1673,110 @@ msgstr "Propiedades por defecto del formulario"
|
|
1620 |
msgid "Default Messages"
|
1621 |
msgstr "Mensajes por defecto"
|
1622 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1623 |
#. Plugin URI of the plugin/theme
|
1624 |
msgid "https://mc4wp.com/"
|
1625 |
msgstr "https://mc4wp.com/"
|
1 |
+
# Copyright (C) 2015 Danny van Kooten
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
# eldietista <info@eldietista.es>, 2014
|
5 |
+
# José Manuel Lucas <josemanuel@jmlweb.es>, 2015
|
6 |
# jose Miranda <joseamirandavelez@gmail.com>, 2014
|
7 |
+
# Oscar Islas <oislas@gmail.com>, 2015
|
8 |
# Tane <yosoytane@gmail.com>, 2014
|
9 |
+
# violeta gau <violetagau@gmail.com>, 2015
|
10 |
msgid ""
|
11 |
msgstr ""
|
12 |
"Project-Id-Version: MailChimp for WordPress\n"
|
13 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
14 |
+
"POT-Creation-Date: 2015-02-25 06:33:40+00:00\n"
|
15 |
+
"PO-Revision-Date: 2015-02-25 18:51+0000\n"
|
16 |
+
"Last-Translator: violeta gau <violetagau@gmail.com>\n"
|
17 |
"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/es_ES/)\n"
|
18 |
"MIME-Version: 1.0\n"
|
19 |
"Content-Type: text/plain; charset=UTF-8\n"
|
30 |
"X-Poedit-SourceCharset: utf-8\n"
|
31 |
"X-Textdomain-Support: yes\n"
|
32 |
|
33 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:150
|
34 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:187
|
35 |
msgid "Settings"
|
36 |
msgstr "Configuración"
|
37 |
|
38 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:169
|
39 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:16
|
40 |
+
msgid "Upgrade to MailChimp for WordPress Pro"
|
41 |
+
msgstr "Actualiza a MailChimp para WordPress Pro"
|
42 |
|
43 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:188
|
44 |
+
msgid "MailChimp API Settings"
|
45 |
+
msgstr "Configuración de API de Mailchimp"
|
|
|
|
|
|
|
46 |
|
47 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:189
|
48 |
+
msgid "MailChimp"
|
49 |
+
msgstr "MailChimp"
|
50 |
+
|
51 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:194
|
52 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
53 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:537
|
54 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
55 |
+
msgid "Checkbox Settings"
|
56 |
+
msgstr "Ajustes de las casillas de verificación"
|
57 |
+
|
58 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:195
|
59 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:538
|
60 |
msgid "Checkboxes"
|
61 |
msgstr "Casillas de verificación"
|
62 |
|
63 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:200
|
64 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
65 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:385
|
66 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:543
|
67 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
68 |
+
msgid "Form Settings"
|
69 |
+
msgstr "Propiedades del formulario"
|
70 |
+
|
71 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:201
|
72 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:544
|
73 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
74 |
msgid "Forms"
|
75 |
msgstr "Formularios"
|
76 |
|
77 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:205
|
78 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:206
|
79 |
+
msgid "Upgrade to Pro"
|
80 |
+
msgstr "Actualizar a Pro"
|
81 |
+
|
82 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:359
|
83 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
84 |
msgstr "Esta opción solo está disponible en MailChimp para WordPress versión Pro."
|
85 |
|
86 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:361
|
87 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
88 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
89 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
90 |
+
msgid "(PRO ONLY)"
|
91 |
+
msgstr "(SOLO PRO)"
|
92 |
+
|
93 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:362
|
94 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:634
|
95 |
+
msgid "Button text"
|
96 |
+
msgstr "Texto del Botón"
|
97 |
+
|
98 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:363
|
99 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
100 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:635
|
101 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
102 |
+
msgid "Initial value"
|
103 |
+
msgstr "Valor inicial"
|
104 |
+
|
105 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:364
|
106 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
107 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
108 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
109 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:636
|
110 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
111 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
112 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
113 |
+
msgid "(optional)"
|
114 |
+
msgstr "(opcional)"
|
115 |
+
|
116 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:365
|
117 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:637
|
118 |
+
msgid "Label for"
|
119 |
+
msgstr "Etiqueta para"
|
120 |
+
|
121 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:366
|
122 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:638
|
123 |
+
msgid "(or leave empty)"
|
124 |
+
msgstr "(o deje en blanco)"
|
125 |
+
|
126 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:367
|
127 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:639
|
128 |
+
msgid "Subscribe"
|
129 |
+
msgstr "Suscribir"
|
130 |
+
|
131 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:391
|
132 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:677
|
133 |
msgid "Comment form"
|
134 |
msgstr "Formulario de comentarios"
|
135 |
|
136 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:392
|
137 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:678
|
138 |
msgid "Registration form"
|
139 |
msgstr "Formulario de registro"
|
140 |
|
141 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:396
|
142 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:682
|
143 |
msgid "MultiSite forms"
|
144 |
msgstr "Formularios MultiSite"
|
145 |
|
146 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:400
|
147 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:686
|
148 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:301
|
149 |
msgid "BuddyPress registration"
|
150 |
msgstr "Regitro BuddyPress"
|
151 |
|
152 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:408
|
153 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:412
|
154 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:694
|
155 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:698
|
156 |
msgid "%s checkout"
|
157 |
msgstr "verificación de %s"
|
158 |
|
159 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:440
|
160 |
+
msgid ""
|
161 |
+
"The plugin can only fetch a maximum of 100 lists from MailChimp, only your "
|
162 |
+
"first 100 lists are shown."
|
163 |
+
msgstr "Este plugin puede obtener un máximo de 100 listas de Mailchimp. Sólo se están mostrando tus 100 primeras."
|
164 |
+
|
165 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:445
|
166 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:742
|
167 |
msgid "Renewed MailChimp cache."
|
168 |
msgstr "Cache de MailChimp renovada."
|
169 |
|
170 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:447
|
171 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:744
|
172 |
msgid "Failed to renew MailChimp cache - please try again later."
|
173 |
msgstr "Fallo al renovar la cache de MailChimp - Por favor, intentelo de nuevo más tarde."
|
174 |
|
175 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:480
|
|
|
176 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
177 |
msgstr "Un campo EMAIL. Por ejemplo: <code>%s</code>"
|
178 |
|
179 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
180 |
msgid "A submit button. Example: <code>%s</code>"
|
181 |
msgstr "Un botón para enviar. Por ejemplo: <code>%s</code>"
|
182 |
|
183 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
184 |
msgid "Sign Up"
|
185 |
msgstr "Regístrate"
|
186 |
|
187 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:511
|
|
|
188 |
msgid "A '%s' field"
|
189 |
msgstr "Un campo '%s'"
|
190 |
|
191 |
+
#: mailchimp-for-wordpress/includes/class-form-request.php:702
|
192 |
msgid "Please select at least one list to subscribe to."
|
193 |
msgstr "Por favor seleccione al menos una lista para suscribirse."
|
194 |
|
196 |
msgid "MailChimp Sign-Up Form"
|
197 |
msgstr "Forma de suscripción de MailChimp"
|
198 |
|
199 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:22
|
200 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
201 |
msgstr "Muestra su forma de suscripción de MailChimp para WordPress"
|
202 |
|
203 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:66
|
204 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:71
|
205 |
msgid "Newsletter"
|
206 |
msgstr "Newsletter"
|
207 |
|
208 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:69
|
209 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:82
|
210 |
msgid "Title:"
|
211 |
msgstr "Título:"
|
212 |
|
213 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:73
|
214 |
msgid ""
|
215 |
+
"You can edit your sign-up form in the <a href=\"%s\">MailChimp for WordPress"
|
216 |
+
" form settings</a>."
|
217 |
+
msgstr "Puede editar su formulario de suscripción en el <a href=\"%s\">formulario de configuración de Mailchimp para Wordpress</a>"
|
218 |
|
219 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
220 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:292
|
221 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
222 |
msgid "Email address"
|
223 |
msgstr "Dirección de correo electrónico"
|
224 |
|
225 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
226 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:291
|
227 |
msgid "Your email address"
|
228 |
msgstr "Tu dirección de correo electrónico"
|
229 |
|
230 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
231 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:293
|
232 |
msgid "Sign up"
|
233 |
msgstr "Registro"
|
234 |
|
237 |
msgid "Sign me up for the newsletter!"
|
238 |
msgstr "¡Suscríbeme a la lista de correo!"
|
239 |
|
240 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:50
|
241 |
msgid ""
|
242 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
243 |
"inbox."
|
244 |
msgstr "¡Gracias, su solucitud de suscripción fue completada! Por favor verifique su correo electrónico."
|
245 |
|
246 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:51
|
247 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:52
|
248 |
msgid "Oops. Something went wrong. Please try again later."
|
249 |
msgstr "Ups. Algo salió mal. Por favor, intentalo otra vez más tarde. "
|
250 |
|
251 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:52
|
252 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:53
|
253 |
msgid "Please provide a valid email address."
|
254 |
msgstr "Por favor, introduce un correo electrónico válido."
|
255 |
|
256 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:53
|
257 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:54
|
258 |
msgid "Given email address is already subscribed, thank you!"
|
259 |
msgstr "La dirección de correo electrónico facilitada ya está suscrita, ¡gracias!"
|
260 |
|
261 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:54
|
262 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:55
|
263 |
msgid "Please complete the CAPTCHA."
|
264 |
msgstr "Por favor, introduce el código de seguridad"
|
265 |
|
266 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:55
|
267 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:56
|
268 |
msgid "Please fill in the required fields."
|
269 |
msgstr "Por favor rellena los campos solicitados."
|
270 |
|
271 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
272 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
273 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
274 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
275 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:106
|
276 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:121
|
277 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:134
|
278 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:145
|
279 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:164
|
280 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:178
|
281 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
282 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
283 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
284 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
288 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
289 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
290 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
291 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:71
|
292 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
293 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
294 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
295 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
296 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
300 |
msgid "Yes"
|
301 |
msgstr "Si"
|
302 |
|
303 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
304 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
305 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
306 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
307 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
308 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:110
|
309 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:125
|
310 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:136
|
311 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:149
|
312 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:168
|
313 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:182
|
314 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
315 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
316 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
317 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
321 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
322 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
323 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
324 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:75
|
325 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
326 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
327 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
328 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
329 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
334 |
msgid "No"
|
335 |
msgstr "No"
|
336 |
|
337 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:236
|
338 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:239
|
339 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:311
|
340 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:320
|
341 |
msgid "MailChimp for WordPress - Error"
|
342 |
msgstr "MailChimp para WordPress - Error"
|
343 |
|
344 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:237
|
345 |
msgid ""
|
346 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
347 |
"settings</a>."
|
348 |
msgstr "Por favor seleccione una lista a suscribirse en la <a href=\"%s\"> configuración de casillas</a>."
|
349 |
|
350 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:238
|
351 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:319
|
352 |
msgid "This message is only visible to administrators for debugging purposes."
|
353 |
msgstr "Este mensaje es solo visible a los administradores para fines de depuración."
|
354 |
|
355 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:312
|
356 |
msgid ""
|
357 |
"The MailChimp server returned the following error message as a response to "
|
358 |
"our sign-up request:"
|
359 |
msgstr "El servidor de MailChimp devolvió el siguiente mensaje de error como respuesta a su solicitud de suscripción:"
|
360 |
|
361 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:314
|
362 |
msgid "This is the data that was sent to MailChimp:"
|
363 |
msgstr "Esta es la data que fue enviada a MailChimp:"
|
364 |
|
365 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:315
|
366 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:664
|
367 |
msgid "Email address:"
|
368 |
msgstr "Correo electrónico:"
|
369 |
|
370 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:317
|
371 |
msgid "Merge variables:"
|
372 |
msgstr "Unificar variables:"
|
373 |
|
375 |
msgid "MailChimp for WordPress"
|
376 |
msgstr "MailChimp para WordPress"
|
377 |
|
378 |
+
#: mailchimp-for-wordpress/includes/views/api-settings.php:12
|
379 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:99
|
380 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
381 |
+
msgid "MailChimp Settings"
|
382 |
+
msgstr "Configuración de MailChimp"
|
383 |
+
|
384 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
385 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
386 |
msgid "API Settings"
|
435 |
msgid "No lists were found in your MailChimp account"
|
436 |
msgstr "No se encontró ninguna lista en su cuenta de MailChimp"
|
437 |
|
|
|
|
|
|
|
|
|
|
|
438 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
439 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
440 |
msgid ""
|
463 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
464 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
465 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
466 |
+
msgid "No lists found, <a href=\"%s\">are you connected to MailChimp</a>?"
|
467 |
+
msgstr "No se han encontrado listas, ¿<a href=\"%s\">está conectado a MailChimp</a>?"
|
468 |
|
469 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
470 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
474 |
msgstr "Selecciona la lista(s) a la que se registrarán las personas que marquen las casillas de verificación."
|
475 |
|
476 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
477 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:102
|
478 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
479 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
480 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
482 |
msgstr "¿Doble opt-in?"
|
483 |
|
484 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
485 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:113
|
486 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
487 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
488 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
492 |
msgstr "Selecciona \"sí \" si quieres que los suscriptores confirmen su dirección de correo electrónico antes de suscribirse (recomendado)"
|
493 |
|
494 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
495 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:82
|
496 |
msgid "Checkbox settings"
|
497 |
msgstr "Configuración de la casilla de verificación"
|
498 |
|
499 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
500 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:85
|
501 |
msgid "Add the checkbox to these forms"
|
502 |
msgstr "Añadir casillas de verificación en estos formularios"
|
503 |
|
504 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
505 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:92
|
506 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
507 |
msgstr "Al seleccionar un formulario se añadirá automaticamente la casilla de verificación de alta al mismo."
|
508 |
|
509 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
510 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:105
|
511 |
msgid "Checkbox label text"
|
512 |
msgstr "Texto a mostrar junto a la casilla de verificación."
|
513 |
|
514 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
515 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:108
|
516 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:148
|
517 |
msgid "HTML tags like %s are allowed in the label text."
|
518 |
msgstr "La etiquetas HTML como %s están permitidas en el texto de la etiqueta."
|
519 |
|
520 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
521 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:112
|
522 |
msgid "Pre-check the checkbox?"
|
523 |
msgstr "¿Dejamos pre-marcada la casilla de verificación?"
|
524 |
|
525 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
526 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:117
|
527 |
msgid "Load some default CSS?"
|
528 |
msgstr "¿Cargamos algunos CSS por defecto?"
|
529 |
|
530 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
531 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:119
|
532 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
533 |
msgstr "Seleccione \"sí \" si la casilla de verificación aparece en un lugar inapropiado"
|
534 |
|
535 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
536 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:122
|
537 |
msgid "WooCommerce checkbox position"
|
538 |
msgstr "Posición de la casilla de verificación en WooCommerce"
|
539 |
|
540 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
541 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:125
|
542 |
msgid "After the billing details"
|
543 |
msgstr "Detalles tras la factura"
|
544 |
|
545 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
546 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:126
|
547 |
msgid "After the additional information"
|
548 |
msgstr "Tras la información extra"
|
549 |
|
550 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
551 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
|
552 |
msgid ""
|
553 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
554 |
msgstr "Escoja la posición de los checkbox en tu formulario de salida de WooCommerce."
|
555 |
|
|
|
|
|
|
|
|
|
|
|
|
|
556 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
557 |
msgid ""
|
558 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
573 |
msgid "Yes, load basic form styles"
|
574 |
msgstr "Si, carga los estilos de formulario básicos"
|
575 |
|
|
|
|
|
|
|
|
|
|
|
|
|
576 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
577 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
578 |
msgid "Yes, load my custom form styles"
|
634 |
msgid "Form mark-up"
|
635 |
msgstr "Marcado de la forma"
|
636 |
|
637 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:79
|
638 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:90
|
|
|
|
|
|
|
|
|
|
|
639 |
msgid ""
|
640 |
"Use the shortcode %s to display this form inside a post, page or text "
|
641 |
"widget."
|
642 |
msgstr "Utiliza el código corto %s para mistrar este formulario dentro de una entrada, artículo o un widget de texto."
|
643 |
|
644 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
645 |
+
#: mailchimp-for-wordpress-pro/includes/views/parts/missing-fields-notice.php:4
|
646 |
+
msgid "Your form is missing the following (required) form fields:"
|
647 |
+
msgstr "Tu formulario necesita los siguientes campos (requeridos):"
|
648 |
+
|
649 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:117
|
650 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
651 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
652 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
653 |
msgid "Send Welcome Email?"
|
654 |
msgstr "¿Enviar email de bienvenida?"
|
655 |
|
656 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:128
|
657 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
658 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
659 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
662 |
"succeeds (only when double opt-in is disabled)."
|
663 |
msgstr "Selecciona \"sí \" si deseas enviar a tus listas un correo electrónico de bienvenida si se realiza una suscripción correctamente (sólo cuando el proceso de doble opt-in está desactivado)."
|
664 |
|
665 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:131
|
666 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
667 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:67
|
668 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
669 |
msgid "Update existing subscribers?"
|
670 |
msgstr "¿Actualizar los suscriptores existentes?"
|
671 |
|
672 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:138
|
673 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
674 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
675 |
msgid ""
|
677 |
"showing the \"already subscribed\" message)."
|
678 |
msgstr "Selecciona \"sí \" si quieres actualizar los suscriptores existentes (en lugar de mostrar el mensaje \"ya suscrito \")."
|
679 |
|
680 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:141
|
681 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
682 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
683 |
msgid "Replace interest groups?"
|
684 |
msgstr "¿Se sustituyen los grupos de interés?"
|
685 |
|
686 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:152
|
687 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
688 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
689 |
msgid ""
|
692 |
"groups (only when updating a subscriber)."
|
693 |
msgstr "Selecciona \"sí \" si deseas reemplazar los grupos de interés con los grupos previstos en lugar de añadir los grupos previstos para los grupos de interés del usuario (sólo cuando se actualiza un suscriptor)."
|
694 |
|
695 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:156
|
696 |
msgid "Form Settings & Messages"
|
697 |
msgstr "Configuración de Formas y Mensajes"
|
698 |
|
699 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:160
|
700 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
701 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
702 |
msgid "Enable AJAX form submission?"
|
703 |
msgstr "¿Habilitar AJAX para el envío de formularios?"
|
704 |
|
705 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:171
|
706 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
707 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
708 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
709 |
msgstr "Seleccione \"sí \" si desea utilizar AJAX (JavaScript) en sus formularios"
|
710 |
|
711 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:174
|
712 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
713 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
714 |
msgid "Hide form after a successful sign-up?"
|
715 |
msgstr "¿Ocultar formulario después de un registro registro satisfactorio?"
|
716 |
|
717 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:185
|
718 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
719 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
720 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
721 |
msgstr "Selecciona \"Sí \" para ocultar los campos de formulario después de un registro satisfactorio."
|
722 |
|
723 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:188
|
724 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
725 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
726 |
msgid "Redirect to URL after successful sign-ups"
|
727 |
msgstr "Redireccionar a una URL tras suscribirse satisfactoriamente."
|
728 |
|
729 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:190
|
730 |
msgid "Example: %s"
|
731 |
msgstr "Ejemplo: %s"
|
732 |
|
733 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:191
|
734 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
735 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
736 |
msgid ""
|
737 |
+
"Leave empty for no redirect. Otherwise, use complete (absolute) URLs, "
|
738 |
+
"including <code>http://</code>."
|
739 |
+
msgstr "Dejar en blanco para ninguna redirección. En caso contrario, use URLs completas (absolutas), incluyendo <code>http://</code>"
|
740 |
|
741 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
742 |
msgid "Success message"
|
743 |
msgstr "Mensaje de exitoso"
|
744 |
|
745 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:199
|
746 |
msgid "Invalid email address message"
|
747 |
msgstr "Mensaje de dirección de correo electrónico inválida"
|
748 |
|
749 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:203
|
750 |
msgid "Required field missing message"
|
751 |
msgstr "Mensaje de campo requerido"
|
752 |
|
753 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:207
|
754 |
msgid "Already subscribed message"
|
755 |
msgstr "Mensaje de \"Ya está suscrito\""
|
756 |
|
757 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:212
|
758 |
msgid "Invalid CAPTCHA message"
|
759 |
msgstr "Mensaje de CAPTCHA invalido"
|
760 |
|
761 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:217
|
762 |
msgid "General error message"
|
763 |
msgstr "Mensaje de error general"
|
764 |
|
765 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:223
|
766 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
767 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
768 |
msgid "HTML tags like %s are allowed in the message fields."
|
769 |
msgstr "Las etiquetas HTML como %s están permitidas en los campos del mensaje."
|
770 |
|
771 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:237
|
772 |
msgid "Building your sign-up form"
|
773 |
msgstr "Construyendo tu formulario"
|
774 |
|
775 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:238
|
776 |
msgid ""
|
777 |
"At a minimum, your form should include just an %s field and a submit button."
|
778 |
msgstr "Como mínimo, tu formulario debería incluir un campo %s y un botón de enviar."
|
779 |
|
780 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:239
|
781 |
msgid ""
|
782 |
"Add more form fields if your selected lists require more fields. Field names"
|
783 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
784 |
"field\" tool to have the HTML generated for you."
|
785 |
msgstr "Añade más campos si tus listas requieren más campos. Los nombres de los campos deben coincidir con las etiquetas de los campos de las listas seleccionadas. Usa la herramienta \"Añadir un nuevo campo\" para autogenerar el código HTML."
|
786 |
|
787 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:241
|
788 |
msgid "Form Styling"
|
789 |
msgstr "Estilo del formulario"
|
790 |
|
791 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:242
|
792 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
793 |
msgstr "Modifica la apariencia del formulario aplicando estilos CSS a %s."
|
794 |
|
795 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:243
|
796 |
msgid ""
|
797 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
798 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
799 |
" plugin like %s"
|
800 |
msgstr "Puedes añadir normas CSS a la hoja de estilos de tu tema usando el <a href=\"%s\">Editor de Tema</a> o editando %s a través de FTP. Alternativamente, usa un plugin como %s."
|
801 |
|
802 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:244
|
803 |
msgid ""
|
804 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
805 |
"selectors you can use to target the different form elements."
|
806 |
msgstr "El <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lista los diferentes selectores CSS que puedes usar para modificar los diferentes elementos del formulario."
|
807 |
|
808 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:245
|
809 |
msgid ""
|
810 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
811 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
812 |
"lets you customize form styles without writing any code."
|
813 |
msgstr "Si necesitas una forma sencilla de dar estilo a tus formularios, <a href=\"%s\">actualiza a MailChimp para WordPress Pro</a>. Incluye un \"Constructor de Estilos\" que te permite personalizar estilos de formulario sin escribir ningún código."
|
814 |
|
815 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:247
|
816 |
msgid "Form variables"
|
817 |
msgstr "Variables del formulario"
|
818 |
|
819 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:248
|
820 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:427
|
821 |
msgid "Use the following variables to add some dynamic content to your form."
|
822 |
msgstr "Utiliza las siguientes variables para añadir algo de contenido dinámico a tu formulario"
|
823 |
|
824 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:255
|
825 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
826 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
827 |
msgstr "Sustituido por el correo electrónico del visitante (si se ha configurado en la URL o en cookies)"
|
828 |
|
829 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:259
|
830 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
831 |
msgid "Replaced with the form response (error or success messages)."
|
832 |
msgstr "Sustituya la respuesta del formulario (mensajes de error ó éxito)."
|
833 |
|
834 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:264
|
835 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
836 |
msgid "Replaced with a captcha field."
|
837 |
msgstr "Reemplace con un campo captcha."
|
838 |
|
839 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
840 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
841 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
842 |
msgstr "Se sustituye con el número de suscriptores de la lista seleccionada (s)"
|
843 |
|
844 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:273
|
845 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
846 |
msgid "Replaced with the current site language, eg: %s"
|
847 |
msgstr "Reemplace por el idioma actual del sitio, por ejemplo: %s"
|
848 |
|
849 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:277
|
850 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
851 |
msgid "Replaced with the visitor's IP address"
|
852 |
msgstr "Se sustituye por la dirección IP del visitante"
|
853 |
|
854 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:281
|
855 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
856 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
857 |
msgstr "Se sustituye con la fecha actual (aaaa/mm/dd ejemplo: %s)"
|
858 |
|
859 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:285
|
860 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
861 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
862 |
msgstr "Se susitutiye con la hora actual (hh:mm:ss por ejemplo: %s)"
|
863 |
|
864 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:289
|
865 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
866 |
msgid ""
|
867 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
868 |
"in user)"
|
869 |
msgstr "Se sustituye con la cuenta de correo del usuario que ha iniciado sesión (o ninguna, si no hay un usuario que ha iniciado sesión)"
|
870 |
|
871 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:293
|
872 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
873 |
msgid "First name of the current user"
|
874 |
msgstr "Apellido del usuario actual"
|
875 |
|
876 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:297
|
877 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
878 |
msgid "Last name of the current user"
|
879 |
msgstr "Segundo apellido del usuario actual"
|
880 |
|
881 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:301
|
882 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
883 |
msgid "Current user ID"
|
884 |
msgstr "ID de usuario actual"
|
885 |
|
886 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:305
|
887 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
888 |
msgid "Current URL"
|
889 |
msgstr "URL actual"
|
890 |
|
891 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
892 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:31
|
893 |
msgid "Add a new field"
|
894 |
msgstr "Añadir un nuevo campo"
|
895 |
|
898 |
msgstr "Utilice la herramienta de abajo para general el código HTML para su formulario."
|
899 |
|
900 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
901 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:35
|
902 |
msgid "Select MailChimp field.."
|
903 |
msgstr "Seleccione el campo de MailChimp ..."
|
904 |
|
905 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
906 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:39
|
907 |
msgid "Submit Button"
|
908 |
msgstr "Botón de alta"
|
909 |
|
910 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
911 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:40
|
912 |
msgid "Lists Choice"
|
913 |
msgstr "Seleccionar listas"
|
914 |
|
915 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
916 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
917 |
msgid "Label"
|
918 |
msgstr "Etiqueta"
|
919 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
920 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
921 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
922 |
msgid "Placeholder"
|
923 |
msgstr "Marcador de posición"
|
924 |
|
|
|
|
|
|
|
|
|
|
|
925 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
926 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
927 |
msgid "Labels"
|
928 |
msgstr "Etiquetas"
|
929 |
|
930 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
931 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
932 |
msgid "(leave empty to hide)"
|
933 |
msgstr "(dejar en blanco para ocultar)"
|
934 |
|
935 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
936 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:68
|
937 |
msgid "Wrap in paragraph %s tags?"
|
938 |
msgstr "¿Envolver las etiquetas %s en el párrafo?"
|
939 |
|
940 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
941 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:72
|
942 |
msgid "Required field?"
|
943 |
msgstr "¿Campo obligatorio?"
|
944 |
|
945 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
946 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:76
|
947 |
msgid "Add to form"
|
948 |
msgstr "Añadir al formulario"
|
949 |
|
950 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
951 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:80
|
952 |
msgid "Generated HTML"
|
953 |
msgstr "Generado HTML"
|
954 |
|
986 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
987 |
msgstr "Asegúrese de leer las <a href=\"%s\">preguntas más frecuentes</a> o use el <a href=\"%s\">foro de ayuda</a> en WordPress.org."
|
988 |
|
989 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
990 |
msgid "Show a token of your appreciation"
|
991 |
msgstr "Danos una muestra de afecto."
|
992 |
|
993 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
|
|
|
|
|
|
|
|
994 |
msgid "Leave a %s plugin review on WordPress.org"
|
995 |
msgstr "Deja una revision del plugin %s en WordPress.org"
|
996 |
|
997 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
998 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
999 |
msgstr "Estoy usando MailChimp para WordPress por @DannyvanKooten - Es genial!"
|
1000 |
|
1001 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
1002 |
msgid "Tweet about MailChimp for WordPress"
|
1003 |
msgstr "Tuitear acerca de MailChimp para WordPress"
|
1004 |
|
1005 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:19
|
1006 |
msgid ""
|
1007 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
1008 |
"page</a>."
|
1009 |
msgstr "Valora el plugin en tu blog y enlázanos a <a href=\"%s\">la página del plugin</a>."
|
1010 |
|
1011 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:20
|
1012 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
1013 |
msgstr "Vota \"Works\" en la pagina del plugin en WordPress.org"
|
1014 |
|
1015 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:24
|
1016 |
msgid "About the developer"
|
1017 |
msgstr "Sobre el desarrollador"
|
1018 |
|
1028 |
msgstr "Las características Pro incluyen mejores y múltiples formularios, fácil creación de estilos avanzados, más temas por defecto, información estadística detallada y soporte técnico con prioridad."
|
1029 |
|
1030 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
1031 |
+
msgid "Upgrade Now"
|
1032 |
+
msgstr "Actualiza Ahora"
|
1033 |
|
1034 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:206
|
1035 |
msgid "Documentation"
|
1036 |
msgstr "Documentacion"
|
1037 |
|
1038 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:254
|
1039 |
msgid "Save Form"
|
1040 |
msgstr "Guardar formulario"
|
1041 |
|
1042 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:258
|
1043 |
msgid "Update Form"
|
1044 |
msgstr "Actualizar formulario"
|
1045 |
|
1046 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:314
|
1047 |
msgid "Back to general form settings"
|
1048 |
msgstr "Volver a las opciones de configuracion generales"
|
1049 |
|
1050 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:316
|
1051 |
msgid "Form updated."
|
1052 |
msgstr "Formulario actualizado."
|
1053 |
|
1054 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:317
|
1055 |
msgid "Form saved."
|
1056 |
msgstr "Formulario guardado."
|
1057 |
|
1058 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:386
|
1059 |
msgid "Optional Settings"
|
1060 |
msgstr "Propiedades Opcionales"
|
1061 |
|
1062 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:387
|
1063 |
msgid "Form Variables"
|
1064 |
msgstr "Variables del formulario"
|
1065 |
|
1066 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:531
|
1067 |
+
msgid "MailChimp & Plugin License Settings"
|
1068 |
+
msgstr "Configuración de Mailchimp y del Plugin"
|
1069 |
+
|
1070 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:532
|
1071 |
msgid "MailChimp & License"
|
1072 |
msgstr "MailChimp & Licencia"
|
1073 |
|
1074 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:548
|
1075 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:549
|
1076 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1077 |
msgid "Reports"
|
1078 |
msgstr "Informes"
|
1079 |
|
1080 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:732
|
1081 |
msgid ""
|
1082 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1083 |
"href=\"%s\">Provide a valid API key.</a>"
|
1084 |
msgstr "Por favor, asegúrrate de que el plugin está conectado a MailChimp. <a href=\"%s\"> Proporciona una clave de API válida. </a>"
|
1085 |
|
1086 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:834
|
1087 |
msgid "End date can't be before the start date"
|
1088 |
msgstr "La fecha final no puede ser anterior a la fecha de inicio"
|
1089 |
|
1090 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:866
|
1091 |
msgid ""
|
1092 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1093 |
"page."
|
1094 |
msgstr "Has desabilitado la entrada utilizando el filtro %s. Re-habilítalo para usar la página de Informes."
|
1095 |
|
1096 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:882
|
1097 |
msgid ""
|
1098 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1099 |
+
"settings you set in the Lite version, you can safely <a "
|
1100 |
+
"href=\"%s\">deactivate it now</a>."
|
1101 |
+
msgstr "<strong> ¡Bienvenido a MailChimp para WordPress Pro! </ strong> Hemos transferido la configuración que tenía en la versión Lite, puedes de manera segura <a href=\"%s\">desactívarla ahora</a>."
|
1102 |
|
1103 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1104 |
msgid ""
|
1120 |
msgid "The %sCSS Stylesheet%s has been created."
|
1121 |
msgstr "La %shoja de estilos CSS%s ha sido creada."
|
1122 |
|
1123 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:142
|
1124 |
msgid "I know. Don't bug me."
|
1125 |
msgstr "Lo sé. No me fastidies."
|
1126 |
|
1127 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:161
|
1128 |
msgid ""
|
1129 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1130 |
"able to get %s updates. Please add %s to %s."
|
1131 |
msgstr "<b>Advertencia!</ b> Esta bloqueando solicitudes externas lo que significa que no será capaz de obtener las actualizaciones de %s. Por favor, añada %s para %s."
|
1132 |
|
1133 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:203
|
1134 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1135 |
msgstr "Su licencia de %s ha sido activada. Tiene una licencia ilimitada."
|
1136 |
|
1137 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:205
|
1138 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1139 |
msgstr "Su licencia de %s ha sido activada. Ha utilizado %d/%d activaciones."
|
1140 |
|
1141 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:210
|
1142 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1143 |
msgstr "<a href=\"%s\">¿Sabía que usted puede actualizar su licencia?</a>"
|
1144 |
|
1145 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:214
|
1146 |
msgid ""
|
1147 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1148 |
" it?</a>"
|
1149 |
msgstr "<a href=\"%s\">Su licencia expira en %d días, ¿le gustaría ampliarla?</a>"
|
1150 |
|
1151 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:223
|
1152 |
msgid ""
|
1153 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1154 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1155 |
msgstr "Has alcanzado el límite de tus activaciones. Debes <a href=\"%s\">reestablecer</a> o <a href=\"%s\">actualizar tu licencia</a> para usarlo en este sitio."
|
1156 |
|
1157 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:227
|
1158 |
msgid ""
|
1159 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1160 |
"you want to use it again."
|
1161 |
msgstr "Tu licencia ha caducado. Debes <a href=\"%s\">renovar tu licencia</a> si quieres usarlo de nuevo."
|
1162 |
|
1163 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:230
|
1164 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1165 |
msgstr "No se pudo activar la licencia, la clave de licencia parece inválida."
|
1166 |
|
1167 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:255
|
1168 |
msgid "Your %s license has been deactivated."
|
1169 |
msgstr "Su licencia de %s se ha desactivado."
|
1170 |
|
1171 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:260
|
1172 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:66
|
1173 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:75
|
1174 |
msgid ""
|
1175 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1176 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1177 |
msgstr "Tu licencia ha caducado. No tendrás acceso al plugin a menos que <a href=\"%s\">renueves tu licencia</a>."
|
1178 |
|
1179 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:262
|
1180 |
msgid "Failed to deactivate your %s license."
|
1181 |
msgstr "No se pudo desactivar su licencia de %s"
|
1182 |
|
1183 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:300
|
1184 |
msgid "Request error: \"%s\""
|
1185 |
msgstr "Error de solicitud: \"%s\""
|
1186 |
|
1187 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:459
|
1188 |
msgid "%s: License Settings"
|
1189 |
msgstr "%s: Configuración de licencia"
|
1190 |
|
1194 |
"the license."
|
1195 |
msgstr "%s si la red está activada, por favor póngase en contacto con el administrador del sitio para gestionar la licencia."
|
1196 |
|
1197 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:64
|
1198 |
msgid ""
|
1199 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1200 |
msgstr "%s fallo al comprobar las actualizaciones debido al siguiente error: <em>%s</ em>"
|
1201 |
|
1202 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:126
|
1203 |
msgid ""
|
1204 |
+
"This site has not been activated properly on mc4wp.com and thus cannot check"
|
1205 |
+
" for future updates. Please activate your site with a valid license key."
|
1206 |
+
msgstr "Este sitio no se ha activado correctamente en mc4wp.com y por lo tanto no se puede comprobar si hay actualizaciones. Por favor, active su sitio con una licencia válida."
|
|
|
1207 |
|
1208 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1209 |
msgid "License status"
|
1259 |
msgid "Paste your license key here, as found in the email receipt."
|
1260 |
msgstr "Pega aquí la clave de tu licencia, que encontrarás en el email recibido."
|
1261 |
|
1262 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:79
|
|
|
|
|
|
|
|
|
1263 |
msgid "Your %s license will expire on %s."
|
1264 |
msgstr "Tu %s licencia expirará el %s."
|
1265 |
|
1266 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:83
|
1267 |
msgid "%sRenew your license now%s."
|
1268 |
msgstr "%sRenovar licencia ahora%s."
|
1269 |
|
1270 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:261
|
1271 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1272 |
msgstr "<strong>Error:</strong> Por favor, especifica un ID de formulario. Ejemplo: %s."
|
1273 |
|
1274 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:275
|
1275 |
msgid ""
|
1276 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1277 |
" correct form ID."
|
1278 |
msgstr "<strong> Error: </strong> formulario de registro no encontrado. Por favor, comprueba si has utilizado el ID de formulario correcto."
|
1279 |
|
1280 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:647
|
1281 |
msgid "New MailChimp Sign-Up"
|
1282 |
msgstr "Nuevo formulario de Mailchimp"
|
1283 |
|
1284 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:655
|
1285 |
msgid "New Sign-Up"
|
1286 |
msgstr "Nuevo registro"
|
1287 |
|
1288 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:656
|
1289 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1290 |
msgstr "<strong>%s</strong> fomulario de alta en %s en %s está utilizando el formato \"%s \"."
|
1291 |
|
1292 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:661
|
1293 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:77
|
1294 |
msgid "List"
|
1295 |
msgstr "Lista"
|
1296 |
|
1297 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:701
|
1298 |
msgid "Other fields"
|
1299 |
msgstr "Otros campos"
|
1300 |
|
1301 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:718
|
1302 |
msgid ""
|
1303 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1304 |
"be added to the selected MailChimp lists until they confirm their email "
|
1305 |
"address."
|
1306 |
msgstr "Date cuenta que has habilitado la doble opción para el formulario \"%s\". El usuario no se añadirá a las listas seleccionadas de MailChimp hasta que ellos confirmen sus direcciones de email. "
|
1307 |
|
1308 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:720
|
1309 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1310 |
msgstr "Este correo fue auto-enviado por el plugin MailChimp para WordPress"
|
1311 |
|
1327 |
"href=\"%s\">widget settings</a>."
|
1328 |
msgstr "Por favor, seleccione el formulario de registro que te gustaría mostrar aquí en los<a href=\"%s\"> ajustes del widget</ a>."
|
1329 |
|
1330 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:86
|
1331 |
msgid "Form:"
|
1332 |
msgstr "Fomulario:"
|
1333 |
|
1334 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:88
|
1335 |
msgid "Select the form to show"
|
1336 |
msgstr "Seleccione el formulario a mostrar"
|
1337 |
|
1338 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:96
|
1339 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1340 |
msgstr "No tienes ningún formulario de inscripción. <a href=\"%s\">Crea uno ahora.</ a>"
|
1341 |
|
1342 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:51
|
1343 |
msgid ""
|
1344 |
"Thank you, your sign-up request was successful! Please check your email "
|
1345 |
"inbox to confirm."
|
1346 |
msgstr "Gracias, tu solicitud de registro se ha realizado con éxito. Por favor revisa la bandeja de entrada de tu email."
|
1347 |
|
1348 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:43
|
1349 |
msgid "ID"
|
1350 |
msgstr "ID"
|
1351 |
|
1352 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:44
|
1353 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:426
|
1354 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:462
|
1355 |
msgid "Form"
|
1356 |
msgstr "Formulario"
|
1357 |
|
1358 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:45
|
1359 |
msgid "Shortcode"
|
1360 |
msgstr "Código corto"
|
1361 |
|
1362 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:46
|
1363 |
msgid "List(s)"
|
1364 |
msgstr "Lista(s)"
|
1365 |
|
1366 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:47
|
1367 |
msgid "Last edited"
|
1368 |
msgstr "Ultima edición"
|
1369 |
|
1370 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:98
|
1371 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:102
|
1372 |
msgid "Edit Form"
|
1373 |
msgstr "Editar el formulario"
|
1374 |
|
1375 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:99
|
1376 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:253
|
1377 |
msgid "Delete"
|
1378 |
msgstr "Eliminar"
|
1379 |
|
1380 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:131
|
1381 |
msgid "No MailChimp list(s) selected yet."
|
1382 |
msgstr "No se han seleccionado todavía ninguna lista de MailChimp"
|
1383 |
|
1384 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:141
|
1385 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1386 |
msgstr "No has creado ningún formulario de registro todavía. ¡Es hora de hacerlo!"
|
1387 |
|
1388 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:46
|
1389 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1390 |
+
msgid "Log"
|
1391 |
+
msgstr "Log"
|
1392 |
|
1393 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:47
|
1394 |
+
msgid "Log Items"
|
1395 |
+
msgstr "Ingresar artículos"
|
1396 |
|
1397 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:76
|
1398 |
msgid "Email"
|
1399 |
msgstr "Correo"
|
1400 |
|
1401 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:78
|
1402 |
+
msgid "Data"
|
1403 |
+
msgstr "Fecha"
|
1404 |
+
|
1405 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:79
|
1406 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1407 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1408 |
+
msgid "Success"
|
1409 |
+
msgstr "Realizado"
|
1410 |
+
|
1411 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:80
|
1412 |
msgid "Type"
|
1413 |
msgstr "Tipo"
|
1414 |
|
1415 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:81
|
1416 |
msgid "Source"
|
1417 |
msgstr "Origen"
|
1418 |
|
1419 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:82
|
|
|
|
|
|
|
|
|
1420 |
msgid "Subscribed"
|
1421 |
msgstr "Suscrito"
|
1422 |
|
1423 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:150
|
1424 |
msgid "Log items deleted."
|
1425 |
msgstr "Artículos de registro borrados."
|
1426 |
|
1427 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:297
|
1428 |
+
msgid "Top Bar"
|
1429 |
+
msgstr "Barra superior"
|
|
|
1430 |
|
1431 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1432 |
msgid "MultiSite registration"
|
1433 |
msgstr "Registro en múltiples sitios"
|
1434 |
|
1435 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:318
|
|
|
|
|
|
|
|
|
|
|
1436 |
msgid "Contact Form 7"
|
1437 |
msgstr "Formulario de contacto 7"
|
1438 |
|
1439 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:322
|
1440 |
msgid "bbPress: New Topic"
|
1441 |
msgstr "bbPress: Nuevo asunto"
|
1442 |
|
1443 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:326
|
1444 |
msgid "bbPress: New Reply"
|
1445 |
msgstr "bbPress: Nueva respuesta"
|
1446 |
|
1447 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:332
|
1448 |
msgid "Other Form"
|
1449 |
msgstr "Otro formulario"
|
1450 |
|
1451 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:398
|
1452 |
msgid "No subscribe requests found."
|
1453 |
msgstr "Ninguna solicitud de suscripcion encontrada"
|
1454 |
|
1455 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:420
|
1456 |
msgid "All"
|
1457 |
msgstr "Todo"
|
1458 |
|
1459 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:432
|
1460 |
msgid "Checkbox"
|
1461 |
msgstr "Casilla de verificación"
|
1462 |
|
1463 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:475
|
1464 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:478
|
1465 |
+
msgid "Registration"
|
1466 |
+
msgstr "Registro"
|
1467 |
+
|
1468 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:489
|
1469 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:503
|
1470 |
+
msgid "Order"
|
1471 |
+
msgstr "Ordenar"
|
1472 |
+
|
1473 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:492
|
1474 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:506
|
1475 |
+
msgid "Checkout"
|
1476 |
+
msgstr "Salir"
|
1477 |
+
|
1478 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1479 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:525
|
1480 |
+
msgid "Comment"
|
1481 |
+
msgstr "Comentario"
|
1482 |
+
|
1483 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1484 |
+
msgid "deleted"
|
1485 |
+
msgstr "eliminado"
|
1486 |
+
|
1487 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1488 |
msgid ""
|
1489 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
1518 |
msgid "Messages"
|
1519 |
msgstr "Mensajes"
|
1520 |
|
|
|
|
|
|
|
|
|
|
|
1521 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1522 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1523 |
msgid "Invalid email address"
|
1543 |
msgid "Other errors"
|
1544 |
msgstr "Otros errores"
|
1545 |
|
1546 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:89
|
1547 |
msgid "Form usage"
|
1548 |
msgstr "Formulario a emplear"
|
1549 |
|
1550 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:78
|
1551 |
+
msgid ""
|
1552 |
+
"Select \"yes\" if you want to update existing subscribers with the data that"
|
1553 |
+
" is sent."
|
1554 |
+
msgstr "Selecciona \"Si\" si quieres actualizar los suscriptores existentes con los datos que son enviados."
|
1555 |
+
|
1556 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:100
|
1557 |
msgid ""
|
1558 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1559 |
"forms."
|
1560 |
msgstr "Use %s en el código de Contact Form 7 para añadir una casilla de suscripción a su forma de CF7."
|
1561 |
|
1562 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:136
|
1563 |
msgid "Custom label texts"
|
1564 |
msgstr "Etiquetas personalizadas de textos"
|
1565 |
|
1566 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:137
|
1567 |
msgid ""
|
1568 |
"Override the default checkbox label text for any given checkbox using the "
|
1569 |
"fields below."
|
1589 |
msgid "Statistics"
|
1590 |
msgstr "Estadísticas"
|
1591 |
|
|
|
|
|
|
|
|
|
1592 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1593 |
msgid ""
|
1594 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
1673 |
msgid "Default Messages"
|
1674 |
msgstr "Mensajes por defecto"
|
1675 |
|
1676 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:15
|
1677 |
+
msgid "Today"
|
1678 |
+
msgstr "Hoy"
|
1679 |
+
|
1680 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:16
|
1681 |
+
msgid "Yesterday"
|
1682 |
+
msgstr "Ayer"
|
1683 |
+
|
1684 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:17
|
1685 |
+
msgid "Last Week"
|
1686 |
+
msgstr "Última semana"
|
1687 |
+
|
1688 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:18
|
1689 |
+
msgid "Last Month"
|
1690 |
+
msgstr "Último mes"
|
1691 |
+
|
1692 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:19
|
1693 |
+
msgid "Last Quarter"
|
1694 |
+
msgstr "Último cuatrimestre"
|
1695 |
+
|
1696 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:20
|
1697 |
+
msgid "Last Year"
|
1698 |
+
msgstr "Último año"
|
1699 |
+
|
1700 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:21
|
1701 |
+
msgid "Custom"
|
1702 |
+
msgstr "Personalizado"
|
1703 |
+
|
1704 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:25
|
1705 |
+
msgid "From"
|
1706 |
+
msgstr "De"
|
1707 |
+
|
1708 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:32
|
1709 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:57
|
1710 |
+
msgid "Jan"
|
1711 |
+
msgstr "Ene"
|
1712 |
+
|
1713 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:33
|
1714 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:58
|
1715 |
+
msgid "Feb"
|
1716 |
+
msgstr "Feb"
|
1717 |
+
|
1718 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:34
|
1719 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:59
|
1720 |
+
msgid "Mar"
|
1721 |
+
msgstr "Mar"
|
1722 |
+
|
1723 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:35
|
1724 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:60
|
1725 |
+
msgid "Apr"
|
1726 |
+
msgstr "Abr"
|
1727 |
+
|
1728 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:36
|
1729 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:61
|
1730 |
+
msgid "May"
|
1731 |
+
msgstr "May"
|
1732 |
+
|
1733 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:37
|
1734 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:62
|
1735 |
+
msgid "Jun"
|
1736 |
+
msgstr "Jun"
|
1737 |
+
|
1738 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:38
|
1739 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:63
|
1740 |
+
msgid "Jul"
|
1741 |
+
msgstr "Ju"
|
1742 |
+
|
1743 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:39
|
1744 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:64
|
1745 |
+
msgid "Aug"
|
1746 |
+
msgstr "Ago"
|
1747 |
+
|
1748 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:40
|
1749 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:65
|
1750 |
+
msgid "Sep"
|
1751 |
+
msgstr "Sep"
|
1752 |
+
|
1753 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:41
|
1754 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:66
|
1755 |
+
msgid "Oct"
|
1756 |
+
msgstr "Oct"
|
1757 |
+
|
1758 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:42
|
1759 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:67
|
1760 |
+
msgid "Nov"
|
1761 |
+
msgstr "Nov"
|
1762 |
+
|
1763 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:43
|
1764 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:68
|
1765 |
+
msgid "Dec"
|
1766 |
+
msgstr "Dic"
|
1767 |
+
|
1768 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:50
|
1769 |
+
msgid "To"
|
1770 |
+
msgstr "Para"
|
1771 |
+
|
1772 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:76
|
1773 |
+
msgid "Filter"
|
1774 |
+
msgstr "Filtro"
|
1775 |
+
|
1776 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:83
|
1777 |
+
msgid "Show these lines:"
|
1778 |
+
msgstr "Mostrar estas líneas:"
|
1779 |
+
|
1780 |
#. Plugin URI of the plugin/theme
|
1781 |
msgid "https://mc4wp.com/"
|
1782 |
msgstr "https://mc4wp.com/"
|
languages/mailchimp-for-wp-fr_FR.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
# ChrisFromLafare <carnaud@free.fr>, 2014
|
@@ -6,15 +6,15 @@
|
|
6 |
# Dario Spagnolo <i@dariospagnolo.org>, 2014
|
7 |
# fgerber <gerber.francois@gmail.com>, 2014
|
8 |
# François KUSZTOS <kukus___@hotmail.com>, 2014
|
9 |
-
# fgerber <gerber.francois@gmail.com>, 2014
|
10 |
# sleininger <stef.leininger@gmail.com>, 2014
|
11 |
msgid ""
|
12 |
msgstr ""
|
13 |
"Project-Id-Version: MailChimp for WordPress\n"
|
14 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
15 |
-
"POT-Creation-Date:
|
16 |
-
"PO-Revision-Date:
|
17 |
-
"Last-Translator:
|
18 |
"Language-Team: French (France) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/fr_FR/)\n"
|
19 |
"MIME-Version: 1.0\n"
|
20 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -31,187 +31,255 @@ msgstr ""
|
|
31 |
"X-Poedit-SourceCharset: utf-8\n"
|
32 |
"X-Textdomain-Support: yes\n"
|
33 |
|
34 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
35 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
36 |
msgid "Settings"
|
37 |
msgstr "Paramètres"
|
38 |
|
39 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
40 |
-
#: mailchimp-for-wordpress/includes/
|
41 |
-
msgid "Upgrade to Pro"
|
42 |
-
msgstr "Passer à
|
43 |
|
44 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
52 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
53 |
msgid "Checkboxes"
|
54 |
msgstr "Cases à cocher"
|
55 |
|
56 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
57 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
59 |
msgid "Forms"
|
60 |
msgstr "Formulaires"
|
61 |
|
62 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
63 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
64 |
-
msgstr "Cette option n'est disponible que dans la version MailChimp pour WordPress
|
65 |
|
66 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
67 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
msgid "Comment form"
|
69 |
msgstr "Formulaire de commentaires"
|
70 |
|
71 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
72 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
73 |
msgid "Registration form"
|
74 |
msgstr "Formulaire d'inscription"
|
75 |
|
76 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
77 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
78 |
msgid "MultiSite forms"
|
79 |
msgstr "Formulaires multisite"
|
80 |
|
81 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
82 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
83 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
84 |
msgid "BuddyPress registration"
|
85 |
msgstr "Inscription à BuddyPress"
|
86 |
|
87 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
88 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
89 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
90 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
91 |
msgid "%s checkout"
|
92 |
msgstr "%s achat"
|
93 |
|
94 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
95 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
msgid "Renewed MailChimp cache."
|
97 |
-
msgstr "
|
98 |
|
99 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
100 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
101 |
msgid "Failed to renew MailChimp cache - please try again later."
|
102 |
-
msgstr "Le renouvellement du cache MailChimp a échoué - veuillez
|
103 |
|
104 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
105 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:313
|
106 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
107 |
msgstr "Un champ EMAIL. Exemple : <code>%s</code>"
|
108 |
|
109 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
110 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
111 |
msgid "A submit button. Example: <code>%s</code>"
|
112 |
msgstr "Un bouton Envoyer. Exemple : <code>%s</code>"
|
113 |
|
114 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
115 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
116 |
msgid "Sign Up"
|
117 |
msgstr "Abonnez-vous"
|
118 |
|
119 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
120 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:347
|
121 |
msgid "A '%s' field"
|
122 |
msgstr "Un champ '%s'"
|
123 |
|
124 |
-
#: mailchimp-for-wordpress/includes/class-form-request.php:
|
125 |
msgid "Please select at least one list to subscribe to."
|
126 |
-
msgstr "
|
127 |
|
128 |
#: mailchimp-for-wordpress/includes/class-widget.php:20
|
129 |
msgid "MailChimp Sign-Up Form"
|
130 |
-
msgstr "Formulaire d’enregistrement
|
131 |
|
132 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
133 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
134 |
-
msgstr "Affiche votre formulaire d'inscription de \"MailChimp
|
135 |
|
136 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
137 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
138 |
msgid "Newsletter"
|
139 |
-
msgstr "
|
140 |
|
141 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
142 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
143 |
msgid "Title:"
|
144 |
msgstr "Titre :"
|
145 |
|
146 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
147 |
msgid ""
|
148 |
-
"You can edit your sign-up form in the %
|
149 |
-
"settings
|
150 |
-
msgstr "Vous pouvez éditer votre formulaire d'
|
151 |
|
152 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
153 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
154 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
155 |
msgid "Email address"
|
156 |
msgstr "Adresse de courrier électronique"
|
157 |
|
158 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
159 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
160 |
msgid "Your email address"
|
161 |
msgstr "Votre adresse de courrier électronique"
|
162 |
|
163 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
164 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
165 |
msgid "Sign up"
|
166 |
msgstr "Abonnez-vous"
|
167 |
|
168 |
#: mailchimp-for-wordpress/includes/functions/general.php:30
|
169 |
#: mailchimp-for-wordpress-pro/includes/functions/general.php:27
|
170 |
msgid "Sign me up for the newsletter!"
|
171 |
-
msgstr "Inscrivez-vous pour recevoir notre
|
172 |
|
173 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
174 |
msgid ""
|
175 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
176 |
"inbox."
|
177 |
-
msgstr "Merci, votre enregistrement est un succès! Veuillez vérifier votre boite e-mail."
|
178 |
|
179 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
180 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
181 |
msgid "Oops. Something went wrong. Please try again later."
|
182 |
-
msgstr "
|
183 |
|
184 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
185 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
186 |
msgid "Please provide a valid email address."
|
187 |
msgstr "Veuillez fournir une adresse email valide."
|
188 |
|
189 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
190 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
191 |
msgid "Given email address is already subscribed, thank you!"
|
192 |
-
msgstr "
|
193 |
|
194 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
195 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
196 |
msgid "Please complete the CAPTCHA."
|
197 |
-
msgstr "Veuillez retranscrire le code CAPTCHA"
|
198 |
|
199 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
200 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
201 |
msgid "Please fill in the required fields."
|
202 |
msgstr "Veuillez remplir les champs obligatoires."
|
203 |
|
204 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
205 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
206 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
207 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
208 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
209 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
210 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
211 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
212 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
213 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
214 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
215 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
216 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
217 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
@@ -221,8 +289,9 @@ msgstr "Veuillez remplir les champs obligatoires."
|
|
221 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
222 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
223 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
224 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
225 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
226 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
227 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
228 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
@@ -232,18 +301,18 @@ msgstr "Veuillez remplir les champs obligatoires."
|
|
232 |
msgid "Yes"
|
233 |
msgstr "Oui"
|
234 |
|
235 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
236 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
237 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
238 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
239 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
240 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
241 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
242 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
243 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
244 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
245 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
246 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
247 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
248 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
249 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
@@ -253,8 +322,9 @@ msgstr "Oui"
|
|
253 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
254 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
255 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
256 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
257 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
258 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
259 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
260 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
@@ -265,40 +335,40 @@ msgstr "Oui"
|
|
265 |
msgid "No"
|
266 |
msgstr "Non"
|
267 |
|
268 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
269 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
270 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
271 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
272 |
msgid "MailChimp for WordPress - Error"
|
273 |
msgstr "MailChimp pour Wordpress - Erreur"
|
274 |
|
275 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
276 |
msgid ""
|
277 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
278 |
"settings</a>."
|
279 |
msgstr "Choisissez une liste à laquelle vous inscrire dans les <a href=\"%s\">paramètres de case à cocher</a>."
|
280 |
|
281 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
282 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
283 |
msgid "This message is only visible to administrators for debugging purposes."
|
284 |
msgstr "Ce message n'est visible que pour les administrateurs, à des fins de débuggage."
|
285 |
|
286 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
287 |
msgid ""
|
288 |
"The MailChimp server returned the following error message as a response to "
|
289 |
"our sign-up request:"
|
290 |
msgstr "Le serveur de MailChimp a renvoyé le message d'erreur suivant en réponse à votre demande d'inscription :"
|
291 |
|
292 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
293 |
msgid "This is the data that was sent to MailChimp:"
|
294 |
msgstr "Voici les données qui ont été envoyées à MailChimp :"
|
295 |
|
296 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
297 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
298 |
msgid "Email address:"
|
299 |
msgstr "Adresse email : "
|
300 |
|
301 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
302 |
msgid "Merge variables:"
|
303 |
msgstr "Fusionner les variables : "
|
304 |
|
@@ -306,6 +376,12 @@ msgstr "Fusionner les variables : "
|
|
306 |
msgid "MailChimp for WordPress"
|
307 |
msgstr "MailChimp pour WordPress"
|
308 |
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
310 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
311 |
msgid "API Settings"
|
@@ -360,11 +436,6 @@ msgstr "Rafraîchir les listes MailChimp"
|
|
360 |
msgid "No lists were found in your MailChimp account"
|
361 |
msgstr "Nous n'avons pas trouvé de liste dans votre compte MailChimp"
|
362 |
|
363 |
-
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
364 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
365 |
-
msgid "Checkbox Settings"
|
366 |
-
msgstr "Paramètres de case à cocher"
|
367 |
-
|
368 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
369 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
370 |
msgid ""
|
@@ -393,8 +464,8 @@ msgstr "Listes MailChimp"
|
|
393 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
394 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
395 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
396 |
-
msgid "No lists found, %
|
397 |
-
msgstr "
|
398 |
|
399 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
400 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
@@ -404,100 +475,94 @@ msgid ""
|
|
404 |
msgstr "Sélectionnez la liste(s) à laquelle les utilisateurs qui cochent la case seront inscrits."
|
405 |
|
406 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
407 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
408 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
409 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
410 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
411 |
msgid "Double opt-in?"
|
412 |
-
msgstr "
|
413 |
|
414 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
415 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
416 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
417 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
418 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
419 |
msgid ""
|
420 |
"Select \"yes\" if you want people to confirm their email address before "
|
421 |
"being subscribed (recommended)"
|
422 |
-
msgstr "Sélectionnez \"oui\" si vous souhaitez que vos
|
423 |
|
424 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
425 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
426 |
msgid "Checkbox settings"
|
427 |
msgstr "Paramètres de case à cocher"
|
428 |
|
429 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
430 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
431 |
msgid "Add the checkbox to these forms"
|
432 |
-
msgstr "
|
433 |
|
434 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
435 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
436 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
437 |
msgstr "La sélection d'un formulaire ajoute automatiquement la case à cocher d'inscription à celui-ci."
|
438 |
|
439 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
440 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
441 |
msgid "Checkbox label text"
|
442 |
msgstr "Texte de l'etiquette de la case à cocher"
|
443 |
|
444 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
445 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
446 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
447 |
msgid "HTML tags like %s are allowed in the label text."
|
448 |
msgstr "Les balises HTML telles que %s sont autorisées dans le texte de l'étiquette."
|
449 |
|
450 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
451 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
452 |
msgid "Pre-check the checkbox?"
|
453 |
msgstr "Pré-sélectionner les cases à cocher ?"
|
454 |
|
455 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
456 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
457 |
msgid "Load some default CSS?"
|
458 |
msgstr "Voulez-vous charger du code CSS par défaut ?"
|
459 |
|
460 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
461 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
462 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
463 |
msgstr "Sélectionner \"oui\" si la case à cocher apparaît à un endroit bizarre."
|
464 |
|
465 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
466 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
467 |
msgid "WooCommerce checkbox position"
|
468 |
msgstr "Position de la case à cocher WooCommerce"
|
469 |
|
470 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
471 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
472 |
msgid "After the billing details"
|
473 |
msgstr "Après les informations de facturation"
|
474 |
|
475 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
476 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
477 |
msgid "After the additional information"
|
478 |
msgstr "Après les informations complémentaires"
|
479 |
|
480 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
481 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
482 |
msgid ""
|
483 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
484 |
msgstr "Choisissez la position de votre case à cocher dans votre formulaire de paiement WooCommerce"
|
485 |
|
486 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
487 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:431
|
488 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
489 |
-
msgid "Form Settings"
|
490 |
-
msgstr "Paramètres du formulaire"
|
491 |
-
|
492 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
493 |
msgid ""
|
494 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
495 |
"paste %s in the content of a post or page or use the widget."
|
496 |
-
msgstr "Afin d'utiliser le formulaire d'enregistrement de MailChimp, configurez le formulaire ci-dessous et ensuite, soit vous collez %s dans le contenu d'un article, soit dans le contenu d'une page
|
497 |
|
498 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:20
|
499 |
msgid "Required form settings"
|
500 |
-
msgstr "
|
501 |
|
502 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:24
|
503 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:19
|
@@ -509,12 +574,6 @@ msgstr "Charger le style des formulaires (CSS) ?"
|
|
509 |
msgid "Yes, load basic form styles"
|
510 |
msgstr "Oui, charger un style minimal pour les formulaires"
|
511 |
|
512 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
513 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
514 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
515 |
-
msgid "(PRO ONLY)"
|
516 |
-
msgstr "(Seulement pour les pros)"
|
517 |
-
|
518 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
519 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
520 |
msgid "Yes, load my custom form styles"
|
@@ -559,7 +618,7 @@ msgstr "Thème avec couleur personnalisée"
|
|
559 |
msgid ""
|
560 |
"If you want to load some default CSS styles, select \"basic formatting "
|
561 |
"styles\" or choose one of the color themes"
|
562 |
-
msgstr "Si vous voulez charger
|
563 |
|
564 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:45
|
565 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:14
|
@@ -576,26 +635,26 @@ msgstr "Sélectionnez la liste(s) à laquelle, les utilisateurs seront inscrits
|
|
576 |
msgid "Form mark-up"
|
577 |
msgstr "Formulaire de balisage"
|
578 |
|
579 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
580 |
-
#: mailchimp-for-wordpress-pro/includes/
|
581 |
-
msgid "Your form is missing the following (required) form fields:"
|
582 |
-
msgstr "Il manque à votre formulaire les champs obligatoires suivants :"
|
583 |
-
|
584 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
585 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:87
|
586 |
msgid ""
|
587 |
"Use the shortcode %s to display this form inside a post, page or text "
|
588 |
"widget."
|
589 |
msgstr "Utilisez le shortcode %s pour afficher ce formulaire dans vos billet, page ou widget avec texte"
|
590 |
|
591 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
|
|
|
|
|
|
|
|
|
|
592 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
593 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
594 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
595 |
msgid "Send Welcome Email?"
|
596 |
msgstr "Voulez-vous envoyer un email de bienvenue ?"
|
597 |
|
598 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
599 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
600 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
601 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
@@ -604,13 +663,14 @@ msgid ""
|
|
604 |
"succeeds (only when double opt-in is disabled)."
|
605 |
msgstr "Choisissez \"oui\" si vous voulez envoyer à vos listes un email de bienvenue suite à une inscription réussie (uniquement si la double validation est désactivée)."
|
606 |
|
607 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
608 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
|
|
609 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
610 |
msgid "Update existing subscribers?"
|
611 |
msgstr "Voulez-vous que les données des internautes déjà inscrit soit mise à jour ?"
|
612 |
|
613 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
614 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
615 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
616 |
msgid ""
|
@@ -618,13 +678,13 @@ msgid ""
|
|
618 |
"showing the \"already subscribed\" message)."
|
619 |
msgstr "Choisissez \"oui\" si vous voulez mettre à jour les inscrits déjà existants (au lieu d'afficher le message \"vous êtes déjà inscrit\")."
|
620 |
|
621 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
622 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
623 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
624 |
msgid "Replace interest groups?"
|
625 |
msgstr "Remplacer les groupes d'intérêt"
|
626 |
|
627 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
628 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
629 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
630 |
msgid ""
|
@@ -633,204 +693,204 @@ msgid ""
|
|
633 |
"groups (only when updating a subscriber)."
|
634 |
msgstr "Sélectionnez \\\"oui\\\" si vous voulez remplacer les groupes d'intérêt avec les groupes prévus au lieu d'ajouter les groupes prévus aux groupes d'intérêt du membre (uniquement lors de la mise à jour d'un abonné)."
|
635 |
|
636 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
637 |
msgid "Form Settings & Messages"
|
638 |
msgstr "Formulaire de configuration et de messages"
|
639 |
|
640 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
641 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
642 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
643 |
msgid "Enable AJAX form submission?"
|
644 |
msgstr "Activer soumission du formulaire grâce à la technologie AJAX ?"
|
645 |
|
646 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
647 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
648 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
649 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
650 |
msgstr "Sélectionnez \"oui\" si vous voulez utiliser AJAX (JavaScript) pour soumettre des formulaires."
|
651 |
|
652 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
653 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
655 |
msgid "Hide form after a successful sign-up?"
|
656 |
msgstr "Voulez vous cacher le formulaire après un enregistrement réussi ?"
|
657 |
|
658 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
659 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
660 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
661 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
662 |
msgstr "Sélectionnez \"oui\" afin de cacher les champs du formulaire après un enregistrement réussi."
|
663 |
|
664 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
665 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
666 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
667 |
msgid "Redirect to URL after successful sign-ups"
|
668 |
msgstr "redirection vers une URL après une inscription réussite."
|
669 |
|
670 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
671 |
msgid "Example: %s"
|
672 |
msgstr "Exemple : %s"
|
673 |
|
674 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
675 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
676 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
677 |
msgid ""
|
678 |
-
"Leave empty
|
679 |
-
"including <code>http://</code
|
680 |
-
msgstr "
|
681 |
|
682 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
683 |
msgid "Success message"
|
684 |
msgstr "Message de réussite"
|
685 |
|
686 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
687 |
msgid "Invalid email address message"
|
688 |
msgstr "Message d’adresse email invalide "
|
689 |
|
690 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
691 |
msgid "Required field missing message"
|
692 |
msgstr "Message de Champs obligatoire non rempli"
|
693 |
|
694 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
695 |
msgid "Already subscribed message"
|
696 |
msgstr "Message de souscription déjà existante"
|
697 |
|
698 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
699 |
msgid "Invalid CAPTCHA message"
|
700 |
msgstr "Message de Champs CAPTCHA invalide"
|
701 |
|
702 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
703 |
msgid "General error message"
|
704 |
msgstr "Message d'erreur général"
|
705 |
|
706 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
707 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
708 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
709 |
msgid "HTML tags like %s are allowed in the message fields."
|
710 |
msgstr "Les balises HTML tel que %s sont acceptées dans les champs."
|
711 |
|
712 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
713 |
msgid "Building your sign-up form"
|
714 |
msgstr "Construction de votre formulaire d'inscription"
|
715 |
|
716 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
717 |
msgid ""
|
718 |
"At a minimum, your form should include just an %s field and a submit button."
|
719 |
msgstr "Votre formulaire devrait inclure au minimum un champ %s et un bouton d'envoi."
|
720 |
|
721 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
722 |
msgid ""
|
723 |
"Add more form fields if your selected lists require more fields. Field names"
|
724 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
725 |
"field\" tool to have the HTML generated for you."
|
726 |
msgstr "Ajouter plus de champs si votre liste le nécessite. Les noms des champs doivent correspondre aux étiquettes de champs de votre liste. Utilisez l'outil \"Ajouter un nouveau champ\" pour le code HTML soit généré."
|
727 |
|
728 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
729 |
msgid "Form Styling"
|
730 |
msgstr "Mise en page du formulaire"
|
731 |
|
732 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
733 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
734 |
msgstr "Modifier l'apparence du formulaire en appliquant des règles CSS à %s."
|
735 |
|
736 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
737 |
msgid ""
|
738 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
739 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
740 |
" plugin like %s"
|
741 |
msgstr "Vous pouvez ajouter des règles CSS à votre thème en utilisant l'<a href=\"%s\">Editeur de Thème</a> ou en éditant %s depuis votre FTP. Une autre alternative consiste à utiliser un plugin comme %s"
|
742 |
|
743 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
744 |
msgid ""
|
745 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
746 |
"selectors you can use to target the different form elements."
|
747 |
msgstr "La <a href=\"%s\" target=\"_blank\">FAQ du plugin</a> recense les différents sélecteurs CSS vous permettant de pointer vers les éléments de formulaire."
|
748 |
|
749 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
750 |
msgid ""
|
751 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
752 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
753 |
"lets you customize form styles without writing any code."
|
754 |
msgstr "Pour personnaliser plus simplement le style de vos formulaires, <a href=\"%s\">passez à la version Pro de MailChimp pour Wordpress</a>. Il intègre le \"Styles Builder\" qui vous permettra de personnaliser le style de vos formulaires sans écrire de code."
|
755 |
|
756 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
757 |
msgid "Form variables"
|
758 |
msgstr "Variables de formulaire"
|
759 |
|
760 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
761 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
762 |
msgid "Use the following variables to add some dynamic content to your form."
|
763 |
msgstr "Utilisez les variables suivantes pour ajouter du contenu dynamique à votre formulaire."
|
764 |
|
765 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
766 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
767 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
768 |
msgstr "Remplacé par l'email du visiteur (si disponible dans l'URL ou le cookie)"
|
769 |
|
770 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
771 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
772 |
msgid "Replaced with the form response (error or success messages)."
|
773 |
msgstr "Remplacer avec un message de réponse (message d'erreur ou de réussite)."
|
774 |
|
775 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
776 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
777 |
msgid "Replaced with a captcha field."
|
778 |
msgstr "Remplacé par un champ captcha."
|
779 |
|
780 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
781 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
782 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
783 |
msgstr "Remplacé par le nombre d'abonnés de la liste sélectionnée"
|
784 |
|
785 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
786 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
787 |
msgid "Replaced with the current site language, eg: %s"
|
788 |
msgstr "Remplacé par la langue du site en cours, par exemple : %s"
|
789 |
|
790 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
791 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
792 |
msgid "Replaced with the visitor's IP address"
|
793 |
msgstr "Remplacé par l'adresse IP du visiteur"
|
794 |
|
795 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
796 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
797 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
798 |
msgstr "Remplacé par la date actuelle (yyyy/mm/dd par exemple: %s)"
|
799 |
|
800 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
801 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
802 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
803 |
msgstr "Remplacé par l'heure actuelle (hh:mm:ss par exemple: %s)"
|
804 |
|
805 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
806 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
807 |
msgid ""
|
808 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
809 |
"in user)"
|
810 |
msgstr "Remplacé par l'e-mail de l'utilisateur connecté (ou rien, s'il n'y a pas d'utilisateur connecté)"
|
811 |
|
812 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
813 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
814 |
msgid "First name of the current user"
|
815 |
msgstr "Prénom de l'utilisateur actif"
|
816 |
|
817 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
818 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
819 |
msgid "Last name of the current user"
|
820 |
msgstr "Nom de l'utilisateur actif"
|
821 |
|
822 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
823 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
824 |
msgid "Current user ID"
|
825 |
msgstr "Identifiant de l'utilisateur actif"
|
826 |
|
827 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
828 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
829 |
msgid "Current URL"
|
830 |
msgstr "URL active"
|
831 |
|
832 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
833 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
834 |
msgid "Add a new field"
|
835 |
msgstr "Ajouter un nouveau champ "
|
836 |
|
@@ -839,71 +899,57 @@ msgid "Use the tool below to generate the HTML for your form fields."
|
|
839 |
msgstr "Utilisez l'outils si dessous pour générer le code HTML de vos champs de formulaire."
|
840 |
|
841 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
842 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
843 |
msgid "Select MailChimp field.."
|
844 |
msgstr "Sélectionnez le champ MailChimp ..."
|
845 |
|
846 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
847 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
848 |
msgid "Submit Button"
|
849 |
msgstr "Bouton de validation"
|
850 |
|
851 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
852 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
853 |
msgid "Lists Choice"
|
854 |
msgstr "Listes de choix"
|
855 |
|
856 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
857 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
858 |
msgid "Label"
|
859 |
msgstr "Etiquette"
|
860 |
|
861 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
862 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
863 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
864 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:45
|
865 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:50
|
866 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
867 |
-
msgid "(optional)"
|
868 |
-
msgstr "(Optionnel) "
|
869 |
-
|
870 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
871 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
872 |
msgid "Placeholder"
|
873 |
msgstr "Texte par défaut"
|
874 |
|
875 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
876 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
877 |
-
msgid "Initial value"
|
878 |
-
msgstr "Valeur initiale"
|
879 |
-
|
880 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
881 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
882 |
msgid "Labels"
|
883 |
msgstr "Labels"
|
884 |
|
885 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
886 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
887 |
msgid "(leave empty to hide)"
|
888 |
msgstr "(laissez vide pour cacher)"
|
889 |
|
890 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
891 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
892 |
msgid "Wrap in paragraph %s tags?"
|
893 |
msgstr "Voulez-vous activer les tags %s dans les paragraphes"
|
894 |
|
895 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
896 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
897 |
msgid "Required field?"
|
898 |
msgstr "est-ce un champ obligatoire ?"
|
899 |
|
900 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
901 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
902 |
msgid "Add to form"
|
903 |
msgstr "Ajouter au formulaire"
|
904 |
|
905 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
906 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
907 |
msgid "Generated HTML"
|
908 |
msgstr "HTML généré"
|
909 |
|
@@ -941,43 +987,33 @@ msgid ""
|
|
941 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
942 |
msgstr "Assurez-vous de regarder la <a href=\\\"%s\\\">frequently asked questions</a> ou utiliser le support <a href=\\\"%s\\\">support forums</a> sur WordPress.org."
|
943 |
|
944 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
945 |
-
msgid ""
|
946 |
-
"If you need priority support, please <a href=\"%s\">upgrade to the premium "
|
947 |
-
"version</a>."
|
948 |
-
msgstr "Si vous avez besoin d'un support prioritaire, veuillez <a href=\\\"%s\\\">passer à la version Premium</a>."
|
949 |
-
|
950 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:15
|
951 |
msgid "Show a token of your appreciation"
|
952 |
msgstr "Afficher un jeton de votre appréciation"
|
953 |
|
954 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
955 |
-
msgid "Upgrade to MailChimp for WordPress Pro"
|
956 |
-
msgstr "Passer à MailChimp pour WordPress Pro"
|
957 |
-
|
958 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
959 |
msgid "Leave a %s plugin review on WordPress.org"
|
960 |
msgstr "Laisser un avis sur le plugin %s sur WordPress.org"
|
961 |
|
962 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
963 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
964 |
msgstr "J'utilise MailChimp pour WordPress par @DannyvanKooten - C'est top !"
|
965 |
|
966 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
967 |
msgid "Tweet about MailChimp for WordPress"
|
968 |
msgstr "Tweeter au sujet de MailChimp pour Wordpress"
|
969 |
|
970 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
971 |
msgid ""
|
972 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
973 |
"page</a>."
|
974 |
msgstr "Faite une revue du plugin dans votre blog et créez un lien vers <a href=\"%s\">la page du plugin</a>"
|
975 |
|
976 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
977 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
978 |
msgstr "Donner l'évaluation \"ça fonctionne\" sur la page WordPress.org du plugin."
|
979 |
|
980 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
981 |
msgid "About the developer"
|
982 |
msgstr "A propos du développeur"
|
983 |
|
@@ -993,72 +1029,77 @@ msgid ""
|
|
993 |
msgstr "Pro caractéristiques comprennent de meilleurs et multiples formulaires, des styles de formulaires avancées et faciles, plus de thèmes par défaut, des statistiques détaillées et une assistance prioritaire."
|
994 |
|
995 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
996 |
-
msgid "
|
997 |
-
msgstr "
|
998 |
|
999 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1000 |
msgid "Documentation"
|
1001 |
msgstr "Documentation"
|
1002 |
|
1003 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1004 |
msgid "Save Form"
|
1005 |
msgstr "Enregistrer le formulaire"
|
1006 |
|
1007 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1008 |
msgid "Update Form"
|
1009 |
msgstr "Mettre à jour le formulaire"
|
1010 |
|
1011 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1012 |
msgid "Back to general form settings"
|
1013 |
msgstr "Revenir aux paramètres généraux du formulaire"
|
1014 |
|
1015 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1016 |
msgid "Form updated."
|
1017 |
msgstr "Le formulaire a été mis à jour."
|
1018 |
|
1019 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1020 |
msgid "Form saved."
|
1021 |
msgstr "Le formulaire a été enregistré."
|
1022 |
|
1023 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1024 |
msgid "Optional Settings"
|
1025 |
msgstr "Paramètres optionnels"
|
1026 |
|
1027 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1028 |
msgid "Form Variables"
|
1029 |
msgstr "Variables de formulaire."
|
1030 |
|
1031 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
1032 |
msgid "MailChimp & License"
|
1033 |
msgstr "MailChimp & Licence"
|
1034 |
|
1035 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
1036 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1037 |
msgid "Reports"
|
1038 |
msgstr "Rapports"
|
1039 |
|
1040 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1041 |
msgid ""
|
1042 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1043 |
"href=\"%s\">Provide a valid API key.</a>"
|
1044 |
msgstr "Veuillez-vous assurer que le plugin est bien connecté à MailChimp. <a href=\"%s\">fournissez une clef d'API valide.</a>"
|
1045 |
|
1046 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1047 |
msgid "End date can't be before the start date"
|
1048 |
msgstr "La date de fin ne peut plus ancienne que la date de début."
|
1049 |
|
1050 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1051 |
msgid ""
|
1052 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1053 |
"page."
|
1054 |
msgstr "Vous avez désactivé la journalisation en utilisant le filtre %s. Réactivez le pour pouvoir utiliser la page des Rapports"
|
1055 |
|
1056 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1057 |
msgid ""
|
1058 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1059 |
-
"settings you
|
1060 |
-
"it now</a
|
1061 |
-
msgstr "<strong>
|
1062 |
|
1063 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1064 |
msgid ""
|
@@ -1080,71 +1121,71 @@ msgstr "Pour appliquer ces styles sur votre site, selectionnez \\\"charger les s
|
|
1080 |
msgid "The %sCSS Stylesheet%s has been created."
|
1081 |
msgstr "La %sfeuille de styles CSS%s a été créée."
|
1082 |
|
1083 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1084 |
msgid "I know. Don't bug me."
|
1085 |
msgstr "Je sais. Ne me dérangez pas."
|
1086 |
|
1087 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1088 |
msgid ""
|
1089 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1090 |
"able to get %s updates. Please add %s to %s."
|
1091 |
msgstr "<b>Attention</b> Vous avez bloquez les requêtes externes, ce qui implique que vous ne serez pas en mesure d'optenir les mises à jours de %s, Veuillez ajouter %s de %s."
|
1092 |
|
1093 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1094 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1095 |
msgstr "Votre %s licence a été activé. Vous avez une licence illimitée."
|
1096 |
|
1097 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1098 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1099 |
msgstr "Votre %s licence a été activé. Vous avez utilisé à ce jour %d/%d activations. "
|
1100 |
|
1101 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1102 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1103 |
msgstr "<a href=\"%s\">Saviez-vous qu'il vous est possible de mettre à jour votre licence ?</a>"
|
1104 |
|
1105 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1106 |
msgid ""
|
1107 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1108 |
" it?</a>"
|
1109 |
msgstr "<a href=\"%s\">Votre licence expire dans %d jours, Voulez-vous vous réengager ?</a>"
|
1110 |
|
1111 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1112 |
msgid ""
|
1113 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1114 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1115 |
msgstr "Vous avez atteint votre limite d'activation . Vous devez <a href=\"%s\"> réinitialiser </a> ou <a href=\"%s\"> mettre à jour votre </a> licence pour utiliser le plugin sur ce site ."
|
1116 |
|
1117 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1118 |
msgid ""
|
1119 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1120 |
"you want to use it again."
|
1121 |
msgstr "Votre license a expirée. Vous devez <a href=\"%s\">renouveler votre license</a> pour continuer d'utiliser ce module."
|
1122 |
|
1123 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1124 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1125 |
msgstr "L'activation de votre licence a échoué , votre clé de licence semble être invalide ."
|
1126 |
|
1127 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1128 |
msgid "Your %s license has been deactivated."
|
1129 |
msgstr "Votre %s licence a été desactivé"
|
1130 |
|
1131 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1132 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1133 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1134 |
msgid ""
|
1135 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1136 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1137 |
msgstr "Votre licence a expiré. Vous n'aurez plus accés aux mises à jour sauf si vous <a href=\"%s\">renouvelez votre licence</a>"
|
1138 |
|
1139 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1140 |
msgid "Failed to deactivate your %s license."
|
1141 |
msgstr "La désactivation de votre %s licence a echoué"
|
1142 |
|
1143 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1144 |
msgid "Request error: \"%s\""
|
1145 |
msgstr "La demande a echoué: %s"
|
1146 |
|
1147 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1148 |
msgid "%s: License Settings"
|
1149 |
msgstr "%s: Paramètres de Licence"
|
1150 |
|
@@ -1154,17 +1195,16 @@ msgid ""
|
|
1154 |
"the license."
|
1155 |
msgstr "%s est activé sur le réseau, veuillez contacter votre webmaster pour gérer votre licence."
|
1156 |
|
1157 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1158 |
msgid ""
|
1159 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1160 |
msgstr "%s la vérification des mises à jours a échoué à cause de l'erreur suivante : <em>%s</em>"
|
1161 |
|
1162 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1163 |
msgid ""
|
1164 |
-
"This site has not been activated properly on
|
1165 |
-
"
|
1166 |
-
"
|
1167 |
-
msgstr "Ce site n'a pas été activé correctement sur dannyvankooten.com, ce qui rend impossible la vérification des mises à jours et donc ne peut pas vérifier les mises à jour futures . Veuillez vous rendre sur dannyvankooten.com et activer votre site avec une clé de licence valide."
|
1168 |
|
1169 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1170 |
msgid "License status"
|
@@ -1220,57 +1260,53 @@ msgstr "Clef de licence"
|
|
1220 |
msgid "Paste your license key here, as found in the email receipt."
|
1221 |
msgstr "Collez votre clef de licence que vous avez reçus par email ici."
|
1222 |
|
1223 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1224 |
-
msgid "You defined your license key using the %s PHP constant."
|
1225 |
-
msgstr "Utilisez la constante PHP %s pour définir votre clef de licence."
|
1226 |
-
|
1227 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:82
|
1228 |
msgid "Your %s license will expire on %s."
|
1229 |
msgstr "Votre %s licence expirera le %s"
|
1230 |
|
1231 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1232 |
msgid "%sRenew your license now%s."
|
1233 |
msgstr "%s Renouvelez votre licence dès maintenant%s"
|
1234 |
|
1235 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1236 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1237 |
msgstr "<strong>Erreur :</strong> Veuillez spécifier un ID de formulaire. Exemple: %s."
|
1238 |
|
1239 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1240 |
msgid ""
|
1241 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1242 |
" correct form ID."
|
1243 |
msgstr "<strong>Erreur :</strong> Formulaire d'inscription non trouvé. Veuillez vérifier que vous utilisez le bon ID de formulaire."
|
1244 |
|
1245 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1246 |
msgid "New MailChimp Sign-Up"
|
1247 |
msgstr "Nouvelle inscription à MailChimp"
|
1248 |
|
1249 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1250 |
msgid "New Sign-Up"
|
1251 |
msgstr "Nouvelle Inscription"
|
1252 |
|
1253 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1254 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1255 |
msgstr "<strong>%s</strong> s'inscrire à %s sur %s en utilisant le formulaire \\\"%s\\\"."
|
1256 |
|
1257 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1258 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1259 |
msgid "List"
|
1260 |
msgstr "Liste"
|
1261 |
|
1262 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1263 |
msgid "Other fields"
|
1264 |
msgstr "Autres champs"
|
1265 |
|
1266 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1267 |
msgid ""
|
1268 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1269 |
"be added to the selected MailChimp lists until they confirm their email "
|
1270 |
"address."
|
1271 |
msgstr "Notez que vous avez activé le double validation pour le formulaire \\\"%s\\\". L'utilisateur de sera pas ajouté à la liste MailChimp sélectionnée jusqu'à ce qu'il confirme son adresse e-mail."
|
1272 |
|
1273 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1274 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1275 |
msgstr "Cet email a été envoyé automatiquement par le plugin \" MailChimp pour WordPress \""
|
1276 |
|
@@ -1292,146 +1328,163 @@ msgid ""
|
|
1292 |
"href=\"%s\">widget settings</a>."
|
1293 |
msgstr "Veuillez selectionner le formulaire d'inscription que vous souhaitez montrer ici dans les <a href=\\\"%s\\\">paramètres de widgets</a>."
|
1294 |
|
1295 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1296 |
msgid "Form:"
|
1297 |
msgstr "Formulaire :"
|
1298 |
|
1299 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1300 |
msgid "Select the form to show"
|
1301 |
msgstr "Sélectionnez le formulaire pour l'afficher"
|
1302 |
|
1303 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1304 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1305 |
msgstr "Vous n'avez aucuns formulaires d’inscription. <a href=\"%s\">Créez en un maintenant.</a>"
|
1306 |
|
1307 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
1308 |
msgid ""
|
1309 |
"Thank you, your sign-up request was successful! Please check your email "
|
1310 |
"inbox to confirm."
|
1311 |
msgstr "Merci, votre inscription a réussi! Veuillez regarder votre boite email, et cliquez sur le lien de confirmation."
|
1312 |
|
1313 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1314 |
msgid "ID"
|
1315 |
msgstr "ID"
|
1316 |
|
1317 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1318 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1319 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1320 |
msgid "Form"
|
1321 |
msgstr "Formulaire"
|
1322 |
|
1323 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1324 |
msgid "Shortcode"
|
1325 |
msgstr "Shortcode"
|
1326 |
|
1327 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1328 |
msgid "List(s)"
|
1329 |
msgstr "Liste(s)"
|
1330 |
|
1331 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1332 |
msgid "Last edited"
|
1333 |
msgstr "Dernière modification"
|
1334 |
|
1335 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1336 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1337 |
msgid "Edit Form"
|
1338 |
msgstr "Modifier le formulaire"
|
1339 |
|
1340 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1341 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1342 |
msgid "Delete"
|
1343 |
msgstr "Supprimer"
|
1344 |
|
1345 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1346 |
msgid "No MailChimp list(s) selected yet."
|
1347 |
msgstr "Aucun liste(s) MailChimp est sélectionnée(s)."
|
1348 |
|
1349 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1350 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1351 |
msgstr "Vous n'avez pas encore créé de formulaire d'inscription, c'est le moment de le faire !"
|
1352 |
|
1353 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1354 |
-
|
1355 |
-
|
|
|
1356 |
|
1357 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1358 |
-
msgid "
|
1359 |
-
msgstr "
|
1360 |
|
1361 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1362 |
msgid "Email"
|
1363 |
msgstr "Email"
|
1364 |
|
1365 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1366 |
msgid "Type"
|
1367 |
msgstr "Type"
|
1368 |
|
1369 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1370 |
msgid "Source"
|
1371 |
msgstr "Source"
|
1372 |
|
1373 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1374 |
-
msgid "Data"
|
1375 |
-
msgstr "Donnée"
|
1376 |
-
|
1377 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:58
|
1378 |
msgid "Subscribed"
|
1379 |
msgstr "Inscrit"
|
1380 |
|
1381 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1382 |
msgid "Log items deleted."
|
1383 |
msgstr "Entrées de journal supprimées"
|
1384 |
|
1385 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1386 |
-
|
1387 |
-
|
1388 |
-
msgstr "Commentaire"
|
1389 |
|
1390 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1391 |
-
msgid "deleted"
|
1392 |
-
msgstr "Supprimé"
|
1393 |
-
|
1394 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:219
|
1395 |
-
msgid "Registration"
|
1396 |
-
msgstr "inscription"
|
1397 |
-
|
1398 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:235
|
1399 |
msgid "MultiSite registration"
|
1400 |
msgstr "Inscription MultiSite"
|
1401 |
|
1402 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1403 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:243
|
1404 |
-
msgid "Checkout"
|
1405 |
-
msgstr "Vérification"
|
1406 |
-
|
1407 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:248
|
1408 |
msgid "Contact Form 7"
|
1409 |
msgstr "Contact Form 7"
|
1410 |
|
1411 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1412 |
msgid "bbPress: New Topic"
|
1413 |
msgstr "bbPress: Nouveau sujet"
|
1414 |
|
1415 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1416 |
msgid "bbPress: New Reply"
|
1417 |
msgstr "bbPress: Nouvelle réponse"
|
1418 |
|
1419 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1420 |
msgid "Other Form"
|
1421 |
msgstr "Autre formulaire"
|
1422 |
|
1423 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1424 |
msgid "No subscribe requests found."
|
1425 |
msgstr "Aucune requête d'inscription trouvée."
|
1426 |
|
1427 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1428 |
msgid "All"
|
1429 |
msgstr "Tous"
|
1430 |
|
1431 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1432 |
msgid "Checkbox"
|
1433 |
msgstr "Case à cocher"
|
1434 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1435 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1436 |
msgid ""
|
1437 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
@@ -1466,11 +1519,6 @@ msgstr "Envoyez la copie de cet email :"
|
|
1466 |
msgid "Messages"
|
1467 |
msgstr "Messages"
|
1468 |
|
1469 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1470 |
-
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1471 |
-
msgid "Success"
|
1472 |
-
msgstr "Reussite"
|
1473 |
-
|
1474 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1475 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1476 |
msgid "Invalid email address"
|
@@ -1496,21 +1544,27 @@ msgstr "CAPTCHA invalide"
|
|
1496 |
msgid "Other errors"
|
1497 |
msgstr "Autres erreurs "
|
1498 |
|
1499 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
1500 |
msgid "Form usage"
|
1501 |
msgstr "Utilisation des formulaires"
|
1502 |
|
1503 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1504 |
msgid ""
|
1505 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1506 |
"forms."
|
1507 |
msgstr "Utiliser le champ %s dans Contact Form 7 pour ajouter un case à cocher d'inscription dans vos formulaires CF7."
|
1508 |
|
1509 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1510 |
msgid "Custom label texts"
|
1511 |
msgstr "Texte de la case à cocher personnalisé"
|
1512 |
|
1513 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1514 |
msgid ""
|
1515 |
"Override the default checkbox label text for any given checkbox using the "
|
1516 |
"fields below."
|
@@ -1536,10 +1590,6 @@ msgstr "Pas de listes trouvées dans votre compte MailChimp"
|
|
1536 |
msgid "Statistics"
|
1537 |
msgstr "Statistiques"
|
1538 |
|
1539 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1540 |
-
msgid "Log"
|
1541 |
-
msgstr "Journal"
|
1542 |
-
|
1543 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1544 |
msgid ""
|
1545 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
@@ -1624,6 +1674,110 @@ msgstr "Paramètre par défaut des formulaires"
|
|
1624 |
msgid "Default Messages"
|
1625 |
msgstr "Messages par défaut"
|
1626 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1627 |
#. Plugin URI of the plugin/theme
|
1628 |
msgid "https://mc4wp.com/"
|
1629 |
msgstr "https://mc4wp.com/"
|
1 |
+
# Copyright (C) 2015 Danny van Kooten
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
# ChrisFromLafare <carnaud@free.fr>, 2014
|
6 |
# Dario Spagnolo <i@dariospagnolo.org>, 2014
|
7 |
# fgerber <gerber.francois@gmail.com>, 2014
|
8 |
# François KUSZTOS <kukus___@hotmail.com>, 2014
|
9 |
+
# fgerber <gerber.francois@gmail.com>, 2014-2015
|
10 |
# sleininger <stef.leininger@gmail.com>, 2014
|
11 |
msgid ""
|
12 |
msgstr ""
|
13 |
"Project-Id-Version: MailChimp for WordPress\n"
|
14 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
15 |
+
"POT-Creation-Date: 2015-02-25 06:33:40+00:00\n"
|
16 |
+
"PO-Revision-Date: 2015-03-07 11:05+0000\n"
|
17 |
+
"Last-Translator: fgerber <gerber.francois@gmail.com>\n"
|
18 |
"Language-Team: French (France) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/fr_FR/)\n"
|
19 |
"MIME-Version: 1.0\n"
|
20 |
"Content-Type: text/plain; charset=UTF-8\n"
|
31 |
"X-Poedit-SourceCharset: utf-8\n"
|
32 |
"X-Textdomain-Support: yes\n"
|
33 |
|
34 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:150
|
35 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:187
|
36 |
msgid "Settings"
|
37 |
msgstr "Paramètres"
|
38 |
|
39 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:169
|
40 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:16
|
41 |
+
msgid "Upgrade to MailChimp for WordPress Pro"
|
42 |
+
msgstr "Passer à MailChimp pour WordPress Pro"
|
43 |
|
44 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:188
|
45 |
+
msgid "MailChimp API Settings"
|
46 |
+
msgstr "Paramètres de l'API MailChimp"
|
47 |
+
|
48 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:189
|
49 |
+
msgid "MailChimp"
|
50 |
+
msgstr "MailChimp"
|
51 |
+
|
52 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:194
|
53 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
54 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:537
|
55 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
56 |
+
msgid "Checkbox Settings"
|
57 |
+
msgstr "Paramètres des cases à cocher"
|
58 |
|
59 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:195
|
60 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:538
|
61 |
msgid "Checkboxes"
|
62 |
msgstr "Cases à cocher"
|
63 |
|
64 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:200
|
65 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
66 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:385
|
67 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:543
|
68 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
69 |
+
msgid "Form Settings"
|
70 |
+
msgstr "Paramètres du formulaire"
|
71 |
+
|
72 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:201
|
73 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:544
|
74 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
75 |
msgid "Forms"
|
76 |
msgstr "Formulaires"
|
77 |
|
78 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:205
|
79 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:206
|
80 |
+
msgid "Upgrade to Pro"
|
81 |
+
msgstr "Passer à la version Pro"
|
82 |
+
|
83 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:359
|
84 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
85 |
+
msgstr "Cette option n'est disponible que dans la version Pro de l'extension MailChimp pour WordPress."
|
86 |
|
87 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:361
|
88 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
89 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
90 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
91 |
+
msgid "(PRO ONLY)"
|
92 |
+
msgstr "(Seulement pour les pros)"
|
93 |
+
|
94 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:362
|
95 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:634
|
96 |
+
msgid "Button text"
|
97 |
+
msgstr "Texte du bouton"
|
98 |
+
|
99 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:363
|
100 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
101 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:635
|
102 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
103 |
+
msgid "Initial value"
|
104 |
+
msgstr "Valeur initiale"
|
105 |
+
|
106 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:364
|
107 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
108 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
109 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
110 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:636
|
111 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
112 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
113 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
114 |
+
msgid "(optional)"
|
115 |
+
msgstr "(Optionnel) "
|
116 |
+
|
117 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:365
|
118 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:637
|
119 |
+
msgid "Label for"
|
120 |
+
msgstr "Libellé pour"
|
121 |
+
|
122 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:366
|
123 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:638
|
124 |
+
msgid "(or leave empty)"
|
125 |
+
msgstr "(ou laissez vide)"
|
126 |
+
|
127 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:367
|
128 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:639
|
129 |
+
msgid "Subscribe"
|
130 |
+
msgstr "Abonnez-vous"
|
131 |
+
|
132 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:391
|
133 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:677
|
134 |
msgid "Comment form"
|
135 |
msgstr "Formulaire de commentaires"
|
136 |
|
137 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:392
|
138 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:678
|
139 |
msgid "Registration form"
|
140 |
msgstr "Formulaire d'inscription"
|
141 |
|
142 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:396
|
143 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:682
|
144 |
msgid "MultiSite forms"
|
145 |
msgstr "Formulaires multisite"
|
146 |
|
147 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:400
|
148 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:686
|
149 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:301
|
150 |
msgid "BuddyPress registration"
|
151 |
msgstr "Inscription à BuddyPress"
|
152 |
|
153 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:408
|
154 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:412
|
155 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:694
|
156 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:698
|
157 |
msgid "%s checkout"
|
158 |
msgstr "%s achat"
|
159 |
|
160 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:440
|
161 |
+
msgid ""
|
162 |
+
"The plugin can only fetch a maximum of 100 lists from MailChimp, only your "
|
163 |
+
"first 100 lists are shown."
|
164 |
+
msgstr "Le plugin ne peut accéder qu'à un nombre maximum de 100 listes à partir de MailChimp, seules vos 100 premières listes sont donc visibles."
|
165 |
+
|
166 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:445
|
167 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:742
|
168 |
msgid "Renewed MailChimp cache."
|
169 |
+
msgstr "Cache MailChimp correctement renouvelé."
|
170 |
|
171 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:447
|
172 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:744
|
173 |
msgid "Failed to renew MailChimp cache - please try again later."
|
174 |
+
msgstr "Le renouvellement du cache MailChimp a échoué - veuillez réessayer plus-tard."
|
175 |
|
176 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:480
|
|
|
177 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
178 |
msgstr "Un champ EMAIL. Exemple : <code>%s</code>"
|
179 |
|
180 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
181 |
msgid "A submit button. Example: <code>%s</code>"
|
182 |
msgstr "Un bouton Envoyer. Exemple : <code>%s</code>"
|
183 |
|
184 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
185 |
msgid "Sign Up"
|
186 |
msgstr "Abonnez-vous"
|
187 |
|
188 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:511
|
|
|
189 |
msgid "A '%s' field"
|
190 |
msgstr "Un champ '%s'"
|
191 |
|
192 |
+
#: mailchimp-for-wordpress/includes/class-form-request.php:702
|
193 |
msgid "Please select at least one list to subscribe to."
|
194 |
+
msgstr "Veuillez sélectionner au moins une liste d'abonnement."
|
195 |
|
196 |
#: mailchimp-for-wordpress/includes/class-widget.php:20
|
197 |
msgid "MailChimp Sign-Up Form"
|
198 |
+
msgstr "Formulaire d’enregistrement à MailChimp"
|
199 |
|
200 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:22
|
201 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
202 |
+
msgstr "Affiche votre formulaire d'inscription de \"MailChimp pour WordPress\""
|
203 |
|
204 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:66
|
205 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:71
|
206 |
msgid "Newsletter"
|
207 |
+
msgstr "Lettre d'information"
|
208 |
|
209 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:69
|
210 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:82
|
211 |
msgid "Title:"
|
212 |
msgstr "Titre :"
|
213 |
|
214 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:73
|
215 |
msgid ""
|
216 |
+
"You can edit your sign-up form in the <a href=\"%s\">MailChimp for WordPress"
|
217 |
+
" form settings</a>."
|
218 |
+
msgstr "Vous pouvez éditer votre propre formulaire d'abonnement dans les paramètres des formulaires de <a href=\"%s\">MailChimp pour WordPress</a>."
|
219 |
|
220 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
221 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:292
|
222 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
223 |
msgid "Email address"
|
224 |
msgstr "Adresse de courrier électronique"
|
225 |
|
226 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
227 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:291
|
228 |
msgid "Your email address"
|
229 |
msgstr "Votre adresse de courrier électronique"
|
230 |
|
231 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
232 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:293
|
233 |
msgid "Sign up"
|
234 |
msgstr "Abonnez-vous"
|
235 |
|
236 |
#: mailchimp-for-wordpress/includes/functions/general.php:30
|
237 |
#: mailchimp-for-wordpress-pro/includes/functions/general.php:27
|
238 |
msgid "Sign me up for the newsletter!"
|
239 |
+
msgstr "Inscrivez-vous pour recevoir notre lettre d'information !"
|
240 |
|
241 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:50
|
242 |
msgid ""
|
243 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
244 |
"inbox."
|
245 |
+
msgstr "Merci, votre enregistrement est un succès ! Veuillez vérifier votre boite e-mail."
|
246 |
|
247 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:51
|
248 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:52
|
249 |
msgid "Oops. Something went wrong. Please try again later."
|
250 |
+
msgstr "Oups, une erreur s'est produite. Veuillez réessayer plus-tard "
|
251 |
|
252 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:52
|
253 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:53
|
254 |
msgid "Please provide a valid email address."
|
255 |
msgstr "Veuillez fournir une adresse email valide."
|
256 |
|
257 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:53
|
258 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:54
|
259 |
msgid "Given email address is already subscribed, thank you!"
|
260 |
+
msgstr "Cette adresse de courrier électronique est déjà inscrite, merci !"
|
261 |
|
262 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:54
|
263 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:55
|
264 |
msgid "Please complete the CAPTCHA."
|
265 |
+
msgstr "Veuillez retranscrire le code CAPTCHA."
|
266 |
|
267 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:55
|
268 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:56
|
269 |
msgid "Please fill in the required fields."
|
270 |
msgstr "Veuillez remplir les champs obligatoires."
|
271 |
|
272 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
273 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
274 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
275 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
276 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:106
|
277 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:121
|
278 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:134
|
279 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:145
|
280 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:164
|
281 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:178
|
282 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
283 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
284 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
285 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
289 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
290 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
291 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
292 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:71
|
293 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
294 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
295 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
296 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
297 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
301 |
msgid "Yes"
|
302 |
msgstr "Oui"
|
303 |
|
304 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
305 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
306 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
307 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
308 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
309 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:110
|
310 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:125
|
311 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:136
|
312 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:149
|
313 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:168
|
314 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:182
|
315 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
316 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
317 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
318 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
322 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
323 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
324 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
325 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:75
|
326 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
327 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
328 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
329 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
330 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
335 |
msgid "No"
|
336 |
msgstr "Non"
|
337 |
|
338 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:236
|
339 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:239
|
340 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:311
|
341 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:320
|
342 |
msgid "MailChimp for WordPress - Error"
|
343 |
msgstr "MailChimp pour Wordpress - Erreur"
|
344 |
|
345 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:237
|
346 |
msgid ""
|
347 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
348 |
"settings</a>."
|
349 |
msgstr "Choisissez une liste à laquelle vous inscrire dans les <a href=\"%s\">paramètres de case à cocher</a>."
|
350 |
|
351 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:238
|
352 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:319
|
353 |
msgid "This message is only visible to administrators for debugging purposes."
|
354 |
msgstr "Ce message n'est visible que pour les administrateurs, à des fins de débuggage."
|
355 |
|
356 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:312
|
357 |
msgid ""
|
358 |
"The MailChimp server returned the following error message as a response to "
|
359 |
"our sign-up request:"
|
360 |
msgstr "Le serveur de MailChimp a renvoyé le message d'erreur suivant en réponse à votre demande d'inscription :"
|
361 |
|
362 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:314
|
363 |
msgid "This is the data that was sent to MailChimp:"
|
364 |
msgstr "Voici les données qui ont été envoyées à MailChimp :"
|
365 |
|
366 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:315
|
367 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:664
|
368 |
msgid "Email address:"
|
369 |
msgstr "Adresse email : "
|
370 |
|
371 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:317
|
372 |
msgid "Merge variables:"
|
373 |
msgstr "Fusionner les variables : "
|
374 |
|
376 |
msgid "MailChimp for WordPress"
|
377 |
msgstr "MailChimp pour WordPress"
|
378 |
|
379 |
+
#: mailchimp-for-wordpress/includes/views/api-settings.php:12
|
380 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:99
|
381 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
382 |
+
msgid "MailChimp Settings"
|
383 |
+
msgstr "Paramètres de MailChimp"
|
384 |
+
|
385 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
386 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
387 |
msgid "API Settings"
|
436 |
msgid "No lists were found in your MailChimp account"
|
437 |
msgstr "Nous n'avons pas trouvé de liste dans votre compte MailChimp"
|
438 |
|
|
|
|
|
|
|
|
|
|
|
439 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
440 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
441 |
msgid ""
|
464 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
465 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
466 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
467 |
+
msgid "No lists found, <a href=\"%s\">are you connected to MailChimp</a>?"
|
468 |
+
msgstr "Aucune liste trouvée, <a href=\"%s\">êtes-vous connecté à MaiChimp</a> ?"
|
469 |
|
470 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
471 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
475 |
msgstr "Sélectionnez la liste(s) à laquelle les utilisateurs qui cochent la case seront inscrits."
|
476 |
|
477 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
478 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:102
|
479 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
480 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
481 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
482 |
msgid "Double opt-in?"
|
483 |
+
msgstr "Double opt-in (validation de l'adresse du destinataire par e-mail) ?"
|
484 |
|
485 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
486 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:113
|
487 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
488 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
489 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
490 |
msgid ""
|
491 |
"Select \"yes\" if you want people to confirm their email address before "
|
492 |
"being subscribed (recommended)"
|
493 |
+
msgstr "Sélectionnez \"oui\" si vous souhaitez que vos membres soient obligés de confirmer leur email après s’être inscrit (recommandé)"
|
494 |
|
495 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
496 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:82
|
497 |
msgid "Checkbox settings"
|
498 |
msgstr "Paramètres de case à cocher"
|
499 |
|
500 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
501 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:85
|
502 |
msgid "Add the checkbox to these forms"
|
503 |
+
msgstr "Ajouter la case à cocher à ces formulaires"
|
504 |
|
505 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
506 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:92
|
507 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
508 |
msgstr "La sélection d'un formulaire ajoute automatiquement la case à cocher d'inscription à celui-ci."
|
509 |
|
510 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
511 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:105
|
512 |
msgid "Checkbox label text"
|
513 |
msgstr "Texte de l'etiquette de la case à cocher"
|
514 |
|
515 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
516 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:108
|
517 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:148
|
518 |
msgid "HTML tags like %s are allowed in the label text."
|
519 |
msgstr "Les balises HTML telles que %s sont autorisées dans le texte de l'étiquette."
|
520 |
|
521 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
522 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:112
|
523 |
msgid "Pre-check the checkbox?"
|
524 |
msgstr "Pré-sélectionner les cases à cocher ?"
|
525 |
|
526 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
527 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:117
|
528 |
msgid "Load some default CSS?"
|
529 |
msgstr "Voulez-vous charger du code CSS par défaut ?"
|
530 |
|
531 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
532 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:119
|
533 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
534 |
msgstr "Sélectionner \"oui\" si la case à cocher apparaît à un endroit bizarre."
|
535 |
|
536 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
537 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:122
|
538 |
msgid "WooCommerce checkbox position"
|
539 |
msgstr "Position de la case à cocher WooCommerce"
|
540 |
|
541 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
542 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:125
|
543 |
msgid "After the billing details"
|
544 |
msgstr "Après les informations de facturation"
|
545 |
|
546 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
547 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:126
|
548 |
msgid "After the additional information"
|
549 |
msgstr "Après les informations complémentaires"
|
550 |
|
551 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
552 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
|
553 |
msgid ""
|
554 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
555 |
msgstr "Choisissez la position de votre case à cocher dans votre formulaire de paiement WooCommerce"
|
556 |
|
|
|
|
|
|
|
|
|
|
|
|
|
557 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
558 |
msgid ""
|
559 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
560 |
"paste %s in the content of a post or page or use the widget."
|
561 |
+
msgstr "Afin d'utiliser le formulaire d'enregistrement de MailChimp, configurez le formulaire ci-dessous et ensuite, soit vous collez %s dans le contenu d'un article, soit dans le contenu d'une page où vous utilisez le widget à cet effet."
|
562 |
|
563 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:20
|
564 |
msgid "Required form settings"
|
565 |
+
msgstr "Paramètres de formulaire requis"
|
566 |
|
567 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:24
|
568 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:19
|
574 |
msgid "Yes, load basic form styles"
|
575 |
msgstr "Oui, charger un style minimal pour les formulaires"
|
576 |
|
|
|
|
|
|
|
|
|
|
|
|
|
577 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
578 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
579 |
msgid "Yes, load my custom form styles"
|
618 |
msgid ""
|
619 |
"If you want to load some default CSS styles, select \"basic formatting "
|
620 |
"styles\" or choose one of the color themes"
|
621 |
+
msgstr "Si vous voulez charger un style CSS par défaut, selectionnez \"styles de formatage basiques\" ou choisissez un des thèmes couleurs."
|
622 |
|
623 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:45
|
624 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:14
|
635 |
msgid "Form mark-up"
|
636 |
msgstr "Formulaire de balisage"
|
637 |
|
638 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:79
|
639 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:90
|
|
|
|
|
|
|
|
|
|
|
640 |
msgid ""
|
641 |
"Use the shortcode %s to display this form inside a post, page or text "
|
642 |
"widget."
|
643 |
msgstr "Utilisez le shortcode %s pour afficher ce formulaire dans vos billet, page ou widget avec texte"
|
644 |
|
645 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
646 |
+
#: mailchimp-for-wordpress-pro/includes/views/parts/missing-fields-notice.php:4
|
647 |
+
msgid "Your form is missing the following (required) form fields:"
|
648 |
+
msgstr "Il manque à votre formulaire les champs obligatoires suivants :"
|
649 |
+
|
650 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:117
|
651 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
652 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
653 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
654 |
msgid "Send Welcome Email?"
|
655 |
msgstr "Voulez-vous envoyer un email de bienvenue ?"
|
656 |
|
657 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:128
|
658 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
659 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
660 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
663 |
"succeeds (only when double opt-in is disabled)."
|
664 |
msgstr "Choisissez \"oui\" si vous voulez envoyer à vos listes un email de bienvenue suite à une inscription réussie (uniquement si la double validation est désactivée)."
|
665 |
|
666 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:131
|
667 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
668 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:67
|
669 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
670 |
msgid "Update existing subscribers?"
|
671 |
msgstr "Voulez-vous que les données des internautes déjà inscrit soit mise à jour ?"
|
672 |
|
673 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:138
|
674 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
675 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
676 |
msgid ""
|
678 |
"showing the \"already subscribed\" message)."
|
679 |
msgstr "Choisissez \"oui\" si vous voulez mettre à jour les inscrits déjà existants (au lieu d'afficher le message \"vous êtes déjà inscrit\")."
|
680 |
|
681 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:141
|
682 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
683 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
684 |
msgid "Replace interest groups?"
|
685 |
msgstr "Remplacer les groupes d'intérêt"
|
686 |
|
687 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:152
|
688 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
689 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
690 |
msgid ""
|
693 |
"groups (only when updating a subscriber)."
|
694 |
msgstr "Sélectionnez \\\"oui\\\" si vous voulez remplacer les groupes d'intérêt avec les groupes prévus au lieu d'ajouter les groupes prévus aux groupes d'intérêt du membre (uniquement lors de la mise à jour d'un abonné)."
|
695 |
|
696 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:156
|
697 |
msgid "Form Settings & Messages"
|
698 |
msgstr "Formulaire de configuration et de messages"
|
699 |
|
700 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:160
|
701 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
702 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
703 |
msgid "Enable AJAX form submission?"
|
704 |
msgstr "Activer soumission du formulaire grâce à la technologie AJAX ?"
|
705 |
|
706 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:171
|
707 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
708 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
709 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
710 |
msgstr "Sélectionnez \"oui\" si vous voulez utiliser AJAX (JavaScript) pour soumettre des formulaires."
|
711 |
|
712 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:174
|
713 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
714 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
715 |
msgid "Hide form after a successful sign-up?"
|
716 |
msgstr "Voulez vous cacher le formulaire après un enregistrement réussi ?"
|
717 |
|
718 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:185
|
719 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
720 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
721 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
722 |
msgstr "Sélectionnez \"oui\" afin de cacher les champs du formulaire après un enregistrement réussi."
|
723 |
|
724 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:188
|
725 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
726 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
727 |
msgid "Redirect to URL after successful sign-ups"
|
728 |
msgstr "redirection vers une URL après une inscription réussite."
|
729 |
|
730 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:190
|
731 |
msgid "Example: %s"
|
732 |
msgstr "Exemple : %s"
|
733 |
|
734 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:191
|
735 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
736 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
737 |
msgid ""
|
738 |
+
"Leave empty for no redirect. Otherwise, use complete (absolute) URLs, "
|
739 |
+
"including <code>http://</code>."
|
740 |
+
msgstr "Laissez ce paramètre vide pour ne pas rediriger. Sinon, utilisez des URLs complètes (absolues), en incluant <code>http://</code>."
|
741 |
|
742 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
743 |
msgid "Success message"
|
744 |
msgstr "Message de réussite"
|
745 |
|
746 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:199
|
747 |
msgid "Invalid email address message"
|
748 |
msgstr "Message d’adresse email invalide "
|
749 |
|
750 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:203
|
751 |
msgid "Required field missing message"
|
752 |
msgstr "Message de Champs obligatoire non rempli"
|
753 |
|
754 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:207
|
755 |
msgid "Already subscribed message"
|
756 |
msgstr "Message de souscription déjà existante"
|
757 |
|
758 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:212
|
759 |
msgid "Invalid CAPTCHA message"
|
760 |
msgstr "Message de Champs CAPTCHA invalide"
|
761 |
|
762 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:217
|
763 |
msgid "General error message"
|
764 |
msgstr "Message d'erreur général"
|
765 |
|
766 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:223
|
767 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
768 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
769 |
msgid "HTML tags like %s are allowed in the message fields."
|
770 |
msgstr "Les balises HTML tel que %s sont acceptées dans les champs."
|
771 |
|
772 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:237
|
773 |
msgid "Building your sign-up form"
|
774 |
msgstr "Construction de votre formulaire d'inscription"
|
775 |
|
776 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:238
|
777 |
msgid ""
|
778 |
"At a minimum, your form should include just an %s field and a submit button."
|
779 |
msgstr "Votre formulaire devrait inclure au minimum un champ %s et un bouton d'envoi."
|
780 |
|
781 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:239
|
782 |
msgid ""
|
783 |
"Add more form fields if your selected lists require more fields. Field names"
|
784 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
785 |
"field\" tool to have the HTML generated for you."
|
786 |
msgstr "Ajouter plus de champs si votre liste le nécessite. Les noms des champs doivent correspondre aux étiquettes de champs de votre liste. Utilisez l'outil \"Ajouter un nouveau champ\" pour le code HTML soit généré."
|
787 |
|
788 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:241
|
789 |
msgid "Form Styling"
|
790 |
msgstr "Mise en page du formulaire"
|
791 |
|
792 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:242
|
793 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
794 |
msgstr "Modifier l'apparence du formulaire en appliquant des règles CSS à %s."
|
795 |
|
796 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:243
|
797 |
msgid ""
|
798 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
799 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
800 |
" plugin like %s"
|
801 |
msgstr "Vous pouvez ajouter des règles CSS à votre thème en utilisant l'<a href=\"%s\">Editeur de Thème</a> ou en éditant %s depuis votre FTP. Une autre alternative consiste à utiliser un plugin comme %s"
|
802 |
|
803 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:244
|
804 |
msgid ""
|
805 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
806 |
"selectors you can use to target the different form elements."
|
807 |
msgstr "La <a href=\"%s\" target=\"_blank\">FAQ du plugin</a> recense les différents sélecteurs CSS vous permettant de pointer vers les éléments de formulaire."
|
808 |
|
809 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:245
|
810 |
msgid ""
|
811 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
812 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
813 |
"lets you customize form styles without writing any code."
|
814 |
msgstr "Pour personnaliser plus simplement le style de vos formulaires, <a href=\"%s\">passez à la version Pro de MailChimp pour Wordpress</a>. Il intègre le \"Styles Builder\" qui vous permettra de personnaliser le style de vos formulaires sans écrire de code."
|
815 |
|
816 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:247
|
817 |
msgid "Form variables"
|
818 |
msgstr "Variables de formulaire"
|
819 |
|
820 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:248
|
821 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:427
|
822 |
msgid "Use the following variables to add some dynamic content to your form."
|
823 |
msgstr "Utilisez les variables suivantes pour ajouter du contenu dynamique à votre formulaire."
|
824 |
|
825 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:255
|
826 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
827 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
828 |
msgstr "Remplacé par l'email du visiteur (si disponible dans l'URL ou le cookie)"
|
829 |
|
830 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:259
|
831 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
832 |
msgid "Replaced with the form response (error or success messages)."
|
833 |
msgstr "Remplacer avec un message de réponse (message d'erreur ou de réussite)."
|
834 |
|
835 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:264
|
836 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
837 |
msgid "Replaced with a captcha field."
|
838 |
msgstr "Remplacé par un champ captcha."
|
839 |
|
840 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
841 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
842 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
843 |
msgstr "Remplacé par le nombre d'abonnés de la liste sélectionnée"
|
844 |
|
845 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:273
|
846 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
847 |
msgid "Replaced with the current site language, eg: %s"
|
848 |
msgstr "Remplacé par la langue du site en cours, par exemple : %s"
|
849 |
|
850 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:277
|
851 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
852 |
msgid "Replaced with the visitor's IP address"
|
853 |
msgstr "Remplacé par l'adresse IP du visiteur"
|
854 |
|
855 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:281
|
856 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
857 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
858 |
msgstr "Remplacé par la date actuelle (yyyy/mm/dd par exemple: %s)"
|
859 |
|
860 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:285
|
861 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
862 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
863 |
msgstr "Remplacé par l'heure actuelle (hh:mm:ss par exemple: %s)"
|
864 |
|
865 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:289
|
866 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
867 |
msgid ""
|
868 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
869 |
"in user)"
|
870 |
msgstr "Remplacé par l'e-mail de l'utilisateur connecté (ou rien, s'il n'y a pas d'utilisateur connecté)"
|
871 |
|
872 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:293
|
873 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
874 |
msgid "First name of the current user"
|
875 |
msgstr "Prénom de l'utilisateur actif"
|
876 |
|
877 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:297
|
878 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
879 |
msgid "Last name of the current user"
|
880 |
msgstr "Nom de l'utilisateur actif"
|
881 |
|
882 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:301
|
883 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
884 |
msgid "Current user ID"
|
885 |
msgstr "Identifiant de l'utilisateur actif"
|
886 |
|
887 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:305
|
888 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
889 |
msgid "Current URL"
|
890 |
msgstr "URL active"
|
891 |
|
892 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
893 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:31
|
894 |
msgid "Add a new field"
|
895 |
msgstr "Ajouter un nouveau champ "
|
896 |
|
899 |
msgstr "Utilisez l'outils si dessous pour générer le code HTML de vos champs de formulaire."
|
900 |
|
901 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
902 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:35
|
903 |
msgid "Select MailChimp field.."
|
904 |
msgstr "Sélectionnez le champ MailChimp ..."
|
905 |
|
906 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
907 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:39
|
908 |
msgid "Submit Button"
|
909 |
msgstr "Bouton de validation"
|
910 |
|
911 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
912 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:40
|
913 |
msgid "Lists Choice"
|
914 |
msgstr "Listes de choix"
|
915 |
|
916 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
917 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
918 |
msgid "Label"
|
919 |
msgstr "Etiquette"
|
920 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
921 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
922 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
923 |
msgid "Placeholder"
|
924 |
msgstr "Texte par défaut"
|
925 |
|
|
|
|
|
|
|
|
|
|
|
926 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
927 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
928 |
msgid "Labels"
|
929 |
msgstr "Labels"
|
930 |
|
931 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
932 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
933 |
msgid "(leave empty to hide)"
|
934 |
msgstr "(laissez vide pour cacher)"
|
935 |
|
936 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
937 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:68
|
938 |
msgid "Wrap in paragraph %s tags?"
|
939 |
msgstr "Voulez-vous activer les tags %s dans les paragraphes"
|
940 |
|
941 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
942 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:72
|
943 |
msgid "Required field?"
|
944 |
msgstr "est-ce un champ obligatoire ?"
|
945 |
|
946 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
947 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:76
|
948 |
msgid "Add to form"
|
949 |
msgstr "Ajouter au formulaire"
|
950 |
|
951 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
952 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:80
|
953 |
msgid "Generated HTML"
|
954 |
msgstr "HTML généré"
|
955 |
|
987 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
988 |
msgstr "Assurez-vous de regarder la <a href=\\\"%s\\\">frequently asked questions</a> ou utiliser le support <a href=\\\"%s\\\">support forums</a> sur WordPress.org."
|
989 |
|
990 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
991 |
msgid "Show a token of your appreciation"
|
992 |
msgstr "Afficher un jeton de votre appréciation"
|
993 |
|
994 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
|
|
|
|
|
|
|
|
995 |
msgid "Leave a %s plugin review on WordPress.org"
|
996 |
msgstr "Laisser un avis sur le plugin %s sur WordPress.org"
|
997 |
|
998 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
999 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
1000 |
msgstr "J'utilise MailChimp pour WordPress par @DannyvanKooten - C'est top !"
|
1001 |
|
1002 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
1003 |
msgid "Tweet about MailChimp for WordPress"
|
1004 |
msgstr "Tweeter au sujet de MailChimp pour Wordpress"
|
1005 |
|
1006 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:19
|
1007 |
msgid ""
|
1008 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
1009 |
"page</a>."
|
1010 |
msgstr "Faite une revue du plugin dans votre blog et créez un lien vers <a href=\"%s\">la page du plugin</a>"
|
1011 |
|
1012 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:20
|
1013 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
1014 |
msgstr "Donner l'évaluation \"ça fonctionne\" sur la page WordPress.org du plugin."
|
1015 |
|
1016 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:24
|
1017 |
msgid "About the developer"
|
1018 |
msgstr "A propos du développeur"
|
1019 |
|
1029 |
msgstr "Pro caractéristiques comprennent de meilleurs et multiples formulaires, des styles de formulaires avancées et faciles, plus de thèmes par défaut, des statistiques détaillées et une assistance prioritaire."
|
1030 |
|
1031 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
1032 |
+
msgid "Upgrade Now"
|
1033 |
+
msgstr "Passez à la version supérieure maintenant"
|
1034 |
|
1035 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:206
|
1036 |
msgid "Documentation"
|
1037 |
msgstr "Documentation"
|
1038 |
|
1039 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:254
|
1040 |
msgid "Save Form"
|
1041 |
msgstr "Enregistrer le formulaire"
|
1042 |
|
1043 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:258
|
1044 |
msgid "Update Form"
|
1045 |
msgstr "Mettre à jour le formulaire"
|
1046 |
|
1047 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:314
|
1048 |
msgid "Back to general form settings"
|
1049 |
msgstr "Revenir aux paramètres généraux du formulaire"
|
1050 |
|
1051 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:316
|
1052 |
msgid "Form updated."
|
1053 |
msgstr "Le formulaire a été mis à jour."
|
1054 |
|
1055 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:317
|
1056 |
msgid "Form saved."
|
1057 |
msgstr "Le formulaire a été enregistré."
|
1058 |
|
1059 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:386
|
1060 |
msgid "Optional Settings"
|
1061 |
msgstr "Paramètres optionnels"
|
1062 |
|
1063 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:387
|
1064 |
msgid "Form Variables"
|
1065 |
msgstr "Variables de formulaire."
|
1066 |
|
1067 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:531
|
1068 |
+
msgid "MailChimp & Plugin License Settings"
|
1069 |
+
msgstr "Paramètres de la licence et de l'extension MailChimp"
|
1070 |
+
|
1071 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:532
|
1072 |
msgid "MailChimp & License"
|
1073 |
msgstr "MailChimp & Licence"
|
1074 |
|
1075 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:548
|
1076 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:549
|
1077 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1078 |
msgid "Reports"
|
1079 |
msgstr "Rapports"
|
1080 |
|
1081 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:732
|
1082 |
msgid ""
|
1083 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1084 |
"href=\"%s\">Provide a valid API key.</a>"
|
1085 |
msgstr "Veuillez-vous assurer que le plugin est bien connecté à MailChimp. <a href=\"%s\">fournissez une clef d'API valide.</a>"
|
1086 |
|
1087 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:834
|
1088 |
msgid "End date can't be before the start date"
|
1089 |
msgstr "La date de fin ne peut plus ancienne que la date de début."
|
1090 |
|
1091 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:866
|
1092 |
msgid ""
|
1093 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1094 |
"page."
|
1095 |
msgstr "Vous avez désactivé la journalisation en utilisant le filtre %s. Réactivez le pour pouvoir utiliser la page des Rapports"
|
1096 |
|
1097 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:882
|
1098 |
msgid ""
|
1099 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1100 |
+
"settings you set in the Lite version, you can safely <a "
|
1101 |
+
"href=\"%s\">deactivate it now</a>."
|
1102 |
+
msgstr "<strong>Bienvenue dans MailChimp pour Wordpress Pro !</strong> Nous avons repris les paramètres que vous aviez mis en place dans la version gratuite, vous pouvez donc maintenant <a href=\"%s\">désactiver</a> la version Lite en toute sécurité."
|
1103 |
|
1104 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1105 |
msgid ""
|
1121 |
msgid "The %sCSS Stylesheet%s has been created."
|
1122 |
msgstr "La %sfeuille de styles CSS%s a été créée."
|
1123 |
|
1124 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:142
|
1125 |
msgid "I know. Don't bug me."
|
1126 |
msgstr "Je sais. Ne me dérangez pas."
|
1127 |
|
1128 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:161
|
1129 |
msgid ""
|
1130 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1131 |
"able to get %s updates. Please add %s to %s."
|
1132 |
msgstr "<b>Attention</b> Vous avez bloquez les requêtes externes, ce qui implique que vous ne serez pas en mesure d'optenir les mises à jours de %s, Veuillez ajouter %s de %s."
|
1133 |
|
1134 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:203
|
1135 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1136 |
msgstr "Votre %s licence a été activé. Vous avez une licence illimitée."
|
1137 |
|
1138 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:205
|
1139 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1140 |
msgstr "Votre %s licence a été activé. Vous avez utilisé à ce jour %d/%d activations. "
|
1141 |
|
1142 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:210
|
1143 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1144 |
msgstr "<a href=\"%s\">Saviez-vous qu'il vous est possible de mettre à jour votre licence ?</a>"
|
1145 |
|
1146 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:214
|
1147 |
msgid ""
|
1148 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1149 |
" it?</a>"
|
1150 |
msgstr "<a href=\"%s\">Votre licence expire dans %d jours, Voulez-vous vous réengager ?</a>"
|
1151 |
|
1152 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:223
|
1153 |
msgid ""
|
1154 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1155 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1156 |
msgstr "Vous avez atteint votre limite d'activation . Vous devez <a href=\"%s\"> réinitialiser </a> ou <a href=\"%s\"> mettre à jour votre </a> licence pour utiliser le plugin sur ce site ."
|
1157 |
|
1158 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:227
|
1159 |
msgid ""
|
1160 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1161 |
"you want to use it again."
|
1162 |
msgstr "Votre license a expirée. Vous devez <a href=\"%s\">renouveler votre license</a> pour continuer d'utiliser ce module."
|
1163 |
|
1164 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:230
|
1165 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1166 |
msgstr "L'activation de votre licence a échoué , votre clé de licence semble être invalide ."
|
1167 |
|
1168 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:255
|
1169 |
msgid "Your %s license has been deactivated."
|
1170 |
msgstr "Votre %s licence a été desactivé"
|
1171 |
|
1172 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:260
|
1173 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:66
|
1174 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:75
|
1175 |
msgid ""
|
1176 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1177 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1178 |
msgstr "Votre licence a expiré. Vous n'aurez plus accés aux mises à jour sauf si vous <a href=\"%s\">renouvelez votre licence</a>"
|
1179 |
|
1180 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:262
|
1181 |
msgid "Failed to deactivate your %s license."
|
1182 |
msgstr "La désactivation de votre %s licence a echoué"
|
1183 |
|
1184 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:300
|
1185 |
msgid "Request error: \"%s\""
|
1186 |
msgstr "La demande a echoué: %s"
|
1187 |
|
1188 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:459
|
1189 |
msgid "%s: License Settings"
|
1190 |
msgstr "%s: Paramètres de Licence"
|
1191 |
|
1195 |
"the license."
|
1196 |
msgstr "%s est activé sur le réseau, veuillez contacter votre webmaster pour gérer votre licence."
|
1197 |
|
1198 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:64
|
1199 |
msgid ""
|
1200 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1201 |
msgstr "%s la vérification des mises à jours a échoué à cause de l'erreur suivante : <em>%s</em>"
|
1202 |
|
1203 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:126
|
1204 |
msgid ""
|
1205 |
+
"This site has not been activated properly on mc4wp.com and thus cannot check"
|
1206 |
+
" for future updates. Please activate your site with a valid license key."
|
1207 |
+
msgstr "Ce site n'a pas été dûment activé sur mc4wp.com et ne peut donc bénéficier des mises à jour à venir. Veuillez activer votre site avec une clé de licence en cours de validité."
|
|
|
1208 |
|
1209 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1210 |
msgid "License status"
|
1260 |
msgid "Paste your license key here, as found in the email receipt."
|
1261 |
msgstr "Collez votre clef de licence que vous avez reçus par email ici."
|
1262 |
|
1263 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:79
|
|
|
|
|
|
|
|
|
1264 |
msgid "Your %s license will expire on %s."
|
1265 |
msgstr "Votre %s licence expirera le %s"
|
1266 |
|
1267 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:83
|
1268 |
msgid "%sRenew your license now%s."
|
1269 |
msgstr "%s Renouvelez votre licence dès maintenant%s"
|
1270 |
|
1271 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:261
|
1272 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1273 |
msgstr "<strong>Erreur :</strong> Veuillez spécifier un ID de formulaire. Exemple: %s."
|
1274 |
|
1275 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:275
|
1276 |
msgid ""
|
1277 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1278 |
" correct form ID."
|
1279 |
msgstr "<strong>Erreur :</strong> Formulaire d'inscription non trouvé. Veuillez vérifier que vous utilisez le bon ID de formulaire."
|
1280 |
|
1281 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:647
|
1282 |
msgid "New MailChimp Sign-Up"
|
1283 |
msgstr "Nouvelle inscription à MailChimp"
|
1284 |
|
1285 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:655
|
1286 |
msgid "New Sign-Up"
|
1287 |
msgstr "Nouvelle Inscription"
|
1288 |
|
1289 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:656
|
1290 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1291 |
msgstr "<strong>%s</strong> s'inscrire à %s sur %s en utilisant le formulaire \\\"%s\\\"."
|
1292 |
|
1293 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:661
|
1294 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:77
|
1295 |
msgid "List"
|
1296 |
msgstr "Liste"
|
1297 |
|
1298 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:701
|
1299 |
msgid "Other fields"
|
1300 |
msgstr "Autres champs"
|
1301 |
|
1302 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:718
|
1303 |
msgid ""
|
1304 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1305 |
"be added to the selected MailChimp lists until they confirm their email "
|
1306 |
"address."
|
1307 |
msgstr "Notez que vous avez activé le double validation pour le formulaire \\\"%s\\\". L'utilisateur de sera pas ajouté à la liste MailChimp sélectionnée jusqu'à ce qu'il confirme son adresse e-mail."
|
1308 |
|
1309 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:720
|
1310 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1311 |
msgstr "Cet email a été envoyé automatiquement par le plugin \" MailChimp pour WordPress \""
|
1312 |
|
1328 |
"href=\"%s\">widget settings</a>."
|
1329 |
msgstr "Veuillez selectionner le formulaire d'inscription que vous souhaitez montrer ici dans les <a href=\\\"%s\\\">paramètres de widgets</a>."
|
1330 |
|
1331 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:86
|
1332 |
msgid "Form:"
|
1333 |
msgstr "Formulaire :"
|
1334 |
|
1335 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:88
|
1336 |
msgid "Select the form to show"
|
1337 |
msgstr "Sélectionnez le formulaire pour l'afficher"
|
1338 |
|
1339 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:96
|
1340 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1341 |
msgstr "Vous n'avez aucuns formulaires d’inscription. <a href=\"%s\">Créez en un maintenant.</a>"
|
1342 |
|
1343 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:51
|
1344 |
msgid ""
|
1345 |
"Thank you, your sign-up request was successful! Please check your email "
|
1346 |
"inbox to confirm."
|
1347 |
msgstr "Merci, votre inscription a réussi! Veuillez regarder votre boite email, et cliquez sur le lien de confirmation."
|
1348 |
|
1349 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:43
|
1350 |
msgid "ID"
|
1351 |
msgstr "ID"
|
1352 |
|
1353 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:44
|
1354 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:426
|
1355 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:462
|
1356 |
msgid "Form"
|
1357 |
msgstr "Formulaire"
|
1358 |
|
1359 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:45
|
1360 |
msgid "Shortcode"
|
1361 |
msgstr "Shortcode"
|
1362 |
|
1363 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:46
|
1364 |
msgid "List(s)"
|
1365 |
msgstr "Liste(s)"
|
1366 |
|
1367 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:47
|
1368 |
msgid "Last edited"
|
1369 |
msgstr "Dernière modification"
|
1370 |
|
1371 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:98
|
1372 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:102
|
1373 |
msgid "Edit Form"
|
1374 |
msgstr "Modifier le formulaire"
|
1375 |
|
1376 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:99
|
1377 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:253
|
1378 |
msgid "Delete"
|
1379 |
msgstr "Supprimer"
|
1380 |
|
1381 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:131
|
1382 |
msgid "No MailChimp list(s) selected yet."
|
1383 |
msgstr "Aucun liste(s) MailChimp est sélectionnée(s)."
|
1384 |
|
1385 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:141
|
1386 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1387 |
msgstr "Vous n'avez pas encore créé de formulaire d'inscription, c'est le moment de le faire !"
|
1388 |
|
1389 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:46
|
1390 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1391 |
+
msgid "Log"
|
1392 |
+
msgstr "Journal"
|
1393 |
|
1394 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:47
|
1395 |
+
msgid "Log Items"
|
1396 |
+
msgstr "Eléments de log"
|
1397 |
|
1398 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:76
|
1399 |
msgid "Email"
|
1400 |
msgstr "Email"
|
1401 |
|
1402 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:78
|
1403 |
+
msgid "Data"
|
1404 |
+
msgstr "Donnée"
|
1405 |
+
|
1406 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:79
|
1407 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1408 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1409 |
+
msgid "Success"
|
1410 |
+
msgstr "Reussite"
|
1411 |
+
|
1412 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:80
|
1413 |
msgid "Type"
|
1414 |
msgstr "Type"
|
1415 |
|
1416 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:81
|
1417 |
msgid "Source"
|
1418 |
msgstr "Source"
|
1419 |
|
1420 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:82
|
|
|
|
|
|
|
|
|
1421 |
msgid "Subscribed"
|
1422 |
msgstr "Inscrit"
|
1423 |
|
1424 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:150
|
1425 |
msgid "Log items deleted."
|
1426 |
msgstr "Entrées de journal supprimées"
|
1427 |
|
1428 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:297
|
1429 |
+
msgid "Top Bar"
|
1430 |
+
msgstr "Barre du haut"
|
|
|
1431 |
|
1432 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1433 |
msgid "MultiSite registration"
|
1434 |
msgstr "Inscription MultiSite"
|
1435 |
|
1436 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:318
|
|
|
|
|
|
|
|
|
|
|
1437 |
msgid "Contact Form 7"
|
1438 |
msgstr "Contact Form 7"
|
1439 |
|
1440 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:322
|
1441 |
msgid "bbPress: New Topic"
|
1442 |
msgstr "bbPress: Nouveau sujet"
|
1443 |
|
1444 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:326
|
1445 |
msgid "bbPress: New Reply"
|
1446 |
msgstr "bbPress: Nouvelle réponse"
|
1447 |
|
1448 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:332
|
1449 |
msgid "Other Form"
|
1450 |
msgstr "Autre formulaire"
|
1451 |
|
1452 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:398
|
1453 |
msgid "No subscribe requests found."
|
1454 |
msgstr "Aucune requête d'inscription trouvée."
|
1455 |
|
1456 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:420
|
1457 |
msgid "All"
|
1458 |
msgstr "Tous"
|
1459 |
|
1460 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:432
|
1461 |
msgid "Checkbox"
|
1462 |
msgstr "Case à cocher"
|
1463 |
|
1464 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:475
|
1465 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:478
|
1466 |
+
msgid "Registration"
|
1467 |
+
msgstr "inscription"
|
1468 |
+
|
1469 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:489
|
1470 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:503
|
1471 |
+
msgid "Order"
|
1472 |
+
msgstr "Ordre"
|
1473 |
+
|
1474 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:492
|
1475 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:506
|
1476 |
+
msgid "Checkout"
|
1477 |
+
msgstr "Vérification"
|
1478 |
+
|
1479 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1480 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:525
|
1481 |
+
msgid "Comment"
|
1482 |
+
msgstr "Commentaire"
|
1483 |
+
|
1484 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1485 |
+
msgid "deleted"
|
1486 |
+
msgstr "Supprimé"
|
1487 |
+
|
1488 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1489 |
msgid ""
|
1490 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
1519 |
msgid "Messages"
|
1520 |
msgstr "Messages"
|
1521 |
|
|
|
|
|
|
|
|
|
|
|
1522 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1523 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1524 |
msgid "Invalid email address"
|
1544 |
msgid "Other errors"
|
1545 |
msgstr "Autres erreurs "
|
1546 |
|
1547 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:89
|
1548 |
msgid "Form usage"
|
1549 |
msgstr "Utilisation des formulaires"
|
1550 |
|
1551 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:78
|
1552 |
+
msgid ""
|
1553 |
+
"Select \"yes\" if you want to update existing subscribers with the data that"
|
1554 |
+
" is sent."
|
1555 |
+
msgstr "Sélectionner \"oui\" si vous souhaitez mettre à jour la liste des abonnés avec les données envoyées"
|
1556 |
+
|
1557 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:100
|
1558 |
msgid ""
|
1559 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1560 |
"forms."
|
1561 |
msgstr "Utiliser le champ %s dans Contact Form 7 pour ajouter un case à cocher d'inscription dans vos formulaires CF7."
|
1562 |
|
1563 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:136
|
1564 |
msgid "Custom label texts"
|
1565 |
msgstr "Texte de la case à cocher personnalisé"
|
1566 |
|
1567 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:137
|
1568 |
msgid ""
|
1569 |
"Override the default checkbox label text for any given checkbox using the "
|
1570 |
"fields below."
|
1590 |
msgid "Statistics"
|
1591 |
msgstr "Statistiques"
|
1592 |
|
|
|
|
|
|
|
|
|
1593 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1594 |
msgid ""
|
1595 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
1674 |
msgid "Default Messages"
|
1675 |
msgstr "Messages par défaut"
|
1676 |
|
1677 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:15
|
1678 |
+
msgid "Today"
|
1679 |
+
msgstr "Aujourd'hui"
|
1680 |
+
|
1681 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:16
|
1682 |
+
msgid "Yesterday"
|
1683 |
+
msgstr "Hier"
|
1684 |
+
|
1685 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:17
|
1686 |
+
msgid "Last Week"
|
1687 |
+
msgstr "La semaine dernière"
|
1688 |
+
|
1689 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:18
|
1690 |
+
msgid "Last Month"
|
1691 |
+
msgstr "Le mois dernier"
|
1692 |
+
|
1693 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:19
|
1694 |
+
msgid "Last Quarter"
|
1695 |
+
msgstr "Le trimestre dernier"
|
1696 |
+
|
1697 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:20
|
1698 |
+
msgid "Last Year"
|
1699 |
+
msgstr "L'année dernière"
|
1700 |
+
|
1701 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:21
|
1702 |
+
msgid "Custom"
|
1703 |
+
msgstr "Personnalisé"
|
1704 |
+
|
1705 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:25
|
1706 |
+
msgid "From"
|
1707 |
+
msgstr "De la part de"
|
1708 |
+
|
1709 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:32
|
1710 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:57
|
1711 |
+
msgid "Jan"
|
1712 |
+
msgstr "Jan"
|
1713 |
+
|
1714 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:33
|
1715 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:58
|
1716 |
+
msgid "Feb"
|
1717 |
+
msgstr "Fév"
|
1718 |
+
|
1719 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:34
|
1720 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:59
|
1721 |
+
msgid "Mar"
|
1722 |
+
msgstr "Mar"
|
1723 |
+
|
1724 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:35
|
1725 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:60
|
1726 |
+
msgid "Apr"
|
1727 |
+
msgstr "Avr"
|
1728 |
+
|
1729 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:36
|
1730 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:61
|
1731 |
+
msgid "May"
|
1732 |
+
msgstr "Mai"
|
1733 |
+
|
1734 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:37
|
1735 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:62
|
1736 |
+
msgid "Jun"
|
1737 |
+
msgstr "Juin"
|
1738 |
+
|
1739 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:38
|
1740 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:63
|
1741 |
+
msgid "Jul"
|
1742 |
+
msgstr "Juillet"
|
1743 |
+
|
1744 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:39
|
1745 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:64
|
1746 |
+
msgid "Aug"
|
1747 |
+
msgstr "Août"
|
1748 |
+
|
1749 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:40
|
1750 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:65
|
1751 |
+
msgid "Sep"
|
1752 |
+
msgstr "Sept"
|
1753 |
+
|
1754 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:41
|
1755 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:66
|
1756 |
+
msgid "Oct"
|
1757 |
+
msgstr "Oct"
|
1758 |
+
|
1759 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:42
|
1760 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:67
|
1761 |
+
msgid "Nov"
|
1762 |
+
msgstr "Nov"
|
1763 |
+
|
1764 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:43
|
1765 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:68
|
1766 |
+
msgid "Dec"
|
1767 |
+
msgstr "Déc"
|
1768 |
+
|
1769 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:50
|
1770 |
+
msgid "To"
|
1771 |
+
msgstr "A"
|
1772 |
+
|
1773 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:76
|
1774 |
+
msgid "Filter"
|
1775 |
+
msgstr "Filtre"
|
1776 |
+
|
1777 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:83
|
1778 |
+
msgid "Show these lines:"
|
1779 |
+
msgstr "Montrer ces lignes :"
|
1780 |
+
|
1781 |
#. Plugin URI of the plugin/theme
|
1782 |
msgid "https://mc4wp.com/"
|
1783 |
msgstr "https://mc4wp.com/"
|
languages/mailchimp-for-wp-hu_HU.po
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
-
# Németh Balázs <nb0000@gmail.com>, 2014
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: MailChimp for WordPress\n"
|
8 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
-
"Last-Translator:
|
12 |
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/hu_HU/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -25,97 +25,165 @@ msgstr ""
|
|
25 |
"X-Poedit-SourceCharset: utf-8\n"
|
26 |
"X-Textdomain-Support: yes\n"
|
27 |
|
28 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
29 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
30 |
msgid "Settings"
|
31 |
msgstr "Beállítások"
|
32 |
|
33 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
34 |
-
#: mailchimp-for-wordpress/includes/
|
35 |
-
msgid "Upgrade to Pro"
|
36 |
-
msgstr "Frissítés a Pro verzióra"
|
37 |
|
38 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
39 |
-
|
40 |
-
|
41 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
42 |
-
msgid "MailChimp Settings"
|
43 |
-
msgstr "MailChimp beállítások"
|
44 |
|
45 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
msgid "Checkboxes"
|
48 |
msgstr "Jelölőnégyzetek"
|
49 |
|
50 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
51 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
53 |
msgid "Forms"
|
54 |
msgstr "Űrlapok"
|
55 |
|
56 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
57 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
58 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
61 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
msgid "Comment form"
|
63 |
msgstr "Hozzászólás űrlap"
|
64 |
|
65 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
66 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
67 |
msgid "Registration form"
|
68 |
msgstr "Regisztréciós űrlap"
|
69 |
|
70 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
71 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
72 |
msgid "MultiSite forms"
|
73 |
msgstr "MultiSite űrlap"
|
74 |
|
75 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
76 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
77 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
78 |
msgid "BuddyPress registration"
|
79 |
msgstr "BuddyPress regisztráció"
|
80 |
|
81 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
82 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
83 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
84 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
85 |
msgid "%s checkout"
|
86 |
msgstr "%s kifizetése"
|
87 |
|
88 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
msgid "Renewed MailChimp cache."
|
91 |
msgstr "MailChimp gyorstár frissítve."
|
92 |
|
93 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
94 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
95 |
msgid "Failed to renew MailChimp cache - please try again later."
|
96 |
msgstr "Nem sikerült a MailChimp gyorsítótár frissítése - kérjük, próbálja később."
|
97 |
|
98 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
99 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:313
|
100 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
101 |
msgstr "Egy EMAIL mező. Például: <code>%s</code>"
|
102 |
|
103 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
104 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
105 |
msgid "A submit button. Example: <code>%s</code>"
|
106 |
msgstr "Egy elküldés gomb. Például: <code>%s</code>"
|
107 |
|
108 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
109 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
110 |
msgid "Sign Up"
|
111 |
msgstr "Feliratkozás"
|
112 |
|
113 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
114 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:347
|
115 |
msgid "A '%s' field"
|
116 |
msgstr "Egy „%s” mező"
|
117 |
|
118 |
-
#: mailchimp-for-wordpress/includes/class-form-request.php:
|
119 |
msgid "Please select at least one list to subscribe to."
|
120 |
msgstr "Legalább egy listát válasszon ki a feliratkozáshoz."
|
121 |
|
@@ -123,39 +191,39 @@ msgstr "Legalább egy listát válasszon ki a feliratkozáshoz."
|
|
123 |
msgid "MailChimp Sign-Up Form"
|
124 |
msgstr "MailChimp feliratkozás űrlap"
|
125 |
|
126 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
127 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
128 |
msgstr "Megjeleníti a MailChimp for WordPress feliratkozás űrlapját"
|
129 |
|
130 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
131 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
132 |
msgid "Newsletter"
|
133 |
msgstr "Hírlevél"
|
134 |
|
135 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
136 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
137 |
msgid "Title:"
|
138 |
msgstr "Cím:"
|
139 |
|
140 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
141 |
msgid ""
|
142 |
-
"You can edit your sign-up form in the %
|
143 |
-
"settings
|
144 |
-
msgstr "A feliratkozás
|
145 |
|
146 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
147 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
148 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
149 |
msgid "Email address"
|
150 |
msgstr "Emailcím"
|
151 |
|
152 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
153 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
154 |
msgid "Your email address"
|
155 |
msgstr "Az emailcímed"
|
156 |
|
157 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
158 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
159 |
msgid "Sign up"
|
160 |
msgstr "Feliratkozás"
|
161 |
|
@@ -164,48 +232,48 @@ msgstr "Feliratkozás"
|
|
164 |
msgid "Sign me up for the newsletter!"
|
165 |
msgstr "Irj fel a hírlevél címlistára!"
|
166 |
|
167 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
168 |
msgid ""
|
169 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
170 |
"inbox."
|
171 |
msgstr "Köszönjük. Ön sikeresen feliratkozott. Nézze meg a bejövő leveleit!"
|
172 |
|
173 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
174 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
175 |
msgid "Oops. Something went wrong. Please try again later."
|
176 |
msgstr "Hoppá! Valami nem működött. Kérjük, próbálja újra később!"
|
177 |
|
178 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
179 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
180 |
msgid "Please provide a valid email address."
|
181 |
msgstr "Kérjük, érvényes emailcímet adjon meg."
|
182 |
|
183 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
184 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
185 |
msgid "Given email address is already subscribed, thank you!"
|
186 |
msgstr "Ez az emailcím már feliratkozott. Köszönjük."
|
187 |
|
188 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
189 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
190 |
msgid "Please complete the CAPTCHA."
|
191 |
msgstr "Kérjük, töltse ki a CAPTCHA-t."
|
192 |
|
193 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
194 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
195 |
msgid "Please fill in the required fields."
|
196 |
msgstr "Kérjük, töltse ki a kötelező mezőket."
|
197 |
|
198 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
199 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
200 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
201 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
202 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
203 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
204 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
205 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
206 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
207 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
208 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
209 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
210 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
211 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
@@ -215,8 +283,9 @@ msgstr "Kérjük, töltse ki a kötelező mezőket."
|
|
215 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
216 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
217 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
218 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
219 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
220 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
221 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
222 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
@@ -226,18 +295,18 @@ msgstr "Kérjük, töltse ki a kötelező mezőket."
|
|
226 |
msgid "Yes"
|
227 |
msgstr "Igen"
|
228 |
|
229 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
230 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
231 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
232 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
233 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
234 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
235 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
236 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
237 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
238 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
239 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
240 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
241 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
242 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
243 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
@@ -247,8 +316,9 @@ msgstr "Igen"
|
|
247 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
248 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
249 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
250 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
251 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
252 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
253 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
254 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
@@ -259,40 +329,40 @@ msgstr "Igen"
|
|
259 |
msgid "No"
|
260 |
msgstr "Nem"
|
261 |
|
262 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
263 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
264 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
265 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
266 |
msgid "MailChimp for WordPress - Error"
|
267 |
msgstr "MailChimp for WordPress - Hiba"
|
268 |
|
269 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
270 |
msgid ""
|
271 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
272 |
"settings</a>."
|
273 |
msgstr "Kérjük válaszon egy listát a feliratkozáshoz <a href=\"%s\">jelölőnégyzet beállítások</a>nál."
|
274 |
|
275 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
276 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
277 |
msgid "This message is only visible to administrators for debugging purposes."
|
278 |
msgstr "Ezt az üzenetet csak adminisztrátorok látják hibajavítási célzattal."
|
279 |
|
280 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
281 |
msgid ""
|
282 |
"The MailChimp server returned the following error message as a response to "
|
283 |
"our sign-up request:"
|
284 |
msgstr "A MailChimp kiszolgáló az alábbi hibával válaszolt a feliratkozási kérésre:"
|
285 |
|
286 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
287 |
msgid "This is the data that was sent to MailChimp:"
|
288 |
msgstr "Ez az adat lett elküldve a MailChimp felé:"
|
289 |
|
290 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
291 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
292 |
msgid "Email address:"
|
293 |
msgstr "Emailcím:"
|
294 |
|
295 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
296 |
msgid "Merge variables:"
|
297 |
msgstr "Változók egyesítése:"
|
298 |
|
@@ -300,6 +370,12 @@ msgstr "Változók egyesítése:"
|
|
300 |
msgid "MailChimp for WordPress"
|
301 |
msgstr "MailChimp for WordPress"
|
302 |
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
304 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
305 |
msgid "API Settings"
|
@@ -354,11 +430,6 @@ msgstr "MailChimp listák frissítése"
|
|
354 |
msgid "No lists were found in your MailChimp account"
|
355 |
msgstr "Nem találhatók listák a MailChimp fiókjában."
|
356 |
|
357 |
-
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
358 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
359 |
-
msgid "Checkbox Settings"
|
360 |
-
msgstr "Jelölőnégyzet beállítások"
|
361 |
-
|
362 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
363 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
364 |
msgid ""
|
@@ -387,8 +458,8 @@ msgstr "MailChimp listák"
|
|
387 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
388 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
389 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
390 |
-
msgid "No lists found, %
|
391 |
-
msgstr "Nem találtam
|
392 |
|
393 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
394 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
@@ -398,7 +469,7 @@ msgid ""
|
|
398 |
msgstr "Válassza ki a listá(ka)t, amelyre az űrlapot kitöltők fel lesznek iratva."
|
399 |
|
400 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
401 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
402 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
403 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
404 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
@@ -406,7 +477,7 @@ msgid "Double opt-in?"
|
|
406 |
msgstr "Dupla megerősítés?"
|
407 |
|
408 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
409 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
410 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
411 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
412 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
@@ -416,73 +487,67 @@ msgid ""
|
|
416 |
msgstr "Válassza az „Igen”-t, ha a feliratkozóknak meg kell erősíteniük az emailcímüket (ajánlott)"
|
417 |
|
418 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
419 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
420 |
msgid "Checkbox settings"
|
421 |
msgstr "Jelölőnégyzet beállítások"
|
422 |
|
423 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
424 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
425 |
msgid "Add the checkbox to these forms"
|
426 |
msgstr "Legyen jelölőnégyzet ezeken az űrlapokon"
|
427 |
|
428 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
429 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
430 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
431 |
msgstr "A kijelölt űrlapokhoz automatikusan hozzá lesz adva a feliratkozás jelölőnégyzet."
|
432 |
|
433 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
434 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
435 |
msgid "Checkbox label text"
|
436 |
msgstr "Jelölőnégyzethez tartozó felirat."
|
437 |
|
438 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
439 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
440 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
441 |
msgid "HTML tags like %s are allowed in the label text."
|
442 |
msgstr "HTML elemek (például %s) lehetnek a címkék szövegeiben."
|
443 |
|
444 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
445 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
446 |
msgid "Pre-check the checkbox?"
|
447 |
msgstr "Jelölőnégyzet bejelölése előre?"
|
448 |
|
449 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
450 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
451 |
msgid "Load some default CSS?"
|
452 |
msgstr "Kell némi alap CSS?"
|
453 |
|
454 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
455 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
456 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
457 |
msgstr "Válassza az „Igen”-t, ha a jelölő négyzet fura helyen jelenik meg."
|
458 |
|
459 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
460 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
461 |
msgid "WooCommerce checkbox position"
|
462 |
msgstr "WooCommerce jelölőnégyzet helye"
|
463 |
|
464 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
465 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
466 |
msgid "After the billing details"
|
467 |
msgstr "A számlázási adatok után"
|
468 |
|
469 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
470 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
471 |
msgid "After the additional information"
|
472 |
msgstr "A további információk után"
|
473 |
|
474 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
475 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
476 |
msgid ""
|
477 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
478 |
msgstr "Válassza ki a jelölőnégyzet helyét a WooCommerce fizetési űrlapon."
|
479 |
|
480 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
481 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:431
|
482 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
483 |
-
msgid "Form Settings"
|
484 |
-
msgstr "Űrlap beállítások"
|
485 |
-
|
486 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
487 |
msgid ""
|
488 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
@@ -503,12 +568,6 @@ msgstr "Űrlap stílusok betöltése (CSS)?"
|
|
503 |
msgid "Yes, load basic form styles"
|
504 |
msgstr "Igen, alap űrlap stílusok betöltése"
|
505 |
|
506 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
507 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
508 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
509 |
-
msgid "(PRO ONLY)"
|
510 |
-
msgstr "(CSAK a PRO-ban)"
|
511 |
-
|
512 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
513 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
514 |
msgid "Yes, load my custom form styles"
|
@@ -570,26 +629,26 @@ msgstr "Adja meg a listá(ka)t, amire az űrlapot beküldők fel lesznek iratkoz
|
|
570 |
msgid "Form mark-up"
|
571 |
msgstr "Űrlap kód"
|
572 |
|
573 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
574 |
-
#: mailchimp-for-wordpress-pro/includes/
|
575 |
-
msgid "Your form is missing the following (required) form fields:"
|
576 |
-
msgstr "Hiányoznak az űrlapról a következő (kötelező) mezők:"
|
577 |
-
|
578 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
579 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:87
|
580 |
msgid ""
|
581 |
"Use the shortcode %s to display this form inside a post, page or text "
|
582 |
"widget."
|
583 |
msgstr "Használja a %s gyorskódot az űrlap megjelenítéséhez bejegyzésben, oldalon vagy widgetben."
|
584 |
|
585 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
|
|
|
|
|
|
|
|
|
|
586 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
587 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
588 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
589 |
msgid "Send Welcome Email?"
|
590 |
msgstr "Üdvözlő email küldése?"
|
591 |
|
592 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
593 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
594 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
595 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
@@ -598,13 +657,14 @@ msgid ""
|
|
598 |
"succeeds (only when double opt-in is disabled)."
|
599 |
msgstr "Ha „Igen”-t választ, akkor a feliratkozók kapnak egy üdvözlő email (csak ha nincs dupla megerősítés)."
|
600 |
|
601 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
602 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
|
|
603 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
604 |
msgid "Update existing subscribers?"
|
605 |
msgstr "Meglévő feliratkozók frissítése?"
|
606 |
|
607 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
608 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
609 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
610 |
msgid ""
|
@@ -612,13 +672,13 @@ msgid ""
|
|
612 |
"showing the \"already subscribed\" message)."
|
613 |
msgstr "Ha „Igen”, akkor a „Már feliratkozott” üzenet megjelenítése helyett a meglévő feliratkozó adatai frissülnek."
|
614 |
|
615 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
616 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
617 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
618 |
msgid "Replace interest groups?"
|
619 |
msgstr "Érdeklődési körök cseréje?"
|
620 |
|
621 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
622 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
623 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
624 |
msgid ""
|
@@ -627,204 +687,204 @@ msgid ""
|
|
627 |
"groups (only when updating a subscriber)."
|
628 |
msgstr "Ha „Igen”-t választ, akkor a feliratkozó érdeklődési körei az újonnan megadott(ak)ra lesz cserélve, és nem a meglévő(k)höz lesz hozzáadva (csak a feliratkozók frissítése estén)."
|
629 |
|
630 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
631 |
msgid "Form Settings & Messages"
|
632 |
msgstr "Űrlap beállítások és üzenetek"
|
633 |
|
634 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
635 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
636 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
637 |
msgid "Enable AJAX form submission?"
|
638 |
msgstr "Legyen AJAX alapú a beküldés?"
|
639 |
|
640 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
641 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
642 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
643 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
644 |
msgstr "Ha „Igen”-t választ, akkor az űrlap adatai AJAX (JavaScript) segítéségvel lesznek elküldve."
|
645 |
|
646 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
647 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
648 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
649 |
msgid "Hide form after a successful sign-up?"
|
650 |
msgstr "Űrlap elrejtése a sikeres feliratkozás után?"
|
651 |
|
652 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
653 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
655 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
656 |
msgstr "Ha „Igen”, akkor sikeres feliratkozás után el lesznek rejtve az űrlap mezői."
|
657 |
|
658 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
659 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
660 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
661 |
msgid "Redirect to URL after successful sign-ups"
|
662 |
msgstr "Átirányítás az URL-re sikeres feliratkozás után"
|
663 |
|
664 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
665 |
msgid "Example: %s"
|
666 |
msgstr "Példa: %s"
|
667 |
|
668 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
669 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
670 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
671 |
msgid ""
|
672 |
-
"Leave empty
|
673 |
-
"including <code>http://</code
|
674 |
-
msgstr "
|
675 |
|
676 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
677 |
msgid "Success message"
|
678 |
msgstr "Üzenet siker esetén"
|
679 |
|
680 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
681 |
msgid "Invalid email address message"
|
682 |
msgstr "Érvénytelen emailcím üzenet"
|
683 |
|
684 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
685 |
msgid "Required field missing message"
|
686 |
msgstr "Szükséges mező nincs kitöltve üzenet"
|
687 |
|
688 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
689 |
msgid "Already subscribed message"
|
690 |
msgstr "Már feliratkozott üzenet"
|
691 |
|
692 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
693 |
msgid "Invalid CAPTCHA message"
|
694 |
msgstr "Érvénytelen CAPTCHA üzenet"
|
695 |
|
696 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
697 |
msgid "General error message"
|
698 |
msgstr "Általános hiba üzenet"
|
699 |
|
700 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
701 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
702 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
703 |
msgid "HTML tags like %s are allowed in the message fields."
|
704 |
msgstr "HTML elemek (például: %s) lehetnek az üzenet mezőkben."
|
705 |
|
706 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
707 |
msgid "Building your sign-up form"
|
708 |
-
msgstr ""
|
709 |
|
710 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
711 |
msgid ""
|
712 |
"At a minimum, your form should include just an %s field and a submit button."
|
713 |
-
msgstr ""
|
714 |
|
715 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
716 |
msgid ""
|
717 |
"Add more form fields if your selected lists require more fields. Field names"
|
718 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
719 |
"field\" tool to have the HTML generated for you."
|
720 |
-
msgstr ""
|
721 |
|
722 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
723 |
msgid "Form Styling"
|
724 |
-
msgstr ""
|
725 |
|
726 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
727 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
728 |
-
msgstr ""
|
729 |
|
730 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
731 |
msgid ""
|
732 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
733 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
734 |
" plugin like %s"
|
735 |
-
msgstr ""
|
736 |
|
737 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
738 |
msgid ""
|
739 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
740 |
"selectors you can use to target the different form elements."
|
741 |
-
msgstr ""
|
742 |
|
743 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
744 |
msgid ""
|
745 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
746 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
747 |
"lets you customize form styles without writing any code."
|
748 |
-
msgstr ""
|
749 |
|
750 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
751 |
msgid "Form variables"
|
752 |
msgstr "Űrlap változók"
|
753 |
|
754 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
755 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
756 |
msgid "Use the following variables to add some dynamic content to your form."
|
757 |
msgstr "Az alábbi változókkal dinamikus tartalom kerülhet az űrlapba."
|
758 |
|
759 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
760 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
761 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
762 |
-
msgstr ""
|
763 |
|
764 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
765 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
766 |
msgid "Replaced with the form response (error or success messages)."
|
767 |
msgstr "Lecserélve az űrlap válasz üzenetére (hiba vagy siker üzenet)."
|
768 |
|
769 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
770 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
771 |
msgid "Replaced with a captcha field."
|
772 |
msgstr "Lecserélve egy captcha mezőre."
|
773 |
|
774 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
775 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
776 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
777 |
msgstr "Lecserélve a feliratkozók számára a kijelölt listá(k)ban."
|
778 |
|
779 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
780 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
781 |
msgid "Replaced with the current site language, eg: %s"
|
782 |
msgstr "Lecserélve a weboldal aktuális nyelvére, pl.: %s"
|
783 |
|
784 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
785 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
786 |
msgid "Replaced with the visitor's IP address"
|
787 |
msgstr "Lecserélve a látogató IP címére."
|
788 |
|
789 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
790 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
791 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
792 |
msgstr "Lecserélve az aktuális dátumra (éééé/hh/nn, pl.: %s)."
|
793 |
|
794 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
795 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
796 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
797 |
msgstr "Lecserélve az aktuális időre (óó:pp:mm, pl.: %s)."
|
798 |
|
799 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
800 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
801 |
msgid ""
|
802 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
803 |
"in user)"
|
804 |
msgstr "Lecserélve a belépett felhasználó emailcímére (vagy üres lesz, ha nincs belépett felhasználó)."
|
805 |
|
806 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
807 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
808 |
msgid "First name of the current user"
|
809 |
msgstr "Aktuális felhasználó keresztneve"
|
810 |
|
811 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
812 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
813 |
msgid "Last name of the current user"
|
814 |
msgstr "Aktuális felhasználó vezetékneve"
|
815 |
|
816 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
817 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
818 |
msgid "Current user ID"
|
819 |
msgstr "Aktuális felhasználó azonosító"
|
820 |
|
821 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
822 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
823 |
msgid "Current URL"
|
824 |
msgstr "Aktuális URL"
|
825 |
|
826 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
827 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
828 |
msgid "Add a new field"
|
829 |
msgstr "Új mező hozzáadása"
|
830 |
|
@@ -833,71 +893,57 @@ msgid "Use the tool below to generate the HTML for your form fields."
|
|
833 |
msgstr "Használja az alábbi eszközt az űrlap mezők HTML kódjának létrehozásához."
|
834 |
|
835 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
836 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
837 |
msgid "Select MailChimp field.."
|
838 |
msgstr "Válasszon MailChimp mezőt..."
|
839 |
|
840 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
841 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
842 |
msgid "Submit Button"
|
843 |
msgstr "Elküldés gomb"
|
844 |
|
845 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
846 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
847 |
msgid "Lists Choice"
|
848 |
msgstr "Listás kiválasztó elem"
|
849 |
|
850 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
851 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
852 |
msgid "Label"
|
853 |
msgstr "Címke"
|
854 |
|
855 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
856 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
857 |
-
#: mailchimp-for-wordpress/includes/views/
|
858 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:45
|
859 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:50
|
860 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
861 |
-
msgid "(optional)"
|
862 |
-
msgstr "(opcionális)"
|
863 |
-
|
864 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
865 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:50
|
866 |
msgid "Placeholder"
|
867 |
msgstr "Helyőrző"
|
868 |
|
869 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
870 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
871 |
-
msgid "Initial value"
|
872 |
-
msgstr "Kezdeti érték"
|
873 |
-
|
874 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
875 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
876 |
msgid "Labels"
|
877 |
msgstr "Címkék"
|
878 |
|
879 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
880 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
881 |
msgid "(leave empty to hide)"
|
882 |
msgstr "(ha üres, akkor nem jelenik meg)"
|
883 |
|
884 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
885 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
886 |
msgid "Wrap in paragraph %s tags?"
|
887 |
msgstr "Legyen bekezdés elembe (%s) foglalva?"
|
888 |
|
889 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
890 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
891 |
msgid "Required field?"
|
892 |
msgstr "Kötelező mező?"
|
893 |
|
894 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
895 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
896 |
msgid "Add to form"
|
897 |
msgstr "Űrlapra rak"
|
898 |
|
899 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
900 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
901 |
msgid "Generated HTML"
|
902 |
msgstr "Generált HTML"
|
903 |
|
@@ -911,7 +957,7 @@ msgid ""
|
|
911 |
"translated in your language or do you spot errors with the current "
|
912 |
"translations? Helping out is easy! Head over to <a href=\"%s\">the "
|
913 |
"translation project and click \"help translate\"</a>."
|
914 |
-
msgstr ""
|
915 |
|
916 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:10
|
917 |
msgid ""
|
@@ -935,45 +981,35 @@ msgid ""
|
|
935 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
936 |
msgstr "Nézze meg a <a href=\"%s\">Gyakran Ismételt Kérdések</a>et vagy használja a <a href=\"%s\">támogatói fórumok</a>at a WordPress.org weboldalon."
|
937 |
|
938 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
939 |
-
msgid ""
|
940 |
-
"If you need priority support, please <a href=\"%s\">upgrade to the premium "
|
941 |
-
"version</a>."
|
942 |
-
msgstr "Ha elsőbbségi támogatásra van szüksége, akkor <a href=\"%s\">frissítsen a prémium verzióra</a>!"
|
943 |
-
|
944 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:15
|
945 |
msgid "Show a token of your appreciation"
|
946 |
msgstr "Adja jelét a megbecsülésének"
|
947 |
|
948 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
949 |
-
msgid "Upgrade to MailChimp for WordPress Pro"
|
950 |
-
msgstr ""
|
951 |
-
|
952 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
953 |
msgid "Leave a %s plugin review on WordPress.org"
|
954 |
msgstr "Értékelje a bővítményt %s a WordPress.org oldalon!"
|
955 |
|
956 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
957 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
958 |
msgstr "Én is használom @DannyvanKooten bővítményét: MailChimp for WordPress - és nagyszerű!"
|
959 |
|
960 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
961 |
msgid "Tweet about MailChimp for WordPress"
|
962 |
msgstr "Csiriplejen MailChimp for WordPress bővítményről!"
|
963 |
|
964 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
965 |
msgid ""
|
966 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
967 |
"page</a>."
|
968 |
-
msgstr ""
|
969 |
|
970 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
971 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
972 |
msgstr "Írja meg, hogy „működik” a WordPress.org bővítmény oldalán!"
|
973 |
|
974 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
975 |
msgid "About the developer"
|
976 |
-
msgstr ""
|
977 |
|
978 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:11
|
979 |
msgid ""
|
@@ -987,72 +1023,77 @@ msgid ""
|
|
987 |
msgstr "A Pro verzióban lehet több és jobb űrlapja, van benne haladó és egyszerű űrlap stílus kezelés, több alap sablon, részletes statisztika, stb."
|
988 |
|
989 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
990 |
-
msgid "
|
991 |
-
msgstr "
|
992 |
|
993 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
994 |
msgid "Documentation"
|
995 |
msgstr "Dokumentáció"
|
996 |
|
997 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
998 |
msgid "Save Form"
|
999 |
msgstr "Űrlap mentése"
|
1000 |
|
1001 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1002 |
msgid "Update Form"
|
1003 |
msgstr "Űrlap frissítése"
|
1004 |
|
1005 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1006 |
msgid "Back to general form settings"
|
1007 |
msgstr "Vissza az általános űrlap beállításokhoz"
|
1008 |
|
1009 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1010 |
msgid "Form updated."
|
1011 |
msgstr "Űrlap frissítve."
|
1012 |
|
1013 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1014 |
msgid "Form saved."
|
1015 |
msgstr "Űrlap mentve."
|
1016 |
|
1017 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1018 |
msgid "Optional Settings"
|
1019 |
msgstr "Opcionális beállítások"
|
1020 |
|
1021 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1022 |
msgid "Form Variables"
|
1023 |
msgstr "Űrlap változók"
|
1024 |
|
1025 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
1026 |
msgid "MailChimp & License"
|
1027 |
msgstr "MailChimp és licensz"
|
1028 |
|
1029 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
1030 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1031 |
msgid "Reports"
|
1032 |
msgstr "Jelentések"
|
1033 |
|
1034 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1035 |
msgid ""
|
1036 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1037 |
"href=\"%s\">Provide a valid API key.</a>"
|
1038 |
msgstr "Kérjük kösse össze a bővítményt a MailChimppel. <a href=\"%s\">Adjon meg érvényes API kulcsot!</a>"
|
1039 |
|
1040 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1041 |
msgid "End date can't be before the start date"
|
1042 |
msgstr "A befejezés dátuma nem lehet a kézdés dátuma előtt."
|
1043 |
|
1044 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1045 |
msgid ""
|
1046 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1047 |
"page."
|
1048 |
msgstr "Kikapcsolta a naplózást a %s szűrővel. Engedélyezze újra a Jelentések oldal használatához."
|
1049 |
|
1050 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1051 |
msgid ""
|
1052 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1053 |
-
"settings you
|
1054 |
-
"it now</a
|
1055 |
-
msgstr "<strong>Üdvözli a MailChimp for WordPress Pro!</strong> Átvettük a Lite
|
1056 |
|
1057 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1058 |
msgid ""
|
@@ -1074,71 +1115,71 @@ msgstr "Ezen stílusok alkalmazásához a weboldalon, válassza „Igen, egyedi
|
|
1074 |
msgid "The %sCSS Stylesheet%s has been created."
|
1075 |
msgstr "A %sCSS stíluslap%s létrehozva."
|
1076 |
|
1077 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1078 |
msgid "I know. Don't bug me."
|
1079 |
msgstr "Tudom. Ne zavaj ezzel!"
|
1080 |
|
1081 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1082 |
msgid ""
|
1083 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1084 |
"able to get %s updates. Please add %s to %s."
|
1085 |
msgstr "<b>Figyelem!</b> A külső kérések blokkolva vannak, így nem lehet letölteni %s frissítéseket. Kérjük, adja ezt: %s ide: %s."
|
1086 |
|
1087 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1088 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1089 |
msgstr "%s licensz aktiválva. Korlátlan licensszel rendelkezik. "
|
1090 |
|
1091 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1092 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1093 |
msgstr "%s licensz aktiválva. %d/%d aktivációt használt fel eddig."
|
1094 |
|
1095 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1096 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1097 |
msgstr "<a href=\"%s\">Tudta, hogy bővítheti a licenszét?</a>"
|
1098 |
|
1099 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1100 |
msgid ""
|
1101 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1102 |
" it?</a>"
|
1103 |
msgstr "<a href=\"%s\">A licensze %d nap múlva lejár, szeretné meghosszabítani?</a>"
|
1104 |
|
1105 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1106 |
msgid ""
|
1107 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1108 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1109 |
msgstr "Elérte az aktivációs korlátját. Vagy <a href=\"%s\">alapra kell állítani</a> vagy <a href=\"%s\">frissíteni kell</a> a licenszet, hogy használhassa ezen az oldalon."
|
1110 |
|
1111 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1112 |
msgid ""
|
1113 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1114 |
"you want to use it again."
|
1115 |
-
msgstr ""
|
1116 |
|
1117 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1118 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1119 |
msgstr "Nem sikerült aktiválni a licenszét. A licensz kulcs érvénytelennek tűnik."
|
1120 |
|
1121 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1122 |
msgid "Your %s license has been deactivated."
|
1123 |
msgstr "%s licensz kikapcsolva."
|
1124 |
|
1125 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1126 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1127 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1128 |
msgid ""
|
1129 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1130 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1131 |
-
msgstr ""
|
1132 |
|
1133 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1134 |
msgid "Failed to deactivate your %s license."
|
1135 |
msgstr "Nem sikerült kikapcsolat a licenszet: %s."
|
1136 |
|
1137 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1138 |
msgid "Request error: \"%s\""
|
1139 |
msgstr "Kérés hiba: „%s”"
|
1140 |
|
1141 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1142 |
msgid "%s: License Settings"
|
1143 |
msgstr "%s: licensz beállítások"
|
1144 |
|
@@ -1148,17 +1189,16 @@ msgid ""
|
|
1148 |
"the license."
|
1149 |
msgstr "%s hálózatban van, csak a szuper adminisztrátor kezelheti a licenszet."
|
1150 |
|
1151 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1152 |
msgid ""
|
1153 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1154 |
msgstr "%s frissítések keresése sikertelen volt a következő hiba miatt: <em>%s</em>"
|
1155 |
|
1156 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1157 |
msgid ""
|
1158 |
-
"This site has not been activated properly on
|
1159 |
-
"
|
1160 |
-
"
|
1161 |
-
msgstr "Ez az oldal nem lett megfelelően aktiválva a dannyvankooten.com oldalon, így nem tud frissítéseket keresni. Kérjük aktiválja az oldalát egy érvényes licensz kulccsal."
|
1162 |
|
1163 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1164 |
msgid "License status"
|
@@ -1174,7 +1214,7 @@ msgstr "kap frissítéseket"
|
|
1174 |
|
1175 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:28
|
1176 |
msgid "EXPIRED"
|
1177 |
-
msgstr ""
|
1178 |
|
1179 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:28
|
1180 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:30
|
@@ -1214,63 +1254,59 @@ msgstr "Licensz kulcs"
|
|
1214 |
msgid "Paste your license key here, as found in the email receipt."
|
1215 |
msgstr "Másolja ide a licensz kulcsot, a kapott emailből másolva."
|
1216 |
|
1217 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1218 |
-
msgid "You defined your license key using the %s PHP constant."
|
1219 |
-
msgstr "A licnesz kulcsot %s PHP állandó segítségével adta meg."
|
1220 |
-
|
1221 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:82
|
1222 |
msgid "Your %s license will expire on %s."
|
1223 |
msgstr "%s licensz lejár ekkor: %s."
|
1224 |
|
1225 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1226 |
msgid "%sRenew your license now%s."
|
1227 |
msgstr "%slicensz frissítése most%s."
|
1228 |
|
1229 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1230 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1231 |
msgstr "<strong>Hiba:</strong> kérjük, adjon meg egy űrlap azonosítót. Példa: %s."
|
1232 |
|
1233 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1234 |
msgid ""
|
1235 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1236 |
" correct form ID."
|
1237 |
msgstr "<strong>Hiba:</strong> nem találtam feliratkozás űrlapot. Kérjük, ellenőrizze, hogy a jó űrlap azonosítót adott meg."
|
1238 |
|
1239 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1240 |
msgid "New MailChimp Sign-Up"
|
1241 |
-
msgstr ""
|
1242 |
|
1243 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1244 |
msgid "New Sign-Up"
|
1245 |
msgstr "Új feliratkozás"
|
1246 |
|
1247 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1248 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1249 |
msgstr "<strong>%s</strong> feliratkozott %s weboldalon %s napon a(z) „%s” űrlap segítségével."
|
1250 |
|
1251 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1252 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1253 |
msgid "List"
|
1254 |
msgstr "Lista"
|
1255 |
|
1256 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1257 |
msgid "Other fields"
|
1258 |
-
msgstr ""
|
1259 |
|
1260 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1261 |
msgid ""
|
1262 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1263 |
"be added to the selected MailChimp lists until they confirm their email "
|
1264 |
"address."
|
1265 |
msgstr "Engedélyezte a dupla megerősítést a(z) „%s” űrlaphoz. A feliratkozók nem kerülnek be a MailChimp listákba, amíg nem erősítik meg az emailcímüket."
|
1266 |
|
1267 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1268 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1269 |
msgstr "Ezt az emailt a MailChimp for WordPress bővítmény automatikusan küldte."
|
1270 |
|
1271 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:140
|
1272 |
msgid "IP Address"
|
1273 |
-
msgstr ""
|
1274 |
|
1275 |
#: mailchimp-for-wordpress-pro/includes/class-widget.php:20
|
1276 |
msgid "MailChimp for WP Form"
|
@@ -1286,146 +1322,163 @@ msgid ""
|
|
1286 |
"href=\"%s\">widget settings</a>."
|
1287 |
msgstr "Válassza ki az itt megjelenítendő feliratkozás űrlapot a <a href=\"%s\">widget beállításainál</a>."
|
1288 |
|
1289 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1290 |
msgid "Form:"
|
1291 |
msgstr "Űrlap:"
|
1292 |
|
1293 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1294 |
msgid "Select the form to show"
|
1295 |
msgstr "Válassza ki a megjelenítendő űrlapot"
|
1296 |
|
1297 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1298 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1299 |
msgstr "Nincsen feliratkozás űrlap. <a href=\"%s\">Készítsen egyet most!</a>"
|
1300 |
|
1301 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
1302 |
msgid ""
|
1303 |
"Thank you, your sign-up request was successful! Please check your email "
|
1304 |
"inbox to confirm."
|
1305 |
msgstr "Köszönjük, a feliratkozás kérés sikeres volt. Kérjük, nézze meg a bejövő leveleit!"
|
1306 |
|
1307 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1308 |
msgid "ID"
|
1309 |
msgstr "azonosító"
|
1310 |
|
1311 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1312 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1313 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1314 |
msgid "Form"
|
1315 |
msgstr "Űrlap"
|
1316 |
|
1317 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1318 |
msgid "Shortcode"
|
1319 |
msgstr "Gyorskód"
|
1320 |
|
1321 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1322 |
msgid "List(s)"
|
1323 |
msgstr "Lista"
|
1324 |
|
1325 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1326 |
msgid "Last edited"
|
1327 |
msgstr "Utoljára módosítva"
|
1328 |
|
1329 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1330 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1331 |
msgid "Edit Form"
|
1332 |
msgstr "Űrlap szerkesztése"
|
1333 |
|
1334 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1335 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1336 |
msgid "Delete"
|
1337 |
msgstr "Törlés"
|
1338 |
|
1339 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1340 |
msgid "No MailChimp list(s) selected yet."
|
1341 |
msgstr "Nincsen(ek) MailChimp listá(k) kiválasztva."
|
1342 |
|
1343 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1344 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1345 |
msgstr "Még nem hozott létre feliratkozás űrlapot. Épp itt az ideje!"
|
1346 |
|
1347 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1348 |
-
|
1349 |
-
|
|
|
1350 |
|
1351 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1352 |
-
msgid "
|
1353 |
-
msgstr "
|
1354 |
|
1355 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1356 |
msgid "Email"
|
1357 |
msgstr "Email"
|
1358 |
|
1359 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1360 |
msgid "Type"
|
1361 |
msgstr "Típus"
|
1362 |
|
1363 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1364 |
msgid "Source"
|
1365 |
msgstr "Forrás"
|
1366 |
|
1367 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1368 |
-
msgid "Data"
|
1369 |
-
msgstr ""
|
1370 |
-
|
1371 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:58
|
1372 |
msgid "Subscribed"
|
1373 |
msgstr "Feliratkozva"
|
1374 |
|
1375 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1376 |
msgid "Log items deleted."
|
1377 |
msgstr "Törölt elemek naplózása"
|
1378 |
|
1379 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1380 |
-
|
1381 |
-
|
1382 |
-
msgstr "Megjegyzés"
|
1383 |
-
|
1384 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:209
|
1385 |
-
msgid "deleted"
|
1386 |
-
msgstr "törölve"
|
1387 |
|
1388 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1389 |
-
msgid "Registration"
|
1390 |
-
msgstr "Regisztráció"
|
1391 |
-
|
1392 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:235
|
1393 |
msgid "MultiSite registration"
|
1394 |
msgstr "MultiSite regisztráció"
|
1395 |
|
1396 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1397 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:243
|
1398 |
-
msgid "Checkout"
|
1399 |
-
msgstr "Pénztár"
|
1400 |
-
|
1401 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:248
|
1402 |
msgid "Contact Form 7"
|
1403 |
msgstr "Contact Form 7"
|
1404 |
|
1405 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1406 |
msgid "bbPress: New Topic"
|
1407 |
msgstr "bbPress: új téma"
|
1408 |
|
1409 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1410 |
msgid "bbPress: New Reply"
|
1411 |
msgstr "bbPress: új válasz"
|
1412 |
|
1413 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1414 |
msgid "Other Form"
|
1415 |
msgstr "Egyéb űrlap"
|
1416 |
|
1417 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1418 |
msgid "No subscribe requests found."
|
1419 |
msgstr "Nem találtam feliratkozási kéréseket."
|
1420 |
|
1421 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1422 |
msgid "All"
|
1423 |
msgstr "Mind"
|
1424 |
|
1425 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1426 |
msgid "Checkbox"
|
1427 |
msgstr "Jelölőnégyzet"
|
1428 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1429 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1430 |
msgid ""
|
1431 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
@@ -1460,11 +1513,6 @@ msgstr "Az email másolat ide menjen:"
|
|
1460 |
msgid "Messages"
|
1461 |
msgstr "Üzenetek"
|
1462 |
|
1463 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1464 |
-
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1465 |
-
msgid "Success"
|
1466 |
-
msgstr "Siker"
|
1467 |
-
|
1468 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1469 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1470 |
msgid "Invalid email address"
|
@@ -1490,21 +1538,27 @@ msgstr "Érvénytelen CAPTCHA"
|
|
1490 |
msgid "Other errors"
|
1491 |
msgstr "Egyéb hibák"
|
1492 |
|
1493 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
1494 |
msgid "Form usage"
|
1495 |
msgstr "Űrlap használat"
|
1496 |
|
1497 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1498 |
msgid ""
|
1499 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1500 |
"forms."
|
1501 |
msgstr "Használja ezt: %s a Contact Form 7 kódot, a feliratkozás jelölőnégyzet CF7 űrlapokba való berakásához."
|
1502 |
|
1503 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1504 |
msgid "Custom label texts"
|
1505 |
msgstr "Egyedi címke szövegek"
|
1506 |
|
1507 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1508 |
msgid ""
|
1509 |
"Override the default checkbox label text for any given checkbox using the "
|
1510 |
"fields below."
|
@@ -1530,10 +1584,6 @@ msgstr "Nem találtam listá(ka)t a MailChimp fiókjában."
|
|
1530 |
msgid "Statistics"
|
1531 |
msgstr "Statisztika"
|
1532 |
|
1533 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1534 |
-
msgid "Log"
|
1535 |
-
msgstr "Napló"
|
1536 |
-
|
1537 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1538 |
msgid ""
|
1539 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
@@ -1618,6 +1668,110 @@ msgstr "Alap űrlap beállítások"
|
|
1618 |
msgid "Default Messages"
|
1619 |
msgstr "Alap üzenetek"
|
1620 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1621 |
#. Plugin URI of the plugin/theme
|
1622 |
msgid "https://mc4wp.com/"
|
1623 |
msgstr "https://mc4wp.com/"
|
1 |
+
# Copyright (C) 2015 Danny van Kooten
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
+
# Németh Balázs <nb0000@gmail.com>, 2014-2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: MailChimp for WordPress\n"
|
8 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
9 |
+
"POT-Creation-Date: 2015-02-25 06:33:40+00:00\n"
|
10 |
+
"PO-Revision-Date: 2015-03-05 14:52+0000\n"
|
11 |
+
"Last-Translator: Németh Balázs <nb0000@gmail.com>\n"
|
12 |
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/hu_HU/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
25 |
"X-Poedit-SourceCharset: utf-8\n"
|
26 |
"X-Textdomain-Support: yes\n"
|
27 |
|
28 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:150
|
29 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:187
|
30 |
msgid "Settings"
|
31 |
msgstr "Beállítások"
|
32 |
|
33 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:169
|
34 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:16
|
35 |
+
msgid "Upgrade to MailChimp for WordPress Pro"
|
36 |
+
msgstr "Frissítés a MailChimp for WordPress Pro verzióra"
|
37 |
|
38 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:188
|
39 |
+
msgid "MailChimp API Settings"
|
40 |
+
msgstr "MailChimp API beállítások"
|
|
|
|
|
|
|
41 |
|
42 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:189
|
43 |
+
msgid "MailChimp"
|
44 |
+
msgstr "MailChimp"
|
45 |
+
|
46 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:194
|
47 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
48 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:537
|
49 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
50 |
+
msgid "Checkbox Settings"
|
51 |
+
msgstr "Jelölőnégyzet beállítások"
|
52 |
+
|
53 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:195
|
54 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:538
|
55 |
msgid "Checkboxes"
|
56 |
msgstr "Jelölőnégyzetek"
|
57 |
|
58 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:200
|
59 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
60 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:385
|
61 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:543
|
62 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
63 |
+
msgid "Form Settings"
|
64 |
+
msgstr "Űrlap beállítások"
|
65 |
+
|
66 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:201
|
67 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:544
|
68 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
69 |
msgid "Forms"
|
70 |
msgstr "Űrlapok"
|
71 |
|
72 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:205
|
73 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:206
|
74 |
+
msgid "Upgrade to Pro"
|
75 |
+
msgstr "Frissítés a Pro verzióra"
|
76 |
+
|
77 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:359
|
78 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
79 |
+
msgstr "Ez az opció csak a MailChimp for WordPress Pro verzióban érhető el."
|
80 |
+
|
81 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:361
|
82 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
83 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
84 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
85 |
+
msgid "(PRO ONLY)"
|
86 |
+
msgstr "(CSAK a PRO-ban)"
|
87 |
|
88 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:362
|
89 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:634
|
90 |
+
msgid "Button text"
|
91 |
+
msgstr "Gomb szöveg"
|
92 |
+
|
93 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:363
|
94 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
95 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:635
|
96 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
97 |
+
msgid "Initial value"
|
98 |
+
msgstr "Kezdeti érték"
|
99 |
+
|
100 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:364
|
101 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
102 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
103 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
104 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:636
|
105 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
106 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
107 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
108 |
+
msgid "(optional)"
|
109 |
+
msgstr "(opcionális)"
|
110 |
+
|
111 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:365
|
112 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:637
|
113 |
+
msgid "Label for"
|
114 |
+
msgstr "Címke ehhez:"
|
115 |
+
|
116 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:366
|
117 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:638
|
118 |
+
msgid "(or leave empty)"
|
119 |
+
msgstr "(vagy hagyd üresen)"
|
120 |
+
|
121 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:367
|
122 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:639
|
123 |
+
msgid "Subscribe"
|
124 |
+
msgstr "Feliratkozás"
|
125 |
+
|
126 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:391
|
127 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:677
|
128 |
msgid "Comment form"
|
129 |
msgstr "Hozzászólás űrlap"
|
130 |
|
131 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:392
|
132 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:678
|
133 |
msgid "Registration form"
|
134 |
msgstr "Regisztréciós űrlap"
|
135 |
|
136 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:396
|
137 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:682
|
138 |
msgid "MultiSite forms"
|
139 |
msgstr "MultiSite űrlap"
|
140 |
|
141 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:400
|
142 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:686
|
143 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:301
|
144 |
msgid "BuddyPress registration"
|
145 |
msgstr "BuddyPress regisztráció"
|
146 |
|
147 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:408
|
148 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:412
|
149 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:694
|
150 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:698
|
151 |
msgid "%s checkout"
|
152 |
msgstr "%s kifizetése"
|
153 |
|
154 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:440
|
155 |
+
msgid ""
|
156 |
+
"The plugin can only fetch a maximum of 100 lists from MailChimp, only your "
|
157 |
+
"first 100 lists are shown."
|
158 |
+
msgstr "A bővítmény legfeljebb 100 listát tud lekérni a MailChimptől, csak az első 100 lista jelenik meg."
|
159 |
+
|
160 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:445
|
161 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:742
|
162 |
msgid "Renewed MailChimp cache."
|
163 |
msgstr "MailChimp gyorstár frissítve."
|
164 |
|
165 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:447
|
166 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:744
|
167 |
msgid "Failed to renew MailChimp cache - please try again later."
|
168 |
msgstr "Nem sikerült a MailChimp gyorsítótár frissítése - kérjük, próbálja később."
|
169 |
|
170 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:480
|
|
|
171 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
172 |
msgstr "Egy EMAIL mező. Például: <code>%s</code>"
|
173 |
|
174 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
175 |
msgid "A submit button. Example: <code>%s</code>"
|
176 |
msgstr "Egy elküldés gomb. Például: <code>%s</code>"
|
177 |
|
178 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
179 |
msgid "Sign Up"
|
180 |
msgstr "Feliratkozás"
|
181 |
|
182 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:511
|
|
|
183 |
msgid "A '%s' field"
|
184 |
msgstr "Egy „%s” mező"
|
185 |
|
186 |
+
#: mailchimp-for-wordpress/includes/class-form-request.php:702
|
187 |
msgid "Please select at least one list to subscribe to."
|
188 |
msgstr "Legalább egy listát válasszon ki a feliratkozáshoz."
|
189 |
|
191 |
msgid "MailChimp Sign-Up Form"
|
192 |
msgstr "MailChimp feliratkozás űrlap"
|
193 |
|
194 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:22
|
195 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
196 |
msgstr "Megjeleníti a MailChimp for WordPress feliratkozás űrlapját"
|
197 |
|
198 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:66
|
199 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:71
|
200 |
msgid "Newsletter"
|
201 |
msgstr "Hírlevél"
|
202 |
|
203 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:69
|
204 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:82
|
205 |
msgid "Title:"
|
206 |
msgstr "Cím:"
|
207 |
|
208 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:73
|
209 |
msgid ""
|
210 |
+
"You can edit your sign-up form in the <a href=\"%s\">MailChimp for WordPress"
|
211 |
+
" form settings</a>."
|
212 |
+
msgstr "A feliratkozás űrlapot a <a href=\"%s\">MailChimp for WordPress űrlap beállítások</a>nál lehet szerkeszteni."
|
213 |
|
214 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
215 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:292
|
216 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
217 |
msgid "Email address"
|
218 |
msgstr "Emailcím"
|
219 |
|
220 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
221 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:291
|
222 |
msgid "Your email address"
|
223 |
msgstr "Az emailcímed"
|
224 |
|
225 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
226 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:293
|
227 |
msgid "Sign up"
|
228 |
msgstr "Feliratkozás"
|
229 |
|
232 |
msgid "Sign me up for the newsletter!"
|
233 |
msgstr "Irj fel a hírlevél címlistára!"
|
234 |
|
235 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:50
|
236 |
msgid ""
|
237 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
238 |
"inbox."
|
239 |
msgstr "Köszönjük. Ön sikeresen feliratkozott. Nézze meg a bejövő leveleit!"
|
240 |
|
241 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:51
|
242 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:52
|
243 |
msgid "Oops. Something went wrong. Please try again later."
|
244 |
msgstr "Hoppá! Valami nem működött. Kérjük, próbálja újra később!"
|
245 |
|
246 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:52
|
247 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:53
|
248 |
msgid "Please provide a valid email address."
|
249 |
msgstr "Kérjük, érvényes emailcímet adjon meg."
|
250 |
|
251 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:53
|
252 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:54
|
253 |
msgid "Given email address is already subscribed, thank you!"
|
254 |
msgstr "Ez az emailcím már feliratkozott. Köszönjük."
|
255 |
|
256 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:54
|
257 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:55
|
258 |
msgid "Please complete the CAPTCHA."
|
259 |
msgstr "Kérjük, töltse ki a CAPTCHA-t."
|
260 |
|
261 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:55
|
262 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:56
|
263 |
msgid "Please fill in the required fields."
|
264 |
msgstr "Kérjük, töltse ki a kötelező mezőket."
|
265 |
|
266 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
267 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
268 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
269 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
270 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:106
|
271 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:121
|
272 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:134
|
273 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:145
|
274 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:164
|
275 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:178
|
276 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
277 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
278 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
279 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
283 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
284 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
285 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
286 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:71
|
287 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
288 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
289 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
290 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
291 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
295 |
msgid "Yes"
|
296 |
msgstr "Igen"
|
297 |
|
298 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
299 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
300 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
301 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
302 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
303 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:110
|
304 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:125
|
305 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:136
|
306 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:149
|
307 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:168
|
308 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:182
|
309 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
310 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
311 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
312 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
316 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
317 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
318 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
319 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:75
|
320 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
321 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
322 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
323 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
324 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
329 |
msgid "No"
|
330 |
msgstr "Nem"
|
331 |
|
332 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:236
|
333 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:239
|
334 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:311
|
335 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:320
|
336 |
msgid "MailChimp for WordPress - Error"
|
337 |
msgstr "MailChimp for WordPress - Hiba"
|
338 |
|
339 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:237
|
340 |
msgid ""
|
341 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
342 |
"settings</a>."
|
343 |
msgstr "Kérjük válaszon egy listát a feliratkozáshoz <a href=\"%s\">jelölőnégyzet beállítások</a>nál."
|
344 |
|
345 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:238
|
346 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:319
|
347 |
msgid "This message is only visible to administrators for debugging purposes."
|
348 |
msgstr "Ezt az üzenetet csak adminisztrátorok látják hibajavítási célzattal."
|
349 |
|
350 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:312
|
351 |
msgid ""
|
352 |
"The MailChimp server returned the following error message as a response to "
|
353 |
"our sign-up request:"
|
354 |
msgstr "A MailChimp kiszolgáló az alábbi hibával válaszolt a feliratkozási kérésre:"
|
355 |
|
356 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:314
|
357 |
msgid "This is the data that was sent to MailChimp:"
|
358 |
msgstr "Ez az adat lett elküldve a MailChimp felé:"
|
359 |
|
360 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:315
|
361 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:664
|
362 |
msgid "Email address:"
|
363 |
msgstr "Emailcím:"
|
364 |
|
365 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:317
|
366 |
msgid "Merge variables:"
|
367 |
msgstr "Változók egyesítése:"
|
368 |
|
370 |
msgid "MailChimp for WordPress"
|
371 |
msgstr "MailChimp for WordPress"
|
372 |
|
373 |
+
#: mailchimp-for-wordpress/includes/views/api-settings.php:12
|
374 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:99
|
375 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
376 |
+
msgid "MailChimp Settings"
|
377 |
+
msgstr "MailChimp beállítások"
|
378 |
+
|
379 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
380 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
381 |
msgid "API Settings"
|
430 |
msgid "No lists were found in your MailChimp account"
|
431 |
msgstr "Nem találhatók listák a MailChimp fiókjában."
|
432 |
|
|
|
|
|
|
|
|
|
|
|
433 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
434 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
435 |
msgid ""
|
458 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
459 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
460 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
461 |
+
msgid "No lists found, <a href=\"%s\">are you connected to MailChimp</a>?"
|
462 |
+
msgstr "Nem találtam listákat, <a href=\"%s\">össze van kötve a MailChimppel</a>?"
|
463 |
|
464 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
465 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
469 |
msgstr "Válassza ki a listá(ka)t, amelyre az űrlapot kitöltők fel lesznek iratva."
|
470 |
|
471 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
472 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:102
|
473 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
474 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
475 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
477 |
msgstr "Dupla megerősítés?"
|
478 |
|
479 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
480 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:113
|
481 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
482 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
483 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
487 |
msgstr "Válassza az „Igen”-t, ha a feliratkozóknak meg kell erősíteniük az emailcímüket (ajánlott)"
|
488 |
|
489 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
490 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:82
|
491 |
msgid "Checkbox settings"
|
492 |
msgstr "Jelölőnégyzet beállítások"
|
493 |
|
494 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
495 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:85
|
496 |
msgid "Add the checkbox to these forms"
|
497 |
msgstr "Legyen jelölőnégyzet ezeken az űrlapokon"
|
498 |
|
499 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
500 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:92
|
501 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
502 |
msgstr "A kijelölt űrlapokhoz automatikusan hozzá lesz adva a feliratkozás jelölőnégyzet."
|
503 |
|
504 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
505 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:105
|
506 |
msgid "Checkbox label text"
|
507 |
msgstr "Jelölőnégyzethez tartozó felirat."
|
508 |
|
509 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
510 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:108
|
511 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:148
|
512 |
msgid "HTML tags like %s are allowed in the label text."
|
513 |
msgstr "HTML elemek (például %s) lehetnek a címkék szövegeiben."
|
514 |
|
515 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
516 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:112
|
517 |
msgid "Pre-check the checkbox?"
|
518 |
msgstr "Jelölőnégyzet bejelölése előre?"
|
519 |
|
520 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
521 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:117
|
522 |
msgid "Load some default CSS?"
|
523 |
msgstr "Kell némi alap CSS?"
|
524 |
|
525 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
526 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:119
|
527 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
528 |
msgstr "Válassza az „Igen”-t, ha a jelölő négyzet fura helyen jelenik meg."
|
529 |
|
530 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
531 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:122
|
532 |
msgid "WooCommerce checkbox position"
|
533 |
msgstr "WooCommerce jelölőnégyzet helye"
|
534 |
|
535 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
536 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:125
|
537 |
msgid "After the billing details"
|
538 |
msgstr "A számlázási adatok után"
|
539 |
|
540 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
541 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:126
|
542 |
msgid "After the additional information"
|
543 |
msgstr "A további információk után"
|
544 |
|
545 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
546 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
|
547 |
msgid ""
|
548 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
549 |
msgstr "Válassza ki a jelölőnégyzet helyét a WooCommerce fizetési űrlapon."
|
550 |
|
|
|
|
|
|
|
|
|
|
|
|
|
551 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
552 |
msgid ""
|
553 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
568 |
msgid "Yes, load basic form styles"
|
569 |
msgstr "Igen, alap űrlap stílusok betöltése"
|
570 |
|
|
|
|
|
|
|
|
|
|
|
|
|
571 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
572 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
573 |
msgid "Yes, load my custom form styles"
|
629 |
msgid "Form mark-up"
|
630 |
msgstr "Űrlap kód"
|
631 |
|
632 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:79
|
633 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:90
|
|
|
|
|
|
|
|
|
|
|
634 |
msgid ""
|
635 |
"Use the shortcode %s to display this form inside a post, page or text "
|
636 |
"widget."
|
637 |
msgstr "Használja a %s gyorskódot az űrlap megjelenítéséhez bejegyzésben, oldalon vagy widgetben."
|
638 |
|
639 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
640 |
+
#: mailchimp-for-wordpress-pro/includes/views/parts/missing-fields-notice.php:4
|
641 |
+
msgid "Your form is missing the following (required) form fields:"
|
642 |
+
msgstr "Hiányoznak az űrlapról a következő (kötelező) mezők:"
|
643 |
+
|
644 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:117
|
645 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
646 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
647 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
648 |
msgid "Send Welcome Email?"
|
649 |
msgstr "Üdvözlő email küldése?"
|
650 |
|
651 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:128
|
652 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
653 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
657 |
"succeeds (only when double opt-in is disabled)."
|
658 |
msgstr "Ha „Igen”-t választ, akkor a feliratkozók kapnak egy üdvözlő email (csak ha nincs dupla megerősítés)."
|
659 |
|
660 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:131
|
661 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
662 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:67
|
663 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
664 |
msgid "Update existing subscribers?"
|
665 |
msgstr "Meglévő feliratkozók frissítése?"
|
666 |
|
667 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:138
|
668 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
669 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
670 |
msgid ""
|
672 |
"showing the \"already subscribed\" message)."
|
673 |
msgstr "Ha „Igen”, akkor a „Már feliratkozott” üzenet megjelenítése helyett a meglévő feliratkozó adatai frissülnek."
|
674 |
|
675 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:141
|
676 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
677 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
678 |
msgid "Replace interest groups?"
|
679 |
msgstr "Érdeklődési körök cseréje?"
|
680 |
|
681 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:152
|
682 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
683 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
684 |
msgid ""
|
687 |
"groups (only when updating a subscriber)."
|
688 |
msgstr "Ha „Igen”-t választ, akkor a feliratkozó érdeklődési körei az újonnan megadott(ak)ra lesz cserélve, és nem a meglévő(k)höz lesz hozzáadva (csak a feliratkozók frissítése estén)."
|
689 |
|
690 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:156
|
691 |
msgid "Form Settings & Messages"
|
692 |
msgstr "Űrlap beállítások és üzenetek"
|
693 |
|
694 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:160
|
695 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
696 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
697 |
msgid "Enable AJAX form submission?"
|
698 |
msgstr "Legyen AJAX alapú a beküldés?"
|
699 |
|
700 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:171
|
701 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
702 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
703 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
704 |
msgstr "Ha „Igen”-t választ, akkor az űrlap adatai AJAX (JavaScript) segítéségvel lesznek elküldve."
|
705 |
|
706 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:174
|
707 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
708 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
709 |
msgid "Hide form after a successful sign-up?"
|
710 |
msgstr "Űrlap elrejtése a sikeres feliratkozás után?"
|
711 |
|
712 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:185
|
713 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
714 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
715 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
716 |
msgstr "Ha „Igen”, akkor sikeres feliratkozás után el lesznek rejtve az űrlap mezői."
|
717 |
|
718 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:188
|
719 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
720 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
721 |
msgid "Redirect to URL after successful sign-ups"
|
722 |
msgstr "Átirányítás az URL-re sikeres feliratkozás után"
|
723 |
|
724 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:190
|
725 |
msgid "Example: %s"
|
726 |
msgstr "Példa: %s"
|
727 |
|
728 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:191
|
729 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
730 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
731 |
msgid ""
|
732 |
+
"Leave empty for no redirect. Otherwise, use complete (absolute) URLs, "
|
733 |
+
"including <code>http://</code>."
|
734 |
+
msgstr "Hagyja üresen, ha nem kell átirányítás. Egyébként teljes (abszolút) URLt használjuon, legyen benn <code>http://</code> is."
|
735 |
|
736 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
737 |
msgid "Success message"
|
738 |
msgstr "Üzenet siker esetén"
|
739 |
|
740 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:199
|
741 |
msgid "Invalid email address message"
|
742 |
msgstr "Érvénytelen emailcím üzenet"
|
743 |
|
744 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:203
|
745 |
msgid "Required field missing message"
|
746 |
msgstr "Szükséges mező nincs kitöltve üzenet"
|
747 |
|
748 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:207
|
749 |
msgid "Already subscribed message"
|
750 |
msgstr "Már feliratkozott üzenet"
|
751 |
|
752 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:212
|
753 |
msgid "Invalid CAPTCHA message"
|
754 |
msgstr "Érvénytelen CAPTCHA üzenet"
|
755 |
|
756 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:217
|
757 |
msgid "General error message"
|
758 |
msgstr "Általános hiba üzenet"
|
759 |
|
760 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:223
|
761 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
762 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
763 |
msgid "HTML tags like %s are allowed in the message fields."
|
764 |
msgstr "HTML elemek (például: %s) lehetnek az üzenet mezőkben."
|
765 |
|
766 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:237
|
767 |
msgid "Building your sign-up form"
|
768 |
+
msgstr "Saját feliratkozás űrlap készítése"
|
769 |
|
770 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:238
|
771 |
msgid ""
|
772 |
"At a minimum, your form should include just an %s field and a submit button."
|
773 |
+
msgstr "Az űrlapon legyen legalább egy %s mező és egy elküldés gomb."
|
774 |
|
775 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:239
|
776 |
msgid ""
|
777 |
"Add more form fields if your selected lists require more fields. Field names"
|
778 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
779 |
"field\" tool to have the HTML generated for you."
|
780 |
+
msgstr "Adj hozzá további mezőket, ha a kiválasztott listákban több kötelező mező van. A mezők neveinek egyeznie kell a kiválasztott listák mező címkéivel. Használd az „Új mező hozzáadása” gombot HTML kód létrehozásához."
|
781 |
|
782 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:241
|
783 |
msgid "Form Styling"
|
784 |
+
msgstr "Űrlap stílusok"
|
785 |
|
786 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:242
|
787 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
788 |
+
msgstr "Az űrlap vizuális megjelenésének módosítása %s-re vonatkozó CSS szabályokkal."
|
789 |
|
790 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:243
|
791 |
msgid ""
|
792 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
793 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
794 |
" plugin like %s"
|
795 |
+
msgstr "A CSS szabályokat a sablon stíluslapjába teheti a <a href=\"%s\">Sablon szerkesztő</a> segítségével vagy FTP-n keresztül ezt szerkesztve: %s. Alternatív megoldás a bővítmények használata, pl.: %s"
|
796 |
|
797 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:244
|
798 |
msgid ""
|
799 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
800 |
"selectors you can use to target the different form elements."
|
801 |
+
msgstr "A <a href=\"%s\" target=\"_blank\">bővítmény GyIK</a> része számos CSS jelölőt listáz, amivel különböző űrlap elemeket célozhat."
|
802 |
|
803 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:245
|
804 |
msgid ""
|
805 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
806 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
807 |
"lets you customize form styles without writing any code."
|
808 |
+
msgstr "Ha könnyebben szeretné formázni az űrlapjait, akkor <a href=\"%s\">frissítsen a MailChimp for WordPress Pro verzióra</a>. Abban van a „Stílus szerkesztő”, amivel kód írása nélkül lehet testre szabni az űrlapok stílusait."
|
809 |
|
810 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:247
|
811 |
msgid "Form variables"
|
812 |
msgstr "Űrlap változók"
|
813 |
|
814 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:248
|
815 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:427
|
816 |
msgid "Use the following variables to add some dynamic content to your form."
|
817 |
msgstr "Az alábbi változókkal dinamikus tartalom kerülhet az űrlapba."
|
818 |
|
819 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:255
|
820 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
821 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
822 |
+
msgstr "Lecserélve a látogató email címére (ha elérhető URL-ben vagy sütiben)."
|
823 |
|
824 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:259
|
825 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
826 |
msgid "Replaced with the form response (error or success messages)."
|
827 |
msgstr "Lecserélve az űrlap válasz üzenetére (hiba vagy siker üzenet)."
|
828 |
|
829 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:264
|
830 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
831 |
msgid "Replaced with a captcha field."
|
832 |
msgstr "Lecserélve egy captcha mezőre."
|
833 |
|
834 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
835 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
836 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
837 |
msgstr "Lecserélve a feliratkozók számára a kijelölt listá(k)ban."
|
838 |
|
839 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:273
|
840 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
841 |
msgid "Replaced with the current site language, eg: %s"
|
842 |
msgstr "Lecserélve a weboldal aktuális nyelvére, pl.: %s"
|
843 |
|
844 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:277
|
845 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
846 |
msgid "Replaced with the visitor's IP address"
|
847 |
msgstr "Lecserélve a látogató IP címére."
|
848 |
|
849 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:281
|
850 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
851 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
852 |
msgstr "Lecserélve az aktuális dátumra (éééé/hh/nn, pl.: %s)."
|
853 |
|
854 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:285
|
855 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
856 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
857 |
msgstr "Lecserélve az aktuális időre (óó:pp:mm, pl.: %s)."
|
858 |
|
859 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:289
|
860 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
861 |
msgid ""
|
862 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
863 |
"in user)"
|
864 |
msgstr "Lecserélve a belépett felhasználó emailcímére (vagy üres lesz, ha nincs belépett felhasználó)."
|
865 |
|
866 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:293
|
867 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
868 |
msgid "First name of the current user"
|
869 |
msgstr "Aktuális felhasználó keresztneve"
|
870 |
|
871 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:297
|
872 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
873 |
msgid "Last name of the current user"
|
874 |
msgstr "Aktuális felhasználó vezetékneve"
|
875 |
|
876 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:301
|
877 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
878 |
msgid "Current user ID"
|
879 |
msgstr "Aktuális felhasználó azonosító"
|
880 |
|
881 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:305
|
882 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
883 |
msgid "Current URL"
|
884 |
msgstr "Aktuális URL"
|
885 |
|
886 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
887 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:31
|
888 |
msgid "Add a new field"
|
889 |
msgstr "Új mező hozzáadása"
|
890 |
|
893 |
msgstr "Használja az alábbi eszközt az űrlap mezők HTML kódjának létrehozásához."
|
894 |
|
895 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
896 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:35
|
897 |
msgid "Select MailChimp field.."
|
898 |
msgstr "Válasszon MailChimp mezőt..."
|
899 |
|
900 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
901 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:39
|
902 |
msgid "Submit Button"
|
903 |
msgstr "Elküldés gomb"
|
904 |
|
905 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
906 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:40
|
907 |
msgid "Lists Choice"
|
908 |
msgstr "Listás kiválasztó elem"
|
909 |
|
910 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
911 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
912 |
msgid "Label"
|
913 |
msgstr "Címke"
|
914 |
|
|
|
915 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
916 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
917 |
msgid "Placeholder"
|
918 |
msgstr "Helyőrző"
|
919 |
|
|
|
|
|
|
|
|
|
|
|
920 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
921 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
922 |
msgid "Labels"
|
923 |
msgstr "Címkék"
|
924 |
|
925 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
926 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
927 |
msgid "(leave empty to hide)"
|
928 |
msgstr "(ha üres, akkor nem jelenik meg)"
|
929 |
|
930 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
931 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:68
|
932 |
msgid "Wrap in paragraph %s tags?"
|
933 |
msgstr "Legyen bekezdés elembe (%s) foglalva?"
|
934 |
|
935 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
936 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:72
|
937 |
msgid "Required field?"
|
938 |
msgstr "Kötelező mező?"
|
939 |
|
940 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
941 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:76
|
942 |
msgid "Add to form"
|
943 |
msgstr "Űrlapra rak"
|
944 |
|
945 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
946 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:80
|
947 |
msgid "Generated HTML"
|
948 |
msgstr "Generált HTML"
|
949 |
|
957 |
"translated in your language or do you spot errors with the current "
|
958 |
"translations? Helping out is easy! Head over to <a href=\"%s\">the "
|
959 |
"translation project and click \"help translate\"</a>."
|
960 |
+
msgstr "A MailChimp for WordPress fordításokra vár. Nincs lefordítva a bővítmény az Ön nyelvére, vagy hibákat talált az aktuális fordításban? Könnyen segíthet nekünk. Menjen át a <a href=\"%s\">fordításokhoz és kattintson „help translate” linkre</a>!"
|
961 |
|
962 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:10
|
963 |
msgid ""
|
981 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
982 |
msgstr "Nézze meg a <a href=\"%s\">Gyakran Ismételt Kérdések</a>et vagy használja a <a href=\"%s\">támogatói fórumok</a>at a WordPress.org weboldalon."
|
983 |
|
984 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
985 |
msgid "Show a token of your appreciation"
|
986 |
msgstr "Adja jelét a megbecsülésének"
|
987 |
|
988 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
|
|
|
|
|
|
|
|
989 |
msgid "Leave a %s plugin review on WordPress.org"
|
990 |
msgstr "Értékelje a bővítményt %s a WordPress.org oldalon!"
|
991 |
|
992 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
993 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
994 |
msgstr "Én is használom @DannyvanKooten bővítményét: MailChimp for WordPress - és nagyszerű!"
|
995 |
|
996 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
997 |
msgid "Tweet about MailChimp for WordPress"
|
998 |
msgstr "Csiriplejen MailChimp for WordPress bővítményről!"
|
999 |
|
1000 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:19
|
1001 |
msgid ""
|
1002 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
1003 |
"page</a>."
|
1004 |
+
msgstr "Értékelje a bővítményt a blogján, és linkeljen a <a href=\"%s\">a bővítmény oldalára</a>!"
|
1005 |
|
1006 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:20
|
1007 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
1008 |
msgstr "Írja meg, hogy „működik” a WordPress.org bővítmény oldalán!"
|
1009 |
|
1010 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:24
|
1011 |
msgid "About the developer"
|
1012 |
+
msgstr "A fejlesztőről"
|
1013 |
|
1014 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:11
|
1015 |
msgid ""
|
1023 |
msgstr "A Pro verzióban lehet több és jobb űrlapja, van benne haladó és egyszerű űrlap stílus kezelés, több alap sablon, részletes statisztika, stb."
|
1024 |
|
1025 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
1026 |
+
msgid "Upgrade Now"
|
1027 |
+
msgstr "Frissítés most"
|
1028 |
|
1029 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:206
|
1030 |
msgid "Documentation"
|
1031 |
msgstr "Dokumentáció"
|
1032 |
|
1033 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:254
|
1034 |
msgid "Save Form"
|
1035 |
msgstr "Űrlap mentése"
|
1036 |
|
1037 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:258
|
1038 |
msgid "Update Form"
|
1039 |
msgstr "Űrlap frissítése"
|
1040 |
|
1041 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:314
|
1042 |
msgid "Back to general form settings"
|
1043 |
msgstr "Vissza az általános űrlap beállításokhoz"
|
1044 |
|
1045 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:316
|
1046 |
msgid "Form updated."
|
1047 |
msgstr "Űrlap frissítve."
|
1048 |
|
1049 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:317
|
1050 |
msgid "Form saved."
|
1051 |
msgstr "Űrlap mentve."
|
1052 |
|
1053 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:386
|
1054 |
msgid "Optional Settings"
|
1055 |
msgstr "Opcionális beállítások"
|
1056 |
|
1057 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:387
|
1058 |
msgid "Form Variables"
|
1059 |
msgstr "Űrlap változók"
|
1060 |
|
1061 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:531
|
1062 |
+
msgid "MailChimp & Plugin License Settings"
|
1063 |
+
msgstr "MailChimp és bővítmény licensz beállítások"
|
1064 |
+
|
1065 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:532
|
1066 |
msgid "MailChimp & License"
|
1067 |
msgstr "MailChimp és licensz"
|
1068 |
|
1069 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:548
|
1070 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:549
|
1071 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1072 |
msgid "Reports"
|
1073 |
msgstr "Jelentések"
|
1074 |
|
1075 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:732
|
1076 |
msgid ""
|
1077 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1078 |
"href=\"%s\">Provide a valid API key.</a>"
|
1079 |
msgstr "Kérjük kösse össze a bővítményt a MailChimppel. <a href=\"%s\">Adjon meg érvényes API kulcsot!</a>"
|
1080 |
|
1081 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:834
|
1082 |
msgid "End date can't be before the start date"
|
1083 |
msgstr "A befejezés dátuma nem lehet a kézdés dátuma előtt."
|
1084 |
|
1085 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:866
|
1086 |
msgid ""
|
1087 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1088 |
"page."
|
1089 |
msgstr "Kikapcsolta a naplózást a %s szűrővel. Engedélyezze újra a Jelentések oldal használatához."
|
1090 |
|
1091 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:882
|
1092 |
msgid ""
|
1093 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1094 |
+
"settings you set in the Lite version, you can safely <a "
|
1095 |
+
"href=\"%s\">deactivate it now</a>."
|
1096 |
+
msgstr "<strong>Üdvözli a MailChimp for WordPress Pro!</strong> Átvettük a beállításokat, amiket a Lite verzióban használt. Most már <a href=\"%s\">kikapcsolhatja a Lite verziót</a>."
|
1097 |
|
1098 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1099 |
msgid ""
|
1115 |
msgid "The %sCSS Stylesheet%s has been created."
|
1116 |
msgstr "A %sCSS stíluslap%s létrehozva."
|
1117 |
|
1118 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:142
|
1119 |
msgid "I know. Don't bug me."
|
1120 |
msgstr "Tudom. Ne zavaj ezzel!"
|
1121 |
|
1122 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:161
|
1123 |
msgid ""
|
1124 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1125 |
"able to get %s updates. Please add %s to %s."
|
1126 |
msgstr "<b>Figyelem!</b> A külső kérések blokkolva vannak, így nem lehet letölteni %s frissítéseket. Kérjük, adja ezt: %s ide: %s."
|
1127 |
|
1128 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:203
|
1129 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1130 |
msgstr "%s licensz aktiválva. Korlátlan licensszel rendelkezik. "
|
1131 |
|
1132 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:205
|
1133 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1134 |
msgstr "%s licensz aktiválva. %d/%d aktivációt használt fel eddig."
|
1135 |
|
1136 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:210
|
1137 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1138 |
msgstr "<a href=\"%s\">Tudta, hogy bővítheti a licenszét?</a>"
|
1139 |
|
1140 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:214
|
1141 |
msgid ""
|
1142 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1143 |
" it?</a>"
|
1144 |
msgstr "<a href=\"%s\">A licensze %d nap múlva lejár, szeretné meghosszabítani?</a>"
|
1145 |
|
1146 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:223
|
1147 |
msgid ""
|
1148 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1149 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1150 |
msgstr "Elérte az aktivációs korlátját. Vagy <a href=\"%s\">alapra kell állítani</a> vagy <a href=\"%s\">frissíteni kell</a> a licenszet, hogy használhassa ezen az oldalon."
|
1151 |
|
1152 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:227
|
1153 |
msgid ""
|
1154 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1155 |
"you want to use it again."
|
1156 |
+
msgstr "A licenc lejárt. <a href=\"%s\">Meg kell újítani a licencet</a>, ha újra használni szeretné."
|
1157 |
|
1158 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:230
|
1159 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1160 |
msgstr "Nem sikerült aktiválni a licenszét. A licensz kulcs érvénytelennek tűnik."
|
1161 |
|
1162 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:255
|
1163 |
msgid "Your %s license has been deactivated."
|
1164 |
msgstr "%s licensz kikapcsolva."
|
1165 |
|
1166 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:260
|
1167 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:66
|
1168 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:75
|
1169 |
msgid ""
|
1170 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1171 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1172 |
+
msgstr "A bővítmény licence lejárt. Nem kap több frissítést, amíg nem <a href=\"%s\">újítja meg a licencet</a>."
|
1173 |
|
1174 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:262
|
1175 |
msgid "Failed to deactivate your %s license."
|
1176 |
msgstr "Nem sikerült kikapcsolat a licenszet: %s."
|
1177 |
|
1178 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:300
|
1179 |
msgid "Request error: \"%s\""
|
1180 |
msgstr "Kérés hiba: „%s”"
|
1181 |
|
1182 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:459
|
1183 |
msgid "%s: License Settings"
|
1184 |
msgstr "%s: licensz beállítások"
|
1185 |
|
1189 |
"the license."
|
1190 |
msgstr "%s hálózatban van, csak a szuper adminisztrátor kezelheti a licenszet."
|
1191 |
|
1192 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:64
|
1193 |
msgid ""
|
1194 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1195 |
msgstr "%s frissítések keresése sikertelen volt a következő hiba miatt: <em>%s</em>"
|
1196 |
|
1197 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:126
|
1198 |
msgid ""
|
1199 |
+
"This site has not been activated properly on mc4wp.com and thus cannot check"
|
1200 |
+
" for future updates. Please activate your site with a valid license key."
|
1201 |
+
msgstr "Ez a weboldal nem lett megfelelően aktiválva az mc4wp.com címen, így nem tud frissítéseket kapni. Kérjük aktiválja a weboldalt egy érvényes licenc kulccsal."
|
|
|
1202 |
|
1203 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1204 |
msgid "License status"
|
1214 |
|
1215 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:28
|
1216 |
msgid "EXPIRED"
|
1217 |
+
msgstr "LEJÁRT"
|
1218 |
|
1219 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:28
|
1220 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:30
|
1254 |
msgid "Paste your license key here, as found in the email receipt."
|
1255 |
msgstr "Másolja ide a licensz kulcsot, a kapott emailből másolva."
|
1256 |
|
1257 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:79
|
|
|
|
|
|
|
|
|
1258 |
msgid "Your %s license will expire on %s."
|
1259 |
msgstr "%s licensz lejár ekkor: %s."
|
1260 |
|
1261 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:83
|
1262 |
msgid "%sRenew your license now%s."
|
1263 |
msgstr "%slicensz frissítése most%s."
|
1264 |
|
1265 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:261
|
1266 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1267 |
msgstr "<strong>Hiba:</strong> kérjük, adjon meg egy űrlap azonosítót. Példa: %s."
|
1268 |
|
1269 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:275
|
1270 |
msgid ""
|
1271 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1272 |
" correct form ID."
|
1273 |
msgstr "<strong>Hiba:</strong> nem találtam feliratkozás űrlapot. Kérjük, ellenőrizze, hogy a jó űrlap azonosítót adott meg."
|
1274 |
|
1275 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:647
|
1276 |
msgid "New MailChimp Sign-Up"
|
1277 |
+
msgstr "Új MailChimp feliratkozás"
|
1278 |
|
1279 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:655
|
1280 |
msgid "New Sign-Up"
|
1281 |
msgstr "Új feliratkozás"
|
1282 |
|
1283 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:656
|
1284 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1285 |
msgstr "<strong>%s</strong> feliratkozott %s weboldalon %s napon a(z) „%s” űrlap segítségével."
|
1286 |
|
1287 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:661
|
1288 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:77
|
1289 |
msgid "List"
|
1290 |
msgstr "Lista"
|
1291 |
|
1292 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:701
|
1293 |
msgid "Other fields"
|
1294 |
+
msgstr "Egyéb mezők"
|
1295 |
|
1296 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:718
|
1297 |
msgid ""
|
1298 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1299 |
"be added to the selected MailChimp lists until they confirm their email "
|
1300 |
"address."
|
1301 |
msgstr "Engedélyezte a dupla megerősítést a(z) „%s” űrlaphoz. A feliratkozók nem kerülnek be a MailChimp listákba, amíg nem erősítik meg az emailcímüket."
|
1302 |
|
1303 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:720
|
1304 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1305 |
msgstr "Ezt az emailt a MailChimp for WordPress bővítmény automatikusan küldte."
|
1306 |
|
1307 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:140
|
1308 |
msgid "IP Address"
|
1309 |
+
msgstr "IP cím"
|
1310 |
|
1311 |
#: mailchimp-for-wordpress-pro/includes/class-widget.php:20
|
1312 |
msgid "MailChimp for WP Form"
|
1322 |
"href=\"%s\">widget settings</a>."
|
1323 |
msgstr "Válassza ki az itt megjelenítendő feliratkozás űrlapot a <a href=\"%s\">widget beállításainál</a>."
|
1324 |
|
1325 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:86
|
1326 |
msgid "Form:"
|
1327 |
msgstr "Űrlap:"
|
1328 |
|
1329 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:88
|
1330 |
msgid "Select the form to show"
|
1331 |
msgstr "Válassza ki a megjelenítendő űrlapot"
|
1332 |
|
1333 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:96
|
1334 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1335 |
msgstr "Nincsen feliratkozás űrlap. <a href=\"%s\">Készítsen egyet most!</a>"
|
1336 |
|
1337 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:51
|
1338 |
msgid ""
|
1339 |
"Thank you, your sign-up request was successful! Please check your email "
|
1340 |
"inbox to confirm."
|
1341 |
msgstr "Köszönjük, a feliratkozás kérés sikeres volt. Kérjük, nézze meg a bejövő leveleit!"
|
1342 |
|
1343 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:43
|
1344 |
msgid "ID"
|
1345 |
msgstr "azonosító"
|
1346 |
|
1347 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:44
|
1348 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:426
|
1349 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:462
|
1350 |
msgid "Form"
|
1351 |
msgstr "Űrlap"
|
1352 |
|
1353 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:45
|
1354 |
msgid "Shortcode"
|
1355 |
msgstr "Gyorskód"
|
1356 |
|
1357 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:46
|
1358 |
msgid "List(s)"
|
1359 |
msgstr "Lista"
|
1360 |
|
1361 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:47
|
1362 |
msgid "Last edited"
|
1363 |
msgstr "Utoljára módosítva"
|
1364 |
|
1365 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:98
|
1366 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:102
|
1367 |
msgid "Edit Form"
|
1368 |
msgstr "Űrlap szerkesztése"
|
1369 |
|
1370 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:99
|
1371 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:253
|
1372 |
msgid "Delete"
|
1373 |
msgstr "Törlés"
|
1374 |
|
1375 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:131
|
1376 |
msgid "No MailChimp list(s) selected yet."
|
1377 |
msgstr "Nincsen(ek) MailChimp listá(k) kiválasztva."
|
1378 |
|
1379 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:141
|
1380 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1381 |
msgstr "Még nem hozott létre feliratkozás űrlapot. Épp itt az ideje!"
|
1382 |
|
1383 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:46
|
1384 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1385 |
+
msgid "Log"
|
1386 |
+
msgstr "Napló"
|
1387 |
|
1388 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:47
|
1389 |
+
msgid "Log Items"
|
1390 |
+
msgstr "Napló elemek"
|
1391 |
|
1392 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:76
|
1393 |
msgid "Email"
|
1394 |
msgstr "Email"
|
1395 |
|
1396 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:78
|
1397 |
+
msgid "Data"
|
1398 |
+
msgstr "Adat"
|
1399 |
+
|
1400 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:79
|
1401 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1402 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1403 |
+
msgid "Success"
|
1404 |
+
msgstr "Siker"
|
1405 |
+
|
1406 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:80
|
1407 |
msgid "Type"
|
1408 |
msgstr "Típus"
|
1409 |
|
1410 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:81
|
1411 |
msgid "Source"
|
1412 |
msgstr "Forrás"
|
1413 |
|
1414 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:82
|
|
|
|
|
|
|
|
|
1415 |
msgid "Subscribed"
|
1416 |
msgstr "Feliratkozva"
|
1417 |
|
1418 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:150
|
1419 |
msgid "Log items deleted."
|
1420 |
msgstr "Törölt elemek naplózása"
|
1421 |
|
1422 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:297
|
1423 |
+
msgid "Top Bar"
|
1424 |
+
msgstr "Felső sáv"
|
|
|
|
|
|
|
|
|
|
|
1425 |
|
1426 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:305
|
|
|
|
|
|
|
|
|
1427 |
msgid "MultiSite registration"
|
1428 |
msgstr "MultiSite regisztráció"
|
1429 |
|
1430 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:318
|
|
|
|
|
|
|
|
|
|
|
1431 |
msgid "Contact Form 7"
|
1432 |
msgstr "Contact Form 7"
|
1433 |
|
1434 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:322
|
1435 |
msgid "bbPress: New Topic"
|
1436 |
msgstr "bbPress: új téma"
|
1437 |
|
1438 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:326
|
1439 |
msgid "bbPress: New Reply"
|
1440 |
msgstr "bbPress: új válasz"
|
1441 |
|
1442 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:332
|
1443 |
msgid "Other Form"
|
1444 |
msgstr "Egyéb űrlap"
|
1445 |
|
1446 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:398
|
1447 |
msgid "No subscribe requests found."
|
1448 |
msgstr "Nem találtam feliratkozási kéréseket."
|
1449 |
|
1450 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:420
|
1451 |
msgid "All"
|
1452 |
msgstr "Mind"
|
1453 |
|
1454 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:432
|
1455 |
msgid "Checkbox"
|
1456 |
msgstr "Jelölőnégyzet"
|
1457 |
|
1458 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:475
|
1459 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:478
|
1460 |
+
msgid "Registration"
|
1461 |
+
msgstr "Regisztráció"
|
1462 |
+
|
1463 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:489
|
1464 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:503
|
1465 |
+
msgid "Order"
|
1466 |
+
msgstr "Megrendel"
|
1467 |
+
|
1468 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:492
|
1469 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:506
|
1470 |
+
msgid "Checkout"
|
1471 |
+
msgstr "Pénztár"
|
1472 |
+
|
1473 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1474 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:525
|
1475 |
+
msgid "Comment"
|
1476 |
+
msgstr "Megjegyzés"
|
1477 |
+
|
1478 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1479 |
+
msgid "deleted"
|
1480 |
+
msgstr "törölve"
|
1481 |
+
|
1482 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1483 |
msgid ""
|
1484 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
1513 |
msgid "Messages"
|
1514 |
msgstr "Üzenetek"
|
1515 |
|
|
|
|
|
|
|
|
|
|
|
1516 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1517 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1518 |
msgid "Invalid email address"
|
1538 |
msgid "Other errors"
|
1539 |
msgstr "Egyéb hibák"
|
1540 |
|
1541 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:89
|
1542 |
msgid "Form usage"
|
1543 |
msgstr "Űrlap használat"
|
1544 |
|
1545 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:78
|
1546 |
+
msgid ""
|
1547 |
+
"Select \"yes\" if you want to update existing subscribers with the data that"
|
1548 |
+
" is sent."
|
1549 |
+
msgstr "Válassza az „igen”-t, ha a meglévő feliratkozók adatait szeretné frissíteni a most küldött adatokkal."
|
1550 |
+
|
1551 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:100
|
1552 |
msgid ""
|
1553 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1554 |
"forms."
|
1555 |
msgstr "Használja ezt: %s a Contact Form 7 kódot, a feliratkozás jelölőnégyzet CF7 űrlapokba való berakásához."
|
1556 |
|
1557 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:136
|
1558 |
msgid "Custom label texts"
|
1559 |
msgstr "Egyedi címke szövegek"
|
1560 |
|
1561 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:137
|
1562 |
msgid ""
|
1563 |
"Override the default checkbox label text for any given checkbox using the "
|
1564 |
"fields below."
|
1584 |
msgid "Statistics"
|
1585 |
msgstr "Statisztika"
|
1586 |
|
|
|
|
|
|
|
|
|
1587 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1588 |
msgid ""
|
1589 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
1668 |
msgid "Default Messages"
|
1669 |
msgstr "Alap üzenetek"
|
1670 |
|
1671 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:15
|
1672 |
+
msgid "Today"
|
1673 |
+
msgstr "Ma"
|
1674 |
+
|
1675 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:16
|
1676 |
+
msgid "Yesterday"
|
1677 |
+
msgstr "Tegnap"
|
1678 |
+
|
1679 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:17
|
1680 |
+
msgid "Last Week"
|
1681 |
+
msgstr "Múlt hét"
|
1682 |
+
|
1683 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:18
|
1684 |
+
msgid "Last Month"
|
1685 |
+
msgstr "Múlt hónap"
|
1686 |
+
|
1687 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:19
|
1688 |
+
msgid "Last Quarter"
|
1689 |
+
msgstr "Múlt negyedév"
|
1690 |
+
|
1691 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:20
|
1692 |
+
msgid "Last Year"
|
1693 |
+
msgstr "Tavaly"
|
1694 |
+
|
1695 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:21
|
1696 |
+
msgid "Custom"
|
1697 |
+
msgstr "Egyedi"
|
1698 |
+
|
1699 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:25
|
1700 |
+
msgid "From"
|
1701 |
+
msgstr "Tól"
|
1702 |
+
|
1703 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:32
|
1704 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:57
|
1705 |
+
msgid "Jan"
|
1706 |
+
msgstr "Jan"
|
1707 |
+
|
1708 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:33
|
1709 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:58
|
1710 |
+
msgid "Feb"
|
1711 |
+
msgstr "Feb"
|
1712 |
+
|
1713 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:34
|
1714 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:59
|
1715 |
+
msgid "Mar"
|
1716 |
+
msgstr "Már"
|
1717 |
+
|
1718 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:35
|
1719 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:60
|
1720 |
+
msgid "Apr"
|
1721 |
+
msgstr "Ápr"
|
1722 |
+
|
1723 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:36
|
1724 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:61
|
1725 |
+
msgid "May"
|
1726 |
+
msgstr "Máj"
|
1727 |
+
|
1728 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:37
|
1729 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:62
|
1730 |
+
msgid "Jun"
|
1731 |
+
msgstr "Jún"
|
1732 |
+
|
1733 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:38
|
1734 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:63
|
1735 |
+
msgid "Jul"
|
1736 |
+
msgstr "Júl"
|
1737 |
+
|
1738 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:39
|
1739 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:64
|
1740 |
+
msgid "Aug"
|
1741 |
+
msgstr "Aug"
|
1742 |
+
|
1743 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:40
|
1744 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:65
|
1745 |
+
msgid "Sep"
|
1746 |
+
msgstr "Szep"
|
1747 |
+
|
1748 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:41
|
1749 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:66
|
1750 |
+
msgid "Oct"
|
1751 |
+
msgstr "Okt"
|
1752 |
+
|
1753 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:42
|
1754 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:67
|
1755 |
+
msgid "Nov"
|
1756 |
+
msgstr "Nov"
|
1757 |
+
|
1758 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:43
|
1759 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:68
|
1760 |
+
msgid "Dec"
|
1761 |
+
msgstr "Dec"
|
1762 |
+
|
1763 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:50
|
1764 |
+
msgid "To"
|
1765 |
+
msgstr "Ig"
|
1766 |
+
|
1767 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:76
|
1768 |
+
msgid "Filter"
|
1769 |
+
msgstr "Szűrő"
|
1770 |
+
|
1771 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:83
|
1772 |
+
msgid "Show these lines:"
|
1773 |
+
msgstr "Ezen sorok mutatása:"
|
1774 |
+
|
1775 |
#. Plugin URI of the plugin/theme
|
1776 |
msgid "https://mc4wp.com/"
|
1777 |
msgstr "https://mc4wp.com/"
|
languages/mailchimp-for-wp-it_IT.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
# Adriano <adrygese@gmail.com>, 2014-2015
|
@@ -7,8 +7,8 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: MailChimp for WordPress\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
10 |
-
"POT-Creation-Date:
|
11 |
-
"PO-Revision-Date: 2015-
|
12 |
"Last-Translator: Adriano <adrygese@gmail.com>\n"
|
13 |
"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/it_IT/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
@@ -26,97 +26,165 @@ msgstr ""
|
|
26 |
"X-Poedit-SourceCharset: utf-8\n"
|
27 |
"X-Textdomain-Support: yes\n"
|
28 |
|
29 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
30 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
31 |
msgid "Settings"
|
32 |
msgstr "Impostazioni"
|
33 |
|
34 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
35 |
-
#: mailchimp-for-wordpress/includes/
|
36 |
-
msgid "Upgrade to Pro"
|
37 |
-
msgstr "Aggiornamento a Pro"
|
38 |
|
39 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
47 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
48 |
msgid "Checkboxes"
|
49 |
msgstr "Caselle di controllo a selezione multipla"
|
50 |
|
51 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
52 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
54 |
msgid "Forms"
|
55 |
msgstr "Moduli"
|
56 |
|
57 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
58 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
59 |
msgstr "Questa opzione è disponibile solo nella versione di MailChimp per WordPress Pro."
|
60 |
|
61 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
62 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
msgid "Comment form"
|
64 |
msgstr "Modulo Commenti"
|
65 |
|
66 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
67 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
68 |
msgid "Registration form"
|
69 |
msgstr "Modulo Registrazione"
|
70 |
|
71 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
72 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
73 |
msgid "MultiSite forms"
|
74 |
msgstr "Modulo MultiSite"
|
75 |
|
76 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
77 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
78 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
79 |
msgid "BuddyPress registration"
|
80 |
msgstr "Registrazione BuddyPress"
|
81 |
|
82 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
83 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
84 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
85 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
86 |
msgid "%s checkout"
|
87 |
msgstr "%s cassa"
|
88 |
|
89 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
90 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
msgid "Renewed MailChimp cache."
|
92 |
msgstr "Aggiorna la cache di MailChimp"
|
93 |
|
94 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
95 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
96 |
msgid "Failed to renew MailChimp cache - please try again later."
|
97 |
msgstr "Impossibile aggiornare la cache MailChimp - si prega di riprovare piu' tardi."
|
98 |
|
99 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
100 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:313
|
101 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
102 |
msgstr "Un campo E-M@il. Esempio: <code>%s</code>"
|
103 |
|
104 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
105 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
106 |
msgid "A submit button. Example: <code>%s</code>"
|
107 |
msgstr "Pulsante di conferma. Esempio: <code>%s</code>"
|
108 |
|
109 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
110 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
111 |
msgid "Sign Up"
|
112 |
msgstr "Iscriviti"
|
113 |
|
114 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
115 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:347
|
116 |
msgid "A '%s' field"
|
117 |
msgstr "Un '%s' campo"
|
118 |
|
119 |
-
#: mailchimp-for-wordpress/includes/class-form-request.php:
|
120 |
msgid "Please select at least one list to subscribe to."
|
121 |
msgstr "Seleziona almeno una lista da sottoscrivere."
|
122 |
|
@@ -124,39 +192,39 @@ msgstr "Seleziona almeno una lista da sottoscrivere."
|
|
124 |
msgid "MailChimp Sign-Up Form"
|
125 |
msgstr "Modulo di iscrizione MailChimp"
|
126 |
|
127 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
128 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
129 |
msgstr "Visualizza il tuo modulo di iscrizione MailChimp per WordPress"
|
130 |
|
131 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
132 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
133 |
msgid "Newsletter"
|
134 |
msgstr "Newsletter"
|
135 |
|
136 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
137 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
138 |
msgid "Title:"
|
139 |
msgstr "Titolo:"
|
140 |
|
141 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
142 |
msgid ""
|
143 |
-
"You can edit your sign-up form in the %
|
144 |
-
"settings
|
145 |
-
msgstr "Tu puoi modificare il tuo modulo di iscrizione
|
146 |
|
147 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
148 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
149 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
150 |
msgid "Email address"
|
151 |
msgstr "Indirizzo E-M@il"
|
152 |
|
153 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
154 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
155 |
msgid "Your email address"
|
156 |
msgstr "Il tuo indirizzo E-M@il"
|
157 |
|
158 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
159 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
160 |
msgid "Sign up"
|
161 |
msgstr "Iscriviti"
|
162 |
|
@@ -165,48 +233,48 @@ msgstr "Iscriviti"
|
|
165 |
msgid "Sign me up for the newsletter!"
|
166 |
msgstr "Iscrivimi alla newsletter!"
|
167 |
|
168 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
169 |
msgid ""
|
170 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
171 |
"inbox."
|
172 |
msgstr "Graize, la tua richiesta di iscrizione ha avuto successo! Controlla la tua casella di posta."
|
173 |
|
174 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
175 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
176 |
msgid "Oops. Something went wrong. Please try again later."
|
177 |
msgstr "Oops. Qualcosa è andato storto. Riprova più tardi."
|
178 |
|
179 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
180 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
181 |
msgid "Please provide a valid email address."
|
182 |
msgstr "Si prega di fornire un indirizzo E-M@il valido."
|
183 |
|
184 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
185 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
186 |
msgid "Given email address is already subscribed, thank you!"
|
187 |
msgstr "Indirizzo E-M@il inserito è già iscritto, grazie!"
|
188 |
|
189 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
190 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
191 |
msgid "Please complete the CAPTCHA."
|
192 |
msgstr "Si prega di compilare il CAPTCHA."
|
193 |
|
194 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
195 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
196 |
msgid "Please fill in the required fields."
|
197 |
msgstr "Si prega di compilare i campi obbligatori."
|
198 |
|
199 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
200 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
201 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
202 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
203 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
204 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
205 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
206 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
207 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
208 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
209 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
210 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
211 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
212 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
@@ -216,8 +284,9 @@ msgstr "Si prega di compilare i campi obbligatori."
|
|
216 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
217 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
218 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
219 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
220 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
221 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
222 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
223 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
@@ -227,18 +296,18 @@ msgstr "Si prega di compilare i campi obbligatori."
|
|
227 |
msgid "Yes"
|
228 |
msgstr "Si"
|
229 |
|
230 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
231 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
232 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
233 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
234 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
235 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
236 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
237 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
238 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
239 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
240 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
241 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
242 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
243 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
244 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
@@ -248,8 +317,9 @@ msgstr "Si"
|
|
248 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
249 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
250 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
251 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
252 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
253 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
254 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
255 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
@@ -260,40 +330,40 @@ msgstr "Si"
|
|
260 |
msgid "No"
|
261 |
msgstr "No"
|
262 |
|
263 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
264 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
265 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
266 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
267 |
msgid "MailChimp for WordPress - Error"
|
268 |
msgstr "MailChimp per WordPress - Errore"
|
269 |
|
270 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
271 |
msgid ""
|
272 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
273 |
"settings</a>."
|
274 |
msgstr "Seleziona una lista da sottoscrivere nelle <a href=\"%s\">impostazioni checkbox</a>."
|
275 |
|
276 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
277 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
278 |
msgid "This message is only visible to administrators for debugging purposes."
|
279 |
msgstr "Questo messaggio è visibile solo agli amministratori per scopi di debug."
|
280 |
|
281 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
282 |
msgid ""
|
283 |
"The MailChimp server returned the following error message as a response to "
|
284 |
"our sign-up request:"
|
285 |
msgstr "Il server MailChimp ha restituito il seguente messaggio di errore come risposta alla tua richiesta di iscrizione:"
|
286 |
|
287 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
288 |
msgid "This is the data that was sent to MailChimp:"
|
289 |
msgstr "Questi sono i dati che sono stati inviati a MailChimp:"
|
290 |
|
291 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
292 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
293 |
msgid "Email address:"
|
294 |
msgstr "Indirizzo e-mail:"
|
295 |
|
296 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
297 |
msgid "Merge variables:"
|
298 |
msgstr "Unisci variabili:"
|
299 |
|
@@ -301,6 +371,12 @@ msgstr "Unisci variabili:"
|
|
301 |
msgid "MailChimp for WordPress"
|
302 |
msgstr "MailChimp per Wordpress"
|
303 |
|
|
|
|
|
|
|
|
|
|
|
|
|
304 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
305 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
306 |
msgid "API Settings"
|
@@ -355,11 +431,6 @@ msgstr "Aggiorna liste MailChimp"
|
|
355 |
msgid "No lists were found in your MailChimp account"
|
356 |
msgstr "Non è stata trovata alcuna lista nel tuo account MailChimp"
|
357 |
|
358 |
-
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
359 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
360 |
-
msgid "Checkbox Settings"
|
361 |
-
msgstr "Impostazioni Checkbox"
|
362 |
-
|
363 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
364 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
365 |
msgid ""
|
@@ -388,8 +459,8 @@ msgstr "Liste MailChimp"
|
|
388 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
389 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
390 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
391 |
-
msgid "No lists found, %
|
392 |
-
msgstr "
|
393 |
|
394 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
395 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
@@ -399,7 +470,7 @@ msgid ""
|
|
399 |
msgstr "Selezionare gli elenchi a cui le persone che selezionano la checkbox devono essere iscritte."
|
400 |
|
401 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
402 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
403 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
404 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
405 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
@@ -407,7 +478,7 @@ msgid "Double opt-in?"
|
|
407 |
msgstr "Doppia conferma?"
|
408 |
|
409 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
410 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
411 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
412 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
413 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
@@ -417,73 +488,67 @@ msgid ""
|
|
417 |
msgstr "Selezionare \"si\" se si desidera che i clienti debbano confermare il loro indirizzo email, prima di essere iscritti (consigliato)."
|
418 |
|
419 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
420 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
421 |
msgid "Checkbox settings"
|
422 |
msgstr "Impostazioni Checkbox"
|
423 |
|
424 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
425 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
426 |
msgid "Add the checkbox to these forms"
|
427 |
msgstr "Aggiungi la checkbox a questi moduli"
|
428 |
|
429 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
430 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
431 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
432 |
msgstr "Selezionare il modulo dove si aggiungerà automaticamente la checkbox di iscrizione."
|
433 |
|
434 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
435 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
436 |
msgid "Checkbox label text"
|
437 |
msgstr "Etichetta di testo della Checkbox"
|
438 |
|
439 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
440 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
441 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
442 |
msgid "HTML tags like %s are allowed in the label text."
|
443 |
msgstr "I tag HTML come %s sono ammessi nel testo dell'etichetta."
|
444 |
|
445 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
446 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
447 |
msgid "Pre-check the checkbox?"
|
448 |
msgstr "Pre-selezionare l'iscrizione?"
|
449 |
|
450 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
451 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
452 |
msgid "Load some default CSS?"
|
453 |
msgstr "Caricare i file CSS di default?"
|
454 |
|
455 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
456 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
457 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
458 |
msgstr "Selezionare \"si\" se la casella di controllo deve apparire in un posto bizzarro."
|
459 |
|
460 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
461 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
462 |
msgid "WooCommerce checkbox position"
|
463 |
msgstr "Posizione casella di controllo WooCommerce"
|
464 |
|
465 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
466 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
467 |
msgid "After the billing details"
|
468 |
msgstr "Dopo i dettagli di pagamento"
|
469 |
|
470 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
471 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
472 |
msgid "After the additional information"
|
473 |
msgstr "Dopo le informazioni aggiuntive"
|
474 |
|
475 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
476 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
477 |
msgid ""
|
478 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
479 |
msgstr "Scegli la posizione per il controllo a selezione multipla nel tuo modulo di pagamento di WooCommerce"
|
480 |
|
481 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
482 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:431
|
483 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
484 |
-
msgid "Form Settings"
|
485 |
-
msgstr "Settaggi Modulo"
|
486 |
-
|
487 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
488 |
msgid ""
|
489 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
@@ -504,12 +569,6 @@ msgstr "Caricare stili dei moduli (CSS)?"
|
|
504 |
msgid "Yes, load basic form styles"
|
505 |
msgstr "Si, carica il foglio di stile di base"
|
506 |
|
507 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
508 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
509 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
510 |
-
msgid "(PRO ONLY)"
|
511 |
-
msgstr "(SOLO PRO)"
|
512 |
-
|
513 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
514 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
515 |
msgid "Yes, load my custom form styles"
|
@@ -571,26 +630,26 @@ msgstr "Seleziona la lista(e) per cui le persone che inviano questo modulo devon
|
|
571 |
msgid "Form mark-up"
|
572 |
msgstr "Modulo mark-up"
|
573 |
|
574 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
575 |
-
#: mailchimp-for-wordpress-pro/includes/
|
576 |
-
msgid "Your form is missing the following (required) form fields:"
|
577 |
-
msgstr "Nel modulo mancano i seguenti campi obbligatori:"
|
578 |
-
|
579 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
580 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:87
|
581 |
msgid ""
|
582 |
"Use the shortcode %s to display this form inside a post, page or text "
|
583 |
"widget."
|
584 |
msgstr "Utilizzare lo shortcode %s per visualizzare questo form all'interno di un post, pagina o il testo del widget."
|
585 |
|
586 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
|
|
|
|
|
|
|
|
|
|
587 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
588 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
589 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
590 |
msgid "Send Welcome Email?"
|
591 |
msgstr "Inviare mail di Benvenuto ?"
|
592 |
|
593 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
594 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
595 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
596 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
@@ -599,13 +658,14 @@ msgid ""
|
|
599 |
"succeeds (only when double opt-in is disabled)."
|
600 |
msgstr "Selezionare \"si\" se si desidera inviare \\\"il Benvenuto\\\" alle vostre liste Email (solo se opzione doppia conferma è disabilitata)."
|
601 |
|
602 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
603 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
|
|
604 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
605 |
msgid "Update existing subscribers?"
|
606 |
msgstr "Aggiornare iscritti esistenti?"
|
607 |
|
608 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
609 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
610 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
611 |
msgid ""
|
@@ -613,13 +673,13 @@ msgid ""
|
|
613 |
"showing the \"already subscribed\" message)."
|
614 |
msgstr "Selezionare \"si \" se si desidera aggiornare gli iscritti esistenti (invece di mostrare il messaggio \"già iscritto\")."
|
615 |
|
616 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
617 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
618 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
619 |
msgid "Replace interest groups?"
|
620 |
msgstr "Sostituire gruppi di interesse?"
|
621 |
|
622 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
623 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
624 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
625 |
msgid ""
|
@@ -628,204 +688,204 @@ msgid ""
|
|
628 |
"groups (only when updating a subscriber)."
|
629 |
msgstr "Selezionare \"si\" se si desidera sostituire i gruppi di interesse con i gruppi previsti invece di aggiungere i gruppi previsti per i gruppi di interesse del membro (solo quando si aggiorna un iscritto)."
|
630 |
|
631 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
632 |
msgid "Form Settings & Messages"
|
633 |
msgstr "Modulo Impostazioni e Messaggi"
|
634 |
|
635 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
636 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
637 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
638 |
msgid "Enable AJAX form submission?"
|
639 |
msgstr "Abilitare il modulo di iscrizione AJAX ?"
|
640 |
|
641 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
642 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
643 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
644 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
645 |
msgstr "Selezionare \"si\" se si desidera utilizzare AJAX (JavaScript) per inviare i moduli."
|
646 |
|
647 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
648 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
649 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
650 |
msgid "Hide form after a successful sign-up?"
|
651 |
msgstr "Nascondere il modulo dopo l'avvenuta iscrizione?"
|
652 |
|
653 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
655 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
656 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
657 |
msgstr "Selezionare \"si\" per nascondere i campi del modulo dopo l'avvenuta iscrizione."
|
658 |
|
659 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
660 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
661 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
662 |
msgid "Redirect to URL after successful sign-ups"
|
663 |
msgstr "Redirect ad URL dopo iscrizione"
|
664 |
|
665 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
666 |
msgid "Example: %s"
|
667 |
msgstr "Esempio: %s"
|
668 |
|
669 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
670 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
671 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
672 |
msgid ""
|
673 |
-
"Leave empty
|
674 |
-
"including <code>http://</code
|
675 |
-
msgstr "
|
676 |
|
677 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
678 |
msgid "Success message"
|
679 |
msgstr "Messaggio successo"
|
680 |
|
681 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
682 |
msgid "Invalid email address message"
|
683 |
msgstr "Messaggio e-mail non valido"
|
684 |
|
685 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
686 |
msgid "Required field missing message"
|
687 |
msgstr "Messaggio campo obbligatorio mancante"
|
688 |
|
689 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
690 |
msgid "Already subscribed message"
|
691 |
msgstr "Messaggio già sottoscritto"
|
692 |
|
693 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
694 |
msgid "Invalid CAPTCHA message"
|
695 |
msgstr "Messaggio CAPTCHA non valido"
|
696 |
|
697 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
698 |
msgid "General error message"
|
699 |
msgstr "Messaggio errore generale"
|
700 |
|
701 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
702 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
703 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
704 |
msgid "HTML tags like %s are allowed in the message fields."
|
705 |
msgstr "I tag HTML come %s sono ammessi nel campo messaggio."
|
706 |
|
707 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
708 |
msgid "Building your sign-up form"
|
709 |
msgstr "Costruisci il tuo modulo d'iscrizione"
|
710 |
|
711 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
712 |
msgid ""
|
713 |
"At a minimum, your form should include just an %s field and a submit button."
|
714 |
msgstr "Come minimo, il tuo modulo dovrebbe includere solo un %s campo e un pulsante di invio."
|
715 |
|
716 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
717 |
msgid ""
|
718 |
"Add more form fields if your selected lists require more fields. Field names"
|
719 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
720 |
"field\" tool to have the HTML generated for you."
|
721 |
msgstr "Aggiungere altri campi nel modulo se le vostre liste selezionate richiedono più campi. I nomi dei campi devono corrispondere alle etichette dei campi delle liste selezionate. Utilizzare lo strumento \"Aggiungi un nuovo campo\" per avere il codice HTML generato per voi."
|
722 |
|
723 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
724 |
msgid "Form Styling"
|
725 |
msgstr "Stili del modulo"
|
726 |
|
727 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
728 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
729 |
msgstr "Modifica l'aspetto visivo del modulo applicando le regole CSS a %s."
|
730 |
|
731 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
732 |
msgid ""
|
733 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
734 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
735 |
" plugin like %s"
|
736 |
msgstr "Puoi aggiungere le regole CSS al tuo foglio di stile del tema utilizzando l'<a href=\"%s\">editor del tema</a> o modificandolo %s tramite FTP. In alternativa, utilizza un plugin come %s"
|
737 |
|
738 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
739 |
msgid ""
|
740 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
741 |
"selectors you can use to target the different form elements."
|
742 |
msgstr "Le <a href=\"%s\" target=\"_blank\">FAQ del plugin</a> elenca i vari selettori CSS che puoi utilizzare per indirizzare i diversi elementi del modulo."
|
743 |
|
744 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
745 |
msgid ""
|
746 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
747 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
748 |
"lets you customize form styles without writing any code."
|
749 |
msgstr "Se hai bisogno di un modo più semplice per lo stile dei tuoi moduli, <a href=\"%s\">aggiornamento a MailChimp per WordPress Pro</a>. Viene fornito con un \"costruttore di stili\" che consente di personalizzare gli stili del modulo senza scrivere codice."
|
750 |
|
751 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
752 |
msgid "Form variables"
|
753 |
msgstr "Variabili modulo"
|
754 |
|
755 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
756 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
757 |
msgid "Use the following variables to add some dynamic content to your form."
|
758 |
msgstr "Utilizzare le seguenti variabili per aggiungere alcuni contenuti dinamici al form."
|
759 |
|
760 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
761 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
762 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
763 |
msgstr "Sostituito con l'email del visitatore (se impostato nell'URL o cookie)."
|
764 |
|
765 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
766 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
767 |
msgid "Replaced with the form response (error or success messages)."
|
768 |
msgstr "Sostituite con il Modulo di Risposta (messaggi di errore o di successo)."
|
769 |
|
770 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
771 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
772 |
msgid "Replaced with a captcha field."
|
773 |
msgstr "Sostituite con il campo captcha."
|
774 |
|
775 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
776 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
777 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
778 |
msgstr "Sostituite con il numero di iscritti della lista/liste selezionata/e"
|
779 |
|
780 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
781 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
782 |
msgid "Replaced with the current site language, eg: %s"
|
783 |
msgstr "Sostituite con la lingua corrente del sito, eg: %s"
|
784 |
|
785 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
786 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
787 |
msgid "Replaced with the visitor's IP address"
|
788 |
msgstr "Sostituite con 'indirizzo IP del visitatore"
|
789 |
|
790 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
791 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
792 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
793 |
msgstr "Sostituite con la data corrente (yyyy/mm/dd eg: %s)"
|
794 |
|
795 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
796 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
797 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
798 |
msgstr "Sostituite con l'ora corrente (hh:mm:ss eg: %s)"
|
799 |
|
800 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
801 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
802 |
msgid ""
|
803 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
804 |
"in user)"
|
805 |
msgstr "Sostituite con l'E-M@il dell'utente (o niente, se non vi è alcun utente collegato)"
|
806 |
|
807 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
808 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
809 |
msgid "First name of the current user"
|
810 |
msgstr "Nome dell'utente corrente"
|
811 |
|
812 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
813 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
814 |
msgid "Last name of the current user"
|
815 |
msgstr "Cognome dell'utente corrente"
|
816 |
|
817 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
818 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
819 |
msgid "Current user ID"
|
820 |
msgstr "Username Corrente"
|
821 |
|
822 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
823 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
824 |
msgid "Current URL"
|
825 |
msgstr "URL Corrente"
|
826 |
|
827 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
828 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
829 |
msgid "Add a new field"
|
830 |
msgstr "Aggiungi un nuovo campo"
|
831 |
|
@@ -834,71 +894,57 @@ msgid "Use the tool below to generate the HTML for your form fields."
|
|
834 |
msgstr "Utilizza lo strumento di seguito per generare il codice HTML per i tuoi campi del modulo."
|
835 |
|
836 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
837 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
838 |
msgid "Select MailChimp field.."
|
839 |
msgstr "Seleziona i campi MailChimp.."
|
840 |
|
841 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
842 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
843 |
msgid "Submit Button"
|
844 |
msgstr "Pulsante Invio"
|
845 |
|
846 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
847 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
848 |
msgid "Lists Choice"
|
849 |
msgstr "Lista scelte"
|
850 |
|
851 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
852 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
853 |
msgid "Label"
|
854 |
msgstr "Etichetta"
|
855 |
|
856 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
857 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
858 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
859 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:45
|
860 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:50
|
861 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
862 |
-
msgid "(optional)"
|
863 |
-
msgstr "(opzionale)"
|
864 |
-
|
865 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
866 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
867 |
msgid "Placeholder"
|
868 |
msgstr "Segnaposto"
|
869 |
|
870 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
871 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
872 |
-
msgid "Initial value"
|
873 |
-
msgstr "Valore iniziale"
|
874 |
-
|
875 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
876 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
877 |
msgid "Labels"
|
878 |
msgstr "Etichette"
|
879 |
|
880 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
881 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
882 |
msgid "(leave empty to hide)"
|
883 |
msgstr "(lascia vuoto per nascondere)"
|
884 |
|
885 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
886 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
887 |
msgid "Wrap in paragraph %s tags?"
|
888 |
msgstr "Inserisce nel paragrafo %s tags?"
|
889 |
|
890 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
891 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
892 |
msgid "Required field?"
|
893 |
msgstr "Campi obbligatori?"
|
894 |
|
895 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
896 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
897 |
msgid "Add to form"
|
898 |
msgstr "Aggiungi al modulo"
|
899 |
|
900 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
901 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
902 |
msgid "Generated HTML"
|
903 |
msgstr "Generato HTML"
|
904 |
|
@@ -936,43 +982,33 @@ msgid ""
|
|
936 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
937 |
msgstr "Assicurati di dare un occhio alla sezione sulle <a href=\"%s\">FAQ (domande frequenti) </a> oppure usa il <a href=\"%s\"> supporto del forum </a> su WordPress.org."
|
938 |
|
939 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
940 |
-
msgid ""
|
941 |
-
"If you need priority support, please <a href=\"%s\">upgrade to the premium "
|
942 |
-
"version</a>."
|
943 |
-
msgstr "Se necessiti di un supporto prioritario, fai <a href=\"%s\">l'aggiornamento alla versione premium</a>."
|
944 |
-
|
945 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:15
|
946 |
msgid "Show a token of your appreciation"
|
947 |
msgstr "Dimostra il tuo apprezzamento"
|
948 |
|
949 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
950 |
-
msgid "Upgrade to MailChimp for WordPress Pro"
|
951 |
-
msgstr "Aggiornamento a MailChimp per WordPress Pro"
|
952 |
-
|
953 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
954 |
msgid "Leave a %s plugin review on WordPress.org"
|
955 |
msgstr "Lascia una recensione del plugin %s su WordPress.org"
|
956 |
|
957 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
958 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
959 |
msgstr "Sto usando MailChimp per WordPress di @DannyvanKooten - E' fantastico!"
|
960 |
|
961 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
962 |
msgid "Tweet about MailChimp for WordPress"
|
963 |
msgstr "Tweet su MailChimp per WordPress"
|
964 |
|
965 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
966 |
msgid ""
|
967 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
968 |
"page</a>."
|
969 |
msgstr "Recensire il plugin sul tuo blog e link alla <a href=\"%s\">pagina dei plugin</a>"
|
970 |
|
971 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
972 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
973 |
msgstr "Vota \"works\" nella pagina del plugin WordPress.org"
|
974 |
|
975 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
976 |
msgid "About the developer"
|
977 |
msgstr "Informazioni sullo sviluppatore"
|
978 |
|
@@ -988,72 +1024,77 @@ msgid ""
|
|
988 |
msgstr "Caratteristiche Pro includono migliori e molteplici moduli, avanzato e facile stile del modulo, più temi predefiniti, statistiche dettagliate e supporto prioritario."
|
989 |
|
990 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
991 |
-
msgid "
|
992 |
-
msgstr "
|
993 |
|
994 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
995 |
msgid "Documentation"
|
996 |
msgstr "Documentazione"
|
997 |
|
998 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
999 |
msgid "Save Form"
|
1000 |
msgstr "Salva Modulo"
|
1001 |
|
1002 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1003 |
msgid "Update Form"
|
1004 |
msgstr "Aggiorna Modulo"
|
1005 |
|
1006 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1007 |
msgid "Back to general form settings"
|
1008 |
msgstr "Torna alle impostazioni generali"
|
1009 |
|
1010 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1011 |
msgid "Form updated."
|
1012 |
msgstr "Modulo aggiornato."
|
1013 |
|
1014 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1015 |
msgid "Form saved."
|
1016 |
msgstr "Modulo salvato."
|
1017 |
|
1018 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1019 |
msgid "Optional Settings"
|
1020 |
msgstr "Settaggi Opzionali"
|
1021 |
|
1022 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1023 |
msgid "Form Variables"
|
1024 |
msgstr "Variabili Modulo"
|
1025 |
|
1026 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
1027 |
msgid "MailChimp & License"
|
1028 |
msgstr "MailChimp & Licenza"
|
1029 |
|
1030 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
1031 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1032 |
msgid "Reports"
|
1033 |
msgstr "Rapporti"
|
1034 |
|
1035 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1036 |
msgid ""
|
1037 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1038 |
"href=\"%s\">Provide a valid API key.</a>"
|
1039 |
msgstr "Si prega di assicurarsi che il plugin sia collegato a MailChimp. <a href=\"%s\">Inserire una chiave API valida.</a>"
|
1040 |
|
1041 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1042 |
msgid "End date can't be before the start date"
|
1043 |
msgstr "La data di fine non puo' essere antecedente alla data di inizio"
|
1044 |
|
1045 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1046 |
msgid ""
|
1047 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1048 |
"page."
|
1049 |
msgstr "Hai disattivato il log utilizzando il %s filtro. Riattivalo per utilizzare le relazioni di pagina."
|
1050 |
|
1051 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1052 |
msgid ""
|
1053 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1054 |
-
"settings you
|
1055 |
-
"it now</a
|
1056 |
-
msgstr "
|
1057 |
|
1058 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1059 |
msgid ""
|
@@ -1075,71 +1116,71 @@ msgstr "Per applicare questi stili sul tuo sito web, selezionare \"caricare stil
|
|
1075 |
msgid "The %sCSS Stylesheet%s has been created."
|
1076 |
msgstr "Il %sCSS foglio di stile%s è stato creato."
|
1077 |
|
1078 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1079 |
msgid "I know. Don't bug me."
|
1080 |
msgstr "Lo so."
|
1081 |
|
1082 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1083 |
msgid ""
|
1084 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1085 |
"able to get %s updates. Please add %s to %s."
|
1086 |
msgstr "<b> Attenzione! </ b> Stai bloccando le richieste esterne, il che significa che non sarai in grado di ottenere gli aggiornamenti %s. Si prega di aggiungere %s in %s."
|
1087 |
|
1088 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1089 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1090 |
msgstr "È stata attivata la tua licenza %s. Hai una licenza illimitata."
|
1091 |
|
1092 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1093 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1094 |
msgstr "È stata attivata la tua licenza %s. È stato utilizzato %d/%d attivazioni."
|
1095 |
|
1096 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1097 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1098 |
msgstr "<a href=\"%s\"> Lo sapevate che è possibile aggiornare la licenza? </a>"
|
1099 |
|
1100 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1101 |
msgid ""
|
1102 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1103 |
" it?</a>"
|
1104 |
msgstr "<a href=\"%s\">La licenza è in scadenza in %d giorni, volete rinnovarla? </a>"
|
1105 |
|
1106 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1107 |
msgid ""
|
1108 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1109 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1110 |
msgstr "Hai raggiunto il limite di attivazione. È necessario <a href=\"%s\">resettare</a> o <a href=\"%s\">aggiornare la tua licenza</a> per usarla su questo sito."
|
1111 |
|
1112 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1113 |
msgid ""
|
1114 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1115 |
"you want to use it again."
|
1116 |
msgstr "La tua licenza è scaduta. Tu devi <a href=\"%s\">rinnovare la tua licenza</a> se tu desideri utilizzarla di nuovo."
|
1117 |
|
1118 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1119 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1120 |
msgstr "Impossibile attivare la licenza, la chiave di licenza sembra non essere valida."
|
1121 |
|
1122 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1123 |
msgid "Your %s license has been deactivated."
|
1124 |
msgstr "La vostra licenza %s non è attiva."
|
1125 |
|
1126 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1127 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1128 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1129 |
msgid ""
|
1130 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1131 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1132 |
msgstr "La tua licenza plugin è scaduta. Tu non avrai più accesso agli aggiornamenti del plugin a meno che non <a href=\"%s\">rinnovi la tua licenza</a>."
|
1133 |
|
1134 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1135 |
msgid "Failed to deactivate your %s license."
|
1136 |
msgstr "Impossibile disattivare la licenza %s."
|
1137 |
|
1138 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1139 |
msgid "Request error: \"%s\""
|
1140 |
msgstr "Richiesta di errore: \"%s\""
|
1141 |
|
1142 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1143 |
msgid "%s: License Settings"
|
1144 |
msgstr "%s: Impostazioni licenza"
|
1145 |
|
@@ -1149,17 +1190,16 @@ msgid ""
|
|
1149 |
"the license."
|
1150 |
msgstr "%s la rete è attiva, contattare l'amministratore del sito per gestire la licenza."
|
1151 |
|
1152 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1153 |
msgid ""
|
1154 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1155 |
msgstr "%s non è riuscito a controllare gli aggiornamenti a causa del seguente errore: <em>%s</ em>"
|
1156 |
|
1157 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1158 |
msgid ""
|
1159 |
-
"This site has not been activated properly on
|
1160 |
-
"
|
1161 |
-
"
|
1162 |
-
msgstr "Questo sito non è stato attivato correttamente su dannyvankooten.com e quindi non in grado di controllare gli aggiornamenti futuri. Si prega di attivare il tuo sito con una chiave di licenza valida."
|
1163 |
|
1164 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1165 |
msgid "License status"
|
@@ -1215,57 +1255,53 @@ msgstr "Chiave Licenza"
|
|
1215 |
msgid "Paste your license key here, as found in the email receipt."
|
1216 |
msgstr "Incollare la chiave di licenza qui, come si trova nella ricevuta email."
|
1217 |
|
1218 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1219 |
-
msgid "You defined your license key using the %s PHP constant."
|
1220 |
-
msgstr "Definisci la tua chiave di licenza usando la %s costante PHP."
|
1221 |
-
|
1222 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:82
|
1223 |
msgid "Your %s license will expire on %s."
|
1224 |
msgstr "La tua %s licenza scadrà il %s."
|
1225 |
|
1226 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1227 |
msgid "%sRenew your license now%s."
|
1228 |
msgstr "%sRinnova ora la tua licenza%s."
|
1229 |
|
1230 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1231 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1232 |
msgstr "<strong> Errore: </ strong> Si prega di specificare un ID del modulo. Esempio: %s."
|
1233 |
|
1234 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1235 |
msgid ""
|
1236 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1237 |
" correct form ID."
|
1238 |
msgstr "<strong> Errore: </ strong> modulo di iscrizione non trovato. Si prega di verificare se è stato utilizzato l'ID di modulo corretto."
|
1239 |
|
1240 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1241 |
msgid "New MailChimp Sign-Up"
|
1242 |
msgstr "Nuova iscrizione MailChimp"
|
1243 |
|
1244 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1245 |
msgid "New Sign-Up"
|
1246 |
msgstr "Nuova iscrizione"
|
1247 |
|
1248 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1249 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1250 |
msgstr "<strong>%s</ strong> firmato a %s su %s utilizzando il modulo \"%s\"."
|
1251 |
|
1252 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1253 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1254 |
msgid "List"
|
1255 |
msgstr "Lista"
|
1256 |
|
1257 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1258 |
msgid "Other fields"
|
1259 |
msgstr "Altri campi"
|
1260 |
|
1261 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1262 |
msgid ""
|
1263 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1264 |
"be added to the selected MailChimp lists until they confirm their email "
|
1265 |
"address."
|
1266 |
msgstr "Nota che hai attivato double opt-in per il \"%s\" modulo. Gli utenti non verranno aggiunti alle liste MailChimp selezionate fino a quando non confermano il loro indirizzo email."
|
1267 |
|
1268 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1269 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1270 |
msgstr "Questa email è stata auto-inviata da MailChimp per WordPress."
|
1271 |
|
@@ -1287,146 +1323,163 @@ msgid ""
|
|
1287 |
"href=\"%s\">widget settings</a>."
|
1288 |
msgstr "Si prega di selezionare il modulo di iscrizione che vuoi mostrare qui in <a href=\"%s\"> impostazioni dei widget </a>."
|
1289 |
|
1290 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1291 |
msgid "Form:"
|
1292 |
msgstr "Modulo:"
|
1293 |
|
1294 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1295 |
msgid "Select the form to show"
|
1296 |
msgstr "Selezionatre il modulo da visualizzare"
|
1297 |
|
1298 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1299 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1300 |
msgstr "Non hai alcun modulo di iscrizione. <a href=\"%s\"> Creane uno adesso. </a>"
|
1301 |
|
1302 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
1303 |
msgid ""
|
1304 |
"Thank you, your sign-up request was successful! Please check your email "
|
1305 |
"inbox to confirm."
|
1306 |
msgstr "Grazie, la tua richiesta di iscrizione ha avuto successo! Controlla la tua E-M@il per confermare."
|
1307 |
|
1308 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1309 |
msgid "ID"
|
1310 |
msgstr "ID"
|
1311 |
|
1312 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1313 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1314 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1315 |
msgid "Form"
|
1316 |
msgstr "Modulo"
|
1317 |
|
1318 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1319 |
msgid "Shortcode"
|
1320 |
msgstr "Shortcode"
|
1321 |
|
1322 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1323 |
msgid "List(s)"
|
1324 |
msgstr "Lista/e"
|
1325 |
|
1326 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1327 |
msgid "Last edited"
|
1328 |
msgstr "Ultima modifica"
|
1329 |
|
1330 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1331 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1332 |
msgid "Edit Form"
|
1333 |
msgstr "Modifica Modulo"
|
1334 |
|
1335 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1336 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1337 |
msgid "Delete"
|
1338 |
msgstr "Cancella"
|
1339 |
|
1340 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1341 |
msgid "No MailChimp list(s) selected yet."
|
1342 |
msgstr "Nessuna lista\\e MailChimp ancora selezionata\\e."
|
1343 |
|
1344 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1345 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1346 |
msgstr "Non hai ancora creato alcun modulo di iscrizione. È ora di farlo!"
|
1347 |
|
1348 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1349 |
-
|
1350 |
-
|
|
|
1351 |
|
1352 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1353 |
-
msgid "
|
1354 |
-
msgstr "
|
1355 |
|
1356 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1357 |
msgid "Email"
|
1358 |
msgstr "E-M@il"
|
1359 |
|
1360 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1361 |
msgid "Type"
|
1362 |
msgstr "Tipo"
|
1363 |
|
1364 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1365 |
msgid "Source"
|
1366 |
msgstr "Origine"
|
1367 |
|
1368 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1369 |
-
msgid "Data"
|
1370 |
-
msgstr "Dati"
|
1371 |
-
|
1372 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:58
|
1373 |
msgid "Subscribed"
|
1374 |
msgstr "Iscritto"
|
1375 |
|
1376 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1377 |
msgid "Log items deleted."
|
1378 |
msgstr "Log elementi eliminati."
|
1379 |
|
1380 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1381 |
-
|
1382 |
-
|
1383 |
-
msgstr "Commento"
|
1384 |
-
|
1385 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:209
|
1386 |
-
msgid "deleted"
|
1387 |
-
msgstr "cancellato"
|
1388 |
-
|
1389 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:219
|
1390 |
-
msgid "Registration"
|
1391 |
-
msgstr "Registrazione"
|
1392 |
|
1393 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1394 |
msgid "MultiSite registration"
|
1395 |
msgstr "Registrazione MultiSito"
|
1396 |
|
1397 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1398 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:243
|
1399 |
-
msgid "Checkout"
|
1400 |
-
msgstr "Cassa"
|
1401 |
-
|
1402 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:248
|
1403 |
msgid "Contact Form 7"
|
1404 |
msgstr "Modulo Contatti 7"
|
1405 |
|
1406 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1407 |
msgid "bbPress: New Topic"
|
1408 |
msgstr "bbPress: Nuovo argomento"
|
1409 |
|
1410 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1411 |
msgid "bbPress: New Reply"
|
1412 |
msgstr "bbPress: Nuova risposta"
|
1413 |
|
1414 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1415 |
msgid "Other Form"
|
1416 |
msgstr "Altro modulo"
|
1417 |
|
1418 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1419 |
msgid "No subscribe requests found."
|
1420 |
msgstr "Richieste iscritti non trovate."
|
1421 |
|
1422 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1423 |
msgid "All"
|
1424 |
msgstr "Tutto"
|
1425 |
|
1426 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1427 |
msgid "Checkbox"
|
1428 |
msgstr "Controllo a selezione multipla"
|
1429 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1430 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1431 |
msgid ""
|
1432 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
@@ -1461,11 +1514,6 @@ msgstr "Invia una copia a questa E-M@il:"
|
|
1461 |
msgid "Messages"
|
1462 |
msgstr "Messaggi"
|
1463 |
|
1464 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1465 |
-
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1466 |
-
msgid "Success"
|
1467 |
-
msgstr "Successo"
|
1468 |
-
|
1469 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1470 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1471 |
msgid "Invalid email address"
|
@@ -1491,21 +1539,27 @@ msgstr "CAPTCHA non valido"
|
|
1491 |
msgid "Other errors"
|
1492 |
msgstr "Altri errori"
|
1493 |
|
1494 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
1495 |
msgid "Form usage"
|
1496 |
msgstr "Utilizza modulo"
|
1497 |
|
1498 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1499 |
msgid ""
|
1500 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1501 |
"forms."
|
1502 |
msgstr "Usa %s nel tuo Modulo Contatti 7 per aggiungere una l'opzione d'iscrizione al MC7</p>"
|
1503 |
|
1504 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1505 |
msgid "Custom label texts"
|
1506 |
msgstr "Etichetta personalizzata"
|
1507 |
|
1508 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1509 |
msgid ""
|
1510 |
"Override the default checkbox label text for any given checkbox using the "
|
1511 |
"fields below."
|
@@ -1531,10 +1585,6 @@ msgstr "Nessuna lista trovata nel tuo account MailChimp"
|
|
1531 |
msgid "Statistics"
|
1532 |
msgstr "Statistiche"
|
1533 |
|
1534 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1535 |
-
msgid "Log"
|
1536 |
-
msgstr "Log"
|
1537 |
-
|
1538 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1539 |
msgid ""
|
1540 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
@@ -1619,6 +1669,110 @@ msgstr "Impostazioni modulo predefinite"
|
|
1619 |
msgid "Default Messages"
|
1620 |
msgstr "Messaggi predefiniti"
|
1621 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1622 |
#. Plugin URI of the plugin/theme
|
1623 |
msgid "https://mc4wp.com/"
|
1624 |
msgstr "https://mc4wp.com/"
|
1 |
+
# Copyright (C) 2015 Danny van Kooten
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
# Adriano <adrygese@gmail.com>, 2014-2015
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: MailChimp for WordPress\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
10 |
+
"POT-Creation-Date: 2015-02-25 06:33:40+00:00\n"
|
11 |
+
"PO-Revision-Date: 2015-02-25 10:40+0000\n"
|
12 |
"Last-Translator: Adriano <adrygese@gmail.com>\n"
|
13 |
"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/it_IT/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
26 |
"X-Poedit-SourceCharset: utf-8\n"
|
27 |
"X-Textdomain-Support: yes\n"
|
28 |
|
29 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:150
|
30 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:187
|
31 |
msgid "Settings"
|
32 |
msgstr "Impostazioni"
|
33 |
|
34 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:169
|
35 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:16
|
36 |
+
msgid "Upgrade to MailChimp for WordPress Pro"
|
37 |
+
msgstr "Aggiornamento a MailChimp per WordPress Pro"
|
38 |
|
39 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:188
|
40 |
+
msgid "MailChimp API Settings"
|
41 |
+
msgstr "Impostazioni API MailChimp"
|
42 |
+
|
43 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:189
|
44 |
+
msgid "MailChimp"
|
45 |
+
msgstr "MailChimp"
|
46 |
+
|
47 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:194
|
48 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
49 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:537
|
50 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
51 |
+
msgid "Checkbox Settings"
|
52 |
+
msgstr "Impostazioni Checkbox"
|
53 |
|
54 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:195
|
55 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:538
|
56 |
msgid "Checkboxes"
|
57 |
msgstr "Caselle di controllo a selezione multipla"
|
58 |
|
59 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:200
|
60 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
61 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:385
|
62 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:543
|
63 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
64 |
+
msgid "Form Settings"
|
65 |
+
msgstr "Settaggi Modulo"
|
66 |
+
|
67 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:201
|
68 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:544
|
69 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
70 |
msgid "Forms"
|
71 |
msgstr "Moduli"
|
72 |
|
73 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:205
|
74 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:206
|
75 |
+
msgid "Upgrade to Pro"
|
76 |
+
msgstr "Aggiornamento a Pro"
|
77 |
+
|
78 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:359
|
79 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
80 |
msgstr "Questa opzione è disponibile solo nella versione di MailChimp per WordPress Pro."
|
81 |
|
82 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:361
|
83 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
84 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
85 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
86 |
+
msgid "(PRO ONLY)"
|
87 |
+
msgstr "(SOLO PRO)"
|
88 |
+
|
89 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:362
|
90 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:634
|
91 |
+
msgid "Button text"
|
92 |
+
msgstr "Pulsante testo"
|
93 |
+
|
94 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:363
|
95 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
96 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:635
|
97 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
98 |
+
msgid "Initial value"
|
99 |
+
msgstr "Valore iniziale"
|
100 |
+
|
101 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:364
|
102 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
103 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
104 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
105 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:636
|
106 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
107 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
108 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
109 |
+
msgid "(optional)"
|
110 |
+
msgstr "(opzionale)"
|
111 |
+
|
112 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:365
|
113 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:637
|
114 |
+
msgid "Label for"
|
115 |
+
msgstr "Etichetta per"
|
116 |
+
|
117 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:366
|
118 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:638
|
119 |
+
msgid "(or leave empty)"
|
120 |
+
msgstr "(o lascia vuoto)"
|
121 |
+
|
122 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:367
|
123 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:639
|
124 |
+
msgid "Subscribe"
|
125 |
+
msgstr "Iscriviti"
|
126 |
+
|
127 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:391
|
128 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:677
|
129 |
msgid "Comment form"
|
130 |
msgstr "Modulo Commenti"
|
131 |
|
132 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:392
|
133 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:678
|
134 |
msgid "Registration form"
|
135 |
msgstr "Modulo Registrazione"
|
136 |
|
137 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:396
|
138 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:682
|
139 |
msgid "MultiSite forms"
|
140 |
msgstr "Modulo MultiSite"
|
141 |
|
142 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:400
|
143 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:686
|
144 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:301
|
145 |
msgid "BuddyPress registration"
|
146 |
msgstr "Registrazione BuddyPress"
|
147 |
|
148 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:408
|
149 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:412
|
150 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:694
|
151 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:698
|
152 |
msgid "%s checkout"
|
153 |
msgstr "%s cassa"
|
154 |
|
155 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:440
|
156 |
+
msgid ""
|
157 |
+
"The plugin can only fetch a maximum of 100 lists from MailChimp, only your "
|
158 |
+
"first 100 lists are shown."
|
159 |
+
msgstr "Il plugin può scaricare solo un massimo di 100 liste di MailChimp, verranno mostrate solo le prime 100 liste."
|
160 |
+
|
161 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:445
|
162 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:742
|
163 |
msgid "Renewed MailChimp cache."
|
164 |
msgstr "Aggiorna la cache di MailChimp"
|
165 |
|
166 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:447
|
167 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:744
|
168 |
msgid "Failed to renew MailChimp cache - please try again later."
|
169 |
msgstr "Impossibile aggiornare la cache MailChimp - si prega di riprovare piu' tardi."
|
170 |
|
171 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:480
|
|
|
172 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
173 |
msgstr "Un campo E-M@il. Esempio: <code>%s</code>"
|
174 |
|
175 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
176 |
msgid "A submit button. Example: <code>%s</code>"
|
177 |
msgstr "Pulsante di conferma. Esempio: <code>%s</code>"
|
178 |
|
179 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
180 |
msgid "Sign Up"
|
181 |
msgstr "Iscriviti"
|
182 |
|
183 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:511
|
|
|
184 |
msgid "A '%s' field"
|
185 |
msgstr "Un '%s' campo"
|
186 |
|
187 |
+
#: mailchimp-for-wordpress/includes/class-form-request.php:702
|
188 |
msgid "Please select at least one list to subscribe to."
|
189 |
msgstr "Seleziona almeno una lista da sottoscrivere."
|
190 |
|
192 |
msgid "MailChimp Sign-Up Form"
|
193 |
msgstr "Modulo di iscrizione MailChimp"
|
194 |
|
195 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:22
|
196 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
197 |
msgstr "Visualizza il tuo modulo di iscrizione MailChimp per WordPress"
|
198 |
|
199 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:66
|
200 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:71
|
201 |
msgid "Newsletter"
|
202 |
msgstr "Newsletter"
|
203 |
|
204 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:69
|
205 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:82
|
206 |
msgid "Title:"
|
207 |
msgstr "Titolo:"
|
208 |
|
209 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:73
|
210 |
msgid ""
|
211 |
+
"You can edit your sign-up form in the <a href=\"%s\">MailChimp for WordPress"
|
212 |
+
" form settings</a>."
|
213 |
+
msgstr "Tu puoi modificare il tuo modulo di iscrizione nelle <a href=\"%s\">impostazioni del modulo MailChimp per WordPress</a>."
|
214 |
|
215 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
216 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:292
|
217 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
218 |
msgid "Email address"
|
219 |
msgstr "Indirizzo E-M@il"
|
220 |
|
221 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
222 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:291
|
223 |
msgid "Your email address"
|
224 |
msgstr "Il tuo indirizzo E-M@il"
|
225 |
|
226 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
227 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:293
|
228 |
msgid "Sign up"
|
229 |
msgstr "Iscriviti"
|
230 |
|
233 |
msgid "Sign me up for the newsletter!"
|
234 |
msgstr "Iscrivimi alla newsletter!"
|
235 |
|
236 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:50
|
237 |
msgid ""
|
238 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
239 |
"inbox."
|
240 |
msgstr "Graize, la tua richiesta di iscrizione ha avuto successo! Controlla la tua casella di posta."
|
241 |
|
242 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:51
|
243 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:52
|
244 |
msgid "Oops. Something went wrong. Please try again later."
|
245 |
msgstr "Oops. Qualcosa è andato storto. Riprova più tardi."
|
246 |
|
247 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:52
|
248 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:53
|
249 |
msgid "Please provide a valid email address."
|
250 |
msgstr "Si prega di fornire un indirizzo E-M@il valido."
|
251 |
|
252 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:53
|
253 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:54
|
254 |
msgid "Given email address is already subscribed, thank you!"
|
255 |
msgstr "Indirizzo E-M@il inserito è già iscritto, grazie!"
|
256 |
|
257 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:54
|
258 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:55
|
259 |
msgid "Please complete the CAPTCHA."
|
260 |
msgstr "Si prega di compilare il CAPTCHA."
|
261 |
|
262 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:55
|
263 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:56
|
264 |
msgid "Please fill in the required fields."
|
265 |
msgstr "Si prega di compilare i campi obbligatori."
|
266 |
|
267 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
268 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
269 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
270 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
271 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:106
|
272 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:121
|
273 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:134
|
274 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:145
|
275 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:164
|
276 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:178
|
277 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
278 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
279 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
280 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
284 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
285 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
286 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
287 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:71
|
288 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
289 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
290 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
291 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
292 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
296 |
msgid "Yes"
|
297 |
msgstr "Si"
|
298 |
|
299 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
300 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
301 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
302 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
303 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
304 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:110
|
305 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:125
|
306 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:136
|
307 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:149
|
308 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:168
|
309 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:182
|
310 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
311 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
312 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
313 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
317 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
318 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
319 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
320 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:75
|
321 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
322 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
323 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
324 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
325 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
330 |
msgid "No"
|
331 |
msgstr "No"
|
332 |
|
333 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:236
|
334 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:239
|
335 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:311
|
336 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:320
|
337 |
msgid "MailChimp for WordPress - Error"
|
338 |
msgstr "MailChimp per WordPress - Errore"
|
339 |
|
340 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:237
|
341 |
msgid ""
|
342 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
343 |
"settings</a>."
|
344 |
msgstr "Seleziona una lista da sottoscrivere nelle <a href=\"%s\">impostazioni checkbox</a>."
|
345 |
|
346 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:238
|
347 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:319
|
348 |
msgid "This message is only visible to administrators for debugging purposes."
|
349 |
msgstr "Questo messaggio è visibile solo agli amministratori per scopi di debug."
|
350 |
|
351 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:312
|
352 |
msgid ""
|
353 |
"The MailChimp server returned the following error message as a response to "
|
354 |
"our sign-up request:"
|
355 |
msgstr "Il server MailChimp ha restituito il seguente messaggio di errore come risposta alla tua richiesta di iscrizione:"
|
356 |
|
357 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:314
|
358 |
msgid "This is the data that was sent to MailChimp:"
|
359 |
msgstr "Questi sono i dati che sono stati inviati a MailChimp:"
|
360 |
|
361 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:315
|
362 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:664
|
363 |
msgid "Email address:"
|
364 |
msgstr "Indirizzo e-mail:"
|
365 |
|
366 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:317
|
367 |
msgid "Merge variables:"
|
368 |
msgstr "Unisci variabili:"
|
369 |
|
371 |
msgid "MailChimp for WordPress"
|
372 |
msgstr "MailChimp per Wordpress"
|
373 |
|
374 |
+
#: mailchimp-for-wordpress/includes/views/api-settings.php:12
|
375 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:99
|
376 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
377 |
+
msgid "MailChimp Settings"
|
378 |
+
msgstr "Impostazioni MailChimp"
|
379 |
+
|
380 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
381 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
382 |
msgid "API Settings"
|
431 |
msgid "No lists were found in your MailChimp account"
|
432 |
msgstr "Non è stata trovata alcuna lista nel tuo account MailChimp"
|
433 |
|
|
|
|
|
|
|
|
|
|
|
434 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
435 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
436 |
msgid ""
|
459 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
460 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
461 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
462 |
+
msgid "No lists found, <a href=\"%s\">are you connected to MailChimp</a>?"
|
463 |
+
msgstr "Nessuna lista trovata, <a href=\"%s\">Sei connesso a MailChimp</a>?"
|
464 |
|
465 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
466 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
470 |
msgstr "Selezionare gli elenchi a cui le persone che selezionano la checkbox devono essere iscritte."
|
471 |
|
472 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
473 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:102
|
474 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
475 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
476 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
478 |
msgstr "Doppia conferma?"
|
479 |
|
480 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
481 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:113
|
482 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
483 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
484 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
488 |
msgstr "Selezionare \"si\" se si desidera che i clienti debbano confermare il loro indirizzo email, prima di essere iscritti (consigliato)."
|
489 |
|
490 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
491 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:82
|
492 |
msgid "Checkbox settings"
|
493 |
msgstr "Impostazioni Checkbox"
|
494 |
|
495 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
496 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:85
|
497 |
msgid "Add the checkbox to these forms"
|
498 |
msgstr "Aggiungi la checkbox a questi moduli"
|
499 |
|
500 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
501 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:92
|
502 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
503 |
msgstr "Selezionare il modulo dove si aggiungerà automaticamente la checkbox di iscrizione."
|
504 |
|
505 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
506 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:105
|
507 |
msgid "Checkbox label text"
|
508 |
msgstr "Etichetta di testo della Checkbox"
|
509 |
|
510 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
511 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:108
|
512 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:148
|
513 |
msgid "HTML tags like %s are allowed in the label text."
|
514 |
msgstr "I tag HTML come %s sono ammessi nel testo dell'etichetta."
|
515 |
|
516 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
517 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:112
|
518 |
msgid "Pre-check the checkbox?"
|
519 |
msgstr "Pre-selezionare l'iscrizione?"
|
520 |
|
521 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
522 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:117
|
523 |
msgid "Load some default CSS?"
|
524 |
msgstr "Caricare i file CSS di default?"
|
525 |
|
526 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
527 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:119
|
528 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
529 |
msgstr "Selezionare \"si\" se la casella di controllo deve apparire in un posto bizzarro."
|
530 |
|
531 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
532 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:122
|
533 |
msgid "WooCommerce checkbox position"
|
534 |
msgstr "Posizione casella di controllo WooCommerce"
|
535 |
|
536 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
537 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:125
|
538 |
msgid "After the billing details"
|
539 |
msgstr "Dopo i dettagli di pagamento"
|
540 |
|
541 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
542 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:126
|
543 |
msgid "After the additional information"
|
544 |
msgstr "Dopo le informazioni aggiuntive"
|
545 |
|
546 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
547 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
|
548 |
msgid ""
|
549 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
550 |
msgstr "Scegli la posizione per il controllo a selezione multipla nel tuo modulo di pagamento di WooCommerce"
|
551 |
|
|
|
|
|
|
|
|
|
|
|
|
|
552 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
553 |
msgid ""
|
554 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
569 |
msgid "Yes, load basic form styles"
|
570 |
msgstr "Si, carica il foglio di stile di base"
|
571 |
|
|
|
|
|
|
|
|
|
|
|
|
|
572 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
573 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
574 |
msgid "Yes, load my custom form styles"
|
630 |
msgid "Form mark-up"
|
631 |
msgstr "Modulo mark-up"
|
632 |
|
633 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:79
|
634 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:90
|
|
|
|
|
|
|
|
|
|
|
635 |
msgid ""
|
636 |
"Use the shortcode %s to display this form inside a post, page or text "
|
637 |
"widget."
|
638 |
msgstr "Utilizzare lo shortcode %s per visualizzare questo form all'interno di un post, pagina o il testo del widget."
|
639 |
|
640 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
641 |
+
#: mailchimp-for-wordpress-pro/includes/views/parts/missing-fields-notice.php:4
|
642 |
+
msgid "Your form is missing the following (required) form fields:"
|
643 |
+
msgstr "Nel modulo mancano i seguenti campi obbligatori:"
|
644 |
+
|
645 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:117
|
646 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
647 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
648 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
649 |
msgid "Send Welcome Email?"
|
650 |
msgstr "Inviare mail di Benvenuto ?"
|
651 |
|
652 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:128
|
653 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
655 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
658 |
"succeeds (only when double opt-in is disabled)."
|
659 |
msgstr "Selezionare \"si\" se si desidera inviare \\\"il Benvenuto\\\" alle vostre liste Email (solo se opzione doppia conferma è disabilitata)."
|
660 |
|
661 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:131
|
662 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
663 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:67
|
664 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
665 |
msgid "Update existing subscribers?"
|
666 |
msgstr "Aggiornare iscritti esistenti?"
|
667 |
|
668 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:138
|
669 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
670 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
671 |
msgid ""
|
673 |
"showing the \"already subscribed\" message)."
|
674 |
msgstr "Selezionare \"si \" se si desidera aggiornare gli iscritti esistenti (invece di mostrare il messaggio \"già iscritto\")."
|
675 |
|
676 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:141
|
677 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
678 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
679 |
msgid "Replace interest groups?"
|
680 |
msgstr "Sostituire gruppi di interesse?"
|
681 |
|
682 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:152
|
683 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
684 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
685 |
msgid ""
|
688 |
"groups (only when updating a subscriber)."
|
689 |
msgstr "Selezionare \"si\" se si desidera sostituire i gruppi di interesse con i gruppi previsti invece di aggiungere i gruppi previsti per i gruppi di interesse del membro (solo quando si aggiorna un iscritto)."
|
690 |
|
691 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:156
|
692 |
msgid "Form Settings & Messages"
|
693 |
msgstr "Modulo Impostazioni e Messaggi"
|
694 |
|
695 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:160
|
696 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
697 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
698 |
msgid "Enable AJAX form submission?"
|
699 |
msgstr "Abilitare il modulo di iscrizione AJAX ?"
|
700 |
|
701 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:171
|
702 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
703 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
704 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
705 |
msgstr "Selezionare \"si\" se si desidera utilizzare AJAX (JavaScript) per inviare i moduli."
|
706 |
|
707 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:174
|
708 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
709 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
710 |
msgid "Hide form after a successful sign-up?"
|
711 |
msgstr "Nascondere il modulo dopo l'avvenuta iscrizione?"
|
712 |
|
713 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:185
|
714 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
715 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
716 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
717 |
msgstr "Selezionare \"si\" per nascondere i campi del modulo dopo l'avvenuta iscrizione."
|
718 |
|
719 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:188
|
720 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
721 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
722 |
msgid "Redirect to URL after successful sign-ups"
|
723 |
msgstr "Redirect ad URL dopo iscrizione"
|
724 |
|
725 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:190
|
726 |
msgid "Example: %s"
|
727 |
msgstr "Esempio: %s"
|
728 |
|
729 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:191
|
730 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
731 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
732 |
msgid ""
|
733 |
+
"Leave empty for no redirect. Otherwise, use complete (absolute) URLs, "
|
734 |
+
"including <code>http://</code>."
|
735 |
+
msgstr "Lascia vuoto per nessuna redirect. In caso contrario, utilizza l'URL completo (assoluto), incluso <code>http://</ code>."
|
736 |
|
737 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
738 |
msgid "Success message"
|
739 |
msgstr "Messaggio successo"
|
740 |
|
741 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:199
|
742 |
msgid "Invalid email address message"
|
743 |
msgstr "Messaggio e-mail non valido"
|
744 |
|
745 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:203
|
746 |
msgid "Required field missing message"
|
747 |
msgstr "Messaggio campo obbligatorio mancante"
|
748 |
|
749 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:207
|
750 |
msgid "Already subscribed message"
|
751 |
msgstr "Messaggio già sottoscritto"
|
752 |
|
753 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:212
|
754 |
msgid "Invalid CAPTCHA message"
|
755 |
msgstr "Messaggio CAPTCHA non valido"
|
756 |
|
757 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:217
|
758 |
msgid "General error message"
|
759 |
msgstr "Messaggio errore generale"
|
760 |
|
761 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:223
|
762 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
763 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
764 |
msgid "HTML tags like %s are allowed in the message fields."
|
765 |
msgstr "I tag HTML come %s sono ammessi nel campo messaggio."
|
766 |
|
767 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:237
|
768 |
msgid "Building your sign-up form"
|
769 |
msgstr "Costruisci il tuo modulo d'iscrizione"
|
770 |
|
771 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:238
|
772 |
msgid ""
|
773 |
"At a minimum, your form should include just an %s field and a submit button."
|
774 |
msgstr "Come minimo, il tuo modulo dovrebbe includere solo un %s campo e un pulsante di invio."
|
775 |
|
776 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:239
|
777 |
msgid ""
|
778 |
"Add more form fields if your selected lists require more fields. Field names"
|
779 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
780 |
"field\" tool to have the HTML generated for you."
|
781 |
msgstr "Aggiungere altri campi nel modulo se le vostre liste selezionate richiedono più campi. I nomi dei campi devono corrispondere alle etichette dei campi delle liste selezionate. Utilizzare lo strumento \"Aggiungi un nuovo campo\" per avere il codice HTML generato per voi."
|
782 |
|
783 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:241
|
784 |
msgid "Form Styling"
|
785 |
msgstr "Stili del modulo"
|
786 |
|
787 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:242
|
788 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
789 |
msgstr "Modifica l'aspetto visivo del modulo applicando le regole CSS a %s."
|
790 |
|
791 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:243
|
792 |
msgid ""
|
793 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
794 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
795 |
" plugin like %s"
|
796 |
msgstr "Puoi aggiungere le regole CSS al tuo foglio di stile del tema utilizzando l'<a href=\"%s\">editor del tema</a> o modificandolo %s tramite FTP. In alternativa, utilizza un plugin come %s"
|
797 |
|
798 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:244
|
799 |
msgid ""
|
800 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
801 |
"selectors you can use to target the different form elements."
|
802 |
msgstr "Le <a href=\"%s\" target=\"_blank\">FAQ del plugin</a> elenca i vari selettori CSS che puoi utilizzare per indirizzare i diversi elementi del modulo."
|
803 |
|
804 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:245
|
805 |
msgid ""
|
806 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
807 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
808 |
"lets you customize form styles without writing any code."
|
809 |
msgstr "Se hai bisogno di un modo più semplice per lo stile dei tuoi moduli, <a href=\"%s\">aggiornamento a MailChimp per WordPress Pro</a>. Viene fornito con un \"costruttore di stili\" che consente di personalizzare gli stili del modulo senza scrivere codice."
|
810 |
|
811 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:247
|
812 |
msgid "Form variables"
|
813 |
msgstr "Variabili modulo"
|
814 |
|
815 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:248
|
816 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:427
|
817 |
msgid "Use the following variables to add some dynamic content to your form."
|
818 |
msgstr "Utilizzare le seguenti variabili per aggiungere alcuni contenuti dinamici al form."
|
819 |
|
820 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:255
|
821 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
822 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
823 |
msgstr "Sostituito con l'email del visitatore (se impostato nell'URL o cookie)."
|
824 |
|
825 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:259
|
826 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
827 |
msgid "Replaced with the form response (error or success messages)."
|
828 |
msgstr "Sostituite con il Modulo di Risposta (messaggi di errore o di successo)."
|
829 |
|
830 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:264
|
831 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
832 |
msgid "Replaced with a captcha field."
|
833 |
msgstr "Sostituite con il campo captcha."
|
834 |
|
835 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
836 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
837 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
838 |
msgstr "Sostituite con il numero di iscritti della lista/liste selezionata/e"
|
839 |
|
840 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:273
|
841 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
842 |
msgid "Replaced with the current site language, eg: %s"
|
843 |
msgstr "Sostituite con la lingua corrente del sito, eg: %s"
|
844 |
|
845 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:277
|
846 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
847 |
msgid "Replaced with the visitor's IP address"
|
848 |
msgstr "Sostituite con 'indirizzo IP del visitatore"
|
849 |
|
850 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:281
|
851 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
852 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
853 |
msgstr "Sostituite con la data corrente (yyyy/mm/dd eg: %s)"
|
854 |
|
855 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:285
|
856 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
857 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
858 |
msgstr "Sostituite con l'ora corrente (hh:mm:ss eg: %s)"
|
859 |
|
860 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:289
|
861 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
862 |
msgid ""
|
863 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
864 |
"in user)"
|
865 |
msgstr "Sostituite con l'E-M@il dell'utente (o niente, se non vi è alcun utente collegato)"
|
866 |
|
867 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:293
|
868 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
869 |
msgid "First name of the current user"
|
870 |
msgstr "Nome dell'utente corrente"
|
871 |
|
872 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:297
|
873 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
874 |
msgid "Last name of the current user"
|
875 |
msgstr "Cognome dell'utente corrente"
|
876 |
|
877 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:301
|
878 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
879 |
msgid "Current user ID"
|
880 |
msgstr "Username Corrente"
|
881 |
|
882 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:305
|
883 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
884 |
msgid "Current URL"
|
885 |
msgstr "URL Corrente"
|
886 |
|
887 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
888 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:31
|
889 |
msgid "Add a new field"
|
890 |
msgstr "Aggiungi un nuovo campo"
|
891 |
|
894 |
msgstr "Utilizza lo strumento di seguito per generare il codice HTML per i tuoi campi del modulo."
|
895 |
|
896 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
897 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:35
|
898 |
msgid "Select MailChimp field.."
|
899 |
msgstr "Seleziona i campi MailChimp.."
|
900 |
|
901 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
902 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:39
|
903 |
msgid "Submit Button"
|
904 |
msgstr "Pulsante Invio"
|
905 |
|
906 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
907 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:40
|
908 |
msgid "Lists Choice"
|
909 |
msgstr "Lista scelte"
|
910 |
|
911 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
912 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
913 |
msgid "Label"
|
914 |
msgstr "Etichetta"
|
915 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
916 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
917 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
918 |
msgid "Placeholder"
|
919 |
msgstr "Segnaposto"
|
920 |
|
|
|
|
|
|
|
|
|
|
|
921 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
922 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
923 |
msgid "Labels"
|
924 |
msgstr "Etichette"
|
925 |
|
926 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
927 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
928 |
msgid "(leave empty to hide)"
|
929 |
msgstr "(lascia vuoto per nascondere)"
|
930 |
|
931 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
932 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:68
|
933 |
msgid "Wrap in paragraph %s tags?"
|
934 |
msgstr "Inserisce nel paragrafo %s tags?"
|
935 |
|
936 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
937 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:72
|
938 |
msgid "Required field?"
|
939 |
msgstr "Campi obbligatori?"
|
940 |
|
941 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
942 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:76
|
943 |
msgid "Add to form"
|
944 |
msgstr "Aggiungi al modulo"
|
945 |
|
946 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
947 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:80
|
948 |
msgid "Generated HTML"
|
949 |
msgstr "Generato HTML"
|
950 |
|
982 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
983 |
msgstr "Assicurati di dare un occhio alla sezione sulle <a href=\"%s\">FAQ (domande frequenti) </a> oppure usa il <a href=\"%s\"> supporto del forum </a> su WordPress.org."
|
984 |
|
985 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
986 |
msgid "Show a token of your appreciation"
|
987 |
msgstr "Dimostra il tuo apprezzamento"
|
988 |
|
989 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
|
|
|
|
|
|
|
|
990 |
msgid "Leave a %s plugin review on WordPress.org"
|
991 |
msgstr "Lascia una recensione del plugin %s su WordPress.org"
|
992 |
|
993 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
994 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
995 |
msgstr "Sto usando MailChimp per WordPress di @DannyvanKooten - E' fantastico!"
|
996 |
|
997 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
998 |
msgid "Tweet about MailChimp for WordPress"
|
999 |
msgstr "Tweet su MailChimp per WordPress"
|
1000 |
|
1001 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:19
|
1002 |
msgid ""
|
1003 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
1004 |
"page</a>."
|
1005 |
msgstr "Recensire il plugin sul tuo blog e link alla <a href=\"%s\">pagina dei plugin</a>"
|
1006 |
|
1007 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:20
|
1008 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
1009 |
msgstr "Vota \"works\" nella pagina del plugin WordPress.org"
|
1010 |
|
1011 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:24
|
1012 |
msgid "About the developer"
|
1013 |
msgstr "Informazioni sullo sviluppatore"
|
1014 |
|
1024 |
msgstr "Caratteristiche Pro includono migliori e molteplici moduli, avanzato e facile stile del modulo, più temi predefiniti, statistiche dettagliate e supporto prioritario."
|
1025 |
|
1026 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
1027 |
+
msgid "Upgrade Now"
|
1028 |
+
msgstr "Aggiorna adesso"
|
1029 |
|
1030 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:206
|
1031 |
msgid "Documentation"
|
1032 |
msgstr "Documentazione"
|
1033 |
|
1034 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:254
|
1035 |
msgid "Save Form"
|
1036 |
msgstr "Salva Modulo"
|
1037 |
|
1038 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:258
|
1039 |
msgid "Update Form"
|
1040 |
msgstr "Aggiorna Modulo"
|
1041 |
|
1042 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:314
|
1043 |
msgid "Back to general form settings"
|
1044 |
msgstr "Torna alle impostazioni generali"
|
1045 |
|
1046 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:316
|
1047 |
msgid "Form updated."
|
1048 |
msgstr "Modulo aggiornato."
|
1049 |
|
1050 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:317
|
1051 |
msgid "Form saved."
|
1052 |
msgstr "Modulo salvato."
|
1053 |
|
1054 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:386
|
1055 |
msgid "Optional Settings"
|
1056 |
msgstr "Settaggi Opzionali"
|
1057 |
|
1058 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:387
|
1059 |
msgid "Form Variables"
|
1060 |
msgstr "Variabili Modulo"
|
1061 |
|
1062 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:531
|
1063 |
+
msgid "MailChimp & Plugin License Settings"
|
1064 |
+
msgstr "MailChimp & Impostazioni Licenza Plugin"
|
1065 |
+
|
1066 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:532
|
1067 |
msgid "MailChimp & License"
|
1068 |
msgstr "MailChimp & Licenza"
|
1069 |
|
1070 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:548
|
1071 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:549
|
1072 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1073 |
msgid "Reports"
|
1074 |
msgstr "Rapporti"
|
1075 |
|
1076 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:732
|
1077 |
msgid ""
|
1078 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1079 |
"href=\"%s\">Provide a valid API key.</a>"
|
1080 |
msgstr "Si prega di assicurarsi che il plugin sia collegato a MailChimp. <a href=\"%s\">Inserire una chiave API valida.</a>"
|
1081 |
|
1082 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:834
|
1083 |
msgid "End date can't be before the start date"
|
1084 |
msgstr "La data di fine non puo' essere antecedente alla data di inizio"
|
1085 |
|
1086 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:866
|
1087 |
msgid ""
|
1088 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1089 |
"page."
|
1090 |
msgstr "Hai disattivato il log utilizzando il %s filtro. Riattivalo per utilizzare le relazioni di pagina."
|
1091 |
|
1092 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:882
|
1093 |
msgid ""
|
1094 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1095 |
+
"settings you set in the Lite version, you can safely <a "
|
1096 |
+
"href=\"%s\">deactivate it now</a>."
|
1097 |
+
msgstr "<strong> Benvenuto a MailChimp per WordPress Pro! </ strong> Abbiamo trasferito le impostazioni effettuate nella versione Lite, è possibile <a href=\"%s\">disattivarle ora</a> in modo sicuro."
|
1098 |
|
1099 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1100 |
msgid ""
|
1116 |
msgid "The %sCSS Stylesheet%s has been created."
|
1117 |
msgstr "Il %sCSS foglio di stile%s è stato creato."
|
1118 |
|
1119 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:142
|
1120 |
msgid "I know. Don't bug me."
|
1121 |
msgstr "Lo so."
|
1122 |
|
1123 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:161
|
1124 |
msgid ""
|
1125 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1126 |
"able to get %s updates. Please add %s to %s."
|
1127 |
msgstr "<b> Attenzione! </ b> Stai bloccando le richieste esterne, il che significa che non sarai in grado di ottenere gli aggiornamenti %s. Si prega di aggiungere %s in %s."
|
1128 |
|
1129 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:203
|
1130 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1131 |
msgstr "È stata attivata la tua licenza %s. Hai una licenza illimitata."
|
1132 |
|
1133 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:205
|
1134 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1135 |
msgstr "È stata attivata la tua licenza %s. È stato utilizzato %d/%d attivazioni."
|
1136 |
|
1137 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:210
|
1138 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1139 |
msgstr "<a href=\"%s\"> Lo sapevate che è possibile aggiornare la licenza? </a>"
|
1140 |
|
1141 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:214
|
1142 |
msgid ""
|
1143 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1144 |
" it?</a>"
|
1145 |
msgstr "<a href=\"%s\">La licenza è in scadenza in %d giorni, volete rinnovarla? </a>"
|
1146 |
|
1147 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:223
|
1148 |
msgid ""
|
1149 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1150 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1151 |
msgstr "Hai raggiunto il limite di attivazione. È necessario <a href=\"%s\">resettare</a> o <a href=\"%s\">aggiornare la tua licenza</a> per usarla su questo sito."
|
1152 |
|
1153 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:227
|
1154 |
msgid ""
|
1155 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1156 |
"you want to use it again."
|
1157 |
msgstr "La tua licenza è scaduta. Tu devi <a href=\"%s\">rinnovare la tua licenza</a> se tu desideri utilizzarla di nuovo."
|
1158 |
|
1159 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:230
|
1160 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1161 |
msgstr "Impossibile attivare la licenza, la chiave di licenza sembra non essere valida."
|
1162 |
|
1163 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:255
|
1164 |
msgid "Your %s license has been deactivated."
|
1165 |
msgstr "La vostra licenza %s non è attiva."
|
1166 |
|
1167 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:260
|
1168 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:66
|
1169 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:75
|
1170 |
msgid ""
|
1171 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1172 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1173 |
msgstr "La tua licenza plugin è scaduta. Tu non avrai più accesso agli aggiornamenti del plugin a meno che non <a href=\"%s\">rinnovi la tua licenza</a>."
|
1174 |
|
1175 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:262
|
1176 |
msgid "Failed to deactivate your %s license."
|
1177 |
msgstr "Impossibile disattivare la licenza %s."
|
1178 |
|
1179 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:300
|
1180 |
msgid "Request error: \"%s\""
|
1181 |
msgstr "Richiesta di errore: \"%s\""
|
1182 |
|
1183 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:459
|
1184 |
msgid "%s: License Settings"
|
1185 |
msgstr "%s: Impostazioni licenza"
|
1186 |
|
1190 |
"the license."
|
1191 |
msgstr "%s la rete è attiva, contattare l'amministratore del sito per gestire la licenza."
|
1192 |
|
1193 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:64
|
1194 |
msgid ""
|
1195 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1196 |
msgstr "%s non è riuscito a controllare gli aggiornamenti a causa del seguente errore: <em>%s</ em>"
|
1197 |
|
1198 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:126
|
1199 |
msgid ""
|
1200 |
+
"This site has not been activated properly on mc4wp.com and thus cannot check"
|
1201 |
+
" for future updates. Please activate your site with a valid license key."
|
1202 |
+
msgstr "Questo sito non è stato attivato correttamente su mc4wp.com e quindi non può verificare gli aggiornamenti futuri. Si prega di attivare il tuo sito con una chiave di licenza valida."
|
|
|
1203 |
|
1204 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1205 |
msgid "License status"
|
1255 |
msgid "Paste your license key here, as found in the email receipt."
|
1256 |
msgstr "Incollare la chiave di licenza qui, come si trova nella ricevuta email."
|
1257 |
|
1258 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:79
|
|
|
|
|
|
|
|
|
1259 |
msgid "Your %s license will expire on %s."
|
1260 |
msgstr "La tua %s licenza scadrà il %s."
|
1261 |
|
1262 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:83
|
1263 |
msgid "%sRenew your license now%s."
|
1264 |
msgstr "%sRinnova ora la tua licenza%s."
|
1265 |
|
1266 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:261
|
1267 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1268 |
msgstr "<strong> Errore: </ strong> Si prega di specificare un ID del modulo. Esempio: %s."
|
1269 |
|
1270 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:275
|
1271 |
msgid ""
|
1272 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1273 |
" correct form ID."
|
1274 |
msgstr "<strong> Errore: </ strong> modulo di iscrizione non trovato. Si prega di verificare se è stato utilizzato l'ID di modulo corretto."
|
1275 |
|
1276 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:647
|
1277 |
msgid "New MailChimp Sign-Up"
|
1278 |
msgstr "Nuova iscrizione MailChimp"
|
1279 |
|
1280 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:655
|
1281 |
msgid "New Sign-Up"
|
1282 |
msgstr "Nuova iscrizione"
|
1283 |
|
1284 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:656
|
1285 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1286 |
msgstr "<strong>%s</ strong> firmato a %s su %s utilizzando il modulo \"%s\"."
|
1287 |
|
1288 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:661
|
1289 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:77
|
1290 |
msgid "List"
|
1291 |
msgstr "Lista"
|
1292 |
|
1293 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:701
|
1294 |
msgid "Other fields"
|
1295 |
msgstr "Altri campi"
|
1296 |
|
1297 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:718
|
1298 |
msgid ""
|
1299 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1300 |
"be added to the selected MailChimp lists until they confirm their email "
|
1301 |
"address."
|
1302 |
msgstr "Nota che hai attivato double opt-in per il \"%s\" modulo. Gli utenti non verranno aggiunti alle liste MailChimp selezionate fino a quando non confermano il loro indirizzo email."
|
1303 |
|
1304 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:720
|
1305 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1306 |
msgstr "Questa email è stata auto-inviata da MailChimp per WordPress."
|
1307 |
|
1323 |
"href=\"%s\">widget settings</a>."
|
1324 |
msgstr "Si prega di selezionare il modulo di iscrizione che vuoi mostrare qui in <a href=\"%s\"> impostazioni dei widget </a>."
|
1325 |
|
1326 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:86
|
1327 |
msgid "Form:"
|
1328 |
msgstr "Modulo:"
|
1329 |
|
1330 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:88
|
1331 |
msgid "Select the form to show"
|
1332 |
msgstr "Selezionatre il modulo da visualizzare"
|
1333 |
|
1334 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:96
|
1335 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1336 |
msgstr "Non hai alcun modulo di iscrizione. <a href=\"%s\"> Creane uno adesso. </a>"
|
1337 |
|
1338 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:51
|
1339 |
msgid ""
|
1340 |
"Thank you, your sign-up request was successful! Please check your email "
|
1341 |
"inbox to confirm."
|
1342 |
msgstr "Grazie, la tua richiesta di iscrizione ha avuto successo! Controlla la tua E-M@il per confermare."
|
1343 |
|
1344 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:43
|
1345 |
msgid "ID"
|
1346 |
msgstr "ID"
|
1347 |
|
1348 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:44
|
1349 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:426
|
1350 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:462
|
1351 |
msgid "Form"
|
1352 |
msgstr "Modulo"
|
1353 |
|
1354 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:45
|
1355 |
msgid "Shortcode"
|
1356 |
msgstr "Shortcode"
|
1357 |
|
1358 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:46
|
1359 |
msgid "List(s)"
|
1360 |
msgstr "Lista/e"
|
1361 |
|
1362 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:47
|
1363 |
msgid "Last edited"
|
1364 |
msgstr "Ultima modifica"
|
1365 |
|
1366 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:98
|
1367 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:102
|
1368 |
msgid "Edit Form"
|
1369 |
msgstr "Modifica Modulo"
|
1370 |
|
1371 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:99
|
1372 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:253
|
1373 |
msgid "Delete"
|
1374 |
msgstr "Cancella"
|
1375 |
|
1376 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:131
|
1377 |
msgid "No MailChimp list(s) selected yet."
|
1378 |
msgstr "Nessuna lista\\e MailChimp ancora selezionata\\e."
|
1379 |
|
1380 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:141
|
1381 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1382 |
msgstr "Non hai ancora creato alcun modulo di iscrizione. È ora di farlo!"
|
1383 |
|
1384 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:46
|
1385 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1386 |
+
msgid "Log"
|
1387 |
+
msgstr "Log"
|
1388 |
|
1389 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:47
|
1390 |
+
msgid "Log Items"
|
1391 |
+
msgstr ""
|
1392 |
|
1393 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:76
|
1394 |
msgid "Email"
|
1395 |
msgstr "E-M@il"
|
1396 |
|
1397 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:78
|
1398 |
+
msgid "Data"
|
1399 |
+
msgstr "Dati"
|
1400 |
+
|
1401 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:79
|
1402 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1403 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1404 |
+
msgid "Success"
|
1405 |
+
msgstr "Successo"
|
1406 |
+
|
1407 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:80
|
1408 |
msgid "Type"
|
1409 |
msgstr "Tipo"
|
1410 |
|
1411 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:81
|
1412 |
msgid "Source"
|
1413 |
msgstr "Origine"
|
1414 |
|
1415 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:82
|
|
|
|
|
|
|
|
|
1416 |
msgid "Subscribed"
|
1417 |
msgstr "Iscritto"
|
1418 |
|
1419 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:150
|
1420 |
msgid "Log items deleted."
|
1421 |
msgstr "Log elementi eliminati."
|
1422 |
|
1423 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:297
|
1424 |
+
msgid "Top Bar"
|
1425 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1426 |
|
1427 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:305
|
1428 |
msgid "MultiSite registration"
|
1429 |
msgstr "Registrazione MultiSito"
|
1430 |
|
1431 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:318
|
|
|
|
|
|
|
|
|
|
|
1432 |
msgid "Contact Form 7"
|
1433 |
msgstr "Modulo Contatti 7"
|
1434 |
|
1435 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:322
|
1436 |
msgid "bbPress: New Topic"
|
1437 |
msgstr "bbPress: Nuovo argomento"
|
1438 |
|
1439 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:326
|
1440 |
msgid "bbPress: New Reply"
|
1441 |
msgstr "bbPress: Nuova risposta"
|
1442 |
|
1443 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:332
|
1444 |
msgid "Other Form"
|
1445 |
msgstr "Altro modulo"
|
1446 |
|
1447 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:398
|
1448 |
msgid "No subscribe requests found."
|
1449 |
msgstr "Richieste iscritti non trovate."
|
1450 |
|
1451 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:420
|
1452 |
msgid "All"
|
1453 |
msgstr "Tutto"
|
1454 |
|
1455 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:432
|
1456 |
msgid "Checkbox"
|
1457 |
msgstr "Controllo a selezione multipla"
|
1458 |
|
1459 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:475
|
1460 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:478
|
1461 |
+
msgid "Registration"
|
1462 |
+
msgstr "Registrazione"
|
1463 |
+
|
1464 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:489
|
1465 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:503
|
1466 |
+
msgid "Order"
|
1467 |
+
msgstr "Ordine"
|
1468 |
+
|
1469 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:492
|
1470 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:506
|
1471 |
+
msgid "Checkout"
|
1472 |
+
msgstr "Cassa"
|
1473 |
+
|
1474 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1475 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:525
|
1476 |
+
msgid "Comment"
|
1477 |
+
msgstr "Commento"
|
1478 |
+
|
1479 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1480 |
+
msgid "deleted"
|
1481 |
+
msgstr "cancellato"
|
1482 |
+
|
1483 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1484 |
msgid ""
|
1485 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
1514 |
msgid "Messages"
|
1515 |
msgstr "Messaggi"
|
1516 |
|
|
|
|
|
|
|
|
|
|
|
1517 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1518 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1519 |
msgid "Invalid email address"
|
1539 |
msgid "Other errors"
|
1540 |
msgstr "Altri errori"
|
1541 |
|
1542 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:89
|
1543 |
msgid "Form usage"
|
1544 |
msgstr "Utilizza modulo"
|
1545 |
|
1546 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:78
|
1547 |
+
msgid ""
|
1548 |
+
"Select \"yes\" if you want to update existing subscribers with the data that"
|
1549 |
+
" is sent."
|
1550 |
+
msgstr "Seleziona \"si\" se desideri aggiornare gli iscritti esistenti con i dati che vengono inviati."
|
1551 |
+
|
1552 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:100
|
1553 |
msgid ""
|
1554 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1555 |
"forms."
|
1556 |
msgstr "Usa %s nel tuo Modulo Contatti 7 per aggiungere una l'opzione d'iscrizione al MC7</p>"
|
1557 |
|
1558 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:136
|
1559 |
msgid "Custom label texts"
|
1560 |
msgstr "Etichetta personalizzata"
|
1561 |
|
1562 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:137
|
1563 |
msgid ""
|
1564 |
"Override the default checkbox label text for any given checkbox using the "
|
1565 |
"fields below."
|
1585 |
msgid "Statistics"
|
1586 |
msgstr "Statistiche"
|
1587 |
|
|
|
|
|
|
|
|
|
1588 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1589 |
msgid ""
|
1590 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
1669 |
msgid "Default Messages"
|
1670 |
msgstr "Messaggi predefiniti"
|
1671 |
|
1672 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:15
|
1673 |
+
msgid "Today"
|
1674 |
+
msgstr "Oggi"
|
1675 |
+
|
1676 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:16
|
1677 |
+
msgid "Yesterday"
|
1678 |
+
msgstr "Ieri"
|
1679 |
+
|
1680 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:17
|
1681 |
+
msgid "Last Week"
|
1682 |
+
msgstr "Scorsa Settimana"
|
1683 |
+
|
1684 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:18
|
1685 |
+
msgid "Last Month"
|
1686 |
+
msgstr "Scorso Mese"
|
1687 |
+
|
1688 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:19
|
1689 |
+
msgid "Last Quarter"
|
1690 |
+
msgstr "Scorso Trimestre"
|
1691 |
+
|
1692 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:20
|
1693 |
+
msgid "Last Year"
|
1694 |
+
msgstr "Scorso Anno"
|
1695 |
+
|
1696 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:21
|
1697 |
+
msgid "Custom"
|
1698 |
+
msgstr ""
|
1699 |
+
|
1700 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:25
|
1701 |
+
msgid "From"
|
1702 |
+
msgstr "Da"
|
1703 |
+
|
1704 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:32
|
1705 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:57
|
1706 |
+
msgid "Jan"
|
1707 |
+
msgstr "Gen"
|
1708 |
+
|
1709 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:33
|
1710 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:58
|
1711 |
+
msgid "Feb"
|
1712 |
+
msgstr "Feb"
|
1713 |
+
|
1714 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:34
|
1715 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:59
|
1716 |
+
msgid "Mar"
|
1717 |
+
msgstr "Mar"
|
1718 |
+
|
1719 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:35
|
1720 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:60
|
1721 |
+
msgid "Apr"
|
1722 |
+
msgstr "Apr"
|
1723 |
+
|
1724 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:36
|
1725 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:61
|
1726 |
+
msgid "May"
|
1727 |
+
msgstr "Mag"
|
1728 |
+
|
1729 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:37
|
1730 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:62
|
1731 |
+
msgid "Jun"
|
1732 |
+
msgstr "Giu"
|
1733 |
+
|
1734 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:38
|
1735 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:63
|
1736 |
+
msgid "Jul"
|
1737 |
+
msgstr "Lug"
|
1738 |
+
|
1739 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:39
|
1740 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:64
|
1741 |
+
msgid "Aug"
|
1742 |
+
msgstr "Ago"
|
1743 |
+
|
1744 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:40
|
1745 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:65
|
1746 |
+
msgid "Sep"
|
1747 |
+
msgstr "Set"
|
1748 |
+
|
1749 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:41
|
1750 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:66
|
1751 |
+
msgid "Oct"
|
1752 |
+
msgstr "Ott"
|
1753 |
+
|
1754 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:42
|
1755 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:67
|
1756 |
+
msgid "Nov"
|
1757 |
+
msgstr "Nov"
|
1758 |
+
|
1759 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:43
|
1760 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:68
|
1761 |
+
msgid "Dec"
|
1762 |
+
msgstr "Dic"
|
1763 |
+
|
1764 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:50
|
1765 |
+
msgid "To"
|
1766 |
+
msgstr "A"
|
1767 |
+
|
1768 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:76
|
1769 |
+
msgid "Filter"
|
1770 |
+
msgstr "Filtro"
|
1771 |
+
|
1772 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:83
|
1773 |
+
msgid "Show these lines:"
|
1774 |
+
msgstr "Mostra queste righe:"
|
1775 |
+
|
1776 |
#. Plugin URI of the plugin/theme
|
1777 |
msgid "https://mc4wp.com/"
|
1778 |
msgstr "https://mc4wp.com/"
|
languages/mailchimp-for-wp-nl_NL.po
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
-
# Danny van Kooten <dannyvankooten@gmail.com>, 2014
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: MailChimp for WordPress\n"
|
8 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
12 |
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/nl_NL/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -25,97 +25,165 @@ msgstr ""
|
|
25 |
"X-Poedit-SourceCharset: utf-8\n"
|
26 |
"X-Textdomain-Support: yes\n"
|
27 |
|
28 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
29 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
30 |
msgid "Settings"
|
31 |
msgstr "Instellingen"
|
32 |
|
33 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
34 |
-
#: mailchimp-for-wordpress/includes/
|
35 |
-
msgid "Upgrade to Pro"
|
36 |
-
msgstr "Upgrade naar
|
37 |
|
38 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
39 |
-
|
40 |
-
|
41 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
42 |
-
msgid "MailChimp Settings"
|
43 |
-
msgstr "MailChimp Instellingen"
|
44 |
|
45 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
msgid "Checkboxes"
|
48 |
msgstr "Checkboxes"
|
49 |
|
50 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
51 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
53 |
msgid "Forms"
|
54 |
msgstr "Formulieren"
|
55 |
|
56 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
57 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
58 |
msgstr "Deze optie is enkel beschikbaar in de premium versie van de MailChimp for WordPress plugin."
|
59 |
|
60 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
61 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
msgid "Comment form"
|
63 |
msgstr "Reactieformulier"
|
64 |
|
65 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
66 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
67 |
msgid "Registration form"
|
68 |
msgstr "Registratieformulier"
|
69 |
|
70 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
71 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
72 |
msgid "MultiSite forms"
|
73 |
msgstr "MultiSite formulieren"
|
74 |
|
75 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
76 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
77 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
78 |
msgid "BuddyPress registration"
|
79 |
msgstr "BuddyPress registratie"
|
80 |
|
81 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
82 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
83 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
84 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
85 |
msgid "%s checkout"
|
86 |
msgstr "%s checkout"
|
87 |
|
88 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
msgid "Renewed MailChimp cache."
|
91 |
msgstr "MailChimp cache met succes vernieuwd."
|
92 |
|
93 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
94 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
95 |
msgid "Failed to renew MailChimp cache - please try again later."
|
96 |
msgstr "Het is niet gelukt om de MailChimp cache te legen - probeer het alsjeblieft later opnieuw."
|
97 |
|
98 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
99 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:313
|
100 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
101 |
msgstr "Een EMAIL veld. Voorbeeld: <code>%s</code>"
|
102 |
|
103 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
104 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
105 |
msgid "A submit button. Example: <code>%s</code>"
|
106 |
msgstr "Een verzendknop. Voorbeeld: <code>%s</code>"
|
107 |
|
108 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
109 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
110 |
msgid "Sign Up"
|
111 |
msgstr "Inschrijven"
|
112 |
|
113 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
114 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:347
|
115 |
msgid "A '%s' field"
|
116 |
msgstr "Een '%s' veld"
|
117 |
|
118 |
-
#: mailchimp-for-wordpress/includes/class-form-request.php:
|
119 |
msgid "Please select at least one list to subscribe to."
|
120 |
msgstr "Selecteer ten minste 1 lijst om op in te schrijven."
|
121 |
|
@@ -123,39 +191,39 @@ msgstr "Selecteer ten minste 1 lijst om op in te schrijven."
|
|
123 |
msgid "MailChimp Sign-Up Form"
|
124 |
msgstr "MailChimp Inschrijfformulier"
|
125 |
|
126 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
127 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
128 |
msgstr "Toont je MailChimp voor WordPress inschrijfformulier"
|
129 |
|
130 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
131 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
132 |
msgid "Newsletter"
|
133 |
msgstr "Nieuwsbrief"
|
134 |
|
135 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
136 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
137 |
msgid "Title:"
|
138 |
msgstr "Titel:"
|
139 |
|
140 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
141 |
msgid ""
|
142 |
-
"You can edit your sign-up form in the %
|
143 |
-
"settings
|
144 |
-
msgstr "Je
|
145 |
|
146 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
147 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
148 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
149 |
msgid "Email address"
|
150 |
msgstr "Emailadres"
|
151 |
|
152 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
153 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
154 |
msgid "Your email address"
|
155 |
msgstr "Jouw emailadres"
|
156 |
|
157 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
158 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
159 |
msgid "Sign up"
|
160 |
msgstr "Inschrijven"
|
161 |
|
@@ -164,48 +232,48 @@ msgstr "Inschrijven"
|
|
164 |
msgid "Sign me up for the newsletter!"
|
165 |
msgstr "Schrijf me in voor de nieuwsbrief!"
|
166 |
|
167 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
168 |
msgid ""
|
169 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
170 |
"inbox."
|
171 |
msgstr "Bedankt, je inschrijfverzoek was succesvol! Check alsjeblieft je email inbox voor een bevestiging."
|
172 |
|
173 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
174 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
175 |
msgid "Oops. Something went wrong. Please try again later."
|
176 |
msgstr "Oeps, er ging iets fout. Probeer het aub later opnieuw."
|
177 |
|
178 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
179 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
180 |
msgid "Please provide a valid email address."
|
181 |
msgstr "Geef een geldig emailadres in."
|
182 |
|
183 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
184 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
185 |
msgid "Given email address is already subscribed, thank you!"
|
186 |
msgstr "Dit emailadres is reeds ingeschreven, dankjewel!"
|
187 |
|
188 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
189 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
190 |
msgid "Please complete the CAPTCHA."
|
191 |
msgstr "Vul aub een geldige CAPTCHA in."
|
192 |
|
193 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
194 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
195 |
msgid "Please fill in the required fields."
|
196 |
msgstr "Vul aub de verplichte velden in."
|
197 |
|
198 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
199 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
200 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
201 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
202 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
203 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
204 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
205 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
206 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
207 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
208 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
209 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
210 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
211 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
@@ -215,8 +283,9 @@ msgstr "Vul aub de verplichte velden in."
|
|
215 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
216 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
217 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
218 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
219 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
220 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
221 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
222 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
@@ -226,18 +295,18 @@ msgstr "Vul aub de verplichte velden in."
|
|
226 |
msgid "Yes"
|
227 |
msgstr "Ja"
|
228 |
|
229 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
230 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
231 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
232 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
233 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
234 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
235 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
236 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
237 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
238 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
239 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
240 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
241 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
242 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
243 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
@@ -247,8 +316,9 @@ msgstr "Ja"
|
|
247 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
248 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
249 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
250 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
251 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
252 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
253 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
254 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
@@ -259,40 +329,40 @@ msgstr "Ja"
|
|
259 |
msgid "No"
|
260 |
msgstr "Nee"
|
261 |
|
262 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
263 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
264 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
265 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
266 |
msgid "MailChimp for WordPress - Error"
|
267 |
msgstr "MailChimp voor WordPress - Fout"
|
268 |
|
269 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
270 |
msgid ""
|
271 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
272 |
"settings</a>."
|
273 |
msgstr "Selecteer een lijst om op in te schrijven in de <a href=\"%s\">checkbox instellingen</a>."
|
274 |
|
275 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
276 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
277 |
msgid "This message is only visible to administrators for debugging purposes."
|
278 |
msgstr "Dit bericht is enkel zichtbaar voor admins (voor debugging doeleinden)."
|
279 |
|
280 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
281 |
msgid ""
|
282 |
"The MailChimp server returned the following error message as a response to "
|
283 |
"our sign-up request:"
|
284 |
msgstr "De MailChimp server retourneerde de volgende foutmelding:"
|
285 |
|
286 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
287 |
msgid "This is the data that was sent to MailChimp:"
|
288 |
msgstr "Deze data werd naar MailChimp gestuurd:"
|
289 |
|
290 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
291 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
292 |
msgid "Email address:"
|
293 |
msgstr "Emailadres:"
|
294 |
|
295 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
296 |
msgid "Merge variables:"
|
297 |
msgstr "Lijst variabelen"
|
298 |
|
@@ -300,6 +370,12 @@ msgstr "Lijst variabelen"
|
|
300 |
msgid "MailChimp for WordPress"
|
301 |
msgstr "MailChimp voor WordPress"
|
302 |
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
304 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
305 |
msgid "API Settings"
|
@@ -354,11 +430,6 @@ msgstr "Vernieuw MailChimp lijsten"
|
|
354 |
msgid "No lists were found in your MailChimp account"
|
355 |
msgstr "Geen lijsten gevonden in je MailChimp account."
|
356 |
|
357 |
-
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
358 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
359 |
-
msgid "Checkbox Settings"
|
360 |
-
msgstr "Checkbox Instellingen"
|
361 |
-
|
362 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
363 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
364 |
msgid ""
|
@@ -387,8 +458,8 @@ msgstr "MailChimp Lijsten"
|
|
387 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
388 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
389 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
390 |
-
msgid "No lists found, %
|
391 |
-
msgstr "Geen lijsten gevonden
|
392 |
|
393 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
394 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
@@ -398,7 +469,7 @@ msgid ""
|
|
398 |
msgstr "Selecteer de lijsten aan welke mensen die checkbox aanvinken toegevoegd zouden moeten worden."
|
399 |
|
400 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
401 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
402 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
403 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
404 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
@@ -406,7 +477,7 @@ msgid "Double opt-in?"
|
|
406 |
msgstr "Emailadres bevestigen?"
|
407 |
|
408 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
409 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
410 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
411 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
412 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
@@ -416,73 +487,67 @@ msgid ""
|
|
416 |
msgstr "Selecteer \"ja\" wanneer je wilt dat mensen hun emailadres moeten bevestigen alvorens ze aan je MailChimp lijst worden toegevoegd (aanbevolen)"
|
417 |
|
418 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
419 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
420 |
msgid "Checkbox settings"
|
421 |
msgstr "Checkbox instellingen"
|
422 |
|
423 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
424 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
425 |
msgid "Add the checkbox to these forms"
|
426 |
msgstr "Voeg de checkbox toe aan de volgende formulieren"
|
427 |
|
428 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
429 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
430 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
431 |
msgstr "Aan de formulieren die je hier selecteert wordt automatisch een \"schrijf je in\" checkbox toegevoegd."
|
432 |
|
433 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
434 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
435 |
msgid "Checkbox label text"
|
436 |
msgstr "Checkbox label tekst"
|
437 |
|
438 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
439 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
440 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
441 |
msgid "HTML tags like %s are allowed in the label text."
|
442 |
msgstr "HTML tags als %s zijn toegestaan in de label tekst."
|
443 |
|
444 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
445 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
446 |
msgid "Pre-check the checkbox?"
|
447 |
msgstr "Vink de checkbox standaard aan?"
|
448 |
|
449 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
450 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
451 |
msgid "Load some default CSS?"
|
452 |
msgstr "Laad standaard CSS?"
|
453 |
|
454 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
455 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
456 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
457 |
msgstr "Selecteer \"ja\" als de checkbox op een vreemde plaats verschijnt."
|
458 |
|
459 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
460 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
461 |
msgid "WooCommerce checkbox position"
|
462 |
msgstr "WooCommerce checkbox positie"
|
463 |
|
464 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
465 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
466 |
msgid "After the billing details"
|
467 |
msgstr "Na de factuurdetails"
|
468 |
|
469 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
470 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
471 |
msgid "After the additional information"
|
472 |
msgstr "Na de additionele informatie"
|
473 |
|
474 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
475 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
476 |
msgid ""
|
477 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
478 |
msgstr "Kies de positie voor de checkbox in je WooCommerce checkout formulier."
|
479 |
|
480 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
481 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:431
|
482 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
483 |
-
msgid "Form Settings"
|
484 |
-
msgstr "Formulier Instellingen"
|
485 |
-
|
486 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
487 |
msgid ""
|
488 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
@@ -503,12 +568,6 @@ msgstr "Laad formulier stijlen (CSS)?"
|
|
503 |
msgid "Yes, load basic form styles"
|
504 |
msgstr "Ja, laad standaard formulier stijlen"
|
505 |
|
506 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
507 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
508 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
509 |
-
msgid "(PRO ONLY)"
|
510 |
-
msgstr "(ALLEEN IN PRO)"
|
511 |
-
|
512 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
513 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
514 |
msgid "Yes, load my custom form styles"
|
@@ -570,26 +629,26 @@ msgstr "Selecteer de lijst(en) aan welke mensen die dit formulier invullen toege
|
|
570 |
msgid "Form mark-up"
|
571 |
msgstr "Formulier Structuur"
|
572 |
|
573 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
574 |
-
#: mailchimp-for-wordpress-pro/includes/
|
575 |
-
msgid "Your form is missing the following (required) form fields:"
|
576 |
-
msgstr "Je formulier mist de volgende (verplichte) velden:"
|
577 |
-
|
578 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
579 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:87
|
580 |
msgid ""
|
581 |
"Use the shortcode %s to display this form inside a post, page or text "
|
582 |
"widget."
|
583 |
msgstr "Gebruik de %s shortcode om dit formulier in een post, pagina of tekst widget te tonen."
|
584 |
|
585 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
|
|
|
|
|
|
|
|
|
|
586 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
587 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
588 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
589 |
msgid "Send Welcome Email?"
|
590 |
msgstr "Welkomstemail versturen?"
|
591 |
|
592 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
593 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
594 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
595 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
@@ -598,13 +657,14 @@ msgid ""
|
|
598 |
"succeeds (only when double opt-in is disabled)."
|
599 |
msgstr "Selecteer \"ja\" als je de \"Welcome Email\" wilt sturen naar nieuwe abonnees (enkel wanneer \"double opt-in\" uitgeschakeld is)"
|
600 |
|
601 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
602 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
|
|
603 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
604 |
msgid "Update existing subscribers?"
|
605 |
msgstr "Bestaande inschrijven updaten?"
|
606 |
|
607 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
608 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
609 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
610 |
msgid ""
|
@@ -612,13 +672,13 @@ msgid ""
|
|
612 |
"showing the \"already subscribed\" message)."
|
613 |
msgstr "Selecteer \"ja\" wanneer je bestaande abonnees wilt updaten (in plaats van het tonen van de \"reeds ingeschreven\" melding)"
|
614 |
|
615 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
616 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
617 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
618 |
msgid "Replace interest groups?"
|
619 |
msgstr "Interessegroepen vervangen?"
|
620 |
|
621 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
622 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
623 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
624 |
msgid ""
|
@@ -627,204 +687,204 @@ msgid ""
|
|
627 |
"groups (only when updating a subscriber)."
|
628 |
msgstr "Selecteer \"ja\" wanneer je interest groups wilt verplaatsen met de verstuurde groepen in plaats van deze aan de bestaande groepen toe te voegen (enkel bij het updaten van abonnees)."
|
629 |
|
630 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
631 |
msgid "Form Settings & Messages"
|
632 |
msgstr "Formulier Instellingen & Meldingen"
|
633 |
|
634 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
635 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
636 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
637 |
msgid "Enable AJAX form submission?"
|
638 |
msgstr "AJAX (JavaScript) formulieren gebruiken?"
|
639 |
|
640 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
641 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
642 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
643 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
644 |
msgstr "Selecteer \"ja\" wanneer je AJAX (JavaScript) wilt gebruiken voor het verzenden van formulieren."
|
645 |
|
646 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
647 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
648 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
649 |
msgid "Hide form after a successful sign-up?"
|
650 |
msgstr "Verberg formulier na succesvolle inschrijvingen?"
|
651 |
|
652 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
653 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
655 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
656 |
msgstr "Selecteer \"ja\" om de formuliervelden te verbergen na elke succesvolle inschrijving."
|
657 |
|
658 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
659 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
660 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
661 |
msgid "Redirect to URL after successful sign-ups"
|
662 |
msgstr "Doorsturen naar URL na succesvolle inschrijving"
|
663 |
|
664 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
665 |
msgid "Example: %s"
|
666 |
msgstr "Voorbeeld: %s"
|
667 |
|
668 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
669 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
670 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
671 |
msgid ""
|
672 |
-
"Leave empty
|
673 |
-
"including <code>http://</code
|
674 |
-
msgstr "Laat leeg
|
675 |
|
676 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
677 |
msgid "Success message"
|
678 |
msgstr "Succesmelding"
|
679 |
|
680 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
681 |
msgid "Invalid email address message"
|
682 |
msgstr "Foutief emailadres melding"
|
683 |
|
684 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
685 |
msgid "Required field missing message"
|
686 |
msgstr "Verplicht veld mist melding"
|
687 |
|
688 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
689 |
msgid "Already subscribed message"
|
690 |
msgstr "Reeds ingeschreven melding"
|
691 |
|
692 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
693 |
msgid "Invalid CAPTCHA message"
|
694 |
msgstr "Foutieve CAPTCHA melding"
|
695 |
|
696 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
697 |
msgid "General error message"
|
698 |
msgstr "Algemene foutmelding"
|
699 |
|
700 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
701 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
702 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
703 |
msgid "HTML tags like %s are allowed in the message fields."
|
704 |
msgstr "HTML tags als %s zijn toegestaan in de meldingteksten."
|
705 |
|
706 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
707 |
msgid "Building your sign-up form"
|
708 |
msgstr "Maken van je inschrijfformulier"
|
709 |
|
710 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
711 |
msgid ""
|
712 |
"At a minimum, your form should include just an %s field and a submit button."
|
713 |
msgstr "Je formulier moet ten minste een %s veld en een verzendknop bevatten."
|
714 |
|
715 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
716 |
msgid ""
|
717 |
"Add more form fields if your selected lists require more fields. Field names"
|
718 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
719 |
"field\" tool to have the HTML generated for you."
|
720 |
msgstr "Voeg meer formuliervelden toe als je lijst meer velden verplicht. Veldnamen moeten overeenkomen met de tags van je lijstvelden. Gebruik \"Voeg een nieuw veld toe\" om de HTML te laten genereren."
|
721 |
|
722 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
723 |
msgid "Form Styling"
|
724 |
msgstr "Formulier Ontwerpen"
|
725 |
|
726 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
727 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
728 |
msgstr "Wijzig de visuele weergave van je formulier door CSS regels op te stellen voor %s."
|
729 |
|
730 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
731 |
msgid ""
|
732 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
733 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
734 |
" plugin like %s"
|
735 |
msgstr "Je kan de CSS regels aan het stijlbestand van je thema toevoegen door de <a href=\"%s\">Thema Editor</a> te gebruiken of door te wijzigen over FTP. Als 'n alternatief kun je een plugin als %s gebruiken."
|
736 |
|
737 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
738 |
msgid ""
|
739 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
740 |
"selectors you can use to target the different form elements."
|
741 |
msgstr "De <a href=\"%s\">veelgestelde vragen pagina van de plugin</a> geeft een overzicht weer van de verschillende CSS selectors die je kunt gebruiken om de verschillende formulier elementen te targeten."
|
742 |
|
743 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
744 |
msgid ""
|
745 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
746 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
747 |
"lets you customize form styles without writing any code."
|
748 |
msgstr "Als je een makkelijkere manier nodig hebt om je formulier te ontwerpen, <a href=\"%s\">koop dan de premium versie van MailChimp for WordPress</a>. Het heeft een gemakkelijke \"Stijl Ontwerper\" welke je kunt gebruiken om de visuele weergave van je formulier aan te passen zonder code te hoeven schrijven."
|
749 |
|
750 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
751 |
msgid "Form variables"
|
752 |
msgstr "Formulier variabelen"
|
753 |
|
754 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
755 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
756 |
msgid "Use the following variables to add some dynamic content to your form."
|
757 |
msgstr "Gebruik de volgende variabelen om wat dynamische inhoud aan je formulier toe te voegen"
|
758 |
|
759 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
760 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
761 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
762 |
msgstr "Vervangen door het emailadres van de bezoeker (als deze gegeven is in de URL of door middel van een cookie)."
|
763 |
|
764 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
765 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
766 |
msgid "Replaced with the form response (error or success messages)."
|
767 |
msgstr "Wordt vervangen door de formulier response (fout- en succesmeldingen)."
|
768 |
|
769 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
770 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
771 |
msgid "Replaced with a captcha field."
|
772 |
msgstr "Wordt vervangen door een Captcha veld."
|
773 |
|
774 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
775 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
776 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
777 |
msgstr "Vervangen door het aantal subscribers op de geselecteerde lijst(en)"
|
778 |
|
779 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
780 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
781 |
msgid "Replaced with the current site language, eg: %s"
|
782 |
msgstr "Vervangen door de huidige site taal, bijv: %s"
|
783 |
|
784 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
785 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
786 |
msgid "Replaced with the visitor's IP address"
|
787 |
msgstr "Vervangen door het IP-adres van de bezoeker"
|
788 |
|
789 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
790 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
791 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
792 |
msgstr "Vervangen door de huidige datum (jjjj/mm/dd bijv: %s)"
|
793 |
|
794 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
795 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
796 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
797 |
msgstr "Vervangen door de huidige tijd (uu:mm:ss bijv: %s)"
|
798 |
|
799 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
800 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
801 |
msgid ""
|
802 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
803 |
"in user)"
|
804 |
msgstr "Vervangen door het emailadres van de ingelogde gebruiker (of niets wanneer de bezoeker niet ingelogd is)"
|
805 |
|
806 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
807 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
808 |
msgid "First name of the current user"
|
809 |
msgstr "Voornaam van de ingelogde bezoeker"
|
810 |
|
811 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
812 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
813 |
msgid "Last name of the current user"
|
814 |
msgstr "Achternaam van de ingelogde bezoeker"
|
815 |
|
816 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
817 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
818 |
msgid "Current user ID"
|
819 |
msgstr "ID van de ingelogde bezoeker"
|
820 |
|
821 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
822 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
823 |
msgid "Current URL"
|
824 |
msgstr "Huidige URL"
|
825 |
|
826 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
827 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
828 |
msgid "Add a new field"
|
829 |
msgstr "Voeg een nieuw veld toe"
|
830 |
|
@@ -833,71 +893,57 @@ msgid "Use the tool below to generate the HTML for your form fields."
|
|
833 |
msgstr "Gebruik onderstaande tool om de HTML-code voor je formuliervelden te genereren."
|
834 |
|
835 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
836 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
837 |
msgid "Select MailChimp field.."
|
838 |
msgstr "Selecteer MailChimp veld.."
|
839 |
|
840 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
841 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
842 |
msgid "Submit Button"
|
843 |
msgstr "Verzendknop"
|
844 |
|
845 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
846 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
847 |
msgid "Lists Choice"
|
848 |
msgstr "Lijstkeuze"
|
849 |
|
850 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
851 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
852 |
msgid "Label"
|
853 |
msgstr "Label"
|
854 |
|
855 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
856 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
857 |
-
#: mailchimp-for-wordpress/includes/views/
|
858 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:45
|
859 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:50
|
860 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
861 |
-
msgid "(optional)"
|
862 |
-
msgstr "(optioneel)"
|
863 |
-
|
864 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
865 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:50
|
866 |
msgid "Placeholder"
|
867 |
msgstr "Placeholder"
|
868 |
|
869 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
870 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
871 |
-
msgid "Initial value"
|
872 |
-
msgstr "Initiële waarde"
|
873 |
-
|
874 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
875 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
876 |
msgid "Labels"
|
877 |
msgstr "Labels"
|
878 |
|
879 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
880 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
881 |
msgid "(leave empty to hide)"
|
882 |
msgstr "(laat leeg om te verbergen)"
|
883 |
|
884 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
885 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
886 |
msgid "Wrap in paragraph %s tags?"
|
887 |
msgstr "Wrap in paragraaf %s tags?"
|
888 |
|
889 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
890 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
891 |
msgid "Required field?"
|
892 |
msgstr "Verplicht veld?"
|
893 |
|
894 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
895 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
896 |
msgid "Add to form"
|
897 |
msgstr "Voeg toe aan formulier"
|
898 |
|
899 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
900 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
901 |
msgid "Generated HTML"
|
902 |
msgstr "Gegenereerde HTML"
|
903 |
|
@@ -935,43 +981,33 @@ msgid ""
|
|
935 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
936 |
msgstr "Bekijk de <a href=\"%s\">veelgestelde vragen</a> of gebruik de <a href=\"%s\">support fora</a> op WordPress.org."
|
937 |
|
938 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
939 |
-
msgid ""
|
940 |
-
"If you need priority support, please <a href=\"%s\">upgrade to the premium "
|
941 |
-
"version</a>."
|
942 |
-
msgstr "Als je support met prioriteit nodig hebt, <a href=\"%s\">upgrade dan naar de premium versie</a>."
|
943 |
-
|
944 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:15
|
945 |
msgid "Show a token of your appreciation"
|
946 |
msgstr "Toon een blijk van waardering"
|
947 |
|
948 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
949 |
-
msgid "Upgrade to MailChimp for WordPress Pro"
|
950 |
-
msgstr "Upgrade naar de premium versie van MailChimp for WordPress"
|
951 |
-
|
952 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
953 |
msgid "Leave a %s plugin review on WordPress.org"
|
954 |
msgstr "Laat een %s plugin review achter op WordPress.org"
|
955 |
|
956 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
957 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
958 |
msgstr "Ik gebruik de MailChimp for WordPress plugin door @DannyvanKooten - het is geweldig!"
|
959 |
|
960 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
961 |
msgid "Tweet about MailChimp for WordPress"
|
962 |
msgstr "Tweet over MailChimp for WordPress"
|
963 |
|
964 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
965 |
msgid ""
|
966 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
967 |
"page</a>."
|
968 |
msgstr "Schrijf over de plugin op je blog en link naar <a href=\"%s\">de plugin pagina</a>."
|
969 |
|
970 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
971 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
972 |
msgstr "Zeg \"works\" op de WordPress.org plugin pagina"
|
973 |
|
974 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
975 |
msgid "About the developer"
|
976 |
msgstr "Over de ontwikkelaar"
|
977 |
|
@@ -987,72 +1023,77 @@ msgid ""
|
|
987 |
msgstr "Pro functionaliteiten zijn o.a. betere en meerdere formulieren, geavanceerde en makkelijke formulier stijlen, meer standaard thema's, gedetailleerde statistieken en support met prioriteit."
|
988 |
|
989 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
990 |
-
msgid "
|
991 |
-
msgstr "
|
992 |
|
993 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
994 |
msgid "Documentation"
|
995 |
msgstr "Documentatie"
|
996 |
|
997 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
998 |
msgid "Save Form"
|
999 |
msgstr "Formulier opslaan"
|
1000 |
|
1001 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1002 |
msgid "Update Form"
|
1003 |
msgstr "Formulier updaten"
|
1004 |
|
1005 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1006 |
msgid "Back to general form settings"
|
1007 |
msgstr "Terug naar generieke formulier instellingen."
|
1008 |
|
1009 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1010 |
msgid "Form updated."
|
1011 |
msgstr "Formulier geupdate"
|
1012 |
|
1013 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1014 |
msgid "Form saved."
|
1015 |
msgstr "Formulier opgeslagen"
|
1016 |
|
1017 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1018 |
msgid "Optional Settings"
|
1019 |
msgstr "Optionele Instellingen"
|
1020 |
|
1021 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1022 |
msgid "Form Variables"
|
1023 |
msgstr "Formulier Variabelen"
|
1024 |
|
1025 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
1026 |
msgid "MailChimp & License"
|
1027 |
msgstr "MailChimp & Licentie"
|
1028 |
|
1029 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
1030 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1031 |
msgid "Reports"
|
1032 |
msgstr "Rapporten"
|
1033 |
|
1034 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1035 |
msgid ""
|
1036 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1037 |
"href=\"%s\">Provide a valid API key.</a>"
|
1038 |
msgstr "Zorg aub dat de plugin een connectie met MailChimp heeft. <a href=\"%s\">Geef een geldige API sleutel in.</a>"
|
1039 |
|
1040 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1041 |
msgid "End date can't be before the start date"
|
1042 |
msgstr "Einddatum kan niet vóór de startdatum liggen"
|
1043 |
|
1044 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1045 |
msgid ""
|
1046 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1047 |
"page."
|
1048 |
msgstr "Je hebt logging uitgeschakeld met behulp van de %s filter. Om de Reports pagina te kunnen gebruiken moet logging ingeschakeld zijn."
|
1049 |
|
1050 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1051 |
msgid ""
|
1052 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1053 |
-
"settings you
|
1054 |
-
"it now</a
|
1055 |
-
msgstr "<strong>Welkom bij MailChimp
|
1056 |
|
1057 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1058 |
msgid ""
|
@@ -1074,71 +1115,71 @@ msgstr "Selecteer \"laad custom formulier stijlen\" in de %sformulier instelling
|
|
1074 |
msgid "The %sCSS Stylesheet%s has been created."
|
1075 |
msgstr "De %sCSS Stylesheet%s is gecreëerd. "
|
1076 |
|
1077 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1078 |
msgid "I know. Don't bug me."
|
1079 |
msgstr "Weet ik. "
|
1080 |
|
1081 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1082 |
msgid ""
|
1083 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1084 |
"able to get %s updates. Please add %s to %s."
|
1085 |
msgstr "<b>Waarschuwing!</b> Je blokkeert externe requests wat betekent dat je geen updates voor %s kunt ontvangen. Voeg aub %s toe aan %s."
|
1086 |
|
1087 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1088 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1089 |
msgstr "Je %s licentie is geactiveerd. Je hebt een ongelimiteerde licentie"
|
1090 |
|
1091 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1092 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1093 |
msgstr "Je %s licentie is geactiveerd. Je hebt %d/%d activaties gebruikt."
|
1094 |
|
1095 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1096 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1097 |
msgstr "<a href=\"%s\">Wist je dat je je licentie kon upgraden?</a>"
|
1098 |
|
1099 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1100 |
msgid ""
|
1101 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1102 |
" it?</a>"
|
1103 |
msgstr "<a href=\"%s\">Je licentie verloopt in %d dagen, wil je deze verlengen?</a>"
|
1104 |
|
1105 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1106 |
msgid ""
|
1107 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1108 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1109 |
msgstr "Je zit aan het activatielimiet van je licentie. Je kunt je <a href=\"%s\">licentie resetten</a> of <a href=\"%s\">deze upgraden</a> om deze weer te kunnen gebruiken."
|
1110 |
|
1111 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1112 |
msgid ""
|
1113 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1114 |
"you want to use it again."
|
1115 |
msgstr "Je licentie is verlopen. Als je je licentie opnieuw wilt gebruiken <a href=\"%s\">moet je deze verlengen</a>."
|
1116 |
|
1117 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1118 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1119 |
msgstr "Je licentie lijkt invalide te zijn."
|
1120 |
|
1121 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1122 |
msgid "Your %s license has been deactivated."
|
1123 |
msgstr "Je %s licentie is gedeactiveerd."
|
1124 |
|
1125 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1126 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1127 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1128 |
msgid ""
|
1129 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1130 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1131 |
msgstr "Je plugin licentie is verlopen. Je hebt niet langer toegang tot plugin updates tenzij je <a href=\"%s\">je licentie vernieuwt.</a>."
|
1132 |
|
1133 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1134 |
msgid "Failed to deactivate your %s license."
|
1135 |
msgstr "Het is niet gelukt je %s licentie te deactiveren."
|
1136 |
|
1137 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1138 |
msgid "Request error: \"%s\""
|
1139 |
msgstr "Request fout: \"%s\""
|
1140 |
|
1141 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1142 |
msgid "%s: License Settings"
|
1143 |
msgstr "%s: Licentie Instellingen"
|
1144 |
|
@@ -1148,17 +1189,16 @@ msgid ""
|
|
1148 |
"the license."
|
1149 |
msgstr "%s is netwerk-geactiveerd. Neem aub contact op met je site admin om je licentie te beheren."
|
1150 |
|
1151 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1152 |
msgid ""
|
1153 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1154 |
msgstr "Het lukte %s niet om voor updates te checken door de volgende fout: <em>%s</em>"
|
1155 |
|
1156 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1157 |
msgid ""
|
1158 |
-
"This site has not been activated properly on
|
1159 |
-
"
|
1160 |
-
"
|
1161 |
-
msgstr "De licentie voor deze website is niet correct geactiveerd op dannyvankooten.com en kan daarom geen updates ontvangen. Activeer aub je website met een geldige licentie."
|
1162 |
|
1163 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1164 |
msgid "License status"
|
@@ -1214,57 +1254,53 @@ msgstr "Licentiecode"
|
|
1214 |
msgid "Paste your license key here, as found in the email receipt."
|
1215 |
msgstr "Plak je licentiecode hier, zoals die in de aankoopemail staat."
|
1216 |
|
1217 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1218 |
-
msgid "You defined your license key using the %s PHP constant."
|
1219 |
-
msgstr "Je hebt je licentiecode gedefinieerd met behulp van de PHP constante %s."
|
1220 |
-
|
1221 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:82
|
1222 |
msgid "Your %s license will expire on %s."
|
1223 |
msgstr "Je %s licentie verloopt op %s."
|
1224 |
|
1225 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1226 |
msgid "%sRenew your license now%s."
|
1227 |
msgstr "%sVernieuw je licentie nu%s"
|
1228 |
|
1229 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1230 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1231 |
msgstr "<strong>Fout:</strong> Geef aub een formulier ID in. Example: %s"
|
1232 |
|
1233 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1234 |
msgid ""
|
1235 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1236 |
" correct form ID."
|
1237 |
msgstr "<strong>Fout:</strong> Inschrijfformulier niet gevonden. Check aub of je het correcte formulier ID gebruikt hebt."
|
1238 |
|
1239 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1240 |
msgid "New MailChimp Sign-Up"
|
1241 |
msgstr "Nieuwe MailChimp inschrijving"
|
1242 |
|
1243 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1244 |
msgid "New Sign-Up"
|
1245 |
msgstr "Nieuwe inschrijving"
|
1246 |
|
1247 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1248 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1249 |
msgstr "<strong>%s</strong> schreef zich om %s op %s in met het formulier \"%s\""
|
1250 |
|
1251 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1252 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1253 |
msgid "List"
|
1254 |
msgstr "Lijst"
|
1255 |
|
1256 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1257 |
msgid "Other fields"
|
1258 |
msgstr "Overige velden"
|
1259 |
|
1260 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1261 |
msgid ""
|
1262 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1263 |
"be added to the selected MailChimp lists until they confirm their email "
|
1264 |
"address."
|
1265 |
msgstr "PS. Je hebt \"double opt-in\" aanstaan voor het formulier \"%s\". Het hierboven weergegeven emailadres zal niet aan de geselecteerde MailChimp lijst(en) worden toegevoegd totdat deze zijn of haar emailadres heeft bevestigd."
|
1266 |
|
1267 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1268 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1269 |
msgstr "Deze email is gestuurd door de MailChimp for WordPress plugin."
|
1270 |
|
@@ -1286,146 +1322,163 @@ msgid ""
|
|
1286 |
"href=\"%s\">widget settings</a>."
|
1287 |
msgstr "Selecteer aub het inschrijfformulier dat je hier wilt laten zien in de <a href=\"%s\">widget instellingen</a>."
|
1288 |
|
1289 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1290 |
msgid "Form:"
|
1291 |
msgstr "Formulier:"
|
1292 |
|
1293 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1294 |
msgid "Select the form to show"
|
1295 |
msgstr "Selecteer het formulier om te tonen"
|
1296 |
|
1297 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1298 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1299 |
msgstr "Je hebt nog geen inschrijfformulieren. <a href=\"%s\">Maak er een.</a>"
|
1300 |
|
1301 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
1302 |
msgid ""
|
1303 |
"Thank you, your sign-up request was successful! Please check your email "
|
1304 |
"inbox to confirm."
|
1305 |
msgstr "Dankjewel, je inschrijfverzoek was succesvol. Controleer je email inbox voor 'n bevestiging."
|
1306 |
|
1307 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1308 |
msgid "ID"
|
1309 |
msgstr "ID"
|
1310 |
|
1311 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1312 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1313 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1314 |
msgid "Form"
|
1315 |
msgstr "Formulier"
|
1316 |
|
1317 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1318 |
msgid "Shortcode"
|
1319 |
msgstr "Shortcode"
|
1320 |
|
1321 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1322 |
msgid "List(s)"
|
1323 |
msgstr "Lijst(en)"
|
1324 |
|
1325 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1326 |
msgid "Last edited"
|
1327 |
msgstr "Laatst gewijzigd"
|
1328 |
|
1329 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1330 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1331 |
msgid "Edit Form"
|
1332 |
msgstr "Wijzig Formulier"
|
1333 |
|
1334 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1335 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1336 |
msgid "Delete"
|
1337 |
msgstr "Verwijder"
|
1338 |
|
1339 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1340 |
msgid "No MailChimp list(s) selected yet."
|
1341 |
msgstr "Geen MailChimp lijst(en) geselecteerd."
|
1342 |
|
1343 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1344 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1345 |
msgstr "Je hebt nog geen inschrijfformulieren gemaakt. Ga 'ns wat doen!"
|
1346 |
|
1347 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1348 |
-
|
1349 |
-
|
|
|
1350 |
|
1351 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1352 |
-
msgid "
|
1353 |
-
msgstr "
|
1354 |
|
1355 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1356 |
msgid "Email"
|
1357 |
msgstr "Emailadres"
|
1358 |
|
1359 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1360 |
msgid "Type"
|
1361 |
msgstr "Type"
|
1362 |
|
1363 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1364 |
msgid "Source"
|
1365 |
msgstr "Bron"
|
1366 |
|
1367 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1368 |
-
msgid "Data"
|
1369 |
-
msgstr "Data"
|
1370 |
-
|
1371 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:58
|
1372 |
msgid "Subscribed"
|
1373 |
msgstr "Ingeschreven"
|
1374 |
|
1375 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1376 |
msgid "Log items deleted."
|
1377 |
msgstr "Log items verwijderd."
|
1378 |
|
1379 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1380 |
-
|
1381 |
-
|
1382 |
-
msgstr "Reactie"
|
1383 |
|
1384 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1385 |
-
msgid "deleted"
|
1386 |
-
msgstr "verwijderd"
|
1387 |
-
|
1388 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:219
|
1389 |
-
msgid "Registration"
|
1390 |
-
msgstr "Registratie"
|
1391 |
-
|
1392 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:235
|
1393 |
msgid "MultiSite registration"
|
1394 |
msgstr "MultiSite registratie"
|
1395 |
|
1396 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1397 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:243
|
1398 |
-
msgid "Checkout"
|
1399 |
-
msgstr "Checkout"
|
1400 |
-
|
1401 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:248
|
1402 |
msgid "Contact Form 7"
|
1403 |
msgstr "Contact Form 7"
|
1404 |
|
1405 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1406 |
msgid "bbPress: New Topic"
|
1407 |
msgstr "bbPress: Nieuw Onderwerp"
|
1408 |
|
1409 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1410 |
msgid "bbPress: New Reply"
|
1411 |
msgstr "bbPress: Nieuwe Reactie"
|
1412 |
|
1413 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1414 |
msgid "Other Form"
|
1415 |
msgstr "Ander Formulier"
|
1416 |
|
1417 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1418 |
msgid "No subscribe requests found."
|
1419 |
msgstr "Geen inschrijfverzoeken gevonden."
|
1420 |
|
1421 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1422 |
msgid "All"
|
1423 |
msgstr "Alle"
|
1424 |
|
1425 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1426 |
msgid "Checkbox"
|
1427 |
msgstr "Checkbox"
|
1428 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1429 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1430 |
msgid ""
|
1431 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
@@ -1460,11 +1513,6 @@ msgstr "Verzend de kopie naar dit emailadres:"
|
|
1460 |
msgid "Messages"
|
1461 |
msgstr "Berichten"
|
1462 |
|
1463 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1464 |
-
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1465 |
-
msgid "Success"
|
1466 |
-
msgstr "Succes"
|
1467 |
-
|
1468 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1469 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1470 |
msgid "Invalid email address"
|
@@ -1490,21 +1538,27 @@ msgstr "Foutieve CAPTCHA"
|
|
1490 |
msgid "Other errors"
|
1491 |
msgstr "Andere fouten"
|
1492 |
|
1493 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
1494 |
msgid "Form usage"
|
1495 |
msgstr "Formulier gebruik"
|
1496 |
|
1497 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1498 |
msgid ""
|
1499 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1500 |
"forms."
|
1501 |
msgstr "Gebruik %s in je Contact Form 7 opmaak om een sign-up checkbox toe te voegen aan je CF7 formulieren."
|
1502 |
|
1503 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1504 |
msgid "Custom label texts"
|
1505 |
msgstr "Custom label teksten"
|
1506 |
|
1507 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1508 |
msgid ""
|
1509 |
"Override the default checkbox label text for any given checkbox using the "
|
1510 |
"fields below."
|
@@ -1530,10 +1584,6 @@ msgstr "Er zijn geen lijsten gevonden in je MailChimp account."
|
|
1530 |
msgid "Statistics"
|
1531 |
msgstr "Statistieken"
|
1532 |
|
1533 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1534 |
-
msgid "Log"
|
1535 |
-
msgstr "Log"
|
1536 |
-
|
1537 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1538 |
msgid ""
|
1539 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
@@ -1618,6 +1668,110 @@ msgstr "Standaard Formulier Instellingen"
|
|
1618 |
msgid "Default Messages"
|
1619 |
msgstr "Standaard Berichten"
|
1620 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1621 |
#. Plugin URI of the plugin/theme
|
1622 |
msgid "https://mc4wp.com/"
|
1623 |
msgstr "https://mc4wp.com/"
|
1 |
+
# Copyright (C) 2015 Danny van Kooten
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
+
# Danny van Kooten <dannyvankooten@gmail.com>, 2014-2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: MailChimp for WordPress\n"
|
8 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
9 |
+
"POT-Creation-Date: 2015-02-25 06:33:40+00:00\n"
|
10 |
+
"PO-Revision-Date: 2015-02-25 06:50+0000\n"
|
11 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
12 |
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/nl_NL/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
25 |
"X-Poedit-SourceCharset: utf-8\n"
|
26 |
"X-Textdomain-Support: yes\n"
|
27 |
|
28 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:150
|
29 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:187
|
30 |
msgid "Settings"
|
31 |
msgstr "Instellingen"
|
32 |
|
33 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:169
|
34 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:16
|
35 |
+
msgid "Upgrade to MailChimp for WordPress Pro"
|
36 |
+
msgstr "Upgrade naar de premium versie van MailChimp for WordPress"
|
37 |
|
38 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:188
|
39 |
+
msgid "MailChimp API Settings"
|
40 |
+
msgstr "MailChimp API Instellingen"
|
|
|
|
|
|
|
41 |
|
42 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:189
|
43 |
+
msgid "MailChimp"
|
44 |
+
msgstr "MailChimp"
|
45 |
+
|
46 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:194
|
47 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
48 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:537
|
49 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
50 |
+
msgid "Checkbox Settings"
|
51 |
+
msgstr "Checkbox Instellingen"
|
52 |
+
|
53 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:195
|
54 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:538
|
55 |
msgid "Checkboxes"
|
56 |
msgstr "Checkboxes"
|
57 |
|
58 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:200
|
59 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
60 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:385
|
61 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:543
|
62 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
63 |
+
msgid "Form Settings"
|
64 |
+
msgstr "Formulier Instellingen"
|
65 |
+
|
66 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:201
|
67 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:544
|
68 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
69 |
msgid "Forms"
|
70 |
msgstr "Formulieren"
|
71 |
|
72 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:205
|
73 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:206
|
74 |
+
msgid "Upgrade to Pro"
|
75 |
+
msgstr "Upgrade naar Pro"
|
76 |
+
|
77 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:359
|
78 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
79 |
msgstr "Deze optie is enkel beschikbaar in de premium versie van de MailChimp for WordPress plugin."
|
80 |
|
81 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:361
|
82 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
83 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
84 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
85 |
+
msgid "(PRO ONLY)"
|
86 |
+
msgstr "(ALLEEN IN PRO)"
|
87 |
+
|
88 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:362
|
89 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:634
|
90 |
+
msgid "Button text"
|
91 |
+
msgstr "Button Tekst"
|
92 |
+
|
93 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:363
|
94 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
95 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:635
|
96 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
97 |
+
msgid "Initial value"
|
98 |
+
msgstr "Initiële waarde"
|
99 |
+
|
100 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:364
|
101 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
102 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
103 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
104 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:636
|
105 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
106 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
107 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
108 |
+
msgid "(optional)"
|
109 |
+
msgstr "(optioneel)"
|
110 |
+
|
111 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:365
|
112 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:637
|
113 |
+
msgid "Label for"
|
114 |
+
msgstr "Label voor"
|
115 |
+
|
116 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:366
|
117 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:638
|
118 |
+
msgid "(or leave empty)"
|
119 |
+
msgstr "(of laat leeg)"
|
120 |
+
|
121 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:367
|
122 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:639
|
123 |
+
msgid "Subscribe"
|
124 |
+
msgstr "Inschrijven"
|
125 |
+
|
126 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:391
|
127 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:677
|
128 |
msgid "Comment form"
|
129 |
msgstr "Reactieformulier"
|
130 |
|
131 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:392
|
132 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:678
|
133 |
msgid "Registration form"
|
134 |
msgstr "Registratieformulier"
|
135 |
|
136 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:396
|
137 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:682
|
138 |
msgid "MultiSite forms"
|
139 |
msgstr "MultiSite formulieren"
|
140 |
|
141 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:400
|
142 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:686
|
143 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:301
|
144 |
msgid "BuddyPress registration"
|
145 |
msgstr "BuddyPress registratie"
|
146 |
|
147 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:408
|
148 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:412
|
149 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:694
|
150 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:698
|
151 |
msgid "%s checkout"
|
152 |
msgstr "%s checkout"
|
153 |
|
154 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:440
|
155 |
+
msgid ""
|
156 |
+
"The plugin can only fetch a maximum of 100 lists from MailChimp, only your "
|
157 |
+
"first 100 lists are shown."
|
158 |
+
msgstr "De plugin kan slechts 'n maximum van 100 lijsten ophalen van MailChimp. Enkel je eerste 100 lijsten worden nu getoond."
|
159 |
+
|
160 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:445
|
161 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:742
|
162 |
msgid "Renewed MailChimp cache."
|
163 |
msgstr "MailChimp cache met succes vernieuwd."
|
164 |
|
165 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:447
|
166 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:744
|
167 |
msgid "Failed to renew MailChimp cache - please try again later."
|
168 |
msgstr "Het is niet gelukt om de MailChimp cache te legen - probeer het alsjeblieft later opnieuw."
|
169 |
|
170 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:480
|
|
|
171 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
172 |
msgstr "Een EMAIL veld. Voorbeeld: <code>%s</code>"
|
173 |
|
174 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
175 |
msgid "A submit button. Example: <code>%s</code>"
|
176 |
msgstr "Een verzendknop. Voorbeeld: <code>%s</code>"
|
177 |
|
178 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
179 |
msgid "Sign Up"
|
180 |
msgstr "Inschrijven"
|
181 |
|
182 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:511
|
|
|
183 |
msgid "A '%s' field"
|
184 |
msgstr "Een '%s' veld"
|
185 |
|
186 |
+
#: mailchimp-for-wordpress/includes/class-form-request.php:702
|
187 |
msgid "Please select at least one list to subscribe to."
|
188 |
msgstr "Selecteer ten minste 1 lijst om op in te schrijven."
|
189 |
|
191 |
msgid "MailChimp Sign-Up Form"
|
192 |
msgstr "MailChimp Inschrijfformulier"
|
193 |
|
194 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:22
|
195 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
196 |
msgstr "Toont je MailChimp voor WordPress inschrijfformulier"
|
197 |
|
198 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:66
|
199 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:71
|
200 |
msgid "Newsletter"
|
201 |
msgstr "Nieuwsbrief"
|
202 |
|
203 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:69
|
204 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:82
|
205 |
msgid "Title:"
|
206 |
msgstr "Titel:"
|
207 |
|
208 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:73
|
209 |
msgid ""
|
210 |
+
"You can edit your sign-up form in the <a href=\"%s\">MailChimp for WordPress"
|
211 |
+
" form settings</a>."
|
212 |
+
msgstr "Je kunt je inschrijfformulier wijzigen in de <a href=\"%s\">MailChimp voor WordPress formulier instellingen</a>."
|
213 |
|
214 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
215 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:292
|
216 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
217 |
msgid "Email address"
|
218 |
msgstr "Emailadres"
|
219 |
|
220 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
221 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:291
|
222 |
msgid "Your email address"
|
223 |
msgstr "Jouw emailadres"
|
224 |
|
225 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
226 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:293
|
227 |
msgid "Sign up"
|
228 |
msgstr "Inschrijven"
|
229 |
|
232 |
msgid "Sign me up for the newsletter!"
|
233 |
msgstr "Schrijf me in voor de nieuwsbrief!"
|
234 |
|
235 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:50
|
236 |
msgid ""
|
237 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
238 |
"inbox."
|
239 |
msgstr "Bedankt, je inschrijfverzoek was succesvol! Check alsjeblieft je email inbox voor een bevestiging."
|
240 |
|
241 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:51
|
242 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:52
|
243 |
msgid "Oops. Something went wrong. Please try again later."
|
244 |
msgstr "Oeps, er ging iets fout. Probeer het aub later opnieuw."
|
245 |
|
246 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:52
|
247 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:53
|
248 |
msgid "Please provide a valid email address."
|
249 |
msgstr "Geef een geldig emailadres in."
|
250 |
|
251 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:53
|
252 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:54
|
253 |
msgid "Given email address is already subscribed, thank you!"
|
254 |
msgstr "Dit emailadres is reeds ingeschreven, dankjewel!"
|
255 |
|
256 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:54
|
257 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:55
|
258 |
msgid "Please complete the CAPTCHA."
|
259 |
msgstr "Vul aub een geldige CAPTCHA in."
|
260 |
|
261 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:55
|
262 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:56
|
263 |
msgid "Please fill in the required fields."
|
264 |
msgstr "Vul aub de verplichte velden in."
|
265 |
|
266 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
267 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
268 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
269 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
270 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:106
|
271 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:121
|
272 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:134
|
273 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:145
|
274 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:164
|
275 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:178
|
276 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
277 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
278 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
279 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
283 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
284 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
285 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
286 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:71
|
287 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
288 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
289 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
290 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
291 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
295 |
msgid "Yes"
|
296 |
msgstr "Ja"
|
297 |
|
298 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
299 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
300 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
301 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
302 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
303 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:110
|
304 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:125
|
305 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:136
|
306 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:149
|
307 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:168
|
308 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:182
|
309 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
310 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
311 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
312 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
316 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
317 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
318 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
319 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:75
|
320 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
321 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
322 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
323 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
324 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
329 |
msgid "No"
|
330 |
msgstr "Nee"
|
331 |
|
332 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:236
|
333 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:239
|
334 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:311
|
335 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:320
|
336 |
msgid "MailChimp for WordPress - Error"
|
337 |
msgstr "MailChimp voor WordPress - Fout"
|
338 |
|
339 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:237
|
340 |
msgid ""
|
341 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
342 |
"settings</a>."
|
343 |
msgstr "Selecteer een lijst om op in te schrijven in de <a href=\"%s\">checkbox instellingen</a>."
|
344 |
|
345 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:238
|
346 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:319
|
347 |
msgid "This message is only visible to administrators for debugging purposes."
|
348 |
msgstr "Dit bericht is enkel zichtbaar voor admins (voor debugging doeleinden)."
|
349 |
|
350 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:312
|
351 |
msgid ""
|
352 |
"The MailChimp server returned the following error message as a response to "
|
353 |
"our sign-up request:"
|
354 |
msgstr "De MailChimp server retourneerde de volgende foutmelding:"
|
355 |
|
356 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:314
|
357 |
msgid "This is the data that was sent to MailChimp:"
|
358 |
msgstr "Deze data werd naar MailChimp gestuurd:"
|
359 |
|
360 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:315
|
361 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:664
|
362 |
msgid "Email address:"
|
363 |
msgstr "Emailadres:"
|
364 |
|
365 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:317
|
366 |
msgid "Merge variables:"
|
367 |
msgstr "Lijst variabelen"
|
368 |
|
370 |
msgid "MailChimp for WordPress"
|
371 |
msgstr "MailChimp voor WordPress"
|
372 |
|
373 |
+
#: mailchimp-for-wordpress/includes/views/api-settings.php:12
|
374 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:99
|
375 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
376 |
+
msgid "MailChimp Settings"
|
377 |
+
msgstr "MailChimp Instellingen"
|
378 |
+
|
379 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
380 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
381 |
msgid "API Settings"
|
430 |
msgid "No lists were found in your MailChimp account"
|
431 |
msgstr "Geen lijsten gevonden in je MailChimp account."
|
432 |
|
|
|
|
|
|
|
|
|
|
|
433 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
434 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
435 |
msgid ""
|
458 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
459 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
460 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
461 |
+
msgid "No lists found, <a href=\"%s\">are you connected to MailChimp</a>?"
|
462 |
+
msgstr "Geen lijsten gevonden, <a href=\"%s\">ben je verbonden met je MailChimp account</a>?"
|
463 |
|
464 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
465 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
469 |
msgstr "Selecteer de lijsten aan welke mensen die checkbox aanvinken toegevoegd zouden moeten worden."
|
470 |
|
471 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
472 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:102
|
473 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
474 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
475 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
477 |
msgstr "Emailadres bevestigen?"
|
478 |
|
479 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
480 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:113
|
481 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
482 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
483 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
487 |
msgstr "Selecteer \"ja\" wanneer je wilt dat mensen hun emailadres moeten bevestigen alvorens ze aan je MailChimp lijst worden toegevoegd (aanbevolen)"
|
488 |
|
489 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
490 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:82
|
491 |
msgid "Checkbox settings"
|
492 |
msgstr "Checkbox instellingen"
|
493 |
|
494 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
495 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:85
|
496 |
msgid "Add the checkbox to these forms"
|
497 |
msgstr "Voeg de checkbox toe aan de volgende formulieren"
|
498 |
|
499 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
500 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:92
|
501 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
502 |
msgstr "Aan de formulieren die je hier selecteert wordt automatisch een \"schrijf je in\" checkbox toegevoegd."
|
503 |
|
504 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
505 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:105
|
506 |
msgid "Checkbox label text"
|
507 |
msgstr "Checkbox label tekst"
|
508 |
|
509 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
510 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:108
|
511 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:148
|
512 |
msgid "HTML tags like %s are allowed in the label text."
|
513 |
msgstr "HTML tags als %s zijn toegestaan in de label tekst."
|
514 |
|
515 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
516 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:112
|
517 |
msgid "Pre-check the checkbox?"
|
518 |
msgstr "Vink de checkbox standaard aan?"
|
519 |
|
520 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
521 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:117
|
522 |
msgid "Load some default CSS?"
|
523 |
msgstr "Laad standaard CSS?"
|
524 |
|
525 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
526 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:119
|
527 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
528 |
msgstr "Selecteer \"ja\" als de checkbox op een vreemde plaats verschijnt."
|
529 |
|
530 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
531 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:122
|
532 |
msgid "WooCommerce checkbox position"
|
533 |
msgstr "WooCommerce checkbox positie"
|
534 |
|
535 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
536 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:125
|
537 |
msgid "After the billing details"
|
538 |
msgstr "Na de factuurdetails"
|
539 |
|
540 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
541 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:126
|
542 |
msgid "After the additional information"
|
543 |
msgstr "Na de additionele informatie"
|
544 |
|
545 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
546 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
|
547 |
msgid ""
|
548 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
549 |
msgstr "Kies de positie voor de checkbox in je WooCommerce checkout formulier."
|
550 |
|
|
|
|
|
|
|
|
|
|
|
|
|
551 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
552 |
msgid ""
|
553 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
568 |
msgid "Yes, load basic form styles"
|
569 |
msgstr "Ja, laad standaard formulier stijlen"
|
570 |
|
|
|
|
|
|
|
|
|
|
|
|
|
571 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
572 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
573 |
msgid "Yes, load my custom form styles"
|
629 |
msgid "Form mark-up"
|
630 |
msgstr "Formulier Structuur"
|
631 |
|
632 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:79
|
633 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:90
|
|
|
|
|
|
|
|
|
|
|
634 |
msgid ""
|
635 |
"Use the shortcode %s to display this form inside a post, page or text "
|
636 |
"widget."
|
637 |
msgstr "Gebruik de %s shortcode om dit formulier in een post, pagina of tekst widget te tonen."
|
638 |
|
639 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
640 |
+
#: mailchimp-for-wordpress-pro/includes/views/parts/missing-fields-notice.php:4
|
641 |
+
msgid "Your form is missing the following (required) form fields:"
|
642 |
+
msgstr "Je formulier mist de volgende (verplichte) velden:"
|
643 |
+
|
644 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:117
|
645 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
646 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
647 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
648 |
msgid "Send Welcome Email?"
|
649 |
msgstr "Welkomstemail versturen?"
|
650 |
|
651 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:128
|
652 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
653 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
657 |
"succeeds (only when double opt-in is disabled)."
|
658 |
msgstr "Selecteer \"ja\" als je de \"Welcome Email\" wilt sturen naar nieuwe abonnees (enkel wanneer \"double opt-in\" uitgeschakeld is)"
|
659 |
|
660 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:131
|
661 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
662 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:67
|
663 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
664 |
msgid "Update existing subscribers?"
|
665 |
msgstr "Bestaande inschrijven updaten?"
|
666 |
|
667 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:138
|
668 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
669 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
670 |
msgid ""
|
672 |
"showing the \"already subscribed\" message)."
|
673 |
msgstr "Selecteer \"ja\" wanneer je bestaande abonnees wilt updaten (in plaats van het tonen van de \"reeds ingeschreven\" melding)"
|
674 |
|
675 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:141
|
676 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
677 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
678 |
msgid "Replace interest groups?"
|
679 |
msgstr "Interessegroepen vervangen?"
|
680 |
|
681 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:152
|
682 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
683 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
684 |
msgid ""
|
687 |
"groups (only when updating a subscriber)."
|
688 |
msgstr "Selecteer \"ja\" wanneer je interest groups wilt verplaatsen met de verstuurde groepen in plaats van deze aan de bestaande groepen toe te voegen (enkel bij het updaten van abonnees)."
|
689 |
|
690 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:156
|
691 |
msgid "Form Settings & Messages"
|
692 |
msgstr "Formulier Instellingen & Meldingen"
|
693 |
|
694 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:160
|
695 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
696 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
697 |
msgid "Enable AJAX form submission?"
|
698 |
msgstr "AJAX (JavaScript) formulieren gebruiken?"
|
699 |
|
700 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:171
|
701 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
702 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
703 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
704 |
msgstr "Selecteer \"ja\" wanneer je AJAX (JavaScript) wilt gebruiken voor het verzenden van formulieren."
|
705 |
|
706 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:174
|
707 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
708 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
709 |
msgid "Hide form after a successful sign-up?"
|
710 |
msgstr "Verberg formulier na succesvolle inschrijvingen?"
|
711 |
|
712 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:185
|
713 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
714 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
715 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
716 |
msgstr "Selecteer \"ja\" om de formuliervelden te verbergen na elke succesvolle inschrijving."
|
717 |
|
718 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:188
|
719 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
720 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
721 |
msgid "Redirect to URL after successful sign-ups"
|
722 |
msgstr "Doorsturen naar URL na succesvolle inschrijving"
|
723 |
|
724 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:190
|
725 |
msgid "Example: %s"
|
726 |
msgstr "Voorbeeld: %s"
|
727 |
|
728 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:191
|
729 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
730 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
731 |
msgid ""
|
732 |
+
"Leave empty for no redirect. Otherwise, use complete (absolute) URLs, "
|
733 |
+
"including <code>http://</code>."
|
734 |
+
msgstr "Laat leeg voor geen redirect. Anders, gebruik volledige (absolute) URL's, inclusief <code>http://</code>."
|
735 |
|
736 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
737 |
msgid "Success message"
|
738 |
msgstr "Succesmelding"
|
739 |
|
740 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:199
|
741 |
msgid "Invalid email address message"
|
742 |
msgstr "Foutief emailadres melding"
|
743 |
|
744 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:203
|
745 |
msgid "Required field missing message"
|
746 |
msgstr "Verplicht veld mist melding"
|
747 |
|
748 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:207
|
749 |
msgid "Already subscribed message"
|
750 |
msgstr "Reeds ingeschreven melding"
|
751 |
|
752 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:212
|
753 |
msgid "Invalid CAPTCHA message"
|
754 |
msgstr "Foutieve CAPTCHA melding"
|
755 |
|
756 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:217
|
757 |
msgid "General error message"
|
758 |
msgstr "Algemene foutmelding"
|
759 |
|
760 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:223
|
761 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
762 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
763 |
msgid "HTML tags like %s are allowed in the message fields."
|
764 |
msgstr "HTML tags als %s zijn toegestaan in de meldingteksten."
|
765 |
|
766 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:237
|
767 |
msgid "Building your sign-up form"
|
768 |
msgstr "Maken van je inschrijfformulier"
|
769 |
|
770 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:238
|
771 |
msgid ""
|
772 |
"At a minimum, your form should include just an %s field and a submit button."
|
773 |
msgstr "Je formulier moet ten minste een %s veld en een verzendknop bevatten."
|
774 |
|
775 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:239
|
776 |
msgid ""
|
777 |
"Add more form fields if your selected lists require more fields. Field names"
|
778 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
779 |
"field\" tool to have the HTML generated for you."
|
780 |
msgstr "Voeg meer formuliervelden toe als je lijst meer velden verplicht. Veldnamen moeten overeenkomen met de tags van je lijstvelden. Gebruik \"Voeg een nieuw veld toe\" om de HTML te laten genereren."
|
781 |
|
782 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:241
|
783 |
msgid "Form Styling"
|
784 |
msgstr "Formulier Ontwerpen"
|
785 |
|
786 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:242
|
787 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
788 |
msgstr "Wijzig de visuele weergave van je formulier door CSS regels op te stellen voor %s."
|
789 |
|
790 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:243
|
791 |
msgid ""
|
792 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
793 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
794 |
" plugin like %s"
|
795 |
msgstr "Je kan de CSS regels aan het stijlbestand van je thema toevoegen door de <a href=\"%s\">Thema Editor</a> te gebruiken of door te wijzigen over FTP. Als 'n alternatief kun je een plugin als %s gebruiken."
|
796 |
|
797 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:244
|
798 |
msgid ""
|
799 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
800 |
"selectors you can use to target the different form elements."
|
801 |
msgstr "De <a href=\"%s\">veelgestelde vragen pagina van de plugin</a> geeft een overzicht weer van de verschillende CSS selectors die je kunt gebruiken om de verschillende formulier elementen te targeten."
|
802 |
|
803 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:245
|
804 |
msgid ""
|
805 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
806 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
807 |
"lets you customize form styles without writing any code."
|
808 |
msgstr "Als je een makkelijkere manier nodig hebt om je formulier te ontwerpen, <a href=\"%s\">koop dan de premium versie van MailChimp for WordPress</a>. Het heeft een gemakkelijke \"Stijl Ontwerper\" welke je kunt gebruiken om de visuele weergave van je formulier aan te passen zonder code te hoeven schrijven."
|
809 |
|
810 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:247
|
811 |
msgid "Form variables"
|
812 |
msgstr "Formulier variabelen"
|
813 |
|
814 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:248
|
815 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:427
|
816 |
msgid "Use the following variables to add some dynamic content to your form."
|
817 |
msgstr "Gebruik de volgende variabelen om wat dynamische inhoud aan je formulier toe te voegen"
|
818 |
|
819 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:255
|
820 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
821 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
822 |
msgstr "Vervangen door het emailadres van de bezoeker (als deze gegeven is in de URL of door middel van een cookie)."
|
823 |
|
824 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:259
|
825 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
826 |
msgid "Replaced with the form response (error or success messages)."
|
827 |
msgstr "Wordt vervangen door de formulier response (fout- en succesmeldingen)."
|
828 |
|
829 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:264
|
830 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
831 |
msgid "Replaced with a captcha field."
|
832 |
msgstr "Wordt vervangen door een Captcha veld."
|
833 |
|
834 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
835 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
836 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
837 |
msgstr "Vervangen door het aantal subscribers op de geselecteerde lijst(en)"
|
838 |
|
839 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:273
|
840 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
841 |
msgid "Replaced with the current site language, eg: %s"
|
842 |
msgstr "Vervangen door de huidige site taal, bijv: %s"
|
843 |
|
844 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:277
|
845 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
846 |
msgid "Replaced with the visitor's IP address"
|
847 |
msgstr "Vervangen door het IP-adres van de bezoeker"
|
848 |
|
849 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:281
|
850 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
851 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
852 |
msgstr "Vervangen door de huidige datum (jjjj/mm/dd bijv: %s)"
|
853 |
|
854 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:285
|
855 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
856 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
857 |
msgstr "Vervangen door de huidige tijd (uu:mm:ss bijv: %s)"
|
858 |
|
859 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:289
|
860 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
861 |
msgid ""
|
862 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
863 |
"in user)"
|
864 |
msgstr "Vervangen door het emailadres van de ingelogde gebruiker (of niets wanneer de bezoeker niet ingelogd is)"
|
865 |
|
866 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:293
|
867 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
868 |
msgid "First name of the current user"
|
869 |
msgstr "Voornaam van de ingelogde bezoeker"
|
870 |
|
871 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:297
|
872 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
873 |
msgid "Last name of the current user"
|
874 |
msgstr "Achternaam van de ingelogde bezoeker"
|
875 |
|
876 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:301
|
877 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
878 |
msgid "Current user ID"
|
879 |
msgstr "ID van de ingelogde bezoeker"
|
880 |
|
881 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:305
|
882 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
883 |
msgid "Current URL"
|
884 |
msgstr "Huidige URL"
|
885 |
|
886 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
887 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:31
|
888 |
msgid "Add a new field"
|
889 |
msgstr "Voeg een nieuw veld toe"
|
890 |
|
893 |
msgstr "Gebruik onderstaande tool om de HTML-code voor je formuliervelden te genereren."
|
894 |
|
895 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
896 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:35
|
897 |
msgid "Select MailChimp field.."
|
898 |
msgstr "Selecteer MailChimp veld.."
|
899 |
|
900 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
901 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:39
|
902 |
msgid "Submit Button"
|
903 |
msgstr "Verzendknop"
|
904 |
|
905 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
906 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:40
|
907 |
msgid "Lists Choice"
|
908 |
msgstr "Lijstkeuze"
|
909 |
|
910 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
911 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
912 |
msgid "Label"
|
913 |
msgstr "Label"
|
914 |
|
|
|
915 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
916 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
917 |
msgid "Placeholder"
|
918 |
msgstr "Placeholder"
|
919 |
|
|
|
|
|
|
|
|
|
|
|
920 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
921 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
922 |
msgid "Labels"
|
923 |
msgstr "Labels"
|
924 |
|
925 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
926 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
927 |
msgid "(leave empty to hide)"
|
928 |
msgstr "(laat leeg om te verbergen)"
|
929 |
|
930 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
931 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:68
|
932 |
msgid "Wrap in paragraph %s tags?"
|
933 |
msgstr "Wrap in paragraaf %s tags?"
|
934 |
|
935 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
936 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:72
|
937 |
msgid "Required field?"
|
938 |
msgstr "Verplicht veld?"
|
939 |
|
940 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
941 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:76
|
942 |
msgid "Add to form"
|
943 |
msgstr "Voeg toe aan formulier"
|
944 |
|
945 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
946 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:80
|
947 |
msgid "Generated HTML"
|
948 |
msgstr "Gegenereerde HTML"
|
949 |
|
981 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
982 |
msgstr "Bekijk de <a href=\"%s\">veelgestelde vragen</a> of gebruik de <a href=\"%s\">support fora</a> op WordPress.org."
|
983 |
|
984 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
985 |
msgid "Show a token of your appreciation"
|
986 |
msgstr "Toon een blijk van waardering"
|
987 |
|
988 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
|
|
|
|
|
|
|
|
989 |
msgid "Leave a %s plugin review on WordPress.org"
|
990 |
msgstr "Laat een %s plugin review achter op WordPress.org"
|
991 |
|
992 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
993 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
994 |
msgstr "Ik gebruik de MailChimp for WordPress plugin door @DannyvanKooten - het is geweldig!"
|
995 |
|
996 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
997 |
msgid "Tweet about MailChimp for WordPress"
|
998 |
msgstr "Tweet over MailChimp for WordPress"
|
999 |
|
1000 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:19
|
1001 |
msgid ""
|
1002 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
1003 |
"page</a>."
|
1004 |
msgstr "Schrijf over de plugin op je blog en link naar <a href=\"%s\">de plugin pagina</a>."
|
1005 |
|
1006 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:20
|
1007 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
1008 |
msgstr "Zeg \"works\" op de WordPress.org plugin pagina"
|
1009 |
|
1010 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:24
|
1011 |
msgid "About the developer"
|
1012 |
msgstr "Over de ontwikkelaar"
|
1013 |
|
1023 |
msgstr "Pro functionaliteiten zijn o.a. betere en meerdere formulieren, geavanceerde en makkelijke formulier stijlen, meer standaard thema's, gedetailleerde statistieken en support met prioriteit."
|
1024 |
|
1025 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
1026 |
+
msgid "Upgrade Now"
|
1027 |
+
msgstr "Upgrade Nu"
|
1028 |
|
1029 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:206
|
1030 |
msgid "Documentation"
|
1031 |
msgstr "Documentatie"
|
1032 |
|
1033 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:254
|
1034 |
msgid "Save Form"
|
1035 |
msgstr "Formulier opslaan"
|
1036 |
|
1037 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:258
|
1038 |
msgid "Update Form"
|
1039 |
msgstr "Formulier updaten"
|
1040 |
|
1041 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:314
|
1042 |
msgid "Back to general form settings"
|
1043 |
msgstr "Terug naar generieke formulier instellingen."
|
1044 |
|
1045 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:316
|
1046 |
msgid "Form updated."
|
1047 |
msgstr "Formulier geupdate"
|
1048 |
|
1049 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:317
|
1050 |
msgid "Form saved."
|
1051 |
msgstr "Formulier opgeslagen"
|
1052 |
|
1053 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:386
|
1054 |
msgid "Optional Settings"
|
1055 |
msgstr "Optionele Instellingen"
|
1056 |
|
1057 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:387
|
1058 |
msgid "Form Variables"
|
1059 |
msgstr "Formulier Variabelen"
|
1060 |
|
1061 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:531
|
1062 |
+
msgid "MailChimp & Plugin License Settings"
|
1063 |
+
msgstr "MailChimp & Plugin Licentie Instellingen"
|
1064 |
+
|
1065 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:532
|
1066 |
msgid "MailChimp & License"
|
1067 |
msgstr "MailChimp & Licentie"
|
1068 |
|
1069 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:548
|
1070 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:549
|
1071 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1072 |
msgid "Reports"
|
1073 |
msgstr "Rapporten"
|
1074 |
|
1075 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:732
|
1076 |
msgid ""
|
1077 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1078 |
"href=\"%s\">Provide a valid API key.</a>"
|
1079 |
msgstr "Zorg aub dat de plugin een connectie met MailChimp heeft. <a href=\"%s\">Geef een geldige API sleutel in.</a>"
|
1080 |
|
1081 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:834
|
1082 |
msgid "End date can't be before the start date"
|
1083 |
msgstr "Einddatum kan niet vóór de startdatum liggen"
|
1084 |
|
1085 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:866
|
1086 |
msgid ""
|
1087 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1088 |
"page."
|
1089 |
msgstr "Je hebt logging uitgeschakeld met behulp van de %s filter. Om de Reports pagina te kunnen gebruiken moet logging ingeschakeld zijn."
|
1090 |
|
1091 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:882
|
1092 |
msgid ""
|
1093 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1094 |
+
"settings you set in the Lite version, you can safely <a "
|
1095 |
+
"href=\"%s\">deactivate it now</a>."
|
1096 |
+
msgstr "<strong>Welkom bij MailChimp for WordPress Pro!</strong> We hebben je instellingen uit de Lite plugin overgezet, je kunt deze nu <a href=\"%s\">veilig deactiveren</a>."
|
1097 |
|
1098 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1099 |
msgid ""
|
1115 |
msgid "The %sCSS Stylesheet%s has been created."
|
1116 |
msgstr "De %sCSS Stylesheet%s is gecreëerd. "
|
1117 |
|
1118 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:142
|
1119 |
msgid "I know. Don't bug me."
|
1120 |
msgstr "Weet ik. "
|
1121 |
|
1122 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:161
|
1123 |
msgid ""
|
1124 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1125 |
"able to get %s updates. Please add %s to %s."
|
1126 |
msgstr "<b>Waarschuwing!</b> Je blokkeert externe requests wat betekent dat je geen updates voor %s kunt ontvangen. Voeg aub %s toe aan %s."
|
1127 |
|
1128 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:203
|
1129 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1130 |
msgstr "Je %s licentie is geactiveerd. Je hebt een ongelimiteerde licentie"
|
1131 |
|
1132 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:205
|
1133 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1134 |
msgstr "Je %s licentie is geactiveerd. Je hebt %d/%d activaties gebruikt."
|
1135 |
|
1136 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:210
|
1137 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1138 |
msgstr "<a href=\"%s\">Wist je dat je je licentie kon upgraden?</a>"
|
1139 |
|
1140 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:214
|
1141 |
msgid ""
|
1142 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1143 |
" it?</a>"
|
1144 |
msgstr "<a href=\"%s\">Je licentie verloopt in %d dagen, wil je deze verlengen?</a>"
|
1145 |
|
1146 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:223
|
1147 |
msgid ""
|
1148 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1149 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1150 |
msgstr "Je zit aan het activatielimiet van je licentie. Je kunt je <a href=\"%s\">licentie resetten</a> of <a href=\"%s\">deze upgraden</a> om deze weer te kunnen gebruiken."
|
1151 |
|
1152 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:227
|
1153 |
msgid ""
|
1154 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1155 |
"you want to use it again."
|
1156 |
msgstr "Je licentie is verlopen. Als je je licentie opnieuw wilt gebruiken <a href=\"%s\">moet je deze verlengen</a>."
|
1157 |
|
1158 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:230
|
1159 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1160 |
msgstr "Je licentie lijkt invalide te zijn."
|
1161 |
|
1162 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:255
|
1163 |
msgid "Your %s license has been deactivated."
|
1164 |
msgstr "Je %s licentie is gedeactiveerd."
|
1165 |
|
1166 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:260
|
1167 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:66
|
1168 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:75
|
1169 |
msgid ""
|
1170 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1171 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1172 |
msgstr "Je plugin licentie is verlopen. Je hebt niet langer toegang tot plugin updates tenzij je <a href=\"%s\">je licentie vernieuwt.</a>."
|
1173 |
|
1174 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:262
|
1175 |
msgid "Failed to deactivate your %s license."
|
1176 |
msgstr "Het is niet gelukt je %s licentie te deactiveren."
|
1177 |
|
1178 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:300
|
1179 |
msgid "Request error: \"%s\""
|
1180 |
msgstr "Request fout: \"%s\""
|
1181 |
|
1182 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:459
|
1183 |
msgid "%s: License Settings"
|
1184 |
msgstr "%s: Licentie Instellingen"
|
1185 |
|
1189 |
"the license."
|
1190 |
msgstr "%s is netwerk-geactiveerd. Neem aub contact op met je site admin om je licentie te beheren."
|
1191 |
|
1192 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:64
|
1193 |
msgid ""
|
1194 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1195 |
msgstr "Het lukte %s niet om voor updates te checken door de volgende fout: <em>%s</em>"
|
1196 |
|
1197 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:126
|
1198 |
msgid ""
|
1199 |
+
"This site has not been activated properly on mc4wp.com and thus cannot check"
|
1200 |
+
" for future updates. Please activate your site with a valid license key."
|
1201 |
+
msgstr "Deze site is niet correct geactiveerd op mc4wp.com en kan daarom niet voor plugin updates checken. Activeer de plugin met een valide licentie, aub."
|
|
|
1202 |
|
1203 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1204 |
msgid "License status"
|
1254 |
msgid "Paste your license key here, as found in the email receipt."
|
1255 |
msgstr "Plak je licentiecode hier, zoals die in de aankoopemail staat."
|
1256 |
|
1257 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:79
|
|
|
|
|
|
|
|
|
1258 |
msgid "Your %s license will expire on %s."
|
1259 |
msgstr "Je %s licentie verloopt op %s."
|
1260 |
|
1261 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:83
|
1262 |
msgid "%sRenew your license now%s."
|
1263 |
msgstr "%sVernieuw je licentie nu%s"
|
1264 |
|
1265 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:261
|
1266 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1267 |
msgstr "<strong>Fout:</strong> Geef aub een formulier ID in. Example: %s"
|
1268 |
|
1269 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:275
|
1270 |
msgid ""
|
1271 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1272 |
" correct form ID."
|
1273 |
msgstr "<strong>Fout:</strong> Inschrijfformulier niet gevonden. Check aub of je het correcte formulier ID gebruikt hebt."
|
1274 |
|
1275 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:647
|
1276 |
msgid "New MailChimp Sign-Up"
|
1277 |
msgstr "Nieuwe MailChimp inschrijving"
|
1278 |
|
1279 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:655
|
1280 |
msgid "New Sign-Up"
|
1281 |
msgstr "Nieuwe inschrijving"
|
1282 |
|
1283 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:656
|
1284 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1285 |
msgstr "<strong>%s</strong> schreef zich om %s op %s in met het formulier \"%s\""
|
1286 |
|
1287 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:661
|
1288 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:77
|
1289 |
msgid "List"
|
1290 |
msgstr "Lijst"
|
1291 |
|
1292 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:701
|
1293 |
msgid "Other fields"
|
1294 |
msgstr "Overige velden"
|
1295 |
|
1296 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:718
|
1297 |
msgid ""
|
1298 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1299 |
"be added to the selected MailChimp lists until they confirm their email "
|
1300 |
"address."
|
1301 |
msgstr "PS. Je hebt \"double opt-in\" aanstaan voor het formulier \"%s\". Het hierboven weergegeven emailadres zal niet aan de geselecteerde MailChimp lijst(en) worden toegevoegd totdat deze zijn of haar emailadres heeft bevestigd."
|
1302 |
|
1303 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:720
|
1304 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1305 |
msgstr "Deze email is gestuurd door de MailChimp for WordPress plugin."
|
1306 |
|
1322 |
"href=\"%s\">widget settings</a>."
|
1323 |
msgstr "Selecteer aub het inschrijfformulier dat je hier wilt laten zien in de <a href=\"%s\">widget instellingen</a>."
|
1324 |
|
1325 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:86
|
1326 |
msgid "Form:"
|
1327 |
msgstr "Formulier:"
|
1328 |
|
1329 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:88
|
1330 |
msgid "Select the form to show"
|
1331 |
msgstr "Selecteer het formulier om te tonen"
|
1332 |
|
1333 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:96
|
1334 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1335 |
msgstr "Je hebt nog geen inschrijfformulieren. <a href=\"%s\">Maak er een.</a>"
|
1336 |
|
1337 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:51
|
1338 |
msgid ""
|
1339 |
"Thank you, your sign-up request was successful! Please check your email "
|
1340 |
"inbox to confirm."
|
1341 |
msgstr "Dankjewel, je inschrijfverzoek was succesvol. Controleer je email inbox voor 'n bevestiging."
|
1342 |
|
1343 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:43
|
1344 |
msgid "ID"
|
1345 |
msgstr "ID"
|
1346 |
|
1347 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:44
|
1348 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:426
|
1349 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:462
|
1350 |
msgid "Form"
|
1351 |
msgstr "Formulier"
|
1352 |
|
1353 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:45
|
1354 |
msgid "Shortcode"
|
1355 |
msgstr "Shortcode"
|
1356 |
|
1357 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:46
|
1358 |
msgid "List(s)"
|
1359 |
msgstr "Lijst(en)"
|
1360 |
|
1361 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:47
|
1362 |
msgid "Last edited"
|
1363 |
msgstr "Laatst gewijzigd"
|
1364 |
|
1365 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:98
|
1366 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:102
|
1367 |
msgid "Edit Form"
|
1368 |
msgstr "Wijzig Formulier"
|
1369 |
|
1370 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:99
|
1371 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:253
|
1372 |
msgid "Delete"
|
1373 |
msgstr "Verwijder"
|
1374 |
|
1375 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:131
|
1376 |
msgid "No MailChimp list(s) selected yet."
|
1377 |
msgstr "Geen MailChimp lijst(en) geselecteerd."
|
1378 |
|
1379 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:141
|
1380 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1381 |
msgstr "Je hebt nog geen inschrijfformulieren gemaakt. Ga 'ns wat doen!"
|
1382 |
|
1383 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:46
|
1384 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1385 |
+
msgid "Log"
|
1386 |
+
msgstr "Log"
|
1387 |
|
1388 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:47
|
1389 |
+
msgid "Log Items"
|
1390 |
+
msgstr "Log Items"
|
1391 |
|
1392 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:76
|
1393 |
msgid "Email"
|
1394 |
msgstr "Emailadres"
|
1395 |
|
1396 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:78
|
1397 |
+
msgid "Data"
|
1398 |
+
msgstr "Data"
|
1399 |
+
|
1400 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:79
|
1401 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1402 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1403 |
+
msgid "Success"
|
1404 |
+
msgstr "Succes"
|
1405 |
+
|
1406 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:80
|
1407 |
msgid "Type"
|
1408 |
msgstr "Type"
|
1409 |
|
1410 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:81
|
1411 |
msgid "Source"
|
1412 |
msgstr "Bron"
|
1413 |
|
1414 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:82
|
|
|
|
|
|
|
|
|
1415 |
msgid "Subscribed"
|
1416 |
msgstr "Ingeschreven"
|
1417 |
|
1418 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:150
|
1419 |
msgid "Log items deleted."
|
1420 |
msgstr "Log items verwijderd."
|
1421 |
|
1422 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:297
|
1423 |
+
msgid "Top Bar"
|
1424 |
+
msgstr "Top Bar"
|
|
|
1425 |
|
1426 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1427 |
msgid "MultiSite registration"
|
1428 |
msgstr "MultiSite registratie"
|
1429 |
|
1430 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:318
|
|
|
|
|
|
|
|
|
|
|
1431 |
msgid "Contact Form 7"
|
1432 |
msgstr "Contact Form 7"
|
1433 |
|
1434 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:322
|
1435 |
msgid "bbPress: New Topic"
|
1436 |
msgstr "bbPress: Nieuw Onderwerp"
|
1437 |
|
1438 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:326
|
1439 |
msgid "bbPress: New Reply"
|
1440 |
msgstr "bbPress: Nieuwe Reactie"
|
1441 |
|
1442 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:332
|
1443 |
msgid "Other Form"
|
1444 |
msgstr "Ander Formulier"
|
1445 |
|
1446 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:398
|
1447 |
msgid "No subscribe requests found."
|
1448 |
msgstr "Geen inschrijfverzoeken gevonden."
|
1449 |
|
1450 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:420
|
1451 |
msgid "All"
|
1452 |
msgstr "Alle"
|
1453 |
|
1454 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:432
|
1455 |
msgid "Checkbox"
|
1456 |
msgstr "Checkbox"
|
1457 |
|
1458 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:475
|
1459 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:478
|
1460 |
+
msgid "Registration"
|
1461 |
+
msgstr "Registratie"
|
1462 |
+
|
1463 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:489
|
1464 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:503
|
1465 |
+
msgid "Order"
|
1466 |
+
msgstr "Bestelling"
|
1467 |
+
|
1468 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:492
|
1469 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:506
|
1470 |
+
msgid "Checkout"
|
1471 |
+
msgstr "Checkout"
|
1472 |
+
|
1473 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1474 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:525
|
1475 |
+
msgid "Comment"
|
1476 |
+
msgstr "Reactie"
|
1477 |
+
|
1478 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1479 |
+
msgid "deleted"
|
1480 |
+
msgstr "verwijderd"
|
1481 |
+
|
1482 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1483 |
msgid ""
|
1484 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
1513 |
msgid "Messages"
|
1514 |
msgstr "Berichten"
|
1515 |
|
|
|
|
|
|
|
|
|
|
|
1516 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1517 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1518 |
msgid "Invalid email address"
|
1538 |
msgid "Other errors"
|
1539 |
msgstr "Andere fouten"
|
1540 |
|
1541 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:89
|
1542 |
msgid "Form usage"
|
1543 |
msgstr "Formulier gebruik"
|
1544 |
|
1545 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:78
|
1546 |
+
msgid ""
|
1547 |
+
"Select \"yes\" if you want to update existing subscribers with the data that"
|
1548 |
+
" is sent."
|
1549 |
+
msgstr "Selecteer \"ja\" als je bestaande abonnees wilt updaten met de gegeven data."
|
1550 |
+
|
1551 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:100
|
1552 |
msgid ""
|
1553 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1554 |
"forms."
|
1555 |
msgstr "Gebruik %s in je Contact Form 7 opmaak om een sign-up checkbox toe te voegen aan je CF7 formulieren."
|
1556 |
|
1557 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:136
|
1558 |
msgid "Custom label texts"
|
1559 |
msgstr "Custom label teksten"
|
1560 |
|
1561 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:137
|
1562 |
msgid ""
|
1563 |
"Override the default checkbox label text for any given checkbox using the "
|
1564 |
"fields below."
|
1584 |
msgid "Statistics"
|
1585 |
msgstr "Statistieken"
|
1586 |
|
|
|
|
|
|
|
|
|
1587 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1588 |
msgid ""
|
1589 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
1668 |
msgid "Default Messages"
|
1669 |
msgstr "Standaard Berichten"
|
1670 |
|
1671 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:15
|
1672 |
+
msgid "Today"
|
1673 |
+
msgstr "Vandaag"
|
1674 |
+
|
1675 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:16
|
1676 |
+
msgid "Yesterday"
|
1677 |
+
msgstr "Gisteren"
|
1678 |
+
|
1679 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:17
|
1680 |
+
msgid "Last Week"
|
1681 |
+
msgstr "Laatste week"
|
1682 |
+
|
1683 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:18
|
1684 |
+
msgid "Last Month"
|
1685 |
+
msgstr "Laatste maand"
|
1686 |
+
|
1687 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:19
|
1688 |
+
msgid "Last Quarter"
|
1689 |
+
msgstr "Laatste kwartaal"
|
1690 |
+
|
1691 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:20
|
1692 |
+
msgid "Last Year"
|
1693 |
+
msgstr "Laatste jaar"
|
1694 |
+
|
1695 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:21
|
1696 |
+
msgid "Custom"
|
1697 |
+
msgstr "Custom"
|
1698 |
+
|
1699 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:25
|
1700 |
+
msgid "From"
|
1701 |
+
msgstr "Van"
|
1702 |
+
|
1703 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:32
|
1704 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:57
|
1705 |
+
msgid "Jan"
|
1706 |
+
msgstr "Jan"
|
1707 |
+
|
1708 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:33
|
1709 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:58
|
1710 |
+
msgid "Feb"
|
1711 |
+
msgstr "Feb"
|
1712 |
+
|
1713 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:34
|
1714 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:59
|
1715 |
+
msgid "Mar"
|
1716 |
+
msgstr "Maa"
|
1717 |
+
|
1718 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:35
|
1719 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:60
|
1720 |
+
msgid "Apr"
|
1721 |
+
msgstr "Apr"
|
1722 |
+
|
1723 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:36
|
1724 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:61
|
1725 |
+
msgid "May"
|
1726 |
+
msgstr "Mei"
|
1727 |
+
|
1728 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:37
|
1729 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:62
|
1730 |
+
msgid "Jun"
|
1731 |
+
msgstr "Jun"
|
1732 |
+
|
1733 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:38
|
1734 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:63
|
1735 |
+
msgid "Jul"
|
1736 |
+
msgstr "Jul"
|
1737 |
+
|
1738 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:39
|
1739 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:64
|
1740 |
+
msgid "Aug"
|
1741 |
+
msgstr "Aug"
|
1742 |
+
|
1743 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:40
|
1744 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:65
|
1745 |
+
msgid "Sep"
|
1746 |
+
msgstr "Sep"
|
1747 |
+
|
1748 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:41
|
1749 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:66
|
1750 |
+
msgid "Oct"
|
1751 |
+
msgstr "Okt"
|
1752 |
+
|
1753 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:42
|
1754 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:67
|
1755 |
+
msgid "Nov"
|
1756 |
+
msgstr "Nov"
|
1757 |
+
|
1758 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:43
|
1759 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:68
|
1760 |
+
msgid "Dec"
|
1761 |
+
msgstr "Dec"
|
1762 |
+
|
1763 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:50
|
1764 |
+
msgid "To"
|
1765 |
+
msgstr "Tot"
|
1766 |
+
|
1767 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:76
|
1768 |
+
msgid "Filter"
|
1769 |
+
msgstr "Filter"
|
1770 |
+
|
1771 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:83
|
1772 |
+
msgid "Show these lines:"
|
1773 |
+
msgstr "Toon de volgende lijnen:"
|
1774 |
+
|
1775 |
#. Plugin URI of the plugin/theme
|
1776 |
msgid "https://mc4wp.com/"
|
1777 |
msgstr "https://mc4wp.com/"
|
languages/mailchimp-for-wp-pt_BR.po
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
-
#
|
|
|
|
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: MailChimp for WordPress\n"
|
8 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
-
"Last-Translator:
|
12 |
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/pt_BR/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -25,97 +27,165 @@ msgstr ""
|
|
25 |
"X-Poedit-SourceCharset: utf-8\n"
|
26 |
"X-Textdomain-Support: yes\n"
|
27 |
|
28 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
29 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
30 |
msgid "Settings"
|
31 |
msgstr "Configurações"
|
32 |
|
33 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
34 |
-
#: mailchimp-for-wordpress/includes/
|
35 |
-
msgid "Upgrade to Pro"
|
36 |
-
msgstr "
|
37 |
|
38 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
46 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
47 |
msgid "Checkboxes"
|
48 |
msgstr "Caixas de Seleção"
|
49 |
|
50 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
51 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
53 |
msgid "Forms"
|
54 |
msgstr "Formulários"
|
55 |
|
56 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
57 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
58 |
msgstr "Esta opção só está disponível no MailChimp Pro para WordPress."
|
59 |
|
60 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
61 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
msgid "Comment form"
|
63 |
msgstr "Formulário de comentário"
|
64 |
|
65 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
66 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
67 |
msgid "Registration form"
|
68 |
msgstr "Formulário de Registro"
|
69 |
|
70 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
71 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
72 |
msgid "MultiSite forms"
|
73 |
msgstr "Formulários Multisite"
|
74 |
|
75 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
76 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
77 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
78 |
msgid "BuddyPress registration"
|
79 |
msgstr "Registro no BuddyPress"
|
80 |
|
81 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
82 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
83 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
84 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
85 |
msgid "%s checkout"
|
86 |
msgstr "%s finalização"
|
87 |
|
88 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
msgid "Renewed MailChimp cache."
|
91 |
msgstr "Cache MailChimp renovado."
|
92 |
|
93 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
94 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
95 |
msgid "Failed to renew MailChimp cache - please try again later."
|
96 |
msgstr "Falha ao renovar o cache MailChimp - por favor tente novamente."
|
97 |
|
98 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
99 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:313
|
100 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
101 |
msgstr "Um campo EMAIL. Exemplo: <code>%s</code>"
|
102 |
|
103 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
104 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
105 |
msgid "A submit button. Example: <code>%s</code>"
|
106 |
msgstr "Um botão enviar. Exemplo: <code>%s</code>"
|
107 |
|
108 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
109 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
110 |
msgid "Sign Up"
|
111 |
msgstr "Registrar-se"
|
112 |
|
113 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
114 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:347
|
115 |
msgid "A '%s' field"
|
116 |
msgstr "Um '%s' campo"
|
117 |
|
118 |
-
#: mailchimp-for-wordpress/includes/class-form-request.php:
|
119 |
msgid "Please select at least one list to subscribe to."
|
120 |
msgstr "Por favor, selecione pelo menos uma lista para se inscrever."
|
121 |
|
@@ -123,39 +193,39 @@ msgstr "Por favor, selecione pelo menos uma lista para se inscrever."
|
|
123 |
msgid "MailChimp Sign-Up Form"
|
124 |
msgstr "Formulário de inscrição MailChimp"
|
125 |
|
126 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
127 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
128 |
msgstr "Exibe um dos seus formulários MailChimp para WordPress"
|
129 |
|
130 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
131 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
132 |
msgid "Newsletter"
|
133 |
msgstr "Newsletter"
|
134 |
|
135 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
136 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
137 |
msgid "Title:"
|
138 |
msgstr "Título:"
|
139 |
|
140 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
141 |
msgid ""
|
142 |
-
"You can edit your sign-up form in the %
|
143 |
-
"settings
|
144 |
-
msgstr "Você pode editar o seu formulário de inscrição
|
145 |
|
146 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
147 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
148 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
149 |
msgid "Email address"
|
150 |
msgstr "Email"
|
151 |
|
152 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
153 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
154 |
msgid "Your email address"
|
155 |
msgstr "Seu endereço de email"
|
156 |
|
157 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
158 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
159 |
msgid "Sign up"
|
160 |
msgstr "Cadastrar"
|
161 |
|
@@ -164,48 +234,48 @@ msgstr "Cadastrar"
|
|
164 |
msgid "Sign me up for the newsletter!"
|
165 |
msgstr "Cadastrar na newsletter!"
|
166 |
|
167 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
168 |
msgid ""
|
169 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
170 |
"inbox."
|
171 |
msgstr "Obrigado, o seu pedido de inscrição foi enviado com sucesso! Por favor, verifique sua caixa de e-mail."
|
172 |
|
173 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
174 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
175 |
msgid "Oops. Something went wrong. Please try again later."
|
176 |
msgstr "Oops. Alguma coisa deu errado. Por favor tente novamente."
|
177 |
|
178 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
179 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
180 |
msgid "Please provide a valid email address."
|
181 |
msgstr "Por favor insira um email válido."
|
182 |
|
183 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
184 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
185 |
msgid "Given email address is already subscribed, thank you!"
|
186 |
msgstr "Este email já está cadastrado, obrigado!"
|
187 |
|
188 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
189 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
190 |
msgid "Please complete the CAPTCHA."
|
191 |
msgstr "Por favor insira o CAPTCHA."
|
192 |
|
193 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
194 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
195 |
msgid "Please fill in the required fields."
|
196 |
msgstr "Por favor, preencha os campos necessários."
|
197 |
|
198 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
199 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
200 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
201 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
202 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
203 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
204 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
205 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
206 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
207 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
208 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
209 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
210 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
211 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
@@ -215,8 +285,9 @@ msgstr "Por favor, preencha os campos necessários."
|
|
215 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
216 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
217 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
218 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
219 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
220 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
221 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
222 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
@@ -226,18 +297,18 @@ msgstr "Por favor, preencha os campos necessários."
|
|
226 |
msgid "Yes"
|
227 |
msgstr "Sim"
|
228 |
|
229 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
230 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
231 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
232 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
233 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
234 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
235 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
236 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
237 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
238 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
239 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
240 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
241 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
242 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
243 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
@@ -247,8 +318,9 @@ msgstr "Sim"
|
|
247 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
248 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
249 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
250 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
251 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
252 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
253 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
254 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
@@ -259,40 +331,40 @@ msgstr "Sim"
|
|
259 |
msgid "No"
|
260 |
msgstr "Não"
|
261 |
|
262 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
263 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
264 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
265 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
266 |
msgid "MailChimp for WordPress - Error"
|
267 |
msgstr "MailChimp para WordPress - Erro"
|
268 |
|
269 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
270 |
msgid ""
|
271 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
272 |
"settings</a>."
|
273 |
msgstr "Por favor, selecione uma lista para se inscrever nas <a href=\"%s\">configurações</a>."
|
274 |
|
275 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
276 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
277 |
msgid "This message is only visible to administrators for debugging purposes."
|
278 |
msgstr "Esta mensagem é visível apenas para os administradores, para fins de depuração."
|
279 |
|
280 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
281 |
msgid ""
|
282 |
"The MailChimp server returned the following error message as a response to "
|
283 |
"our sign-up request:"
|
284 |
msgstr "O servidor MailChimp retornou a seguinte mensagem de erro, como resposta ao pedido de inscrição:"
|
285 |
|
286 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
287 |
msgid "This is the data that was sent to MailChimp:"
|
288 |
msgstr "Este são os dados que foram enviados para o MailChimp:"
|
289 |
|
290 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
291 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
292 |
msgid "Email address:"
|
293 |
msgstr "Endereço de E-mail:"
|
294 |
|
295 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
296 |
msgid "Merge variables:"
|
297 |
msgstr "Mesclar variáveis:"
|
298 |
|
@@ -300,6 +372,12 @@ msgstr "Mesclar variáveis:"
|
|
300 |
msgid "MailChimp for WordPress"
|
301 |
msgstr "MailChimp for WordPress"
|
302 |
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
304 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
305 |
msgid "API Settings"
|
@@ -354,11 +432,6 @@ msgstr "Renovar listas MailChimp"
|
|
354 |
msgid "No lists were found in your MailChimp account"
|
355 |
msgstr "Não foram encontradas listas na sua conta MailChimp"
|
356 |
|
357 |
-
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
358 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
359 |
-
msgid "Checkbox Settings"
|
360 |
-
msgstr "Configurações do Checkbox"
|
361 |
-
|
362 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
363 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
364 |
msgid ""
|
@@ -387,8 +460,8 @@ msgstr "Listas MailChimp"
|
|
387 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
388 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
389 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
390 |
-
msgid "No lists found, %
|
391 |
-
msgstr "Nenhuma lista encontrada, \"
|
392 |
|
393 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
394 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
@@ -398,7 +471,7 @@ msgid ""
|
|
398 |
msgstr "Selecione a(s) lista(s) que as pessoas que marcaram o checkbox serão inscritas."
|
399 |
|
400 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
401 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
402 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
403 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
404 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
@@ -406,7 +479,7 @@ msgid "Double opt-in?"
|
|
406 |
msgstr "Verificação dupla?"
|
407 |
|
408 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
409 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
410 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
411 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
412 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
@@ -416,73 +489,67 @@ msgid ""
|
|
416 |
msgstr "Selecione \"sim\" se você deseja que as pessoas confirme o email ao se inscreverem (recomendado)"
|
417 |
|
418 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
419 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
420 |
msgid "Checkbox settings"
|
421 |
msgstr "configurações de checkbox"
|
422 |
|
423 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
424 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
425 |
msgid "Add the checkbox to these forms"
|
426 |
msgstr "Adicionar o checkbox nestes formulários"
|
427 |
|
428 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
429 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
430 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
431 |
msgstr "Selecionando um formulário irá automaticamente adicionar o checkbox de cadastro nele."
|
432 |
|
433 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
434 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
435 |
msgid "Checkbox label text"
|
436 |
msgstr "texto de etiqueta do checkbox"
|
437 |
|
438 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
439 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
440 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
441 |
msgid "HTML tags like %s are allowed in the label text."
|
442 |
msgstr "tags HTML como %s são permitidas no texto da etiqueta."
|
443 |
|
444 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
445 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
446 |
msgid "Pre-check the checkbox?"
|
447 |
msgstr "checkbox pré-selecionado?"
|
448 |
|
449 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
450 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
451 |
msgid "Load some default CSS?"
|
452 |
msgstr "Carregar CSS padrão?"
|
453 |
|
454 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
455 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
456 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
457 |
msgstr "Selecione \"sim\" se o checkbox aparece num lugar estranho."
|
458 |
|
459 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
460 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
461 |
msgid "WooCommerce checkbox position"
|
462 |
msgstr "Posição do checkbox WooCommerce"
|
463 |
|
464 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
465 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
466 |
msgid "After the billing details"
|
467 |
msgstr "Depois dos detalhes de faturamento"
|
468 |
|
469 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
470 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
471 |
msgid "After the additional information"
|
472 |
msgstr "Depois das informações adicionais"
|
473 |
|
474 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
475 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
476 |
msgid ""
|
477 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
478 |
msgstr "Escolha a posição para a caixa de seleção em seu formulário de checkout WooCommerce."
|
479 |
|
480 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
481 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:431
|
482 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
483 |
-
msgid "Form Settings"
|
484 |
-
msgstr "Configurações"
|
485 |
-
|
486 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
487 |
msgid ""
|
488 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
@@ -503,12 +570,6 @@ msgstr "Carregar estilos (CSS)?"
|
|
503 |
msgid "Yes, load basic form styles"
|
504 |
msgstr "Sim, carregue os básicos"
|
505 |
|
506 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
507 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
508 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
509 |
-
msgid "(PRO ONLY)"
|
510 |
-
msgstr "(SOMENTE PRO)"
|
511 |
-
|
512 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
513 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
514 |
msgid "Yes, load my custom form styles"
|
@@ -570,26 +631,26 @@ msgstr "Selecione a lista(s) que as pessoas que se enviarem o formulá serão in
|
|
570 |
msgid "Form mark-up"
|
571 |
msgstr "Formulário mark-up"
|
572 |
|
573 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
574 |
-
#: mailchimp-for-wordpress-pro/includes/
|
575 |
-
msgid "Your form is missing the following (required) form fields:"
|
576 |
-
msgstr "Seu formulário não contém os seguintes campos (obrigatório) do formulário:"
|
577 |
-
|
578 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
579 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:87
|
580 |
msgid ""
|
581 |
"Use the shortcode %s to display this form inside a post, page or text "
|
582 |
"widget."
|
583 |
msgstr "Use o shortcode %s para exibir este formulário dentro de um post, página ou um widget de texto."
|
584 |
|
585 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
|
|
|
|
|
|
|
|
|
|
586 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
587 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
588 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
589 |
msgid "Send Welcome Email?"
|
590 |
msgstr "Enviar email de Boas Vindas?"
|
591 |
|
592 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
593 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
594 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
595 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
@@ -598,13 +659,14 @@ msgid ""
|
|
598 |
"succeeds (only when double opt-in is disabled)."
|
599 |
msgstr "Selecione \"sim\" se você deseja enviar um emai de Boas Vindas se uma inscrição for completada (apenas com Verificação dupla estiver desabilitada)."
|
600 |
|
601 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
602 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
|
|
603 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
604 |
msgid "Update existing subscribers?"
|
605 |
msgstr "Atualizar os inscritos existentes?"
|
606 |
|
607 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
608 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
609 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
610 |
msgid ""
|
@@ -612,13 +674,13 @@ msgid ""
|
|
612 |
"showing the \"already subscribed\" message)."
|
613 |
msgstr "Selecione \"sim\" se você deseja atualizar os inscritos existentes (ao invés de mostrar a mensagem \"já inscrito\")."
|
614 |
|
615 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
616 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
617 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
618 |
msgid "Replace interest groups?"
|
619 |
msgstr "Substituir grupos de interesse?"
|
620 |
|
621 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
622 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
623 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
624 |
msgid ""
|
@@ -627,204 +689,204 @@ msgid ""
|
|
627 |
"groups (only when updating a subscriber)."
|
628 |
msgstr "Selecione \"sim\" se você deseja substituir os grupos de interesse com os grupos dados ao invés de adicionar os grupos dados para os grupos de interesse do membro (apenas quando atualizar um inscrito)."
|
629 |
|
630 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
631 |
msgid "Form Settings & Messages"
|
632 |
msgstr "Configuração de Formulários & Mensagens"
|
633 |
|
634 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
635 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
636 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
637 |
msgid "Enable AJAX form submission?"
|
638 |
msgstr "Habilitar envio de formulários usando AJAX?"
|
639 |
|
640 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
641 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
642 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
643 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
644 |
msgstr "Selecione \"sim\" se você deseja usar o envio dos formulários usando AJAX (JavaScript)."
|
645 |
|
646 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
647 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
648 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
649 |
msgid "Hide form after a successful sign-up?"
|
650 |
msgstr "Esconder formulário após cadastro completado?"
|
651 |
|
652 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
653 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
655 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
656 |
msgstr "Selecione \"sim\" se você deseja para esconder os campos do formulário após a finalização do cadastro."
|
657 |
|
658 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
659 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
660 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
661 |
msgid "Redirect to URL after successful sign-ups"
|
662 |
msgstr "Redirecionar para URL após finalização"
|
663 |
|
664 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
665 |
msgid "Example: %s"
|
666 |
msgstr "Exemplo: %s"
|
667 |
|
668 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
669 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
670 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
671 |
msgid ""
|
672 |
-
"Leave empty
|
673 |
-
"including <code>http://</code
|
674 |
-
msgstr "Deixe em branco
|
675 |
|
676 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
677 |
msgid "Success message"
|
678 |
msgstr "Mensagem de sucesso"
|
679 |
|
680 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
681 |
msgid "Invalid email address message"
|
682 |
msgstr "Mensagem de e-mail inválido"
|
683 |
|
684 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
685 |
msgid "Required field missing message"
|
686 |
msgstr "Mensagem de campo requerido"
|
687 |
|
688 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
689 |
msgid "Already subscribed message"
|
690 |
msgstr "Mensagem já subscrita"
|
691 |
|
692 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
693 |
msgid "Invalid CAPTCHA message"
|
694 |
msgstr "Mensagem CAPTCHA inválida"
|
695 |
|
696 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
697 |
msgid "General error message"
|
698 |
msgstr "Mensagem de erro geral"
|
699 |
|
700 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
701 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
702 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
703 |
msgid "HTML tags like %s are allowed in the message fields."
|
704 |
msgstr "tags HTML como %s são permitidos nos campos de mensagem."
|
705 |
|
706 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
707 |
msgid "Building your sign-up form"
|
708 |
msgstr "Construindo o seu formulário de inscrição"
|
709 |
|
710 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
711 |
msgid ""
|
712 |
"At a minimum, your form should include just an %s field and a submit button."
|
713 |
msgstr "No mínimo, o formulário deve incluir ao menos um %s campo e um botão de envio."
|
714 |
|
715 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
716 |
msgid ""
|
717 |
"Add more form fields if your selected lists require more fields. Field names"
|
718 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
719 |
"field\" tool to have the HTML generated for you."
|
720 |
msgstr "Adicione mais campos de formulário se suas listas selecionadas exigirem. Os nomes de campo devem coincidir com as marcas de campo das listas selecionadas. Use a opção \"Adicionar um novo campo\" na ferramenta, ela vai gerar o HTML para você."
|
721 |
|
722 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
723 |
msgid "Form Styling"
|
724 |
msgstr "Estilo de formulário"
|
725 |
|
726 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
727 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
728 |
msgstr "Altera o aspecto visual do formulário através da aplicação de regras CSS para %s."
|
729 |
|
730 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
731 |
msgid ""
|
732 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
733 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
734 |
" plugin like %s"
|
735 |
msgstr "Você pode adicionar as regras CSS para sua folha de estilo do tema usando o <a href=\"%s\"> Editor de temas </a> ou editando %s por FTP. Como alternativa, use um plugin como %s"
|
736 |
|
737 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
738 |
msgid ""
|
739 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
740 |
"selectors you can use to target the different form elements."
|
741 |
msgstr "A <a href=\"%s\" target=\"_blank\">plugin de FAQ</a> lista os vários seletores CSS que você pode usar para formatar os diferentes elementos do formulário."
|
742 |
|
743 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
744 |
msgid ""
|
745 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
746 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
747 |
"lets you customize form styles without writing any code."
|
748 |
msgstr "Se você precisa de uma maneira mais fácil de formatar seus formulários, <a href=\"%s\"> atualize para MailChimp PRO para WordPress</a>. Ele vem com um \"Construtor de Estilos\" que permite personalizar estilos de formulário sem escrever qualquer código."
|
749 |
|
750 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
751 |
msgid "Form variables"
|
752 |
msgstr "Variáveis de Formulário"
|
753 |
|
754 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
755 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
756 |
msgid "Use the following variables to add some dynamic content to your form."
|
757 |
msgstr "Use as variáveis para adicionar conteúdo dinâmico em seu formulário."
|
758 |
|
759 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
760 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
761 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
762 |
msgstr "Substituído pelo e-mail do visitante (se estiver definido como URL ou cookie)."
|
763 |
|
764 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
765 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
766 |
msgid "Replaced with the form response (error or success messages)."
|
767 |
msgstr "Substituído pela resposta do formulário (mensagens de erro ou de sucesso)."
|
768 |
|
769 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
770 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
771 |
msgid "Replaced with a captcha field."
|
772 |
msgstr "Substituído pelo campo captcha."
|
773 |
|
774 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
775 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
776 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
777 |
msgstr "Substituido com o número de inscritos na(s) lista(s) selecionada(s)"
|
778 |
|
779 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
780 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
781 |
msgid "Replaced with the current site language, eg: %s"
|
782 |
msgstr "Substituído pelo idioma atual do site, por exemplo: %s"
|
783 |
|
784 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
785 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
786 |
msgid "Replaced with the visitor's IP address"
|
787 |
msgstr "Substituído com o IP do visitante"
|
788 |
|
789 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
790 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
791 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
792 |
msgstr "Substituído com a data atual (yyyy/mm/dd ex: %s)"
|
793 |
|
794 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
795 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
796 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
797 |
msgstr "Substituído com a hora atual (hh:mm:ss ex: %s)"
|
798 |
|
799 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
800 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
801 |
msgid ""
|
802 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
803 |
"in user)"
|
804 |
msgstr "Substituído com o email do usuário autenticado (ou nada, se não houver usuário autenticado)"
|
805 |
|
806 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
807 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
808 |
msgid "First name of the current user"
|
809 |
msgstr "Nome do usuário atual"
|
810 |
|
811 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
812 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
813 |
msgid "Last name of the current user"
|
814 |
msgstr "Sobrenome do usuário atual"
|
815 |
|
816 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
817 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
818 |
msgid "Current user ID"
|
819 |
msgstr "ID do usuário atual"
|
820 |
|
821 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
822 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
823 |
msgid "Current URL"
|
824 |
msgstr "URL atual"
|
825 |
|
826 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
827 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
828 |
msgid "Add a new field"
|
829 |
msgstr "Adicionar campo"
|
830 |
|
@@ -833,71 +895,57 @@ msgid "Use the tool below to generate the HTML for your form fields."
|
|
833 |
msgstr "Use a ferramenta abaixo para gerar o código HTML para os campos do formulário."
|
834 |
|
835 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
836 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
837 |
msgid "Select MailChimp field.."
|
838 |
msgstr "Selecione campo MailChimp.."
|
839 |
|
840 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
841 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
842 |
msgid "Submit Button"
|
843 |
msgstr "Botão Enviar"
|
844 |
|
845 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
846 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
847 |
msgid "Lists Choice"
|
848 |
msgstr "Escolha de Listas"
|
849 |
|
850 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
851 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
852 |
msgid "Label"
|
853 |
msgstr "Etiqueta"
|
854 |
|
855 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
856 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
857 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
858 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:45
|
859 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:50
|
860 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
861 |
-
msgid "(optional)"
|
862 |
-
msgstr "(opcional)"
|
863 |
-
|
864 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
865 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
866 |
msgid "Placeholder"
|
867 |
msgstr "Espaço reservado"
|
868 |
|
869 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
870 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
871 |
-
msgid "Initial value"
|
872 |
-
msgstr "Valor inicial"
|
873 |
-
|
874 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
875 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
876 |
msgid "Labels"
|
877 |
msgstr "Etiquetas"
|
878 |
|
879 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
880 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
881 |
msgid "(leave empty to hide)"
|
882 |
msgstr "(deixe em branco para esconder)"
|
883 |
|
884 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
885 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
886 |
msgid "Wrap in paragraph %s tags?"
|
887 |
msgstr "amarrar nas tags %s do parágrafo?"
|
888 |
|
889 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
890 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
891 |
msgid "Required field?"
|
892 |
msgstr "Campo obrigatório?"
|
893 |
|
894 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
895 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
896 |
msgid "Add to form"
|
897 |
msgstr "Adicionar ao formulário"
|
898 |
|
899 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
900 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
901 |
msgid "Generated HTML"
|
902 |
msgstr "HTML gerado"
|
903 |
|
@@ -935,43 +983,33 @@ msgid ""
|
|
935 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
936 |
msgstr "Certifique-se de olhar as <a href=\"%s\"> perguntas frequentes </a> ou usar o suporte <a href=\"%s\"> e fóruns </a> no WordPress.org."
|
937 |
|
938 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
939 |
-
msgid ""
|
940 |
-
"If you need priority support, please <a href=\"%s\">upgrade to the premium "
|
941 |
-
"version</a>."
|
942 |
-
msgstr "Se você precisar de apoio prioritário, <a href=\"%s\"> atualizar para a versão premium </a>."
|
943 |
-
|
944 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:15
|
945 |
msgid "Show a token of your appreciation"
|
946 |
msgstr "Mostrar um sinal de sua apreciação"
|
947 |
|
948 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
949 |
-
msgid "Upgrade to MailChimp for WordPress Pro"
|
950 |
-
msgstr "Atualize para MailChimp para WordPress Pro"
|
951 |
-
|
952 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
953 |
msgid "Leave a %s plugin review on WordPress.org"
|
954 |
msgstr "Deixar uma avaliação do plugin de %s em WordPress.org"
|
955 |
|
956 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
957 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
958 |
msgstr "Estou usando o MailChimp para WordPress por @DannyvanKooten - ele é ótimo!"
|
959 |
|
960 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
961 |
msgid "Tweet about MailChimp for WordPress"
|
962 |
msgstr "Tweet sobre MailChimp para WordPress"
|
963 |
|
964 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
965 |
msgid ""
|
966 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
967 |
"page</a>."
|
968 |
msgstr "Faça um review do plugin em seu blog e link para <a href=\"%s\"> página do plugin </a>."
|
969 |
|
970 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
971 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
972 |
msgstr "Vote \"funciona\" na página do plugin WordPress.org"
|
973 |
|
974 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
975 |
msgid "About the developer"
|
976 |
msgstr "Sobre o desenvolvedor"
|
977 |
|
@@ -987,72 +1025,77 @@ msgid ""
|
|
987 |
msgstr "As características PRO incluem melhores e múltiplos formulário, avançado e fácil formulário de estilos, mais temas padrão, estatísticas detalhadas e suporte prioritário."
|
988 |
|
989 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
990 |
-
msgid "
|
991 |
-
msgstr "
|
992 |
|
993 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
994 |
msgid "Documentation"
|
995 |
msgstr "Documentação"
|
996 |
|
997 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
998 |
msgid "Save Form"
|
999 |
msgstr "Salvar"
|
1000 |
|
1001 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1002 |
msgid "Update Form"
|
1003 |
msgstr "Atualizar"
|
1004 |
|
1005 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1006 |
msgid "Back to general form settings"
|
1007 |
msgstr "Voltar para as configurações gerais do form"
|
1008 |
|
1009 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1010 |
msgid "Form updated."
|
1011 |
msgstr "Formulário atualizado."
|
1012 |
|
1013 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1014 |
msgid "Form saved."
|
1015 |
msgstr "Formulário salvo."
|
1016 |
|
1017 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1018 |
msgid "Optional Settings"
|
1019 |
msgstr "Configurações Opcionais"
|
1020 |
|
1021 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1022 |
msgid "Form Variables"
|
1023 |
msgstr "Variáveis de Formulário"
|
1024 |
|
1025 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
1026 |
msgid "MailChimp & License"
|
1027 |
msgstr "MailChimp & Licença"
|
1028 |
|
1029 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
1030 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1031 |
msgid "Reports"
|
1032 |
msgstr "Relatórios"
|
1033 |
|
1034 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1035 |
msgid ""
|
1036 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1037 |
"href=\"%s\">Provide a valid API key.</a>"
|
1038 |
msgstr "Por favor certifique que o plugin está conectado ao MailChimp. <a href=\"%s\">Insira uma chave API válida.</a>"
|
1039 |
|
1040 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1041 |
msgid "End date can't be before the start date"
|
1042 |
msgstr "A data de término não pode ser anterior à data de início"
|
1043 |
|
1044 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1045 |
msgid ""
|
1046 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1047 |
"page."
|
1048 |
msgstr "Você desabilitou o login usando o %s filtro. Poderá reativá-lo usando a página de Relatórios."
|
1049 |
|
1050 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1051 |
msgid ""
|
1052 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1053 |
-
"settings you
|
1054 |
-
"it now</a
|
1055 |
-
msgstr "<strong>Bem-vindo ao MailChimp
|
1056 |
|
1057 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1058 |
msgid ""
|
@@ -1074,71 +1117,71 @@ msgstr "Para aplicar estes estilos em seu site, selecione \"carregar estilos cus
|
|
1074 |
msgid "The %sCSS Stylesheet%s has been created."
|
1075 |
msgstr "A %sFolha de Estilos CSS%s foi criada."
|
1076 |
|
1077 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1078 |
msgid "I know. Don't bug me."
|
1079 |
msgstr "Eu sei. Não me incomode."
|
1080 |
|
1081 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1082 |
msgid ""
|
1083 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1084 |
"able to get %s updates. Please add %s to %s."
|
1085 |
msgstr "<b>Aviso!</b> Você está bloqueando requisições externas que significam que você não poderá ter os %s updates. Por favor adicione %s em %s."
|
1086 |
|
1087 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1088 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1089 |
msgstr "Sua %s licença foi ativada. Você tem uma licença ilimitada."
|
1090 |
|
1091 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1092 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1093 |
msgstr "Sua %s licença foi ativada. Você usou %d/%d ativações."
|
1094 |
|
1095 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1096 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1097 |
msgstr "<a href=\"%s\">Você sabia que você pode atualizar sua licença?</a>"
|
1098 |
|
1099 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1100 |
msgid ""
|
1101 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1102 |
" it?</a>"
|
1103 |
msgstr "<a href=\"%s\">Sua licença irá expirar em %d dias, você quer extendê-la?</a>"
|
1104 |
|
1105 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1106 |
msgid ""
|
1107 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1108 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1109 |
msgstr "Você atingiu o seu limite de ativações. Você deve <a href=\"%s\"> redefinir</a> ou <a href=\"%s\">atualizar a sua licença</a> para usá-la neste site."
|
1110 |
|
1111 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1112 |
msgid ""
|
1113 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1114 |
"you want to use it again."
|
1115 |
msgstr "Sua licença expirou. Você deve <a href=\"%s\">extender sua licença</a> para continuar usando."
|
1116 |
|
1117 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1118 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1119 |
msgstr "Falha ao ativar sua licença, a chave parece estar inválida."
|
1120 |
|
1121 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1122 |
msgid "Your %s license has been deactivated."
|
1123 |
msgstr "Sua %s licença foi desativada."
|
1124 |
|
1125 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1126 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1127 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1128 |
msgid ""
|
1129 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1130 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1131 |
msgstr "Sua licença do plugin expirou. Você não terá mais acesso as atualizações do plugin a menos que você <a href=\"%s\"> renove sua licença</a>."
|
1132 |
|
1133 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1134 |
msgid "Failed to deactivate your %s license."
|
1135 |
msgstr "Falha ao desativar sua %s licença."
|
1136 |
|
1137 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1138 |
msgid "Request error: \"%s\""
|
1139 |
msgstr "Erro de solicitação: \"%s\""
|
1140 |
|
1141 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:
|
1142 |
msgid "%s: License Settings"
|
1143 |
msgstr "%s: Configurações de Licença"
|
1144 |
|
@@ -1148,17 +1191,16 @@ msgid ""
|
|
1148 |
"the license."
|
1149 |
msgstr "%s é ativada via rede, por favor entre em contato com o administrador de seu site para gerenciar a licença."
|
1150 |
|
1151 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1152 |
msgid ""
|
1153 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1154 |
msgstr "%s falha para verificar atualizações por causa do seguint erro: <em>%s</em>"
|
1155 |
|
1156 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:
|
1157 |
msgid ""
|
1158 |
-
"This site has not been activated properly on
|
1159 |
-
"
|
1160 |
-
"
|
1161 |
-
msgstr "Este site não foi devidamente ativado em dannyvankooten.com e não pode verificar por atualizações. Por favor ative seu site com uma licença válida."
|
1162 |
|
1163 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1164 |
msgid "License status"
|
@@ -1214,57 +1256,53 @@ msgstr "Chave da Licença"
|
|
1214 |
msgid "Paste your license key here, as found in the email receipt."
|
1215 |
msgstr "Cole o seu número de licença aqui, ela pode ser encontrada no e-mail recebido."
|
1216 |
|
1217 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1218 |
-
msgid "You defined your license key using the %s PHP constant."
|
1219 |
-
msgstr "Você definiu sua licença usando a %s constante PHP."
|
1220 |
-
|
1221 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:82
|
1222 |
msgid "Your %s license will expire on %s."
|
1223 |
msgstr "Sua %s licença vai expirar em %s."
|
1224 |
|
1225 |
-
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:
|
1226 |
msgid "%sRenew your license now%s."
|
1227 |
msgstr "%sRenove sua licença agora%s."
|
1228 |
|
1229 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1230 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1231 |
msgstr "<strong>Erro:</strong> Por favor especifique um ID de formulário. Exemplo %s."
|
1232 |
|
1233 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:
|
1234 |
msgid ""
|
1235 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1236 |
" correct form ID."
|
1237 |
msgstr "<strong>Erro:</strong> Formulário de cadastro não encontrado. Por favor verifique se você usou o ID de formulário correto."
|
1238 |
|
1239 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1240 |
msgid "New MailChimp Sign-Up"
|
1241 |
msgstr "Nova inscrição MailChimp"
|
1242 |
|
1243 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1244 |
msgid "New Sign-Up"
|
1245 |
msgstr "Novo cadastro"
|
1246 |
|
1247 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1248 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1249 |
msgstr "<strong>%s</strong> cadastrado no %s em %s usando o formulário \"%s\"."
|
1250 |
|
1251 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1252 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1253 |
msgid "List"
|
1254 |
msgstr "Lista"
|
1255 |
|
1256 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1257 |
msgid "Other fields"
|
1258 |
msgstr "Outros campos"
|
1259 |
|
1260 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1261 |
msgid ""
|
1262 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1263 |
"be added to the selected MailChimp lists until they confirm their email "
|
1264 |
"address."
|
1265 |
msgstr "Note, se você ativar double opt-in para o formulário \"%s\". O usuário não será adicionado às listas MailChimp selecionadas, até que confirme o endereço de e-mail."
|
1266 |
|
1267 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
1268 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1269 |
msgstr "Este email foi auto-enviado pelo plugin MailChimp for WordPress."
|
1270 |
|
@@ -1286,146 +1324,163 @@ msgid ""
|
|
1286 |
"href=\"%s\">widget settings</a>."
|
1287 |
msgstr "Por favor selecione um formulário de cadastro que você deseja mostrar aqui nas <a href=\"%s\">configurações de widgets</a>."
|
1288 |
|
1289 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1290 |
msgid "Form:"
|
1291 |
msgstr "Formulário:"
|
1292 |
|
1293 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1294 |
msgid "Select the form to show"
|
1295 |
msgstr "Selecione o formulário para mostrar"
|
1296 |
|
1297 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
1298 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1299 |
msgstr "Você não tem nenhum formulário de cadastro. <a href=\"%s\">Criar um agora.</a>"
|
1300 |
|
1301 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
1302 |
msgid ""
|
1303 |
"Thank you, your sign-up request was successful! Please check your email "
|
1304 |
"inbox to confirm."
|
1305 |
msgstr "Obrigado, o seu pedido de inscrição foi um sucesso! Por favor, verifique sua caixa de entrada de e-mail para confirmar."
|
1306 |
|
1307 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1308 |
msgid "ID"
|
1309 |
msgstr "ID"
|
1310 |
|
1311 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1312 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1313 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1314 |
msgid "Form"
|
1315 |
msgstr "Formulário"
|
1316 |
|
1317 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1318 |
msgid "Shortcode"
|
1319 |
msgstr "Shortcode"
|
1320 |
|
1321 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1322 |
msgid "List(s)"
|
1323 |
msgstr "Lista(s)"
|
1324 |
|
1325 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1326 |
msgid "Last edited"
|
1327 |
msgstr "Editado"
|
1328 |
|
1329 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1330 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1331 |
msgid "Edit Form"
|
1332 |
msgstr "Editar formulário"
|
1333 |
|
1334 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1335 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1336 |
msgid "Delete"
|
1337 |
msgstr "Apagar"
|
1338 |
|
1339 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1340 |
msgid "No MailChimp list(s) selected yet."
|
1341 |
msgstr "Nenhuma lista MailChimp selecionada."
|
1342 |
|
1343 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:
|
1344 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1345 |
msgstr "Você não criou nenhum formulário de cadastro ainda. É hora de fazê-lo!"
|
1346 |
|
1347 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1348 |
-
|
1349 |
-
|
|
|
1350 |
|
1351 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1352 |
-
msgid "
|
1353 |
-
msgstr "
|
1354 |
|
1355 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1356 |
msgid "Email"
|
1357 |
msgstr "Email"
|
1358 |
|
1359 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1360 |
msgid "Type"
|
1361 |
msgstr "Tipo"
|
1362 |
|
1363 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1364 |
msgid "Source"
|
1365 |
msgstr "Fonte"
|
1366 |
|
1367 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1368 |
-
msgid "Data"
|
1369 |
-
msgstr "Data"
|
1370 |
-
|
1371 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:58
|
1372 |
msgid "Subscribed"
|
1373 |
msgstr "Inscrito"
|
1374 |
|
1375 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1376 |
msgid "Log items deleted."
|
1377 |
msgstr "Item de Log apagado."
|
1378 |
|
1379 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1380 |
-
|
1381 |
-
|
1382 |
-
msgstr "Comentário"
|
1383 |
|
1384 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1385 |
-
msgid "deleted"
|
1386 |
-
msgstr "apagado"
|
1387 |
-
|
1388 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:219
|
1389 |
-
msgid "Registration"
|
1390 |
-
msgstr "Inscrição"
|
1391 |
-
|
1392 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:235
|
1393 |
msgid "MultiSite registration"
|
1394 |
msgstr "Inscrição MultiSite"
|
1395 |
|
1396 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1397 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:243
|
1398 |
-
msgid "Checkout"
|
1399 |
-
msgstr "Checkout"
|
1400 |
-
|
1401 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:248
|
1402 |
msgid "Contact Form 7"
|
1403 |
msgstr "Contact Form 7"
|
1404 |
|
1405 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1406 |
msgid "bbPress: New Topic"
|
1407 |
msgstr "bbPress: Novo Topico"
|
1408 |
|
1409 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1410 |
msgid "bbPress: New Reply"
|
1411 |
msgstr "bbPress: Nova Resposta"
|
1412 |
|
1413 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1414 |
msgid "Other Form"
|
1415 |
msgstr "Outro Formulário"
|
1416 |
|
1417 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1418 |
msgid "No subscribe requests found."
|
1419 |
msgstr "Nenhuma solicitação encontrada."
|
1420 |
|
1421 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1422 |
msgid "All"
|
1423 |
msgstr "Tudo"
|
1424 |
|
1425 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
1426 |
msgid "Checkbox"
|
1427 |
msgstr "Checkbox"
|
1428 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1429 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1430 |
msgid ""
|
1431 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
@@ -1460,11 +1515,6 @@ msgstr "Envie a cópia para este email:"
|
|
1460 |
msgid "Messages"
|
1461 |
msgstr "Mensagens"
|
1462 |
|
1463 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1464 |
-
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1465 |
-
msgid "Success"
|
1466 |
-
msgstr "Sucesso"
|
1467 |
-
|
1468 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1469 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1470 |
msgid "Invalid email address"
|
@@ -1490,21 +1540,27 @@ msgstr "CAPTCHA inválido"
|
|
1490 |
msgid "Other errors"
|
1491 |
msgstr "Outros erros"
|
1492 |
|
1493 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
1494 |
msgid "Form usage"
|
1495 |
msgstr "Uso do formulário"
|
1496 |
|
1497 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1498 |
msgid ""
|
1499 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1500 |
"forms."
|
1501 |
msgstr "Use %s em seu Contact Form 7 mark-up para adicionar uma caixa de inscrição para seus formulários CF7."
|
1502 |
|
1503 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1504 |
msgid "Custom label texts"
|
1505 |
msgstr "textos customizados de etiquetas"
|
1506 |
|
1507 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
1508 |
msgid ""
|
1509 |
"Override the default checkbox label text for any given checkbox using the "
|
1510 |
"fields below."
|
@@ -1530,10 +1586,6 @@ msgstr "Nenhuma lista encontrada na sua conta."
|
|
1530 |
msgid "Statistics"
|
1531 |
msgstr "Estatísticas"
|
1532 |
|
1533 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1534 |
-
msgid "Log"
|
1535 |
-
msgstr "Log"
|
1536 |
-
|
1537 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1538 |
msgid ""
|
1539 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
@@ -1618,6 +1670,110 @@ msgstr "Configurações padrão de formulário"
|
|
1618 |
msgid "Default Messages"
|
1619 |
msgstr "Mensagens Padrão"
|
1620 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1621 |
#. Plugin URI of the plugin/theme
|
1622 |
msgid "https://mc4wp.com/"
|
1623 |
msgstr "https://mc4wp.com/"
|
1 |
+
# Copyright (C) 2015 Danny van Kooten
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
+
# Douglas de Araujo <douglas@ludicaeventos.com.br>, 2015
|
5 |
+
# Leandro de Santi <leandro.santi@gmail.com>, 2014-2015
|
6 |
+
# Ronne Clay Santos <roneclay@gmail.com>, 2015
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: MailChimp for WordPress\n"
|
10 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
11 |
+
"POT-Creation-Date: 2015-02-25 06:33:40+00:00\n"
|
12 |
+
"PO-Revision-Date: 2015-02-27 01:09+0000\n"
|
13 |
+
"Last-Translator: Ronne Clay Santos <roneclay@gmail.com>\n"
|
14 |
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/pt_BR/)\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
27 |
"X-Poedit-SourceCharset: utf-8\n"
|
28 |
"X-Textdomain-Support: yes\n"
|
29 |
|
30 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:150
|
31 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:187
|
32 |
msgid "Settings"
|
33 |
msgstr "Configurações"
|
34 |
|
35 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:169
|
36 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:16
|
37 |
+
msgid "Upgrade to MailChimp for WordPress Pro"
|
38 |
+
msgstr "Atualize para MailChimp para WordPress Pro"
|
39 |
|
40 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:188
|
41 |
+
msgid "MailChimp API Settings"
|
42 |
+
msgstr "Configurações de API MailChimp"
|
43 |
+
|
44 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:189
|
45 |
+
msgid "MailChimp"
|
46 |
+
msgstr "MailChimp"
|
47 |
+
|
48 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:194
|
49 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
50 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:537
|
51 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
52 |
+
msgid "Checkbox Settings"
|
53 |
+
msgstr "Configurações da \"Caixa de Seleção\""
|
54 |
|
55 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:195
|
56 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:538
|
57 |
msgid "Checkboxes"
|
58 |
msgstr "Caixas de Seleção"
|
59 |
|
60 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:200
|
61 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
62 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:385
|
63 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:543
|
64 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
65 |
+
msgid "Form Settings"
|
66 |
+
msgstr "Configurações"
|
67 |
+
|
68 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:201
|
69 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:544
|
70 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
71 |
msgid "Forms"
|
72 |
msgstr "Formulários"
|
73 |
|
74 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:205
|
75 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:206
|
76 |
+
msgid "Upgrade to Pro"
|
77 |
+
msgstr "Atualizar para o Pro"
|
78 |
+
|
79 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:359
|
80 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
81 |
msgstr "Esta opção só está disponível no MailChimp Pro para WordPress."
|
82 |
|
83 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:361
|
84 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
85 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
86 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
87 |
+
msgid "(PRO ONLY)"
|
88 |
+
msgstr "(SOMENTE PRO)"
|
89 |
+
|
90 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:362
|
91 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:634
|
92 |
+
msgid "Button text"
|
93 |
+
msgstr "Botão de texto"
|
94 |
+
|
95 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:363
|
96 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
97 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:635
|
98 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
99 |
+
msgid "Initial value"
|
100 |
+
msgstr "Valor inicial"
|
101 |
+
|
102 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:364
|
103 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
104 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
105 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
106 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:636
|
107 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
108 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
109 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
110 |
+
msgid "(optional)"
|
111 |
+
msgstr "(opcional)"
|
112 |
+
|
113 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:365
|
114 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:637
|
115 |
+
msgid "Label for"
|
116 |
+
msgstr "Nome para"
|
117 |
+
|
118 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:366
|
119 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:638
|
120 |
+
msgid "(or leave empty)"
|
121 |
+
msgstr "(ou deixe vazio)"
|
122 |
+
|
123 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:367
|
124 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:639
|
125 |
+
msgid "Subscribe"
|
126 |
+
msgstr "Inscrever"
|
127 |
+
|
128 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:391
|
129 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:677
|
130 |
msgid "Comment form"
|
131 |
msgstr "Formulário de comentário"
|
132 |
|
133 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:392
|
134 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:678
|
135 |
msgid "Registration form"
|
136 |
msgstr "Formulário de Registro"
|
137 |
|
138 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:396
|
139 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:682
|
140 |
msgid "MultiSite forms"
|
141 |
msgstr "Formulários Multisite"
|
142 |
|
143 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:400
|
144 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:686
|
145 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:301
|
146 |
msgid "BuddyPress registration"
|
147 |
msgstr "Registro no BuddyPress"
|
148 |
|
149 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:408
|
150 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:412
|
151 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:694
|
152 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:698
|
153 |
msgid "%s checkout"
|
154 |
msgstr "%s finalização"
|
155 |
|
156 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:440
|
157 |
+
msgid ""
|
158 |
+
"The plugin can only fetch a maximum of 100 lists from MailChimp, only your "
|
159 |
+
"first 100 lists are shown."
|
160 |
+
msgstr "O plug-in só pode buscar um máximo de 100 listas do MailChimp, suas primeiras 100 listas serão mostradas."
|
161 |
+
|
162 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:445
|
163 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:742
|
164 |
msgid "Renewed MailChimp cache."
|
165 |
msgstr "Cache MailChimp renovado."
|
166 |
|
167 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:447
|
168 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:744
|
169 |
msgid "Failed to renew MailChimp cache - please try again later."
|
170 |
msgstr "Falha ao renovar o cache MailChimp - por favor tente novamente."
|
171 |
|
172 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:480
|
|
|
173 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
174 |
msgstr "Um campo EMAIL. Exemplo: <code>%s</code>"
|
175 |
|
176 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
177 |
msgid "A submit button. Example: <code>%s</code>"
|
178 |
msgstr "Um botão enviar. Exemplo: <code>%s</code>"
|
179 |
|
180 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
181 |
msgid "Sign Up"
|
182 |
msgstr "Registrar-se"
|
183 |
|
184 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:511
|
|
|
185 |
msgid "A '%s' field"
|
186 |
msgstr "Um '%s' campo"
|
187 |
|
188 |
+
#: mailchimp-for-wordpress/includes/class-form-request.php:702
|
189 |
msgid "Please select at least one list to subscribe to."
|
190 |
msgstr "Por favor, selecione pelo menos uma lista para se inscrever."
|
191 |
|
193 |
msgid "MailChimp Sign-Up Form"
|
194 |
msgstr "Formulário de inscrição MailChimp"
|
195 |
|
196 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:22
|
197 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
198 |
msgstr "Exibe um dos seus formulários MailChimp para WordPress"
|
199 |
|
200 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:66
|
201 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:71
|
202 |
msgid "Newsletter"
|
203 |
msgstr "Newsletter"
|
204 |
|
205 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:69
|
206 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:82
|
207 |
msgid "Title:"
|
208 |
msgstr "Título:"
|
209 |
|
210 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:73
|
211 |
msgid ""
|
212 |
+
"You can edit your sign-up form in the <a href=\"%s\">MailChimp for WordPress"
|
213 |
+
" form settings</a>."
|
214 |
+
msgstr "Você pode editar o seu formulário de inscrição em \"Configurações de formulário do MailChimp para WordPress\"."
|
215 |
|
216 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
217 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:292
|
218 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
219 |
msgid "Email address"
|
220 |
msgstr "Email"
|
221 |
|
222 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
223 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:291
|
224 |
msgid "Your email address"
|
225 |
msgstr "Seu endereço de email"
|
226 |
|
227 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
228 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:293
|
229 |
msgid "Sign up"
|
230 |
msgstr "Cadastrar"
|
231 |
|
234 |
msgid "Sign me up for the newsletter!"
|
235 |
msgstr "Cadastrar na newsletter!"
|
236 |
|
237 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:50
|
238 |
msgid ""
|
239 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
240 |
"inbox."
|
241 |
msgstr "Obrigado, o seu pedido de inscrição foi enviado com sucesso! Por favor, verifique sua caixa de e-mail."
|
242 |
|
243 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:51
|
244 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:52
|
245 |
msgid "Oops. Something went wrong. Please try again later."
|
246 |
msgstr "Oops. Alguma coisa deu errado. Por favor tente novamente."
|
247 |
|
248 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:52
|
249 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:53
|
250 |
msgid "Please provide a valid email address."
|
251 |
msgstr "Por favor insira um email válido."
|
252 |
|
253 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:53
|
254 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:54
|
255 |
msgid "Given email address is already subscribed, thank you!"
|
256 |
msgstr "Este email já está cadastrado, obrigado!"
|
257 |
|
258 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:54
|
259 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:55
|
260 |
msgid "Please complete the CAPTCHA."
|
261 |
msgstr "Por favor insira o CAPTCHA."
|
262 |
|
263 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:55
|
264 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:56
|
265 |
msgid "Please fill in the required fields."
|
266 |
msgstr "Por favor, preencha os campos necessários."
|
267 |
|
268 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
269 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
270 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
271 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
272 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:106
|
273 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:121
|
274 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:134
|
275 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:145
|
276 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:164
|
277 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:178
|
278 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
279 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
280 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
281 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
285 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
286 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
287 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
288 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:71
|
289 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
290 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
291 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
292 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
293 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
297 |
msgid "Yes"
|
298 |
msgstr "Sim"
|
299 |
|
300 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
301 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
302 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
303 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
304 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
305 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:110
|
306 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:125
|
307 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:136
|
308 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:149
|
309 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:168
|
310 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:182
|
311 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
312 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
313 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
314 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
318 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
319 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
320 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
321 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:75
|
322 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
323 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
324 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
325 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
326 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
331 |
msgid "No"
|
332 |
msgstr "Não"
|
333 |
|
334 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:236
|
335 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:239
|
336 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:311
|
337 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:320
|
338 |
msgid "MailChimp for WordPress - Error"
|
339 |
msgstr "MailChimp para WordPress - Erro"
|
340 |
|
341 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:237
|
342 |
msgid ""
|
343 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
344 |
"settings</a>."
|
345 |
msgstr "Por favor, selecione uma lista para se inscrever nas <a href=\"%s\">configurações</a>."
|
346 |
|
347 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:238
|
348 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:319
|
349 |
msgid "This message is only visible to administrators for debugging purposes."
|
350 |
msgstr "Esta mensagem é visível apenas para os administradores, para fins de depuração."
|
351 |
|
352 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:312
|
353 |
msgid ""
|
354 |
"The MailChimp server returned the following error message as a response to "
|
355 |
"our sign-up request:"
|
356 |
msgstr "O servidor MailChimp retornou a seguinte mensagem de erro, como resposta ao pedido de inscrição:"
|
357 |
|
358 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:314
|
359 |
msgid "This is the data that was sent to MailChimp:"
|
360 |
msgstr "Este são os dados que foram enviados para o MailChimp:"
|
361 |
|
362 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:315
|
363 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:664
|
364 |
msgid "Email address:"
|
365 |
msgstr "Endereço de E-mail:"
|
366 |
|
367 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:317
|
368 |
msgid "Merge variables:"
|
369 |
msgstr "Mesclar variáveis:"
|
370 |
|
372 |
msgid "MailChimp for WordPress"
|
373 |
msgstr "MailChimp for WordPress"
|
374 |
|
375 |
+
#: mailchimp-for-wordpress/includes/views/api-settings.php:12
|
376 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:99
|
377 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
378 |
+
msgid "MailChimp Settings"
|
379 |
+
msgstr "Configurações MailChimp"
|
380 |
+
|
381 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
382 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
383 |
msgid "API Settings"
|
432 |
msgid "No lists were found in your MailChimp account"
|
433 |
msgstr "Não foram encontradas listas na sua conta MailChimp"
|
434 |
|
|
|
|
|
|
|
|
|
|
|
435 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
436 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
437 |
msgid ""
|
460 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
461 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
462 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
463 |
+
msgid "No lists found, <a href=\"%s\">are you connected to MailChimp</a>?"
|
464 |
+
msgstr "Nenhuma lista encontrada, <a href=\"%s\"> você está conectado no MailChimp </a>?"
|
465 |
|
466 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
467 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
471 |
msgstr "Selecione a(s) lista(s) que as pessoas que marcaram o checkbox serão inscritas."
|
472 |
|
473 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
474 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:102
|
475 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
476 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
477 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
479 |
msgstr "Verificação dupla?"
|
480 |
|
481 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
482 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:113
|
483 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
484 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
485 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
489 |
msgstr "Selecione \"sim\" se você deseja que as pessoas confirme o email ao se inscreverem (recomendado)"
|
490 |
|
491 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
492 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:82
|
493 |
msgid "Checkbox settings"
|
494 |
msgstr "configurações de checkbox"
|
495 |
|
496 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
497 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:85
|
498 |
msgid "Add the checkbox to these forms"
|
499 |
msgstr "Adicionar o checkbox nestes formulários"
|
500 |
|
501 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
502 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:92
|
503 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
504 |
msgstr "Selecionando um formulário irá automaticamente adicionar o checkbox de cadastro nele."
|
505 |
|
506 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
507 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:105
|
508 |
msgid "Checkbox label text"
|
509 |
msgstr "texto de etiqueta do checkbox"
|
510 |
|
511 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
512 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:108
|
513 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:148
|
514 |
msgid "HTML tags like %s are allowed in the label text."
|
515 |
msgstr "tags HTML como %s são permitidas no texto da etiqueta."
|
516 |
|
517 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
518 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:112
|
519 |
msgid "Pre-check the checkbox?"
|
520 |
msgstr "checkbox pré-selecionado?"
|
521 |
|
522 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
523 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:117
|
524 |
msgid "Load some default CSS?"
|
525 |
msgstr "Carregar CSS padrão?"
|
526 |
|
527 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
528 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:119
|
529 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
530 |
msgstr "Selecione \"sim\" se o checkbox aparece num lugar estranho."
|
531 |
|
532 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
533 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:122
|
534 |
msgid "WooCommerce checkbox position"
|
535 |
msgstr "Posição do checkbox WooCommerce"
|
536 |
|
537 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
538 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:125
|
539 |
msgid "After the billing details"
|
540 |
msgstr "Depois dos detalhes de faturamento"
|
541 |
|
542 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
543 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:126
|
544 |
msgid "After the additional information"
|
545 |
msgstr "Depois das informações adicionais"
|
546 |
|
547 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
548 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
|
549 |
msgid ""
|
550 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
551 |
msgstr "Escolha a posição para a caixa de seleção em seu formulário de checkout WooCommerce."
|
552 |
|
|
|
|
|
|
|
|
|
|
|
|
|
553 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
554 |
msgid ""
|
555 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
570 |
msgid "Yes, load basic form styles"
|
571 |
msgstr "Sim, carregue os básicos"
|
572 |
|
|
|
|
|
|
|
|
|
|
|
|
|
573 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
574 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
575 |
msgid "Yes, load my custom form styles"
|
631 |
msgid "Form mark-up"
|
632 |
msgstr "Formulário mark-up"
|
633 |
|
634 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:79
|
635 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:90
|
|
|
|
|
|
|
|
|
|
|
636 |
msgid ""
|
637 |
"Use the shortcode %s to display this form inside a post, page or text "
|
638 |
"widget."
|
639 |
msgstr "Use o shortcode %s para exibir este formulário dentro de um post, página ou um widget de texto."
|
640 |
|
641 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
642 |
+
#: mailchimp-for-wordpress-pro/includes/views/parts/missing-fields-notice.php:4
|
643 |
+
msgid "Your form is missing the following (required) form fields:"
|
644 |
+
msgstr "Seu formulário não contém os seguintes campos (obrigatório) do formulário:"
|
645 |
+
|
646 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:117
|
647 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
648 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
649 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
650 |
msgid "Send Welcome Email?"
|
651 |
msgstr "Enviar email de Boas Vindas?"
|
652 |
|
653 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:128
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
655 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
656 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
659 |
"succeeds (only when double opt-in is disabled)."
|
660 |
msgstr "Selecione \"sim\" se você deseja enviar um emai de Boas Vindas se uma inscrição for completada (apenas com Verificação dupla estiver desabilitada)."
|
661 |
|
662 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:131
|
663 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
664 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:67
|
665 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
666 |
msgid "Update existing subscribers?"
|
667 |
msgstr "Atualizar os inscritos existentes?"
|
668 |
|
669 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:138
|
670 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
671 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
672 |
msgid ""
|
674 |
"showing the \"already subscribed\" message)."
|
675 |
msgstr "Selecione \"sim\" se você deseja atualizar os inscritos existentes (ao invés de mostrar a mensagem \"já inscrito\")."
|
676 |
|
677 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:141
|
678 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
679 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
680 |
msgid "Replace interest groups?"
|
681 |
msgstr "Substituir grupos de interesse?"
|
682 |
|
683 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:152
|
684 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
685 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
686 |
msgid ""
|
689 |
"groups (only when updating a subscriber)."
|
690 |
msgstr "Selecione \"sim\" se você deseja substituir os grupos de interesse com os grupos dados ao invés de adicionar os grupos dados para os grupos de interesse do membro (apenas quando atualizar um inscrito)."
|
691 |
|
692 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:156
|
693 |
msgid "Form Settings & Messages"
|
694 |
msgstr "Configuração de Formulários & Mensagens"
|
695 |
|
696 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:160
|
697 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
698 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
699 |
msgid "Enable AJAX form submission?"
|
700 |
msgstr "Habilitar envio de formulários usando AJAX?"
|
701 |
|
702 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:171
|
703 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
704 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
705 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
706 |
msgstr "Selecione \"sim\" se você deseja usar o envio dos formulários usando AJAX (JavaScript)."
|
707 |
|
708 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:174
|
709 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
710 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
711 |
msgid "Hide form after a successful sign-up?"
|
712 |
msgstr "Esconder formulário após cadastro completado?"
|
713 |
|
714 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:185
|
715 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
716 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
717 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
718 |
msgstr "Selecione \"sim\" se você deseja para esconder os campos do formulário após a finalização do cadastro."
|
719 |
|
720 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:188
|
721 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
722 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
723 |
msgid "Redirect to URL after successful sign-ups"
|
724 |
msgstr "Redirecionar para URL após finalização"
|
725 |
|
726 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:190
|
727 |
msgid "Example: %s"
|
728 |
msgstr "Exemplo: %s"
|
729 |
|
730 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:191
|
731 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
732 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
733 |
msgid ""
|
734 |
+
"Leave empty for no redirect. Otherwise, use complete (absolute) URLs, "
|
735 |
+
"including <code>http://</code>."
|
736 |
+
msgstr "Deixe em branco para não redirecionar. Caso contrário, use URLs completas (absolutas), incluindo <code> http://</code>."
|
737 |
|
738 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
739 |
msgid "Success message"
|
740 |
msgstr "Mensagem de sucesso"
|
741 |
|
742 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:199
|
743 |
msgid "Invalid email address message"
|
744 |
msgstr "Mensagem de e-mail inválido"
|
745 |
|
746 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:203
|
747 |
msgid "Required field missing message"
|
748 |
msgstr "Mensagem de campo requerido"
|
749 |
|
750 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:207
|
751 |
msgid "Already subscribed message"
|
752 |
msgstr "Mensagem já subscrita"
|
753 |
|
754 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:212
|
755 |
msgid "Invalid CAPTCHA message"
|
756 |
msgstr "Mensagem CAPTCHA inválida"
|
757 |
|
758 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:217
|
759 |
msgid "General error message"
|
760 |
msgstr "Mensagem de erro geral"
|
761 |
|
762 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:223
|
763 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
764 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
765 |
msgid "HTML tags like %s are allowed in the message fields."
|
766 |
msgstr "tags HTML como %s são permitidos nos campos de mensagem."
|
767 |
|
768 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:237
|
769 |
msgid "Building your sign-up form"
|
770 |
msgstr "Construindo o seu formulário de inscrição"
|
771 |
|
772 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:238
|
773 |
msgid ""
|
774 |
"At a minimum, your form should include just an %s field and a submit button."
|
775 |
msgstr "No mínimo, o formulário deve incluir ao menos um %s campo e um botão de envio."
|
776 |
|
777 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:239
|
778 |
msgid ""
|
779 |
"Add more form fields if your selected lists require more fields. Field names"
|
780 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
781 |
"field\" tool to have the HTML generated for you."
|
782 |
msgstr "Adicione mais campos de formulário se suas listas selecionadas exigirem. Os nomes de campo devem coincidir com as marcas de campo das listas selecionadas. Use a opção \"Adicionar um novo campo\" na ferramenta, ela vai gerar o HTML para você."
|
783 |
|
784 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:241
|
785 |
msgid "Form Styling"
|
786 |
msgstr "Estilo de formulário"
|
787 |
|
788 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:242
|
789 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
790 |
msgstr "Altera o aspecto visual do formulário através da aplicação de regras CSS para %s."
|
791 |
|
792 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:243
|
793 |
msgid ""
|
794 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
795 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
796 |
" plugin like %s"
|
797 |
msgstr "Você pode adicionar as regras CSS para sua folha de estilo do tema usando o <a href=\"%s\"> Editor de temas </a> ou editando %s por FTP. Como alternativa, use um plugin como %s"
|
798 |
|
799 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:244
|
800 |
msgid ""
|
801 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
802 |
"selectors you can use to target the different form elements."
|
803 |
msgstr "A <a href=\"%s\" target=\"_blank\">plugin de FAQ</a> lista os vários seletores CSS que você pode usar para formatar os diferentes elementos do formulário."
|
804 |
|
805 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:245
|
806 |
msgid ""
|
807 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
808 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
809 |
"lets you customize form styles without writing any code."
|
810 |
msgstr "Se você precisa de uma maneira mais fácil de formatar seus formulários, <a href=\"%s\"> atualize para MailChimp PRO para WordPress</a>. Ele vem com um \"Construtor de Estilos\" que permite personalizar estilos de formulário sem escrever qualquer código."
|
811 |
|
812 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:247
|
813 |
msgid "Form variables"
|
814 |
msgstr "Variáveis de Formulário"
|
815 |
|
816 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:248
|
817 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:427
|
818 |
msgid "Use the following variables to add some dynamic content to your form."
|
819 |
msgstr "Use as variáveis para adicionar conteúdo dinâmico em seu formulário."
|
820 |
|
821 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:255
|
822 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
823 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
824 |
msgstr "Substituído pelo e-mail do visitante (se estiver definido como URL ou cookie)."
|
825 |
|
826 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:259
|
827 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
828 |
msgid "Replaced with the form response (error or success messages)."
|
829 |
msgstr "Substituído pela resposta do formulário (mensagens de erro ou de sucesso)."
|
830 |
|
831 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:264
|
832 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
833 |
msgid "Replaced with a captcha field."
|
834 |
msgstr "Substituído pelo campo captcha."
|
835 |
|
836 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
837 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
838 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
839 |
msgstr "Substituido com o número de inscritos na(s) lista(s) selecionada(s)"
|
840 |
|
841 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:273
|
842 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
843 |
msgid "Replaced with the current site language, eg: %s"
|
844 |
msgstr "Substituído pelo idioma atual do site, por exemplo: %s"
|
845 |
|
846 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:277
|
847 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
848 |
msgid "Replaced with the visitor's IP address"
|
849 |
msgstr "Substituído com o IP do visitante"
|
850 |
|
851 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:281
|
852 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
853 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
854 |
msgstr "Substituído com a data atual (yyyy/mm/dd ex: %s)"
|
855 |
|
856 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:285
|
857 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
858 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
859 |
msgstr "Substituído com a hora atual (hh:mm:ss ex: %s)"
|
860 |
|
861 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:289
|
862 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
863 |
msgid ""
|
864 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
865 |
"in user)"
|
866 |
msgstr "Substituído com o email do usuário autenticado (ou nada, se não houver usuário autenticado)"
|
867 |
|
868 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:293
|
869 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
870 |
msgid "First name of the current user"
|
871 |
msgstr "Nome do usuário atual"
|
872 |
|
873 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:297
|
874 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
875 |
msgid "Last name of the current user"
|
876 |
msgstr "Sobrenome do usuário atual"
|
877 |
|
878 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:301
|
879 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
880 |
msgid "Current user ID"
|
881 |
msgstr "ID do usuário atual"
|
882 |
|
883 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:305
|
884 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
885 |
msgid "Current URL"
|
886 |
msgstr "URL atual"
|
887 |
|
888 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
889 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:31
|
890 |
msgid "Add a new field"
|
891 |
msgstr "Adicionar campo"
|
892 |
|
895 |
msgstr "Use a ferramenta abaixo para gerar o código HTML para os campos do formulário."
|
896 |
|
897 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
898 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:35
|
899 |
msgid "Select MailChimp field.."
|
900 |
msgstr "Selecione campo MailChimp.."
|
901 |
|
902 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
903 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:39
|
904 |
msgid "Submit Button"
|
905 |
msgstr "Botão Enviar"
|
906 |
|
907 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
908 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:40
|
909 |
msgid "Lists Choice"
|
910 |
msgstr "Escolha de Listas"
|
911 |
|
912 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
913 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
914 |
msgid "Label"
|
915 |
msgstr "Etiqueta"
|
916 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
917 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
918 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
919 |
msgid "Placeholder"
|
920 |
msgstr "Espaço reservado"
|
921 |
|
|
|
|
|
|
|
|
|
|
|
922 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
923 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
924 |
msgid "Labels"
|
925 |
msgstr "Etiquetas"
|
926 |
|
927 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
928 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
929 |
msgid "(leave empty to hide)"
|
930 |
msgstr "(deixe em branco para esconder)"
|
931 |
|
932 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
933 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:68
|
934 |
msgid "Wrap in paragraph %s tags?"
|
935 |
msgstr "amarrar nas tags %s do parágrafo?"
|
936 |
|
937 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
938 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:72
|
939 |
msgid "Required field?"
|
940 |
msgstr "Campo obrigatório?"
|
941 |
|
942 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
943 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:76
|
944 |
msgid "Add to form"
|
945 |
msgstr "Adicionar ao formulário"
|
946 |
|
947 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
948 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:80
|
949 |
msgid "Generated HTML"
|
950 |
msgstr "HTML gerado"
|
951 |
|
983 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
984 |
msgstr "Certifique-se de olhar as <a href=\"%s\"> perguntas frequentes </a> ou usar o suporte <a href=\"%s\"> e fóruns </a> no WordPress.org."
|
985 |
|
986 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
987 |
msgid "Show a token of your appreciation"
|
988 |
msgstr "Mostrar um sinal de sua apreciação"
|
989 |
|
990 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
|
|
|
|
|
|
|
|
991 |
msgid "Leave a %s plugin review on WordPress.org"
|
992 |
msgstr "Deixar uma avaliação do plugin de %s em WordPress.org"
|
993 |
|
994 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
995 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
996 |
msgstr "Estou usando o MailChimp para WordPress por @DannyvanKooten - ele é ótimo!"
|
997 |
|
998 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
999 |
msgid "Tweet about MailChimp for WordPress"
|
1000 |
msgstr "Tweet sobre MailChimp para WordPress"
|
1001 |
|
1002 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:19
|
1003 |
msgid ""
|
1004 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
1005 |
"page</a>."
|
1006 |
msgstr "Faça um review do plugin em seu blog e link para <a href=\"%s\"> página do plugin </a>."
|
1007 |
|
1008 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:20
|
1009 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
1010 |
msgstr "Vote \"funciona\" na página do plugin WordPress.org"
|
1011 |
|
1012 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:24
|
1013 |
msgid "About the developer"
|
1014 |
msgstr "Sobre o desenvolvedor"
|
1015 |
|
1025 |
msgstr "As características PRO incluem melhores e múltiplos formulário, avançado e fácil formulário de estilos, mais temas padrão, estatísticas detalhadas e suporte prioritário."
|
1026 |
|
1027 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
1028 |
+
msgid "Upgrade Now"
|
1029 |
+
msgstr "Atualizar Agora"
|
1030 |
|
1031 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:206
|
1032 |
msgid "Documentation"
|
1033 |
msgstr "Documentação"
|
1034 |
|
1035 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:254
|
1036 |
msgid "Save Form"
|
1037 |
msgstr "Salvar"
|
1038 |
|
1039 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:258
|
1040 |
msgid "Update Form"
|
1041 |
msgstr "Atualizar"
|
1042 |
|
1043 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:314
|
1044 |
msgid "Back to general form settings"
|
1045 |
msgstr "Voltar para as configurações gerais do form"
|
1046 |
|
1047 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:316
|
1048 |
msgid "Form updated."
|
1049 |
msgstr "Formulário atualizado."
|
1050 |
|
1051 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:317
|
1052 |
msgid "Form saved."
|
1053 |
msgstr "Formulário salvo."
|
1054 |
|
1055 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:386
|
1056 |
msgid "Optional Settings"
|
1057 |
msgstr "Configurações Opcionais"
|
1058 |
|
1059 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:387
|
1060 |
msgid "Form Variables"
|
1061 |
msgstr "Variáveis de Formulário"
|
1062 |
|
1063 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:531
|
1064 |
+
msgid "MailChimp & Plugin License Settings"
|
1065 |
+
msgstr "Configurações de Licença & Plugins MailChimp"
|
1066 |
+
|
1067 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:532
|
1068 |
msgid "MailChimp & License"
|
1069 |
msgstr "MailChimp & Licença"
|
1070 |
|
1071 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:548
|
1072 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:549
|
1073 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:10
|
1074 |
msgid "Reports"
|
1075 |
msgstr "Relatórios"
|
1076 |
|
1077 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:732
|
1078 |
msgid ""
|
1079 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1080 |
"href=\"%s\">Provide a valid API key.</a>"
|
1081 |
msgstr "Por favor certifique que o plugin está conectado ao MailChimp. <a href=\"%s\">Insira uma chave API válida.</a>"
|
1082 |
|
1083 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:834
|
1084 |
msgid "End date can't be before the start date"
|
1085 |
msgstr "A data de término não pode ser anterior à data de início"
|
1086 |
|
1087 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:866
|
1088 |
msgid ""
|
1089 |
"You disabled logging using the %s filter. Re-enable it to use the Reports "
|
1090 |
"page."
|
1091 |
msgstr "Você desabilitou o login usando o %s filtro. Poderá reativá-lo usando a página de Relatórios."
|
1092 |
|
1093 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:882
|
1094 |
msgid ""
|
1095 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1096 |
+
"settings you set in the Lite version, you can safely <a "
|
1097 |
+
"href=\"%s\">deactivate it now</a>."
|
1098 |
+
msgstr "<strong>Bem-vindo ao MailChimp para WordPress Pro! </ strong> Nós transferidos as configurações definidas na versão Lite, você pode <a href=\"%s\"> desativá-lo agora </a> com segurança."
|
1099 |
|
1100 |
#: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
|
1101 |
msgid ""
|
1117 |
msgid "The %sCSS Stylesheet%s has been created."
|
1118 |
msgstr "A %sFolha de Estilos CSS%s foi criada."
|
1119 |
|
1120 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:142
|
1121 |
msgid "I know. Don't bug me."
|
1122 |
msgstr "Eu sei. Não me incomode."
|
1123 |
|
1124 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:161
|
1125 |
msgid ""
|
1126 |
"<b>Warning!</b> You're blocking external requests which means you won't be "
|
1127 |
"able to get %s updates. Please add %s to %s."
|
1128 |
msgstr "<b>Aviso!</b> Você está bloqueando requisições externas que significam que você não poderá ter os %s updates. Por favor adicione %s em %s."
|
1129 |
|
1130 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:203
|
1131 |
msgid "Your %s license has been activated. You have an unlimited license. "
|
1132 |
msgstr "Sua %s licença foi ativada. Você tem uma licença ilimitada."
|
1133 |
|
1134 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:205
|
1135 |
msgid "Your %s license has been activated. You have used %d/%d activations. "
|
1136 |
msgstr "Sua %s licença foi ativada. Você usou %d/%d ativações."
|
1137 |
|
1138 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:210
|
1139 |
msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
|
1140 |
msgstr "<a href=\"%s\">Você sabia que você pode atualizar sua licença?</a>"
|
1141 |
|
1142 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:214
|
1143 |
msgid ""
|
1144 |
"<a href=\"%s\">Your license is expiring in %d days, would you like to extend"
|
1145 |
" it?</a>"
|
1146 |
msgstr "<a href=\"%s\">Sua licença irá expirar em %d dias, você quer extendê-la?</a>"
|
1147 |
|
1148 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:223
|
1149 |
msgid ""
|
1150 |
"You've reached your activation limit. You must <a href=\"%s\">reset</a> or "
|
1151 |
"<a href=\"%s\">upgrade your license</a> to use it on this site."
|
1152 |
msgstr "Você atingiu o seu limite de ativações. Você deve <a href=\"%s\"> redefinir</a> ou <a href=\"%s\">atualizar a sua licença</a> para usá-la neste site."
|
1153 |
|
1154 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:227
|
1155 |
msgid ""
|
1156 |
"Your license has expired. You must <a href=\"%s\">renew your license</a> if "
|
1157 |
"you want to use it again."
|
1158 |
msgstr "Sua licença expirou. Você deve <a href=\"%s\">extender sua licença</a> para continuar usando."
|
1159 |
|
1160 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:230
|
1161 |
msgid "Failed to activate your license, your license key seems to be invalid."
|
1162 |
msgstr "Falha ao ativar sua licença, a chave parece estar inválida."
|
1163 |
|
1164 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:255
|
1165 |
msgid "Your %s license has been deactivated."
|
1166 |
msgstr "Sua %s licença foi desativada."
|
1167 |
|
1168 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:260
|
1169 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:66
|
1170 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:75
|
1171 |
msgid ""
|
1172 |
"Your plugin license has expired. You will no longer have access to plugin "
|
1173 |
"updates unless you <a href=\"%s\">renew your license</a>."
|
1174 |
msgstr "Sua licença do plugin expirou. Você não terá mais acesso as atualizações do plugin a menos que você <a href=\"%s\"> renove sua licença</a>."
|
1175 |
|
1176 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:262
|
1177 |
msgid "Failed to deactivate your %s license."
|
1178 |
msgstr "Falha ao desativar sua %s licença."
|
1179 |
|
1180 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:300
|
1181 |
msgid "Request error: \"%s\""
|
1182 |
msgstr "Erro de solicitação: \"%s\""
|
1183 |
|
1184 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:459
|
1185 |
msgid "%s: License Settings"
|
1186 |
msgstr "%s: Configurações de Licença"
|
1187 |
|
1191 |
"the license."
|
1192 |
msgstr "%s é ativada via rede, por favor entre em contato com o administrador de seu site para gerenciar a licença."
|
1193 |
|
1194 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:64
|
1195 |
msgid ""
|
1196 |
"%s failed to check for updates because of the following error: <em>%s</em>"
|
1197 |
msgstr "%s falha para verificar atualizações por causa do seguint erro: <em>%s</em>"
|
1198 |
|
1199 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:126
|
1200 |
msgid ""
|
1201 |
+
"This site has not been activated properly on mc4wp.com and thus cannot check"
|
1202 |
+
" for future updates. Please activate your site with a valid license key."
|
1203 |
+
msgstr "Este site não foi ativado corretamente em mc4wp.com, e portanto, não é possível verificar se há atualizações futuras. Por favor ative o seu site com uma chave de licença válida."
|
|
|
1204 |
|
1205 |
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
|
1206 |
msgid "License status"
|
1256 |
msgid "Paste your license key here, as found in the email receipt."
|
1257 |
msgstr "Cole o seu número de licença aqui, ela pode ser encontrada no e-mail recebido."
|
1258 |
|
1259 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:79
|
|
|
|
|
|
|
|
|
1260 |
msgid "Your %s license will expire on %s."
|
1261 |
msgstr "Sua %s licença vai expirar em %s."
|
1262 |
|
1263 |
+
#: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:83
|
1264 |
msgid "%sRenew your license now%s."
|
1265 |
msgstr "%sRenove sua licença agora%s."
|
1266 |
|
1267 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:261
|
1268 |
msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
|
1269 |
msgstr "<strong>Erro:</strong> Por favor especifique um ID de formulário. Exemplo %s."
|
1270 |
|
1271 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-manager.php:275
|
1272 |
msgid ""
|
1273 |
"<strong>Error:</strong> Sign-up form not found. Please check if you used the"
|
1274 |
" correct form ID."
|
1275 |
msgstr "<strong>Erro:</strong> Formulário de cadastro não encontrado. Por favor verifique se você usou o ID de formulário correto."
|
1276 |
|
1277 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:647
|
1278 |
msgid "New MailChimp Sign-Up"
|
1279 |
msgstr "Nova inscrição MailChimp"
|
1280 |
|
1281 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:655
|
1282 |
msgid "New Sign-Up"
|
1283 |
msgstr "Novo cadastro"
|
1284 |
|
1285 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:656
|
1286 |
msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
|
1287 |
msgstr "<strong>%s</strong> cadastrado no %s em %s usando o formulário \"%s\"."
|
1288 |
|
1289 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:661
|
1290 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:77
|
1291 |
msgid "List"
|
1292 |
msgstr "Lista"
|
1293 |
|
1294 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:701
|
1295 |
msgid "Other fields"
|
1296 |
msgstr "Outros campos"
|
1297 |
|
1298 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:718
|
1299 |
msgid ""
|
1300 |
"Note that you've enabled double opt-in for the \"%s\" form. The user won't "
|
1301 |
"be added to the selected MailChimp lists until they confirm their email "
|
1302 |
"address."
|
1303 |
msgstr "Note, se você ativar double opt-in para o formulário \"%s\". O usuário não será adicionado às listas MailChimp selecionadas, até que confirme o endereço de e-mail."
|
1304 |
|
1305 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:720
|
1306 |
msgid "This email was auto-sent by the MailChimp for WordPress plugin."
|
1307 |
msgstr "Este email foi auto-enviado pelo plugin MailChimp for WordPress."
|
1308 |
|
1324 |
"href=\"%s\">widget settings</a>."
|
1325 |
msgstr "Por favor selecione um formulário de cadastro que você deseja mostrar aqui nas <a href=\"%s\">configurações de widgets</a>."
|
1326 |
|
1327 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:86
|
1328 |
msgid "Form:"
|
1329 |
msgstr "Formulário:"
|
1330 |
|
1331 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:88
|
1332 |
msgid "Select the form to show"
|
1333 |
msgstr "Selecione o formulário para mostrar"
|
1334 |
|
1335 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:96
|
1336 |
msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
|
1337 |
msgstr "Você não tem nenhum formulário de cadastro. <a href=\"%s\">Criar um agora.</a>"
|
1338 |
|
1339 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:51
|
1340 |
msgid ""
|
1341 |
"Thank you, your sign-up request was successful! Please check your email "
|
1342 |
"inbox to confirm."
|
1343 |
msgstr "Obrigado, o seu pedido de inscrição foi um sucesso! Por favor, verifique sua caixa de entrada de e-mail para confirmar."
|
1344 |
|
1345 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:43
|
1346 |
msgid "ID"
|
1347 |
msgstr "ID"
|
1348 |
|
1349 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:44
|
1350 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:426
|
1351 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:462
|
1352 |
msgid "Form"
|
1353 |
msgstr "Formulário"
|
1354 |
|
1355 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:45
|
1356 |
msgid "Shortcode"
|
1357 |
msgstr "Shortcode"
|
1358 |
|
1359 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:46
|
1360 |
msgid "List(s)"
|
1361 |
msgstr "Lista(s)"
|
1362 |
|
1363 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:47
|
1364 |
msgid "Last edited"
|
1365 |
msgstr "Editado"
|
1366 |
|
1367 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:98
|
1368 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:102
|
1369 |
msgid "Edit Form"
|
1370 |
msgstr "Editar formulário"
|
1371 |
|
1372 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:99
|
1373 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:253
|
1374 |
msgid "Delete"
|
1375 |
msgstr "Apagar"
|
1376 |
|
1377 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:131
|
1378 |
msgid "No MailChimp list(s) selected yet."
|
1379 |
msgstr "Nenhuma lista MailChimp selecionada."
|
1380 |
|
1381 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:141
|
1382 |
msgid "You have not created any sign-up forms yet. Time to do so!"
|
1383 |
msgstr "Você não criou nenhum formulário de cadastro ainda. É hora de fazê-lo!"
|
1384 |
|
1385 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:46
|
1386 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:15
|
1387 |
+
msgid "Log"
|
1388 |
+
msgstr "Log"
|
1389 |
|
1390 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:47
|
1391 |
+
msgid "Log Items"
|
1392 |
+
msgstr "Itens de Log"
|
1393 |
|
1394 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:76
|
1395 |
msgid "Email"
|
1396 |
msgstr "Email"
|
1397 |
|
1398 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:78
|
1399 |
+
msgid "Data"
|
1400 |
+
msgstr "Data"
|
1401 |
+
|
1402 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:79
|
1403 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:153
|
1404 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
1405 |
+
msgid "Success"
|
1406 |
+
msgstr "Sucesso"
|
1407 |
+
|
1408 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:80
|
1409 |
msgid "Type"
|
1410 |
msgstr "Tipo"
|
1411 |
|
1412 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:81
|
1413 |
msgid "Source"
|
1414 |
msgstr "Fonte"
|
1415 |
|
1416 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:82
|
|
|
|
|
|
|
|
|
1417 |
msgid "Subscribed"
|
1418 |
msgstr "Inscrito"
|
1419 |
|
1420 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:150
|
1421 |
msgid "Log items deleted."
|
1422 |
msgstr "Item de Log apagado."
|
1423 |
|
1424 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:297
|
1425 |
+
msgid "Top Bar"
|
1426 |
+
msgstr "Barra do Topo"
|
|
|
1427 |
|
1428 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1429 |
msgid "MultiSite registration"
|
1430 |
msgstr "Inscrição MultiSite"
|
1431 |
|
1432 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:318
|
|
|
|
|
|
|
|
|
|
|
1433 |
msgid "Contact Form 7"
|
1434 |
msgstr "Contact Form 7"
|
1435 |
|
1436 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:322
|
1437 |
msgid "bbPress: New Topic"
|
1438 |
msgstr "bbPress: Novo Topico"
|
1439 |
|
1440 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:326
|
1441 |
msgid "bbPress: New Reply"
|
1442 |
msgstr "bbPress: Nova Resposta"
|
1443 |
|
1444 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:332
|
1445 |
msgid "Other Form"
|
1446 |
msgstr "Outro Formulário"
|
1447 |
|
1448 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:398
|
1449 |
msgid "No subscribe requests found."
|
1450 |
msgstr "Nenhuma solicitação encontrada."
|
1451 |
|
1452 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:420
|
1453 |
msgid "All"
|
1454 |
msgstr "Tudo"
|
1455 |
|
1456 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:432
|
1457 |
msgid "Checkbox"
|
1458 |
msgstr "Checkbox"
|
1459 |
|
1460 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:475
|
1461 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:478
|
1462 |
+
msgid "Registration"
|
1463 |
+
msgstr "Inscrição"
|
1464 |
+
|
1465 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:489
|
1466 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:503
|
1467 |
+
msgid "Order"
|
1468 |
+
msgstr "Ordem"
|
1469 |
+
|
1470 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:492
|
1471 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:506
|
1472 |
+
msgid "Checkout"
|
1473 |
+
msgstr "Checkout"
|
1474 |
+
|
1475 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1476 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:525
|
1477 |
+
msgid "Comment"
|
1478 |
+
msgstr "Comentário"
|
1479 |
+
|
1480 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
|
1481 |
+
msgid "deleted"
|
1482 |
+
msgstr "apagado"
|
1483 |
+
|
1484 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:8
|
1485 |
msgid ""
|
1486 |
"Any settings you specify here will override the <a href=\"%s\">general form "
|
1515 |
msgid "Messages"
|
1516 |
msgstr "Mensagens"
|
1517 |
|
|
|
|
|
|
|
|
|
|
|
1518 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:157
|
1519 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:145
|
1520 |
msgid "Invalid email address"
|
1540 |
msgid "Other errors"
|
1541 |
msgstr "Outros erros"
|
1542 |
|
1543 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:89
|
1544 |
msgid "Form usage"
|
1545 |
msgstr "Uso do formulário"
|
1546 |
|
1547 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:78
|
1548 |
+
msgid ""
|
1549 |
+
"Select \"yes\" if you want to update existing subscribers with the data that"
|
1550 |
+
" is sent."
|
1551 |
+
msgstr "Selecione \"Sim\" se você deseja atualizar os assinantes existentes com os dados que foram enviados."
|
1552 |
+
|
1553 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:100
|
1554 |
msgid ""
|
1555 |
"Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
|
1556 |
"forms."
|
1557 |
msgstr "Use %s em seu Contact Form 7 mark-up para adicionar uma caixa de inscrição para seus formulários CF7."
|
1558 |
|
1559 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:136
|
1560 |
msgid "Custom label texts"
|
1561 |
msgstr "textos customizados de etiquetas"
|
1562 |
|
1563 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:137
|
1564 |
msgid ""
|
1565 |
"Override the default checkbox label text for any given checkbox using the "
|
1566 |
"fields below."
|
1586 |
msgid "Statistics"
|
1587 |
msgstr "Estatísticas"
|
1588 |
|
|
|
|
|
|
|
|
|
1589 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:9
|
1590 |
msgid ""
|
1591 |
"Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
|
1670 |
msgid "Default Messages"
|
1671 |
msgstr "Mensagens Padrão"
|
1672 |
|
1673 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:15
|
1674 |
+
msgid "Today"
|
1675 |
+
msgstr "Hoje"
|
1676 |
+
|
1677 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:16
|
1678 |
+
msgid "Yesterday"
|
1679 |
+
msgstr "Ontem"
|
1680 |
+
|
1681 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:17
|
1682 |
+
msgid "Last Week"
|
1683 |
+
msgstr "Semana Passada"
|
1684 |
+
|
1685 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:18
|
1686 |
+
msgid "Last Month"
|
1687 |
+
msgstr "Mês Passado"
|
1688 |
+
|
1689 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:19
|
1690 |
+
msgid "Last Quarter"
|
1691 |
+
msgstr "Último Trimestre"
|
1692 |
+
|
1693 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:20
|
1694 |
+
msgid "Last Year"
|
1695 |
+
msgstr "Ano Passado"
|
1696 |
+
|
1697 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:21
|
1698 |
+
msgid "Custom"
|
1699 |
+
msgstr "Personalizado"
|
1700 |
+
|
1701 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:25
|
1702 |
+
msgid "From"
|
1703 |
+
msgstr "De"
|
1704 |
+
|
1705 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:32
|
1706 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:57
|
1707 |
+
msgid "Jan"
|
1708 |
+
msgstr "Jan"
|
1709 |
+
|
1710 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:33
|
1711 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:58
|
1712 |
+
msgid "Feb"
|
1713 |
+
msgstr "Fev"
|
1714 |
+
|
1715 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:34
|
1716 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:59
|
1717 |
+
msgid "Mar"
|
1718 |
+
msgstr "Mar"
|
1719 |
+
|
1720 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:35
|
1721 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:60
|
1722 |
+
msgid "Apr"
|
1723 |
+
msgstr "Abr"
|
1724 |
+
|
1725 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:36
|
1726 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:61
|
1727 |
+
msgid "May"
|
1728 |
+
msgstr "Mai"
|
1729 |
+
|
1730 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:37
|
1731 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:62
|
1732 |
+
msgid "Jun"
|
1733 |
+
msgstr "Jun"
|
1734 |
+
|
1735 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:38
|
1736 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:63
|
1737 |
+
msgid "Jul"
|
1738 |
+
msgstr "Jul"
|
1739 |
+
|
1740 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:39
|
1741 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:64
|
1742 |
+
msgid "Aug"
|
1743 |
+
msgstr "Ago"
|
1744 |
+
|
1745 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:40
|
1746 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:65
|
1747 |
+
msgid "Sep"
|
1748 |
+
msgstr "Set"
|
1749 |
+
|
1750 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:41
|
1751 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:66
|
1752 |
+
msgid "Oct"
|
1753 |
+
msgstr "Out"
|
1754 |
+
|
1755 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:42
|
1756 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:67
|
1757 |
+
msgid "Nov"
|
1758 |
+
msgstr "Nov"
|
1759 |
+
|
1760 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:43
|
1761 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:68
|
1762 |
+
msgid "Dec"
|
1763 |
+
msgstr "Dez"
|
1764 |
+
|
1765 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:50
|
1766 |
+
msgid "To"
|
1767 |
+
msgstr "Para"
|
1768 |
+
|
1769 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:76
|
1770 |
+
msgid "Filter"
|
1771 |
+
msgstr "Filtro"
|
1772 |
+
|
1773 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:83
|
1774 |
+
msgid "Show these lines:"
|
1775 |
+
msgstr "Mostrar estas linhas:"
|
1776 |
+
|
1777 |
#. Plugin URI of the plugin/theme
|
1778 |
msgid "https://mc4wp.com/"
|
1779 |
msgstr "https://mc4wp.com/"
|
languages/mailchimp-for-wp-ru_RU.po
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
# Serge Yurovsky <serge@theleftlane.com>, 2014
|
|
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: MailChimp for WordPress\n"
|
8 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
-
"Last-Translator:
|
12 |
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/ru_RU/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -25,187 +26,255 @@ msgstr ""
|
|
25 |
"X-Poedit-SourceCharset: utf-8\n"
|
26 |
"X-Textdomain-Support: yes\n"
|
27 |
|
28 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
29 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
30 |
msgid "Settings"
|
31 |
msgstr "настройки"
|
32 |
|
33 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
34 |
-
#: mailchimp-for-wordpress/includes/
|
35 |
-
msgid "Upgrade to Pro"
|
36 |
-
msgstr "
|
37 |
|
38 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
46 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
47 |
msgid "Checkboxes"
|
48 |
msgstr "флажки"
|
49 |
|
50 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
51 |
-
#: mailchimp-for-wordpress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
53 |
msgid "Forms"
|
54 |
msgstr "формы"
|
55 |
|
56 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
57 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
58 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
61 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
msgid "Comment form"
|
63 |
msgstr "Форма для комментариев"
|
64 |
|
65 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
66 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
67 |
msgid "Registration form"
|
68 |
msgstr "Регистрационная форма"
|
69 |
|
70 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
71 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
72 |
msgid "MultiSite forms"
|
73 |
msgstr "многосайтовая форма"
|
74 |
|
75 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
76 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
77 |
-
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:
|
78 |
msgid "BuddyPress registration"
|
79 |
msgstr "регистрация BuddyPress"
|
80 |
|
81 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
82 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
83 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
84 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
85 |
msgid "%s checkout"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
msgid "Renewed MailChimp cache."
|
91 |
-
msgstr ""
|
92 |
|
93 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
94 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
95 |
msgid "Failed to renew MailChimp cache - please try again later."
|
96 |
-
msgstr ""
|
97 |
|
98 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
99 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:313
|
100 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
101 |
-
msgstr ""
|
102 |
|
103 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
104 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
105 |
msgid "A submit button. Example: <code>%s</code>"
|
106 |
-
msgstr ""
|
107 |
|
108 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
109 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
|
110 |
msgid "Sign Up"
|
111 |
-
msgstr ""
|
112 |
|
113 |
-
#: mailchimp-for-wordpress/includes/class-admin.php:
|
114 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:347
|
115 |
msgid "A '%s' field"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: mailchimp-for-wordpress/includes/class-form-request.php:
|
119 |
msgid "Please select at least one list to subscribe to."
|
120 |
-
msgstr ""
|
121 |
|
122 |
#: mailchimp-for-wordpress/includes/class-widget.php:20
|
123 |
msgid "MailChimp Sign-Up Form"
|
124 |
-
msgstr ""
|
125 |
|
126 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
127 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
128 |
-
msgstr ""
|
129 |
|
130 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
131 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
132 |
msgid "Newsletter"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
136 |
-
#: mailchimp-for-wordpress-pro/includes/class-widget.php:
|
137 |
msgid "Title:"
|
138 |
-
msgstr ""
|
139 |
|
140 |
-
#: mailchimp-for-wordpress/includes/class-widget.php:
|
141 |
msgid ""
|
142 |
-
"You can edit your sign-up form in the %
|
143 |
-
"settings
|
144 |
-
msgstr ""
|
145 |
|
146 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
147 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
148 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
149 |
msgid "Email address"
|
150 |
-
msgstr ""
|
151 |
|
152 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
153 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
154 |
msgid "Your email address"
|
155 |
-
msgstr ""
|
156 |
|
157 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
158 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
159 |
msgid "Sign up"
|
160 |
-
msgstr ""
|
161 |
|
162 |
#: mailchimp-for-wordpress/includes/functions/general.php:30
|
163 |
#: mailchimp-for-wordpress-pro/includes/functions/general.php:27
|
164 |
msgid "Sign me up for the newsletter!"
|
165 |
-
msgstr ""
|
166 |
|
167 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
168 |
msgid ""
|
169 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
170 |
"inbox."
|
171 |
-
msgstr ""
|
172 |
|
173 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
174 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
175 |
msgid "Oops. Something went wrong. Please try again later."
|
176 |
-
msgstr ""
|
177 |
|
178 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
179 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
180 |
msgid "Please provide a valid email address."
|
181 |
-
msgstr ""
|
182 |
|
183 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
184 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
185 |
msgid "Given email address is already subscribed, thank you!"
|
186 |
-
msgstr ""
|
187 |
|
188 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
189 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
190 |
msgid "Please complete the CAPTCHA."
|
191 |
-
msgstr ""
|
192 |
|
193 |
-
#: mailchimp-for-wordpress/includes/functions/general.php:
|
194 |
-
#: mailchimp-for-wordpress-pro/includes/functions/general.php:
|
195 |
msgid "Please fill in the required fields."
|
196 |
-
msgstr ""
|
197 |
|
198 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
199 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
200 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
201 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
202 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
203 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
204 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
205 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
206 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
207 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
208 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
209 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
210 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
211 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
@@ -215,8 +284,9 @@ msgstr ""
|
|
215 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
216 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
217 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
218 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
219 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
220 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
221 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
222 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
@@ -224,20 +294,20 @@ msgstr ""
|
|
224 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:115
|
225 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:123
|
226 |
msgid "Yes"
|
227 |
-
msgstr ""
|
228 |
|
229 |
-
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:
|
230 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
231 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
232 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
233 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
234 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
235 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
236 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
237 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
238 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
239 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
240 |
-
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:
|
241 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
242 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
243 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
@@ -247,8 +317,9 @@ msgstr ""
|
|
247 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
248 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
249 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
250 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
251 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
|
|
252 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
253 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
254 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
@@ -257,83 +328,89 @@ msgstr ""
|
|
257 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:116
|
258 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:124
|
259 |
msgid "No"
|
260 |
-
msgstr ""
|
261 |
|
262 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
263 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
264 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
265 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
266 |
msgid "MailChimp for WordPress - Error"
|
267 |
-
msgstr ""
|
268 |
|
269 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
270 |
msgid ""
|
271 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
272 |
"settings</a>."
|
273 |
-
msgstr ""
|
274 |
|
275 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
276 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
277 |
msgid "This message is only visible to administrators for debugging purposes."
|
278 |
-
msgstr ""
|
279 |
|
280 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
281 |
msgid ""
|
282 |
"The MailChimp server returned the following error message as a response to "
|
283 |
"our sign-up request:"
|
284 |
-
msgstr ""
|
285 |
|
286 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
287 |
msgid "This is the data that was sent to MailChimp:"
|
288 |
-
msgstr ""
|
289 |
|
290 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
291 |
-
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:
|
292 |
msgid "Email address:"
|
293 |
-
msgstr ""
|
294 |
|
295 |
-
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:
|
296 |
msgid "Merge variables:"
|
297 |
-
msgstr ""
|
298 |
|
299 |
#. Plugin Name of the plugin/theme
|
300 |
msgid "MailChimp for WordPress"
|
301 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
|
303 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
304 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
305 |
msgid "API Settings"
|
306 |
-
msgstr ""
|
307 |
|
308 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:24
|
309 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:21
|
310 |
msgid "CONNECTED"
|
311 |
-
msgstr ""
|
312 |
|
313 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:26
|
314 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:23
|
315 |
msgid "NOT CONNECTED"
|
316 |
-
msgstr ""
|
317 |
|
318 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:32
|
319 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:29
|
320 |
msgid "API Key"
|
321 |
-
msgstr ""
|
322 |
|
323 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:34
|
324 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:31
|
325 |
msgid "Your MailChimp API key"
|
326 |
-
msgstr ""
|
327 |
|
328 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:35
|
329 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:32
|
330 |
msgid "Get your API key here."
|
331 |
-
msgstr ""
|
332 |
|
333 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:47
|
334 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:48
|
335 |
msgid "MailChimp Data"
|
336 |
-
msgstr ""
|
337 |
|
338 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:48
|
339 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:49
|
@@ -341,23 +418,18 @@ msgid ""
|
|
341 |
"The table below shows your MailChimp lists data. If you applied changes to "
|
342 |
"your MailChimp lists, please use the following button to renew your cached "
|
343 |
"data."
|
344 |
-
msgstr ""
|
345 |
|
346 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:54
|
347 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:125
|
348 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:55
|
349 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:126
|
350 |
msgid "Renew MailChimp lists"
|
351 |
-
msgstr ""
|
352 |
|
353 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:112
|
354 |
msgid "No lists were found in your MailChimp account"
|
355 |
-
msgstr ""
|
356 |
-
|
357 |
-
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
358 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
359 |
-
msgid "Checkbox Settings"
|
360 |
-
msgstr ""
|
361 |
|
362 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
363 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
@@ -381,14 +453,14 @@ msgstr ""
|
|
381 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:31
|
382 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:34
|
383 |
msgid "MailChimp Lists"
|
384 |
-
msgstr ""
|
385 |
|
386 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:35
|
387 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
388 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
389 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
390 |
-
msgid "No lists found, %
|
391 |
-
msgstr ""
|
392 |
|
393 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
394 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
@@ -398,7 +470,7 @@ msgid ""
|
|
398 |
msgstr ""
|
399 |
|
400 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
401 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
402 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
403 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
404 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
@@ -406,154 +478,142 @@ msgid "Double opt-in?"
|
|
406 |
msgstr ""
|
407 |
|
408 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
409 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
410 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
411 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
412 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
413 |
msgid ""
|
414 |
"Select \"yes\" if you want people to confirm their email address before "
|
415 |
"being subscribed (recommended)"
|
416 |
-
msgstr ""
|
417 |
|
418 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
419 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
420 |
msgid "Checkbox settings"
|
421 |
msgstr ""
|
422 |
|
423 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
424 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
425 |
msgid "Add the checkbox to these forms"
|
426 |
msgstr ""
|
427 |
|
428 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
429 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
430 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
431 |
msgstr ""
|
432 |
|
433 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
434 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
435 |
msgid "Checkbox label text"
|
436 |
msgstr ""
|
437 |
|
438 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
439 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
440 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
441 |
msgid "HTML tags like %s are allowed in the label text."
|
442 |
-
msgstr ""
|
443 |
|
444 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
445 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
446 |
msgid "Pre-check the checkbox?"
|
447 |
msgstr ""
|
448 |
|
449 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
450 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
451 |
msgid "Load some default CSS?"
|
452 |
-
msgstr ""
|
453 |
|
454 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
455 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
456 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
457 |
msgstr ""
|
458 |
|
459 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
460 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
461 |
msgid "WooCommerce checkbox position"
|
462 |
msgstr ""
|
463 |
|
464 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
465 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
466 |
msgid "After the billing details"
|
467 |
msgstr ""
|
468 |
|
469 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
470 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
471 |
msgid "After the additional information"
|
472 |
msgstr ""
|
473 |
|
474 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
475 |
-
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:
|
476 |
msgid ""
|
477 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
478 |
-
msgstr ""
|
479 |
-
|
480 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
481 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:431
|
482 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
483 |
-
msgid "Form Settings"
|
484 |
-
msgstr ""
|
485 |
|
486 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
487 |
msgid ""
|
488 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
489 |
"paste %s in the content of a post or page or use the widget."
|
490 |
-
msgstr ""
|
491 |
|
492 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:20
|
493 |
msgid "Required form settings"
|
494 |
-
msgstr ""
|
495 |
|
496 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:24
|
497 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:19
|
498 |
msgid "Load form styles (CSS)?"
|
499 |
-
msgstr ""
|
500 |
|
501 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:28
|
502 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:23
|
503 |
msgid "Yes, load basic form styles"
|
504 |
-
msgstr ""
|
505 |
-
|
506 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
507 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
508 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
509 |
-
msgid "(PRO ONLY)"
|
510 |
-
msgstr "доступно только в профессиональной версии"
|
511 |
|
512 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
513 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
514 |
msgid "Yes, load my custom form styles"
|
515 |
-
msgstr ""
|
516 |
|
517 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:30
|
518 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:25
|
519 |
msgid "Yes, load default form theme"
|
520 |
-
msgstr ""
|
521 |
|
522 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:31
|
523 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:26
|
524 |
msgid "Light Theme"
|
525 |
-
msgstr ""
|
526 |
|
527 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:32
|
528 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:27
|
529 |
msgid "Red Theme"
|
530 |
-
msgstr ""
|
531 |
|
532 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:33
|
533 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:28
|
534 |
msgid "Green Theme"
|
535 |
-
msgstr ""
|
536 |
|
537 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:34
|
538 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:29
|
539 |
msgid "Blue Theme"
|
540 |
-
msgstr ""
|
541 |
|
542 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:35
|
543 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:30
|
544 |
msgid "Dark Theme"
|
545 |
-
msgstr ""
|
546 |
|
547 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
548 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:31
|
549 |
msgid "Custom Color Theme"
|
550 |
-
msgstr ""
|
551 |
|
552 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:41
|
553 |
msgid ""
|
554 |
"If you want to load some default CSS styles, select \"basic formatting "
|
555 |
"styles\" or choose one of the color themes"
|
556 |
-
msgstr ""
|
557 |
|
558 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:45
|
559 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:14
|
@@ -564,32 +624,32 @@ msgstr ""
|
|
564 |
msgid ""
|
565 |
"Select the list(s) to which people who submit this form should be "
|
566 |
"subscribed."
|
567 |
-
msgstr ""
|
568 |
|
569 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:69
|
570 |
msgid "Form mark-up"
|
571 |
-
msgstr ""
|
572 |
-
|
573 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:75
|
574 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:359
|
575 |
-
msgid "Your form is missing the following (required) form fields:"
|
576 |
-
msgstr ""
|
577 |
|
578 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
579 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
580 |
msgid ""
|
581 |
"Use the shortcode %s to display this form inside a post, page or text "
|
582 |
"widget."
|
583 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
584 |
|
585 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
586 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
587 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
588 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
589 |
msgid "Send Welcome Email?"
|
590 |
-
msgstr ""
|
591 |
|
592 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
593 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
594 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
595 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
@@ -598,13 +658,14 @@ msgid ""
|
|
598 |
"succeeds (only when double opt-in is disabled)."
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
602 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
|
|
603 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
604 |
msgid "Update existing subscribers?"
|
605 |
-
msgstr ""
|
606 |
|
607 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
608 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
609 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
610 |
msgid ""
|
@@ -612,13 +673,13 @@ msgid ""
|
|
612 |
"showing the \"already subscribed\" message)."
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
616 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
617 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
618 |
msgid "Replace interest groups?"
|
619 |
-
msgstr ""
|
620 |
|
621 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
622 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
623 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
624 |
msgid ""
|
@@ -627,283 +688,269 @@ msgid ""
|
|
627 |
"groups (only when updating a subscriber)."
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
631 |
msgid "Form Settings & Messages"
|
632 |
-
msgstr ""
|
633 |
|
634 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
635 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
636 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
637 |
msgid "Enable AJAX form submission?"
|
638 |
-
msgstr ""
|
639 |
|
640 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
641 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
642 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
643 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
644 |
-
msgstr ""
|
645 |
|
646 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
647 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
648 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
649 |
msgid "Hide form after a successful sign-up?"
|
650 |
-
msgstr ""
|
651 |
|
652 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
653 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
655 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
656 |
-
msgstr ""
|
657 |
|
658 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
659 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
660 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
661 |
msgid "Redirect to URL after successful sign-ups"
|
662 |
-
msgstr ""
|
663 |
|
664 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
665 |
msgid "Example: %s"
|
666 |
-
msgstr ""
|
667 |
|
668 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
669 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
670 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
671 |
msgid ""
|
672 |
-
"Leave empty
|
673 |
-
"including <code>http://</code
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
677 |
msgid "Success message"
|
678 |
-
msgstr ""
|
679 |
|
680 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
681 |
msgid "Invalid email address message"
|
682 |
-
msgstr ""
|
683 |
|
684 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
685 |
msgid "Required field missing message"
|
686 |
-
msgstr ""
|
687 |
|
688 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
689 |
msgid "Already subscribed message"
|
690 |
-
msgstr ""
|
691 |
|
692 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
693 |
msgid "Invalid CAPTCHA message"
|
694 |
-
msgstr ""
|
695 |
|
696 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
697 |
msgid "General error message"
|
698 |
-
msgstr ""
|
699 |
|
700 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
701 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
702 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
703 |
msgid "HTML tags like %s are allowed in the message fields."
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
707 |
msgid "Building your sign-up form"
|
708 |
-
msgstr ""
|
709 |
|
710 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
711 |
msgid ""
|
712 |
"At a minimum, your form should include just an %s field and a submit button."
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
716 |
msgid ""
|
717 |
"Add more form fields if your selected lists require more fields. Field names"
|
718 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
719 |
"field\" tool to have the HTML generated for you."
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
723 |
msgid "Form Styling"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
727 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
731 |
msgid ""
|
732 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
733 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
734 |
" plugin like %s"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
738 |
msgid ""
|
739 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
740 |
"selectors you can use to target the different form elements."
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
744 |
msgid ""
|
745 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
746 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
747 |
"lets you customize form styles without writing any code."
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
751 |
msgid "Form variables"
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
755 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
756 |
msgid "Use the following variables to add some dynamic content to your form."
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
760 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
761 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
765 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
766 |
msgid "Replaced with the form response (error or success messages)."
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
770 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
771 |
msgid "Replaced with a captcha field."
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
775 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
776 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
780 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
781 |
msgid "Replaced with the current site language, eg: %s"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
785 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
786 |
msgid "Replaced with the visitor's IP address"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
790 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
791 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
795 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
796 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
800 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
801 |
msgid ""
|
802 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
803 |
"in user)"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
807 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
808 |
msgid "First name of the current user"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
812 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
813 |
msgid "Last name of the current user"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
817 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
818 |
msgid "Current user ID"
|
819 |
-
msgstr ""
|
820 |
|
821 |
-
#: mailchimp-for-wordpress/includes/views/form-settings.php:
|
822 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
823 |
msgid "Current URL"
|
824 |
-
msgstr ""
|
825 |
|
826 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
827 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
828 |
msgid "Add a new field"
|
829 |
-
msgstr ""
|
830 |
|
831 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:12
|
832 |
msgid "Use the tool below to generate the HTML for your form fields."
|
833 |
msgstr ""
|
834 |
|
835 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
836 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
837 |
msgid "Select MailChimp field.."
|
838 |
-
msgstr ""
|
839 |
|
840 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
841 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
842 |
msgid "Submit Button"
|
843 |
-
msgstr ""
|
844 |
|
845 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
846 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
847 |
msgid "Lists Choice"
|
848 |
-
msgstr ""
|
849 |
|
850 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
851 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
852 |
msgid "Label"
|
853 |
-
msgstr ""
|
854 |
|
855 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
856 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
857 |
-
#: mailchimp-for-wordpress/includes/views/
|
858 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:45
|
859 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:50
|
860 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
861 |
-
msgid "(optional)"
|
862 |
-
msgstr ""
|
863 |
-
|
864 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
865 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:50
|
866 |
msgid "Placeholder"
|
867 |
-
msgstr ""
|
868 |
-
|
869 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
870 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:55
|
871 |
-
msgid "Initial value"
|
872 |
-
msgstr ""
|
873 |
|
874 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
875 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
876 |
msgid "Labels"
|
877 |
-
msgstr ""
|
878 |
|
879 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
880 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
881 |
msgid "(leave empty to hide)"
|
882 |
-
msgstr ""
|
883 |
|
884 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
885 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
886 |
msgid "Wrap in paragraph %s tags?"
|
887 |
msgstr ""
|
888 |
|
889 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
890 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
891 |
msgid "Required field?"
|
892 |
-
msgstr ""
|
893 |
|
894 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
895 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
896 |
msgid "Add to form"
|
897 |
-
msgstr ""
|
898 |
|
899 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
900 |
-
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:
|
901 |
msgid "Generated HTML"
|
902 |
-
msgstr ""
|
903 |
|
904 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:68
|
905 |
msgid "Select at least one list first."
|
906 |
-
msgstr ""
|
907 |
|
908 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:9
|
909 |
msgid ""
|
@@ -911,23 +958,23 @@ msgid ""
|
|
911 |
"translated in your language or do you spot errors with the current "
|
912 |
"translations? Helping out is easy! Head over to <a href=\"%s\">the "
|
913 |
"translation project and click \"help translate\"</a>."
|
914 |
-
msgstr ""
|
915 |
|
916 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:10
|
917 |
msgid ""
|
918 |
"Enjoying this plugin? <a href=\"%s\">Upgrade to MailChimp for WordPress Pro "
|
919 |
"now</a> for an even better plugin, you will love it."
|
920 |
-
msgstr ""
|
921 |
|
922 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:11
|
923 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:10
|
924 |
msgid ""
|
925 |
"This plugin is not developed by or affiliated with MailChimp in any way."
|
926 |
-
msgstr ""
|
927 |
|
928 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:9
|
929 |
msgid "Looking for support?"
|
930 |
-
msgstr ""
|
931 |
|
932 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:10
|
933 |
msgid ""
|
@@ -935,45 +982,35 @@ msgid ""
|
|
935 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
939 |
-
msgid ""
|
940 |
-
"If you need priority support, please <a href=\"%s\">upgrade to the premium "
|
941 |
-
"version</a>."
|
942 |
-
msgstr ""
|
943 |
-
|
944 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:15
|
945 |
msgid "Show a token of your appreciation"
|
946 |
msgstr ""
|
947 |
|
948 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
949 |
-
msgid "Upgrade to MailChimp for WordPress Pro"
|
950 |
-
msgstr ""
|
951 |
-
|
952 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
953 |
msgid "Leave a %s plugin review on WordPress.org"
|
954 |
msgstr ""
|
955 |
|
956 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
957 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
958 |
msgstr ""
|
959 |
|
960 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
961 |
msgid "Tweet about MailChimp for WordPress"
|
962 |
-
msgstr ""
|
963 |
|
964 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
965 |
msgid ""
|
966 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
967 |
"page</a>."
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
971 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
972 |
-
msgstr ""
|
973 |
|
974 |
-
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:
|
975 |
msgid "About the developer"
|
976 |
-
msgstr ""
|
977 |
|
978 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:11
|
979 |
msgid ""
|
@@ -987,71 +1024,76 @@ msgid ""
|
|
987 |
msgstr ""
|
988 |
|
989 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
990 |
-
msgid "
|
991 |
-
msgstr ""
|
992 |
|
993 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
994 |
msgid "Documentation"
|
995 |
-
msgstr ""
|
996 |
|
997 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
998 |
msgid "Save Form"
|
999 |
-
msgstr ""
|
1000 |
|
1001 |
-
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:
|
1002 |
msgid "Update Form"
|
1003 |
-
msgstr ""
|
1004 |
|
1005 |
-
#: mailchimp-for-wordpress-pro/includes/
|
1 |
+
# Copyright (C) 2015 Danny van Kooten
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
# Serge Yurovsky <serge@theleftlane.com>, 2014
|
5 |
+
# Vadim <sfai.88@gmail.com>, 2015
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: MailChimp for WordPress\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
10 |
+
"POT-Creation-Date: 2015-02-25 06:33:40+00:00\n"
|
11 |
+
"PO-Revision-Date: 2015-03-11 09:14+0000\n"
|
12 |
+
"Last-Translator: Vadim <sfai.88@gmail.com>\n"
|
13 |
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/ru_RU/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
26 |
"X-Poedit-SourceCharset: utf-8\n"
|
27 |
"X-Textdomain-Support: yes\n"
|
28 |
|
29 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:150
|
30 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:187
|
31 |
msgid "Settings"
|
32 |
msgstr "настройки"
|
33 |
|
34 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:169
|
35 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:16
|
36 |
+
msgid "Upgrade to MailChimp for WordPress Pro"
|
37 |
+
msgstr "Улучшить до версии MailChimp для WordPress Pro"
|
38 |
|
39 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:188
|
40 |
+
msgid "MailChimp API Settings"
|
41 |
+
msgstr "Настройки MailChimp API"
|
42 |
+
|
43 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:189
|
44 |
+
msgid "MailChimp"
|
45 |
+
msgstr "MailChimp"
|
46 |
+
|
47 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:194
|
48 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
49 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:537
|
50 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
51 |
+
msgid "Checkbox Settings"
|
52 |
+
msgstr ""
|
53 |
|
54 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:195
|
55 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:538
|
56 |
msgid "Checkboxes"
|
57 |
msgstr "флажки"
|
58 |
|
59 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:200
|
60 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
61 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:385
|
62 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:543
|
63 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
64 |
+
msgid "Form Settings"
|
65 |
+
msgstr "Настройки формы"
|
66 |
+
|
67 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:201
|
68 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:544
|
69 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
70 |
msgid "Forms"
|
71 |
msgstr "формы"
|
72 |
|
73 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:205
|
74 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:206
|
75 |
+
msgid "Upgrade to Pro"
|
76 |
+
msgstr "Улучшить версию до Pro"
|
77 |
+
|
78 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:359
|
79 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
80 |
+
msgstr "Эта возможность доступна только в версии MailChimp for WordPress Pro."
|
81 |
+
|
82 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:361
|
83 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
84 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
85 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
86 |
+
msgid "(PRO ONLY)"
|
87 |
+
msgstr "доступно только в профессиональной версии"
|
88 |
|
89 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:362
|
90 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:634
|
91 |
+
msgid "Button text"
|
92 |
+
msgstr "Текст на кнопке"
|
93 |
+
|
94 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:363
|
95 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
96 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:635
|
97 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
98 |
+
msgid "Initial value"
|
99 |
+
msgstr "Начальное значение"
|
100 |
+
|
101 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:364
|
102 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
103 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
104 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
|
105 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:636
|
106 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
107 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
108 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
|
109 |
+
msgid "(optional)"
|
110 |
+
msgstr "(не обязательно)"
|
111 |
+
|
112 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:365
|
113 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:637
|
114 |
+
msgid "Label for"
|
115 |
+
msgstr "Заголовок для"
|
116 |
+
|
117 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:366
|
118 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:638
|
119 |
+
msgid "(or leave empty)"
|
120 |
+
msgstr "(или оставьте пустым)"
|
121 |
+
|
122 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:367
|
123 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:639
|
124 |
+
msgid "Subscribe"
|
125 |
+
msgstr "Подписаться"
|
126 |
+
|
127 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:391
|
128 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:677
|
129 |
msgid "Comment form"
|
130 |
msgstr "Форма для комментариев"
|
131 |
|
132 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:392
|
133 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:678
|
134 |
msgid "Registration form"
|
135 |
msgstr "Регистрационная форма"
|
136 |
|
137 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:396
|
138 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:682
|
139 |
msgid "MultiSite forms"
|
140 |
msgstr "многосайтовая форма"
|
141 |
|
142 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:400
|
143 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:686
|
144 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:301
|
145 |
msgid "BuddyPress registration"
|
146 |
msgstr "регистрация BuddyPress"
|
147 |
|
148 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:408
|
149 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:412
|
150 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:694
|
151 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:698
|
152 |
msgid "%s checkout"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:440
|
156 |
+
msgid ""
|
157 |
+
"The plugin can only fetch a maximum of 100 lists from MailChimp, only your "
|
158 |
+
"first 100 lists are shown."
|
159 |
+
msgstr "Это дополнение может получить максимум 100 списков от MailChimp. Показаны только первые 100 ваших списков."
|
160 |
+
|
161 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:445
|
162 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:742
|
163 |
msgid "Renewed MailChimp cache."
|
164 |
+
msgstr "Обновленный кеш MailChimp"
|
165 |
|
166 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:447
|
167 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:744
|
168 |
msgid "Failed to renew MailChimp cache - please try again later."
|
169 |
+
msgstr "Не удалось обновить кеш MailChimp, попробуйте позднее."
|
170 |
|
171 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:480
|
|
|
172 |
msgid "An EMAIL field. Example: <code>%s</code>"
|
173 |
+
msgstr "Поле EMAIL. Пример: <code>%s</code>"
|
174 |
|
175 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
176 |
msgid "A submit button. Example: <code>%s</code>"
|
177 |
+
msgstr "Кнопка подтверждения и отправки. Пример: <code>%s</code>"
|
178 |
|
179 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:486
|
|
|
180 |
msgid "Sign Up"
|
181 |
+
msgstr "Регистрация"
|
182 |
|
183 |
+
#: mailchimp-for-wordpress/includes/class-admin.php:511
|
|
|
184 |
msgid "A '%s' field"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: mailchimp-for-wordpress/includes/class-form-request.php:702
|
188 |
msgid "Please select at least one list to subscribe to."
|
189 |
+
msgstr "Пожалуйста, выберите хотя бы один список для подписки."
|
190 |
|
191 |
#: mailchimp-for-wordpress/includes/class-widget.php:20
|
192 |
msgid "MailChimp Sign-Up Form"
|
193 |
+
msgstr "Форма регистрации MailChimp"
|
194 |
|
195 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:22
|
196 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
197 |
+
msgstr "Отображает форму регистрации вашего MailChimp для WordPress"
|
198 |
|
199 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:66
|
200 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:71
|
201 |
msgid "Newsletter"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:69
|
205 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:82
|
206 |
msgid "Title:"
|
207 |
+
msgstr "Название:"
|
208 |
|
209 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:73
|
210 |
msgid ""
|
211 |
+
"You can edit your sign-up form in the <a href=\"%s\">MailChimp for WordPress"
|
212 |
+
" form settings</a>."
|
213 |
+
msgstr "Вы можете редактировать вашу форму подписки в <a href=\"%s\">настройках MailChimp for WordPress</a>."
|
214 |
|
215 |
#: mailchimp-for-wordpress/includes/functions/general.php:21
|
216 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:292
|
217 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
218 |
msgid "Email address"
|
219 |
+
msgstr "Email адрес"
|
220 |
|
221 |
#: mailchimp-for-wordpress/includes/functions/general.php:22
|
222 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:291
|
223 |
msgid "Your email address"
|
224 |
+
msgstr "Ваш email-адрес"
|
225 |
|
226 |
#: mailchimp-for-wordpress/includes/functions/general.php:23
|
227 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:293
|
228 |
msgid "Sign up"
|
229 |
+
msgstr "Регистрация"
|
230 |
|
231 |
#: mailchimp-for-wordpress/includes/functions/general.php:30
|
232 |
#: mailchimp-for-wordpress-pro/includes/functions/general.php:27
|
233 |
msgid "Sign me up for the newsletter!"
|
234 |
+
msgstr "Подписаться на новости!"
|
235 |
|
236 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:50
|
237 |
msgid ""
|
238 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
239 |
"inbox."
|
240 |
+
msgstr "Спасибо, ваш запрос на подписку удался! Пожалуйста, проверьте ваш почтовый ящик."
|
241 |
|
242 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:51
|
243 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:52
|
244 |
msgid "Oops. Something went wrong. Please try again later."
|
245 |
+
msgstr "Оп-па. Что-то пошло не так. Пожалуйста, попробуйте позже."
|
246 |
|
247 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:52
|
248 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:53
|
249 |
msgid "Please provide a valid email address."
|
250 |
+
msgstr "Пожалуйста, введите правильный email-адрес."
|
251 |
|
252 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:53
|
253 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:54
|
254 |
msgid "Given email address is already subscribed, thank you!"
|
255 |
+
msgstr "Указанный email уже находится в рассылке, спасибо!"
|
256 |
|
257 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:54
|
258 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:55
|
259 |
msgid "Please complete the CAPTCHA."
|
260 |
+
msgstr "Пожалуйста, введите CAPTCHA"
|
261 |
|
262 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:55
|
263 |
+
#: mailchimp-for-wordpress-pro/includes/functions/general.php:56
|
264 |
msgid "Please fill in the required fields."
|
265 |
+
msgstr "Пожалуйста, заполните требуемые поля."
|
266 |
|
267 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
268 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
269 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
270 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
271 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:106
|
272 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:121
|
273 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:134
|
274 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:145
|
275 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:164
|
276 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:178
|
277 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
278 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
279 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
280 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
284 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
285 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
286 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
287 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:71
|
288 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
289 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
290 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
291 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
292 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
294 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:115
|
295 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:123
|
296 |
msgid "Yes"
|
297 |
+
msgstr "Да"
|
298 |
|
299 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
300 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
301 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
302 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
303 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
304 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:110
|
305 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:125
|
306 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:136
|
307 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:149
|
308 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:168
|
309 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:182
|
310 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
311 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
312 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
313 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
317 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
318 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
319 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
320 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:75
|
321 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
322 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
323 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
324 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
325 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
328 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:116
|
329 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:124
|
330 |
msgid "No"
|
331 |
+
msgstr "Нет"
|
332 |
|
333 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:236
|
334 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:239
|
335 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:311
|
336 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:320
|
337 |
msgid "MailChimp for WordPress - Error"
|
338 |
+
msgstr "MailChimp for WordPress - Ошибка"
|
339 |
|
340 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:237
|
341 |
msgid ""
|
342 |
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
343 |
"settings</a>."
|
344 |
+
msgstr "Пожалуйста, укажите список для подписки в <a href=\"%s\">настройках</a>."
|
345 |
|
346 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:238
|
347 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:319
|
348 |
msgid "This message is only visible to administrators for debugging purposes."
|
349 |
+
msgstr "Это сообщение видимо только для администраторов с целью отладки."
|
350 |
|
351 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:312
|
352 |
msgid ""
|
353 |
"The MailChimp server returned the following error message as a response to "
|
354 |
"our sign-up request:"
|
355 |
+
msgstr "Сервер MailChimp вернул следующее сообщение об ошибке в ответ на нашу попытку подписаться:"
|
356 |
|
357 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:314
|
358 |
msgid "This is the data that was sent to MailChimp:"
|
359 |
+
msgstr "Эти данные были отправлены в MailChimp:"
|
360 |
|
361 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:315
|
362 |
+
#: mailchimp-for-wordpress-pro/includes/class-form-request.php:664
|
363 |
msgid "Email address:"
|
364 |
+
msgstr "Email-адрес:"
|
365 |
|
366 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:317
|
367 |
msgid "Merge variables:"
|
368 |
+
msgstr "Объединить переменные:"
|
369 |
|
370 |
#. Plugin Name of the plugin/theme
|
371 |
msgid "MailChimp for WordPress"
|
372 |
+
msgstr "MailChimp for WordPress"
|
373 |
+
|
374 |
+
#: mailchimp-for-wordpress/includes/views/api-settings.php:12
|
375 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:99
|
376 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
377 |
+
msgid "MailChimp Settings"
|
378 |
+
msgstr "настройки MailChimp"
|
379 |
|
380 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
381 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
382 |
msgid "API Settings"
|
383 |
+
msgstr "Настройки API"
|
384 |
|
385 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:24
|
386 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:21
|
387 |
msgid "CONNECTED"
|
388 |
+
msgstr "СОЕДИНЕНО"
|
389 |
|
390 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:26
|
391 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:23
|
392 |
msgid "NOT CONNECTED"
|
393 |
+
msgstr "НЕ СОЕДИНЕНО"
|
394 |
|
395 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:32
|
396 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:29
|
397 |
msgid "API Key"
|
398 |
+
msgstr "Ключ API"
|
399 |
|
400 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:34
|
401 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:31
|
402 |
msgid "Your MailChimp API key"
|
403 |
+
msgstr "Ваш MailChimp API ключ"
|
404 |
|
405 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:35
|
406 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:32
|
407 |
msgid "Get your API key here."
|
408 |
+
msgstr "Получите здесь ваш API ключ."
|
409 |
|
410 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:47
|
411 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:48
|
412 |
msgid "MailChimp Data"
|
413 |
+
msgstr "Данные MailChimp"
|
414 |
|
415 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:48
|
416 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:49
|
418 |
"The table below shows your MailChimp lists data. If you applied changes to "
|
419 |
"your MailChimp lists, please use the following button to renew your cached "
|
420 |
"data."
|
421 |
+
msgstr "Ниже таблица показывает ваши данные по спискам MailChimp. Если вы примените изменения, сделанные в MailChimp списках, пожалуйста, используйте соответствующую кнопку чтобы обновить кешированные данные."
|
422 |
|
423 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:54
|
424 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:125
|
425 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:55
|
426 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:126
|
427 |
msgid "Renew MailChimp lists"
|
428 |
+
msgstr "Обнови списки MailChimp"
|
429 |
|
430 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:112
|
431 |
msgid "No lists were found in your MailChimp account"
|
432 |
+
msgstr "В вашем аккаунте MailChimp списков не обнаружено"
|
|
|
|
|
|
|
|
|
|
|
433 |
|
434 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
435 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
453 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:31
|
454 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:34
|
455 |
msgid "MailChimp Lists"
|
456 |
+
msgstr "Списки MailChimp"
|
457 |
|
458 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:35
|
459 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
460 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
461 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
462 |
+
msgid "No lists found, <a href=\"%s\">are you connected to MailChimp</a>?"
|
463 |
+
msgstr "Списки не найдены, <a href=\"%s\">вы подключены к MailChimp</a>?"
|
464 |
|
465 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
466 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
470 |
msgstr ""
|
471 |
|
472 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
473 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:102
|
474 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
|
475 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
|
476 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
|
478 |
msgstr ""
|
479 |
|
480 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
|
481 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:113
|
482 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
|
483 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
|
484 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
|
485 |
msgid ""
|
486 |
"Select \"yes\" if you want people to confirm their email address before "
|
487 |
"being subscribed (recommended)"
|
488 |
+
msgstr "Выберите \"да\" если вы хотите, чтобы люди подтверждали свой email прежде чем быть подписанными (рекомендовано)"
|
489 |
|
490 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
491 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:82
|
492 |
msgid "Checkbox settings"
|
493 |
msgstr ""
|
494 |
|
495 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
496 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:85
|
497 |
msgid "Add the checkbox to these forms"
|
498 |
msgstr ""
|
499 |
|
500 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
501 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:92
|
502 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
503 |
msgstr ""
|
504 |
|
505 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
506 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:105
|
507 |
msgid "Checkbox label text"
|
508 |
msgstr ""
|
509 |
|
510 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
|
511 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:108
|
512 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:148
|
513 |
msgid "HTML tags like %s are allowed in the label text."
|
514 |
+
msgstr "HTML теги, подобные %s, допустимы в тексте названия."
|
515 |
|
516 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
517 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:112
|
518 |
msgid "Pre-check the checkbox?"
|
519 |
msgstr ""
|
520 |
|
521 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
522 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:117
|
523 |
msgid "Load some default CSS?"
|
524 |
+
msgstr "Загрузить CSS по умолчанию?"
|
525 |
|
526 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
|
527 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:119
|
528 |
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
529 |
msgstr ""
|
530 |
|
531 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
532 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:122
|
533 |
msgid "WooCommerce checkbox position"
|
534 |
msgstr ""
|
535 |
|
536 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
537 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:125
|
538 |
msgid "After the billing details"
|
539 |
msgstr ""
|
540 |
|
541 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
|
542 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:126
|
543 |
msgid "After the additional information"
|
544 |
msgstr ""
|
545 |
|
546 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
|
547 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
|
548 |
msgid ""
|
549 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
550 |
+
msgstr "Чтобы использовать MailChimp "
|
|
|
|
|
|
|
|
|
|
|
|
|
551 |
|
552 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
553 |
msgid ""
|
554 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
555 |
"paste %s in the content of a post or page or use the widget."
|
556 |
+
msgstr "Чтобы использовать форму подписки MailChimp, соберите форму ниже и затем вставьте %s в содержимое записи или страницы, или используйте виджет."
|
557 |
|
558 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:20
|
559 |
msgid "Required form settings"
|
560 |
+
msgstr "Необходимая настройка формы"
|
561 |
|
562 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:24
|
563 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:19
|
564 |
msgid "Load form styles (CSS)?"
|
565 |
+
msgstr "Загрузить из файлов со стилями (CSS)?"
|
566 |
|
567 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:28
|
568 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:23
|
569 |
msgid "Yes, load basic form styles"
|
570 |
+
msgstr "Да, загрузить простые стили для форм"
|
|
|
|
|
|
|
|
|
|
|
|
|
571 |
|
572 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
573 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
574 |
msgid "Yes, load my custom form styles"
|
575 |
+
msgstr "Да, загрузите мой особенный стиль формы"
|
576 |
|
577 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:30
|
578 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:25
|
579 |
msgid "Yes, load default form theme"
|
580 |
+
msgstr "Окей, загрузите исходные темы для форм "
|
581 |
|
582 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:31
|
583 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:26
|
584 |
msgid "Light Theme"
|
585 |
+
msgstr "Светлая тема"
|
586 |
|
587 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:32
|
588 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:27
|
589 |
msgid "Red Theme"
|
590 |
+
msgstr "Красная тема"
|
591 |
|
592 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:33
|
593 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:28
|
594 |
msgid "Green Theme"
|
595 |
+
msgstr "Зеленая тема"
|
596 |
|
597 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:34
|
598 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:29
|
599 |
msgid "Blue Theme"
|
600 |
+
msgstr "Синяя тема"
|
601 |
|
602 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:35
|
603 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:30
|
604 |
msgid "Dark Theme"
|
605 |
+
msgstr "Темная тема"
|
606 |
|
607 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
608 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:31
|
609 |
msgid "Custom Color Theme"
|
610 |
+
msgstr "Тема с пользовательским цветом"
|
611 |
|
612 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:41
|
613 |
msgid ""
|
614 |
"If you want to load some default CSS styles, select \"basic formatting "
|
615 |
"styles\" or choose one of the color themes"
|
616 |
+
msgstr "Если вы хотите загрузить несколько стилей CSS, установите \"упрощенные стили форматирования\" или выберите одну из цветных схем"
|
617 |
|
618 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:45
|
619 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:14
|
624 |
msgid ""
|
625 |
"Select the list(s) to which people who submit this form should be "
|
626 |
"subscribed."
|
627 |
+
msgstr "Укажите списки, в которые должны быть добавлены люди, отправившие эту форму."
|
628 |
|
629 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:69
|
630 |
msgid "Form mark-up"
|
631 |
+
msgstr "Разметка формы"
|
|
|
|
|
|
|
|
|
|
|
632 |
|
633 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:79
|
634 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:90
|
635 |
msgid ""
|
636 |
"Use the shortcode %s to display this form inside a post, page or text "
|
637 |
"widget."
|
638 |
+
msgstr "Используйте сокращение %s чтобы отобразить эту форму внутри поста, страницы или текстового виджета."
|
639 |
+
|
640 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
641 |
+
#: mailchimp-for-wordpress-pro/includes/views/parts/missing-fields-notice.php:4
|
642 |
+
msgid "Your form is missing the following (required) form fields:"
|
643 |
+
msgstr "Ваша форма недосчиталась следующих необходимых полей формы:"
|
644 |
|
645 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:117
|
646 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
647 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
|
648 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
|
649 |
msgid "Send Welcome Email?"
|
650 |
+
msgstr "Отправить письмо с приглашением?"
|
651 |
|
652 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:128
|
653 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
|
655 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
|
658 |
"succeeds (only when double opt-in is disabled)."
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:131
|
662 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
|
663 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:67
|
664 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
665 |
msgid "Update existing subscribers?"
|
666 |
+
msgstr "Обновить существующих подписчиков"
|
667 |
|
668 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:138
|
669 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
670 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
|
671 |
msgid ""
|
673 |
"showing the \"already subscribed\" message)."
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:141
|
677 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
|
678 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
|
679 |
msgid "Replace interest groups?"
|
680 |
+
msgstr "Заменить группы по интересам?"
|
681 |
|
682 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:152
|
683 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
|
684 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
|
685 |
msgid ""
|
688 |
"groups (only when updating a subscriber)."
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:156
|
692 |
msgid "Form Settings & Messages"
|
693 |
+
msgstr "Настройки форм и Сообщения"
|
694 |
|
695 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:160
|
696 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
697 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
698 |
msgid "Enable AJAX form submission?"
|
699 |
+
msgstr "Включить отправку формы по AJAX?"
|
700 |
|
701 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:171
|
702 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
703 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
704 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
705 |
+
msgstr "Выберите \"да\", если вы хотите использовать AJAX (JavaSctipt) в формы отправки."
|
706 |
|
707 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:174
|
708 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
709 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
|
710 |
msgid "Hide form after a successful sign-up?"
|
711 |
+
msgstr "Скрыть форму после успешной подписки?"
|
712 |
|
713 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:185
|
714 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
|
715 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
|
716 |
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
717 |
+
msgstr "Выберите \"да\" чтобы скрывать поля формы после успешной подписки."
|
718 |
|
719 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:188
|
720 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
721 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
722 |
msgid "Redirect to URL after successful sign-ups"
|
723 |
+
msgstr "Перенаправить по уазанному URL посте успешной подписки"
|
724 |
|
725 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:190
|
726 |
msgid "Example: %s"
|
727 |
+
msgstr "Пример: %s"
|
728 |
|
729 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:191
|
730 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:133
|
731 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:132
|
732 |
msgid ""
|
733 |
+
"Leave empty for no redirect. Otherwise, use complete (absolute) URLs, "
|
734 |
+
"including <code>http://</code>."
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
738 |
msgid "Success message"
|
739 |
+
msgstr "Сообщение об успехе"
|
740 |
|
741 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:199
|
742 |
msgid "Invalid email address message"
|
743 |
+
msgstr "Сообщение об неправильном email адресе"
|
744 |
|
745 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:203
|
746 |
msgid "Required field missing message"
|
747 |
+
msgstr "Сообщение о незаполненном поле"
|
748 |
|
749 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:207
|
750 |
msgid "Already subscribed message"
|
751 |
+
msgstr "Сообщение о наличии подписки"
|
752 |
|
753 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:212
|
754 |
msgid "Invalid CAPTCHA message"
|
755 |
+
msgstr "Сообщение о неправильной CAPTCHA"
|
756 |
|
757 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:217
|
758 |
msgid "General error message"
|
759 |
+
msgstr "Общее сообщение об ошибке"
|
760 |
|
761 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:223
|
762 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:181
|
763 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:169
|
764 |
msgid "HTML tags like %s are allowed in the message fields."
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:237
|
768 |
msgid "Building your sign-up form"
|
769 |
+
msgstr "Сконструировать собственную форму подписки"
|
770 |
|
771 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:238
|
772 |
msgid ""
|
773 |
"At a minimum, your form should include just an %s field and a submit button."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:239
|
777 |
msgid ""
|
778 |
"Add more form fields if your selected lists require more fields. Field names"
|
779 |
" should match the field tags of the selected lists. Use the \"Add a new "
|
780 |
"field\" tool to have the HTML generated for you."
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:241
|
784 |
msgid "Form Styling"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:242
|
788 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:243
|
792 |
msgid ""
|
793 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
794 |
"href=\"%s\">Theme Editor</a> or by editing %s over FTP. Alternatively, use a"
|
795 |
" plugin like %s"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:244
|
799 |
msgid ""
|
800 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
801 |
"selectors you can use to target the different form elements."
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:245
|
805 |
msgid ""
|
806 |
"If you need an easier way to style your forms, <a href=\"%s\">upgrade to "
|
807 |
"MailChimp for WordPress Pro</a>. It comes with a \"Styles Builder\" that "
|
808 |
"lets you customize form styles without writing any code."
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:247
|
812 |
msgid "Form variables"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:248
|
816 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:427
|
817 |
msgid "Use the following variables to add some dynamic content to your form."
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:255
|
821 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:13
|
822 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:259
|
826 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:17
|
827 |
msgid "Replaced with the form response (error or success messages)."
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:264
|
831 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:22
|
832 |
msgid "Replaced with a captcha field."
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
836 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:27
|
837 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:273
|
841 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:31
|
842 |
msgid "Replaced with the current site language, eg: %s"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:277
|
846 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
|
847 |
msgid "Replaced with the visitor's IP address"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:281
|
851 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:39
|
852 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:285
|
856 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:43
|
857 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:289
|
861 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:47
|
862 |
msgid ""
|
863 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
864 |
"in user)"
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:293
|
868 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:51
|
869 |
msgid "First name of the current user"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:297
|
873 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:55
|
874 |
msgid "Last name of the current user"
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:301
|
878 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
|
879 |
msgid "Current user ID"
|
880 |
+
msgstr "Текущий ID пользователя"
|
881 |
|
882 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:305
|
883 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:63
|
884 |
msgid "Current URL"
|
885 |
+
msgstr "Текущий URL"
|
886 |
|
887 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:10
|
888 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:31
|
889 |
msgid "Add a new field"
|
890 |
+
msgstr "Добавить поле"
|
891 |
|
892 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:12
|
893 |
msgid "Use the tool below to generate the HTML for your form fields."
|
894 |
msgstr ""
|
895 |
|
896 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:15
|
897 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:35
|
898 |
msgid "Select MailChimp field.."
|
899 |
+
msgstr "Выбрать одно из полей MailChimp..."
|
900 |
|
901 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
902 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:39
|
903 |
msgid "Submit Button"
|
904 |
+
msgstr "Кнопка отправки формы"
|
905 |
|
906 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
907 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:40
|
908 |
msgid "Lists Choice"
|
909 |
+
msgstr "Список с выбором"
|
910 |
|
911 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
|
912 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
|
913 |
msgid "Label"
|
914 |
+
msgstr "Надпись"
|
915 |
|
|
|
916 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
|
917 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
918 |
msgid "Placeholder"
|
919 |
+
msgstr "\"Заполнитель\""
|
|
|
|
|
|
|
|
|
|
|
920 |
|
921 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
922 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
923 |
msgid "Labels"
|
924 |
+
msgstr "Надписи"
|
925 |
|
926 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:43
|
927 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:63
|
928 |
msgid "(leave empty to hide)"
|
929 |
+
msgstr "(оставьте пустым для сокрытия)"
|
930 |
|
931 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:48
|
932 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:68
|
933 |
msgid "Wrap in paragraph %s tags?"
|
934 |
msgstr ""
|
935 |
|
936 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:53
|
937 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:72
|
938 |
msgid "Required field?"
|
939 |
+
msgstr "Необходимое поле?"
|
940 |
|
941 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:57
|
942 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:76
|
943 |
msgid "Add to form"
|
944 |
+
msgstr "Добавить на форму"
|
945 |
|
946 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:61
|
947 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:80
|
948 |
msgid "Generated HTML"
|
949 |
+
msgstr "Сгенерированный HTML"
|
950 |
|
951 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:68
|
952 |
msgid "Select at least one list first."
|
953 |
+
msgstr "Сначала выберите как минимум один лист."
|
954 |
|
955 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:9
|
956 |
msgid ""
|
958 |
"translated in your language or do you spot errors with the current "
|
959 |
"translations? Helping out is easy! Head over to <a href=\"%s\">the "
|
960 |
"translation project and click \"help translate\"</a>."
|
961 |
+
msgstr "MailChimp for WordPress нуждается в переводах на разные языки. Плагин ещё не переведен на ваш язык или вы заметили пролемы с текущим переводом? Исправить ситуацию легко! Держите курс на <a href=\"%s\">проект по переводу и нажмите \"помочь с переводом\"</a>."
|
962 |
|
963 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:10
|
964 |
msgid ""
|
965 |
"Enjoying this plugin? <a href=\"%s\">Upgrade to MailChimp for WordPress Pro "
|
966 |
"now</a> for an even better plugin, you will love it."
|
967 |
+
msgstr "Нравится этот плагин? <a href=\"%s\">Улучшите его до профессиональной версии MailChimp for WordPress Pro</a>, и вы влюбитесь в него еще крепче."
|
968 |
|
969 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:11
|
970 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:10
|
971 |
msgid ""
|
972 |
"This plugin is not developed by or affiliated with MailChimp in any way."
|
973 |
+
msgstr "Этот плагин не был разработан или как-либо связан с компанией MailChimp."
|
974 |
|
975 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:9
|
976 |
msgid "Looking for support?"
|
977 |
+
msgstr "Нужна помощь?"
|
978 |
|
979 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:10
|
980 |
msgid ""
|
982 |
"use the <a href=\"%s\">support forums</a> on WordPress.org."
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
986 |
msgid "Show a token of your appreciation"
|
987 |
msgstr ""
|
988 |
|
989 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
|
|
|
|
|
|
|
|
990 |
msgid "Leave a %s plugin review on WordPress.org"
|
991 |
msgstr ""
|
992 |
|
993 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
994 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
995 |
msgstr ""
|
996 |
|
997 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
998 |
msgid "Tweet about MailChimp for WordPress"
|
999 |
+
msgstr "Твит о MailChimp for WordPress"
|
1000 |
|
1001 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:19
|
1002 |
msgid ""
|
1003 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
1004 |
"page</a>."
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:20
|
1008 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
1009 |
+
msgstr "Отдайте свой голос за вариант \"works\" на странице дополнений сайта WordPress.org"
|
1010 |
|
1011 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:24
|
1012 |
msgid "About the developer"
|
1013 |
+
msgstr "О разработчике"
|
1014 |
|
1015 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:11
|
1016 |
msgid ""
|
1024 |
msgstr ""
|
1025 |
|
1026 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
|
1027 |
+
msgid "Upgrade Now"
|
1028 |
+
msgstr "Обновить сейчас"
|
1029 |
|
1030 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:206
|
1031 |
msgid "Documentation"
|
1032 |
+
msgstr "Документация"
|
1033 |
|
1034 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:254
|
1035 |
msgid "Save Form"
|
1036 |
+
msgstr "Сохранить форму"
|
1037 |
|
1038 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:258
|
1039 |
msgid "Update Form"
|
1040 |
+
msgstr "Обновить форму"
|
1041 |
|
|