WooCommerce Germanized - Version 1.9.10

Version Description

  • Feature: Support upcoming Woo Privacy options (GDPR compatibility)
  • Improvement: Direct Debit: Only export orders with valid statuses
  • Improvement: Direct Debit: Added order status export filter "woocommerce_gzd_direct_debit_export_order_statuses"
  • Improvement: Added "woocommerce_gzd_order_confirmation" hook to woocommerce_email_actions flow to support async sending
  • Improvement: Removed duplicate nonce from checkout
  • Improvement: Order payment button leading to form submit via JS instead of PHP for better compatibility
  • Improvement: Transformed "product-units-wrapper" from span to p tag
  • Improvement: Enqueue style via normal enqueue logic instead of using the Woo filter
  • Improvement: Added new option to disable pay now button for certain payment gateways
  • Improvement: Trusted Shops review CSV exporter added order date and days to send
  • Improvement: Wrap input checkboxes within label (like WC does it)
  • Fix: Email notice only appended if differential tax option was set
  • Fix: Prevent using deprecated variation saving hook for Woo version > 3
  • Fix: Product API terms were removed on update if no term has been transmitted
Download this release

Release Info

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

Code changes from version 1.9.9 to 1.9.10

Files changed (55) hide show
  1. assets/css/woocommerce-gzd-admin.css +4 -0
  2. assets/css/woocommerce-gzd-admin.min.css +1 -1
  3. assets/css/woocommerce-gzd-layout.css +3 -0
  4. assets/css/woocommerce-gzd-layout.min.css +1 -1
  5. assets/css/woocommerce-gzd-trusted-shops-admin.css +34 -0
  6. assets/css/woocommerce-gzd-trusted-shops-admin.min.css +1 -1
  7. assets/images/exporter.png +0 -0
  8. assets/js/add-to-cart-variation.js +7 -5
  9. assets/js/add-to-cart-variation.min.js +1 -1
  10. assets/js/admin/settings.js +28 -6
  11. assets/js/admin/settings.min.js +1 -1
  12. assets/js/admin/trusted-shops.js +2 -2
  13. assets/js/admin/trusted-shops.min.js +1 -1
  14. assets/js/checkout.js +12 -6
  15. assets/js/checkout.min.js +1 -1
  16. assets/js/force-pay-order.js +15 -0
  17. assets/js/force-pay-order.min.js +1 -0
  18. i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
  19. i18n/languages/woocommerce-germanized-de_DE.po +755 -596
  20. i18n/languages/woocommerce-germanized-de_DE_formal.mo +0 -0
  21. i18n/languages/woocommerce-germanized-de_DE_formal.po +757 -598
  22. includes/admin/class-wc-gzd-admin-welcome.php +6 -4
  23. includes/admin/class-wc-gzd-admin.php +40 -0
  24. includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php +12 -5
  25. includes/admin/settings/class-wc-gzd-settings-germanized.php +125 -71
  26. includes/admin/views/html-tour-general.php +8 -9
  27. includes/api/class-wc-gzd-rest-products-controller.php +38 -14
  28. includes/class-wc-gzd-ajax.php +5 -1
  29. includes/class-wc-gzd-checkout.php +33 -20
  30. includes/class-wc-gzd-customer-helper.php +2 -0
  31. includes/class-wc-gzd-dependencies.php +4 -2
  32. includes/class-wc-gzd-emails.php +63 -44
  33. includes/class-wc-gzd-privacy.php +152 -0
  34. includes/class-wc-gzd-revocation.php +5 -0
  35. includes/class-wc-gzd-shop-customizer.php +45 -0
  36. includes/class-wc-gzd-virtual-vat-helper.php +5 -0
  37. includes/compatibility/class-wc-gzd-compatibility-polylang.php +3 -1
  38. includes/compatibility/class-wc-gzd-compatibility-wpml.php +6 -0
  39. includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php +8 -4
  40. includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php +23 -56
  41. includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php +139 -0
  42. includes/wc-gzd-core-functions.php +34 -14
  43. includes/wc-gzd-legacy-functions.php +30 -0
  44. includes/wc-gzd-product-functions.php +10 -2
  45. includes/wc-gzd-template-hooks.php +9 -0
  46. readme.txt +18 -2
  47. templates/checkout/order-submit.php +8 -8
  48. templates/checkout/terms-digital.php +6 -5
  49. templates/checkout/terms-parcel-delivery.php +6 -5
  50. templates/checkout/terms-sepa.php +6 -7
  51. templates/checkout/terms-service.php +6 -5
  52. templates/checkout/terms.php +20 -7
  53. templates/forms/revocation-form.php +5 -5
  54. templates/single-product/units.php +1 -1
  55. woocommerce-germanized.php +52 -34
assets/css/woocommerce-gzd-admin.css CHANGED
@@ -150,6 +150,10 @@ table.wc-gzd-tax-example tr th:first-child, table.wc-gzd-tax-example tr td:first
150
  width: 100%;
151
  }
152
 
 
 
 
 
153
  #order_data .order_data_column a.download_sepa_xml {
154
  width: 14px;
155
  height: 0;
150
  width: 100%;
151
  }
152
 
153
+ .wc-action-button-xml:after {
154
+ content: "\f475";
155
+ }
156
+
157
  #order_data .order_data_column a.download_sepa_xml {
158
  width: 14px;
159
  height: 0;
assets/css/woocommerce-gzd-admin.min.css CHANGED
@@ -1 +1 @@
1
- .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}.wc-gzd-admin-settings-agbs,.wc-gzd-admin-settings-sidebar img,.wc-gzd-admin-settings-widerruf{width:100%}.wc-gzd-button{background-color:#7b9f35!important}.wc-gzd-button:hover{background-color:#73982a!important}.wc-gzd-pro:hover,.wc-gzd-pro:visited{color:#FFF}#gzd-admin-sepa{padding-top:1em;display:block;clear:both;width:100%}#order_data .order_data_column a.download_sepa_xml{width:14px;height:0;padding:14px 0 0;margin:0 0 0 6px;overflow:hidden;position:relative;color:#999;border:0;float:right}#order_data .order_data_column a.download_sepa_xml::after{font-family:Dashicons;content:'\f546';position:absolute;top:0;left:0;text-align:center;vertical-align:top;line-height:14px;font-size:14px;font-weight:400;-webkit-font-smoothing:antialiased}#order_data .order_data_column ._direct_debit_bic_field,#order_data .order_data_column ._direct_debit_holder_field,#order_data .order_data_column ._direct_debit_iban_field,#order_data .order_data_column ._direct_debit_mandate_id_field{clear:left;width:100%!important}#order_data .order_data_column ._direct_debit_bic_field input,#order_data .order_data_column ._direct_debit_holder_field input,#order_data .order_data_column ._direct_debit_iban_field input,#order_data .order_data_column ._direct_debit_mandate_id_field input{width:100%}.wc-gzd-button,.wc-gzd-button:hover{border:1px solid #557020!important;text-shadow:none!important}.wc-gzd-admin-settings tr.single_select_page .description{display:block}.wc-gzd-admin-settings td.forminp-select .description{position:relative;top:3px;margin-left:10px}#order_data ._shipping_parcelshop_post_number_field{clear:left;width:100%!important}table.form-table .forminp-radio fieldset p{margin-bottom:1em}p._unit_price_auto_field label{display:block!important;margin-bottom:5px}.woocommerce-gzd-message ul{margin-left:20px}.woocommerce-gzd-message ul li{list-style:disc}.wc-gzd-admin-settings,.wc-gzd-admin-settings-sidebar{display:inline-block;box-sizing:border-box;vertical-align:top}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-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-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-premium-section-tab{background:#e4e4e4;border:1px solid #CCC;color:#555;padding:0 3px}.wc-gzd-pro{background:#222;font-style:normal;opacity:1!important;text-decoration:none}.tourbus-leg-inner .wc-gzd-pro{top:-3px}.forminp-image img,.wc-gzd-premium img{width:100%;height:auto;opacity:.7}.woocommerce table.form-table th.forminp-image{padding-right:0}._unit_price_auto_field .wc-gzd-premium-desc,._unit_price_auto_field input,._unit_price_auto_field label{opacity:.6}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}.wc-gzd-admin-settings tbody.ui-sortable tr:hover{cursor:move}#order_data .order_data_column ._direct_debit_bic_field,#order_data .order_data_column ._direct_debit_holder_field,#order_data .order_data_column ._direct_debit_iban_field,#order_data .order_data_column ._direct_debit_reference_field{clear:left;width:100%!important}#order_data .order_data_column ._direct_debit_bic_field input,#order_data .order_data_column ._direct_debit_holder_field input,#order_data .order_data_column ._direct_debit_iban_field input,#order_data .order_data_column ._direct_debit_reference_field input{width:100%}.wc-gzd-text-red{color:red}.wc-gzd-status-text{font-weight:600}.wc-gzd-text-green{color:green}.order_actions .xml{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.order_actions .xml:after{content:"\e00d";font-family:WooCommerce;text-indent:0;position:absolute;width:100%;height:100%;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;top:0;left:0;line-height:1.85;margin:0;text-align:center;font-weight:400}
1
+ .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}.wc-gzd-admin-settings-agbs,.wc-gzd-admin-settings-sidebar img,.wc-gzd-admin-settings-widerruf{width:100%}.wc-gzd-button{background-color:#7b9f35!important}.wc-gzd-button:hover{background-color:#73982a!important}.wc-gzd-pro:hover,.wc-gzd-pro:visited{color:#FFF}.wc-action-button-xml:after{content:"\f475"}#gzd-admin-sepa{padding-top:1em;display:block;clear:both;width:100%}#order_data .order_data_column a.download_sepa_xml{width:14px;height:0;padding:14px 0 0;margin:0 0 0 6px;overflow:hidden;position:relative;color:#999;border:0;float:right}#order_data .order_data_column a.download_sepa_xml::after{font-family:Dashicons;content:'\f546';position:absolute;top:0;left:0;text-align:center;vertical-align:top;line-height:14px;font-size:14px;font-weight:400;-webkit-font-smoothing:antialiased}#order_data .order_data_column ._direct_debit_bic_field,#order_data .order_data_column ._direct_debit_holder_field,#order_data .order_data_column ._direct_debit_iban_field,#order_data .order_data_column ._direct_debit_mandate_id_field{clear:left;width:100%!important}#order_data .order_data_column ._direct_debit_bic_field input,#order_data .order_data_column ._direct_debit_holder_field input,#order_data .order_data_column ._direct_debit_iban_field input,#order_data .order_data_column ._direct_debit_mandate_id_field input{width:100%}.wc-gzd-button,.wc-gzd-button:hover{border:1px solid #557020!important;text-shadow:none!important}.wc-gzd-admin-settings tr.single_select_page .description{display:block}.wc-gzd-admin-settings td.forminp-select .description{position:relative;top:3px;margin-left:10px}#order_data ._shipping_parcelshop_post_number_field{clear:left;width:100%!important}table.form-table .forminp-radio fieldset p{margin-bottom:1em}p._unit_price_auto_field label{display:block!important;margin-bottom:5px}.woocommerce-gzd-message ul{margin-left:20px}.woocommerce-gzd-message ul li{list-style:disc}.wc-gzd-admin-settings,.wc-gzd-admin-settings-sidebar{display:inline-block;box-sizing:border-box;vertical-align:top}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-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-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-premium-section-tab{background:#e4e4e4;border:1px solid #CCC;color:#555;padding:0 3px}.wc-gzd-pro{background:#222;font-style:normal;opacity:1!important;text-decoration:none}.tourbus-leg-inner .wc-gzd-pro{top:-3px}.forminp-image img,.wc-gzd-premium img{width:100%;height:auto;opacity:.7}.woocommerce table.form-table th.forminp-image{padding-right:0}._unit_price_auto_field .wc-gzd-premium-desc,._unit_price_auto_field input,._unit_price_auto_field label{opacity:.6}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}.wc-gzd-admin-settings tbody.ui-sortable tr:hover{cursor:move}#order_data .order_data_column ._direct_debit_bic_field,#order_data .order_data_column ._direct_debit_holder_field,#order_data .order_data_column ._direct_debit_iban_field,#order_data .order_data_column ._direct_debit_reference_field{clear:left;width:100%!important}#order_data .order_data_column ._direct_debit_bic_field input,#order_data .order_data_column ._direct_debit_holder_field input,#order_data .order_data_column ._direct_debit_iban_field input,#order_data .order_data_column ._direct_debit_reference_field input{width:100%}.wc-gzd-text-red{color:red}.wc-gzd-status-text{font-weight:600}.wc-gzd-text-green{color:green}.order_actions .xml{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.order_actions .xml:after{content:"\e00d";font-family:WooCommerce;text-indent:0;position:absolute;width:100%;height:100%;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;top:0;left:0;line-height:1.85;margin:0;text-align:center;font-weight:400}
assets/css/woocommerce-gzd-layout.css CHANGED
@@ -125,4 +125,7 @@ table.product-details-inner tr td:last-child {
125
  .wc-gzd-parcel-finder-open-button {
126
  display: inline;
127
  margin-left: 5px;
 
 
 
128
  }
125
  .wc-gzd-parcel-finder-open-button {
126
  display: inline;
127
  margin-left: 5px;
128
+ }
129
+ #order_review .blockMsg {
130
+ line-height: 1.5em;
131
  }
assets/css/woocommerce-gzd-layout.min.css CHANGED
@@ -1 +1 @@
1
- .cart_totals .wc-gzd-additional-wrapper,.entry-content .woocommerce .checkout-btn-wrap,.shop_table .product-name-inner tr td:last-child{text-align:right}.wc-gzd-small-business-includes-tax{display:inline!important;font-size:.9em;padding-left:3px}.wc-gzd-parcel-finder-open-button{display:inline;margin-left:5px}.wc-gzd-item-desc p{font-size:.9em}#order_review .legal{text-align:left;padding:0 1em 0 0;float:left}.cart_totals .wc-gzd-additional-wrapper,.entry-content .woocommerce .checkout-btn-wrap,.shop_table .product-name-inner tr td:last-child{text-align:right}#order_review .legal label{display:inline}.woocommerce-checkout .shop_table{background-color:#EEE}.includes_tax,.tax_label{display:none!important}#order_review_heading{display:none}.woocommerce-checkout .shop_table tr td p{margin-bottom:0}.woocommerce-checkout .shop_table td,.woocommerce-checkout .shop_table th{line-height:1.5}.shop_table .product-name-inner,.shop_table .product-name-inner tr td{border:none;padding:0;margin:0}.cart_totals p.wc-gzd-additional-info{font-size:.8em;width:60%;border-top:1px solid #CCC;padding-top:.5rem;display:inline-block}.entry-content .woocommerce #payment{margin-bottom:1em}.woocommerce #payment .wc-terms-and-conditions{display:none!important}.woocommerce-checkout p.direct-debit-checkbox{display:none}.unit-price-cart{font-size:.9em;display:block;margin-top:5px}.products .wc-gzd-additional-info{font-size:.8em;margin:.7rem 0;padding:0}.products .product .price-unit{font-size:.8em}.wc-gzd-item-desc p,p.footer-info{font-size:.9em}.product p.wc-gzd-additional-info{margin-bottom:.5rem;font-size:.9em;clear:left}.product .product_meta{margin-top:1rem}p.footer-info{text-align:center;padding-bottom:.5rem}.wc-gzd-edit-data-notice{background:#EEE;display:inline-block;padding:1em}.wc-gzd-edit-data-notice p.wc-gzd-info{margin:0;padding:0}table.product-details-inner{table-layout:fixed;margin:0;padding:0}table.product-details-inner,table.product-details-inner td,table.product-details-inner tr{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border:none;background:0 0}table.product-details-inner tr td:last-child{text-align:right}.wc-gzd-product-name-left,.wc-gzd-product-name-right{float:left}.wc-gzd-product-name-left{max-width:15%;margin-right:1em}#eKomiSeal_default img{width:100%!important;height:100%!important}
1
+ .cart_totals .wc-gzd-additional-wrapper,.entry-content .woocommerce .checkout-btn-wrap,.shop_table .product-name-inner tr td:last-child{text-align:right}#order_review .blockMsg{line-height:1.5em}.wc-gzd-small-business-includes-tax{display:inline!important;font-size:.9em;padding-left:3px}.wc-gzd-parcel-finder-open-button{display:inline;margin-left:5px}.wc-gzd-item-desc p{font-size:.9em}#order_review .legal{text-align:left;padding:0 1em 0 0;float:left}.cart_totals .wc-gzd-additional-wrapper,.entry-content .woocommerce .checkout-btn-wrap,.shop_table .product-name-inner tr td:last-child{text-align:right}#order_review .legal label{display:inline}.woocommerce-checkout .shop_table{background-color:#EEE}.includes_tax,.tax_label{display:none!important}#order_review_heading{display:none}.woocommerce-checkout .shop_table tr td p{margin-bottom:0}.woocommerce-checkout .shop_table td,.woocommerce-checkout .shop_table th{line-height:1.5}.shop_table .product-name-inner,.shop_table .product-name-inner tr td{border:none;padding:0;margin:0}.cart_totals p.wc-gzd-additional-info{font-size:.8em;width:60%;border-top:1px solid #CCC;padding-top:.5rem;display:inline-block}.entry-content .woocommerce #payment{margin-bottom:1em}.woocommerce #payment .wc-terms-and-conditions{display:none!important}.woocommerce-checkout p.direct-debit-checkbox{display:none}.unit-price-cart{font-size:.9em;display:block;margin-top:5px}.products .wc-gzd-additional-info{font-size:.8em;margin:.7rem 0;padding:0}.products .product .price-unit{font-size:.8em}.wc-gzd-item-desc p,p.footer-info{font-size:.9em}.product p.wc-gzd-additional-info{margin-bottom:.5rem;font-size:.9em;clear:left}.product .product_meta{margin-top:1rem}p.footer-info{text-align:center;padding-bottom:.5rem}.wc-gzd-edit-data-notice{background:#EEE;display:inline-block;padding:1em}.wc-gzd-edit-data-notice p.wc-gzd-info{margin:0;padding:0}table.product-details-inner{table-layout:fixed;margin:0;padding:0}table.product-details-inner,table.product-details-inner td,table.product-details-inner tr{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border:none;background:0 0}table.product-details-inner tr td:last-child{text-align:right}.wc-gzd-product-name-left,.wc-gzd-product-name-right{float:left}.wc-gzd-product-name-left{max-width:15%;margin-right:1em}#eKomiSeal_default img{width:100%!important;height:100%!important}
assets/css/woocommerce-gzd-trusted-shops-admin.css CHANGED
@@ -10,4 +10,38 @@
10
 
11
  .wc-gzd-admin-settings-sidebar-trusted-shops a.button {
12
  margin-top: 1em;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  }
10
 
11
  .wc-gzd-admin-settings-sidebar-trusted-shops a.button {
12
  margin-top: 1em;
13
+ }
14
+
15
+ .trusted-shops-review-collector-wrap {
16
+ clear: both;
17
+ margin-top: 15px;
18
+ float: left;
19
+ width: 100%;
20
+ }
21
+
22
+ .review-collector-days {
23
+ float: left;
24
+ width: 100%;
25
+ }
26
+
27
+ .review-collector-days label {
28
+ padding-top: 5px;
29
+ display: inline-block;
30
+ padding-right: 5px;
31
+ }
32
+
33
+ .review-collector-days input[type=number] {
34
+ width: 50px !important;
35
+ }
36
+
37
+ .review-collector-buttons {
38
+ float: left;
39
+ width: 100%;
40
+ margin-top: 10px;
41
+ }
42
+
43
+ td.forminp-review-collector p.description {
44
+ clear: both;
45
+ margin-left: 0 !important;
46
+ top: 15px !important;
47
  }
assets/css/woocommerce-gzd-trusted-shops-admin.min.css CHANGED
@@ -1 +1 @@
1
- .wc-gzd-trusted-shops-expert-mode-note{margin-top:1em;display:none}.wc-gzd-trusted-shops-expert-mode-note p{margin:1em 0}.wc-gzd-trusted-shops-expert-mode-note ul{padding:1em 1.5em;list-style-type:disc;margin-left:1.5em}.wc-gzd-admin-settings-sidebar-trusted-shops a.button{margin-top:1em}
1
+ .wc-gzd-trusted-shops-expert-mode-note{margin-top:1em}.review-collector-buttons{margin-top:10px}.trusted-shops-review-collector-wrap{clear:both;margin-top:15px;float:left;width:100%}.review-collector-days{float:left;width:49%}.review-collector-days label{padding-top:5px;display:inline-block;padding-right:5px}.review-collector-days input[type=number]{width:50px!important}.review-collector-buttons{float:left;width:40%}td.forminp-review-collector p.description{clear:both;margin-left:0!important;top:15px!important}.wc-gzd-trusted-shops-expert-mode-note{display:none}.wc-gzd-trusted-shops-expert-mode-note p{margin:1em 0}.wc-gzd-trusted-shops-expert-mode-note ul{padding:1em 1.5em;list-style-type:disc;margin-left:1.5em}.wc-gzd-admin-settings-sidebar-trusted-shops a.button{margin-top:1em}
assets/images/exporter.png ADDED
Binary file
assets/js/add-to-cart-variation.js CHANGED
@@ -96,7 +96,7 @@
96
  $wrapper.find( '.product-units:first' ).html( variation.product_units ).addClass('variation-modified').show();
97
  } else {
98
  $wrapper.find( '.product-units:first' ).remove();
99
- $wrapper.find( '.product_meta:first' ).prepend('<span class="product-units-wrapper product-units variation_modified">' + variation.product_units + '</span>').show();
100
  }
101
  }
102
  })
@@ -126,10 +126,12 @@
126
  if ( typeof wc_add_to_cart_variation_params === 'undefined' ) {
127
  return false;
128
  }
129
-
130
- $( '.variations_form' ).wc_gzd_variation_form();
131
- $( '.variations_form .variations select' ).change();
132
- $( '.variations_form .variations input:radio:checked' ).change();
 
 
133
  });
134
 
135
  })( jQuery, window, document );
96
  $wrapper.find( '.product-units:first' ).html( variation.product_units ).addClass('variation-modified').show();
97
  } else {
98
  $wrapper.find( '.product-units:first' ).remove();
99
+ $wrapper.find( '.product_meta:first' ).prepend('<p class="wc-gzd-additional-info product-units-wrapper product-units variation_modified">' + variation.product_units + '</p>').show();
100
  }
101
  }
102
  })
126
  if ( typeof wc_add_to_cart_variation_params === 'undefined' ) {
127
  return false;
128
  }
129
+
130
+ $( '.variations_form' ).each( function() {
131
+ $( this ).wc_gzd_variation_form();
132
+ $( this ).find( '.variations select' ).change();
133
+ $( this ).find( '.variations input:radio:checked' ).change();
134
+ });
135
  });
136
 
137
  })( jQuery, window, document );
assets/js/add-to-cart-variation.min.js CHANGED
@@ -1,4 +1,4 @@
1
  /*!
2
  * Variations Plugin
3
  */
4
- !function(a){a.fn.wc_gzd_variation_form=function(){var b=this,c=b.parents(wc_gzd_add_to_cart_variation_params.wrapper);a.fn.wc_gzd_variation_form.reset_variation=function(){c.find(".org_price").length>0&&c.find(".price.variation_modified:not(.price-unit)").html(c.find(".org_price").html()).removeClass("variation_modified").show(),c.find(".org_delivery_time").length>0&&c.find(".delivery-time-info:first").html(c.find(".org_delivery_time").html()).removeClass("variation_modified").show(),c.find(".org_unit_price").length>0&&c.find(".price-unit:first").html(c.find(".org_unit_price").html()).removeClass("variation_modified").show(),c.find(".org_tax_info").length>0&&c.find(".tax-info:first").html(c.find(".org_tax_info").html()).removeClass("variation_modified").show(),c.find(".org_shipping_costs_info").length>0&&c.find(".shipping-costs-info:first").html(c.find(".org_shipping_costs_info").html()).removeClass("variation_modified").show(),c.find(".org_product_units").length>0&&c.find(".product-units:first").html(c.find(".org_product_units").html()).removeClass("variation_modified").show(),a(".org_product_info").remove(),a(".variation_modified").remove()},b.on("found_variation",function(b,d){d.variation_is_visible&&(c.find(".price:first").hasClass("variation_modified")||(c.append('<div class="org_price org_product_info">'+c.find(".price:not(.price-unit):first").html()+"</div>"),c.find(".delivery-time-info:first").length>0&&c.append('<div class="org_delivery_time org_product_info">'+c.find(".delivery-time-info:first").html()+"</div>"),c.find(".tax-info:first").length>0&&c.append('<div class="org_tax_info org_product_info">'+c.find(".tax-info:first").html()+"</div>"),c.find(".shipping-costs-info:first").length>0&&c.append('<div class="org_shipping_costs_info org_product_info">'+c.find(".shipping-costs-info:first").html()+"</div>"),c.find(".price-unit:first").length>0&&c.append('<div class="org_unit_price org_product_info">'+c.find(".price-unit:first").html()+"</div>"),c.find(".product-units:first").length>0&&c.append('<div class="org_product_units org_product_info">'+c.find(".product-units:first").html()+"</div>"),a(".org_product_info").hide()),""!==d.price_html&&(a(".single_variation .price").hide(),c.find(".price:not(.price-unit):first").html(d.price_html).addClass("variation_modified"),c.find(".price:not(.price-unit):first").find(".price").contents().unwrap()),c.find(".delivery-time-info:first").hide(),c.find(".price-unit:first").hide(),c.find(".tax-info:first").hide(),c.find(".shipping-costs-info:first").hide(),c.find(".product-units:first").hide(),""!==d.delivery_time&&c.find("p.delivery-time-info:first").html(d.delivery_time).addClass("variation_modified").show(),""!==d.tax_info&&c.find(".tax-info:first").html(d.tax_info).addClass("variation_modified").show(),""!==d.shipping_costs_info&&c.find(".shipping-costs-info:first").html(d.shipping_costs_info).addClass("variation_modified").show(),""!==d.unit_price&&(c.find(".price-unit:first").length?c.find(".price-unit:first").html(d.unit_price).addClass("variation-modified").show():(c.find(".price-unit:first").remove(),c.find("p.price:first").after('<p class="price price-unit smaller variation_modified">'+d.unit_price+"</p>").show())),""!==d.product_units&&(c.find(".product-units:first").length?c.find(".product-units:first").html(d.product_units).addClass("variation-modified").show():(c.find(".product-units:first").remove(),c.find(".product_meta:first").prepend('<span class="product-units-wrapper product-units variation_modified">'+d.product_units+"</span>").show())))}).on("update_variation_values",function(){setTimeout(function(){(!a(".single_variation_wrap").is(":visible")||a(".single_add_to_cart_button").is("[disabled]"))&&a.fn.wc_gzd_variation_form.reset_variation()},250)}).on("click",".reset_variations",function(){a.fn.wc_gzd_variation_form.reset_variation()}).on("reset_data",function(){a.fn.wc_gzd_variation_form.reset_variation()})},a(function(){return"undefined"==typeof wc_add_to_cart_variation_params?!1:(a(".variations_form").wc_gzd_variation_form(),a(".variations_form .variations select").change(),void a(".variations_form .variations input:radio:checked").change())})}(jQuery,window,document);
1
  /*!
2
  * Variations Plugin
3
  */
4
+ !function(a){a.fn.wc_gzd_variation_form=function(){var b=this,c=b.parents(wc_gzd_add_to_cart_variation_params.wrapper);a.fn.wc_gzd_variation_form.reset_variation=function(){c.find(".org_price").length>0&&c.find(".price.variation_modified:not(.price-unit)").html(c.find(".org_price").html()).removeClass("variation_modified").show(),c.find(".org_delivery_time").length>0&&c.find(".delivery-time-info:first").html(c.find(".org_delivery_time").html()).removeClass("variation_modified").show(),c.find(".org_unit_price").length>0&&c.find(".price-unit:first").html(c.find(".org_unit_price").html()).removeClass("variation_modified").show(),c.find(".org_tax_info").length>0&&c.find(".tax-info:first").html(c.find(".org_tax_info").html()).removeClass("variation_modified").show(),c.find(".org_shipping_costs_info").length>0&&c.find(".shipping-costs-info:first").html(c.find(".org_shipping_costs_info").html()).removeClass("variation_modified").show(),c.find(".org_product_units").length>0&&c.find(".product-units:first").html(c.find(".org_product_units").html()).removeClass("variation_modified").show(),a(".org_product_info").remove(),a(".variation_modified").remove()},b.on("found_variation",function(b,d){d.variation_is_visible&&(c.find(".price:first").hasClass("variation_modified")||(c.append('<div class="org_price org_product_info">'+c.find(".price:not(.price-unit):first").html()+"</div>"),c.find(".delivery-time-info:first").length>0&&c.append('<div class="org_delivery_time org_product_info">'+c.find(".delivery-time-info:first").html()+"</div>"),c.find(".tax-info:first").length>0&&c.append('<div class="org_tax_info org_product_info">'+c.find(".tax-info:first").html()+"</div>"),c.find(".shipping-costs-info:first").length>0&&c.append('<div class="org_shipping_costs_info org_product_info">'+c.find(".shipping-costs-info:first").html()+"</div>"),c.find(".price-unit:first").length>0&&c.append('<div class="org_unit_price org_product_info">'+c.find(".price-unit:first").html()+"</div>"),c.find(".product-units:first").length>0&&c.append('<div class="org_product_units org_product_info">'+c.find(".product-units:first").html()+"</div>"),a(".org_product_info").hide()),""!==d.price_html&&(a(".single_variation .price").hide(),c.find(".price:not(.price-unit):first").html(d.price_html).addClass("variation_modified"),c.find(".price:not(.price-unit):first").find(".price").contents().unwrap()),c.find(".delivery-time-info:first").hide(),c.find(".price-unit:first").hide(),c.find(".tax-info:first").hide(),c.find(".shipping-costs-info:first").hide(),c.find(".product-units:first").hide(),""!==d.delivery_time&&c.find("p.delivery-time-info:first").html(d.delivery_time).addClass("variation_modified").show(),""!==d.tax_info&&c.find(".tax-info:first").html(d.tax_info).addClass("variation_modified").show(),""!==d.shipping_costs_info&&c.find(".shipping-costs-info:first").html(d.shipping_costs_info).addClass("variation_modified").show(),""!==d.unit_price&&(c.find(".price-unit:first").length?c.find(".price-unit:first").html(d.unit_price).addClass("variation-modified").show():(c.find(".price-unit:first").remove(),c.find("p.price:first").after('<p class="price price-unit smaller variation_modified">'+d.unit_price+"</p>").show())),""!==d.product_units&&(c.find(".product-units:first").length?c.find(".product-units:first").html(d.product_units).addClass("variation-modified").show():(c.find(".product-units:first").remove(),c.find(".product_meta:first").prepend('<p class="wc-gzd-additional-info product-units-wrapper product-units variation_modified">'+d.product_units+"</p>").show())))}).on("update_variation_values",function(){setTimeout(function(){(!a(".single_variation_wrap").is(":visible")||a(".single_add_to_cart_button").is("[disabled]"))&&a.fn.wc_gzd_variation_form.reset_variation()},250)}).on("click",".reset_variations",function(){a.fn.wc_gzd_variation_form.reset_variation()}).on("reset_data",function(){a.fn.wc_gzd_variation_form.reset_variation()})},a(function(){return"undefined"==typeof wc_add_to_cart_variation_params?!1:void a(".variations_form").each(function(){a(this).wc_gzd_variation_form(),a(this).find(".variations select").change(),a(this).find(".variations input:radio:checked").change()})})}(jQuery,window,document);
assets/js/admin/settings.js CHANGED
@@ -1,15 +1,37 @@
1
  jQuery( function ( $ ) {
2
 
3
- $( document ).on( 'change', 'input[name=woocommerce_gzd_dispute_resolution_type]', function() {
4
-
5
  var val = $( this ).val();
6
- var text = $( '#woocommerce_gzd_alternative_complaints_text_' + val );
7
 
8
- $( '[id^=woocommerce_gzd_alternative_complaints_text_' ).parents( 'tr' ).hide();
9
- $( '#woocommerce_gzd_alternative_complaints_text_' + val ).parents( 'tr' ).show();
10
-
 
 
11
  });
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  $( 'input[name=woocommerce_gzd_dispute_resolution_type]:checked' ).trigger( 'change' );
14
 
15
  if ( $( '#woocommerce_gzd_mail_attach_imprint' ).length > 0 ) {
1
  jQuery( function ( $ ) {
2
 
3
+ $( document ).on( 'change', 'select#woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_show', function() {
 
4
  var val = $( this ).val();
 
5
 
6
+ if ( 'shipping_methods' === val ) {
7
+ $( 'select#woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_methods' ).parents( 'tr' ).show();
8
+ } else {
9
+ $( 'select#woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_methods' ).parents( 'tr' ).hide();
10
+ }
11
  });
12
 
13
+ $( document ).on( 'change', 'input#woocommerce_gzd_order_pay_now_button', function() {
14
+
15
+ if ( $( this ).is( ':checked' ) ) {
16
+ $( 'select#woocommerce_gzd_order_pay_now_button_disabled_methods' ).parents( 'tr' ).show();
17
+ } else {
18
+ $( 'select#woocommerce_gzd_order_pay_now_button_disabled_methods' ).parents( 'tr' ).hide();
19
+ }
20
+ });
21
+
22
+ $( 'select#woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_show' ).trigger( 'change' );
23
+ $( 'input#woocommerce_gzd_order_pay_now_button' ).trigger( 'change' );
24
+
25
+ $( document ).on( 'change', 'input[name=woocommerce_gzd_dispute_resolution_type]', function() {
26
+
27
+ var val = $( this ).val();
28
+ var text = $( '#woocommerce_gzd_alternative_complaints_text_' + val );
29
+
30
+ $( '[id^=woocommerce_gzd_alternative_complaints_text_]' ).parents( 'tr' ).hide();
31
+ $( '#woocommerce_gzd_alternative_complaints_text_' + val ).parents( 'tr' ).show();
32
+
33
+ });
34
+
35
  $( 'input[name=woocommerce_gzd_dispute_resolution_type]:checked' ).trigger( 'change' );
36
 
37
  if ( $( '#woocommerce_gzd_mail_attach_imprint' ).length > 0 ) {
assets/js/admin/settings.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(a){if(a(document).on("change","input[name=woocommerce_gzd_dispute_resolution_type]",function(){{var b=a(this).val();a("#woocommerce_gzd_alternative_complaints_text_"+b)}a("[id^=woocommerce_gzd_alternative_complaints_text_").parents("tr").hide(),a("#woocommerce_gzd_alternative_complaints_text_"+b).parents("tr").show()}),a("input[name=woocommerce_gzd_dispute_resolution_type]:checked").trigger("change"),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())}})}});
1
+ jQuery(function(a){if(a(document).on("change","select#woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_show",function(){var b=a(this).val();"shipping_methods"===b?a("select#woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_methods").parents("tr").show():a("select#woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_methods").parents("tr").hide()}),a(document).on("change","input#woocommerce_gzd_order_pay_now_button",function(){a(this).is(":checked")?a("select#woocommerce_gzd_order_pay_now_button_disabled_methods").parents("tr").show():a("select#woocommerce_gzd_order_pay_now_button_disabled_methods").parents("tr").hide()}),a("select#woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_show").trigger("change"),a("input#woocommerce_gzd_order_pay_now_button").trigger("change"),a(document).on("change","input[name=woocommerce_gzd_dispute_resolution_type]",function(){{var b=a(this).val();a("#woocommerce_gzd_alternative_complaints_text_"+b)}a("[id^=woocommerce_gzd_alternative_complaints_text_]").parents("tr").hide(),a("#woocommerce_gzd_alternative_complaints_text_"+b).parents("tr").show()}),a("input[name=woocommerce_gzd_dispute_resolution_type]:checked").trigger("change"),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())}})}});
assets/js/admin/trusted-shops.js CHANGED
@@ -2,8 +2,8 @@ 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_' + trusted_shops_params.option_prefix + 'trusted_shops_review_collector' ).val() );
6
- });
7
 
8
  $( document ).on( 'change', '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_integration_mode', function() {
9
 
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_' + trusted_shops_params.option_prefix + 'trusted_shops_review_collector' ).val() + '&days=' + $( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_review_collector_days_to_send' ).val() );
6
+ });
7
 
8
  $( document ).on( 'change', '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_integration_mode', function() {
9
 
assets/js/admin/trusted-shops.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_"+trusted_shops_params.option_prefix+"trusted_shops_review_collector").val())}),a(document).on("change","#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_integration_mode",function(){a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gateway_bacs").parents("table.form-table").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gateway_bacs").parents("table").prev("h3,h2").hide(),"expert"===a(this).val()?(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gateway_bacs").parents("table.form-table").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gateway_bacs").parents("table").prev("h3,h2").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_trustbadge_code").parents("tr").show(),a(".wc-gzd-trusted-shops-expert-mode-note").appendTo(a(this).parents("td")).show()):(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_trustbadge_code").parents("tr").hide(),a(".wc-gzd-trusted-shops-expert-mode-note").hide()),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_enable_reviews").trigger("change")}),a(document).on("change","#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_enable_reviews",function(){a(this).is(":checked")?(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gtin_attribute").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_brand_attribute").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_mpn_attribute").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable").parents("tr").show()):(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gtin_attribute").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_brand_attribute").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_mpn_attribute").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable").removeAttr("checked"),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable").removeAttr("checked")),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable").trigger("change"),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable").trigger("change")}),a(document).on("change","#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable",function(){a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_code").parents("tr").hide(),a(this).is(":checked")?(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_border_color").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_star_color").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_star_size").parents("tr").show(),"expert"===a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_integration_mode").val()&&a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_code").parents("tr").show()):(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_border_color").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_star_color").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_star_size").parents("tr").hide())}),a(document).on("change","#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable",function(){a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_code").parents("tr").hide(),a(this).is(":checked")?(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_star_color").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_star_size").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_font_size").parents("tr").show(),"expert"===a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_integration_mode").val()&&a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_code").parents("tr").show()):(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_star_color").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_star_size").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_font_size").parents("tr").hide())}),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_integration_mode").trigger("change"),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_enable_reviews").trigger("change")});
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_"+trusted_shops_params.option_prefix+"trusted_shops_review_collector").val()+"&days="+a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_review_collector_days_to_send").val())}),a(document).on("change","#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_integration_mode",function(){a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gateway_bacs").parents("table.form-table").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gateway_bacs").parents("table").prev("h3,h2").hide(),"expert"===a(this).val()?(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gateway_bacs").parents("table.form-table").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gateway_bacs").parents("table").prev("h3,h2").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_trustbadge_code").parents("tr").show(),a(".wc-gzd-trusted-shops-expert-mode-note").appendTo(a(this).parents("td")).show()):(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_trustbadge_code").parents("tr").hide(),a(".wc-gzd-trusted-shops-expert-mode-note").hide()),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_enable_reviews").trigger("change")}),a(document).on("change","#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_enable_reviews",function(){a(this).is(":checked")?(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gtin_attribute").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_brand_attribute").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_mpn_attribute").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable").parents("tr").show()):(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gtin_attribute").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_brand_attribute").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_mpn_attribute").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable").removeAttr("checked"),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable").removeAttr("checked")),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable").trigger("change"),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable").trigger("change")}),a(document).on("change","#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable",function(){a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_code").parents("tr").hide(),a(this).is(":checked")?(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_border_color").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_star_color").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_star_size").parents("tr").show(),"expert"===a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_integration_mode").val()&&a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_code").parents("tr").show()):(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_border_color").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_star_color").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_star_size").parents("tr").hide())}),a(document).on("change","#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable",function(){a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_code").parents("tr").hide(),a(this).is(":checked")?(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_star_color").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_star_size").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_font_size").parents("tr").show(),"expert"===a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_integration_mode").val()&&a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_code").parents("tr").show()):(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_star_color").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_star_size").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_font_size").parents("tr").hide())}),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_integration_mode").trigger("change"),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_enable_reviews").trigger("change")});
assets/js/checkout.js CHANGED
@@ -1,5 +1,4 @@
1
  jQuery( function( $ ) {
2
-
3
  if ( $( '.payment_methods:first' ).parents( '#order_review' ).length ) {
4
 
5
  $( document ).on( 'change', '.payment_methods input[name="payment_method"]', function() {
@@ -10,13 +9,20 @@ jQuery( function( $ ) {
10
 
11
  $( 'body' ).bind( 'updated_checkout', function() {
12
  if ( $( '.wc-gzd-place-order' ).length > 0 ) {
 
 
 
 
 
 
13
  $( '.place-order:not(.wc-gzd-place-order)' ).remove();
14
  }
15
  });
16
-
17
- if ( $( '.woocommerce-checkout' ).find( '#order_review_heading' ).length > 0 ) {
18
- $( '.woocommerce-checkout' ).find( '#payment' ).after( $( '.woocommerce-checkout' ).find( '#order_review_heading' ) );
19
- $( '.woocommerce-checkout' ).find( '#order_review_heading' ).show();
20
- }
21
 
 
 
 
 
 
 
22
  });
1
  jQuery( function( $ ) {
 
2
  if ( $( '.payment_methods:first' ).parents( '#order_review' ).length ) {
3
 
4
  $( document ).on( 'change', '.payment_methods input[name="payment_method"]', function() {
9
 
10
  $( 'body' ).bind( 'updated_checkout', function() {
11
  if ( $( '.wc-gzd-place-order' ).length > 0 ) {
12
+ if ( $( '.place-order' ).length > 0 ) {
13
+ // Make sure we are removing the nonce from the old container to the new one.
14
+ $( '.place-order' ).find( '#_wpnonce' ).appendTo( '.wc-gzd-place-order' );
15
+ // Woo 3.4
16
+ $( '.place-order' ).find( '#woocommerce-process-checkout-nonce' ).appendTo( '.wc-gzd-place-order' );
17
+ }
18
  $( '.place-order:not(.wc-gzd-place-order)' ).remove();
19
  }
20
  });
 
 
 
 
 
21
 
22
+ if ( wc_gzd_checkout_params.adjust_heading ) {
23
+ if ( $( '.woocommerce-checkout' ).find( '#order_review_heading' ).length > 0 ) {
24
+ $( '.woocommerce-checkout' ).find( '#payment' ).after( $( '.woocommerce-checkout' ).find( '#order_review_heading' ) );
25
+ $( '.woocommerce-checkout' ).find( '#order_review_heading' ).show();
26
+ }
27
+ }
28
  });
assets/js/checkout.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(a){a(".payment_methods:first").parents("#order_review").length&&a(document).on("change",'.payment_methods input[name="payment_method"]',function(){a("body").trigger("update_checkout")}),a("body").bind("updated_checkout",function(){a(".wc-gzd-place-order").length>0&&a(".place-order:not(.wc-gzd-place-order)").remove()}),a(".woocommerce-checkout").find("#order_review_heading").length>0&&(a(".woocommerce-checkout").find("#payment").after(a(".woocommerce-checkout").find("#order_review_heading")),a(".woocommerce-checkout").find("#order_review_heading").show())});
1
+ jQuery(function(a){a(".payment_methods:first").parents("#order_review").length&&a(document).on("change",'.payment_methods input[name="payment_method"]',function(){a("body").trigger("update_checkout")}),a("body").bind("updated_checkout",function(){a(".wc-gzd-place-order").length>0&&(a(".place-order").length>0&&(a(".place-order").find("#_wpnonce").appendTo(".wc-gzd-place-order"),a(".place-order").find("#woocommerce-process-checkout-nonce").appendTo(".wc-gzd-place-order")),a(".place-order:not(.wc-gzd-place-order)").remove())}),wc_gzd_checkout_params.adjust_heading&&a(".woocommerce-checkout").find("#order_review_heading").length>0&&(a(".woocommerce-checkout").find("#payment").after(a(".woocommerce-checkout").find("#order_review_heading")),a(".woocommerce-checkout").find("#order_review_heading").show())});
assets/js/force-pay-order.js ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery( function( $ ) {
2
+ if ( $( '#order_review' ).length > 0 && $( 'input#payment_method_' + wc_gzd_force_pay_order_params.gateway ).length > 0 ) {
3
+
4
+ $( '#order_review' ).block({
5
+ message: wc_gzd_force_pay_order_params.block_message,
6
+ overlayCSS: {
7
+ background: '#fff',
8
+ opacity: 0.6
9
+ }
10
+ });
11
+
12
+ $( 'input#payment_method_' + wc_gzd_force_pay_order_params.gateway ).attr( 'checked', 'checked' );
13
+ $( '#order_review' ).trigger( 'submit' );
14
+ }
15
+ });
assets/js/force-pay-order.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(function(a){a("#order_review").length>0&&a("input#payment_method_"+wc_gzd_force_pay_order_params.gateway).length>0&&(a("#order_review").block({message:wc_gzd_force_pay_order_params.block_message,overlayCSS:{background:"#fff",opacity:.6}}),a("input#payment_method_"+wc_gzd_force_pay_order_params.gateway).attr("checked","checked"),a("#order_review").trigger("submit"))});
i18n/languages/woocommerce-germanized-de_DE.mo CHANGED
Binary file
i18n/languages/woocommerce-germanized-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce Germanized v1.5.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-02-08 13:00+0100\n"
6
- "PO-Revision-Date: 2018-02-08 13:03+0100\n"
7
  "Last-Translator: holzhannes <holzhannes@posteo.de>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
@@ -11,7 +11,7 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 2.0.5\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
@@ -95,8 +95,8 @@ msgstr "l"
95
  #: includes/abstracts/abstract-wc-gzd-product.php:264
96
  #: includes/abstracts/abstract-wc-gzd-product.php:273
97
  #: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:169
98
- #: includes/wc-gzd-core-functions.php:137
99
- #: includes/wc-gzd-template-functions.php:609 woocommerce-germanized.php:831
100
  msgid "incl. VAT"
101
  msgstr "inkl. MwSt."
102
 
@@ -108,7 +108,7 @@ msgstr "exkl. MwSt."
108
  # @ woocommerce-germanized
109
  #: includes/abstracts/abstract-wc-gzd-product.php:266
110
  #: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:169
111
- #: includes/wc-gzd-core-functions.php:137 woocommerce-germanized.php:831
112
  #, php-format
113
  msgid "incl. %s%% VAT"
114
  msgstr "inkl. %s%% MwSt."
@@ -154,42 +154,41 @@ msgstr "So geht das leider nicht.."
154
 
155
  # @ woocommerce-germanized
156
  #: includes/admin/class-wc-gzd-admin-status.php:38
157
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:139
158
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:208
159
  #: includes/wc-gzd-core-functions.php:57
160
  msgid "Terms & Conditions"
161
  msgstr "AGB"
162
 
163
  # @ woocommerce-germanized
164
  #: includes/admin/class-wc-gzd-admin-status.php:39
165
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:219
166
  msgid "Power of Revocation"
167
  msgstr "Widerrufsbelehrung"
168
 
169
  # @ woocommerce-germanized
170
  #: includes/admin/class-wc-gzd-admin-status.php:40
171
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:139
172
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:230
173
  #: includes/wc-gzd-core-functions.php:63
174
  msgid "Imprint"
175
  msgstr "Impressum"
176
 
177
  # @ woocommerce-germanized
178
  #: includes/admin/class-wc-gzd-admin-status.php:41
179
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:241
180
  msgid "Data Security Statement"
181
  msgstr "Datenschutzbelehrung"
182
 
183
  # @ woocommerce-germanized
184
  #: includes/admin/class-wc-gzd-admin-status.php:42
185
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:252
186
  msgid "Payment Methods"
187
  msgstr "Zahlungarten"
188
 
189
  # @ woocommerce-germanized
190
  #: includes/admin/class-wc-gzd-admin-status.php:43
191
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:263
192
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1241
193
  msgid "Shipping Methods"
194
  msgstr "Versandarten"
195
 
@@ -205,57 +204,57 @@ msgid "Welcome to WooCommerce Germanized"
205
  msgstr "Willkommen bei WooCommerce Germanized"
206
 
207
  # @ woocommerce-germanized
208
- #: includes/admin/class-wc-gzd-admin-welcome.php:309
209
  msgid "Go to WooCommerce Germanized Settings"
210
  msgstr "zu den WooCommerce Germanized Einstellungen"
211
 
212
- #: includes/admin/class-wc-gzd-admin.php:76
213
  msgid "Order confirmation manually sent to customer."
214
  msgstr "Bestellbestätigung manuell an den Kunden versendet."
215
 
216
  # @ woocommerce-germanized
217
- #: includes/admin/class-wc-gzd-admin.php:82
218
  msgid "Resend order confirmation"
219
  msgstr "Bestellbestätigung erneut versenden"
220
 
221
  # @ woocommerce-germanized
222
- #: includes/admin/class-wc-gzd-admin.php:91
223
  #: includes/admin/settings/class-wc-gzd-settings-germanized.php:25
224
  msgid "Germanized"
225
  msgstr "Germanized"
226
 
227
- #: includes/admin/class-wc-gzd-admin.php:101
228
  msgid "Parcel Delivery Data Transfer:"
229
  msgstr "Paketdienstleister Datenweitergabe:"
230
 
231
- #: includes/admin/class-wc-gzd-admin.php:102
232
  msgid "allowed"
233
  msgstr "akzeptiert"
234
 
235
- #: includes/admin/class-wc-gzd-admin.php:102
236
  msgid "not allowed"
237
  msgstr "nicht akzeptiert"
238
 
239
  # @ woocommerce-germanized
240
- #: includes/admin/class-wc-gzd-admin.php:175
241
  msgid "Optional Email Content"
242
  msgstr "Optionaler E-Mail Inhalt"
243
 
244
  # @ woocommerce-germanized
245
- #: includes/admin/class-wc-gzd-admin.php:184
246
  msgid "Add content which will be replacing default page content within emails."
247
  msgstr ""
248
  "Fülle dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese "
249
  "Seite zu bestimmen."
250
 
251
  # @ woocommerce-germanized
252
- #: includes/admin/class-wc-gzd-admin.php:194
253
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:152
254
  msgid "Optional Mini Description"
255
  msgstr "Warenkorb Kurzbeschreibung"
256
 
257
  # @ woocommerce-germanized
258
- #: includes/admin/class-wc-gzd-admin.php:211
259
  msgid ""
260
  "This content will be shown as short product description within checkout and "
261
  "emails."
@@ -264,18 +263,18 @@ msgstr ""
264
  "Produkt Kurzbeschreibung angezeigt."
265
 
266
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:46
267
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:112
268
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:756
269
  msgid "Service"
270
  msgstr "Dienstleistung"
271
 
272
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:46
273
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:113
274
  msgid "Service products do not sell physical products."
275
  msgstr "Dienstleistungen werden nicht in physikalischer Form verkauft."
276
 
277
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:87
278
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:136
279
  msgid "Sale Label"
280
  msgstr "Streichpreis Hinweis"
281
 
@@ -286,16 +285,16 @@ msgid "Same as Parent"
286
  msgstr "Gleiche wie übergeordnet"
287
 
288
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:97
289
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:137
290
  msgid "Sale Regular Label"
291
  msgstr "Angebotspreis Hinweis"
292
 
293
  # @ woocommerce-germanized
294
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:115
295
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:140
296
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:694
297
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:848
298
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:897
299
  msgid "Product Units"
300
  msgstr "Produkteinheiten"
301
 
@@ -310,7 +309,7 @@ msgstr ""
310
 
311
  # @ woocommerce-germanized
312
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:119
313
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:161
314
  msgid "Calculation"
315
  msgstr "Berechnung"
316
 
@@ -331,7 +330,7 @@ msgstr "Angebots-Einheitspreis"
331
 
332
  # @ woocommerce-germanized
333
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:137
334
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:213
335
  #: includes/api/class-wc-gzd-rest-products-controller.php:39
336
  #: includes/api/class-wc-gzd-rest-products-controller.php:204
337
  msgid "Delivery Time"
@@ -342,21 +341,21 @@ msgstr "Lieferzeit"
342
  msgid "Same as parent"
343
  msgstr "Gleiche wie übergeordnet"
344
 
345
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:120
346
  msgid "Diff. Taxation"
347
  msgstr "Differenzbesteuerung"
348
 
349
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:121
350
  msgid "Product applies to differential taxation based on §25a UStG."
351
  msgstr "Produkt ist differenzbesteuert nach §25a UStG."
352
 
353
  # @ woocommerce-germanized
354
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:136
355
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:137
356
  msgid "Select Price Label"
357
  msgstr "Preishinweis auswählen"
358
 
359
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:136
360
  msgid ""
361
  "If the product is on sale you may want to show a price label right before "
362
  "outputting the old price to inform the customer."
@@ -366,7 +365,7 @@ msgstr ""
366
  "Preis). Mit diesem Hinweis kannst du genau festlegen, um welchen Preis es "
367
  "sich dabei handelte (z.B. UVP)."
368
 
369
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:137
370
  msgid ""
371
  "If the product is on sale you may want to show a price label right before "
372
  "outputting the new price to inform the customer."
@@ -376,35 +375,35 @@ msgstr ""
376
  "Preis)."
377
 
378
  # @ woocommerce-germanized
379
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:139
380
  #: includes/api/class-wc-gzd-rest-products-controller.php:114
381
  #: includes/class-wc-gzd-post-types.php:66
382
  msgid "Unit"
383
  msgstr "Einheit"
384
 
385
  # @ woocommerce-germanized
386
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:139
387
  msgid "Select unit"
388
  msgstr "Einheit auswählen"
389
 
390
  # @ woocommerce-germanized
391
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:139
392
  msgid "Needed if selling on a per unit basis"
393
  msgstr "Notwendig falls auf pro-Einheit-Basis verkauft werden soll"
394
 
395
  # @ woocommerce-germanized
396
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:140
397
  msgid "Number of units included per default product price. Example: 1000 ml."
398
  msgstr ""
399
  "Anzahl der Produkteinheiten auf Basis des Produktpreises. Beispiel: 1000 ml."
400
 
401
  # @ woocommerce-germanized
402
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:141
403
  msgid "Base Price Units"
404
  msgstr "Grundpreiseinheiten"
405
 
406
  # @ woocommerce-germanized
407
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:141
408
  msgid ""
409
  "Base price units. Example base price: 0,99 € / 100 ml. Insert 100 as base "
410
  "price unit amount."
@@ -413,144 +412,153 @@ msgstr ""
413
  "hier 100 als Grundpreiseinheiten ein."
414
 
415
  # @ woocommerce-germanized
416
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:161
417
  msgid "Calculate base prices automatically."
418
  msgstr "Grundpreis automatisch berechnen."
419
 
420
  # @ woocommerce-germanized
421
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:163
422
  msgid "Regular Base Price"
423
  msgstr "Regulärer Grundpreis"
424
 
425
  # @ woocommerce-germanized
426
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:164
427
  msgid "Sale Base Price"
428
  msgstr "Angebotsgrundpreis"
429
 
430
  # @ woocommerce-germanized
431
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:174
432
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:217
433
  msgid "Search for a delivery time&hellip;"
434
  msgstr "Lieferzeit suchen&hellip;"
435
 
436
  # @ woocommerce-germanized
437
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:226
438
  msgid "Free shipping?"
439
  msgstr "Versand kostenlos?"
440
 
441
  # @ woocommerce-germanized
442
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:226
443
  msgid "This option disables the \"plus shipping costs\" notice on product page"
444
  msgstr ""
445
  "Deaktiviert den Hinweis \"zzgl. Versandkosten\". Ohne Auswirkungen auf die "
446
  "Versandkosten."
447
 
448
  # @ woocommerce-germanized
449
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:43
450
  #, php-format
451
  msgid "Invoices & Packing Slips %s"
452
  msgstr "Rechnungen & Lieferscheine %s"
453
 
454
  # @ woocommerce-germanized
455
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:44
456
  #, php-format
457
  msgid "PDF %s"
458
  msgstr "PDF %s"
459
 
460
  # @ woocommerce-germanized
461
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:45
462
  #, php-format
463
  msgid "Multistep Checkout %s"
464
  msgstr "Mehrstufige Kasse %s"
465
 
466
  # @ woocommerce-germanized
467
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:46
468
  #, php-format
469
  msgid "Terms & Conditions generator %s"
470
  msgstr "AGB Generator %s"
471
 
472
  # @ woocommerce-germanized
473
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:47
474
  #, php-format
475
  msgid "Revocation generator %s"
476
  msgstr "Widerruf Generator %s"
477
 
 
 
 
 
 
 
 
 
 
478
  # @ woocommerce-germanized
479
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:95
480
  msgid "General Options"
481
  msgstr "Allgemein"
482
 
483
  # @ woocommerce-germanized
484
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:96
485
  msgid "Display Options"
486
  msgstr "Anzeige"
487
 
488
  # @ woocommerce-germanized
489
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:97
490
  msgid "Email Options"
491
  msgstr "E-Mails"
492
 
493
  # @ woocommerce-germanized
494
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:124
495
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:130
496
  #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:106
497
  msgid "None"
498
  msgstr "Keine"
499
 
500
  # @ woocommerce-germanized
501
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:145
502
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:763
503
  msgid "General"
504
  msgstr "Allgemein"
505
 
506
  # @ woocommerce-germanized
507
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:148
508
  msgid "Submit Order Button Text"
509
  msgstr "Kauf abschließen - Text"
510
 
511
  # @ woocommerce-germanized
512
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:149
513
  msgid "This text serves as Button text for the Order Submit Button."
514
  msgstr "Dieser Text wird auf dem Kauf abschließen Button dargestellt"
515
 
516
  # @ woocommerce-germanized
517
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:154
518
  msgid "Buy Now"
519
  msgstr "Jetzt kaufen"
520
 
521
  # @ woocommerce-germanized
522
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:158
523
  msgid "Phone as required field"
524
  msgstr "Telefon als Pflichtfeld"
525
 
526
  # @ woocommerce-germanized
527
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:159
528
  msgid "Should phone number be a required field within checkout?"
529
  msgstr ""
530
  "Diese Option setzen, damit die Telefonnummer ein Pflichtfeld im Checkout ist."
531
 
532
  # @ woocommerce-germanized
533
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:166
534
  msgid "Add title field"
535
  msgstr "Anrede im Checkout"
536
 
537
  # @ woocommerce-germanized
538
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:167
539
  msgid "Add a title field to the address within checkout?"
540
  msgstr "Fügt ein Feld \"Anrede\" im Checkout hinzu."
541
 
542
  # @ woocommerce-germanized
543
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:174
544
  msgid "Disallow cancellations"
545
  msgstr "Stornierungen verhindern"
546
 
547
  # @ woocommerce-germanized
548
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:175
549
  msgid "Don’t allow customers to manually cancel orders."
550
  msgstr "Stornierung von Bestellungen durch den Kunden verhindern."
551
 
552
  # @ woocommerce-germanized
553
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:176
554
  msgid ""
555
  "By default payment methods like PayPal allow order cancellation by clicking "
556
  "the abort link. This option will stop customers from manually cancel orders."
@@ -559,17 +567,17 @@ msgstr ""
559
  "Kunden den Abbrechen-Link verwendet. Diese Option verhindert den manuellen "
560
  "Abbruch einer Bestellung durch den Kunden."
561
 
562
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:183
563
  msgid "Disallow gateway choosing"
564
  msgstr "Wechsel der Zahlungsart"
565
 
566
  # @ woocommerce-germanized
567
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:184
568
  msgid "Don’t allow customers to change the payment gateway after ordering."
569
  msgstr ""
570
  "Wechsel der Zahlungsart nach der Bestellung durch den Kunden verhindern."
571
 
572
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:185
573
  msgid ""
574
  "Customers paying through a gateway which allows later payment (e.g. PayPal) "
575
  "will find a link within their customer account which redirects them to a pay "
@@ -588,14 +596,14 @@ msgstr ""
588
  "PayPal weiter."
589
 
590
  # @ woocommerce-germanized
591
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:193
592
  msgid "Contract"
593
  msgstr "Kaufvertrag"
594
 
595
  # @ woocommerce-germanized
596
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:193
597
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:596
598
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:608
599
  #, php-format
600
  msgid "%sUpgrade to %spro%s%s to unlock this feature and get premium support."
601
  msgstr ""
@@ -603,24 +611,24 @@ msgstr ""
603
  "erhalte professionellen Support."
604
 
605
  # @ woocommerce-germanized
606
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:205
607
  #: includes/admin/views/html-page-status-germanized.php:141
608
  msgid "Legal Pages"
609
  msgstr "Rechtlich relevante Seiten"
610
 
611
  # @ woocommerce-germanized
612
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:209
613
  msgid "This page should contain your terms & conditions."
614
  msgstr "Diese Seite sollte deine Allgemeinen Geschäftsbedingungen enthalten."
615
 
616
  # @ woocommerce-germanized
617
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:215
618
  #, php-format
619
  msgid "Don't have terms & conditions yet? <a href=\"%s\">Generate now</a>!"
620
  msgstr "Du hast noch keine AGB? <a href=\"%s\">Jetzt generieren</a>!"
621
 
622
  # @ woocommerce-germanized
623
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:220
624
  msgid ""
625
  "This page should contain information regarding your customer's Right of "
626
  "Revocation."
@@ -630,27 +638,32 @@ msgstr ""
630
  "[revocation_form]"
631
 
632
  # @ woocommerce-germanized
633
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:226
634
  #, php-format
635
  msgid "Don't have a revocation page yet? <a href=\"%s\">Generate now</a>!"
636
  msgstr ""
637
  "Du hast noch keine Widerrufsbelehrung? <a href=\"%s\">Jetzt generieren</a>!"
638
 
639
  # @ woocommerce-germanized
640
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:231
641
  msgid "This page should contain an imprint with your company's information."
642
  msgstr ""
643
  "Diese Seite sollte das Impressum d.h. die Informationen (gemäß TMG) zu "
644
  "deinem Unternehmen enthalten."
645
 
 
 
 
 
 
646
  # @ woocommerce-germanized
647
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:242
648
  msgid ""
649
  "This page should contain information regarding your data security policy."
650
  msgstr "Diese Seite sollte deine Datenschutzbelehrung enthalten."
651
 
652
  # @ woocommerce-germanized
653
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:253
654
  msgid ""
655
  "This page should contain information regarding the Payment Methods that are "
656
  "chooseable during checkout."
@@ -660,7 +673,7 @@ msgstr ""
660
  "[payment_methods_info]"
661
 
662
  # @ woocommerce-germanized
663
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:264
664
  msgid ""
665
  "This page should contain information regarding shipping methods that are "
666
  "chooseable during checkout."
@@ -668,13 +681,165 @@ msgstr ""
668
  "Diese Seite sollte Informationen zu den von dir zur Verfügung gestellten "
669
  "Versandarten bereitstellen."
670
 
671
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:275
672
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:278
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
673
  msgid "Dispute Resolution"
674
  msgstr "Streitbeilegung"
675
 
676
  # @ woocommerce-germanized
677
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:275
678
  #, php-format
679
  msgid ""
680
  "As with Feb. 1 2017 new regulations regarding alternative dispute resolution "
@@ -685,7 +850,7 @@ msgstr ""
685
  "Kraft. Weiterführende Informationen zu deinen Informationspflichten findest "
686
  "du <a href=\"%s\" target=\"_blank\">hier</a>."
687
 
688
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:279
689
  msgid ""
690
  "You may select whether you are willing, obliged or not willing to "
691
  "participate in dispute settlement proceeedings before a consumer arbitration "
@@ -699,27 +864,27 @@ msgstr ""
699
  "deinem Impressum platzieren solltest. Trusted Shops rät dazu den Text auch "
700
  "in deine AGB einzufügen."
701
 
702
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:285
703
  msgid "Not obliged, not willing"
704
  msgstr "Nicht verpflichtet, nicht bereit"
705
 
706
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:286
707
  msgid "Not obliged, willing"
708
  msgstr "Nicht verpflichtet, bereit"
709
 
710
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:287
711
  msgid "Obliged"
712
  msgstr "Verpflichtet"
713
 
714
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:292
715
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:302
716
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:312
717
  msgid "Resolution Text"
718
  msgstr "Streitbeilegung Text"
719
 
720
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:293
721
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:303
722
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:313
723
  msgid ""
724
  "Adapt this example text regarding alternative dispute resolution to your "
725
  "needs. Text will be added to the [gzd_complaints] Shortcode. You may as well "
@@ -730,7 +895,7 @@ msgstr ""
730
  "noch in deinen AGB integrieren."
731
 
732
  # @ woocommerce-germanized
733
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:295
734
  msgid ""
735
  "The european commission provides a platform for online dispute resolution "
736
  "(OS) which is accessible at https://ec.europa.eu/consumers/odr. We are not "
@@ -743,7 +908,7 @@ msgstr ""
743
  "Verbraucherschlichtungsstelle sind wir nicht verpflichtet und nicht bereit."
744
 
745
  # @ woocommerce-germanized
746
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:305
747
  msgid ""
748
  "The european commission provides a platform for online dispute resolution "
749
  "(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
@@ -755,7 +920,7 @@ msgstr ""
755
  "sind bereit, an einem außergerichtlichen Schlichtungsverfahren teilzunehmen."
756
 
757
  # @ woocommerce-germanized
758
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:315
759
  msgid ""
760
  "The european commission provides a platform for online dispute resolution "
761
  "(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
@@ -771,47 +936,47 @@ msgstr ""
771
  "Stelle teilzunehmen. Wir werden an einem solchen Verfahren teilnehmen."
772
 
773
  # @ woocommerce-germanized
774
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:322
775
  msgid "Shortcode Status"
776
  msgstr "Shortcode Status"
777
 
778
  # @ woocommerce-germanized
779
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:325
780
  msgid "Please choose a page as your imprint first."
781
  msgstr "Bitte hinterlege zuerst eine Seite als dein Impressum."
782
 
783
  # @ woocommerce-germanized
784
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:325
785
  msgid "Found"
786
  msgstr "Eingebunden"
787
 
788
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:325
789
  #, php-format
790
  msgid "Not found within %s"
791
  msgstr "Nicht gefunden in: %s"
792
 
793
  # @ woocommerce-germanized
794
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:325
795
  msgid "Append it now"
796
  msgstr "Jetzt hinzufügen"
797
 
798
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:330
799
  msgid "Small Businesses"
800
  msgstr "Kleinunternehmer"
801
 
802
  # @ woocommerce-germanized
803
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:333
804
  #: includes/admin/views/html-page-status-germanized.php:37
805
  msgid "Small-Enterprise-Regulation"
806
  msgstr "Kleinunternehmerregelung"
807
 
808
  # @ woocommerce-germanized
809
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:334
810
  msgid "VAT based on &#167;19 UStG"
811
  msgstr "Umsatzsteuerbefreit nach &#167;19 UStG."
812
 
813
  # @ woocommerce-germanized
814
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:338
815
  #, php-format
816
  msgid ""
817
  "set this Option if you have chosen <a href=\"%s\" target=\"_blank\">&#167;19 "
@@ -822,50 +987,50 @@ msgstr ""
822
  "machen willst."
823
 
824
  # @ woocommerce-germanized
825
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:342
826
  msgid "Show no VAT notice"
827
  msgstr "Umsatzsteuerbefreiung"
828
 
829
  # @ woocommerce-germanized
830
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:343
831
  msgid "Show no VAT &#167;19 UStG notice on single product"
832
  msgstr ""
833
  "Hinweis zur Umsatzsteuerbefreiung gemäß &#167;19 UStG auf der Produktseite "
834
  "anzeigen."
835
 
836
  # @ woocommerce-germanized
837
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:350
838
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:373
839
  msgid "Notice Text"
840
  msgstr "Hinweistext"
841
 
842
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:351
843
  msgid ""
844
  "You may want to adjust the small buisness notice text to meet your criteria."
845
  msgstr "Passe hier, falls notwending, den Kleinunternehmer Hinweistext an."
846
 
847
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:355
848
  #: includes/wc-gzd-core-functions.php:94
849
  msgid ""
850
  "Value added tax is not collected, as small businesses according to §19 (1) "
851
  "UStG."
852
  msgstr "Kein Mehrwertsteuerausweis, da Kleinunternehmer nach §19 (1) UStG."
853
 
854
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:361
855
  msgid "Differential Taxation"
856
  msgstr "Differenzbesteuerung"
857
 
858
  # @ woocommerce-germanized
859
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:364
860
  msgid "Taxation Notice"
861
  msgstr "Steuerhinweis"
862
 
863
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:365
864
  msgid "Enable differential taxation text notice beneath product price."
865
  msgstr ""
866
  "Aktiviere den Hinweis zur Differenzbesteuerung unterhalb des Produktpreises."
867
 
868
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:367
869
  msgid ""
870
  "If you have disabled this option, a normal VAT notice will be displayed, "
871
  "which is sufficient as Trusted Shops states. To further inform your "
@@ -875,7 +1040,7 @@ msgstr ""
875
  "angezeigt. Der Standard-Hinweis ist laut Trusted Shops bereits ausreichend. "
876
  "Du kannst diesen Hinweis nutzen um deine Kunden besser zu informieren."
877
 
878
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:374
879
  msgid ""
880
  "This text will be shown as a further notice for the customer to inform him "
881
  "about differential taxation."
@@ -883,33 +1048,33 @@ msgstr ""
883
  "Dieser Text dient zur weiterführenden Information deiner Kunden bzgl. der "
884
  "Differenzbesteuerung."
885
 
886
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:379
887
  msgid "incl. VAT (differential taxation according to §25a UStG.)"
888
  msgstr "inkl. MwSt. (differenzbesteuert nach §25a UStG.)"
889
 
890
  # @ woocommerce-germanized
891
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:383
892
  msgid "Checkout Notice"
893
  msgstr "Hinweis Kasse"
894
 
895
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:384
896
  msgid "Enable differential taxation notice during checkout and in emails."
897
  msgstr ""
898
  "Aktiviere den Hinweis zur Differenzbesteuerung im Checkout und in E-Mails."
899
 
900
  # @ woocommerce-germanized
901
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:392
902
  msgid "Delivery Times"
903
  msgstr "Lieferzeiten"
904
 
905
  # @ woocommerce-germanized
906
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:395
907
  #: includes/admin/views/html-page-status-germanized.php:42
908
  msgid "Default Delivery Time"
909
  msgstr "Standard-Lieferzeit"
910
 
911
  # @ woocommerce-germanized
912
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:396
913
  msgid ""
914
  "This delivery time will be added to every product if no delivery time has "
915
  "been chosen individually"
@@ -918,17 +1083,17 @@ msgstr ""
918
  "zugeordnet wurde"
919
 
920
  # @ woocommerce-germanized
921
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:403
922
  msgid "Manage Delivery Times"
923
  msgstr "Lieferzeiten verwalten"
924
 
925
  # @ woocommerce-germanized
926
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:407
927
  msgid "Delivery Time Text"
928
  msgstr "Lieferzeit Text"
929
 
930
  # @ woocommerce-germanized
931
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:408
932
  msgid ""
933
  "This text will be used to indicate delivery time for products. Use "
934
  "{delivery_time} as placeholder."
@@ -937,21 +1102,21 @@ msgstr ""
937
  "{delivery_time} als Platzhalter verwenden."
938
 
939
  # @ woocommerce-germanized
940
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:413
941
  msgid "Delivery time: {delivery_time}"
942
  msgstr "Lieferzeit: {delivery_time}"
943
 
944
  # @ woocommerce-germanized
945
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:418
946
  msgid "Sale Price Labels"
947
  msgstr "Preishinweise"
948
 
949
  # @ woocommerce-germanized
950
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:421
951
  msgid "Default Sale Label"
952
  msgstr "Streichpreis-Hinweis"
953
 
954
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:422
955
  msgid ""
956
  "Choose whether you would like to have a default sale price label to inform "
957
  "the customer about the regular price (e.g. Recommended Retail Price)."
@@ -960,16 +1125,16 @@ msgstr ""
960
  "den Kunden auf den alten Preis (bei reduzierten Produkten, sog. "
961
  "Streichpreis) hinweist (z.B. UVP)."
962
 
963
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:429
964
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:441
965
  msgid "Manage Price Labels"
966
  msgstr "Preishinweise verwalten"
967
 
968
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:433
969
  msgid "Default Sale Regular Label"
970
  msgstr "Angebotspreis-Hinweis"
971
 
972
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:434
973
  msgid ""
974
  "Choose whether you would like to have a default sale price regular label to "
975
  "inform the customer about the sale price (e.g. New Price)."
@@ -979,17 +1144,17 @@ msgstr ""
979
  "hinweist (z.B. Unser neuer Preis)."
980
 
981
  # @ woocommerce-germanized
982
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:447
983
  msgid "Shipping Costs"
984
  msgstr "Versandkosten"
985
 
986
  # @ woocommerce-germanized
987
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:450
988
  msgid "Shipping Costs Text"
989
  msgstr "Versandkosten Text"
990
 
991
  # @ woocommerce-germanized
992
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:451
993
  msgid ""
994
  "This text will be used to inform the customer about shipping costs. Use "
995
  "{link}{/link} to insert link to shipping costs page."
@@ -999,17 +1164,17 @@ msgstr ""
999
  "zur Versandkosten-Seite einzufügen."
1000
 
1001
  # @ woocommerce-germanized
1002
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:456
1003
  msgid "plus {link}Shipping Costs{/link}"
1004
  msgstr "zzgl. {link}Versandkosten{/link}"
1005
 
1006
  # @ woocommerce-germanized
1007
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:460
1008
  msgid "Free Shipping Text"
1009
  msgstr "Kostenloser Versand Text"
1010
 
1011
  # @ woocommerce-germanized
1012
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:461
1013
  msgid ""
1014
  "This text will be used to inform the customer about free shipping. Leave "
1015
  "empty to disable notice. Use {link}{/link} to insert link to shipping costs "
@@ -1020,17 +1185,17 @@ msgstr ""
1020
  "Versandkosten-Seite einzufügen."
1021
 
1022
  # @ woocommerce-germanized
1023
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:470
1024
  msgid "Shipping Costs Tax"
1025
  msgstr "Steuerberechnung"
1026
 
1027
  # @ woocommerce-germanized
1028
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:471
1029
  msgid "Enable better taxation for shpping costs?"
1030
  msgstr "Genauere Steuerberechnung für Versandkosten aktivieren?"
1031
 
1032
  # @ woocommerce-germanized
1033
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:475
1034
  #, php-format
1035
  msgid ""
1036
  "By choosing this option shipping cost taxation will be calculated based on "
@@ -1044,18 +1209,18 @@ msgstr ""
1044
  "Bruttobeträge. Hier ein kleines Beispiel: %s"
1045
 
1046
  # @ woocommerce-germanized
1047
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:479
1048
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:501
1049
  msgid "Force Tax Calculation"
1050
  msgstr "Steuerberechnung erzwingen"
1051
 
1052
  # @ woocommerce-germanized
1053
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:480
1054
  msgid "Force shipping costs tax calculation for every method?"
1055
  msgstr "Erzwinge die Besteuerung für Versandkosten für jede Versandart?"
1056
 
1057
  # @ woocommerce-germanized
1058
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:484
1059
  msgid ""
1060
  "This option will overwrite settings for each individual shipping method to "
1061
  "force tax calculation (instead of only calculating tax for those methods "
@@ -1065,22 +1230,22 @@ msgstr ""
1065
  "Versandarten und erzwingt die Steuerberechnung."
1066
 
1067
  # @ woocommerce-germanized
1068
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:489
1069
  msgid "Fees"
1070
  msgstr "Gebühren"
1071
 
1072
  # @ woocommerce-germanized
1073
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:492
1074
  msgid "Fee Tax"
1075
  msgstr "Steuerberechnung"
1076
 
1077
  # @ woocommerce-germanized
1078
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:493
1079
  msgid "Enable better taxation for fees?"
1080
  msgstr "Genauere Steuerberechnung für Gebühren aktivieren?"
1081
 
1082
  # @ woocommerce-germanized
1083
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:497
1084
  msgid ""
1085
  "By choosing this option fee taxation will be calculated based on tax rates "
1086
  "within cart. See shipping costs taxation for more information."
@@ -1091,12 +1256,12 @@ msgstr ""
1091
  "Nettobeträge in Bruttobeträge an."
1092
 
1093
  # @ woocommerce-germanized
1094
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:502
1095
  msgid "Force fee tax calculation for every fee?"
1096
  msgstr "Berechnung der Steuern für Gebühren erzwingen?"
1097
 
1098
  # @ woocommerce-germanized
1099
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:506
1100
  msgid ""
1101
  "This option will overwrite settings for each individual fee to force tax "
1102
  "calculation (instead of only calculating tax for those fees which are "
@@ -1106,85 +1271,22 @@ msgstr ""
1106
  "Steuerberechnung."
1107
 
1108
  # @ woocommerce-germanized
1109
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:511
1110
  msgid "Customers"
1111
  msgstr "Kunden"
1112
 
1113
  # @ woocommerce-germanized
1114
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:514
1115
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:725
1116
- msgid "Checkbox"
1117
- msgstr "Checkbox"
1118
-
1119
- # @ woocommerce-germanized
1120
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:515
1121
- msgid "Add a checkbox to customer registration form."
1122
- msgstr "Füge eine Checkbox zum Formular für die Kundenregistrierung hinzu."
1123
-
1124
- # @ woocommerce-germanized
1125
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:522
1126
- msgid "Checkbox text"
1127
- msgstr "Checkbox Text"
1128
-
1129
- # @ woocommerce-germanized
1130
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:523
1131
- msgid ""
1132
- "Choose a Plain Text which will be shown as checkbox text for customer "
1133
- "account creation. Use {term_link}{/term_link}, {data_security_link}{/"
1134
- "data_security_link}, {revocation_link}{/revocation_link} as Placeholders for "
1135
- "the links to legal pages."
1136
- msgstr ""
1137
- "Dieser Text dient als Hinweistext für die Erstellung eines Kundenkontos und "
1138
- "wird neben der Checkbox dargestellt. Verwende {term_link}{/term_link}, "
1139
- "{data_security_link}{/data_security_link}, {revocation_link}{/"
1140
- "revocation_link} als Platzhalter für die Links zu den rechtlichen "
1141
- "Hinweisseiten."
1142
-
1143
- # @ woocommerce-germanized
1144
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:525
1145
- msgid ""
1146
- "Yes, I’d like create a new account and have read and understood the "
1147
- "{data_security_link}data privacy statement{/data_security_link}."
1148
- msgstr ""
1149
- "Ja, ich möchte ein Kundenkonto eröffnen und akzeptiere die "
1150
- "{data_security_link}Datenschutzerklärung{/data_security_link}."
1151
-
1152
- # @ woocommerce-germanized
1153
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:532
1154
- msgid "Checkout"
1155
- msgstr "Kasse"
1156
-
1157
- # @ woocommerce-germanized
1158
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:533
1159
- msgid ""
1160
- "Replace default WooCommerce text regarding account creation during checkout."
1161
- msgstr ""
1162
- "Ersetze den WooCommerce Text (Kundenkonto erstellen?) durch den o.g. Hinweis."
1163
-
1164
- # @ woocommerce-germanized
1165
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:534
1166
- msgid ""
1167
- "Use the text from above instead of the default WooCommerce text regarding "
1168
- "account creation during checkout. This checkbox is only show if you have "
1169
- "activated guest accounts."
1170
- msgstr ""
1171
- "Nutze den oben festgelegten Hinweistext anstelle des WooCommerce "
1172
- "Standardtextes für die Checkbox zum Erstellen von Kundenkonten während des "
1173
- "Bestellvorganges. Die Checkbox wird nur angezeigt, wenn du Gast-Checkouts "
1174
- "zulässt."
1175
-
1176
- # @ woocommerce-germanized
1177
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:541
1178
  msgid "Customer Double Opt In"
1179
  msgstr "Double Opt-In"
1180
 
1181
  # @ woocommerce-germanized
1182
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:542
1183
  msgid "Enable customer double opt in on registration?"
1184
  msgstr "Double Opt-In Verfahren für Kundenkonten aktivieren?"
1185
 
1186
  # @ woocommerce-germanized
1187
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:543
1188
  #, php-format
1189
  msgid ""
1190
  "If customer chooses to create a customer account an email with an activation "
@@ -1198,15 +1300,15 @@ msgstr ""
1198
  "Verfahren ist laut Amtsgericht Berlin Pankow/Weißensee notwendig. Mehr "
1199
  "Informationen findest du <a href=\"%s\" target=\"_blank\">hier</a>."
1200
 
1201
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:550
1202
  msgid "Disable Login and Checkout"
1203
  msgstr "Login und Checkout"
1204
 
1205
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:551
1206
  msgid "Disable login and checkout for unactivated customers."
1207
  msgstr "Deaktiviere den Login und Checkout für inaktive Kunden."
1208
 
1209
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:552
1210
  msgid ""
1211
  "Customers that did not click on the activation link will not be able to "
1212
  "complete checkout nor login to their account."
@@ -1216,12 +1318,12 @@ msgstr ""
1216
  "werden."
1217
 
1218
  # @ woocommerce-germanized
1219
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:559
1220
  msgid "Delete Unactivated After"
1221
  msgstr "Unaktivierte löschen nach"
1222
 
1223
  # @ woocommerce-germanized
1224
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:560
1225
  msgid ""
1226
  "This will make sure unactivated customer accounts will be deleted after X "
1227
  "days. Set to 0 if you don't want to automatically delete unactivated "
@@ -1232,23 +1334,23 @@ msgstr ""
1232
  "setze den Wert auf 0."
1233
 
1234
  # @ woocommerce-germanized
1235
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:561
1236
  msgid "days"
1237
  msgstr "Tagen"
1238
 
1239
  # @ woocommerce-germanized
1240
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:570
1241
  #: includes/wc-gzd-core-functions.php:60
1242
  msgid "Right of Recission"
1243
  msgstr "Widerrufsrecht"
1244
 
1245
  # @ woocommerce-germanized
1246
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:573
1247
  msgid "Revocation Address"
1248
  msgstr "Widerruf richten an"
1249
 
1250
  # @ woocommerce-germanized
1251
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:574
1252
  msgid ""
1253
  "Type in an address, telephone/telefax number, email address which is to be "
1254
  "used as revocation address"
@@ -1257,18 +1359,18 @@ msgstr ""
1257
  "die deine Kunden ihren Widerruf richten sollen"
1258
 
1259
  # @ woocommerce-germanized
1260
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:583
1261
  #: includes/admin/views/html-page-status-germanized.php:81
1262
  msgid "Virtual VAT"
1263
  msgstr "USt. Änderung 2015"
1264
 
1265
  # @ woocommerce-germanized
1266
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:586
1267
  msgid "Enable Virtual VAT"
1268
  msgstr "USt. Anpassung aktivieren"
1269
 
1270
  # @ woocommerce-germanized
1271
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:587
1272
  msgid ""
1273
  "Enable if you want to charge your customer's countries' VAT for virtual "
1274
  "products."
@@ -1276,7 +1378,7 @@ msgstr ""
1276
  "Für virtuelle Produkte den USt.-Satz des Dienstleistungsempfängers berechnen."
1277
 
1278
  # @ woocommerce-germanized
1279
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:591
1280
  #, php-format
1281
  msgid ""
1282
  "New EU VAT rule applies on 01.01.2015. Make sure that every digital or "
@@ -1299,44 +1401,44 @@ msgstr ""
1299
  "dazu findest du <a href=\"%s\" target=\"_blank\">hier</a>."
1300
 
1301
  # @ woocommerce-germanized
1302
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:596
1303
  msgctxt "invoices"
1304
  msgid "Invoices"
1305
  msgstr "Rechnungen"
1306
 
1307
  # @ woocommerce-germanized
1308
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:608
1309
  msgid "VAT"
1310
  msgstr "Umsatzsteuer"
1311
 
1312
  # @ woocommerce-germanized
1313
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:640
1314
  msgid "Customer"
1315
  msgstr "Kunde"
1316
 
1317
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:640
1318
  msgid "Admin"
1319
  msgstr "Admin"
1320
 
1321
  # @ woocommerce-germanized
1322
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:651
1323
  #, php-format
1324
  msgid "Attach %s"
1325
  msgstr "%s"
1326
 
1327
  # @ woocommerce-germanized
1328
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:652
1329
  #, php-format
1330
  msgid "Attach %s to the following email templates"
1331
  msgstr "%s an die folgenden E-Mail Templates anfügen"
1332
 
1333
  # @ woocommerce-germanized
1334
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:665
1335
  msgid "E-Mails"
1336
  msgstr "E-Mails"
1337
 
1338
  # @ woocommerce-germanized
1339
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:665
1340
  msgid ""
1341
  "Use drag & drop to customize attachment order. Don't forget to save your "
1342
  "changes."
@@ -1345,46 +1447,46 @@ msgstr ""
1345
  "beeinflussen und speichere anschließend deine Änderungen."
1346
 
1347
  # @ woocommerce-germanized
1348
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:682
1349
  msgid "Email Display Options"
1350
  msgstr "Darstellung"
1351
 
1352
  # @ woocommerce-germanized
1353
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:685
1354
  msgid "Show within Emails"
1355
  msgstr "In E-Mails anzeigen"
1356
 
1357
  # @ woocommerce-germanized
1358
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:686
1359
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:840
1360
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:889
1361
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:953
1362
  msgid "Base Price"
1363
  msgstr "Grundpreis"
1364
 
1365
  # @ woocommerce-germanized
1366
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:702
1367
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:856
1368
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:905
1369
  msgid "Delivery Time Notice"
1370
  msgstr "Lieferzeiten-Hinweis"
1371
 
1372
  # @ woocommerce-germanized
1373
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:710
1374
  msgid "Short Description"
1375
  msgstr "Warenkorbkurzbeschreibung"
1376
 
1377
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:721
1378
  msgid "Hide Username"
1379
  msgstr "Nutzernamen verstecken"
1380
 
1381
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:722
1382
  msgid ""
1383
  "Hide username from email content if password or password reset link is "
1384
  "embedded."
1385
  msgstr "Nutzernamen nicht zusammen mit einem Passwort versenden."
1386
 
1387
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:723
1388
  msgid ""
1389
  "Trusted Shops advises to not show the username together with an account "
1390
  "password or password reset link. This option hides (or masks) the username "
@@ -1395,12 +1497,12 @@ msgstr ""
1395
  "Trusted Shops Mitglied bist, solltest du diese Option aktivieren."
1396
 
1397
  # @ woocommerce-germanized
1398
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:731
1399
  msgid "Email Attachment Options"
1400
  msgstr "PDF Anhang"
1401
 
1402
  # @ woocommerce-germanized
1403
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:731
1404
  #, php-format
1405
  msgid ""
1406
  "Want to attach automatically generated PDF files to emails instead of plain "
@@ -1410,27 +1512,27 @@ msgstr ""
1410
  "%sUpgrade zur %spro%s Version%s"
1411
 
1412
  # @ woocommerce-germanized
1413
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:754
1414
  msgid "Downloadable Product"
1415
  msgstr "Herunterladbares Produkt"
1416
 
1417
  # @ woocommerce-germanized
1418
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:755
1419
  msgid "Virtual Product"
1420
  msgstr "Virtuelles Produkt"
1421
 
1422
  # @ woocommerce-germanized
1423
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:766
1424
  msgid "Add to Cart"
1425
  msgstr "Zum Warenkorb Button"
1426
 
1427
  # @ woocommerce-germanized
1428
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:767
1429
  msgid "Show add to cart button on listings?"
1430
  msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
1431
 
1432
  # @ woocommerce-germanized
1433
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:771
1434
  msgid ""
1435
  "unset this option if you don't want to show the add to cart button within "
1436
  "the product listings"
@@ -1439,18 +1541,18 @@ msgstr ""
1439
  "von Produktauflistungen darstellen möchten"
1440
 
1441
  # @ woocommerce-germanized
1442
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:775
1443
  msgid "Link to Details"
1444
  msgstr "Verlinkung zu Produktdetails"
1445
 
1446
  # @ woocommerce-germanized
1447
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:776
1448
  msgid ""
1449
  "Want to link to product details page instead of add to cart within listings?"
1450
  msgstr "Zum Warenkorb Button mit Button zur Produktdetail-Seite ersetzen?"
1451
 
1452
  # @ woocommerce-germanized
1453
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:780
1454
  msgid ""
1455
  "Decide whether you like to link to your product's details page instead of "
1456
  "displaying an add to cart button within product listings."
@@ -1460,17 +1562,17 @@ msgstr ""
1460
  "diese Option."
1461
 
1462
  # @ woocommerce-germanized
1463
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:784
1464
  msgid "Product Details Text"
1465
  msgstr "Produktdetails Text"
1466
 
1467
  # @ woocommerce-germanized
1468
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:786
1469
  msgid "Details"
1470
  msgstr "Details"
1471
 
1472
  # @ woocommerce-germanized
1473
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:788
1474
  msgid ""
1475
  "If you have chosen to link to product details page instead of add to cart "
1476
  "URL you may want to change the button text."
@@ -1480,11 +1582,11 @@ msgstr ""
1480
  "einen Button-Text vergeben."
1481
 
1482
  # @ woocommerce-germanized
1483
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:793
1484
  msgid "Digital Delivery Time Text"
1485
  msgstr "Lieferzeit Digital"
1486
 
1487
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:797
1488
  msgid ""
1489
  "Enter a text which will be shown as digital delivery time text (replacement "
1490
  "for default digital time on digital products)."
@@ -1494,66 +1596,66 @@ msgstr ""
1494
  "lassen."
1495
 
1496
  # @ woocommerce-germanized
1497
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:802
1498
  msgid "Notice Footer"
1499
  msgstr "Hinweise im Footer"
1500
 
1501
  # @ woocommerce-germanized
1502
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:803
1503
  msgid "Show a global VAT notice within footer"
1504
  msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer einfügen."
1505
 
1506
  # @ woocommerce-germanized
1507
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:811
1508
  msgid "Show a global sale price notice within footer"
1509
  msgstr ""
1510
  "Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer "
1511
  "einfügen."
1512
 
1513
  # @ woocommerce-germanized
1514
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:820
1515
  msgid "Products"
1516
  msgstr "Produkt"
1517
 
1518
  # @ woocommerce-germanized
1519
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:823
1520
  msgid "Show within Product Listings"
1521
  msgstr "In Produktlisten"
1522
 
1523
  # @ woocommerce-germanized
1524
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:824
1525
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:873
1526
  msgid "Shipping Costs notice"
1527
  msgstr "Versandkosten-Hinweis"
1528
 
1529
  # @ woocommerce-germanized
1530
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:832
1531
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:881
1532
  msgid "Tax Info"
1533
  msgstr "MwSt. Hinweis"
1534
 
1535
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:864
1536
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:913
1537
  #: includes/class-wc-gzd-post-types.php:93
1538
  #: includes/class-wc-gzd-post-types.php:95
1539
  msgid "Price Labels"
1540
  msgstr "Preishinweise"
1541
 
1542
  # @ woocommerce-germanized
1543
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:872
1544
  msgid "Show on Product Detail Page"
1545
  msgstr "Auf der Produktseite"
1546
 
1547
  # @ woocommerce-germanized
1548
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:921
1549
  msgid "Hide Tax Rate"
1550
  msgstr "Steuersatz verstecken"
1551
 
1552
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:922
1553
  msgid "Hide specific tax rate within shop pages."
1554
  msgstr "Entferne die Anzeige des konkreten Steuersatzes im Shop."
1555
 
1556
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:926
1557
  msgid ""
1558
  "This option will make sure that within shop pages no specific tax rates are "
1559
  "shown. Instead only incl. tax or excl. tax notice is shown."
@@ -1563,12 +1665,12 @@ msgstr ""
1563
  "bzw. exkl. MwSt."
1564
 
1565
  # @ woocommerce-germanized
1566
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:930
1567
  msgid "Hide Shipping Costs Notice"
1568
  msgstr "Versandkosten ausblenden"
1569
 
1570
  # @ woocommerce-germanized
1571
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:931
1572
  msgid ""
1573
  "Select product types for which you might want to disable the shipping costs "
1574
  "notice."
@@ -1577,11 +1679,11 @@ msgstr ""
1577
  "möchtest."
1578
 
1579
  # @ woocommerce-germanized
1580
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:941
1581
  msgid "Hide Delivery Time Notice"
1582
  msgstr "Lieferzeiten ausblenden"
1583
 
1584
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:942
1585
  msgid ""
1586
  "Select product types for which you might want to disable the delivery time "
1587
  "notice."
@@ -1590,12 +1692,12 @@ msgstr ""
1590
  "möchtest."
1591
 
1592
  # @ woocommerce-germanized
1593
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:956
1594
  msgid "Base Price Text"
1595
  msgstr "Grundpreis Text"
1596
 
1597
  # @ woocommerce-germanized
1598
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:957
1599
  msgid ""
1600
  "This text will be used to display the base price. Use {price} to insert the "
1601
  "price. If you want to specifically format base price output use {base}, "
@@ -1607,26 +1709,26 @@ msgstr ""
1607
  "{base_price} für die einzelnen Elemente."
1608
 
1609
  # @ woocommerce-germanized
1610
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:962
1611
  msgid "{price}"
1612
  msgstr "{price}"
1613
 
1614
  # @ woocommerce-germanized
1615
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:966
1616
  msgid "Variable Base Price"
1617
  msgstr "Variabler Grundpreis"
1618
 
1619
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:967
1620
  msgid "Enable price range base prices for variable products."
1621
  msgstr "Aktiviere von-bis-Grundpreise für variable Produkte."
1622
 
1623
  # @ woocommerce-germanized
1624
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:974
1625
  msgid "Product Units Text"
1626
  msgstr "Produkteinheiten Text"
1627
 
1628
  # @ woocommerce-germanized
1629
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:975
1630
  msgid ""
1631
  "This text will be used to display the product units. Use {product_units} to "
1632
  "insert the amount of product units. Use {unit} to insert the unit. "
@@ -1638,26 +1740,26 @@ msgstr ""
1638
  "Grundpreis."
1639
 
1640
  # @ woocommerce-germanized
1641
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:980
1642
  msgid "Product contains: {product_units} {unit}"
1643
  msgstr "Produkt enthält: {product_units} {unit}"
1644
 
1645
  # @ woocommerce-germanized
1646
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:985
1647
  msgid "Checkout & Cart"
1648
  msgstr "Checkout & Warenkorb"
1649
 
1650
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:988
1651
  msgid "DHL Parcel Shops"
1652
  msgstr "DHL Packstationen"
1653
 
1654
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:989
1655
  msgid ""
1656
  "Allow customers to choose a DHL parcel shop or packing station as delivery "
1657
  "address."
1658
  msgstr "Versand an DHL Packstation bzw. Paketshops aktivieren."
1659
 
1660
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:993
1661
  msgid ""
1662
  "This option adds a checkbox to your checkout shipping fields which allows "
1663
  "the customer to optionally choose a DHL packing station or parcel shop for "
@@ -1667,22 +1769,22 @@ msgstr ""
1667
  "der Kunde optional die Lieferung an eine Packstation aktivieren. Fall das "
1668
  "der Fall ist, muss eine PostNummer angegeben werden."
1669
 
1670
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:997
1671
  msgid "Supported Countries"
1672
  msgstr "Unterstützte Länder"
1673
 
1674
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1001
1675
  msgid "Choose countries which support Parcel Shop delivery."
1676
  msgstr ""
1677
  "Wähle hier die Länder an, in denen du die Lieferung an DHL Packstationen "
1678
  "bzw. Paketshops aktivieren möchtest."
1679
 
1680
  # @ woocommerce-germanized
1681
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1005
1682
  msgid "Disabled Methods"
1683
  msgstr "Deaktiviert für"
1684
 
1685
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1011
1686
  msgid ""
1687
  "Optionally choose methods for which DHL Parcel Shop Delivery should be "
1688
  "disabled. Does only work if you have disabled choosing shipping methods "
@@ -1692,17 +1794,17 @@ msgstr ""
1692
  "Packstationen deaktiviert werden soll. Funktioniert nur in Verbindung mit "
1693
  "der Option \"Auswahl von Versandarten im Checkout deaktivieren\"."
1694
 
1695
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1015
1696
  #: includes/class-wc-gzd-dhl-parcel-shops.php:348
1697
  msgid "Parcel Shop Finder"
1698
  msgstr "Paketshop finden"
1699
 
1700
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1016
1701
  msgid ""
1702
  "Enable DHL Parcel Shop Finder to let customers choose a parcel shop nearby."
1703
  msgstr "Standortsuche nach der nächstgelegenen Packstation aktivieren."
1704
 
1705
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1020
1706
  #, php-format
1707
  msgid ""
1708
  "You may enable this option to add a <a href=\"%s\" target=\"_blank\">Parcel "
@@ -1717,13 +1819,13 @@ msgstr ""
1717
  "Nähe auswählen und die Daten automatisch übernehmen."
1718
 
1719
  # @ woocommerce-germanized
1720
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1024
1721
  #: includes/admin/views/html-page-status-germanized.php:55
1722
  msgid "Fallback Mode"
1723
  msgstr "Fallback Modus"
1724
 
1725
  # @ woocommerce-germanized
1726
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1025
1727
  msgid ""
1728
  "Enable to make sure default checkout template is not being overriden by "
1729
  "theme."
@@ -1731,7 +1833,7 @@ msgstr ""
1731
  "Überschreiben relevanter Templates im Checkout durch dein Theme verhindern."
1732
 
1733
  # @ woocommerce-germanized
1734
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1029
1735
  msgid ""
1736
  "If you are facing problems within your checkout e.g. legally relevant data "
1737
  "is not showing (terms, delivery time, unit price etc.) your theme seems to "
@@ -1745,17 +1847,17 @@ msgstr ""
1745
  "Checkout (review-order.php und form-checkout.php) zu überschreiben. "
1746
 
1747
  # @ woocommerce-germanized
1748
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1033
1749
  msgid "Force free shipping"
1750
  msgstr "Versandmethode erzwingen"
1751
 
1752
  # @ woocommerce-germanized
1753
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1034
1754
  msgid "Force free shipping method if available?"
1755
  msgstr "Kostenlosen Versand erzwingen wenn die Methode zur Verfügung steht?"
1756
 
1757
  # @ woocommerce-germanized
1758
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1038
1759
  msgid ""
1760
  "By default WooCommerce will let customers choose other shipping methods than "
1761
  "free shipping (if available). This option will force free shipping if "
@@ -1766,18 +1868,18 @@ msgstr ""
1766
  "Versand, sobald dieser verfügbar ist."
1767
 
1768
  # @ woocommerce-germanized
1769
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1042
1770
  msgid "Hide taxes estimated"
1771
  msgstr "Hinweis \"Steuern geschätzt\""
1772
 
1773
  # @ woocommerce-germanized
1774
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1043
1775
  msgid ""
1776
  "Do you want to hide the \"taxes and shipping estimated\" text from your cart?"
1777
  msgstr "Den Hinweis \"Versandkosten und Steuern werden geschätzt\" entfernen?"
1778
 
1779
  # @ woocommerce-germanized
1780
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1047
1781
  msgid ""
1782
  "By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
1783
  "cart. This might puzzle your customers and may not meet german law."
@@ -1787,17 +1889,17 @@ msgstr ""
1787
  "Markt geeignet."
1788
 
1789
  # @ woocommerce-germanized
1790
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1051
1791
  msgid "Show Thumbnails"
1792
  msgstr "Thumbnails anzeigen"
1793
 
1794
  # @ woocommerce-germanized
1795
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1052
1796
  msgid "Show product thumbnails on checkout page?"
1797
  msgstr "Produktbilder im Checkout darstellen?"
1798
 
1799
  # @ woocommerce-germanized
1800
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1056
1801
  msgid ""
1802
  "Uncheck if you don't want to show your product thumbnails within checkout "
1803
  "table."
@@ -1806,17 +1908,17 @@ msgstr ""
1806
  "bekommen möchtest."
1807
 
1808
  # @ woocommerce-germanized
1809
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1060
1810
  msgid "Hide Shipping Select"
1811
  msgstr "Versandarten Auswahl"
1812
 
1813
  # @ woocommerce-germanized
1814
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1061
1815
  msgid "Hide shipping rate selection from checkout?"
1816
  msgstr "Die Auswahl von Versandarten im Checkout deaktivieren?"
1817
 
1818
  # @ woocommerce-germanized
1819
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1065
1820
  msgid ""
1821
  "This option will hide shipping rate selection from checkout. By then "
1822
  "customers will only be able to change their shipping rate on cart page."
@@ -1826,18 +1928,18 @@ msgstr ""
1826
  "Versandmethode ändern."
1827
 
1828
  # @ woocommerce-germanized
1829
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1069
1830
  msgid "Show back to cart button"
1831
  msgstr "Bestellung bearbeiten"
1832
 
1833
  # @ woocommerce-germanized
1834
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1070
1835
  msgid "Show back to cart button within your checkout table?"
1836
  msgstr ""
1837
  "Einen \"Bestellung bearbeiten\" Button in der Bestellübersicht anzeigen?"
1838
 
1839
  # @ woocommerce-germanized
1840
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1074
1841
  msgid ""
1842
  "This button may let your customer edit their order before submitting. Some "
1843
  "people state that this button should be hidden to avoid legal problems."
@@ -1849,28 +1951,28 @@ msgstr ""
1849
  "keine weitere Informationen abgedruckt werden sollten."
1850
 
1851
  # @ woocommerce-germanized
1852
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1078
1853
  msgid "Show edit data notice"
1854
  msgstr "Bestellung prüfen Hinweis"
1855
 
1856
  # @ woocommerce-germanized
1857
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1079
1858
  msgid "Show a \"check-your-entries\" notice to the user?"
1859
  msgstr "Einen \"Bestellung prüfen\" Hinweis anzeigen?"
1860
 
1861
  # @ woocommerce-germanized
1862
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1083
1863
  msgid "This notice will be added right before the order comments field."
1864
  msgstr ""
1865
  "Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
1866
 
1867
  # @ woocommerce-germanized
1868
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1087
1869
  msgid "Checkout Table Color"
1870
  msgstr "Hintergrundfarbe der Tabelle"
1871
 
1872
  # @ woocommerce-germanized
1873
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1089
1874
  msgid ""
1875
  "Choose the color of your checkout product table. This table should be "
1876
  "highlighted within your checkout page."
@@ -1879,17 +1981,17 @@ msgstr ""
1879
  "Tabelle sollte sich farblich vom Rest des Inhalts abheben."
1880
 
1881
  # @ woocommerce-germanized
1882
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1095
1883
  msgid "Checkout Legal Display"
1884
  msgstr "Checkbox oder Text"
1885
 
1886
  # @ woocommerce-germanized
1887
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1096
1888
  msgid "Use Text without Checkbox"
1889
  msgstr "Rechtshinweis ohne Checkbox."
1890
 
1891
  # @ woocommerce-germanized
1892
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1098
1893
  msgid ""
1894
  "This version will remove checkboxes from Checkout and display a text "
1895
  "instead. This seems to be legally compliant (Zalando & Co are using this "
@@ -1900,12 +2002,12 @@ msgstr ""
1900
  "diese Form)"
1901
 
1902
  # @ woocommerce-germanized
1903
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1104
1904
  msgid "Legal Text"
1905
  msgstr "Rechtlicher Hinweistext"
1906
 
1907
  # @ woocommerce-germanized
1908
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1105
1909
  msgid ""
1910
  "Choose a Plain Text which will be shown right above checkout submit button. "
1911
  "Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, "
@@ -1918,23 +2020,25 @@ msgstr ""
1918
  "revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
1919
 
1920
  # @ woocommerce-germanized
1921
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1107
1922
  msgid ""
1923
  "With your order, you agree to have read and understood our {term_link}Terms "
1924
- "and Conditions{/term_link} and your {revocation_link}Right of Recission{/"
1925
- "revocation_link}."
 
1926
  msgstr ""
1927
  "Mit deiner Bestellung erklärst du dich mit unseren {term_link}Allgemeinen "
1928
- "Geschäftsbedingungen{/term_link} und {revocation_link}Widerrufsbestimmungen{/"
1929
- "revocation_link} einverstanden."
 
1930
 
1931
  # @ woocommerce-germanized
1932
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1114
1933
  msgid "Legal Text Error"
1934
  msgstr "Fehlermeldung der Checkbox"
1935
 
1936
  # @ woocommerce-germanized
1937
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1115
1938
  msgid ""
1939
  "If you have chosen to use checkbox validation please choose a error message "
1940
  "which will be shown if the user doesn't check checkbox. Use {term_link}{/"
@@ -1949,27 +2053,29 @@ msgstr ""
1949
  "revocation_link}"
1950
 
1951
  # @ woocommerce-germanized
1952
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1117
1953
  msgid ""
1954
  "To finish the order you have to accept to our {term_link}Terms and "
1955
- "Conditions{/term_link} and {revocation_link}Right of Recission{/"
1956
- "revocation_link}."
 
1957
  msgstr ""
1958
  "Bitte akzeptiere unsere {term_link}Allgemeinen Geschäftsbedingungen{/"
1959
- "term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
 
1960
 
1961
  # @ woocommerce-germanized
1962
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1124
1963
  msgid "Show digital notice"
1964
  msgstr "Checkbox digitale Produkte"
1965
 
1966
  # @ woocommerce-germanized
1967
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1125
1968
  msgid "Show checkbox for digital products."
1969
  msgstr "Checkbox bei digitalen Produkten anzeigen."
1970
 
1971
  # @ woocommerce-germanized
1972
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1126
1973
  msgid ""
1974
  "Disable this option if you want your customers to obtain their right of "
1975
  "recission even if digital products are being bought."
@@ -1979,12 +2085,12 @@ msgstr ""
1979
  "werden, dass im Falle von digitalen Produkten das Widerrufsrecht erlischt."
1980
 
1981
  # @ woocommerce-germanized
1982
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1133
1983
  msgid "Digital Product types"
1984
  msgstr "Digitale Produkttypen"
1985
 
1986
  # @ woocommerce-germanized
1987
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1134
1988
  msgid ""
1989
  "Select product types for which the loss of recission notice is shown. "
1990
  "Product types like \"simple product\" may be redudant because they include "
@@ -1996,12 +2102,12 @@ msgstr ""
1996
  "einschließen."
1997
 
1998
  # @ woocommerce-germanized
1999
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1144
2000
  msgid "Legal Digital Text"
2001
  msgstr "Hinweis Digital"
2002
 
2003
  # @ woocommerce-germanized
2004
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1145
2005
  msgid ""
2006
  "Choose a Plain Text which will be shown right above checkout submit button "
2007
  "if a user has picked a digital product. See legal text option for possible "
@@ -2012,7 +2118,7 @@ msgstr ""
2012
  "Platzhalter verwenden wie beim Rechtlichen Hinweistext"
2013
 
2014
  # @ woocommerce-germanized
2015
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1147
2016
  msgid ""
2017
  "For digital products: I strongly agree that the execution of the agreement "
2018
  "starts before the revocation period has expired. I am aware that my right of "
@@ -2023,13 +2129,13 @@ msgstr ""
2023
  "bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
2024
 
2025
  # @ woocommerce-germanized
2026
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1154
2027
  msgid "Legal Digital Error"
2028
  msgstr "Fehlermeldung Digital"
2029
 
2030
  # @ woocommerce-germanized
2031
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1155
2032
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1194
2033
  msgid ""
2034
  "This text will be shown as error message if customer has not checked the "
2035
  "corresponding checkbox. See legal text option for possible placeholders."
@@ -2039,7 +2145,7 @@ msgstr ""
2039
  "Hinweistext für eine Liste der Platzhalter."
2040
 
2041
  # @ woocommerce-germanized
2042
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1157
2043
  #: includes/wc-gzd-cart-functions.php:381
2044
  msgid ""
2045
  "To retrieve direct access to digital content you have to agree to the loss "
@@ -2049,12 +2155,12 @@ msgstr ""
2049
  "Widerrufsrecht verzichten."
2050
 
2051
  # @ woocommerce-germanized
2052
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1164
2053
  msgid "Digital Confirmation Notice"
2054
  msgstr "Digitale Bestätigung"
2055
 
2056
  # @ woocommerce-germanized
2057
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1165
2058
  msgid ""
2059
  "This text will be appended to your order processing email if the order "
2060
  "contains digital products. Use placeholders {link}{/link} to insert link to "
@@ -2065,7 +2171,7 @@ msgstr ""
2065
  "Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
2066
 
2067
  # @ woocommerce-germanized
2068
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1168
2069
  msgid ""
2070
  "Furthermore you have expressly agreed to start the performance of the "
2071
  "contract for digital items (e.g. downloads) before expiry of the withdrawal "
@@ -2079,17 +2185,17 @@ msgstr ""
2079
  "verlieren."
2080
 
2081
  # @ woocommerce-germanized
2082
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1174
2083
  msgid "Show service notice"
2084
  msgstr "Checkbox Dienstleistungen"
2085
 
2086
  # @ woocommerce-germanized
2087
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1175
2088
  msgid "Show checkbox for service products."
2089
  msgstr "Checkbox bei Dienstleistungen anzeigen."
2090
 
2091
  # @ woocommerce-germanized
2092
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1176
2093
  msgid ""
2094
  "Disable this option if you want your customers to obtain their right of "
2095
  "recission even if service products are being bought."
@@ -2100,12 +2206,12 @@ msgstr ""
2100
  "Widerrufsfrist mit der Dienstleistung begonnen wird."
2101
 
2102
  # @ woocommerce-germanized
2103
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1183
2104
  msgid "Legal Service Text"
2105
  msgstr "Hinweis Dienstleistungen"
2106
 
2107
  # @ woocommerce-germanized
2108
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1184
2109
  msgid ""
2110
  "Choose a Plain Text which will be shown right above checkout submit button "
2111
  "if a user has picked a service product. See legal text option for possible "
@@ -2116,7 +2222,7 @@ msgstr ""
2116
  "Platzhalter verwenden wie beim Rechtlichen Hinweistext."
2117
 
2118
  # @ woocommerce-germanized
2119
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1186
2120
  #: includes/wc-gzd-cart-functions.php:406
2121
  msgid ""
2122
  "For services: I demand and acknowledge the immediate performance of the "
@@ -2129,12 +2235,12 @@ msgstr ""
2129
  "vollständiger Erfüllung des Vertrages erlischt."
2130
 
2131
  # @ woocommerce-germanized
2132
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1193
2133
  msgid "Legal Service Error"
2134
  msgstr "Fehlermeldung"
2135
 
2136
  # @ woocommerce-germanized
2137
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1196
2138
  #: includes/wc-gzd-cart-functions.php:417
2139
  msgid ""
2140
  "To allow the immediate performance of the services you have to agree to the "
@@ -2143,12 +2249,12 @@ msgstr ""
2143
  "Bitte stimme dem Beginn der Dienstleistung vor Ablauf der Widerrufsfrist zu."
2144
 
2145
  # @ woocommerce-germanized
2146
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1203
2147
  msgid "Service Confirmation Notice"
2148
  msgstr "Dienstleistung Bestätigung"
2149
 
2150
  # @ woocommerce-germanized
2151
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1204
2152
  msgid ""
2153
  "This text will be appended to your order processing email if the order "
2154
  "contains service products. Use placeholders {link}{/link} to insert link to "
@@ -2159,7 +2265,7 @@ msgstr ""
2159
  "Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
2160
 
2161
  # @ woocommerce-germanized
2162
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1207
2163
  msgid ""
2164
  "Furthermore you have expressly agreed to start the performance of the "
2165
  "contract for services before expiry of the withdrawal period. I have noted "
@@ -2173,97 +2279,19 @@ msgstr ""
2173
  "erlischt."
2174
 
2175
  # @ woocommerce-germanized
2176
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1213
2177
- msgid "Parcel Delivery Checkbox"
2178
- msgstr "Paketdienstleister Checkbox"
2179
-
2180
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1214
2181
- msgid ""
2182
- "Show checkbox for data transmission to third party parcel service providers."
2183
- msgstr ""
2184
- "Checkbox zur Erlaubnis der Datenweitergabe an den Paketdienstleister "
2185
- "einfügen."
2186
-
2187
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1215
2188
- msgid ""
2189
- "You may optionally choose to show a checkbox which lets the customer accept "
2190
- "data transmission to a third party parcel service provider to receive parcel "
2191
- "delivery reminders."
2192
- msgstr ""
2193
- "Du kannst optional eine Checkbox einfügen, in der dein Kunde die "
2194
- "Datenweitergabe an den Paketdienstleister akzeptieren kann (z.B. um eine "
2195
- "Paketbenachrichtigung per E-Mail zu erhalten). Falls dein Kunde die Checkbox "
2196
- "nicht setzt, siehst du das in der Bestellübersicht. Du musst dich selbst "
2197
- "darum kümmern, dass die Daten dann nicht an den Paketdienstleister "
2198
- "weitergeleitet werden. "
2199
-
2200
- # @ woocommerce-germanized
2201
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1222
2202
- msgid "Checkbox required"
2203
- msgstr "Checkbox verpflichtend"
2204
-
2205
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1223
2206
- msgid "Make the parcel delivery checkbox a required field."
2207
- msgstr "Paketdienstleister Checkbox zum Pflichtfeld machen?"
2208
-
2209
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1224
2210
- msgid ""
2211
- "For some reason you may want to force your customers to Opt-In to the data "
2212
- "transmission to a third party parcel service provider."
2213
- msgstr ""
2214
- "Unter Umständen möchtest du die Checkbox für die Datenweitergabe an den "
2215
- "Paketdienstleister verpflichtend für den Kunden machen, wähle in diesem Fall "
2216
- "diese Option aus."
2217
-
2218
- # @ woocommerce-germanized
2219
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1231
2220
- msgid "Parcel Delivery Text"
2221
- msgstr "Paketdienstleister Text"
2222
-
2223
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1232
2224
- msgid ""
2225
- "Choose a Plain Text which will be shown right next to the corresponding "
2226
- "checkbox to inform the customer about the data being transfered to the third "
2227
- "party shipping supplier. Use {shipping_method_title} to insert the shipping "
2228
- "method title."
2229
- msgstr ""
2230
- "Passe hier optional den Hinweistext an der neben der entsprechenden Checkbox "
2231
- "angezeigt wird. Informiere deine Kunden über eine etwaige Datenweitergabe an "
2232
- "den Paketdienstleister. Verwende den Platzhalter {shipping_method_title} um "
2233
- "den Titel der Versandmethoden einzubetten."
2234
-
2235
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1234
2236
- #: includes/wc-gzd-cart-functions.php:466
2237
- msgid ""
2238
- "Yes, I would like to be reminded via E-mail about parcel delivery "
2239
- "({shipping_method_title}). Your E-mail Address will only be transferred to "
2240
- "our parcel service provider for that particular reason."
2241
- msgstr ""
2242
- "Ja, ich möchte per E-Mail für diese Bestellung eine Paketankündigung vom "
2243
- "Paketdienstleister ({shipping_method_title}) erhalten. Deine E-Mail Adresse "
2244
- "wird nur für diesen einmaligen Zweck an unseren Paketdienstleister "
2245
- "weitergegeben."
2246
-
2247
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1242
2248
- msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
2249
- msgstr ""
2250
- "Wähle Versandmethoden aus für die die Paketdienstleister Checkbox angezeigt "
2251
- "werden soll."
2252
-
2253
- # @ woocommerce-germanized
2254
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1252
2255
  msgid "Pay now Button"
2256
  msgstr "Jetzt bezahlen Button"
2257
 
2258
  # @ woocommerce-germanized
2259
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1253
2260
  msgid "Add a pay now button to emails and order success page."
2261
  msgstr ""
2262
  "Füge einen jetzt bezahlen - Button zur E-Mail und der Bestätigungs-Seite "
2263
  "hinzu."
2264
 
2265
  # @ woocommerce-germanized
2266
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1254
2267
  msgid ""
2268
  "Add a pay now button to order confirmation email and order success page if "
2269
  "the order awaits payment (PayPal etc)."
@@ -2273,30 +2301,41 @@ msgstr ""
2273
  "benötigt (z.B. per PayPal)."
2274
 
2275
  # @ woocommerce-germanized
2276
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1261
 
 
 
 
 
 
 
 
 
 
 
2277
  msgid "Order Success Text"
2278
  msgstr "Bestellung eingegangen"
2279
 
2280
  # @ woocommerce-germanized
2281
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1262
2282
  msgid "Choose a custom text to display on order success page."
2283
  msgstr ""
2284
  "Hier kannst du einen individuellen kurzen Text eingeben, der nach der "
2285
  "Bestellung ausgegeben wird."
2286
 
2287
  # @ woocommerce-germanized
2288
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1270
2289
  msgid "Order Success Data"
2290
  msgstr "Bestellbestätigungs-Daten"
2291
 
2292
  # @ woocommerce-germanized
2293
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1271
2294
  msgid "Hide product table and customer data on order success page"
2295
  msgstr ""
2296
  "Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
2297
 
2298
  # @ woocommerce-germanized
2299
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1379
2300
  msgid ""
2301
  "Sorry, but the new Virtual VAT rules cannot be applied to small business."
2302
  msgstr ""
@@ -2912,8 +2951,8 @@ msgstr "jetzt upgraden"
2912
  #: includes/api/class-wc-gzd-rest-customers-controller.php:144
2913
  #: includes/api/class-wc-gzd-rest-orders-controller.php:161
2914
  #: includes/api/class-wc-gzd-rest-orders-controller.php:168
2915
- #: includes/class-wc-gzd-checkout.php:305
2916
  #: includes/class-wc-gzd-checkout.php:315
 
2917
  #: includes/class-wc-gzd-customer-helper.php:114
2918
  #: includes/class-wc-gzd-customer-helper.php:122
2919
  msgid "Title"
@@ -2929,6 +2968,8 @@ msgstr "An DHL Paketshop oder Packstation senden?"
2929
  #: includes/class-wc-gzd-dhl-parcel-shops.php:163
2930
  #: includes/class-wc-gzd-dhl-parcel-shops.php:188
2931
  #: includes/class-wc-gzd-dhl-parcel-shops.php:201
 
 
2932
  msgid "Postnumber"
2933
  msgstr "PostNummer"
2934
 
@@ -2936,7 +2977,7 @@ msgstr "PostNummer"
2936
  #: includes/api/class-wc-gzd-rest-customers-controller.php:163
2937
  #: includes/api/class-wc-gzd-rest-orders-controller.php:194
2938
  #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:30
2939
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:644
2940
  #: includes/gateways/direct-debit/views/html-export.php:27
2941
  msgid "Direct Debit"
2942
  msgstr "Lastschrift"
@@ -2944,31 +2985,37 @@ msgstr "Lastschrift"
2944
  # @ woocommerce-germanized
2945
  #: includes/api/class-wc-gzd-rest-customers-controller.php:168
2946
  #: includes/api/class-wc-gzd-rest-orders-controller.php:199
 
 
2947
  #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:108
2948
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:439
2949
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:670
2950
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:811
2951
  msgid "Account Holder"
2952
  msgstr "Kontoinhaber"
2953
 
2954
  # @ woocommerce-germanized
2955
  #: includes/api/class-wc-gzd-rest-customers-controller.php:173
2956
  #: includes/api/class-wc-gzd-rest-orders-controller.php:204
 
 
2957
  #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:115
2958
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:440
2959
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:678
2960
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:815
2961
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:907
2962
  msgid "IBAN"
2963
  msgstr "IBAN"
2964
 
2965
  # @ woocommerce-germanized
2966
  #: includes/api/class-wc-gzd-rest-customers-controller.php:178
2967
  #: includes/api/class-wc-gzd-rest-orders-controller.php:209
2968
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:121
2969
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:441
2970
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:819
2971
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:908
 
 
2972
  msgid "BIC/SWIFT"
2973
  msgstr "BIC/SWIFT"
2974
 
@@ -2986,8 +3033,8 @@ msgstr "Paketdienstleister Datenweitergabe"
2986
 
2987
  # @ woocommerce-germanized
2988
  #: includes/api/class-wc-gzd-rest-orders-controller.php:214
2989
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:127
2990
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:445
2991
  msgid "Mandate Reference ID"
2992
  msgstr "Mandat-Referenznummer"
2993
 
@@ -3176,13 +3223,13 @@ msgid "Please enter a valid postcode/ZIP"
3176
  msgstr "Bitte gib eine echte Postleitzahl ein"
3177
 
3178
  # @ woocommerce-germanized
3179
- #: includes/class-wc-gzd-ajax.php:97
3180
  msgctxt "revocation-form"
3181
  msgid "is not valid."
3182
  msgstr "ist leider nicht korrekt."
3183
 
3184
  # @ woocommerce-germanized
3185
- #: includes/class-wc-gzd-ajax.php:117
3186
  msgctxt "revocation-form"
3187
  msgid ""
3188
  "Thank you. We have received your Revocation Request. You will receive a "
@@ -3192,25 +3239,27 @@ msgstr ""
3192
  "Mail mit deinen Daten als Bestätigung."
3193
 
3194
  # @ woocommerce-germanized
3195
- #: includes/class-wc-gzd-checkout.php:306
3196
- #: includes/class-wc-gzd-checkout.php:314
3197
- #: includes/class-wc-gzd-checkout.php:339
3198
- #: includes/class-wc-gzd-checkout.php:564
3199
  #: includes/class-wc-gzd-customer-helper.php:116
3200
  #: includes/class-wc-gzd-customer-helper.php:124
3201
  #: includes/class-wc-gzd-revocation.php:41
 
3202
  msgid "Mr."
3203
  msgstr "Herr"
3204
 
3205
  # @ woocommerce-germanized
3206
- #: includes/class-wc-gzd-checkout.php:306
3207
- #: includes/class-wc-gzd-checkout.php:314
3208
- #: includes/class-wc-gzd-checkout.php:340
3209
- #: includes/class-wc-gzd-checkout.php:564
3210
- #: includes/class-wc-gzd-checkout.php:569
3211
  #: includes/class-wc-gzd-customer-helper.php:116
3212
  #: includes/class-wc-gzd-customer-helper.php:124
3213
  #: includes/class-wc-gzd-revocation.php:42
 
3214
  msgid "Ms."
3215
  msgstr "Frau"
3216
 
@@ -3231,31 +3280,31 @@ msgstr ""
3231
  "\">hier</a>."
3232
 
3233
  #: includes/class-wc-gzd-customer-helper.php:102
3234
- #: includes/class-wc-gzd-customer-helper.php:198
3235
- #: includes/class-wc-gzd-customer-helper.php:279
3236
  msgid ""
3237
  "Please activate your account through clicking on the activation link "
3238
  "received via email."
3239
  msgstr ""
3240
  "Bitte aktiviere dein Kundenkonto indem du auf den Link in der E-Mail klickst."
3241
 
3242
- #: includes/class-wc-gzd-customer-helper.php:207
3243
  #, php-format
3244
  msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
3245
  msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
3246
 
3247
- #: includes/class-wc-gzd-customer-helper.php:209
3248
  msgid "Please create an account or login before continuing to checkout"
3249
  msgstr ""
3250
  "Bitte erstelle ein Kundenkonto oder logge dich ein, bevor du zur Kasse gehst"
3251
 
3252
  # @ woocommerce-germanized
3253
- #: includes/class-wc-gzd-customer-helper.php:300
3254
  msgid "Thank you. You have successfully activated your account."
3255
  msgstr "Vielen Dank. Dein Benutzerkonto wurde erfolgreich aktiviert."
3256
 
3257
  # @ woocommerce-germanized
3258
- #: includes/class-wc-gzd-customer-helper.php:305
3259
  msgid "Sorry, but this activation code cannot be found."
3260
  msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
3261
 
@@ -3398,18 +3447,18 @@ msgctxt "ekomi"
3398
  msgid "eKomi Options"
3399
  msgstr "eKomi"
3400
 
3401
- #: includes/class-wc-gzd-emails.php:78
3402
  msgid "Someone requested a password reset for your account."
3403
  msgstr ""
3404
  "Jemand hat das Zurücksetzen des Passworts für deinen Account beantragt."
3405
 
3406
- #: includes/class-wc-gzd-emails.php:91
3407
  #, php-format
3408
  msgid "Thanks for creating an account on %s."
3409
  msgstr "Danke, dass du ein Konto bei %s erstellt hast."
3410
 
3411
  # @ woocommerce-germanized
3412
- #: includes/class-wc-gzd-emails.php:535
3413
  msgctxt "revocation-form"
3414
  msgid "Forward your Revocation online"
3415
  msgstr "Deinen Widerruf online erklären"
@@ -3497,14 +3546,14 @@ msgid "Payment Methods"
3497
  msgstr "Zahlungsarten"
3498
 
3499
  # @ woocommerce-germanized
3500
- #: includes/class-wc-gzd-payment-gateways.php:86
3501
- #: includes/class-wc-gzd-payment-gateways.php:125
3502
  #, php-format
3503
  msgid "%s payment charge"
3504
  msgstr "%s Zahlungsgebühr"
3505
 
3506
  # @ woocommerce-germanized
3507
- #: includes/class-wc-gzd-payment-gateways.php:89
3508
  #: includes/wc-gzd-order-functions.php:20
3509
  #: includes/wc-gzd-template-functions.php:539
3510
  #, php-format
@@ -3512,12 +3561,12 @@ msgid "Plus %s forwarding fee (charged by the transport agent)"
3512
  msgstr "zzgl. %s Übermittlungsentgelt (direkt an den Zusteller)"
3513
 
3514
  # @ woocommerce-germanized
3515
- #: includes/class-wc-gzd-payment-gateways.php:153
3516
  msgid "Fee"
3517
  msgstr "Zahlungsgebühr"
3518
 
3519
  # @ woocommerce-germanized
3520
- #: includes/class-wc-gzd-payment-gateways.php:155
3521
  msgid ""
3522
  "This fee is being added if customer selects payment method within checkout."
3523
  msgstr ""
@@ -3525,22 +3574,22 @@ msgstr ""
3525
  "Zahlungsart aktiviert."
3526
 
3527
  # @ woocommerce-germanized
3528
- #: includes/class-wc-gzd-payment-gateways.php:160
3529
  msgid "Fee is taxable?"
3530
  msgstr "Mwst. berechnen?"
3531
 
3532
  # @ woocommerce-germanized
3533
- #: includes/class-wc-gzd-payment-gateways.php:162
3534
  msgid "Check if fee is taxable."
3535
  msgstr "MwSt.-Berechnung für Gebühr aktivieren."
3536
 
3537
  # @ woocommerce-germanized
3538
- #: includes/class-wc-gzd-payment-gateways.php:169
3539
  msgid "Forwarding Fee"
3540
  msgstr "Übermittlungsentgelt"
3541
 
3542
  # @ woocommerce-germanized
3543
- #: includes/class-wc-gzd-payment-gateways.php:172
3544
  msgid ""
3545
  "Forwarding fee will be charged by the transport agent in addition to the "
3546
  "cash of delivery fee e.g. DHL - tax free."
@@ -3549,7 +3598,7 @@ msgstr ""
3549
  "kassiert - z.B. DHL (steuerfrei)."
3550
 
3551
  # @ woocommerce-germanized
3552
- #: includes/class-wc-gzd-payment-gateways.php:212
3553
  msgid "Payment charge"
3554
  msgstr "Zahlungsgebühr"
3555
 
@@ -3674,6 +3723,36 @@ msgstr "Neuen Preishinweis anlegen"
3674
  msgid "New Price Label Name"
3675
  msgstr "Name des neuen Preishinweises"
3676
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3677
  #: includes/class-wc-gzd-product-variable.php:115
3678
  #: includes/class-wc-gzd-product-variable.php:120
3679
  #, php-format
@@ -3769,6 +3848,16 @@ msgctxt "revocation-form"
3769
  msgid "Mail"
3770
  msgstr "E-Mail Adresse"
3771
 
 
 
 
 
 
 
 
 
 
 
3772
  # @ woocommerce-germanized
3773
  #: includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:233
3774
  msgctxt "polylang"
@@ -4109,29 +4198,29 @@ msgstr ""
4109
  "auf einen Tag verkürzt. "
4110
 
4111
  # @ woocommerce-germanized
4112
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:186
4113
  msgid "SEPA"
4114
  msgstr "SEPA"
4115
 
4116
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:187
4117
  msgid "SEPA XML"
4118
  msgstr "SEPA XML"
4119
 
4120
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:243
4121
  msgid "SEPA XML Export"
4122
  msgstr "SEPA XML Export"
4123
 
4124
  # @ woocommerce-germanized
4125
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:379
4126
  #, php-format
4127
  msgid "Order %s"
4128
  msgstr "Bestellung %s"
4129
 
4130
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:401
4131
  msgid "Will be notified separately"
4132
  msgstr "Wird separat mitgeteilt"
4133
 
4134
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:450
4135
  #, php-format
4136
  msgid ""
4137
  "We will debit %s from your account by direct debit on or shortly after %s."
@@ -4140,111 +4229,111 @@ msgstr ""
4140
  "%s ein."
4141
 
4142
  # @ woocommerce-germanized
4143
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:554
4144
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:577
4145
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:601
4146
  msgid "a single payment"
4147
  msgstr "eine einmalige Zahlung"
4148
 
4149
  # @ woocommerce-germanized
4150
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:635
4151
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:86
4152
  msgid "Enable/Disable"
4153
  msgstr "Aktivieren/Deaktivieren"
4154
 
4155
  # @ woocommerce-germanized
4156
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:637
4157
  msgid "Enable Direct Debit Payment"
4158
  msgstr "Bezahlung per Lastschrift aktivieren"
4159
 
4160
  # @ woocommerce-germanized
4161
  # @ woocommerce
4162
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:641
4163
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:92
4164
  msgctxt "gateway"
4165
  msgid "Title"
4166
  msgstr "Bezeichnung"
4167
 
4168
  # @ woocommerce-germanized
4169
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:643
4170
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:94
4171
  msgid "This controls the title which the user sees during checkout."
4172
  msgstr ""
4173
  "Beschreibungstext, den Benutzer bei der Auswahl dieser Zahlungsart sehen."
4174
 
4175
  # @ woocommerce-germanized
4176
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:648
4177
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:99
4178
  msgid "Description"
4179
  msgstr "Beschreibung"
4180
 
4181
  # @ woocommerce-germanized
4182
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:650
4183
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:101
4184
  msgid "Payment method description that the customer will see on your checkout."
4185
  msgstr "Beschreibung der Zahlungsart, die Kunden auf deiner Website sehen."
4186
 
4187
  # @ woocommerce-germanized
4188
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:651
4189
  msgid "The order amount will be debited directly from your bank account."
4190
  msgstr ""
4191
  "Der Gesamtbestellbetrag wird per SEPA-Lastschrift direkt von deinem Konto "
4192
  "abgebucht."
4193
 
4194
  # @ woocommerce-germanized
4195
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:655
4196
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:106
4197
  msgid "Instructions"
4198
  msgstr "Anweisungen"
4199
 
4200
  # @ woocommerce-germanized
4201
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:657
4202
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:108
4203
  msgid "Instructions that will be added to the thank you page and emails."
4204
  msgstr "Anweisung, die zur „Danke“-Seite und zu E-Mails hinzugefügt werden."
4205
 
4206
  # @ woocommerce-germanized
4207
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:662
4208
  msgid "Debtee"
4209
  msgstr "Gläubiger Informationen"
4210
 
4211
  # @ woocommerce-germanized
4212
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:664
4213
  msgid "Insert your company information."
4214
  msgstr "Füge hier die Informationen zu deinem Unternehmen ein."
4215
 
4216
  # @ woocommerce-germanized
4217
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:666
4218
  msgid "Company Inc, John Doe Street, New York"
4219
  msgstr "Musterfirma GmbH, Musterstraße 12, 12203 Musterstadt"
4220
 
4221
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:672
4222
  msgid "Insert the bank account holder name."
4223
  msgstr "Füge hier den Namen des Kontoinhabers ein."
4224
 
4225
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:674
4226
  msgid "Company Inc"
4227
  msgstr "Muster GmbH"
4228
 
4229
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:680
4230
  msgid "Insert the bank account IBAN."
4231
  msgstr "Füge hier den IBAN deines Kontos ein."
4232
 
4233
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:685
4234
  msgid "BIC"
4235
  msgstr "BIC"
4236
 
4237
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:687
4238
  msgid "Insert the bank account BIC."
4239
  msgstr "Füge hier den BIC deines Kontos ein."
4240
 
4241
  # @ woocommerce-germanized
4242
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:692
4243
  msgid "Debtee identification number"
4244
  msgstr "Identifikationsnummer"
4245
 
4246
  # @ woocommerce-germanized
4247
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:694
4248
  #, php-format
4249
  msgid ""
4250
  "Insert your debtee indentification number. More information can be found <a "
@@ -4254,16 +4343,16 @@ msgstr ""
4254
  "Weitere Informationen zu dieser Nummer erhältst du <a href=\"%s\">hier</a>."
4255
 
4256
  # @ woocommerce-germanized
4257
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:698
4258
  msgid "Generate Mandate ID"
4259
  msgstr "Mandat-Referenz generieren"
4260
 
4261
  # @ woocommerce-germanized
4262
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:700
4263
  msgid "Automatically generate Mandate ID."
4264
  msgstr "Mandat-Referenznummer automatisch generieren."
4265
 
4266
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:701
4267
  msgid ""
4268
  "Automatically generate Mandate ID after order completion (based on Order ID)."
4269
  msgstr ""
@@ -4271,11 +4360,11 @@ msgstr ""
4271
  "basierend auf der Bestellnummer."
4272
 
4273
  # @ woocommerce-germanized
4274
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:705
4275
  msgid "XML Pain Format"
4276
  msgstr "XML Pain Format"
4277
 
4278
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:707
4279
  msgid ""
4280
  "You may adjust the XML Export Pain Schema to your banks needs. Some banks "
4281
  "may require pain.001.003.03."
@@ -4284,11 +4373,11 @@ msgstr ""
4284
  "Banken benötigen z.B. pain.001.003.03."
4285
 
4286
  # @ woocommerce-germanized
4287
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:711
4288
  msgid "Mandate ID Format"
4289
  msgstr "Mandat-Referenz Format"
4290
 
4291
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:713
4292
  msgid ""
4293
  "You may extend the Mandate ID format by adding a prefix and/or suffix. Use "
4294
  "{id} as placeholder to insert the automatically generated ID."
@@ -4297,12 +4386,12 @@ msgstr ""
4297
  "{id} als Platzhalter um die automatisch generierte Referenznummer einzufügen."
4298
 
4299
  # @ woocommerce-germanized
4300
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:717
4301
  msgid "Mandate Text"
4302
  msgstr "Lastschriftmandat"
4303
 
4304
  # @ woocommerce-germanized
4305
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:719
4306
  msgid ""
4307
  "This text will be populated with live order/checkout data. Will be used as "
4308
  "preview direct debit mandate and as email template text."
@@ -4313,23 +4402,28 @@ msgstr ""
4313
  "Verfügung gestellt."
4314
 
4315
  # @ woocommerce-germanized
4316
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:726
 
 
 
 
 
4317
  msgid "Enable \"agree to SEPA mandate\" checkbox"
4318
  msgstr "Aktiviere die Checkbox zur Bestätigung des Lastschriftmandates."
4319
 
4320
  # @ woocommerce-germanized
4321
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:728
4322
  msgid "Enable a checkbox linking to a SEPA direct debit mandate preview."
4323
  msgstr ""
4324
  "Aktiviere eine Checkbox, die zu einer Vorschau des Lastschrift-Mandats führt."
4325
 
4326
  # @ woocommerce-germanized
4327
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:732
4328
  msgid "Checkbox label"
4329
  msgstr "Checkbox Text"
4330
 
4331
  # @ woocommerce-germanized
4332
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:734
4333
  msgid ""
4334
  "Customize the checkbox label. Use {link}link name{/link} to insert the "
4335
  "preview link."
@@ -4338,21 +4432,21 @@ msgstr ""
4338
  "auf die Vorschau zu verlinken."
4339
 
4340
  # @ woocommerce-germanized
4341
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:735
4342
  msgid "I hereby agree to the {link}direct debit mandate{/link}."
4343
  msgstr "Hiermit erteile ich das {link}SEPA Lastschriftmandat{/link}."
4344
 
4345
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:739
4346
  msgid "Enable pre-notification"
4347
  msgstr "Vorankündigung aktivieren"
4348
 
4349
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:740
4350
  msgid "Insert pre-notification text within the order confirmation email."
4351
  msgstr ""
4352
  "Fügt einen Standard-Text zur Vorankündigung des SEPA-Einzugs in die "
4353
  "Bestellbestätigung ein."
4354
 
4355
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:742
4356
  msgid ""
4357
  "This option inserts a standard text containing a pre-notification for the "
4358
  "customer."
@@ -4361,11 +4455,11 @@ msgstr ""
4361
  "die Bestellbestätigung ein. In der Ankündigung wird u.a. ein konkreter "
4362
  "Fälligkeitstermin genannt."
4363
 
4364
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:746
4365
  msgid "Debit days"
4366
  msgstr "Fälligkeitstage"
4367
 
4368
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:748
4369
  msgid ""
4370
  "This option is used to calculate the debit date and is added to the order "
4371
  "date."
@@ -4375,15 +4469,15 @@ msgstr ""
4375
  "hier eingestellten Anzahl Tage."
4376
 
4377
  # @ woocommerce-germanized
4378
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:752
4379
  msgid "Mask IBAN"
4380
  msgstr "IBAN maskieren"
4381
 
4382
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:753
4383
  msgid "Mask the IBAN within emails."
4384
  msgstr "IBAN in E-Mails maskieren."
4385
 
4386
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:755
4387
  msgid ""
4388
  "This will lead to masked IBANs within emails (replaced by *). All but last 4 "
4389
  "digits will be masked."
@@ -4391,15 +4485,15 @@ msgstr ""
4391
  "Der IBAN wird in E-Mails (abgesehen von den letzten 4 Stellen) mit * "
4392
  "maskiert."
4393
 
4394
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:764
4395
  msgid "Remember"
4396
  msgstr "Bankdaten merken\t"
4397
 
4398
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:765
4399
  msgid "Remember account data for returning customers."
4400
  msgstr "Bankverbindung für registrierte Kunden speichern."
4401
 
4402
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:767
4403
  msgid "Save account data as user meta if user has/creates a customer account."
4404
  msgstr ""
4405
  "Speichert die Bankverbindung für registrierte Kunden in der user_meta "
@@ -4407,37 +4501,37 @@ msgstr ""
4407
  "eigenständig aus."
4408
 
4409
  # @ woocommerce-germanized
4410
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:850
4411
  msgid "Please insert your SEPA account data."
4412
  msgstr "Bitte füge deine SEPA Kontoinformationen ein."
4413
 
4414
  # @ woocommerce-germanized
4415
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:860
4416
  msgid "Your IBAN seems to be invalid."
4417
  msgstr "Dein IBAN scheint nicht gültig zu sein."
4418
 
4419
  # @ woocommerce-germanized
4420
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:862
4421
  msgid "Your IBAN's country code doesn’t match with your billing country."
4422
  msgstr "Der Ländercode des IBANs stimmt nicht mit dem Rechnungsland überein."
4423
 
4424
  # @ woocommerce-germanized
4425
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:866
4426
  msgid "Your BIC seems to be invalid."
4427
  msgstr "Dein BIC/SWIFT scheint nicht gültig zu sein."
4428
 
4429
  # @ woocommerce-germanized
4430
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:878
4431
  msgid "Please accept the direct debit mandate."
4432
  msgstr "Bitte erteile das SEPA Lastschriftmandat."
4433
 
4434
  # @ woocommerce-germanized
4435
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:909
4436
  msgid "is invalid"
4437
  msgstr "ist ungültig"
4438
 
4439
  # @ woocommerce-germanized
4440
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:945
4441
  msgid "Awaiting Direct Debit Payment"
4442
  msgstr "Zahlung per Lastschrift ausstehend"
4443
 
@@ -4501,7 +4595,7 @@ msgstr ""
4501
  # @ woocommerce-germanized
4502
  # @ woocommerce
4503
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:57
4504
- #: woocommerce-germanized.php:585
4505
  msgid "Settings"
4506
  msgstr "Einstellungen"
4507
 
@@ -5021,43 +5115,48 @@ msgstr ""
5021
  "a> oder von <a href=\"%s\" target=\"_blank\">Produktbewertungen</a>."
5022
 
5023
  # @ woocommerce-germanized
5024
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:549
5025
  msgctxt "trusted-shops"
5026
  msgid "Review Collector"
5027
  msgstr "Review Collector"
5028
 
5029
  # @ woocommerce-germanized
5030
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:554
5031
  msgctxt "trusted-shops"
5032
  msgid "Export customer data"
5033
  msgstr "Bestellungen exportieren"
5034
 
5035
  # @ woocommerce-germanized
5036
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:558
5037
  msgctxt "trusted-shops"
5038
  msgid "30 days"
5039
  msgstr "30 Tage"
5040
 
5041
  # @ woocommerce-germanized
5042
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:559
5043
  msgctxt "trusted-shops"
5044
  msgid "60 days"
5045
  msgstr "60 Tage"
5046
 
5047
  # @ woocommerce-germanized
5048
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:560
5049
  msgctxt "trusted-shops"
5050
  msgid "90 days"
5051
  msgstr "90 Tage"
5052
 
 
 
 
 
 
5053
  # @ woocommerce-germanized
5054
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:562
5055
  msgctxt "trusted-shops"
5056
  msgid "Start export"
5057
  msgstr "Export starten"
5058
 
5059
  # @ woocommerce-germanized
5060
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:563
5061
  #, php-format
5062
  msgctxt "trusted-shops"
5063
  msgid ""
@@ -5067,6 +5166,40 @@ msgstr ""
5067
  "Exportiere hier die Kundendaten für die Verwendung im Trusted Shops <a href="
5068
  "\"%s\" target=\"_blank\">Review Collector</a>."
5069
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5070
  # @ woocommerce-germanized
5071
  #: includes/trusted-shops/class-wc-gzd-trusted-shops-schedule.php:88
5072
  msgctxt "trusted-shops"
@@ -5215,17 +5348,6 @@ msgstr ""
5215
  "Bitte überprüfe deine Eingaben. Du kannst diese durch Klicken des „Zurück“-"
5216
  "Buttons deines Browsers korrigieren"
5217
 
5218
- # @ woocommerce
5219
- #: templates/checkout/order-submit.php:19
5220
- msgid ""
5221
- "Since your browser does not support JavaScript, or it is disabled, please "
5222
- "ensure you click the <em>Update Totals</em> button before placing your "
5223
- "order. You may be charged more than the amount stated above if you fail to "
5224
- "do so."
5225
- msgstr ""
5226
- "Da dein Browser kein JavaScript erlaubt, denke bitte daran, auf "
5227
- "\"Gesamtsumme aktualisieren\" zu klicken, bevor du den Auftrag absendest. "
5228
-
5229
  # @ woocommerce-germanized
5230
  #: templates/checkout/order-submit.php:20
5231
  msgid "Update totals"
@@ -5424,11 +5546,48 @@ msgctxt "trusted-shops"
5424
  msgid "%s custom reviews"
5425
  msgstr "%s Kundenbewertungen"
5426
 
 
 
 
 
5427
  # @ woocommerce-germanized
5428
- #: woocommerce-germanized.php:740
5429
  msgid "Order Confirmation"
5430
  msgstr "Bestellbestätigung"
5431
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5432
  #~ msgid "Number of days until account is debited."
5433
  #~ msgstr "Anzahl der Tage ab Bestelldatum bis zum Fälligkeitstag."
5434
 
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce Germanized v1.5.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-16 13:32+0200\n"
6
+ "PO-Revision-Date: 2018-05-16 13:32+0200\n"
7
  "Last-Translator: holzhannes <holzhannes@posteo.de>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 2.0.7\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
95
  #: includes/abstracts/abstract-wc-gzd-product.php:264
96
  #: includes/abstracts/abstract-wc-gzd-product.php:273
97
  #: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:169
98
+ #: includes/wc-gzd-core-functions.php:144
99
+ #: includes/wc-gzd-template-functions.php:609 woocommerce-germanized.php:851
100
  msgid "incl. VAT"
101
  msgstr "inkl. MwSt."
102
 
108
  # @ woocommerce-germanized
109
  #: includes/abstracts/abstract-wc-gzd-product.php:266
110
  #: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:169
111
+ #: includes/wc-gzd-core-functions.php:144 woocommerce-germanized.php:851
112
  #, php-format
113
  msgid "incl. %s%% VAT"
114
  msgstr "inkl. %s%% MwSt."
154
 
155
  # @ woocommerce-germanized
156
  #: includes/admin/class-wc-gzd-admin-status.php:38
157
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:160
158
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:231
159
  #: includes/wc-gzd-core-functions.php:57
160
  msgid "Terms & Conditions"
161
  msgstr "AGB"
162
 
163
  # @ woocommerce-germanized
164
  #: includes/admin/class-wc-gzd-admin-status.php:39
165
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:242
166
  msgid "Power of Revocation"
167
  msgstr "Widerrufsbelehrung"
168
 
169
  # @ woocommerce-germanized
170
  #: includes/admin/class-wc-gzd-admin-status.php:40
171
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:160
172
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:253
173
  #: includes/wc-gzd-core-functions.php:63
174
  msgid "Imprint"
175
  msgstr "Impressum"
176
 
177
  # @ woocommerce-germanized
178
  #: includes/admin/class-wc-gzd-admin-status.php:41
 
179
  msgid "Data Security Statement"
180
  msgstr "Datenschutzbelehrung"
181
 
182
  # @ woocommerce-germanized
183
  #: includes/admin/class-wc-gzd-admin-status.php:42
184
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:275
185
  msgid "Payment Methods"
186
  msgstr "Zahlungarten"
187
 
188
  # @ woocommerce-germanized
189
  #: includes/admin/class-wc-gzd-admin-status.php:43
190
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:286
191
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:350
192
  msgid "Shipping Methods"
193
  msgstr "Versandarten"
194
 
204
  msgstr "Willkommen bei WooCommerce Germanized"
205
 
206
  # @ woocommerce-germanized
207
+ #: includes/admin/class-wc-gzd-admin-welcome.php:311
208
  msgid "Go to WooCommerce Germanized Settings"
209
  msgstr "zu den WooCommerce Germanized Einstellungen"
210
 
211
+ #: includes/admin/class-wc-gzd-admin.php:103
212
  msgid "Order confirmation manually sent to customer."
213
  msgstr "Bestellbestätigung manuell an den Kunden versendet."
214
 
215
  # @ woocommerce-germanized
216
+ #: includes/admin/class-wc-gzd-admin.php:109
217
  msgid "Resend order confirmation"
218
  msgstr "Bestellbestätigung erneut versenden"
219
 
220
  # @ woocommerce-germanized
221
+ #: includes/admin/class-wc-gzd-admin.php:118
222
  #: includes/admin/settings/class-wc-gzd-settings-germanized.php:25
223
  msgid "Germanized"
224
  msgstr "Germanized"
225
 
226
+ #: includes/admin/class-wc-gzd-admin.php:128
227
  msgid "Parcel Delivery Data Transfer:"
228
  msgstr "Paketdienstleister Datenweitergabe:"
229
 
230
+ #: includes/admin/class-wc-gzd-admin.php:129
231
  msgid "allowed"
232
  msgstr "akzeptiert"
233
 
234
+ #: includes/admin/class-wc-gzd-admin.php:129
235
  msgid "not allowed"
236
  msgstr "nicht akzeptiert"
237
 
238
  # @ woocommerce-germanized
239
+ #: includes/admin/class-wc-gzd-admin.php:202
240
  msgid "Optional Email Content"
241
  msgstr "Optionaler E-Mail Inhalt"
242
 
243
  # @ woocommerce-germanized
244
+ #: includes/admin/class-wc-gzd-admin.php:211
245
  msgid "Add content which will be replacing default page content within emails."
246
  msgstr ""
247
  "Fülle dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese "
248
  "Seite zu bestimmen."
249
 
250
  # @ woocommerce-germanized
251
+ #: includes/admin/class-wc-gzd-admin.php:221
252
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:152
253
  msgid "Optional Mini Description"
254
  msgstr "Warenkorb Kurzbeschreibung"
255
 
256
  # @ woocommerce-germanized
257
+ #: includes/admin/class-wc-gzd-admin.php:238
258
  msgid ""
259
  "This content will be shown as short product description within checkout and "
260
  "emails."
263
  "Produkt Kurzbeschreibung angezeigt."
264
 
265
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:46
266
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:119
267
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:835
268
  msgid "Service"
269
  msgstr "Dienstleistung"
270
 
271
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:46
272
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:120
273
  msgid "Service products do not sell physical products."
274
  msgstr "Dienstleistungen werden nicht in physikalischer Form verkauft."
275
 
276
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:87
277
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:143
278
  msgid "Sale Label"
279
  msgstr "Streichpreis Hinweis"
280
 
285
  msgstr "Gleiche wie übergeordnet"
286
 
287
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:97
288
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:144
289
  msgid "Sale Regular Label"
290
  msgstr "Angebotspreis Hinweis"
291
 
292
  # @ woocommerce-germanized
293
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:115
294
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:147
295
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:773
296
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:928
297
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:977
298
  msgid "Product Units"
299
  msgstr "Produkteinheiten"
300
 
309
 
310
  # @ woocommerce-germanized
311
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:119
312
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:168
313
  msgid "Calculation"
314
  msgstr "Berechnung"
315
 
330
 
331
  # @ woocommerce-germanized
332
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:137
333
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:220
334
  #: includes/api/class-wc-gzd-rest-products-controller.php:39
335
  #: includes/api/class-wc-gzd-rest-products-controller.php:204
336
  msgid "Delivery Time"
341
  msgid "Same as parent"
342
  msgstr "Gleiche wie übergeordnet"
343
 
344
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:127
345
  msgid "Diff. Taxation"
346
  msgstr "Differenzbesteuerung"
347
 
348
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:128
349
  msgid "Product applies to differential taxation based on §25a UStG."
350
  msgstr "Produkt ist differenzbesteuert nach §25a UStG."
351
 
352
  # @ woocommerce-germanized
353
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:143
354
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:144
355
  msgid "Select Price Label"
356
  msgstr "Preishinweis auswählen"
357
 
358
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:143
359
  msgid ""
360
  "If the product is on sale you may want to show a price label right before "
361
  "outputting the old price to inform the customer."
365
  "Preis). Mit diesem Hinweis kannst du genau festlegen, um welchen Preis es "
366
  "sich dabei handelte (z.B. UVP)."
367
 
368
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:144
369
  msgid ""
370
  "If the product is on sale you may want to show a price label right before "
371
  "outputting the new price to inform the customer."
375
  "Preis)."
376
 
377
  # @ woocommerce-germanized
378
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:146
379
  #: includes/api/class-wc-gzd-rest-products-controller.php:114
380
  #: includes/class-wc-gzd-post-types.php:66
381
  msgid "Unit"
382
  msgstr "Einheit"
383
 
384
  # @ woocommerce-germanized
385
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:146
386
  msgid "Select unit"
387
  msgstr "Einheit auswählen"
388
 
389
  # @ woocommerce-germanized
390
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:146
391
  msgid "Needed if selling on a per unit basis"
392
  msgstr "Notwendig falls auf pro-Einheit-Basis verkauft werden soll"
393
 
394
  # @ woocommerce-germanized
395
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:147
396
  msgid "Number of units included per default product price. Example: 1000 ml."
397
  msgstr ""
398
  "Anzahl der Produkteinheiten auf Basis des Produktpreises. Beispiel: 1000 ml."
399
 
400
  # @ woocommerce-germanized
401
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:148
402
  msgid "Base Price Units"
403
  msgstr "Grundpreiseinheiten"
404
 
405
  # @ woocommerce-germanized
406
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:148
407
  msgid ""
408
  "Base price units. Example base price: 0,99 € / 100 ml. Insert 100 as base "
409
  "price unit amount."
412
  "hier 100 als Grundpreiseinheiten ein."
413
 
414
  # @ woocommerce-germanized
415
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:168
416
  msgid "Calculate base prices automatically."
417
  msgstr "Grundpreis automatisch berechnen."
418
 
419
  # @ woocommerce-germanized
420
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:170
421
  msgid "Regular Base Price"
422
  msgstr "Regulärer Grundpreis"
423
 
424
  # @ woocommerce-germanized
425
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:171
426
  msgid "Sale Base Price"
427
  msgstr "Angebotsgrundpreis"
428
 
429
  # @ woocommerce-germanized
430
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:181
431
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:224
432
  msgid "Search for a delivery time&hellip;"
433
  msgstr "Lieferzeit suchen&hellip;"
434
 
435
  # @ woocommerce-germanized
436
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:233
437
  msgid "Free shipping?"
438
  msgstr "Versand kostenlos?"
439
 
440
  # @ woocommerce-germanized
441
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:233
442
  msgid "This option disables the \"plus shipping costs\" notice on product page"
443
  msgstr ""
444
  "Deaktiviert den Hinweis \"zzgl. Versandkosten\". Ohne Auswirkungen auf die "
445
  "Versandkosten."
446
 
447
  # @ woocommerce-germanized
448
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:45
449
  #, php-format
450
  msgid "Invoices & Packing Slips %s"
451
  msgstr "Rechnungen & Lieferscheine %s"
452
 
453
  # @ woocommerce-germanized
454
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:46
455
  #, php-format
456
  msgid "PDF %s"
457
  msgstr "PDF %s"
458
 
459
  # @ woocommerce-germanized
460
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:47
461
  #, php-format
462
  msgid "Multistep Checkout %s"
463
  msgstr "Mehrstufige Kasse %s"
464
 
465
  # @ woocommerce-germanized
466
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:48
467
  #, php-format
468
  msgid "Terms & Conditions generator %s"
469
  msgstr "AGB Generator %s"
470
 
471
  # @ woocommerce-germanized
472
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:49
473
  #, php-format
474
  msgid "Revocation generator %s"
475
  msgstr "Widerruf Generator %s"
476
 
477
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:72
478
+ #, php-format
479
+ msgid ""
480
+ "Please choose your data privacy settings from the available options within "
481
+ "<a href=\"%s\">Germanized</a>."
482
+ msgstr ""
483
+ "Bitte tätige deine Datenschutz-Einstellungen in den <a href=\"%s"
484
+ "\">Germanized-Optionen</a>."
485
+
486
  # @ woocommerce-germanized
487
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:116
488
  msgid "General Options"
489
  msgstr "Allgemein"
490
 
491
  # @ woocommerce-germanized
492
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:117
493
  msgid "Display Options"
494
  msgstr "Anzeige"
495
 
496
  # @ woocommerce-germanized
497
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:118
498
  msgid "Email Options"
499
  msgstr "E-Mails"
500
 
501
  # @ woocommerce-germanized
502
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:145
503
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:151
504
  #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:106
505
  msgid "None"
506
  msgstr "Keine"
507
 
508
  # @ woocommerce-germanized
509
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:168
510
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:843
511
  msgid "General"
512
  msgstr "Allgemein"
513
 
514
  # @ woocommerce-germanized
515
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:171
516
  msgid "Submit Order Button Text"
517
  msgstr "Kauf abschließen - Text"
518
 
519
  # @ woocommerce-germanized
520
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:172
521
  msgid "This text serves as Button text for the Order Submit Button."
522
  msgstr "Dieser Text wird auf dem Kauf abschließen Button dargestellt"
523
 
524
  # @ woocommerce-germanized
525
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:177
526
  msgid "Buy Now"
527
  msgstr "Jetzt kaufen"
528
 
529
  # @ woocommerce-germanized
530
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:181
531
  msgid "Phone as required field"
532
  msgstr "Telefon als Pflichtfeld"
533
 
534
  # @ woocommerce-germanized
535
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:182
536
  msgid "Should phone number be a required field within checkout?"
537
  msgstr ""
538
  "Diese Option setzen, damit die Telefonnummer ein Pflichtfeld im Checkout ist."
539
 
540
  # @ woocommerce-germanized
541
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:189
542
  msgid "Add title field"
543
  msgstr "Anrede im Checkout"
544
 
545
  # @ woocommerce-germanized
546
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:190
547
  msgid "Add a title field to the address within checkout?"
548
  msgstr "Fügt ein Feld \"Anrede\" im Checkout hinzu."
549
 
550
  # @ woocommerce-germanized
551
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:197
552
  msgid "Disallow cancellations"
553
  msgstr "Stornierungen verhindern"
554
 
555
  # @ woocommerce-germanized
556
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:198
557
  msgid "Don’t allow customers to manually cancel orders."
558
  msgstr "Stornierung von Bestellungen durch den Kunden verhindern."
559
 
560
  # @ woocommerce-germanized
561
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:199
562
  msgid ""
563
  "By default payment methods like PayPal allow order cancellation by clicking "
564
  "the abort link. This option will stop customers from manually cancel orders."
567
  "Kunden den Abbrechen-Link verwendet. Diese Option verhindert den manuellen "
568
  "Abbruch einer Bestellung durch den Kunden."
569
 
570
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:206
571
  msgid "Disallow gateway choosing"
572
  msgstr "Wechsel der Zahlungsart"
573
 
574
  # @ woocommerce-germanized
575
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:207
576
  msgid "Don’t allow customers to change the payment gateway after ordering."
577
  msgstr ""
578
  "Wechsel der Zahlungsart nach der Bestellung durch den Kunden verhindern."
579
 
580
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:208
581
  msgid ""
582
  "Customers paying through a gateway which allows later payment (e.g. PayPal) "
583
  "will find a link within their customer account which redirects them to a pay "
596
  "PayPal weiter."
597
 
598
  # @ woocommerce-germanized
599
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:216
600
  msgid "Contract"
601
  msgstr "Kaufvertrag"
602
 
603
  # @ woocommerce-germanized
604
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:216
605
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:675
606
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:687
607
  #, php-format
608
  msgid "%sUpgrade to %spro%s%s to unlock this feature and get premium support."
609
  msgstr ""
611
  "erhalte professionellen Support."
612
 
613
  # @ woocommerce-germanized
614
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:228
615
  #: includes/admin/views/html-page-status-germanized.php:141
616
  msgid "Legal Pages"
617
  msgstr "Rechtlich relevante Seiten"
618
 
619
  # @ woocommerce-germanized
620
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:232
621
  msgid "This page should contain your terms & conditions."
622
  msgstr "Diese Seite sollte deine Allgemeinen Geschäftsbedingungen enthalten."
623
 
624
  # @ woocommerce-germanized
625
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:238
626
  #, php-format
627
  msgid "Don't have terms & conditions yet? <a href=\"%s\">Generate now</a>!"
628
  msgstr "Du hast noch keine AGB? <a href=\"%s\">Jetzt generieren</a>!"
629
 
630
  # @ woocommerce-germanized
631
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:243
632
  msgid ""
633
  "This page should contain information regarding your customer's Right of "
634
  "Revocation."
638
  "[revocation_form]"
639
 
640
  # @ woocommerce-germanized
641
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:249
642
  #, php-format
643
  msgid "Don't have a revocation page yet? <a href=\"%s\">Generate now</a>!"
644
  msgstr ""
645
  "Du hast noch keine Widerrufsbelehrung? <a href=\"%s\">Jetzt generieren</a>!"
646
 
647
  # @ woocommerce-germanized
648
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:254
649
  msgid "This page should contain an imprint with your company's information."
650
  msgstr ""
651
  "Diese Seite sollte das Impressum d.h. die Informationen (gemäß TMG) zu "
652
  "deinem Unternehmen enthalten."
653
 
654
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:264
655
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:298
656
+ msgid "Privacy Policy"
657
+ msgstr "Datenschutz"
658
+
659
  # @ woocommerce-germanized
660
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:265
661
  msgid ""
662
  "This page should contain information regarding your data security policy."
663
  msgstr "Diese Seite sollte deine Datenschutzbelehrung enthalten."
664
 
665
  # @ woocommerce-germanized
666
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:276
667
  msgid ""
668
  "This page should contain information regarding the Payment Methods that are "
669
  "chooseable during checkout."
673
  "[payment_methods_info]"
674
 
675
  # @ woocommerce-germanized
676
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:287
677
  msgid ""
678
  "This page should contain information regarding shipping methods that are "
679
  "chooseable during checkout."
681
  "Diese Seite sollte Informationen zu den von dir zur Verfügung gestellten "
682
  "Versandarten bereitstellen."
683
 
684
+ # @ woocommerce-germanized
685
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:301
686
+ msgid "Registration"
687
+ msgstr "Registrierung"
688
+
689
+ # @ woocommerce-germanized
690
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:302
691
+ msgid "Add a checkbox to customer registration form."
692
+ msgstr "Füge eine Checkbox zum Formular für die Kundenregistrierung hinzu."
693
+
694
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:309
695
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:370
696
+ msgid "Text"
697
+ msgstr "Text"
698
+
699
+ # @ woocommerce-germanized
700
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:310
701
+ msgid ""
702
+ "Choose a Plain Text which will be shown as checkbox text for customer "
703
+ "account creation. Use {term_link}{/term_link}, {data_security_link}{/"
704
+ "data_security_link}, {revocation_link}{/revocation_link} as Placeholders for "
705
+ "the links to legal pages."
706
+ msgstr ""
707
+ "Dieser Text dient als Hinweistext für die Erstellung eines Kundenkontos und "
708
+ "wird neben der Checkbox dargestellt. Verwende {term_link}{/term_link}, "
709
+ "{data_security_link}{/data_security_link}, {revocation_link}{/"
710
+ "revocation_link} als Platzhalter für die Links zu den rechtlichen "
711
+ "Hinweisseiten."
712
+
713
+ # @ woocommerce-germanized
714
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:312
715
+ msgid ""
716
+ "Yes, I’d like create a new account and have read and understood the "
717
+ "{data_security_link}data privacy statement{/data_security_link}."
718
+ msgstr ""
719
+ "Ja, ich möchte ein Kundenkonto eröffnen und akzeptiere die "
720
+ "{data_security_link}Datenschutzerklärung{/data_security_link}."
721
+
722
+ # @ woocommerce-germanized
723
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:319
724
+ msgid "Checkout"
725
+ msgstr "Kasse"
726
+
727
+ # @ woocommerce-germanized
728
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:320
729
+ msgid ""
730
+ "Replace default WooCommerce text regarding account creation during checkout."
731
+ msgstr ""
732
+ "Ersetze den WooCommerce Text (Kundenkonto erstellen?) durch den o.g. Hinweis."
733
+
734
+ # @ woocommerce-germanized
735
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:321
736
+ msgid ""
737
+ "Use the text from above instead of the default WooCommerce text regarding "
738
+ "account creation during checkout. This checkbox is only show if you have "
739
+ "activated guest accounts."
740
+ msgstr ""
741
+ "Nutze den oben festgelegten Hinweistext anstelle des WooCommerce "
742
+ "Standardtextes für die Checkbox zum Erstellen von Kundenkonten während des "
743
+ "Bestellvorganges. Die Checkbox wird nur angezeigt, wenn du Gast-Checkouts "
744
+ "zulässt."
745
+
746
+ # @ woocommerce-germanized
747
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:328
748
+ msgid "Parcel Delivery"
749
+ msgstr "Paketdienstleister"
750
+
751
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:329
752
+ msgid ""
753
+ "Show checkbox for data transmission to third party parcel service providers."
754
+ msgstr ""
755
+ "Checkbox zur Erlaubnis der Datenweitergabe an den Paketdienstleister "
756
+ "einfügen."
757
+
758
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:330
759
+ msgid ""
760
+ "You may optionally choose to show a checkbox which lets the customer accept "
761
+ "data transmission to a third party parcel service provider to receive parcel "
762
+ "delivery reminders."
763
+ msgstr ""
764
+ "Du kannst optional eine Checkbox einfügen, in der dein Kunde die "
765
+ "Datenweitergabe an den Paketdienstleister akzeptieren kann (z.B. um eine "
766
+ "Paketbenachrichtigung per E-Mail zu erhalten). Falls dein Kunde die Checkbox "
767
+ "nicht setzt, siehst du das in der Bestellübersicht. Du musst dich selbst "
768
+ "darum kümmern, dass die Daten dann nicht an den Paketdienstleister "
769
+ "weitergeleitet werden. "
770
+
771
+ # @ woocommerce-germanized
772
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:337
773
+ msgid "Show checkbox"
774
+ msgstr "Checkbox anzeigen"
775
+
776
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:338
777
+ msgid ""
778
+ "Choose whether you like to always show the parcel delivery checkbox or do "
779
+ "only show for certain shipping methods."
780
+ msgstr ""
781
+ "Wähle aus, ob du die Paketdienstleister-Checkbox immer oder nur für "
782
+ "bestimmte Versandmethoden anzeigen möchtest."
783
+
784
+ # @ woocommerce-germanized
785
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:343
786
+ msgid "For certain shipping methods."
787
+ msgstr "Für bestimmte Versandmethoden."
788
+
789
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:344
790
+ msgid "Always show."
791
+ msgstr "Immer anzeigen."
792
+
793
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:351
794
+ msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
795
+ msgstr ""
796
+ "Wähle Versandmethoden aus für die die Paketdienstleister Checkbox angezeigt "
797
+ "werden soll."
798
+
799
+ # @ woocommerce-germanized
800
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:361
801
+ msgid "Mandatory"
802
+ msgstr "Pflichtfeld"
803
+
804
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:362
805
+ msgid "Make the parcel delivery checkbox a required field."
806
+ msgstr "Paketdienstleister Checkbox zum Pflichtfeld machen?"
807
+
808
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:363
809
+ msgid "Make the checkbox mandatory to complete checkout."
810
+ msgstr "Checkbox zum Pflichtfeld machen um den Kauf abzuschließen."
811
+
812
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:371
813
+ msgid ""
814
+ "Choose a Plain Text which will be shown right next to the corresponding "
815
+ "checkbox to inform the customer about the data being transfered to the third "
816
+ "party shipping supplier. Use {shipping_method_title} to insert the shipping "
817
+ "method title."
818
+ msgstr ""
819
+ "Passe hier optional den Hinweistext an der neben der entsprechenden Checkbox "
820
+ "angezeigt wird. Informiere deine Kunden über eine etwaige Datenweitergabe an "
821
+ "den Paketdienstleister. Verwende den Platzhalter {shipping_method_title} um "
822
+ "den Titel der Versandmethoden einzubetten."
823
+
824
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:373
825
+ #: includes/wc-gzd-cart-functions.php:466
826
+ msgid ""
827
+ "Yes, I would like to be reminded via E-mail about parcel delivery "
828
+ "({shipping_method_title}). Your E-mail Address will only be transferred to "
829
+ "our parcel service provider for that particular reason."
830
+ msgstr ""
831
+ "Ja, ich möchte per E-Mail für diese Bestellung eine Paketankündigung vom "
832
+ "Paketdienstleister ({shipping_method_title}) erhalten. Deine E-Mail Adresse "
833
+ "wird nur für diesen einmaligen Zweck an unseren Paketdienstleister "
834
+ "weitergegeben."
835
+
836
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:381
837
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:384
838
  msgid "Dispute Resolution"
839
  msgstr "Streitbeilegung"
840
 
841
  # @ woocommerce-germanized
842
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:381
843
  #, php-format
844
  msgid ""
845
  "As with Feb. 1 2017 new regulations regarding alternative dispute resolution "
850
  "Kraft. Weiterführende Informationen zu deinen Informationspflichten findest "
851
  "du <a href=\"%s\" target=\"_blank\">hier</a>."
852
 
853
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:385
854
  msgid ""
855
  "You may select whether you are willing, obliged or not willing to "
856
  "participate in dispute settlement proceeedings before a consumer arbitration "
864
  "deinem Impressum platzieren solltest. Trusted Shops rät dazu den Text auch "
865
  "in deine AGB einzufügen."
866
 
867
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:391
868
  msgid "Not obliged, not willing"
869
  msgstr "Nicht verpflichtet, nicht bereit"
870
 
871
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:392
872
  msgid "Not obliged, willing"
873
  msgstr "Nicht verpflichtet, bereit"
874
 
875
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:393
876
  msgid "Obliged"
877
  msgstr "Verpflichtet"
878
 
879
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:398
880
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:408
881
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:418
882
  msgid "Resolution Text"
883
  msgstr "Streitbeilegung Text"
884
 
885
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:399
886
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:409
887
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:419
888
  msgid ""
889
  "Adapt this example text regarding alternative dispute resolution to your "
890
  "needs. Text will be added to the [gzd_complaints] Shortcode. You may as well "
895
  "noch in deinen AGB integrieren."
896
 
897
  # @ woocommerce-germanized
898
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:401
899
  msgid ""
900
  "The european commission provides a platform for online dispute resolution "
901
  "(OS) which is accessible at https://ec.europa.eu/consumers/odr. We are not "
908
  "Verbraucherschlichtungsstelle sind wir nicht verpflichtet und nicht bereit."
909
 
910
  # @ woocommerce-germanized
911
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:411
912
  msgid ""
913
  "The european commission provides a platform for online dispute resolution "
914
  "(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
920
  "sind bereit, an einem außergerichtlichen Schlichtungsverfahren teilzunehmen."
921
 
922
  # @ woocommerce-germanized
923
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:421
924
  msgid ""
925
  "The european commission provides a platform for online dispute resolution "
926
  "(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
936
  "Stelle teilzunehmen. Wir werden an einem solchen Verfahren teilnehmen."
937
 
938
  # @ woocommerce-germanized
939
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:428
940
  msgid "Shortcode Status"
941
  msgstr "Shortcode Status"
942
 
943
  # @ woocommerce-germanized
944
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:431
945
  msgid "Please choose a page as your imprint first."
946
  msgstr "Bitte hinterlege zuerst eine Seite als dein Impressum."
947
 
948
  # @ woocommerce-germanized
949
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:431
950
  msgid "Found"
951
  msgstr "Eingebunden"
952
 
953
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:431
954
  #, php-format
955
  msgid "Not found within %s"
956
  msgstr "Nicht gefunden in: %s"
957
 
958
  # @ woocommerce-germanized
959
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:431
960
  msgid "Append it now"
961
  msgstr "Jetzt hinzufügen"
962
 
963
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:436
964
  msgid "Small Businesses"
965
  msgstr "Kleinunternehmer"
966
 
967
  # @ woocommerce-germanized
968
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:439
969
  #: includes/admin/views/html-page-status-germanized.php:37
970
  msgid "Small-Enterprise-Regulation"
971
  msgstr "Kleinunternehmerregelung"
972
 
973
  # @ woocommerce-germanized
974
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:440
975
  msgid "VAT based on &#167;19 UStG"
976
  msgstr "Umsatzsteuerbefreit nach &#167;19 UStG."
977
 
978
  # @ woocommerce-germanized
979
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:444
980
  #, php-format
981
  msgid ""
982
  "set this Option if you have chosen <a href=\"%s\" target=\"_blank\">&#167;19 "
987
  "machen willst."
988
 
989
  # @ woocommerce-germanized
990
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:448
991
  msgid "Show no VAT notice"
992
  msgstr "Umsatzsteuerbefreiung"
993
 
994
  # @ woocommerce-germanized
995
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:449
996
  msgid "Show no VAT &#167;19 UStG notice on single product"
997
  msgstr ""
998
  "Hinweis zur Umsatzsteuerbefreiung gemäß &#167;19 UStG auf der Produktseite "
999
  "anzeigen."
1000
 
1001
  # @ woocommerce-germanized
1002
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:456
1003
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:479
1004
  msgid "Notice Text"
1005
  msgstr "Hinweistext"
1006
 
1007
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:457
1008
  msgid ""
1009
  "You may want to adjust the small buisness notice text to meet your criteria."
1010
  msgstr "Passe hier, falls notwending, den Kleinunternehmer Hinweistext an."
1011
 
1012
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:461
1013
  #: includes/wc-gzd-core-functions.php:94
1014
  msgid ""
1015
  "Value added tax is not collected, as small businesses according to §19 (1) "
1016
  "UStG."
1017
  msgstr "Kein Mehrwertsteuerausweis, da Kleinunternehmer nach §19 (1) UStG."
1018
 
1019
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:467
1020
  msgid "Differential Taxation"
1021
  msgstr "Differenzbesteuerung"
1022
 
1023
  # @ woocommerce-germanized
1024
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:470
1025
  msgid "Taxation Notice"
1026
  msgstr "Steuerhinweis"
1027
 
1028
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:471
1029
  msgid "Enable differential taxation text notice beneath product price."
1030
  msgstr ""
1031
  "Aktiviere den Hinweis zur Differenzbesteuerung unterhalb des Produktpreises."
1032
 
1033
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:473
1034
  msgid ""
1035
  "If you have disabled this option, a normal VAT notice will be displayed, "
1036
  "which is sufficient as Trusted Shops states. To further inform your "
1040
  "angezeigt. Der Standard-Hinweis ist laut Trusted Shops bereits ausreichend. "
1041
  "Du kannst diesen Hinweis nutzen um deine Kunden besser zu informieren."
1042
 
1043
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:480
1044
  msgid ""
1045
  "This text will be shown as a further notice for the customer to inform him "
1046
  "about differential taxation."
1048
  "Dieser Text dient zur weiterführenden Information deiner Kunden bzgl. der "
1049
  "Differenzbesteuerung."
1050
 
1051
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:485
1052
  msgid "incl. VAT (differential taxation according to §25a UStG.)"
1053
  msgstr "inkl. MwSt. (differenzbesteuert nach §25a UStG.)"
1054
 
1055
  # @ woocommerce-germanized
1056
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:489
1057
  msgid "Checkout Notice"
1058
  msgstr "Hinweis Kasse"
1059
 
1060
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:490
1061
  msgid "Enable differential taxation notice during checkout and in emails."
1062
  msgstr ""
1063
  "Aktiviere den Hinweis zur Differenzbesteuerung im Checkout und in E-Mails."
1064
 
1065
  # @ woocommerce-germanized
1066
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:498
1067
  msgid "Delivery Times"
1068
  msgstr "Lieferzeiten"
1069
 
1070
  # @ woocommerce-germanized
1071
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:501
1072
  #: includes/admin/views/html-page-status-germanized.php:42
1073
  msgid "Default Delivery Time"
1074
  msgstr "Standard-Lieferzeit"
1075
 
1076
  # @ woocommerce-germanized
1077
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:502
1078
  msgid ""
1079
  "This delivery time will be added to every product if no delivery time has "
1080
  "been chosen individually"
1083
  "zugeordnet wurde"
1084
 
1085
  # @ woocommerce-germanized
1086
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:509
1087
  msgid "Manage Delivery Times"
1088
  msgstr "Lieferzeiten verwalten"
1089
 
1090
  # @ woocommerce-germanized
1091
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:513
1092
  msgid "Delivery Time Text"
1093
  msgstr "Lieferzeit Text"
1094
 
1095
  # @ woocommerce-germanized
1096
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:514
1097
  msgid ""
1098
  "This text will be used to indicate delivery time for products. Use "
1099
  "{delivery_time} as placeholder."
1102
  "{delivery_time} als Platzhalter verwenden."
1103
 
1104
  # @ woocommerce-germanized
1105
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:519
1106
  msgid "Delivery time: {delivery_time}"
1107
  msgstr "Lieferzeit: {delivery_time}"
1108
 
1109
  # @ woocommerce-germanized
1110
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:524
1111
  msgid "Sale Price Labels"
1112
  msgstr "Preishinweise"
1113
 
1114
  # @ woocommerce-germanized
1115
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:527
1116
  msgid "Default Sale Label"
1117
  msgstr "Streichpreis-Hinweis"
1118
 
1119
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:528
1120
  msgid ""
1121
  "Choose whether you would like to have a default sale price label to inform "
1122
  "the customer about the regular price (e.g. Recommended Retail Price)."
1125
  "den Kunden auf den alten Preis (bei reduzierten Produkten, sog. "
1126
  "Streichpreis) hinweist (z.B. UVP)."
1127
 
1128
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:535
1129
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:547
1130
  msgid "Manage Price Labels"
1131
  msgstr "Preishinweise verwalten"
1132
 
1133
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:539
1134
  msgid "Default Sale Regular Label"
1135
  msgstr "Angebotspreis-Hinweis"
1136
 
1137
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:540
1138
  msgid ""
1139
  "Choose whether you would like to have a default sale price regular label to "
1140
  "inform the customer about the sale price (e.g. New Price)."
1144
  "hinweist (z.B. Unser neuer Preis)."
1145
 
1146
  # @ woocommerce-germanized
1147
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:553
1148
  msgid "Shipping Costs"
1149
  msgstr "Versandkosten"
1150
 
1151
  # @ woocommerce-germanized
1152
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:556
1153
  msgid "Shipping Costs Text"
1154
  msgstr "Versandkosten Text"
1155
 
1156
  # @ woocommerce-germanized
1157
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:557
1158
  msgid ""
1159
  "This text will be used to inform the customer about shipping costs. Use "
1160
  "{link}{/link} to insert link to shipping costs page."
1164
  "zur Versandkosten-Seite einzufügen."
1165
 
1166
  # @ woocommerce-germanized
1167
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:562
1168
  msgid "plus {link}Shipping Costs{/link}"
1169
  msgstr "zzgl. {link}Versandkosten{/link}"
1170
 
1171
  # @ woocommerce-germanized
1172
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:566
1173
  msgid "Free Shipping Text"
1174
  msgstr "Kostenloser Versand Text"
1175
 
1176
  # @ woocommerce-germanized
1177
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:567
1178
  msgid ""
1179
  "This text will be used to inform the customer about free shipping. Leave "
1180
  "empty to disable notice. Use {link}{/link} to insert link to shipping costs "
1185
  "Versandkosten-Seite einzufügen."
1186
 
1187
  # @ woocommerce-germanized
1188
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:576
1189
  msgid "Shipping Costs Tax"
1190
  msgstr "Steuerberechnung"
1191
 
1192
  # @ woocommerce-germanized
1193
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:577
1194
  msgid "Enable better taxation for shpping costs?"
1195
  msgstr "Genauere Steuerberechnung für Versandkosten aktivieren?"
1196
 
1197
  # @ woocommerce-germanized
1198
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:581
1199
  #, php-format
1200
  msgid ""
1201
  "By choosing this option shipping cost taxation will be calculated based on "
1209
  "Bruttobeträge. Hier ein kleines Beispiel: %s"
1210
 
1211
  # @ woocommerce-germanized
1212
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:585
1213
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:607
1214
  msgid "Force Tax Calculation"
1215
  msgstr "Steuerberechnung erzwingen"
1216
 
1217
  # @ woocommerce-germanized
1218
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:586
1219
  msgid "Force shipping costs tax calculation for every method?"
1220
  msgstr "Erzwinge die Besteuerung für Versandkosten für jede Versandart?"
1221
 
1222
  # @ woocommerce-germanized
1223
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:590
1224
  msgid ""
1225
  "This option will overwrite settings for each individual shipping method to "
1226
  "force tax calculation (instead of only calculating tax for those methods "
1230
  "Versandarten und erzwingt die Steuerberechnung."
1231
 
1232
  # @ woocommerce-germanized
1233
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:595
1234
  msgid "Fees"
1235
  msgstr "Gebühren"
1236
 
1237
  # @ woocommerce-germanized
1238
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:598
1239
  msgid "Fee Tax"
1240
  msgstr "Steuerberechnung"
1241
 
1242
  # @ woocommerce-germanized
1243
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:599
1244
  msgid "Enable better taxation for fees?"
1245
  msgstr "Genauere Steuerberechnung für Gebühren aktivieren?"
1246
 
1247
  # @ woocommerce-germanized
1248
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:603
1249
  msgid ""
1250
  "By choosing this option fee taxation will be calculated based on tax rates "
1251
  "within cart. See shipping costs taxation for more information."
1256
  "Nettobeträge in Bruttobeträge an."
1257
 
1258
  # @ woocommerce-germanized
1259
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:608
1260
  msgid "Force fee tax calculation for every fee?"
1261
  msgstr "Berechnung der Steuern für Gebühren erzwingen?"
1262
 
1263
  # @ woocommerce-germanized
1264
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:612
1265
  msgid ""
1266
  "This option will overwrite settings for each individual fee to force tax "
1267
  "calculation (instead of only calculating tax for those fees which are "
1271
  "Steuerberechnung."
1272
 
1273
  # @ woocommerce-germanized
1274
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:617
1275
  msgid "Customers"
1276
  msgstr "Kunden"
1277
 
1278
  # @ woocommerce-germanized
1279
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:620
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1280
  msgid "Customer Double Opt In"
1281
  msgstr "Double Opt-In"
1282
 
1283
  # @ woocommerce-germanized
1284
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:621
1285
  msgid "Enable customer double opt in on registration?"
1286
  msgstr "Double Opt-In Verfahren für Kundenkonten aktivieren?"
1287
 
1288
  # @ woocommerce-germanized
1289
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:622
1290
  #, php-format
1291
  msgid ""
1292
  "If customer chooses to create a customer account an email with an activation "
1300
  "Verfahren ist laut Amtsgericht Berlin Pankow/Weißensee notwendig. Mehr "
1301
  "Informationen findest du <a href=\"%s\" target=\"_blank\">hier</a>."
1302
 
1303
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:629
1304
  msgid "Disable Login and Checkout"
1305
  msgstr "Login und Checkout"
1306
 
1307
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:630
1308
  msgid "Disable login and checkout for unactivated customers."
1309
  msgstr "Deaktiviere den Login und Checkout für inaktive Kunden."
1310
 
1311
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:631
1312
  msgid ""
1313
  "Customers that did not click on the activation link will not be able to "
1314
  "complete checkout nor login to their account."
1318
  "werden."
1319
 
1320
  # @ woocommerce-germanized
1321
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:638
1322
  msgid "Delete Unactivated After"
1323
  msgstr "Unaktivierte löschen nach"
1324
 
1325
  # @ woocommerce-germanized
1326
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:639
1327
  msgid ""
1328
  "This will make sure unactivated customer accounts will be deleted after X "
1329
  "days. Set to 0 if you don't want to automatically delete unactivated "
1334
  "setze den Wert auf 0."
1335
 
1336
  # @ woocommerce-germanized
1337
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:640
1338
  msgid "days"
1339
  msgstr "Tagen"
1340
 
1341
  # @ woocommerce-germanized
1342
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:649
1343
  #: includes/wc-gzd-core-functions.php:60
1344
  msgid "Right of Recission"
1345
  msgstr "Widerrufsrecht"
1346
 
1347
  # @ woocommerce-germanized
1348
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:652
1349
  msgid "Revocation Address"
1350
  msgstr "Widerruf richten an"
1351
 
1352
  # @ woocommerce-germanized
1353
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:653
1354
  msgid ""
1355
  "Type in an address, telephone/telefax number, email address which is to be "
1356
  "used as revocation address"
1359
  "die deine Kunden ihren Widerruf richten sollen"
1360
 
1361
  # @ woocommerce-germanized
1362
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:662
1363
  #: includes/admin/views/html-page-status-germanized.php:81
1364
  msgid "Virtual VAT"
1365
  msgstr "USt. Änderung 2015"
1366
 
1367
  # @ woocommerce-germanized
1368
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:665
1369
  msgid "Enable Virtual VAT"
1370
  msgstr "USt. Anpassung aktivieren"
1371
 
1372
  # @ woocommerce-germanized
1373
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:666
1374
  msgid ""
1375
  "Enable if you want to charge your customer's countries' VAT for virtual "
1376
  "products."
1378
  "Für virtuelle Produkte den USt.-Satz des Dienstleistungsempfängers berechnen."
1379
 
1380
  # @ woocommerce-germanized
1381
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:670
1382
  #, php-format
1383
  msgid ""
1384
  "New EU VAT rule applies on 01.01.2015. Make sure that every digital or "
1401
  "dazu findest du <a href=\"%s\" target=\"_blank\">hier</a>."
1402
 
1403
  # @ woocommerce-germanized
1404
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:675
1405
  msgctxt "invoices"
1406
  msgid "Invoices"
1407
  msgstr "Rechnungen"
1408
 
1409
  # @ woocommerce-germanized
1410
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:687
1411
  msgid "VAT"
1412
  msgstr "Umsatzsteuer"
1413
 
1414
  # @ woocommerce-germanized
1415
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:719
1416
  msgid "Customer"
1417
  msgstr "Kunde"
1418
 
1419
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:719
1420
  msgid "Admin"
1421
  msgstr "Admin"
1422
 
1423
  # @ woocommerce-germanized
1424
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:730
1425
  #, php-format
1426
  msgid "Attach %s"
1427
  msgstr "%s"
1428
 
1429
  # @ woocommerce-germanized
1430
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:731
1431
  #, php-format
1432
  msgid "Attach %s to the following email templates"
1433
  msgstr "%s an die folgenden E-Mail Templates anfügen"
1434
 
1435
  # @ woocommerce-germanized
1436
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:744
1437
  msgid "E-Mails"
1438
  msgstr "E-Mails"
1439
 
1440
  # @ woocommerce-germanized
1441
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:744
1442
  msgid ""
1443
  "Use drag & drop to customize attachment order. Don't forget to save your "
1444
  "changes."
1447
  "beeinflussen und speichere anschließend deine Änderungen."
1448
 
1449
  # @ woocommerce-germanized
1450
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:761
1451
  msgid "Email Display Options"
1452
  msgstr "Darstellung"
1453
 
1454
  # @ woocommerce-germanized
1455
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:764
1456
  msgid "Show within Emails"
1457
  msgstr "In E-Mails anzeigen"
1458
 
1459
  # @ woocommerce-germanized
1460
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:765
1461
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:920
1462
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:969
1463
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1033
1464
  msgid "Base Price"
1465
  msgstr "Grundpreis"
1466
 
1467
  # @ woocommerce-germanized
1468
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:781
1469
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:936
1470
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:985
1471
  msgid "Delivery Time Notice"
1472
  msgstr "Lieferzeiten-Hinweis"
1473
 
1474
  # @ woocommerce-germanized
1475
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:789
1476
  msgid "Short Description"
1477
  msgstr "Warenkorbkurzbeschreibung"
1478
 
1479
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:800
1480
  msgid "Hide Username"
1481
  msgstr "Nutzernamen verstecken"
1482
 
1483
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:801
1484
  msgid ""
1485
  "Hide username from email content if password or password reset link is "
1486
  "embedded."
1487
  msgstr "Nutzernamen nicht zusammen mit einem Passwort versenden."
1488
 
1489
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:802
1490
  msgid ""
1491
  "Trusted Shops advises to not show the username together with an account "
1492
  "password or password reset link. This option hides (or masks) the username "
1497
  "Trusted Shops Mitglied bist, solltest du diese Option aktivieren."
1498
 
1499
  # @ woocommerce-germanized
1500
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:810
1501
  msgid "Email Attachment Options"
1502
  msgstr "PDF Anhang"
1503
 
1504
  # @ woocommerce-germanized
1505
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:810
1506
  #, php-format
1507
  msgid ""
1508
  "Want to attach automatically generated PDF files to emails instead of plain "
1512
  "%sUpgrade zur %spro%s Version%s"
1513
 
1514
  # @ woocommerce-germanized
1515
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:833
1516
  msgid "Downloadable Product"
1517
  msgstr "Herunterladbares Produkt"
1518
 
1519
  # @ woocommerce-germanized
1520
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:834
1521
  msgid "Virtual Product"
1522
  msgstr "Virtuelles Produkt"
1523
 
1524
  # @ woocommerce-germanized
1525
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:846
1526
  msgid "Add to Cart"
1527
  msgstr "Zum Warenkorb Button"
1528
 
1529
  # @ woocommerce-germanized
1530
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:847
1531
  msgid "Show add to cart button on listings?"
1532
  msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
1533
 
1534
  # @ woocommerce-germanized
1535
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:851
1536
  msgid ""
1537
  "unset this option if you don't want to show the add to cart button within "
1538
  "the product listings"
1541
  "von Produktauflistungen darstellen möchten"
1542
 
1543
  # @ woocommerce-germanized
1544
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:855
1545
  msgid "Link to Details"
1546
  msgstr "Verlinkung zu Produktdetails"
1547
 
1548
  # @ woocommerce-germanized
1549
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:856
1550
  msgid ""
1551
  "Want to link to product details page instead of add to cart within listings?"
1552
  msgstr "Zum Warenkorb Button mit Button zur Produktdetail-Seite ersetzen?"
1553
 
1554
  # @ woocommerce-germanized
1555
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:860
1556
  msgid ""
1557
  "Decide whether you like to link to your product's details page instead of "
1558
  "displaying an add to cart button within product listings."
1562
  "diese Option."
1563
 
1564
  # @ woocommerce-germanized
1565
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:864
1566
  msgid "Product Details Text"
1567
  msgstr "Produktdetails Text"
1568
 
1569
  # @ woocommerce-germanized
1570
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:866
1571
  msgid "Details"
1572
  msgstr "Details"
1573
 
1574
  # @ woocommerce-germanized
1575
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:868
1576
  msgid ""
1577
  "If you have chosen to link to product details page instead of add to cart "
1578
  "URL you may want to change the button text."
1582
  "einen Button-Text vergeben."
1583
 
1584
  # @ woocommerce-germanized
1585
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:873
1586
  msgid "Digital Delivery Time Text"
1587
  msgstr "Lieferzeit Digital"
1588
 
1589
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:877
1590
  msgid ""
1591
  "Enter a text which will be shown as digital delivery time text (replacement "
1592
  "for default digital time on digital products)."
1596
  "lassen."
1597
 
1598
  # @ woocommerce-germanized
1599
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:882
1600
  msgid "Notice Footer"
1601
  msgstr "Hinweise im Footer"
1602
 
1603
  # @ woocommerce-germanized
1604
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:883
1605
  msgid "Show a global VAT notice within footer"
1606
  msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer einfügen."
1607
 
1608
  # @ woocommerce-germanized
1609
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:891
1610
  msgid "Show a global sale price notice within footer"
1611
  msgstr ""
1612
  "Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer "
1613
  "einfügen."
1614
 
1615
  # @ woocommerce-germanized
1616
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:900
1617
  msgid "Products"
1618
  msgstr "Produkt"
1619
 
1620
  # @ woocommerce-germanized
1621
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:903
1622
  msgid "Show within Product Listings"
1623
  msgstr "In Produktlisten"
1624
 
1625
  # @ woocommerce-germanized
1626
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:904
1627
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:953
1628
  msgid "Shipping Costs notice"
1629
  msgstr "Versandkosten-Hinweis"
1630
 
1631
  # @ woocommerce-germanized
1632
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:912
1633
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:961
1634
  msgid "Tax Info"
1635
  msgstr "MwSt. Hinweis"
1636
 
1637
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:944
1638
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:993
1639
  #: includes/class-wc-gzd-post-types.php:93
1640
  #: includes/class-wc-gzd-post-types.php:95
1641
  msgid "Price Labels"
1642
  msgstr "Preishinweise"
1643
 
1644
  # @ woocommerce-germanized
1645
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:952
1646
  msgid "Show on Product Detail Page"
1647
  msgstr "Auf der Produktseite"
1648
 
1649
  # @ woocommerce-germanized
1650
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1001
1651
  msgid "Hide Tax Rate"
1652
  msgstr "Steuersatz verstecken"
1653
 
1654
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1002
1655
  msgid "Hide specific tax rate within shop pages."
1656
  msgstr "Entferne die Anzeige des konkreten Steuersatzes im Shop."
1657
 
1658
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1006
1659
  msgid ""
1660
  "This option will make sure that within shop pages no specific tax rates are "
1661
  "shown. Instead only incl. tax or excl. tax notice is shown."
1665
  "bzw. exkl. MwSt."
1666
 
1667
  # @ woocommerce-germanized
1668
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1010
1669
  msgid "Hide Shipping Costs Notice"
1670
  msgstr "Versandkosten ausblenden"
1671
 
1672
  # @ woocommerce-germanized
1673
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1011
1674
  msgid ""
1675
  "Select product types for which you might want to disable the shipping costs "
1676
  "notice."
1679
  "möchtest."
1680
 
1681
  # @ woocommerce-germanized
1682
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1021
1683
  msgid "Hide Delivery Time Notice"
1684
  msgstr "Lieferzeiten ausblenden"
1685
 
1686
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1022
1687
  msgid ""
1688
  "Select product types for which you might want to disable the delivery time "
1689
  "notice."
1692
  "möchtest."
1693
 
1694
  # @ woocommerce-germanized
1695
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1036
1696
  msgid "Base Price Text"
1697
  msgstr "Grundpreis Text"
1698
 
1699
  # @ woocommerce-germanized
1700
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1037
1701
  msgid ""
1702
  "This text will be used to display the base price. Use {price} to insert the "
1703
  "price. If you want to specifically format base price output use {base}, "
1709
  "{base_price} für die einzelnen Elemente."
1710
 
1711
  # @ woocommerce-germanized
1712
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1042
1713
  msgid "{price}"
1714
  msgstr "{price}"
1715
 
1716
  # @ woocommerce-germanized
1717
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1046
1718
  msgid "Variable Base Price"
1719
  msgstr "Variabler Grundpreis"
1720
 
1721
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1047
1722
  msgid "Enable price range base prices for variable products."
1723
  msgstr "Aktiviere von-bis-Grundpreise für variable Produkte."
1724
 
1725
  # @ woocommerce-germanized
1726
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1054
1727
  msgid "Product Units Text"
1728
  msgstr "Produkteinheiten Text"
1729
 
1730
  # @ woocommerce-germanized
1731
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1055
1732
  msgid ""
1733
  "This text will be used to display the product units. Use {product_units} to "
1734
  "insert the amount of product units. Use {unit} to insert the unit. "
1740
  "Grundpreis."
1741
 
1742
  # @ woocommerce-germanized
1743
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1060
1744
  msgid "Product contains: {product_units} {unit}"
1745
  msgstr "Produkt enthält: {product_units} {unit}"
1746
 
1747
  # @ woocommerce-germanized
1748
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1065
1749
  msgid "Checkout & Cart"
1750
  msgstr "Checkout & Warenkorb"
1751
 
1752
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1068
1753
  msgid "DHL Parcel Shops"
1754
  msgstr "DHL Packstationen"
1755
 
1756
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1069
1757
  msgid ""
1758
  "Allow customers to choose a DHL parcel shop or packing station as delivery "
1759
  "address."
1760
  msgstr "Versand an DHL Packstation bzw. Paketshops aktivieren."
1761
 
1762
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1073
1763
  msgid ""
1764
  "This option adds a checkbox to your checkout shipping fields which allows "
1765
  "the customer to optionally choose a DHL packing station or parcel shop for "
1769
  "der Kunde optional die Lieferung an eine Packstation aktivieren. Fall das "
1770
  "der Fall ist, muss eine PostNummer angegeben werden."
1771
 
1772
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1077
1773
  msgid "Supported Countries"
1774
  msgstr "Unterstützte Länder"
1775
 
1776
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1081
1777
  msgid "Choose countries which support Parcel Shop delivery."
1778
  msgstr ""
1779
  "Wähle hier die Länder an, in denen du die Lieferung an DHL Packstationen "
1780
  "bzw. Paketshops aktivieren möchtest."
1781
 
1782
  # @ woocommerce-germanized
1783
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1085
1784
  msgid "Disabled Methods"
1785
  msgstr "Deaktiviert für"
1786
 
1787
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1091
1788
  msgid ""
1789
  "Optionally choose methods for which DHL Parcel Shop Delivery should be "
1790
  "disabled. Does only work if you have disabled choosing shipping methods "
1794
  "Packstationen deaktiviert werden soll. Funktioniert nur in Verbindung mit "
1795
  "der Option \"Auswahl von Versandarten im Checkout deaktivieren\"."
1796
 
1797
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1095
1798
  #: includes/class-wc-gzd-dhl-parcel-shops.php:348
1799
  msgid "Parcel Shop Finder"
1800
  msgstr "Paketshop finden"
1801
 
1802
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1096
1803
  msgid ""
1804
  "Enable DHL Parcel Shop Finder to let customers choose a parcel shop nearby."
1805
  msgstr "Standortsuche nach der nächstgelegenen Packstation aktivieren."
1806
 
1807
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1100
1808
  #, php-format
1809
  msgid ""
1810
  "You may enable this option to add a <a href=\"%s\" target=\"_blank\">Parcel "
1819
  "Nähe auswählen und die Daten automatisch übernehmen."
1820
 
1821
  # @ woocommerce-germanized
1822
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1104
1823
  #: includes/admin/views/html-page-status-germanized.php:55
1824
  msgid "Fallback Mode"
1825
  msgstr "Fallback Modus"
1826
 
1827
  # @ woocommerce-germanized
1828
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1105
1829
  msgid ""
1830
  "Enable to make sure default checkout template is not being overriden by "
1831
  "theme."
1833
  "Überschreiben relevanter Templates im Checkout durch dein Theme verhindern."
1834
 
1835
  # @ woocommerce-germanized
1836
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1109
1837
  msgid ""
1838
  "If you are facing problems within your checkout e.g. legally relevant data "
1839
  "is not showing (terms, delivery time, unit price etc.) your theme seems to "
1847
  "Checkout (review-order.php und form-checkout.php) zu überschreiben. "
1848
 
1849
  # @ woocommerce-germanized
1850
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1113
1851
  msgid "Force free shipping"
1852
  msgstr "Versandmethode erzwingen"
1853
 
1854
  # @ woocommerce-germanized
1855
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1114
1856
  msgid "Force free shipping method if available?"
1857
  msgstr "Kostenlosen Versand erzwingen wenn die Methode zur Verfügung steht?"
1858
 
1859
  # @ woocommerce-germanized
1860
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1118
1861
  msgid ""
1862
  "By default WooCommerce will let customers choose other shipping methods than "
1863
  "free shipping (if available). This option will force free shipping if "
1868
  "Versand, sobald dieser verfügbar ist."
1869
 
1870
  # @ woocommerce-germanized
1871
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1122
1872
  msgid "Hide taxes estimated"
1873
  msgstr "Hinweis \"Steuern geschätzt\""
1874
 
1875
  # @ woocommerce-germanized
1876
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1123
1877
  msgid ""
1878
  "Do you want to hide the \"taxes and shipping estimated\" text from your cart?"
1879
  msgstr "Den Hinweis \"Versandkosten und Steuern werden geschätzt\" entfernen?"
1880
 
1881
  # @ woocommerce-germanized
1882
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1127
1883
  msgid ""
1884
  "By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
1885
  "cart. This might puzzle your customers and may not meet german law."
1889
  "Markt geeignet."
1890
 
1891
  # @ woocommerce-germanized
1892
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1131
1893
  msgid "Show Thumbnails"
1894
  msgstr "Thumbnails anzeigen"
1895
 
1896
  # @ woocommerce-germanized
1897
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1132
1898
  msgid "Show product thumbnails on checkout page?"
1899
  msgstr "Produktbilder im Checkout darstellen?"
1900
 
1901
  # @ woocommerce-germanized
1902
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1136
1903
  msgid ""
1904
  "Uncheck if you don't want to show your product thumbnails within checkout "
1905
  "table."
1908
  "bekommen möchtest."
1909
 
1910
  # @ woocommerce-germanized
1911
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1140
1912
  msgid "Hide Shipping Select"
1913
  msgstr "Versandarten Auswahl"
1914
 
1915
  # @ woocommerce-germanized
1916
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1141
1917
  msgid "Hide shipping rate selection from checkout?"
1918
  msgstr "Die Auswahl von Versandarten im Checkout deaktivieren?"
1919
 
1920
  # @ woocommerce-germanized
1921
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1145
1922
  msgid ""
1923
  "This option will hide shipping rate selection from checkout. By then "
1924
  "customers will only be able to change their shipping rate on cart page."
1928
  "Versandmethode ändern."
1929
 
1930
  # @ woocommerce-germanized
1931
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1149
1932
  msgid "Show back to cart button"
1933
  msgstr "Bestellung bearbeiten"
1934
 
1935
  # @ woocommerce-germanized
1936
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1150
1937
  msgid "Show back to cart button within your checkout table?"
1938
  msgstr ""
1939
  "Einen \"Bestellung bearbeiten\" Button in der Bestellübersicht anzeigen?"
1940
 
1941
  # @ woocommerce-germanized
1942
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1154
1943
  msgid ""
1944
  "This button may let your customer edit their order before submitting. Some "
1945
  "people state that this button should be hidden to avoid legal problems."
1951
  "keine weitere Informationen abgedruckt werden sollten."
1952
 
1953
  # @ woocommerce-germanized
1954
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1158
1955
  msgid "Show edit data notice"
1956
  msgstr "Bestellung prüfen Hinweis"
1957
 
1958
  # @ woocommerce-germanized
1959
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1159
1960
  msgid "Show a \"check-your-entries\" notice to the user?"
1961
  msgstr "Einen \"Bestellung prüfen\" Hinweis anzeigen?"
1962
 
1963
  # @ woocommerce-germanized
1964
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1163
1965
  msgid "This notice will be added right before the order comments field."
1966
  msgstr ""
1967
  "Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
1968
 
1969
  # @ woocommerce-germanized
1970
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1167
1971
  msgid "Checkout Table Color"
1972
  msgstr "Hintergrundfarbe der Tabelle"
1973
 
1974
  # @ woocommerce-germanized
1975
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1169
1976
  msgid ""
1977
  "Choose the color of your checkout product table. This table should be "
1978
  "highlighted within your checkout page."
1981
  "Tabelle sollte sich farblich vom Rest des Inhalts abheben."
1982
 
1983
  # @ woocommerce-germanized
1984
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1175
1985
  msgid "Checkout Legal Display"
1986
  msgstr "Checkbox oder Text"
1987
 
1988
  # @ woocommerce-germanized
1989
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1176
1990
  msgid "Use Text without Checkbox"
1991
  msgstr "Rechtshinweis ohne Checkbox."
1992
 
1993
  # @ woocommerce-germanized
1994
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1178
1995
  msgid ""
1996
  "This version will remove checkboxes from Checkout and display a text "
1997
  "instead. This seems to be legally compliant (Zalando & Co are using this "
2002
  "diese Form)"
2003
 
2004
  # @ woocommerce-germanized
2005
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1184
2006
  msgid "Legal Text"
2007
  msgstr "Rechtlicher Hinweistext"
2008
 
2009
  # @ woocommerce-germanized
2010
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1185
2011
  msgid ""
2012
  "Choose a Plain Text which will be shown right above checkout submit button. "
2013
  "Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, "
2020
  "revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
2021
 
2022
  # @ woocommerce-germanized
2023
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1187
2024
  msgid ""
2025
  "With your order, you agree to have read and understood our {term_link}Terms "
2026
+ "and Conditions{/term_link} your {revocation_link}Right of Recission{/"
2027
+ "revocation_link} and our {data_security_link}Privacy Policy{/"
2028
+ "data_security_link}."
2029
  msgstr ""
2030
  "Mit deiner Bestellung erklärst du dich mit unseren {term_link}Allgemeinen "
2031
+ "Geschäftsbedingungen{/term_link}, {revocation_link}Widerrufsbestimmungen{/"
2032
+ "revocation_link} und {data_security_link}Datenschutzbestimmungen{/"
2033
+ "data_security_link} einverstanden."
2034
 
2035
  # @ woocommerce-germanized
2036
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1194
2037
  msgid "Legal Text Error"
2038
  msgstr "Fehlermeldung der Checkbox"
2039
 
2040
  # @ woocommerce-germanized
2041
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1195
2042
  msgid ""
2043
  "If you have chosen to use checkbox validation please choose a error message "
2044
  "which will be shown if the user doesn't check checkbox. Use {term_link}{/"
2053
  "revocation_link}"
2054
 
2055
  # @ woocommerce-germanized
2056
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1197
2057
  msgid ""
2058
  "To finish the order you have to accept to our {term_link}Terms and "
2059
+ "Conditions{/term_link}, {revocation_link}Right of Recission{/"
2060
+ "revocation_link} and our {data_security_link}Privacy Policy{/"
2061
+ "data_security_link}."
2062
  msgstr ""
2063
  "Bitte akzeptiere unsere {term_link}Allgemeinen Geschäftsbedingungen{/"
2064
+ "term_link}, {revocation_link}Widerrufsbestimmungen{/revocation_link} und "
2065
+ "{data_security_link}Datenschutzbestimmungen{/data_security_link}."
2066
 
2067
  # @ woocommerce-germanized
2068
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1204
2069
  msgid "Show digital notice"
2070
  msgstr "Checkbox digitale Produkte"
2071
 
2072
  # @ woocommerce-germanized
2073
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1205
2074
  msgid "Show checkbox for digital products."
2075
  msgstr "Checkbox bei digitalen Produkten anzeigen."
2076
 
2077
  # @ woocommerce-germanized
2078
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1206
2079
  msgid ""
2080
  "Disable this option if you want your customers to obtain their right of "
2081
  "recission even if digital products are being bought."
2085
  "werden, dass im Falle von digitalen Produkten das Widerrufsrecht erlischt."
2086
 
2087
  # @ woocommerce-germanized
2088
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1213
2089
  msgid "Digital Product types"
2090
  msgstr "Digitale Produkttypen"
2091
 
2092
  # @ woocommerce-germanized
2093
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1214
2094
  msgid ""
2095
  "Select product types for which the loss of recission notice is shown. "
2096
  "Product types like \"simple product\" may be redudant because they include "
2102
  "einschließen."
2103
 
2104
  # @ woocommerce-germanized
2105
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1224
2106
  msgid "Legal Digital Text"
2107
  msgstr "Hinweis Digital"
2108
 
2109
  # @ woocommerce-germanized
2110
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1225
2111
  msgid ""
2112
  "Choose a Plain Text which will be shown right above checkout submit button "
2113
  "if a user has picked a digital product. See legal text option for possible "
2118
  "Platzhalter verwenden wie beim Rechtlichen Hinweistext"
2119
 
2120
  # @ woocommerce-germanized
2121
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1227
2122
  msgid ""
2123
  "For digital products: I strongly agree that the execution of the agreement "
2124
  "starts before the revocation period has expired. I am aware that my right of "
2129
  "bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
2130
 
2131
  # @ woocommerce-germanized
2132
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1234
2133
  msgid "Legal Digital Error"
2134
  msgstr "Fehlermeldung Digital"
2135
 
2136
  # @ woocommerce-germanized
2137
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1235
2138
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1274
2139
  msgid ""
2140
  "This text will be shown as error message if customer has not checked the "
2141
  "corresponding checkbox. See legal text option for possible placeholders."
2145
  "Hinweistext für eine Liste der Platzhalter."
2146
 
2147
  # @ woocommerce-germanized
2148
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1237
2149
  #: includes/wc-gzd-cart-functions.php:381
2150
  msgid ""
2151
  "To retrieve direct access to digital content you have to agree to the loss "
2155
  "Widerrufsrecht verzichten."
2156
 
2157
  # @ woocommerce-germanized
2158
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1244
2159
  msgid "Digital Confirmation Notice"
2160
  msgstr "Digitale Bestätigung"
2161
 
2162
  # @ woocommerce-germanized
2163
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1245
2164
  msgid ""
2165
  "This text will be appended to your order processing email if the order "
2166
  "contains digital products. Use placeholders {link}{/link} to insert link to "
2171
  "Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
2172
 
2173
  # @ woocommerce-germanized
2174
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1248
2175
  msgid ""
2176
  "Furthermore you have expressly agreed to start the performance of the "
2177
  "contract for digital items (e.g. downloads) before expiry of the withdrawal "
2185
  "verlieren."
2186
 
2187
  # @ woocommerce-germanized
2188
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1254
2189
  msgid "Show service notice"
2190
  msgstr "Checkbox Dienstleistungen"
2191
 
2192
  # @ woocommerce-germanized
2193
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1255
2194
  msgid "Show checkbox for service products."
2195
  msgstr "Checkbox bei Dienstleistungen anzeigen."
2196
 
2197
  # @ woocommerce-germanized
2198
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1256
2199
  msgid ""
2200
  "Disable this option if you want your customers to obtain their right of "
2201
  "recission even if service products are being bought."
2206
  "Widerrufsfrist mit der Dienstleistung begonnen wird."
2207
 
2208
  # @ woocommerce-germanized
2209
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1263
2210
  msgid "Legal Service Text"
2211
  msgstr "Hinweis Dienstleistungen"
2212
 
2213
  # @ woocommerce-germanized
2214
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1264
2215
  msgid ""
2216
  "Choose a Plain Text which will be shown right above checkout submit button "
2217
  "if a user has picked a service product. See legal text option for possible "
2222
  "Platzhalter verwenden wie beim Rechtlichen Hinweistext."
2223
 
2224
  # @ woocommerce-germanized
2225
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1266
2226
  #: includes/wc-gzd-cart-functions.php:406
2227
  msgid ""
2228
  "For services: I demand and acknowledge the immediate performance of the "
2235
  "vollständiger Erfüllung des Vertrages erlischt."
2236
 
2237
  # @ woocommerce-germanized
2238
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1273
2239
  msgid "Legal Service Error"
2240
  msgstr "Fehlermeldung"
2241
 
2242
  # @ woocommerce-germanized
2243
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1276
2244
  #: includes/wc-gzd-cart-functions.php:417
2245
  msgid ""
2246
  "To allow the immediate performance of the services you have to agree to the "
2249
  "Bitte stimme dem Beginn der Dienstleistung vor Ablauf der Widerrufsfrist zu."
2250
 
2251
  # @ woocommerce-germanized
2252
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1283
2253
  msgid "Service Confirmation Notice"
2254
  msgstr "Dienstleistung Bestätigung"
2255
 
2256
  # @ woocommerce-germanized
2257
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1284
2258
  msgid ""
2259
  "This text will be appended to your order processing email if the order "
2260
  "contains service products. Use placeholders {link}{/link} to insert link to "
2265
  "Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
2266
 
2267
  # @ woocommerce-germanized
2268
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1287
2269
  msgid ""
2270
  "Furthermore you have expressly agreed to start the performance of the "
2271
  "contract for services before expiry of the withdrawal period. I have noted "
2279
  "erlischt."
2280
 
2281
  # @ woocommerce-germanized
2282
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1293
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2283
  msgid "Pay now Button"
2284
  msgstr "Jetzt bezahlen Button"
2285
 
2286
  # @ woocommerce-germanized
2287
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1294
2288
  msgid "Add a pay now button to emails and order success page."
2289
  msgstr ""
2290
  "Füge einen jetzt bezahlen - Button zur E-Mail und der Bestätigungs-Seite "
2291
  "hinzu."
2292
 
2293
  # @ woocommerce-germanized
2294
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1295
2295
  msgid ""
2296
  "Add a pay now button to order confirmation email and order success page if "
2297
  "the order awaits payment (PayPal etc)."
2301
  "benötigt (z.B. per PayPal)."
2302
 
2303
  # @ woocommerce-germanized
2304
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1302
2305
+ msgid "Disabled for"
2306
+ msgstr "Deaktiviert für"
2307
+
2308
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1303
2309
+ msgid "You may want to disable the pay now button for certain payment methods."
2310
+ msgstr ""
2311
+ "Du kannst den jetzt bezahlen Button hier bei Bedarf für bestimmte "
2312
+ "Zahlungsarten deaktivieren."
2313
+
2314
+ # @ woocommerce-germanized
2315
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1312
2316
  msgid "Order Success Text"
2317
  msgstr "Bestellung eingegangen"
2318
 
2319
  # @ woocommerce-germanized
2320
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1313
2321
  msgid "Choose a custom text to display on order success page."
2322
  msgstr ""
2323
  "Hier kannst du einen individuellen kurzen Text eingeben, der nach der "
2324
  "Bestellung ausgegeben wird."
2325
 
2326
  # @ woocommerce-germanized
2327
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1321
2328
  msgid "Order Success Data"
2329
  msgstr "Bestellbestätigungs-Daten"
2330
 
2331
  # @ woocommerce-germanized
2332
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1322
2333
  msgid "Hide product table and customer data on order success page"
2334
  msgstr ""
2335
  "Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
2336
 
2337
  # @ woocommerce-germanized
2338
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1430
2339
  msgid ""
2340
  "Sorry, but the new Virtual VAT rules cannot be applied to small business."
2341
  msgstr ""
2951
  #: includes/api/class-wc-gzd-rest-customers-controller.php:144
2952
  #: includes/api/class-wc-gzd-rest-orders-controller.php:161
2953
  #: includes/api/class-wc-gzd-rest-orders-controller.php:168
 
2954
  #: includes/class-wc-gzd-checkout.php:315
2955
+ #: includes/class-wc-gzd-checkout.php:325
2956
  #: includes/class-wc-gzd-customer-helper.php:114
2957
  #: includes/class-wc-gzd-customer-helper.php:122
2958
  msgid "Title"
2968
  #: includes/class-wc-gzd-dhl-parcel-shops.php:163
2969
  #: includes/class-wc-gzd-dhl-parcel-shops.php:188
2970
  #: includes/class-wc-gzd-dhl-parcel-shops.php:201
2971
+ #: includes/class-wc-gzd-privacy.php:58 includes/class-wc-gzd-privacy.php:82
2972
+ #: includes/class-wc-gzd-privacy.php:120
2973
  msgid "Postnumber"
2974
  msgstr "PostNummer"
2975
 
2977
  #: includes/api/class-wc-gzd-rest-customers-controller.php:163
2978
  #: includes/api/class-wc-gzd-rest-orders-controller.php:194
2979
  #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:30
2980
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:654
2981
  #: includes/gateways/direct-debit/views/html-export.php:27
2982
  msgid "Direct Debit"
2983
  msgstr "Lastschrift"
2985
  # @ woocommerce-germanized
2986
  #: includes/api/class-wc-gzd-rest-customers-controller.php:168
2987
  #: includes/api/class-wc-gzd-rest-orders-controller.php:199
2988
+ #: includes/class-wc-gzd-privacy.php:61 includes/class-wc-gzd-privacy.php:83
2989
+ #: includes/class-wc-gzd-privacy.php:123
2990
  #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:108
2991
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:449
2992
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:680
2993
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:821
2994
  msgid "Account Holder"
2995
  msgstr "Kontoinhaber"
2996
 
2997
  # @ woocommerce-germanized
2998
  #: includes/api/class-wc-gzd-rest-customers-controller.php:173
2999
  #: includes/api/class-wc-gzd-rest-orders-controller.php:204
3000
+ #: includes/class-wc-gzd-privacy.php:62 includes/class-wc-gzd-privacy.php:84
3001
+ #: includes/class-wc-gzd-privacy.php:124
3002
  #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:115
3003
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:450
3004
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:688
3005
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:825
3006
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:917
3007
  msgid "IBAN"
3008
  msgstr "IBAN"
3009
 
3010
  # @ woocommerce-germanized
3011
  #: includes/api/class-wc-gzd-rest-customers-controller.php:178
3012
  #: includes/api/class-wc-gzd-rest-orders-controller.php:209
3013
+ #: includes/class-wc-gzd-privacy.php:63 includes/class-wc-gzd-privacy.php:85
3014
+ #: includes/class-wc-gzd-privacy.php:125
3015
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:122
3016
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:451
3017
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:829
3018
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:918
3019
  msgid "BIC/SWIFT"
3020
  msgstr "BIC/SWIFT"
3021
 
3033
 
3034
  # @ woocommerce-germanized
3035
  #: includes/api/class-wc-gzd-rest-orders-controller.php:214
3036
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:129
3037
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:455
3038
  msgid "Mandate Reference ID"
3039
  msgstr "Mandat-Referenznummer"
3040
 
3223
  msgstr "Bitte gib eine echte Postleitzahl ein"
3224
 
3225
  # @ woocommerce-germanized
3226
+ #: includes/class-wc-gzd-ajax.php:101
3227
  msgctxt "revocation-form"
3228
  msgid "is not valid."
3229
  msgstr "ist leider nicht korrekt."
3230
 
3231
  # @ woocommerce-germanized
3232
+ #: includes/class-wc-gzd-ajax.php:121
3233
  msgctxt "revocation-form"
3234
  msgid ""
3235
  "Thank you. We have received your Revocation Request. You will receive a "
3239
  "Mail mit deinen Daten als Bestätigung."
3240
 
3241
  # @ woocommerce-germanized
3242
+ #: includes/class-wc-gzd-checkout.php:316
3243
+ #: includes/class-wc-gzd-checkout.php:324
3244
+ #: includes/class-wc-gzd-checkout.php:349
3245
+ #: includes/class-wc-gzd-checkout.php:575
3246
  #: includes/class-wc-gzd-customer-helper.php:116
3247
  #: includes/class-wc-gzd-customer-helper.php:124
3248
  #: includes/class-wc-gzd-revocation.php:41
3249
+ #: includes/wc-gzd-core-functions.php:188
3250
  msgid "Mr."
3251
  msgstr "Herr"
3252
 
3253
  # @ woocommerce-germanized
3254
+ #: includes/class-wc-gzd-checkout.php:316
3255
+ #: includes/class-wc-gzd-checkout.php:324
3256
+ #: includes/class-wc-gzd-checkout.php:350
3257
+ #: includes/class-wc-gzd-checkout.php:575
3258
+ #: includes/class-wc-gzd-checkout.php:584
3259
  #: includes/class-wc-gzd-customer-helper.php:116
3260
  #: includes/class-wc-gzd-customer-helper.php:124
3261
  #: includes/class-wc-gzd-revocation.php:42
3262
+ #: includes/wc-gzd-core-functions.php:188
3263
  msgid "Ms."
3264
  msgstr "Frau"
3265
 
3280
  "\">hier</a>."
3281
 
3282
  #: includes/class-wc-gzd-customer-helper.php:102
3283
+ #: includes/class-wc-gzd-customer-helper.php:200
3284
+ #: includes/class-wc-gzd-customer-helper.php:281
3285
  msgid ""
3286
  "Please activate your account through clicking on the activation link "
3287
  "received via email."
3288
  msgstr ""
3289
  "Bitte aktiviere dein Kundenkonto indem du auf den Link in der E-Mail klickst."
3290
 
3291
+ #: includes/class-wc-gzd-customer-helper.php:209
3292
  #, php-format
3293
  msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
3294
  msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
3295
 
3296
+ #: includes/class-wc-gzd-customer-helper.php:211
3297
  msgid "Please create an account or login before continuing to checkout"
3298
  msgstr ""
3299
  "Bitte erstelle ein Kundenkonto oder logge dich ein, bevor du zur Kasse gehst"
3300
 
3301
  # @ woocommerce-germanized
3302
+ #: includes/class-wc-gzd-customer-helper.php:302
3303
  msgid "Thank you. You have successfully activated your account."
3304
  msgstr "Vielen Dank. Dein Benutzerkonto wurde erfolgreich aktiviert."
3305
 
3306
  # @ woocommerce-germanized
3307
+ #: includes/class-wc-gzd-customer-helper.php:307
3308
  msgid "Sorry, but this activation code cannot be found."
3309
  msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
3310
 
3447
  msgid "eKomi Options"
3448
  msgstr "eKomi"
3449
 
3450
+ #: includes/class-wc-gzd-emails.php:92
3451
  msgid "Someone requested a password reset for your account."
3452
  msgstr ""
3453
  "Jemand hat das Zurücksetzen des Passworts für deinen Account beantragt."
3454
 
3455
+ #: includes/class-wc-gzd-emails.php:105
3456
  #, php-format
3457
  msgid "Thanks for creating an account on %s."
3458
  msgstr "Danke, dass du ein Konto bei %s erstellt hast."
3459
 
3460
  # @ woocommerce-germanized
3461
+ #: includes/class-wc-gzd-emails.php:554
3462
  msgctxt "revocation-form"
3463
  msgid "Forward your Revocation online"
3464
  msgstr "Deinen Widerruf online erklären"
3546
  msgstr "Zahlungsarten"
3547
 
3548
  # @ woocommerce-germanized
3549
+ #: includes/class-wc-gzd-payment-gateways.php:90
3550
+ #: includes/class-wc-gzd-payment-gateways.php:134
3551
  #, php-format
3552
  msgid "%s payment charge"
3553
  msgstr "%s Zahlungsgebühr"
3554
 
3555
  # @ woocommerce-germanized
3556
+ #: includes/class-wc-gzd-payment-gateways.php:93
3557
  #: includes/wc-gzd-order-functions.php:20
3558
  #: includes/wc-gzd-template-functions.php:539
3559
  #, php-format
3561
  msgstr "zzgl. %s Übermittlungsentgelt (direkt an den Zusteller)"
3562
 
3563
  # @ woocommerce-germanized
3564
+ #: includes/class-wc-gzd-payment-gateways.php:168
3565
  msgid "Fee"
3566
  msgstr "Zahlungsgebühr"
3567
 
3568
  # @ woocommerce-germanized
3569
+ #: includes/class-wc-gzd-payment-gateways.php:170
3570
  msgid ""
3571
  "This fee is being added if customer selects payment method within checkout."
3572
  msgstr ""
3574
  "Zahlungsart aktiviert."
3575
 
3576
  # @ woocommerce-germanized
3577
+ #: includes/class-wc-gzd-payment-gateways.php:175
3578
  msgid "Fee is taxable?"
3579
  msgstr "Mwst. berechnen?"
3580
 
3581
  # @ woocommerce-germanized
3582
+ #: includes/class-wc-gzd-payment-gateways.php:177
3583
  msgid "Check if fee is taxable."
3584
  msgstr "MwSt.-Berechnung für Gebühr aktivieren."
3585
 
3586
  # @ woocommerce-germanized
3587
+ #: includes/class-wc-gzd-payment-gateways.php:184
3588
  msgid "Forwarding Fee"
3589
  msgstr "Übermittlungsentgelt"
3590
 
3591
  # @ woocommerce-germanized
3592
+ #: includes/class-wc-gzd-payment-gateways.php:187
3593
  msgid ""
3594
  "Forwarding fee will be charged by the transport agent in addition to the "
3595
  "cash of delivery fee e.g. DHL - tax free."
3598
  "kassiert - z.B. DHL (steuerfrei)."
3599
 
3600
  # @ woocommerce-germanized
3601
+ #: includes/class-wc-gzd-payment-gateways.php:231
3602
  msgid "Payment charge"
3603
  msgstr "Zahlungsgebühr"
3604
 
3723
  msgid "New Price Label Name"
3724
  msgstr "Name des neuen Preishinweises"
3725
 
3726
+ #: includes/class-wc-gzd-privacy.php:59 includes/class-wc-gzd-privacy.php:121
3727
+ msgid "Billing Title"
3728
+ msgstr "Rechnung Anrede"
3729
+
3730
+ # @ woocommerce-germanized
3731
+ #: includes/class-wc-gzd-privacy.php:60 includes/class-wc-gzd-privacy.php:122
3732
+ msgid "Shipping Title"
3733
+ msgstr "Versand Anrede"
3734
+
3735
+ # @ woocommerce-germanized
3736
+ #: includes/class-wc-gzd-privacy.php:71
3737
+ #, php-format
3738
+ msgid "Removed customer \"%s\""
3739
+ msgstr "Kundendatum „%s“ gelöscht"
3740
+
3741
+ # @ woocommerce-germanized
3742
+ #: includes/class-wc-gzd-privacy.php:86
3743
+ msgid "Mandate Date"
3744
+ msgstr "Mandat Datum"
3745
+
3746
+ # @ woocommerce-germanized
3747
+ #: includes/class-wc-gzd-privacy.php:87
3748
+ msgid "Mandate ID"
3749
+ msgstr "Mandat ID"
3750
+
3751
+ # @ woocommerce-germanized
3752
+ #: includes/class-wc-gzd-privacy.php:88
3753
+ msgid "Mandate Email"
3754
+ msgstr "Mandat E-Mail"
3755
+
3756
  #: includes/class-wc-gzd-product-variable.php:115
3757
  #: includes/class-wc-gzd-product-variable.php:120
3758
  #, php-format
3848
  msgid "Mail"
3849
  msgstr "E-Mail Adresse"
3850
 
3851
+ #: includes/class-wc-gzd-revocation.php:83
3852
+ #, php-format
3853
+ msgctxt "revocation-form"
3854
+ msgid ""
3855
+ "Please accept our <a href=\"%s\" target=\"_blank\">Pricacy Policy</a> so "
3856
+ "that we can process your inquiry."
3857
+ msgstr ""
3858
+ "Bitte akzeptiere unsere <a href=\"%s\" target=\"_blank"
3859
+ "\">Datenschutzerklärung</a> damit wir deinen Widerruf bearbeiten können."
3860
+
3861
  # @ woocommerce-germanized
3862
  #: includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:233
3863
  msgctxt "polylang"
4198
  "auf einen Tag verkürzt. "
4199
 
4200
  # @ woocommerce-germanized
4201
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:188
4202
  msgid "SEPA"
4203
  msgstr "SEPA"
4204
 
4205
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:191
4206
  msgid "SEPA XML"
4207
  msgstr "SEPA XML"
4208
 
4209
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:252
4210
  msgid "SEPA XML Export"
4211
  msgstr "SEPA XML Export"
4212
 
4213
  # @ woocommerce-germanized
4214
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:389
4215
  #, php-format
4216
  msgid "Order %s"
4217
  msgstr "Bestellung %s"
4218
 
4219
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:411
4220
  msgid "Will be notified separately"
4221
  msgstr "Wird separat mitgeteilt"
4222
 
4223
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:460
4224
  #, php-format
4225
  msgid ""
4226
  "We will debit %s from your account by direct debit on or shortly after %s."
4229
  "%s ein."
4230
 
4231
  # @ woocommerce-germanized
4232
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:564
4233
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:587
4234
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:611
4235
  msgid "a single payment"
4236
  msgstr "eine einmalige Zahlung"
4237
 
4238
  # @ woocommerce-germanized
4239
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:645
4240
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:86
4241
  msgid "Enable/Disable"
4242
  msgstr "Aktivieren/Deaktivieren"
4243
 
4244
  # @ woocommerce-germanized
4245
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:647
4246
  msgid "Enable Direct Debit Payment"
4247
  msgstr "Bezahlung per Lastschrift aktivieren"
4248
 
4249
  # @ woocommerce-germanized
4250
  # @ woocommerce
4251
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:651
4252
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:92
4253
  msgctxt "gateway"
4254
  msgid "Title"
4255
  msgstr "Bezeichnung"
4256
 
4257
  # @ woocommerce-germanized
4258
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:653
4259
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:94
4260
  msgid "This controls the title which the user sees during checkout."
4261
  msgstr ""
4262
  "Beschreibungstext, den Benutzer bei der Auswahl dieser Zahlungsart sehen."
4263
 
4264
  # @ woocommerce-germanized
4265
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:658
4266
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:99
4267
  msgid "Description"
4268
  msgstr "Beschreibung"
4269
 
4270
  # @ woocommerce-germanized
4271
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:660
4272
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:101
4273
  msgid "Payment method description that the customer will see on your checkout."
4274
  msgstr "Beschreibung der Zahlungsart, die Kunden auf deiner Website sehen."
4275
 
4276
  # @ woocommerce-germanized
4277
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:661
4278
  msgid "The order amount will be debited directly from your bank account."
4279
  msgstr ""
4280
  "Der Gesamtbestellbetrag wird per SEPA-Lastschrift direkt von deinem Konto "
4281
  "abgebucht."
4282
 
4283
  # @ woocommerce-germanized
4284
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:665
4285
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:106
4286
  msgid "Instructions"
4287
  msgstr "Anweisungen"
4288
 
4289
  # @ woocommerce-germanized
4290
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:667
4291
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:108
4292
  msgid "Instructions that will be added to the thank you page and emails."
4293
  msgstr "Anweisung, die zur „Danke“-Seite und zu E-Mails hinzugefügt werden."
4294
 
4295
  # @ woocommerce-germanized
4296
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:672
4297
  msgid "Debtee"
4298
  msgstr "Gläubiger Informationen"
4299
 
4300
  # @ woocommerce-germanized
4301
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:674
4302
  msgid "Insert your company information."
4303
  msgstr "Füge hier die Informationen zu deinem Unternehmen ein."
4304
 
4305
  # @ woocommerce-germanized
4306
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:676
4307
  msgid "Company Inc, John Doe Street, New York"
4308
  msgstr "Musterfirma GmbH, Musterstraße 12, 12203 Musterstadt"
4309
 
4310
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:682
4311
  msgid "Insert the bank account holder name."
4312
  msgstr "Füge hier den Namen des Kontoinhabers ein."
4313
 
4314
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:684
4315
  msgid "Company Inc"
4316
  msgstr "Muster GmbH"
4317
 
4318
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:690
4319
  msgid "Insert the bank account IBAN."
4320
  msgstr "Füge hier den IBAN deines Kontos ein."
4321
 
4322
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:695
4323
  msgid "BIC"
4324
  msgstr "BIC"
4325
 
4326
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:697
4327
  msgid "Insert the bank account BIC."
4328
  msgstr "Füge hier den BIC deines Kontos ein."
4329
 
4330
  # @ woocommerce-germanized
4331
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:702
4332
  msgid "Debtee identification number"
4333
  msgstr "Identifikationsnummer"
4334
 
4335
  # @ woocommerce-germanized
4336
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:704
4337
  #, php-format
4338
  msgid ""
4339
  "Insert your debtee indentification number. More information can be found <a "
4343
  "Weitere Informationen zu dieser Nummer erhältst du <a href=\"%s\">hier</a>."
4344
 
4345
  # @ woocommerce-germanized
4346
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:708
4347
  msgid "Generate Mandate ID"
4348
  msgstr "Mandat-Referenz generieren"
4349
 
4350
  # @ woocommerce-germanized
4351
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:710
4352
  msgid "Automatically generate Mandate ID."
4353
  msgstr "Mandat-Referenznummer automatisch generieren."
4354
 
4355
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:711
4356
  msgid ""
4357
  "Automatically generate Mandate ID after order completion (based on Order ID)."
4358
  msgstr ""
4360
  "basierend auf der Bestellnummer."
4361
 
4362
  # @ woocommerce-germanized
4363
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:715
4364
  msgid "XML Pain Format"
4365
  msgstr "XML Pain Format"
4366
 
4367
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:717
4368
  msgid ""
4369
  "You may adjust the XML Export Pain Schema to your banks needs. Some banks "
4370
  "may require pain.001.003.03."
4373
  "Banken benötigen z.B. pain.001.003.03."
4374
 
4375
  # @ woocommerce-germanized
4376
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:721
4377
  msgid "Mandate ID Format"
4378
  msgstr "Mandat-Referenz Format"
4379
 
4380
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:723
4381
  msgid ""
4382
  "You may extend the Mandate ID format by adding a prefix and/or suffix. Use "
4383
  "{id} as placeholder to insert the automatically generated ID."
4386
  "{id} als Platzhalter um die automatisch generierte Referenznummer einzufügen."
4387
 
4388
  # @ woocommerce-germanized
4389
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:727
4390
  msgid "Mandate Text"
4391
  msgstr "Lastschriftmandat"
4392
 
4393
  # @ woocommerce-germanized
4394
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:729
4395
  msgid ""
4396
  "This text will be populated with live order/checkout data. Will be used as "
4397
  "preview direct debit mandate and as email template text."
4402
  "Verfügung gestellt."
4403
 
4404
  # @ woocommerce-germanized
4405
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:735
4406
+ msgid "Checkbox"
4407
+ msgstr "Checkbox"
4408
+
4409
+ # @ woocommerce-germanized
4410
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:736
4411
  msgid "Enable \"agree to SEPA mandate\" checkbox"
4412
  msgstr "Aktiviere die Checkbox zur Bestätigung des Lastschriftmandates."
4413
 
4414
  # @ woocommerce-germanized
4415
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:738
4416
  msgid "Enable a checkbox linking to a SEPA direct debit mandate preview."
4417
  msgstr ""
4418
  "Aktiviere eine Checkbox, die zu einer Vorschau des Lastschrift-Mandats führt."
4419
 
4420
  # @ woocommerce-germanized
4421
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:742
4422
  msgid "Checkbox label"
4423
  msgstr "Checkbox Text"
4424
 
4425
  # @ woocommerce-germanized
4426
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:744
4427
  msgid ""
4428
  "Customize the checkbox label. Use {link}link name{/link} to insert the "
4429
  "preview link."
4432
  "auf die Vorschau zu verlinken."
4433
 
4434
  # @ woocommerce-germanized
4435
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:745
4436
  msgid "I hereby agree to the {link}direct debit mandate{/link}."
4437
  msgstr "Hiermit erteile ich das {link}SEPA Lastschriftmandat{/link}."
4438
 
4439
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:749
4440
  msgid "Enable pre-notification"
4441
  msgstr "Vorankündigung aktivieren"
4442
 
4443
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:750
4444
  msgid "Insert pre-notification text within the order confirmation email."
4445
  msgstr ""
4446
  "Fügt einen Standard-Text zur Vorankündigung des SEPA-Einzugs in die "
4447
  "Bestellbestätigung ein."
4448
 
4449
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:752
4450
  msgid ""
4451
  "This option inserts a standard text containing a pre-notification for the "
4452
  "customer."
4455
  "die Bestellbestätigung ein. In der Ankündigung wird u.a. ein konkreter "
4456
  "Fälligkeitstermin genannt."
4457
 
4458
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:756
4459
  msgid "Debit days"
4460
  msgstr "Fälligkeitstage"
4461
 
4462
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:758
4463
  msgid ""
4464
  "This option is used to calculate the debit date and is added to the order "
4465
  "date."
4469
  "hier eingestellten Anzahl Tage."
4470
 
4471
  # @ woocommerce-germanized
4472
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:762
4473
  msgid "Mask IBAN"
4474
  msgstr "IBAN maskieren"
4475
 
4476
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:763
4477
  msgid "Mask the IBAN within emails."
4478
  msgstr "IBAN in E-Mails maskieren."
4479
 
4480
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:765
4481
  msgid ""
4482
  "This will lead to masked IBANs within emails (replaced by *). All but last 4 "
4483
  "digits will be masked."
4485
  "Der IBAN wird in E-Mails (abgesehen von den letzten 4 Stellen) mit * "
4486
  "maskiert."
4487
 
4488
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:774
4489
  msgid "Remember"
4490
  msgstr "Bankdaten merken\t"
4491
 
4492
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:775
4493
  msgid "Remember account data for returning customers."
4494
  msgstr "Bankverbindung für registrierte Kunden speichern."
4495
 
4496
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:777
4497
  msgid "Save account data as user meta if user has/creates a customer account."
4498
  msgstr ""
4499
  "Speichert die Bankverbindung für registrierte Kunden in der user_meta "
4501
  "eigenständig aus."
4502
 
4503
  # @ woocommerce-germanized
4504
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:860
4505
  msgid "Please insert your SEPA account data."
4506
  msgstr "Bitte füge deine SEPA Kontoinformationen ein."
4507
 
4508
  # @ woocommerce-germanized
4509
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:870
4510
  msgid "Your IBAN seems to be invalid."
4511
  msgstr "Dein IBAN scheint nicht gültig zu sein."
4512
 
4513
  # @ woocommerce-germanized
4514
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:872
4515
  msgid "Your IBAN's country code doesn’t match with your billing country."
4516
  msgstr "Der Ländercode des IBANs stimmt nicht mit dem Rechnungsland überein."
4517
 
4518
  # @ woocommerce-germanized
4519
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:876
4520
  msgid "Your BIC seems to be invalid."
4521
  msgstr "Dein BIC/SWIFT scheint nicht gültig zu sein."
4522
 
4523
  # @ woocommerce-germanized
4524
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:888
4525
  msgid "Please accept the direct debit mandate."
4526
  msgstr "Bitte erteile das SEPA Lastschriftmandat."
4527
 
4528
  # @ woocommerce-germanized
4529
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:919
4530
  msgid "is invalid"
4531
  msgstr "ist ungültig"
4532
 
4533
  # @ woocommerce-germanized
4534
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:956
4535
  msgid "Awaiting Direct Debit Payment"
4536
  msgstr "Zahlung per Lastschrift ausstehend"
4537
 
4595
  # @ woocommerce-germanized
4596
  # @ woocommerce
4597
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:57
4598
+ #: woocommerce-germanized.php:593
4599
  msgid "Settings"
4600
  msgstr "Einstellungen"
4601
 
5115
  "a> oder von <a href=\"%s\" target=\"_blank\">Produktbewertungen</a>."
5116
 
5117
  # @ woocommerce-germanized
5118
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:508
5119
  msgctxt "trusted-shops"
5120
  msgid "Review Collector"
5121
  msgstr "Review Collector"
5122
 
5123
  # @ woocommerce-germanized
5124
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:513
5125
  msgctxt "trusted-shops"
5126
  msgid "Export customer data"
5127
  msgstr "Bestellungen exportieren"
5128
 
5129
  # @ woocommerce-germanized
5130
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:517
5131
  msgctxt "trusted-shops"
5132
  msgid "30 days"
5133
  msgstr "30 Tage"
5134
 
5135
  # @ woocommerce-germanized
5136
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:518
5137
  msgctxt "trusted-shops"
5138
  msgid "60 days"
5139
  msgstr "60 Tage"
5140
 
5141
  # @ woocommerce-germanized
5142
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:519
5143
  msgctxt "trusted-shops"
5144
  msgid "90 days"
5145
  msgstr "90 Tage"
5146
 
5147
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:523
5148
+ msgctxt "trusted-shops"
5149
+ msgid "Days until notice will be sent"
5150
+ msgstr "Tage bis die Erinnerung verschickt wird"
5151
+
5152
  # @ woocommerce-germanized
5153
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:527
5154
  msgctxt "trusted-shops"
5155
  msgid "Start export"
5156
  msgstr "Export starten"
5157
 
5158
  # @ woocommerce-germanized
5159
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:530
5160
  #, php-format
5161
  msgctxt "trusted-shops"
5162
  msgid ""
5166
  "Exportiere hier die Kundendaten für die Verwendung im Trusted Shops <a href="
5167
  "\"%s\" target=\"_blank\">Review Collector</a>."
5168
 
5169
+ # @ woocommerce-germanized
5170
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php:59
5171
+ msgctxt "trusted-shops"
5172
+ msgid "Order ID"
5173
+ msgstr "Bestellnummer"
5174
+
5175
+ # @ woocommerce-germanized
5176
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php:60
5177
+ msgctxt "trusted-shops"
5178
+ msgid "Order date"
5179
+ msgstr "Bestelldatum"
5180
+
5181
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php:61
5182
+ msgctxt "trusted-shops"
5183
+ msgid "# Days"
5184
+ msgstr "# Tage"
5185
+
5186
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php:62
5187
+ msgctxt "trusted-shops"
5188
+ msgid "Email"
5189
+ msgstr "E-Mail"
5190
+
5191
+ # @ woocommerce-germanized
5192
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php:63
5193
+ msgctxt "trusted-shops"
5194
+ msgid "First name"
5195
+ msgstr "Vorname"
5196
+
5197
+ # @ woocommerce-germanized
5198
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php:64
5199
+ msgctxt "trusted-shops"
5200
+ msgid "Last name"
5201
+ msgstr "Nachname"
5202
+
5203
  # @ woocommerce-germanized
5204
  #: includes/trusted-shops/class-wc-gzd-trusted-shops-schedule.php:88
5205
  msgctxt "trusted-shops"
5348
  "Bitte überprüfe deine Eingaben. Du kannst diese durch Klicken des „Zurück“-"
5349
  "Buttons deines Browsers korrigieren"
5350
 
 
 
 
 
 
 
 
 
 
 
 
5351
  # @ woocommerce-germanized
5352
  #: templates/checkout/order-submit.php:20
5353
  msgid "Update totals"
5546
  msgid "%s custom reviews"
5547
  msgstr "%s Kundenbewertungen"
5548
 
5549
+ #: woocommerce-germanized.php:694
5550
+ msgid "Pease wait while we are trying to redirect you to the payment provider."
5551
+ msgstr "Einen Moment - wir versuchen dich zum Zahlungsanbieter weiterzuleiten."
5552
+
5553
  # @ woocommerce-germanized
5554
+ #: woocommerce-germanized.php:760
5555
  msgid "Order Confirmation"
5556
  msgstr "Bestellbestätigung"
5557
 
5558
+ #~ msgid "Required"
5559
+ #~ msgstr "Verpflichtend"
5560
+
5561
+ #~ msgid ""
5562
+ #~ "For some reason you may want to force your customers to Opt-In to the "
5563
+ #~ "data transmission to a third party parcel service provider."
5564
+ #~ msgstr ""
5565
+ #~ "Unter Umständen möchtest du die Checkbox für die Datenweitergabe an den "
5566
+ #~ "Paketdienstleister verpflichtend für den Kunden machen, wähle in diesem "
5567
+ #~ "Fall diese Option aus."
5568
+
5569
+ # @ woocommerce-germanized
5570
+ #~ msgid "Checkbox text"
5571
+ #~ msgstr "Checkbox Text"
5572
+
5573
+ # @ woocommerce-germanized
5574
+ #~ msgid "Parcel Delivery Checkbox"
5575
+ #~ msgstr "Paketdienstleister Checkbox"
5576
+
5577
+ # @ woocommerce-germanized
5578
+ #~ msgid "Checkbox required"
5579
+ #~ msgstr "Checkbox verpflichtend"
5580
+
5581
+ # @ woocommerce
5582
+ #~ msgid ""
5583
+ #~ "Since your browser does not support JavaScript, or it is disabled, please "
5584
+ #~ "ensure you click the <em>Update Totals</em> button before placing your "
5585
+ #~ "order. You may be charged more than the amount stated above if you fail "
5586
+ #~ "to do so."
5587
+ #~ msgstr ""
5588
+ #~ "Da dein Browser kein JavaScript erlaubt, denke bitte daran, auf "
5589
+ #~ "\"Gesamtsumme aktualisieren\" zu klicken, bevor du den Auftrag absendest. "
5590
+
5591
  #~ msgid "Number of days until account is debited."
5592
  #~ msgstr "Anzahl der Tage ab Bestelldatum bis zum Fälligkeitstag."
5593
 
i18n/languages/woocommerce-germanized-de_DE_formal.mo CHANGED
Binary file
i18n/languages/woocommerce-germanized-de_DE_formal.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce Germanized v1.5.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-02-08 13:01+0100\n"
6
- "PO-Revision-Date: 2018-02-08 13:03+0100\n"
7
  "Last-Translator: holzhannes <holzhannes@posteo.de>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
@@ -11,7 +11,7 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 2.0.5\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
@@ -95,8 +95,8 @@ msgstr "l"
95
  #: includes/abstracts/abstract-wc-gzd-product.php:264
96
  #: includes/abstracts/abstract-wc-gzd-product.php:273
97
  #: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:169
98
- #: includes/wc-gzd-core-functions.php:137
99
- #: includes/wc-gzd-template-functions.php:609 woocommerce-germanized.php:831
100
  msgid "incl. VAT"
101
  msgstr "inkl. MwSt."
102
 
@@ -108,7 +108,7 @@ msgstr "exkl. MwSt."
108
  # @ woocommerce-germanized
109
  #: includes/abstracts/abstract-wc-gzd-product.php:266
110
  #: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:169
111
- #: includes/wc-gzd-core-functions.php:137 woocommerce-germanized.php:831
112
  #, php-format
113
  msgid "incl. %s%% VAT"
114
  msgstr "inkl. %s%% MwSt."
@@ -154,42 +154,41 @@ msgstr "So geht das leider nicht.."
154
 
155
  # @ woocommerce-germanized
156
  #: includes/admin/class-wc-gzd-admin-status.php:38
157
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:139
158
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:208
159
  #: includes/wc-gzd-core-functions.php:57
160
  msgid "Terms & Conditions"
161
  msgstr "AGB"
162
 
163
  # @ woocommerce-germanized
164
  #: includes/admin/class-wc-gzd-admin-status.php:39
165
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:219
166
  msgid "Power of Revocation"
167
  msgstr "Widerrufsbelehrung"
168
 
169
  # @ woocommerce-germanized
170
  #: includes/admin/class-wc-gzd-admin-status.php:40
171
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:139
172
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:230
173
  #: includes/wc-gzd-core-functions.php:63
174
  msgid "Imprint"
175
  msgstr "Impressum"
176
 
177
  # @ woocommerce-germanized
178
  #: includes/admin/class-wc-gzd-admin-status.php:41
179
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:241
180
  msgid "Data Security Statement"
181
  msgstr "Datenschutzbelehrung"
182
 
183
  # @ woocommerce-germanized
184
  #: includes/admin/class-wc-gzd-admin-status.php:42
185
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:252
186
  msgid "Payment Methods"
187
  msgstr "Zahlungarten"
188
 
189
  # @ woocommerce-germanized
190
  #: includes/admin/class-wc-gzd-admin-status.php:43
191
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:263
192
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1241
193
  msgid "Shipping Methods"
194
  msgstr "Versandarten"
195
 
@@ -205,57 +204,57 @@ msgid "Welcome to WooCommerce Germanized"
205
  msgstr "Willkommen bei WooCommerce Germanized"
206
 
207
  # @ woocommerce-germanized
208
- #: includes/admin/class-wc-gzd-admin-welcome.php:309
209
  msgid "Go to WooCommerce Germanized Settings"
210
  msgstr "zu den WooCommerce Germanized Einstellungen"
211
 
212
- #: includes/admin/class-wc-gzd-admin.php:76
213
  msgid "Order confirmation manually sent to customer."
214
  msgstr "Bestellbestätigung manuell an den Kunden versendet."
215
 
216
  # @ woocommerce-germanized
217
- #: includes/admin/class-wc-gzd-admin.php:82
218
  msgid "Resend order confirmation"
219
  msgstr "Bestellbestätigung erneut versenden"
220
 
221
  # @ woocommerce-germanized
222
- #: includes/admin/class-wc-gzd-admin.php:91
223
  #: includes/admin/settings/class-wc-gzd-settings-germanized.php:25
224
  msgid "Germanized"
225
  msgstr "Germanized"
226
 
227
- #: includes/admin/class-wc-gzd-admin.php:101
228
  msgid "Parcel Delivery Data Transfer:"
229
  msgstr "Paketdienstleister Datenweitergabe:"
230
 
231
- #: includes/admin/class-wc-gzd-admin.php:102
232
  msgid "allowed"
233
  msgstr "akzeptiert"
234
 
235
- #: includes/admin/class-wc-gzd-admin.php:102
236
  msgid "not allowed"
237
  msgstr "nicht akzeptiert"
238
 
239
  # @ woocommerce-germanized
240
- #: includes/admin/class-wc-gzd-admin.php:175
241
  msgid "Optional Email Content"
242
  msgstr "Optionaler E-Mail Inhalt"
243
 
244
  # @ woocommerce-germanized
245
- #: includes/admin/class-wc-gzd-admin.php:184
246
  msgid "Add content which will be replacing default page content within emails."
247
  msgstr ""
248
  "Fülle dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese "
249
  "Seite zu bestimmen."
250
 
251
  # @ woocommerce-germanized
252
- #: includes/admin/class-wc-gzd-admin.php:194
253
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:152
254
  msgid "Optional Mini Description"
255
  msgstr "Warenkorb Kurzbeschreibung"
256
 
257
  # @ woocommerce-germanized
258
- #: includes/admin/class-wc-gzd-admin.php:211
259
  msgid ""
260
  "This content will be shown as short product description within checkout and "
261
  "emails."
@@ -264,18 +263,18 @@ msgstr ""
264
  "Produkt Kurzbeschreibung angezeigt."
265
 
266
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:46
267
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:112
268
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:756
269
  msgid "Service"
270
  msgstr "Dienstleistung"
271
 
272
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:46
273
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:113
274
  msgid "Service products do not sell physical products."
275
  msgstr "Dienstleistungen werden nicht in physikalischer Form verkauft."
276
 
277
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:87
278
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:136
279
  msgid "Sale Label"
280
  msgstr "Regulärer Preishinweis"
281
 
@@ -286,16 +285,16 @@ msgid "Same as Parent"
286
  msgstr "Gleiche wie übergeordnet"
287
 
288
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:97
289
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:137
290
  msgid "Sale Regular Label"
291
  msgstr "Neuer Preis Hinweis"
292
 
293
  # @ woocommerce-germanized
294
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:115
295
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:140
296
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:694
297
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:848
298
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:897
299
  msgid "Product Units"
300
  msgstr "Produkteinheiten"
301
 
@@ -310,7 +309,7 @@ msgstr ""
310
 
311
  # @ woocommerce-germanized
312
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:119
313
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:161
314
  msgid "Calculation"
315
  msgstr "Berechnung"
316
 
@@ -331,7 +330,7 @@ msgstr "Angebots-Einheitspreis"
331
 
332
  # @ woocommerce-germanized
333
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:137
334
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:213
335
  #: includes/api/class-wc-gzd-rest-products-controller.php:39
336
  #: includes/api/class-wc-gzd-rest-products-controller.php:204
337
  msgid "Delivery Time"
@@ -342,21 +341,21 @@ msgstr "Lieferzeit"
342
  msgid "Same as parent"
343
  msgstr "Gleiche wie übergeordnet"
344
 
345
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:120
346
  msgid "Diff. Taxation"
347
  msgstr "Differenzbesteuerung"
348
 
349
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:121
350
  msgid "Product applies to differential taxation based on §25a UStG."
351
  msgstr "Produkt ist differenzbesteuert nach §25a UStG."
352
 
353
  # @ woocommerce-germanized
354
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:136
355
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:137
356
  msgid "Select Price Label"
357
  msgstr "Preishinweis auswählen"
358
 
359
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:136
360
  msgid ""
361
  "If the product is on sale you may want to show a price label right before "
362
  "outputting the old price to inform the customer."
@@ -366,7 +365,7 @@ msgstr ""
366
  "Preis). Mit diesem Hinweis kannst du genau festlegen, um welchen Preis es "
367
  "sich dabei handelte (z.B. UVP)."
368
 
369
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:137
370
  msgid ""
371
  "If the product is on sale you may want to show a price label right before "
372
  "outputting the new price to inform the customer."
@@ -376,35 +375,35 @@ msgstr ""
376
  "neuer Preis)."
377
 
378
  # @ woocommerce-germanized
379
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:139
380
  #: includes/api/class-wc-gzd-rest-products-controller.php:114
381
  #: includes/class-wc-gzd-post-types.php:66
382
  msgid "Unit"
383
  msgstr "Einheit"
384
 
385
  # @ woocommerce-germanized
386
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:139
387
  msgid "Select unit"
388
  msgstr "Einheit auswählen"
389
 
390
  # @ woocommerce-germanized
391
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:139
392
  msgid "Needed if selling on a per unit basis"
393
  msgstr "Notwendig falls auf pro-Einheit-Basis verkauft werden soll"
394
 
395
  # @ woocommerce-germanized
396
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:140
397
  msgid "Number of units included per default product price. Example: 1000 ml."
398
  msgstr ""
399
  "Anzahl der Produkteinheiten auf Basis des Produktpreises. Beispiel: 1000 ml."
400
 
401
  # @ woocommerce-germanized
402
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:141
403
  msgid "Base Price Units"
404
  msgstr "Grundpreiseinheiten"
405
 
406
  # @ woocommerce-germanized
407
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:141
408
  msgid ""
409
  "Base price units. Example base price: 0,99 € / 100 ml. Insert 100 as base "
410
  "price unit amount."
@@ -413,144 +412,153 @@ msgstr ""
413
  "hier 100 als Grundpreiseinheiten ein."
414
 
415
  # @ woocommerce-germanized
416
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:161
417
  msgid "Calculate base prices automatically."
418
  msgstr "Grundpreis automatisch berechnen."
419
 
420
  # @ woocommerce-germanized
421
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:163
422
  msgid "Regular Base Price"
423
  msgstr "Regulärer Grundpreis"
424
 
425
  # @ woocommerce-germanized
426
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:164
427
  msgid "Sale Base Price"
428
  msgstr "Angebotsgrundpreis"
429
 
430
  # @ woocommerce-germanized
431
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:174
432
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:217
433
  msgid "Search for a delivery time&hellip;"
434
  msgstr "Lieferzeit suchen&hellip;"
435
 
436
  # @ woocommerce-germanized
437
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:226
438
  msgid "Free shipping?"
439
  msgstr "Versand kostenlos?"
440
 
441
  # @ woocommerce-germanized
442
- #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:226
443
  msgid "This option disables the \"plus shipping costs\" notice on product page"
444
  msgstr ""
445
  "Deaktiviert den Hinweis \"zzgl. Versandkosten\". Ohne Auswirkungen auf die "
446
  "Versandkosten."
447
 
448
  # @ woocommerce-germanized
449
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:43
450
  #, php-format
451
  msgid "Invoices & Packing Slips %s"
452
  msgstr "Rechnungen & Lieferscheine %s"
453
 
454
  # @ woocommerce-germanized
455
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:44
456
  #, php-format
457
  msgid "PDF %s"
458
  msgstr "PDF %s"
459
 
460
  # @ woocommerce-germanized
461
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:45
462
  #, php-format
463
  msgid "Multistep Checkout %s"
464
  msgstr "Mehrstufige Kasse %s"
465
 
466
  # @ woocommerce-germanized
467
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:46
468
  #, php-format
469
  msgid "Terms & Conditions generator %s"
470
  msgstr "AGB Generator %s"
471
 
472
  # @ woocommerce-germanized
473
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:47
474
  #, php-format
475
  msgid "Revocation generator %s"
476
  msgstr "Widerruf Generator %s"
477
 
 
 
 
 
 
 
 
 
 
478
  # @ woocommerce-germanized
479
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:95
480
  msgid "General Options"
481
  msgstr "Allgemein"
482
 
483
  # @ woocommerce-germanized
484
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:96
485
  msgid "Display Options"
486
  msgstr "Anzeige"
487
 
488
  # @ woocommerce-germanized
489
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:97
490
  msgid "Email Options"
491
  msgstr "E-Mails"
492
 
493
  # @ woocommerce-germanized
494
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:124
495
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:130
496
  #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:106
497
  msgid "None"
498
  msgstr "Keine"
499
 
500
  # @ woocommerce-germanized
501
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:145
502
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:763
503
  msgid "General"
504
  msgstr "Allgemein"
505
 
506
  # @ woocommerce-germanized
507
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:148
508
  msgid "Submit Order Button Text"
509
  msgstr "Kauf abschließen - Text"
510
 
511
  # @ woocommerce-germanized
512
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:149
513
  msgid "This text serves as Button text for the Order Submit Button."
514
  msgstr "Dieser Text wird auf dem Kauf abschließen Button dargestellt"
515
 
516
  # @ woocommerce-germanized
517
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:154
518
  msgid "Buy Now"
519
  msgstr "Jetzt kaufen"
520
 
521
  # @ woocommerce-germanized
522
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:158
523
  msgid "Phone as required field"
524
  msgstr "Telefon als Pflichtfeld"
525
 
526
  # @ woocommerce-germanized
527
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:159
528
  msgid "Should phone number be a required field within checkout?"
529
  msgstr ""
530
  "Diese Option setzen, damit die Telefonnummer ein Pflichtfeld im Checkout ist."
531
 
532
  # @ woocommerce-germanized
533
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:166
534
  msgid "Add title field"
535
  msgstr "Anrede im Checkout"
536
 
537
  # @ woocommerce-germanized
538
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:167
539
  msgid "Add a title field to the address within checkout?"
540
  msgstr "Fügt ein Feld \"Anrede\" im Checkout hinzu."
541
 
542
  # @ woocommerce-germanized
543
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:174
544
  msgid "Disallow cancellations"
545
  msgstr "Stornierungen verhindern"
546
 
547
  # @ woocommerce-germanized
548
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:175
549
  msgid "Don’t allow customers to manually cancel orders."
550
  msgstr "Stornierung von Bestellungen durch den Kunden verhindern."
551
 
552
  # @ woocommerce-germanized
553
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:176
554
  msgid ""
555
  "By default payment methods like PayPal allow order cancellation by clicking "
556
  "the abort link. This option will stop customers from manually cancel orders."
@@ -559,17 +567,17 @@ msgstr ""
559
  "Kunden den Abbrechen-Link verwendet. Diese Option verhindert den manuellen "
560
  "Abbruch einer Bestellung durch den Kunden."
561
 
562
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:183
563
  msgid "Disallow gateway choosing"
564
  msgstr "Wechsel der Zahlungsart"
565
 
566
  # @ woocommerce-germanized
567
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:184
568
  msgid "Don’t allow customers to change the payment gateway after ordering."
569
  msgstr ""
570
  "Wechsel der Zahlungsart nach der Bestellung durch den Kunden verhindern."
571
 
572
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:185
573
  msgid ""
574
  "Customers paying through a gateway which allows later payment (e.g. PayPal) "
575
  "will find a link within their customer account which redirects them to a pay "
@@ -588,14 +596,14 @@ msgstr ""
588
  "PayPal weiter."
589
 
590
  # @ woocommerce-germanized
591
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:193
592
  msgid "Contract"
593
  msgstr "Kaufvertrag"
594
 
595
  # @ woocommerce-germanized
596
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:193
597
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:596
598
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:608
599
  #, php-format
600
  msgid "%sUpgrade to %spro%s%s to unlock this feature and get premium support."
601
  msgstr ""
@@ -603,24 +611,24 @@ msgstr ""
603
  "erhalte professionellen Support."
604
 
605
  # @ woocommerce-germanized
606
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:205
607
  #: includes/admin/views/html-page-status-germanized.php:141
608
  msgid "Legal Pages"
609
  msgstr "Rechtlich relevante Seiten"
610
 
611
  # @ woocommerce-germanized
612
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:209
613
  msgid "This page should contain your terms & conditions."
614
  msgstr "Diese Seite sollte deine Allgemeinen Geschäftsbedingungen enthalten."
615
 
616
  # @ woocommerce-germanized
617
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:215
618
  #, php-format
619
  msgid "Don't have terms & conditions yet? <a href=\"%s\">Generate now</a>!"
620
  msgstr "Du hast noch keine AGB? <a href=\"%s\">Jetzt generieren</a>!"
621
 
622
  # @ woocommerce-germanized
623
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:220
624
  msgid ""
625
  "This page should contain information regarding your customer's Right of "
626
  "Revocation."
@@ -630,27 +638,32 @@ msgstr ""
630
  "[revocation_form]"
631
 
632
  # @ woocommerce-germanized
633
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:226
634
  #, php-format
635
  msgid "Don't have a revocation page yet? <a href=\"%s\">Generate now</a>!"
636
  msgstr ""
637
  "Du hast noch keine Widerrufsbelehrung? <a href=\"%s\">Jetzt generieren</a>!"
638
 
639
  # @ woocommerce-germanized
640
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:231
641
  msgid "This page should contain an imprint with your company's information."
642
  msgstr ""
643
  "Diese Seite sollte das Impressum d.h. die Informationen (gemäß TMG) zu "
644
  "deinem Unternehmen enthalten."
645
 
 
 
 
 
 
646
  # @ woocommerce-germanized
647
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:242
648
  msgid ""
649
  "This page should contain information regarding your data security policy."
650
  msgstr "Diese Seite sollte deine Datenschutzbelehrung enthalten."
651
 
652
  # @ woocommerce-germanized
653
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:253
654
  msgid ""
655
  "This page should contain information regarding the Payment Methods that are "
656
  "chooseable during checkout."
@@ -660,7 +673,7 @@ msgstr ""
660
  "[payment_methods_info]"
661
 
662
  # @ woocommerce-germanized
663
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:264
664
  msgid ""
665
  "This page should contain information regarding shipping methods that are "
666
  "chooseable during checkout."
@@ -668,13 +681,165 @@ msgstr ""
668
  "Diese Seite sollte Informationen zu den von dir zur Verfügung gestellten "
669
  "Versandarten bereitstellen."
670
 
671
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:275
672
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:278
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
673
  msgid "Dispute Resolution"
674
  msgstr "Streitbeilegung"
675
 
676
  # @ woocommerce-germanized
677
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:275
678
  #, php-format
679
  msgid ""
680
  "As with Feb. 1 2017 new regulations regarding alternative dispute resolution "
@@ -685,7 +850,7 @@ msgstr ""
685
  "Kraft. Weiterführende Informationen zu deinen Informationspflichten findest "
686
  "du <a href=\"%s\" target=\"_blank\">hier</a>."
687
 
688
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:279
689
  msgid ""
690
  "You may select whether you are willing, obliged or not willing to "
691
  "participate in dispute settlement proceeedings before a consumer arbitration "
@@ -699,27 +864,27 @@ msgstr ""
699
  "deinem Impressum platzieren solltest. Trusted Shops rät dazu den Text auch "
700
  "in deine AGB einzufügen."
701
 
702
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:285
703
  msgid "Not obliged, not willing"
704
  msgstr "Nicht verpflichtet, nicht bereit"
705
 
706
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:286
707
  msgid "Not obliged, willing"
708
  msgstr "Nicht verpflichtet, bereit"
709
 
710
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:287
711
  msgid "Obliged"
712
  msgstr "Verpflichtet"
713
 
714
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:292
715
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:302
716
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:312
717
  msgid "Resolution Text"
718
  msgstr "Streitbeilegung Text"
719
 
720
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:293
721
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:303
722
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:313
723
  msgid ""
724
  "Adapt this example text regarding alternative dispute resolution to your "
725
  "needs. Text will be added to the [gzd_complaints] Shortcode. You may as well "
@@ -730,7 +895,7 @@ msgstr ""
730
  "noch in deinen AGB integrieren."
731
 
732
  # @ woocommerce-germanized
733
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:295
734
  msgid ""
735
  "The european commission provides a platform for online dispute resolution "
736
  "(OS) which is accessible at https://ec.europa.eu/consumers/odr. We are not "
@@ -743,7 +908,7 @@ msgstr ""
743
  "Verbraucherschlichtungsstelle sind wir nicht verpflichtet und nicht bereit."
744
 
745
  # @ woocommerce-germanized
746
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:305
747
  msgid ""
748
  "The european commission provides a platform for online dispute resolution "
749
  "(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
@@ -755,7 +920,7 @@ msgstr ""
755
  "sind bereit, an einem außergerichtlichen Schlichtungsverfahren teilzunehmen."
756
 
757
  # @ woocommerce-germanized
758
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:315
759
  msgid ""
760
  "The european commission provides a platform for online dispute resolution "
761
  "(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
@@ -771,47 +936,47 @@ msgstr ""
771
  "Stelle teilzunehmen. Wir werden an einem solchen Verfahren teilnehmen."
772
 
773
  # @ woocommerce-germanized
774
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:322
775
  msgid "Shortcode Status"
776
  msgstr "Shortcode Status"
777
 
778
  # @ woocommerce-germanized
779
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:325
780
  msgid "Please choose a page as your imprint first."
781
  msgstr "Bitte hinterlege zuerst eine Seite als dein Impressum."
782
 
783
  # @ woocommerce-germanized
784
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:325
785
  msgid "Found"
786
  msgstr "Eingebunden"
787
 
788
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:325
789
  #, php-format
790
  msgid "Not found within %s"
791
  msgstr "Nicht gefunden in: %s"
792
 
793
  # @ woocommerce-germanized
794
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:325
795
  msgid "Append it now"
796
  msgstr "Jetzt hinzufügen"
797
 
798
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:330
799
  msgid "Small Businesses"
800
  msgstr "Kleinunternehmer"
801
 
802
  # @ woocommerce-germanized
803
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:333
804
  #: includes/admin/views/html-page-status-germanized.php:37
805
  msgid "Small-Enterprise-Regulation"
806
  msgstr "Kleinunternehmerregelung"
807
 
808
  # @ woocommerce-germanized
809
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:334
810
  msgid "VAT based on &#167;19 UStG"
811
  msgstr "Umsatzsteuerbefreit nach &#167;19 UStG."
812
 
813
  # @ woocommerce-germanized
814
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:338
815
  #, php-format
816
  msgid ""
817
  "set this Option if you have chosen <a href=\"%s\" target=\"_blank\">&#167;19 "
@@ -822,50 +987,50 @@ msgstr ""
822
  "machen willst."
823
 
824
  # @ woocommerce-germanized
825
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:342
826
  msgid "Show no VAT notice"
827
  msgstr "Umsatzsteuerbefreiung"
828
 
829
  # @ woocommerce-germanized
830
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:343
831
  msgid "Show no VAT &#167;19 UStG notice on single product"
832
  msgstr ""
833
  "Hinweis zur Umsatzsteuerbefreiung gemäß &#167;19 UStG auf der Produktseite "
834
  "anzeigen."
835
 
836
  # @ woocommerce-germanized
837
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:350
838
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:373
839
  msgid "Notice Text"
840
  msgstr "Hinweistext"
841
 
842
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:351
843
  msgid ""
844
  "You may want to adjust the small buisness notice text to meet your criteria."
845
  msgstr "Passe hier, falls notwending, den Kleinunternehmer Hinweistext an."
846
 
847
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:355
848
  #: includes/wc-gzd-core-functions.php:94
849
  msgid ""
850
  "Value added tax is not collected, as small businesses according to §19 (1) "
851
  "UStG."
852
  msgstr "Kein Mehrwertsteuerausweis, da Kleinunternehmer nach §19 (1) UStG."
853
 
854
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:361
855
  msgid "Differential Taxation"
856
  msgstr "Differenzbesteuerung"
857
 
858
  # @ woocommerce-germanized
859
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:364
860
  msgid "Taxation Notice"
861
  msgstr "Steuerhinweis"
862
 
863
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:365
864
  msgid "Enable differential taxation text notice beneath product price."
865
  msgstr ""
866
  "Aktiviere den Hinweis zur Differenzbesteuerung unterhalb des Produktpreises."
867
 
868
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:367
869
  msgid ""
870
  "If you have disabled this option, a normal VAT notice will be displayed, "
871
  "which is sufficient as Trusted Shops states. To further inform your "
@@ -875,7 +1040,7 @@ msgstr ""
875
  "angezeigt. Der Standard-Hinweis ist laut Trusted Shops bereits ausreichend. "
876
  "Du kannst diesen Hinweis nutzen um deine Kunden besser zu informieren."
877
 
878
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:374
879
  msgid ""
880
  "This text will be shown as a further notice for the customer to inform him "
881
  "about differential taxation."
@@ -883,33 +1048,33 @@ msgstr ""
883
  "Dieser Text dient zur weiterführenden Information deiner Kunden bzgl. der "
884
  "Differenzbesteuerung."
885
 
886
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:379
887
  msgid "incl. VAT (differential taxation according to §25a UStG.)"
888
  msgstr "inkl. MwSt. (differenzbesteuert nach §25a UStG.)"
889
 
890
  # @ woocommerce-germanized
891
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:383
892
  msgid "Checkout Notice"
893
  msgstr "Hinweis Kasse"
894
 
895
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:384
896
  msgid "Enable differential taxation notice during checkout and in emails."
897
  msgstr ""
898
  "Aktiviere den Hinweis zur Differenzbesteuerung im Checkout und in E-Mails."
899
 
900
  # @ woocommerce-germanized
901
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:392
902
  msgid "Delivery Times"
903
  msgstr "Lieferzeiten"
904
 
905
  # @ woocommerce-germanized
906
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:395
907
  #: includes/admin/views/html-page-status-germanized.php:42
908
  msgid "Default Delivery Time"
909
  msgstr "Standard-Lieferzeit"
910
 
911
  # @ woocommerce-germanized
912
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:396
913
  msgid ""
914
  "This delivery time will be added to every product if no delivery time has "
915
  "been chosen individually"
@@ -918,17 +1083,17 @@ msgstr ""
918
  "zugeordnet wurde"
919
 
920
  # @ woocommerce-germanized
921
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:403
922
  msgid "Manage Delivery Times"
923
  msgstr "Lieferzeiten verwalten"
924
 
925
  # @ woocommerce-germanized
926
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:407
927
  msgid "Delivery Time Text"
928
  msgstr "Lieferzeit Text"
929
 
930
  # @ woocommerce-germanized
931
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:408
932
  msgid ""
933
  "This text will be used to indicate delivery time for products. Use "
934
  "{delivery_time} as placeholder."
@@ -937,21 +1102,21 @@ msgstr ""
937
  "{delivery_time} als Platzhalter verwenden."
938
 
939
  # @ woocommerce-germanized
940
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:413
941
  msgid "Delivery time: {delivery_time}"
942
  msgstr "Lieferzeit: {delivery_time}"
943
 
944
  # @ woocommerce-germanized
945
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:418
946
  msgid "Sale Price Labels"
947
  msgstr "Preishinweise"
948
 
949
  # @ woocommerce-germanized
950
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:421
951
  msgid "Default Sale Label"
952
  msgstr "Standard-Streichpreis-Hinweis"
953
 
954
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:422
955
  msgid ""
956
  "Choose whether you would like to have a default sale price label to inform "
957
  "the customer about the regular price (e.g. Recommended Retail Price)."
@@ -960,16 +1125,16 @@ msgstr ""
960
  "Kunden auf den alten Preis (bei reduzierten Produkten, sog. Streichpreis) "
961
  "hinweist (z.B. UVP)."
962
 
963
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:429
964
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:441
965
  msgid "Manage Price Labels"
966
  msgstr "Preishinweise verwalten"
967
 
968
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:433
969
  msgid "Default Sale Regular Label"
970
  msgstr "Standard-Angebotspreis-Hinweis"
971
 
972
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:434
973
  msgid ""
974
  "Choose whether you would like to have a default sale price regular label to "
975
  "inform the customer about the sale price (e.g. New Price)."
@@ -979,17 +1144,17 @@ msgstr ""
979
  "hinweist (z.B. Unser neuer Preis)."
980
 
981
  # @ woocommerce-germanized
982
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:447
983
  msgid "Shipping Costs"
984
  msgstr "Versandkosten"
985
 
986
  # @ woocommerce-germanized
987
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:450
988
  msgid "Shipping Costs Text"
989
  msgstr "Versandkosten Text"
990
 
991
  # @ woocommerce-germanized
992
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:451
993
  msgid ""
994
  "This text will be used to inform the customer about shipping costs. Use "
995
  "{link}{/link} to insert link to shipping costs page."
@@ -999,17 +1164,17 @@ msgstr ""
999
  "zur Versandkosten-Seite einzufügen."
1000
 
1001
  # @ woocommerce-germanized
1002
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:456
1003
  msgid "plus {link}Shipping Costs{/link}"
1004
  msgstr "zzgl. {link}Versandkosten{/link}"
1005
 
1006
  # @ woocommerce-germanized
1007
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:460
1008
  msgid "Free Shipping Text"
1009
  msgstr "Kostenloser Versand Text"
1010
 
1011
  # @ woocommerce-germanized
1012
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:461
1013
  msgid ""
1014
  "This text will be used to inform the customer about free shipping. Leave "
1015
  "empty to disable notice. Use {link}{/link} to insert link to shipping costs "
@@ -1020,17 +1185,17 @@ msgstr ""
1020
  "Versandkosten-Seite einzufügen."
1021
 
1022
  # @ woocommerce-germanized
1023
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:470
1024
  msgid "Shipping Costs Tax"
1025
  msgstr "Steuerberechnung"
1026
 
1027
  # @ woocommerce-germanized
1028
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:471
1029
  msgid "Enable better taxation for shpping costs?"
1030
  msgstr "Genauere Steuerberechnung für Versandkosten aktivieren?"
1031
 
1032
  # @ woocommerce-germanized
1033
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:475
1034
  #, php-format
1035
  msgid ""
1036
  "By choosing this option shipping cost taxation will be calculated based on "
@@ -1044,18 +1209,18 @@ msgstr ""
1044
  "Bruttobeträge. Hier ein kleines Beispiel: %s"
1045
 
1046
  # @ woocommerce-germanized
1047
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:479
1048
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:501
1049
  msgid "Force Tax Calculation"
1050
  msgstr "Steuerberechnung erzwingen"
1051
 
1052
  # @ woocommerce-germanized
1053
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:480
1054
  msgid "Force shipping costs tax calculation for every method?"
1055
  msgstr "Erzwinge die Besteuerung für Versandkosten für jede Versandart?"
1056
 
1057
  # @ woocommerce-germanized
1058
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:484
1059
  msgid ""
1060
  "This option will overwrite settings for each individual shipping method to "
1061
  "force tax calculation (instead of only calculating tax for those methods "
@@ -1065,22 +1230,22 @@ msgstr ""
1065
  "Versandarten und erzwingt die Steuerberechnung."
1066
 
1067
  # @ woocommerce-germanized
1068
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:489
1069
  msgid "Fees"
1070
  msgstr "Gebühren"
1071
 
1072
  # @ woocommerce-germanized
1073
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:492
1074
  msgid "Fee Tax"
1075
  msgstr "Steuerberechnung"
1076
 
1077
  # @ woocommerce-germanized
1078
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:493
1079
  msgid "Enable better taxation for fees?"
1080
  msgstr "Genauere Steuerberechnung für Gebühren aktivieren?"
1081
 
1082
  # @ woocommerce-germanized
1083
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:497
1084
  msgid ""
1085
  "By choosing this option fee taxation will be calculated based on tax rates "
1086
  "within cart. See shipping costs taxation for more information."
@@ -1091,12 +1256,12 @@ msgstr ""
1091
  "Nettobeträge in Bruttobeträge an."
1092
 
1093
  # @ woocommerce-germanized
1094
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:502
1095
  msgid "Force fee tax calculation for every fee?"
1096
  msgstr "Berechnung der Steuern für Gebühren erzwingen?"
1097
 
1098
  # @ woocommerce-germanized
1099
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:506
1100
  msgid ""
1101
  "This option will overwrite settings for each individual fee to force tax "
1102
  "calculation (instead of only calculating tax for those fees which are "
@@ -1106,85 +1271,22 @@ msgstr ""
1106
  "Steuerberechnung."
1107
 
1108
  # @ woocommerce-germanized
1109
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:511
1110
  msgid "Customers"
1111
  msgstr "Kunden"
1112
 
1113
  # @ woocommerce-germanized
1114
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:514
1115
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:725
1116
- msgid "Checkbox"
1117
- msgstr "Checkbox"
1118
-
1119
- # @ woocommerce-germanized
1120
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:515
1121
- msgid "Add a checkbox to customer registration form."
1122
- msgstr "Füge eine Checkbox zum Formular für die Kundenregistrierung hinzu."
1123
-
1124
- # @ woocommerce-germanized
1125
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:522
1126
- msgid "Checkbox text"
1127
- msgstr "Checkbox Text"
1128
-
1129
- # @ woocommerce-germanized
1130
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:523
1131
- msgid ""
1132
- "Choose a Plain Text which will be shown as checkbox text for customer "
1133
- "account creation. Use {term_link}{/term_link}, {data_security_link}{/"
1134
- "data_security_link}, {revocation_link}{/revocation_link} as Placeholders for "
1135
- "the links to legal pages."
1136
- msgstr ""
1137
- "Dieser Text dient als Hinweistext für die Erstellung eines Kundenkontos und "
1138
- "wird neben der Checkbox dargestellt. Verwende {term_link}{/term_link}, "
1139
- "{data_security_link}{/data_security_link}, {revocation_link}{/"
1140
- "revocation_link} als Platzhalter für die Links zu den rechtlichen "
1141
- "Hinweisseiten."
1142
-
1143
- # @ woocommerce-germanized
1144
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:525
1145
- msgid ""
1146
- "Yes, I’d like create a new account and have read and understood the "
1147
- "{data_security_link}data privacy statement{/data_security_link}."
1148
- msgstr ""
1149
- "Ja, ich möchte ein Kundenkonto eröffnen und akzeptiere die "
1150
- "{data_security_link}Datenschutzerklärung{/data_security_link}."
1151
-
1152
- # @ woocommerce-germanized
1153
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:532
1154
- msgid "Checkout"
1155
- msgstr "Kasse"
1156
-
1157
- # @ woocommerce-germanized
1158
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:533
1159
- msgid ""
1160
- "Replace default WooCommerce text regarding account creation during checkout."
1161
- msgstr ""
1162
- "Ersetze den WooCommerce Text (Kundenkonto erstellen?) durch den o.g. Hinweis."
1163
-
1164
- # @ woocommerce-germanized
1165
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:534
1166
- msgid ""
1167
- "Use the text from above instead of the default WooCommerce text regarding "
1168
- "account creation during checkout. This checkbox is only show if you have "
1169
- "activated guest accounts."
1170
- msgstr ""
1171
- "Nutze den oben festgelegten Hinweistext anstelle des WooCommerce "
1172
- "Standardtextes für die Checkbox zum Erstellen von Kundenkonten während des "
1173
- "Bestellvorganges. Die Checkbox wird nur angezeigt, wenn du Gast-Checkouts "
1174
- "zulässt."
1175
-
1176
- # @ woocommerce-germanized
1177
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:541
1178
  msgid "Customer Double Opt In"
1179
  msgstr "Double Opt-In"
1180
 
1181
  # @ woocommerce-germanized
1182
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:542
1183
  msgid "Enable customer double opt in on registration?"
1184
  msgstr "Double Opt-In Verfahren für Kundenkonten aktivieren?"
1185
 
1186
  # @ woocommerce-germanized
1187
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:543
1188
  #, php-format
1189
  msgid ""
1190
  "If customer chooses to create a customer account an email with an activation "
@@ -1198,15 +1300,15 @@ msgstr ""
1198
  "Verfahren ist laut Amtsgericht Berlin Pankow/Weißensee notwendig. Mehr "
1199
  "Informationen findest du <a href=\"%s\" target=\"_blank\">hier</a>."
1200
 
1201
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:550
1202
  msgid "Disable Login and Checkout"
1203
  msgstr "Login und Checkout"
1204
 
1205
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:551
1206
  msgid "Disable login and checkout for unactivated customers."
1207
  msgstr "Deaktiviere den Login und Checkout für inaktive Kunden."
1208
 
1209
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:552
1210
  msgid ""
1211
  "Customers that did not click on the activation link will not be able to "
1212
  "complete checkout nor login to their account."
@@ -1216,12 +1318,12 @@ msgstr ""
1216
  "werden."
1217
 
1218
  # @ woocommerce-germanized
1219
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:559
1220
  msgid "Delete Unactivated After"
1221
  msgstr "Unaktivierte löschen nach"
1222
 
1223
  # @ woocommerce-germanized
1224
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:560
1225
  msgid ""
1226
  "This will make sure unactivated customer accounts will be deleted after X "
1227
  "days. Set to 0 if you don't want to automatically delete unactivated "
@@ -1232,23 +1334,23 @@ msgstr ""
1232
  "setze den Wert auf 0."
1233
 
1234
  # @ woocommerce-germanized
1235
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:561
1236
  msgid "days"
1237
  msgstr "Tagen"
1238
 
1239
  # @ woocommerce-germanized
1240
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:570
1241
  #: includes/wc-gzd-core-functions.php:60
1242
  msgid "Right of Recission"
1243
  msgstr "Widerrufsrecht"
1244
 
1245
  # @ woocommerce-germanized
1246
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:573
1247
  msgid "Revocation Address"
1248
  msgstr "Widerruf richten an"
1249
 
1250
  # @ woocommerce-germanized
1251
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:574
1252
  msgid ""
1253
  "Type in an address, telephone/telefax number, email address which is to be "
1254
  "used as revocation address"
@@ -1257,18 +1359,18 @@ msgstr ""
1257
  "die deine Kunden ihren Widerruf richten sollen"
1258
 
1259
  # @ woocommerce-germanized
1260
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:583
1261
  #: includes/admin/views/html-page-status-germanized.php:81
1262
  msgid "Virtual VAT"
1263
  msgstr "USt. Änderung 2015"
1264
 
1265
  # @ woocommerce-germanized
1266
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:586
1267
  msgid "Enable Virtual VAT"
1268
  msgstr "USt. Anpassung aktivieren"
1269
 
1270
  # @ woocommerce-germanized
1271
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:587
1272
  msgid ""
1273
  "Enable if you want to charge your customer's countries' VAT for virtual "
1274
  "products."
@@ -1276,7 +1378,7 @@ msgstr ""
1276
  "Für virtuelle Produkte den USt.-Satz des Dienstleistungsempfängers berechnen."
1277
 
1278
  # @ woocommerce-germanized
1279
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:591
1280
  #, php-format
1281
  msgid ""
1282
  "New EU VAT rule applies on 01.01.2015. Make sure that every digital or "
@@ -1299,44 +1401,44 @@ msgstr ""
1299
  "dazu findest du <a href=\"%s\" target=\"_blank\">hier</a>."
1300
 
1301
  # @ woocommerce-germanized
1302
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:596
1303
  msgctxt "invoices"
1304
  msgid "Invoices"
1305
  msgstr "Rechnungen"
1306
 
1307
  # @ woocommerce-germanized
1308
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:608
1309
  msgid "VAT"
1310
  msgstr "Umsatzsteuer"
1311
 
1312
  # @ woocommerce-germanized
1313
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:640
1314
  msgid "Customer"
1315
  msgstr "Kunde"
1316
 
1317
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:640
1318
  msgid "Admin"
1319
  msgstr "Admin"
1320
 
1321
  # @ woocommerce-germanized
1322
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:651
1323
  #, php-format
1324
  msgid "Attach %s"
1325
  msgstr "%s"
1326
 
1327
  # @ woocommerce-germanized
1328
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:652
1329
  #, php-format
1330
  msgid "Attach %s to the following email templates"
1331
  msgstr "%s an die folgenden E-Mail Templates anfügen"
1332
 
1333
  # @ woocommerce-germanized
1334
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:665
1335
  msgid "E-Mails"
1336
  msgstr "E-Mails"
1337
 
1338
  # @ woocommerce-germanized
1339
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:665
1340
  msgid ""
1341
  "Use drag & drop to customize attachment order. Don't forget to save your "
1342
  "changes."
@@ -1345,46 +1447,46 @@ msgstr ""
1345
  "beeinflussen und speichere anschließend deine Änderungen."
1346
 
1347
  # @ woocommerce-germanized
1348
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:682
1349
  msgid "Email Display Options"
1350
  msgstr "Darstellung"
1351
 
1352
  # @ woocommerce-germanized
1353
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:685
1354
  msgid "Show within Emails"
1355
  msgstr "In E-Mails anzeigen"
1356
 
1357
  # @ woocommerce-germanized
1358
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:686
1359
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:840
1360
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:889
1361
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:953
1362
  msgid "Base Price"
1363
  msgstr "Grundpreis"
1364
 
1365
  # @ woocommerce-germanized
1366
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:702
1367
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:856
1368
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:905
1369
  msgid "Delivery Time Notice"
1370
  msgstr "Lieferzeiten-Hinweis"
1371
 
1372
  # @ woocommerce-germanized
1373
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:710
1374
  msgid "Short Description"
1375
  msgstr "Warenkorbkurzbeschreibung"
1376
 
1377
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:721
1378
  msgid "Hide Username"
1379
  msgstr "Nutzernamen verstecken"
1380
 
1381
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:722
1382
  msgid ""
1383
  "Hide username from email content if password or password reset link is "
1384
  "embedded."
1385
  msgstr "Nutzernamen nicht zusammen mit einem Passwort versenden."
1386
 
1387
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:723
1388
  msgid ""
1389
  "Trusted Shops advises to not show the username together with an account "
1390
  "password or password reset link. This option hides (or masks) the username "
@@ -1395,12 +1497,12 @@ msgstr ""
1395
  "Trusted Shops Mitglied bist, solltest du diese Option aktivieren."
1396
 
1397
  # @ woocommerce-germanized
1398
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:731
1399
  msgid "Email Attachment Options"
1400
  msgstr "PDF Anhang"
1401
 
1402
  # @ woocommerce-germanized
1403
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:731
1404
  #, php-format
1405
  msgid ""
1406
  "Want to attach automatically generated PDF files to emails instead of plain "
@@ -1410,27 +1512,27 @@ msgstr ""
1410
  "%sUpgrade zur %spro%s Version%s"
1411
 
1412
  # @ woocommerce-germanized
1413
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:754
1414
  msgid "Downloadable Product"
1415
  msgstr "Herunterladbares Produkt"
1416
 
1417
  # @ woocommerce-germanized
1418
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:755
1419
  msgid "Virtual Product"
1420
  msgstr "Virtuelles Produkt"
1421
 
1422
  # @ woocommerce-germanized
1423
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:766
1424
  msgid "Add to Cart"
1425
  msgstr "Zum Warenkorb Button"
1426
 
1427
  # @ woocommerce-germanized
1428
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:767
1429
  msgid "Show add to cart button on listings?"
1430
  msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
1431
 
1432
  # @ woocommerce-germanized
1433
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:771
1434
  msgid ""
1435
  "unset this option if you don't want to show the add to cart button within "
1436
  "the product listings"
@@ -1439,18 +1541,18 @@ msgstr ""
1439
  "von Produktauflistungen darstellen möchten"
1440
 
1441
  # @ woocommerce-germanized
1442
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:775
1443
  msgid "Link to Details"
1444
  msgstr "Verlinkung zu Produktdetails"
1445
 
1446
  # @ woocommerce-germanized
1447
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:776
1448
  msgid ""
1449
  "Want to link to product details page instead of add to cart within listings?"
1450
  msgstr "Zum Warenkorb Button mit Button zur Produktdetail-Seite ersetzen?"
1451
 
1452
  # @ woocommerce-germanized
1453
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:780
1454
  msgid ""
1455
  "Decide whether you like to link to your product's details page instead of "
1456
  "displaying an add to cart button within product listings."
@@ -1460,17 +1562,17 @@ msgstr ""
1460
  "diese Option."
1461
 
1462
  # @ woocommerce-germanized
1463
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:784
1464
  msgid "Product Details Text"
1465
  msgstr "Produktdetails Text"
1466
 
1467
  # @ woocommerce-germanized
1468
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:786
1469
  msgid "Details"
1470
  msgstr "Details"
1471
 
1472
  # @ woocommerce-germanized
1473
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:788
1474
  msgid ""
1475
  "If you have chosen to link to product details page instead of add to cart "
1476
  "URL you may want to change the button text."
@@ -1480,11 +1582,11 @@ msgstr ""
1480
  "einen Button-Text vergeben."
1481
 
1482
  # @ woocommerce-germanized
1483
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:793
1484
  msgid "Digital Delivery Time Text"
1485
  msgstr "Lieferzeit Digital"
1486
 
1487
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:797
1488
  msgid ""
1489
  "Enter a text which will be shown as digital delivery time text (replacement "
1490
  "for default digital time on digital products)."
@@ -1494,66 +1596,66 @@ msgstr ""
1494
  "lassen."
1495
 
1496
  # @ woocommerce-germanized
1497
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:802
1498
  msgid "Notice Footer"
1499
  msgstr "Hinweise im Footer"
1500
 
1501
  # @ woocommerce-germanized
1502
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:803
1503
  msgid "Show a global VAT notice within footer"
1504
  msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer einfügen."
1505
 
1506
  # @ woocommerce-germanized
1507
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:811
1508
  msgid "Show a global sale price notice within footer"
1509
  msgstr ""
1510
  "Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer "
1511
  "einfügen."
1512
 
1513
  # @ woocommerce-germanized
1514
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:820
1515
  msgid "Products"
1516
  msgstr "Produkt"
1517
 
1518
  # @ woocommerce-germanized
1519
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:823
1520
  msgid "Show within Product Listings"
1521
  msgstr "In Produktlisten"
1522
 
1523
  # @ woocommerce-germanized
1524
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:824
1525
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:873
1526
  msgid "Shipping Costs notice"
1527
  msgstr "Versandkosten-Hinweis"
1528
 
1529
  # @ woocommerce-germanized
1530
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:832
1531
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:881
1532
  msgid "Tax Info"
1533
  msgstr "MwSt. Hinweis"
1534
 
1535
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:864
1536
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:913
1537
  #: includes/class-wc-gzd-post-types.php:93
1538
  #: includes/class-wc-gzd-post-types.php:95
1539
  msgid "Price Labels"
1540
  msgstr "Preishinweise"
1541
 
1542
  # @ woocommerce-germanized
1543
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:872
1544
  msgid "Show on Product Detail Page"
1545
  msgstr "Auf der Produktseite"
1546
 
1547
  # @ woocommerce-germanized
1548
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:921
1549
  msgid "Hide Tax Rate"
1550
  msgstr "Steuersatz verstecken"
1551
 
1552
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:922
1553
  msgid "Hide specific tax rate within shop pages."
1554
  msgstr "Entferne die Anzeige des konkreten Steuersatzes für Produkte im Shop."
1555
 
1556
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:926
1557
  msgid ""
1558
  "This option will make sure that within shop pages no specific tax rates are "
1559
  "shown. Instead only incl. tax or excl. tax notice is shown."
@@ -1563,12 +1665,12 @@ msgstr ""
1563
  "bzw. exkl. MwSt."
1564
 
1565
  # @ woocommerce-germanized
1566
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:930
1567
  msgid "Hide Shipping Costs Notice"
1568
  msgstr "Versandkosten ausblenden"
1569
 
1570
  # @ woocommerce-germanized
1571
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:931
1572
  msgid ""
1573
  "Select product types for which you might want to disable the shipping costs "
1574
  "notice."
@@ -1577,11 +1679,11 @@ msgstr ""
1577
  "möchtest."
1578
 
1579
  # @ woocommerce-germanized
1580
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:941
1581
  msgid "Hide Delivery Time Notice"
1582
  msgstr "Lieferzeiten ausblenden"
1583
 
1584
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:942
1585
  msgid ""
1586
  "Select product types for which you might want to disable the delivery time "
1587
  "notice."
@@ -1590,12 +1692,12 @@ msgstr ""
1590
  "möchtest."
1591
 
1592
  # @ woocommerce-germanized
1593
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:956
1594
  msgid "Base Price Text"
1595
  msgstr "Grundpreis Text"
1596
 
1597
  # @ woocommerce-germanized
1598
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:957
1599
  msgid ""
1600
  "This text will be used to display the base price. Use {price} to insert the "
1601
  "price. If you want to specifically format base price output use {base}, "
@@ -1607,26 +1709,26 @@ msgstr ""
1607
  "{base_price} für die einzelnen Elemente."
1608
 
1609
  # @ woocommerce-germanized
1610
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:962
1611
  msgid "{price}"
1612
  msgstr "{price}"
1613
 
1614
  # @ woocommerce-germanized
1615
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:966
1616
  msgid "Variable Base Price"
1617
  msgstr "Variabler Grundpreis"
1618
 
1619
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:967
1620
  msgid "Enable price range base prices for variable products."
1621
  msgstr "Aktiviere von-bis-Grundpreise für variable Produkte."
1622
 
1623
  # @ woocommerce-germanized
1624
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:974
1625
  msgid "Product Units Text"
1626
  msgstr "Produkteinheiten Text"
1627
 
1628
  # @ woocommerce-germanized
1629
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:975
1630
  msgid ""
1631
  "This text will be used to display the product units. Use {product_units} to "
1632
  "insert the amount of product units. Use {unit} to insert the unit. "
@@ -1638,26 +1740,26 @@ msgstr ""
1638
  "Grundpreis."
1639
 
1640
  # @ woocommerce-germanized
1641
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:980
1642
  msgid "Product contains: {product_units} {unit}"
1643
  msgstr "Produkt enthält: {product_units} {unit}"
1644
 
1645
  # @ woocommerce-germanized
1646
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:985
1647
  msgid "Checkout & Cart"
1648
  msgstr "Checkout & Warenkorb"
1649
 
1650
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:988
1651
  msgid "DHL Parcel Shops"
1652
  msgstr "DHL Packstationen"
1653
 
1654
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:989
1655
  msgid ""
1656
  "Allow customers to choose a DHL parcel shop or packing station as delivery "
1657
  "address."
1658
  msgstr "Versand an DHL Packstation bzw. Paketshops aktivieren."
1659
 
1660
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:993
1661
  msgid ""
1662
  "This option adds a checkbox to your checkout shipping fields which allows "
1663
  "the customer to optionally choose a DHL packing station or parcel shop for "
@@ -1667,22 +1769,22 @@ msgstr ""
1667
  "der Kunde optional die Lieferung an eine Packstation aktivieren. Fall das "
1668
  "der Fall ist, muss eine PostNummer angegeben werden."
1669
 
1670
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:997
1671
  msgid "Supported Countries"
1672
  msgstr "Unterstützte Länder"
1673
 
1674
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1001
1675
  msgid "Choose countries which support Parcel Shop delivery."
1676
  msgstr ""
1677
  "Wähle hier die Länder an, in denen du die Lieferung an DHL Packstationen "
1678
  "bzw. Paketshops aktivieren möchtest."
1679
 
1680
  # @ woocommerce-germanized
1681
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1005
1682
  msgid "Disabled Methods"
1683
  msgstr "Deaktiviert für"
1684
 
1685
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1011
1686
  msgid ""
1687
  "Optionally choose methods for which DHL Parcel Shop Delivery should be "
1688
  "disabled. Does only work if you have disabled choosing shipping methods "
@@ -1692,17 +1794,17 @@ msgstr ""
1692
  "Packstationen deaktiviert werden soll. Funktioniert nur in Verbindung mit "
1693
  "der Option \"Auswahl von Versandarten im Checkout deaktivieren\"."
1694
 
1695
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1015
1696
  #: includes/class-wc-gzd-dhl-parcel-shops.php:348
1697
  msgid "Parcel Shop Finder"
1698
  msgstr "Paketshop finden"
1699
 
1700
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1016
1701
  msgid ""
1702
  "Enable DHL Parcel Shop Finder to let customers choose a parcel shop nearby."
1703
  msgstr "Standortsuche nach der nächstgelegenen Packstation aktivieren."
1704
 
1705
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1020
1706
  #, php-format
1707
  msgid ""
1708
  "You may enable this option to add a <a href=\"%s\" target=\"_blank\">Parcel "
@@ -1717,13 +1819,13 @@ msgstr ""
1717
  "Nähe auswählen und die Daten automatisch übernehmen."
1718
 
1719
  # @ woocommerce-germanized
1720
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1024
1721
  #: includes/admin/views/html-page-status-germanized.php:55
1722
  msgid "Fallback Mode"
1723
  msgstr "Fallback Modus"
1724
 
1725
  # @ woocommerce-germanized
1726
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1025
1727
  msgid ""
1728
  "Enable to make sure default checkout template is not being overriden by "
1729
  "theme."
@@ -1731,7 +1833,7 @@ msgstr ""
1731
  "Überschreiben relevanter Templates im Checkout durch dein Theme verhindern."
1732
 
1733
  # @ woocommerce-germanized
1734
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1029
1735
  msgid ""
1736
  "If you are facing problems within your checkout e.g. legally relevant data "
1737
  "is not showing (terms, delivery time, unit price etc.) your theme seems to "
@@ -1745,17 +1847,17 @@ msgstr ""
1745
  "Checkout (review-order.php und form-checkout.php) zu überschreiben. "
1746
 
1747
  # @ woocommerce-germanized
1748
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1033
1749
  msgid "Force free shipping"
1750
  msgstr "Versandmethode erzwingen"
1751
 
1752
  # @ woocommerce-germanized
1753
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1034
1754
  msgid "Force free shipping method if available?"
1755
  msgstr "Kostenlosen Versand erzwingen wenn die Methode zur Verfügung steht?"
1756
 
1757
  # @ woocommerce-germanized
1758
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1038
1759
  msgid ""
1760
  "By default WooCommerce will let customers choose other shipping methods than "
1761
  "free shipping (if available). This option will force free shipping if "
@@ -1766,18 +1868,18 @@ msgstr ""
1766
  "Versand, sobald dieser verfügbar ist."
1767
 
1768
  # @ woocommerce-germanized
1769
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1042
1770
  msgid "Hide taxes estimated"
1771
  msgstr "Hinweis \"Steuern geschätzt\""
1772
 
1773
  # @ woocommerce-germanized
1774
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1043
1775
  msgid ""
1776
  "Do you want to hide the \"taxes and shipping estimated\" text from your cart?"
1777
  msgstr "Den Hinweis \"Versandkosten und Steuern werden geschätzt\" entfernen?"
1778
 
1779
  # @ woocommerce-germanized
1780
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1047
1781
  msgid ""
1782
  "By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
1783
  "cart. This might puzzle your customers and may not meet german law."
@@ -1787,17 +1889,17 @@ msgstr ""
1787
  "Markt geeignet."
1788
 
1789
  # @ woocommerce-germanized
1790
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1051
1791
  msgid "Show Thumbnails"
1792
  msgstr "Thumbnails anzeigen"
1793
 
1794
  # @ woocommerce-germanized
1795
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1052
1796
  msgid "Show product thumbnails on checkout page?"
1797
  msgstr "Produktbilder im Checkout darstellen?"
1798
 
1799
  # @ woocommerce-germanized
1800
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1056
1801
  msgid ""
1802
  "Uncheck if you don't want to show your product thumbnails within checkout "
1803
  "table."
@@ -1806,17 +1908,17 @@ msgstr ""
1806
  "bekommen möchtest."
1807
 
1808
  # @ woocommerce-germanized
1809
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1060
1810
  msgid "Hide Shipping Select"
1811
  msgstr "Versandarten Auswahl"
1812
 
1813
  # @ woocommerce-germanized
1814
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1061
1815
  msgid "Hide shipping rate selection from checkout?"
1816
  msgstr "Die Auswahl von Versandarten im Checkout deaktivieren?"
1817
 
1818
  # @ woocommerce-germanized
1819
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1065
1820
  msgid ""
1821
  "This option will hide shipping rate selection from checkout. By then "
1822
  "customers will only be able to change their shipping rate on cart page."
@@ -1826,18 +1928,18 @@ msgstr ""
1826
  "Versandmethode ändern."
1827
 
1828
  # @ woocommerce-germanized
1829
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1069
1830
  msgid "Show back to cart button"
1831
  msgstr "Bestellung bearbeiten"
1832
 
1833
  # @ woocommerce-germanized
1834
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1070
1835
  msgid "Show back to cart button within your checkout table?"
1836
  msgstr ""
1837
  "Einen \"Bestellung bearbeiten\" Button in der Bestellübersicht anzeigen?"
1838
 
1839
  # @ woocommerce-germanized
1840
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1074
1841
  msgid ""
1842
  "This button may let your customer edit their order before submitting. Some "
1843
  "people state that this button should be hidden to avoid legal problems."
@@ -1849,28 +1951,28 @@ msgstr ""
1849
  "keine weitere Informationen abgedruckt werden sollten."
1850
 
1851
  # @ woocommerce-germanized
1852
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1078
1853
  msgid "Show edit data notice"
1854
  msgstr "Bestellung prüfen Hinweis"
1855
 
1856
  # @ woocommerce-germanized
1857
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1079
1858
  msgid "Show a \"check-your-entries\" notice to the user?"
1859
  msgstr "Einen \"Bestellung prüfen\" Hinweis anzeigen?"
1860
 
1861
  # @ woocommerce-germanized
1862
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1083
1863
  msgid "This notice will be added right before the order comments field."
1864
  msgstr ""
1865
  "Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
1866
 
1867
  # @ woocommerce-germanized
1868
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1087
1869
  msgid "Checkout Table Color"
1870
  msgstr "Hintergrundfarbe der Tabelle"
1871
 
1872
  # @ woocommerce-germanized
1873
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1089
1874
  msgid ""
1875
  "Choose the color of your checkout product table. This table should be "
1876
  "highlighted within your checkout page."
@@ -1879,17 +1981,17 @@ msgstr ""
1879
  "Tabelle sollte sich farblich vom Rest des Inhalts abheben."
1880
 
1881
  # @ woocommerce-germanized
1882
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1095
1883
  msgid "Checkout Legal Display"
1884
  msgstr "Checkbox oder Text"
1885
 
1886
  # @ woocommerce-germanized
1887
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1096
1888
  msgid "Use Text without Checkbox"
1889
  msgstr "Rechtshinweis ohne Checkbox."
1890
 
1891
  # @ woocommerce-germanized
1892
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1098
1893
  msgid ""
1894
  "This version will remove checkboxes from Checkout and display a text "
1895
  "instead. This seems to be legally compliant (Zalando & Co are using this "
@@ -1900,12 +2002,12 @@ msgstr ""
1900
  "diese Form)"
1901
 
1902
  # @ woocommerce-germanized
1903
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1104
1904
  msgid "Legal Text"
1905
  msgstr "Rechtlicher Hinweistext"
1906
 
1907
  # @ woocommerce-germanized
1908
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1105
1909
  msgid ""
1910
  "Choose a Plain Text which will be shown right above checkout submit button. "
1911
  "Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, "
@@ -1918,23 +2020,25 @@ msgstr ""
1918
  "revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
1919
 
1920
  # @ woocommerce-germanized
1921
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1107
1922
  msgid ""
1923
  "With your order, you agree to have read and understood our {term_link}Terms "
1924
- "and Conditions{/term_link} and your {revocation_link}Right of Recission{/"
1925
- "revocation_link}."
 
1926
  msgstr ""
1927
  "Mit Ihrer Bestellung erklären Sie sich mit unseren {term_link}Allgemeinen "
1928
- "Geschäftsbedingungen{/term_link} und {revocation_link}Widerrufsbestimmungen{/"
1929
- "revocation_link} einverstanden."
 
1930
 
1931
  # @ woocommerce-germanized
1932
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1114
1933
  msgid "Legal Text Error"
1934
  msgstr "Fehlermeldung der Checkbox"
1935
 
1936
  # @ woocommerce-germanized
1937
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1115
1938
  msgid ""
1939
  "If you have chosen to use checkbox validation please choose a error message "
1940
  "which will be shown if the user doesn't check checkbox. Use {term_link}{/"
@@ -1949,27 +2053,29 @@ msgstr ""
1949
  "revocation_link}"
1950
 
1951
  # @ woocommerce-germanized
1952
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1117
1953
  msgid ""
1954
  "To finish the order you have to accept to our {term_link}Terms and "
1955
- "Conditions{/term_link} and {revocation_link}Right of Recission{/"
1956
- "revocation_link}."
 
1957
  msgstr ""
1958
  "Bitte akzeptieren Sie unsere {term_link}Allgemeinen Geschäftsbedingungen{/"
1959
- "term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
 
1960
 
1961
  # @ woocommerce-germanized
1962
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1124
1963
  msgid "Show digital notice"
1964
  msgstr "Checkbox digitale Produkte"
1965
 
1966
  # @ woocommerce-germanized
1967
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1125
1968
  msgid "Show checkbox for digital products."
1969
  msgstr "Checkbox bei digitalen Produkten anzeigen."
1970
 
1971
  # @ woocommerce-germanized
1972
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1126
1973
  msgid ""
1974
  "Disable this option if you want your customers to obtain their right of "
1975
  "recission even if digital products are being bought."
@@ -1979,12 +2085,12 @@ msgstr ""
1979
  "werden, dass im Falle von digitalen Produkten das Widerrufsrecht erlischt."
1980
 
1981
  # @ woocommerce-germanized
1982
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1133
1983
  msgid "Digital Product types"
1984
  msgstr "Digitale Produkttypen"
1985
 
1986
  # @ woocommerce-germanized
1987
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1134
1988
  msgid ""
1989
  "Select product types for which the loss of recission notice is shown. "
1990
  "Product types like \"simple product\" may be redudant because they include "
@@ -1996,12 +2102,12 @@ msgstr ""
1996
  "einschließen."
1997
 
1998
  # @ woocommerce-germanized
1999
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1144
2000
  msgid "Legal Digital Text"
2001
  msgstr "Hinweis Digital"
2002
 
2003
  # @ woocommerce-germanized
2004
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1145
2005
  msgid ""
2006
  "Choose a Plain Text which will be shown right above checkout submit button "
2007
  "if a user has picked a digital product. See legal text option for possible "
@@ -2012,7 +2118,7 @@ msgstr ""
2012
  "Platzhalter verwenden wie beim Rechtlichen Hinweistext"
2013
 
2014
  # @ woocommerce-germanized
2015
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1147
2016
  msgid ""
2017
  "For digital products: I strongly agree that the execution of the agreement "
2018
  "starts before the revocation period has expired. I am aware that my right of "
@@ -2023,13 +2129,13 @@ msgstr ""
2023
  "bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
2024
 
2025
  # @ woocommerce-germanized
2026
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1154
2027
  msgid "Legal Digital Error"
2028
  msgstr "Fehlermeldung Digital"
2029
 
2030
  # @ woocommerce-germanized
2031
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1155
2032
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1194
2033
  msgid ""
2034
  "This text will be shown as error message if customer has not checked the "
2035
  "corresponding checkbox. See legal text option for possible placeholders."
@@ -2039,7 +2145,7 @@ msgstr ""
2039
  "Hinweistext für eine Liste der Platzhalter."
2040
 
2041
  # @ woocommerce-germanized
2042
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1157
2043
  #: includes/wc-gzd-cart-functions.php:381
2044
  msgid ""
2045
  "To retrieve direct access to digital content you have to agree to the loss "
@@ -2049,12 +2155,12 @@ msgstr ""
2049
  "Widerrufsrecht verzichten."
2050
 
2051
  # @ woocommerce-germanized
2052
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1164
2053
  msgid "Digital Confirmation Notice"
2054
  msgstr "Digitale Bestätigung"
2055
 
2056
  # @ woocommerce-germanized
2057
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1165
2058
  msgid ""
2059
  "This text will be appended to your order processing email if the order "
2060
  "contains digital products. Use placeholders {link}{/link} to insert link to "
@@ -2065,7 +2171,7 @@ msgstr ""
2065
  "Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
2066
 
2067
  # @ woocommerce-germanized
2068
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1168
2069
  msgid ""
2070
  "Furthermore you have expressly agreed to start the performance of the "
2071
  "contract for digital items (e.g. downloads) before expiry of the withdrawal "
@@ -2079,17 +2185,17 @@ msgstr ""
2079
  "verlieren."
2080
 
2081
  # @ woocommerce-germanized
2082
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1174
2083
  msgid "Show service notice"
2084
  msgstr "Checkbox Dienstleistungen"
2085
 
2086
  # @ woocommerce-germanized
2087
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1175
2088
  msgid "Show checkbox for service products."
2089
  msgstr "Checkbox bei Dienstleistungen anzeigen."
2090
 
2091
  # @ woocommerce-germanized
2092
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1176
2093
  msgid ""
2094
  "Disable this option if you want your customers to obtain their right of "
2095
  "recission even if service products are being bought."
@@ -2100,12 +2206,12 @@ msgstr ""
2100
  "Widerrufsfrist mit der Dienstleistung begonnen wird."
2101
 
2102
  # @ woocommerce-germanized
2103
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1183
2104
  msgid "Legal Service Text"
2105
  msgstr "Hinweis Dienstleistungen"
2106
 
2107
  # @ woocommerce-germanized
2108
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1184
2109
  msgid ""
2110
  "Choose a Plain Text which will be shown right above checkout submit button "
2111
  "if a user has picked a service product. See legal text option for possible "
@@ -2116,7 +2222,7 @@ msgstr ""
2116
  "Platzhalter verwenden wie beim Rechtlichen Hinweistext."
2117
 
2118
  # @ woocommerce-germanized
2119
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1186
2120
  #: includes/wc-gzd-cart-functions.php:406
2121
  msgid ""
2122
  "For services: I demand and acknowledge the immediate performance of the "
@@ -2129,12 +2235,12 @@ msgstr ""
2129
  "vollständiger Erfüllung des Vertrages erlischt."
2130
 
2131
  # @ woocommerce-germanized
2132
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1193
2133
  msgid "Legal Service Error"
2134
  msgstr "Fehlermeldung"
2135
 
2136
  # @ woocommerce-germanized
2137
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1196
2138
  #: includes/wc-gzd-cart-functions.php:417
2139
  msgid ""
2140
  "To allow the immediate performance of the services you have to agree to the "
@@ -2144,12 +2250,12 @@ msgstr ""
2144
  "Widerrufsfrist zu."
2145
 
2146
  # @ woocommerce-germanized
2147
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1203
2148
  msgid "Service Confirmation Notice"
2149
  msgstr "Dienstleistung Bestätigung"
2150
 
2151
  # @ woocommerce-germanized
2152
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1204
2153
  msgid ""
2154
  "This text will be appended to your order processing email if the order "
2155
  "contains service products. Use placeholders {link}{/link} to insert link to "
@@ -2160,7 +2266,7 @@ msgstr ""
2160
  "Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
2161
 
2162
  # @ woocommerce-germanized
2163
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1207
2164
  msgid ""
2165
  "Furthermore you have expressly agreed to start the performance of the "
2166
  "contract for services before expiry of the withdrawal period. I have noted "
@@ -2174,97 +2280,19 @@ msgstr ""
2174
  "erlischt."
2175
 
2176
  # @ woocommerce-germanized
2177
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1213
2178
- msgid "Parcel Delivery Checkbox"
2179
- msgstr "Paketdienstleister Checkbox"
2180
-
2181
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1214
2182
- msgid ""
2183
- "Show checkbox for data transmission to third party parcel service providers."
2184
- msgstr ""
2185
- "Checkbox zur Erlaubnis der Datenweitergabe an den Paketdienstleister "
2186
- "einfügen."
2187
-
2188
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1215
2189
- msgid ""
2190
- "You may optionally choose to show a checkbox which lets the customer accept "
2191
- "data transmission to a third party parcel service provider to receive parcel "
2192
- "delivery reminders."
2193
- msgstr ""
2194
- "Du kannst optional eine Checkbox einfügen, in der dein Kunde die "
2195
- "Datenweitergabe an den Paketdienstleister akzeptieren kann (z.B. um eine "
2196
- "Paketbenachrichtigung per E-Mail zu erhalten). Falls dein Kunde die Checkbox "
2197
- "nicht setzt, siehst du das in der Bestellübersicht. Du musst dich selbst "
2198
- "darum kümmern, dass die Daten dann nicht an den Paketdienstleister "
2199
- "weitergeleitet werden. "
2200
-
2201
- # @ woocommerce-germanized
2202
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1222
2203
- msgid "Checkbox required"
2204
- msgstr "Checkbox verpflichtend"
2205
-
2206
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1223
2207
- msgid "Make the parcel delivery checkbox a required field."
2208
- msgstr "Paketdienstleister Checkbox zum Pflichtfeld machen?"
2209
-
2210
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1224
2211
- msgid ""
2212
- "For some reason you may want to force your customers to Opt-In to the data "
2213
- "transmission to a third party parcel service provider."
2214
- msgstr ""
2215
- "Unter Umständen möchtest du die Checkbox für die Datenweitergabe an den "
2216
- "Paketdienstleister verpflichtend für den Kunden machen - wähle in diesem "
2217
- "Fall diese Option aus."
2218
-
2219
- # @ woocommerce-germanized
2220
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1231
2221
- msgid "Parcel Delivery Text"
2222
- msgstr "Paketdienstleister Text"
2223
-
2224
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1232
2225
- msgid ""
2226
- "Choose a Plain Text which will be shown right next to the corresponding "
2227
- "checkbox to inform the customer about the data being transfered to the third "
2228
- "party shipping supplier. Use {shipping_method_title} to insert the shipping "
2229
- "method title."
2230
- msgstr ""
2231
- "Passe hier optional den Hinweistext an der neben der entsprechenden Checkbox "
2232
- "angezeigt wird. Informiere deine Kunden über eine etwaige Datenweitergabe an "
2233
- "den Paketdienstleister. Verwende den Platzhalter {shipping_method_title} um "
2234
- "den Titel der Versandmethoden einzubetten."
2235
-
2236
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1234
2237
- #: includes/wc-gzd-cart-functions.php:466
2238
- msgid ""
2239
- "Yes, I would like to be reminded via E-mail about parcel delivery "
2240
- "({shipping_method_title}). Your E-mail Address will only be transferred to "
2241
- "our parcel service provider for that particular reason."
2242
- msgstr ""
2243
- "Ja, ich möchte per E-Mail für diese Bestellung eine Paketankündigung vom "
2244
- "Paketdienstleister ({shipping_method_title}) erhalten. Deine E-Mail Adresse "
2245
- "wird nur für diesen einmaligen Zweck an unseren Paketdienstleister "
2246
- "weitergegeben."
2247
-
2248
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1242
2249
- msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
2250
- msgstr ""
2251
- "Wähle Versandmethoden aus für die die Paketdienstleister Checkbox angezeigt "
2252
- "werden soll."
2253
-
2254
- # @ woocommerce-germanized
2255
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1252
2256
  msgid "Pay now Button"
2257
  msgstr "Jetzt bezahlen Button"
2258
 
2259
  # @ woocommerce-germanized
2260
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1253
2261
  msgid "Add a pay now button to emails and order success page."
2262
  msgstr ""
2263
  "Füge einen jetzt bezahlen - Button zur E-Mail und der Bestätigungs-Seite "
2264
  "hinzu."
2265
 
2266
  # @ woocommerce-germanized
2267
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1254
2268
  msgid ""
2269
  "Add a pay now button to order confirmation email and order success page if "
2270
  "the order awaits payment (PayPal etc)."
@@ -2274,30 +2302,41 @@ msgstr ""
2274
  "benötigt (z.B. per PayPal)."
2275
 
2276
  # @ woocommerce-germanized
2277
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1261
 
 
 
 
 
 
 
 
 
 
 
2278
  msgid "Order Success Text"
2279
  msgstr "Bestellung eingegangen"
2280
 
2281
  # @ woocommerce-germanized
2282
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1262
2283
  msgid "Choose a custom text to display on order success page."
2284
  msgstr ""
2285
  "Hier kannst du einen individuellen kurzen Text eingeben, der nach der "
2286
  "Bestellung ausgegeben wird."
2287
 
2288
  # @ woocommerce-germanized
2289
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1270
2290
  msgid "Order Success Data"
2291
  msgstr "Bestellbestätigungs-Daten"
2292
 
2293
  # @ woocommerce-germanized
2294
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1271
2295
  msgid "Hide product table and customer data on order success page"
2296
  msgstr ""
2297
  "Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
2298
 
2299
  # @ woocommerce-germanized
2300
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1379
2301
  msgid ""
2302
  "Sorry, but the new Virtual VAT rules cannot be applied to small business."
2303
  msgstr ""
@@ -2913,8 +2952,8 @@ msgstr "jetzt upgraden"
2913
  #: includes/api/class-wc-gzd-rest-customers-controller.php:144
2914
  #: includes/api/class-wc-gzd-rest-orders-controller.php:161
2915
  #: includes/api/class-wc-gzd-rest-orders-controller.php:168
2916
- #: includes/class-wc-gzd-checkout.php:305
2917
  #: includes/class-wc-gzd-checkout.php:315
 
2918
  #: includes/class-wc-gzd-customer-helper.php:114
2919
  #: includes/class-wc-gzd-customer-helper.php:122
2920
  msgid "Title"
@@ -2930,6 +2969,8 @@ msgstr "An DHL Paketshop oder Packstation senden?"
2930
  #: includes/class-wc-gzd-dhl-parcel-shops.php:163
2931
  #: includes/class-wc-gzd-dhl-parcel-shops.php:188
2932
  #: includes/class-wc-gzd-dhl-parcel-shops.php:201
 
 
2933
  msgid "Postnumber"
2934
  msgstr "PostNummer"
2935
 
@@ -2937,7 +2978,7 @@ msgstr "PostNummer"
2937
  #: includes/api/class-wc-gzd-rest-customers-controller.php:163
2938
  #: includes/api/class-wc-gzd-rest-orders-controller.php:194
2939
  #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:30
2940
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:644
2941
  #: includes/gateways/direct-debit/views/html-export.php:27
2942
  msgid "Direct Debit"
2943
  msgstr "Lastschrift"
@@ -2945,31 +2986,37 @@ msgstr "Lastschrift"
2945
  # @ woocommerce-germanized
2946
  #: includes/api/class-wc-gzd-rest-customers-controller.php:168
2947
  #: includes/api/class-wc-gzd-rest-orders-controller.php:199
 
 
2948
  #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:108
2949
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:439
2950
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:670
2951
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:811
2952
  msgid "Account Holder"
2953
  msgstr "Kontoinhaber"
2954
 
2955
  # @ woocommerce-germanized
2956
  #: includes/api/class-wc-gzd-rest-customers-controller.php:173
2957
  #: includes/api/class-wc-gzd-rest-orders-controller.php:204
 
 
2958
  #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:115
2959
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:440
2960
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:678
2961
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:815
2962
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:907
2963
  msgid "IBAN"
2964
  msgstr "IBAN"
2965
 
2966
  # @ woocommerce-germanized
2967
  #: includes/api/class-wc-gzd-rest-customers-controller.php:178
2968
  #: includes/api/class-wc-gzd-rest-orders-controller.php:209
2969
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:121
2970
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:441
2971
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:819
2972
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:908
 
 
2973
  msgid "BIC/SWIFT"
2974
  msgstr "BIC/SWIFT"
2975
 
@@ -2987,8 +3034,8 @@ msgstr "Paketdienstleister Datenweitergabe"
2987
 
2988
  # @ woocommerce-germanized
2989
  #: includes/api/class-wc-gzd-rest-orders-controller.php:214
2990
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:127
2991
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:445
2992
  msgid "Mandate Reference ID"
2993
  msgstr "Mandat-Referenznummer"
2994
 
@@ -3177,13 +3224,13 @@ msgid "Please enter a valid postcode/ZIP"
3177
  msgstr "Bitte gib eine echte Postleitzahl ein"
3178
 
3179
  # @ woocommerce-germanized
3180
- #: includes/class-wc-gzd-ajax.php:97
3181
  msgctxt "revocation-form"
3182
  msgid "is not valid."
3183
  msgstr "ist leider nicht korrekt."
3184
 
3185
  # @ woocommerce-germanized
3186
- #: includes/class-wc-gzd-ajax.php:117
3187
  msgctxt "revocation-form"
3188
  msgid ""
3189
  "Thank you. We have received your Revocation Request. You will receive a "
@@ -3193,25 +3240,27 @@ msgstr ""
3193
  "Mail mit Ihren Daten als Bestätigung."
3194
 
3195
  # @ woocommerce-germanized
3196
- #: includes/class-wc-gzd-checkout.php:306
3197
- #: includes/class-wc-gzd-checkout.php:314
3198
- #: includes/class-wc-gzd-checkout.php:339
3199
- #: includes/class-wc-gzd-checkout.php:564
3200
  #: includes/class-wc-gzd-customer-helper.php:116
3201
  #: includes/class-wc-gzd-customer-helper.php:124
3202
  #: includes/class-wc-gzd-revocation.php:41
 
3203
  msgid "Mr."
3204
  msgstr "Herr"
3205
 
3206
  # @ woocommerce-germanized
3207
- #: includes/class-wc-gzd-checkout.php:306
3208
- #: includes/class-wc-gzd-checkout.php:314
3209
- #: includes/class-wc-gzd-checkout.php:340
3210
- #: includes/class-wc-gzd-checkout.php:564
3211
- #: includes/class-wc-gzd-checkout.php:569
3212
  #: includes/class-wc-gzd-customer-helper.php:116
3213
  #: includes/class-wc-gzd-customer-helper.php:124
3214
  #: includes/class-wc-gzd-revocation.php:42
 
3215
  msgid "Ms."
3216
  msgstr "Frau"
3217
 
@@ -3232,8 +3281,8 @@ msgstr ""
3232
  "\">hier</a>."
3233
 
3234
  #: includes/class-wc-gzd-customer-helper.php:102
3235
- #: includes/class-wc-gzd-customer-helper.php:198
3236
- #: includes/class-wc-gzd-customer-helper.php:279
3237
  msgid ""
3238
  "Please activate your account through clicking on the activation link "
3239
  "received via email."
@@ -3241,24 +3290,24 @@ msgstr ""
3241
  "Bitte aktivieren Sie Ihr Kundenkonto indem Sie auf den Link in der E-Mail "
3242
  "klicken."
3243
 
3244
- #: includes/class-wc-gzd-customer-helper.php:207
3245
  #, php-format
3246
  msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
3247
  msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
3248
 
3249
- #: includes/class-wc-gzd-customer-helper.php:209
3250
  msgid "Please create an account or login before continuing to checkout"
3251
  msgstr ""
3252
  "Bitte erstellen Sie ein Kundenkonto oder loggen Sie sich ein, bevor Sie zur "
3253
  "Kasse gehen"
3254
 
3255
  # @ woocommerce-germanized
3256
- #: includes/class-wc-gzd-customer-helper.php:300
3257
  msgid "Thank you. You have successfully activated your account."
3258
  msgstr "Vielen Dank. Ihr Benutzerkonto wurde erfolgreich aktiviert."
3259
 
3260
  # @ woocommerce-germanized
3261
- #: includes/class-wc-gzd-customer-helper.php:305
3262
  msgid "Sorry, but this activation code cannot be found."
3263
  msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
3264
 
@@ -3401,17 +3450,17 @@ msgctxt "ekomi"
3401
  msgid "eKomi Options"
3402
  msgstr "eKomi"
3403
 
3404
- #: includes/class-wc-gzd-emails.php:78
3405
  msgid "Someone requested a password reset for your account."
3406
  msgstr "Jemand hat das Zurücksetzen des Passworts für Ihren Account beantragt."
3407
 
3408
- #: includes/class-wc-gzd-emails.php:91
3409
  #, php-format
3410
  msgid "Thanks for creating an account on %s."
3411
  msgstr "Danke, dass Sie ein Konto bei %s erstellt haben."
3412
 
3413
  # @ woocommerce-germanized
3414
- #: includes/class-wc-gzd-emails.php:535
3415
  msgctxt "revocation-form"
3416
  msgid "Forward your Revocation online"
3417
  msgstr "Widerruf online erklären"
@@ -3499,14 +3548,14 @@ msgid "Payment Methods"
3499
  msgstr "Zahlungsarten"
3500
 
3501
  # @ woocommerce-germanized
3502
- #: includes/class-wc-gzd-payment-gateways.php:86
3503
- #: includes/class-wc-gzd-payment-gateways.php:125
3504
  #, php-format
3505
  msgid "%s payment charge"
3506
  msgstr "%s Zahlungsgebühr"
3507
 
3508
  # @ woocommerce-germanized
3509
- #: includes/class-wc-gzd-payment-gateways.php:89
3510
  #: includes/wc-gzd-order-functions.php:20
3511
  #: includes/wc-gzd-template-functions.php:539
3512
  #, php-format
@@ -3514,12 +3563,12 @@ msgid "Plus %s forwarding fee (charged by the transport agent)"
3514
  msgstr "zzgl. %s Übermittlungsentgelt (direkt an den Zusteller)"
3515
 
3516
  # @ woocommerce-germanized
3517
- #: includes/class-wc-gzd-payment-gateways.php:153
3518
  msgid "Fee"
3519
  msgstr "Zahlungsgebühr"
3520
 
3521
  # @ woocommerce-germanized
3522
- #: includes/class-wc-gzd-payment-gateways.php:155
3523
  msgid ""
3524
  "This fee is being added if customer selects payment method within checkout."
3525
  msgstr ""
@@ -3527,22 +3576,22 @@ msgstr ""
3527
  "Zahlungsart aktiviert."
3528
 
3529
  # @ woocommerce-germanized
3530
- #: includes/class-wc-gzd-payment-gateways.php:160
3531
  msgid "Fee is taxable?"
3532
  msgstr "Mwst. berechnen?"
3533
 
3534
  # @ woocommerce-germanized
3535
- #: includes/class-wc-gzd-payment-gateways.php:162
3536
  msgid "Check if fee is taxable."
3537
  msgstr "MwSt.-Berechnung für Gebühr aktivieren."
3538
 
3539
  # @ woocommerce-germanized
3540
- #: includes/class-wc-gzd-payment-gateways.php:169
3541
  msgid "Forwarding Fee"
3542
  msgstr "Übermittlungsentgelt"
3543
 
3544
  # @ woocommerce-germanized
3545
- #: includes/class-wc-gzd-payment-gateways.php:172
3546
  msgid ""
3547
  "Forwarding fee will be charged by the transport agent in addition to the "
3548
  "cash of delivery fee e.g. DHL - tax free."
@@ -3551,7 +3600,7 @@ msgstr ""
3551
  "kassiert - z.B. DHL (steuerfrei)."
3552
 
3553
  # @ woocommerce-germanized
3554
- #: includes/class-wc-gzd-payment-gateways.php:212
3555
  msgid "Payment charge"
3556
  msgstr "Zahlungsgebühr"
3557
 
@@ -3676,6 +3725,36 @@ msgstr "Neuen Preishinweis anlegen"
3676
  msgid "New Price Label Name"
3677
  msgstr "Name des neuen Preishinweises"
3678
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3679
  #: includes/class-wc-gzd-product-variable.php:115
3680
  #: includes/class-wc-gzd-product-variable.php:120
3681
  #, php-format
@@ -3771,6 +3850,16 @@ msgctxt "revocation-form"
3771
  msgid "Mail"
3772
  msgstr "E-Mail Adresse"
3773
 
 
 
 
 
 
 
 
 
 
 
3774
  # @ woocommerce-germanized
3775
  #: includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:233
3776
  msgctxt "polylang"
@@ -4111,29 +4200,29 @@ msgstr ""
4111
  "wird auf einen Tag verkürzt. "
4112
 
4113
  # @ woocommerce-germanized
4114
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:186
4115
  msgid "SEPA"
4116
  msgstr "SEPA"
4117
 
4118
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:187
4119
  msgid "SEPA XML"
4120
  msgstr "SEPA XML"
4121
 
4122
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:243
4123
  msgid "SEPA XML Export"
4124
  msgstr "SEPA XML Export"
4125
 
4126
  # @ woocommerce-germanized
4127
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:379
4128
  #, php-format
4129
  msgid "Order %s"
4130
  msgstr "Bestellung %s"
4131
 
4132
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:401
4133
  msgid "Will be notified separately"
4134
  msgstr "Wird separat mitgeteilt"
4135
 
4136
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:450
4137
  #, php-format
4138
  msgid ""
4139
  "We will debit %s from your account by direct debit on or shortly after %s."
@@ -4142,111 +4231,111 @@ msgstr ""
4142
  "%s ein."
4143
 
4144
  # @ woocommerce-germanized
4145
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:554
4146
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:577
4147
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:601
4148
  msgid "a single payment"
4149
  msgstr "eine einmalige Zahlung"
4150
 
4151
  # @ woocommerce-germanized
4152
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:635
4153
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:86
4154
  msgid "Enable/Disable"
4155
  msgstr "Aktivieren/Deaktivieren"
4156
 
4157
  # @ woocommerce-germanized
4158
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:637
4159
  msgid "Enable Direct Debit Payment"
4160
  msgstr "Bezahlung per Lastschrift aktivieren"
4161
 
4162
  # @ woocommerce-germanized
4163
  # @ woocommerce
4164
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:641
4165
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:92
4166
  msgctxt "gateway"
4167
  msgid "Title"
4168
  msgstr "Bezeichnung"
4169
 
4170
  # @ woocommerce-germanized
4171
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:643
4172
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:94
4173
  msgid "This controls the title which the user sees during checkout."
4174
  msgstr ""
4175
  "Beschreibungstext, den Benutzer bei der Auswahl dieser Zahlungsart sehen."
4176
 
4177
  # @ woocommerce-germanized
4178
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:648
4179
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:99
4180
  msgid "Description"
4181
  msgstr "Beschreibung"
4182
 
4183
  # @ woocommerce-germanized
4184
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:650
4185
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:101
4186
  msgid "Payment method description that the customer will see on your checkout."
4187
  msgstr "Beschreibung der Zahlungsart, die Kunden auf deiner Website sehen."
4188
 
4189
  # @ woocommerce-germanized
4190
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:651
4191
  msgid "The order amount will be debited directly from your bank account."
4192
  msgstr ""
4193
  "Der Gesamtbestellbetrag wird per SEPA-Lastschrift direkt von Ihrem Konto "
4194
  "abgebucht."
4195
 
4196
  # @ woocommerce-germanized
4197
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:655
4198
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:106
4199
  msgid "Instructions"
4200
  msgstr "Anweisungen"
4201
 
4202
  # @ woocommerce-germanized
4203
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:657
4204
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:108
4205
  msgid "Instructions that will be added to the thank you page and emails."
4206
  msgstr "Anweisung, die zur „Danke“-Seite und zu E-Mails hinzugefügt werden."
4207
 
4208
  # @ woocommerce-germanized
4209
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:662
4210
  msgid "Debtee"
4211
  msgstr "Gläubiger Informationen"
4212
 
4213
  # @ woocommerce-germanized
4214
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:664
4215
  msgid "Insert your company information."
4216
  msgstr "Füge hier die Informationen zu deinem Unternehmen ein."
4217
 
4218
  # @ woocommerce-germanized
4219
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:666
4220
  msgid "Company Inc, John Doe Street, New York"
4221
  msgstr "Musterfirma GmbH, Musterstraße 12, 12203 Musterstadt"
4222
 
4223
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:672
4224
  msgid "Insert the bank account holder name."
4225
  msgstr "Füge hier den Namen des Kontoinhabers ein."
4226
 
4227
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:674
4228
  msgid "Company Inc"
4229
  msgstr "Muster GmbH"
4230
 
4231
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:680
4232
  msgid "Insert the bank account IBAN."
4233
  msgstr "Füge hier den IBAN deines Kontos ein."
4234
 
4235
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:685
4236
  msgid "BIC"
4237
  msgstr "BIC"
4238
 
4239
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:687
4240
  msgid "Insert the bank account BIC."
4241
  msgstr "Füge hier den BIC deines Kontos ein."
4242
 
4243
  # @ woocommerce-germanized
4244
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:692
4245
  msgid "Debtee identification number"
4246
  msgstr "Identifikationsnummer"
4247
 
4248
  # @ woocommerce-germanized
4249
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:694
4250
  #, php-format
4251
  msgid ""
4252
  "Insert your debtee indentification number. More information can be found <a "
@@ -4256,16 +4345,16 @@ msgstr ""
4256
  "Weitere Informationen zu dieser Nummer erhältst du <a href=\"%s\">hier</a>."
4257
 
4258
  # @ woocommerce-germanized
4259
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:698
4260
  msgid "Generate Mandate ID"
4261
  msgstr "Mandat-Referenz generieren"
4262
 
4263
  # @ woocommerce-germanized
4264
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:700
4265
  msgid "Automatically generate Mandate ID."
4266
  msgstr "Mandat-Referenznummer automatisch generieren."
4267
 
4268
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:701
4269
  msgid ""
4270
  "Automatically generate Mandate ID after order completion (based on Order ID)."
4271
  msgstr ""
@@ -4273,11 +4362,11 @@ msgstr ""
4273
  "basierend auf der Bestellnummer."
4274
 
4275
  # @ woocommerce-germanized
4276
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:705
4277
  msgid "XML Pain Format"
4278
  msgstr "XML Pain Format"
4279
 
4280
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:707
4281
  msgid ""
4282
  "You may adjust the XML Export Pain Schema to your banks needs. Some banks "
4283
  "may require pain.001.003.03."
@@ -4286,11 +4375,11 @@ msgstr ""
4286
  "Banken benötigen z.B. pain.001.003.03."
4287
 
4288
  # @ woocommerce-germanized
4289
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:711
4290
  msgid "Mandate ID Format"
4291
  msgstr "Mandat-Referenz Format"
4292
 
4293
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:713
4294
  msgid ""
4295
  "You may extend the Mandate ID format by adding a prefix and/or suffix. Use "
4296
  "{id} as placeholder to insert the automatically generated ID."
@@ -4299,12 +4388,12 @@ msgstr ""
4299
  "{id} als Platzhalter um die automatisch generierte Referenznummer einzufügen."
4300
 
4301
  # @ woocommerce-germanized
4302
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:717
4303
  msgid "Mandate Text"
4304
  msgstr "Lastschriftmandat"
4305
 
4306
  # @ woocommerce-germanized
4307
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:719
4308
  msgid ""
4309
  "This text will be populated with live order/checkout data. Will be used as "
4310
  "preview direct debit mandate and as email template text."
@@ -4315,23 +4404,28 @@ msgstr ""
4315
  "Verfügung gestellt."
4316
 
4317
  # @ woocommerce-germanized
4318
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:726
 
 
 
 
 
4319
  msgid "Enable \"agree to SEPA mandate\" checkbox"
4320
  msgstr "Aktiviere die Checkbox zur Bestätigung des Lastschriftmandates."
4321
 
4322
  # @ woocommerce-germanized
4323
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:728
4324
  msgid "Enable a checkbox linking to a SEPA direct debit mandate preview."
4325
  msgstr ""
4326
  "Aktiviere eine Checkbox, die zu einer Vorschau des Lastschrift-Mandats führt."
4327
 
4328
  # @ woocommerce-germanized
4329
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:732
4330
  msgid "Checkbox label"
4331
  msgstr "Checkbox Text"
4332
 
4333
  # @ woocommerce-germanized
4334
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:734
4335
  msgid ""
4336
  "Customize the checkbox label. Use {link}link name{/link} to insert the "
4337
  "preview link."
@@ -4340,21 +4434,21 @@ msgstr ""
4340
  "auf die Vorschau zu verlinken."
4341
 
4342
  # @ woocommerce-germanized
4343
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:735
4344
  msgid "I hereby agree to the {link}direct debit mandate{/link}."
4345
  msgstr "Hiermit erteile ich das {link}SEPA Lastschriftmandat{/link}."
4346
 
4347
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:739
4348
  msgid "Enable pre-notification"
4349
  msgstr "Vorankündigung aktivieren"
4350
 
4351
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:740
4352
  msgid "Insert pre-notification text within the order confirmation email."
4353
  msgstr ""
4354
  "Fügt einen Standard-Text zur Vorankündigung des SEPA-Einzugs in die "
4355
  "Bestellbestätigung ein."
4356
 
4357
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:742
4358
  msgid ""
4359
  "This option inserts a standard text containing a pre-notification for the "
4360
  "customer."
@@ -4363,11 +4457,11 @@ msgstr ""
4363
  "die Bestellbestätigung ein. In der Ankündigung wird u.a. ein konkreter "
4364
  "Fälligkeitstermin genannt."
4365
 
4366
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:746
4367
  msgid "Debit days"
4368
  msgstr "Fälligkeitstage"
4369
 
4370
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:748
4371
  msgid ""
4372
  "This option is used to calculate the debit date and is added to the order "
4373
  "date."
@@ -4377,15 +4471,15 @@ msgstr ""
4377
  "hier eingestellten Anzahl Tage."
4378
 
4379
  # @ woocommerce-germanized
4380
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:752
4381
  msgid "Mask IBAN"
4382
  msgstr "IBAN maskieren"
4383
 
4384
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:753
4385
  msgid "Mask the IBAN within emails."
4386
  msgstr "IBAN in E-Mails maskieren."
4387
 
4388
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:755
4389
  msgid ""
4390
  "This will lead to masked IBANs within emails (replaced by *). All but last 4 "
4391
  "digits will be masked."
@@ -4393,15 +4487,15 @@ msgstr ""
4393
  "Der IBAN wird in E-Mails (abgesehen von den letzten 4 Stellen) mit * "
4394
  "maskiert."
4395
 
4396
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:764
4397
  msgid "Remember"
4398
  msgstr "Bankdaten merken\t"
4399
 
4400
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:765
4401
  msgid "Remember account data for returning customers."
4402
  msgstr "Bankverbindung für registrierte Kunden speichern."
4403
 
4404
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:767
4405
  msgid "Save account data as user meta if user has/creates a customer account."
4406
  msgstr ""
4407
  "Speichert die Bankverbindung für registrierte Kunden in der user_meta "
@@ -4409,37 +4503,37 @@ msgstr ""
4409
  "eigenständig aus."
4410
 
4411
  # @ woocommerce-germanized
4412
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:850
4413
  msgid "Please insert your SEPA account data."
4414
  msgstr "Bitte fügen Sie Ihre SEPA Kontoinformationen ein."
4415
 
4416
  # @ woocommerce-germanized
4417
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:860
4418
  msgid "Your IBAN seems to be invalid."
4419
  msgstr "Ihr IBAN scheint nicht gültig zu sein."
4420
 
4421
  # @ woocommerce-germanized
4422
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:862
4423
  msgid "Your IBAN's country code doesn’t match with your billing country."
4424
  msgstr "Der Ländercode des IBANs stimmt nicht mit dem Rechnungsland überein."
4425
 
4426
  # @ woocommerce-germanized
4427
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:866
4428
  msgid "Your BIC seems to be invalid."
4429
  msgstr "Ihr BIC/SWIFT scheint nicht gültig zu sein."
4430
 
4431
  # @ woocommerce-germanized
4432
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:878
4433
  msgid "Please accept the direct debit mandate."
4434
  msgstr "Bitte erteilen Sie das SEPA Lastschriftmandat."
4435
 
4436
  # @ woocommerce-germanized
4437
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:909
4438
  msgid "is invalid"
4439
  msgstr "ist ungültig"
4440
 
4441
  # @ woocommerce-germanized
4442
- #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:945
4443
  msgid "Awaiting Direct Debit Payment"
4444
  msgstr "Zahlung per Lastschrift ausstehend"
4445
 
@@ -4503,7 +4597,7 @@ msgstr ""
4503
  # @ woocommerce-germanized
4504
  # @ woocommerce
4505
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:57
4506
- #: woocommerce-germanized.php:585
4507
  msgid "Settings"
4508
  msgstr "Einstellungen"
4509
 
@@ -5024,43 +5118,48 @@ msgstr ""
5024
  "a> oder von <a href=\"%s\" target=\"_blank\">Produktbewertungen</a>."
5025
 
5026
  # @ woocommerce-germanized
5027
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:549
5028
  msgctxt "trusted-shops"
5029
  msgid "Review Collector"
5030
  msgstr "Review Collector"
5031
 
5032
  # @ woocommerce-germanized
5033
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:554
5034
  msgctxt "trusted-shops"
5035
  msgid "Export customer data"
5036
  msgstr "Bestellungen exportieren"
5037
 
5038
  # @ woocommerce-germanized
5039
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:558
5040
  msgctxt "trusted-shops"
5041
  msgid "30 days"
5042
  msgstr "30 Tage"
5043
 
5044
  # @ woocommerce-germanized
5045
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:559
5046
  msgctxt "trusted-shops"
5047
  msgid "60 days"
5048
  msgstr "60 Tage"
5049
 
5050
  # @ woocommerce-germanized
5051
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:560
5052
  msgctxt "trusted-shops"
5053
  msgid "90 days"
5054
  msgstr "90 Tage"
5055
 
 
 
 
 
 
5056
  # @ woocommerce-germanized
5057
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:562
5058
  msgctxt "trusted-shops"
5059
  msgid "Start export"
5060
  msgstr "Export starten"
5061
 
5062
  # @ woocommerce-germanized
5063
- #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:563
5064
  #, php-format
5065
  msgctxt "trusted-shops"
5066
  msgid ""
@@ -5070,6 +5169,40 @@ msgstr ""
5070
  "Exportiere hier die Kundendaten für die Verwendung im Trusted Shops <a href="
5071
  "\"%s\" target=\"_blank\">Review Collector</a>."
5072
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5073
  # @ woocommerce-germanized
5074
  #: includes/trusted-shops/class-wc-gzd-trusted-shops-schedule.php:88
5075
  msgctxt "trusted-shops"
@@ -5218,17 +5351,6 @@ msgstr ""
5218
  "Bitte überprüfen Sie Ihre Eingaben. Sie können diese durch Klicken des "
5219
  "„Zurück“-Buttons Ihres Browsers korrigieren"
5220
 
5221
- # @ woocommerce
5222
- #: templates/checkout/order-submit.php:19
5223
- msgid ""
5224
- "Since your browser does not support JavaScript, or it is disabled, please "
5225
- "ensure you click the <em>Update Totals</em> button before placing your "
5226
- "order. You may be charged more than the amount stated above if you fail to "
5227
- "do so."
5228
- msgstr ""
5229
- "Da Ihr Browser kein JavaScript erlaubt, denken Sie bitte daran, auf "
5230
- "\"Gesamtsumme aktualisieren\" zu klicken, bevor Sie den Auftrag absenden. "
5231
-
5232
  # @ woocommerce-germanized
5233
  #: templates/checkout/order-submit.php:20
5234
  msgid "Update totals"
@@ -5301,8 +5423,8 @@ msgid ""
5301
  "If you cannot follow the link above please copy this url and paste it to "
5302
  "your browser bar: %s"
5303
  msgstr ""
5304
- "Falls Sie dem Link nicht folgen können, kopieren bitte folgende URL in die "
5305
- "Adresszeile Ihres Browsers: %s"
5306
 
5307
  #: templates/emails/customer-paid-for-order.php:28
5308
  #: templates/emails/plain/customer-paid-for-order.php:25
@@ -5427,11 +5549,48 @@ msgctxt "trusted-shops"
5427
  msgid "%s custom reviews"
5428
  msgstr "%s Kundenbewertungen"
5429
 
 
 
 
 
5430
  # @ woocommerce-germanized
5431
- #: woocommerce-germanized.php:740
5432
  msgid "Order Confirmation"
5433
  msgstr "Bestellbestätigung"
5434
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5435
  #~ msgid "Your existing Mandate from the"
5436
  #~ msgstr "Ihr vorhandenes Mandat vom"
5437
 
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce Germanized v1.5.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-05-16 13:31+0200\n"
6
+ "PO-Revision-Date: 2018-05-16 13:31+0200\n"
7
  "Last-Translator: holzhannes <holzhannes@posteo.de>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 2.0.7\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
95
  #: includes/abstracts/abstract-wc-gzd-product.php:264
96
  #: includes/abstracts/abstract-wc-gzd-product.php:273
97
  #: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:169
98
+ #: includes/wc-gzd-core-functions.php:144
99
+ #: includes/wc-gzd-template-functions.php:609 woocommerce-germanized.php:851
100
  msgid "incl. VAT"
101
  msgstr "inkl. MwSt."
102
 
108
  # @ woocommerce-germanized
109
  #: includes/abstracts/abstract-wc-gzd-product.php:266
110
  #: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:169
111
+ #: includes/wc-gzd-core-functions.php:144 woocommerce-germanized.php:851
112
  #, php-format
113
  msgid "incl. %s%% VAT"
114
  msgstr "inkl. %s%% MwSt."
154
 
155
  # @ woocommerce-germanized
156
  #: includes/admin/class-wc-gzd-admin-status.php:38
157
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:160
158
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:231
159
  #: includes/wc-gzd-core-functions.php:57
160
  msgid "Terms & Conditions"
161
  msgstr "AGB"
162
 
163
  # @ woocommerce-germanized
164
  #: includes/admin/class-wc-gzd-admin-status.php:39
165
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:242
166
  msgid "Power of Revocation"
167
  msgstr "Widerrufsbelehrung"
168
 
169
  # @ woocommerce-germanized
170
  #: includes/admin/class-wc-gzd-admin-status.php:40
171
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:160
172
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:253
173
  #: includes/wc-gzd-core-functions.php:63
174
  msgid "Imprint"
175
  msgstr "Impressum"
176
 
177
  # @ woocommerce-germanized
178
  #: includes/admin/class-wc-gzd-admin-status.php:41
 
179
  msgid "Data Security Statement"
180
  msgstr "Datenschutzbelehrung"
181
 
182
  # @ woocommerce-germanized
183
  #: includes/admin/class-wc-gzd-admin-status.php:42
184
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:275
185
  msgid "Payment Methods"
186
  msgstr "Zahlungarten"
187
 
188
  # @ woocommerce-germanized
189
  #: includes/admin/class-wc-gzd-admin-status.php:43
190
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:286
191
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:350
192
  msgid "Shipping Methods"
193
  msgstr "Versandarten"
194
 
204
  msgstr "Willkommen bei WooCommerce Germanized"
205
 
206
  # @ woocommerce-germanized
207
+ #: includes/admin/class-wc-gzd-admin-welcome.php:311
208
  msgid "Go to WooCommerce Germanized Settings"
209
  msgstr "zu den WooCommerce Germanized Einstellungen"
210
 
211
+ #: includes/admin/class-wc-gzd-admin.php:103
212
  msgid "Order confirmation manually sent to customer."
213
  msgstr "Bestellbestätigung manuell an den Kunden versendet."
214
 
215
  # @ woocommerce-germanized
216
+ #: includes/admin/class-wc-gzd-admin.php:109
217
  msgid "Resend order confirmation"
218
  msgstr "Bestellbestätigung erneut versenden"
219
 
220
  # @ woocommerce-germanized
221
+ #: includes/admin/class-wc-gzd-admin.php:118
222
  #: includes/admin/settings/class-wc-gzd-settings-germanized.php:25
223
  msgid "Germanized"
224
  msgstr "Germanized"
225
 
226
+ #: includes/admin/class-wc-gzd-admin.php:128
227
  msgid "Parcel Delivery Data Transfer:"
228
  msgstr "Paketdienstleister Datenweitergabe:"
229
 
230
+ #: includes/admin/class-wc-gzd-admin.php:129
231
  msgid "allowed"
232
  msgstr "akzeptiert"
233
 
234
+ #: includes/admin/class-wc-gzd-admin.php:129
235
  msgid "not allowed"
236
  msgstr "nicht akzeptiert"
237
 
238
  # @ woocommerce-germanized
239
+ #: includes/admin/class-wc-gzd-admin.php:202
240
  msgid "Optional Email Content"
241
  msgstr "Optionaler E-Mail Inhalt"
242
 
243
  # @ woocommerce-germanized
244
+ #: includes/admin/class-wc-gzd-admin.php:211
245
  msgid "Add content which will be replacing default page content within emails."
246
  msgstr ""
247
  "Fülle dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese "
248
  "Seite zu bestimmen."
249
 
250
  # @ woocommerce-germanized
251
+ #: includes/admin/class-wc-gzd-admin.php:221
252
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:152
253
  msgid "Optional Mini Description"
254
  msgstr "Warenkorb Kurzbeschreibung"
255
 
256
  # @ woocommerce-germanized
257
+ #: includes/admin/class-wc-gzd-admin.php:238
258
  msgid ""
259
  "This content will be shown as short product description within checkout and "
260
  "emails."
263
  "Produkt Kurzbeschreibung angezeigt."
264
 
265
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:46
266
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:119
267
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:835
268
  msgid "Service"
269
  msgstr "Dienstleistung"
270
 
271
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:46
272
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:120
273
  msgid "Service products do not sell physical products."
274
  msgstr "Dienstleistungen werden nicht in physikalischer Form verkauft."
275
 
276
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:87
277
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:143
278
  msgid "Sale Label"
279
  msgstr "Regulärer Preishinweis"
280
 
285
  msgstr "Gleiche wie übergeordnet"
286
 
287
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:97
288
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:144
289
  msgid "Sale Regular Label"
290
  msgstr "Neuer Preis Hinweis"
291
 
292
  # @ woocommerce-germanized
293
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:115
294
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:147
295
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:773
296
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:928
297
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:977
298
  msgid "Product Units"
299
  msgstr "Produkteinheiten"
300
 
309
 
310
  # @ woocommerce-germanized
311
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:119
312
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:168
313
  msgid "Calculation"
314
  msgstr "Berechnung"
315
 
330
 
331
  # @ woocommerce-germanized
332
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:137
333
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:220
334
  #: includes/api/class-wc-gzd-rest-products-controller.php:39
335
  #: includes/api/class-wc-gzd-rest-products-controller.php:204
336
  msgid "Delivery Time"
341
  msgid "Same as parent"
342
  msgstr "Gleiche wie übergeordnet"
343
 
344
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:127
345
  msgid "Diff. Taxation"
346
  msgstr "Differenzbesteuerung"
347
 
348
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:128
349
  msgid "Product applies to differential taxation based on §25a UStG."
350
  msgstr "Produkt ist differenzbesteuert nach §25a UStG."
351
 
352
  # @ woocommerce-germanized
353
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:143
354
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:144
355
  msgid "Select Price Label"
356
  msgstr "Preishinweis auswählen"
357
 
358
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:143
359
  msgid ""
360
  "If the product is on sale you may want to show a price label right before "
361
  "outputting the old price to inform the customer."
365
  "Preis). Mit diesem Hinweis kannst du genau festlegen, um welchen Preis es "
366
  "sich dabei handelte (z.B. UVP)."
367
 
368
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:144
369
  msgid ""
370
  "If the product is on sale you may want to show a price label right before "
371
  "outputting the new price to inform the customer."
375
  "neuer Preis)."
376
 
377
  # @ woocommerce-germanized
378
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:146
379
  #: includes/api/class-wc-gzd-rest-products-controller.php:114
380
  #: includes/class-wc-gzd-post-types.php:66
381
  msgid "Unit"
382
  msgstr "Einheit"
383
 
384
  # @ woocommerce-germanized
385
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:146
386
  msgid "Select unit"
387
  msgstr "Einheit auswählen"
388
 
389
  # @ woocommerce-germanized
390
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:146
391
  msgid "Needed if selling on a per unit basis"
392
  msgstr "Notwendig falls auf pro-Einheit-Basis verkauft werden soll"
393
 
394
  # @ woocommerce-germanized
395
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:147
396
  msgid "Number of units included per default product price. Example: 1000 ml."
397
  msgstr ""
398
  "Anzahl der Produkteinheiten auf Basis des Produktpreises. Beispiel: 1000 ml."
399
 
400
  # @ woocommerce-germanized
401
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:148
402
  msgid "Base Price Units"
403
  msgstr "Grundpreiseinheiten"
404
 
405
  # @ woocommerce-germanized
406
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:148
407
  msgid ""
408
  "Base price units. Example base price: 0,99 € / 100 ml. Insert 100 as base "
409
  "price unit amount."
412
  "hier 100 als Grundpreiseinheiten ein."
413
 
414
  # @ woocommerce-germanized
415
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:168
416
  msgid "Calculate base prices automatically."
417
  msgstr "Grundpreis automatisch berechnen."
418
 
419
  # @ woocommerce-germanized
420
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:170
421
  msgid "Regular Base Price"
422
  msgstr "Regulärer Grundpreis"
423
 
424
  # @ woocommerce-germanized
425
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:171
426
  msgid "Sale Base Price"
427
  msgstr "Angebotsgrundpreis"
428
 
429
  # @ woocommerce-germanized
430
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:181
431
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:224
432
  msgid "Search for a delivery time&hellip;"
433
  msgstr "Lieferzeit suchen&hellip;"
434
 
435
  # @ woocommerce-germanized
436
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:233
437
  msgid "Free shipping?"
438
  msgstr "Versand kostenlos?"
439
 
440
  # @ woocommerce-germanized
441
+ #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:233
442
  msgid "This option disables the \"plus shipping costs\" notice on product page"
443
  msgstr ""
444
  "Deaktiviert den Hinweis \"zzgl. Versandkosten\". Ohne Auswirkungen auf die "
445
  "Versandkosten."
446
 
447
  # @ woocommerce-germanized
448
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:45
449
  #, php-format
450
  msgid "Invoices & Packing Slips %s"
451
  msgstr "Rechnungen & Lieferscheine %s"
452
 
453
  # @ woocommerce-germanized
454
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:46
455
  #, php-format
456
  msgid "PDF %s"
457
  msgstr "PDF %s"
458
 
459
  # @ woocommerce-germanized
460
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:47
461
  #, php-format
462
  msgid "Multistep Checkout %s"
463
  msgstr "Mehrstufige Kasse %s"
464
 
465
  # @ woocommerce-germanized
466
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:48
467
  #, php-format
468
  msgid "Terms & Conditions generator %s"
469
  msgstr "AGB Generator %s"
470
 
471
  # @ woocommerce-germanized
472
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:49
473
  #, php-format
474
  msgid "Revocation generator %s"
475
  msgstr "Widerruf Generator %s"
476
 
477
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:72
478
+ #, php-format
479
+ msgid ""
480
+ "Please choose your data privacy settings from the available options within "
481
+ "<a href=\"%s\">Germanized</a>."
482
+ msgstr ""
483
+ "Bitte tätige deine Datenschutz-Einstellungen in den <a href=\"%s"
484
+ "\">Germanized-Optionen</a>."
485
+
486
  # @ woocommerce-germanized
487
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:116
488
  msgid "General Options"
489
  msgstr "Allgemein"
490
 
491
  # @ woocommerce-germanized
492
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:117
493
  msgid "Display Options"
494
  msgstr "Anzeige"
495
 
496
  # @ woocommerce-germanized
497
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:118
498
  msgid "Email Options"
499
  msgstr "E-Mails"
500
 
501
  # @ woocommerce-germanized
502
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:145
503
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:151
504
  #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:106
505
  msgid "None"
506
  msgstr "Keine"
507
 
508
  # @ woocommerce-germanized
509
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:168
510
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:843
511
  msgid "General"
512
  msgstr "Allgemein"
513
 
514
  # @ woocommerce-germanized
515
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:171
516
  msgid "Submit Order Button Text"
517
  msgstr "Kauf abschließen - Text"
518
 
519
  # @ woocommerce-germanized
520
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:172
521
  msgid "This text serves as Button text for the Order Submit Button."
522
  msgstr "Dieser Text wird auf dem Kauf abschließen Button dargestellt"
523
 
524
  # @ woocommerce-germanized
525
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:177
526
  msgid "Buy Now"
527
  msgstr "Jetzt kaufen"
528
 
529
  # @ woocommerce-germanized
530
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:181
531
  msgid "Phone as required field"
532
  msgstr "Telefon als Pflichtfeld"
533
 
534
  # @ woocommerce-germanized
535
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:182
536
  msgid "Should phone number be a required field within checkout?"
537
  msgstr ""
538
  "Diese Option setzen, damit die Telefonnummer ein Pflichtfeld im Checkout ist."
539
 
540
  # @ woocommerce-germanized
541
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:189
542
  msgid "Add title field"
543
  msgstr "Anrede im Checkout"
544
 
545
  # @ woocommerce-germanized
546
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:190
547
  msgid "Add a title field to the address within checkout?"
548
  msgstr "Fügt ein Feld \"Anrede\" im Checkout hinzu."
549
 
550
  # @ woocommerce-germanized
551
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:197
552
  msgid "Disallow cancellations"
553
  msgstr "Stornierungen verhindern"
554
 
555
  # @ woocommerce-germanized
556
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:198
557
  msgid "Don’t allow customers to manually cancel orders."
558
  msgstr "Stornierung von Bestellungen durch den Kunden verhindern."
559
 
560
  # @ woocommerce-germanized
561
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:199
562
  msgid ""
563
  "By default payment methods like PayPal allow order cancellation by clicking "
564
  "the abort link. This option will stop customers from manually cancel orders."
567
  "Kunden den Abbrechen-Link verwendet. Diese Option verhindert den manuellen "
568
  "Abbruch einer Bestellung durch den Kunden."
569
 
570
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:206
571
  msgid "Disallow gateway choosing"
572
  msgstr "Wechsel der Zahlungsart"
573
 
574
  # @ woocommerce-germanized
575
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:207
576
  msgid "Don’t allow customers to change the payment gateway after ordering."
577
  msgstr ""
578
  "Wechsel der Zahlungsart nach der Bestellung durch den Kunden verhindern."
579
 
580
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:208
581
  msgid ""
582
  "Customers paying through a gateway which allows later payment (e.g. PayPal) "
583
  "will find a link within their customer account which redirects them to a pay "
596
  "PayPal weiter."
597
 
598
  # @ woocommerce-germanized
599
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:216
600
  msgid "Contract"
601
  msgstr "Kaufvertrag"
602
 
603
  # @ woocommerce-germanized
604
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:216
605
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:675
606
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:687
607
  #, php-format
608
  msgid "%sUpgrade to %spro%s%s to unlock this feature and get premium support."
609
  msgstr ""
611
  "erhalte professionellen Support."
612
 
613
  # @ woocommerce-germanized
614
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:228
615
  #: includes/admin/views/html-page-status-germanized.php:141
616
  msgid "Legal Pages"
617
  msgstr "Rechtlich relevante Seiten"
618
 
619
  # @ woocommerce-germanized
620
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:232
621
  msgid "This page should contain your terms & conditions."
622
  msgstr "Diese Seite sollte deine Allgemeinen Geschäftsbedingungen enthalten."
623
 
624
  # @ woocommerce-germanized
625
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:238
626
  #, php-format
627
  msgid "Don't have terms & conditions yet? <a href=\"%s\">Generate now</a>!"
628
  msgstr "Du hast noch keine AGB? <a href=\"%s\">Jetzt generieren</a>!"
629
 
630
  # @ woocommerce-germanized
631
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:243
632
  msgid ""
633
  "This page should contain information regarding your customer's Right of "
634
  "Revocation."
638
  "[revocation_form]"
639
 
640
  # @ woocommerce-germanized
641
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:249
642
  #, php-format
643
  msgid "Don't have a revocation page yet? <a href=\"%s\">Generate now</a>!"
644
  msgstr ""
645
  "Du hast noch keine Widerrufsbelehrung? <a href=\"%s\">Jetzt generieren</a>!"
646
 
647
  # @ woocommerce-germanized
648
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:254
649
  msgid "This page should contain an imprint with your company's information."
650
  msgstr ""
651
  "Diese Seite sollte das Impressum d.h. die Informationen (gemäß TMG) zu "
652
  "deinem Unternehmen enthalten."
653
 
654
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:264
655
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:298
656
+ msgid "Privacy Policy"
657
+ msgstr "Datenschutz"
658
+
659
  # @ woocommerce-germanized
660
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:265
661
  msgid ""
662
  "This page should contain information regarding your data security policy."
663
  msgstr "Diese Seite sollte deine Datenschutzbelehrung enthalten."
664
 
665
  # @ woocommerce-germanized
666
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:276
667
  msgid ""
668
  "This page should contain information regarding the Payment Methods that are "
669
  "chooseable during checkout."
673
  "[payment_methods_info]"
674
 
675
  # @ woocommerce-germanized
676
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:287
677
  msgid ""
678
  "This page should contain information regarding shipping methods that are "
679
  "chooseable during checkout."
681
  "Diese Seite sollte Informationen zu den von dir zur Verfügung gestellten "
682
  "Versandarten bereitstellen."
683
 
684
+ # @ woocommerce-germanized
685
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:301
686
+ msgid "Registration"
687
+ msgstr "Registrierung"
688
+
689
+ # @ woocommerce-germanized
690
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:302
691
+ msgid "Add a checkbox to customer registration form."
692
+ msgstr "Füge eine Checkbox zum Formular für die Kundenregistrierung hinzu."
693
+
694
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:309
695
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:370
696
+ msgid "Text"
697
+ msgstr "Text"
698
+
699
+ # @ woocommerce-germanized
700
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:310
701
+ msgid ""
702
+ "Choose a Plain Text which will be shown as checkbox text for customer "
703
+ "account creation. Use {term_link}{/term_link}, {data_security_link}{/"
704
+ "data_security_link}, {revocation_link}{/revocation_link} as Placeholders for "
705
+ "the links to legal pages."
706
+ msgstr ""
707
+ "Dieser Text dient als Hinweistext für die Erstellung eines Kundenkontos und "
708
+ "wird neben der Checkbox dargestellt. Verwende {term_link}{/term_link}, "
709
+ "{data_security_link}{/data_security_link}, {revocation_link}{/"
710
+ "revocation_link} als Platzhalter für die Links zu den rechtlichen "
711
+ "Hinweisseiten."
712
+
713
+ # @ woocommerce-germanized
714
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:312
715
+ msgid ""
716
+ "Yes, I’d like create a new account and have read and understood the "
717
+ "{data_security_link}data privacy statement{/data_security_link}."
718
+ msgstr ""
719
+ "Ja, ich möchte ein Kundenkonto eröffnen und akzeptiere die "
720
+ "{data_security_link}Datenschutzerklärung{/data_security_link}."
721
+
722
+ # @ woocommerce-germanized
723
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:319
724
+ msgid "Checkout"
725
+ msgstr "Kasse"
726
+
727
+ # @ woocommerce-germanized
728
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:320
729
+ msgid ""
730
+ "Replace default WooCommerce text regarding account creation during checkout."
731
+ msgstr ""
732
+ "Ersetze den WooCommerce Text (Kundenkonto erstellen?) durch den o.g. Hinweis."
733
+
734
+ # @ woocommerce-germanized
735
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:321
736
+ msgid ""
737
+ "Use the text from above instead of the default WooCommerce text regarding "
738
+ "account creation during checkout. This checkbox is only show if you have "
739
+ "activated guest accounts."
740
+ msgstr ""
741
+ "Nutze den oben festgelegten Hinweistext anstelle des WooCommerce "
742
+ "Standardtextes für die Checkbox zum Erstellen von Kundenkonten während des "
743
+ "Bestellvorganges. Die Checkbox wird nur angezeigt, wenn du Gast-Checkouts "
744
+ "zulässt."
745
+
746
+ # @ woocommerce-germanized
747
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:328
748
+ msgid "Parcel Delivery"
749
+ msgstr "Paketdienstleister"
750
+
751
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:329
752
+ msgid ""
753
+ "Show checkbox for data transmission to third party parcel service providers."
754
+ msgstr ""
755
+ "Checkbox zur Erlaubnis der Datenweitergabe an den Paketdienstleister "
756
+ "einfügen."
757
+
758
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:330
759
+ msgid ""
760
+ "You may optionally choose to show a checkbox which lets the customer accept "
761
+ "data transmission to a third party parcel service provider to receive parcel "
762
+ "delivery reminders."
763
+ msgstr ""
764
+ "Du kannst optional eine Checkbox einfügen, in der dein Kunde die "
765
+ "Datenweitergabe an den Paketdienstleister akzeptieren kann (z.B. um eine "
766
+ "Paketbenachrichtigung per E-Mail zu erhalten). Falls dein Kunde die Checkbox "
767
+ "nicht setzt, siehst du das in der Bestellübersicht. Du musst dich selbst "
768
+ "darum kümmern, dass die Daten dann nicht an den Paketdienstleister "
769
+ "weitergeleitet werden. "
770
+
771
+ # @ woocommerce-germanized
772
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:337
773
+ msgid "Show checkbox"
774
+ msgstr "Checkbox anzeigen"
775
+
776
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:338
777
+ msgid ""
778
+ "Choose whether you like to always show the parcel delivery checkbox or do "
779
+ "only show for certain shipping methods."
780
+ msgstr ""
781
+ "Wähle aus, ob du die Paketdienstleister-Checkbox immer oder nur für "
782
+ "bestimmte Versandmethoden anzeigen möchtest."
783
+
784
+ # @ woocommerce-germanized
785
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:343
786
+ msgid "For certain shipping methods."
787
+ msgstr "Für bestimmte Versandmethoden."
788
+
789
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:344
790
+ msgid "Always show."
791
+ msgstr "Immer anzeigen."
792
+
793
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:351
794
+ msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
795
+ msgstr ""
796
+ "Wähle Versandmethoden aus für die die Paketdienstleister Checkbox angezeigt "
797
+ "werden soll."
798
+
799
+ # @ woocommerce-germanized
800
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:361
801
+ msgid "Mandatory"
802
+ msgstr "Pflichtfeld"
803
+
804
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:362
805
+ msgid "Make the parcel delivery checkbox a required field."
806
+ msgstr "Paketdienstleister Checkbox zum Pflichtfeld machen?"
807
+
808
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:363
809
+ msgid "Make the checkbox mandatory to complete checkout."
810
+ msgstr "Checkbox zum Pflichtfeld machen um den Kauf abzuschließen."
811
+
812
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:371
813
+ msgid ""
814
+ "Choose a Plain Text which will be shown right next to the corresponding "
815
+ "checkbox to inform the customer about the data being transfered to the third "
816
+ "party shipping supplier. Use {shipping_method_title} to insert the shipping "
817
+ "method title."
818
+ msgstr ""
819
+ "Passe hier optional den Hinweistext an der neben der entsprechenden Checkbox "
820
+ "angezeigt wird. Informiere deine Kunden über eine etwaige Datenweitergabe an "
821
+ "den Paketdienstleister. Verwende den Platzhalter {shipping_method_title} um "
822
+ "den Titel der Versandmethoden einzubetten."
823
+
824
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:373
825
+ #: includes/wc-gzd-cart-functions.php:466
826
+ msgid ""
827
+ "Yes, I would like to be reminded via E-mail about parcel delivery "
828
+ "({shipping_method_title}). Your E-mail Address will only be transferred to "
829
+ "our parcel service provider for that particular reason."
830
+ msgstr ""
831
+ "Ja, ich möchte per E-Mail für diese Bestellung eine Paketankündigung vom "
832
+ "Paketdienstleister ({shipping_method_title}) erhalten. Deine E-Mail Adresse "
833
+ "wird nur für diesen einmaligen Zweck an unseren Paketdienstleister "
834
+ "weitergegeben."
835
+
836
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:381
837
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:384
838
  msgid "Dispute Resolution"
839
  msgstr "Streitbeilegung"
840
 
841
  # @ woocommerce-germanized
842
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:381
843
  #, php-format
844
  msgid ""
845
  "As with Feb. 1 2017 new regulations regarding alternative dispute resolution "
850
  "Kraft. Weiterführende Informationen zu deinen Informationspflichten findest "
851
  "du <a href=\"%s\" target=\"_blank\">hier</a>."
852
 
853
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:385
854
  msgid ""
855
  "You may select whether you are willing, obliged or not willing to "
856
  "participate in dispute settlement proceeedings before a consumer arbitration "
864
  "deinem Impressum platzieren solltest. Trusted Shops rät dazu den Text auch "
865
  "in deine AGB einzufügen."
866
 
867
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:391
868
  msgid "Not obliged, not willing"
869
  msgstr "Nicht verpflichtet, nicht bereit"
870
 
871
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:392
872
  msgid "Not obliged, willing"
873
  msgstr "Nicht verpflichtet, bereit"
874
 
875
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:393
876
  msgid "Obliged"
877
  msgstr "Verpflichtet"
878
 
879
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:398
880
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:408
881
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:418
882
  msgid "Resolution Text"
883
  msgstr "Streitbeilegung Text"
884
 
885
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:399
886
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:409
887
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:419
888
  msgid ""
889
  "Adapt this example text regarding alternative dispute resolution to your "
890
  "needs. Text will be added to the [gzd_complaints] Shortcode. You may as well "
895
  "noch in deinen AGB integrieren."
896
 
897
  # @ woocommerce-germanized
898
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:401
899
  msgid ""
900
  "The european commission provides a platform for online dispute resolution "
901
  "(OS) which is accessible at https://ec.europa.eu/consumers/odr. We are not "
908
  "Verbraucherschlichtungsstelle sind wir nicht verpflichtet und nicht bereit."
909
 
910
  # @ woocommerce-germanized
911
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:411
912
  msgid ""
913
  "The european commission provides a platform for online dispute resolution "
914
  "(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
920
  "sind bereit, an einem außergerichtlichen Schlichtungsverfahren teilzunehmen."
921
 
922
  # @ woocommerce-germanized
923
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:421
924
  msgid ""
925
  "The european commission provides a platform for online dispute resolution "
926
  "(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
936
  "Stelle teilzunehmen. Wir werden an einem solchen Verfahren teilnehmen."
937
 
938
  # @ woocommerce-germanized
939
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:428
940
  msgid "Shortcode Status"
941
  msgstr "Shortcode Status"
942
 
943
  # @ woocommerce-germanized
944
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:431
945
  msgid "Please choose a page as your imprint first."
946
  msgstr "Bitte hinterlege zuerst eine Seite als dein Impressum."
947
 
948
  # @ woocommerce-germanized
949
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:431
950
  msgid "Found"
951
  msgstr "Eingebunden"
952
 
953
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:431
954
  #, php-format
955
  msgid "Not found within %s"
956
  msgstr "Nicht gefunden in: %s"
957
 
958
  # @ woocommerce-germanized
959
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:431
960
  msgid "Append it now"
961
  msgstr "Jetzt hinzufügen"
962
 
963
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:436
964
  msgid "Small Businesses"
965
  msgstr "Kleinunternehmer"
966
 
967
  # @ woocommerce-germanized
968
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:439
969
  #: includes/admin/views/html-page-status-germanized.php:37
970
  msgid "Small-Enterprise-Regulation"
971
  msgstr "Kleinunternehmerregelung"
972
 
973
  # @ woocommerce-germanized
974
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:440
975
  msgid "VAT based on &#167;19 UStG"
976
  msgstr "Umsatzsteuerbefreit nach &#167;19 UStG."
977
 
978
  # @ woocommerce-germanized
979
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:444
980
  #, php-format
981
  msgid ""
982
  "set this Option if you have chosen <a href=\"%s\" target=\"_blank\">&#167;19 "
987
  "machen willst."
988
 
989
  # @ woocommerce-germanized
990
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:448
991
  msgid "Show no VAT notice"
992
  msgstr "Umsatzsteuerbefreiung"
993
 
994
  # @ woocommerce-germanized
995
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:449
996
  msgid "Show no VAT &#167;19 UStG notice on single product"
997
  msgstr ""
998
  "Hinweis zur Umsatzsteuerbefreiung gemäß &#167;19 UStG auf der Produktseite "
999
  "anzeigen."
1000
 
1001
  # @ woocommerce-germanized
1002
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:456
1003
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:479
1004
  msgid "Notice Text"
1005
  msgstr "Hinweistext"
1006
 
1007
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:457
1008
  msgid ""
1009
  "You may want to adjust the small buisness notice text to meet your criteria."
1010
  msgstr "Passe hier, falls notwending, den Kleinunternehmer Hinweistext an."
1011
 
1012
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:461
1013
  #: includes/wc-gzd-core-functions.php:94
1014
  msgid ""
1015
  "Value added tax is not collected, as small businesses according to §19 (1) "
1016
  "UStG."
1017
  msgstr "Kein Mehrwertsteuerausweis, da Kleinunternehmer nach §19 (1) UStG."
1018
 
1019
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:467
1020
  msgid "Differential Taxation"
1021
  msgstr "Differenzbesteuerung"
1022
 
1023
  # @ woocommerce-germanized
1024
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:470
1025
  msgid "Taxation Notice"
1026
  msgstr "Steuerhinweis"
1027
 
1028
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:471
1029
  msgid "Enable differential taxation text notice beneath product price."
1030
  msgstr ""
1031
  "Aktiviere den Hinweis zur Differenzbesteuerung unterhalb des Produktpreises."
1032
 
1033
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:473
1034
  msgid ""
1035
  "If you have disabled this option, a normal VAT notice will be displayed, "
1036
  "which is sufficient as Trusted Shops states. To further inform your "
1040
  "angezeigt. Der Standard-Hinweis ist laut Trusted Shops bereits ausreichend. "
1041
  "Du kannst diesen Hinweis nutzen um deine Kunden besser zu informieren."
1042
 
1043
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:480
1044
  msgid ""
1045
  "This text will be shown as a further notice for the customer to inform him "
1046
  "about differential taxation."
1048
  "Dieser Text dient zur weiterführenden Information deiner Kunden bzgl. der "
1049
  "Differenzbesteuerung."
1050
 
1051
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:485
1052
  msgid "incl. VAT (differential taxation according to §25a UStG.)"
1053
  msgstr "inkl. MwSt. (differenzbesteuert nach §25a UStG.)"
1054
 
1055
  # @ woocommerce-germanized
1056
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:489
1057
  msgid "Checkout Notice"
1058
  msgstr "Hinweis Kasse"
1059
 
1060
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:490
1061
  msgid "Enable differential taxation notice during checkout and in emails."
1062
  msgstr ""
1063
  "Aktiviere den Hinweis zur Differenzbesteuerung im Checkout und in E-Mails."
1064
 
1065
  # @ woocommerce-germanized
1066
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:498
1067
  msgid "Delivery Times"
1068
  msgstr "Lieferzeiten"
1069
 
1070
  # @ woocommerce-germanized
1071
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:501
1072
  #: includes/admin/views/html-page-status-germanized.php:42
1073
  msgid "Default Delivery Time"
1074
  msgstr "Standard-Lieferzeit"
1075
 
1076
  # @ woocommerce-germanized
1077
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:502
1078
  msgid ""
1079
  "This delivery time will be added to every product if no delivery time has "
1080
  "been chosen individually"
1083
  "zugeordnet wurde"
1084
 
1085
  # @ woocommerce-germanized
1086
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:509
1087
  msgid "Manage Delivery Times"
1088
  msgstr "Lieferzeiten verwalten"
1089
 
1090
  # @ woocommerce-germanized
1091
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:513
1092
  msgid "Delivery Time Text"
1093
  msgstr "Lieferzeit Text"
1094
 
1095
  # @ woocommerce-germanized
1096
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:514
1097
  msgid ""
1098
  "This text will be used to indicate delivery time for products. Use "
1099
  "{delivery_time} as placeholder."
1102
  "{delivery_time} als Platzhalter verwenden."
1103
 
1104
  # @ woocommerce-germanized
1105
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:519
1106
  msgid "Delivery time: {delivery_time}"
1107
  msgstr "Lieferzeit: {delivery_time}"
1108
 
1109
  # @ woocommerce-germanized
1110
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:524
1111
  msgid "Sale Price Labels"
1112
  msgstr "Preishinweise"
1113
 
1114
  # @ woocommerce-germanized
1115
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:527
1116
  msgid "Default Sale Label"
1117
  msgstr "Standard-Streichpreis-Hinweis"
1118
 
1119
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:528
1120
  msgid ""
1121
  "Choose whether you would like to have a default sale price label to inform "
1122
  "the customer about the regular price (e.g. Recommended Retail Price)."
1125
  "Kunden auf den alten Preis (bei reduzierten Produkten, sog. Streichpreis) "
1126
  "hinweist (z.B. UVP)."
1127
 
1128
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:535
1129
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:547
1130
  msgid "Manage Price Labels"
1131
  msgstr "Preishinweise verwalten"
1132
 
1133
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:539
1134
  msgid "Default Sale Regular Label"
1135
  msgstr "Standard-Angebotspreis-Hinweis"
1136
 
1137
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:540
1138
  msgid ""
1139
  "Choose whether you would like to have a default sale price regular label to "
1140
  "inform the customer about the sale price (e.g. New Price)."
1144
  "hinweist (z.B. Unser neuer Preis)."
1145
 
1146
  # @ woocommerce-germanized
1147
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:553
1148
  msgid "Shipping Costs"
1149
  msgstr "Versandkosten"
1150
 
1151
  # @ woocommerce-germanized
1152
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:556
1153
  msgid "Shipping Costs Text"
1154
  msgstr "Versandkosten Text"
1155
 
1156
  # @ woocommerce-germanized
1157
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:557
1158
  msgid ""
1159
  "This text will be used to inform the customer about shipping costs. Use "
1160
  "{link}{/link} to insert link to shipping costs page."
1164
  "zur Versandkosten-Seite einzufügen."
1165
 
1166
  # @ woocommerce-germanized
1167
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:562
1168
  msgid "plus {link}Shipping Costs{/link}"
1169
  msgstr "zzgl. {link}Versandkosten{/link}"
1170
 
1171
  # @ woocommerce-germanized
1172
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:566
1173
  msgid "Free Shipping Text"
1174
  msgstr "Kostenloser Versand Text"
1175
 
1176
  # @ woocommerce-germanized
1177
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:567
1178
  msgid ""
1179
  "This text will be used to inform the customer about free shipping. Leave "
1180
  "empty to disable notice. Use {link}{/link} to insert link to shipping costs "
1185
  "Versandkosten-Seite einzufügen."
1186
 
1187
  # @ woocommerce-germanized
1188
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:576
1189
  msgid "Shipping Costs Tax"
1190
  msgstr "Steuerberechnung"
1191
 
1192
  # @ woocommerce-germanized
1193
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:577
1194
  msgid "Enable better taxation for shpping costs?"
1195
  msgstr "Genauere Steuerberechnung für Versandkosten aktivieren?"
1196
 
1197
  # @ woocommerce-germanized
1198
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:581
1199
  #, php-format
1200
  msgid ""
1201
  "By choosing this option shipping cost taxation will be calculated based on "
1209
  "Bruttobeträge. Hier ein kleines Beispiel: %s"
1210
 
1211
  # @ woocommerce-germanized
1212
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:585
1213
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:607
1214
  msgid "Force Tax Calculation"
1215
  msgstr "Steuerberechnung erzwingen"
1216
 
1217
  # @ woocommerce-germanized
1218
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:586
1219
  msgid "Force shipping costs tax calculation for every method?"
1220
  msgstr "Erzwinge die Besteuerung für Versandkosten für jede Versandart?"
1221
 
1222
  # @ woocommerce-germanized
1223
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:590
1224
  msgid ""
1225
  "This option will overwrite settings for each individual shipping method to "
1226
  "force tax calculation (instead of only calculating tax for those methods "
1230
  "Versandarten und erzwingt die Steuerberechnung."
1231
 
1232
  # @ woocommerce-germanized
1233
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:595
1234
  msgid "Fees"
1235
  msgstr "Gebühren"
1236
 
1237
  # @ woocommerce-germanized
1238
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:598
1239
  msgid "Fee Tax"
1240
  msgstr "Steuerberechnung"
1241
 
1242
  # @ woocommerce-germanized
1243
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:599
1244
  msgid "Enable better taxation for fees?"
1245
  msgstr "Genauere Steuerberechnung für Gebühren aktivieren?"
1246
 
1247
  # @ woocommerce-germanized
1248
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:603
1249
  msgid ""
1250
  "By choosing this option fee taxation will be calculated based on tax rates "
1251
  "within cart. See shipping costs taxation for more information."
1256
  "Nettobeträge in Bruttobeträge an."
1257
 
1258
  # @ woocommerce-germanized
1259
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:608
1260
  msgid "Force fee tax calculation for every fee?"
1261
  msgstr "Berechnung der Steuern für Gebühren erzwingen?"
1262
 
1263
  # @ woocommerce-germanized
1264
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:612
1265
  msgid ""
1266
  "This option will overwrite settings for each individual fee to force tax "
1267
  "calculation (instead of only calculating tax for those fees which are "
1271
  "Steuerberechnung."
1272
 
1273
  # @ woocommerce-germanized
1274
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:617
1275
  msgid "Customers"
1276
  msgstr "Kunden"
1277
 
1278
  # @ woocommerce-germanized
1279
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:620
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1280
  msgid "Customer Double Opt In"
1281
  msgstr "Double Opt-In"
1282
 
1283
  # @ woocommerce-germanized
1284
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:621
1285
  msgid "Enable customer double opt in on registration?"
1286
  msgstr "Double Opt-In Verfahren für Kundenkonten aktivieren?"
1287
 
1288
  # @ woocommerce-germanized
1289
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:622
1290
  #, php-format
1291
  msgid ""
1292
  "If customer chooses to create a customer account an email with an activation "
1300
  "Verfahren ist laut Amtsgericht Berlin Pankow/Weißensee notwendig. Mehr "
1301
  "Informationen findest du <a href=\"%s\" target=\"_blank\">hier</a>."
1302
 
1303
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:629
1304
  msgid "Disable Login and Checkout"
1305
  msgstr "Login und Checkout"
1306
 
1307
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:630
1308
  msgid "Disable login and checkout for unactivated customers."
1309
  msgstr "Deaktiviere den Login und Checkout für inaktive Kunden."
1310
 
1311
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:631
1312
  msgid ""
1313
  "Customers that did not click on the activation link will not be able to "
1314
  "complete checkout nor login to their account."
1318
  "werden."
1319
 
1320
  # @ woocommerce-germanized
1321
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:638
1322
  msgid "Delete Unactivated After"
1323
  msgstr "Unaktivierte löschen nach"
1324
 
1325
  # @ woocommerce-germanized
1326
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:639
1327
  msgid ""
1328
  "This will make sure unactivated customer accounts will be deleted after X "
1329
  "days. Set to 0 if you don't want to automatically delete unactivated "
1334
  "setze den Wert auf 0."
1335
 
1336
  # @ woocommerce-germanized
1337
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:640
1338
  msgid "days"
1339
  msgstr "Tagen"
1340
 
1341
  # @ woocommerce-germanized
1342
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:649
1343
  #: includes/wc-gzd-core-functions.php:60
1344
  msgid "Right of Recission"
1345
  msgstr "Widerrufsrecht"
1346
 
1347
  # @ woocommerce-germanized
1348
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:652
1349
  msgid "Revocation Address"
1350
  msgstr "Widerruf richten an"
1351
 
1352
  # @ woocommerce-germanized
1353
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:653
1354
  msgid ""
1355
  "Type in an address, telephone/telefax number, email address which is to be "
1356
  "used as revocation address"
1359
  "die deine Kunden ihren Widerruf richten sollen"
1360
 
1361
  # @ woocommerce-germanized
1362
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:662
1363
  #: includes/admin/views/html-page-status-germanized.php:81
1364
  msgid "Virtual VAT"
1365
  msgstr "USt. Änderung 2015"
1366
 
1367
  # @ woocommerce-germanized
1368
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:665
1369
  msgid "Enable Virtual VAT"
1370
  msgstr "USt. Anpassung aktivieren"
1371
 
1372
  # @ woocommerce-germanized
1373
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:666
1374
  msgid ""
1375
  "Enable if you want to charge your customer's countries' VAT for virtual "
1376
  "products."
1378
  "Für virtuelle Produkte den USt.-Satz des Dienstleistungsempfängers berechnen."
1379
 
1380
  # @ woocommerce-germanized
1381
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:670
1382
  #, php-format
1383
  msgid ""
1384
  "New EU VAT rule applies on 01.01.2015. Make sure that every digital or "
1401
  "dazu findest du <a href=\"%s\" target=\"_blank\">hier</a>."
1402
 
1403
  # @ woocommerce-germanized
1404
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:675
1405
  msgctxt "invoices"
1406
  msgid "Invoices"
1407
  msgstr "Rechnungen"
1408
 
1409
  # @ woocommerce-germanized
1410
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:687
1411
  msgid "VAT"
1412
  msgstr "Umsatzsteuer"
1413
 
1414
  # @ woocommerce-germanized
1415
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:719
1416
  msgid "Customer"
1417
  msgstr "Kunde"
1418
 
1419
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:719
1420
  msgid "Admin"
1421
  msgstr "Admin"
1422
 
1423
  # @ woocommerce-germanized
1424
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:730
1425
  #, php-format
1426
  msgid "Attach %s"
1427
  msgstr "%s"
1428
 
1429
  # @ woocommerce-germanized
1430
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:731
1431
  #, php-format
1432
  msgid "Attach %s to the following email templates"
1433
  msgstr "%s an die folgenden E-Mail Templates anfügen"
1434
 
1435
  # @ woocommerce-germanized
1436
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:744
1437
  msgid "E-Mails"
1438
  msgstr "E-Mails"
1439
 
1440
  # @ woocommerce-germanized
1441
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:744
1442
  msgid ""
1443
  "Use drag & drop to customize attachment order. Don't forget to save your "
1444
  "changes."
1447
  "beeinflussen und speichere anschließend deine Änderungen."
1448
 
1449
  # @ woocommerce-germanized
1450
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:761
1451
  msgid "Email Display Options"
1452
  msgstr "Darstellung"
1453
 
1454
  # @ woocommerce-germanized
1455
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:764
1456
  msgid "Show within Emails"
1457
  msgstr "In E-Mails anzeigen"
1458
 
1459
  # @ woocommerce-germanized
1460
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:765
1461
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:920
1462
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:969
1463
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1033
1464
  msgid "Base Price"
1465
  msgstr "Grundpreis"
1466
 
1467
  # @ woocommerce-germanized
1468
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:781
1469
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:936
1470
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:985
1471
  msgid "Delivery Time Notice"
1472
  msgstr "Lieferzeiten-Hinweis"
1473
 
1474
  # @ woocommerce-germanized
1475
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:789
1476
  msgid "Short Description"
1477
  msgstr "Warenkorbkurzbeschreibung"
1478
 
1479
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:800
1480
  msgid "Hide Username"
1481
  msgstr "Nutzernamen verstecken"
1482
 
1483
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:801
1484
  msgid ""
1485
  "Hide username from email content if password or password reset link is "
1486
  "embedded."
1487
  msgstr "Nutzernamen nicht zusammen mit einem Passwort versenden."
1488
 
1489
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:802
1490
  msgid ""
1491
  "Trusted Shops advises to not show the username together with an account "
1492
  "password or password reset link. This option hides (or masks) the username "
1497
  "Trusted Shops Mitglied bist, solltest du diese Option aktivieren."
1498
 
1499
  # @ woocommerce-germanized
1500
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:810
1501
  msgid "Email Attachment Options"
1502
  msgstr "PDF Anhang"
1503
 
1504
  # @ woocommerce-germanized
1505
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:810
1506
  #, php-format
1507
  msgid ""
1508
  "Want to attach automatically generated PDF files to emails instead of plain "
1512
  "%sUpgrade zur %spro%s Version%s"
1513
 
1514
  # @ woocommerce-germanized
1515
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:833
1516
  msgid "Downloadable Product"
1517
  msgstr "Herunterladbares Produkt"
1518
 
1519
  # @ woocommerce-germanized
1520
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:834
1521
  msgid "Virtual Product"
1522
  msgstr "Virtuelles Produkt"
1523
 
1524
  # @ woocommerce-germanized
1525
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:846
1526
  msgid "Add to Cart"
1527
  msgstr "Zum Warenkorb Button"
1528
 
1529
  # @ woocommerce-germanized
1530
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:847
1531
  msgid "Show add to cart button on listings?"
1532
  msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
1533
 
1534
  # @ woocommerce-germanized
1535
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:851
1536
  msgid ""
1537
  "unset this option if you don't want to show the add to cart button within "
1538
  "the product listings"
1541
  "von Produktauflistungen darstellen möchten"
1542
 
1543
  # @ woocommerce-germanized
1544
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:855
1545
  msgid "Link to Details"
1546
  msgstr "Verlinkung zu Produktdetails"
1547
 
1548
  # @ woocommerce-germanized
1549
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:856
1550
  msgid ""
1551
  "Want to link to product details page instead of add to cart within listings?"
1552
  msgstr "Zum Warenkorb Button mit Button zur Produktdetail-Seite ersetzen?"
1553
 
1554
  # @ woocommerce-germanized
1555
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:860
1556
  msgid ""
1557
  "Decide whether you like to link to your product's details page instead of "
1558
  "displaying an add to cart button within product listings."
1562
  "diese Option."
1563
 
1564
  # @ woocommerce-germanized
1565
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:864
1566
  msgid "Product Details Text"
1567
  msgstr "Produktdetails Text"
1568
 
1569
  # @ woocommerce-germanized
1570
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:866
1571
  msgid "Details"
1572
  msgstr "Details"
1573
 
1574
  # @ woocommerce-germanized
1575
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:868
1576
  msgid ""
1577
  "If you have chosen to link to product details page instead of add to cart "
1578
  "URL you may want to change the button text."
1582
  "einen Button-Text vergeben."
1583
 
1584
  # @ woocommerce-germanized
1585
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:873
1586
  msgid "Digital Delivery Time Text"
1587
  msgstr "Lieferzeit Digital"
1588
 
1589
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:877
1590
  msgid ""
1591
  "Enter a text which will be shown as digital delivery time text (replacement "
1592
  "for default digital time on digital products)."
1596
  "lassen."
1597
 
1598
  # @ woocommerce-germanized
1599
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:882
1600
  msgid "Notice Footer"
1601
  msgstr "Hinweise im Footer"
1602
 
1603
  # @ woocommerce-germanized
1604
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:883
1605
  msgid "Show a global VAT notice within footer"
1606
  msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer einfügen."
1607
 
1608
  # @ woocommerce-germanized
1609
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:891
1610
  msgid "Show a global sale price notice within footer"
1611
  msgstr ""
1612
  "Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer "
1613
  "einfügen."
1614
 
1615
  # @ woocommerce-germanized
1616
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:900
1617
  msgid "Products"
1618
  msgstr "Produkt"
1619
 
1620
  # @ woocommerce-germanized
1621
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:903
1622
  msgid "Show within Product Listings"
1623
  msgstr "In Produktlisten"
1624
 
1625
  # @ woocommerce-germanized
1626
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:904
1627
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:953
1628
  msgid "Shipping Costs notice"
1629
  msgstr "Versandkosten-Hinweis"
1630
 
1631
  # @ woocommerce-germanized
1632
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:912
1633
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:961
1634
  msgid "Tax Info"
1635
  msgstr "MwSt. Hinweis"
1636
 
1637
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:944
1638
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:993
1639
  #: includes/class-wc-gzd-post-types.php:93
1640
  #: includes/class-wc-gzd-post-types.php:95
1641
  msgid "Price Labels"
1642
  msgstr "Preishinweise"
1643
 
1644
  # @ woocommerce-germanized
1645
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:952
1646
  msgid "Show on Product Detail Page"
1647
  msgstr "Auf der Produktseite"
1648
 
1649
  # @ woocommerce-germanized
1650
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1001
1651
  msgid "Hide Tax Rate"
1652
  msgstr "Steuersatz verstecken"
1653
 
1654
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1002
1655
  msgid "Hide specific tax rate within shop pages."
1656
  msgstr "Entferne die Anzeige des konkreten Steuersatzes für Produkte im Shop."
1657
 
1658
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1006
1659
  msgid ""
1660
  "This option will make sure that within shop pages no specific tax rates are "
1661
  "shown. Instead only incl. tax or excl. tax notice is shown."
1665
  "bzw. exkl. MwSt."
1666
 
1667
  # @ woocommerce-germanized
1668
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1010
1669
  msgid "Hide Shipping Costs Notice"
1670
  msgstr "Versandkosten ausblenden"
1671
 
1672
  # @ woocommerce-germanized
1673
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1011
1674
  msgid ""
1675
  "Select product types for which you might want to disable the shipping costs "
1676
  "notice."
1679
  "möchtest."
1680
 
1681
  # @ woocommerce-germanized
1682
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1021
1683
  msgid "Hide Delivery Time Notice"
1684
  msgstr "Lieferzeiten ausblenden"
1685
 
1686
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1022
1687
  msgid ""
1688
  "Select product types for which you might want to disable the delivery time "
1689
  "notice."
1692
  "möchtest."
1693
 
1694
  # @ woocommerce-germanized
1695
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1036
1696
  msgid "Base Price Text"
1697
  msgstr "Grundpreis Text"
1698
 
1699
  # @ woocommerce-germanized
1700
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1037
1701
  msgid ""
1702
  "This text will be used to display the base price. Use {price} to insert the "
1703
  "price. If you want to specifically format base price output use {base}, "
1709
  "{base_price} für die einzelnen Elemente."
1710
 
1711
  # @ woocommerce-germanized
1712
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1042
1713
  msgid "{price}"
1714
  msgstr "{price}"
1715
 
1716
  # @ woocommerce-germanized
1717
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1046
1718
  msgid "Variable Base Price"
1719
  msgstr "Variabler Grundpreis"
1720
 
1721
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1047
1722
  msgid "Enable price range base prices for variable products."
1723
  msgstr "Aktiviere von-bis-Grundpreise für variable Produkte."
1724
 
1725
  # @ woocommerce-germanized
1726
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1054
1727
  msgid "Product Units Text"
1728
  msgstr "Produkteinheiten Text"
1729
 
1730
  # @ woocommerce-germanized
1731
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1055
1732
  msgid ""
1733
  "This text will be used to display the product units. Use {product_units} to "
1734
  "insert the amount of product units. Use {unit} to insert the unit. "
1740
  "Grundpreis."
1741
 
1742
  # @ woocommerce-germanized
1743
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1060
1744
  msgid "Product contains: {product_units} {unit}"
1745
  msgstr "Produkt enthält: {product_units} {unit}"
1746
 
1747
  # @ woocommerce-germanized
1748
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1065
1749
  msgid "Checkout & Cart"
1750
  msgstr "Checkout & Warenkorb"
1751
 
1752
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1068
1753
  msgid "DHL Parcel Shops"
1754
  msgstr "DHL Packstationen"
1755
 
1756
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1069
1757
  msgid ""
1758
  "Allow customers to choose a DHL parcel shop or packing station as delivery "
1759
  "address."
1760
  msgstr "Versand an DHL Packstation bzw. Paketshops aktivieren."
1761
 
1762
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1073
1763
  msgid ""
1764
  "This option adds a checkbox to your checkout shipping fields which allows "
1765
  "the customer to optionally choose a DHL packing station or parcel shop for "
1769
  "der Kunde optional die Lieferung an eine Packstation aktivieren. Fall das "
1770
  "der Fall ist, muss eine PostNummer angegeben werden."
1771
 
1772
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1077
1773
  msgid "Supported Countries"
1774
  msgstr "Unterstützte Länder"
1775
 
1776
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1081
1777
  msgid "Choose countries which support Parcel Shop delivery."
1778
  msgstr ""
1779
  "Wähle hier die Länder an, in denen du die Lieferung an DHL Packstationen "
1780
  "bzw. Paketshops aktivieren möchtest."
1781
 
1782
  # @ woocommerce-germanized
1783
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1085
1784
  msgid "Disabled Methods"
1785
  msgstr "Deaktiviert für"
1786
 
1787
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1091
1788
  msgid ""
1789
  "Optionally choose methods for which DHL Parcel Shop Delivery should be "
1790
  "disabled. Does only work if you have disabled choosing shipping methods "
1794
  "Packstationen deaktiviert werden soll. Funktioniert nur in Verbindung mit "
1795
  "der Option \"Auswahl von Versandarten im Checkout deaktivieren\"."
1796
 
1797
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1095
1798
  #: includes/class-wc-gzd-dhl-parcel-shops.php:348
1799
  msgid "Parcel Shop Finder"
1800
  msgstr "Paketshop finden"
1801
 
1802
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1096
1803
  msgid ""
1804
  "Enable DHL Parcel Shop Finder to let customers choose a parcel shop nearby."
1805
  msgstr "Standortsuche nach der nächstgelegenen Packstation aktivieren."
1806
 
1807
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1100
1808
  #, php-format
1809
  msgid ""
1810
  "You may enable this option to add a <a href=\"%s\" target=\"_blank\">Parcel "
1819
  "Nähe auswählen und die Daten automatisch übernehmen."
1820
 
1821
  # @ woocommerce-germanized
1822
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1104
1823
  #: includes/admin/views/html-page-status-germanized.php:55
1824
  msgid "Fallback Mode"
1825
  msgstr "Fallback Modus"
1826
 
1827
  # @ woocommerce-germanized
1828
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1105
1829
  msgid ""
1830
  "Enable to make sure default checkout template is not being overriden by "
1831
  "theme."
1833
  "Überschreiben relevanter Templates im Checkout durch dein Theme verhindern."
1834
 
1835
  # @ woocommerce-germanized
1836
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1109
1837
  msgid ""
1838
  "If you are facing problems within your checkout e.g. legally relevant data "
1839
  "is not showing (terms, delivery time, unit price etc.) your theme seems to "
1847
  "Checkout (review-order.php und form-checkout.php) zu überschreiben. "
1848
 
1849
  # @ woocommerce-germanized
1850
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1113
1851
  msgid "Force free shipping"
1852
  msgstr "Versandmethode erzwingen"
1853
 
1854
  # @ woocommerce-germanized
1855
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1114
1856
  msgid "Force free shipping method if available?"
1857
  msgstr "Kostenlosen Versand erzwingen wenn die Methode zur Verfügung steht?"
1858
 
1859
  # @ woocommerce-germanized
1860
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1118
1861
  msgid ""
1862
  "By default WooCommerce will let customers choose other shipping methods than "
1863
  "free shipping (if available). This option will force free shipping if "
1868
  "Versand, sobald dieser verfügbar ist."
1869
 
1870
  # @ woocommerce-germanized
1871
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1122
1872
  msgid "Hide taxes estimated"
1873
  msgstr "Hinweis \"Steuern geschätzt\""
1874
 
1875
  # @ woocommerce-germanized
1876
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1123
1877
  msgid ""
1878
  "Do you want to hide the \"taxes and shipping estimated\" text from your cart?"
1879
  msgstr "Den Hinweis \"Versandkosten und Steuern werden geschätzt\" entfernen?"
1880
 
1881
  # @ woocommerce-germanized
1882
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1127
1883
  msgid ""
1884
  "By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
1885
  "cart. This might puzzle your customers and may not meet german law."
1889
  "Markt geeignet."
1890
 
1891
  # @ woocommerce-germanized
1892
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1131
1893
  msgid "Show Thumbnails"
1894
  msgstr "Thumbnails anzeigen"
1895
 
1896
  # @ woocommerce-germanized
1897
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1132
1898
  msgid "Show product thumbnails on checkout page?"
1899
  msgstr "Produktbilder im Checkout darstellen?"
1900
 
1901
  # @ woocommerce-germanized
1902
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1136
1903
  msgid ""
1904
  "Uncheck if you don't want to show your product thumbnails within checkout "
1905
  "table."
1908
  "bekommen möchtest."
1909
 
1910
  # @ woocommerce-germanized
1911
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1140
1912
  msgid "Hide Shipping Select"
1913
  msgstr "Versandarten Auswahl"
1914
 
1915
  # @ woocommerce-germanized
1916
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1141
1917
  msgid "Hide shipping rate selection from checkout?"
1918
  msgstr "Die Auswahl von Versandarten im Checkout deaktivieren?"
1919
 
1920
  # @ woocommerce-germanized
1921
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1145
1922
  msgid ""
1923
  "This option will hide shipping rate selection from checkout. By then "
1924
  "customers will only be able to change their shipping rate on cart page."
1928
  "Versandmethode ändern."
1929
 
1930
  # @ woocommerce-germanized
1931
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1149
1932
  msgid "Show back to cart button"
1933
  msgstr "Bestellung bearbeiten"
1934
 
1935
  # @ woocommerce-germanized
1936
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1150
1937
  msgid "Show back to cart button within your checkout table?"
1938
  msgstr ""
1939
  "Einen \"Bestellung bearbeiten\" Button in der Bestellübersicht anzeigen?"
1940
 
1941
  # @ woocommerce-germanized
1942
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1154
1943
  msgid ""
1944
  "This button may let your customer edit their order before submitting. Some "
1945
  "people state that this button should be hidden to avoid legal problems."
1951
  "keine weitere Informationen abgedruckt werden sollten."
1952
 
1953
  # @ woocommerce-germanized
1954
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1158
1955
  msgid "Show edit data notice"
1956
  msgstr "Bestellung prüfen Hinweis"
1957
 
1958
  # @ woocommerce-germanized
1959
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1159
1960
  msgid "Show a \"check-your-entries\" notice to the user?"
1961
  msgstr "Einen \"Bestellung prüfen\" Hinweis anzeigen?"
1962
 
1963
  # @ woocommerce-germanized
1964
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1163
1965
  msgid "This notice will be added right before the order comments field."
1966
  msgstr ""
1967
  "Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
1968
 
1969
  # @ woocommerce-germanized
1970
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1167
1971
  msgid "Checkout Table Color"
1972
  msgstr "Hintergrundfarbe der Tabelle"
1973
 
1974
  # @ woocommerce-germanized
1975
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1169
1976
  msgid ""
1977
  "Choose the color of your checkout product table. This table should be "
1978
  "highlighted within your checkout page."
1981
  "Tabelle sollte sich farblich vom Rest des Inhalts abheben."
1982
 
1983
  # @ woocommerce-germanized
1984
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1175
1985
  msgid "Checkout Legal Display"
1986
  msgstr "Checkbox oder Text"
1987
 
1988
  # @ woocommerce-germanized
1989
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1176
1990
  msgid "Use Text without Checkbox"
1991
  msgstr "Rechtshinweis ohne Checkbox."
1992
 
1993
  # @ woocommerce-germanized
1994
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1178
1995
  msgid ""
1996
  "This version will remove checkboxes from Checkout and display a text "
1997
  "instead. This seems to be legally compliant (Zalando & Co are using this "
2002
  "diese Form)"
2003
 
2004
  # @ woocommerce-germanized
2005
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1184
2006
  msgid "Legal Text"
2007
  msgstr "Rechtlicher Hinweistext"
2008
 
2009
  # @ woocommerce-germanized
2010
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1185
2011
  msgid ""
2012
  "Choose a Plain Text which will be shown right above checkout submit button. "
2013
  "Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, "
2020
  "revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
2021
 
2022
  # @ woocommerce-germanized
2023
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1187
2024
  msgid ""
2025
  "With your order, you agree to have read and understood our {term_link}Terms "
2026
+ "and Conditions{/term_link} your {revocation_link}Right of Recission{/"
2027
+ "revocation_link} and our {data_security_link}Privacy Policy{/"
2028
+ "data_security_link}."
2029
  msgstr ""
2030
  "Mit Ihrer Bestellung erklären Sie sich mit unseren {term_link}Allgemeinen "
2031
+ "Geschäftsbedingungen{/term_link}, {revocation_link}Widerrufsbestimmungen{/"
2032
+ "revocation_link} und {data_security_link}Datenschutzbestimmungen{/"
2033
+ "data_security_link} einverstanden."
2034
 
2035
  # @ woocommerce-germanized
2036
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1194
2037
  msgid "Legal Text Error"
2038
  msgstr "Fehlermeldung der Checkbox"
2039
 
2040
  # @ woocommerce-germanized
2041
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1195
2042
  msgid ""
2043
  "If you have chosen to use checkbox validation please choose a error message "
2044
  "which will be shown if the user doesn't check checkbox. Use {term_link}{/"
2053
  "revocation_link}"
2054
 
2055
  # @ woocommerce-germanized
2056
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1197
2057
  msgid ""
2058
  "To finish the order you have to accept to our {term_link}Terms and "
2059
+ "Conditions{/term_link}, {revocation_link}Right of Recission{/"
2060
+ "revocation_link} and our {data_security_link}Privacy Policy{/"
2061
+ "data_security_link}."
2062
  msgstr ""
2063
  "Bitte akzeptieren Sie unsere {term_link}Allgemeinen Geschäftsbedingungen{/"
2064
+ "term_link}, {revocation_link}Widerrufsbestimmungen{/revocation_link} und "
2065
+ "{data_security_link}Datenschutzbestimmungen{/data_security_link}."
2066
 
2067
  # @ woocommerce-germanized
2068
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1204
2069
  msgid "Show digital notice"
2070
  msgstr "Checkbox digitale Produkte"
2071
 
2072
  # @ woocommerce-germanized
2073
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1205
2074
  msgid "Show checkbox for digital products."
2075
  msgstr "Checkbox bei digitalen Produkten anzeigen."
2076
 
2077
  # @ woocommerce-germanized
2078
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1206
2079
  msgid ""
2080
  "Disable this option if you want your customers to obtain their right of "
2081
  "recission even if digital products are being bought."
2085
  "werden, dass im Falle von digitalen Produkten das Widerrufsrecht erlischt."
2086
 
2087
  # @ woocommerce-germanized
2088
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1213
2089
  msgid "Digital Product types"
2090
  msgstr "Digitale Produkttypen"
2091
 
2092
  # @ woocommerce-germanized
2093
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1214
2094
  msgid ""
2095
  "Select product types for which the loss of recission notice is shown. "
2096
  "Product types like \"simple product\" may be redudant because they include "
2102
  "einschließen."
2103
 
2104
  # @ woocommerce-germanized
2105
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1224
2106
  msgid "Legal Digital Text"
2107
  msgstr "Hinweis Digital"
2108
 
2109
  # @ woocommerce-germanized
2110
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1225
2111
  msgid ""
2112
  "Choose a Plain Text which will be shown right above checkout submit button "
2113
  "if a user has picked a digital product. See legal text option for possible "
2118
  "Platzhalter verwenden wie beim Rechtlichen Hinweistext"
2119
 
2120
  # @ woocommerce-germanized
2121
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1227
2122
  msgid ""
2123
  "For digital products: I strongly agree that the execution of the agreement "
2124
  "starts before the revocation period has expired. I am aware that my right of "
2129
  "bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
2130
 
2131
  # @ woocommerce-germanized
2132
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1234
2133
  msgid "Legal Digital Error"
2134
  msgstr "Fehlermeldung Digital"
2135
 
2136
  # @ woocommerce-germanized
2137
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1235
2138
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1274
2139
  msgid ""
2140
  "This text will be shown as error message if customer has not checked the "
2141
  "corresponding checkbox. See legal text option for possible placeholders."
2145
  "Hinweistext für eine Liste der Platzhalter."
2146
 
2147
  # @ woocommerce-germanized
2148
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1237
2149
  #: includes/wc-gzd-cart-functions.php:381
2150
  msgid ""
2151
  "To retrieve direct access to digital content you have to agree to the loss "
2155
  "Widerrufsrecht verzichten."
2156
 
2157
  # @ woocommerce-germanized
2158
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1244
2159
  msgid "Digital Confirmation Notice"
2160
  msgstr "Digitale Bestätigung"
2161
 
2162
  # @ woocommerce-germanized
2163
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1245
2164
  msgid ""
2165
  "This text will be appended to your order processing email if the order "
2166
  "contains digital products. Use placeholders {link}{/link} to insert link to "
2171
  "Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
2172
 
2173
  # @ woocommerce-germanized
2174
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1248
2175
  msgid ""
2176
  "Furthermore you have expressly agreed to start the performance of the "
2177
  "contract for digital items (e.g. downloads) before expiry of the withdrawal "
2185
  "verlieren."
2186
 
2187
  # @ woocommerce-germanized
2188
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1254
2189
  msgid "Show service notice"
2190
  msgstr "Checkbox Dienstleistungen"
2191
 
2192
  # @ woocommerce-germanized
2193
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1255
2194
  msgid "Show checkbox for service products."
2195
  msgstr "Checkbox bei Dienstleistungen anzeigen."
2196
 
2197
  # @ woocommerce-germanized
2198
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1256
2199
  msgid ""
2200
  "Disable this option if you want your customers to obtain their right of "
2201
  "recission even if service products are being bought."
2206
  "Widerrufsfrist mit der Dienstleistung begonnen wird."
2207
 
2208
  # @ woocommerce-germanized
2209
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1263
2210
  msgid "Legal Service Text"
2211
  msgstr "Hinweis Dienstleistungen"
2212
 
2213
  # @ woocommerce-germanized
2214
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1264
2215
  msgid ""
2216
  "Choose a Plain Text which will be shown right above checkout submit button "
2217
  "if a user has picked a service product. See legal text option for possible "
2222
  "Platzhalter verwenden wie beim Rechtlichen Hinweistext."
2223
 
2224
  # @ woocommerce-germanized
2225
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1266
2226
  #: includes/wc-gzd-cart-functions.php:406
2227
  msgid ""
2228
  "For services: I demand and acknowledge the immediate performance of the "
2235
  "vollständiger Erfüllung des Vertrages erlischt."
2236
 
2237
  # @ woocommerce-germanized
2238
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1273
2239
  msgid "Legal Service Error"
2240
  msgstr "Fehlermeldung"
2241
 
2242
  # @ woocommerce-germanized
2243
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1276
2244
  #: includes/wc-gzd-cart-functions.php:417
2245
  msgid ""
2246
  "To allow the immediate performance of the services you have to agree to the "
2250
  "Widerrufsfrist zu."
2251
 
2252
  # @ woocommerce-germanized
2253
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1283
2254
  msgid "Service Confirmation Notice"
2255
  msgstr "Dienstleistung Bestätigung"
2256
 
2257
  # @ woocommerce-germanized
2258
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1284
2259
  msgid ""
2260
  "This text will be appended to your order processing email if the order "
2261
  "contains service products. Use placeholders {link}{/link} to insert link to "
2266
  "Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
2267
 
2268
  # @ woocommerce-germanized
2269
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1287
2270
  msgid ""
2271
  "Furthermore you have expressly agreed to start the performance of the "
2272
  "contract for services before expiry of the withdrawal period. I have noted "
2280
  "erlischt."
2281
 
2282
  # @ woocommerce-germanized
2283
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1293
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2284
  msgid "Pay now Button"
2285
  msgstr "Jetzt bezahlen Button"
2286
 
2287
  # @ woocommerce-germanized
2288
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1294
2289
  msgid "Add a pay now button to emails and order success page."
2290
  msgstr ""
2291
  "Füge einen jetzt bezahlen - Button zur E-Mail und der Bestätigungs-Seite "
2292
  "hinzu."
2293
 
2294
  # @ woocommerce-germanized
2295
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1295
2296
  msgid ""
2297
  "Add a pay now button to order confirmation email and order success page if "
2298
  "the order awaits payment (PayPal etc)."
2302
  "benötigt (z.B. per PayPal)."
2303
 
2304
  # @ woocommerce-germanized
2305
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1302
2306
+ msgid "Disabled for"
2307
+ msgstr "Deaktiviert für"
2308
+
2309
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1303
2310
+ msgid "You may want to disable the pay now button for certain payment methods."
2311
+ msgstr ""
2312
+ "Du kannst den jetzt bezahlen Button hier bei Bedarf für bestimmte "
2313
+ "Zahlungsarten deaktivieren."
2314
+
2315
+ # @ woocommerce-germanized
2316
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1312
2317
  msgid "Order Success Text"
2318
  msgstr "Bestellung eingegangen"
2319
 
2320
  # @ woocommerce-germanized
2321
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1313
2322
  msgid "Choose a custom text to display on order success page."
2323
  msgstr ""
2324
  "Hier kannst du einen individuellen kurzen Text eingeben, der nach der "
2325
  "Bestellung ausgegeben wird."
2326
 
2327
  # @ woocommerce-germanized
2328
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1321
2329
  msgid "Order Success Data"
2330
  msgstr "Bestellbestätigungs-Daten"
2331
 
2332
  # @ woocommerce-germanized
2333
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1322
2334
  msgid "Hide product table and customer data on order success page"
2335
  msgstr ""
2336
  "Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
2337
 
2338
  # @ woocommerce-germanized
2339
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:1430
2340
  msgid ""
2341
  "Sorry, but the new Virtual VAT rules cannot be applied to small business."
2342
  msgstr ""
2952
  #: includes/api/class-wc-gzd-rest-customers-controller.php:144
2953
  #: includes/api/class-wc-gzd-rest-orders-controller.php:161
2954
  #: includes/api/class-wc-gzd-rest-orders-controller.php:168
 
2955
  #: includes/class-wc-gzd-checkout.php:315
2956
+ #: includes/class-wc-gzd-checkout.php:325
2957
  #: includes/class-wc-gzd-customer-helper.php:114
2958
  #: includes/class-wc-gzd-customer-helper.php:122
2959
  msgid "Title"
2969
  #: includes/class-wc-gzd-dhl-parcel-shops.php:163
2970
  #: includes/class-wc-gzd-dhl-parcel-shops.php:188
2971
  #: includes/class-wc-gzd-dhl-parcel-shops.php:201
2972
+ #: includes/class-wc-gzd-privacy.php:58 includes/class-wc-gzd-privacy.php:82
2973
+ #: includes/class-wc-gzd-privacy.php:120
2974
  msgid "Postnumber"
2975
  msgstr "PostNummer"
2976
 
2978
  #: includes/api/class-wc-gzd-rest-customers-controller.php:163
2979
  #: includes/api/class-wc-gzd-rest-orders-controller.php:194
2980
  #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:30
2981
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:654
2982
  #: includes/gateways/direct-debit/views/html-export.php:27
2983
  msgid "Direct Debit"
2984
  msgstr "Lastschrift"
2986
  # @ woocommerce-germanized
2987
  #: includes/api/class-wc-gzd-rest-customers-controller.php:168
2988
  #: includes/api/class-wc-gzd-rest-orders-controller.php:199
2989
+ #: includes/class-wc-gzd-privacy.php:61 includes/class-wc-gzd-privacy.php:83
2990
+ #: includes/class-wc-gzd-privacy.php:123
2991
  #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:108
2992
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:449
2993
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:680
2994
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:821
2995
  msgid "Account Holder"
2996
  msgstr "Kontoinhaber"
2997
 
2998
  # @ woocommerce-germanized
2999
  #: includes/api/class-wc-gzd-rest-customers-controller.php:173
3000
  #: includes/api/class-wc-gzd-rest-orders-controller.php:204
3001
+ #: includes/class-wc-gzd-privacy.php:62 includes/class-wc-gzd-privacy.php:84
3002
+ #: includes/class-wc-gzd-privacy.php:124
3003
  #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:115
3004
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:450
3005
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:688
3006
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:825
3007
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:917
3008
  msgid "IBAN"
3009
  msgstr "IBAN"
3010
 
3011
  # @ woocommerce-germanized
3012
  #: includes/api/class-wc-gzd-rest-customers-controller.php:178
3013
  #: includes/api/class-wc-gzd-rest-orders-controller.php:209
3014
+ #: includes/class-wc-gzd-privacy.php:63 includes/class-wc-gzd-privacy.php:85
3015
+ #: includes/class-wc-gzd-privacy.php:125
3016
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:122
3017
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:451
3018
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:829
3019
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:918
3020
  msgid "BIC/SWIFT"
3021
  msgstr "BIC/SWIFT"
3022
 
3034
 
3035
  # @ woocommerce-germanized
3036
  #: includes/api/class-wc-gzd-rest-orders-controller.php:214
3037
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:129
3038
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:455
3039
  msgid "Mandate Reference ID"
3040
  msgstr "Mandat-Referenznummer"
3041
 
3224
  msgstr "Bitte gib eine echte Postleitzahl ein"
3225
 
3226
  # @ woocommerce-germanized
3227
+ #: includes/class-wc-gzd-ajax.php:101
3228
  msgctxt "revocation-form"
3229
  msgid "is not valid."
3230
  msgstr "ist leider nicht korrekt."
3231
 
3232
  # @ woocommerce-germanized
3233
+ #: includes/class-wc-gzd-ajax.php:121
3234
  msgctxt "revocation-form"
3235
  msgid ""
3236
  "Thank you. We have received your Revocation Request. You will receive a "
3240
  "Mail mit Ihren Daten als Bestätigung."
3241
 
3242
  # @ woocommerce-germanized
3243
+ #: includes/class-wc-gzd-checkout.php:316
3244
+ #: includes/class-wc-gzd-checkout.php:324
3245
+ #: includes/class-wc-gzd-checkout.php:349
3246
+ #: includes/class-wc-gzd-checkout.php:575
3247
  #: includes/class-wc-gzd-customer-helper.php:116
3248
  #: includes/class-wc-gzd-customer-helper.php:124
3249
  #: includes/class-wc-gzd-revocation.php:41
3250
+ #: includes/wc-gzd-core-functions.php:188
3251
  msgid "Mr."
3252
  msgstr "Herr"
3253
 
3254
  # @ woocommerce-germanized
3255
+ #: includes/class-wc-gzd-checkout.php:316
3256
+ #: includes/class-wc-gzd-checkout.php:324
3257
+ #: includes/class-wc-gzd-checkout.php:350
3258
+ #: includes/class-wc-gzd-checkout.php:575
3259
+ #: includes/class-wc-gzd-checkout.php:584
3260
  #: includes/class-wc-gzd-customer-helper.php:116
3261
  #: includes/class-wc-gzd-customer-helper.php:124
3262
  #: includes/class-wc-gzd-revocation.php:42
3263
+ #: includes/wc-gzd-core-functions.php:188
3264
  msgid "Ms."
3265
  msgstr "Frau"
3266
 
3281
  "\">hier</a>."
3282
 
3283
  #: includes/class-wc-gzd-customer-helper.php:102
3284
+ #: includes/class-wc-gzd-customer-helper.php:200
3285
+ #: includes/class-wc-gzd-customer-helper.php:281
3286
  msgid ""
3287
  "Please activate your account through clicking on the activation link "
3288
  "received via email."
3290
  "Bitte aktivieren Sie Ihr Kundenkonto indem Sie auf den Link in der E-Mail "
3291
  "klicken."
3292
 
3293
+ #: includes/class-wc-gzd-customer-helper.php:209
3294
  #, php-format
3295
  msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
3296
  msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
3297
 
3298
+ #: includes/class-wc-gzd-customer-helper.php:211
3299
  msgid "Please create an account or login before continuing to checkout"
3300
  msgstr ""
3301
  "Bitte erstellen Sie ein Kundenkonto oder loggen Sie sich ein, bevor Sie zur "
3302
  "Kasse gehen"
3303
 
3304
  # @ woocommerce-germanized
3305
+ #: includes/class-wc-gzd-customer-helper.php:302
3306
  msgid "Thank you. You have successfully activated your account."
3307
  msgstr "Vielen Dank. Ihr Benutzerkonto wurde erfolgreich aktiviert."
3308
 
3309
  # @ woocommerce-germanized
3310
+ #: includes/class-wc-gzd-customer-helper.php:307
3311
  msgid "Sorry, but this activation code cannot be found."
3312
  msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
3313
 
3450
  msgid "eKomi Options"
3451
  msgstr "eKomi"
3452
 
3453
+ #: includes/class-wc-gzd-emails.php:92
3454
  msgid "Someone requested a password reset for your account."
3455
  msgstr "Jemand hat das Zurücksetzen des Passworts für Ihren Account beantragt."
3456
 
3457
+ #: includes/class-wc-gzd-emails.php:105
3458
  #, php-format
3459
  msgid "Thanks for creating an account on %s."
3460
  msgstr "Danke, dass Sie ein Konto bei %s erstellt haben."
3461
 
3462
  # @ woocommerce-germanized
3463
+ #: includes/class-wc-gzd-emails.php:554
3464
  msgctxt "revocation-form"
3465
  msgid "Forward your Revocation online"
3466
  msgstr "Widerruf online erklären"
3548
  msgstr "Zahlungsarten"
3549
 
3550
  # @ woocommerce-germanized
3551
+ #: includes/class-wc-gzd-payment-gateways.php:90
3552
+ #: includes/class-wc-gzd-payment-gateways.php:134
3553
  #, php-format
3554
  msgid "%s payment charge"
3555
  msgstr "%s Zahlungsgebühr"
3556
 
3557
  # @ woocommerce-germanized
3558
+ #: includes/class-wc-gzd-payment-gateways.php:93
3559
  #: includes/wc-gzd-order-functions.php:20
3560
  #: includes/wc-gzd-template-functions.php:539
3561
  #, php-format
3563
  msgstr "zzgl. %s Übermittlungsentgelt (direkt an den Zusteller)"
3564
 
3565
  # @ woocommerce-germanized
3566
+ #: includes/class-wc-gzd-payment-gateways.php:168
3567
  msgid "Fee"
3568
  msgstr "Zahlungsgebühr"
3569
 
3570
  # @ woocommerce-germanized
3571
+ #: includes/class-wc-gzd-payment-gateways.php:170
3572
  msgid ""
3573
  "This fee is being added if customer selects payment method within checkout."
3574
  msgstr ""
3576
  "Zahlungsart aktiviert."
3577
 
3578
  # @ woocommerce-germanized
3579
+ #: includes/class-wc-gzd-payment-gateways.php:175
3580
  msgid "Fee is taxable?"
3581
  msgstr "Mwst. berechnen?"
3582
 
3583
  # @ woocommerce-germanized
3584
+ #: includes/class-wc-gzd-payment-gateways.php:177
3585
  msgid "Check if fee is taxable."
3586
  msgstr "MwSt.-Berechnung für Gebühr aktivieren."
3587
 
3588
  # @ woocommerce-germanized
3589
+ #: includes/class-wc-gzd-payment-gateways.php:184
3590
  msgid "Forwarding Fee"
3591
  msgstr "Übermittlungsentgelt"
3592
 
3593
  # @ woocommerce-germanized
3594
+ #: includes/class-wc-gzd-payment-gateways.php:187
3595
  msgid ""
3596
  "Forwarding fee will be charged by the transport agent in addition to the "
3597
  "cash of delivery fee e.g. DHL - tax free."
3600
  "kassiert - z.B. DHL (steuerfrei)."
3601
 
3602
  # @ woocommerce-germanized
3603
+ #: includes/class-wc-gzd-payment-gateways.php:231
3604
  msgid "Payment charge"
3605
  msgstr "Zahlungsgebühr"
3606
 
3725
  msgid "New Price Label Name"
3726
  msgstr "Name des neuen Preishinweises"
3727
 
3728
+ #: includes/class-wc-gzd-privacy.php:59 includes/class-wc-gzd-privacy.php:121
3729
+ msgid "Billing Title"
3730
+ msgstr "Rechnung Anrede"
3731
+
3732
+ # @ woocommerce-germanized
3733
+ #: includes/class-wc-gzd-privacy.php:60 includes/class-wc-gzd-privacy.php:122
3734
+ msgid "Shipping Title"
3735
+ msgstr "Versand Anrede"
3736
+
3737
+ # @ woocommerce-germanized
3738
+ #: includes/class-wc-gzd-privacy.php:71
3739
+ #, php-format
3740
+ msgid "Removed customer \"%s\""
3741
+ msgstr "Kundendatum „%s“ gelöscht"
3742
+
3743
+ # @ woocommerce-germanized
3744
+ #: includes/class-wc-gzd-privacy.php:86
3745
+ msgid "Mandate Date"
3746
+ msgstr "Mandat Datum"
3747
+
3748
+ # @ woocommerce-germanized
3749
+ #: includes/class-wc-gzd-privacy.php:87
3750
+ msgid "Mandate ID"
3751
+ msgstr "Mandat ID"
3752
+
3753
+ # @ woocommerce-germanized
3754
+ #: includes/class-wc-gzd-privacy.php:88
3755
+ msgid "Mandate Email"
3756
+ msgstr "Mandat E-Mail"
3757
+
3758
  #: includes/class-wc-gzd-product-variable.php:115
3759
  #: includes/class-wc-gzd-product-variable.php:120
3760
  #, php-format
3850
  msgid "Mail"
3851
  msgstr "E-Mail Adresse"
3852
 
3853
+ #: includes/class-wc-gzd-revocation.php:83
3854
+ #, php-format
3855
+ msgctxt "revocation-form"
3856
+ msgid ""
3857
+ "Please accept our <a href=\"%s\" target=\"_blank\">Pricacy Policy</a> so "
3858
+ "that we can process your inquiry."
3859
+ msgstr ""
3860
+ "Bitte akzeptieren Sie unsere <a href=\"%s\" target=\"_blank"
3861
+ "\">Datenschutzerklärung</a> damit wir Ihren Widerruf bearbeiten können."
3862
+
3863
  # @ woocommerce-germanized
3864
  #: includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:233
3865
  msgctxt "polylang"
4200
  "wird auf einen Tag verkürzt. "
4201
 
4202
  # @ woocommerce-germanized
4203
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:188
4204
  msgid "SEPA"
4205
  msgstr "SEPA"
4206
 
4207
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:191
4208
  msgid "SEPA XML"
4209
  msgstr "SEPA XML"
4210
 
4211
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:252
4212
  msgid "SEPA XML Export"
4213
  msgstr "SEPA XML Export"
4214
 
4215
  # @ woocommerce-germanized
4216
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:389
4217
  #, php-format
4218
  msgid "Order %s"
4219
  msgstr "Bestellung %s"
4220
 
4221
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:411
4222
  msgid "Will be notified separately"
4223
  msgstr "Wird separat mitgeteilt"
4224
 
4225
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:460
4226
  #, php-format
4227
  msgid ""
4228
  "We will debit %s from your account by direct debit on or shortly after %s."
4231
  "%s ein."
4232
 
4233
  # @ woocommerce-germanized
4234
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:564
4235
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:587
4236
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:611
4237
  msgid "a single payment"
4238
  msgstr "eine einmalige Zahlung"
4239
 
4240
  # @ woocommerce-germanized
4241
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:645
4242
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:86
4243
  msgid "Enable/Disable"
4244
  msgstr "Aktivieren/Deaktivieren"
4245
 
4246
  # @ woocommerce-germanized
4247
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:647
4248
  msgid "Enable Direct Debit Payment"
4249
  msgstr "Bezahlung per Lastschrift aktivieren"
4250
 
4251
  # @ woocommerce-germanized
4252
  # @ woocommerce
4253
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:651
4254
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:92
4255
  msgctxt "gateway"
4256
  msgid "Title"
4257
  msgstr "Bezeichnung"
4258
 
4259
  # @ woocommerce-germanized
4260
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:653
4261
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:94
4262
  msgid "This controls the title which the user sees during checkout."
4263
  msgstr ""
4264
  "Beschreibungstext, den Benutzer bei der Auswahl dieser Zahlungsart sehen."
4265
 
4266
  # @ woocommerce-germanized
4267
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:658
4268
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:99
4269
  msgid "Description"
4270
  msgstr "Beschreibung"
4271
 
4272
  # @ woocommerce-germanized
4273
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:660
4274
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:101
4275
  msgid "Payment method description that the customer will see on your checkout."
4276
  msgstr "Beschreibung der Zahlungsart, die Kunden auf deiner Website sehen."
4277
 
4278
  # @ woocommerce-germanized
4279
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:661
4280
  msgid "The order amount will be debited directly from your bank account."
4281
  msgstr ""
4282
  "Der Gesamtbestellbetrag wird per SEPA-Lastschrift direkt von Ihrem Konto "
4283
  "abgebucht."
4284
 
4285
  # @ woocommerce-germanized
4286
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:665
4287
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:106
4288
  msgid "Instructions"
4289
  msgstr "Anweisungen"
4290
 
4291
  # @ woocommerce-germanized
4292
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:667
4293
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:108
4294
  msgid "Instructions that will be added to the thank you page and emails."
4295
  msgstr "Anweisung, die zur „Danke“-Seite und zu E-Mails hinzugefügt werden."
4296
 
4297
  # @ woocommerce-germanized
4298
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:672
4299
  msgid "Debtee"
4300
  msgstr "Gläubiger Informationen"
4301
 
4302
  # @ woocommerce-germanized
4303
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:674
4304
  msgid "Insert your company information."
4305
  msgstr "Füge hier die Informationen zu deinem Unternehmen ein."
4306
 
4307
  # @ woocommerce-germanized
4308
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:676
4309
  msgid "Company Inc, John Doe Street, New York"
4310
  msgstr "Musterfirma GmbH, Musterstraße 12, 12203 Musterstadt"
4311
 
4312
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:682
4313
  msgid "Insert the bank account holder name."
4314
  msgstr "Füge hier den Namen des Kontoinhabers ein."
4315
 
4316
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:684
4317
  msgid "Company Inc"
4318
  msgstr "Muster GmbH"
4319
 
4320
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:690
4321
  msgid "Insert the bank account IBAN."
4322
  msgstr "Füge hier den IBAN deines Kontos ein."
4323
 
4324
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:695
4325
  msgid "BIC"
4326
  msgstr "BIC"
4327
 
4328
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:697
4329
  msgid "Insert the bank account BIC."
4330
  msgstr "Füge hier den BIC deines Kontos ein."
4331
 
4332
  # @ woocommerce-germanized
4333
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:702
4334
  msgid "Debtee identification number"
4335
  msgstr "Identifikationsnummer"
4336
 
4337
  # @ woocommerce-germanized
4338
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:704
4339
  #, php-format
4340
  msgid ""
4341
  "Insert your debtee indentification number. More information can be found <a "
4345
  "Weitere Informationen zu dieser Nummer erhältst du <a href=\"%s\">hier</a>."
4346
 
4347
  # @ woocommerce-germanized
4348
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:708
4349
  msgid "Generate Mandate ID"
4350
  msgstr "Mandat-Referenz generieren"
4351
 
4352
  # @ woocommerce-germanized
4353
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:710
4354
  msgid "Automatically generate Mandate ID."
4355
  msgstr "Mandat-Referenznummer automatisch generieren."
4356
 
4357
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:711
4358
  msgid ""
4359
  "Automatically generate Mandate ID after order completion (based on Order ID)."
4360
  msgstr ""
4362
  "basierend auf der Bestellnummer."
4363
 
4364
  # @ woocommerce-germanized
4365
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:715
4366
  msgid "XML Pain Format"
4367
  msgstr "XML Pain Format"
4368
 
4369
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:717
4370
  msgid ""
4371
  "You may adjust the XML Export Pain Schema to your banks needs. Some banks "
4372
  "may require pain.001.003.03."
4375
  "Banken benötigen z.B. pain.001.003.03."
4376
 
4377
  # @ woocommerce-germanized
4378
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:721
4379
  msgid "Mandate ID Format"
4380
  msgstr "Mandat-Referenz Format"
4381
 
4382
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:723
4383
  msgid ""
4384
  "You may extend the Mandate ID format by adding a prefix and/or suffix. Use "
4385
  "{id} as placeholder to insert the automatically generated ID."
4388
  "{id} als Platzhalter um die automatisch generierte Referenznummer einzufügen."
4389
 
4390
  # @ woocommerce-germanized
4391
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:727
4392
  msgid "Mandate Text"
4393
  msgstr "Lastschriftmandat"
4394
 
4395
  # @ woocommerce-germanized
4396
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:729
4397
  msgid ""
4398
  "This text will be populated with live order/checkout data. Will be used as "
4399
  "preview direct debit mandate and as email template text."
4404
  "Verfügung gestellt."
4405
 
4406
  # @ woocommerce-germanized
4407
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:735
4408
+ msgid "Checkbox"
4409
+ msgstr "Checkbox"
4410
+
4411
+ # @ woocommerce-germanized
4412
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:736
4413
  msgid "Enable \"agree to SEPA mandate\" checkbox"
4414
  msgstr "Aktiviere die Checkbox zur Bestätigung des Lastschriftmandates."
4415
 
4416
  # @ woocommerce-germanized
4417
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:738
4418
  msgid "Enable a checkbox linking to a SEPA direct debit mandate preview."
4419
  msgstr ""
4420
  "Aktiviere eine Checkbox, die zu einer Vorschau des Lastschrift-Mandats führt."
4421
 
4422
  # @ woocommerce-germanized
4423
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:742
4424
  msgid "Checkbox label"
4425
  msgstr "Checkbox Text"
4426
 
4427
  # @ woocommerce-germanized
4428
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:744
4429
  msgid ""
4430
  "Customize the checkbox label. Use {link}link name{/link} to insert the "
4431
  "preview link."
4434
  "auf die Vorschau zu verlinken."
4435
 
4436
  # @ woocommerce-germanized
4437
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:745
4438
  msgid "I hereby agree to the {link}direct debit mandate{/link}."
4439
  msgstr "Hiermit erteile ich das {link}SEPA Lastschriftmandat{/link}."
4440
 
4441
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:749
4442
  msgid "Enable pre-notification"
4443
  msgstr "Vorankündigung aktivieren"
4444
 
4445
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:750
4446
  msgid "Insert pre-notification text within the order confirmation email."
4447
  msgstr ""
4448
  "Fügt einen Standard-Text zur Vorankündigung des SEPA-Einzugs in die "
4449
  "Bestellbestätigung ein."
4450
 
4451
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:752
4452
  msgid ""
4453
  "This option inserts a standard text containing a pre-notification for the "
4454
  "customer."
4457
  "die Bestellbestätigung ein. In der Ankündigung wird u.a. ein konkreter "
4458
  "Fälligkeitstermin genannt."
4459
 
4460
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:756
4461
  msgid "Debit days"
4462
  msgstr "Fälligkeitstage"
4463
 
4464
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:758
4465
  msgid ""
4466
  "This option is used to calculate the debit date and is added to the order "
4467
  "date."
4471
  "hier eingestellten Anzahl Tage."
4472
 
4473
  # @ woocommerce-germanized
4474
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:762
4475
  msgid "Mask IBAN"
4476
  msgstr "IBAN maskieren"
4477
 
4478
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:763
4479
  msgid "Mask the IBAN within emails."
4480
  msgstr "IBAN in E-Mails maskieren."
4481
 
4482
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:765
4483
  msgid ""
4484
  "This will lead to masked IBANs within emails (replaced by *). All but last 4 "
4485
  "digits will be masked."
4487
  "Der IBAN wird in E-Mails (abgesehen von den letzten 4 Stellen) mit * "
4488
  "maskiert."
4489
 
4490
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:774
4491
  msgid "Remember"
4492
  msgstr "Bankdaten merken\t"
4493
 
4494
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:775
4495
  msgid "Remember account data for returning customers."
4496
  msgstr "Bankverbindung für registrierte Kunden speichern."
4497
 
4498
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:777
4499
  msgid "Save account data as user meta if user has/creates a customer account."
4500
  msgstr ""
4501
  "Speichert die Bankverbindung für registrierte Kunden in der user_meta "
4503
  "eigenständig aus."
4504
 
4505
  # @ woocommerce-germanized
4506
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:860
4507
  msgid "Please insert your SEPA account data."
4508
  msgstr "Bitte fügen Sie Ihre SEPA Kontoinformationen ein."
4509
 
4510
  # @ woocommerce-germanized
4511
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:870
4512
  msgid "Your IBAN seems to be invalid."
4513
  msgstr "Ihr IBAN scheint nicht gültig zu sein."
4514
 
4515
  # @ woocommerce-germanized
4516
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:872
4517
  msgid "Your IBAN's country code doesn’t match with your billing country."
4518
  msgstr "Der Ländercode des IBANs stimmt nicht mit dem Rechnungsland überein."
4519
 
4520
  # @ woocommerce-germanized
4521
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:876
4522
  msgid "Your BIC seems to be invalid."
4523
  msgstr "Ihr BIC/SWIFT scheint nicht gültig zu sein."
4524
 
4525
  # @ woocommerce-germanized
4526
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:888
4527
  msgid "Please accept the direct debit mandate."
4528
  msgstr "Bitte erteilen Sie das SEPA Lastschriftmandat."
4529
 
4530
  # @ woocommerce-germanized
4531
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:919
4532
  msgid "is invalid"
4533
  msgstr "ist ungültig"
4534
 
4535
  # @ woocommerce-germanized
4536
+ #: includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:956
4537
  msgid "Awaiting Direct Debit Payment"
4538
  msgstr "Zahlung per Lastschrift ausstehend"
4539
 
4597
  # @ woocommerce-germanized
4598
  # @ woocommerce
4599
  #: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:57
4600
+ #: woocommerce-germanized.php:593
4601
  msgid "Settings"
4602
  msgstr "Einstellungen"
4603
 
5118
  "a> oder von <a href=\"%s\" target=\"_blank\">Produktbewertungen</a>."
5119
 
5120
  # @ woocommerce-germanized
5121
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:508
5122
  msgctxt "trusted-shops"
5123
  msgid "Review Collector"
5124
  msgstr "Review Collector"
5125
 
5126
  # @ woocommerce-germanized
5127
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:513
5128
  msgctxt "trusted-shops"
5129
  msgid "Export customer data"
5130
  msgstr "Bestellungen exportieren"
5131
 
5132
  # @ woocommerce-germanized
5133
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:517
5134
  msgctxt "trusted-shops"
5135
  msgid "30 days"
5136
  msgstr "30 Tage"
5137
 
5138
  # @ woocommerce-germanized
5139
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:518
5140
  msgctxt "trusted-shops"
5141
  msgid "60 days"
5142
  msgstr "60 Tage"
5143
 
5144
  # @ woocommerce-germanized
5145
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:519
5146
  msgctxt "trusted-shops"
5147
  msgid "90 days"
5148
  msgstr "90 Tage"
5149
 
5150
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:523
5151
+ msgctxt "trusted-shops"
5152
+ msgid "Days until notice will be sent"
5153
+ msgstr "Tage bis die Erinnerung verschickt wird"
5154
+
5155
  # @ woocommerce-germanized
5156
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:527
5157
  msgctxt "trusted-shops"
5158
  msgid "Start export"
5159
  msgstr "Export starten"
5160
 
5161
  # @ woocommerce-germanized
5162
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:530
5163
  #, php-format
5164
  msgctxt "trusted-shops"
5165
  msgid ""
5169
  "Exportiere hier die Kundendaten für die Verwendung im Trusted Shops <a href="
5170
  "\"%s\" target=\"_blank\">Review Collector</a>."
5171
 
5172
+ # @ woocommerce-germanized
5173
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php:59
5174
+ msgctxt "trusted-shops"
5175
+ msgid "Order ID"
5176
+ msgstr "Bestellnummer"
5177
+
5178
+ # @ woocommerce-germanized
5179
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php:60
5180
+ msgctxt "trusted-shops"
5181
+ msgid "Order date"
5182
+ msgstr "Bestelldatum"
5183
+
5184
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php:61
5185
+ msgctxt "trusted-shops"
5186
+ msgid "# Days"
5187
+ msgstr "# Tage"
5188
+
5189
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php:62
5190
+ msgctxt "trusted-shops"
5191
+ msgid "Email"
5192
+ msgstr "E-Mail"
5193
+
5194
+ # @ woocommerce-germanized
5195
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php:63
5196
+ msgctxt "trusted-shops"
5197
+ msgid "First name"
5198
+ msgstr "Vorname"
5199
+
5200
+ # @ woocommerce-germanized
5201
+ #: includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php:64
5202
+ msgctxt "trusted-shops"
5203
+ msgid "Last name"
5204
+ msgstr "Nachname"
5205
+
5206
  # @ woocommerce-germanized
5207
  #: includes/trusted-shops/class-wc-gzd-trusted-shops-schedule.php:88
5208
  msgctxt "trusted-shops"
5351
  "Bitte überprüfen Sie Ihre Eingaben. Sie können diese durch Klicken des "
5352
  "„Zurück“-Buttons Ihres Browsers korrigieren"
5353
 
 
 
 
 
 
 
 
 
 
 
 
5354
  # @ woocommerce-germanized
5355
  #: templates/checkout/order-submit.php:20
5356
  msgid "Update totals"
5423
  "If you cannot follow the link above please copy this url and paste it to "
5424
  "your browser bar: %s"
5425
  msgstr ""
5426
+ "Falls Sie dem Link nicht folgen können, kopieren Sie bitte folgende URL in "
5427
+ "die Adresszeile Ihres Browsers: %s"
5428
 
5429
  #: templates/emails/customer-paid-for-order.php:28
5430
  #: templates/emails/plain/customer-paid-for-order.php:25
5549
  msgid "%s custom reviews"
5550
  msgstr "%s Kundenbewertungen"
5551
 
5552
+ #: woocommerce-germanized.php:694
5553
+ msgid "Pease wait while we are trying to redirect you to the payment provider."
5554
+ msgstr "Einen Moment - wir versuchen Sie zum Zahlungsanbieter weiterzuleiten."
5555
+
5556
  # @ woocommerce-germanized
5557
+ #: woocommerce-germanized.php:760
5558
  msgid "Order Confirmation"
5559
  msgstr "Bestellbestätigung"
5560
 
5561
+ #~ msgid "Required"
5562
+ #~ msgstr "Verpflichtend"
5563
+
5564
+ #~ msgid ""
5565
+ #~ "For some reason you may want to force your customers to Opt-In to the "
5566
+ #~ "data transmission to a third party parcel service provider."
5567
+ #~ msgstr ""
5568
+ #~ "Unter Umständen möchtest du die Checkbox für die Datenweitergabe an den "
5569
+ #~ "Paketdienstleister verpflichtend für den Kunden machen - wähle in diesem "
5570
+ #~ "Fall diese Option aus."
5571
+
5572
+ # @ woocommerce-germanized
5573
+ #~ msgid "Checkbox text"
5574
+ #~ msgstr "Checkbox Text"
5575
+
5576
+ # @ woocommerce-germanized
5577
+ #~ msgid "Parcel Delivery Checkbox"
5578
+ #~ msgstr "Paketdienstleister Checkbox"
5579
+
5580
+ # @ woocommerce-germanized
5581
+ #~ msgid "Checkbox required"
5582
+ #~ msgstr "Checkbox verpflichtend"
5583
+
5584
+ # @ woocommerce
5585
+ #~ msgid ""
5586
+ #~ "Since your browser does not support JavaScript, or it is disabled, please "
5587
+ #~ "ensure you click the <em>Update Totals</em> button before placing your "
5588
+ #~ "order. You may be charged more than the amount stated above if you fail "
5589
+ #~ "to do so."
5590
+ #~ msgstr ""
5591
+ #~ "Da Ihr Browser kein JavaScript erlaubt, denken Sie bitte daran, auf "
5592
+ #~ "\"Gesamtsumme aktualisieren\" zu klicken, bevor Sie den Auftrag absenden. "
5593
+
5594
  #~ msgid "Your existing Mandate from the"
5595
  #~ msgstr "Ihr vorhandenes Mandat vom"
5596
 
includes/admin/class-wc-gzd-admin-welcome.php CHANGED
@@ -123,15 +123,17 @@ class WC_GZD_Admin_Welcome {
123
  <a href="https://vendidero.de/woocommerce-germanized#buy" target="_blank" class="button button-primary">Upgrade zur Pro Version</a>
124
  </p>
125
  <div class="changelog vendipro new-feature">
126
- <h3>Neu in 1.9: CSV Import und Export</h3>
127
  <div class="left">
128
  <p>
129
- Mit WooCommerce 3.1 wurde ein mächtiges CSV Import/Export Feature implementiert. Germanized 1.9 macht nun auch die von uns hinzugefügten Daten über den Importer bzw. Exporter zugänglich.
130
- So kannst du also auch deine (Produkt-) Einheitspreise, Lieferzeiten usw. exportieren bzw. importieren - so kannst du deine Produktdaten u.U. auch aus externen Quellen verwalten.
 
 
131
  </p>
132
  </div>
133
  <div class="right">
134
- <img src="<?php echo WC_germanized()->plugin_url();?>/assets/images/csv.png" style="max-width: 600px; border: none" />
135
  </div>
136
  </div>
137
  <div class="changelog vendipro new-feature">
123
  <a href="https://vendidero.de/woocommerce-germanized#buy" target="_blank" class="button button-primary">Upgrade zur Pro Version</a>
124
  </p>
125
  <div class="changelog vendipro new-feature">
126
+ <h3>DSGVO & WooCommerce</h3>
127
  <div class="left">
128
  <p>
129
+ Die DSGVO ist in aller Munde - das WordPress und WooCommerce Team beschäftigt sich intensiv mit der neuen Verordnung, da die Verordnung alle Shop-Betreiber mit Kunden in der EU betrifft.
130
+ Das neue Update von Germanized greift die neuen bzw. <a href="https://woocommerce.wordpress.com/2018/04/10/how-were-tackling-gdpr-in-woocommerce-core/" target="_blank">geplanten Funktionen</a> von WordPress und WooCommerce auf und fügt etwaige zusätzlich erhobene Daten in die vorgesehenen Exporter bzw. Löschhilfen ein.
131
+ Germanized betrifft die DSGVO nur am Rande - wir haben dazu einen <a href="https://vendidero.de/dokument/germanized-und-germanized-pro-dsgvo-update" target="_blank">Artikel</a> in unserer Doku bereitgestellt. Falls noch nicht vorhanden, solltest du dich um eine kompatible Datenschutzerklärung bemühen. Diese kannst du in den Germanized-Einstellungen hinterlegen und dann
132
+ im <a href="<?php echo admin_url( 'admin.php?page=wc-settings&tab=germanized&section=display#woocommerce_gzd_display_checkout_legal_no_checkbox' ); ?>" target="_blank">rechtlichen Hinweistext</a> verlinken: {data_security_link}Datenschutzerklärung{/data_security_policy}. Die Platzhalter werden bei der Ausgabe automatisch mit dem Link zu deiner Datenschutzerklärung ersetzt. Die Germanized-Optionen zum Datenschutz findest du <a href="<?php admin_url( 'admin.php?page=wc-settings&tab=germanized' ); ?>">hier</a>.
133
  </p>
134
  </div>
135
  <div class="right">
136
+ <img src="<?php echo WC_germanized()->plugin_url();?>/assets/images/exporter.png" />
137
  </div>
138
  </div>
139
  <div class="changelog vendipro new-feature">
includes/admin/class-wc-gzd-admin.php CHANGED
@@ -59,6 +59,33 @@ class WC_GZD_Admin {
59
 
60
  add_filter( 'woocommerce_order_actions', array( $this, 'order_actions' ), 10, 1 );
61
  add_action( 'woocommerce_order_action_order_confirmation', array( $this, 'resend_order_confirmation' ), 10, 1 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  }
63
 
64
  public function resend_order_confirmation( $order ) {
@@ -409,6 +436,19 @@ class WC_GZD_Admin {
409
  return $shipping_methods_options;
410
  }
411
 
 
 
 
 
 
 
 
 
 
 
 
 
 
412
  }
413
 
414
  WC_GZD_Admin::instance();
59
 
60
  add_filter( 'woocommerce_order_actions', array( $this, 'order_actions' ), 10, 1 );
61
  add_action( 'woocommerce_order_action_order_confirmation', array( $this, 'resend_order_confirmation' ), 10, 1 );
62
+
63
+ add_filter( 'pre_update_option_wp_page_for_privacy_policy', array( $this, 'pre_update_wp_privacy_option_page' ), 10, 2 );
64
+ add_filter( 'pre_update_option_woocommerce_data_security_page_id', array( $this, 'pre_update_gzd_privacy_option_page' ), 10, 2 );
65
+ }
66
+
67
+ public function pre_update_gzd_privacy_option_page( $new_value, $old_value ) {
68
+ if ( apply_filters( 'woocommerce_gzd_sync_wp_privacy_page', true ) ) {
69
+ remove_filter( 'pre_update_option_wp_page_for_privacy_policy', array( $this, 'pre_update_wp_privacy_option_page' ), 10 );
70
+ update_option( 'wp_page_for_privacy_policy', $new_value );
71
+ }
72
+
73
+ return $new_value;
74
+ }
75
+
76
+ /**
77
+ * Updates Germanized privacy page option as soon as WP option changes to keep the pages in sync.
78
+ *
79
+ * @param $new_value
80
+ * @param $old_value
81
+ */
82
+ public function pre_update_wp_privacy_option_page( $new_value, $old_value ) {
83
+ if ( apply_filters( 'woocommerce_gzd_sync_wp_privacy_page', true ) ) {
84
+ remove_filter( 'pre_update_option_woocommerce_data_security_page_id', array( $this, 'pre_update_gzd_privacy_option_page' ), 10 );
85
+ update_option( 'woocommerce_data_security_page_id', $new_value );
86
+ }
87
+
88
+ return $new_value;
89
  }
90
 
91
  public function resend_order_confirmation( $order ) {
436
  return $shipping_methods_options;
437
  }
438
 
439
+ public function get_payment_gateway_options() {
440
+ $gateways = WC()->payment_gateways->payment_gateways();
441
+ $options = array();
442
+
443
+ if ( ! empty( $gateways ) ) {
444
+ foreach( $gateways as $gateway ) {
445
+ $options[ $gateway->id ] = $gateway->title;
446
+ }
447
+ }
448
+
449
+ return $options;
450
+ }
451
+
452
  }
453
 
454
  WC_GZD_Admin::instance();
includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php CHANGED
@@ -30,12 +30,14 @@ class WC_Germanized_Meta_Box_Product_Data {
30
  if ( is_admin() ) {
31
  add_action( 'woocommerce_product_options_general_product_data', array( __CLASS__, 'output' ) );
32
  add_action( 'woocommerce_product_options_shipping', array( __CLASS__, 'output_shipping' ) );
 
33
  if ( ! wc_gzd_get_dependencies()->woocommerce_version_supports_crud() ) {
34
  add_action( 'woocommerce_process_product_meta', array( __CLASS__, 'save' ), 20, 2 );
35
  } else {
36
  add_action( 'woocommerce_admin_process_product_object', array( __CLASS__, 'save' ), 10, 1 );
37
  }
38
- add_filter( 'product_type_options', array( __CLASS__, 'service_type' ), 10, 1 );
 
39
  }
40
 
41
  /**
@@ -45,7 +47,12 @@ class WC_Germanized_Meta_Box_Product_Data {
45
  add_action( 'woocommerce_create_product', array( __CLASS__, 'update_after_save' ), 10, 1 );
46
 
47
  add_action( 'woocommerce_update_product_variation', array( __CLASS__, 'update_after_save' ), 10, 1 );
48
- add_action( 'woocommerce_create_product_variation', array( __CLASS__, 'update_after_save' ), 10, 1 );
 
 
 
 
 
49
  }
50
 
51
  /**
@@ -371,12 +378,12 @@ class WC_Germanized_Meta_Box_Product_Data {
371
 
372
  foreach ( $sale_price_labels as $label ) {
373
 
374
- if ( isset( $data[$label] ) ) {
375
 
376
- if ( empty( $data[$label] ) || in_array( $data[$label], array( 'none', '-1' ) ) )
377
  $product = wc_gzd_unset_crud_meta_data( $product, $label );
378
  else
379
- $product = wc_gzd_set_crud_meta_data( $product, $label, sanitize_text_field( $data[$label] ) );
380
  }
381
  }
382
 
30
  if ( is_admin() ) {
31
  add_action( 'woocommerce_product_options_general_product_data', array( __CLASS__, 'output' ) );
32
  add_action( 'woocommerce_product_options_shipping', array( __CLASS__, 'output_shipping' ) );
33
+
34
  if ( ! wc_gzd_get_dependencies()->woocommerce_version_supports_crud() ) {
35
  add_action( 'woocommerce_process_product_meta', array( __CLASS__, 'save' ), 20, 2 );
36
  } else {
37
  add_action( 'woocommerce_admin_process_product_object', array( __CLASS__, 'save' ), 10, 1 );
38
  }
39
+
40
+ add_filter( 'product_type_options', array( __CLASS__, 'service_type' ), 10, 1 );
41
  }
42
 
43
  /**
47
  add_action( 'woocommerce_create_product', array( __CLASS__, 'update_after_save' ), 10, 1 );
48
 
49
  add_action( 'woocommerce_update_product_variation', array( __CLASS__, 'update_after_save' ), 10, 1 );
50
+
51
+ if ( ! wc_gzd_get_dependencies()->woocommerce_version_supports_crud() ) {
52
+ add_action( 'woocommerce_create_product_variation', array( __CLASS__, 'update_after_save' ), 10, 1 );
53
+ } else {
54
+ add_action( 'woocommerce_new_product_variation', array( __CLASS__, 'update_after_save' ), 10, 1 );
55
+ }
56
  }
57
 
58
  /**
378
 
379
  foreach ( $sale_price_labels as $label ) {
380
 
381
+ if ( isset( $data[ $label ] ) ) {
382
 
383
+ if ( empty( $data[ $label ] ) || in_array( $data[ $label ], array( 'none', '-1' ) ) )
384
  $product = wc_gzd_unset_crud_meta_data( $product, $label );
385
  else
386
+ $product = wc_gzd_set_crud_meta_data( $product, $label, sanitize_text_field( $data[ $label ] ) );
387
  }
388
  }
389
 
includes/admin/settings/class-wc-gzd-settings-germanized.php CHANGED
@@ -24,6 +24,8 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
24
  $this->id = 'germanized';
25
  $this->label = __( 'Germanized', 'woocommerce-germanized' );
26
 
 
 
27
  add_filter( 'woocommerce_settings_tabs_array', array( $this, 'add_settings_page' ), 20 );
28
  add_action( 'woocommerce_sections_' . $this->id, array( $this, 'output_sections' ) );
29
  add_action( 'woocommerce_settings_' . $this->id, array( $this, 'output' ) );
@@ -57,6 +59,28 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
57
  }
58
  }
59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  public function image_field( $value ) {
61
  ?>
62
  <tr valign="top">
@@ -120,10 +144,10 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
120
  * @return array
121
  */
122
  public function get_settings() {
123
-
124
  $delivery_terms = array( '' => __( 'None', 'woocommerce-germanized' ) );
125
  $terms = get_terms( 'product_delivery_time', array('fields' => 'id=>name', 'hide_empty' => false) );
126
-
127
  if ( ! is_wp_error( $terms ) )
128
  $delivery_terms = $delivery_terms + $terms;
129
 
@@ -140,6 +164,8 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
140
  }
141
  }
142
 
 
 
143
  $settings = array(
144
 
145
  array( 'title' => __( 'General', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'general_options' ),
@@ -238,7 +264,7 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
238
  ),
239
 
240
  array(
241
- 'title' => __( 'Data Security Statement', 'woocommerce-germanized' ),
242
  'desc' => __( 'This page should contain information regarding your data security policy.', 'woocommerce-germanized' ),
243
  'id' => 'woocommerce_data_security_page_id',
244
  'type' => 'single_select_page',
@@ -272,6 +298,89 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
272
 
273
  array( 'type' => 'sectionend', 'id' => 'legal_pages_options' ),
274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
275
  array( 'title' => __( 'Dispute Resolution', 'woocommerce-germanized' ), 'type' => 'title', 'desc' => sprintf( __( 'As with Feb. 1 2017 new regulations regarding alternative dispute resolution take effect. Further information regarding your duty to supply information can be found <a href="%s" target="_blank">here</a>.', 'woocommerce-germanized' ), 'http://shopbetreiber-blog.de/2017/01/05/streitschlichtung-neue-infopflichten-fuer-alle-online-haendler-ab-1-februar/' ), 'id' => 'complaints_options' ),
276
 
277
  array(
@@ -510,33 +619,6 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
510
 
511
  array( 'title' => __( 'Customers', 'woocommerce-germanized' ), 'type' => 'title', 'desc' => '', 'id' => 'customer_options' ),
512
 
513
- array(
514
- 'title' => __( 'Checkbox', 'woocommerce-germanized' ),
515
- 'desc' => __( 'Add a checkbox to customer registration form.', 'woocommerce-germanized' ),
516
- 'id' => 'woocommerce_gzd_customer_account_checkbox',
517
- 'type' => 'checkbox',
518
- 'default' => 'yes',
519
- ),
520
-
521
- array(
522
- 'title' => __( 'Checkbox text', 'woocommerce-germanized' ),
523
- 'desc' => __( 'Choose a Plain Text which will be shown as checkbox text for customer account creation. Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} as Placeholders for the links to legal pages.', 'woocommerce-germanized' ),
524
- 'desc_tip' => true,
525
- 'default' => __( 'Yes, I’d like create a new account and have read and understood the {data_security_link}data privacy statement{/data_security_link}.', 'woocommerce-germanized' ),
526
- 'css' => 'width:100%; height: 65px;',
527
- 'id' => 'woocommerce_gzd_customer_account_text',
528
- 'type' => 'textarea',
529
- ),
530
-
531
- array(
532
- 'title' => __( 'Checkout', 'woocommerce-germanized' ),
533
- 'desc' => __( 'Replace default WooCommerce text regarding account creation during checkout.', 'woocommerce-germanized' ),
534
- 'desc_tip' => __( 'Use the text from above instead of the default WooCommerce text regarding account creation during checkout. This checkbox is only show if you have activated guest accounts.', 'woocommerce-germanized' ),
535
- 'id' => 'woocommerce_gzd_customer_account_checkout_checkbox',
536
- 'type' => 'checkbox',
537
- 'default' => 'yes',
538
- ),
539
-
540
  array(
541
  'title' => __( 'Customer Double Opt In', 'woocommerce-germanized' ),
542
  'desc' => __( 'Enable customer double opt in on registration?', 'woocommerce-germanized' ),
@@ -618,7 +700,7 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
618
  array( 'type' => 'sectionend', 'id' => 'vat_options' ),
619
 
620
  ); // End general settings
621
-
622
  return apply_filters( 'woocommerce_germanized_settings', $settings );
623
 
624
  }
@@ -757,6 +839,7 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
757
  ), $product_types );
758
 
759
  $shipping_methods_options = WC_GZD_Admin::instance()->get_shipping_method_instances_options();
 
760
 
761
  $settings = array(
762
 
@@ -1104,7 +1187,7 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
1104
  'title' => __( 'Legal Text', 'woocommerce-germanized' ),
1105
  'desc' => __( '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.', 'woocommerce-germanized' ),
1106
  'desc_tip' => true,
1107
- 'default' => __( '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}.', 'woocommerce-germanized' ),
1108
  'css' => 'width:100%; height: 65px;',
1109
  'id' => 'woocommerce_gzd_checkout_legal_text',
1110
  'type' => 'textarea',
@@ -1114,7 +1197,7 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
1114
  'title' => __( 'Legal Text Error', 'woocommerce-germanized' ),
1115
  'desc' => __( '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.', 'woocommerce-germanized' ),
1116
  'desc_tip' => true,
1117
- 'default' => __( '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}.', 'woocommerce-germanized' ),
1118
  'css' => 'width:100%; height: 65px;',
1119
  'id' => 'woocommerce_gzd_checkout_legal_text_error',
1120
  'type' => 'textarea',
@@ -1210,53 +1293,24 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
1210
  ),
1211
 
1212
  array(
1213
- 'title' => __( 'Parcel Delivery Checkbox', 'woocommerce-germanized' ),
1214
- 'desc' => __( 'Show checkbox for data transmission to third party parcel service providers.', 'woocommerce-germanized' ),
1215
- 'desc_tip' => __( 'You may optionally choose to show a checkbox which lets the customer accept data transmission to a third party parcel service provider to receive parcel delivery reminders.', 'woocommerce-germanized' ),
1216
- 'id' => 'woocommerce_gzd_checkout_legal_parcel_delivery_checkbox',
1217
- 'default' => 'no',
1218
- 'type' => 'checkbox',
1219
- ),
1220
-
1221
- array(
1222
- 'title' => __( 'Checkbox required', 'woocommerce-germanized' ),
1223
- 'desc' => __( 'Make the parcel delivery checkbox a required field.', 'woocommerce-germanized' ),
1224
- 'desc_tip' => __( 'For some reason you may want to force your customers to Opt-In to the data transmission to a third party parcel service provider.', 'woocommerce-germanized' ),
1225
- 'id' => 'woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_required',
1226
- 'default' => 'no',
1227
  'type' => 'checkbox',
 
1228
  ),
1229
 
1230
  array(
1231
- 'title' => __( 'Parcel Delivery Text', 'woocommerce-germanized' ),
1232
- 'desc' => __( 'Choose a Plain Text which will be shown right next to the corresponding checkbox to inform the customer about the data being transfered to the third party shipping supplier. Use {shipping_method_title} to insert the shipping method title.', 'woocommerce-germanized' ),
1233
- 'desc_tip' => true,
1234
- 'default' => __( 'Yes, I would like to be reminded via E-mail about parcel delivery ({shipping_method_title}). Your E-mail Address will only be transferred to our parcel service provider for that particular reason.', 'woocommerce-germanized' ),
1235
- 'css' => 'width:100%; height: 65px;',
1236
- 'id' => 'woocommerce_gzd_checkout_legal_text_parcel_delivery',
1237
- 'type' => 'textarea',
1238
- ),
1239
-
1240
- array(
1241
- 'title' => __( 'Shipping Methods', 'woocommerce-germanized' ),
1242
- 'desc' => __( 'Select shipping methods which are applicable for the Opt-In Checkbox.', 'woocommerce-germanized' ),
1243
- 'desc_tip' => true,
1244
- 'id' => 'woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_methods',
1245
  'default' => array(),
1246
  'class' => 'chosen_select',
1247
- 'options' => $shipping_methods_options,
1248
  'type' => 'multiselect',
1249
  ),
1250
 
1251
- array(
1252
- 'title' => __( 'Pay now Button', 'woocommerce-germanized' ),
1253
- 'desc' => __( 'Add a pay now button to emails and order success page.', 'woocommerce-germanized' ),
1254
- 'desc_tip' => __( 'Add a pay now button to order confirmation email and order success page if the order awaits payment (PayPal etc).', 'woocommerce-germanized' ),
1255
- 'id' => 'woocommerce_gzd_order_pay_now_button',
1256
- 'type' => 'checkbox',
1257
- 'default' => 'yes',
1258
- ),
1259
-
1260
  array(
1261
  'title' => __( 'Order Success Text', 'woocommerce-germanized' ),
1262
  'desc' => __( 'Choose a custom text to display on order success page.', 'woocommerce-germanized' ),
24
  $this->id = 'germanized';
25
  $this->label = __( 'Germanized', 'woocommerce-germanized' );
26
 
27
+ add_filter( 'woocommerce_get_settings_account', array( $this, 'maybe_adjust_data_privacy_settings' ), 10, 1 );
28
+
29
  add_filter( 'woocommerce_settings_tabs_array', array( $this, 'add_settings_page' ), 20 );
30
  add_action( 'woocommerce_sections_' . $this->id, array( $this, 'output_sections' ) );
31
  add_action( 'woocommerce_settings_' . $this->id, array( $this, 'output' ) );
59
  }
60
  }
61
 
62
+ public function maybe_adjust_data_privacy_settings( $settings ) {
63
+
64
+ if ( apply_filters( 'woocommerce_gzd_disable_wc_privacy_policy_options', true ) ) {
65
+ $url = admin_url( 'admin.php?page=wc-settings&tab=germanized' );
66
+ $delete = array(
67
+ 'wp_page_for_privacy_policy',
68
+ 'woocommerce_registration_privacy_policy_text',
69
+ 'woocommerce_checkout_privacy_policy_text',
70
+ );
71
+
72
+ foreach( $settings as $key => $setting ) {
73
+ if ( 'privacy_policy_options' === $setting['id'] ) {
74
+ $settings[$key]['desc'] = sprintf( __( 'Please choose your data privacy settings from the available options within <a href="%s">Germanized</a>.', 'woocommerce-germanized' ), $url );
75
+ } elseif( in_array( $setting['id'], $delete ) ) {
76
+ unset( $settings[$key] );
77
+ }
78
+ }
79
+ }
80
+
81
+ return $settings;
82
+ }
83
+
84
  public function image_field( $value ) {
85
  ?>
86
  <tr valign="top">
144
  * @return array
145
  */
146
  public function get_settings() {
147
+
148
  $delivery_terms = array( '' => __( 'None', 'woocommerce-germanized' ) );
149
  $terms = get_terms( 'product_delivery_time', array('fields' => 'id=>name', 'hide_empty' => false) );
150
+
151
  if ( ! is_wp_error( $terms ) )
152
  $delivery_terms = $delivery_terms + $terms;
153
 
164
  }
165
  }
166
 
167
+ $shipping_methods_options = WC_GZD_Admin::instance()->get_shipping_method_instances_options();
168
+
169
  $settings = array(
170
 
171
  array( 'title' => __( 'General', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'general_options' ),
264
  ),
265
 
266
  array(
267
+ 'title' => __( 'Privacy Policy', 'woocommerce-germanized' ),
268
  'desc' => __( 'This page should contain information regarding your data security policy.', 'woocommerce-germanized' ),
269
  'id' => 'woocommerce_data_security_page_id',
270
  'type' => 'single_select_page',
298
 
299
  array( 'type' => 'sectionend', 'id' => 'legal_pages_options' ),
300
 
301
+ array( 'title' => __( 'Privacy Policy', 'woocommerce-germanized' ), 'type' => 'title', 'desc' => '', 'id' => 'privacy_policy_options' ),
302
+
303
+ array(
304
+ 'title' => __( 'Registration', 'woocommerce-germanized' ),
305
+ 'desc' => __( 'Add a checkbox to customer registration form.', 'woocommerce-germanized' ),
306
+ 'id' => 'woocommerce_gzd_customer_account_checkbox',
307
+ 'type' => 'checkbox',
308
+ 'default' => 'yes',
309
+ ),
310
+
311
+ array(
312
+ 'title' => __( 'Text', 'woocommerce-germanized' ),
313
+ 'desc' => __( 'Choose a Plain Text which will be shown as checkbox text for customer account creation. Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} as Placeholders for the links to legal pages.', 'woocommerce-germanized' ),
314
+ 'desc_tip' => true,
315
+ 'default' => __( 'Yes, I’d like create a new account and have read and understood the {data_security_link}data privacy statement{/data_security_link}.', 'woocommerce-germanized' ),
316
+ 'css' => 'width:100%; height: 65px;',
317
+ 'id' => 'woocommerce_gzd_customer_account_text',
318
+ 'type' => 'textarea',
319
+ ),
320
+
321
+ array(
322
+ 'title' => __( 'Checkout', 'woocommerce-germanized' ),
323
+ 'desc' => __( 'Replace default WooCommerce text regarding account creation during checkout.', 'woocommerce-germanized' ),
324
+ 'desc_tip' => __( 'Use the text from above instead of the default WooCommerce text regarding account creation during checkout. This checkbox is only show if you have activated guest accounts.', 'woocommerce-germanized' ),
325
+ 'id' => 'woocommerce_gzd_customer_account_checkout_checkbox',
326
+ 'type' => 'checkbox',
327
+ 'default' => 'no',
328
+ ),
329
+
330
+ array(
331
+ 'title' => __( 'Parcel Delivery', 'woocommerce-germanized' ),
332
+ 'desc' => __( 'Show checkbox for data transmission to third party parcel service providers.', 'woocommerce-germanized' ),
333
+ 'desc_tip' => __( 'You may optionally choose to show a checkbox which lets the customer accept data transmission to a third party parcel service provider to receive parcel delivery reminders.', 'woocommerce-germanized' ),
334
+ 'id' => 'woocommerce_gzd_checkout_legal_parcel_delivery_checkbox',
335
+ 'default' => 'no',
336
+ 'type' => 'checkbox',
337
+ ),
338
+
339
+ array(
340
+ 'title' => __( 'Show checkbox', 'woocommerce-germanized' ),
341
+ 'desc_tip' => __( 'Choose whether you like to always show the parcel delivery checkbox or do only show for certain shipping methods.', 'woocommerce-germanized' ),
342
+ 'id' => 'woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_show',
343
+ 'default' => 'always',
344
+ 'class' => 'chosen_select',
345
+ 'options' => array(
346
+ 'shipping_methods' => __( 'For certain shipping methods.', 'woocommerce-germanized' ),
347
+ 'always' => __( 'Always show.', 'woocommerce-germanized' ),
348
+ ),
349
+ 'type' => 'select',
350
+ ),
351
+
352
+ array(
353
+ 'title' => __( 'Shipping Methods', 'woocommerce-germanized' ),
354
+ 'desc' => __( 'Select shipping methods which are applicable for the Opt-In Checkbox.', 'woocommerce-germanized' ),
355
+ 'desc_tip' => true,
356
+ 'id' => 'woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_methods',
357
+ 'default' => array(),
358
+ 'class' => 'chosen_select',
359
+ 'options' => $shipping_methods_options,
360
+ 'type' => 'multiselect',
361
+ ),
362
+
363
+ array(
364
+ 'title' => __( 'Mandatory', 'woocommerce-germanized' ),
365
+ 'desc' => __( 'Make the parcel delivery checkbox a required field.', 'woocommerce-germanized' ),
366
+ 'desc_tip' => __( 'Make the checkbox mandatory to complete checkout.', 'woocommerce-germanized' ),
367
+ 'id' => 'woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_required',
368
+ 'default' => 'no',
369
+ 'type' => 'checkbox',
370
+ ),
371
+
372
+ array(
373
+ 'title' => __( 'Text', 'woocommerce-germanized' ),
374
+ 'desc' => __( 'Choose a Plain Text which will be shown right next to the corresponding checkbox to inform the customer about the data being transfered to the third party shipping supplier. Use {shipping_method_title} to insert the shipping method title.', 'woocommerce-germanized' ),
375
+ 'desc_tip' => true,
376
+ 'default' => __( 'Yes, I would like to be reminded via E-mail about parcel delivery ({shipping_method_title}). Your E-mail Address will only be transferred to our parcel service provider for that particular reason.', 'woocommerce-germanized' ),
377
+ 'css' => 'width:100%; height: 65px;',
378
+ 'id' => 'woocommerce_gzd_checkout_legal_text_parcel_delivery',
379
+ 'type' => 'textarea',
380
+ ),
381
+
382
+ array( 'type' => 'sectionend', 'id' => 'privacy_policy_options' ),
383
+
384
  array( 'title' => __( 'Dispute Resolution', 'woocommerce-germanized' ), 'type' => 'title', 'desc' => sprintf( __( 'As with Feb. 1 2017 new regulations regarding alternative dispute resolution take effect. Further information regarding your duty to supply information can be found <a href="%s" target="_blank">here</a>.', 'woocommerce-germanized' ), 'http://shopbetreiber-blog.de/2017/01/05/streitschlichtung-neue-infopflichten-fuer-alle-online-haendler-ab-1-februar/' ), 'id' => 'complaints_options' ),
385
 
386
  array(
619
 
620
  array( 'title' => __( 'Customers', 'woocommerce-germanized' ), 'type' => 'title', 'desc' => '', 'id' => 'customer_options' ),
621
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
622
  array(
623
  'title' => __( 'Customer Double Opt In', 'woocommerce-germanized' ),
624
  'desc' => __( 'Enable customer double opt in on registration?', 'woocommerce-germanized' ),
700
  array( 'type' => 'sectionend', 'id' => 'vat_options' ),
701
 
702
  ); // End general settings
703
+
704
  return apply_filters( 'woocommerce_germanized_settings', $settings );
705
 
706
  }
839
  ), $product_types );
840
 
841
  $shipping_methods_options = WC_GZD_Admin::instance()->get_shipping_method_instances_options();
842
+ $payment_gateway_options = WC_GZD_Admin::instance()->get_payment_gateway_options();
843
 
844
  $settings = array(
845
 
1187
  'title' => __( 'Legal Text', 'woocommerce-germanized' ),
1188
  'desc' => __( '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.', 'woocommerce-germanized' ),
1189
  'desc_tip' => true,
1190
+ 'default' => __( 'With your order, you agree to have read and understood our {term_link}Terms and Conditions{/term_link} your {revocation_link}Right of Recission{/revocation_link} and our {data_security_link}Privacy Policy{/data_security_link}.', 'woocommerce-germanized' ),
1191
  'css' => 'width:100%; height: 65px;',
1192
  'id' => 'woocommerce_gzd_checkout_legal_text',
1193
  'type' => 'textarea',
1197
  'title' => __( 'Legal Text Error', 'woocommerce-germanized' ),
1198
  'desc' => __( '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.', 'woocommerce-germanized' ),
1199
  'desc_tip' => true,
1200
+ 'default' => __( 'To finish the order you have to accept to our {term_link}Terms and Conditions{/term_link}, {revocation_link}Right of Recission{/revocation_link} and our {data_security_link}Privacy Policy{/data_security_link}.', 'woocommerce-germanized' ),
1201
  'css' => 'width:100%; height: 65px;',
1202
  'id' => 'woocommerce_gzd_checkout_legal_text_error',
1203
  'type' => 'textarea',
1293
  ),
1294
 
1295
  array(
1296
+ 'title' => __( 'Pay now Button', 'woocommerce-germanized' ),
1297
+ 'desc' => __( 'Add a pay now button to emails and order success page.', 'woocommerce-germanized' ),
1298
+ 'desc_tip' => __( 'Add a pay now button to order confirmation email and order success page if the order awaits payment (PayPal etc).', 'woocommerce-germanized' ),
1299
+ 'id' => 'woocommerce_gzd_order_pay_now_button',
 
 
 
 
 
 
 
 
 
 
1300
  'type' => 'checkbox',
1301
+ 'default' => 'yes',
1302
  ),
1303
 
1304
  array(
1305
+ 'title' => __( 'Disabled for', 'woocommerce-germanized' ),
1306
+ 'desc_tip' => __( 'You may want to disable the pay now button for certain payment methods.', 'woocommerce-germanized' ),
1307
+ 'id' => 'woocommerce_gzd_order_pay_now_button_disabled_methods',
 
 
 
 
 
 
 
 
 
 
 
1308
  'default' => array(),
1309
  'class' => 'chosen_select',
1310
+ 'options' => $payment_gateway_options,
1311
  'type' => 'multiselect',
1312
  ),
1313
 
 
 
 
 
 
 
 
 
 
1314
  array(
1315
  'title' => __( 'Order Success Text', 'woocommerce-germanized' ),
1316
  'desc' => __( 'Choose a custom text to display on order success page.', 'woocommerce-germanized' ),
includes/admin/views/html-tour-general.php CHANGED
@@ -11,11 +11,11 @@ $elements = array(
11
  'submit' => '#woocommerce_gzd_order_submit_btn_text',
12
  'contract' => '#woocommerce_gzdp_contract_after_confirmation',
13
  'terms' => '#woocommerce_terms_page_id',
 
14
  'complaints' => '#woocommerce_gzd_alternative_complaints_text_none',
15
  'small_business' => '#woocommerce_gzd_small_enterprise',
16
  'delivery_time' => '#woocommerce_gzd_default_delivery_time',
17
  'shipping_tax' => '#woocommerce_gzd_shipping_tax',
18
- 'customer_account' => '#woocommerce_gzd_customer_account_checkbox',
19
  'customer_activation' => '#woocommerce_gzd_customer_activation',
20
  'invoice' => '#woocommerce_gzdp_invoice_enable',
21
  'vat_id' => '#woocommerce_gzdp_enable_vat_check',
@@ -73,6 +73,13 @@ if ( ! wc_gzd_get_dependencies()->woocommerce_version_supports_crud() ) {
73
  <a class="button button-primary tourbus-next" href="javascript:void(0);">weiter</a>
74
  </li>
75
 
 
 
 
 
 
 
 
76
  <li data-el="<?php echo $elements[ 'complaints' ]; ?>" data-orientation="top">
77
  <h2>Streitbeilegung</h2>
78
  <p>Das Thema Streitbelegung ist relativ aktuell und einige Informationspflichten sind diesbezüglich einzuhalten. Wir stellen dir hier die von Trusted Shops bereitgestellten Mustertexte für die jeweiligen
@@ -103,14 +110,6 @@ if ( ! wc_gzd_get_dependencies()->woocommerce_version_supports_crud() ) {
103
  <a class="button button-primary tourbus-next" href="javascript:void(0);">weiter</a>
104
  </li>
105
 
106
- <li data-el="<?php echo $elements[ 'customer_account' ]; ?>" data-orientation="top">
107
- <h2>Kundenkonten</h2>
108
- <p>Viele Händler bieten Käufern das Erstellen von Kundenkonten an. In diesem Fall solltest du mit deinem Anwalt Rücksprache halten, ob eine Checkbox
109
- von Nöten ist, die auf deine Datenschutzerklärung hinweist. Sollte das der Fall sein, kannst du unten aufgeführte Optionen verwenden.
110
- </p>
111
- <a class="button button-primary tourbus-next" href="javascript:void(0);">weiter</a>
112
- </li>
113
-
114
  <li data-el="<?php echo $elements[ 'customer_activation' ]; ?>" data-orientation="top" data-width="600">
115
  <h2>Double Opt-In</h2>
116
  <p>Ob du das Double Opt-In-Verfahren für Kundenregistrierungen einsetzt oder nicht, solltest du auch mit deinem Anwalt besprechen. Germanized hat dieses Verfahren so umgesetzt,
11
  'submit' => '#woocommerce_gzd_order_submit_btn_text',
12
  'contract' => '#woocommerce_gzdp_contract_after_confirmation',
13
  'terms' => '#woocommerce_terms_page_id',
14
+ 'privacy' => '#woocommerce_gzd_customer_account_checkbox',
15
  'complaints' => '#woocommerce_gzd_alternative_complaints_text_none',
16
  'small_business' => '#woocommerce_gzd_small_enterprise',
17
  'delivery_time' => '#woocommerce_gzd_default_delivery_time',
18
  'shipping_tax' => '#woocommerce_gzd_shipping_tax',
 
19
  'customer_activation' => '#woocommerce_gzd_customer_activation',
20
  'invoice' => '#woocommerce_gzdp_invoice_enable',
21
  'vat_id' => '#woocommerce_gzdp_enable_vat_check',
73
  <a class="button button-primary tourbus-next" href="javascript:void(0);">weiter</a>
74
  </li>
75
 
76
+ <li data-el="<?php echo $elements[ 'privacy' ]; ?>" data-orientation="top">
77
+ <h2>Datenschutz</h2>
78
+ <p>Datenschutz ist insbesondere mit Inkrafttreten der DSGVO ein heikles Thema. Germanized stellt an dieser Stelle erweiterte Optionen zu den von WooCommerce (ab Version 3.4 <a href="<?php admin_url('admin.php?page=wc-settings&tab=account'); ?>" target="_blank">hier</a> zu finden) bzw. WordPress bereitgestellten Optionen zur Verfügung um die bestmögliche Aufklärung deiner Kunden zu ermöglichen.
79
+ Weitere Informationen zur DSGVO & WooCommerce findest du in folgendem <a href="https://woocommerce.wordpress.com/2018/04/10/how-were-tackling-gdpr-in-woocommerce-core/" target="_blank">Blog-Eintrag</a>.</p>
80
+ <a class="button button-primary tourbus-next" href="javascript:void(0);">weiter</a>
81
+ </li>
82
+
83
  <li data-el="<?php echo $elements[ 'complaints' ]; ?>" data-orientation="top">
84
  <h2>Streitbeilegung</h2>
85
  <p>Das Thema Streitbelegung ist relativ aktuell und einige Informationspflichten sind diesbezüglich einzuhalten. Wir stellen dir hier die von Trusted Shops bereitgestellten Mustertexte für die jeweiligen
110
  <a class="button button-primary tourbus-next" href="javascript:void(0);">weiter</a>
111
  </li>
112
 
 
 
 
 
 
 
 
 
113
  <li data-el="<?php echo $elements[ 'customer_activation' ]; ?>" data-orientation="top" data-width="600">
114
  <h2>Double Opt-In</h2>
115
  <p>Ob du das Double Opt-In-Verfahren für Kundenregistrierungen einsetzt oder nicht, solltest du auch mit deinem Anwalt besprechen. Germanized hat dieses Verfahren so umgesetzt,
includes/api/class-wc-gzd-rest-products-controller.php CHANGED
@@ -383,14 +383,16 @@ class WC_GZD_REST_Products_Controller {
383
 
384
  $data[ 'product-type' ] = $product->get_type();
385
 
386
- if ( isset( $request['delivery_time'] ) && is_array( $request['delivery_time'] ) ) {
387
- if ( isset( $request['delivery_time']['id'] ) ) {
388
- $data[ 'delivery_time' ] = intval( $request['delivery_time']['id'] );
389
- } elseif ( isset( $request['delivery_time']['slug'] ) ) {
390
- $data[ 'delivery_time' ] = sanitize_text_field( $request['delivery_time']['id'] );
391
- }
392
  }
393
 
 
 
394
  // Price Labels + Unit
395
  $meta_data = array(
396
  'sale_price_label' => WC_germanized()->price_labels,
@@ -399,14 +401,14 @@ class WC_GZD_REST_Products_Controller {
399
  );
400
 
401
  foreach ( $meta_data as $meta => $taxonomy_obj ) {
402
- if ( isset( $request[$meta] ) && is_array( $request[$meta] ) ) {
403
- $term = null;
404
- if ( isset( $request[$meta]['id'] ) ) {
405
- $term = $taxonomy_obj->get_term_object( absint( $request[$meta]['id'] ), 'id' );
406
- }
407
- elseif ( isset( $request[$meta]['slug'] ) ) {
408
- $term = $taxonomy_obj->get_term_object( sanitize_text_field( $request[$meta]['slug'] ) );
409
- }
410
  if ( $term ) {
411
  $data[ '_' . $meta ] = $term->slug;
412
  }
@@ -456,6 +458,28 @@ class WC_GZD_REST_Products_Controller {
456
  return $data;
457
  }
458
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
459
  public function save_update_product_data( $request, $product ) {
460
 
461
  $data = $this->get_product_saveable_data( $request, $product );
383
 
384
  $data[ 'product-type' ] = $product->get_type();
385
 
386
+ // Delivery time
387
+ $current = get_the_terms( wc_gzd_get_crud_data( $product, 'id' ), 'product_delivery_time' );
388
+ $default = '';
389
+
390
+ if ( ! empty( $current ) ) {
391
+ $default = $current[0]->term_id;
392
  }
393
 
394
+ $data['delivery_time'] = $this->get_term_data( isset( $request['delivery_time'] ) ? $request['delivery_time'] : false, $default );
395
+
396
  // Price Labels + Unit
397
  $meta_data = array(
398
  'sale_price_label' => WC_germanized()->price_labels,
401
  );
402
 
403
  foreach ( $meta_data as $meta => $taxonomy_obj ) {
404
+
405
+ $current = wc_gzd_get_crud_data( $product, $meta );
406
+ $term_data = $this->get_term_data( isset( $request[ $meta ] ) ? $request[ $meta ] : false, $current );
407
+ $data[ '_' . $meta ] = '';
408
+
409
+ if ( ! empty( $term_data ) ) {
410
+ $term = $taxonomy_obj->get_term_object( $term_data, ( is_numeric( $term_data ) ? 'id' : 'slug' ) );
411
+
412
  if ( $term ) {
413
  $data[ '_' . $meta ] = $term->slug;
414
  }
458
  return $data;
459
  }
460
 
461
+ /**
462
+ * Makes sure that term data uses default data if no request data was received. Deletes the term data by returning an empty string if request data is empty.
463
+ *
464
+ * @param $request_data
465
+ * @param int $current
466
+ *
467
+ * @return array|int|string
468
+ */
469
+ protected function get_term_data( $request_data, $current = 0 ) {
470
+ $data = '';
471
+
472
+ if ( false === $request_data ) {
473
+ $data = $current;
474
+ } elseif ( is_array( $request_data ) && isset( $request_data['id'] ) ) {
475
+ $data = absint( $request_data['id'] );
476
+ } elseif ( is_array( $request_data ) && isset( $request_data['slug'] ) ) {
477
+ $data = wc_clean( $request_data['slug'] );
478
+ }
479
+
480
+ return $data;
481
+ }
482
+
483
  public function save_update_product_data( $request, $product ) {
484
 
485
  $data = $this->get_product_saveable_data( $request, $product );
includes/class-wc-gzd-ajax.php CHANGED
@@ -90,8 +90,12 @@ class WC_GZD_AJAX {
90
  if ( ! is_email( $_POST[ $key ] ) )
91
  wc_add_notice( '<strong>' . $field['label'] . '</strong> ' . _x( 'is not a valid email address.', 'revocation-form', 'woocommerce-germanized' ), 'error' );
92
  } elseif ( $key == 'address_postal' ) {
93
- if ( ! WC_Validation::is_postcode( $_POST[ $key ], $_POST[ 'address_country' ] ) || empty( $_POST[ $key ] ) )
94
  wc_add_notice( _x( 'Please enter a valid postcode/ZIP', 'revocation-form', 'woocommerce-germanized' ), 'error' );
 
 
 
 
95
  } else {
96
  if ( isset( $field[ 'required' ] ) && empty( $_POST[ $key ] ) )
97
  wc_add_notice( '<strong>' . $field['label'] . '</strong> ' . _x( 'is not valid.', 'revocation-form', 'woocommerce-germanized' ), 'error' );
90
  if ( ! is_email( $_POST[ $key ] ) )
91
  wc_add_notice( '<strong>' . $field['label'] . '</strong> ' . _x( 'is not a valid email address.', 'revocation-form', 'woocommerce-germanized' ), 'error' );
92
  } elseif ( $key == 'address_postal' ) {
93
+ if ( ! WC_Validation::is_postcode( $_POST[ $key ], $_POST['address_country'] ) || empty( $_POST[ $key ] ) ) {
94
  wc_add_notice( _x( 'Please enter a valid postcode/ZIP', 'revocation-form', 'woocommerce-germanized' ), 'error' );
95
+ }
96
+ } elseif( $key === 'privacy_checkbox' ) {
97
+ if ( isset( $field[ 'required' ] ) && empty( $_POST[ $key ] ) )
98
+ wc_add_notice( '<strong>' . $field['label'] . '</strong>', 'error' );
99
  } else {
100
  if ( isset( $field[ 'required' ] ) && empty( $_POST[ $key ] ) )
101
  wc_add_notice( '<strong>' . $field['label'] . '</strong> ' . _x( 'is not valid.', 'revocation-form', 'woocommerce-germanized' ), 'error' );
includes/class-wc-gzd-checkout.php CHANGED
@@ -124,7 +124,7 @@ class WC_GZD_Checkout {
124
  }
125
 
126
  public function set_payment_url_to_force_payment( $url, $order ) {
127
- if ( strpos( $url, 'pay_for_order' ) !== false ) {
128
  $url = add_query_arg( array( 'force_pay_order' => true ), $url );
129
  }
130
 
@@ -132,7 +132,6 @@ class WC_GZD_Checkout {
132
  }
133
 
134
  public function force_pay_order_redirect() {
135
-
136
  global $wp;
137
 
138
  if ( is_wc_endpoint_url( 'order-pay' ) && isset( $_GET[ 'force_pay_order' ] ) ) {
@@ -154,17 +153,14 @@ class WC_GZD_Checkout {
154
  if ( ! isset( $gateways[ wc_gzd_get_crud_data( $order, 'payment_method' ) ] ) )
155
  return;
156
 
157
- // Hide terms checkbox
158
- add_filter( 'woocommerce_germanized_checkout_show_terms', array( $this, 'disable_terms_order_pay' ) );
159
-
160
- // Set $_POST to disable double payment method selection -> redirect by WC_Form_Handler::pay_action()
161
- $_POST['woocommerce_pay'] = 1;
162
- $_POST['_wpnonce'] = wp_create_nonce( 'woocommerce-pay' );
163
- $_POST['terms'] = 1;
164
- $_POST['payment_method'] = wc_gzd_get_crud_data( $order, 'payment_method' );
165
-
166
  }
 
167
 
 
 
168
  }
169
 
170
  public function disable_terms_order_pay( $show ) {
@@ -223,15 +219,27 @@ class WC_GZD_Checkout {
223
 
224
  public function add_payment_link( $order_id ) {
225
 
226
- if ( get_option( 'woocommerce_gzd_order_pay_now_button' ) === 'no' )
227
- return false;
 
 
 
228
 
229
  $order = wc_get_order( $order_id );
230
 
231
- if ( ! $order->needs_payment() )
232
- return;
233
-
234
- wc_get_template( 'order/order-pay-now-button.php', array( 'url' => add_query_arg( array( 'force_pay_order' => true ), $order->get_checkout_payment_url() ), 'order_id' => $order_id ) );
 
 
 
 
 
 
 
 
 
235
  }
236
 
237
  public function maybe_reduce_order_stock( $order_id ) {
@@ -553,18 +561,23 @@ class WC_GZD_Checkout {
553
 
554
  if ( 'yes' !== get_option( 'woocommerce_gzd_checkout_address_field' ) )
555
  return $fields;
556
-
557
  if ( wc_gzd_get_crud_data( $order, 'shipping_title' ) )
558
  $fields[ 'title' ] = $this->get_customer_title( wc_gzd_get_crud_data( $order, 'shipping_title' ) );
 
559
  return $fields;
560
  }
561
 
562
- public function get_customer_title( $option = 1 ) {
563
 
564
- $option = absint( $option );
565
 
566
  $titles = apply_filters( 'woocommerce_gzd_title_options', array( 1 => __( 'Mr.', 'woocommerce-germanized' ), 2 => __( 'Ms.', 'woocommerce-germanized' ) ) );
567
 
 
 
 
 
568
  if ( array_key_exists( $option, $titles ) ) {
569
  return $titles[ $option ];
570
  } else {
124
  }
125
 
126
  public function set_payment_url_to_force_payment( $url, $order ) {
127
+ if ( strpos( $url, 'pay_for_order' ) !== false && apply_filters( 'woocommerce_gzd_enable_force_pay_order', true, $order ) ) {
128
  $url = add_query_arg( array( 'force_pay_order' => true ), $url );
129
  }
130
 
132
  }
133
 
134
  public function force_pay_order_redirect() {
 
135
  global $wp;
136
 
137
  if ( is_wc_endpoint_url( 'order-pay' ) && isset( $_GET[ 'force_pay_order' ] ) ) {
153
  if ( ! isset( $gateways[ wc_gzd_get_crud_data( $order, 'payment_method' ) ] ) )
154
  return;
155
 
156
+ if ( apply_filters( 'woocommerce_gzd_enable_force_pay_order', true, $order ) ) {
157
+ add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_force_pay_script' ), 20 );
158
+ }
 
 
 
 
 
 
159
  }
160
+ }
161
 
162
+ public function enqueue_force_pay_script() {
163
+ wp_enqueue_script( 'wc-gzd-force-pay-order' );
164
  }
165
 
166
  public function disable_terms_order_pay( $show ) {
219
 
220
  public function add_payment_link( $order_id ) {
221
 
222
+ $enabled = true;
223
+
224
+ if ( get_option( 'woocommerce_gzd_order_pay_now_button' ) === 'no' ) {
225
+ $enabled = false;
226
+ }
227
 
228
  $order = wc_get_order( $order_id );
229
 
230
+ if ( ! $order->needs_payment() ) {
231
+ $enabled = false;
232
+ }
233
+
234
+ $disabled_methods = get_option( 'woocommerce_gzd_order_pay_now_button_disabled_methods', array() );
235
+
236
+ if ( is_array( $disabled_methods ) && in_array( wc_gzd_get_crud_data( $order, 'payment_method' ), $disabled_methods ) ) {
237
+ $enabled = false;
238
+ }
239
+
240
+ if ( apply_filters( 'woocommerce_gzd_show_order_pay_now_button', $enabled, $order_id ) ) {
241
+ wc_get_template( 'order/order-pay-now-button.php', array( 'url' => add_query_arg( array( 'force_pay_order' => true ), $order->get_checkout_payment_url() ), 'order_id' => $order_id ) );
242
+ }
243
  }
244
 
245
  public function maybe_reduce_order_stock( $order_id ) {
561
 
562
  if ( 'yes' !== get_option( 'woocommerce_gzd_checkout_address_field' ) )
563
  return $fields;
564
+
565
  if ( wc_gzd_get_crud_data( $order, 'shipping_title' ) )
566
  $fields[ 'title' ] = $this->get_customer_title( wc_gzd_get_crud_data( $order, 'shipping_title' ) );
567
+
568
  return $fields;
569
  }
570
 
571
+ public function get_customer_title( $value = 1 ) {
572
 
573
+ $option = absint( $value );
574
 
575
  $titles = apply_filters( 'woocommerce_gzd_title_options', array( 1 => __( 'Mr.', 'woocommerce-germanized' ), 2 => __( 'Ms.', 'woocommerce-germanized' ) ) );
576
 
577
+ if ( '[deleted]' === $value ) {
578
+ return $value;
579
+ }
580
+
581
  if ( array_key_exists( $option, $titles ) ) {
582
  return $titles[ $option ];
583
  } else {
includes/class-wc-gzd-customer-helper.php CHANGED
@@ -144,6 +144,8 @@ class WC_GZD_Customer_Helper {
144
 
145
  public function disable_signup( $checkout ) {
146
 
 
 
147
  if ( WC()->session && WC()->session->get( 'disable_checkout_signup' ) ) {
148
  $checkout->enable_signup = false;
149
  }
144
 
145
  public function disable_signup( $checkout ) {
146
 
147
+ remove_action( 'woocommerce_before_checkout_form', 'woocommerce_checkout_login_form', 10 );
148
+
149
  if ( WC()->session && WC()->session->get( 'disable_checkout_signup' ) ) {
150
  $checkout->enable_signup = false;
151
  }
includes/class-wc-gzd-dependencies.php CHANGED
@@ -74,9 +74,11 @@ class WC_GZD_Dependencies {
74
  // Set whether current WooCommerce Version supports CRUD
75
  $this->set_wc_supports_crud();
76
 
77
- if ( $plugin->version != get_option( 'woocommerce_' . $this->prefix . '_version' ) ) {
78
  $this->delete_cached_plugin_header_data();
79
- }
 
 
80
 
81
  $this->plugins = (array) get_option( 'active_plugins', array() );
82
 
74
  // Set whether current WooCommerce Version supports CRUD
75
  $this->set_wc_supports_crud();
76
 
77
+ //if ( $plugin->version != get_option( 'woocommerce_' . $this->prefix . '_version' ) ) {
78
  $this->delete_cached_plugin_header_data();
79
+ //}
80
+
81
+ add_action( 'woocommerce_updated', array( $this, 'delete_cached_plugin_header_data' ) );
82
 
83
  $this->plugins = (array) get_option( 'active_plugins', array() );
84
 
includes/class-wc-gzd-emails.php CHANGED
@@ -31,9 +31,15 @@ class WC_GZD_Emails {
31
 
32
  if ( wc_gzd_send_instant_order_confirmation() ) {
33
 
34
- // Send order notice directly after new order is being added - use these filters because order status has to be updated already
35
  add_filter( 'woocommerce_payment_successful_result', array( $this, 'send_order_confirmation_mails' ), 0, 2 );
36
  add_filter( 'woocommerce_checkout_no_payment_needed_redirect', array( $this, 'send_order_confirmation_mails' ), 0, 2 );
 
 
 
 
 
 
37
  }
38
 
39
  // Disable paid order email for certain gateways (e.g. COD or invoice)
@@ -42,8 +48,10 @@ class WC_GZD_Emails {
42
 
43
  // Change email template path if is germanized email template
44
  add_filter( 'woocommerce_template_directory', array( $this, 'set_woocommerce_template_dir' ), 10, 2 );
 
45
  // Map partially refunded order mail template to correct email instance
46
  add_filter( 'woocommerce_gzd_email_template_id_comparison', array( $this, 'check_for_partial_refund_mail' ), 10, 3 );
 
47
  // Hide username if an email contains a password or password reset link (TS advises to do so)
48
  if ( 'yes' === get_option( 'woocommerce_gzd_hide_username_with_password' ) )
49
  add_filter( 'woocommerce_before_template_part', array( $this, 'maybe_set_gettext_username_filter' ), 10, 4 );
@@ -52,6 +60,12 @@ class WC_GZD_Emails {
52
  $this->admin_hooks();
53
  }
54
 
 
 
 
 
 
 
55
  public function maybe_set_gettext_username_filter( $template_name, $template_path, $located, $args ) {
56
 
57
  $templates = array(
@@ -255,75 +269,80 @@ class WC_GZD_Emails {
255
  if ( ! apply_filters( 'woocommerce_germanized_send_instant_order_confirmation', true, $order ) )
256
  return $result;
257
 
258
- do_action( 'woocommerce_germanized_before_order_confirmation', wc_gzd_get_crud_data( $order, 'id' ) );
 
259
 
260
- // Send order processing mail
261
- if ( apply_filters( 'woocommerce_germanized_order_email_customer_confirmation_sent', false, wc_gzd_get_crud_data( $order, 'id' ) ) === false && $processing = $this->get_email_instance_by_id( 'customer_processing_order' ) )
262
- $processing->trigger( wc_gzd_get_crud_data( $order, 'id' ) );
 
263
 
264
- // Send admin mail
265
- if ( apply_filters( 'woocommerce_germanized_order_email_admin_confirmation_sent', false, wc_gzd_get_crud_data( $order, 'id' ) ) === false && $new_order = $this->get_email_instance_by_id( 'new_order' ) )
266
- $new_order->trigger( wc_gzd_get_crud_data( $order, 'id' ) );
267
 
268
- // Always clear cart after order success
269
- if ( get_option( 'woocommerce_gzd_checkout_stop_order_cancellation' ) === 'yes' && WC()->cart ) {
270
- WC()->cart->empty_cart();
271
- }
272
 
273
- do_action( 'woocommerce_germanized_order_confirmation_sent', wc_gzd_get_crud_data( $order, 'id' ) );
 
 
274
 
275
- return $result;
 
 
 
 
276
  }
277
 
278
  public function email_notices( $order, $sent_to_admin, $plain_text ) {
279
 
280
- if ( get_option( 'woocommerce_gzd_differential_taxation_checkout_notices' ) !== 'yes' )
281
- return;
282
-
283
  $type = $this->get_current_email_object();
284
 
285
- // Check if order contains digital products
286
- $items = $order->get_items();
287
 
288
- $is_downloadable = false;
289
- $is_service = false;
290
- $is_differential_taxed = false;
291
 
292
- if ( ! empty( $items ) ) {
 
 
293
 
294
- foreach ( $items as $item ) {
295
 
296
- $_product = apply_filters( 'woocommerce_order_item_product', $order->get_product_from_item( $item ), $item );
297
 
298
- if ( ! $_product )
299
- continue;
 
 
300
 
301
- if ( wc_gzd_is_revocation_exempt( $_product ) || apply_filters( 'woocommerce_gzd_product_is_revocation_exception', false, $_product, 'digital' ) )
302
- $is_downloadable = true;
303
 
304
- if ( wc_gzd_is_revocation_exempt( $_product, 'service' ) || apply_filters( 'woocommerce_gzd_product_is_revocation_exception', false, $_product, 'service' ) )
305
- $is_service = true;
306
 
307
- if ( wc_gzd_get_gzd_product( $_product )->is_differential_taxed() )
308
- $is_differential_taxed = true;
 
309
  }
310
- }
311
 
312
- if ( $is_differential_taxed && apply_filters( 'woocommerce_gzd_show_differential_taxation_in_emails', true, $type ) ) {
313
 
314
- $mark = apply_filters( 'woocommerce_gzd_differential_taxation_notice_text_mark', '** ' );
315
- $notice = apply_filters( 'woocommerce_gzd_differential_taxation_notice_text_email', $mark . wc_gzd_get_differential_taxation_notice_text() );
316
 
317
- echo wpautop( '<div class="gzd-differential-taxation-notice-email">' . $notice . '</div>' );
318
- }
319
 
320
- if ( $type && $type->id == 'customer_processing_order' ) {
321
 
322
- if ( $is_downloadable && $text = wc_gzd_get_legal_text_digital_email_notice() )
323
- echo wpautop( apply_filters( 'woocommerce_gzd_order_confirmation_digital_notice', '<div class="gzd-digital-notice-text">' . $text . '</div>', $order ) );
324
 
325
- if ( $is_service && $text = wc_gzd_get_legal_text_service_email_notice() )
326
- echo wpautop( apply_filters( 'woocommerce_gzd_order_confirmation_service_notice', '<div class="gzd-service-notice-text">' . $text . '</div>', $order ) );
 
327
  }
328
  }
329
 
31
 
32
  if ( wc_gzd_send_instant_order_confirmation() ) {
33
 
34
+ // Send order notice directly after new order is being added - use these filters because order status has to be updated already
35
  add_filter( 'woocommerce_payment_successful_result', array( $this, 'send_order_confirmation_mails' ), 0, 2 );
36
  add_filter( 'woocommerce_checkout_no_payment_needed_redirect', array( $this, 'send_order_confirmation_mails' ), 0, 2 );
37
+
38
+ // Register the woocommerce_gzd_order_confirmation action which will be used as a notification to send the confirmation
39
+ add_filter( 'woocommerce_email_actions', array( $this, 'register_order_confirmation_email_action' ), 10, 1 );
40
+
41
+ // Make sure order confirmation is being sent as soon as the notification fires
42
+ add_action( 'woocommerce_gzd_order_confirmation_notification', array( $this, 'trigger_order_confirmation_emails' ), 10, 1 );
43
  }
44
 
45
  // Disable paid order email for certain gateways (e.g. COD or invoice)
48
 
49
  // Change email template path if is germanized email template
50
  add_filter( 'woocommerce_template_directory', array( $this, 'set_woocommerce_template_dir' ), 10, 2 );
51
+
52
  // Map partially refunded order mail template to correct email instance
53
  add_filter( 'woocommerce_gzd_email_template_id_comparison', array( $this, 'check_for_partial_refund_mail' ), 10, 3 );
54
+
55
  // Hide username if an email contains a password or password reset link (TS advises to do so)
56
  if ( 'yes' === get_option( 'woocommerce_gzd_hide_username_with_password' ) )
57
  add_filter( 'woocommerce_before_template_part', array( $this, 'maybe_set_gettext_username_filter' ), 10, 4 );
60
  $this->admin_hooks();
61
  }
62
 
63
+ public function register_order_confirmation_email_action( $actions ) {
64
+ $actions[] = 'woocommerce_gzd_order_confirmation';
65
+
66
+ return $actions;
67
+ }
68
+
69
  public function maybe_set_gettext_username_filter( $template_name, $template_path, $located, $args ) {
70
 
71
  $templates = array(
269
  if ( ! apply_filters( 'woocommerce_germanized_send_instant_order_confirmation', true, $order ) )
270
  return $result;
271
 
272
+ // This action actually triggers the email sending (or defers it)
273
+ do_action( 'woocommerce_gzd_order_confirmation', $order );
274
 
275
+ // Always clear cart after order success
276
+ if ( get_option( 'woocommerce_gzd_checkout_stop_order_cancellation' ) === 'yes' && WC()->cart ) {
277
+ WC()->cart->empty_cart();
278
+ }
279
 
280
+ return $result;
281
+ }
 
282
 
283
+ public function trigger_order_confirmation_emails( $order ) {
284
+ do_action( 'woocommerce_germanized_before_order_confirmation', wc_gzd_get_crud_data( $order, 'id' ) );
 
 
285
 
286
+ // Send order processing mail
287
+ if ( apply_filters( 'woocommerce_germanized_order_email_customer_confirmation_sent', false, wc_gzd_get_crud_data( $order, 'id' ) ) === false && $processing = $this->get_email_instance_by_id( 'customer_processing_order' ) )
288
+ $processing->trigger( wc_gzd_get_crud_data( $order, 'id' ) );
289
 
290
+ // Send admin mail
291
+ if ( apply_filters( 'woocommerce_germanized_order_email_admin_confirmation_sent', false, wc_gzd_get_crud_data( $order, 'id' ) ) === false && $new_order = $this->get_email_instance_by_id( 'new_order' ) )
292
+ $new_order->trigger( wc_gzd_get_crud_data( $order, 'id' ) );
293
+
294
+ do_action( 'woocommerce_germanized_order_confirmation_sent', wc_gzd_get_crud_data( $order, 'id' ) );
295
  }
296
 
297
  public function email_notices( $order, $sent_to_admin, $plain_text ) {
298
 
 
 
 
299
  $type = $this->get_current_email_object();
300
 
301
+ if ( $type ) {
 
302
 
303
+ // Check if order contains digital products
304
+ $items = $order->get_items();
 
305
 
306
+ $is_downloadable = false;
307
+ $is_service = false;
308
+ $is_differential_taxed = false;
309
 
310
+ if ( ! empty( $items ) ) {
311
 
312
+ foreach ( $items as $item ) {
313
 
314
+ $_product = apply_filters( 'woocommerce_order_item_product', $order->get_product_from_item( $item ), $item );
315
+
316
+ if ( ! $_product )
317
+ continue;
318
 
319
+ if ( wc_gzd_is_revocation_exempt( $_product ) || apply_filters( 'woocommerce_gzd_product_is_revocation_exception', false, $_product, 'digital' ) )
320
+ $is_downloadable = true;
321
 
322
+ if ( wc_gzd_is_revocation_exempt( $_product, 'service' ) || apply_filters( 'woocommerce_gzd_product_is_revocation_exception', false, $_product, 'service' ) )
323
+ $is_service = true;
324
 
325
+ if ( wc_gzd_get_gzd_product( $_product )->is_differential_taxed() )
326
+ $is_differential_taxed = true;
327
+ }
328
  }
 
329
 
330
+ if ( get_option( 'woocommerce_gzd_differential_taxation_checkout_notices' ) === 'yes' && $is_differential_taxed && apply_filters( 'woocommerce_gzd_show_differential_taxation_in_emails', true, $type ) ) {
331
 
332
+ $mark = apply_filters( 'woocommerce_gzd_differential_taxation_notice_text_mark', '** ' );
333
+ $notice = apply_filters( 'woocommerce_gzd_differential_taxation_notice_text_email', $mark . wc_gzd_get_differential_taxation_notice_text() );
334
 
335
+ echo wpautop( '<div class="gzd-differential-taxation-notice-email">' . $notice . '</div>' );
336
+ }
337
 
338
+ if ( $type->id == 'customer_processing_order' ) {
339
 
340
+ if ( $is_downloadable && $text = wc_gzd_get_legal_text_digital_email_notice() )
341
+ echo wpautop( apply_filters( 'woocommerce_gzd_order_confirmation_digital_notice', '<div class="gzd-digital-notice-text">' . $text . '</div>', $order ) );
342
 
343
+ if ( $is_service && $text = wc_gzd_get_legal_text_service_email_notice() )
344
+ echo wpautop( apply_filters( 'woocommerce_gzd_order_confirmation_service_notice', '<div class="gzd-service-notice-text">' . $text . '</div>', $order ) );
345
+ }
346
  }
347
  }
348
 
includes/class-wc-gzd-privacy.php ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class WC_GZD_Privacy {
4
+
5
+ protected static $_instance = null;
6
+
7
+ public static function instance() {
8
+ if ( is_null( self::$_instance ) ) {
9
+ self::$_instance = new self();
10
+ }
11
+ return self::$_instance;
12
+ }
13
+
14
+ public function __construct() {
15
+ // Export
16
+ add_filter( 'woocommerce_privacy_export_customer_personal_data', array( $this, 'get_customer_data' ), 10, 2 );
17
+ add_filter( 'woocommerce_privacy_export_order_personal_data', array( $this, 'get_order_data' ), 10, 2 );
18
+
19
+ // Erase
20
+ add_filter( 'woocommerce_privacy_erase_personal_data_customer', array( $this, 'erase_customer_data' ), 10, 2 );
21
+ add_action( 'woocommerce_privacy_before_remove_order_personal_data', array( $this, 'erase_order_data' ), 10, 1 );
22
+ }
23
+
24
+ public function erase_order_data( $order ) {
25
+ $meta_data = apply_filters( 'woocommerce_gzd_privacy_erase_order_personal_metadata', array(
26
+ '_shipping_parcelshop_post_number' => 'text',
27
+ '_billing_title' => 'text',
28
+ '_shipping_title' => 'text',
29
+ '_direct_debit_holder' => 'text',
30
+ '_direct_debit_iban' => 'text',
31
+ '_direct_debit_bic' => 'text',
32
+ '_direct_debit_mandate_mail' => 'text',
33
+ ), $order );
34
+
35
+ foreach( $meta_data as $prop => $data_type ) {
36
+
37
+ $value = $order->get_meta( $prop );
38
+
39
+ // If the value is empty, it does not need to be anonymized.
40
+ if ( empty( $value ) || empty( $data_type ) ) {
41
+ continue;
42
+ }
43
+
44
+ if ( function_exists( 'wp_privacy_anonymize_data' ) ) {
45
+ $anon_value = wp_privacy_anonymize_data( $data_type, $value );
46
+ } else {
47
+ $anon_value = '';
48
+ }
49
+
50
+ $order->update_meta_data( $prop, $anon_value );
51
+ }
52
+
53
+ $order->save();
54
+ }
55
+
56
+ public function erase_customer_data( $response, $customer ) {
57
+ $meta_data = apply_filters( 'woocommerce_gzd_privacy_erase_customer_personal_metadata', array(
58
+ 'shipping_parcelshop_post_number' => __( 'Postnumber', 'woocommerce-germanized' ),
59
+ 'billing_title' => __( 'Billing Title', 'woocommerce-germanized' ),
60
+ 'shipping_title' => __( 'Shipping Title', 'woocommerce-germanized' ),
61
+ 'direct_debit_holder' => __( 'Account Holder', 'woocommerce-germanized' ),
62
+ 'direct_debit_iban' => __( 'IBAN', 'woocommerce-germanized' ),
63
+ 'direct_debit_bic' => __( 'BIC/SWIFT', 'woocommerce-germanized' ),
64
+ ), $customer );
65
+
66
+ foreach( $meta_data as $prop => $title ) {
67
+ if ( $value = $customer->get_meta( $prop ) ) {
68
+ $customer->delete_meta_data( $prop );
69
+
70
+ /* Translators: %s Prop name. */
71
+ $response['messages'][] = sprintf( __( 'Removed customer "%s"', 'woocommerce-germanized' ), $title );
72
+ }
73
+ }
74
+
75
+ $customer->save();
76
+
77
+ return $response;
78
+ }
79
+
80
+ public function get_order_data( $data, $order ) {
81
+ $meta_data = apply_filters( 'woocommerce_gzd_privacy_export_order_personal_metadata', array(
82
+ '_shipping_parcelshop_post_number' => __( 'Postnumber', 'woocommerce-germanized' ),
83
+ '_direct_debit_holder' => __( 'Account Holder', 'woocommerce-germanized' ),
84
+ '_direct_debit_iban' => __( 'IBAN', 'woocommerce-germanized' ),
85
+ '_direct_debit_bic' => __( 'BIC/SWIFT', 'woocommerce-germanized' ),
86
+ '_direct_debit_mandate_date' => __( 'Mandate Date', 'woocommerce-germanized' ),
87
+ '_direct_debit_mandate_id' => __( 'Mandate ID', 'woocommerce-germanized' ),
88
+ '_direct_debit_mandate_mail' => __( 'Mandate Email', 'woocommerce-germanized' ),
89
+ ), $order );
90
+
91
+ foreach( $meta_data as $prop => $title ) {
92
+
93
+ if ( $value = $order->get_meta( $prop ) ) {
94
+
95
+ if ( in_array( $prop, array( '_direct_debit_iban', '_direct_debit_bic' ) ) ) {
96
+ // Maybe Decrypt
97
+ $value = $this->decrypt( $value );
98
+ }
99
+
100
+ $data[] = array(
101
+ 'name' => $title,
102
+ 'value' => $value,
103
+ );
104
+ }
105
+ }
106
+
107
+ return $data;
108
+ }
109
+
110
+ private function decrypt( $data ) {
111
+ include_once( WC_germanized()->plugin_path() . '/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php' );
112
+ $instance = new WC_GZD_Gateway_Direct_Debit();
113
+
114
+ return $instance->maybe_decrypt( $data );
115
+ }
116
+
117
+ public function get_customer_data( $data, $customer ) {
118
+
119
+ $meta_data = apply_filters( 'woocommerce_gzd_privacy_export_customer_personal_metadata', array(
120
+ 'shipping_parcelshop_post_number' => __( 'Postnumber', 'woocommerce-germanized' ),
121
+ 'billing_title' => __( 'Billing Title', 'woocommerce-germanized' ),
122
+ 'shipping_title' => __( 'Shipping Title', 'woocommerce-germanized' ),
123
+ 'direct_debit_holder' => __( 'Account Holder', 'woocommerce-germanized' ),
124
+ 'direct_debit_iban' => __( 'IBAN', 'woocommerce-germanized' ),
125
+ 'direct_debit_bic' => __( 'BIC/SWIFT', 'woocommerce-germanized' ),
126
+ ), $customer );
127
+
128
+ foreach( $meta_data as $prop => $title ) {
129
+ if ( $value = $customer->get_meta( $prop ) ) {
130
+
131
+ if ( in_array( $prop, array( 'billing_title', 'shipping_title' ) ) ) {
132
+ $value = WC_GZD_Checkout::instance()->get_customer_title( $value );
133
+ }
134
+
135
+ if ( in_array( $prop, array( 'direct_debit_iban', 'direct_debit_bic' ) ) ) {
136
+ // Maybe Decrypt
137
+ $value = $this->decrypt( $value );
138
+ }
139
+
140
+ $data[] = array(
141
+ 'name' => $title,
142
+ 'value' => $value,
143
+ );
144
+ }
145
+ }
146
+
147
+ return $data;
148
+ }
149
+
150
+ }
151
+
152
+ WC_GZD_Privacy::instance();
includes/class-wc-gzd-revocation.php CHANGED
@@ -78,6 +78,11 @@ class WC_GZD_Revocation {
78
  'label' => _x( 'Mail', 'revocation-form', 'woocommerce-germanized' ),
79
  'required' => true,
80
  ),
 
 
 
 
 
81
  ) );
82
  }
83
  }
78
  'label' => _x( 'Mail', 'revocation-form', 'woocommerce-germanized' ),
79
  'required' => true,
80
  ),
81
+ 'privacy_checkbox' => array(
82
+ 'type' => 'checkbox',
83
+ 'label' => apply_filters( 'woocommerce_gzd_revocation_privacy_notice_label', sprintf( _x( 'Please accept our <a href="%s" target="_blank">Pricacy Policy</a> so that we can process your inquiry.', 'revocation-form', 'woocommerce-germanized' ) , wc_gzd_get_privacy_policy_url() ) ),
84
+ 'required' => true,
85
+ ),
86
  ) );
87
  }
88
  }
includes/class-wc-gzd-shop-customizer.php ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Adds options to the customizer for WooCommerce.
4
+ *
5
+ * @version 3.3.0
6
+ * @package WooCommerce
7
+ */
8
+
9
+ defined( 'ABSPATH' ) || exit;
10
+
11
+ /**
12
+ * WC_Shop_Customizer class.
13
+ */
14
+ class WC_GZD_Shop_Customizer {
15
+
16
+ /**
17
+ * Constructor.
18
+ */
19
+ public function __construct() {
20
+ add_action( 'customize_register', array( $this, 'remove_settings' ), 50 );
21
+ }
22
+
23
+ /**
24
+ * Add settings to the customizer.
25
+ *
26
+ * @param WP_Customize_Manager $wp_customize Theme Customizer object.
27
+ */
28
+ public function remove_settings( $wp_customize ) {
29
+ $settings = array(
30
+ 'woocommerce_checkout_terms_and_conditions_checkbox_text',
31
+ 'woocommerce_checkout_privacy_policy_text',
32
+ );
33
+
34
+ foreach( $settings as $setting ) {
35
+ if ( $wp_customize->get_setting( $setting ) ) {
36
+ $wp_customize->remove_setting( $setting );
37
+ }
38
+ if ( $wp_customize->get_control( $setting ) ) {
39
+ $wp_customize->remove_control( $setting );
40
+ }
41
+ }
42
+ }
43
+ }
44
+
45
+ new WC_GZD_Shop_Customizer();
includes/class-wc-gzd-virtual-vat-helper.php CHANGED
@@ -28,6 +28,11 @@ class WC_GZD_Virtual_VAT_Helper {
28
 
29
  public function set_base_tax_rates( $rates, $tax_class ) {
30
 
 
 
 
 
 
31
  $location = WC_Tax::get_tax_location( $tax_class );
32
 
33
  $virtual_vat_applicable = in_array( $tax_class, array( 'virtual-rate', 'virtual-reduced-rate' ) ) && isset( $location[0] ) && sizeof( $location ) === 4 && $location[0] !== WC()->countries->get_base_country();
28
 
29
  public function set_base_tax_rates( $rates, $tax_class ) {
30
 
31
+ // Make sure frontend functions are being loaded so that "wc_get_chosen_shipping_method_ids" is callable
32
+ if ( ! WC_germanized()->is_frontend() && function_exists( 'wc' ) ) {
33
+ wc()->frontend_includes();
34
+ }
35
+
36
  $location = WC_Tax::get_tax_location( $tax_class );
37
 
38
  $virtual_vat_applicable = in_array( $tax_class, array( 'virtual-rate', 'virtual-reduced-rate' ) ) && isset( $location[0] ) && sizeof( $location ) === 4 && $location[0] !== WC()->countries->get_base_country();
includes/compatibility/class-wc-gzd-compatibility-polylang.php CHANGED
@@ -35,6 +35,8 @@ class WC_GZD_Compatibility_Polylang extends WC_GZD_Compatibility {
35
  }
36
 
37
  public function set_language_field() {
38
- echo '<input type="hidden" name="lang" value="' . esc_attr( pll_current_language() ) . '" />';
 
 
39
  }
40
  }
35
  }
36
 
37
  public function set_language_field() {
38
+ if ( function_exists( 'pll_current_language' ) ) {
39
+ echo '<input type="hidden" name="lang" value="' . esc_attr( pll_current_language() ) . '" />';
40
+ }
41
  }
42
  }
includes/compatibility/class-wc-gzd-compatibility-wpml.php CHANGED
@@ -78,6 +78,12 @@ class WC_GZD_Compatibility_Wpml extends WC_GZD_Compatibility {
78
  global $woocommerce_wpml;
79
 
80
  if ( isset( $woocommerce_wpml ) && isset( $woocommerce_wpml->emails ) && is_object( $woocommerce_wpml->emails ) ) {
 
 
 
 
 
 
81
 
82
  // Instantiate mailer to make sure that new order email is known
83
  $mailer = WC()->mailer();
78
  global $woocommerce_wpml;
79
 
80
  if ( isset( $woocommerce_wpml ) && isset( $woocommerce_wpml->emails ) && is_object( $woocommerce_wpml->emails ) ) {
81
+
82
+ // Remove duplicate filters which lead to non-replaced placeholders
83
+ if ( method_exists( $woocommerce_wpml->emails, 'new_order_email_heading' ) ) {
84
+ remove_filter( 'woocommerce_email_heading_new_order', array( $woocommerce_wpml->emails, 'new_order_email_heading' ), 10 );
85
+ remove_filter( 'woocommerce_email_subject_new_order', array( $woocommerce_wpml->emails, 'new_order_email_subject' ), 10 );
86
+ }
87
 
88
  // Instantiate mailer to make sure that new order email is known
89
  $mailer = WC()->mailer();
includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php CHANGED
@@ -186,7 +186,10 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
186
  ?>
187
  <h3 id="gzd-admin-sepa">
188
  <?php _e( 'SEPA', 'woocommerce-germanized' ); ?>
189
- <a href="<?php echo add_query_arg( array( 'download' => 'true', 'content' => 'sepa', 'sepa_order_id' => wc_gzd_get_crud_data( $order, 'id' ) ), admin_url( 'export.php' ) ); ?>" target="_blank" class="download_sepa_xml"><?php _e( 'SEPA XML', 'woocommerce-germanized' ); ?></a>
 
 
 
190
  </h3>
191
 
192
  <?php foreach( $this->admin_fields as $key => $field ) :
@@ -243,7 +246,7 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
243
 
244
  public function order_actions( $actions, $order ) {
245
 
246
- if ( wc_gzd_get_crud_data( $order, 'payment_method' ) === $this->id ) {
247
  $actions[ 'download-sepa' ] = array(
248
  'url' => add_query_arg( array( 'download' => 'true', 'content' => 'sepa', 'sepa_order_id' => wc_gzd_get_crud_data( $order, 'id' ) ), admin_url( 'export.php' ) ),
249
  'name' => __( 'SEPA XML Export', 'woocommerce-germanized' ),
@@ -313,7 +316,8 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
313
 
314
  $query_args = array_merge( $query_args, array(
315
  'showposts' => -1,
316
- 'date_query' => array(
 
317
  array(
318
  'after' => $args['start_date'],
319
  'before' => $args['end_date'],
@@ -508,7 +512,7 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
508
 
509
  // Always save account details to order
510
  $order = wc_gzd_set_crud_meta_data( $order, '_direct_debit_holder', $holder );
511
- $order = wc_gzd_set_crud_meta_data( $order,'_direct_debit_iban', $iban );
512
  $order = wc_gzd_set_crud_meta_data( $order, '_direct_debit_bic', $bic );
513
 
514
  // Generate mandate id if applicable
186
  ?>
187
  <h3 id="gzd-admin-sepa">
188
  <?php _e( 'SEPA', 'woocommerce-germanized' ); ?>
189
+
190
+ <?php if ( ! wc_gzd_order_is_anonymized( $order ) ) : ?>
191
+ <a href="<?php echo add_query_arg( array( 'download' => 'true', 'content' => 'sepa', 'sepa_order_id' => wc_gzd_get_crud_data( $order, 'id' ) ), admin_url( 'export.php' ) ); ?>" target="_blank" class="download_sepa_xml"><?php _e( 'SEPA XML', 'woocommerce-germanized' ); ?></a>
192
+ <?php endif; ?>
193
  </h3>
194
 
195
  <?php foreach( $this->admin_fields as $key => $field ) :
246
 
247
  public function order_actions( $actions, $order ) {
248
 
249
+ if ( ! wc_gzd_order_is_anonymized( $order ) && wc_gzd_get_crud_data( $order, 'payment_method' ) === $this->id ) {
250
  $actions[ 'download-sepa' ] = array(
251
  'url' => add_query_arg( array( 'download' => 'true', 'content' => 'sepa', 'sepa_order_id' => wc_gzd_get_crud_data( $order, 'id' ) ), admin_url( 'export.php' ) ),
252
  'name' => __( 'SEPA XML Export', 'woocommerce-germanized' ),
316
 
317
  $query_args = array_merge( $query_args, array(
318
  'showposts' => -1,
319
+ 'post_status' => apply_filters( 'woocommerce_gzd_direct_debit_export_order_statuses', array( 'wc-pending', 'wc-processing', 'wc-on-hold' ) ),
320
+ 'date_query' => array(
321
  array(
322
  'after' => $args['start_date'],
323
  'before' => $args['end_date'],
512
 
513
  // Always save account details to order
514
  $order = wc_gzd_set_crud_meta_data( $order, '_direct_debit_holder', $holder );
515
+ $order = wc_gzd_set_crud_meta_data( $order, '_direct_debit_iban', $iban );
516
  $order = wc_gzd_set_crud_meta_data( $order, '_direct_debit_bic', $bic );
517
 
518
  // Generate mandate id if applicable
includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php CHANGED
@@ -487,64 +487,23 @@ class WC_GZD_Trusted_Shops_Admin {
487
  return;
488
 
489
  $interval_d = ( ( isset( $_GET[ 'interval' ] ) && ! empty( $_GET[ 'interval' ] ) ) ? absint( $_GET[ 'interval' ] ) : 30 );
 
490
 
491
- header( 'Content-Description: File Transfer' );
492
- header( 'Content-Disposition: attachment; filename=review-collector.csv' );
493
- header( 'Content-Type: text/csv; charset=' . get_option( 'blog_charset' ), true );
494
- header( 'Cache-Control: no-cache, no-store, must-revalidate' );
495
- header( 'Pragma: no-cache' );
496
- header( 'Expires: 0' );
497
-
498
- $date = date( 'Y-m-d', strtotime( '-' . $interval_d . ' days') );
499
- $order_query = new WP_Query(
500
- array(
501
- 'post_type' => 'shop_order',
502
- 'post_status' => array( 'wc-completed' ),
503
- 'showposts' => -1,
504
- 'date_query' => array(
505
- array(
506
- 'after' => $date,
507
- ),
508
- ),
509
- )
510
- );
511
 
512
- $data = array();
513
-
514
- while ( $order_query->have_posts() ) {
515
- $order_query->next_post();
516
- $order = wc_get_order( $order_query->post->ID );
517
- array_push( $data, array(
518
- wc_gzd_get_crud_data( $order, 'billing_email' ),
519
- wc_gzd_get_crud_data( $order, 'id' ),
520
- wc_gzd_get_crud_data( $order, 'billing_first_name' ),
521
- wc_gzd_get_crud_data( $order, 'billing_last_name' )
522
- ) );
523
- }
524
 
525
- $write = $this->prepare_csv_data( $data );
526
- $df = fopen( "php://output", 'w' );
527
- foreach ( $write as $row )
528
- fwrite( $df, $row );
529
- fclose( $df );
530
-
531
- exit();
532
- }
533
-
534
- public function prepare_csv_data( $row ) {
535
- foreach ( $row as $key => $row_data ) {
536
- foreach ( $row_data as $rkey => $rvalue )
537
- $row[ $key ][ $rkey ] = $this->encode_csv_data( str_replace( '"', '\"', $rvalue ) );
538
- $row[ $key ] = implode( ",", $row[ $key ] ) . "\n";
539
- }
540
- return $row;
541
- }
542
-
543
- public function encode_csv_data( $string ) {
544
- return iconv( get_option( 'blog_charset' ), 'Windows-1252', $string );
545
  }
546
 
547
  public function review_collector_export() {
 
 
 
548
  ?>
549
  <h3><?php echo _x( 'Review Collector', 'trusted-shops', 'woocommerce-germanized' ); ?></h3>
550
  <table class="form-table">
@@ -553,15 +512,23 @@ class WC_GZD_Trusted_Shops_Admin {
553
  <th scope="row" class="titledesc">
554
  <label for="woocommerce_gzd_trusted_shops_review_collector"><?php echo _x( 'Export customer data', 'trusted-shops', 'woocommerce-germanized' ); ?></label>
555
  </th>
556
- <td class="forminp forminp-select">
557
  <select name="woocommerce_<?php echo $this->base->option_prefix; ?>trusted_shops_review_collector" id="woocommerce_<?php echo $this->base->option_prefix; ?>trusted_shops_review_collector" class="chosen_select">
558
  <option value="30"><?php echo _x( '30 days', 'trusted-shops', 'woocommerce-germanized' ); ?></option>
559
  <option value="60"><?php echo _x( '60 days', 'trusted-shops', 'woocommerce-germanized' ); ?></option>
560
  <option value="90"><?php echo _x( '90 days', 'trusted-shops', 'woocommerce-germanized' ); ?></option>
561
  </select>
562
- <p><a class="button button-secondary" id="wc-gzd-trusted-shops-export" data-href-org="<?php echo admin_url( '?action=wc_' . $this->base->option_prefix . 'trusted-shops-export&_wpnonce=' . wp_create_nonce( 'wc_' . $this->base->option_prefix . 'trusted-shops-export' ) ); ?>" href="#"><?php echo _x( 'Start export', 'trusted-shops', 'woocommerce-germanized' ); ?></a></p>
563
- <p class="description"><?php printf( _x( 'Export your customer data and ask consumers for a review with the Trusted Shops <a href="%s" target="_blank">Review Collector</a>.', 'trusted-shops', 'woocommerce-germanized' ), 'https://www.trustedshops.com/tsb2b/sa/ratings/batchRatingRequest.seam?prefLang=' . substr( get_bloginfo( 'language' ), 0, 2 ) ); ?></p>
564
- </td>
 
 
 
 
 
 
 
 
565
  </tr>
566
  </tbody>
567
  </table>
487
  return;
488
 
489
  $interval_d = ( ( isset( $_GET[ 'interval' ] ) && ! empty( $_GET[ 'interval' ] ) ) ? absint( $_GET[ 'interval' ] ) : 30 );
490
+ $days_to_send = ( ( isset( $_GET[ 'days' ] ) && ! empty( $_GET[ 'days' ] ) ) ? absint( $_GET[ 'days' ] ) : 5 );
491
 
492
+ if ( wc_gzd_get_dependencies()->woocommerce_version_supports_crud() ) {
493
+ include_once( 'class-wc-gzd-trusted-shops-review-exporter.php' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
494
 
495
+ $exporter = new WC_GZD_Trusted_Shops_Review_Exporter();
496
+ $exporter->set_days_until_send( $days_to_send );
497
+ $exporter->set_interval_days( $interval_d );
 
 
 
 
 
 
 
 
 
498
 
499
+ $exporter->export();
500
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
501
  }
502
 
503
  public function review_collector_export() {
504
+
505
+ if ( ! wc_gzd_get_dependencies()->woocommerce_version_supports_crud() )
506
+ return;
507
  ?>
508
  <h3><?php echo _x( 'Review Collector', 'trusted-shops', 'woocommerce-germanized' ); ?></h3>
509
  <table class="form-table">
512
  <th scope="row" class="titledesc">
513
  <label for="woocommerce_gzd_trusted_shops_review_collector"><?php echo _x( 'Export customer data', 'trusted-shops', 'woocommerce-germanized' ); ?></label>
514
  </th>
515
+ <td class="forminp forminp-select forminp-review-collector">
516
  <select name="woocommerce_<?php echo $this->base->option_prefix; ?>trusted_shops_review_collector" id="woocommerce_<?php echo $this->base->option_prefix; ?>trusted_shops_review_collector" class="chosen_select">
517
  <option value="30"><?php echo _x( '30 days', 'trusted-shops', 'woocommerce-germanized' ); ?></option>
518
  <option value="60"><?php echo _x( '60 days', 'trusted-shops', 'woocommerce-germanized' ); ?></option>
519
  <option value="90"><?php echo _x( '90 days', 'trusted-shops', 'woocommerce-germanized' ); ?></option>
520
  </select>
521
+ <div class="trusted-shops-review-collector-wrap">
522
+ <div class="review-collector-days">
523
+ <label for="woocommerce_gzd_trusted_shops_review_collector"><?php echo _x( 'Days until notice will be sent', 'trusted-shops', 'woocommerce-germanized' ); ?></label>
524
+ <input type="number" value="5" name="woocommerce_<?php echo $this->base->option_prefix; ?>trusted_shops_review_collector_days_to_send" id="woocommerce_<?php echo $this->base->option_prefix; ?>trusted_shops_review_collector_days_to_send" />
525
+ </div>
526
+ <div class="review-collector-buttons">
527
+ <a class="button button-secondary" id="wc-gzd-trusted-shops-export" data-href-org="<?php echo admin_url( '?action=wc_' . $this->base->option_prefix . 'trusted-shops-export&_wpnonce=' . wp_create_nonce( 'wc_' . $this->base->option_prefix . 'trusted-shops-export' ) ); ?>" href="#"><?php echo _x( 'Start export', 'trusted-shops', 'woocommerce-germanized' ); ?></a>
528
+ </div>
529
+ </div>
530
+ <p class="description"><?php printf( _x( 'Export your customer data and ask consumers for a review with the Trusted Shops <a href="%s" target="_blank">Review Collector</a>.', 'trusted-shops', 'woocommerce-germanized' ), 'https://www.trustedshops.com/tsb2b/sa/ratings/batchRatingRequest.seam?prefLang=' . substr( get_bloginfo( 'language' ), 0, 2 ) ); ?></p>
531
+ </td>
532
  </tr>
533
  </tbody>
534
  </table>
includes/trusted-shops/class-wc-gzd-trusted-shops-review-exporter.php ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Handles CSV export.
4
+ *
5
+ * @package WooCommerce/Export
6
+ * @version 3.1.0
7
+ */
8
+
9
+ if ( ! defined( 'ABSPATH' ) ) {
10
+ exit;
11
+ }
12
+
13
+ if ( ! class_exists( 'WC_CSV_Exporter', false ) ) {
14
+ require_once WC_ABSPATH . 'includes/export/abstract-wc-csv-exporter.php';
15
+ }
16
+
17
+ /**
18
+ * WC_CSV_Exporter Class.
19
+ */
20
+ class WC_GZD_Trusted_Shops_Review_Exporter extends WC_CSV_Exporter {
21
+
22
+ /**
23
+ * Type of export used in filter names.
24
+ *
25
+ * @var string
26
+ */
27
+ protected $export_type = 'trusted_shops_reviews';
28
+
29
+ /**
30
+ * Filename to export to.
31
+ *
32
+ * @var string
33
+ */
34
+ protected $filename = 'trusted-shops-reviews.csv';
35
+
36
+ /**
37
+ * Batch limit.
38
+ *
39
+ * @var integer
40
+ */
41
+ protected $limit = 50;
42
+
43
+ protected $days_to_send = 5;
44
+
45
+ protected $days_interval = 30;
46
+
47
+ public function __construct() {
48
+ $this->column_names = $this->get_default_column_names();
49
+ }
50
+
51
+ /**
52
+ * Return an array of columns to export.
53
+ *
54
+ * @since 3.1.0
55
+ * @return array
56
+ */
57
+ public function get_default_column_names() {
58
+ return apply_filters( "woocommerce_gzd_{$this->export_type}_default_columns", array(
59
+ 'id' => _x( 'Order ID', 'trusted-shops', 'woocommerce-germanized' ),
60
+ 'date' => _x( 'Order date', 'trusted-shops', 'woocommerce-germanized' ),
61
+ 'days' => _x( '# Days', 'trusted-shops', 'woocommerce-germanized' ),
62
+ 'billing_email' => _x( 'Email', 'trusted-shops', 'woocommerce-germanized' ),
63
+ 'billing_first_name' => _x( 'First name', 'trusted-shops', 'woocommerce-germanized' ),
64
+ 'billing_last_name' => _x( 'Last name', 'trusted-shops', 'woocommerce-germanized' ),
65
+ ) );
66
+ }
67
+
68
+ public function get_interval_days() {
69
+ return absint( $this->days_interval );
70
+ }
71
+
72
+ public function set_interval_days( $days ) {
73
+ $this->days_interval = absint( $days );
74
+ }
75
+
76
+ public function get_days_until_send() {
77
+ return $this->days_to_send;
78
+ }
79
+
80
+ public function set_days_until_send( $days ) {
81
+ $this->days_to_send = absint( $days );
82
+ }
83
+
84
+ /**
85
+ * Prepare data that will be exported.
86
+ */
87
+ public function prepare_data_to_export() {
88
+ $columns = $this->get_column_names();
89
+
90
+ $date = date( 'Y-m-d', strtotime( '-' . $this->get_interval_days() . ' days') );
91
+ $args = apply_filters( "woocommerce_gzd_{$this->export_type}_query_args", array(
92
+ 'post_type' => 'shop_order',
93
+ 'post_status' => array( 'wc-completed' ),
94
+ 'showposts' => -1,
95
+ 'date_query' => array(
96
+ array(
97
+ 'after' => $date,
98
+ ),
99
+ ),
100
+ ) );
101
+
102
+ $order_query = new WP_Query( $args );
103
+
104
+ $this->total_rows = $order_query->found_posts;
105
+ $this->row_data = array();
106
+
107
+ while ( $order_query->have_posts() ) {
108
+ $order_query->next_post();
109
+ $order = wc_get_order( $order_query->post->ID );
110
+ $row = array();
111
+
112
+ foreach ( $columns as $column_id => $column_name ) {
113
+ $column_id = strstr( $column_id, ':' ) ? current( explode( ':', $column_id ) ) : $column_id;
114
+ $value = '';
115
+
116
+ if ( is_callable( array( $this, "get_column_value_{$column_id}" ) ) ) {
117
+ // Handle special columns which don't map 1:1 to order data.
118
+ $value = $this->{"get_column_value_{$column_id}"}( $order );
119
+
120
+ } elseif ( wc_gzd_get_crud_data( $order, $column_id ) ) {
121
+ // Default and custom handling.
122
+ $value = wc_gzd_get_crud_data( $order, $column_id );
123
+ }
124
+
125
+ $row[ $column_id ] = $value;
126
+ }
127
+
128
+ $this->row_data[] = apply_filters( 'woocommerce_gzd_trusted_shops_review_export_row_data', $row, $order );
129
+ }
130
+ }
131
+
132
+ public function get_column_value_date( $order ) {
133
+ return wc_gzd_get_order_date( $order, 'd.m.Y' );
134
+ }
135
+
136
+ public function get_column_value_days( $order ) {
137
+ return $this->get_days_until_send();
138
+ }
139
+ }
includes/wc-gzd-core-functions.php CHANGED
@@ -103,24 +103,31 @@ function wc_gzd_help_tip( $tip, $allow_html = false ) {
103
  }
104
 
105
  function wc_gzd_is_parcel_delivery_data_transfer_checkbox_enabled( $rate_ids = array() ) {
106
- $supported = get_option( 'woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_methods', array() );
107
-
108
- if ( ! is_array( $supported ) )
109
- $supported = array();
110
 
111
- $return = false;
112
- $rate_is_supported = true;
113
 
114
- if ( get_option( 'woocommerce_gzd_checkout_legal_parcel_delivery_checkbox' ) === 'yes' ) {
115
- if ( ! empty( $rate_ids ) ) {
 
 
116
 
117
- foreach ( $rate_ids as $rate_id ) {
118
- if ( ! in_array( $rate_id, $supported ) )
119
- $rate_is_supported = false;
120
- }
 
 
 
 
 
 
 
 
 
121
 
122
- if ( $rate_is_supported ) {
123
- $return = true;
 
124
  }
125
  }
126
  }
@@ -169,6 +176,19 @@ function wc_gzd_get_differential_taxation_notice_text() {
169
  return apply_filters( 'woocommerce_gzd_differential_taxation_notice_text', get_option( 'woocommerce_gzd_differential_taxation_notice_text' ) );
170
  }
171
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
  if ( ! function_exists( 'is_ajax' ) ) {
173
 
174
  /**
103
  }
104
 
105
  function wc_gzd_is_parcel_delivery_data_transfer_checkbox_enabled( $rate_ids = array() ) {
 
 
 
 
106
 
107
+ $show = get_option( 'woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_show' );
 
108
 
109
+ if ( 'always' === $show ) {
110
+ $return = true;
111
+ } else {
112
+ $supported = get_option( 'woocommerce_gzd_checkout_legal_parcel_delivery_checkbox_methods', array() );
113
 
114
+ if ( ! is_array( $supported ) )
115
+ $supported = array();
116
+
117
+ $return = false;
118
+ $rate_is_supported = true;
119
+
120
+ if ( get_option( 'woocommerce_gzd_checkout_legal_parcel_delivery_checkbox' ) === 'yes' ) {
121
+ if ( ! empty( $rate_ids ) ) {
122
+
123
+ foreach ( $rate_ids as $rate_id ) {
124
+ if ( ! in_array( $rate_id, $supported ) )
125
+ $rate_is_supported = false;
126
+ }
127
 
128
+ if ( $rate_is_supported ) {
129
+ $return = true;
130
+ }
131
  }
132
  }
133
  }
176
  return apply_filters( 'woocommerce_gzd_differential_taxation_notice_text', get_option( 'woocommerce_gzd_differential_taxation_notice_text' ) );
177
  }
178
 
179
+ function wc_gzd_get_privacy_policy_page_id() {
180
+ return apply_filters( 'woocommerce_gzd_privacy_policy_page_id', wc_get_page_id( 'data_security' ) );
181
+ }
182
+
183
+ function wc_gzd_get_privacy_policy_url() {
184
+ return get_permalink( wc_gzd_get_privacy_policy_page_id() );
185
+ }
186
+
187
+ function wc_gzd_get_customer_title( $option ) {
188
+ $options = apply_filters( 'woocommerce_gzd_title_options', array( 1 => __( 'Mr.', 'woocommerce-germanized' ), 2 => __( 'Ms.', 'woocommerce-germanized' ) ) );
189
+ return ( array_key_exists( $option, $options ) ? $options[ $option ] : $option );
190
+ }
191
+
192
  if ( ! function_exists( 'is_ajax' ) ) {
193
 
194
  /**
includes/wc-gzd-legacy-functions.php CHANGED
@@ -195,4 +195,34 @@ function wc_gzd_get_cart_url() {
195
 
196
  function wc_gzd_get_checkout_url() {
197
  return ( function_exists( 'wc_get_checkout_url' ) ? wc_get_checkout_url() : WC()->cart->get_checkout_url() );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
  }
195
 
196
  function wc_gzd_get_checkout_url() {
197
  return ( function_exists( 'wc_get_checkout_url' ) ? wc_get_checkout_url() : WC()->cart->get_checkout_url() );
198
+ }
199
+
200
+ function wc_gzd_order_is_anonymized( $order ) {
201
+ if ( is_numeric( $order ) ) {
202
+ $order = wc_get_order( $order );
203
+ }
204
+
205
+ $is_anyomized = wc_gzd_get_crud_data( $order, 'anonymized' );
206
+
207
+ return 'yes' === $is_anyomized;
208
+ }
209
+
210
+ function wc_gzd_get_order_date( $order, $format = '' ) {
211
+ if ( empty( $format ) ) {
212
+ $format = get_option( 'date_format' );
213
+ }
214
+
215
+ $date_formatted = '';
216
+
217
+ if ( wc_gzd_get_dependencies()->woocommerce_version_supports_crud() ) {
218
+ $date = gmdate( 'Y-m-d H:i:s', $order->get_date_created()->getOffsetTimestamp() );
219
+ } else {
220
+ $date = $order->order_date;
221
+ }
222
+
223
+ if ( ! empty( $date ) ) {
224
+ $date_formatted = date_i18n( $format, strtotime( $date ) );
225
+ }
226
+
227
+ return $date_formatted;
228
  }
includes/wc-gzd-product-functions.php CHANGED
@@ -20,8 +20,16 @@ add_action( 'woocommerce_scheduled_sales', 'wc_gzd_register_scheduled_unit_sales
20
 
21
  function wc_gzd_get_gzd_product( $product ) {
22
 
23
- if ( ! isset( $product->gzd_product ) || ! is_object( $product->gzd_product ) )
24
- $product->gzd_product = WC()->product_factory->get_gzd_product( $product );
 
 
 
 
 
 
 
 
25
 
26
  return $product->gzd_product;
27
  }
20
 
21
  function wc_gzd_get_gzd_product( $product ) {
22
 
23
+ if ( ! isset( $product->gzd_product ) || ! is_object( $product->gzd_product ) ) {
24
+ $factory = WC()->product_factory;
25
+
26
+ if ( ! is_a( $factory, 'WC_GZD_Product_Factory' ) ) {
27
+ $factory = new WC_GZD_Product_Factory();
28
+ WC()->product_factory = $factory;
29
+ }
30
+
31
+ $product->gzd_product = $factory->get_gzd_product( $product );
32
+ }
33
 
34
  return $product->gzd_product;
35
  }
includes/wc-gzd-template-hooks.php CHANGED
@@ -186,6 +186,15 @@ add_filter( 'woocommerce_order_formatted_line_subtotal', 'wc_gzd_cart_product_un
186
  if ( get_option( 'woocommerce_gzd_hide_order_success_details' ) == 'yes' )
187
  remove_action( 'woocommerce_thankyou', 'woocommerce_order_details_table', WC_GZD_Hook_Priorities::instance()->get_priority( 'woocommerce_thankyou', 'woocommerce_order_details_table' ) );
188
 
 
 
 
 
 
 
 
 
 
189
  /**
190
  * Customer Account Creation
191
  */
186
  if ( get_option( 'woocommerce_gzd_hide_order_success_details' ) == 'yes' )
187
  remove_action( 'woocommerce_thankyou', 'woocommerce_order_details_table', WC_GZD_Hook_Priorities::instance()->get_priority( 'woocommerce_thankyou', 'woocommerce_order_details_table' ) );
188
 
189
+ /**
190
+ * Remove Woo data privacy notices
191
+ */
192
+ if ( apply_filters( 'woocommerce_gzd_disable_wc_privacy_policy_checkbox', true ) ) {
193
+ remove_action( 'woocommerce_checkout_terms_and_conditions', 'wc_checkout_privacy_policy_text', 20 );
194
+ remove_action( 'woocommerce_checkout_terms_and_conditions', 'wc_terms_and_conditions_page_content', 30 );
195
+ remove_action( 'woocommerce_register_form', 'wc_registration_privacy_policy_text', 20 );
196
+ }
197
+
198
  /**
199
  * Customer Account Creation
200
  */
readme.txt CHANGED
@@ -4,8 +4,8 @@ Tags: woocommerce, german, woocommerce-de, germany, deutsch, deutschland, de, de
4
  Requires at least: 3.8
5
  Tested up to: 4.9
6
  WC requires at least: 2.4
7
- WC tested up to: 3.3
8
- Stable tag: 1.9.9
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -169,6 +169,22 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
169
 
170
  == Changelog ==
171
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
  = 1.9.9 =
173
  * Improvement: Adjusted payment gateway fee settings to only apply for COD for legal purposes
174
  * Improvement: Added Woo Paypal Plus checkout price manipulation compatibility
4
  Requires at least: 3.8
5
  Tested up to: 4.9
6
  WC requires at least: 2.4
7
+ WC tested up to: 3.4
8
+ Stable tag: 1.9.10
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
169
 
170
  == Changelog ==
171
 
172
+ = 1.9.10 =
173
+ * Feature: Support upcoming Woo Privacy options (GDPR compatibility)
174
+ * Improvement: Direct Debit: Only export orders with valid statuses
175
+ * Improvement: Direct Debit: Added order status export filter "woocommerce_gzd_direct_debit_export_order_statuses"
176
+ * Improvement: Added "woocommerce_gzd_order_confirmation" hook to woocommerce_email_actions flow to support async sending
177
+ * Improvement: Removed duplicate nonce from checkout
178
+ * Improvement: Order payment button leading to form submit via JS instead of PHP for better compatibility
179
+ * Improvement: Transformed "product-units-wrapper" from span to p tag
180
+ * Improvement: Enqueue style via normal enqueue logic instead of using the Woo filter
181
+ * Improvement: Added new option to disable pay now button for certain payment gateways
182
+ * Improvement: Trusted Shops review CSV exporter added order date and days to send
183
+ * Improvement: Wrap input checkboxes within label (like WC does it)
184
+ * Fix: Email notice only appended if differential tax option was set
185
+ * Fix: Prevent using deprecated variation saving hook for Woo version > 3
186
+ * Fix: Product API terms were removed on update if no term has been transmitted
187
+
188
  = 1.9.9 =
189
  * Improvement: Adjusted payment gateway fee settings to only apply for COD for legal purposes
190
  * Improvement: Added Woo Paypal Plus checkout price manipulation compatibility
templates/checkout/order-submit.php CHANGED
@@ -4,7 +4,7 @@
4
  *
5
  * @author Vendidero
6
  * @package WooCommerceGermanized/Templates
7
- * @version 2.3.0
8
  */
9
 
10
  if ( ! defined( 'ABSPATH' ) ) {
@@ -15,18 +15,18 @@ if ( ! defined( 'ABSPATH' ) ) {
15
 
16
  <div class="form-row place-order wc-gzd-place-order">
17
 
18
- <noscript>
19
- <?php _e( 'Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so.', 'woocommerce' ); ?>
20
- <br/><input type="submit" class="button alt" name="woocommerce_checkout_update_totals" value="<?php esc_attr_e( 'Update totals', 'woocommerce' ); ?>" />
21
- </noscript>
22
-
23
- <?php wp_nonce_field( 'woocommerce-process_checkout' ); ?>
24
 
25
  <?php do_action( 'woocommerce_review_order_before_submit' ); ?>
26
 
27
  <?php do_action( 'woocommerce_gzd_review_order_before_submit' ); ?>
28
 
29
- <?php echo apply_filters( 'woocommerce_order_button_html', '<input type="submit" class="button alt" name="woocommerce_checkout_place_order" id="place_order" value="' . esc_attr( $order_button_text ) . '" data-value="' . esc_attr( $order_button_text ) . '" />' ); ?>
 
 
30
 
31
  <?php do_action( 'woocommerce_review_order_after_submit' ); ?>
32
 
4
  *
5
  * @author Vendidero
6
  * @package WooCommerceGermanized/Templates
7
+ * @version 2.4.0
8
  */
9
 
10
  if ( ! defined( 'ABSPATH' ) ) {
15
 
16
  <div class="form-row place-order wc-gzd-place-order">
17
 
18
+ <noscript>
19
+ <?php esc_html_e( 'Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so.', 'woocommerce' ); ?>
20
+ <br/><button type="submit" class="button alt" name="woocommerce_checkout_update_totals" value="<?php esc_attr_e( 'Update totals', 'woocommerce' ); ?>"><?php esc_html_e( 'Update totals', 'woocommerce' ); ?></button>
21
+ </noscript>
 
 
22
 
23
  <?php do_action( 'woocommerce_review_order_before_submit' ); ?>
24
 
25
  <?php do_action( 'woocommerce_gzd_review_order_before_submit' ); ?>
26
 
27
+ <?php echo apply_filters( 'woocommerce_order_button_html', '<button type="submit" class="button alt" name="woocommerce_checkout_place_order" id="place_order" value="' . esc_attr( $order_button_text ) . '" data-value="' . esc_attr( $order_button_text ) . '">' . esc_html( $order_button_text ) . '</button>' ); ?>
28
+
29
+ <?php // Do not insert another wpnonce here as the nonce will be appended via JS to avoid duplicate ids ?>
30
 
31
  <?php do_action( 'woocommerce_review_order_after_submit' ); ?>
32
 
templates/checkout/terms-digital.php CHANGED
@@ -4,15 +4,16 @@
4
  *
5
  * @author vendidero
6
  * @package WooCommerceGermanized/Templates
7
- * @version 1.6.0
8
  */
9
  if ( ! defined( 'ABSPATH' ) ) {
10
  exit;
11
  }
12
 
13
  ?>
14
-
15
- <p class="form-row data-download terms legal">
16
- <input type="checkbox" class="input-checkbox" name="download-revocate" id="data-download" />
17
- <label for="data-download" class="checkbox"><?php echo wc_gzd_get_legal_text_digital(); ?></label>
 
18
  </p>
4
  *
5
  * @author vendidero
6
  * @package WooCommerceGermanized/Templates
7
+ * @version 1.7.0
8
  */
9
  if ( ! defined( 'ABSPATH' ) ) {
10
  exit;
11
  }
12
 
13
  ?>
14
+ <p class="form-row data-download terms legal terms-digital">
15
+ <label for="data-download" class="woocommerce-form__label woocommerce-form__label-for-checkbox checkbox">
16
+ <input type="checkbox" class="woocommerce-form__input woocommerce-form__input-checkbox input-checkbox" name="download-revocate" id="data-download" />
17
+ <span class="woocommerce-gzd-download-terms-checkbox-text"><?php echo wc_gzd_get_legal_text_digital(); ?></span>
18
+ </label>
19
  </p>
templates/checkout/terms-parcel-delivery.php CHANGED
@@ -4,15 +4,16 @@
4
  *
5
  * @author vendidero
6
  * @package WooCommerceGermanized/Templates
7
- * @version 1.6.0
8
  */
9
  if ( ! defined( 'ABSPATH' ) ) {
10
  exit;
11
  }
12
 
13
  ?>
14
-
15
- <p class="form-row data-parcel-delivery terms legal" style="<?php echo ( ! $show ) ? 'display: none;' : ''; ?>">
16
- <input type="checkbox" class="input-checkbox" name="parcel-delivery" id="parcel-delivery-checkbox" />
17
- <label for="parcel-delivery-checkbox" class="checkbox"><?php echo wc_gzd_get_legal_text_parcel_delivery( $titles ); ?></label>
 
18
  </p>
4
  *
5
  * @author vendidero
6
  * @package WooCommerceGermanized/Templates
7
+ * @version 1.7.0
8
  */
9
  if ( ! defined( 'ABSPATH' ) ) {
10
  exit;
11
  }
12
 
13
  ?>
14
+ <p class="form-row data-parcel-delivery terms legal terms-parcel-delivery" style="<?php echo ( ! $show ) ? 'display: none;' : ''; ?>">
15
+ <label for="parcel-delivery-checkbox" class="woocommerce-form__label woocommerce-form__label-for-checkbox checkbox">
16
+ <input type="checkbox" class="woocommerce-form__input woocommerce-form__input-checkbox input-checkbox" name="parcel-delivery" id="parcel-delivery-checkbox" />
17
+ <span class="woocommerce-gzd-parcel-delivery-terms-checkbox-text"><?php echo wc_gzd_get_legal_text_parcel_delivery( $titles ); ?></span>
18
+ </label>
19
  </p>
templates/checkout/terms-sepa.php CHANGED
@@ -4,18 +4,17 @@
4
  *
5
  * @author vendidero
6
  * @package WooCommerceGermanized/Templates
7
- * @version 1.6.0
8
  */
9
  if ( ! defined( 'ABSPATH' ) ) {
10
  exit;
11
  }
12
 
13
  ?>
14
-
15
- <p class="form-row legal direct-debit-checkbox">
16
- <input type="checkbox" class="input-checkbox" name="direct_debit_legal" id="direct-debit-checkbox" />
17
- <label class="checkbox" for="direct-debit-checkbox">
18
- <?php echo $checkbox_label; ?>
19
- <a href="" rel="prettyPhoto" id="show-direct-debit-pretty" class="hidden"></a>
20
  </label>
21
  </p>
4
  *
5
  * @author vendidero
6
  * @package WooCommerceGermanized/Templates
7
+ * @version 1.7.0
8
  */
9
  if ( ! defined( 'ABSPATH' ) ) {
10
  exit;
11
  }
12
 
13
  ?>
14
+ <p class="form-row legal direct-debit-checkbox terms-sepa">
15
+ <label class="woocommerce-form__label woocommerce-form__label-for-checkbox checkbox" for="direct-debit-checkbox">
16
+ <input type="checkbox" class="woocommerce-form__input woocommerce-form__input-checkbox input-checkbox" name="direct_debit_legal" id="direct-debit-checkbox" />
17
+ <span class="woocommerce-gzd-sepa-terms-checkbox-text"><?php echo $checkbox_label; ?></span>
18
+ <a href="" rel="prettyPhoto" id="show-direct-debit-pretty" class="hidden"></a>
 
19
  </label>
20
  </p>
templates/checkout/terms-service.php CHANGED
@@ -4,15 +4,16 @@
4
  *
5
  * @author vendidero
6
  * @package WooCommerceGermanized/Templates
7
- * @version 1.6.0
8
  */
9
  if ( ! defined( 'ABSPATH' ) ) {
10
  exit;
11
  }
12
 
13
  ?>
14
-
15
- <p class="form-row data-service terms legal">
16
- <input type="checkbox" class="input-checkbox" name="service-revocate" id="data-service" />
17
- <label for="data-service" class="checkbox"><?php echo wc_gzd_get_legal_text_service(); ?></label>
 
18
  </p>
4
  *
5
  * @author vendidero
6
  * @package WooCommerceGermanized/Templates
7
+ * @version 1.7.0
8
  */
9
  if ( ! defined( 'ABSPATH' ) ) {
10
  exit;
11
  }
12
 
13
  ?>
14
+ <p class="form-row data-service terms legal terms-service">
15
+ <label for="data-service" class="woocommerce-form__label woocommerce-form__label-for-checkbox checkbox">
16
+ <input type="checkbox" class="woocommerce-form__input woocommerce-form__input-checkbox input-checkbox" name="service-revocate" id="data-service" />
17
+ <span class="woocommerce-gzd-service-terms-checkbox-text"><?php echo wc_gzd_get_legal_text_service(); ?></span>
18
+ </label>
19
  </p>
templates/checkout/terms.php CHANGED
@@ -4,7 +4,7 @@
4
  *
5
  * @author vendidero
6
  * @package WooCommerceGermanized/Templates
7
- * @version 1.6.0
8
  */
9
  if ( ! defined( 'ABSPATH' ) ) {
10
  exit;
@@ -18,11 +18,24 @@ if ( ! isset( $gzd_checkbox ) || ! $gzd_checkbox )
18
 
19
  <?php if ( apply_filters( 'woocommerce_germanized_checkout_show_terms', true ) ) : ?>
20
 
21
- <p class="form-row legal terms wc-terms-and-conditions">
22
- <?php if ( get_option( 'woocommerce_gzd_display_checkout_legal_no_checkbox' ) === 'no' ) : ?>
23
- <input type="checkbox" class="input-checkbox" name="legal" id="legal" />
24
- <?php endif; ?>
25
- <label for="legal" class="woocommerce-form__label woocommerce-form__label--for-checkbox checkbox"><?php echo wc_gzd_get_legal_text(); ?></label>
26
- </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
  <?php endif; ?>
4
  *
5
  * @author vendidero
6
  * @package WooCommerceGermanized/Templates
7
+ * @version 1.7.0
8
  */
9
  if ( ! defined( 'ABSPATH' ) ) {
10
  exit;
18
 
19
  <?php if ( apply_filters( 'woocommerce_germanized_checkout_show_terms', true ) ) : ?>
20
 
21
+ <?php
22
+ /**
23
+ * Terms and conditions hook used to inject content.
24
+ *
25
+ * @since 3.4.0.
26
+ * @hooked wc_privacy_policy_text() Shows custom privacy policy text. Priority 20.
27
+ * @hooked wc_terms_and_conditions_page_content() Shows t&c page content. Priority 30.
28
+ */
29
+ do_action( 'woocommerce_checkout_terms_and_conditions' );
30
+ ?>
31
+
32
+ <p class="form-row legal terms wc-terms-and-conditions">
33
+ <label for="legal" class="woocommerce-form__label woocommerce-form__label-for-checkbox checkbox">
34
+ <?php if ( get_option( 'woocommerce_gzd_display_checkout_legal_no_checkbox' ) === 'no' ) : ?>
35
+ <input type="checkbox" class="woocommerce-form__input woocommerce-form__input-checkbox input-checkbox" name="legal" id="legal" />
36
+ <?php endif; ?>
37
+ <span class="woocommerce-gzd-terms-and-conditions-checkbox-text"><?php echo wc_gzd_get_legal_text(); ?></span>
38
+ </label>
39
+ </p>
40
 
41
  <?php endif; ?>
templates/forms/revocation-form.php CHANGED
@@ -18,17 +18,17 @@ $fields = WC_GZD_Revocation::get_fields();
18
  <label for="to" class=""><?php echo _x( 'To', 'revocation-form', 'woocommerce-germanized' );?></label>
19
  <span class="description"><?php echo nl2br( get_option( 'woocommerce_gzd_revocation_address' ) );?></span>
20
  </p>
21
- <?php if ( !empty( $fields ) ) : ?>
22
  <?php foreach ( $fields as $name => $field ) : ?>
23
- <?php echo ($name == 'sep') ? '<h3>' . $field . '</h3>' : woocommerce_form_field( $name, $field ); ?>
24
- <?php endforeach;?>
25
- <?php endif;?>
26
 
27
  <?php do_action( 'woocommerce_gzd_after_revocation_form_fields' ); ?>
28
 
29
  <div class="form-row submit-revocation checkout-btn-wrap">
30
  <?php wp_nonce_field( 'woocommerce-revocation' ); ?>
31
- <input type="submit" class="button alt" name="woocommerce_gzd_revocation_submit" id="submit_revocation" value="<?php echo _x( 'Forward Revocation', 'revocation-form', 'woocommerce-germanized' );?>" data-value="<?php echo _x( 'Forward Revocation', 'revocation-form', 'woocommerce-germanized' );?>"/>
32
  </div>
33
 
34
  </form>
18
  <label for="to" class=""><?php echo _x( 'To', 'revocation-form', 'woocommerce-germanized' );?></label>
19
  <span class="description"><?php echo nl2br( get_option( 'woocommerce_gzd_revocation_address' ) );?></span>
20
  </p>
21
+ <?php if ( ! empty( $fields ) ) : ?>
22
  <?php foreach ( $fields as $name => $field ) : ?>
23
+ <?php echo ( 'sep' === $name ) ? '<h3>' . $field . '</h3>' : woocommerce_form_field( $name, $field ); ?>
24
+ <?php endforeach; ?>
25
+ <?php endif; ?>
26
 
27
  <?php do_action( 'woocommerce_gzd_after_revocation_form_fields' ); ?>
28
 
29
  <div class="form-row submit-revocation checkout-btn-wrap">
30
  <?php wp_nonce_field( 'woocommerce-revocation' ); ?>
31
+ <button class="button alt" name="woocommerce_gzd_revocation_submit" id="submit_revocation" value="<?php echo esc_attr( _x( 'Forward Revocation', 'revocation-form', 'woocommerce-germanized' ) ); ?>" data-value="<?php echo esc_attr( _x( 'Forward Revocation', 'revocation-form', 'woocommerce-germanized' ) ); ?>"><?php echo _x( 'Forward Revocation', 'revocation-form', 'woocommerce-germanized' ); ?></button>
32
  </div>
33
 
34
  </form>
templates/single-product/units.php CHANGED
@@ -13,5 +13,5 @@ global $product;
13
  ?>
14
 
15
  <?php if ( wc_gzd_get_gzd_product( $product )->has_product_units() ) : ?>
16
- <span class="wc-gzd-additional-info product-units-wrapper product-units"><?php echo wc_gzd_get_gzd_product( $product )->get_product_units_html(); ?></span>
17
  <?php endif; ?>
13
  ?>
14
 
15
  <?php if ( wc_gzd_get_gzd_product( $product )->has_product_units() ) : ?>
16
+ <p class="wc-gzd-additional-info product-units-wrapper product-units"><?php echo wc_gzd_get_gzd_product( $product )->get_product_units_html(); ?></p>
17
  <?php endif; ?>
woocommerce-germanized.php CHANGED
@@ -3,15 +3,15 @@
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.9.9
7
  * Author: Vendidero
8
  * Author URI: https://vendidero.de
9
  * Requires at least: 3.8
10
  * Tested up to: 4.9
11
  * WC requires at least: 2.4
12
- * WC tested up to: 3.3
13
  * Requires at least WooCommerce: 2.4
14
- * Tested up to WooCommerce: 3.3
15
  *
16
  * Text Domain: woocommerce-germanized
17
  * Domain Path: /i18n/languages/
@@ -31,7 +31,7 @@ final class WooCommerce_Germanized {
31
  *
32
  * @var string
33
  */
34
- public $version = '1.9.9';
35
 
36
  /**
37
  * Single instance of WooCommerce Germanized Main Class
@@ -139,6 +139,7 @@ final class WooCommerce_Germanized {
139
  // Hooks
140
  register_activation_hook( __FILE__, array( 'WC_GZD_Install', 'install' ) );
141
  register_deactivation_hook( __FILE__, array( 'WC_GZD_Install', 'deactivate' ) );
 
142
  add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), array( $this, 'action_links' ) );
143
  add_action( 'after_setup_theme', array( $this, 'include_template_functions' ), 12 );
144
 
@@ -183,8 +184,6 @@ final class WooCommerce_Germanized {
183
 
184
  add_filter( 'woocommerce_get_settings_pages', array( $this, 'add_settings' ) );
185
 
186
- add_filter( 'woocommerce_enqueue_styles', array( $this, 'add_styles' ) );
187
-
188
  // Load after WooCommerce Frontend scripts
189
  add_action( 'wp_enqueue_scripts', array( $this, 'add_scripts' ), 15 );
190
  add_action( 'wp_enqueue_scripts', array( $this, 'add_inline_styles' ) );
@@ -326,7 +325,7 @@ final class WooCommerce_Germanized {
326
  include_once( 'includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php' );
327
  include_once( 'includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php' );
328
 
329
- if ( ( ! is_admin() || defined( 'DOING_AJAX' ) ) && ! defined( 'DOING_CRON' ) ) {
330
  if ( did_action( 'woocommerce_loaded' ) ) {
331
  $this->frontend_includes();
332
  } else {
@@ -340,6 +339,10 @@ final class WooCommerce_Germanized {
340
  include_once( 'includes/class-wc-gzd-payment-gateways.php' );
341
  // Template priority
342
  include_once( 'includes/class-wc-gzd-hook-priorities.php' );
 
 
 
 
343
 
344
  // Abstracts
345
  include_once( 'includes/abstracts/abstract-wc-gzd-product.php' );
@@ -370,6 +373,10 @@ final class WooCommerce_Germanized {
370
 
371
  }
372
 
 
 
 
 
373
  public function setup_compatibility() {
374
 
375
  $plugins = apply_filters( 'woocommerce_gzd_compatibilities',
@@ -587,25 +594,6 @@ final class WooCommerce_Germanized {
587
  ), $links );
588
  }
589
 
590
- /**
591
- * Add styles to frontend
592
- *
593
- * @param array $styles
594
- */
595
- public function add_styles( $styles ) {
596
-
597
- $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
598
-
599
- $styles['woocommerce-gzd-layout'] = array(
600
- 'src' => str_replace( array( 'http:', 'https:' ), '', WC_germanized()->plugin_url() ) . '/assets/css/woocommerce-gzd-layout' . $suffix . '.css',
601
- 'deps' => '',
602
- 'version' => WC_GERMANIZED_VERSION,
603
- 'media' => 'all',
604
- );
605
-
606
- return $styles;
607
- }
608
-
609
  /**
610
  * Adds woocommerce checkout table background highlight color as inline css
611
  */
@@ -638,6 +626,10 @@ final class WooCommerce_Germanized {
638
  'jquery', 'woocommerce', 'wc-add-to-cart-variation'
639
  ), WC_GERMANIZED_VERSION, true );
640
 
 
 
 
 
641
  if ( is_page() && is_object( $post ) && has_shortcode( $post->post_content, 'revocation_form' ) ) {
642
  wp_enqueue_script( 'wc-gzd-revocation' );
643
  }
@@ -655,6 +647,9 @@ final class WooCommerce_Germanized {
655
  }
656
  }
657
 
 
 
 
658
  do_action( 'woocommerce_gzd_registered_scripts', $suffix, $frontend_script_path, $assets_path );
659
  }
660
 
@@ -677,7 +672,7 @@ final class WooCommerce_Germanized {
677
  ) ) );
678
  }
679
 
680
- if ( wp_script_is( 'wc-gzd-add-to-cart-variation' ) && ! in_array( 'wc-gzd-add-to-cart-variation', $this->localized_scripts ) ) {
681
 
682
  $this->localized_scripts[] = 'wc-gzd-add-to-cart-variation';
683
 
@@ -686,6 +681,29 @@ final class WooCommerce_Germanized {
686
  ) ) );
687
  }
688
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
689
  do_action( 'woocommerce_gzd_localized_scripts', $assets_path );
690
  }
691
 
@@ -865,17 +883,17 @@ final class WooCommerce_Germanized {
865
  */
866
  private function setup_trusted_shops() {
867
  // Initialize Trusted Shops module
868
- $this->trusted_shops = new WC_GZD_Trusted_Shops( $this, array(
869
- 'prefix' => 'GZD_',
870
- 'et_params' => array(
871
  'utm_campaign' => 'shopsoftware',
872
- 'utm_content' => 'WOOCOMMERCEGERMANIZED',
873
  ),
874
- 'signup_params' => array(
875
- 'utm_source' => 'woocommerce-germanized',
876
  'utm_campaign' => 'woocommerce-germanized',
877
  ),
878
- 'urls' => array(
879
  'integration' => 'http://www.trustedshops.de/shopbetreiber/integration/shopsoftware-integration/woocommerce-germanized/',
880
  'signup' => 'http://www.trustbadge.com/de/Preise/',
881
  'trustbadge_custom' => 'http://www.trustedshops.de/shopbetreiber/integration/trustbadge/trustbadge-custom/',
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.9.10
7
  * Author: Vendidero
8
  * Author URI: https://vendidero.de
9
  * Requires at least: 3.8
10
  * Tested up to: 4.9
11
  * WC requires at least: 2.4
12
+ * WC tested up to: 3.4
13
  * Requires at least WooCommerce: 2.4
14
+ * Tested up to WooCommerce: 3.4
15
  *
16
  * Text Domain: woocommerce-germanized
17
  * Domain Path: /i18n/languages/
31
  *
32
  * @var string
33
  */
34
+ public $version = '1.9.10';
35
 
36
  /**
37
  * Single instance of WooCommerce Germanized Main Class
139
  // Hooks
140
  register_activation_hook( __FILE__, array( 'WC_GZD_Install', 'install' ) );
141
  register_deactivation_hook( __FILE__, array( 'WC_GZD_Install', 'deactivate' ) );
142
+
143
  add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), array( $this, 'action_links' ) );
144
  add_action( 'after_setup_theme', array( $this, 'include_template_functions' ), 12 );
145
 
184
 
185
  add_filter( 'woocommerce_get_settings_pages', array( $this, 'add_settings' ) );
186
 
 
 
187
  // Load after WooCommerce Frontend scripts
188
  add_action( 'wp_enqueue_scripts', array( $this, 'add_scripts' ), 15 );
189
  add_action( 'wp_enqueue_scripts', array( $this, 'add_inline_styles' ) );
325
  include_once( 'includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php' );
326
  include_once( 'includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php' );
327
 
328
+ if ( $this->is_frontend() ) {
329
  if ( did_action( 'woocommerce_loaded' ) ) {
330
  $this->frontend_includes();
331
  } else {
339
  include_once( 'includes/class-wc-gzd-payment-gateways.php' );
340
  // Template priority
341
  include_once( 'includes/class-wc-gzd-hook-priorities.php' );
342
+ // Customizer
343
+ include_once 'includes/class-wc-gzd-shop-customizer.php';
344
+ // Pricacy
345
+ include_once 'includes/class-wc-gzd-privacy.php';
346
 
347
  // Abstracts
348
  include_once( 'includes/abstracts/abstract-wc-gzd-product.php' );
373
 
374
  }
375
 
376
+ public function is_frontend() {
377
+ return ( ! is_admin() || defined( 'DOING_AJAX' ) ) && ! defined( 'DOING_CRON' );
378
+ }
379
+
380
  public function setup_compatibility() {
381
 
382
  $plugins = apply_filters( 'woocommerce_gzd_compatibilities',
594
  ), $links );
595
  }
596
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
597
  /**
598
  * Adds woocommerce checkout table background highlight color as inline css
599
  */
626
  'jquery', 'woocommerce', 'wc-add-to-cart-variation'
627
  ), WC_GERMANIZED_VERSION, true );
628
 
629
+ wp_register_script( 'wc-gzd-force-pay-order', $frontend_script_path . 'force-pay-order' . $suffix . '.js', array(
630
+ 'jquery', 'jquery-blockui'
631
+ ), WC_GERMANIZED_VERSION, true );
632
+
633
  if ( is_page() && is_object( $post ) && has_shortcode( $post->post_content, 'revocation_form' ) ) {
634
  wp_enqueue_script( 'wc-gzd-revocation' );
635
  }
647
  }
648
  }
649
 
650
+ wp_register_style( 'woocommerce-gzd-layout', $assets_path . 'css/woocommerce-gzd-layout' . $suffix . '.css', array(), WC_GERMANIZED_VERSION );
651
+ wp_enqueue_style( 'woocommerce-gzd-layout' );
652
+
653
  do_action( 'woocommerce_gzd_registered_scripts', $suffix, $frontend_script_path, $assets_path );
654
  }
655
 
672
  ) ) );
673
  }
674
 
675
+ if ( wp_script_is( 'wc-gzd-add-to-cart-variation' ) && ! in_array( 'wc-gzd-add-to-cart-variation', $this->localized_scripts ) ) {
676
 
677
  $this->localized_scripts[] = 'wc-gzd-add-to-cart-variation';
678
 
681
  ) ) );
682
  }
683
 
684
+ if ( wp_script_is( 'wc-gzd-force-pay-order' ) && ! in_array( 'wc-gzd-add-to-cart-variation', $this->localized_scripts ) ) {
685
+ global $wp;
686
+ $order_id = absint( $wp->query_vars[ 'order-pay' ] );
687
+ $order = wc_get_order( $order_id );
688
+
689
+ $this->localized_scripts[] = 'wc-gzd-force-pay-order';
690
+
691
+ wp_localize_script( 'wc-gzd-force-pay-order', 'wc_gzd_force_pay_order_params', apply_filters( 'wc_gzd_force_pay_order_params', array(
692
+ 'order_id' => $order_id,
693
+ 'gateway' => wc_gzd_get_crud_data( $order, 'payment_method' ),
694
+ 'block_message' => __( 'Pease wait while we are trying to redirect you to the payment provider.', 'woocommerce-germanized' ),
695
+ ) ) );
696
+ }
697
+
698
+ if ( wp_script_is( 'wc-gzd-checkout' ) && ! in_array( 'wc-gzd-checkout', $this->localized_scripts ) ) {
699
+
700
+ $this->localized_scripts[] = 'wc-gzd-checkout';
701
+
702
+ wp_localize_script( 'wc-gzd-checkout', 'wc_gzd_checkout_params', apply_filters( 'wc_gzd_checkout_params', array(
703
+ 'adjust_heading' => true,
704
+ ) ) );
705
+ }
706
+
707
  do_action( 'woocommerce_gzd_localized_scripts', $assets_path );
708
  }
709
 
883
  */
884
  private function setup_trusted_shops() {
885
  // Initialize Trusted Shops module
886
+ $this->trusted_shops = new WC_GZD_Trusted_Shops( $this, array(
887
+ 'prefix' => 'GZD_',
888
+ 'et_params' => array(
889
  'utm_campaign' => 'shopsoftware',
890
+ 'utm_content' => 'WOOCOMMERCEGERMANIZED',
891
  ),
892
+ 'signup_params' => array(
893
+ 'utm_source' => 'woocommerce-germanized',
894
  'utm_campaign' => 'woocommerce-germanized',
895
  ),
896
+ 'urls' => array(
897
  'integration' => 'http://www.trustedshops.de/shopbetreiber/integration/shopsoftware-integration/woocommerce-germanized/',
898
  'signup' => 'http://www.trustbadge.com/de/Preise/',
899
  'trustbadge_custom' => 'http://www.trustedshops.de/shopbetreiber/integration/trustbadge/trustbadge-custom/',