MailChimp for WordPress - Version 2.2.6

Version Description

  • February 26, 2015 =

Fixes

  • CSS reset wasn't working for WooCommerce checkout sign-up checkbox.
  • mc4wp-submitted class was not added in IE8
  • Incorrect action attribute on form element for some server configurations

Improvements

  • Anti-SPAM improvements: a better honeypot field and a timestamp field to prevent instant form submissions.
  • Reset background-image on submit buttons when using CSS themes
  • Smarter email detection when integrating with third-party forms
  • Updated all translations

Additions

  • Custom fallback for browsers not supporting input[type="date"]
Download this release

Release Info

Developer DvanKooten
Plugin Icon 128x128 MailChimp for WordPress
Version 2.2.6
Comparing to
See all releases

Code changes from version 2.2.3 to 2.2.6

Files changed (79) hide show
  1. README.md +4 -0
  2. assets/css/checkbox.css +13 -3
  3. assets/css/checkbox.css.map +1 -1
  4. assets/css/checkbox.min.css +1 -1
  5. assets/css/form-theme-blue.css +13 -26
  6. assets/css/form-theme-blue.css.map +1 -1
  7. assets/css/form-theme-blue.min.css +1 -1
  8. assets/css/form-theme-dark.css +13 -26
  9. assets/css/form-theme-dark.css.map +1 -1
  10. assets/css/form-theme-dark.min.css +1 -1
  11. assets/css/form-theme-green.css +13 -26
  12. assets/css/form-theme-green.css.map +1 -1
  13. assets/css/form-theme-green.min.css +1 -1
  14. assets/css/form-theme-light.css +13 -26
  15. assets/css/form-theme-light.css.map +1 -1
  16. assets/css/form-theme-light.min.css +1 -1
  17. assets/css/form-theme-red.css +13 -26
  18. assets/css/form-theme-red.css.map +1 -1
  19. assets/css/form-theme-red.min.css +1 -1
  20. assets/css/form.css +13 -26
  21. assets/css/form.css.map +1 -1
  22. assets/css/form.min.css +1 -1
  23. assets/css/index.php +6 -6
  24. assets/img/index.php +6 -6
  25. assets/index.php +6 -6
  26. assets/js/admin.js +124 -43
  27. assets/js/admin.min.js +1 -1
  28. assets/js/form-request.js +66 -50
  29. assets/js/form-request.min.js +1 -1
  30. assets/js/index.php +6 -6
  31. assets/js/{beautify-html.js → third-party/beautify-html.js} +0 -0
  32. assets/js/{beautify-html.min.js → third-party/beautify-html.min.js} +0 -0
  33. assets/js/{placeholders.min.js → third-party/placeholders.min.js} +0 -0
  34. assets/sass/checkbox.scss +15 -1
  35. assets/sass/index.php +6 -6
  36. assets/sass/partials/_form-reset.scss +77 -74
  37. assets/sass/partials/index.php +6 -6
  38. includes/class-admin.php +111 -56
  39. includes/class-api.php +31 -29
  40. includes/class-checkbox-manager.php +31 -31
  41. includes/class-form-manager.php +118 -61
  42. includes/class-form-request.php +21 -19
  43. includes/class-mailchimp.php +7 -7
  44. includes/class-plugin.php +52 -25
  45. includes/class-widget.php +94 -94
  46. includes/functions/general.php +13 -11
  47. includes/functions/template.php +146 -146
  48. includes/index.php +6 -6
  49. includes/integrations/class-bbpress.php +4 -4
  50. includes/integrations/class-buddypress.php +3 -3
  51. includes/integrations/class-cf7.php +3 -3
  52. includes/integrations/class-comment-form.php +6 -6
  53. includes/integrations/class-edd.php +2 -2
  54. includes/integrations/class-events-manager.php +1 -1
  55. includes/integrations/class-general.php +9 -7
  56. includes/integrations/class-integration.php +30 -33
  57. includes/integrations/class-multisite.php +5 -5
  58. includes/integrations/class-registration-form.php +6 -6
  59. includes/integrations/class-woocommerce.php +4 -5
  60. includes/views/api-settings.php +13 -13
  61. includes/views/checkbox-settings.php +8 -8
  62. includes/views/form-settings.php +46 -48
  63. includes/views/index.php +6 -6
  64. includes/views/parts/admin-field-wizard.php +4 -4
  65. includes/views/parts/admin-footer.php +2 -2
  66. includes/views/parts/admin-need-support.php +4 -4
  67. includes/views/parts/admin-upgrade-to-pro.php +2 -2
  68. includes/views/parts/index.php +6 -6
  69. index.php +6 -6
  70. languages/mailchimp-for-wp-cs_CZ.po +520 -365
  71. languages/mailchimp-for-wp-de_DE.po +609 -453
  72. languages/mailchimp-for-wp-es_ES.po +516 -360
  73. languages/mailchimp-for-wp-fr_FR.po +514 -360
  74. languages/mailchimp-for-wp-hu_HU.po +533 -379
  75. languages/mailchimp-for-wp-it_IT.po +514 -360
  76. languages/mailchimp-for-wp-nl_NL.po +514 -360
  77. languages/mailchimp-for-wp-pt_BR.po +516 -361
  78. languages/mailchimp-for-wp-sk_SK.po +509 -355
  79. languages/mailchimp-for-wp-tr_TR.po +245 -172
README.md CHANGED
@@ -1,5 +1,9 @@
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
 
1
  MailChimp for WordPress
2
  ======================
