MailChimp for WordPress - Version 2.1.1

Version Description

  • August 12, 2014 =

Fixes

  • mc4wp_get_current_url() now takes ports and the WP site url option into account
  • Quicktags buttons were not showing because script was not loaded, now it is.

Improvements

  • Improved CSS reset for the sign-up checkbox
  • Added deprecated warning to some functions
  • Improvements to third-party forms integration for the sign-up checkbox. Integrating with the Events Manager plugin should work now.
  • Updated Dutch translations
  • Updated English translations

Additions

  • Added mc4wp_form_error_{ERROR_CODE} action hook to allow hooking into all form errors.
  • Added {response} tag to allow setting a custom response position
  • Added various filters to customize form HTML
  • Added German language, thanks to Jochen Gererstorfer
  • Added Italian language, thanks to Gianpaolo Rolando
Download this release

Release Info

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

Code changes from version 2.1 to 2.1.1

README.md CHANGED
@@ -24,7 +24,7 @@ Support
24
  This is a developer's portal for the MailChimp for WordPress plugin and should not be used for support. Please visit the
25
  [plugin support forums on WordPress.org](http://wordpress.org/support/plugin/mailchimp-for-wp).
26
 
27
- If you need priority support, please consider upgrading to [MailChimp for WordPress Pro](https://dannyvankooten.com/mailchimp-for-wordpress/).
28
 
29
  Contributions
30
  -------------
24
  This is a developer's portal for the MailChimp for WordPress plugin and should not be used for support. Please visit the
25
  [plugin support forums on WordPress.org](http://wordpress.org/support/plugin/mailchimp-for-wp).
26
 
27
+ If you need priority support, please consider upgrading to [MailChimp for WordPress Pro](https://mc4wp.com/).
28
 
29
  Contributions
30
  -------------
assets/css/checkbox.css CHANGED
@@ -1,17 +1,19 @@
1
  /* MailChimp for WP - Checkbox Styles */
2
- #mc4wp-checkbox {
3
  clear: both;
4
  display: block;
 
 
5
  }
6
- #mc4wp-checkbox input {
7
- position: relative;
8
  margin: 0 6px 0 0;
9
  padding: 0;
10
  vertical-align: middle;
11
  display: inline-block !important;
12
  max-width: 21px;
13
  }
14
- #mc4wp-checkbox label {
15
  display: block;
16
  cursor: pointer;
17
  width: auto;
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;
12
  vertical-align: middle;
13
  display: inline-block !important;
14
  max-width: 21px;
15
  }
16
+ p#mc4wp-checkbox label {
17
  display: block;
18
  cursor: pointer;
19
  width: auto;
assets/css/checkbox.min.css CHANGED
@@ -1 +1 @@
1
- #mc4wp-checkbox{clear:both;display:block}#mc4wp-checkbox input{position:relative;margin:0 6px 0 0;padding:0;vertical-align:middle;display:inline-block!important;max-width:21px}#mc4wp-checkbox label{display:block;cursor:pointer;width:auto;position:static}#registerform #mc4wp-checkbox{margin-bottom:10px}
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}p#mc4wp-checkbox label{display:block;cursor:pointer;width:auto;position:static}#registerform #mc4wp-checkbox{margin-bottom:10px}
assets/js/admin.js CHANGED
@@ -45,17 +45,18 @@
45
  // Add buttons to QTags editor
46
  (function() {
47
 
48
- if( window.QTags == undefined ) {
49
  return;
50
  }
51
 
52
- QTags.addButton( 'mc4wp_paragraph', '<p>', '<p>', '</p>', 'p', 'Paragraph tag', 1 );
53
- QTags.addButton( 'mc4wp_label', 'label', '<label>', '</label>', 'l', 'Label tag', 2 );
54
- QTags.addButton( 'mc4wp_subscriber_count', '# of subscribers', '{subscriber_count}', '', 's', 'Shows number of subscribers of selected list(s)' );
 
 
55
  if( window.mc4wp.has_captcha_plugin == true ) {
56
- QTags.addButton( 'mc4wp_captcha', 'CAPTCHA', '[captcha]', '', 'c', 'Display a CAPTCHA field' );
57
  }
58
-
59
  })();
60
 
61
 
45
  // Add buttons to QTags editor
46
  (function() {
47
 
48
+ if ( typeof(QTags) == 'undefined' ) {
49
  return;
50
  }
51
 
52
+ QTags.addButton( 'mc4wp_paragraph', '<p>', '<p>', '</p>', 'paragraph', 'Paragraph tag', 1 );
53
+ QTags.addButton( 'mc4wp_label', 'label', '<label>', '</label>', 'label', 'Label tag', 2 );
54
+ QTags.addButton( 'mc4wp_response', 'form response', '{response}', '', 'response', 'Shows the form response' );
55
+ QTags.addButton( 'mc4wp_subscriber_count', '# of subscribers', '{subscriber_count}', '', 'subscribers', 'Shows number of subscribers of selected list(s)' );
56
+
57
  if( window.mc4wp.has_captcha_plugin == true ) {
58
+ QTags.addButton( 'mc4wp_captcha', 'CAPTCHA', '{captcha}', '', 'captcha', 'Display a CAPTCHA field' );
59
  }
 
60
  })();
61
 
62
 
