WooCommerce Germanized - Version 1.3.3

Version Description

  • Feature - email attachment drag & drop ordering
  • Feature - email plain text support
  • Fix - saving variation data
  • Fix - email template override notice (copy to woocommerce-germanized-pro instead of woocommerce)
  • Fix - unit base display fix (hide number if base
Download this release

Release Info

Developer vendidero
Plugin Icon 128x128 WooCommerce Germanized
Version 1.3.3
Comparing to
See all releases

Code changes from version 1.3.2 to 1.3.3

Files changed (37) hide show
  1. assets/css/woocommerce-gzd-activation.css +5 -0
  2. assets/css/woocommerce-gzd-activation.min.css +1 -1
  3. assets/css/woocommerce-gzd-admin.css +5 -1
  4. assets/css/woocommerce-gzd-admin.min.css +1 -1
  5. assets/images/multistep-checkout.png +0 -0
  6. assets/images/pro/settings-checkout.png +0 -0
  7. assets/images/pro/settings-invoices.png +0 -0
  8. assets/js/admin/emails.js +20 -0
  9. assets/js/admin/emails.min.js +1 -0
  10. assets/js/admin/settings.js +36 -0
  11. assets/js/admin/settings.min.js +1 -1
  12. assets/js/checkout.js +3 -0
  13. i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
  14. i18n/languages/woocommerce-germanized-de_DE.po +287 -230
  15. i18n/languages/woocommerce-germanized.mo +0 -0
  16. i18n/languages/woocommerce-germanized.po +1075 -460
  17. includes/abstracts/abstract-wc-gzd-product.php +1 -1
  18. includes/admin/class-wc-gzd-admin-notices.php +45 -6
  19. includes/admin/class-wc-gzd-admin-welcome.php +55 -7
  20. includes/admin/class-wc-gzd-admin.php +3 -0
  21. includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php +39 -46
  22. includes/admin/settings/class-wc-gzd-settings-germanized.php +67 -50
  23. includes/admin/views/html-notice-pro.php +31 -0
  24. includes/admin/views/html-settings-pro.php +1 -1
  25. includes/class-wc-gzd-emails.php +41 -15
  26. includes/class-wc-gzd-install.php +2 -0
  27. includes/emails/class-wc-gzd-email-customer-new-account-activation.php +1 -1
  28. includes/emails/class-wc-gzd-email-customer-trusted-shops.php +2 -0
  29. includes/wc-gzd-core-functions.php +27 -0
  30. readme.txt +32 -15
  31. templates/emails/customer-new-account-activation.php +1 -1
  32. templates/emails/plain/customer-ekomi.php +25 -0
  33. templates/emails/plain/customer-new-account-activation.php +32 -0
  34. templates/emails/plain/customer-revocation.php +32 -0
  35. templates/emails/plain/customer-trusted-shops.php +20 -0
  36. templates/emails/plain/email-footer-attachment.php +39 -0
  37. woocommerce-germanized.php +16 -11
assets/css/woocommerce-gzd-activation.css CHANGED
@@ -32,9 +32,14 @@
32
  width: 100%;
33
  margin-right: 0;
34
  }
 
 
 
 
35
  .dashboard_page_wc-gzd-about .wc-vendipro-features {
36
  margin-top: 0;
37
  border: none;
 
38
  }
39
  .dashboard_page_wc-gzd-about .wc-vendipro-features div h4 {
40
  margin-top: 0.5em;
32
  width: 100%;
33
  margin-right: 0;
34
  }
35
+ .dashboard_page_wc-gzd-about h3 .wc-gzd-pro {
36
+ font-size: 0.7em;
37
+ margin-left: 1em;
38
+ }
39
  .dashboard_page_wc-gzd-about .wc-vendipro-features {
40
  margin-top: 0;
41
  border: none;
42
+ padding-bottom: 15px;
43
  }