3
+ [![Build Status](https://api.travis-ci.org/dannyvankooten/mailchimp-for-wordpress.png?branch=master)](https://travis-ci.org/dannyvankooten/mailchimp-for-wordpress)
4
+ [![Stable Version](https://poser.pugx.org/dannyvankooten/mailchimp-for-wordpress/v/stable.svg)](https://packagist.org/packages/dannyvankooten/mailchimp-for-wordpress)
5
+ [![License](https://poser.pugx.org/dannyvankooten/mailchimp-for-wordpress/license.svg)](https://packagist.org/packages/dannyvankooten/mailchimp-for-wordpress)
6
+
7
 
8
  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.
9
 
assets/css/checkbox.css CHANGED
@@ -1,11 +1,13 @@
1
  /* MailChimp for WP - Checkbox Styles */
2
- p#mc4wp-checkbox {
3
  clear: both;
4
  display: block;
5
  position: static;
6
  width: auto;
7
  }
8
- p#mc4wp-checkbox input {
 
 
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
- p#mc4wp-checkbox label {
 
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,gBAAgB;EAEf,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,MAAM;EAChB,KAAK,EAAE,IAAI;;AAEX,sBAAM;EACL,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,sBAAM;EACL,OAAO,EAAE,KAAK;EACd,MAAM,EAAE,OAAO;EACf,KAAK,EAAE,IAAI;EACX,QAAQ,EAAE,MAAM;;;AAKlB,6BAA6B;EAC5B,aAAa,EAAE,IAAI",
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
- p#mc4wp-checkbox{clear:both;display:block;position:static;width:auto}p#mc4wp-checkbox input{position:static;margin:0 6px 0 0;padding:0;vertical-align:middle;display:inline-block!important;max-width:21px;-webkit-appearance:checkbox}p#mc4wp-checkbox label{display:block;cursor:pointer;width:auto;position:static}#registerform #mc4wp-checkbox{margin-bottom:10px}
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,20 +43,28 @@ 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 {
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[type="submit"],
53
  .mc4wp-form button,
54
  .mc4wp-form input[type="button"] {
55
  cursor: pointer;
56
  display: inline-block;
57
+ background-image: none;
58
+ }
59
+ .mc4wp-form ul,
60
+ .mc4wp-form li {
61
+ list-style: none;
62
+ margin: 0;
63
+ padding: 0;
64
+ }
65
+ .mc4wp-form label > span,
66
+ .mc4wp-form li > label {
67
+ font-weight: normal;
68
  }
69
 
70
  .mc4wp-alert {
assets/css/form-theme-blue.css.map CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "version": 3,
3
- "mappings": "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",
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": "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",
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 li,.mc4wp-form ul{list-style:none;margin:0;padding:0}.mc4wp-form label>span,.mc4wp-form li>label{font-weight:400}.mc4wp-form p>label:nth-child(2){margin-top:10px}.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 button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block}.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=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=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=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form 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}
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 button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block;background-image:none}.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=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=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=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form 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,20 +43,28 @@ 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 {
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[type="submit"],
53
  .mc4wp-form button,
54
  .mc4wp-form input[type="button"] {
55
  cursor: pointer;
56
  display: inline-block;
57
+ background-image: none;
58
+ }
59
+ .mc4wp-form ul,
60
+ .mc4wp-form li {
61
+ list-style: none;
62
+ margin: 0;
63
+ padding: 0;
64
+ }
65
+ .mc4wp-form label > span,
66
+ .mc4wp-form li > label {
67
+ font-weight: normal;
68
  }
69
 
70
  .mc4wp-alert {
assets/css/form-theme-dark.css.map CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "version": 3,
3
- "mappings": "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",
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": "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",
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 li,.mc4wp-form ul{list-style:none;margin:0;padding:0}.mc4wp-form label>span,.mc4wp-form li>label{font-weight:400}.mc4wp-form p>label:nth-child(2){margin-top:10px}.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 button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block}.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=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=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=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form 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}
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 button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block;background-image:none}.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=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=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=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form 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,20 +43,28 @@ 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 {
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[type="submit"],
53
  .mc4wp-form button,
54
  .mc4wp-form input[type="button"] {
55
  cursor: pointer;
56
  display: inline-block;
57
+ background-image: none;
58
+ }
59
+ .mc4wp-form ul,
60
+ .mc4wp-form li {
61
+ list-style: none;
62
+ margin: 0;
63
+ padding: 0;
64
+ }
65
+ .mc4wp-form label > span,
66
+ .mc4wp-form li > label {
67
+ font-weight: normal;
68
  }
69
 
70
  .mc4wp-alert {
assets/css/form-theme-green.css.map CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "version": 3,
3
- "mappings": "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",
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": "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",
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 li,.mc4wp-form ul{list-style:none;margin:0;padding:0}.mc4wp-form label>span,.mc4wp-form li>label{font-weight:400}.mc4wp-form p>label:nth-child(2){margin-top:10px}.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 button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block}.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=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=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=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form 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}
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 button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block;background-image:none}.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=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=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=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form 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,20 +43,28 @@ 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 {
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[type="submit"],
53
  .mc4wp-form button,
54
  .mc4wp-form input[type="button"] {
55
  cursor: pointer;
56
  display: inline-block;
57
+ background-image: none;
58
+ }
59
+ .mc4wp-form ul,
60
+ .mc4wp-form li {
61
+ list-style: none;
62
+ margin: 0;
63
+ padding: 0;
64
+ }
65
+ .mc4wp-form label > span,
66
+ .mc4wp-form li > label {
67
+ font-weight: normal;
68
  }
69
 
70
  .mc4wp-alert {
assets/css/form-theme-light.css.map CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "version": 3,
3
- "mappings": "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",
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": "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",
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 li,.mc4wp-form ul{list-style:none;margin:0;padding:0}.mc4wp-form label>span,.mc4wp-form li>label{font-weight:400}.mc4wp-form p>label:nth-child(2){margin-top:10px}.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 button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block}.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=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=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=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form 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}
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 button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block;background-image:none}.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=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=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=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form 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,20 +43,28 @@ 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 {
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[type="submit"],
53
  .mc4wp-form button,
54
  .mc4wp-form input[type="button"] {
55
  cursor: pointer;
56
  display: inline-block;
57
+ background-image: none;
58
+ }
59
+ .mc4wp-form ul,
60
+ .mc4wp-form li {
61
+ list-style: none;
62
+ margin: 0;
63
+ padding: 0;
64
+ }
65
+ .mc4wp-form label > span,
66
+ .mc4wp-form li > label {
67
+ font-weight: normal;
68
  }
69
 
70
  .mc4wp-alert {
assets/css/form-theme-red.css.map CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "version": 3,
3
- "mappings": "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",
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": "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",
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 li,.mc4wp-form ul{list-style:none;margin:0;padding:0}.mc4wp-form label>span,.mc4wp-form li>label{font-weight:400}.mc4wp-form p>label:nth-child(2){margin-top:10px}.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 button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block}.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=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=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=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form 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}
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 button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block;background-image:none}.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=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=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=submit]:focus,.mc4wp-form input[type=submit]:hover{color:#333;text-decoration:none;background:0 0}.mc4wp-form 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,20 +43,28 @@ 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 {
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[type="submit"],
53
  .mc4wp-form button,
54
  .mc4wp-form input[type="button"] {
55
  cursor: pointer;
56
  display: inline-block;
57
+ background-image: none;
58
+ }
59
+ .mc4wp-form ul,
60
+ .mc4wp-form li {
61
+ list-style: none;
62
+ margin: 0;
63
+ padding: 0;
64
+ }
65
+ .mc4wp-form label > span,
66
+ .mc4wp-form li > label {
67
+ font-weight: normal;
68
  }
69
 
70
  .mc4wp-alert {
assets/css/form.css.map CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "version": 3,
3
- "mappings": ";AAEA,WAAW;EACT,MAAM,EAAE,KAAK;;;AAGf;gBACiB;EAChB,KAAK,EAAE,IAAI;;;AAGZ,iBAAiB;EACf,OAAO,EAAE,KAAK;EACd,WAAW,EAAE,IAAI;EACjB,aAAa,EAAE,GAAG;;;AAGpB;cACe;EACb,UAAU,EAAE,IAAI;EAChB,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;;;AAGZ;sBACuB;EACrB,WAAW,EAAE,MAAM;;;AAGrB,kCAAmC;EACjC,UAAU,EAAE,IAAI;;;AAGlB,iBAAkB;EAChB,cAAc,EAAE,QAAQ;;;AAG1B,gCAAiC;EAC/B,KAAK,EAAE,eAAe;;;AAGxB;;;;;;kBAMmB;EACjB,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;+BACgC;EAC9B,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,kCAAmC;EACjC,kBAAkB,EAAE,QAAQ;;;AAG9B,+BAAgC;EAC9B,kBAAkB,EAAE,KAAK;;;AAG3B;;gCAEiC;EAC/B,MAAM,EAAE,OAAO;EACf,OAAO,EAAE,YAAY;;;AAGvB,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"
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;;AAI3B;;gCAEqB;EACnB,MAAM,EAAE,OAAO;EACf,OAAO,EAAE,YAAY;EACrB,gBAAgB,EAAE,IAAI;;AAIxB;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,form.mc4wp-form{width:auto}.mc4wp-form label{display:block;font-weight:700;margin-bottom:5px}.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-form p>label:nth-child(2){margin-top:10px}.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 button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block}.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}
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 button,.mc4wp-form input[type=button],.mc4wp-form input[type=submit]{cursor:pointer;display:inline-block;background-image:none}.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("MC4WP_LITE_VERSION") ) {
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("MC4WP_LITE_VERSION") ) {
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("MC4WP_LITE_VERSION") ) {
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
- var $context = $('#mc4wp-admin');
 
 
 
 
 
 
 
4
 
5
- function proOnlyNotice() {
 
 
 
6
 
7
  // prevent checking of radio buttons
8
  if( typeof this.checked === 'boolean' ) {
@@ -13,50 +24,47 @@
13
  event.stopPropagation();
14
  }
15
 
16
- $context.find(".pro-feature, .pro-feature label, .pro-feature :radio").click(proOnlyNotice);
17
 
18
- $context.find('input[name$="[show_at_woocommerce_checkout]"]').change(function() {
19
- $context.find('tr#woocommerce-settings').toggle( $(this).prop( 'checked') );
20
- });
21
 
22
- var $listInputs = $("#mc4wp-lists").find(':input');
23
- $listInputs.change(
24
- function() {
25
- var hasListSelected = $listInputs.filter(':checked').length > 0;
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
- // Allow tabs inside the form mark-up
36
- $(document).delegate('#mc4wpformmarkup', 'keydown', function(e) {
37
  var keyCode = e.keyCode || e.which;
38
 
39
- if (keyCode == 9) {
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
- if ( typeof(QTags) == 'undefined' ) {
 
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 == true ) {
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 == 0) {
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 == 0) {
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] != undefined) {
328
  fieldType = fieldTypesMap[data.field_type];
329
  } else {
330
  fieldType = 'text';
331
  }
332
-
333
- if(visibleRowsMap[fieldType] != undefined) {
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 != 'radio' && fieldType != 'checkbox') {
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 == 'textarea') {
456
  $input.text($value.val());
457
  } else {
458
  $input.attr('value', $value.val());
@@ -482,8 +553,7 @@
482
  $code.wrapInner($("<p />"));
483
  }
484
 
485
- var html = $code.html();
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 != 'undefined' && typeof QTags != 'undefined' && QTags.insertContent) {
498
  result = QTags.insertContent($codePreview.val());
499
  }
500
 
501
  // fallback, just append
502
  if(!result) {
503
- var $formContent = $( document.getElementById('mc4wpformmarkup') );
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 c=a("#mc4wp-admin");c.find(".pro-feature, .pro-feature label, .pro-feature :radio").click(b),c.find('input[name$="[show_at_woocommerce_checkout]"]').change(function(){c.find("tr#woocommerce-settings").toggle(a(this).prop("checked"))});var d=a("#mc4wp-lists").find(":input");d.change(function(){var b=d.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)}),a(document).delegate("#mc4wpformmarkup","keydown",function(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(){"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)"),1==window.mc4wp.hasCaptchaPlugin&&QTags.addButton("mc4wp_captcha","CAPTCHA","{captcha}","","captcha","Display a CAPTCHA field"))}(),function(){"use strict";function b(){p.find("option").not(".default").remove(),o.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(0==q.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(B.proOnly+" "+g).attr("disabled","disabled").data("field",null),q.append(h)}}for(var d=0,i=c.interest_groupings.length;i>d;d++){var j=c.interest_groupings[d];if(0==r.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(B.proOnly+" "+g).attr("disabled","disabled").data("list-grouping",null),r.append(h)}}})}function c(){d();var b=a(this).find(":selected");switch(b.val()){case"submit":m="submit",u.text(B.buttonText),t.val(B.subscribe),s.find("p.row").filter(".value, .wrap-p").show();break;case"lists":m="lists",s.find(".wrap-p").show();break;default:var c=b.data("list-field");if(c)return h(c);var c=b.data("list-grouping");if(c)return f(c)}j()}function d(){s.find(".row :input").each(function(){a(this).is(":checkbox")?this.checked=!0:this.value=""}),s.find("p.row").hide(),v.find(":input").remove(),s.show(),m="text",n="",u.html(B.initialValue+" <small>"+B.optional+"</small>")}function e(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",B.labelFor+' "'+b[c].name+'" '+B.orLeaveEmpty).attr("value",b[c].name).appendTo(v)}function f(a){switch(s.find("p.row").filter(".values, .label, .wrap-p").show(),w.val(a.name+":"),n="GROUPINGS["+a.id+"]",e(a.groups),a.form_field){case"radio":m="radio";break;case"hidden":s.find("p.row").filter(".values, .label, .wrap-p").hide(),s.find("p.row.value").show();for(var b=0,c=a.groups.length;c>b;b++)t.val(t.val()+a.groups[b].name+",");m="hidden";break;case"dropdown":m="select";break;default:m="checkbox",n+="[]"}j()}function g(){var b="";return o.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 h(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(m=void 0!=d[b.field_type]?d[b.field_type]:"text",void 0!=c[m])var e=c[m];else var e=c["default"];for(var f=0;f<e.length;f++)s.find("p.row."+e[f]).show();if(m=m,n=b.tag,x.val("Your "+b.name.toLowerCase()),w.val(b.name+":"),y.attr("checked",b.req),v.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",B.labelFor+' "'+b.choices[f]+'" '+B.orLeaveEmpty).attr("value",b.choices[f]).appendTo(v);j()}function i(a){a=html_beautify(a),A.val(a)}function j(){var b,c=a("<div></div>");switch(m){case"lists":var d=g();return l()&&(d="<p>"+d+"</p>"),i(d);case"select":b=a("<select />"),v.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":v.find(":input").each(function(){a(this).val().length>0&&(b=a("<input />").attr("type",m).attr("name",n).val(a(this).data("value")),y.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",m)}"radio"!=m&&"checkbox"!=m&&(n.length>0&&b.attr("name",n),t.is(":visible")&&t.val().length>0&&("textarea"==m?b.text(t.val()):b.attr("value",t.val())),x.is(":visible")&&x.val().length>0&&b.attr("placeholder",x.val()),y.is(":visible:checked")&&b.attr("required",!0),c.append(b)),w.is(":visible")&&w.val().length>0&&a("<label />").text(w.val()).prependTo(c),l()&&c.wrapInner(a("<p />"));var d=c.html();i(d)}function k(){var b=!1;if("undefined"!=typeof wpActiveEditor&&"undefined"!=typeof QTags&&QTags.insertContent&&(b=QTags.insertContent(A.val())),!b){var c=a(document.getElementById("mc4wpformmarkup"));c.val(c.val()+"\n"+A.val())}}function l(){return z.is(":visible:checked")?!0:!1}var m,n,o=a("#mc4wp-lists :input"),p=a("#mc4wp-fw-mailchimp-fields"),q=p.find(".merge-fields"),r=p.find(".groupings"),s=a("#mc4wp-fw-fields"),t=a("#mc4wp-fw-value"),u=a("#mc4wp-fw-value-label"),v=a("#mc4wp-fw-values"),w=a("#mc4wp-fw-label"),x=a("#mc4wp-fw-placeholder"),y=a("#mc4wp-fw-required"),z=a("#mc4wp-fw-wrap-p"),A=a("#mc4wp-fw-preview"),B=mc4wp.strings.fieldWizard;o.change(b),p.change(c),s.change(j),a("#mc4wp-fw-add-to-form").click(k),b()}()}(jQuery);
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
- window.mc4wpFormRequest = (function() {
2
-
3
- var formElement;
4
 
5
  /**
6
- * Initializes the stuff to do
 
 
 
 
 
 
 
 
7
  */
8
- function init() {
9
- addEvent( window, 'load', act );
10
- }
11
 
12
- function act() {
 
13
 
14
- // Find element of submitted form
15
- formElement = document.getElementById('mc4wp-form-' + mc4wpFormRequestData.submittedFormId);
16
- if( ! formElement ) {
17
- return;
18
- }
19
 
20
- // If an error occured, re-populate form fields
21
- // only populate fields on error
22
- if( mc4wpFormRequestData.success == false ) {
23
- populateFields( formElement, mc4wpFormRequestData.postData );
24
- }
25
 
26
- // Scroll to form element
27
- var scrollToHeight = 0;
28
- var obj = formElement;
29
- var windowHeight = window.innerHeight;
30
 
31
- if (obj.offsetParent) {
32
- do {
33
- scrollToHeight += obj.offsetTop;
34
- } while (obj = obj.offsetParent);
35
- } else {
36
- scrollToHeight = formElement.offsetTop;
37
  }
38
 
39
- if((windowHeight - 80) > formElement.clientHeight) {
40
- // vertically center the form, but only if there's enough space for a decent margin
41
- scrollToHeight = scrollToHeight - ((windowHeight - formElement.clientHeight) / 2);
42
- } else {
43
- // the form doesn't fit, scroll a little above the form
44
- scrollToHeight = scrollToHeight - 80;
45
- }
 
 
 
 
 
 
 
 
 
 
46
 
47
- // scroll there. if jQuery is loaded, do it with an animation.
48
- if(window.jQuery !== undefined) {
49
- jQuery('html, body').animate({ scrollTop: scrollToHeight }, 800);
50
- } else {
51
- window.scrollTo(0, scrollToHeight);
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
- return {
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
- window.mc4wpFormRequest=function(){function a(){c(window,"load",b)}function b(){if(e=document.getElementById("mc4wp-form-"+mc4wpFormRequestData.submittedFormId)){0==mc4wpFormRequestData.success&&d(e,mc4wpFormRequestData.postData);var a=0,b=e,c=window.innerHeight;if(b.offsetParent){do a+=b.offsetTop;while(b=b.offsetParent)}else a=e.offsetTop;a-=c-80>e.clientHeight?(c-e.clientHeight)/2:80,void 0!==window.jQuery?jQuery("html, body").animate({scrollTop:a},800):window.scrollTo(0,a)}}function c(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent("on"+b,c)}function d(a,b,c){for(var e in b){var f=e,g=b[e];if(""!=g){if("undefined"!=typeof c&&(f=c+"["+e+"]"),g.constructor==Array)f+="[]";else if("object"==typeof g){d(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":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 e;return{init:function(){a()}}}(),mc4wpFormRequest.init();
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("MC4WP_LITE_VERSION") ) {
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
- p#mc4wp-checkbox{
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("MC4WP_LITE_VERSION") ) {
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,86 @@
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
- .mc4wp-form input {
35
- vertical-align: baseline;
36
- }
37
-
38
- .mc4wp-form input.placeholdersjs {
39
- color: #aaa !important;
40
- }
41
-
42
- .mc4wp-form input[type="text"],
43
- .mc4wp-form input[type="email"],
44
- .mc4wp-form input[type="tel"],
45
- .mc4wp-form input[type="url"],
46
- .mc4wp-form input[type="date"],
47
- .mc4wp-form textarea,
48
- .mc4wp-form select {
49
- cursor: auto;
50
- display: block;
51
- width: 100%;
52
- height: auto;
53
- box-sizing: border-box;
54
- -webkit-box-sizing: border-box;
55
- -moz-box-sizing: border-box;
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
+
63
+ input[type="submit"],
64
+ button,
65
+ input[type="button"] {
66
+ cursor: pointer;
67
+ display: inline-block;
68
+ background-image: none;
69
+ }
70
+
71
+ /* Other elements */
72
+ ul,
73
+ li {
74
+ list-style: none;
75
+ margin: 0;
76
+ padding: 0;
77
+ }
78
+
79
+ label > span,
80
+ li > label {
81
+ font-weight: normal;
82
+ }
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
 
 
 
 
 
 
85
  }
86
 
87
  .mc4wp-alert{
assets/sass/partials/index.php CHANGED
@@ -1,6 +1,6 @@
1
- <?php
2
- if( ! defined("MC4WP_LITE_VERSION") ) {
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( "MC4WP_LITE_VERSION" ) ) {
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 = 'mailchimp-for-wp/mailchimp-for-wp.php';
21
 
22
  /**
23
  * Constructor
24
  */
25
- public function __construct()
26
- {
27
- $this->setup_hooks();
28
 
29
- // did the user click on upgrade to pro link?
30
- if( isset( $_GET['page'] ) && $_GET['page'] === 'mailchimp-for-wp-upgrade' && false === headers_sent() ) {
31
- wp_redirect( 'https://mc4wp.com/#utm_source=lite-plugin&utm_medium=link&utm_campaign=menu-upgrade-link' );
32
- exit;
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( isset( $pagenow ) && $pagenow === 'plugins.php' ) {
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
  *
@@ -92,15 +99,23 @@ class MC4WP_Lite_Admin
92
  register_setting( 'mc4wp_lite_checkbox_settings', 'mc4wp_lite_checkbox', array( $this, 'validate_checkbox_settings' ) );
93
  register_setting( 'mc4wp_lite_form_settings', 'mc4wp_lite_form', array( $this, 'validate_form_settings' ) );
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 (http://wordpress.org/plugins/captcha/)
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
- * Add the settings link to the Plugins overview
124
- * @param array $links
125
- * @return array
126
- */
127
- public function add_plugin_settings_link( $links, $file )
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
- array_unshift( $links, $settings_link );
135
- return $links;
136
  }
137
 
138
  /**
@@ -148,14 +165,14 @@ class MC4WP_Lite_Admin
148
  return $links;
149
  }
150
 
151
- $links[] = '<a href="http://wordpress.org/plugins/mailchimp-for-wp/faq/">FAQ</a>';
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,11 +183,43 @@ class MC4WP_Lite_Admin
166
  */
167
  $required_cap = apply_filters( 'mc4wp_settings_cap', 'manage_options' );
168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  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' );
170
- add_submenu_page( 'mailchimp-for-wp', 'API Settings - MailChimp for WP Lite', __( 'MailChimp Settings', 'mailchimp-for-wp' ), $required_cap, 'mailchimp-for-wp', array( $this, 'show_api_settings' ) );
171
- add_submenu_page( 'mailchimp-for-wp', 'Checkbox Settings - MailChimp for WP Lite', __( 'Checkboxes', 'mailchimp-for-wp' ), $required_cap, 'mailchimp-for-wp-checkbox-settings', array($this, 'show_checkbox_settings' ) );
172
- add_submenu_page( 'mailchimp-for-wp', 'Form Settings - MailChimp for WP Lite', __( 'Forms', 'mailchimp-for-wp' ), $required_cap, 'mailchimp-for-wp-form-settings', array( $this, 'show_form_settings' ) );
173
- add_submenu_page( 'mailchimp-for-wp', 'Upgrade to Pro - MailChimp for WP Lite', __( 'Upgrade to Pro', 'mailchimp-for-wp' ), $required_cap, 'mailchimp-for-wp-upgrade', array( $this, 'redirect_to_pro' ) );
 
 
 
174
  }
175
 
176
 
@@ -284,13 +333,13 @@ class MC4WP_Lite_Admin
284
  }
285
 
286
  /**
287
- * @param string $hook
 
288
  */
289
- public function load_css_and_js( $hook )
290
- {
291
  // only load asset files on the MailChimp for WordPress settings pages
292
- if( false === isset( $_GET['page'] ) || false === stristr( $_GET['page'], 'mailchimp-for-wp' ) ) {
293
- return;
294
  }
295
 
296
  $suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
@@ -300,7 +349,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 +370,14 @@ class MC4WP_Lite_Admin
321
  'mailchimpLists' => $mailchimp->get_lists()
322
  )
323
  );
 
 
324
  }
325
 
326
  /**
327
- * Returns available checkbox integrations
328
- *
329
- * @return array
330
  */
331
  public function get_checkbox_compatible_plugins()
332
  {
@@ -337,21 +388,21 @@ class MC4WP_Lite_Admin
337
  }
338
 
339
  $checkbox_plugins = array(
340
- 'comment_form' => __( "Comment form", 'mailchimp-for-wp' ),
341
- "registration_form" => __( "Registration form", 'mailchimp-for-wp' )
342
  );
343
 
344
  if( is_multisite() ) {
345
- $checkbox_plugins['multisite_form'] = __( "MultiSite forms", 'mailchimp-for-wp' );
346
- }
347
 
348
- if( class_exists("BuddyPress") ) {
349
- $checkbox_plugins['buddypress_form'] = __( "BuddyPress registration", 'mailchimp-for-wp' );
350
- }
351
 
352
- if( class_exists('bbPress') ) {
353
- $checkbox_plugins['bbpress_forms'] = "bbPress";
354
- }
355
 
356
  if ( class_exists( 'WooCommerce' ) ) {
357
  $checkbox_plugins['woocommerce_checkout'] = sprintf( __( '%s checkout', 'mailchimp-for-wp' ), 'WooCommerce' );
@@ -385,11 +436,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( "mc4wp", "mc4wp-cache-success", __( 'Renewed MailChimp cache.', 'mailchimp-for-wp' ), 'updated' );
391
  } else {
392
- add_settings_error( "mc4wp", "mc4wp-cache-error", __( 'Failed to renew MailChimp cache - please try again later.', 'mailchimp-for-wp' ) );
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
  *
99
  register_setting( 'mc4wp_lite_checkbox_settings', 'mc4wp_lite_checkbox', array( $this, 'validate_checkbox_settings' ) );
100
  register_setting( 'mc4wp_lite_form_settings', 'mc4wp_lite_form', array( $this, 'validate_form_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
 
333
  }
334
 
335
  /**
336
+ * Load scripts and stylesheet on MailChimp for WP Admin pages
337
+ * @return bool
338
  */
339
+ public function load_css_and_js() {
 
340
  // only load asset files on the MailChimp for WordPress settings pages
341
+ if( ! isset( $_GET['page'] ) || strpos( $_GET['page'], 'mailchimp-for-wp' ) !== 0 ) {
342
+ return false;
343
  }
344
 
345
  $suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
349
  wp_enqueue_style( 'mc4wp-admin-css', MC4WP_LITE_PLUGIN_URL . 'assets/css/admin' . $suffix . '.css' );
350
 
351
  // js
352
+ wp_register_script( 'mc4wp-beautifyhtml', MC4WP_LITE_PLUGIN_URL . 'assets/js/third-party/beautify-html'. $suffix .'.js', array( 'jquery' ), MC4WP_LITE_VERSION, true );
353
  wp_register_script( 'mc4wp-admin', MC4WP_LITE_PLUGIN_URL . 'assets/js/admin' . $suffix . '.js', array( 'jquery', 'quicktags' ), MC4WP_LITE_VERSION, true );
354
  wp_enqueue_script( array( 'jquery', 'mc4wp-beautifyhtml', 'mc4wp-admin' ) );
355
  wp_localize_script( 'mc4wp-admin', 'mc4wp',
370
  'mailchimpLists' => $mailchimp->get_lists()
371
  )
372
  );
373
+
374
+ return true;
375
  }
376
 
377
  /**
378
+ * Returns available checkbox integrations
379
+ *
380
+ * @return array
381
  */
382
  public function get_checkbox_compatible_plugins()
383
  {
388
  }
389
 
390
  $checkbox_plugins = array(
391
+ 'comment_form' => __( 'Comment form', 'mailchimp-for-wp' ),
392
+ 'registration_form' => __( 'Registration form', 'mailchimp-for-wp' )
393
  );
394
 
395
  if( is_multisite() ) {
396
+ $checkbox_plugins['multisite_form'] = __( 'MultiSite forms', 'mailchimp-for-wp' );
397
+ }
398
 
399
+ if( class_exists( 'BuddyPress' ) ) {
400
+ $checkbox_plugins['buddypress_form'] = __( 'BuddyPress registration', 'mailchimp-for-wp' );
401
+ }
402
 
403
+ if( class_exists( 'bbPress' ) ) {
404
+ $checkbox_plugins['bbpress_forms'] = 'bbPress';
405
+ }
406
 
407
  if ( class_exists( 'WooCommerce' ) ) {
408
  $checkbox_plugins['woocommerce_checkout'] = sprintf( __( '%s checkout', 'mailchimp-for-wp' ), 'WooCommerce' );
436
  $mailchimp = new MC4WP_MailChimp();
437
  $lists = $mailchimp->get_lists( $force_cache_refresh );
438
 
439
+ if( $lists && count( $lists ) === 100 ) {
440
+ 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' ) );
441
+ }
442
+
443
  if ( $force_cache_refresh ) {
444
  if ( false === empty ( $lists ) ) {
445
+ add_settings_error( 'mc4wp', 'mc4wp-cache-success', __( 'Renewed MailChimp cache.', 'mailchimp-for-wp' ), 'updated' );
446
  } else {
447
+ add_settings_error( 'mc4wp', 'mc4wp-cache-error', __( 'Failed to renew MailChimp cache - please try again later.', 'mailchimp-for-wp' ) );
448
  }
449
  }
450
 
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 MC4WP_Lite_API {
15
 
16
  /**
17
  * @var string
@@ -84,12 +84,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( "MailChimp Error: " . $result->error );
88
  }
89
- }
90
-
91
  }
92
-
93
  return $this->connected;
94
  }
95
 
@@ -116,7 +116,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 );
@@ -145,7 +145,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 +164,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 +191,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 +201,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 +209,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 +234,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,7 +243,7 @@ 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
 
@@ -272,7 +272,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 === "subscribed" );
276
  }
277
 
278
  return false;
@@ -294,7 +294,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 +303,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
 
@@ -333,32 +333,34 @@ class MC4WP_Lite_API {
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
- 'body' => $data,
345
- 'timeout' => 15,
346
- 'headers' => array('Accept-Encoding' => ''),
347
- 'sslverify' => false
348
- )
349
- );
 
 
350
 
351
  // test for wp errors
352
  if( is_wp_error( $response ) ) {
353
  // show error message to admins
354
- $this->show_error( "HTTP Error: " . $response->get_error_message() );
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
 
10
  * Takes care of requests to the MailChimp API
11
  *
12
  * @uses WP_HTTP
13
+ */
14
+ class MC4WP_API {
15
 
16
  /**
17
  * @var string
84
  if( isset( $result->msg ) && $result->msg === "Everything's Chimpy!" ) {
85
  $this->connected = true;
86
  } elseif( isset( $result->error ) ) {
87
+ $this->show_error( 'MailChimp Error: ' . $result->error );
88
  }
89
+ }
90
+
91
  }
92
+
93
  return $this->connected;
94
  }
95
 
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 );
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
  */
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
  */
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
 
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
  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
  // default to using email for updating
235
  if( ! is_array( $email ) ) {
236
  $email = array(
237
+ 'email' => $email,
238
  );
239
  }
240
 
243
  'email' => $email,
244
  'merge_vars' => $merge_vars,
245
  'email_type' => $email_type,
246
+ 'replace_interests' => $replace_interests,
247
  )
248
  );
249
 
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 === 'subscribed' );
276
  }
277
 
278
  return false;
294
  if( ! is_array( $struct ) ) {
295
  // assume $struct is an email
296
  $struct = array(
297
+ 'email' => $struct,
298
  );
299
  }
300
 
303
  'email' => $struct,
304
  'delete_member' => $delete_member,
305
  'send_goodbye' => $send_goodbye,
306
+ 'send_notify' => $send_notification,
307
  )
308
  );
309
 
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
+ 'body' => $data,
345
+ 'timeout' => 15,
346
+ 'headers' => array(
347
+ 'Accept-Encoding' => '',
348
+ ),
349
+ 'sslverify' => false,
350
+ )
351
+ );
352
 
353
  // test for wp errors
354
  if( is_wp_error( $response ) ) {
355
  // show error message to admins
356
+ $this->show_error( 'HTTP Error: ' . $response->get_error_message() );
357
  return false;
358
  }
359
 
360
  // dirty fix for older WP versions
361
  if( $method === 'helper/ping' && is_array( $response ) && isset( $response['headers']['content-length'] ) && (int) $response['headers']['content-length'] === 44 ) {
362
  return (object) array(
363
+ 'msg' => "Everything's Chimpy!",
364
  );
365
  }
366
 
includes/class-checkbox-manager.php CHANGED
@@ -26,41 +26,41 @@ class MC4WP_Lite_Checkbox_Manager
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,14 +89,14 @@ class MC4WP_Lite_Checkbox_Manager
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
  }
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("MC4WP_LITE_VERSION") ) {
4
  header( 'Status: 403 Forbidden' );
5
  header( 'HTTP/1.1 403 Forbidden' );
6
  exit;
@@ -21,6 +21,16 @@ class MC4WP_Lite_Form_Manager {
21
  */
22
  private $form_request = false;
23
 
 
 
 
 
 
 
 
 
 
 
24
  /**
25
  * Constructor
26
  */
@@ -34,8 +44,9 @@ class MC4WP_Lite_Form_Manager {
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
@@ -60,7 +71,7 @@ class MC4WP_Lite_Form_Manager {
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
  // register non-AJAX script (that handles form submissions)
66
  wp_register_script( 'mc4wp-form-request', MC4WP_LITE_PLUGIN_URL . 'assets/js/form-request' . $suffix . '.js', array(), MC4WP_LITE_VERSION, true );
@@ -72,26 +83,26 @@ class MC4WP_Lite_Form_Manager {
72
  * Load the form stylesheet(s)
73
  */
74
  public function load_stylesheet( ) {
75
- $opts = mc4wp_get_options('form');
76
 
77
- if( $opts['css'] == false ) {
78
- return false;
79
- }
80
 
81
  $suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
82
 
83
- if( $opts['css'] != 1 && $opts['css'] !== 'default' ) {
84
 
85
- $form_theme = $opts['css'];
86
- if( in_array( $form_theme, array( 'blue', 'green', 'dark', 'light', 'red' ) ) ) {
87
- wp_enqueue_style( 'mailchimp-for-wp-form-theme-' . $opts['css'], MC4WP_LITE_PLUGIN_URL . 'assets/css/form-theme-' . $opts['css'] . $suffix . '.css', array(), MC4WP_LITE_VERSION, 'all' );
88
- }
89
 
90
- } else {
91
- wp_enqueue_style( 'mailchimp-for-wp-form', MC4WP_LITE_PLUGIN_URL . 'assets/css/form' . $suffix . '.css', array(), MC4WP_LITE_VERSION, 'all' );
92
- }
93
 
94
- return true;
95
  }
96
 
97
  /**
@@ -144,13 +155,13 @@ class MC4WP_Lite_Form_Manager {
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 = "<!-- Form by MailChimp for WordPress plugin v". MC4WP_LITE_VERSION ." - https://mc4wp.com/ -->";
154
  $opening_html .= '<div id="mc4wp-form-' . $this->form_instance_number . '" class="' . $this->get_css_classes() . '">';
155
 
156
  // Generate before & after fields HTML
@@ -169,14 +180,7 @@ class MC4WP_Lite_Form_Manager {
169
  // Process fields, if not submitted or not successfull or hide_after_success disabled
170
  if( ! $was_submitted || ! $opts['hide_after_success'] || ! $this->form_request->is_successful() ) {
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' );
@@ -200,8 +204,13 @@ class MC4WP_Lite_Form_Manager {
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' ) .'" />';
@@ -218,13 +227,13 @@ 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
- 'submittedFormId' => $this->form_request->get_form_instance_number(),
222
- 'postData' => $this->form_request->get_data()
223
  )
224
  );
225
 
226
  // get actual response html
227
- $response_html = $this->form_request->get_response_html();
228
 
229
  // add form response after or before fields if no {response} tag
230
  if( stristr( $visible_fields, '{response}' ) === false || $opts['hide_after_success']) {
@@ -255,7 +264,7 @@ class MC4WP_Lite_Form_Manager {
255
  $visible_fields = str_ireplace( '{response}', $response_html, $visible_fields );
256
 
257
  // Generate closing HTML
258
- $closing_html = "</div><!-- / MailChimp for WP Plugin -->";
259
 
260
  // increase form instance number in case there is more than one form on a page
261
  $this->form_instance_number++;
@@ -273,42 +282,90 @@ class MC4WP_Lite_Form_Manager {
273
  return $opening_html . $before_form . $form_opening_html . $before_fields . $visible_fields . $hidden_fields . $after_fields . $form_closing_html . $after_form . $closing_html;
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
- if( wp_script_is( 'jquery', 'done' ) ) {
284
- // print jQuery
285
- ?><script type="text/javascript">
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;
21
  */
22
  private $form_request = false;
23
 
24
+ /**
25
+ * @var bool Is the inline JavaScript printed to the page already?
26
+ */
27
+ private $inline_js_printed = false;
28
+
29
+ /**
30
+ * @var bool Whether to print the JS snippet "fixing" date fields
31
+ */
32
+ private $print_date_fallback = false;
33
+
34
  /**
35
  * Constructor
36
  */
44
  add_filter( 'widget_text', 'shortcode_unautop' );
45
  add_filter( 'widget_text', 'do_shortcode', 11 );
46
 
47
+ // load checkbox css if necessary
48
+ add_action( 'wp_head', array( $this, 'print_css' ), 90 );
49
+ add_action( 'wp_enqueue_scripts', array( $this, 'load_stylesheet' ) );
50
 
51
  /**
52
  * @deprecated
71
  // frontend only
72
  if( ! is_admin() ) {
73
  // register placeholder script, which will later be enqueued for IE only
74
+ wp_register_script( 'mc4wp-placeholders', MC4WP_LITE_PLUGIN_URL . 'assets/js/third-party/placeholders.min.js', array(), MC4WP_LITE_VERSION, true );
75
 
76
  // register non-AJAX script (that handles form submissions)
77
  wp_register_script( 'mc4wp-form-request', MC4WP_LITE_PLUGIN_URL . 'assets/js/form-request' . $suffix . '.js', array(), MC4WP_LITE_VERSION, true );
83
  * Load the form stylesheet(s)
84
  */
85
  public function load_stylesheet( ) {
86
+ $opts = mc4wp_get_options( 'form' );
87
 
88
+ if( $opts['css'] == false ) {
89
+ return false;
90
+ }
91
 
92
  $suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
93
 
94
+ if( $opts['css'] != 1 && $opts['css'] !== 'default' ) {
95
 
96
+ $form_theme = $opts['css'];
97
+ if( in_array( $form_theme, array( 'blue', 'green', 'dark', 'light', 'red' ) ) ) {
98
+ wp_enqueue_style( 'mailchimp-for-wp-form-theme-' . $opts['css'], MC4WP_LITE_PLUGIN_URL . 'assets/css/form-theme-' . $opts['css'] . $suffix . '.css', array(), MC4WP_LITE_VERSION, 'all' );
99
+ }
100
 
101
+ } else {
102
+ wp_enqueue_style( 'mailchimp-for-wp-form', MC4WP_LITE_PLUGIN_URL . 'assets/css/form' . $suffix . '.css', array(), MC4WP_LITE_VERSION, 'all' );
103
+ }
104
 
105
+ return true;
106
  }
107
 
108
  /**
155
  }
156
 
157
  // Get form options
158
+ $opts = mc4wp_get_options( 'form' );
159
 
160
  // was this form submitted?
161
  $was_submitted = ( is_object( $this->form_request ) && $this->form_request->get_form_instance_number() === $this->form_instance_number );
162
 
163
  // Generate opening HTML
164
+ $opening_html = '<!-- Form by MailChimp for WordPress plugin v'. MC4WP_LITE_VERSION .' - https://mc4wp.com/ -->';
165
  $opening_html .= '<div id="mc4wp-form-' . $this->form_instance_number . '" class="' . $this->get_css_classes() . '">';
166
 
167
  // Generate before & after fields HTML
180
  // Process fields, if not submitted or not successfull or hide_after_success disabled
181
  if( ! $was_submitted || ! $opts['hide_after_success'] || ! $this->form_request->is_successful() ) {
182
 
183
+ $form_opening_html = '<form method="post">';
 
 
 
 
 
 
 
184
 
185
  // add form fields from settings
186
  $visible_fields = __( $opts['markup'], 'mailchimp-for-wp' );
204
  */
205
  $visible_fields = apply_filters( 'mc4wp_form_content', $visible_fields );
206
 
207
+ if( $this->form_contains_field_type( $visible_fields, 'date' ) ) {
208
+ $this->print_date_fallback = true;
209
+ }
210
+
211
  // hidden fields
212
+ $hidden_fields = '<input type="text" name="_mc4wp_required_but_not_really" value="" />';
213
+ $hidden_fields .= '<input type="hidden" name="_mc4wp_timestamp" value="'. time() . '" />';
214
  $hidden_fields .= '<input type="hidden" name="_mc4wp_form_submit" value="1" />';
215
  $hidden_fields .= '<input type="hidden" name="_mc4wp_form_instance" value="'. $this->form_instance_number .'" />';
216
  $hidden_fields .= '<input type="hidden" name="_mc4wp_form_nonce" value="'. wp_create_nonce( '_mc4wp_form_nonce' ) .'" />';
227
  wp_enqueue_script( 'mc4wp-form-request' );
228
  wp_localize_script( 'mc4wp-form-request', 'mc4wpFormRequestData', array(
229
  'success' => ( $this->form_request->is_successful() ) ? 1 : 0,
230
+ 'formId' => $this->form_request->get_form_instance_number(),
231
+ 'data' => $this->form_request->get_data()
232
  )
233
  );
234
 
235
  // get actual response html
236
+ $response_html .= $this->form_request->get_response_html();
237
 
238
  // add form response after or before fields if no {response} tag
239
  if( stristr( $visible_fields, '{response}' ) === false || $opts['hide_after_success']) {
264
  $visible_fields = str_ireplace( '{response}', $response_html, $visible_fields );
265
 
266
  // Generate closing HTML
267
+ $closing_html = '</div><!-- / MailChimp for WP Plugin -->';
268
 
269
  // increase form instance number in case there is more than one form on a page
270
  $this->form_instance_number++;
282
  return $opening_html . $before_form . $form_opening_html . $before_fields . $visible_fields . $hidden_fields . $after_fields . $form_closing_html . $after_form . $closing_html;
283
  }
284
 
285
+ /**
286
+ * @param $form
287
+ * @param $field_type
288
+ *
289
+ * @return bool
290
+ */
291
+ private function form_contains_field_type( $form, $field_type ) {
292
+ $html = sprintf( ' type="%s" ', $field_type );
293
+ return stristr( $form, $html ) !== false;
294
+ }
295
+
296
+ /**
297
+ * Prints some inline CSS that does the following
298
+ * - Hides the honeypot field through CSS
299
+ */
300
+ public function print_css() {
301
+ ?><style type="text/css">.mc4wp-form input[name="_mc4wp_required_but_not_really"] { position: absolute; top: -1000000px; }</style><?php
302
+ }
303
+
304
  /**
305
  * Prints some JavaScript to enhance the form functionality
306
  *
307
  * This is only printed on pages that actually contain a form.
 
308
  */
309
  public function print_js() {
310
+
311
+ if( $this->inline_js_printed === true ) {
312
+ return false;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
313
  }
314
+
315
+ // Print vanilla JavaScript
316
+ ?><script type="text/javascript">
317
+ (function() {
318
+
319
+ function addSubmittedClass() {
320
+ var className = 'mc4wp-form-submitted';
321
+ (this.classList) ? this.classList.add(className) : this.className += ' ' + className;
322
+ }
323
+
324
+ var forms = document.querySelectorAll('.mc4wp-form');
325
+ for (var i = 0; i < forms.length; i++) {
326
+ (function(f) {
327
+
328
+ // hide honeypot
329
+ var honeypot = f.querySelector('input[name="_mc4wp_required_but_not_really"]');
330
+ honeypot.style.display = 'none';
331
+
332
+ // add class on submit
333
+ var button = f.querySelector('[type="submit"]');
334
+ if (button.addEventListener) {
335
+ button.addEventListener( 'click', addSubmittedClass.bind(f));
336
+ } else {
337
+ button.attachEvent( 'onclick', addSubmittedClass.bind(f));
338
+ }
339
+
340
+ })(forms[i]);
341
+ }
342
+ })();
343
+
344
+ <?php if( $this->print_date_fallback ) { ?>
345
+ (function() {
346
+ // test if browser supports date fields
347
+ var testInput = document.createElement('input');
348
+ testInput.setAttribute('type', 'date');
349
+ if( testInput.type !== 'date') {
350
+
351
+ // add placeholder & pattern to all date fields
352
+ var dateFields = document.querySelectorAll('.mc4wp-form input[type="date"]');
353
+ for(var i=0; i<dateFields.length; i++) {
354
+ if(!dateFields[i].placeholder) {
355
+ dateFields[i].placeholder = 'yyyy/mm/dd';
356
+ }
357
+ if(!dateFields[i].pattern) {
358
+ 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))';
359
+ }
360
+ }
361
+ }
362
+ })();
363
+ <?php } ?>
364
+ </script><?php
365
+
366
+ // make sure this function only runs once
367
+ $this->inline_js_printed = true;
368
+ return true;
369
  }
370
 
371
  }
includes/class-form-request.php CHANGED
@@ -140,12 +140,19 @@ class MC4WP_Lite_Form_Request {
140
  return false;
141
  }
142
 
143
- // ensure honeypot was not filed
144
- if ( isset( $this->data['_MC4WP_REQUIRED_BUT_NOT_REALLY'] ) && ! empty( $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';
@@ -364,7 +371,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
@@ -426,6 +433,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 +441,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 +459,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 +641,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 +675,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
  /**
140
  return false;
141
  }
142
 
143
+ // ensure honeypot was given but not filled
144
+ if ( ! isset( $this->data['_MC4WP_REQUIRED_BUT_NOT_REALLY'] ) || '' !== $this->data['_MC4WP_REQUIRED_BUT_NOT_REALLY'] ) {
145
  $this->error_code = 'spam';
146
  return false;
147
  }
148
 
149
+ // check timestamp difference, token should be generated at least 2 seconds before form submit
150
+ if( ! isset( $this->data['_MC4WP_TIMESTAMP'] ) || time() < ( intval( $this->data['_MC4WP_TIMESTAMP'] ) + 2 ) ) {
151
+ $this->error_code = 'spam';
152
+ return false;
153
+ }
154
+
155
+
156
  // check if captcha was present and valid
157
  if( isset( $this->data['_MC4WP_HAS_CAPTCHA'] ) && $this->data['_MC4WP_HAS_CAPTCHA'] == 1 && function_exists( 'cptch_check_custom_form' ) && cptch_check_custom_form() !== true ) {
158
  $this->error_code = 'invalid_captcha';
371
  // format new grouping
372
  $grouping = array(
373
  'id' => $grouping->id,
374
+ 'groups' => $group_data,
375
  );
376
 
377
  // make sure groups is an array
433
  $result = false;
434
  $email_type = $this->get_email_type();
435
 
436
+ // loop through selected lists
437
  foreach ( $lists_data as $list_id => $list_field_data ) {
438
 
439
  // allow plugins to alter merge vars for each individual list
441
 
442
  // send a subscribe request to MailChimp for each list
443
  $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'] );
444
+ do_action( 'mc4wp_subscribe', $this->data['EMAIL'], $list_id, $list_merge_vars, $result, 'form', 'form', 0 );
445
  }
446
 
447
  do_action( 'mc4wp_after_subscribe', $this->data['EMAIL'], $this->data, 0, $result );
459
  // store user email in a cookie
460
  $this->set_email_cookie( $this->data['EMAIL'] );
461
 
 
 
 
 
 
 
 
462
  // Store success result
463
  $this->success = true;
464
 
641
  *
642
  * Used to alter the error message, don't use. Use `mc4wp_form_messages` instead.
643
  */
644
+ $message['text'] = apply_filters( 'mc4wp_form_error_message', $message['text'], $this->error_code );
645
 
646
  $html = '<div class="mc4wp-alert mc4wp-'. $message['type'].'">' . $message['text'] . '</div>';
647
 
675
  $messages = array(
676
  'already_subscribed' => array(
677
  'type' => 'notice',
678
+ 'text' => $this->form_options['text_already_subscribed'],
679
  ),
680
  'error' => array(
681
  'type' => 'error',
682
+ 'text' => $this->form_options['text_error'],
683
  ),
684
  'invalid_email' => array(
685
  'type' => 'error',
686
+ 'text' => $this->form_options['text_invalid_email'],
687
  ),
688
  'success' => array(
689
  'type' => 'success',
690
+ 'text' => $this->form_options['text_success'],
691
  ),
692
  'invalid_captcha' => array(
693
  'type' => 'error',
694
+ 'text' => $this->form_options['text_invalid_captcha'],
695
  ),
696
  'required_field_missing' => array(
697
  'type' => 'error',
698
+ 'text' => $this->form_options['text_required_field_missing'],
699
  ),
700
  'no_lists_selected' => array(
701
  'type' => 'error',
702
+ 'text' => __( 'Please select at least one list to subscribe to.', 'mailchimp-for-wp' ),
703
+ ),
704
  );
705
 
706
  /**
includes/class-mailchimp.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- if( ! defined("MC4WP_LITE_VERSION") ) {
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
@@ -173,7 +173,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 +188,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 +203,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["choices"] = $merge_var->choices;
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
173
  */
174
  public function strip_unnecessary_group_properties( $group ) {
175
  return (object) array(
176
+ 'name' => $group->name,
177
  );
178
  }
179
 
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
  '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['choices'] = $merge_var->choices;
211
  }
212
 
213
  return (object) $array;
214
 
215
  }
216
 
217
+ }
includes/class-plugin.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- if( ! defined("MC4WP_LITE_VERSION") ) {
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 MC4WP_Lite_API
23
  */
24
- private $api = null;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
  /**
27
  * Constructor
28
  */
29
- public function __construct() {
30
 
31
- spl_autoload_register( array( $this, 'autoload') );
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
- * @return bool
45
- */
46
- public function autoload( $class_name ) {
47
 
48
- static $classes = null;
49
 
50
- if( $classes === null ) {
51
 
52
  $classes = array(
53
- 'MC4WP_Lite_API' => 'class-api.php',
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,20 +96,20 @@ 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
- if( isset( $classes[$class_name] ) ) {
77
- require_once MC4WP_LITE_PLUGIN_DIR . 'includes/' . $classes[$class_name];
78
- return true;
79
- }
80
 
81
- return false;
82
 
83
 
84
- }
85
 
86
  /**
87
  * @return MC4WP_Lite_Checkbox
@@ -98,20 +126,19 @@ class MC4WP_Lite {
98
  }
99
 
100
  /**
101
- * @return MC4WP_Lite_API
102
  */
103
  public function get_api() {
104
 
105
  if( $this->api === null ) {
106
  $opts = mc4wp_get_options();
107
- $this->api = new MC4WP_Lite_API( $opts['general']['api_key'] );
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
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
- <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 %sMailChimp for WordPress form settings%s.', 'mailchimp-for-wp' ), '<a href="' . admin_url('admin.php?page=mailchimp-for-wp-form-settings') . '">', '</a>' ); ?>
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
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
- 'woocommerce_position' => 'order'
 
 
 
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
- 'update_existing' => false,
58
- 'replace_interests' => true,
59
- 'send_welcome' => false
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 MC4WP_Lite_API
93
  */
94
  function mc4wp_get_api() {
95
- global $mc4wp;
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( "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
- global $mc4wp;
15
-
16
- // manually instantiate comment form integration class
17
- if( ! isset( $mc4wp->get_checkbox_manager()->integrations['comment_form'] ) ) {
18
- $mc4wp->get_checkbox_manager()->integrations['comment_form'] = new MC4WP_Comment_Form_Integration();
19
- }
20
-
21
- $mc4wp->get_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
- global $mc4wp;
41
- return $mc4wp->get_form_manager()->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
- }
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
+ global $mc4wp;
15
+
16
+ // manually instantiate comment form integration class
17
+ if( ! isset( $mc4wp->get_checkbox_manager()->integrations['comment_form'] ) ) {
18
+ $mc4wp->get_checkbox_manager()->integrations['comment_form'] = new MC4WP_Comment_Form_Integration();
19
+ }
20
+
21
+ $mc4wp->get_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
+ global $mc4wp;
41
+ return $mc4wp->get_form_manager()->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("MC4WP_LITE_VERSION") ) {
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("MC4WP_LITE_VERSION") ) {
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("MC4WP_LITE_VERSION") ) {
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("MC4WP_LITE_VERSION") ) {
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("MC4WP_LITE_VERSION") ) {
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( "MC4WP_LITE_VERSION" ) ) {
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( ! isset( $merge_vars['NAME'] ) && in_array( $simple_key, array( 'name', 'yourname', 'username', 'fullname' ) ) ) {
 
 
154
  // find name field
155
  $merge_vars['NAME'] = $value;
156
- } elseif( ! isset( $merge_vars['FNAME'] ) && in_array( $simple_key, array( 'firstname', 'fname', "givenname", "forename" ) ) ) {
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("MC4WP_LITE_VERSION") ) {
4
  header( 'Status: 403 Forbidden' );
5
  header( 'HTTP/1.1 403 Forbidden' );
6
  exit;
@@ -158,12 +158,12 @@ abstract class MC4WP_Integration {
158
  } else if( in_array( 'default:0', $args['options'] ) ) {
159
  $checked = '';
160
  }
161
-
162
  }
163
 
164
- $content = "<!-- MailChimp for WP v". MC4WP_LITE_VERSION ." - https://mc4wp.com/ -->";
165
 
166
- do_action( 'mc4wp_before_checkbox' );
167
 
168
  // checkbox
169
  $content .= '<p id="mc4wp-checkbox">';
@@ -213,15 +213,18 @@ abstract class MC4WP_Integration {
213
 
214
 
215
  /**
216
- * Makes a subscription request
217
- *
218
- * @param string $email
219
- * @param array $merge_vars
220
- * @param string $signup_type
221
- * @param int $comment_id
222
- * @return boolean
223
- */
224
- protected function subscribe( $email, array $merge_vars = array(), $signup_type = 'comment', $comment_id = null ) {
 
 
 
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 $signup_type
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, $signup_type );
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
- '<p>' . __( 'The MailChimp server returned the following error message as a response to our sign-up request:', 'mailchimp-for-wp' ) . '</p>' .
316
- '<pre>' . $api->get_error_message() . '</pre>' .
317
- '<p>' . __( 'This is the data that was sent to MailChimp:', 'mailchimp-for-wp' ) . '</p>' .
318
- '<strong>' . __( 'Email address:', 'mailchimp-for-wp' ) . '</strong>' .
319
- '<pre>' . esc_html( $email ) . '</pre>' .
320
- '<strong>' . __( 'Merge variables:', 'mailchimp-for-wp' ) . '</strong>' .
321
- '<pre>' . esc_html( print_r( $merge_vars, true ) ) . '</pre>' .
322
- '<p style="font-style:italic; font-size:12px;">' . __( 'This message is only visible to administrators for debugging purposes.', 'mailchimp-for-wp' ) . '</p>',
323
- __( 'MailChimp for WordPress - Error', 'mailchimp-for-wp' ), array( 'back_link' => true ) );
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
+ $content = '<!-- MailChimp for WP v'. MC4WP_LITE_VERSION .' - https://mc4wp.com/ -->';
165
 
166
+ do_action( 'mc4wp_before_checkbox' );
167
 
168
  // checkbox
169
  $content .= '<p id="mc4wp-checkbox">';
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("MC4WP_LITE_VERSION" ) ) {
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 , $meta = null ) {
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 = 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,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("MC4WP_LITE_VERSION") ) {
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( 'woocommerce_payment_complete', array( $this, 'subscribe_from_woocommerce_checkout' ) );
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("MC4WP_LITE_VERSION") ) {
4
  header( 'Status: 403 Forbidden' );
5
  header( 'HTTP/1.1 403 Forbidden' );
6
  exit;
@@ -32,7 +32,7 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
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="http://admin.mailchimp.com/account/api"><?php _e( 'Get your API key here.', 'mailchimp-for-wp' ); ?></a></p>
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
- } 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>
1
+ <?php
2
 
3
+ if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
4
  header( 'Status: 403 Forbidden' );
5
  header( 'HTTP/1.1 403 Forbidden' );
6
  exit;
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="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("MC4WP_LITE_VERSION") ) {
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, %sare you connected to MailChimp?%s', 'mailchimp-for-wp' ), '<a href="'. admin_url( 'admin.php?page=mailchimp-for-wp' ) .'">', '</a>' ); ?></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,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("MC4WP_LITE_VERSION") ) {
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, %sare you connected to MailChimp?%s', 'mailchimp-for-wp' ), '<a href="'. admin_url( 'admin.php?page=mailchimp-for-wp' ) .'">', '</a>' ); ?></td><?php
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
- <?php submit_button(); ?>
 
 
 
 
 
 
 
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> &nbsp;
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
- <tr class="pro-feature" valign="top">
 
123
  <th scope="row"><?php _e( 'Send Welcome Email?', 'mailchimp-for-wp' ); ?></th>
124
  <td class="nowrap">
125
- <input type="radio" readonly />
126
- <label><?php _e( "Yes", 'mailchimp-for-wp' ); ?></label> &nbsp;
127
- <input type="radio" checked readonly />
128
- <label><?php _e( "No", 'mailchimp-for-wp' ); ?></label> &nbsp;
 
 
 
 
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("Yes", 'mailchimp-for-wp'); ?></label> &nbsp;
137
  <input type="radio" checked readonly />
138
  <label><?php _e( 'No', 'mailchimp-for-wp' ); ?></label> &nbsp;
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("Yes", 'mailchimp-for-wp'); ?>
148
  </label> &nbsp;
149
  <label>
150
  <input type="radio" readonly />
151
- <?php _e("No", 'mailchimp-for-wp'); ?>
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("Yes", 'mailchimp-for-wp'); ?>
167
  </label> &nbsp;
168
  <label>
169
  <input type="radio" checked disabled />
170
- <?php _e("No", 'mailchimp-for-wp'); ?>
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> &nbsp;
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 or enter 0 for no redirection. Use complete (absolute) URLs, including <code>http://</code>', 'mailchimp-for-wp' ); ?></p>
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' ), 'http://wordpress.org/plugins/mailchimp-for-wp/faq/' ); ?></p>
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("Y/m/d") . '</em>' ); ?></td>
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("H:i:s") . '</em>' ); ?></td>
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> &nbsp;
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> &nbsp;
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> &nbsp;
135
  <input type="radio" checked readonly />
136
  <label><?php _e( 'No', 'mailchimp-for-wp' ); ?></label> &nbsp;
137
  </td>
142
  <td class="nowrap">
143
  <label>
144
  <input type="radio" checked readonly />
145
+ <?php _e( 'Yes', 'mailchimp-for-wp' ); ?>
146
  </label> &nbsp;
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> &nbsp;
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> &nbsp;
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("MC4WP_LITE_VERSION") ) {
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("MC4WP_LITE_VERSION") ) {
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("MC4WP_LITE_VERSION") ) {
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("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/', 'http://wordpress.org/support/plugin/mailchimp-for-wp' ); ?></p>
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("MC4WP_LITE_VERSION") ) {
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("MC4WP_LITE_VERSION") ) {
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,15 @@
1
- # Copyright (C) 2014 Danny van Kooten
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: 2014-12-09 19:20:27+00:00\n"
10
- "PO-Revision-Date: 2015-01-13 10:43+0000\n"
11
- "Last-Translator: Jan Toman <toman.jan@gmail.com>\n"
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 +26,165 @@ msgstr ""
25
  "X-Poedit-SourceCharset: utf-8\n"
26
  "X-Textdomain-Support: yes\n"
27
 
28
- #: mailchimp-for-wordpress/includes/class-admin.php:130
29
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:185
30
  msgid "Settings"
31
  msgstr "Nastavení"
32
 
33
- #: mailchimp-for-wordpress/includes/class-admin.php:149
34
- #: mailchimp-for-wordpress/includes/class-admin.php:163
35
- msgid "Upgrade to Pro"
36
- msgstr "Aktivovat verzi PRO"
37
 
38
- #: mailchimp-for-wordpress/includes/class-admin.php:160
39
- #: mailchimp-for-wordpress/includes/views/api-settings.php:12
40
- #: mailchimp-for-wordpress/includes/views/form-settings.php:106
41
- #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
42
- msgid "MailChimp Settings"
43
- msgstr "Nastavení MailChimpu"
44
 
45
- #: mailchimp-for-wordpress/includes/class-admin.php:161
46
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:572
 
 
 
 
 
 
 
 
 
 
 
47
  msgid "Checkboxes"
48
  msgstr "Zaškrtávací políčka"
49
 
50
- #: mailchimp-for-wordpress/includes/class-admin.php:162
51
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:573
 
 
 
 
 
 
 
 
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:299
 
 
 
 
 
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:313
61
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:671
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  msgid "Comment form"
63
  msgstr "Formulář pro přidávání komentářů"
64
 
65
- #: mailchimp-for-wordpress/includes/class-admin.php:314
66
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:672
67
  msgid "Registration form"
68
  msgstr "Registrační formulář"
69
 
70
- #: mailchimp-for-wordpress/includes/class-admin.php:318
71
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:676
72
  msgid "MultiSite forms"
73
  msgstr "Formuláře MultiSite"
74
 
75
- #: mailchimp-for-wordpress/includes/class-admin.php:322
76
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:680
77
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:231
78
  msgid "BuddyPress registration"
79
  msgstr "Registrace do BuddyPress"
80
 
81
- #: mailchimp-for-wordpress/includes/class-admin.php:330
82
- #: mailchimp-for-wordpress/includes/class-admin.php:334
83
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:688
84
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:692
85
  msgid "%s checkout"
86
  msgstr ""
87
 
88
- #: mailchimp-for-wordpress/includes/class-admin.php:363
89
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:738
 
 
 
 
 
 
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:365
94
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:740
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:398
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:404
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:404
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:429
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:675
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 +192,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:21
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:62
131
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:69
132
  msgid "Newsletter"
133
  msgstr "Newsletter"
134
 
135
- #: mailchimp-for-wordpress/includes/class-widget.php:65
136
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:80
137
  msgid "Title:"
138
  msgstr "Titulek:"
139
 
140
- #: mailchimp-for-wordpress/includes/class-widget.php:69
141
  msgid ""
142
- "You can edit your sign-up form in the %sMailChimp for WordPress form "
143
- "settings%s."
144
- msgstr "Přihlašovací formulář můžete upravit v %sMailChimp for WordPress form settings%s."
145
 
146
  #: mailchimp-for-wordpress/includes/functions/general.php:21
147
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:285
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:284
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:286
159
  msgid "Sign up"
160
  msgstr "Registrovat se"
161
 
@@ -164,48 +233,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:47
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:48
174
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:51
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:49
179
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:52
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:50
184
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:53
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:51
189
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:54
190
  msgid "Please complete the CAPTCHA."
191
  msgstr "Vyplňte prosím kód CAPTCHA."
192
 
193
- #: mailchimp-for-wordpress/includes/functions/general.php:52
194
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:55
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:44
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:113
203
- #: mailchimp-for-wordpress/includes/views/form-settings.php:126
204
- #: mailchimp-for-wordpress/includes/views/form-settings.php:136
205
- #: mailchimp-for-wordpress/includes/views/form-settings.php:147
206
- #: mailchimp-for-wordpress/includes/views/form-settings.php:166
207
- #: mailchimp-for-wordpress/includes/views/form-settings.php:180
208
- #: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:44
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 "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:99
219
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:104
 
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 +296,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:44
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:117
235
- #: mailchimp-for-wordpress/includes/views/form-settings.php:128
236
- #: mailchimp-for-wordpress/includes/views/form-settings.php:138
237
- #: mailchimp-for-wordpress/includes/views/form-settings.php:151
238
- #: mailchimp-for-wordpress/includes/views/form-settings.php:170
239
- #: mailchimp-for-wordpress/includes/views/form-settings.php:184
240
- #: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:44
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 "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:99
251
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:104
 
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 +330,40 @@ msgstr "Ano"
259
  msgid "No"
260
  msgstr "Ne"
261
 
262
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:212
263
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:215
264
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:293
265
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:302
266
  msgid "MailChimp for WordPress - Error"
267
  msgstr "Chyba pluginu MailChimp pro WordPress"
268
 
269
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:213
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:214
276
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:301
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:294
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:296
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:297
291
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:638
292
  msgid "Email address:"
293
  msgstr "E-mailová adresa:"
294
 
295
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:299
296
  msgid "Merge variables:"
297
  msgstr ""
298
 
@@ -300,6 +371,12 @@ msgstr ""
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 +431,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 +459,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, %sare you connected to MailChimp?%s"
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 +470,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:109
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 +478,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:120
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 +488,67 @@ 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:68
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:71
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:78
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:91
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:94
440
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:134
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:98
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:103
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:105
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:108
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:111
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:112
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:115
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 ""
488
  "To use the MailChimp sign-up form, configure the form below and then either "
@@ -503,12 +569,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 +630,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: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 "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:123
 
 
 
 
 
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:130
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 "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:133
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:140
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 "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:143
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:154
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 +688,204 @@ msgid ""
627
  "groups (only when updating a subscriber)."
628
  msgstr ""
629
 
630
- #: mailchimp-for-wordpress/includes/views/form-settings.php:158
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:162
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:173
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:176
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:187
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:190
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:192
665
  msgid "Example: %s"
666
  msgstr "Příklad: %s"
667
 
668
- #: mailchimp-for-wordpress/includes/views/form-settings.php:193
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 or enter 0 for no redirection. Use complete (absolute) URLs, "
673
- "including <code>http://</code>"
674
- msgstr "Pokud nechcete, aby byl uživatel kamkoliv přesměrován, nechte políčko prázdné nebo vepište 0. V jiném případě používejte kompletní (absolutní) adresu stránky, která obsahuje <code>http://</code>."
675
 
676
- #: mailchimp-for-wordpress/includes/views/form-settings.php:197
677
  msgid "Success message"
678
  msgstr "Hláška po úspěšné registraci"
679
 
680
- #: mailchimp-for-wordpress/includes/views/form-settings.php:201
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:205
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:209
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:214
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:219
697
  msgid "General error message"
698
  msgstr "Obecná chybová hláška"
699
 
700
- #: mailchimp-for-wordpress/includes/views/form-settings.php:225
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:239
707
  msgid "Building your sign-up form"
708
  msgstr ""
709
 
710
- #: mailchimp-for-wordpress/includes/views/form-settings.php:240
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:241
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:243
723
  msgid "Form Styling"
724
  msgstr "Vzhled formuláře"
725
 
726
- #: mailchimp-for-wordpress/includes/views/form-settings.php:244
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:245
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:246
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:247
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:249
751
  msgid "Form variables"
752
  msgstr "Proměnné pro registrační formulář"
753
 
754
- #: mailchimp-for-wordpress/includes/views/form-settings.php:250
755
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:473
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:257
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:261
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:266
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:271
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:275
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:279
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:283
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:287
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:291
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:295
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:299
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:303
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:307
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:29
828
  msgid "Add a new field"
829
  msgstr "Přidat nové políčko"
830
 
@@ -833,71 +894,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:32
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:36
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:37
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:45
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:50
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:60
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:60
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:65
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:69
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:73
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:77
901
  msgid "Generated HTML"
902
  msgstr "Vygenerované HTML:"
903
 
@@ -935,43 +982,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: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: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:19
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:19
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:20
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:21
971
  msgid "Vote \"works\" on the WordPress.org plugin page"
972
  msgstr ""
973
 
974
- #: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:25
975
  msgid "About the developer"
976
  msgstr "O vývojáři"
977
 
@@ -987,72 +1024,77 @@ msgid ""
987
  msgstr ""
988
 
989
  #: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
990
- msgid "More information about MailChimp for WP Pro"
991
- msgstr ""
992
 
993
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:204
994
  msgid "Documentation"
995
  msgstr "Dokumentace"
996
 
997
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:247
998
  msgid "Save Form"
999
  msgstr "Uložit formulář"
1000
 
1001
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:251
1002
  msgid "Update Form"
1003
  msgstr "Upravit formulář"
1004
 
1005
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:302
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:304
1010
  msgid "Form updated."
1011
  msgstr "Formulář byl upravený."
1012
 
1013
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:305
1014
  msgid "Form saved."
1015
  msgstr "Formulář byl uložený."
1016
 
1017
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:432
1018
  msgid "Optional Settings"
1019
  msgstr "Nepovinná nastavení"
1020
 
1021
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:433
1022
  msgid "Form Variables"
1023
  msgstr ""
1024
 
1025
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:571
 
 
 
 
1026
  msgid "MailChimp & License"
1027
  msgstr "MailChimp & licence"
1028
 
1029
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:574
 
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:728
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:830
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:862
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:878
1051
  msgid ""
1052
  "<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
1053
- "settings you had set in the Lite version, please <a href=\"%s\">deactivate "
1054
- "it now</a> to prevent problems"
1055
- msgstr "<strong>Vítejte v PRO verzi MailChimpu pro Wordpress!</strong> Převedli jsme všechna nastavená, která jste měli v Lite verzi. <a href=\"%s\">Deaktivujte prosím původní plugin</a>, přejdete tak případným problémům v kolizích."
1056
 
1057
  #: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
1058
  msgid ""
@@ -1074,71 +1116,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:152
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:171
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:213
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:215
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:220
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:224
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:233
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:237
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:240
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:265
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:270
1126
- #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:69
1127
- #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:78
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:272
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:310
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:469
1142
  msgid "%s: License Settings"
1143
  msgstr "%s: Nastavení licence"
1144
 
@@ -1148,16 +1190,15 @@ msgid ""
1148
  "the license."
1149
  msgstr ""
1150
 
1151
- #: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:69
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:131
1157
  msgid ""
1158
- "This site has not been activated properly on dannyvankooten.com and thus "
1159
- "cannot check for future updates. Please activate your site with a valid "
1160
- "license key."
1161
  msgstr ""
1162
 
1163
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
@@ -1214,57 +1255,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:58
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:86
1226
  msgid "%sRenew your license now%s."
1227
  msgstr "%sObnovit licenci%s."
1228
 
1229
- #: mailchimp-for-wordpress-pro/includes/class-form-manager.php:241
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:255
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:621
1240
  msgid "New MailChimp Sign-Up"
1241
  msgstr ""
1242
 
1243
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:629
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:630
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:635
1252
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:54
1253
  msgid "List"
1254
  msgstr "Seznam"
1255
 
1256
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:675
1257
  msgid "Other fields"
1258
  msgstr "Ostatní políčka"
1259
 
1260
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:692
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:694
1268
  msgid "This email was auto-sent by the MailChimp for WordPress plugin."
1269
  msgstr ""
1270
 
@@ -1286,146 +1323,163 @@ msgid ""
1286
  "href=\"%s\">widget settings</a>."
1287
  msgstr ""
1288
 
1289
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:84
1290
  msgid "Form:"
1291
  msgstr "Formulář:"
1292
 
1293
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:86
1294
  msgid "Select the form to show"
1295
- msgstr ""
1296
 
1297
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:94
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:50
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:35
1308
  msgid "ID"
1309
  msgstr "ID"
1310
 
1311
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:36
1312
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:226
1313
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:341
1314
  msgid "Form"
1315
  msgstr "Formulář"
1316
 
1317
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:37
1318
  msgid "Shortcode"
1319
  msgstr "Zkratka"
1320
 
1321
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:38
1322
  msgid "List(s)"
1323
  msgstr "Seznam(y)"
1324
 
1325
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:39
1326
  msgid "Last edited"
1327
  msgstr "Naposledy upraveno"
1328
 
1329
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:76
1330
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:80
1331
  msgid "Edit Form"
1332
  msgstr "Upravit formulář"
1333
 
1334
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:77
1335
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:188
1336
  msgid "Delete"
1337
  msgstr "Smazat"
1338
 
1339
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:98
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:105
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:33
1348
- msgid "Subscriber Log"
1349
- msgstr ""
 
1350
 
1351
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:34
1352
- msgid "Subscriber Logs"
1353
  msgstr ""
1354
 
1355
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:53
1356
  msgid "Email"
1357
  msgstr "E-mail"
1358
 
1359
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:55
 
 
 
 
 
 
 
 
 
 
1360
  msgid "Type"
1361
  msgstr "Typ"
1362
 
1363
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:56
1364
  msgid "Source"
1365
  msgstr "Zdroj"
1366
 
1367
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:57
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:116
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:209
1385
- msgid "deleted"
1386
- msgstr "smazáno"
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:235
1393
  msgid "MultiSite registration"
1394
  msgstr "MultiSite registrace"
1395
 
1396
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:239
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:252
1406
  msgid "bbPress: New Topic"
1407
  msgstr "bbPress: Nové téma"
1408
 
1409
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:256
1410
  msgid "bbPress: New Reply"
1411
  msgstr "bbPress: Nová odpověď"
1412
 
1413
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:262
1414
  msgid "Other Form"
1415
  msgstr "Jiný formulář"
1416
 
1417
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:312
1418
  msgid "No subscribe requests found."
1419
  msgstr ""
1420
 
1421
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:335
1422
  msgid "All"
1423
  msgstr "Všechny"
1424
 
1425
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:347
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 +1514,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 +1539,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:86
1494
  msgid "Form usage"
1495
  msgstr ""
1496
 
1497
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:86
 
 
 
 
 
 
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:122
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:123
1508
  msgid ""
1509
  "Override the default checkbox label text for any given checkbox using the "
1510
  "fields below."
@@ -1530,10 +1585,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 +1617,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,6 +1669,110 @@ 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/"
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
  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-02-25 06:47+0000\n"
12
+ "Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
13
  "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/cs_CZ/)\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 "Nastavení"
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 "Upgrade na Pro verzi pluginu."
38
 
39
+ #: mailchimp-for-wordpress/includes/class-admin.php:188
40
+ msgid "MailChimp API Settings"
41
+ msgstr "Nastavení API MailChimpu"
 
 
 
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 "Nastavení zaškrtávacích políček"
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 "Zaškrtávací políčka"
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 "Nastavení formuláře"
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 "Formuláře"
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 "Aktivovat verzi 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 "Tato možnost je dostupná pouze v Pro verzi pluginu."
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 "(pouze v PRO verzi)"
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 "Text tlačítka"
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 "Předvyplněná hodnota"
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 "(nepovinné)"
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 "Popisek pro"
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 "(nebo nechte prázdné)"
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 "Formulář pro přidávání komentářů"
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 "Registrační formulář"
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 "Formuláře 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 "Registrace do 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 ""
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 "Seznamy adres z MailChimpu byly úspěšně aktualizovány."
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 "Při aktualizaci seznamu adres z MailChimpu se vyskytla chyba - zkuste to prosím později."
170
 
171
+ #: mailchimp-for-wordpress/includes/class-admin.php:480
 
172
  msgid "An EMAIL field. Example: <code>%s</code>"
173
  msgstr "Políčko pro EMAIL. Příklad: <code>%s</code>"
174
 
175
+ #: mailchimp-for-wordpress/includes/class-admin.php:486
 
176
  msgid "A submit button. Example: <code>%s</code>"
177
  msgstr "Odesílací tlačítko. Příklad: <code>%s</code>"
178
 
179
+ #: mailchimp-for-wordpress/includes/class-admin.php:486
 
180
  msgid "Sign Up"
181
  msgstr "Registrovat"
182
 
183
+ #: mailchimp-for-wordpress/includes/class-admin.php:511
 
184
  msgid "A '%s' field"
185
  msgstr "Políčko '%s'"
186
 
187
+ #: mailchimp-for-wordpress/includes/class-form-request.php:702
188
  msgid "Please select at least one list to subscribe to."
189
  msgstr "Vyberte prosím alespoň jeden seznam, do kterého se budou uživatelé registrovat."
190
 
192
  msgid "MailChimp Sign-Up Form"
193
  msgstr "Registrační formulář MailChimpu"
194
 
195
+ #: mailchimp-for-wordpress/includes/class-widget.php:22
196
  msgid "Displays your MailChimp for WordPress sign-up form"
197
  msgstr "Zobrazuje váš formulář pro odběratele"
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 "Titulek:"
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 ""
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 "E-mailová adresa:"
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 "Vaše e-mailová adresa:"
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 "Registrovat se"
230
 
233
  msgid "Sign me up for the newsletter!"
234
  msgstr "Přihlásit se k odběru novinek!"
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 "Děkujeme, registrace byla úspěšná. Zkontrolujte si prosím svou e-mailovou schránku."
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 "Něco se pokazilo. Vyzkoušejte to prosím znovu."
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 "Vyplňte prosím validní tvar e-mailu."
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 "Zadaná adresa je již na našem seznamu odběratelů. Děkujeme!"
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 "Vyplňte prosím kód 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 "Vyplňte prosím všechna povinná políčka."
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 "Ano"
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 "Ne"
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 "Chyba pluginu MailChimp pro 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 "Vyberte prosím seznam odběratelů v sekci <a href=\"%s\">Nastavení zaškrtávacích políček</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 "Tato ladící hláška je zobrazena pouze administrátorům."
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 "Při odeslání požadavku na přihlášení vrátil MailChimp tuto chybovou hlášku:"
356
 
357
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:314
358
  msgid "This is the data that was sent to MailChimp:"
359
  msgstr "Toto jsou data, která byla odeslána do MailChimpu:"
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 "E-mailová adresa:"
365
 
366
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:317
367
  msgid "Merge variables:"
368
  msgstr ""
369
 
371
  msgid "MailChimp for WordPress"
372
  msgstr "MailChimp pro 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 "Nastavení MailChimpu"
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 "Ve Vašem účtu v MailChimpu jsme nenašeli žádné seznamy adres."
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 ""
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 "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."
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 "Vyžadujete po uživatelích potvrzení e-mailu?"
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 "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!)."
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 "Nastavení zaškrtávacích políček"
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 "U kterých formulářů chcete nabízet odběr novinek?"
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 "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."
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 "Popisek u zaškrtávacího políčka"
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 tagy %s jsou v popisku povoleny."
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 "Chcete zaškrtávat políčko jako výchozí stav?"
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 "Chcete načíst výchozí CSS styly?"
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 "Pokud se vám zaškrtávací políčko nezobrazuje dobře, vyberte \"Ano\"."
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 "Umístění zaškrtávacího políčka ve 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 "Za detaily o platbě"
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 "Za doplňkovými informacemi"
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 ""
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 "Ano, chci načíst výchozí styly"
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 "HTML kód formuláře"
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 "Pro zobrazení tohoto formuláře v příspěvku, stránce nebo ve textovém widgetu použijte zkratku %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 "Ve vašem formuláři chybí tato (povinná) formulářová políčka:"
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 "Chcete posílat uvítací e-mail?"
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 "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."
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 "Chcete upravovat již existující uživatele?"
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 "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."
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 "Nastavení formuláře a informačních hlášek"
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 "Chcete povolit odesílání formuláře pomocí AJAXu?"
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 "Pokud chcete odesílat formuláře pomocí AJAXu (JavaSript), vyberte \"Ano\"."
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 "Chcete skrývat formulář po úspěšné registraci?"
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 "Pokud chcete skrýt formulář pro odebírání novinek skrýt po úspěšné registraci na seznam adres, vyberte \"Ano\"."
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 "Na kterou adresu chcete přesměrovat uživatele po registraci?"
724
 
725
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:190
726
  msgid "Example: %s"
727
  msgstr "Příklad: %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 "Hláška po úspěšné registraci"
740
 
741
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:199
742
  msgid "Invalid email address message"
743
  msgstr "Chybová hláška při špatně zadaném e-mailu"
744
 
745
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:203
746
  msgid "Required field missing message"
747
  msgstr "Chybová hláška pro případ, že uživatel nevyplnil všechna políčka"
748
 
749
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:207
750
  msgid "Already subscribed message"
751
  msgstr "Hláška pro případ, že je uživatel již zaregistrovaný"
752
 
753
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:212
754
  msgid "Invalid CAPTCHA message"
755
  msgstr "Hláška pro chybné vyplnění kódu CAPTCHA"
756
 
757
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:217
758
  msgid "General error message"
759
  msgstr "Obecná chybová hláška"
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 "HTML tagy %s jsou v zobrazovaných hláškách povoleny."
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 "Vzhled formuláře"
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 "Proměnné pro registrační formulář"
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 "Pro přidávání dynamického obsahu do vašeho formuláře používejte následující proměnné."
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 "Bude nahrazeno potvrzovací, chybovou či jinou hláškou."
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 "Bude nahrazeno kódem 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 "Bude nahrazeno počtem odběratelů na vybraném seznamu adres."
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 "Bude nahrazeno aktuálně nastaveným jazykem stránky, např. %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 "Bude nahrazeno IP adresou uživatele."
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 "Bude nahrazeno aktuálním datem (yyyy/mm/dd, např. %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 "Bude nahrazeno aktuálním časem (hh:mm:ss, např. %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 "Bude nahrazeno e-mailem právě přihlášeného uživatele. Pokud nebude uživatel přihlášený, zůstane hodnota prázdná."
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 "Křestní jméno právě přihlášeného uživatele."
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 "Příjmení právě přihlášeného uživatele."
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 aktuálně přihlášeného uživatele."
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 stránky, na které se nacházíte."
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 "Přidat nové políčko"
891
 
894
  msgstr "Pro vytvoření políček do formuláře použijte prosím generorátor HTML kódu."
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 "Vyberte políčko MailChimpu..."
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 "Odesílací tlačítko"
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 "Volba seznamu, na který se uživatel chce přihlásit"
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 "Popisek"
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 "Zástupný text"
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 "Popisky"
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 "(pokud chcete skrýt, ponechte prázdné)"
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 "Obalit do tagů %s pro odstavec?"
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 "Povinné políčko?"
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 "Přidat do formuláře"
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 "Vygenerované HTML:"
950
 
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 "Používám Mailchimp for Wordpress od @DannyvanKootena - je to super!"
996
 
997
+ #: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
998
  msgid "Tweet about MailChimp for WordPress"
999
  msgstr "Sdílej MailChimp pro WordPress na Twitteru"
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 ""
1010
 
1011
+ #: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:24
1012
  msgid "About the developer"
1013
  msgstr "O vývojáři"
1014
 
1024
  msgstr ""
1025
 
1026
  #: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
1027
+ msgid "Upgrade Now"
1028
+ msgstr "Upgradovat"
1029
 
1030
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:206
1031
  msgid "Documentation"
1032
  msgstr "Dokumentace"
1033
 
1034
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:254
1035
  msgid "Save Form"
1036
  msgstr "Uložit formulář"
1037
 
1038
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:258
1039
  msgid "Update Form"
1040
  msgstr "Upravit formulář"
1041
 
1042
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:314
1043
  msgid "Back to general form settings"
1044
  msgstr "Zpět na obecné nastavení"
1045
 
1046
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:316
1047
  msgid "Form updated."
1048
  msgstr "Formulář byl upravený."
1049
 
1050
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:317
1051
  msgid "Form saved."
1052
  msgstr "Formulář byl uložený."
1053
 
1054
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:386
1055
  msgid "Optional Settings"
1056
  msgstr "Nepovinná nastavení"
1057
 
1058
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:387
1059
  msgid "Form Variables"
1060
  msgstr ""
1061
 
1062
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:531
1063
+ msgid "MailChimp & Plugin License Settings"
1064
+ msgstr "Nastavení licence pro MailChimp & pluginu"
1065
+
1066
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:532
1067
  msgid "MailChimp & License"
1068
  msgstr "MailChimp & licence"
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 "Souhrny"
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 ""
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 "Datum konce nemůže být před datumem začátku"
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 ""
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 ""
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 "%CSS soubor\" byl vytvořen."
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 "Jsem si toho vědom. Nezobrazovat toto upozornění."
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 ""
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 "Vaše %s licence byla aktivována. Máte neomezenou licenci."
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 "Vaše licence byla aktivována. Byla použita %d/%d aktivace."
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\">Víte, že můžete tuto licenci ještě vylepšit?</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\">Vaše licence vyprší za %d dní. Chcete ji prodloužit?</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 ""
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 "Vaše license vypršela. Musíte <a href=\"%s\"> ji obnovit</a>, abyste mohli plugin znovu používat."
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 "Při aktivaci vaší licence se vyskytla chyba. Vypadá to, že je licenční klíč neplatný."
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 "Vaše %s licence byla deaktivována."
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 ""
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 "Aktivace vaší %s licence se nepodařila."
1178
 
1179
+ #: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:300
1180
  msgid "Request error: \"%s\""
1181
  msgstr "Chyba požadavku: \"%s\""
1182
 
1183
+ #: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:459
1184
  msgid "%s: License Settings"
1185
  msgstr "%s: Nastavení licence"
1186
 
1190
  "the license."
1191
  msgstr ""
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 ""
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 ""
1203
 
1204
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
1255
  msgid "Paste your license key here, as found in the email receipt."
1256
  msgstr "Licenční klíč, který jsme vám poslali e-mailem, vložte sem."
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 "Vaše %s licence vyprší %s."
1261
 
1262
+ #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:83
1263
  msgid "%sRenew your license now%s."
1264
  msgstr "%sObnovit licenci%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>Chyba:</strong> Definujte prosím ID formuláře. Příklad: %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>Chyba:</strong> Formulář pro odběr nebyl nalezen. Použijte prosím správné ID formuláře."
1275
 
1276
+ #: mailchimp-for-wordpress-pro/includes/class-form-request.php:647
1277
  msgid "New MailChimp Sign-Up"
1278
  msgstr ""
1279
 
1280
+ #: mailchimp-for-wordpress-pro/includes/class-form-request.php:655
1281
  msgid "New Sign-Up"
1282
  msgstr "Nový formulář pro odběr uživatelů"
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 ""
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 "Seznam"
1292
 
1293
+ #: mailchimp-for-wordpress-pro/includes/class-form-request.php:701
1294
  msgid "Other fields"
1295
  msgstr "Ostatní políčka"
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 "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."
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 ""
1307
 
1323
  "href=\"%s\">widget settings</a>."
1324
  msgstr ""
1325
 
1326
+ #: mailchimp-for-wordpress-pro/includes/class-widget.php:86
1327
  msgid "Form:"
1328
  msgstr "Formulář:"
1329
 
1330
+ #: mailchimp-for-wordpress-pro/includes/class-widget.php:88
1331
  msgid "Select the form to show"
1332
+ msgstr "Vyberte formulář k zobrazení"
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 "Nemáte žádné formuláře pro registraci odběratelů. <a href=\"%s\">Vytvořit formulář</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 "Děkujeme, vaše registrace byla úspěšná. Prosím, zkontrolujte váš emailový účet a dokončete registraci."
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 "Formulář"
1353
 
1354
+ #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:45
1355
  msgid "Shortcode"
1356
  msgstr "Zkratka"
1357
 
1358
+ #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:46
1359
  msgid "List(s)"
1360
  msgstr "Seznam(y)"
1361
 
1362
+ #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:47
1363
  msgid "Last edited"
1364
  msgstr "Naposledy upraveno"
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 "Upravit formulář"
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 "Smazat"
1375
 
1376
+ #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:131
1377
  msgid "No MailChimp list(s) selected yet."
1378
  msgstr "Žádný seznam odběratelů zatím nebyl vybrán."
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 "Zatím jste nevytvořili žádné formuláře pro registraci odběratelů. Už je nejvyšší čas!"
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-mail"
1396
 
1397
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:78
1398
+ msgid "Data"
1399
+ msgstr "Data"
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 ""
1406
+
1407
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:80
1408
  msgid "Type"
1409
  msgstr "Typ"
1410
 
1411
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:81
1412
  msgid "Source"
1413
  msgstr "Zdroj"
1414
 
1415
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:82
 
 
 
 
1416
  msgid "Subscribed"
1417
  msgstr ""
1418
 
1419
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:150
1420
  msgid "Log items deleted."
1421
+ msgstr "Smazány záznamy v logu."
 
 
 
 
 
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 "MultiSite registrace"
1430
 
1431
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:318
 
 
 
 
 
1432
  msgid "Contact Form 7"
1433
  msgstr "Contact Form 7"
1434
 
1435
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:322
1436
  msgid "bbPress: New Topic"
1437
  msgstr "bbPress: Nové téma"
1438
 
1439
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:326
1440
  msgid "bbPress: New Reply"
1441
  msgstr "bbPress: Nová odpověď"
1442
 
1443
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:332
1444
  msgid "Other Form"
1445
  msgstr "Jiný formulář"
1446
 
1447
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:398
1448
  msgid "No subscribe requests found."
1449
  msgstr ""
1450
 
1451
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:420
1452
  msgid "All"
1453
  msgstr "Všechny"
1454
 
1455
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:432
1456
  msgid "Checkbox"
1457
  msgstr "Zaškrtávací políčko"
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 "Registrace"
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 ""
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 "Pokladna"
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 "Komentář"
1478
+
1479
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
1480
+ msgid "deleted"
1481
+ msgstr "smazáno"
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 "Hlášky"
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"
1520
+ msgstr "Neplatná emailová adresa"
1521
 
1522
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:161
1523
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:149
1539
  msgid "Other errors"
1540
  msgstr "Jiné chyby"
1541
 
1542
+ #: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:89
1543
  msgid "Form usage"
1544
  msgstr ""
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 ""
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 ""
1557
 
1558
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:136
1559
  msgid "Custom label texts"
1560
  msgstr "Úprava popisků u zaškrtávacího políčka"
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 "Statistiky"
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 "
1617
 
1618
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:224
1619
  msgid "Use to delete all styles for this form"
1620
+ msgstr "Použijte pro smazání všech stylů v tomto formuláři"
1621
 
1622
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:231
1623
  msgid "Build CSS File"
1669
  msgid "Default Messages"
1670
  msgstr "Výchozí hlášky"
1671
 
1672
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:15
1673
+ msgid "Today"
1674
+ msgstr ""
1675
+
1676
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:16
1677
+ msgid "Yesterday"
1678
+ msgstr ""
1679
+
1680
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:17
1681
+ msgid "Last Week"
1682
+ msgstr ""
1683
+
1684
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:18
1685
+ msgid "Last Month"
1686
+ msgstr ""
1687
+
1688
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:19
1689
+ msgid "Last Quarter"
1690
+ msgstr ""
1691
+
1692
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:20
1693
+ msgid "Last Year"
1694
+ msgstr ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
1763
+
1764
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:50
1765
+ msgid "To"
1766
+ msgstr ""
1767
+
1768
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:76
1769
+ msgid "Filter"
1770
+ msgstr ""
1771
+
1772
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:83
1773
+ msgid "Show these lines:"
1774
+ msgstr ""
1775
+
1776
  #. Plugin URI of the plugin/theme
1777
  msgid "https://mc4wp.com/"
1778
  msgstr "https://mc4wp.com/"
languages/mailchimp-for-wp-de_DE.po CHANGED
@@ -1,14 +1,16 @@
1
- # Copyright (C) 2014 Danny van Kooten
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: 2014-12-09 19:20:27+00:00\n"
10
- "PO-Revision-Date: 2014-12-17 14:14+0000\n"
11
- "Last-Translator: Freakspot\n"
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,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:130
29
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:185
30
  msgid "Settings"
31
  msgstr "Einstellungen"
32
 
33
- #: mailchimp-for-wordpress/includes/class-admin.php:149
34
- #: mailchimp-for-wordpress/includes/class-admin.php:163
35
- msgid "Upgrade to Pro"
36
- msgstr "Auf Pro upgraden"
37
 
38
- #: mailchimp-for-wordpress/includes/class-admin.php:160
39
- #: mailchimp-for-wordpress/includes/views/api-settings.php:12
40
- #: mailchimp-for-wordpress/includes/views/form-settings.php:106
41
- #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
42
- msgid "MailChimp Settings"
43
- msgstr "MailChimp Einstellungen"
 
44
 
45
- #: mailchimp-for-wordpress/includes/class-admin.php:161
46
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:572
 
 
 
 
 
 
 
47
  msgid "Checkboxes"
48
  msgstr "Checkboxen"
49
 
50
- #: mailchimp-for-wordpress/includes/class-admin.php:162
51
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:573
 
 
 
 
 
 
 
 
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:299
 
 
 
 
 
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:313
61
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:671
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  msgid "Comment form"
63
  msgstr "Kommentarformular"
64
 
65
- #: mailchimp-for-wordpress/includes/class-admin.php:314
66
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:672
67
  msgid "Registration form"
68
  msgstr "Registrierungsformular"
69
 
70
- #: mailchimp-for-wordpress/includes/class-admin.php:318
71
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:676
72
  msgid "MultiSite forms"
73
  msgstr "MultiSite-Formular"
74
 
75
- #: mailchimp-for-wordpress/includes/class-admin.php:322
76
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:680
77
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:231
78
  msgid "BuddyPress registration"
79
  msgstr "BuddyPress-Formular"
80
 
81
- #: mailchimp-for-wordpress/includes/class-admin.php:330
82
- #: mailchimp-for-wordpress/includes/class-admin.php:334
83
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:688
84
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:692
85
  msgid "%s checkout"
86
  msgstr "%s Checkout"
87
 
88
- #: mailchimp-for-wordpress/includes/class-admin.php:363
89
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:738
 
 
 
 
 
 
90
  msgid "Renewed MailChimp cache."
91
  msgstr "MailChimp Cache erneuern."
92
 
93
- #: mailchimp-for-wordpress/includes/class-admin.php:365
94
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:740
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:398
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:404
104
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:319
105
  msgid "A submit button. Example: <code>%s</code>"
106
  msgstr "Ein Bestätigungs-Button. Beispiel: <code>%s</code>"
107
 
108
- #: mailchimp-for-wordpress/includes/class-admin.php:404
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:429
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:675
119
  msgid "Please select at least one list to subscribe to."
120
  msgstr "Bitte wähle wenigstens eine Mailingsliste zum Abonnieren aus."
121
 
@@ -123,39 +193,39 @@ msgstr "Bitte wähle wenigstens eine Mailingsliste zum Abonnieren aus."
123
  msgid "MailChimp Sign-Up Form"
124
  msgstr "MailChimp Registrierungsformular"
125
 
126
- #: mailchimp-for-wordpress/includes/class-widget.php:21
127
  msgid "Displays your MailChimp for WordPress sign-up form"
128
- msgstr "Zeige dein MailChimp für WordPress Registrierungsformulare an"
129
 
130
- #: mailchimp-for-wordpress/includes/class-widget.php:62
131
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:69
132
  msgid "Newsletter"
133
  msgstr "Newsletter"
134
 
135
- #: mailchimp-for-wordpress/includes/class-widget.php:65
136
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:80
137
  msgid "Title:"
138
  msgstr "Titel:"
139
 
140
- #: mailchimp-for-wordpress/includes/class-widget.php:69
141
  msgid ""
142
- "You can edit your sign-up form in the %sMailChimp for WordPress form "
143
- "settings%s."
144
- msgstr "Du kannst Dein Registrierungsformular in den %sMailChimp für WordPress Formlareinstellungen%s bearbeiten."
145
 
146
  #: mailchimp-for-wordpress/includes/functions/general.php:21
147
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:285
148
  #: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
149
  msgid "Email address"
150
  msgstr "E-Mail Adresse"
151
 
152
  #: mailchimp-for-wordpress/includes/functions/general.php:22
153
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:284
154
  msgid "Your email address"
155
  msgstr "Deine E-Mail Adresse"
156
 
157
  #: mailchimp-for-wordpress/includes/functions/general.php:23
158
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:286
159
  msgid "Sign up"
160
  msgstr "Registrieren"
161
 
@@ -164,48 +234,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:47
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:48
174
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:51
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:49
179
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:52
180
  msgid "Please provide a valid email address."
181
  msgstr "Bitte eine gültige E-Mail Adresse angeben."
182
 
183
- #: mailchimp-for-wordpress/includes/functions/general.php:50
184
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:53
185
  msgid "Given email address is already subscribed, thank you!"
186
  msgstr "Die angegebene E-Mail Adresse befindet sich bereits im Verteiler, danke!"
187
 
188
- #: mailchimp-for-wordpress/includes/functions/general.php:51
189
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:54
190
  msgid "Please complete the CAPTCHA."
191
  msgstr "Bitte das CAPTCHA vervollständigen."
192
 
193
- #: mailchimp-for-wordpress/includes/functions/general.php:52
194
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:55
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:44
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:113
203
- #: mailchimp-for-wordpress/includes/views/form-settings.php:126
204
- #: mailchimp-for-wordpress/includes/views/form-settings.php:136
205
- #: mailchimp-for-wordpress/includes/views/form-settings.php:147
206
- #: mailchimp-for-wordpress/includes/views/form-settings.php:166
207
- #: mailchimp-for-wordpress/includes/views/form-settings.php:180
208
- #: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:44
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 "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:99
219
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:104
 
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 "Bitte fülle die erforderlichen Felder aus."
226
  msgid "Yes"
227
  msgstr "Ja"
228
 
229
- #: mailchimp-for-wordpress/includes/integrations/class-cf7.php:44
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:117
235
- #: mailchimp-for-wordpress/includes/views/form-settings.php:128
236
- #: mailchimp-for-wordpress/includes/views/form-settings.php:138
237
- #: mailchimp-for-wordpress/includes/views/form-settings.php:151
238
- #: mailchimp-for-wordpress/includes/views/form-settings.php:170
239
- #: mailchimp-for-wordpress/includes/views/form-settings.php:184
240
- #: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:44
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 "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:99
251
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:104
 
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,46 +331,52 @@ msgstr "Ja"
259
  msgid "No"
260
  msgstr "Nein"
261
 
262
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:212
263
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:215
264
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:293
265
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:302
266
  msgid "MailChimp for WordPress - Error"
267
  msgstr "MailChimp für WordPress - Fehler"
268
 
269
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:213
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 Einstellungen</a> anzeigen möchtest."
274
 
275
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:214
276
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:301
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:294
281
  msgid ""
282
  "The MailChimp server returned the following error message as a response to "
283
  "our sign-up request:"
284
  msgstr "Der MailChimp Server hat die folgende Fehlernachricht als Antwort auf deine Registrierungsanfrage zurückgegeben."
285
 
286
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:296
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:297
291
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:638
292
  msgid "Email address:"
293
  msgstr "E-Mail-Adresse:"
294
 
295
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:299
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 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
@@ -341,24 +419,19 @@ 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 Listen Daten. Wenn du bei den MailChimp Listen Änderungen gemacht hast, nutze bitte den folgenden Button um die Daten neu zu laden."
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 Listen erneuern"
352
 
353
  #: mailchimp-for-wordpress/includes/views/api-settings.php:112
354
  msgid "No lists were found in your MailChimp account"
355
  msgstr "In Deinem MailChimp Account wurden keine Mailinglisten gefunden"
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 ""
@@ -387,8 +460,8 @@ msgstr "MailChimp Listen"
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, %sare you connected to MailChimp?%s"
391
- msgstr "Keine listen gefunden, %sbist du zu MailChimp verbunden?%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 "Wähle die Listen zu welchen, die Abonnenten die die Checkbox ausgewählt haben, eingetragen werden sollen."
399
 
400
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
401
- #: mailchimp-for-wordpress/includes/views/form-settings.php:109
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 "Double opt-in?"
407
 
408
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
409
- #: mailchimp-for-wordpress/includes/views/form-settings.php:120
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 "Wähle \"ja\" wenn du möchtest, dass die E-Mail Adresse bestätigt werden muss. (empfohlen)"
417
 
418
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
419
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:68
420
  msgid "Checkbox settings"
421
  msgstr "Checkbox Einstellungen"
422
 
423
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
424
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:71
425
  msgid "Add the checkbox to these forms"
426
  msgstr "Füge diese Checkbox zu diesen Formularen"
427
 
428
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
429
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:78
430
  msgid "Selecting a form will automatically add the sign-up checkbox to it."
431
  msgstr "Wenn ein Formular ausgewählt wird, wird automatisch die Registrierungs-Checkbox hinzugefügt."
432
 
433
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
434
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:91
435
  msgid "Checkbox label text"
436
  msgstr "Checkbox Beschriftung Text"
437
 
438
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
439
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:94
440
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:134
441
  msgid "HTML tags like %s are allowed in the label text."
442
  msgstr "HTML Tags wie %s sind in den Beschriftungen erlaubt."
443
 
444
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
445
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:98
446
  msgid "Pre-check the checkbox?"
447
  msgstr "Die Checkbox vorauswählen?"
448
 
449
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
450
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:103
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:105
456
  msgid "Select \"yes\" if the checkbox appears in a weird place."
457
  msgstr "Wähle \"ja\", falls die Checkbox an einem ungewünschten Platz angezeigt wird."
458
 
459
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
460
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:108
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:111
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:112
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:115
476
  msgid ""
477
  "Choose the position for the checkbox in your WooCommerce checkout form."
478
  msgstr "Wähle die Position für die Checkbox in Deinem WooCommerce Checkout Formular."
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 "
@@ -503,12 +570,6 @@ msgstr "Lade Formular Stile (CSS)?"
503
  msgid "Yes, load basic form styles"
504
  msgstr "Ja, lade Standard Formular Stile"
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"
@@ -564,32 +625,32 @@ 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: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 "Benutze diesen Shortcode %s um dieses Formular innerhalb eines Posts, Seite oder Text Widgets zu nutzen."
584
 
585
- #: mailchimp-for-wordpress/includes/views/form-settings.php:123
 
 
 
 
 
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 E-Mail senden?"
591
 
592
- #: mailchimp-for-wordpress/includes/views/form-settings.php:130
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 "Wähle \"ja\" wenn du die Listen Willkommens E-Mail versenden möchtest, wenn ein Abonnement erfolgreich war (nur wenn Bouble Opt-in deaktiviert ist)."
600
 
601
- #: mailchimp-for-wordpress/includes/views/form-settings.php:133
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:140
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 "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:143
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:154
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 +689,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:158
631
  msgid "Form Settings & Messages"
632
- msgstr ""
633
 
634
- #: mailchimp-for-wordpress/includes/views/form-settings.php:162
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 Formular aktivieren?"
639
 
640
- #: mailchimp-for-wordpress/includes/views/form-settings.php:173
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 (JavaScript) Formular verwenden möchtest."
645
 
646
- #: mailchimp-for-wordpress/includes/views/form-settings.php:176
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:187
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 Felder verstecken möchtest, nach einer erfolgreichen Registrierung."
657
 
658
- #: mailchimp-for-wordpress/includes/views/form-settings.php:190
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:192
665
  msgid "Example: %s"
666
- msgstr ""
667
 
668
- #: mailchimp-for-wordpress/includes/views/form-settings.php:193
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 or enter 0 for no redirection. Use complete (absolute) URLs, "
673
- "including <code>http://</code>"
674
- msgstr "Leer lassen oder ein 0 eingeben für keine Weiterleitung. Nutze die komplette (absolute) URLs, inklusive <code>http://</code>"
675
 
676
- #: mailchimp-for-wordpress/includes/views/form-settings.php:197
677
  msgid "Success message"
678
- msgstr ""
679
 
680
- #: mailchimp-for-wordpress/includes/views/form-settings.php:201
681
  msgid "Invalid email address message"
682
- msgstr ""
683
 
684
- #: mailchimp-for-wordpress/includes/views/form-settings.php:205
685
  msgid "Required field missing message"
686
- msgstr ""
687
 
688
- #: mailchimp-for-wordpress/includes/views/form-settings.php:209
689
  msgid "Already subscribed message"
690
- msgstr ""
691
 
692
- #: mailchimp-for-wordpress/includes/views/form-settings.php:214
693
  msgid "Invalid CAPTCHA message"
694
- msgstr ""
695
 
696
- #: mailchimp-for-wordpress/includes/views/form-settings.php:219
697
  msgid "General error message"
698
- msgstr ""
699
 
700
- #: mailchimp-for-wordpress/includes/views/form-settings.php:225
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 wie %s sind in den Nachrichten Feldern erlaubt."
705
 
706
- #: mailchimp-for-wordpress/includes/views/form-settings.php:239
707
  msgid "Building your sign-up form"
708
- msgstr ""
709
 
710
- #: mailchimp-for-wordpress/includes/views/form-settings.php:240
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:241
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:243
723
  msgid "Form Styling"
724
- msgstr ""
725
 
726
- #: mailchimp-for-wordpress/includes/views/form-settings.php:244
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:245
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:246
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:247
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:249
751
  msgid "Form variables"
752
- msgstr ""
753
 
754
- #: mailchimp-for-wordpress/includes/views/form-settings.php:250
755
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:473
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:257
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:261
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:266
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:271
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 "Ersetzten mit der Nummer von Abonnenten der gewählten Listen"
778
 
779
- #: mailchimp-for-wordpress/includes/views/form-settings.php:275
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:279
785
  #: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:35
786
  msgid "Replaced with the visitor's IP address"
787
  msgstr "Ersetzten mit der Besucher IP Adresse"
788
 
789
- #: mailchimp-for-wordpress/includes/views/form-settings.php:283
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 "Ersetzten mit dem aktuellen Datum (yyyy/mm/dd eg: %s)"
793
 
794
- #: mailchimp-for-wordpress/includes/views/form-settings.php:287
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 "Ersetzten mit der aktuellen Uhrzeit (hh:mm:ss eg: %s)"
798
 
799
- #: mailchimp-for-wordpress/includes/views/form-settings.php:291
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 "Ersetzten mit der E-Mail des eingeloggten Benutzers (oder nicht, wenn der User nicht eingeloggt ist)"
805
 
806
- #: mailchimp-for-wordpress/includes/views/form-settings.php:295
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:299
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:303
817
  #: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:59
818
  msgid "Current user ID"
819
  msgstr "Aktuelle Benutzer ID"
820
 
821
- #: mailchimp-for-wordpress/includes/views/form-settings.php:307
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:29
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:32
837
  msgid "Select MailChimp field.."
838
  msgstr "Wähle MailChimp Feld.."
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:36
842
  msgid "Submit Button"
843
  msgstr "Absenden Button"
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:37
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:45
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:50
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:60
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:60
881
  msgid "(leave empty to hide)"
882
  msgstr "(leer lassen um zu 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:65
886
  msgid "Wrap in paragraph %s tags?"
887
  msgstr "Von Paragraph %s Tags umgeben lassen?"
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:69
891
  msgid "Required field?"
892
  msgstr "Verpflichtendes Feld?"
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:73
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:77
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 +959,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: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:19
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:19
961
  msgid "Tweet about MailChimp for WordPress"
962
- msgstr ""
963
 
964
- #: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:20
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:21
971
  msgid "Vote \"works\" on the WordPress.org plugin page"
972
- msgstr ""
973
 
974
- #: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:25
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 "More information about MailChimp for WP Pro"
991
- msgstr ""
992
 
993
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:204
994
  msgid "Documentation"
995
  msgstr "Dokumentation"
996
 
997
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:247
998
  msgid "Save Form"
999
  msgstr "Formular Speichern"
1000
 
1001
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:251
1002
  msgid "Update Form"
1003
  msgstr "Formular Aktualisieren"
1004
 
1005
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:302
1006
  msgid "Back to general form settings"
1007
  msgstr "Zu den Standard Formular Einstellungen"
1008
 
1009
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:304
1010
  msgid "Form updated."
1011
  msgstr "Formular aktualisiert."
1012
 
1013
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:305
1014
  msgid "Form saved."
1015
  msgstr "Formular gespeichert."
1016
 
1017
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:432
1018
  msgid "Optional Settings"
1019
- msgstr ""
1020
 
1021
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:433
1022
  msgid "Form Variables"
1023
- msgstr ""
1024
 
1025
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:571
 
 
 
 
1026
  msgid "MailChimp & License"
1027
- msgstr ""
1028
 
1029
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:574
 
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:728
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 Schlüssel eingeben.</a>"
1039
 
1040
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:830
1041
  msgid "End date can't be before the start date"
1042
- msgstr ""
1043
 
1044
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:862
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:878
1051
  msgid ""
1052
  "<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
1053
- "settings you had set in the Lite version, please <a href=\"%s\">deactivate "
1054
- "it now</a> to prevent problems"
1055
- msgstr "<strong>Willkommen zu MailChimp for WordPress Pro!</strong> Wir haben die Einstellungen von der Lite Version übertragen, bitte <a href=\"%s\">deaktiviere diese jetzt</a> um Probleme zu vermeiden."
1056
 
1057
  #: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
1058
  msgid ""
@@ -1062,7 +1105,7 @@ 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 ""
@@ -1074,71 +1117,71 @@ msgstr "Um die Formatierungen anzuwenden, wähle \"Lade benutzerdefinierte Formu
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:152
1078
  msgid "I know. Don't bug me."
1079
- msgstr ""
1080
 
1081
- #: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:171
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:213
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:215
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:220
1096
  msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
1097
- msgstr "<a href=\"%s\"> Weiß du wie du deine Lizenz upgraden kannst?</a>"
1098
 
1099
- #: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:224
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:233
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:237
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:240
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:265
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:270
1126
- #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:69
1127
- #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:78
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:272
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:310
1138
  msgid "Request error: \"%s\""
1139
  msgstr "Fehler: \"%s\""
1140
 
1141
- #: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:469
1142
  msgid "%s: License Settings"
1143
  msgstr "%s: Lizenz Einstellungen"
1144
 
@@ -1148,17 +1191,16 @@ msgid ""
1148
  "the license."
1149
  msgstr "%s ist Netzwerk aktiviert, bitte kontaktiere den Netzwerk Admin um die Lizenz zu verwalten."
1150
 
1151
- #: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-update-manager.php:69
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:131
1157
  msgid ""
1158
- "This site has not been activated properly on dannyvankooten.com and thus "
1159
- "cannot check for future updates. Please activate your site with a valid "
1160
- "license key."
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"
@@ -1166,24 +1208,24 @@ msgstr "Lizenz Status"
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"
@@ -1191,7 +1233,7 @@ msgstr "Lizenz Status umschalten"
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 ""
@@ -1200,7 +1242,7 @@ msgstr "(deaktiviere deine Lizenz um sie auf einer anderen Wordpress Seite zu nu
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."
@@ -1212,65 +1254,61 @@ 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:58
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 verfallen."
1224
 
1225
- #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:86
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:241
1230
  msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
1231
  msgstr "<strong>Fehler:</strong> Bitte eine Formular ID angeben. Beispiel: %s."
1232
 
1233
- #: mailchimp-for-wordpress-pro/includes/class-form-manager.php:255
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 ID verwendet wurde."
1238
 
1239
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:621
1240
  msgid "New MailChimp Sign-Up"
1241
- msgstr ""
1242
 
1243
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:629
1244
  msgid "New Sign-Up"
1245
  msgstr "Neue Registrierung"
1246
 
1247
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:630
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:635
1252
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:54
1253
  msgid "List"
1254
  msgstr "Liste"
1255
 
1256
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:675
1257
  msgid "Other fields"
1258
- msgstr ""
1259
 
1260
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:692
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:694
1268
  msgid "This email was auto-sent by the MailChimp for WordPress plugin."
1269
- msgstr "Diese E-Mail wurde automatisch vom MailChimp for WordPress Plugin versendet."
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"
@@ -1278,7 +1316,7 @@ msgstr "MailChimp for WP Formular"
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 for WordPress Registrierungsformulare an"
1282
 
1283
  #: mailchimp-for-wordpress-pro/includes/class-widget.php:43
1284
  msgid ""
@@ -1286,146 +1324,163 @@ msgid ""
1286
  "href=\"%s\">widget settings</a>."
1287
  msgstr "Bitte wähle aus, welches Registrierungsformular du hier in den <a href=\"%s\">Widget Einstellungen</a> anzeigen möchtest."
1288
 
1289
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:84
1290
  msgid "Form:"
1291
  msgstr "Formular:"
1292
 
1293
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:86
1294
  msgid "Select the form to show"
1295
  msgstr "Wähle ein Formular aus"
1296
 
1297
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:94
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:50
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:35
1308
  msgid "ID"
1309
- msgstr ""
1310
 
1311
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:36
1312
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:226
1313
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:341
1314
  msgid "Form"
1315
  msgstr "Formulare"
1316
 
1317
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:37
1318
  msgid "Shortcode"
1319
  msgstr "Shortcode"
1320
 
1321
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:38
1322
  msgid "List(s)"
1323
  msgstr "Liste(n)"
1324
 
1325
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:39
1326
  msgid "Last edited"
1327
  msgstr "Zuletzt bearbeitet"
1328
 
1329
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:76
1330
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:80
1331
  msgid "Edit Form"
1332
- msgstr ""
1333
 
1334
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:77
1335
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:188
1336
  msgid "Delete"
1337
- msgstr ""
1338
 
1339
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:98
1340
  msgid "No MailChimp list(s) selected yet."
1341
- msgstr ""
1342
 
1343
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:105
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:33
1348
- msgid "Subscriber Log"
1349
- msgstr ""
 
1350
 
1351
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:34
1352
- msgid "Subscriber Logs"
1353
  msgstr ""
1354
 
1355
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:53
1356
  msgid "Email"
1357
  msgstr "E-Mail"
1358
 
1359
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:55
 
 
 
 
 
 
 
 
 
 
1360
  msgid "Type"
1361
  msgstr "Art"
1362
 
1363
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:56
1364
  msgid "Source"
1365
  msgstr "Quelle"
1366
 
1367
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:57
1368
- msgid "Data"
1369
- msgstr ""
1370
-
1371
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:58
1372
  msgid "Subscribed"
1373
- msgstr "abonniert"
1374
 
1375
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:116
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:219
1389
- msgid "Registration"
1390
- msgstr ""
1391
-
1392
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:235
1393
  msgid "MultiSite registration"
1394
- msgstr ""
1395
-
1396
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:239
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:252
1406
  msgid "bbPress: New Topic"
1407
- msgstr ""
1408
 
1409
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:256
1410
  msgid "bbPress: New Reply"
1411
- msgstr ""
1412
 
1413
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:262
1414
  msgid "Other Form"
1415
- msgstr ""
1416
 
1417
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:312
1418
  msgid "No subscribe requests found."
1419
  msgstr "Keine Anmelde Anfragen gefunden."
1420
 
1421
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:335
1422
  msgid "All"
1423
- msgstr ""
1424
 
1425
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:347
1426
  msgid "Checkbox"
 
 
 
 
 
 
 
 
 
 
1427
  msgstr ""
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 "Sende die Kopie an diese E-Mail:"
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 +1523,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,21 +1540,27 @@ 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:86
1494
  msgid "Form usage"
1495
  msgstr "Formular-Nutzung"
1496
 
1497
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:86
 
 
 
 
 
 
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:122
1504
  msgid "Custom label texts"
1505
  msgstr "Benutzerdefinierte Beschriftungs Texte"
1506
 
1507
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:123
1508
  msgid ""
1509
  "Override the default checkbox label text for any given checkbox using the "
1510
  "fields below."
@@ -1530,10 +1586,6 @@ msgstr "Es wurden keine Listen in deinem MailChimp Account gefunden."
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 +1598,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 +1610,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 File erstellen"
1574
 
1575
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:8
1576
  msgid "Sign-Up Forms"
@@ -1612,19 +1664,123 @@ msgstr "Die folgenden Einstellungen gelten für <strong>alle</strong> Formulare,
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
  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-25 06:47+0000\n"
13
+ "Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
14
  "Language-Team: German (Germany) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/de_DE/)\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 "Einstellungen"
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 "Wechsle zu MailChimp für WordPress Pro"
39
 
40
+ #: mailchimp-for-wordpress/includes/class-admin.php:188
41
+ msgid "MailChimp API Settings"
42
+ msgstr "MailChimp API Einstellungen"
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 "Checkbox Einstellungen"
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 "Checkboxen"
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 "Formulareinstellungen"
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 "Formulare"
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 "Auf Pro upgraden"
78
+
79
+ #: mailchimp-for-wordpress/includes/class-admin.php:359
80
  msgid "This option is only available in MailChimp for WordPress Pro."
81
  msgstr "Diese Option ist nur für MailChimp für Wordpress Pro verfügbar."
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 "(NUR 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 "Button text"
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 "Anfangsangaben"
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 "(optional)"
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 "Beschreibung für"
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 "(oder leer lassen)"
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 "abonnieren"
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 "Kommentarformular"
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 "Registrierungsformular"
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 "MultiSite-Formular"
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 "BuddyPress-Formular"
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 Checkout"
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 "Das Plugin kann nur max. 100 Listen von MailChimp abrufen, es werden also nur deine ersten 100 Listen angezeigt."
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 "MailChimp Cache erneuern."
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 "Konnte den MailChimp Cache nicht erneuern - Bitte später noch einmal probieren."
171
 
172
+ #: mailchimp-for-wordpress/includes/class-admin.php:480
 
173
  msgid "An EMAIL field. Example: <code>%s</code>"
174
  msgstr "Ein E-Mail-Feld. Beispiel: <code>%s</code>"
175
 
176
+ #: mailchimp-for-wordpress/includes/class-admin.php:486
 
177
  msgid "A submit button. Example: <code>%s</code>"
178
  msgstr "Ein Bestätigungs-Button. Beispiel: <code>%s</code>"
179
 
180
+ #: mailchimp-for-wordpress/includes/class-admin.php:486
 
181
  msgid "Sign Up"
182
  msgstr "Registrieren"
183
 
184
+ #: mailchimp-for-wordpress/includes/class-admin.php:511
 
185
  msgid "A '%s' field"
186
  msgstr "Ein '%s' Feld."
187
 
188
+ #: mailchimp-for-wordpress/includes/class-form-request.php:702
189
  msgid "Please select at least one list to subscribe to."
190
  msgstr "Bitte wähle wenigstens eine Mailingsliste zum Abonnieren aus."
191
 
193
  msgid "MailChimp Sign-Up Form"
194
  msgstr "MailChimp Registrierungsformular"
195
 
196
+ #: mailchimp-for-wordpress/includes/class-widget.php:22
197
  msgid "Displays your MailChimp for WordPress sign-up form"
198
+ msgstr "Zeigt dein MailChimp für WordPress Registrierungsformular an"
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 "Titel:"
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 "Du kannst dein Registrierungsformular in den <a href=\"%s\">MailChimp für WordPress Formulareinstellungen</a> editieren."
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-Mail Adresse"
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 "Deine E-Mail Adresse"
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 "Registrieren"
231
 
234
  msgid "Sign me up for the newsletter!"
235
  msgstr "Trage mich in den Newsletter ein!"
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 "Dankeschön, Deine Registrierungsanfrage war erfolgreich! Bitte überprüfe Deinen E-Mail-Eingang."
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. Irgendwas ist schief gelaufen. Bitte versuche es später noch mal."
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 "Bitte eine gültige E-Mail Adresse angeben."
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 "Die angegebene E-Mail Adresse befindet sich bereits im Verteiler, danke!"
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 "Bitte das CAPTCHA vervollständigen."
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 "Bitte fülle die erforderlichen Felder aus."
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 "Ja"
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 "Nein"
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 für WordPress - Fehler"
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 "Bitte wähle aus, welches Registrierungsformular Du hier in den <a href=\"%s\">Widget Einstellungen</a> anzeigen möchtest."
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 "Diese Nachricht ist nur sichtbar für Administratoren für Debugging-Zwecke."
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 "Der MailChimp Server hat die folgende Fehlernachricht als Antwort auf deine Registrierungsanfrage zurückgegeben."
357
 
358
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:314
359
  msgid "This is the data that was sent to MailChimp:"
360
  msgstr "Dies sind die Daten, die zu MailChimp gesendet wurden:"
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-Mail-Adresse:"
366
 
367
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:317
368
  msgid "Merge variables:"
369
  msgstr "Variablen zusammenführen:"
370
 
371
  #. Plugin Name of the plugin/theme
372
  msgid "MailChimp for WordPress"
373
+ msgstr "MailChimp für 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 "MailChimp Einstellungen"
380
 
381
  #: mailchimp-for-wordpress/includes/views/api-settings.php:22
382
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
419
  "The table below shows your MailChimp lists data. If you applied changes to "
420
  "your MailChimp lists, please use the following button to renew your cached "
421
  "data."
422
+ msgstr "Die Tabelle zeigt die Daten zu deinen MailChimp Listen. Wenn du bei den MailChimp Listen Änderungen gemacht hast, nutze bitte den folgenden Button um die Daten neu zu laden."
423
 
424
  #: mailchimp-for-wordpress/includes/views/api-settings.php:54
425
  #: mailchimp-for-wordpress/includes/views/api-settings.php:125
426
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:55
427
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:126
428
  msgid "Renew MailChimp lists"
429
+ msgstr "MailChimp Listen neu laden"
430
 
431
  #: mailchimp-for-wordpress/includes/views/api-settings.php:112
432
  msgid "No lists were found in your MailChimp account"
433
  msgstr "In Deinem MailChimp Account wurden keine Mailinglisten gefunden"
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 "Keine Listen gefunden, <a href=\"%s\">hast du MailChimp bereits angebunden</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 "Wähle die Listen zu welchen, die Abonnenten die die Checkbox ausgewählt haben, eingetragen werden sollen."
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 "Double opt-in?"
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 "Wähle \"ja\" wenn du möchtest, dass die E-Mail Adresse bestätigt werden muss. (empfohlen)"
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 "Checkbox Einstellungen"
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 "Füge diese Checkbox zu diesen Formularen"
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 "Wenn ein Formular ausgewählt wird, wird automatisch die Registrierungs-Checkbox hinzugefügt."
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 "Checkbox Beschriftung Text"
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 Tags wie %s sind in den Beschriftungen erlaubt."
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 "Die Checkbox vorauswählen?"
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 "Allgemeines CSS laden?"
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 "Wähle \"ja\", falls die Checkbox an einem ungewünschten Platz angezeigt wird."
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 "WooCommerce Checkbox Position"
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 "Nach den Rechnungsdetails"
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 "Nach den zusätzlichen Informationen"
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 "Wähle die Position für die Checkbox in Deinem WooCommerce Checkout Formular."
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 "Ja, lade Standard Formular Stile"
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"
625
  msgid ""
626
  "Select the list(s) to which people who submit this form should be "
627
  "subscribed."
628
+ msgstr "Wähle die Liste(n), welche abonniert wird, wenn das Formular abgeschickt wird."
629
 
630
  #: mailchimp-for-wordpress/includes/views/form-settings.php:69
631
  msgid "Form mark-up"
632
+ msgstr "Formular Markup"
 
 
 
 
 
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 "Benutze diesen Shortcode %s um dieses Formular innerhalb eines Posts, Seite oder Text Widgets zu nutzen."
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 "In deinem Formular fehlen die folgenden (erforderlichen) Felder:"
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 "Willkommens E-Mail senden?"
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 "Wähle \"ja\" wenn du die Listen Willkommens E-Mail versenden möchtest, wenn ein Abonnement erfolgreich war (nur wenn Bouble Opt-in deaktiviert ist)."
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 "Aktualisiere vorhandene Abonnenten?"
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 "Wähle \"ja\" wenn du bestehende Abonnenten aktualisieren möchtest (anstatt die \"bereits abonnierten\" Nachricht anzuzeigen)."
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 "Interessengruppen ersetzen?"
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 "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)"
691
 
692
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:156
693
  msgid "Form Settings & Messages"
694
+ msgstr "Formular Einstellungen & Nachrichten"
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 "AJAX Formular aktivieren?"
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 "Wähle \"ja\" wenn du das AJAX (JavaScript) Formular verwenden möchtest."
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 "Verberge das Formular nach der Registrierung?"
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 "Wähle \"ja\" wenn du die Formular Felder verstecken möchtest, nach einer erfolgreichen Registrierung."
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 "Weiterleitung zu URL nach einer erfolgreichen Registrierung."
725
 
726
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:190
727
  msgid "Example: %s"
728
+ msgstr "Beispiel: %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 "Für eine Weiterleitung bitte die kompletten (absoluten) URLs angeben, inklusive <code>http://</code>, ansonsten leer lassen."
737
 
738
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:195
739
  msgid "Success message"
740
+ msgstr "Erfolgsnachricht"
741
 
742
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:199
743
  msgid "Invalid email address message"
744
+ msgstr "Ungültige E-Mail-Adresse Nachricht"
745
 
746
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:203
747
  msgid "Required field missing message"
748
+ msgstr "\"Erforderliches Feld\" Meldung"
749
 
750
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:207
751
  msgid "Already subscribed message"
752
+ msgstr "\"Bereits abonniert\" Meldung"
753
 
754
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:212
755
  msgid "Invalid CAPTCHA message"
756
+ msgstr "Ungültiges CAPTCHA"
757
 
758
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:217
759
  msgid "General error message"
760
+ msgstr "Allgemeine Fehlermeldung"
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 Tags wie %s sind in den Nachrichten Feldern erlaubt."
767
 
768
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:237
769
  msgid "Building your sign-up form"
770
+ msgstr "Stelle dein Formular zusammen"
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 "Dein Formular sollte mindestens ein %s Feld und einen Bestätigungs-Button enthalten."
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 "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."
783
 
784
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:241
785
  msgid "Form Styling"
786
+ msgstr "Formular Styling"
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 "Ändere das Aussehen des Formulars indem CSS-Regeln auf %s angewendet werden."
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 "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."
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 "Die <a href=\"%s\" target=\"_blank\">Plugin FAQ</a> zählt die verschiedenen CSS-Selektoren auf, mit denen die die verschiedenen Formularelemente ansteuern kannst."
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 "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."
811
 
812
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:247
813
  msgid "Form variables"
814
+ msgstr "Formular Variablen"
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 "Benutze die folgenden Variablen um zusätzlichen Text zu deinem Formular hinzuzufügen."
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 "Ersetzt mit der Email-Adresse des Besuchers (falls in der URL oder dem Cookie gesetzt),"
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 "Ersetzt mit der Formular-Antwort (Fehler- oder Erfolgsmeldungen)."
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 "Ersetzt durch ein Captcha-Feld."
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 "Ersetzten mit der Nummer von Abonnenten der gewählten Listen"
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 "Ersetzt mit der derzeitig gesetzten Sprache, z.B. %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 "Ersetzten mit der Besucher IP Adresse"
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 "Ersetzten mit dem aktuellen Datum (yyyy/mm/dd eg: %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 "Ersetzten mit der aktuellen Uhrzeit (hh:mm:ss eg: %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 "Ersetzten mit der E-Mail des eingeloggten Benutzers (oder nicht, wenn der User nicht eingeloggt ist)"
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 "Den Vornamen des aktuellen Benutzers anzeigen"
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 "Den Nachnamen des aktuellen Benutzers anzeigen"
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 "Aktuelle Benutzer ID"
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 "Aktuelle URL"
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 "Neues Feld anlegen"
892
 
893
  #: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:12
894
  msgid "Use the tool below to generate the HTML for your form fields."
895
+ msgstr "Verwende das untenstehende Werkzeug um das HTML für deine Formularfelder zu generieren."
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 "Wähle MailChimp Feld.."
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 "Absenden Button"
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 "Listen Auswahl"
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 "Beschreibung"
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 "Platzhalter"
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 "Beschriftungen"
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 "(leer lassen um zu verbergen)"
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 "Von Paragraph %s Tags umgeben lassen?"
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 "Verpflichtendes Feld?"
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 "Zum Formular hinzufügen"
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 "Generiertes HTML"
951
 
952
  #: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:68
953
  msgid "Select at least one list first."
954
+ msgstr "Als erstes eine Liste auswählen."
955
 
956
  #: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:9
957
  msgid ""
959
  "translated in your language or do you spot errors with the current "
960
  "translations? Helping out is easy! Head over to <a href=\"%s\">the "
961
  "translation project and click \"help translate\"</a>."
962
+ 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>."
963
 
964
  #: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:10
965
  msgid ""
966
  "Enjoying this plugin? <a href=\"%s\">Upgrade to MailChimp for WordPress Pro "
967
  "now</a> for an even better plugin, you will love it."
968
+ 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."
969
 
970
  #: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:11
971
  #: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:10
972
  msgid ""
973
  "This plugin is not developed by or affiliated with MailChimp in any way."
974
+ msgstr "Dieses Plugin ist weder von MailChimp entwickelt noch sonst irgendwie daran angegliedert."
975
 
976
  #: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:9
977
  msgid "Looking for support?"
978
+ msgstr "Benötigen Sie Unterstützung?"
979
 
980
  #: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:10
981
  msgid ""
982
  "Make sure to look at the <a href=\"%s\">frequently asked questions</a> or "
983
  "use the <a href=\"%s\">support forums</a> on WordPress.org."
984
+ 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."
 
 
 
 
 
 
985
 
986
+ #: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:14
987
  msgid "Show a token of your appreciation"
988
+ msgstr "Zeige deine Wertschätzung"
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 "Schreib ein %s Plugin Review auf 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 "Ich verwende MailChimp für WordPress by @DannyvanKooten - es ist grossartig!"
997
 
998
+ #: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
999
  msgid "Tweet about MailChimp for WordPress"
1000
+ msgstr "Twittere über MailChimp für 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 "Mach einen Review von diesem Plugin auf deinem Blog und linke zur <a href=\"%s\">Plugin-Seite</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 "Stimme für \"works\" auf der WordPress.org Plugin Seite"
1011
 
1012
+ #: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:24
1013
  msgid "About the developer"
1014
+ msgstr "Über den Entwickler"
1015
 
1016
  #: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:11
1017
  msgid ""
1018
  "This plugin has an even better premium version, I am sure you will love it."
1019
+ msgstr "Dieses Plugin hat eine noch bessere Premium Version. Ich bin mir sicher, du wirst sie lieben!"
1020
 
1021
  #: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:12
1022
  msgid ""
1023
  "Pro features include better and multiple forms, advanced and easy form "
1024
  "styling, more default themes, detailed statistics and priority support."
1025
+ msgstr "Pro Features sind unter anderem bessere und mehrere Formulare, erweitertes und einfaches Formular-Styling, mehr Standard-Themes, detaillierte Statistiken und prioritärer Support."
1026
 
1027
  #: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:13
1028
+ msgid "Upgrade Now"
1029
+ msgstr "Wechsle jetzt"
1030
 
1031
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:206
1032
  msgid "Documentation"
1033
  msgstr "Dokumentation"
1034
 
1035
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:254
1036
  msgid "Save Form"
1037
  msgstr "Formular Speichern"
1038
 
1039
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:258
1040
  msgid "Update Form"
1041
  msgstr "Formular Aktualisieren"
1042
 
1043
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:314
1044
  msgid "Back to general form settings"
1045
  msgstr "Zu den Standard Formular Einstellungen"
1046
 
1047
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:316
1048
  msgid "Form updated."
1049
  msgstr "Formular aktualisiert."
1050
 
1051
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:317
1052
  msgid "Form saved."
1053
  msgstr "Formular gespeichert."
1054
 
1055
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:386
1056
  msgid "Optional Settings"
1057
+ msgstr "Optionale Einstellungen"
1058
 
1059
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:387
1060
  msgid "Form Variables"
1061
+ msgstr "Formular Variablen"
1062
 
1063
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:531
1064
+ msgid "MailChimp & Plugin License Settings"
1065
+ msgstr "MailChimp & Plugin-Lizenz Einstellungen"
1066
+
1067
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:532
1068
  msgid "MailChimp & License"
1069
+ msgstr "MailChimp & Lizenz"
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 "Berichte"
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 "Bitte stelle sicher, dass das Plugin mit MailChimp verbunden ist. <a href=\"%s\">Gültigen API Schlüssel eingeben.</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 "Enddatum kann nicht vor dem Startdatum sein"
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 "Du hast das Logging mit dem %s Filter abgeschaltet. Aktiviere es wieder um die Reports-Seite benutzen zu können."
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>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>."
1099
 
1100
  #: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
1101
  msgid ""
1105
 
1106
  #: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:320
1107
  msgid "%sShow generated CSS%s"
1108
+ msgstr "%sZeige das generierte CSS%s"
1109
 
1110
  #: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:331
1111
  msgid ""
1117
  msgid "The %sCSS Stylesheet%s has been created."
1118
  msgstr "Das %sCSS Stylesheet%s wurde erstellt."
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 "Ich weiß. Lass mich in Ruhe."
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>Achtung!</b> Du blockierst externe Anfragen, deshalb bekommst du keine %s Updates. Bitte mache %s zu %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 "Deine %s Lizenz wurde aktiviert. Du hast eine unlimitierte Lizenz."
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 "Deine %s Lizenz wurde aktiviert. Du hast %d/%d Aktivierungen genutzt."
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\"> Weißt du wie du deine Lizenz upgraden kannst?</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\">Deine Lizenz verfällt in %d Tagen, willst du sie verlängern?</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 "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."
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 "Deine Lizenz ist abgelaufen. Du musst deine <a href=\"%s\">Lizenz erneuern</a>, wenn du es wieder benutzen möchtest."
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 "Die Lizenz konnte nicht aktiviert werden, die Lizenz scheint ungültig zu sein."
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 "Dein %s wurde deaktiviert."
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 "Deine Lizenz ist abgelaufen. Du hast somit keinen Zugriff mehr auf Updates bis du deine <a href=\"%s\">Lizenz erneuert</a> hast."
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 "Die %s Lizenz konnte nicht deaktiviert werden."
1179
 
1180
+ #: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:300
1181
  msgid "Request error: \"%s\""
1182
  msgstr "Fehler: \"%s\""
1183
 
1184
+ #: mailchimp-for-wordpress-pro/includes/admin/license-manager/class-license-manager.php:459
1185
  msgid "%s: License Settings"
1186
  msgstr "%s: Lizenz Einstellungen"
1187
 
1191
  "the license."
1192
  msgstr "%s ist Netzwerk aktiviert, bitte kontaktiere den Netzwerk Admin um die Lizenz zu verwalten."
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 konnte nicht auf Updates prüfen, wegen dem folgenden Fehler: <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 "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-Key."
 
1204
 
1205
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:23
1206
  msgid "License status"
1208
 
1209
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:26
1210
  msgid "ACTIVE"
1211
+ msgstr "Aktiv"
1212
 
1213
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:26
1214
  msgid "you are receiving updates"
1215
+ msgstr "Sie erhalten Updates"
1216
 
1217
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:28
1218
  msgid "EXPIRED"
1219
+ msgstr "ABGELAUFEN"
1220
 
1221
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:28
1222
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:30
1223
  msgid "you are <strong>not</strong> receiving updates."
1224
+ msgstr "Du erhältst <strong>keine</strong> Updates."
1225
 
1226
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:30
1227
  msgid "INACTIVE"
1228
+ msgstr "Nicht Aktiv"
1229
 
1230
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:35
1231
  msgid "Toggle license status"
1233
 
1234
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:39
1235
  msgid "Deactivate License"
1236
+ msgstr "Deaktiviere Lizenz"
1237
 
1238
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:40
1239
  msgid ""
1242
 
1243
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:44
1244
  msgid "Activate License"
1245
+ msgstr "Aktiviere Lizenz"
1246
 
1247
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:46
1248
  msgid "Please enter a license key in the field below first."
1254
 
1255
  #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:56
1256
  msgid "Paste your license key here, as found in the email receipt."
1257
+ msgstr "Füge deinen Lizenz-Key hier ein, den du per Email erhalten hast."
 
 
 
 
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 "Deine %s Lizenz wird am %s verfallen."
1262
 
1263
+ #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:83
1264
  msgid "%sRenew your license now%s."
1265
  msgstr "%sErneuere deine Lizenz jetzt%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>Fehler:</strong> Bitte eine Formular ID angeben. Beispiel: %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>Fehler:</strong> Registrierungsformular nicht gefunden . Bitte überprüfe ob die richtige Formular ID verwendet wurde."
1276
 
1277
+ #: mailchimp-for-wordpress-pro/includes/class-form-request.php:647
1278
  msgid "New MailChimp Sign-Up"
1279
+ msgstr "Neue MailChimp Registrierung"
1280
 
1281
+ #: mailchimp-for-wordpress-pro/includes/class-form-request.php:655
1282
  msgid "New Sign-Up"
1283
  msgstr "Neue Registrierung"
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> hat sich um %s auf %s registriert und hat dafür das Formular \"%s\" genutzt."
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 "Liste"
1293
 
1294
+ #: mailchimp-for-wordpress-pro/includes/class-form-request.php:701
1295
  msgid "Other fields"
1296
+ msgstr "Andere Felder"
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 "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 Email-Adresse bestätigt hat."
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 "Diese E-Mail wurde automatisch vom MailChimp für WordPress Plugin versendet."
1308
 
1309
  #: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:140
1310
  msgid "IP Address"
1311
+ msgstr "IP Adresse"
1312
 
1313
  #: mailchimp-for-wordpress-pro/includes/class-widget.php:20
1314
  msgid "MailChimp for WP Form"
1316
 
1317
  #: mailchimp-for-wordpress-pro/includes/class-widget.php:21
1318
  msgid "Displays one of your MailChimp for WordPress sign-up forms"
1319
+ msgstr "Zeige eines deiner MailChimp für WordPress Registrierungsformulare an"
1320
 
1321
  #: mailchimp-for-wordpress-pro/includes/class-widget.php:43
1322
  msgid ""
1324
  "href=\"%s\">widget settings</a>."
1325
  msgstr "Bitte wähle aus, welches Registrierungsformular du hier in den <a href=\"%s\">Widget Einstellungen</a> anzeigen möchtest."
1326
 
1327
+ #: mailchimp-for-wordpress-pro/includes/class-widget.php:86
1328
  msgid "Form:"
1329
  msgstr "Formular:"
1330
 
1331
+ #: mailchimp-for-wordpress-pro/includes/class-widget.php:88
1332
  msgid "Select the form to show"
1333
  msgstr "Wähle ein Formular aus"
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 "Du hast keine Registrierungsformulare. <a href=\"%s\">Erstelle jetzt eines.</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 "Danke, deine Anfrage war erfolgreich! Bitte prüfe dein E-Mail Konto für die Bestätigung."
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 "Formulare"
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 "Liste(n)"
1362
 
1363
+ #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:47
1364
  msgid "Last edited"
1365
  msgstr "Zuletzt bearbeitet"
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 "Formular editieren"
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 "Löschen"
1376
 
1377
+ #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:131
1378
  msgid "No MailChimp list(s) selected yet."
1379
+ msgstr "Noch keine MailChimp Liste(n) ausgewählt."
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 "Du hast noch kein Registrierungs-Formular erstellt. Es ist nun Zeit dafür!"
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 "Daten"
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 "Erfolgreich"
1407
+
1408
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:80
1409
  msgid "Type"
1410
  msgstr "Art"
1411
 
1412
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:81
1413
  msgid "Source"
1414
  msgstr "Quelle"
1415
 
1416
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:82
 
 
 
 
1417
  msgid "Subscribed"
1418
+ msgstr "Abonniert"
1419
 
1420
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:150
1421
  msgid "Log items deleted."
1422
+ msgstr "Logeintrag gelöscht."
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-Registrierung"
 
 
 
 
 
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: Neues Thema"
1439
 
1440
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:326
1441
  msgid "bbPress: New Reply"
1442
+ msgstr "bbPress: Neue Antwort"
1443
 
1444
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:332
1445
  msgid "Other Form"
1446
+ msgstr "Anderes Formular"
1447
 
1448
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:398
1449
  msgid "No subscribe requests found."
1450
  msgstr "Keine Anmelde Anfragen gefunden."
1451
 
1452
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:420
1453
  msgid "All"
1454
+ msgstr "Alle"
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 "Registrierung"
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 "Zur Kasse"
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 "Kommentar"
1479
+
1480
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:518
1481
+ msgid "deleted"
1482
+ msgstr "gelöscht"
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 "Nachrichten"
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"
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
1525
  msgid "Required field missing"
1526
+ msgstr "Erforderliches Feld fehlt"
1527
 
1528
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:165
1529
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:153
1530
  msgid "Already subscribed"
1531
+ msgstr "Bereits abonniert"
1532
 
1533
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:170
1534
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:159
1540
  msgid "Other errors"
1541
  msgstr "Andere Fehler"
1542
 
1543
+ #: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:89
1544
  msgid "Form usage"
1545
  msgstr "Formular-Nutzung"
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 "Wähle \"Ja\" wenn du die bisherigen Abonnenten mit den gesendeten Daten aktualisieren willst."
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 "Benutze %s in deinem Contact Form 7 Markup um eine Abonnier-Checkbox deinen CF7 Formularen hinzuzufügen."
1558
 
1559
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:136
1560
  msgid "Custom label texts"
1561
  msgstr "Benutzerdefinierte Beschriftungs Texte"
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 "Statistiken"
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 "
1598
 
1599
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:15
1600
  msgid "Select form to build styles for:"
1601
+ msgstr "Wähle das Formular für das du Styles erstellen willst:"
1602
 
1603
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:26
1604
  msgid "Create at least one form first."
1605
+ msgstr "Erstelle zuerst mindestens ein Formular."
1606
 
1607
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:41
1608
  msgid "You need to have JavaScript enabled to see a preview of your form."
1610
 
1611
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:223
1612
  msgid "Are you sure you want to delete all custom styles for this form?"
1613
+ msgstr "Bist du sicher, dass du alle massgefertigten Styles für dieses Formular löschen willst?"
1614
 
1615
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:223
1616
  msgid "Delete Form Styles"
1617
+ msgstr "Formular-Styles löschen"
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 "Benutze um alle Styles für dieses Formular zu löschen"
1622
 
1623
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:231
1624
  msgid "Build CSS File"
1625
+ msgstr "CSS-Datei erstellen"
1626
 
1627
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:8
1628
  msgid "Sign-Up Forms"
1664
 
1665
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:108
1666
  msgid "Default Form Settings"
1667
+ msgstr "Standard Formular Einstellungen"
1668
 
1669
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:137
1670
  msgid "Default Messages"
1671
  msgstr "Standardnachrichten"
1672
 
1673
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:15
1674
+ msgid "Today"
1675
+ msgstr ""
1676
+
1677
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:16
1678
+ msgid "Yesterday"
1679
+ msgstr ""
1680
+
1681
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:17
1682
+ msgid "Last Week"
1683
+ msgstr ""
1684
+
1685
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:18
1686
+ msgid "Last Month"
1687
+ msgstr ""
1688
+
1689
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:19
1690
+ msgid "Last Quarter"
1691
+ msgstr ""
1692
+
1693
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:20
1694
+ msgid "Last Year"
1695
+ msgstr ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
1772
+
1773
+ #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-reports-statistics.php:83
1774
+ msgid "Show these lines:"
1775
+ msgstr ""
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 "Fügt deiner Webseite verschiedene Methoden hinzu um Listen zu abonnieren."
1784
 
1785
  #. Author of the plugin/theme
1786
  msgid "Danny van Kooten"
languages/mailchimp-for-wp-es_ES.po CHANGED
@@ -1,16 +1,18 @@
1
- # Copyright (C) 2014 Danny van Kooten
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: 2014-12-09 19:20:27+00:00\n"
12
- "PO-Revision-Date: 2014-12-18 15:50+0000\n"
13
- "Last-Translator: eldietista <info@eldietista.es>\n"
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 +29,165 @@ msgstr ""
27
  "X-Poedit-SourceCharset: utf-8\n"
28
  "X-Textdomain-Support: yes\n"
29
 
30
- #: mailchimp-for-wordpress/includes/class-admin.php:130
31
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:185
32
  msgid "Settings"
33
  msgstr "Configuración"
34
 
35
- #: mailchimp-for-wordpress/includes/class-admin.php:149
36
- #: mailchimp-for-wordpress/includes/class-admin.php:163
37
- msgid "Upgrade to Pro"
38
- msgstr "Actualizar a Pro"
39
 
40
- #: mailchimp-for-wordpress/includes/class-admin.php:160
41
- #: mailchimp-for-wordpress/includes/views/api-settings.php:12
42
- #: mailchimp-for-wordpress/includes/views/form-settings.php:106
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:161
48
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:572
 
 
 
 
 
 
 
 
 
 
 
49
  msgid "Checkboxes"
50
  msgstr "Casillas de verificación"
51
 
52
- #: mailchimp-for-wordpress/includes/class-admin.php:162
53
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:573
 
 
 
 
 
 
 
 
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:299
 
 
 
 
 
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:313
63
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:671
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  msgid "Comment form"
65
  msgstr "Formulario de comentarios"
66
 
67
- #: mailchimp-for-wordpress/includes/class-admin.php:314
68
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:672
69
  msgid "Registration form"
70
  msgstr "Formulario de registro"
71
 
72
- #: mailchimp-for-wordpress/includes/class-admin.php:318
73
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:676
74
  msgid "MultiSite forms"
75
  msgstr "Formularios MultiSite"
76
 
77
- #: mailchimp-for-wordpress/includes/class-admin.php:322
78
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:680
79
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:231
80
  msgid "BuddyPress registration"
81
  msgstr "Regitro BuddyPress"
82
 
83
- #: mailchimp-for-wordpress/includes/class-admin.php:330
84
- #: mailchimp-for-wordpress/includes/class-admin.php:334
85
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:688
86
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:692
87
  msgid "%s checkout"
88
  msgstr "verificación de %s"
89
 
90
- #: mailchimp-for-wordpress/includes/class-admin.php:363
91
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:738
 
 
 
 
 
 
92
  msgid "Renewed MailChimp cache."
93
  msgstr "Cache de MailChimp renovada."
94
 
95
- #: mailchimp-for-wordpress/includes/class-admin.php:365
96
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:740
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:398
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:404
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:404
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:429
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:675
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 +195,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:21
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:62
133
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:69
134
  msgid "Newsletter"
135
  msgstr "Newsletter"
136
 
137
- #: mailchimp-for-wordpress/includes/class-widget.php:65
138
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:80
139
  msgid "Title:"
140
  msgstr "Título:"
141
 
142
- #: mailchimp-for-wordpress/includes/class-widget.php:69
143
  msgid ""
144
- "You can edit your sign-up form in the %sMailChimp for WordPress form "
145
- "settings%s."
146
- msgstr "Usted puede editar su forma de suscripción en la %sConfiguración de formas de MailChimp para WordPress%s."
147
 
148
  #: mailchimp-for-wordpress/includes/functions/general.php:21
149
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:285
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:284
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:286
161
  msgid "Sign up"
162
  msgstr "Registro"
163
 
@@ -166,48 +236,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:47
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:48
176
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:51
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:49
181
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:52
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:50
186
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:53
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:51
191
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:54
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:52
196
- #: mailchimp-for-wordpress-pro/includes/functions/general.php:55
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:44
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:113
205
- #: mailchimp-for-wordpress/includes/views/form-settings.php:126
206
- #: mailchimp-for-wordpress/includes/views/form-settings.php:136
207
- #: mailchimp-for-wordpress/includes/views/form-settings.php:147
208
- #: mailchimp-for-wordpress/includes/views/form-settings.php:166
209
- #: mailchimp-for-wordpress/includes/views/form-settings.php:180
210
- #: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:44
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 +287,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:99
221
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:104
 
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 +299,18 @@ msgstr "Por favor rellena los campos solicitados."
228
  msgid "Yes"
229
  msgstr "Si"
230
 
231
- #: mailchimp-for-wordpress/includes/integrations/class-cf7.php:44
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:117
237
- #: mailchimp-for-wordpress/includes/views/form-settings.php:128
238
- #: mailchimp-for-wordpress/includes/views/form-settings.php:138
239
- #: mailchimp-for-wordpress/includes/views/form-settings.php:151
240
- #: mailchimp-for-wordpress/includes/views/form-settings.php:170
241
- #: mailchimp-for-wordpress/includes/views/form-settings.php:184
242
- #: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:44
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 +320,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:99
253
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:104
 
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 +333,40 @@ msgstr "Si"
261
  msgid "No"
262
  msgstr "No"
263
 
264
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:212
265
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:215
266
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:293
267
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:302
268
  msgid "MailChimp for WordPress - Error"
269
  msgstr "MailChimp para WordPress - Error"
270
 
271
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:213
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:214
278
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:301
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:294
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:296
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:297
293
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:638
294
  msgid "Email address:"
295
  msgstr "Correo electrónico:"
296
 
297
- #: mailchimp-for-wordpress/includes/integrations/class-integration.php:299
298
  msgid "Merge variables:"
299
  msgstr "Unificar variables:"
300
 
@@ -302,6 +374,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 +434,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 +462,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, %sare you connected to MailChimp?%s"
393
- msgstr "No se han encontrado listas, %s¿Esta usted conectado a MailChimp?%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 +473,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:109
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 +481,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:120
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 +491,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:68
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:71
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:78
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:91
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:94
442
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:134
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:98
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:103
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:105
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:108
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:111
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:112
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:115
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 +572,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 +633,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:75
576
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:359
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:123
 
 
 
 
 
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:130
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 +661,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:133
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:140
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 +676,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:143
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:154
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 +691,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:158
633
  msgid "Form Settings & Messages"
634
  msgstr "Configuración de Formas y Mensajes"
635
 
636
- #: mailchimp-for-wordpress/includes/views/form-settings.php:162
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:173
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:176
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:187
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:190
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:192
667
  msgid "Example: %s"
668
  msgstr "Ejemplo: %s"
669
 
670
- #: mailchimp-for-wordpress/includes/views/form-settings.php:193
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 or enter 0 for no redirection. Use complete (absolute) URLs, "
675
- "including <code>http://</code>"
676
- msgstr "Dejar en blanco o introduzca 0 para ninguna redirección. Use URLs completas (absolutas), incluyendo <code>http://</ code>"
677
 
678
- #: mailchimp-for-wordpress/includes/views/form-settings.php:197
679
  msgid "Success message"
680
  msgstr "Mensaje de exitoso"
681
 
682
- #: mailchimp-for-wordpress/includes/views/form-settings.php:201
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:205
687
  msgid "Required field missing message"
688
  msgstr "Mensaje de campo requerido"
689
 
690
- #: mailchimp-for-wordpress/includes/views/form-settings.php:209
691
  msgid "Already subscribed message"
692
  msgstr "Mensaje de \"Ya está suscrito\""
693
 
694
- #: mailchimp-for-wordpress/includes/views/form-settings.php:214
695
  msgid "Invalid CAPTCHA message"
696
  msgstr "Mensaje de CAPTCHA invalido"
697
 
698
- #: mailchimp-for-wordpress/includes/views/form-settings.php:219
699
  msgid "General error message"
700
  msgstr "Mensaje de error general"
701
 
702
- #: mailchimp-for-wordpress/includes/views/form-settings.php:225
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:239
709
  msgid "Building your sign-up form"
710
  msgstr "Construyendo tu formulario"
711
 
712
- #: mailchimp-for-wordpress/includes/views/form-settings.php:240
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:241
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:243
725
  msgid "Form Styling"
726
  msgstr "Estilo del formulario"
727
 
728
- #: mailchimp-for-wordpress/includes/views/form-settings.php:244
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:245
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:246
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:247
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:249
753
  msgid "Form variables"
754
  msgstr "Variables del formulario"
755
 
756
- #: mailchimp-for-wordpress/includes/views/form-settings.php:250
757
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:473
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:257
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:261
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:266
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:271
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:275
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:279
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:283
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:287
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:291
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:295
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:299
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:303
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:307
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:29
830
  msgid "Add a new field"
831
  msgstr "Añadir un nuevo campo"
832
 
@@ -835,71 +897,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:32
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:36
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:37
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:45
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:50
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:60
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:60
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:65
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:69
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:73
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:77
903
  msgid "Generated HTML"
904
  msgstr "Generado HTML"
905
 
@@ -937,43 +985,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:11
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:19
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:19
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:20
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:21
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:25
977
  msgid "About the developer"
978
  msgstr "Sobre el desarrollador"
979
 
@@ -989,72 +1027,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 "More information about MailChimp for WP Pro"
993
- msgstr "Más información acerca de MailChimp para WP Pro"
994
 
995
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:204
996
  msgid "Documentation"
997
  msgstr "Documentacion"
998
 
999
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:247
1000
  msgid "Save Form"
1001
  msgstr "Guardar formulario"
1002
 
1003
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:251
1004
  msgid "Update Form"
1005
  msgstr "Actualizar formulario"
1006
 
1007
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:302
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:304
1012
  msgid "Form updated."
1013
  msgstr "Formulario actualizado."
1014
 
1015
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:305
1016
  msgid "Form saved."
1017
  msgstr "Formulario guardado."
1018
 
1019
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:432
1020
  msgid "Optional Settings"
1021
  msgstr "Propiedades Opcionales"
1022
 
1023
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:433
1024
  msgid "Form Variables"
1025
  msgstr "Variables del formulario"
1026
 
1027
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:571
 
 
 
 
1028
  msgid "MailChimp & License"
1029
  msgstr "MailChimp & Licencia"
1030
 
1031
- #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:574
 
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:728
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:830
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:862
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:878
1053
  msgid ""
1054
  "<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
1055
- "settings you had set in the Lite version, please <a href=\"%s\">deactivate "
1056
- "it now</a> to prevent problems"
1057
- msgstr "<strong> ¡Bienvenido a MailChimp para WordPress Pro! </ strong> Hemos transferido los ajustes que habías establecido en la versión Lite, por favor <a href=\"%s\">desactívala ahora</a> para evitar problemas."
1058
 
1059
  #: mailchimp-for-wordpress-pro/includes/admin/class-styles-builder.php:319
1060
  msgid ""
@@ -1076,71 +1119,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:152
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:171
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:213
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:215
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:220
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:224
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:233
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:237
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:240
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:265
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:270
1128
- #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:69
1129
- #: mailchimp-for-wordpress-pro/includes/admin/license-manager/views/form.php:78
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:272
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:310
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:469
1144
  msgid "%s: License Settings"
1145
  msgstr "%s: Configuración de licencia"
1146
 
@@ -1150,17 +1193,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:69
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:131
1159
  msgid ""
1160
- "This site has not been activated properly on dannyvankooten.com and thus "
1161
- "cannot check for future updates. Please activate your site with a valid "
1162
- "license key."
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 +1258,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:58
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:86
1228
  msgid "%sRenew your license now%s."
1229
  msgstr "%sRenovar licencia ahora%s."
1230
 
1231
- #: mailchimp-for-wordpress-pro/includes/class-form-manager.php:241
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:255
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:621
1242
  msgid "New MailChimp Sign-Up"
1243
  msgstr "Nuevo formulario de Mailchimp"
1244
 
1245
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:629
1246
  msgid "New Sign-Up"
1247
  msgstr "Nuevo registro"
1248
 
1249
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:630
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:635
1254
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:54
1255
  msgid "List"
1256
  msgstr "Lista"
1257
 
1258
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:675
1259
  msgid "Other fields"
1260
  msgstr "Otros campos"
1261
 
1262
- #: mailchimp-for-wordpress-pro/includes/class-form-request.php:692
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:694
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 +1326,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:84
1292
  msgid "Form:"
1293
  msgstr "Fomulario:"
1294
 
1295
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:86
1296
  msgid "Select the form to show"
1297
  msgstr "Seleccione el formulario a mostrar"
1298
 
1299
- #: mailchimp-for-wordpress-pro/includes/class-widget.php:94
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:50
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:35
1310
  msgid "ID"
1311
  msgstr "ID"
1312
 
1313
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:36
1314
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:226
1315
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:341
1316
  msgid "Form"
1317
  msgstr "Formulario"
1318
 
1319
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:37
1320
  msgid "Shortcode"
1321
  msgstr "Código corto"
1322
 
1323
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:38
1324
  msgid "List(s)"
1325
  msgstr "Lista(s)"
1326
 
1327
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:39
1328
  msgid "Last edited"
1329
  msgstr "Ultima edición"
1330
 
1331
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:76
1332
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:80
1333
  msgid "Edit Form"
1334
  msgstr "Editar el formulario"
1335
 
1336
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:77
1337
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:188
1338
  msgid "Delete"
1339
  msgstr "Eliminar"
1340
 
1341
- #: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:98
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:105
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:33
1350
- msgid "Subscriber Log"
1351
- msgstr "Registro de Suscriptores"
 
1352
 
1353
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:34
1354
- msgid "Subscriber Logs"
1355
- msgstr "Registros de Suscriptores"
1356
 
1357
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:53
1358
  msgid "Email"
1359
  msgstr "Correo"
1360
 
1361
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:55
 
 
 
 
 
 
 
 
 
 
1362
  msgid "Type"
1363
  msgstr "Tipo"
1364
 
1365
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:56
1366
  msgid "Source"
1367
  msgstr "Origen"
1368
 
1369
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:57
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:116
1378
  msgid "Log items deleted."
1379
  msgstr "Artículos de registro borrados."
1380
 
1381
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:209
1382
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:215
1383
- msgid "Comment"
1384
- msgstr "Comentario"
1385
-
1386
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:209
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:239
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:252
1408
  msgid "bbPress: New Topic"
1409
  msgstr "bbPress: Nuevo asunto"
1410
 
1411
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:256
1412
  msgid "bbPress: New Reply"
1413
  msgstr "bbPress: Nueva respuesta"
1414
 
1415
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:262
1416
  msgid "Other Form"
1417
  msgstr "Otro formulario"
1418
 
1419
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:312
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:335
1424
  msgid "All"
1425
  msgstr "Todo"
1426
 
1427
- #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:347
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 +1517,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 +1542,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:86
1496
  msgid "Form usage"
1497
  msgstr "Formulario a emplear"
1498
 
1499
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:86
 
 
 
 
 
 
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:122
1506
  msgid "Custom label texts"
1507
  msgstr "Etiquetas personalizadas de textos"
1508
 
1509
- #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:123
1510
  msgid ""
1511
  "Override the default checkbox label text for any given checkbox using the "
1512
  "fields below."
@@ -1532,10 +1588,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 +1672,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
  msgid ""
10
  msgstr ""
11
  "Project-Id-Version: MailChimp for WordPress\n"
12
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
13
+ "POT-Creation-Date: 2015-02-25 06:33:40+00:00\n"
14
+ "PO-Revision-Date: 2015-02-25 06:47+0000\n"
15
+ "Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
16
  "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/mailchimp-for-wordpress/language/es_ES/)\n"
17
  "MIME-Version: 1.0\n"
18
  "Content-Type: text/plain; charset=UTF-8\n"
29
  "X-Poedit-SourceCharset: utf-8\n"
30
  "X-Textdomain-Support: yes\n"
31
 
32
+ #: mailchimp-for-wordpress/includes/class-admin.php:150
33
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:187
34
  msgid "Settings"
35
  msgstr "Configuración"
36
 
37
+ #: mailchimp-for-wordpress/includes/class-admin.php:169
38
+ #: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:16
39
+ msgid "Upgrade to MailChimp for WordPress Pro"
40
+ msgstr "Actualiza a MailChimp para WordPress Pro"
41
 
42
+ #: mailchimp-for-wordpress/includes/class-admin.php:188
43
+ msgid "MailChimp API Settings"
44
+ msgstr "Configuración de API de Mailchimp"
 
 
 
45
 
46
+ #: mailchimp-for-wordpress/includes/class-admin.php:189
47
+ msgid "MailChimp"
48
+ msgstr "MailChimp"
49
+
50
+ #: mailchimp-for-wordpress/includes/class-admin.php:194
51
+ #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
52
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:537
53
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
54
+ msgid "Checkbox Settings"
55
+ msgstr "Ajustes de las casillas de verificación"
56
+
57
+ #: mailchimp-for-wordpress/includes/class-admin.php:195
58
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:538
59
  msgid "Checkboxes"
60
  msgstr "Casillas de verificación"
61
 
62
+ #: mailchimp-for-wordpress/includes/class-admin.php:200
63
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:9
64
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:385
65
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:543
66
+ #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
67
+ msgid "Form Settings"
68
+ msgstr "Propiedades del formulario"
69
+
70
+ #: mailchimp-for-wordpress/includes/class-admin.php:201
71
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:544
72
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
73
  msgid "Forms"
74
  msgstr "Formularios"
75
 
76
+ #: mailchimp-for-wordpress/includes/class-admin.php:205
77
+ #: mailchimp-for-wordpress/includes/class-admin.php:206
78
+ msgid "Upgrade to Pro"
79
+ msgstr "Actualizar a Pro"
80
+
81
+ #: mailchimp-for-wordpress/includes/class-admin.php:359
82
  msgid "This option is only available in MailChimp for WordPress Pro."
83
  msgstr "Esta opción solo está disponible en MailChimp para WordPress versión Pro."
84
 
85
+ #: mailchimp-for-wordpress/includes/class-admin.php:361
86
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:29
87
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:36
88
+ #: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
89
+ msgid "(PRO ONLY)"
90
+ msgstr "(SOLO PRO)"
91
+
92
+ #: mailchimp-for-wordpress/includes/class-admin.php:362
93
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:634
94
+ msgid "Button text"
95
+ msgstr "Texto del Botón"
96
+
97
+ #: mailchimp-for-wordpress/includes/class-admin.php:363
98
+ #: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
99
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:635
100
+ #: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
101
+ msgid "Initial value"
102
+ msgstr "Valor inicial"
103
+
104
+ #: mailchimp-for-wordpress/includes/class-admin.php:364
105
+ #: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:28
106
+ #: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:33
107
+ #: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:38
108
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:636
109
+ #: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:48
110
+ #: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:53
111
+ #: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:58
112
+ msgid "(optional)"
113
+ msgstr "(opcional)"
114
+
115
+ #: mailchimp-for-wordpress/includes/class-admin.php:365
116
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:637
117
+ msgid "Label for"
118
+ msgstr "Etiqueta para"
119
+
120
+ #: mailchimp-for-wordpress/includes/class-admin.php:366
121
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:638
122
+ msgid "(or leave empty)"
123
+ msgstr "(o deje en blanco)"
124
+
125
+ #: mailchimp-for-wordpress/includes/class-admin.php:367
126
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:639
127
+ msgid "Subscribe"
128
+ msgstr "Suscribir"
129
+
130
+ #: mailchimp-for-wordpress/includes/class-admin.php:391
131
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:677
132
  msgid "Comment form"
133
  msgstr "Formulario de comentarios"
134
 
135
+ #: mailchimp-for-wordpress/includes/class-admin.php:392
136
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:678
137
  msgid "Registration form"
138
  msgstr "Formulario de registro"
139
 
140
+ #: mailchimp-for-wordpress/includes/class-admin.php:396
141
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:682
142
  msgid "MultiSite forms"
143
  msgstr "Formularios MultiSite"
144
 
145
+ #: mailchimp-for-wordpress/includes/class-admin.php:400
146
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:686
147
+ #: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:301
148
  msgid "BuddyPress registration"
149
  msgstr "Regitro BuddyPress"
150
 
151
+ #: mailchimp-for-wordpress/includes/class-admin.php:408
152
+ #: mailchimp-for-wordpress/includes/class-admin.php:412
153
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:694
154
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:698
155
  msgid "%s checkout"
156
  msgstr "verificación de %s"
157
 
158
+ #: mailchimp-for-wordpress/includes/class-admin.php:440
159
+ msgid ""
160
+ "The plugin can only fetch a maximum of 100 lists from MailChimp, only your "
161
+ "first 100 lists are shown."
162
+ msgstr "Este plugin puede obtener un máximo de 100 listas de Mailchimp. Sólo se están mostrando tus 100 primeras."
163
+
164
+ #: mailchimp-for-wordpress/includes/class-admin.php:445
165
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:742
166
  msgid "Renewed MailChimp cache."
167
  msgstr "Cache de MailChimp renovada."
168
 
169
+ #: mailchimp-for-wordpress/includes/class-admin.php:447
170
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:744
171
  msgid "Failed to renew MailChimp cache - please try again later."
172
  msgstr "Fallo al renovar la cache de MailChimp - Por favor, intentelo de nuevo más tarde."
173
 
174
+ #: mailchimp-for-wordpress/includes/class-admin.php:480
 
175
  msgid "An EMAIL field. Example: <code>%s</code>"
176
  msgstr "Un campo EMAIL. Por ejemplo: <code>%s</code>"
177
 
178
+ #: mailchimp-for-wordpress/includes/class-admin.php:486
 
179
  msgid "A submit button. Example: <code>%s</code>"
180
  msgstr "Un botón para enviar. Por ejemplo: <code>%s</code>"
181
 
182
+ #: mailchimp-for-wordpress/includes/class-admin.php:486
 
183
  msgid "Sign Up"
184
  msgstr "Regístrate"
185
 
186
+ #: mailchimp-for-wordpress/includes/class-admin.php:511
 
187
  msgid "A '%s' field"
188
  msgstr "Un campo '%s'"
189
 
190
+ #: mailchimp-for-wordpress/includes/class-form-request.php:702
191
  msgid "Please select at least one list to subscribe to."
192
  msgstr "Por favor seleccione al menos una lista para suscribirse."
193
 
195
  msgid "MailChimp Sign-Up Form"
196
  msgstr "Forma de suscripción de MailChimp"
197
 
198
+ #: mailchimp-for-wordpress/includes/class-widget.php:22
199
  msgid "Displays your MailChimp for WordPress sign-up form"
200
  msgstr "Muestra su forma de suscripción de MailChimp para WordPress"
201
 
202
+ #: mailchimp-for-wordpress/includes/class-widget.php:66
203
+ #: mailchimp-for-wordpress-pro/includes/class-widget.php:71
204
  msgid "Newsletter"
205
  msgstr "Newsletter"
206
 
207
+ #: mailchimp-for-wordpress/includes/class-widget.php:69
208
+ #: mailchimp-for-wordpress-pro/includes/class-widget.php:82
209
  msgid "Title:"
210
  msgstr "Título:"
211
 
212
+ #: mailchimp-for-wordpress/includes/class-widget.php:73
213
  msgid ""
214
+ "You can edit your sign-up form in the <a href=\"%s\">MailChimp for WordPress"
215
+ " form settings</a>."
216
+ msgstr "Puede editar su formulario de suscripción en el <a href=\"%s\">formulario de configuración de Mailchimp para Wordpress</a>"
217
 
218
  #: mailchimp-for-wordpress/includes/functions/general.php:21
219
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:292
220
  #: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
221
  msgid "Email address"
222
  msgstr "Dirección de correo electrónico"
223
 
224
  #: mailchimp-for-wordpress/includes/functions/general.php:22
225
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:291
226
  msgid "Your email address"
227
  msgstr "Tu dirección de correo electrónico"
228
 
229
  #: mailchimp-for-wordpress/includes/functions/general.php:23
230
+ #: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:293
231
  msgid "Sign up"
232
  msgstr "Registro"
233
 
236
  msgid "Sign me up for the newsletter!"
237
  msgstr "¡Suscríbeme a la lista de correo!"
238
 
239
+ #: mailchimp-for-wordpress/includes/functions/general.php:50
240
  msgid ""
241
  "Thank you, your sign-up request was successful! Please check your e-mail "
242
  "inbox."
243
  msgstr "¡Gracias, su solucitud de suscripción fue completada! Por favor verifique su correo electrónico."
244
 
245
+ #: mailchimp-for-wordpress/includes/functions/general.php:51
246
+ #: mailchimp-for-wordpress-pro/includes/functions/general.php:52
247
  msgid "Oops. Something went wrong. Please try again later."
248
  msgstr "Ups. Algo salió mal. Por favor, intentalo otra vez más tarde. "
249
 
250
+ #: mailchimp-for-wordpress/includes/functions/general.php:52
251
+ #: mailchimp-for-wordpress-pro/includes/functions/general.php:53
252
  msgid "Please provide a valid email address."
253
  msgstr "Por favor, introduce un correo electrónico válido."
254
 
255
+ #: mailchimp-for-wordpress/includes/functions/general.php:53
256
+ #: mailchimp-for-wordpress-pro/includes/functions/general.php:54
257
  msgid "Given email address is already subscribed, thank you!"
258
  msgstr "La dirección de correo electrónico facilitada ya está suscrita, ¡gracias!"
259
 
260
+ #: mailchimp-for-wordpress/includes/functions/general.php:54
261
+ #: mailchimp-for-wordpress-pro/includes/functions/general.php:55
262
  msgid "Please complete the CAPTCHA."
263
  msgstr "Por favor, introduce el código de seguridad"
264
 
265
+ #: mailchimp-for-wordpress/includes/functions/general.php:55
266
+ #: mailchimp-for-wordpress-pro/includes/functions/general.php:56
267
  msgid "Please fill in the required fields."
268
  msgstr "Por favor rellena los campos solicitados."
269
 
270
+ #: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
271
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
272
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
273
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
274
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:106
275
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:121
276
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:134
277
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:145
278
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:164
279
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:178
280
+ #: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
281
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
282
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
283
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
287
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
288
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
289
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
290
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:71
291
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
292
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
293
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
294
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
295
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
299
  msgid "Yes"
300
  msgstr "Si"
301
 
302
+ #: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
303
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
304
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
305
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
306
  #: mailchimp-for-wordpress/includes/views/form-settings.php:27
307
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:110
308
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:125
309
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:136
310
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:149
311
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:168
312
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:182
313
+ #: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
314
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
315
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
316
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
320
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
321
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
322
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
323
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:75
324
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
325
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
326
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
327
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
328
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
333
  msgid "No"
334
  msgstr "No"
335
 
336
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:236
337
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:239
338
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:311
339
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:320
340
  msgid "MailChimp for WordPress - Error"
341
  msgstr "MailChimp para WordPress - Error"
342
 
343
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:237
344
  msgid ""
345
  "Please select a list to subscribe to in the <a href=\"%s\">checkbox "
346
  "settings</a>."
347
  msgstr "Por favor seleccione una lista a suscribirse en la <a href=\"%s\"> configuración de casillas</a>."
348
 
349
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:238
350
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:319
351
  msgid "This message is only visible to administrators for debugging purposes."
352
  msgstr "Este mensaje es solo visible a los administradores para fines de depuración."
353
 
354
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:312
355
  msgid ""
356
  "The MailChimp server returned the following error message as a response to "
357
  "our sign-up request:"
358
  msgstr "El servidor de MailChimp devolvió el siguiente mensaje de error como respuesta a su solicitud de suscripción:"
359
 
360
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:314
361
  msgid "This is the data that was sent to MailChimp:"
362
  msgstr "Esta es la data que fue enviada a MailChimp:"
363
 
364
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:315
365
+ #: mailchimp-for-wordpress-pro/includes/class-form-request.php:664
366
  msgid "Email address:"
367
  msgstr "Correo electrónico:"
368
 
369
+ #: mailchimp-for-wordpress/includes/integrations/class-integration.php:317
370
  msgid "Merge variables:"
371
  msgstr "Unificar variables:"
372
 
374
  msgid "MailChimp for WordPress"
375
  msgstr "MailChimp para WordPress"
376
 
377
+ #: mailchimp-for-wordpress/includes/views/api-settings.php:12
378
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:99
379
+ #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
380
+ msgid "MailChimp Settings"
381
+ msgstr "Configuración de MailChimp"
382
+
383
  #: mailchimp-for-wordpress/includes/views/api-settings.php:22
384
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
385
  msgid "API Settings"
434
  msgid "No lists were found in your MailChimp account"
435
  msgstr "No se encontró ninguna lista en su cuenta de MailChimp"
436
 
 
 
 
 
 
437
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
438
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
439
  msgid ""
462
  #: mailchimp-for-wordpress/includes/views/form-settings.php:48
463
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
464
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
465
+ msgid "No lists found, <a href=\"%s\">are you connected to MailChimp</a>?"
466
+ msgstr "No se han encontrado listas, ¿<a href=\"%s\">está conectado a MailChimp</a>?"
467
 
468
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
469
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
473
  msgstr "Selecciona la lista(s) a la que se registrarán las personas que marquen las casillas de verificación."
474
 
475
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
476
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:102
477
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:13
478
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:51
479
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:55
481
  msgstr "¿Doble opt-in?"
482
 
483
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:59
484
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:113
485
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:28
486
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:53
487
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:66
491
  msgstr "Selecciona \"sí \" si quieres que los suscriptores confirmen su dirección de correo electrónico antes de suscribirse (recomendado)"
492
 
493
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
494
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:82
495
  msgid "Checkbox settings"
496
  msgstr "Configuración de la casilla de verificación"
497
 
498
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
499
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:85
500
  msgid "Add the checkbox to these forms"
501
  msgstr "Añadir casillas de verificación en estos formularios"
502
 
503
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
504
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:92
505
  msgid "Selecting a form will automatically add the sign-up checkbox to it."
506
  msgstr "Al seleccionar un formulario se añadirá automaticamente la casilla de verificación de alta al mismo."
507
 
508
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
509
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:105
510
  msgid "Checkbox label text"
511
  msgstr "Texto a mostrar junto a la casilla de verificación."
512
 
513
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:86
514
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:108
515
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:148
516
  msgid "HTML tags like %s are allowed in the label text."
517
  msgstr "La etiquetas HTML como %s están permitidas en el texto de la etiqueta."
518
 
519
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
520
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:112
521
  msgid "Pre-check the checkbox?"
522
  msgstr "¿Dejamos pre-marcada la casilla de verificación?"
523
 
524
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
525
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:117
526
  msgid "Load some default CSS?"
527
  msgstr "¿Cargamos algunos CSS por defecto?"
528
 
529
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:97
530
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:119
531
  msgid "Select \"yes\" if the checkbox appears in a weird place."
532
  msgstr "Seleccione \"sí \" si la casilla de verificación aparece en un lugar inapropiado"
533
 
534
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
535
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:122
536
  msgid "WooCommerce checkbox position"
537
  msgstr "Posición de la casilla de verificación en WooCommerce"
538
 
539
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
540
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:125
541
  msgid "After the billing details"
542
  msgstr "Detalles tras la factura"
543
 
544
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:104
545
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:126
546
  msgid "After the additional information"
547
  msgstr "Tras la información extra"
548
 
549
  #: mailchimp-for-wordpress/includes/views/checkbox-settings.php:107
550
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
551
  msgid ""
552
  "Choose the position for the checkbox in your WooCommerce checkout form."
553
  msgstr "Escoja la posición de los checkbox en tu formulario de salida de WooCommerce."
554
 
 
 
 
 
 
 
555
  #: mailchimp-for-wordpress/includes/views/form-settings.php:15
556
  msgid ""
557
  "To use the MailChimp sign-up form, configure the form below and then either "
572
  msgid "Yes, load basic form styles"
573
  msgstr "Si, carga los estilos de formulario básicos"
574
 
 
 
 
 
 
 
575
  #: mailchimp-for-wordpress/includes/views/form-settings.php:29
576
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
577
  msgid "Yes, load my custom form styles"
633
  msgid "Form mark-up"
634
  msgstr "Marcado de la forma"
635
 
636
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:79
637
+ #: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:90
 
 
 
 
 
638
  msgid ""
639
  "Use the shortcode %s to display this form inside a post, page or text "
640
  "widget."
641
  msgstr "Utiliza el código corto %s para mistrar este formulario dentro de una entrada, artículo o un widget de texto."
642
 
643
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:92
644
+ #: mailchimp-for-wordpress-pro/includes/views/parts/missing-fields-notice.php:4
645
+ msgid "Your form is missing the following (required) form fields:"
646
+ msgstr "Tu formulario necesita los siguientes campos (requeridos):"
647
+
648
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:117
649
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
650
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:57
651
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:70
652
  msgid "Send Welcome Email?"
653
  msgstr "¿Enviar email de bienvenida?"
654
 
655
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:128
656
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:86
657
  #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:64
658
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:75
661
  "succeeds (only when double opt-in is disabled)."
662
  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)."
663
 
664
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:131
665
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:33
666
+ #: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:67
667
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
668
  msgid "Update existing subscribers?"
669
  msgstr "¿Actualizar los suscriptores existentes?"
670
 
671
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:138
672
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
673
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:89
674
  msgid ""
676
  "showing the \"already subscribed\" message)."
677
  msgstr "Selecciona \"sí \" si quieres actualizar los suscriptores existentes (en lugar de mostrar el mensaje \"ya suscrito \")."
678
 
679
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:141
680
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:52
681
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:93
682
  msgid "Replace interest groups?"
683
  msgstr "¿Se sustituyen los grupos de interés?"
684
 
685
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:152
686
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:66
687
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:104
688
  msgid ""
691
  "groups (only when updating a subscriber)."
692
  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)."
693
 
694
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:156
695
  msgid "Form Settings & Messages"
696
  msgstr "Configuración de Formas y Mensajes"
697
 
698
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:160
699
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
700
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
701
  msgid "Enable AJAX form submission?"
702
  msgstr "¿Habilitar AJAX para el envío de formularios?"
703
 
704
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:171
705
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
706
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
707
  msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
708
  msgstr "Seleccione \"sí \" si desea utilizar AJAX (JavaScript) en sus formularios"
709
 
710
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:174
711
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
712
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:121
713
  msgid "Hide form after a successful sign-up?"
714
  msgstr "¿Ocultar formulario después de un registro registro satisfactorio?"
715
 
716
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:185
717
  #: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:126
718
  #: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:126
719
  msgid "Select \"yes\" to hide the form fields after a successful sign-up."
720
  msgstr "Selecciona \"Sí \" para ocultar los campos de formulario después de un registro satisfactorio."
721
 
722
+ #: mailchimp-for-wordpress/includes/views/form-settings.php:188