assets/js/admin.min.js CHANGED
@@ -1 +1 @@
1
- !function(a){a("tr.pro-feature, tr.pro-feature td :radio").change(function(){this.checked=!1,alert("This option is only available in the premium version of MailChimp for WordPress."),event.stopPropagation()}),a("tr.pro-feature, tr.pro-feature label").click(function(){alert("This option is only available in the premium version of MailChimp for WordPress."),event.stopPropagation()}),function(){function b(){var b=$lists.filter(":checked").length>0;a(".mc4wp-notice.no-lists-selected").toggle(!b),a("#mc4wp-fw-mailchimp-fields").toggle(b)}$lists=a("#mc4wp-lists :input"),$lists.change(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(){void 0!=window.QTags&&(QTags.addButton("mc4wp_paragraph","<p>","<p>","</p>","p","Paragraph tag",1),QTags.addButton("mc4wp_label","label","<label>","</label>","l","Label tag",2),QTags.addButton("mc4wp_subscriber_count","# of subscribers","{subscriber_count}","","s","Shows number of subscribers of selected list(s)"),1==window.mc4wp.has_captcha_plugin&&QTags.addButton("mc4wp_captcha","CAPTCHA","[captcha]","","c","Display a CAPTCHA field"))}(),function(){function b(){o.find("option").not(".default").remove(),n.filter(":checked").each(function(){for(var b=a(this).data("list-fields"),c=a(this).data("list-groupings"),d=0,e=b.length;e>d;d++){var f=b[d];if(0==p.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("(PRO ONLY) "+g).attr("disabled","disabled").data("field",null),p.append(h)}}for(var d=0,i=c.length;i>d;d++){var j=c[d];if(0==q.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("(PRO ONLY) "+g).attr("disabled","disabled").data("list-grouping",null),q.append(h)}}})}function c(){d();var b=a(this).find(":selected");switch(b.val()){case"submit":l="submit",t.text("Button text"),r.find("p.row").filter(".value, .wrap-p").show();break;case"lists":l="lists",r.find(".wrap-p").show(),j();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(){r.find(".row :input").each(function(){a(this).is(":checkbox")?this.checked=!0:this.value=""}),r.find("p.row").hide(),u.find(":input").remove(),r.show(),l="text",m="",t.html("Initial value <small>(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",'Label for "'+b[c].name+'" (or leave empty)').attr("value",b[c].name).appendTo(u)}function f(a){switch(r.find("p.row").filter(".values, .label, .wrap-p").show(),v.val(a.name+":"),m="GROUPINGS["+a.id+"]",e(a.groups),a.form_field){case"radio":l="radio";break;case"hidden":r.find("p.row").filter(".values, .label, .wrap-p").hide(),r.find("p.row.value").show();for(var b=0,c=a.groups.length;c>b;b++)s.val(s.val()+a.groups[b].name+",");l="hidden";break;case"dropdown":l="select";break;default:l="checkbox",m+="[]"}j()}function g(){var b="";return n.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(l=void 0!=d[b.field_type]?d[b.field_type]:"text",void 0!=c[l])var e=c[l];else var e=c["default"];for(var f=0,g=e.length;g>f;f++)r.find("p.row."+e[f]).show();if(l=l,m=b.tag,w.val("Your "+b.name.toLowerCase()),v.val(b.name+":"),x.attr("checked",b.req),u.is(":visible")&&b.choices)for(var f=0,g=b.choices.length;g>f;f++)a("<input />").attr("type","text").addClass("widefat").data("value",b.choices[f]).attr("placeholder",'Label for "'+b.choices[f]+'" (or leave empty)').attr("value",b.choices[f]).appendTo(u);j()}function i(a){a=html_beautify(a),z.val(a)}function j(){var b,c=a("<div></div>");switch(l){case"lists":var d=g();return y.is(":visible:checked")&&(d="<p>"+d+"</p>"),i(d);case"select":b=a("<select />"),u.find(":input").each(function(){a(this).val().length>0&&($el=a("<option />").val(a(this).data("value")).text(a(this).val()),$el.appendTo(b))});break;case"radio":case"checkbox":u.find(":input").each(function(){a(this).val().length>0&&(b=a("<input />").attr("type",l).attr("name",m).val(a(this).data("value")),x.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",l)}"radio"!=l&&"checkbox"!=l&&(m.length>0&&b.attr("name",m),s.is(":visible")&&s.val().length>0&&("textarea"==l?b.text(s.val()):b.attr("value",s.val())),w.is(":visible")&&w.val().length>0&&b.attr("placeholder",w.val()),x.is(":visible:checked")&&b.attr("required",!0),c.append(b)),v.is(":visible")&&v.val().length>0&&a("<label />").text(v.val()).prependTo(c),y.is(":visible:checked")&&c.wrapInner(a("<p />"));var d=c.html();i(d)}function k(){var b=!1;"undefined"!=typeof wpActiveEditor&&"undefined"!=typeof QTags&&QTags.insertContent&&(b=QTags.insertContent(z.val())),b||($formContent=a("#mc4wpformmarkup"),$formContent.val($formContent.val()+"\n"+z.val()))}var l,m,n=a("#mc4wp-lists :input"),o=a("#mc4wp-fw-mailchimp-fields"),p=a("#mc4wp-fw-mailchimp-fields .merge-fields"),q=a("#mc4wp-fw-mailchimp-fields .groupings"),r=a("#mc4wp-fw-fields"),s=a("#mc4wp-fw-value"),t=a("#mc4wp-fw-value-label"),u=a("#mc4wp-fw-values"),v=a("#mc4wp-fw-label"),w=a("#mc4wp-fw-placeholder"),x=a("#mc4wp-fw-required"),y=a("#mc4wp-fw-wrap-p"),z=a("#mc4wp-fw-preview");n.change(b),o.change(c),r.change(j),a("#mc4wp-fw-add-to-form").click(k),b()}()}(jQuery);
1
+ !function(a){a("tr.pro-feature, tr.pro-feature td :radio").change(function(){this.checked=!1,alert("This option is only available in the premium version of MailChimp for WordPress."),event.stopPropagation()}),a("tr.pro-feature, tr.pro-feature label").click(function(){alert("This option is only available in the premium version of MailChimp for WordPress."),event.stopPropagation()}),function(){function b(){var b=$lists.filter(":checked").length>0;a(".mc4wp-notice.no-lists-selected").toggle(!b),a("#mc4wp-fw-mailchimp-fields").toggle(b)}$lists=a("#mc4wp-lists :input"),$lists.change(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.has_captcha_plugin&&QTags.addButton("mc4wp_captcha","CAPTCHA","{captcha}","","captcha","Display a CAPTCHA field"))}(),function(){function b(){o.find("option").not(".default").remove(),n.filter(":checked").each(function(){for(var b=a(this).data("list-fields"),c=a(this).data("list-groupings"),d=0,e=b.length;e>d;d++){var f=b[d];if(0==p.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("(PRO ONLY) "+g).attr("disabled","disabled").data("field",null),p.append(h)}}for(var d=0,i=c.length;i>d;d++){var j=c[d];if(0==q.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("(PRO ONLY) "+g).attr("disabled","disabled").data("list-grouping",null),q.append(h)}}})}function c(){d();var b=a(this).find(":selected");switch(b.val()){case"submit":l="submit",t.text("Button text"),r.find("p.row").filter(".value, .wrap-p").show();break;case"lists":l="lists",r.find(".wrap-p").show(),j();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(){r.find(".row :input").each(function(){a(this).is(":checkbox")?this.checked=!0:this.value=""}),r.find("p.row").hide(),u.find(":input").remove(),r.show(),l="text",m="",t.html("Initial value <small>(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",'Label for "'+b[c].name+'" (or leave empty)').attr("value",b[c].name).appendTo(u)}function f(a){switch(r.find("p.row").filter(".values, .label, .wrap-p").show(),v.val(a.name+":"),m="GROUPINGS["+a.id+"]",e(a.groups),a.form_field){case"radio":l="radio";break;case"hidden":r.find("p.row").filter(".values, .label, .wrap-p").hide(),r.find("p.row.value").show();for(var b=0,c=a.groups.length;c>b;b++)s.val(s.val()+a.groups[b].name+",");l="hidden";break;case"dropdown":l="select";break;default:l="checkbox",m+="[]"}j()}function g(){var b="";return n.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(l=void 0!=d[b.field_type]?d[b.field_type]:"text",void 0!=c[l])var e=c[l];else var e=c["default"];for(var f=0,g=e.length;g>f;f++)r.find("p.row."+e[f]).show();if(l=l,m=b.tag,w.val("Your "+b.name.toLowerCase()),v.val(b.name+":"),x.attr("checked",b.req),u.is(":visible")&&b.choices)for(var f=0,g=b.choices.length;g>f;f++)a("<input />").attr("type","text").addClass("widefat").data("value",b.choices[f]).attr("placeholder",'Label for "'+b.choices[f]+'" (or leave empty)').attr("value",b.choices[f]).appendTo(u);j()}function i(a){a=html_beautify(a),z.val(a)}function j(){var b,c=a("<div></div>");switch(l){case"lists":var d=g();return y.is(":visible:checked")&&(d="<p>"+d+"</p>"),i(d);case"select":b=a("<select />"),u.find(":input").each(function(){a(this).val().length>0&&($el=a("<option />").val(a(this).data("value")).text(a(this).val()),$el.appendTo(b))});break;case"radio":case"checkbox":u.find(":input").each(function(){a(this).val().length>0&&(b=a("<input />").attr("type",l).attr("name",m).val(a(this).data("value")),x.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",l)}"radio"!=l&&"checkbox"!=l&&(m.length>0&&b.attr("name",m),s.is(":visible")&&s.val().length>0&&("textarea"==l?b.text(s.val()):b.attr("value",s.val())),w.is(":visible")&&w.val().length>0&&b.attr("placeholder",w.val()),x.is(":visible:checked")&&b.attr("required",!0),c.append(b)),v.is(":visible")&&v.val().length>0&&a("<label />").text(v.val()).prependTo(c),y.is(":visible:checked")&&c.wrapInner(a("<p />"));var d=c.html();i(d)}function k(){var b=!1;"undefined"!=typeof wpActiveEditor&&"undefined"!=typeof QTags&&QTags.insertContent&&(b=QTags.insertContent(z.val())),b||($formContent=a("#mc4wpformmarkup"),$formContent.val($formContent.val()+"\n"+z.val()))}var l,m,n=a("#mc4wp-lists :input"),o=a("#mc4wp-fw-mailchimp-fields"),p=a("#mc4wp-fw-mailchimp-fields .merge-fields"),q=a("#mc4wp-fw-mailchimp-fields .groupings"),r=a("#mc4wp-fw-fields"),s=a("#mc4wp-fw-value"),t=a("#mc4wp-fw-value-label"),u=a("#mc4wp-fw-values"),v=a("#mc4wp-fw-label"),w=a("#mc4wp-fw-placeholder"),x=a("#mc4wp-fw-required"),y=a("#mc4wp-fw-wrap-p"),z=a("#mc4wp-fw-preview");n.change(b),o.change(c),r.change(j),a("#mc4wp-fw-add-to-form").click(k),b()}()}(jQuery);
assets/sass/checkbox.scss CHANGED
@@ -1,27 +1,29 @@
1
  /* MailChimp for WP - Checkbox Styles */
2
- #mc4wp-checkbox{
3
 
4
- clear: both;
5
- display: block;
 
 
6
 
7
- input {
8
- position: relative;
9
- margin: 0 6px 0 0;
10
- padding: 0;
11
- vertical-align: middle;
12
- display: inline-block !important;
13
- max-width: 21px;
14
- }
15
 
16
- label {
17
- display: block;
18
- cursor: pointer;
19
- width: auto;
20
  position: static;
21
- }
22
 
23
  }
24
 
25
  #registerform #mc4wp-checkbox{
26
- margin-bottom: 10px;
27
  }
1
  /* MailChimp for WP - Checkbox Styles */
2
+ p#mc4wp-checkbox{
3
 
4
+ clear: both;
5
+ display: block;
6
+ position: static;
7
+ width: auto;
8
 
9
+ input {
10
+ position: static;
11
+ margin: 0 6px 0 0;
12
+ padding: 0;
13
+ vertical-align: middle;
14
+ display: inline-block !important;
15
+ max-width: 21px;
16
+ }
17
 
18
+ label {
19
+ display: block;
20
+ cursor: pointer;
21
+ width: auto;
22
  position: static;
23
+ }
24
 
25
  }
26
 
27
  #registerform #mc4wp-checkbox{
28
+ margin-bottom: 10px;
29
  }
includes/class-admin.php CHANGED
@@ -25,7 +25,7 @@ class MC4WP_Lite_Admin
25
 
26
  // did the user click on upgrade to pro link?
27
  if( isset( $_GET['page'] ) && $_GET['page'] === 'mc4wp-lite-upgrade' && false === headers_sent() ) {
28
- header("Location: https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=lite-plugin&utm_medium=link&utm_campaign=menu-upgrade-link");
29
  exit;
30
  }
31
 
@@ -127,7 +127,7 @@ class MC4WP_Lite_Admin
127
  }
128
 
129
  $links[] = '<a href="http://wordpress.org/plugins/mailchimp-for-wp/faq/">FAQ</a>';
130
- $links[] = '<a href="https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=lite-plugin&utm_medium=link&utm_campaign=plugins-upgrade-link">' . __( 'Upgrade to Pro', 'mailchimp-for-wp' ) . '</a>';
131
  return $links;
132
  }
133
 
@@ -195,7 +195,7 @@ class MC4WP_Lite_Admin
195
 
196
  // js
197
  wp_register_script( 'mc4wp-beautifyhtml', MC4WP_LITE_PLUGIN_URL . 'assets/js/beautify-html'. $suffix .'.js', array( 'jquery' ), MC4WP_LITE_VERSION, true );
198
- wp_register_script( 'mc4wp-admin', MC4WP_LITE_PLUGIN_URL . 'assets/js/admin' . $suffix . '.js', array( 'jquery' ), MC4WP_LITE_VERSION, true );
199
  wp_enqueue_script( array( 'jquery', 'mc4wp-beautifyhtml', 'mc4wp-admin' ) );
200
  wp_localize_script( 'mc4wp-admin', 'mc4wp',
201
  array(
@@ -325,8 +325,8 @@ class MC4WP_Lite_Admin
325
  continue;
326
  }
327
 
328
- // search for field tag in form mark-up
329
- $search = stristr( $opts['markup'], 'name="'. $merge_var->tag .'"' );
330
  if( false === $search ) {
331
  $missing_form_fields[] = sprintf( __( 'A \'%s\' field', 'mailchimp-for-wp' ), $merge_var->tag );
332
  }
25
 
26
  // did the user click on upgrade to pro link?
27
  if( isset( $_GET['page'] ) && $_GET['page'] === 'mc4wp-lite-upgrade' && false === headers_sent() ) {
28
+ header("Location: https://mc4wp.com/#utm_source=lite-plugin&utm_medium=link&utm_campaign=menu-upgrade-link");
29
  exit;
30
  }
31
 
127
  }
128
 
129
  $links[] = '<a href="http://wordpress.org/plugins/mailchimp-for-wp/faq/">FAQ</a>';
130
+ $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>';
131
  return $links;
132
  }
133
 
195
 
196
  // js
197
  wp_register_script( 'mc4wp-beautifyhtml', MC4WP_LITE_PLUGIN_URL . 'assets/js/beautify-html'. $suffix .'.js', array( 'jquery' ), MC4WP_LITE_VERSION, true );
198
+ wp_register_script( 'mc4wp-admin', MC4WP_LITE_PLUGIN_URL . 'assets/js/admin' . $suffix . '.js', array( 'jquery', 'quicktags' ), MC4WP_LITE_VERSION, true );
199
  wp_enqueue_script( array( 'jquery', 'mc4wp-beautifyhtml', 'mc4wp-admin' ) );
200
  wp_localize_script( 'mc4wp-admin', 'mc4wp',
201
  array(
325
  continue;
326
  }
327
 
328
+ // search for field tag in form mark-up using 'name="FIELD_NAME' without closing " because of array fields
329
+ $search = stristr( $opts['markup'], 'name="'. $merge_var->tag );
330
  if( false === $search ) {
331
  $missing_form_fields[] = sprintf( __( 'A \'%s\' field', 'mailchimp-for-wp' ), $merge_var->tag );
332
  }
includes/class-form-manager.php CHANGED
@@ -127,26 +127,17 @@ class MC4WP_Lite_Form_Manager {
127
  */
128
  public function form( $atts = array(), $content = '' ) {
129
 
 
 
 
 
 
 
130
  $opts = mc4wp_get_options('form');
131
 
132
  // was this form submitted?
133
  $was_submitted = ( is_object( $this->form_request ) && $this->form_request->get_form_instance_number() === $this->form_instance_number );
134
 
135
- // enqueue scripts (in footer) if form was submitted
136
- if( $was_submitted ) {
137
- wp_enqueue_script( 'mc4wp-form-request' );
138
- wp_localize_script( 'mc4wp-form-request', 'mc4wpFormRequestData', array(
139
- 'success' => ( $this->form_request->is_successful() ) ? 1 : 0,
140
- 'submittedFormId' => $this->form_request->get_form_instance_number(),
141
- 'postData' => stripslashes_deep( $_POST )
142
- )
143
- );
144
- }
145
-
146
- if ( ! function_exists( 'mc4wp_replace_variables' ) ) {
147
- include_once MC4WP_LITE_PLUGIN_DIR . 'includes/functions/template.php';
148
- }
149
-
150
  /**
151
  * @filter mc4wp_form_action
152
  * @expects string
@@ -155,69 +146,96 @@ class MC4WP_Lite_Form_Manager {
155
  */
156
  $form_action = apply_filters( 'mc4wp_form_action', mc4wp_get_current_url() );
157
 
158
- /**
159
- * @filter mc4wp_form_message_position
160
- * @expects string before|after
161
- *
162
- * Can be used to change the position of the form success & error messages.
163
- * Valid options are 'before' or 'after'
164
- */
165
- $message_position = apply_filters( 'mc4wp_form_message_position', 'after' );
166
-
167
- // Start building content string
168
- $content = "\n<!-- Form by MailChimp for WordPress plugin v". MC4WP_LITE_VERSION ." - https://dannyvankooten.com/mailchimp-for-wordpress/ -->\n";
169
- $content .= '<form method="post" action="'. $form_action .'" id="mc4wp-form-'.$this->form_instance_number.'" class="'. $this->get_css_classes() .'">';
170
 
171
- // show message if form was submitted and message position is before
172
- if( $was_submitted && $message_position === 'before' ) {
173
- $content .= $this->get_form_message_html();
174
- }
175
-
176
- // do not add form fields if form was submitted and hide_after_success is enabled
177
- if( ! ( $opts['hide_after_success'] && $was_submitted && $this->form_request->is_successful() ) ) {
178
 
 
 
179
  // add form fields from settings
180
- $form_markup = __( $opts['markup'] );
181
 
182
  // replace special values
183
- $form_markup = str_ireplace( array( '%N%', '{n}' ), $this->form_instance_number, $form_markup );
184
- $form_markup = mc4wp_replace_variables( $form_markup, array_values( $opts['lists'] ) );
185
 
186
  // insert captcha
187
  if( function_exists( 'cptch_display_captcha_custom' ) ) {
188
  $captcha_fields = '<input type="hidden" name="_mc4wp_has_captcha" value="1" /><input type="hidden" name="cntctfrm_contact_action" value="true" />' . cptch_display_captcha_custom();
189
- $form_markup = str_ireplace( '[captcha]', $captcha_fields, $form_markup );
190
  }
191
 
192
- // allow plugins to add form fieldsq
193
- do_action( 'mc4wp_before_form_fields', 0 );
194
-
195
  /**
196
  * @filter mc4wp_form_content
197
- * @param int $form_id The ID of the form that is being shown
198
- * @expects string
199
  *
200
  * Can be used to customize the content of the form mark-up, eg adding additional fields.
201
  */
202
- $content .= apply_filters( 'mc4wp_form_content', $form_markup );
203
-
204
- // allow plugins to add form fields
205
- do_action( 'mc4wp_after_form_fields', 0 );
206
 
207
  // hidden fields
208
- $content .= '<textarea name="_mc4wp_required_but_not_really" style="display: none !important;"></textarea>';
209
- $content .= '<input type="hidden" name="_mc4wp_form_submit" value="1" />';
210
- $content .= '<input type="hidden" name="_mc4wp_form_instance" value="'. $this->form_instance_number .'" />';
211
- $content .= '<input type="hidden" name="_mc4wp_form_nonce" value="'. wp_create_nonce( '_mc4wp_form_nonce' ) .'" />';
 
 
 
212
  }
213
 
214
- // show message if form was submitted and message position is after
215
- if( $was_submitted && $message_position === 'after' ) {
216
- $content .= $this->get_form_message_html();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  }
218
 
219
- $content .= "</form>";
220
- $content .= "\n<!-- / MailChimp for WP Plugin -->\n";
 
 
 
 
221
 
222
  // increase form instance number in case there is more than one form on a page
223
  $this->form_instance_number++;
@@ -228,7 +246,8 @@ class MC4WP_Lite_Form_Manager {
228
  wp_enqueue_script( 'mc4wp-placeholders' );
229
  }
230
 
231
- return $content;
 
232
  }
233
 
234
  /**
@@ -285,6 +304,7 @@ class MC4WP_Lite_Form_Manager {
285
  * ...
286
  * );
287
  *
 
288
  * @return array
289
  */
290
  public function get_form_messages( $form_id = 0 ) {
127
  */
128
  public function form( $atts = array(), $content = '' ) {
129
 
130
+ // make sure template functions are loaded
131
+ if ( ! function_exists( 'mc4wp_replace_variables' ) ) {
132
+ include_once MC4WP_LITE_PLUGIN_DIR . 'includes/functions/template.php';
133
+ }
134
+
135
+ // Get form options
136
  $opts = mc4wp_get_options('form');
137
 
138
  // was this form submitted?
139
  $was_submitted = ( is_object( $this->form_request ) && $this->form_request->get_form_instance_number() === $this->form_instance_number );
140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
  /**
142
  * @filter mc4wp_form_action
143
  * @expects string
146
  */
147
  $form_action = apply_filters( 'mc4wp_form_action', mc4wp_get_current_url() );
148
 
149
+ // Generate opening HTML
150
+ $opening_html = "<!-- Form by MailChimp for WordPress plugin v". MC4WP_LITE_VERSION ." - https://dannyvankooten.com/mailchimp-for-wordpress/ -->";
151
+ $opening_html .= '<form method="post" action="'. $form_action .'" id="mc4wp-form-'.$this->form_instance_number.'" class="'. $this->get_css_classes() .'">';
 
 
 
 
 
 
 
 
 
152
 
153
+ // Generate before & after fields HTML
154
+ $before_fields = apply_filters( 'mc4wp_form_before_fields', '' );
155
+ $after_fields = apply_filters( 'mc4wp_form_after_fields', '' );
 
 
 
 
156
 
157
+ // Process fields, if not submitted or not successfull or hide_after_success disabled
158
+ if( ! $was_submitted || ! $opts['hide_after_success'] || ! $this->form_request->is_successful() ) {
159
  // add form fields from settings
160
+ $visible_fields = __( $opts['markup'] );
161
 
162
  // replace special values
163
+ $visible_fields = str_ireplace( array( '%N%', '{n}' ), $this->form_instance_number, $visible_fields );
164
+ $visible_fields = mc4wp_replace_variables( $visible_fields, array_values( $opts['lists'] ) );
165
 
166
  // insert captcha
167
  if( function_exists( 'cptch_display_captcha_custom' ) ) {
168
  $captcha_fields = '<input type="hidden" name="_mc4wp_has_captcha" value="1" /><input type="hidden" name="cntctfrm_contact_action" value="true" />' . cptch_display_captcha_custom();
169
+ $visible_fields = str_ireplace( array( '{captcha}', '[captcha]' ), $captcha_fields, $visible_fields );
170
  }
171
 
 
 
 
172
  /**
173
  * @filter mc4wp_form_content
174
+ * @param int $form_id The ID of the form that is being shown
175
+ * @expects string
176
  *
177
  * Can be used to customize the content of the form mark-up, eg adding additional fields.
178
  */
179
+ $visible_fields = apply_filters( 'mc4wp_form_content', $visible_fields );
 
 
 
180
 
181
  // hidden fields
182
+ $hidden_fields = '<textarea name="_mc4wp_required_but_not_really" style="display: none !important;"></textarea>';
183
+ $hidden_fields .= '<input type="hidden" name="_mc4wp_form_submit" value="1" />';
184
+ $hidden_fields .= '<input type="hidden" name="_mc4wp_form_instance" value="'. $this->form_instance_number .'" />';
185
+ $hidden_fields .= '<input type="hidden" name="_mc4wp_form_nonce" value="'. wp_create_nonce( '_mc4wp_form_nonce' ) .'" />';
186
+ } else {
187
+ $visible_fields = '';
188
+ $hidden_fields = '';
189
  }
190
 
191
+ // empty string for response
192
+ $response_html = '';
193
+
194
+ if( $was_submitted ) {
195
+
196
+ // Enqueue script (only after submit)
197
+ wp_enqueue_script( 'mc4wp-form-request' );
198
+ wp_localize_script( 'mc4wp-form-request', 'mc4wpFormRequestData', array(
199
+ 'success' => ( $this->form_request->is_successful() ) ? 1 : 0,
200
+ 'submittedFormId' => $this->form_request->get_form_instance_number(),
201
+ 'postData' => stripslashes_deep( $_POST )
202
+ )
203
+ );
204
+
205
+ // get actual response html
206
+ $response_html = $this->get_form_message_html();
207
+
208
+ // add form response after or before fields if no {response} tag
209
+ if( stristr( $visible_fields, '{response}' ) === false ) {
210
+
211
+ /**
212
+ * @filter mc4wp_form_message_position
213
+ * @expects string before|after
214
+ *
215
+ * Can be used to change the position of the form success & error messages.
216
+ * Valid options are 'before' or 'after'
217
+ */
218
+ $message_position = apply_filters( 'mc4wp_form_message_position', 'after' );
219
+
220
+ switch( $message_position ) {
221
+ case 'before':
222
+ $before_fields = $before_fields . $response_html;
223
+ break;
224
+
225
+ case 'after':
226
+ $after_fields = $response_html . $after_fields;
227
+ break;
228
+ }
229
+ }
230
+
231
  }
232
 
233
+ // Always replace {response} tag, either with empty string or actual response
234
+ $visible_fields = str_ireplace( '{response}', $response_html, $visible_fields );
235
+
236
+ // Generate closing HTML
237
+ $closing_html = "</form>";
238
+ $closing_html .= "<!-- / MailChimp for WP Plugin -->";
239
 
240
  // increase form instance number in case there is more than one form on a page
241
  $this->form_instance_number++;
246
  wp_enqueue_script( 'mc4wp-placeholders' );
247
  }
248
 
249
+ // concatenate and return the HTML parts
250
+ return $opening_html . $before_fields . $visible_fields . $hidden_fields . $after_fields . $closing_html;
251
  }
252
 
253
  /**
304
  * ...
305
  * );
306
  *
307
+ * @param int $form_id
308
  * @return array
309
  */
310
  public function get_form_messages( $form_id = 0 ) {
includes/class-form-request.php CHANGED
@@ -158,6 +158,23 @@ class MC4WP_Lite_Form_Request {
158
  return true;
159
  }
160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  // return false on failure
162
  return false;
163
  }
@@ -255,7 +272,7 @@ class MC4WP_Lite_Form_Request {
255
  private function subscribe( $email, $merge_vars = array() ) {
256
 
257
  // Try to guess FNAME and LNAME if they are not given, but NAME is
258
- if( isset( $merge_vars['NAME'] ) && !isset( $merge_vars['FNAME'] ) && ! isset( $merge_vars['LNAME'] ) ) {
259
 
260
  $strpos = strpos($merge_vars['NAME'], ' ');
261
  if( $strpos !== false ) {
158
  return true;
159
  }
160
 
161
+ /**
162
+ * @action mc4wp_form_error_{ERROR_CODE}
163
+ *
164
+ * Use to hook into various sign-up errors. Hook names are:
165
+ *
166
+ * - mc4wp_form_error_error General errors
167
+ * - mc4wp_form_error_invalid_email Invalid email address
168
+ * - mc4wp_form_error_already_subscribed Email is already on selected list(s)
169
+ * - mc4wp_form_error_required_field_missing One or more required fields are missing
170
+ * - mc4wp_form_error_no_lists_selected No MailChimp lists were selected
171
+ *
172
+ * @param int $form_id The ID of the submitted form
173
+ * @param string $email The email of the subscriber
174
+ * @param array $merge_vars Additional list fields, like FNAME etc (if any)
175
+ */
176
+ do_action( 'mc4wp_form_error_' . $this->get_error_code(), 0, $email, $merge_vars );
177
+
178
  // return false on failure
179
  return false;
180
  }
272
  private function subscribe( $email, $merge_vars = array() ) {
273
 
274
  // Try to guess FNAME and LNAME if they are not given, but NAME is
275
+ if( isset( $merge_vars['NAME'] ) && ! isset( $merge_vars['FNAME'] ) && ! isset( $merge_vars['LNAME'] ) ) {
276
 
277
  $strpos = strpos($merge_vars['NAME'], ' ');
278
  if( $strpos !== false ) {
includes/functions/template.php CHANGED
@@ -13,6 +13,7 @@ if( ! defined( "MC4WP_LITE_VERSION" ) ) {
13
  function mc4wp_checkbox() {
14
  global $mc4wp;
15
 
 
16
  if( ! isset( $mc4wp->get_checkbox_manager()->integrations['comment_form'] ) ) {
17
  $mc4wp->get_checkbox_manager()->integrations['comment_form'] = new MC4WP_Comment_Form_Integration();
18
  }
@@ -21,9 +22,10 @@ function mc4wp_checkbox() {
21
  }
22
 
23
  /**
24
- * Echoes sign-up form with given $form_id.
25
- * @param int $form_id.
26
- */
 
27
  function mc4wp_form( $id = 0 ) {
28
  echo mc4wp_get_form( $id );
29
  }
@@ -31,8 +33,8 @@ function mc4wp_form( $id = 0 ) {
31
  /**
32
  * Returns HTML for sign-up form with the given $form_id.
33
  *
34
- * @param int $form_id.
35
- * @return string HTML of given form_id.
36
  */
37
  function mc4wp_get_form( $id = 0 ) {
38
  global $mc4wp;
@@ -43,9 +45,9 @@ function mc4wp_get_form( $id = 0 ) {
43
  /**
44
  * Returns text with {variables} replaced.
45
  *
46
- * @param string $text
47
- * @param array $list_ids Array of list id's
48
- * @return string $text with {variables} replaced.
49
  */
50
  function mc4wp_replace_variables( $text, $list_ids = array() ) {
51
 
@@ -81,15 +83,22 @@ function mc4wp_replace_variables( $text, $list_ids = array() ) {
81
  /**
82
  * Retrieves the URL of the current WordPress page
83
  *
84
- * @return string The current URL, escaped for safe usage inside attributes.
85
  */
86
  function mc4wp_get_current_url() {
87
- $current_url = is_ssl() ? 'https://' : 'http://';
88
- $current_url .= $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
89
- return esc_url( $current_url );
90
- }
91
 
 
 
 
 
 
 
92
 
 
 
 
93
 
94
  /**
95
  * Echoes a sign-up form.
@@ -98,6 +107,7 @@ function mc4wp_get_current_url() {
98
  * @see mc4wp_form()
99
  */
100
  function mc4wp_show_form( $id = 0 ) {
 
101
  mc4wp_form( $id );
102
  }
103
 
@@ -108,5 +118,6 @@ function mc4wp_show_form( $id = 0 ) {
108
  * @see mc4wp_checkbox()
109
  */
110
  function mc4wp_show_checkbox() {
 
111
  mc4wp_checkbox();
112
  }
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
  }
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
  }
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;
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
 
83
  /**
84
  * Retrieves the URL of the current WordPress page
85
  *
86
+ * @return string The current URL, escaped for safe usage inside attributes.
87
  */
88
  function mc4wp_get_current_url() {
89
+ global $wp;
90
+ $url = home_url( $wp->request );
 
 
91
 
92
+ if( substr( $_SERVER['REQUEST_URI'], -1 ) === '/' ) {
93
+ $url = trailingslashit( $url );
94
+ }
95
+
96
+ return esc_url( $url );
97
+ }
98
 
99
+ /****************************~***
100
+ * Deprecated functions *
101
+ ********************************/
102
 
103
  /**
104
  * Echoes a sign-up form.
107
  * @see mc4wp_form()
108
  */
109
  function mc4wp_show_form( $id = 0 ) {
110
+ _deprecated_function( __FUNCTION__, 'MailChimp for WP v1.3.1', 'mc4wp_form' );
111
  mc4wp_form( $id );
112
  }
113
 
118
  * @see mc4wp_checkbox()
119
  */
120
  function mc4wp_show_checkbox() {
121
+ _deprecated_function( __FUNCTION__, 'MailChimp for WP v1.3.1', 'mc4wp_form' );
122
  mc4wp_checkbox();
123
  }
includes/integrations/class-general.php CHANGED
@@ -143,10 +143,12 @@ class MC4WP_General_Integration extends MC4WP_Integration {
143
  break;
144
  }
145
 
146
-
147
  } elseif( ! $email && is_email( $value ) ) {
148
- // find first email field
149
  $email = $value;
 
 
 
150
  } else {
151
  $simple_key = str_replace( array( '-', '_' ), '', strtolower( $key ) );
152
 
143
  break;
144
  }
145
 
 
146
  } elseif( ! $email && is_email( $value ) ) {
147
+ // if no email is found yet, check if current field value is an email
148
  $email = $value;
149
+ } elseif( ! $email && is_array( $value ) && isset( $value[0] ) && is_email( $value[0] ) ) {
150
+ // if no email is found yet, check if current value is an array and if first array value is an email
151
+ $email = $value[0];
152
  } else {
153
  $simple_key = str_replace( array( '-', '_' ), '', strtolower( $key ) );
154
 
includes/integrations/class-integration.php CHANGED
@@ -98,7 +98,7 @@ abstract class MC4WP_Integration {
98
 
99
  }
100
 
101
- $content = "\n<!-- MailChimp for WP v". MC4WP_LITE_VERSION ." - https://dannyvankooten.com/mailchimp-for-wordpress/ -->\n";
102
 
103
  do_action( 'mc4wp_before_checkbox' );
104
 
@@ -111,7 +111,7 @@ abstract class MC4WP_Integration {
111
  $content .= '</p>';
112
 
113
  // honeypot
114
- $content .= '<textarea type="text" name="_mc4wp_required_but_not_really" style="display: none !important;"></textarea>';
115
 
116
  do_action( 'mc4wp_after_checkbox' );
117
 
98
 
99
  }
100
 
101
+ $content = "<!-- MailChimp for WP v". MC4WP_LITE_VERSION ." - https://dannyvankooten.com/mailchimp-for-wordpress/ -->";
102
 
103
  do_action( 'mc4wp_before_checkbox' );
104
 
111
  $content .= '</p>';
112
 
113
  // honeypot
114
+ $content .= '<textarea name="_mc4wp_required_but_not_really" style="display: none !important;"></textarea>';
115
 
116
  do_action( 'mc4wp_after_checkbox' );
117
 
includes/views/form-settings.php CHANGED
@@ -224,6 +224,16 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
224
  <?php $language = defined( 'ICL_LANGUAGE_CODE' ) ? ICL_LANGUAGE_CODE : get_locale(); ?>
225
 
226
  <table class="mc4wp-help">
 
 
 
 
 
 
 
 
 
 
227
  <tr>
228
  <th>{subscriber_count}</th>
229
  <td><?php _e( 'Replaced with the number of subscribers on the selected list(s)', 'mailchimp-for-wp' ); ?></td>
224
  <?php $language = defined( 'ICL_LANGUAGE_CODE' ) ? ICL_LANGUAGE_CODE : get_locale(); ?>
225
 
226
  <table class="mc4wp-help">
227
+ <tr>
228
+ <th>{response}</th>
229
+ <td><?php _e( 'Replaced with the form response (error or success messages).', 'mailchimp-for-wp' ); ?></td>
230
+ </tr>
231
+ <?php if( $this->has_captcha_plugin ) { ?>
232
+ <tr>
233
+ <th>{captcha}</th>
234
+ <td><?php _e( 'Replaced with a captcha field.', 'mailchimp-for-wp' ); ?></td>
235
+ </tr>
236
+ <?php } ?>
237
  <tr>
238
  <th>{subscriber_count}</th>
239
  <td><?php _e( 'Replaced with the number of subscribers on the selected list(s)', 'mailchimp-for-wp' ); ?></td>
includes/views/parts/admin-footer.php CHANGED
@@ -6,6 +6,5 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
6
  }
7
  ?>
8
  <br style="clear:both;" />
9
- <p class="help">Enjoying this plugin? <a href="https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=lite-plugin&utm_medium=link&utm_campaign=footer-link">Upgrade to MailChimp for WordPress Pro now</a> for an even better plugin, you will love it.</p>
10
- <p class="help">Submit your feature requests or vote for new features <a href="http://www.google.com/moderator/#15/e=20c6b7&t=20c6b7.40">here</a>.</p>
11
  <p class="help"><?php _e( 'This plugin is not developed by or affiliated with MailChimp in any way.', 'mailchimp-for-wp' ); ?></p>
6
  }
7
  ?>
8
  <br style="clear:both;" />
9
+ <p class="help"><?php printf( __( 'Enjoying this plugin? <a href="%s">Upgrade to MailChimp for WordPress Pro now</a> for an even better plugin, you will love it.', 'mailchimp-for-wp' ), 'https://mc4wp.com/#utm_source=lite-plugin&utm_medium=link&utm_campaign=footer-link' ); ?></p>
 
10
  <p class="help"><?php _e( 'This plugin is not developed by or affiliated with MailChimp in any way.', 'mailchimp-for-wp' ); ?></p>
includes/views/parts/admin-need-support.php CHANGED
@@ -8,7 +8,7 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
8
  <div class="mc4wp-box">
9
  <h4 class="mc4wp-title">Looking for support?</h4>
10
  <p>Make sure to look at the <a href="http://wordpress.org/plugins/mailchimp-for-wp/faq/">frequently asked questions</a> or use the <a href="http://wordpress.org/support/plugin/mailchimp-for-wp">support forums</a> on WordPress.org.</p>
11
- <p>If you need priority support, please <a href="https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=lite-plugin&utm_medium=link&utm_campaign=support-link">upgrade to the premium version</a>.</p>
12
  </div>
13
 
14
  <div class="mc4wp-box">
@@ -16,14 +16,13 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
16
  <ul class="ul-square">
17
  <li><a target="_blank" href="http://wordpress.org/support/view/plugin-reviews/mailchimp-for-wp?rate=5#postform">Leave a &#9733;&#9733;&#9733;&#9733;&#9733; plugin review on WordPress.org</a></li>
18
  <li><a target="_blank" href="http://twitter.com/?status=Showing%20my%20appreciation%20to%20%40DannyvanKooten%20for%20his%20WordPress%20plugin%3A%20MailChimp%20for%20WP%20%20-%20check%20it%20out!%20http%3A%2F%2Fwordpress.org%2Fplugins%2Fmailchimp-for-wp%2F">Tweet about MailChimp for WordPress</a></li>
19
- <li>Review the plugin on your blog and link to <a href="https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=lite-plugin&utm_medium=link&utm_campaign=show-appreciation">the plugin page</a></li>
20
  <li><a target="_blank" href="http://wordpress.org/plugins/mailchimp-for-wp/">Vote "works" on the WordPress.org plugin page</a></li>
21
  </ul>
22
  </div>
23
  <div class="mc4wp-box">
24
- <h4 class="mc4wp-title">About 12notions</h4>
25
- <p>12notions is the brand new company with which <a href="http://dannyvankooten.com/?utm_source=lite-plugin&utm_medium=link&utm_campaign=about">Danny van Kooten</a>, the developer of this plugin, strives to develop more and even better plugins.</p>
26
- <p>If you like Danny's work, please "like" the 12notions Facebook page to stay updated or have a look at <a href="http://dannyvankooten.com/wordpress-plugins/#utm_source=lite-plugin&utm_medium=link&utm_campaign=about">his other WordPress plugins</a>.</p>
27
- <p><iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2F12notions&amp;width&amp;layout=standard&amp;action=like&amp;show_faces=true&amp;share=false&amp;appId=225994527565061" scrolling="no" frameborder="0" style="border:none; width: 100%; overflow:hidden; height: 80px;" allowTransparency="true"></iframe></p>
28
- <p>You should follow <a href="http://twitter.com/12notions">@12notions</a> or <a href="http://twitter.com/dannyvankooten">@DannyvanKooten</a> on Twitter.</p>
29
  </div>
8
  <div class="mc4wp-box">
9
  <h4 class="mc4wp-title">Looking for support?</h4>
10
  <p>Make sure to look at the <a href="http://wordpress.org/plugins/mailchimp-for-wp/faq/">frequently asked questions</a> or use the <a href="http://wordpress.org/support/plugin/mailchimp-for-wp">support forums</a> on WordPress.org.</p>
11
+ <p>If you need priority support, please <a href="https://mc4wp.com/#utm_source=lite-plugin&utm_medium=link&utm_campaign=support-link">upgrade to the premium version</a>.</p>
12
  </div>
13
 
14
  <div class="mc4wp-box">
16
  <ul class="ul-square">
17
  <li><a target="_blank" href="http://wordpress.org/support/view/plugin-reviews/mailchimp-for-wp?rate=5#postform">Leave a &#9733;&#9733;&#9733;&#9733;&#9733; plugin review on WordPress.org</a></li>
18
  <li><a target="_blank" href="http://twitter.com/?status=Showing%20my%20appreciation%20to%20%40DannyvanKooten%20for%20his%20WordPress%20plugin%3A%20MailChimp%20for%20WP%20%20-%20check%20it%20out!%20http%3A%2F%2Fwordpress.org%2Fplugins%2Fmailchimp-for-wp%2F">Tweet about MailChimp for WordPress</a></li>
19
+ <li>Review the plugin on your blog and link to <a href="https://mc4wp.com/#utm_source=lite-plugin&utm_medium=link&utm_campaign=show-appreciation">the plugin page</a></li>
20
  <li><a target="_blank" href="http://wordpress.org/plugins/mailchimp-for-wp/">Vote "works" on the WordPress.org plugin page</a></li>
21
  </ul>
22
  </div>
23
  <div class="mc4wp-box">
24
+ <h4 class="mc4wp-title">About Danny van Kooten</h4>
25
+ <p>I am a relatively young Dutch guy writing code and emails for a living. I developed a few WordPress plugins together totaling well over a million downloads, one of which you're using right now.</p>
26
+ <p>If you like to stay updated of what I'm doing, consider following <a href="http://twitter.com/dannyvankooten">@DannyvanKooten</a> on Twitter.</p>
27
+ <p>Hope you enjoy the plugin!</p>
 
28
  </div>
includes/views/parts/admin-upgrade-to-pro.php CHANGED
@@ -12,5 +12,5 @@ if( ! defined("MC4WP_LITE_VERSION") ) {
12
 
13
  <p>Pro features include better and multiple forms, advanced and easy form styling, more default themes, detailed statistics and priority support.</p>
14
 
15
- <p><a href="https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=lite-plugin&utm_medium=link&utm_campaign=upgrade-box">More information about MailChimp for WP Pro &raquo;</a></p>
16
  </div>
12
 
13
  <p>Pro features include better and multiple forms, advanced and easy form styling, more default themes, detailed statistics and priority support.</p>
14
 
15
+ <p><a href="https://mc4wp.com/#utm_source=lite-plugin&utm_medium=link&utm_campaign=upgrade-box">More information about MailChimp for WP Pro &raquo;</a></p>
16
  </div>
languages/mailchimp-for-wp-de_DE.mo ADDED
Binary file
languages/mailchimp-for-wp-de_DE.po ADDED
@@ -0,0 +1,1114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: MailChimp for WordPress\n"
4
+ "POT-Creation-Date: 2014-05-14 22:11+0100\n"
5
+ "PO-Revision-Date: 2014-07-30 14:50+0100\n"
6
+ "Last-Translator: Jochen <gmmediadienste@gmail.com>\n"
7
+ "Language-Team: Danny van Kooten <hi@dannyvankooten.com>\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.6.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "Language: de_DE\n"
16
+ "X-Poedit-SearchPath-0: ..\n"
17
+
18
+ #: ../includes/class-admin.php:178
19
+ msgid "Settings"
20
+ msgstr "Einstellungen"
21
+
22
+ #: ../includes/class-admin.php:197
23
+ msgid "Documentation"
24
+ msgstr "Dokumentation"
25
+
26
+ #: ../includes/class-admin.php:209
27
+ msgid "Save Form"
28
+ msgstr "Formular Speichern"
29
+
30
+ #: ../includes/class-admin.php:211
31
+ msgid "Update Form"
32
+ msgstr "Formular Aktualisieren"
33
+
34
+ #: ../includes/class-admin.php:248
35
+ msgid "Your email address"
36
+ msgstr "Deine E-Mail Adresse"
37
+
38
+ #: ../includes/class-admin.php:249
39
+ msgid "Email address"
40
+ msgstr "E-Mail Adresse"
41
+
42
+ #: ../includes/class-admin.php:250
43
+ msgid "Sign up"
44
+ msgstr "Registrieren"
45
+
46
+ #: ../includes/class-admin.php:261
47
+ msgid "Back to general form settings"
48
+ msgstr "Zu den Standard Formular Einstellungen"
49
+
50
+ #: ../includes/class-admin.php:263
51
+ msgid "Form updated."
52
+ msgstr "Formular aktualisiert."
53
+
54
+ #: ../includes/class-admin.php:264
55
+ msgid "Form saved."
56
+ msgstr "Formular gespeichert."
57
+
58
+ #: ../includes/class-admin.php:321
59
+ msgid "Form settings"
60
+ msgstr "Formular Einstellungen"
61
+
62
+ #: ../includes/class-admin.php:322
63
+ msgid "Optional settings"
64
+ msgstr "Optionale Einstellungen"
65
+
66
+ #: ../includes/class-admin.php:323
67
+ msgid "Form variables"
68
+ msgstr "Formular Variablen"
69
+
70
+ #: ../includes/class-admin.php:357
71
+ msgid "Use the following variables to add some dynamic content to your form."
72
+ msgstr ""
73
+ "Benutze die folgenden Variablen um zusätzlichen Text zu deinem Formular "
74
+ "hinzuzufügen."
75
+
76
+ #: ../includes/class-admin.php:497
77
+ #, php-format
78
+ msgid ""
79
+ "Couldn't create the stylesheet. Manually add the generated CSS to your theme "
80
+ "stylesheet by using the %sTheme Editor%s or use FTP and edit <em>%s</em>."
81
+ msgstr ""
82
+ "Konnte das Stylesheet nicht erzeugen. Füge das erstellte CSS zu deinem Theme "
83
+ "Stylesheet, mit dem %sTheme Editor%s oder nutze FTP und ändere <em>%s</em>."
84
+
85
+ #: ../includes/class-admin.php:498
86
+ #, php-format
87
+ msgid "%sShow CSS%s"
88
+ msgstr "%sZeige CSS%s"
89
+
90
+ #: ../includes/class-admin.php:507
91
+ #, php-format
92
+ msgid ""
93
+ "To apply these styles on your website, select \"load custom form styles\" in "
94
+ "the %sform settings%s"
95
+ msgstr ""
96
+ "Um die Formatierungen anzuwenden, wähle \"Lade benutzerdefinierte Formular "
97
+ "Stile\" in den %sFormular Einstellungen%s"
98
+
99
+ #: ../includes/class-admin.php:508
100
+ #, php-format
101
+ msgid "The %sCSS Stylesheet%s has been created."
102
+ msgstr "Das %sCSS Stylesheet%s wurde erstellt."
103
+
104
+ #: ../includes/class-admin.php:524
105
+ msgid "General Settings"
106
+ msgstr "Allgemeine Einstellungen"
107
+
108
+ #: ../includes/class-admin.php:525
109
+ msgid "Checkboxes"
110
+ msgstr "Checkboxen"
111
+
112
+ #: ../includes/class-admin.php:526
113
+ #: ../includes/views/pages/admin-form-settings.php:10
114
+ msgid "Forms"
115
+ msgstr "Formulare"
116
+
117
+ #: ../includes/class-admin.php:527
118
+ #: ../includes/views/pages/admin-reports.php:10
119
+ msgid "Reports"
120
+ msgstr "Berichte"
121
+
122
+ #: ../includes/class-admin.php:596
123
+ msgid "Comment form"
124
+ msgstr "Kommentar Formular"
125
+
126
+ #: ../includes/class-admin.php:597
127
+ msgid "Registration form"
128
+ msgstr "Registrierungs Formular"
129
+
130
+ #: ../includes/class-admin.php:601
131
+ msgid "MultiSite forms"
132
+ msgstr "MultiSite Formular"
133
+
134
+ #: ../includes/class-admin.php:605
135
+ msgid "BuddyPress registration"
136
+ msgstr "BuddyPress Formular"
137
+
138
+ #: ../includes/class-admin.php:613 ../includes/class-admin.php:617
139
+ #, php-format
140
+ msgid "%s checkout"
141
+ msgstr "%s Checkout"
142
+
143
+ #: ../includes/class-admin.php:653
144
+ #, php-format
145
+ msgid ""
146
+ "Please make sure the plugin is connected to MailChimp. <a href=\"%s"
147
+ "\">Provide a valid API key.</a>"
148
+ msgstr ""
149
+ "Bitte stelle sicher, dass das Plugin mit MailChimp verbunden ist. <a href="
150
+ "\"%s\">Gültigen API Schlüssel eingeben.</a>"
151
+
152
+ #: ../includes/class-admin.php:792
153
+ #, php-format
154
+ msgid ""
155
+ "<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
156
+ "settings you had set in the Lite version, please <a href=\"%s\">deactivate "
157
+ "it now</a> to prevent problems"
158
+ msgstr ""
159
+ "<strong>Willkommen zu MailChimp for WordPress Pro!</strong> Wir haben die "
160
+ "Einstellungen von der Lite Version übertragen, bitte <a href=\"%s"
161
+ "\">deaktiviere diese jetzt</a> um Probleme zu vermeiden."
162
+
163
+ #: ../includes/class-admin.php:865
164
+ msgid "Renewed MailChimp cache."
165
+ msgstr "MailChimp Cache erneuern."
166
+
167
+ #: ../includes/class-admin.php:867
168
+ msgid "Failed to renew MailChimp cache - please try again later."
169
+ msgstr ""
170
+ "Konnte den MailChimp Cache nicht erneuern - Bitte später noch mal probieren."
171
+
172
+ #: ../includes/class-form-manager.php:248
173
+ #, php-format
174
+ msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
175
+ msgstr "<strong>Fehler:</strong> Bitte eine Formular ID angeben. Beispiel: %s."
176
+
177
+ #: ../includes/class-form-manager.php:261
178
+ msgid ""
179
+ "<strong>Error:</strong> Sign-up form not found. Please check if you used the "
180
+ "correct form ID."
181
+ msgstr ""
182
+ "<strong>Fehler:</strong> Registrierungsformular nicht gefunden . Bitte "
183
+ "überprüfe ob die richtige Formular ID verwendet wurde."
184
+
185
+ #: ../includes/class-form-manager.php:370
186
+ #, php-format
187
+ msgid ""
188
+ "<strong>Admin notice:</strong> you have not yet selected a MailChimp list(s) "
189
+ "for this form. <a target=\"_top\" href=\"%s\">Edit this sign-up form</a> and "
190
+ "select at least one list."
191
+ msgstr ""
192
+ "<strong>Admin Hinweis:</strong> Du hast noch keine MailChimp Liste für "
193
+ "dieses Formular ausgewählt. <a target=\"_top\" href=\"%s\">Bearbeite dieses "
194
+ "Registrierungsformular</a> und wähle zumindest eine Liste aus."
195
+
196
+ #: ../includes/class-form-manager.php:833
197
+ msgid "New Sign-Up"
198
+ msgstr "Neue Registrierung"
199
+
200
+ #: ../includes/class-form-manager.php:834
201
+ #, php-format
202
+ msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
203
+ msgstr ""
204
+ "<strong>%s</strong> hat sich um %s auf %s registriert und hat dafür das "
205
+ "Formular \"%s\" genutzt."
206
+
207
+ #: ../includes/class-form-manager.php:873
208
+ msgid "This email was auto-sent by the MailChimp for WordPress plugin."
209
+ msgstr ""
210
+ "Diese E-Mail wurde automatisch vom MailChimp for WordPress Plugin versendet."
211
+
212
+ #: ../includes/class-widget.php:20
213
+ msgid "MailChimp for WP Form"
214
+ msgstr "MailChimp for WP Formular"
215
+
216
+ #: ../includes/class-widget.php:21
217
+ msgid "Displays one of your MailChimp for WordPress sign-up forms"
218
+ msgstr "Zeige eines deiner MailChimp for WordPress Registrierungsformulare an"
219
+
220
+ #: ../includes/class-widget.php:39
221
+ #, php-format
222
+ msgid ""
223
+ "Please select the sign-up form you'd like to show here in the <a href=\"%s"
224
+ "\">widget settings</a>."
225
+ msgstr ""
226
+ "Bitte wähle aus, welches Registrierungsformular du hier in den <a href=\"%s"
227
+ "\">Widget Einstellungen</a> anzeigen möchtest."
228
+
229
+ #: ../includes/class-widget.php:68
230
+ msgid "Newsletter"
231
+ msgstr "Newsletter"
232
+
233
+ #: ../includes/class-widget.php:79
234
+ msgid "Title:"
235
+ msgstr "Titel:"
236
+
237
+ #: ../includes/class-widget.php:83
238
+ msgid "Form:"
239
+ msgstr "Formular:"
240
+
241
+ #: ../includes/class-widget.php:85
242
+ msgid "Select the form to show"
243
+ msgstr "Wähle ein Formular aus"
244
+
245
+ #: ../includes/class-widget.php:93
246
+ #, php-format
247
+ msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
248
+ msgstr ""
249
+ "Du hast keine Registrierungsformulare. <a href=\"%s\">Erstelle jetzt eines.</"
250
+ "a>"
251
+
252
+ #: ../includes/functions/general.php:20
253
+ msgid "Sign me up for the newsletter!"
254
+ msgstr "Trage mich in den Newsletter ein!"
255
+
256
+ #: ../includes/functions/general.php:42
257
+ msgid ""
258
+ "Thank you, your sign-up request was successful! Please check your e-mail "
259
+ "inbox."
260
+ msgstr ""
261
+ "Danke, deine Eintragung war erfolgreich. Bitte überprüfe nun deinen E-Mail "
262
+ "Posteingang."
263
+
264
+ #: ../includes/functions/general.php:43
265
+ msgid "Oops. Something went wrong. Please try again later."
266
+ msgstr ""
267
+ "Oops. Irgendwas ist schief gelaufen. Bitte versuche es später noch mal."
268
+
269
+ #: ../includes/functions/general.php:44
270
+ msgid "Please provide a valid email address."
271
+ msgstr "Bitte eine gültige E-Mail Adresse angeben."
272
+
273
+ #: ../includes/functions/general.php:45
274
+ msgid "Given email address is already subscribed, thank you!"
275
+ msgstr ""
276
+ "Die angegebene E-Mail Adresse befindet sicher bereits im Verteile, Danke!"
277
+
278
+ #: ../includes/functions/general.php:46
279
+ msgid "Please complete the CAPTCHA."
280
+ msgstr "Bitte das CAPTCHA eingeben."
281
+
282
+ #: ../includes/integrations/class-cf7.php:44
283
+ #: ../includes/views/metaboxes/optional-form-settings.php:16
284
+ #: ../includes/views/metaboxes/optional-form-settings.php:30
285
+ #: ../includes/views/metaboxes/optional-form-settings.php:44
286
+ #: ../includes/views/metaboxes/optional-form-settings.php:58
287
+ #: ../includes/views/metaboxes/optional-form-settings.php:75
288
+ #: ../includes/views/metaboxes/optional-form-settings.php:87
289
+ #: ../includes/views/metaboxes/optional-form-settings.php:106
290
+ #: ../includes/views/pages/admin-checkbox-settings.php:52
291
+ #: ../includes/views/pages/admin-checkbox-settings.php:60
292
+ #: ../includes/views/pages/admin-checkbox-settings.php:90
293
+ #: ../includes/views/pages/admin-checkbox-settings.php:95
294
+ #: ../includes/views/tabs/admin-forms-general-settings.php:58
295
+ #: ../includes/views/tabs/admin-forms-general-settings.php:69
296
+ #: ../includes/views/tabs/admin-forms-general-settings.php:79
297
+ #: ../includes/views/tabs/admin-forms-general-settings.php:90
298
+ #: ../includes/views/tabs/admin-forms-general-settings.php:104
299
+ #: ../includes/views/tabs/admin-forms-general-settings.php:109
300
+ msgid "Yes"
301
+ msgstr "Ja"
302
+
303
+ #: ../includes/integrations/class-cf7.php:44
304
+ #: ../includes/views/metaboxes/optional-form-settings.php:18
305
+ #: ../includes/views/metaboxes/optional-form-settings.php:32
306
+ #: ../includes/views/metaboxes/optional-form-settings.php:46
307
+ #: ../includes/views/metaboxes/optional-form-settings.php:60
308
+ #: ../includes/views/metaboxes/optional-form-settings.php:77
309
+ #: ../includes/views/metaboxes/optional-form-settings.php:89
310
+ #: ../includes/views/metaboxes/optional-form-settings.php:107
311
+ #: ../includes/views/pages/admin-checkbox-settings.php:52
312
+ #: ../includes/views/pages/admin-checkbox-settings.php:62
313
+ #: ../includes/views/pages/admin-checkbox-settings.php:90
314
+ #: ../includes/views/pages/admin-checkbox-settings.php:95
315
+ #: ../includes/views/tabs/admin-forms-general-settings.php:22
316
+ #: ../includes/views/tabs/admin-forms-general-settings.php:60
317
+ #: ../includes/views/tabs/admin-forms-general-settings.php:71
318
+ #: ../includes/views/tabs/admin-forms-general-settings.php:81
319
+ #: ../includes/views/tabs/admin-forms-general-settings.php:92
320
+ #: ../includes/views/tabs/admin-forms-general-settings.php:104
321
+ #: ../includes/views/tabs/admin-forms-general-settings.php:109
322
+ msgid "No"
323
+ msgstr "Nein"
324
+
325
+ #: ../includes/library/license-manager/class-license-manager.php:132
326
+ #, php-format
327
+ msgid ""
328
+ "<b>Warning!</b> You're blocking external requests which means you won't be "
329
+ "able to get %s updates. Please add %s to %s."
330
+ msgstr ""
331
+ "<b>Achtung!</b> Du blockierst externe Anfragen, deshalb bekommst du keine %s "
332
+ "Updates. Bitte mache %s zu %s."
333
+
334
+ #: ../includes/library/license-manager/class-license-manager.php:175
335
+ #, php-format
336
+ msgid "Your %s license has been activated. You have an unlimited license. "
337
+ msgstr "Deine %s Lizenz wurde aktiviert. Du hast eine unlimitierte Lizenz."
338
+
339
+ #: ../includes/library/license-manager/class-license-manager.php:177
340
+ #, php-format
341
+ msgid "Your %s license has been activated. You have used %d/%d activations. "
342
+ msgstr "Deine %s Lizenz wurde aktiviert. Du hast %d/%d Aktivierungen genutzt."
343
+
344
+ #: ../includes/library/license-manager/class-license-manager.php:182
345
+ #, php-format
346
+ msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
347
+ msgstr "<a href=\"%s\"> Weiß du wie du deine Lizenz upgraden kannst?</a>"
348
+
349
+ #: ../includes/library/license-manager/class-license-manager.php:186
350
+ #, php-format
351
+ msgid ""
352
+ "<a href=\"%s\">Your license is expiring in %d days, would you like to extend "
353
+ "it?</a>"
354
+ msgstr ""
355
+ "<a href=\"%s\">Deine Lizenz verfällt in %d Tagen, willst du sie verlängern?</"
356
+ "a>"
357
+
358
+ #: ../includes/library/license-manager/class-license-manager.php:195
359
+ #, php-format
360
+ msgid ""
361
+ "You've reached your activation limit. You must <a href=\"%s\">upgrade your "
362
+ "license</a> to use it on this site."
363
+ msgstr ""
364
+ "Du hast das Aktivierungslimit erreicht. Du musst <a href=\"%s\">deine Lizenz "
365
+ "erweitern</a> um sie auf dieser Seite zu nutzen."
366
+
367
+ #: ../includes/library/license-manager/class-license-manager.php:198
368
+ #, php-format
369
+ msgid ""
370
+ "Your license has expired. You must <a href=\"%s\">extend your license</a> in "
371
+ "order to use it again."
372
+ msgstr ""
373
+ "Deine Lizenz ist abgelaufen. Du musst <a href=\"%s\">deine Lizenz "
374
+ "verlängern</a> um sie auf dieser Seite zu nutzen."
375
+
376
+ #: ../includes/library/license-manager/class-license-manager.php:201
377
+ msgid "Failed to activate your license, your license key seems to be invalid."
378
+ msgstr ""
379
+ "Die Lizenz konnte nicht aktiviert werden, die Lizenz scheint ungültig zu "
380
+ "sein."
381
+
382
+ #: ../includes/library/license-manager/class-license-manager.php:225
383
+ #, php-format
384
+ msgid "Your %s license has been deactivated."
385
+ msgstr "Dein %s wurde deaktiviert."
386
+
387
+ #: ../includes/library/license-manager/class-license-manager.php:227
388
+ #, php-format
389
+ msgid "Failed to deactivate your %s license."
390
+ msgstr "Die %s Lizenz konnte nicht deaktiviert werden."
391
+
392
+ #: ../includes/library/license-manager/class-license-manager.php:262
393
+ #, php-format
394
+ msgid "Request error: \"%s\""
395
+ msgstr "Fehler: \"%s\""
396
+
397
+ #: ../includes/library/license-manager/class-license-manager.php:420
398
+ #, php-format
399
+ msgid "%s: License Settings"
400
+ msgstr "%s: Lizenz Einstellungen"
401
+
402
+ #: ../includes/library/license-manager/class-plugin-license-manager.php:72
403
+ #, php-format
404
+ msgid ""
405
+ "%s is network activated, you can manage your license in the <a href=\"%s"
406
+ "\">network admin license page</a>."
407
+ msgstr ""
408
+ "%s ist Netzwerk aktiviert, du kannst deine Lizenz auf der <a href=\"%s"
409
+ "\">Netzwerk Admin Lizenz Seite</a> verwalten."
410
+
411
+ #: ../includes/library/license-manager/class-plugin-license-manager.php:74
412
+ #, php-format
413
+ msgid ""
414
+ "%s is network activated, please contact your site administrator to manage "
415
+ "the license."
416
+ msgstr ""
417
+ "%s ist Netzwerk aktiviert, bitte kontaktiere den Netzwerk Admin um die "
418
+ "Lizenz zu verwalten."
419
+
420
+ #: ../includes/library/license-manager/class-update-manager.php:83
421
+ #, php-format
422
+ msgid ""
423
+ "%s failed to check for updates because of the following error: <em>%s</em>"
424
+ msgstr ""
425
+ "%s konnte nicht auf Updates prüfen, wegen dem folgenden Fehler: <em>%s</em>"
426
+
427
+ #: ../includes/library/license-manager/class-update-manager.php:148
428
+ msgid ""
429
+ "This site has not been activated properly on dannyvankooten.com and thus "
430
+ "cannot check for future updates. Please activate your site with a valid "
431
+ "license key."
432
+ msgstr ""
433
+ "Die Seite wurde nicht auf dannyvankooten.com aktiviert, deshalb kann nicht "
434
+ "auf zukünftige Updates geprüft werden. Bitte aktiviere die Seite mit einem "
435
+ "gültigen Schlüssel."
436
+
437
+ #: ../includes/library/license-manager/views/form.php:23
438
+ msgid "License status"
439
+ msgstr "Lizenz Status"
440
+
441
+ #: ../includes/library/license-manager/views/form.php:33
442
+ msgid "Toggle license status"
443
+ msgstr "Lizenz Status umschalten"
444
+
445
+ #: ../includes/library/license-manager/views/form.php:38
446
+ msgid ""
447
+ "(deactivate your license so you can activate it on another WordPress site)"
448
+ msgstr ""
449
+ "(deaktiviere deine Lizenz um sie auf einer anderen Wordpress Seite zu nutzen)"
450
+
451
+ #: ../includes/library/license-manager/views/form.php:44
452
+ msgid "Please enter a license key in the field below first."
453
+ msgstr "Bitte trage vorher einen Lizenz Schlüssel in das Feld darunter ein."
454
+
455
+ #: ../includes/library/license-manager/views/form.php:52
456
+ msgid "License Key"
457
+ msgstr "Lizenz Schlüssel"
458
+
459
+ #: ../includes/library/license-manager/views/form.php:54
460
+ #, php-format
461
+ msgid "Paste your %s license key here.."
462
+ msgstr "Füge deinen %s Lizenz Schlüssel hier ein.."
463
+
464
+ #: ../includes/library/license-manager/views/form.php:56
465
+ #, php-format
466
+ msgid "You defined your license key using the %s PHP constant."
467
+ msgstr ""
468
+ "Du hast deinen Lizenz Schlüssen mittels der %s PHP Konstante angegeben."
469
+
470
+ #: ../includes/library/license-manager/views/form.php:73
471
+ #, php-format
472
+ msgid "Your %s license will expire on %s."
473
+ msgstr "Deine %s Lizenz wird am %s verfallen."
474
+
475
+ #: ../includes/library/license-manager/views/form.php:76
476
+ #, php-format
477
+ msgid "%sRenew your license now%s."
478
+ msgstr "%sErneuere deine Lizenz jetzt%s."
479
+
480
+ #: ../includes/tables/class-forms-table.php:19
481
+ msgid "Sign-Up Form"
482
+ msgstr "Registrierungs Formular"
483
+
484
+ #: ../includes/tables/class-forms-table.php:20
485
+ msgid "Sign-up Forms"
486
+ msgstr "Registrierungs Formulare"
487
+
488
+ #: ../includes/tables/class-forms-table.php:36
489
+ msgid "Form"
490
+ msgstr "Formulare"
491
+
492
+ #: ../includes/tables/class-forms-table.php:37
493
+ msgid "Shortcode"
494
+ msgstr "Shortcode"
495
+
496
+ #: ../includes/tables/class-forms-table.php:38
497
+ msgid "List(s)"
498
+ msgstr "Liste(n)"
499
+
500
+ #: ../includes/tables/class-forms-table.php:39
501
+ msgid "Last edited"
502
+ msgstr "Zuletzt bearbeitet"
503
+
504
+ #: ../includes/tables/class-forms-table.php:103
505
+ msgid "You have not created any sign-up forms yet. Time to do so!"
506
+ msgstr ""
507
+ "Du hast noch kein Registrierungs-Formular erstellt. Es ist nun Zeit dafür!"
508
+
509
+ #: ../includes/tables/class-log-table.php:23
510
+ msgid "Subscriber"
511
+ msgstr "Abonnent"
512
+
513
+ #: ../includes/tables/class-log-table.php:24
514
+ msgid "Subscribers"
515
+ msgstr "Abonnenten"
516
+
517
+ #: ../includes/tables/class-log-table.php:44
518
+ msgid "Email"
519
+ msgstr "E-Mail"
520
+
521
+ #: ../includes/tables/class-log-table.php:45
522
+ msgid "List"
523
+ msgstr "Liste"
524
+
525
+ #: ../includes/tables/class-log-table.php:46
526
+ msgid "Type"
527
+ msgstr "Art"
528
+
529
+ #: ../includes/tables/class-log-table.php:47
530
+ msgid "Source"
531
+ msgstr "Quelle"
532
+
533
+ #: ../includes/tables/class-log-table.php:48
534
+ msgid "Extra data"
535
+ msgstr "Zusätzliche Daten"
536
+
537
+ #: ../includes/tables/class-log-table.php:49
538
+ msgid "Subscribed"
539
+ msgstr "abonniert"
540
+
541
+ #: ../includes/tables/class-log-table.php:258
542
+ msgid "No subscribe requests found."
543
+ msgstr "Keine Anmelde Anfragen gefunden."
544
+
545
+ #: ../includes/views/metaboxes/optional-form-settings.php:8
546
+ #, php-format
547
+ msgid ""
548
+ "Any settings you specify here will override the <a href=\"%s\">general form "
549
+ "settings</a>. If no setting is specified, the corresponding general setting "
550
+ "value will be used."
551
+ msgstr ""
552
+ "Alle Einstellungen, die du hier machst, überschreiben die <a href=\"%s"
553
+ "\">allgemeinen Formular Einstellungen</a>. Wenn keine Einstellungen gemacht "
554
+ "wurden, gelten die allgemeinen Einstellungen."
555
+
556
+ #: ../includes/views/metaboxes/optional-form-settings.php:10
557
+ msgid "MailChimp Settings"
558
+ msgstr "MailChimp Einstellungen"
559
+
560
+ #: ../includes/views/metaboxes/optional-form-settings.php:13
561
+ #: ../includes/views/pages/admin-checkbox-settings.php:51
562
+ #: ../includes/views/tabs/admin-forms-general-settings.php:55
563
+ msgid "Double opt-in?"
564
+ msgstr "Double opt-in?"
565
+
566
+ #: ../includes/views/metaboxes/optional-form-settings.php:20
567
+ #: ../includes/views/metaboxes/optional-form-settings.php:34
568
+ #: ../includes/views/metaboxes/optional-form-settings.php:48
569
+ #: ../includes/views/metaboxes/optional-form-settings.php:62
570
+ #: ../includes/views/metaboxes/optional-form-settings.php:79
571
+ #: ../includes/views/metaboxes/optional-form-settings.php:91
572
+ msgid "Inherit"
573
+ msgstr "Übernehmen"
574
+
575
+ #: ../includes/views/metaboxes/optional-form-settings.php:22
576
+ #: ../includes/views/pages/admin-checkbox-settings.php:53
577
+ #: ../includes/views/tabs/admin-forms-general-settings.php:62
578
+ msgid ""
579
+ "Select \"yes\" if you want people to confirm their email address before "
580
+ "being subscribed (recommended)"
581
+ msgstr ""
582
+ "Wähle \"ja\" wenn du möchtest, dass die E-Mail Adresse bestätigt werden "
583
+ "muss. (empfohlen)"
584
+
585
+ #: ../includes/views/metaboxes/optional-form-settings.php:27
586
+ #: ../includes/views/tabs/admin-forms-general-settings.php:76
587
+ msgid "Update existing subscribers?"
588
+ msgstr "Aktualisiere vorhandene Abonnenten?"
589
+
590
+ #: ../includes/views/metaboxes/optional-form-settings.php:36
591
+ #: ../includes/views/tabs/admin-forms-general-settings.php:83
592
+ msgid ""
593
+ "Select \"yes\" if you want to update existing subscribers (instead of "
594
+ "showing the \"already subscribed\" message)."
595
+ msgstr ""
596
+ "Wähle \"ja\" wenn du bestehende Abonnenten aktualisieren möchtest (anstatt "
597
+ "die \"bereits abonnierten\" Nachricht anzuzeigen)."
598
+
599
+ #: ../includes/views/metaboxes/optional-form-settings.php:41
600
+ #: ../includes/views/tabs/admin-forms-general-settings.php:87
601
+ msgid "Replace interest groups?"
602
+ msgstr "Interessengruppen ersetzen?"
603
+
604
+ #: ../includes/views/metaboxes/optional-form-settings.php:50
605
+ #: ../includes/views/tabs/admin-forms-general-settings.php:94
606
+ msgid ""
607
+ "Select \"yes\" if you want to replace the interest groups with the groups "
608
+ "provided instead of adding the provided groups to the member's interest "
609
+ "groups (only when updating a subscriber)."
610
+ msgstr ""
611
+ "Wähle \"ja\" wenn du die Interessengruppen mit den angegebenen Gruppen "
612
+ "ersetzten möchtest, anstatt die angegebenen Gruppen zu den Mitglieder "
613
+ "Interessengruppen hinzuzufügen. (Nur beim Ändern eines Abonennten)"
614
+
615
+ #: ../includes/views/metaboxes/optional-form-settings.php:55
616
+ #: ../includes/views/pages/admin-checkbox-settings.php:57
617
+ #: ../includes/views/tabs/admin-forms-general-settings.php:66
618
+ msgid "Send Welcome Email?"
619
+ msgstr "Willkommens E-Mail senden?"
620
+
621
+ #: ../includes/views/metaboxes/optional-form-settings.php:64
622
+ #: ../includes/views/pages/admin-checkbox-settings.php:64
623
+ #: ../includes/views/tabs/admin-forms-general-settings.php:73
624
+ msgid ""
625
+ "Select \"yes\" if you want to send your lists Welcome Email if a subscribe "
626
+ "succeeds (only when double opt-in is disabled)."
627
+ msgstr ""
628
+ "Wähle \"ja\" wenn du die Listen Willkommens E-Mail versenden möchtest, wenn "
629
+ "ein Abonnement erfolgreich war (nur wenn Bouble Opt-in deaktiviert ist)."
630
+
631
+ #: ../includes/views/metaboxes/optional-form-settings.php:69
632
+ msgid "Form Settings & Messages"
633
+ msgstr "Formular Einstellungen und Nachrichten"
634
+
635
+ #: ../includes/views/metaboxes/optional-form-settings.php:72
636
+ #: ../includes/views/tabs/admin-forms-general-settings.php:103
637
+ msgid "Enable AJAX form submission?"
638
+ msgstr "AJAX Formular aktivieren?"
639
+
640
+ #: ../includes/views/metaboxes/optional-form-settings.php:80
641
+ #: ../includes/views/tabs/admin-forms-general-settings.php:105
642
+ msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
643
+ msgstr ""
644
+ "Wähle \"ja\" wenn du das AJAX (JavaScript) Formular verwenden möchtest."
645
+
646
+ #: ../includes/views/metaboxes/optional-form-settings.php:84
647
+ #: ../includes/views/tabs/admin-forms-general-settings.php:108
648
+ msgid "Hide form after a successful sign-up?"
649
+ msgstr "Verberge das Formular nach der Registrierung?"
650
+
651
+ #: ../includes/views/metaboxes/optional-form-settings.php:93
652
+ #: ../includes/views/tabs/admin-forms-general-settings.php:110
653
+ msgid "Select \"yes\" to hide the form fields after a successful sign-up."
654
+ msgstr ""
655
+ "Wähle \"ja\" wenn du die Formular Felder verstecken möchtest, nach einer "
656
+ "erfolgreichen Registrierung."
657
+
658
+ #: ../includes/views/metaboxes/optional-form-settings.php:97
659
+ #: ../includes/views/tabs/admin-forms-general-settings.php:113
660
+ msgid "Redirect to URL after successful sign-ups"
661
+ msgstr "Weiterleitung zu URL nach einer erfolgreichen Registrierung."
662
+
663
+ #: ../includes/views/metaboxes/optional-form-settings.php:100
664
+ #: ../includes/views/tabs/admin-forms-general-settings.php:116
665
+ msgid ""
666
+ "Leave empty or enter 0 for no redirection. Use complete (absolute) URLs, "
667
+ "including <code>http://</code>"
668
+ msgstr ""
669
+ "Leer lassen oder ein 0 eingeben für keine Weiterleitung. Nutze die komplette "
670
+ "(absolute) URLs, inklusive <code>http://</code>"
671
+
672
+ #: ../includes/views/metaboxes/optional-form-settings.php:104
673
+ msgid "Send an email copy of the form data?"
674
+ msgstr "Sende eine E-Mail Kopie der Formulardaten?"
675
+
676
+ #: ../includes/views/metaboxes/optional-form-settings.php:108
677
+ msgid ""
678
+ "Tick \"yes\" if you want to receive an email with the form data for every "
679
+ "sign-up request."
680
+ msgstr ""
681
+ "Wähle \"ja\" wenn du eine E-Mail mit den Formulardaten, für jedes "
682
+ "Abonnement, empfangen möchtest."
683
+
684
+ #: ../includes/views/metaboxes/optional-form-settings.php:111
685
+ msgid "Send the copy to this email:"
686
+ msgstr "Sende die Kopie an diese E-Mail:"
687
+
688
+ #: ../includes/views/metaboxes/optional-form-settings.php:117
689
+ #: ../includes/views/tabs/admin-forms-general-settings.php:119
690
+ msgid "Success message"
691
+ msgstr "Erfolgsnachricht"
692
+
693
+ #: ../includes/views/metaboxes/optional-form-settings.php:121
694
+ #: ../includes/views/tabs/admin-forms-general-settings.php:123
695
+ msgid "General error message"
696
+ msgstr "Allgemeine Fehler Nachricht"
697
+
698
+ #: ../includes/views/metaboxes/optional-form-settings.php:125
699
+ #: ../includes/views/tabs/admin-forms-general-settings.php:127
700
+ msgid "Invalid email address message"
701
+ msgstr "Falsche E-Mail Nachricht"
702
+
703
+ #: ../includes/views/metaboxes/optional-form-settings.php:129
704
+ #: ../includes/views/tabs/admin-forms-general-settings.php:131
705
+ msgid "Already subscribed message"
706
+ msgstr "Bereits Abonniert Nachricht"
707
+
708
+ #: ../includes/views/metaboxes/optional-form-settings.php:134
709
+ #: ../includes/views/tabs/admin-forms-general-settings.php:136
710
+ msgid "Invalid CAPTCHA message"
711
+ msgstr "Falsches CAPTCHA Nachricht"
712
+
713
+ #: ../includes/views/metaboxes/optional-form-settings.php:141
714
+ #: ../includes/views/tabs/admin-forms-general-settings.php:142
715
+ #, php-format
716
+ msgid "HTML tags like %s are allowed in the message fields."
717
+ msgstr "HTML Tags wie %s sind in den Nachrichten Feldern erlaubt."
718
+
719
+ #: ../includes/views/metaboxes/required-form-settings.php:14
720
+ msgid "Lists this form subscribes to"
721
+ msgstr "Listen dieses Formulars abonnieren "
722
+
723
+ #: ../includes/views/metaboxes/required-form-settings.php:17
724
+ #: ../includes/views/pages/admin-checkbox-settings.php:38
725
+ #, php-format
726
+ msgid "No lists found, %sare you connected to MailChimp?%s"
727
+ msgstr "Keine listen gefunden, %sbist du zu MailChimp verbunden?%s"
728
+
729
+ #: ../includes/views/metaboxes/required-form-settings.php:29
730
+ msgid "Add a new field"
731
+ msgstr "Neues Feld anlegen"
732
+
733
+ #: ../includes/views/metaboxes/required-form-settings.php:32
734
+ msgid "Select MailChimp field.."
735
+ msgstr "Wähle MailChimp Feld.."
736
+
737
+ #: ../includes/views/metaboxes/required-form-settings.php:36
738
+ msgid "Submit Button"
739
+ msgstr "Absenden Button"
740
+
741
+ #: ../includes/views/metaboxes/required-form-settings.php:37
742
+ msgid "Lists Choice"
743
+ msgstr "Listen Auswahl"
744
+
745
+ #: ../includes/views/metaboxes/required-form-settings.php:45
746
+ msgid "Label"
747
+ msgstr "Beschreibung"
748
+
749
+ #: ../includes/views/metaboxes/required-form-settings.php:45
750
+ #: ../includes/views/metaboxes/required-form-settings.php:50
751
+ #: ../includes/views/metaboxes/required-form-settings.php:55
752
+ msgid "(optional)"
753
+ msgstr "(optional)"
754
+
755
+ #: ../includes/views/metaboxes/required-form-settings.php:50
756
+ msgid "Placeholder"
757
+ msgstr "Platzhalter"
758
+
759
+ #: ../includes/views/metaboxes/required-form-settings.php:55
760
+ msgid "Initial value"
761
+ msgstr "Anfangsangaben"
762
+
763
+ #: ../includes/views/metaboxes/required-form-settings.php:60
764
+ msgid "Labels"
765
+ msgstr "Beschriftungen"
766
+
767
+ #: ../includes/views/metaboxes/required-form-settings.php:60
768
+ msgid "(leave empty to hide)"
769
+ msgstr "(leer lassen um zu verbergen)"
770
+
771
+ #: ../includes/views/metaboxes/required-form-settings.php:65
772
+ #, php-format
773
+ msgid "Wrap in paragraph %s tags?"
774
+ msgstr "Von Paragraph %s Tags umgeben lassen?"
775
+
776
+ #: ../includes/views/metaboxes/required-form-settings.php:69
777
+ msgid "Required field?"
778
+ msgstr "Verpflichtendes Feld?"
779
+
780
+ #: ../includes/views/metaboxes/required-form-settings.php:73
781
+ msgid "Add to form"
782
+ msgstr "Zum Formular hinzufügen"
783
+
784
+ #: ../includes/views/metaboxes/required-form-settings.php:77
785
+ msgid "Generated HTML"
786
+ msgstr "Generiertes HTML"
787
+
788
+ #: ../includes/views/metaboxes/required-form-settings.php:86
789
+ msgid "Form usage"
790
+ msgstr "Formular Nutzung"
791
+
792
+ #: ../includes/views/metaboxes/required-form-settings.php:87
793
+ #, php-format
794
+ msgid ""
795
+ "Use the shortcode %s to display this form inside a post, page or text widget."
796
+ msgstr ""
797
+ "Benutze diesen Shortcode %s um dieses Formular innerhalb eines Posts, Seite "
798
+ "oder Text Widgets zu nutzen."
799
+
800
+ #: ../includes/views/pages/admin-checkbox-settings.php:11
801
+ #: ../includes/views/pages/admin-form-settings.php:10
802
+ #: ../includes/views/pages/admin-general-settings.php:10
803
+ #: ../includes/views/pages/admin-reports.php:10
804
+ msgid "MailChimp for WordPress"
805
+ msgstr "MailChimp for WordPress"
806
+
807
+ #: ../includes/views/pages/admin-checkbox-settings.php:11
808
+ msgid "Checkbox Settings"
809
+ msgstr "Checkbox Einstellungen"
810
+
811
+ #: ../includes/views/pages/admin-checkbox-settings.php:14
812
+ msgid ""
813
+ "To use sign-up checkboxes, select at least one list and one form to add the "
814
+ "checkbox to."
815
+ msgstr ""
816
+ "Um die Registrierungs-Checkboxen zu nutzen, wähle mindestens eine Liste und "
817
+ "ein Formular, um die Checkbox auch hinzuzufügen."
818
+
819
+ #: ../includes/views/pages/admin-checkbox-settings.php:21
820
+ msgid "MailChimp settings for checkboxes"
821
+ msgstr "MailChimp Einstellungen für Checkboxen"
822
+
823
+ #: ../includes/views/pages/admin-checkbox-settings.php:26
824
+ msgid ""
825
+ "If you want to use sign-up checkboxes, select at least one MailChimp list to "
826
+ "subscribe people to."
827
+ msgstr ""
828
+ "Wenn du die Registrierungs-Checkboxen nutzen möchtest, wähle mindestens eine "
829
+ "MailChimp Liste in welche die Adressen gespeichert werden."
830
+
831
+ #: ../includes/views/pages/admin-checkbox-settings.php:34
832
+ msgid "MailChimp Lists"
833
+ msgstr "MailChimp Listen"
834
+
835
+ #: ../includes/views/pages/admin-checkbox-settings.php:45
836
+ msgid ""
837
+ "Select the list(s) to which people who check the checkbox should be "
838
+ "subscribed."
839
+ msgstr ""
840
+ "Wähle die Listen zu welchen, die Abonnenten die die Checkbox ausgewählt "
841
+ "haben, eingetragen werden sollen."
842
+
843
+ #: ../includes/views/pages/admin-checkbox-settings.php:68
844
+ msgid "Checkbox settings"
845
+ msgstr "Checkbox Einstellungen"
846
+
847
+ #: ../includes/views/pages/admin-checkbox-settings.php:71
848
+ msgid "Add the checkbox to these forms"
849
+ msgstr "Füge diese Checkbox zu diesen Formularen"
850
+
851
+ #: ../includes/views/pages/admin-checkbox-settings.php:78
852
+ msgid "Selecting a form will automatically add the sign-up checkbox to it."
853
+ msgstr ""
854
+ "Wenn ein Formular ausgewählt wird, wird automatisch die Registrierungs-"
855
+ "Checkbox hinzugefügt."
856
+
857
+ #: ../includes/views/pages/admin-checkbox-settings.php:82
858
+ msgid "Checkbox label text"
859
+ msgstr "Checkbox Beschriftung Text"
860
+
861
+ #: ../includes/views/pages/admin-checkbox-settings.php:85
862
+ #: ../includes/views/pages/admin-checkbox-settings.php:115
863
+ #, php-format
864
+ msgid "HTML tags like %s are allowed in the label text."
865
+ msgstr "HTML Tags wie %s sind in den Beschriftungen erlaubt."
866
+
867
+ #: ../includes/views/pages/admin-checkbox-settings.php:89
868
+ msgid "Pre-check the checkbox?"
869
+ msgstr "Die Checkbox vorauswählen?"
870
+
871
+ #: ../includes/views/pages/admin-checkbox-settings.php:94
872
+ msgid "Load some default CSS?"
873
+ msgstr "Allgemeines CSS laden?"
874
+
875
+ #: ../includes/views/pages/admin-checkbox-settings.php:96
876
+ msgid "Select \"yes\" if the checkbox appears in a weird place."
877
+ msgstr ""
878
+ "Wähle \"ja\", falls die Checkbox an einem ungewünschten Platz angezeigt wird."
879
+
880
+ #: ../includes/views/pages/admin-checkbox-settings.php:100
881
+ #: ../includes/views/pages/admin-checkbox-settings.php:120
882
+ #: ../includes/views/tabs/admin-forms-general-settings.php:48
883
+ #: ../includes/views/tabs/admin-forms-general-settings.php:146
884
+ msgid "Save all changes"
885
+ msgstr "Alle Änderungen speichern"
886
+
887
+ #: ../includes/views/pages/admin-checkbox-settings.php:103
888
+ msgid "Custom label texts"
889
+ msgstr "Benutzerdefinierte Beschriftungs Texte"
890
+
891
+ #: ../includes/views/pages/admin-checkbox-settings.php:104
892
+ msgid ""
893
+ "Override the default checkbox label text for any given checkbox using the "
894
+ "fields below."
895
+ msgstr ""
896
+ "Überschreibe die Standard Checkbox Beschriftung für alle Checkboxen, mit dem "
897
+ "Feld unterhalb."
898
+
899
+ #: ../includes/views/pages/admin-form-settings.php:13
900
+ msgid "Forms & Settings"
901
+ msgstr "Formulare & Einstellungen"
902
+
903
+ #: ../includes/views/pages/admin-form-settings.php:14
904
+ msgid "CSS Styles Builder"
905
+ msgstr "CSS Styles Builder"
906
+
907
+ #: ../includes/views/pages/admin-general-settings.php:10
908
+ msgid "License & API Settings"
909
+ msgstr "Lizenz und API Einstellungen"
910
+
911
+ #: ../includes/views/pages/admin-general-settings.php:19
912
+ msgid "API Settings"
913
+ msgstr "API Einstellungen"
914
+
915
+ #: ../includes/views/pages/admin-general-settings.php:21
916
+ msgid "CONNECTED"
917
+ msgstr "VERBUNDEN"
918
+
919
+ #: ../includes/views/pages/admin-general-settings.php:23
920
+ msgid "NOT CONNECTED"
921
+ msgstr "NICHT VERBUNDEN"
922
+
923
+ #: ../includes/views/pages/admin-general-settings.php:29
924
+ msgid "API Key"
925
+ msgstr "API Schlüssel"
926
+
927
+ #: ../includes/views/pages/admin-general-settings.php:31
928
+ msgid "Your MailChimp API key"
929
+ msgstr "Dein MailChimp API Schlüssel"
930
+
931
+ #: ../includes/views/pages/admin-general-settings.php:32
932
+ msgid "Get your API key here."
933
+ msgstr "Den API Schlüssel bekommst du hier."
934
+
935
+ #: ../includes/views/pages/admin-general-settings.php:48
936
+ msgid "MailChimp Data"
937
+ msgstr "MailChimp Daten"
938
+
939
+ #: ../includes/views/pages/admin-general-settings.php:49
940
+ msgid ""
941
+ "The table below shows your MailChimp lists data. If you applied changes to "
942
+ "your MailChimp lists, please use the following button to renew your cached "
943
+ "data."
944
+ msgstr ""
945
+ "Die Tabelle zeigt die MailChimp Listen Daten. Wenn du bei den MailChimp "
946
+ "Listen Änderungen gemacht hast, nutze bitte den folgenden Button um die "
947
+ "Daten neu zu laden."
948
+
949
+ #: ../includes/views/pages/admin-general-settings.php:55
950
+ #: ../includes/views/pages/admin-general-settings.php:133
951
+ msgid "Renew MailChimp lists"
952
+ msgstr "MailChimp Listen erneuern"
953
+
954
+ #: ../includes/views/pages/admin-general-settings.php:120
955
+ msgid "No lists were found in your MailChimp account."
956
+ msgstr "Es wurden keine Listen in deinem MailChimp Account gefunden."
957
+
958
+ #: ../includes/views/pages/admin-reports.php:14
959
+ msgid "Statistics"
960
+ msgstr "Statistiken"
961
+
962
+ #: ../includes/views/pages/admin-reports.php:15
963
+ msgid "Log"
964
+ msgstr "Log"
965
+
966
+ #: ../includes/views/parts/admin-footer.php:8
967
+ #, php-format
968
+ msgid ""
969
+ "Need help? Email me directly at <a href=\"%s\">support@dannyvankooten.com</"
970
+ "a>. Please include your website URL and as many details as possible."
971
+ msgstr ""
972
+ "Brauchst du Hilfe? Maile mit direkt auf <a href=\"%s"
973
+ "\">support@dannyvankooten.com</a>. Bitte sende mir auch deine Webseiten URL "
974
+ "und so viele Details wie möglich."
975
+
976
+ #: ../includes/views/parts/admin-text-variables.php:11
977
+ msgid "Replaced with the number of subscribers on the selected list(s)"
978
+ msgstr "Ersetzten mit der Nummer von Abonnenten der gewählten Listen"
979
+
980
+ #: ../includes/views/parts/admin-text-variables.php:15
981
+ msgid "Replaced with the visitor's IP address"
982
+ msgstr "Ersetzten mit der Besucher IP Adresse"
983
+
984
+ #: ../includes/views/parts/admin-text-variables.php:19
985
+ #, php-format
986
+ msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
987
+ msgstr "Ersetzten mit dem aktuellen Datum (yyyy/mm/dd eg: %s)"
988
+
989
+ #: ../includes/views/parts/admin-text-variables.php:23
990
+ #, php-format
991
+ msgid "Replaced with the current time (hh:mm:ss eg: %s)"
992
+ msgstr "Ersetzten mit der aktuellen Uhrzeit (hh:mm:ss eg: %s)"
993
+
994
+ #: ../includes/views/parts/admin-text-variables.php:27
995
+ msgid ""
996
+ "Replaced with the logged in user's email (or nothing, if there is no logged "
997
+ "in user)"
998
+ msgstr ""
999
+ "Ersetzten mit der E-Mail des eingeloggten Benutzers (oder nicht, wenn der "
1000
+ "User nicht eingeloggt ist)"
1001
+
1002
+ #: ../includes/views/parts/admin-text-variables.php:31
1003
+ msgid "Display name of the current user"
1004
+ msgstr "Den Namen des aktuellen Benutzers anzeigen"
1005
+
1006
+ #: ../includes/views/parts/admin-text-variables.php:35
1007
+ msgid "First name of the current user"
1008
+ msgstr "Den Vornamen des aktuellen Benutzers anzeigen"
1009
+
1010
+ #: ../includes/views/parts/admin-text-variables.php:39
1011
+ msgid "Last name of the current user"
1012
+ msgstr "Den Nachnamen des aktuellen Benutzers anzeigen"
1013
+
1014
+ #: ../includes/views/parts/admin-text-variables.php:43
1015
+ msgid "Current user ID"
1016
+ msgstr "Aktuelle Benutzer ID"
1017
+
1018
+ #: ../includes/views/parts/admin-text-variables.php:47
1019
+ msgid "Current URL"
1020
+ msgstr "Aktuelle URL"
1021
+
1022
+ #: ../includes/views/tabs/admin-forms-css-builder.php:10
1023
+ msgid "Use the fields below to create custom styling rules for your forms."
1024
+ msgstr ""
1025
+ "Benutze diese Felder um benutzerdefinierte Stil Regeln für deine Formulare "
1026
+ "zu definieren."
1027
+
1028
+ #: ../includes/views/tabs/admin-forms-css-builder.php:214
1029
+ msgid "Build CSS File"
1030
+ msgstr "CSS File erstellen"
1031
+
1032
+ #: ../includes/views/tabs/admin-forms-general-settings.php:8
1033
+ msgid "Sign-Up Forms"
1034
+ msgstr "Registrierungs Formulare"
1035
+
1036
+ #: ../includes/views/tabs/admin-forms-general-settings.php:8
1037
+ msgid "Create New Form"
1038
+ msgstr "Neues Formular erstellen"
1039
+
1040
+ #: ../includes/views/tabs/admin-forms-general-settings.php:16
1041
+ msgid "General form settings"
1042
+ msgstr "Allgemeine Formular Einstellungen"
1043
+
1044
+ #: ../includes/views/tabs/admin-forms-general-settings.php:19
1045
+ msgid "Load form styles (CSS)?"
1046
+ msgstr "Lade Formular Stile (CSS)?"
1047
+
1048
+ #: ../includes/views/tabs/admin-forms-general-settings.php:23
1049
+ msgid "Yes, load basic form styles"
1050
+ msgstr "Ja, lade Standard Formular Stile"
1051
+
1052
+ #: ../includes/views/tabs/admin-forms-general-settings.php:24
1053
+ msgid "Yes, load my custom form styles"
1054
+ msgstr "Ja, lade meine eigenen Formular Stile"
1055
+
1056
+ #: ../includes/views/tabs/admin-forms-general-settings.php:25
1057
+ msgid "Yes, load default form theme"
1058
+ msgstr "Ja, lade Standard Formular Theme"
1059
+
1060
+ #: ../includes/views/tabs/admin-forms-general-settings.php:26
1061
+ msgid "Light Theme"
1062
+ msgstr "Helles Theme"
1063
+
1064
+ #: ../includes/views/tabs/admin-forms-general-settings.php:27
1065
+ msgid "Red Theme"
1066
+ msgstr "Rotes Theme"
1067
+
1068
+ #: ../includes/views/tabs/admin-forms-general-settings.php:28
1069
+ msgid "Green Theme"
1070
+ msgstr "Grünes Theme"
1071
+
1072
+ #: ../includes/views/tabs/admin-forms-general-settings.php:29
1073
+ msgid "Blue Theme"
1074
+ msgstr "Blaues Theme"
1075
+
1076
+ #: ../includes/views/tabs/admin-forms-general-settings.php:30
1077
+ msgid "Dark Theme"
1078
+ msgstr "Dunkles Theme"
1079
+
1080
+ #: ../includes/views/tabs/admin-forms-general-settings.php:31
1081
+ msgid "Custom Color Theme"
1082
+ msgstr "Benutzerdefinierte Farben Theme"
1083
+
1084
+ #: ../includes/views/tabs/admin-forms-general-settings.php:36
1085
+ #, php-format
1086
+ msgid ""
1087
+ "If you %screated a custom stylesheet%s and want it to be loaded, select "
1088
+ "\"custom form styles\". Otherwise, choose the basic formatting styles or one "
1089
+ "of the default themes."
1090
+ msgstr ""
1091
+ "Wenn du ein %sbenutzerdefiniertes Stylesheet erstellt%s hast und dieses "
1092
+ "laden möchtest, wähle \"eigenen Formular Stile\". Andernfalls wähle eines "
1093
+ "der Standard Formular Stile oder eines der Standard Themes."
1094
+
1095
+ #: ../includes/views/tabs/admin-forms-general-settings.php:40
1096
+ msgid "Select Color"
1097
+ msgstr "Wähle Farbe"
1098
+
1099
+ #: ../includes/views/tabs/admin-forms-general-settings.php:50
1100
+ msgid "Default MailChimp settings"
1101
+ msgstr "Standard MailChimp Einstellungen"
1102
+
1103
+ #: ../includes/views/tabs/admin-forms-general-settings.php:51
1104
+ #: ../includes/views/tabs/admin-forms-general-settings.php:99
1105
+ msgid ""
1106
+ "The following settings apply to <strong>all</strong> forms but can be "
1107
+ "overridden on a per-form basis."
1108
+ msgstr ""
1109
+ "Die folgenden Einstellungen gelten für <strong>alle</strong> Formulare, "
1110
+ "können aber auf Formular Basis überschreiben werden."
1111
+
1112
+ #: ../includes/views/tabs/admin-forms-general-settings.php:98
1113
+ msgid "Default form settings"
1114
+ msgstr "Standard Formular Einstellungen"
languages/mailchimp-for-wp-it_IT.mo ADDED
Binary file
languages/mailchimp-for-wp-it_IT.po ADDED
@@ -0,0 +1,1314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: MailChimp for WordPress Pro v2.3.2\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-08-12 15:11+0100\n"
6
+ "PO-Revision-Date: 2014-08-12 20:37:51+0000\n"
7
+ "Last-Translator: Gianpaolo <gr@gianpaolorolando.eu>\n"
8
+ "Language-Team: Gianpaolo <gr@gianpaolorolando.eu>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Generator: Poedit 1.6.6\n"
14
+ "X-Poedit-Language: \n"
15
+ "X-Poedit-Country: \n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-Bookmarks: \n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+ "X-Textdomain-Support: yes"
22
+
23
+ #: includes/admin/class-admin.php:183
24
+ #@ default
25
+ msgid "Settings"
26
+ msgstr "Impostazioni"
27
+
28
+ #: includes/admin/class-admin.php:202
29
+ #@ mailchimp-for-wp
30
+ msgid "Documentation"
31
+ msgstr "Documentazione"
32
+
33
+ #: includes/admin/class-admin.php:245
34
+ #@ mailchimp-for-wp
35
+ msgid "Save Form"
36
+ msgstr "Salva Modulo"
37
+
38
+ #: includes/admin/class-admin.php:249
39
+ #@ mailchimp-for-wp
40
+ msgid "Update Form"
41
+ msgstr "Aggiorna Modulo"
42
+
43
+ #: includes/admin/class-admin.php:282
44
+ #@ mailchimp-for-wp
45
+ msgid "Your email address"
46
+ msgstr "Il tuo indirizzo E-M@il"
47
+
48
+ #: includes/admin/class-admin.php:283
49
+ #@ mailchimp-for-wp
50
+ msgid "Email address"
51
+ msgstr "Indirizzo E-M@il"
52
+
53
+ #: includes/admin/class-admin.php:284
54
+ #@ mailchimp-for-wp
55
+ msgid "Sign up"
56
+ msgstr "Iscriviti"
57
+
58
+ #: includes/admin/class-admin.php:300
59
+ #@ mailchimp-for-wp
60
+ msgid "Back to general form settings"
61
+ msgstr "Torna alle impostazioni generali"
62
+
63
+ #: includes/admin/class-admin.php:302
64
+ #@ mailchimp-for-wp
65
+ msgid "Form updated."
66
+ msgstr "Modulo aggiornato."
67
+
68
+ #: includes/admin/class-admin.php:303
69
+ #@ mailchimp-for-wp
70
+ msgid "Form saved."
71
+ msgstr "Modulo salvato."
72
+
73
+ #: includes/admin/class-admin.php:311
74
+ #, php-format
75
+ #@ mailchimp-for-wp
76
+ msgid "An EMAIL field. Example: <code>%s</code>"
77
+ msgstr "Un campo E-M@il. Esempio: <code>%s</code>"
78
+
79
+ #: includes/admin/class-admin.php:317
80
+ #, php-format
81
+ #@ mailchimp-for-wp
82
+ msgid "A submit button. Example: <code>%s</code>"
83
+ msgstr "Pulsante di conferma. Esempio: <code>%s</code>"
84
+
85
+ #: includes/admin/class-admin.php:317
86
+ #@ mailchimp-for-wp
87
+ msgid "Sign Up"
88
+ msgstr "Iscriviti"
89
+
90
+ #: includes/admin/class-admin.php:345
91
+ #, php-format
92
+ #@ mailchimp-for-wp
93
+ msgid "A '%s' field"
94
+ msgstr "Un '%s' campo"
95
+
96
+ #: includes/admin/class-admin.php:357
97
+ #@ mailchimp-for-wp
98
+ msgid "Your form is missing the following (required) form fields:"
99
+ msgstr "Nel modulo mancano i seguenti campi obbligatori:"
100
+
101
+ #: includes/admin/class-admin.php:429
102
+ #@ mailchimp-for-wp
103
+ msgid "Form Settings"
104
+ msgstr "Settaggi Modulo"
105
+
106
+ #: includes/admin/class-admin.php:430
107
+ #@ mailchimp-for-wp
108
+ msgid "Optional Settings"
109
+ msgstr "Settaggi Opzionali"
110
+
111
+ #: includes/admin/class-admin.php:431
112
+ #@ mailchimp-for-wp
113
+ msgid "Form Variables"
114
+ msgstr "Variabili Modulo"
115
+
116
+ #: includes/admin/class-admin.php:465
117
+ #@ mailchimp-for-wp
118
+ msgid "Use the following variables to add some dynamic content to your form."
119
+ msgstr "Utilizzare le seguenti variabili per aggiungere alcuni contenuti dinamici al form."
120
+
121
+ #: includes/admin/class-admin.php:547
122
+ #@ mailchimp-for-wp
123
+ msgid "MailChimp & License"
124
+ msgstr "MailChimp & Licenza"
125
+
126
+ #: includes/admin/class-admin.php:548
127
+ #@ mailchimp-for-wp
128
+ msgid "Checkboxes"
129
+ msgstr ""
130
+
131
+ #: includes/admin/class-admin.php:549
132
+ #: includes/views/pages/admin-form-settings.php:10
133
+ #@ mailchimp-for-wp
134
+ msgid "Forms"
135
+ msgstr "Moduli"
136
+
137
+ #: includes/admin/class-admin.php:550
138
+ #: includes/views/pages/admin-reports.php:10
139
+ #@ mailchimp-for-wp
140
+ msgid "Reports"
141
+ msgstr "Rapporti"
142
+
143
+ #: includes/admin/class-admin.php:634
144
+ #@ mailchimp-for-wp
145
+ msgid "Comment form"
146
+ msgstr "Modulo Commenti"
147
+
148
+ #: includes/admin/class-admin.php:635
149
+ #@ mailchimp-for-wp
150
+ msgid "Registration form"
151
+ msgstr "Modulo Registrazione"
152
+
153
+ #: includes/admin/class-admin.php:639
154
+ #@ mailchimp-for-wp
155
+ msgid "MultiSite forms"
156
+ msgstr "Modulo MultiSite"
157
+
158
+ #: includes/admin/class-admin.php:643
159
+ #: includes/tables/class-log-table.php:212
160
+ #@ mailchimp-for-wp
161
+ msgid "BuddyPress registration"
162
+ msgstr "Registrazione BuddyPress"
163
+
164
+ #: includes/admin/class-admin.php:651
165
+ #: includes/admin/class-admin.php:655
166
+ #, php-format
167
+ #@ mailchimp-for-wp
168
+ msgid "%s checkout"
169
+ msgstr "%s cassa"
170
+
171
+ #: includes/admin/class-admin.php:689
172
+ #, php-format
173
+ #@ mailchimp-for-wp
174
+ msgid "Please make sure the plugin is connected to MailChimp. <a href=\"%s\">Provide a valid API key.</a>"
175
+ msgstr "Si prega di assicurarsi che il plugin sia collegato a MailChimp. <a href=\"%s\">Inserire una chiave API valida.</a>"
176
+
177
+ #: includes/admin/class-admin.php:699
178
+ #@ mailchimp-for-wp
179
+ msgid "Renewed MailChimp cache."
180
+ msgstr "Aggiorna la cache di MailChimp"
181
+
182
+ #: includes/admin/class-admin.php:701
183
+ #@ mailchimp-for-wp
184
+ msgid "Failed to renew MailChimp cache - please try again later."
185
+ msgstr "Impossibile aggiornare la cache MailChimp - si prega di riprovare piu' tardi."
186
+
187
+ #: includes/admin/class-admin.php:779
188
+ #@ mailchimp-for-wp
189
+ msgid "End date can't be before the start date"
190
+ msgstr "La data di fine non puo' essere antecedente alla data di inizio"
191
+
192
+ #: includes/admin/class-admin.php:811
193
+ #, php-format
194
+ #@ mailchimp-for-wp
195
+ msgid "You disabled logging using the %s filter. Re-enable it to use the Reports page."
196
+ msgstr "Hai disattivato il log utilizzando il %s filtro. Riattivalo per utilizzare le relazioni di pagina."
197
+
198
+ #: includes/admin/class-admin.php:827
199
+ #, php-format
200
+ #@ mailchimp-for-wp
201
+ msgid "<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the settings you had set in the Lite version, please <a href=\"%s\">deactivate it now</a> to prevent problems"
202
+ msgstr "\"<strong>Benvenuti a MailChimp per WordPress Pro!</strong> Abbiamo trasferito le impostazioni inserite nella versione Lite, perfavore <a href=\"%s\">disattivarlo </a> per prevenire problemi\""
203
+
204
+ #: includes/admin/class-css-builder.php:270
205
+ #, php-format
206
+ #@ mailchimp-for-wp
207
+ msgid "Couldn't create the stylesheet. Manually add the generated CSS to your theme stylesheet by using the %sTheme Editor%s or use FTP and edit <em>%s</em>."
208
+ msgstr "Impossibile creare il foglio di stile. Aggiungere manualmente il CSS generato per il vostro foglio di stile utilizzando il %sTheme Editor%s o utilizzare FTP e modificare <em>%s</ em>."
209
+
210
+ #: includes/admin/class-css-builder.php:271
211
+ #, php-format
212
+ #@ mailchimp-for-wp
213
+ msgid "%sShow generated CSS%s"
214
+ msgstr "%sMostra CSS generato%s"
215
+
216
+ #: includes/admin/class-css-builder.php:281
217
+ #, php-format
218
+ #@ mailchimp-for-wp
219
+ msgid "To apply these styles on your website, select \"load custom form styles\" in the %sform settings%s"
220
+ msgstr "Per applicare questi stili sul tuo sito web, selezionare \"caricare stili di modulo personalizzato\" nel %s moduloimpostazioni di %s"
221
+
222
+ #: includes/admin/class-css-builder.php:282
223
+ #, php-format
224
+ #@ mailchimp-for-wp
225
+ msgid "The %sCSS Stylesheet%s has been created."
226
+ msgstr "Il %sCSS foglio di stile%s è stato creato."
227
+
228
+ #: includes/class-form-manager.php:238
229
+ #, php-format
230
+ #@ mailchimp-for-wp
231
+ msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
232
+ msgstr "<strong> Errore: </ strong> Si prega di specificare un ID del modulo. Esempio: %s."
233
+
234
+ #: includes/class-form-manager.php:252
235
+ #@ mailchimp-for-wp
236
+ msgid "<strong>Error:</strong> Sign-up form not found. Please check if you used the correct form ID."
237
+ msgstr "<strong> Errore: </ strong> modulo di iscrizione non trovato. Si prega di verificare se è stato utilizzato l'ID di modulo corretto."
238
+
239
+ #: includes/class-form-request.php:453
240
+ #@ mailchimp-for-wp
241
+ msgid "New Sign-Up"
242
+ msgstr "Nuova iscrizione"
243
+
244
+ #: includes/class-form-request.php:454
245
+ #, php-format
246
+ #@ mailchimp-for-wp
247
+ msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
248
+ msgstr "<strong>%s</ strong> firmato a %s su %s utilizzando il modulo \"%s\"."
249
+
250
+ #: includes/class-form-request.php:493
251
+ #@ mailchimp-for-wp
252
+ msgid "This email was auto-sent by the MailChimp for WordPress plugin."
253
+ msgstr "Questa email è stata auto-inviata da MailChimp per WordPress."
254
+
255
+ #: includes/class-widget.php:20
256
+ #@ mailchimp-for-wp
257
+ msgid "MailChimp for WP Form"
258
+ msgstr "Modulo MailChimp per WP"
259
+
260
+ #: includes/class-widget.php:21
261
+ #@ mailchimp-for-wp
262
+ msgid "Displays one of your MailChimp for WordPress sign-up forms"
263
+ msgstr "Visualizza uno dei tuoi moduli di iscrizione di MailChimp per WordPress"
264
+
265
+ #: includes/class-widget.php:39
266
+ #, php-format
267
+ #@ mailchimp-for-wp
268
+ msgid "Please select the sign-up form you'd like to show here in the <a href=\"%s\">widget settings</a>."
269
+ msgstr "Si prega di selezionare il modulo di iscrizione che vuoi mostrare qui in <a href=\"%s\"> impostazioni dei widget </a>."
270
+
271
+ #: includes/class-widget.php:68
272
+ #@ mc4wp
273
+ msgid "Newsletter"
274
+ msgstr ""
275
+
276
+ #: includes/class-widget.php:79
277
+ #@ mailchimp-for-wp
278
+ msgid "Title:"
279
+ msgstr "Titolo:"
280
+
281
+ #: includes/class-widget.php:83
282
+ #@ mailchimp-for-wp
283
+ msgid "Form:"
284
+ msgstr "Modulo:"
285
+
286
+ #: includes/class-widget.php:85
287
+ #@ mailchimp-for-wp
288
+ msgid "Select the form to show"
289
+ msgstr "Selezionatre il modulo da visualizzare"
290
+
291
+ #: includes/class-widget.php:93
292
+ #, php-format
293
+ #@ mailchimp-for-wp
294
+ msgid "You don't have any sign-up forms. <a href=\"%s\">Create one now.</a>"
295
+ msgstr "Non hai alcun modulo di iscrizione. <a href=\"%s\"> Creane uno adesso. </a>"
296
+
297
+ #: includes/functions/general.php:20
298
+ #@ mailchimp-for-wp
299
+ msgid "Sign me up for the newsletter!"
300
+ msgstr "Iscrivimi alla newsletter!"
301
+
302
+ #: includes/functions/general.php:42
303
+ #@ mailchimp-for-wp
304
+ msgid "Thank you, your sign-up request was successful! Please check your email inbox to confirm."
305
+ msgstr "Grazie, la tua richiesta di iscrizione ha avuto successo! Controlla la tua E-M@il per confermare."
306
+
307
+ #: includes/functions/general.php:43
308
+ #@ mailchimp-for-wp
309
+ msgid "Oops. Something went wrong. Please try again later."
310
+ msgstr "Oops. Qualcosa è andato storto. Riprova più tardi."
311
+
312
+ #: includes/functions/general.php:44
313
+ #@ mailchimp-for-wp
314
+ msgid "Please provide a valid email address."
315
+ msgstr "Si prega di fornire un indirizzo E-M@il valido."
316
+
317
+ #: includes/functions/general.php:45
318
+ #@ mailchimp-for-wp
319
+ msgid "Given email address is already subscribed, thank you!"
320
+ msgstr "Indirizzo E-M@il inserito è già iscritto, grazie!"
321
+
322
+ #: includes/functions/general.php:46
323
+ #@ mailchimp-for-wp
324
+ msgid "Please complete the CAPTCHA."
325
+ msgstr "Si prega di compilare il CAPTCHA."
326
+
327
+ #: includes/functions/general.php:47
328
+ #@ mailchimp-for-wp
329
+ msgid "Please fill in the required fields."
330
+ msgstr "Si prega di compilare i campi obbligatori."
331
+
332
+ #: includes/integrations/class-cf7.php:44
333
+ #: includes/views/metaboxes/optional-form-settings.php:16
334
+ #: includes/views/metaboxes/optional-form-settings.php:30
335
+ #: includes/views/metaboxes/optional-form-settings.php:44
336
+ #: includes/views/metaboxes/optional-form-settings.php:58
337
+ #: includes/views/metaboxes/optional-form-settings.php:75
338
+ #: includes/views/metaboxes/optional-form-settings.php:87
339
+ #: includes/views/metaboxes/optional-form-settings.php:106
340
+ #: includes/views/pages/admin-checkbox-settings.php:52
341
+ #: includes/views/pages/admin-checkbox-settings.php:60
342
+ #: includes/views/pages/admin-checkbox-settings.php:98
343
+ #: includes/views/pages/admin-checkbox-settings.php:103
344
+ #: includes/views/tabs/admin-forms-general-settings.php:58
345
+ #: includes/views/tabs/admin-forms-general-settings.php:69
346
+ #: includes/views/tabs/admin-forms-general-settings.php:79
347
+ #: includes/views/tabs/admin-forms-general-settings.php:90
348
+ #: includes/views/tabs/admin-forms-general-settings.php:104
349
+ #: includes/views/tabs/admin-forms-general-settings.php:109
350
+ #@ default
351
+ msgid "Yes"
352
+ msgstr ""
353
+
354
+ #: includes/integrations/class-cf7.php:44
355
+ #: includes/views/metaboxes/optional-form-settings.php:18
356
+ #: includes/views/metaboxes/optional-form-settings.php:32
357
+ #: includes/views/metaboxes/optional-form-settings.php:46
358
+ #: includes/views/metaboxes/optional-form-settings.php:60
359
+ #: includes/views/metaboxes/optional-form-settings.php:77
360
+ #: includes/views/metaboxes/optional-form-settings.php:89
361
+ #: includes/views/metaboxes/optional-form-settings.php:107
362
+ #: includes/views/pages/admin-checkbox-settings.php:52
363
+ #: includes/views/pages/admin-checkbox-settings.php:62
364
+ #: includes/views/pages/admin-checkbox-settings.php:98
365
+ #: includes/views/pages/admin-checkbox-settings.php:103
366
+ #: includes/views/tabs/admin-forms-general-settings.php:22
367
+ #: includes/views/tabs/admin-forms-general-settings.php:60
368
+ #: includes/views/tabs/admin-forms-general-settings.php:71
369
+ #: includes/views/tabs/admin-forms-general-settings.php:81
370
+ #: includes/views/tabs/admin-forms-general-settings.php:92
371
+ #: includes/views/tabs/admin-forms-general-settings.php:104
372
+ #: includes/views/tabs/admin-forms-general-settings.php:109
373
+ #@ default
374
+ msgid "No"
375
+ msgstr ""
376
+
377
+ #: includes/library/license-manager/class-license-manager.php:171
378
+ #, php-format
379
+ #@ mailchimp-for-wp
380
+ msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
381
+ msgstr "<b> Attenzione! </ b> Stai bloccando le richieste esterne, il che significa che non sarai in grado di ottenere gli aggiornamenti %s. Si prega di aggiungere %s in %s."
382
+
383
+ #: includes/library/license-manager/class-license-manager.php:214
384
+ #, php-format
385
+ #@ mailchimp-for-wp
386
+ msgid "Your %s license has been activated. You have an unlimited license. "
387
+ msgstr "È stata attivata la tua licenza %s. Hai una licenza illimitata."
388
+
389
+ #: includes/library/license-manager/class-license-manager.php:216
390
+ #, php-format
391
+ #@ mailchimp-for-wp
392
+ msgid "Your %s license has been activated. You have used %d/%d activations. "
393
+ msgstr "È stata attivata la tua licenza %s. È stato utilizzato %d/%d attivazioni."
394
+
395
+ #: includes/library/license-manager/class-license-manager.php:221
396
+ #, php-format
397
+ #@ mailchimp-for-wp
398
+ msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
399
+ msgstr "<a href=\"%s\"> Lo sapevate che è possibile aggiornare la licenza? </a>"
400
+
401
+ #: includes/library/license-manager/class-license-manager.php:225
402
+ #, php-format
403
+ #@ mailchimp-for-wp
404
+ msgid "<a href=\"%s\">Your license is expiring in %d days, would you like to extend it?</a>"
405
+ msgstr "<a href=\"%s\">La licenza è in scadenza in %d giorni, volete rinnovarla? </a>"
406
+
407
+ #: includes/library/license-manager/class-license-manager.php:234
408
+ #, php-format
409
+ #@ mailchimp-for-wp
410
+ msgid "You've reached your activation limit. You must <a href=\"%s\">upgrade your license</a> to use it on this site."
411
+ msgstr "Hai raggiunto il limite di attivazione. È necessario <a href=\"%s\"> aggiornare la licenza </a> per usarlo su questo sito."
412
+
413
+ #: includes/library/license-manager/class-license-manager.php:237
414
+ #, php-format
415
+ #@ mailchimp-for-wp
416
+ msgid "Your license has expired. You must <a href=\"%s\">extend your license</a> in order to use it again."
417
+ msgstr "La licenza è scaduta. È necessario <a href=\"%s\"> estendere la licenza </a> al fine di utilizzarlo di nuovo."
418
+
419
+ #: includes/library/license-manager/class-license-manager.php:240
420
+ #@ mailchimp-for-wp
421
+ msgid "Failed to activate your license, your license key seems to be invalid."
422
+ msgstr "Impossibile attivare la licenza, la chiave di licenza sembra non essere valida."
423
+
424
+ #: includes/library/license-manager/class-license-manager.php:264
425
+ #, php-format
426
+ #@ mailchimp-for-wp
427
+ msgid "Your %s license has been deactivated."
428
+ msgstr "La vostra licenza %s non è attiva."
429
+
430
+ #: includes/library/license-manager/class-license-manager.php:266
431
+ #, php-format
432
+ #@ mailchimp-for-wp
433
+ msgid "Failed to deactivate your %s license."
434
+ msgstr "Impossibile disattivare la licenza %s."
435
+
436
+ #: includes/library/license-manager/class-license-manager.php:302
437
+ #, php-format
438
+ #@ mailchimp-for-wp
439
+ msgid "Request error: \"%s\""
440
+ msgstr "Richiesta di errore: \"%s\""
441
+
442
+ #: includes/library/license-manager/class-license-manager.php:461
443
+ #, php-format
444
+ #@ mailchimp-for-wp
445
+ msgid "%s: License Settings"
446
+ msgstr "%s: Impostazioni licenza"
447
+
448
+ #: includes/library/license-manager/class-plugin-license-manager.php:67
449
+ #, php-format
450
+ #@ mailchimp-for-wp
451
+ msgid "%s is network activated, please contact your site administrator to manage the license."
452
+ msgstr "%s la rete è attiva, contattare l'amministratore del sito per gestire la licenza."
453
+
454
+ #: includes/library/license-manager/class-update-manager.php:69
455
+ #, php-format
456
+ #@ mailchimp-for-wp
457
+ msgid "%s failed to check for updates because of the following error: <em>%s</em>"
458
+ msgstr "%s non è riuscito a controllare gli aggiornamenti a causa del seguente errore: <em>%s</ em>"
459
+
460
+ #: includes/library/license-manager/class-update-manager.php:138
461
+ #@ mailchimp-for-wp
462
+ msgid "This site has not been activated properly on dannyvankooten.com and thus cannot check for future updates. Please activate your site with a valid license key."
463
+ msgstr "Questo sito non è stato attivato correttamente su dannyvankooten.com e quindi non in grado di controllare gli aggiornamenti futuri. Si prega di attivare il tuo sito con una chiave di licenza valida."
464
+
465
+ #: includes/library/license-manager/views/form.php:23
466
+ #@ mailchimp-for-wp
467
+ msgid "License status"
468
+ msgstr "Stato licenza"
469
+
470
+ #: includes/library/license-manager/views/form.php:33
471
+ #@ mailchimp-for-wp
472
+ msgid "Toggle license status"
473
+ msgstr "Toggle stato licenza"
474
+
475
+ #: includes/library/license-manager/views/form.php:38
476
+ #@ mailchimp-for-wp
477
+ msgid "(deactivate your license so you can activate it on another WordPress site)"
478
+ msgstr "(disattivare la licenza in modo da poterla attivare su un altro sito WordPress)"
479
+
480
+ #: includes/library/license-manager/views/form.php:44
481
+ #@ mailchimp-for-wp
482
+ msgid "Please enter a license key in the field below first."
483
+ msgstr "Prima inserisci una chiave di licenza nel campo sottostante."
484
+
485
+ #: includes/library/license-manager/views/form.php:52
486
+ #@ mailchimp-for-wp
487
+ msgid "License Key"
488
+ msgstr "Chiave Licenza"
489
+
490
+ #: includes/library/license-manager/views/form.php:54
491
+ #@ mailchimp-for-wp
492
+ msgid "Paste your license key here, as found in the email receipt."
493
+ msgstr ""
494
+ "\n"
495
+ "Incollare la chiave di licenza qui, come si trova nella ricevuta email."
496
+
497
+ #: includes/library/license-manager/views/form.php:56
498
+ #, php-format
499
+ #@ mailchimp-for-wp
500
+ msgid "You defined your license key using the %s PHP constant."
501
+ msgstr "Definisci la tua chiave di licenza usando la %s costante PHP."
502
+
503
+ #: includes/library/license-manager/views/form.php:73
504
+ #, php-format
505
+ #@ mailchimp-for-wp
506
+ msgid "Your %s license will expire on %s."
507
+ msgstr "La tua %s licenza scadrà il %s."
508
+
509
+ #: includes/library/license-manager/views/form.php:76
510
+ #, php-format
511
+ #@ mailchimp-for-wp
512
+ msgid "%sRenew your license now%s."
513
+ msgstr "%sRinnova ora la tua licenza%s."
514
+
515
+ #: includes/tables/class-forms-table.php:36
516
+ #: includes/tables/class-log-table.php:207
517
+ #: includes/tables/class-log-table.php:312
518
+ #@ mailchimp-for-wp
519
+ msgid "Form"
520
+ msgstr "Modulo"
521
+
522
+ #: includes/tables/class-forms-table.php:35
523
+ #@ mailchimp-for-wp
524
+ msgid "ID"
525
+ msgstr ""
526
+
527
+ #: includes/tables/class-forms-table.php:37
528
+ #@ mailchimp-for-wp
529
+ msgid "Shortcode"
530
+ msgstr ""
531
+
532
+ #: includes/tables/class-forms-table.php:38
533
+ #@ mailchimp-for-wp
534
+ msgid "List(s)"
535
+ msgstr "Lista/e"
536
+
537
+ #: includes/tables/class-forms-table.php:39
538
+ #@ mailchimp-for-wp
539
+ msgid "Last edited"
540
+ msgstr "Ultima modifica"
541
+
542
+ #: includes/tables/class-forms-table.php:76
543
+ #: includes/tables/class-forms-table.php:80
544
+ #@ mailchimp-for-wp
545
+ msgid "Edit Form"
546
+ msgstr "Modifica Modulo"
547
+
548
+ #: includes/tables/class-forms-table.php:77
549
+ #@ default
550
+ msgid "Delete"
551
+ msgstr ""
552
+
553
+ #: includes/tables/class-forms-table.php:98
554
+ #@ mailchimp-for-wp
555
+ msgid "No MailChimp list(s) selected yet."
556
+ msgstr "Nessuna lista\\e MailChimp ancora selezionata\\e."
557
+
558
+ #: includes/tables/class-forms-table.php:105
559
+ #@ mailchimp-for-wp
560
+ msgid "You have not created any sign-up forms yet. Time to do so!"
561
+ msgstr "Non hai ancora creato alcun modulo di iscrizione. È ora di farlo!"
562
+
563
+ #: includes/tables/class-log-table.php:33
564
+ #@ mailchimp-for-wp
565
+ msgid "Subscriber"
566
+ msgstr "Abbonato"
567
+
568
+ #: includes/tables/class-log-table.php:34
569
+ #@ mailchimp-for-wp
570
+ msgid "Subscribers"
571
+ msgstr "Abbonati"
572
+
573
+ #: includes/tables/class-log-table.php:53
574
+ #@ mailchimp-for-wp
575
+ msgid "Email"
576
+ msgstr "E-M@il"
577
+
578
+ #: includes/tables/class-log-table.php:54
579
+ #@ mailchimp-for-wp
580
+ msgid "List"
581
+ msgstr "Lista"
582
+
583
+ #: includes/tables/class-log-table.php:55
584
+ #@ mailchimp-for-wp
585
+ msgid "Type"
586
+ msgstr "Tipo"
587
+
588
+ #: includes/tables/class-log-table.php:56
589
+ #@ mailchimp-for-wp
590
+ msgid "Source"
591
+ msgstr "Origine"
592
+
593
+ #: includes/tables/class-log-table.php:57
594
+ #@ mailchimp-for-wp
595
+ msgid "Extra data"
596
+ msgstr "Dati Extra"
597
+
598
+ #: includes/tables/class-log-table.php:58
599
+ #@ mailchimp-for-wp
600
+ msgid "Subscribed"
601
+ msgstr "Iscritto"
602
+
603
+ #: includes/tables/class-log-table.php:192
604
+ #: includes/tables/class-log-table.php:196
605
+ #@ mailchimp-for-wp
606
+ msgid "Comment"
607
+ msgstr "Commento"
608
+
609
+ #: includes/tables/class-log-table.php:192
610
+ #@ default
611
+ msgid "deleted"
612
+ msgstr ""
613
+
614
+ #: includes/tables/class-log-table.php:200
615
+ #@ mailchimp-for-wp
616
+ msgid "Registration"
617
+ msgstr "Registrazione"
618
+
619
+ #: includes/tables/class-log-table.php:216
620
+ #@ mailchimp-for-wp
621
+ msgid "MultiSite registration"
622
+ msgstr "Registrazione MultiSito"
623
+
624
+ #: includes/tables/class-log-table.php:220
625
+ #: includes/tables/class-log-table.php:224
626
+ #@ mailchimp-for-wp
627
+ msgid "Checkout"
628
+ msgstr "Cassa"
629
+
630
+ #: includes/tables/class-log-table.php:229
631
+ #@ mailchimp-for-wp
632
+ msgid "Contact Form 7"
633
+ msgstr "Modulo Contatti 7"
634
+
635
+ #: includes/tables/class-log-table.php:233
636
+ #@ mailchimp-for-wp
637
+ msgid "bbPress: New Topic"
638
+ msgstr "bbPress: Nuovo argomento"
639
+
640
+ #: includes/tables/class-log-table.php:237
641
+ #@ mailchimp-for-wp
642
+ msgid "bbPress: New Reply"
643
+ msgstr "bbPress: Nuova risposta"
644
+
645
+ #: includes/tables/class-log-table.php:243
646
+ #@ mailchimp-for-wp
647
+ msgid "Other Form"
648
+ msgstr "Altro modulo"
649
+
650
+ #: includes/tables/class-log-table.php:283
651
+ #@ mailchimp-for-wp
652
+ msgid "No subscribe requests found."
653
+ msgstr "Richieste iscritti non trovate."
654
+
655
+ #: includes/views/metaboxes/optional-form-settings.php:8
656
+ #, php-format
657
+ #@ mailchimp-for-wp
658
+ msgid "Any settings you specify here will override the <a href=\"%s\">general form settings</a>. If no setting is specified, the corresponding general setting value will be used."
659
+ msgstr "Le impostazioni specificate qui sostituiranno la <a href=\"%s\"> impostazioni generali del modulo </a>. Se non viene specificata alcuna impostazione, verrà utilizzato il corrispondente valore di impostazione standard."
660
+
661
+ #: includes/views/metaboxes/optional-form-settings.php:10
662
+ #@ mailchimp-for-wp
663
+ msgid "MailChimp Settings"
664
+ msgstr "Impostazioni MailChimp"
665
+
666
+ #: includes/views/metaboxes/optional-form-settings.php:13
667
+ #: includes/views/pages/admin-checkbox-settings.php:51
668
+ #: includes/views/tabs/admin-forms-general-settings.php:55
669
+ #@ mailchimp-for-wp
670
+ msgid "Double opt-in?"
671
+ msgstr "Doppia conferma?"
672
+
673
+ #: includes/views/metaboxes/optional-form-settings.php:20
674
+ #: includes/views/metaboxes/optional-form-settings.php:34
675
+ #: includes/views/metaboxes/optional-form-settings.php:48
676
+ #: includes/views/metaboxes/optional-form-settings.php:62
677
+ #: includes/views/metaboxes/optional-form-settings.php:79
678
+ #: includes/views/metaboxes/optional-form-settings.php:91
679
+ #@ mailchimp-for-wp
680
+ msgid "Inherit"
681
+ msgstr "Ereditare"
682
+
683
+ #: includes/views/metaboxes/optional-form-settings.php:22
684
+ #: includes/views/pages/admin-checkbox-settings.php:53
685
+ #: includes/views/tabs/admin-forms-general-settings.php:62
686
+ #@ mailchimp-for-wp
687
+ msgid "Select \"yes\" if you want people to confirm their email address before being subscribed (recommended)"
688
+ msgstr "Selezionare \"si\" se si desidera che i clienti debbano confermare il loro indirizzo email, prima di essere iscritti (consigliato)."
689
+
690
+ #: includes/views/metaboxes/optional-form-settings.php:27
691
+ #: includes/views/tabs/admin-forms-general-settings.php:76
692
+ #@ mailchimp-for-wp
693
+ msgid "Update existing subscribers?"
694
+ msgstr "Aggiornare iscritti esistenti?"
695
+
696
+ #: includes/views/metaboxes/optional-form-settings.php:36
697
+ #: includes/views/tabs/admin-forms-general-settings.php:83
698
+ #@ mailchimp-for-wp
699
+ msgid "Select \"yes\" if you want to update existing subscribers (instead of showing the \"already subscribed\" message)."
700
+ msgstr "Selezionare \"si \" se si desidera aggiornare gli abbonati esistenti (invece di mostrare il messaggio \"già iscritto\")."
701
+
702
+ #: includes/views/metaboxes/optional-form-settings.php:41
703
+ #: includes/views/tabs/admin-forms-general-settings.php:87
704
+ #@ mailchimp-for-wp
705
+ msgid "Replace interest groups?"
706
+ msgstr "Sostituire gruppi di interesse?"
707
+
708
+ #: includes/views/metaboxes/optional-form-settings.php:50
709
+ #: includes/views/tabs/admin-forms-general-settings.php:94
710
+ #@ mailchimp-for-wp
711
+ msgid "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)."
712
+ msgstr "Selezionare \"si\" se si desidera sostituire i gruppi di interesse con i gruppi previsti invece di aggiungere i gruppi previsti per i gruppi di interesse del membro (solo quando si aggiorna un abbonato)."
713
+
714
+ #: includes/views/metaboxes/optional-form-settings.php:55
715
+ #: includes/views/pages/admin-checkbox-settings.php:57
716
+ #: includes/views/tabs/admin-forms-general-settings.php:66
717
+ #@ mailchimp-for-wp
718
+ msgid "Send Welcome Email?"
719
+ msgstr "Inviare mail di Benvenuto ?"
720
+
721
+ #: includes/views/metaboxes/optional-form-settings.php:64
722
+ #: includes/views/pages/admin-checkbox-settings.php:64
723
+ #: includes/views/tabs/admin-forms-general-settings.php:73
724
+ #@ mailchimp-for-wp
725
+ msgid "Select \"yes\" if you want to send your lists Welcome Email if a subscribe succeeds (only when double opt-in is disabled)."
726
+ msgstr "Selezionare \"si\" se si desidera inviare \\\"il Benvenuto\\\" alle vostre liste Email (solo se opzione doppia conferma è disabilitata)."
727
+
728
+ #: includes/views/metaboxes/optional-form-settings.php:69
729
+ #@ mailchimp-for-wp
730
+ msgid "Form Settings & Messages"
731
+ msgstr "Modulo Settaggi e Messaggi"
732
+
733
+ #: includes/views/metaboxes/optional-form-settings.php:72
734
+ #: includes/views/tabs/admin-forms-general-settings.php:103
735
+ #@ mailchimp-for-wp
736
+ msgid "Enable AJAX form submission?"
737
+ msgstr "Abilitare il modulo di iscrizione AJAX ?"
738
+
739
+ #: includes/views/metaboxes/optional-form-settings.php:80
740
+ #: includes/views/tabs/admin-forms-general-settings.php:105
741
+ #@ mailchimp-for-wp
742
+ msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
743
+ msgstr "Selezionare \"si\" se si desidera utilizzare AJAX (JavaScript) per inviare i moduli."
744
+
745
+ #: includes/views/metaboxes/optional-form-settings.php:84
746
+ #: includes/views/tabs/admin-forms-general-settings.php:108
747
+ #@ mailchimp-for-wp
748
+ msgid "Hide form after a successful sign-up?"
749
+ msgstr "Nascondere il modulo dopo l'avvenuta iscrizione?"
750
+
751
+ #: includes/views/metaboxes/optional-form-settings.php:93
752
+ #: includes/views/tabs/admin-forms-general-settings.php:110
753
+ #@ mailchimp-for-wp
754
+ msgid "Select \"yes\" to hide the form fields after a successful sign-up."
755
+ msgstr "Selezionare \"si\" per nascondere i campi del modulo dopo l'avvenuta iscrizione."
756
+
757
+ #: includes/views/metaboxes/optional-form-settings.php:97
758
+ #: includes/views/tabs/admin-forms-general-settings.php:113
759
+ #@ mailchimp-for-wp
760
+ msgid "Redirect to URL after successful sign-ups"
761
+ msgstr "Redirect ad URL dopo iscrizione"
762
+
763
+ #: includes/views/metaboxes/optional-form-settings.php:100
764
+ #: includes/views/tabs/admin-forms-general-settings.php:116
765
+ #@ mailchimp-for-wp
766
+ msgid "Leave empty or enter 0 for no redirection. Use complete (absolute) URLs, including <code>http://</code>"
767
+ msgstr "Lasciare vuoto o inserire 0 per nessun reindirizzamento. Utilizzare URL completi (assoluti), incluso <code>http://</code>"
768
+
769
+ #: includes/views/metaboxes/optional-form-settings.php:104
770
+ #@ mailchimp-for-wp
771
+ msgid "Send an email copy of the form data?"
772
+ msgstr "Invia una copia dell'email con i dati del modulo?"
773
+
774
+ #: includes/views/metaboxes/optional-form-settings.php:108
775
+ #@ mailchimp-for-wp
776
+ msgid "Tick \"yes\" if you want to receive an email with the form data for every sign-up request."
777
+ msgstr "Seleziona \"si\" se vuoi ricevere una mail con i dati del modulo per ogni richiesta d'iscrizione."
778
+
779
+ #: includes/views/metaboxes/optional-form-settings.php:111
780
+ #@ mailchimp-for-wp
781
+ msgid "Send the copy to this email:"
782
+ msgstr "Invia una copia a questa E-M@il:"
783
+
784
+ #: includes/views/metaboxes/optional-form-settings.php:117
785
+ #: includes/views/tabs/admin-forms-general-settings.php:119
786
+ #@ mailchimp-for-wp
787
+ msgid "Success message"
788
+ msgstr "Messaggio di conferma"
789
+
790
+ #: includes/views/metaboxes/optional-form-settings.php:121
791
+ #: includes/views/tabs/admin-forms-general-settings.php:124
792
+ #@ mailchimp-for-wp
793
+ msgid "Invalid email address message"
794
+ msgstr "Messagio ibdirizzo E-M@il non valido"
795
+
796
+ #: includes/views/metaboxes/optional-form-settings.php:125
797
+ #: includes/views/tabs/admin-forms-general-settings.php:128
798
+ #@ mailchimp-for-wp
799
+ msgid "Required field missing message"
800
+ msgstr "Messaggio campi mancanti richiesti"
801
+
802
+ #: includes/views/metaboxes/optional-form-settings.php:129
803
+ #: includes/views/tabs/admin-forms-general-settings.php:132
804
+ #@ mailchimp-for-wp
805
+ msgid "Already subscribed message"
806
+ msgstr "Messaggio gia' iscritto"
807
+
808
+ #: includes/views/metaboxes/optional-form-settings.php:134
809
+ #: includes/views/tabs/admin-forms-general-settings.php:138
810
+ #@ mailchimp-for-wp
811
+ msgid "Invalid CAPTCHA message"
812
+ msgstr "Messaggio CAPTCHA non valido"
813
+
814
+ #: includes/views/metaboxes/optional-form-settings.php:139
815
+ #: includes/views/tabs/admin-forms-general-settings.php:143
816
+ #@ mailchimp-for-wp
817
+ msgid "General error message"
818
+ msgstr "Messaggio errore generale"
819
+
820
+ #: includes/views/metaboxes/optional-form-settings.php:145
821
+ #: includes/views/tabs/admin-forms-general-settings.php:148
822
+ #, php-format
823
+ #@ mailchimp-for-wp
824
+ msgid "HTML tags like %s are allowed in the message fields."
825
+ msgstr "I tag HTML come %s sono ammessi nel campo messaggio."
826
+
827
+ #: includes/views/metaboxes/required-form-settings.php:14
828
+ #@ mailchimp-for-wp
829
+ msgid "Lists this form subscribes to"
830
+ msgstr "Elenca questo modulo agli iscritti a"
831
+
832
+ #: includes/views/metaboxes/required-form-settings.php:17
833
+ #: includes/views/pages/admin-checkbox-settings.php:38
834
+ #, php-format
835
+ #@ mailchimp-for-wp
836
+ msgid "No lists found, %sare you connected to MailChimp?%s"
837
+ msgstr "Nessun elenco trovato, %ssei connesso a MailChimp?%s"
838
+
839
+ #: includes/views/metaboxes/required-form-settings.php:29
840
+ #@ mailchimp-for-wp
841
+ msgid "Add a new field"
842
+ msgstr "Aggiungi un nuovo campo"
843
+
844
+ #: includes/views/metaboxes/required-form-settings.php:32
845
+ #@ mailchimp-for-wp
846
+ msgid "Select MailChimp field.."
847
+ msgstr "Seleziona i campi MailChimp.."
848
+
849
+ #: includes/views/metaboxes/required-form-settings.php:36
850
+ #@ mailchimp-for-wp
851
+ msgid "Submit Button"
852
+ msgstr "Pulsante Invio"
853
+
854
+ #: includes/views/metaboxes/required-form-settings.php:37
855
+ #@ mailchimp-for-wp
856
+ msgid "Lists Choice"
857
+ msgstr "Lista scelte"
858
+
859
+ #: includes/views/metaboxes/required-form-settings.php:45
860
+ #@ mailchimp-for-wp
861
+ msgid "Label"
862
+ msgstr "Etichetta"
863
+
864
+ #: includes/views/metaboxes/required-form-settings.php:45
865
+ #: includes/views/metaboxes/required-form-settings.php:50
866
+ #: includes/views/metaboxes/required-form-settings.php:55
867
+ #@ mailchimp-for-wp
868
+ msgid "(optional)"
869
+ msgstr "(opzionale)"
870
+
871
+ #: includes/views/metaboxes/required-form-settings.php:50
872
+ #@ mailchimp-for-wp
873
+ msgid "Placeholder"
874
+ msgstr "Segnaposto"
875
+
876
+ #: includes/views/metaboxes/required-form-settings.php:55
877
+ #@ mailchimp-for-wp
878
+ msgid "Initial value"
879
+ msgstr "Valore iniziale"
880
+
881
+ #: includes/views/metaboxes/required-form-settings.php:60
882
+ #@ mailchimp-for-wp
883
+ msgid "Labels"
884
+ msgstr "Etichette"
885
+
886
+ #: includes/views/metaboxes/required-form-settings.php:60
887
+ #@ mailchimp-for-wp
888
+ msgid "(leave empty to hide)"
889
+ msgstr "(lascia vuoto per nascondere)"
890
+
891
+ #: includes/views/metaboxes/required-form-settings.php:65
892
+ #, php-format
893
+ #@ mailchimp-for-wp
894
+ msgid "Wrap in paragraph %s tags?"
895
+ msgstr "Inserisce nel paragrafo %s tags?"
896
+
897
+ #: includes/views/metaboxes/required-form-settings.php:69
898
+ #@ mailchimp-for-wp
899
+ msgid "Required field?"
900
+ msgstr "Campi obbligatori?"
901
+
902
+ #: includes/views/metaboxes/required-form-settings.php:73
903
+ #@ mailchimp-for-wp
904
+ msgid "Add to form"
905
+ msgstr "Aggiungi al modulo"
906
+
907
+ #: includes/views/metaboxes/required-form-settings.php:77
908
+ #@ mailchimp-for-wp
909
+ msgid "Generated HTML"
910
+ msgstr "Generato HTML"
911
+
912
+ #: includes/views/metaboxes/required-form-settings.php:86
913
+ #@ mailchimp-for-wp
914
+ msgid "Form usage"
915
+ msgstr "Utilizza modulo"
916
+
917
+ #: includes/views/metaboxes/required-form-settings.php:87
918
+ #, php-format
919
+ #@ mailchimp-for-wp
920
+ msgid "Use the shortcode %s to display this form inside a post, page or text widget."
921
+ msgstr "Utilizzare lo shortcode %s per visualizzare questo form all'interno di un post, pagina o il testo del widget."
922
+
923
+ #: includes/views/pages/admin-checkbox-settings.php:11
924
+ #: includes/views/pages/admin-form-settings.php:10
925
+ #: includes/views/pages/admin-general-settings.php:10
926
+ #: includes/views/pages/admin-reports.php:10
927
+ #@ mailchimp-for-wp
928
+ msgid "MailChimp for WordPress"
929
+ msgstr "MailChimp per Wordpress"
930
+
931
+ #: includes/views/pages/admin-checkbox-settings.php:11
932
+ #@ mailchimp-for-wp
933
+ msgid "Checkbox Settings"
934
+ msgstr "Impostazioni Checkbox"
935
+
936
+ #: includes/views/pages/admin-checkbox-settings.php:14
937
+ #@ mailchimp-for-wp
938
+ msgid "To use sign-up checkboxes, select at least one list and one form to add the checkbox to."
939
+ msgstr "Per abilitare l'iscrizione, selezionare almeno una lista e un modulo per aggiungere l'opzione."
940
+
941
+ #: includes/views/pages/admin-checkbox-settings.php:21
942
+ #@ mailchimp-for-wp
943
+ msgid "MailChimp settings for checkboxes"
944
+ msgstr "Impostazioni MailChimp per le checkboxes"
945
+
946
+ #: includes/views/pages/admin-checkbox-settings.php:26
947
+ #@ mailchimp-for-wp
948
+ msgid "If you want to use sign-up checkboxes, select at least one MailChimp list to subscribe people to."
949
+ msgstr "Se si desidera utilizzare l'opzione di iscrizione, selezionare almeno una lista MailChimp per l'iscrizione delle persone."
950
+
951
+ #: includes/views/pages/admin-checkbox-settings.php:34
952
+ #@ mailchimp-for-wp
953
+ msgid "MailChimp Lists"
954
+ msgstr "Liste MailChimp"
955
+
956
+ #: includes/views/pages/admin-checkbox-settings.php:45
957
+ #@ mailchimp-for-wp
958
+ msgid "Select the list(s) to which people who check the checkbox should be subscribed."
959
+ msgstr "Selezionare gli elenchi a cui le persone che selezionano la checkbox devono essere iscritte."
960
+
961
+ #: includes/views/pages/admin-checkbox-settings.php:68
962
+ #@ mailchimp-for-wp
963
+ msgid "Checkbox settings"
964
+ msgstr "Impostazioni Checkbox"
965
+
966
+ #: includes/views/pages/admin-checkbox-settings.php:71
967
+ #@ mailchimp-for-wp
968
+ msgid "Add the checkbox to these forms"
969
+ msgstr "Aggiungi la checkbox a questi moduli"
970
+
971
+ #: includes/views/pages/admin-checkbox-settings.php:78
972
+ #@ mailchimp-for-wp
973
+ msgid "Selecting a form will automatically add the sign-up checkbox to it."
974
+ msgstr "Selezionare il modulo dove si aggiungerà automaticamente la checkbox di iscrizione."
975
+
976
+ #: includes/views/pages/admin-checkbox-settings.php:85
977
+ #, php-format
978
+ #@ mailchimp-for-wp
979
+ msgid "Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 forms.</p>"
980
+ msgstr "Usa %s nel tuo Modulo Contatti 7 per aggiungere una l'opzione d'iscrizione al MC7</p>"
981
+
982
+ #: includes/views/pages/admin-checkbox-settings.php:90
983
+ #@ mailchimp-for-wp
984
+ msgid "Checkbox label text"
985
+ msgstr "Etichetta di testo della Checkbox"
986
+
987
+ #: includes/views/pages/admin-checkbox-settings.php:93
988
+ #: includes/views/pages/admin-checkbox-settings.php:123
989
+ #, php-format
990
+ #@ mailchimp-for-wp
991
+ msgid "HTML tags like %s are allowed in the label text."
992
+ msgstr "I tag HTML come %s sono ammessi nel testo dell'etichetta."
993
+
994
+ #: includes/views/pages/admin-checkbox-settings.php:97
995
+ #@ mailchimp-for-wp
996
+ msgid "Pre-check the checkbox?"
997
+ msgstr "Pre-selezionare l'iscrizione?"
998
+
999
+ #: includes/views/pages/admin-checkbox-settings.php:102
1000
+ #@ mailchimp-for-wp
1001
+ msgid "Load some default CSS?"
1002
+ msgstr "Caricare i file CSS di default?"
1003
+
1004
+ #: includes/views/pages/admin-checkbox-settings.php:104
1005
+ #@ mailchimp-for-wp
1006
+ msgid "Select \"yes\" if the checkbox appears in a weird place."
1007
+ msgstr "Selezionare \"si\" se la casella di controllo deve apparire in un posto bizzarro."
1008
+
1009
+ #: includes/views/pages/admin-checkbox-settings.php:108
1010
+ #: includes/views/pages/admin-checkbox-settings.php:128
1011
+ #: includes/views/tabs/admin-forms-general-settings.php:48
1012
+ #: includes/views/tabs/admin-forms-general-settings.php:152
1013
+ #@ default
1014
+ msgid "Save all changes"
1015
+ msgstr "Salva le modifiche"
1016
+
1017
+ #: includes/views/pages/admin-checkbox-settings.php:111
1018
+ #@ mailchimp-for-wp
1019
+ msgid "Custom label texts"
1020
+ msgstr "Etichetta personalizzata"
1021
+
1022
+ #: includes/views/pages/admin-checkbox-settings.php:112
1023
+ #@ mailchimp-for-wp
1024
+ msgid "Override the default checkbox label text for any given checkbox using the fields below."
1025
+ msgstr "Sostituisci il testo dell'etichetta della checkbox di default per ogni checkboxutilizzando i campi sottostanti."
1026
+
1027
+ #: includes/views/pages/admin-form-settings.php:13
1028
+ #@ mailchimp-for-wp
1029
+ msgid "Forms & Settings"
1030
+ msgstr "Moduli & Settaggi"
1031
+
1032
+ #: includes/views/pages/admin-form-settings.php:14
1033
+ #@ mailchimp-for-wp
1034
+ msgid "CSS Styles Builder"
1035
+ msgstr "Creare stili CSS"
1036
+
1037
+ #: includes/views/pages/admin-general-settings.php:10
1038
+ #@ mailchimp-for-wp
1039
+ msgid "License & API Settings"
1040
+ msgstr "Licenze & Settaggi API"
1041
+
1042
+ #: includes/views/pages/admin-general-settings.php:19
1043
+ #@ mailchimp-for-wp
1044
+ msgid "API Settings"
1045
+ msgstr "Settaggi API"
1046
+
1047
+ #: includes/views/pages/admin-general-settings.php:21
1048
+ #@ mailchimp-for-wp
1049
+ msgid "CONNECTED"
1050
+ msgstr "CONNESSO"
1051
+
1052
+ #: includes/views/pages/admin-general-settings.php:23
1053
+ #@ mailchimp-for-wp
1054
+ msgid "NOT CONNECTED"
1055
+ msgstr "DISCONNESSO"
1056
+
1057
+ #: includes/views/pages/admin-general-settings.php:29
1058
+ #@ mailchimp-for-wp
1059
+ msgid "API Key"
1060
+ msgstr "Chiave API"
1061
+
1062
+ #: includes/views/pages/admin-general-settings.php:31
1063
+ #@ mailchimp-for-wp
1064
+ msgid "Your MailChimp API key"
1065
+ msgstr "La tua chaive API MailChimp"
1066
+
1067
+ #: includes/views/pages/admin-general-settings.php:32
1068
+ #@ mailchimp-for-wp
1069
+ msgid "Get your API key here."
1070
+ msgstr "Ottieni la tua chiave API qui."
1071
+
1072
+ #: includes/views/pages/admin-general-settings.php:48
1073
+ #@ mailchimp-for-wp
1074
+ msgid "MailChimp Data"
1075
+ msgstr "Dati MailChimp"
1076
+
1077
+ #: includes/views/pages/admin-general-settings.php:49
1078
+ #@ mailchimp-for-wp
1079
+ msgid "The table below shows your MailChimp lists data. If you applied changes to your MailChimp lists, please use the following button to renew your cached data."
1080
+ msgstr "La seguente tabella mostra i vostri elenchi in MailChimp. Se applicate le modifichealle vostre liste MailChimp, si prega di utilizzare il seguente pulsante perrinnovare la vostra cache."
1081
+
1082
+ #: includes/views/pages/admin-general-settings.php:55
1083
+ #: includes/views/pages/admin-general-settings.php:126
1084
+ #@ mailchimp-for-wp
1085
+ msgid "Renew MailChimp lists"
1086
+ msgstr "Aggiorna liste MailChimp"
1087
+
1088
+ #: includes/views/pages/admin-general-settings.php:113
1089
+ #@ mailchimp-for-wp
1090
+ msgid "No lists were found in your MailChimp account."
1091
+ msgstr "Nessuna lista trovata nel tuo account MailChimp"
1092
+
1093
+ #: includes/views/pages/admin-reports.php:14
1094
+ #@ mailchimp-for-wp
1095
+ msgid "Statistics"
1096
+ msgstr "Statistiche"
1097
+
1098
+ #: includes/views/pages/admin-reports.php:15
1099
+ #@ mailchimp-for-wp
1100
+ msgid "Log"
1101
+ msgstr ""
1102
+
1103
+ #: includes/views/parts/admin-footer.php:9
1104
+ #, php-format
1105
+ #@ mailchimp-for-wp
1106
+ msgid "Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or email me directly at <a href=\"%s\">support@dannyvankooten.com</a>."
1107
+ msgstr "Hai bisogno di aiuto? Dai un'occhiata alla <a href=\"%s\">documentazione</a> o contattami via E-M@il <a href=\"%s\">support@dannyvankooten.com</a>."
1108
+
1109
+ #: includes/views/parts/admin-text-variables.php:13
1110
+ #@ mailchimp-for-wp
1111
+ msgid "Replaced with the form response (error or success messages)."
1112
+ msgstr "Sostituite con il Modulo di Risposta (messaggi di errore o di successo)."
1113
+
1114
+ #: includes/views/parts/admin-text-variables.php:18
1115
+ #@ mailchimp-for-wp
1116
+ msgid "Replaced with a captcha field."
1117
+ msgstr "Sostituite con il campo captcha."
1118
+
1119
+ #: includes/views/parts/admin-text-variables.php:23
1120
+ #@ mailchimp-for-wp
1121
+ msgid "Replaced with the number of subscribers on the selected list(s)"
1122
+ msgstr "Sostituite con il numero di abbonati della lista/liste selezionata/e"
1123
+
1124
+ #: includes/views/parts/admin-text-variables.php:27
1125
+ #, php-format
1126
+ #@ mailchimp-for-wp
1127
+ msgid "Replaced with the current site language, eg: %s"
1128
+ msgstr "Sostituite con la lingua corrente del sito, eg: %s"
1129
+
1130
+ #: includes/views/parts/admin-text-variables.php:31
1131
+ #@ mailchimp-for-wp
1132
+ msgid "Replaced with the visitor's IP address"
1133
+ msgstr "Sostituite con 'indirizzo IP del visitatore"
1134
+
1135
+ #: includes/views/parts/admin-text-variables.php:35
1136
+ #, php-format
1137
+ #@ mailchimp-for-wp
1138
+ msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
1139
+ msgstr "Sostituite con la data corrente (yyyy/mm/dd eg: %s)"
1140
+
1141
+ #: includes/views/parts/admin-text-variables.php:39
1142
+ #, php-format
1143
+ #@ mailchimp-for-wp
1144
+ msgid "Replaced with the current time (hh:mm:ss eg: %s)"
1145
+ msgstr "Sostituite con l'ora corrente (hh:mm:ss eg: %s)"
1146
+
1147
+ #: includes/views/parts/admin-text-variables.php:43
1148
+ #@ mailchimp-for-wp
1149
+ msgid "Replaced with the logged in user's email (or nothing, if there is no logged in user)"
1150
+ msgstr "Sostituite con l'E-M@il dell'utente (o niente, se non vi è alcun utente collegato)"
1151
+
1152
+ #: includes/views/parts/admin-text-variables.php:47
1153
+ #@ mailchimp-for-wp
1154
+ msgid "First name of the current user"
1155
+ msgstr "Nome dell'utente corrente"
1156
+
1157
+ #: includes/views/parts/admin-text-variables.php:51
1158
+ #@ mailchimp-for-wp
1159
+ msgid "Last name of the current user"
1160
+ msgstr "Cognome dell'utente corrente"
1161
+
1162
+ #: includes/views/parts/admin-text-variables.php:55
1163
+ #@ mailchimp-for-wp
1164
+ msgid "Current user ID"
1165
+ msgstr "Username Corrente"
1166
+
1167
+ #: includes/views/parts/admin-text-variables.php:59
1168
+ #@ mailchimp-for-wp
1169
+ msgid "Current URL"
1170
+ msgstr "URL Corrente"
1171
+
1172
+ #: includes/views/tabs/admin-forms-css-builder.php:10
1173
+ #@ mailchimp-for-wp
1174
+ msgid "Use the fields below to create custom styling rules for your forms."
1175
+ msgstr "Utilizzare i campi qui sotto per creare regole di stile personalizzato per i vostri moduli."
1176
+
1177
+ #: includes/views/tabs/admin-forms-css-builder.php:214
1178
+ #@ mailchimp-for-wp
1179
+ msgid "Build CSS File"
1180
+ msgstr "Crea il file CSS"
1181
+
1182
+ #: includes/views/tabs/admin-forms-css-builder.php:230
1183
+ #, php-format
1184
+ #@ mailchimp-for-wp
1185
+ msgid "Please <a href=\"%s\">create at least 1 form</a> first."
1186
+ msgstr "Perfavore <a href=\"%s\">crea almeno un modulo</a> prima."
1187
+
1188
+ #: includes/views/tabs/admin-forms-css-builder.php:232
1189
+ #@ mailchimp-for-wp
1190
+ msgid "Select form for preview"
1191
+ msgstr "Selezionare il modulo per l'anteprima"
1192
+
1193
+ #: includes/views/tabs/admin-forms-general-settings.php:8
1194
+ #@ mailchimp-for-wp
1195
+ msgid "Sign-Up Forms"
1196
+ msgstr "Moduli iscrizione"
1197
+
1198
+ #: includes/views/tabs/admin-forms-general-settings.php:8
1199
+ #@ mailchimp-for-wp
1200
+ msgid "Create New Form"
1201
+ msgstr "Crea nuovo modulo"
1202
+
1203
+ #: includes/views/tabs/admin-forms-general-settings.php:16
1204
+ #@ mailchimp-for-wp
1205
+ msgid "General form settings"
1206
+ msgstr "Modulo impostazioni generali"
1207
+
1208
+ #: includes/views/tabs/admin-forms-general-settings.php:19
1209
+ #@ mailchimp-for-wp
1210
+ msgid "Load form styles (CSS)?"
1211
+ msgstr "Caricare stili dei moduli (CSS)?"
1212
+
1213
+ #: includes/views/tabs/admin-forms-general-settings.php:23
1214
+ #@ mailchimp-for-wp
1215
+ msgid "Yes, load basic form styles"
1216
+ msgstr "Si, carica il foglio di stile di base"
1217
+
1218
+ #: includes/views/tabs/admin-forms-general-settings.php:24
1219
+ #@ mailchimp-for-wp
1220
+ msgid "Yes, load my custom form styles"
1221
+ msgstr "Si, carica il foglio di stile personalizzato"
1222
+
1223
+ #: includes/views/tabs/admin-forms-general-settings.php:25
1224
+ #@ mailchimp-for-wp
1225
+ msgid "Yes, load default form theme"
1226
+ msgstr "Si, carica il modulo con il tema stardard"
1227
+
1228
+ #: includes/views/tabs/admin-forms-general-settings.php:26
1229
+ #@ mailchimp-for-wp
1230
+ msgid "Light Theme"
1231
+ msgstr "Tema Chiaro"
1232
+
1233
+ #: includes/views/tabs/admin-forms-general-settings.php:27
1234
+ #@ mailchimp-for-wp
1235
+ msgid "Red Theme"
1236
+ msgstr "Tema Rosso"
1237
+
1238
+ #: includes/views/tabs/admin-forms-general-settings.php:28
1239
+ #@ mailchimp-for-wp
1240
+ msgid "Green Theme"
1241
+ msgstr "Tema Verde"
1242
+
1243
+ #: includes/views/tabs/admin-forms-general-settings.php:29
1244
+ #@ mailchimp-for-wp
1245
+ msgid "Blue Theme"
1246
+ msgstr "Tema Blu"
1247
+
1248
+ #: includes/views/tabs/admin-forms-general-settings.php:30
1249
+ #@ mailchimp-for-wp
1250
+ msgid "Dark Theme"
1251
+ msgstr "Tema Scuro"
1252
+
1253
+ #: includes/views/tabs/admin-forms-general-settings.php:31
1254
+ #@ mailchimp-for-wp
1255
+ msgid "Custom Color Theme"
1256
+ msgstr "Colore tema personalizzato"
1257
+
1258
+ #: includes/views/tabs/admin-forms-general-settings.php:36
1259
+ #, php-format
1260
+ #@ mailchimp-for-wp
1261
+ msgid "If you %screated a custom stylesheet%s and want it to be loaded, select \"custom form styles\". Otherwise, choose the basic formatting styles or one of the default themes."
1262
+ msgstr "Se e' stato %screato un foglio di stile personalizzato%s e si vuole che sia caricato,selezionare \"modulo stili personalizzato\". Altrimenti, scegliere uno stile di base o di uno dei temi di default."
1263
+
1264
+ #: includes/views/tabs/admin-forms-general-settings.php:40
1265
+ #@ mailchimp-for-wp
1266
+ msgid "Select Color"
1267
+ msgstr "Seleziona il colore"
1268
+
1269
+ #: includes/views/tabs/admin-forms-general-settings.php:50
1270
+ #@ mailchimp-for-wp
1271
+ msgid "Default MailChimp settings"
1272
+ msgstr "Impostazioni MailChimp iniziali"
1273
+
1274
+ #: includes/views/tabs/admin-forms-general-settings.php:51
1275
+ #: includes/views/tabs/admin-forms-general-settings.php:99
1276
+ #@ mailchimp-for-wp
1277
+ msgid "The following settings apply to <strong>all</strong> forms but can be overridden on a per-form basis."
1278
+ msgstr "Le seguenti impostazioni si applicano a <strong> tutti </ strong> i moduli,ma possono essere sovrascritte su un modulo base."
1279
+
1280
+ #: includes/views/tabs/admin-forms-general-settings.php:98
1281
+ #@ mailchimp-for-wp
1282
+ msgid "Default form settings"
1283
+ msgstr "Modulo impostazioni iniziali"
1284
+
1285
+ #: includes/integrations/class-integration.php:83
1286
+ #@ default
1287
+ msgid "label"
1288
+ msgstr ""
1289
+
1290
+ #: includes/library/license-manager/class-license-manager.php:152
1291
+ #@ mailchimp-for-wp
1292
+ msgid "I know. Don't bug me."
1293
+ msgstr "Lo so."
1294
+
1295
+ #: includes/library/license-manager/views/form.php:37
1296
+ #@ mailchimp-for-wp
1297
+ msgid "Deactivate License"
1298
+ msgstr "Disattivare Licenza"
1299
+
1300
+ #: includes/library/license-manager/views/form.php:42
1301
+ #@ mailchimp-for-wp
1302
+ msgid "Activate License"
1303
+ msgstr "Attivare Licenza"
1304
+
1305
+ #: includes/tables/class-log-table.php:306
1306
+ #@ mailchimp-for-wp
1307
+ msgid "All"
1308
+ msgstr "Tutto"
1309
+
1310
+ #: includes/tables/class-log-table.php:318
1311
+ #@ mailchimp-for-wp
1312
+ msgid "Checkbox"
1313
+ msgstr ""
1314
+
languages/mailchimp-for-wp-nl_NL.mo CHANGED
Binary file
languages/mailchimp-for-wp-nl_NL.po CHANGED
@@ -1,147 +1,148 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MailChimp for WordPress\n"
4
- "POT-Creation-Date: 2014-05-14 22:11+0100\n"
5
- "PO-Revision-Date: 2014-05-14 22:19+0100\n"
6
  "Last-Translator: Danny <hi@dannyvankooten.com>\n"
7
  "Language-Team: Danny van Kooten <hi@dannyvankooten.com>\n"
8
  "Language: en_EN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.5\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-Bookmarks: 90,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../includes/class-admin.php:178
19
  msgid "Settings"
20
  msgstr "Instellingen"
21
 
22
- #: ../includes/class-admin.php:197
23
  msgid "Documentation"
24
  msgstr "Documentatie"
25
 
26
- #: ../includes/class-admin.php:209
27
  msgid "Save Form"
28
  msgstr "Formulier opslaan"
29
 
30
- #: ../includes/class-admin.php:211
31
  msgid "Update Form"
32
  msgstr "Formulier updaten"
33
 
34
- #: ../includes/class-admin.php:248
35
  msgid "Your email address"
36
  msgstr "Jouw emailadres"
37
 
38
- #: ../includes/class-admin.php:249
39
  msgid "Email address"
40
  msgstr "Emailadres"
41
 
42
- #: ../includes/class-admin.php:250
43
  msgid "Sign up"
44
  msgstr "Inschrijven"
45
 
46
- #: ../includes/class-admin.php:261
47
  msgid "Back to general form settings"
48
  msgstr "Terug naar generieke formulier instellingen."
49
 
50
- #: ../includes/class-admin.php:263
51
  msgid "Form updated."
52
  msgstr "Formulier geupdate"
53
 
54
- #: ../includes/class-admin.php:264
55
  msgid "Form saved."
56
  msgstr "Formulier opgeslagen"
57
 
58
- #: ../includes/class-admin.php:321
59
- msgid "Form settings"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  msgstr "Formulier Instellingen"
61
 
62
- #: ../includes/class-admin.php:322
63
- msgid "Optional settings"
 
64
  msgstr "Optionele Instellingen"
65
 
66
- #: ../includes/class-admin.php:323
67
- msgid "Form variables"
 
68
  msgstr "Formulier variabelen"
69
 
70
- #: ../includes/class-admin.php:357
71
  msgid "Use the following variables to add some dynamic content to your form."
72
  msgstr ""
73
  "Gebruik de volgende variabelen om wat dynamische inhoud aan je formulier toe "
74
  "te voegen"
75
 
76
- #: ../includes/class-admin.php:497
77
- #, php-format
78
- msgid ""
79
- "Couldn't create the stylesheet. Manually add the generated CSS to your theme "
80
- "stylesheet by using the %sTheme Editor%s or use FTP and edit <em>%s</em>."
81
- msgstr ""
82
- "De stylesheet kon niet worden gecreëerd. Voeg de gegenereerde CSS manueel "
83
- "toe aan je thema stylesheet door de %sThema Editor%s te gebruiken, of "
84
- "gebruik FTP en wijzig <em>%s</em>"
85
-
86
- #: ../includes/class-admin.php:498
87
- #, php-format
88
- msgid "%sShow CSS%s"
89
- msgstr "%sToon CSS%s"
90
-
91
- #: ../includes/class-admin.php:507
92
- #, php-format
93
- msgid ""
94
- "To apply these styles on your website, select \"load custom form styles\" in "
95
- "the %sform settings%s"
96
- msgstr ""
97
- "Selecteer \"laad custom formulier stijlen\" in de %sformulier instellingen%s "
98
- "om deze stijlen op je website te gebruiken"
99
-
100
- #: ../includes/class-admin.php:508
101
- #, php-format
102
- msgid "The %sCSS Stylesheet%s has been created."
103
- msgstr "De %sCSS Stylesheet%s is gecreëerd. "
104
-
105
- #: ../includes/class-admin.php:524
106
- msgid "General Settings"
107
- msgstr "Algemeen"
108
 
109
- #: ../includes/class-admin.php:525
110
  msgid "Checkboxes"
111
  msgstr "Checkboxes"
112
 
113
- #: ../includes/class-admin.php:526
 
114
  #: ../includes/views/pages/admin-form-settings.php:10
115
  msgid "Forms"
116
  msgstr "Formulieren"
117
 
118
- #: ../includes/class-admin.php:527
119
  #: ../includes/views/pages/admin-reports.php:10
120
  msgid "Reports"
121
  msgstr "Rapporten"
122
 
123
- #: ../includes/class-admin.php:596
124
  msgid "Comment form"
125
  msgstr "Reactieformulier"
126
 
127
- #: ../includes/class-admin.php:597
128
  msgid "Registration form"
129
  msgstr "Registratieformulier"
130
 
131
- #: ../includes/class-admin.php:601
132
  msgid "MultiSite forms"
133
  msgstr "MultiSite formulieren"
134
 
135
- #: ../includes/class-admin.php:605
 
136
  msgid "BuddyPress registration"
137
  msgstr "BuddyPress registratie"
138
 
139
- #: ../includes/class-admin.php:613 ../includes/class-admin.php:617
140
  #, php-format
141
  msgid "%s checkout"
142
  msgstr "%s checkout"
143
 
144
- #: ../includes/class-admin.php:653
145
  #, php-format
146
  msgid ""
147
  "Please make sure the plugin is connected to MailChimp. <a href=\"%s"
@@ -150,7 +151,30 @@ msgstr ""
150
  "Zorg aub dat de plugin een connectie met MailChimp heeft. <a href=\"%s"
151
  "\">Geef een geldige API sleutel in.</a>"
152
 
153
- #: ../includes/class-admin.php:792
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  #, php-format
155
  msgid ""
156
  "<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
@@ -161,22 +185,41 @@ msgstr ""
161
  "uit de Lite versie zijn overgezet, deactiveer <a href=\"%s\">de Lite plugin</"
162
  "a> om problemen te voorkomen."
163
 
164
- #: ../includes/class-admin.php:865
165
- msgid "Renewed MailChimp cache."
166
- msgstr "MailChimp cache met succes vernieuwd."
 
 
 
 
 
 
167
 
168
- #: ../includes/class-admin.php:867
169
- msgid "Failed to renew MailChimp cache - please try again later."
 
 
 
 
 
 
 
 
170
  msgstr ""
171
- "Het is niet gelukt om de MailChimp cache te legen - probeer het alsjeblieft "
172
- "later opnieuw."
 
 
 
 
 
173
 
174
- #: ../includes/class-form-manager.php:248
175
  #, php-format
176
  msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
177
  msgstr "<strong>Fout:</strong> Geef aub een formulier ID in. Example: %s"
178
 
179
- #: ../includes/class-form-manager.php:261
180
  msgid ""
181
  "<strong>Error:</strong> Sign-up form not found. Please check if you used the "
182
  "correct form ID."
@@ -184,28 +227,17 @@ msgstr ""
184
  "<strong>Fout:</strong> Inschrijfformulier niet gevonden. Check aub of je het "
185
  "correcte formulier ID gebruikt hebt."
186
 
187
- #: ../includes/class-form-manager.php:370
188
- #, php-format
189
- msgid ""
190
- "<strong>Admin notice:</strong> you have not yet selected a MailChimp list(s) "
191
- "for this form. <a target=\"_top\" href=\"%s\">Edit this sign-up form</a> and "
192
- "select at least one list."
193
- msgstr ""
194
- "<strong>Admin melding:</strong> je hebt nog geen MailChimp lijst(en) "
195
- "geselecteerd voor dit formulier. <a target=\"_top\" href=\"%s\">Wijzig dit "
196
- "formulier</a> en selecteer ten minste 1 lijst."
197
-
198
- #: ../includes/class-form-manager.php:833
199
  msgid "New Sign-Up"
200
  msgstr "Nieuwe inschrijving"
201
 
202
- #: ../includes/class-form-manager.php:834
203
  #, php-format
204
  msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
205
  msgstr ""
206
  "<strong>%s</strong> schreef zich om %s op %s in met het formulier \"%s\""
207
 
208
- #: ../includes/class-form-manager.php:873
209
  msgid "This email was auto-sent by the MailChimp for WordPress plugin."
210
  msgstr "Deze email is gestuurd door de MailChimp for WordPress plugin."
211
 
@@ -252,9 +284,10 @@ msgid "Sign me up for the newsletter!"
252
  msgstr "Schrijf me in voor de nieuwsbrief!"
253
 
254
  #: ../includes/functions/general.php:42
 
255
  msgid ""
256
- "Thank you, your sign-up request was successful! Please check your e-mail "
257
- "inbox."
258
  msgstr ""
259
  "Dankjewel, je inschrijfverzoek was succesvol. Controleer aub uw email inbox."
260
 
@@ -274,6 +307,10 @@ msgstr "Dit emailadres is reeds ingeschreven, dankjewel!"
274
  msgid "Please complete the CAPTCHA."
275
  msgstr "Vul aub een geldige CAPTCHA in."
276
 
 
 
 
 
277
  #: ../includes/integrations/class-cf7.php:44
278
  #: ../includes/views/metaboxes/optional-form-settings.php:16
279
  #: ../includes/views/metaboxes/optional-form-settings.php:30
@@ -284,8 +321,8 @@ msgstr "Vul aub een geldige CAPTCHA in."
284
  #: ../includes/views/metaboxes/optional-form-settings.php:106
285
  #: ../includes/views/pages/admin-checkbox-settings.php:52
286
  #: ../includes/views/pages/admin-checkbox-settings.php:60
287
- #: ../includes/views/pages/admin-checkbox-settings.php:90
288
- #: ../includes/views/pages/admin-checkbox-settings.php:95
289
  #: ../includes/views/tabs/admin-forms-general-settings.php:58
290
  #: ../includes/views/tabs/admin-forms-general-settings.php:69
291
  #: ../includes/views/tabs/admin-forms-general-settings.php:79
@@ -305,8 +342,8 @@ msgstr "Ja"
305
  #: ../includes/views/metaboxes/optional-form-settings.php:107
306
  #: ../includes/views/pages/admin-checkbox-settings.php:52
307
  #: ../includes/views/pages/admin-checkbox-settings.php:62
308
- #: ../includes/views/pages/admin-checkbox-settings.php:90
309
- #: ../includes/views/pages/admin-checkbox-settings.php:95
310
  #: ../includes/views/tabs/admin-forms-general-settings.php:22
311
  #: ../includes/views/tabs/admin-forms-general-settings.php:60
312
  #: ../includes/views/tabs/admin-forms-general-settings.php:71
@@ -317,7 +354,7 @@ msgstr "Ja"
317
  msgid "No"
318
  msgstr "Nee"
319
 
320
- #: ../includes/library/license-manager/class-license-manager.php:132
321
  #, php-format
322
  msgid ""
323
  "<b>Warning!</b> You're blocking external requests which means you won't be "
@@ -326,22 +363,22 @@ msgstr ""
326
  "<b>Waarschuwing!</b> Je blokkeert externe requests wat betekent dat je geen "
327
  "updates voor %s kunt ontvangen. Voeg aub %s toe aan %s."
328
 
329
- #: ../includes/library/license-manager/class-license-manager.php:175
330
  #, php-format
331
  msgid "Your %s license has been activated. You have an unlimited license. "
332
  msgstr "Je %s licentie is geactiveerd. Je hebt een ongelimiteerde licentie"
333
 
334
- #: ../includes/library/license-manager/class-license-manager.php:177
335
  #, php-format
336
  msgid "Your %s license has been activated. You have used %d/%d activations. "
337
  msgstr "Je %s licentie is geactiveerd. Je hebt %d/%d activaties gebruikt."
338
 
339
- #: ../includes/library/license-manager/class-license-manager.php:182
340
  #, php-format
341
  msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
342
  msgstr "<a href=\"%s\">Wist je dat je je licentie kon upgraden?</a>"
343
 
344
- #: ../includes/library/license-manager/class-license-manager.php:186
345
  #, php-format
346
  msgid ""
347
  "<a href=\"%s\">Your license is expiring in %d days, would you like to extend "
@@ -349,7 +386,7 @@ msgid ""
349
  msgstr ""
350
  "<a href=\"%s\">Je licentie verloopt in %d dagen, wil je deze verlengen?</a>"
351
 
352
- #: ../includes/library/license-manager/class-license-manager.php:195
353
  #, php-format
354
  msgid ""
355
  "You've reached your activation limit. You must <a href=\"%s\">upgrade your "
@@ -358,7 +395,7 @@ msgstr ""
358
  "Je zit aan je activatie limiet. Je moet je <a href=\"%s\">licentie upgraden</"
359
  "a> om deze op deze website te kunnen gebruiken."
360
 
361
- #: ../includes/library/license-manager/class-license-manager.php:198
362
  #, php-format
363
  msgid ""
364
  "Your license has expired. You must <a href=\"%s\">extend your license</a> in "
@@ -367,40 +404,31 @@ msgstr ""
367
  "Je licentie is verlopen. Je moet je <a href=\"%s\">licentie verlengen</a> om "
368
  "deze weer te kunnen gebruiken."
369
 
370
- #: ../includes/library/license-manager/class-license-manager.php:201
371
  msgid "Failed to activate your license, your license key seems to be invalid."
372
  msgstr "Je licentie lijkt invalide te zijn."
373
 
374
- #: ../includes/library/license-manager/class-license-manager.php:225
375
  #, php-format
376
  msgid "Your %s license has been deactivated."
377
  msgstr "Je %s licentie is gedeactiveerd."
378
 
379
- #: ../includes/library/license-manager/class-license-manager.php:227
380
  #, php-format
381
  msgid "Failed to deactivate your %s license."
382
  msgstr "Het is niet gelukt je %s licentie te deactiveren."
383
 
384
- #: ../includes/library/license-manager/class-license-manager.php:262
385
  #, php-format
386
  msgid "Request error: \"%s\""
387
  msgstr "Request fout: \"%s\""
388
 
389
- #: ../includes/library/license-manager/class-license-manager.php:420
390
  #, php-format
391
  msgid "%s: License Settings"
392
  msgstr "%s: Licentie Instellingen"
393
 
394
- #: ../includes/library/license-manager/class-plugin-license-manager.php:72
395
- #, php-format
396
- msgid ""
397
- "%s is network activated, you can manage your license in the <a href=\"%s"
398
- "\">network admin license page</a>."
399
- msgstr ""
400
- "%s is netwerk-geactiveerd. Je kunt je licenties beheren in de <a href=\"%s"
401
- "\">network admin licentie pagina</a>."
402
-
403
- #: ../includes/library/license-manager/class-plugin-license-manager.php:74
404
  #, php-format
405
  msgid ""
406
  "%s is network activated, please contact your site administrator to manage "
@@ -409,7 +437,7 @@ msgstr ""
409
  "%s is netwerk-geactiveerd. Neem aub contact op met je site admin om je "
410
  "licentie te beheren."
411
 
412
- #: ../includes/library/license-manager/class-update-manager.php:83
413
  #, php-format
414
  msgid ""
415
  "%s failed to check for updates because of the following error: <em>%s</em>"
@@ -417,7 +445,7 @@ msgstr ""
417
  "Het lukte %s niet om voor updates te checken door de volgende fout: <em>%s</"
418
  "em>"
419
 
420
- #: ../includes/library/license-manager/class-update-manager.php:148
421
  msgid ""
422
  "This site has not been activated properly on dannyvankooten.com and thus "
423
  "cannot check for future updates. Please activate your site with a valid "
@@ -450,8 +478,8 @@ msgid "License Key"
450
  msgstr "Licentiecode"
451
 
452
  #: ../includes/library/license-manager/views/form.php:54
453
- #, php-format
454
- msgid "Paste your %s license key here.."
455
  msgstr "Plak je %s licentie hier.."
456
 
457
  #: ../includes/library/license-manager/views/form.php:56
@@ -471,17 +499,15 @@ msgid "%sRenew your license now%s."
471
  msgstr "%sVernieuw je licentie nu%s"
472
 
473
  #: ../includes/tables/class-forms-table.php:19
474
- msgid "Sign-Up Form"
475
- msgstr "Inschrijfformulier"
476
-
477
- #: ../includes/tables/class-forms-table.php:20
478
- msgid "Sign-up Forms"
479
- msgstr "MailChimp inschrijfformulieren"
480
-
481
  #: ../includes/tables/class-forms-table.php:36
 
482
  msgid "Form"
483
  msgstr "Formulier"
484
 
 
 
 
 
485
  #: ../includes/tables/class-forms-table.php:37
486
  msgid "Shortcode"
487
  msgstr "Shortcode"
@@ -494,43 +520,100 @@ msgstr "Lijst(en)"
494
  msgid "Last edited"
495
  msgstr "Laatst gewijzigd"
496
 
497
- #: ../includes/tables/class-forms-table.php:103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
498
  msgid "You have not created any sign-up forms yet. Time to do so!"
499
  msgstr "Je hebt nog geen inschrijfformulieren gemaakt. Ga 'ns wat doen!"
500
 
501
- #: ../includes/tables/class-log-table.php:23
502
  msgid "Subscriber"
503
- msgstr ""
504
 
505
- #: ../includes/tables/class-log-table.php:24
506
  msgid "Subscribers"
507
- msgstr ""
508
 
509
- #: ../includes/tables/class-log-table.php:44
510
  msgid "Email"
511
  msgstr "Emailadres"
512
 
513
- #: ../includes/tables/class-log-table.php:45
514
  msgid "List"
515
  msgstr "Lijst"
516
 
517
- #: ../includes/tables/class-log-table.php:46
518
  msgid "Type"
519
  msgstr "Type"
520
 
521
- #: ../includes/tables/class-log-table.php:47
522
  msgid "Source"
523
  msgstr "Bron"
524
 
525
- #: ../includes/tables/class-log-table.php:48
526
  msgid "Extra data"
527
  msgstr "Extra data"
528
 
529
- #: ../includes/tables/class-log-table.php:49
530
  msgid "Subscribed"
531
  msgstr "Ingeschreven"
532
 
533
- #: ../includes/tables/class-log-table.php:258
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
534
  msgid "No subscribe requests found."
535
  msgstr "Geen inschrijfverzoeken gevonden."
536
 
@@ -684,27 +767,33 @@ msgid "Success message"
684
  msgstr "Succesmelding"
685
 
686
  #: ../includes/views/metaboxes/optional-form-settings.php:121
687
- #: ../includes/views/tabs/admin-forms-general-settings.php:123
688
- msgid "General error message"
689
- msgstr "Foutmelding"
690
-
691
- #: ../includes/views/metaboxes/optional-form-settings.php:125
692
- #: ../includes/views/tabs/admin-forms-general-settings.php:127
693
  msgid "Invalid email address message"
694
  msgstr "Foutief emailadres"
695
 
 
 
 
 
 
 
696
  #: ../includes/views/metaboxes/optional-form-settings.php:129
697
- #: ../includes/views/tabs/admin-forms-general-settings.php:131
698
  msgid "Already subscribed message"
699
  msgstr "Reeds ingeschreven"
700
 
701
  #: ../includes/views/metaboxes/optional-form-settings.php:134
702
- #: ../includes/views/tabs/admin-forms-general-settings.php:136
703
  msgid "Invalid CAPTCHA message"
704
  msgstr "Foutieve CAPTCHA melding"
705
 
706
- #: ../includes/views/metaboxes/optional-form-settings.php:141
707
- #: ../includes/views/tabs/admin-forms-general-settings.php:142
 
 
 
 
 
708
  #, php-format
709
  msgid "HTML tags like %s are allowed in the message fields."
710
  msgstr "HTML tags als %s zijn toegestaan in de meldingteksten."
@@ -747,7 +836,7 @@ msgstr "(optioneel)"
747
 
748
  #: ../includes/views/metaboxes/required-form-settings.php:50
749
  msgid "Placeholder"
750
- msgstr ""
751
 
752
  #: ../includes/views/metaboxes/required-form-settings.php:55
753
  msgid "Initial value"
@@ -755,7 +844,7 @@ msgstr "Initiële waarde"
755
 
756
  #: ../includes/views/metaboxes/required-form-settings.php:60
757
  msgid "Labels"
758
- msgstr ""
759
 
760
  #: ../includes/views/metaboxes/required-form-settings.php:60
761
  msgid "(leave empty to hide)"
@@ -847,40 +936,49 @@ msgstr ""
847
  "Aan de formulieren die je hier selecteert wordt automatisch een \"schrijf je "
848
  "in\" checkbox toegevoegd."
849
 
850
- #: ../includes/views/pages/admin-checkbox-settings.php:82
 
 
 
 
 
 
 
 
 
851
  msgid "Checkbox label text"
852
  msgstr "Checkbox label tekst"
853
 
854
- #: ../includes/views/pages/admin-checkbox-settings.php:85
855
- #: ../includes/views/pages/admin-checkbox-settings.php:115
856
  #, php-format
857
  msgid "HTML tags like %s are allowed in the label text."
858
  msgstr "HTML tags als %s zijn toegestaan in de label tekst."
859
 
860
- #: ../includes/views/pages/admin-checkbox-settings.php:89
861
  msgid "Pre-check the checkbox?"
862
  msgstr "Vink de checkbox standaard aan?"
863
 
864
- #: ../includes/views/pages/admin-checkbox-settings.php:94
865
  msgid "Load some default CSS?"
866
  msgstr "Laad standaard CSS?"
867
 
868
- #: ../includes/views/pages/admin-checkbox-settings.php:96
869
  msgid "Select \"yes\" if the checkbox appears in a weird place."
870
  msgstr "Selecteer \"ja\" als de checkbox op een vreemde plaats verschijnt."
871
 
872
- #: ../includes/views/pages/admin-checkbox-settings.php:100
873
- #: ../includes/views/pages/admin-checkbox-settings.php:120
874
  #: ../includes/views/tabs/admin-forms-general-settings.php:48
875
- #: ../includes/views/tabs/admin-forms-general-settings.php:146
876
  msgid "Save all changes"
877
  msgstr "Alle wijzigingen opslaan"
878
 
879
- #: ../includes/views/pages/admin-checkbox-settings.php:103
880
  msgid "Custom label texts"
881
  msgstr "Custom label teksten"
882
 
883
- #: ../includes/views/pages/admin-checkbox-settings.php:104
884
  msgid ""
885
  "Override the default checkbox label text for any given checkbox using the "
886
  "fields below."
@@ -939,11 +1037,11 @@ msgstr ""
939
  "volgende button gebruiken om je configuratie opnieuw in te laden."
940
 
941
  #: ../includes/views/pages/admin-general-settings.php:55
942
- #: ../includes/views/pages/admin-general-settings.php:133
943
  msgid "Renew MailChimp lists"
944
  msgstr "Vernieuw MailChimp lijsten"
945
 
946
- #: ../includes/views/pages/admin-general-settings.php:120
947
  msgid "No lists were found in your MailChimp account."
948
  msgstr "Er zijn geen lijsten gevonden in je MailChimp account."
949
 
@@ -955,34 +1053,47 @@ msgstr "Statistieken"
955
  msgid "Log"
956
  msgstr "Log"
957
 
958
- #: ../includes/views/parts/admin-footer.php:8
959
  #, php-format
960
  msgid ""
961
- "Need help? Email me directly at <a href=\"%s\">support@dannyvankooten.com</"
962
- "a>. Please include your website URL and as many details as possible."
963
  msgstr ""
964
- "Hulp nodig? Email me rechtstreeks op <a href=\"%s\">support@dannyvankooten."
965
- "com</a>. Vermeld aub je website URL en zoveel mogelijk details."
 
 
 
 
 
 
 
 
966
 
967
- #: ../includes/views/parts/admin-text-variables.php:11
968
  msgid "Replaced with the number of subscribers on the selected list(s)"
969
  msgstr "Vervangen door het aantal subscribers op de geselecteerde lijst(en)"
970
 
971
- #: ../includes/views/parts/admin-text-variables.php:15
 
 
 
 
 
972
  msgid "Replaced with the visitor's IP address"
973
  msgstr "Vervangen door het IP-adres van de bezoeker"
974
 
975
- #: ../includes/views/parts/admin-text-variables.php:19
976
  #, php-format
977
  msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
978
  msgstr "Vervangen door de huidige datum (jjjj/mm/dd bijv: %s)"
979
 
980
- #: ../includes/views/parts/admin-text-variables.php:23
981
  #, php-format
982
  msgid "Replaced with the current time (hh:mm:ss eg: %s)"
983
  msgstr "Vervangen door de huidige tijd (uu:mm:ss bijv: %s)"
984
 
985
- #: ../includes/views/parts/admin-text-variables.php:27
986
  msgid ""
987
  "Replaced with the logged in user's email (or nothing, if there is no logged "
988
  "in user)"
@@ -990,23 +1101,19 @@ msgstr ""
990
  "Vervangen door het emailadres van de ingelogde gebruiker (of niets wanneer "
991
  "de bezoeker niet ingelogd is)"
992
 
993
- #: ../includes/views/parts/admin-text-variables.php:31
994
- msgid "Display name of the current user"
995
- msgstr "Naam van de ingelogde bezoeker"
996
-
997
- #: ../includes/views/parts/admin-text-variables.php:35
998
  msgid "First name of the current user"
999
  msgstr "Voornaam van de ingelogde bezoeker"
1000
 
1001
- #: ../includes/views/parts/admin-text-variables.php:39
1002
  msgid "Last name of the current user"
1003
  msgstr "Achternaam van de ingelogde bezoeker"
1004
 
1005
- #: ../includes/views/parts/admin-text-variables.php:43
1006
  msgid "Current user ID"
1007
  msgstr "ID van de ingelogde bezoeker"
1008
 
1009
- #: ../includes/views/parts/admin-text-variables.php:47
1010
  msgid "Current URL"
1011
  msgstr "Huidige URL"
1012
 
@@ -1020,6 +1127,16 @@ msgstr ""
1020
  msgid "Build CSS File"
1021
  msgstr "Genereer CSS Stylesheet"
1022
 
 
 
 
 
 
 
 
 
 
 
1023
  #: ../includes/views/tabs/admin-forms-general-settings.php:8
1024
  msgid "Sign-Up Forms"
1025
  msgstr "MailChimp inschrijfformulieren"
@@ -1104,6 +1221,42 @@ msgstr ""
1104
  msgid "Default form settings"
1105
  msgstr "Standaard formulier instellingen"
1106
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1107
  #, fuzzy
1108
  #~ msgid "Load styles or theme?"
1109
  #~ msgstr "Laad formulier stijlen?"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MailChimp for WordPress\n"
4
+ "POT-Creation-Date: 2014-08-12 15:12+0100\n"
5
+ "PO-Revision-Date: 2014-08-12 15:17+0100\n"
6
  "Last-Translator: Danny <hi@dannyvankooten.com>\n"
7
  "Language-Team: Danny van Kooten <hi@dannyvankooten.com>\n"
8
  "Language: en_EN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.7\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-Bookmarks: 90,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../includes/admin/class-admin.php:183
19
  msgid "Settings"
20
  msgstr "Instellingen"
21
 
22
+ #: ../includes/admin/class-admin.php:202
23
  msgid "Documentation"
24
  msgstr "Documentatie"
25
 
26
+ #: ../includes/admin/class-admin.php:245
27
  msgid "Save Form"
28
  msgstr "Formulier opslaan"
29
 
30
+ #: ../includes/admin/class-admin.php:249
31
  msgid "Update Form"
32
  msgstr "Formulier updaten"
33
 
34
+ #: ../includes/admin/class-admin.php:282
35
  msgid "Your email address"
36
  msgstr "Jouw emailadres"
37
 
38
+ #: ../includes/admin/class-admin.php:283
39
  msgid "Email address"
40
  msgstr "Emailadres"
41
 
42
+ #: ../includes/admin/class-admin.php:284
43
  msgid "Sign up"
44
  msgstr "Inschrijven"
45
 
46
+ #: ../includes/admin/class-admin.php:300
47
  msgid "Back to general form settings"
48
  msgstr "Terug naar generieke formulier instellingen."
49
 
50
+ #: ../includes/admin/class-admin.php:302
51
  msgid "Form updated."
52
  msgstr "Formulier geupdate"
53
 
54
+ #: ../includes/admin/class-admin.php:303
55
  msgid "Form saved."
56
  msgstr "Formulier opgeslagen"
57
 
58
+ #: ../includes/admin/class-admin.php:311
59
+ #, php-format
60
+ msgid "An EMAIL field. Example: <code>%s</code>"
61
+ msgstr "Een EMAIL veld. Voorbeeld: <code>%s</code>"
62
+
63
+ #: ../includes/admin/class-admin.php:317
64
+ #, php-format
65
+ msgid "A submit button. Example: <code>%s</code>"
66
+ msgstr "Een verzendknop. Voorbeeld: <code>%s</code>"
67
+
68
+ #: ../includes/admin/class-admin.php:317
69
+ #, fuzzy
70
+ msgid "Sign Up"
71
+ msgstr "Inschrijven"
72
+
73
+ #: ../includes/admin/class-admin.php:345
74
+ #, php-format
75
+ msgid "A '%s' field"
76
+ msgstr "Een '%s' veld"
77
+
78
+ #: ../includes/admin/class-admin.php:357
79
+ msgid "Your form is missing the following (required) form fields:"
80
+ msgstr "Je formulier mist de volgende (verplichte) velden:"
81
+
82
+ #: ../includes/admin/class-admin.php:429
83
+ #, fuzzy
84
+ msgid "Form Settings"
85
  msgstr "Formulier Instellingen"
86
 
87
+ #: ../includes/admin/class-admin.php:430
88
+ #, fuzzy
89
+ msgid "Optional Settings"
90
  msgstr "Optionele Instellingen"
91
 
92
+ #: ../includes/admin/class-admin.php:431
93
+ #, fuzzy
94
+ msgid "Form Variables"
95
  msgstr "Formulier variabelen"
96
 
97
+ #: ../includes/admin/class-admin.php:465
98
  msgid "Use the following variables to add some dynamic content to your form."
99
  msgstr ""
100
  "Gebruik de volgende variabelen om wat dynamische inhoud aan je formulier toe "
101
  "te voegen"
102
 
103
+ #: ../includes/admin/class-admin.php:547
104
+ #, fuzzy
105
+ msgid "MailChimp & License"
106
+ msgstr "MailChimp Lijsten"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
 
108
+ #: ../includes/admin/class-admin.php:548
109
  msgid "Checkboxes"
110
  msgstr "Checkboxes"
111
 
112
+ #: ../includes/admin/class-admin.php:549
113
+ #: ../includes/tables/class-forms-table.php:20
114
  #: ../includes/views/pages/admin-form-settings.php:10
115
  msgid "Forms"
116
  msgstr "Formulieren"
117
 
118
+ #: ../includes/admin/class-admin.php:550
119
  #: ../includes/views/pages/admin-reports.php:10
120
  msgid "Reports"
121
  msgstr "Rapporten"
122
 
123
+ #: ../includes/admin/class-admin.php:634
124
  msgid "Comment form"
125
  msgstr "Reactieformulier"
126
 
127
+ #: ../includes/admin/class-admin.php:635
128
  msgid "Registration form"
129
  msgstr "Registratieformulier"
130
 
131
+ #: ../includes/admin/class-admin.php:639
132
  msgid "MultiSite forms"
133
  msgstr "MultiSite formulieren"
134
 
135
+ #: ../includes/admin/class-admin.php:643
136
+ #: ../includes/tables/class-log-table.php:212
137
  msgid "BuddyPress registration"
138
  msgstr "BuddyPress registratie"
139
 
140
+ #: ../includes/admin/class-admin.php:651 ../includes/admin/class-admin.php:655
141
  #, php-format
142
  msgid "%s checkout"
143
  msgstr "%s checkout"
144
 
145
+ #: ../includes/admin/class-admin.php:689
146
  #, php-format
147
  msgid ""
148
  "Please make sure the plugin is connected to MailChimp. <a href=\"%s"
151
  "Zorg aub dat de plugin een connectie met MailChimp heeft. <a href=\"%s"
152
  "\">Geef een geldige API sleutel in.</a>"
153
 
154
+ #: ../includes/admin/class-admin.php:699
155
+ msgid "Renewed MailChimp cache."
156
+ msgstr "MailChimp cache met succes vernieuwd."
157
+
158
+ #: ../includes/admin/class-admin.php:701
159
+ msgid "Failed to renew MailChimp cache - please try again later."
160
+ msgstr ""
161
+ "Het is niet gelukt om de MailChimp cache te legen - probeer het alsjeblieft "
162
+ "later opnieuw."
163
+
164
+ #: ../includes/admin/class-admin.php:779
165
+ msgid "End date can't be before the start date"
166
+ msgstr "Einddatum kan niet vóór de startdatum liggen"
167
+
168
+ #: ../includes/admin/class-admin.php:811
169
+ #, php-format
170
+ msgid ""
171
+ "You disabled logging using the %s filter. Re-enable it to use the Reports "
172
+ "page."
173
+ msgstr ""
174
+ "Je hebt logging uitgeschakeld met behulp van de %s filter. Om de Reports "
175
+ "pagina te kunnen gebruiken moet logging ingeschakeld zijn."
176
+
177
+ #: ../includes/admin/class-admin.php:827
178
  #, php-format
179
  msgid ""
180
  "<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
185
  "uit de Lite versie zijn overgezet, deactiveer <a href=\"%s\">de Lite plugin</"
186
  "a> om problemen te voorkomen."
187
 
188
+ #: ../includes/admin/class-css-builder.php:270
189
+ #, php-format
190
+ msgid ""
191
+ "Couldn't create the stylesheet. Manually add the generated CSS to your theme "
192
+ "stylesheet by using the %sTheme Editor%s or use FTP and edit <em>%s</em>."
193
+ msgstr ""
194
+ "De stylesheet kon niet worden gecreëerd. Voeg de gegenereerde CSS manueel "
195
+ "toe aan je thema stylesheet door de %sThema Editor%s te gebruiken, of "
196
+ "gebruik FTP en wijzig <em>%s</em>"
197
 
198
+ #: ../includes/admin/class-css-builder.php:271
199
+ #, fuzzy, php-format
200
+ msgid "%sShow generated CSS%s"
201
+ msgstr "%sToon CSS%s"
202
+
203
+ #: ../includes/admin/class-css-builder.php:281
204
+ #, php-format
205
+ msgid ""
206
+ "To apply these styles on your website, select \"load custom form styles\" in "
207
+ "the %sform settings%s"
208
  msgstr ""
209
+ "Selecteer \"laad custom formulier stijlen\" in de %sformulier instellingen%s "
210
+ "om deze stijlen op je website te gebruiken"
211
+
212
+ #: ../includes/admin/class-css-builder.php:282
213
+ #, php-format
214
+ msgid "The %sCSS Stylesheet%s has been created."
215
+ msgstr "De %sCSS Stylesheet%s is gecreëerd. "
216
 
217
+ #: ../includes/class-form-manager.php:238
218
  #, php-format
219
  msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
220
  msgstr "<strong>Fout:</strong> Geef aub een formulier ID in. Example: %s"
221
 
222
+ #: ../includes/class-form-manager.php:252
223
  msgid ""
224
  "<strong>Error:</strong> Sign-up form not found. Please check if you used the "
225
  "correct form ID."
227
  "<strong>Fout:</strong> Inschrijfformulier niet gevonden. Check aub of je het "
228
  "correcte formulier ID gebruikt hebt."
229
 
230
+ #: ../includes/class-form-request.php:453
 
 
 
 
 
 
 
 
 
 
 
231
  msgid "New Sign-Up"
232
  msgstr "Nieuwe inschrijving"
233
 
234
+ #: ../includes/class-form-request.php:454
235
  #, php-format
236
  msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
237
  msgstr ""
238
  "<strong>%s</strong> schreef zich om %s op %s in met het formulier \"%s\""
239
 
240
+ #: ../includes/class-form-request.php:493
241
  msgid "This email was auto-sent by the MailChimp for WordPress plugin."
242
  msgstr "Deze email is gestuurd door de MailChimp for WordPress plugin."
243
 
284
  msgstr "Schrijf me in voor de nieuwsbrief!"
285
 
286
  #: ../includes/functions/general.php:42
287
+ #, fuzzy
288
  msgid ""
289
+ "Thank you, your sign-up request was successful! Please check your email "
290
+ "inbox to confirm."
291
  msgstr ""
292
  "Dankjewel, je inschrijfverzoek was succesvol. Controleer aub uw email inbox."
293
 
307
  msgid "Please complete the CAPTCHA."
308
  msgstr "Vul aub een geldige CAPTCHA in."
309
 
310
+ #: ../includes/functions/general.php:47
311
+ msgid "Please fill in the required fields."
312
+ msgstr "Vul aub de verplichte velden in."
313
+
314
  #: ../includes/integrations/class-cf7.php:44
315
  #: ../includes/views/metaboxes/optional-form-settings.php:16
316
  #: ../includes/views/metaboxes/optional-form-settings.php:30
321
  #: ../includes/views/metaboxes/optional-form-settings.php:106
322
  #: ../includes/views/pages/admin-checkbox-settings.php:52
323
  #: ../includes/views/pages/admin-checkbox-settings.php:60
324
+ #: ../includes/views/pages/admin-checkbox-settings.php:98
325
+ #: ../includes/views/pages/admin-checkbox-settings.php:103
326
  #: ../includes/views/tabs/admin-forms-general-settings.php:58
327
  #: ../includes/views/tabs/admin-forms-general-settings.php:69
328
  #: ../includes/views/tabs/admin-forms-general-settings.php:79
342
  #: ../includes/views/metaboxes/optional-form-settings.php:107
343
  #: ../includes/views/pages/admin-checkbox-settings.php:52
344
  #: ../includes/views/pages/admin-checkbox-settings.php:62
345
+ #: ../includes/views/pages/admin-checkbox-settings.php:98
346
+ #: ../includes/views/pages/admin-checkbox-settings.php:103
347
  #: ../includes/views/tabs/admin-forms-general-settings.php:22
348
  #: ../includes/views/tabs/admin-forms-general-settings.php:60
349
  #: ../includes/views/tabs/admin-forms-general-settings.php:71
354
  msgid "No"
355
  msgstr "Nee"
356
 
357
+ #: ../includes/library/license-manager/class-license-manager.php:158
358
  #, php-format
359
  msgid ""
360
  "<b>Warning!</b> You're blocking external requests which means you won't be "
363
  "<b>Waarschuwing!</b> Je blokkeert externe requests wat betekent dat je geen "
364
  "updates voor %s kunt ontvangen. Voeg aub %s toe aan %s."
365
 
366
+ #: ../includes/library/license-manager/class-license-manager.php:201
367
  #, php-format
368
  msgid "Your %s license has been activated. You have an unlimited license. "
369
  msgstr "Je %s licentie is geactiveerd. Je hebt een ongelimiteerde licentie"
370
 
371
+ #: ../includes/library/license-manager/class-license-manager.php:203
372
  #, php-format
373
  msgid "Your %s license has been activated. You have used %d/%d activations. "
374
  msgstr "Je %s licentie is geactiveerd. Je hebt %d/%d activaties gebruikt."
375
 
376
+ #: ../includes/library/license-manager/class-license-manager.php:208
377
  #, php-format
378
  msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
379
  msgstr "<a href=\"%s\">Wist je dat je je licentie kon upgraden?</a>"
380
 
381
+ #: ../includes/library/license-manager/class-license-manager.php:212
382
  #, php-format
383
  msgid ""
384
  "<a href=\"%s\">Your license is expiring in %d days, would you like to extend "
386
  msgstr ""
387
  "<a href=\"%s\">Je licentie verloopt in %d dagen, wil je deze verlengen?</a>"
388
 
389
+ #: ../includes/library/license-manager/class-license-manager.php:221
390
  #, php-format
391
  msgid ""
392
  "You've reached your activation limit. You must <a href=\"%s\">upgrade your "
395
  "Je zit aan je activatie limiet. Je moet je <a href=\"%s\">licentie upgraden</"
396
  "a> om deze op deze website te kunnen gebruiken."
397
 
398
+ #: ../includes/library/license-manager/class-license-manager.php:224
399
  #, php-format
400
  msgid ""
401
  "Your license has expired. You must <a href=\"%s\">extend your license</a> in "
404
  "Je licentie is verlopen. Je moet je <a href=\"%s\">licentie verlengen</a> om "
405
  "deze weer te kunnen gebruiken."
406
 
407
+ #: ../includes/library/license-manager/class-license-manager.php:227
408
  msgid "Failed to activate your license, your license key seems to be invalid."
409
  msgstr "Je licentie lijkt invalide te zijn."
410
 
411
+ #: ../includes/library/license-manager/class-license-manager.php:251
412
  #, php-format
413
  msgid "Your %s license has been deactivated."
414
  msgstr "Je %s licentie is gedeactiveerd."
415
 
416
+ #: ../includes/library/license-manager/class-license-manager.php:253
417
  #, php-format
418
  msgid "Failed to deactivate your %s license."
419
  msgstr "Het is niet gelukt je %s licentie te deactiveren."
420
 
421
+ #: ../includes/library/license-manager/class-license-manager.php:289
422
  #, php-format
423
  msgid "Request error: \"%s\""
424
  msgstr "Request fout: \"%s\""
425
 
426
+ #: ../includes/library/license-manager/class-license-manager.php:447
427
  #, php-format
428
  msgid "%s: License Settings"
429
  msgstr "%s: Licentie Instellingen"
430
 
431
+ #: ../includes/library/license-manager/class-plugin-license-manager.php:67
 
 
 
 
 
 
 
 
 
432
  #, php-format
433
  msgid ""
434
  "%s is network activated, please contact your site administrator to manage "
437
  "%s is netwerk-geactiveerd. Neem aub contact op met je site admin om je "
438
  "licentie te beheren."
439
 
440
+ #: ../includes/library/license-manager/class-update-manager.php:69
441
  #, php-format
442
  msgid ""
443
  "%s failed to check for updates because of the following error: <em>%s</em>"
445
  "Het lukte %s niet om voor updates te checken door de volgende fout: <em>%s</"
446
  "em>"
447
 
448
+ #: ../includes/library/license-manager/class-update-manager.php:138
449
  msgid ""
450
  "This site has not been activated properly on dannyvankooten.com and thus "
451
  "cannot check for future updates. Please activate your site with a valid "
478
  msgstr "Licentiecode"
479
 
480
  #: ../includes/library/license-manager/views/form.php:54
481
+ #, fuzzy
482
+ msgid "Paste your license key here, as found in the email receipt."
483
  msgstr "Plak je %s licentie hier.."
484
 
485
  #: ../includes/library/license-manager/views/form.php:56
499
  msgstr "%sVernieuw je licentie nu%s"
500
 
501
  #: ../includes/tables/class-forms-table.php:19
 
 
 
 
 
 
 
502
  #: ../includes/tables/class-forms-table.php:36
503
+ #: ../includes/tables/class-log-table.php:207
504
  msgid "Form"
505
  msgstr "Formulier"
506
 
507
+ #: ../includes/tables/class-forms-table.php:35
508
+ msgid "ID"
509
+ msgstr "ID"
510
+
511
  #: ../includes/tables/class-forms-table.php:37
512
  msgid "Shortcode"
513
  msgstr "Shortcode"
520
  msgid "Last edited"
521
  msgstr "Laatst gewijzigd"
522
 
523
+ #: ../includes/tables/class-forms-table.php:76
524
+ #: ../includes/tables/class-forms-table.php:80
525
+ #, fuzzy
526
+ msgid "Edit Form"
527
+ msgstr "Formulier updaten"
528
+
529
+ #: ../includes/tables/class-forms-table.php:77
530
+ msgid "Delete"
531
+ msgstr "Verwijder"
532
+
533
+ #: ../includes/tables/class-forms-table.php:98
534
+ msgid "No MailChimp list(s) selected yet."
535
+ msgstr "Geen MailChimp lijst(en) geselecteerd."
536
+
537
+ #: ../includes/tables/class-forms-table.php:105
538
  msgid "You have not created any sign-up forms yet. Time to do so!"
539
  msgstr "Je hebt nog geen inschrijfformulieren gemaakt. Ga 'ns wat doen!"
540
 
541
+ #: ../includes/tables/class-log-table.php:33
542
  msgid "Subscriber"
543
+ msgstr "Subscriber"
544
 
545
+ #: ../includes/tables/class-log-table.php:34
546
  msgid "Subscribers"
547
+ msgstr "Subscribers"
548
 
549
+ #: ../includes/tables/class-log-table.php:53
550
  msgid "Email"
551
  msgstr "Emailadres"
552
 
553
+ #: ../includes/tables/class-log-table.php:54
554
  msgid "List"
555
  msgstr "Lijst"
556
 
557
+ #: ../includes/tables/class-log-table.php:55
558
  msgid "Type"
559
  msgstr "Type"
560
 
561
+ #: ../includes/tables/class-log-table.php:56
562
  msgid "Source"
563
  msgstr "Bron"
564
 
565
+ #: ../includes/tables/class-log-table.php:57
566
  msgid "Extra data"
567
  msgstr "Extra data"
568
 
569
+ #: ../includes/tables/class-log-table.php:58
570
  msgid "Subscribed"
571
  msgstr "Ingeschreven"
572
 
573
+ #: ../includes/tables/class-log-table.php:192
574
+ #: ../includes/tables/class-log-table.php:196
575
+ #, fuzzy
576
+ msgid "Comment"
577
+ msgstr "Reactieformulier"
578
+
579
+ #: ../includes/tables/class-log-table.php:192
580
+ msgid "deleted"
581
+ msgstr "verwijderd"
582
+
583
+ #: ../includes/tables/class-log-table.php:200
584
+ #, fuzzy
585
+ msgid "Registration"
586
+ msgstr "Registratieformulier"
587
+
588
+ #: ../includes/tables/class-log-table.php:216
589
+ #, fuzzy
590
+ msgid "MultiSite registration"
591
+ msgstr "BuddyPress registratie"
592
+
593
+ #: ../includes/tables/class-log-table.php:220
594
+ #: ../includes/tables/class-log-table.php:224
595
+ #, fuzzy
596
+ msgid "Checkout"
597
+ msgstr "%s checkout"
598
+
599
+ #: ../includes/tables/class-log-table.php:229
600
+ msgid "Contact Form 7"
601
+ msgstr "Contact Form 7"
602
+
603
+ #: ../includes/tables/class-log-table.php:233
604
+ msgid "bbPress: New Topic"
605
+ msgstr "bbPress: Nieuw Onderwerp"
606
+
607
+ #: ../includes/tables/class-log-table.php:237
608
+ msgid "bbPress: New Reply"
609
+ msgstr "bbPress: Nieuwe Reactie"
610
+
611
+ #: ../includes/tables/class-log-table.php:243
612
+ #, fuzzy
613
+ msgid "Other Form"
614
+ msgstr "Formulier updaten"
615
+
616
+ #: ../includes/tables/class-log-table.php:283
617
  msgid "No subscribe requests found."
618
  msgstr "Geen inschrijfverzoeken gevonden."
619
 
767
  msgstr "Succesmelding"
768
 
769
  #: ../includes/views/metaboxes/optional-form-settings.php:121
770
+ #: ../includes/views/tabs/admin-forms-general-settings.php:124
 
 
 
 
 
771
  msgid "Invalid email address message"
772
  msgstr "Foutief emailadres"
773
 
774
+ #: ../includes/views/metaboxes/optional-form-settings.php:125
775
+ #: ../includes/views/tabs/admin-forms-general-settings.php:128
776
+ #, fuzzy
777
+ msgid "Required field missing message"
778
+ msgstr "Verplicht veld?"
779
+
780
  #: ../includes/views/metaboxes/optional-form-settings.php:129
781
+ #: ../includes/views/tabs/admin-forms-general-settings.php:132
782
  msgid "Already subscribed message"
783
  msgstr "Reeds ingeschreven"
784
 
785
  #: ../includes/views/metaboxes/optional-form-settings.php:134
786
+ #: ../includes/views/tabs/admin-forms-general-settings.php:138
787
  msgid "Invalid CAPTCHA message"
788
  msgstr "Foutieve CAPTCHA melding"
789
 
790
+ #: ../includes/views/metaboxes/optional-form-settings.php:139
791
+ #: ../includes/views/tabs/admin-forms-general-settings.php:143
792
+ msgid "General error message"
793
+ msgstr "Foutmelding"
794
+
795
+ #: ../includes/views/metaboxes/optional-form-settings.php:145
796
+ #: ../includes/views/tabs/admin-forms-general-settings.php:148
797
  #, php-format
798
  msgid "HTML tags like %s are allowed in the message fields."
799
  msgstr "HTML tags als %s zijn toegestaan in de meldingteksten."
836
 
837
  #: ../includes/views/metaboxes/required-form-settings.php:50
838
  msgid "Placeholder"
839
+ msgstr "Placeholder"
840
 
841
  #: ../includes/views/metaboxes/required-form-settings.php:55
842
  msgid "Initial value"
844
 
845
  #: ../includes/views/metaboxes/required-form-settings.php:60
846
  msgid "Labels"
847
+ msgstr "Labels"
848
 
849
  #: ../includes/views/metaboxes/required-form-settings.php:60
850
  msgid "(leave empty to hide)"
936
  "Aan de formulieren die je hier selecteert wordt automatisch een \"schrijf je "
937
  "in\" checkbox toegevoegd."
938
 
939
+ #: ../includes/views/pages/admin-checkbox-settings.php:85
940
+ #, php-format
941
+ msgid ""
942
+ "Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
943
+ "forms.</p>"
944
+ msgstr ""
945
+ "Gebruik %s in je Contact Form 7 mark-up om een inschrijf checkbox aan je CF7 "
946
+ "formulieren toe te voegen."
947
+
948
+ #: ../includes/views/pages/admin-checkbox-settings.php:90
949
  msgid "Checkbox label text"
950
  msgstr "Checkbox label tekst"
951
 
952
+ #: ../includes/views/pages/admin-checkbox-settings.php:93
953
+ #: ../includes/views/pages/admin-checkbox-settings.php:123
954
  #, php-format
955
  msgid "HTML tags like %s are allowed in the label text."
956
  msgstr "HTML tags als %s zijn toegestaan in de label tekst."
957
 
958
+ #: ../includes/views/pages/admin-checkbox-settings.php:97
959
  msgid "Pre-check the checkbox?"
960
  msgstr "Vink de checkbox standaard aan?"
961
 
962
+ #: ../includes/views/pages/admin-checkbox-settings.php:102
963
  msgid "Load some default CSS?"
964
  msgstr "Laad standaard CSS?"
965
 
966
+ #: ../includes/views/pages/admin-checkbox-settings.php:104
967
  msgid "Select \"yes\" if the checkbox appears in a weird place."
968
  msgstr "Selecteer \"ja\" als de checkbox op een vreemde plaats verschijnt."
969
 
970
+ #: ../includes/views/pages/admin-checkbox-settings.php:108
971
+ #: ../includes/views/pages/admin-checkbox-settings.php:128
972
  #: ../includes/views/tabs/admin-forms-general-settings.php:48
973
+ #: ../includes/views/tabs/admin-forms-general-settings.php:152
974
  msgid "Save all changes"
975
  msgstr "Alle wijzigingen opslaan"
976
 
977
+ #: ../includes/views/pages/admin-checkbox-settings.php:111
978
  msgid "Custom label texts"
979
  msgstr "Custom label teksten"
980
 
981
+ #: ../includes/views/pages/admin-checkbox-settings.php:112
982
  msgid ""
983
  "Override the default checkbox label text for any given checkbox using the "
984
  "fields below."
1037
  "volgende button gebruiken om je configuratie opnieuw in te laden."
1038
 
1039
  #: ../includes/views/pages/admin-general-settings.php:55
1040
+ #: ../includes/views/pages/admin-general-settings.php:126
1041
  msgid "Renew MailChimp lists"
1042
  msgstr "Vernieuw MailChimp lijsten"
1043
 
1044
+ #: ../includes/views/pages/admin-general-settings.php:113
1045
  msgid "No lists were found in your MailChimp account."
1046
  msgstr "Er zijn geen lijsten gevonden in je MailChimp account."
1047
 
1053
  msgid "Log"
1054
  msgstr "Log"
1055
 
1056
+ #: ../includes/views/parts/admin-footer.php:9
1057
  #, php-format
1058
  msgid ""
1059
+ "Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
1060
+ "email me directly at <a href=\"%s\">support@dannyvankooten.com</a>."
1061
  msgstr ""
1062
+ "Hulp nodig? Doorzoek de <a href=\"%s\">plugin documentatie</a> of email me "
1063
+ "rechtstreeks op <a href=\"%s\">support@dannyvankooten.com</a>."
1064
+
1065
+ #: ../includes/views/parts/admin-text-variables.php:13
1066
+ msgid "Replaced with the form response (error or success messages)."
1067
+ msgstr "Wordt vervangen door de formulier response (fout- en succesmeldingen)."
1068
+
1069
+ #: ../includes/views/parts/admin-text-variables.php:18
1070
+ msgid "Replaced with a captcha field."
1071
+ msgstr "Wordt vervangen door een Captcha veld."
1072
 
1073
+ #: ../includes/views/parts/admin-text-variables.php:23
1074
  msgid "Replaced with the number of subscribers on the selected list(s)"
1075
  msgstr "Vervangen door het aantal subscribers op de geselecteerde lijst(en)"
1076
 
1077
+ #: ../includes/views/parts/admin-text-variables.php:27
1078
+ #, fuzzy, php-format
1079
+ msgid "Replaced with the current site language, eg: %s"
1080
+ msgstr "Vervangen door de huidige tijd (uu:mm:ss bijv: %s)"
1081
+
1082
+ #: ../includes/views/parts/admin-text-variables.php:31
1083
  msgid "Replaced with the visitor's IP address"
1084
  msgstr "Vervangen door het IP-adres van de bezoeker"
1085
 
1086
+ #: ../includes/views/parts/admin-text-variables.php:35
1087
  #, php-format
1088
  msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
1089
  msgstr "Vervangen door de huidige datum (jjjj/mm/dd bijv: %s)"
1090
 
1091
+ #: ../includes/views/parts/admin-text-variables.php:39
1092
  #, php-format
1093
  msgid "Replaced with the current time (hh:mm:ss eg: %s)"
1094
  msgstr "Vervangen door de huidige tijd (uu:mm:ss bijv: %s)"
1095
 
1096
+ #: ../includes/views/parts/admin-text-variables.php:43
1097
  msgid ""
1098
  "Replaced with the logged in user's email (or nothing, if there is no logged "
1099
  "in user)"
1101
  "Vervangen door het emailadres van de ingelogde gebruiker (of niets wanneer "
1102
  "de bezoeker niet ingelogd is)"
1103
 
1104
+ #: ../includes/views/parts/admin-text-variables.php:47
 
 
 
 
1105
  msgid "First name of the current user"
1106
  msgstr "Voornaam van de ingelogde bezoeker"
1107
 
1108
+ #: ../includes/views/parts/admin-text-variables.php:51
1109
  msgid "Last name of the current user"
1110
  msgstr "Achternaam van de ingelogde bezoeker"
1111
 
1112
+ #: ../includes/views/parts/admin-text-variables.php:55
1113
  msgid "Current user ID"
1114
  msgstr "ID van de ingelogde bezoeker"
1115
 
1116
+ #: ../includes/views/parts/admin-text-variables.php:59
1117
  msgid "Current URL"
1118
  msgstr "Huidige URL"
1119
 
1127
  msgid "Build CSS File"
1128
  msgstr "Genereer CSS Stylesheet"
1129
 
1130
+ #: ../includes/views/tabs/admin-forms-css-builder.php:230
1131
+ #, php-format
1132
+ msgid "Please <a href=\"%s\">create at least 1 form</a> first."
1133
+ msgstr "<a href=\"%s\">Maak eerst ten minste 1 formulier</a>."
1134
+
1135
+ #: ../includes/views/tabs/admin-forms-css-builder.php:232
1136
+ #, fuzzy
1137
+ msgid "Select form for preview"
1138
+ msgstr "Selecteer het formulier om te tonen"
1139
+
1140
  #: ../includes/views/tabs/admin-forms-general-settings.php:8
1141
  msgid "Sign-Up Forms"
1142
  msgstr "MailChimp inschrijfformulieren"
1221
  msgid "Default form settings"
1222
  msgstr "Standaard formulier instellingen"
1223
 
1224
+ #~ msgid "General Settings"
1225
+ #~ msgstr "Algemeen"
1226
+
1227
+ #~ msgid ""
1228
+ #~ "<strong>Admin notice:</strong> you have not yet selected a MailChimp "
1229
+ #~ "list(s) for this form. <a target=\"_top\" href=\"%s\">Edit this sign-up "
1230
+ #~ "form</a> and select at least one list."
1231
+ #~ msgstr ""
1232
+ #~ "<strong>Admin melding:</strong> je hebt nog geen MailChimp lijst(en) "
1233
+ #~ "geselecteerd voor dit formulier. <a target=\"_top\" href=\"%s\">Wijzig "
1234
+ #~ "dit formulier</a> en selecteer ten minste 1 lijst."
1235
+
1236
+ #~ msgid ""
1237
+ #~ "%s is network activated, you can manage your license in the <a href=\"%s"
1238
+ #~ "\">network admin license page</a>."
1239
+ #~ msgstr ""
1240
+ #~ "%s is netwerk-geactiveerd. Je kunt je licenties beheren in de <a href=\"%s"
1241
+ #~ "\">network admin licentie pagina</a>."
1242
+
1243
+ #~ msgid "Sign-Up Form"
1244
+ #~ msgstr "Inschrijfformulier"
1245
+
1246
+ #~ msgid "Sign-up Forms"
1247
+ #~ msgstr "MailChimp inschrijfformulieren"
1248
+
1249
+ #~ msgid ""
1250
+ #~ "Need help? Email me directly at <a href=\"%s\">support@dannyvankooten."
1251
+ #~ "com</a>. Please include your website URL and as many details as possible."
1252
+ #~ msgstr ""
1253
+ #~ "Hulp nodig? Email me rechtstreeks op <a href=\"%s"
1254
+ #~ "\">support@dannyvankooten.com</a>. Vermeld aub je website URL en zoveel "
1255
+ #~ "mogelijk details."
1256
+
1257
+ #~ msgid "Display name of the current user"
1258
+ #~ msgstr "Naam van de ingelogde bezoeker"
1259
+
1260
  #, fuzzy
1261
  #~ msgid "Load styles or theme?"
1262
  #~ msgstr "Laad formulier stijlen?"
languages/mailchimp-for-wp.mo CHANGED
Binary file
languages/mailchimp-for-wp.po CHANGED
@@ -1,146 +1,166 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MailChimp for WordPress\n"
4
- "POT-Creation-Date: 2014-05-14 22:11+0100\n"
5
- "PO-Revision-Date: 2014-05-14 22:11+0100\n"
6
  "Last-Translator: Danny <hi@dannyvankooten.com>\n"
7
  "Language-Team: Danny van Kooten <hi@dannyvankooten.com>\n"
8
  "Language: en_EN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.5\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
 
17
- #: ../includes/class-admin.php:178
18
  msgid "Settings"
19
  msgstr ""
20
 
21
- #: ../includes/class-admin.php:197
22
  msgid "Documentation"
23
  msgstr ""
24
 
25
- #: ../includes/class-admin.php:209
26
  msgid "Save Form"
27
  msgstr ""
28
 
29
- #: ../includes/class-admin.php:211
30
  msgid "Update Form"
31
  msgstr ""
32
 
33
- #: ../includes/class-admin.php:248
34
  msgid "Your email address"
35
  msgstr ""
36
 
37
- #: ../includes/class-admin.php:249
38
  msgid "Email address"
39
  msgstr ""
40
 
41
- #: ../includes/class-admin.php:250
42
  msgid "Sign up"
43
  msgstr ""
44
 
45
- #: ../includes/class-admin.php:261
46
  msgid "Back to general form settings"
47
  msgstr ""
48
 
49
- #: ../includes/class-admin.php:263
50
  msgid "Form updated."
51
  msgstr ""
52
 
53
- #: ../includes/class-admin.php:264
54
  msgid "Form saved."
55
  msgstr ""
56
 
57
- #: ../includes/class-admin.php:321
58
- msgid "Form settings"
 
59
  msgstr ""
60
 
61
- #: ../includes/class-admin.php:322
62
- msgid "Optional settings"
 
63
  msgstr ""
64
 
65
- #: ../includes/class-admin.php:323
66
- msgid "Form variables"
67
  msgstr ""
68
 
69
- #: ../includes/class-admin.php:357
70
- msgid "Use the following variables to add some dynamic content to your form."
 
71
  msgstr ""
72
 
73
- #: ../includes/class-admin.php:497
74
- #, php-format
75
- msgid ""
76
- "Couldn't create the stylesheet. Manually add the generated CSS to your theme "
77
- "stylesheet by using the %sTheme Editor%s or use FTP and edit <em>%s</em>."
78
  msgstr ""
79
 
80
- #: ../includes/class-admin.php:498
81
- #, php-format
82
- msgid "%sShow CSS%s"
83
  msgstr ""
84
 
85
- #: ../includes/class-admin.php:507
86
- #, php-format
87
- msgid ""
88
- "To apply these styles on your website, select \"load custom form styles\" in "
89
- "the %sform settings%s"
90
  msgstr ""
91
 
92
- #: ../includes/class-admin.php:508
93
- #, php-format
94
- msgid "The %sCSS Stylesheet%s has been created."
 
 
 
95
  msgstr ""
96
 
97
- #: ../includes/class-admin.php:524
98
- msgid "General Settings"
99
  msgstr ""
100
 
101
- #: ../includes/class-admin.php:525
102
  msgid "Checkboxes"
103
  msgstr ""
104
 
105
- #: ../includes/class-admin.php:526
 
106
  #: ../includes/views/pages/admin-form-settings.php:10
107
  msgid "Forms"
108
  msgstr ""
109
 
110
- #: ../includes/class-admin.php:527
111
  #: ../includes/views/pages/admin-reports.php:10
112
  msgid "Reports"
113
  msgstr ""
114
 
115
- #: ../includes/class-admin.php:596
116
  msgid "Comment form"
117
  msgstr ""
118
 
119
- #: ../includes/class-admin.php:597
120
  msgid "Registration form"
121
  msgstr ""
122
 
123
- #: ../includes/class-admin.php:601
124
  msgid "MultiSite forms"
125
  msgstr ""
126
 
127
- #: ../includes/class-admin.php:605
 
128
  msgid "BuddyPress registration"
129
  msgstr ""
130
 
131
- #: ../includes/class-admin.php:613 ../includes/class-admin.php:617
132
  #, php-format
133
  msgid "%s checkout"
134
  msgstr ""
135
 
136
- #: ../includes/class-admin.php:653
137
  #, php-format
138
  msgid ""
139
  "Please make sure the plugin is connected to MailChimp. <a href=\"%s"
140
  "\">Provide a valid API key.</a>"
141
  msgstr ""
142
 
143
- #: ../includes/class-admin.php:792
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  #, php-format
145
  msgid ""
146
  "<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
@@ -148,43 +168,51 @@ msgid ""
148
  "it now</a> to prevent problems"
149
  msgstr ""
150
 
151
- #: ../includes/class-admin.php:865
152
- msgid "Renewed MailChimp cache."
 
 
 
153
  msgstr ""
154
 
155
- #: ../includes/class-admin.php:867
156
- msgid "Failed to renew MailChimp cache - please try again later."
 
157
  msgstr ""
158
 
159
- #: ../includes/class-form-manager.php:248
160
  #, php-format
161
- msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
 
 
162
  msgstr ""
163
 
164
- #: ../includes/class-form-manager.php:261
165
- msgid ""
166
- "<strong>Error:</strong> Sign-up form not found. Please check if you used the "
167
- "correct form ID."
168
  msgstr ""
169
 
170
- #: ../includes/class-form-manager.php:370
171
  #, php-format
 
 
 
 
172
  msgid ""
173
- "<strong>Admin notice:</strong> you have not yet selected a MailChimp list(s) "
174
- "for this form. <a target=\"_top\" href=\"%s\">Edit this sign-up form</a> and "
175
- "select at least one list."
176
  msgstr ""
177
 
178
- #: ../includes/class-form-manager.php:833
179
  msgid "New Sign-Up"
180
  msgstr ""
181
 
182
- #: ../includes/class-form-manager.php:834
183
  #, php-format
184
  msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
185
  msgstr ""
186
 
187
- #: ../includes/class-form-manager.php:873
188
  msgid "This email was auto-sent by the MailChimp for WordPress plugin."
189
  msgstr ""
190
 
@@ -230,8 +258,8 @@ msgstr ""
230
 
231
  #: ../includes/functions/general.php:42
232
  msgid ""
233
- "Thank you, your sign-up request was successful! Please check your e-mail "
234
- "inbox."
235
  msgstr ""
236
 
237
  #: ../includes/functions/general.php:43
@@ -250,6 +278,10 @@ msgstr ""
250
  msgid "Please complete the CAPTCHA."
251
  msgstr ""
252
 
 
 
 
 
253
  #: ../includes/integrations/class-cf7.php:44
254
  #: ../includes/views/metaboxes/optional-form-settings.php:16
255
  #: ../includes/views/metaboxes/optional-form-settings.php:30
@@ -260,8 +292,8 @@ msgstr ""
260
  #: ../includes/views/metaboxes/optional-form-settings.php:106
261
  #: ../includes/views/pages/admin-checkbox-settings.php:52
262
  #: ../includes/views/pages/admin-checkbox-settings.php:60
263
- #: ../includes/views/pages/admin-checkbox-settings.php:90
264
- #: ../includes/views/pages/admin-checkbox-settings.php:95
265
  #: ../includes/views/tabs/admin-forms-general-settings.php:58
266
  #: ../includes/views/tabs/admin-forms-general-settings.php:69
267
  #: ../includes/views/tabs/admin-forms-general-settings.php:79
@@ -281,8 +313,8 @@ msgstr ""
281
  #: ../includes/views/metaboxes/optional-form-settings.php:107
282
  #: ../includes/views/pages/admin-checkbox-settings.php:52
283
  #: ../includes/views/pages/admin-checkbox-settings.php:62
284
- #: ../includes/views/pages/admin-checkbox-settings.php:90
285
- #: ../includes/views/pages/admin-checkbox-settings.php:95
286
  #: ../includes/views/tabs/admin-forms-general-settings.php:22
287
  #: ../includes/views/tabs/admin-forms-general-settings.php:60
288
  #: ../includes/views/tabs/admin-forms-general-settings.php:71
@@ -293,94 +325,87 @@ msgstr ""
293
  msgid "No"
294
  msgstr ""
295
 
296
- #: ../includes/library/license-manager/class-license-manager.php:132
297
  #, php-format
298
  msgid ""
299
  "<b>Warning!</b> You're blocking external requests which means you won't be "
300
  "able to get %s updates. Please add %s to %s."
301
  msgstr ""
302
 
303
- #: ../includes/library/license-manager/class-license-manager.php:175
304
  #, php-format
305
  msgid "Your %s license has been activated. You have an unlimited license. "
306
  msgstr ""
307
 
308
- #: ../includes/library/license-manager/class-license-manager.php:177
309
  #, php-format
310
  msgid "Your %s license has been activated. You have used %d/%d activations. "
311
  msgstr ""
312
 
313
- #: ../includes/library/license-manager/class-license-manager.php:182
314
  #, php-format
315
  msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
316
  msgstr ""
317
 
318
- #: ../includes/library/license-manager/class-license-manager.php:186
319
  #, php-format
320
  msgid ""
321
  "<a href=\"%s\">Your license is expiring in %d days, would you like to extend "
322
  "it?</a>"
323
  msgstr ""
324
 
325
- #: ../includes/library/license-manager/class-license-manager.php:195
326
  #, php-format
327
  msgid ""
328
  "You've reached your activation limit. You must <a href=\"%s\">upgrade your "
329
  "license</a> to use it on this site."
330
  msgstr ""
331
 
332
- #: ../includes/library/license-manager/class-license-manager.php:198
333
  #, php-format
334
  msgid ""
335
  "Your license has expired. You must <a href=\"%s\">extend your license</a> in "
336
  "order to use it again."
337
  msgstr ""
338
 
339
- #: ../includes/library/license-manager/class-license-manager.php:201
340
  msgid "Failed to activate your license, your license key seems to be invalid."
341
  msgstr ""
342
 
343
- #: ../includes/library/license-manager/class-license-manager.php:225
344
  #, php-format
345
  msgid "Your %s license has been deactivated."
346
  msgstr ""
347
 
348
- #: ../includes/library/license-manager/class-license-manager.php:227
349
  #, php-format
350
  msgid "Failed to deactivate your %s license."
351
  msgstr ""
352
 
353
- #: ../includes/library/license-manager/class-license-manager.php:262
354
  #, php-format
355
  msgid "Request error: \"%s\""
356
  msgstr ""
357
 
358
- #: ../includes/library/license-manager/class-license-manager.php:420
359
  #, php-format
360
  msgid "%s: License Settings"
361
  msgstr ""
362
 
363
- #: ../includes/library/license-manager/class-plugin-license-manager.php:72
364
- #, php-format
365
- msgid ""
366
- "%s is network activated, you can manage your license in the <a href=\"%s"
367
- "\">network admin license page</a>."
368
- msgstr ""
369
-
370
- #: ../includes/library/license-manager/class-plugin-license-manager.php:74
371
  #, php-format
372
  msgid ""
373
  "%s is network activated, please contact your site administrator to manage "
374
  "the license."
375
  msgstr ""
376
 
377
- #: ../includes/library/license-manager/class-update-manager.php:83
378
  #, php-format
379
  msgid ""
380
  "%s failed to check for updates because of the following error: <em>%s</em>"
381
  msgstr ""
382
 
383
- #: ../includes/library/license-manager/class-update-manager.php:148
384
  msgid ""
385
  "This site has not been activated properly on dannyvankooten.com and thus "
386
  "cannot check for future updates. Please activate your site with a valid "
@@ -409,8 +434,7 @@ msgid "License Key"
409
  msgstr ""
410
 
411
  #: ../includes/library/license-manager/views/form.php:54
412
- #, php-format
413
- msgid "Paste your %s license key here.."
414
  msgstr ""
415
 
416
  #: ../includes/library/license-manager/views/form.php:56
@@ -429,17 +453,15 @@ msgid "%sRenew your license now%s."
429
  msgstr ""
430
 
431
  #: ../includes/tables/class-forms-table.php:19
432
- msgid "Sign-Up Form"
433
- msgstr ""
434
-
435
- #: ../includes/tables/class-forms-table.php:20
436
- msgid "Sign-up Forms"
437
- msgstr ""
438
-
439
  #: ../includes/tables/class-forms-table.php:36
 
440
  msgid "Form"
441
  msgstr ""
442
 
 
 
 
 
443
  #: ../includes/tables/class-forms-table.php:37
444
  msgid "Shortcode"
445
  msgstr ""
@@ -452,43 +474,94 @@ msgstr ""
452
  msgid "Last edited"
453
  msgstr ""
454
 
455
- #: ../includes/tables/class-forms-table.php:103
 
 
 
 
 
 
 
 
 
 
 
 
 
456
  msgid "You have not created any sign-up forms yet. Time to do so!"
457
  msgstr ""
458
 
459
- #: ../includes/tables/class-log-table.php:23
460
  msgid "Subscriber"
461
  msgstr ""
462
 
463
- #: ../includes/tables/class-log-table.php:24
464
  msgid "Subscribers"
465
  msgstr ""
466
 
467
- #: ../includes/tables/class-log-table.php:44
468
  msgid "Email"
469
  msgstr ""
470
 
471
- #: ../includes/tables/class-log-table.php:45
472
  msgid "List"
473
  msgstr ""
474
 
475
- #: ../includes/tables/class-log-table.php:46
476
  msgid "Type"
477
  msgstr ""
478
 
479
- #: ../includes/tables/class-log-table.php:47
480
  msgid "Source"
481
  msgstr ""
482
 
483
- #: ../includes/tables/class-log-table.php:48
484
  msgid "Extra data"
485
  msgstr ""
486
 
487
- #: ../includes/tables/class-log-table.php:49
488
  msgid "Subscribed"
489
  msgstr ""
490
 
491
- #: ../includes/tables/class-log-table.php:258
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
492
  msgid "No subscribe requests found."
493
  msgstr ""
494
 
@@ -622,27 +695,32 @@ msgid "Success message"
622
  msgstr ""
623
 
624
  #: ../includes/views/metaboxes/optional-form-settings.php:121
625
- #: ../includes/views/tabs/admin-forms-general-settings.php:123
626
- msgid "General error message"
627
  msgstr ""
628
 
629
  #: ../includes/views/metaboxes/optional-form-settings.php:125
630
- #: ../includes/views/tabs/admin-forms-general-settings.php:127
631
- msgid "Invalid email address message"
632
  msgstr ""
633
 
634
  #: ../includes/views/metaboxes/optional-form-settings.php:129
635
- #: ../includes/views/tabs/admin-forms-general-settings.php:131
636
  msgid "Already subscribed message"
637
  msgstr ""
638
 
639
  #: ../includes/views/metaboxes/optional-form-settings.php:134
640
- #: ../includes/views/tabs/admin-forms-general-settings.php:136
641
  msgid "Invalid CAPTCHA message"
642
  msgstr ""
643
 
644
- #: ../includes/views/metaboxes/optional-form-settings.php:141
645
- #: ../includes/views/tabs/admin-forms-general-settings.php:142
 
 
 
 
 
646
  #, php-format
647
  msgid "HTML tags like %s are allowed in the message fields."
648
  msgstr ""
@@ -775,40 +853,47 @@ msgstr ""
775
  msgid "Selecting a form will automatically add the sign-up checkbox to it."
776
  msgstr ""
777
 
778
- #: ../includes/views/pages/admin-checkbox-settings.php:82
 
 
 
 
 
 
 
779
  msgid "Checkbox label text"
780
  msgstr ""
781
 
782
- #: ../includes/views/pages/admin-checkbox-settings.php:85
783
- #: ../includes/views/pages/admin-checkbox-settings.php:115
784
  #, php-format
785
  msgid "HTML tags like %s are allowed in the label text."
786
  msgstr ""
787
 
788
- #: ../includes/views/pages/admin-checkbox-settings.php:89
789
  msgid "Pre-check the checkbox?"
790
  msgstr ""
791
 
792
- #: ../includes/views/pages/admin-checkbox-settings.php:94
793
  msgid "Load some default CSS?"
794
  msgstr ""
795
 
796
- #: ../includes/views/pages/admin-checkbox-settings.php:96
797
  msgid "Select \"yes\" if the checkbox appears in a weird place."
798
  msgstr ""
799
 
800
- #: ../includes/views/pages/admin-checkbox-settings.php:100
801
- #: ../includes/views/pages/admin-checkbox-settings.php:120
802
  #: ../includes/views/tabs/admin-forms-general-settings.php:48
803
- #: ../includes/views/tabs/admin-forms-general-settings.php:146
804
  msgid "Save all changes"
805
  msgstr ""
806
 
807
- #: ../includes/views/pages/admin-checkbox-settings.php:103
808
  msgid "Custom label texts"
809
  msgstr ""
810
 
811
- #: ../includes/views/pages/admin-checkbox-settings.php:104
812
  msgid ""
813
  "Override the default checkbox label text for any given checkbox using the "
814
  "fields below."
@@ -862,11 +947,11 @@ msgid ""
862
  msgstr ""
863
 
864
  #: ../includes/views/pages/admin-general-settings.php:55
865
- #: ../includes/views/pages/admin-general-settings.php:133
866
  msgid "Renew MailChimp lists"
867
  msgstr ""
868
 
869
- #: ../includes/views/pages/admin-general-settings.php:120
870
  msgid "No lists were found in your MailChimp account."
871
  msgstr ""
872
 
@@ -878,54 +963,63 @@ msgstr ""
878
  msgid "Log"
879
  msgstr ""
880
 
881
- #: ../includes/views/parts/admin-footer.php:8
882
  #, php-format
883
  msgid ""
884
- "Need help? Email me directly at <a href=\"%s\">support@dannyvankooten.com</"
885
- "a>. Please include your website URL and as many details as possible."
 
 
 
 
886
  msgstr ""
887
 
888
- #: ../includes/views/parts/admin-text-variables.php:11
 
 
 
 
889
  msgid "Replaced with the number of subscribers on the selected list(s)"
890
  msgstr ""
891
 
892
- #: ../includes/views/parts/admin-text-variables.php:15
 
 
 
 
 
893
  msgid "Replaced with the visitor's IP address"
894
  msgstr ""
895
 
896
- #: ../includes/views/parts/admin-text-variables.php:19
897
  #, php-format
898
  msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
899
  msgstr ""
900
 
901
- #: ../includes/views/parts/admin-text-variables.php:23
902
  #, php-format
903
  msgid "Replaced with the current time (hh:mm:ss eg: %s)"
904
  msgstr ""
905
 
906
- #: ../includes/views/parts/admin-text-variables.php:27
907
  msgid ""
908
  "Replaced with the logged in user's email (or nothing, if there is no logged "
909
  "in user)"
910
  msgstr ""
911
 
912
- #: ../includes/views/parts/admin-text-variables.php:31
913
- msgid "Display name of the current user"
914
- msgstr ""
915
-
916
- #: ../includes/views/parts/admin-text-variables.php:35
917
  msgid "First name of the current user"
918
  msgstr ""
919
 
920
- #: ../includes/views/parts/admin-text-variables.php:39
921
  msgid "Last name of the current user"
922
  msgstr ""
923
 
924
- #: ../includes/views/parts/admin-text-variables.php:43
925
  msgid "Current user ID"
926
  msgstr ""
927
 
928
- #: ../includes/views/parts/admin-text-variables.php:47
929
  msgid "Current URL"
930
  msgstr ""
931
 
@@ -937,6 +1031,15 @@ msgstr ""
937
  msgid "Build CSS File"
938
  msgstr ""
939
 
 
 
 
 
 
 
 
 
 
940
  #: ../includes/views/tabs/admin-forms-general-settings.php:8
941
  msgid "Sign-Up Forms"
942
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MailChimp for WordPress\n"
4
+ "POT-Creation-Date: 2014-08-12 15:11+0100\n"
5
+ "PO-Revision-Date: 2014-08-12 15:11+0100\n"
6
  "Last-Translator: Danny <hi@dannyvankooten.com>\n"
7
  "Language-Team: Danny van Kooten <hi@dannyvankooten.com>\n"
8
  "Language: en_EN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.6\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
 
17
+ #: ../includes/admin/class-admin.php:183
18
  msgid "Settings"
19
  msgstr ""
20
 
21
+ #: ../includes/admin/class-admin.php:202
22
  msgid "Documentation"
23
  msgstr ""
24
 
25
+ #: ../includes/admin/class-admin.php:245
26
  msgid "Save Form"
27
  msgstr ""
28
 
29
+ #: ../includes/admin/class-admin.php:249
30
  msgid "Update Form"
31
  msgstr ""
32
 
33
+ #: ../includes/admin/class-admin.php:282
34
  msgid "Your email address"
35
  msgstr ""
36
 
37
+ #: ../includes/admin/class-admin.php:283
38
  msgid "Email address"
39
  msgstr ""
40
 
41
+ #: ../includes/admin/class-admin.php:284
42
  msgid "Sign up"
43
  msgstr ""
44
 
45
+ #: ../includes/admin/class-admin.php:300
46
  msgid "Back to general form settings"
47
  msgstr ""
48
 
49
+ #: ../includes/admin/class-admin.php:302
50
  msgid "Form updated."
51
  msgstr ""
52
 
53
+ #: ../includes/admin/class-admin.php:303
54
  msgid "Form saved."
55
  msgstr ""
56
 
57
+ #: ../includes/admin/class-admin.php:311
58
+ #, php-format
59
+ msgid "An EMAIL field. Example: <code>%s</code>"
60
  msgstr ""
61
 
62
+ #: ../includes/admin/class-admin.php:317
63
+ #, php-format
64
+ msgid "A submit button. Example: <code>%s</code>"
65
  msgstr ""
66
 
67
+ #: ../includes/admin/class-admin.php:317
68
+ msgid "Sign Up"
69
  msgstr ""
70
 
71
+ #: ../includes/admin/class-admin.php:345
72
+ #, php-format
73
+ msgid "A '%s' field"
74
  msgstr ""
75
 
76
+ #: ../includes/admin/class-admin.php:357
77
+ msgid "Your form is missing the following (required) form fields:"
 
 
 
78
  msgstr ""
79
 
80
+ #: ../includes/admin/class-admin.php:429
81
+ msgid "Form Settings"
 
82
  msgstr ""
83
 
84
+ #: ../includes/admin/class-admin.php:430
85
+ msgid "Optional Settings"
 
 
 
86
  msgstr ""
87
 
88
+ #: ../includes/admin/class-admin.php:431
89
+ msgid "Form Variables"
90
+ msgstr ""
91
+
92
+ #: ../includes/admin/class-admin.php:465
93
+ msgid "Use the following variables to add some dynamic content to your form."
94
  msgstr ""
95
 
96
+ #: ../includes/admin/class-admin.php:547
97
+ msgid "MailChimp & License"
98
  msgstr ""
99
 
100
+ #: ../includes/admin/class-admin.php:548
101
  msgid "Checkboxes"
102
  msgstr ""
103
 
104
+ #: ../includes/admin/class-admin.php:549
105
+ #: ../includes/tables/class-forms-table.php:20
106
  #: ../includes/views/pages/admin-form-settings.php:10
107
  msgid "Forms"
108
  msgstr ""
109
 
110
+ #: ../includes/admin/class-admin.php:550
111
  #: ../includes/views/pages/admin-reports.php:10
112
  msgid "Reports"
113
  msgstr ""
114
 
115
+ #: ../includes/admin/class-admin.php:634
116
  msgid "Comment form"
117
  msgstr ""
118
 
119
+ #: ../includes/admin/class-admin.php:635
120
  msgid "Registration form"
121
  msgstr ""
122
 
123
+ #: ../includes/admin/class-admin.php:639
124
  msgid "MultiSite forms"
125
  msgstr ""
126
 
127
+ #: ../includes/admin/class-admin.php:643
128
+ #: ../includes/tables/class-log-table.php:212
129
  msgid "BuddyPress registration"
130
  msgstr ""
131
 
132
+ #: ../includes/admin/class-admin.php:651 ../includes/admin/class-admin.php:655
133
  #, php-format
134
  msgid "%s checkout"
135
  msgstr ""
136
 
137
+ #: ../includes/admin/class-admin.php:689
138
  #, php-format
139
  msgid ""
140
  "Please make sure the plugin is connected to MailChimp. <a href=\"%s"
141
  "\">Provide a valid API key.</a>"
142
  msgstr ""
143
 
144
+ #: ../includes/admin/class-admin.php:699
145
+ msgid "Renewed MailChimp cache."
146
+ msgstr ""
147
+
148
+ #: ../includes/admin/class-admin.php:701
149
+ msgid "Failed to renew MailChimp cache - please try again later."
150
+ msgstr ""
151
+
152
+ #: ../includes/admin/class-admin.php:779
153
+ msgid "End date can't be before the start date"
154
+ msgstr ""
155
+
156
+ #: ../includes/admin/class-admin.php:811
157
+ #, php-format
158
+ msgid ""
159
+ "You disabled logging using the %s filter. Re-enable it to use the Reports "
160
+ "page."
161
+ msgstr ""
162
+
163
+ #: ../includes/admin/class-admin.php:827
164
  #, php-format
165
  msgid ""
166
  "<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
168
  "it now</a> to prevent problems"
169
  msgstr ""
170
 
171
+ #: ../includes/admin/class-css-builder.php:270
172
+ #, php-format
173
+ msgid ""
174
+ "Couldn't create the stylesheet. Manually add the generated CSS to your theme "
175
+ "stylesheet by using the %sTheme Editor%s or use FTP and edit <em>%s</em>."
176
  msgstr ""
177
 
178
+ #: ../includes/admin/class-css-builder.php:271
179
+ #, php-format
180
+ msgid "%sShow generated CSS%s"
181
  msgstr ""
182
 
183
+ #: ../includes/admin/class-css-builder.php:281
184
  #, php-format
185
+ msgid ""
186
+ "To apply these styles on your website, select \"load custom form styles\" in "
187
+ "the %sform settings%s"
188
  msgstr ""
189
 
190
+ #: ../includes/admin/class-css-builder.php:282
191
+ #, php-format
192
+ msgid "The %sCSS Stylesheet%s has been created."
 
193
  msgstr ""
194
 
195
+ #: ../includes/class-form-manager.php:238
196
  #, php-format
197
+ msgid "<strong>Error:</strong> Please specify a form ID. Example: %s."
198
+ msgstr ""
199
+
200
+ #: ../includes/class-form-manager.php:252
201
  msgid ""
202
+ "<strong>Error:</strong> Sign-up form not found. Please check if you used the "
203
+ "correct form ID."
 
204
  msgstr ""
205
 
206
+ #: ../includes/class-form-request.php:453
207
  msgid "New Sign-Up"
208
  msgstr ""
209
 
210
+ #: ../includes/class-form-request.php:454
211
  #, php-format
212
  msgid "<strong>%s</strong> signed-up at %s on %s using the form \"%s\"."
213
  msgstr ""
214
 
215
+ #: ../includes/class-form-request.php:493
216
  msgid "This email was auto-sent by the MailChimp for WordPress plugin."
217
  msgstr ""
218
 
258
 
259
  #: ../includes/functions/general.php:42
260
  msgid ""
261
+ "Thank you, your sign-up request was successful! Please check your email "
262
+ "inbox to confirm."
263
  msgstr ""
264
 
265
  #: ../includes/functions/general.php:43
278
  msgid "Please complete the CAPTCHA."
279
  msgstr ""
280
 
281
+ #: ../includes/functions/general.php:47
282
+ msgid "Please fill in the required fields."
283
+ msgstr ""
284
+
285
  #: ../includes/integrations/class-cf7.php:44
286
  #: ../includes/views/metaboxes/optional-form-settings.php:16
287
  #: ../includes/views/metaboxes/optional-form-settings.php:30
292
  #: ../includes/views/metaboxes/optional-form-settings.php:106
293
  #: ../includes/views/pages/admin-checkbox-settings.php:52
294
  #: ../includes/views/pages/admin-checkbox-settings.php:60
295
+ #: ../includes/views/pages/admin-checkbox-settings.php:98
296
+ #: ../includes/views/pages/admin-checkbox-settings.php:103
297
  #: ../includes/views/tabs/admin-forms-general-settings.php:58
298
  #: ../includes/views/tabs/admin-forms-general-settings.php:69
299
  #: ../includes/views/tabs/admin-forms-general-settings.php:79
313
  #: ../includes/views/metaboxes/optional-form-settings.php:107
314
  #: ../includes/views/pages/admin-checkbox-settings.php:52
315
  #: ../includes/views/pages/admin-checkbox-settings.php:62
316
+ #: ../includes/views/pages/admin-checkbox-settings.php:98
317
+ #: ../includes/views/pages/admin-checkbox-settings.php:103
318
  #: ../includes/views/tabs/admin-forms-general-settings.php:22
319
  #: ../includes/views/tabs/admin-forms-general-settings.php:60
320
  #: ../includes/views/tabs/admin-forms-general-settings.php:71
325
  msgid "No"
326
  msgstr ""
327
 
328
+ #: ../includes/library/license-manager/class-license-manager.php:158
329
  #, php-format
330
  msgid ""
331
  "<b>Warning!</b> You're blocking external requests which means you won't be "
332
  "able to get %s updates. Please add %s to %s."
333
  msgstr ""
334
 
335
+ #: ../includes/library/license-manager/class-license-manager.php:201
336
  #, php-format
337
  msgid "Your %s license has been activated. You have an unlimited license. "
338
  msgstr ""
339
 
340
+ #: ../includes/library/license-manager/class-license-manager.php:203
341
  #, php-format
342
  msgid "Your %s license has been activated. You have used %d/%d activations. "
343
  msgstr ""
344
 
345
+ #: ../includes/library/license-manager/class-license-manager.php:208
346
  #, php-format
347
  msgid "<a href=\"%s\">Did you know you can upgrade your license?</a>"
348
  msgstr ""
349
 
350
+ #: ../includes/library/license-manager/class-license-manager.php:212
351
  #, php-format
352
  msgid ""
353
  "<a href=\"%s\">Your license is expiring in %d days, would you like to extend "
354
  "it?</a>"
355
  msgstr ""
356
 
357
+ #: ../includes/library/license-manager/class-license-manager.php:221
358
  #, php-format
359
  msgid ""
360
  "You've reached your activation limit. You must <a href=\"%s\">upgrade your "
361
  "license</a> to use it on this site."
362
  msgstr ""
363
 
364
+ #: ../includes/library/license-manager/class-license-manager.php:224
365
  #, php-format
366
  msgid ""
367
  "Your license has expired. You must <a href=\"%s\">extend your license</a> in "
368
  "order to use it again."
369
  msgstr ""
370
 
371
+ #: ../includes/library/license-manager/class-license-manager.php:227
372
  msgid "Failed to activate your license, your license key seems to be invalid."
373
  msgstr ""
374
 
375
+ #: ../includes/library/license-manager/class-license-manager.php:251
376
  #, php-format
377
  msgid "Your %s license has been deactivated."
378
  msgstr ""
379
 
380
+ #: ../includes/library/license-manager/class-license-manager.php:253
381
  #, php-format
382
  msgid "Failed to deactivate your %s license."
383
  msgstr ""
384
 
385
+ #: ../includes/library/license-manager/class-license-manager.php:289
386
  #, php-format
387
  msgid "Request error: \"%s\""
388
  msgstr ""
389
 
390
+ #: ../includes/library/license-manager/class-license-manager.php:447
391
  #, php-format
392
  msgid "%s: License Settings"
393
  msgstr ""
394
 
395
+ #: ../includes/library/license-manager/class-plugin-license-manager.php:67
 
 
 
 
 
 
 
396
  #, php-format
397
  msgid ""
398
  "%s is network activated, please contact your site administrator to manage "
399
  "the license."
400
  msgstr ""
401
 
402
+ #: ../includes/library/license-manager/class-update-manager.php:69
403
  #, php-format
404
  msgid ""
405
  "%s failed to check for updates because of the following error: <em>%s</em>"
406
  msgstr ""
407
 
408
+ #: ../includes/library/license-manager/class-update-manager.php:138
409
  msgid ""
410
  "This site has not been activated properly on dannyvankooten.com and thus "
411
  "cannot check for future updates. Please activate your site with a valid "
434
  msgstr ""
435
 
436
  #: ../includes/library/license-manager/views/form.php:54
437
+ msgid "Paste your license key here, as found in the email receipt."
 
438
  msgstr ""
439
 
440
  #: ../includes/library/license-manager/views/form.php:56
453
  msgstr ""
454
 
455
  #: ../includes/tables/class-forms-table.php:19
 
 
 
 
 
 
 
456
  #: ../includes/tables/class-forms-table.php:36
457
+ #: ../includes/tables/class-log-table.php:207
458
  msgid "Form"
459
  msgstr ""
460
 
461
+ #: ../includes/tables/class-forms-table.php:35
462
+ msgid "ID"
463
+ msgstr ""
464
+
465
  #: ../includes/tables/class-forms-table.php:37
466
  msgid "Shortcode"
467
  msgstr ""
474
  msgid "Last edited"
475
  msgstr ""
476
 
477
+ #: ../includes/tables/class-forms-table.php:76
478
+ #: ../includes/tables/class-forms-table.php:80
479
+ msgid "Edit Form"
480
+ msgstr ""
481
+
482
+ #: ../includes/tables/class-forms-table.php:77
483
+ msgid "Delete"
484
+ msgstr ""
485
+
486
+ #: ../includes/tables/class-forms-table.php:98
487
+ msgid "No MailChimp list(s) selected yet."
488
+ msgstr ""
489
+
490
+ #: ../includes/tables/class-forms-table.php:105
491
  msgid "You have not created any sign-up forms yet. Time to do so!"
492
  msgstr ""
493
 
494
+ #: ../includes/tables/class-log-table.php:33
495
  msgid "Subscriber"
496
  msgstr ""
497
 
498
+ #: ../includes/tables/class-log-table.php:34
499
  msgid "Subscribers"
500
  msgstr ""
501
 
502
+ #: ../includes/tables/class-log-table.php:53
503
  msgid "Email"
504
  msgstr ""
505
 
506
+ #: ../includes/tables/class-log-table.php:54
507
  msgid "List"
508
  msgstr ""
509
 
510
+ #: ../includes/tables/class-log-table.php:55
511
  msgid "Type"
512
  msgstr ""
513
 
514
+ #: ../includes/tables/class-log-table.php:56
515
  msgid "Source"
516
  msgstr ""
517
 
518
+ #: ../includes/tables/class-log-table.php:57
519
  msgid "Extra data"
520
  msgstr ""
521
 
522
+ #: ../includes/tables/class-log-table.php:58
523
  msgid "Subscribed"
524
  msgstr ""
525
 
526
+ #: ../includes/tables/class-log-table.php:192
527
+ #: ../includes/tables/class-log-table.php:196
528
+ msgid "Comment"
529
+ msgstr ""
530
+
531
+ #: ../includes/tables/class-log-table.php:192
532
+ msgid "deleted"
533
+ msgstr ""
534
+
535
+ #: ../includes/tables/class-log-table.php:200
536
+ msgid "Registration"
537
+ msgstr ""
538
+
539
+ #: ../includes/tables/class-log-table.php:216
540
+ msgid "MultiSite registration"
541
+ msgstr ""
542
+
543
+ #: ../includes/tables/class-log-table.php:220
544
+ #: ../includes/tables/class-log-table.php:224
545
+ msgid "Checkout"
546
+ msgstr ""
547
+
548
+ #: ../includes/tables/class-log-table.php:229
549
+ msgid "Contact Form 7"
550
+ msgstr ""
551
+
552
+ #: ../includes/tables/class-log-table.php:233
553
+ msgid "bbPress: New Topic"
554
+ msgstr ""
555
+
556
+ #: ../includes/tables/class-log-table.php:237
557
+ msgid "bbPress: New Reply"
558
+ msgstr ""
559
+
560
+ #: ../includes/tables/class-log-table.php:243
561
+ msgid "Other Form"
562
+ msgstr ""
563
+
564
+ #: ../includes/tables/class-log-table.php:283
565
  msgid "No subscribe requests found."
566
  msgstr ""
567
 
695
  msgstr ""
696
 
697
  #: ../includes/views/metaboxes/optional-form-settings.php:121
698
+ #: ../includes/views/tabs/admin-forms-general-settings.php:124
699
+ msgid "Invalid email address message"
700
  msgstr ""
701
 
702
  #: ../includes/views/metaboxes/optional-form-settings.php:125
703
+ #: ../includes/views/tabs/admin-forms-general-settings.php:128
704
+ msgid "Required field missing message"
705
  msgstr ""
706
 
707
  #: ../includes/views/metaboxes/optional-form-settings.php:129
708
+ #: ../includes/views/tabs/admin-forms-general-settings.php:132
709
  msgid "Already subscribed message"
710
  msgstr ""
711
 
712
  #: ../includes/views/metaboxes/optional-form-settings.php:134
713
+ #: ../includes/views/tabs/admin-forms-general-settings.php:138
714
  msgid "Invalid CAPTCHA message"
715
  msgstr ""
716
 
717
+ #: ../includes/views/metaboxes/optional-form-settings.php:139
718
+ #: ../includes/views/tabs/admin-forms-general-settings.php:143
719
+ msgid "General error message"
720
+ msgstr ""
721
+
722
+ #: ../includes/views/metaboxes/optional-form-settings.php:145
723
+ #: ../includes/views/tabs/admin-forms-general-settings.php:148
724
  #, php-format
725
  msgid "HTML tags like %s are allowed in the message fields."
726
  msgstr ""
853
  msgid "Selecting a form will automatically add the sign-up checkbox to it."
854
  msgstr ""
855
 
856
+ #: ../includes/views/pages/admin-checkbox-settings.php:85
857
+ #, php-format
858
+ msgid ""
859
+ "Use %s in your Contact Form 7 mark-up to add a sign-up checkbox to your CF7 "
860
+ "forms.</p>"
861
+ msgstr ""
862
+
863
+ #: ../includes/views/pages/admin-checkbox-settings.php:90
864
  msgid "Checkbox label text"
865
  msgstr ""
866
 
867
+ #: ../includes/views/pages/admin-checkbox-settings.php:93
868
+ #: ../includes/views/pages/admin-checkbox-settings.php:123
869
  #, php-format
870
  msgid "HTML tags like %s are allowed in the label text."
871
  msgstr ""
872
 
873
+ #: ../includes/views/pages/admin-checkbox-settings.php:97
874
  msgid "Pre-check the checkbox?"
875
  msgstr ""
876
 
877
+ #: ../includes/views/pages/admin-checkbox-settings.php:102
878
  msgid "Load some default CSS?"
879
  msgstr ""
880
 
881
+ #: ../includes/views/pages/admin-checkbox-settings.php:104
882
  msgid "Select \"yes\" if the checkbox appears in a weird place."
883
  msgstr ""
884
 
885
+ #: ../includes/views/pages/admin-checkbox-settings.php:108
886
+ #: ../includes/views/pages/admin-checkbox-settings.php:128
887
  #: ../includes/views/tabs/admin-forms-general-settings.php:48
888
+ #: ../includes/views/tabs/admin-forms-general-settings.php:152
889
  msgid "Save all changes"
890
  msgstr ""
891
 
892
+ #: ../includes/views/pages/admin-checkbox-settings.php:111
893
  msgid "Custom label texts"
894
  msgstr ""
895
 
896
+ #: ../includes/views/pages/admin-checkbox-settings.php:112
897
  msgid ""
898
  "Override the default checkbox label text for any given checkbox using the "
899
  "fields below."
947
  msgstr ""
948
 
949
  #: ../includes/views/pages/admin-general-settings.php:55
950
+ #: ../includes/views/pages/admin-general-settings.php:126
951
  msgid "Renew MailChimp lists"
952
  msgstr ""
953
 
954
+ #: ../includes/views/pages/admin-general-settings.php:113
955
  msgid "No lists were found in your MailChimp account."
956
  msgstr ""
957
 
963
  msgid "Log"
964
  msgstr ""
965
 
966
+ #: ../includes/views/parts/admin-footer.php:9
967
  #, php-format
968
  msgid ""
969
+ "Need help? Have a look at the <a href=\"%s\">plugin documentation</a> or "
970
+ "email me directly at <a href=\"%s\">support@dannyvankooten.com</a>."
971
+ msgstr ""
972
+
973
+ #: ../includes/views/parts/admin-text-variables.php:13
974
+ msgid "Replaced with the form response (error or success messages)."
975
  msgstr ""
976
 
977
+ #: ../includes/views/parts/admin-text-variables.php:18
978
+ msgid "Replaced with a captcha field."
979
+ msgstr ""
980
+
981
+ #: ../includes/views/parts/admin-text-variables.php:23
982
  msgid "Replaced with the number of subscribers on the selected list(s)"
983
  msgstr ""
984
 
985
+ #: ../includes/views/parts/admin-text-variables.php:27
986
+ #, php-format
987
+ msgid "Replaced with the current site language, eg: %s"
988
+ msgstr ""
989
+
990
+ #: ../includes/views/parts/admin-text-variables.php:31
991
  msgid "Replaced with the visitor's IP address"
992
  msgstr ""
993
 
994
+ #: ../includes/views/parts/admin-text-variables.php:35
995
  #, php-format
996
  msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
997
  msgstr ""
998
 
999
+ #: ../includes/views/parts/admin-text-variables.php:39
1000
  #, php-format
1001
  msgid "Replaced with the current time (hh:mm:ss eg: %s)"
1002
  msgstr ""
1003
 
1004
+ #: ../includes/views/parts/admin-text-variables.php:43
1005
  msgid ""
1006
  "Replaced with the logged in user's email (or nothing, if there is no logged "
1007
  "in user)"
1008
  msgstr ""
1009
 
1010
+ #: ../includes/views/parts/admin-text-variables.php:47
 
 
 
 
1011
  msgid "First name of the current user"
1012
  msgstr ""
1013
 
1014
+ #: ../includes/views/parts/admin-text-variables.php:51
1015
  msgid "Last name of the current user"
1016
  msgstr ""
1017
 
1018
+ #: ../includes/views/parts/admin-text-variables.php:55
1019
  msgid "Current user ID"
1020
  msgstr ""
1021
 
1022
+ #: ../includes/views/parts/admin-text-variables.php:59
1023
  msgid "Current URL"
1024
  msgstr ""
1025
 
1031
  msgid "Build CSS File"
1032
  msgstr ""
1033
 
1034
+ #: ../includes/views/tabs/admin-forms-css-builder.php:230
1035
+ #, php-format
1036
+ msgid "Please <a href=\"%s\">create at least 1 form</a> first."
1037
+ msgstr ""
1038
+
1039
+ #: ../includes/views/tabs/admin-forms-css-builder.php:232
1040
+ msgid "Select form for preview"
1041
+ msgstr ""
1042
+
1043
  #: ../includes/views/tabs/admin-forms-general-settings.php:8
1044
  msgid "Sign-Up Forms"
1045
  msgstr ""
mailchimp-for-wp.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
3
  Plugin Name: MailChimp for WordPress Lite
4
- Plugin URI: https://dannyvankooten.com/mailchimp-for-wordpress/
5
  Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
6
- Version: 2.1
7
  Author: Danny van Kooten
8
  Author URI: http://dannyvankooten.com
9
  Text Domain: mailchimp-for-wp
@@ -47,7 +47,7 @@ function mc4wp_load_plugin() {
47
  }
48
 
49
  // bootstrap the lite plugin
50
- define( 'MC4WP_LITE_VERSION', '2.1' );
51
  define( 'MC4WP_LITE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
52
  define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
53
  define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );
1
  <?php
2
  /*
3
  Plugin Name: MailChimp for WordPress Lite
4
+ Plugin URI: https://mc4wp.com/
5
  Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
6
+ Version: 2.1.1
7
  Author: Danny van Kooten
8
  Author URI: http://dannyvankooten.com
9
  Text Domain: mailchimp-for-wp
47
  }
48
 
49
  // bootstrap the lite plugin
50
+ define( 'MC4WP_LITE_VERSION', '2.1.1' );
51
  define( 'MC4WP_LITE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
52
  define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
53
  define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === MailChimp for WordPress ===
2
- Contributors: DvanKooten, 12notions
3
- Donate link: https://dannyvankooten.com/mailchimp-for-wordpress/
4
  Tags: mailchimp,form,shortcode,widget,checkbox,comment,newsletter,buddypress,multisite,bbpress,woocommerce,easy digital downloads,contact form,contact form 7
5
  Requires at least: 3.6
6
- Tested up to: 3.9.1
7
- Stable tag: 2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -14,12 +14,12 @@ The best MailChimp plugin to get more email subscribers. Easily add sign-up form
14
 
15
  = MailChimp for WordPress =
16
 
17
- *Adding sign-up methods for your MailChimp lists to your WordPress site should be easy. With this plugin, it is.*
18
 
19
  MailChimp for WordPress lets you create a highly customizable sign-up form which you can display wherever you want it to display using a simple shortcode, widget or template function. You can also add sign-up checkboxes to various forms on your site, like your comment or contact forms.
20
 
21
  = Sign-Up Forms =
22
- Easily create sign-up forms for your MailChimp list and display it using a simple shortcode, widget or template function.
23
 
24
  = Sign-Up Checkboxes =
25
  Add sign-up checkboxes to *any* form on your website. The plugin offers built-in integration with comment forms, registration forms, Contact Form 7, BuddyPress, bbPress and WordPress MultiSite.
@@ -27,7 +27,7 @@ Add sign-up checkboxes to *any* form on your website. The plugin offers built-in
27
  **MailChimp for WordPress, at a glance..**
28
 
29
  - Simple. All you need is your MailChimp API key.
30
- - Customizable. Have the form fields generated for you or use your own mark-up.
31
  - Beautiful. Choose one of the default form themes or use your own styles.
32
  - Developer friendly.
33
 
@@ -38,20 +38,24 @@ Add sign-up checkboxes to *any* form on your website. The plugin offers built-in
38
  > The Pro version of the plugin comes with the following features:
39
  >
40
  > - Multiple forms, each form can subscribe to one or multiple MailChimp lists
41
- > - AJAX forms, forms do not need to reload the page
42
  > - Easy CSS Builder and custom color themes
43
  > - Reports: Statistical graphs & subscription log
44
  > - Checkbox integration for WooCommerce & Easy Digital Downloads checkout
45
  > - Priority support
46
  >
47
- > [More information](https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-features-link) | [Form demo's](https://dannyvankooten.com/mailchimp-for-wordpress/demo/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-features-link) | [Upgrade now >>](https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-features-link)
48
 
49
- **Translators**
 
 
50
 
51
  - English (en_US) - Danny van Kooten
52
  - Dutch (nl_NL) - Danny van Kooten
53
  - Spanish (es_ES) - [Paul Benitez - Tecnofilos](http://www.tecnofilos.net/)
54
  - Brazilian (pt_BR) - [Felipe Scuissiatto - Evonline](http://www.evonline.com.br/)
 
 
55
 
56
  If you have created your own language pack (or have an update of an existing one) you can send in your .PO and .MO files so we can bundle it into MailChimp for WordPress. You can [download the latest POT file](http://plugins.svn.wordpress.org/mailchimp-for-wp/trunk/languages/mailchimp-for-wp.po), and [PO files in each language](http://plugins.svn.wordpress.org/mailchimp-for-wp/trunk/languages/).
57
 
@@ -65,41 +69,58 @@ If you have created your own language pack (or have an update of an existing one
65
  == Installation ==
66
 
67
  = Installing the plugin =
68
- 1. In your WordPress admin panel, go to *Plugins > New Plugin*, search for *MailChimp for WordPress* and click "Install now"
69
  1. Alternatively, download the plugin and upload the contents of `mailchimp-for-wp.zip` to your plugins directory, which usually is `/wp-content/plugins/`.
70
  1. Activate the plugin
71
- 1. Set your MailChimp API key in the plugin settings.
72
 
73
  = Configuring Sign-Up Checkboxes =
74
  1. Go to *MailChimp for WP > Checkboxes*
75
- 1. Select at least one list to subscribe visitors to.
76
- 1. Select at least 1 form to add the checkbox to, eg your comment form.
 
 
 
 
 
77
 
78
  = Configuring Sign-Up Form(s) =
79
  1. Go to *MailChimp for WP > Forms*
80
- 1. Select at least one list to subscribe visitors to.
81
- 1. *(Optional)* Add more fields or dynamic content to your form using the **add field** tool.
82
- 1. Show the form in pages or posts by using the `[mc4wp_form]` shortcode.
83
- 1. Show the form in your widget areas using the plugin widget.
84
- 1. Show the form from your template files by calling `mc4wp_form()`
 
 
 
 
 
 
 
 
 
 
 
 
85
 
86
- Need help? Please take a look at the [frequently asked questions](http://wordpress.org/plugins/mailchimp-for-wp/faq/) first
87
 
88
  = Upgrade to Pro =
89
- If you like the plugin, [get the Pro version of MailChimp for WordPress](https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=installation-instructions-link) for an even better plugin!
90
 
91
  == Frequently Asked Questions ==
92
 
93
  > **Is there a premium version of this plugin?**
94
  >
95
- > Yes, you'll love it. Some Pro only features are:
96
  >
97
  > - Unlimited amount of forms. Each form can subscribe to one or multiple MailChimp lists.
98
  > - Easy CSS Builder and custom color themes.
99
  > - AJAX. Forms can be submitted using JavaScript, causing no page reload.
100
  > - Reports: Graphs & log. Learn when, where and how your visitors subscribed.
101
  >
102
- > [More Pro features](https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=faq-link) | [Demo](https://dannyvankooten.com/mailchimp-for-wordpress/demo/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=faq-link)
103
 
104
  = How to display a form in posts or pages? =
105
  Use the `[mc4wp_form]` shortcode.
@@ -141,7 +162,7 @@ You can use CSS rules to style the sign-up form, use the following CSS selectors
141
 
142
  Add your custom CSS rules to the end of your theme stylesheet, **/wp-content/themes/your-theme-name/style.css**. Do not add them to the plugin stylesheet as they will be automatically overwritten on the next plugin update.
143
 
144
- [>> With the Pro plugin it's really easy to design beautiful forms <<](https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-css-link)
145
 
146
  = Where can I find my MailChimp API key? =
147
  [You can find your MailChimp API key here](http://kb.mailchimp.com/article/where-can-i-find-my-api-key)
@@ -201,7 +222,7 @@ Install the [BWS Captcha](https://wordpress.org/plugins/captcha/) plugin, then u
201
  = Why does the checkbox not show up at my comment form? =
202
  Your theme probably does not support the necessary comment hook this plugin uses to add the checkbox to your comment form. You can manually place the checkbox by placing the following code snippet inside the form tags of your theme's comment form.
203
 
204
- `<?php if(function_exists('mc4wp_checkbox')) { mc4wp_checkbox(); }?>`
205
 
206
  Your theme folder can be found by browsing to `/wp-content/themes/your-theme-name/`.
207
 
@@ -218,11 +239,34 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
218
 
219
  == Changelog ==
220
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
  = 2.1 - July 29, 2014 =
222
 
223
  **Fixes**
224
 
225
- - Some fields lost its value when a form error occured
226
 
227
  **Improvements**
228
 
@@ -481,5 +525,5 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
481
 
482
  == Upgrade Notice ==
483
 
484
- = 2.1 =
485
- Improved server-side field validation, minified all assets, added Brazilian translations.
1
  === MailChimp for WordPress ===
2
+ Contributors: DvanKooten
3
+ Donate link: https://mc4wp.com/
4
  Tags: mailchimp,form,shortcode,widget,checkbox,comment,newsletter,buddypress,multisite,bbpress,woocommerce,easy digital downloads,contact form,contact form 7
5
  Requires at least: 3.6
6
+ Tested up to: 4.0
7
+ Stable tag: 2.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
14
 
15
  = MailChimp for WordPress =
16
 
17
+ *Adding sign-up methods for your MailChimp lists to your WordPress site should be easy. With this plugin, it finally is.*
18
 
19
  MailChimp for WordPress lets you create a highly customizable sign-up form which you can display wherever you want it to display using a simple shortcode, widget or template function. You can also add sign-up checkboxes to various forms on your site, like your comment or contact forms.
20
 
21
  = Sign-Up Forms =
22
+ Easily create sign-up forms for your MailChimp list and display it using a simple shortcode, a widget or PHP function.
23
 
24
  = Sign-Up Checkboxes =
25
  Add sign-up checkboxes to *any* form on your website. The plugin offers built-in integration with comment forms, registration forms, Contact Form 7, BuddyPress, bbPress and WordPress MultiSite.
27
  **MailChimp for WordPress, at a glance..**
28
 
29
  - Simple. All you need is your MailChimp API key.
30
+ - Customizable. Have the form fields generated for you or use your own customized HTML.
31
  - Beautiful. Choose one of the default form themes or use your own styles.
32
  - Developer friendly.
33
 
38
  > The Pro version of the plugin comes with the following features:
39
  >
40
  > - Multiple forms, each form can subscribe to one or multiple MailChimp lists
41
+ > - AJAX forms, submitting forms does not require a page reload
42
  > - Easy CSS Builder and custom color themes
43
  > - Reports: Statistical graphs & subscription log
44
  > - Checkbox integration for WooCommerce & Easy Digital Downloads checkout
45
  > - Priority support
46
  >
47
+ > [More information](https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-features-link) | [Form demo's](https://mc4wp.com/demo/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-features-link) | [Upgrade now >>](https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-features-link)
48
 
49
+ **Translations**
50
+
51
+ The MailChimp for WordPress plugin is fully translated into the following languages.
52
 
53
  - English (en_US) - Danny van Kooten
54
  - Dutch (nl_NL) - Danny van Kooten
55
  - Spanish (es_ES) - [Paul Benitez - Tecnofilos](http://www.tecnofilos.net/)
56
  - Brazilian (pt_BR) - [Felipe Scuissiatto - Evonline](http://www.evonline.com.br/)
57
+ - German (de_DE) - [Jochen Gererstorfer](http://slotnerd.de/)
58
+ - Italian (it_IT) - [Gianpaolo Rolando]([Gianpaolo Rolando](http://www.gianpaolorolando.eu/))
59
 
60
  If you have created your own language pack (or have an update of an existing one) you can send in your .PO and .MO files so we can bundle it into MailChimp for WordPress. You can [download the latest POT file](http://plugins.svn.wordpress.org/mailchimp-for-wp/trunk/languages/mailchimp-for-wp.po), and [PO files in each language](http://plugins.svn.wordpress.org/mailchimp-for-wp/trunk/languages/).
61
 
69
  == Installation ==
70
 
71
  = Installing the plugin =
72
+ 1. In your WordPress admin panel, go to *Plugins > New Plugin*, search for **MailChimp for WordPress** and click "*Install now*"
73
  1. Alternatively, download the plugin and upload the contents of `mailchimp-for-wp.zip` to your plugins directory, which usually is `/wp-content/plugins/`.
74
  1. Activate the plugin
75
+ 1. Set [your MailChimp API key](https://admin.mailchimp.com/account/api) in the plugin settings.
76
 
77
  = Configuring Sign-Up Checkboxes =
78
  1. Go to *MailChimp for WP > Checkboxes*
79
+ 1. Select at least one of your MailChimp lists to subscribe to.
80
+ 1. Select the forms you want to add a sign-up checkbox to, eg your comment form.
81
+ 1. Integrate the sign-up checkbox with any other form by using the following HTML.
82
+
83
+ `
84
+ <label><input type="checkbox" name="mc4wp-subscribe" value="1" /> Subscribe to our newsletter.</label>
85
+ `
86
 
87
  = Configuring Sign-Up Form(s) =
88
  1. Go to *MailChimp for WP > Forms*
89
+ 1. Select at least one of your MailChimp lists to subscribe to.
90
+ 1. *(Optional)* Add more fields or dynamic content to your form using the **add MailChimp field** dropdown.
91
+ 1. Embed a sign-up form in pages or posts by using the following shortcode.
92
+
93
+ `
94
+ [mc4wp_form]
95
+ `
96
+ 1. Show a sign-up form in your widget areas using the "MailChimp Sign-Up Form" widget.
97
+ 1. Show a sign-up form from your theme files by using the following PHP function.
98
+
99
+ `
100
+ <?php
101
+
102
+ if( function_exists( 'mc4wp_form' ) ) {
103
+ mc4wp_form();
104
+ }
105
+ `
106
 
107
+ Need help? Please take a look at the [frequently asked questions](http://wordpress.org/plugins/mailchimp-for-wp/faq/) first. If you can't find your answer there, start a topic in the [MailChimp for WordPress plugin support forums](http://wordpress.org/support/plugin/mailchimp-for-wp).
108
 
109
  = Upgrade to Pro =
110
+ If you like the plugin, [get the Pro version of MailChimp for WordPress](https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=installation-instructions-link) for an even better plugin!
111
 
112
  == Frequently Asked Questions ==
113
 
114
  > **Is there a premium version of this plugin?**
115
  >
116
+ > Yes, there is and I'm sure you'll love it. Some (but not all) Pro-only features are:
117
  >
118
  > - Unlimited amount of forms. Each form can subscribe to one or multiple MailChimp lists.
119
  > - Easy CSS Builder and custom color themes.
120
  > - AJAX. Forms can be submitted using JavaScript, causing no page reload.
121
  > - Reports: Graphs & log. Learn when, where and how your visitors subscribed.
122
  >
123
+ > [More Pro features](https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=faq-link) | [Demo](https://dannyvankooten.com/mailchimp-for-wordpress/demo/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=faq-link)
124
 
125
  = How to display a form in posts or pages? =
126
  Use the `[mc4wp_form]` shortcode.
162
 
163
  Add your custom CSS rules to the end of your theme stylesheet, **/wp-content/themes/your-theme-name/style.css**. Do not add them to the plugin stylesheet as they will be automatically overwritten on the next plugin update.
164
 
165
+ [>> With the Pro plugin it's really easy to design beautiful forms <<](https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-css-link)
166
 
167
  = Where can I find my MailChimp API key? =
168
  [You can find your MailChimp API key here](http://kb.mailchimp.com/article/where-can-i-find-my-api-key)
222
  = Why does the checkbox not show up at my comment form? =
223
  Your theme probably does not support the necessary comment hook this plugin uses to add the checkbox to your comment form. You can manually place the checkbox by placing the following code snippet inside the form tags of your theme's comment form.
224
 
225
+ `<?php if( function_exists( 'mc4wp_checkbox' ) ) { mc4wp_checkbox(); }?>`
226
 
227
  Your theme folder can be found by browsing to `/wp-content/themes/your-theme-name/`.
228
 
239
 
240
  == Changelog ==
241
 
242
+ = 2.1.1 - August 12, 2014 =
243
+
244
+ **Fixes**
245
+
246
+ - `mc4wp_get_current_url()` now takes ports and the WP site url option into account
247
+ - Quicktags buttons were not showing because script was not loaded, now it is.
248
+
249
+ **Improvements**
250
+
251
+ - Improved CSS reset for the sign-up checkbox
252
+ - Added deprecated warning to some functions
253
+ - Improvements to third-party forms integration for the sign-up checkbox. Integrating with the [Events Manager](https://wordpress.org/plugins/events-manager/) plugin should work now.
254
+ - Updated Dutch translations
255
+ - Updated English translations
256
+
257
+ **Additions**
258
+
259
+ - Added `mc4wp_form_error_{ERROR_CODE}` action hook to allow hooking into all form errors.
260
+ - Added `{response}` tag to allow setting a custom response position
261
+ - Added various filters to customize form HTML
262
+ - Added German language, thanks to [Jochen Gererstorfer](http://slotnerd.de/)
263
+ - Added Italian language, thanks to [Gianpaolo Rolando](http://www.gianpaolorolando.eu/)
264
+
265
  = 2.1 - July 29, 2014 =
266
 
267
  **Fixes**
268
 
269
+ - Some fields lost its value when a form error occurred
270
 
271
  **Improvements**
272
 
525
 
526
  == Upgrade Notice ==
527
 
528
+ = 2.1.1 =
529
+ Added {response} tag to set a custom response position. Added German and Italian translations. Some minor fixes and improvements.