44
  .dashboard_page_wc-gzd-about .wc-vendipro-features div h4 {
45
  margin-top: 0.5em;
assets/css/woocommerce-gzd-activation.min.css CHANGED
@@ -1 +1 @@
1
- .wc-gzd-logo{display:inline-block!important;text-indent:-9999px;width:298px;vertical-align:top;margin-top:2rem;height:89px;background:url(../images/wc-germanized.svg)no-repeat;background-size:298px auto}.about-text,.dashboard_page_wc-gzd-about .vendipro .left,.vendipro-buttons a,.vendipro-buttons p,.wc-gzd-fb,.wc-gzd-fb iframe,.wc-gzd-twitter{display:inline-block}.about-text{padding:0;max-width:50%;width:50%;margin:2rem 0 0 5%}.wc-gzd-twitter iframe{width:130px!important}.wc-gzd-fb iframe{position:relative;top:5px}.dashboard_page_wc-gzd-about h1{width:100%;margin-right:0}.dashboard_page_wc-gzd-about .wc-vendipro-features{margin-top:0;border:none}.dashboard_page_wc-gzd-about .wc-vendipro-features div h4{margin-top:.5em;font-size:1.1em;line-height:1.1em}.vendipro-buttons p{font-size:.8em;padding-top:3px;margin:0 0 0 5px}.dashboard_page_wc-gzd-about .changelog{margin-top:3em;border-top:1px solid #CCC;padding-top:0}.dashboard_page_wc-gzd-about .feature-section{border:none}.dashboard_page_wc-gzd-about .vendipro .left{width:40%;padding-right:2em;vertical-align:top}.dashboard_page_wc-gzd-about .vendipro .right{display:inline-block;vertical-align:top;width:50%}.dashboard_page_wc-gzd-about .vendipro .right p:first-child{margin-top:5px}.dashboard_page_wc-gzd-about .vendipro .left img{width:100%;border:1px solid #CCC;border-radius:3px}.woocommerce-gzd-message .button-primary,p.wc-gzd-actions a.button-primary{background-color:#262626!important;border:1px solid #000!important}.woocommerce-gzd-message .button-primary:hover,p.wc-gzd-actions a.button-primary:hover{background-color:#363636!important;border:1px solid #000!important}.woocommerce-gzd-message .form-table tr td,.woocommerce-gzd-message .form-table tr th{padding:.7rem 0;margin:0}.woocommerce-gzd-message a.wc-gzd-skip{opacity:.7}.woocommerce-gzd-message{border-left:4px solid #bb2525!important}
1
+ .dashboard_page_wc-gzd-about h3 .wc-gzd-pro{font-size:.7em;margin-left:1em}.dashboard_page_wc-gzd-about .wc-vendipro-features{padding-bottom:15px}.wc-gzd-logo{display:inline-block!important;text-indent:-9999px;width:298px;vertical-align:top;margin-top:2rem;height:89px;background:url(../images/wc-germanized.svg)no-repeat;background-size:298px auto}.about-text,.dashboard_page_wc-gzd-about .vendipro .left,.vendipro-buttons a,.vendipro-buttons p,.wc-gzd-fb,.wc-gzd-fb iframe,.wc-gzd-twitter{display:inline-block}.about-text{padding:0;max-width:50%;width:50%;margin:2rem 0 0 5%}.wc-gzd-twitter iframe{width:130px!important}.wc-gzd-fb iframe{position:relative;top:5px}.dashboard_page_wc-gzd-about h1{width:100%;margin-right:0}.dashboard_page_wc-gzd-about .wc-vendipro-features{margin-top:0;border:none}.dashboard_page_wc-gzd-about .wc-vendipro-features div h4{margin-top:.5em;font-size:1.1em;line-height:1.1em}.vendipro-buttons p{font-size:.8em;padding-top:3px;margin:0 0 0 5px}.dashboard_page_wc-gzd-about .changelog{margin-top:3em;border-top:1px solid #CCC;padding-top:0}.dashboard_page_wc-gzd-about .feature-section{border:none}.dashboard_page_wc-gzd-about .vendipro .left{width:40%;padding-right:2em;vertical-align:top}.dashboard_page_wc-gzd-about .vendipro .right{display:inline-block;vertical-align:top;width:50%}.dashboard_page_wc-gzd-about .vendipro .right p:first-child{margin-top:5px}.dashboard_page_wc-gzd-about .vendipro .left img{width:100%;border:1px solid #CCC;border-radius:3px}.woocommerce-gzd-message .button-primary,p.wc-gzd-actions a.button-primary{background-color:#262626!important;border:1px solid #000!important}.woocommerce-gzd-message .button-primary:hover,p.wc-gzd-actions a.button-primary:hover{background-color:#363636!important;border:1px solid #000!important}.woocommerce-gzd-message .form-table tr td,.woocommerce-gzd-message .form-table tr th{padding:.7rem 0;margin:0}.woocommerce-gzd-message a.wc-gzd-skip{opacity:.7}.woocommerce-gzd-message{border-left:4px solid #bb2525!important}
assets/css/woocommerce-gzd-admin.css CHANGED
@@ -103,7 +103,7 @@ table.data_table tr td p.form-field {
103
  .wc-gzd-premium img, .forminp-image img {
104
  width: 100%;
105
  height: auto;
106
- opacity: 0.5;
107
  }
108
 
109
  table.wc-gzd-tax-example tr th, table.wc-gzd-tax-example tr td {
@@ -113,4 +113,8 @@ table.wc-gzd-tax-example tr th, table.wc-gzd-tax-example tr td {
113
 
114
  table.wc-gzd-tax-example tr th:first-child, table.wc-gzd-tax-example tr td:first-child {
115
  padding-left: 0;
 
 
 
 
116
  }
103
  .wc-gzd-premium img, .forminp-image img {
104
  width: 100%;
105
  height: auto;
106
+ opacity: 0.7;
107
  }
108
 
109
  table.wc-gzd-tax-example tr th, table.wc-gzd-tax-example tr td {
113
 
114
  table.wc-gzd-tax-example tr th:first-child, table.wc-gzd-tax-example tr td:first-child {
115
  padding-left: 0;
116
+ }
117
+
118
+ .wc-gzd-admin-settings tbody.ui-sortable tr:hover {
119
+ cursor: move;
120
  }
assets/css/woocommerce-gzd-admin.min.css CHANGED
@@ -1 +1 @@
1
- .wc-gzd-admin-settings,.wc-gzd-admin-settings-sidebar{display:inline-block;box-sizing:border-box;vertical-align:top}.wc-gzd-button,.wc-gzd-button:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15)!important}table.data_table tr td p.form-field{margin:0!important;padding:0!important}.variable_cart_mini_desc .wp-editor-tools{margin-top:-3em}.variable_cart_mini_desc_pre .wp-editor-tools{margin-top:-2em}.wc-gzd-admin-settings{width:70%;border-right:1px solid #CCC;padding-right:2%}.wc-gzd-admin-settings-sidebar{padding-left:2%;margin-left:-4px;width:30%}.wc-gzd-admin-settings-agbs,.wc-gzd-admin-settings-sidebar img,.wc-gzd-admin-settings-widerruf{width:100%}.wc-gzd-admin-settings-sidebar .browser{border:1px solid #CCC;border-radius:3px}.wc-gzd-admin-settings-sidebar .small{font-size:.9em;display:block;margin-top:.5em}._billing_address_1_field,._billing_title_field,._shipping_address_1_field,._shipping_title_field{width:100%!important}.wc-gzd-button{background-color:#7b9f35!important;border:1px solid #557020!important}.wc-gzd-button:hover{background-color:#73982a!important;border:1px solid #557020!important}.wc-gzd-button-wrapper .button{margin-right:1em}.wc-gzd-premium-section-tab,.wc-gzd-pro{font-size:9px;background:#0074a2;border-radius:3px;line-height:9px;color:#FFF;text-align:center;text-transform:uppercase;padding:1px 3px;position:relative;top:-1px}.wc-gzd-pro{background:#222;text-decoration:none}.wc-gzd-pro:hover{color:#FFF}.subsubsub li a:hover .wc-gzd-premium-section-tab{background:#2ea2cc}.subsubsub li a.current .wc-gzd-premium-section-tab{background:#222}.forminp-image img,.wc-gzd-premium img{width:100%;height:auto;opacity:.5}table.wc-gzd-tax-example tr td,table.wc-gzd-tax-example tr th{padding:5px;font-size:.9em}table.wc-gzd-tax-example tr td:first-child,table.wc-gzd-tax-example tr th:first-child{padding-left:0}
1
+ .wc-gzd-admin-settings tbody.ui-sortable tr:hover{cursor:move}.wc-gzd-admin-settings,.wc-gzd-admin-settings-sidebar{display:inline-block;box-sizing:border-box;vertical-align:top}.wc-gzd-button,.wc-gzd-button:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15)!important}table.data_table tr td p.form-field{margin:0!important;padding:0!important}.variable_cart_mini_desc .wp-editor-tools{margin-top:-3em}.variable_cart_mini_desc_pre .wp-editor-tools{margin-top:-2em}.wc-gzd-admin-settings{width:70%;border-right:1px solid #CCC;padding-right:2%}.wc-gzd-admin-settings-sidebar{padding-left:2%;margin-left:-4px;width:30%}.wc-gzd-admin-settings-agbs,.wc-gzd-admin-settings-sidebar img,.wc-gzd-admin-settings-widerruf{width:100%}.wc-gzd-admin-settings-sidebar .browser{border:1px solid #CCC;border-radius:3px}.wc-gzd-admin-settings-sidebar .small{font-size:.9em;display:block;margin-top:.5em}._billing_address_1_field,._billing_title_field,._shipping_address_1_field,._shipping_title_field{width:100%!important}.wc-gzd-button{background-color:#7b9f35!important;border:1px solid #557020!important}.wc-gzd-button:hover{background-color:#73982a!important;border:1px solid #557020!important}.wc-gzd-button-wrapper .button{margin-right:1em}.wc-gzd-premium-section-tab,.wc-gzd-pro{font-size:9px;background:#0074a2;border-radius:3px;line-height:9px;color:#FFF;text-align:center;text-transform:uppercase;padding:1px 3px;position:relative;top:-1px}.wc-gzd-pro{background:#222;text-decoration:none}.wc-gzd-pro:hover{color:#FFF}.subsubsub li a:hover .wc-gzd-premium-section-tab{background:#2ea2cc}.subsubsub li a.current .wc-gzd-premium-section-tab{background:#222}.forminp-image img,.wc-gzd-premium img{width:100%;height:auto;opacity:.5}table.wc-gzd-tax-example tr td,table.wc-gzd-tax-example tr th{padding:5px;font-size:.9em}table.wc-gzd-tax-example tr td:first-child,table.wc-gzd-tax-example tr th:first-child{padding-left:0}
assets/images/multistep-checkout.png ADDED
Binary file
assets/images/pro/settings-checkout.png ADDED
Binary file
assets/images/pro/settings-invoices.png CHANGED
Binary file
assets/js/admin/emails.js ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery( function ( $ ) {
2
+
3
+ if( $( '#template code' ).length > 0 ) {
4
+
5
+ $( '#template code' ).each( function() {
6
+
7
+ if ( $( this ).html().indexOf( "woocommerce/" ) >= 0 )
8
+ $( this ).html( $( this ).html().replace( 'woocommerce/', 'woocommerce-germanized/' ) );
9
+
10
+ });
11
+
12
+ }
13
+
14
+ if ( $( '#template .button:not(.toggle_editor)' ).length > 0 ) {
15
+
16
+ $( '#template .button:not(.toggle_editor)' ).remove();
17
+
18
+ }
19
+
20
+ });
assets/js/admin/emails.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(function(a){a("#template code").length>0&&a("#template code").each(function(){a(this).html().indexOf("woocommerce/")>=0&&a(this).html(a(this).html().replace("woocommerce/","woocommerce-germanized/"))}),a("#template .button:not(.toggle_editor)").length>0&&a("#template .button:not(.toggle_editor)").remove()});
assets/js/admin/settings.js CHANGED
@@ -1,8 +1,44 @@
1
  jQuery( function ( $ ) {
 
2
  $( document ).on( 'click', '#wc-gzd-trusted-shops-export', function() {
3
  var href_org = $( this ).data( "href-org" );
4
  $( this ).attr( "href", href_org + '&interval=' + $( '#woocommerce_gzd_trusted_shops_review_collector' ).val() );
5
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  });
7
 
8
  jQuery( window ).load( function () {
1
  jQuery( function ( $ ) {
2
+
3
  $( document ).on( 'click', '#wc-gzd-trusted-shops-export', function() {
4
  var href_org = $( this ).data( "href-org" );
5
  $( this ).attr( "href", href_org + '&interval=' + $( '#woocommerce_gzd_trusted_shops_review_collector' ).val() );
6
  });
7
+
8
+ if ( $( '#woocommerce_gzd_mail_attach_imprint' ).length > 0 ) {
9
+
10
+ var table = $( '#woocommerce_gzd_mail_attach_imprint' ).parents( 'table' );
11
+
12
+ $( table ).find( 'tbody' ).sortable({
13
+
14
+ items: 'tr',
15
+ cursor: 'move',
16
+ axis: 'y',
17
+ handle: 'td, th',
18
+ scrollSensitivity: 40,
19
+ helper:function(e,ui){
20
+ ui.children().each(function(){
21
+ jQuery(this).width(jQuery(this).width());
22
+ });
23
+ ui.css('left', '0');
24
+ return ui;
25
+ },
26
+ start:function(event,ui) {
27
+ ui.item.css('background-color','#f6f6f6');
28
+ },
29
+ stop:function(event,ui){
30
+ ui.item.removeAttr('style');
31
+ var pages = [];
32
+ $( table ).find( 'tr select' ).each( function() {
33
+ pages.push( $(this).attr( 'id' ).replace( 'woocommerce_gzd_mail_attach_', '' ) );
34
+ });
35
+ $( '#woocommerce_gzd_mail_attach_order' ).val( pages.join() );
36
+ }
37
+
38
+ });
39
+
40
+ }
41
+
42
  });
43
 
44
  jQuery( window ).load( function () {
assets/js/admin/settings.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(a){a(document).on("click","#wc-gzd-trusted-shops-export",function(){var b=a(this).data("href-org");a(this).attr("href",b+"&interval="+a("#woocommerce_gzd_trusted_shops_review_collector").val())})}),jQuery(window).load(function(){window.scrollTo(0,0)});
1
+ jQuery(function(a){if(a(document).on("click","#wc-gzd-trusted-shops-export",function(){var b=a(this).data("href-org");a(this).attr("href",b+"&interval="+a("#woocommerce_gzd_trusted_shops_review_collector").val())}),a("#woocommerce_gzd_mail_attach_imprint").length>0){var b=a("#woocommerce_gzd_mail_attach_imprint").parents("table");a(b).find("tbody").sortable({items:"tr",cursor:"move",axis:"y",handle:"td, th",scrollSensitivity:40,helper:function(a,b){return b.children().each(function(){jQuery(this).width(jQuery(this).width())}),b.css("left","0"),b},start:function(a,b){b.item.css("background-color","#f6f6f6")},stop:function(c,d){d.item.removeAttr("style");var e=[];a(b).find("tr select").each(function(){e.push(a(this).attr("id").replace("woocommerce_gzd_mail_attach_",""))}),a("#woocommerce_gzd_mail_attach_order").val(e.join())}})}}),jQuery(window).load(function(){window.scrollTo(0,0)});
assets/js/checkout.js CHANGED
@@ -1,11 +1,14 @@
1
  jQuery( function( $ ) {
 
2
  $( document ).on( 'change', '.payment_methods input[name="payment_method"]', function() {
3
  $( 'body' ).trigger( 'update_checkout' );
4
  });
 
5
  $( 'body' ).bind( 'updated_checkout', function() {
6
  if ( $( '.wc-gzd-place-order' ).length > 0 )
7
  $( '.place-order:not(.wc-gzd-place-order)' ).remove();
8
  });
 
9
  if ( $( '.woocommerce-checkout' ).find( '#order_review_heading' ).length > 0 ) {
10
  $( '.woocommerce-checkout' ).find( '#payment' ).after( $( '.woocommerce-checkout' ).find( '#order_review_heading' ) );
11
  $( '.woocommerce-checkout' ).find( '#order_review_heading' ).show();
1
  jQuery( function( $ ) {
2
+
3
  $( document ).on( 'change', '.payment_methods input[name="payment_method"]', function() {
4
  $( 'body' ).trigger( 'update_checkout' );
5
  });
6
+
7
  $( 'body' ).bind( 'updated_checkout', function() {
8
  if ( $( '.wc-gzd-place-order' ).length > 0 )
9
  $( '.place-order:not(.wc-gzd-place-order)' ).remove();
10
  });
11
+
12
  if ( $( '.woocommerce-checkout' ).find( '#order_review_heading' ).length > 0 ) {
13
  $( '.woocommerce-checkout' ).find( '#payment' ).after( $( '.woocommerce-checkout' ).find( '#order_review_heading' ) );
14
  $( '.woocommerce-checkout' ).find( '#order_review_heading' ).show();
i18n/languages/woocommerce-germanized-de_DE.mo CHANGED
Binary file
i18n/languages/woocommerce-germanized-de_DE.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WooCommerce Germanized v1.3.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2014-09-29 12:26+0100\n"
6
- "PO-Revision-Date: 2015-05-15 10:19:47+0000\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -85,7 +85,7 @@ msgstr "Über WooCommerce Germanized"
85
  msgid "Welcome to WooCommerce Germanized"
86
  msgstr "Willkommen bei WooCommerce Germanized"
87
 
88
- #: includes/admin/class-wc-gzd-admin-welcome.php:254
89
  #@ woocommerce-germanized
90
  msgid "Go to WooCommerce Germanized Settings"
91
  msgstr "zu den WooCommerce Germanized Einstellungen"
@@ -105,24 +105,24 @@ msgstr "zu den WooCommerce Germanized Einstellungen"
105
  msgid "Cheatin’ huh?"
106
  msgstr "So geht das leider nicht.."
107
 
108
- #: includes/admin/class-wc-gzd-admin.php:64
109
  #@ woocommerce-germanized
110
  msgid "Optional Email Content"
111
  msgstr "Optionaler E-Mail Inhalt"
112
 
113
- #: includes/admin/class-wc-gzd-admin.php:73
114
  #@ woocommerce-germanized
115
  msgid "Add content which will be replacing default page content within emails."
116
  msgstr "Füllen Sie dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese Seite zu bestimmen."
117
 
118
- #: includes/admin/class-wc-gzd-admin.php:82
119
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:66
120
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:125
121
  #@ woocommerce-germanized
122
  msgid "Optional Mini Description"
123
  msgstr "Warenkorb Kurzbeschreibung"
124
 
125
- #: includes/admin/class-wc-gzd-admin.php:87
126
  #@ woocommerce-germanized
127
  msgid "This content will be shown as short product description within checkout and emails."
128
  msgstr "Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als Produkt Kurzbeschreibung angezeigt."
@@ -138,7 +138,7 @@ msgstr "Einheit"
138
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:38
139
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:85
140
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:113
141
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:81
142
  #: includes/class-wc-gzd-trusted-shops.php:441
143
  #@ woocommerce-germanized
144
  msgid "None"
@@ -163,7 +163,7 @@ msgstr "Einheitspreis"
163
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:36
164
  #@ woocommerce-germanized
165
  msgid "Sale Unit Price"
166
- msgstr "Aktions-Einheitspreis"
167
 
168
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:59
169
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:108
@@ -192,12 +192,12 @@ msgstr "Anzahl der Einheiten, auf die sich der Einheitspreis bezieht"
192
  msgid "Germanized"
193
  msgstr "Germanized"
194
 
195
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:68
196
  #@ woocommerce-germanized
197
  msgid "General Options"
198
  msgstr "Allgemein"
199
 
200
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:69
201
  #@ woocommerce-germanized
202
  msgid "Display Options"
203
  msgstr "Anzeige"
@@ -214,364 +214,326 @@ msgctxt "ekomi"
214
  msgid "eKomi Options"
215
  msgstr "eKomi"
216
 
217
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:94
218
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:434
219
  #@ woocommerce-germanized
220
  msgid "General"
221
  msgstr "Allgemein"
222
 
223
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:97
224
  #@ woocommerce-germanized
225
  msgid "Small-Enterprise-Regulation"
226
  msgstr "Kleinunternehmerregelung"
227
 
228
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:98
229
  #@ woocommerce-germanized
230
  msgid "VAT based on §19 UStG"
231
  msgstr "Umsatzsteuerbefreit nach §19 UStG."
232
 
233
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:102
234
  #, php-format
235
  #@ woocommerce-germanized
236
  msgid "set this Option if you have chosen <a href=\"%s\" target=\"_blank\">&#167;19 UStG</a>"
237
  msgstr "wähle diese Option, falls du von der Kleinunternehmerregelung (<a href=\"%s\" target=\"_blank\">&#167;19 UStG</a>) betroffen bist und davon Gebrauch machen willst."
238
 
239
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:106
240
  #@ woocommerce-germanized
241
  msgid "Show no VAT notice"
242
  msgstr "Umsatzsteuerbefreiung"
243
 
244
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:107
245
  #@ woocommerce-germanized
246
  msgid "Show no VAT &#167;19 UStG notice on single product"
247
  msgstr "Hinweis zur Umsatzsteuerbefreiung gemäß &#167;19 UStG auf der Produktseite anzeigen."
248
 
249
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:114
250
  #@ woocommerce-germanized
251
  msgid "Submit Order Button Text"
252
  msgstr "Kauf abschließen - Text"
253
 
254
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:115
255
  #@ woocommerce-germanized
256
  msgid "This text serves as Button text for the Order Submit Button."
257
  msgstr "Dieser Text wird auf dem Kauf abschließen Button dargestellt"
258
 
259
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:120
260
  #@ woocommerce-germanized
261
  msgid "Buy Now"
262
  msgstr "Jetzt kaufen"
263
 
264
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:124
265
  #@ woocommerce-germanized
266
  msgid "Phone as required field"
267
  msgstr "Telefon als Pflichtfeld"
268
 
269
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:125
270
  #@ woocommerce-germanized
271
  msgid "Should phone number be a required field within checkout?"
272
  msgstr "Diese Option setzen, damit die Telefonnummer ein Pflichtfeld im Checkout ist."
273
 
274
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:153
275
  #@ woocommerce-germanized
276
  msgid "Legal Pages"
277
  msgstr "Rechtlich relevante Seiten"
278
 
279
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:156
 
280
  #@ woocommerce-germanized
281
  msgid "Imprint"
282
  msgstr "Impressum"
283
 
284
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:157
285
  #@ woocommerce-germanized
286
  msgid "This page should contain an imprint with your company's information."
287
  msgstr "Diese Seite sollte das Impressum d.h. die Informationen (gemäß TMG) zu Ihrem Unternehmen enthalten."
288
 
289
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:238
290
  #@ woocommerce-germanized
291
  msgid "Shipping Costs"
292
  msgstr "Versandkosten"
293
 
294
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:167
295
  #@ woocommerce-germanized
296
  msgid "Data Security Statement"
297
  msgstr "Datenschutzbelehrung"
298
 
299
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:168
300
  #@ woocommerce-germanized
301
  msgid "This page should contain information regarding your data security policy."
302
  msgstr "Diese Seite sollte Ihre Datenschutzbelehrung enthalten."
303
 
304
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:178
305
  #@ woocommerce-germanized
306
  msgid "Power of Revocation"
307
  msgstr "Widerrufsbelehrung"
308
 
309
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:179
310
  #@ woocommerce-germanized
311
  msgid "This page should contain information regarding your customer's Right of Revocation."
312
  msgstr "Diese Seite sollte Ihre Widerrufsbelehrung enthalten. Nutzen Sie folgenden Shortcut um ein Widerrufsformular in die Seite einzubinden: [revocation_form]"
313
 
314
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:189
315
  #@ woocommerce-germanized
316
  msgid "Payment Methods"
317
  msgstr "Zahlungarten"
318
 
319
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:190
320
  #@ woocommerce-germanized
321
  msgid "This page should contain information regarding the Payment Methods that are chooseable during checkout."
322
  msgstr "Diese Seite sollte Informationen zu den von Ihnen zur Verfügung gestellten Zahlungsmöglichkeiten bereitstellen. Nutzen Sie dafür z.B. folgenden Shortcut: [payment_methods_info]"
323
 
324
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:200
325
  #@ woocommerce-germanized
326
  msgid "Shipping Methods"
327
  msgstr "Versandarten"
328
 
329
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:201
330
  #@ woocommerce-germanized
331
  msgid "This page should contain information regarding shipping methods that are chooseable during checkout."
332
  msgstr "Diese Seite sollte Informationen zu den von Ihnen zur Verfügung gestellten Versandarten bereitstellen."
333
 
334
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:212
335
  #@ woocommerce-germanized
336
  msgid "Delivery Times"
337
  msgstr "Lieferzeiten"
338
 
339
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:215
340
  #@ woocommerce-germanized
341
  msgid "Default Delivery Time"
342
  msgstr "Standard-Lieferzeit"
343
 
344
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:216
345
  #@ woocommerce-germanized
346
  msgid "This delivery time will be added to every product if no delivery time has been chosen individually"
347
  msgstr "Diese Lieferzeit wird bei Produkten angezeigt, denen keine Lieferzeit zugeordnet wurde"
348
 
349
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:227
350
  #@ woocommerce-germanized
351
  msgid "Delivery Time Text"
352
  msgstr "Lieferzeit Text"
353
 
354
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:228
355
  #@ woocommerce-germanized
356
  msgid "This text will be used to indicate delivery time for products. Use {delivery_time} as placeholder."
357
  msgstr "Dieser Text wird verwendet um die Lieferzeit im Frontend darzustellen. {delivery_time} als Platzhalter verwenden."
358
 
359
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:233
360
  #@ woocommerce-germanized
361
  msgid "Delivery time: {delivery_time}"
362
  msgstr "Lieferzeit: {delivery_time}"
363
 
364
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:241
365
  #@ woocommerce-germanized
366
  msgid "Shipping Costs Text"
367
  msgstr "Versandkosten Text"
368
 
369
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:242
370
  #@ woocommerce-germanized
371
  msgid "This text will be used to inform the customer about shipping costs. Use {link}{/link} to insert link to shipping costs page."
372
  msgstr "Dieser Text wird genutzt um die Kunden im Frontend über u.U. anfallende Lieferkosten zu informieren. Nutzen Sie die Platzhalter {link}{/link} um den Link zur Versandkosten-Seite einzufügen."
373
 
374
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:247
375
  #@ woocommerce-germanized
376
  msgid "plus {link}Shipping Costs{/link}"
377
  msgstr "zzgl. {link}Versandkosten{/link}"
378
 
379
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:329
 
380
  #@ woocommerce-germanized
381
  msgid "Right of Recission"
382
  msgstr "Widerrufsrecht"
383
 
384
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:332
385
  #@ woocommerce-germanized
386
  msgid "Revocation Address"
387
  msgstr "Widerruf richten an"
388
 
389
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:333
390
  #@ woocommerce-germanized
391
  msgid "Type in an address, telephone/telefax number, email address which is to be used as revocation address"
392
  msgstr "Geben Sie hier Ihre Adresse, Telefon- und Faxnummer, E-Mail Adresse usw. an, an die Ihre Kunden Ihren Widerruf richten sollen"
393
 
394
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:342
395
  #@ woocommerce-germanized
396
  msgid "E-Mails"
397
  msgstr "E-Mails"
398
 
399
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:345
400
- #@ woocommerce-germanized
401
- msgid "Attach Imprint"
402
- msgstr "Impressum"
403
-
404
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:346
405
- #@ woocommerce-germanized
406
- msgid "Attach Imprint to the following email templates"
407
- msgstr "Hier können Sie die E-Mail Templates auswählen, an die das Impressum angehängt werden soll (Inhalt der oben ausgewählten Impressum-Seite bzw. des optionalen E-Mail Inhaltes dieser Seite)"
408
-
409
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:355
410
- #@ woocommerce-germanized
411
- msgid "Attach Terms & Conditions"
412
- msgstr "AGB"
413
-
414
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:356
415
- #@ woocommerce-germanized
416
- msgid "Attach Terms & Conditions to the following email templates"
417
- msgstr "Hier können Sie die E-Mail Templates auswählen, an die die AGB angehängt werden soll (Inhalt der in den WooCommerce-Einstellungen ausgewählten AGB-Seite bzw. des optionalen E-Mail Inhaltes dieser Seite)"
418
-
419
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:365
420
- #@ woocommerce-germanized
421
- msgid "Attach Power of Recission"
422
- msgstr "Widerrufsbelehrung"
423
-
424
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:366
425
- #@ woocommerce-germanized
426
- msgid "Attach Power of Recission to the following email templates"
427
- msgstr "Hier können Sie die E-Mail Templates auswählen, an die die Widerrufsbelehrung angehängt werden soll (Inhalt der oben ausgewählten Widerrufsbelehrungs-Seite bzw. des optionalen E-Mail Inhaltes dieser Seite). Standardmäßig sollte hier zumindest \"Bestellung in Abwicklung\" ausgewählt werden."
428
-
429
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:376
430
- #@ woocommerce-germanized
431
- msgid "Attach Data Security"
432
- msgstr "Datenschutzbelehrung"
433
-
434
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:377
435
- #@ woocommerce-germanized
436
- msgid "Attach Data Security Statement to the following email templates"
437
- msgstr "Hier können Sie die E-Mail Templates auswählen, an die die Datenschutzbelehrung angehängt werden soll (Inhalt der oben ausgewählten Datenschutzbelehrungs-Seite bzw. des optionalen E-Mail Inhaltes dieser Seite)"
438
-
439
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:437
440
  #@ woocommerce-germanized
441
  msgid "Add to Cart"
442
  msgstr "Zum Warenkorb Button"
443
 
444
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:438
445
  #@ woocommerce-germanized
446
  msgid "Show add to cart button on listings?"
447
  msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
448
 
449
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:442
450
  #@ woocommerce-germanized
451
  msgid "unset this option if you don't want to show the add to cart button within the product listings"
452
  msgstr "Deaktivieren Sie diese Option, wenn Sie den zum Warenkorb Button nicht innerhalb von Produktauflistungen darstellen möchten"
453
 
454
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:464
455
  #@ woocommerce-germanized
456
  msgid "Notice Footer"
457
  msgstr "Hinweise im Footer"
458
 
459
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:465
460
  #@ woocommerce-germanized
461
  msgid "Show a global VAT notice within footer"
462
  msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer einfügen."
463
 
464
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:473
465
  #@ woocommerce-germanized
466
  msgid "Show a global sale price notice within footer"
467
  msgstr "Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer einfügen."
468
 
469
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:482
470
  #@ woocommerce-germanized
471
  msgid "Products"
472
  msgstr "Produkt"
473
 
474
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:485
475
  #@ woocommerce-germanized
476
  msgid "Show within Product Listings"
477
  msgstr "In Produktlisten"
478
 
479
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:486
480
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:519
481
  #@ woocommerce-germanized
482
  msgid "Shipping Costs notice"
483
  msgstr "Versandkosten-Hinweis"
484
 
485
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:315
486
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:502
487
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:535
488
  #@ woocommerce-germanized
489
  msgid "Unit Price"
490
  msgstr "Einheitspreis"
491
 
492
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:510
493
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:543
494
  #@ woocommerce-germanized
495
  msgid "Delivery Time Notice"
496
  msgstr "Lieferzeiten-Hinweis"
497
 
498
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:518
499
  #@ woocommerce-germanized
500
  msgid "Show on Product Detail Page"
501
  msgstr "Auf der Produktseite"
502
 
503
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:494
504
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:527
505
  #@ woocommerce-germanized
506
  msgid "Tax Info"
507
  msgstr "MwSt. Hinweis"
508
 
509
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:560
510
  #@ woocommerce-germanized
511
  msgid "Checkout & Cart"
512
  msgstr "Checkout & Warenkorb"
513
 
514
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:629
515
  #@ woocommerce-germanized
516
  msgid "Checkout Legal Display"
517
  msgstr "Checkbox oder Text"
518
 
519
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:630
520
  #@ woocommerce-germanized
521
  msgid "Use Text without Checkbox"
522
  msgstr "Rechtshinweis ohne Checkbox."
523
 
524
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:632
525
  #@ woocommerce-germanized
526
  msgid "This version will remove checkboxes from Checkout and display a text instead. This seems to be legally compliant (Zalando & Co are using this option)."
527
  msgstr "Diese Option nutzt anstatt einer Checkbox einen ausformulierten Text direkt überhalb des Kauf abschließen Buttons (Zalando und Andere Shops verwenden diese Form)"
528
 
529
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:638
530
  #@ woocommerce-germanized
531
  msgid "Legal Text"
532
  msgstr "Rechtlicher Hinweistext"
533
 
534
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:639
535
  #@ woocommerce-germanized
536
  msgid "Choose a Plain Text which will be shown right above checkout submit button. Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} as Placeholders for the links to legal pages."
537
  msgstr "Geben Sie hier den Text ein, den Sie als Hinweistext überhalb des \"Kaufen\" - Buttons darstellen möchten. Nutzen Sie die Platzhalter {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
538
 
539
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:641
540
  #@ woocommerce-germanized
541
  msgid "With your order, you agree to have read and understood our {term_link}Terms and Conditions{/term_link} and your {revocation_link}Right of Recission{/revocation_link}."
542
  msgstr "Mit Ihrer Bestellung erklären Sie sich mit unseren {term_link}Allgemeinen Geschäftsbedingungen{/term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link} einverstanden."
543
 
544
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:648
545
  #@ woocommerce-germanized
546
  msgid "Legal Text Error"
547
  msgstr "Fehlermeldung der Checkbox"
548
 
549
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:649
550
  #@ woocommerce-germanized
551
  msgid "If you have chosen to use checkbox validation please choose a error message which will be shown if the user doesn't check checkbox. Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} as Placeholders for the links to legal pages."
552
  msgstr "Falls Sie sich dazu entschieden haben, eine Checkbox zu nutzen, können Sie hier die Fehlermeldung eingeben, die angezeigt wird, wenn ein Benutzer die Checkbox nicht aktiviert hat. Nutzen Sie die Platzhalter um Links zu den jeweiligen Hinweisseiten einzufügen: {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link}"
553
 
554
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:651
555
  #@ woocommerce-germanized
556
  msgid "To finish the order you have to accept to our {term_link}Terms and Conditions{/term_link} and {revocation_link}Right of Recission{/revocation_link}."
557
  msgstr "Bitte akzeptieren Sie unsere {term_link}Allgemeinen Geschäftsbedingungen{/term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
558
 
559
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:677
560
  #@ woocommerce-germanized
561
  msgid "Order Success Text"
562
  msgstr "Bestellung eingegangen"
563
 
564
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:678
565
  #@ woocommerce-germanized
566
  msgid "Choose a custom text to display on order success page."
567
  msgstr "Hier können Sie einen individuellen kurzen Text eingeben, der nach der Bestellung ausgegeben wird."
568
 
569
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:686
570
  #@ woocommerce-germanized
571
  msgid "Order Success Data"
572
  msgstr "Bestellbestätigungs-Daten"
573
 
574
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:687
575
  #@ woocommerce-germanized
576
  msgid "Hide product table and customer data on order success page"
577
  msgstr "Produktdetails (Tabelle, Kundeninformationen) von der Bestätigungsseite entfernen."
@@ -744,7 +706,7 @@ msgctxt "ekomi"
744
  msgid "Number of days between an order being marked as completed and review email to customer."
745
  msgstr "Anzahl der Tage zwischen dem Datum an dem die Bestellung als \"abgeschlossen\" (completed) markiert wurde und dem Absenden der Bewertungseinladung an den Kunden"
746
 
747
- #: includes/class-wc-gzd-emails.php:174
748
  #@ woocommerce-germanized
749
  msgctxt "revocation-form"
750
  msgid "Forward your Revocation online"
@@ -756,73 +718,73 @@ msgstr "Ihren Widerruf online erklären"
756
  msgid "Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before installing WooCommerce Germanized. Thank you!"
757
  msgstr "Bitte installieren Sie <a href=\"%s\" target=\"_blank\">WooCommerce</a> bevor Sie WooCommerce Germanized installieren. Vielen Dank!"
758
 
759
- #: includes/class-wc-gzd-install.php:332
760
  #@ woocommerce-germanized
761
  msgctxt "Page slug"
762
  msgid "data-security"
763
  msgstr "datenschutzbelehrung"
764
 
765
- #: includes/class-wc-gzd-install.php:333
766
  #@ woocommerce-germanized
767
  msgctxt "Page title"
768
  msgid "Data Security Statement"
769
  msgstr "Datenschutzbelehrung"
770
 
771
- #: includes/class-wc-gzd-install.php:337
772
  #@ woocommerce-germanized
773
  msgctxt "Page slug"
774
  msgid "imprint"
775
  msgstr "impressum"
776
 
777
- #: includes/class-wc-gzd-install.php:338
778
  #@ woocommerce-germanized
779
  msgctxt "Page title"
780
  msgid "Imprint"
781
  msgstr "Impressum"
782
 
783
- #: includes/class-wc-gzd-install.php:342
784
  #@ woocommerce-germanized
785
  msgctxt "Page slug"
786
  msgid "terms"
787
  msgstr "agb"
788
 
789
- #: includes/class-wc-gzd-install.php:343
790
  #@ woocommerce-germanized
791
  msgctxt "Page title"
792
  msgid "Terms & Conditions"
793
  msgstr "AGB"
794
 
795
- #: includes/class-wc-gzd-install.php:347
796
  #@ woocommerce-germanized
797
  msgctxt "Page slug"
798
  msgid "revocation"
799
  msgstr "widerrufsbelehrung"
800
 
801
- #: includes/class-wc-gzd-install.php:348
802
  #@ woocommerce-germanized
803
  msgctxt "Page title"
804
  msgid "Power of Revocation"
805
  msgstr "Widerrufsbelehrung"
806
 
807
- #: includes/class-wc-gzd-install.php:357
808
  #@ woocommerce-germanized
809
  msgctxt "Page slug"
810
  msgid "payment-methods"
811
  msgstr "bezahlmoeglichkeiten"
812
 
813
- #: includes/class-wc-gzd-install.php:358
814
  #@ woocommerce-germanized
815
  msgctxt "Page title"
816
  msgid "Payment Methods"
817
  msgstr "Zahlungsarten"
818
 
819
- #: includes/class-wc-gzd-install.php:352
820
  #@ woocommerce-germanized
821
  msgctxt "Page slug"
822
  msgid "shipping-methods"
823
  msgstr "versandarten"
824
 
825
- #: includes/class-wc-gzd-install.php:353
826
  #@ woocommerce-germanized
827
  msgctxt "Page title"
828
  msgid "Shipping Methods"
@@ -891,7 +853,7 @@ msgstr "Hinweis: Bitte Unzutreffendes streichen und um Ihren Text ergänzen."
891
  #@ woocommerce-germanized
892
  msgctxt "revocation-form"
893
  msgid "I/We hereby give notice that I/We withdraw from my/our contract of sale of the following goods/provision of the following service: "
894
- msgstr "Hiermit widerrufe(n) ich/wir den von mir/uns abgeschlossenen Vertrag über den Kauf der folgenden Waren / die Erbringung der folgenden Dienstleistung: "
895
 
896
  #: includes/class-wc-gzd-revocation.php:29
897
  #@ woocommerce-germanized
@@ -1108,7 +1070,7 @@ msgstr "Zahlungsgebühr"
1108
 
1109
  #: includes/abstracts/abstract-wc-gzd-product.php:127
1110
  #: includes/wc-gzd-cart-functions.php:159
1111
- #: woocommerce-germanized.php:809
1112
  #, php-format
1113
  #@ woocommerce-germanized
1114
  msgid "incl. %s%% VAT"
@@ -1125,7 +1087,7 @@ msgstr "Bestellung bearbeiten"
1125
  msgid "Choose a Payment Gateway"
1126
  msgstr "Zahlungsart auswählen"
1127
 
1128
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:670
1129
  #: includes/wc-gzd-cart-functions.php:194
1130
  #@ woocommerce-germanized
1131
  msgid "I want immediate access to the digital content and I acknowledge that thereby I lose my right to cancel once the service has begun."
@@ -1211,6 +1173,7 @@ msgid "Place order"
1211
  msgstr "Jetzt kaufen"
1212
 
1213
  #: templates/emails/customer-ekomi.php:18
 
1214
  #, php-format
1215
  #@ woocommerce-germanized
1216
  msgctxt "ekomi"
@@ -1218,6 +1181,7 @@ msgid "Dear %s %s,"
1218
  msgstr "Sehr geehrte(r) %s %s,"
1219
 
1220
  #: templates/emails/customer-ekomi.php:19
 
1221
  #, php-format
1222
  #@ woocommerce-germanized
1223
  msgctxt "ekomi"
@@ -1231,6 +1195,7 @@ msgid "Rate Order now"
1231
  msgstr "Einkauf jetzt bewerten"
1232
 
1233
  #: templates/emails/customer-revocation.php:16
 
1234
  #@ woocommerce-germanized
1235
  msgctxt "revocation-form"
1236
  msgid "By sending you this email we confirm your Revocation. Please review your data."
@@ -1290,7 +1255,7 @@ msgstr "Widerruf erklären"
1290
  msgid "VAT free based on &#167;19 UStG"
1291
  msgstr "Kein Mehrwertsteuerausweis, da Kleinunternehmer nach §19 (1) UStG."
1292
 
1293
- #: woocommerce-germanized.php:561
1294
  #@ woocommerce
1295
  msgid "Settings"
1296
  msgstr "Einstellungen"
@@ -1468,12 +1433,12 @@ msgctxt "trusted-shops"
1468
  msgid "%s of %s based on %s <a href=\"%s\" target=\"_blank\">ratings</a>."
1469
  msgstr "%s von %s basierend auf %s <a href=\"%s\" target=\"_blank\">Bewertungen</a>."
1470
 
1471
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:621
1472
  #@ woocommerce-germanized
1473
  msgid "Checkout Table Color"
1474
  msgstr "Hintergrundfarbe der Tabelle"
1475
 
1476
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:623
1477
  #@ woocommerce-germanized
1478
  msgid "Choose the color of your checkout product table. This table should be highlighted within your checkout page."
1479
  msgstr "Wähle die Farbe des Hintergrundes deiner Produkt-Tabelle im Checkout. Die Tabelle sollte sich farblich vom Rest des Inhalts abheben."
@@ -1490,6 +1455,7 @@ msgstr "Theme Inkompatibilität entdeckt"
1490
  msgid "Get VendiPro now"
1491
  msgstr "VendiPro jetzt entdecken"
1492
 
 
1493
  #: includes/admin/views/html-notice-review.php:23
1494
  #: includes/admin/views/html-notice-theme-incompatibility.php:20
1495
  #: includes/admin/views/html-notice-theme-not-ready.php:20
@@ -1514,42 +1480,42 @@ msgstr "Wir haben festgestellt, dass dein Theme scheinbar noch nicht für WooCom
1514
  msgid "Check if fee is taxable."
1515
  msgstr "MwSt.-Berechnung für Gebühr aktivieren."
1516
 
1517
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:667
1518
  #@ woocommerce-germanized
1519
  msgid "Legal Digital Text"
1520
  msgstr "Hinweis Digital"
1521
 
1522
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:668
1523
  #@ woocommerce-germanized
1524
  msgid "Choose a Plain Text which will be shown right above checkout submit button if a user has picked a digital product. See legal text option for possible placeholders."
1525
  msgstr "Passen Sie hier optional den Hinweistext an, der angezeigt wird, wenn ein Kunde ein digitales Produkt im Warenkorb hat. Sie können hier die gleichen Platzhalter verwenden wie beim Rechtlichen Hinweistext"
1526
 
1527
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:446
1528
  #@ woocommerce-germanized
1529
  msgid "Link to Details"
1530
  msgstr "Verlinkung zu Produktdetails"
1531
 
1532
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:447
1533
  #@ woocommerce-germanized
1534
  msgid "Want to link to product details page instead of add to cart within listings?"
1535
  msgstr "Anstatt des zum Warenkorb Buttons einen Button zur Produktdetail-Seite einfügen?"
1536
 
1537
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:451
1538
  #@ woocommerce-germanized
1539
  msgid "Decide whether you like to link to your product's details page instead of displaying an add to cart button within product listings."
1540
  msgstr "Wenn du lieber einen Link zu deiner Produktseite anstatt eines zum Warenkorb Buttons innerhalb von Produktauflistungen haben möchtest, dann setze einfach diese Option."
1541
 
1542
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:455
1543
  #@ woocommerce-germanized
1544
  msgid "Product Details Text"
1545
  msgstr "Produktdetails Text"
1546
 
1547
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:457
1548
  #@ woocommerce-germanized
1549
  msgid "Details"
1550
  msgstr "Details"
1551
 
1552
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:459
1553
  #@ woocommerce-germanized
1554
  msgid "If you have chosen to link to product details page instead of add to cart URL you may want to change the button text."
1555
  msgstr "Wenn du dich dazu entschlossen hast, lieber auf die Produktseite zu verlinken anstatt den zum Warenkorb Button einzublenden, kannst du hier einen Button-Text vergeben."
@@ -1609,6 +1575,7 @@ msgid "Please rate your {site_title} order from {order_date}"
1609
  msgstr "Bitte bewerten Sie Ihre Bestellung bei {site_title} vom {order_date}"
1610
 
1611
  #: templates/emails/customer-trusted-shops.php:18
 
1612
  #, php-format
1613
  #@ woocommerce-germanized
1614
  msgctxt "trusted-shops"
@@ -1616,6 +1583,7 @@ msgid "Dear %s %s,"
1616
  msgstr "Hallo %s %s,"
1617
 
1618
  #: templates/emails/customer-trusted-shops.php:19
 
1619
  #, php-format
1620
  #@ woocommerce-germanized
1621
  msgctxt "trusted-shops"
@@ -1648,19 +1616,19 @@ msgstr "jetzt Bewertung verfassen"
1648
  msgid "Found Bugs?"
1649
  msgstr "Bugs oder Wünsche melden"
1650
 
1651
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:551
1652
  #@ woocommerce-germanized
1653
  msgid "Shipping Costs for Virtual"
1654
  msgstr "Versandkosten virtuell"
1655
 
1656
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:552
1657
  #@ woocommerce-germanized
1658
  msgid "Select this option if you want to display shipping costs notice for virtual products."
1659
  msgstr "Versandkosten-Hinweis auch für virtuelle Produkte aktivieren?"
1660
 
1661
  #: includes/abstracts/abstract-wc-gzd-product.php:126
1662
  #: includes/wc-gzd-cart-functions.php:159
1663
- #: woocommerce-germanized.php:809
1664
  #@ woocommerce-germanized
1665
  msgid "incl. VAT"
1666
  msgstr "inkl. MwSt."
@@ -1670,22 +1638,22 @@ msgstr "inkl. MwSt."
1670
  msgid "excl. VAT"
1671
  msgstr "exkl. MwSt."
1672
 
1673
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:387
1674
  #@ woocommerce-germanized
1675
  msgid "Virtual VAT"
1676
  msgstr "USt. Änderung 2015"
1677
 
1678
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:390
1679
  #@ woocommerce-germanized
1680
  msgid "Enable Virtual VAT"
1681
  msgstr "USt. Anpassung aktivieren"
1682
 
1683
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:391
1684
  #@ woocommerce-germanized
1685
  msgid "Enable if you want to charge your customer's countries' VAT for virtual products."
1686
  msgstr "Aktiviere diese Option um für virtuelle Produkte den USt.-Satz des Dienstleistungsempfängers zu berechnen."
1687
 
1688
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:395
1689
  #, php-format
1690
  #@ woocommerce-germanized
1691
  msgid "New EU VAT rule applies on 01.01.2015. Make sure that every digital or virtual product has chosen the right tax class (Virtual Rate or Virtual Reduced Rate). Gross prices will not differ from the prices you have chosen for affected products. In fact the net price will differ depending on the VAT rate of your customers' country. Shop settings will be adjusted to show prices including tax. More information can be found <a href=\"%s\" target=\"_blank\">here</a>."
@@ -1718,92 +1686,92 @@ msgstr "Wir übernehmen das Einfügen der unterschiedlichen EU MwSt.-Sätze für
1718
  msgid "Update WooCommerce Germanized"
1719
  msgstr "WooCommerce Germanized aktualisieren"
1720
 
1721
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:318
1722
  #@ woocommerce-germanized
1723
  msgid "Unit Price Text"
1724
  msgstr "Einheitspreis Text"
1725
 
1726
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:319
1727
  #@ woocommerce-germanized
1728
  msgid "This text will be used to display the unit price. Use {price} to insert the price."
1729
  msgstr "Dieser Text wird verwendet um den Einheitspreis darzustellen. Nutze {price} als Platzhalter für den eigentlichen Preis."
1730
 
1731
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:324
1732
  #@ woocommerce-germanized
1733
  msgid "{price}"
1734
  msgstr "{price}"
1735
 
1736
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:788
1737
  #@ woocommerce-germanized
1738
  msgid "Sorry, but the new Virtual VAT rules cannot be applied to small business."
1739
  msgstr "Sorry aber die neuen USt-Regelungen für virtuelle Produkte lassen sich leider nicht mit dem Kleinunternehmer vereinbaren. Bitte kontaktiere deinen Steuerberater für weitere Informationen."
1740
 
1741
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:132
1742
  #@ woocommerce-germanized
1743
  msgid "Add title field"
1744
  msgstr "Anrede im Checkout"
1745
 
1746
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:133
1747
  #@ woocommerce-germanized
1748
  msgid "Add a title field to the address within checkout?"
1749
  msgstr "Fügt ein Feld \"Anrede\" im Checkout hinzu."
1750
 
1751
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:658
1752
  #@ woocommerce-germanized
1753
  msgid "Show digital notice"
1754
  msgstr "Checkbox digitale Produkte"
1755
 
1756
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:659
1757
  #@ woocommerce-germanized
1758
  msgid "Show checkbox for digital products."
1759
  msgstr "Checkbox bei digitalen Produkten anzeigen."
1760
 
1761
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:660
1762
  #@ woocommerce-germanized
1763
  msgid "Disable this option if you want your customers to obtain their right of recission even if digital products are being bought."
1764
  msgstr "Diese Option setzt im Checkout eine Checkbox falls sich im Warenkorb digitale Produkte befinden. Hier können Kunden darauf aufmerksam gemacht werden, dass im Falle von digitalen Produkten das Widerrufsrecht erlischt."
1765
 
1766
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:585
1767
  #@ woocommerce-germanized
1768
  msgid "Show Thumbnails"
1769
  msgstr "Thumbnails anzeigen"
1770
 
1771
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:586
1772
  #@ woocommerce-germanized
1773
  msgid "Show product thumbnails on checkout page?"
1774
  msgstr "Produktbilder im Checkout darstellen?"
1775
 
1776
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:590
1777
  #@ woocommerce-germanized
1778
  msgid "Uncheck if you don't want to show your product thumbnails within checkout table."
1779
  msgstr "Deaktiviere diese Option, wenn du keine Produkbilder im Checkout angezeigt bekommen möchtest."
1780
 
1781
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:594
1782
  #@ woocommerce-germanized
1783
  msgid "Hide Shipping Select"
1784
  msgstr "Versandarten Auswahl"
1785
 
1786
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:595
1787
  #@ woocommerce-germanized
1788
  msgid "Hide shipping rate selection from checkout?"
1789
  msgstr "Die Auswahl von Versandarten im Checkout deaktivieren?"
1790
 
1791
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:599
1792
  #@ woocommerce-germanized
1793
  msgid "This option will hide shipping rate selection from checkout. By then customers will only be able to change their shipping rate on cart page."
1794
  msgstr "Diese Option deaktiviert die Darstellung der Versandarten Auswahl im Checkout. Kunden können von nun an nur noch über den Warenkorb die Versandmethode ändern."
1795
 
1796
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:576
1797
  #@ woocommerce-germanized
1798
  msgid "Hide taxes estimated"
1799
  msgstr "Hinweis \"Steuern geschätzt\""
1800
 
1801
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:577
1802
  #@ woocommerce-germanized
1803
  msgid "Do you want to hide the \"taxes and shipping estimated\" text from your cart?"
1804
  msgstr "Den Hinweis \"Versandkosten und Steuern werden geschätzt\" entfernen?"
1805
 
1806
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:581
1807
  #@ woocommerce-germanized
1808
  msgid "By default WooCommerce adds a \"taxes and shipping estimated\" text to your cart. This might puzzle your customers and may not meet german law."
1809
  msgstr "Der Hinweistext im Warenkorb zur Schätzung von Steuern und Versandkosten kann für Verwirrung beim Kunden sorgen und scheint nicht für den deutschen Markt geeignet."
@@ -1814,79 +1782,79 @@ msgstr "Der Hinweistext im Warenkorb zur Schätzung von Steuern und Versandkoste
1814
  msgid "excl. %s%% VAT"
1815
  msgstr "exkl. %s%% MwSt."
1816
 
1817
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:603
1818
  #@ woocommerce-germanized
1819
  msgid "Show back to cart button"
1820
  msgstr "Bestellung bearbeiten"
1821
 
1822
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:604
1823
  #@ woocommerce-germanized
1824
  msgid "Show back to cart button within your checkout table?"
1825
  msgstr "Einen \"Bestellung bearbeiten\" Button in der Bestellübersicht anzeigen?"
1826
 
1827
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:608
1828
  #@ woocommerce-germanized
1829
  msgid "This button may let your customer edit their order before submitting. Some people state that this button should be hidden to avoid legal problems."
1830
  msgstr "Dieser Button ermöglicht es deinen Kunden etwaige Falscheingaben (d.h. fälschlich ausgewählte Produkte) zu korrigieren und zurück zum Warenkorb zu gelangen. Je nach Darstellung in deinem Theme könnte es allerdings auch das Risiko für Abmahnungen erhöhen, da zwischen Pflichtangaben und Kaufen-Button keine weitere Informationen abgedruckt werden sollten."
1831
 
1832
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:251
1833
  #@ woocommerce-germanized
1834
  msgid "Shipping Costs Tax"
1835
  msgstr "Steuerberechnung"
1836
 
1837
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:252
1838
  #@ woocommerce-germanized
1839
  msgid "Enable better taxation for shpping costs?"
1840
  msgstr "Genauere Steuerberechnung für Versandkosten aktivieren?"
1841
 
1842
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:256
1843
  #, php-format
1844
  #@ woocommerce-germanized
1845
  msgid "By choosing this option shipping cost taxation will be calculated based on tax rates within cart. Imagine the following example. Further information can be found <a href=\"%s\" target=\"_blank\">here</a>. %s"
1846
  msgstr "Mit der Auswahl dieser Option werden die Steuern für Versandkosten basierend auf den Anteilen der Steuersätze der Artikel im Warenkorb berechnet. Weitere Informationen findest du <a href=\"%s\" target=\"_blank\">hier</a>. Falls du vorher mit Nettobeträgen gearbeitet hast, ändere die Versandkosten bitte in Bruttobeträge. Hier ein kleines Beispiel: %s"
1847
 
1848
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:260
1849
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:282
1850
  #@ woocommerce-germanized
1851
  msgid "Force Tax Calculation"
1852
  msgstr "Steuerberechnung erzwingen"
1853
 
1854
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:261
1855
  #@ woocommerce-germanized
1856
  msgid "Force shipping costs tax calculation for every method?"
1857
  msgstr "Erzwinge die Besteuerung für Versandkosten für jede Versandart?"
1858
 
1859
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:265
1860
  #@ woocommerce-germanized
1861
  msgid "This option will overwrite settings for each individual shipping method to force tax calculation (instead of only calculating tax for those methods which are taxeable)."
1862
  msgstr "Diese Option überschreibt alle abweichenden Einstellungen verschiedener Versandarten und erzwingt die Steuerberechnung."
1863
 
1864
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:270
1865
  #@ woocommerce-germanized
1866
  msgid "Fees"
1867
  msgstr "Gebühren"
1868
 
1869
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:273
1870
  #@ woocommerce-germanized
1871
  msgid "Fee Tax"
1872
  msgstr "Steuerberechnung"
1873
 
1874
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:274
1875
  #@ woocommerce-germanized
1876
  msgid "Enable better taxation for fees?"
1877
  msgstr "Genauere Steuerberechnung für Gebühren aktivieren?"
1878
 
1879
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:278
1880
  #@ woocommerce-germanized
1881
  msgid "By choosing this option fee taxation will be calculated based on tax rates within cart. See shipping costs taxation for more information."
1882
  msgstr "Mit Hilfe dieser Option werden die Steuern für Gebühren basierend auf den Steuersätzen der Artikel im Warenkorb berechnet (siehe Steuern für Versandkosten für weitere Informationen). Bitte passe auch hier etwaige Nettobeträge in Bruttobeträge an."
1883
 
1884
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:283
1885
  #@ woocommerce-germanized
1886
  msgid "Force fee tax calculation for every fee?"
1887
  msgstr "Berechnung der Steuern für Gebühren erzwingen?"
1888
 
1889
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:287
1890
  #@ woocommerce-germanized
1891
  msgid "This option will overwrite settings for each individual fee to force tax calculation (instead of only calculating tax for those fees which are taxeable)."
1892
  msgstr "Diese Option überschreibt die Einstellungen aller Gebühren und erzwingt die Steuerberechnung."
@@ -1914,33 +1882,33 @@ msgstr "Double Opt-In"
1914
  msgid "Yes, customer opted in"
1915
  msgstr "Ja, Kunde wurde per Double Opt-In bestätigt."
1916
 
1917
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:292
1918
  #@ woocommerce-germanized
1919
  msgid "Customers"
1920
  msgstr "Kunden"
1921
 
1922
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:295
1923
  #@ woocommerce-germanized
1924
  msgid "Customer Double Opt In"
1925
  msgstr "Double Opt-In"
1926
 
1927
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:296
1928
  #@ woocommerce-germanized
1929
  msgid "Enable customer double opt in on registration?"
1930
  msgstr "Double Opt-In Verfahren für Kundenkonten aktivieren?"
1931
 
1932
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:297
1933
  #, php-format
1934
  #@ woocommerce-germanized
1935
  msgid "If customer chooses to create a customer account an email with an activation link will be sent by mail. Customer account will be marked as activated if user clicks on the link within the email. More information on this topic can be found <a href=\"%s\" target=\"_blank\">here</a>."
1936
  msgstr "Wenn ein Kunde sich dazu entscheidet ein Benutzerkonto zu erstellen, erhält dieser eine E-Mail mit einem Bestätigungslink. Insofern der Kunde diesen Bestätigungslink anklickt, wird das Konto als bestätigt markiert. Dieses Verfahren ist laut Amtsgericht Berlin Pankow/Weißensee notwendig. Mehr Informationen findest du <a href=\"%s\" target=\"_blank\">hier</a>."
1937
 
1938
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:304
1939
  #@ woocommerce-germanized
1940
  msgid "Delete Unactivated After"
1941
  msgstr "Unaktivierte löschen nach"
1942
 
1943
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:305
1944
  #@ woocommerce-germanized
1945
  msgid "This will make sure unactivated customer accounts will be deleted after X days. Set to 0 if you don't want to automatically delete unactivated customers."
1946
  msgstr "Diese Option sorgt dafür, dass unaktivierte Kundenkonten nach X Tagen automatisch gelöscht werden. Falls du die Löschung verhindern möchtest, setze den Wert auf 0."
@@ -1965,24 +1933,20 @@ msgstr "Aktivieren Sie Ihr Benutzerkonto auf {site_title}"
1965
  msgid "Account activation {site_title}"
1966
  msgstr "Ihr Konto bei {site_title}"
1967
 
1968
- #: templates/emails/customer-new-account-activation.php:18
1969
- #, php-format
1970
- #@ woocommerce-germanized
1971
- msgid "Thanks for creating an account on %s. Your username is <strong>%s</strong>. Please follow the activation link to activate your account:"
1972
- msgstr "Es wurde für Sie ein Benutzerkonto bei %s angelegt. Ihr Benutzername lautet <strong>%s</strong>. Bitte folgen Sie dem Link, um Ihr Benutzerkonto zu bestätigen:"
1973
-
1974
  #: templates/emails/customer-new-account-activation.php:20
1975
  #@ woocommerce-germanized
1976
  msgid "Activate your account"
1977
  msgstr "Benutzerkonto aktivieren"
1978
 
1979
  #: templates/emails/customer-new-account-activation.php:24
 
1980
  #, php-format
1981
  #@ woocommerce
1982
  msgid "Your password has been automatically generated: <strong>%s</strong>"
1983
  msgstr ""
1984
 
1985
  #: templates/emails/customer-new-account-activation.php:28
 
1986
  #, php-format
1987
  #@ woocommerce-germanized
1988
  msgid "If you haven't created an account on %s please ignore this email."
@@ -1994,17 +1958,17 @@ msgstr "Wenn Sie bei %s kein Benutzerkonto eröffnet haben, ignorieren Sie diese
1994
  msgid "If you cannot follow the link above please copy this url and paste it to your browser bar: %s"
1995
  msgstr "Falls Sie dem Link nicht folgen können, kopieren Sie bitte folgende URL in die Adresszeile Ihres Browsers: %s"
1996
 
1997
- #: woocommerce-germanized.php:719
1998
  #@ woocommerce-germanized
1999
  msgid "Thank you. You have successfully activated your account."
2000
  msgstr "Vielen Dank. Ihr Benutzerkonto wurde erfolgreich aktiviert."
2001
 
2002
- #: woocommerce-germanized.php:723
2003
  #@ woocommerce-germanized
2004
  msgid "Sorry, but this activation code cannot be found."
2005
  msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
2006
 
2007
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:306
2008
  #@ woocommerce-germanized
2009
  msgid "days"
2010
  msgstr "Tagen"
@@ -2033,17 +1997,17 @@ msgstr "https://www.vendidero.de/woocommerce-germanized"
2033
  msgid "https://vendidero.de"
2034
  msgstr "https://vendidero.de"
2035
 
2036
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:565
2037
  #@ woocommerce-germanized
2038
  msgid "Fallback Mode"
2039
  msgstr "Fallback Modus"
2040
 
2041
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:566
2042
  #@ woocommerce-germanized
2043
  msgid "Enable to make sure default review-order.php is not being overriden by theme."
2044
  msgstr "Dieser Modus unterdrückt das Überschreiben des review-order.php Templates."
2045
 
2046
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:570
2047
  #@ woocommerce-germanized
2048
  msgid "If you are facing problems within your checkout e.g. legally relevant data is not showing (terms, delivery time, unit price etc.) your theme seems to be incompatible (not using default WooCommerce hooks and filters). As a workaround you may use this fallback which ensures default review-order.php is used."
2049
  msgstr "Falls du Probleme mit dem Checkout hast - es fehlen z.B. rechtlich relevante Dinge wie der AGB/Widerrufsbelehrung Hinweis, Lieferzeit, Einheitspreis etc. - dann scheint dein Theme inkompatibel zu sein (Aktiviere ein Default-WP-Theme um das zu testen). Als Workaround kannst du diesen Fallback-Modus nutzen, der dafür sorgt, dass die Datei review-order.php auf keinen Fall vom Theme überschrieben wird."
@@ -2091,19 +2055,13 @@ msgctxt "trusted-shops"
2091
  msgid "Export your customer data and ask consumers for a review with the Trusted Shops <a href=\"%s\" target=\"_blank\">Review Collector</a>."
2092
  msgstr "Exportiere hier die Kundendaten für die Verwendung im Trusted Shops <a href=\"%s\" target=\"_blank\">Review Collector</a>."
2093
 
2094
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:39
2095
- #, php-format
2096
- #@ woocommerce-germanized
2097
- msgid "Invoice Options %s"
2098
- msgstr "Rechnungen %s"
2099
-
2100
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:40
2101
  #, php-format
2102
  #@ woocommerce-germanized
2103
  msgid "Terms & Conditions generator %s"
2104
  msgstr "AGB Generator %s"
2105
 
2106
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:41
2107
  #, php-format
2108
  #@ woocommerce-germanized
2109
  msgid "Revocation generator %s"
@@ -2117,7 +2075,7 @@ msgstr "Upgrade zur Pro Version um dieses Feature nutzen zu können"
2117
  #: includes/admin/views/html-settings-pro.php:24
2118
  #@ woocommerce-germanized
2119
  msgid "Enjoy even more professional features such as invoices, legal text generators, B2B VAT settings and premium support!"
2120
- msgstr "Als Nutzer der Pro Version erhältst du viele produktive weiterführende Features wie z.B. PDF-Rechnungen, eine Schnittstelle zum Generator für Mustertexte, Überprüfung von USt.-IDs, die Möglichkeit Bestellungen vor Annahme des Vertrages zu prüfen und natürlich professionellen Support!"
2121
 
2122
  #: includes/admin/views/html-settings-pro.php:25
2123
  #@ woocommerce-germanized
@@ -2176,17 +2134,17 @@ msgstr ""
2176
  msgid "Because of the small business owner state according to &#167;19 UstG the seller does not levy nor state the German value added tax."
2177
  msgstr "Kein Mehrwertsteuerausweis, da Kleinunternehmer nach &#167;19 (1) UStG."
2178
 
2179
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:612
2180
  #@ woocommerce-germanized
2181
  msgid "Show edit data notice"
2182
  msgstr "Bestellung prüfen Hinweis"
2183
 
2184
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:613
2185
  #@ woocommerce-germanized
2186
  msgid "Show a \"check-your-entries\" notice to the user?"
2187
  msgstr "Einen \"Bestellung prüfen\" Hinweis anzeigen?"
2188
 
2189
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:617
2190
  #@ woocommerce-germanized
2191
  msgid "This notice will be added right before the order comments field."
2192
  msgstr "Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
@@ -2202,26 +2160,26 @@ msgstr "Bitte überprüfen Sie Ihre Eingaben. Sie können einzelne Angaben durch
2202
  msgid "Please check all of your entries carefully. You may change your entries with the help of the \"Back\" button in your browser"
2203
  msgstr "Bitte überprüfen Sie Ihre Eingaben. Sie können diese durch Klicken des „Zurück“-Buttons Ihres Browsers korrigieren"
2204
 
2205
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:141
2206
  #@ woocommerce-germanized
2207
  msgid "Contract"
2208
  msgstr "Kaufvertrag"
2209
 
2210
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:141
2211
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:400
2212
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:412
2213
  #, php-format
2214
  #@ woocommerce-germanized
2215
  msgid "%sUpgrade to %spro%s%s to unlock this feature and get premium support."
2216
  msgstr "%sUpgrade zur %spro%s Version%s um dieses Feature nutzen zu können und erhalte professionellen Support."
2217
 
2218
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:400
2219
  #@ woocommerce-germanized
2220
  msgctxt "invoices"
2221
  msgid "Invoices"
2222
  msgstr "Rechnungen"
2223
 
2224
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:412
2225
  #@ woocommerce-germanized
2226
  msgid "VAT"
2227
  msgstr "Umsatzsteuer"
@@ -2243,15 +2201,114 @@ msgstr "Dein aktuelles Theme %s benötigt einige Anpassungen um die Darstellung
2243
  msgid "or"
2244
  msgstr "oder"
2245
 
2246
- #. translators: plugin header field 'Version'
2247
- #: woocommerce-germanized.php:0
2248
- #@ woocommerce-germanized
2249
- msgid "1.3.1"
2250
- msgstr "1.3.1"
2251
-
2252
  #: includes/admin/views/html-notice-theme-supported.php:17
2253
  #, php-format
2254
  #@ woocommerce-germanized
2255
  msgid "Enable support for %s"
2256
  msgstr "Anpassungen für %s freischalten"
2257
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WooCommerce Germanized v1.3.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2014-09-29 12:26+0100\n"
6
+ "PO-Revision-Date: 2015-06-08 09:47:47+0000\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
85
  msgid "Welcome to WooCommerce Germanized"
86
  msgstr "Willkommen bei WooCommerce Germanized"
87
 
88
+ #: includes/admin/class-wc-gzd-admin-welcome.php:302
89
  #@ woocommerce-germanized
90
  msgid "Go to WooCommerce Germanized Settings"
91
  msgstr "zu den WooCommerce Germanized Einstellungen"
105
  msgid "Cheatin&#8217; huh?"
106
  msgstr "So geht das leider nicht.."
107
 
108
+ #: includes/admin/class-wc-gzd-admin.php:67
109
  #@ woocommerce-germanized
110
  msgid "Optional Email Content"
111
  msgstr "Optionaler E-Mail Inhalt"
112
 
113
+ #: includes/admin/class-wc-gzd-admin.php:76
114
  #@ woocommerce-germanized
115
  msgid "Add content which will be replacing default page content within emails."
116
  msgstr "Füllen Sie dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese Seite zu bestimmen."
117
 
118
+ #: includes/admin/class-wc-gzd-admin.php:85
119
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:66
120
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:125
121
  #@ woocommerce-germanized
122
  msgid "Optional Mini Description"
123
  msgstr "Warenkorb Kurzbeschreibung"
124
 
125
+ #: includes/admin/class-wc-gzd-admin.php:90
126
  #@ woocommerce-germanized
127
  msgid "This content will be shown as short product description within checkout and emails."
128
  msgstr "Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als Produkt Kurzbeschreibung angezeigt."
138
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:38
139
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:85
140
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:113
141
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:94
142
  #: includes/class-wc-gzd-trusted-shops.php:441
143
  #@ woocommerce-germanized
144
  msgid "None"
163
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:36
164
  #@ woocommerce-germanized
165
  msgid "Sale Unit Price"
166
+ msgstr "Angebots-Einheitspreis"
167
 
168
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:59
169
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:108
192
  msgid "Germanized"
193
  msgstr "Germanized"
194
 
195
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:81
196
  #@ woocommerce-germanized
197
  msgid "General Options"
198
  msgstr "Allgemein"
199
 
200
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:82
201
  #@ woocommerce-germanized
202
  msgid "Display Options"
203
  msgstr "Anzeige"
214
  msgid "eKomi Options"
215
  msgstr "eKomi"
216
 
217
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:128
218
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:451
219
  #@ woocommerce-germanized
220
  msgid "General"
221
  msgstr "Allgemein"
222
 
223
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:131
224
  #@ woocommerce-germanized
225
  msgid "Small-Enterprise-Regulation"
226
  msgstr "Kleinunternehmerregelung"
227
 
228
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:132
229
  #@ woocommerce-germanized
230
  msgid "VAT based on &#167;19 UStG"
231
  msgstr "Umsatzsteuerbefreit nach &#167;19 UStG."
232
 
233
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:136
234
  #, php-format
235
  #@ woocommerce-germanized
236
  msgid "set this Option if you have chosen <a href=\"%s\" target=\"_blank\">&#167;19 UStG</a>"
237
  msgstr "wähle diese Option, falls du von der Kleinunternehmerregelung (<a href=\"%s\" target=\"_blank\">&#167;19 UStG</a>) betroffen bist und davon Gebrauch machen willst."
238
 
239
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:140
240
  #@ woocommerce-germanized
241
  msgid "Show no VAT notice"
242
  msgstr "Umsatzsteuerbefreiung"
243
 
244
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:141
245
  #@ woocommerce-germanized
246
  msgid "Show no VAT &#167;19 UStG notice on single product"
247
  msgstr "Hinweis zur Umsatzsteuerbefreiung gemäß &#167;19 UStG auf der Produktseite anzeigen."
248
 
249
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:148
250
  #@ woocommerce-germanized
251
  msgid "Submit Order Button Text"
252
  msgstr "Kauf abschließen - Text"
253
 
254
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:149
255
  #@ woocommerce-germanized
256
  msgid "This text serves as Button text for the Order Submit Button."
257
  msgstr "Dieser Text wird auf dem Kauf abschließen Button dargestellt"
258
 
259
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:154
260
  #@ woocommerce-germanized
261
  msgid "Buy Now"
262
  msgstr "Jetzt kaufen"
263
 
264
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:158
265
  #@ woocommerce-germanized
266
  msgid "Phone as required field"
267
  msgstr "Telefon als Pflichtfeld"
268
 
269
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:159
270
  #@ woocommerce-germanized
271
  msgid "Should phone number be a required field within checkout?"
272
  msgstr "Diese Option setzen, damit die Telefonnummer ein Pflichtfeld im Checkout ist."
273
 
274
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:187
275
  #@ woocommerce-germanized
276
  msgid "Legal Pages"
277
  msgstr "Rechtlich relevante Seiten"
278
 
279
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:212
280
+ #: includes/wc-gzd-core-functions.php:46
281
  #@ woocommerce-germanized
282
  msgid "Imprint"
283
  msgstr "Impressum"
284
 
285
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:213
286
  #@ woocommerce-germanized
287
  msgid "This page should contain an imprint with your company's information."
288
  msgstr "Diese Seite sollte das Impressum d.h. die Informationen (gemäß TMG) zu Ihrem Unternehmen enthalten."
289
 
290
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:283
291
  #@ woocommerce-germanized
292
  msgid "Shipping Costs"
293
  msgstr "Versandkosten"
294
 
295
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:223
296
  #@ woocommerce-germanized
297
  msgid "Data Security Statement"
298
  msgstr "Datenschutzbelehrung"
299
 
300
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:224
301
  #@ woocommerce-germanized
302
  msgid "This page should contain information regarding your data security policy."
303
  msgstr "Diese Seite sollte Ihre Datenschutzbelehrung enthalten."
304
 
305
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:201
306
  #@ woocommerce-germanized
307
  msgid "Power of Revocation"
308
  msgstr "Widerrufsbelehrung"
309
 
310
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:202
311
  #@ woocommerce-germanized
312
  msgid "This page should contain information regarding your customer's Right of Revocation."
313
  msgstr "Diese Seite sollte Ihre Widerrufsbelehrung enthalten. Nutzen Sie folgenden Shortcut um ein Widerrufsformular in die Seite einzubinden: [revocation_form]"
314
 
315
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:234
316
  #@ woocommerce-germanized
317
  msgid "Payment Methods"
318
  msgstr "Zahlungarten"
319
 
320
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:235
321
  #@ woocommerce-germanized
322
  msgid "This page should contain information regarding the Payment Methods that are chooseable during checkout."
323
  msgstr "Diese Seite sollte Informationen zu den von Ihnen zur Verfügung gestellten Zahlungsmöglichkeiten bereitstellen. Nutzen Sie dafür z.B. folgenden Shortcut: [payment_methods_info]"
324
 
325
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:245
326
  #@ woocommerce-germanized
327
  msgid "Shipping Methods"
328
  msgstr "Versandarten"
329
 
330
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:246
331
  #@ woocommerce-germanized
332
  msgid "This page should contain information regarding shipping methods that are chooseable during checkout."
333
  msgstr "Diese Seite sollte Informationen zu den von Ihnen zur Verfügung gestellten Versandarten bereitstellen."
334
 
335
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:257
336
  #@ woocommerce-germanized
337
  msgid "Delivery Times"
338
  msgstr "Lieferzeiten"
339
 
340
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:260
341
  #@ woocommerce-germanized
342
  msgid "Default Delivery Time"
343
  msgstr "Standard-Lieferzeit"
344
 
345
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:261
346
  #@ woocommerce-germanized
347
  msgid "This delivery time will be added to every product if no delivery time has been chosen individually"
348
  msgstr "Diese Lieferzeit wird bei Produkten angezeigt, denen keine Lieferzeit zugeordnet wurde"
349
 
350
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:272
351
  #@ woocommerce-germanized
352
  msgid "Delivery Time Text"
353
  msgstr "Lieferzeit Text"
354
 
355
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:273
356
  #@ woocommerce-germanized
357
  msgid "This text will be used to indicate delivery time for products. Use {delivery_time} as placeholder."
358
  msgstr "Dieser Text wird verwendet um die Lieferzeit im Frontend darzustellen. {delivery_time} als Platzhalter verwenden."
359
 
360
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:278
361
  #@ woocommerce-germanized
362
  msgid "Delivery time: {delivery_time}"
363
  msgstr "Lieferzeit: {delivery_time}"
364
 
365
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:286
366
  #@ woocommerce-germanized
367
  msgid "Shipping Costs Text"
368
  msgstr "Versandkosten Text"
369
 
370
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:287
371
  #@ woocommerce-germanized
372
  msgid "This text will be used to inform the customer about shipping costs. Use {link}{/link} to insert link to shipping costs page."
373
  msgstr "Dieser Text wird genutzt um die Kunden im Frontend über u.U. anfallende Lieferkosten zu informieren. Nutzen Sie die Platzhalter {link}{/link} um den Link zur Versandkosten-Seite einzufügen."
374
 
375
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:292
376
  #@ woocommerce-germanized
377
  msgid "plus {link}Shipping Costs{/link}"
378
  msgstr "zzgl. {link}Versandkosten{/link}"
379
 
380
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:374
381
+ #: includes/wc-gzd-core-functions.php:43
382
  #@ woocommerce-germanized
383
  msgid "Right of Recission"
384
  msgstr "Widerrufsrecht"
385
 
386
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:377
387
  #@ woocommerce-germanized
388
  msgid "Revocation Address"
389
  msgstr "Widerruf richten an"
390
 
391
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:378
392
  #@ woocommerce-germanized
393
  msgid "Type in an address, telephone/telefax number, email address which is to be used as revocation address"
394
  msgstr "Geben Sie hier Ihre Adresse, Telefon- und Faxnummer, E-Mail Adresse usw. an, an die Ihre Kunden Ihren Widerruf richten sollen"
395
 
396
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:387
397
  #@ woocommerce-germanized
398
  msgid "E-Mails"
399
  msgstr "E-Mails"
400
 
401
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:454
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
402
  #@ woocommerce-germanized
403
  msgid "Add to Cart"
404
  msgstr "Zum Warenkorb Button"
405
 
406
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:455
407
  #@ woocommerce-germanized
408
  msgid "Show add to cart button on listings?"
409
  msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
410
 
411
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:459
412
  #@ woocommerce-germanized
413
  msgid "unset this option if you don't want to show the add to cart button within the product listings"
414
  msgstr "Deaktivieren Sie diese Option, wenn Sie den zum Warenkorb Button nicht innerhalb von Produktauflistungen darstellen möchten"
415
 
416
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:481
417
  #@ woocommerce-germanized
418
  msgid "Notice Footer"
419
  msgstr "Hinweise im Footer"
420
 
421
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:482
422
  #@ woocommerce-germanized
423
  msgid "Show a global VAT notice within footer"
424
  msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer einfügen."
425
 
426
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:490
427
  #@ woocommerce-germanized
428
  msgid "Show a global sale price notice within footer"
429
  msgstr "Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer einfügen."
430
 
431
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:499
432
  #@ woocommerce-germanized
433
  msgid "Products"
434
  msgstr "Produkt"
435
 
436
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:502
437
  #@ woocommerce-germanized
438
  msgid "Show within Product Listings"
439
  msgstr "In Produktlisten"
440
 
441
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:503
442
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:536
443
  #@ woocommerce-germanized
444
  msgid "Shipping Costs notice"
445
  msgstr "Versandkosten-Hinweis"
446
 
447
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:360
448
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:519
449
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:552
450
  #@ woocommerce-germanized
451
  msgid "Unit Price"
452
  msgstr "Einheitspreis"
453
 
454
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:527
455
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:560
456
  #@ woocommerce-germanized
457
  msgid "Delivery Time Notice"
458
  msgstr "Lieferzeiten-Hinweis"
459
 
460
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:535
461
  #@ woocommerce-germanized
462
  msgid "Show on Product Detail Page"
463
  msgstr "Auf der Produktseite"
464
 
465
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:511
466
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:544
467
  #@ woocommerce-germanized
468
  msgid "Tax Info"
469
  msgstr "MwSt. Hinweis"
470
 
471
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:577
472
  #@ woocommerce-germanized
473
  msgid "Checkout & Cart"
474
  msgstr "Checkout & Warenkorb"
475
 
476
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:646
477
  #@ woocommerce-germanized
478
  msgid "Checkout Legal Display"
479
  msgstr "Checkbox oder Text"
480
 
481
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:647
482
  #@ woocommerce-germanized
483
  msgid "Use Text without Checkbox"
484
  msgstr "Rechtshinweis ohne Checkbox."
485
 
486
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:649
487
  #@ woocommerce-germanized
488
  msgid "This version will remove checkboxes from Checkout and display a text instead. This seems to be legally compliant (Zalando & Co are using this option)."
489
  msgstr "Diese Option nutzt anstatt einer Checkbox einen ausformulierten Text direkt überhalb des Kauf abschließen Buttons (Zalando und Andere Shops verwenden diese Form)"
490
 
491
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:655
492
  #@ woocommerce-germanized
493
  msgid "Legal Text"
494
  msgstr "Rechtlicher Hinweistext"
495
 
496
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:656
497
  #@ woocommerce-germanized
498
  msgid "Choose a Plain Text which will be shown right above checkout submit button. Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} as Placeholders for the links to legal pages."
499
  msgstr "Geben Sie hier den Text ein, den Sie als Hinweistext überhalb des \"Kaufen\" - Buttons darstellen möchten. Nutzen Sie die Platzhalter {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
500
 
501
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:658
502
  #@ woocommerce-germanized
503
  msgid "With your order, you agree to have read and understood our {term_link}Terms and Conditions{/term_link} and your {revocation_link}Right of Recission{/revocation_link}."
504
  msgstr "Mit Ihrer Bestellung erklären Sie sich mit unseren {term_link}Allgemeinen Geschäftsbedingungen{/term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link} einverstanden."
505
 
506
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:665
507
  #@ woocommerce-germanized
508
  msgid "Legal Text Error"
509
  msgstr "Fehlermeldung der Checkbox"
510
 
511
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:666
512
  #@ woocommerce-germanized
513
  msgid "If you have chosen to use checkbox validation please choose a error message which will be shown if the user doesn't check checkbox. Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} as Placeholders for the links to legal pages."
514
  msgstr "Falls Sie sich dazu entschieden haben, eine Checkbox zu nutzen, können Sie hier die Fehlermeldung eingeben, die angezeigt wird, wenn ein Benutzer die Checkbox nicht aktiviert hat. Nutzen Sie die Platzhalter um Links zu den jeweiligen Hinweisseiten einzufügen: {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link}"
515
 
516
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:668
517
  #@ woocommerce-germanized
518
  msgid "To finish the order you have to accept to our {term_link}Terms and Conditions{/term_link} and {revocation_link}Right of Recission{/revocation_link}."
519
  msgstr "Bitte akzeptieren Sie unsere {term_link}Allgemeinen Geschäftsbedingungen{/term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
520
 
521
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:694
522
  #@ woocommerce-germanized
523
  msgid "Order Success Text"
524
  msgstr "Bestellung eingegangen"
525
 
526
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:695
527
  #@ woocommerce-germanized
528
  msgid "Choose a custom text to display on order success page."
529
  msgstr "Hier können Sie einen individuellen kurzen Text eingeben, der nach der Bestellung ausgegeben wird."
530
 
531
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:703
532
  #@ woocommerce-germanized
533
  msgid "Order Success Data"
534
  msgstr "Bestellbestätigungs-Daten"
535
 
536
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:704
537
  #@ woocommerce-germanized
538
  msgid "Hide product table and customer data on order success page"
539
  msgstr "Produktdetails (Tabelle, Kundeninformationen) von der Bestätigungsseite entfernen."
706
  msgid "Number of days between an order being marked as completed and review email to customer."
707
  msgstr "Anzahl der Tage zwischen dem Datum an dem die Bestellung als \"abgeschlossen\" (completed) markiert wurde und dem Absenden der Bewertungseinladung an den Kunden"
708
 
709
+ #: includes/class-wc-gzd-emails.php:200
710
  #@ woocommerce-germanized
711
  msgctxt "revocation-form"
712
  msgid "Forward your Revocation online"
718
  msgid "Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before installing WooCommerce Germanized. Thank you!"
719
  msgstr "Bitte installieren Sie <a href=\"%s\" target=\"_blank\">WooCommerce</a> bevor Sie WooCommerce Germanized installieren. Vielen Dank!"
720
 
721
+ #: includes/class-wc-gzd-install.php:334
722
  #@ woocommerce-germanized
723
  msgctxt "Page slug"
724
  msgid "data-security"
725
  msgstr "datenschutzbelehrung"
726
 
727
+ #: includes/class-wc-gzd-install.php:335
728
  #@ woocommerce-germanized
729
  msgctxt "Page title"
730
  msgid "Data Security Statement"
731
  msgstr "Datenschutzbelehrung"
732
 
733
+ #: includes/class-wc-gzd-install.php:339
734
  #@ woocommerce-germanized
735
  msgctxt "Page slug"
736
  msgid "imprint"
737
  msgstr "impressum"
738
 
739
+ #: includes/class-wc-gzd-install.php:340
740
  #@ woocommerce-germanized
741
  msgctxt "Page title"
742
  msgid "Imprint"
743
  msgstr "Impressum"
744
 
745
+ #: includes/class-wc-gzd-install.php:344
746
  #@ woocommerce-germanized
747
  msgctxt "Page slug"
748
  msgid "terms"
749
  msgstr "agb"
750
 
751
+ #: includes/class-wc-gzd-install.php:345
752
  #@ woocommerce-germanized
753
  msgctxt "Page title"
754
  msgid "Terms & Conditions"
755
  msgstr "AGB"
756
 
757
+ #: includes/class-wc-gzd-install.php:349
758
  #@ woocommerce-germanized
759
  msgctxt "Page slug"
760
  msgid "revocation"
761
  msgstr "widerrufsbelehrung"
762
 
763
+ #: includes/class-wc-gzd-install.php:350
764
  #@ woocommerce-germanized
765
  msgctxt "Page title"
766
  msgid "Power of Revocation"
767
  msgstr "Widerrufsbelehrung"
768
 
769
+ #: includes/class-wc-gzd-install.php:359
770
  #@ woocommerce-germanized
771
  msgctxt "Page slug"
772
  msgid "payment-methods"
773
  msgstr "bezahlmoeglichkeiten"
774
 
775
+ #: includes/class-wc-gzd-install.php:360
776
  #@ woocommerce-germanized
777
  msgctxt "Page title"
778
  msgid "Payment Methods"
779
  msgstr "Zahlungsarten"
780
 
781
+ #: includes/class-wc-gzd-install.php:354
782
  #@ woocommerce-germanized
783
  msgctxt "Page slug"
784
  msgid "shipping-methods"
785
  msgstr "versandarten"
786
 
787
+ #: includes/class-wc-gzd-install.php:355
788
  #@ woocommerce-germanized
789
  msgctxt "Page title"
790
  msgid "Shipping Methods"
853
  #@ woocommerce-germanized
854
  msgctxt "revocation-form"
855
  msgid "I/We hereby give notice that I/We withdraw from my/our contract of sale of the following goods/provision of the following service: "
856
+ msgstr "Hiermit widerrufe(n) ich/wir den von mir/uns abgeschlossenen Vertrag über den Kauf der folgenden Waren / die Erbringung der folgenden Dienstleistung:"
857
 
858
  #: includes/class-wc-gzd-revocation.php:29
859
  #@ woocommerce-germanized
1070
 
1071
  #: includes/abstracts/abstract-wc-gzd-product.php:127
1072
  #: includes/wc-gzd-cart-functions.php:159
1073
+ #: woocommerce-germanized.php:814
1074
  #, php-format
1075
  #@ woocommerce-germanized
1076
  msgid "incl. %s%% VAT"
1087
  msgid "Choose a Payment Gateway"
1088
  msgstr "Zahlungsart auswählen"
1089
 
1090
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:687
1091
  #: includes/wc-gzd-cart-functions.php:194
1092
  #@ woocommerce-germanized
1093
  msgid "I want immediate access to the digital content and I acknowledge that thereby I lose my right to cancel once the service has begun."
1173
  msgstr "Jetzt kaufen"
1174
 
1175
  #: templates/emails/customer-ekomi.php:18
1176
+ #: templates/emails/plain/customer-ekomi.php:19
1177
  #, php-format
1178
  #@ woocommerce-germanized
1179
  msgctxt "ekomi"
1181
  msgstr "Sehr geehrte(r) %s %s,"
1182
 
1183
  #: templates/emails/customer-ekomi.php:19
1184
+ #: templates/emails/plain/customer-ekomi.php:21
1185
  #, php-format
1186
  #@ woocommerce-germanized
1187
  msgctxt "ekomi"
1195
  msgstr "Einkauf jetzt bewerten"
1196
 
1197
  #: templates/emails/customer-revocation.php:16
1198
+ #: templates/emails/plain/customer-revocation.php:14
1199
  #@ woocommerce-germanized
1200
  msgctxt "revocation-form"
1201
  msgid "By sending you this email we confirm your Revocation. Please review your data."
1255
  msgid "VAT free based on &#167;19 UStG"
1256
  msgstr "Kein Mehrwertsteuerausweis, da Kleinunternehmer nach §19 (1) UStG."
1257
 
1258
+ #: woocommerce-germanized.php:566
1259
  #@ woocommerce
1260
  msgid "Settings"
1261
  msgstr "Einstellungen"
1433
  msgid "%s of %s based on %s <a href=\"%s\" target=\"_blank\">ratings</a>."
1434
  msgstr "%s von %s basierend auf %s <a href=\"%s\" target=\"_blank\">Bewertungen</a>."
1435
 
1436
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:638
1437
  #@ woocommerce-germanized
1438
  msgid "Checkout Table Color"
1439
  msgstr "Hintergrundfarbe der Tabelle"
1440
 
1441
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:640
1442
  #@ woocommerce-germanized
1443
  msgid "Choose the color of your checkout product table. This table should be highlighted within your checkout page."
1444
  msgstr "Wähle die Farbe des Hintergrundes deiner Produkt-Tabelle im Checkout. Die Tabelle sollte sich farblich vom Rest des Inhalts abheben."
1455
  msgid "Get VendiPro now"
1456
  msgstr "VendiPro jetzt entdecken"
1457
 
1458
+ #: includes/admin/views/html-notice-pro.php:28
1459
  #: includes/admin/views/html-notice-review.php:23
1460
  #: includes/admin/views/html-notice-theme-incompatibility.php:20
1461
  #: includes/admin/views/html-notice-theme-not-ready.php:20
1480
  msgid "Check if fee is taxable."
1481
  msgstr "MwSt.-Berechnung für Gebühr aktivieren."
1482
 
1483
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:684
1484
  #@ woocommerce-germanized
1485
  msgid "Legal Digital Text"
1486
  msgstr "Hinweis Digital"
1487
 
1488
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:685
1489
  #@ woocommerce-germanized
1490
  msgid "Choose a Plain Text which will be shown right above checkout submit button if a user has picked a digital product. See legal text option for possible placeholders."
1491
  msgstr "Passen Sie hier optional den Hinweistext an, der angezeigt wird, wenn ein Kunde ein digitales Produkt im Warenkorb hat. Sie können hier die gleichen Platzhalter verwenden wie beim Rechtlichen Hinweistext"
1492
 
1493
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:463
1494
  #@ woocommerce-germanized
1495
  msgid "Link to Details"
1496
  msgstr "Verlinkung zu Produktdetails"
1497
 
1498
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:464
1499
  #@ woocommerce-germanized
1500
  msgid "Want to link to product details page instead of add to cart within listings?"
1501
  msgstr "Anstatt des zum Warenkorb Buttons einen Button zur Produktdetail-Seite einfügen?"
1502
 
1503
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:468
1504
  #@ woocommerce-germanized
1505
  msgid "Decide whether you like to link to your product's details page instead of displaying an add to cart button within product listings."
1506
  msgstr "Wenn du lieber einen Link zu deiner Produktseite anstatt eines zum Warenkorb Buttons innerhalb von Produktauflistungen haben möchtest, dann setze einfach diese Option."
1507
 
1508
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:472
1509
  #@ woocommerce-germanized
1510
  msgid "Product Details Text"
1511
  msgstr "Produktdetails Text"
1512
 
1513
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:474
1514
  #@ woocommerce-germanized
1515
  msgid "Details"
1516
  msgstr "Details"
1517
 
1518
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:476
1519
  #@ woocommerce-germanized
1520
  msgid "If you have chosen to link to product details page instead of add to cart URL you may want to change the button text."
1521
  msgstr "Wenn du dich dazu entschlossen hast, lieber auf die Produktseite zu verlinken anstatt den zum Warenkorb Button einzublenden, kannst du hier einen Button-Text vergeben."
1575
  msgstr "Bitte bewerten Sie Ihre Bestellung bei {site_title} vom {order_date}"
1576
 
1577
  #: templates/emails/customer-trusted-shops.php:18
1578
+ #: templates/emails/plain/customer-trusted-shops.php:12
1579
  #, php-format
1580
  #@ woocommerce-germanized
1581
  msgctxt "trusted-shops"
1583
  msgstr "Hallo %s %s,"
1584
 
1585
  #: templates/emails/customer-trusted-shops.php:19
1586
+ #: templates/emails/plain/customer-trusted-shops.php:14
1587
  #, php-format
1588
  #@ woocommerce-germanized
1589
  msgctxt "trusted-shops"
1616
  msgid "Found Bugs?"
1617
  msgstr "Bugs oder Wünsche melden"
1618
 
1619
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:568
1620
  #@ woocommerce-germanized
1621
  msgid "Shipping Costs for Virtual"
1622
  msgstr "Versandkosten virtuell"
1623
 
1624
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:569
1625
  #@ woocommerce-germanized
1626
  msgid "Select this option if you want to display shipping costs notice for virtual products."
1627
  msgstr "Versandkosten-Hinweis auch für virtuelle Produkte aktivieren?"
1628
 
1629
  #: includes/abstracts/abstract-wc-gzd-product.php:126
1630
  #: includes/wc-gzd-cart-functions.php:159
1631
+ #: woocommerce-germanized.php:814
1632
  #@ woocommerce-germanized
1633
  msgid "incl. VAT"
1634
  msgstr "inkl. MwSt."
1638
  msgid "excl. VAT"
1639
  msgstr "exkl. MwSt."
1640
 
1641
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:404
1642
  #@ woocommerce-germanized
1643
  msgid "Virtual VAT"
1644
  msgstr "USt. Änderung 2015"
1645
 
1646
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:407
1647
  #@ woocommerce-germanized
1648
  msgid "Enable Virtual VAT"
1649
  msgstr "USt. Anpassung aktivieren"
1650
 
1651
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:408
1652
  #@ woocommerce-germanized
1653
  msgid "Enable if you want to charge your customer's countries' VAT for virtual products."
1654
  msgstr "Aktiviere diese Option um für virtuelle Produkte den USt.-Satz des Dienstleistungsempfängers zu berechnen."
1655
 
1656
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:412
1657
  #, php-format
1658
  #@ woocommerce-germanized
1659
  msgid "New EU VAT rule applies on 01.01.2015. Make sure that every digital or virtual product has chosen the right tax class (Virtual Rate or Virtual Reduced Rate). Gross prices will not differ from the prices you have chosen for affected products. In fact the net price will differ depending on the VAT rate of your customers' country. Shop settings will be adjusted to show prices including tax. More information can be found <a href=\"%s\" target=\"_blank\">here</a>."
1686
  msgid "Update WooCommerce Germanized"
1687
  msgstr "WooCommerce Germanized aktualisieren"
1688
 
1689
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:363
1690
  #@ woocommerce-germanized
1691
  msgid "Unit Price Text"
1692
  msgstr "Einheitspreis Text"
1693
 
1694
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:364
1695
  #@ woocommerce-germanized
1696
  msgid "This text will be used to display the unit price. Use {price} to insert the price."
1697
  msgstr "Dieser Text wird verwendet um den Einheitspreis darzustellen. Nutze {price} als Platzhalter für den eigentlichen Preis."
1698
 
1699
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:369
1700
  #@ woocommerce-germanized
1701
  msgid "{price}"
1702
  msgstr "{price}"
1703
 
1704
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:805
1705
  #@ woocommerce-germanized
1706
  msgid "Sorry, but the new Virtual VAT rules cannot be applied to small business."
1707
  msgstr "Sorry aber die neuen USt-Regelungen für virtuelle Produkte lassen sich leider nicht mit dem Kleinunternehmer vereinbaren. Bitte kontaktiere deinen Steuerberater für weitere Informationen."
1708
 
1709
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:166
1710
  #@ woocommerce-germanized
1711
  msgid "Add title field"
1712
  msgstr "Anrede im Checkout"
1713
 
1714
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:167
1715
  #@ woocommerce-germanized
1716
  msgid "Add a title field to the address within checkout?"
1717
  msgstr "Fügt ein Feld \"Anrede\" im Checkout hinzu."
1718
 
1719
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:675
1720
  #@ woocommerce-germanized
1721
  msgid "Show digital notice"
1722
  msgstr "Checkbox digitale Produkte"
1723
 
1724
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:676
1725
  #@ woocommerce-germanized
1726
  msgid "Show checkbox for digital products."
1727
  msgstr "Checkbox bei digitalen Produkten anzeigen."
1728
 
1729
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:677
1730
  #@ woocommerce-germanized
1731
  msgid "Disable this option if you want your customers to obtain their right of recission even if digital products are being bought."
1732
  msgstr "Diese Option setzt im Checkout eine Checkbox falls sich im Warenkorb digitale Produkte befinden. Hier können Kunden darauf aufmerksam gemacht werden, dass im Falle von digitalen Produkten das Widerrufsrecht erlischt."
1733
 
1734
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:602
1735
  #@ woocommerce-germanized
1736
  msgid "Show Thumbnails"
1737
  msgstr "Thumbnails anzeigen"
1738
 
1739
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:603
1740
  #@ woocommerce-germanized
1741
  msgid "Show product thumbnails on checkout page?"
1742
  msgstr "Produktbilder im Checkout darstellen?"
1743
 
1744
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:607
1745
  #@ woocommerce-germanized
1746
  msgid "Uncheck if you don't want to show your product thumbnails within checkout table."
1747
  msgstr "Deaktiviere diese Option, wenn du keine Produkbilder im Checkout angezeigt bekommen möchtest."
1748
 
1749
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:611
1750
  #@ woocommerce-germanized
1751
  msgid "Hide Shipping Select"
1752
  msgstr "Versandarten Auswahl"
1753
 
1754
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:612
1755
  #@ woocommerce-germanized
1756
  msgid "Hide shipping rate selection from checkout?"
1757
  msgstr "Die Auswahl von Versandarten im Checkout deaktivieren?"
1758
 
1759
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:616
1760
  #@ woocommerce-germanized
1761
  msgid "This option will hide shipping rate selection from checkout. By then customers will only be able to change their shipping rate on cart page."
1762
  msgstr "Diese Option deaktiviert die Darstellung der Versandarten Auswahl im Checkout. Kunden können von nun an nur noch über den Warenkorb die Versandmethode ändern."
1763
 
1764
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:593
1765
  #@ woocommerce-germanized
1766
  msgid "Hide taxes estimated"
1767
  msgstr "Hinweis \"Steuern geschätzt\""
1768
 
1769
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:594
1770
  #@ woocommerce-germanized
1771
  msgid "Do you want to hide the \"taxes and shipping estimated\" text from your cart?"
1772
  msgstr "Den Hinweis \"Versandkosten und Steuern werden geschätzt\" entfernen?"
1773
 
1774
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:598
1775
  #@ woocommerce-germanized
1776
  msgid "By default WooCommerce adds a \"taxes and shipping estimated\" text to your cart. This might puzzle your customers and may not meet german law."
1777
  msgstr "Der Hinweistext im Warenkorb zur Schätzung von Steuern und Versandkosten kann für Verwirrung beim Kunden sorgen und scheint nicht für den deutschen Markt geeignet."
1782
  msgid "excl. %s%% VAT"
1783
  msgstr "exkl. %s%% MwSt."
1784
 
1785
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:620
1786
  #@ woocommerce-germanized
1787
  msgid "Show back to cart button"
1788
  msgstr "Bestellung bearbeiten"
1789
 
1790
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:621
1791
  #@ woocommerce-germanized
1792
  msgid "Show back to cart button within your checkout table?"
1793
  msgstr "Einen \"Bestellung bearbeiten\" Button in der Bestellübersicht anzeigen?"
1794
 
1795
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:625
1796
  #@ woocommerce-germanized
1797
  msgid "This button may let your customer edit their order before submitting. Some people state that this button should be hidden to avoid legal problems."
1798
  msgstr "Dieser Button ermöglicht es deinen Kunden etwaige Falscheingaben (d.h. fälschlich ausgewählte Produkte) zu korrigieren und zurück zum Warenkorb zu gelangen. Je nach Darstellung in deinem Theme könnte es allerdings auch das Risiko für Abmahnungen erhöhen, da zwischen Pflichtangaben und Kaufen-Button keine weitere Informationen abgedruckt werden sollten."
1799
 
1800
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:296
1801
  #@ woocommerce-germanized
1802
  msgid "Shipping Costs Tax"
1803
  msgstr "Steuerberechnung"
1804
 
1805
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:297
1806
  #@ woocommerce-germanized
1807
  msgid "Enable better taxation for shpping costs?"
1808
  msgstr "Genauere Steuerberechnung für Versandkosten aktivieren?"
1809
 
1810
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:301
1811
  #, php-format
1812
  #@ woocommerce-germanized
1813
  msgid "By choosing this option shipping cost taxation will be calculated based on tax rates within cart. Imagine the following example. Further information can be found <a href=\"%s\" target=\"_blank\">here</a>. %s"
1814
  msgstr "Mit der Auswahl dieser Option werden die Steuern für Versandkosten basierend auf den Anteilen der Steuersätze der Artikel im Warenkorb berechnet. Weitere Informationen findest du <a href=\"%s\" target=\"_blank\">hier</a>. Falls du vorher mit Nettobeträgen gearbeitet hast, ändere die Versandkosten bitte in Bruttobeträge. Hier ein kleines Beispiel: %s"
1815
 
1816
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:305
1817
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:327
1818
  #@ woocommerce-germanized
1819
  msgid "Force Tax Calculation"
1820
  msgstr "Steuerberechnung erzwingen"
1821
 
1822
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:306
1823
  #@ woocommerce-germanized
1824
  msgid "Force shipping costs tax calculation for every method?"
1825
  msgstr "Erzwinge die Besteuerung für Versandkosten für jede Versandart?"
1826
 
1827
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:310
1828
  #@ woocommerce-germanized
1829
  msgid "This option will overwrite settings for each individual shipping method to force tax calculation (instead of only calculating tax for those methods which are taxeable)."
1830
  msgstr "Diese Option überschreibt alle abweichenden Einstellungen verschiedener Versandarten und erzwingt die Steuerberechnung."
1831
 
1832
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:315
1833
  #@ woocommerce-germanized
1834
  msgid "Fees"
1835
  msgstr "Gebühren"
1836
 
1837
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:318
1838
  #@ woocommerce-germanized
1839
  msgid "Fee Tax"
1840
  msgstr "Steuerberechnung"
1841
 
1842
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:319
1843
  #@ woocommerce-germanized
1844
  msgid "Enable better taxation for fees?"
1845
  msgstr "Genauere Steuerberechnung für Gebühren aktivieren?"
1846
 
1847
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:323
1848
  #@ woocommerce-germanized
1849
  msgid "By choosing this option fee taxation will be calculated based on tax rates within cart. See shipping costs taxation for more information."
1850
  msgstr "Mit Hilfe dieser Option werden die Steuern für Gebühren basierend auf den Steuersätzen der Artikel im Warenkorb berechnet (siehe Steuern für Versandkosten für weitere Informationen). Bitte passe auch hier etwaige Nettobeträge in Bruttobeträge an."
1851
 
1852
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:328
1853
  #@ woocommerce-germanized
1854
  msgid "Force fee tax calculation for every fee?"
1855
  msgstr "Berechnung der Steuern für Gebühren erzwingen?"
1856
 
1857
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:332
1858
  #@ woocommerce-germanized
1859
  msgid "This option will overwrite settings for each individual fee to force tax calculation (instead of only calculating tax for those fees which are taxeable)."
1860
  msgstr "Diese Option überschreibt die Einstellungen aller Gebühren und erzwingt die Steuerberechnung."
1882
  msgid "Yes, customer opted in"
1883
  msgstr "Ja, Kunde wurde per Double Opt-In bestätigt."
1884
 
1885
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:337
1886
  #@ woocommerce-germanized
1887
  msgid "Customers"
1888
  msgstr "Kunden"
1889
 
1890
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:340
1891
  #@ woocommerce-germanized
1892
  msgid "Customer Double Opt In"
1893
  msgstr "Double Opt-In"
1894
 
1895
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:341
1896
  #@ woocommerce-germanized
1897
  msgid "Enable customer double opt in on registration?"
1898
  msgstr "Double Opt-In Verfahren für Kundenkonten aktivieren?"
1899
 
1900
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:342
1901
  #, php-format
1902
  #@ woocommerce-germanized
1903
  msgid "If customer chooses to create a customer account an email with an activation link will be sent by mail. Customer account will be marked as activated if user clicks on the link within the email. More information on this topic can be found <a href=\"%s\" target=\"_blank\">here</a>."
1904
  msgstr "Wenn ein Kunde sich dazu entscheidet ein Benutzerkonto zu erstellen, erhält dieser eine E-Mail mit einem Bestätigungslink. Insofern der Kunde diesen Bestätigungslink anklickt, wird das Konto als bestätigt markiert. Dieses Verfahren ist laut Amtsgericht Berlin Pankow/Weißensee notwendig. Mehr Informationen findest du <a href=\"%s\" target=\"_blank\">hier</a>."
1905
 
1906
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:349
1907
  #@ woocommerce-germanized
1908
  msgid "Delete Unactivated After"
1909
  msgstr "Unaktivierte löschen nach"
1910
 
1911
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:350
1912
  #@ woocommerce-germanized
1913
  msgid "This will make sure unactivated customer accounts will be deleted after X days. Set to 0 if you don't want to automatically delete unactivated customers."
1914
  msgstr "Diese Option sorgt dafür, dass unaktivierte Kundenkonten nach X Tagen automatisch gelöscht werden. Falls du die Löschung verhindern möchtest, setze den Wert auf 0."
1933
  msgid "Account activation {site_title}"
1934
  msgstr "Ihr Konto bei {site_title}"
1935
 
 
 
 
 
 
 
1936
  #: templates/emails/customer-new-account-activation.php:20
1937
  #@ woocommerce-germanized
1938
  msgid "Activate your account"
1939
  msgstr "Benutzerkonto aktivieren"
1940
 
1941
  #: templates/emails/customer-new-account-activation.php:24
1942
+ #: templates/emails/plain/customer-new-account-activation.php:26
1943
  #, php-format
1944
  #@ woocommerce
1945
  msgid "Your password has been automatically generated: <strong>%s</strong>"
1946
  msgstr ""
1947
 
1948
  #: templates/emails/customer-new-account-activation.php:28
1949
+ #: templates/emails/plain/customer-new-account-activation.php:30
1950
  #, php-format
1951
  #@ woocommerce-germanized
1952
  msgid "If you haven't created an account on %s please ignore this email."
1958
  msgid "If you cannot follow the link above please copy this url and paste it to your browser bar: %s"
1959
  msgstr "Falls Sie dem Link nicht folgen können, kopieren Sie bitte folgende URL in die Adresszeile Ihres Browsers: %s"
1960
 
1961
+ #: woocommerce-germanized.php:724
1962
  #@ woocommerce-germanized
1963
  msgid "Thank you. You have successfully activated your account."
1964
  msgstr "Vielen Dank. Ihr Benutzerkonto wurde erfolgreich aktiviert."
1965
 
1966
+ #: woocommerce-germanized.php:728
1967
  #@ woocommerce-germanized
1968
  msgid "Sorry, but this activation code cannot be found."
1969
  msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
1970
 
1971
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:351
1972
  #@ woocommerce-germanized
1973
  msgid "days"
1974
  msgstr "Tagen"
1997
  msgid "https://vendidero.de"
1998
  msgstr "https://vendidero.de"
1999
 
2000
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:582
2001
  #@ woocommerce-germanized
2002
  msgid "Fallback Mode"
2003
  msgstr "Fallback Modus"
2004
 
2005
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:583
2006
  #@ woocommerce-germanized
2007
  msgid "Enable to make sure default review-order.php is not being overriden by theme."
2008
  msgstr "Dieser Modus unterdrückt das Überschreiben des review-order.php Templates."
2009
 
2010
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:587
2011
  #@ woocommerce-germanized
2012
  msgid "If you are facing problems within your checkout e.g. legally relevant data is not showing (terms, delivery time, unit price etc.) your theme seems to be incompatible (not using default WooCommerce hooks and filters). As a workaround you may use this fallback which ensures default review-order.php is used."
2013
  msgstr "Falls du Probleme mit dem Checkout hast - es fehlen z.B. rechtlich relevante Dinge wie der AGB/Widerrufsbelehrung Hinweis, Lieferzeit, Einheitspreis etc. - dann scheint dein Theme inkompatibel zu sein (Aktiviere ein Default-WP-Theme um das zu testen). Als Workaround kannst du diesen Fallback-Modus nutzen, der dafür sorgt, dass die Datei review-order.php auf keinen Fall vom Theme überschrieben wird."
2055
  msgid "Export your customer data and ask consumers for a review with the Trusted Shops <a href=\"%s\" target=\"_blank\">Review Collector</a>."
2056
  msgstr "Exportiere hier die Kundendaten für die Verwendung im Trusted Shops <a href=\"%s\" target=\"_blank\">Review Collector</a>."
2057
 
2058
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:42
 
 
 
 
 
 
2059
  #, php-format
2060
  #@ woocommerce-germanized
2061
  msgid "Terms & Conditions generator %s"
2062
  msgstr "AGB Generator %s"
2063
 
2064
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:43
2065
  #, php-format
2066
  #@ woocommerce-germanized
2067
  msgid "Revocation generator %s"
2075
  #: includes/admin/views/html-settings-pro.php:24
2076
  #@ woocommerce-germanized
2077
  msgid "Enjoy even more professional features such as invoices, legal text generators, B2B VAT settings and premium support!"
2078
+ msgstr "Als Nutzer der Pro Version erhältst du viele produktive weiterführende Features wie z.B. PDF-Rechnungen & Lieferscheine, eine Schnittstelle zum Generator für Mustertexte, die Möglichkeit Bestellungen vor Annahme des Vertrages zu prüfen, eine optionale mehrstufige Kasse, die Überprüfung von USt.-IDs und natürlich professionellen Support!"
2079
 
2080
  #: includes/admin/views/html-settings-pro.php:25
2081
  #@ woocommerce-germanized
2134
  msgid "Because of the small business owner state according to &#167;19 UstG the seller does not levy nor state the German value added tax."
2135
  msgstr "Kein Mehrwertsteuerausweis, da Kleinunternehmer nach &#167;19 (1) UStG."
2136
 
2137
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:629
2138
  #@ woocommerce-germanized
2139
  msgid "Show edit data notice"
2140
  msgstr "Bestellung prüfen Hinweis"
2141
 
2142
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:630
2143
  #@ woocommerce-germanized
2144
  msgid "Show a \"check-your-entries\" notice to the user?"
2145
  msgstr "Einen \"Bestellung prüfen\" Hinweis anzeigen?"
2146
 
2147
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:634
2148
  #@ woocommerce-germanized
2149
  msgid "This notice will be added right before the order comments field."
2150
  msgstr "Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
2160
  msgid "Please check all of your entries carefully. You may change your entries with the help of the \"Back\" button in your browser"
2161
  msgstr "Bitte überprüfen Sie Ihre Eingaben. Sie können diese durch Klicken des „Zurück“-Buttons Ihres Browsers korrigieren"
2162
 
2163
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:175
2164
  #@ woocommerce-germanized
2165
  msgid "Contract"
2166
  msgstr "Kaufvertrag"
2167
 
2168
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:175
2169
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:417
2170
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:429
2171
  #, php-format
2172
  #@ woocommerce-germanized
2173
  msgid "%sUpgrade to %spro%s%s to unlock this feature and get premium support."
2174
  msgstr "%sUpgrade zur %spro%s Version%s um dieses Feature nutzen zu können und erhalte professionellen Support."
2175
 
2176
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:417
2177
  #@ woocommerce-germanized
2178
  msgctxt "invoices"
2179
  msgid "Invoices"
2180
  msgstr "Rechnungen"
2181
 
2182
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:429
2183
  #@ woocommerce-germanized
2184
  msgid "VAT"
2185
  msgstr "Umsatzsteuer"
2201
  msgid "or"
2202
  msgstr "oder"
2203
 
 
 
 
 
 
 
2204
  #: includes/admin/views/html-notice-theme-supported.php:17
2205
  #, php-format
2206
  #@ woocommerce-germanized
2207
  msgid "Enable support for %s"
2208
  msgstr "Anpassungen für %s freischalten"
2209
 
2210
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:40
2211
+ #, php-format
2212
+ #@ woocommerce-germanized
2213
+ msgid "Invoices & Packing Slips %s"
2214
+ msgstr "Rechnungen & Lieferscheine %s"
2215
+
2216
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:190
2217
+ #: includes/wc-gzd-core-functions.php:40
2218
+ #@ woocommerce-germanized
2219
+ msgid "Terms & Conditions"
2220
+ msgstr "AGB"
2221
+
2222
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:191
2223
+ #@ woocommerce-germanized
2224
+ msgid "This page should contain your terms & conditions."
2225
+ msgstr "Diese Seite sollte deine Allgemeinen Geschäftsbedingungen enthalten."
2226
+
2227
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:197
2228
+ #, php-format
2229
+ #@ woocommerce-germanized
2230
+ msgid "Don't have terms & conditions yet? <a href=\"%s\">Generate now</a>!"
2231
+ msgstr "Du hast noch keine AGB? <a href=\"%s\">Jetzt generieren</a>!"
2232
+
2233
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:208
2234
+ #, php-format
2235
+ #@ woocommerce-germanized
2236
+ msgid "Don't have a revocation page yet? <a href=\"%s\">Generate now</a>!"
2237
+ msgstr "Du hast noch keine Widerrufsbelehrung? <a href=\"%s\">Jetzt generieren</a>!"
2238
+
2239
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:114
2240
+ #, php-format
2241
+ #@ woocommerce-germanized
2242
+ msgid "Attach %s"
2243
+ msgstr "%s"
2244
+
2245
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:115
2246
+ #, php-format
2247
+ #@ woocommerce-germanized
2248
+ msgid "Attach %s to the following email templates"
2249
+ msgstr "%s an die folgenden E-Mail Templates anfügen"
2250
+
2251
+ #: includes/wc-gzd-core-functions.php:49
2252
+ #@ woocommerce-germanized
2253
+ msgid "Data Security"
2254
+ msgstr "Datenschutzbelehrung"
2255
+
2256
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:387
2257
+ #@ woocommerce-germanized
2258
+ msgid "Use drag & drop to customize attachment order. Don't forget to save your changes."
2259
+ msgstr "Verwende Drag & Drop um die Reihenfolge der Texte in den E-Mails zu beeinflussen und speichere anschließend deine Änderungen."
2260
+
2261
+ #: templates/emails/customer-new-account-activation.php:18
2262
+ #: templates/emails/plain/customer-new-account-activation.php:16
2263
+ #, php-format
2264
+ #@ woocommerce-germanized
2265
+ msgid "Thanks for creating an account on %s. Your username is %s. Please follow the activation link to activate your account:"
2266
+ msgstr "Es wurde für Sie ein Benutzerkonto bei %s angelegt. Ihr Benutzername lautet %s. Bitte folgen Sie dem Link, um Ihr Benutzerkonto zu bestätigen:"
2267
+
2268
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:41
2269
+ #, php-format
2270
+ #@ woocommerce-germanized
2271
+ msgid "Multistep Checkout %s"
2272
+ msgstr "Mehrstufige Kasse %s"
2273
+
2274
+ #: includes/admin/views/html-notice-pro.php:14
2275
+ #@ woocommerce-germanized
2276
+ msgid "For professionals: Upgrade to Pro-Version"
2277
+ msgstr "Entdecke jetzt noch mehr nützliche Funktionen"
2278
+
2279
+ #: includes/admin/views/html-notice-pro.php:16
2280
+ #@ woocommerce-germanized
2281
+ msgid "Do you enjoy WooCommerce Germanized? Do you want to benefit from even more and better features? You may consider an uprade to Pro. Check out some of the main Pro features:"
2282
+ msgstr "Dir gefällt WooCommerce Germanized? Dann profitiere jetzt von weiteren nützlichen WooCommerce Funktionen um deinen Shop noch ein Stückchen besser an den deutschen Markt anzupassen. Hier findest du einen Auszug der Funktionen der Pro Version:"
2283
+
2284
+ #: includes/admin/views/html-notice-pro.php:19
2285
+ #@ woocommerce-germanized
2286
+ msgid "PDF invoices and packing slips"
2287
+ msgstr "PDF Rechnungen & Lieferscheine"
2288
+
2289
+ #: includes/admin/views/html-notice-pro.php:20
2290
+ #@ woocommerce-germanized
2291
+ msgid "Generator for terms & conditions and right of recission"
2292
+ msgstr "Schnittstelle für Mustertexte-Generatoren für AGB & Widerrufsbelehrung"
2293
+
2294
+ #: includes/admin/views/html-notice-pro.php:21
2295
+ #@ woocommerce-germanized
2296
+ msgid "Multistep Checkout"
2297
+ msgstr "Mehrstufige Kasse inkl. Datenüberprüfung"
2298
+
2299
+ #: includes/admin/views/html-notice-pro.php:22
2300
+ #@ woocommerce-germanized
2301
+ msgid "Premium Ticket Support"
2302
+ msgstr "Premium Support via Ticket-System"
2303
+
2304
+ #: includes/admin/views/html-notice-pro.php:25
2305
+ #@ woocommerce-germanized
2306
+ msgid "Learn more about Pro Version"
2307
+ msgstr "Mehr über die Pro Version erfahren"
2308
+
2309
+ #. translators: plugin header field 'Version'
2310
+ #: woocommerce-germanized.php:0
2311
+ #@ woocommerce-germanized
2312
+ msgid "1.3.3"
2313
+ msgstr "1.3.3"
2314
+
i18n/languages/woocommerce-germanized.mo CHANGED
Binary file
i18n/languages/woocommerce-germanized.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce Germanized\n"
4
- "POT-Creation-Date: 2014-09-16 11:47+0100\n"
5
- "PO-Revision-Date: 2014-09-16 11:47+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
@@ -60,572 +60,1036 @@ msgstr ""
60
  msgid "l"
61
  msgstr ""
62
 
63
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:68
64
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:519
65
- #, php-format
66
- msgid "incl. %s VAT"
67
- msgstr ""
68
-
69
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:68
70
- #, php-format
71
- msgid "excl. %s VAT"
72
  msgstr ""
73
 
74
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:53
75
- msgid "About WooCommerce Germanized"
76
  msgstr ""
77
 
78
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:54
79
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:102
80
- msgid "Welcome to WooCommerce Germanized"
81
- msgstr ""
82
-
83
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:107
84
- msgid "Thanks, all done!"
85
  msgstr ""
86
 
87
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:109
88
- msgid "Thank you for updating to the latest version!"
 
89
  msgstr ""
90
 
91
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:111
92
- msgid "Thanks for installing!"
93
  msgstr ""
94
 
95
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:113
96
- #, php-format
97
- msgid ""
98
- "%s<br/>WooCommerce Germanized %s upgrades WooCommerce to a legally compliant "
99
- "german Webshop for WordPress."
100
  msgstr ""
101
 
102
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:117
103
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:388
104
- msgid "Settings"
105
  msgstr ""
106
 
107
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:118
108
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:390
109
- msgid "Premium Support"
110
  msgstr ""
111
 
112
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:170
113
  msgid "Go to WooCommerce Germanized Settings"
114
  msgstr ""
115
 
116
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:28
117
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:37
118
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:23
119
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:32
120
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:83
121
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:92
 
 
 
 
122
  msgid "Cheatin&#8217; huh?"
123
  msgstr ""
124
 
125
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:46
126
  msgid "Optional Email Content"
127
  msgstr ""
128
 
129
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:55
130
  msgid "Add content which will be replacing default page content within emails."
131
  msgstr ""
132
 
133
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:60
 
 
134
  msgid "Optional Mini Description"
135
  msgstr ""
136
 
137
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:64
138
  msgid ""
139
  "This content will be shown as short product description within checkout and "
140
  "emails."
141
  msgstr ""
142
 
143
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:34
144
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:25
 
 
145
  msgid "Unit"
146
  msgstr ""
147
 
148
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:36
149
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:64
150
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:52
151
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:244
 
152
  msgid "None"
153
  msgstr ""
154
 
155
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:43
156
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:26
 
157
  msgid "Unit Base"
158
  msgstr ""
159
 
160
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:49
161
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:27
 
162
  msgid "Regular Unit Price"
163
  msgstr ""
164
 
165
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:53
166
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:28
 
167
  msgid "Sale Unit Price"
168
  msgstr ""
169
 
170
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:59
171
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:36
 
 
172
  msgid "Delivery Time"
173
  msgstr ""
174
 
175
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:25
 
 
 
 
 
176
  msgid "Select unit"
177
  msgstr ""
178
 
179
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:25
180
  msgid "Needed if selling on a per unit basis"
181
  msgstr ""
182
 
183
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:26
184
  msgid "Unit price per amount (e.g. 100)"
185
  msgstr ""
186
 
187
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
188
  msgid "Germanized"
189
  msgstr ""
190
 
191
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  msgid "General Options"
193
  msgstr ""
194
 
195
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:38
196
  msgid "Display Options"
197
  msgstr ""
198
 
199
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:39
200
- msgid "Trusted Shops Options"
 
201
  msgstr ""
202
 
203
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:40
204
- msgid "eKomi Options"
 
205
  msgstr ""
206
 
207
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:65
208
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:288
209
  msgid "General"
210
  msgstr ""
211
 
212
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:68
213
  msgid "Small-Enterprise-Regulation"
214
  msgstr ""
215
 
216
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:69
217
  msgid "VAT based on &#167;19 UStG"
218
  msgstr ""
219
 
220
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:73
221
  #, php-format
222
  msgid ""
223
  "set this Option if you have chosen <a href=\"%s\" target=\"_blank\">&#167;19 "
224
  "UStG</a>"
225
  msgstr ""
226
 
227
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:77
228
  msgid "Show no VAT notice"
229
  msgstr ""
230
 
231
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:78
232
  msgid "Show no VAT &#167;19 UStG notice on single product"
233
  msgstr ""
234
 
235
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:85
236
  msgid "Submit Order Button Text"
237
  msgstr ""
238
 
239
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:86
240
  msgid "This text serves as Button text for the Order Submit Button."
241
  msgstr ""
242
 
243
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:91
244
  msgid "Buy Now"
245
  msgstr ""
246
 
247
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:95
248
  msgid "Phone as required field"
249
  msgstr ""
250
 
251
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:96
252
  msgid "Should phone number be a required field within checkout?"
253
  msgstr ""
254
 
255
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:104
256
- msgid "Translation"
257
  msgstr ""
258
 
259
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:107
260
- msgid "WooCommerce to German"
261
  msgstr ""
262
 
263
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:110
264
- msgid "Translate WooCommerce to German."
265
  msgstr ""
266
 
267
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:111
 
 
268
  #, php-format
269
- msgid ""
270
- "Translation Files provided by <a href=\"%s\" target=\"_blank\">WooCommerce "
271
- "German (de_DE)</a> by <a href=\"%s\" target=\"_blank\">deckerweb</a>. For "
272
- "more option please install this Plugin."
273
  msgstr ""
274
 
275
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:116
276
- msgid "German (informal)"
277
  msgstr ""
278
 
279
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:117
280
- msgid "Activate german informal translation (use \"Du\" instead of \"Sie\")"
 
 
281
  msgstr ""
282
 
283
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:125
284
- msgid "Legal Pages"
285
  msgstr ""
286
 
287
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:128
288
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:206
289
- msgid "Imprint"
290
  msgstr ""
291
 
292
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:129
293
- msgid "This page should contain an imprint with your company's information."
 
294
  msgstr ""
295
 
296
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:139
297
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:210
298
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:221
299
- msgid "Shipping Costs"
300
  msgstr ""
301
 
302
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:140
303
- msgid "This page should contain information regarding shipping costs"
 
304
  msgstr ""
305
 
306
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:150
307
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:201
 
 
 
 
 
 
 
 
 
 
308
  msgid "Data Security Statement"
309
  msgstr ""
310
 
311
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:151
312
  msgid ""
313
  "This page should contain information regarding your data security policy."
314
  msgstr ""
315
 
316
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:161
317
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:216
318
- msgid "Power of Revocation"
319
  msgstr ""
320
 
321
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:162
322
  msgid ""
323
- "This page should contain information regarding your customer's Right of "
324
- "Revocation."
325
  msgstr ""
326
 
327
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:172
328
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:226
329
- msgid "Payment Methods"
330
  msgstr ""
331
 
332
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:173
333
  msgid ""
334
- "This page should contain information regarding the Payment Methods that are "
335
  "chooseable during checkout."
336
  msgstr ""
337
 
338
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:184
339
  msgid "Delivery Times"
340
  msgstr ""
341
 
342
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:187
343
  msgid "Default Delivery Time"
344
  msgstr ""
345
 
346
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:188
347
  msgid ""
348
  "This delivery time will be added to every product if no delivery time has "
349
  "been chosen individually"
350
  msgstr ""
351
 
352
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:199
353
  msgid "Delivery Time Text"
354
  msgstr ""
355
 
356
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:200
357
  msgid ""
358
  "This text will be used to indicate delivery time for products. Use "
359
  "{delivery_time} as placeholder."
360
  msgstr ""
361
 
362
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:205
363
  msgid "Delivery time: {delivery_time}"
364
  msgstr ""
365
 
366
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:213
 
 
 
 
367
  msgid "Shipping Costs Text"
368
  msgstr ""
369
 
370
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:214
371
  msgid ""
372
  "This text will be used to inform the customer about shipping costs. Use "
373
  "{link}{/link} to insert link to shipping costs page."
374
  msgstr ""
375
 
376
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:219
377
  msgid "plus {link}Shipping Costs{/link}"
378
  msgstr ""
379
 
380
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:224
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
381
  msgid "Right of Recission"
382
  msgstr ""
383
 
384
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:227
385
  msgid "Revocation Address"
386
  msgstr ""
387
 
388
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:228
389
  msgid ""
390
  "Type in an address, telephone/telefax number, email address which is to be "
391
  "used as revocation address"
392
  msgstr ""
393
 
394
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:237
395
  msgid "E-Mails"
396
  msgstr ""
397
 
398
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:240
399
- msgid "Attach Imprint"
400
- msgstr ""
401
-
402
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:241
403
- msgid "Attach Imprint to the following email templates"
404
- msgstr ""
405
-
406
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:250
407
- msgid "Attach Terms & Conditions"
408
  msgstr ""
409
 
410
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:251
411
- msgid "Attach Terms & Conditions to the following email templates"
412
  msgstr ""
413
 
414
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:260
415
- msgid "Attach Power of Recission"
 
 
416
  msgstr ""
417
 
418
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:261
419
- msgid "Attach Power of Recission to the following email templates"
 
 
 
 
 
 
 
 
420
  msgstr ""
421
 
422
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:270
423
- msgid "Attach Data Security"
424
  msgstr ""
425
 
426
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:271
427
- msgid "Attach Data Security Statement to the following email templates"
428
  msgstr ""
429
 
430
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:291
431
  msgid "Add to Cart"
432
  msgstr ""
433
 
434
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:292
435
  msgid "Show add to cart button on listings?"
436
  msgstr ""
437
 
438
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:296
439
  msgid ""
440
  "unset this option if you don't want to show the add to cart button within "
441
  "the product listings"
442
  msgstr ""
443
 
444
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:300
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Notice Footer"
446
  msgstr ""
447
 
448
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:301
449
  msgid "Show a global VAT notice within footer"
450
  msgstr ""
451
 
452
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:309
453
  msgid "Show a global sale price notice within footer"
454
  msgstr ""
455
 
456
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:318
457
  msgid "Products"
458
  msgstr ""
459
 
460
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:321
461
  msgid "Show within Product Listings"
462
  msgstr ""
463
 
464
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:322
465
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:347
466
  msgid "Shipping Costs notice"
467
  msgstr ""
468
 
469
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:330
470
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:363
471
- msgid "Unit Price"
472
  msgstr ""
473
 
474
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:338
475
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:371
476
  msgid "Delivery Time Notice"
477
  msgstr ""
478
 
479
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:346
480
- msgid "Show on Product Detail Page"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
481
  msgstr ""
482
 
483
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:355
484
- msgid "Tax Info"
 
485
  msgstr ""
486
 
487
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:380
488
- msgid "Checkout & Cart"
489
  msgstr ""
490
 
491
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:383
492
- msgid "Checkout Legal Display"
493
  msgstr ""
494
 
495
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:384
496
- msgid "Use Plain Text as legal notice"
497
  msgstr ""
498
 
499
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:386
500
  msgid ""
501
- "This version will remove checkboxes from Checkout and display a text "
502
- "instead. This seems to be legally compliant (Zalando & Co are using this "
503
- "option)."
504
  msgstr ""
505
 
506
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:392
507
- msgid "Legal Plain Text"
508
  msgstr ""
509
 
510
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:393
511
- msgid ""
512
- "Choose a Plain Text which will be shown instead of checkboxes. Use "
513
- "{term_link}{/term_link}, {data_security_link}{/data_security_link}, "
514
- "{revocation_link}{/revocation_link} as Placeholders for the links to legal "
515
- "pages."
516
  msgstr ""
517
 
518
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:395
519
- msgid ""
520
- "With your order, you agree to have read and understood our {term_link}Terms "
521
- "and Conditions{/term_link}, {data_security_link}Data Security Statement{/"
522
- "data_security_link} and your {revocation_link}Right of Recission{/"
523
- "revocation_link}."
524
  msgstr ""
525
 
526
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:402
527
- msgid "Checkout Legal"
528
  msgstr ""
529
 
530
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:403
531
- msgid "Show Terms and Conditions"
 
 
 
 
 
 
 
532
  msgstr ""
533
 
534
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:411
535
- msgid "Show Data Security Statement"
 
 
536
  msgstr ""
537
 
538
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:419
539
- msgid "Show Power of Revocation"
540
  msgstr ""
541
 
542
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:427
543
- msgid "Order Success Text"
 
 
 
 
 
 
544
  msgstr ""
545
 
546
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:428
547
- msgid "Choose a custom text to display on order success page."
 
548
  msgstr ""
549
 
550
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:436
551
- msgid "Order Success Data"
 
 
 
 
 
 
552
  msgstr ""
553
 
554
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:437
555
- msgid "Hide product table and customer data on order success page"
 
556
  msgstr ""
557
 
558
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:13
559
- msgid "<strong>Welcome to WooCommerce Germanized</strong>"
560
  msgstr ""
561
 
562
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:14
563
- msgid ""
564
- "Just a few more steps and your Online-Shop will become legally compliant:"
565
  msgstr ""
566
 
567
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:19
568
- msgid "Germanize WooCommerce"
 
 
 
 
569
  msgstr ""
570
 
571
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:23
572
- msgid ""
573
- "We will adjust WooCommerce Settings for you e.g.: EUR, German Price Format "
574
- "etc."
575
  msgstr ""
576
 
577
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:28
578
- msgid "Generate Legal Pages"
579
  msgstr ""
580
 
581
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:32
582
  msgid ""
583
- "We will automatically add legal pages such as Data Privacy Statement, Power "
584
- "of Revocation, Terms & Conditions etc."
585
  msgstr ""
586
 
587
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:40
588
- msgid "Install WooCommerce Germanized"
589
  msgstr ""
590
 
591
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:40
592
- msgid "Skip setup"
 
593
  msgstr ""
594
 
595
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ajax.php:47
596
  msgid "is not a valid email address."
597
  msgstr ""
598
 
599
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ajax.php:50
600
  msgid "Please enter a valid postcode/ZIP"
601
  msgstr ""
602
 
603
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ajax.php:53
604
  msgid "is not valid."
605
  msgstr ""
606
 
607
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ajax.php:66
608
  msgid ""
609
  "Thank you. We have received your Revocation Request. You will receive a "
610
  "conformation email within a few minutes."
611
  msgstr ""
612
 
613
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:40
614
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:62
615
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:39
616
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-reviews.php:27
 
 
617
  msgid "Title"
618
  msgstr ""
619
 
620
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:41
621
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:60
622
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:42
623
  msgid "Sir"
624
  msgstr ""
625
 
626
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:41
627
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:60
628
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:43
629
  msgid "Madam"
630
  msgstr ""
631
 
@@ -638,12 +1102,10 @@ msgid "Ekomi Integration"
638
  msgstr ""
639
 
640
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ekomi.php:315
641
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:251
642
  msgid "Shop ID"
643
  msgstr ""
644
 
645
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ekomi.php:316
646
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:252
647
  msgid "Insert your Shop ID here."
648
  msgstr ""
649
 
@@ -691,78 +1153,139 @@ msgid ""
691
  "to customer."
692
  msgstr ""
693
 
694
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-emails.php:109
 
 
 
 
695
  msgid "Forward your Revocation online"
696
  msgstr ""
697
 
698
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:92
699
  #, php-format
700
  msgid ""
701
  "Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
702
  "installing WooCommerce Germanized. Thank you!"
703
  msgstr ""
704
 
705
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:200
706
  msgid "data-security"
707
  msgstr ""
708
 
709
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:205
710
  msgid "imprint"
711
  msgstr ""
712
 
713
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:210
714
  msgid "terms"
715
  msgstr ""
716
 
717
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:211
718
- msgid "Terms & Conditions"
719
- msgstr ""
720
-
721
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:215
722
  msgid "revocation"
723
  msgstr ""
724
 
725
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:220
726
- msgid "shipping-costs"
727
  msgstr ""
728
 
729
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:225
730
  msgid "payment-methods"
731
  msgstr ""
732
 
733
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:32
734
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:34
735
- msgid "Product Delivery Times"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
736
  msgstr ""
737
 
 
738
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:35
 
 
 
 
739
  msgid "Product Delivery Time"
740
  msgstr ""
741
 
742
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:37
743
  msgid "Search Delivery Times"
744
  msgstr ""
745
 
746
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:38
747
  msgid "All Product Delivery Times"
748
  msgstr ""
749
 
750
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:39
751
  msgid "Edit Product Delivery Time"
752
  msgstr ""
753
 
754
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:40
755
  msgid "Update Product Delivery Time"
756
  msgstr ""
757
 
758
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:41
759
  msgid "Add New Product Delivery Time"
760
  msgstr ""
761
 
762
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:42
763
  msgid "New Product Delivery Time Name"
764
  msgstr ""
765
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
766
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:22
767
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:27
768
  msgid "Revocation"
@@ -786,152 +1309,227 @@ msgstr ""
786
  msgid "Order Date"
787
  msgstr ""
788
 
789
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:36
790
  msgid "Customer Data"
791
  msgstr ""
792
 
793
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:48
794
  msgid "First Name"
795
  msgstr ""
796
 
797
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:53
798
  msgid "Last Name"
799
  msgstr ""
800
 
801
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:58
802
  msgid "Street"
803
  msgstr ""
804
 
805
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:63
806
  msgid "Postal Code"
807
  msgstr ""
808
 
809
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:68
810
  msgid "City"
811
  msgstr ""
812
 
813
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:73
814
  msgid "Country"
815
  msgstr ""
816
 
817
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:80
818
  msgid "Mail"
819
  msgstr ""
820
 
821
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:39
822
  msgid "Prepayment"
823
  msgstr ""
824
 
825
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:40
826
  msgid "Cash On Delivery"
827
  msgstr ""
828
 
829
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:41
830
  msgid "Credit Card"
831
  msgstr ""
832
 
833
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:42
834
  msgid "Paypal"
835
  msgstr ""
836
 
837
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:43
838
  msgid "Invoice"
839
  msgstr ""
840
 
841
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:44
842
  msgid "Direct Debit"
843
  msgstr ""
844
 
845
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:45
846
  msgid "Financing"
847
  msgstr ""
848
 
849
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:185
 
 
 
 
 
850
  #, php-format
851
  msgid "Rated %s out of %s"
852
  msgstr ""
853
 
854
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:187
855
  #, php-format
856
  msgid "out of %s"
857
  msgstr ""
858
 
859
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:192
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
860
  #, php-format
861
  msgid ""
862
- "&#216; <span itemprop=\"average\">%s</span> of <span itemprop=\"best\">%s</"
863
- "span> based on <span class=\"count\">%s</span> <a href=\"%s\" target=\"_blank"
864
- "\">ratings</a>."
865
  msgstr ""
866
 
867
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:248
868
  msgid "Trusted Shops Integration"
869
  msgstr ""
870
 
871
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:260
872
- msgid "Enable Reviews?"
873
  msgstr ""
874
 
875
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:261
876
- msgid ""
877
- "Enable this option if you want to let your customers rate your Shop via "
878
- "Trusted Shops"
879
  msgstr ""
880
 
881
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:269
882
- msgid "Show Badge?"
883
  msgstr ""
884
 
885
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:270
886
  #, php-format
887
  msgid ""
888
- "Show a Trusted Shops Badge on the right side of your Website. For more info "
889
- "please visit <a href=\"%s\" target=\"_blank\">Trusted Shops</a>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
890
  msgstr ""
891
 
892
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:278
893
- msgid "Badge Variant"
894
  msgstr ""
895
 
896
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:279
897
- msgid "Choose a Badge Variant"
 
 
 
898
  msgstr ""
899
 
900
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:286
901
- msgid "Default"
902
  msgstr ""
903
 
904
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:287
905
- msgid "Text"
 
 
906
  msgstr ""
907
 
908
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:288
909
- msgid "Small"
910
  msgstr ""
911
 
912
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:289
913
- msgid "Reviews"
 
 
914
  msgstr ""
915
 
916
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:295
917
- msgid "Review Reminder after"
918
  msgstr ""
919
 
920
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:296
921
  msgid ""
922
- "If a customer chooses to rate your Shop later, how many days should be gone "
923
- "until customer receives an reminder email sent by Trusted Shops?"
 
 
 
924
  msgstr ""
925
 
926
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:333
927
  #, php-format
928
  msgid ""
929
  "Choose a Trusted Shops Payment Gateway linked to WooCommerce Payment Gateway "
930
  "%s"
931
  msgstr ""
932
 
 
 
 
 
 
 
 
 
933
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-ekomi.php:24
934
- msgid "eKomi Review Notice"
935
  msgstr ""
936
 
937
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-ekomi.php:25
@@ -941,13 +1539,34 @@ msgid ""
941
  msgstr ""
942
 
943
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-ekomi.php:27
 
944
  msgid "Please rate your Order"
945
  msgstr ""
946
 
947
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-ekomi.php:28
 
948
  msgid "Please rate your {site_title} order from {order_date}"
949
  msgstr ""
950
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
951
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:28
952
  msgid "Email being sent if a customer fills out the revocation form."
953
  msgstr ""
@@ -957,174 +1576,171 @@ msgstr ""
957
  msgid "Your Revocation"
958
  msgstr ""
959
 
960
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:65
961
- #, php-format
962
- msgid "incl. %s%% VAT"
963
- msgstr ""
964
-
965
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-template-functions.php:129
966
- msgid "Edit Order"
967
  msgstr ""
968
 
969
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-template-functions.php:140
970
- msgid "Choose a Payment Gateway"
 
 
971
  msgstr ""
972
 
973
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-template-functions.php:152
974
- #, php-format
975
- msgid ""
976
- "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">data privacy "
977
- "statement</a>"
978
  msgstr ""
979
 
980
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-template-functions.php:166
981
- #, php-format
982
- msgid ""
983
- "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">power of "
984
- "revocation</a>"
985
  msgstr ""
986
 
987
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-template-functions.php:192
988
- msgid "You must accept our Data Privacy Statement."
 
989
  msgstr ""
990
 
991
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-template-functions.php:194
992
- msgid "You must accept the Power of Revocation."
993
  msgstr ""
994
 
995
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-reviews.php:20
996
- msgid "Display your Trusted Shops Reviews as Rich Snippets."
 
 
997
  msgstr ""
998
 
999
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-reviews.php:22
1000
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-reviews.php:26
1001
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-reviews.php:48
1002
- msgid "Trusted Shops Reviews"
1003
  msgstr ""
1004
 
1005
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart-totals.php:16
1006
- msgid "Cart Totals"
1007
  msgstr ""
1008
 
1009
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart-totals.php:21
1010
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:144
1011
- msgid "Cart Subtotal"
 
 
1012
  msgstr ""
1013
 
1014
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart-totals.php:75
1015
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:198
1016
- msgid "Order Total"
1017
  msgstr ""
1018
 
1019
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart-totals.php:90
1020
- #, php-format
1021
- msgid " (taxes estimated for %s)"
1022
  msgstr ""
1023
 
1024
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart-totals.php:93
1025
  #, php-format
1026
  msgid ""
1027
- "Note: Shipping and taxes are estimated%s and will be updated during checkout "
1028
- "based on your billing and shipping information."
1029
- msgstr ""
1030
-
1031
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart.php:27
1032
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:70
1033
- msgid "Product"
1034
  msgstr ""
1035
 
1036
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart.php:28
1037
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:71
1038
- msgid "Price"
 
1039
  msgstr ""
1040
 
1041
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart.php:29
1042
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:72
1043
- msgid "Quantity"
1044
  msgstr ""
1045
 
1046
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart.php:30
1047
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:73
1048
- msgid "Total"
 
 
1049
  msgstr ""
1050
 
1051
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart.php:47
1052
- msgid "Remove this item"
 
1053
  msgstr ""
1054
 
1055
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart.php:74
1056
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:111
1057
- msgid "Available on backorder"
 
1058
  msgstr ""
1059
 
1060
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart.php:119
1061
- msgid "Coupon"
1062
  msgstr ""
1063
 
1064
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart.php:119
1065
- msgid "Coupon code"
1066
  msgstr ""
1067
 
1068
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart.php:119
1069
- msgid "Apply Coupon"
1070
  msgstr ""
1071
 
1072
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart.php:136
1073
- msgid "Update Cart"
 
 
 
 
 
1074
  msgstr ""
1075
 
1076
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/cart/cart.php:137
1077
- msgid "Proceed to Checkout"
 
1078
  msgstr ""
1079
 
1080
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/form-checkout.php:20
1081
- msgid "You must be logged in to checkout."
 
 
 
 
1082
  msgstr ""
1083
 
1084
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:51
1085
  msgid "Please fill in your details above to see available payment methods."
1086
  msgstr ""
1087
 
1088
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:53
1089
  msgid ""
1090
  "Sorry, it seems that there are no available payment methods for your state. "
1091
  "Please contact us if you require assistance or wish to make alternate "
1092
  "arrangements."
1093
  msgstr ""
1094
 
1095
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:64
1096
- msgid "Your order"
1097
- msgstr ""
1098
-
1099
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:212
1100
- msgid ""
1101
- "Since your browser does not support JavaScript, or it is disabled, please "
1102
- "ensure you click the <em>Update Totals</em> button before placing your "
1103
- "order. You may be charged more than the amount stated above if you fail to "
1104
- "do so."
1105
  msgstr ""
1106
 
1107
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:212
1108
- msgid "Update totals"
1109
  msgstr ""
1110
 
1111
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:220
1112
- #, php-format
1113
- msgid ""
1114
- "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">terms &amp; "
1115
- "conditions</a>"
1116
  msgstr ""
1117
 
1118
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order.php:228
1119
- msgid "Place order"
1120
  msgstr ""
1121
 
1122
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-ekomi.php:18
 
1123
  #, php-format
1124
  msgid "Dear %s %s,"
1125
  msgstr ""
1126
 
1127
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-ekomi.php:19
 
1128
  #, php-format
1129
  msgid ""
1130
  "You have recently shopped at %s. Thank you! We would be glad if you spent "
@@ -1133,25 +1749,54 @@ msgid ""
1133
  msgstr ""
1134
 
1135
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-ekomi.php:22
 
1136
  msgid "Rate Order now"
1137
  msgstr ""
1138
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1139
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-revocation.php:16
1140
  msgid ""
1141
  "By sending you this email we confirm your Revocation. Please review your "
1142
  "data."
1143
  msgstr ""
1144
 
1145
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/email-order-items.php:25
1146
  msgid "Product Image"
1147
  msgstr ""
1148
 
1149
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/email-order-items.php:46
1150
  #, php-format
1151
  msgid "Download %d"
1152
  msgstr ""
1153
 
1154
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/email-order-items.php:48
1155
  msgid "Download"
1156
  msgstr ""
1157
 
@@ -1168,7 +1813,6 @@ msgid "All prices excl. VAT."
1168
  msgstr ""
1169
 
1170
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/footer/vat-info.php:15
1171
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/global/small-business-info.php:13
1172
  msgid ""
1173
  "Because of the small business owner state according to &#167;19 UStG the "
1174
  "seller charge no sales tax, and therefore do not show it."
@@ -1182,54 +1826,25 @@ msgstr ""
1182
  msgid "Forward Revocation"
1183
  msgstr ""
1184
 
1185
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/single-product/small-business-info.php:15
1186
- msgid "VAT free based on &#167;19 UStG"
1187
- msgstr ""
1188
-
1189
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/thankyou.php:15
1190
- msgid "Buyer Protection"
1191
- msgstr ""
1192
-
1193
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/thankyou.php:20
1194
  msgid ""
1195
- "We offer you the free buyer protection of Trusted Shops as an additional "
1196
- "service."
1197
- msgstr ""
1198
-
1199
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/thankyou.php:32
1200
- msgid "Register for Trusted Shops Buyer Protection"
1201
- msgstr ""
1202
-
1203
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/thankyou.php:40
1204
- msgid "Rate our Shop"
1205
- msgstr ""
1206
-
1207
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/thankyou.php:44
1208
- msgid "Rate now"
1209
  msgstr ""
1210
 
1211
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/thankyou.php:46
1212
- msgid "Rate later"
1213
- msgstr ""
1214
-
1215
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/thankyou.php:49
1216
- #, php-format
1217
- msgid ""
1218
- "Yes, I would like to rate my purchase later and be remembered once per email "
1219
- "by Trusted Shops after %d days."
1220
  msgstr ""
1221
 
1222
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/thankyou.php:50
1223
- #, php-format
1224
- msgid ""
1225
- "See <a href=\"%s\" target=\"_blank\">data security statement</a> for further "
1226
- "information."
1227
  msgstr ""
1228
 
1229
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:389
1230
- msgid "Docs"
1231
  msgstr ""
1232
 
1233
- #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:497
1234
- msgid "Order Total:"
1235
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce Germanized\n"
4
+ "POT-Creation-Date: 2015-05-26 08:37+0100\n"
5
+ "PO-Revision-Date: 2015-05-26 08:38+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
60
  msgid "l"
61
  msgstr ""
62
 
63
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:126
64
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:159
65
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:809
66
+ msgid "incl. VAT"
 
 
 
 
 
67
  msgstr ""
68
 
69
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:126
70
+ msgid "excl. VAT"
71
  msgstr ""
72
 
73
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:127
74
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:159
75
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:809
76
+ #, php-format
77
+ msgid "incl. %s%% VAT"
 
 
78
  msgstr ""
79
 
80
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:127
81
+ #, php-format
82
+ msgid "excl. %s%% VAT"
83
  msgstr ""
84
 
85
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:46
86
+ msgid "Double opt in"
87
  msgstr ""
88
 
89
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:50
90
+ msgid "Yes, customer opted in"
 
 
 
91
  msgstr ""
92
 
93
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:53
94
+ msgid "About WooCommerce Germanized"
 
95
  msgstr ""
96
 
97
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:54
98
+ msgid "Welcome to WooCommerce Germanized"
 
99
  msgstr ""
100
 
101
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:254
102
  msgid "Go to WooCommerce Germanized Settings"
103
  msgstr ""
104
 
105
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:28
106
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:37
107
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:22
108
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:31
109
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-dependencies.php:32
110
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-dependencies.php:41
111
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:33
112
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:42
113
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:82
114
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:91
115
  msgid "Cheatin&#8217; huh?"
116
  msgstr ""
117
 
118
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:64
119
  msgid "Optional Email Content"
120
  msgstr ""
121
 
122
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:73
123
  msgid "Add content which will be replacing default page content within emails."
124
  msgstr ""
125
 
126
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:82
127
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:66
128
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:125
129
  msgid "Optional Mini Description"
130
  msgstr ""
131
 
132
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:87
133
  msgid ""
134
  "This content will be shown as short product description within checkout and "
135
  "emails."
136
  msgstr ""
137
 
138
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:36
139
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:83
140
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:33
141
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:66
142
  msgid "Unit"
143
  msgstr ""
144
 
145
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:38
146
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:85
147
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:113
148
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:93
149
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:441
150
  msgid "None"
151
  msgstr ""
152
 
153
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:45
154
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:92
155
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:34
156
  msgid "Unit Base"
157
  msgstr ""
158
 
159
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:49
160
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:98
161
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:35
162
  msgid "Regular Unit Price"
163
  msgstr ""
164
 
165
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:53
166
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:102
167
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:36
168
  msgid "Sale Unit Price"
169
  msgstr ""
170
 
171
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:59
172
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:108
173
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:43
174
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:37
175
  msgid "Delivery Time"
176
  msgstr ""
177
 
178
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:60
179
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:44
180
+ msgid "Search for a delivery time&hellip;"
181
+ msgstr ""
182
+
183
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:33
184
  msgid "Select unit"
185
  msgstr ""
186
 
187
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:33
188
  msgid "Needed if selling on a per unit basis"
189
  msgstr ""
190
 
191
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:34
192
  msgid "Unit price per amount (e.g. 100)"
193
  msgstr ""
194
 
195
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:25
196
  msgid "Germanized"
197
  msgstr ""
198
 
199
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:40
200
+ #, php-format
201
+ msgid "Invoices & Packing Slips %s"
202
+ msgstr ""
203
+
204
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:41
205
+ #, php-format
206
+ msgid "Terms & Conditions generator %s"
207
+ msgstr ""
208
+
209
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:42
210
+ #, php-format
211
+ msgid "Revocation generator %s"
212
+ msgstr ""
213
+
214
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:80
215
  msgid "General Options"
216
  msgstr ""
217
 
218
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:81
219
  msgid "Display Options"
220
  msgstr ""
221
 
222
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:113
223
+ #, php-format
224
+ msgid "Attach %s"
225
  msgstr ""
226
 
227
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:114
228
+ #, php-format
229
+ msgid "Attach %s to the following email templates"
230
  msgstr ""
231
 
232
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:127
233
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:450
234
  msgid "General"
235
  msgstr ""
236
 
237
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:130
238
  msgid "Small-Enterprise-Regulation"
239
  msgstr ""
240
 
241
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:131
242
  msgid "VAT based on &#167;19 UStG"
243
  msgstr ""
244
 
245
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:135
246
  #, php-format
247
  msgid ""
248
  "set this Option if you have chosen <a href=\"%s\" target=\"_blank\">&#167;19 "
249
  "UStG</a>"
250
  msgstr ""
251
 
252
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:139
253
  msgid "Show no VAT notice"
254
  msgstr ""
255
 
256
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:140
257
  msgid "Show no VAT &#167;19 UStG notice on single product"
258
  msgstr ""
259
 
260
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:147
261
  msgid "Submit Order Button Text"
262
  msgstr ""
263
 
264
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:148
265
  msgid "This text serves as Button text for the Order Submit Button."
266
  msgstr ""
267
 
268
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:153
269
  msgid "Buy Now"
270
  msgstr ""
271
 
272
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:157
273
  msgid "Phone as required field"
274
  msgstr ""
275
 
276
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:158
277
  msgid "Should phone number be a required field within checkout?"
278
  msgstr ""
279
 
280
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:165
281
+ msgid "Add title field"
282
  msgstr ""
283
 
284
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:166
285
+ msgid "Add a title field to the address within checkout?"
286
  msgstr ""
287
 
288
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:174
289
+ msgid "Contract"
290
  msgstr ""
291
 
292
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:174
293
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:416
294
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:428
295
  #, php-format
296
+ msgid "%sUpgrade to %spro%s%s to unlock this feature and get premium support."
 
 
 
297
  msgstr ""
298
 
299
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:186
300
+ msgid "Legal Pages"
301
  msgstr ""
302
 
303
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:189
304
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:343
305
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-core-functions.php:40
306
+ msgid "Terms & Conditions"
307
  msgstr ""
308
 
309
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:190
310
+ msgid "This page should contain your terms & conditions."
311
  msgstr ""
312
 
313
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:196
314
+ #, php-format
315
+ msgid "Don't have terms & conditions yet? <a href=\"%s\">Generate now</a>!"
316
  msgstr ""
317
 
318
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:200
319
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:348
320
+ msgid "Power of Revocation"
321
  msgstr ""
322
 
323
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:201
324
+ msgid ""
325
+ "This page should contain information regarding your customer's Right of "
326
+ "Revocation."
327
  msgstr ""
328
 
329
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:207
330
+ #, php-format
331
+ msgid "Don't have a revocation page yet? <a href=\"%s\">Generate now</a>!"
332
  msgstr ""
333
 
334
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:211
335
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:338
336
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-core-functions.php:46
337
+ msgid "Imprint"
338
+ msgstr ""
339
+
340
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:212
341
+ msgid "This page should contain an imprint with your company's information."
342
+ msgstr ""
343
+
344
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:222
345
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:333
346
  msgid "Data Security Statement"
347
  msgstr ""
348
 
349
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:223
350
  msgid ""
351
  "This page should contain information regarding your data security policy."
352
  msgstr ""
353
 
354
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:233
355
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:358
356
+ msgid "Payment Methods"
357
  msgstr ""
358
 
359
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:234
360
  msgid ""
361
+ "This page should contain information regarding the Payment Methods that are "
362
+ "chooseable during checkout."
363
  msgstr ""
364
 
365
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:244
366
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:353
367
+ msgid "Shipping Methods"
368
  msgstr ""
369
 
370
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:245
371
  msgid ""
372
+ "This page should contain information regarding shipping methods that are "
373
  "chooseable during checkout."
374
  msgstr ""
375
 
376
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:256
377
  msgid "Delivery Times"
378
  msgstr ""
379
 
380
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:259
381
  msgid "Default Delivery Time"
382
  msgstr ""
383
 
384
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:260
385
  msgid ""
386
  "This delivery time will be added to every product if no delivery time has "
387
  "been chosen individually"
388
  msgstr ""
389
 
390
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:271
391
  msgid "Delivery Time Text"
392
  msgstr ""
393
 
394
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:272
395
  msgid ""
396
  "This text will be used to indicate delivery time for products. Use "
397
  "{delivery_time} as placeholder."
398
  msgstr ""
399
 
400
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:277
401
  msgid "Delivery time: {delivery_time}"
402
  msgstr ""
403
 
404
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:282
405
+ msgid "Shipping Costs"
406
+ msgstr ""
407
+
408
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:285
409
  msgid "Shipping Costs Text"
410
  msgstr ""
411
 
412
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:286
413
  msgid ""
414
  "This text will be used to inform the customer about shipping costs. Use "
415
  "{link}{/link} to insert link to shipping costs page."
416
  msgstr ""
417
 
418
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:291
419
  msgid "plus {link}Shipping Costs{/link}"
420
  msgstr ""
421
 
422
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:295
423
+ msgid "Shipping Costs Tax"
424
+ msgstr ""
425
+
426
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:296
427
+ msgid "Enable better taxation for shpping costs?"
428
+ msgstr ""
429
+
430
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:300
431
+ #, php-format
432
+ msgid ""
433
+ "By choosing this option shipping cost taxation will be calculated based on "
434
+ "tax rates within cart. Imagine the following example. Further information "
435
+ "can be found <a href=\"%s\" target=\"_blank\">here</a>. %s"
436
+ msgstr ""
437
+
438
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:304
439
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:326
440
+ msgid "Force Tax Calculation"
441
+ msgstr ""
442
+
443
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:305
444
+ msgid "Force shipping costs tax calculation for every method?"
445
+ msgstr ""
446
+
447
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:309
448
+ msgid ""
449
+ "This option will overwrite settings for each individual shipping method to "
450
+ "force tax calculation (instead of only calculating tax for those methods "
451
+ "which are taxeable)."
452
+ msgstr ""
453
+
454
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:314
455
+ msgid "Fees"
456
+ msgstr ""
457
+
458
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:317
459
+ msgid "Fee Tax"
460
+ msgstr ""
461
+
462
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:318
463
+ msgid "Enable better taxation for fees?"
464
+ msgstr ""
465
+
466
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:322
467
+ msgid ""
468
+ "By choosing this option fee taxation will be calculated based on tax rates "
469
+ "within cart. See shipping costs taxation for more information."
470
+ msgstr ""
471
+
472
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:327
473
+ msgid "Force fee tax calculation for every fee?"
474
+ msgstr ""
475
+
476
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:331
477
+ msgid ""
478
+ "This option will overwrite settings for each individual fee to force tax "
479
+ "calculation (instead of only calculating tax for those fees which are "
480
+ "taxeable)."
481
+ msgstr ""
482
+
483
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:336
484
+ msgid "Customers"
485
+ msgstr ""
486
+
487
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:339
488
+ msgid "Customer Double Opt In"
489
+ msgstr ""
490
+
491
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:340
492
+ msgid "Enable customer double opt in on registration?"
493
+ msgstr ""
494
+
495
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:341
496
+ #, php-format
497
+ msgid ""
498
+ "If customer chooses to create a customer account an email with an activation "
499
+ "link will be sent by mail. Customer account will be marked as activated if "
500
+ "user clicks on the link within the email. More information on this topic can "
501
+ "be found <a href=\"%s\" target=\"_blank\">here</a>."
502
+ msgstr ""
503
+
504
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:348
505
+ msgid "Delete Unactivated After"
506
+ msgstr ""
507
+
508
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:349
509
+ msgid ""
510
+ "This will make sure unactivated customer accounts will be deleted after X "
511
+ "days. Set to 0 if you don't want to automatically delete unactivated "
512
+ "customers."
513
+ msgstr ""
514
+
515
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:350
516
+ msgid "days"
517
+ msgstr ""
518
+
519
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:359
520
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:518
521
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:551
522
+ msgid "Unit Price"
523
+ msgstr ""
524
+
525
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:362
526
+ msgid "Unit Price Text"
527
+ msgstr ""
528
+
529
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:363
530
+ msgid ""
531
+ "This text will be used to display the unit price. Use {price} to insert the "
532
+ "price."
533
+ msgstr ""
534
+
535
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:368
536
+ msgid "{price}"
537
+ msgstr ""
538
+
539
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:373
540
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-core-functions.php:43
541
  msgid "Right of Recission"
542
  msgstr ""
543
 
544
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:376
545
  msgid "Revocation Address"
546
  msgstr ""
547
 
548
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:377
549
  msgid ""
550
  "Type in an address, telephone/telefax number, email address which is to be "
551
  "used as revocation address"
552
  msgstr ""
553
 
554
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:386
555
  msgid "E-Mails"
556
  msgstr ""
557
 
558
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:403
559
+ msgid "Virtual VAT"
 
 
 
 
 
 
 
 
560
  msgstr ""
561
 
562
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:406
563
+ msgid "Enable Virtual VAT"
564
  msgstr ""
565
 
566
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:407
567
+ msgid ""
568
+ "Enable if you want to charge your customer's countries' VAT for virtual "
569
+ "products."
570
  msgstr ""
571
 
572
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:411
573
+ #, php-format
574
+ msgid ""
575
+ "New EU VAT rule applies on 01.01.2015. Make sure that every digital or "
576
+ "virtual product has chosen the right tax class (Virtual Rate or Virtual "
577
+ "Reduced Rate). Gross prices will not differ from the prices you have chosen "
578
+ "for affected products. In fact the net price will differ depending on the "
579
+ "VAT rate of your customers' country. Shop settings will be adjusted to show "
580
+ "prices including tax. More information can be found <a href=\"%s\" target="
581
+ "\"_blank\">here</a>."
582
  msgstr ""
583
 
584
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:416
585
+ msgid "Invoices"
586
  msgstr ""
587
 
588
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:428
589
+ msgid "VAT"
590
  msgstr ""
591
 
592
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:453
593
  msgid "Add to Cart"
594
  msgstr ""
595
 
596
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:454
597
  msgid "Show add to cart button on listings?"
598
  msgstr ""
599
 
600
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:458
601
  msgid ""
602
  "unset this option if you don't want to show the add to cart button within "
603
  "the product listings"
604
  msgstr ""
605
 
606
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:462
607
+ msgid "Link to Details"
608
+ msgstr ""
609
+
610
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:463
611
+ msgid ""
612
+ "Want to link to product details page instead of add to cart within listings?"
613
+ msgstr ""
614
+
615
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:467
616
+ msgid ""
617
+ "Decide whether you like to link to your product's details page instead of "
618
+ "displaying an add to cart button within product listings."
619
+ msgstr ""
620
+
621
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:471
622
+ msgid "Product Details Text"
623
+ msgstr ""
624
+
625
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:473
626
+ msgid "Details"
627
+ msgstr ""
628
+
629
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:475
630
+ msgid ""
631
+ "If you have chosen to link to product details page instead of add to cart "
632
+ "URL you may want to change the button text."
633
+ msgstr ""
634
+
635
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:480
636
  msgid "Notice Footer"
637
  msgstr ""
638
 
639
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:481
640
  msgid "Show a global VAT notice within footer"
641
  msgstr ""
642
 
643
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:489
644
  msgid "Show a global sale price notice within footer"
645
  msgstr ""
646
 
647
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:498
648
  msgid "Products"
649
  msgstr ""
650
 
651
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:501
652
  msgid "Show within Product Listings"
653
  msgstr ""
654
 
655
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:502
656
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:535
657
  msgid "Shipping Costs notice"
658
  msgstr ""
659
 
660
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:510
661
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:543
662
+ msgid "Tax Info"
663
  msgstr ""
664
 
665
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:526
666
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:559
667
  msgid "Delivery Time Notice"
668
  msgstr ""
669
 
670
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:534
671
+ msgid "Show on Product Detail Page"
672
+ msgstr ""
673
+
674
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:567
675
+ msgid "Shipping Costs for Virtual"
676
+ msgstr ""
677
+
678
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:568
679
+ msgid ""
680
+ "Select this option if you want to display shipping costs notice for virtual "
681
+ "products."
682
+ msgstr ""
683
+
684
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:576
685
+ msgid "Checkout & Cart"
686
+ msgstr ""
687
+
688
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:581
689
+ msgid "Fallback Mode"
690
+ msgstr ""
691
+
692
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:582
693
+ msgid ""
694
+ "Enable to make sure default review-order.php is not being overriden by theme."
695
+ msgstr ""
696
+
697
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:586
698
+ msgid ""
699
+ "If you are facing problems within your checkout e.g. legally relevant data "
700
+ "is not showing (terms, delivery time, unit price etc.) your theme seems to "
701
+ "be incompatible (not using default WooCommerce hooks and filters). As a "
702
+ "workaround you may use this fallback which ensures default review-order.php "
703
+ "is used."
704
+ msgstr ""
705
+
706
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:592
707
+ msgid "Hide taxes estimated"
708
+ msgstr ""
709
+
710
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:593
711
+ msgid ""
712
+ "Do you want to hide the \"taxes and shipping estimated\" text from your cart?"
713
+ msgstr ""
714
+
715
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:597
716
+ msgid ""
717
+ "By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
718
+ "cart. This might puzzle your customers and may not meet german law."
719
+ msgstr ""
720
+
721
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:601
722
+ msgid "Show Thumbnails"
723
+ msgstr ""
724
+
725
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:602
726
+ msgid "Show product thumbnails on checkout page?"
727
+ msgstr ""
728
+
729
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:606
730
+ msgid ""
731
+ "Uncheck if you don't want to show your product thumbnails within checkout "
732
+ "table."
733
+ msgstr ""
734
+
735
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:610
736
+ msgid "Hide Shipping Select"
737
+ msgstr ""
738
+
739
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:611
740
+ msgid "Hide shipping rate selection from checkout?"
741
+ msgstr ""
742
+
743
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:615
744
+ msgid ""
745
+ "This option will hide shipping rate selection from checkout. By then "
746
+ "customers will only be able to change their shipping rate on cart page."
747
+ msgstr ""
748
+
749
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:619
750
+ msgid "Show back to cart button"
751
+ msgstr ""
752
+
753
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:620
754
+ msgid "Show back to cart button within your checkout table?"
755
+ msgstr ""
756
+
757
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:624
758
+ msgid ""
759
+ "This button may let your customer edit their order before submitting. Some "
760
+ "people state that this button should be hidden to avoid legal problems."
761
+ msgstr ""
762
+
763
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:628
764
+ msgid "Show edit data notice"
765
+ msgstr ""
766
+
767
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:629
768
+ msgid "Show a \"check-your-entries\" notice to the user?"
769
+ msgstr ""
770
+
771
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:633
772
+ msgid "This notice will be added right before the order comments field."
773
+ msgstr ""
774
+
775
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:637
776
+ msgid "Checkout Table Color"
777
+ msgstr ""
778
+
779
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:639
780
+ msgid ""
781
+ "Choose the color of your checkout product table. This table should be "
782
+ "highlighted within your checkout page."
783
+ msgstr ""
784
+
785
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:645
786
+ msgid "Checkout Legal Display"
787
+ msgstr ""
788
+
789
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:646
790
+ msgid "Use Text without Checkbox"
791
+ msgstr ""
792
+
793
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:648
794
+ msgid ""
795
+ "This version will remove checkboxes from Checkout and display a text "
796
+ "instead. This seems to be legally compliant (Zalando & Co are using this "
797
+ "option)."
798
+ msgstr ""
799
+
800
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:654
801
+ msgid "Legal Text"
802
+ msgstr ""
803
+
804
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:655
805
+ msgid ""
806
+ "Choose a Plain Text which will be shown right above checkout submit button. "
807
+ "Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, "
808
+ "{revocation_link}{/revocation_link} as Placeholders for the links to legal "
809
+ "pages."
810
+ msgstr ""
811
+
812
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:657
813
+ msgid ""
814
+ "With your order, you agree to have read and understood our {term_link}Terms "
815
+ "and Conditions{/term_link} and your {revocation_link}Right of Recission{/"
816
+ "revocation_link}."
817
+ msgstr ""
818
+
819
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:664
820
+ msgid "Legal Text Error"
821
+ msgstr ""
822
+
823
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:665
824
+ msgid ""
825
+ "If you have chosen to use checkbox validation please choose a error message "
826
+ "which will be shown if the user doesn't check checkbox. Use {term_link}{/"
827
+ "term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/"
828
+ "revocation_link} as Placeholders for the links to legal pages."
829
+ msgstr ""
830
+
831
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:667
832
+ msgid ""
833
+ "To finish the order you have to accept to our {term_link}Terms and "
834
+ "Conditions{/term_link} and {revocation_link}Right of Recission{/"
835
+ "revocation_link}."
836
+ msgstr ""
837
+
838
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:674
839
+ msgid "Show digital notice"
840
+ msgstr ""
841
+
842
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:675
843
+ msgid "Show checkbox for digital products."
844
+ msgstr ""
845
+
846
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:676
847
+ msgid ""
848
+ "Disable this option if you want your customers to obtain their right of "
849
+ "recission even if digital products are being bought."
850
+ msgstr ""
851
+
852
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:683
853
+ msgid "Legal Digital Text"
854
+ msgstr ""
855
+
856
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:684
857
+ msgid ""
858
+ "Choose a Plain Text which will be shown right above checkout submit button "
859
+ "if a user has picked a digital product. See legal text option for possible "
860
+ "placeholders."
861
+ msgstr ""
862
+
863
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:686
864
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:194
865
+ msgid ""
866
+ "I want immediate access to the digital content and I acknowledge that "
867
+ "thereby I lose my right to cancel once the service has begun."
868
+ msgstr ""
869
+
870
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:693
871
+ msgid "Order Success Text"
872
+ msgstr ""
873
+
874
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:694
875
+ msgid "Choose a custom text to display on order success page."
876
+ msgstr ""
877
+
878
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:702
879
+ msgid "Order Success Data"
880
+ msgstr ""
881
+
882
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:703
883
+ msgid "Hide product table and customer data on order success page"
884
+ msgstr ""
885
+
886
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:804
887
+ msgid ""
888
+ "Sorry, but the new Virtual VAT rules cannot be applied to small business."
889
+ msgstr ""
890
+
891
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:13
892
+ msgid "<strong>Welcome to WooCommerce Germanized</strong>"
893
+ msgstr ""
894
+
895
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:14
896
+ msgid ""
897
+ "Just a few more steps and your Online-Shop will become legally compliant:"
898
+ msgstr ""
899
+
900
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:19
901
+ msgid "Germanize WooCommerce"
902
+ msgstr ""
903
+
904
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:23
905
+ msgid ""
906
+ "We will adjust WooCommerce Settings for you e.g.: EUR, German Price Format "
907
+ "etc."
908
+ msgstr ""
909
+
910
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:28
911
+ msgid "Generate Legal Pages"
912
+ msgstr ""
913
+
914
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:32
915
+ msgid ""
916
+ "We will automatically add legal pages such as Data Privacy Statement, Power "
917
+ "of Revocation, Terms & Conditions etc."
918
+ msgstr ""
919
+
920
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:37
921
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-update.php:19
922
+ msgid "Generate EU VAT Rates"
923
  msgstr ""
924
 
925
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:41
926
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-update.php:23
927
+ msgid "We will automatically insert EU VAT Rates for selling virtual products."
928
  msgstr ""
929
 
930
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:49
931
+ msgid "Install WooCommerce Germanized"
932
  msgstr ""
933
 
934
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-install.php:49
935
+ msgid "Skip setup"
936
  msgstr ""
937
 
938
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-review.php:14
939
+ msgid "Do you like WooCommerce Germanized?"
940
  msgstr ""
941
 
942
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-review.php:16
943
  msgid ""
944
+ "If you like WooCommerce Germanized and our Plugin does a good job it would "
945
+ "be great if you would write a review about WooCommerce Germanized on "
946
+ "WordPress.org. Thank you for your support!"
947
  msgstr ""
948
 
949
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-review.php:19
950
+ msgid "Write review now"
951
  msgstr ""
952
 
953
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-review.php:20
954
+ msgid "Found Bugs?"
 
 
 
 
955
  msgstr ""
956
 
957
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-review.php:23
958
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-incompatibility.php:20
959
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-not-ready.php:20
960
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-supported.php:22
961
+ msgid "Hide this notice"
 
962
  msgstr ""
963
 
964
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-incompatibility.php:14
965
+ msgid "Theme incompatibility found"
966
  msgstr ""
967
 
968
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-incompatibility.php:15
969
+ #, php-format
970
+ msgid ""
971
+ "It seems like your theme tries to overwrite legally relevant templates. "
972
+ "Please review your checkout page. Some things might look weird because "
973
+ "WooCommerce Germanized had to stop template overriding for legal purposes "
974
+ "(Critical templates: %s). See <a href=\"%s\" target=\"_blank\">making your "
975
+ "theme compatible</a> or check out our Theme <a href=\"%s\" target=\"_blank"
976
+ "\">VendiPro</a> for 100&#37; compatibility."
977
  msgstr ""
978
 
979
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-incompatibility.php:17
980
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-not-ready.php:17
981
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-supported.php:19
982
+ msgid "Get VendiPro now"
983
  msgstr ""
984
 
985
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-not-ready.php:14
986
+ msgid "Theme not yet ready"
987
  msgstr ""
988
 
989
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-not-ready.php:15
990
+ #, php-format
991
+ msgid ""
992
+ "It seems like your theme is not yet ready for WooCommerce Germanized. Please "
993
+ "check your theme's styles. Some things might look weird - WooCommerce "
994
+ "Germanized can only offer basic styles. See <a href=\"%s\" target=\"_blank"
995
+ "\">making your theme compatible</a> or check out our Theme <a href=\"%s\" "
996
+ "target=\"_blank\">VendiPro</a> for 100&#37; compatibility."
997
  msgstr ""
998
 
999
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-supported.php:14
1000
+ #, php-format
1001
+ msgid "Enable full %s support"
1002
  msgstr ""
1003
 
1004
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-supported.php:15
1005
+ #, php-format
1006
+ msgid ""
1007
+ "Your current theme %s needs some adaptions to seamlessly integrate with "
1008
+ "WooCommerce Germanized. Our Pro Version will <strong>enable support for %s</"
1009
+ "strong> and makes sure WooCommerce Germanized settings are shown and styled "
1010
+ "within frontend for a better user experience. A better user experience will "
1011
+ "help you selling more products."
1012
  msgstr ""
1013
 
1014
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-supported.php:17
1015
+ #, php-format
1016
+ msgid "Enable support for %s"
1017
  msgstr ""
1018
 
1019
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-theme-supported.php:18
1020
+ msgid "or"
1021
  msgstr ""
1022
 
1023
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-update.php:13
1024
+ msgid "<strong>Update WooCommerce Germanized</strong>"
 
1025
  msgstr ""
1026
 
1027
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-update.php:14
1028
+ msgid ""
1029
+ "If you are selling virtual products to EU countries different from your base "
1030
+ "country, you will have to charge the customers country VAT rate by "
1031
+ "01.01.2015. If you want to install EU VAT rates automatically please choose "
1032
+ "the option below."
1033
  msgstr ""
1034
 
1035
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-notice-update.php:31
1036
+ msgid "Update WooCommerce Germanized"
 
 
1037
  msgstr ""
1038
 
1039
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-settings-pro.php:23
1040
+ msgid "Get WooCommerce Germanized Pro to unlock"
1041
  msgstr ""
1042
 
1043
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-settings-pro.php:24
1044
  msgid ""
1045
+ "Enjoy even more professional features such as invoices, legal text "
1046
+ "generators, B2B VAT settings and premium support!"
1047
  msgstr ""
1048
 
1049
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-settings-pro.php:25
1050
+ msgid "Upgrade now"
1051
  msgstr ""
1052
 
1053
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ajax.php:58
1054
+ #, php-format
1055
+ msgid "%s [new]"
1056
  msgstr ""
1057
 
1058
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ajax.php:79
1059
  msgid "is not a valid email address."
1060
  msgstr ""
1061
 
1062
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ajax.php:82
1063
  msgid "Please enter a valid postcode/ZIP"
1064
  msgstr ""
1065
 
1066
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ajax.php:85
1067
  msgid "is not valid."
1068
  msgstr ""
1069
 
1070
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ajax.php:100
1071
  msgid ""
1072
  "Thank you. We have received your Revocation Request. You will receive a "
1073
  "conformation email within a few minutes."
1074
  msgstr ""
1075
 
 
1076
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:62
1077
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:73
1078
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:38
1079
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-reviews.php:26
1080
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-rich-snippets.php:26
1081
  msgid "Title"
1082
  msgstr ""
1083
 
1084
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:63
1085
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:71
1086
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:41
1087
  msgid "Sir"
1088
  msgstr ""
1089
 
1090
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:63
1091
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-checkout.php:71
1092
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:42
1093
  msgid "Madam"
1094
  msgstr ""
1095
 
1102
  msgstr ""
1103
 
1104
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ekomi.php:315
 
1105
  msgid "Shop ID"
1106
  msgstr ""
1107
 
1108
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ekomi.php:316
 
1109
  msgid "Insert your Shop ID here."
1110
  msgstr ""
1111
 
1153
  "to customer."
1154
  msgstr ""
1155
 
1156
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-ekomi.php:376
1157
+ msgid "eKomi Options"
1158
+ msgstr ""
1159
+
1160
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-emails.php:175
1161
  msgid "Forward your Revocation online"
1162
  msgstr ""
1163
 
1164
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:107
1165
  #, php-format
1166
  msgid ""
1167
  "Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
1168
  "installing WooCommerce Germanized. Thank you!"
1169
  msgstr ""
1170
 
1171
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:332
1172
  msgid "data-security"
1173
  msgstr ""
1174
 
1175
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:337
1176
  msgid "imprint"
1177
  msgstr ""
1178
 
1179
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:342
1180
  msgid "terms"
1181
  msgstr ""
1182
 
1183
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:347
 
 
 
 
1184
  msgid "revocation"
1185
  msgstr ""
1186
 
1187
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:352
1188
+ msgid "shipping-methods"
1189
  msgstr ""
1190
 
1191
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-install.php:357
1192
  msgid "payment-methods"
1193
  msgstr ""
1194
 
1195
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:39
1196
+ #, php-format
1197
+ msgid "Plus %s payment charge."
1198
+ msgstr ""
1199
+
1200
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:57
1201
+ #, php-format
1202
+ msgid "plus %s payment charge"
1203
+ msgstr ""
1204
+
1205
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:81
1206
+ msgid "Fee"
1207
+ msgstr ""
1208
+
1209
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:83
1210
+ msgid ""
1211
+ "This fee is being added if customer selects payment method within checkout."
1212
+ msgstr ""
1213
+
1214
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:88
1215
+ msgid "Fee is taxable?"
1216
+ msgstr ""
1217
+
1218
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:90
1219
+ msgid "Check if fee is taxable."
1220
+ msgstr ""
1221
+
1222
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:121
1223
+ msgid "Payment charge"
1224
  msgstr ""
1225
 
1226
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:33
1227
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:35
1228
+ msgid "Product Delivery Times"
1229
+ msgstr ""
1230
+
1231
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:36
1232
  msgid "Product Delivery Time"
1233
  msgstr ""
1234
 
1235
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:38
1236
  msgid "Search Delivery Times"
1237
  msgstr ""
1238
 
1239
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:39
1240
  msgid "All Product Delivery Times"
1241
  msgstr ""
1242
 
1243
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:40
1244
  msgid "Edit Product Delivery Time"
1245
  msgstr ""
1246
 
1247
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:41
1248
  msgid "Update Product Delivery Time"
1249
  msgstr ""
1250
 
1251
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:42
1252
  msgid "Add New Product Delivery Time"
1253
  msgstr ""
1254
 
1255
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:43
1256
  msgid "New Product Delivery Time Name"
1257
  msgstr ""
1258
 
1259
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:63
1260
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:65
1261
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:67
1262
+ msgid "Units"
1263
+ msgstr ""
1264
+
1265
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:68
1266
+ msgid "Search Units"
1267
+ msgstr ""
1268
+
1269
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:69
1270
+ msgid "All Units"
1271
+ msgstr ""
1272
+
1273
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:70
1274
+ msgid "Edit Unit"
1275
+ msgstr ""
1276
+
1277
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:71
1278
+ msgid "Update Unit"
1279
+ msgstr ""
1280
+
1281
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:72
1282
+ msgid "Add New Unit"
1283
+ msgstr ""
1284
+
1285
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:73
1286
+ msgid "New Unit Name"
1287
+ msgstr ""
1288
+
1289
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:22
1290
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:27
1291
  msgid "Revocation"
1309
  msgid "Order Date"
1310
  msgstr ""
1311
 
1312
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:35
1313
  msgid "Customer Data"
1314
  msgstr ""
1315
 
1316
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:47
1317
  msgid "First Name"
1318
  msgstr ""
1319
 
1320
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
1321
  msgid "Last Name"
1322
  msgstr ""
1323
 
1324
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:57
1325
  msgid "Street"
1326
  msgstr ""
1327
 
1328
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:62
1329
  msgid "Postal Code"
1330
  msgstr ""
1331
 
1332
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:67
1333
  msgid "City"
1334
  msgstr ""
1335
 
1336
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:72
1337
  msgid "Country"
1338
  msgstr ""
1339
 
1340
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-revocation.php:78
1341
  msgid "Mail"
1342
  msgstr ""
1343
 
1344
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:51
1345
  msgid "Prepayment"
1346
  msgstr ""
1347
 
1348
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:52
1349
  msgid "Cash On Delivery"
1350
  msgstr ""
1351
 
1352
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:53
1353
  msgid "Credit Card"
1354
  msgstr ""
1355
 
1356
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:54
1357
  msgid "Paypal"
1358
  msgstr ""
1359
 
1360
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:55
1361
  msgid "Invoice"
1362
  msgstr ""
1363
 
1364
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:56
1365
  msgid "Direct Debit"
1366
  msgstr ""
1367
 
1368
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:57
1369
  msgid "Financing"
1370
  msgstr ""
1371
 
1372
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:230
1373
+ #, php-format
1374
+ msgid "%s ratings"
1375
+ msgstr ""
1376
+
1377
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:231
1378
  #, php-format
1379
  msgid "Rated %s out of %s"
1380
  msgstr ""
1381
 
1382
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:233
1383
  #, php-format
1384
  msgid "out of %s"
1385
  msgstr ""
1386
 
1387
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:238
1388
+ #, php-format
1389
+ msgid "%s of %s based on %s <a href=\"%s\" target=\"_blank\">ratings</a>."
1390
+ msgstr ""
1391
+
1392
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:252
1393
+ msgid "Show customer reviews"
1394
+ msgstr ""
1395
+
1396
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:299
1397
+ msgid "Trusted Shops Customer Reviews"
1398
+ msgstr ""
1399
+
1400
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:412
1401
+ msgid "Review Collector"
1402
+ msgstr ""
1403
+
1404
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:417
1405
+ msgid "Export customer data"
1406
+ msgstr ""
1407
+
1408
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:421
1409
+ msgid "30 days"
1410
+ msgstr ""
1411
+
1412
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:422
1413
+ msgid "60 days"
1414
+ msgstr ""
1415
+
1416
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:423
1417
+ msgid "90 days"
1418
+ msgstr ""
1419
+
1420
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:425
1421
+ msgid "Start export"
1422
+ msgstr ""
1423
+
1424
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:426
1425
  #, php-format
1426
  msgid ""
1427
+ "Export your customer data and ask consumers for a review with the Trusted "
1428
+ "Shops <a href=\"%s\" target=\"_blank\">Review Collector</a>."
 
1429
  msgstr ""
1430
 
1431
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:445
1432
  msgid "Trusted Shops Integration"
1433
  msgstr ""
1434
 
1435
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:448
1436
+ msgid "TS-ID"
1437
  msgstr ""
1438
 
1439
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:449
1440
+ msgid "Insert your Trusted Shops ID here."
 
 
1441
  msgstr ""
1442
 
1443
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:458
1444
+ msgid "Configure the Trustbadge for your shop"
1445
  msgstr ""
1446
 
1447
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:458
1448
  #, php-format
1449
  msgid ""
1450
+ "You'll find a step-by-step instruction for your shopsoftware in our "
1451
+ "integration center. <a href=\"%s\" target=\"_blank\">Click here</a>"
1452
+ msgstr ""
1453
+
1454
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:461
1455
+ msgid "Trustbadge code"
1456
+ msgstr ""
1457
+
1458
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:464
1459
+ msgid "Fill in your trustbadge code here"
1460
+ msgstr ""
1461
+
1462
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:464
1463
+ msgid ""
1464
+ "If no further steps were required in the integration center, the Trustbadge "
1465
+ "is already displayed in your shop."
1466
+ msgstr ""
1467
+
1468
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:471
1469
+ msgid "Configure Customer Reviews"
1470
  msgstr ""
1471
 
1472
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:474
1473
+ msgid "Enable Review Widget"
1474
  msgstr ""
1475
 
1476
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:475
1477
+ #, php-format
1478
+ msgid ""
1479
+ "This option will enable a Widget which shows your Trusted Shops Reviews as a "
1480
+ "graphic. You may configure your Widgets <a href=\"%s\">here</a>."
1481
  msgstr ""
1482
 
1483
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:483
1484
+ msgid "Enable Rich Snippets for Google"
1485
  msgstr ""
1486
 
1487
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:484
1488
+ msgid ""
1489
+ "This option will update your reviews received via Trusted Shops once per day "
1490
+ "and enables a Widget to show your reviews as Rich Snippets."
1491
  msgstr ""
1492
 
1493
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:492
1494
+ msgid "Enable Review Reminder"
1495
  msgstr ""
1496
 
1497
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:493
1498
+ msgid ""
1499
+ "This option will enable a one-time email review reminder being sent to your "
1500
+ "customer."
1501
  msgstr ""
1502
 
1503
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:501
1504
+ msgid "Days until reminder"
1505
  msgstr ""
1506
 
1507
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:502
1508
  msgid ""
1509
+ "Decide how many days after an order the email review reminder will be sent."
1510
+ msgstr ""
1511
+
1512
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:512
1513
+ msgid "Assign payment methods"
1514
  msgstr ""
1515
 
1516
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:542
1517
  #, php-format
1518
  msgid ""
1519
  "Choose a Trusted Shops Payment Gateway linked to WooCommerce Payment Gateway "
1520
  "%s"
1521
  msgstr ""
1522
 
1523
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:561
1524
+ msgid "About Trusted Shops"
1525
+ msgstr ""
1526
+
1527
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-trusted-shops.php:594
1528
+ msgid "Trusted Shops Options"
1529
+ msgstr ""
1530
+
1531
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-ekomi.php:24
1532
+ msgid "eKomi Review Reminder"
1533
  msgstr ""
1534
 
1535
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-ekomi.php:25
1539
  msgstr ""
1540
 
1541
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-ekomi.php:27
1542
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-trusted-shops.php:27
1543
  msgid "Please rate your Order"
1544
  msgstr ""
1545
 
1546
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-ekomi.php:28
1547
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-trusted-shops.php:28
1548
  msgid "Please rate your {site_title} order from {order_date}"
1549
  msgstr ""
1550
 
1551
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-new-account-activation.php:38
1552
+ msgid "New account activation"
1553
+ msgstr ""
1554
+
1555
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-new-account-activation.php:39
1556
+ msgid ""
1557
+ "Customer \"new account activation\" emails are sent to the customer when a "
1558
+ "customer signs up via checkout or account pages. This mail is being used as "
1559
+ "double opt in for new customer accounts."
1560
+ msgstr ""
1561
+
1562
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-new-account-activation.php:44
1563
+ msgid "Activate your account on {site_title}"
1564
+ msgstr ""
1565
+
1566
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-new-account-activation.php:45
1567
+ msgid "Account activation {site_title}"
1568
+ msgstr ""
1569
+
1570
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:28
1571
  msgid "Email being sent if a customer fills out the revocation form."
1572
  msgstr ""
1576
  msgid "Your Revocation"
1577
  msgstr ""
1578
 
1579
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-trusted-shops.php:24
1580
+ msgid "Trusted Shops Review Reminder"
 
 
 
 
 
1581
  msgstr ""
1582
 
1583
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-trusted-shops.php:25
1584
+ msgid ""
1585
+ "This E-Mail is being sent to a customer to remind him about the possibility "
1586
+ "to leave a review at Trusted Shops."
1587
  msgstr ""
1588
 
1589
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-core-functions.php:49
1590
+ msgid "Data Security"
 
 
 
1591
  msgstr ""
1592
 
1593
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-template-functions.php:116
1594
+ msgid "Proceed to Checkout"
 
 
 
1595
  msgstr ""
1596
 
1597
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-template-functions.php:147
1598
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/edit-data-notice.php:16
1599
+ msgid "Edit Order"
1600
  msgstr ""
1601
 
1602
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-template-functions.php:158
1603
+ msgid "Choose a Payment Gateway"
1604
  msgstr ""
1605
 
1606
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-template-functions.php:216
1607
+ msgid ""
1608
+ "To get immediate access to digital content you have to agree to the losal of "
1609
+ "your right to cancel."
1610
  msgstr ""
1611
 
1612
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-template-functions.php:363
1613
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/order-submit.php:24
1614
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-2-2.php:175
1615
+ msgid "Place order"
1616
  msgstr ""
1617
 
1618
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-reviews.php:19
1619
+ msgid "Display your Trusted Shops Reviews as graphic."
1620
  msgstr ""
1621
 
1622
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-reviews.php:21
1623
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-reviews.php:25
1624
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-reviews.php:47
1625
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-rich-snippets.php:45
1626
+ msgid "Trusted Shops Reviews"
1627
  msgstr ""
1628
 
1629
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-rich-snippets.php:19
1630
+ msgid "Display your Trusted Shops Reviews as Rich Snippets."
 
1631
  msgstr ""
1632
 
1633
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-rich-snippets.php:21
1634
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/widgets/class-wc-gzd-widget-trusted-shops-rich-snippets.php:25
1635
+ msgid "Trusted Shops Rich Snippets"
1636
  msgstr ""
1637
 
1638
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/edit-data-notice.php:16
1639
  #, php-format
1640
  msgid ""
1641
+ "Please check all of your entries carefully. You may change your entries with "
1642
+ "the help of the button \"%s\"."
 
 
 
 
 
1643
  msgstr ""
1644
 
1645
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/edit-data-notice.php:18
1646
+ msgid ""
1647
+ "Please check all of your entries carefully. You may change your entries with "
1648
+ "the help of the \"Back\" button in your browser"
1649
  msgstr ""
1650
 
1651
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/form-pay-2-2.php:19
1652
+ msgid "Payment"
 
1653
  msgstr ""
1654
 
1655
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/form-pay-2-2.php:44
1656
+ msgid ""
1657
+ "Sorry, it seems that there are no available payment methods for your "
1658
+ "location. Please contact us if you require assistance or wish to make "
1659
+ "alternate arrangements."
1660
  msgstr ""
1661
 
1662
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/form-pay-2-2.php:52
1663
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-2-2.php:63
1664
+ msgid "Your order"
1665
  msgstr ""
1666
 
1667
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/form-pay-2-2.php:57
1668
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-2-2.php:70
1669
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-fallback.php:17
1670
+ msgid "Product"
1671
  msgstr ""
1672
 
1673
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/form-pay-2-2.php:58
1674
+ msgid "Qty"
1675
  msgstr ""
1676
 
1677
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/form-pay-2-2.php:59
1678
+ msgid "Totals"
1679
  msgstr ""
1680
 
1681
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/form-pay-2-2.php:93
1682
+ msgid "Pay for order"
1683
  msgstr ""
1684
 
1685
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/order-submit.php:17
1686
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-2-2.php:168
1687
+ msgid ""
1688
+ "Since your browser does not support JavaScript, or it is disabled, please "
1689
+ "ensure you click the <em>Update Totals</em> button before placing your "
1690
+ "order. You may be charged more than the amount stated above if you fail to "
1691
+ "do so."
1692
  msgstr ""
1693
 
1694
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/order-submit.php:17
1695
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-2-2.php:168
1696
+ msgid "Update totals"
1697
  msgstr ""
1698
 
1699
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/order-submit.php:28
1700
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-2-2.php:184
1701
+ #, php-format
1702
+ msgid ""
1703
+ "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">terms &amp; "
1704
+ "conditions</a>"
1705
  msgstr ""
1706
 
1707
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-2-2.php:51
1708
  msgid "Please fill in your details above to see available payment methods."
1709
  msgstr ""
1710
 
1711
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-2-2.php:53
1712
  msgid ""
1713
  "Sorry, it seems that there are no available payment methods for your state. "
1714
  "Please contact us if you require assistance or wish to make alternate "
1715
  "arrangements."
1716
  msgstr ""
1717
 
1718
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-2-2.php:71
1719
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-fallback.php:18
1720
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-fallback.php:97
1721
+ msgid "Total"
 
 
 
 
 
 
1722
  msgstr ""
1723
 
1724
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-2-2.php:103
1725
+ msgid "Cart Subtotal"
1726
  msgstr ""
1727
 
1728
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-2-2.php:157
1729
+ msgid "Order Total"
 
 
 
1730
  msgstr ""
1731
 
1732
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/checkout/review-order-fallback.php:50
1733
+ msgid "Subtotal"
1734
  msgstr ""
1735
 
1736
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-ekomi.php:18
1737
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-trusted-shops.php:18
1738
  #, php-format
1739
  msgid "Dear %s %s,"
1740
  msgstr ""
1741
 
1742
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-ekomi.php:19
1743
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-trusted-shops.php:19
1744
  #, php-format
1745
  msgid ""
1746
  "You have recently shopped at %s. Thank you! We would be glad if you spent "
1749
  msgstr ""
1750
 
1751
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-ekomi.php:22
1752
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-trusted-shops.php:22
1753
  msgid "Rate Order now"
1754
  msgstr ""
1755
 
1756
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-new-account-activation.php:18
1757
+ #, php-format
1758
+ msgid ""
1759
+ "Thanks for creating an account on %s. Your username is <strong>%s</strong>. "
1760
+ "Please follow the activation link to activate your account:"
1761
+ msgstr ""
1762
+
1763
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-new-account-activation.php:20
1764
+ msgid "Activate your account"
1765
+ msgstr ""
1766
+
1767
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-new-account-activation.php:24
1768
+ #, php-format
1769
+ msgid "Your password has been automatically generated: <strong>%s</strong>"
1770
+ msgstr ""
1771
+
1772
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-new-account-activation.php:28
1773
+ #, php-format
1774
+ msgid "If you haven't created an account on %s please ignore this email."
1775
+ msgstr ""
1776
+
1777
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-new-account-activation.php:30
1778
+ #, php-format
1779
+ msgid ""
1780
+ "If you cannot follow the link above please copy this url and paste it to "
1781
+ "your browser bar: %s"
1782
+ msgstr ""
1783
+
1784
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/customer-revocation.php:16
1785
  msgid ""
1786
  "By sending you this email we confirm your Revocation. Please review your "
1787
  "data."
1788
  msgstr ""
1789
 
1790
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/email-order-items-2-2.php:25
1791
  msgid "Product Image"
1792
  msgstr ""
1793
 
1794
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/email-order-items-2-2.php:46
1795
  #, php-format
1796
  msgid "Download %d"
1797
  msgstr ""
1798
 
1799
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/emails/email-order-items-2-2.php:48
1800
  msgid "Download"
1801
  msgstr ""
1802
 
1813
  msgstr ""
1814
 
1815
  #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/footer/vat-info.php:15
 
1816
  msgid ""
1817
  "Because of the small business owner state according to &#167;19 UStG the "
1818
  "seller charge no sales tax, and therefore do not show it."
1826
  msgid "Forward Revocation"
1827
  msgstr ""
1828
 
1829
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/global/small-business-info.php:15
 
 
 
 
 
 
 
 
1830
  msgid ""
1831
+ "Because of the small business owner state according to &#167;19 UstG the "
1832
+ "seller does not levy nor state the German value added tax."
 
 
 
 
 
 
 
 
 
 
 
 
1833
  msgstr ""
1834
 
1835
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/single-product/legal-info.php:19
1836
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/single-product/tax-info.php:18
1837
+ msgid "VAT free based on &#167;19 UStG"
 
 
 
 
 
 
1838
  msgstr ""
1839
 
1840
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:561
1841
+ msgid "Settings"
 
 
 
1842
  msgstr ""
1843
 
1844
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:719
1845
+ msgid "Thank you. You have successfully activated your account."
1846
  msgstr ""
1847
 
1848
+ #: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:723
1849
+ msgid "Sorry, but this activation code cannot be found."
1850
  msgstr ""
includes/abstracts/abstract-wc-gzd-product.php CHANGED
@@ -147,7 +147,7 @@ class WC_GZD_Product {
147
  * @return string
148
  */
149
  public function get_unit_base() {
150
- return ( $this->unit_base ) ? '<span class="unit-base">' . $this->unit_base . '</span>' . apply_filters( 'wc_gzd_unit_price_base_seperator', ' ' ) . '<span class="unit">' . $this->get_unit() . '</span>' : '';
151
  }
152
 
153
  /**
147
  * @return string
148
  */
149
  public function get_unit_base() {
150
+ return ( $this->unit_base ) ? ( $this->unit_base > apply_filters( 'wc_gzd_unit_base_min_amount_to_show', 1 ) ? '<span class="unit-base">' . $this->unit_base . '</span>' . apply_filters( 'wc_gzd_unit_price_base_seperator', ' ' ) : '' ) . '<span class="unit">' . $this->get_unit() . '</span>' : '';
151
  }
152
 
153
  /**
includes/admin/class-wc-gzd-admin-notices.php CHANGED
@@ -40,6 +40,7 @@ class WC_GZD_Admin_Notices {
40
 
41
  protected function __construct() {
42
  add_action( 'admin_init', array( $this, 'check_notice_hide' ) );
 
43
  add_action( 'admin_print_styles', array( $this, 'add_notices' ), 1 );
44
  }
45
 
@@ -47,11 +48,13 @@ class WC_GZD_Admin_Notices {
47
  * Add notices + styles if needed.
48
  */
49
  public function add_notices() {
50
-
51
  if ( get_option( '_wc_gzd_needs_update' ) == 1 || get_option( '_wc_gzd_needs_pages' ) == 1 ) {
 
52
  wp_enqueue_style( 'woocommerce-activation', plugins_url( '/assets/css/activation.css', WC_PLUGIN_FILE ) );
53
  wp_enqueue_style( 'woocommerce-gzd-activation', plugins_url( '/assets/css/woocommerce-gzd-activation.css', WC_GERMANIZED_PLUGIN_FILE ) );
54
  add_action( 'admin_notices', array( $this, 'install_notice' ) );
 
55
  }
56
 
57
  if ( ! get_option( '_wc_gzd_hide_theme_notice' ) ) {
@@ -66,6 +69,9 @@ class WC_GZD_Admin_Notices {
66
 
67
  if ( ! get_option( '_wc_gzd_hide_review_notice' ) )
68
  add_action( 'admin_notices', array( $this, 'add_review_notice' ) );
 
 
 
69
 
70
  if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'wc-gzd-about' || get_option( '_wc_gzd_needs_pages' ) ) {
71
  remove_action( 'admin_notices', array( $this, 'theme_incompatibility_notice' ) );
@@ -74,6 +80,10 @@ class WC_GZD_Admin_Notices {
74
  }
75
  }
76
 
 
 
 
 
77
  /**
78
  * Show the install notices
79
  */
@@ -89,19 +99,30 @@ class WC_GZD_Admin_Notices {
89
  }
90
 
91
  public function check_notice_hide() {
92
- $notices = array( 'wc-gzd-hide-theme-notice', 'wc-gzd-hide-review-notice' );
93
- if ( isset( $_GET[ 'activated' ] ) )
94
- delete_option( '_wc_gzd_hide_theme_notice' );
 
 
 
 
95
  if ( ! empty( $notices ) ) {
 
96
  foreach ( $notices as $notice ) {
 
97
  if ( isset( $_GET[ 'notice' ] ) && $_GET[ 'notice' ] == $notice && isset( $_GET['nonce'] ) && check_admin_referer( $notice, 'nonce' ) ) {
 
98
  update_option( '_' . str_replace( '-', '_', $notice ) , true );
99
  $redirect_url = remove_query_arg( 'notice', remove_query_arg( 'nonce', $_SERVER['REQUEST_URI'] ) );
100
  wp_safe_redirect( $redirect_url );
101
  exit();
 
102
  }
 
103
  }
 
104
  }
 
105
  }
106
 
107
  public function theme_incompatibility_notice() {
@@ -143,12 +164,30 @@ class WC_GZD_Admin_Notices {
143
  }
144
 
145
  public function add_review_notice() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  if ( get_option( 'woocommerce_gzd_activation_date' ) ) {
 
147
  $activation_date = ( get_option( 'woocommerce_gzd_activation_date' ) ? get_option( 'woocommerce_gzd_activation_date' ) : date( 'Y-m-d' ) );
148
  $diff = WC_germanized()->get_date_diff( $activation_date, date( 'Y-m-d' ) );
149
- if ( $diff[ 'd' ] >= 7 )
150
- include( 'views/html-notice-review.php' );
 
 
151
  }
 
152
  }
153
 
154
  /**
40
 
41
  protected function __construct() {
42
  add_action( 'admin_init', array( $this, 'check_notice_hide' ) );
43
+ add_action( 'after_switch_theme', array( $this, 'remove_theme_notice_hide' ) );
44
  add_action( 'admin_print_styles', array( $this, 'add_notices' ), 1 );
45
  }
46
 
48
  * Add notices + styles if needed.
49
  */
50
  public function add_notices() {
51
+
52
  if ( get_option( '_wc_gzd_needs_update' ) == 1 || get_option( '_wc_gzd_needs_pages' ) == 1 ) {
53
+
54
  wp_enqueue_style( 'woocommerce-activation', plugins_url( '/assets/css/activation.css', WC_PLUGIN_FILE ) );
55
  wp_enqueue_style( 'woocommerce-gzd-activation', plugins_url( '/assets/css/woocommerce-gzd-activation.css', WC_GERMANIZED_PLUGIN_FILE ) );
56
  add_action( 'admin_notices', array( $this, 'install_notice' ) );
57
+
58
  }
59
 
60
  if ( ! get_option( '_wc_gzd_hide_theme_notice' ) ) {
69
 
70
  if ( ! get_option( '_wc_gzd_hide_review_notice' ) )
71
  add_action( 'admin_notices', array( $this, 'add_review_notice' ) );
72
+
73
+ if ( ! get_option( '_wc_gzd_hide_pro_notice' ) && ! WC_germanized()->is_pro() )
74
+ add_action( 'admin_notices', array( $this, 'add_pro_notice' ) );
75
 
76
  if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'wc-gzd-about' || get_option( '_wc_gzd_needs_pages' ) ) {
77
  remove_action( 'admin_notices', array( $this, 'theme_incompatibility_notice' ) );
80
  }
81
  }
82
 
83
+ public function remove_theme_notice_hide() {
84
+ delete_option( '_wc_gzd_hide_theme_notice' );
85
+ }
86
+
87
  /**
88
  * Show the install notices
89
  */
99
  }
100
 
101
  public function check_notice_hide() {
102
+
103
+ $notices = array(
104
+ 'wc-gzd-hide-theme-notice',
105
+ 'wc-gzd-hide-review-notice',
106
+ 'wc-gzd-hide-pro-notice'
107
+ );
108
+
109
  if ( ! empty( $notices ) ) {
110
+
111
  foreach ( $notices as $notice ) {
112
+
113
  if ( isset( $_GET[ 'notice' ] ) && $_GET[ 'notice' ] == $notice && isset( $_GET['nonce'] ) && check_admin_referer( $notice, 'nonce' ) ) {
114
+
115
  update_option( '_' . str_replace( '-', '_', $notice ) , true );
116
  $redirect_url = remove_query_arg( 'notice', remove_query_arg( 'nonce', $_SERVER['REQUEST_URI'] ) );
117
  wp_safe_redirect( $redirect_url );
118
  exit();
119
+
120
  }
121
+
122
  }
123
+
124
  }
125
+
126
  }
127
 
128
  public function theme_incompatibility_notice() {
164
  }
165
 
166
  public function add_review_notice() {
167
+
168
+ if ( get_option( 'woocommerce_gzd_activation_date' ) )
169
+ $this->queue_notice( 7, 'html-notice-review.php' );
170
+
171
+ }
172
+
173
+ public function add_pro_notice() {
174
+
175
+ if ( get_option( 'woocommerce_gzd_activation_date' ) )
176
+ $this->queue_notice( 4, 'html-notice-pro.php' );
177
+ }
178
+
179
+ public function queue_notice( $days, $view ) {
180
+
181
  if ( get_option( 'woocommerce_gzd_activation_date' ) ) {
182
+
183
  $activation_date = ( get_option( 'woocommerce_gzd_activation_date' ) ? get_option( 'woocommerce_gzd_activation_date' ) : date( 'Y-m-d' ) );
184
  $diff = WC_germanized()->get_date_diff( $activation_date, date( 'Y-m-d' ) );
185
+
186
+ if ( $diff[ 'd' ] >= absint( $days ) )
187
+ include( 'views/' . $view );
188
+
189
  }
190
+
191
  }
192
 
193
  /**
includes/admin/class-wc-gzd-admin-welcome.php CHANGED
@@ -123,6 +123,41 @@ class WC_GZD_Admin_Welcome {
123
  <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fvendidero.de%2Fwoocommerce-germanized&amp;width&amp;layout=button&amp;action=recommend&amp;show_faces=false&amp;share=false&amp;height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:20px;" allowTransparency="true"></iframe>
124
  </span>
125
  </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  <div class="changelog vendipro">
127
  <h3>VendiPro - Das WooCommerce Theme für den deutschen Markt</h3>
128
  <div class="left">
@@ -159,20 +194,26 @@ class WC_GZD_Admin_Welcome {
159
  <h3>Neu in WooCommerce Germanized 1.3</h3>
160
  <div class="wc-feature feature-section col three-col" style="margin-bottom: -30px">
161
  <div>
162
- <h4><i class="fa fa-file-pdf-o"></i> PDF Rechnungen <a class="wc-gzd-pro" target="_blank" href="https://vendidero.de/woocommerce-germanized#accounting">Pro</a></h4>
163
  <p>
164
- Als glücklicker Pro-User kannst du mit wenigen Klicks PDF Rechnungen und Stornierungen zu deinen Bestellungen erzeugen.
165
  Natürlich wurden auch die Rechnungen optimal an die Bedürfnisse des deutschen Marktes angepasst.
166
  </p>
167
  </div>
168
  <div>
169
- <h4><i class="fa fa-file-text-o"></i> Mustertexte API <a class="wc-gzd-pro" target="_blank" href="https://vendidero.de/woocommerce-germanized#generator">Pro</a></h4>
170
  <p>
171
- Generiere über die Schnittstelle zu vendidero.de in deinem Backend einfach wichtige Mustertexte für AGB & Widerrufsbelehrung.
172
- Fülle einfach den Fragebogen aus und erhalte einen Mustertext, den du mit einem Klick in die entsprechende Seite übernehmen kannst.
173
  </p>
174
  </div>
175
  <div class="last-feature">
 
 
 
 
 
 
 
176
  <h4><i class="fa fa-clock-o"></i> Vertragsschluss <a class="wc-gzd-pro" target="_blank" href="https://vendidero.de/woocommerce-germanized#contract">Pro</a></h4>
177
  <p>
178
  Du möchtest den Zeitpunkt des Vertragsschlusses aktiv bestimmen und deine Bestellungen manuell prüfen?
@@ -186,20 +227,27 @@ class WC_GZD_Admin_Welcome {
186
  Damit sollte es mit deinem Theme keine Probleme mehr während des Bezahlvorganges geben.
187
  </p>
188
  </div>
189
- <div>
190
  <h4><i class="fa fa-arrows-h"></i> Einheiten anlegen</h4>
191
  <p>
192
  Du verkaufst basierend auf Einheitspreisen? Dann möchtest du vielleicht neue Einheiten (z.B. "Stück") hinzufügen.
193
  Alles kein Problem mehr mit dem <a href="<?php echo admin_url('edit-tags.php?taxonomy=product_unit&post_type=product'); ?>">Einheiten-Editor</a>. Füge neue Einheiten hinzu oder passe die Bezeichnung an.
194
  </p>
195
  </div>
196
- <div class="last-feature">
197
  <h4><i class="fa fa-language"></i> WPML Kompatibilität</h4>
198
  <p>
199
  Einige von euch betreiben Multi-Sprachen-Shops. Um auch die Optionen (Kaufen-Button-Text etc.) von WooCommerce Germanized übersetzen zu können, haben wir
200
  eine wpml-confix.xml Datei angelegt, die euch dabei hilft die Strings zu übersetzen.
201
  </p>
202
  </div>
 
 
 
 
 
 
 
203
  </div>
204
  </div>
205
  <div class="changelog">
123
  <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fvendidero.de%2Fwoocommerce-germanized&amp;width&amp;layout=button&amp;action=recommend&amp;show_faces=false&amp;share=false&amp;height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:20px;" allowTransparency="true"></iframe>
124
  </span>
125
  </p>
126
+ <div class="changelog vendipro new-feature">
127
+ <h3>Neu: Mehrstufige Kasse mit Datenüberprüfung <span class="wc-gzd-pro">pro</span></h3>
128
+ <div class="left">
129
+ <a href="https://vendidero.de/woocommerce-germanized#multistep-checkout" target="_blank"><img src="<?php echo WC_germanized()->plugin_url();?>/assets/images/multistep-checkout.png" /></a>
130
+ </div>
131
+ <div class="right">
132
+ <p>
133
+ Du möchtest deinen Checkout in mehrere Stufen aufteilen? Mit diesem neuen Feature ist das kein Problem mehr.
134
+ Nutze ähnlich wie andere große deutsche Shops die Schritte Persönliche Daten, Zahlungsart und Bestätigen. Im Bestätigungs-Schritt
135
+ werden dem Kunden alle Eingaben noch einmal aufgeführt.
136
+ </p>
137
+ <div class="wc-feature wc-vendipro-features feature-section col two-col">
138
+ <div>
139
+ <h4><i class="fa fa-paint-brush"></i> Läuft mit deinem Theme</h4>
140
+ <p>Die mehrstufige Kasse kommt ganz ohne Überschreiben von WooCommerce Templates aus.</p>
141
+ </div>
142
+ <div class="last-feature">
143
+ <h4><i class="fa fa-adjust"></i> Farben & Optionen</h4>
144
+ <p>Passe sowohl Farben als auch Beschriftungen einfach in den Einstellungen an.</p>
145
+ </div>
146
+ <div>
147
+ <h4><i class="fa fa-check"></i> Daten Prüfen</h4>
148
+ <p>Lasse deine Kunden im letzten Schritt ihre Daten vor Bestellabschluss prüfen und u.U. korrigieren.</p>
149
+ </div>
150
+ <div class="last-feature">
151
+ <h4><i class="fa fa-refresh"></i> Kein Neuladen</h4>
152
+ <p>Die Mehrstufige Kasse funktioniert komplett per Javascript. Inhalte werden asynchron nachgeladen.</p>
153
+ </div>
154
+ </div>
155
+ <div class="vendipro-buttons">
156
+ <a href="https://vendidero.de/woocommerce-germanized#pro" target="_blank" class="button button-primary wc-gzd-button">Pro Version entdecken</a>
157
+ <p class="price smaller">ab 69,95 € inkl. Mwst. - inkl. 1 Jahr Updates & Premium Support!</p>
158
+ </div>
159
+ </div>
160
+ </div>
161
  <div class="changelog vendipro">
162
  <h3>VendiPro - Das WooCommerce Theme für den deutschen Markt</h3>
163
  <div class="left">
194
  <h3>Neu in WooCommerce Germanized 1.3</h3>
195
  <div class="wc-feature feature-section col three-col" style="margin-bottom: -30px">
196
  <div>
197
+ <h4><i class="fa fa-file-pdf-o"></i> PDF Rechnungen & Lieferscheine <a class="wc-gzd-pro" target="_blank" href="https://vendidero.de/woocommerce-germanized#accounting">Pro</a></h4>
198
  <p>
199
+ Als glücklicker Pro-User kannst du mit wenigen Klicks PDF Rechnungen, Lieferscheine und Stornierungen zu deinen Bestellungen erzeugen.
200
  Natürlich wurden auch die Rechnungen optimal an die Bedürfnisse des deutschen Marktes angepasst.
201
  </p>
202
  </div>
203
  <div>
204
+ <h4><i class="fa fa-list-ol"></i> Mehrstufige Kasse <a class="wc-gzd-pro" target="_blank" href="https://vendidero.de/woocommerce-germanized#multistep-checkout">Pro</a></h4>
205
  <p>
206
+ Nutze den beliebten Multistep-Checkout und biete deinen Kunden die Möglichkeit ihre eingegeben Daten vor dem Kauf noch einmal zu überprüfen und etwaige Falscheingaben zu korrigieren.
 
207
  </p>
208
  </div>
209
  <div class="last-feature">
210
+ <h4><i class="fa fa-file-text-o"></i> Mustertexte API <a class="wc-gzd-pro" target="_blank" href="https://vendidero.de/woocommerce-germanized#generator">Pro</a></h4>
211
+ <p>
212
+ Generiere über die Schnittstelle zu vendidero.de in deinem Backend einfach Mustertexte für AGB & Widerrufsbelehrung.
213
+ Fragen ausfüllen, Mustertext erhalten und mit einem Klick in die entsprechende Seite übernehmen.
214
+ </p>
215
+ </div>
216
+ <div style="clear: both">
217
  <h4><i class="fa fa-clock-o"></i> Vertragsschluss <a class="wc-gzd-pro" target="_blank" href="https://vendidero.de/woocommerce-germanized#contract">Pro</a></h4>
218
  <p>
219
  Du möchtest den Zeitpunkt des Vertragsschlusses aktiv bestimmen und deine Bestellungen manuell prüfen?
227
  Damit sollte es mit deinem Theme keine Probleme mehr während des Bezahlvorganges geben.
228
  </p>
229
  </div>
230
+ <div class="last-feature">
231
  <h4><i class="fa fa-arrows-h"></i> Einheiten anlegen</h4>
232
  <p>
233
  Du verkaufst basierend auf Einheitspreisen? Dann möchtest du vielleicht neue Einheiten (z.B. "Stück") hinzufügen.
234
  Alles kein Problem mehr mit dem <a href="<?php echo admin_url('edit-tags.php?taxonomy=product_unit&post_type=product'); ?>">Einheiten-Editor</a>. Füge neue Einheiten hinzu oder passe die Bezeichnung an.
235
  </p>
236
  </div>
237
+ <div style="clear: both">
238
  <h4><i class="fa fa-language"></i> WPML Kompatibilität</h4>
239
  <p>
240
  Einige von euch betreiben Multi-Sprachen-Shops. Um auch die Optionen (Kaufen-Button-Text etc.) von WooCommerce Germanized übersetzen zu können, haben wir
241
  eine wpml-confix.xml Datei angelegt, die euch dabei hilft die Strings zu übersetzen.
242
  </p>
243
  </div>
244
+ <div>
245
+ <h4><i class="fa fa-reorder"></i> E-Mail Anhänge sortieren</h4>
246
+ <p>
247
+ Sortiere in deinen WooCommerce Germanized Einstellungen per Drag & Drop die E-Mail Anhänge (z.B. AGB, Widerrufsbelehrung, Impressum). So kannst du ganz einfach
248
+ die Reihenfolge der Inhalte in deinen E-Mails beeinflussen.
249
+ </p>
250
+ </div>
251
  </div>
252
  </div>
253
  <div class="changelog">
includes/admin/class-wc-gzd-admin.php CHANGED
@@ -55,6 +55,9 @@ class WC_GZD_Admin {
55
  if ( isset( $_GET[ 'tab' ] ) && $_GET[ 'tab' ] == 'germanized' )
56
  wp_enqueue_script( 'wc-gzd-admin', $admin_script_path . 'settings' . $suffix . '.js', array( 'jquery', 'woocommerce_settings' ), WC_GERMANIZED_VERSION, true );
57
 
 
 
 
58
  // Hide delivery time and unit tagsdiv
59
  if ( version_compare( WC()->version, '2.3', '>=' ) )
60
  wp_add_inline_style( 'woocommerce-gzd-admin', '#tagsdiv-product_delivery_time, #tagsdiv-product_unit {display: none}' );
55
  if ( isset( $_GET[ 'tab' ] ) && $_GET[ 'tab' ] == 'germanized' )
56
  wp_enqueue_script( 'wc-gzd-admin', $admin_script_path . 'settings' . $suffix . '.js', array( 'jquery', 'woocommerce_settings' ), WC_GERMANIZED_VERSION, true );
57
 
58
+ if ( isset( $_GET[ 'section' ] ) && ! empty( $_GET[ 'section' ] ) && strpos( $_GET[ 'section' ], 'gzd' ) !== false )
59
+ wp_enqueue_script( 'wc-gzd-admin-emails', $admin_script_path . 'emails' . $suffix . '.js', array( 'jquery', 'woocommerce_settings' ), WC_GERMANIZED_VERSION, true );
60
+
61
  // Hide delivery time and unit tagsdiv
62
  if ( version_compare( WC()->version, '2.3', '>=' ) )
63
  wp_add_inline_style( 'woocommerce-gzd-admin', '#tagsdiv-product_delivery_time, #tagsdiv-product_unit {display: none}' );
includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php CHANGED
@@ -21,7 +21,7 @@ class WC_Germanized_Meta_Box_Product_Data_Variable {
21
 
22
  public static function init() {
23
  add_action( 'woocommerce_product_after_variable_attributes', array( __CLASS__, 'output' ), 20, 3 );
24
- add_action( 'woocommerce_process_product_meta_variable', array( __CLASS__, 'save' ) , 10, 1 );
25
  }
26
 
27
  public static function output( $loop, $variation_data, $variation ) {
@@ -35,23 +35,23 @@ class WC_Germanized_Meta_Box_Product_Data_Variable {
35
  <p class="form-row form-row-first">
36
  <label><?php _e( 'Unit', 'woocommerce-germanized' ); ?>:</label>
37
  <select name="variable_unit[<?php echo $loop; ?>]">
38
- <option value="parent" <?php selected( is_null( isset( $_product->unit ) ? $_product->unit : null ), true ); ?>><?php _e( 'None', 'woocommerce-germanized' ); ?></option>
39
  <?php
40
  foreach ( WC_germanized()->units->get_units() as $key => $value )
41
- echo '<option value="' . esc_attr( $key ) . '" ' . selected( $key === ( isset( $_product->unit ) ? $_product->unit : '' ) , true, false ) . '>' . esc_html( $value ) . '</option>';
42
  ?></select>
43
  </p>
44
  <p class="form-row form-row-last">
45
  <label for="variable_unit_base"><?php echo __( 'Unit Base', 'woocommerce-germanized' );?>:</label>
46
- <input class="input-text wc_input_decimal" size="6" type="text" name="variable_unit_base[<?php echo $loop; ?>]" value="<?php echo ( isset( $_product->unit_base ) ? esc_attr( wc_format_localized_decimal( $_product->unit_base ) ) : '' );?>" placeholder="" />
47
  </p>
48
  <p class="form-row form-row-first">
49
  <label for="variable_unit_price_regular"><?php echo __( 'Regular Unit Price', 'woocommerce-germanized' ) . ' (' . get_woocommerce_currency_symbol() . ')'; ?>:</label>
50
- <input class="input-text wc_input_price" size="5" type="text" name="variable_unit_price_regular[<?php echo $loop; ?>]" value="<?php echo ( isset( $_product->unit_price_regular ) ? esc_attr( wc_format_localized_price( $_product->unit_price_regular ) ) : '' );?>" placeholder="" />
51
  </p>
52
  <p class="form-row form-row-last">
53
  <label for="variable_unit_price_sale"><?php echo __( 'Sale Unit Price', 'woocommerce-germanized' ) . ' (' . get_woocommerce_currency_symbol() . ')'; ?>:</label>
54
- <input class="input-text wc_input_price" size="5" type="text" name="variable_unit_price_sale[<?php echo $loop; ?>]" value="<?php echo ( isset( $_product->unit_price_sale ) ? esc_attr( wc_format_localized_price( $_product->unit_price_sale ) ) : '' );?>" placeholder="" />
55
  </p>
56
  </div>
57
  <div class="variable_shipping_time hide_if_variation_virtual">
@@ -64,7 +64,7 @@ class WC_Germanized_Meta_Box_Product_Data_Variable {
64
  <div class="variable_cart_mini_desc">
65
  <p class="form-row form-row-full">
66
  <label for="variable_product_mini_desc"><?php echo __( 'Optional Mini Description', 'woocommerce-germanized' ); ?>:</label>
67
- <?php wp_editor( htmlspecialchars_decode( $_product->mini_desc ), 'wc_gzd_product_mini_desc_' . $loop, array( 'textarea_name' => 'variable_product_mini_desc[' . $loop . ']', 'textarea_rows' => 5, 'media_buttons' => false, 'teeny' => true ) ); ?>
68
  </p>
69
  </div>
70
  <?php
@@ -129,47 +129,40 @@ class WC_Germanized_Meta_Box_Product_Data_Variable {
129
  <?php
130
  }
131
 
132
- public static function save( $post_id ) {
133
- if ( isset( $_POST[ 'variable_post_id' ] ) ) {
134
- $variable_post_id = $_POST['variable_post_id'];
135
- $variable_sku = $_POST['variable_sku'];
136
- $variable_unit = $_POST['variable_unit'];
137
- $variable_unit_base = $_POST['variable_unit_base'];
138
- $variable_unit_price_regular = $_POST['variable_unit_price_regular'];
139
- $variable_unit_price_sale = $_POST['variable_unit_price_sale'];
140
- $variable_delivery_time = $_POST['variable_delivery_time'];
141
- $variable_product_desc = $_POST['variable_product_mini_desc'];
142
- for ( $i = 0; $i < sizeof( $variable_post_id ); $i++ ) {
143
- if ( ! isset( $variable_post_id[ $i ] ) )
144
- continue;
145
- $variation_id = (int) $variable_post_id[$i];
146
- if ( isset( $variable_unit[$i] ) ) {
147
- update_post_meta( $variation_id, '_unit', sanitize_text_field( $variable_unit[$i] ) );
148
- }
149
- if ( isset( $variable_unit_base[$i] ) ) {
150
- update_post_meta( $variation_id, '_unit_base', ( $variable_unit_base[$i] === '' ) ? '' : wc_format_decimal( $variable_unit_base[$i] ) );
151
- }
152
- if ( isset( $variable_unit_price_regular[$i] ) ) {
153
- update_post_meta( $variation_id, '_unit_price_regular', ( $variable_unit_price_regular[$i] === '' ) ? '' : wc_format_decimal( $variable_unit_price_regular[$i] ) );
154
- update_post_meta( $variation_id, '_unit_price', ( $variable_unit_price_regular[$i] === '' ) ? '' : wc_format_decimal( $variable_unit_price_regular[$i] ) );
155
- }
156
- if ( isset( $variable_product_desc[$i] ) ) {
157
- update_post_meta( $variation_id, '_mini_desc', esc_html( $variable_product_desc[$i] ) );
158
- }
159
- if ( isset( $variable_unit_price_sale[$i] ) ) {
160
- update_post_meta( $variation_id, '_unit_price_sale', '' );
161
- // Update Sale Price only if is on sale (Cron?!)
162
- if ( get_post_meta( $variation_id, '_unit_price', true ) != $variable_unit_price_regular[$i] && $variable_unit_price_sale[$i] !== '' ) {
163
- update_post_meta( $variation_id, '_unit_price_sale', ( $variable_unit_price_sale[$i] === '' ) ? '' : wc_format_decimal( $variable_unit_price_sale[$i] ) );
164
- update_post_meta( $variation_id, '_unit_price', ( $variable_unit_price_sale[$i] === '' ) ? '' : wc_format_decimal( $variable_unit_price_sale[$i] ) );
165
- }
166
- }
167
- if ( isset( $variable_delivery_time[$i] ) && ! empty( $variable_delivery_time[$i] ) && ! is_numeric( $variable_delivery_time[$i] ) )
168
- wp_set_post_terms( $variation_id, sanitize_text_field( $variable_delivery_time[$i] ), 'product_delivery_time' );
169
- else
170
- wp_set_object_terms( $variation_id, absint( $variable_delivery_time[$i] ), 'product_delivery_time' );
171
  }
172
  }
 
 
 
 
173
  }
174
 
175
  }
21
 
22
  public static function init() {
23
  add_action( 'woocommerce_product_after_variable_attributes', array( __CLASS__, 'output' ), 20, 3 );
24
+ add_action( 'woocommerce_save_product_variation', array( __CLASS__, 'save' ) , 0, 2 );
25
  }
26
 
27
  public static function output( $loop, $variation_data, $variation ) {
35
  <p class="form-row form-row-first">
36
  <label><?php _e( 'Unit', 'woocommerce-germanized' ); ?>:</label>
37
  <select name="variable_unit[<?php echo $loop; ?>]">
38
+ <option value="parent" <?php selected( is_null( isset( $_product->gzd_product->unit ) ? $_product->gzd_product->unit : null ), true ); ?>><?php _e( 'None', 'woocommerce-germanized' ); ?></option>
39
  <?php
40
  foreach ( WC_germanized()->units->get_units() as $key => $value )
41
+ echo '<option value="' . esc_attr( $key ) . '" ' . selected( $key === ( isset( $_product->gzd_product->unit ) ? $_product->gzd_product->unit : '' ) , true, false ) . '>' . esc_html( $value ) . '</option>';
42
  ?></select>
43
  </p>
44
  <p class="form-row form-row-last">
45
  <label for="variable_unit_base"><?php echo __( 'Unit Base', 'woocommerce-germanized' );?>:</label>
46
+ <input class="input-text wc_input_decimal" size="6" type="text" name="variable_unit_base[<?php echo $loop; ?>]" value="<?php echo ( isset( $_product->gzd_product->unit_base ) ? esc_attr( wc_format_localized_decimal( $_product->gzd_product->unit_base ) ) : '' );?>" placeholder="" />
47
  </p>
48
  <p class="form-row form-row-first">
49
  <label for="variable_unit_price_regular"><?php echo __( 'Regular Unit Price', 'woocommerce-germanized' ) . ' (' . get_woocommerce_currency_symbol() . ')'; ?>:</label>
50
+ <input class="input-text wc_input_price" size="5" type="text" name="variable_unit_price_regular[<?php echo $loop; ?>]" value="<?php echo ( isset( $_product->gzd_product->unit_price_regular ) ? esc_attr( wc_format_localized_price( $_product->gzd_product->unit_price_regular ) ) : '' );?>" placeholder="" />
51
  </p>
52
  <p class="form-row form-row-last">
53
  <label for="variable_unit_price_sale"><?php echo __( 'Sale Unit Price', 'woocommerce-germanized' ) . ' (' . get_woocommerce_currency_symbol() . ')'; ?>:</label>
54
+ <input class="input-text wc_input_price" size="5" type="text" name="variable_unit_price_sale[<?php echo $loop; ?>]" value="<?php echo ( isset( $_product->gzd_product->unit_price_sale ) ? esc_attr( wc_format_localized_price( $_product->gzd_product->unit_price_sale ) ) : '' );?>" placeholder="" />
55
  </p>
56
  </div>
57
  <div class="variable_shipping_time hide_if_variation_virtual">
64
  <div class="variable_cart_mini_desc">
65
  <p class="form-row form-row-full">
66
  <label for="variable_product_mini_desc"><?php echo __( 'Optional Mini Description', 'woocommerce-germanized' ); ?>:</label>
67
+ <?php wp_editor( htmlspecialchars_decode( $_product->gzd_product->mini_desc ), 'wc_gzd_product_mini_desc_' . $loop, array( 'textarea_name' => 'variable_product_mini_desc[' . $loop . ']', 'textarea_rows' => 5, 'media_buttons' => false, 'teeny' => true ) ); ?>
68
  </p>
69
  </div>
70
  <?php
129
  <?php
130
  }
131
 
132
+ public static function save( $variation_id, $i ) {
133
+
134
+ $variable_unit = ( isset( $_POST[ 'variable_unit' ] ) ? $_POST[ 'variable_unit' ] : array() );
135
+ $variable_unit_base = ( isset( $_POST[ 'variable_unit_base' ] ) ? $_POST[ 'variable_unit_base' ] : array() );
136
+ $variable_unit_price_regular = ( isset( $_POST[ 'variable_unit_price_regular' ] ) ? $_POST[ 'variable_unit_price_regular' ] : array() );
137
+ $variable_unit_price_sale = ( isset( $_POST[ 'variable_unit_price_sale' ] ) ? $_POST[ 'variable_unit_price_sale' ] : array() );
138
+ $variable_delivery_time = ( isset( $_POST[ 'variable_delivery_time' ] ) ? $_POST[ 'variable_delivery_time' ] : array() );
139
+ $variable_product_desc = ( isset( $_POST[ 'variable_product_mini_desc' ] ) ? $_POST[ 'variable_product_mini_desc' ] : array() );
140
+
141
+ if ( isset( $variable_unit[ $i ] ) ) {
142
+ update_post_meta( $variation_id, '_unit', sanitize_text_field( $variable_unit[ $i ] ) );
143
+ }
144
+ if ( isset( $variable_unit_base[ $i ] ) ) {
145
+ update_post_meta( $variation_id, '_unit_base', ( $variable_unit_base[ $i ] === '' ) ? '' : wc_format_decimal( $variable_unit_base[ $i ] ) );
146
+ }
147
+ if ( isset( $variable_unit_price_regular[ $i ] ) ) {
148
+ update_post_meta( $variation_id, '_unit_price_regular', ( $variable_unit_price_regular[ $i ] === '' ) ? '' : wc_format_decimal( $variable_unit_price_regular[ $i ] ) );
149
+ update_post_meta( $variation_id, '_unit_price', ( $variable_unit_price_regular[ $i ] === '' ) ? '' : wc_format_decimal( $variable_unit_price_regular[ $i ] ) );
150
+ }
151
+ if ( isset( $variable_product_desc[ $i ] ) ) {
152
+ update_post_meta( $variation_id, '_mini_desc', esc_html( $variable_product_desc[ $i ] ) );
153
+ }
154
+ if ( isset( $variable_unit_price_sale[ $i ] ) ) {
155
+ update_post_meta( $variation_id, '_unit_price_sale', '' );
156
+ // Update Sale Price only if is on sale (Cron?!)
157
+ if ( $variable_unit_price_sale[ $i ] !== '' ) {
158
+ update_post_meta( $variation_id, '_unit_price_sale', wc_format_decimal( $variable_unit_price_sale[ $i ] ) );
159
+ update_post_meta( $variation_id, '_unit_price', wc_format_decimal( $variable_unit_price_sale[ $i ] ) );
 
 
 
 
 
 
 
 
 
 
 
160
  }
161
  }
162
+ if ( isset( $variable_delivery_time[ $i ] ) && ! empty( $variable_delivery_time[ $i ] ) && ! is_numeric( $variable_delivery_time[ $i ] ) )
163
+ wp_set_post_terms( $variation_id, sanitize_text_field( $variable_delivery_time[ $i ] ), 'product_delivery_time' );
164
+ else
165
+ wp_set_object_terms( $variation_id, absint( $variable_delivery_time[ $i ] ), 'product_delivery_time' );
166
  }
167
 
168
  }
includes/admin/settings/class-wc-gzd-settings-germanized.php CHANGED
@@ -32,11 +32,13 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
32
  add_action( 'woocommerce_gzd_before_save_section_', array( $this, 'before_save' ), 0, 1 );
33
  add_action( 'woocommerce_gzd_after_save_section_', array( $this, 'after_save' ), 0, 1 );
34
  add_action( 'woocommerce_admin_field_image', array( $this, 'image_field' ), 0, 1 );
 
35
 
36
  if ( ! WC_Germanized()->is_pro() ) {
37
  // Premium sections
38
  $this->premium_sections = array(
39
- 'invoices' => sprintf( __( 'Invoice Options %s', 'woocommerce-germanized' ), '<span class="wc-gzd-premium-section-tab">pro</span>' ),
 
40
  'agbs' => sprintf( __( 'Terms & Conditions generator %s', 'woocommerce-germanized' ), '<span class="wc-gzd-premium-section-tab">pro</span>' ),
41
  'widerruf' => sprintf( __( 'Revocation generator %s', 'woocommerce-germanized' ), '<span class="wc-gzd-premium-section-tab">pro</span>' ),
42
  );
@@ -60,6 +62,17 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
60
  <?php
61
  }
62
 
 
 
 
 
 
 
 
 
 
 
 
63
  /**
64
  * Gets setting sections
65
  */
@@ -86,10 +99,31 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
86
  $mailer = WC()->mailer();
87
  $email_templates = $mailer->get_emails();
88
  $email_select = array();
 
89
  foreach ( $email_templates as $email )
90
  $email_select[ $email->id ] = empty( $email->title ) ? ucfirst( $email->id ) : ucfirst( $email->title );
91
 
92
- $settings = apply_filters( 'woocommerce_germanized_settings', array(
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  array( 'title' => __( 'General', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'general_options' ),
95
 
@@ -153,20 +187,31 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
153
  array( 'title' => __( 'Legal Pages', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'legal_pages_options' ),
154
 
155
  array(
156
- 'title' => __( 'Imprint', 'woocommerce-germanized' ),
157
- 'desc' => __( 'This page should contain an imprint with your company\'s information.', 'woocommerce-germanized' ),
158
- 'id' => 'woocommerce_imprint_page_id',
159
  'type' => 'single_select_page',
160
  'default' => '',
161
  'class' => 'chosen_select_nostd',
162
  'css' => 'min-width:300px;',
163
- 'desc_tip' => true,
164
  ),
165
 
166
  array(
167
- 'title' => __( 'Data Security Statement', 'woocommerce-germanized' ),
168
- 'desc' => __( 'This page should contain information regarding your data security policy.', 'woocommerce-germanized' ),
169
- 'id' => 'woocommerce_data_security_page_id',
 
 
 
 
 
 
 
 
 
 
 
170
  'type' => 'single_select_page',
171
  'default' => '',
172
  'class' => 'chosen_select_nostd',
@@ -175,9 +220,9 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
175
  ),
176
 
177
  array(
178
- 'title' => __( 'Power of Revocation', 'woocommerce-germanized' ),
179
- 'desc' => __( 'This page should contain information regarding your customer\'s Right of Revocation.', 'woocommerce-germanized' ),
180
- 'id' => 'woocommerce_revocation_page_id',
181
  'type' => 'single_select_page',
182
  'default' => '',
183
  'class' => 'chosen_select_nostd',
@@ -339,47 +384,19 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
339
 
340
  array( 'type' => 'sectionend', 'id' => 'recission_options' ),
341
 
342
- array( 'title' => __( 'E-Mails', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'email_options' ),
343
 
344
- array(
345
- 'title' => __( 'Attach Imprint', 'woocommerce-germanized' ),
346
- 'desc' => __( 'Attach Imprint to the following email templates', 'woocommerce-germanized' ),
347
- 'id' => 'woocommerce_gzd_mail_attach_imprint',
348
- 'type' => 'multiselect',
349
- 'class' => 'chosen_select',
350
- 'desc_tip' => true,
351
- 'options' => $email_select,
352
- ),
353
 
354
- array(
355
- 'title' => __( 'Attach Terms & Conditions', 'woocommerce-germanized' ),
356
- 'desc' => __( 'Attach Terms & Conditions to the following email templates', 'woocommerce-germanized' ),
357
- 'id' => 'woocommerce_gzd_mail_attach_terms',
358
- 'type' => 'multiselect',
359
- 'class' => 'chosen_select',
360
- 'desc_tip' => true,
361
- 'options' => $email_select,
362
- ),
363
 
364
- array(
365
- 'title' => __( 'Attach Power of Recission', 'woocommerce-germanized' ),
366
- 'desc' => __( 'Attach Power of Recission to the following email templates', 'woocommerce-germanized' ),
367
- 'id' => 'woocommerce_gzd_mail_attach_revocation',
368
- 'type' => 'multiselect',
369
- 'class' => 'chosen_select',
370
- 'desc_tip' => true,
371
- 'options' => $email_select,
372
- 'default' => array( 'customer_processing_order' ),
373
- ),
374
 
375
  array(
376
- 'title' => __( 'Attach Data Security', 'woocommerce-germanized' ),
377
- 'desc' => __( 'Attach Data Security Statement to the following email templates', 'woocommerce-germanized' ),
378
- 'id' => 'woocommerce_gzd_mail_attach_data_security',
379
- 'type' => 'multiselect',
380
- 'class' => 'chosen_select',
381
- 'desc_tip' => true,
382
- 'options' => $email_select,
383
  ),
384
 
385
  array( 'type' => 'sectionend', 'id' => 'email_options' ),
@@ -422,8 +439,8 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
422
  array( 'type' => 'sectionend', 'id' => 'vat_options' ),
423
 
424
  ) ); // End general settings
425
-
426
- return $settings;
427
 
428
  }
429
 
32
  add_action( 'woocommerce_gzd_before_save_section_', array( $this, 'before_save' ), 0, 1 );
33
  add_action( 'woocommerce_gzd_after_save_section_', array( $this, 'after_save' ), 0, 1 );
34
  add_action( 'woocommerce_admin_field_image', array( $this, 'image_field' ), 0, 1 );
35
+ add_action( 'woocommerce_admin_field_hidden', array( $this, 'hidden_field' ), 0, 1 );
36
 
37
  if ( ! WC_Germanized()->is_pro() ) {
38
  // Premium sections
39
  $this->premium_sections = array(
40
+ 'invoices' => sprintf( __( 'Invoices & Packing Slips %s', 'woocommerce-germanized' ), '<span class="wc-gzd-premium-section-tab">pro</span>' ),
41
+ 'checkout' => sprintf( __( 'Multistep Checkout %s', 'woocommerce-germanized' ), '<span class="wc-gzd-premium-section-tab">pro</span>' ),
42
  'agbs' => sprintf( __( 'Terms & Conditions generator %s', 'woocommerce-germanized' ), '<span class="wc-gzd-premium-section-tab">pro</span>' ),
43
  'widerruf' => sprintf( __( 'Revocation generator %s', 'woocommerce-germanized' ), '<span class="wc-gzd-premium-section-tab">pro</span>' ),
44
  );
62
  <?php
63
  }
64
 
65
+ public function hidden_field( $value ) {
66
+ $option_value = WC_Admin_Settings::get_option( $value[ 'id' ], $value[ 'default' ] );
67
+ ?>
68
+ <tr valign="top" style="display: none">
69
+ <th class="forminp forminp-image">
70
+ <input type="hidden" id="<?php echo esc_attr( $value['id'] ); ?>" value="<?php echo esc_attr( $option_value ); ?>" name="<?php echo esc_attr( $value['id'] ); ?>" />
71
+ </th>
72
+ </tr>
73
+ <?php
74
+ }
75
+
76
  /**
77
  * Gets setting sections
78
  */
99
  $mailer = WC()->mailer();
100
  $email_templates = $mailer->get_emails();
101
  $email_select = array();
102
+
103
  foreach ( $email_templates as $email )
104
  $email_select[ $email->id ] = empty( $email->title ) ? ucfirst( $email->id ) : ucfirst( $email->title );
105
 
106
+ $email_order = wc_gzd_get_email_attachment_order();
107
+
108
+ $email_settings = array();
109
+
110
+ foreach ( $email_order as $key => $order ) {
111
+
112
+ array_push( $email_settings, array(
113
+
114
+ 'title' => sprintf( __( 'Attach %s', 'woocommerce-germanized' ), $order ),
115
+ 'desc' => sprintf( __( 'Attach %s to the following email templates', 'woocommerce-germanized' ), $order ),
116
+ 'id' => 'woocommerce_gzd_mail_attach_' . $key,
117
+ 'type' => 'multiselect',
118
+ 'class' => 'chosen_select',
119
+ 'desc_tip' => true,
120
+ 'options' => $email_select,
121
+
122
+ ) );
123
+
124
+ }
125
+
126
+ $settings = array(
127
 
128
  array( 'title' => __( 'General', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'general_options' ),
129
 
187
  array( 'title' => __( 'Legal Pages', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'legal_pages_options' ),
188
 
189
  array(
190
+ 'title' => __( 'Terms & Conditions', 'woocommerce-germanized' ),
191
+ 'desc_tip' => __( 'This page should contain your terms & conditions.', 'woocommerce-germanized' ),
192
+ 'id' => 'woocommerce_terms_page_id',
193
  'type' => 'single_select_page',
194
  'default' => '',
195
  'class' => 'chosen_select_nostd',
196
  'css' => 'min-width:300px;',
197
+ 'desc' => ( ! get_option( 'woocommerce_terms_page_id' ) ? sprintf( __( 'Don\'t have terms & conditions yet? <a href="%s">Generate now</a>!', 'woocommerce-germanized' ), admin_url( 'admin.php?page=wc-settings&tab=germanized&section=agbs' ) ) : '' ),
198
  ),
199
 
200
  array(
201
+ 'title' => __( 'Power of Revocation', 'woocommerce-germanized' ),
202
+ 'desc_tip' => __( 'This page should contain information regarding your customer\'s Right of Revocation.', 'woocommerce-germanized' ),
203
+ 'id' => 'woocommerce_revocation_page_id',
204
+ 'type' => 'single_select_page',
205
+ 'default' => '',
206
+ 'class' => 'chosen_select_nostd',
207
+ 'css' => 'min-width:300px;',
208
+ 'desc' => ( ! get_option( 'woocommerce_revocation_page_id' ) ? sprintf( __( 'Don\'t have a revocation page yet? <a href="%s">Generate now</a>!', 'woocommerce-germanized' ), admin_url( 'admin.php?page=wc-settings&tab=germanized&section=widerruf' ) ) : '' ),
209
+ ),
210
+
211
+ array(
212
+ 'title' => __( 'Imprint', 'woocommerce-germanized' ),
213
+ 'desc' => __( 'This page should contain an imprint with your company\'s information.', 'woocommerce-germanized' ),
214
+ 'id' => 'woocommerce_imprint_page_id',
215
  'type' => 'single_select_page',
216
  'default' => '',
217
  'class' => 'chosen_select_nostd',
220
  ),
221
 
222
  array(
223
+ 'title' => __( 'Data Security Statement', 'woocommerce-germanized' ),
224
+ 'desc' => __( 'This page should contain information regarding your data security policy.', 'woocommerce-germanized' ),
225
+ 'id' => 'woocommerce_data_security_page_id',
226
  'type' => 'single_select_page',
227
  'default' => '',
228
  'class' => 'chosen_select_nostd',
384
 
385
  array( 'type' => 'sectionend', 'id' => 'recission_options' ),
386
 
387
+ array( 'title' => __( 'E-Mails', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'email_options', 'desc' => __( 'Use drag & drop to customize attachment order. Don\'t forget to save your changes.', 'woocommerce-germanized' ) ),
388
 
389
+ );
 
 
 
 
 
 
 
 
390
 
391
+ $settings = array_merge( $settings, $email_settings );
 
 
 
 
 
 
 
 
392
 
393
+ $settings = array_merge( $settings, array(
 
 
 
 
 
 
 
 
 
394
 
395
  array(
396
+ 'title' => '',
397
+ 'id' => 'woocommerce_gzd_mail_attach_order',
398
+ 'type' => 'hidden',
399
+ 'default' => 'terms,revocation,data_security,imprint',
 
 
 
400
  ),
401
 
402
  array( 'type' => 'sectionend', 'id' => 'email_options' ),
439
  array( 'type' => 'sectionend', 'id' => 'vat_options' ),
440
 
441
  ) ); // End general settings
442
+
443
+ return apply_filters( 'woocommerce_germanized_settings', $settings );
444
 
445
  }
446
 
includes/admin/views/html-notice-pro.php ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Admin View: Notice - Review
4
+ */
5
+
6
+ if ( ! defined( 'ABSPATH' ) ) {
7
+ exit; // Exit if accessed directly
8
+ }
9
+
10
+ $dismiss_url = add_query_arg( 'notice', 'wc-gzd-hide-pro-notice', add_query_arg( 'nonce', wp_create_nonce( 'wc-gzd-hide-pro-notice' ) ) );
11
+ ?>
12
+
13
+ <div class="updated fade">
14
+ <h3><?php _e( 'For professionals: Upgrade to Pro-Version', 'woocommerce-germanized' ); ?></h3>
15
+ <p>
16
+ <?php _e( 'Do you enjoy WooCommerce Germanized? Do you want to benefit from even more and better features? You may consider an uprade to Pro. Check out some of the main Pro features:', 'woocommerce-germanized' ); ?>
17
+ </p>
18
+ <ul>
19
+ <li>✓ <?php _e( 'PDF invoices and packing slips', 'woocommerce-germanized' ); ?></li>
20
+ <li>✓ <?php _e( 'Generator for terms & conditions and right of recission', 'woocommerce-germanized' ); ?></li>
21
+ <li>✓ <?php _e( 'Multistep Checkout', 'woocommerce-germanized' ); ?></li>
22
+ <li>✓ <strong><?php _e( 'Premium Ticket Support', 'woocommerce-germanized' ); ?></strong></li>
23
+ </ul>
24
+ <p class="alignleft wc-gzd-button-wrapper">
25
+ <a class="button button-primary" href="https://vendidero.de/woocommerce-germanized" target="_blank"><?php _e( 'Learn more about Pro Version', 'woocommerce-germanized' );?></a>
26
+ </p>
27
+ <p class="alignright">
28
+ <a href="<?php echo esc_url( $dismiss_url );?>"><?php _e( 'Hide this notice', 'woocommerce-germanized' ); ?></a>
29
+ </p>
30
+ <div class="clear"></div>
31
+ </div>
includes/admin/views/html-settings-pro.php CHANGED
@@ -25,7 +25,7 @@ global $current_section;
25
  <p><a class="button button-primary" href="https://vendidero.de/woocommerce-germanized" target="_blank"><?php _e( 'Upgrade now', 'woocommerce-germanized' ); ?></a></p>
26
  </div>
27
  <a href="https://vendidero.de/woocommerce-germanized" target="_blank">
28
- <img src="<?php echo WC_Germanized()->plugin_url();?>/assets/images/pro/settings-<?php echo $current_section;?>.png" />
29
  </a>
30
  </div>
31
  </div>
25
  <p><a class="button button-primary" href="https://vendidero.de/woocommerce-germanized" target="_blank"><?php _e( 'Upgrade now', 'woocommerce-germanized' ); ?></a></p>
26
  </div>
27
  <a href="https://vendidero.de/woocommerce-germanized" target="_blank">
28
+ <img src="<?php echo WC_Germanized()->plugin_url();?>/assets/images/pro/settings-<?php echo $current_section;?>.png?v=<?php echo WC_germanized()->version;?>" />
29
  </a>
30
  </div>
31
  </div>
includes/class-wc-gzd-emails.php CHANGED
@@ -19,37 +19,56 @@ class WC_GZD_Emails {
19
  */
20
  public function __construct() {
21
 
22
- $this->footer_attachments = array(
23
- 'woocommerce_gzd_mail_attach_revocation' => woocommerce_get_page_id ( 'revocation' ),
24
- 'woocommerce_gzd_mail_attach_terms' => woocommerce_get_page_id ( 'terms' ),
25
- 'woocommerce_gzd_mail_attach_data_security' => woocommerce_get_page_id ( 'data_security' ),
26
- 'woocommerce_gzd_mail_attach_imprint' => woocommerce_get_page_id ( 'imprint' ),
27
- );
 
 
 
 
 
28
 
29
  // Add new customer activation
30
  if ( get_option( 'woocommerce_gzd_customer_activation' ) == 'yes' ) {
31
- remove_action( 'woocommerce_created_customer_notification', array( WC()->mailer(), 'customer_new_account' ), 10 );
 
32
  add_action( 'woocommerce_created_customer_notification', array( $this, 'customer_new_account_activation' ), 9, 3 );
 
33
  }
34
 
35
  // Hook before WooCommerce Footer is applied
36
- remove_action( 'woocommerce_email_footer', array( WC()->mailer(), 'email_footer' ) );
37
  add_action( 'woocommerce_email_footer', array( $this, 'add_template_footers' ), 0 );
38
- add_action( 'woocommerce_email_footer', array( WC()->mailer(), 'email_footer' ), 1 );
 
 
39
 
40
  add_filter( 'woocommerce_email_styles', array( $this, 'styles' ) );
41
 
42
- $mails = WC()->mailer()->get_emails();
43
 
44
  if ( ! empty( $mails ) ) {
45
- foreach ( $mails as $mail ) {
 
46
  add_action( 'woocommerce_germanized_email_footer_' . $mail->id, array( $this, 'hook_mail_footer' ), 10, 1 );
47
- }
48
  }
49
 
50
  add_filter( 'woocommerce_order_item_product', array( $this, 'set_order_email_filters' ), 0, 1 );
 
51
  }
52
 
 
 
 
 
 
 
 
 
 
53
  public function set_order_email_filters( $product ) {
54
  if ( is_wc_endpoint_url() )
55
  return $product;
@@ -112,7 +131,7 @@ class WC_GZD_Emails {
112
  if ( $option == -1 || ! get_option( $option_key ) )
113
  continue;
114
  if ( in_array( $mail->id, get_option( $option_key ) ) ) {
115
- $this->attach_page_content( $option );
116
  }
117
  }
118
  }
@@ -155,12 +174,19 @@ class WC_GZD_Emails {
155
  *
156
  * @param integer $page_id
157
  */
158
- public function attach_page_content( $page_id ) {
 
159
  remove_shortcode( 'revocation_form' );
160
  add_shortcode( 'revocation_form', array( $this, 'revocation_form_replacement' ) );
161
- wc_get_template( 'emails/email-footer-attachment.php', array(
 
 
 
 
 
162
  'post_attach' => get_post( $page_id ),
163
  ) );
 
164
  add_shortcode( 'revocation_form', 'WC_GZD_Shortcodes::revocation_form' );
165
  }
166
 
19
  */
20
  public function __construct() {
21
 
22
+ // Order attachments
23
+ $attachment_order = wc_gzd_get_email_attachment_order();
24
+ $this->footer_attachments = array();
25
+
26
+ foreach ( $attachment_order as $key => $order )
27
+ $this->footer_attachments[ 'woocommerce_gzd_mail_attach_' . $key ] = woocommerce_get_page_id ( $key );
28
+
29
+ add_action( 'woocommerce_email', array( $this, 'email_hooks' ), 0, 1 );
30
+ }
31
+
32
+ public function email_hooks( $mailer ) {
33
 
34
  // Add new customer activation
35
  if ( get_option( 'woocommerce_gzd_customer_activation' ) == 'yes' ) {
36
+
37
+ remove_action( 'woocommerce_created_customer_notification', array( $mailer, 'customer_new_account' ), 10 );
38
  add_action( 'woocommerce_created_customer_notification', array( $this, 'customer_new_account_activation' ), 9, 3 );
39
+
40
  }
41
 
42
  // Hook before WooCommerce Footer is applied
43
+ remove_action( 'woocommerce_email_footer', array( $mailer, 'email_footer' ) );
44
  add_action( 'woocommerce_email_footer', array( $this, 'add_template_footers' ), 0 );
45
+ add_action( 'woocommerce_email_footer', array( $mailer, 'email_footer' ), 1 );
46
+
47
+ add_filter( 'woocommerce_email_footer_text', array( $this, 'email_footer_plain' ), 0 );
48
 
49
  add_filter( 'woocommerce_email_styles', array( $this, 'styles' ) );
50
 
51
+ $mails = $mailer->get_emails();
52
 
53
  if ( ! empty( $mails ) ) {
54
+
55
+ foreach ( $mails as $mail )
56
  add_action( 'woocommerce_germanized_email_footer_' . $mail->id, array( $this, 'hook_mail_footer' ), 10, 1 );
 
57
  }
58
 
59
  add_filter( 'woocommerce_order_item_product', array( $this, 'set_order_email_filters' ), 0, 1 );
60
+
61
  }
62
 
63
+ public function email_footer_plain( $text ) {
64
+
65
+ $type = ( ! empty( $GLOBALS[ 'wc_gzd_template_name' ] ) ) ? $this->get_email_instance_by_tpl( $GLOBALS[ 'wc_gzd_template_name' ] ) : '';
66
+
67
+ if ( ! empty( $type ) && $type->get_email_type() == 'plain' )
68
+ $this->add_template_footers();
69
+
70
+ }
71
+
72
  public function set_order_email_filters( $product ) {
73
  if ( is_wc_endpoint_url() )
74
  return $product;
131
  if ( $option == -1 || ! get_option( $option_key ) )
132
  continue;
133
  if ( in_array( $mail->id, get_option( $option_key ) ) ) {
134
+ $this->attach_page_content( $option, $mail->get_email_type() );
135
  }
136
  }
137
  }
174
  *
175
  * @param integer $page_id
176
  */
177
+ public function attach_page_content( $page_id, $email_type = 'html' ) {
178
+
179
  remove_shortcode( 'revocation_form' );
180
  add_shortcode( 'revocation_form', array( $this, 'revocation_form_replacement' ) );
181
+
182
+ $template = 'emails/email-footer-attachment.php';
183
+ if ( $email_type == 'plain' )
184
+ $template = 'emails/plain/email-footer-attachment.php';
185
+
186
+ wc_get_template( $template, array(
187
  'post_attach' => get_post( $page_id ),
188
  ) );
189
+
190
  add_shortcode( 'revocation_form', 'WC_GZD_Shortcodes::revocation_form' );
191
  }
192
 
includes/class-wc-gzd-install.php CHANGED
@@ -148,6 +148,8 @@ class WC_GZD_Install {
148
 
149
  delete_option( '_wc_gzd_hide_review_notice' );
150
 
 
 
151
  // Check if pages are needed
152
  if ( wc_get_page_id( 'revocation' ) < 1 )
153
  update_option( '_wc_gzd_needs_pages', 1 );
148
 
149
  delete_option( '_wc_gzd_hide_review_notice' );
150
 
151
+ delete_option( '_wc_gzd_hide_pro_notice' );
152
+
153
  // Check if pages are needed
154
  if ( wc_get_page_id( 'revocation' ) < 1 )
155
  update_option( '_wc_gzd_needs_pages', 1 );
includes/emails/class-wc-gzd-email-customer-new-account-activation.php CHANGED
@@ -39,7 +39,7 @@ class WC_GZD_Email_Customer_New_Account_Activation extends WC_Email {
39
  $this->description = __( 'Customer "new account activation" emails are sent to the customer when a customer signs up via checkout or account pages. This mail is being used as double opt in for new customer accounts.', 'woocommerce-germanized' );
40
 
41
  $this->template_html = 'emails/customer-new-account-activation.php';
42
- //$this->template_plain = 'emails/plain/customer-new-account-activation.php';
43
 
44
  $this->subject = __( 'Activate your account on {site_title}', 'woocommerce-germanized');
45
  $this->heading = __( 'Account activation {site_title}', 'woocommerce-germanized');
39
  $this->description = __( 'Customer "new account activation" emails are sent to the customer when a customer signs up via checkout or account pages. This mail is being used as double opt in for new customer accounts.', 'woocommerce-germanized' );
40
 
41
  $this->template_html = 'emails/customer-new-account-activation.php';
42
+ $this->template_plain = 'emails/plain/customer-new-account-activation.php';
43
 
44
  $this->subject = __( 'Activate your account on {site_title}', 'woocommerce-germanized');
45
  $this->heading = __( 'Account activation {site_title}', 'woocommerce-germanized');
includes/emails/class-wc-gzd-email-customer-trusted-shops.php CHANGED
@@ -28,6 +28,8 @@ class WC_GZD_Email_Customer_Trusted_Shops extends WC_Email {
28
  $this->subject = _x( 'Please rate your {site_title} order from {order_date}', 'trusted-shops', 'woocommerce-germanized' );
29
 
30
  $this->template_html = 'emails/customer-trusted-shops.php';
 
 
31
 
32
  // Triggers for this email
33
  add_action( 'woocommerce_germanized_trusted_shops_review_notification', array( $this, 'trigger' ) );
28
  $this->subject = _x( 'Please rate your {site_title} order from {order_date}', 'trusted-shops', 'woocommerce-germanized' );
29
 
30
  $this->template_html = 'emails/customer-trusted-shops.php';
31
+ $this->template_plain = 'emails/plain/customer-trusted-shops.php';
32
+
33
 
34
  // Triggers for this email
35
  add_action( 'woocommerce_germanized_trusted_shops_review_notification', array( $this, 'trigger' ) );
includes/wc-gzd-core-functions.php CHANGED
@@ -27,4 +27,31 @@ function wc_gzd_is_customer_activated( $user_id ) {
27
 
28
  function wc_gzd_get_hook_priority( $hook ) {
29
  return WC_GZD_Hook_Priorities::instance()->get_hook_priority( $hook );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  }
27
 
28
  function wc_gzd_get_hook_priority( $hook ) {
29
  return WC_GZD_Hook_Priorities::instance()->get_hook_priority( $hook );
30
+ }
31
+
32
+ function wc_gzd_get_email_attachment_order() {
33
+ $order = explode( ',', get_option( 'woocommerce_gzd_mail_attach_order', 'terms,revocation,data_security,imprint' ) );
34
+ $items = array();
35
+
36
+ foreach ( $order as $key => $item ) {
37
+ $title = '';
38
+ switch( $item ) {
39
+ case "terms":
40
+ $title = __( 'Terms & Conditions', 'woocommerce-germanized' );
41
+ break;
42
+ case "revocation":
43
+ $title = __( 'Right of Recission', 'woocommerce-germanized' );
44
+ break;
45
+ case "imprint":
46
+ $title = __( 'Imprint', 'woocommerce-germanized' );
47
+ break;
48
+ case "data_security":
49
+ $title = __( 'Data Security', 'woocommerce-germanized' );
50
+ break;
51
+ }
52
+
53
+ $items[ $item ] = $title;
54
+ }
55
+
56
+ return $items;
57
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: woocommerce, german market, german, germany, deutsch, deutschland, de, de_
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=info@vendidero.de&item_name=Donation+for+WooCommerce+Germanized
5
  Requires at least: 3.8
6
  Tested up to: 4.2
7
- Stable tag: 1.3.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -14,7 +14,7 @@ Extends WooCommerce to become a legally compliant shop for german market. WooCom
14
 
15
  (see below for english version)
16
 
17
- WooCommerce Germanized erweitert WooCommerce um alle technisch relevanten Funktionen für den Betrieb eines rechtssicheren Online-Shops mit WooCommerce in Deutschland. Das Ziel des Plugins ist es, WooCommerce optimal an die Bedürfnisse des deutschen Marktes anzupassen. WooCommerce Germanized wird von einem WordPress-erfahrenen, deutschen Team aktiv (weiter-)entwickelt - bei Updates von WooCommerce ziehen wir innerhalb kürzester Zeit mit.
18
 
19
  Nutzer von [WooCommerce Germanized Pro](https://vendidero.de/woocommerce-germanized "WooCommerce optimiert für den deutschen Markt") profitieren von vielen weiterführenden Features z.B. PDF-Rechnungen, Mustertexte-Generator für AGB und Widerrufsbelehrung, Premium Support und vielem mehr!
20
 
@@ -23,7 +23,7 @@ Bei der Entwicklung von VendiPro haben wir besonders auf die Einhaltung deutsche
23
 
24
  = WooCommerce rechtssicher für den deutschen Markt =
25
  WooCommerce Germanized unterstützt eine Vielzahl typisch deutscher Funktionalitäten: Lieferzeiten, Einheitspreise, Versandkosten- und Mehrwertsteuer-Hinweise, rechtlich relevante Hinweisseiten (z.B. AGB, Widerrufsbelehrung usw.) - auch in E-Mails, Kleinuternehmerregelung, Gebühren für Zahlungsmethoden und noch vieles mehr.
26
- Zudem haben wir einige Anpassungen am Bezahlvorgang vorgenommen, damit dieser den rechtlichen Ansprüchen eines deutschen Online-Shops entspricht. Eine ausführliche Liste der Funktionalitäten sowie weitere Informationen zu WooCommerce Germanized findest du bei vendidero.de.
27
 
28
  * Lieferzeiten
29
  * Kleinunternehmerregelung
@@ -40,26 +40,34 @@ Zudem haben wir einige Anpassungen am Bezahlvorgang vorgenommen, damit dieser de
40
 
41
  = Trusted Shops vorzertifiziert =
42
  WC Germanized wurde von Trusted Shops vorzertifiziert und bietet damit die optimalen technischen Voraussetzungen für einen rechtssicheren Online-Shop mit WooCommerce in Deutschland.
43
- Trusted Shops zertifiziert Online-Shops nach sorgfältig ausgewählten Qualitätskriterien und hat WooCommerce Germanized genau unter die Lupe genommen.
44
  Selbstverständlich können Trusted Shops Kunden mit nur wenigen Einstellungen das Gütesiegel und die Trusted Shops Produkte mit WC Germanized nutzen.
45
 
46
  = Sauber implementiert =
47
  Bei der Entwicklung von WC Germanized haben wir besonderes Augenmerk auf die nahtlose Integration in WooCommerce gelegt.
48
  Die meisten Änderungen erfolgen über Hooks & Filter - nur im äußersten Notfall wird ein Template direkt überschrieben.
49
 
50
- = Pro: PDF Rechnungen =
51
- Als Nutzer der Pro Version von WooCommerce Germanized erstellst du automatisiert oder manuell PDF-Rechnungen zu deinen Bestellungen. Dabei hast du volle Kontrolle über das Layout deiner Rechnungen.
52
  Lade beispielsweise einfach ein PDF-Template hoch, das als "Hintergrund" für deine Rechnungen fungiert. Mit wenigen Klicks exportierst du deine Rechnungen (CSV, zip) für deine Buchhaltung oder deinen Steuerberater.
53
  Mehr Informationen? [PDF Rechnungen für WooCommerce](https://vendidero.de/woocommerce-germanized#accounting "WooCommerce PDF Rechnungen")
54
 
55
  = Steuern für Versandkosten und Gebühren =
56
- WooCommerce Germanized unterstützt mit der aktuellen Version die komplizierte Besteuerung von Versandkosten bei "gemischten" Warenkörben (d.h. es befinden sich unterschiedliche MwSt.-Sätze im Warenkorb).
57
  In diesem Fall muss die Mehrwertsteuer der Versandkosten anteilig (basierend auf den Anteil der jeweiligen MwSt.-Rate an der Gesamtbestellung), anhand der unterschiedlichen MwSt.-Raten berechnet werden.
58
 
59
- = Pro: Zeitpunkt für den Vertragsschluss bestimmen =
60
- In WooCommerce ist es standardmäßig nicht vorgesehen, den Vertragsschluss erst nach einer manuellen Prüfung einzuleiten. Im Normalfall wird der Kaufvertrag direkt mit der E-Mail "Bestätigung der Bestellung" geschlossen.
61
- Als Pro User kannst du optional entscheiden, ob du Bestellungen vorab manuell prüfen möchtest. Der Kunde wird dann nach der Bestellung nicht automatisch zur Bezahlschnittstelle (z.B. Paypal) weitergeleitet und erhält eine abweichende E-Mail in der auf die manuelle Prüfung aufmerksam gemacht wird.
62
- Anschließend kannst du in deinem WooCommerce Backend über einen Button die Bestellung nach einer Prüfung ganz einfach bestätigen.
 
 
 
 
 
 
 
 
63
 
64
  = Double Opt-In Verfahren für Benutzerkonten =
65
  Ein Urteil des Amtsgerichts Berlin Pankow/Weißensee macht das Double Opt-In Verfahren für die Erstellung von Benutzerkonten in Online-Shops zur "Pflichtsache". In WC Germanized ist das kein Problem.
@@ -70,14 +78,15 @@ Mit der neuesten Version unterstützt WooCommerce Germanized die neuen Umsatzste
70
  Dabei wird bei virtuellen Produkten der Brutto-Preis beibehalten und lediglich der Netto-Preis, je nach Herkunftsland des Dienstleistungsempfängers, angepasst.
71
  Insofern du von den Regelungen betroffen sein solltest, empfehlen wir dir unbedingt mit deinem Steuerberater Rücksprache zu halten.
72
 
 
 
 
 
 
73
  = eKomi Integration =
74
  Mit nur wenigen Klicks lässt sich eKomi als Bewertungsmanagement-Dienstleister in WooCommerce Germanized einstellen.
75
  Damit kann dein Online-Shop ganz einfach von den Vorteilen des externen Dienstleisters profitieren und unabhängige Kundenbewertungen veröffentlichen.
76
 
77
- = Pro: Premium Support =
78
- Kunden von WooCommerce Germanized Pro genießen einen kompetenten Ticket-Support zu Fragen rund um WooCommerce Germanized. Natürlich versuchen wir über das WordPress Support-Forum auch einen guten Support zu gewährleisten.
79
- Gerne übernehmen wir die von dir gewünschten Individualisierungen und Anpassungen an WordPress, WooCommerce und WC Germanized - und unterbreiten dir ein [individuelles Angebot](https://vendidero.de/individualisierung) basierend auf deinen Vorstellungen.
80
-
81
  = About WooCommerce Germanized =
82
  WC Germanized extends WooCommerce to become a legally compliant Online-Shop for the german market. This does not replace legal advice - we do only offer technical implementations to meet german law.
83
  Overview of what WooCommerce Germanized offers:
@@ -154,6 +163,14 @@ Bugs sowie Hilfe bei der Arbeit an WooCommerce Germanized werden gerne über uns
154
 
155
  == Changelog ==
156
 
 
 
 
 
 
 
 
 
157
  = 1.3.2 =
158
  * Feature - Better hook priority management
159
  * Fix - saving variation cart description
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=info@vendidero.de&item_name=Donation+for+WooCommerce+Germanized
5
  Requires at least: 3.8
6
  Tested up to: 4.2
7
+ Stable tag: 1.3.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
14
 
15
  (see below for english version)
16
 
17
+ WooCommerce Germanized erweitert WooCommerce um alle technisch relevanten Funktionen für den Betrieb eines rechtssicheren Online-Shops mit WooCommerce in Deutschland. Das Ziel des Plugins ist es, WooCommerce optimal an die Bedürfnisse des deutschen Marktes anzupassen. WC Germanized wird von einem WordPress-erfahrenen, deutschen Team aktiv (weiter-)entwickelt - bei Updates von WooCommerce ziehen wir innerhalb kürzester Zeit mit.
18
 
19
  Nutzer von [WooCommerce Germanized Pro](https://vendidero.de/woocommerce-germanized "WooCommerce optimiert für den deutschen Markt") profitieren von vielen weiterführenden Features z.B. PDF-Rechnungen, Mustertexte-Generator für AGB und Widerrufsbelehrung, Premium Support und vielem mehr!
20
 
23
 
24
  = WooCommerce rechtssicher für den deutschen Markt =
25
  WooCommerce Germanized unterstützt eine Vielzahl typisch deutscher Funktionalitäten: Lieferzeiten, Einheitspreise, Versandkosten- und Mehrwertsteuer-Hinweise, rechtlich relevante Hinweisseiten (z.B. AGB, Widerrufsbelehrung usw.) - auch in E-Mails, Kleinuternehmerregelung, Gebühren für Zahlungsmethoden und noch vieles mehr.
26
+ Zudem haben wir einige Anpassungen am Bezahlvorgang vorgenommen, damit dein WooCommerce Shop den rechtlichen Ansprüchen eines deutschen Online-Shops entspricht. Eine ausführliche Liste der Funktionalitäten sowie weitere Informationen zu WooCommerce Germanized findest du unter vendidero.de.
27
 
28
  * Lieferzeiten
29
  * Kleinunternehmerregelung
40
 
41
  = Trusted Shops vorzertifiziert =
42
  WC Germanized wurde von Trusted Shops vorzertifiziert und bietet damit die optimalen technischen Voraussetzungen für einen rechtssicheren Online-Shop mit WooCommerce in Deutschland.
43
+ Trusted Shops zertifiziert Online-Shops nach sorgfältig ausgewählten Qualitätskriterien und hat das WooCommerce Plugin genau unter die Lupe genommen.
44
  Selbstverständlich können Trusted Shops Kunden mit nur wenigen Einstellungen das Gütesiegel und die Trusted Shops Produkte mit WC Germanized nutzen.
45
 
46
  = Sauber implementiert =
47
  Bei der Entwicklung von WC Germanized haben wir besonderes Augenmerk auf die nahtlose Integration in WooCommerce gelegt.
48
  Die meisten Änderungen erfolgen über Hooks & Filter - nur im äußersten Notfall wird ein Template direkt überschrieben.
49
 
50
+ = Pro: PDF Rechnungen & Lieferscheine =
51
+ Als Nutzer der Pro Version von WooCommerce Germanized erstellst du automatisiert oder manuell PDF-Rechnungen und Lieferscheine zu deinen Bestellungen. Dabei hast du volle Kontrolle über das Layout deiner PDF-Dokumente.
52
  Lade beispielsweise einfach ein PDF-Template hoch, das als "Hintergrund" für deine Rechnungen fungiert. Mit wenigen Klicks exportierst du deine Rechnungen (CSV, zip) für deine Buchhaltung oder deinen Steuerberater.
53
  Mehr Informationen? [PDF Rechnungen für WooCommerce](https://vendidero.de/woocommerce-germanized#accounting "WooCommerce PDF Rechnungen")
54
 
55
  = Steuern für Versandkosten und Gebühren =
56
+ Das WooCommerce Plugin für den deutschen Markt unterstützt mit der aktuellen Version die komplizierte Besteuerung von Versandkosten bei "gemischten" Warenkörben (d.h. es befinden sich unterschiedliche MwSt.-Sätze im Warenkorb).
57
  In diesem Fall muss die Mehrwertsteuer der Versandkosten anteilig (basierend auf den Anteil der jeweiligen MwSt.-Rate an der Gesamtbestellung), anhand der unterschiedlichen MwSt.-Raten berechnet werden.
58
 
59
+ = Pro: Theme Support =
60
+ Für Nutzer der Pro-Version arbeiten wir kontinuierlich am Support weiterer Themes für WooCommerce Germanized. Dabei stellen wir sicher, dass alle WooCommerce Germanized Optionen im jeweiligen Theme sichtbar und optisch ansprechend gestaltet sind.
61
+ Aktuell unterstützt die Pro-Version folgende Themes:
62
+
63
+ * Enfold
64
+ * Flatsome
65
+ * Storefront
66
+ * Virtue
67
+
68
+ = Pro: Premium Support =
69
+ Kunden von WC Germanized Pro genießen einen kompetenten Ticket-Support zu Fragen rund um WC Germanized. Natürlich versuchen wir über das WordPress Support-Forum auch einen guten Support zu gewährleisten.
70
+ Gerne übernehmen wir die von dir gewünschten Individualisierungen und Anpassungen an WordPress, WooCommerce und WC Germanized - und unterbreiten dir ein [individuelles Angebot](https://vendidero.de/individualisierung) basierend auf deinen Vorstellungen.
71
 
72
  = Double Opt-In Verfahren für Benutzerkonten =
73
  Ein Urteil des Amtsgerichts Berlin Pankow/Weißensee macht das Double Opt-In Verfahren für die Erstellung von Benutzerkonten in Online-Shops zur "Pflichtsache". In WC Germanized ist das kein Problem.
78
  Dabei wird bei virtuellen Produkten der Brutto-Preis beibehalten und lediglich der Netto-Preis, je nach Herkunftsland des Dienstleistungsempfängers, angepasst.
79
  Insofern du von den Regelungen betroffen sein solltest, empfehlen wir dir unbedingt mit deinem Steuerberater Rücksprache zu halten.
80
 
81
+ = Pro: Zeitpunkt für den Vertragsschluss bestimmen =
82
+ In WooCommerce ist es standardmäßig nicht vorgesehen, den Vertragsschluss erst nach einer manuellen Prüfung einzuleiten. Im Normalfall wird der Kaufvertrag direkt mit der E-Mail "Bestätigung der Bestellung" geschlossen.
83
+ Als Pro User kannst du optional entscheiden, ob du Bestellungen vorab manuell prüfen möchtest. Der Kunde wird dann nach der Bestellung nicht automatisch zur Bezahlschnittstelle (z.B. Paypal) weitergeleitet und erhält eine abweichende E-Mail in der auf die manuelle Prüfung aufmerksam gemacht wird.
84
+ Anschließend kannst du in deinem WooCommerce Backend über einen Button die Bestellung nach einer Prüfung ganz einfach bestätigen.
85
+
86
  = eKomi Integration =
87
  Mit nur wenigen Klicks lässt sich eKomi als Bewertungsmanagement-Dienstleister in WooCommerce Germanized einstellen.
88
  Damit kann dein Online-Shop ganz einfach von den Vorteilen des externen Dienstleisters profitieren und unabhängige Kundenbewertungen veröffentlichen.
89
 
 
 
 
 
90
  = About WooCommerce Germanized =
91
  WC Germanized extends WooCommerce to become a legally compliant Online-Shop for the german market. This does not replace legal advice - we do only offer technical implementations to meet german law.
92
  Overview of what WooCommerce Germanized offers:
163
 
164
  == Changelog ==
165
 
166
+ = 1.3.3 =
167
+ * Feature - email attachment drag & drop ordering
168
+ * Feature - email plain text support
169
+ * Fix - saving variation data
170
+ * Fix - email template override notice (copy to woocommerce-germanized-pro instead of woocommerce)
171
+ * Fix - unit base display fix (hide number if base = 1)
172
+ * Fix - typo fixes
173
+
174
  = 1.3.2 =
175
  * Feature - Better hook priority management
176
  * Fix - saving variation cart description
templates/emails/customer-new-account-activation.php CHANGED
@@ -15,7 +15,7 @@ if ( ! defined( 'ABSPATH' ) ) {
15
 
16
  <?php do_action( 'woocommerce_email_header', $email_heading ); ?>
17
 
18
- <p><?php printf( __( "Thanks for creating an account on %s. Your username is <strong>%s</strong>. Please follow the activation link to activate your account:", 'woocommerce-germanized' ), esc_html( $blogname ), esc_html( $user_login ) ); ?></p>
19
 
20
  <p><a class="wc-button button" href="<?php echo esc_attr( $user_activation_url );?>"><?php _e( 'Activate your account', 'woocommerce-germanized' );?></a></p>
21
 
15
 
16
  <?php do_action( 'woocommerce_email_header', $email_heading ); ?>
17
 
18
+ <p><?php printf( __( "Thanks for creating an account on %s. Your username is %s. Please follow the activation link to activate your account:", 'woocommerce-germanized' ), esc_html( $blogname ), '<strong>' . esc_html( $user_login ) . '</strong>' ); ?></p>
19
 
20
  <p><a class="wc-button button" href="<?php echo esc_attr( $user_activation_url );?>"><?php _e( 'Activate your account', 'woocommerce-germanized' );?></a></p>
21
 
templates/emails/plain/customer-ekomi.php ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Customer eKomi review notification (plain)
4
+ *
5
+ * @author Vendidero
6
+ * @version 1.0.0
7
+ */
8
+
9
+ if ( ! defined( 'ABSPATH' ) ) {
10
+ exit; // Exit if accessed directly
11
+ }
12
+
13
+ $base = get_option( 'woocommerce_email_base_color' );
14
+ $base_text = wc_light_or_dark( $base, '#202020', '#ffffff' );
15
+ $text = get_option( 'woocommerce_email_text_color' );
16
+
17
+ echo "= " . $email_heading . " =\n\n";
18
+
19
+ echo sprintf( _x( 'Dear %s %s,', 'ekomi', 'woocommerce-germanized' ), $order->billing_first_name, $order->billing_last_name ) . "\n";
20
+
21
+ echo sprintf( _x( 'You have recently shopped at %s. Thank you! We would be glad if you spent some time to write a review about your order. To do so please follow follow the link.', 'ekomi', 'woocommerce-germanized' ), get_bloginfo( 'name' ) ) . "\n\n";
22
+
23
+ echo esc_url( $order->ekomi_review_link ) . "\n\n";
24
+
25
+ echo apply_filters( 'woocommerce_email_footer_text', get_option( 'woocommerce_email_footer_text' ) );
templates/emails/plain/customer-new-account-activation.php ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Customer new account activation (plain text)
4
+ *
5
+ * @author WooThemes
6
+ * @package WooCommerceGermanized/Templates/Emails/Plain
7
+ * @version 2.0.0
8
+ */
9
+
10
+ if ( ! defined( 'ABSPATH' ) ) {
11
+ exit; // Exit if accessed directly
12
+ }
13
+
14
+ echo "= " . $email_heading . " =\n\n";
15
+
16
+ echo sprintf( __( "Thanks for creating an account on %s. Your username is %s. Please follow the activation link to activate your account:", 'woocommerce-germanized' ), esc_html( $blogname ), esc_html( $user_login ) ) . "\n\n";
17
+
18
+ echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n";
19
+
20
+ echo $user_activation_url . "\n\n";
21
+
22
+ echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n";
23
+
24
+ if ( get_option( 'woocommerce_registration_generate_password' ) == 'yes' && $password_generated ) {
25
+
26
+ echo sprintf( __( "Your password has been automatically generated: <strong>%s</strong>", 'woocommerce' ), esc_html( $user_pass ) );
27
+
28
+ }
29
+
30
+ echo sprintf( __( "If you haven't created an account on %s please ignore this email.", "woocommerce-germanized" ), esc_html( $blogname ) ) . "\n\n";;
31
+
32
+ echo apply_filters( 'woocommerce_email_footer_text', get_option( 'woocommerce_email_footer_text' ) );
templates/emails/plain/customer-revocation.php ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Customer revocation confirmation (plain)
4
+ *
5
+ * @author Vendidero
6
+ * @version 1.0.0
7
+ */
8
+ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
9
+
10
+ $fields = WC_GZD_Revocation::get_fields();
11
+
12
+ echo "= " . $email_heading . " =\n\n";
13
+
14
+ echo _x( 'By sending you this email we confirm your Revocation. Please review your data.', 'revocation-form', 'woocommerce-germanized' ) . "\n\n";
15
+
16
+ echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n";
17
+
18
+ if ( ! empty( $fields ) ) {
19
+
20
+ foreach ( $fields as $name => $field ) {
21
+
22
+ if ( !empty( $user[ $name ] ) ) {
23
+
24
+ echo $field[ 'label' ] . ": " . $user[ $name ] . "\n";
25
+
26
+ }
27
+
28
+ }
29
+
30
+ }
31
+
32
+ echo apply_filters( 'woocommerce_email_footer_text', get_option( 'woocommerce_email_footer_text' ) );
templates/emails/plain/customer-trusted-shops.php ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Customer Trusted Shops Review Notification
4
+ *
5
+ * @author Vendidero
6
+ * @version 1.0.0
7
+ */
8
+ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
9
+
10
+ echo "= " . $email_heading . " =\n\n";
11
+
12
+ echo sprintf( _x( 'Dear %s %s,', 'trusted-shops', 'woocommerce-germanized' ), $order->billing_first_name, $order->billing_last_name ) . "\n\n";
13
+
14
+ echo sprintf( _x( 'You have recently shopped at %s. Thank you! We would be glad if you spent some time to write a review about your order. To do so please follow follow the link.', 'trusted-shops', 'woocommerce-germanized' ), get_bloginfo( 'name' ) ) . "\n\n";
15
+
16
+ echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n";
17
+
18
+ echo WC_Germanized()->trusted_shops->get_new_review_link( $order->billing_email, $order->id ) . "\n\n";
19
+
20
+ echo apply_filters( 'woocommerce_email_footer_text', get_option( 'woocommerce_email_footer_text' ) );
templates/emails/plain/email-footer-attachment.php ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Email Footer Page Attachment (plain)
4
+ *
5
+ * @author Vendidero
6
+ * @version 1.0.0
7
+ */
8
+ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
9
+
10
+ global $post;
11
+ $post = $post_attach;
12
+
13
+ setup_postdata( $post );
14
+
15
+ $content = ( empty( $post->post_excerpt ) ? $post->post_content : $post->post_excerpt );
16
+ $print_title = true;
17
+
18
+ if ( substr( trim( $content ), 0, 2 ) == '<h' )
19
+ $print_title = false;
20
+
21
+ echo "\n=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n";
22
+
23
+ if ( $print_title ) {
24
+ echo "= ";
25
+ the_title();
26
+ echo " =\n\n";
27
+ }
28
+
29
+ if ( empty( $post->post_excerpt ) ) {
30
+
31
+ the_content();
32
+
33
+ } else {
34
+
35
+ the_excerpt();
36
+
37
+ }
38
+
39
+ wp_reset_postdata();
woocommerce-germanized.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WooCommerce Germanized
4
  * Plugin URI: https://www.vendidero.de/woocommerce-germanized
5
  * Description: Extends WooCommerce to become a legally compliant store for the german market.
6
- * Version: 1.3.2
7
  * Author: Vendidero
8
  * Author URI: https://vendidero.de
9
  * Requires at least: 3.8
@@ -26,7 +26,7 @@ final class WooCommerce_Germanized {
26
  *
27
  * @var string
28
  */
29
- public $version = '1.3.2';
30
 
31
  /**
32
  * Single instance of WooCommerce Germanized Main Class
@@ -199,15 +199,8 @@ final class WooCommerce_Germanized {
199
  // Remove cart subtotal filter
200
  add_action( 'template_redirect', array( $this, 'remove_cart_unit_price_filter' ) );
201
 
202
- // Remove processing + on-hold default order confirmation mails
203
- $mailer = WC()->mailer();
204
- $mails = $mailer->get_emails();
205
- remove_action( 'woocommerce_order_status_pending_to_processing_notification', array( $mails[ 'WC_Email_Customer_Processing_Order' ], 'trigger' ) );
206
- remove_action( 'woocommerce_order_status_pending_to_on-hold_notification', array( $mails[ 'WC_Email_Customer_Processing_Order' ], 'trigger' ) );
207
- remove_action( 'woocommerce_order_status_pending_to_processing_notification', array( $mails[ 'WC_Email_New_Order' ], 'trigger' ) );
208
- remove_action( 'woocommerce_order_status_pending_to_on-hold_notification', array( $mails[ 'WC_Email_New_Order' ], 'trigger' ) );
209
- remove_action( 'woocommerce_order_status_pending_to_completed_notification', array( $mails[ 'WC_Email_New_Order' ], 'trigger' ) );
210
-
211
  $this->units = new WC_GZD_Units();
212
  $this->trusted_shops = new WC_GZD_Trusted_Shops();
213
  $this->ekomi = new WC_GZD_Ekomi();
@@ -217,6 +210,18 @@ final class WooCommerce_Germanized {
217
  do_action( 'woocommerce_germanized_init' );
218
  }
219
 
 
 
 
 
 
 
 
 
 
 
 
 
220
  /**
221
  * Overload product factory to inject gzd_product
222
  */
3
  * Plugin Name: WooCommerce Germanized
4
  * Plugin URI: https://www.vendidero.de/woocommerce-germanized
5
  * Description: Extends WooCommerce to become a legally compliant store for the german market.
6
+ * Version: 1.3.3
7
  * Author: Vendidero
8
  * Author URI: https://vendidero.de
9
  * Requires at least: 3.8
26
  *
27
  * @var string
28
  */
29
+ public $version = '1.3.3';
30
 
31
  /**
32
  * Single instance of WooCommerce Germanized Main Class
199
  // Remove cart subtotal filter
200
  add_action( 'template_redirect', array( $this, 'remove_cart_unit_price_filter' ) );
201
 
202
+ add_action( 'woocommerce_email', array( $this, 'remove_order_hooks' ), 0, 1 );
203
+
 
 
 
 
 
 
 
204
  $this->units = new WC_GZD_Units();
205
  $this->trusted_shops = new WC_GZD_Trusted_Shops();
206
  $this->ekomi = new WC_GZD_Ekomi();
210
  do_action( 'woocommerce_germanized_init' );
211
  }
212
 
213
+ public function remove_order_hooks( $mailer ) {
214
+
215
+ $mails = $mailer->get_emails();
216
+
217
+ remove_action( 'woocommerce_order_status_pending_to_processing_notification', array( $mails[ 'WC_Email_Customer_Processing_Order' ], 'trigger' ) );
218
+ remove_action( 'woocommerce_order_status_pending_to_on-hold_notification', array( $mails[ 'WC_Email_Customer_Processing_Order' ], 'trigger' ) );
219
+ remove_action( 'woocommerce_order_status_pending_to_processing_notification', array( $mails[ 'WC_Email_New_Order' ], 'trigger' ) );
220
+ remove_action( 'woocommerce_order_status_pending_to_on-hold_notification', array( $mails[ 'WC_Email_New_Order' ], 'trigger' ) );
221
+ remove_action( 'woocommerce_order_status_pending_to_completed_notification', array( $mails[ 'WC_Email_New_Order' ], 'trigger' ) );
222
+
223
+ }
224
+
225
  /**
226
  * Overload product factory to inject gzd_product
227
  */