Version Description
- Feature: Woo 6.1 Support
- Feature: WP 5.9 Support
- Feature: Explicitly support used goods and defective copies
- Feature: Product warranty PDF upload option and email attachment
- Improvement: Bulk-edit support for delivery time and units
- Improvement: Variation bulk-edit options
- Improvement: Street number validation for separate shipping addresses
- Improvement: Extended Divi support
- Improvement: Dynamically calculate unit price within cart
- Improvement: AJAX refresh unit prices with loading placeholder
- Improvement: Added DOI confirmation status column to users table
- Improvement: urlencode DOI link
- Improvement: WooCommerce Measurement Price Calculator compatibility
- Improvement: Prevent deprecated is_ajax usage
- Fix: Minimum age for category-wide usage
- Fix: Register missing pending to cancelled email notification
Download this release
Release Info
Developer | vendidero |
Plugin | WooCommerce Germanized |
Version | 3.8.0 |
Comparing to | |
See all releases |
Code changes from version 3.7.2 to 3.8.0
- assets/css/admin.css +16 -0
- assets/css/admin.min.css +1 -1
- assets/css/admin.scss +26 -0
- assets/css/layout.css +58 -2
- assets/css/layout.min.css +1 -1
- assets/css/layout.scss +76 -1
- assets/js/add-to-cart-variation.js +47 -9
- assets/js/add-to-cart-variation.min.js +1 -1
- assets/js/admin/product-variations.js +69 -0
- assets/js/admin/product-variations.min.js +1 -1
- assets/js/admin/product.js +83 -2
- assets/js/admin/product.min.js +1 -1
- assets/js/unit-price-observer.js +104 -14
- assets/js/unit-price-observer.min.js +1 -1
- i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE.po +1083 -802
- i18n/languages/woocommerce-germanized-de_DE_formal.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE_formal.po +1084 -803
- i18n/languages/woocommerce-germanized.pot +1669 -1427
- includes/abstracts/abstract-wc-gzd-compatibility-woocommerce-role-based-pricing.php +21 -0
- includes/abstracts/abstract-wc-gzd-compatibility.php +9 -1
- includes/abstracts/abstract-wc-gzd-product.php +122 -15
- includes/abstracts/abstract-wc-gzd-taxonomy.php +41 -9
- includes/admin/class-wc-gzd-admin-customer.php +32 -0
- includes/admin/class-wc-gzd-admin-welcome.php +23 -5
- includes/admin/class-wc-gzd-admin.php +43 -7
- includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php +159 -6
- includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php +181 -4
- includes/admin/settings/class-wc-gzd-settings-tab-emails.php +21 -1
- includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php +9 -1
- includes/admin/settings/views/html-admin-page-checkbox-sidebar.php +1 -1
- includes/admin/settings/views/html-admin-settings-tabs.php +4 -3
- includes/api/class-wc-gzd-rest-customers-controller.php +2 -0
- includes/api/class-wc-gzd-rest-orders-controller.php +2 -0
- includes/api/class-wc-gzd-rest-product-delivery-times-controller.php +2 -0
- includes/api/class-wc-gzd-rest-product-price-labels-controller.php +2 -0
- includes/api/class-wc-gzd-rest-product-units-controller.php +2 -0
- includes/api/class-wc-gzd-rest-products-controller.php +80 -7
- includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php +2 -0
- includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php +2 -0
- includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php +2 -0
- includes/api/v2/class-wc-gzd-rest-product-delivery-times-v2-controller.php +2 -0
- includes/api/v2/class-wc-gzd-rest-product-price-labels-v2-controller.php +2 -0
- includes/api/v2/class-wc-gzd-rest-product-units-v2-controller.php +2 -0
- includes/class-wc-gzd-checkout.php +31 -10
- includes/class-wc-gzd-coupon-helper.php +37 -19
- includes/class-wc-gzd-customer-helper.php +6 -3
- includes/class-wc-gzd-delivery-times.php +30 -0
- includes/class-wc-gzd-dependencies.php +10 -0
- includes/class-wc-gzd-emails.php +76 -6
- includes/class-wc-gzd-hook-priorities.php +2 -1
- includes/class-wc-gzd-install.php +2 -1
- includes/class-wc-gzd-legal-checkbox-manager.php +145 -48
- includes/class-wc-gzd-legal-checkbox.php +2 -0
- includes/class-wc-gzd-order-helper.php +4 -10
- includes/class-wc-gzd-order-item-product.php +38 -15
- includes/class-wc-gzd-payment-gateways.php +3 -1
- includes/class-wc-gzd-price-labels.php +2 -7
- includes/class-wc-gzd-privacy.php +2 -0
- includes/class-wc-gzd-product-attribute-helper.php +2 -0
- includes/class-wc-gzd-product-attribute.php +2 -0
- includes/class-wc-gzd-product-factory.php +2 -0
- includes/class-wc-gzd-product-variation.php +9 -3
- includes/class-wc-gzd-secret-box-helper.php +2 -0
- includes/class-wc-gzd-shipping-rate.php +2 -0
- includes/class-wc-gzd-shortcodes.php +14 -0
- includes/class-wc-gzd-units.php +2 -7
- includes/class-wc-gzd-virtual-vat-helper.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-addify-role-based-pricing.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-b2b-market.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-customer-specific-pricing-for-woocommerce.php +9 -5
- includes/compatibility/class-wc-gzd-compatibility-elementor-pro.php +1 -0
- includes/compatibility/class-wc-gzd-compatibility-et-builder.php +150 -0
- includes/compatibility/class-wc-gzd-compatibility-flexible-checkout-fields.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-klarna-checkout-for-woocommerce.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-paypal-express-checkout.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-polylang.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-woo-discount-rules.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-woo-paypalplus.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-woocommerce-all-products-for-subscriptions.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-woocommerce-composite-products.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-woocommerce-dynamic-pricing.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-woocommerce-gateway-paypal-express-checkout.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-woocommerce-measurement-price-calculator.php +96 -0
- includes/compatibility/class-wc-gzd-compatibility-woocommerce-memberships.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-woocommerce-paypal-payments.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-woocommerce-product-addons.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-woocommerce-product-bundles.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-woocommerce-role-based-prices.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-wpml-string-translation.php +2 -0
- includes/compatibility/class-wc-gzd-compatibility-wpml.php +2 -0
- includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-defect-description.php +16 -0
- includes/export/class-wc-gzd-product-export.php +5 -1
- includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php +14 -61
- includes/gateways/direct-debit/libraries/php-sepa-xml/TransferFile/Facade/CustomerCreditFacade.php +0 -79
- includes/gateways/direct-debit/libraries/php-sepa-xml/TransferInformation/CustomerCreditTransferInformation.php +0 -51
- includes/gateways/direct-debit/libraries/php-sepa-xml/Util/StringHelper.php +0 -54
- includes/import/class-wc-gzd-product-import.php +15 -0
- includes/libraries/iban/php-iban.php +0 -486
- includes/libraries/iban/registry.txt +0 -81
- includes/updates/woocommerce-gzd-update-3.8.0.php +28 -0
- includes/wc-gzd-cart-functions.php +113 -8
- includes/wc-gzd-core-functions.php +109 -18
- includes/wc-gzd-order-functions.php +10 -0
- includes/wc-gzd-product-functions.php +14 -1
- includes/wc-gzd-template-functions.php +32 -11
- includes/wc-gzd-template-hooks.php +3 -2
- packages/woocommerce-germanized-dhl/assets/js/admin-internetmarke.min.js +1 -1
- packages/woocommerce-germanized-dhl/assets/js/parcel-finder.min.js +1 -1
- packages/woocommerce-germanized-dhl/assets/js/parcel-locator.js +20 -0
- packages/woocommerce-germanized-dhl/assets/js/parcel-locator.min.js +1 -1
- packages/woocommerce-germanized-dhl/i18n/holidays.php +21 -21
- packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php +2 -6
- packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php +11 -1
- packages/woocommerce-germanized-dhl/src/Api/Paket.php +4 -8
- packages/woocommerce-germanized-dhl/src/Package.php +1 -1
- packages/woocommerce-germanized-dhl/src/ParcelLocator.php +13 -0
assets/css/admin.css
CHANGED
@@ -67,6 +67,9 @@ table.data_table tr td p.form-field {
|
|
67 |
.wc-gzd-button .wc-gzd-pro-outlined:hover {
|
68 |
color: #FFF; }
|
69 |
|
|
|
|
|
|
|
70 |
.wc-gzd-button-wrapper .button {
|
71 |
margin-right: 1em; }
|
72 |
|
@@ -245,6 +248,19 @@ table.wc-gzd-tax-example tr th:first-child, table.wc-gzd-tax-example tr td:first
|
|
245 |
.woocommerce_variable_attributes .wc-gzd-add-country-specific-delivery-time {
|
246 |
margin-bottom: 0; }
|
247 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
248 |
.wc-gzd-country-specific-delivery-time-field .wc-gzd-remove-country-specific-delivery-time {
|
249 |
text-indent: 0;
|
250 |
overflow: hidden;
|
67 |
.wc-gzd-button .wc-gzd-pro-outlined:hover {
|
68 |
color: #FFF; }
|
69 |
|
70 |
+
#wc-gzd-product-defect-description {
|
71 |
+
display: none; }
|
72 |
+
|
73 |
.wc-gzd-button-wrapper .button {
|
74 |
margin-right: 1em; }
|
75 |
|
248 |
.woocommerce_variable_attributes .wc-gzd-add-country-specific-delivery-time {
|
249 |
margin-bottom: 0; }
|
250 |
|
251 |
+
.variable_warranty_attachment label {
|
252 |
+
display: block;
|
253 |
+
width: 100%;
|
254 |
+
margin-bottom: 2px; }
|
255 |
+
|
256 |
+
.wc-gzd-warranty-upload-wrapper .upload_warranty_button {
|
257 |
+
margin-right: .5em; }
|
258 |
+
|
259 |
+
.wc-gzd-warranty-upload-wrapper .wc-gzd-warranty-delete {
|
260 |
+
color: #b32d2e; }
|
261 |
+
.wc-gzd-warranty-upload-wrapper .wc-gzd-warranty-delete.file-missing {
|
262 |
+
display: none; }
|
263 |
+
|
264 |
.wc-gzd-country-specific-delivery-time-field .wc-gzd-remove-country-specific-delivery-time {
|
265 |
text-indent: 0;
|
266 |
overflow: hidden;
|
assets/css/admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
table.data_table tr td p.form-field{margin:0!important;padding:0!important}.woocommerce-gzd-message{position:relative;overflow:hidden}.woocommerce-gzd-message ul{list-style-type:disc;padding-left:1.5em}.woocommerce-gzd-message .notice-dismiss{position:static;float:right;padding:0 15px 10px 28px;margin-top:-10px;font-size:13px;line-height:1.2em;text-decoration:none}.woocommerce-gzd-message .notice-dismiss::before{position:relative;top:18px;left:-20px;transition:all .1s ease-in-out}.woocommerce-gzd-message p.submit .button{margin-right:1em}.variable_cart_mini_desc .wp-editor-tools{margin-top:-3em}.variable_cart_mini_desc_pre .wp-editor-tools{margin-top:-2em}.wc-gzd-resend-activation-link{margin-top:1em!important}.wc-gzd-unit-price-disabled-notice{margin:1em 0!important;box-sizing:border-box;display:none;padding:5px 12px}._billing_address_1_field,._billing_title_field,._shipping_address_1_field,._shipping_title_field{width:100%!important}.wc-gzd-button{background-color:#639aff!important;background-image:linear-gradient(120deg,#639aff 0,#9a4dff 100%)!important;color:#fff!important;box-shadow:inset 0 0 30px rgba(255,255,255,0),0 19px 25px -17px rgba(3,39,64,.4)!important;border:1px solid transparent!important;text-shadow:none!important;transition:transform .3s,box-shadow .3s ease-in-out,color .3s ease-in-out}.wc-gzd-button:hover{transform:scale(1.02);cursor:pointer}.wc-gzd-button .wc-gzd-pro{margin:0 2px;background:#fff;color:#000}.wc-gzd-button .wc-gzd-pro:hover{color:#000}.wc-gzd-button .wc-gzd-pro-outlined{margin:0 2px;color:#fff;border-color:#fff;background:0 0}.wc-gzd-button .wc-gzd-pro-outlined:hover{color:#fff}.wc-gzd-button-wrapper .button{margin-right:1em}.wc-gzd-pro{font-size:9px;border-radius:3px;line-height:9px;color:#fff;text-align:center;text-transform:uppercase;padding:1px 3px;position:relative;top:-1px;background:#222;font-style:normal;opacity:1!important;text-decoration:none}a.wc-gzd-pro:not(.wc-gzd-pro-outlined):hover{background:#4a4a4a;color:#fff}.wc-gzd-pro-outlined{margin-left:5px;margin-top:3px;border:1px solid #222;color:#222;background:0 0}.wc-gzd-pro-outlined:hover{color:#222}a .wc-gzd-pro-outlined{text-decoration:none;border:1px solid #0073aa;color:#0073aa}a .wc-gzd-pro-outlined:hover{color:#135e96}a.wc-gzd-pro-outlined{text-decoration:none;border:1px solid #0073aa;font-weight:700;color:#0073aa!important;margin:0 2px}a.wc-gzd-pro-outlined:hover{color:#135e96!important}a.page-title-action .wc-gzd-pro{background:#0073aa}a.page-title-action:hover .wc-gzd-pro:not(.wc-gzd-pro-outlined){background:#0a4b78}.wc-gzd-premium-section-tab{background:#e4e4e4;border:1px solid #ccc;color:#555;padding:0 3px}.tourbus-leg-inner .wc-gzd-pro{top:-3px}p._unit_price_auto_field label{display:block!important;margin-bottom:5px}._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}#gzd-admin-sepa{padding-top:1em;display:block;clear:both;width:100%}.wc-action-button-xml:after{content:"\f475"}#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%}#order_data ._shipping_parcelshop_post_number_field{clear:left;width:100%!important}.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}.parcel-delivery-checkbox-status{float:left;width:100%;clear:both}.woocommerce_variation .variable_delivery_time .select2-container .select2-selection--single{height:40px}.woocommerce_variation .variable_delivery_time .select2-container .select2-selection--single .select2-selection__rendered{line-height:40px}.woocommerce_variation .variable_delivery_time .select2-container .select2-selection--single .select2-selection__arrow{right:3px;height:36px}.wc-gzd-add-country-specific-delivery-time-template{display:none}#shipping_product_data .wc-gzd-add-country-specific-delivery-time{margin-top:-9px;margin-bottom:-9px}.woocommerce_variable_attributes .wc-gzd-add-country-specific-delivery-time{margin-bottom:0}.wc-gzd-country-specific-delivery-time-field .wc-gzd-remove-country-specific-delivery-time{text-indent:0;overflow:hidden;color:#b32d2e;text-decoration:none;vertical-align:middle}.wc-gzd-country-specific-delivery-time-field.wc-gzd-country-specific-delivery-time-field-variation{display:flex;flex-wrap:wrap;align-items:center}.wc-gzd-country-specific-delivery-time-field.wc-gzd-country-specific-delivery-time-field-variation label{width:100%}.wc-gzd-country-specific-delivery-time-field.wc-gzd-country-specific-delivery-time-field-variation .select2-container{max-width:95%!important;width:95%!important}.wc-gzd-country-specific-delivery-time-field.wc-gzd-country-specific-delivery-time-field-variation .wc-gzd-remove-country-specific-delivery-time{margin-left:.5em}.wc-gzd-country-specific-delivery-time-field.wc-gzd-add-country-specific-delivery-time-field-variation{display:flex;align-items:center;width:100%}.wc-gzd-country-specific-delivery-time-field.wc-gzd-add-country-specific-delivery-time-field-variation label{width:auto;flex-grow:0;flex-shrink:0;flex-basis:30%;margin-right:2%}.wc-gzd-country-specific-delivery-time-field.wc-gzd-add-country-specific-delivery-time-field-variation .select2-container{max-width:63%!important;width:63%!important}
|
1 |
+
table.data_table tr td p.form-field{margin:0!important;padding:0!important}.woocommerce-gzd-message{position:relative;overflow:hidden}.woocommerce-gzd-message ul{list-style-type:disc;padding-left:1.5em}.woocommerce-gzd-message .notice-dismiss{position:static;float:right;padding:0 15px 10px 28px;margin-top:-10px;font-size:13px;line-height:1.2em;text-decoration:none}.woocommerce-gzd-message .notice-dismiss::before{position:relative;top:18px;left:-20px;transition:all .1s ease-in-out}.woocommerce-gzd-message p.submit .button{margin-right:1em}.variable_cart_mini_desc .wp-editor-tools{margin-top:-3em}.variable_cart_mini_desc_pre .wp-editor-tools{margin-top:-2em}.wc-gzd-resend-activation-link{margin-top:1em!important}.wc-gzd-unit-price-disabled-notice{margin:1em 0!important;box-sizing:border-box;display:none;padding:5px 12px}._billing_address_1_field,._billing_title_field,._shipping_address_1_field,._shipping_title_field{width:100%!important}.wc-gzd-button{background-color:#639aff!important;background-image:linear-gradient(120deg,#639aff 0,#9a4dff 100%)!important;color:#fff!important;box-shadow:inset 0 0 30px rgba(255,255,255,0),0 19px 25px -17px rgba(3,39,64,.4)!important;border:1px solid transparent!important;text-shadow:none!important;transition:transform .3s,box-shadow .3s ease-in-out,color .3s ease-in-out}.wc-gzd-button:hover{transform:scale(1.02);cursor:pointer}.wc-gzd-button .wc-gzd-pro{margin:0 2px;background:#fff;color:#000}.wc-gzd-button .wc-gzd-pro:hover{color:#000}.wc-gzd-button .wc-gzd-pro-outlined{margin:0 2px;color:#fff;border-color:#fff;background:0 0}.wc-gzd-button .wc-gzd-pro-outlined:hover{color:#fff}#wc-gzd-product-defect-description{display:none}.wc-gzd-button-wrapper .button{margin-right:1em}.wc-gzd-pro{font-size:9px;border-radius:3px;line-height:9px;color:#fff;text-align:center;text-transform:uppercase;padding:1px 3px;position:relative;top:-1px;background:#222;font-style:normal;opacity:1!important;text-decoration:none}a.wc-gzd-pro:not(.wc-gzd-pro-outlined):hover{background:#4a4a4a;color:#fff}.wc-gzd-pro-outlined{margin-left:5px;margin-top:3px;border:1px solid #222;color:#222;background:0 0}.wc-gzd-pro-outlined:hover{color:#222}a .wc-gzd-pro-outlined{text-decoration:none;border:1px solid #0073aa;color:#0073aa}a .wc-gzd-pro-outlined:hover{color:#135e96}a.wc-gzd-pro-outlined{text-decoration:none;border:1px solid #0073aa;font-weight:700;color:#0073aa!important;margin:0 2px}a.wc-gzd-pro-outlined:hover{color:#135e96!important}a.page-title-action .wc-gzd-pro{background:#0073aa}a.page-title-action:hover .wc-gzd-pro:not(.wc-gzd-pro-outlined){background:#0a4b78}.wc-gzd-premium-section-tab{background:#e4e4e4;border:1px solid #ccc;color:#555;padding:0 3px}.tourbus-leg-inner .wc-gzd-pro{top:-3px}p._unit_price_auto_field label{display:block!important;margin-bottom:5px}._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}#gzd-admin-sepa{padding-top:1em;display:block;clear:both;width:100%}.wc-action-button-xml:after{content:"\f475"}#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%}#order_data ._shipping_parcelshop_post_number_field{clear:left;width:100%!important}.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}.parcel-delivery-checkbox-status{float:left;width:100%;clear:both}.woocommerce_variation .variable_delivery_time .select2-container .select2-selection--single{height:40px}.woocommerce_variation .variable_delivery_time .select2-container .select2-selection--single .select2-selection__rendered{line-height:40px}.woocommerce_variation .variable_delivery_time .select2-container .select2-selection--single .select2-selection__arrow{right:3px;height:36px}.wc-gzd-add-country-specific-delivery-time-template{display:none}#shipping_product_data .wc-gzd-add-country-specific-delivery-time{margin-top:-9px;margin-bottom:-9px}.woocommerce_variable_attributes .wc-gzd-add-country-specific-delivery-time{margin-bottom:0}.variable_warranty_attachment label{display:block;width:100%;margin-bottom:2px}.wc-gzd-warranty-upload-wrapper .upload_warranty_button{margin-right:.5em}.wc-gzd-warranty-upload-wrapper .wc-gzd-warranty-delete{color:#b32d2e}.wc-gzd-warranty-upload-wrapper .wc-gzd-warranty-delete.file-missing{display:none}.wc-gzd-country-specific-delivery-time-field .wc-gzd-remove-country-specific-delivery-time{text-indent:0;overflow:hidden;color:#b32d2e;text-decoration:none;vertical-align:middle}.wc-gzd-country-specific-delivery-time-field.wc-gzd-country-specific-delivery-time-field-variation{display:flex;flex-wrap:wrap;align-items:center}.wc-gzd-country-specific-delivery-time-field.wc-gzd-country-specific-delivery-time-field-variation label{width:100%}.wc-gzd-country-specific-delivery-time-field.wc-gzd-country-specific-delivery-time-field-variation .select2-container{max-width:95%!important;width:95%!important}.wc-gzd-country-specific-delivery-time-field.wc-gzd-country-specific-delivery-time-field-variation .wc-gzd-remove-country-specific-delivery-time{margin-left:.5em}.wc-gzd-country-specific-delivery-time-field.wc-gzd-add-country-specific-delivery-time-field-variation{display:flex;align-items:center;width:100%}.wc-gzd-country-specific-delivery-time-field.wc-gzd-add-country-specific-delivery-time-field-variation label{width:auto;flex-grow:0;flex-shrink:0;flex-basis:30%;margin-right:2%}.wc-gzd-country-specific-delivery-time-field.wc-gzd-add-country-specific-delivery-time-field-variation .select2-container{max-width:63%!important;width:63%!important}
|
assets/css/admin.scss
CHANGED
@@ -97,6 +97,10 @@ table.data_table tr td p.form-field {
|
|
97 |
}
|
98 |
}
|
99 |
|
|
|
|
|
|
|
|
|
100 |
.wc-gzd-button-wrapper .button {
|
101 |
margin-right: 1em;
|
102 |
}
|
@@ -334,6 +338,28 @@ table.wc-gzd-tax-example tr th:first-child, table.wc-gzd-tax-example tr td:first
|
|
334 |
}
|
335 |
}
|
336 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
.wc-gzd-country-specific-delivery-time-field {
|
338 |
.wc-gzd-remove-country-specific-delivery-time {
|
339 |
text-indent: 0;
|
97 |
}
|
98 |
}
|
99 |
|
100 |
+
#wc-gzd-product-defect-description {
|
101 |
+
display: none;
|
102 |
+
}
|
103 |
+
|
104 |
.wc-gzd-button-wrapper .button {
|
105 |
margin-right: 1em;
|
106 |
}
|
338 |
}
|
339 |
}
|
340 |
|
341 |
+
.variable_warranty_attachment {
|
342 |
+
label {
|
343 |
+
display: block;
|
344 |
+
width: 100%;
|
345 |
+
margin-bottom: 2px;
|
346 |
+
}
|
347 |
+
}
|
348 |
+
|
349 |
+
.wc-gzd-warranty-upload-wrapper {
|
350 |
+
.upload_warranty_button {
|
351 |
+
margin-right: .5em;
|
352 |
+
}
|
353 |
+
|
354 |
+
.wc-gzd-warranty-delete {
|
355 |
+
color: #b32d2e;
|
356 |
+
|
357 |
+
&.file-missing {
|
358 |
+
display: none;
|
359 |
+
}
|
360 |
+
}
|
361 |
+
}
|
362 |
+
|
363 |
.wc-gzd-country-specific-delivery-time-field {
|
364 |
.wc-gzd-remove-country-specific-delivery-time {
|
365 |
text-indent: 0;
|
assets/css/layout.css
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
p.wc-gzd-additional-info:empty {
|
2 |
display: none; }
|
3 |
|
|
|
|
|
|
|
4 |
#order_review .wc-gzd-checkbox-placeholder {
|
5 |
clear: both; }
|
6 |
#order_review .wc-gzd-checkbox-placeholder p.form-row {
|
@@ -98,6 +101,13 @@ p.wc-gzd-additional-info:empty {
|
|
98 |
font-size: 0.9em;
|
99 |
clear: left; }
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
.product .product_meta {
|
102 |
margin-top: 1rem; }
|
103 |
|
@@ -106,8 +116,9 @@ p.footer-info {
|
|
106 |
font-size: 0.9em;
|
107 |
padding-bottom: 0.5rem; }
|
108 |
|
109 |
-
.wc-gzd-item-desc p {
|
110 |
-
font-size: 0.9em;
|
|
|
111 |
|
112 |
.wc-gzd-edit-data-notice {
|
113 |
background: #EEE;
|
@@ -147,6 +158,51 @@ table.product-details-inner tr td:last-child {
|
|
147 |
#shipping_parcelshop_post_number_field .optional {
|
148 |
display: none !important; }
|
149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
/**
|
151 |
* Twenty Twenty
|
152 |
*/
|
1 |
p.wc-gzd-additional-info:empty {
|
2 |
display: none; }
|
3 |
|
4 |
+
.wc-gzd-additional-info-placeholder {
|
5 |
+
display: none; }
|
6 |
+
|
7 |
#order_review .wc-gzd-checkbox-placeholder {
|
8 |
clear: both; }
|
9 |
#order_review .wc-gzd-checkbox-placeholder p.form-row {
|
101 |
font-size: 0.9em;
|
102 |
clear: left; }
|
103 |
|
104 |
+
.product .defect-description:not(:empty) {
|
105 |
+
padding: .5em;
|
106 |
+
border: 2px solid #4b4f58;
|
107 |
+
margin: 1em 0; }
|
108 |
+
.product .defect-description:not(:empty) p:last-child {
|
109 |
+
margin-bottom: 0; }
|
110 |
+
|
111 |
.product .product_meta {
|
112 |
margin-top: 1rem; }
|
113 |
|
116 |
font-size: 0.9em;
|
117 |
padding-bottom: 0.5rem; }
|
118 |
|
119 |
+
.wc-gzd-item-desc p, .wc-gzd-item-defect-description p {
|
120 |
+
font-size: 0.9em;
|
121 |
+
font-weight: normal; }
|
122 |
|
123 |
.wc-gzd-edit-data-notice {
|
124 |
background: #EEE;
|
158 |
#shipping_parcelshop_post_number_field .optional {
|
159 |
display: none !important; }
|
160 |
|
161 |
+
.wc-gzd-placeholder-loading {
|
162 |
+
position: relative;
|
163 |
+
display: flex;
|
164 |
+
flex: 0 0 100%;
|
165 |
+
flex-flow: column;
|
166 |
+
overflow: hidden; }
|
167 |
+
.wc-gzd-placeholder-loading * {
|
168 |
+
box-sizing: border-box; }
|
169 |
+
.wc-gzd-placeholder-loading::before {
|
170 |
+
position: absolute;
|
171 |
+
top: 0;
|
172 |
+
right: 0;
|
173 |
+
bottom: 0;
|
174 |
+
left: 50%;
|
175 |
+
z-index: 1;
|
176 |
+
width: 500%;
|
177 |
+
margin-left: -250%;
|
178 |
+
background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
|
179 |
+
-webkit-animation: phAnimation 0.8s linear infinite;
|
180 |
+
animation: phAnimation 0.8s linear infinite;
|
181 |
+
content: " ";
|
182 |
+
pointer-events: none; }
|
183 |
+
.wc-gzd-placeholder-loading .wc-gzd-placeholder-row {
|
184 |
+
display: flex;
|
185 |
+
vertical-align: middle;
|
186 |
+
align-items: center; }
|
187 |
+
.wc-gzd-placeholder-loading .wc-gzd-placeholder-row > * {
|
188 |
+
height: 10px;
|
189 |
+
background-color: #e7e7e7;
|
190 |
+
display: block; }
|
191 |
+
.wc-gzd-placeholder-loading .wc-gzd-placeholder-row .wc-gzd-placeholder-row-col-4 {
|
192 |
+
min-width: 100px; }
|
193 |
+
|
194 |
+
@-webkit-keyframes phAnimation {
|
195 |
+
0% {
|
196 |
+
transform: translate3d(-30%, 0, 0); }
|
197 |
+
100% {
|
198 |
+
transform: translate3d(30%, 0, 0); } }
|
199 |
+
|
200 |
+
@keyframes phAnimation {
|
201 |
+
0% {
|
202 |
+
transform: translate3d(-30%, 0, 0); }
|
203 |
+
100% {
|
204 |
+
transform: translate3d(30%, 0, 0); } }
|
205 |
+
|
206 |
/**
|
207 |
* Twenty Twenty
|
208 |
*/
|
assets/css/layout.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
p.wc-gzd-additional-info:empty{display:none}#order_review .wc-gzd-checkbox-placeholder{clear:both}#order_review .wc-gzd-checkbox-placeholder p.form-row{text-align:left;padding:0 1em 0 0;float:none}#order_review .wc-gzd-checkbox-placeholder p.form-row label{display:inline}.woocommerce-checkout .shop_table{background-color:#eee}.includes_tax,.tax_label{display:none!important}.wc-gzd-small-business-includes-tax{display:inline!important;font-size:.9em;padding-left:3px}#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}.more-variants-available-info{font-size:11px;display:block;font-weight:400}.shop_table .product-name-inner,.shop_table .product-name-inner tr td{border:none;padding:0;margin:0}.shop_table .product-name-inner tr td:last-child{text-align:right}.cart_totals .wc-gzd-additional-wrapper{text-align:right;clear:both}.cart_totals p.wc-gzd-additional-info{width:60%;border-top:1px solid #ccc;padding-top:.5rem;display:inline-block}.cart_totals p.wc-gzd-additional-info,tr.order-total p.wc-gzd-additional-info{font-size:.8em;font-weight:400}.entry-content .woocommerce #payment{margin-bottom:1em}.woocommerce #payment .wc-terms-and-conditions{display:none!important}.entry-content .woocommerce .checkout-btn-wrap{text-align:right}.woocommerce-checkout p.direct-debit-checkbox{display:none}.unit-price-cart{font-size:.9em;display:block;margin-top:5px}.product_list_widget .wc-gzd-additional-info,.products .wc-gzd-additional-info{font-size:.8em;margin:.7rem 0 .7rem 0;padding:0}.product_list_widget .wc-gzd-additional-info,.product_list_widget p.price-unit{margin:.2rem 0;line-height:1.8em}.product_list_widget .wc-gzd-additional-info a{display:inline!important}.product_list_widget .price-unit,.products .product .price-unit{font-size:.8em}.product_list_widget .price-unit{margin-bottom:.7em}.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;font-size:.9em;padding-bottom:.5rem}.wc-gzd-item-desc p{font-size:.9em}.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}#order_review .blockMsg{line-height:1.5em}#shipping_parcelshop_post_number_field .optional{display:none!important}.theme-twentytwenty form.woocommerce-checkout #order_review_heading,.theme-twentytwentyone form.woocommerce-checkout #order_review_heading{width:100%;padding-left:0;text-align:left;margin-bottom:2rem}
|
1 |
+
p.wc-gzd-additional-info:empty{display:none}.wc-gzd-additional-info-placeholder{display:none}#order_review .wc-gzd-checkbox-placeholder{clear:both}#order_review .wc-gzd-checkbox-placeholder p.form-row{text-align:left;padding:0 1em 0 0;float:none}#order_review .wc-gzd-checkbox-placeholder p.form-row label{display:inline}.woocommerce-checkout .shop_table{background-color:#eee}.includes_tax,.tax_label{display:none!important}.wc-gzd-small-business-includes-tax{display:inline!important;font-size:.9em;padding-left:3px}#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}.more-variants-available-info{font-size:11px;display:block;font-weight:400}.shop_table .product-name-inner,.shop_table .product-name-inner tr td{border:none;padding:0;margin:0}.shop_table .product-name-inner tr td:last-child{text-align:right}.cart_totals .wc-gzd-additional-wrapper{text-align:right;clear:both}.cart_totals p.wc-gzd-additional-info{width:60%;border-top:1px solid #ccc;padding-top:.5rem;display:inline-block}.cart_totals p.wc-gzd-additional-info,tr.order-total p.wc-gzd-additional-info{font-size:.8em;font-weight:400}.entry-content .woocommerce #payment{margin-bottom:1em}.woocommerce #payment .wc-terms-and-conditions{display:none!important}.entry-content .woocommerce .checkout-btn-wrap{text-align:right}.woocommerce-checkout p.direct-debit-checkbox{display:none}.unit-price-cart{font-size:.9em;display:block;margin-top:5px}.product_list_widget .wc-gzd-additional-info,.products .wc-gzd-additional-info{font-size:.8em;margin:.7rem 0 .7rem 0;padding:0}.product_list_widget .wc-gzd-additional-info,.product_list_widget p.price-unit{margin:.2rem 0;line-height:1.8em}.product_list_widget .wc-gzd-additional-info a{display:inline!important}.product_list_widget .price-unit,.products .product .price-unit{font-size:.8em}.product_list_widget .price-unit{margin-bottom:.7em}.product p.wc-gzd-additional-info{margin-bottom:.5rem;font-size:.9em;clear:left}.product .defect-description:not(:empty){padding:.5em;border:2px solid #4b4f58;margin:1em 0}.product .defect-description:not(:empty) p:last-child{margin-bottom:0}.product .product_meta{margin-top:1rem}p.footer-info{text-align:center;font-size:.9em;padding-bottom:.5rem}.wc-gzd-item-defect-description p,.wc-gzd-item-desc p{font-size:.9em;font-weight:400}.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}#order_review .blockMsg{line-height:1.5em}#shipping_parcelshop_post_number_field .optional{display:none!important}.wc-gzd-placeholder-loading{position:relative;display:flex;flex:0 0 100%;flex-flow:column;overflow:hidden}.wc-gzd-placeholder-loading *{box-sizing:border-box}.wc-gzd-placeholder-loading::before{position:absolute;top:0;right:0;bottom:0;left:50%;z-index:1;width:500%;margin-left:-250%;background:linear-gradient(to right,rgba(255,255,255,0) 46%,rgba(255,255,255,.35) 50%,rgba(255,255,255,0) 54%) 50% 50%;-webkit-animation:phAnimation .8s linear infinite;animation:phAnimation .8s linear infinite;content:" ";pointer-events:none}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row{display:flex;vertical-align:middle;align-items:center}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row>*{height:10px;background-color:#e7e7e7;display:block}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row .wc-gzd-placeholder-row-col-4{min-width:100px}@-webkit-keyframes phAnimation{0%{transform:translate3d(-30%,0,0)}100%{transform:translate3d(30%,0,0)}}@keyframes phAnimation{0%{transform:translate3d(-30%,0,0)}100%{transform:translate3d(30%,0,0)}}.theme-twentytwenty form.woocommerce-checkout #order_review_heading,.theme-twentytwentyone form.woocommerce-checkout #order_review_heading{width:100%;padding-left:0;text-align:left;margin-bottom:2rem}
|
assets/css/layout.scss
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
p.wc-gzd-additional-info:empty {
|
2 |
display: none;
|
3 |
}
|
|
|
|
|
|
|
4 |
#order_review .wc-gzd-checkbox-placeholder {
|
5 |
clear: both;
|
6 |
|
@@ -108,6 +111,15 @@ p.wc-gzd-additional-info:empty {
|
|
108 |
font-size: 0.9em;
|
109 |
clear: left;
|
110 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
.product .product_meta {
|
112 |
margin-top: 1rem;
|
113 |
}
|
@@ -116,8 +128,9 @@ p.footer-info {
|
|
116 |
font-size: 0.9em;
|
117 |
padding-bottom: 0.5rem;
|
118 |
}
|
119 |
-
.wc-gzd-item-desc p {
|
120 |
font-size: 0.9em;
|
|
|
121 |
}
|
122 |
.wc-gzd-edit-data-notice {
|
123 |
background: #EEE;
|
@@ -158,6 +171,68 @@ table.product-details-inner tr td:last-child {
|
|
158 |
display: none !important;
|
159 |
}
|
160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
/**
|
162 |
* Twenty Twenty
|
163 |
*/
|
1 |
p.wc-gzd-additional-info:empty {
|
2 |
display: none;
|
3 |
}
|
4 |
+
.wc-gzd-additional-info-placeholder {
|
5 |
+
display: none;
|
6 |
+
}
|
7 |
#order_review .wc-gzd-checkbox-placeholder {
|
8 |
clear: both;
|
9 |
|
111 |
font-size: 0.9em;
|
112 |
clear: left;
|
113 |
}
|
114 |
+
.product .defect-description:not(:empty) {
|
115 |
+
padding: .5em;
|
116 |
+
border: 2px solid #4b4f58;
|
117 |
+
margin: 1em 0;
|
118 |
+
|
119 |
+
p:last-child {
|
120 |
+
margin-bottom: 0;
|
121 |
+
}
|
122 |
+
}
|
123 |
.product .product_meta {
|
124 |
margin-top: 1rem;
|
125 |
}
|
128 |
font-size: 0.9em;
|
129 |
padding-bottom: 0.5rem;
|
130 |
}
|
131 |
+
.wc-gzd-item-desc p, .wc-gzd-item-defect-description p {
|
132 |
font-size: 0.9em;
|
133 |
+
font-weight: normal;
|
134 |
}
|
135 |
.wc-gzd-edit-data-notice {
|
136 |
background: #EEE;
|
171 |
display: none !important;
|
172 |
}
|
173 |
|
174 |
+
.wc-gzd-placeholder-loading {
|
175 |
+
position: relative;
|
176 |
+
display: flex;
|
177 |
+
flex: 0 0 100%;
|
178 |
+
flex-flow: column;
|
179 |
+
overflow: hidden;
|
180 |
+
|
181 |
+
* {
|
182 |
+
box-sizing: border-box;
|
183 |
+
}
|
184 |
+
|
185 |
+
&::before {
|
186 |
+
position: absolute;
|
187 |
+
top: 0;
|
188 |
+
right: 0;
|
189 |
+
bottom: 0;
|
190 |
+
left: 50%;
|
191 |
+
z-index: 1;
|
192 |
+
width: 500%;
|
193 |
+
margin-left: -250%;
|
194 |
+
background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
|
195 |
+
-webkit-animation: phAnimation 0.8s linear infinite;
|
196 |
+
animation: phAnimation 0.8s linear infinite;
|
197 |
+
content: " ";
|
198 |
+
pointer-events: none;
|
199 |
+
}
|
200 |
+
|
201 |
+
.wc-gzd-placeholder-row {
|
202 |
+
display: flex;
|
203 |
+
vertical-align: middle;
|
204 |
+
align-items: center;
|
205 |
+
|
206 |
+
> * {
|
207 |
+
height: 10px;
|
208 |
+
background-color: #e7e7e7;
|
209 |
+
display: block;
|
210 |
+
}
|
211 |
+
|
212 |
+
.wc-gzd-placeholder-row-col-4 {
|
213 |
+
min-width: 100px;
|
214 |
+
}
|
215 |
+
}
|
216 |
+
}
|
217 |
+
|
218 |
+
@-webkit-keyframes phAnimation {
|
219 |
+
0% {
|
220 |
+
transform: translate3d(-30%, 0, 0);
|
221 |
+
}
|
222 |
+
100% {
|
223 |
+
transform: translate3d(30%, 0, 0);
|
224 |
+
}
|
225 |
+
}
|
226 |
+
|
227 |
+
@keyframes phAnimation {
|
228 |
+
0% {
|
229 |
+
transform: translate3d(-30%, 0, 0);
|
230 |
+
}
|
231 |
+
100% {
|
232 |
+
transform: translate3d(30%, 0, 0);
|
233 |
+
}
|
234 |
+
}
|
235 |
+
|
236 |
/**
|
237 |
* Twenty Twenty
|
238 |
*/
|
assets/js/add-to-cart-variation.js
CHANGED
@@ -39,22 +39,50 @@
|
|
39 |
|
40 |
if ( $wrapper.find( '.org_delivery_time' ).length > 0 ) {
|
41 |
$wrapper.find( '.delivery-time-info:first' ).html( $wrapper.find( '.org_delivery_time' ).html() ).removeClass( 'variation_modified' ).show();
|
|
|
|
|
|
|
|
|
42 |
}
|
43 |
|
44 |
if ( $wrapper.find( '.org_unit_price' ).length > 0 ) {
|
45 |
$wrapper.find( '.price-unit:first' ).html( $wrapper.find( '.org_unit_price' ).html() ).removeClass( 'variation_modified' ).show();
|
|
|
|
|
|
|
|
|
46 |
}
|
47 |
|
48 |
if ( $wrapper.find( '.org_tax_info' ).length > 0 ) {
|
49 |
$wrapper.find( '.tax-info:first' ).html( $wrapper.find( '.org_tax_info' ).html() ).removeClass( 'variation_modified' ).show();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
}
|
51 |
|
52 |
if ( $wrapper.find( '.org_shipping_costs_info' ).length > 0 ) {
|
53 |
$wrapper.find( '.shipping-costs-info:first' ).html( $wrapper.find( '.org_shipping_costs_info' ).html() ).removeClass( 'variation_modified' ).show();
|
|
|
|
|
|
|
|
|
54 |
}
|
55 |
|
56 |
if ( $wrapper.find( '.org_product_units' ).length > 0 ) {
|
57 |
$wrapper.find( '.product-units:first' ).html( $wrapper.find( '.org_product_units' ).html() ).removeClass( 'variation_modified' ).show();
|
|
|
|
|
|
|
|
|
58 |
}
|
59 |
|
60 |
$wrapper.find( '.org_product_info' ).remove();
|
@@ -93,6 +121,10 @@
|
|
93 |
$wrapper.append( '<div class="org_delivery_time org_product_info">' + $wrapper.find( '.delivery-time-info:first' ).html() + '</div>' );
|
94 |
}
|
95 |
|
|
|
|
|
|
|
|
|
96 |
if ( $wrapper.find( '.tax-info:first' ).length > 0 ) {
|
97 |
$wrapper.append( '<div class="org_tax_info org_product_info">' + $wrapper.find( '.tax-info:first' ).html() + '</div>' );
|
98 |
}
|
@@ -113,35 +145,41 @@
|
|
113 |
}
|
114 |
|
115 |
if ( hasCustomPrice && form.replacePrice ) {
|
|
|
|
|
116 |
form.$singleVariation.find( '.price' ).hide();
|
117 |
|
118 |
-
$
|
119 |
-
$
|
120 |
}
|
121 |
|
122 |
$wrapper.find( '.delivery-time-info:first' ).hide();
|
|
|
123 |
$wrapper.find( '.price-unit:first' ).hide();
|
124 |
$wrapper.find( '.tax-info:first' ).hide();
|
125 |
$wrapper.find( '.shipping-costs-info:first' ).hide();
|
126 |
$wrapper.find( '.product-units:first' ).hide();
|
127 |
|
128 |
if ( variation.delivery_time !== '' ) {
|
129 |
-
$wrapper.find( 'p.delivery-time-info:first' ).html( variation.delivery_time ).addClass( 'variation_modified' ).show();
|
|
|
|
|
|
|
|
|
130 |
}
|
131 |
|
132 |
if ( variation.tax_info !== '' && hasDisplayPrice ) {
|
133 |
-
$wrapper.find( '.tax-info:first' ).html( variation.tax_info ).addClass('variation_modified').show();
|
134 |
}
|
135 |
|
136 |
if ( variation.shipping_costs_info !== '' && hasDisplayPrice ) {
|
137 |
-
$wrapper.find( '.shipping-costs-info:first' ).html( variation.shipping_costs_info ).addClass('variation_modified').show();
|
138 |
}
|
139 |
|
140 |
if ( variation.unit_price !== '' && hasDisplayPrice ) {
|
141 |
-
|
142 |
// Check if unit price for variable product exists and replace instead of insert
|
143 |
if ( $wrapper.find( '.price-unit:first' ).length ) {
|
144 |
-
$wrapper.find( '.price-unit:first' ).html( variation.unit_price ).addClass( 'variation-modified' ).show();
|
145 |
} else {
|
146 |
$wrapper.find( '.price-unit:first' ).remove();
|
147 |
$wrapper.find( 'p.price:first' ).after( '<p class="price price-unit smaller variation_modified">' + variation.unit_price + '</p>' ).show();
|
@@ -151,14 +189,14 @@
|
|
151 |
if ( variation.product_units !== '' ) {
|
152 |
// Check if product units for variable product exist and replace instead of insert
|
153 |
if ( $wrapper.find( '.product-units:first' ).length ) {
|
154 |
-
$wrapper.find( '.product-units:first' ).html( variation.product_units ).addClass( 'variation-modified' ).show();
|
155 |
} else {
|
156 |
$wrapper.find( '.product-units:first' ).remove();
|
157 |
$wrapper.find( '.product_meta:first' ).prepend( '<p class="wc-gzd-additional-info product-units-wrapper product-units variation_modified">' + variation.product_units + '</p>' ).show();
|
158 |
}
|
159 |
}
|
160 |
|
161 |
-
form.$form.trigger( 'germanized_variation_data' );
|
162 |
};
|
163 |
|
164 |
/**
|
39 |
|
40 |
if ( $wrapper.find( '.org_delivery_time' ).length > 0 ) {
|
41 |
$wrapper.find( '.delivery-time-info:first' ).html( $wrapper.find( '.org_delivery_time' ).html() ).removeClass( 'variation_modified' ).show();
|
42 |
+
|
43 |
+
if ( $wrapper.find( '.delivery-time-info:first' ).is( ':empty' ) ) {
|
44 |
+
$wrapper.find( '.delivery-time-info:first' ).addClass( 'wc-gzd-additional-info-placeholder' ).hide();
|
45 |
+
}
|
46 |
}
|
47 |
|
48 |
if ( $wrapper.find( '.org_unit_price' ).length > 0 ) {
|
49 |
$wrapper.find( '.price-unit:first' ).html( $wrapper.find( '.org_unit_price' ).html() ).removeClass( 'variation_modified' ).show();
|
50 |
+
|
51 |
+
if ( $wrapper.find( '.price-unit:first' ).is( ':empty' ) ) {
|
52 |
+
$wrapper.find( '.price-unit:first' ).addClass( 'wc-gzd-additional-info-placeholder' ).hide();
|
53 |
+
}
|
54 |
}
|
55 |
|
56 |
if ( $wrapper.find( '.org_tax_info' ).length > 0 ) {
|
57 |
$wrapper.find( '.tax-info:first' ).html( $wrapper.find( '.org_tax_info' ).html() ).removeClass( 'variation_modified' ).show();
|
58 |
+
|
59 |
+
if ( $wrapper.find( '.tax-info:first' ).is( ':empty' ) ) {
|
60 |
+
$wrapper.find( '.tax-info:first' ).addClass( 'wc-gzd-additional-info-placeholder' ).hide();
|
61 |
+
}
|
62 |
+
}
|
63 |
+
|
64 |
+
if ( $wrapper.find( '.org_defect_description' ).length > 0 ) {
|
65 |
+
$wrapper.find( '.defect-description:first' ).html( $wrapper.find( '.org_defect_description' ).html() ).removeClass( 'variation_modified' ).show();
|
66 |
+
|
67 |
+
if ( $wrapper.find( '.defect-description:first' ).is( ':empty' ) ) {
|
68 |
+
$wrapper.find( '.defect-description:first' ).addClass( 'wc-gzd-additional-info-placeholder' ).hide();
|
69 |
+
}
|
70 |
}
|
71 |
|
72 |
if ( $wrapper.find( '.org_shipping_costs_info' ).length > 0 ) {
|
73 |
$wrapper.find( '.shipping-costs-info:first' ).html( $wrapper.find( '.org_shipping_costs_info' ).html() ).removeClass( 'variation_modified' ).show();
|
74 |
+
|
75 |
+
if ( $wrapper.find( '.shipping-costs-info:first' ).is( ':empty' ) ) {
|
76 |
+
$wrapper.find( '.shipping-costs-info:first' ).addClass( 'wc-gzd-additional-info-placeholder' ).hide();
|
77 |
+
}
|
78 |
}
|
79 |
|
80 |
if ( $wrapper.find( '.org_product_units' ).length > 0 ) {
|
81 |
$wrapper.find( '.product-units:first' ).html( $wrapper.find( '.org_product_units' ).html() ).removeClass( 'variation_modified' ).show();
|
82 |
+
|
83 |
+
if ( $wrapper.find( '.product-units:first' ).is( ':empty' ) ) {
|
84 |
+
$wrapper.find( '.product-units:first' ).addClass( 'wc-gzd-additional-info-placeholder' ).hide();
|
85 |
+
}
|
86 |
}
|
87 |
|
88 |
$wrapper.find( '.org_product_info' ).remove();
|
121 |
$wrapper.append( '<div class="org_delivery_time org_product_info">' + $wrapper.find( '.delivery-time-info:first' ).html() + '</div>' );
|
122 |
}
|
123 |
|
124 |
+
if ( $wrapper.find( '.defect-description:first' ).length > 0 ) {
|
125 |
+
$wrapper.append( '<div class="org_defect_description org_product_info">' + $wrapper.find( '.defect-description:first' ).html() + '</div>' );
|
126 |
+
}
|
127 |
+
|
128 |
if ( $wrapper.find( '.tax-info:first' ).length > 0 ) {
|
129 |
$wrapper.append( '<div class="org_tax_info org_product_info">' + $wrapper.find( '.tax-info:first' ).html() + '</div>' );
|
130 |
}
|
145 |
}
|
146 |
|
147 |
if ( hasCustomPrice && form.replacePrice ) {
|
148 |
+
var $priceElement = $wrapper.find( wc_gzd_add_to_cart_variation_params.price_selector + ':not(.price-unit):visible:first' );
|
149 |
+
|
150 |
form.$singleVariation.find( '.price' ).hide();
|
151 |
|
152 |
+
$priceElement.html( variation.price_html ).addClass( 'variation_modified' );
|
153 |
+
$priceElement.find( '.price' ).contents().unwrap();
|
154 |
}
|
155 |
|
156 |
$wrapper.find( '.delivery-time-info:first' ).hide();
|
157 |
+
$wrapper.find( '.defect-description:first' ).hide();
|
158 |
$wrapper.find( '.price-unit:first' ).hide();
|
159 |
$wrapper.find( '.tax-info:first' ).hide();
|
160 |
$wrapper.find( '.shipping-costs-info:first' ).hide();
|
161 |
$wrapper.find( '.product-units:first' ).hide();
|
162 |
|
163 |
if ( variation.delivery_time !== '' ) {
|
164 |
+
$wrapper.find( 'p.delivery-time-info:first' ).html( variation.delivery_time ).addClass( 'variation_modified' ).removeClass( 'wc-gzd-additional-info-placeholder' ).show();
|
165 |
+
}
|
166 |
+
|
167 |
+
if ( variation.defect_description !== '' ) {
|
168 |
+
$wrapper.find( '.defect-description:first' ).html( variation.defect_description ).addClass( 'variation_modified' ).removeClass( 'wc-gzd-additional-info-placeholder' ).show();
|
169 |
}
|
170 |
|
171 |
if ( variation.tax_info !== '' && hasDisplayPrice ) {
|
172 |
+
$wrapper.find( '.tax-info:first' ).html( variation.tax_info ).addClass('variation_modified').removeClass( 'wc-gzd-additional-info-placeholder' ).show();
|
173 |
}
|
174 |
|
175 |
if ( variation.shipping_costs_info !== '' && hasDisplayPrice ) {
|
176 |
+
$wrapper.find( '.shipping-costs-info:first' ).html( variation.shipping_costs_info ).addClass( 'variation_modified' ).removeClass( 'wc-gzd-additional-info-placeholder' ).show();
|
177 |
}
|
178 |
|
179 |
if ( variation.unit_price !== '' && hasDisplayPrice ) {
|
|
|
180 |
// Check if unit price for variable product exists and replace instead of insert
|
181 |
if ( $wrapper.find( '.price-unit:first' ).length ) {
|
182 |
+
$wrapper.find( '.price-unit:first' ).html( variation.unit_price ).addClass( 'variation-modified' ).removeClass( 'wc-gzd-additional-info-placeholder' ).show();
|
183 |
} else {
|
184 |
$wrapper.find( '.price-unit:first' ).remove();
|
185 |
$wrapper.find( 'p.price:first' ).after( '<p class="price price-unit smaller variation_modified">' + variation.unit_price + '</p>' ).show();
|
189 |
if ( variation.product_units !== '' ) {
|
190 |
// Check if product units for variable product exist and replace instead of insert
|
191 |
if ( $wrapper.find( '.product-units:first' ).length ) {
|
192 |
+
$wrapper.find( '.product-units:first' ).html( variation.product_units ).addClass( 'variation-modified' ).removeClass( 'wc-gzd-additional-info-placeholder' ).show();
|
193 |
} else {
|
194 |
$wrapper.find( '.product-units:first' ).remove();
|
195 |
$wrapper.find( '.product_meta:first' ).prepend( '<p class="wc-gzd-additional-info product-units-wrapper product-units variation_modified">' + variation.product_units + '</p>' ).show();
|
196 |
}
|
197 |
}
|
198 |
|
199 |
+
form.$form.trigger( 'germanized_variation_data', variation, $wrapper );
|
200 |
};
|
201 |
|
202 |
/**
|
assets/js/add-to-cart-variation.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(i){function t(i){var t=this;t.$form=i,t.$wrapper=i.closest(wc_gzd_add_to_cart_variation_params.wrapper),t.$product=i.closest(".product"),t.variationData=i.data("product_variations"),t.$singleVariation=i.find(".single_variation"),t.$singleVariationWrap=i.find(".single_variation_wrap"),t.$resetVariations=i.find(".reset_variations"),t.$button=i.find(".single_add_to_cart_button"),t.$wrapper.length<=0&&(t.$wrapper=t.$product),t.replacePrice=!t.$wrapper.hasClass("bundled_product")&&wc_gzd_add_to_cart_variation_params.replace_price,i.on("click",".reset_variations",{GermanizedvariationForm:t},t.onReset),i.on("reset_data",{GermanizedvariationForm:t},t.onReset),i.on("show_variation",{GermanizedvariationForm:t},t.onShowVariation)}t.prototype.onReset=function(i){var t=i.data.GermanizedvariationForm,
|
1 |
+
!function(i){function t(i){var t=this;t.$form=i,t.$wrapper=i.closest(wc_gzd_add_to_cart_variation_params.wrapper),t.$product=i.closest(".product"),t.variationData=i.data("product_variations"),t.$singleVariation=i.find(".single_variation"),t.$singleVariationWrap=i.find(".single_variation_wrap"),t.$resetVariations=i.find(".reset_variations"),t.$button=i.find(".single_add_to_cart_button"),t.$wrapper.length<=0&&(t.$wrapper=t.$product),t.replacePrice=!t.$wrapper.hasClass("bundled_product")&&wc_gzd_add_to_cart_variation_params.replace_price,i.on("click",".reset_variations",{GermanizedvariationForm:t},t.onReset),i.on("reset_data",{GermanizedvariationForm:t},t.onReset),i.on("show_variation",{GermanizedvariationForm:t},t.onShowVariation)}t.prototype.onReset=function(i){var t=i.data.GermanizedvariationForm,d=t.$wrapper;0<d.find(".org_price").length&&t.replacePrice&&d.find(wc_gzd_add_to_cart_variation_params.price_selector+".variation_modified:not(.price-unit)").html(d.find(".org_price").html()).removeClass("variation_modified").show(),0<d.find(".org_delivery_time").length&&(d.find(".delivery-time-info:first").html(d.find(".org_delivery_time").html()).removeClass("variation_modified").show(),d.find(".delivery-time-info:first").is(":empty")&&d.find(".delivery-time-info:first").addClass("wc-gzd-additional-info-placeholder").hide()),0<d.find(".org_unit_price").length&&(d.find(".price-unit:first").html(d.find(".org_unit_price").html()).removeClass("variation_modified").show(),d.find(".price-unit:first").is(":empty")&&d.find(".price-unit:first").addClass("wc-gzd-additional-info-placeholder").hide()),0<d.find(".org_tax_info").length&&(d.find(".tax-info:first").html(d.find(".org_tax_info").html()).removeClass("variation_modified").show(),d.find(".tax-info:first").is(":empty")&&d.find(".tax-info:first").addClass("wc-gzd-additional-info-placeholder").hide()),0<d.find(".org_defect_description").length&&(d.find(".defect-description:first").html(d.find(".org_defect_description").html()).removeClass("variation_modified").show(),d.find(".defect-description:first").is(":empty")&&d.find(".defect-description:first").addClass("wc-gzd-additional-info-placeholder").hide()),0<d.find(".org_shipping_costs_info").length&&(d.find(".shipping-costs-info:first").html(d.find(".org_shipping_costs_info").html()).removeClass("variation_modified").show(),d.find(".shipping-costs-info:first").is(":empty")&&d.find(".shipping-costs-info:first").addClass("wc-gzd-additional-info-placeholder").hide()),0<d.find(".org_product_units").length&&(d.find(".product-units:first").html(d.find(".org_product_units").html()).removeClass("variation_modified").show(),d.find(".product-units:first").is(":empty")&&d.find(".product-units:first").addClass("wc-gzd-additional-info-placeholder").hide()),d.find(".org_product_info").remove(),d.find(".variation_modified").remove(),i.data.GermanizedvariationForm.$form.trigger("germanized_reset_data")},t.prototype.onUpdate=function(i){setTimeout(function(){void 0!==i.data&&i.data.hasOwnProperty("GermanizedvariationForm")&&void 0!==i.data.GermanizedvariationForm&&(i.data.GermanizedvariationForm.$button.is("[disabled]")||i.data.GermanizedvariationForm.$button.hasClass("disabled"))&&i.data.GermanizedvariationForm.onReset(i)},250)},t.prototype.onShowVariation=function(i,t,d){var r=i.data.GermanizedvariationForm,n=r.$wrapper,o=t.hasOwnProperty("price_html")&&""!==t.price_html,i=t.hasOwnProperty("display_price")&&""!==t.display_price;n.find(".org_product_info").length<=0&&(n.append('<div class="org_price org_product_info">'+n.find(wc_gzd_add_to_cart_variation_params.price_selector+":not(.price-unit):visible:first").html()+"</div>"),0<n.find(".delivery-time-info:first").length&&n.append('<div class="org_delivery_time org_product_info">'+n.find(".delivery-time-info:first").html()+"</div>"),0<n.find(".defect-description:first").length&&n.append('<div class="org_defect_description org_product_info">'+n.find(".defect-description:first").html()+"</div>"),0<n.find(".tax-info:first").length&&n.append('<div class="org_tax_info org_product_info">'+n.find(".tax-info:first").html()+"</div>"),0<n.find(".shipping-costs-info:first").length&&n.append('<div class="org_shipping_costs_info org_product_info">'+n.find(".shipping-costs-info:first").html()+"</div>"),0<n.find(".price-unit:first").length&&n.append('<div class="org_unit_price org_product_info">'+n.find(".price-unit:first").html()+"</div>"),0<n.find(".product-units:first").length&&n.append('<div class="org_product_units org_product_info">'+n.find(".product-units:first").html()+"</div>"),n.find(".org_product_info").hide()),o&&r.replacePrice&&(o=n.find(wc_gzd_add_to_cart_variation_params.price_selector+":not(.price-unit):visible:first"),r.$singleVariation.find(".price").hide(),o.html(t.price_html).addClass("variation_modified"),o.find(".price").contents().unwrap()),n.find(".delivery-time-info:first").hide(),n.find(".defect-description:first").hide(),n.find(".price-unit:first").hide(),n.find(".tax-info:first").hide(),n.find(".shipping-costs-info:first").hide(),n.find(".product-units:first").hide(),""!==t.delivery_time&&n.find("p.delivery-time-info:first").html(t.delivery_time).addClass("variation_modified").removeClass("wc-gzd-additional-info-placeholder").show(),""!==t.defect_description&&n.find(".defect-description:first").html(t.defect_description).addClass("variation_modified").removeClass("wc-gzd-additional-info-placeholder").show(),""!==t.tax_info&&i&&n.find(".tax-info:first").html(t.tax_info).addClass("variation_modified").removeClass("wc-gzd-additional-info-placeholder").show(),""!==t.shipping_costs_info&&i&&n.find(".shipping-costs-info:first").html(t.shipping_costs_info).addClass("variation_modified").removeClass("wc-gzd-additional-info-placeholder").show(),""!==t.unit_price&&i&&(n.find(".price-unit:first").length?n.find(".price-unit:first").html(t.unit_price).addClass("variation-modified").removeClass("wc-gzd-additional-info-placeholder").show():(n.find(".price-unit:first").remove(),n.find("p.price:first").after('<p class="price price-unit smaller variation_modified">'+t.unit_price+"</p>").show())),""!==t.product_units&&(n.find(".product-units:first").length?n.find(".product-units:first").html(t.product_units).addClass("variation-modified").removeClass("wc-gzd-additional-info-placeholder").show():(n.find(".product-units:first").remove(),n.find(".product_meta:first").prepend('<p class="wc-gzd-additional-info product-units-wrapper product-units variation_modified">'+t.product_units+"</p>").show())),r.$form.trigger("germanized_variation_data",t,n)},i.fn.wc_germanized_variation_form=function(){return new t(this),this},i(function(){"undefined"!=typeof wc_gzd_add_to_cart_variation_params&&i(".variations_form").each(function(){i(this).wc_germanized_variation_form()})})}(jQuery,(window,document));
|
assets/js/admin/product-variations.js
CHANGED
@@ -2,7 +2,12 @@ jQuery( function ( $ ) {
|
|
2 |
|
3 |
var wc_gzd_product_variations_actions = {
|
4 |
|
|
|
|
|
5 |
init: function() {
|
|
|
|
|
|
|
6 |
$( '#woocommerce-product-data' ).on( 'click', '.woocommerce_variation', this.show_or_hide_unit_variation );
|
7 |
$( '#general_product_data' ).on( 'blur', 'input#_unit_base', this.show_or_hide_unit_variation );
|
8 |
$( '#general_product_data' ).on( 'change', 'select#_unit', this.show_or_hide_unit_variation );
|
@@ -11,6 +16,70 @@ jQuery( function ( $ ) {
|
|
11 |
$( document ).bind( 'woocommerce_variations_save_variations_on_submit', this.save_variations );
|
12 |
|
13 |
$( document ).on( 'click', '.wc-gzd-general-product-data-tab', this.on_click_general_product_data );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
},
|
15 |
|
16 |
on_click_general_product_data: function() {
|
2 |
|
3 |
var wc_gzd_product_variations_actions = {
|
4 |
|
5 |
+
params: {},
|
6 |
+
|
7 |
init: function() {
|
8 |
+
this.params = wc_gzd_admin_product_variations_params;
|
9 |
+
|
10 |
+
$( '#woocommerce-product-data' ).on( 'woocommerce_variations_loaded', this.variations_loaded );
|
11 |
$( '#woocommerce-product-data' ).on( 'click', '.woocommerce_variation', this.show_or_hide_unit_variation );
|
12 |
$( '#general_product_data' ).on( 'blur', 'input#_unit_base', this.show_or_hide_unit_variation );
|
13 |
$( '#general_product_data' ).on( 'change', 'select#_unit', this.show_or_hide_unit_variation );
|
16 |
$( document ).bind( 'woocommerce_variations_save_variations_on_submit', this.save_variations );
|
17 |
|
18 |
$( document ).on( 'click', '.wc-gzd-general-product-data-tab', this.on_click_general_product_data );
|
19 |
+
|
20 |
+
$( 'select.variation_actions' ).on( 'variable_delivery_time_ajax_data', this.onSetDeliveryTime );
|
21 |
+
$( 'select.variation_actions' ).on( 'variable_unit_product_ajax_data', this.onSetProductUnit );
|
22 |
+
|
23 |
+
$( '#variable_product_options' )
|
24 |
+
.on( 'change', 'input.variable_service', this.variable_is_service )
|
25 |
+
.on( 'change', 'input.variable_used_good', this.variable_is_used_good )
|
26 |
+
.on( 'change', 'input.variable_defective_copy', this.variable_is_defective_copy );
|
27 |
+
|
28 |
+
$( 'input.variable_service, input.variable_used_good, input.variable_defective_copy' ).trigger( 'change' );
|
29 |
+
},
|
30 |
+
|
31 |
+
variations_loaded: function( event, needsUpdate ) {
|
32 |
+
needsUpdate = needsUpdate || false;
|
33 |
+
|
34 |
+
var wrapper = $( '#woocommerce-product-data' );
|
35 |
+
|
36 |
+
if ( ! needsUpdate ) {
|
37 |
+
$( 'input.variable_service, input.variable_used_good, input.variable_defective_copy', wrapper ).trigger( 'change' );
|
38 |
+
}
|
39 |
+
},
|
40 |
+
|
41 |
+
variable_is_service: function() {
|
42 |
+
$( this ).closest( '.woocommerce_variation' ).find( '.show_if_variation_service' ).hide();
|
43 |
+
|
44 |
+
if ( $( this ).is( ':checked' ) ) {
|
45 |
+
$( this ).closest( '.woocommerce_variation' ).find( '.show_if_variation_service' ).show();
|
46 |
+
}
|
47 |
+
},
|
48 |
+
|
49 |
+
variable_is_used_good: function() {
|
50 |
+
$( this ).closest( '.woocommerce_variation' ).find( '.show_if_variation_used_good' ).hide();
|
51 |
+
|
52 |
+
if ( $( this ).is( ':checked' ) ) {
|
53 |
+
$( this ).closest( '.woocommerce_variation' ).find( '.show_if_variation_used_good' ).show();
|
54 |
+
}
|
55 |
+
},
|
56 |
+
|
57 |
+
variable_is_defective_copy: function() {
|
58 |
+
$( this ).closest( '.woocommerce_variation' ).find( '.show_if_variation_defective_copy' ).hide();
|
59 |
+
|
60 |
+
if ( $( this ).is( ':checked' ) ) {
|
61 |
+
$( this ).closest( '.woocommerce_variation' ).find( '.show_if_variation_defective_copy' ).show();
|
62 |
+
}
|
63 |
+
},
|
64 |
+
|
65 |
+
onSetDeliveryTime: function( e, data ) {
|
66 |
+
return wc_gzd_product_variations_actions.onVariationAction( data, 'set_delivery_time' );
|
67 |
+
},
|
68 |
+
|
69 |
+
onSetProductUnit: function( e, data ) {
|
70 |
+
return wc_gzd_product_variations_actions.onVariationAction( data, 'set_product_unit' );
|
71 |
+
},
|
72 |
+
|
73 |
+
onVariationAction: function( data, type ) {
|
74 |
+
var value = window.prompt( wc_gzd_product_variations_actions.params['i18n_' + type] );
|
75 |
+
|
76 |
+
if ( value !== null ) {
|
77 |
+
data.value = value;
|
78 |
+
|
79 |
+
return data;
|
80 |
+
} else {
|
81 |
+
return;
|
82 |
+
}
|
83 |
},
|
84 |
|
85 |
on_click_general_product_data: function() {
|
assets/js/admin/product-variations.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(t){var e={params:{},init:function(){this.params=wc_gzd_admin_product_variations_params,t("#woocommerce-product-data").on("woocommerce_variations_loaded",this.variations_loaded),t("#woocommerce-product-data").on("click",".woocommerce_variation",this.show_or_hide_unit_variation),t("#general_product_data").on("blur","input#_unit_base",this.show_or_hide_unit_variation),t("#general_product_data").on("change","select#_unit",this.show_or_hide_unit_variation),t(document).bind("woocommerce_variations_save_variations_button",this.save_variations),t(document).bind("woocommerce_variations_save_variations_on_submit",this.save_variations),t(document).on("click",".wc-gzd-general-product-data-tab",this.on_click_general_product_data),t("select.variation_actions").on("variable_delivery_time_ajax_data",this.onSetDeliveryTime),t("select.variation_actions").on("variable_unit_product_ajax_data",this.onSetProductUnit),t("#variable_product_options").on("change","input.variable_service",this.variable_is_service).on("change","input.variable_used_good",this.variable_is_used_good).on("change","input.variable_defective_copy",this.variable_is_defective_copy),t("input.variable_service, input.variable_used_good, input.variable_defective_copy").trigger("change")},variations_loaded:function(i,a){a=a||!1;var e=t("#woocommerce-product-data");a||t("input.variable_service, input.variable_used_good, input.variable_defective_copy",e).trigger("change")},variable_is_service:function(){t(this).closest(".woocommerce_variation").find(".show_if_variation_service").hide(),t(this).is(":checked")&&t(this).closest(".woocommerce_variation").find(".show_if_variation_service").show()},variable_is_used_good:function(){t(this).closest(".woocommerce_variation").find(".show_if_variation_used_good").hide(),t(this).is(":checked")&&t(this).closest(".woocommerce_variation").find(".show_if_variation_used_good").show()},variable_is_defective_copy:function(){t(this).closest(".woocommerce_variation").find(".show_if_variation_defective_copy").hide(),t(this).is(":checked")&&t(this).closest(".woocommerce_variation").find(".show_if_variation_defective_copy").show()},onSetDeliveryTime:function(i,a){return e.onVariationAction(a,"set_delivery_time")},onSetProductUnit:function(i,a){return e.onVariationAction(a,"set_product_unit")},onVariationAction:function(i,a){a=window.prompt(e.params["i18n_"+a]);if(null!==a)return i.value=a,i},on_click_general_product_data:function(){return t("ul.wc-tabs > li.general_options > a").trigger("click"),!1},save_variations:function(){var o=t(".woocommerce_variations").find(".woocommerce_variation");t.each(["unit","unit_base","unit_product"],function(i,a){var e=t("#_"+a).val();o.each(function(){t(this).find(".wc-gzd-parent-"+a).val(e)})})},show_or_hide_unit_variation:function(){var i;e.is_variable()&&(t(".variable_pricing_unit .form-row").hide(),t(".variable_pricing_unit .wc-gzd-unit-price-disabled-notice").show(),!e.has_unit_price()&&e.has_unit()?(t(".variable_pricing_unit .form-row").hide(),t(".variable_pricing_unit .wc-gzd-unit-price-disabled-notice").show(),t(".variable_pricing_unit").find("input[name*=variable_unit_product]").parents(".form-row").show()):e.has_unit_price()&&(t(".variable_pricing_unit .form-row").show(),t(".variable_pricing_unit .wc-gzd-unit-price-disabled-notice").hide()),0<(i=t(".variable_pricing_unit .form-row:not(.wc-gzd-unit-price-disabled-notice):visible:last")).length&&i.hasClass("form-row-first")?t(".variable_pricing_unit .wc-gzd-unit-price-disabled-notice").removeClass("form-row-first").addClass("form-row-last"):t(".variable_pricing_unit .wc-gzd-unit-price-disabled-notice").removeClass("form-row-last").addClass("form-row-first"))},is_variable:function(){return"variable"===t("select#product-type").val()},has_unit:function(){return"0"!==t("#_unit").val()},has_unit_price:function(){return"0"!==t("#_unit").val()&&0!==t("#_unit_base").val().length}};e.init()});
|
assets/js/admin/product.js
CHANGED
@@ -1,12 +1,93 @@
|
|
1 |
jQuery( function ( $ ) {
|
2 |
var wc_gzd_product = {
|
3 |
|
|
|
|
|
4 |
init: function() {
|
5 |
-
var self
|
6 |
|
7 |
$( document )
|
8 |
.on( 'click', 'a.wc-gzd-add-new-country-specific-delivery-time', self.onAddNewDeliveryTime )
|
9 |
-
.on( 'click', 'a.wc-gzd-remove-country-specific-delivery-time', self.onRemoveDeliveryTime )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
},
|
11 |
|
12 |
onAddNewDeliveryTime: function() {
|
1 |
jQuery( function ( $ ) {
|
2 |
var wc_gzd_product = {
|
3 |
|
4 |
+
warranty_upload_file_frame: false,
|
5 |
+
|
6 |
init: function() {
|
7 |
+
var self = wc_gzd_product;
|
8 |
|
9 |
$( document )
|
10 |
.on( 'click', 'a.wc-gzd-add-new-country-specific-delivery-time', self.onAddNewDeliveryTime )
|
11 |
+
.on( 'click', 'a.wc-gzd-remove-country-specific-delivery-time', self.onRemoveDeliveryTime )
|
12 |
+
.on( 'change', 'input[name=_defective_copy]', self.onChangeDefectiveCopy )
|
13 |
+
.on( 'click', '.upload_warranty_button', self.onUploadWarranty )
|
14 |
+
.on( 'click', 'a.wc-gzd-warranty-delete', self.onRemoveWarranty );
|
15 |
+
|
16 |
+
$( 'input[name=_defective_copy]' ).trigger( 'change' );
|
17 |
+
},
|
18 |
+
|
19 |
+
onUploadWarranty: function( e ) {
|
20 |
+
var self = wc_gzd_product,
|
21 |
+
$el = $( this ),
|
22 |
+
$delete_btn = $el.closest( 'p.form-field, p.form-row' ).find( 'a.wc-gzd-warranty-delete' ),
|
23 |
+
$attach_field = $el.closest( 'p.form-field, p.form-row' ).find( '.wc-gzd-warranty-attachment' );
|
24 |
+
|
25 |
+
e.preventDefault();
|
26 |
+
|
27 |
+
// Create the media frame.
|
28 |
+
self.warranty_upload_file_frame = wp.media.frames.customHeader = wp.media({
|
29 |
+
// Set the title of the modal.
|
30 |
+
title: $el.data( 'choose' ),
|
31 |
+
library: {
|
32 |
+
type: 'application/pdf'
|
33 |
+
},
|
34 |
+
button: {
|
35 |
+
text: $el.data( 'update' )
|
36 |
+
},
|
37 |
+
multiple: false,
|
38 |
+
});
|
39 |
+
|
40 |
+
// When an image is selected, run a callback.
|
41 |
+
self.warranty_upload_file_frame.on( 'select', function() {
|
42 |
+
var selection = self.warranty_upload_file_frame.state().get( 'selection' );
|
43 |
+
|
44 |
+
selection.map( function( attachment ) {
|
45 |
+
attachment = attachment.toJSON();
|
46 |
+
|
47 |
+
if ( attachment.filename ) {
|
48 |
+
$el.text( attachment.filename );
|
49 |
+
$delete_btn.removeClass( 'file-missing' ).show();
|
50 |
+
$attach_field.val( attachment.id );
|
51 |
+
}
|
52 |
+
});
|
53 |
+
});
|
54 |
+
|
55 |
+
self.warranty_upload_file_frame.on( 'open', function() {
|
56 |
+
var selection = self.warranty_upload_file_frame.state().get( 'selection' );
|
57 |
+
var id = $attach_field.val();
|
58 |
+
|
59 |
+
if ( id.length > 0 ) {
|
60 |
+
var attachment = wp.media.attachment( id );
|
61 |
+
selection.add( attachment ? [attachment] : [] );
|
62 |
+
|
63 |
+
self.warranty_upload_file_frame.content.mode( 'browse' );
|
64 |
+
} else {
|
65 |
+
selection.remove();
|
66 |
+
|
67 |
+
self.warranty_upload_file_frame.content.mode( 'upload' );
|
68 |
+
}
|
69 |
+
});
|
70 |
+
|
71 |
+
// Finally, open the modal.
|
72 |
+
self.warranty_upload_file_frame.open();
|
73 |
+
},
|
74 |
+
|
75 |
+
onRemoveWarranty: function() {
|
76 |
+
var $field = $( this ).closest( 'p.form-field, p.form-row' );
|
77 |
+
|
78 |
+
$field.find( '.wc-gzd-warranty-attachment' ).val( '' );
|
79 |
+
$field.find( 'a.upload_warranty_button' ).text( $field.find( 'a.upload_warranty_button' ).data( 'default-label' ) );
|
80 |
+
$field.find( 'a.wc-gzd-warranty-delete' ).addClass( 'file-missing' ).hide();
|
81 |
+
|
82 |
+
return false;
|
83 |
+
},
|
84 |
+
|
85 |
+
onChangeDefectiveCopy: function() {
|
86 |
+
if ( $( this ).is( ':checked' ) ) {
|
87 |
+
$( '#wc-gzd-product-defect-description' ).addClass( 'show' ).show();
|
88 |
+
} else {
|
89 |
+
$( '#wc-gzd-product-defect-description' ).removeClass( 'show' ).hide();
|
90 |
+
}
|
91 |
},
|
92 |
|
93 |
onAddNewDeliveryTime: function() {
|
assets/js/admin/product.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(i){var o={warranty_upload_file_frame:!1,init:function(){var e=o;i(document).on("click","a.wc-gzd-add-new-country-specific-delivery-time",e.onAddNewDeliveryTime).on("click","a.wc-gzd-remove-country-specific-delivery-time",e.onRemoveDeliveryTime).on("change","input[name=_defective_copy]",e.onChangeDefectiveCopy).on("click",".upload_warranty_button",e.onUploadWarranty).on("click","a.wc-gzd-warranty-delete",e.onRemoveWarranty),i("input[name=_defective_copy]").trigger("change")},onUploadWarranty:function(e){var a=o,t=i(this),n=t.closest("p.form-field, p.form-row").find("a.wc-gzd-warranty-delete"),r=t.closest("p.form-field, p.form-row").find(".wc-gzd-warranty-attachment");e.preventDefault(),a.warranty_upload_file_frame=wp.media.frames.customHeader=wp.media({title:t.data("choose"),library:{type:"application/pdf"},button:{text:t.data("update")},multiple:!1}),a.warranty_upload_file_frame.on("select",function(){a.warranty_upload_file_frame.state().get("selection").map(function(e){(e=e.toJSON()).filename&&(t.text(e.filename),n.removeClass("file-missing").show(),r.val(e.id))})}),a.warranty_upload_file_frame.on("open",function(){var e=a.warranty_upload_file_frame.state().get("selection"),t=r.val();0<t.length?(t=wp.media.attachment(t),e.add(t?[t]:[]),a.warranty_upload_file_frame.content.mode("browse")):(e.remove(),a.warranty_upload_file_frame.content.mode("upload"))}),a.warranty_upload_file_frame.open()},onRemoveWarranty:function(){var e=i(this).closest("p.form-field, p.form-row");return e.find(".wc-gzd-warranty-attachment").val(""),e.find("a.upload_warranty_button").text(e.find("a.upload_warranty_button").data("default-label")),e.find("a.wc-gzd-warranty-delete").addClass("file-missing").hide(),!1},onChangeDefectiveCopy:function(){i(this).is(":checked")?i("#wc-gzd-product-defect-description").addClass("show").show():i("#wc-gzd-product-defect-description").removeClass("show").hide()},onAddNewDeliveryTime:function(){var e=i(this).parents("#shipping_product_data"),t=(e=0===e.length?i(this).parents(".woocommerce_variable_attributes"):e).find(".wc-gzd-add-country-specific-delivery-time-template .wc-gzd-delivery-time-search.enhanced");0<t.length&&(t.selectWoo("destroy"),t.removeClass("enhanced"));t=e.find(".wc-gzd-add-country-specific-delivery-time-template:first").clone();return t.removeClass("wc-gzd-add-country-specific-delivery-time-template").addClass("wc-gzd-country-specific-delivery-time-new"),e.find(".wc-gzd-new-country-specific-delivery-time-placeholder").append(t).show(),i(document.body).trigger("wc-enhanced-select-init"),!1},onRemoveDeliveryTime:function(){var e=i(this).parents(".form-row, .form-field");return e.find("select").trigger("change"),e.remove(),!1}};o.init()});
|
assets/js/unit-price-observer.js
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
var GermanizedUnitPriceObserver = function( $form ) {
|
4 |
var self = this;
|
5 |
|
6 |
-
self.$form
|
7 |
-
self.params
|
8 |
-
self.$wrapper
|
9 |
-
self.$product
|
10 |
-
self.requests
|
11 |
-
self.observer
|
12 |
-
self.timeout
|
13 |
|
14 |
if ( self.$wrapper.length <= 0 ) {
|
15 |
self.$wrapper = self.$product;
|
@@ -32,9 +32,42 @@
|
|
32 |
} else {
|
33 |
self.productId = $form.find( '*[name=add-to-cart][type=submit]' ).length > 0 ? $form.find( '*[name=add-to-cart][type=submit]' ).val() : self.params.product_id;
|
34 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
}
|
36 |
};
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
GermanizedUnitPriceObserver.prototype.getPriceNode = function( self, priceSelector, isPrimarySelector ) {
|
39 |
isPrimarySelector = ( typeof isPrimarySelector === 'undefined' ) ? false : isPrimarySelector;
|
40 |
|
@@ -47,6 +80,14 @@
|
|
47 |
return $node;
|
48 |
};
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
GermanizedUnitPriceObserver.prototype.initObserver = function( self ) {
|
51 |
if ( Object.keys( self.observer ).length !== 0 ) {
|
52 |
return;
|
@@ -70,21 +111,33 @@
|
|
70 |
self.abortAjaxRequests( self );
|
71 |
}
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
/**
|
74 |
* Need to use a tweak here to make sure our variation listener
|
75 |
* has already adjusted the variationId (in case necessary).
|
76 |
*/
|
77 |
self.timeout = setTimeout(function() {
|
78 |
-
var priceData = self.getCurrentPriceData( self, priceSelector, priceArgs['is_total_price'], isPrimary );
|
79 |
|
80 |
if ( priceData ) {
|
81 |
/**
|
82 |
* Do only fire AJAX requests in case no other requests (e.g. from other plugins) are currently running.
|
83 |
*/
|
84 |
if ( $.active <= 0 ) {
|
|
|
85 |
self.refreshUnitPrice( self, priceData.price, priceData.unit_price, priceData.sale_price, priceData.quantity );
|
86 |
}
|
87 |
}
|
|
|
|
|
|
|
|
|
88 |
}, 500 );
|
89 |
};
|
90 |
|
@@ -145,14 +198,15 @@
|
|
145 |
self.initObserver( self );
|
146 |
};
|
147 |
|
148 |
-
GermanizedUnitPriceObserver.prototype.getCurrentPriceData = function( self, priceSelector, isTotalPrice, isPrimary ) {
|
149 |
-
|
|
|
150 |
|
151 |
if ( $price.length > 0 ) {
|
152 |
-
var $unit_price =
|
153 |
sale_price = '',
|
154 |
$priceInner = $price.find( '.amount:first' ),
|
155 |
-
$qty = $( self.params.wrapper + ' ' +
|
156 |
qty = 1;
|
157 |
|
158 |
if ( $qty.length > 0 ) {
|
@@ -224,9 +278,39 @@
|
|
224 |
return price;
|
225 |
};
|
226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
GermanizedUnitPriceObserver.prototype.refreshUnitPrice = function( self, price, $unit_price, sale_price, quantity ) {
|
228 |
self.abortAjaxRequests( self );
|
229 |
|
|
|
|
|
230 |
self.requests.push( $.ajax({
|
231 |
type: "POST",
|
232 |
url: self.params.wc_ajax_url.toString().replace( '%%endpoint%%', 'gzd_refresh_unit_price' ),
|
@@ -244,11 +328,17 @@
|
|
244 |
*/
|
245 |
if ( parseInt( data.product_id ) === self.getCurrentProductId( self ) ) {
|
246 |
if ( data.hasOwnProperty( 'unit_price_html' ) ) {
|
247 |
-
|
|
|
|
|
248 |
}
|
|
|
|
|
249 |
}
|
250 |
},
|
251 |
-
error: function( data ) {
|
|
|
|
|
252 |
dataType: 'json'
|
253 |
} ) );
|
254 |
};
|
3 |
var GermanizedUnitPriceObserver = function( $form ) {
|
4 |
var self = this;
|
5 |
|
6 |
+
self.$form = $form;
|
7 |
+
self.params = wc_gzd_unit_price_observer_params;
|
8 |
+
self.$wrapper = $form.closest( self.params.wrapper );
|
9 |
+
self.$product = $form.closest( '.product' );
|
10 |
+
self.requests = [];
|
11 |
+
self.observer = {};
|
12 |
+
self.timeout = false;
|
13 |
|
14 |
if ( self.$wrapper.length <= 0 ) {
|
15 |
self.$wrapper = self.$product;
|
32 |
} else {
|
33 |
self.productId = $form.find( '*[name=add-to-cart][type=submit]' ).length > 0 ? $form.find( '*[name=add-to-cart][type=submit]' ).val() : self.params.product_id;
|
34 |
}
|
35 |
+
|
36 |
+
if ( self.params.refresh_on_load ) {
|
37 |
+
$.each( self.params.price_selector, function( priceSelector, priceArgs ) {
|
38 |
+
var isPrimary = priceArgs.hasOwnProperty( 'is_primary_selector' ) ? priceArgs['is_primary_selector'] : false,
|
39 |
+
$price = self.getPriceNode( self, priceSelector, isPrimary ),
|
40 |
+
$unitPrice = self.getUnitPriceNode( self, $price );
|
41 |
+
|
42 |
+
if ( $unitPrice.length > 0 ) {
|
43 |
+
self.setUnitPriceLoading( self, $unitPrice );
|
44 |
+
|
45 |
+
setTimeout( function() {
|
46 |
+
var priceData = self.getCurrentPriceData( self, priceSelector, priceArgs['is_total_price'], isPrimary, priceArgs['quantity_selector'] );
|
47 |
+
|
48 |
+
if ( priceData ) {
|
49 |
+
self.refreshUnitPrice( self, priceData.price, priceData.unit_price, priceData.sale_price, priceData.quantity );
|
50 |
+
} else if ( $unitPrice.length > 0 ) {
|
51 |
+
self.unsetUnitPriceLoading( self, $unitPrice );
|
52 |
+
}
|
53 |
+
}, 250 );
|
54 |
+
}
|
55 |
+
} );
|
56 |
+
}
|
57 |
}
|
58 |
};
|
59 |
|
60 |
+
GermanizedUnitPriceObserver.prototype.getTextWidth = function( $element ) {
|
61 |
+
var htmlOrg = $element.html();
|
62 |
+
var html_calc = '<span>' + htmlOrg + '</span>';
|
63 |
+
|
64 |
+
$element.html( html_calc );
|
65 |
+
var textWidth = $element.find( 'span:first' ).width();
|
66 |
+
$element.html( htmlOrg );
|
67 |
+
|
68 |
+
return textWidth;
|
69 |
+
};
|
70 |
+
|
71 |
GermanizedUnitPriceObserver.prototype.getPriceNode = function( self, priceSelector, isPrimarySelector ) {
|
72 |
isPrimarySelector = ( typeof isPrimarySelector === 'undefined' ) ? false : isPrimarySelector;
|
73 |
|
80 |
return $node;
|
81 |
};
|
82 |
|
83 |
+
GermanizedUnitPriceObserver.prototype.getUnitPriceNode = function( self, $price ) {
|
84 |
+
if ( $price.length <= 0 ) {
|
85 |
+
return [];
|
86 |
+
}
|
87 |
+
|
88 |
+
return $price.parents( self.params.wrapper ).find( '.price-unit:first' );
|
89 |
+
};
|
90 |
+
|
91 |
GermanizedUnitPriceObserver.prototype.initObserver = function( self ) {
|
92 |
if ( Object.keys( self.observer ).length !== 0 ) {
|
93 |
return;
|
111 |
self.abortAjaxRequests( self );
|
112 |
}
|
113 |
|
114 |
+
var $unitPrice = self.getUnitPriceNode( self, $node ),
|
115 |
+
hasRefreshed = false;
|
116 |
+
|
117 |
+
if ( $unitPrice.length > 0 ) {
|
118 |
+
self.setUnitPriceLoading( self, $unitPrice );
|
119 |
+
}
|
120 |
+
|
121 |
/**
|
122 |
* Need to use a tweak here to make sure our variation listener
|
123 |
* has already adjusted the variationId (in case necessary).
|
124 |
*/
|
125 |
self.timeout = setTimeout(function() {
|
126 |
+
var priceData = self.getCurrentPriceData( self, priceSelector, priceArgs['is_total_price'], isPrimary, priceArgs['quantity_selector'] );
|
127 |
|
128 |
if ( priceData ) {
|
129 |
/**
|
130 |
* Do only fire AJAX requests in case no other requests (e.g. from other plugins) are currently running.
|
131 |
*/
|
132 |
if ( $.active <= 0 ) {
|
133 |
+
hasRefreshed = true;
|
134 |
self.refreshUnitPrice( self, priceData.price, priceData.unit_price, priceData.sale_price, priceData.quantity );
|
135 |
}
|
136 |
}
|
137 |
+
|
138 |
+
if ( ! hasRefreshed && $unitPrice.length > 0 ) {
|
139 |
+
self.unsetUnitPriceLoading( self, $unitPrice );
|
140 |
+
}
|
141 |
}, 500 );
|
142 |
};
|
143 |
|
198 |
self.initObserver( self );
|
199 |
};
|
200 |
|
201 |
+
GermanizedUnitPriceObserver.prototype.getCurrentPriceData = function( self, priceSelector, isTotalPrice, isPrimary, quantitySelector ) {
|
202 |
+
quantitySelector = quantitySelector && '' !== quantitySelector ? quantitySelector : self.params.qty_selector;
|
203 |
+
var $price = self.getPriceNode( self, priceSelector, isPrimary );
|
204 |
|
205 |
if ( $price.length > 0 ) {
|
206 |
+
var $unit_price = self.getUnitPriceNode( self, $price ),
|
207 |
sale_price = '',
|
208 |
$priceInner = $price.find( '.amount:first' ),
|
209 |
+
$qty = $( self.params.wrapper + ' ' + quantitySelector + ':first' ),
|
210 |
qty = 1;
|
211 |
|
212 |
if ( $qty.length > 0 ) {
|
278 |
return price;
|
279 |
};
|
280 |
|
281 |
+
GermanizedUnitPriceObserver.prototype.setUnitPriceLoading = function( self, $unit_price ) {
|
282 |
+
var unitPriceOrg = $unit_price.html();
|
283 |
+
|
284 |
+
if ( ! $unit_price.hasClass( 'loading' ) ) {
|
285 |
+
var textWidth = self.getTextWidth( $unit_price ),
|
286 |
+
textHeight = $unit_price.find( 'span' ).length > 0 ? $unit_price.find( 'span' ).innerHeight() : $unit_price.height();
|
287 |
+
/**
|
288 |
+
* @see https://github.com/zalog/placeholder-loading
|
289 |
+
*/
|
290 |
+
$unit_price.html( '<span class="wc-gzd-placeholder-loading"><span class="wc-gzd-placeholder-row" style="height: ' + $unit_price.height() + 'px;"><span class="wc-gzd-placeholder-row-col-4" style="width: ' + textWidth + 'px; height: ' + textHeight + 'px;"></span></span></span>' );
|
291 |
+
$unit_price.addClass( 'loading' );
|
292 |
+
$unit_price.data( 'org-html', unitPriceOrg );
|
293 |
+
} else {
|
294 |
+
unitPriceOrg = $unit_price.data( 'org-html' );
|
295 |
+
}
|
296 |
+
|
297 |
+
return unitPriceOrg;
|
298 |
+
};
|
299 |
+
|
300 |
+
GermanizedUnitPriceObserver.prototype.unsetUnitPriceLoading = function( self, $unit_price, newHtml ) {
|
301 |
+
newHtml = newHtml || $unit_price.data( 'org-html' );
|
302 |
+
|
303 |
+
if ( $unit_price.hasClass( 'loading' ) ) {
|
304 |
+
$unit_price.html( newHtml );
|
305 |
+
$unit_price.removeClass( 'loading' ).show();
|
306 |
+
}
|
307 |
+
};
|
308 |
+
|
309 |
GermanizedUnitPriceObserver.prototype.refreshUnitPrice = function( self, price, $unit_price, sale_price, quantity ) {
|
310 |
self.abortAjaxRequests( self );
|
311 |
|
312 |
+
var unitPriceOrgHtml = self.setUnitPriceLoading( self, $unit_price );
|
313 |
+
|
314 |
self.requests.push( $.ajax({
|
315 |
type: "POST",
|
316 |
url: self.params.wc_ajax_url.toString().replace( '%%endpoint%%', 'gzd_refresh_unit_price' ),
|
328 |
*/
|
329 |
if ( parseInt( data.product_id ) === self.getCurrentProductId( self ) ) {
|
330 |
if ( data.hasOwnProperty( 'unit_price_html' ) ) {
|
331 |
+
self.unsetUnitPriceLoading( self, $unit_price, data.unit_price_html );
|
332 |
+
} else {
|
333 |
+
self.unsetUnitPriceLoading( self, $unit_price );
|
334 |
}
|
335 |
+
} else {
|
336 |
+
self.unsetUnitPriceLoading( self, $unit_price );
|
337 |
}
|
338 |
},
|
339 |
+
error: function( data ) {
|
340 |
+
self.unsetUnitPriceLoading( self, $unit_price );
|
341 |
+
},
|
342 |
dataType: 'json'
|
343 |
} ) );
|
344 |
};
|
assets/js/unit-price-observer.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(p,
|
1 |
+
!function(p,r){function e(e){var a=this;a.$form=e,a.params=wc_gzd_unit_price_observer_params,a.$wrapper=e.closest(a.params.wrapper),a.$product=e.closest(".product"),a.requests=[],a.observer={},a.timeout=!1,a.$wrapper.length<=0&&(a.$wrapper=a.$product),("MutationObserver"in r||"WebKitMutationObserver"in r||"MozMutationObserver"in r)&&(a.$form.addClass("has-unit-price-observer"),a.initObserver(a),e.hasClass("variations_form")?(a.productId=0<e.find("input[name=product_id]").length?e.find("input[name=product_id]").val():e.data("product_id"),a.variationId=0<e.find("input[name=variation_id]").length?e.find("input[name=variation_id]").val():0,e.find("input[name=variation_id]").length<=0&&(a.variationId=0<e.find("input.variation_id").length?e.find("input.variation_id").val():0),e.on("reset_data",{GermanizedUnitPriceObserver:a},a.onResetVariation),e.on("found_variation.wc-variation-form",{GermanizedUnitPriceObserver:a},a.onFoundVariation)):a.productId=0<e.find("*[name=add-to-cart][type=submit]").length?e.find("*[name=add-to-cart][type=submit]").val():a.params.product_id,a.params.refresh_on_load&&p.each(a.params.price_selector,function(t,r){var i=!!r.hasOwnProperty("is_primary_selector")&&r.is_primary_selector,e=a.getPriceNode(a,t,i),n=a.getUnitPriceNode(a,e);0<n.length&&(a.setUnitPriceLoading(a,n),setTimeout(function(){var e=a.getCurrentPriceData(a,t,r.is_total_price,i,r.quantity_selector);e?a.refreshUnitPrice(a,e.price,e.unit_price,e.sale_price,e.quantity):0<n.length&&a.unsetUnitPriceLoading(a,n)},250))}))}e.prototype.getTextWidth=function(e){var t=e.html();e.html("<span>"+t+"</span>");var r=e.find("span:first").width();return e.html(t),r},e.prototype.getPriceNode=function(e,t,r){r=void 0!==r&&r;t=e.$wrapper.find(t+":not(.price-unit):visible:last");return t=r&&t.length<=0&&e.$form.hasClass("variations_form")?e.$wrapper.find(".woocommerce-variation-price span.price:not(.price-unit):visible:last"):t},e.prototype.getUnitPriceNode=function(e,t){return t.length<=0?[]:t.parents(e.params.wrapper).find(".price-unit:first")},e.prototype.initObserver=function(c){0===Object.keys(c.observer).length&&p.each(c.params.price_selector,function(n,a){var e,o=!!a.hasOwnProperty("is_primary_selector")&&a.is_primary_selector,s=c.getPriceNode(c,n,o),t=!1;0<s.length&&(e=function(e,t){c.timeout&&(clearTimeout(c.timeout),c.abortAjaxRequests(c));var r=c.getUnitPriceNode(c,s),i=!1;0<r.length&&c.setUnitPriceLoading(c,r),c.timeout=setTimeout(function(){var e=c.getCurrentPriceData(c,n,a.is_total_price,o,a.quantity_selector);e&&p.active<=0&&(i=!0,c.refreshUnitPrice(c,e.price,e.unit_price,e.sale_price,e.quantity)),!i&&0<r.length&&c.unsetUnitPriceLoading(c,r)},500)},"MutationObserver"in r?t=new r.MutationObserver(e):"WebKitMutationObserver"in r?t=new r.WebKitMutationObserver(e):"MozMutationObserver"in r&&(t=new r.MozMutationObserver(e)),t&&(c.observer[n]=t,c.observer[n].observe(s[0],{childList:!0,subtree:!0,characterData:!0})))})},e.prototype.cancelObserver=function(e){if(0<e.observer.length)for(var t in e.observer)e.observer.hasOwnProperty(t)&&(e.observer[t].disconnect(),delete e.observer[t])},e.prototype.abortAjaxRequests=function(e){if(0<e.requests.length)for(var t=0;t<e.requests.length;t++)e.requests[t].abort()},e.prototype.onResetVariation=function(e){e.data.GermanizedUnitPriceObserver.variationId=0},e.prototype.onFoundVariation=function(e,t){e=e.data.GermanizedUnitPriceObserver;t.hasOwnProperty("variation_id")&&(e.variationId=t.variation_id),e.initObserver(e)},e.prototype.getCurrentPriceData=function(e,t,r,i,n){n=n&&""!==n?n:e.params.qty_selector;var a=e.getPriceNode(e,t,i);if(0<a.length){var o=e.getUnitPriceNode(e,a),s="",t=a.find(".amount:first"),i=p(e.params.wrapper+" "+n+":first"),n=1;0<i.length&&(n=parseFloat(i.val())),t.length<=0&&(t=0<a.find(".price").length?a.find(".price"):a);t=e.getRawPrice(t,e.params.price_decimal_sep);if(1<a.find(".amount").length&&(s=e.getRawPrice(a.find(".amount:last"),e.params.price_decimal_sep)),0<o.length&&t)return r&&(t=parseFloat(t)/n,0<s.length&&(s=parseFloat(s)/n)),{price:t,unit_price:o,sale_price:s,quantity:n}}return!1},e.prototype.getCurrentProductId=function(e){var t=e.productId;return 0<e.variationId&&(t=e.variationId),parseInt(t)},e.prototype.getRawPrice=function(t,e){var r=0<t.length?t.text():"",t=!1;try{t=accounting.unformat(r,e)}catch(e){t=!1}return t},e.prototype.setUnitPriceLoading=function(e,t){var r,i=t.html();return t.hasClass("loading")?i=t.data("org-html"):(r=e.getTextWidth(t),e=0<t.find("span").length?t.find("span").innerHeight():t.height(),t.html('<span class="wc-gzd-placeholder-loading"><span class="wc-gzd-placeholder-row" style="height: '+t.height()+'px;"><span class="wc-gzd-placeholder-row-col-4" style="width: '+r+"px; height: "+e+'px;"></span></span></span>'),t.addClass("loading"),t.data("org-html",i)),i},e.prototype.unsetUnitPriceLoading=function(e,t,r){r=r||t.data("org-html"),t.hasClass("loading")&&(t.html(r),t.removeClass("loading").show())},e.prototype.refreshUnitPrice=function(t,e,r,i,n){t.abortAjaxRequests(t);t.setUnitPriceLoading(t,r);t.requests.push(p.ajax({type:"POST",url:t.params.wc_ajax_url.toString().replace("%%endpoint%%","gzd_refresh_unit_price"),data:{security:t.params.refresh_unit_price_nonce,product_id:t.getCurrentProductId(t),price:e,price_sale:i,quantity:n},success:function(e){parseInt(e.product_id)===t.getCurrentProductId(t)&&e.hasOwnProperty("unit_price_html")?t.unsetUnitPriceLoading(t,r,e.unit_price_html):t.unsetUnitPriceLoading(t,r)},error:function(e){t.unsetUnitPriceLoading(t,r)},dataType:"json"}))},p.fn.wc_germanized_unit_price_observer=function(){return new e(this),this},p(function(){"undefined"!=typeof wc_gzd_unit_price_observer_params&&p(".variations_form, "+wc_gzd_unit_price_observer_params.wrapper+" form.cart").each(function(){p(this).wc_germanized_unit_price_observer()})})}(jQuery,window,document),window.germanized=window.germanized||{};
|
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\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Dennis Nissle <info@vendidero.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 3.0\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
17 |
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
@@ -768,7 +768,7 @@ msgstr ""
|
|
768 |
|
769 |
# @ woocommerce-germanized
|
770 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:75
|
771 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
772 |
msgctxt "dhl day context"
|
773 |
msgid "None"
|
774 |
msgstr "Keiner"
|
@@ -827,8 +827,8 @@ msgid "Return shipment #{shipment_id} to order #{order_id}"
|
|
827 |
msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
|
828 |
|
829 |
# @ woocommerce-germanized
|
830 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
831 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
832 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1071
|
833 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1755
|
834 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
|
@@ -837,62 +837,62 @@ msgid "Packstation"
|
|
837 |
msgstr "Packstation"
|
838 |
|
839 |
# @ woocommerce-germanized
|
840 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
841 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
842 |
msgctxt "dhl"
|
843 |
msgid "Postfiliale"
|
844 |
msgstr "Postfiliale"
|
845 |
|
846 |
# @ woocommerce-germanized
|
847 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
848 |
msgctxt "dhl"
|
849 |
msgid "DHL Retoure International A"
|
850 |
msgstr "DHL Retoure International A"
|
851 |
|
852 |
# @ woocommerce-germanized
|
853 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
854 |
msgctxt "dhl"
|
855 |
msgid "DHL Retoure International B"
|
856 |
msgstr "DHL Retoure International B"
|
857 |
|
858 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
859 |
msgctxt "dhl"
|
860 |
msgid "DHL Retoure Online"
|
861 |
msgstr "DHL Retoure Online"
|
862 |
|
863 |
# @ woocommerce-germanized
|
864 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
865 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
866 |
msgctxt "dhl"
|
867 |
msgid "DHL Paket International"
|
868 |
msgstr "DHL Paket International"
|
869 |
|
870 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
871 |
msgctxt "dhl"
|
872 |
msgid "DHL Paket Connect"
|
873 |
msgstr "DHL Paket Connect"
|
874 |
|
875 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
876 |
msgctxt "dhl"
|
877 |
msgid "DHL Europaket (B2B)"
|
878 |
msgstr "DHL Europaket (B2B)"
|
879 |
|
880 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
881 |
msgctxt "dhl"
|
882 |
msgid "DHL Paket"
|
883 |
msgstr "DHL Paket"
|
884 |
|
885 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
886 |
msgctxt "dhl"
|
887 |
msgid "DHL Paket PRIO"
|
888 |
msgstr "DHL Paket PRIO"
|
889 |
|
890 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
891 |
msgctxt "dhl"
|
892 |
msgid "DHL Paket Taggleich"
|
893 |
msgstr "DHL Paket Taggleich"
|
894 |
|
895 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
896 |
msgctxt "dhl"
|
897 |
msgid "DHL Warenpost"
|
898 |
msgstr "DHL Warenpost"
|
@@ -1098,40 +1098,45 @@ msgstr "Tracked"
|
|
1098 |
|
1099 |
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:45
|
1100 |
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:51
|
1101 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1102 |
msgctxt "dhl"
|
1103 |
msgid "Error while fetching label PDF"
|
1104 |
msgstr "Fehler beim Download des PDF Labels"
|
1105 |
|
1106 |
# @ woocommerce-germanized
|
1107 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
1108 |
msgctxt "dhl"
|
1109 |
msgid "Missing shipment"
|
1110 |
msgstr "Fehlende Sendung"
|
1111 |
|
1112 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
1113 |
msgctxt "dhl"
|
1114 |
msgid "Invalid API response"
|
1115 |
msgstr "Fehlerhafte API Rückmeldung"
|
1116 |
|
1117 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
1118 |
msgctxt "dhl"
|
1119 |
msgid "Error while authenticating user."
|
1120 |
msgstr "Fehler beim Autorisieren des Benutzers."
|
1121 |
|
1122 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
1123 |
msgctxt "dhl"
|
1124 |
msgid "Error during Warenpost International request."
|
1125 |
msgstr "Fehler beim Aufruf der Warenpost International API."
|
1126 |
|
1127 |
# @ woocommerce-germanized
|
1128 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
1129 |
#, php-format
|
1130 |
msgctxt "dhl"
|
1131 |
msgid "Error during request: %s"
|
1132 |
msgstr "Fehler beim API Zugriff: %s"
|
1133 |
|
1134 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
|
|
|
|
|
|
|
|
|
|
1135 |
#: woocommerce-germanized-dhl/src/Api/Soap.php:54
|
1136 |
#: woocommerce-germanized-dhl/src/Package.php:103
|
1137 |
#, php-format
|
@@ -1146,69 +1151,64 @@ msgstr ""
|
|
1146 |
"Zweifel deinen Hoster und stelle sicher, dass der SOAPClient <a href=\"%s"
|
1147 |
"\">installiert</a> ist."
|
1148 |
|
1149 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1150 |
#, php-format
|
1151 |
msgctxt "dhl"
|
1152 |
msgid "Error while instantiating main Internetmarke API: %s"
|
1153 |
msgstr "Fehler beim Aufruf der Internetmarke API: %s"
|
1154 |
|
1155 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1156 |
-
msgctxt "dhl"
|
1157 |
-
msgid "Internetmarke is disabled. Please enable Internetmarke."
|
1158 |
-
msgstr "Internetmarke ist deaktiviert. Bitte aktiviere die Internetmarke."
|
1159 |
-
|
1160 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:89
|
1161 |
msgctxt "dhl"
|
1162 |
msgid "Wrong username or password"
|
1163 |
msgstr "Falscher Benutzername oder Passwort"
|
1164 |
|
1165 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1166 |
#, php-format
|
1167 |
msgctxt "dhl"
|
1168 |
msgid "until %s"
|
1169 |
msgstr "bis %s"
|
1170 |
|
1171 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1172 |
#, php-format
|
1173 |
msgctxt "dhl"
|
1174 |
msgid "Length: %s"
|
1175 |
msgstr "Länge: %s"
|
1176 |
|
1177 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1178 |
#, php-format
|
1179 |
msgctxt "dhl"
|
1180 |
msgid "Width: %s"
|
1181 |
msgstr "Breite: %s"
|
1182 |
|
1183 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1184 |
#, php-format
|
1185 |
msgctxt "dhl"
|
1186 |
msgid "Height: %s"
|
1187 |
msgstr "Höhe: %s"
|
1188 |
|
1189 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1190 |
#, php-format
|
1191 |
msgctxt "dhl"
|
1192 |
msgid "Weight: %s"
|
1193 |
msgstr "Gewicht: %s"
|
1194 |
|
1195 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1196 |
msgctxt "dhl"
|
1197 |
msgid "Total"
|
1198 |
msgstr "Gesamt"
|
1199 |
|
1200 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1201 |
#, php-format
|
1202 |
msgctxt "dhl"
|
1203 |
msgid "Could not refund post label: %s"
|
1204 |
msgstr "Deutsche Post Label konnte nicht rückerstattet werden: %s"
|
1205 |
|
1206 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1207 |
msgctxt "dhl"
|
1208 |
msgid "Refund API could not be instantiated"
|
1209 |
msgstr "Die API für Rückerstattungen konnte nicht initialisiert werden"
|
1210 |
|
1211 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1212 |
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:332
|
1213 |
#: woocommerce-germanized-dhl/src/Api/ReturnRest.php:34
|
1214 |
#, php-format
|
@@ -1216,12 +1216,12 @@ msgctxt "dhl"
|
|
1216 |
msgid "Could not fetch shipment %d."
|
1217 |
msgstr "Sendung %d konnte nicht gefunden werden."
|
1218 |
|
1219 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1220 |
msgctxt "dhl"
|
1221 |
msgid "Error while generating shop order id."
|
1222 |
msgstr "Fehler beim Erzeugen der Shop Order Id."
|
1223 |
|
1224 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1225 |
#, php-format
|
1226 |
msgctxt "dhl"
|
1227 |
msgid ""
|
@@ -1231,12 +1231,12 @@ msgstr ""
|
|
1231 |
"Fehler beim Kauf des Labels. Bitte <a href=\"%s\">aktualisiere</a>die "
|
1232 |
"Produktliste manuell und versuche es erneut."
|
1233 |
|
1234 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1235 |
msgctxt "dhl"
|
1236 |
msgid "Error while downloading the PDF stamp."
|
1237 |
msgstr "Fehler beim Download des PDF Labels."
|
1238 |
|
1239 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1240 |
msgctxt "dhl"
|
1241 |
msgid "Invalid stamp response."
|
1242 |
msgstr "Fehlerhafte Label Rückmeldung."
|
@@ -1350,38 +1350,38 @@ msgctxt "dhl"
|
|
1350 |
msgid "Parcel API not available"
|
1351 |
msgstr "Paket API ist nicht erreichbar"
|
1352 |
|
1353 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1354 |
msgctxt "dhl"
|
1355 |
msgid "Mon"
|
1356 |
msgstr "Mo"
|
1357 |
|
1358 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1359 |
msgctxt "dhl"
|
1360 |
msgid "Tue"
|
1361 |
msgstr "Di"
|
1362 |
|
1363 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1364 |
msgctxt "dhl"
|
1365 |
msgid "Wed"
|
1366 |
msgstr "Mi"
|
1367 |
|
1368 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1369 |
msgctxt "dhl"
|
1370 |
msgid "Thu"
|
1371 |
msgstr "Do"
|
1372 |
|
1373 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1374 |
msgctxt "dhl"
|
1375 |
msgid "Fri"
|
1376 |
msgstr "Fr"
|
1377 |
|
1378 |
# @ woocommerce-germanized
|
1379 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1380 |
msgctxt "dhl"
|
1381 |
msgid "Sat"
|
1382 |
msgstr "Sa"
|
1383 |
|
1384 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1385 |
msgctxt "dhl"
|
1386 |
msgid "Sun"
|
1387 |
msgstr "So"
|
@@ -1465,8 +1465,8 @@ msgstr "Deutschland"
|
|
1465 |
|
1466 |
# @ woocommerce-germanized
|
1467 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:105
|
1468 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1469 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1470 |
msgctxt "dhl"
|
1471 |
msgid "Address Type"
|
1472 |
msgstr "Adresstyp"
|
@@ -1491,36 +1491,36 @@ msgstr ""
|
|
1491 |
"eintragen."
|
1492 |
|
1493 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:201
|
1494 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1495 |
msgctxt "dhl"
|
1496 |
msgid "Invalid address type."
|
1497 |
msgstr "Ungültiger Adresstyp."
|
1498 |
|
1499 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1500 |
#, php-format
|
1501 |
msgctxt "dhl"
|
1502 |
msgid "Please provide a valid number within the %s field."
|
1503 |
msgstr "Bitte gib eine gültige Nummer im %s Feld an."
|
1504 |
|
1505 |
# @ woocommerce-germanized
|
1506 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1507 |
msgctxt "dhl"
|
1508 |
msgid "Sorry, but delivery to packstation is not available."
|
1509 |
msgstr ""
|
1510 |
"Entschuldigung, die Lieferung an eine Packstation steht nicht zur Verfügung."
|
1511 |
|
1512 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1513 |
msgctxt "dhl"
|
1514 |
msgid "Sorry, but delivery to parcel shops is not available."
|
1515 |
msgstr ""
|
1516 |
"Entschuldigung, die Lieferung an einen Paketshop steht nicht zur Verfügung."
|
1517 |
|
1518 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1519 |
msgctxt "dhl"
|
1520 |
msgid "Sorry, but delivery to post offices is not available."
|
1521 |
msgstr "Entschuldigung, die Lieferung an Postfilialen ist nicht verfügbar."
|
1522 |
|
1523 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1524 |
#, php-format
|
1525 |
msgctxt "dhl"
|
1526 |
msgid "Please indicate shipment to %s by one of the following values: %s."
|
@@ -1528,7 +1528,7 @@ msgstr ""
|
|
1528 |
"Bitte identifiziere die Lieferung an %s durch die Eingabe einer der "
|
1529 |
"folgenden Werte: %s."
|
1530 |
|
1531 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1532 |
msgctxt "dhl"
|
1533 |
msgid ""
|
1534 |
"Your DHL customer number (Post number) is not valid. Please check your "
|
@@ -1537,7 +1537,7 @@ msgstr ""
|
|
1537 |
"Deine DHL Kundennummer (Postnummer) ist nicht gültig. Bitte überprüfe deine "
|
1538 |
"Eingabe."
|
1539 |
|
1540 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1541 |
msgctxt "dhl"
|
1542 |
msgid ""
|
1543 |
"Your DHL customer number (Post number) is needed to ship to a packstation."
|
@@ -1545,64 +1545,64 @@ msgstr ""
|
|
1545 |
"Deine DHL Kundennummer (Postnummer) wird für den Versand an eine Packstation "
|
1546 |
"benötigt."
|
1547 |
|
1548 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1549 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1550 |
msgctxt "dhl"
|
1551 |
msgid "Branch"
|
1552 |
msgstr "Filiale"
|
1553 |
|
1554 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1555 |
msgctxt "dhl"
|
1556 |
msgid "Postnumber "
|
1557 |
msgstr "Postnummer "
|
1558 |
|
1559 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1560 |
#, php-format
|
1561 |
msgctxt "dhl"
|
1562 |
msgid "e.g. %s 456"
|
1563 |
msgstr "z.B. %s 456"
|
1564 |
|
1565 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1566 |
msgctxt "dhl"
|
1567 |
msgid "Branches"
|
1568 |
msgstr "Filialen"
|
1569 |
|
1570 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1571 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1572 |
msgctxt "dhl"
|
1573 |
msgid "DHL customer number (Post number)"
|
1574 |
msgstr "DHL Kundennummer (Postnummer)"
|
1575 |
|
1576 |
# @ woocommerce-germanized
|
1577 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1578 |
msgctxt "dhl"
|
1579 |
msgid "Regular Address"
|
1580 |
msgstr "Normale Adresse"
|
1581 |
|
1582 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1583 |
msgctxt "dhl"
|
1584 |
msgid "Not yet a DHL customer?"
|
1585 |
msgstr "Noch kein DHL Kunde?"
|
1586 |
|
1587 |
# @ woocommerce-germanized
|
1588 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1589 |
msgctxt "dhl"
|
1590 |
msgid "Register now"
|
1591 |
msgstr "Jetzt registrieren"
|
1592 |
|
1593 |
# @ woocommerce-germanized
|
1594 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1595 |
#, php-format
|
1596 |
msgctxt "dhl"
|
1597 |
msgid "Search %s"
|
1598 |
msgstr "%s suchen"
|
1599 |
|
1600 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1601 |
msgctxt "dhl"
|
1602 |
msgid "No DHL locations found"
|
1603 |
msgstr "Keine DHL Standorte gefunden"
|
1604 |
|
1605 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1606 |
#, php-format
|
1607 |
msgctxt "dhl"
|
1608 |
msgid ""
|
@@ -1613,12 +1613,12 @@ msgstr ""
|
|
1613 |
"%s oder %s."
|
1614 |
|
1615 |
# @ woocommerce-germanized
|
1616 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1617 |
msgctxt "dhl"
|
1618 |
msgid "DHL location"
|
1619 |
msgstr "DHL Standort"
|
1620 |
|
1621 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1622 |
msgctxt "dhl"
|
1623 |
msgid "retry"
|
1624 |
msgstr "Erneut versuchen"
|
@@ -3160,7 +3160,7 @@ msgstr "Verpackung"
|
|
3160 |
|
3161 |
# @ woocommerce-germanized
|
3162 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
|
3163 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3164 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
3165 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:689
|
3166 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
|
@@ -3604,8 +3604,8 @@ msgid "Text to appear below the main email content."
|
|
3604 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
3605 |
|
3606 |
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
|
3607 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3608 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3609 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
3610 |
msgctxt "shipments"
|
3611 |
msgid "N/A"
|
@@ -3667,7 +3667,7 @@ msgid "Letter"
|
|
3667 |
msgstr "Brief"
|
3668 |
|
3669 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
|
3670 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3671 |
msgctxt "shipments"
|
3672 |
msgid "Shipment"
|
3673 |
msgstr "Sendung"
|
@@ -3690,7 +3690,7 @@ msgstr "Teilweise versandt"
|
|
3690 |
|
3691 |
# @ woocommerce-germanized
|
3692 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:112
|
3693 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3694 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:860
|
3695 |
msgctxt "shipments"
|
3696 |
msgid "Shipped"
|
@@ -3711,191 +3711,191 @@ msgctxt "shipments"
|
|
3711 |
msgid "Returned"
|
3712 |
msgstr "Retourniert"
|
3713 |
|
3714 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3715 |
msgctxt "shipments"
|
3716 |
msgid "Draft"
|
3717 |
msgstr "Entwurf"
|
3718 |
|
3719 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3720 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:852
|
3721 |
msgctxt "shipments"
|
3722 |
msgid "Processing"
|
3723 |
msgstr "In Bearbeitung"
|
3724 |
|
3725 |
# @ woocommerce-germanized
|
3726 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3727 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:50
|
3728 |
msgctxt "shipments"
|
3729 |
msgid "Delivered"
|
3730 |
msgstr "Geliefert"
|
3731 |
|
3732 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3733 |
msgctxt "shipments"
|
3734 |
msgid "Requested"
|
3735 |
msgstr "Beantragt"
|
3736 |
|
3737 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3738 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:81
|
3739 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:135
|
3740 |
msgctxt "shipments"
|
3741 |
msgid "Invalid order."
|
3742 |
msgstr "Ungültige Bestellung."
|
3743 |
|
3744 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3745 |
msgctxt "shipments"
|
3746 |
msgid "This order is already fully returned."
|
3747 |
msgstr "Diese Bestellung wurde bereits vollständig zurückgesendet."
|
3748 |
|
3749 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3750 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3751 |
msgctxt "shipments"
|
3752 |
msgid "Error while creating the shipment instance"
|
3753 |
msgstr "Fehler beim Erstellen der Sendungsinstanz"
|
3754 |
|
3755 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3756 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3757 |
#: woocommerce-germanized-shipments/src/ReturnShipment.php:248
|
3758 |
-
#: woocommerce-germanized-shipments/src/ReturnShipment.php:
|
3759 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:118
|
3760 |
-
#: woocommerce-germanized-shipments/src/SimpleShipment.php:
|
3761 |
msgctxt "shipments"
|
3762 |
msgid "Invalid shipment order"
|
3763 |
msgstr "Ungültige Bestellung zur Sendung"
|
3764 |
|
3765 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3766 |
msgctxt "shipments"
|
3767 |
msgid "Invalid order item"
|
3768 |
msgstr "Ungültige Bestellposition"
|
3769 |
|
3770 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3771 |
msgctxt "shipments"
|
3772 |
msgid "Invalid shipment item"
|
3773 |
msgstr "Ungültige Sendungsposition"
|
3774 |
|
3775 |
# @ woocommerce-germanized
|
3776 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3777 |
msgctxt "shipments"
|
3778 |
msgid "None"
|
3779 |
msgstr "Keiner"
|
3780 |
|
3781 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3782 |
msgctxt "shipments-shipping-provider"
|
3783 |
msgid "Unknown"
|
3784 |
msgstr "Unbekannt"
|
3785 |
|
3786 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3787 |
msgctxt "shipments"
|
3788 |
msgid "Error while uploading file."
|
3789 |
msgstr "Fehler beim Hochladen der Datei."
|
3790 |
|
3791 |
# @ woocommerce-germanized
|
3792 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3793 |
msgctxt "shipments"
|
3794 |
msgid "First Name"
|
3795 |
msgstr "Vorname"
|
3796 |
|
3797 |
# @ woocommerce-germanized
|
3798 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3799 |
msgctxt "shipments"
|
3800 |
msgid "Last Name"
|
3801 |
msgstr "Nachname"
|
3802 |
|
3803 |
# @ woocommerce-germanized
|
3804 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3805 |
msgctxt "shipments"
|
3806 |
msgid "Full Name"
|
3807 |
msgstr "Vollständiger Name"
|
3808 |
|
3809 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3810 |
msgctxt "shipments"
|
3811 |
msgid "Company"
|
3812 |
msgstr "Firma"
|
3813 |
|
3814 |
# @ woocommerce-germanized
|
3815 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3816 |
msgctxt "shipments"
|
3817 |
msgid "Address 1"
|
3818 |
msgstr "Adresszeile 1"
|
3819 |
|
3820 |
# @ woocommerce-germanized
|
3821 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3822 |
msgctxt "shipments"
|
3823 |
msgid "Address 2"
|
3824 |
msgstr "Adresszeile 2"
|
3825 |
|
3826 |
# @ woocommerce-germanized
|
3827 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3828 |
msgctxt "shipments"
|
3829 |
msgid "Street"
|
3830 |
msgstr "Straße"
|
3831 |
|
3832 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3833 |
msgctxt "shipments"
|
3834 |
msgid "House Number"
|
3835 |
msgstr "Hausnummer"
|
3836 |
|
3837 |
# @ woocommerce-germanized
|
3838 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3839 |
msgctxt "shipments"
|
3840 |
msgid "Postcode"
|
3841 |
msgstr "Postleitzahl"
|
3842 |
|
3843 |
# @ woocommerce-germanized
|
3844 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3845 |
msgctxt "shipments"
|
3846 |
msgid "City"
|
3847 |
msgstr "Stadt"
|
3848 |
|
3849 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3850 |
msgctxt "shipments"
|
3851 |
msgid "Country"
|
3852 |
msgstr "Land"
|
3853 |
|
3854 |
# @ woocommerce-germanized
|
3855 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3856 |
msgctxt "shipments"
|
3857 |
msgid "State"
|
3858 |
msgstr "Staat"
|
3859 |
|
3860 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3861 |
msgctxt "shipments"
|
3862 |
msgid "Phone"
|
3863 |
msgstr "Telefon"
|
3864 |
|
3865 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3866 |
msgctxt "shipments"
|
3867 |
msgid "Email"
|
3868 |
msgstr "E-Mail"
|
3869 |
|
3870 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3871 |
msgctxt "shipments"
|
3872 |
msgid "Customs Reference Number"
|
3873 |
msgstr "Identifikationsnummer (Zoll)"
|
3874 |
|
3875 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3876 |
-
#: woocommerce-germanized-shipments/src/Shipment.php:
|
3877 |
-
#: woocommerce-germanized-shipments/src/Shipment.php:
|
3878 |
#, php-format
|
3879 |
msgctxt "full name"
|
3880 |
msgid "%1$s %2$s"
|
3881 |
msgstr "%1$s %2$s"
|
3882 |
|
3883 |
# @ woocommerce-germanized
|
3884 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3885 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
3886 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:688
|
3887 |
msgctxt "shipments"
|
3888 |
msgid "Date"
|
3889 |
msgstr "Datum"
|
3890 |
|
3891 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3892 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
|
3893 |
msgctxt "shipments"
|
3894 |
msgid "Tracking"
|
3895 |
msgstr "Sendungsverfolgung"
|
3896 |
|
3897 |
# @ woocommerce-germanized
|
3898 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3899 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:235
|
3900 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
3901 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:696
|
@@ -3903,13 +3903,13 @@ msgctxt "shipments"
|
|
3903 |
msgid "Actions"
|
3904 |
msgstr "Aktionen"
|
3905 |
|
3906 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3907 |
msgctxt "shipments"
|
3908 |
msgid "View"
|
3909 |
msgstr "Anzeigen"
|
3910 |
|
3911 |
# @ woocommerce-germanized
|
3912 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3913 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:871
|
3914 |
#: woocommerce-germanized-shipments/src/Ajax.php:342
|
3915 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
@@ -4642,12 +4642,12 @@ msgctxt "shipments"
|
|
4642 |
msgid "Addresses"
|
4643 |
msgstr "Adressen"
|
4644 |
|
4645 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
4646 |
msgctxt "shipments"
|
4647 |
msgid "More services"
|
4648 |
msgstr "Mehr Services"
|
4649 |
|
4650 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
4651 |
msgctxt "shipments"
|
4652 |
msgid "Fewer services"
|
4653 |
msgstr "Weniger Services"
|
@@ -5959,43 +5959,60 @@ msgid "l"
|
|
5959 |
msgstr "l"
|
5960 |
|
5961 |
# @ woocommerce-germanized
|
5962 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
5963 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
5964 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5965 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
5966 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
5967 |
msgid "incl. VAT"
|
5968 |
msgstr "inkl. MwSt."
|
5969 |
|
5970 |
# @ woocommerce-germanized
|
5971 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
5972 |
msgid "excl. VAT"
|
5973 |
msgstr "exkl. MwSt."
|
5974 |
|
5975 |
# @ woocommerce-germanized
|
5976 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
5977 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5978 |
#, php-format
|
5979 |
msgid "incl. %s%% VAT"
|
5980 |
msgstr "inkl. %s %% MwSt."
|
5981 |
|
5982 |
# @ woocommerce-germanized
|
5983 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
5984 |
#, php-format
|
5985 |
msgid "excl. %s%% VAT"
|
5986 |
msgstr "exkl. %s %% MwSt."
|
5987 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5988 |
# @ woocommerce-germanized
|
5989 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:
|
5990 |
msgid "Double opt in"
|
5991 |
msgstr "Double Opt-In"
|
5992 |
|
5993 |
# @ woocommerce-germanized
|
5994 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:
|
5995 |
msgid "Yes, customer opted in"
|
5996 |
msgstr "Ja, der Kunde wurde per Double-Opt-In bestätigt"
|
5997 |
|
5998 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:
|
5999 |
msgid "Resend activation link"
|
6000 |
msgstr "Aktivierungscode erneut versenden"
|
6001 |
|
@@ -6054,21 +6071,21 @@ msgstr ""
|
|
6054 |
|
6055 |
# @ woocommerce-germanized
|
6056 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:78
|
6057 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6058 |
msgid "Downloadable Product"
|
6059 |
msgstr "Herunterladbares Produkt"
|
6060 |
|
6061 |
# @ woocommerce-germanized
|
6062 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:79
|
6063 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6064 |
msgid "Virtual Product"
|
6065 |
msgstr "Virtuelles Produkt"
|
6066 |
|
6067 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:80
|
6068 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6069 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6070 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6071 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
6072 |
msgid "Service"
|
6073 |
msgstr "Dienstleistung"
|
6074 |
|
@@ -6161,22 +6178,22 @@ msgstr ""
|
|
6161 |
|
6162 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:58
|
6163 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:79
|
6164 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
6165 |
msgid "Age Verification"
|
6166 |
msgstr "Altersprüfung"
|
6167 |
|
6168 |
# @ woocommerce-germanized
|
6169 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:60
|
6170 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6171 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6172 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6173 |
msgid "Same as Parent"
|
6174 |
msgstr "Gleiche wie übergeordnet"
|
6175 |
|
6176 |
# @ woocommerce-germanized
|
6177 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:82
|
6178 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6179 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6180 |
msgid "None"
|
6181 |
msgstr "Keine"
|
6182 |
|
@@ -6210,7 +6227,7 @@ msgstr "Germanize"
|
|
6210 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:69
|
6211 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:144
|
6212 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
|
6213 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
6214 |
msgid "Settings"
|
6215 |
msgstr "Einstellungen"
|
6216 |
|
@@ -6227,7 +6244,7 @@ msgstr "Erste Schritte"
|
|
6227 |
|
6228 |
# @ woocommerce-germanized
|
6229 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:87
|
6230 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
6231 |
msgid "Start tutorial"
|
6232 |
msgstr "Tutorial starten"
|
6233 |
|
@@ -6368,14 +6385,14 @@ msgstr "Zurück zu WP Admin"
|
|
6368 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
6369 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:51
|
6370 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
6371 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6372 |
msgid "Terms & Conditions"
|
6373 |
msgstr "AGB"
|
6374 |
|
6375 |
# @ woocommerce-germanized
|
6376 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:46
|
6377 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:61
|
6378 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6379 |
msgid "Cancellation Policy"
|
6380 |
msgstr "Widerrufsbelehrung"
|
6381 |
|
@@ -6383,20 +6400,20 @@ msgstr "Widerrufsbelehrung"
|
|
6383 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
6384 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:82
|
6385 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
6386 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6387 |
msgid "Imprint"
|
6388 |
msgstr "Impressum"
|
6389 |
|
6390 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
|
6391 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:92
|
6392 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6393 |
msgid "Privacy Policy"
|
6394 |
msgstr "Datenschutz"
|
6395 |
|
6396 |
# @ woocommerce-germanized
|
6397 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
6398 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:102
|
6399 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6400 |
msgid "Payment Methods"
|
6401 |
msgstr "Zahlungarten"
|
6402 |
|
@@ -6411,7 +6428,7 @@ msgid "Welcome to Germanized"
|
|
6411 |
msgstr "Willkommen bei Germanized"
|
6412 |
|
6413 |
# @ woocommerce-germanized
|
6414 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:
|
6415 |
msgid "Go to Germanized Settings"
|
6416 |
msgstr "Germanized Einstellungen"
|
6417 |
|
@@ -6419,79 +6436,68 @@ msgstr "Germanized Einstellungen"
|
|
6419 |
# @ woocommerce-germanized
|
6420 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:34
|
6421 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:43
|
6422 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
6423 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
6424 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
6425 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
6426 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6427 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6428 |
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:56
|
6429 |
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:65
|
6430 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:35
|
6431 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:44
|
6432 |
-
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:
|
6433 |
-
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:
|
6434 |
-
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:
|
6435 |
-
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:
|
6436 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:27
|
6437 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:36
|
6438 |
-
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:
|
6439 |
-
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:
|
6440 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
6441 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
6442 |
msgid "Cheatin’ huh?"
|
6443 |
msgstr "So geht das leider nicht.."
|
6444 |
|
6445 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6446 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6447 |
msgctxt "dhl"
|
6448 |
msgid "Action failed. Please refresh the page and retry."
|
6449 |
msgstr ""
|
6450 |
"Aktion fehlgeschlagen. Bitte aktualisiere die Seite und versuchen es erneut."
|
6451 |
|
6452 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6453 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6454 |
msgctxt "dhl"
|
6455 |
msgid "You don't have permission to do this."
|
6456 |
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
6457 |
|
6458 |
# @ woocommerce-germanized
|
6459 |
#. Plugin Name of the plugin/theme
|
6460 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6461 |
msgid "Germanized for WooCommerce"
|
6462 |
msgstr "Germanized für WooCommerce"
|
6463 |
|
6464 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6465 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:49
|
6466 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
6467 |
-
msgid "Yes"
|
6468 |
-
msgstr "Ja"
|
6469 |
-
|
6470 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:359
|
6471 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
6472 |
-
msgid "No"
|
6473 |
-
msgstr "Nein"
|
6474 |
-
|
6475 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:431
|
6476 |
msgid "Paid for order notification manually sent to customer."
|
6477 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
6478 |
|
6479 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6480 |
msgid "Order confirmation manually sent to customer."
|
6481 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
6482 |
|
6483 |
# @ woocommerce-germanized
|
6484 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6485 |
msgid "Resend order confirmation"
|
6486 |
msgstr "Bestellbestätigung erneut versenden"
|
6487 |
|
6488 |
# @ woocommerce-germanized
|
6489 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6490 |
msgid "Send paid for order notification"
|
6491 |
msgstr "Bestellung bezahlt manuell versenden"
|
6492 |
|
6493 |
# @ woocommerce-germanized
|
6494 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6495 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:121
|
6496 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
6497 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:92
|
@@ -6500,38 +6506,52 @@ msgstr "Bestellung bezahlt manuell versenden"
|
|
6500 |
msgid "Germanized"
|
6501 |
msgstr "Germanized"
|
6502 |
|
6503 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6504 |
msgid "Parcel Delivery Data Transfer:"
|
6505 |
msgstr "Paketdienstleister Datenweitergabe:"
|
6506 |
|
6507 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6508 |
msgid "allowed"
|
6509 |
msgstr "akzeptiert"
|
6510 |
|
6511 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6512 |
msgid "not allowed"
|
6513 |
msgstr "nicht akzeptiert"
|
6514 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6515 |
# @ woocommerce-germanized
|
6516 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6517 |
msgid "Optional Email Content"
|
6518 |
msgstr "Optionaler E-Mail Inhalt"
|
6519 |
|
6520 |
# @ woocommerce-germanized
|
6521 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6522 |
msgid "Add content which will be replacing default page content within emails."
|
6523 |
msgstr ""
|
6524 |
"Fülle dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese "
|
6525 |
"Seite zu bestimmen."
|
6526 |
|
6527 |
# @ woocommerce-germanized
|
6528 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6529 |
-
|
6530 |
-
|
6531 |
-
|
|
|
|
|
|
|
|
|
|
|
6532 |
|
6533 |
# @ woocommerce-germanized
|
6534 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6535 |
msgid ""
|
6536 |
"This content will be shown as short product description within checkout and "
|
6537 |
"emails."
|
@@ -6539,24 +6559,104 @@ msgstr ""
|
|
6539 |
"Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als "
|
6540 |
"Produkt Kurzbeschreibung angezeigt."
|
6541 |
|
6542 |
-
#: woocommerce-germanized/includes/admin/
|
6543 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6544 |
-
msgid "
|
6545 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6546 |
|
6547 |
-
|
6548 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6549 |
msgid "Sale Label"
|
6550 |
msgstr "Streichpreis Hinweis"
|
6551 |
|
6552 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6553 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6554 |
msgid "Sale Regular Label"
|
6555 |
msgstr "Angebotspreis Hinweis"
|
6556 |
|
6557 |
# @ woocommerce-germanized
|
6558 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6559 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6560 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:232
|
6561 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:264
|
6562 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-units.php:10
|
@@ -6564,7 +6664,7 @@ msgid "Product Units"
|
|
6564 |
msgstr "Produkteinheiten"
|
6565 |
|
6566 |
# @ woocommerce-germanized
|
6567 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6568 |
msgid ""
|
6569 |
"Number of units included per default product price. Example: 1000 ml. Leave "
|
6570 |
"blank to use parent value."
|
@@ -6573,29 +6673,29 @@ msgstr ""
|
|
6573 |
"Frei lassen um den Wert des Eltern-Produkts zu verwenden."
|
6574 |
|
6575 |
# @ woocommerce-germanized
|
6576 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6577 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6578 |
msgid "Calculation"
|
6579 |
msgstr "Berechnung"
|
6580 |
|
6581 |
# @ woocommerce-germanized
|
6582 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6583 |
msgid "Calculate unit prices automatically"
|
6584 |
msgstr "Grundpreis automatisch berechnen"
|
6585 |
|
6586 |
# @ woocommerce-germanized
|
6587 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6588 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6589 |
msgid "Regular Unit Price"
|
6590 |
msgstr "Regulärer Grundpreis"
|
6591 |
|
6592 |
# @ woocommerce-germanized
|
6593 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6594 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6595 |
msgid "Sale Unit Price"
|
6596 |
msgstr "Angebotsgrundpreis"
|
6597 |
|
6598 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6599 |
#, php-format
|
6600 |
msgid ""
|
6601 |
"To enable unit prices on variation level please choose a unit and unit price "
|
@@ -6604,77 +6704,136 @@ msgstr ""
|
|
6604 |
"Um Grundpreise auf Variationen-Ebene zu aktivieren, bitte Einheit und "
|
6605 |
"Grundpreiseinheiten unter %s auswählen."
|
6606 |
|
6607 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6608 |
msgid "general product data"
|
6609 |
msgstr "Allgemein"
|
6610 |
|
6611 |
# @ woocommerce-germanized
|
6612 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6613 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6614 |
-
#: woocommerce-germanized/includes/
|
6615 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:243
|
6616 |
-
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-delivery-time.php:10
|
6617 |
-
msgid "Delivery Time"
|
6618 |
-
msgstr "Lieferzeit"
|
6619 |
-
|
6620 |
-
# @ woocommerce-germanized
|
6621 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:141
|
6622 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:157
|
6623 |
msgid "Same as parent"
|
6624 |
msgstr "Gleiche wie übergeordnet"
|
6625 |
|
6626 |
# @ woocommerce-germanized
|
6627 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6628 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6629 |
#, php-format
|
6630 |
msgid "Delivery Time (%s)"
|
6631 |
msgstr "Lieferzeit (%s)"
|
6632 |
|
6633 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6634 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6635 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6636 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6637 |
msgid "remove"
|
6638 |
msgstr "löschen"
|
6639 |
|
6640 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6641 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6642 |
msgid "Add country specific delivery time"
|
6643 |
msgstr "Länderspezifische Lieferzeit hinzufügen"
|
6644 |
|
6645 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6646 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6647 |
msgid "Select country"
|
6648 |
msgstr "Land auswählen"
|
6649 |
|
6650 |
# @ woocommerce-germanized
|
6651 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6652 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6653 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6654 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6655 |
msgid "Search for a delivery time…"
|
6656 |
msgstr "Lieferzeit suchen…"
|
6657 |
|
6658 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6659 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6660 |
msgid "Minimum Age"
|
6661 |
msgstr "Mindestalter"
|
6662 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6663 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:118
|
6664 |
-
|
6665 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6666 |
|
6667 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6668 |
msgid "Product applies to differential taxation based on §25a UStG."
|
6669 |
msgstr "Produkt ist differenzbesteuert nach §25a UStG."
|
6670 |
|
6671 |
# @ woocommerce-germanized
|
6672 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6673 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6674 |
msgid "Select Price Label"
|
6675 |
msgstr "Preishinweis auswählen"
|
6676 |
|
6677 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6678 |
msgid ""
|
6679 |
"If the product is on sale you may want to show a price label right before "
|
6680 |
"outputting the old price to inform the customer."
|
@@ -6684,7 +6843,7 @@ msgstr ""
|
|
6684 |
"Preis). Mit diesem Hinweis kannst du genau festlegen, um welchen Preis es "
|
6685 |
"sich dabei handelte (z.B. UVP)."
|
6686 |
|
6687 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6688 |
msgid ""
|
6689 |
"If the product is on sale you may want to show a price label right before "
|
6690 |
"outputting the new price to inform the customer."
|
@@ -6694,35 +6853,28 @@ msgstr ""
|
|
6694 |
"Preis)."
|
6695 |
|
6696 |
# @ woocommerce-germanized
|
6697 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6698 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:146
|
6699 |
-
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:98
|
6700 |
-
msgid "Unit"
|
6701 |
-
msgstr "Einheit"
|
6702 |
-
|
6703 |
-
# @ woocommerce-germanized
|
6704 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:152
|
6705 |
msgid "Select unit"
|
6706 |
msgstr "Einheit auswählen"
|
6707 |
|
6708 |
# @ woocommerce-germanized
|
6709 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6710 |
msgid "Needed if selling on a per unit basis"
|
6711 |
msgstr "Notwendig falls auf pro-Einheit-Basis verkauft werden soll"
|
6712 |
|
6713 |
# @ woocommerce-germanized
|
6714 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6715 |
msgid "Number of units included per default product price. Example: 1000 ml."
|
6716 |
msgstr ""
|
6717 |
"Anzahl der Produkteinheiten auf Basis des Produktpreises. Beispiel: 1000 ml."
|
6718 |
|
6719 |
# @ woocommerce-germanized
|
6720 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6721 |
msgid "Unit Price Units"
|
6722 |
msgstr "Grundpreiseinheiten"
|
6723 |
|
6724 |
# @ woocommerce-germanized
|
6725 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6726 |
msgid ""
|
6727 |
"Unit price units. Example unit price: 0,99 € / 100 ml. Insert 100 as unit "
|
6728 |
"price unit amount."
|
@@ -6731,36 +6883,36 @@ msgstr ""
|
|
6731 |
"hier 100 als Grundpreiseinheiten ein."
|
6732 |
|
6733 |
# @ woocommerce-germanized
|
6734 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6735 |
msgid "Calculate unit prices automatically."
|
6736 |
msgstr "Grundpreis automatisch berechnen"
|
6737 |
|
6738 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6739 |
msgid "Adds an age verification checkbox while purchasing this product."
|
6740 |
msgstr "Fügt eine Checkbox zur Altersprüfung für dieses Produkt hinzu."
|
6741 |
|
6742 |
# @ woocommerce-germanized
|
6743 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6744 |
msgid "Free shipping?"
|
6745 |
msgstr "Versand kostenlos?"
|
6746 |
|
6747 |
# @ woocommerce-germanized
|
6748 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6749 |
msgid "This option disables the \"plus shipping costs\" notice on product page"
|
6750 |
msgstr ""
|
6751 |
"Deaktiviert den „zzgl. Versandkosten“ Hinweis. Ohne Auswirkungen auf die "
|
6752 |
"Versandkosten"
|
6753 |
|
6754 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6755 |
msgid "EU-wide"
|
6756 |
msgstr "EU-weit"
|
6757 |
|
6758 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6759 |
msgid "Non-EU-wide"
|
6760 |
msgstr "Nicht-EU-weit"
|
6761 |
|
6762 |
# @ woocommerce-germanized
|
6763 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6764 |
msgid "Same as default"
|
6765 |
msgstr "Gleiche wie übergeordnet"
|
6766 |
|
@@ -7107,12 +7259,6 @@ msgstr ""
|
|
7107 |
"Um es übersichtlicher für dich zu machen, haben wir die Einstellungen in "
|
7108 |
"mehrere Tabs aufgeteilt."
|
7109 |
|
7110 |
-
# @ woocommerce-germanized
|
7111 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:92
|
7112 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:785
|
7113 |
-
msgid "Status"
|
7114 |
-
msgstr "Status"
|
7115 |
-
|
7116 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:93
|
7117 |
msgid ""
|
7118 |
"Some features can be switched on or off explicitly by toggling the input."
|
@@ -7393,7 +7539,7 @@ msgstr ""
|
|
7393 |
"Checkbox bearbeiten indem du auf den Link klickst."
|
7394 |
|
7395 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-checkboxes.php:62
|
7396 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7397 |
msgid "Label"
|
7398 |
msgstr "Beschriftung"
|
7399 |
|
@@ -7597,14 +7743,14 @@ msgstr ""
|
|
7597 |
# @ woocommerce
|
7598 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:187
|
7599 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:230
|
7600 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
7601 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
7602 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
7603 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
7604 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
7605 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
7606 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7607 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7608 |
msgid "Title"
|
7609 |
msgstr "Anrede"
|
7610 |
|
@@ -7676,22 +7822,22 @@ msgstr ""
|
|
7676 |
"Zahlungsarten deaktivieren."
|
7677 |
|
7678 |
# @ woocommerce-germanized
|
7679 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:
|
7680 |
msgid "Customer"
|
7681 |
msgstr "Kunde"
|
7682 |
|
7683 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:
|
7684 |
msgid "Admin"
|
7685 |
msgstr "Admin"
|
7686 |
|
7687 |
# @ woocommerce-germanized
|
7688 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:
|
7689 |
#, php-format
|
7690 |
msgid "Attach %s"
|
7691 |
msgstr "%s"
|
7692 |
|
7693 |
# @ woocommerce-germanized
|
7694 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:
|
7695 |
#, php-format
|
7696 |
msgid "Attach %s to the following email templates"
|
7697 |
msgstr "%s an die folgenden E-Mail Templates anfügen"
|
@@ -7718,8 +7864,8 @@ msgstr "Kleinunternehmer"
|
|
7718 |
|
7719 |
# @ woocommerce-germanized
|
7720 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
|
7721 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7722 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
7723 |
msgid "Checkout"
|
7724 |
msgstr "Kasse"
|
7725 |
|
@@ -7939,7 +8085,7 @@ msgstr "Jetzt hinzufügen"
|
|
7939 |
|
7940 |
# @ woocommerce-germanized
|
7941 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:207
|
7942 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
7943 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:143
|
7944 |
msgid "Notice Text"
|
7945 |
msgstr "Hinweistext"
|
@@ -7950,7 +8096,7 @@ msgid ""
|
|
7950 |
msgstr "Passe hier, falls notwending, den Kleinunternehmer Hinweistext an."
|
7951 |
|
7952 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:215
|
7953 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7954 |
msgid ""
|
7955 |
"Value added tax is not collected, as small businesses according to §19 (1) "
|
7956 |
"UStG."
|
@@ -8311,7 +8457,7 @@ msgstr ""
|
|
8311 |
|
8312 |
# @ woocommerce-germanized
|
8313 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:87
|
8314 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8315 |
msgid "Location"
|
8316 |
msgstr "Ort"
|
8317 |
|
@@ -8327,7 +8473,7 @@ msgstr ""
|
|
8327 |
"abweichen kann."
|
8328 |
|
8329 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:101
|
8330 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8331 |
msgid "Priority"
|
8332 |
msgstr "Priorität"
|
8333 |
|
@@ -8357,8 +8503,8 @@ msgstr ""
|
|
8357 |
"Lieferzeit zugeordnet wurde."
|
8358 |
|
8359 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:134
|
8360 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8361 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8362 |
msgid "Format"
|
8363 |
msgstr "Format"
|
8364 |
|
@@ -8409,15 +8555,6 @@ msgstr "Versandkosten-Hinweis"
|
|
8409 |
msgid "Tax Info"
|
8410 |
msgstr "MwSt. Hinweis"
|
8411 |
|
8412 |
-
# @ woocommerce-germanized
|
8413 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:225
|
8414 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:256
|
8415 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:169
|
8416 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:335
|
8417 |
-
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-unit-price.php:10
|
8418 |
-
msgid "Unit Price"
|
8419 |
-
msgstr "Grundpreis"
|
8420 |
-
|
8421 |
# @ woocommerce-germanized
|
8422 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:239
|
8423 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:272
|
@@ -8429,34 +8566,34 @@ msgstr "Lieferzeiten-Hinweis"
|
|
8429 |
msgid "Short Description"
|
8430 |
msgstr "Warenkorbkurzbeschreibung"
|
8431 |
|
8432 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8433 |
#, php-format
|
8434 |
msgid "Show %s shopmark"
|
8435 |
msgstr "Preisauszeichnung „%s“ anzeigen"
|
8436 |
|
8437 |
# @ woocommerce-germanized
|
8438 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8439 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:103
|
8440 |
msgid "Tax"
|
8441 |
msgstr "Steuer"
|
8442 |
|
8443 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8444 |
msgid "Show Tax shopmark"
|
8445 |
msgstr "Preisauszeichnung „Steuer“ anzeigen"
|
8446 |
|
8447 |
# @ woocommerce-germanized
|
8448 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8449 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8450 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8451 |
msgid "Shipping Costs"
|
8452 |
msgstr "Versandkosten"
|
8453 |
|
8454 |
# @ woocommerce-germanized
|
8455 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8456 |
msgid "Show Shipping Costs shopmark"
|
8457 |
msgstr "Preisauszeichnung „Versandkosten“ anzeigen"
|
8458 |
|
8459 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8460 |
msgid ""
|
8461 |
"Choose a location for the shopmark. Locations are mapped to specific "
|
8462 |
"WooCommerce hooks and may differ from Theme to Theme."
|
@@ -8464,7 +8601,7 @@ msgstr ""
|
|
8464 |
"Wähle einen Ort für die Preisauszeichnung aus. Orte werden in WooCommerce an "
|
8465 |
"bestimmte Hooks gebunden und können sich von Theme zu Theme unterscheiden."
|
8466 |
|
8467 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8468 |
#, php-format
|
8469 |
msgid ""
|
8470 |
"Choose a priority by which the shopmark should be attached to the location. "
|
@@ -8475,16 +8612,16 @@ msgstr ""
|
|
8475 |
"werden soll. Je höher die Priorität ist, desto später wird die "
|
8476 |
"Preisauszeichnung hinzugefügt. Standard ist %d."
|
8477 |
|
8478 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8479 |
msgid "Price Ranges"
|
8480 |
msgstr "Preisspannen"
|
8481 |
|
8482 |
# @ woocommerce-germanized
|
8483 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8484 |
msgid "Price Range Format"
|
8485 |
msgstr "Preisspannen-Format"
|
8486 |
|
8487 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8488 |
msgid ""
|
8489 |
"Adjust the price range format e.g. for variable products. Use {min_price} as "
|
8490 |
"placeholder for the minimum price. Use {max_price} as placeholder for the "
|
@@ -8494,14 +8631,14 @@ msgstr ""
|
|
8494 |
"{min_price} als Platzhalter für den minimalen Preis und {max_price} als "
|
8495 |
"Platzhalter für den höchsten Preis."
|
8496 |
|
8497 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8498 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8499 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8500 |
msgid "{min_price} – {max_price}"
|
8501 |
msgstr "{min_price} – {max_price}"
|
8502 |
|
8503 |
# @ woocommerce-germanized
|
8504 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8505 |
msgid ""
|
8506 |
"This text will be used to inform the customer about shipping costs. Use "
|
8507 |
"{link}{/link} to insert link to shipping costs page."
|
@@ -8511,17 +8648,17 @@ msgstr ""
|
|
8511 |
"zur Versandkosten-Seite einzufügen."
|
8512 |
|
8513 |
# @ woocommerce-germanized
|
8514 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8515 |
msgid "plus {link}Shipping Costs{/link}"
|
8516 |
msgstr "zzgl. {link}Versandkosten{/link}"
|
8517 |
|
8518 |
# @ woocommerce-germanized
|
8519 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8520 |
msgid "Free Shipping Text"
|
8521 |
msgstr "Kostenloser Versand Text"
|
8522 |
|
8523 |
# @ woocommerce-germanized
|
8524 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8525 |
msgid ""
|
8526 |
"This text will be used to inform the customer about free shipping. Leave "
|
8527 |
"empty to disable notice. Use {link}{/link} to insert link to shipping costs "
|
@@ -8532,13 +8669,13 @@ msgstr ""
|
|
8532 |
"Versandkosten-Seite einzufügen."
|
8533 |
|
8534 |
# @ woocommerce-germanized
|
8535 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8536 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8537 |
msgid "Hide Notice"
|
8538 |
msgstr "Hinweis ausblenden"
|
8539 |
|
8540 |
# @ woocommerce-germanized
|
8541 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8542 |
msgid ""
|
8543 |
"Select product types for which you might want to disable the shipping costs "
|
8544 |
"notice."
|
@@ -8547,37 +8684,37 @@ msgstr ""
|
|
8547 |
"möchtest."
|
8548 |
|
8549 |
# @ woocommerce-germanized
|
8550 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8551 |
msgid "Footer"
|
8552 |
msgstr "Footer"
|
8553 |
|
8554 |
# @ woocommerce-germanized
|
8555 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8556 |
msgid "Notice"
|
8557 |
msgstr "Hinweis"
|
8558 |
|
8559 |
# @ woocommerce-germanized
|
8560 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8561 |
msgid "Attach a global VAT notice to your footer."
|
8562 |
msgstr "Einen seitenübergreifenden MwSt.-Hinweis im Footer einfügen."
|
8563 |
|
8564 |
# @ woocommerce-germanized
|
8565 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8566 |
msgid "Attach a global sale price notice to your footer."
|
8567 |
msgstr ""
|
8568 |
"Einen seitenübergreifenden Hinweis zu reduzierten Preisen im Footer einfügen."
|
8569 |
|
8570 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8571 |
msgid "Same as global fallback"
|
8572 |
msgstr "Entspricht globalem Fallback"
|
8573 |
|
8574 |
# @ woocommerce-germanized
|
8575 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8576 |
msgid "Fallback"
|
8577 |
msgstr "Fallback"
|
8578 |
|
8579 |
# @ woocommerce-germanized
|
8580 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8581 |
msgid ""
|
8582 |
"This delivery time will be added to every product if no delivery time has "
|
8583 |
"been chosen individually"
|
@@ -8586,18 +8723,18 @@ msgstr ""
|
|
8586 |
"zugeordnet wurde"
|
8587 |
|
8588 |
# @ woocommerce-germanized
|
8589 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8590 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8591 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8592 |
msgid "Manage Delivery Times"
|
8593 |
msgstr "Lieferzeiten verwalten"
|
8594 |
|
8595 |
# @ woocommerce-germanized
|
8596 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8597 |
msgid "Fallback EU Countries"
|
8598 |
msgstr "Fallback EU-Länder"
|
8599 |
|
8600 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8601 |
msgid ""
|
8602 |
"This delivery time will serve as a fallback for EU countries other than your "
|
8603 |
"base country."
|
@@ -8605,11 +8742,11 @@ msgstr ""
|
|
8605 |
"Diese Lieferzeit dient als Fallback für, von deinem Basisland abweichende, "
|
8606 |
"EU-Länder."
|
8607 |
|
8608 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8609 |
msgid "Fallback Third Countries"
|
8610 |
msgstr "Fallback Drittländer"
|
8611 |
|
8612 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8613 |
msgid ""
|
8614 |
"This delivery time will serve as a fallback for third countries other than "
|
8615 |
"your base country."
|
@@ -8618,7 +8755,7 @@ msgstr ""
|
|
8618 |
"Drittländer."
|
8619 |
|
8620 |
# @ woocommerce-germanized
|
8621 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8622 |
msgid ""
|
8623 |
"This text will be used to indicate delivery time for products. Use "
|
8624 |
"{delivery_time} as placeholder."
|
@@ -8627,15 +8764,15 @@ msgstr ""
|
|
8627 |
"{delivery_time} als Platzhalter verwenden."
|
8628 |
|
8629 |
# @ woocommerce-germanized
|
8630 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8631 |
msgid "Delivery time: {delivery_time}"
|
8632 |
msgstr "Lieferzeit: {delivery_time}"
|
8633 |
|
8634 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8635 |
msgid "Digital text"
|
8636 |
msgstr "Digitaler Text"
|
8637 |
|
8638 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8639 |
msgid ""
|
8640 |
"Enter a text which will be shown as digital delivery time text (replacement "
|
8641 |
"for default digital time on digital products)."
|
@@ -8645,24 +8782,24 @@ msgstr ""
|
|
8645 |
"lassen."
|
8646 |
|
8647 |
# @ woocommerce
|
8648 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8649 |
msgid "Backorder"
|
8650 |
msgstr "Lieferrückstand"
|
8651 |
|
8652 |
# @ woocommerce-germanized
|
8653 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8654 |
msgid "Hide delivery time if a product is on backorder."
|
8655 |
msgstr "Lieferzeit ausblenden falls das Produkt im Lieferrückstand ist."
|
8656 |
|
8657 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8658 |
msgid "Not in Stock"
|
8659 |
msgstr "Nicht auf Lager"
|
8660 |
|
8661 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8662 |
msgid "Hide delivery time if a product is not in stock."
|
8663 |
msgstr "Lieferzeit ausblenden falls das Produkt nicht auf Lager ist."
|
8664 |
|
8665 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8666 |
msgid ""
|
8667 |
"Select product types for which you might want to disable the delivery time "
|
8668 |
"notice."
|
@@ -8671,7 +8808,7 @@ msgstr ""
|
|
8671 |
"möchtest."
|
8672 |
|
8673 |
# @ woocommerce-germanized
|
8674 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8675 |
msgid ""
|
8676 |
"This text will be used to display the unit price. Use {price} to insert the "
|
8677 |
"price. If you want to specifically format unit price output use {base}, "
|
@@ -8683,17 +8820,17 @@ msgstr ""
|
|
8683 |
"{base_price} für die einzelnen Elemente."
|
8684 |
|
8685 |
# @ woocommerce-germanized
|
8686 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8687 |
msgid "{price}"
|
8688 |
msgstr "{price}"
|
8689 |
|
8690 |
# @ woocommerce-germanized
|
8691 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8692 |
msgid "Product units format"
|
8693 |
msgstr "Produkteinheiten Format"
|
8694 |
|
8695 |
# @ woocommerce-germanized
|
8696 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8697 |
msgid ""
|
8698 |
"This text will be used to display the product units. Use {product_units} to "
|
8699 |
"insert the amount of product units. Use {unit} to insert the unit. "
|
@@ -8705,30 +8842,30 @@ msgstr ""
|
|
8705 |
"Grundpreis."
|
8706 |
|
8707 |
# @ woocommerce-germanized
|
8708 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8709 |
msgid "Product contains: {product_units} {unit}"
|
8710 |
msgstr "Produkt enthält: {product_units} {unit}"
|
8711 |
|
8712 |
# @ woocommerce-germanized
|
8713 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8714 |
msgid "Variable Unit Price"
|
8715 |
msgstr "Variabler Grundpreis"
|
8716 |
|
8717 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8718 |
msgid "Enable price range unit prices for variable products."
|
8719 |
msgstr "Aktiviere von-bis-Grundpreise für variable Produkte."
|
8720 |
|
8721 |
# @ woocommerce-germanized
|
8722 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8723 |
msgid "Fallback Sale Label"
|
8724 |
msgstr "Standard-Streichpreis"
|
8725 |
|
8726 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8727 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8728 |
msgid "Manage Price Labels"
|
8729 |
msgstr "Preishinweise verwalten"
|
8730 |
|
8731 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8732 |
msgid ""
|
8733 |
"Choose whether you would like to have a default sale price label to inform "
|
8734 |
"the customer about the regular price (e.g. Recommended Retail Price)."
|
@@ -8737,11 +8874,11 @@ msgstr ""
|
|
8737 |
"den Kunden auf den alten Preis (bei reduzierten Produkten, sog. "
|
8738 |
"Streichpreis) hinweist (z.B. UVP)."
|
8739 |
|
8740 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8741 |
msgid "Fallback Regular Label"
|
8742 |
msgstr "Standard-Angebotspreis"
|
8743 |
|
8744 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8745 |
msgid ""
|
8746 |
"Choose whether you would like to have a default sale price regular label to "
|
8747 |
"inform the customer about the sale price (e.g. New Price)."
|
@@ -8751,21 +8888,21 @@ msgstr ""
|
|
8751 |
"hinweist (z.B. Unser neuer Preis)."
|
8752 |
|
8753 |
# @ woocommerce-germanized
|
8754 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8755 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8756 |
msgid "Single Product"
|
8757 |
msgstr "Produktseite"
|
8758 |
|
8759 |
# @ woocommerce-germanized
|
8760 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8761 |
msgid "Show price labels on single product page."
|
8762 |
msgstr "Zeige Preishinweise auf der Produktseite."
|
8763 |
|
8764 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8765 |
msgid "Loop"
|
8766 |
msgstr "Produktlisten"
|
8767 |
|
8768 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8769 |
msgid "Show price labels in product loops."
|
8770 |
msgstr "Zeige Preishinweise in Produktlisten."
|
8771 |
|
@@ -8785,7 +8922,7 @@ msgstr "Steuern"
|
|
8785 |
|
8786 |
# @ woocommerce-germanized
|
8787 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:30
|
8788 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8789 |
msgid "VAT"
|
8790 |
msgstr "Umsatzsteuer"
|
8791 |
|
@@ -9037,28 +9174,28 @@ msgstr ""
|
|
9037 |
|
9038 |
# @ woocommerce-germanized
|
9039 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:11
|
9040 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
9041 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
9042 |
msgid "Name"
|
9043 |
msgstr "Name"
|
9044 |
|
9045 |
# @ woocommerce-germanized
|
9046 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
9047 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
9048 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
9049 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9050 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:124
|
9051 |
msgid "Description"
|
9052 |
msgstr "Beschreibung"
|
9053 |
|
9054 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:13
|
9055 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
9056 |
msgid "Enabled"
|
9057 |
msgstr "Aktiviert"
|
9058 |
|
9059 |
# @ woocommerce-germanized
|
9060 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:14
|
9061 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
9062 |
msgid "Mandatory"
|
9063 |
msgstr "Pflichtfeld"
|
9064 |
|
@@ -9072,39 +9209,40 @@ msgstr "Ort(e)"
|
|
9072 |
msgid "Edit"
|
9073 |
msgstr "Bearbeiten"
|
9074 |
|
9075 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:30
|
9076 |
-
msgid "Delete"
|
9077 |
-
msgstr "Löschen"
|
9078 |
-
|
9079 |
# @ woocommerce-germanized
|
9080 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:13
|
9081 |
#, php-format
|
9082 |
msgid "Upgrade to %s"
|
9083 |
msgstr "Upgrade zu %s"
|
9084 |
|
9085 |
-
|
|
|
|
|
|
|
|
|
|
|
9086 |
msgid ""
|
9087 |
"Adapt your WooCommerce installation to the german market with Germanized."
|
9088 |
msgstr ""
|
9089 |
"Passe deine WooCommerce Installation mit Germanized an den deutschen Markt "
|
9090 |
"an."
|
9091 |
|
9092 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:69
|
9093 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:70
|
|
|
9094 |
msgid "Find out more"
|
9095 |
msgstr "Erfahre mehr"
|
9096 |
|
9097 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
9098 |
msgid "How to"
|
9099 |
msgstr "So funktioniert es"
|
9100 |
|
9101 |
# @ woocommerce-germanized
|
9102 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:75
|
9103 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:76
|
|
|
9104 |
msgid "Manage settings"
|
9105 |
msgstr "Einstellungen anpassen"
|
9106 |
|
9107 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
9108 |
msgid "Manage"
|
9109 |
msgstr "Verwalten"
|
9110 |
|
@@ -9521,246 +9659,261 @@ msgstr ""
|
|
9521 |
"Passe Germanized an deine Bedürfnisse an. Die Einstellungen kannst du später "
|
9522 |
"jederzeit ändern."
|
9523 |
|
9524 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
9525 |
msgid "Has been activated via DOI?"
|
9526 |
msgstr "Aktiviert via DOI?"
|
9527 |
|
9528 |
# @ woocommerce-germanized
|
9529 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
9530 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
9531 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:39
|
9532 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9533 |
#: woocommerce-germanized/includes/gateways/direct-debit/views/html-export.php:30
|
9534 |
msgid "Direct Debit"
|
9535 |
msgstr "Lastschrift"
|
9536 |
|
9537 |
# @ woocommerce-germanized
|
9538 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
9539 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
9540 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9541 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9542 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9543 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9544 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9545 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9546 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9547 |
msgid "Account Holder"
|
9548 |
msgstr "Kontoinhaber"
|
9549 |
|
9550 |
# @ woocommerce-germanized
|
9551 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
9552 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
9553 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9554 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9555 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9556 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9557 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9558 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9559 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9560 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9561 |
msgid "IBAN"
|
9562 |
msgstr "IBAN"
|
9563 |
|
9564 |
# @ woocommerce-germanized
|
9565 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
9566 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
9567 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9568 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9569 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9570 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9571 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9572 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9573 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9574 |
msgid "BIC/SWIFT"
|
9575 |
msgstr "BIC/SWIFT"
|
9576 |
|
9577 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
9578 |
msgid "Parcel Delivery Data Transfer"
|
9579 |
msgstr "Paketdienstleister Datenweitergabe"
|
9580 |
|
9581 |
# @ woocommerce-germanized
|
9582 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
9583 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9584 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9585 |
msgid "Mandate Reference ID"
|
9586 |
msgstr "Mandat-Referenznummer"
|
9587 |
|
9588 |
# @ woocommerce-germanized
|
9589 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9590 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9591 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9592 |
msgid "Delivery Time ID"
|
9593 |
msgstr "Lieferzeit ID"
|
9594 |
|
9595 |
# @ woocommerce-germanized
|
9596 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9597 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9598 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9599 |
msgid "Delivery Time Name"
|
9600 |
msgstr "Lieferzeit Name"
|
9601 |
|
9602 |
# @ woocommerce-germanized
|
9603 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9604 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9605 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9606 |
msgid "Delivery Time Slug"
|
9607 |
msgstr "Lieferzeit Slug"
|
9608 |
|
9609 |
# @ woocommerce-germanized
|
9610 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9611 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9612 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9613 |
msgid "Delivery Time HTML"
|
9614 |
msgstr "Lieferzeit HTML"
|
9615 |
|
9616 |
# @ woocommerce-germanized
|
9617 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9618 |
-
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:
|
9619 |
msgid "Country specific delivery times"
|
9620 |
msgstr "Länderspezifische Lieferzeiten"
|
9621 |
|
9622 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9623 |
msgid "ISO code of the country."
|
9624 |
msgstr "ISO-Code des Landes."
|
9625 |
|
9626 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9627 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9628 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9629 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9630 |
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:144
|
9631 |
msgid "Price Label"
|
9632 |
msgstr "Preishinweis"
|
9633 |
|
9634 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9635 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9636 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9637 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9638 |
msgid "Price Label ID"
|
9639 |
msgstr "Preishinweis ID"
|
9640 |
|
9641 |
# @ woocommerce-germanized
|
9642 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9643 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9644 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9645 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9646 |
msgid "Price Label Name"
|
9647 |
msgstr "Preishinweis Name"
|
9648 |
|
9649 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9650 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9651 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9652 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9653 |
msgid "Price Label Slug"
|
9654 |
msgstr "Preishinweis Slug"
|
9655 |
|
9656 |
# @ woocommerce-germanized
|
9657 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9658 |
msgid "Unit ID"
|
9659 |
msgstr "Einheit ID"
|
9660 |
|
9661 |
# @ woocommerce-germanized
|
9662 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9663 |
msgid "Unit Name"
|
9664 |
msgstr "Einheit Name"
|
9665 |
|
9666 |
# @ woocommerce-germanized
|
9667 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9668 |
msgid "Unit Slug"
|
9669 |
msgstr "Einheit Slug"
|
9670 |
|
9671 |
# @ woocommerce-germanized
|
9672 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9673 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9674 |
msgid "Unit Base"
|
9675 |
msgstr "Grundpreis-Basis"
|
9676 |
|
9677 |
# @ woocommerce-germanized
|
9678 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9679 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9680 |
msgid "Unit Product"
|
9681 |
msgstr "Grundpreis-Produkt"
|
9682 |
|
9683 |
# @ woocommerce-germanized
|
9684 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9685 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9686 |
msgid "Unit Auto Calculation"
|
9687 |
msgstr "Grundpreis automatische Berechnung"
|
9688 |
|
9689 |
# @ woocommerce-germanized
|
9690 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9691 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9692 |
msgid "Current Unit Price"
|
9693 |
msgstr "Aktueller Grundpreis"
|
9694 |
|
9695 |
# @ woocommerce-germanized
|
9696 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9697 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9698 |
msgid "Unit Regular Price"
|
9699 |
msgstr "Regulärer Grundpreis"
|
9700 |
|
9701 |
# @ woocommerce-germanized
|
9702 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9703 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9704 |
msgid "Unit Sale Price"
|
9705 |
msgstr "Angebotsgrundpreis"
|
9706 |
|
9707 |
# @ woocommerce-germanized
|
9708 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9709 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9710 |
msgid "Unit Price HTML"
|
9711 |
msgstr "Grundpreis HTML"
|
9712 |
|
9713 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9714 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9715 |
msgid "Small Cart Product Description"
|
9716 |
msgstr "Warenkorbkurzbeschreibung"
|
9717 |
|
9718 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9719 |
msgid "Deactivate the hint for additional shipping costs"
|
9720 |
msgstr "Deaktiviert den „zzgl. Versandkosten“ Hinweis"
|
9721 |
|
9722 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9723 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9724 |
msgid "Age verification minimum age."
|
9725 |
msgstr "Mindestalter der Altersprüfung."
|
9726 |
|
9727 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9728 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
|
|
|
|
|
|
|
|
|
|
9729 |
msgid "Whether this product is a service or not"
|
9730 |
msgstr "Ob dieses Produkt eine Dienstleistung ist oder nicht"
|
9731 |
|
9732 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9733 |
msgid "Whether this product applies for differential taxation or not"
|
9734 |
msgstr "Ob dieses Produkt der Differenzbesteuerung unterliegt oder nicht"
|
9735 |
|
9736 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
9737 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
9738 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
9739 |
msgid "Unique identifier for the resource."
|
9740 |
msgstr "Eindeutige Bezeichnung der Ressource."
|
9741 |
|
9742 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
9743 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
9744 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
9745 |
msgid "Resource name."
|
9746 |
msgstr "Name der Ressource."
|
9747 |
|
9748 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
9749 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
9750 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
9751 |
msgid "An alphanumeric identifier for the resource unique to its type."
|
9752 |
msgstr ""
|
9753 |
"Ein alphanumerischer Bezeichner der Resource. Eindeutig für dessen Typ."
|
9754 |
|
9755 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
9756 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
9757 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
9758 |
msgid "HTML description of the resource."
|
9759 |
msgstr "HTML Beschreibung der Ressource."
|
9760 |
|
9761 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
9762 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
9763 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
9764 |
msgid "Number of published products for the resource."
|
9765 |
msgstr "Anzahl der veröffentlichten Produkte für die Ressource."
|
9766 |
|
@@ -9798,14 +9951,15 @@ msgstr ""
|
|
9798 |
"Vielen Dank. Wir haben deinen Widerruf erhalten. Du bekommst in Kürze eine E-"
|
9799 |
"Mail mit deinen Daten als Bestätigung."
|
9800 |
|
9801 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
|
|
9802 |
msgid ""
|
9803 |
"Please check the street field and make sure to provide a valid street number."
|
9804 |
msgstr ""
|
9805 |
"Bitte prüfe die Angabe der Straße und stelle sicher, dass du deine "
|
9806 |
"Hausnummer angegeben hast."
|
9807 |
|
9808 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9809 |
msgid ""
|
9810 |
"Sorry, but differential taxed products cannot be purchased with normal "
|
9811 |
"products at the same time."
|
@@ -9813,7 +9967,7 @@ msgstr ""
|
|
9813 |
"Entschuldigung, differenzbesteuerte Produkte können nicht gemeinsam mit "
|
9814 |
"normalen Produkten gekauft werden."
|
9815 |
|
9816 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9817 |
msgid ""
|
9818 |
"Sorry, but normal products cannot be purchased together with differential "
|
9819 |
"taxed products at the same time."
|
@@ -9822,19 +9976,40 @@ msgstr ""
|
|
9822 |
"differenzbesteuerten Produkten gekauft werden."
|
9823 |
|
9824 |
# @ woocommerce-germanized
|
9825 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9826 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:51
|
9827 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
9828 |
msgid "Mr."
|
9829 |
msgstr "Herr"
|
9830 |
|
9831 |
# @ woocommerce-germanized
|
9832 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9833 |
msgctxt "customer-title-male-address"
|
9834 |
msgid "Mr."
|
9835 |
msgstr "Herrn"
|
9836 |
|
9837 |
-
#: woocommerce-germanized/includes/class-wc-gzd-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9838 |
msgid ""
|
9839 |
"The cart contains one or more vouchers. Vouchers cannot be mixed with normal "
|
9840 |
"coupons."
|
@@ -9842,7 +10017,7 @@ msgstr ""
|
|
9842 |
"Dein Warenkorb beinhaltet einen oder mehrere Wertgutscheine. Wertgutscheine "
|
9843 |
"können nicht mit normalen Gutscheinen gemischt werden."
|
9844 |
|
9845 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
9846 |
msgid ""
|
9847 |
"The cart contains one or more coupons. Vouchers cannot be mixed with normal "
|
9848 |
"coupons. Please remove the coupon before adding your voucher."
|
@@ -9851,11 +10026,11 @@ msgstr ""
|
|
9851 |
"können nicht mit normalen Gutscheinen gemischt werden. Bitte lösche den "
|
9852 |
"Gutschein bevor du deinen Wertgutschein hinzufügst."
|
9853 |
|
9854 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
9855 |
msgid "Is voucher?"
|
9856 |
msgstr "Wertgutschein?"
|
9857 |
|
9858 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
9859 |
#, php-format
|
9860 |
msgid ""
|
9861 |
"Whether or not this coupon is a voucher which has been sold to a customer "
|
@@ -9867,9 +10042,9 @@ msgstr ""
|
|
9867 |
"besteuert. Weitere Informationen findest du <a href=\"%s\" target=\"_blank"
|
9868 |
"\">hier</a>."
|
9869 |
|
9870 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9871 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9872 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9873 |
msgid ""
|
9874 |
"Please activate your account through clicking on the activation link "
|
9875 |
"received via email."
|
@@ -9877,23 +10052,23 @@ msgstr ""
|
|
9877 |
"Bitte aktiviere dein Kundenkonto indem du auf den Link in der E-Mail klickst."
|
9878 |
|
9879 |
# @ woocommerce-germanized
|
9880 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9881 |
#, php-format
|
9882 |
msgid "Did not receive the activation email? <a href=\"%s\">Try again</a>."
|
9883 |
msgstr ""
|
9884 |
"Keine Aktivierungs-E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
9885 |
|
9886 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9887 |
#, php-format
|
9888 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
9889 |
msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
|
9890 |
|
9891 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9892 |
msgid "Please create an account or login before continuing to checkout"
|
9893 |
msgstr ""
|
9894 |
"Bitte erstelle ein Kundenkonto oder logge dich ein, bevor du zur Kasse gehst"
|
9895 |
|
9896 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9897 |
#, php-format
|
9898 |
msgid ""
|
9899 |
"Please activate your account through clicking on the activation link "
|
@@ -9902,7 +10077,7 @@ msgstr ""
|
|
9902 |
"Bitte aktiviere dein Kundenkonto indem du auf den Link in der E-Mail "
|
9903 |
"klickst. Keine E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
9904 |
|
9905 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9906 |
msgid ""
|
9907 |
"This activation code has expired. We have sent you a new activation code via "
|
9908 |
"e-mail."
|
@@ -9911,37 +10086,37 @@ msgstr ""
|
|
9911 |
"Code per E-Mail geschickt."
|
9912 |
|
9913 |
# @ woocommerce-germanized
|
9914 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9915 |
msgid "Sorry, but this activation code cannot be found."
|
9916 |
msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
|
9917 |
|
9918 |
# @ woocommerce-germanized
|
9919 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9920 |
msgid "Thank you. You have successfully activated your account."
|
9921 |
msgstr "Vielen Dank. Dein Benutzerkonto wurde erfolgreich aktiviert."
|
9922 |
|
9923 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9924 |
msgid "Expired activation key"
|
9925 |
msgstr "Abgelaufener Aktivierungscode"
|
9926 |
|
9927 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9928 |
msgid "Invalid activation key"
|
9929 |
msgstr "Aktivierungscode ungültig"
|
9930 |
|
9931 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9932 |
msgid "BCC recipients"
|
9933 |
msgstr "BCC Empfänger"
|
9934 |
|
9935 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9936 |
msgid "Enter blind-copy recipients (comma separated) for this email."
|
9937 |
msgstr "Füge Empfänger (kommasepariert) einer Blindkopie für diese E-Mail ein."
|
9938 |
|
9939 |
# @ woocommerce-germanized
|
9940 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9941 |
msgid "Confirmation text"
|
9942 |
msgstr "Bestätigung Text"
|
9943 |
|
9944 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9945 |
msgid ""
|
9946 |
"Your order has been received and is now being processed. Your order details "
|
9947 |
"are shown below for your reference:"
|
@@ -9950,7 +10125,7 @@ msgstr ""
|
|
9950 |
"deiner Bestellung kannst du der nachfolgenden Tabelle entnehmen:"
|
9951 |
|
9952 |
# @ woocommerce-germanized
|
9953 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9954 |
msgid ""
|
9955 |
"This text will be inserted within the order confirmation email. Use "
|
9956 |
"{order_number}, {site_title} or {order_date} as placeholder."
|
@@ -9958,7 +10133,7 @@ msgstr ""
|
|
9958 |
"Dieser Text wird in die Bestellbestätigung eingefügt. Verwende "
|
9959 |
"{order_number}, {site_title} oder {order_date} als Platzhalter."
|
9960 |
|
9961 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9962 |
msgid ""
|
9963 |
"Your order has been received and is now being processed. Your order details "
|
9964 |
"are shown below for your reference."
|
@@ -9966,24 +10141,24 @@ msgstr ""
|
|
9966 |
"Deine Bestellung ist eingegangen und wird nun bearbeitet. Die Einzelheiten "
|
9967 |
"deiner Bestellung kannst du der nachfolgenden Tabelle entnehmen."
|
9968 |
|
9969 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9970 |
msgid "Someone requested a password reset for your account."
|
9971 |
msgstr ""
|
9972 |
"Jemand hat das Zurücksetzen des Passworts für deinen Account beantragt."
|
9973 |
|
9974 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9975 |
#, php-format
|
9976 |
msgid "Thanks for creating an account on %s."
|
9977 |
msgstr "Danke, dass du ein Konto bei %s erstellt hast."
|
9978 |
|
9979 |
# @ woocommerce-germanized
|
9980 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9981 |
msgctxt "revocation-form"
|
9982 |
msgid "Forward your withdrawal online"
|
9983 |
msgstr "Deinen Widerruf online erklären"
|
9984 |
|
9985 |
# @ woocommerce-germanized
|
9986 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
9987 |
#, php-format
|
9988 |
msgid ""
|
9989 |
"Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
|
@@ -9993,78 +10168,78 @@ msgstr ""
|
|
9993 |
"WooCommerce Germanized installierst. Vielen Dank!"
|
9994 |
|
9995 |
# @ woocommerce-germanized
|
9996 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
9997 |
msgctxt "Page slug"
|
9998 |
msgid "data-security"
|
9999 |
msgstr "datenschutzerklaerung"
|
10000 |
|
10001 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10002 |
msgctxt "Page title"
|
10003 |
msgid "Privacy Policy"
|
10004 |
msgstr "Datenschutzerklärung"
|
10005 |
|
10006 |
# @ woocommerce-germanized
|
10007 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10008 |
msgctxt "Page slug"
|
10009 |
msgid "imprint"
|
10010 |
msgstr "impressum"
|
10011 |
|
10012 |
# @ woocommerce-germanized
|
10013 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10014 |
msgctxt "Page title"
|
10015 |
msgid "Imprint"
|
10016 |
msgstr "Impressum"
|
10017 |
|
10018 |
# @ woocommerce-germanized
|
10019 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10020 |
msgctxt "Page slug"
|
10021 |
msgid "terms"
|
10022 |
msgstr "agb"
|
10023 |
|
10024 |
# @ woocommerce-germanized
|
10025 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10026 |
msgctxt "Page title"
|
10027 |
msgid "Terms & Conditions"
|
10028 |
msgstr "AGB"
|
10029 |
|
10030 |
# @ woocommerce-germanized
|
10031 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10032 |
msgctxt "Page slug"
|
10033 |
msgid "revocation"
|
10034 |
msgstr "widerrufsbelehrung"
|
10035 |
|
10036 |
# @ woocommerce-germanized
|
10037 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10038 |
msgctxt "Page title"
|
10039 |
msgid "Cancellation Policy"
|
10040 |
msgstr "Widerrufsbelehrung"
|
10041 |
|
10042 |
# @ woocommerce-germanized
|
10043 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10044 |
msgctxt "Page slug"
|
10045 |
msgid "shipping-methods"
|
10046 |
msgstr "versandarten"
|
10047 |
|
10048 |
# @ woocommerce-germanized
|
10049 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10050 |
msgctxt "Page title"
|
10051 |
msgid "Shipping Methods"
|
10052 |
msgstr "Versandarten"
|
10053 |
|
10054 |
# @ woocommerce-germanized
|
10055 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10056 |
msgctxt "Page slug"
|
10057 |
msgid "payment-methods"
|
10058 |
msgstr "bezahlmoeglichkeiten"
|
10059 |
|
10060 |
# @ woocommerce-germanized
|
10061 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10062 |
msgctxt "Page title"
|
10063 |
msgid "Payment Methods"
|
10064 |
msgstr "Zahlungsarten"
|
10065 |
|
10066 |
# @ woocommerce-germanized
|
10067 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10068 |
msgid ""
|
10069 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
10070 |
"and Conditions{/term_link} and {revocation_link}Cancellation Policy{/"
|
@@ -10075,7 +10250,7 @@ msgstr ""
|
|
10075 |
"revocation_link} einverstanden."
|
10076 |
|
10077 |
# @ woocommerce-germanized
|
10078 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10079 |
msgid ""
|
10080 |
"To complete the order you have to accept to our {term_link}Terms and "
|
10081 |
"Conditions{/term_link} and {revocation_link}Cancellation Policy{/"
|
@@ -10085,17 +10260,17 @@ msgstr ""
|
|
10085 |
"term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
|
10086 |
|
10087 |
# @ woocommerce-germanized
|
10088 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10089 |
msgid "Legal"
|
10090 |
msgstr "Allgemein"
|
10091 |
|
10092 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10093 |
msgid ""
|
10094 |
"General legal checkbox which shall include terms and cancellation policy."
|
10095 |
msgstr "Allg. Checkbox die AGB und Widerrufsbelehrung enthalten sollte."
|
10096 |
|
10097 |
# @ woocommerce-germanized
|
10098 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10099 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:24
|
10100 |
msgid ""
|
10101 |
"For digital products: I strongly agree that the execution of the agreement "
|
@@ -10107,7 +10282,7 @@ msgstr ""
|
|
10107 |
"bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
|
10108 |
|
10109 |
# @ woocommerce-germanized
|
10110 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10111 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:25
|
10112 |
msgid ""
|
10113 |
"To retrieve direct access to digital content you have to agree to the loss "
|
@@ -10116,17 +10291,17 @@ msgstr ""
|
|
10116 |
"Um direkten Zugang zu den digitalen Inhalte zu erhalten, musst du auf das "
|
10117 |
"Widerrufsrecht verzichten."
|
10118 |
|
10119 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10120 |
msgid "Digital"
|
10121 |
msgstr "Digital"
|
10122 |
|
10123 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10124 |
msgid "Asks the customer to skip revocation period for digital products."
|
10125 |
msgstr ""
|
10126 |
"Ermöglicht die Bereitstellung des Downloads vor Ablauf der Widerrufsfrist."
|
10127 |
|
10128 |
# @ woocommerce-germanized
|
10129 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10130 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:31
|
10131 |
msgid ""
|
10132 |
"For services: I demand and acknowledge the immediate performance of the "
|
@@ -10139,7 +10314,7 @@ msgstr ""
|
|
10139 |
"vollständiger Erfüllung des Vertrages erlischt."
|
10140 |
|
10141 |
# @ woocommerce-germanized
|
10142 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10143 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:32
|
10144 |
msgid ""
|
10145 |
"To allow the immediate performance of the services you have to agree to the "
|
@@ -10147,12 +10322,12 @@ msgid ""
|
|
10147 |
msgstr ""
|
10148 |
"Bitte stimme dem Beginn der Dienstleistung vor Ablauf der Widerrufsfrist zu."
|
10149 |
|
10150 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10151 |
msgid "Asks the customer to skip revocation period for services."
|
10152 |
msgstr ""
|
10153 |
"Ermöglicht das Beginnen von Dienstleistungen vor Ablauf der Widerrufsfrist."
|
10154 |
|
10155 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10156 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:40
|
10157 |
msgid ""
|
10158 |
"Yes, I would like to be reminded via E-mail about parcel delivery "
|
@@ -10165,37 +10340,37 @@ msgstr ""
|
|
10165 |
"weitergegeben."
|
10166 |
|
10167 |
# @ woocommerce-germanized
|
10168 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10169 |
msgid "Please accept our parcel delivery agreement"
|
10170 |
msgstr "Bitte akzeptiere die Datenweitergabe an unsere Paketdienstleister"
|
10171 |
|
10172 |
# @ woocommerce-germanized
|
10173 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10174 |
msgid "Parcel Delivery"
|
10175 |
msgstr "Paketdienstleister"
|
10176 |
|
10177 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10178 |
msgid ""
|
10179 |
"Asks the customer to hand over data to the parcel delivery service provider."
|
10180 |
msgstr ""
|
10181 |
"Holt die Einwilligung des Kunden zur Übergabe spezieller Daten an den "
|
10182 |
"Paketdienstleister ein."
|
10183 |
|
10184 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10185 |
msgid "I hereby confirm that I'm at least {age} years old."
|
10186 |
msgstr "Ich bestätige, dass ich mindestens {age} Jahre alt bin."
|
10187 |
|
10188 |
# @ woocommerce-germanized
|
10189 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10190 |
msgid "Please confirm your age."
|
10191 |
msgstr "Bitte bestätige dein Alter."
|
10192 |
|
10193 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10194 |
msgid "Asks the customer to confirm a minimum age."
|
10195 |
msgstr "Lässt den Kunden ein Mindestalter bestätigen."
|
10196 |
|
10197 |
# @ woocommerce-germanized
|
10198 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10199 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:44
|
10200 |
msgid ""
|
10201 |
"Yes, I’d like create a new account and have read and understood the "
|
@@ -10205,86 +10380,125 @@ msgstr ""
|
|
10205 |
"{data_security_link}Datenschutzerklärung{/data_security_link}."
|
10206 |
|
10207 |
# @ woocommerce-germanized
|
10208 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10209 |
msgid "Please accept our privacy policy to create a new customer account"
|
10210 |
msgstr ""
|
10211 |
"Bitte akzeptiere unsere Datenschutzerklärung, um ein neues Kundenkonto zu "
|
10212 |
"erstellen"
|
10213 |
|
10214 |
# @ woocommerce-germanized
|
10215 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10216 |
msgid "New account"
|
10217 |
msgstr "Neues Kundenkonto"
|
10218 |
|
10219 |
# @ woocommerce-germanized
|
10220 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10221 |
msgid "Let customers accept your privacy policy before creating a new account."
|
10222 |
msgstr ""
|
10223 |
"Lässt Kunden die Datenschutzbestimmungen vor der Registrierung eines Kontos "
|
10224 |
"akzeptieren."
|
10225 |
|
10226 |
# @ woocommerce-germanized
|
10227 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10228 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1025
|
10229 |
msgid "I hereby agree to the {link}direct debit mandate{/link}."
|
10230 |
msgstr "Hiermit erteile ich das {link}SEPA Lastschriftmandat{/link}."
|
10231 |
|
10232 |
# @ woocommerce-germanized
|
10233 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10234 |
msgid "Please accept the direct debit mandate."
|
10235 |
msgstr "Bitte erteile das SEPA Lastschriftmandat."
|
10236 |
|
10237 |
# @ woocommerce-germanized
|
10238 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10239 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
10240 |
msgid "SEPA"
|
10241 |
msgstr "SEPA"
|
10242 |
|
10243 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10244 |
msgid "Asks the customer to issue the SEPA mandate."
|
10245 |
msgstr "Lässt den Kunden das SEPA Mandat vor dem Kauf bestätigen."
|
10246 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10247 |
# @ woocommerce-germanized
|
10248 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10249 |
msgid "Register form"
|
10250 |
msgstr "Registrierung"
|
10251 |
|
10252 |
# @ woocommerce
|
10253 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10254 |
msgid "Pay for order"
|
10255 |
msgstr "Bestell-Bezahlseite"
|
10256 |
|
10257 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10258 |
msgid "Reviews"
|
10259 |
msgstr "Bewertungen"
|
10260 |
|
10261 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10262 |
#, php-format
|
10263 |
msgid "Checkbox location %s does not exist."
|
10264 |
msgstr "Checkbox Ort %s existiert nicht."
|
10265 |
|
10266 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10267 |
#, php-format
|
10268 |
msgid "Please make sure to check %s checkbox."
|
10269 |
msgstr "Kontrolliere bitte %s. Hier fehlt eine Einwilligung."
|
10270 |
|
10271 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10272 |
#, php-format
|
10273 |
msgid "Checkbox with name %s does already exist."
|
10274 |
msgstr "Eine Checkbox mit dem Namen %s existiert bereits."
|
10275 |
|
10276 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10277 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10278 |
#, php-format
|
10279 |
msgid "%s is a mandatory field."
|
10280 |
msgstr "%s ist ein Pflichtfeld."
|
10281 |
|
10282 |
# @ woocommerce-germanized
|
10283 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10284 |
msgid "Enable checkbox"
|
10285 |
msgstr "Checkbox aktivieren"
|
10286 |
|
10287 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10288 |
msgid ""
|
10289 |
"Choose a name to identify your checkbox. Upon creating a new checkbox, this "
|
10290 |
"value is being used to generate the Id."
|
@@ -10292,11 +10506,11 @@ msgstr ""
|
|
10292 |
"Wähle einen Namen aus, um deine Checkbox zu identifizieren. Bei Erstellung "
|
10293 |
"einer neuen Checkbox wird dieser Wert verwendet um eine Id zu erstellen."
|
10294 |
|
10295 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10296 |
msgid "Id"
|
10297 |
msgstr "Id"
|
10298 |
|
10299 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10300 |
msgid ""
|
10301 |
"The checkbox Id is the unique indentifier which is used to identify the "
|
10302 |
"checkbox within the code. Cannot be edited after creating the checkbox."
|
@@ -10305,25 +10519,25 @@ msgstr ""
|
|
10305 |
"Code heraus zugreifbar zu machen. Kann nach dem Erstellen einer Checkbox "
|
10306 |
"nicht mehr verändert werden."
|
10307 |
|
10308 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10309 |
msgid "Describe the use case of your checkbox."
|
10310 |
msgstr "Beschreibe hier den Use-Case deiner Checkbox."
|
10311 |
|
10312 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10313 |
msgid "Choose a label to be inserted next to the checkbox."
|
10314 |
msgstr "Wähle eine Beschriftung aus, die neben der Checkbox platziert wird."
|
10315 |
|
10316 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10317 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10318 |
#, php-format
|
10319 |
msgid "You may use one of the following placeholders within the text: %s"
|
10320 |
msgstr "Du kannst einen der folgenden Platzhalter in deinem Text verwenden: %s"
|
10321 |
|
10322 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10323 |
msgid "Error Message"
|
10324 |
msgstr "Fehlermeldung"
|
10325 |
|
10326 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10327 |
msgid ""
|
10328 |
"Choose an error message to be shown when the user has not confirmed the "
|
10329 |
"checkbox."
|
@@ -10332,50 +10546,50 @@ msgstr ""
|
|
10332 |
"die Checkbox nicht bestätigt hat."
|
10333 |
|
10334 |
# @ woocommerce-germanized
|
10335 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10336 |
msgid "Hide input"
|
10337 |
msgstr "Ausblenden"
|
10338 |
|
10339 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10340 |
msgid "Do only show a label and hide the actual checkbox."
|
10341 |
msgstr ""
|
10342 |
"Zeige lediglich die Beschriftung und entferne die eigentliche Checkbox."
|
10343 |
|
10344 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10345 |
msgid "Mark the checkbox as mandatory."
|
10346 |
msgstr "Checkbox zum Pflichtfeld machen."
|
10347 |
|
10348 |
# @ woocommerce-germanized
|
10349 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10350 |
msgid "Locations"
|
10351 |
msgstr "Orte"
|
10352 |
|
10353 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10354 |
msgid "Choose where to display your checkbox."
|
10355 |
msgstr "Wähle einen Ort aus, an dem die Checkbox platziert werden soll."
|
10356 |
|
10357 |
# @ woocommerce-germanized
|
10358 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10359 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10360 |
#, php-format
|
10361 |
msgid "%s payment charge"
|
10362 |
msgstr "%s Zahlungsgebühr"
|
10363 |
|
10364 |
# @ woocommerce-germanized
|
10365 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10366 |
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:35
|
10367 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
10368 |
#, php-format
|
10369 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
10370 |
msgstr "Zzgl. %s Übermittlungsentgelt (direkt an den Zusteller)"
|
10371 |
|
10372 |
# @ woocommerce-germanized
|
10373 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10374 |
msgid "Fee"
|
10375 |
msgstr "Zahlungsgebühr"
|
10376 |
|
10377 |
# @ woocommerce-germanized
|
10378 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10379 |
msgid ""
|
10380 |
"This fee is being added if customer selects payment method within checkout."
|
10381 |
msgstr ""
|
@@ -10383,22 +10597,22 @@ msgstr ""
|
|
10383 |
"Zahlungsart aktiviert."
|
10384 |
|
10385 |
# @ woocommerce-germanized
|
10386 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10387 |
msgid "Fee is taxable?"
|
10388 |
msgstr "Mwst. berechnen?"
|
10389 |
|
10390 |
# @ woocommerce-germanized
|
10391 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10392 |
msgid "Check if fee is taxable."
|
10393 |
msgstr "MwSt.-Berechnung für Gebühr aktivieren."
|
10394 |
|
10395 |
# @ woocommerce-germanized
|
10396 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10397 |
msgid "Forwarding Fee"
|
10398 |
msgstr "Übermittlungsentgelt"
|
10399 |
|
10400 |
# @ woocommerce-germanized
|
10401 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10402 |
msgid ""
|
10403 |
"Forwarding fee will be charged by the transport agent in addition to the "
|
10404 |
"cash of delivery fee e.g. DHL - tax free."
|
@@ -10407,7 +10621,7 @@ msgstr ""
|
|
10407 |
"kassiert - z.B. DHL (steuerfrei)."
|
10408 |
|
10409 |
# @ woocommerce-germanized
|
10410 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10411 |
msgid "Payment charge"
|
10412 |
msgstr "Zahlungsgebühr"
|
10413 |
|
@@ -10537,45 +10751,45 @@ msgstr "Neuen Preishinweis anlegen"
|
|
10537 |
msgid "New Price Label Name"
|
10538 |
msgstr "Name des neuen Preishinweises"
|
10539 |
|
10540 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10541 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10542 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10543 |
msgid "Postnumber"
|
10544 |
msgstr "PostNummer"
|
10545 |
|
10546 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10547 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10548 |
msgid "Billing Title"
|
10549 |
msgstr "Rechnung Anrede"
|
10550 |
|
10551 |
# @ woocommerce-germanized
|
10552 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10553 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10554 |
msgid "Shipping Title"
|
10555 |
msgstr "Versand Anrede"
|
10556 |
|
10557 |
# @ woocommerce-germanized
|
10558 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10559 |
#, php-format
|
10560 |
msgid "Removed customer \"%s\""
|
10561 |
msgstr "Kundendatum „%s“ gelöscht"
|
10562 |
|
10563 |
# @ woocommerce-germanized
|
10564 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10565 |
msgid "Mandate Date"
|
10566 |
msgstr "Mandat Datum"
|
10567 |
|
10568 |
# @ woocommerce-germanized
|
10569 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10570 |
msgid "Mandate ID"
|
10571 |
msgstr "Mandat ID"
|
10572 |
|
10573 |
# @ woocommerce-germanized
|
10574 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10575 |
msgid "Mandate Email"
|
10576 |
msgstr "Mandat E-Mail"
|
10577 |
|
10578 |
-
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:
|
10579 |
msgid "Visible during checkout"
|
10580 |
msgstr "Im Checkout anzeigen"
|
10581 |
|
@@ -10626,8 +10840,8 @@ msgstr "Anrede"
|
|
10626 |
|
10627 |
# @ woocommerce-germanized
|
10628 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
10629 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
10630 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
10631 |
msgid "Ms."
|
10632 |
msgstr "Frau"
|
10633 |
|
@@ -10683,18 +10897,18 @@ msgstr ""
|
|
10683 |
"Bitte akzeptiere unsere <a href=\"%s\" target=\"_blank"
|
10684 |
"\">Datenschutzerklärung</a> damit wir deinen Widerruf bearbeiten können."
|
10685 |
|
10686 |
-
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:
|
10687 |
msgid ""
|
10688 |
"General purpose encryption, e.g. application password stored within settings"
|
10689 |
msgstr ""
|
10690 |
"Allgemein, z.B. von API-Schlüsseln oder Passwörtern in den Einstellungen"
|
10691 |
|
10692 |
-
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:
|
10693 |
#, php-format
|
10694 |
msgid "Encryption of type %s"
|
10695 |
msgstr "Verschlüsselung des Typs %s"
|
10696 |
|
10697 |
-
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:
|
10698 |
#, php-format
|
10699 |
msgid ""
|
10700 |
"Attention! The <em>%1$s</em> (%2$s) constant is missing. Germanized uses a "
|
@@ -10710,13 +10924,32 @@ msgstr ""
|
|
10710 |
"können, füge bitte folgendes Snippet in deine <a href=\"%3$s\" target="
|
10711 |
"\"_blank\">wp-config.php</a> Datei ein:"
|
10712 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10713 |
# @ woocommerce-germanized
|
10714 |
-
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:
|
10715 |
msgctxt "polylang"
|
10716 |
msgid "Unit Price Metas"
|
10717 |
msgstr "Grundpreis Metadaten"
|
10718 |
|
10719 |
-
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:
|
10720 |
msgctxt "polylang"
|
10721 |
msgid ""
|
10722 |
"Note the last unit price field is the final unit price taking into account "
|
@@ -10726,12 +10959,12 @@ msgstr ""
|
|
10726 |
"der Produktseite ausgegeben wird"
|
10727 |
|
10728 |
# @ woocommerce-germanized
|
10729 |
-
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:
|
10730 |
msgctxt "polylang"
|
10731 |
msgid "Sale Price Labels"
|
10732 |
msgstr "Preishinweise"
|
10733 |
|
10734 |
-
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:
|
10735 |
msgctxt "polylang"
|
10736 |
msgid ""
|
10737 |
"Sale price labels used to mark old prices (e.g. Recommended Retail Price)"
|
@@ -10793,7 +11026,7 @@ msgstr "Verfügbare Platzhalter: %s"
|
|
10793 |
|
10794 |
# @ woocommerce-germanized
|
10795 |
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-cancelled-order.php:208
|
10796 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
10797 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:111
|
10798 |
msgid "Enable/Disable"
|
10799 |
msgstr "Aktivieren/Deaktivieren"
|
@@ -10954,84 +11187,110 @@ msgstr ""
|
|
10954 |
"Dieses E-Mail Template enthält eine Kopie des SEPA Mandates, welches "
|
10955 |
"basierend auf den Bestelldaten und Kontodaten des Käufers generiert wird."
|
10956 |
|
10957 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
10958 |
msgctxt "exporter"
|
10959 |
msgid "Is service?"
|
10960 |
msgstr "Ist Dienstleistung?"
|
10961 |
|
|
|
|
|
|
|
|
|
|
|
10962 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:55
|
10963 |
msgctxt "exporter"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10964 |
msgid "Is differential taxed?"
|
10965 |
msgstr "Ist differenzbesteuert?"
|
10966 |
|
10967 |
# @ woocommerce-germanized
|
10968 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
10969 |
msgctxt "exporter"
|
10970 |
msgid "Has free shipping?"
|
10971 |
msgstr "Versand kostenlos?"
|
10972 |
|
10973 |
# @ woocommerce-germanized
|
10974 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
10975 |
msgctxt "exporter"
|
10976 |
msgid "Unit price regular"
|
10977 |
msgstr "Regulärer Grundpreis"
|
10978 |
|
10979 |
# @ woocommerce-germanized
|
10980 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
10981 |
msgctxt "exporter"
|
10982 |
msgid "Unit price sale"
|
10983 |
msgstr "Angebotsgrundpreis"
|
10984 |
|
10985 |
# @ woocommerce-germanized
|
10986 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
10987 |
msgctxt "exporter"
|
10988 |
msgid "Unit price calculated automatically?"
|
10989 |
msgstr "Grundpreis automatisch berechnen?"
|
10990 |
|
10991 |
# @ woocommerce-germanized
|
10992 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
10993 |
msgctxt "exporter"
|
10994 |
msgid "Unit"
|
10995 |
msgstr "Einheit"
|
10996 |
|
10997 |
# @ woocommerce-germanized
|
10998 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
10999 |
msgctxt "exporter"
|
11000 |
msgid "Unit base"
|
11001 |
msgstr "Grundpreiseinheit"
|
11002 |
|
11003 |
# @ woocommerce-germanized
|
11004 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
11005 |
msgctxt "exporter"
|
11006 |
msgid "Unit product"
|
11007 |
msgstr "Produkteinheit"
|
11008 |
|
11009 |
# @ woocommerce-germanized
|
11010 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
11011 |
msgctxt "exporter"
|
11012 |
msgid "Cart description"
|
11013 |
msgstr "Warenkorbkurzbeschreibung"
|
11014 |
|
|
|
|
|
|
|
|
|
|
|
11015 |
# @ woocommerce-germanized
|
11016 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
11017 |
msgctxt "exporter"
|
11018 |
msgid "Delivery time"
|
11019 |
msgstr "Lieferzeit"
|
11020 |
|
11021 |
# @ woocommerce-germanized
|
11022 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
11023 |
msgctxt "exporter"
|
11024 |
msgid "Sale price label"
|
11025 |
msgstr "Streichpreis Hinweis"
|
11026 |
|
11027 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
11028 |
msgctxt "exporter"
|
11029 |
msgid "Sale price regular label"
|
11030 |
msgstr "Angebotspreis Hinweis"
|
11031 |
|
11032 |
# @ woocommerce-germanized
|
11033 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
11034 |
-
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:
|
11035 |
#, php-format
|
11036 |
msgid "Delivery Time: %s"
|
11037 |
msgstr "Lieferzeit: %s"
|
@@ -11050,7 +11309,7 @@ msgid "SEPA XML Bulk Export"
|
|
11050 |
msgstr "SEPA XML Export"
|
11051 |
|
11052 |
# @ woocommerce-germanized
|
11053 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11054 |
msgid ""
|
11055 |
"[company_info]\n"
|
11056 |
"debtee identification number: [company_identification_number]\n"
|
@@ -11118,25 +11377,25 @@ msgstr ""
|
|
11118 |
"Bitte beachte: Die Frist für die Vorabinformation der SEPA-Lastschrift wird "
|
11119 |
"auf einen Tag verkürzt."
|
11120 |
|
11121 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11122 |
msgid "SEPA XML"
|
11123 |
msgstr "SEPA XML"
|
11124 |
|
11125 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11126 |
msgid "SEPA XML Export"
|
11127 |
msgstr "SEPA XML Export"
|
11128 |
|
11129 |
# @ woocommerce-germanized
|
11130 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11131 |
#, php-format
|
11132 |
msgid "Order %s"
|
11133 |
msgstr "Bestellung %s"
|
11134 |
|
11135 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11136 |
msgid "Will be notified separately"
|
11137 |
msgstr "Wird separat mitgeteilt"
|
11138 |
|
11139 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11140 |
#, php-format
|
11141 |
msgid ""
|
11142 |
"We will debit %s from your account by direct debit on or shortly after %s."
|
@@ -11145,99 +11404,99 @@ msgstr ""
|
|
11145 |
"%s ein."
|
11146 |
|
11147 |
# @ woocommerce-germanized
|
11148 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11149 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11150 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11151 |
msgid "a single payment"
|
11152 |
msgstr "eine einmalige Zahlung"
|
11153 |
|
11154 |
# @ woocommerce-germanized
|
11155 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11156 |
msgid "Enable Direct Debit Payment"
|
11157 |
msgstr "Bezahlung per Lastschrift aktivieren"
|
11158 |
|
11159 |
# @ woocommerce-germanized
|
11160 |
# @ woocommerce
|
11161 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11162 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:117
|
11163 |
msgctxt "gateway"
|
11164 |
msgid "Title"
|
11165 |
msgstr "Bezeichnung"
|
11166 |
|
11167 |
# @ woocommerce-germanized
|
11168 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11169 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:119
|
11170 |
msgid "This controls the title which the user sees during checkout."
|
11171 |
msgstr ""
|
11172 |
"Beschreibungstext, den Benutzer bei der Auswahl dieser Zahlungsart sehen."
|
11173 |
|
11174 |
# @ woocommerce-germanized
|
11175 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11176 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:126
|
11177 |
msgid "Payment method description that the customer will see on your checkout."
|
11178 |
msgstr "Beschreibung der Zahlungsart, die Kunden auf deiner Website sehen."
|
11179 |
|
11180 |
# @ woocommerce-germanized
|
11181 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11182 |
msgid "The order amount will be debited directly from your bank account."
|
11183 |
msgstr ""
|
11184 |
"Der Gesamtbestellbetrag wird per SEPA-Lastschrift direkt von deinem Konto "
|
11185 |
"abgebucht."
|
11186 |
|
11187 |
# @ woocommerce-germanized
|
11188 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11189 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:131
|
11190 |
msgid "Instructions"
|
11191 |
msgstr "Anweisungen"
|
11192 |
|
11193 |
# @ woocommerce-germanized
|
11194 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11195 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:133
|
11196 |
msgid "Instructions that will be added to the thank you page and emails."
|
11197 |
msgstr "Anweisung, die zur „Danke“-Seite und zu E-Mails hinzugefügt werden."
|
11198 |
|
11199 |
# @ woocommerce-germanized
|
11200 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11201 |
msgid "Debtee"
|
11202 |
msgstr "Gläubiger Informationen"
|
11203 |
|
11204 |
# @ woocommerce-germanized
|
11205 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11206 |
msgid "Insert your company information."
|
11207 |
msgstr "Füge hier die Informationen zu deinem Unternehmen ein."
|
11208 |
|
11209 |
# @ woocommerce-germanized
|
11210 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11211 |
msgid "Company Inc, John Doe Street, New York"
|
11212 |
msgstr "Musterfirma GmbH, Musterstraße 12, 12203 Musterstadt"
|
11213 |
|
11214 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11215 |
msgid "Insert the bank account holder name."
|
11216 |
msgstr "Füge hier den Namen des Kontoinhabers ein."
|
11217 |
|
11218 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11219 |
msgid "Company Inc"
|
11220 |
msgstr "Muster GmbH"
|
11221 |
|
11222 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11223 |
msgid "Insert the bank account IBAN."
|
11224 |
msgstr "Füge hier den IBAN deines Kontos ein."
|
11225 |
|
11226 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11227 |
msgid "BIC"
|
11228 |
msgstr "BIC"
|
11229 |
|
11230 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11231 |
msgid "Insert the bank account BIC."
|
11232 |
msgstr "Füge hier den BIC deines Kontos ein."
|
11233 |
|
11234 |
# @ woocommerce-germanized
|
11235 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11236 |
msgid "Debtee identification number"
|
11237 |
msgstr "Identifikationsnummer"
|
11238 |
|
11239 |
# @ woocommerce-germanized
|
11240 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11241 |
#, php-format
|
11242 |
msgid ""
|
11243 |
"Insert your debtee indentification number. More information can be found <a "
|
@@ -11247,16 +11506,16 @@ msgstr ""
|
|
11247 |
"Weitere Informationen zu dieser Nummer erhältst du <a href=\"%s\">hier</a>."
|
11248 |
|
11249 |
# @ woocommerce-germanized
|
11250 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11251 |
msgid "Generate Mandate ID"
|
11252 |
msgstr "Mandat-Referenz generieren"
|
11253 |
|
11254 |
# @ woocommerce-germanized
|
11255 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11256 |
msgid "Automatically generate Mandate ID."
|
11257 |
msgstr "Mandat-Referenznummer automatisch generieren."
|
11258 |
|
11259 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11260 |
msgid ""
|
11261 |
"Automatically generate Mandate ID after order completion (based on Order ID)."
|
11262 |
msgstr ""
|
@@ -11264,11 +11523,11 @@ msgstr ""
|
|
11264 |
"basierend auf der Bestellnummer."
|
11265 |
|
11266 |
# @ woocommerce-germanized
|
11267 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11268 |
msgid "XML Pain Format"
|
11269 |
msgstr "XML Pain Format"
|
11270 |
|
11271 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11272 |
msgid ""
|
11273 |
"You may adjust the XML Export Pain Schema to your banks needs. Some banks "
|
11274 |
"may require pain.001.003.03."
|
@@ -11277,11 +11536,11 @@ msgstr ""
|
|
11277 |
"Banken benötigen z.B. pain.001.003.03."
|
11278 |
|
11279 |
# @ woocommerce-germanized
|
11280 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11281 |
msgid "Mandate ID Format"
|
11282 |
msgstr "Mandat-Referenz Format"
|
11283 |
|
11284 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11285 |
msgid ""
|
11286 |
"You may extend the Mandate ID format by adding a prefix and/or suffix. Use "
|
11287 |
"{id} as placeholder to insert the automatically generated ID."
|
@@ -11290,12 +11549,12 @@ msgstr ""
|
|
11290 |
"{id} als Platzhalter um die automatisch generierte Referenznummer einzufügen."
|
11291 |
|
11292 |
# @ woocommerce-germanized
|
11293 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11294 |
msgid "Mandate Text"
|
11295 |
msgstr "Lastschriftmandat"
|
11296 |
|
11297 |
# @ woocommerce-germanized
|
11298 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11299 |
msgid ""
|
11300 |
"This text will be populated with live order/checkout data. Will be used as "
|
11301 |
"preview direct debit mandate and as email template text."
|
@@ -11305,47 +11564,17 @@ msgstr ""
|
|
11305 |
"während des Checkouts und anschließend per E-Mail an den Kunden zur "
|
11306 |
"Verfügung gestellt."
|
11307 |
|
11308 |
-
|
11309 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1015
|
11310 |
-
msgid "Checkbox"
|
11311 |
-
msgstr "Checkbox"
|
11312 |
-
|
11313 |
-
# @ woocommerce-germanized
|
11314 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1016
|
11315 |
-
msgid "Enable \"agree to SEPA mandate\" checkbox"
|
11316 |
-
msgstr "Aktiviere die Checkbox zur Bestätigung des Lastschriftmandates"
|
11317 |
-
|
11318 |
-
# @ woocommerce-germanized
|
11319 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1018
|
11320 |
-
msgid "Enable a checkbox linking to a SEPA direct debit mandate preview."
|
11321 |
-
msgstr ""
|
11322 |
-
"Aktiviere eine Checkbox, die zu einer Vorschau des Lastschrift-Mandats führt."
|
11323 |
-
|
11324 |
-
# @ woocommerce-germanized
|
11325 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1022
|
11326 |
-
msgid "Checkbox label"
|
11327 |
-
msgstr "Checkbox Text"
|
11328 |
-
|
11329 |
-
# @ woocommerce-germanized
|
11330 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1024
|
11331 |
-
msgid ""
|
11332 |
-
"Customize the checkbox label. Use {link}link name{/link} to insert the "
|
11333 |
-
"preview link."
|
11334 |
-
msgstr ""
|
11335 |
-
"Passe den Checkbox Text an. Verwende {link}SEPA Lastschriftmandat{/link} um "
|
11336 |
-
"auf die Vorschau zu verlinken."
|
11337 |
-
|
11338 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1029
|
11339 |
msgid "Enable pre-notification"
|
11340 |
msgstr "Vorankündigung aktivieren"
|
11341 |
|
11342 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11343 |
msgid "Insert pre-notification text within the order confirmation email."
|
11344 |
msgstr ""
|
11345 |
"Fügt einen Standard-Text zur Vorankündigung des SEPA-Einzugs in die "
|
11346 |
"Bestellbestätigung ein."
|
11347 |
|
11348 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11349 |
msgid ""
|
11350 |
"This option inserts a standard text containing a pre-notification for the "
|
11351 |
"customer."
|
@@ -11354,11 +11583,11 @@ msgstr ""
|
|
11354 |
"die Bestellbestätigung ein. In der Ankündigung wird u.a. ein konkreter "
|
11355 |
"Fälligkeitstermin genannt."
|
11356 |
|
11357 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11358 |
msgid "Debit days"
|
11359 |
msgstr "Fälligkeitstage"
|
11360 |
|
11361 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11362 |
msgid ""
|
11363 |
"This option is used to calculate the debit date and is added to the order "
|
11364 |
"date."
|
@@ -11368,15 +11597,15 @@ msgstr ""
|
|
11368 |
"hier eingestellten Anzahl Tage."
|
11369 |
|
11370 |
# @ woocommerce-germanized
|
11371 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11372 |
msgid "Mask IBAN"
|
11373 |
msgstr "IBAN maskieren"
|
11374 |
|
11375 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11376 |
msgid "Mask the IBAN within emails."
|
11377 |
msgstr "IBAN in E-Mails maskieren."
|
11378 |
|
11379 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11380 |
msgid ""
|
11381 |
"This will lead to masked IBANs within emails (replaced by *). All but last 4 "
|
11382 |
"digits will be masked."
|
@@ -11384,15 +11613,15 @@ msgstr ""
|
|
11384 |
"Der IBAN wird in E-Mails (abgesehen von den letzten 4 Stellen) mit * "
|
11385 |
"maskiert."
|
11386 |
|
11387 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11388 |
msgid "Remember"
|
11389 |
msgstr "Bankdaten merken"
|
11390 |
|
11391 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11392 |
msgid "Remember account data for returning customers."
|
11393 |
msgstr "Bankverbindung für registrierte Kunden speichern."
|
11394 |
|
11395 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11396 |
msgid "Save account data as user meta if user has/creates a customer account."
|
11397 |
msgstr ""
|
11398 |
"Speichert die Bankverbindung für registrierte Kunden in der user_meta "
|
@@ -11400,32 +11629,32 @@ msgstr ""
|
|
11400 |
"eigenständig aus."
|
11401 |
|
11402 |
# @ woocommerce-germanized
|
11403 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11404 |
msgid "Please insert your SEPA account data."
|
11405 |
msgstr "Bitte füge deine SEPA Kontoinformationen ein."
|
11406 |
|
11407 |
# @ woocommerce-germanized
|
11408 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11409 |
msgid "Your IBAN seems to be invalid."
|
11410 |
msgstr "Dein IBAN scheint nicht gültig zu sein."
|
11411 |
|
11412 |
# @ woocommerce-germanized
|
11413 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11414 |
msgid "Your IBAN's country code doesn’t match with your billing country."
|
11415 |
msgstr "Der Ländercode des IBANs stimmt nicht mit dem Rechnungsland überein."
|
11416 |
|
11417 |
# @ woocommerce-germanized
|
11418 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11419 |
msgid "Your BIC seems to be invalid."
|
11420 |
msgstr "Dein BIC/SWIFT scheint nicht gültig zu sein."
|
11421 |
|
11422 |
# @ woocommerce-germanized
|
11423 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11424 |
msgid "is invalid"
|
11425 |
msgstr "ist ungültig"
|
11426 |
|
11427 |
# @ woocommerce-germanized
|
11428 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11429 |
msgid "Awaiting Direct Debit Payment"
|
11430 |
msgstr "Zahlung per Lastschrift ausstehend"
|
11431 |
|
@@ -11594,68 +11823,80 @@ msgstr ""
|
|
11594 |
"term_link}, {revocation_link}Widerrufsbestimmungen{/revocation_link} und "
|
11595 |
"{data_security_link}Datenschutzbestimmungen{/data_security_link}."
|
11596 |
|
11597 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11598 |
msgid ">= 12 years"
|
11599 |
msgstr ">= 12 Jahre"
|
11600 |
|
11601 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11602 |
msgid ">= 16 years"
|
11603 |
msgstr ">= 16 Jahre"
|
11604 |
|
11605 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11606 |
msgid ">= 18 years"
|
11607 |
msgstr ">= 18 Jahre"
|
11608 |
|
11609 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11610 |
msgid ">= 21 years"
|
11611 |
msgstr ">= 21 Jahre"
|
11612 |
|
11613 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11614 |
msgid ">= 25 years"
|
11615 |
msgstr ">= 25 Jahre"
|
11616 |
|
11617 |
# @ woocommerce-germanized
|
11618 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11619 |
msgctxt "age"
|
11620 |
msgid "None"
|
11621 |
msgstr "Keines"
|
11622 |
|
11623 |
# @ woocommerce-germanized
|
11624 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
11625 |
#, php-format
|
11626 |
msgid "%s%% VAT"
|
11627 |
msgstr "%s %% MwSt."
|
11628 |
|
11629 |
# @ woocommerce-germanized
|
11630 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11631 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11632 |
msgctxt "title-option"
|
11633 |
msgid "None"
|
11634 |
msgstr "Keine"
|
11635 |
|
11636 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11637 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11638 |
msgid "Mx"
|
11639 |
msgstr "Divers"
|
11640 |
|
11641 |
# @ woocommerce-germanized
|
11642 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11643 |
msgid "More variants available"
|
11644 |
msgstr "Weitere Varianten verfügbar"
|
11645 |
|
|
|
|
|
|
|
|
|
|
|
|
|
11646 |
# @ woocommerce-germanized
|
11647 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
11648 |
#: woocommerce-germanized/templates/checkout/edit-data-notice.php:25
|
11649 |
msgid "Edit Order"
|
11650 |
msgstr "Bestellung bearbeiten"
|
11651 |
|
11652 |
# @ woocommerce-germanized
|
11653 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
11654 |
msgid "Choose a Payment Gateway"
|
11655 |
msgstr "Zahlungsart auswählen"
|
11656 |
|
11657 |
# @ woocommerce
|
11658 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
11659 |
msgid "Place order"
|
11660 |
msgstr "Jetzt kaufen"
|
11661 |
|
@@ -11691,174 +11932,189 @@ msgid "Missing the Germanized %s package"
|
|
11691 |
msgstr "Das Germanized %s Paket fehlt"
|
11692 |
|
11693 |
# @ woocommerce-germanized
|
11694 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11695 |
msgid "Single Product (Grouped)"
|
11696 |
msgstr "Produktseite (Gruppen)"
|
11697 |
|
11698 |
# @ woocommerce-germanized
|
11699 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11700 |
msgid "Product Loop"
|
11701 |
msgstr "Produktlisten"
|
11702 |
|
11703 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11704 |
msgid "Cart"
|
11705 |
msgstr "Warenkorb"
|
11706 |
|
11707 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11708 |
msgid "Mini Cart"
|
11709 |
msgstr "Warenkorb Dropdown"
|
11710 |
|
11711 |
# @ woocommerce-germanized
|
11712 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11713 |
msgid "Order"
|
11714 |
msgstr "Bestellung"
|
11715 |
|
11716 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11717 |
msgid "Summary"
|
11718 |
msgstr "Übersicht"
|
11719 |
|
11720 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11721 |
msgid "Meta"
|
11722 |
msgstr "Produktmeta"
|
11723 |
|
11724 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11725 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11726 |
msgid "After Meta"
|
11727 |
msgstr "Produktmeta - nachher"
|
11728 |
|
11729 |
# @ woocommerce-germanized
|
11730 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11731 |
msgid "Before add to cart"
|
11732 |
msgstr "Zum Warenkorb - vorher"
|
11733 |
|
11734 |
# @ woocommerce-germanized
|
11735 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11736 |
msgid "After add to cart"
|
11737 |
msgstr "Zum Warenkorb - nachher"
|
11738 |
|
11739 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11740 |
msgid "After Summary"
|
11741 |
msgstr "Übersicht - nachher"
|
11742 |
|
11743 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11744 |
msgid "Price Column"
|
11745 |
msgstr "Spalte - Preis"
|
11746 |
|
11747 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11748 |
msgid "Label Column"
|
11749 |
msgstr "Spalte - Beschriftung"
|
11750 |
|
11751 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11752 |
msgid "Quantity Column"
|
11753 |
msgstr "Spalte - Anzahl"
|
11754 |
|
11755 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11756 |
msgid "After Item Title"
|
11757 |
msgstr "Produkttitel - nachher"
|
11758 |
|
11759 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11760 |
msgid "Before Item Title"
|
11761 |
msgstr "Produkttitel - vorher"
|
11762 |
|
11763 |
# @ woocommerce-germanized
|
11764 |
# @ woocommerce
|
11765 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11766 |
msgid "Item Title"
|
11767 |
msgstr "Produkttitel"
|
11768 |
|
11769 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11770 |
msgid "After Item"
|
11771 |
msgstr "Produkt - nachher"
|
11772 |
|
11773 |
# @ woocommerce-germanized
|
11774 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11775 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11776 |
msgid "Item Price"
|
11777 |
msgstr "Produktpreis"
|
11778 |
|
11779 |
# @ woocommerce-germanized
|
11780 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11781 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11782 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11783 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11784 |
msgid "Item Name"
|
11785 |
msgstr "Produkttitel"
|
11786 |
|
11787 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11788 |
msgid "After Item Name"
|
11789 |
msgstr "Titel - nachher"
|
11790 |
|
11791 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11792 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11793 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11794 |
msgid "Subtotal"
|
11795 |
msgstr "Zwischensumme"
|
11796 |
|
11797 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11798 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11799 |
msgid "After Item Quantity"
|
11800 |
msgstr "Anzahl - nachher"
|
11801 |
|
|
|
|
|
|
|
|
|
11802 |
# @ woocommerce-germanized
|
11803 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11804 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11805 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11806 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11807 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11808 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11809 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11810 |
msgctxt "shopmark"
|
11811 |
msgid "Unit Price"
|
11812 |
msgstr "Grundpreis"
|
11813 |
|
11814 |
# @ woocommerce-germanized
|
11815 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11816 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11817 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11818 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11819 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11820 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11821 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11822 |
msgctxt "shopmark"
|
11823 |
msgid "Delivery Time"
|
11824 |
msgstr "Lieferzeit"
|
11825 |
|
11826 |
# @ woocommerce-germanized
|
11827 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11828 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11829 |
msgctxt "shopmark"
|
11830 |
msgid "General"
|
11831 |
msgstr "Allgemein"
|
11832 |
|
11833 |
# @ woocommerce-germanized
|
11834 |
-
#: woocommerce-germanized/src/Shopmarks.php:525
|
11835 |
-
#: woocommerce-germanized/src/Shopmarks.php:531
|
11836 |
-
#: woocommerce-germanized/src/Shopmarks.php:538
|
11837 |
-
#: woocommerce-germanized/src/Shopmarks.php:542
|
11838 |
-
#: woocommerce-germanized/src/Shopmarks.php:548
|
11839 |
-
#: woocommerce-germanized/src/Shopmarks.php:554
|
11840 |
#: woocommerce-germanized/src/Shopmarks.php:560
|
|
|
|
|
|
|
|
|
|
|
|
|
11841 |
msgctxt "shopmark"
|
11842 |
msgid "Product Units"
|
11843 |
msgstr "Produkteinheiten"
|
11844 |
|
11845 |
# @ woocommerce-germanized
|
11846 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11847 |
msgctxt "shopmark"
|
11848 |
msgid "Tax"
|
11849 |
msgstr "Steuer"
|
11850 |
|
11851 |
# @ woocommerce-germanized
|
11852 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11853 |
msgctxt "shopmark"
|
11854 |
msgid "Shipping Costs"
|
11855 |
msgstr "Versandkosten"
|
11856 |
|
11857 |
# @ woocommerce-germanized
|
11858 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11859 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11860 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11861 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11862 |
msgctxt "shopmark"
|
11863 |
msgid "Cart Description"
|
11864 |
msgstr "Warenkorbkurzbeschreibung"
|
@@ -12056,7 +12312,7 @@ msgstr "Germanized benötigt mindestens PHP 5.6. Bitte %s deine PHP-Version."
|
|
12056 |
msgid "upgrade"
|
12057 |
msgstr "Upgrade"
|
12058 |
|
12059 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
12060 |
#, php-format
|
12061 |
msgid ""
|
12062 |
"This version of the Corona Helper Plugin includes a bug which could lead to "
|
@@ -12068,7 +12324,7 @@ msgstr ""
|
|
12068 |
"Bitte <a href=\"%s\">deaktiviere</a> das Plugin und lerne in unserem <a href="
|
12069 |
"\"%s\" target=\"_blank\">Blog-Post</a> wie du das Plugin austauschen kannst."
|
12070 |
|
12071 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
12072 |
msgid "Pease wait while we are trying to redirect you to the payment provider."
|
12073 |
msgstr "Einen Moment - wir versuchen dich zum Zahlungsanbieter weiterzuleiten."
|
12074 |
|
@@ -13270,6 +13526,35 @@ msgstr "vendidero"
|
|
13270 |
msgid "https://vendidero.de"
|
13271 |
msgstr "https://vendidero.de"
|
13272 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13273 |
# @ woocommerce-germanized
|
13274 |
#~ msgid "Country-specific delivery times"
|
13275 |
#~ msgstr "Länderspezifische Lieferzeiten"
|
@@ -13919,10 +14204,6 @@ msgstr "https://vendidero.de"
|
|
13919 |
#~ msgstr ""
|
13920 |
#~ "Um Germanized zuverlässig nutzen zu können, update bitte folgende Plugins:"
|
13921 |
|
13922 |
-
#, php-format
|
13923 |
-
#~ msgid "%s required in at least version %s"
|
13924 |
-
#~ msgstr "%s wird mindestens in Version %s benötigt"
|
13925 |
-
|
13926 |
#~ msgid ""
|
13927 |
#~ "Seems like you are using a not yet supported version of a Plugin which "
|
13928 |
#~ "Germanized requires. You may downgrade the Plugin or update to the latest "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-01-06 17:56+0100\n"
|
6 |
+
"PO-Revision-Date: 2022-01-06 17:57+0100\n"
|
7 |
"Last-Translator: Dennis Nissle <info@vendidero.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 3.0.1\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
17 |
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
768 |
|
769 |
# @ woocommerce-germanized
|
770 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:75
|
771 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:270
|
772 |
msgctxt "dhl day context"
|
773 |
msgid "None"
|
774 |
msgstr "Keiner"
|
827 |
msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
|
828 |
|
829 |
# @ woocommerce-germanized
|
830 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:291
|
831 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:904
|
832 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1071
|
833 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1755
|
834 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
|
837 |
msgstr "Packstation"
|
838 |
|
839 |
# @ woocommerce-germanized
|
840 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:292
|
841 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:293
|
842 |
msgctxt "dhl"
|
843 |
msgid "Postfiliale"
|
844 |
msgstr "Postfiliale"
|
845 |
|
846 |
# @ woocommerce-germanized
|
847 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:699
|
848 |
msgctxt "dhl"
|
849 |
msgid "DHL Retoure International A"
|
850 |
msgstr "DHL Retoure International A"
|
851 |
|
852 |
# @ woocommerce-germanized
|
853 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:700
|
854 |
msgctxt "dhl"
|
855 |
msgid "DHL Retoure International B"
|
856 |
msgstr "DHL Retoure International B"
|
857 |
|
858 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:709
|
859 |
msgctxt "dhl"
|
860 |
msgid "DHL Retoure Online"
|
861 |
msgstr "DHL Retoure Online"
|
862 |
|
863 |
# @ woocommerce-germanized
|
864 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:725
|
865 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:745
|
866 |
msgctxt "dhl"
|
867 |
msgid "DHL Paket International"
|
868 |
msgstr "DHL Paket International"
|
869 |
|
870 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:746
|
871 |
msgctxt "dhl"
|
872 |
msgid "DHL Paket Connect"
|
873 |
msgstr "DHL Paket Connect"
|
874 |
|
875 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:747
|
876 |
msgctxt "dhl"
|
877 |
msgid "DHL Europaket (B2B)"
|
878 |
msgstr "DHL Europaket (B2B)"
|
879 |
|
880 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:816
|
881 |
msgctxt "dhl"
|
882 |
msgid "DHL Paket"
|
883 |
msgstr "DHL Paket"
|
884 |
|
885 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:817
|
886 |
msgctxt "dhl"
|
887 |
msgid "DHL Paket PRIO"
|
888 |
msgstr "DHL Paket PRIO"
|
889 |
|
890 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:818
|
891 |
msgctxt "dhl"
|
892 |
msgid "DHL Paket Taggleich"
|
893 |
msgstr "DHL Paket Taggleich"
|
894 |
|
895 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:819
|
896 |
msgctxt "dhl"
|
897 |
msgid "DHL Warenpost"
|
898 |
msgstr "DHL Warenpost"
|
1098 |
|
1099 |
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:45
|
1100 |
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:51
|
1101 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:537
|
1102 |
msgctxt "dhl"
|
1103 |
msgid "Error while fetching label PDF"
|
1104 |
msgstr "Fehler beim Download des PDF Labels"
|
1105 |
|
1106 |
# @ woocommerce-germanized
|
1107 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:86
|
1108 |
msgctxt "dhl"
|
1109 |
msgid "Missing shipment"
|
1110 |
msgstr "Fehlende Sendung"
|
1111 |
|
1112 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:219
|
1113 |
msgctxt "dhl"
|
1114 |
msgid "Invalid API response"
|
1115 |
msgstr "Fehlerhafte API Rückmeldung"
|
1116 |
|
1117 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:241
|
1118 |
msgctxt "dhl"
|
1119 |
msgid "Error while authenticating user."
|
1120 |
msgstr "Fehler beim Autorisieren des Benutzers."
|
1121 |
|
1122 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:329
|
1123 |
msgctxt "dhl"
|
1124 |
msgid "Error during Warenpost International request."
|
1125 |
msgstr "Fehler beim Aufruf der Warenpost International API."
|
1126 |
|
1127 |
# @ woocommerce-germanized
|
1128 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:351
|
1129 |
#, php-format
|
1130 |
msgctxt "dhl"
|
1131 |
msgid "Error during request: %s"
|
1132 |
msgstr "Fehler beim API Zugriff: %s"
|
1133 |
|
1134 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:64
|
1135 |
+
msgctxt "dhl"
|
1136 |
+
msgid "Internetmarke is disabled. Please enable Internetmarke."
|
1137 |
+
msgstr "Internetmarke ist deaktiviert. Bitte aktiviere die Internetmarke."
|
1138 |
+
|
1139 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:72
|
1140 |
#: woocommerce-germanized-dhl/src/Api/Soap.php:54
|
1141 |
#: woocommerce-germanized-dhl/src/Package.php:103
|
1142 |
#, php-format
|
1151 |
"Zweifel deinen Hoster und stelle sicher, dass der SOAPClient <a href=\"%s"
|
1152 |
"\">installiert</a> ist."
|
1153 |
|
1154 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:78
|
1155 |
#, php-format
|
1156 |
msgctxt "dhl"
|
1157 |
msgid "Error while instantiating main Internetmarke API: %s"
|
1158 |
msgstr "Fehler beim Aufruf der Internetmarke API: %s"
|
1159 |
|
1160 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:90
|
|
|
|
|
|
|
|
|
|
|
1161 |
msgctxt "dhl"
|
1162 |
msgid "Wrong username or password"
|
1163 |
msgstr "Falscher Benutzername oder Passwort"
|
1164 |
|
1165 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:277
|
1166 |
#, php-format
|
1167 |
msgctxt "dhl"
|
1168 |
msgid "until %s"
|
1169 |
msgstr "bis %s"
|
1170 |
|
1171 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:378
|
1172 |
#, php-format
|
1173 |
msgctxt "dhl"
|
1174 |
msgid "Length: %s"
|
1175 |
msgstr "Länge: %s"
|
1176 |
|
1177 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:382
|
1178 |
#, php-format
|
1179 |
msgctxt "dhl"
|
1180 |
msgid "Width: %s"
|
1181 |
msgstr "Breite: %s"
|
1182 |
|
1183 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:386
|
1184 |
#, php-format
|
1185 |
msgctxt "dhl"
|
1186 |
msgid "Height: %s"
|
1187 |
msgstr "Höhe: %s"
|
1188 |
|
1189 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:390
|
1190 |
#, php-format
|
1191 |
msgctxt "dhl"
|
1192 |
msgid "Weight: %s"
|
1193 |
msgstr "Gewicht: %s"
|
1194 |
|
1195 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:395
|
1196 |
msgctxt "dhl"
|
1197 |
msgid "Total"
|
1198 |
msgstr "Gesamt"
|
1199 |
|
1200 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:591
|
1201 |
#, php-format
|
1202 |
msgctxt "dhl"
|
1203 |
msgid "Could not refund post label: %s"
|
1204 |
msgstr "Deutsche Post Label konnte nicht rückerstattet werden: %s"
|
1205 |
|
1206 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:605
|
1207 |
msgctxt "dhl"
|
1208 |
msgid "Refund API could not be instantiated"
|
1209 |
msgstr "Die API für Rückerstattungen konnte nicht initialisiert werden"
|
1210 |
|
1211 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:727
|
1212 |
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:332
|
1213 |
#: woocommerce-germanized-dhl/src/Api/ReturnRest.php:34
|
1214 |
#, php-format
|
1216 |
msgid "Could not fetch shipment %d."
|
1217 |
msgstr "Sendung %d konnte nicht gefunden werden."
|
1218 |
|
1219 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:742
|
1220 |
msgctxt "dhl"
|
1221 |
msgid "Error while generating shop order id."
|
1222 |
msgstr "Fehler beim Erzeugen der Shop Order Id."
|
1223 |
|
1224 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:778
|
1225 |
#, php-format
|
1226 |
msgctxt "dhl"
|
1227 |
msgid ""
|
1231 |
"Fehler beim Kauf des Labels. Bitte <a href=\"%s\">aktualisiere</a>die "
|
1232 |
"Produktliste manuell und versuche es erneut."
|
1233 |
|
1234 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:816
|
1235 |
msgctxt "dhl"
|
1236 |
msgid "Error while downloading the PDF stamp."
|
1237 |
msgstr "Fehler beim Download des PDF Labels."
|
1238 |
|
1239 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:823
|
1240 |
msgctxt "dhl"
|
1241 |
msgid "Invalid stamp response."
|
1242 |
msgstr "Fehlerhafte Label Rückmeldung."
|
1350 |
msgid "Parcel API not available"
|
1351 |
msgstr "Paket API ist nicht erreichbar"
|
1352 |
|
1353 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:245
|
1354 |
msgctxt "dhl"
|
1355 |
msgid "Mon"
|
1356 |
msgstr "Mo"
|
1357 |
|
1358 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:246
|
1359 |
msgctxt "dhl"
|
1360 |
msgid "Tue"
|
1361 |
msgstr "Di"
|
1362 |
|
1363 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:247
|
1364 |
msgctxt "dhl"
|
1365 |
msgid "Wed"
|
1366 |
msgstr "Mi"
|
1367 |
|
1368 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:248
|
1369 |
msgctxt "dhl"
|
1370 |
msgid "Thu"
|
1371 |
msgstr "Do"
|
1372 |
|
1373 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:249
|
1374 |
msgctxt "dhl"
|
1375 |
msgid "Fri"
|
1376 |
msgstr "Fr"
|
1377 |
|
1378 |
# @ woocommerce-germanized
|
1379 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:250
|
1380 |
msgctxt "dhl"
|
1381 |
msgid "Sat"
|
1382 |
msgstr "Sa"
|
1383 |
|
1384 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:251
|
1385 |
msgctxt "dhl"
|
1386 |
msgid "Sun"
|
1387 |
msgstr "So"
|
1465 |
|
1466 |
# @ woocommerce-germanized
|
1467 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:105
|
1468 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:917
|
1469 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:946
|
1470 |
msgctxt "dhl"
|
1471 |
msgid "Address Type"
|
1472 |
msgstr "Adresstyp"
|
1491 |
"eintragen."
|
1492 |
|
1493 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:201
|
1494 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:609
|
1495 |
msgctxt "dhl"
|
1496 |
msgid "Invalid address type."
|
1497 |
msgstr "Ungültiger Adresstyp."
|
1498 |
|
1499 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:682
|
1500 |
#, php-format
|
1501 |
msgctxt "dhl"
|
1502 |
msgid "Please provide a valid number within the %s field."
|
1503 |
msgstr "Bitte gib eine gültige Nummer im %s Feld an."
|
1504 |
|
1505 |
# @ woocommerce-germanized
|
1506 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:689
|
1507 |
msgctxt "dhl"
|
1508 |
msgid "Sorry, but delivery to packstation is not available."
|
1509 |
msgstr ""
|
1510 |
"Entschuldigung, die Lieferung an eine Packstation steht nicht zur Verfügung."
|
1511 |
|
1512 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:694
|
1513 |
msgctxt "dhl"
|
1514 |
msgid "Sorry, but delivery to parcel shops is not available."
|
1515 |
msgstr ""
|
1516 |
"Entschuldigung, die Lieferung an einen Paketshop steht nicht zur Verfügung."
|
1517 |
|
1518 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:698
|
1519 |
msgctxt "dhl"
|
1520 |
msgid "Sorry, but delivery to post offices is not available."
|
1521 |
msgstr "Entschuldigung, die Lieferung an Postfilialen ist nicht verfügbar."
|
1522 |
|
1523 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:705
|
1524 |
#, php-format
|
1525 |
msgctxt "dhl"
|
1526 |
msgid "Please indicate shipment to %s by one of the following values: %s."
|
1528 |
"Bitte identifiziere die Lieferung an %s durch die Eingabe einer der "
|
1529 |
"folgenden Werte: %s."
|
1530 |
|
1531 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:713
|
1532 |
msgctxt "dhl"
|
1533 |
msgid ""
|
1534 |
"Your DHL customer number (Post number) is not valid. Please check your "
|
1537 |
"Deine DHL Kundennummer (Postnummer) ist nicht gültig. Bitte überprüfe deine "
|
1538 |
"Eingabe."
|
1539 |
|
1540 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:716
|
1541 |
msgctxt "dhl"
|
1542 |
msgid ""
|
1543 |
"Your DHL customer number (Post number) is needed to ship to a packstation."
|
1545 |
"Deine DHL Kundennummer (Postnummer) wird für den Versand an eine Packstation "
|
1546 |
"benötigt."
|
1547 |
|
1548 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:766
|
1549 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:908
|
1550 |
msgctxt "dhl"
|
1551 |
msgid "Branch"
|
1552 |
msgstr "Filiale"
|
1553 |
|
1554 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:767
|
1555 |
msgctxt "dhl"
|
1556 |
msgid "Postnumber "
|
1557 |
msgstr "Postnummer "
|
1558 |
|
1559 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:883
|
1560 |
#, php-format
|
1561 |
msgctxt "dhl"
|
1562 |
msgid "e.g. %s 456"
|
1563 |
msgstr "z.B. %s 456"
|
1564 |
|
1565 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:908
|
1566 |
msgctxt "dhl"
|
1567 |
msgid "Branches"
|
1568 |
msgstr "Filialen"
|
1569 |
|
1570 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:924
|
1571 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:957
|
1572 |
msgctxt "dhl"
|
1573 |
msgid "DHL customer number (Post number)"
|
1574 |
msgstr "DHL Kundennummer (Postnummer)"
|
1575 |
|
1576 |
# @ woocommerce-germanized
|
1577 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:934
|
1578 |
msgctxt "dhl"
|
1579 |
msgid "Regular Address"
|
1580 |
msgstr "Normale Adresse"
|
1581 |
|
1582 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:961
|
1583 |
msgctxt "dhl"
|
1584 |
msgid "Not yet a DHL customer?"
|
1585 |
msgstr "Noch kein DHL Kunde?"
|
1586 |
|
1587 |
# @ woocommerce-germanized
|
1588 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:961
|
1589 |
msgctxt "dhl"
|
1590 |
msgid "Register now"
|
1591 |
msgstr "Jetzt registrieren"
|
1592 |
|
1593 |
# @ woocommerce-germanized
|
1594 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:1010
|
1595 |
#, php-format
|
1596 |
msgctxt "dhl"
|
1597 |
msgid "Search %s"
|
1598 |
msgstr "%s suchen"
|
1599 |
|
1600 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:1115
|
1601 |
msgctxt "dhl"
|
1602 |
msgid "No DHL locations found"
|
1603 |
msgstr "Keine DHL Standorte gefunden"
|
1604 |
|
1605 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:1130
|
1606 |
#, php-format
|
1607 |
msgctxt "dhl"
|
1608 |
msgid ""
|
1613 |
"%s oder %s."
|
1614 |
|
1615 |
# @ woocommerce-germanized
|
1616 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:1130
|
1617 |
msgctxt "dhl"
|
1618 |
msgid "DHL location"
|
1619 |
msgstr "DHL Standort"
|
1620 |
|
1621 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:1130
|
1622 |
msgctxt "dhl"
|
1623 |
msgid "retry"
|
1624 |
msgstr "Erneut versuchen"
|
3160 |
|
3161 |
# @ woocommerce-germanized
|
3162 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
|
3163 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1142
|
3164 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
3165 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:689
|
3166 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
|
3604 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
3605 |
|
3606 |
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
|
3607 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1074
|
3608 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1104
|
3609 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
3610 |
msgctxt "shipments"
|
3611 |
msgid "N/A"
|
3667 |
msgstr "Brief"
|
3668 |
|
3669 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
|
3670 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1140
|
3671 |
msgctxt "shipments"
|
3672 |
msgid "Shipment"
|
3673 |
msgstr "Sendung"
|
3690 |
|
3691 |
# @ woocommerce-germanized
|
3692 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:112
|
3693 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:360
|
3694 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:860
|
3695 |
msgctxt "shipments"
|
3696 |
msgid "Shipped"
|
3711 |
msgid "Returned"
|
3712 |
msgstr "Retourniert"
|
3713 |
|
3714 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:358
|
3715 |
msgctxt "shipments"
|
3716 |
msgid "Draft"
|
3717 |
msgstr "Entwurf"
|
3718 |
|
3719 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:359
|
3720 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:852
|
3721 |
msgctxt "shipments"
|
3722 |
msgid "Processing"
|
3723 |
msgstr "In Bearbeitung"
|
3724 |
|
3725 |
# @ woocommerce-germanized
|
3726 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:361
|
3727 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:50
|
3728 |
msgctxt "shipments"
|
3729 |
msgid "Delivered"
|
3730 |
msgstr "Geliefert"
|
3731 |
|
3732 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:362
|
3733 |
msgctxt "shipments"
|
3734 |
msgid "Requested"
|
3735 |
msgstr "Beantragt"
|
3736 |
|
3737 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:411
|
3738 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:81
|
3739 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:135
|
3740 |
msgctxt "shipments"
|
3741 |
msgid "Invalid order."
|
3742 |
msgstr "Ungültige Bestellung."
|
3743 |
|
3744 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:415
|
3745 |
msgctxt "shipments"
|
3746 |
msgid "This order is already fully returned."
|
3747 |
msgstr "Diese Bestellung wurde bereits vollständig zurückgesendet."
|
3748 |
|
3749 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:426
|
3750 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:467
|
3751 |
msgctxt "shipments"
|
3752 |
msgid "Error while creating the shipment instance"
|
3753 |
msgstr "Fehler beim Erstellen der Sendungsinstanz"
|
3754 |
|
3755 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:452
|
3756 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:456
|
3757 |
#: woocommerce-germanized-shipments/src/ReturnShipment.php:248
|
3758 |
+
#: woocommerce-germanized-shipments/src/ReturnShipment.php:325
|
3759 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:118
|
3760 |
+
#: woocommerce-germanized-shipments/src/SimpleShipment.php:228
|
3761 |
msgctxt "shipments"
|
3762 |
msgid "Invalid shipment order"
|
3763 |
msgstr "Ungültige Bestellung zur Sendung"
|
3764 |
|
3765 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:486
|
3766 |
msgctxt "shipments"
|
3767 |
msgid "Invalid order item"
|
3768 |
msgstr "Ungültige Bestellposition"
|
3769 |
|
3770 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:608
|
3771 |
msgctxt "shipments"
|
3772 |
msgid "Invalid shipment item"
|
3773 |
msgstr "Ungültige Sendungsposition"
|
3774 |
|
3775 |
# @ woocommerce-germanized
|
3776 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:689
|
3777 |
msgctxt "shipments"
|
3778 |
msgid "None"
|
3779 |
msgstr "Keiner"
|
3780 |
|
3781 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:730
|
3782 |
msgctxt "shipments-shipping-provider"
|
3783 |
msgid "Unknown"
|
3784 |
msgstr "Unbekannt"
|
3785 |
|
3786 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:775
|
3787 |
msgctxt "shipments"
|
3788 |
msgid "Error while uploading file."
|
3789 |
msgstr "Fehler beim Hochladen der Datei."
|
3790 |
|
3791 |
# @ woocommerce-germanized
|
3792 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:784
|
3793 |
msgctxt "shipments"
|
3794 |
msgid "First Name"
|
3795 |
msgstr "Vorname"
|
3796 |
|
3797 |
# @ woocommerce-germanized
|
3798 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:785
|
3799 |
msgctxt "shipments"
|
3800 |
msgid "Last Name"
|
3801 |
msgstr "Nachname"
|
3802 |
|
3803 |
# @ woocommerce-germanized
|
3804 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:786
|
3805 |
msgctxt "shipments"
|
3806 |
msgid "Full Name"
|
3807 |
msgstr "Vollständiger Name"
|
3808 |
|
3809 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:787
|
3810 |
msgctxt "shipments"
|
3811 |
msgid "Company"
|
3812 |
msgstr "Firma"
|
3813 |
|
3814 |
# @ woocommerce-germanized
|
3815 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:788
|
3816 |
msgctxt "shipments"
|
3817 |
msgid "Address 1"
|
3818 |
msgstr "Adresszeile 1"
|
3819 |
|
3820 |
# @ woocommerce-germanized
|
3821 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:789
|
3822 |
msgctxt "shipments"
|
3823 |
msgid "Address 2"
|
3824 |
msgstr "Adresszeile 2"
|
3825 |
|
3826 |
# @ woocommerce-germanized
|
3827 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:790
|
3828 |
msgctxt "shipments"
|
3829 |
msgid "Street"
|
3830 |
msgstr "Straße"
|
3831 |
|
3832 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:791
|
3833 |
msgctxt "shipments"
|
3834 |
msgid "House Number"
|
3835 |
msgstr "Hausnummer"
|
3836 |
|
3837 |
# @ woocommerce-germanized
|
3838 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:792
|
3839 |
msgctxt "shipments"
|
3840 |
msgid "Postcode"
|
3841 |
msgstr "Postleitzahl"
|
3842 |
|
3843 |
# @ woocommerce-germanized
|
3844 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:793
|
3845 |
msgctxt "shipments"
|
3846 |
msgid "City"
|
3847 |
msgstr "Stadt"
|
3848 |
|
3849 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:794
|
3850 |
msgctxt "shipments"
|
3851 |
msgid "Country"
|
3852 |
msgstr "Land"
|
3853 |
|
3854 |
# @ woocommerce-germanized
|
3855 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:795
|
3856 |
msgctxt "shipments"
|
3857 |
msgid "State"
|
3858 |
msgstr "Staat"
|
3859 |
|
3860 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:796
|
3861 |
msgctxt "shipments"
|
3862 |
msgid "Phone"
|
3863 |
msgstr "Telefon"
|
3864 |
|
3865 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:797
|
3866 |
msgctxt "shipments"
|
3867 |
msgid "Email"
|
3868 |
msgstr "E-Mail"
|
3869 |
|
3870 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:798
|
3871 |
msgctxt "shipments"
|
3872 |
msgid "Customs Reference Number"
|
3873 |
msgstr "Identifikationsnummer (Zoll)"
|
3874 |
|
3875 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:848
|
3876 |
+
#: woocommerce-germanized-shipments/src/Shipment.php:1091
|
3877 |
+
#: woocommerce-germanized-shipments/src/Shipment.php:1349
|
3878 |
#, php-format
|
3879 |
msgctxt "full name"
|
3880 |
msgid "%1$s %2$s"
|
3881 |
msgstr "%1$s %2$s"
|
3882 |
|
3883 |
# @ woocommerce-germanized
|
3884 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1141
|
3885 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
3886 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:688
|
3887 |
msgctxt "shipments"
|
3888 |
msgid "Date"
|
3889 |
msgstr "Datum"
|
3890 |
|
3891 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1143
|
3892 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
|
3893 |
msgctxt "shipments"
|
3894 |
msgid "Tracking"
|
3895 |
msgstr "Sendungsverfolgung"
|
3896 |
|
3897 |
# @ woocommerce-germanized
|
3898 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1144
|
3899 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:235
|
3900 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
3901 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:696
|
3903 |
msgid "Actions"
|
3904 |
msgstr "Aktionen"
|
3905 |
|
3906 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1380
|
3907 |
msgctxt "shipments"
|
3908 |
msgid "View"
|
3909 |
msgstr "Anzeigen"
|
3910 |
|
3911 |
# @ woocommerce-germanized
|
3912 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1387
|
3913 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:871
|
3914 |
#: woocommerce-germanized-shipments/src/Ajax.php:342
|
3915 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
4642 |
msgid "Addresses"
|
4643 |
msgstr "Adressen"
|
4644 |
|
4645 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:486
|
4646 |
msgctxt "shipments"
|
4647 |
msgid "More services"
|
4648 |
msgstr "Mehr Services"
|
4649 |
|
4650 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:489
|
4651 |
msgctxt "shipments"
|
4652 |
msgid "Fewer services"
|
4653 |
msgstr "Weniger Services"
|
5959 |
msgstr "l"
|
5960 |
|
5961 |
# @ woocommerce-germanized
|
5962 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:674
|
5963 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:684
|
5964 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:515
|
5965 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:620
|
5966 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:628
|
5967 |
msgid "incl. VAT"
|
5968 |
msgstr "inkl. MwSt."
|
5969 |
|
5970 |
# @ woocommerce-germanized
|
5971 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:674
|
5972 |
msgid "excl. VAT"
|
5973 |
msgstr "exkl. MwSt."
|
5974 |
|
5975 |
# @ woocommerce-germanized
|
5976 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:676
|
5977 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:515
|
5978 |
#, php-format
|
5979 |
msgid "incl. %s%% VAT"
|
5980 |
msgstr "inkl. %s %% MwSt."
|
5981 |
|
5982 |
# @ woocommerce-germanized
|
5983 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:676
|
5984 |
#, php-format
|
5985 |
msgid "excl. %s%% VAT"
|
5986 |
msgstr "exkl. %s %% MwSt."
|
5987 |
|
5988 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:44
|
5989 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:370
|
5990 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:50
|
5991 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:63
|
5992 |
+
msgid "Yes"
|
5993 |
+
msgstr "Ja"
|
5994 |
+
|
5995 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:46
|
5996 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:370
|
5997 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:63
|
5998 |
+
msgid "No"
|
5999 |
+
msgstr "Nein"
|
6000 |
+
|
6001 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:60
|
6002 |
+
msgid "DOI Confirmed?"
|
6003 |
+
msgstr "DOI bestätigt?"
|
6004 |
+
|
6005 |
# @ woocommerce-germanized
|
6006 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:84
|
6007 |
msgid "Double opt in"
|
6008 |
msgstr "Double Opt-In"
|
6009 |
|
6010 |
# @ woocommerce-germanized
|
6011 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:90
|
6012 |
msgid "Yes, customer opted in"
|
6013 |
msgstr "Ja, der Kunde wurde per Double-Opt-In bestätigt"
|
6014 |
|
6015 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:94
|
6016 |
msgid "Resend activation link"
|
6017 |
msgstr "Aktivierungscode erneut versenden"
|
6018 |
|
6071 |
|
6072 |
# @ woocommerce-germanized
|
6073 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:78
|
6074 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:452
|
6075 |
msgid "Downloadable Product"
|
6076 |
msgstr "Herunterladbares Produkt"
|
6077 |
|
6078 |
# @ woocommerce-germanized
|
6079 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:79
|
6080 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:453
|
6081 |
msgid "Virtual Product"
|
6082 |
msgstr "Virtuelles Produkt"
|
6083 |
|
6084 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:80
|
6085 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:170
|
6086 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:204
|
6087 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:454
|
6088 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:164
|
6089 |
msgid "Service"
|
6090 |
msgstr "Dienstleistung"
|
6091 |
|
6178 |
|
6179 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:58
|
6180 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:79
|
6181 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:201
|
6182 |
msgid "Age Verification"
|
6183 |
msgstr "Altersprüfung"
|
6184 |
|
6185 |
# @ woocommerce-germanized
|
6186 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:60
|
6187 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:206
|
6188 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:216
|
6189 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:340
|
6190 |
msgid "Same as Parent"
|
6191 |
msgstr "Gleiche wie übergeordnet"
|
6192 |
|
6193 |
# @ woocommerce-germanized
|
6194 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:82
|
6195 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:461
|
6196 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:581
|
6197 |
msgid "None"
|
6198 |
msgstr "Keine"
|
6199 |
|
6227 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:69
|
6228 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:144
|
6229 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
|
6230 |
+
#: woocommerce-germanized/woocommerce-germanized.php:868
|
6231 |
msgid "Settings"
|
6232 |
msgstr "Einstellungen"
|
6233 |
|
6244 |
|
6245 |
# @ woocommerce-germanized
|
6246 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:87
|
6247 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:18
|
6248 |
msgid "Start tutorial"
|
6249 |
msgstr "Tutorial starten"
|
6250 |
|
6385 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
6386 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:51
|
6387 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
6388 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:291
|
6389 |
msgid "Terms & Conditions"
|
6390 |
msgstr "AGB"
|
6391 |
|
6392 |
# @ woocommerce-germanized
|
6393 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:46
|
6394 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:61
|
6395 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:292
|
6396 |
msgid "Cancellation Policy"
|
6397 |
msgstr "Widerrufsbelehrung"
|
6398 |
|
6400 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
6401 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:82
|
6402 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
6403 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:293
|
6404 |
msgid "Imprint"
|
6405 |
msgstr "Impressum"
|
6406 |
|
6407 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
|
6408 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:92
|
6409 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:294
|
6410 |
msgid "Privacy Policy"
|
6411 |
msgstr "Datenschutz"
|
6412 |
|
6413 |
# @ woocommerce-germanized
|
6414 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
6415 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:102
|
6416 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:298
|
6417 |
msgid "Payment Methods"
|
6418 |
msgstr "Zahlungarten"
|
6419 |
|
6428 |
msgstr "Willkommen bei Germanized"
|
6429 |
|
6430 |
# @ woocommerce-germanized
|
6431 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:294
|
6432 |
msgid "Go to Germanized Settings"
|
6433 |
msgstr "Germanized Einstellungen"
|
6434 |
|
6436 |
# @ woocommerce-germanized
|
6437 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:34
|
6438 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:43
|
6439 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:28
|
6440 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:37
|
6441 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:26
|
6442 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:35
|
6443 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:23
|
6444 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:32
|
6445 |
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:56
|
6446 |
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:65
|
6447 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:35
|
6448 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:44
|
6449 |
+
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:23
|
6450 |
+
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:32
|
6451 |
+
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:23
|
6452 |
+
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:32
|
6453 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:27
|
6454 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:36
|
6455 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:25
|
6456 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:34
|
6457 |
+
#: woocommerce-germanized/woocommerce-germanized.php:133
|
6458 |
+
#: woocommerce-germanized/woocommerce-germanized.php:142
|
6459 |
msgid "Cheatin’ huh?"
|
6460 |
msgstr "So geht das leider nicht.."
|
6461 |
|
6462 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:146
|
6463 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:180
|
6464 |
msgctxt "dhl"
|
6465 |
msgid "Action failed. Please refresh the page and retry."
|
6466 |
msgstr ""
|
6467 |
"Aktion fehlgeschlagen. Bitte aktualisiere die Seite und versuchen es erneut."
|
6468 |
|
6469 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:150
|
6470 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:184
|
6471 |
msgctxt "dhl"
|
6472 |
msgid "You don't have permission to do this."
|
6473 |
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
6474 |
|
6475 |
# @ woocommerce-germanized
|
6476 |
#. Plugin Name of the plugin/theme
|
6477 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:260
|
6478 |
msgid "Germanized for WooCommerce"
|
6479 |
msgstr "Germanized für WooCommerce"
|
6480 |
|
6481 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:442
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6482 |
msgid "Paid for order notification manually sent to customer."
|
6483 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
6484 |
|
6485 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:462
|
6486 |
msgid "Order confirmation manually sent to customer."
|
6487 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
6488 |
|
6489 |
# @ woocommerce-germanized
|
6490 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:482
|
6491 |
msgid "Resend order confirmation"
|
6492 |
msgstr "Bestellbestätigung erneut versenden"
|
6493 |
|
6494 |
# @ woocommerce-germanized
|
6495 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:483
|
6496 |
msgid "Send paid for order notification"
|
6497 |
msgstr "Bestellung bezahlt manuell versenden"
|
6498 |
|
6499 |
# @ woocommerce-germanized
|
6500 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:493
|
6501 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:121
|
6502 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
6503 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:92
|
6506 |
msgid "Germanized"
|
6507 |
msgstr "Germanized"
|
6508 |
|
6509 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:507
|
6510 |
msgid "Parcel Delivery Data Transfer:"
|
6511 |
msgstr "Paketdienstleister Datenweitergabe:"
|
6512 |
|
6513 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:508
|
6514 |
msgid "allowed"
|
6515 |
msgstr "akzeptiert"
|
6516 |
|
6517 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:508
|
6518 |
msgid "not allowed"
|
6519 |
msgstr "nicht akzeptiert"
|
6520 |
|
6521 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:555
|
6522 |
+
msgid "Insert delivery time name, slug or id."
|
6523 |
+
msgstr "Füge Lieferzeit, Slug oder eine ID ein."
|
6524 |
+
|
6525 |
+
# @ woocommerce-germanized
|
6526 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:556
|
6527 |
+
msgid "Insert product units amount."
|
6528 |
+
msgstr "Füge die Anzahl der Produkteinheiten ein."
|
6529 |
+
|
6530 |
# @ woocommerce-germanized
|
6531 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:604
|
6532 |
msgid "Optional Email Content"
|
6533 |
msgstr "Optionaler E-Mail Inhalt"
|
6534 |
|
6535 |
# @ woocommerce-germanized
|
6536 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:622
|
6537 |
msgid "Add content which will be replacing default page content within emails."
|
6538 |
msgstr ""
|
6539 |
"Fülle dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese "
|
6540 |
"Seite zu bestimmen."
|
6541 |
|
6542 |
# @ woocommerce-germanized
|
6543 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:636
|
6544 |
+
msgid "Cart description"
|
6545 |
+
msgstr "Warenkorbkurzbeschreibung"
|
6546 |
+
|
6547 |
+
# @ woocommerce-germanized
|
6548 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:641
|
6549 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:366
|
6550 |
+
msgid "Defect description"
|
6551 |
+
msgstr "Mängelbeschreibung"
|
6552 |
|
6553 |
# @ woocommerce-germanized
|
6554 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:663
|
6555 |
msgid ""
|
6556 |
"This content will be shown as short product description within checkout and "
|
6557 |
"emails."
|
6559 |
"Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als "
|
6560 |
"Produkt Kurzbeschreibung angezeigt."
|
6561 |
|
6562 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:673
|
6563 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:369
|
6564 |
+
msgid ""
|
6565 |
+
"Inform your customers about product defects. This description will be shown "
|
6566 |
+
"on top of your product description and during cart/checkout."
|
6567 |
+
msgstr ""
|
6568 |
+
"Informiere deine Kunden über Produktmängel. Diese Beschreibung wird auf der "
|
6569 |
+
"Produktseite und im Warenkorb/Kasse angezeigt."
|
6570 |
+
|
6571 |
+
# @ woocommerce-germanized
|
6572 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:145
|
6573 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:225
|
6574 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:256
|
6575 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:171
|
6576 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:382
|
6577 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-unit-price.php:10
|
6578 |
+
msgid "Unit Price"
|
6579 |
+
msgstr "Grundpreis"
|
6580 |
+
|
6581 |
+
# @ woocommerce-germanized
|
6582 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:146
|
6583 |
+
msgid "Set product units"
|
6584 |
+
msgstr "Produkteinheiten festlegen"
|
6585 |
+
|
6586 |
+
# @ woocommerce-germanized
|
6587 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:148
|
6588 |
+
msgid "Toggle auto calculation"
|
6589 |
+
msgstr "Automatische Berechnung an-/ausschalten"
|
6590 |
+
|
6591 |
+
# @ woocommerce-germanized
|
6592 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:151
|
6593 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:266
|
6594 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:99
|
6595 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:369
|
6596 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:34
|
6597 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:268
|
6598 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-delivery-time.php:10
|
6599 |
+
msgid "Delivery Time"
|
6600 |
+
msgstr "Lieferzeit"
|
6601 |
+
|
6602 |
+
# @ woocommerce-germanized
|
6603 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:152
|
6604 |
+
msgid "Set delivery time"
|
6605 |
+
msgstr "Lieferzeit festlegen"
|
6606 |
|
6607 |
+
# @ woocommerce-germanized
|
6608 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:154
|
6609 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:92
|
6610 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:787
|
6611 |
+
msgid "Status"
|
6612 |
+
msgstr "Status"
|
6613 |
+
|
6614 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:155
|
6615 |
+
msgid "Toggle "Service""
|
6616 |
+
msgstr ""Service" an-/ausschalten"
|
6617 |
+
|
6618 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:156
|
6619 |
+
msgid "Toggle "Used Good""
|
6620 |
+
msgstr ""Gebrauchtware" an-/ausschalten"
|
6621 |
+
|
6622 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:157
|
6623 |
+
msgid "Toggle "Defective Copy""
|
6624 |
+
msgstr ""Mängelexemplar" an-/ausschalten"
|
6625 |
+
|
6626 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:173
|
6627 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:212
|
6628 |
+
msgid "Used Good"
|
6629 |
+
msgstr "Gebrauchtware"
|
6630 |
+
|
6631 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:173
|
6632 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:213
|
6633 |
+
msgid "Product is a used good."
|
6634 |
+
msgstr "Produkt ist gebraucht."
|
6635 |
+
|
6636 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:176
|
6637 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:220
|
6638 |
+
msgid "Defective Copy"
|
6639 |
+
msgstr "Mängelexemplar"
|
6640 |
+
|
6641 |
+
# @ woocommerce-germanized
|
6642 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:176
|
6643 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:221
|
6644 |
+
msgid "Product has defects."
|
6645 |
+
msgstr "Produkt hat Mängel."
|
6646 |
+
|
6647 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:204
|
6648 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:246
|
6649 |
msgid "Sale Label"
|
6650 |
msgstr "Streichpreis Hinweis"
|
6651 |
|
6652 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:214
|
6653 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:254
|
6654 |
msgid "Sale Regular Label"
|
6655 |
msgstr "Angebotspreis Hinweis"
|
6656 |
|
6657 |
# @ woocommerce-germanized
|
6658 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:230
|
6659 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:270
|
6660 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:232
|
6661 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:264
|
6662 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-units.php:10
|
6664 |
msgstr "Produkteinheiten"
|
6665 |
|
6666 |
# @ woocommerce-germanized
|
6667 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:230
|
6668 |
msgid ""
|
6669 |
"Number of units included per default product price. Example: 1000 ml. Leave "
|
6670 |
"blank to use parent value."
|
6673 |
"Frei lassen um den Wert des Eltern-Produkts zu verwenden."
|
6674 |
|
6675 |
# @ woocommerce-germanized
|
6676 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:237
|
6677 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:302
|
6678 |
msgid "Calculation"
|
6679 |
msgstr "Berechnung"
|
6680 |
|
6681 |
# @ woocommerce-germanized
|
6682 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:242
|
6683 |
msgid "Calculate unit prices automatically"
|
6684 |
msgstr "Grundpreis automatisch berechnen"
|
6685 |
|
6686 |
# @ woocommerce-germanized
|
6687 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:247
|
6688 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:308
|
6689 |
msgid "Regular Unit Price"
|
6690 |
msgstr "Regulärer Grundpreis"
|
6691 |
|
6692 |
# @ woocommerce-germanized
|
6693 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:254
|
6694 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:314
|
6695 |
msgid "Sale Unit Price"
|
6696 |
msgstr "Angebotsgrundpreis"
|
6697 |
|
6698 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:261
|
6699 |
#, php-format
|
6700 |
msgid ""
|
6701 |
"To enable unit prices on variation level please choose a unit and unit price "
|
6704 |
"Um Grundpreise auf Variationen-Ebene zu aktivieren, bitte Einheit und "
|
6705 |
"Grundpreiseinheiten unter %s auswählen."
|
6706 |
|
6707 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:261
|
6708 |
msgid "general product data"
|
6709 |
msgstr "Allgemein"
|
6710 |
|
6711 |
# @ woocommerce-germanized
|
6712 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:271
|
6713 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:287
|
6714 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6715 |
msgid "Same as parent"
|
6716 |
msgstr "Gleiche wie übergeordnet"
|
6717 |
|
6718 |
# @ woocommerce-germanized
|
6719 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:283
|
6720 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:454
|
6721 |
#, php-format
|
6722 |
msgid "Delivery Time (%s)"
|
6723 |
msgstr "Lieferzeit (%s)"
|
6724 |
|
6725 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:294
|
6726 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:329
|
6727 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:464
|
6728 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:498
|
6729 |
msgid "remove"
|
6730 |
msgstr "löschen"
|
6731 |
|
6732 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:307
|
6733 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:475
|
6734 |
msgid "Add country specific delivery time"
|
6735 |
msgstr "Länderspezifische Lieferzeit hinzufügen"
|
6736 |
|
6737 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:314
|
6738 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:483
|
6739 |
msgid "Select country"
|
6740 |
msgstr "Land auswählen"
|
6741 |
|
6742 |
# @ woocommerce-germanized
|
6743 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:325
|
6744 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:342
|
6745 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:373
|
6746 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:494
|
6747 |
msgid "Search for a delivery time…"
|
6748 |
msgstr "Lieferzeit suchen…"
|
6749 |
|
6750 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:338
|
6751 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:324
|
6752 |
msgid "Minimum Age"
|
6753 |
msgstr "Mindestalter"
|
6754 |
|
6755 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:350
|
6756 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:395
|
6757 |
+
msgid "Warranty (PDF)"
|
6758 |
+
msgstr "Garantie (PDF)"
|
6759 |
+
|
6760 |
+
# @ woocommerce-germanized
|
6761 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:351
|
6762 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:396
|
6763 |
+
msgid "Choose file"
|
6764 |
+
msgstr "Datei auswählen"
|
6765 |
+
|
6766 |
+
# @ woocommerce-germanized
|
6767 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:351
|
6768 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:396
|
6769 |
+
msgid "Select warranty file"
|
6770 |
+
msgstr "Garantie auswählen"
|
6771 |
+
|
6772 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:353
|
6773 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:398
|
6774 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:30
|
6775 |
+
msgid "Delete"
|
6776 |
+
msgstr "Löschen"
|
6777 |
+
|
6778 |
+
# @ woocommerce-germanized
|
6779 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:359
|
6780 |
+
msgid "Optional Mini Description"
|
6781 |
+
msgstr "Warenkorb Kurzbeschreibung"
|
6782 |
+
|
6783 |
+
# @ woocommerce-germanized
|
6784 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:369
|
6785 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:288
|
6786 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:220
|
6787 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-defect-description.php:10
|
6788 |
+
msgid "Defect Description"
|
6789 |
+
msgstr "Mängelbeschreibung"
|
6790 |
+
|
6791 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:104
|
6792 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:118
|
6793 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:127
|
6794 |
+
msgid "— No change —"
|
6795 |
+
msgstr "— Keine Änderung —"
|
6796 |
+
|
6797 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:105
|
6798 |
+
msgid "Change to:"
|
6799 |
+
msgstr "Ändern in:"
|
6800 |
+
|
6801 |
+
# @ woocommerce-germanized
|
6802 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:106
|
6803 |
+
msgid "No delivery time"
|
6804 |
+
msgstr "Keine Lieferzeit"
|
6805 |
+
|
6806 |
+
# @ woocommerce-germanized
|
6807 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:124
|
6808 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:262
|
6809 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:148
|
6810 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:98
|
6811 |
+
msgid "Unit"
|
6812 |
+
msgstr "Einheit"
|
6813 |
+
|
6814 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:128
|
6815 |
+
msgid "No unit"
|
6816 |
+
msgstr "Keine Einheit"
|
6817 |
+
|
6818 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:205
|
6819 |
+
msgid "Service products do not sell physical products."
|
6820 |
+
msgstr "Dienstleistungen werden nicht in physikalischer Form verkauft."
|
6821 |
+
|
6822 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:228
|
6823 |
+
msgid "Differential taxed"
|
6824 |
+
msgstr "Differenzbesteuert"
|
6825 |
|
6826 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:229
|
6827 |
msgid "Product applies to differential taxation based on §25a UStG."
|
6828 |
msgstr "Produkt ist differenzbesteuert nach §25a UStG."
|
6829 |
|
6830 |
# @ woocommerce-germanized
|
6831 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:247
|
6832 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:255
|
6833 |
msgid "Select Price Label"
|
6834 |
msgstr "Preishinweis auswählen"
|
6835 |
|
6836 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:249
|
6837 |
msgid ""
|
6838 |
"If the product is on sale you may want to show a price label right before "
|
6839 |
"outputting the old price to inform the customer."
|
6843 |
"Preis). Mit diesem Hinweis kannst du genau festlegen, um welchen Preis es "
|
6844 |
"sich dabei handelte (z.B. UVP)."
|
6845 |
|
6846 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:257
|
6847 |
msgid ""
|
6848 |
"If the product is on sale you may want to show a price label right before "
|
6849 |
"outputting the new price to inform the customer."
|
6853 |
"Preis)."
|
6854 |
|
6855 |
# @ woocommerce-germanized
|
6856 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:263
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6857 |
msgid "Select unit"
|
6858 |
msgstr "Einheit auswählen"
|
6859 |
|
6860 |
# @ woocommerce-germanized
|
6861 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:265
|
6862 |
msgid "Needed if selling on a per unit basis"
|
6863 |
msgstr "Notwendig falls auf pro-Einheit-Basis verkauft werden soll"
|
6864 |
|
6865 |
# @ woocommerce-germanized
|
6866 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:273
|
6867 |
msgid "Number of units included per default product price. Example: 1000 ml."
|
6868 |
msgstr ""
|
6869 |
"Anzahl der Produkteinheiten auf Basis des Produktpreises. Beispiel: 1000 ml."
|
6870 |
|
6871 |
# @ woocommerce-germanized
|
6872 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:278
|
6873 |
msgid "Unit Price Units"
|
6874 |
msgstr "Grundpreiseinheiten"
|
6875 |
|
6876 |
# @ woocommerce-germanized
|
6877 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:281
|
6878 |
msgid ""
|
6879 |
"Unit price units. Example unit price: 0,99 € / 100 ml. Insert 100 as unit "
|
6880 |
"price unit amount."
|
6883 |
"hier 100 als Grundpreiseinheiten ein."
|
6884 |
|
6885 |
# @ woocommerce-germanized
|
6886 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:303
|
6887 |
msgid "Calculate unit prices automatically."
|
6888 |
msgstr "Grundpreis automatisch berechnen"
|
6889 |
|
6890 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:326
|
6891 |
msgid "Adds an age verification checkbox while purchasing this product."
|
6892 |
msgstr "Fügt eine Checkbox zur Altersprüfung für dieses Produkt hinzu."
|
6893 |
|
6894 |
# @ woocommerce-germanized
|
6895 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:384
|
6896 |
msgid "Free shipping?"
|
6897 |
msgstr "Versand kostenlos?"
|
6898 |
|
6899 |
# @ woocommerce-germanized
|
6900 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:385
|
6901 |
msgid "This option disables the \"plus shipping costs\" notice on product page"
|
6902 |
msgstr ""
|
6903 |
"Deaktiviert den „zzgl. Versandkosten“ Hinweis. Ohne Auswirkungen auf die "
|
6904 |
"Versandkosten"
|
6905 |
|
6906 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:412
|
6907 |
msgid "EU-wide"
|
6908 |
msgstr "EU-weit"
|
6909 |
|
6910 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:416
|
6911 |
msgid "Non-EU-wide"
|
6912 |
msgstr "Nicht-EU-weit"
|
6913 |
|
6914 |
# @ woocommerce-germanized
|
6915 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:458
|
6916 |
msgid "Same as default"
|
6917 |
msgstr "Gleiche wie übergeordnet"
|
6918 |
|
7259 |
"Um es übersichtlicher für dich zu machen, haben wir die Einstellungen in "
|
7260 |
"mehrere Tabs aufgeteilt."
|
7261 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7262 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:93
|
7263 |
msgid ""
|
7264 |
"Some features can be switched on or off explicitly by toggling the input."
|
7539 |
"Checkbox bearbeiten indem du auf den Link klickst."
|
7540 |
|
7541 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-checkboxes.php:62
|
7542 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:823
|
7543 |
msgid "Label"
|
7544 |
msgstr "Beschriftung"
|
7545 |
|
7743 |
# @ woocommerce
|
7744 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:187
|
7745 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:230
|
7746 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:139
|
7747 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:146
|
7748 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:140
|
7749 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:146
|
7750 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:621
|
7751 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:634
|
7752 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:246
|
7753 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:254
|
7754 |
msgid "Title"
|
7755 |
msgstr "Anrede"
|
7756 |
|
7822 |
"Zahlungsarten deaktivieren."
|
7823 |
|
7824 |
# @ woocommerce-germanized
|
7825 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:257
|
7826 |
msgid "Customer"
|
7827 |
msgstr "Kunde"
|
7828 |
|
7829 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:257
|
7830 |
msgid "Admin"
|
7831 |
msgstr "Admin"
|
7832 |
|
7833 |
# @ woocommerce-germanized
|
7834 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:274
|
7835 |
#, php-format
|
7836 |
msgid "Attach %s"
|
7837 |
msgstr "%s"
|
7838 |
|
7839 |
# @ woocommerce-germanized
|
7840 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:275
|
7841 |
#, php-format
|
7842 |
msgid "Attach %s to the following email templates"
|
7843 |
msgstr "%s an die folgenden E-Mail Templates anfügen"
|
7864 |
|
7865 |
# @ woocommerce-germanized
|
7866 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
|
7867 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:725
|
7868 |
+
#: woocommerce-germanized/src/Shopmarks.php:369
|
7869 |
msgid "Checkout"
|
7870 |
msgstr "Kasse"
|
7871 |
|
8085 |
|
8086 |
# @ woocommerce-germanized
|
8087 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:207
|
8088 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:396
|
8089 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:143
|
8090 |
msgid "Notice Text"
|
8091 |
msgstr "Hinweistext"
|
8096 |
msgstr "Passe hier, falls notwending, den Kleinunternehmer Hinweistext an."
|
8097 |
|
8098 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:215
|
8099 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:381
|
8100 |
msgid ""
|
8101 |
"Value added tax is not collected, as small businesses according to §19 (1) "
|
8102 |
"UStG."
|
8457 |
|
8458 |
# @ woocommerce-germanized
|
8459 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:87
|
8460 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:338
|
8461 |
msgid "Location"
|
8462 |
msgstr "Ort"
|
8463 |
|
8473 |
"abweichen kann."
|
8474 |
|
8475 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:101
|
8476 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:353
|
8477 |
msgid "Priority"
|
8478 |
msgstr "Priorität"
|
8479 |
|
8503 |
"Lieferzeit zugeordnet wurde."
|
8504 |
|
8505 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:134
|
8506 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:507
|
8507 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:554
|
8508 |
msgid "Format"
|
8509 |
msgstr "Format"
|
8510 |
|
8555 |
msgid "Tax Info"
|
8556 |
msgstr "MwSt. Hinweis"
|
8557 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8558 |
# @ woocommerce-germanized
|
8559 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:239
|
8560 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:272
|
8566 |
msgid "Short Description"
|
8567 |
msgstr "Warenkorbkurzbeschreibung"
|
8568 |
|
8569 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:311
|
8570 |
#, php-format
|
8571 |
msgid "Show %s shopmark"
|
8572 |
msgstr "Preisauszeichnung „%s“ anzeigen"
|
8573 |
|
8574 |
# @ woocommerce-germanized
|
8575 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:319
|
8576 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:103
|
8577 |
msgid "Tax"
|
8578 |
msgstr "Steuer"
|
8579 |
|
8580 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:320
|
8581 |
msgid "Show Tax shopmark"
|
8582 |
msgstr "Preisauszeichnung „Steuer“ anzeigen"
|
8583 |
|
8584 |
# @ woocommerce-germanized
|
8585 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:328
|
8586 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:390
|
8587 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:299
|
8588 |
msgid "Shipping Costs"
|
8589 |
msgstr "Versandkosten"
|
8590 |
|
8591 |
# @ woocommerce-germanized
|
8592 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:329
|
8593 |
msgid "Show Shipping Costs shopmark"
|
8594 |
msgstr "Preisauszeichnung „Versandkosten“ anzeigen"
|
8595 |
|
8596 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:339
|
8597 |
msgid ""
|
8598 |
"Choose a location for the shopmark. Locations are mapped to specific "
|
8599 |
"WooCommerce hooks and may differ from Theme to Theme."
|
8601 |
"Wähle einen Ort für die Preisauszeichnung aus. Orte werden in WooCommerce an "
|
8602 |
"bestimmte Hooks gebunden und können sich von Theme zu Theme unterscheiden."
|
8603 |
|
8604 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:354
|
8605 |
#, php-format
|
8606 |
msgid ""
|
8607 |
"Choose a priority by which the shopmark should be attached to the location. "
|
8612 |
"werden soll. Je höher die Priorität ist, desto später wird die "
|
8613 |
"Preisauszeichnung hinzugefügt. Standard ist %d."
|
8614 |
|
8615 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:373
|
8616 |
msgid "Price Ranges"
|
8617 |
msgstr "Preisspannen"
|
8618 |
|
8619 |
# @ woocommerce-germanized
|
8620 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:379
|
8621 |
msgid "Price Range Format"
|
8622 |
msgstr "Preisspannen-Format"
|
8623 |
|
8624 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:380
|
8625 |
msgid ""
|
8626 |
"Adjust the price range format e.g. for variable products. Use {min_price} as "
|
8627 |
"placeholder for the minimum price. Use {max_price} as placeholder for the "
|
8631 |
"{min_price} als Platzhalter für den minimalen Preis und {max_price} als "
|
8632 |
"Platzhalter für den höchsten Preis."
|
8633 |
|
8634 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:384
|
8635 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:988
|
8636 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:992
|
8637 |
msgid "{min_price} – {max_price}"
|
8638 |
msgstr "{min_price} – {max_price}"
|
8639 |
|
8640 |
# @ woocommerce-germanized
|
8641 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:397
|
8642 |
msgid ""
|
8643 |
"This text will be used to inform the customer about shipping costs. Use "
|
8644 |
"{link}{/link} to insert link to shipping costs page."
|
8648 |
"zur Versandkosten-Seite einzufügen."
|
8649 |
|
8650 |
# @ woocommerce-germanized
|
8651 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:402
|
8652 |
msgid "plus {link}Shipping Costs{/link}"
|
8653 |
msgstr "zzgl. {link}Versandkosten{/link}"
|
8654 |
|
8655 |
# @ woocommerce-germanized
|
8656 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:405
|
8657 |
msgid "Free Shipping Text"
|
8658 |
msgstr "Kostenloser Versand Text"
|
8659 |
|
8660 |
# @ woocommerce-germanized
|
8661 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:406
|
8662 |
msgid ""
|
8663 |
"This text will be used to inform the customer about free shipping. Leave "
|
8664 |
"empty to disable notice. Use {link}{/link} to insert link to shipping costs "
|
8669 |
"Versandkosten-Seite einzufügen."
|
8670 |
|
8671 |
# @ woocommerce-germanized
|
8672 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:414
|
8673 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:536
|
8674 |
msgid "Hide Notice"
|
8675 |
msgstr "Hinweis ausblenden"
|
8676 |
|
8677 |
# @ woocommerce-germanized
|
8678 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:415
|
8679 |
msgid ""
|
8680 |
"Select product types for which you might want to disable the shipping costs "
|
8681 |
"notice."
|
8684 |
"möchtest."
|
8685 |
|
8686 |
# @ woocommerce-germanized
|
8687 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:425
|
8688 |
msgid "Footer"
|
8689 |
msgstr "Footer"
|
8690 |
|
8691 |
# @ woocommerce-germanized
|
8692 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:428
|
8693 |
msgid "Notice"
|
8694 |
msgstr "Hinweis"
|
8695 |
|
8696 |
# @ woocommerce-germanized
|
8697 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:429
|
8698 |
msgid "Attach a global VAT notice to your footer."
|
8699 |
msgstr "Einen seitenübergreifenden MwSt.-Hinweis im Footer einfügen."
|
8700 |
|
8701 |
# @ woocommerce-germanized
|
8702 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:436
|
8703 |
msgid "Attach a global sale price notice to your footer."
|
8704 |
msgstr ""
|
8705 |
"Einen seitenübergreifenden Hinweis zu reduzierten Preisen im Footer einfügen."
|
8706 |
|
8707 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:462
|
8708 |
msgid "Same as global fallback"
|
8709 |
msgstr "Entspricht globalem Fallback"
|
8710 |
|
8711 |
# @ woocommerce-germanized
|
8712 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:474
|
8713 |
msgid "Fallback"
|
8714 |
msgstr "Fallback"
|
8715 |
|
8716 |
# @ woocommerce-germanized
|
8717 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:475
|
8718 |
msgid ""
|
8719 |
"This delivery time will be added to every product if no delivery time has "
|
8720 |
"been chosen individually"
|
8723 |
"zugeordnet wurde"
|
8724 |
|
8725 |
# @ woocommerce-germanized
|
8726 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:482
|
8727 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:493
|
8728 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:504
|
8729 |
msgid "Manage Delivery Times"
|
8730 |
msgstr "Lieferzeiten verwalten"
|
8731 |
|
8732 |
# @ woocommerce-germanized
|
8733 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:485
|
8734 |
msgid "Fallback EU Countries"
|
8735 |
msgstr "Fallback EU-Länder"
|
8736 |
|
8737 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:486
|
8738 |
msgid ""
|
8739 |
"This delivery time will serve as a fallback for EU countries other than your "
|
8740 |
"base country."
|
8742 |
"Diese Lieferzeit dient als Fallback für, von deinem Basisland abweichende, "
|
8743 |
"EU-Länder."
|
8744 |
|
8745 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:496
|
8746 |
msgid "Fallback Third Countries"
|
8747 |
msgstr "Fallback Drittländer"
|
8748 |
|
8749 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:497
|
8750 |
msgid ""
|
8751 |
"This delivery time will serve as a fallback for third countries other than "
|
8752 |
"your base country."
|
8755 |
"Drittländer."
|
8756 |
|
8757 |
# @ woocommerce-germanized
|
8758 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:508
|
8759 |
msgid ""
|
8760 |
"This text will be used to indicate delivery time for products. Use "
|
8761 |
"{delivery_time} as placeholder."
|
8764 |
"{delivery_time} als Platzhalter verwenden."
|
8765 |
|
8766 |
# @ woocommerce-germanized
|
8767 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:512
|
8768 |
msgid "Delivery time: {delivery_time}"
|
8769 |
msgstr "Lieferzeit: {delivery_time}"
|
8770 |
|
8771 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:515
|
8772 |
msgid "Digital text"
|
8773 |
msgstr "Digitaler Text"
|
8774 |
|
8775 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:519
|
8776 |
msgid ""
|
8777 |
"Enter a text which will be shown as digital delivery time text (replacement "
|
8778 |
"for default digital time on digital products)."
|
8782 |
"lassen."
|
8783 |
|
8784 |
# @ woocommerce
|
8785 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:522
|
8786 |
msgid "Backorder"
|
8787 |
msgstr "Lieferrückstand"
|
8788 |
|
8789 |
# @ woocommerce-germanized
|
8790 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:523
|
8791 |
msgid "Hide delivery time if a product is on backorder."
|
8792 |
msgstr "Lieferzeit ausblenden falls das Produkt im Lieferrückstand ist."
|
8793 |
|
8794 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:529
|
8795 |
msgid "Not in Stock"
|
8796 |
msgstr "Nicht auf Lager"
|
8797 |
|
8798 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:530
|
8799 |
msgid "Hide delivery time if a product is not in stock."
|
8800 |
msgstr "Lieferzeit ausblenden falls das Produkt nicht auf Lager ist."
|
8801 |
|
8802 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:537
|
8803 |
msgid ""
|
8804 |
"Select product types for which you might want to disable the delivery time "
|
8805 |
"notice."
|
8808 |
"möchtest."
|
8809 |
|
8810 |
# @ woocommerce-germanized
|
8811 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:555
|
8812 |
msgid ""
|
8813 |
"This text will be used to display the unit price. Use {price} to insert the "
|
8814 |
"price. If you want to specifically format unit price output use {base}, "
|
8820 |
"{base_price} für die einzelnen Elemente."
|
8821 |
|
8822 |
# @ woocommerce-germanized
|
8823 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:559
|
8824 |
msgid "{price}"
|
8825 |
msgstr "{price}"
|
8826 |
|
8827 |
# @ woocommerce-germanized
|
8828 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:562
|
8829 |
msgid "Product units format"
|
8830 |
msgstr "Produkteinheiten Format"
|
8831 |
|
8832 |
# @ woocommerce-germanized
|
8833 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:563
|
8834 |
msgid ""
|
8835 |
"This text will be used to display the product units. Use {product_units} to "
|
8836 |
"insert the amount of product units. Use {unit} to insert the unit. "
|
8842 |
"Grundpreis."
|
8843 |
|
8844 |
# @ woocommerce-germanized
|
8845 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:567
|
8846 |
msgid "Product contains: {product_units} {unit}"
|
8847 |
msgstr "Produkt enthält: {product_units} {unit}"
|
8848 |
|
8849 |
# @ woocommerce-germanized
|
8850 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:570
|
8851 |
msgid "Variable Unit Price"
|
8852 |
msgstr "Variabler Grundpreis"
|
8853 |
|
8854 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:571
|
8855 |
msgid "Enable price range unit prices for variable products."
|
8856 |
msgstr "Aktiviere von-bis-Grundpreise für variable Produkte."
|
8857 |
|
8858 |
# @ woocommerce-germanized
|
8859 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:586
|
8860 |
msgid "Fallback Sale Label"
|
8861 |
msgstr "Standard-Streichpreis"
|
8862 |
|
8863 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:593
|
8864 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:603
|
8865 |
msgid "Manage Price Labels"
|
8866 |
msgstr "Preishinweise verwalten"
|
8867 |
|
8868 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:593
|
8869 |
msgid ""
|
8870 |
"Choose whether you would like to have a default sale price label to inform "
|
8871 |
"the customer about the regular price (e.g. Recommended Retail Price)."
|
8874 |
"den Kunden auf den alten Preis (bei reduzierten Produkten, sog. "
|
8875 |
"Streichpreis) hinweist (z.B. UVP)."
|
8876 |
|
8877 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:596
|
8878 |
msgid "Fallback Regular Label"
|
8879 |
msgstr "Standard-Angebotspreis"
|
8880 |
|
8881 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:603
|
8882 |
msgid ""
|
8883 |
"Choose whether you would like to have a default sale price regular label to "
|
8884 |
"inform the customer about the sale price (e.g. New Price)."
|
8888 |
"hinweist (z.B. Unser neuer Preis)."
|
8889 |
|
8890 |
# @ woocommerce-germanized
|
8891 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:607
|
8892 |
+
#: woocommerce-germanized/src/Shopmarks.php:364
|
8893 |
msgid "Single Product"
|
8894 |
msgstr "Produktseite"
|
8895 |
|
8896 |
# @ woocommerce-germanized
|
8897 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:608
|
8898 |
msgid "Show price labels on single product page."
|
8899 |
msgstr "Zeige Preishinweise auf der Produktseite."
|
8900 |
|
8901 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:615
|
8902 |
msgid "Loop"
|
8903 |
msgstr "Produktlisten"
|
8904 |
|
8905 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:616
|
8906 |
msgid "Show price labels in product loops."
|
8907 |
msgstr "Zeige Preishinweise in Produktlisten."
|
8908 |
|
8922 |
|
8923 |
# @ woocommerce-germanized
|
8924 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:30
|
8925 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:517
|
8926 |
msgid "VAT"
|
8927 |
msgstr "Umsatzsteuer"
|
8928 |
|
9174 |
|
9175 |
# @ woocommerce-germanized
|
9176 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:11
|
9177 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:28
|
9178 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:795
|
9179 |
msgid "Name"
|
9180 |
msgstr "Name"
|
9181 |
|
9182 |
# @ woocommerce-germanized
|
9183 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
9184 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:30
|
9185 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:814
|
9186 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:943
|
9187 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:124
|
9188 |
msgid "Description"
|
9189 |
msgstr "Beschreibung"
|
9190 |
|
9191 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:13
|
9192 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:29
|
9193 |
msgid "Enabled"
|
9194 |
msgstr "Aktiviert"
|
9195 |
|
9196 |
# @ woocommerce-germanized
|
9197 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:14
|
9198 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:851
|
9199 |
msgid "Mandatory"
|
9200 |
msgstr "Pflichtfeld"
|
9201 |
|
9209 |
msgid "Edit"
|
9210 |
msgstr "Bearbeiten"
|
9211 |
|
|
|
|
|
|
|
|
|
9212 |
# @ woocommerce-germanized
|
9213 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:13
|
9214 |
#, php-format
|
9215 |
msgid "Upgrade to %s"
|
9216 |
msgstr "Upgrade zu %s"
|
9217 |
|
9218 |
+
# @ woocommerce-germanized
|
9219 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:15
|
9220 |
+
msgid "Manage license"
|
9221 |
+
msgstr "Lizenz verwalten"
|
9222 |
+
|
9223 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:22
|
9224 |
msgid ""
|
9225 |
"Adapt your WooCommerce installation to the german market with Germanized."
|
9226 |
msgstr ""
|
9227 |
"Passe deine WooCommerce Installation mit Germanized an den deutschen Markt "
|
9228 |
"an."
|
9229 |
|
|
|
9230 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:70
|
9231 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:71
|
9232 |
msgid "Find out more"
|
9233 |
msgstr "Erfahre mehr"
|
9234 |
|
9235 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:72
|
9236 |
msgid "How to"
|
9237 |
msgstr "So funktioniert es"
|
9238 |
|
9239 |
# @ woocommerce-germanized
|
|
|
9240 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:76
|
9241 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:77
|
9242 |
msgid "Manage settings"
|
9243 |
msgstr "Einstellungen anpassen"
|
9244 |
|
9245 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:78
|
9246 |
msgid "Manage"
|
9247 |
msgstr "Verwalten"
|
9248 |
|
9659 |
"Passe Germanized an deine Bedürfnisse an. Die Einstellungen kannst du später "
|
9660 |
"jederzeit ändern."
|
9661 |
|
9662 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:154
|
9663 |
msgid "Has been activated via DOI?"
|
9664 |
msgstr "Aktiviert via DOI?"
|
9665 |
|
9666 |
# @ woocommerce-germanized
|
9667 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:162
|
9668 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:159
|
9669 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:39
|
9670 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:939
|
9671 |
#: woocommerce-germanized/includes/gateways/direct-debit/views/html-export.php:30
|
9672 |
msgid "Direct Debit"
|
9673 |
msgstr "Lastschrift"
|
9674 |
|
9675 |
# @ woocommerce-germanized
|
9676 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:167
|
9677 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:164
|
9678 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:87
|
9679 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:119
|
9680 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:168
|
9681 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:115
|
9682 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:612
|
9683 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:965
|
9684 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1097
|
9685 |
msgid "Account Holder"
|
9686 |
msgstr "Kontoinhaber"
|
9687 |
|
9688 |
# @ woocommerce-germanized
|
9689 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:172
|
9690 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:169
|
9691 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:88
|
9692 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:120
|
9693 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:169
|
9694 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:122
|
9695 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:613
|
9696 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:973
|
9697 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1101
|
9698 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1224
|
9699 |
msgid "IBAN"
|
9700 |
msgstr "IBAN"
|
9701 |
|
9702 |
# @ woocommerce-germanized
|
9703 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:177
|
9704 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:174
|
9705 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:89
|
9706 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:121
|
9707 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:170
|
9708 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:129
|
9709 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:614
|
9710 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1105
|
9711 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1225
|
9712 |
msgid "BIC/SWIFT"
|
9713 |
msgstr "BIC/SWIFT"
|
9714 |
|
9715 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:152
|
9716 |
msgid "Parcel Delivery Data Transfer"
|
9717 |
msgstr "Paketdienstleister Datenweitergabe"
|
9718 |
|
9719 |
# @ woocommerce-germanized
|
9720 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:179
|
9721 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:136
|
9722 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:618
|
9723 |
msgid "Mandate Reference ID"
|
9724 |
msgstr "Mandat-Referenznummer"
|
9725 |
|
9726 |
# @ woocommerce-germanized
|
9727 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:39
|
9728 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:71
|
9729 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:273
|
9730 |
msgid "Delivery Time ID"
|
9731 |
msgstr "Lieferzeit ID"
|
9732 |
|
9733 |
# @ woocommerce-germanized
|
9734 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:44
|
9735 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:76
|
9736 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:278
|
9737 |
msgid "Delivery Time Name"
|
9738 |
msgstr "Lieferzeit Name"
|
9739 |
|
9740 |
# @ woocommerce-germanized
|
9741 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:50
|
9742 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:87
|
9743 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:284
|
9744 |
msgid "Delivery Time Slug"
|
9745 |
msgstr "Lieferzeit Slug"
|
9746 |
|
9747 |
# @ woocommerce-germanized
|
9748 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:55
|
9749 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:92
|
9750 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:289
|
9751 |
msgid "Delivery Time HTML"
|
9752 |
msgstr "Lieferzeit HTML"
|
9753 |
|
9754 |
# @ woocommerce-germanized
|
9755 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:64
|
9756 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:135
|
9757 |
msgid "Country specific delivery times"
|
9758 |
msgstr "Länderspezifische Lieferzeiten"
|
9759 |
|
9760 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:82
|
9761 |
msgid "ISO code of the country."
|
9762 |
msgstr "ISO-Code des Landes."
|
9763 |
|
9764 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:102
|
9765 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:125
|
9766 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:297
|
9767 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:320
|
9768 |
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:144
|
9769 |
msgid "Price Label"
|
9770 |
msgstr "Preishinweis"
|
9771 |
|
9772 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:107
|
9773 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:130
|
9774 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:302
|
9775 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:325
|
9776 |
msgid "Price Label ID"
|
9777 |
msgstr "Preishinweis ID"
|
9778 |
|
9779 |
# @ woocommerce-germanized
|
9780 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:112
|
9781 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:135
|
9782 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:307
|
9783 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:330
|
9784 |
msgid "Price Label Name"
|
9785 |
msgstr "Preishinweis Name"
|
9786 |
|
9787 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:118
|
9788 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:141
|
9789 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:313
|
9790 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:336
|
9791 |
msgid "Price Label Slug"
|
9792 |
msgstr "Preishinweis Slug"
|
9793 |
|
9794 |
# @ woocommerce-germanized
|
9795 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:153
|
9796 |
msgid "Unit ID"
|
9797 |
msgstr "Einheit ID"
|
9798 |
|
9799 |
# @ woocommerce-germanized
|
9800 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:158
|
9801 |
msgid "Unit Name"
|
9802 |
msgstr "Einheit Name"
|
9803 |
|
9804 |
# @ woocommerce-germanized
|
9805 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:164
|
9806 |
msgid "Unit Slug"
|
9807 |
msgstr "Einheit Slug"
|
9808 |
|
9809 |
# @ woocommerce-germanized
|
9810 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:176
|
9811 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:387
|
9812 |
msgid "Unit Base"
|
9813 |
msgstr "Grundpreis-Basis"
|
9814 |
|
9815 |
# @ woocommerce-germanized
|
9816 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:181
|
9817 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:392
|
9818 |
msgid "Unit Product"
|
9819 |
msgstr "Grundpreis-Produkt"
|
9820 |
|
9821 |
# @ woocommerce-germanized
|
9822 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:186
|
9823 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:397
|
9824 |
msgid "Unit Auto Calculation"
|
9825 |
msgstr "Grundpreis automatische Berechnung"
|
9826 |
|
9827 |
# @ woocommerce-germanized
|
9828 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:192
|
9829 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:403
|
9830 |
msgid "Current Unit Price"
|
9831 |
msgstr "Aktueller Grundpreis"
|
9832 |
|
9833 |
# @ woocommerce-germanized
|
9834 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:197
|
9835 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:408
|
9836 |
msgid "Unit Regular Price"
|
9837 |
msgstr "Regulärer Grundpreis"
|
9838 |
|
9839 |
# @ woocommerce-germanized
|
9840 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:202
|
9841 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:413
|
9842 |
msgid "Unit Sale Price"
|
9843 |
msgstr "Angebotsgrundpreis"
|
9844 |
|
9845 |
# @ woocommerce-germanized
|
9846 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:207
|
9847 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:418
|
9848 |
msgid "Unit Price HTML"
|
9849 |
msgstr "Grundpreis HTML"
|
9850 |
|
9851 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:215
|
9852 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:361
|
9853 |
msgid "Small Cart Product Description"
|
9854 |
msgstr "Warenkorbkurzbeschreibung"
|
9855 |
|
9856 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:225
|
9857 |
msgid "Deactivate the hint for additional shipping costs"
|
9858 |
msgstr "Deaktiviert den „zzgl. Versandkosten“ Hinweis"
|
9859 |
|
9860 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:231
|
9861 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:371
|
9862 |
msgid "Age verification minimum age."
|
9863 |
msgstr "Mindestalter der Altersprüfung."
|
9864 |
|
9865 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:238
|
9866 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:377
|
9867 |
+
msgid "Warranty attachment id (PDF)"
|
9868 |
+
msgstr "Medien-ID der Garantie (PDF)"
|
9869 |
+
|
9870 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:244
|
9871 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:343
|
9872 |
msgid "Whether this product is a service or not"
|
9873 |
msgstr "Ob dieses Produkt eine Dienstleistung ist oder nicht"
|
9874 |
|
9875 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:250
|
9876 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:349
|
9877 |
+
msgid "Whether this product is a used good or not"
|
9878 |
+
msgstr "Ob es sich bei diesem Produkt um Gebrauchtware handelt oder nicht"
|
9879 |
+
|
9880 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:256
|
9881 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:355
|
9882 |
+
msgid "Whether this product is a defective copy or not"
|
9883 |
+
msgstr "Ob es sich bei diesem Produkt um ein Mängelexemplar handelt oder nicht"
|
9884 |
+
|
9885 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:262
|
9886 |
msgid "Whether this product applies for differential taxation or not"
|
9887 |
msgstr "Ob dieses Produkt der Differenzbesteuerung unterliegt oder nicht"
|
9888 |
|
9889 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:75
|
9890 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:75
|
9891 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:75
|
9892 |
msgid "Unique identifier for the resource."
|
9893 |
msgstr "Eindeutige Bezeichnung der Ressource."
|
9894 |
|
9895 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:81
|
9896 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:81
|
9897 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:81
|
9898 |
msgid "Resource name."
|
9899 |
msgstr "Name der Ressource."
|
9900 |
|
9901 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:89
|
9902 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:89
|
9903 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:89
|
9904 |
msgid "An alphanumeric identifier for the resource unique to its type."
|
9905 |
msgstr ""
|
9906 |
"Ein alphanumerischer Bezeichner der Resource. Eindeutig für dessen Typ."
|
9907 |
|
9908 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:97
|
9909 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:97
|
9910 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:97
|
9911 |
msgid "HTML description of the resource."
|
9912 |
msgstr "HTML Beschreibung der Ressource."
|
9913 |
|
9914 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:105
|
9915 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:105
|
9916 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:105
|
9917 |
msgid "Number of published products for the resource."
|
9918 |
msgstr "Anzahl der veröffentlichten Produkte für die Ressource."
|
9919 |
|
9951 |
"Vielen Dank. Wir haben deinen Widerruf erhalten. Du bekommst in Kürze eine E-"
|
9952 |
"Mail mit deinen Daten als Bestätigung."
|
9953 |
|
9954 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:161
|
9955 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:167
|
9956 |
msgid ""
|
9957 |
"Please check the street field and make sure to provide a valid street number."
|
9958 |
msgstr ""
|
9959 |
"Bitte prüfe die Angabe der Straße und stelle sicher, dass du deine "
|
9960 |
"Hausnummer angegeben hast."
|
9961 |
|
9962 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:291
|
9963 |
msgid ""
|
9964 |
"Sorry, but differential taxed products cannot be purchased with normal "
|
9965 |
"products at the same time."
|
9967 |
"Entschuldigung, differenzbesteuerte Produkte können nicht gemeinsam mit "
|
9968 |
"normalen Produkten gekauft werden."
|
9969 |
|
9970 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:297
|
9971 |
msgid ""
|
9972 |
"Sorry, but normal products cannot be purchased together with differential "
|
9973 |
"taxed products at the same time."
|
9976 |
"differenzbesteuerten Produkten gekauft werden."
|
9977 |
|
9978 |
# @ woocommerce-germanized
|
9979 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1048
|
9980 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:51
|
9981 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:670
|
9982 |
msgid "Mr."
|
9983 |
msgstr "Herr"
|
9984 |
|
9985 |
# @ woocommerce-germanized
|
9986 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1049
|
9987 |
msgctxt "customer-title-male-address"
|
9988 |
msgid "Mr."
|
9989 |
msgstr "Herrn"
|
9990 |
|
9991 |
+
#: woocommerce-germanized/includes/class-wc-gzd-cli.php:47
|
9992 |
+
#, php-format
|
9993 |
+
msgid "No updates required. Database version is %s"
|
9994 |
+
msgstr "Keine Updates benötigt. Datenbank-Version lautet %s"
|
9995 |
+
|
9996 |
+
#: woocommerce-germanized/includes/class-wc-gzd-cli.php:52
|
9997 |
+
#, php-format
|
9998 |
+
msgid "Found %1$d updates (%2$s)"
|
9999 |
+
msgstr "%1$d Updates gefunden (%2$s)"
|
10000 |
+
|
10001 |
+
# @ woocommerce-germanized
|
10002 |
+
# @ woocommerce
|
10003 |
+
#: woocommerce-germanized/includes/class-wc-gzd-cli.php:54
|
10004 |
+
msgid "Updating database"
|
10005 |
+
msgstr "Datenbank wird aktualisiert"
|
10006 |
+
|
10007 |
+
#: woocommerce-germanized/includes/class-wc-gzd-cli.php:75
|
10008 |
+
#, php-format
|
10009 |
+
msgid "%1$d update functions completed. Database version is %2$s"
|
10010 |
+
msgstr "%1$d Updates fertiggestellt. Datenbank-Version lautet %2$s"
|
10011 |
+
|
10012 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:80
|
10013 |
msgid ""
|
10014 |
"The cart contains one or more vouchers. Vouchers cannot be mixed with normal "
|
10015 |
"coupons."
|
10017 |
"Dein Warenkorb beinhaltet einen oder mehrere Wertgutscheine. Wertgutscheine "
|
10018 |
"können nicht mit normalen Gutscheinen gemischt werden."
|
10019 |
|
10020 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:82
|
10021 |
msgid ""
|
10022 |
"The cart contains one or more coupons. Vouchers cannot be mixed with normal "
|
10023 |
"coupons. Please remove the coupon before adding your voucher."
|
10026 |
"können nicht mit normalen Gutscheinen gemischt werden. Bitte lösche den "
|
10027 |
"Gutschein bevor du deinen Wertgutschein hinzufügst."
|
10028 |
|
10029 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:428
|
10030 |
msgid "Is voucher?"
|
10031 |
msgstr "Wertgutschein?"
|
10032 |
|
10033 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:429
|
10034 |
#, php-format
|
10035 |
msgid ""
|
10036 |
"Whether or not this coupon is a voucher which has been sold to a customer "
|
10042 |
"besteuert. Weitere Informationen findest du <a href=\"%s\" target=\"_blank"
|
10043 |
"\">hier</a>."
|
10044 |
|
10045 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:162
|
10046 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:233
|
10047 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:344
|
10048 |
msgid ""
|
10049 |
"Please activate your account through clicking on the activation link "
|
10050 |
"received via email."
|
10052 |
"Bitte aktiviere dein Kundenkonto indem du auf den Link in der E-Mail klickst."
|
10053 |
|
10054 |
# @ woocommerce-germanized
|
10055 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:175
|
10056 |
#, php-format
|
10057 |
msgid "Did not receive the activation email? <a href=\"%s\">Try again</a>."
|
10058 |
msgstr ""
|
10059 |
"Keine Aktivierungs-E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
10060 |
|
10061 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:356
|
10062 |
#, php-format
|
10063 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
10064 |
msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
|
10065 |
|
10066 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:358
|
10067 |
msgid "Please create an account or login before continuing to checkout"
|
10068 |
msgstr ""
|
10069 |
"Bitte erstelle ein Kundenkonto oder logge dich ein, bevor du zur Kasse gehst"
|
10070 |
|
10071 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:467
|
10072 |
#, php-format
|
10073 |
msgid ""
|
10074 |
"Please activate your account through clicking on the activation link "
|
10077 |
"Bitte aktiviere dein Kundenkonto indem du auf den Link in der E-Mail "
|
10078 |
"klickst. Keine E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
10079 |
|
10080 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:499
|
10081 |
msgid ""
|
10082 |
"This activation code has expired. We have sent you a new activation code via "
|
10083 |
"e-mail."
|
10086 |
"Code per E-Mail geschickt."
|
10087 |
|
10088 |
# @ woocommerce-germanized
|
10089 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:501
|
10090 |
msgid "Sorry, but this activation code cannot be found."
|
10091 |
msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
|
10092 |
|
10093 |
# @ woocommerce-germanized
|
10094 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:505
|
10095 |
msgid "Thank you. You have successfully activated your account."
|
10096 |
msgstr "Vielen Dank. Dein Benutzerkonto wurde erfolgreich aktiviert."
|
10097 |
|
10098 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:686
|
10099 |
msgid "Expired activation key"
|
10100 |
msgstr "Abgelaufener Aktivierungscode"
|
10101 |
|
10102 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:691
|
10103 |
msgid "Invalid activation key"
|
10104 |
msgstr "Aktivierungscode ungültig"
|
10105 |
|
10106 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:249
|
10107 |
msgid "BCC recipients"
|
10108 |
msgstr "BCC Empfänger"
|
10109 |
|
10110 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:251
|
10111 |
msgid "Enter blind-copy recipients (comma separated) for this email."
|
10112 |
msgstr "Füge Empfänger (kommasepariert) einer Blindkopie für diese E-Mail ein."
|
10113 |
|
10114 |
# @ woocommerce-germanized
|
10115 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:324
|
10116 |
msgid "Confirmation text"
|
10117 |
msgstr "Bestätigung Text"
|
10118 |
|
10119 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:325
|
10120 |
msgid ""
|
10121 |
"Your order has been received and is now being processed. Your order details "
|
10122 |
"are shown below for your reference:"
|
10125 |
"deiner Bestellung kannst du der nachfolgenden Tabelle entnehmen:"
|
10126 |
|
10127 |
# @ woocommerce-germanized
|
10128 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:326
|
10129 |
msgid ""
|
10130 |
"This text will be inserted within the order confirmation email. Use "
|
10131 |
"{order_number}, {site_title} or {order_date} as placeholder."
|
10133 |
"Dieser Text wird in die Bestellbestätigung eingefügt. Verwende "
|
10134 |
"{order_number}, {site_title} oder {order_date} als Platzhalter."
|
10135 |
|
10136 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:443
|
10137 |
msgid ""
|
10138 |
"Your order has been received and is now being processed. Your order details "
|
10139 |
"are shown below for your reference."
|
10141 |
"Deine Bestellung ist eingegangen und wird nun bearbeitet. Die Einzelheiten "
|
10142 |
"deiner Bestellung kannst du der nachfolgenden Tabelle entnehmen."
|
10143 |
|
10144 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:489
|
10145 |
msgid "Someone requested a password reset for your account."
|
10146 |
msgstr ""
|
10147 |
"Jemand hat das Zurücksetzen des Passworts für deinen Account beantragt."
|
10148 |
|
10149 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:504
|
10150 |
#, php-format
|
10151 |
msgid "Thanks for creating an account on %s."
|
10152 |
msgstr "Danke, dass du ein Konto bei %s erstellt hast."
|
10153 |
|
10154 |
# @ woocommerce-germanized
|
10155 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:1237
|
10156 |
msgctxt "revocation-form"
|
10157 |
msgid "Forward your withdrawal online"
|
10158 |
msgstr "Deinen Widerruf online erklären"
|
10159 |
|
10160 |
# @ woocommerce-germanized
|
10161 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:160
|
10162 |
#, php-format
|
10163 |
msgid ""
|
10164 |
"Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
|
10168 |
"WooCommerce Germanized installierst. Vielen Dank!"
|
10169 |
|
10170 |
# @ woocommerce-germanized
|
10171 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:489
|
10172 |
msgctxt "Page slug"
|
10173 |
msgid "data-security"
|
10174 |
msgstr "datenschutzerklaerung"
|
10175 |
|
10176 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:490
|
10177 |
msgctxt "Page title"
|
10178 |
msgid "Privacy Policy"
|
10179 |
msgstr "Datenschutzerklärung"
|
10180 |
|
10181 |
# @ woocommerce-germanized
|
10182 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:494
|
10183 |
msgctxt "Page slug"
|
10184 |
msgid "imprint"
|
10185 |
msgstr "impressum"
|
10186 |
|
10187 |
# @ woocommerce-germanized
|
10188 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:495
|
10189 |
msgctxt "Page title"
|
10190 |
msgid "Imprint"
|
10191 |
msgstr "Impressum"
|
10192 |
|
10193 |
# @ woocommerce-germanized
|
10194 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:499
|
10195 |
msgctxt "Page slug"
|
10196 |
msgid "terms"
|
10197 |
msgstr "agb"
|
10198 |
|
10199 |
# @ woocommerce-germanized
|
10200 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:500
|
10201 |
msgctxt "Page title"
|
10202 |
msgid "Terms & Conditions"
|
10203 |
msgstr "AGB"
|
10204 |
|
10205 |
# @ woocommerce-germanized
|
10206 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:504
|
10207 |
msgctxt "Page slug"
|
10208 |
msgid "revocation"
|
10209 |
msgstr "widerrufsbelehrung"
|
10210 |
|
10211 |
# @ woocommerce-germanized
|
10212 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:505
|
10213 |
msgctxt "Page title"
|
10214 |
msgid "Cancellation Policy"
|
10215 |
msgstr "Widerrufsbelehrung"
|
10216 |
|
10217 |
# @ woocommerce-germanized
|
10218 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:509
|
10219 |
msgctxt "Page slug"
|
10220 |
msgid "shipping-methods"
|
10221 |
msgstr "versandarten"
|
10222 |
|
10223 |
# @ woocommerce-germanized
|
10224 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:510
|
10225 |
msgctxt "Page title"
|
10226 |
msgid "Shipping Methods"
|
10227 |
msgstr "Versandarten"
|
10228 |
|
10229 |
# @ woocommerce-germanized
|
10230 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:514
|
10231 |
msgctxt "Page slug"
|
10232 |
msgid "payment-methods"
|
10233 |
msgstr "bezahlmoeglichkeiten"
|
10234 |
|
10235 |
# @ woocommerce-germanized
|
10236 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:515
|
10237 |
msgctxt "Page title"
|
10238 |
msgid "Payment Methods"
|
10239 |
msgstr "Zahlungsarten"
|
10240 |
|
10241 |
# @ woocommerce-germanized
|
10242 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:124
|
10243 |
msgid ""
|
10244 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
10245 |
"and Conditions{/term_link} and {revocation_link}Cancellation Policy{/"
|
10250 |
"revocation_link} einverstanden."
|
10251 |
|
10252 |
# @ woocommerce-germanized
|
10253 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:125
|
10254 |
msgid ""
|
10255 |
"To complete the order you have to accept to our {term_link}Terms and "
|
10256 |
"Conditions{/term_link} and {revocation_link}Cancellation Policy{/"
|
10260 |
"term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
|
10261 |
|
10262 |
# @ woocommerce-germanized
|
10263 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:131
|
10264 |
msgid "Legal"
|
10265 |
msgstr "Allgemein"
|
10266 |
|
10267 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:132
|
10268 |
msgid ""
|
10269 |
"General legal checkbox which shall include terms and cancellation policy."
|
10270 |
msgstr "Allg. Checkbox die AGB und Widerrufsbelehrung enthalten sollte."
|
10271 |
|
10272 |
# @ woocommerce-germanized
|
10273 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:140
|
10274 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:24
|
10275 |
msgid ""
|
10276 |
"For digital products: I strongly agree that the execution of the agreement "
|
10282 |
"bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
|
10283 |
|
10284 |
# @ woocommerce-germanized
|
10285 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:141
|
10286 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:25
|
10287 |
msgid ""
|
10288 |
"To retrieve direct access to digital content you have to agree to the loss "
|
10291 |
"Um direkten Zugang zu den digitalen Inhalte zu erhalten, musst du auf das "
|
10292 |
"Widerrufsrecht verzichten."
|
10293 |
|
10294 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:147
|
10295 |
msgid "Digital"
|
10296 |
msgstr "Digital"
|
10297 |
|
10298 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:148
|
10299 |
msgid "Asks the customer to skip revocation period for digital products."
|
10300 |
msgstr ""
|
10301 |
"Ermöglicht die Bereitstellung des Downloads vor Ablauf der Widerrufsfrist."
|
10302 |
|
10303 |
# @ woocommerce-germanized
|
10304 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:157
|
10305 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:31
|
10306 |
msgid ""
|
10307 |
"For services: I demand and acknowledge the immediate performance of the "
|
10314 |
"vollständiger Erfüllung des Vertrages erlischt."
|
10315 |
|
10316 |
# @ woocommerce-germanized
|
10317 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:158
|
10318 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:32
|
10319 |
msgid ""
|
10320 |
"To allow the immediate performance of the services you have to agree to the "
|
10322 |
msgstr ""
|
10323 |
"Bitte stimme dem Beginn der Dienstleistung vor Ablauf der Widerrufsfrist zu."
|
10324 |
|
10325 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:165
|
10326 |
msgid "Asks the customer to skip revocation period for services."
|
10327 |
msgstr ""
|
10328 |
"Ermöglicht das Beginnen von Dienstleistungen vor Ablauf der Widerrufsfrist."
|
10329 |
|
10330 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:173
|
10331 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:40
|
10332 |
msgid ""
|
10333 |
"Yes, I would like to be reminded via E-mail about parcel delivery "
|
10340 |
"weitergegeben."
|
10341 |
|
10342 |
# @ woocommerce-germanized
|
10343 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:178
|
10344 |
msgid "Please accept our parcel delivery agreement"
|
10345 |
msgstr "Bitte akzeptiere die Datenweitergabe an unsere Paketdienstleister"
|
10346 |
|
10347 |
# @ woocommerce-germanized
|
10348 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:183
|
10349 |
msgid "Parcel Delivery"
|
10350 |
msgstr "Paketdienstleister"
|
10351 |
|
10352 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:184
|
10353 |
msgid ""
|
10354 |
"Asks the customer to hand over data to the parcel delivery service provider."
|
10355 |
msgstr ""
|
10356 |
"Holt die Einwilligung des Kunden zur Übergabe spezieller Daten an den "
|
10357 |
"Paketdienstleister ein."
|
10358 |
|
10359 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:193
|
10360 |
msgid "I hereby confirm that I'm at least {age} years old."
|
10361 |
msgstr "Ich bestätige, dass ich mindestens {age} Jahre alt bin."
|
10362 |
|
10363 |
# @ woocommerce-germanized
|
10364 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:195
|
10365 |
msgid "Please confirm your age."
|
10366 |
msgstr "Bitte bestätige dein Alter."
|
10367 |
|
10368 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:202
|
10369 |
msgid "Asks the customer to confirm a minimum age."
|
10370 |
msgstr "Lässt den Kunden ein Mindestalter bestätigen."
|
10371 |
|
10372 |
# @ woocommerce-germanized
|
10373 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:211
|
10374 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:44
|
10375 |
msgid ""
|
10376 |
"Yes, I’d like create a new account and have read and understood the "
|
10380 |
"{data_security_link}Datenschutzerklärung{/data_security_link}."
|
10381 |
|
10382 |
# @ woocommerce-germanized
|
10383 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:214
|
10384 |
msgid "Please accept our privacy policy to create a new customer account"
|
10385 |
msgstr ""
|
10386 |
"Bitte akzeptiere unsere Datenschutzerklärung, um ein neues Kundenkonto zu "
|
10387 |
"erstellen"
|
10388 |
|
10389 |
# @ woocommerce-germanized
|
10390 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:219
|
10391 |
msgid "New account"
|
10392 |
msgstr "Neues Kundenkonto"
|
10393 |
|
10394 |
# @ woocommerce-germanized
|
10395 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:220
|
10396 |
msgid "Let customers accept your privacy policy before creating a new account."
|
10397 |
msgstr ""
|
10398 |
"Lässt Kunden die Datenschutzbestimmungen vor der Registrierung eines Kontos "
|
10399 |
"akzeptieren."
|
10400 |
|
10401 |
# @ woocommerce-germanized
|
10402 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:245
|
|
|
10403 |
msgid "I hereby agree to the {link}direct debit mandate{/link}."
|
10404 |
msgstr "Hiermit erteile ich das {link}SEPA Lastschriftmandat{/link}."
|
10405 |
|
10406 |
# @ woocommerce-germanized
|
10407 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:251
|
10408 |
msgid "Please accept the direct debit mandate."
|
10409 |
msgstr "Bitte erteile das SEPA Lastschriftmandat."
|
10410 |
|
10411 |
# @ woocommerce-germanized
|
10412 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:256
|
10413 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:200
|
10414 |
msgid "SEPA"
|
10415 |
msgstr "SEPA"
|
10416 |
|
10417 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:257
|
10418 |
msgid "Asks the customer to issue the SEPA mandate."
|
10419 |
msgstr "Lässt den Kunden das SEPA Mandat vor dem Kauf bestätigen."
|
10420 |
|
10421 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:266
|
10422 |
+
msgid ""
|
10423 |
+
"For used goods: I have taken note that my warranty period is shortened to 12 "
|
10424 |
+
"months."
|
10425 |
+
msgstr ""
|
10426 |
+
"Für Gebrauchtware: Ich bin damit einverstanden, dass die Verjährungsfrist "
|
10427 |
+
"für die Gewährleistungsansprüche auf 12 Monate verkürzt wird."
|
10428 |
+
|
10429 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:267
|
10430 |
+
msgid "Please make sure to check our warranty note on used goods."
|
10431 |
+
msgstr ""
|
10432 |
+
"Bitte nimm unseren Hinweis zur verkürzten Gewährleistungsfrist für "
|
10433 |
+
"Gebrauchtware zur Kenntnis."
|
10434 |
+
|
10435 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:273
|
10436 |
+
msgid "Used Goods"
|
10437 |
+
msgstr "Gebrauchtwaren"
|
10438 |
+
|
10439 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:274
|
10440 |
+
msgid "Inform customers about shortened warranty for used goods."
|
10441 |
+
msgstr ""
|
10442 |
+
"Informiere Kunden über eine verkürzte Gewährleistungsfrist für Gebrauchtware."
|
10443 |
+
|
10444 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:283
|
10445 |
+
msgid "I have taken note of the following defects: {defect_descriptions}."
|
10446 |
+
msgstr ""
|
10447 |
+
"Ich habe die folgenden Mängel zur Kenntnis genommen: {defect_descriptions}."
|
10448 |
+
|
10449 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:284
|
10450 |
+
msgid "Please make sure to check our note on defective copies."
|
10451 |
+
msgstr "Bitte nimm unseren Hinweis zu Mängelexemplaren zur Kenntnis."
|
10452 |
+
|
10453 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:290
|
10454 |
+
msgid "Defective Copies"
|
10455 |
+
msgstr "Mängelexemplare"
|
10456 |
+
|
10457 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:291
|
10458 |
+
msgid "Inform customers about product defects."
|
10459 |
+
msgstr "Informiere Kunden über Produkte mit Mängeln."
|
10460 |
+
|
10461 |
# @ woocommerce-germanized
|
10462 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:726
|
10463 |
msgid "Register form"
|
10464 |
msgstr "Registrierung"
|
10465 |
|
10466 |
# @ woocommerce
|
10467 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:727
|
10468 |
msgid "Pay for order"
|
10469 |
msgstr "Bestell-Bezahlseite"
|
10470 |
|
10471 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:728
|
10472 |
msgid "Reviews"
|
10473 |
msgstr "Bewertungen"
|
10474 |
|
10475 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:795
|
10476 |
#, php-format
|
10477 |
msgid "Checkbox location %s does not exist."
|
10478 |
msgstr "Checkbox Ort %s existiert nicht."
|
10479 |
|
10480 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:821
|
10481 |
#, php-format
|
10482 |
msgid "Please make sure to check %s checkbox."
|
10483 |
msgstr "Kontrolliere bitte %s. Hier fehlt eine Einwilligung."
|
10484 |
|
10485 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:826
|
10486 |
#, php-format
|
10487 |
msgid "Checkbox with name %s does already exist."
|
10488 |
msgstr "Eine Checkbox mit dem Namen %s existiert bereits."
|
10489 |
|
10490 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:346
|
10491 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:366
|
10492 |
#, php-format
|
10493 |
msgid "%s is a mandatory field."
|
10494 |
msgstr "%s ist ein Pflichtfeld."
|
10495 |
|
10496 |
# @ woocommerce-germanized
|
10497 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:790
|
10498 |
msgid "Enable checkbox"
|
10499 |
msgstr "Checkbox aktivieren"
|
10500 |
|
10501 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:799
|
10502 |
msgid ""
|
10503 |
"Choose a name to identify your checkbox. Upon creating a new checkbox, this "
|
10504 |
"value is being used to generate the Id."
|
10506 |
"Wähle einen Namen aus, um deine Checkbox zu identifizieren. Bei Erstellung "
|
10507 |
"einer neuen Checkbox wird dieser Wert verwendet um eine Id zu erstellen."
|
10508 |
|
10509 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:804
|
10510 |
msgid "Id"
|
10511 |
msgstr "Id"
|
10512 |
|
10513 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:808
|
10514 |
msgid ""
|
10515 |
"The checkbox Id is the unique indentifier which is used to identify the "
|
10516 |
"checkbox within the code. Cannot be edited after creating the checkbox."
|
10519 |
"Code heraus zugreifbar zu machen. Kann nach dem Erstellen einer Checkbox "
|
10520 |
"nicht mehr verändert werden."
|
10521 |
|
10522 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:817
|
10523 |
msgid "Describe the use case of your checkbox."
|
10524 |
msgstr "Beschreibe hier den Use-Case deiner Checkbox."
|
10525 |
|
10526 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:827
|
10527 |
msgid "Choose a label to be inserted next to the checkbox."
|
10528 |
msgstr "Wähle eine Beschriftung aus, die neben der Checkbox platziert wird."
|
10529 |
|
10530 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:828
|
10531 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:838
|
10532 |
#, php-format
|
10533 |
msgid "You may use one of the following placeholders within the text: %s"
|
10534 |
msgstr "Du kannst einen der folgenden Platzhalter in deinem Text verwenden: %s"
|
10535 |
|
10536 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:833
|
10537 |
msgid "Error Message"
|
10538 |
msgstr "Fehlermeldung"
|
10539 |
|
10540 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:837
|
10541 |
msgid ""
|
10542 |
"Choose an error message to be shown when the user has not confirmed the "
|
10543 |
"checkbox."
|
10546 |
"die Checkbox nicht bestätigt hat."
|
10547 |
|
10548 |
# @ woocommerce-germanized
|
10549 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:843
|
10550 |
msgid "Hide input"
|
10551 |
msgstr "Ausblenden"
|
10552 |
|
10553 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:846
|
10554 |
msgid "Do only show a label and hide the actual checkbox."
|
10555 |
msgstr ""
|
10556 |
"Zeige lediglich die Beschriftung und entferne die eigentliche Checkbox."
|
10557 |
|
10558 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:854
|
10559 |
msgid "Mark the checkbox as mandatory."
|
10560 |
msgstr "Checkbox zum Pflichtfeld machen."
|
10561 |
|
10562 |
# @ woocommerce-germanized
|
10563 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:859
|
10564 |
msgid "Locations"
|
10565 |
msgstr "Orte"
|
10566 |
|
10567 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:863
|
10568 |
msgid "Choose where to display your checkbox."
|
10569 |
msgstr "Wähle einen Ort aus, an dem die Checkbox platziert werden soll."
|
10570 |
|
10571 |
# @ woocommerce-germanized
|
10572 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:152
|
10573 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:208
|
10574 |
#, php-format
|
10575 |
msgid "%s payment charge"
|
10576 |
msgstr "%s Zahlungsgebühr"
|
10577 |
|
10578 |
# @ woocommerce-germanized
|
10579 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:155
|
10580 |
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:35
|
10581 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:546
|
10582 |
#, php-format
|
10583 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
10584 |
msgstr "Zzgl. %s Übermittlungsentgelt (direkt an den Zusteller)"
|
10585 |
|
10586 |
# @ woocommerce-germanized
|
10587 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:242
|
10588 |
msgid "Fee"
|
10589 |
msgstr "Zahlungsgebühr"
|
10590 |
|
10591 |
# @ woocommerce-germanized
|
10592 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:244
|
10593 |
msgid ""
|
10594 |
"This fee is being added if customer selects payment method within checkout."
|
10595 |
msgstr ""
|
10597 |
"Zahlungsart aktiviert."
|
10598 |
|
10599 |
# @ woocommerce-germanized
|
10600 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:250
|
10601 |
msgid "Fee is taxable?"
|
10602 |
msgstr "Mwst. berechnen?"
|
10603 |
|
10604 |
# @ woocommerce-germanized
|
10605 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:252
|
10606 |
msgid "Check if fee is taxable."
|
10607 |
msgstr "MwSt.-Berechnung für Gebühr aktivieren."
|
10608 |
|
10609 |
# @ woocommerce-germanized
|
10610 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:258
|
10611 |
msgid "Forwarding Fee"
|
10612 |
msgstr "Übermittlungsentgelt"
|
10613 |
|
10614 |
# @ woocommerce-germanized
|
10615 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:261
|
10616 |
msgid ""
|
10617 |
"Forwarding fee will be charged by the transport agent in addition to the "
|
10618 |
"cash of delivery fee e.g. DHL - tax free."
|
10621 |
"kassiert - z.B. DHL (steuerfrei)."
|
10622 |
|
10623 |
# @ woocommerce-germanized
|
10624 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:299
|
10625 |
msgid "Payment charge"
|
10626 |
msgstr "Zahlungsgebühr"
|
10627 |
|
10751 |
msgid "New Price Label Name"
|
10752 |
msgstr "Name des neuen Preishinweises"
|
10753 |
|
10754 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:84
|
10755 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:118
|
10756 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:165
|
10757 |
msgid "Postnumber"
|
10758 |
msgstr "PostNummer"
|
10759 |
|
10760 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:85
|
10761 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:166
|
10762 |
msgid "Billing Title"
|
10763 |
msgstr "Rechnung Anrede"
|
10764 |
|
10765 |
# @ woocommerce-germanized
|
10766 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:86
|
10767 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:167
|
10768 |
msgid "Shipping Title"
|
10769 |
msgstr "Versand Anrede"
|
10770 |
|
10771 |
# @ woocommerce-germanized
|
10772 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:97
|
10773 |
#, php-format
|
10774 |
msgid "Removed customer \"%s\""
|
10775 |
msgstr "Kundendatum „%s“ gelöscht"
|
10776 |
|
10777 |
# @ woocommerce-germanized
|
10778 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:122
|
10779 |
msgid "Mandate Date"
|
10780 |
msgstr "Mandat Datum"
|
10781 |
|
10782 |
# @ woocommerce-germanized
|
10783 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:123
|
10784 |
msgid "Mandate ID"
|
10785 |
msgstr "Mandat ID"
|
10786 |
|
10787 |
# @ woocommerce-germanized
|
10788 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:124
|
10789 |
msgid "Mandate Email"
|
10790 |
msgstr "Mandat E-Mail"
|
10791 |
|
10792 |
+
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:69
|
10793 |
msgid "Visible during checkout"
|
10794 |
msgstr "Im Checkout anzeigen"
|
10795 |
|
10840 |
|
10841 |
# @ woocommerce-germanized
|
10842 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
10843 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:671
|
10844 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:691
|
10845 |
msgid "Ms."
|
10846 |
msgstr "Frau"
|
10847 |
|
10897 |
"Bitte akzeptiere unsere <a href=\"%s\" target=\"_blank"
|
10898 |
"\">Datenschutzerklärung</a> damit wir deinen Widerruf bearbeiten können."
|
10899 |
|
10900 |
+
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:22
|
10901 |
msgid ""
|
10902 |
"General purpose encryption, e.g. application password stored within settings"
|
10903 |
msgstr ""
|
10904 |
"Allgemein, z.B. von API-Schlüsseln oder Passwörtern in den Einstellungen"
|
10905 |
|
10906 |
+
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:24
|
10907 |
#, php-format
|
10908 |
msgid "Encryption of type %s"
|
10909 |
msgstr "Verschlüsselung des Typs %s"
|
10910 |
|
10911 |
+
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:28
|
10912 |
#, php-format
|
10913 |
msgid ""
|
10914 |
"Attention! The <em>%1$s</em> (%2$s) constant is missing. Germanized uses a "
|
10924 |
"können, füge bitte folgendes Snippet in deine <a href=\"%3$s\" target="
|
10925 |
"\"_blank\">wp-config.php</a> Datei ein:"
|
10926 |
|
10927 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-et-builder.php:55
|
10928 |
+
#, php-format
|
10929 |
+
msgid ""
|
10930 |
+
"Seems like you are using the Divi builder to build your product page. Please "
|
10931 |
+
"do make sure to place your <a %1$s>shopmarks</a> (e.g. VAT notice) "
|
10932 |
+
"accordingly by using <a %2$s>shortcodes</a>."
|
10933 |
+
msgstr ""
|
10934 |
+
"Du scheinst den Divi Builder zum Aufbau deiner Produktseite zu verwenden. "
|
10935 |
+
"Bitte platziere die <a %1$s>Preisauszeichnungen</a> (z.B. Steuer-Hinweis) "
|
10936 |
+
"mit Hilfe von <a %2$s>Shortcodes</a>."
|
10937 |
+
|
10938 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-et-builder.php:56
|
10939 |
+
msgid ""
|
10940 |
+
"Place them by inserting a text widget to the builder and paste one of the "
|
10941 |
+
"following shortcodes:"
|
10942 |
+
msgstr ""
|
10943 |
+
"Füge die Shortcodes mithilfe eines Text Widgets im Builder hinzu und "
|
10944 |
+
"platziere einen der folgenden Shortcodes:"
|
10945 |
+
|
10946 |
# @ woocommerce-germanized
|
10947 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:274
|
10948 |
msgctxt "polylang"
|
10949 |
msgid "Unit Price Metas"
|
10950 |
msgstr "Grundpreis Metadaten"
|
10951 |
|
10952 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:275
|
10953 |
msgctxt "polylang"
|
10954 |
msgid ""
|
10955 |
"Note the last unit price field is the final unit price taking into account "
|
10959 |
"der Produktseite ausgegeben wird"
|
10960 |
|
10961 |
# @ woocommerce-germanized
|
10962 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:288
|
10963 |
msgctxt "polylang"
|
10964 |
msgid "Sale Price Labels"
|
10965 |
msgstr "Preishinweise"
|
10966 |
|
10967 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:289
|
10968 |
msgctxt "polylang"
|
10969 |
msgid ""
|
10970 |
"Sale price labels used to mark old prices (e.g. Recommended Retail Price)"
|
11026 |
|
11027 |
# @ woocommerce-germanized
|
11028 |
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-cancelled-order.php:208
|
11029 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:930
|
11030 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:111
|
11031 |
msgid "Enable/Disable"
|
11032 |
msgstr "Aktivieren/Deaktivieren"
|
11187 |
"Dieses E-Mail Template enthält eine Kopie des SEPA Mandates, welches "
|
11188 |
"basierend auf den Bestelldaten und Kontodaten des Käufers generiert wird."
|
11189 |
|
11190 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:53
|
11191 |
msgctxt "exporter"
|
11192 |
msgid "Is service?"
|
11193 |
msgstr "Ist Dienstleistung?"
|
11194 |
|
11195 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:54
|
11196 |
+
msgctxt "exporter"
|
11197 |
+
msgid "Is used good?"
|
11198 |
+
msgstr "Ist Gebrauchtware?"
|
11199 |
+
|
11200 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:55
|
11201 |
msgctxt "exporter"
|
11202 |
+
msgid "Is defective copy?"
|
11203 |
+
msgstr "Ist Mängelexemplar?"
|
11204 |
+
|
11205 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:56
|
11206 |
+
msgctxt "exporter"
|
11207 |
+
msgid "Warranty attachment id (PDF)"
|
11208 |
+
msgstr "Medien-ID der Garantie (PDF)"
|
11209 |
+
|
11210 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:57
|
11211 |
+
msgctxt "exporter"
|
11212 |
msgid "Is differential taxed?"
|
11213 |
msgstr "Ist differenzbesteuert?"
|
11214 |
|
11215 |
# @ woocommerce-germanized
|
11216 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:58
|
11217 |
msgctxt "exporter"
|
11218 |
msgid "Has free shipping?"
|
11219 |
msgstr "Versand kostenlos?"
|
11220 |
|
11221 |
# @ woocommerce-germanized
|
11222 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:59
|
11223 |
msgctxt "exporter"
|
11224 |
msgid "Unit price regular"
|
11225 |
msgstr "Regulärer Grundpreis"
|
11226 |
|
11227 |
# @ woocommerce-germanized
|
11228 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:60
|
11229 |
msgctxt "exporter"
|
11230 |
msgid "Unit price sale"
|
11231 |
msgstr "Angebotsgrundpreis"
|
11232 |
|
11233 |
# @ woocommerce-germanized
|
11234 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:61
|
11235 |
msgctxt "exporter"
|
11236 |
msgid "Unit price calculated automatically?"
|
11237 |
msgstr "Grundpreis automatisch berechnen?"
|
11238 |
|
11239 |
# @ woocommerce-germanized
|
11240 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:62
|
11241 |
msgctxt "exporter"
|
11242 |
msgid "Unit"
|
11243 |
msgstr "Einheit"
|
11244 |
|
11245 |
# @ woocommerce-germanized
|
11246 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:63
|
11247 |
msgctxt "exporter"
|
11248 |
msgid "Unit base"
|
11249 |
msgstr "Grundpreiseinheit"
|
11250 |
|
11251 |
# @ woocommerce-germanized
|
11252 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:64
|
11253 |
msgctxt "exporter"
|
11254 |
msgid "Unit product"
|
11255 |
msgstr "Produkteinheit"
|
11256 |
|
11257 |
# @ woocommerce-germanized
|
11258 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:65
|
11259 |
msgctxt "exporter"
|
11260 |
msgid "Cart description"
|
11261 |
msgstr "Warenkorbkurzbeschreibung"
|
11262 |
|
11263 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:66
|
11264 |
+
msgctxt "exporter"
|
11265 |
+
msgid "Minimum age"
|
11266 |
+
msgstr "Mindestalter"
|
11267 |
+
|
11268 |
# @ woocommerce-germanized
|
11269 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:67
|
11270 |
+
msgctxt "exporter"
|
11271 |
+
msgid "Defect description"
|
11272 |
+
msgstr "Mängelbeschreibung"
|
11273 |
+
|
11274 |
+
# @ woocommerce-germanized
|
11275 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:68
|
11276 |
msgctxt "exporter"
|
11277 |
msgid "Delivery time"
|
11278 |
msgstr "Lieferzeit"
|
11279 |
|
11280 |
# @ woocommerce-germanized
|
11281 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:69
|
11282 |
msgctxt "exporter"
|
11283 |
msgid "Sale price label"
|
11284 |
msgstr "Streichpreis Hinweis"
|
11285 |
|
11286 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:70
|
11287 |
msgctxt "exporter"
|
11288 |
msgid "Sale price regular label"
|
11289 |
msgstr "Angebotspreis Hinweis"
|
11290 |
|
11291 |
# @ woocommerce-germanized
|
11292 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:121
|
11293 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:54
|
11294 |
#, php-format
|
11295 |
msgid "Delivery Time: %s"
|
11296 |
msgstr "Lieferzeit: %s"
|
11309 |
msgstr "SEPA XML Export"
|
11310 |
|
11311 |
# @ woocommerce-germanized
|
11312 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:63
|
11313 |
msgid ""
|
11314 |
"[company_info]\n"
|
11315 |
"debtee identification number: [company_identification_number]\n"
|
11377 |
"Bitte beachte: Die Frist für die Vorabinformation der SEPA-Lastschrift wird "
|
11378 |
"auf einen Tag verkürzt."
|
11379 |
|
11380 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:208
|
11381 |
msgid "SEPA XML"
|
11382 |
msgstr "SEPA XML"
|
11383 |
|
11384 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:284
|
11385 |
msgid "SEPA XML Export"
|
11386 |
msgstr "SEPA XML Export"
|
11387 |
|
11388 |
# @ woocommerce-germanized
|
11389 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:513
|
11390 |
#, php-format
|
11391 |
msgid "Order %s"
|
11392 |
msgstr "Bestellung %s"
|
11393 |
|
11394 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:544
|
11395 |
msgid "Will be notified separately"
|
11396 |
msgstr "Wird separat mitgeteilt"
|
11397 |
|
11398 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:633
|
11399 |
#, php-format
|
11400 |
msgid ""
|
11401 |
"We will debit %s from your account by direct debit on or shortly after %s."
|
11404 |
"%s ein."
|
11405 |
|
11406 |
# @ woocommerce-germanized
|
11407 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:827
|
11408 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:873
|
11409 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:906
|
11410 |
msgid "a single payment"
|
11411 |
msgstr "eine einmalige Zahlung"
|
11412 |
|
11413 |
# @ woocommerce-germanized
|
11414 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:932
|
11415 |
msgid "Enable Direct Debit Payment"
|
11416 |
msgstr "Bezahlung per Lastschrift aktivieren"
|
11417 |
|
11418 |
# @ woocommerce-germanized
|
11419 |
# @ woocommerce
|
11420 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:936
|
11421 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:117
|
11422 |
msgctxt "gateway"
|
11423 |
msgid "Title"
|
11424 |
msgstr "Bezeichnung"
|
11425 |
|
11426 |
# @ woocommerce-germanized
|
11427 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:938
|
11428 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:119
|
11429 |
msgid "This controls the title which the user sees during checkout."
|
11430 |
msgstr ""
|
11431 |
"Beschreibungstext, den Benutzer bei der Auswahl dieser Zahlungsart sehen."
|
11432 |
|
11433 |
# @ woocommerce-germanized
|
11434 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:945
|
11435 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:126
|
11436 |
msgid "Payment method description that the customer will see on your checkout."
|
11437 |
msgstr "Beschreibung der Zahlungsart, die Kunden auf deiner Website sehen."
|
11438 |
|
11439 |
# @ woocommerce-germanized
|
11440 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:946
|
11441 |
msgid "The order amount will be debited directly from your bank account."
|
11442 |
msgstr ""
|
11443 |
"Der Gesamtbestellbetrag wird per SEPA-Lastschrift direkt von deinem Konto "
|
11444 |
"abgebucht."
|
11445 |
|
11446 |
# @ woocommerce-germanized
|
11447 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:950
|
11448 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:131
|
11449 |
msgid "Instructions"
|
11450 |
msgstr "Anweisungen"
|
11451 |
|
11452 |
# @ woocommerce-germanized
|
11453 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:952
|
11454 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:133
|
11455 |
msgid "Instructions that will be added to the thank you page and emails."
|
11456 |
msgstr "Anweisung, die zur „Danke“-Seite und zu E-Mails hinzugefügt werden."
|
11457 |
|
11458 |
# @ woocommerce-germanized
|
11459 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:957
|
11460 |
msgid "Debtee"
|
11461 |
msgstr "Gläubiger Informationen"
|
11462 |
|
11463 |
# @ woocommerce-germanized
|
11464 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:959
|
11465 |
msgid "Insert your company information."
|
11466 |
msgstr "Füge hier die Informationen zu deinem Unternehmen ein."
|
11467 |
|
11468 |
# @ woocommerce-germanized
|
11469 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:961
|
11470 |
msgid "Company Inc, John Doe Street, New York"
|
11471 |
msgstr "Musterfirma GmbH, Musterstraße 12, 12203 Musterstadt"
|
11472 |
|
11473 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:967
|
11474 |
msgid "Insert the bank account holder name."
|
11475 |
msgstr "Füge hier den Namen des Kontoinhabers ein."
|
11476 |
|
11477 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:969
|
11478 |
msgid "Company Inc"
|
11479 |
msgstr "Muster GmbH"
|
11480 |
|
11481 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:975
|
11482 |
msgid "Insert the bank account IBAN."
|
11483 |
msgstr "Füge hier den IBAN deines Kontos ein."
|
11484 |
|
11485 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:980
|
11486 |
msgid "BIC"
|
11487 |
msgstr "BIC"
|
11488 |
|
11489 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:982
|
11490 |
msgid "Insert the bank account BIC."
|
11491 |
msgstr "Füge hier den BIC deines Kontos ein."
|
11492 |
|
11493 |
# @ woocommerce-germanized
|
11494 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:987
|
11495 |
msgid "Debtee identification number"
|
11496 |
msgstr "Identifikationsnummer"
|
11497 |
|
11498 |
# @ woocommerce-germanized
|
11499 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:989
|
11500 |
#, php-format
|
11501 |
msgid ""
|
11502 |
"Insert your debtee indentification number. More information can be found <a "
|
11506 |
"Weitere Informationen zu dieser Nummer erhältst du <a href=\"%s\">hier</a>."
|
11507 |
|
11508 |
# @ woocommerce-germanized
|
11509 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:993
|
11510 |
msgid "Generate Mandate ID"
|
11511 |
msgstr "Mandat-Referenz generieren"
|
11512 |
|
11513 |
# @ woocommerce-germanized
|
11514 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:995
|
11515 |
msgid "Automatically generate Mandate ID."
|
11516 |
msgstr "Mandat-Referenznummer automatisch generieren."
|
11517 |
|
11518 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:996
|
11519 |
msgid ""
|
11520 |
"Automatically generate Mandate ID after order completion (based on Order ID)."
|
11521 |
msgstr ""
|
11523 |
"basierend auf der Bestellnummer."
|
11524 |
|
11525 |
# @ woocommerce-germanized
|
11526 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1000
|
11527 |
msgid "XML Pain Format"
|
11528 |
msgstr "XML Pain Format"
|
11529 |
|
11530 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1002
|
11531 |
msgid ""
|
11532 |
"You may adjust the XML Export Pain Schema to your banks needs. Some banks "
|
11533 |
"may require pain.001.003.03."
|
11536 |
"Banken benötigen z.B. pain.001.003.03."
|
11537 |
|
11538 |
# @ woocommerce-germanized
|
11539 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1006
|
11540 |
msgid "Mandate ID Format"
|
11541 |
msgstr "Mandat-Referenz Format"
|
11542 |
|
11543 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1008
|
11544 |
msgid ""
|
11545 |
"You may extend the Mandate ID format by adding a prefix and/or suffix. Use "
|
11546 |
"{id} as placeholder to insert the automatically generated ID."
|
11549 |
"{id} als Platzhalter um die automatisch generierte Referenznummer einzufügen."
|
11550 |
|
11551 |
# @ woocommerce-germanized
|
11552 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1012
|
11553 |
msgid "Mandate Text"
|
11554 |
msgstr "Lastschriftmandat"
|
11555 |
|
11556 |
# @ woocommerce-germanized
|
11557 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1014
|
11558 |
msgid ""
|
11559 |
"This text will be populated with live order/checkout data. Will be used as "
|
11560 |
"preview direct debit mandate and as email template text."
|
11564 |
"während des Checkouts und anschließend per E-Mail an den Kunden zur "
|
11565 |
"Verfügung gestellt."
|
11566 |
|
11567 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1020
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11568 |
msgid "Enable pre-notification"
|
11569 |
msgstr "Vorankündigung aktivieren"
|
11570 |
|
11571 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1021
|
11572 |
msgid "Insert pre-notification text within the order confirmation email."
|
11573 |
msgstr ""
|
11574 |
"Fügt einen Standard-Text zur Vorankündigung des SEPA-Einzugs in die "
|
11575 |
"Bestellbestätigung ein."
|
11576 |
|
11577 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1023
|
11578 |
msgid ""
|
11579 |
"This option inserts a standard text containing a pre-notification for the "
|
11580 |
"customer."
|
11583 |
"die Bestellbestätigung ein. In der Ankündigung wird u.a. ein konkreter "
|
11584 |
"Fälligkeitstermin genannt."
|
11585 |
|
11586 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1027
|
11587 |
msgid "Debit days"
|
11588 |
msgstr "Fälligkeitstage"
|
11589 |
|
11590 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1029
|
11591 |
msgid ""
|
11592 |
"This option is used to calculate the debit date and is added to the order "
|
11593 |
"date."
|
11597 |
"hier eingestellten Anzahl Tage."
|
11598 |
|
11599 |
# @ woocommerce-germanized
|
11600 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1033
|
11601 |
msgid "Mask IBAN"
|
11602 |
msgstr "IBAN maskieren"
|
11603 |
|
11604 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1034
|
11605 |
msgid "Mask the IBAN within emails."
|
11606 |
msgstr "IBAN in E-Mails maskieren."
|
11607 |
|
11608 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1036
|
11609 |
msgid ""
|
11610 |
"This will lead to masked IBANs within emails (replaced by *). All but last 4 "
|
11611 |
"digits will be masked."
|
11613 |
"Der IBAN wird in E-Mails (abgesehen von den letzten 4 Stellen) mit * "
|
11614 |
"maskiert."
|
11615 |
|
11616 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1046
|
11617 |
msgid "Remember"
|
11618 |
msgstr "Bankdaten merken"
|
11619 |
|
11620 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1047
|
11621 |
msgid "Remember account data for returning customers."
|
11622 |
msgstr "Bankverbindung für registrierte Kunden speichern."
|
11623 |
|
11624 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1049
|
11625 |
msgid "Save account data as user meta if user has/creates a customer account."
|
11626 |
msgstr ""
|
11627 |
"Speichert die Bankverbindung für registrierte Kunden in der user_meta "
|
11629 |
"eigenständig aus."
|
11630 |
|
11631 |
# @ woocommerce-germanized
|
11632 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1159
|
11633 |
msgid "Please insert your SEPA account data."
|
11634 |
msgstr "Bitte füge deine SEPA Kontoinformationen ein."
|
11635 |
|
11636 |
# @ woocommerce-germanized
|
11637 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1180
|
11638 |
msgid "Your IBAN seems to be invalid."
|
11639 |
msgstr "Dein IBAN scheint nicht gültig zu sein."
|
11640 |
|
11641 |
# @ woocommerce-germanized
|
11642 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1182
|
11643 |
msgid "Your IBAN's country code doesn’t match with your billing country."
|
11644 |
msgstr "Der Ländercode des IBANs stimmt nicht mit dem Rechnungsland überein."
|
11645 |
|
11646 |
# @ woocommerce-germanized
|
11647 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1187
|
11648 |
msgid "Your BIC seems to be invalid."
|
11649 |
msgstr "Dein BIC/SWIFT scheint nicht gültig zu sein."
|
11650 |
|
11651 |
# @ woocommerce-germanized
|
11652 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1226
|
11653 |
msgid "is invalid"
|
11654 |
msgstr "ist ungültig"
|
11655 |
|
11656 |
# @ woocommerce-germanized
|
11657 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1288
|
11658 |
msgid "Awaiting Direct Debit Payment"
|
11659 |
msgstr "Zahlung per Lastschrift ausstehend"
|
11660 |
|
11823 |
"term_link}, {revocation_link}Widerrufsbestimmungen{/revocation_link} und "
|
11824 |
"{data_security_link}Datenschutzbestimmungen{/data_security_link}."
|
11825 |
|
11826 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:246
|
11827 |
msgid ">= 12 years"
|
11828 |
msgstr ">= 12 Jahre"
|
11829 |
|
11830 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:247
|
11831 |
msgid ">= 16 years"
|
11832 |
msgstr ">= 16 Jahre"
|
11833 |
|
11834 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:248
|
11835 |
msgid ">= 18 years"
|
11836 |
msgstr ">= 18 Jahre"
|
11837 |
|
11838 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:249
|
11839 |
msgid ">= 21 years"
|
11840 |
msgstr ">= 21 Jahre"
|
11841 |
|
11842 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:250
|
11843 |
msgid ">= 25 years"
|
11844 |
msgstr ">= 25 Jahre"
|
11845 |
|
11846 |
# @ woocommerce-germanized
|
11847 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:255
|
11848 |
msgctxt "age"
|
11849 |
msgid "None"
|
11850 |
msgstr "Keines"
|
11851 |
|
11852 |
# @ woocommerce-germanized
|
11853 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:326
|
11854 |
+
msgctxt "woocommerce-germanized"
|
11855 |
+
msgid "Product Warranties"
|
11856 |
+
msgstr "Produktgarantien"
|
11857 |
+
|
11858 |
+
# @ woocommerce-germanized
|
11859 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:517
|
11860 |
#, php-format
|
11861 |
msgid "%s%% VAT"
|
11862 |
msgstr "%s %% MwSt."
|
11863 |
|
11864 |
# @ woocommerce-germanized
|
11865 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:669
|
11866 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:698
|
11867 |
msgctxt "title-option"
|
11868 |
msgid "None"
|
11869 |
msgstr "Keine"
|
11870 |
|
11871 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:672
|
11872 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:698
|
11873 |
msgid "Mx"
|
11874 |
msgstr "Divers"
|
11875 |
|
11876 |
# @ woocommerce-germanized
|
11877 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:949
|
11878 |
msgid "More variants available"
|
11879 |
msgstr "Weitere Varianten verfügbar"
|
11880 |
|
11881 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1264
|
11882 |
+
#, php-format
|
11883 |
+
msgctxt "defect-descriptions"
|
11884 |
+
msgid "%1$s (%2$s)"
|
11885 |
+
msgstr "%1$s (%2$s)"
|
11886 |
+
|
11887 |
# @ woocommerce-germanized
|
11888 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:306
|
11889 |
#: woocommerce-germanized/templates/checkout/edit-data-notice.php:25
|
11890 |
msgid "Edit Order"
|
11891 |
msgstr "Bestellung bearbeiten"
|
11892 |
|
11893 |
# @ woocommerce-germanized
|
11894 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:317
|
11895 |
msgid "Choose a Payment Gateway"
|
11896 |
msgstr "Zahlungsart auswählen"
|
11897 |
|
11898 |
# @ woocommerce
|
11899 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:441
|
11900 |
msgid "Place order"
|
11901 |
msgstr "Jetzt kaufen"
|
11902 |
|
11932 |
msgstr "Das Germanized %s Paket fehlt"
|
11933 |
|
11934 |
# @ woocommerce-germanized
|
11935 |
+
#: woocommerce-germanized/src/Shopmarks.php:365
|
11936 |
msgid "Single Product (Grouped)"
|
11937 |
msgstr "Produktseite (Gruppen)"
|
11938 |
|
11939 |
# @ woocommerce-germanized
|
11940 |
+
#: woocommerce-germanized/src/Shopmarks.php:366
|
11941 |
msgid "Product Loop"
|
11942 |
msgstr "Produktlisten"
|
11943 |
|
11944 |
+
#: woocommerce-germanized/src/Shopmarks.php:367
|
11945 |
msgid "Cart"
|
11946 |
msgstr "Warenkorb"
|
11947 |
|
11948 |
+
#: woocommerce-germanized/src/Shopmarks.php:368
|
11949 |
msgid "Mini Cart"
|
11950 |
msgstr "Warenkorb Dropdown"
|
11951 |
|
11952 |
# @ woocommerce-germanized
|
11953 |
+
#: woocommerce-germanized/src/Shopmarks.php:370
|
11954 |
msgid "Order"
|
11955 |
msgstr "Bestellung"
|
11956 |
|
11957 |
+
#: woocommerce-germanized/src/Shopmarks.php:389
|
11958 |
msgid "Summary"
|
11959 |
msgstr "Übersicht"
|
11960 |
|
11961 |
+
#: woocommerce-germanized/src/Shopmarks.php:394
|
11962 |
msgid "Meta"
|
11963 |
msgstr "Produktmeta"
|
11964 |
|
11965 |
+
#: woocommerce-germanized/src/Shopmarks.php:399
|
11966 |
+
#: woocommerce-germanized/src/Shopmarks.php:526
|
11967 |
msgid "After Meta"
|
11968 |
msgstr "Produktmeta - nachher"
|
11969 |
|
11970 |
# @ woocommerce-germanized
|
11971 |
+
#: woocommerce-germanized/src/Shopmarks.php:404
|
11972 |
msgid "Before add to cart"
|
11973 |
msgstr "Zum Warenkorb - vorher"
|
11974 |
|
11975 |
# @ woocommerce-germanized
|
11976 |
+
#: woocommerce-germanized/src/Shopmarks.php:409
|
11977 |
msgid "After add to cart"
|
11978 |
msgstr "Zum Warenkorb - nachher"
|
11979 |
|
11980 |
+
#: woocommerce-germanized/src/Shopmarks.php:414
|
11981 |
msgid "After Summary"
|
11982 |
msgstr "Übersicht - nachher"
|
11983 |
|
11984 |
+
#: woocommerce-germanized/src/Shopmarks.php:421
|
11985 |
msgid "Price Column"
|
11986 |
msgstr "Spalte - Preis"
|
11987 |
|
11988 |
+
#: woocommerce-germanized/src/Shopmarks.php:426
|
11989 |
msgid "Label Column"
|
11990 |
msgstr "Spalte - Beschriftung"
|
11991 |
|
11992 |
+
#: woocommerce-germanized/src/Shopmarks.php:431
|
11993 |
msgid "Quantity Column"
|
11994 |
msgstr "Spalte - Anzahl"
|
11995 |
|
11996 |
+
#: woocommerce-germanized/src/Shopmarks.php:438
|
11997 |
msgid "After Item Title"
|
11998 |
msgstr "Produkttitel - nachher"
|
11999 |
|
12000 |
+
#: woocommerce-germanized/src/Shopmarks.php:443
|
12001 |
msgid "Before Item Title"
|
12002 |
msgstr "Produkttitel - vorher"
|
12003 |
|
12004 |
# @ woocommerce-germanized
|
12005 |
# @ woocommerce
|
12006 |
+
#: woocommerce-germanized/src/Shopmarks.php:448
|
12007 |
msgid "Item Title"
|
12008 |
msgstr "Produkttitel"
|
12009 |
|
12010 |
+
#: woocommerce-germanized/src/Shopmarks.php:453
|
12011 |
msgid "After Item"
|
12012 |
msgstr "Produkt - nachher"
|
12013 |
|
12014 |
# @ woocommerce-germanized
|
12015 |
+
#: woocommerce-germanized/src/Shopmarks.php:460
|
12016 |
+
#: woocommerce-germanized/src/Shopmarks.php:482
|
12017 |
msgid "Item Price"
|
12018 |
msgstr "Produktpreis"
|
12019 |
|
12020 |
# @ woocommerce-germanized
|
12021 |
+
#: woocommerce-germanized/src/Shopmarks.php:465
|
12022 |
+
#: woocommerce-germanized/src/Shopmarks.php:487
|
12023 |
+
#: woocommerce-germanized/src/Shopmarks.php:499
|
12024 |
+
#: woocommerce-germanized/src/Shopmarks.php:516
|
12025 |
msgid "Item Name"
|
12026 |
msgstr "Produkttitel"
|
12027 |
|
12028 |
+
#: woocommerce-germanized/src/Shopmarks.php:470
|
12029 |
msgid "After Item Name"
|
12030 |
msgstr "Titel - nachher"
|
12031 |
|
12032 |
+
#: woocommerce-germanized/src/Shopmarks.php:475
|
12033 |
+
#: woocommerce-germanized/src/Shopmarks.php:494
|
12034 |
+
#: woocommerce-germanized/src/Shopmarks.php:511
|
12035 |
msgid "Subtotal"
|
12036 |
msgstr "Zwischensumme"
|
12037 |
|
12038 |
+
#: woocommerce-germanized/src/Shopmarks.php:504
|
12039 |
+
#: woocommerce-germanized/src/Shopmarks.php:521
|
12040 |
msgid "After Item Quantity"
|
12041 |
msgstr "Anzahl - nachher"
|
12042 |
|
12043 |
+
#: woocommerce-germanized/src/Shopmarks.php:531
|
12044 |
+
msgid "Before Meta"
|
12045 |
+
msgstr "Produktmeta - vorher"
|
12046 |
+
|
12047 |
# @ woocommerce-germanized
|
12048 |
+
#: woocommerce-germanized/src/Shopmarks.php:557
|
12049 |
+
#: woocommerce-germanized/src/Shopmarks.php:564
|
12050 |
+
#: woocommerce-germanized/src/Shopmarks.php:571
|
12051 |
+
#: woocommerce-germanized/src/Shopmarks.php:578
|
12052 |
+
#: woocommerce-germanized/src/Shopmarks.php:585
|
12053 |
+
#: woocommerce-germanized/src/Shopmarks.php:592
|
12054 |
+
#: woocommerce-germanized/src/Shopmarks.php:599
|
12055 |
msgctxt "shopmark"
|
12056 |
msgid "Unit Price"
|
12057 |
msgstr "Grundpreis"
|
12058 |
|
12059 |
# @ woocommerce-germanized
|
12060 |
+
#: woocommerce-germanized/src/Shopmarks.php:558
|
12061 |
+
#: woocommerce-germanized/src/Shopmarks.php:565
|
12062 |
+
#: woocommerce-germanized/src/Shopmarks.php:572
|
12063 |
+
#: woocommerce-germanized/src/Shopmarks.php:580
|
12064 |
+
#: woocommerce-germanized/src/Shopmarks.php:587
|
12065 |
+
#: woocommerce-germanized/src/Shopmarks.php:594
|
12066 |
+
#: woocommerce-germanized/src/Shopmarks.php:601
|
12067 |
msgctxt "shopmark"
|
12068 |
msgid "Delivery Time"
|
12069 |
msgstr "Lieferzeit"
|
12070 |
|
12071 |
# @ woocommerce-germanized
|
12072 |
+
#: woocommerce-germanized/src/Shopmarks.php:559
|
12073 |
+
#: woocommerce-germanized/src/Shopmarks.php:566
|
12074 |
msgctxt "shopmark"
|
12075 |
msgid "General"
|
12076 |
msgstr "Allgemein"
|
12077 |
|
12078 |
# @ woocommerce-germanized
|
|
|
|
|
|
|
|
|
|
|
|
|
12079 |
#: woocommerce-germanized/src/Shopmarks.php:560
|
12080 |
+
#: woocommerce-germanized/src/Shopmarks.php:567
|
12081 |
+
#: woocommerce-germanized/src/Shopmarks.php:575
|
12082 |
+
#: woocommerce-germanized/src/Shopmarks.php:579
|
12083 |
+
#: woocommerce-germanized/src/Shopmarks.php:586
|
12084 |
+
#: woocommerce-germanized/src/Shopmarks.php:593
|
12085 |
+
#: woocommerce-germanized/src/Shopmarks.php:600
|
12086 |
msgctxt "shopmark"
|
12087 |
msgid "Product Units"
|
12088 |
msgstr "Produkteinheiten"
|
12089 |
|
12090 |
# @ woocommerce-germanized
|
12091 |
+
#: woocommerce-germanized/src/Shopmarks.php:561
|
12092 |
+
#: woocommerce-germanized/src/Shopmarks.php:568
|
12093 |
+
#: woocommerce-germanized/src/Shopmarks.php:582
|
12094 |
+
#: woocommerce-germanized/src/Shopmarks.php:589
|
12095 |
+
#: woocommerce-germanized/src/Shopmarks.php:596
|
12096 |
+
#: woocommerce-germanized/src/Shopmarks.php:603
|
12097 |
+
msgctxt "shopmark"
|
12098 |
+
msgid "Defect Description"
|
12099 |
+
msgstr "Mängelbeschreibung"
|
12100 |
+
|
12101 |
+
# @ woocommerce-germanized
|
12102 |
+
#: woocommerce-germanized/src/Shopmarks.php:573
|
12103 |
msgctxt "shopmark"
|
12104 |
msgid "Tax"
|
12105 |
msgstr "Steuer"
|
12106 |
|
12107 |
# @ woocommerce-germanized
|
12108 |
+
#: woocommerce-germanized/src/Shopmarks.php:574
|
12109 |
msgctxt "shopmark"
|
12110 |
msgid "Shipping Costs"
|
12111 |
msgstr "Versandkosten"
|
12112 |
|
12113 |
# @ woocommerce-germanized
|
12114 |
+
#: woocommerce-germanized/src/Shopmarks.php:581
|
12115 |
+
#: woocommerce-germanized/src/Shopmarks.php:588
|
12116 |
+
#: woocommerce-germanized/src/Shopmarks.php:595
|
12117 |
+
#: woocommerce-germanized/src/Shopmarks.php:602
|
12118 |
msgctxt "shopmark"
|
12119 |
msgid "Cart Description"
|
12120 |
msgstr "Warenkorbkurzbeschreibung"
|
12312 |
msgid "upgrade"
|
12313 |
msgstr "Upgrade"
|
12314 |
|
12315 |
+
#: woocommerce-germanized/woocommerce-germanized.php:370
|
12316 |
#, php-format
|
12317 |
msgid ""
|
12318 |
"This version of the Corona Helper Plugin includes a bug which could lead to "
|
12324 |
"Bitte <a href=\"%s\">deaktiviere</a> das Plugin und lerne in unserem <a href="
|
12325 |
"\"%s\" target=\"_blank\">Blog-Post</a> wie du das Plugin austauschen kannst."
|
12326 |
|
12327 |
+
#: woocommerce-germanized/woocommerce-germanized.php:1088
|
12328 |
msgid "Pease wait while we are trying to redirect you to the payment provider."
|
12329 |
msgstr "Einen Moment - wir versuchen dich zum Zahlungsanbieter weiterzuleiten."
|
12330 |
|
13526 |
msgid "https://vendidero.de"
|
13527 |
msgstr "https://vendidero.de"
|
13528 |
|
13529 |
+
#~ msgid "Diff. Taxation"
|
13530 |
+
#~ msgstr "Differenzbesteuerung"
|
13531 |
+
|
13532 |
+
# @ woocommerce-germanized
|
13533 |
+
#~ msgid "Checkbox"
|
13534 |
+
#~ msgstr "Checkbox"
|
13535 |
+
|
13536 |
+
# @ woocommerce-germanized
|
13537 |
+
#~ msgid "Enable \"agree to SEPA mandate\" checkbox"
|
13538 |
+
#~ msgstr "Aktiviere die Checkbox zur Bestätigung des Lastschriftmandates"
|
13539 |
+
|
13540 |
+
# @ woocommerce-germanized
|
13541 |
+
#~ msgid "Enable a checkbox linking to a SEPA direct debit mandate preview."
|
13542 |
+
#~ msgstr ""
|
13543 |
+
#~ "Aktiviere eine Checkbox, die zu einer Vorschau des Lastschrift-Mandats "
|
13544 |
+
#~ "führt."
|
13545 |
+
|
13546 |
+
# @ woocommerce-germanized
|
13547 |
+
#~ msgid "Checkbox label"
|
13548 |
+
#~ msgstr "Checkbox Text"
|
13549 |
+
|
13550 |
+
# @ woocommerce-germanized
|
13551 |
+
#~ msgid ""
|
13552 |
+
#~ "Customize the checkbox label. Use {link}link name{/link} to insert the "
|
13553 |
+
#~ "preview link."
|
13554 |
+
#~ msgstr ""
|
13555 |
+
#~ "Passe den Checkbox Text an. Verwende {link}SEPA Lastschriftmandat{/link} "
|
13556 |
+
#~ "um auf die Vorschau zu verlinken."
|
13557 |
+
|
13558 |
# @ woocommerce-germanized
|
13559 |
#~ msgid "Country-specific delivery times"
|
13560 |
#~ msgstr "Länderspezifische Lieferzeiten"
|
14204 |
#~ msgstr ""
|
14205 |
#~ "Um Germanized zuverlässig nutzen zu können, update bitte folgende Plugins:"
|
14206 |
|
|
|
|
|
|
|
|
|
14207 |
#~ msgid ""
|
14208 |
#~ "Seems like you are using a not yet supported version of a Plugin which "
|
14209 |
#~ "Germanized requires. You may downgrade the Plugin or update to the latest "
|
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\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Dennis Nissle <info@vendidero.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE@formal\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 3.0\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
17 |
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
@@ -769,7 +769,7 @@ msgstr ""
|
|
769 |
|
770 |
# @ woocommerce-germanized
|
771 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:75
|
772 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
773 |
msgctxt "dhl day context"
|
774 |
msgid "None"
|
775 |
msgstr "Keiner"
|
@@ -828,8 +828,8 @@ msgid "Return shipment #{shipment_id} to order #{order_id}"
|
|
828 |
msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
|
829 |
|
830 |
# @ woocommerce-germanized
|
831 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
832 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
833 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1071
|
834 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1755
|
835 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
|
@@ -838,62 +838,62 @@ msgid "Packstation"
|
|
838 |
msgstr "Packstation"
|
839 |
|
840 |
# @ woocommerce-germanized
|
841 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
842 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
843 |
msgctxt "dhl"
|
844 |
msgid "Postfiliale"
|
845 |
msgstr "Postfiliale"
|
846 |
|
847 |
# @ woocommerce-germanized
|
848 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
849 |
msgctxt "dhl"
|
850 |
msgid "DHL Retoure International A"
|
851 |
msgstr "DHL Retoure International A"
|
852 |
|
853 |
# @ woocommerce-germanized
|
854 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
855 |
msgctxt "dhl"
|
856 |
msgid "DHL Retoure International B"
|
857 |
msgstr "DHL Retoure International B"
|
858 |
|
859 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
860 |
msgctxt "dhl"
|
861 |
msgid "DHL Retoure Online"
|
862 |
msgstr "DHL Retoure Online"
|
863 |
|
864 |
# @ woocommerce-germanized
|
865 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
866 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
867 |
msgctxt "dhl"
|
868 |
msgid "DHL Paket International"
|
869 |
msgstr "DHL Paket International"
|
870 |
|
871 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
872 |
msgctxt "dhl"
|
873 |
msgid "DHL Paket Connect"
|
874 |
msgstr "DHL Paket Connect"
|
875 |
|
876 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
877 |
msgctxt "dhl"
|
878 |
msgid "DHL Europaket (B2B)"
|
879 |
msgstr "DHL Europaket (B2B)"
|
880 |
|
881 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
882 |
msgctxt "dhl"
|
883 |
msgid "DHL Paket"
|
884 |
msgstr "DHL Paket"
|
885 |
|
886 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
887 |
msgctxt "dhl"
|
888 |
msgid "DHL Paket PRIO"
|
889 |
msgstr "DHL Paket PRIO"
|
890 |
|
891 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
892 |
msgctxt "dhl"
|
893 |
msgid "DHL Paket Taggleich"
|
894 |
msgstr "DHL Paket Taggleich"
|
895 |
|
896 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
897 |
msgctxt "dhl"
|
898 |
msgid "DHL Warenpost"
|
899 |
msgstr "DHL Warenpost"
|
@@ -1099,40 +1099,45 @@ msgstr "Tracked"
|
|
1099 |
|
1100 |
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:45
|
1101 |
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:51
|
1102 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1103 |
msgctxt "dhl"
|
1104 |
msgid "Error while fetching label PDF"
|
1105 |
msgstr "Fehler beim Download des PDF Labels"
|
1106 |
|
1107 |
# @ woocommerce-germanized
|
1108 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
1109 |
msgctxt "dhl"
|
1110 |
msgid "Missing shipment"
|
1111 |
msgstr "Fehlende Sendung"
|
1112 |
|
1113 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
1114 |
msgctxt "dhl"
|
1115 |
msgid "Invalid API response"
|
1116 |
msgstr "Fehlerhafte API Rückmeldung"
|
1117 |
|
1118 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
1119 |
msgctxt "dhl"
|
1120 |
msgid "Error while authenticating user."
|
1121 |
msgstr "Fehler beim Autorisieren des Benutzers."
|
1122 |
|
1123 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
1124 |
msgctxt "dhl"
|
1125 |
msgid "Error during Warenpost International request."
|
1126 |
msgstr "Fehler beim Aufruf der Warenpost International API."
|
1127 |
|
1128 |
# @ woocommerce-germanized
|
1129 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
1130 |
#, php-format
|
1131 |
msgctxt "dhl"
|
1132 |
msgid "Error during request: %s"
|
1133 |
msgstr "Fehler beim API Zugriff: %s"
|
1134 |
|
1135 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
|
|
|
|
|
|
|
|
|
|
1136 |
#: woocommerce-germanized-dhl/src/Api/Soap.php:54
|
1137 |
#: woocommerce-germanized-dhl/src/Package.php:103
|
1138 |
#, php-format
|
@@ -1147,69 +1152,64 @@ msgstr ""
|
|
1147 |
"Zweifel Ihren Hoster und stellen Sie sicher, dass der SOAPClient <a href=\"%s"
|
1148 |
"\">installiert</a> ist."
|
1149 |
|
1150 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1151 |
#, php-format
|
1152 |
msgctxt "dhl"
|
1153 |
msgid "Error while instantiating main Internetmarke API: %s"
|
1154 |
msgstr "Fehler beim Aufruf der Internetmarke API: %s"
|
1155 |
|
1156 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1157 |
-
msgctxt "dhl"
|
1158 |
-
msgid "Internetmarke is disabled. Please enable Internetmarke."
|
1159 |
-
msgstr "Internetmarke ist deaktiviert. Bitte aktivieren Sie die Internetmarke."
|
1160 |
-
|
1161 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:89
|
1162 |
msgctxt "dhl"
|
1163 |
msgid "Wrong username or password"
|
1164 |
msgstr "Falscher Benutzername oder Passwort"
|
1165 |
|
1166 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1167 |
#, php-format
|
1168 |
msgctxt "dhl"
|
1169 |
msgid "until %s"
|
1170 |
msgstr "bis %s"
|
1171 |
|
1172 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1173 |
#, php-format
|
1174 |
msgctxt "dhl"
|
1175 |
msgid "Length: %s"
|
1176 |
msgstr "Länge: %s"
|
1177 |
|
1178 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1179 |
#, php-format
|
1180 |
msgctxt "dhl"
|
1181 |
msgid "Width: %s"
|
1182 |
msgstr "Breite: %s"
|
1183 |
|
1184 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1185 |
#, php-format
|
1186 |
msgctxt "dhl"
|
1187 |
msgid "Height: %s"
|
1188 |
msgstr "Höhe: %s"
|
1189 |
|
1190 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1191 |
#, php-format
|
1192 |
msgctxt "dhl"
|
1193 |
msgid "Weight: %s"
|
1194 |
msgstr "Gewicht: %s"
|
1195 |
|
1196 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1197 |
msgctxt "dhl"
|
1198 |
msgid "Total"
|
1199 |
msgstr "Gesamt"
|
1200 |
|
1201 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1202 |
#, php-format
|
1203 |
msgctxt "dhl"
|
1204 |
msgid "Could not refund post label: %s"
|
1205 |
msgstr "Deutsche Post Label konnte nicht rückerstattet werden: %s"
|
1206 |
|
1207 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1208 |
msgctxt "dhl"
|
1209 |
msgid "Refund API could not be instantiated"
|
1210 |
msgstr "Die API für Rückerstattungen konnte nicht initialisiert werden"
|
1211 |
|
1212 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1213 |
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:332
|
1214 |
#: woocommerce-germanized-dhl/src/Api/ReturnRest.php:34
|
1215 |
#, php-format
|
@@ -1217,12 +1217,12 @@ msgctxt "dhl"
|
|
1217 |
msgid "Could not fetch shipment %d."
|
1218 |
msgstr "Sendung %d konnte nicht gefunden werden."
|
1219 |
|
1220 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1221 |
msgctxt "dhl"
|
1222 |
msgid "Error while generating shop order id."
|
1223 |
msgstr "Fehler beim Erzeugen der Shop Order Id."
|
1224 |
|
1225 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1226 |
#, php-format
|
1227 |
msgctxt "dhl"
|
1228 |
msgid ""
|
@@ -1232,12 +1232,12 @@ msgstr ""
|
|
1232 |
"Fehler beim Kauf des Labels. Bitte <a href=\"%s\">aktualisieren</a>Sie die "
|
1233 |
"Produktliste manuell und versuchen Sie es erneut."
|
1234 |
|
1235 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1236 |
msgctxt "dhl"
|
1237 |
msgid "Error while downloading the PDF stamp."
|
1238 |
msgstr "Fehler beim Download des PDF Labels."
|
1239 |
|
1240 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1241 |
msgctxt "dhl"
|
1242 |
msgid "Invalid stamp response."
|
1243 |
msgstr "Fehlerhafte Label Rückmeldung."
|
@@ -1351,38 +1351,38 @@ msgctxt "dhl"
|
|
1351 |
msgid "Parcel API not available"
|
1352 |
msgstr "Paket API ist nicht erreichbar"
|
1353 |
|
1354 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1355 |
msgctxt "dhl"
|
1356 |
msgid "Mon"
|
1357 |
msgstr "Mo"
|
1358 |
|
1359 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1360 |
msgctxt "dhl"
|
1361 |
msgid "Tue"
|
1362 |
msgstr "Di"
|
1363 |
|
1364 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1365 |
msgctxt "dhl"
|
1366 |
msgid "Wed"
|
1367 |
msgstr "Mi"
|
1368 |
|
1369 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1370 |
msgctxt "dhl"
|
1371 |
msgid "Thu"
|
1372 |
msgstr "Do"
|
1373 |
|
1374 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1375 |
msgctxt "dhl"
|
1376 |
msgid "Fri"
|
1377 |
msgstr "Fr"
|
1378 |
|
1379 |
# @ woocommerce-germanized
|
1380 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1381 |
msgctxt "dhl"
|
1382 |
msgid "Sat"
|
1383 |
msgstr "Sa"
|
1384 |
|
1385 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1386 |
msgctxt "dhl"
|
1387 |
msgid "Sun"
|
1388 |
msgstr "So"
|
@@ -1466,8 +1466,8 @@ msgstr "Deutschland"
|
|
1466 |
|
1467 |
# @ woocommerce-germanized
|
1468 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:105
|
1469 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1470 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1471 |
msgctxt "dhl"
|
1472 |
msgid "Address Type"
|
1473 |
msgstr "Adresstyp"
|
@@ -1493,36 +1493,36 @@ msgstr ""
|
|
1493 |
"eintragen."
|
1494 |
|
1495 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:201
|
1496 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1497 |
msgctxt "dhl"
|
1498 |
msgid "Invalid address type."
|
1499 |
msgstr "Ungültiger Adresstyp."
|
1500 |
|
1501 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1502 |
#, php-format
|
1503 |
msgctxt "dhl"
|
1504 |
msgid "Please provide a valid number within the %s field."
|
1505 |
msgstr "Bitte geben Sie eine gültige Nummer im %s Feld an."
|
1506 |
|
1507 |
# @ woocommerce-germanized
|
1508 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1509 |
msgctxt "dhl"
|
1510 |
msgid "Sorry, but delivery to packstation is not available."
|
1511 |
msgstr ""
|
1512 |
"Entschuldigung, die Lieferung an eine Packstation steht nicht zur Verfügung."
|
1513 |
|
1514 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1515 |
msgctxt "dhl"
|
1516 |
msgid "Sorry, but delivery to parcel shops is not available."
|
1517 |
msgstr ""
|
1518 |
"Entschuldigung, die Lieferung an einen Paketshop steht nicht zur Verfügung."
|
1519 |
|
1520 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1521 |
msgctxt "dhl"
|
1522 |
msgid "Sorry, but delivery to post offices is not available."
|
1523 |
msgstr "Entschuldigung, die Lieferung an Postfilialen ist nicht verfügbar."
|
1524 |
|
1525 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1526 |
#, php-format
|
1527 |
msgctxt "dhl"
|
1528 |
msgid "Please indicate shipment to %s by one of the following values: %s."
|
@@ -1530,7 +1530,7 @@ msgstr ""
|
|
1530 |
"Bitte identifizieren Sie die Lieferung an %s durch die Eingabe einer der "
|
1531 |
"folgenden Werte: %s."
|
1532 |
|
1533 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1534 |
msgctxt "dhl"
|
1535 |
msgid ""
|
1536 |
"Your DHL customer number (Post number) is not valid. Please check your "
|
@@ -1539,7 +1539,7 @@ msgstr ""
|
|
1539 |
"Ihre DHL Kundennummer (Postnummer) ist nicht gültig. Bitte überprüfen Sie "
|
1540 |
"Ihre Eingabe."
|
1541 |
|
1542 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1543 |
msgctxt "dhl"
|
1544 |
msgid ""
|
1545 |
"Your DHL customer number (Post number) is needed to ship to a packstation."
|
@@ -1547,64 +1547,64 @@ msgstr ""
|
|
1547 |
"Ihre DHL Kundennummer (Postnummer) wird für den Versand an eine Packstation "
|
1548 |
"benötigt."
|
1549 |
|
1550 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1551 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1552 |
msgctxt "dhl"
|
1553 |
msgid "Branch"
|
1554 |
msgstr "Filiale"
|
1555 |
|
1556 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1557 |
msgctxt "dhl"
|
1558 |
msgid "Postnumber "
|
1559 |
msgstr "Postnummer "
|
1560 |
|
1561 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1562 |
#, php-format
|
1563 |
msgctxt "dhl"
|
1564 |
msgid "e.g. %s 456"
|
1565 |
msgstr "z.B. %s 456"
|
1566 |
|
1567 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1568 |
msgctxt "dhl"
|
1569 |
msgid "Branches"
|
1570 |
msgstr "Filialen"
|
1571 |
|
1572 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1573 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1574 |
msgctxt "dhl"
|
1575 |
msgid "DHL customer number (Post number)"
|
1576 |
msgstr "DHL Kundennummer (Postnummer)"
|
1577 |
|
1578 |
# @ woocommerce-germanized
|
1579 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1580 |
msgctxt "dhl"
|
1581 |
msgid "Regular Address"
|
1582 |
msgstr "Normale Adresse"
|
1583 |
|
1584 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1585 |
msgctxt "dhl"
|
1586 |
msgid "Not yet a DHL customer?"
|
1587 |
msgstr "Noch kein DHL Kunde?"
|
1588 |
|
1589 |
# @ woocommerce-germanized
|
1590 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1591 |
msgctxt "dhl"
|
1592 |
msgid "Register now"
|
1593 |
msgstr "Jetzt registrieren"
|
1594 |
|
1595 |
# @ woocommerce-germanized
|
1596 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1597 |
#, php-format
|
1598 |
msgctxt "dhl"
|
1599 |
msgid "Search %s"
|
1600 |
msgstr "%s suchen"
|
1601 |
|
1602 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1603 |
msgctxt "dhl"
|
1604 |
msgid "No DHL locations found"
|
1605 |
msgstr "Keine DHL Standorte gefunden"
|
1606 |
|
1607 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1608 |
#, php-format
|
1609 |
msgctxt "dhl"
|
1610 |
msgid ""
|
@@ -1615,12 +1615,12 @@ msgstr ""
|
|
1615 |
"einen %s oder %s."
|
1616 |
|
1617 |
# @ woocommerce-germanized
|
1618 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1619 |
msgctxt "dhl"
|
1620 |
msgid "DHL location"
|
1621 |
msgstr "DHL Standort"
|
1622 |
|
1623 |
-
#: woocommerce-germanized-dhl/src/ParcelLocator.php:
|
1624 |
msgctxt "dhl"
|
1625 |
msgid "retry"
|
1626 |
msgstr "Erneut versuchen"
|
@@ -3164,7 +3164,7 @@ msgstr "Verpackung"
|
|
3164 |
|
3165 |
# @ woocommerce-germanized
|
3166 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
|
3167 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3168 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
3169 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:689
|
3170 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
|
@@ -3608,8 +3608,8 @@ msgid "Text to appear below the main email content."
|
|
3608 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
3609 |
|
3610 |
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
|
3611 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3612 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3613 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
3614 |
msgctxt "shipments"
|
3615 |
msgid "N/A"
|
@@ -3672,7 +3672,7 @@ msgid "Letter"
|
|
3672 |
msgstr "Brief"
|
3673 |
|
3674 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
|
3675 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3676 |
msgctxt "shipments"
|
3677 |
msgid "Shipment"
|
3678 |
msgstr "Sendung"
|
@@ -3694,7 +3694,7 @@ msgstr "Teilweise versandt"
|
|
3694 |
|
3695 |
# @ woocommerce-germanized
|
3696 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:112
|
3697 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3698 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:860
|
3699 |
msgctxt "shipments"
|
3700 |
msgid "Shipped"
|
@@ -3715,189 +3715,189 @@ msgctxt "shipments"
|
|
3715 |
msgid "Returned"
|
3716 |
msgstr "Retourniert"
|
3717 |
|
3718 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3719 |
msgctxt "shipments"
|
3720 |
msgid "Draft"
|
3721 |
msgstr "Entwurf"
|
3722 |
|
3723 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3724 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:852
|
3725 |
msgctxt "shipments"
|
3726 |
msgid "Processing"
|
3727 |
msgstr "In Bearbeitung"
|
3728 |
|
3729 |
# @ woocommerce-germanized
|
3730 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3731 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:50
|
3732 |
msgctxt "shipments"
|
3733 |
msgid "Delivered"
|
3734 |
msgstr "Geliefert"
|
3735 |
|
3736 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3737 |
msgctxt "shipments"
|
3738 |
msgid "Requested"
|
3739 |
msgstr "Beantragt"
|
3740 |
|
3741 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3742 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:81
|
3743 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:135
|
3744 |
msgctxt "shipments"
|
3745 |
msgid "Invalid order."
|
3746 |
msgstr "Ungültige Bestellung."
|
3747 |
|
3748 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3749 |
msgctxt "shipments"
|
3750 |
msgid "This order is already fully returned."
|
3751 |
msgstr "Diese Bestellung wurde bereits vollständig zurückgesendet."
|
3752 |
|
3753 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3754 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3755 |
msgctxt "shipments"
|
3756 |
msgid "Error while creating the shipment instance"
|
3757 |
msgstr "Fehler beim Erstellen der Sendungsinstanz"
|
3758 |
|
3759 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3760 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3761 |
#: woocommerce-germanized-shipments/src/ReturnShipment.php:248
|
3762 |
-
#: woocommerce-germanized-shipments/src/ReturnShipment.php:
|
3763 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:118
|
3764 |
-
#: woocommerce-germanized-shipments/src/SimpleShipment.php:
|
3765 |
msgctxt "shipments"
|
3766 |
msgid "Invalid shipment order"
|
3767 |
msgstr "Ungültige Bestellung zur Sendung"
|
3768 |
|
3769 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3770 |
msgctxt "shipments"
|
3771 |
msgid "Invalid order item"
|
3772 |
msgstr "Ungültige Bestellposition"
|
3773 |
|
3774 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3775 |
msgctxt "shipments"
|
3776 |
msgid "Invalid shipment item"
|
3777 |
msgstr "Ungültige Sendungsposition"
|
3778 |
|
3779 |
# @ woocommerce-germanized
|
3780 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3781 |
msgctxt "shipments"
|
3782 |
msgid "None"
|
3783 |
msgstr "Keiner"
|
3784 |
|
3785 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3786 |
msgctxt "shipments-shipping-provider"
|
3787 |
msgid "Unknown"
|
3788 |
msgstr "Unbekannt"
|
3789 |
|
3790 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3791 |
msgctxt "shipments"
|
3792 |
msgid "Error while uploading file."
|
3793 |
msgstr "Fehler beim Hochladen der Datei."
|
3794 |
|
3795 |
# @ woocommerce-germanized
|
3796 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3797 |
msgctxt "shipments"
|
3798 |
msgid "First Name"
|
3799 |
msgstr "Vorname"
|
3800 |
|
3801 |
# @ woocommerce-germanized
|
3802 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3803 |
msgctxt "shipments"
|
3804 |
msgid "Last Name"
|
3805 |
msgstr "Nachname"
|
3806 |
|
3807 |
# @ woocommerce-germanized
|
3808 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3809 |
msgctxt "shipments"
|
3810 |
msgid "Full Name"
|
3811 |
msgstr "Vollständiger Name"
|
3812 |
|
3813 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3814 |
msgctxt "shipments"
|
3815 |
msgid "Company"
|
3816 |
msgstr "Firma"
|
3817 |
|
3818 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3819 |
msgctxt "shipments"
|
3820 |
msgid "Address 1"
|
3821 |
msgstr "Adresszeile 1"
|
3822 |
|
3823 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3824 |
msgctxt "shipments"
|
3825 |
msgid "Address 2"
|
3826 |
msgstr "Adresszeile 2"
|
3827 |
|
3828 |
# @ woocommerce-germanized
|
3829 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3830 |
msgctxt "shipments"
|
3831 |
msgid "Street"
|
3832 |
msgstr "Straße"
|
3833 |
|
3834 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3835 |
msgctxt "shipments"
|
3836 |
msgid "House Number"
|
3837 |
msgstr "Hausnummer"
|
3838 |
|
3839 |
# @ woocommerce-germanized
|
3840 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3841 |
msgctxt "shipments"
|
3842 |
msgid "Postcode"
|
3843 |
msgstr "Postleitzahl"
|
3844 |
|
3845 |
# @ woocommerce-germanized
|
3846 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3847 |
msgctxt "shipments"
|
3848 |
msgid "City"
|
3849 |
msgstr "Stadt"
|
3850 |
|
3851 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3852 |
msgctxt "shipments"
|
3853 |
msgid "Country"
|
3854 |
msgstr "Land"
|
3855 |
|
3856 |
# @ woocommerce-germanized
|
3857 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3858 |
msgctxt "shipments"
|
3859 |
msgid "State"
|
3860 |
msgstr "Staat"
|
3861 |
|
3862 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3863 |
msgctxt "shipments"
|
3864 |
msgid "Phone"
|
3865 |
msgstr "Telefon"
|
3866 |
|
3867 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3868 |
msgctxt "shipments"
|
3869 |
msgid "Email"
|
3870 |
msgstr "E-Mail"
|
3871 |
|
3872 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3873 |
msgctxt "shipments"
|
3874 |
msgid "Customs Reference Number"
|
3875 |
msgstr "Identifikationsnummer (Zoll)"
|
3876 |
|
3877 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3878 |
-
#: woocommerce-germanized-shipments/src/Shipment.php:
|
3879 |
-
#: woocommerce-germanized-shipments/src/Shipment.php:
|
3880 |
#, php-format
|
3881 |
msgctxt "full name"
|
3882 |
msgid "%1$s %2$s"
|
3883 |
msgstr "%1$s %2$s"
|
3884 |
|
3885 |
# @ woocommerce-germanized
|
3886 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3887 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
3888 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:688
|
3889 |
msgctxt "shipments"
|
3890 |
msgid "Date"
|
3891 |
msgstr "Datum"
|
3892 |
|
3893 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3894 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
|
3895 |
msgctxt "shipments"
|
3896 |
msgid "Tracking"
|
3897 |
msgstr "Sendungsverfolgung"
|
3898 |
|
3899 |
# @ woocommerce-germanized
|
3900 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3901 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:235
|
3902 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
3903 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:696
|
@@ -3905,13 +3905,13 @@ msgctxt "shipments"
|
|
3905 |
msgid "Actions"
|
3906 |
msgstr "Aktionen"
|
3907 |
|
3908 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3909 |
msgctxt "shipments"
|
3910 |
msgid "View"
|
3911 |
msgstr "Anzeigen"
|
3912 |
|
3913 |
# @ woocommerce-germanized
|
3914 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3915 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:871
|
3916 |
#: woocommerce-germanized-shipments/src/Ajax.php:342
|
3917 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
@@ -4641,12 +4641,12 @@ msgctxt "shipments"
|
|
4641 |
msgid "Addresses"
|
4642 |
msgstr "Adressen"
|
4643 |
|
4644 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
4645 |
msgctxt "shipments"
|
4646 |
msgid "More services"
|
4647 |
msgstr "Mehr Services"
|
4648 |
|
4649 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
4650 |
msgctxt "shipments"
|
4651 |
msgid "Fewer services"
|
4652 |
msgstr "Weniger Services"
|
@@ -5949,43 +5949,60 @@ msgid "l"
|
|
5949 |
msgstr "l"
|
5950 |
|
5951 |
# @ woocommerce-germanized
|
5952 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
5953 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
5954 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5955 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
5956 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
5957 |
msgid "incl. VAT"
|
5958 |
msgstr "inkl. MwSt."
|
5959 |
|
5960 |
# @ woocommerce-germanized
|
5961 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
5962 |
msgid "excl. VAT"
|
5963 |
msgstr "exkl. MwSt."
|
5964 |
|
5965 |
# @ woocommerce-germanized
|
5966 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
5967 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5968 |
#, php-format
|
5969 |
msgid "incl. %s%% VAT"
|
5970 |
msgstr "inkl. %s %% MwSt."
|
5971 |
|
5972 |
# @ woocommerce-germanized
|
5973 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
5974 |
#, php-format
|
5975 |
msgid "excl. %s%% VAT"
|
5976 |
msgstr "exkl. %s %% MwSt."
|
5977 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5978 |
# @ woocommerce-germanized
|
5979 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:
|
5980 |
msgid "Double opt in"
|
5981 |
msgstr "Double Opt-In"
|
5982 |
|
5983 |
# @ woocommerce-germanized
|
5984 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:
|
5985 |
msgid "Yes, customer opted in"
|
5986 |
msgstr "Ja, Kunde wurde per Double Opt-In bestätigt"
|
5987 |
|
5988 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:
|
5989 |
msgid "Resend activation link"
|
5990 |
msgstr "Aktivierungscode erneut versenden"
|
5991 |
|
@@ -6044,21 +6061,21 @@ msgstr ""
|
|
6044 |
|
6045 |
# @ woocommerce-germanized
|
6046 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:78
|
6047 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6048 |
msgid "Downloadable Product"
|
6049 |
msgstr "Herunterladbares Produkt"
|
6050 |
|
6051 |
# @ woocommerce-germanized
|
6052 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:79
|
6053 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6054 |
msgid "Virtual Product"
|
6055 |
msgstr "Virtuelles Produkt"
|
6056 |
|
6057 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:80
|
6058 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6059 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6060 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6061 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
6062 |
msgid "Service"
|
6063 |
msgstr "Dienstleistung"
|
6064 |
|
@@ -6151,22 +6168,22 @@ msgstr ""
|
|
6151 |
|
6152 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:58
|
6153 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:79
|
6154 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
6155 |
msgid "Age Verification"
|
6156 |
msgstr "Altersprüfung"
|
6157 |
|
6158 |
# @ woocommerce-germanized
|
6159 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:60
|
6160 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6161 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6162 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6163 |
msgid "Same as Parent"
|
6164 |
msgstr "Gleiche wie übergeordnet"
|
6165 |
|
6166 |
# @ woocommerce-germanized
|
6167 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:82
|
6168 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6169 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6170 |
msgid "None"
|
6171 |
msgstr "Keine"
|
6172 |
|
@@ -6200,7 +6217,7 @@ msgstr "Germanize"
|
|
6200 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:69
|
6201 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:144
|
6202 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
|
6203 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
6204 |
msgid "Settings"
|
6205 |
msgstr "Einstellungen"
|
6206 |
|
@@ -6217,7 +6234,7 @@ msgstr "Erste Schritte"
|
|
6217 |
|
6218 |
# @ woocommerce-germanized
|
6219 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:87
|
6220 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
6221 |
msgid "Start tutorial"
|
6222 |
msgstr "Tutorial starten"
|
6223 |
|
@@ -6358,14 +6375,14 @@ msgstr "Zurück zu WP Admin"
|
|
6358 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
6359 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:51
|
6360 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
6361 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6362 |
msgid "Terms & Conditions"
|
6363 |
msgstr "AGB"
|
6364 |
|
6365 |
# @ woocommerce-germanized
|
6366 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:46
|
6367 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:61
|
6368 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6369 |
msgid "Cancellation Policy"
|
6370 |
msgstr "Widerrufsbelehrung"
|
6371 |
|
@@ -6373,20 +6390,20 @@ msgstr "Widerrufsbelehrung"
|
|
6373 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
6374 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:82
|
6375 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
6376 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6377 |
msgid "Imprint"
|
6378 |
msgstr "Impressum"
|
6379 |
|
6380 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
|
6381 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:92
|
6382 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6383 |
msgid "Privacy Policy"
|
6384 |
msgstr "Datenschutz"
|
6385 |
|
6386 |
# @ woocommerce-germanized
|
6387 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
6388 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:102
|
6389 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6390 |
msgid "Payment Methods"
|
6391 |
msgstr "Zahlungarten"
|
6392 |
|
@@ -6401,7 +6418,7 @@ msgid "Welcome to Germanized"
|
|
6401 |
msgstr "Willkommen bei Germanized"
|
6402 |
|
6403 |
# @ woocommerce-germanized
|
6404 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:
|
6405 |
msgid "Go to Germanized Settings"
|
6406 |
msgstr "Germanized Einstellungen"
|
6407 |
|
@@ -6409,80 +6426,69 @@ msgstr "Germanized Einstellungen"
|
|
6409 |
# @ woocommerce-germanized
|
6410 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:34
|
6411 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:43
|
6412 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
6413 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
6414 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
6415 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
6416 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6417 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6418 |
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:56
|
6419 |
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:65
|
6420 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:35
|
6421 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:44
|
6422 |
-
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:
|
6423 |
-
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:
|
6424 |
-
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:
|
6425 |
-
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:
|
6426 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:27
|
6427 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:36
|
6428 |
-
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:
|
6429 |
-
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:
|
6430 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
6431 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
6432 |
msgid "Cheatin’ huh?"
|
6433 |
msgstr "So geht das leider nicht.."
|
6434 |
|
6435 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6436 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6437 |
msgctxt "dhl"
|
6438 |
msgid "Action failed. Please refresh the page and retry."
|
6439 |
msgstr ""
|
6440 |
"Aktion fehlgeschlagen. Bitte aktualisieren Sie die Seite und versuchen es "
|
6441 |
"erneut."
|
6442 |
|
6443 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6444 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6445 |
msgctxt "dhl"
|
6446 |
msgid "You don't have permission to do this."
|
6447 |
msgstr "Sie sind leider nicht berechtigt, diese Aktion durchzuführen."
|
6448 |
|
6449 |
# @ woocommerce-germanized
|
6450 |
#. Plugin Name of the plugin/theme
|
6451 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6452 |
msgid "Germanized for WooCommerce"
|
6453 |
msgstr "Germanized für WooCommerce"
|
6454 |
|
6455 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6456 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:49
|
6457 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
6458 |
-
msgid "Yes"
|
6459 |
-
msgstr "Ja"
|
6460 |
-
|
6461 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:359
|
6462 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
6463 |
-
msgid "No"
|
6464 |
-
msgstr "Nein"
|
6465 |
-
|
6466 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:431
|
6467 |
msgid "Paid for order notification manually sent to customer."
|
6468 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
6469 |
|
6470 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6471 |
msgid "Order confirmation manually sent to customer."
|
6472 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
6473 |
|
6474 |
# @ woocommerce-germanized
|
6475 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6476 |
msgid "Resend order confirmation"
|
6477 |
msgstr "Bestellbestätigung erneut versenden"
|
6478 |
|
6479 |
# @ woocommerce-germanized
|
6480 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6481 |
msgid "Send paid for order notification"
|
6482 |
msgstr "Bestellung bezahlt manuell versenden"
|
6483 |
|
6484 |
# @ woocommerce-germanized
|
6485 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6486 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:121
|
6487 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
6488 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:92
|
@@ -6491,38 +6497,52 @@ msgstr "Bestellung bezahlt manuell versenden"
|
|
6491 |
msgid "Germanized"
|
6492 |
msgstr "Germanized"
|
6493 |
|
6494 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6495 |
msgid "Parcel Delivery Data Transfer:"
|
6496 |
msgstr "Paketdienstleister Datenweitergabe:"
|
6497 |
|
6498 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6499 |
msgid "allowed"
|
6500 |
msgstr "akzeptiert"
|
6501 |
|
6502 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6503 |
msgid "not allowed"
|
6504 |
msgstr "nicht akzeptiert"
|
6505 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6506 |
# @ woocommerce-germanized
|
6507 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6508 |
msgid "Optional Email Content"
|
6509 |
msgstr "Optionaler E-Mail Inhalt"
|
6510 |
|
6511 |
# @ woocommerce-germanized
|
6512 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6513 |
msgid "Add content which will be replacing default page content within emails."
|
6514 |
msgstr ""
|
6515 |
"Füllen Sie dieses Feld aus um einen abweichenden E-Mail Anhangstext für "
|
6516 |
"diese Seite zu bestimmen."
|
6517 |
|
6518 |
# @ woocommerce-germanized
|
6519 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6520 |
-
|
6521 |
-
|
6522 |
-
|
|
|
|
|
|
|
|
|
|
|
6523 |
|
6524 |
# @ woocommerce-germanized
|
6525 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6526 |
msgid ""
|
6527 |
"This content will be shown as short product description within checkout and "
|
6528 |
"emails."
|
@@ -6530,24 +6550,104 @@ msgstr ""
|
|
6530 |
"Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als "
|
6531 |
"Produkt Kurzbeschreibung angezeigt."
|
6532 |
|
6533 |
-
#: woocommerce-germanized/includes/admin/
|
6534 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6535 |
-
msgid "
|
6536 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6537 |
|
6538 |
-
|
6539 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6540 |
msgid "Sale Label"
|
6541 |
msgstr "Regulärer Preishinweis"
|
6542 |
|
6543 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6544 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6545 |
msgid "Sale Regular Label"
|
6546 |
msgstr "Neuer Preis Hinweis"
|
6547 |
|
6548 |
# @ woocommerce-germanized
|
6549 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6550 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6551 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:232
|
6552 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:264
|
6553 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-units.php:10
|
@@ -6555,7 +6655,7 @@ msgid "Product Units"
|
|
6555 |
msgstr "Produkteinheiten"
|
6556 |
|
6557 |
# @ woocommerce-germanized
|
6558 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6559 |
msgid ""
|
6560 |
"Number of units included per default product price. Example: 1000 ml. Leave "
|
6561 |
"blank to use parent value."
|
@@ -6564,29 +6664,29 @@ msgstr ""
|
|
6564 |
"Frei lassen um den Wert des Eltern-Produkts zu verwenden."
|
6565 |
|
6566 |
# @ woocommerce-germanized
|
6567 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6568 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6569 |
msgid "Calculation"
|
6570 |
msgstr "Berechnung"
|
6571 |
|
6572 |
# @ woocommerce-germanized
|
6573 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6574 |
msgid "Calculate unit prices automatically"
|
6575 |
msgstr "Grundpreis automatisch berechnen"
|
6576 |
|
6577 |
# @ woocommerce-germanized
|
6578 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6579 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6580 |
msgid "Regular Unit Price"
|
6581 |
msgstr "Einheitspreis"
|
6582 |
|
6583 |
# @ woocommerce-germanized
|
6584 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6585 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6586 |
msgid "Sale Unit Price"
|
6587 |
msgstr "Angebots-Einheitspreis"
|
6588 |
|
6589 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6590 |
#, php-format
|
6591 |
msgid ""
|
6592 |
"To enable unit prices on variation level please choose a unit and unit price "
|
@@ -6595,77 +6695,136 @@ msgstr ""
|
|
6595 |
"Um Einheitspreise auf Variationen-Ebene zu aktivieren, bitte Einheit und "
|
6596 |
"Grundpreiseinheiten unter %s auswählen."
|
6597 |
|
6598 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6599 |
msgid "general product data"
|
6600 |
msgstr "Allgemein"
|
6601 |
|
6602 |
# @ woocommerce-germanized
|
6603 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6604 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6605 |
-
#: woocommerce-germanized/includes/
|
6606 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:243
|
6607 |
-
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-delivery-time.php:10
|
6608 |
-
msgid "Delivery Time"
|
6609 |
-
msgstr "Lieferzeit"
|
6610 |
-
|
6611 |
-
# @ woocommerce-germanized
|
6612 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:141
|
6613 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:157
|
6614 |
msgid "Same as parent"
|
6615 |
msgstr "Gleiche wie übergeordnet"
|
6616 |
|
6617 |
# @ woocommerce-germanized
|
6618 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6619 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6620 |
#, php-format
|
6621 |
msgid "Delivery Time (%s)"
|
6622 |
msgstr "Lieferzeit (%s)"
|
6623 |
|
6624 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6625 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6626 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6627 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6628 |
msgid "remove"
|
6629 |
msgstr "löschen"
|
6630 |
|
6631 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6632 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6633 |
msgid "Add country specific delivery time"
|
6634 |
msgstr "Länderspezifische Lieferzeit hinzufügen"
|
6635 |
|
6636 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6637 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6638 |
msgid "Select country"
|
6639 |
msgstr "Land auswählen"
|
6640 |
|
6641 |
# @ woocommerce-germanized
|
6642 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6643 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6644 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6645 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6646 |
msgid "Search for a delivery time…"
|
6647 |
msgstr "Lieferzeit suchen…"
|
6648 |
|
6649 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
6650 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6651 |
msgid "Minimum Age"
|
6652 |
msgstr "Mindestalter"
|
6653 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6654 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:118
|
6655 |
-
|
6656 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6657 |
|
6658 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6659 |
msgid "Product applies to differential taxation based on §25a UStG."
|
6660 |
msgstr "Produkt ist differenzbesteuert nach §25a UStG."
|
6661 |
|
6662 |
# @ woocommerce-germanized
|
6663 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6664 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6665 |
msgid "Select Price Label"
|
6666 |
msgstr "Preishinweis auswählen"
|
6667 |
|
6668 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6669 |
msgid ""
|
6670 |
"If the product is on sale you may want to show a price label right before "
|
6671 |
"outputting the old price to inform the customer."
|
@@ -6675,7 +6834,7 @@ msgstr ""
|
|
6675 |
"Preis). Mit diesem Hinweis können Sie genau festlegen, um welchen Preis es "
|
6676 |
"sich dabei handelte (z.B. UVP)."
|
6677 |
|
6678 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6679 |
msgid ""
|
6680 |
"If the product is on sale you may want to show a price label right before "
|
6681 |
"outputting the new price to inform the customer."
|
@@ -6685,35 +6844,28 @@ msgstr ""
|
|
6685 |
"neuer Preis)."
|
6686 |
|
6687 |
# @ woocommerce-germanized
|
6688 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6689 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:146
|
6690 |
-
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:98
|
6691 |
-
msgid "Unit"
|
6692 |
-
msgstr "Einheit"
|
6693 |
-
|
6694 |
-
# @ woocommerce-germanized
|
6695 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:152
|
6696 |
msgid "Select unit"
|
6697 |
msgstr "Einheit auswählen"
|
6698 |
|
6699 |
# @ woocommerce-germanized
|
6700 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6701 |
msgid "Needed if selling on a per unit basis"
|
6702 |
msgstr "Notwendig falls auf pro-Einheit-Basis verkauft werden soll"
|
6703 |
|
6704 |
# @ woocommerce-germanized
|
6705 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6706 |
msgid "Number of units included per default product price. Example: 1000 ml."
|
6707 |
msgstr ""
|
6708 |
"Anzahl der Produkteinheiten auf Basis des Produktpreises. Beispiel: 1000 ml."
|
6709 |
|
6710 |
# @ woocommerce-germanized
|
6711 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6712 |
msgid "Unit Price Units"
|
6713 |
msgstr "Grundpreiseinheiten"
|
6714 |
|
6715 |
# @ woocommerce-germanized
|
6716 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6717 |
msgid ""
|
6718 |
"Unit price units. Example unit price: 0,99 € / 100 ml. Insert 100 as unit "
|
6719 |
"price unit amount."
|
@@ -6722,36 +6874,36 @@ msgstr ""
|
|
6722 |
"hier 100 als Grundpreiseinheiten ein."
|
6723 |
|
6724 |
# @ woocommerce-germanized
|
6725 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6726 |
msgid "Calculate unit prices automatically."
|
6727 |
msgstr "Grundpreis automatisch berechnen"
|
6728 |
|
6729 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6730 |
msgid "Adds an age verification checkbox while purchasing this product."
|
6731 |
msgstr "Fügt eine Checkbox zur Altersprüfung für dieses Produkt hinzu."
|
6732 |
|
6733 |
# @ woocommerce-germanized
|
6734 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6735 |
msgid "Free shipping?"
|
6736 |
msgstr "Versand kostenlos?"
|
6737 |
|
6738 |
# @ woocommerce-germanized
|
6739 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6740 |
msgid "This option disables the \"plus shipping costs\" notice on product page"
|
6741 |
msgstr ""
|
6742 |
"Deaktiviert den „zzgl. Versandkosten“ Hinweis. Ohne Auswirkungen auf die "
|
6743 |
"Versandkosten"
|
6744 |
|
6745 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6746 |
msgid "EU-wide"
|
6747 |
msgstr "EU-weit"
|
6748 |
|
6749 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6750 |
msgid "Non-EU-wide"
|
6751 |
msgstr "Nicht-EU-weit"
|
6752 |
|
6753 |
# @ woocommerce-germanized
|
6754 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
6755 |
msgid "Same as default"
|
6756 |
msgstr "Gleiche wie übergeordnet"
|
6757 |
|
@@ -7100,12 +7252,6 @@ msgstr ""
|
|
7100 |
"Um es übersichtlicher für Sie zu machen, haben wir die Einstellungen in "
|
7101 |
"mehrere Tabs aufgeteilt."
|
7102 |
|
7103 |
-
# @ woocommerce-germanized
|
7104 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:92
|
7105 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:785
|
7106 |
-
msgid "Status"
|
7107 |
-
msgstr "Status"
|
7108 |
-
|
7109 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:93
|
7110 |
msgid ""
|
7111 |
"Some features can be switched on or off explicitly by toggling the input."
|
@@ -7386,7 +7532,7 @@ msgstr ""
|
|
7386 |
"Checkbox bearbeiten indem Sie auf den Link klicken."
|
7387 |
|
7388 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-checkboxes.php:62
|
7389 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7390 |
msgid "Label"
|
7391 |
msgstr "Beschriftung"
|
7392 |
|
@@ -7590,14 +7736,14 @@ msgstr ""
|
|
7590 |
# @ woocommerce
|
7591 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:187
|
7592 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:230
|
7593 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
7594 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
7595 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
7596 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
7597 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
7598 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
7599 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7600 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7601 |
msgid "Title"
|
7602 |
msgstr "Anrede"
|
7603 |
|
@@ -7669,22 +7815,22 @@ msgstr ""
|
|
7669 |
"Zahlungsarten deaktivieren."
|
7670 |
|
7671 |
# @ woocommerce-germanized
|
7672 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:
|
7673 |
msgid "Customer"
|
7674 |
msgstr "Kunde"
|
7675 |
|
7676 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:
|
7677 |
msgid "Admin"
|
7678 |
msgstr "Admin"
|
7679 |
|
7680 |
# @ woocommerce-germanized
|
7681 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:
|
7682 |
#, php-format
|
7683 |
msgid "Attach %s"
|
7684 |
msgstr "%s"
|
7685 |
|
7686 |
# @ woocommerce-germanized
|
7687 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:
|
7688 |
#, php-format
|
7689 |
msgid "Attach %s to the following email templates"
|
7690 |
msgstr "%s an die folgenden E-Mail Templates anfügen"
|
@@ -7712,8 +7858,8 @@ msgstr "Kleinunternehmer"
|
|
7712 |
|
7713 |
# @ woocommerce-germanized
|
7714 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
|
7715 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7716 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
7717 |
msgid "Checkout"
|
7718 |
msgstr "Kasse"
|
7719 |
|
@@ -7933,7 +8079,7 @@ msgstr "Jetzt hinzufügen"
|
|
7933 |
|
7934 |
# @ woocommerce-germanized
|
7935 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:207
|
7936 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
7937 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:143
|
7938 |
msgid "Notice Text"
|
7939 |
msgstr "Hinweistext"
|
@@ -7945,7 +8091,7 @@ msgstr ""
|
|
7945 |
"Passen Sie hier, falls notwending, den Kleinunternehmer Hinweistext an."
|
7946 |
|
7947 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:215
|
7948 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7949 |
msgid ""
|
7950 |
"Value added tax is not collected, as small businesses according to §19 (1) "
|
7951 |
"UStG."
|
@@ -8308,7 +8454,7 @@ msgstr ""
|
|
8308 |
|
8309 |
# @ woocommerce-germanized
|
8310 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:87
|
8311 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8312 |
msgid "Location"
|
8313 |
msgstr "Ort"
|
8314 |
|
@@ -8324,7 +8470,7 @@ msgstr ""
|
|
8324 |
"Theme abweichen kann."
|
8325 |
|
8326 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:101
|
8327 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8328 |
msgid "Priority"
|
8329 |
msgstr "Priorität"
|
8330 |
|
@@ -8354,8 +8500,8 @@ msgstr ""
|
|
8354 |
"Lieferzeit zugeordnet wurde."
|
8355 |
|
8356 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:134
|
8357 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8358 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8359 |
msgid "Format"
|
8360 |
msgstr "Format"
|
8361 |
|
@@ -8406,15 +8552,6 @@ msgstr "Versandkosten-Hinweis"
|
|
8406 |
msgid "Tax Info"
|
8407 |
msgstr "MwSt. Hinweis"
|
8408 |
|
8409 |
-
# @ woocommerce-germanized
|
8410 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:225
|
8411 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:256
|
8412 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:169
|
8413 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:335
|
8414 |
-
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-unit-price.php:10
|
8415 |
-
msgid "Unit Price"
|
8416 |
-
msgstr "Grundpreis"
|
8417 |
-
|
8418 |
# @ woocommerce-germanized
|
8419 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:239
|
8420 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:272
|
@@ -8426,34 +8563,34 @@ msgstr "Lieferzeiten-Hinweis"
|
|
8426 |
msgid "Short Description"
|
8427 |
msgstr "Warenkorbkurzbeschreibung"
|
8428 |
|
8429 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8430 |
#, php-format
|
8431 |
msgid "Show %s shopmark"
|
8432 |
msgstr "Preisauszeichnung „%s“ anzeigen"
|
8433 |
|
8434 |
# @ woocommerce-germanized
|
8435 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8436 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:103
|
8437 |
msgid "Tax"
|
8438 |
msgstr "Steuer"
|
8439 |
|
8440 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8441 |
msgid "Show Tax shopmark"
|
8442 |
msgstr "Preisauszeichnung „Steuer“ anzeigen"
|
8443 |
|
8444 |
# @ woocommerce-germanized
|
8445 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8446 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8447 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8448 |
msgid "Shipping Costs"
|
8449 |
msgstr "Versandkosten"
|
8450 |
|
8451 |
# @ woocommerce-germanized
|
8452 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8453 |
msgid "Show Shipping Costs shopmark"
|
8454 |
msgstr "Preisauszeichnung „Versandkosten“ anzeigen"
|
8455 |
|
8456 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8457 |
msgid ""
|
8458 |
"Choose a location for the shopmark. Locations are mapped to specific "
|
8459 |
"WooCommerce hooks and may differ from Theme to Theme."
|
@@ -8462,7 +8599,7 @@ msgstr ""
|
|
8462 |
"WooCommerce an bestimmte Hooks gebunden und können sich von Theme zu Theme "
|
8463 |
"unterscheiden."
|
8464 |
|
8465 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8466 |
#, php-format
|
8467 |
msgid ""
|
8468 |
"Choose a priority by which the shopmark should be attached to the location. "
|
@@ -8473,16 +8610,16 @@ msgstr ""
|
|
8473 |
"gebunden werden soll. Je höher die Priorität ist, desto später wird die "
|
8474 |
"Preisauszeichnung hinzugefügt. Standard ist %d."
|
8475 |
|
8476 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8477 |
msgid "Price Ranges"
|
8478 |
msgstr "Preisspannen"
|
8479 |
|
8480 |
# @ woocommerce-germanized
|
8481 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8482 |
msgid "Price Range Format"
|
8483 |
msgstr "Preisspannen-Format"
|
8484 |
|
8485 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8486 |
msgid ""
|
8487 |
"Adjust the price range format e.g. for variable products. Use {min_price} as "
|
8488 |
"placeholder for the minimum price. Use {max_price} as placeholder for the "
|
@@ -8492,14 +8629,14 @@ msgstr ""
|
|
8492 |
"Sie {min_price} als Platzhalter für den minimalen Preis und {max_price} als "
|
8493 |
"Platzhalter für den höchsten Preis."
|
8494 |
|
8495 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8496 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8497 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8498 |
msgid "{min_price} – {max_price}"
|
8499 |
msgstr "{min_price} – {max_price}"
|
8500 |
|
8501 |
# @ woocommerce-germanized
|
8502 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8503 |
msgid ""
|
8504 |
"This text will be used to inform the customer about shipping costs. Use "
|
8505 |
"{link}{/link} to insert link to shipping costs page."
|
@@ -8509,17 +8646,17 @@ msgstr ""
|
|
8509 |
"Link zur Versandkosten-Seite einzufügen."
|
8510 |
|
8511 |
# @ woocommerce-germanized
|
8512 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8513 |
msgid "plus {link}Shipping Costs{/link}"
|
8514 |
msgstr "zzgl. {link}Versandkosten{/link}"
|
8515 |
|
8516 |
# @ woocommerce-germanized
|
8517 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8518 |
msgid "Free Shipping Text"
|
8519 |
msgstr "Kostenloser Versand Text"
|
8520 |
|
8521 |
# @ woocommerce-germanized
|
8522 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8523 |
msgid ""
|
8524 |
"This text will be used to inform the customer about free shipping. Leave "
|
8525 |
"empty to disable notice. Use {link}{/link} to insert link to shipping costs "
|
@@ -8530,13 +8667,13 @@ msgstr ""
|
|
8530 |
"zur Versandkosten-Seite einzufügen."
|
8531 |
|
8532 |
# @ woocommerce-germanized
|
8533 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8534 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8535 |
msgid "Hide Notice"
|
8536 |
msgstr "Hinweis ausblenden"
|
8537 |
|
8538 |
# @ woocommerce-germanized
|
8539 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8540 |
msgid ""
|
8541 |
"Select product types for which you might want to disable the shipping costs "
|
8542 |
"notice."
|
@@ -8545,37 +8682,37 @@ msgstr ""
|
|
8545 |
"ausblenden möchten."
|
8546 |
|
8547 |
# @ woocommerce-germanized
|
8548 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8549 |
msgid "Footer"
|
8550 |
msgstr "Footer"
|
8551 |
|
8552 |
# @ woocommerce-germanized
|
8553 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8554 |
msgid "Notice"
|
8555 |
msgstr "Hinweis"
|
8556 |
|
8557 |
# @ woocommerce-germanized
|
8558 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8559 |
msgid "Attach a global VAT notice to your footer."
|
8560 |
msgstr "Einen seitenübergreifenden MwSt.-Hinweis im Footer einfügen."
|
8561 |
|
8562 |
# @ woocommerce-germanized
|
8563 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8564 |
msgid "Attach a global sale price notice to your footer."
|
8565 |
msgstr ""
|
8566 |
"Einen seitenübergreifenden Hinweis zu reduzierten Preisen im Footer einfügen."
|
8567 |
|
8568 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8569 |
msgid "Same as global fallback"
|
8570 |
msgstr "Entspricht globalem Fallback"
|
8571 |
|
8572 |
# @ woocommerce-germanized
|
8573 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8574 |
msgid "Fallback"
|
8575 |
msgstr "Fallback"
|
8576 |
|
8577 |
# @ woocommerce-germanized
|
8578 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8579 |
msgid ""
|
8580 |
"This delivery time will be added to every product if no delivery time has "
|
8581 |
"been chosen individually"
|
@@ -8584,18 +8721,18 @@ msgstr ""
|
|
8584 |
"zugeordnet wurde"
|
8585 |
|
8586 |
# @ woocommerce-germanized
|
8587 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8588 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8589 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8590 |
msgid "Manage Delivery Times"
|
8591 |
msgstr "Lieferzeiten verwalten"
|
8592 |
|
8593 |
# @ woocommerce-germanized
|
8594 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8595 |
msgid "Fallback EU Countries"
|
8596 |
msgstr "Fallback EU-Länder"
|
8597 |
|
8598 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8599 |
msgid ""
|
8600 |
"This delivery time will serve as a fallback for EU countries other than your "
|
8601 |
"base country."
|
@@ -8603,11 +8740,11 @@ msgstr ""
|
|
8603 |
"Diese Lieferzeit dient als Fallback für, von Ihrem Basisland abweichende, EU-"
|
8604 |
"Länder."
|
8605 |
|
8606 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8607 |
msgid "Fallback Third Countries"
|
8608 |
msgstr "Fallback Drittländer"
|
8609 |
|
8610 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8611 |
msgid ""
|
8612 |
"This delivery time will serve as a fallback for third countries other than "
|
8613 |
"your base country."
|
@@ -8616,7 +8753,7 @@ msgstr ""
|
|
8616 |
"Drittländer."
|
8617 |
|
8618 |
# @ woocommerce-germanized
|
8619 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8620 |
msgid ""
|
8621 |
"This text will be used to indicate delivery time for products. Use "
|
8622 |
"{delivery_time} as placeholder."
|
@@ -8625,15 +8762,15 @@ msgstr ""
|
|
8625 |
"{delivery_time} als Platzhalter verwenden."
|
8626 |
|
8627 |
# @ woocommerce-germanized
|
8628 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8629 |
msgid "Delivery time: {delivery_time}"
|
8630 |
msgstr "Lieferzeit: {delivery_time}"
|
8631 |
|
8632 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8633 |
msgid "Digital text"
|
8634 |
msgstr "Digitaler Text"
|
8635 |
|
8636 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8637 |
msgid ""
|
8638 |
"Enter a text which will be shown as digital delivery time text (replacement "
|
8639 |
"for default digital time on digital products)."
|
@@ -8643,24 +8780,24 @@ msgstr ""
|
|
8643 |
"einfach leer lassen."
|
8644 |
|
8645 |
# @ woocommerce
|
8646 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8647 |
msgid "Backorder"
|
8648 |
msgstr "Lieferrückstand"
|
8649 |
|
8650 |
# @ woocommerce-germanized
|
8651 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8652 |
msgid "Hide delivery time if a product is on backorder."
|
8653 |
msgstr "Lieferzeit ausblenden falls das Produkt im Lieferrückstand ist."
|
8654 |
|
8655 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8656 |
msgid "Not in Stock"
|
8657 |
msgstr "Nicht auf Lager"
|
8658 |
|
8659 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8660 |
msgid "Hide delivery time if a product is not in stock."
|
8661 |
msgstr "Lieferzeit ausblenden falls das Produkt nicht auf Lager ist."
|
8662 |
|
8663 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8664 |
msgid ""
|
8665 |
"Select product types for which you might want to disable the delivery time "
|
8666 |
"notice."
|
@@ -8669,7 +8806,7 @@ msgstr ""
|
|
8669 |
"deaktivieren möchten."
|
8670 |
|
8671 |
# @ woocommerce-germanized
|
8672 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8673 |
msgid ""
|
8674 |
"This text will be used to display the unit price. Use {price} to insert the "
|
8675 |
"price. If you want to specifically format unit price output use {base}, "
|
@@ -8681,17 +8818,17 @@ msgstr ""
|
|
8681 |
"{unit} und {base_price} für die einzelnen Elemente."
|
8682 |
|
8683 |
# @ woocommerce-germanized
|
8684 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8685 |
msgid "{price}"
|
8686 |
msgstr "{price}"
|
8687 |
|
8688 |
# @ woocommerce-germanized
|
8689 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8690 |
msgid "Product units format"
|
8691 |
msgstr "Produkteinheiten Format"
|
8692 |
|
8693 |
# @ woocommerce-germanized
|
8694 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8695 |
msgid ""
|
8696 |
"This text will be used to display the product units. Use {product_units} to "
|
8697 |
"insert the amount of product units. Use {unit} to insert the unit. "
|
@@ -8703,30 +8840,30 @@ msgstr ""
|
|
8703 |
"formatierten Grundpreis."
|
8704 |
|
8705 |
# @ woocommerce-germanized
|
8706 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8707 |
msgid "Product contains: {product_units} {unit}"
|
8708 |
msgstr "Produkt enthält: {product_units} {unit}"
|
8709 |
|
8710 |
# @ woocommerce-germanized
|
8711 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8712 |
msgid "Variable Unit Price"
|
8713 |
msgstr "Variabler Grundpreis"
|
8714 |
|
8715 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8716 |
msgid "Enable price range unit prices for variable products."
|
8717 |
msgstr "Aktiviert von-bis-Grundpreise für variable Produkte."
|
8718 |
|
8719 |
# @ woocommerce-germanized
|
8720 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8721 |
msgid "Fallback Sale Label"
|
8722 |
msgstr "Standard-Streichpreis-Hinweis"
|
8723 |
|
8724 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8725 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8726 |
msgid "Manage Price Labels"
|
8727 |
msgstr "Preishinweise verwalten"
|
8728 |
|
8729 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8730 |
msgid ""
|
8731 |
"Choose whether you would like to have a default sale price label to inform "
|
8732 |
"the customer about the regular price (e.g. Recommended Retail Price)."
|
@@ -8735,11 +8872,11 @@ msgstr ""
|
|
8735 |
"Sie den Kunden auf den alten Preis (bei reduzierten Produkten, sog. "
|
8736 |
"Streichpreis) hinweisen (z.B. UVP)."
|
8737 |
|
8738 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8739 |
msgid "Fallback Regular Label"
|
8740 |
msgstr "Standard-Angebotspreis"
|
8741 |
|
8742 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8743 |
msgid ""
|
8744 |
"Choose whether you would like to have a default sale price regular label to "
|
8745 |
"inform the customer about the sale price (e.g. New Price)."
|
@@ -8749,21 +8886,21 @@ msgstr ""
|
|
8749 |
"Angebotspreis) hinweisen (z.B. Unser neuer Preis)."
|
8750 |
|
8751 |
# @ woocommerce-germanized
|
8752 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8753 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8754 |
msgid "Single Product"
|
8755 |
msgstr "Produktseite"
|
8756 |
|
8757 |
# @ woocommerce-germanized
|
8758 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8759 |
msgid "Show price labels on single product page."
|
8760 |
msgstr "Zeige Preishinweise auf der Produktseite."
|
8761 |
|
8762 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8763 |
msgid "Loop"
|
8764 |
msgstr "Produktlisten"
|
8765 |
|
8766 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
8767 |
msgid "Show price labels in product loops."
|
8768 |
msgstr "Zeige Preishinweise in Produktlisten."
|
8769 |
|
@@ -8783,7 +8920,7 @@ msgstr "Steuern"
|
|
8783 |
|
8784 |
# @ woocommerce-germanized
|
8785 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:30
|
8786 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8787 |
msgid "VAT"
|
8788 |
msgstr "Umsatzsteuer"
|
8789 |
|
@@ -9035,28 +9172,28 @@ msgstr ""
|
|
9035 |
|
9036 |
# @ woocommerce-germanized
|
9037 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:11
|
9038 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
9039 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
9040 |
msgid "Name"
|
9041 |
msgstr "Name"
|
9042 |
|
9043 |
# @ woocommerce-germanized
|
9044 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
9045 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
9046 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
9047 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9048 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:124
|
9049 |
msgid "Description"
|
9050 |
msgstr "Beschreibung"
|
9051 |
|
9052 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:13
|
9053 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
9054 |
msgid "Enabled"
|
9055 |
msgstr "Aktiviert"
|
9056 |
|
9057 |
# @ woocommerce-germanized
|
9058 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:14
|
9059 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
9060 |
msgid "Mandatory"
|
9061 |
msgstr "Pflichtfeld"
|
9062 |
|
@@ -9070,39 +9207,40 @@ msgstr "Ort(e)"
|
|
9070 |
msgid "Edit"
|
9071 |
msgstr "Bearbeiten"
|
9072 |
|
9073 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:30
|
9074 |
-
msgid "Delete"
|
9075 |
-
msgstr "Löschen"
|
9076 |
-
|
9077 |
# @ woocommerce-germanized
|
9078 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:13
|
9079 |
#, php-format
|
9080 |
msgid "Upgrade to %s"
|
9081 |
msgstr "Upgrade zu %s"
|
9082 |
|
9083 |
-
|
|
|
|
|
|
|
|
|
|
|
9084 |
msgid ""
|
9085 |
"Adapt your WooCommerce installation to the german market with Germanized."
|
9086 |
msgstr ""
|
9087 |
"Passen Sie Ihre WooCommerce Installation mit Germanized an den deutschen "
|
9088 |
"Markt an."
|
9089 |
|
9090 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:69
|
9091 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:70
|
|
|
9092 |
msgid "Find out more"
|
9093 |
msgstr "Erfahren Sie mehr"
|
9094 |
|
9095 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
9096 |
msgid "How to"
|
9097 |
msgstr "So funktioniert es"
|
9098 |
|
9099 |
# @ woocommerce-germanized
|
9100 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:75
|
9101 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:76
|
|
|
9102 |
msgid "Manage settings"
|
9103 |
msgstr "Einstellungen anpassen"
|
9104 |
|
9105 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
9106 |
msgid "Manage"
|
9107 |
msgstr "Verwalten"
|
9108 |
|
@@ -9521,246 +9659,261 @@ msgstr ""
|
|
9521 |
"Passen Sie Germanized an Ihre Bedürfnisse an. Die Einstellungen können Sie "
|
9522 |
"später jederzeit ändern."
|
9523 |
|
9524 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
9525 |
msgid "Has been activated via DOI?"
|
9526 |
msgstr "Aktiviert via DOI?"
|
9527 |
|
9528 |
# @ woocommerce-germanized
|
9529 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
9530 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
9531 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:39
|
9532 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9533 |
#: woocommerce-germanized/includes/gateways/direct-debit/views/html-export.php:30
|
9534 |
msgid "Direct Debit"
|
9535 |
msgstr "Lastschrift"
|
9536 |
|
9537 |
# @ woocommerce-germanized
|
9538 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
9539 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
9540 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9541 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9542 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9543 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9544 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9545 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9546 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9547 |
msgid "Account Holder"
|
9548 |
msgstr "Kontoinhaber"
|
9549 |
|
9550 |
# @ woocommerce-germanized
|
9551 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
9552 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
9553 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9554 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9555 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9556 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9557 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9558 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9559 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9560 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9561 |
msgid "IBAN"
|
9562 |
msgstr "IBAN"
|
9563 |
|
9564 |
# @ woocommerce-germanized
|
9565 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
9566 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
9567 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9568 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9569 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
9570 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9571 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9572 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9573 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9574 |
msgid "BIC/SWIFT"
|
9575 |
msgstr "BIC/SWIFT"
|
9576 |
|
9577 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
9578 |
msgid "Parcel Delivery Data Transfer"
|
9579 |
msgstr "Paketdienstleister Datenweitergabe"
|
9580 |
|
9581 |
# @ woocommerce-germanized
|
9582 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
9583 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9584 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
9585 |
msgid "Mandate Reference ID"
|
9586 |
msgstr "Mandat-Referenznummer"
|
9587 |
|
9588 |
# @ woocommerce-germanized
|
9589 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9590 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9591 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9592 |
msgid "Delivery Time ID"
|
9593 |
msgstr "Lieferzeit ID"
|
9594 |
|
9595 |
# @ woocommerce-germanized
|
9596 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9597 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9598 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9599 |
msgid "Delivery Time Name"
|
9600 |
msgstr "Lieferzeit Name"
|
9601 |
|
9602 |
# @ woocommerce-germanized
|
9603 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9604 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9605 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9606 |
msgid "Delivery Time Slug"
|
9607 |
msgstr "Lieferzeit Slug"
|
9608 |
|
9609 |
# @ woocommerce-germanized
|
9610 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9611 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9612 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9613 |
msgid "Delivery Time HTML"
|
9614 |
msgstr "Lieferzeit HTML"
|
9615 |
|
9616 |
# @ woocommerce-germanized
|
9617 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9618 |
-
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:
|
9619 |
msgid "Country specific delivery times"
|
9620 |
msgstr "Länderspezifische Lieferzeiten"
|
9621 |
|
9622 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9623 |
msgid "ISO code of the country."
|
9624 |
msgstr "ISO-Code des Landes."
|
9625 |
|
9626 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9627 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9628 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9629 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9630 |
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:144
|
9631 |
msgid "Price Label"
|
9632 |
msgstr "Preishinweis"
|
9633 |
|
9634 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9635 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9636 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9637 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9638 |
msgid "Price Label ID"
|
9639 |
msgstr "Preishinweis ID"
|
9640 |
|
9641 |
# @ woocommerce-germanized
|
9642 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9643 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9644 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9645 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9646 |
msgid "Price Label Name"
|
9647 |
msgstr "Preishinweis Name"
|
9648 |
|
9649 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9650 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9651 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9652 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9653 |
msgid "Price Label Slug"
|
9654 |
msgstr "Preishinweis Slug"
|
9655 |
|
9656 |
# @ woocommerce-germanized
|
9657 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9658 |
msgid "Unit ID"
|
9659 |
msgstr "Einheit ID"
|
9660 |
|
9661 |
# @ woocommerce-germanized
|
9662 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9663 |
msgid "Unit Name"
|
9664 |
msgstr "Einheit Name"
|
9665 |
|
9666 |
# @ woocommerce-germanized
|
9667 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9668 |
msgid "Unit Slug"
|
9669 |
msgstr "Einheit Slug"
|
9670 |
|
9671 |
# @ woocommerce-germanized
|
9672 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9673 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9674 |
msgid "Unit Base"
|
9675 |
msgstr "Anzahl Einheiten"
|
9676 |
|
9677 |
# @ woocommerce-germanized
|
9678 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9679 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9680 |
msgid "Unit Product"
|
9681 |
msgstr "Grundpreis-Produkt"
|
9682 |
|
9683 |
# @ woocommerce-germanized
|
9684 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9685 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9686 |
msgid "Unit Auto Calculation"
|
9687 |
msgstr "Grundpreis automatische Berechnung"
|
9688 |
|
9689 |
# @ woocommerce-germanized
|
9690 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9691 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9692 |
msgid "Current Unit Price"
|
9693 |
msgstr "Aktueller Grundpreis"
|
9694 |
|
9695 |
# @ woocommerce-germanized
|
9696 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9697 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9698 |
msgid "Unit Regular Price"
|
9699 |
msgstr "Regulärer Grundpreis"
|
9700 |
|
9701 |
# @ woocommerce-germanized
|
9702 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9703 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9704 |
msgid "Unit Sale Price"
|
9705 |
msgstr "Angebotsgrundpreis"
|
9706 |
|
9707 |
# @ woocommerce-germanized
|
9708 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9709 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9710 |
msgid "Unit Price HTML"
|
9711 |
msgstr "Grundpreis HTML"
|
9712 |
|
9713 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9714 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9715 |
msgid "Small Cart Product Description"
|
9716 |
msgstr "Warenkorbkurzbeschreibung"
|
9717 |
|
9718 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9719 |
msgid "Deactivate the hint for additional shipping costs"
|
9720 |
msgstr "Deaktiviert den „zzgl. Versandkosten“ Hinweis"
|
9721 |
|
9722 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9723 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9724 |
msgid "Age verification minimum age."
|
9725 |
msgstr "Mindestalter der Altersprüfung."
|
9726 |
|
9727 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
9728 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
|
|
|
|
|
|
|
|
|
|
9729 |
msgid "Whether this product is a service or not"
|
9730 |
msgstr "Ob dieses Produkt eine Dienstleistung ist oder nicht"
|
9731 |
|
9732 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9733 |
msgid "Whether this product applies for differential taxation or not"
|
9734 |
msgstr "Ob dieses Produkt der Differenzbesteuerung unterliegt oder nicht"
|
9735 |
|
9736 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
9737 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
9738 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
9739 |
msgid "Unique identifier for the resource."
|
9740 |
msgstr "Eindeutige Bezeichnung der Ressource."
|
9741 |
|
9742 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
9743 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
9744 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
9745 |
msgid "Resource name."
|
9746 |
msgstr "Name der Ressource."
|
9747 |
|
9748 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
9749 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
9750 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
9751 |
msgid "An alphanumeric identifier for the resource unique to its type."
|
9752 |
msgstr ""
|
9753 |
"Ein alphanumerischer Bezeichner der Resource. Eindeutig für dessen Typ."
|
9754 |
|
9755 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
9756 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
9757 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
9758 |
msgid "HTML description of the resource."
|
9759 |
msgstr "HTML Beschreibung der Ressource."
|
9760 |
|
9761 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
9762 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
9763 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
9764 |
msgid "Number of published products for the resource."
|
9765 |
msgstr "Anzahl der veröffentlichten Produkte für die Ressource."
|
9766 |
|
@@ -9798,14 +9951,15 @@ msgstr ""
|
|
9798 |
"Vielen Dank. Wir haben Ihren Widerruf erhalten. Sie bekommen in Kürze eine E-"
|
9799 |
"Mail mit Ihren Daten als Bestätigung."
|
9800 |
|
9801 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
|
|
9802 |
msgid ""
|
9803 |
"Please check the street field and make sure to provide a valid street number."
|
9804 |
msgstr ""
|
9805 |
"Bitte prüfen Sie die Angabe der Straße und stellen Sie sicher, dass Ihre "
|
9806 |
"Hausnummer angegeben wurde."
|
9807 |
|
9808 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9809 |
msgid ""
|
9810 |
"Sorry, but differential taxed products cannot be purchased with normal "
|
9811 |
"products at the same time."
|
@@ -9813,7 +9967,7 @@ msgstr ""
|
|
9813 |
"Entschuldigung, differenzbesteuerte Produkte können nicht gemeinsam mit "
|
9814 |
"normalen Produkten gekauft werden."
|
9815 |
|
9816 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9817 |
msgid ""
|
9818 |
"Sorry, but normal products cannot be purchased together with differential "
|
9819 |
"taxed products at the same time."
|
@@ -9822,19 +9976,40 @@ msgstr ""
|
|
9822 |
"differenzbesteuerten Produkten gekauft werden."
|
9823 |
|
9824 |
# @ woocommerce-germanized
|
9825 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9826 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:51
|
9827 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
9828 |
msgid "Mr."
|
9829 |
msgstr "Herr"
|
9830 |
|
9831 |
# @ woocommerce-germanized
|
9832 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9833 |
msgctxt "customer-title-male-address"
|
9834 |
msgid "Mr."
|
9835 |
msgstr "Herrn"
|
9836 |
|
9837 |
-
#: woocommerce-germanized/includes/class-wc-gzd-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9838 |
msgid ""
|
9839 |
"The cart contains one or more vouchers. Vouchers cannot be mixed with normal "
|
9840 |
"coupons."
|
@@ -9842,7 +10017,7 @@ msgstr ""
|
|
9842 |
"Ihr Warenkorb beinhaltet einen oder mehrere Wertgutscheine. Wertgutscheine "
|
9843 |
"können nicht mit normalen Gutscheinen gemischt werden."
|
9844 |
|
9845 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
9846 |
msgid ""
|
9847 |
"The cart contains one or more coupons. Vouchers cannot be mixed with normal "
|
9848 |
"coupons. Please remove the coupon before adding your voucher."
|
@@ -9851,11 +10026,11 @@ msgstr ""
|
|
9851 |
"können nicht mit normalen Gutscheinen gemischt werden. Bitte löschen Sie den "
|
9852 |
"Gutschein bevor Sie Ihren Wertgutschein hinzufügen."
|
9853 |
|
9854 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
9855 |
msgid "Is voucher?"
|
9856 |
msgstr "Wertgutschein?"
|
9857 |
|
9858 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
9859 |
#, php-format
|
9860 |
msgid ""
|
9861 |
"Whether or not this coupon is a voucher which has been sold to a customer "
|
@@ -9867,9 +10042,9 @@ msgstr ""
|
|
9867 |
"besteuert. Weitere Informationen finden Sie <a href=\"%s\" target=\"_blank"
|
9868 |
"\">hier</a>."
|
9869 |
|
9870 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9871 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9872 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9873 |
msgid ""
|
9874 |
"Please activate your account through clicking on the activation link "
|
9875 |
"received via email."
|
@@ -9878,24 +10053,24 @@ msgstr ""
|
|
9878 |
"klicken."
|
9879 |
|
9880 |
# @ woocommerce-germanized
|
9881 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9882 |
#, php-format
|
9883 |
msgid "Did not receive the activation email? <a href=\"%s\">Try again</a>."
|
9884 |
msgstr ""
|
9885 |
"Keine Aktivierungs-E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
9886 |
|
9887 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9888 |
#, php-format
|
9889 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
9890 |
msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
|
9891 |
|
9892 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9893 |
msgid "Please create an account or login before continuing to checkout"
|
9894 |
msgstr ""
|
9895 |
"Bitte erstellen Sie ein Kundenkonto oder loggen Sie sich ein, bevor Sie zur "
|
9896 |
"Kasse gehen"
|
9897 |
|
9898 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9899 |
#, php-format
|
9900 |
msgid ""
|
9901 |
"Please activate your account through clicking on the activation link "
|
@@ -9904,7 +10079,7 @@ msgstr ""
|
|
9904 |
"Bitte aktivieren Sie Ihr Kundenkonto indem Sie auf den Link in der E-Mail "
|
9905 |
"klicken. Keine E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
9906 |
|
9907 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9908 |
msgid ""
|
9909 |
"This activation code has expired. We have sent you a new activation code via "
|
9910 |
"e-mail."
|
@@ -9913,38 +10088,38 @@ msgstr ""
|
|
9913 |
"Code per E-Mail geschickt."
|
9914 |
|
9915 |
# @ woocommerce-germanized
|
9916 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9917 |
msgid "Sorry, but this activation code cannot be found."
|
9918 |
msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
|
9919 |
|
9920 |
# @ woocommerce-germanized
|
9921 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9922 |
msgid "Thank you. You have successfully activated your account."
|
9923 |
msgstr "Vielen Dank. Ihr Benutzerkonto wurde erfolgreich aktiviert."
|
9924 |
|
9925 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9926 |
msgid "Expired activation key"
|
9927 |
msgstr "Abgelaufener Aktivierungscode"
|
9928 |
|
9929 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9930 |
msgid "Invalid activation key"
|
9931 |
msgstr "Aktivierungscode ungültig"
|
9932 |
|
9933 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9934 |
msgid "BCC recipients"
|
9935 |
msgstr "BCC Empfänger"
|
9936 |
|
9937 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9938 |
msgid "Enter blind-copy recipients (comma separated) for this email."
|
9939 |
msgstr ""
|
9940 |
"Fügen Sie Empfänger (kommasepariert) einer Blindkopie für diese E-Mail ein."
|
9941 |
|
9942 |
# @ woocommerce-germanized
|
9943 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9944 |
msgid "Confirmation text"
|
9945 |
msgstr "Bestätigung Text"
|
9946 |
|
9947 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9948 |
msgid ""
|
9949 |
"Your order has been received and is now being processed. Your order details "
|
9950 |
"are shown below for your reference:"
|
@@ -9953,7 +10128,7 @@ msgstr ""
|
|
9953 |
"Ihrer Bestellung können Sie der nachfolgenden Tabelle entnehmen:"
|
9954 |
|
9955 |
# @ woocommerce-germanized
|
9956 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9957 |
msgid ""
|
9958 |
"This text will be inserted within the order confirmation email. Use "
|
9959 |
"{order_number}, {site_title} or {order_date} as placeholder."
|
@@ -9961,7 +10136,7 @@ msgstr ""
|
|
9961 |
"Dieser Text wird in die Bestellbestätigung eingefügt. Verwenden Sie "
|
9962 |
"{order_number}, {site_title} oder {order_date} als Platzhalter."
|
9963 |
|
9964 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9965 |
msgid ""
|
9966 |
"Your order has been received and is now being processed. Your order details "
|
9967 |
"are shown below for your reference."
|
@@ -9969,23 +10144,23 @@ msgstr ""
|
|
9969 |
"Ihre Bestellung ist eingegangen und wird nun bearbeitet. Die Einzelheiten "
|
9970 |
"Ihrer Bestellung können Sie der nachfolgenden Tabelle entnehmen."
|
9971 |
|
9972 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9973 |
msgid "Someone requested a password reset for your account."
|
9974 |
msgstr "Jemand hat das Zurücksetzen des Passworts für Ihren Account beantragt."
|
9975 |
|
9976 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9977 |
#, php-format
|
9978 |
msgid "Thanks for creating an account on %s."
|
9979 |
msgstr "Danke, dass Sie ein Konto bei %s erstellt haben."
|
9980 |
|
9981 |
# @ woocommerce-germanized
|
9982 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
9983 |
msgctxt "revocation-form"
|
9984 |
msgid "Forward your withdrawal online"
|
9985 |
msgstr "Widerruf online erklären"
|
9986 |
|
9987 |
# @ woocommerce-germanized
|
9988 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
9989 |
#, php-format
|
9990 |
msgid ""
|
9991 |
"Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
|
@@ -9995,78 +10170,78 @@ msgstr ""
|
|
9995 |
"bevor Sie WooCommerce Germanized installieren. Vielen Dank!"
|
9996 |
|
9997 |
# @ woocommerce-germanized
|
9998 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
9999 |
msgctxt "Page slug"
|
10000 |
msgid "data-security"
|
10001 |
msgstr "datenschutzerklaerung"
|
10002 |
|
10003 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10004 |
msgctxt "Page title"
|
10005 |
msgid "Privacy Policy"
|
10006 |
msgstr "Datenschutzerklärung"
|
10007 |
|
10008 |
# @ woocommerce-germanized
|
10009 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10010 |
msgctxt "Page slug"
|
10011 |
msgid "imprint"
|
10012 |
msgstr "impressum"
|
10013 |
|
10014 |
# @ woocommerce-germanized
|
10015 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10016 |
msgctxt "Page title"
|
10017 |
msgid "Imprint"
|
10018 |
msgstr "Impressum"
|
10019 |
|
10020 |
# @ woocommerce-germanized
|
10021 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10022 |
msgctxt "Page slug"
|
10023 |
msgid "terms"
|
10024 |
msgstr "agb"
|
10025 |
|
10026 |
# @ woocommerce-germanized
|
10027 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10028 |
msgctxt "Page title"
|
10029 |
msgid "Terms & Conditions"
|
10030 |
msgstr "AGB"
|
10031 |
|
10032 |
# @ woocommerce-germanized
|
10033 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10034 |
msgctxt "Page slug"
|
10035 |
msgid "revocation"
|
10036 |
msgstr "widerrufsbelehrung"
|
10037 |
|
10038 |
# @ woocommerce-germanized
|
10039 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10040 |
msgctxt "Page title"
|
10041 |
msgid "Cancellation Policy"
|
10042 |
msgstr "Widerrufsbelehrung"
|
10043 |
|
10044 |
# @ woocommerce-germanized
|
10045 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10046 |
msgctxt "Page slug"
|
10047 |
msgid "shipping-methods"
|
10048 |
msgstr "versandarten"
|
10049 |
|
10050 |
# @ woocommerce-germanized
|
10051 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10052 |
msgctxt "Page title"
|
10053 |
msgid "Shipping Methods"
|
10054 |
msgstr "Versandarten"
|
10055 |
|
10056 |
# @ woocommerce-germanized
|
10057 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10058 |
msgctxt "Page slug"
|
10059 |
msgid "payment-methods"
|
10060 |
msgstr "bezahlmoeglichkeiten"
|
10061 |
|
10062 |
# @ woocommerce-germanized
|
10063 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
10064 |
msgctxt "Page title"
|
10065 |
msgid "Payment Methods"
|
10066 |
msgstr "Zahlungsarten"
|
10067 |
|
10068 |
# @ woocommerce-germanized
|
10069 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10070 |
msgid ""
|
10071 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
10072 |
"and Conditions{/term_link} and {revocation_link}Cancellation Policy{/"
|
@@ -10077,7 +10252,7 @@ msgstr ""
|
|
10077 |
"revocation_link} einverstanden."
|
10078 |
|
10079 |
# @ woocommerce-germanized
|
10080 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10081 |
msgid ""
|
10082 |
"To complete the order you have to accept to our {term_link}Terms and "
|
10083 |
"Conditions{/term_link} and {revocation_link}Cancellation Policy{/"
|
@@ -10087,17 +10262,17 @@ msgstr ""
|
|
10087 |
"term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
|
10088 |
|
10089 |
# @ woocommerce-germanized
|
10090 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10091 |
msgid "Legal"
|
10092 |
msgstr "Allgemein"
|
10093 |
|
10094 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10095 |
msgid ""
|
10096 |
"General legal checkbox which shall include terms and cancellation policy."
|
10097 |
msgstr "Allg. Checkbox die AGB und Widerrufsbelehrung enthalten sollte."
|
10098 |
|
10099 |
# @ woocommerce-germanized
|
10100 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10101 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:24
|
10102 |
msgid ""
|
10103 |
"For digital products: I strongly agree that the execution of the agreement "
|
@@ -10109,7 +10284,7 @@ msgstr ""
|
|
10109 |
"bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
|
10110 |
|
10111 |
# @ woocommerce-germanized
|
10112 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10113 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:25
|
10114 |
msgid ""
|
10115 |
"To retrieve direct access to digital content you have to agree to the loss "
|
@@ -10118,17 +10293,17 @@ msgstr ""
|
|
10118 |
"Um direkten Zugang zu den digitalen Inhalte zu erhalten, müssen Sie auf das "
|
10119 |
"Widerrufsrecht verzichten."
|
10120 |
|
10121 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10122 |
msgid "Digital"
|
10123 |
msgstr "Digital"
|
10124 |
|
10125 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10126 |
msgid "Asks the customer to skip revocation period for digital products."
|
10127 |
msgstr ""
|
10128 |
"Ermöglicht die Bereitstellung des Downloads vor Ablauf der Widerrufsfrist."
|
10129 |
|
10130 |
# @ woocommerce-germanized
|
10131 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10132 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:31
|
10133 |
msgid ""
|
10134 |
"For services: I demand and acknowledge the immediate performance of the "
|
@@ -10141,7 +10316,7 @@ msgstr ""
|
|
10141 |
"vollständiger Erfüllung des Vertrages erlischt."
|
10142 |
|
10143 |
# @ woocommerce-germanized
|
10144 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10145 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:32
|
10146 |
msgid ""
|
10147 |
"To allow the immediate performance of the services you have to agree to the "
|
@@ -10150,12 +10325,12 @@ msgstr ""
|
|
10150 |
"Bitte stimmen Sie dem Beginn der Dienstleistung vor Ablauf der "
|
10151 |
"Widerrufsfrist zu."
|
10152 |
|
10153 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10154 |
msgid "Asks the customer to skip revocation period for services."
|
10155 |
msgstr ""
|
10156 |
"Ermöglicht das Beginnen von Dienstleistungen vor Ablauf der Widerrufsfrist."
|
10157 |
|
10158 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10159 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:40
|
10160 |
msgid ""
|
10161 |
"Yes, I would like to be reminded via E-mail about parcel delivery "
|
@@ -10168,37 +10343,37 @@ msgstr ""
|
|
10168 |
"weitergegeben."
|
10169 |
|
10170 |
# @ woocommerce-germanized
|
10171 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10172 |
msgid "Please accept our parcel delivery agreement"
|
10173 |
msgstr "Bitte akzeptiere die Datenweitergabe an unsere Paketdienstleister"
|
10174 |
|
10175 |
# @ woocommerce-germanized
|
10176 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10177 |
msgid "Parcel Delivery"
|
10178 |
msgstr "Paketdienstleister"
|
10179 |
|
10180 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10181 |
msgid ""
|
10182 |
"Asks the customer to hand over data to the parcel delivery service provider."
|
10183 |
msgstr ""
|
10184 |
"Holt die Einwilligung des Kunden zur Übergabe spezieller Daten an den "
|
10185 |
"Paketdienstleister ein."
|
10186 |
|
10187 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10188 |
msgid "I hereby confirm that I'm at least {age} years old."
|
10189 |
msgstr "Ich bestätige, dass ich mindestens {age} Jahre alt bin."
|
10190 |
|
10191 |
# @ woocommerce-germanized
|
10192 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10193 |
msgid "Please confirm your age."
|
10194 |
msgstr "Bitte bestätigen Sie Ihr Alter."
|
10195 |
|
10196 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10197 |
msgid "Asks the customer to confirm a minimum age."
|
10198 |
msgstr "Lässt den Kunden ein Mindestalter bestätigen."
|
10199 |
|
10200 |
# @ woocommerce-germanized
|
10201 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10202 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:44
|
10203 |
msgid ""
|
10204 |
"Yes, I’d like create a new account and have read and understood the "
|
@@ -10208,86 +10383,126 @@ msgstr ""
|
|
10208 |
"{data_security_link}Datenschutzerklärung{/data_security_link}."
|
10209 |
|
10210 |
# @ woocommerce-germanized
|
10211 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10212 |
msgid "Please accept our privacy policy to create a new customer account"
|
10213 |
msgstr ""
|
10214 |
"Bitte akzeptieren Sie unsere Datenschutzerklärung, um ein neues Kundenkonto "
|
10215 |
"zu erstellen"
|
10216 |
|
10217 |
# @ woocommerce-germanized
|
10218 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10219 |
msgid "New account"
|
10220 |
msgstr "Neues Kundenkonto"
|
10221 |
|
10222 |
# @ woocommerce-germanized
|
10223 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10224 |
msgid "Let customers accept your privacy policy before creating a new account."
|
10225 |
msgstr ""
|
10226 |
"Lässt Kunden die Datenschutzbestimmungen vor der Registrierung eines Kontos "
|
10227 |
"akzeptieren."
|
10228 |
|
10229 |
# @ woocommerce-germanized
|
10230 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10231 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1025
|
10232 |
msgid "I hereby agree to the {link}direct debit mandate{/link}."
|
10233 |
msgstr "Hiermit erteile ich das {link}SEPA Lastschriftmandat{/link}."
|
10234 |
|
10235 |
# @ woocommerce-germanized
|
10236 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10237 |
msgid "Please accept the direct debit mandate."
|
10238 |
msgstr "Bitte erteilen Sie das SEPA Lastschriftmandat."
|
10239 |
|
10240 |
# @ woocommerce-germanized
|
10241 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10242 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
10243 |
msgid "SEPA"
|
10244 |
msgstr "SEPA"
|
10245 |
|
10246 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10247 |
msgid "Asks the customer to issue the SEPA mandate."
|
10248 |
msgstr "Lässt den Kunden das SEPA Mandat vor dem Kauf bestätigen."
|
10249 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10250 |
# @ woocommerce-germanized
|
10251 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10252 |
msgid "Register form"
|
10253 |
msgstr "Registrierung"
|
10254 |
|
10255 |
# @ woocommerce
|
10256 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10257 |
msgid "Pay for order"
|
10258 |
msgstr "Bestell-Bezahlseite"
|
10259 |
|
10260 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10261 |
msgid "Reviews"
|
10262 |
msgstr "Bewertungen"
|
10263 |
|
10264 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10265 |
#, php-format
|
10266 |
msgid "Checkbox location %s does not exist."
|
10267 |
msgstr "Checkbox Ort %s existiert nicht."
|
10268 |
|
10269 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10270 |
#, php-format
|
10271 |
msgid "Please make sure to check %s checkbox."
|
10272 |
msgstr "Kontrollieren Sie bitte %s. Hier fehlt eine Einwilligung."
|
10273 |
|
10274 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
10275 |
#, php-format
|
10276 |
msgid "Checkbox with name %s does already exist."
|
10277 |
msgstr "Eine Checkbox mit dem Namen %s existiert bereits."
|
10278 |
|
10279 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10280 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10281 |
#, php-format
|
10282 |
msgid "%s is a mandatory field."
|
10283 |
msgstr "%s ist ein Pflichtfeld."
|
10284 |
|
10285 |
# @ woocommerce-germanized
|
10286 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10287 |
msgid "Enable checkbox"
|
10288 |
msgstr "Checkbox aktivieren"
|
10289 |
|
10290 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10291 |
msgid ""
|
10292 |
"Choose a name to identify your checkbox. Upon creating a new checkbox, this "
|
10293 |
"value is being used to generate the Id."
|
@@ -10295,11 +10510,11 @@ msgstr ""
|
|
10295 |
"Wähle einen Namen um die Checkbox zu identifizieren. Bei Erstellung einer "
|
10296 |
"neuen Checkbox wird dieser Wert verwendet um eine Id zu erstellen."
|
10297 |
|
10298 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10299 |
msgid "Id"
|
10300 |
msgstr "Id"
|
10301 |
|
10302 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10303 |
msgid ""
|
10304 |
"The checkbox Id is the unique indentifier which is used to identify the "
|
10305 |
"checkbox within the code. Cannot be edited after creating the checkbox."
|
@@ -10308,26 +10523,26 @@ msgstr ""
|
|
10308 |
"Code heraus zugreifbar zu machen. Kann nach dem Erstellen einer Checkbox "
|
10309 |
"nicht mehr verändert werden."
|
10310 |
|
10311 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10312 |
msgid "Describe the use case of your checkbox."
|
10313 |
msgstr "Beschreibe hier den Use-Case der Checkbox."
|
10314 |
|
10315 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10316 |
msgid "Choose a label to be inserted next to the checkbox."
|
10317 |
msgstr ""
|
10318 |
"Wählen Sie eine Beschriftung aus, die neben der Checkbox platziert wird."
|
10319 |
|
10320 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10321 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10322 |
#, php-format
|
10323 |
msgid "You may use one of the following placeholders within the text: %s"
|
10324 |
msgstr "Sie können einen der folgenden Platzhalter im Text verwenden: %s"
|
10325 |
|
10326 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10327 |
msgid "Error Message"
|
10328 |
msgstr "Fehlermeldung"
|
10329 |
|
10330 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10331 |
msgid ""
|
10332 |
"Choose an error message to be shown when the user has not confirmed the "
|
10333 |
"checkbox."
|
@@ -10336,50 +10551,50 @@ msgstr ""
|
|
10336 |
"Nutzer die Checkbox nicht bestätigt hat."
|
10337 |
|
10338 |
# @ woocommerce-germanized
|
10339 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10340 |
msgid "Hide input"
|
10341 |
msgstr "Ausblenden"
|
10342 |
|
10343 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10344 |
msgid "Do only show a label and hide the actual checkbox."
|
10345 |
msgstr ""
|
10346 |
"Zeige lediglich die Beschriftung und entferne die eigentliche Checkbox."
|
10347 |
|
10348 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10349 |
msgid "Mark the checkbox as mandatory."
|
10350 |
msgstr "Checkbox zum Pflichtfeld machen."
|
10351 |
|
10352 |
# @ woocommerce-germanized
|
10353 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10354 |
msgid "Locations"
|
10355 |
msgstr "Orte"
|
10356 |
|
10357 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
10358 |
msgid "Choose where to display your checkbox."
|
10359 |
msgstr "Wählen Sie einen Ort aus, an dem die Checkbox platziert werden soll."
|
10360 |
|
10361 |
# @ woocommerce-germanized
|
10362 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10363 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10364 |
#, php-format
|
10365 |
msgid "%s payment charge"
|
10366 |
msgstr "%s Zahlungsgebühr"
|
10367 |
|
10368 |
# @ woocommerce-germanized
|
10369 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10370 |
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:35
|
10371 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
10372 |
#, php-format
|
10373 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
10374 |
msgstr "Zzgl. %s Übermittlungsentgelt (direkt an den Zusteller)"
|
10375 |
|
10376 |
# @ woocommerce-germanized
|
10377 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10378 |
msgid "Fee"
|
10379 |
msgstr "Zahlungsgebühr"
|
10380 |
|
10381 |
# @ woocommerce-germanized
|
10382 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10383 |
msgid ""
|
10384 |
"This fee is being added if customer selects payment method within checkout."
|
10385 |
msgstr ""
|
@@ -10387,22 +10602,22 @@ msgstr ""
|
|
10387 |
"Zahlungsart aktiviert."
|
10388 |
|
10389 |
# @ woocommerce-germanized
|
10390 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10391 |
msgid "Fee is taxable?"
|
10392 |
msgstr "Mwst. berechnen?"
|
10393 |
|
10394 |
# @ woocommerce-germanized
|
10395 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10396 |
msgid "Check if fee is taxable."
|
10397 |
msgstr "MwSt.-Berechnung für Gebühr aktivieren."
|
10398 |
|
10399 |
# @ woocommerce-germanized
|
10400 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10401 |
msgid "Forwarding Fee"
|
10402 |
msgstr "Übermittlungsentgelt"
|
10403 |
|
10404 |
# @ woocommerce-germanized
|
10405 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10406 |
msgid ""
|
10407 |
"Forwarding fee will be charged by the transport agent in addition to the "
|
10408 |
"cash of delivery fee e.g. DHL - tax free."
|
@@ -10411,7 +10626,7 @@ msgstr ""
|
|
10411 |
"kassiert - z.B. DHL (steuerfrei)."
|
10412 |
|
10413 |
# @ woocommerce-germanized
|
10414 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
10415 |
msgid "Payment charge"
|
10416 |
msgstr "Zahlungsgebühr"
|
10417 |
|
@@ -10541,45 +10756,45 @@ msgstr "Neuen Preishinweis anlegen"
|
|
10541 |
msgid "New Price Label Name"
|
10542 |
msgstr "Name des neuen Preishinweises"
|
10543 |
|
10544 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10545 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10546 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10547 |
msgid "Postnumber"
|
10548 |
msgstr "PostNummer"
|
10549 |
|
10550 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10551 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10552 |
msgid "Billing Title"
|
10553 |
msgstr "Rechnung Anrede"
|
10554 |
|
10555 |
# @ woocommerce-germanized
|
10556 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10557 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10558 |
msgid "Shipping Title"
|
10559 |
msgstr "Versand Anrede"
|
10560 |
|
10561 |
# @ woocommerce-germanized
|
10562 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10563 |
#, php-format
|
10564 |
msgid "Removed customer \"%s\""
|
10565 |
msgstr "Kundendatum „%s“ gelöscht"
|
10566 |
|
10567 |
# @ woocommerce-germanized
|
10568 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10569 |
msgid "Mandate Date"
|
10570 |
msgstr "Mandat Datum"
|
10571 |
|
10572 |
# @ woocommerce-germanized
|
10573 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10574 |
msgid "Mandate ID"
|
10575 |
msgstr "Mandat ID"
|
10576 |
|
10577 |
# @ woocommerce-germanized
|
10578 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
10579 |
msgid "Mandate Email"
|
10580 |
msgstr "Mandat E-Mail"
|
10581 |
|
10582 |
-
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:
|
10583 |
msgid "Visible during checkout"
|
10584 |
msgstr "Im Checkout anzeigen"
|
10585 |
|
@@ -10630,8 +10845,8 @@ msgstr "Anrede"
|
|
10630 |
|
10631 |
# @ woocommerce-germanized
|
10632 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
10633 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
10634 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
10635 |
msgid "Ms."
|
10636 |
msgstr "Frau"
|
10637 |
|
@@ -10687,18 +10902,18 @@ msgstr ""
|
|
10687 |
"Bitte akzeptieren Sie unsere <a href=\"%s\" target=\"_blank"
|
10688 |
"\">Datenschutzerklärung</a> damit wir Ihren Widerruf bearbeiten können."
|
10689 |
|
10690 |
-
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:
|
10691 |
msgid ""
|
10692 |
"General purpose encryption, e.g. application password stored within settings"
|
10693 |
msgstr ""
|
10694 |
"Allgemein, z.B. von API-Schlüsseln oder Passwörtern in den Einstellungen"
|
10695 |
|
10696 |
-
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:
|
10697 |
#, php-format
|
10698 |
msgid "Encryption of type %s"
|
10699 |
msgstr "Verschlüsselung des Typs %s"
|
10700 |
|
10701 |
-
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:
|
10702 |
#, php-format
|
10703 |
msgid ""
|
10704 |
"Attention! The <em>%1$s</em> (%2$s) constant is missing. Germanized uses a "
|
@@ -10714,13 +10929,32 @@ msgstr ""
|
|
10714 |
"können, fügen Sie bitte folgendes Snippet in Ihre <a href=\"%3$s\" target="
|
10715 |
"\"_blank\">wp-config.php</a> Datei ein:"
|
10716 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10717 |
# @ woocommerce-germanized
|
10718 |
-
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:
|
10719 |
msgctxt "polylang"
|
10720 |
msgid "Unit Price Metas"
|
10721 |
msgstr "Grundpreis Metadaten"
|
10722 |
|
10723 |
-
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:
|
10724 |
msgctxt "polylang"
|
10725 |
msgid ""
|
10726 |
"Note the last unit price field is the final unit price taking into account "
|
@@ -10730,12 +10964,12 @@ msgstr ""
|
|
10730 |
"der Produktseite ausgegeben wird"
|
10731 |
|
10732 |
# @ woocommerce-germanized
|
10733 |
-
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:
|
10734 |
msgctxt "polylang"
|
10735 |
msgid "Sale Price Labels"
|
10736 |
msgstr "Preishinweise"
|
10737 |
|
10738 |
-
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:
|
10739 |
msgctxt "polylang"
|
10740 |
msgid ""
|
10741 |
"Sale price labels used to mark old prices (e.g. Recommended Retail Price)"
|
@@ -10797,7 +11031,7 @@ msgstr "Verfügbare Platzhalter: %s"
|
|
10797 |
|
10798 |
# @ woocommerce-germanized
|
10799 |
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-cancelled-order.php:208
|
10800 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
10801 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:111
|
10802 |
msgid "Enable/Disable"
|
10803 |
msgstr "Aktivieren/Deaktivieren"
|
@@ -10958,84 +11192,110 @@ msgstr ""
|
|
10958 |
"Dieses E-Mail Template enthält eine Kopie des SEPA Mandates, welches "
|
10959 |
"basierend auf den Bestelldaten und Kontodaten des Käufers generiert wird."
|
10960 |
|
10961 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
10962 |
msgctxt "exporter"
|
10963 |
msgid "Is service?"
|
10964 |
msgstr "Ist Dienstleistung?"
|
10965 |
|
|
|
|
|
|
|
|
|
|
|
10966 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:55
|
10967 |
msgctxt "exporter"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10968 |
msgid "Is differential taxed?"
|
10969 |
msgstr "Ist differenzbesteuert?"
|
10970 |
|
10971 |
# @ woocommerce-germanized
|
10972 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
10973 |
msgctxt "exporter"
|
10974 |
msgid "Has free shipping?"
|
10975 |
msgstr "Versand kostenlos?"
|
10976 |
|
10977 |
# @ woocommerce-germanized
|
10978 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
10979 |
msgctxt "exporter"
|
10980 |
msgid "Unit price regular"
|
10981 |
msgstr "Regulärer Grundpreis"
|
10982 |
|
10983 |
# @ woocommerce-germanized
|
10984 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
10985 |
msgctxt "exporter"
|
10986 |
msgid "Unit price sale"
|
10987 |
msgstr "Angebotsgrundpreis"
|
10988 |
|
10989 |
# @ woocommerce-germanized
|
10990 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
10991 |
msgctxt "exporter"
|
10992 |
msgid "Unit price calculated automatically?"
|
10993 |
msgstr "Grundpreis automatisch berechnen?"
|
10994 |
|
10995 |
# @ woocommerce-germanized
|
10996 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
10997 |
msgctxt "exporter"
|
10998 |
msgid "Unit"
|
10999 |
msgstr "Einheit"
|
11000 |
|
11001 |
# @ woocommerce-germanized
|
11002 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
11003 |
msgctxt "exporter"
|
11004 |
msgid "Unit base"
|
11005 |
msgstr "Grundpreiseinheit"
|
11006 |
|
11007 |
# @ woocommerce-germanized
|
11008 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
11009 |
msgctxt "exporter"
|
11010 |
msgid "Unit product"
|
11011 |
msgstr "Produkteinheit"
|
11012 |
|
11013 |
# @ woocommerce-germanized
|
11014 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
11015 |
msgctxt "exporter"
|
11016 |
msgid "Cart description"
|
11017 |
msgstr "Warenkorbkurzbeschreibung"
|
11018 |
|
|
|
|
|
|
|
|
|
|
|
11019 |
# @ woocommerce-germanized
|
11020 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
11021 |
msgctxt "exporter"
|
11022 |
msgid "Delivery time"
|
11023 |
msgstr "Lieferzeit"
|
11024 |
|
11025 |
# @ woocommerce-germanized
|
11026 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
11027 |
msgctxt "exporter"
|
11028 |
msgid "Sale price label"
|
11029 |
msgstr "Streichpreis Hinweis"
|
11030 |
|
11031 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
11032 |
msgctxt "exporter"
|
11033 |
msgid "Sale price regular label"
|
11034 |
msgstr "Angebotspreis Hinweis"
|
11035 |
|
11036 |
# @ woocommerce-germanized
|
11037 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
11038 |
-
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:
|
11039 |
#, php-format
|
11040 |
msgid "Delivery Time: %s"
|
11041 |
msgstr "Lieferzeit: %s"
|
@@ -11054,7 +11314,7 @@ msgid "SEPA XML Bulk Export"
|
|
11054 |
msgstr "SEPA XML Export"
|
11055 |
|
11056 |
# @ woocommerce-germanized
|
11057 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11058 |
msgid ""
|
11059 |
"[company_info]\n"
|
11060 |
"debtee identification number: [company_identification_number]\n"
|
@@ -11122,25 +11382,25 @@ msgstr ""
|
|
11122 |
"Bitte beachten Sie: Die Frist für die Vorabinformation der SEPA-Lastschrift "
|
11123 |
"wird auf einen Tag verkürzt."
|
11124 |
|
11125 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11126 |
msgid "SEPA XML"
|
11127 |
msgstr "SEPA XML"
|
11128 |
|
11129 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11130 |
msgid "SEPA XML Export"
|
11131 |
msgstr "SEPA XML Export"
|
11132 |
|
11133 |
# @ woocommerce-germanized
|
11134 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11135 |
#, php-format
|
11136 |
msgid "Order %s"
|
11137 |
msgstr "Bestellung %s"
|
11138 |
|
11139 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11140 |
msgid "Will be notified separately"
|
11141 |
msgstr "Wird separat mitgeteilt"
|
11142 |
|
11143 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11144 |
#, php-format
|
11145 |
msgid ""
|
11146 |
"We will debit %s from your account by direct debit on or shortly after %s."
|
@@ -11149,99 +11409,99 @@ msgstr ""
|
|
11149 |
"%s ein."
|
11150 |
|
11151 |
# @ woocommerce-germanized
|
11152 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11153 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11154 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11155 |
msgid "a single payment"
|
11156 |
msgstr "eine einmalige Zahlung"
|
11157 |
|
11158 |
# @ woocommerce-germanized
|
11159 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11160 |
msgid "Enable Direct Debit Payment"
|
11161 |
msgstr "Bezahlung per Lastschrift aktivieren"
|
11162 |
|
11163 |
# @ woocommerce-germanized
|
11164 |
# @ woocommerce
|
11165 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11166 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:117
|
11167 |
msgctxt "gateway"
|
11168 |
msgid "Title"
|
11169 |
msgstr "Bezeichnung"
|
11170 |
|
11171 |
# @ woocommerce-germanized
|
11172 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11173 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:119
|
11174 |
msgid "This controls the title which the user sees during checkout."
|
11175 |
msgstr ""
|
11176 |
"Beschreibungstext, den Benutzer bei der Auswahl dieser Zahlungsart sehen."
|
11177 |
|
11178 |
# @ woocommerce-germanized
|
11179 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11180 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:126
|
11181 |
msgid "Payment method description that the customer will see on your checkout."
|
11182 |
msgstr "Beschreibung der Zahlungsart, die Kunden auf ihrer Website sehen."
|
11183 |
|
11184 |
# @ woocommerce-germanized
|
11185 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11186 |
msgid "The order amount will be debited directly from your bank account."
|
11187 |
msgstr ""
|
11188 |
"Der Gesamtbestellbetrag wird per SEPA-Lastschrift direkt von Ihrem Konto "
|
11189 |
"abgebucht."
|
11190 |
|
11191 |
# @ woocommerce-germanized
|
11192 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11193 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:131
|
11194 |
msgid "Instructions"
|
11195 |
msgstr "Anweisungen"
|
11196 |
|
11197 |
# @ woocommerce-germanized
|
11198 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11199 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:133
|
11200 |
msgid "Instructions that will be added to the thank you page and emails."
|
11201 |
msgstr "Anweisung, die zur „Danke“-Seite und zu E-Mails hinzugefügt werden."
|
11202 |
|
11203 |
# @ woocommerce-germanized
|
11204 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11205 |
msgid "Debtee"
|
11206 |
msgstr "Gläubiger Informationen"
|
11207 |
|
11208 |
# @ woocommerce-germanized
|
11209 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11210 |
msgid "Insert your company information."
|
11211 |
msgstr "Fügen Sie hier die Informationen zu ihrem Unternehmen ein."
|
11212 |
|
11213 |
# @ woocommerce-germanized
|
11214 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11215 |
msgid "Company Inc, John Doe Street, New York"
|
11216 |
msgstr "Musterfirma GmbH, Musterstraße 12, 12203 Musterstadt"
|
11217 |
|
11218 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11219 |
msgid "Insert the bank account holder name."
|
11220 |
msgstr "Fügen Sie hier den Namen des Kontoinhabers ein."
|
11221 |
|
11222 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11223 |
msgid "Company Inc"
|
11224 |
msgstr "Muster GmbH"
|
11225 |
|
11226 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11227 |
msgid "Insert the bank account IBAN."
|
11228 |
msgstr "Fügen Sie hier den IBAN ihres Kontos ein."
|
11229 |
|
11230 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11231 |
msgid "BIC"
|
11232 |
msgstr "BIC"
|
11233 |
|
11234 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11235 |
msgid "Insert the bank account BIC."
|
11236 |
msgstr "Fügen Sie hier den BIC ihres Kontos ein."
|
11237 |
|
11238 |
# @ woocommerce-germanized
|
11239 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11240 |
msgid "Debtee identification number"
|
11241 |
msgstr "Identifikationsnummer"
|
11242 |
|
11243 |
# @ woocommerce-germanized
|
11244 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11245 |
#, php-format
|
11246 |
msgid ""
|
11247 |
"Insert your debtee indentification number. More information can be found <a "
|
@@ -11251,16 +11511,16 @@ msgstr ""
|
|
11251 |
"Weitere Informationen zu dieser Nummer erhalten Sie <a href=\"%s\">hier</a>."
|
11252 |
|
11253 |
# @ woocommerce-germanized
|
11254 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11255 |
msgid "Generate Mandate ID"
|
11256 |
msgstr "Mandat-Referenz generieren"
|
11257 |
|
11258 |
# @ woocommerce-germanized
|
11259 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11260 |
msgid "Automatically generate Mandate ID."
|
11261 |
msgstr "Mandat-Referenznummer automatisch generieren."
|
11262 |
|
11263 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11264 |
msgid ""
|
11265 |
"Automatically generate Mandate ID after order completion (based on Order ID)."
|
11266 |
msgstr ""
|
@@ -11268,11 +11528,11 @@ msgstr ""
|
|
11268 |
"basierend auf der Bestellnummer generieren."
|
11269 |
|
11270 |
# @ woocommerce-germanized
|
11271 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11272 |
msgid "XML Pain Format"
|
11273 |
msgstr "XML Pain Format"
|
11274 |
|
11275 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11276 |
msgid ""
|
11277 |
"You may adjust the XML Export Pain Schema to your banks needs. Some banks "
|
11278 |
"may require pain.001.003.03."
|
@@ -11281,11 +11541,11 @@ msgstr ""
|
|
11281 |
"Einige Banken benötigen z.B. pain.001.003.03."
|
11282 |
|
11283 |
# @ woocommerce-germanized
|
11284 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11285 |
msgid "Mandate ID Format"
|
11286 |
msgstr "Mandat-Referenz Format"
|
11287 |
|
11288 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11289 |
msgid ""
|
11290 |
"You may extend the Mandate ID format by adding a prefix and/or suffix. Use "
|
11291 |
"{id} as placeholder to insert the automatically generated ID."
|
@@ -11295,12 +11555,12 @@ msgstr ""
|
|
11295 |
"einzufügen."
|
11296 |
|
11297 |
# @ woocommerce-germanized
|
11298 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11299 |
msgid "Mandate Text"
|
11300 |
msgstr "Lastschriftmandat"
|
11301 |
|
11302 |
# @ woocommerce-germanized
|
11303 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11304 |
msgid ""
|
11305 |
"This text will be populated with live order/checkout data. Will be used as "
|
11306 |
"preview direct debit mandate and as email template text."
|
@@ -11310,48 +11570,17 @@ msgstr ""
|
|
11310 |
"während des Checkouts und anschließend per E-Mail an den Kunden zur "
|
11311 |
"Verfügung gestellt."
|
11312 |
|
11313 |
-
|
11314 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1015
|
11315 |
-
msgid "Checkbox"
|
11316 |
-
msgstr "Checkbox"
|
11317 |
-
|
11318 |
-
# @ woocommerce-germanized
|
11319 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1016
|
11320 |
-
msgid "Enable \"agree to SEPA mandate\" checkbox"
|
11321 |
-
msgstr "Aktivieren Sie die Checkbox zur Bestätigung des Lastschriftmandates"
|
11322 |
-
|
11323 |
-
# @ woocommerce-germanized
|
11324 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1018
|
11325 |
-
msgid "Enable a checkbox linking to a SEPA direct debit mandate preview."
|
11326 |
-
msgstr ""
|
11327 |
-
"Aktivieren Sie eine Checkbox, die zu einer Vorschau des Lastschrift-Mandats "
|
11328 |
-
"führt."
|
11329 |
-
|
11330 |
-
# @ woocommerce-germanized
|
11331 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1022
|
11332 |
-
msgid "Checkbox label"
|
11333 |
-
msgstr "Checkbox Text"
|
11334 |
-
|
11335 |
-
# @ woocommerce-germanized
|
11336 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1024
|
11337 |
-
msgid ""
|
11338 |
-
"Customize the checkbox label. Use {link}link name{/link} to insert the "
|
11339 |
-
"preview link."
|
11340 |
-
msgstr ""
|
11341 |
-
"Passt den Checkbox Text an. Verwenden Sie {link}SEPA Lastschriftmandat{/"
|
11342 |
-
"link} um auf die Vorschau zu verlinken."
|
11343 |
-
|
11344 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1029
|
11345 |
msgid "Enable pre-notification"
|
11346 |
msgstr "Vorankündigung aktivieren"
|
11347 |
|
11348 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11349 |
msgid "Insert pre-notification text within the order confirmation email."
|
11350 |
msgstr ""
|
11351 |
"Fügt einen Standard-Text zur Vorankündigung des SEPA-Einzugs in die "
|
11352 |
"Bestellbestätigung ein."
|
11353 |
|
11354 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11355 |
msgid ""
|
11356 |
"This option inserts a standard text containing a pre-notification for the "
|
11357 |
"customer."
|
@@ -11360,11 +11589,11 @@ msgstr ""
|
|
11360 |
"die Bestellbestätigung ein. In der Ankündigung wird u.a. ein konkreter "
|
11361 |
"Fälligkeitstermin genannt."
|
11362 |
|
11363 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11364 |
msgid "Debit days"
|
11365 |
msgstr "Fälligkeitstage"
|
11366 |
|
11367 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11368 |
msgid ""
|
11369 |
"This option is used to calculate the debit date and is added to the order "
|
11370 |
"date."
|
@@ -11374,15 +11603,15 @@ msgstr ""
|
|
11374 |
"hier eingestellten Anzahl Tage."
|
11375 |
|
11376 |
# @ woocommerce-germanized
|
11377 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11378 |
msgid "Mask IBAN"
|
11379 |
msgstr "IBAN maskieren"
|
11380 |
|
11381 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11382 |
msgid "Mask the IBAN within emails."
|
11383 |
msgstr "IBAN in E-Mails maskieren."
|
11384 |
|
11385 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11386 |
msgid ""
|
11387 |
"This will lead to masked IBANs within emails (replaced by *). All but last 4 "
|
11388 |
"digits will be masked."
|
@@ -11390,15 +11619,15 @@ msgstr ""
|
|
11390 |
"Der IBAN wird in E-Mails (abgesehen von den letzten 4 Stellen) mit * "
|
11391 |
"maskiert."
|
11392 |
|
11393 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11394 |
msgid "Remember"
|
11395 |
msgstr "Bankdaten merken"
|
11396 |
|
11397 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11398 |
msgid "Remember account data for returning customers."
|
11399 |
msgstr "Bankverbindung für registrierte Kunden speichern."
|
11400 |
|
11401 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11402 |
msgid "Save account data as user meta if user has/creates a customer account."
|
11403 |
msgstr ""
|
11404 |
"Speichert die Bankverbindung für registrierte Kunden in der user_meta "
|
@@ -11406,32 +11635,32 @@ msgstr ""
|
|
11406 |
"eigenständig aus."
|
11407 |
|
11408 |
# @ woocommerce-germanized
|
11409 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11410 |
msgid "Please insert your SEPA account data."
|
11411 |
msgstr "Bitte fügen Sie Ihre SEPA Kontoinformationen ein."
|
11412 |
|
11413 |
# @ woocommerce-germanized
|
11414 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11415 |
msgid "Your IBAN seems to be invalid."
|
11416 |
msgstr "Ihr IBAN scheint nicht gültig zu sein."
|
11417 |
|
11418 |
# @ woocommerce-germanized
|
11419 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11420 |
msgid "Your IBAN's country code doesn’t match with your billing country."
|
11421 |
msgstr "Der Ländercode des IBANs stimmt nicht mit dem Rechnungsland überein."
|
11422 |
|
11423 |
# @ woocommerce-germanized
|
11424 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11425 |
msgid "Your BIC seems to be invalid."
|
11426 |
msgstr "Ihr BIC/SWIFT scheint nicht gültig zu sein."
|
11427 |
|
11428 |
# @ woocommerce-germanized
|
11429 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11430 |
msgid "is invalid"
|
11431 |
msgstr "ist ungültig"
|
11432 |
|
11433 |
# @ woocommerce-germanized
|
11434 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
11435 |
msgid "Awaiting Direct Debit Payment"
|
11436 |
msgstr "Zahlung per Lastschrift ausstehend"
|
11437 |
|
@@ -11600,68 +11829,80 @@ msgstr ""
|
|
11600 |
"term_link}, {revocation_link}Widerrufsbestimmungen{/revocation_link} und "
|
11601 |
"{data_security_link}Datenschutzbestimmungen{/data_security_link}."
|
11602 |
|
11603 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11604 |
msgid ">= 12 years"
|
11605 |
msgstr ">= 12 Jahre"
|
11606 |
|
11607 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11608 |
msgid ">= 16 years"
|
11609 |
msgstr ">= 16 Jahre"
|
11610 |
|
11611 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11612 |
msgid ">= 18 years"
|
11613 |
msgstr ">= 18 Jahre"
|
11614 |
|
11615 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11616 |
msgid ">= 21 years"
|
11617 |
msgstr ">= 21 Jahre"
|
11618 |
|
11619 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11620 |
msgid ">= 25 years"
|
11621 |
msgstr ">= 25 Jahre"
|
11622 |
|
11623 |
# @ woocommerce-germanized
|
11624 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11625 |
msgctxt "age"
|
11626 |
msgid "None"
|
11627 |
msgstr "Keines"
|
11628 |
|
11629 |
# @ woocommerce-germanized
|
11630 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
11631 |
#, php-format
|
11632 |
msgid "%s%% VAT"
|
11633 |
msgstr "%s %% MwSt."
|
11634 |
|
11635 |
# @ woocommerce-germanized
|
11636 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11637 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11638 |
msgctxt "title-option"
|
11639 |
msgid "None"
|
11640 |
msgstr "Keine"
|
11641 |
|
11642 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11643 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11644 |
msgid "Mx"
|
11645 |
msgstr "Divers"
|
11646 |
|
11647 |
# @ woocommerce-germanized
|
11648 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11649 |
msgid "More variants available"
|
11650 |
msgstr "Weitere Varianten verfügbar"
|
11651 |
|
|
|
|
|
|
|
|
|
|
|
|
|
11652 |
# @ woocommerce-germanized
|
11653 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
11654 |
#: woocommerce-germanized/templates/checkout/edit-data-notice.php:25
|
11655 |
msgid "Edit Order"
|
11656 |
msgstr "Bestellung bearbeiten"
|
11657 |
|
11658 |
# @ woocommerce-germanized
|
11659 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
11660 |
msgid "Choose a Payment Gateway"
|
11661 |
msgstr "Zahlungsart auswählen"
|
11662 |
|
11663 |
# @ woocommerce
|
11664 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
11665 |
msgid "Place order"
|
11666 |
msgstr "Jetzt kaufen"
|
11667 |
|
@@ -11698,174 +11939,189 @@ msgid "Missing the Germanized %s package"
|
|
11698 |
msgstr "Das Germanized %s Paket fehlt"
|
11699 |
|
11700 |
# @ woocommerce-germanized
|
11701 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11702 |
msgid "Single Product (Grouped)"
|
11703 |
msgstr "Produktseite (Gruppen)"
|
11704 |
|
11705 |
# @ woocommerce-germanized
|
11706 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11707 |
msgid "Product Loop"
|
11708 |
msgstr "Produktlisten"
|
11709 |
|
11710 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11711 |
msgid "Cart"
|
11712 |
msgstr "Warenkorb"
|
11713 |
|
11714 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11715 |
msgid "Mini Cart"
|
11716 |
msgstr "Warenkorb Dropdown"
|
11717 |
|
11718 |
# @ woocommerce-germanized
|
11719 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11720 |
msgid "Order"
|
11721 |
msgstr "Bestellung"
|
11722 |
|
11723 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11724 |
msgid "Summary"
|
11725 |
msgstr "Übersicht"
|
11726 |
|
11727 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11728 |
msgid "Meta"
|
11729 |
msgstr "Produktmeta"
|
11730 |
|
11731 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11732 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11733 |
msgid "After Meta"
|
11734 |
msgstr "Produktmeta - nachher"
|
11735 |
|
11736 |
# @ woocommerce-germanized
|
11737 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11738 |
msgid "Before add to cart"
|
11739 |
msgstr "Zum Warenkorb - vorher"
|
11740 |
|
11741 |
# @ woocommerce-germanized
|
11742 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11743 |
msgid "After add to cart"
|
11744 |
msgstr "Zum Warenkorb - nachher"
|
11745 |
|
11746 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11747 |
msgid "After Summary"
|
11748 |
msgstr "Übersicht - nachher"
|
11749 |
|
11750 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11751 |
msgid "Price Column"
|
11752 |
msgstr "Spalte - Preis"
|
11753 |
|
11754 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11755 |
msgid "Label Column"
|
11756 |
msgstr "Spalte - Beschriftung"
|
11757 |
|
11758 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11759 |
msgid "Quantity Column"
|
11760 |
msgstr "Spalte - Anzahl"
|
11761 |
|
11762 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11763 |
msgid "After Item Title"
|
11764 |
msgstr "Produkttitel - nachher"
|
11765 |
|
11766 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11767 |
msgid "Before Item Title"
|
11768 |
msgstr "Produkttitel - vorher"
|
11769 |
|
11770 |
# @ woocommerce-germanized
|
11771 |
# @ woocommerce
|
11772 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11773 |
msgid "Item Title"
|
11774 |
msgstr "Produkttitel"
|
11775 |
|
11776 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11777 |
msgid "After Item"
|
11778 |
msgstr "Produkt - nachher"
|
11779 |
|
11780 |
# @ woocommerce-germanized
|
11781 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11782 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11783 |
msgid "Item Price"
|
11784 |
msgstr "Produktpreis"
|
11785 |
|
11786 |
# @ woocommerce-germanized
|
11787 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11788 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11789 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11790 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11791 |
msgid "Item Name"
|
11792 |
msgstr "Produkttitel"
|
11793 |
|
11794 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11795 |
msgid "After Item Name"
|
11796 |
msgstr "Titel - nachher"
|
11797 |
|
11798 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11799 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11800 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11801 |
msgid "Subtotal"
|
11802 |
msgstr "Zwischensumme"
|
11803 |
|
11804 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11805 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11806 |
msgid "After Item Quantity"
|
11807 |
msgstr "Anzahl - nachher"
|
11808 |
|
|
|
|
|
|
|
|
|
11809 |
# @ woocommerce-germanized
|
11810 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11811 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11812 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11813 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11814 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11815 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11816 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11817 |
msgctxt "shopmark"
|
11818 |
msgid "Unit Price"
|
11819 |
msgstr "Grundpreis"
|
11820 |
|
11821 |
# @ woocommerce-germanized
|
11822 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11823 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11824 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11825 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11826 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11827 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11828 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11829 |
msgctxt "shopmark"
|
11830 |
msgid "Delivery Time"
|
11831 |
msgstr "Lieferzeiten"
|
11832 |
|
11833 |
# @ woocommerce-germanized
|
11834 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11835 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11836 |
msgctxt "shopmark"
|
11837 |
msgid "General"
|
11838 |
msgstr "Allgemein"
|
11839 |
|
11840 |
# @ woocommerce-germanized
|
11841 |
-
#: woocommerce-germanized/src/Shopmarks.php:525
|
11842 |
-
#: woocommerce-germanized/src/Shopmarks.php:531
|
11843 |
-
#: woocommerce-germanized/src/Shopmarks.php:538
|
11844 |
-
#: woocommerce-germanized/src/Shopmarks.php:542
|
11845 |
-
#: woocommerce-germanized/src/Shopmarks.php:548
|
11846 |
-
#: woocommerce-germanized/src/Shopmarks.php:554
|
11847 |
#: woocommerce-germanized/src/Shopmarks.php:560
|
|
|
|
|
|
|
|
|
|
|
|
|
11848 |
msgctxt "shopmark"
|
11849 |
msgid "Product Units"
|
11850 |
msgstr "Produkteinheiten"
|
11851 |
|
11852 |
# @ woocommerce-germanized
|
11853 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11854 |
msgctxt "shopmark"
|
11855 |
msgid "Tax"
|
11856 |
msgstr "Steuer"
|
11857 |
|
11858 |
# @ woocommerce-germanized
|
11859 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11860 |
msgctxt "shopmark"
|
11861 |
msgid "Shipping Costs"
|
11862 |
msgstr "Versandkosten"
|
11863 |
|
11864 |
# @ woocommerce-germanized
|
11865 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11866 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11867 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11868 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11869 |
msgctxt "shopmark"
|
11870 |
msgid "Cart Description"
|
11871 |
msgstr "Warenkorb Beschreibung"
|
@@ -12064,7 +12320,7 @@ msgstr "Germanized benötigt mindestens PHP 5.6. Bitte %s Sie Ihre PHP-Version."
|
|
12064 |
msgid "upgrade"
|
12065 |
msgstr "aktualisieren"
|
12066 |
|
12067 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
12068 |
#, php-format
|
12069 |
msgid ""
|
12070 |
"This version of the Corona Helper Plugin includes a bug which could lead to "
|
@@ -12077,7 +12333,7 @@ msgstr ""
|
|
12077 |
"unserem <a href=\"%s\" target=\"_blank\">Blog-Post</a> wie Sie das Plugin "
|
12078 |
"austauschen können."
|
12079 |
|
12080 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
12081 |
msgid "Pease wait while we are trying to redirect you to the payment provider."
|
12082 |
msgstr "Einen Moment - wir versuchen Sie zum Zahlungsanbieter weiterzuleiten."
|
12083 |
|
@@ -13284,6 +13540,35 @@ msgstr "vendidero"
|
|
13284 |
msgid "https://vendidero.de"
|
13285 |
msgstr "https://vendidero.de"
|
13286 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13287 |
# @ woocommerce-germanized
|
13288 |
#~ msgctxt "shipments"
|
13289 |
#~ msgid "Country / State"
|
@@ -13905,10 +14190,6 @@ msgstr "https://vendidero.de"
|
|
13905 |
#~ "Um Germanized zuverlässig nutzen zu können, updaten Sie bitte folgende "
|
13906 |
#~ "Plugins:"
|
13907 |
|
13908 |
-
#, php-format
|
13909 |
-
#~ msgid "%s required in at least version %s"
|
13910 |
-
#~ msgstr "%s wird mindestens in Version %s benötigt"
|
13911 |
-
|
13912 |
#~ msgid ""
|
13913 |
#~ "Seems like you are using a not yet supported version of a Plugin which "
|
13914 |
#~ "Germanized requires. You may downgrade the Plugin or update to the latest "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-01-06 17:57+0100\n"
|
6 |
+
"PO-Revision-Date: 2022-01-06 17:57+0100\n"
|
7 |
"Last-Translator: Dennis Nissle <info@vendidero.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE@formal\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 3.0.1\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
17 |
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
769 |
|
770 |
# @ woocommerce-germanized
|
771 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:75
|
772 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:270
|
773 |
msgctxt "dhl day context"
|
774 |
msgid "None"
|
775 |
msgstr "Keiner"
|
828 |
msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
|
829 |
|
830 |
# @ woocommerce-germanized
|
831 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:291
|
832 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:904
|
833 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1071
|
834 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1755
|
835 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
|
838 |
msgstr "Packstation"
|
839 |
|
840 |
# @ woocommerce-germanized
|
841 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:292
|
842 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:293
|
843 |
msgctxt "dhl"
|
844 |
msgid "Postfiliale"
|
845 |
msgstr "Postfiliale"
|
846 |
|
847 |
# @ woocommerce-germanized
|
848 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:699
|
849 |
msgctxt "dhl"
|
850 |
msgid "DHL Retoure International A"
|
851 |
msgstr "DHL Retoure International A"
|
852 |
|
853 |
# @ woocommerce-germanized
|
854 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:700
|
855 |
msgctxt "dhl"
|
856 |
msgid "DHL Retoure International B"
|
857 |
msgstr "DHL Retoure International B"
|
858 |
|
859 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:709
|
860 |
msgctxt "dhl"
|
861 |
msgid "DHL Retoure Online"
|
862 |
msgstr "DHL Retoure Online"
|
863 |
|
864 |
# @ woocommerce-germanized
|
865 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:725
|
866 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:745
|
867 |
msgctxt "dhl"
|
868 |
msgid "DHL Paket International"
|
869 |
msgstr "DHL Paket International"
|
870 |
|
871 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:746
|
872 |
msgctxt "dhl"
|
873 |
msgid "DHL Paket Connect"
|
874 |
msgstr "DHL Paket Connect"
|
875 |
|
876 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:747
|
877 |
msgctxt "dhl"
|
878 |
msgid "DHL Europaket (B2B)"
|
879 |
msgstr "DHL Europaket (B2B)"
|
880 |
|
881 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:816
|
882 |
msgctxt "dhl"
|
883 |
msgid "DHL Paket"
|
884 |
msgstr "DHL Paket"
|
885 |
|
886 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:817
|
887 |
msgctxt "dhl"
|
888 |
msgid "DHL Paket PRIO"
|
889 |
msgstr "DHL Paket PRIO"
|
890 |
|
891 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:818
|
892 |
msgctxt "dhl"
|
893 |
msgid "DHL Paket Taggleich"
|
894 |
msgstr "DHL Paket Taggleich"
|
895 |
|
896 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:819
|
897 |
msgctxt "dhl"
|
898 |
msgid "DHL Warenpost"
|
899 |
msgstr "DHL Warenpost"
|
1099 |
|
1100 |
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:45
|
1101 |
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:51
|
1102 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:537
|
1103 |
msgctxt "dhl"
|
1104 |
msgid "Error while fetching label PDF"
|
1105 |
msgstr "Fehler beim Download des PDF Labels"
|
1106 |
|
1107 |
# @ woocommerce-germanized
|
1108 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:86
|
1109 |
msgctxt "dhl"
|
1110 |
msgid "Missing shipment"
|
1111 |
msgstr "Fehlende Sendung"
|
1112 |
|
1113 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:219
|
1114 |
msgctxt "dhl"
|
1115 |
msgid "Invalid API response"
|
1116 |
msgstr "Fehlerhafte API Rückmeldung"
|
1117 |
|
1118 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:241
|
1119 |
msgctxt "dhl"
|
1120 |
msgid "Error while authenticating user."
|
1121 |
msgstr "Fehler beim Autorisieren des Benutzers."
|
1122 |
|
1123 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:329
|
1124 |
msgctxt "dhl"
|
1125 |
msgid "Error during Warenpost International request."
|
1126 |
msgstr "Fehler beim Aufruf der Warenpost International API."
|
1127 |
|
1128 |
# @ woocommerce-germanized
|
1129 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:351
|
1130 |
#, php-format
|
1131 |
msgctxt "dhl"
|
1132 |
msgid "Error during request: %s"
|
1133 |
msgstr "Fehler beim API Zugriff: %s"
|
1134 |
|
1135 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:64
|
1136 |
+
msgctxt "dhl"
|
1137 |
+
msgid "Internetmarke is disabled. Please enable Internetmarke."
|
1138 |
+
msgstr "Internetmarke ist deaktiviert. Bitte aktivieren Sie die Internetmarke."
|
1139 |
+
|
1140 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:72
|
1141 |
#: woocommerce-germanized-dhl/src/Api/Soap.php:54
|
1142 |
#: woocommerce-germanized-dhl/src/Package.php:103
|
1143 |
#, php-format
|
1152 |
"Zweifel Ihren Hoster und stellen Sie sicher, dass der SOAPClient <a href=\"%s"
|
1153 |
"\">installiert</a> ist."
|
1154 |
|
1155 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:78
|
1156 |
#, php-format
|
1157 |
msgctxt "dhl"
|
1158 |
msgid "Error while instantiating main Internetmarke API: %s"
|
1159 |
msgstr "Fehler beim Aufruf der Internetmarke API: %s"
|
1160 |
|
1161 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:90
|
|
|
|
|
|
|
|
|
|
|
1162 |
msgctxt "dhl"
|
1163 |
msgid "Wrong username or password"
|
1164 |
msgstr "Falscher Benutzername oder Passwort"
|
1165 |
|
1166 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:277
|
1167 |
#, php-format
|
1168 |
msgctxt "dhl"
|
1169 |
msgid "until %s"
|
1170 |
msgstr "bis %s"
|
1171 |
|
1172 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:378
|
1173 |
#, php-format
|
1174 |
msgctxt "dhl"
|
1175 |
msgid "Length: %s"
|
1176 |
msgstr "Länge: %s"
|
1177 |
|
1178 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:382
|
1179 |
#, php-format
|
1180 |
msgctxt "dhl"
|
1181 |
msgid "Width: %s"
|
1182 |
msgstr "Breite: %s"
|
1183 |
|
1184 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:386
|
1185 |
#, php-format
|
1186 |
msgctxt "dhl"
|
1187 |
msgid "Height: %s"
|
1188 |
msgstr "Höhe: %s"
|
1189 |
|
1190 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:390
|
1191 |
#, php-format
|
1192 |
msgctxt "dhl"
|
1193 |
msgid "Weight: %s"
|
1194 |
msgstr "Gewicht: %s"
|
1195 |
|
1196 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:395
|
1197 |
msgctxt "dhl"
|
1198 |
msgid "Total"
|
1199 |
msgstr "Gesamt"
|
1200 |
|
1201 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:591
|
1202 |
#, php-format
|
1203 |
msgctxt "dhl"
|
1204 |
msgid "Could not refund post label: %s"
|
1205 |
msgstr "Deutsche Post Label konnte nicht rückerstattet werden: %s"
|
1206 |
|
1207 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:605
|
1208 |
msgctxt "dhl"
|
1209 |
msgid "Refund API could not be instantiated"
|
1210 |
msgstr "Die API für Rückerstattungen konnte nicht initialisiert werden"
|
1211 |
|
1212 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:727
|
1213 |
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:332
|
1214 |
#: woocommerce-germanized-dhl/src/Api/ReturnRest.php:34
|
1215 |
#, php-format
|
1217 |
msgid "Could not fetch shipment %d."
|
1218 |
msgstr "Sendung %d konnte nicht gefunden werden."
|
1219 |
|
1220 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:742
|
1221 |
msgctxt "dhl"
|
1222 |
msgid "Error while generating shop order id."
|
1223 |
msgstr "Fehler beim Erzeugen der Shop Order Id."
|
1224 |
|
1225 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:778
|
1226 |
#, php-format
|
1227 |
msgctxt "dhl"
|
1228 |
msgid ""
|
1232 |
"Fehler beim Kauf des Labels. Bitte <a href=\"%s\">aktualisieren</a>Sie die "
|
1233 |
"Produktliste manuell und versuchen Sie es erneut."
|
1234 |
|
1235 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:816
|
1236 |
msgctxt "dhl"
|
1237 |
msgid "Error while downloading the PDF stamp."
|
1238 |
msgstr "Fehler beim Download des PDF Labels."
|
1239 |
|
1240 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:823
|
1241 |
msgctxt "dhl"
|
1242 |
msgid "Invalid stamp response."
|
1243 |
msgstr "Fehlerhafte Label Rückmeldung."
|
1351 |
msgid "Parcel API not available"
|
1352 |
msgstr "Paket API ist nicht erreichbar"
|
1353 |
|
1354 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:245
|
1355 |
msgctxt "dhl"
|
1356 |
msgid "Mon"
|
1357 |
msgstr "Mo"
|
1358 |
|
1359 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:246
|
1360 |
msgctxt "dhl"
|
1361 |
msgid "Tue"
|
1362 |
msgstr "Di"
|
1363 |
|
1364 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:247
|
1365 |
msgctxt "dhl"
|
1366 |
msgid "Wed"
|
1367 |
msgstr "Mi"
|
1368 |
|
1369 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:248
|
1370 |
msgctxt "dhl"
|
1371 |
msgid "Thu"
|
1372 |
msgstr "Do"
|
1373 |
|
1374 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:249
|
1375 |
msgctxt "dhl"
|
1376 |
msgid "Fri"
|
1377 |
msgstr "Fr"
|
1378 |
|
1379 |
# @ woocommerce-germanized
|
1380 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:250
|
1381 |
msgctxt "dhl"
|
1382 |
msgid "Sat"
|
1383 |
msgstr "Sa"
|
1384 |
|
1385 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:251
|
1386 |
msgctxt "dhl"
|
1387 |
msgid "Sun"
|
1388 |
msgstr "So"
|
1466 |
|
1467 |
# @ woocommerce-germanized
|
1468 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:105
|
1469 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:917
|
1470 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:946
|
1471 |
msgctxt "dhl"
|
1472 |
msgid "Address Type"
|
1473 |
msgstr "Adresstyp"
|
1493 |
"eintragen."
|
1494 |
|
1495 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:201
|
1496 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:609
|
1497 |
msgctxt "dhl"
|
1498 |
msgid "Invalid address type."
|
1499 |
msgstr "Ungültiger Adresstyp."
|
1500 |
|
1501 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:682
|
1502 |
#, php-format
|
1503 |
msgctxt "dhl"
|
1504 |
msgid "Please provide a valid number within the %s field."
|
1505 |
msgstr "Bitte geben Sie eine gültige Nummer im %s Feld an."
|
1506 |
|
1507 |
# @ woocommerce-germanized
|
1508 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:689
|
1509 |
msgctxt "dhl"
|
1510 |
msgid "Sorry, but delivery to packstation is not available."
|
1511 |
msgstr ""
|
1512 |
"Entschuldigung, die Lieferung an eine Packstation steht nicht zur Verfügung."
|
1513 |
|
1514 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:694
|
1515 |
msgctxt "dhl"
|
1516 |
msgid "Sorry, but delivery to parcel shops is not available."
|
1517 |
msgstr ""
|
1518 |
"Entschuldigung, die Lieferung an einen Paketshop steht nicht zur Verfügung."
|
1519 |
|
1520 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:698
|
1521 |
msgctxt "dhl"
|
1522 |
msgid "Sorry, but delivery to post offices is not available."
|
1523 |
msgstr "Entschuldigung, die Lieferung an Postfilialen ist nicht verfügbar."
|
1524 |
|
1525 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:705
|
1526 |
#, php-format
|
1527 |
msgctxt "dhl"
|
1528 |
msgid "Please indicate shipment to %s by one of the following values: %s."
|
1530 |
"Bitte identifizieren Sie die Lieferung an %s durch die Eingabe einer der "
|
1531 |
"folgenden Werte: %s."
|
1532 |
|
1533 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:713
|
1534 |
msgctxt "dhl"
|
1535 |
msgid ""
|
1536 |
"Your DHL customer number (Post number) is not valid. Please check your "
|
1539 |
"Ihre DHL Kundennummer (Postnummer) ist nicht gültig. Bitte überprüfen Sie "
|
1540 |
"Ihre Eingabe."
|
1541 |
|
1542 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:716
|
1543 |
msgctxt "dhl"
|
1544 |
msgid ""
|
1545 |
"Your DHL customer number (Post number) is needed to ship to a packstation."
|
1547 |
"Ihre DHL Kundennummer (Postnummer) wird für den Versand an eine Packstation "
|
1548 |
"benötigt."
|
1549 |
|
1550 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:766
|
1551 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:908
|
1552 |
msgctxt "dhl"
|
1553 |
msgid "Branch"
|
1554 |
msgstr "Filiale"
|
1555 |
|
1556 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:767
|
1557 |
msgctxt "dhl"
|
1558 |
msgid "Postnumber "
|
1559 |
msgstr "Postnummer "
|
1560 |
|
1561 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:883
|
1562 |
#, php-format
|
1563 |
msgctxt "dhl"
|
1564 |
msgid "e.g. %s 456"
|
1565 |
msgstr "z.B. %s 456"
|
1566 |
|
1567 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:908
|
1568 |
msgctxt "dhl"
|
1569 |
msgid "Branches"
|
1570 |
msgstr "Filialen"
|
1571 |
|
1572 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:924
|
1573 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:957
|
1574 |
msgctxt "dhl"
|
1575 |
msgid "DHL customer number (Post number)"
|
1576 |
msgstr "DHL Kundennummer (Postnummer)"
|
1577 |
|
1578 |
# @ woocommerce-germanized
|
1579 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:934
|
1580 |
msgctxt "dhl"
|
1581 |
msgid "Regular Address"
|
1582 |
msgstr "Normale Adresse"
|
1583 |
|
1584 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:961
|
1585 |
msgctxt "dhl"
|
1586 |
msgid "Not yet a DHL customer?"
|
1587 |
msgstr "Noch kein DHL Kunde?"
|
1588 |
|
1589 |
# @ woocommerce-germanized
|
1590 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:961
|
1591 |
msgctxt "dhl"
|
1592 |
msgid "Register now"
|
1593 |
msgstr "Jetzt registrieren"
|
1594 |
|
1595 |
# @ woocommerce-germanized
|
1596 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:1010
|
1597 |
#, php-format
|
1598 |
msgctxt "dhl"
|
1599 |
msgid "Search %s"
|
1600 |
msgstr "%s suchen"
|
1601 |
|
1602 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:1115
|
1603 |
msgctxt "dhl"
|
1604 |
msgid "No DHL locations found"
|
1605 |
msgstr "Keine DHL Standorte gefunden"
|
1606 |
|
1607 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:1130
|
1608 |
#, php-format
|
1609 |
msgctxt "dhl"
|
1610 |
msgid ""
|
1615 |
"einen %s oder %s."
|
1616 |
|
1617 |
# @ woocommerce-germanized
|
1618 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:1130
|
1619 |
msgctxt "dhl"
|
1620 |
msgid "DHL location"
|
1621 |
msgstr "DHL Standort"
|
1622 |
|
1623 |
+
#: woocommerce-germanized-dhl/src/ParcelLocator.php:1130
|
1624 |
msgctxt "dhl"
|
1625 |
msgid "retry"
|
1626 |
msgstr "Erneut versuchen"
|
3164 |
|
3165 |
# @ woocommerce-germanized
|
3166 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
|
3167 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1142
|
3168 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
3169 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:689
|
3170 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
|
3608 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
3609 |
|
3610 |
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
|
3611 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1074
|
3612 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1104
|
3613 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
3614 |
msgctxt "shipments"
|
3615 |
msgid "N/A"
|
3672 |
msgstr "Brief"
|
3673 |
|
3674 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
|
3675 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1140
|
3676 |
msgctxt "shipments"
|
3677 |
msgid "Shipment"
|
3678 |
msgstr "Sendung"
|
3694 |
|
3695 |
# @ woocommerce-germanized
|
3696 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:112
|
3697 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:360
|
3698 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:860
|
3699 |
msgctxt "shipments"
|
3700 |
msgid "Shipped"
|
3715 |
msgid "Returned"
|
3716 |
msgstr "Retourniert"
|
3717 |
|
3718 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:358
|
3719 |
msgctxt "shipments"
|
3720 |
msgid "Draft"
|
3721 |
msgstr "Entwurf"
|
3722 |
|
3723 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:359
|
3724 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:852
|
3725 |
msgctxt "shipments"
|
3726 |
msgid "Processing"
|
3727 |
msgstr "In Bearbeitung"
|
3728 |
|
3729 |
# @ woocommerce-germanized
|
3730 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:361
|
3731 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:50
|
3732 |
msgctxt "shipments"
|
3733 |
msgid "Delivered"
|
3734 |
msgstr "Geliefert"
|
3735 |
|
3736 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:362
|
3737 |
msgctxt "shipments"
|
3738 |
msgid "Requested"
|
3739 |
msgstr "Beantragt"
|
3740 |
|
3741 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:411
|
3742 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:81
|
3743 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:135
|
3744 |
msgctxt "shipments"
|
3745 |
msgid "Invalid order."
|
3746 |
msgstr "Ungültige Bestellung."
|
3747 |
|
3748 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:415
|
3749 |
msgctxt "shipments"
|
3750 |
msgid "This order is already fully returned."
|
3751 |
msgstr "Diese Bestellung wurde bereits vollständig zurückgesendet."
|
3752 |
|
3753 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:426
|
3754 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:467
|
3755 |
msgctxt "shipments"
|
3756 |
msgid "Error while creating the shipment instance"
|
3757 |
msgstr "Fehler beim Erstellen der Sendungsinstanz"
|
3758 |
|
3759 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:452
|
3760 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:456
|
3761 |
#: woocommerce-germanized-shipments/src/ReturnShipment.php:248
|
3762 |
+
#: woocommerce-germanized-shipments/src/ReturnShipment.php:325
|
3763 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:118
|
3764 |
+
#: woocommerce-germanized-shipments/src/SimpleShipment.php:228
|
3765 |
msgctxt "shipments"
|
3766 |
msgid "Invalid shipment order"
|
3767 |
msgstr "Ungültige Bestellung zur Sendung"
|
3768 |
|
3769 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:486
|
3770 |
msgctxt "shipments"
|
3771 |
msgid "Invalid order item"
|
3772 |
msgstr "Ungültige Bestellposition"
|
3773 |
|
3774 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:608
|
3775 |
msgctxt "shipments"
|
3776 |
msgid "Invalid shipment item"
|
3777 |
msgstr "Ungültige Sendungsposition"
|
3778 |
|
3779 |
# @ woocommerce-germanized
|
3780 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:689
|
3781 |
msgctxt "shipments"
|
3782 |
msgid "None"
|
3783 |
msgstr "Keiner"
|
3784 |
|
3785 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:730
|
3786 |
msgctxt "shipments-shipping-provider"
|
3787 |
msgid "Unknown"
|
3788 |
msgstr "Unbekannt"
|
3789 |
|
3790 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:775
|
3791 |
msgctxt "shipments"
|
3792 |
msgid "Error while uploading file."
|
3793 |
msgstr "Fehler beim Hochladen der Datei."
|
3794 |
|
3795 |
# @ woocommerce-germanized
|
3796 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:784
|
3797 |
msgctxt "shipments"
|
3798 |
msgid "First Name"
|
3799 |
msgstr "Vorname"
|
3800 |
|
3801 |
# @ woocommerce-germanized
|
3802 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:785
|
3803 |
msgctxt "shipments"
|
3804 |
msgid "Last Name"
|
3805 |
msgstr "Nachname"
|
3806 |
|
3807 |
# @ woocommerce-germanized
|
3808 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:786
|
3809 |
msgctxt "shipments"
|
3810 |
msgid "Full Name"
|
3811 |
msgstr "Vollständiger Name"
|
3812 |
|
3813 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:787
|
3814 |
msgctxt "shipments"
|
3815 |
msgid "Company"
|
3816 |
msgstr "Firma"
|
3817 |
|
3818 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:788
|
3819 |
msgctxt "shipments"
|
3820 |
msgid "Address 1"
|
3821 |
msgstr "Adresszeile 1"
|
3822 |
|
3823 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:789
|
3824 |
msgctxt "shipments"
|
3825 |
msgid "Address 2"
|
3826 |
msgstr "Adresszeile 2"
|
3827 |
|
3828 |
# @ woocommerce-germanized
|
3829 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:790
|
3830 |
msgctxt "shipments"
|
3831 |
msgid "Street"
|
3832 |
msgstr "Straße"
|
3833 |
|
3834 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:791
|
3835 |
msgctxt "shipments"
|
3836 |
msgid "House Number"
|
3837 |
msgstr "Hausnummer"
|
3838 |
|
3839 |
# @ woocommerce-germanized
|
3840 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:792
|
3841 |
msgctxt "shipments"
|
3842 |
msgid "Postcode"
|
3843 |
msgstr "Postleitzahl"
|
3844 |
|
3845 |
# @ woocommerce-germanized
|
3846 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:793
|
3847 |
msgctxt "shipments"
|
3848 |
msgid "City"
|
3849 |
msgstr "Stadt"
|
3850 |
|
3851 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:794
|
3852 |
msgctxt "shipments"
|
3853 |
msgid "Country"
|
3854 |
msgstr "Land"
|
3855 |
|
3856 |
# @ woocommerce-germanized
|
3857 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:795
|
3858 |
msgctxt "shipments"
|
3859 |
msgid "State"
|
3860 |
msgstr "Staat"
|
3861 |
|
3862 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:796
|
3863 |
msgctxt "shipments"
|
3864 |
msgid "Phone"
|
3865 |
msgstr "Telefon"
|
3866 |
|
3867 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:797
|
3868 |
msgctxt "shipments"
|
3869 |
msgid "Email"
|
3870 |
msgstr "E-Mail"
|
3871 |
|
3872 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:798
|
3873 |
msgctxt "shipments"
|
3874 |
msgid "Customs Reference Number"
|
3875 |
msgstr "Identifikationsnummer (Zoll)"
|
3876 |
|
3877 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:848
|
3878 |
+
#: woocommerce-germanized-shipments/src/Shipment.php:1091
|
3879 |
+
#: woocommerce-germanized-shipments/src/Shipment.php:1349
|
3880 |
#, php-format
|
3881 |
msgctxt "full name"
|
3882 |
msgid "%1$s %2$s"
|
3883 |
msgstr "%1$s %2$s"
|
3884 |
|
3885 |
# @ woocommerce-germanized
|
3886 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1141
|
3887 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
3888 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:688
|
3889 |
msgctxt "shipments"
|
3890 |
msgid "Date"
|
3891 |
msgstr "Datum"
|
3892 |
|
3893 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1143
|
3894 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
|
3895 |
msgctxt "shipments"
|
3896 |
msgid "Tracking"
|
3897 |
msgstr "Sendungsverfolgung"
|
3898 |
|
3899 |
# @ woocommerce-germanized
|
3900 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1144
|
3901 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:235
|
3902 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
3903 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:696
|
3905 |
msgid "Actions"
|
3906 |
msgstr "Aktionen"
|
3907 |
|
3908 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1380
|
3909 |
msgctxt "shipments"
|
3910 |
msgid "View"
|
3911 |
msgstr "Anzeigen"
|
3912 |
|
3913 |
# @ woocommerce-germanized
|
3914 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1387
|
3915 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:871
|
3916 |
#: woocommerce-germanized-shipments/src/Ajax.php:342
|
3917 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
4641 |
msgid "Addresses"
|
4642 |
msgstr "Adressen"
|
4643 |
|
4644 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:486
|
4645 |
msgctxt "shipments"
|
4646 |
msgid "More services"
|
4647 |
msgstr "Mehr Services"
|
4648 |
|
4649 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:489
|
4650 |
msgctxt "shipments"
|
4651 |
msgid "Fewer services"
|
4652 |
msgstr "Weniger Services"
|
5949 |
msgstr "l"
|
5950 |
|
5951 |
# @ woocommerce-germanized
|
5952 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:674
|
5953 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:684
|
5954 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:515
|
5955 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:620
|
5956 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:628
|
5957 |
msgid "incl. VAT"
|
5958 |
msgstr "inkl. MwSt."
|
5959 |
|
5960 |
# @ woocommerce-germanized
|
5961 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:674
|
5962 |
msgid "excl. VAT"
|
5963 |
msgstr "exkl. MwSt."
|
5964 |
|
5965 |
# @ woocommerce-germanized
|
5966 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:676
|
5967 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:515
|
5968 |
#, php-format
|
5969 |
msgid "incl. %s%% VAT"
|
5970 |
msgstr "inkl. %s %% MwSt."
|
5971 |
|
5972 |
# @ woocommerce-germanized
|
5973 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:676
|
5974 |
#, php-format
|
5975 |
msgid "excl. %s%% VAT"
|
5976 |
msgstr "exkl. %s %% MwSt."
|
5977 |
|
5978 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:44
|
5979 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:370
|
5980 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:50
|
5981 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:63
|
5982 |
+
msgid "Yes"
|
5983 |
+
msgstr "Ja"
|
5984 |
+
|
5985 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:46
|
5986 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:370
|
5987 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:63
|
5988 |
+
msgid "No"
|
5989 |
+
msgstr "Nein"
|
5990 |
+
|
5991 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:60
|
5992 |
+
msgid "DOI Confirmed?"
|
5993 |
+
msgstr "DOI bestätigt?"
|
5994 |
+
|
5995 |
# @ woocommerce-germanized
|
5996 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:84
|
5997 |
msgid "Double opt in"
|
5998 |
msgstr "Double Opt-In"
|
5999 |
|
6000 |
# @ woocommerce-germanized
|
6001 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:90
|
6002 |
msgid "Yes, customer opted in"
|
6003 |
msgstr "Ja, Kunde wurde per Double Opt-In bestätigt"
|
6004 |
|
6005 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:94
|
6006 |
msgid "Resend activation link"
|
6007 |
msgstr "Aktivierungscode erneut versenden"
|
6008 |
|
6061 |
|
6062 |
# @ woocommerce-germanized
|
6063 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:78
|
6064 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:452
|
6065 |
msgid "Downloadable Product"
|
6066 |
msgstr "Herunterladbares Produkt"
|
6067 |
|
6068 |
# @ woocommerce-germanized
|
6069 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:79
|
6070 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:453
|
6071 |
msgid "Virtual Product"
|
6072 |
msgstr "Virtuelles Produkt"
|
6073 |
|
6074 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:80
|
6075 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:170
|
6076 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:204
|
6077 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:454
|
6078 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:164
|
6079 |
msgid "Service"
|
6080 |
msgstr "Dienstleistung"
|
6081 |
|
6168 |
|
6169 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:58
|
6170 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:79
|
6171 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:201
|
6172 |
msgid "Age Verification"
|
6173 |
msgstr "Altersprüfung"
|
6174 |
|
6175 |
# @ woocommerce-germanized
|
6176 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:60
|
6177 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:206
|
6178 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:216
|
6179 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:340
|
6180 |
msgid "Same as Parent"
|
6181 |
msgstr "Gleiche wie übergeordnet"
|
6182 |
|
6183 |
# @ woocommerce-germanized
|
6184 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:82
|
6185 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:461
|
6186 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:581
|
6187 |
msgid "None"
|
6188 |
msgstr "Keine"
|
6189 |
|
6217 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:69
|
6218 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:144
|
6219 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
|
6220 |
+
#: woocommerce-germanized/woocommerce-germanized.php:868
|
6221 |
msgid "Settings"
|
6222 |
msgstr "Einstellungen"
|
6223 |
|
6234 |
|
6235 |
# @ woocommerce-germanized
|
6236 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:87
|
6237 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:18
|
6238 |
msgid "Start tutorial"
|
6239 |
msgstr "Tutorial starten"
|
6240 |
|
6375 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
6376 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:51
|
6377 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
6378 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:291
|
6379 |
msgid "Terms & Conditions"
|
6380 |
msgstr "AGB"
|
6381 |
|
6382 |
# @ woocommerce-germanized
|
6383 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:46
|
6384 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:61
|
6385 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:292
|
6386 |
msgid "Cancellation Policy"
|
6387 |
msgstr "Widerrufsbelehrung"
|
6388 |
|
6390 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
6391 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:82
|
6392 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
6393 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:293
|
6394 |
msgid "Imprint"
|
6395 |
msgstr "Impressum"
|
6396 |
|
6397 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
|
6398 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:92
|
6399 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:294
|
6400 |
msgid "Privacy Policy"
|
6401 |
msgstr "Datenschutz"
|
6402 |
|
6403 |
# @ woocommerce-germanized
|
6404 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
6405 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:102
|
6406 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:298
|
6407 |
msgid "Payment Methods"
|
6408 |
msgstr "Zahlungarten"
|
6409 |
|
6418 |
msgstr "Willkommen bei Germanized"
|
6419 |
|
6420 |
# @ woocommerce-germanized
|
6421 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:294
|
6422 |
msgid "Go to Germanized Settings"
|
6423 |
msgstr "Germanized Einstellungen"
|
6424 |
|
6426 |
# @ woocommerce-germanized
|
6427 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:34
|
6428 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:43
|
6429 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:28
|
6430 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:37
|
6431 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:26
|
6432 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:35
|
6433 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:23
|
6434 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:32
|
6435 |
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:56
|
6436 |
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:65
|
6437 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:35
|
6438 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:44
|
6439 |
+
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:23
|
6440 |
+
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:32
|
6441 |
+
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:23
|
6442 |
+
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:32
|
6443 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:27
|
6444 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:36
|
6445 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:25
|
6446 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:34
|
6447 |
+
#: woocommerce-germanized/woocommerce-germanized.php:133
|
6448 |
+
#: woocommerce-germanized/woocommerce-germanized.php:142
|
6449 |
msgid "Cheatin’ huh?"
|
6450 |
msgstr "So geht das leider nicht.."
|
6451 |
|
6452 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:146
|
6453 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:180
|
6454 |
msgctxt "dhl"
|
6455 |
msgid "Action failed. Please refresh the page and retry."
|
6456 |
msgstr ""
|
6457 |
"Aktion fehlgeschlagen. Bitte aktualisieren Sie die Seite und versuchen es "
|
6458 |
"erneut."
|
6459 |
|
6460 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:150
|
6461 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:184
|
6462 |
msgctxt "dhl"
|
6463 |
msgid "You don't have permission to do this."
|
6464 |
msgstr "Sie sind leider nicht berechtigt, diese Aktion durchzuführen."
|
6465 |
|
6466 |
# @ woocommerce-germanized
|
6467 |
#. Plugin Name of the plugin/theme
|
6468 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:260
|
6469 |
msgid "Germanized for WooCommerce"
|
6470 |
msgstr "Germanized für WooCommerce"
|
6471 |
|
6472 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:442
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6473 |
msgid "Paid for order notification manually sent to customer."
|
6474 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
6475 |
|
6476 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:462
|
6477 |
msgid "Order confirmation manually sent to customer."
|
6478 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
6479 |
|
6480 |
# @ woocommerce-germanized
|
6481 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:482
|
6482 |
msgid "Resend order confirmation"
|
6483 |
msgstr "Bestellbestätigung erneut versenden"
|
6484 |
|
6485 |
# @ woocommerce-germanized
|
6486 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:483
|
6487 |
msgid "Send paid for order notification"
|
6488 |
msgstr "Bestellung bezahlt manuell versenden"
|
6489 |
|
6490 |
# @ woocommerce-germanized
|
6491 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:493
|
6492 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:121
|
6493 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
6494 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:92
|
6497 |
msgid "Germanized"
|
6498 |
msgstr "Germanized"
|
6499 |
|
6500 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:507
|
6501 |
msgid "Parcel Delivery Data Transfer:"
|
6502 |
msgstr "Paketdienstleister Datenweitergabe:"
|
6503 |
|
6504 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:508
|
6505 |
msgid "allowed"
|
6506 |
msgstr "akzeptiert"
|
6507 |
|
6508 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:508
|
6509 |
msgid "not allowed"
|
6510 |
msgstr "nicht akzeptiert"
|
6511 |
|
6512 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:555
|
6513 |
+
msgid "Insert delivery time name, slug or id."
|
6514 |
+
msgstr "Fügen Sie Lieferzeit, Slug oder eine ID ein."
|
6515 |
+
|
6516 |
+
# @ woocommerce-germanized
|
6517 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:556
|
6518 |
+
msgid "Insert product units amount."
|
6519 |
+
msgstr "Fügen Sie die Anzahl der Produkteinheiten ein."
|
6520 |
+
|
6521 |
# @ woocommerce-germanized
|
6522 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:604
|
6523 |
msgid "Optional Email Content"
|
6524 |
msgstr "Optionaler E-Mail Inhalt"
|
6525 |
|
6526 |
# @ woocommerce-germanized
|
6527 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:622
|
6528 |
msgid "Add content which will be replacing default page content within emails."
|
6529 |
msgstr ""
|
6530 |
"Füllen Sie dieses Feld aus um einen abweichenden E-Mail Anhangstext für "
|
6531 |
"diese Seite zu bestimmen."
|
6532 |
|
6533 |
# @ woocommerce-germanized
|
6534 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:636
|
6535 |
+
msgid "Cart description"
|
6536 |
+
msgstr "Warenkorbkurzbeschreibung"
|
6537 |
+
|
6538 |
+
# @ woocommerce-germanized
|
6539 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:641
|
6540 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:366
|
6541 |
+
msgid "Defect description"
|
6542 |
+
msgstr "Mängelbeschreibung"
|
6543 |
|
6544 |
# @ woocommerce-germanized
|
6545 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:663
|
6546 |
msgid ""
|
6547 |
"This content will be shown as short product description within checkout and "
|
6548 |
"emails."
|
6550 |
"Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als "
|
6551 |
"Produkt Kurzbeschreibung angezeigt."
|
6552 |
|
6553 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:673
|
6554 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:369
|
6555 |
+
msgid ""
|
6556 |
+
"Inform your customers about product defects. This description will be shown "
|
6557 |
+
"on top of your product description and during cart/checkout."
|
6558 |
+
msgstr ""
|
6559 |
+
"Informieren Sie Ihre Kunden über Produktmängel. Diese Beschreibung wird auf "
|
6560 |
+
"der Produktseite und im Warenkorb/Kasse angezeigt."
|
6561 |
+
|
6562 |
+
# @ woocommerce-germanized
|
6563 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:145
|
6564 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:225
|
6565 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:256
|
6566 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:171
|
6567 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:382
|
6568 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-unit-price.php:10
|
6569 |
+
msgid "Unit Price"
|
6570 |
+
msgstr "Grundpreis"
|
6571 |
+
|
6572 |
+
# @ woocommerce-germanized
|
6573 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:146
|
6574 |
+
msgid "Set product units"
|
6575 |
+
msgstr "Produkteinheiten festlegen"
|
6576 |
+
|
6577 |
+
# @ woocommerce-germanized
|
6578 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:148
|
6579 |
+
msgid "Toggle auto calculation"
|
6580 |
+
msgstr "Automatische Berechnung an-/ausschalten"
|
6581 |
+
|
6582 |
+
# @ woocommerce-germanized
|
6583 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:151
|
6584 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:266
|
6585 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:99
|
6586 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:369
|
6587 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:34
|
6588 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:268
|
6589 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-delivery-time.php:10
|
6590 |
+
msgid "Delivery Time"
|
6591 |
+
msgstr "Lieferzeit"
|
6592 |
+
|
6593 |
+
# @ woocommerce-germanized
|
6594 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:152
|
6595 |
+
msgid "Set delivery time"
|
6596 |
+
msgstr "Lieferzeit festlegen"
|
6597 |
|
6598 |
+
# @ woocommerce-germanized
|
6599 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:154
|
6600 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:92
|
6601 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:787
|
6602 |
+
msgid "Status"
|
6603 |
+
msgstr "Status"
|
6604 |
+
|
6605 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:155
|
6606 |
+
msgid "Toggle "Service""
|
6607 |
+
msgstr ""Service" an-/ausschalten"
|
6608 |
+
|
6609 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:156
|
6610 |
+
msgid "Toggle "Used Good""
|
6611 |
+
msgstr ""Gebrauchtware" an-/ausschalten"
|
6612 |
+
|
6613 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:157
|
6614 |
+
msgid "Toggle "Defective Copy""
|
6615 |
+
msgstr ""Mängelexemplar" an-/ausschalten"
|
6616 |
+
|
6617 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:173
|
6618 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:212
|
6619 |
+
msgid "Used Good"
|
6620 |
+
msgstr "Gebrauchtware"
|
6621 |
+
|
6622 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:173
|
6623 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:213
|
6624 |
+
msgid "Product is a used good."
|
6625 |
+
msgstr "Produkt ist gebraucht."
|
6626 |
+
|
6627 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:176
|
6628 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:220
|
6629 |
+
msgid "Defective Copy"
|
6630 |
+
msgstr "Mängelexemplar"
|
6631 |
+
|
6632 |
+
# @ woocommerce-germanized
|
6633 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:176
|
6634 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:221
|
6635 |
+
msgid "Product has defects."
|
6636 |
+
msgstr "Produkt hat Mängel."
|
6637 |
+
|
6638 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:204
|
6639 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:246
|
6640 |
msgid "Sale Label"
|
6641 |
msgstr "Regulärer Preishinweis"
|
6642 |
|
6643 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:214
|
6644 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:254
|
6645 |
msgid "Sale Regular Label"
|
6646 |
msgstr "Neuer Preis Hinweis"
|
6647 |
|
6648 |
# @ woocommerce-germanized
|
6649 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:230
|
6650 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:270
|
6651 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:232
|
6652 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:264
|
6653 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-units.php:10
|
6655 |
msgstr "Produkteinheiten"
|
6656 |
|
6657 |
# @ woocommerce-germanized
|
6658 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:230
|
6659 |
msgid ""
|
6660 |
"Number of units included per default product price. Example: 1000 ml. Leave "
|
6661 |
"blank to use parent value."
|
6664 |
"Frei lassen um den Wert des Eltern-Produkts zu verwenden."
|
6665 |
|
6666 |
# @ woocommerce-germanized
|
6667 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:237
|
6668 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:302
|
6669 |
msgid "Calculation"
|
6670 |
msgstr "Berechnung"
|
6671 |
|
6672 |
# @ woocommerce-germanized
|
6673 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:242
|
6674 |
msgid "Calculate unit prices automatically"
|
6675 |
msgstr "Grundpreis automatisch berechnen"
|
6676 |
|
6677 |
# @ woocommerce-germanized
|
6678 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:247
|
6679 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:308
|
6680 |
msgid "Regular Unit Price"
|
6681 |
msgstr "Einheitspreis"
|
6682 |
|
6683 |
# @ woocommerce-germanized
|
6684 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:254
|
6685 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:314
|
6686 |
msgid "Sale Unit Price"
|
6687 |
msgstr "Angebots-Einheitspreis"
|
6688 |
|
6689 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:261
|
6690 |
#, php-format
|
6691 |
msgid ""
|
6692 |
"To enable unit prices on variation level please choose a unit and unit price "
|
6695 |
"Um Einheitspreise auf Variationen-Ebene zu aktivieren, bitte Einheit und "
|
6696 |
"Grundpreiseinheiten unter %s auswählen."
|
6697 |
|
6698 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:261
|
6699 |
msgid "general product data"
|
6700 |
msgstr "Allgemein"
|
6701 |
|
6702 |
# @ woocommerce-germanized
|
6703 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:271
|
6704 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:287
|
6705 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6706 |
msgid "Same as parent"
|
6707 |
msgstr "Gleiche wie übergeordnet"
|
6708 |
|
6709 |
# @ woocommerce-germanized
|
6710 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:283
|
6711 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:454
|
6712 |
#, php-format
|
6713 |
msgid "Delivery Time (%s)"
|
6714 |
msgstr "Lieferzeit (%s)"
|
6715 |
|
6716 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:294
|
6717 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:329
|
6718 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:464
|
6719 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:498
|
6720 |
msgid "remove"
|
6721 |
msgstr "löschen"
|
6722 |
|
6723 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:307
|
6724 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:475
|
6725 |
msgid "Add country specific delivery time"
|
6726 |
msgstr "Länderspezifische Lieferzeit hinzufügen"
|
6727 |
|
6728 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:314
|
6729 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:483
|
6730 |
msgid "Select country"
|
6731 |
msgstr "Land auswählen"
|
6732 |
|
6733 |
# @ woocommerce-germanized
|
6734 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:325
|
6735 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:342
|
6736 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:373
|
6737 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:494
|
6738 |
msgid "Search for a delivery time…"
|
6739 |
msgstr "Lieferzeit suchen…"
|
6740 |
|
6741 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:338
|
6742 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:324
|
6743 |
msgid "Minimum Age"
|
6744 |
msgstr "Mindestalter"
|
6745 |
|
6746 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:350
|
6747 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:395
|
6748 |
+
msgid "Warranty (PDF)"
|
6749 |
+
msgstr "Garantie (PDF)"
|
6750 |
+
|
6751 |
+
# @ woocommerce-germanized
|
6752 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:351
|
6753 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:396
|
6754 |
+
msgid "Choose file"
|
6755 |
+
msgstr "Datei auswählen"
|
6756 |
+
|
6757 |
+
# @ woocommerce-germanized
|
6758 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:351
|
6759 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:396
|
6760 |
+
msgid "Select warranty file"
|
6761 |
+
msgstr "Garantie auswählen"
|
6762 |
+
|
6763 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:353
|
6764 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:398
|
6765 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:30
|
6766 |
+
msgid "Delete"
|
6767 |
+
msgstr "Löschen"
|
6768 |
+
|
6769 |
+
# @ woocommerce-germanized
|
6770 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:359
|
6771 |
+
msgid "Optional Mini Description"
|
6772 |
+
msgstr "Warenkorb Kurzbeschreibung"
|
6773 |
+
|
6774 |
+
# @ woocommerce-germanized
|
6775 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:369
|
6776 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:288
|
6777 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:220
|
6778 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-defect-description.php:10
|
6779 |
+
msgid "Defect Description"
|
6780 |
+
msgstr "Mängelbeschreibung"
|
6781 |
+
|
6782 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:104
|
6783 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:118
|
6784 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:127
|
6785 |
+
msgid "— No change —"
|
6786 |
+
msgstr "— Keine Änderung —"
|
6787 |
+
|
6788 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:105
|
6789 |
+
msgid "Change to:"
|
6790 |
+
msgstr "Ändern in:"
|
6791 |
+
|
6792 |
+
# @ woocommerce-germanized
|
6793 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:106
|
6794 |
+
msgid "No delivery time"
|
6795 |
+
msgstr "Keine Lieferzeit"
|
6796 |
+
|
6797 |
+
# @ woocommerce-germanized
|
6798 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:124
|
6799 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:262
|
6800 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:148
|
6801 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:98
|
6802 |
+
msgid "Unit"
|
6803 |
+
msgstr "Einheit"
|
6804 |
+
|
6805 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:128
|
6806 |
+
msgid "No unit"
|
6807 |
+
msgstr "Keine Einheit"
|
6808 |
+
|
6809 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:205
|
6810 |
+
msgid "Service products do not sell physical products."
|
6811 |
+
msgstr "Dienstleistungen werden nicht in physikalischer Form verkauft."
|
6812 |
+
|
6813 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:228
|
6814 |
+
msgid "Differential taxed"
|
6815 |
+
msgstr "Differenzbesteuert"
|
6816 |
|
6817 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:229
|
6818 |
msgid "Product applies to differential taxation based on §25a UStG."
|
6819 |
msgstr "Produkt ist differenzbesteuert nach §25a UStG."
|
6820 |
|
6821 |
# @ woocommerce-germanized
|
6822 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:247
|
6823 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:255
|
6824 |
msgid "Select Price Label"
|
6825 |
msgstr "Preishinweis auswählen"
|
6826 |
|
6827 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:249
|
6828 |
msgid ""
|
6829 |
"If the product is on sale you may want to show a price label right before "
|
6830 |
"outputting the old price to inform the customer."
|
6834 |
"Preis). Mit diesem Hinweis können Sie genau festlegen, um welchen Preis es "
|
6835 |
"sich dabei handelte (z.B. UVP)."
|
6836 |
|
6837 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:257
|
6838 |
msgid ""
|
6839 |
"If the product is on sale you may want to show a price label right before "
|
6840 |
"outputting the new price to inform the customer."
|
6844 |
"neuer Preis)."
|
6845 |
|
6846 |
# @ woocommerce-germanized
|
6847 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:263
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6848 |
msgid "Select unit"
|
6849 |
msgstr "Einheit auswählen"
|
6850 |
|
6851 |
# @ woocommerce-germanized
|
6852 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:265
|
6853 |
msgid "Needed if selling on a per unit basis"
|
6854 |
msgstr "Notwendig falls auf pro-Einheit-Basis verkauft werden soll"
|
6855 |
|
6856 |
# @ woocommerce-germanized
|
6857 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:273
|
6858 |
msgid "Number of units included per default product price. Example: 1000 ml."
|
6859 |
msgstr ""
|
6860 |
"Anzahl der Produkteinheiten auf Basis des Produktpreises. Beispiel: 1000 ml."
|
6861 |
|
6862 |
# @ woocommerce-germanized
|
6863 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:278
|
6864 |
msgid "Unit Price Units"
|
6865 |
msgstr "Grundpreiseinheiten"
|
6866 |
|
6867 |
# @ woocommerce-germanized
|
6868 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:281
|
6869 |
msgid ""
|
6870 |
"Unit price units. Example unit price: 0,99 € / 100 ml. Insert 100 as unit "
|
6871 |
"price unit amount."
|
6874 |
"hier 100 als Grundpreiseinheiten ein."
|
6875 |
|
6876 |
# @ woocommerce-germanized
|
6877 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:303
|
6878 |
msgid "Calculate unit prices automatically."
|
6879 |
msgstr "Grundpreis automatisch berechnen"
|
6880 |
|
6881 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:326
|
6882 |
msgid "Adds an age verification checkbox while purchasing this product."
|
6883 |
msgstr "Fügt eine Checkbox zur Altersprüfung für dieses Produkt hinzu."
|
6884 |
|
6885 |
# @ woocommerce-germanized
|
6886 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:384
|
6887 |
msgid "Free shipping?"
|
6888 |
msgstr "Versand kostenlos?"
|
6889 |
|
6890 |
# @ woocommerce-germanized
|
6891 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:385
|
6892 |
msgid "This option disables the \"plus shipping costs\" notice on product page"
|
6893 |
msgstr ""
|
6894 |
"Deaktiviert den „zzgl. Versandkosten“ Hinweis. Ohne Auswirkungen auf die "
|
6895 |
"Versandkosten"
|
6896 |
|
6897 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:412
|
6898 |
msgid "EU-wide"
|
6899 |
msgstr "EU-weit"
|
6900 |
|
6901 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:416
|
6902 |
msgid "Non-EU-wide"
|
6903 |
msgstr "Nicht-EU-weit"
|
6904 |
|
6905 |
# @ woocommerce-germanized
|
6906 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:458
|
6907 |
msgid "Same as default"
|
6908 |
msgstr "Gleiche wie übergeordnet"
|
6909 |
|
7252 |
"Um es übersichtlicher für Sie zu machen, haben wir die Einstellungen in "
|
7253 |
"mehrere Tabs aufgeteilt."
|
7254 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7255 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:93
|
7256 |
msgid ""
|
7257 |
"Some features can be switched on or off explicitly by toggling the input."
|
7532 |
"Checkbox bearbeiten indem Sie auf den Link klicken."
|
7533 |
|
7534 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-checkboxes.php:62
|
7535 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:823
|
7536 |
msgid "Label"
|
7537 |
msgstr "Beschriftung"
|
7538 |
|
7736 |
# @ woocommerce
|
7737 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:187
|
7738 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:230
|
7739 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:139
|
7740 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:146
|
7741 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:140
|
7742 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:146
|
7743 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:621
|
7744 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:634
|
7745 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:246
|
7746 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:254
|
7747 |
msgid "Title"
|
7748 |
msgstr "Anrede"
|
7749 |
|
7815 |
"Zahlungsarten deaktivieren."
|
7816 |
|
7817 |
# @ woocommerce-germanized
|
7818 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:257
|
7819 |
msgid "Customer"
|
7820 |
msgstr "Kunde"
|
7821 |
|
7822 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:257
|
7823 |
msgid "Admin"
|
7824 |
msgstr "Admin"
|
7825 |
|
7826 |
# @ woocommerce-germanized
|
7827 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:274
|
7828 |
#, php-format
|
7829 |
msgid "Attach %s"
|
7830 |
msgstr "%s"
|
7831 |
|
7832 |
# @ woocommerce-germanized
|
7833 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:275
|
7834 |
#, php-format
|
7835 |
msgid "Attach %s to the following email templates"
|
7836 |
msgstr "%s an die folgenden E-Mail Templates anfügen"
|
7858 |
|
7859 |
# @ woocommerce-germanized
|
7860 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
|
7861 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:725
|
7862 |
+
#: woocommerce-germanized/src/Shopmarks.php:369
|
7863 |
msgid "Checkout"
|
7864 |
msgstr "Kasse"
|
7865 |
|
8079 |
|
8080 |
# @ woocommerce-germanized
|
8081 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:207
|
8082 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:396
|
8083 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:143
|
8084 |
msgid "Notice Text"
|
8085 |
msgstr "Hinweistext"
|
8091 |
"Passen Sie hier, falls notwending, den Kleinunternehmer Hinweistext an."
|
8092 |
|
8093 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:215
|
8094 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:381
|
8095 |
msgid ""
|
8096 |
"Value added tax is not collected, as small businesses according to §19 (1) "
|
8097 |
"UStG."
|
8454 |
|
8455 |
# @ woocommerce-germanized
|
8456 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:87
|
8457 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:338
|
8458 |
msgid "Location"
|
8459 |
msgstr "Ort"
|
8460 |
|
8470 |
"Theme abweichen kann."
|
8471 |
|
8472 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:101
|
8473 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:353
|
8474 |
msgid "Priority"
|
8475 |
msgstr "Priorität"
|
8476 |
|
8500 |
"Lieferzeit zugeordnet wurde."
|
8501 |
|
8502 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:134
|
8503 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:507
|
8504 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:554
|
8505 |
msgid "Format"
|
8506 |
msgstr "Format"
|
8507 |
|
8552 |
msgid "Tax Info"
|
8553 |
msgstr "MwSt. Hinweis"
|
8554 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8555 |
# @ woocommerce-germanized
|
8556 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:239
|
8557 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:272
|
8563 |
msgid "Short Description"
|
8564 |
msgstr "Warenkorbkurzbeschreibung"
|
8565 |
|
8566 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:311
|
8567 |
#, php-format
|
8568 |
msgid "Show %s shopmark"
|
8569 |
msgstr "Preisauszeichnung „%s“ anzeigen"
|
8570 |
|
8571 |
# @ woocommerce-germanized
|
8572 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:319
|
8573 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:103
|
8574 |
msgid "Tax"
|
8575 |
msgstr "Steuer"
|
8576 |
|
8577 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:320
|
8578 |
msgid "Show Tax shopmark"
|
8579 |
msgstr "Preisauszeichnung „Steuer“ anzeigen"
|
8580 |
|
8581 |
# @ woocommerce-germanized
|
8582 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:328
|
8583 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:390
|
8584 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:299
|
8585 |
msgid "Shipping Costs"
|
8586 |
msgstr "Versandkosten"
|
8587 |
|
8588 |
# @ woocommerce-germanized
|
8589 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:329
|
8590 |
msgid "Show Shipping Costs shopmark"
|
8591 |
msgstr "Preisauszeichnung „Versandkosten“ anzeigen"
|
8592 |
|
8593 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:339
|
8594 |
msgid ""
|
8595 |
"Choose a location for the shopmark. Locations are mapped to specific "
|
8596 |
"WooCommerce hooks and may differ from Theme to Theme."
|
8599 |
"WooCommerce an bestimmte Hooks gebunden und können sich von Theme zu Theme "
|
8600 |
"unterscheiden."
|
8601 |
|
8602 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:354
|
8603 |
#, php-format
|
8604 |
msgid ""
|
8605 |
"Choose a priority by which the shopmark should be attached to the location. "
|
8610 |
"gebunden werden soll. Je höher die Priorität ist, desto später wird die "
|
8611 |
"Preisauszeichnung hinzugefügt. Standard ist %d."
|
8612 |
|
8613 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:373
|
8614 |
msgid "Price Ranges"
|
8615 |
msgstr "Preisspannen"
|
8616 |
|
8617 |
# @ woocommerce-germanized
|
8618 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:379
|
8619 |
msgid "Price Range Format"
|
8620 |
msgstr "Preisspannen-Format"
|
8621 |
|
8622 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:380
|
8623 |
msgid ""
|
8624 |
"Adjust the price range format e.g. for variable products. Use {min_price} as "
|
8625 |
"placeholder for the minimum price. Use {max_price} as placeholder for the "
|
8629 |
"Sie {min_price} als Platzhalter für den minimalen Preis und {max_price} als "
|
8630 |
"Platzhalter für den höchsten Preis."
|
8631 |
|
8632 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:384
|
8633 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:988
|
8634 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:992
|
8635 |
msgid "{min_price} – {max_price}"
|
8636 |
msgstr "{min_price} – {max_price}"
|
8637 |
|
8638 |
# @ woocommerce-germanized
|
8639 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:397
|
8640 |
msgid ""
|
8641 |
"This text will be used to inform the customer about shipping costs. Use "
|
8642 |
"{link}{/link} to insert link to shipping costs page."
|
8646 |
"Link zur Versandkosten-Seite einzufügen."
|
8647 |
|
8648 |
# @ woocommerce-germanized
|
8649 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:402
|
8650 |
msgid "plus {link}Shipping Costs{/link}"
|
8651 |
msgstr "zzgl. {link}Versandkosten{/link}"
|
8652 |
|
8653 |
# @ woocommerce-germanized
|
8654 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:405
|
8655 |
msgid "Free Shipping Text"
|
8656 |
msgstr "Kostenloser Versand Text"
|
8657 |
|
8658 |
# @ woocommerce-germanized
|
8659 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:406
|
8660 |
msgid ""
|
8661 |
"This text will be used to inform the customer about free shipping. Leave "
|
8662 |
"empty to disable notice. Use {link}{/link} to insert link to shipping costs "
|
8667 |
"zur Versandkosten-Seite einzufügen."
|
8668 |
|
8669 |
# @ woocommerce-germanized
|
8670 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:414
|
8671 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:536
|
8672 |
msgid "Hide Notice"
|
8673 |
msgstr "Hinweis ausblenden"
|
8674 |
|
8675 |
# @ woocommerce-germanized
|
8676 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:415
|
8677 |
msgid ""
|
8678 |
"Select product types for which you might want to disable the shipping costs "
|
8679 |
"notice."
|
8682 |
"ausblenden möchten."
|
8683 |
|
8684 |
# @ woocommerce-germanized
|
8685 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:425
|
8686 |
msgid "Footer"
|
8687 |
msgstr "Footer"
|
8688 |
|
8689 |
# @ woocommerce-germanized
|
8690 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:428
|
8691 |
msgid "Notice"
|
8692 |
msgstr "Hinweis"
|
8693 |
|
8694 |
# @ woocommerce-germanized
|
8695 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:429
|
8696 |
msgid "Attach a global VAT notice to your footer."
|
8697 |
msgstr "Einen seitenübergreifenden MwSt.-Hinweis im Footer einfügen."
|
8698 |
|
8699 |
# @ woocommerce-germanized
|
8700 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:436
|
8701 |
msgid "Attach a global sale price notice to your footer."
|
8702 |
msgstr ""
|
8703 |
"Einen seitenübergreifenden Hinweis zu reduzierten Preisen im Footer einfügen."
|
8704 |
|
8705 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:462
|
8706 |
msgid "Same as global fallback"
|
8707 |
msgstr "Entspricht globalem Fallback"
|
8708 |
|
8709 |
# @ woocommerce-germanized
|
8710 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:474
|
8711 |
msgid "Fallback"
|
8712 |
msgstr "Fallback"
|
8713 |
|
8714 |
# @ woocommerce-germanized
|
8715 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:475
|
8716 |
msgid ""
|
8717 |
"This delivery time will be added to every product if no delivery time has "
|
8718 |
"been chosen individually"
|
8721 |
"zugeordnet wurde"
|
8722 |
|
8723 |
# @ woocommerce-germanized
|
8724 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:482
|
8725 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:493
|
8726 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:504
|
8727 |
msgid "Manage Delivery Times"
|
8728 |
msgstr "Lieferzeiten verwalten"
|
8729 |
|
8730 |
# @ woocommerce-germanized
|
8731 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:485
|
8732 |
msgid "Fallback EU Countries"
|
8733 |
msgstr "Fallback EU-Länder"
|
8734 |
|
8735 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:486
|
8736 |
msgid ""
|
8737 |
"This delivery time will serve as a fallback for EU countries other than your "
|
8738 |
"base country."
|
8740 |
"Diese Lieferzeit dient als Fallback für, von Ihrem Basisland abweichende, EU-"
|
8741 |
"Länder."
|
8742 |
|
8743 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:496
|
8744 |
msgid "Fallback Third Countries"
|
8745 |
msgstr "Fallback Drittländer"
|
8746 |
|
8747 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:497
|
8748 |
msgid ""
|
8749 |
"This delivery time will serve as a fallback for third countries other than "
|
8750 |
"your base country."
|
8753 |
"Drittländer."
|
8754 |
|
8755 |
# @ woocommerce-germanized
|
8756 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:508
|
8757 |
msgid ""
|
8758 |
"This text will be used to indicate delivery time for products. Use "
|
8759 |
"{delivery_time} as placeholder."
|
8762 |
"{delivery_time} als Platzhalter verwenden."
|
8763 |
|
8764 |
# @ woocommerce-germanized
|
8765 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:512
|
8766 |
msgid "Delivery time: {delivery_time}"
|
8767 |
msgstr "Lieferzeit: {delivery_time}"
|
8768 |
|
8769 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:515
|
8770 |
msgid "Digital text"
|
8771 |
msgstr "Digitaler Text"
|
8772 |
|
8773 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:519
|
8774 |
msgid ""
|
8775 |
"Enter a text which will be shown as digital delivery time text (replacement "
|
8776 |
"for default digital time on digital products)."
|
8780 |
"einfach leer lassen."
|
8781 |
|
8782 |
# @ woocommerce
|
8783 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:522
|
8784 |
msgid "Backorder"
|
8785 |
msgstr "Lieferrückstand"
|
8786 |
|
8787 |
# @ woocommerce-germanized
|
8788 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:523
|
8789 |
msgid "Hide delivery time if a product is on backorder."
|
8790 |
msgstr "Lieferzeit ausblenden falls das Produkt im Lieferrückstand ist."
|
8791 |
|
8792 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:529
|
8793 |
msgid "Not in Stock"
|
8794 |
msgstr "Nicht auf Lager"
|
8795 |
|
8796 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:530
|
8797 |
msgid "Hide delivery time if a product is not in stock."
|
8798 |
msgstr "Lieferzeit ausblenden falls das Produkt nicht auf Lager ist."
|
8799 |
|
8800 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:537
|
8801 |
msgid ""
|
8802 |
"Select product types for which you might want to disable the delivery time "
|
8803 |
"notice."
|
8806 |
"deaktivieren möchten."
|
8807 |
|
8808 |
# @ woocommerce-germanized
|
8809 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:555
|
8810 |
msgid ""
|
8811 |
"This text will be used to display the unit price. Use {price} to insert the "
|
8812 |
"price. If you want to specifically format unit price output use {base}, "
|
8818 |
"{unit} und {base_price} für die einzelnen Elemente."
|
8819 |
|
8820 |
# @ woocommerce-germanized
|
8821 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:559
|
8822 |
msgid "{price}"
|
8823 |
msgstr "{price}"
|
8824 |
|
8825 |
# @ woocommerce-germanized
|
8826 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:562
|
8827 |
msgid "Product units format"
|
8828 |
msgstr "Produkteinheiten Format"
|
8829 |
|
8830 |
# @ woocommerce-germanized
|
8831 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:563
|
8832 |
msgid ""
|
8833 |
"This text will be used to display the product units. Use {product_units} to "
|
8834 |
"insert the amount of product units. Use {unit} to insert the unit. "
|
8840 |
"formatierten Grundpreis."
|
8841 |
|
8842 |
# @ woocommerce-germanized
|
8843 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:567
|
8844 |
msgid "Product contains: {product_units} {unit}"
|
8845 |
msgstr "Produkt enthält: {product_units} {unit}"
|
8846 |
|
8847 |
# @ woocommerce-germanized
|
8848 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:570
|
8849 |
msgid "Variable Unit Price"
|
8850 |
msgstr "Variabler Grundpreis"
|
8851 |
|
8852 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:571
|
8853 |
msgid "Enable price range unit prices for variable products."
|
8854 |
msgstr "Aktiviert von-bis-Grundpreise für variable Produkte."
|
8855 |
|
8856 |
# @ woocommerce-germanized
|
8857 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:586
|
8858 |
msgid "Fallback Sale Label"
|
8859 |
msgstr "Standard-Streichpreis-Hinweis"
|
8860 |
|
8861 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:593
|
8862 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:603
|
8863 |
msgid "Manage Price Labels"
|
8864 |
msgstr "Preishinweise verwalten"
|
8865 |
|
8866 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:593
|
8867 |
msgid ""
|
8868 |
"Choose whether you would like to have a default sale price label to inform "
|
8869 |
"the customer about the regular price (e.g. Recommended Retail Price)."
|
8872 |
"Sie den Kunden auf den alten Preis (bei reduzierten Produkten, sog. "
|
8873 |
"Streichpreis) hinweisen (z.B. UVP)."
|
8874 |
|
8875 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:596
|
8876 |
msgid "Fallback Regular Label"
|
8877 |
msgstr "Standard-Angebotspreis"
|
8878 |
|
8879 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:603
|
8880 |
msgid ""
|
8881 |
"Choose whether you would like to have a default sale price regular label to "
|
8882 |
"inform the customer about the sale price (e.g. New Price)."
|
8886 |
"Angebotspreis) hinweisen (z.B. Unser neuer Preis)."
|
8887 |
|
8888 |
# @ woocommerce-germanized
|
8889 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:607
|
8890 |
+
#: woocommerce-germanized/src/Shopmarks.php:364
|
8891 |
msgid "Single Product"
|
8892 |
msgstr "Produktseite"
|
8893 |
|
8894 |
# @ woocommerce-germanized
|
8895 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:608
|
8896 |
msgid "Show price labels on single product page."
|
8897 |
msgstr "Zeige Preishinweise auf der Produktseite."
|
8898 |
|
8899 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:615
|
8900 |
msgid "Loop"
|
8901 |
msgstr "Produktlisten"
|
8902 |
|
8903 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:616
|
8904 |
msgid "Show price labels in product loops."
|
8905 |
msgstr "Zeige Preishinweise in Produktlisten."
|
8906 |
|
8920 |
|
8921 |
# @ woocommerce-germanized
|
8922 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:30
|
8923 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:517
|
8924 |
msgid "VAT"
|
8925 |
msgstr "Umsatzsteuer"
|
8926 |
|
9172 |
|
9173 |
# @ woocommerce-germanized
|
9174 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:11
|
9175 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:28
|
9176 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:795
|
9177 |
msgid "Name"
|
9178 |
msgstr "Name"
|
9179 |
|
9180 |
# @ woocommerce-germanized
|
9181 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
9182 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:30
|
9183 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:814
|
9184 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:943
|
9185 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:124
|
9186 |
msgid "Description"
|
9187 |
msgstr "Beschreibung"
|
9188 |
|
9189 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:13
|
9190 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:29
|
9191 |
msgid "Enabled"
|
9192 |
msgstr "Aktiviert"
|
9193 |
|
9194 |
# @ woocommerce-germanized
|
9195 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:14
|
9196 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:851
|
9197 |
msgid "Mandatory"
|
9198 |
msgstr "Pflichtfeld"
|
9199 |
|
9207 |
msgid "Edit"
|
9208 |
msgstr "Bearbeiten"
|
9209 |
|
|
|
|
|
|
|
|
|
9210 |
# @ woocommerce-germanized
|
9211 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:13
|
9212 |
#, php-format
|
9213 |
msgid "Upgrade to %s"
|
9214 |
msgstr "Upgrade zu %s"
|
9215 |
|
9216 |
+
# @ woocommerce-germanized
|
9217 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:15
|
9218 |
+
msgid "Manage license"
|
9219 |
+
msgstr "Lizenz verwalten"
|
9220 |
+
|
9221 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:22
|
9222 |
msgid ""
|
9223 |
"Adapt your WooCommerce installation to the german market with Germanized."
|
9224 |
msgstr ""
|
9225 |
"Passen Sie Ihre WooCommerce Installation mit Germanized an den deutschen "
|
9226 |
"Markt an."
|
9227 |
|
|
|
9228 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:70
|
9229 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:71
|
9230 |
msgid "Find out more"
|
9231 |
msgstr "Erfahren Sie mehr"
|
9232 |
|
9233 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:72
|
9234 |
msgid "How to"
|
9235 |
msgstr "So funktioniert es"
|
9236 |
|
9237 |
# @ woocommerce-germanized
|
|
|
9238 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:76
|
9239 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:77
|
9240 |
msgid "Manage settings"
|
9241 |
msgstr "Einstellungen anpassen"
|
9242 |
|
9243 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:78
|
9244 |
msgid "Manage"
|
9245 |
msgstr "Verwalten"
|
9246 |
|
9659 |
"Passen Sie Germanized an Ihre Bedürfnisse an. Die Einstellungen können Sie "
|
9660 |
"später jederzeit ändern."
|
9661 |
|
9662 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:154
|
9663 |
msgid "Has been activated via DOI?"
|
9664 |
msgstr "Aktiviert via DOI?"
|
9665 |
|
9666 |
# @ woocommerce-germanized
|
9667 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:162
|
9668 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:159
|
9669 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:39
|
9670 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:939
|
9671 |
#: woocommerce-germanized/includes/gateways/direct-debit/views/html-export.php:30
|
9672 |
msgid "Direct Debit"
|
9673 |
msgstr "Lastschrift"
|
9674 |
|
9675 |
# @ woocommerce-germanized
|
9676 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:167
|
9677 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:164
|
9678 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:87
|
9679 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:119
|
9680 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:168
|
9681 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:115
|
9682 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:612
|
9683 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:965
|
9684 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1097
|
9685 |
msgid "Account Holder"
|
9686 |
msgstr "Kontoinhaber"
|
9687 |
|
9688 |
# @ woocommerce-germanized
|
9689 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:172
|
9690 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:169
|
9691 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:88
|
9692 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:120
|
9693 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:169
|
9694 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:122
|
9695 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:613
|
9696 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:973
|
9697 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1101
|
9698 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1224
|
9699 |
msgid "IBAN"
|
9700 |
msgstr "IBAN"
|
9701 |
|
9702 |
# @ woocommerce-germanized
|
9703 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:177
|
9704 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:174
|
9705 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:89
|
9706 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:121
|
9707 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:170
|
9708 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:129
|
9709 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:614
|
9710 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1105
|
9711 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1225
|
9712 |
msgid "BIC/SWIFT"
|
9713 |
msgstr "BIC/SWIFT"
|
9714 |
|
9715 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:152
|
9716 |
msgid "Parcel Delivery Data Transfer"
|
9717 |
msgstr "Paketdienstleister Datenweitergabe"
|
9718 |
|
9719 |
# @ woocommerce-germanized
|
9720 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:179
|
9721 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:136
|
9722 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:618
|
9723 |
msgid "Mandate Reference ID"
|
9724 |
msgstr "Mandat-Referenznummer"
|
9725 |
|
9726 |
# @ woocommerce-germanized
|
9727 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:39
|
9728 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:71
|
9729 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:273
|
9730 |
msgid "Delivery Time ID"
|
9731 |
msgstr "Lieferzeit ID"
|
9732 |
|
9733 |
# @ woocommerce-germanized
|
9734 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:44
|
9735 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:76
|
9736 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:278
|
9737 |
msgid "Delivery Time Name"
|
9738 |
msgstr "Lieferzeit Name"
|
9739 |
|
9740 |
# @ woocommerce-germanized
|
9741 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:50
|
9742 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:87
|
9743 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:284
|
9744 |
msgid "Delivery Time Slug"
|
9745 |
msgstr "Lieferzeit Slug"
|
9746 |
|
9747 |
# @ woocommerce-germanized
|
9748 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:55
|
9749 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:92
|
9750 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:289
|
9751 |
msgid "Delivery Time HTML"
|
9752 |
msgstr "Lieferzeit HTML"
|
9753 |
|
9754 |
# @ woocommerce-germanized
|
9755 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:64
|
9756 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:135
|
9757 |
msgid "Country specific delivery times"
|
9758 |
msgstr "Länderspezifische Lieferzeiten"
|
9759 |
|
9760 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:82
|
9761 |
msgid "ISO code of the country."
|
9762 |
msgstr "ISO-Code des Landes."
|
9763 |
|
9764 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:102
|
9765 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:125
|
9766 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:297
|
9767 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:320
|
9768 |
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:144
|
9769 |
msgid "Price Label"
|
9770 |
msgstr "Preishinweis"
|
9771 |
|
9772 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:107
|
9773 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:130
|
9774 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:302
|
9775 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:325
|
9776 |
msgid "Price Label ID"
|
9777 |
msgstr "Preishinweis ID"
|
9778 |
|
9779 |
# @ woocommerce-germanized
|
9780 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:112
|
9781 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:135
|
9782 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:307
|
9783 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:330
|
9784 |
msgid "Price Label Name"
|
9785 |
msgstr "Preishinweis Name"
|
9786 |
|
9787 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:118
|
9788 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:141
|
9789 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:313
|
9790 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:336
|
9791 |
msgid "Price Label Slug"
|
9792 |
msgstr "Preishinweis Slug"
|
9793 |
|
9794 |
# @ woocommerce-germanized
|
9795 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:153
|
9796 |
msgid "Unit ID"
|
9797 |
msgstr "Einheit ID"
|
9798 |
|
9799 |
# @ woocommerce-germanized
|
9800 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:158
|
9801 |
msgid "Unit Name"
|
9802 |
msgstr "Einheit Name"
|
9803 |
|
9804 |
# @ woocommerce-germanized
|
9805 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:164
|
9806 |
msgid "Unit Slug"
|
9807 |
msgstr "Einheit Slug"
|
9808 |
|
9809 |
# @ woocommerce-germanized
|
9810 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:176
|
9811 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:387
|
9812 |
msgid "Unit Base"
|
9813 |
msgstr "Anzahl Einheiten"
|
9814 |
|
9815 |
# @ woocommerce-germanized
|
9816 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:181
|
9817 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:392
|
9818 |
msgid "Unit Product"
|
9819 |
msgstr "Grundpreis-Produkt"
|
9820 |
|
9821 |
# @ woocommerce-germanized
|
9822 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:186
|
9823 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:397
|
9824 |
msgid "Unit Auto Calculation"
|
9825 |
msgstr "Grundpreis automatische Berechnung"
|
9826 |
|
9827 |
# @ woocommerce-germanized
|
9828 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:192
|
9829 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:403
|
9830 |
msgid "Current Unit Price"
|
9831 |
msgstr "Aktueller Grundpreis"
|
9832 |
|
9833 |
# @ woocommerce-germanized
|
9834 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:197
|
9835 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:408
|
9836 |
msgid "Unit Regular Price"
|
9837 |
msgstr "Regulärer Grundpreis"
|
9838 |
|
9839 |
# @ woocommerce-germanized
|
9840 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:202
|
9841 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:413
|
9842 |
msgid "Unit Sale Price"
|
9843 |
msgstr "Angebotsgrundpreis"
|
9844 |
|
9845 |
# @ woocommerce-germanized
|
9846 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:207
|
9847 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:418
|
9848 |
msgid "Unit Price HTML"
|
9849 |
msgstr "Grundpreis HTML"
|
9850 |
|
9851 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:215
|
9852 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:361
|
9853 |
msgid "Small Cart Product Description"
|
9854 |
msgstr "Warenkorbkurzbeschreibung"
|
9855 |
|
9856 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:225
|
9857 |
msgid "Deactivate the hint for additional shipping costs"
|
9858 |
msgstr "Deaktiviert den „zzgl. Versandkosten“ Hinweis"
|
9859 |
|
9860 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:231
|
9861 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:371
|
9862 |
msgid "Age verification minimum age."
|
9863 |
msgstr "Mindestalter der Altersprüfung."
|
9864 |
|
9865 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:238
|
9866 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:377
|
9867 |
+
msgid "Warranty attachment id (PDF)"
|
9868 |
+
msgstr "Medien-ID der Garantie (PDF)"
|
9869 |
+
|
9870 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:244
|
9871 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:343
|
9872 |
msgid "Whether this product is a service or not"
|
9873 |
msgstr "Ob dieses Produkt eine Dienstleistung ist oder nicht"
|
9874 |
|
9875 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:250
|
9876 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:349
|
9877 |
+
msgid "Whether this product is a used good or not"
|
9878 |
+
msgstr "Ob es sich bei diesem Produkt um Gebrauchtware handelt oder nicht"
|
9879 |
+
|
9880 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:256
|
9881 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:355
|
9882 |
+
msgid "Whether this product is a defective copy or not"
|
9883 |
+
msgstr "Ob es sich bei diesem Produkt um ein Mängelexemplar handelt oder nicht"
|
9884 |
+
|
9885 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:262
|
9886 |
msgid "Whether this product applies for differential taxation or not"
|
9887 |
msgstr "Ob dieses Produkt der Differenzbesteuerung unterliegt oder nicht"
|
9888 |
|
9889 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:75
|
9890 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:75
|
9891 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:75
|
9892 |
msgid "Unique identifier for the resource."
|
9893 |
msgstr "Eindeutige Bezeichnung der Ressource."
|
9894 |
|
9895 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:81
|
9896 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:81
|
9897 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:81
|
9898 |
msgid "Resource name."
|
9899 |
msgstr "Name der Ressource."
|
9900 |
|
9901 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:89
|
9902 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:89
|
9903 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:89
|
9904 |
msgid "An alphanumeric identifier for the resource unique to its type."
|
9905 |
msgstr ""
|
9906 |
"Ein alphanumerischer Bezeichner der Resource. Eindeutig für dessen Typ."
|
9907 |
|
9908 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:97
|
9909 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:97
|
9910 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:97
|
9911 |
msgid "HTML description of the resource."
|
9912 |
msgstr "HTML Beschreibung der Ressource."
|
9913 |
|
9914 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:105
|
9915 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:105
|
9916 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:105
|
9917 |
msgid "Number of published products for the resource."
|
9918 |
msgstr "Anzahl der veröffentlichten Produkte für die Ressource."
|
9919 |
|
9951 |
"Vielen Dank. Wir haben Ihren Widerruf erhalten. Sie bekommen in Kürze eine E-"
|
9952 |
"Mail mit Ihren Daten als Bestätigung."
|
9953 |
|
9954 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:161
|
9955 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:167
|
9956 |
msgid ""
|
9957 |
"Please check the street field and make sure to provide a valid street number."
|
9958 |
msgstr ""
|
9959 |
"Bitte prüfen Sie die Angabe der Straße und stellen Sie sicher, dass Ihre "
|
9960 |
"Hausnummer angegeben wurde."
|
9961 |
|
9962 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:291
|
9963 |
msgid ""
|
9964 |
"Sorry, but differential taxed products cannot be purchased with normal "
|
9965 |
"products at the same time."
|
9967 |
"Entschuldigung, differenzbesteuerte Produkte können nicht gemeinsam mit "
|
9968 |
"normalen Produkten gekauft werden."
|
9969 |
|
9970 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:297
|
9971 |
msgid ""
|
9972 |
"Sorry, but normal products cannot be purchased together with differential "
|
9973 |
"taxed products at the same time."
|
9976 |
"differenzbesteuerten Produkten gekauft werden."
|
9977 |
|
9978 |
# @ woocommerce-germanized
|
9979 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1048
|
9980 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:51
|
9981 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:670
|
9982 |
msgid "Mr."
|
9983 |
msgstr "Herr"
|
9984 |
|
9985 |
# @ woocommerce-germanized
|
9986 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1049
|
9987 |
msgctxt "customer-title-male-address"
|
9988 |
msgid "Mr."
|
9989 |
msgstr "Herrn"
|
9990 |
|
9991 |
+
#: woocommerce-germanized/includes/class-wc-gzd-cli.php:47
|
9992 |
+
#, php-format
|
9993 |
+
msgid "No updates required. Database version is %s"
|
9994 |
+
msgstr "Keine Updates benötigt. Datenbank-Version lautet %s"
|
9995 |
+
|
9996 |
+
#: woocommerce-germanized/includes/class-wc-gzd-cli.php:52
|
9997 |
+
#, php-format
|
9998 |
+
msgid "Found %1$d updates (%2$s)"
|
9999 |
+
msgstr "%1$d Updates gefunden (%2$s)"
|
10000 |
+
|
10001 |
+
# @ woocommerce-germanized
|
10002 |
+
# @ woocommerce
|
10003 |
+
#: woocommerce-germanized/includes/class-wc-gzd-cli.php:54
|
10004 |
+
msgid "Updating database"
|
10005 |
+
msgstr "Datenbank wird aktualisiert"
|
10006 |
+
|
10007 |
+
#: woocommerce-germanized/includes/class-wc-gzd-cli.php:75
|
10008 |
+
#, php-format
|
10009 |
+
msgid "%1$d update functions completed. Database version is %2$s"
|
10010 |
+
msgstr "%1$d Updates fertiggestellt. Datenbank-Version lautet %2$s"
|
10011 |
+
|
10012 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:80
|
10013 |
msgid ""
|
10014 |
"The cart contains one or more vouchers. Vouchers cannot be mixed with normal "
|
10015 |
"coupons."
|
10017 |
"Ihr Warenkorb beinhaltet einen oder mehrere Wertgutscheine. Wertgutscheine "
|
10018 |
"können nicht mit normalen Gutscheinen gemischt werden."
|
10019 |
|
10020 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:82
|
10021 |
msgid ""
|
10022 |
"The cart contains one or more coupons. Vouchers cannot be mixed with normal "
|
10023 |
"coupons. Please remove the coupon before adding your voucher."
|
10026 |
"können nicht mit normalen Gutscheinen gemischt werden. Bitte löschen Sie den "
|
10027 |
"Gutschein bevor Sie Ihren Wertgutschein hinzufügen."
|
10028 |
|
10029 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:428
|
10030 |
msgid "Is voucher?"
|
10031 |
msgstr "Wertgutschein?"
|
10032 |
|
10033 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:429
|
10034 |
#, php-format
|
10035 |
msgid ""
|
10036 |
"Whether or not this coupon is a voucher which has been sold to a customer "
|
10042 |
"besteuert. Weitere Informationen finden Sie <a href=\"%s\" target=\"_blank"
|
10043 |
"\">hier</a>."
|
10044 |
|
10045 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:162
|
10046 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:233
|
10047 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:344
|
10048 |
msgid ""
|
10049 |
"Please activate your account through clicking on the activation link "
|
10050 |
"received via email."
|
10053 |
"klicken."
|
10054 |
|
10055 |
# @ woocommerce-germanized
|
10056 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:175
|
10057 |
#, php-format
|
10058 |
msgid "Did not receive the activation email? <a href=\"%s\">Try again</a>."
|
10059 |
msgstr ""
|
10060 |
"Keine Aktivierungs-E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
10061 |
|
10062 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:356
|
10063 |
#, php-format
|
10064 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
10065 |
msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
|
10066 |
|
10067 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:358
|
10068 |
msgid "Please create an account or login before continuing to checkout"
|
10069 |
msgstr ""
|
10070 |
"Bitte erstellen Sie ein Kundenkonto oder loggen Sie sich ein, bevor Sie zur "
|
10071 |
"Kasse gehen"
|
10072 |
|
10073 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:467
|
10074 |
#, php-format
|
10075 |
msgid ""
|
10076 |
"Please activate your account through clicking on the activation link "
|
10079 |
"Bitte aktivieren Sie Ihr Kundenkonto indem Sie auf den Link in der E-Mail "
|
10080 |
"klicken. Keine E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
10081 |
|
10082 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:499
|
10083 |
msgid ""
|
10084 |
"This activation code has expired. We have sent you a new activation code via "
|
10085 |
"e-mail."
|
10088 |
"Code per E-Mail geschickt."
|
10089 |
|
10090 |
# @ woocommerce-germanized
|
10091 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:501
|
10092 |
msgid "Sorry, but this activation code cannot be found."
|
10093 |
msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
|
10094 |
|
10095 |
# @ woocommerce-germanized
|
10096 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:505
|
10097 |
msgid "Thank you. You have successfully activated your account."
|
10098 |
msgstr "Vielen Dank. Ihr Benutzerkonto wurde erfolgreich aktiviert."
|
10099 |
|
10100 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:686
|
10101 |
msgid "Expired activation key"
|
10102 |
msgstr "Abgelaufener Aktivierungscode"
|
10103 |
|
10104 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:691
|
10105 |
msgid "Invalid activation key"
|
10106 |
msgstr "Aktivierungscode ungültig"
|
10107 |
|
10108 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:249
|
10109 |
msgid "BCC recipients"
|
10110 |
msgstr "BCC Empfänger"
|
10111 |
|
10112 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:251
|
10113 |
msgid "Enter blind-copy recipients (comma separated) for this email."
|
10114 |
msgstr ""
|
10115 |
"Fügen Sie Empfänger (kommasepariert) einer Blindkopie für diese E-Mail ein."
|
10116 |
|
10117 |
# @ woocommerce-germanized
|
10118 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:324
|
10119 |
msgid "Confirmation text"
|
10120 |
msgstr "Bestätigung Text"
|
10121 |
|
10122 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:325
|
10123 |
msgid ""
|
10124 |
"Your order has been received and is now being processed. Your order details "
|
10125 |
"are shown below for your reference:"
|
10128 |
"Ihrer Bestellung können Sie der nachfolgenden Tabelle entnehmen:"
|
10129 |
|
10130 |
# @ woocommerce-germanized
|
10131 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:326
|
10132 |
msgid ""
|
10133 |
"This text will be inserted within the order confirmation email. Use "
|
10134 |
"{order_number}, {site_title} or {order_date} as placeholder."
|
10136 |
"Dieser Text wird in die Bestellbestätigung eingefügt. Verwenden Sie "
|
10137 |
"{order_number}, {site_title} oder {order_date} als Platzhalter."
|
10138 |
|
10139 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:443
|
10140 |
msgid ""
|
10141 |
"Your order has been received and is now being processed. Your order details "
|
10142 |
"are shown below for your reference."
|
10144 |
"Ihre Bestellung ist eingegangen und wird nun bearbeitet. Die Einzelheiten "
|
10145 |
"Ihrer Bestellung können Sie der nachfolgenden Tabelle entnehmen."
|
10146 |
|
10147 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:489
|
10148 |
msgid "Someone requested a password reset for your account."
|
10149 |
msgstr "Jemand hat das Zurücksetzen des Passworts für Ihren Account beantragt."
|
10150 |
|
10151 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:504
|
10152 |
#, php-format
|
10153 |
msgid "Thanks for creating an account on %s."
|
10154 |
msgstr "Danke, dass Sie ein Konto bei %s erstellt haben."
|
10155 |
|
10156 |
# @ woocommerce-germanized
|
10157 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:1237
|
10158 |
msgctxt "revocation-form"
|
10159 |
msgid "Forward your withdrawal online"
|
10160 |
msgstr "Widerruf online erklären"
|
10161 |
|
10162 |
# @ woocommerce-germanized
|
10163 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:160
|
10164 |
#, php-format
|
10165 |
msgid ""
|
10166 |
"Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
|
10170 |
"bevor Sie WooCommerce Germanized installieren. Vielen Dank!"
|
10171 |
|
10172 |
# @ woocommerce-germanized
|
10173 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:489
|
10174 |
msgctxt "Page slug"
|
10175 |
msgid "data-security"
|
10176 |
msgstr "datenschutzerklaerung"
|
10177 |
|
10178 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:490
|
10179 |
msgctxt "Page title"
|
10180 |
msgid "Privacy Policy"
|
10181 |
msgstr "Datenschutzerklärung"
|
10182 |
|
10183 |
# @ woocommerce-germanized
|
10184 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:494
|
10185 |
msgctxt "Page slug"
|
10186 |
msgid "imprint"
|
10187 |
msgstr "impressum"
|
10188 |
|
10189 |
# @ woocommerce-germanized
|
10190 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:495
|
10191 |
msgctxt "Page title"
|
10192 |
msgid "Imprint"
|
10193 |
msgstr "Impressum"
|
10194 |
|
10195 |
# @ woocommerce-germanized
|
10196 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:499
|
10197 |
msgctxt "Page slug"
|
10198 |
msgid "terms"
|
10199 |
msgstr "agb"
|
10200 |
|
10201 |
# @ woocommerce-germanized
|
10202 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:500
|
10203 |
msgctxt "Page title"
|
10204 |
msgid "Terms & Conditions"
|
10205 |
msgstr "AGB"
|
10206 |
|
10207 |
# @ woocommerce-germanized
|
10208 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:504
|
10209 |
msgctxt "Page slug"
|
10210 |
msgid "revocation"
|
10211 |
msgstr "widerrufsbelehrung"
|
10212 |
|
10213 |
# @ woocommerce-germanized
|
10214 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:505
|
10215 |
msgctxt "Page title"
|
10216 |
msgid "Cancellation Policy"
|
10217 |
msgstr "Widerrufsbelehrung"
|
10218 |
|
10219 |
# @ woocommerce-germanized
|
10220 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:509
|
10221 |
msgctxt "Page slug"
|
10222 |
msgid "shipping-methods"
|
10223 |
msgstr "versandarten"
|
10224 |
|
10225 |
# @ woocommerce-germanized
|
10226 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:510
|
10227 |
msgctxt "Page title"
|
10228 |
msgid "Shipping Methods"
|
10229 |
msgstr "Versandarten"
|
10230 |
|
10231 |
# @ woocommerce-germanized
|
10232 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:514
|
10233 |
msgctxt "Page slug"
|
10234 |
msgid "payment-methods"
|
10235 |
msgstr "bezahlmoeglichkeiten"
|
10236 |
|
10237 |
# @ woocommerce-germanized
|
10238 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:515
|
10239 |
msgctxt "Page title"
|
10240 |
msgid "Payment Methods"
|
10241 |
msgstr "Zahlungsarten"
|
10242 |
|
10243 |
# @ woocommerce-germanized
|
10244 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:124
|
10245 |
msgid ""
|
10246 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
10247 |
"and Conditions{/term_link} and {revocation_link}Cancellation Policy{/"
|
10252 |
"revocation_link} einverstanden."
|
10253 |
|
10254 |
# @ woocommerce-germanized
|
10255 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:125
|
10256 |
msgid ""
|
10257 |
"To complete the order you have to accept to our {term_link}Terms and "
|
10258 |
"Conditions{/term_link} and {revocation_link}Cancellation Policy{/"
|
10262 |
"term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
|
10263 |
|
10264 |
# @ woocommerce-germanized
|
10265 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:131
|
10266 |
msgid "Legal"
|
10267 |
msgstr "Allgemein"
|
10268 |
|
10269 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:132
|
10270 |
msgid ""
|
10271 |
"General legal checkbox which shall include terms and cancellation policy."
|
10272 |
msgstr "Allg. Checkbox die AGB und Widerrufsbelehrung enthalten sollte."
|
10273 |
|
10274 |
# @ woocommerce-germanized
|
10275 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:140
|
10276 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:24
|
10277 |
msgid ""
|
10278 |
"For digital products: I strongly agree that the execution of the agreement "
|
10284 |
"bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
|
10285 |
|
10286 |
# @ woocommerce-germanized
|
10287 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:141
|
10288 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:25
|
10289 |
msgid ""
|
10290 |
"To retrieve direct access to digital content you have to agree to the loss "
|
10293 |
"Um direkten Zugang zu den digitalen Inhalte zu erhalten, müssen Sie auf das "
|
10294 |
"Widerrufsrecht verzichten."
|
10295 |
|
10296 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:147
|
10297 |
msgid "Digital"
|
10298 |
msgstr "Digital"
|
10299 |
|
10300 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:148
|
10301 |
msgid "Asks the customer to skip revocation period for digital products."
|
10302 |
msgstr ""
|
10303 |
"Ermöglicht die Bereitstellung des Downloads vor Ablauf der Widerrufsfrist."
|
10304 |
|
10305 |
# @ woocommerce-germanized
|
10306 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:157
|
10307 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:31
|
10308 |
msgid ""
|
10309 |
"For services: I demand and acknowledge the immediate performance of the "
|
10316 |
"vollständiger Erfüllung des Vertrages erlischt."
|
10317 |
|
10318 |
# @ woocommerce-germanized
|
10319 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:158
|
10320 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:32
|
10321 |
msgid ""
|
10322 |
"To allow the immediate performance of the services you have to agree to the "
|
10325 |
"Bitte stimmen Sie dem Beginn der Dienstleistung vor Ablauf der "
|
10326 |
"Widerrufsfrist zu."
|
10327 |
|
10328 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:165
|
10329 |
msgid "Asks the customer to skip revocation period for services."
|
10330 |
msgstr ""
|
10331 |
"Ermöglicht das Beginnen von Dienstleistungen vor Ablauf der Widerrufsfrist."
|
10332 |
|
10333 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:173
|
10334 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:40
|
10335 |
msgid ""
|
10336 |
"Yes, I would like to be reminded via E-mail about parcel delivery "
|
10343 |
"weitergegeben."
|
10344 |
|
10345 |
# @ woocommerce-germanized
|
10346 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:178
|
10347 |
msgid "Please accept our parcel delivery agreement"
|
10348 |
msgstr "Bitte akzeptiere die Datenweitergabe an unsere Paketdienstleister"
|
10349 |
|
10350 |
# @ woocommerce-germanized
|
10351 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:183
|
10352 |
msgid "Parcel Delivery"
|
10353 |
msgstr "Paketdienstleister"
|
10354 |
|
10355 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:184
|
10356 |
msgid ""
|
10357 |
"Asks the customer to hand over data to the parcel delivery service provider."
|
10358 |
msgstr ""
|
10359 |
"Holt die Einwilligung des Kunden zur Übergabe spezieller Daten an den "
|
10360 |
"Paketdienstleister ein."
|
10361 |
|
10362 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:193
|
10363 |
msgid "I hereby confirm that I'm at least {age} years old."
|
10364 |
msgstr "Ich bestätige, dass ich mindestens {age} Jahre alt bin."
|
10365 |
|
10366 |
# @ woocommerce-germanized
|
10367 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:195
|
10368 |
msgid "Please confirm your age."
|
10369 |
msgstr "Bitte bestätigen Sie Ihr Alter."
|
10370 |
|
10371 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:202
|
10372 |
msgid "Asks the customer to confirm a minimum age."
|
10373 |
msgstr "Lässt den Kunden ein Mindestalter bestätigen."
|
10374 |
|
10375 |
# @ woocommerce-germanized
|
10376 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:211
|
10377 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:44
|
10378 |
msgid ""
|
10379 |
"Yes, I’d like create a new account and have read and understood the "
|
10383 |
"{data_security_link}Datenschutzerklärung{/data_security_link}."
|
10384 |
|
10385 |
# @ woocommerce-germanized
|
10386 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:214
|
10387 |
msgid "Please accept our privacy policy to create a new customer account"
|
10388 |
msgstr ""
|
10389 |
"Bitte akzeptieren Sie unsere Datenschutzerklärung, um ein neues Kundenkonto "
|
10390 |
"zu erstellen"
|
10391 |
|
10392 |
# @ woocommerce-germanized
|
10393 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:219
|
10394 |
msgid "New account"
|
10395 |
msgstr "Neues Kundenkonto"
|
10396 |
|
10397 |
# @ woocommerce-germanized
|
10398 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:220
|
10399 |
msgid "Let customers accept your privacy policy before creating a new account."
|
10400 |
msgstr ""
|
10401 |
"Lässt Kunden die Datenschutzbestimmungen vor der Registrierung eines Kontos "
|
10402 |
"akzeptieren."
|
10403 |
|
10404 |
# @ woocommerce-germanized
|
10405 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:245
|
|
|
10406 |
msgid "I hereby agree to the {link}direct debit mandate{/link}."
|
10407 |
msgstr "Hiermit erteile ich das {link}SEPA Lastschriftmandat{/link}."
|
10408 |
|
10409 |
# @ woocommerce-germanized
|
10410 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:251
|
10411 |
msgid "Please accept the direct debit mandate."
|
10412 |
msgstr "Bitte erteilen Sie das SEPA Lastschriftmandat."
|
10413 |
|
10414 |
# @ woocommerce-germanized
|
10415 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:256
|
10416 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:200
|
10417 |
msgid "SEPA"
|
10418 |
msgstr "SEPA"
|
10419 |
|
10420 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:257
|
10421 |
msgid "Asks the customer to issue the SEPA mandate."
|
10422 |
msgstr "Lässt den Kunden das SEPA Mandat vor dem Kauf bestätigen."
|
10423 |
|
10424 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:266
|
10425 |
+
msgid ""
|
10426 |
+
"For used goods: I have taken note that my warranty period is shortened to 12 "
|
10427 |
+
"months."
|
10428 |
+
msgstr ""
|
10429 |
+
"Für Gebrauchtware: Ich bin damit einverstanden, dass die Verjährungsfrist "
|
10430 |
+
"für die Gewährleistungsansprüche auf 12 Monate verkürzt wird."
|
10431 |
+
|
10432 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:267
|
10433 |
+
msgid "Please make sure to check our warranty note on used goods."
|
10434 |
+
msgstr ""
|
10435 |
+
"Bitte nehmen Sie unseren Hinweis zur verkürzten Gewährleistungsfrist für "
|
10436 |
+
"Gebrauchtware zur Kenntnis."
|
10437 |
+
|
10438 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:273
|
10439 |
+
msgid "Used Goods"
|
10440 |
+
msgstr "Gebrauchtwaren"
|
10441 |
+
|
10442 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:274
|
10443 |
+
msgid "Inform customers about shortened warranty for used goods."
|
10444 |
+
msgstr ""
|
10445 |
+
"Informieren Sie Kunden über eine verkürzte Gewährleistungsfrist für "
|
10446 |
+
"Gebrauchtware."
|
10447 |
+
|
10448 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:283
|
10449 |
+
msgid "I have taken note of the following defects: {defect_descriptions}."
|
10450 |
+
msgstr ""
|
10451 |
+
"Ich habe die folgenden Mängel zur Kenntnis genommen: {defect_descriptions}."
|
10452 |
+
|
10453 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:284
|
10454 |
+
msgid "Please make sure to check our note on defective copies."
|
10455 |
+
msgstr "Bitte nehmen Sie unseren Hinweis zu Mängelexemplaren zur Kenntnis."
|
10456 |
+
|
10457 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:290
|
10458 |
+
msgid "Defective Copies"
|
10459 |
+
msgstr "Mängelexemplare"
|
10460 |
+
|
10461 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:291
|
10462 |
+
msgid "Inform customers about product defects."
|
10463 |
+
msgstr "Informieren Sie Kunden über Produkte mit Mängeln."
|
10464 |
+
|
10465 |
# @ woocommerce-germanized
|
10466 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:726
|
10467 |
msgid "Register form"
|
10468 |
msgstr "Registrierung"
|
10469 |
|
10470 |
# @ woocommerce
|
10471 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:727
|
10472 |
msgid "Pay for order"
|
10473 |
msgstr "Bestell-Bezahlseite"
|
10474 |
|
10475 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:728
|
10476 |
msgid "Reviews"
|
10477 |
msgstr "Bewertungen"
|
10478 |
|
10479 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:795
|
10480 |
#, php-format
|
10481 |
msgid "Checkbox location %s does not exist."
|
10482 |
msgstr "Checkbox Ort %s existiert nicht."
|
10483 |
|
10484 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:821
|
10485 |
#, php-format
|
10486 |
msgid "Please make sure to check %s checkbox."
|
10487 |
msgstr "Kontrollieren Sie bitte %s. Hier fehlt eine Einwilligung."
|
10488 |
|
10489 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:826
|
10490 |
#, php-format
|
10491 |
msgid "Checkbox with name %s does already exist."
|
10492 |
msgstr "Eine Checkbox mit dem Namen %s existiert bereits."
|
10493 |
|
10494 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:346
|
10495 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:366
|
10496 |
#, php-format
|
10497 |
msgid "%s is a mandatory field."
|
10498 |
msgstr "%s ist ein Pflichtfeld."
|
10499 |
|
10500 |
# @ woocommerce-germanized
|
10501 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:790
|
10502 |
msgid "Enable checkbox"
|
10503 |
msgstr "Checkbox aktivieren"
|
10504 |
|
10505 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:799
|
10506 |
msgid ""
|
10507 |
"Choose a name to identify your checkbox. Upon creating a new checkbox, this "
|
10508 |
"value is being used to generate the Id."
|
10510 |
"Wähle einen Namen um die Checkbox zu identifizieren. Bei Erstellung einer "
|
10511 |
"neuen Checkbox wird dieser Wert verwendet um eine Id zu erstellen."
|
10512 |
|
10513 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:804
|
10514 |
msgid "Id"
|
10515 |
msgstr "Id"
|
10516 |
|
10517 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:808
|
10518 |
msgid ""
|
10519 |
"The checkbox Id is the unique indentifier which is used to identify the "
|
10520 |
"checkbox within the code. Cannot be edited after creating the checkbox."
|
10523 |
"Code heraus zugreifbar zu machen. Kann nach dem Erstellen einer Checkbox "
|
10524 |
"nicht mehr verändert werden."
|
10525 |
|
10526 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:817
|
10527 |
msgid "Describe the use case of your checkbox."
|
10528 |
msgstr "Beschreibe hier den Use-Case der Checkbox."
|
10529 |
|
10530 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:827
|
10531 |
msgid "Choose a label to be inserted next to the checkbox."
|
10532 |
msgstr ""
|
10533 |
"Wählen Sie eine Beschriftung aus, die neben der Checkbox platziert wird."
|
10534 |
|
10535 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:828
|
10536 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:838
|
10537 |
#, php-format
|
10538 |
msgid "You may use one of the following placeholders within the text: %s"
|
10539 |
msgstr "Sie können einen der folgenden Platzhalter im Text verwenden: %s"
|
10540 |
|
10541 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:833
|
10542 |
msgid "Error Message"
|
10543 |
msgstr "Fehlermeldung"
|
10544 |
|
10545 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:837
|
10546 |
msgid ""
|
10547 |
"Choose an error message to be shown when the user has not confirmed the "
|
10548 |
"checkbox."
|
10551 |
"Nutzer die Checkbox nicht bestätigt hat."
|
10552 |
|
10553 |
# @ woocommerce-germanized
|
10554 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:843
|
10555 |
msgid "Hide input"
|
10556 |
msgstr "Ausblenden"
|
10557 |
|
10558 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:846
|
10559 |
msgid "Do only show a label and hide the actual checkbox."
|
10560 |
msgstr ""
|
10561 |
"Zeige lediglich die Beschriftung und entferne die eigentliche Checkbox."
|
10562 |
|
10563 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:854
|
10564 |
msgid "Mark the checkbox as mandatory."
|
10565 |
msgstr "Checkbox zum Pflichtfeld machen."
|
10566 |
|
10567 |
# @ woocommerce-germanized
|
10568 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:859
|
10569 |
msgid "Locations"
|
10570 |
msgstr "Orte"
|
10571 |
|
10572 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:863
|
10573 |
msgid "Choose where to display your checkbox."
|
10574 |
msgstr "Wählen Sie einen Ort aus, an dem die Checkbox platziert werden soll."
|
10575 |
|
10576 |
# @ woocommerce-germanized
|
10577 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:152
|
10578 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:208
|
10579 |
#, php-format
|
10580 |
msgid "%s payment charge"
|
10581 |
msgstr "%s Zahlungsgebühr"
|
10582 |
|
10583 |
# @ woocommerce-germanized
|
10584 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:155
|
10585 |
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:35
|
10586 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:546
|
10587 |
#, php-format
|
10588 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
10589 |
msgstr "Zzgl. %s Übermittlungsentgelt (direkt an den Zusteller)"
|
10590 |
|
10591 |
# @ woocommerce-germanized
|
10592 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:242
|
10593 |
msgid "Fee"
|
10594 |
msgstr "Zahlungsgebühr"
|
10595 |
|
10596 |
# @ woocommerce-germanized
|
10597 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:244
|
10598 |
msgid ""
|
10599 |
"This fee is being added if customer selects payment method within checkout."
|
10600 |
msgstr ""
|
10602 |
"Zahlungsart aktiviert."
|
10603 |
|
10604 |
# @ woocommerce-germanized
|
10605 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:250
|
10606 |
msgid "Fee is taxable?"
|
10607 |
msgstr "Mwst. berechnen?"
|
10608 |
|
10609 |
# @ woocommerce-germanized
|
10610 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:252
|
10611 |
msgid "Check if fee is taxable."
|
10612 |
msgstr "MwSt.-Berechnung für Gebühr aktivieren."
|
10613 |
|
10614 |
# @ woocommerce-germanized
|
10615 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:258
|
10616 |
msgid "Forwarding Fee"
|
10617 |
msgstr "Übermittlungsentgelt"
|
10618 |
|
10619 |
# @ woocommerce-germanized
|
10620 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:261
|
10621 |
msgid ""
|
10622 |
"Forwarding fee will be charged by the transport agent in addition to the "
|
10623 |
"cash of delivery fee e.g. DHL - tax free."
|
10626 |
"kassiert - z.B. DHL (steuerfrei)."
|
10627 |
|
10628 |
# @ woocommerce-germanized
|
10629 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:299
|
10630 |
msgid "Payment charge"
|
10631 |
msgstr "Zahlungsgebühr"
|
10632 |
|
10756 |
msgid "New Price Label Name"
|
10757 |
msgstr "Name des neuen Preishinweises"
|
10758 |
|
10759 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:84
|
10760 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:118
|
10761 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:165
|
10762 |
msgid "Postnumber"
|
10763 |
msgstr "PostNummer"
|
10764 |
|
10765 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:85
|
10766 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:166
|
10767 |
msgid "Billing Title"
|
10768 |
msgstr "Rechnung Anrede"
|
10769 |
|
10770 |
# @ woocommerce-germanized
|
10771 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:86
|
10772 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:167
|
10773 |
msgid "Shipping Title"
|
10774 |
msgstr "Versand Anrede"
|
10775 |
|
10776 |
# @ woocommerce-germanized
|
10777 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:97
|
10778 |
#, php-format
|
10779 |
msgid "Removed customer \"%s\""
|
10780 |
msgstr "Kundendatum „%s“ gelöscht"
|
10781 |
|
10782 |
# @ woocommerce-germanized
|
10783 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:122
|
10784 |
msgid "Mandate Date"
|
10785 |
msgstr "Mandat Datum"
|
10786 |
|
10787 |
# @ woocommerce-germanized
|
10788 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:123
|
10789 |
msgid "Mandate ID"
|
10790 |
msgstr "Mandat ID"
|
10791 |
|
10792 |
# @ woocommerce-germanized
|
10793 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:124
|
10794 |
msgid "Mandate Email"
|
10795 |
msgstr "Mandat E-Mail"
|
10796 |
|
10797 |
+
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:69
|
10798 |
msgid "Visible during checkout"
|
10799 |
msgstr "Im Checkout anzeigen"
|
10800 |
|
10845 |
|
10846 |
# @ woocommerce-germanized
|
10847 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
10848 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:671
|
10849 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:691
|
10850 |
msgid "Ms."
|
10851 |
msgstr "Frau"
|
10852 |
|
10902 |
"Bitte akzeptieren Sie unsere <a href=\"%s\" target=\"_blank"
|
10903 |
"\">Datenschutzerklärung</a> damit wir Ihren Widerruf bearbeiten können."
|
10904 |
|
10905 |
+
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:22
|
10906 |
msgid ""
|
10907 |
"General purpose encryption, e.g. application password stored within settings"
|
10908 |
msgstr ""
|
10909 |
"Allgemein, z.B. von API-Schlüsseln oder Passwörtern in den Einstellungen"
|
10910 |
|
10911 |
+
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:24
|
10912 |
#, php-format
|
10913 |
msgid "Encryption of type %s"
|
10914 |
msgstr "Verschlüsselung des Typs %s"
|
10915 |
|
10916 |
+
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:28
|
10917 |
#, php-format
|
10918 |
msgid ""
|
10919 |
"Attention! The <em>%1$s</em> (%2$s) constant is missing. Germanized uses a "
|
10929 |
"können, fügen Sie bitte folgendes Snippet in Ihre <a href=\"%3$s\" target="
|
10930 |
"\"_blank\">wp-config.php</a> Datei ein:"
|
10931 |
|
10932 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-et-builder.php:55
|
10933 |
+
#, php-format
|
10934 |
+
msgid ""
|
10935 |
+
"Seems like you are using the Divi builder to build your product page. Please "
|
10936 |
+
"do make sure to place your <a %1$s>shopmarks</a> (e.g. VAT notice) "
|
10937 |
+
"accordingly by using <a %2$s>shortcodes</a>."
|
10938 |
+
msgstr ""
|
10939 |
+
"Sie scheinen den Divi Builder zum Aufbau Ihrer Produktseite zu verwenden. "
|
10940 |
+
"Bitte platzieren Sie die <a %1$s>Preisauszeichnungen</a> (z.B. Steuer-"
|
10941 |
+
"Hinweis) mit Hilfe von <a %2$s>Shortcodes</a>."
|
10942 |
+
|
10943 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-et-builder.php:56
|
10944 |
+
msgid ""
|
10945 |
+
"Place them by inserting a text widget to the builder and paste one of the "
|
10946 |
+
"following shortcodes:"
|
10947 |
+
msgstr ""
|
10948 |
+
"Fügen Sie die Shortcodes mithilfe eines Text Widgets im Builder hinzu und "
|
10949 |
+
"platzieren Sie einen der folgenden Shortcodes:"
|
10950 |
+
|
10951 |
# @ woocommerce-germanized
|
10952 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:274
|
10953 |
msgctxt "polylang"
|
10954 |
msgid "Unit Price Metas"
|
10955 |
msgstr "Grundpreis Metadaten"
|
10956 |
|
10957 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:275
|
10958 |
msgctxt "polylang"
|
10959 |
msgid ""
|
10960 |
"Note the last unit price field is the final unit price taking into account "
|
10964 |
"der Produktseite ausgegeben wird"
|
10965 |
|
10966 |
# @ woocommerce-germanized
|
10967 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:288
|
10968 |
msgctxt "polylang"
|
10969 |
msgid "Sale Price Labels"
|
10970 |
msgstr "Preishinweise"
|
10971 |
|
10972 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:289
|
10973 |
msgctxt "polylang"
|
10974 |
msgid ""
|
10975 |
"Sale price labels used to mark old prices (e.g. Recommended Retail Price)"
|
11031 |
|
11032 |
# @ woocommerce-germanized
|
11033 |
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-cancelled-order.php:208
|
11034 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:930
|
11035 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:111
|
11036 |
msgid "Enable/Disable"
|
11037 |
msgstr "Aktivieren/Deaktivieren"
|
11192 |
"Dieses E-Mail Template enthält eine Kopie des SEPA Mandates, welches "
|
11193 |
"basierend auf den Bestelldaten und Kontodaten des Käufers generiert wird."
|
11194 |
|
11195 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:53
|
11196 |
msgctxt "exporter"
|
11197 |
msgid "Is service?"
|
11198 |
msgstr "Ist Dienstleistung?"
|
11199 |
|
11200 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:54
|
11201 |
+
msgctxt "exporter"
|
11202 |
+
msgid "Is used good?"
|
11203 |
+
msgstr "Ist Gebrauchtware?"
|
11204 |
+
|
11205 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:55
|
11206 |
msgctxt "exporter"
|
11207 |
+
msgid "Is defective copy?"
|
11208 |
+
msgstr "Ist Mängelexemplar?"
|
11209 |
+
|
11210 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:56
|
11211 |
+
msgctxt "exporter"
|
11212 |
+
msgid "Warranty attachment id (PDF)"
|
11213 |
+
msgstr "Medien-ID der Garantie (PDF)"
|
11214 |
+
|
11215 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:57
|
11216 |
+
msgctxt "exporter"
|
11217 |
msgid "Is differential taxed?"
|
11218 |
msgstr "Ist differenzbesteuert?"
|
11219 |
|
11220 |
# @ woocommerce-germanized
|
11221 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:58
|
11222 |
msgctxt "exporter"
|
11223 |
msgid "Has free shipping?"
|
11224 |
msgstr "Versand kostenlos?"
|
11225 |
|
11226 |
# @ woocommerce-germanized
|
11227 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:59
|
11228 |
msgctxt "exporter"
|
11229 |
msgid "Unit price regular"
|
11230 |
msgstr "Regulärer Grundpreis"
|
11231 |
|
11232 |
# @ woocommerce-germanized
|
11233 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:60
|
11234 |
msgctxt "exporter"
|
11235 |
msgid "Unit price sale"
|
11236 |
msgstr "Angebotsgrundpreis"
|
11237 |
|
11238 |
# @ woocommerce-germanized
|
11239 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:61
|
11240 |
msgctxt "exporter"
|
11241 |
msgid "Unit price calculated automatically?"
|
11242 |
msgstr "Grundpreis automatisch berechnen?"
|
11243 |
|
11244 |
# @ woocommerce-germanized
|
11245 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:62
|
11246 |
msgctxt "exporter"
|
11247 |
msgid "Unit"
|
11248 |
msgstr "Einheit"
|
11249 |
|
11250 |
# @ woocommerce-germanized
|
11251 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:63
|
11252 |
msgctxt "exporter"
|
11253 |
msgid "Unit base"
|
11254 |
msgstr "Grundpreiseinheit"
|
11255 |
|
11256 |
# @ woocommerce-germanized
|
11257 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:64
|
11258 |
msgctxt "exporter"
|
11259 |
msgid "Unit product"
|
11260 |
msgstr "Produkteinheit"
|
11261 |
|
11262 |
# @ woocommerce-germanized
|
11263 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:65
|
11264 |
msgctxt "exporter"
|
11265 |
msgid "Cart description"
|
11266 |
msgstr "Warenkorbkurzbeschreibung"
|
11267 |
|
11268 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:66
|
11269 |
+
msgctxt "exporter"
|
11270 |
+
msgid "Minimum age"
|
11271 |
+
msgstr "Mindestalter"
|
11272 |
+
|
11273 |
# @ woocommerce-germanized
|
11274 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:67
|
11275 |
+
msgctxt "exporter"
|
11276 |
+
msgid "Defect description"
|
11277 |
+
msgstr "Mängelbeschreibung"
|
11278 |
+
|
11279 |
+
# @ woocommerce-germanized
|
11280 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:68
|
11281 |
msgctxt "exporter"
|
11282 |
msgid "Delivery time"
|
11283 |
msgstr "Lieferzeit"
|
11284 |
|
11285 |
# @ woocommerce-germanized
|
11286 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:69
|
11287 |
msgctxt "exporter"
|
11288 |
msgid "Sale price label"
|
11289 |
msgstr "Streichpreis Hinweis"
|
11290 |
|
11291 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:70
|
11292 |
msgctxt "exporter"
|
11293 |
msgid "Sale price regular label"
|
11294 |
msgstr "Angebotspreis Hinweis"
|
11295 |
|
11296 |
# @ woocommerce-germanized
|
11297 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:121
|
11298 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:54
|
11299 |
#, php-format
|
11300 |
msgid "Delivery Time: %s"
|
11301 |
msgstr "Lieferzeit: %s"
|
11314 |
msgstr "SEPA XML Export"
|
11315 |
|
11316 |
# @ woocommerce-germanized
|
11317 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:63
|
11318 |
msgid ""
|
11319 |
"[company_info]\n"
|
11320 |
"debtee identification number: [company_identification_number]\n"
|
11382 |
"Bitte beachten Sie: Die Frist für die Vorabinformation der SEPA-Lastschrift "
|
11383 |
"wird auf einen Tag verkürzt."
|
11384 |
|
11385 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:208
|
11386 |
msgid "SEPA XML"
|
11387 |
msgstr "SEPA XML"
|
11388 |
|
11389 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:284
|
11390 |
msgid "SEPA XML Export"
|
11391 |
msgstr "SEPA XML Export"
|
11392 |
|
11393 |
# @ woocommerce-germanized
|
11394 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:513
|
11395 |
#, php-format
|
11396 |
msgid "Order %s"
|
11397 |
msgstr "Bestellung %s"
|
11398 |
|
11399 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:544
|
11400 |
msgid "Will be notified separately"
|
11401 |
msgstr "Wird separat mitgeteilt"
|
11402 |
|
11403 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:633
|
11404 |
#, php-format
|
11405 |
msgid ""
|
11406 |
"We will debit %s from your account by direct debit on or shortly after %s."
|
11409 |
"%s ein."
|
11410 |
|
11411 |
# @ woocommerce-germanized
|
11412 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:827
|
11413 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:873
|
11414 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:906
|
11415 |
msgid "a single payment"
|
11416 |
msgstr "eine einmalige Zahlung"
|
11417 |
|
11418 |
# @ woocommerce-germanized
|
11419 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:932
|
11420 |
msgid "Enable Direct Debit Payment"
|
11421 |
msgstr "Bezahlung per Lastschrift aktivieren"
|
11422 |
|
11423 |
# @ woocommerce-germanized
|
11424 |
# @ woocommerce
|
11425 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:936
|
11426 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:117
|
11427 |
msgctxt "gateway"
|
11428 |
msgid "Title"
|
11429 |
msgstr "Bezeichnung"
|
11430 |
|
11431 |
# @ woocommerce-germanized
|
11432 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:938
|
11433 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:119
|
11434 |
msgid "This controls the title which the user sees during checkout."
|
11435 |
msgstr ""
|
11436 |
"Beschreibungstext, den Benutzer bei der Auswahl dieser Zahlungsart sehen."
|
11437 |
|
11438 |
# @ woocommerce-germanized
|
11439 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:945
|
11440 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:126
|
11441 |
msgid "Payment method description that the customer will see on your checkout."
|
11442 |
msgstr "Beschreibung der Zahlungsart, die Kunden auf ihrer Website sehen."
|
11443 |
|
11444 |
# @ woocommerce-germanized
|
11445 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:946
|
11446 |
msgid "The order amount will be debited directly from your bank account."
|
11447 |
msgstr ""
|
11448 |
"Der Gesamtbestellbetrag wird per SEPA-Lastschrift direkt von Ihrem Konto "
|
11449 |
"abgebucht."
|
11450 |
|
11451 |
# @ woocommerce-germanized
|
11452 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:950
|
11453 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:131
|
11454 |
msgid "Instructions"
|
11455 |
msgstr "Anweisungen"
|
11456 |
|
11457 |
# @ woocommerce-germanized
|
11458 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:952
|
11459 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:133
|
11460 |
msgid "Instructions that will be added to the thank you page and emails."
|
11461 |
msgstr "Anweisung, die zur „Danke“-Seite und zu E-Mails hinzugefügt werden."
|
11462 |
|
11463 |
# @ woocommerce-germanized
|
11464 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:957
|
11465 |
msgid "Debtee"
|
11466 |
msgstr "Gläubiger Informationen"
|
11467 |
|
11468 |
# @ woocommerce-germanized
|
11469 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:959
|
11470 |
msgid "Insert your company information."
|
11471 |
msgstr "Fügen Sie hier die Informationen zu ihrem Unternehmen ein."
|
11472 |
|
11473 |
# @ woocommerce-germanized
|
11474 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:961
|
11475 |
msgid "Company Inc, John Doe Street, New York"
|
11476 |
msgstr "Musterfirma GmbH, Musterstraße 12, 12203 Musterstadt"
|
11477 |
|
11478 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:967
|
11479 |
msgid "Insert the bank account holder name."
|
11480 |
msgstr "Fügen Sie hier den Namen des Kontoinhabers ein."
|
11481 |
|
11482 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:969
|
11483 |
msgid "Company Inc"
|
11484 |
msgstr "Muster GmbH"
|
11485 |
|
11486 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:975
|
11487 |
msgid "Insert the bank account IBAN."
|
11488 |
msgstr "Fügen Sie hier den IBAN ihres Kontos ein."
|
11489 |
|
11490 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:980
|
11491 |
msgid "BIC"
|
11492 |
msgstr "BIC"
|
11493 |
|
11494 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:982
|
11495 |
msgid "Insert the bank account BIC."
|
11496 |
msgstr "Fügen Sie hier den BIC ihres Kontos ein."
|
11497 |
|
11498 |
# @ woocommerce-germanized
|
11499 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:987
|
11500 |
msgid "Debtee identification number"
|
11501 |
msgstr "Identifikationsnummer"
|
11502 |
|
11503 |
# @ woocommerce-germanized
|
11504 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:989
|
11505 |
#, php-format
|
11506 |
msgid ""
|
11507 |
"Insert your debtee indentification number. More information can be found <a "
|
11511 |
"Weitere Informationen zu dieser Nummer erhalten Sie <a href=\"%s\">hier</a>."
|
11512 |
|
11513 |
# @ woocommerce-germanized
|
11514 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:993
|
11515 |
msgid "Generate Mandate ID"
|
11516 |
msgstr "Mandat-Referenz generieren"
|
11517 |
|
11518 |
# @ woocommerce-germanized
|
11519 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:995
|
11520 |
msgid "Automatically generate Mandate ID."
|
11521 |
msgstr "Mandat-Referenznummer automatisch generieren."
|
11522 |
|
11523 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:996
|
11524 |
msgid ""
|
11525 |
"Automatically generate Mandate ID after order completion (based on Order ID)."
|
11526 |
msgstr ""
|
11528 |
"basierend auf der Bestellnummer generieren."
|
11529 |
|
11530 |
# @ woocommerce-germanized
|
11531 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1000
|
11532 |
msgid "XML Pain Format"
|
11533 |
msgstr "XML Pain Format"
|
11534 |
|
11535 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1002
|
11536 |
msgid ""
|
11537 |
"You may adjust the XML Export Pain Schema to your banks needs. Some banks "
|
11538 |
"may require pain.001.003.03."
|
11541 |
"Einige Banken benötigen z.B. pain.001.003.03."
|
11542 |
|
11543 |
# @ woocommerce-germanized
|
11544 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1006
|
11545 |
msgid "Mandate ID Format"
|
11546 |
msgstr "Mandat-Referenz Format"
|
11547 |
|
11548 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1008
|
11549 |
msgid ""
|
11550 |
"You may extend the Mandate ID format by adding a prefix and/or suffix. Use "
|
11551 |
"{id} as placeholder to insert the automatically generated ID."
|
11555 |
"einzufügen."
|
11556 |
|
11557 |
# @ woocommerce-germanized
|
11558 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1012
|
11559 |
msgid "Mandate Text"
|
11560 |
msgstr "Lastschriftmandat"
|
11561 |
|
11562 |
# @ woocommerce-germanized
|
11563 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1014
|
11564 |
msgid ""
|
11565 |
"This text will be populated with live order/checkout data. Will be used as "
|
11566 |
"preview direct debit mandate and as email template text."
|
11570 |
"während des Checkouts und anschließend per E-Mail an den Kunden zur "
|
11571 |
"Verfügung gestellt."
|
11572 |
|
11573 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1020
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11574 |
msgid "Enable pre-notification"
|
11575 |
msgstr "Vorankündigung aktivieren"
|
11576 |
|
11577 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1021
|
11578 |
msgid "Insert pre-notification text within the order confirmation email."
|
11579 |
msgstr ""
|
11580 |
"Fügt einen Standard-Text zur Vorankündigung des SEPA-Einzugs in die "
|
11581 |
"Bestellbestätigung ein."
|
11582 |
|
11583 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1023
|
11584 |
msgid ""
|
11585 |
"This option inserts a standard text containing a pre-notification for the "
|
11586 |
"customer."
|
11589 |
"die Bestellbestätigung ein. In der Ankündigung wird u.a. ein konkreter "
|
11590 |
"Fälligkeitstermin genannt."
|
11591 |
|
11592 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1027
|
11593 |
msgid "Debit days"
|
11594 |
msgstr "Fälligkeitstage"
|
11595 |
|
11596 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1029
|
11597 |
msgid ""
|
11598 |
"This option is used to calculate the debit date and is added to the order "
|
11599 |
"date."
|
11603 |
"hier eingestellten Anzahl Tage."
|
11604 |
|
11605 |
# @ woocommerce-germanized
|
11606 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1033
|
11607 |
msgid "Mask IBAN"
|
11608 |
msgstr "IBAN maskieren"
|
11609 |
|
11610 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1034
|
11611 |
msgid "Mask the IBAN within emails."
|
11612 |
msgstr "IBAN in E-Mails maskieren."
|
11613 |
|
11614 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1036
|
11615 |
msgid ""
|
11616 |
"This will lead to masked IBANs within emails (replaced by *). All but last 4 "
|
11617 |
"digits will be masked."
|
11619 |
"Der IBAN wird in E-Mails (abgesehen von den letzten 4 Stellen) mit * "
|
11620 |
"maskiert."
|
11621 |
|
11622 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1046
|
11623 |
msgid "Remember"
|
11624 |
msgstr "Bankdaten merken"
|
11625 |
|
11626 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1047
|
11627 |
msgid "Remember account data for returning customers."
|
11628 |
msgstr "Bankverbindung für registrierte Kunden speichern."
|
11629 |
|
11630 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1049
|
11631 |
msgid "Save account data as user meta if user has/creates a customer account."
|
11632 |
msgstr ""
|
11633 |
"Speichert die Bankverbindung für registrierte Kunden in der user_meta "
|
11635 |
"eigenständig aus."
|
11636 |
|
11637 |
# @ woocommerce-germanized
|
11638 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1159
|
11639 |
msgid "Please insert your SEPA account data."
|
11640 |
msgstr "Bitte fügen Sie Ihre SEPA Kontoinformationen ein."
|
11641 |
|
11642 |
# @ woocommerce-germanized
|
11643 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1180
|
11644 |
msgid "Your IBAN seems to be invalid."
|
11645 |
msgstr "Ihr IBAN scheint nicht gültig zu sein."
|
11646 |
|
11647 |
# @ woocommerce-germanized
|
11648 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1182
|
11649 |
msgid "Your IBAN's country code doesn’t match with your billing country."
|
11650 |
msgstr "Der Ländercode des IBANs stimmt nicht mit dem Rechnungsland überein."
|
11651 |
|
11652 |
# @ woocommerce-germanized
|
11653 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1187
|
11654 |
msgid "Your BIC seems to be invalid."
|
11655 |
msgstr "Ihr BIC/SWIFT scheint nicht gültig zu sein."
|
11656 |
|
11657 |
# @ woocommerce-germanized
|
11658 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1226
|
11659 |
msgid "is invalid"
|
11660 |
msgstr "ist ungültig"
|
11661 |
|
11662 |
# @ woocommerce-germanized
|
11663 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1288
|
11664 |
msgid "Awaiting Direct Debit Payment"
|
11665 |
msgstr "Zahlung per Lastschrift ausstehend"
|
11666 |
|
11829 |
"term_link}, {revocation_link}Widerrufsbestimmungen{/revocation_link} und "
|
11830 |
"{data_security_link}Datenschutzbestimmungen{/data_security_link}."
|
11831 |
|
11832 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:246
|
11833 |
msgid ">= 12 years"
|
11834 |
msgstr ">= 12 Jahre"
|
11835 |
|
11836 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:247
|
11837 |
msgid ">= 16 years"
|
11838 |
msgstr ">= 16 Jahre"
|
11839 |
|
11840 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:248
|
11841 |
msgid ">= 18 years"
|
11842 |
msgstr ">= 18 Jahre"
|
11843 |
|
11844 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:249
|
11845 |
msgid ">= 21 years"
|
11846 |
msgstr ">= 21 Jahre"
|
11847 |
|
11848 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:250
|
11849 |
msgid ">= 25 years"
|
11850 |
msgstr ">= 25 Jahre"
|
11851 |
|
11852 |
# @ woocommerce-germanized
|
11853 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:255
|
11854 |
msgctxt "age"
|
11855 |
msgid "None"
|
11856 |
msgstr "Keines"
|
11857 |
|
11858 |
# @ woocommerce-germanized
|
11859 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:326
|
11860 |
+
msgctxt "woocommerce-germanized"
|
11861 |
+
msgid "Product Warranties"
|
11862 |
+
msgstr "Produktgarantien"
|
11863 |
+
|
11864 |
+
# @ woocommerce-germanized
|
11865 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:517
|
11866 |
#, php-format
|
11867 |
msgid "%s%% VAT"
|
11868 |
msgstr "%s %% MwSt."
|
11869 |
|
11870 |
# @ woocommerce-germanized
|
11871 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:669
|
11872 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:698
|
11873 |
msgctxt "title-option"
|
11874 |
msgid "None"
|
11875 |
msgstr "Keine"
|
11876 |
|
11877 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:672
|
11878 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:698
|
11879 |
msgid "Mx"
|
11880 |
msgstr "Divers"
|
11881 |
|
11882 |
# @ woocommerce-germanized
|
11883 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:949
|
11884 |
msgid "More variants available"
|
11885 |
msgstr "Weitere Varianten verfügbar"
|
11886 |
|
11887 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1264
|
11888 |
+
#, php-format
|
11889 |
+
msgctxt "defect-descriptions"
|
11890 |
+
msgid "%1$s (%2$s)"
|
11891 |
+
msgstr "%1$s (%2$s)"
|
11892 |
+
|
11893 |
# @ woocommerce-germanized
|
11894 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:306
|
11895 |
#: woocommerce-germanized/templates/checkout/edit-data-notice.php:25
|
11896 |
msgid "Edit Order"
|
11897 |
msgstr "Bestellung bearbeiten"
|
11898 |
|
11899 |
# @ woocommerce-germanized
|
11900 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:317
|
11901 |
msgid "Choose a Payment Gateway"
|
11902 |
msgstr "Zahlungsart auswählen"
|
11903 |
|
11904 |
# @ woocommerce
|
11905 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:441
|
11906 |
msgid "Place order"
|
11907 |
msgstr "Jetzt kaufen"
|
11908 |
|
11939 |
msgstr "Das Germanized %s Paket fehlt"
|
11940 |
|
11941 |
# @ woocommerce-germanized
|
11942 |
+
#: woocommerce-germanized/src/Shopmarks.php:365
|
11943 |
msgid "Single Product (Grouped)"
|
11944 |
msgstr "Produktseite (Gruppen)"
|
11945 |
|
11946 |
# @ woocommerce-germanized
|
11947 |
+
#: woocommerce-germanized/src/Shopmarks.php:366
|
11948 |
msgid "Product Loop"
|
11949 |
msgstr "Produktlisten"
|
11950 |
|
11951 |
+
#: woocommerce-germanized/src/Shopmarks.php:367
|
11952 |
msgid "Cart"
|
11953 |
msgstr "Warenkorb"
|
11954 |
|
11955 |
+
#: woocommerce-germanized/src/Shopmarks.php:368
|
11956 |
msgid "Mini Cart"
|
11957 |
msgstr "Warenkorb Dropdown"
|
11958 |
|
11959 |
# @ woocommerce-germanized
|
11960 |
+
#: woocommerce-germanized/src/Shopmarks.php:370
|
11961 |
msgid "Order"
|
11962 |
msgstr "Bestellung"
|
11963 |
|
11964 |
+
#: woocommerce-germanized/src/Shopmarks.php:389
|
11965 |
msgid "Summary"
|
11966 |
msgstr "Übersicht"
|
11967 |
|
11968 |
+
#: woocommerce-germanized/src/Shopmarks.php:394
|
11969 |
msgid "Meta"
|
11970 |
msgstr "Produktmeta"
|
11971 |
|
11972 |
+
#: woocommerce-germanized/src/Shopmarks.php:399
|
11973 |
+
#: woocommerce-germanized/src/Shopmarks.php:526
|
11974 |
msgid "After Meta"
|
11975 |
msgstr "Produktmeta - nachher"
|
11976 |
|
11977 |
# @ woocommerce-germanized
|
11978 |
+
#: woocommerce-germanized/src/Shopmarks.php:404
|
11979 |
msgid "Before add to cart"
|
11980 |
msgstr "Zum Warenkorb - vorher"
|
11981 |
|
11982 |
# @ woocommerce-germanized
|
11983 |
+
#: woocommerce-germanized/src/Shopmarks.php:409
|
11984 |
msgid "After add to cart"
|
11985 |
msgstr "Zum Warenkorb - nachher"
|
11986 |
|
11987 |
+
#: woocommerce-germanized/src/Shopmarks.php:414
|
11988 |
msgid "After Summary"
|
11989 |
msgstr "Übersicht - nachher"
|
11990 |
|
11991 |
+
#: woocommerce-germanized/src/Shopmarks.php:421
|
11992 |
msgid "Price Column"
|
11993 |
msgstr "Spalte - Preis"
|
11994 |
|
11995 |
+
#: woocommerce-germanized/src/Shopmarks.php:426
|
11996 |
msgid "Label Column"
|
11997 |
msgstr "Spalte - Beschriftung"
|
11998 |
|
11999 |
+
#: woocommerce-germanized/src/Shopmarks.php:431
|
12000 |
msgid "Quantity Column"
|
12001 |
msgstr "Spalte - Anzahl"
|
12002 |
|
12003 |
+
#: woocommerce-germanized/src/Shopmarks.php:438
|
12004 |
msgid "After Item Title"
|
12005 |
msgstr "Produkttitel - nachher"
|
12006 |
|
12007 |
+
#: woocommerce-germanized/src/Shopmarks.php:443
|
12008 |
msgid "Before Item Title"
|
12009 |
msgstr "Produkttitel - vorher"
|
12010 |
|
12011 |
# @ woocommerce-germanized
|
12012 |
# @ woocommerce
|
12013 |
+
#: woocommerce-germanized/src/Shopmarks.php:448
|
12014 |
msgid "Item Title"
|
12015 |
msgstr "Produkttitel"
|
12016 |
|
12017 |
+
#: woocommerce-germanized/src/Shopmarks.php:453
|
12018 |
msgid "After Item"
|
12019 |
msgstr "Produkt - nachher"
|
12020 |
|
12021 |
# @ woocommerce-germanized
|
12022 |
+
#: woocommerce-germanized/src/Shopmarks.php:460
|
12023 |
+
#: woocommerce-germanized/src/Shopmarks.php:482
|
12024 |
msgid "Item Price"
|
12025 |
msgstr "Produktpreis"
|
12026 |
|
12027 |
# @ woocommerce-germanized
|
12028 |
+
#: woocommerce-germanized/src/Shopmarks.php:465
|
12029 |
+
#: woocommerce-germanized/src/Shopmarks.php:487
|
12030 |
+
#: woocommerce-germanized/src/Shopmarks.php:499
|
12031 |
+
#: woocommerce-germanized/src/Shopmarks.php:516
|
12032 |
msgid "Item Name"
|
12033 |
msgstr "Produkttitel"
|
12034 |
|
12035 |
+
#: woocommerce-germanized/src/Shopmarks.php:470
|
12036 |
msgid "After Item Name"
|
12037 |
msgstr "Titel - nachher"
|
12038 |
|
12039 |
+
#: woocommerce-germanized/src/Shopmarks.php:475
|
12040 |
+
#: woocommerce-germanized/src/Shopmarks.php:494
|
12041 |
+
#: woocommerce-germanized/src/Shopmarks.php:511
|
12042 |
msgid "Subtotal"
|
12043 |
msgstr "Zwischensumme"
|
12044 |
|
12045 |
+
#: woocommerce-germanized/src/Shopmarks.php:504
|
12046 |
+
#: woocommerce-germanized/src/Shopmarks.php:521
|
12047 |
msgid "After Item Quantity"
|
12048 |
msgstr "Anzahl - nachher"
|
12049 |
|
12050 |
+
#: woocommerce-germanized/src/Shopmarks.php:531
|
12051 |
+
msgid "Before Meta"
|
12052 |
+
msgstr "Produktmeta - vorher"
|
12053 |
+
|
12054 |
# @ woocommerce-germanized
|
12055 |
+
#: woocommerce-germanized/src/Shopmarks.php:557
|
12056 |
+
#: woocommerce-germanized/src/Shopmarks.php:564
|
12057 |
+
#: woocommerce-germanized/src/Shopmarks.php:571
|
12058 |
+
#: woocommerce-germanized/src/Shopmarks.php:578
|
12059 |
+
#: woocommerce-germanized/src/Shopmarks.php:585
|
12060 |
+
#: woocommerce-germanized/src/Shopmarks.php:592
|
12061 |
+
#: woocommerce-germanized/src/Shopmarks.php:599
|
12062 |
msgctxt "shopmark"
|
12063 |
msgid "Unit Price"
|
12064 |
msgstr "Grundpreis"
|
12065 |
|
12066 |
# @ woocommerce-germanized
|
12067 |
+
#: woocommerce-germanized/src/Shopmarks.php:558
|
12068 |
+
#: woocommerce-germanized/src/Shopmarks.php:565
|
12069 |
+
#: woocommerce-germanized/src/Shopmarks.php:572
|
12070 |
+
#: woocommerce-germanized/src/Shopmarks.php:580
|
12071 |
+
#: woocommerce-germanized/src/Shopmarks.php:587
|
12072 |
+
#: woocommerce-germanized/src/Shopmarks.php:594
|
12073 |
+
#: woocommerce-germanized/src/Shopmarks.php:601
|
12074 |
msgctxt "shopmark"
|
12075 |
msgid "Delivery Time"
|
12076 |
msgstr "Lieferzeiten"
|
12077 |
|
12078 |
# @ woocommerce-germanized
|
12079 |
+
#: woocommerce-germanized/src/Shopmarks.php:559
|
12080 |
+
#: woocommerce-germanized/src/Shopmarks.php:566
|
12081 |
msgctxt "shopmark"
|
12082 |
msgid "General"
|
12083 |
msgstr "Allgemein"
|
12084 |
|
12085 |
# @ woocommerce-germanized
|
|
|
|
|
|
|
|
|
|
|
|
|
12086 |
#: woocommerce-germanized/src/Shopmarks.php:560
|
12087 |
+
#: woocommerce-germanized/src/Shopmarks.php:567
|
12088 |
+
#: woocommerce-germanized/src/Shopmarks.php:575
|
12089 |
+
#: woocommerce-germanized/src/Shopmarks.php:579
|
12090 |
+
#: woocommerce-germanized/src/Shopmarks.php:586
|
12091 |
+
#: woocommerce-germanized/src/Shopmarks.php:593
|
12092 |
+
#: woocommerce-germanized/src/Shopmarks.php:600
|
12093 |
msgctxt "shopmark"
|
12094 |
msgid "Product Units"
|
12095 |
msgstr "Produkteinheiten"
|
12096 |
|
12097 |
# @ woocommerce-germanized
|
12098 |
+
#: woocommerce-germanized/src/Shopmarks.php:561
|
12099 |
+
#: woocommerce-germanized/src/Shopmarks.php:568
|
12100 |
+
#: woocommerce-germanized/src/Shopmarks.php:582
|
12101 |
+
#: woocommerce-germanized/src/Shopmarks.php:589
|
12102 |
+
#: woocommerce-germanized/src/Shopmarks.php:596
|
12103 |
+
#: woocommerce-germanized/src/Shopmarks.php:603
|
12104 |
+
msgctxt "shopmark"
|
12105 |
+
msgid "Defect Description"
|
12106 |
+
msgstr "Mängelbeschreibung"
|
12107 |
+
|
12108 |
+
# @ woocommerce-germanized
|
12109 |
+
#: woocommerce-germanized/src/Shopmarks.php:573
|
12110 |
msgctxt "shopmark"
|
12111 |
msgid "Tax"
|
12112 |
msgstr "Steuer"
|
12113 |
|
12114 |
# @ woocommerce-germanized
|
12115 |
+
#: woocommerce-germanized/src/Shopmarks.php:574
|
12116 |
msgctxt "shopmark"
|
12117 |
msgid "Shipping Costs"
|
12118 |
msgstr "Versandkosten"
|
12119 |
|
12120 |
# @ woocommerce-germanized
|
12121 |
+
#: woocommerce-germanized/src/Shopmarks.php:581
|
12122 |
+
#: woocommerce-germanized/src/Shopmarks.php:588
|
12123 |
+
#: woocommerce-germanized/src/Shopmarks.php:595
|
12124 |
+
#: woocommerce-germanized/src/Shopmarks.php:602
|
12125 |
msgctxt "shopmark"
|
12126 |
msgid "Cart Description"
|
12127 |
msgstr "Warenkorb Beschreibung"
|
12320 |
msgid "upgrade"
|
12321 |
msgstr "aktualisieren"
|
12322 |
|
12323 |
+
#: woocommerce-germanized/woocommerce-germanized.php:370
|
12324 |
#, php-format
|
12325 |
msgid ""
|
12326 |
"This version of the Corona Helper Plugin includes a bug which could lead to "
|
12333 |
"unserem <a href=\"%s\" target=\"_blank\">Blog-Post</a> wie Sie das Plugin "
|
12334 |
"austauschen können."
|
12335 |
|
12336 |
+
#: woocommerce-germanized/woocommerce-germanized.php:1088
|
12337 |
msgid "Pease wait while we are trying to redirect you to the payment provider."
|
12338 |
msgstr "Einen Moment - wir versuchen Sie zum Zahlungsanbieter weiterzuleiten."
|
12339 |
|
13540 |
msgid "https://vendidero.de"
|
13541 |
msgstr "https://vendidero.de"
|
13542 |
|
13543 |
+
#~ msgid "Diff. Taxation"
|
13544 |
+
#~ msgstr "Differenzbesteuerung"
|
13545 |
+
|
13546 |
+
# @ woocommerce-germanized
|
13547 |
+
#~ msgid "Checkbox"
|
13548 |
+
#~ msgstr "Checkbox"
|
13549 |
+
|
13550 |
+
# @ woocommerce-germanized
|
13551 |
+
#~ msgid "Enable \"agree to SEPA mandate\" checkbox"
|
13552 |
+
#~ msgstr "Aktivieren Sie die Checkbox zur Bestätigung des Lastschriftmandates"
|
13553 |
+
|
13554 |
+
# @ woocommerce-germanized
|
13555 |
+
#~ msgid "Enable a checkbox linking to a SEPA direct debit mandate preview."
|
13556 |
+
#~ msgstr ""
|
13557 |
+
#~ "Aktivieren Sie eine Checkbox, die zu einer Vorschau des Lastschrift-"
|
13558 |
+
#~ "Mandats führt."
|
13559 |
+
|
13560 |
+
# @ woocommerce-germanized
|
13561 |
+
#~ msgid "Checkbox label"
|
13562 |
+
#~ msgstr "Checkbox Text"
|
13563 |
+
|
13564 |
+
# @ woocommerce-germanized
|
13565 |
+
#~ msgid ""
|
13566 |
+
#~ "Customize the checkbox label. Use {link}link name{/link} to insert the "
|
13567 |
+
#~ "preview link."
|
13568 |
+
#~ msgstr ""
|
13569 |
+
#~ "Passt den Checkbox Text an. Verwenden Sie {link}SEPA Lastschriftmandat{/"
|
13570 |
+
#~ "link} um auf die Vorschau zu verlinken."
|
13571 |
+
|
13572 |
# @ woocommerce-germanized
|
13573 |
#~ msgctxt "shipments"
|
13574 |
#~ msgid "Country / State"
|
14190 |
#~ "Um Germanized zuverlässig nutzen zu können, updaten Sie bitte folgende "
|
14191 |
#~ "Plugins:"
|
14192 |
|
|
|
|
|
|
|
|
|
14193 |
#~ msgid ""
|
14194 |
#~ "Seems like you are using a not yet supported version of a Plugin which "
|
14195 |
#~ "Germanized requires. You may downgrade the Plugin or update to the latest "
|
i18n/languages/woocommerce-germanized.pot
CHANGED
@@ -10,13 +10,13 @@ msgstr ""
|
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"POT-Creation-Date:
|
14 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
17 |
"X-Poedit-Basepath: ../../..\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
-
"X-Generator: Poedit
|
20 |
"X-Poedit-WPHeader: woocommerce-germanized/woocommerce-germanized.php\n"
|
21 |
"X-Poedit-SearchPath-0: woocommerce-germanized\n"
|
22 |
"X-Poedit-SearchPath-1: woocommerce-germanized-shipments\n"
|
@@ -76,136 +76,136 @@ msgctxt "oss"
|
|
76 |
msgid "Delivery threshold reached (OSS)"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
80 |
#: one-stop-shop-woocommerce/src/SettingsPage.php:17
|
81 |
msgctxt "oss"
|
82 |
msgid "OSS"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
86 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
87 |
#: one-stop-shop-woocommerce/src/SettingsPage.php:23
|
88 |
msgctxt "oss"
|
89 |
msgid "One Stop Shop"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
93 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
94 |
#, php-format
|
95 |
msgctxt "oss"
|
96 |
msgid "Q%1$s/%2$s"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
100 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
101 |
#, php-format
|
102 |
msgctxt "oss"
|
103 |
msgid "%1$s/%2$s"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
107 |
msgctxt "oss"
|
108 |
msgid "New Report"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
112 |
msgctxt "oss"
|
113 |
msgid "Type"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
117 |
msgctxt "oss"
|
118 |
msgid "Year"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
122 |
msgctxt "oss"
|
123 |
msgid "Quarter"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
127 |
msgctxt "oss"
|
128 |
msgid "Month"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
132 |
msgctxt "oss"
|
133 |
msgid "Date range"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
137 |
msgctxt "oss"
|
138 |
msgid "Start report"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
142 |
msgctxt "oss"
|
143 |
msgid "New report"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
147 |
msgctxt "oss"
|
148 |
msgid "View"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
152 |
msgctxt "oss"
|
153 |
msgid "Export"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
157 |
msgctxt "oss"
|
158 |
msgid "Refresh"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
162 |
msgctxt "oss"
|
163 |
msgid "Delete"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
167 |
msgctxt "oss"
|
168 |
msgid "Cancel"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
172 |
msgctxt "oss"
|
173 |
msgid "Country"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
177 |
msgctxt "oss"
|
178 |
msgid "Tax Rate"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
182 |
msgctxt "oss"
|
183 |
msgid "Net Total"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
187 |
msgctxt "oss"
|
188 |
msgid "Tax Total"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
192 |
#, php-format
|
193 |
msgctxt "oss"
|
194 |
msgid "%1$s %%"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
198 |
#, php-format
|
199 |
msgctxt "oss"
|
200 |
msgid "Currently processed %1$s orders. Next iteration is scheduled for %2$s. <a href=\"%3$s\">Find pending actions</a>"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
204 |
msgctxt "oss"
|
205 |
msgid "Not yet known"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: one-stop-shop-woocommerce/src/Admin.php:
|
209 |
#: one-stop-shop-woocommerce/src/ReportTable.php:39
|
210 |
#: one-stop-shop-woocommerce/src/SettingsPage.php:23
|
211 |
msgctxt "oss"
|
@@ -217,7 +217,7 @@ msgctxt "oss"
|
|
217 |
msgid "Dismiss"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: one-stop-shop-woocommerce/src/AsyncReportGenerator.php:
|
221 |
msgctxt "oss"
|
222 |
msgid "No orders found."
|
223 |
msgstr ""
|
@@ -267,71 +267,71 @@ msgctxt "oss"
|
|
267 |
msgid "See details"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
271 |
msgctxt "oss"
|
272 |
msgid "To use the OSS for WooCommerce plugin please make sure that WooCommerce is installed and activated."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
276 |
#: one-stop-shop-woocommerce/src/ReportTable.php:40
|
277 |
msgctxt "oss"
|
278 |
msgid "Report"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
282 |
#, php-format
|
283 |
msgctxt "oss"
|
284 |
msgid "%1$s"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
288 |
#, php-format
|
289 |
msgctxt "oss"
|
290 |
msgid "%1$s - %2$s"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
294 |
#, php-format
|
295 |
msgctxt "oss"
|
296 |
msgid "Observer %1$s"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
300 |
msgctxt "oss"
|
301 |
msgid "Quarterly"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
305 |
msgctxt "oss"
|
306 |
msgid "Yearly"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
310 |
msgctxt "oss"
|
311 |
msgid "Monthly"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
315 |
msgctxt "oss"
|
316 |
msgid "Custom"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
320 |
msgctxt "oss"
|
321 |
msgid "Observer"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
325 |
msgctxt "oss"
|
326 |
msgid "Pending"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
330 |
msgctxt "oss"
|
331 |
msgid "Completed"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: one-stop-shop-woocommerce/src/Package.php:
|
335 |
msgctxt "oss"
|
336 |
msgid "Failed"
|
337 |
msgstr ""
|
@@ -463,85 +463,121 @@ msgctxt "oss"
|
|
463 |
msgid "Participation"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
467 |
msgctxt "oss"
|
468 |
msgid "Fixed gross prices"
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
472 |
msgctxt "oss"
|
473 |
-
msgid "Apply the same gross price regardless of the tax rate."
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
477 |
msgctxt "oss"
|
478 |
msgid "This option will make sure that your customers pay the same price no matter the tax rate (based on the country chosen) to be applied."
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
482 |
msgctxt "oss"
|
483 |
msgid "Are you sure? Please backup your tax rates before proceeding."
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
487 |
msgctxt "oss"
|
488 |
msgid "End OSS participation"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
492 |
msgctxt "oss"
|
493 |
msgid "Start OSS participation"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
|
|
|
|
|
|
|
|
|
|
497 |
msgctxt "oss"
|
498 |
msgid "learn more"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
502 |
msgctxt "oss"
|
503 |
msgid "Use this option to automatically adjust tax-related options in WooCommerce. Warning: This option will delete your current tax rates and add new tax rates based on your OSS participation status."
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
507 |
msgctxt "oss"
|
508 |
msgid "See status"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
512 |
msgctxt "oss"
|
513 |
msgid "Start initial report"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
517 |
#, php-format
|
518 |
msgctxt "oss"
|
519 |
msgid "Report not yet completed. %s"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
523 |
#, php-format
|
524 |
msgctxt "oss"
|
525 |
msgid "Report not yet started. %s"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
529 |
msgctxt "oss-amounts"
|
530 |
msgid "of"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
534 |
#, php-format
|
535 |
msgctxt "oss"
|
536 |
msgid "As of: %s"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
540 |
msgctxt "oss"
|
541 |
msgid "see details"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: one-stop-shop-woocommerce/src/Settings.php:
|
545 |
#, php-format
|
546 |
msgctxt "oss"
|
547 |
msgid "This value indicates your current net total amount applicable for the One Stop Shop procedure delivery threshold of the current year. You should take action in case the delivery threshold is or is close to being exceeded. <a href=\"%s\">Find out more</a> about the calculation."
|
@@ -552,76 +588,76 @@ msgctxt "oss"
|
|
552 |
msgid "Learn More"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
556 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
557 |
#, php-format
|
558 |
msgctxt "oss"
|
559 |
msgid "Tax class (%s)"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
563 |
msgctxt "oss"
|
564 |
msgid "Same as parent"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
568 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
569 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
570 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
571 |
msgctxt "oss"
|
572 |
msgid "remove"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
576 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
577 |
msgctxt "oss"
|
578 |
msgid "Add country specific tax class (OSS)"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
582 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
583 |
msgctxt "oss"
|
584 |
msgid "Select country"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
588 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
589 |
msgid "Reduced rate"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
593 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
594 |
msgctxt "oss"
|
595 |
msgid "Greater reduced rate"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
599 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
600 |
msgctxt "oss"
|
601 |
msgid "Super reduced rate"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
605 |
msgctxt "oss"
|
606 |
msgid "Madeira"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
610 |
msgctxt "oss"
|
611 |
msgid "Acores"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
615 |
msgctxt "oss"
|
616 |
msgid "Northern Ireland"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
620 |
msgctxt "oss-tax-rate-import"
|
621 |
msgid "Exempt"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
625 |
#, php-format
|
626 |
msgctxt "oss-tax-rate-import"
|
627 |
msgid "VAT %1$s %% %2$s"
|
@@ -654,124 +690,124 @@ msgctxt "oss"
|
|
654 |
msgid "Your OSS delivery threshold of %1$s has been reached. Please take action immediately. Visit the OSS Settings Panel (%2$s) for details."
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
658 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
659 |
msgctxt "dhl day context"
|
660 |
msgid "None"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
664 |
msgctxt "dhl"
|
665 |
msgid "Delivery Duty Unpaid"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
669 |
msgctxt "dhl"
|
670 |
msgid "Delivery Duty Paid"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
674 |
msgctxt "dhl"
|
675 |
msgid "Delivery Duty Paid (excl. VAT )"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
679 |
msgctxt "dhl"
|
680 |
msgid "Delivery Duty Paid (excl. Duties, taxes and VAT)"
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
684 |
msgctxt "age context"
|
685 |
msgid "None"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
689 |
msgctxt "dhl"
|
690 |
msgid "Minimum age of 16"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
694 |
msgctxt "dhl"
|
695 |
msgid "Minimum age of 18"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
699 |
msgctxt "dhl"
|
700 |
msgid "Shipment #{shipment_id} to order {order_id}"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
704 |
msgctxt "dhl"
|
705 |
msgid "Return #{shipment_id} to order {order_id}"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
709 |
msgctxt "dhl"
|
710 |
msgid "Return shipment #{shipment_id} to order #{order_id}"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
714 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:890
|
715 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
716 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
717 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
|
718 |
msgctxt "dhl"
|
719 |
msgid "Packstation"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
723 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
724 |
msgctxt "dhl"
|
725 |
msgid "Postfiliale"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
729 |
msgctxt "dhl"
|
730 |
msgid "DHL Retoure International A"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
734 |
msgctxt "dhl"
|
735 |
msgid "DHL Retoure International B"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
739 |
msgctxt "dhl"
|
740 |
msgid "DHL Retoure Online"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
744 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
745 |
msgctxt "dhl"
|
746 |
msgid "DHL Paket International"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
750 |
msgctxt "dhl"
|
751 |
msgid "DHL Paket Connect"
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
755 |
msgctxt "dhl"
|
756 |
msgid "DHL Europaket (B2B)"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
760 |
msgctxt "dhl"
|
761 |
msgid "DHL Paket"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
765 |
msgctxt "dhl"
|
766 |
msgid "DHL Paket PRIO"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
770 |
msgctxt "dhl"
|
771 |
msgid "DHL Paket Taggleich"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
775 |
msgctxt "dhl"
|
776 |
msgid "DHL Warenpost"
|
777 |
msgstr ""
|
@@ -859,37 +895,37 @@ msgid "DHL & Post"
|
|
859 |
msgstr ""
|
860 |
|
861 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
862 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
863 |
msgctxt "dhl"
|
864 |
msgid "Monday"
|
865 |
msgstr ""
|
866 |
|
867 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
868 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
869 |
msgctxt "dhl"
|
870 |
msgid "Tuesday"
|
871 |
msgstr ""
|
872 |
|
873 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
874 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
875 |
msgctxt "dhl"
|
876 |
msgid "Wednesday"
|
877 |
msgstr ""
|
878 |
|
879 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
880 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
881 |
msgctxt "dhl"
|
882 |
msgid "Thursday"
|
883 |
msgstr ""
|
884 |
|
885 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
886 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
887 |
msgctxt "dhl"
|
888 |
msgid "Friday"
|
889 |
msgstr ""
|
890 |
|
891 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
892 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
893 |
msgctxt "dhl"
|
894 |
msgid "Saturday"
|
895 |
msgstr ""
|
@@ -957,186 +993,186 @@ msgstr ""
|
|
957 |
|
958 |
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:45
|
959 |
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:51
|
960 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
961 |
msgctxt "dhl"
|
962 |
msgid "Error while fetching label PDF"
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
966 |
msgctxt "dhl"
|
967 |
msgid "Missing shipment"
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
971 |
msgctxt "dhl"
|
972 |
msgid "Invalid API response"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
976 |
msgctxt "dhl"
|
977 |
msgid "Error while authenticating user."
|
978 |
msgstr ""
|
979 |
|
980 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
981 |
msgctxt "dhl"
|
982 |
msgid "Error during Warenpost International request."
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:
|
986 |
#, php-format
|
987 |
msgctxt "dhl"
|
988 |
msgid "Error during request: %s"
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
|
|
|
|
|
|
|
|
|
|
992 |
#: woocommerce-germanized-dhl/src/Api/Soap.php:54
|
993 |
-
#: woocommerce-germanized-dhl/src/Package.php:
|
994 |
#, php-format
|
995 |
msgctxt "dhl"
|
996 |
msgid "To enable communication between your shop and DHL, the PHP <a href=\"%s\">SOAPClient</a> is required. Please contact your host and make sure that SOAPClient is <a href=\"%s\">installed</a>."
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1000 |
#, php-format
|
1001 |
msgctxt "dhl"
|
1002 |
msgid "Error while instantiating main Internetmarke API: %s"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1006 |
-
msgctxt "dhl"
|
1007 |
-
msgid "Internetmarke is disabled. Please enable Internetmarke."
|
1008 |
-
msgstr ""
|
1009 |
-
|
1010 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:89
|
1011 |
msgctxt "dhl"
|
1012 |
msgid "Wrong username or password"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1016 |
#, php-format
|
1017 |
msgctxt "dhl"
|
1018 |
msgid "until %s"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1022 |
#, php-format
|
1023 |
msgctxt "dhl"
|
1024 |
msgid "Length: %s"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1028 |
#, php-format
|
1029 |
msgctxt "dhl"
|
1030 |
msgid "Width: %s"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1034 |
#, php-format
|
1035 |
msgctxt "dhl"
|
1036 |
msgid "Height: %s"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1040 |
#, php-format
|
1041 |
msgctxt "dhl"
|
1042 |
msgid "Weight: %s"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1046 |
msgctxt "dhl"
|
1047 |
msgid "Total"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1051 |
#, php-format
|
1052 |
msgctxt "dhl"
|
1053 |
msgid "Could not refund post label: %s"
|
1054 |
msgstr ""
|
1055 |
|
1056 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1057 |
msgctxt "dhl"
|
1058 |
msgid "Refund API could not be instantiated"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1062 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1063 |
#: woocommerce-germanized-dhl/src/Api/ReturnRest.php:34
|
1064 |
#, php-format
|
1065 |
msgctxt "dhl"
|
1066 |
msgid "Could not fetch shipment %d."
|
1067 |
msgstr ""
|
1068 |
|
1069 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1070 |
msgctxt "dhl"
|
1071 |
msgid "Error while generating shop order id."
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1075 |
#, php-format
|
1076 |
msgctxt "dhl"
|
1077 |
msgid "Error while trying to purchase the stamp. Please manually <a href=\"%s\">refresh</a> your product database and try again."
|
1078 |
msgstr ""
|
1079 |
|
1080 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1081 |
msgctxt "dhl"
|
1082 |
msgid "Error while downloading the PDF stamp."
|
1083 |
msgstr ""
|
1084 |
|
1085 |
-
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:
|
1086 |
msgctxt "dhl"
|
1087 |
msgid "Invalid stamp response."
|
1088 |
msgstr ""
|
1089 |
|
1090 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1091 |
msgctxt "dhl"
|
1092 |
msgid "Your DHL API credentials seem to be invalid. Please check your DHL settings."
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1096 |
msgctxt "dhl"
|
1097 |
msgid "Your products are missing data relevant for custom declarations. Please provide missing DHL fields (country of origin, HS code) in your product data > shipping tab."
|
1098 |
msgstr ""
|
1099 |
|
1100 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1101 |
#, php-format
|
1102 |
msgctxt "dhl"
|
1103 |
msgid "There was an error contacting the DHL API: %s."
|
1104 |
msgstr ""
|
1105 |
|
1106 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1107 |
msgctxt "dhl"
|
1108 |
msgid "An error ocurred while contacting the DHL API. Please consider enabling the sandbox mode."
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1112 |
msgctxt "dhl"
|
1113 |
msgid "There was an error generating the label. Please try again or consider switching to sandbox mode."
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1117 |
#: woocommerce-germanized-dhl/src/Api/ReturnRest.php:155
|
1118 |
msgctxt "dhl"
|
1119 |
msgid "Error while creating and uploading the label"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1123 |
#, php-format
|
1124 |
msgctxt "dhl"
|
1125 |
msgid "Could not delete label - %s"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1129 |
msgctxt "dhl"
|
1130 |
msgid "Could not create account number - no product number."
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1134 |
#, php-format
|
1135 |
msgctxt "dhl"
|
1136 |
-
msgid "Your shipper address is incomplete. Please validate your <a href=\"%s\">settings</a> and try again."
|
1137 |
msgstr ""
|
1138 |
|
1139 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1140 |
#, php-format
|
1141 |
msgctxt "dhl"
|
1142 |
msgid "Only %s shipment items can be processed, your shipment has %s items."
|
@@ -1168,37 +1204,37 @@ msgctxt "dhl"
|
|
1168 |
msgid "Parcel API not available"
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1172 |
msgctxt "dhl"
|
1173 |
msgid "Mon"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1177 |
msgctxt "dhl"
|
1178 |
msgid "Tue"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1182 |
msgctxt "dhl"
|
1183 |
msgid "Wed"
|
1184 |
msgstr ""
|
1185 |
|
1186 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1187 |
msgctxt "dhl"
|
1188 |
msgid "Thu"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1192 |
msgctxt "dhl"
|
1193 |
msgid "Fri"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1197 |
msgctxt "dhl"
|
1198 |
msgid "Sat"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1202 |
msgctxt "dhl"
|
1203 |
msgid "Sun"
|
1204 |
msgstr ""
|
@@ -1271,7 +1307,7 @@ msgctxt "dhl"
|
|
1271 |
msgid "Invalid label."
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: woocommerce-germanized-dhl/src/Package.php:
|
1275 |
msgctxt "dhl"
|
1276 |
msgid "Germany"
|
1277 |
msgstr ""
|
@@ -1412,46 +1448,50 @@ msgid "retry"
|
|
1412 |
msgstr ""
|
1413 |
|
1414 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
1415 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1416 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1417 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
1418 |
msgctxt "dhl"
|
1419 |
-
msgid "
|
1420 |
msgstr ""
|
1421 |
|
1422 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:36
|
1423 |
msgctxt "dhl"
|
1424 |
-
msgid "
|
1425 |
msgstr ""
|
1426 |
|
1427 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
1428 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1429 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1430 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
1431 |
msgctxt "dhl"
|
1432 |
-
msgid "
|
1433 |
msgstr ""
|
1434 |
|
1435 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
1436 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1437 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
|
|
1438 |
msgctxt "dhl"
|
1439 |
-
msgid "
|
1440 |
msgstr ""
|
1441 |
|
1442 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:133
|
1443 |
msgctxt "dhl"
|
1444 |
-
msgid "DHL
|
1445 |
msgstr ""
|
1446 |
|
1447 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:276
|
1448 |
msgctxt "dhl"
|
1449 |
-
msgid "Sorry, but the
|
1450 |
msgstr ""
|
1451 |
|
1452 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:299
|
1453 |
msgctxt "dhl"
|
1454 |
-
msgid "Please choose a
|
1455 |
msgstr ""
|
1456 |
|
1457 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:311
|
@@ -1461,813 +1501,841 @@ msgstr ""
|
|
1461 |
|
1462 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:31
|
1463 |
msgctxt "dhl"
|
1464 |
-
msgid "Complete DHL integration supporting labels
|
1465 |
msgstr ""
|
1466 |
|
1467 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1468 |
msgctxt "dhl"
|
1469 |
msgid "Parcel Pickup"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1473 |
msgctxt "dhl"
|
1474 |
-
msgid "Preferred
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1478 |
msgctxt "dhl"
|
1479 |
msgid "Receiver"
|
1480 |
msgstr ""
|
1481 |
|
1482 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1483 |
msgctxt "dhl"
|
1484 |
msgid "COD Amount"
|
1485 |
msgstr ""
|
1486 |
|
1487 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1488 |
msgctxt "dhl"
|
1489 |
msgid "Duties"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1493 |
msgctxt "dhl"
|
1494 |
msgid "Valid address only"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1498 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1499 |
msgctxt "dhl"
|
1500 |
msgid "GoGreen"
|
1501 |
msgstr ""
|
1502 |
|
1503 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1504 |
msgctxt "dhl"
|
1505 |
msgid "Additional insurance"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1509 |
msgctxt "dhl"
|
1510 |
msgid "Create inlay return label"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1514 |
msgctxt "dhl"
|
1515 |
msgid "Name"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1519 |
msgctxt "dhl"
|
1520 |
msgid "Company"
|
1521 |
msgstr ""
|
1522 |
|
1523 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1524 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1525 |
msgctxt "dhl"
|
1526 |
msgid "Street"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1530 |
msgctxt "dhl"
|
1531 |
msgid "Street No"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1535 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1536 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:27
|
1537 |
msgctxt "dhl"
|
1538 |
msgid "Postcode"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1542 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1543 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:30
|
1544 |
msgctxt "dhl"
|
1545 |
msgid "City"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1549 |
msgctxt "dhl"
|
1550 |
msgid "Phone"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1554 |
msgctxt "dhl"
|
1555 |
msgid "Email"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1559 |
msgctxt "dhl"
|
1560 |
msgid "Age check"
|
1561 |
msgstr ""
|
1562 |
|
1563 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1564 |
msgctxt "dhl"
|
1565 |
msgid "Retail outlet routing"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1569 |
msgctxt "dhl"
|
1570 |
msgid "No neighbor"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1574 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1575 |
msgctxt "dhl"
|
1576 |
msgid "Named person only"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1580 |
msgctxt "dhl"
|
1581 |
msgid "Bulky goods"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1585 |
msgctxt "dhl"
|
1586 |
msgid "Identity check"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1590 |
msgctxt "dhl"
|
1591 |
msgid "Date of Birth"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1595 |
msgctxt "dhl"
|
1596 |
msgid "Minimum age"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1600 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1601 |
msgctxt "dhl"
|
1602 |
msgid "Premium"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1606 |
msgctxt "dhl"
|
1607 |
msgid "Receiver is missing or does not exist."
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1611 |
#, php-format
|
1612 |
msgctxt "dhl"
|
1613 |
msgid "%s of the return address is a mandatory field."
|
1614 |
msgstr ""
|
1615 |
|
1616 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1617 |
msgctxt "dhl"
|
1618 |
msgid "Please either add a return company or name."
|
1619 |
msgstr ""
|
1620 |
|
1621 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1622 |
msgctxt "dhl"
|
1623 |
-
msgid "Error while parsing
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1627 |
msgctxt "dhl"
|
1628 |
msgid "The visual min age check is invalid."
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1632 |
msgctxt "dhl"
|
1633 |
msgid "The ident min age check is invalid."
|
1634 |
msgstr ""
|
1635 |
|
1636 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1637 |
msgctxt "dhl"
|
1638 |
msgid "There was an error parsing the date of birth for the identity check."
|
1639 |
msgstr ""
|
1640 |
|
1641 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1642 |
msgctxt "dhl"
|
1643 |
msgid "Either a minimum age or a date of birth must be added to the ident check."
|
1644 |
msgstr ""
|
1645 |
|
1646 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1647 |
#, php-format
|
1648 |
msgctxt "dhl"
|
1649 |
msgid "%s duties element does not exist."
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1653 |
msgctxt "dhl"
|
1654 |
msgid "Customer Number (EKP)"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1658 |
#, php-format
|
1659 |
msgctxt "dhl"
|
1660 |
msgid "Your 10 digits DHL customer number, also called \"EKP\". Find your %s in the DHL business portal."
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1664 |
msgctxt "dhl"
|
1665 |
msgid "customer number"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1669 |
msgctxt "dhl"
|
1670 |
msgid "API"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1674 |
msgctxt "dhl"
|
1675 |
msgid "Enable Sandbox"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1679 |
msgctxt "dhl"
|
1680 |
msgid "Activate Sandbox mode for testing purposes."
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1684 |
msgctxt "dhl"
|
1685 |
msgid "Live Username"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1689 |
#, php-format
|
1690 |
msgctxt "dhl"
|
1691 |
msgid "Your username (<strong>not</strong> your email address) to the DHL business customer portal. Please make sure to test your access data in advance %s."
|
1692 |
msgstr ""
|
1693 |
|
1694 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1695 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1696 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1697 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1698 |
msgctxt "dhl"
|
1699 |
msgid "here"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1703 |
msgctxt "dhl"
|
1704 |
msgid "Live Password"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1708 |
#, php-format
|
1709 |
msgctxt "dhl"
|
1710 |
msgid "Your password to the DHL business customer portal. Please note the new assignment of the password to 3 (Standard User) or 12 (System User) months and make sure to test your access data in advance %s."
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1714 |
msgctxt "dhl"
|
1715 |
msgid "Sandbox Username"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1719 |
#, php-format
|
1720 |
msgctxt "dhl"
|
1721 |
msgid "Your username (<strong>not</strong> your email address) to the DHL developer portal. Please make sure to test your access data in advance %s."
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1725 |
msgctxt "dhl"
|
1726 |
msgid "Sandbox Password"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1730 |
#, php-format
|
1731 |
msgctxt "dhl"
|
1732 |
msgid "Your password for the DHL developer portal. Please test your access data in advance %s."
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1736 |
msgctxt "dhl"
|
1737 |
msgid "Products and Participation Numbers"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1741 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1742 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1743 |
msgctxt "dhl"
|
1744 |
msgid "Inlay Returns"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1748 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:142
|
1749 |
msgctxt "dhl"
|
1750 |
msgid "Tracking"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1754 |
msgctxt "dhl"
|
1755 |
msgid "Enable delivery to Packstation."
|
1756 |
msgstr ""
|
1757 |
|
1758 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1759 |
msgctxt "dhl"
|
1760 |
msgid "Let customers choose a Packstation as delivery address."
|
1761 |
msgstr ""
|
1762 |
|
1763 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1764 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:50
|
1765 |
msgctxt "dhl"
|
1766 |
msgid "Postoffice"
|
1767 |
msgstr ""
|
1768 |
|
1769 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1770 |
msgctxt "dhl"
|
1771 |
msgid "Enable delivery to Post Offices."
|
1772 |
msgstr ""
|
1773 |
|
1774 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1775 |
msgctxt "dhl"
|
1776 |
msgid "Let customers choose a Post Office as delivery address."
|
1777 |
msgstr ""
|
1778 |
|
1779 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1780 |
msgctxt "dhl"
|
1781 |
msgid "Parcel Shop"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1785 |
msgctxt "dhl"
|
1786 |
msgid "Enable delivery to Parcel Shops."
|
1787 |
msgstr ""
|
1788 |
|
1789 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1790 |
msgctxt "dhl"
|
1791 |
msgid "Let customers choose a Parcel Shop as delivery address."
|
1792 |
msgstr ""
|
1793 |
|
1794 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1795 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1796 |
msgctxt "dhl"
|
1797 |
msgid "Map"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1801 |
msgctxt "dhl"
|
1802 |
msgid "Let customers find a DHL location on a map."
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1806 |
msgctxt "dhl"
|
1807 |
msgid "Enable this option to let your customers choose a pickup option from a map within the checkout. If this option is disabled a link to the DHL website is placed instead."
|
1808 |
msgstr ""
|
1809 |
|
1810 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1811 |
msgctxt "dhl"
|
1812 |
msgid "Google Maps Key"
|
1813 |
msgstr ""
|
1814 |
|
1815 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1816 |
#, php-format
|
1817 |
msgctxt "dhl"
|
1818 |
msgid "To integrate a map within your checkout you'll need a valid API key for Google Maps. You may %s."
|
1819 |
msgstr ""
|
1820 |
|
1821 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1822 |
msgctxt "dhl"
|
1823 |
msgid "retrieve a new one"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1827 |
msgctxt "dhl"
|
1828 |
msgid "Limit results"
|
1829 |
msgstr ""
|
1830 |
|
1831 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1832 |
msgctxt "dhl"
|
1833 |
msgid "Limit the number of DHL locations shown on the map"
|
1834 |
msgstr ""
|
1835 |
|
1836 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1837 |
msgctxt "dhl"
|
1838 |
-
msgid "Enable
|
1839 |
msgstr ""
|
1840 |
|
1841 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1842 |
msgctxt "dhl"
|
1843 |
-
msgid "Enabling this option will display options for the user to select their
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1847 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1848 |
msgctxt "dhl"
|
1849 |
msgid "Fee"
|
1850 |
msgstr ""
|
1851 |
|
1852 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1853 |
msgctxt "dhl"
|
1854 |
-
msgid "Insert gross value as surcharge for
|
1855 |
msgstr ""
|
1856 |
|
1857 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1858 |
msgctxt "dhl"
|
1859 |
-
msgid "Enable
|
1860 |
msgstr ""
|
1861 |
|
1862 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1863 |
msgctxt "dhl"
|
1864 |
msgid "Enabling this option will display options for the user to select their preferred delivery location during the checkout."
|
1865 |
msgstr ""
|
1866 |
|
1867 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1868 |
msgctxt "dhl"
|
1869 |
-
msgid "Enable
|
1870 |
msgstr ""
|
1871 |
|
1872 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1873 |
msgctxt "dhl"
|
1874 |
msgid "Enabling this option will display options for the user to deliver to their preferred neighbor during the checkout."
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1878 |
msgctxt "dhl"
|
1879 |
msgid "Cut-off time"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1883 |
msgctxt "dhl"
|
1884 |
-
msgid "The cut-off time is the latest possible order time up to which the minimum
|
1885 |
msgstr ""
|
1886 |
|
1887 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1888 |
msgctxt "dhl"
|
1889 |
msgid "Preparation days"
|
1890 |
msgstr ""
|
1891 |
|
1892 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1893 |
msgctxt "dhl"
|
1894 |
-
msgid "If you need more time to prepare your shipments you might want to add a static preparation time to the possible starting date for
|
1895 |
msgstr ""
|
1896 |
|
1897 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1898 |
msgctxt "dhl"
|
1899 |
msgid "Exclude days of transfer"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1903 |
msgctxt "dhl"
|
1904 |
msgid "Exclude days from transferring shipments to DHL."
|
1905 |
msgstr ""
|
1906 |
|
1907 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1908 |
msgctxt "dhl"
|
1909 |
msgid "Exclude gateways"
|
1910 |
msgstr ""
|
1911 |
|
1912 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1913 |
msgctxt "dhl"
|
1914 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1915 |
msgstr ""
|
1916 |
|
1917 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1918 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:178
|
1919 |
msgctxt "dhl"
|
1920 |
msgid "Products"
|
1921 |
msgstr ""
|
1922 |
|
1923 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1924 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:198
|
1925 |
msgctxt "dhl"
|
1926 |
msgid "Domestic Default Service"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1930 |
msgctxt "dhl"
|
1931 |
msgid "Please select your default DHL shipping service for domestic shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards)."
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1935 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:209
|
1936 |
msgctxt "dhl"
|
1937 |
msgid "EU Default Service"
|
1938 |
msgstr ""
|
1939 |
|
1940 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1941 |
msgctxt "dhl"
|
1942 |
msgid "Please select your default DHL shipping service for EU shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards)."
|
1943 |
msgstr ""
|
1944 |
|
1945 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1946 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:220
|
1947 |
msgctxt "dhl"
|
1948 |
msgid "Int. Default Service"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1952 |
msgctxt "dhl"
|
1953 |
msgid "Please select your default DHL shipping service for cross-border shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards)."
|
1954 |
msgstr ""
|
1955 |
|
1956 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1957 |
msgctxt "dhl"
|
1958 |
msgid "Default Duty"
|
1959 |
msgstr ""
|
1960 |
|
1961 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1962 |
msgctxt "dhl"
|
1963 |
msgid "Please select a default duty type."
|
1964 |
msgstr ""
|
1965 |
|
1966 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1967 |
msgctxt "dhl"
|
1968 |
msgid "Codeable"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1972 |
msgctxt "dhl"
|
1973 |
msgid "Generate label only if address can be automatically retrieved DHL."
|
1974 |
msgstr ""
|
1975 |
|
1976 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1977 |
msgctxt "dhl"
|
1978 |
msgid "Choose this option if you want to make sure that by default labels are only generated for codeable addresses."
|
1979 |
msgstr ""
|
1980 |
|
1981 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1982 |
msgctxt "dhl"
|
1983 |
msgid "Force email"
|
1984 |
msgstr ""
|
1985 |
|
1986 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1987 |
msgctxt "dhl"
|
1988 |
msgid "Force transferring customer email to DHL."
|
1989 |
msgstr ""
|
1990 |
|
1991 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1992 |
msgctxt "dhl"
|
1993 |
-
msgid "
|
1994 |
msgstr ""
|
1995 |
|
1996 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1997 |
msgctxt "dhl"
|
1998 |
msgid "Additionally create inlay return labels for shipments that support returns."
|
1999 |
msgstr ""
|
2000 |
|
2001 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2002 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2003 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2004 |
msgctxt "dhl"
|
2005 |
msgid "Retoure"
|
2006 |
msgstr ""
|
2007 |
|
2008 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2009 |
#, php-format
|
2010 |
msgctxt "dhl"
|
2011 |
msgid "Adjust handling of return shipments through the DHL Retoure API. Make sure that your %s contains DHL Retoure Online."
|
2012 |
msgstr ""
|
2013 |
|
2014 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2015 |
msgctxt "dhl"
|
2016 |
msgid "contract"
|
2017 |
msgstr ""
|
2018 |
|
2019 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2020 |
msgctxt "dhl"
|
2021 |
msgid "Enable creating labels for return shipments."
|
2022 |
msgstr ""
|
2023 |
|
2024 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2025 |
msgctxt "dhl"
|
2026 |
msgid "By enabling this option you might generate retoure labels for return shipments and send them to your customer via email."
|
2027 |
msgstr ""
|
2028 |
|
2029 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2030 |
msgctxt "dhl"
|
2031 |
msgid "Default Services"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2035 |
#, php-format
|
2036 |
msgctxt "dhl"
|
2037 |
msgid "Adjust services to be added to your labels by default. Find out more about these <a href=\"%s\" target=\"_blank\">services</a>."
|
2038 |
msgstr ""
|
2039 |
|
2040 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2041 |
msgctxt "dhl"
|
2042 |
msgid "Enable the GoGreen Service by default."
|
2043 |
msgstr ""
|
2044 |
|
2045 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2046 |
msgctxt "dhl"
|
2047 |
msgid "Additional Insurance"
|
2048 |
msgstr ""
|
2049 |
|
2050 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2051 |
msgctxt "dhl"
|
2052 |
msgid "Add an additional insurance to labels."
|
2053 |
msgstr ""
|
2054 |
|
2055 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2056 |
msgctxt "dhl"
|
2057 |
msgid "Retail Outlet Routing"
|
2058 |
msgstr ""
|
2059 |
|
2060 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2061 |
msgctxt "dhl"
|
2062 |
msgid "Send undeliverable items to nearest retail outlet instead of immediate return."
|
2063 |
msgstr ""
|
2064 |
|
2065 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2066 |
msgctxt "dhl"
|
2067 |
msgid "No Neighbor"
|
2068 |
msgstr ""
|
2069 |
|
2070 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2071 |
msgctxt "dhl"
|
2072 |
msgid "Do not deliver to neighbors."
|
2073 |
msgstr ""
|
2074 |
|
2075 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2076 |
msgctxt "dhl"
|
2077 |
msgid "Do only delivery to named person."
|
2078 |
msgstr ""
|
2079 |
|
2080 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2081 |
msgctxt "dhl"
|
2082 |
msgid "Bulky Goods"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2086 |
msgctxt "dhl"
|
2087 |
msgid "Deliver as bulky goods."
|
2088 |
msgstr ""
|
2089 |
|
2090 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2091 |
msgctxt "dhl"
|
2092 |
msgid "Minimum age (Visual check)"
|
2093 |
msgstr ""
|
2094 |
|
2095 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2096 |
msgctxt "dhl"
|
2097 |
msgid "Choose this option if you want to let DHL check your customer's age."
|
2098 |
msgstr ""
|
2099 |
|
2100 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2101 |
msgctxt "dhl"
|
2102 |
msgid "Sync (Visual Check)"
|
2103 |
msgstr ""
|
2104 |
|
2105 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2106 |
msgctxt "dhl"
|
2107 |
msgid "Visually verify age if shipment contains applicable items."
|
2108 |
msgstr ""
|
2109 |
|
2110 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2111 |
#, php-format
|
2112 |
msgctxt "dhl"
|
2113 |
msgid "Germanized offers an %s to be enabled for certain products and/or product categories. By checking this option labels for shipments with applicable items will automatically have the visual age check service enabled."
|
2114 |
msgstr ""
|
2115 |
|
2116 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2117 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2118 |
msgctxt "dhl"
|
2119 |
msgid "age verification checkbox"
|
2120 |
msgstr ""
|
2121 |
|
2122 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2123 |
msgctxt "dhl"
|
2124 |
msgid "Minimum age (Ident check)"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2128 |
msgctxt "dhl"
|
2129 |
msgid "Choose this option if you want to let DHL check your customer's identity and age."
|
2130 |
msgstr ""
|
2131 |
|
2132 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2133 |
msgctxt "dhl"
|
2134 |
msgid "Sync (Ident Check)"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2138 |
msgctxt "dhl"
|
2139 |
msgid "Verify identity and age if shipment contains applicable items."
|
2140 |
msgstr ""
|
2141 |
|
2142 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2143 |
#, php-format
|
2144 |
msgctxt "dhl"
|
2145 |
msgid "Germanized offers an %s to be enabled for certain products and/or product categories. By checking this option labels for shipments with applicable items will automatically have the identity check service enabled."
|
2146 |
msgstr ""
|
2147 |
|
2148 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2149 |
msgctxt "dhl"
|
2150 |
msgid "Premium delivery for international shipments."
|
2151 |
msgstr ""
|
2152 |
|
2153 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2154 |
msgctxt "dhl"
|
2155 |
msgid "Bank Account"
|
2156 |
msgstr ""
|
2157 |
|
2158 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2159 |
msgctxt "dhl"
|
2160 |
msgid "Enter your bank details needed for services that use COD."
|
2161 |
msgstr ""
|
2162 |
|
2163 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2164 |
msgctxt "dhl"
|
2165 |
msgid "Holder"
|
2166 |
msgstr ""
|
2167 |
|
2168 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2169 |
msgctxt "dhl"
|
2170 |
msgid "Bank Name"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2174 |
msgctxt "dhl"
|
2175 |
msgid "IBAN"
|
2176 |
msgstr ""
|
2177 |
|
2178 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2179 |
msgctxt "dhl"
|
2180 |
msgid "BIC"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2184 |
msgctxt "dhl"
|
2185 |
msgid "Payment Reference"
|
2186 |
msgstr ""
|
2187 |
|
2188 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2189 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2190 |
#, php-format
|
2191 |
msgctxt "dhl"
|
2192 |
msgid "Use these placeholders to add info to the payment reference: %s. This text is limited to 35 characters."
|
2193 |
msgstr ""
|
2194 |
|
2195 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2196 |
msgctxt "dhl"
|
2197 |
msgid "Payment Reference 2"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2201 |
msgctxt "dhl"
|
2202 |
msgid "Customer Number"
|
2203 |
msgstr ""
|
2204 |
|
2205 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2206 |
msgctxt "dhl"
|
2207 |
msgid "Insert your DHL business customer number (EKP) here. If you are not yet a business customer you might want to create a new account first."
|
2208 |
msgstr ""
|
2209 |
|
2210 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2211 |
msgctxt "dhl"
|
2212 |
msgid "API Access"
|
2213 |
msgstr ""
|
2214 |
|
2215 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2216 |
msgctxt "dhl"
|
2217 |
msgid "To create labels and embed DHL services, our software needs access to the API. You will need to fill out the username and password fields accordingly."
|
2218 |
msgstr ""
|
2219 |
|
2220 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2221 |
msgctxt "dhl"
|
2222 |
msgid "If you want to provide your customers with inlay return labels for your shipments you might enable this feature by default here."
|
2223 |
msgstr ""
|
2224 |
|
2225 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2226 |
msgctxt "dhl"
|
2227 |
msgid "If you want to create DHL labels to returns you should activate this feature. Make sure that you have DHL Online Retoure activated in your contract."
|
2228 |
msgstr ""
|
2229 |
|
2230 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2231 |
msgctxt "dhl"
|
2232 |
msgid "Age verification"
|
2233 |
msgstr ""
|
2234 |
|
2235 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2236 |
msgctxt "dhl"
|
2237 |
msgid "Use this feature to sync the Germanized age verification checkbox with the DHL visual minimum age verification service. As soon as applicable products are contained within the shipment, the service will be booked by default."
|
2238 |
msgstr ""
|
2239 |
|
2240 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2241 |
msgctxt "dhl"
|
2242 |
msgid "Automation"
|
2243 |
msgstr ""
|
2244 |
|
2245 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2246 |
msgctxt "dhl"
|
2247 |
msgid "You might want to save some time and let Germanized generate labels automatically as soon as a shipment switches to a certain status."
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2251 |
msgctxt "dhl"
|
2252 |
-
msgid "Let your customers choose a
|
2253 |
msgstr ""
|
2254 |
|
2255 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2256 |
msgctxt "dhl"
|
2257 |
-
msgid "Optionally charge your customers an additional fee for preferred services like
|
2258 |
msgstr ""
|
2259 |
|
2260 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2261 |
msgctxt "dhl"
|
2262 |
-
msgid "Allow your customers to send their parcels to a
|
2263 |
msgstr ""
|
2264 |
|
2265 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2266 |
msgctxt "dhl"
|
2267 |
msgid "Allow your customers to choose packstation (and/or other DHL location types as configured below) as shipping address."
|
2268 |
msgstr ""
|
2269 |
|
2270 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2271 |
msgctxt "dhl"
|
2272 |
msgid "This option adds a map overlay view to let your customers choose a DHL location from a map nearby. You'll need a valid Google Maps API key to enable the map view."
|
2273 |
msgstr ""
|
@@ -2392,7 +2460,7 @@ msgid "The minimum amount is %s"
|
|
2392 |
msgstr ""
|
2393 |
|
2394 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:374
|
2395 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2396 |
#, php-format
|
2397 |
msgctxt "dhl"
|
2398 |
msgid "Sorry but none of your selected <a href=\"%s\">Deutsche Post Products</a> is available for this shipment. Please verify your shipment data (e.g. weight) and try again."
|
@@ -2403,12 +2471,22 @@ msgctxt "dhl"
|
|
2403 |
msgid "Page Format"
|
2404 |
msgstr ""
|
2405 |
|
2406 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2407 |
msgctxt "dhl"
|
2408 |
msgid "The services chosen are not available for the current product."
|
2409 |
msgstr ""
|
2410 |
|
2411 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2412 |
#, php-format
|
2413 |
msgctxt "dhl"
|
2414 |
msgid "Deutsche Post product is missing for %s."
|
@@ -2481,12 +2559,7 @@ msgstr ""
|
|
2481 |
|
2482 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
|
2483 |
msgctxt "dhl"
|
2484 |
-
msgid "
|
2485 |
-
msgstr ""
|
2486 |
-
|
2487 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
|
2488 |
-
msgctxt "dhl"
|
2489 |
-
msgid "Choose one of the displayed days as your preferred day for your parcel delivery. Other days are not possible due to delivery processes."
|
2490 |
msgstr ""
|
2491 |
|
2492 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:42
|
@@ -2507,7 +2580,7 @@ msgstr ""
|
|
2507 |
|
2508 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
|
2509 |
msgctxt "dhl"
|
2510 |
-
msgid "
|
2511 |
msgstr ""
|
2512 |
|
2513 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:71
|
@@ -2520,16 +2593,6 @@ msgctxt "dhl"
|
|
2520 |
msgid "Location"
|
2521 |
msgstr ""
|
2522 |
|
2523 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:82
|
2524 |
-
msgctxt "dhl"
|
2525 |
-
msgid "Neighbor"
|
2526 |
-
msgstr ""
|
2527 |
-
|
2528 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
|
2529 |
-
msgctxt "dhl"
|
2530 |
-
msgid "Preferred location: Delivery to your preferred drop-off location"
|
2531 |
-
msgstr ""
|
2532 |
-
|
2533 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
|
2534 |
msgctxt "dhl"
|
2535 |
msgid "Choose a weather-protected and non-visible place on your property, where we can deposit the parcel in your absence."
|
@@ -2540,11 +2603,6 @@ msgctxt "dhl"
|
|
2540 |
msgid "e.g. Garage, Terrace"
|
2541 |
msgstr ""
|
2542 |
|
2543 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
|
2544 |
-
msgctxt "dhl"
|
2545 |
-
msgid "Preferred neighbour: Delivery to a neighbour of your choice"
|
2546 |
-
msgstr ""
|
2547 |
-
|
2548 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
|
2549 |
msgctxt "dhl"
|
2550 |
msgid "Determine a person in your immediate neighborhood whom we can hand out your parcel in your absence. This person should live in the same building, directly opposite or next door."
|
@@ -2585,18 +2643,18 @@ msgid "LxWxH in decimal form."
|
|
2585 |
msgstr ""
|
2586 |
|
2587 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:50
|
2588 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
2589 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:692
|
2590 |
msgctxt "shipments"
|
2591 |
msgid "Packaging"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
|
2595 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2596 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
2597 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:689
|
2598 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
|
2599 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:
|
2600 |
msgctxt "shipments"
|
2601 |
msgid "Status"
|
2602 |
msgstr ""
|
@@ -2638,14 +2696,14 @@ msgstr ""
|
|
2638 |
|
2639 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:189
|
2640 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:45
|
2641 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
2642 |
msgctxt "shipments"
|
2643 |
msgid "Item"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:190
|
2647 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:46
|
2648 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
2649 |
#: woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:55
|
2650 |
#: woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:37
|
2651 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details.php:59
|
@@ -2714,12 +2772,12 @@ msgstr ""
|
|
2714 |
|
2715 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-list.php:22
|
2716 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:84
|
2717 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
2718 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
2719 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
2720 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:75
|
2721 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:172
|
2722 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:
|
2723 |
#: woocommerce-germanized-shipments/templates/myaccount/order-shipments.php:36
|
2724 |
msgctxt "shipments"
|
2725 |
msgid "Returns"
|
@@ -2744,10 +2802,10 @@ msgstr ""
|
|
2744 |
|
2745 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:19
|
2746 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:77
|
2747 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
2748 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
2749 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
2750 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
2751 |
#: woocommerce-germanized-shipments/templates/myaccount/order-shipments.php:20
|
2752 |
msgctxt "shipments"
|
2753 |
msgid "Shipments"
|
@@ -2776,14 +2834,14 @@ msgstr ""
|
|
2776 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
2777 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
|
2778 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:687
|
2779 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
2780 |
msgctxt "shipments"
|
2781 |
msgid "Title"
|
2782 |
msgstr ""
|
2783 |
|
2784 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
|
2785 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
2786 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
2787 |
msgctxt "shipments"
|
2788 |
msgid "Description"
|
2789 |
msgstr ""
|
@@ -2845,7 +2903,7 @@ msgid "Download"
|
|
2845 |
msgstr ""
|
2846 |
|
2847 |
#: woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:41
|
2848 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
2849 |
msgctxt "shipments"
|
2850 |
msgid "Create new label"
|
2851 |
msgstr ""
|
@@ -2987,8 +3045,8 @@ msgid "Text to appear below the main email content."
|
|
2987 |
msgstr ""
|
2988 |
|
2989 |
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
|
2990 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2991 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2992 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
2993 |
msgctxt "shipments"
|
2994 |
msgid "N/A"
|
@@ -3046,7 +3104,7 @@ msgid "Letter"
|
|
3046 |
msgstr ""
|
3047 |
|
3048 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
|
3049 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3050 |
msgctxt "shipments"
|
3051 |
msgid "Shipment"
|
3052 |
msgstr ""
|
@@ -3067,7 +3125,7 @@ msgid "Partially shipped"
|
|
3067 |
msgstr ""
|
3068 |
|
3069 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:112
|
3070 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3071 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:860
|
3072 |
msgctxt "shipments"
|
3073 |
msgid "Shipped"
|
@@ -3088,110 +3146,193 @@ msgctxt "shipments"
|
|
3088 |
msgid "Returned"
|
3089 |
msgstr ""
|
3090 |
|
3091 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3092 |
msgctxt "shipments"
|
3093 |
msgid "Draft"
|
3094 |
msgstr ""
|
3095 |
|
3096 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3097 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:852
|
3098 |
msgctxt "shipments"
|
3099 |
msgid "Processing"
|
3100 |
msgstr ""
|
3101 |
|
3102 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3103 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:50
|
3104 |
msgctxt "shipments"
|
3105 |
msgid "Delivered"
|
3106 |
msgstr ""
|
3107 |
|
3108 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3109 |
msgctxt "shipments"
|
3110 |
msgid "Requested"
|
3111 |
msgstr ""
|
3112 |
|
3113 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3114 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:81
|
3115 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:135
|
3116 |
msgctxt "shipments"
|
3117 |
msgid "Invalid order."
|
3118 |
msgstr ""
|
3119 |
|
3120 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3121 |
msgctxt "shipments"
|
3122 |
msgid "This order is already fully returned."
|
3123 |
msgstr ""
|
3124 |
|
3125 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3126 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3127 |
msgctxt "shipments"
|
3128 |
msgid "Error while creating the shipment instance"
|
3129 |
msgstr ""
|
3130 |
|
3131 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3132 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3133 |
-
#: woocommerce-germanized-shipments/src/ReturnShipment.php:
|
3134 |
-
#: woocommerce-germanized-shipments/src/ReturnShipment.php:
|
3135 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:118
|
3136 |
-
#: woocommerce-germanized-shipments/src/SimpleShipment.php:
|
3137 |
msgctxt "shipments"
|
3138 |
msgid "Invalid shipment order"
|
3139 |
msgstr ""
|
3140 |
|
3141 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3142 |
msgctxt "shipments"
|
3143 |
msgid "Invalid order item"
|
3144 |
msgstr ""
|
3145 |
|
3146 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3147 |
msgctxt "shipments"
|
3148 |
msgid "Invalid shipment item"
|
3149 |
msgstr ""
|
3150 |
|
3151 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3152 |
msgctxt "shipments"
|
3153 |
msgid "None"
|
3154 |
msgstr ""
|
3155 |
|
3156 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3157 |
msgctxt "shipments-shipping-provider"
|
3158 |
msgid "Unknown"
|
3159 |
msgstr ""
|
3160 |
|
3161 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3162 |
msgctxt "shipments"
|
3163 |
msgid "Error while uploading file."
|
3164 |
msgstr ""
|
3165 |
|
3166 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3167 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
3168 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:688
|
3169 |
msgctxt "shipments"
|
3170 |
msgid "Date"
|
3171 |
msgstr ""
|
3172 |
|
3173 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3174 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
|
3175 |
msgctxt "shipments"
|
3176 |
msgid "Tracking"
|
3177 |
msgstr ""
|
3178 |
|
3179 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3180 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3181 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
3182 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:696
|
3183 |
msgctxt "shipments"
|
3184 |
msgid "Actions"
|
3185 |
msgstr ""
|
3186 |
|
3187 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3188 |
msgctxt "shipments"
|
3189 |
msgid "View"
|
3190 |
msgstr ""
|
3191 |
|
3192 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3193 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:871
|
3194 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
3195 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
3196 |
msgctxt "shipments"
|
3197 |
msgid "Download label"
|
@@ -3220,205 +3361,205 @@ msgctxt "shipments"
|
|
3220 |
msgid "View order"
|
3221 |
msgstr ""
|
3222 |
|
3223 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3224 |
msgctxt "shipments"
|
3225 |
msgid "Select a country"
|
3226 |
msgstr ""
|
3227 |
|
3228 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3229 |
msgctxt "shipments"
|
3230 |
msgid "HS-Code (Customs)"
|
3231 |
msgstr ""
|
3232 |
|
3233 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3234 |
msgctxt "shipments"
|
3235 |
msgid "The HS Code is a number assigned to every possible commodity that can be imported or exported from any country."
|
3236 |
msgstr ""
|
3237 |
|
3238 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3239 |
msgctxt "shipments"
|
3240 |
msgid "Country of manufacture (Customs)"
|
3241 |
msgstr ""
|
3242 |
|
3243 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3244 |
msgctxt "shipments"
|
3245 |
msgid "The country of manufacture is needed for customs of international shipping."
|
3246 |
msgstr ""
|
3247 |
|
3248 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3249 |
#, php-format
|
3250 |
msgctxt "shipments"
|
3251 |
msgid "Shipments upload directory missing. Please manually create the folder %s and make sure that it is writeable."
|
3252 |
msgstr ""
|
3253 |
|
3254 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3255 |
msgctxt "shipments"
|
3256 |
msgid "View Shipments"
|
3257 |
msgstr ""
|
3258 |
|
3259 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3260 |
msgctxt "shipments"
|
3261 |
msgid "Endpoint for the \"My account → View shipments\" page."
|
3262 |
msgstr ""
|
3263 |
|
3264 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3265 |
msgctxt "shipments"
|
3266 |
msgid "View shipment"
|
3267 |
msgstr ""
|
3268 |
|
3269 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3270 |
msgctxt "shipments"
|
3271 |
msgid "Endpoint for the \"My account → View shipment\" page."
|
3272 |
msgstr ""
|
3273 |
|
3274 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3275 |
msgctxt "shipments"
|
3276 |
msgid "Add Return Shipment"
|
3277 |
msgstr ""
|
3278 |
|
3279 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3280 |
msgctxt "shipments"
|
3281 |
msgid "Endpoint for the \"My account → Add return shipment\" page."
|
3282 |
msgstr ""
|
3283 |
|
3284 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3285 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3286 |
#: woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:36
|
3287 |
msgctxt "shipments"
|
3288 |
msgid "Reason"
|
3289 |
msgstr ""
|
3290 |
|
3291 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3292 |
msgctxt "shipments"
|
3293 |
msgid "Return reasons"
|
3294 |
msgstr ""
|
3295 |
|
3296 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3297 |
msgctxt "shipments"
|
3298 |
msgid "Reason code"
|
3299 |
msgstr ""
|
3300 |
|
3301 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3302 |
msgctxt "shipments"
|
3303 |
msgid "The reason code is used to identify the reason."
|
3304 |
msgstr ""
|
3305 |
|
3306 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3307 |
msgctxt "shipments"
|
3308 |
msgid "Choose a reason text."
|
3309 |
msgstr ""
|
3310 |
|
3311 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3312 |
msgctxt "shipments"
|
3313 |
msgid "+ Add reason"
|
3314 |
msgstr ""
|
3315 |
|
3316 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3317 |
msgctxt "shipments"
|
3318 |
msgid "Remove selected reason(s)"
|
3319 |
msgstr ""
|
3320 |
|
3321 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3322 |
msgctxt "shipments"
|
3323 |
msgid "Available Packaging"
|
3324 |
msgstr ""
|
3325 |
|
3326 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3327 |
msgctxt "shipments"
|
3328 |
msgid "A description to help you identify the packaging."
|
3329 |
msgstr ""
|
3330 |
|
3331 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3332 |
msgctxt "shipments"
|
3333 |
msgid "Type"
|
3334 |
msgstr ""
|
3335 |
|
3336 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3337 |
#, php-format
|
3338 |
msgctxt "shipments"
|
3339 |
msgid "Weight (%s)"
|
3340 |
msgstr ""
|
3341 |
|
3342 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3343 |
msgctxt "shipments"
|
3344 |
msgid "The weight of the packaging."
|
3345 |
msgstr ""
|
3346 |
|
3347 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3348 |
#, php-format
|
3349 |
msgctxt "shipments"
|
3350 |
msgid "Dimensions (LxWxH, %s)"
|
3351 |
msgstr ""
|
3352 |
|
3353 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3354 |
msgctxt "shipments"
|
3355 |
msgid "Max weight (kg)"
|
3356 |
msgstr ""
|
3357 |
|
3358 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3359 |
msgctxt "shipments"
|
3360 |
msgid "The maximum weight this packaging can hold. Leave empty to not restrict maximum weight."
|
3361 |
msgstr ""
|
3362 |
|
3363 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3364 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3365 |
msgctxt "shipments"
|
3366 |
msgid "Length"
|
3367 |
msgstr ""
|
3368 |
|
3369 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3370 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3371 |
msgctxt "shipments"
|
3372 |
msgid "Width"
|
3373 |
msgstr ""
|
3374 |
|
3375 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3376 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3377 |
msgctxt "shipments"
|
3378 |
msgid "Height"
|
3379 |
msgstr ""
|
3380 |
|
3381 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3382 |
msgctxt "shipments"
|
3383 |
msgid "+ Add packaging"
|
3384 |
msgstr ""
|
3385 |
|
3386 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3387 |
msgctxt "shipments"
|
3388 |
msgid "Remove selected packaging"
|
3389 |
msgstr ""
|
3390 |
|
3391 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3392 |
msgctxt "shipments"
|
3393 |
msgid "Create shipments"
|
3394 |
msgstr ""
|
3395 |
|
3396 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3397 |
msgctxt "shipments"
|
3398 |
msgid "Search shipments"
|
3399 |
msgstr ""
|
3400 |
|
3401 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3402 |
msgctxt "shipments"
|
3403 |
msgid "Search returns"
|
3404 |
msgstr ""
|
3405 |
|
3406 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3407 |
msgctxt "shipments"
|
3408 |
msgid "Do you really want to delete the shipment?"
|
3409 |
msgstr ""
|
3410 |
|
3411 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3412 |
msgctxt "shipments"
|
3413 |
msgid "Do you really want to delete the label?"
|
3414 |
msgstr ""
|
3415 |
|
3416 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3417 |
msgctxt "shipments"
|
3418 |
msgid "Please save the shipment before creating a new label"
|
3419 |
msgstr ""
|
3420 |
|
3421 |
-
#: woocommerce-germanized-shipments/src/Admin/Admin.php:
|
3422 |
msgctxt "shipments"
|
3423 |
msgid "Do you really want to delete the shipping provider? Some of your existing shipments might be linked to that provider and might need adjustments."
|
3424 |
msgstr ""
|
@@ -3582,7 +3723,7 @@ msgstr ""
|
|
3582 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:61
|
3583 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:117
|
3584 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:229
|
3585 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:
|
3586 |
msgctxt "shipments"
|
3587 |
msgid "Automation"
|
3588 |
msgstr ""
|
@@ -3741,118 +3882,63 @@ msgctxt "shipments"
|
|
3741 |
msgid "List shipments on customer account order screen."
|
3742 |
msgstr ""
|
3743 |
|
3744 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
3745 |
-
msgctxt "shipments"
|
3746 |
-
msgid "Shipper Address"
|
3747 |
-
msgstr ""
|
3748 |
-
|
3749 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:210
|
3750 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:285
|
3751 |
msgctxt "shipments"
|
3752 |
-
msgid "
|
3753 |
msgstr ""
|
3754 |
|
3755 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
3756 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:293
|
3757 |
msgctxt "shipments"
|
3758 |
-
msgid "
|
3759 |
msgstr ""
|
3760 |
|
3761 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
3762 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:301
|
3763 |
msgctxt "shipments"
|
3764 |
-
msgid "
|
3765 |
msgstr ""
|
3766 |
|
3767 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
3768 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:309
|
3769 |
msgctxt "shipments"
|
3770 |
-
msgid "
|
3771 |
msgstr ""
|
3772 |
|
3773 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
3774 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:317
|
3775 |
msgctxt "shipments"
|
3776 |
-
msgid "
|
3777 |
msgstr ""
|
3778 |
|
3779 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
3780 |
-
#: woocommerce-germanized-shipments/src/
|
|
|
3781 |
msgctxt "shipments"
|
3782 |
-
msgid "
|
3783 |
msgstr ""
|
3784 |
|
3785 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
3786 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:333
|
3787 |
msgctxt "shipments"
|
3788 |
-
msgid "
|
3789 |
msgstr ""
|
3790 |
|
3791 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
3792 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:342
|
3793 |
msgctxt "shipments"
|
3794 |
-
msgid "
|
3795 |
msgstr ""
|
3796 |
|
3797 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
3798 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:350
|
3799 |
msgctxt "shipments"
|
3800 |
-
msgid "
|
3801 |
msgstr ""
|
3802 |
|
3803 |
-
#: woocommerce-germanized-shipments/src/Admin/
|
3804 |
-
|
3805 |
msgctxt "shipments"
|
3806 |
-
msgid "
|
3807 |
-
|
|
|
|
|
3808 |
|
3809 |
-
#: woocommerce-germanized-shipments/src/Admin/
|
3810 |
-
|
3811 |
-
msgid "Return Address"
|
3812 |
-
msgstr ""
|
3813 |
-
|
3814 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:380
|
3815 |
-
msgctxt "shipments"
|
3816 |
-
msgid "Default packaging"
|
3817 |
-
msgstr ""
|
3818 |
-
|
3819 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:381
|
3820 |
-
msgctxt "shipments"
|
3821 |
-
msgid "Choose a packaging which serves as fallback or default in case no suitable packaging could be matched for a certain shipment."
|
3822 |
-
msgstr ""
|
3823 |
-
|
3824 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:415
|
3825 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
|
3826 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1094
|
3827 |
-
msgctxt "shipments"
|
3828 |
-
msgid "General"
|
3829 |
-
msgstr ""
|
3830 |
-
|
3831 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:417
|
3832 |
-
msgctxt "shipments"
|
3833 |
-
msgid "Addresses"
|
3834 |
-
msgstr ""
|
3835 |
-
|
3836 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:529
|
3837 |
-
msgctxt "shipments"
|
3838 |
-
msgid "More services"
|
3839 |
-
msgstr ""
|
3840 |
-
|
3841 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:532
|
3842 |
-
msgctxt "shipments"
|
3843 |
-
msgid "Fewer services"
|
3844 |
-
msgstr ""
|
3845 |
-
|
3846 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:193
|
3847 |
-
#, php-format
|
3848 |
-
msgctxt "shipments"
|
3849 |
-
msgid "%d shipment deleted."
|
3850 |
-
msgid_plural "%d shipments deleted."
|
3851 |
-
msgstr[0] ""
|
3852 |
-
msgstr[1] ""
|
3853 |
-
|
3854 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:203
|
3855 |
-
#, php-format
|
3856 |
msgctxt "shipments"
|
3857 |
msgid "%d shipment status changed."
|
3858 |
msgid_plural "%d shipment statuses changed."
|
@@ -3906,7 +3992,7 @@ msgid "Filter"
|
|
3906 |
msgstr ""
|
3907 |
|
3908 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:665
|
3909 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
3910 |
#, php-format
|
3911 |
msgctxt "shipments"
|
3912 |
msgid "Order #%s"
|
@@ -4028,53 +4114,63 @@ msgctxt "shipments"
|
|
4028 |
msgid "There was an error processing the label."
|
4029 |
msgstr ""
|
4030 |
|
4031 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4032 |
msgctxt "shipments"
|
4033 |
msgid "There was an error while trying to save the shipping provider status."
|
4034 |
msgstr ""
|
4035 |
|
4036 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4037 |
msgctxt "shipments"
|
4038 |
msgid "There was an error while trying to delete the shipping provider."
|
4039 |
msgstr ""
|
4040 |
|
4041 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4042 |
msgctxt "shipments"
|
4043 |
msgid "There was an error while bulk processing shipments."
|
4044 |
msgstr ""
|
4045 |
|
4046 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4047 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4048 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4049 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4050 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4051 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4052 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4053 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4054 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4055 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4056 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4057 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4058 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4059 |
msgctxt "shipments"
|
4060 |
msgid "There was an error processing the shipment"
|
4061 |
msgstr ""
|
4062 |
|
4063 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4064 |
msgctxt "shipments"
|
4065 |
msgid "There was an error while adding the shipment"
|
4066 |
msgstr ""
|
4067 |
|
4068 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4069 |
msgctxt "shipments"
|
4070 |
msgid "This order contains enough shipments already."
|
4071 |
msgstr ""
|
4072 |
|
4073 |
-
#: woocommerce-germanized-shipments/src/Ajax.php:
|
4074 |
msgctxt "shipments"
|
4075 |
msgid "This order contains enough returns already."
|
4076 |
msgstr ""
|
4077 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4078 |
#: woocommerce-germanized-shipments/src/Api.php:104
|
4079 |
msgctxt "shipments"
|
4080 |
msgid "List of shipments."
|
@@ -4244,7 +4340,7 @@ msgctxt "shipments"
|
|
4244 |
msgid "Quantity."
|
4245 |
msgstr ""
|
4246 |
|
4247 |
-
#: woocommerce-germanized-shipments/src/Automation.php:
|
4248 |
msgctxt "shipments"
|
4249 |
msgid "Order is fully shipped."
|
4250 |
msgstr ""
|
@@ -4259,7 +4355,7 @@ msgctxt "shipments"
|
|
4259 |
msgid "Invalid packaging."
|
4260 |
msgstr ""
|
4261 |
|
4262 |
-
#: woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php:
|
4263 |
msgctxt "shipments"
|
4264 |
msgid "Invalid shipment item."
|
4265 |
msgstr ""
|
@@ -4376,19 +4472,19 @@ msgctxt "shipments"
|
|
4376 |
msgid "Letter C4"
|
4377 |
msgstr ""
|
4378 |
|
4379 |
-
#: woocommerce-germanized-shipments/src/Labels/Label.php:
|
4380 |
msgctxt "shipments"
|
4381 |
msgid "This label misses the API implementation"
|
4382 |
msgstr ""
|
4383 |
|
4384 |
-
#: woocommerce-germanized-shipments/src/Labels/Label.php:
|
4385 |
msgctxt "shipments"
|
4386 |
msgid "Error while uploading label."
|
4387 |
msgstr ""
|
4388 |
|
4389 |
-
#: woocommerce-germanized-shipments/src/Labels/Label.php:
|
4390 |
-
#: woocommerce-germanized-shipments/src/Labels/Label.php:
|
4391 |
-
#: woocommerce-germanized-shipments/src/Labels/Label.php:
|
4392 |
msgctxt "shipments"
|
4393 |
msgid "Error while downloading the PDF file."
|
4394 |
msgstr ""
|
@@ -4410,17 +4506,13 @@ msgctxt "shipments-packaging-title"
|
|
4410 |
msgid "%1$s (%2$s, %3$s)"
|
4411 |
msgstr ""
|
4412 |
|
4413 |
-
#: woocommerce-germanized-shipments/src/
|
4414 |
-
|
4415 |
-
|
4416 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:425
|
4417 |
-
#, php-format
|
4418 |
-
msgctxt "full name"
|
4419 |
-
msgid "%1$s %2$s"
|
4420 |
msgstr ""
|
4421 |
|
4422 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:236
|
4423 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:
|
4424 |
msgctxt "shipments"
|
4425 |
msgid "Labels"
|
4426 |
msgstr ""
|
@@ -4451,43 +4543,43 @@ msgctxt "shipments"
|
|
4451 |
msgid "Mark shipment as shipped after label has been created successfully."
|
4452 |
msgstr ""
|
4453 |
|
4454 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:
|
4455 |
msgctxt "shipments"
|
4456 |
msgid "Automatically create labels for returns."
|
4457 |
msgstr ""
|
4458 |
|
4459 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:
|
4460 |
msgctxt "shipments"
|
4461 |
msgid "Choose a shipment status which should trigger generation of a return label."
|
4462 |
msgstr ""
|
4463 |
|
4464 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:
|
4465 |
msgctxt "shipments"
|
4466 |
msgid "Default content weight (kg)"
|
4467 |
msgstr ""
|
4468 |
|
4469 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:
|
4470 |
msgctxt "shipments"
|
4471 |
msgid "Choose a default shipment content weight to be used for labels if no weight has been applied to the shipment."
|
4472 |
msgstr ""
|
4473 |
|
4474 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:
|
4475 |
msgctxt "shipments"
|
4476 |
msgid "Minimum weight (kg)"
|
4477 |
msgstr ""
|
4478 |
|
4479 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:
|
4480 |
msgctxt "shipments"
|
4481 |
msgid "Choose a minimum weight to be used for labels e.g. to prevent low shipment weight errors."
|
4482 |
msgstr ""
|
4483 |
|
4484 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:
|
4485 |
#, php-format
|
4486 |
msgctxt "shipments"
|
4487 |
msgid "%s Product"
|
4488 |
msgstr ""
|
4489 |
|
4490 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:
|
4491 |
msgctxt "shipments"
|
4492 |
msgid "Error while creating the label."
|
4493 |
msgstr ""
|
@@ -4507,139 +4599,139 @@ msgctxt "shipments"
|
|
4507 |
msgid "Choose a shipping provider which will be selected by default for an eligible shipment."
|
4508 |
msgstr ""
|
4509 |
|
4510 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4511 |
msgctxt "shipments"
|
4512 |
msgid "Your shipment is being processed by {shipping_provider}. If you want to track the shipment, please use the following tracking number: {tracking_id}. Depending on the chosen shipping method it is possible that the tracking data does not reflect the current status when receiving this email."
|
4513 |
msgstr ""
|
4514 |
|
4515 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4516 |
msgctxt "shipments"
|
4517 |
msgid "Choose a title for the shipping provider."
|
4518 |
msgstr ""
|
4519 |
|
4520 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4521 |
msgctxt "shipments"
|
4522 |
msgid "Choose a description for the shipping provider."
|
4523 |
msgstr ""
|
4524 |
|
4525 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4526 |
msgctxt "shipments"
|
4527 |
msgid "Tracking URL"
|
4528 |
msgstr ""
|
4529 |
|
4530 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4531 |
#, php-format
|
4532 |
msgctxt "shipments"
|
4533 |
msgid "Adjust the placeholder used to construct the tracking URL for this shipping provider. You may use on of the following placeholders to insert the tracking id or other dynamic data: %s"
|
4534 |
msgstr ""
|
4535 |
|
4536 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4537 |
msgctxt "shipments"
|
4538 |
msgid "Tracking description"
|
4539 |
msgstr ""
|
4540 |
|
4541 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4542 |
#, php-format
|
4543 |
msgctxt "shipments"
|
4544 |
msgid "Adjust the placeholder used to construct the tracking description for this shipping provider (e.g. used within notification emails). You may use on of the following placeholders to insert the tracking id or other dynamic data: %s"
|
4545 |
msgstr ""
|
4546 |
|
4547 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4548 |
msgctxt "shipments"
|
4549 |
msgid "Customer returns"
|
4550 |
msgstr ""
|
4551 |
|
4552 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4553 |
msgctxt "shipments"
|
4554 |
msgid "Allow customers to submit return requests to shipments."
|
4555 |
msgstr ""
|
4556 |
|
4557 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4558 |
#, php-format
|
4559 |
msgctxt "shipments"
|
4560 |
msgid "This option will allow your customers to submit return requests to orders. Return requests will be visible within your %s. To learn more about return requests by customers and/or guests, please check the %s."
|
4561 |
msgstr ""
|
4562 |
|
4563 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4564 |
msgctxt "shipments"
|
4565 |
msgid "Return Dashboard"
|
4566 |
msgstr ""
|
4567 |
|
4568 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4569 |
msgctxt "shipments"
|
4570 |
msgid "docs"
|
4571 |
msgstr ""
|
4572 |
|
4573 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4574 |
msgctxt "shipments"
|
4575 |
msgid "Guest returns"
|
4576 |
msgstr ""
|
4577 |
|
4578 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4579 |
msgctxt "shipments"
|
4580 |
msgid "Allow guests to submit return requests to shipments."
|
4581 |
msgstr ""
|
4582 |
|
4583 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4584 |
#, php-format
|
4585 |
msgctxt "shipments"
|
4586 |
msgid "Guests will need to provide their email address and the order id to receive a one-time link to submit a return request. The placeholder %s might be used to place the request form on your site."
|
4587 |
msgstr ""
|
4588 |
|
4589 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4590 |
msgctxt "shipments"
|
4591 |
msgid "Manual confirmation"
|
4592 |
msgstr ""
|
4593 |
|
4594 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4595 |
msgctxt "shipments"
|
4596 |
msgid "Return requests need manual confirmation."
|
4597 |
msgstr ""
|
4598 |
|
4599 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4600 |
msgctxt "shipments"
|
4601 |
msgid "By default return request need manual confirmation e.g. a shop manager needs to review return requests which by default are added with the status \"requested\" after a customer submitted a return request. If you choose to disable this option, customer return requests will be added as \"processing\" and an email confirmation including instructions will be sent immediately to the customer."
|
4602 |
msgstr ""
|
4603 |
|
4604 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4605 |
msgctxt "shipments"
|
4606 |
msgid "Return instructions"
|
4607 |
msgstr ""
|
4608 |
|
4609 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4610 |
msgctxt "shipments"
|
4611 |
msgid "Provide your customer with instructions on how to return the shipment after a return request has been confirmed e.g. explain how to prepare the return for shipment. In case a label cannot be generated automatically, make sure to provide your customer with information on how to obain a return label."
|
4612 |
msgstr ""
|
4613 |
|
4614 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4615 |
#, php-format
|
4616 |
msgctxt "shipments"
|
4617 |
msgid "These settings override your <a href=\"%1$s\">global %2$s options</a>. Do only adjust these settings in case you would like to specifically adjust them for this specific shipping method."
|
4618 |
msgstr ""
|
4619 |
|
4620 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4621 |
msgctxt "shipments"
|
4622 |
msgid "Return Requests"
|
4623 |
msgstr ""
|
4624 |
|
4625 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4626 |
msgctxt "shipments"
|
4627 |
msgid "This shipping provider does not support creating labels."
|
4628 |
msgstr ""
|
4629 |
|
4630 |
-
#: woocommerce-germanized-shipments/src/WPMLHelper.php:
|
4631 |
#, php-format
|
4632 |
msgctxt "shipments"
|
4633 |
msgid "%s tracking description"
|
4634 |
msgstr ""
|
4635 |
|
4636 |
-
#: woocommerce-germanized-shipments/src/WPMLHelper.php:
|
4637 |
#, php-format
|
4638 |
msgctxt "shipments"
|
4639 |
msgid "%s tracking URL"
|
4640 |
msgstr ""
|
4641 |
|
4642 |
-
#: woocommerce-germanized-shipments/src/WPMLHelper.php:
|
4643 |
#, php-format
|
4644 |
msgctxt "shipments"
|
4645 |
msgid "%s return instructions"
|
@@ -4924,156 +5016,144 @@ msgstr ""
|
|
4924 |
msgid "l"
|
4925 |
msgstr ""
|
4926 |
|
4927 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
4928 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
4929 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
4930 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
4931 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
4932 |
msgid "incl. VAT"
|
4933 |
msgstr ""
|
4934 |
|
4935 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
4936 |
msgid "excl. VAT"
|
4937 |
msgstr ""
|
4938 |
|
4939 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
4940 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
4941 |
#, php-format
|
4942 |
msgid "incl. %s%% VAT"
|
4943 |
msgstr ""
|
4944 |
|
4945 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
4946 |
#, php-format
|
4947 |
msgid "excl. %s%% VAT"
|
4948 |
msgstr ""
|
4949 |
|
4950 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:
|
4951 |
-
|
4952 |
-
|
4953 |
-
|
4954 |
-
|
4955 |
-
msgid "Yes, customer opted in"
|
4956 |
msgstr ""
|
4957 |
|
4958 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:
|
4959 |
-
|
|
|
|
|
4960 |
msgstr ""
|
4961 |
|
4962 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-
|
4963 |
-
msgid "
|
4964 |
msgstr ""
|
4965 |
|
4966 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-
|
4967 |
-
|
4968 |
-
msgid "Found"
|
4969 |
msgstr ""
|
4970 |
|
4971 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-
|
4972 |
-
msgid "
|
4973 |
msgstr ""
|
4974 |
|
4975 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-
|
4976 |
-
msgid "
|
4977 |
msgstr ""
|
4978 |
|
4979 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
4980 |
msgid "Global minimum age"
|
4981 |
msgstr ""
|
4982 |
|
4983 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
4984 |
msgid "Choose a global minimum age necessary to buy your products. Can be overridden by product specific settings."
|
4985 |
msgstr ""
|
4986 |
|
4987 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
4988 |
-
|
4989 |
-
msgstr ""
|
4990 |
-
|
4991 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:90
|
4992 |
-
msgid "Policy Status"
|
4993 |
-
msgstr ""
|
4994 |
-
|
4995 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:93
|
4996 |
-
msgid "This option shows whether you have already embedded your privacy policy within your legal text."
|
4997 |
-
msgstr ""
|
4998 |
-
|
4999 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:104
|
5000 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:129
|
5001 |
msgid "Confirmation"
|
5002 |
msgstr ""
|
5003 |
|
5004 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5005 |
msgid "This text will be appended to your order processing email if the order contains service products."
|
5006 |
msgstr ""
|
5007 |
|
5008 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5009 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5010 |
#, php-format
|
5011 |
msgid "To insert a link to your cancellation policy use the following placeholder: %s"
|
5012 |
msgstr ""
|
5013 |
|
5014 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5015 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:33
|
5016 |
msgid "Furthermore you have expressly agreed to start the performance of the contract for services before expiry of the withdrawal period. I have noted to lose my {link}right of withdrawal{/link} with the beginning of the performance of the contract."
|
5017 |
msgstr ""
|
5018 |
|
5019 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5020 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:444
|
5021 |
msgid "Downloadable Product"
|
5022 |
msgstr ""
|
5023 |
|
5024 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5025 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:445
|
5026 |
msgid "Virtual Product"
|
5027 |
msgstr ""
|
5028 |
|
5029 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5030 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5031 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5032 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:446
|
5033 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
5034 |
msgid "Service"
|
5035 |
msgstr ""
|
5036 |
|
5037 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5038 |
msgid "This text will be appended to your order processing email if the order contains digital products."
|
5039 |
msgstr ""
|
5040 |
|
5041 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5042 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:27
|
5043 |
msgid "Furthermore you have expressly agreed to start the performance of the contract for digital items (e.g. downloads) before expiry of the withdrawal period. I have noted to lose my {link}right of withdrawal{/link} with the beginning of the performance of the contract."
|
5044 |
msgstr ""
|
5045 |
|
5046 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5047 |
msgid "Digital Product types"
|
5048 |
msgstr ""
|
5049 |
|
5050 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5051 |
msgid "Select product types for which the loss of the right of withdrawal notice is shown. Product types like \"simple product\" may be redundant because they include virtual and downloadable products."
|
5052 |
msgstr ""
|
5053 |
|
5054 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5055 |
msgid "Show checkbox"
|
5056 |
msgstr ""
|
5057 |
|
5058 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5059 |
msgid "Choose whether you like to always show the parcel delivery checkbox or do only show for certain shipping methods."
|
5060 |
msgstr ""
|
5061 |
|
5062 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5063 |
msgid "For certain shipping methods."
|
5064 |
msgstr ""
|
5065 |
|
5066 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5067 |
msgid "Always show."
|
5068 |
msgstr ""
|
5069 |
|
5070 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5071 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:50
|
5072 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
5073 |
msgid "Shipping Methods"
|
5074 |
msgstr ""
|
5075 |
|
5076 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5077 |
msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
|
5078 |
msgstr ""
|
5079 |
|
@@ -5084,23 +5164,43 @@ msgstr ""
|
|
5084 |
|
5085 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:58
|
5086 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:79
|
5087 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
5088 |
msgid "Age Verification"
|
5089 |
msgstr ""
|
5090 |
|
5091 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:60
|
5092 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5093 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5094 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5095 |
msgid "Same as Parent"
|
5096 |
msgstr ""
|
5097 |
|
5098 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:82
|
5099 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:453
|
5100 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
5101 |
msgid "None"
|
5102 |
msgstr ""
|
5103 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5104 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:62
|
5105 |
msgid "Germanize"
|
5106 |
msgstr ""
|
@@ -5108,12 +5208,12 @@ msgstr ""
|
|
5108 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:69
|
5109 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:144
|
5110 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
|
5111 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
5112 |
msgid "Settings"
|
5113 |
msgstr ""
|
5114 |
|
5115 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:76
|
5116 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:
|
5117 |
msgid "Shipping Provider"
|
5118 |
msgstr ""
|
5119 |
|
@@ -5123,7 +5223,7 @@ msgid "First Steps"
|
|
5123 |
msgstr ""
|
5124 |
|
5125 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:87
|
5126 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
5127 |
msgid "Start tutorial"
|
5128 |
msgstr ""
|
5129 |
|
@@ -5137,8 +5237,8 @@ msgid "Insert key"
|
|
5137 |
msgstr ""
|
5138 |
|
5139 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:102
|
5140 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
5141 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
5142 |
msgid "Continue"
|
5143 |
msgstr ""
|
5144 |
|
@@ -5174,18 +5274,18 @@ msgid "Let Germanized insert EU VAT rates."
|
|
5174 |
msgstr ""
|
5175 |
|
5176 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:171
|
5177 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
5178 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:42
|
5179 |
msgid "Small-Enterprise-Regulation"
|
5180 |
msgstr ""
|
5181 |
|
5182 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:172
|
5183 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
5184 |
msgid "VAT based on §19 UStG"
|
5185 |
msgstr ""
|
5186 |
|
5187 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:172
|
5188 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
5189 |
#, php-format
|
5190 |
msgid "Enable this option if you have chosen to apply to <a href=\"%s\" target=\"_blank\">§19 UStG</a>."
|
5191 |
msgstr ""
|
@@ -5205,57 +5305,61 @@ msgstr ""
|
|
5205 |
msgid "Sends an email to the customer after registration to verify his account. <strong>By default unactivated customers will be deleted after 7 days</strong>. You may adjust your DOI <a href=\"%s\" target=\"_blank\">settings</a> accordingly."
|
5206 |
msgstr ""
|
5207 |
|
5208 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
|
|
|
|
|
|
|
|
|
|
5209 |
#, php-format
|
5210 |
msgid "Enable %s integration"
|
5211 |
msgstr ""
|
5212 |
|
5213 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
5214 |
msgid "Setup"
|
5215 |
msgstr ""
|
5216 |
|
5217 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
5218 |
msgid "Germanized › Setup Wizard"
|
5219 |
msgstr ""
|
5220 |
|
5221 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
5222 |
msgid "Skip Step"
|
5223 |
msgstr ""
|
5224 |
|
5225 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
5226 |
msgid "Return to WP Admin"
|
5227 |
msgstr ""
|
5228 |
|
5229 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
5230 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
5231 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
5232 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5233 |
msgid "Terms & Conditions"
|
5234 |
msgstr ""
|
5235 |
|
5236 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:46
|
5237 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
5238 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5239 |
msgid "Cancellation Policy"
|
5240 |
msgstr ""
|
5241 |
|
5242 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
5243 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
5244 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
5245 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5246 |
msgid "Imprint"
|
5247 |
msgstr ""
|
5248 |
|
5249 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
|
5250 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
5251 |
-
#: woocommerce-germanized/includes/
|
5252 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:243
|
5253 |
msgid "Privacy Policy"
|
5254 |
msgstr ""
|
5255 |
|
5256 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
5257 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
5258 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5259 |
msgid "Payment Methods"
|
5260 |
msgstr ""
|
5261 |
|
@@ -5267,257 +5371,334 @@ msgstr ""
|
|
5267 |
msgid "Welcome to Germanized"
|
5268 |
msgstr ""
|
5269 |
|
5270 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:
|
5271 |
msgid "Go to Germanized Settings"
|
5272 |
msgstr ""
|
5273 |
|
5274 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:34
|
5275 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:43
|
5276 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
5277 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
5278 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
5279 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
5280 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
5281 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
5282 |
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:56
|
5283 |
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:65
|
5284 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:35
|
5285 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:44
|
5286 |
-
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:
|
5287 |
-
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:
|
5288 |
-
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:
|
5289 |
-
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:
|
5290 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
5291 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
5292 |
-
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:
|
5293 |
-
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:
|
5294 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
5295 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
5296 |
msgid "Cheatin’ huh?"
|
5297 |
msgstr ""
|
5298 |
|
5299 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5300 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5301 |
msgctxt "dhl"
|
5302 |
msgid "Action failed. Please refresh the page and retry."
|
5303 |
msgstr ""
|
5304 |
|
5305 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5306 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5307 |
msgctxt "dhl"
|
5308 |
msgid "You don't have permission to do this."
|
5309 |
msgstr ""
|
5310 |
|
5311 |
#. Plugin Name of the plugin/theme
|
5312 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5313 |
msgid "Germanized for WooCommerce"
|
5314 |
msgstr ""
|
5315 |
|
5316 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5317 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:49
|
5318 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
5319 |
-
msgid "Yes"
|
5320 |
-
msgstr ""
|
5321 |
-
|
5322 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:345
|
5323 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
5324 |
-
msgid "No"
|
5325 |
-
msgstr ""
|
5326 |
-
|
5327 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:417
|
5328 |
msgid "Paid for order notification manually sent to customer."
|
5329 |
msgstr ""
|
5330 |
|
5331 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5332 |
msgid "Order confirmation manually sent to customer."
|
5333 |
msgstr ""
|
5334 |
|
5335 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5336 |
msgid "Resend order confirmation"
|
5337 |
msgstr ""
|
5338 |
|
5339 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5340 |
msgid "Send paid for order notification"
|
5341 |
msgstr ""
|
5342 |
|
5343 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5344 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:121
|
5345 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
5346 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:
|
5347 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:9
|
5348 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:27
|
5349 |
msgid "Germanized"
|
5350 |
msgstr ""
|
5351 |
|
5352 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5353 |
msgid "Parcel Delivery Data Transfer:"
|
5354 |
msgstr ""
|
5355 |
|
5356 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5357 |
msgid "allowed"
|
5358 |
msgstr ""
|
5359 |
|
5360 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5361 |
msgid "not allowed"
|
5362 |
msgstr ""
|
5363 |
|
5364 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5365 |
msgid "Optional Email Content"
|
5366 |
msgstr ""
|
5367 |
|
5368 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5369 |
msgid "Add content which will be replacing default page content within emails."
|
5370 |
msgstr ""
|
5371 |
|
5372 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5373 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5374 |
msgid "Optional Mini Description"
|
5375 |
msgstr ""
|
5376 |
|
5377 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5378 |
msgid "This content will be shown as short product description within checkout and emails."
|
5379 |
msgstr ""
|
5380 |
|
5381 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5382 |
-
#: woocommerce-germanized/includes/admin/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5383 |
msgid "Service products do not sell physical products."
|
5384 |
msgstr ""
|
5385 |
|
5386 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5387 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5388 |
msgid "Sale Label"
|
5389 |
msgstr ""
|
5390 |
|
5391 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5392 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5393 |
msgid "Sale Regular Label"
|
5394 |
msgstr ""
|
5395 |
|
5396 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5397 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5398 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:232
|
5399 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:264
|
5400 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-units.php:10
|
5401 |
msgid "Product Units"
|
5402 |
msgstr ""
|
5403 |
|
5404 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5405 |
msgid "Number of units included per default product price. Example: 1000 ml. Leave blank to use parent value."
|
5406 |
msgstr ""
|
5407 |
|
5408 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5409 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5410 |
msgid "Calculation"
|
5411 |
msgstr ""
|
5412 |
|
5413 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5414 |
msgid "Calculate unit prices automatically"
|
5415 |
msgstr ""
|
5416 |
|
5417 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5418 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5419 |
msgid "Regular Unit Price"
|
5420 |
msgstr ""
|
5421 |
|
5422 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5423 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5424 |
msgid "Sale Unit Price"
|
5425 |
msgstr ""
|
5426 |
|
5427 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5428 |
#, php-format
|
5429 |
msgid "To enable unit prices on variation level please choose a unit and unit price units within %s."
|
5430 |
msgstr ""
|
5431 |
|
5432 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5433 |
msgid "general product data"
|
5434 |
msgstr ""
|
5435 |
|
5436 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5437 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5438 |
-
|
5439 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:204
|
5440 |
-
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-delivery-time.php:10
|
5441 |
-
msgid "Delivery Time"
|
5442 |
msgstr ""
|
5443 |
|
5444 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5445 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5446 |
msgstr ""
|
5447 |
|
5448 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:
|
5449 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5450 |
msgid "Minimum Age"
|
5451 |
msgstr ""
|
5452 |
|
5453 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5454 |
msgid "Diff. Taxation"
|
5455 |
msgstr ""
|
5456 |
|
5457 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5458 |
msgid "Product applies to differential taxation based on §25a UStG."
|
5459 |
msgstr ""
|
5460 |
|
5461 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5462 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5463 |
msgid "Select Price Label"
|
5464 |
msgstr ""
|
5465 |
|
5466 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5467 |
msgid "If the product is on sale you may want to show a price label right before outputting the old price to inform the customer."
|
5468 |
msgstr ""
|
5469 |
|
5470 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5471 |
msgid "If the product is on sale you may want to show a price label right before outputting the new price to inform the customer."
|
5472 |
msgstr ""
|
5473 |
|
5474 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5475 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:107
|
5476 |
-
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:98
|
5477 |
-
msgid "Unit"
|
5478 |
-
msgstr ""
|
5479 |
-
|
5480 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:211
|
5481 |
msgid "Select unit"
|
5482 |
msgstr ""
|
5483 |
|
5484 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5485 |
msgid "Needed if selling on a per unit basis"
|
5486 |
msgstr ""
|
5487 |
|
5488 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5489 |
msgid "Number of units included per default product price. Example: 1000 ml."
|
5490 |
msgstr ""
|
5491 |
|
5492 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5493 |
msgid "Unit Price Units"
|
5494 |
msgstr ""
|
5495 |
|
5496 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5497 |
msgid "Unit price units. Example unit price: 0,99 € / 100 ml. Insert 100 as unit price unit amount."
|
5498 |
msgstr ""
|
5499 |
|
5500 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5501 |
msgid "Calculate unit prices automatically."
|
5502 |
msgstr ""
|
5503 |
|
5504 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5505 |
msgid "Adds an age verification checkbox while purchasing this product."
|
5506 |
msgstr ""
|
5507 |
|
5508 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5509 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:313
|
5510 |
-
msgid "Search for a delivery time…"
|
5511 |
-
msgstr ""
|
5512 |
-
|
5513 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:322
|
5514 |
msgid "Free shipping?"
|
5515 |
msgstr ""
|
5516 |
|
5517 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5518 |
msgid "This option disables the \"plus shipping costs\" notice on product page"
|
5519 |
msgstr ""
|
5520 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5521 |
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-dhl-importer.php:29
|
5522 |
msgctxt "dhl"
|
5523 |
msgid "DHL built-in Integration"
|
@@ -5703,11 +5884,11 @@ msgstr ""
|
|
5703 |
msgid "Run the updater"
|
5704 |
msgstr ""
|
5705 |
|
5706 |
-
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note.php:
|
5707 |
msgid "Not now"
|
5708 |
msgstr ""
|
5709 |
|
5710 |
-
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note.php:
|
5711 |
msgid "Deactivate"
|
5712 |
msgstr ""
|
5713 |
|
@@ -5741,7 +5922,7 @@ msgid "To make it more comfortable for you, we've splitted the settings into mul
|
|
5741 |
msgstr ""
|
5742 |
|
5743 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:92
|
5744 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
5745 |
msgid "Status"
|
5746 |
msgstr ""
|
5747 |
|
@@ -5769,144 +5950,144 @@ msgstr ""
|
|
5769 |
msgid "Button Solution"
|
5770 |
msgstr ""
|
5771 |
|
5772 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5773 |
msgid "Buy now button"
|
5774 |
msgstr ""
|
5775 |
|
5776 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5777 |
msgid "These settings help you comply to the button solution. The buy now button text is forced and static so that no payment gateway might override it."
|
5778 |
msgstr ""
|
5779 |
|
5780 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5781 |
msgid "Product table background"
|
5782 |
msgstr ""
|
5783 |
|
5784 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5785 |
msgid "The product table within your checkout should be noticeable for your customers. You might want to choose a different background color for it."
|
5786 |
msgstr ""
|
5787 |
|
5788 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5789 |
msgid "Button Text"
|
5790 |
msgstr ""
|
5791 |
|
5792 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5793 |
msgid "This text serves as Button text for the Order Submit Button."
|
5794 |
msgstr ""
|
5795 |
|
5796 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5797 |
msgid "Buy Now"
|
5798 |
msgstr ""
|
5799 |
|
5800 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5801 |
msgid "Product attributes"
|
5802 |
msgstr ""
|
5803 |
|
5804 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5805 |
msgid "List all product attributes during cart and checkout."
|
5806 |
msgstr ""
|
5807 |
|
5808 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5809 |
msgid "This option forces WooCommerce to output a list of all product attributes during cart and checkout."
|
5810 |
msgstr ""
|
5811 |
|
5812 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5813 |
msgid "Back to cart"
|
5814 |
msgstr ""
|
5815 |
|
5816 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5817 |
msgid "Add a back to cart button to the checkout table."
|
5818 |
msgstr ""
|
5819 |
|
5820 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5821 |
msgid "This button may let your customer edit their order before submitting. Some people state that this button should be hidden to avoid legal problems."
|
5822 |
msgstr ""
|
5823 |
|
5824 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5825 |
msgid "Edit data notice"
|
5826 |
msgstr ""
|
5827 |
|
5828 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5829 |
msgid "Display an edit-your-data notice within checkout."
|
5830 |
msgstr ""
|
5831 |
|
5832 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5833 |
msgid "This notice will be added right before the order comments field."
|
5834 |
msgstr ""
|
5835 |
|
5836 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5837 |
msgid "Product Table Color"
|
5838 |
msgstr ""
|
5839 |
|
5840 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5841 |
msgid "Choose the color of your checkout product table. This table should be highlighted within your checkout page."
|
5842 |
msgstr ""
|
5843 |
|
5844 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5845 |
msgid "Thumbnails"
|
5846 |
msgstr ""
|
5847 |
|
5848 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5849 |
msgid "Show product thumbnails within checkout table."
|
5850 |
msgstr ""
|
5851 |
|
5852 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5853 |
msgid "Uncheck if you don't want to show your product thumbnails within checkout table."
|
5854 |
msgstr ""
|
5855 |
|
5856 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5857 |
msgid "Hide Shipping Select"
|
5858 |
msgstr ""
|
5859 |
|
5860 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5861 |
msgid "Hide shipping rate selection from checkout."
|
5862 |
msgstr ""
|
5863 |
|
5864 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5865 |
msgid "This option will hide shipping rate selection from checkout. By then customers will only be able to change their shipping rate on cart page."
|
5866 |
msgstr ""
|
5867 |
|
5868 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5869 |
msgid "Estimated taxes"
|
5870 |
msgstr ""
|
5871 |
|
5872 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5873 |
msgid "Hide the \"taxes and shipping estimated\" text from the cart."
|
5874 |
msgstr ""
|
5875 |
|
5876 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5877 |
msgid "By default WooCommerce adds a \"taxes and shipping estimated\" text to your cart. This might puzzle your customers and may not meet german law."
|
5878 |
msgstr ""
|
5879 |
|
5880 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5881 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:65
|
5882 |
msgid "Fallback Mode"
|
5883 |
msgstr ""
|
5884 |
|
5885 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5886 |
msgid "Force default WooCommerce checkout template."
|
5887 |
msgstr ""
|
5888 |
|
5889 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5890 |
msgid "If you are facing problems within your checkout e.g. legally relevant data is not showing (terms, delivery time, unit price etc.) your theme seems to be incompatible (not using default WooCommerce hooks and filters). As a workaround you may use this fallback which ensures default review-order.php and form-checkout.php is used."
|
5891 |
msgstr ""
|
5892 |
|
5893 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5894 |
msgid "Thankyou Page"
|
5895 |
msgstr ""
|
5896 |
|
5897 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5898 |
msgid "Information"
|
5899 |
msgstr ""
|
5900 |
|
5901 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5902 |
msgid "Hide product table and customer data on order thankyou page."
|
5903 |
msgstr ""
|
5904 |
|
5905 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5906 |
msgid "Order Success Text"
|
5907 |
msgstr ""
|
5908 |
|
5909 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
5910 |
msgid "Choose a custom text to display on order success page."
|
5911 |
msgstr ""
|
5912 |
|
@@ -5927,7 +6108,7 @@ msgid "Legal checkboxes help you obtain consent from your customers. You might e
|
|
5927 |
msgstr ""
|
5928 |
|
5929 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-checkboxes.php:62
|
5930 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
5931 |
msgid "Label"
|
5932 |
msgstr ""
|
5933 |
|
@@ -5971,15 +6152,6 @@ msgstr ""
|
|
5971 |
msgid "Manual contract"
|
5972 |
msgstr ""
|
5973 |
|
5974 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-contract.php:21
|
5975 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:32
|
5976 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-invoices.php:21
|
5977 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-multistep-checkout.php:21
|
5978 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-revocation-generator.php:21
|
5979 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-terms-generator.php:21
|
5980 |
-
msgid "pro"
|
5981 |
-
msgstr ""
|
5982 |
-
|
5983 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-doi.php:17
|
5984 |
msgid "Extend the WooCommerce registration process with a double opt in."
|
5985 |
msgstr ""
|
@@ -6067,15 +6239,15 @@ msgid "Want to attach automatically generated PDF files to emails instead of pla
|
|
6067 |
msgstr ""
|
6068 |
|
6069 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:187
|
6070 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6071 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
6072 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
6073 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
6074 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:
|
6075 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
6076 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
6077 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6078 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6079 |
msgid "Title"
|
6080 |
msgstr ""
|
6081 |
|
@@ -6142,13 +6314,13 @@ msgid "Adjust general options e.g. legal pages."
|
|
6142 |
msgstr ""
|
6143 |
|
6144 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:30
|
6145 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6146 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:174
|
6147 |
msgid "Legal Pages"
|
6148 |
msgstr ""
|
6149 |
|
6150 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:31
|
6151 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6152 |
msgid "Dispute Resolution"
|
6153 |
msgstr ""
|
6154 |
|
@@ -6157,8 +6329,8 @@ msgid "Small Businesses"
|
|
6157 |
msgstr ""
|
6158 |
|
6159 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
|
6160 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
6161 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
6162 |
msgid "Checkout"
|
6163 |
msgstr ""
|
6164 |
|
@@ -6171,250 +6343,253 @@ msgstr ""
|
|
6171 |
msgid "Since Feb. 1 2017 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>."
|
6172 |
msgstr ""
|
6173 |
|
6174 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6175 |
-
#, php-format
|
6176 |
-
msgid "Checkbox status: %s"
|
6177 |
-
msgstr ""
|
6178 |
-
|
6179 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:54
|
6180 |
msgid "This page should contain your terms & conditions."
|
6181 |
msgstr ""
|
6182 |
|
6183 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6184 |
#, php-format
|
6185 |
msgid "Don't have terms & conditions yet? <a href=\"%s\">Generate now</a>!"
|
6186 |
msgstr ""
|
6187 |
|
6188 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6189 |
msgid "This page should contain information regarding your customer's Right of Withdrawal."
|
6190 |
msgstr ""
|
6191 |
|
6192 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6193 |
#, php-format
|
6194 |
msgid "Don't have a revocation page yet? <a href=\"%s\">Generate now</a>!"
|
6195 |
msgstr ""
|
6196 |
|
6197 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6198 |
msgid "Send withdrawal to"
|
6199 |
msgstr ""
|
6200 |
|
6201 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6202 |
msgid "Type in an address, telephone/telefax number, email address which is to be used as the recipient address of the withdrawal."
|
6203 |
msgstr ""
|
6204 |
|
6205 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6206 |
msgid "This page should contain an imprint with your company's information."
|
6207 |
msgstr ""
|
6208 |
|
6209 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6210 |
msgid "This page should contain information regarding your privacy policy."
|
6211 |
msgstr ""
|
6212 |
|
6213 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
|
|
|
|
|
|
|
|
6214 |
msgid "This page should contain information regarding the Payment Methods that are chooseable during checkout."
|
6215 |
msgstr ""
|
6216 |
|
6217 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6218 |
msgid "This page should contain information regarding shipping methods that are chooseable during checkout."
|
6219 |
msgstr ""
|
6220 |
|
6221 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6222 |
msgid "This status indicates whether your terms & conditions contain the [gzd_complaints] shortcode which outputs the complaints options chosen from above or not. If you've added the text manually, you might ignore this status."
|
6223 |
msgstr ""
|
6224 |
|
6225 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6226 |
msgid "You may select whether you are willing, obliged or not willing to participate in dispute settlement proceeedings before a consumer arbitration board. The corresponding Resolution Text is attached to the [gzd_complaints] shortcode which you should add to your imprint. Trusted Shops advises you to add that text to your Terms & Conditions as well."
|
6227 |
msgstr ""
|
6228 |
|
6229 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6230 |
msgid "Not obliged, not willing"
|
6231 |
msgstr ""
|
6232 |
|
6233 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6234 |
msgid "Not obliged, willing"
|
6235 |
msgstr ""
|
6236 |
|
6237 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6238 |
msgid "Obliged"
|
6239 |
msgstr ""
|
6240 |
|
6241 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6242 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6243 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6244 |
msgid "Resolution Text"
|
6245 |
msgstr ""
|
6246 |
|
6247 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6248 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6249 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6250 |
msgid "Adapt this example text regarding alternative dispute resolution to your needs. Text will be added to the [gzd_complaints] Shortcode. You may as well add this text to your terms & conditions."
|
6251 |
msgstr ""
|
6252 |
|
6253 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6254 |
msgid "The european commission provides a platform for online dispute resolution (OS) which is accessible at https://ec.europa.eu/consumers/odr. We are not obliged nor willing to participate in dispute settlement proceedings before a consumer arbitration board."
|
6255 |
msgstr ""
|
6256 |
|
6257 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6258 |
msgid "The european commission provides a platform for online dispute resolution (OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers may use this platform for the settlements of their disputes. We are in principle prepared to participate in an extrajudicial arbitration proceeding."
|
6259 |
msgstr ""
|
6260 |
|
6261 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6262 |
msgid "The european commission provides a platform for online dispute resolution (OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers may contact [Name, Address, Website of arbitration board] for the settlements of their disputes. We are obliged to participate in arbitration proceeding before that board."
|
6263 |
msgstr ""
|
6264 |
|
6265 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6266 |
msgid "Shortcode Status"
|
6267 |
msgstr ""
|
6268 |
|
6269 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
|
|
|
|
|
|
|
|
6270 |
#, php-format
|
6271 |
msgid "Not found within %s"
|
6272 |
msgstr ""
|
6273 |
|
6274 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6275 |
msgid "Append it now"
|
6276 |
msgstr ""
|
6277 |
|
6278 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6279 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:388
|
6280 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:143
|
6281 |
msgid "Notice Text"
|
6282 |
msgstr ""
|
6283 |
|
6284 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6285 |
msgid "You may want to adjust the small buisness notice text to meet your criteria."
|
6286 |
msgstr ""
|
6287 |
|
6288 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6289 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6290 |
msgid "Value added tax is not collected, as small businesses according to §19 (1) UStG."
|
6291 |
msgstr ""
|
6292 |
|
6293 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6294 |
msgid "Add a title field to the address within checkout."
|
6295 |
msgstr ""
|
6296 |
|
6297 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6298 |
msgid "Validate street number"
|
6299 |
msgstr ""
|
6300 |
|
6301 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6302 |
msgid "Force the existence of a street number within the first address field."
|
6303 |
msgstr ""
|
6304 |
|
6305 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6306 |
msgid "Never"
|
6307 |
msgstr ""
|
6308 |
|
6309 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6310 |
msgid "Always"
|
6311 |
msgstr ""
|
6312 |
|
6313 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6314 |
msgid "Base country only"
|
6315 |
msgstr ""
|
6316 |
|
6317 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6318 |
msgid "EU countries only"
|
6319 |
msgstr ""
|
6320 |
|
6321 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6322 |
msgid "Disallow cancellations"
|
6323 |
msgstr ""
|
6324 |
|
6325 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6326 |
msgid "Don't allow customers to manually cancel orders."
|
6327 |
msgstr ""
|
6328 |
|
6329 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6330 |
msgid "By default payment methods like PayPal allow order cancellation by clicking the abort link. This option will stop customers from manually cancel orders."
|
6331 |
msgstr ""
|
6332 |
|
6333 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6334 |
msgid "Disallow gateway choosing"
|
6335 |
msgstr ""
|
6336 |
|
6337 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6338 |
msgid "Don't allow customers to change the payment gateway after ordering."
|
6339 |
msgstr ""
|
6340 |
|
6341 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6342 |
msgid "Customers paying through a gateway which allows later payment (e.g. PayPal) will find a link within their customer account which redirects them to a pay page. This page offers the possibility to choose another gateway than before which may lead to further problems e.g. additional gateway costs etc. which would require a new order submittal. This option makes sure the customer gets redirected directly to the gateways payment page, e.g. to PayPal."
|
6343 |
msgstr ""
|
6344 |
|
6345 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6346 |
msgid "Free shipping"
|
6347 |
msgstr ""
|
6348 |
|
6349 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6350 |
msgid "Force free shipping method if available."
|
6351 |
msgstr ""
|
6352 |
|
6353 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6354 |
msgid "By default WooCommerce will let customers choose other shipping methods than free shipping (if available). This option will force free shipping if available."
|
6355 |
msgstr ""
|
6356 |
|
6357 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6358 |
msgid "Exclude Methods"
|
6359 |
msgstr ""
|
6360 |
|
6361 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6362 |
msgid "Optionally choose methods which should be excluded from hiding when free shipping is available (e.g. express shipping options)."
|
6363 |
msgstr ""
|
6364 |
|
6365 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6366 |
msgid "Add to Cart"
|
6367 |
msgstr ""
|
6368 |
|
6369 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6370 |
msgid "Show add to cart button on listings."
|
6371 |
msgstr ""
|
6372 |
|
6373 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6374 |
msgid "unset this option if you don't want to show the add to cart button within the product listings"
|
6375 |
msgstr ""
|
6376 |
|
6377 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6378 |
msgid "Link"
|
6379 |
msgstr ""
|
6380 |
|
6381 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6382 |
msgid "Link to product details page instead of add to cart within listings."
|
6383 |
msgstr ""
|
6384 |
|
6385 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6386 |
msgid "Decide whether you like to link to your product's details page instead of displaying an add to cart button within product listings."
|
6387 |
msgstr ""
|
6388 |
|
6389 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6390 |
msgid "Product Details Text"
|
6391 |
msgstr ""
|
6392 |
|
6393 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6394 |
msgid "Details"
|
6395 |
msgstr ""
|
6396 |
|
6397 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6398 |
msgid "If you have chosen to link to product details page instead of add to cart URL you may want to change the button text."
|
6399 |
msgstr ""
|
6400 |
|
6401 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6402 |
msgid "Overview"
|
6403 |
msgstr ""
|
6404 |
|
6405 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6406 |
msgid "You can always return to the settings overview by navigating through the breadcrumb navigation."
|
6407 |
msgstr ""
|
6408 |
|
6409 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6410 |
msgid "Sections"
|
6411 |
msgstr ""
|
6412 |
|
6413 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6414 |
msgid "Each setting tab might have sub sections containing more specific options."
|
6415 |
msgstr ""
|
6416 |
|
6417 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6418 |
msgid "Adjust legal pages e.g. terms and conditions. These pages are used to add links within checkboxes and text attachments to emails."
|
6419 |
msgstr ""
|
6420 |
|
@@ -6485,11 +6660,21 @@ msgid "%sUpgrade to %spro%s%s to unlock this feature and enjoy premium support."
|
|
6485 |
msgstr ""
|
6486 |
|
6487 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6488 |
msgid "Manage your shipping provider integrations."
|
6489 |
msgstr ""
|
6490 |
|
6491 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:
|
6492 |
-
|
|
|
6493 |
msgstr ""
|
6494 |
|
6495 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:20
|
@@ -6558,8 +6743,8 @@ msgid "Choose a delivery time that serves as fallback in case no delivery time w
|
|
6558 |
msgstr ""
|
6559 |
|
6560 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:134
|
6561 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6562 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6563 |
msgid "Format"
|
6564 |
msgstr ""
|
6565 |
|
@@ -6592,14 +6777,6 @@ msgstr ""
|
|
6592 |
msgid "Tax Info"
|
6593 |
msgstr ""
|
6594 |
|
6595 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:225
|
6596 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:256
|
6597 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:130
|
6598 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:296
|
6599 |
-
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-unit-price.php:10
|
6600 |
-
msgid "Unit Price"
|
6601 |
-
msgstr ""
|
6602 |
-
|
6603 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:239
|
6604 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:272
|
6605 |
msgid "Delivery Time Notice"
|
@@ -6625,7 +6802,7 @@ msgstr ""
|
|
6625 |
|
6626 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:320
|
6627 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:382
|
6628 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6629 |
msgid "Shipping Costs"
|
6630 |
msgstr ""
|
6631 |
|
@@ -6655,8 +6832,8 @@ msgid "Adjust the price range format e.g. for variable products. Use {min_price}
|
|
6655 |
msgstr ""
|
6656 |
|
6657 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:376
|
6658 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6659 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6660 |
msgid "{min_price} – {max_price}"
|
6661 |
msgstr ""
|
6662 |
|
@@ -6677,7 +6854,7 @@ msgid "This text will be used to inform the customer about free shipping. Leave
|
|
6677 |
msgstr ""
|
6678 |
|
6679 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:406
|
6680 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6681 |
msgid "Hide Notice"
|
6682 |
msgstr ""
|
6683 |
|
@@ -6701,117 +6878,139 @@ msgstr ""
|
|
6701 |
msgid "Attach a global sale price notice to your footer."
|
6702 |
msgstr ""
|
6703 |
|
6704 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
|
|
|
|
|
|
|
|
6705 |
msgid "Fallback"
|
6706 |
msgstr ""
|
6707 |
|
6708 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6709 |
msgid "This delivery time will be added to every product if no delivery time has been chosen individually"
|
6710 |
msgstr ""
|
6711 |
|
6712 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
|
|
|
|
6713 |
msgid "Manage Delivery Times"
|
6714 |
msgstr ""
|
6715 |
|
6716 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6717 |
msgid "This text will be used to indicate delivery time for products. Use {delivery_time} as placeholder."
|
6718 |
msgstr ""
|
6719 |
|
6720 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6721 |
msgid "Delivery time: {delivery_time}"
|
6722 |
msgstr ""
|
6723 |
|
6724 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6725 |
msgid "Digital text"
|
6726 |
msgstr ""
|
6727 |
|
6728 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6729 |
msgid "Enter a text which will be shown as digital delivery time text (replacement for default digital time on digital products)."
|
6730 |
msgstr ""
|
6731 |
|
6732 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6733 |
msgid "Backorder"
|
6734 |
msgstr ""
|
6735 |
|
6736 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6737 |
msgid "Hide delivery time if a product is on backorder."
|
6738 |
msgstr ""
|
6739 |
|
6740 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6741 |
msgid "Not in Stock"
|
6742 |
msgstr ""
|
6743 |
|
6744 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6745 |
msgid "Hide delivery time if a product is not in stock."
|
6746 |
msgstr ""
|
6747 |
|
6748 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6749 |
msgid "Select product types for which you might want to disable the delivery time notice."
|
6750 |
msgstr ""
|
6751 |
|
6752 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6753 |
msgid "This text will be used to display the unit price. Use {price} to insert the price. If you want to specifically format unit price output use {base}, {unit} and {unit_price} as placeholders."
|
6754 |
msgstr ""
|
6755 |
|
6756 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6757 |
msgid "{price}"
|
6758 |
msgstr ""
|
6759 |
|
6760 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6761 |
msgid "Product units format"
|
6762 |
msgstr ""
|
6763 |
|
6764 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6765 |
msgid "This text will be used to display the product units. Use {product_units} to insert the amount of product units. Use {unit} to insert the unit. Optionally display the formatted unit price with {unit_price}."
|
6766 |
msgstr ""
|
6767 |
|
6768 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6769 |
msgid "Product contains: {product_units} {unit}"
|
6770 |
msgstr ""
|
6771 |
|
6772 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6773 |
msgid "Variable Unit Price"
|
6774 |
msgstr ""
|
6775 |
|
6776 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6777 |
msgid "Enable price range unit prices for variable products."
|
6778 |
msgstr ""
|
6779 |
|
6780 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6781 |
msgid "Fallback Sale Label"
|
6782 |
msgstr ""
|
6783 |
|
6784 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6785 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6786 |
msgid "Manage Price Labels"
|
6787 |
msgstr ""
|
6788 |
|
6789 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6790 |
msgid "Choose whether you would like to have a default sale price label to inform the customer about the regular price (e.g. Recommended Retail Price)."
|
6791 |
msgstr ""
|
6792 |
|
6793 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6794 |
msgid "Fallback Regular Label"
|
6795 |
msgstr ""
|
6796 |
|
6797 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6798 |
msgid "Choose whether you would like to have a default sale price regular label to inform the customer about the sale price (e.g. New Price)."
|
6799 |
msgstr ""
|
6800 |
|
6801 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6802 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
6803 |
msgid "Single Product"
|
6804 |
msgstr ""
|
6805 |
|
6806 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6807 |
msgid "Show price labels on single product page."
|
6808 |
msgstr ""
|
6809 |
|
6810 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6811 |
msgid "Loop"
|
6812 |
msgstr ""
|
6813 |
|
6814 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:
|
6815 |
msgid "Show price labels in product loops."
|
6816 |
msgstr ""
|
6817 |
|
@@ -6825,7 +7024,7 @@ msgid "Taxes"
|
|
6825 |
msgstr ""
|
6826 |
|
6827 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:30
|
6828 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6829 |
msgid "VAT"
|
6830 |
msgstr ""
|
6831 |
|
@@ -6988,26 +7187,26 @@ msgid "Drag and drop to re-order checkboxes. This is the order being used for pr
|
|
6988 |
msgstr ""
|
6989 |
|
6990 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:11
|
6991 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
6992 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
6993 |
msgid "Name"
|
6994 |
msgstr ""
|
6995 |
|
6996 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
6997 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
6998 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
6999 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7000 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:124
|
7001 |
msgid "Description"
|
7002 |
msgstr ""
|
7003 |
|
7004 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:13
|
7005 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
7006 |
msgid "Enabled"
|
7007 |
msgstr ""
|
7008 |
|
7009 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:14
|
7010 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7011 |
msgid "Mandatory"
|
7012 |
msgstr ""
|
7013 |
|
@@ -7028,25 +7227,29 @@ msgstr ""
|
|
7028 |
msgid "Upgrade to %s"
|
7029 |
msgstr ""
|
7030 |
|
7031 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
|
|
|
|
|
|
|
|
7032 |
msgid "Adapt your WooCommerce installation to the german market with Germanized."
|
7033 |
msgstr ""
|
7034 |
|
7035 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:69
|
7036 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:70
|
|
|
7037 |
msgid "Find out more"
|
7038 |
msgstr ""
|
7039 |
|
7040 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
7041 |
msgid "How to"
|
7042 |
msgstr ""
|
7043 |
|
7044 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:75
|
7045 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:76
|
|
|
7046 |
msgid "Manage settings"
|
7047 |
msgstr ""
|
7048 |
|
7049 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:
|
7050 |
msgid "Manage"
|
7051 |
msgstr ""
|
7052 |
|
@@ -7228,10 +7431,6 @@ msgstr ""
|
|
7228 |
msgid "Learn how to update outdated templates"
|
7229 |
msgstr ""
|
7230 |
|
7231 |
-
#: woocommerce-germanized/includes/admin/views/setup/dhl.php:10
|
7232 |
-
msgid "DHL"
|
7233 |
-
msgstr ""
|
7234 |
-
|
7235 |
#: woocommerce-germanized/includes/admin/views/setup/dhl.php:12
|
7236 |
msgid "Want to easily ship your orders via DHL? Enable our deep DHL integration and start generating labels for shipments comfortably via your admin panel."
|
7237 |
msgstr ""
|
@@ -7332,52 +7531,52 @@ msgstr ""
|
|
7332 |
msgid "Configure Germanized to your needs. You can always adjust these settings later on."
|
7333 |
msgstr ""
|
7334 |
|
7335 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
7336 |
msgid "Has been activated via DOI?"
|
7337 |
msgstr ""
|
7338 |
|
7339 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
7340 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:159
|
7341 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:39
|
7342 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7343 |
#: woocommerce-germanized/includes/gateways/direct-debit/views/html-export.php:30
|
7344 |
msgid "Direct Debit"
|
7345 |
msgstr ""
|
7346 |
|
7347 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
7348 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:164
|
7349 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
7350 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
7351 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
7352 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7353 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7354 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7355 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7356 |
msgid "Account Holder"
|
7357 |
msgstr ""
|
7358 |
|
7359 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
7360 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:169
|
7361 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
7362 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
7363 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
7364 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7365 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7366 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7367 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7368 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7369 |
msgid "IBAN"
|
7370 |
msgstr ""
|
7371 |
|
7372 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:
|
7373 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:174
|
7374 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
7375 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
7376 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
7377 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7378 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7379 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7380 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7381 |
msgid "BIC/SWIFT"
|
7382 |
msgstr ""
|
7383 |
|
@@ -7386,157 +7585,170 @@ msgid "Parcel Delivery Data Transfer"
|
|
7386 |
msgstr ""
|
7387 |
|
7388 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:179
|
7389 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7390 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7391 |
msgid "Mandate Reference ID"
|
7392 |
msgstr ""
|
7393 |
|
7394 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7395 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
|
|
7396 |
msgid "Delivery Time ID"
|
7397 |
msgstr ""
|
7398 |
|
7399 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7400 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
|
|
7401 |
msgid "Delivery Time Name"
|
7402 |
msgstr ""
|
7403 |
|
7404 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7405 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
|
|
7406 |
msgid "Delivery Time Slug"
|
7407 |
msgstr ""
|
7408 |
|
7409 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7410 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
|
|
7411 |
msgid "Delivery Time HTML"
|
7412 |
msgstr ""
|
7413 |
|
7414 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7415 |
-
#: woocommerce-germanized/includes/
|
7416 |
-
|
7417 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7418 |
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:144
|
7419 |
msgid "Price Label"
|
7420 |
msgstr ""
|
7421 |
|
7422 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7423 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7424 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7425 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7426 |
msgid "Price Label ID"
|
7427 |
msgstr ""
|
7428 |
|
7429 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7430 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7431 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7432 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7433 |
msgid "Price Label Name"
|
7434 |
msgstr ""
|
7435 |
|
7436 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7437 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7438 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7439 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7440 |
msgid "Price Label Slug"
|
7441 |
msgstr ""
|
7442 |
|
7443 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7444 |
msgid "Unit ID"
|
7445 |
msgstr ""
|
7446 |
|
7447 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7448 |
msgid "Unit Name"
|
7449 |
msgstr ""
|
7450 |
|
7451 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7452 |
msgid "Unit Slug"
|
7453 |
msgstr ""
|
7454 |
|
7455 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7456 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7457 |
msgid "Unit Base"
|
7458 |
msgstr ""
|
7459 |
|
7460 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7461 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7462 |
msgid "Unit Product"
|
7463 |
msgstr ""
|
7464 |
|
7465 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7466 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7467 |
msgid "Unit Auto Calculation"
|
7468 |
msgstr ""
|
7469 |
|
7470 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7471 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7472 |
msgid "Current Unit Price"
|
7473 |
msgstr ""
|
7474 |
|
7475 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7476 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7477 |
msgid "Unit Regular Price"
|
7478 |
msgstr ""
|
7479 |
|
7480 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7481 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7482 |
msgid "Unit Sale Price"
|
7483 |
msgstr ""
|
7484 |
|
7485 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7486 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7487 |
msgid "Unit Price HTML"
|
7488 |
msgstr ""
|
7489 |
|
7490 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7491 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7492 |
msgid "Small Cart Product Description"
|
7493 |
msgstr ""
|
7494 |
|
7495 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7496 |
msgid "Deactivate the hint for additional shipping costs"
|
7497 |
msgstr ""
|
7498 |
|
7499 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7500 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7501 |
msgid "Age verification minimum age."
|
7502 |
msgstr ""
|
7503 |
|
7504 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7505 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7506 |
msgid "Whether this product is a service or not"
|
7507 |
msgstr ""
|
7508 |
|
7509 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:
|
7510 |
msgid "Whether this product applies for differential taxation or not"
|
7511 |
msgstr ""
|
7512 |
|
7513 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
7514 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
7515 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
7516 |
msgid "Unique identifier for the resource."
|
7517 |
msgstr ""
|
7518 |
|
7519 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
7520 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
7521 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
7522 |
msgid "Resource name."
|
7523 |
msgstr ""
|
7524 |
|
7525 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
7526 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
7527 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
7528 |
msgid "An alphanumeric identifier for the resource unique to its type."
|
7529 |
msgstr ""
|
7530 |
|
7531 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
7532 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
7533 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
7534 |
msgid "HTML description of the resource."
|
7535 |
msgstr ""
|
7536 |
|
7537 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:
|
7538 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:
|
7539 |
-
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:
|
7540 |
msgid "Number of published products for the resource."
|
7541 |
msgstr ""
|
7542 |
|
@@ -7565,431 +7777,454 @@ msgctxt "revocation-form"
|
|
7565 |
msgid "Thank you. We have received your Revocation Request. You will receive a conformation email within a few minutes."
|
7566 |
msgstr ""
|
7567 |
|
7568 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
|
|
7569 |
msgid "Please check the street field and make sure to provide a valid street number."
|
7570 |
msgstr ""
|
7571 |
|
7572 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
7573 |
msgid "Sorry, but differential taxed products cannot be purchased with normal products at the same time."
|
7574 |
msgstr ""
|
7575 |
|
7576 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
7577 |
msgid "Sorry, but normal products cannot be purchased together with differential taxed products at the same time."
|
7578 |
msgstr ""
|
7579 |
|
7580 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
7581 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
7582 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7583 |
msgid "Mr."
|
7584 |
msgstr ""
|
7585 |
|
7586 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
7587 |
msgctxt "customer-title-male-address"
|
7588 |
msgid "Mr."
|
7589 |
msgstr ""
|
7590 |
|
7591 |
-
#: woocommerce-germanized/includes/class-wc-gzd-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7592 |
msgid "The cart contains one or more vouchers. Vouchers cannot be mixed with normal coupons."
|
7593 |
msgstr ""
|
7594 |
|
7595 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
7596 |
msgid "The cart contains one or more coupons. Vouchers cannot be mixed with normal coupons. Please remove the coupon before adding your voucher."
|
7597 |
msgstr ""
|
7598 |
|
7599 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
7600 |
msgid "Is voucher?"
|
7601 |
msgstr ""
|
7602 |
|
7603 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
7604 |
#, php-format
|
7605 |
msgid "Whether or not this coupon is a voucher which has been sold to a customer without VAT and needs to be taxed as soon as the customer redeems the voucher. Find more information <a href=\"%s\" target=\"_blank\">here</a>."
|
7606 |
msgstr ""
|
7607 |
|
7608 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7609 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7610 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7611 |
msgid "Please activate your account through clicking on the activation link received via email."
|
7612 |
msgstr ""
|
7613 |
|
7614 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7615 |
#, php-format
|
7616 |
msgid "Did not receive the activation email? <a href=\"%s\">Try again</a>."
|
7617 |
msgstr ""
|
7618 |
|
7619 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7620 |
#, php-format
|
7621 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
7622 |
msgstr ""
|
7623 |
|
7624 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7625 |
msgid "Please create an account or login before continuing to checkout"
|
7626 |
msgstr ""
|
7627 |
|
7628 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7629 |
#, php-format
|
7630 |
msgid "Please activate your account through clicking on the activation link received via email. Did not receive the email? <a href=\"%s\">Try again</a>."
|
7631 |
msgstr ""
|
7632 |
|
7633 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7634 |
msgid "This activation code has expired. We have sent you a new activation code via e-mail."
|
7635 |
msgstr ""
|
7636 |
|
7637 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7638 |
msgid "Sorry, but this activation code cannot be found."
|
7639 |
msgstr ""
|
7640 |
|
7641 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7642 |
msgid "Thank you. You have successfully activated your account."
|
7643 |
msgstr ""
|
7644 |
|
7645 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7646 |
msgid "Expired activation key"
|
7647 |
msgstr ""
|
7648 |
|
7649 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
7650 |
msgid "Invalid activation key"
|
7651 |
msgstr ""
|
7652 |
|
7653 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
7654 |
msgid "BCC recipients"
|
7655 |
msgstr ""
|
7656 |
|
7657 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
7658 |
msgid "Enter blind-copy recipients (comma separated) for this email."
|
7659 |
msgstr ""
|
7660 |
|
7661 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
7662 |
msgid "Confirmation text"
|
7663 |
msgstr ""
|
7664 |
|
7665 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
7666 |
msgid "Your order has been received and is now being processed. Your order details are shown below for your reference:"
|
7667 |
msgstr ""
|
7668 |
|
7669 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
7670 |
msgid "This text will be inserted within the order confirmation email. Use {order_number}, {site_title} or {order_date} as placeholder."
|
7671 |
msgstr ""
|
7672 |
|
7673 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
7674 |
msgid "Your order has been received and is now being processed. Your order details are shown below for your reference."
|
7675 |
msgstr ""
|
7676 |
|
7677 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
7678 |
msgid "Someone requested a password reset for your account."
|
7679 |
msgstr ""
|
7680 |
|
7681 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
7682 |
#, php-format
|
7683 |
msgid "Thanks for creating an account on %s."
|
7684 |
msgstr ""
|
7685 |
|
7686 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
7687 |
msgctxt "revocation-form"
|
7688 |
msgid "Forward your withdrawal online"
|
7689 |
msgstr ""
|
7690 |
|
7691 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7692 |
#, php-format
|
7693 |
msgid "Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before installing WooCommerce Germanized. Thank you!"
|
7694 |
msgstr ""
|
7695 |
|
7696 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7697 |
msgctxt "Page slug"
|
7698 |
msgid "data-security"
|
7699 |
msgstr ""
|
7700 |
|
7701 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7702 |
msgctxt "Page title"
|
7703 |
msgid "Privacy Policy"
|
7704 |
msgstr ""
|
7705 |
|
7706 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7707 |
msgctxt "Page slug"
|
7708 |
msgid "imprint"
|
7709 |
msgstr ""
|
7710 |
|
7711 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7712 |
msgctxt "Page title"
|
7713 |
msgid "Imprint"
|
7714 |
msgstr ""
|
7715 |
|
7716 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7717 |
msgctxt "Page slug"
|
7718 |
msgid "terms"
|
7719 |
msgstr ""
|
7720 |
|
7721 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7722 |
msgctxt "Page title"
|
7723 |
msgid "Terms & Conditions"
|
7724 |
msgstr ""
|
7725 |
|
7726 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7727 |
msgctxt "Page slug"
|
7728 |
msgid "revocation"
|
7729 |
msgstr ""
|
7730 |
|
7731 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7732 |
msgctxt "Page title"
|
7733 |
msgid "Cancellation Policy"
|
7734 |
msgstr ""
|
7735 |
|
7736 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7737 |
msgctxt "Page slug"
|
7738 |
msgid "shipping-methods"
|
7739 |
msgstr ""
|
7740 |
|
7741 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7742 |
msgctxt "Page title"
|
7743 |
msgid "Shipping Methods"
|
7744 |
msgstr ""
|
7745 |
|
7746 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7747 |
msgctxt "Page slug"
|
7748 |
msgid "payment-methods"
|
7749 |
msgstr ""
|
7750 |
|
7751 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7752 |
msgctxt "Page title"
|
7753 |
msgid "Payment Methods"
|
7754 |
msgstr ""
|
7755 |
|
7756 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7757 |
-
msgid "With your order, you agree to have read and understood our {term_link}Terms and Conditions{/term_link}
|
7758 |
msgstr ""
|
7759 |
|
7760 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7761 |
-
msgid "To complete the order you have to accept to our {term_link}Terms and Conditions{/term_link}
|
7762 |
msgstr ""
|
7763 |
|
7764 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7765 |
msgid "Legal"
|
7766 |
msgstr ""
|
7767 |
|
7768 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7769 |
-
msgid "General legal checkbox which shall include terms
|
7770 |
msgstr ""
|
7771 |
|
7772 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7773 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:24
|
7774 |
msgid "For digital products: I strongly agree that the execution of the agreement starts before the revocation period has expired. I am aware that my right of withdrawal ceases with the beginning of the agreement."
|
7775 |
msgstr ""
|
7776 |
|
7777 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7778 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:25
|
7779 |
msgid "To retrieve direct access to digital content you have to agree to the loss of your right of withdrawal."
|
7780 |
msgstr ""
|
7781 |
|
7782 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7783 |
msgid "Digital"
|
7784 |
msgstr ""
|
7785 |
|
7786 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7787 |
msgid "Asks the customer to skip revocation period for digital products."
|
7788 |
msgstr ""
|
7789 |
|
7790 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7791 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:31
|
7792 |
msgid "For services: I demand and acknowledge the immediate performance of the service before the expiration of the withdrawal period. I acknowledge that thereby I lose my right to cancel once the service has begun."
|
7793 |
msgstr ""
|
7794 |
|
7795 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7796 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:32
|
7797 |
msgid "To allow the immediate performance of the services you have to agree to the loss of your right of withdrawal."
|
7798 |
msgstr ""
|
7799 |
|
7800 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7801 |
msgid "Asks the customer to skip revocation period for services."
|
7802 |
msgstr ""
|
7803 |
|
7804 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7805 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:40
|
7806 |
msgid "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."
|
7807 |
msgstr ""
|
7808 |
|
7809 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7810 |
msgid "Please accept our parcel delivery agreement"
|
7811 |
msgstr ""
|
7812 |
|
7813 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7814 |
msgid "Parcel Delivery"
|
7815 |
msgstr ""
|
7816 |
|
7817 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7818 |
msgid "Asks the customer to hand over data to the parcel delivery service provider."
|
7819 |
msgstr ""
|
7820 |
|
7821 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7822 |
msgid "I hereby confirm that I'm at least {age} years old."
|
7823 |
msgstr ""
|
7824 |
|
7825 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7826 |
msgid "Please confirm your age."
|
7827 |
msgstr ""
|
7828 |
|
7829 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7830 |
msgid "Asks the customer to confirm a minimum age."
|
7831 |
msgstr ""
|
7832 |
|
7833 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7834 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:44
|
7835 |
msgid "Yes, I’d like create a new account and have read and understood the {data_security_link}data privacy statement{/data_security_link}."
|
7836 |
msgstr ""
|
7837 |
|
7838 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7839 |
msgid "Please accept our privacy policy to create a new customer account"
|
7840 |
msgstr ""
|
7841 |
|
7842 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7843 |
-
msgid "
|
7844 |
msgstr ""
|
7845 |
|
7846 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7847 |
-
|
|
|
|
|
|
|
7848 |
msgid "I hereby agree to the {link}direct debit mandate{/link}."
|
7849 |
msgstr ""
|
7850 |
|
7851 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7852 |
msgid "Please accept the direct debit mandate."
|
7853 |
msgstr ""
|
7854 |
|
7855 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7856 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7857 |
msgid "SEPA"
|
7858 |
msgstr ""
|
7859 |
|
7860 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7861 |
msgid "Asks the customer to issue the SEPA mandate."
|
7862 |
msgstr ""
|
7863 |
|
7864 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7865 |
msgid "Register form"
|
7866 |
msgstr ""
|
7867 |
|
7868 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7869 |
msgid "Pay for order"
|
7870 |
msgstr ""
|
7871 |
|
7872 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7873 |
msgid "Reviews"
|
7874 |
msgstr ""
|
7875 |
|
7876 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7877 |
#, php-format
|
7878 |
msgid "Checkbox location %s does not exist."
|
7879 |
msgstr ""
|
7880 |
|
7881 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7882 |
#, php-format
|
7883 |
msgid "Please make sure to check %s checkbox."
|
7884 |
msgstr ""
|
7885 |
|
7886 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:
|
7887 |
#, php-format
|
7888 |
msgid "Checkbox with name %s does already exist."
|
7889 |
msgstr ""
|
7890 |
|
7891 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7892 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7893 |
#, php-format
|
7894 |
msgid "%s is a mandatory field."
|
7895 |
msgstr ""
|
7896 |
|
7897 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7898 |
msgid "Enable checkbox"
|
7899 |
msgstr ""
|
7900 |
|
7901 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7902 |
msgid "Choose a name to identify your checkbox. Upon creating a new checkbox, this value is being used to generate the Id."
|
7903 |
msgstr ""
|
7904 |
|
7905 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7906 |
msgid "Id"
|
7907 |
msgstr ""
|
7908 |
|
7909 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7910 |
msgid "The checkbox Id is the unique indentifier which is used to identify the checkbox within the code. Cannot be edited after creating the checkbox."
|
7911 |
msgstr ""
|
7912 |
|
7913 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7914 |
msgid "Describe the use case of your checkbox."
|
7915 |
msgstr ""
|
7916 |
|
7917 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7918 |
msgid "Choose a label to be inserted next to the checkbox."
|
7919 |
msgstr ""
|
7920 |
|
7921 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7922 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7923 |
#, php-format
|
7924 |
msgid "You may use one of the following placeholders within the text: %s"
|
7925 |
msgstr ""
|
7926 |
|
7927 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7928 |
msgid "Error Message"
|
7929 |
msgstr ""
|
7930 |
|
7931 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7932 |
msgid "Choose an error message to be shown when the user has not confirmed the checkbox."
|
7933 |
msgstr ""
|
7934 |
|
7935 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7936 |
msgid "Hide input"
|
7937 |
msgstr ""
|
7938 |
|
7939 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7940 |
msgid "Do only show a label and hide the actual checkbox."
|
7941 |
msgstr ""
|
7942 |
|
7943 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7944 |
msgid "Mark the checkbox as mandatory."
|
7945 |
msgstr ""
|
7946 |
|
7947 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7948 |
msgid "Locations"
|
7949 |
msgstr ""
|
7950 |
|
7951 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7952 |
msgid "Choose where to display your checkbox."
|
7953 |
msgstr ""
|
7954 |
|
7955 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
7956 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
7957 |
#, php-format
|
7958 |
msgid "%s payment charge"
|
7959 |
msgstr ""
|
7960 |
|
7961 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
7962 |
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:35
|
7963 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
7964 |
#, php-format
|
7965 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
7966 |
msgstr ""
|
7967 |
|
7968 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
7969 |
msgid "Fee"
|
7970 |
msgstr ""
|
7971 |
|
7972 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
7973 |
msgid "This fee is being added if customer selects payment method within checkout."
|
7974 |
msgstr ""
|
7975 |
|
7976 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
7977 |
msgid "Fee is taxable?"
|
7978 |
msgstr ""
|
7979 |
|
7980 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
7981 |
msgid "Check if fee is taxable."
|
7982 |
msgstr ""
|
7983 |
|
7984 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
7985 |
msgid "Forwarding Fee"
|
7986 |
msgstr ""
|
7987 |
|
7988 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
7989 |
msgid "Forwarding fee will be charged by the transport agent in addition to the cash of delivery fee e.g. DHL - tax free."
|
7990 |
msgstr ""
|
7991 |
|
7992 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:
|
7993 |
msgid "Payment charge"
|
7994 |
msgstr ""
|
7995 |
|
@@ -8099,155 +8334,164 @@ msgstr ""
|
|
8099 |
msgid "New Price Label Name"
|
8100 |
msgstr ""
|
8101 |
|
8102 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
8103 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
8104 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
8105 |
msgid "Postnumber"
|
8106 |
msgstr ""
|
8107 |
|
8108 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
8109 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
8110 |
msgid "Billing Title"
|
8111 |
msgstr ""
|
8112 |
|
8113 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
8114 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
8115 |
msgid "Shipping Title"
|
8116 |
msgstr ""
|
8117 |
|
8118 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
8119 |
#, php-format
|
8120 |
msgid "Removed customer \"%s\""
|
8121 |
msgstr ""
|
8122 |
|
8123 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
8124 |
msgid "Mandate Date"
|
8125 |
msgstr ""
|
8126 |
|
8127 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
8128 |
msgid "Mandate ID"
|
8129 |
msgstr ""
|
8130 |
|
8131 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:
|
8132 |
msgid "Mandate Email"
|
8133 |
msgstr ""
|
8134 |
|
8135 |
-
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:
|
8136 |
msgid "Visible during checkout"
|
8137 |
msgstr ""
|
8138 |
|
8139 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8140 |
msgctxt "revocation-form"
|
8141 |
msgid "Withdrawal"
|
8142 |
msgstr ""
|
8143 |
|
8144 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8145 |
msgctxt "revocation-form"
|
8146 |
msgid "Tip: Delete whatever entry does not apply, and provide, as needed"
|
8147 |
msgstr ""
|
8148 |
|
8149 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8150 |
msgctxt "revocation-form"
|
8151 |
msgid "I/We hereby give notice that I/We withdraw from my/our contract of sale of the following goods/provision of the following service: "
|
8152 |
msgstr ""
|
8153 |
|
8154 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8155 |
msgctxt "revocation-form"
|
8156 |
msgid "Received"
|
8157 |
msgstr ""
|
8158 |
|
8159 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8160 |
msgctxt "revocation-form"
|
8161 |
msgid "Order Date"
|
8162 |
msgstr ""
|
8163 |
|
8164 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8165 |
msgctxt "revocation-form"
|
8166 |
msgid "Customer Data"
|
8167 |
msgstr ""
|
8168 |
|
8169 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8170 |
msgctxt "revocation-form"
|
8171 |
msgid "Title"
|
8172 |
msgstr ""
|
8173 |
|
8174 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8175 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8176 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8177 |
msgid "Ms."
|
8178 |
msgstr ""
|
8179 |
|
8180 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8181 |
msgctxt "revocation-form"
|
8182 |
msgid "First Name"
|
8183 |
msgstr ""
|
8184 |
|
8185 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8186 |
msgctxt "revocation-form"
|
8187 |
msgid "Last Name"
|
8188 |
msgstr ""
|
8189 |
|
8190 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8191 |
msgctxt "revocation-form"
|
8192 |
msgid "Street"
|
8193 |
msgstr ""
|
8194 |
|
8195 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8196 |
msgctxt "revocation-form"
|
8197 |
msgid "Postal Code"
|
8198 |
msgstr ""
|
8199 |
|
8200 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8201 |
msgctxt "revocation-form"
|
8202 |
msgid "City"
|
8203 |
msgstr ""
|
8204 |
|
8205 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8206 |
msgctxt "revocation-form"
|
8207 |
msgid "Country"
|
8208 |
msgstr ""
|
8209 |
|
8210 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8211 |
msgctxt "revocation-form"
|
8212 |
msgid "Mail"
|
8213 |
msgstr ""
|
8214 |
|
8215 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
8216 |
#, php-format
|
8217 |
msgctxt "revocation-form"
|
8218 |
-
msgid "Please accept our <a href=\"%s\" target=\"_blank\">
|
8219 |
msgstr ""
|
8220 |
|
8221 |
-
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:
|
8222 |
msgid "General purpose encryption, e.g. application password stored within settings"
|
8223 |
msgstr ""
|
8224 |
|
8225 |
-
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:
|
8226 |
#, php-format
|
8227 |
msgid "Encryption of type %s"
|
8228 |
msgstr ""
|
8229 |
|
8230 |
-
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:
|
8231 |
#, php-format
|
8232 |
msgid "Attention! The <em>%1$s</em> (%2$s) constant is missing. Germanized uses a derived key based on the <em>LOGGED_IN_KEY</em> constant instead. This constant might change under certain circumstances. To prevent data losses, please insert the following snippet within your <a href=\"%3$s\" target=\"_blank\">wp-config.php</a> file:"
|
8233 |
msgstr ""
|
8234 |
|
8235 |
-
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8236 |
msgctxt "polylang"
|
8237 |
msgid "Unit Price Metas"
|
8238 |
msgstr ""
|
8239 |
|
8240 |
-
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:
|
8241 |
msgctxt "polylang"
|
8242 |
msgid "Note the last unit price field is the final unit price taking into account the effect of unit sale price"
|
8243 |
msgstr ""
|
8244 |
|
8245 |
-
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:
|
8246 |
msgctxt "polylang"
|
8247 |
msgid "Sale Price Labels"
|
8248 |
msgstr ""
|
8249 |
|
8250 |
-
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:
|
8251 |
msgctxt "polylang"
|
8252 |
msgid "Sale price labels used to mark old prices (e.g. Recommended Retail Price)"
|
8253 |
msgstr ""
|
@@ -8295,7 +8539,7 @@ msgid "Available placeholders: %s"
|
|
8295 |
msgstr ""
|
8296 |
|
8297 |
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-cancelled-order.php:208
|
8298 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8299 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:111
|
8300 |
msgid "Enable/Disable"
|
8301 |
msgstr ""
|
@@ -8423,71 +8667,77 @@ msgstr ""
|
|
8423 |
msgid "Email contains a copy of the SEPA mandate generated by information provided by the customer."
|
8424 |
msgstr ""
|
8425 |
|
8426 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
8427 |
msgctxt "exporter"
|
8428 |
msgid "Is service?"
|
8429 |
msgstr ""
|
8430 |
|
8431 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
8432 |
msgctxt "exporter"
|
8433 |
msgid "Is differential taxed?"
|
8434 |
msgstr ""
|
8435 |
|
8436 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
8437 |
msgctxt "exporter"
|
8438 |
msgid "Has free shipping?"
|
8439 |
msgstr ""
|
8440 |
|
8441 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
8442 |
msgctxt "exporter"
|
8443 |
msgid "Unit price regular"
|
8444 |
msgstr ""
|
8445 |
|
8446 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
8447 |
msgctxt "exporter"
|
8448 |
msgid "Unit price sale"
|
8449 |
msgstr ""
|
8450 |
|
8451 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
8452 |
msgctxt "exporter"
|
8453 |
msgid "Unit price calculated automatically?"
|
8454 |
msgstr ""
|
8455 |
|
8456 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
8457 |
msgctxt "exporter"
|
8458 |
msgid "Unit"
|
8459 |
msgstr ""
|
8460 |
|
8461 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
8462 |
msgctxt "exporter"
|
8463 |
msgid "Unit base"
|
8464 |
msgstr ""
|
8465 |
|
8466 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
8467 |
msgctxt "exporter"
|
8468 |
msgid "Unit product"
|
8469 |
msgstr ""
|
8470 |
|
8471 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
8472 |
msgctxt "exporter"
|
8473 |
msgid "Cart description"
|
8474 |
msgstr ""
|
8475 |
|
8476 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
8477 |
msgctxt "exporter"
|
8478 |
msgid "Delivery time"
|
8479 |
msgstr ""
|
8480 |
|
8481 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
8482 |
msgctxt "exporter"
|
8483 |
msgid "Sale price label"
|
8484 |
msgstr ""
|
8485 |
|
8486 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
8487 |
msgctxt "exporter"
|
8488 |
msgid "Sale price regular label"
|
8489 |
msgstr ""
|
8490 |
|
|
|
|
|
|
|
|
|
|
|
|
|
8491 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:40
|
8492 |
#, php-format
|
8493 |
msgid "Allows you to offer direct debit as a payment method to your customers. Adds SEPA fields to checkout. %s"
|
@@ -8497,7 +8747,7 @@ msgstr ""
|
|
8497 |
msgid "SEPA XML Bulk Export"
|
8498 |
msgstr ""
|
8499 |
|
8500 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8501 |
msgid ""
|
8502 |
"[company_info]\n"
|
8503 |
"debtee identification number: [company_identification_number]\n"
|
@@ -8527,230 +8777,210 @@ msgid ""
|
|
8527 |
"Please notice: Period for pre-information of the SEPA direct debit is shortened to one day."
|
8528 |
msgstr ""
|
8529 |
|
8530 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8531 |
msgid "SEPA XML"
|
8532 |
msgstr ""
|
8533 |
|
8534 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8535 |
msgid "SEPA XML Export"
|
8536 |
msgstr ""
|
8537 |
|
8538 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8539 |
#, php-format
|
8540 |
msgid "Order %s"
|
8541 |
msgstr ""
|
8542 |
|
8543 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8544 |
msgid "Will be notified separately"
|
8545 |
msgstr ""
|
8546 |
|
8547 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8548 |
#, php-format
|
8549 |
msgid "We will debit %s from your account by direct debit on or shortly after %s."
|
8550 |
msgstr ""
|
8551 |
|
8552 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8553 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8554 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8555 |
msgid "a single payment"
|
8556 |
msgstr ""
|
8557 |
|
8558 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8559 |
msgid "Enable Direct Debit Payment"
|
8560 |
msgstr ""
|
8561 |
|
8562 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8563 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:117
|
8564 |
msgctxt "gateway"
|
8565 |
msgid "Title"
|
8566 |
msgstr ""
|
8567 |
|
8568 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8569 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:119
|
8570 |
msgid "This controls the title which the user sees during checkout."
|
8571 |
msgstr ""
|
8572 |
|
8573 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8574 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:126
|
8575 |
msgid "Payment method description that the customer will see on your checkout."
|
8576 |
msgstr ""
|
8577 |
|
8578 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8579 |
msgid "The order amount will be debited directly from your bank account."
|
8580 |
msgstr ""
|
8581 |
|
8582 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8583 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:131
|
8584 |
msgid "Instructions"
|
8585 |
msgstr ""
|
8586 |
|
8587 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8588 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:133
|
8589 |
msgid "Instructions that will be added to the thank you page and emails."
|
8590 |
msgstr ""
|
8591 |
|
8592 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8593 |
msgid "Debtee"
|
8594 |
msgstr ""
|
8595 |
|
8596 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8597 |
msgid "Insert your company information."
|
8598 |
msgstr ""
|
8599 |
|
8600 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8601 |
msgid "Company Inc, John Doe Street, New York"
|
8602 |
msgstr ""
|
8603 |
|
8604 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8605 |
msgid "Insert the bank account holder name."
|
8606 |
msgstr ""
|
8607 |
|
8608 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8609 |
msgid "Company Inc"
|
8610 |
msgstr ""
|
8611 |
|
8612 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8613 |
msgid "Insert the bank account IBAN."
|
8614 |
msgstr ""
|
8615 |
|
8616 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8617 |
msgid "BIC"
|
8618 |
msgstr ""
|
8619 |
|
8620 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8621 |
msgid "Insert the bank account BIC."
|
8622 |
msgstr ""
|
8623 |
|
8624 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8625 |
msgid "Debtee identification number"
|
8626 |
msgstr ""
|
8627 |
|
8628 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8629 |
#, php-format
|
8630 |
msgid "Insert your debtee indentification number. More information can be found <a href=\"%s\">here</a>."
|
8631 |
msgstr ""
|
8632 |
|
8633 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8634 |
msgid "Generate Mandate ID"
|
8635 |
msgstr ""
|
8636 |
|
8637 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8638 |
msgid "Automatically generate Mandate ID."
|
8639 |
msgstr ""
|
8640 |
|
8641 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8642 |
msgid "Automatically generate Mandate ID after order completion (based on Order ID)."
|
8643 |
msgstr ""
|
8644 |
|
8645 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8646 |
msgid "XML Pain Format"
|
8647 |
msgstr ""
|
8648 |
|
8649 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8650 |
msgid "You may adjust the XML Export Pain Schema to your banks needs. Some banks may require pain.001.003.03."
|
8651 |
msgstr ""
|
8652 |
|
8653 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8654 |
msgid "Mandate ID Format"
|
8655 |
msgstr ""
|
8656 |
|
8657 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8658 |
msgid "You may extend the Mandate ID format by adding a prefix and/or suffix. Use {id} as placeholder to insert the automatically generated ID."
|
8659 |
msgstr ""
|
8660 |
|
8661 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8662 |
msgid "Mandate Text"
|
8663 |
msgstr ""
|
8664 |
|
8665 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8666 |
msgid "This text will be populated with live order/checkout data. Will be used as preview direct debit mandate and as email template text."
|
8667 |
msgstr ""
|
8668 |
|
8669 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8670 |
-
msgid "Checkbox"
|
8671 |
-
msgstr ""
|
8672 |
-
|
8673 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:992
|
8674 |
-
msgid "Enable \"agree to SEPA mandate\" checkbox"
|
8675 |
-
msgstr ""
|
8676 |
-
|
8677 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:994
|
8678 |
-
msgid "Enable a checkbox linking to a SEPA direct debit mandate preview."
|
8679 |
-
msgstr ""
|
8680 |
-
|
8681 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:998
|
8682 |
-
msgid "Checkbox label"
|
8683 |
-
msgstr ""
|
8684 |
-
|
8685 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1000
|
8686 |
-
msgid "Customize the checkbox label. Use {link}link name{/link} to insert the preview link."
|
8687 |
-
msgstr ""
|
8688 |
-
|
8689 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1005
|
8690 |
msgid "Enable pre-notification"
|
8691 |
msgstr ""
|
8692 |
|
8693 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8694 |
msgid "Insert pre-notification text within the order confirmation email."
|
8695 |
msgstr ""
|
8696 |
|
8697 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8698 |
msgid "This option inserts a standard text containing a pre-notification for the customer."
|
8699 |
msgstr ""
|
8700 |
|
8701 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8702 |
msgid "Debit days"
|
8703 |
msgstr ""
|
8704 |
|
8705 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8706 |
msgid "This option is used to calculate the debit date and is added to the order date."
|
8707 |
msgstr ""
|
8708 |
|
8709 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8710 |
msgid "Mask IBAN"
|
8711 |
msgstr ""
|
8712 |
|
8713 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8714 |
msgid "Mask the IBAN within emails."
|
8715 |
msgstr ""
|
8716 |
|
8717 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8718 |
msgid "This will lead to masked IBANs within emails (replaced by *). All but last 4 digits will be masked."
|
8719 |
msgstr ""
|
8720 |
|
8721 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8722 |
msgid "Remember"
|
8723 |
msgstr ""
|
8724 |
|
8725 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8726 |
msgid "Remember account data for returning customers."
|
8727 |
msgstr ""
|
8728 |
|
8729 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8730 |
msgid "Save account data as user meta if user has/creates a customer account."
|
8731 |
msgstr ""
|
8732 |
|
8733 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8734 |
msgid "Please insert your SEPA account data."
|
8735 |
msgstr ""
|
8736 |
|
8737 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8738 |
msgid "Your IBAN seems to be invalid."
|
8739 |
msgstr ""
|
8740 |
|
8741 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8742 |
msgid "Your IBAN's country code doesn’t match with your billing country."
|
8743 |
msgstr ""
|
8744 |
|
8745 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8746 |
msgid "Your BIC seems to be invalid."
|
8747 |
msgstr ""
|
8748 |
|
8749 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8750 |
msgid "is invalid"
|
8751 |
msgstr ""
|
8752 |
|
8753 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8754 |
msgid "Awaiting Direct Debit Payment"
|
8755 |
msgstr ""
|
8756 |
|
@@ -8846,48 +9076,48 @@ msgstr ""
|
|
8846 |
msgid "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}."
|
8847 |
msgstr ""
|
8848 |
|
8849 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8850 |
msgid ">= 12 years"
|
8851 |
msgstr ""
|
8852 |
|
8853 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8854 |
msgid ">= 16 years"
|
8855 |
msgstr ""
|
8856 |
|
8857 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8858 |
msgid ">= 18 years"
|
8859 |
msgstr ""
|
8860 |
|
8861 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8862 |
msgid ">= 21 years"
|
8863 |
msgstr ""
|
8864 |
|
8865 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8866 |
msgid ">= 25 years"
|
8867 |
msgstr ""
|
8868 |
|
8869 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8870 |
msgctxt "age"
|
8871 |
msgid "None"
|
8872 |
msgstr ""
|
8873 |
|
8874 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8875 |
#, php-format
|
8876 |
msgid "%s%% VAT"
|
8877 |
msgstr ""
|
8878 |
|
8879 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8880 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8881 |
msgctxt "title-option"
|
8882 |
msgid "None"
|
8883 |
msgstr ""
|
8884 |
|
8885 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8886 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8887 |
msgid "Mx"
|
8888 |
msgstr ""
|
8889 |
|
8890 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8891 |
msgid "More variants available"
|
8892 |
msgstr ""
|
8893 |
|
@@ -8900,7 +9130,7 @@ msgstr ""
|
|
8900 |
msgid "Choose a Payment Gateway"
|
8901 |
msgstr ""
|
8902 |
|
8903 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
8904 |
msgid "Place order"
|
8905 |
msgstr ""
|
8906 |
|
@@ -8921,147 +9151,159 @@ msgstr ""
|
|
8921 |
msgid "Missing the Germanized %s package"
|
8922 |
msgstr ""
|
8923 |
|
8924 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8925 |
msgid "Single Product (Grouped)"
|
8926 |
msgstr ""
|
8927 |
|
8928 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8929 |
msgid "Product Loop"
|
8930 |
msgstr ""
|
8931 |
|
8932 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8933 |
msgid "Cart"
|
8934 |
msgstr ""
|
8935 |
|
8936 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8937 |
msgid "Mini Cart"
|
8938 |
msgstr ""
|
8939 |
|
8940 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
|
|
|
|
|
|
8941 |
msgid "Summary"
|
8942 |
msgstr ""
|
8943 |
|
8944 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8945 |
msgid "Meta"
|
8946 |
msgstr ""
|
8947 |
|
8948 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
8949 |
msgid "After Meta"
|
8950 |
msgstr ""
|
8951 |
|
8952 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8953 |
msgid "Before add to cart"
|
8954 |
msgstr ""
|
8955 |
|
8956 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8957 |
msgid "After add to cart"
|
8958 |
msgstr ""
|
8959 |
|
8960 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8961 |
msgid "After Summary"
|
8962 |
msgstr ""
|
8963 |
|
8964 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8965 |
msgid "Price Column"
|
8966 |
msgstr ""
|
8967 |
|
8968 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8969 |
msgid "Label Column"
|
8970 |
msgstr ""
|
8971 |
|
8972 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8973 |
msgid "Quantity Column"
|
8974 |
msgstr ""
|
8975 |
|
8976 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8977 |
msgid "After Item Title"
|
8978 |
msgstr ""
|
8979 |
|
8980 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8981 |
msgid "Before Item Title"
|
8982 |
msgstr ""
|
8983 |
|
8984 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8985 |
msgid "Item Title"
|
8986 |
msgstr ""
|
8987 |
|
8988 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8989 |
msgid "After Item"
|
8990 |
msgstr ""
|
8991 |
|
8992 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8993 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8994 |
msgid "Item Price"
|
8995 |
msgstr ""
|
8996 |
|
8997 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8998 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8999 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
9000 |
msgid "Item Name"
|
9001 |
msgstr ""
|
9002 |
|
9003 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9004 |
msgid "After Item Name"
|
9005 |
msgstr ""
|
9006 |
|
9007 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9008 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
9009 |
msgid "Subtotal"
|
9010 |
msgstr ""
|
9011 |
|
9012 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
9013 |
msgid "After Item Quantity"
|
9014 |
msgstr ""
|
9015 |
|
9016 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9017 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9018 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9019 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9020 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9021 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
9022 |
msgctxt "shopmark"
|
9023 |
msgid "Unit Price"
|
9024 |
msgstr ""
|
9025 |
|
9026 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9027 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9028 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9029 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9030 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9031 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
9032 |
msgctxt "shopmark"
|
9033 |
msgid "Delivery Time"
|
9034 |
msgstr ""
|
9035 |
|
9036 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9037 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9038 |
msgctxt "shopmark"
|
9039 |
msgid "General"
|
9040 |
msgstr ""
|
9041 |
|
9042 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9043 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9044 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9045 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9046 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9047 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
9048 |
msgctxt "shopmark"
|
9049 |
msgid "Product Units"
|
9050 |
msgstr ""
|
9051 |
|
9052 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9053 |
msgctxt "shopmark"
|
9054 |
msgid "Tax"
|
9055 |
msgstr ""
|
9056 |
|
9057 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9058 |
msgctxt "shopmark"
|
9059 |
msgid "Shipping Costs"
|
9060 |
msgstr ""
|
9061 |
|
9062 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9063 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
9064 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
9065 |
msgctxt "shopmark"
|
9066 |
msgid "Cart Description"
|
9067 |
msgstr ""
|
@@ -9194,12 +9436,12 @@ msgstr ""
|
|
9194 |
msgid "upgrade"
|
9195 |
msgstr ""
|
9196 |
|
9197 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
9198 |
#, php-format
|
9199 |
msgid "This version of the Corona Helper Plugin includes a bug which could lead to tax rates being added multiple times. Please <a href=\"%s\">deactivate</a> the plugin and check our <a href=\"%s\" target=\"_blank\">blog post</a>."
|
9200 |
msgstr ""
|
9201 |
|
9202 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
9203 |
msgid "Pease wait while we are trying to redirect you to the payment provider."
|
9204 |
msgstr ""
|
9205 |
|
@@ -9506,7 +9748,7 @@ msgstr ""
|
|
9506 |
|
9507 |
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:316
|
9508 |
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:588
|
9509 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:
|
9510 |
msgctxt "trusted-shops"
|
9511 |
msgid "here"
|
9512 |
msgstr ""
|
@@ -9892,64 +10134,64 @@ msgctxt "trusted-shops"
|
|
9892 |
msgid "To the Trusted Shops Review Collector"
|
9893 |
msgstr ""
|
9894 |
|
9895 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:
|
9896 |
msgctxt "trusted-shops"
|
9897 |
msgid "Review Collector"
|
9898 |
msgstr ""
|
9899 |
|
9900 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:
|
9901 |
#, php-format
|
9902 |
msgctxt "trusted-shops"
|
9903 |
msgid "Want to collect reviews for orders that were placed before your Trusted Shops Integration? No problem. Export old orders here and upload them in your %s."
|
9904 |
msgstr ""
|
9905 |
|
9906 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:
|
9907 |
msgctxt "trusted-shops"
|
9908 |
msgid "My Trusted Shops account"
|
9909 |
msgstr ""
|
9910 |
|
9911 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:
|
9912 |
msgctxt "trusted-shops"
|
9913 |
msgid "Export orders"
|
9914 |
msgstr ""
|
9915 |
|
9916 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:
|
9917 |
msgctxt "trusted-shops"
|
9918 |
msgid "Export your customer and order information of the last x days and upload them in your My Trusted Shops Account."
|
9919 |
msgstr ""
|
9920 |
|
9921 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:
|
9922 |
msgctxt "trusted-shops"
|
9923 |
msgid "30 days"
|
9924 |
msgstr ""
|
9925 |
|
9926 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:
|
9927 |
msgctxt "trusted-shops"
|
9928 |
msgid "60 days"
|
9929 |
msgstr ""
|
9930 |
|
9931 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:
|
9932 |
msgctxt "trusted-shops"
|
9933 |
msgid "90 days"
|
9934 |
msgstr ""
|
9935 |
|
9936 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:
|
9937 |
#, php-format
|
9938 |
msgctxt "trusted-shops"
|
9939 |
msgid "Upload customer and order information %s."
|
9940 |
msgstr ""
|
9941 |
|
9942 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:
|
9943 |
msgctxt "trusted-shops"
|
9944 |
msgid "Days until reminder mail"
|
9945 |
msgstr ""
|
9946 |
|
9947 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:
|
9948 |
msgctxt "trusted-shops"
|
9949 |
msgid "Set the number of days to wait after the order date before having a Review Request sent to your customers."
|
9950 |
msgstr ""
|
9951 |
|
9952 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:
|
9953 |
msgctxt "trusted-shops"
|
9954 |
msgid "Start export"
|
9955 |
msgstr ""
|
@@ -10055,7 +10297,7 @@ msgctxt "trusted-shops"
|
|
10055 |
msgid "Title"
|
10056 |
msgstr ""
|
10057 |
|
10058 |
-
#: woocommerce-trusted-shops/src/Package.php:
|
10059 |
msgctxt "trusted-shops"
|
10060 |
msgid "Trustbadge Reviews for WooCommerce needs at least WooCommerce version 3.1 to run."
|
10061 |
msgstr ""
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"POT-Creation-Date: 2022-01-04 11:31+0100\n"
|
14 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
17 |
"X-Poedit-Basepath: ../../..\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
+
"X-Generator: Poedit 3.0\n"
|
20 |
"X-Poedit-WPHeader: woocommerce-germanized/woocommerce-germanized.php\n"
|
21 |
"X-Poedit-SearchPath-0: woocommerce-germanized\n"
|
22 |
"X-Poedit-SearchPath-1: woocommerce-germanized-shipments\n"
|
76 |
msgid "Delivery threshold reached (OSS)"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: one-stop-shop-woocommerce/src/Admin.php:445
|
80 |
#: one-stop-shop-woocommerce/src/SettingsPage.php:17
|
81 |
msgctxt "oss"
|
82 |
msgid "OSS"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: one-stop-shop-woocommerce/src/Admin.php:445
|
86 |
+
#: one-stop-shop-woocommerce/src/Admin.php:563
|
87 |
#: one-stop-shop-woocommerce/src/SettingsPage.php:23
|
88 |
msgctxt "oss"
|
89 |
msgid "One Stop Shop"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: one-stop-shop-woocommerce/src/Admin.php:466
|
93 |
+
#: one-stop-shop-woocommerce/src/Package.php:353
|
94 |
#, php-format
|
95 |
msgctxt "oss"
|
96 |
msgid "Q%1$s/%2$s"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: one-stop-shop-woocommerce/src/Admin.php:475
|
100 |
+
#: one-stop-shop-woocommerce/src/Package.php:358
|
101 |
#, php-format
|
102 |
msgctxt "oss"
|
103 |
msgid "%1$s/%2$s"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: one-stop-shop-woocommerce/src/Admin.php:483
|
107 |
msgctxt "oss"
|
108 |
msgid "New Report"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: one-stop-shop-woocommerce/src/Admin.php:490
|
112 |
msgctxt "oss"
|
113 |
msgid "Type"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: one-stop-shop-woocommerce/src/Admin.php:502
|
117 |
msgctxt "oss"
|
118 |
msgid "Year"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: one-stop-shop-woocommerce/src/Admin.php:514
|
122 |
msgctxt "oss"
|
123 |
msgid "Quarter"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: one-stop-shop-woocommerce/src/Admin.php:526
|
127 |
msgctxt "oss"
|
128 |
msgid "Month"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: one-stop-shop-woocommerce/src/Admin.php:538
|
132 |
msgctxt "oss"
|
133 |
msgid "Date range"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: one-stop-shop-woocommerce/src/Admin.php:550
|
137 |
msgctxt "oss"
|
138 |
msgid "Start report"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: one-stop-shop-woocommerce/src/Admin.php:564
|
142 |
msgctxt "oss"
|
143 |
msgid "New report"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: one-stop-shop-woocommerce/src/Admin.php:606
|
147 |
msgctxt "oss"
|
148 |
msgid "View"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: one-stop-shop-woocommerce/src/Admin.php:610
|
152 |
msgctxt "oss"
|
153 |
msgid "Export"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: one-stop-shop-woocommerce/src/Admin.php:614
|
157 |
msgctxt "oss"
|
158 |
msgid "Refresh"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: one-stop-shop-woocommerce/src/Admin.php:618
|
162 |
msgctxt "oss"
|
163 |
msgid "Delete"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: one-stop-shop-woocommerce/src/Admin.php:624
|
167 |
msgctxt "oss"
|
168 |
msgid "Cancel"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: one-stop-shop-woocommerce/src/Admin.php:653
|
172 |
msgctxt "oss"
|
173 |
msgid "Country"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: one-stop-shop-woocommerce/src/Admin.php:654
|
177 |
msgctxt "oss"
|
178 |
msgid "Tax Rate"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: one-stop-shop-woocommerce/src/Admin.php:655
|
182 |
msgctxt "oss"
|
183 |
msgid "Net Total"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: one-stop-shop-woocommerce/src/Admin.php:656
|
187 |
msgctxt "oss"
|
188 |
msgid "Tax Total"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: one-stop-shop-woocommerce/src/Admin.php:687
|
192 |
#, php-format
|
193 |
msgctxt "oss"
|
194 |
msgid "%1$s %%"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: one-stop-shop-woocommerce/src/Admin.php:699
|
198 |
#, php-format
|
199 |
msgctxt "oss"
|
200 |
msgid "Currently processed %1$s orders. Next iteration is scheduled for %2$s. <a href=\"%3$s\">Find pending actions</a>"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: one-stop-shop-woocommerce/src/Admin.php:699
|
204 |
msgctxt "oss"
|
205 |
msgid "Not yet known"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: one-stop-shop-woocommerce/src/Admin.php:730
|
209 |
#: one-stop-shop-woocommerce/src/ReportTable.php:39
|
210 |
#: one-stop-shop-woocommerce/src/SettingsPage.php:23
|
211 |
msgctxt "oss"
|
217 |
msgid "Dismiss"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: one-stop-shop-woocommerce/src/AsyncReportGenerator.php:253
|
221 |
msgctxt "oss"
|
222 |
msgid "No orders found."
|
223 |
msgstr ""
|
267 |
msgid "See details"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: one-stop-shop-woocommerce/src/Package.php:169
|
271 |
msgctxt "oss"
|
272 |
msgid "To use the OSS for WooCommerce plugin please make sure that WooCommerce is installed and activated."
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: one-stop-shop-woocommerce/src/Package.php:338
|
276 |
#: one-stop-shop-woocommerce/src/ReportTable.php:40
|
277 |
msgctxt "oss"
|
278 |
msgid "Report"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: one-stop-shop-woocommerce/src/Package.php:362
|
282 |
#, php-format
|
283 |
msgctxt "oss"
|
284 |
msgid "%1$s"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: one-stop-shop-woocommerce/src/Package.php:367
|
288 |
#, php-format
|
289 |
msgctxt "oss"
|
290 |
msgid "%1$s - %2$s"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: one-stop-shop-woocommerce/src/Package.php:372
|
294 |
#, php-format
|
295 |
msgctxt "oss"
|
296 |
msgid "Observer %1$s"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: one-stop-shop-woocommerce/src/Package.php:608
|
300 |
msgctxt "oss"
|
301 |
msgid "Quarterly"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: one-stop-shop-woocommerce/src/Package.php:609
|
305 |
msgctxt "oss"
|
306 |
msgid "Yearly"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: one-stop-shop-woocommerce/src/Package.php:610
|
310 |
msgctxt "oss"
|
311 |
msgid "Monthly"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: one-stop-shop-woocommerce/src/Package.php:611
|
315 |
msgctxt "oss"
|
316 |
msgid "Custom"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: one-stop-shop-woocommerce/src/Package.php:615
|
320 |
msgctxt "oss"
|
321 |
msgid "Observer"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: one-stop-shop-woocommerce/src/Package.php:629
|
325 |
msgctxt "oss"
|
326 |
msgid "Pending"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: one-stop-shop-woocommerce/src/Package.php:630
|
330 |
msgctxt "oss"
|
331 |
msgid "Completed"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: one-stop-shop-woocommerce/src/Package.php:631
|
335 |
msgctxt "oss"
|
336 |
msgid "Failed"
|
337 |
msgstr ""
|
463 |
msgid "Participation"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: one-stop-shop-woocommerce/src/Settings.php:67
|
467 |
+
msgctxt "oss"
|
468 |
+
msgid "Report Order Date"
|
469 |
+
msgstr ""
|
470 |
+
|
471 |
+
#: one-stop-shop-woocommerce/src/Settings.php:68
|
472 |
+
msgctxt "oss"
|
473 |
+
msgid "Select the relevant order date to be used to determine whether to include an order in a report."
|
474 |
+
msgstr ""
|
475 |
+
|
476 |
+
#: one-stop-shop-woocommerce/src/Settings.php:73
|
477 |
+
msgctxt "oss"
|
478 |
+
msgid "Date paid"
|
479 |
+
msgstr ""
|
480 |
+
|
481 |
+
#: one-stop-shop-woocommerce/src/Settings.php:74
|
482 |
+
msgctxt "oss"
|
483 |
+
msgid "Date created"
|
484 |
+
msgstr ""
|
485 |
+
|
486 |
+
#: one-stop-shop-woocommerce/src/Settings.php:82
|
487 |
msgctxt "oss"
|
488 |
msgid "Fixed gross prices"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: one-stop-shop-woocommerce/src/Settings.php:83
|
492 |
msgctxt "oss"
|
493 |
+
msgid "Apply the same gross price regardless of the tax rate for EU countries."
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: one-stop-shop-woocommerce/src/Settings.php:83
|
497 |
msgctxt "oss"
|
498 |
msgid "This option will make sure that your customers pay the same price no matter the tax rate (based on the country chosen) to be applied."
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: one-stop-shop-woocommerce/src/Settings.php:89
|
502 |
+
msgctxt "oss"
|
503 |
+
msgid "Third countries"
|
504 |
+
msgstr ""
|
505 |
+
|
506 |
+
#: one-stop-shop-woocommerce/src/Settings.php:90
|
507 |
+
msgctxt "oss"
|
508 |
+
msgid "Apply the same gross price for third countries too."
|
509 |
+
msgstr ""
|
510 |
+
|
511 |
+
#: one-stop-shop-woocommerce/src/Settings.php:114
|
512 |
+
#: one-stop-shop-woocommerce/src/Settings.php:115
|
513 |
msgctxt "oss"
|
514 |
msgid "Are you sure? Please backup your tax rates before proceeding."
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: one-stop-shop-woocommerce/src/Settings.php:114
|
518 |
msgctxt "oss"
|
519 |
msgid "End OSS participation"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: one-stop-shop-woocommerce/src/Settings.php:114
|
523 |
msgctxt "oss"
|
524 |
msgid "Start OSS participation"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: one-stop-shop-woocommerce/src/Settings.php:115
|
528 |
+
msgctxt "oss"
|
529 |
+
msgid "refresh VAT rates"
|
530 |
+
msgstr ""
|
531 |
+
|
532 |
+
#: one-stop-shop-woocommerce/src/Settings.php:116
|
533 |
msgctxt "oss"
|
534 |
msgid "learn more"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: one-stop-shop-woocommerce/src/Settings.php:118
|
538 |
msgctxt "oss"
|
539 |
msgid "Use this option to automatically adjust tax-related options in WooCommerce. Warning: This option will delete your current tax rates and add new tax rates based on your OSS participation status."
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: one-stop-shop-woocommerce/src/Settings.php:150
|
543 |
msgctxt "oss"
|
544 |
msgid "See status"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: one-stop-shop-woocommerce/src/Settings.php:150
|
548 |
msgctxt "oss"
|
549 |
msgid "Start initial report"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: one-stop-shop-woocommerce/src/Settings.php:151
|
553 |
#, php-format
|
554 |
msgctxt "oss"
|
555 |
msgid "Report not yet completed. %s"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: one-stop-shop-woocommerce/src/Settings.php:151
|
559 |
#, php-format
|
560 |
msgctxt "oss"
|
561 |
msgid "Report not yet started. %s"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: one-stop-shop-woocommerce/src/Settings.php:169
|
565 |
msgctxt "oss-amounts"
|
566 |
msgid "of"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: one-stop-shop-woocommerce/src/Settings.php:169
|
570 |
#, php-format
|
571 |
msgctxt "oss"
|
572 |
msgid "As of: %s"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: one-stop-shop-woocommerce/src/Settings.php:169
|
576 |
msgctxt "oss"
|
577 |
msgid "see details"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: one-stop-shop-woocommerce/src/Settings.php:170
|
581 |
#, php-format
|
582 |
msgctxt "oss"
|
583 |
msgid "This value indicates your current net total amount applicable for the One Stop Shop procedure delivery threshold of the current year. You should take action in case the delivery threshold is or is close to being exceeded. <a href=\"%s\">Find out more</a> about the calculation."
|
588 |
msgid "Learn More"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: one-stop-shop-woocommerce/src/Tax.php:377
|
592 |
+
#: one-stop-shop-woocommerce/src/Tax.php:435
|
593 |
#, php-format
|
594 |
msgctxt "oss"
|
595 |
msgid "Tax class (%s)"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: one-stop-shop-woocommerce/src/Tax.php:378
|
599 |
msgctxt "oss"
|
600 |
msgid "Same as parent"
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: one-stop-shop-woocommerce/src/Tax.php:380
|
604 |
+
#: one-stop-shop-woocommerce/src/Tax.php:413
|
605 |
+
#: one-stop-shop-woocommerce/src/Tax.php:437
|
606 |
+
#: one-stop-shop-woocommerce/src/Tax.php:471
|
607 |
msgctxt "oss"
|
608 |
msgid "remove"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: one-stop-shop-woocommerce/src/Tax.php:390
|
612 |
+
#: one-stop-shop-woocommerce/src/Tax.php:448
|
613 |
msgctxt "oss"
|
614 |
msgid "Add country specific tax class (OSS)"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: one-stop-shop-woocommerce/src/Tax.php:397
|
618 |
+
#: one-stop-shop-woocommerce/src/Tax.php:455
|
619 |
msgctxt "oss"
|
620 |
msgid "Select country"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: one-stop-shop-woocommerce/src/Tax.php:554
|
624 |
+
#: one-stop-shop-woocommerce/src/Tax.php:719
|
625 |
msgid "Reduced rate"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: one-stop-shop-woocommerce/src/Tax.php:557
|
629 |
+
#: one-stop-shop-woocommerce/src/Tax.php:711
|
630 |
msgctxt "oss"
|
631 |
msgid "Greater reduced rate"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: one-stop-shop-woocommerce/src/Tax.php:560
|
635 |
+
#: one-stop-shop-woocommerce/src/Tax.php:715
|
636 |
msgctxt "oss"
|
637 |
msgid "Super reduced rate"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: one-stop-shop-woocommerce/src/Tax.php:920
|
641 |
msgctxt "oss"
|
642 |
msgid "Madeira"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: one-stop-shop-woocommerce/src/Tax.php:927
|
646 |
msgctxt "oss"
|
647 |
msgid "Acores"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: one-stop-shop-woocommerce/src/Tax.php:963
|
651 |
msgctxt "oss"
|
652 |
msgid "Northern Ireland"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: one-stop-shop-woocommerce/src/Tax.php:976
|
656 |
msgctxt "oss-tax-rate-import"
|
657 |
msgid "Exempt"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: one-stop-shop-woocommerce/src/Tax.php:1042
|
661 |
#, php-format
|
662 |
msgctxt "oss-tax-rate-import"
|
663 |
msgid "VAT %1$s %% %2$s"
|
690 |
msgid "Your OSS delivery threshold of %1$s has been reached. Please take action immediately. Visit the OSS Settings Panel (%2$s) for details."
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:75
|
694 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:270
|
695 |
msgctxt "dhl day context"
|
696 |
msgid "None"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:106
|
700 |
msgctxt "dhl"
|
701 |
msgid "Delivery Duty Unpaid"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:107
|
705 |
msgctxt "dhl"
|
706 |
msgid "Delivery Duty Paid"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:108
|
710 |
msgctxt "dhl"
|
711 |
msgid "Delivery Duty Paid (excl. VAT )"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:109
|
715 |
msgctxt "dhl"
|
716 |
msgid "Delivery Duty Paid (excl. Duties, taxes and VAT)"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:137
|
720 |
msgctxt "age context"
|
721 |
msgid "None"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:138
|
725 |
msgctxt "dhl"
|
726 |
msgid "Minimum age of 16"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:139
|
730 |
msgctxt "dhl"
|
731 |
msgid "Minimum age of 18"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:170
|
735 |
msgctxt "dhl"
|
736 |
msgid "Shipment #{shipment_id} to order {order_id}"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:206
|
740 |
msgctxt "dhl"
|
741 |
msgid "Return #{shipment_id} to order {order_id}"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:222
|
745 |
msgctxt "dhl"
|
746 |
msgid "Return shipment #{shipment_id} to order #{order_id}"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:291
|
750 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:890
|
751 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1071
|
752 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1755
|
753 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
|
754 |
msgctxt "dhl"
|
755 |
msgid "Packstation"
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:292
|
759 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:293
|
760 |
msgctxt "dhl"
|
761 |
msgid "Postfiliale"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:699
|
765 |
msgctxt "dhl"
|
766 |
msgid "DHL Retoure International A"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:700
|
770 |
msgctxt "dhl"
|
771 |
msgid "DHL Retoure International B"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:709
|
775 |
msgctxt "dhl"
|
776 |
msgid "DHL Retoure Online"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:725
|
780 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:745
|
781 |
msgctxt "dhl"
|
782 |
msgid "DHL Paket International"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:746
|
786 |
msgctxt "dhl"
|
787 |
msgid "DHL Paket Connect"
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:747
|
791 |
msgctxt "dhl"
|
792 |
msgid "DHL Europaket (B2B)"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:816
|
796 |
msgctxt "dhl"
|
797 |
msgid "DHL Paket"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:817
|
801 |
msgctxt "dhl"
|
802 |
msgid "DHL Paket PRIO"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:818
|
806 |
msgctxt "dhl"
|
807 |
msgid "DHL Paket Taggleich"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:819
|
811 |
msgctxt "dhl"
|
812 |
msgid "DHL Warenpost"
|
813 |
msgstr ""
|
895 |
msgstr ""
|
896 |
|
897 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
898 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1219
|
899 |
msgctxt "dhl"
|
900 |
msgid "Monday"
|
901 |
msgstr ""
|
902 |
|
903 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
904 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1231
|
905 |
msgctxt "dhl"
|
906 |
msgid "Tuesday"
|
907 |
msgstr ""
|
908 |
|
909 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
910 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1242
|
911 |
msgctxt "dhl"
|
912 |
msgid "Wednesday"
|
913 |
msgstr ""
|
914 |
|
915 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
916 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1253
|
917 |
msgctxt "dhl"
|
918 |
msgid "Thursday"
|
919 |
msgstr ""
|
920 |
|
921 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
922 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1264
|
923 |
msgctxt "dhl"
|
924 |
msgid "Friday"
|
925 |
msgstr ""
|
926 |
|
927 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
928 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1275
|
929 |
msgctxt "dhl"
|
930 |
msgid "Saturday"
|
931 |
msgstr ""
|
993 |
|
994 |
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:45
|
995 |
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:51
|
996 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:537
|
997 |
msgctxt "dhl"
|
998 |
msgid "Error while fetching label PDF"
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:86
|
1002 |
msgctxt "dhl"
|
1003 |
msgid "Missing shipment"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:219
|
1007 |
msgctxt "dhl"
|
1008 |
msgid "Invalid API response"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:241
|
1012 |
msgctxt "dhl"
|
1013 |
msgid "Error while authenticating user."
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:329
|
1017 |
msgctxt "dhl"
|
1018 |
msgid "Error during Warenpost International request."
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:351
|
1022 |
#, php-format
|
1023 |
msgctxt "dhl"
|
1024 |
msgid "Error during request: %s"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:64
|
1028 |
+
msgctxt "dhl"
|
1029 |
+
msgid "Internetmarke is disabled. Please enable Internetmarke."
|
1030 |
+
msgstr ""
|
1031 |
+
|
1032 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:72
|
1033 |
#: woocommerce-germanized-dhl/src/Api/Soap.php:54
|
1034 |
+
#: woocommerce-germanized-dhl/src/Package.php:103
|
1035 |
#, php-format
|
1036 |
msgctxt "dhl"
|
1037 |
msgid "To enable communication between your shop and DHL, the PHP <a href=\"%s\">SOAPClient</a> is required. Please contact your host and make sure that SOAPClient is <a href=\"%s\">installed</a>."
|
1038 |
msgstr ""
|
1039 |
|
1040 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:78
|
1041 |
#, php-format
|
1042 |
msgctxt "dhl"
|
1043 |
msgid "Error while instantiating main Internetmarke API: %s"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:90
|
|
|
|
|
|
|
|
|
|
|
1047 |
msgctxt "dhl"
|
1048 |
msgid "Wrong username or password"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:277
|
1052 |
#, php-format
|
1053 |
msgctxt "dhl"
|
1054 |
msgid "until %s"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:378
|
1058 |
#, php-format
|
1059 |
msgctxt "dhl"
|
1060 |
msgid "Length: %s"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:382
|
1064 |
#, php-format
|
1065 |
msgctxt "dhl"
|
1066 |
msgid "Width: %s"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:386
|
1070 |
#, php-format
|
1071 |
msgctxt "dhl"
|
1072 |
msgid "Height: %s"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:390
|
1076 |
#, php-format
|
1077 |
msgctxt "dhl"
|
1078 |
msgid "Weight: %s"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:395
|
1082 |
msgctxt "dhl"
|
1083 |
msgid "Total"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:591
|
1087 |
#, php-format
|
1088 |
msgctxt "dhl"
|
1089 |
msgid "Could not refund post label: %s"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:605
|
1093 |
msgctxt "dhl"
|
1094 |
msgid "Refund API could not be instantiated"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:727
|
1098 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:332
|
1099 |
#: woocommerce-germanized-dhl/src/Api/ReturnRest.php:34
|
1100 |
#, php-format
|
1101 |
msgctxt "dhl"
|
1102 |
msgid "Could not fetch shipment %d."
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:742
|
1106 |
msgctxt "dhl"
|
1107 |
msgid "Error while generating shop order id."
|
1108 |
msgstr ""
|
1109 |
|
1110 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:778
|
1111 |
#, php-format
|
1112 |
msgctxt "dhl"
|
1113 |
msgid "Error while trying to purchase the stamp. Please manually <a href=\"%s\">refresh</a> your product database and try again."
|
1114 |
msgstr ""
|
1115 |
|
1116 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:816
|
1117 |
msgctxt "dhl"
|
1118 |
msgid "Error while downloading the PDF stamp."
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: woocommerce-germanized-dhl/src/Api/Internetmarke.php:823
|
1122 |
msgctxt "dhl"
|
1123 |
msgid "Invalid stamp response."
|
1124 |
msgstr ""
|
1125 |
|
1126 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:116
|
1127 |
msgctxt "dhl"
|
1128 |
msgid "Your DHL API credentials seem to be invalid. Please check your DHL settings."
|
1129 |
msgstr ""
|
1130 |
|
1131 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:120
|
1132 |
msgctxt "dhl"
|
1133 |
msgid "Your products are missing data relevant for custom declarations. Please provide missing DHL fields (country of origin, HS code) in your product data > shipping tab."
|
1134 |
msgstr ""
|
1135 |
|
1136 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:130
|
1137 |
#, php-format
|
1138 |
msgctxt "dhl"
|
1139 |
msgid "There was an error contacting the DHL API: %s."
|
1140 |
msgstr ""
|
1141 |
|
1142 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:133
|
1143 |
msgctxt "dhl"
|
1144 |
msgid "An error ocurred while contacting the DHL API. Please consider enabling the sandbox mode."
|
1145 |
msgstr ""
|
1146 |
|
1147 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:155
|
1148 |
msgctxt "dhl"
|
1149 |
msgid "There was an error generating the label. Please try again or consider switching to sandbox mode."
|
1150 |
msgstr ""
|
1151 |
|
1152 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:235
|
1153 |
#: woocommerce-germanized-dhl/src/Api/ReturnRest.php:155
|
1154 |
msgctxt "dhl"
|
1155 |
msgid "Error while creating and uploading the label"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:279
|
1159 |
#, php-format
|
1160 |
msgctxt "dhl"
|
1161 |
msgid "Could not delete label - %s"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:310
|
1165 |
msgctxt "dhl"
|
1166 |
msgid "Could not create account number - no product number."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:543
|
1170 |
#, php-format
|
1171 |
msgctxt "dhl"
|
1172 |
+
msgid "Your shipper address is incomplete (%1$s). Please validate your <a href=\"%2$s\">settings</a> and try again."
|
1173 |
msgstr ""
|
1174 |
|
1175 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:647
|
1176 |
#, php-format
|
1177 |
msgctxt "dhl"
|
1178 |
msgid "Only %s shipment items can be processed, your shipment has %s items."
|
1204 |
msgid "Parcel API not available"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:245
|
1208 |
msgctxt "dhl"
|
1209 |
msgid "Mon"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:246
|
1213 |
msgctxt "dhl"
|
1214 |
msgid "Tue"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:247
|
1218 |
msgctxt "dhl"
|
1219 |
msgid "Wed"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:248
|
1223 |
msgctxt "dhl"
|
1224 |
msgid "Thu"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:249
|
1228 |
msgctxt "dhl"
|
1229 |
msgid "Fri"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:250
|
1233 |
msgctxt "dhl"
|
1234 |
msgid "Sat"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:251
|
1238 |
msgctxt "dhl"
|
1239 |
msgid "Sun"
|
1240 |
msgstr ""
|
1307 |
msgid "Invalid label."
|
1308 |
msgstr ""
|
1309 |
|
1310 |
+
#: woocommerce-germanized-dhl/src/Package.php:1032
|
1311 |
msgctxt "dhl"
|
1312 |
msgid "Germany"
|
1313 |
msgstr ""
|
1448 |
msgstr ""
|
1449 |
|
1450 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
1451 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:242
|
1452 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1155
|
1453 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1708
|
1454 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
|
1455 |
msgctxt "dhl"
|
1456 |
+
msgid "Delivery day"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:36
|
1460 |
msgctxt "dhl"
|
1461 |
+
msgid "Delivery time"
|
1462 |
msgstr ""
|
1463 |
|
1464 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
1465 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:252
|
1466 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1177
|
1467 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1736
|
1468 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
|
1469 |
msgctxt "dhl"
|
1470 |
+
msgid "Drop-off location"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
1474 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:264
|
1475 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1186
|
1476 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:82
|
1477 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
|
1478 |
msgctxt "dhl"
|
1479 |
+
msgid "Neighbor"
|
1480 |
msgstr ""
|
1481 |
|
1482 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:133
|
1483 |
msgctxt "dhl"
|
1484 |
+
msgid "DHL Delivery day"
|
1485 |
msgstr ""
|
1486 |
|
1487 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:276
|
1488 |
msgctxt "dhl"
|
1489 |
+
msgid "Sorry, but the delivery day you have chosen is no longer available."
|
1490 |
msgstr ""
|
1491 |
|
1492 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:299
|
1493 |
msgctxt "dhl"
|
1494 |
+
msgid "Please choose a drop-off location."
|
1495 |
msgstr ""
|
1496 |
|
1497 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:311
|
1501 |
|
1502 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:31
|
1503 |
msgctxt "dhl"
|
1504 |
+
msgid "Complete DHL integration supporting labels and preferred delivery."
|
1505 |
msgstr ""
|
1506 |
|
1507 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:133
|
1508 |
msgctxt "dhl"
|
1509 |
msgid "Parcel Pickup"
|
1510 |
msgstr ""
|
1511 |
|
1512 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:134
|
1513 |
msgctxt "dhl"
|
1514 |
+
msgid "Preferred delivery"
|
1515 |
msgstr ""
|
1516 |
|
1517 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:150
|
1518 |
msgctxt "dhl"
|
1519 |
msgid "Receiver"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:174
|
1523 |
msgctxt "dhl"
|
1524 |
msgid "COD Amount"
|
1525 |
msgstr ""
|
1526 |
|
1527 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:187
|
1528 |
msgctxt "dhl"
|
1529 |
msgid "Duties"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:199
|
1533 |
msgctxt "dhl"
|
1534 |
msgid "Valid address only"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:211
|
1538 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1438
|
1539 |
msgctxt "dhl"
|
1540 |
msgid "GoGreen"
|
1541 |
msgstr ""
|
1542 |
|
1543 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:220
|
1544 |
msgctxt "dhl"
|
1545 |
msgid "Additional insurance"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:276
|
1549 |
msgctxt "dhl"
|
1550 |
msgid "Create inlay return label"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:286
|
1554 |
msgctxt "dhl"
|
1555 |
msgid "Name"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:295
|
1559 |
msgctxt "dhl"
|
1560 |
msgid "Company"
|
1561 |
msgstr ""
|
1562 |
|
1563 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:308
|
1564 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:602
|
1565 |
msgctxt "dhl"
|
1566 |
msgid "Street"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:317
|
1570 |
msgctxt "dhl"
|
1571 |
msgid "Street No"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:330
|
1575 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:603
|
1576 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:27
|
1577 |
msgctxt "dhl"
|
1578 |
msgid "Postcode"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:339
|
1582 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:604
|
1583 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:30
|
1584 |
msgctxt "dhl"
|
1585 |
msgid "City"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:352
|
1589 |
msgctxt "dhl"
|
1590 |
msgid "Phone"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:361
|
1594 |
msgctxt "dhl"
|
1595 |
msgid "Email"
|
1596 |
msgstr ""
|
1597 |
|
1598 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:377
|
1599 |
msgctxt "dhl"
|
1600 |
msgid "Age check"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:390
|
1604 |
msgctxt "dhl"
|
1605 |
msgid "Retail outlet routing"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:404
|
1609 |
msgctxt "dhl"
|
1610 |
msgid "No neighbor"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:417
|
1614 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1470
|
1615 |
msgctxt "dhl"
|
1616 |
msgid "Named person only"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:426
|
1620 |
msgctxt "dhl"
|
1621 |
msgid "Bulky goods"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:435
|
1625 |
msgctxt "dhl"
|
1626 |
msgid "Identity check"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:449
|
1630 |
msgctxt "dhl"
|
1631 |
msgid "Date of Birth"
|
1632 |
msgstr ""
|
1633 |
|
1634 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:460
|
1635 |
msgctxt "dhl"
|
1636 |
msgid "Minimum age"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:476
|
1640 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1520
|
1641 |
msgctxt "dhl"
|
1642 |
msgid "Premium"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:537
|
1646 |
msgctxt "dhl"
|
1647 |
msgid "Receiver is missing or does not exist."
|
1648 |
msgstr ""
|
1649 |
|
1650 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:609
|
1651 |
#, php-format
|
1652 |
msgctxt "dhl"
|
1653 |
msgid "%s of the return address is a mandatory field."
|
1654 |
msgstr ""
|
1655 |
|
1656 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:614
|
1657 |
msgctxt "dhl"
|
1658 |
msgid "Please either add a return company or name."
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:634
|
1662 |
msgctxt "dhl"
|
1663 |
+
msgid "Error while parsing delivery day."
|
1664 |
msgstr ""
|
1665 |
|
1666 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:661
|
1667 |
msgctxt "dhl"
|
1668 |
msgid "The visual min age check is invalid."
|
1669 |
msgstr ""
|
1670 |
|
1671 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:685
|
1672 |
msgctxt "dhl"
|
1673 |
msgid "The ident min age check is invalid."
|
1674 |
msgstr ""
|
1675 |
|
1676 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:690
|
1677 |
msgctxt "dhl"
|
1678 |
msgid "There was an error parsing the date of birth for the identity check."
|
1679 |
msgstr ""
|
1680 |
|
1681 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:695
|
1682 |
msgctxt "dhl"
|
1683 |
msgid "Either a minimum age or a date of birth must be added to the ident check."
|
1684 |
msgstr ""
|
1685 |
|
1686 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:712
|
1687 |
#, php-format
|
1688 |
msgctxt "dhl"
|
1689 |
msgid "%s duties element does not exist."
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:969
|
1693 |
msgctxt "dhl"
|
1694 |
msgid "Customer Number (EKP)"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:971
|
1698 |
#, php-format
|
1699 |
msgctxt "dhl"
|
1700 |
msgid "Your 10 digits DHL customer number, also called \"EKP\". Find your %s in the DHL business portal."
|
1701 |
msgstr ""
|
1702 |
|
1703 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:971
|
1704 |
msgctxt "dhl"
|
1705 |
msgid "customer number"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:980
|
1709 |
msgctxt "dhl"
|
1710 |
msgid "API"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:983
|
1714 |
msgctxt "dhl"
|
1715 |
msgid "Enable Sandbox"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:984
|
1719 |
msgctxt "dhl"
|
1720 |
msgid "Activate Sandbox mode for testing purposes."
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:991
|
1724 |
msgctxt "dhl"
|
1725 |
msgid "Live Username"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:993
|
1729 |
#, php-format
|
1730 |
msgctxt "dhl"
|
1731 |
msgid "Your username (<strong>not</strong> your email address) to the DHL business customer portal. Please make sure to test your access data in advance %s."
|
1732 |
msgstr ""
|
1733 |
|
1734 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:993
|
1735 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1003
|
1736 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1012
|
1737 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1021
|
1738 |
msgctxt "dhl"
|
1739 |
msgid "here"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1001
|
1743 |
msgctxt "dhl"
|
1744 |
msgid "Live Password"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1003
|
1748 |
#, php-format
|
1749 |
msgctxt "dhl"
|
1750 |
msgid "Your password to the DHL business customer portal. Please note the new assignment of the password to 3 (Standard User) or 12 (System User) months and make sure to test your access data in advance %s."
|
1751 |
msgstr ""
|
1752 |
|
1753 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1010
|
1754 |
msgctxt "dhl"
|
1755 |
msgid "Sandbox Username"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1012
|
1759 |
#, php-format
|
1760 |
msgctxt "dhl"
|
1761 |
msgid "Your username (<strong>not</strong> your email address) to the DHL developer portal. Please make sure to test your access data in advance %s."
|
1762 |
msgstr ""
|
1763 |
|
1764 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1019
|
1765 |
msgctxt "dhl"
|
1766 |
msgid "Sandbox Password"
|
1767 |
msgstr ""
|
1768 |
|
1769 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1021
|
1770 |
#, php-format
|
1771 |
msgctxt "dhl"
|
1772 |
msgid "Your password for the DHL developer portal. Please test your access data in advance %s."
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1029
|
1776 |
msgctxt "dhl"
|
1777 |
msgid "Products and Participation Numbers"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1046
|
1781 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1402
|
1782 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1642
|
1783 |
msgctxt "dhl"
|
1784 |
msgid "Inlay Returns"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1058
|
1788 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:142
|
1789 |
msgctxt "dhl"
|
1790 |
msgid "Tracking"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1072
|
1794 |
msgctxt "dhl"
|
1795 |
msgid "Enable delivery to Packstation."
|
1796 |
msgstr ""
|
1797 |
|
1798 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1073
|
1799 |
msgctxt "dhl"
|
1800 |
msgid "Let customers choose a Packstation as delivery address."
|
1801 |
msgstr ""
|
1802 |
|
1803 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1081
|
1804 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:50
|
1805 |
msgctxt "dhl"
|
1806 |
msgid "Postoffice"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1082
|
1810 |
msgctxt "dhl"
|
1811 |
msgid "Enable delivery to Post Offices."
|
1812 |
msgstr ""
|
1813 |
|
1814 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1083
|
1815 |
msgctxt "dhl"
|
1816 |
msgid "Let customers choose a Post Office as delivery address."
|
1817 |
msgstr ""
|
1818 |
|
1819 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1091
|
1820 |
msgctxt "dhl"
|
1821 |
msgid "Parcel Shop"
|
1822 |
msgstr ""
|
1823 |
|
1824 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1092
|
1825 |
msgctxt "dhl"
|
1826 |
msgid "Enable delivery to Parcel Shops."
|
1827 |
msgstr ""
|
1828 |
|
1829 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1093
|
1830 |
msgctxt "dhl"
|
1831 |
msgid "Let customers choose a Parcel Shop as delivery address."
|
1832 |
msgstr ""
|
1833 |
|
1834 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1101
|
1835 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1769
|
1836 |
msgctxt "dhl"
|
1837 |
msgid "Map"
|
1838 |
msgstr ""
|
1839 |
|
1840 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1102
|
1841 |
msgctxt "dhl"
|
1842 |
msgid "Let customers find a DHL location on a map."
|
1843 |
msgstr ""
|
1844 |
|
1845 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1102
|
1846 |
msgctxt "dhl"
|
1847 |
msgid "Enable this option to let your customers choose a pickup option from a map within the checkout. If this option is disabled a link to the DHL website is placed instead."
|
1848 |
msgstr ""
|
1849 |
|
1850 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1111
|
1851 |
msgctxt "dhl"
|
1852 |
msgid "Google Maps Key"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1116
|
1856 |
#, php-format
|
1857 |
msgctxt "dhl"
|
1858 |
msgid "To integrate a map within your checkout you'll need a valid API key for Google Maps. You may %s."
|
1859 |
msgstr ""
|
1860 |
|
1861 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1116
|
1862 |
msgctxt "dhl"
|
1863 |
msgid "retrieve a new one"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1122
|
1867 |
msgctxt "dhl"
|
1868 |
msgid "Limit results"
|
1869 |
msgstr ""
|
1870 |
|
1871 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1127
|
1872 |
msgctxt "dhl"
|
1873 |
msgid "Limit the number of DHL locations shown on the map"
|
1874 |
msgstr ""
|
1875 |
|
1876 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1156
|
1877 |
msgctxt "dhl"
|
1878 |
+
msgid "Enable delivery day delivery."
|
1879 |
msgstr ""
|
1880 |
|
1881 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1156
|
1882 |
msgctxt "dhl"
|
1883 |
+
msgid "Enabling this option will display options for the user to select their delivery day of delivery during the checkout."
|
1884 |
msgstr ""
|
1885 |
|
1886 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1164
|
1887 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1722
|
1888 |
msgctxt "dhl"
|
1889 |
msgid "Fee"
|
1890 |
msgstr ""
|
1891 |
|
1892 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1166
|
1893 |
msgctxt "dhl"
|
1894 |
+
msgid "Insert gross value as surcharge for delivery day delivery. Insert 0 to offer service for free."
|
1895 |
msgstr ""
|
1896 |
|
1897 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1178
|
1898 |
msgctxt "dhl"
|
1899 |
+
msgid "Enable drop-off location delivery."
|
1900 |
msgstr ""
|
1901 |
|
1902 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1178
|
1903 |
msgctxt "dhl"
|
1904 |
msgid "Enabling this option will display options for the user to select their preferred delivery location during the checkout."
|
1905 |
msgstr ""
|
1906 |
|
1907 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1187
|
1908 |
msgctxt "dhl"
|
1909 |
+
msgid "Enable delivery to a neighbor."
|
1910 |
msgstr ""
|
1911 |
|
1912 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1187
|
1913 |
msgctxt "dhl"
|
1914 |
msgid "Enabling this option will display options for the user to deliver to their preferred neighbor during the checkout."
|
1915 |
msgstr ""
|
1916 |
|
1917 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1195
|
1918 |
msgctxt "dhl"
|
1919 |
msgid "Cut-off time"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1200
|
1923 |
msgctxt "dhl"
|
1924 |
+
msgid "The cut-off time is the latest possible order time up to which the minimum delivery day (day of order + 2 working days) can be guaranteed. As soon as the time is exceeded, the earliest delivery day displayed in the frontend will be shifted to one day later (day of order + 3 working days)."
|
1925 |
msgstr ""
|
1926 |
|
1927 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1206
|
1928 |
msgctxt "dhl"
|
1929 |
msgid "Preparation days"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1211
|
1933 |
msgctxt "dhl"
|
1934 |
+
msgid "If you need more time to prepare your shipments you might want to add a static preparation time to the possible starting date for delivery day delivery."
|
1935 |
msgstr ""
|
1936 |
|
1937 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1218
|
1938 |
msgctxt "dhl"
|
1939 |
msgid "Exclude days of transfer"
|
1940 |
msgstr ""
|
1941 |
|
1942 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1220
|
1943 |
msgctxt "dhl"
|
1944 |
msgid "Exclude days from transferring shipments to DHL."
|
1945 |
msgstr ""
|
1946 |
|
1947 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1286
|
1948 |
msgctxt "dhl"
|
1949 |
msgid "Exclude gateways"
|
1950 |
msgstr ""
|
1951 |
|
1952 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1288
|
1953 |
msgctxt "dhl"
|
1954 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1955 |
msgstr ""
|
1956 |
|
1957 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1312
|
1958 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:178
|
1959 |
msgctxt "dhl"
|
1960 |
msgid "Products"
|
1961 |
msgstr ""
|
1962 |
|
1963 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1315
|
1964 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:198
|
1965 |
msgctxt "dhl"
|
1966 |
msgid "Domestic Default Service"
|
1967 |
msgstr ""
|
1968 |
|
1969 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1320
|
1970 |
msgctxt "dhl"
|
1971 |
msgid "Please select your default DHL shipping service for domestic shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards)."
|
1972 |
msgstr ""
|
1973 |
|
1974 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1326
|
1975 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:209
|
1976 |
msgctxt "dhl"
|
1977 |
msgid "EU Default Service"
|
1978 |
msgstr ""
|
1979 |
|
1980 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1331
|
1981 |
msgctxt "dhl"
|
1982 |
msgid "Please select your default DHL shipping service for EU shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards)."
|
1983 |
msgstr ""
|
1984 |
|
1985 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1337
|
1986 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:220
|
1987 |
msgctxt "dhl"
|
1988 |
msgid "Int. Default Service"
|
1989 |
msgstr ""
|
1990 |
|
1991 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1342
|
1992 |
msgctxt "dhl"
|
1993 |
msgid "Please select your default DHL shipping service for cross-border shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards)."
|
1994 |
msgstr ""
|
1995 |
|
1996 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1348
|
1997 |
msgctxt "dhl"
|
1998 |
msgid "Default Duty"
|
1999 |
msgstr ""
|
2000 |
|
2001 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1353
|
2002 |
msgctxt "dhl"
|
2003 |
msgid "Please select a default duty type."
|
2004 |
msgstr ""
|
2005 |
|
2006 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1360
|
2007 |
msgctxt "dhl"
|
2008 |
msgid "Codeable"
|
2009 |
msgstr ""
|
2010 |
|
2011 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1361
|
2012 |
msgctxt "dhl"
|
2013 |
msgid "Generate label only if address can be automatically retrieved DHL."
|
2014 |
msgstr ""
|
2015 |
|
2016 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1367
|
2017 |
msgctxt "dhl"
|
2018 |
msgid "Choose this option if you want to make sure that by default labels are only generated for codeable addresses."
|
2019 |
msgstr ""
|
2020 |
|
2021 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1371
|
2022 |
msgctxt "dhl"
|
2023 |
msgid "Force email"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1372
|
2027 |
msgctxt "dhl"
|
2028 |
msgid "Force transferring customer email to DHL."
|
2029 |
msgstr ""
|
2030 |
|
2031 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1372
|
2032 |
+
#, php-format
|
2033 |
+
msgctxt "dhl"
|
2034 |
+
msgid "By default the customer email address is only transferred in case explicit consent has been given via a checkbox during checkout. You may force to transfer the customer email address during label creation to make sure your customers receive <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">email notifications by DHL</a>. Make sure to check your privacy policy and seek advice by a lawyer in case of doubt."
|
2035 |
+
msgstr ""
|
2036 |
+
|
2037 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1381
|
2038 |
+
msgctxt "dhl"
|
2039 |
+
msgid "Custom shipper"
|
2040 |
+
msgstr ""
|
2041 |
+
|
2042 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
|
2043 |
+
msgctxt "dhl"
|
2044 |
+
msgid "Use a custom shipper address managed within your DHL business profile."
|
2045 |
+
msgstr ""
|
2046 |
+
|
2047 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
|
2048 |
+
#, php-format
|
2049 |
+
msgctxt "dhl"
|
2050 |
+
msgid "Choose this option if you want to use a <a href=\"%s\" target=\"_blank\">custom address</a> profile managed within your DHL business profile as shipper reference for your labels."
|
2051 |
+
msgstr ""
|
2052 |
+
|
2053 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1391
|
2054 |
+
msgctxt "dhl"
|
2055 |
+
msgid "Shipper reference"
|
2056 |
+
msgstr ""
|
2057 |
+
|
2058 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1392
|
2059 |
+
#, php-format
|
2060 |
msgctxt "dhl"
|
2061 |
+
msgid "Insert the <a href=\"%s\" target=\"_blank\">address reference</a> you have chosen within the DHL business portal for your custom shipper address."
|
2062 |
msgstr ""
|
2063 |
|
2064 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1403
|
2065 |
msgctxt "dhl"
|
2066 |
msgid "Additionally create inlay return labels for shipments that support returns."
|
2067 |
msgstr ""
|
2068 |
|
2069 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1416
|
2070 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1419
|
2071 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1656
|
2072 |
msgctxt "dhl"
|
2073 |
msgid "Retoure"
|
2074 |
msgstr ""
|
2075 |
|
2076 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1416
|
2077 |
#, php-format
|
2078 |
msgctxt "dhl"
|
2079 |
msgid "Adjust handling of return shipments through the DHL Retoure API. Make sure that your %s contains DHL Retoure Online."
|
2080 |
msgstr ""
|
2081 |
|
2082 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1416
|
2083 |
msgctxt "dhl"
|
2084 |
msgid "contract"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1420
|
2088 |
msgctxt "dhl"
|
2089 |
msgid "Enable creating labels for return shipments."
|
2090 |
msgstr ""
|
2091 |
|
2092 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1420
|
2093 |
msgctxt "dhl"
|
2094 |
msgid "By enabling this option you might generate retoure labels for return shipments and send them to your customer via email."
|
2095 |
msgstr ""
|
2096 |
|
2097 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1436
|
2098 |
msgctxt "dhl"
|
2099 |
msgid "Default Services"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1436
|
2103 |
#, php-format
|
2104 |
msgctxt "dhl"
|
2105 |
msgid "Adjust services to be added to your labels by default. Find out more about these <a href=\"%s\" target=\"_blank\">services</a>."
|
2106 |
msgstr ""
|
2107 |
|
2108 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1439
|
2109 |
msgctxt "dhl"
|
2110 |
msgid "Enable the GoGreen Service by default."
|
2111 |
msgstr ""
|
2112 |
|
2113 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1446
|
2114 |
msgctxt "dhl"
|
2115 |
msgid "Additional Insurance"
|
2116 |
msgstr ""
|
2117 |
|
2118 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1447
|
2119 |
msgctxt "dhl"
|
2120 |
msgid "Add an additional insurance to labels."
|
2121 |
msgstr ""
|
2122 |
|
2123 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1454
|
2124 |
msgctxt "dhl"
|
2125 |
msgid "Retail Outlet Routing"
|
2126 |
msgstr ""
|
2127 |
|
2128 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1455
|
2129 |
msgctxt "dhl"
|
2130 |
msgid "Send undeliverable items to nearest retail outlet instead of immediate return."
|
2131 |
msgstr ""
|
2132 |
|
2133 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1462
|
2134 |
msgctxt "dhl"
|
2135 |
msgid "No Neighbor"
|
2136 |
msgstr ""
|
2137 |
|
2138 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1463
|
2139 |
msgctxt "dhl"
|
2140 |
msgid "Do not deliver to neighbors."
|
2141 |
msgstr ""
|
2142 |
|
2143 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1471
|
2144 |
msgctxt "dhl"
|
2145 |
msgid "Do only delivery to named person."
|
2146 |
msgstr ""
|
2147 |
|
2148 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1478
|
2149 |
msgctxt "dhl"
|
2150 |
msgid "Bulky Goods"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1479
|
2154 |
msgctxt "dhl"
|
2155 |
msgid "Deliver as bulky goods."
|
2156 |
msgstr ""
|
2157 |
|
2158 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1486
|
2159 |
msgctxt "dhl"
|
2160 |
msgid "Minimum age (Visual check)"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1492
|
2164 |
msgctxt "dhl"
|
2165 |
msgid "Choose this option if you want to let DHL check your customer's age."
|
2166 |
msgstr ""
|
2167 |
|
2168 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1495
|
2169 |
msgctxt "dhl"
|
2170 |
msgid "Sync (Visual Check)"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1496
|
2174 |
msgctxt "dhl"
|
2175 |
msgid "Visually verify age if shipment contains applicable items."
|
2176 |
msgstr ""
|
2177 |
|
2178 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1496
|
2179 |
#, php-format
|
2180 |
msgctxt "dhl"
|
2181 |
msgid "Germanized offers an %s to be enabled for certain products and/or product categories. By checking this option labels for shipments with applicable items will automatically have the visual age check service enabled."
|
2182 |
msgstr ""
|
2183 |
|
2184 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1496
|
2185 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1513
|
2186 |
msgctxt "dhl"
|
2187 |
msgid "age verification checkbox"
|
2188 |
msgstr ""
|
2189 |
|
2190 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1503
|
2191 |
msgctxt "dhl"
|
2192 |
msgid "Minimum age (Ident check)"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1509
|
2196 |
msgctxt "dhl"
|
2197 |
msgid "Choose this option if you want to let DHL check your customer's identity and age."
|
2198 |
msgstr ""
|
2199 |
|
2200 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1512
|
2201 |
msgctxt "dhl"
|
2202 |
msgid "Sync (Ident Check)"
|
2203 |
msgstr ""
|
2204 |
|
2205 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1513
|
2206 |
msgctxt "dhl"
|
2207 |
msgid "Verify identity and age if shipment contains applicable items."
|
2208 |
msgstr ""
|
2209 |
|
2210 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1513
|
2211 |
#, php-format
|
2212 |
msgctxt "dhl"
|
2213 |
msgid "Germanized offers an %s to be enabled for certain products and/or product categories. By checking this option labels for shipments with applicable items will automatically have the identity check service enabled."
|
2214 |
msgstr ""
|
2215 |
|
2216 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1521
|
2217 |
msgctxt "dhl"
|
2218 |
msgid "Premium delivery for international shipments."
|
2219 |
msgstr ""
|
2220 |
|
2221 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1529
|
2222 |
msgctxt "dhl"
|
2223 |
msgid "Bank Account"
|
2224 |
msgstr ""
|
2225 |
|
2226 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1529
|
2227 |
msgctxt "dhl"
|
2228 |
msgid "Enter your bank details needed for services that use COD."
|
2229 |
msgstr ""
|
2230 |
|
2231 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1532
|
2232 |
msgctxt "dhl"
|
2233 |
msgid "Holder"
|
2234 |
msgstr ""
|
2235 |
|
2236 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1540
|
2237 |
msgctxt "dhl"
|
2238 |
msgid "Bank Name"
|
2239 |
msgstr ""
|
2240 |
|
2241 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1548
|
2242 |
msgctxt "dhl"
|
2243 |
msgid "IBAN"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1556
|
2247 |
msgctxt "dhl"
|
2248 |
msgid "BIC"
|
2249 |
msgstr ""
|
2250 |
|
2251 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1564
|
2252 |
msgctxt "dhl"
|
2253 |
msgid "Payment Reference"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1569
|
2257 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1579
|
2258 |
#, php-format
|
2259 |
msgctxt "dhl"
|
2260 |
msgid "Use these placeholders to add info to the payment reference: %s. This text is limited to 35 characters."
|
2261 |
msgstr ""
|
2262 |
|
2263 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1574
|
2264 |
msgctxt "dhl"
|
2265 |
msgid "Payment Reference 2"
|
2266 |
msgstr ""
|
2267 |
|
2268 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1609
|
2269 |
msgctxt "dhl"
|
2270 |
msgid "Customer Number"
|
2271 |
msgstr ""
|
2272 |
|
2273 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1610
|
2274 |
msgctxt "dhl"
|
2275 |
msgid "Insert your DHL business customer number (EKP) here. If you are not yet a business customer you might want to create a new account first."
|
2276 |
msgstr ""
|
2277 |
|
2278 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1623
|
2279 |
msgctxt "dhl"
|
2280 |
msgid "API Access"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1624
|
2284 |
msgctxt "dhl"
|
2285 |
msgid "To create labels and embed DHL services, our software needs access to the API. You will need to fill out the username and password fields accordingly."
|
2286 |
msgstr ""
|
2287 |
|
2288 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1643
|
2289 |
msgctxt "dhl"
|
2290 |
msgid "If you want to provide your customers with inlay return labels for your shipments you might enable this feature by default here."
|
2291 |
msgstr ""
|
2292 |
|
2293 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1657
|
2294 |
msgctxt "dhl"
|
2295 |
msgid "If you want to create DHL labels to returns you should activate this feature. Make sure that you have DHL Online Retoure activated in your contract."
|
2296 |
msgstr ""
|
2297 |
|
2298 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
|
2299 |
msgctxt "dhl"
|
2300 |
msgid "Age verification"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1671
|
2304 |
msgctxt "dhl"
|
2305 |
msgid "Use this feature to sync the Germanized age verification checkbox with the DHL visual minimum age verification service. As soon as applicable products are contained within the shipment, the service will be booked by default."
|
2306 |
msgstr ""
|
2307 |
|
2308 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1689
|
2309 |
msgctxt "dhl"
|
2310 |
msgid "Automation"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1690
|
2314 |
msgctxt "dhl"
|
2315 |
msgid "You might want to save some time and let Germanized generate labels automatically as soon as a shipment switches to a certain status."
|
2316 |
msgstr ""
|
2317 |
|
2318 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1709
|
2319 |
msgctxt "dhl"
|
2320 |
+
msgid "Let your customers choose a delivery day (if the service is available at the customer's location) of delivery within your checkout."
|
2321 |
msgstr ""
|
2322 |
|
2323 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1723
|
2324 |
msgctxt "dhl"
|
2325 |
+
msgid "Optionally charge your customers an additional fee for preferred services like delivery day."
|
2326 |
msgstr ""
|
2327 |
|
2328 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1737
|
2329 |
msgctxt "dhl"
|
2330 |
+
msgid "Allow your customers to send their parcels to a drop-off location e.g. a neighbor. This service is free of charge for DHL shipments."
|
2331 |
msgstr ""
|
2332 |
|
2333 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1756
|
2334 |
msgctxt "dhl"
|
2335 |
msgid "Allow your customers to choose packstation (and/or other DHL location types as configured below) as shipping address."
|
2336 |
msgstr ""
|
2337 |
|
2338 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1770
|
2339 |
msgctxt "dhl"
|
2340 |
msgid "This option adds a map overlay view to let your customers choose a DHL location from a map nearby. You'll need a valid Google Maps API key to enable the map view."
|
2341 |
msgstr ""
|
2460 |
msgstr ""
|
2461 |
|
2462 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:374
|
2463 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:599
|
2464 |
#, php-format
|
2465 |
msgctxt "dhl"
|
2466 |
msgid "Sorry but none of your selected <a href=\"%s\">Deutsche Post Products</a> is available for this shipment. Please verify your shipment data (e.g. weight) and try again."
|
2471 |
msgid "Page Format"
|
2472 |
msgstr ""
|
2473 |
|
2474 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:395
|
2475 |
+
msgctxt "dhl"
|
2476 |
+
msgid "Print X-Position"
|
2477 |
+
msgstr ""
|
2478 |
+
|
2479 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:405
|
2480 |
+
msgctxt "dhl"
|
2481 |
+
msgid "Print Y-Position"
|
2482 |
+
msgstr ""
|
2483 |
+
|
2484 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:577
|
2485 |
msgctxt "dhl"
|
2486 |
msgid "The services chosen are not available for the current product."
|
2487 |
msgstr ""
|
2488 |
|
2489 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:626
|
2490 |
#, php-format
|
2491 |
msgctxt "dhl"
|
2492 |
msgid "Deutsche Post product is missing for %s."
|
2559 |
|
2560 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
|
2561 |
msgctxt "dhl"
|
2562 |
+
msgid "Choose one of the displayed days as your delivery day for your parcel delivery. Other days are not possible due to delivery processes."
|
|
|
|
|
|
|
|
|
|
|
2563 |
msgstr ""
|
2564 |
|
2565 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:42
|
2580 |
|
2581 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
|
2582 |
msgctxt "dhl"
|
2583 |
+
msgid "Drop-off location or neighbor"
|
2584 |
msgstr ""
|
2585 |
|
2586 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:71
|
2593 |
msgid "Location"
|
2594 |
msgstr ""
|
2595 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2596 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
|
2597 |
msgctxt "dhl"
|
2598 |
msgid "Choose a weather-protected and non-visible place on your property, where we can deposit the parcel in your absence."
|
2603 |
msgid "e.g. Garage, Terrace"
|
2604 |
msgstr ""
|
2605 |
|
|
|
|
|
|
|
|
|
|
|
2606 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
|
2607 |
msgctxt "dhl"
|
2608 |
msgid "Determine a person in your immediate neighborhood whom we can hand out your parcel in your absence. This person should live in the same building, directly opposite or next door."
|
2643 |
msgstr ""
|
2644 |
|
2645 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:50
|
2646 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:356
|
2647 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:692
|
2648 |
msgctxt "shipments"
|
2649 |
msgid "Packaging"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
|
2653 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1142
|
2654 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
2655 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:689
|
2656 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
|
2657 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:274
|
2658 |
msgctxt "shipments"
|
2659 |
msgid "Status"
|
2660 |
msgstr ""
|
2696 |
|
2697 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:189
|
2698 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:45
|
2699 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:225
|
2700 |
msgctxt "shipments"
|
2701 |
msgid "Item"
|
2702 |
msgstr ""
|
2703 |
|
2704 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:190
|
2705 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:46
|
2706 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:230
|
2707 |
#: woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:55
|
2708 |
#: woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:37
|
2709 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details.php:59
|
2772 |
|
2773 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-list.php:22
|
2774 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:84
|
2775 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:212
|
2776 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:617
|
2777 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:738
|
2778 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:75
|
2779 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:172
|
2780 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:266
|
2781 |
#: woocommerce-germanized-shipments/templates/myaccount/order-shipments.php:36
|
2782 |
msgctxt "shipments"
|
2783 |
msgid "Returns"
|
2802 |
|
2803 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:19
|
2804 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:77
|
2805 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:547
|
2806 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:616
|
2807 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:704
|
2808 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:771
|
2809 |
#: woocommerce-germanized-shipments/templates/myaccount/order-shipments.php:20
|
2810 |
msgctxt "shipments"
|
2811 |
msgid "Shipments"
|
2834 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
2835 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
|
2836 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:687
|
2837 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:797
|
2838 |
msgctxt "shipments"
|
2839 |
msgid "Title"
|
2840 |
msgstr ""
|
2841 |
|
2842 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
|
2843 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:453
|
2844 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:806
|
2845 |
msgctxt "shipments"
|
2846 |
msgid "Description"
|
2847 |
msgstr ""
|
2903 |
msgstr ""
|
2904 |
|
2905 |
#: woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:41
|
2906 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:835
|
2907 |
msgctxt "shipments"
|
2908 |
msgid "Create new label"
|
2909 |
msgstr ""
|
3045 |
msgstr ""
|
3046 |
|
3047 |
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
|
3048 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1074
|
3049 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1104
|
3050 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
3051 |
msgctxt "shipments"
|
3052 |
msgid "N/A"
|
3104 |
msgstr ""
|
3105 |
|
3106 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
|
3107 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1140
|
3108 |
msgctxt "shipments"
|
3109 |
msgid "Shipment"
|
3110 |
msgstr ""
|
3125 |
msgstr ""
|
3126 |
|
3127 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:112
|
3128 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:360
|
3129 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:860
|
3130 |
msgctxt "shipments"
|
3131 |
msgid "Shipped"
|
3146 |
msgid "Returned"
|
3147 |
msgstr ""
|
3148 |
|
3149 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:358
|
3150 |
msgctxt "shipments"
|
3151 |
msgid "Draft"
|
3152 |
msgstr ""
|
3153 |
|
3154 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:359
|
3155 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:852
|
3156 |
msgctxt "shipments"
|
3157 |
msgid "Processing"
|
3158 |
msgstr ""
|
3159 |
|
3160 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:361
|
3161 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:50
|
3162 |
msgctxt "shipments"
|
3163 |
msgid "Delivered"
|
3164 |
msgstr ""
|
3165 |
|
3166 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:362
|
3167 |
msgctxt "shipments"
|
3168 |
msgid "Requested"
|
3169 |
msgstr ""
|
3170 |
|
3171 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:411
|
3172 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:81
|
3173 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:135
|
3174 |
msgctxt "shipments"
|
3175 |
msgid "Invalid order."
|
3176 |
msgstr ""
|
3177 |
|
3178 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:415
|
3179 |
msgctxt "shipments"
|
3180 |
msgid "This order is already fully returned."
|
3181 |
msgstr ""
|
3182 |
|
3183 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:426
|
3184 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:467
|
3185 |
msgctxt "shipments"
|
3186 |
msgid "Error while creating the shipment instance"
|
3187 |
msgstr ""
|
3188 |
|
3189 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:452
|
3190 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:456
|
3191 |
+
#: woocommerce-germanized-shipments/src/ReturnShipment.php:248
|
3192 |
+
#: woocommerce-germanized-shipments/src/ReturnShipment.php:325
|
3193 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:118
|
3194 |
+
#: woocommerce-germanized-shipments/src/SimpleShipment.php:228
|
3195 |
msgctxt "shipments"
|
3196 |
msgid "Invalid shipment order"
|
3197 |
msgstr ""
|
3198 |
|
3199 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:486
|
3200 |
msgctxt "shipments"
|
3201 |
msgid "Invalid order item"
|
3202 |
msgstr ""
|
3203 |
|
3204 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:608
|
3205 |
msgctxt "shipments"
|
3206 |
msgid "Invalid shipment item"
|
3207 |
msgstr ""
|
3208 |
|
3209 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:689
|
3210 |
msgctxt "shipments"
|
3211 |
msgid "None"
|
3212 |
msgstr ""
|
3213 |
|
3214 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:730
|
3215 |
msgctxt "shipments-shipping-provider"
|
3216 |
msgid "Unknown"
|
3217 |
msgstr ""
|
3218 |
|
3219 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:775
|
3220 |
msgctxt "shipments"
|
3221 |
msgid "Error while uploading file."
|
3222 |
msgstr ""
|
3223 |
|
3224 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:784
|
3225 |
+
msgctxt "shipments"
|
3226 |
+
msgid "First Name"
|
3227 |
+
msgstr ""
|
3228 |
+
|
3229 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:785
|
3230 |
+
msgctxt "shipments"
|
3231 |
+
msgid "Last Name"
|
3232 |
+
msgstr ""
|
3233 |
+
|
3234 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:786
|
3235 |
+
msgctxt "shipments"
|
3236 |
+
msgid "Full Name"
|
3237 |
+
msgstr ""
|
3238 |
+
|
3239 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:787
|
3240 |
+
msgctxt "shipments"
|
3241 |
+
msgid "Company"
|
3242 |
+
msgstr ""
|
3243 |
+
|
3244 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:788
|
3245 |
+
msgctxt "shipments"
|
3246 |
+
msgid "Address 1"
|
3247 |
+
msgstr ""
|
3248 |
+
|
3249 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:789
|
3250 |
+
msgctxt "shipments"
|
3251 |
+
msgid "Address 2"
|
3252 |
+
msgstr ""
|
3253 |
+
|
3254 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:790
|
3255 |
+
msgctxt "shipments"
|
3256 |
+
msgid "Street"
|
3257 |
+
msgstr ""
|
3258 |
+
|
3259 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:791
|
3260 |
+
msgctxt "shipments"
|
3261 |
+
msgid "House Number"
|
3262 |
+
msgstr ""
|
3263 |
+
|
3264 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:792
|
3265 |
+
msgctxt "shipments"
|
3266 |
+
msgid "Postcode"
|
3267 |
+
msgstr ""
|
3268 |
+
|
3269 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:793
|
3270 |
+
msgctxt "shipments"
|
3271 |
+
msgid "City"
|
3272 |
+
msgstr ""
|
3273 |
+
|
3274 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:794
|
3275 |
+
msgctxt "shipments"
|
3276 |
+
msgid "Country"
|
3277 |
+
msgstr ""
|
3278 |
+
|
3279 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:795
|
3280 |
+
msgctxt "shipments"
|
3281 |
+
msgid "State"
|
3282 |
+
msgstr ""
|
3283 |
+
|
3284 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:796
|
3285 |
+
msgctxt "shipments"
|
3286 |
+
msgid "Phone"
|
3287 |
+
msgstr ""
|
3288 |
+
|
3289 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:797
|
3290 |
+
msgctxt "shipments"
|
3291 |
+
msgid "Email"
|
3292 |
+
msgstr ""
|
3293 |
+
|
3294 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:798
|
3295 |
+
msgctxt "shipments"
|
3296 |
+
msgid "Customs Reference Number"
|
3297 |
+
msgstr ""
|
3298 |
+
|
3299 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:848
|
3300 |
+
#: woocommerce-germanized-shipments/src/Shipment.php:1091
|
3301 |
+
#: woocommerce-germanized-shipments/src/Shipment.php:1349
|
3302 |
+
#, php-format
|
3303 |
+
msgctxt "full name"
|
3304 |
+
msgid "%1$s %2$s"
|
3305 |
+
msgstr ""
|
3306 |
+
|
3307 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1141
|
3308 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
3309 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:688
|
3310 |
msgctxt "shipments"
|
3311 |
msgid "Date"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1143
|
3315 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
|
3316 |
msgctxt "shipments"
|
3317 |
msgid "Tracking"
|
3318 |
msgstr ""
|
3319 |
|
3320 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1144
|
3321 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:235
|
3322 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
3323 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:696
|
3324 |
msgctxt "shipments"
|
3325 |
msgid "Actions"
|
3326 |
msgstr ""
|
3327 |
|
3328 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1380
|
3329 |
msgctxt "shipments"
|
3330 |
msgid "View"
|
3331 |
msgstr ""
|
3332 |
|
3333 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1387
|
3334 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:871
|
3335 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:342
|
3336 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
3337 |
msgctxt "shipments"
|
3338 |
msgid "Download label"
|
3361 |
msgid "View order"
|
3362 |
msgstr ""
|
3363 |
|
3364 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:72
|
3365 |
msgctxt "shipments"
|
3366 |
msgid "Select a country"
|
3367 |
msgstr ""
|
3368 |
|
3369 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:76
|
3370 |
msgctxt "shipments"
|
3371 |
msgid "HS-Code (Customs)"
|
3372 |
msgstr ""
|
3373 |
|
3374 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:78
|
3375 |
msgctxt "shipments"
|
3376 |
msgid "The HS Code is a number assigned to every possible commodity that can be imported or exported from any country."
|
3377 |
msgstr ""
|
3378 |
|
3379 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:85
|
3380 |
msgctxt "shipments"
|
3381 |
msgid "Country of manufacture (Customs)"
|
3382 |
msgstr ""
|
3383 |
|
3384 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:87
|
3385 |
msgctxt "shipments"
|
3386 |
msgid "The country of manufacture is needed for customs of international shipping."
|
3387 |
msgstr ""
|
3388 |
|
3389 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:126
|
3390 |
#, php-format
|
3391 |
msgctxt "shipments"
|
3392 |
msgid "Shipments upload directory missing. Please manually create the folder %s and make sure that it is writeable."
|
3393 |
msgstr ""
|
3394 |
|
3395 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:163
|
3396 |
msgctxt "shipments"
|
3397 |
msgid "View Shipments"
|
3398 |
msgstr ""
|
3399 |
|
3400 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:164
|
3401 |
msgctxt "shipments"
|
3402 |
msgid "Endpoint for the \"My account → View shipments\" page."
|
3403 |
msgstr ""
|
3404 |
|
3405 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:171
|
3406 |
msgctxt "shipments"
|
3407 |
msgid "View shipment"
|
3408 |
msgstr ""
|
3409 |
|
3410 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:172
|
3411 |
msgctxt "shipments"
|
3412 |
msgid "Endpoint for the \"My account → View shipment\" page."
|
3413 |
msgstr ""
|
3414 |
|
3415 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:179
|
3416 |
msgctxt "shipments"
|
3417 |
msgid "Add Return Shipment"
|
3418 |
msgstr ""
|
3419 |
|
3420 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:180
|
3421 |
msgctxt "shipments"
|
3422 |
msgid "Endpoint for the \"My account → Add return shipment\" page."
|
3423 |
msgstr ""
|
3424 |
|
3425 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:243
|
3426 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:378
|
3427 |
#: woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:36
|
3428 |
msgctxt "shipments"
|
3429 |
msgid "Reason"
|
3430 |
msgstr ""
|
3431 |
|
3432 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:370
|
3433 |
msgctxt "shipments"
|
3434 |
msgid "Return reasons"
|
3435 |
msgstr ""
|
3436 |
|
3437 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:377
|
3438 |
msgctxt "shipments"
|
3439 |
msgid "Reason code"
|
3440 |
msgstr ""
|
3441 |
|
3442 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:377
|
3443 |
msgctxt "shipments"
|
3444 |
msgid "The reason code is used to identify the reason."
|
3445 |
msgstr ""
|
3446 |
|
3447 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:378
|
3448 |
msgctxt "shipments"
|
3449 |
msgid "Choose a reason text."
|
3450 |
msgstr ""
|
3451 |
|
3452 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:397
|
3453 |
msgctxt "shipments"
|
3454 |
msgid "+ Add reason"
|
3455 |
msgstr ""
|
3456 |
|
3457 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:397
|
3458 |
msgctxt "shipments"
|
3459 |
msgid "Remove selected reason(s)"
|
3460 |
msgstr ""
|
3461 |
|
3462 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:430
|
3463 |
msgctxt "shipments"
|
3464 |
msgid "Available Packaging"
|
3465 |
msgstr ""
|
3466 |
|
3467 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:453
|
3468 |
msgctxt "shipments"
|
3469 |
msgid "A description to help you identify the packaging."
|
3470 |
msgstr ""
|
3471 |
|
3472 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:454
|
3473 |
msgctxt "shipments"
|
3474 |
msgid "Type"
|
3475 |
msgstr ""
|
3476 |
|
3477 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:455
|
3478 |
#, php-format
|
3479 |
msgctxt "shipments"
|
3480 |
msgid "Weight (%s)"
|
3481 |
msgstr ""
|
3482 |
|
3483 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:455
|
3484 |
msgctxt "shipments"
|
3485 |
msgid "The weight of the packaging."
|
3486 |
msgstr ""
|
3487 |
|
3488 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:456
|
3489 |
#, php-format
|
3490 |
msgctxt "shipments"
|
3491 |
msgid "Dimensions (LxWxH, %s)"
|
3492 |
msgstr ""
|
3493 |
|
3494 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:457
|
3495 |
msgctxt "shipments"
|
3496 |
msgid "Max weight (kg)"
|
3497 |
msgstr ""
|
3498 |
|
3499 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:457
|
3500 |
msgctxt "shipments"
|
3501 |
msgid "The maximum weight this packaging can hold. Leave empty to not restrict maximum weight."
|
3502 |
msgstr ""
|
3503 |
|
3504 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:482
|
3505 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:523
|
3506 |
msgctxt "shipments"
|
3507 |
msgid "Length"
|
3508 |
msgstr ""
|
3509 |
|
3510 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:483
|
3511 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:524
|
3512 |
msgctxt "shipments"
|
3513 |
msgid "Width"
|
3514 |
msgstr ""
|
3515 |
|
3516 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:484
|
3517 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:525
|
3518 |
msgctxt "shipments"
|
3519 |
msgid "Height"
|
3520 |
msgstr ""
|
3521 |
|
3522 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:497
|
3523 |
msgctxt "shipments"
|
3524 |
msgid "+ Add packaging"
|
3525 |
msgstr ""
|
3526 |
|
3527 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:497
|
3528 |
msgctxt "shipments"
|
3529 |
msgid "Remove selected packaging"
|
3530 |
msgstr ""
|
3531 |
|
3532 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:601
|
3533 |
msgctxt "shipments"
|
3534 |
msgid "Create shipments"
|
3535 |
msgstr ""
|
3536 |
|
3537 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:716
|
3538 |
msgctxt "shipments"
|
3539 |
msgid "Search shipments"
|
3540 |
msgstr ""
|
3541 |
|
3542 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:750
|
3543 |
msgctxt "shipments"
|
3544 |
msgid "Search returns"
|
3545 |
msgstr ""
|
3546 |
|
3547 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:828
|
3548 |
msgctxt "shipments"
|
3549 |
msgid "Do you really want to delete the shipment?"
|
3550 |
msgstr ""
|
3551 |
|
3552 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:834
|
3553 |
msgctxt "shipments"
|
3554 |
msgid "Do you really want to delete the label?"
|
3555 |
msgstr ""
|
3556 |
|
3557 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:836
|
3558 |
msgctxt "shipments"
|
3559 |
msgid "Please save the shipment before creating a new label"
|
3560 |
msgstr ""
|
3561 |
|
3562 |
+
#: woocommerce-germanized-shipments/src/Admin/Admin.php:886
|
3563 |
msgctxt "shipments"
|
3564 |
msgid "Do you really want to delete the shipping provider? Some of your existing shipments might be linked to that provider and might need adjustments."
|
3565 |
msgstr ""
|
3723 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:61
|
3724 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:117
|
3725 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:229
|
3726 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:345
|
3727 |
msgctxt "shipments"
|
3728 |
msgid "Automation"
|
3729 |
msgstr ""
|
3882 |
msgid "List shipments on customer account order screen."
|
3883 |
msgstr ""
|
3884 |
|
3885 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:230
|
|
|
|
|
|
|
|
|
|
|
|
|
3886 |
msgctxt "shipments"
|
3887 |
+
msgid "Your customs reference number, e.g. EORI number"
|
3888 |
msgstr ""
|
3889 |
|
3890 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:245
|
|
|
3891 |
msgctxt "shipments"
|
3892 |
+
msgid "Shipper Address"
|
3893 |
msgstr ""
|
3894 |
|
3895 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:284
|
|
|
3896 |
msgctxt "shipments"
|
3897 |
+
msgid "Return Address"
|
3898 |
msgstr ""
|
3899 |
|
3900 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:320
|
|
|
3901 |
msgctxt "shipments"
|
3902 |
+
msgid "Default packaging"
|
3903 |
msgstr ""
|
3904 |
|
3905 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:321
|
|
|
3906 |
msgctxt "shipments"
|
3907 |
+
msgid "Choose a packaging which serves as fallback or default in case no suitable packaging could be matched for a certain shipment."
|
3908 |
msgstr ""
|
3909 |
|
3910 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:355
|
3911 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:343
|
3912 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1118
|
3913 |
msgctxt "shipments"
|
3914 |
+
msgid "General"
|
3915 |
msgstr ""
|
3916 |
|
3917 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:357
|
|
|
3918 |
msgctxt "shipments"
|
3919 |
+
msgid "Addresses"
|
3920 |
msgstr ""
|
3921 |
|
3922 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:486
|
|
|
3923 |
msgctxt "shipments"
|
3924 |
+
msgid "More services"
|
3925 |
msgstr ""
|
3926 |
|
3927 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:489
|
|
|
3928 |
msgctxt "shipments"
|
3929 |
+
msgid "Fewer services"
|
3930 |
msgstr ""
|
3931 |
|
3932 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:193
|
3933 |
+
#, php-format
|
3934 |
msgctxt "shipments"
|
3935 |
+
msgid "%d shipment deleted."
|
3936 |
+
msgid_plural "%d shipments deleted."
|
3937 |
+
msgstr[0] ""
|
3938 |
+
msgstr[1] ""
|
3939 |
|
3940 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:203
|
3941 |
+
#, php-format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3942 |
msgctxt "shipments"
|
3943 |
msgid "%d shipment status changed."
|
3944 |
msgid_plural "%d shipment statuses changed."
|
3992 |
msgstr ""
|
3993 |
|
3994 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:665
|
3995 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:836
|
3996 |
#, php-format
|
3997 |
msgctxt "shipments"
|
3998 |
msgid "Order #%s"
|
4114 |
msgid "There was an error processing the label."
|
4115 |
msgstr ""
|
4116 |
|
4117 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:354
|
4118 |
msgctxt "shipments"
|
4119 |
msgid "There was an error while trying to save the shipping provider status."
|
4120 |
msgstr ""
|
4121 |
|
4122 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:392
|
4123 |
msgctxt "shipments"
|
4124 |
msgid "There was an error while trying to delete the shipping provider."
|
4125 |
msgstr ""
|
4126 |
|
4127 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:425
|
4128 |
msgctxt "shipments"
|
4129 |
msgid "There was an error while bulk processing shipments."
|
4130 |
msgstr ""
|
4131 |
|
4132 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:543
|
4133 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:655
|
4134 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:712
|
4135 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:749
|
4136 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:930
|
4137 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:976
|
4138 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:1052
|
4139 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:1085
|
4140 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:1134
|
4141 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:1202
|
4142 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:1243
|
4143 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:1298
|
4144 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:1342
|
4145 |
msgctxt "shipments"
|
4146 |
msgid "There was an error processing the shipment"
|
4147 |
msgstr ""
|
4148 |
|
4149 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:596
|
4150 |
msgctxt "shipments"
|
4151 |
msgid "There was an error while adding the shipment"
|
4152 |
msgstr ""
|
4153 |
|
4154 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:617
|
4155 |
msgctxt "shipments"
|
4156 |
msgid "This order contains enough shipments already."
|
4157 |
msgstr ""
|
4158 |
|
4159 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:674
|
4160 |
msgctxt "shipments"
|
4161 |
msgid "This order contains enough returns already."
|
4162 |
msgstr ""
|
4163 |
|
4164 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:887
|
4165 |
+
msgctxt "shipments"
|
4166 |
+
msgid "Status:"
|
4167 |
+
msgstr ""
|
4168 |
+
|
4169 |
+
#: woocommerce-germanized-shipments/src/Ajax.php:892
|
4170 |
+
msgctxt "shipments"
|
4171 |
+
msgid "Customer payment page →"
|
4172 |
+
msgstr ""
|
4173 |
+
|
4174 |
#: woocommerce-germanized-shipments/src/Api.php:104
|
4175 |
msgctxt "shipments"
|
4176 |
msgid "List of shipments."
|
4340 |
msgid "Quantity."
|
4341 |
msgstr ""
|
4342 |
|
4343 |
+
#: woocommerce-germanized-shipments/src/Automation.php:138
|
4344 |
msgctxt "shipments"
|
4345 |
msgid "Order is fully shipped."
|
4346 |
msgstr ""
|
4355 |
msgid "Invalid packaging."
|
4356 |
msgstr ""
|
4357 |
|
4358 |
+
#: woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php:201
|
4359 |
msgctxt "shipments"
|
4360 |
msgid "Invalid shipment item."
|
4361 |
msgstr ""
|
4472 |
msgid "Letter C4"
|
4473 |
msgstr ""
|
4474 |
|
4475 |
+
#: woocommerce-germanized-shipments/src/Labels/Label.php:492
|
4476 |
msgctxt "shipments"
|
4477 |
msgid "This label misses the API implementation"
|
4478 |
msgstr ""
|
4479 |
|
4480 |
+
#: woocommerce-germanized-shipments/src/Labels/Label.php:526
|
4481 |
msgctxt "shipments"
|
4482 |
msgid "Error while uploading label."
|
4483 |
msgstr ""
|
4484 |
|
4485 |
+
#: woocommerce-germanized-shipments/src/Labels/Label.php:548
|
4486 |
+
#: woocommerce-germanized-shipments/src/Labels/Label.php:555
|
4487 |
+
#: woocommerce-germanized-shipments/src/Labels/Label.php:584
|
4488 |
msgctxt "shipments"
|
4489 |
msgid "Error while downloading the PDF file."
|
4490 |
msgstr ""
|
4506 |
msgid "%1$s (%2$s, %3$s)"
|
4507 |
msgstr ""
|
4508 |
|
4509 |
+
#: woocommerce-germanized-shipments/src/Product.php:35
|
4510 |
+
msgctxt "shipments"
|
4511 |
+
msgid "Invalid product."
|
|
|
|
|
|
|
|
|
4512 |
msgstr ""
|
4513 |
|
4514 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:236
|
4515 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
|
4516 |
msgctxt "shipments"
|
4517 |
msgid "Labels"
|
4518 |
msgstr ""
|
4543 |
msgid "Mark shipment as shipped after label has been created successfully."
|
4544 |
msgstr ""
|
4545 |
|
4546 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:267
|
4547 |
msgctxt "shipments"
|
4548 |
msgid "Automatically create labels for returns."
|
4549 |
msgstr ""
|
4550 |
|
4551 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:277
|
4552 |
msgctxt "shipments"
|
4553 |
msgid "Choose a shipment status which should trigger generation of a return label."
|
4554 |
msgstr ""
|
4555 |
|
4556 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:302
|
4557 |
msgctxt "shipments"
|
4558 |
msgid "Default content weight (kg)"
|
4559 |
msgstr ""
|
4560 |
|
4561 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:304
|
4562 |
msgctxt "shipments"
|
4563 |
msgid "Choose a default shipment content weight to be used for labels if no weight has been applied to the shipment."
|
4564 |
msgstr ""
|
4565 |
|
4566 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:314
|
4567 |
msgctxt "shipments"
|
4568 |
msgid "Minimum weight (kg)"
|
4569 |
msgstr ""
|
4570 |
|
4571 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:316
|
4572 |
msgctxt "shipments"
|
4573 |
msgid "Choose a minimum weight to be used for labels e.g. to prevent low shipment weight errors."
|
4574 |
msgstr ""
|
4575 |
|
4576 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:374
|
4577 |
#, php-format
|
4578 |
msgctxt "shipments"
|
4579 |
msgid "%s Product"
|
4580 |
msgstr ""
|
4581 |
|
4582 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:523
|
4583 |
msgctxt "shipments"
|
4584 |
msgid "Error while creating the label."
|
4585 |
msgstr ""
|
4599 |
msgid "Choose a shipping provider which will be selected by default for an eligible shipment."
|
4600 |
msgstr ""
|
4601 |
|
4602 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:314
|
4603 |
msgctxt "shipments"
|
4604 |
msgid "Your shipment is being processed by {shipping_provider}. If you want to track the shipment, please use the following tracking number: {tracking_id}. Depending on the chosen shipping method it is possible that the tracking data does not reflect the current status when receiving this email."
|
4605 |
msgstr ""
|
4606 |
|
4607 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:798
|
4608 |
msgctxt "shipments"
|
4609 |
msgid "Choose a title for the shipping provider."
|
4610 |
msgstr ""
|
4611 |
|
4612 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:807
|
4613 |
msgctxt "shipments"
|
4614 |
msgid "Choose a description for the shipping provider."
|
4615 |
msgstr ""
|
4616 |
|
4617 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:819
|
4618 |
msgctxt "shipments"
|
4619 |
msgid "Tracking URL"
|
4620 |
msgstr ""
|
4621 |
|
4622 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:820
|
4623 |
#, php-format
|
4624 |
msgctxt "shipments"
|
4625 |
msgid "Adjust the placeholder used to construct the tracking URL for this shipping provider. You may use on of the following placeholders to insert the tracking id or other dynamic data: %s"
|
4626 |
msgstr ""
|
4627 |
|
4628 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:830
|
4629 |
msgctxt "shipments"
|
4630 |
msgid "Tracking description"
|
4631 |
msgstr ""
|
4632 |
|
4633 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:831
|
4634 |
#, php-format
|
4635 |
msgctxt "shipments"
|
4636 |
msgid "Adjust the placeholder used to construct the tracking description for this shipping provider (e.g. used within notification emails). You may use on of the following placeholders to insert the tracking id or other dynamic data: %s"
|
4637 |
msgstr ""
|
4638 |
|
4639 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:975
|
4640 |
msgctxt "shipments"
|
4641 |
msgid "Customer returns"
|
4642 |
msgstr ""
|
4643 |
|
4644 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:976
|
4645 |
msgctxt "shipments"
|
4646 |
msgid "Allow customers to submit return requests to shipments."
|
4647 |
msgstr ""
|
4648 |
|
4649 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:976
|
4650 |
#, php-format
|
4651 |
msgctxt "shipments"
|
4652 |
msgid "This option will allow your customers to submit return requests to orders. Return requests will be visible within your %s. To learn more about return requests by customers and/or guests, please check the %s."
|
4653 |
msgstr ""
|
4654 |
|
4655 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:976
|
4656 |
msgctxt "shipments"
|
4657 |
msgid "Return Dashboard"
|
4658 |
msgstr ""
|
4659 |
|
4660 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:976
|
4661 |
msgctxt "shipments"
|
4662 |
msgid "docs"
|
4663 |
msgstr ""
|
4664 |
|
4665 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:985
|
4666 |
msgctxt "shipments"
|
4667 |
msgid "Guest returns"
|
4668 |
msgstr ""
|
4669 |
|
4670 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:986
|
4671 |
msgctxt "shipments"
|
4672 |
msgid "Allow guests to submit return requests to shipments."
|
4673 |
msgstr ""
|
4674 |
|
4675 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:986
|
4676 |
#, php-format
|
4677 |
msgctxt "shipments"
|
4678 |
msgid "Guests will need to provide their email address and the order id to receive a one-time link to submit a return request. The placeholder %s might be used to place the request form on your site."
|
4679 |
msgstr ""
|
4680 |
|
4681 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:997
|
4682 |
msgctxt "shipments"
|
4683 |
msgid "Manual confirmation"
|
4684 |
msgstr ""
|
4685 |
|
4686 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:998
|
4687 |
msgctxt "shipments"
|
4688 |
msgid "Return requests need manual confirmation."
|
4689 |
msgstr ""
|
4690 |
|
4691 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:998
|
4692 |
msgctxt "shipments"
|
4693 |
msgid "By default return request need manual confirmation e.g. a shop manager needs to review return requests which by default are added with the status \"requested\" after a customer submitted a return request. If you choose to disable this option, customer return requests will be added as \"processing\" and an email confirmation including instructions will be sent immediately to the customer."
|
4694 |
msgstr ""
|
4695 |
|
4696 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1010
|
4697 |
msgctxt "shipments"
|
4698 |
msgid "Return instructions"
|
4699 |
msgstr ""
|
4700 |
|
4701 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1011
|
4702 |
msgctxt "shipments"
|
4703 |
msgid "Provide your customer with instructions on how to return the shipment after a return request has been confirmed e.g. explain how to prepare the return for shipment. In case a label cannot be generated automatically, make sure to provide your customer with information on how to obain a return label."
|
4704 |
msgstr ""
|
4705 |
|
4706 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1097
|
4707 |
#, php-format
|
4708 |
msgctxt "shipments"
|
4709 |
msgid "These settings override your <a href=\"%1$s\">global %2$s options</a>. Do only adjust these settings in case you would like to specifically adjust them for this specific shipping method."
|
4710 |
msgstr ""
|
4711 |
|
4712 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1122
|
4713 |
msgctxt "shipments"
|
4714 |
msgid "Return Requests"
|
4715 |
msgstr ""
|
4716 |
|
4717 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1153
|
4718 |
msgctxt "shipments"
|
4719 |
msgid "This shipping provider does not support creating labels."
|
4720 |
msgstr ""
|
4721 |
|
4722 |
+
#: woocommerce-germanized-shipments/src/WPMLHelper.php:93
|
4723 |
#, php-format
|
4724 |
msgctxt "shipments"
|
4725 |
msgid "%s tracking description"
|
4726 |
msgstr ""
|
4727 |
|
4728 |
+
#: woocommerce-germanized-shipments/src/WPMLHelper.php:94
|
4729 |
#, php-format
|
4730 |
msgctxt "shipments"
|
4731 |
msgid "%s tracking URL"
|
4732 |
msgstr ""
|
4733 |
|
4734 |
+
#: woocommerce-germanized-shipments/src/WPMLHelper.php:95
|
4735 |
#, php-format
|
4736 |
msgctxt "shipments"
|
4737 |
msgid "%s return instructions"
|
5016 |
msgid "l"
|
5017 |
msgstr ""
|
5018 |
|
5019 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:579
|
5020 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:589
|
5021 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:487
|
5022 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:601
|
5023 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:609
|
5024 |
msgid "incl. VAT"
|
5025 |
msgstr ""
|
5026 |
|
5027 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:579
|
5028 |
msgid "excl. VAT"
|
5029 |
msgstr ""
|
5030 |
|
5031 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:581
|
5032 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:487
|
5033 |
#, php-format
|
5034 |
msgid "incl. %s%% VAT"
|
5035 |
msgstr ""
|
5036 |
|
5037 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:581
|
5038 |
#, php-format
|
5039 |
msgid "excl. %s%% VAT"
|
5040 |
msgstr ""
|
5041 |
|
5042 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:44
|
5043 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:370
|
5044 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:50
|
5045 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:63
|
5046 |
+
msgid "Yes"
|
|
|
5047 |
msgstr ""
|
5048 |
|
5049 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:46
|
5050 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:370
|
5051 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:63
|
5052 |
+
msgid "No"
|
5053 |
msgstr ""
|
5054 |
|
5055 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:60
|
5056 |
+
msgid "DOI Confirmed?"
|
5057 |
msgstr ""
|
5058 |
|
5059 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:84
|
5060 |
+
msgid "Double opt in"
|
|
|
5061 |
msgstr ""
|
5062 |
|
5063 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:90
|
5064 |
+
msgid "Yes, customer opted in"
|
5065 |
msgstr ""
|
5066 |
|
5067 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:94
|
5068 |
+
msgid "Resend activation link"
|
5069 |
msgstr ""
|
5070 |
|
5071 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:46
|
5072 |
msgid "Global minimum age"
|
5073 |
msgstr ""
|
5074 |
|
5075 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:50
|
5076 |
msgid "Choose a global minimum age necessary to buy your products. Can be overridden by product specific settings."
|
5077 |
msgstr ""
|
5078 |
|
5079 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:60
|
5080 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5081 |
msgid "Confirmation"
|
5082 |
msgstr ""
|
5083 |
|
5084 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:64
|
5085 |
msgid "This text will be appended to your order processing email if the order contains service products."
|
5086 |
msgstr ""
|
5087 |
|
5088 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:65
|
5089 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:90
|
5090 |
#, php-format
|
5091 |
msgid "To insert a link to your cancellation policy use the following placeholder: %s"
|
5092 |
msgstr ""
|
5093 |
|
5094 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:66
|
5095 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:33
|
5096 |
msgid "Furthermore you have expressly agreed to start the performance of the contract for services before expiry of the withdrawal period. I have noted to lose my {link}right of withdrawal{/link} with the beginning of the performance of the contract."
|
5097 |
msgstr ""
|
5098 |
|
5099 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:78
|
5100 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:444
|
5101 |
msgid "Downloadable Product"
|
5102 |
msgstr ""
|
5103 |
|
5104 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:79
|
5105 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:445
|
5106 |
msgid "Virtual Product"
|
5107 |
msgstr ""
|
5108 |
|
5109 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:80
|
5110 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:127
|
5111 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:204
|
5112 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:446
|
5113 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:162
|
5114 |
msgid "Service"
|
5115 |
msgstr ""
|
5116 |
|
5117 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:89
|
5118 |
msgid "This text will be appended to your order processing email if the order contains digital products."
|
5119 |
msgstr ""
|
5120 |
|
5121 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:91
|
5122 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:27
|
5123 |
msgid "Furthermore you have expressly agreed to start the performance of the contract for digital items (e.g. downloads) before expiry of the withdrawal period. I have noted to lose my {link}right of withdrawal{/link} with the beginning of the performance of the contract."
|
5124 |
msgstr ""
|
5125 |
|
5126 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:94
|
5127 |
msgid "Digital Product types"
|
5128 |
msgstr ""
|
5129 |
|
5130 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:95
|
5131 |
msgid "Select product types for which the loss of the right of withdrawal notice is shown. Product types like \"simple product\" may be redundant because they include virtual and downloadable products."
|
5132 |
msgstr ""
|
5133 |
|
5134 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:114
|
5135 |
msgid "Show checkbox"
|
5136 |
msgstr ""
|
5137 |
|
5138 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:115
|
5139 |
msgid "Choose whether you like to always show the parcel delivery checkbox or do only show for certain shipping methods."
|
5140 |
msgstr ""
|
5141 |
|
5142 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:120
|
5143 |
msgid "For certain shipping methods."
|
5144 |
msgstr ""
|
5145 |
|
5146 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:121
|
5147 |
msgid "Always show."
|
5148 |
msgstr ""
|
5149 |
|
5150 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:126
|
5151 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:50
|
5152 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:112
|
5153 |
msgid "Shipping Methods"
|
5154 |
msgstr ""
|
5155 |
|
5156 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:127
|
5157 |
msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
|
5158 |
msgstr ""
|
5159 |
|
5164 |
|
5165 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:58
|
5166 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:79
|
5167 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:199
|
5168 |
msgid "Age Verification"
|
5169 |
msgstr ""
|
5170 |
|
5171 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:60
|
5172 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:157
|
5173 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:167
|
5174 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:291
|
5175 |
msgid "Same as Parent"
|
5176 |
msgstr ""
|
5177 |
|
5178 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:82
|
5179 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:453
|
5180 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:573
|
5181 |
msgid "None"
|
5182 |
msgstr ""
|
5183 |
|
5184 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-provider-dpd.php:17
|
5185 |
+
msgid "Create DPD labels and return labels conveniently"
|
5186 |
+
msgstr ""
|
5187 |
+
|
5188 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-provider-dpd.php:21
|
5189 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:26
|
5190 |
+
msgid "DPD"
|
5191 |
+
msgstr ""
|
5192 |
+
|
5193 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-provider-dpd.php:21
|
5194 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-contract.php:21
|
5195 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:32
|
5196 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-invoices.php:21
|
5197 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-multistep-checkout.php:21
|
5198 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-revocation-generator.php:21
|
5199 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:26
|
5200 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-terms-generator.php:21
|
5201 |
+
msgid "pro"
|
5202 |
+
msgstr ""
|
5203 |
+
|
5204 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:62
|
5205 |
msgid "Germanize"
|
5206 |
msgstr ""
|
5208 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:69
|
5209 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:144
|
5210 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
|
5211 |
+
#: woocommerce-germanized/woocommerce-germanized.php:861
|
5212 |
msgid "Settings"
|
5213 |
msgstr ""
|
5214 |
|
5215 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:76
|
5216 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:106
|
5217 |
msgid "Shipping Provider"
|
5218 |
msgstr ""
|
5219 |
|
5223 |
msgstr ""
|
5224 |
|
5225 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:87
|
5226 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:18
|
5227 |
msgid "Start tutorial"
|
5228 |
msgstr ""
|
5229 |
|
5237 |
msgstr ""
|
5238 |
|
5239 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:102
|
5240 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:408
|
5241 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:410
|
5242 |
msgid "Continue"
|
5243 |
msgstr ""
|
5244 |
|
5274 |
msgstr ""
|
5275 |
|
5276 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:171
|
5277 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:200
|
5278 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:42
|
5279 |
msgid "Small-Enterprise-Regulation"
|
5280 |
msgstr ""
|
5281 |
|
5282 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:172
|
5283 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:201
|
5284 |
msgid "VAT based on §19 UStG"
|
5285 |
msgstr ""
|
5286 |
|
5287 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:172
|
5288 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:201
|
5289 |
#, php-format
|
5290 |
msgid "Enable this option if you have chosen to apply to <a href=\"%s\" target=\"_blank\">§19 UStG</a>."
|
5291 |
msgstr ""
|
5305 |
msgid "Sends an email to the customer after registration to verify his account. <strong>By default unactivated customers will be deleted after 7 days</strong>. You may adjust your DOI <a href=\"%s\" target=\"_blank\">settings</a> accordingly."
|
5306 |
msgstr ""
|
5307 |
|
5308 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:207
|
5309 |
+
#, php-format
|
5310 |
+
msgid "Upgrade to %s to activate %s integration."
|
5311 |
+
msgstr ""
|
5312 |
+
|
5313 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:214
|
5314 |
#, php-format
|
5315 |
msgid "Enable %s integration"
|
5316 |
msgstr ""
|
5317 |
|
5318 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:235
|
5319 |
msgid "Setup"
|
5320 |
msgstr ""
|
5321 |
|
5322 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:333
|
5323 |
msgid "Germanized › Setup Wizard"
|
5324 |
msgstr ""
|
5325 |
|
5326 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:404
|
5327 |
msgid "Skip Step"
|
5328 |
msgstr ""
|
5329 |
|
5330 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:416
|
5331 |
msgid "Return to WP Admin"
|
5332 |
msgstr ""
|
5333 |
|
5334 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
5335 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:51
|
5336 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
5337 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:274
|
5338 |
msgid "Terms & Conditions"
|
5339 |
msgstr ""
|
5340 |
|
5341 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:46
|
5342 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:61
|
5343 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:275
|
5344 |
msgid "Cancellation Policy"
|
5345 |
msgstr ""
|
5346 |
|
5347 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
5348 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:82
|
5349 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
5350 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:276
|
5351 |
msgid "Imprint"
|
5352 |
msgstr ""
|
5353 |
|
5354 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
|
5355 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:92
|
5356 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:277
|
|
|
5357 |
msgid "Privacy Policy"
|
5358 |
msgstr ""
|
5359 |
|
5360 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
5361 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:102
|
5362 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:281
|
5363 |
msgid "Payment Methods"
|
5364 |
msgstr ""
|
5365 |
|
5371 |
msgid "Welcome to Germanized"
|
5372 |
msgstr ""
|
5373 |
|
5374 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:276
|
5375 |
msgid "Go to Germanized Settings"
|
5376 |
msgstr ""
|
5377 |
|
5378 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:34
|
5379 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:43
|
5380 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:28
|
5381 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:37
|
5382 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:26
|
5383 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:35
|
5384 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:23
|
5385 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:32
|
5386 |
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:56
|
5387 |
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:65
|
5388 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:35
|
5389 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:44
|
5390 |
+
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:23
|
5391 |
+
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:32
|
5392 |
+
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:23
|
5393 |
+
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:32
|
5394 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:27
|
5395 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:36
|
5396 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:25
|
5397 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:34
|
5398 |
+
#: woocommerce-germanized/woocommerce-germanized.php:127
|
5399 |
+
#: woocommerce-germanized/woocommerce-germanized.php:136
|
5400 |
msgid "Cheatin’ huh?"
|
5401 |
msgstr ""
|
5402 |
|
5403 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:146
|
5404 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:180
|
5405 |
msgctxt "dhl"
|
5406 |
msgid "Action failed. Please refresh the page and retry."
|
5407 |
msgstr ""
|
5408 |
|
5409 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:150
|
5410 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:184
|
5411 |
msgctxt "dhl"
|
5412 |
msgid "You don't have permission to do this."
|
5413 |
msgstr ""
|
5414 |
|
5415 |
#. Plugin Name of the plugin/theme
|
5416 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:260
|
5417 |
msgid "Germanized for WooCommerce"
|
5418 |
msgstr ""
|
5419 |
|
5420 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:442
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5421 |
msgid "Paid for order notification manually sent to customer."
|
5422 |
msgstr ""
|
5423 |
|
5424 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:462
|
5425 |
msgid "Order confirmation manually sent to customer."
|
5426 |
msgstr ""
|
5427 |
|
5428 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:482
|
5429 |
msgid "Resend order confirmation"
|
5430 |
msgstr ""
|
5431 |
|
5432 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:483
|
5433 |
msgid "Send paid for order notification"
|
5434 |
msgstr ""
|
5435 |
|
5436 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:493
|
5437 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:121
|
5438 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
5439 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:92
|
5440 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:9
|
5441 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:27
|
5442 |
msgid "Germanized"
|
5443 |
msgstr ""
|
5444 |
|
5445 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:507
|
5446 |
msgid "Parcel Delivery Data Transfer:"
|
5447 |
msgstr ""
|
5448 |
|
5449 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:508
|
5450 |
msgid "allowed"
|
5451 |
msgstr ""
|
5452 |
|
5453 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:508
|
5454 |
msgid "not allowed"
|
5455 |
msgstr ""
|
5456 |
|
5457 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:555
|
5458 |
+
msgid "Insert delivery time name, slug or id."
|
5459 |
+
msgstr ""
|
5460 |
+
|
5461 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:556
|
5462 |
+
msgid "Insert product units amount."
|
5463 |
+
msgstr ""
|
5464 |
+
|
5465 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:604
|
5466 |
msgid "Optional Email Content"
|
5467 |
msgstr ""
|
5468 |
|
5469 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:622
|
5470 |
msgid "Add content which will be replacing default page content within emails."
|
5471 |
msgstr ""
|
5472 |
|
5473 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:636
|
5474 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:301
|
5475 |
msgid "Optional Mini Description"
|
5476 |
msgstr ""
|
5477 |
|
5478 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:658
|
5479 |
msgid "This content will be shown as short product description within checkout and emails."
|
5480 |
msgstr ""
|
5481 |
|
5482 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:109
|
5483 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:225
|
5484 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:256
|
5485 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:171
|
5486 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:337
|
5487 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-unit-price.php:10
|
5488 |
+
msgid "Unit Price"
|
5489 |
+
msgstr ""
|
5490 |
+
|
5491 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:110
|
5492 |
+
msgid "Set product units"
|
5493 |
+
msgstr ""
|
5494 |
+
|
5495 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:112
|
5496 |
+
msgid "Toggle auto calculation"
|
5497 |
+
msgstr ""
|
5498 |
+
|
5499 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:115
|
5500 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:217
|
5501 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:99
|
5502 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:342
|
5503 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:34
|
5504 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:245
|
5505 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-delivery-time.php:10
|
5506 |
+
msgid "Delivery Time"
|
5507 |
+
msgstr ""
|
5508 |
+
|
5509 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:116
|
5510 |
+
msgid "Set delivery time"
|
5511 |
+
msgstr ""
|
5512 |
+
|
5513 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:127
|
5514 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:205
|
5515 |
msgid "Service products do not sell physical products."
|
5516 |
msgstr ""
|
5517 |
|
5518 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:155
|
5519 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:230
|
5520 |
msgid "Sale Label"
|
5521 |
msgstr ""
|
5522 |
|
5523 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:165
|
5524 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:237
|
5525 |
msgid "Sale Regular Label"
|
5526 |
msgstr ""
|
5527 |
|
5528 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:181
|
5529 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:252
|
5530 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:232
|
5531 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:264
|
5532 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-units.php:10
|
5533 |
msgid "Product Units"
|
5534 |
msgstr ""
|
5535 |
|
5536 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:181
|
5537 |
msgid "Number of units included per default product price. Example: 1000 ml. Leave blank to use parent value."
|
5538 |
msgstr ""
|
5539 |
|
5540 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:188
|
5541 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:283
|
5542 |
msgid "Calculation"
|
5543 |
msgstr ""
|
5544 |
|
5545 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:193
|
5546 |
msgid "Calculate unit prices automatically"
|
5547 |
msgstr ""
|
5548 |
|
5549 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:198
|
5550 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:288
|
5551 |
msgid "Regular Unit Price"
|
5552 |
msgstr ""
|
5553 |
|
5554 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:205
|
5555 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:293
|
5556 |
msgid "Sale Unit Price"
|
5557 |
msgstr ""
|
5558 |
|
5559 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:212
|
5560 |
#, php-format
|
5561 |
msgid "To enable unit prices on variation level please choose a unit and unit price units within %s."
|
5562 |
msgstr ""
|
5563 |
|
5564 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:212
|
5565 |
msgid "general product data"
|
5566 |
msgstr ""
|
5567 |
|
5568 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:222
|
5569 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:238
|
5570 |
+
msgid "Same as parent"
|
|
|
|
|
|
|
5571 |
msgstr ""
|
5572 |
|
5573 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:234
|
5574 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:413
|
5575 |
+
#, php-format
|
5576 |
+
msgid "Delivery Time (%s)"
|
5577 |
+
msgstr ""
|
5578 |
+
|
5579 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:245
|
5580 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:280
|
5581 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:423
|
5582 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:457
|
5583 |
+
msgid "remove"
|
5584 |
+
msgstr ""
|
5585 |
+
|
5586 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:258
|
5587 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:434
|
5588 |
+
msgid "Add country specific delivery time"
|
5589 |
msgstr ""
|
5590 |
|
5591 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:265
|
5592 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:442
|
5593 |
+
msgid "Select country"
|
5594 |
+
msgstr ""
|
5595 |
+
|
5596 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:276
|
5597 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:315
|
5598 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:346
|
5599 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:453
|
5600 |
+
msgid "Search for a delivery time…"
|
5601 |
+
msgstr ""
|
5602 |
+
|
5603 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:289
|
5604 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:303
|
5605 |
msgid "Minimum Age"
|
5606 |
msgstr ""
|
5607 |
|
5608 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:104
|
5609 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:118
|
5610 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:127
|
5611 |
+
msgid "— No change —"
|
5612 |
+
msgstr ""
|
5613 |
+
|
5614 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:105
|
5615 |
+
msgid "Change to:"
|
5616 |
+
msgstr ""
|
5617 |
+
|
5618 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:106
|
5619 |
+
msgid "No delivery time"
|
5620 |
+
msgstr ""
|
5621 |
+
|
5622 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:124
|
5623 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:245
|
5624 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:148
|
5625 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:98
|
5626 |
+
msgid "Unit"
|
5627 |
+
msgstr ""
|
5628 |
+
|
5629 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:128
|
5630 |
+
msgid "No unit"
|
5631 |
+
msgstr ""
|
5632 |
+
|
5633 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:212
|
5634 |
msgid "Diff. Taxation"
|
5635 |
msgstr ""
|
5636 |
|
5637 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:213
|
5638 |
msgid "Product applies to differential taxation based on §25a UStG."
|
5639 |
msgstr ""
|
5640 |
|
5641 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:231
|
5642 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:238
|
5643 |
msgid "Select Price Label"
|
5644 |
msgstr ""
|
5645 |
|
5646 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:233
|
5647 |
msgid "If the product is on sale you may want to show a price label right before outputting the old price to inform the customer."
|
5648 |
msgstr ""
|
5649 |
|
5650 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:240
|
5651 |
msgid "If the product is on sale you may want to show a price label right before outputting the new price to inform the customer."
|
5652 |
msgstr ""
|
5653 |
|
5654 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:246
|
|
|
|
|
|
|
|
|
|
|
|
|
5655 |
msgid "Select unit"
|
5656 |
msgstr ""
|
5657 |
|
5658 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:248
|
5659 |
msgid "Needed if selling on a per unit basis"
|
5660 |
msgstr ""
|
5661 |
|
5662 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:255
|
5663 |
msgid "Number of units included per default product price. Example: 1000 ml."
|
5664 |
msgstr ""
|
5665 |
|
5666 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:259
|
5667 |
msgid "Unit Price Units"
|
5668 |
msgstr ""
|
5669 |
|
5670 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:262
|
5671 |
msgid "Unit price units. Example unit price: 0,99 € / 100 ml. Insert 100 as unit price unit amount."
|
5672 |
msgstr ""
|
5673 |
|
5674 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:284
|
5675 |
msgid "Calculate unit prices automatically."
|
5676 |
msgstr ""
|
5677 |
|
5678 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:305
|
5679 |
msgid "Adds an age verification checkbox while purchasing this product."
|
5680 |
msgstr ""
|
5681 |
|
5682 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:357
|
|
|
|
|
|
|
|
|
|
|
5683 |
msgid "Free shipping?"
|
5684 |
msgstr ""
|
5685 |
|
5686 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:358
|
5687 |
msgid "This option disables the \"plus shipping costs\" notice on product page"
|
5688 |
msgstr ""
|
5689 |
|
5690 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:371
|
5691 |
+
msgid "EU-wide"
|
5692 |
+
msgstr ""
|
5693 |
+
|
5694 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:375
|
5695 |
+
msgid "Non-EU-wide"
|
5696 |
+
msgstr ""
|
5697 |
+
|
5698 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:417
|
5699 |
+
msgid "Same as default"
|
5700 |
+
msgstr ""
|
5701 |
+
|
5702 |
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-dhl-importer.php:29
|
5703 |
msgctxt "dhl"
|
5704 |
msgid "DHL built-in Integration"
|
5884 |
msgid "Run the updater"
|
5885 |
msgstr ""
|
5886 |
|
5887 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note.php:200
|
5888 |
msgid "Not now"
|
5889 |
msgstr ""
|
5890 |
|
5891 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note.php:204
|
5892 |
msgid "Deactivate"
|
5893 |
msgstr ""
|
5894 |
|
5922 |
msgstr ""
|
5923 |
|
5924 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:92
|
5925 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:787
|
5926 |
msgid "Status"
|
5927 |
msgstr ""
|
5928 |
|
5950 |
msgid "Button Solution"
|
5951 |
msgstr ""
|
5952 |
|
5953 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:45
|
5954 |
msgid "Buy now button"
|
5955 |
msgstr ""
|
5956 |
|
5957 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:46
|
5958 |
msgid "These settings help you comply to the button solution. The buy now button text is forced and static so that no payment gateway might override it."
|
5959 |
msgstr ""
|
5960 |
|
5961 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:59
|
5962 |
msgid "Product table background"
|
5963 |
msgstr ""
|
5964 |
|
5965 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:60
|
5966 |
msgid "The product table within your checkout should be noticeable for your customers. You might want to choose a different background color for it."
|
5967 |
msgstr ""
|
5968 |
|
5969 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:78
|
5970 |
msgid "Button Text"
|
5971 |
msgstr ""
|
5972 |
|
5973 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:79
|
5974 |
msgid "This text serves as Button text for the Order Submit Button."
|
5975 |
msgstr ""
|
5976 |
|
5977 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:83
|
5978 |
msgid "Buy Now"
|
5979 |
msgstr ""
|
5980 |
|
5981 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:86
|
5982 |
msgid "Product attributes"
|
5983 |
msgstr ""
|
5984 |
|
5985 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:87
|
5986 |
msgid "List all product attributes during cart and checkout."
|
5987 |
msgstr ""
|
5988 |
|
5989 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:91
|
5990 |
msgid "This option forces WooCommerce to output a list of all product attributes during cart and checkout."
|
5991 |
msgstr ""
|
5992 |
|
5993 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:94
|
5994 |
msgid "Back to cart"
|
5995 |
msgstr ""
|
5996 |
|
5997 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:95
|
5998 |
msgid "Add a back to cart button to the checkout table."
|
5999 |
msgstr ""
|
6000 |
|
6001 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:95
|
6002 |
msgid "This button may let your customer edit their order before submitting. Some people state that this button should be hidden to avoid legal problems."
|
6003 |
msgstr ""
|
6004 |
|
6005 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:101
|
6006 |
msgid "Edit data notice"
|
6007 |
msgstr ""
|
6008 |
|
6009 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:102
|
6010 |
msgid "Display an edit-your-data notice within checkout."
|
6011 |
msgstr ""
|
6012 |
|
6013 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:106
|
6014 |
msgid "This notice will be added right before the order comments field."
|
6015 |
msgstr ""
|
6016 |
|
6017 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:109
|
6018 |
msgid "Product Table Color"
|
6019 |
msgstr ""
|
6020 |
|
6021 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:111
|
6022 |
msgid "Choose the color of your checkout product table. This table should be highlighted within your checkout page."
|
6023 |
msgstr ""
|
6024 |
|
6025 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:116
|
6026 |
msgid "Thumbnails"
|
6027 |
msgstr ""
|
6028 |
|
6029 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:117
|
6030 |
msgid "Show product thumbnails within checkout table."
|
6031 |
msgstr ""
|
6032 |
|
6033 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:121
|
6034 |
msgid "Uncheck if you don't want to show your product thumbnails within checkout table."
|
6035 |
msgstr ""
|
6036 |
|
6037 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:124
|
6038 |
msgid "Hide Shipping Select"
|
6039 |
msgstr ""
|
6040 |
|
6041 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:125
|
6042 |
msgid "Hide shipping rate selection from checkout."
|
6043 |
msgstr ""
|
6044 |
|
6045 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:129
|
6046 |
msgid "This option will hide shipping rate selection from checkout. By then customers will only be able to change their shipping rate on cart page."
|
6047 |
msgstr ""
|
6048 |
|
6049 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:132
|
6050 |
msgid "Estimated taxes"
|
6051 |
msgstr ""
|
6052 |
|
6053 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:133
|
6054 |
msgid "Hide the \"taxes and shipping estimated\" text from the cart."
|
6055 |
msgstr ""
|
6056 |
|
6057 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:137
|
6058 |
msgid "By default WooCommerce adds a \"taxes and shipping estimated\" text to your cart. This might puzzle your customers and may not meet german law."
|
6059 |
msgstr ""
|
6060 |
|
6061 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:140
|
6062 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:65
|
6063 |
msgid "Fallback Mode"
|
6064 |
msgstr ""
|
6065 |
|
6066 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:141
|
6067 |
msgid "Force default WooCommerce checkout template."
|
6068 |
msgstr ""
|
6069 |
|
6070 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:141
|
6071 |
msgid "If you are facing problems within your checkout e.g. legally relevant data is not showing (terms, delivery time, unit price etc.) your theme seems to be incompatible (not using default WooCommerce hooks and filters). As a workaround you may use this fallback which ensures default review-order.php and form-checkout.php is used."
|
6072 |
msgstr ""
|
6073 |
|
6074 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:149
|
6075 |
msgid "Thankyou Page"
|
6076 |
msgstr ""
|
6077 |
|
6078 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:155
|
6079 |
msgid "Information"
|
6080 |
msgstr ""
|
6081 |
|
6082 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:156
|
6083 |
msgid "Hide product table and customer data on order thankyou page."
|
6084 |
msgstr ""
|
6085 |
|
6086 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:162
|
6087 |
msgid "Order Success Text"
|
6088 |
msgstr ""
|
6089 |
|
6090 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:163
|
6091 |
msgid "Choose a custom text to display on order success page."
|
6092 |
msgstr ""
|
6093 |
|
6108 |
msgstr ""
|
6109 |
|
6110 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-checkboxes.php:62
|
6111 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:823
|
6112 |
msgid "Label"
|
6113 |
msgstr ""
|
6114 |
|
6152 |
msgid "Manual contract"
|
6153 |
msgstr ""
|
6154 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6155 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-doi.php:17
|
6156 |
msgid "Extend the WooCommerce registration process with a double opt in."
|
6157 |
msgstr ""
|
6239 |
msgstr ""
|
6240 |
|
6241 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:187
|
6242 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:230
|
6243 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:139
|
6244 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:146
|
6245 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:140
|
6246 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:146
|
6247 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:621
|
6248 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:634
|
6249 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:246
|
6250 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:254
|
6251 |
msgid "Title"
|
6252 |
msgstr ""
|
6253 |
|
6314 |
msgstr ""
|
6315 |
|
6316 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:30
|
6317 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:365
|
6318 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:174
|
6319 |
msgid "Legal Pages"
|
6320 |
msgstr ""
|
6321 |
|
6322 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:31
|
6323 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:144
|
6324 |
msgid "Dispute Resolution"
|
6325 |
msgstr ""
|
6326 |
|
6329 |
msgstr ""
|
6330 |
|
6331 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
|
6332 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:647
|
6333 |
+
#: woocommerce-germanized/src/Shopmarks.php:339
|
6334 |
msgid "Checkout"
|
6335 |
msgstr ""
|
6336 |
|
6343 |
msgid "Since Feb. 1 2017 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>."
|
6344 |
msgstr ""
|
6345 |
|
6346 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:52
|
|
|
|
|
|
|
|
|
|
|
6347 |
msgid "This page should contain your terms & conditions."
|
6348 |
msgstr ""
|
6349 |
|
6350 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:58
|
6351 |
#, php-format
|
6352 |
msgid "Don't have terms & conditions yet? <a href=\"%s\">Generate now</a>!"
|
6353 |
msgstr ""
|
6354 |
|
6355 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:62
|
6356 |
msgid "This page should contain information regarding your customer's Right of Withdrawal."
|
6357 |
msgstr ""
|
6358 |
|
6359 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:68
|
6360 |
#, php-format
|
6361 |
msgid "Don't have a revocation page yet? <a href=\"%s\">Generate now</a>!"
|
6362 |
msgstr ""
|
6363 |
|
6364 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:72
|
6365 |
msgid "Send withdrawal to"
|
6366 |
msgstr ""
|
6367 |
|
6368 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:73
|
6369 |
msgid "Type in an address, telephone/telefax number, email address which is to be used as the recipient address of the withdrawal."
|
6370 |
msgstr ""
|
6371 |
|
6372 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:83
|
6373 |
msgid "This page should contain an imprint with your company's information."
|
6374 |
msgstr ""
|
6375 |
|
6376 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:93
|
6377 |
msgid "This page should contain information regarding your privacy policy."
|
6378 |
msgstr ""
|
6379 |
|
6380 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:98
|
6381 |
+
msgid "Please make sure to place your privacy policy to be directly accessible to the user on the website, e.g. as a link within your footer."
|
6382 |
+
msgstr ""
|
6383 |
+
|
6384 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:103
|
6385 |
msgid "This page should contain information regarding the Payment Methods that are chooseable during checkout."
|
6386 |
msgstr ""
|
6387 |
|
6388 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:113
|
6389 |
msgid "This page should contain information regarding shipping methods that are chooseable during checkout."
|
6390 |
msgstr ""
|
6391 |
|
6392 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:138
|
6393 |
msgid "This status indicates whether your terms & conditions contain the [gzd_complaints] shortcode which outputs the complaints options chosen from above or not. If you've added the text manually, you might ignore this status."
|
6394 |
msgstr ""
|
6395 |
|
6396 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:145
|
6397 |
msgid "You may select whether you are willing, obliged or not willing to participate in dispute settlement proceeedings before a consumer arbitration board. The corresponding Resolution Text is attached to the [gzd_complaints] shortcode which you should add to your imprint. Trusted Shops advises you to add that text to your Terms & Conditions as well."
|
6398 |
msgstr ""
|
6399 |
|
6400 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:151
|
6401 |
msgid "Not obliged, not willing"
|
6402 |
msgstr ""
|
6403 |
|
6404 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:152
|
6405 |
msgid "Not obliged, willing"
|
6406 |
msgstr ""
|
6407 |
|
6408 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:153
|
6409 |
msgid "Obliged"
|
6410 |
msgstr ""
|
6411 |
|
6412 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:157
|
6413 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:166
|
6414 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:175
|
6415 |
msgid "Resolution Text"
|
6416 |
msgstr ""
|
6417 |
|
6418 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:158
|
6419 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:167
|
6420 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:176
|
6421 |
msgid "Adapt this example text regarding alternative dispute resolution to your needs. Text will be added to the [gzd_complaints] Shortcode. You may as well add this text to your terms & conditions."
|
6422 |
msgstr ""
|
6423 |
|
6424 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:160
|
6425 |
msgid "The european commission provides a platform for online dispute resolution (OS) which is accessible at https://ec.europa.eu/consumers/odr. We are not obliged nor willing to participate in dispute settlement proceedings before a consumer arbitration board."
|
6426 |
msgstr ""
|
6427 |
|
6428 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:169
|
6429 |
msgid "The european commission provides a platform for online dispute resolution (OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers may use this platform for the settlements of their disputes. We are in principle prepared to participate in an extrajudicial arbitration proceeding."
|
6430 |
msgstr ""
|
6431 |
|
6432 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:178
|
6433 |
msgid "The european commission provides a platform for online dispute resolution (OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers may contact [Name, Address, Website of arbitration board] for the settlements of their disputes. We are obliged to participate in arbitration proceeding before that board."
|
6434 |
msgstr ""
|
6435 |
|
6436 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:184
|
6437 |
msgid "Shortcode Status"
|
6438 |
msgstr ""
|
6439 |
|
6440 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:188
|
6441 |
+
msgid "Found"
|
6442 |
+
msgstr ""
|
6443 |
+
|
6444 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:188
|
6445 |
#, php-format
|
6446 |
msgid "Not found within %s"
|
6447 |
msgstr ""
|
6448 |
|
6449 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:188
|
6450 |
msgid "Append it now"
|
6451 |
msgstr ""
|
6452 |
|
6453 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:207
|
6454 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:388
|
6455 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:143
|
6456 |
msgid "Notice Text"
|
6457 |
msgstr ""
|
6458 |
|
6459 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:208
|
6460 |
msgid "You may want to adjust the small buisness notice text to meet your criteria."
|
6461 |
msgstr ""
|
6462 |
|
6463 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:215
|
6464 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:353
|
6465 |
msgid "Value added tax is not collected, as small businesses according to §19 (1) UStG."
|
6466 |
msgstr ""
|
6467 |
|
6468 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:231
|
6469 |
msgid "Add a title field to the address within checkout."
|
6470 |
msgstr ""
|
6471 |
|
6472 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:237
|
6473 |
msgid "Validate street number"
|
6474 |
msgstr ""
|
6475 |
|
6476 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:238
|
6477 |
msgid "Force the existence of a street number within the first address field."
|
6478 |
msgstr ""
|
6479 |
|
6480 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:243
|
6481 |
msgid "Never"
|
6482 |
msgstr ""
|
6483 |
|
6484 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:244
|
6485 |
msgid "Always"
|
6486 |
msgstr ""
|
6487 |
|
6488 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:245
|
6489 |
msgid "Base country only"
|
6490 |
msgstr ""
|
6491 |
|
6492 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:246
|
6493 |
msgid "EU countries only"
|
6494 |
msgstr ""
|
6495 |
|
6496 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:250
|
6497 |
msgid "Disallow cancellations"
|
6498 |
msgstr ""
|
6499 |
|
6500 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:251
|
6501 |
msgid "Don't allow customers to manually cancel orders."
|
6502 |
msgstr ""
|
6503 |
|
6504 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:251
|
6505 |
msgid "By default payment methods like PayPal allow order cancellation by clicking the abort link. This option will stop customers from manually cancel orders."
|
6506 |
msgstr ""
|
6507 |
|
6508 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:257
|
6509 |
msgid "Disallow gateway choosing"
|
6510 |
msgstr ""
|
6511 |
|
6512 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:258
|
6513 |
msgid "Don't allow customers to change the payment gateway after ordering."
|
6514 |
msgstr ""
|
6515 |
|
6516 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:258
|
6517 |
msgid "Customers paying through a gateway which allows later payment (e.g. PayPal) will find a link within their customer account which redirects them to a pay page. This page offers the possibility to choose another gateway than before which may lead to further problems e.g. additional gateway costs etc. which would require a new order submittal. This option makes sure the customer gets redirected directly to the gateways payment page, e.g. to PayPal."
|
6518 |
msgstr ""
|
6519 |
|
6520 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:264
|
6521 |
msgid "Free shipping"
|
6522 |
msgstr ""
|
6523 |
|
6524 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:265
|
6525 |
msgid "Force free shipping method if available."
|
6526 |
msgstr ""
|
6527 |
|
6528 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:265
|
6529 |
msgid "By default WooCommerce will let customers choose other shipping methods than free shipping (if available). This option will force free shipping if available."
|
6530 |
msgstr ""
|
6531 |
|
6532 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:272
|
6533 |
msgid "Exclude Methods"
|
6534 |
msgstr ""
|
6535 |
|
6536 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:281
|
6537 |
msgid "Optionally choose methods which should be excluded from hiding when free shipping is available (e.g. express shipping options)."
|
6538 |
msgstr ""
|
6539 |
|
6540 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:293
|
6541 |
msgid "Add to Cart"
|
6542 |
msgstr ""
|
6543 |
|
6544 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:294
|
6545 |
msgid "Show add to cart button on listings."
|
6546 |
msgstr ""
|
6547 |
|
6548 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:298
|
6549 |
msgid "unset this option if you don't want to show the add to cart button within the product listings"
|
6550 |
msgstr ""
|
6551 |
|
6552 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:301
|
6553 |
msgid "Link"
|
6554 |
msgstr ""
|
6555 |
|
6556 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:302
|
6557 |
msgid "Link to product details page instead of add to cart within listings."
|
6558 |
msgstr ""
|
6559 |
|
6560 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:306
|
6561 |
msgid "Decide whether you like to link to your product's details page instead of displaying an add to cart button within product listings."
|
6562 |
msgstr ""
|
6563 |
|
6564 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:309
|
6565 |
msgid "Product Details Text"
|
6566 |
msgstr ""
|
6567 |
|
6568 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:311
|
6569 |
msgid "Details"
|
6570 |
msgstr ""
|
6571 |
|
6572 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:316
|
6573 |
msgid "If you have chosen to link to product details page instead of add to cart URL you may want to change the button text."
|
6574 |
msgstr ""
|
6575 |
|
6576 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:337
|
6577 |
msgid "Overview"
|
6578 |
msgstr ""
|
6579 |
|
6580 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:338
|
6581 |
msgid "You can always return to the settings overview by navigating through the breadcrumb navigation."
|
6582 |
msgstr ""
|
6583 |
|
6584 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:351
|
6585 |
msgid "Sections"
|
6586 |
msgstr ""
|
6587 |
|
6588 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:352
|
6589 |
msgid "Each setting tab might have sub sections containing more specific options."
|
6590 |
msgstr ""
|
6591 |
|
6592 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:366
|
6593 |
msgid "Adjust legal pages e.g. terms and conditions. These pages are used to add links within checkboxes and text attachments to emails."
|
6594 |
msgstr ""
|
6595 |
|
6660 |
msgstr ""
|
6661 |
|
6662 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:22
|
6663 |
+
#: woocommerce-germanized/includes/admin/views/setup/dhl.php:10
|
6664 |
+
msgid "DHL"
|
6665 |
+
msgstr ""
|
6666 |
+
|
6667 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:22
|
6668 |
+
msgid "Deutsche Post"
|
6669 |
+
msgstr ""
|
6670 |
+
|
6671 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:38
|
6672 |
msgid "Manage your shipping provider integrations."
|
6673 |
msgstr ""
|
6674 |
|
6675 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:49
|
6676 |
+
#, php-format
|
6677 |
+
msgid "Manage your shipping provider integrations, e.g. for %s."
|
6678 |
msgstr ""
|
6679 |
|
6680 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:20
|
6743 |
msgstr ""
|
6744 |
|
6745 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:134
|
6746 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:499
|
6747 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:546
|
6748 |
msgid "Format"
|
6749 |
msgstr ""
|
6750 |
|
6777 |
msgid "Tax Info"
|
6778 |
msgstr ""
|
6779 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6780 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:239
|
6781 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:272
|
6782 |
msgid "Delivery Time Notice"
|
6802 |
|
6803 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:320
|
6804 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:382
|
6805 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:282
|
6806 |
msgid "Shipping Costs"
|
6807 |
msgstr ""
|
6808 |
|
6832 |
msgstr ""
|
6833 |
|
6834 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:376
|
6835 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:960
|
6836 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:964
|
6837 |
msgid "{min_price} – {max_price}"
|
6838 |
msgstr ""
|
6839 |
|
6854 |
msgstr ""
|
6855 |
|
6856 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:406
|
6857 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:528
|
6858 |
msgid "Hide Notice"
|
6859 |
msgstr ""
|
6860 |
|
6878 |
msgid "Attach a global sale price notice to your footer."
|
6879 |
msgstr ""
|
6880 |
|
6881 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:454
|
6882 |
+
msgid "Same as global fallback"
|
6883 |
+
msgstr ""
|
6884 |
+
|
6885 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:466
|
6886 |
msgid "Fallback"
|
6887 |
msgstr ""
|
6888 |
|
6889 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:467
|
6890 |
msgid "This delivery time will be added to every product if no delivery time has been chosen individually"
|
6891 |
msgstr ""
|
6892 |
|
6893 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:474
|
6894 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:485
|
6895 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:496
|
6896 |
msgid "Manage Delivery Times"
|
6897 |
msgstr ""
|
6898 |
|
6899 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:477
|
6900 |
+
msgid "Fallback EU Countries"
|
6901 |
+
msgstr ""
|
6902 |
+
|
6903 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:478
|
6904 |
+
msgid "This delivery time will serve as a fallback for EU countries other than your base country."
|
6905 |
+
msgstr ""
|
6906 |
+
|
6907 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:488
|
6908 |
+
msgid "Fallback Third Countries"
|
6909 |
+
msgstr ""
|
6910 |
+
|
6911 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:489
|
6912 |
+
msgid "This delivery time will serve as a fallback for third countries other than your base country."
|
6913 |
+
msgstr ""
|
6914 |
+
|
6915 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:500
|
6916 |
msgid "This text will be used to indicate delivery time for products. Use {delivery_time} as placeholder."
|
6917 |
msgstr ""
|
6918 |
|
6919 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:504
|
6920 |
msgid "Delivery time: {delivery_time}"
|
6921 |
msgstr ""
|
6922 |
|
6923 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:507
|
6924 |
msgid "Digital text"
|
6925 |
msgstr ""
|
6926 |
|
6927 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:511
|
6928 |
msgid "Enter a text which will be shown as digital delivery time text (replacement for default digital time on digital products)."
|
6929 |
msgstr ""
|
6930 |
|
6931 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:514
|
6932 |
msgid "Backorder"
|
6933 |
msgstr ""
|
6934 |
|
6935 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:515
|
6936 |
msgid "Hide delivery time if a product is on backorder."
|
6937 |
msgstr ""
|
6938 |
|
6939 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:521
|
6940 |
msgid "Not in Stock"
|
6941 |
msgstr ""
|
6942 |
|
6943 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:522
|
6944 |
msgid "Hide delivery time if a product is not in stock."
|
6945 |
msgstr ""
|
6946 |
|
6947 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:529
|
6948 |
msgid "Select product types for which you might want to disable the delivery time notice."
|
6949 |
msgstr ""
|
6950 |
|
6951 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:547
|
6952 |
msgid "This text will be used to display the unit price. Use {price} to insert the price. If you want to specifically format unit price output use {base}, {unit} and {unit_price} as placeholders."
|
6953 |
msgstr ""
|
6954 |
|
6955 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:551
|
6956 |
msgid "{price}"
|
6957 |
msgstr ""
|
6958 |
|
6959 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:554
|
6960 |
msgid "Product units format"
|
6961 |
msgstr ""
|
6962 |
|
6963 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:555
|
6964 |
msgid "This text will be used to display the product units. Use {product_units} to insert the amount of product units. Use {unit} to insert the unit. Optionally display the formatted unit price with {unit_price}."
|
6965 |
msgstr ""
|
6966 |
|
6967 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:559
|
6968 |
msgid "Product contains: {product_units} {unit}"
|
6969 |
msgstr ""
|
6970 |
|
6971 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:562
|
6972 |
msgid "Variable Unit Price"
|
6973 |
msgstr ""
|
6974 |
|
6975 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:563
|
6976 |
msgid "Enable price range unit prices for variable products."
|
6977 |
msgstr ""
|
6978 |
|
6979 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:578
|
6980 |
msgid "Fallback Sale Label"
|
6981 |
msgstr ""
|
6982 |
|
6983 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:585
|
6984 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:595
|
6985 |
msgid "Manage Price Labels"
|
6986 |
msgstr ""
|
6987 |
|
6988 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:585
|
6989 |
msgid "Choose whether you would like to have a default sale price label to inform the customer about the regular price (e.g. Recommended Retail Price)."
|
6990 |
msgstr ""
|
6991 |
|
6992 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:588
|
6993 |
msgid "Fallback Regular Label"
|
6994 |
msgstr ""
|
6995 |
|
6996 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:595
|
6997 |
msgid "Choose whether you would like to have a default sale price regular label to inform the customer about the sale price (e.g. New Price)."
|
6998 |
msgstr ""
|
6999 |
|
7000 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:599
|
7001 |
+
#: woocommerce-germanized/src/Shopmarks.php:334
|
7002 |
msgid "Single Product"
|
7003 |
msgstr ""
|
7004 |
|
7005 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:600
|
7006 |
msgid "Show price labels on single product page."
|
7007 |
msgstr ""
|
7008 |
|
7009 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:607
|
7010 |
msgid "Loop"
|
7011 |
msgstr ""
|
7012 |
|
7013 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:608
|
7014 |
msgid "Show price labels in product loops."
|
7015 |
msgstr ""
|
7016 |
|
7024 |
msgstr ""
|
7025 |
|
7026 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:30
|
7027 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:489
|
7028 |
msgid "VAT"
|
7029 |
msgstr ""
|
7030 |
|
7187 |
msgstr ""
|
7188 |
|
7189 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:11
|
7190 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:28
|
7191 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:795
|
7192 |
msgid "Name"
|
7193 |
msgstr ""
|
7194 |
|
7195 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
7196 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:30
|
7197 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:814
|
7198 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:943
|
7199 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:124
|
7200 |
msgid "Description"
|
7201 |
msgstr ""
|
7202 |
|
7203 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:13
|
7204 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:29
|
7205 |
msgid "Enabled"
|
7206 |
msgstr ""
|
7207 |
|
7208 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:14
|
7209 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:851
|
7210 |
msgid "Mandatory"
|
7211 |
msgstr ""
|
7212 |
|
7227 |
msgid "Upgrade to %s"
|
7228 |
msgstr ""
|
7229 |
|
7230 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:15
|
7231 |
+
msgid "Manage license"
|
7232 |
+
msgstr ""
|
7233 |
+
|
7234 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:22
|
7235 |
msgid "Adapt your WooCommerce installation to the german market with Germanized."
|
7236 |
msgstr ""
|
7237 |
|
|
|
7238 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:70
|
7239 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:71
|
7240 |
msgid "Find out more"
|
7241 |
msgstr ""
|
7242 |
|
7243 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:72
|
7244 |
msgid "How to"
|
7245 |
msgstr ""
|
7246 |
|
|
|
7247 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:76
|
7248 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:77
|
7249 |
msgid "Manage settings"
|
7250 |
msgstr ""
|
7251 |
|
7252 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:78
|
7253 |
msgid "Manage"
|
7254 |
msgstr ""
|
7255 |
|
7431 |
msgid "Learn how to update outdated templates"
|
7432 |
msgstr ""
|
7433 |
|
|
|
|
|
|
|
|
|
7434 |
#: woocommerce-germanized/includes/admin/views/setup/dhl.php:12
|
7435 |
msgid "Want to easily ship your orders via DHL? Enable our deep DHL integration and start generating labels for shipments comfortably via your admin panel."
|
7436 |
msgstr ""
|
7531 |
msgid "Configure Germanized to your needs. You can always adjust these settings later on."
|
7532 |
msgstr ""
|
7533 |
|
7534 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:154
|
7535 |
msgid "Has been activated via DOI?"
|
7536 |
msgstr ""
|
7537 |
|
7538 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:162
|
7539 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:159
|
7540 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:39
|
7541 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:939
|
7542 |
#: woocommerce-germanized/includes/gateways/direct-debit/views/html-export.php:30
|
7543 |
msgid "Direct Debit"
|
7544 |
msgstr ""
|
7545 |
|
7546 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:167
|
7547 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:164
|
7548 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:87
|
7549 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:119
|
7550 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:168
|
7551 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:115
|
7552 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:612
|
7553 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:965
|
7554 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1097
|
7555 |
msgid "Account Holder"
|
7556 |
msgstr ""
|
7557 |
|
7558 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:172
|
7559 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:169
|
7560 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:88
|
7561 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:120
|
7562 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:169
|
7563 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:122
|
7564 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:613
|
7565 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:973
|
7566 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1101
|
7567 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1224
|
7568 |
msgid "IBAN"
|
7569 |
msgstr ""
|
7570 |
|
7571 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:177
|
7572 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:174
|
7573 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:89
|
7574 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:121
|
7575 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:170
|
7576 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:129
|
7577 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:614
|
7578 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1105
|
7579 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1225
|
7580 |
msgid "BIC/SWIFT"
|
7581 |
msgstr ""
|
7582 |
|
7585 |
msgstr ""
|
7586 |
|
7587 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:179
|
7588 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:136
|
7589 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:618
|
7590 |
msgid "Mandate Reference ID"
|
7591 |
msgstr ""
|
7592 |
|
7593 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:39
|
7594 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:71
|
7595 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:250
|
7596 |
msgid "Delivery Time ID"
|
7597 |
msgstr ""
|
7598 |
|
7599 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:44
|
7600 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:76
|
7601 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:255
|
7602 |
msgid "Delivery Time Name"
|
7603 |
msgstr ""
|
7604 |
|
7605 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:50
|
7606 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:87
|
7607 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:261
|
7608 |
msgid "Delivery Time Slug"
|
7609 |
msgstr ""
|
7610 |
|
7611 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:55
|
7612 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:92
|
7613 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:266
|
7614 |
msgid "Delivery Time HTML"
|
7615 |
msgstr ""
|
7616 |
|
7617 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:64
|
7618 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:130
|
7619 |
+
msgid "Country specific delivery times"
|
7620 |
+
msgstr ""
|
7621 |
+
|
7622 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:82
|
7623 |
+
msgid "ISO code of the country."
|
7624 |
+
msgstr ""
|
7625 |
+
|
7626 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:102
|
7627 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:125
|
7628 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:274
|
7629 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:297
|
7630 |
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:144
|
7631 |
msgid "Price Label"
|
7632 |
msgstr ""
|
7633 |
|
7634 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:107
|
7635 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:130
|
7636 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:279
|
7637 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:302
|
7638 |
msgid "Price Label ID"
|
7639 |
msgstr ""
|
7640 |
|
7641 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:112
|
7642 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:135
|
7643 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:284
|
7644 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:307
|
7645 |
msgid "Price Label Name"
|
7646 |
msgstr ""
|
7647 |
|
7648 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:118
|
7649 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:141
|
7650 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:290
|
7651 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:313
|
7652 |
msgid "Price Label Slug"
|
7653 |
msgstr ""
|
7654 |
|
7655 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:153
|
7656 |
msgid "Unit ID"
|
7657 |
msgstr ""
|
7658 |
|
7659 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:158
|
7660 |
msgid "Unit Name"
|
7661 |
msgstr ""
|
7662 |
|
7663 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:164
|
7664 |
msgid "Unit Slug"
|
7665 |
msgstr ""
|
7666 |
|
7667 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:176
|
7668 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:342
|
7669 |
msgid "Unit Base"
|
7670 |
msgstr ""
|
7671 |
|
7672 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:181
|
7673 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:347
|
7674 |
msgid "Unit Product"
|
7675 |
msgstr ""
|
7676 |
|
7677 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:186
|
7678 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:352
|
7679 |
msgid "Unit Auto Calculation"
|
7680 |
msgstr ""
|
7681 |
|
7682 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:192
|
7683 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:358
|
7684 |
msgid "Current Unit Price"
|
7685 |
msgstr ""
|
7686 |
|
7687 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:197
|
7688 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:363
|
7689 |
msgid "Unit Regular Price"
|
7690 |
msgstr ""
|
7691 |
|
7692 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:202
|
7693 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:368
|
7694 |
msgid "Unit Sale Price"
|
7695 |
msgstr ""
|
7696 |
|
7697 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:207
|
7698 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:373
|
7699 |
msgid "Unit Price HTML"
|
7700 |
msgstr ""
|
7701 |
|
7702 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:215
|
7703 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:326
|
7704 |
msgid "Small Cart Product Description"
|
7705 |
msgstr ""
|
7706 |
|
7707 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:220
|
7708 |
msgid "Deactivate the hint for additional shipping costs"
|
7709 |
msgstr ""
|
7710 |
|
7711 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:226
|
7712 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:331
|
7713 |
msgid "Age verification minimum age."
|
7714 |
msgstr ""
|
7715 |
|
7716 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:233
|
7717 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:320
|
7718 |
msgid "Whether this product is a service or not"
|
7719 |
msgstr ""
|
7720 |
|
7721 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:239
|
7722 |
msgid "Whether this product applies for differential taxation or not"
|
7723 |
msgstr ""
|
7724 |
|
7725 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:75
|
7726 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:75
|
7727 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:75
|
7728 |
msgid "Unique identifier for the resource."
|
7729 |
msgstr ""
|
7730 |
|
7731 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:81
|
7732 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:81
|
7733 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:81
|
7734 |
msgid "Resource name."
|
7735 |
msgstr ""
|
7736 |
|
7737 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:89
|
7738 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:89
|
7739 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:89
|
7740 |
msgid "An alphanumeric identifier for the resource unique to its type."
|
7741 |
msgstr ""
|
7742 |
|
7743 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:97
|
7744 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:97
|
7745 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:97
|
7746 |
msgid "HTML description of the resource."
|
7747 |
msgstr ""
|
7748 |
|
7749 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:105
|
7750 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:105
|
7751 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:105
|
7752 |
msgid "Number of published products for the resource."
|
7753 |
msgstr ""
|
7754 |
|
7777 |
msgid "Thank you. We have received your Revocation Request. You will receive a conformation email within a few minutes."
|
7778 |
msgstr ""
|
7779 |
|
7780 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:161
|
7781 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:167
|
7782 |
msgid "Please check the street field and make sure to provide a valid street number."
|
7783 |
msgstr ""
|
7784 |
|
7785 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:291
|
7786 |
msgid "Sorry, but differential taxed products cannot be purchased with normal products at the same time."
|
7787 |
msgstr ""
|
7788 |
|
7789 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:297
|
7790 |
msgid "Sorry, but normal products cannot be purchased together with differential taxed products at the same time."
|
7791 |
msgstr ""
|
7792 |
|
7793 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1048
|
7794 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:51
|
7795 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:642
|
7796 |
msgid "Mr."
|
7797 |
msgstr ""
|
7798 |
|
7799 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1049
|
7800 |
msgctxt "customer-title-male-address"
|
7801 |
msgid "Mr."
|
7802 |
msgstr ""
|
7803 |
|
7804 |
+
#: woocommerce-germanized/includes/class-wc-gzd-cli.php:47
|
7805 |
+
#, php-format
|
7806 |
+
msgid "No updates required. Database version is %s"
|
7807 |
+
msgstr ""
|
7808 |
+
|
7809 |
+
#: woocommerce-germanized/includes/class-wc-gzd-cli.php:52
|
7810 |
+
#, php-format
|
7811 |
+
msgid "Found %1$d updates (%2$s)"
|
7812 |
+
msgstr ""
|
7813 |
+
|
7814 |
+
#: woocommerce-germanized/includes/class-wc-gzd-cli.php:54
|
7815 |
+
msgid "Updating database"
|
7816 |
+
msgstr ""
|
7817 |
+
|
7818 |
+
#: woocommerce-germanized/includes/class-wc-gzd-cli.php:75
|
7819 |
+
#, php-format
|
7820 |
+
msgid "%1$d update functions completed. Database version is %2$s"
|
7821 |
+
msgstr ""
|
7822 |
+
|
7823 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:80
|
7824 |
msgid "The cart contains one or more vouchers. Vouchers cannot be mixed with normal coupons."
|
7825 |
msgstr ""
|
7826 |
|
7827 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:82
|
7828 |
msgid "The cart contains one or more coupons. Vouchers cannot be mixed with normal coupons. Please remove the coupon before adding your voucher."
|
7829 |
msgstr ""
|
7830 |
|
7831 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:428
|
7832 |
msgid "Is voucher?"
|
7833 |
msgstr ""
|
7834 |
|
7835 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:429
|
7836 |
#, php-format
|
7837 |
msgid "Whether or not this coupon is a voucher which has been sold to a customer without VAT and needs to be taxed as soon as the customer redeems the voucher. Find more information <a href=\"%s\" target=\"_blank\">here</a>."
|
7838 |
msgstr ""
|
7839 |
|
7840 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:162
|
7841 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:233
|
7842 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:344
|
7843 |
msgid "Please activate your account through clicking on the activation link received via email."
|
7844 |
msgstr ""
|
7845 |
|
7846 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:175
|
7847 |
#, php-format
|
7848 |
msgid "Did not receive the activation email? <a href=\"%s\">Try again</a>."
|
7849 |
msgstr ""
|
7850 |
|
7851 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:356
|
7852 |
#, php-format
|
7853 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
7854 |
msgstr ""
|
7855 |
|
7856 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:358
|
7857 |
msgid "Please create an account or login before continuing to checkout"
|
7858 |
msgstr ""
|
7859 |
|
7860 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:467
|
7861 |
#, php-format
|
7862 |
msgid "Please activate your account through clicking on the activation link received via email. Did not receive the email? <a href=\"%s\">Try again</a>."
|
7863 |
msgstr ""
|
7864 |
|
7865 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:499
|
7866 |
msgid "This activation code has expired. We have sent you a new activation code via e-mail."
|
7867 |
msgstr ""
|
7868 |
|
7869 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:501
|
7870 |
msgid "Sorry, but this activation code cannot be found."
|
7871 |
msgstr ""
|
7872 |
|
7873 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:505
|
7874 |
msgid "Thank you. You have successfully activated your account."
|
7875 |
msgstr ""
|
7876 |
|
7877 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:686
|
7878 |
msgid "Expired activation key"
|
7879 |
msgstr ""
|
7880 |
|
7881 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:691
|
7882 |
msgid "Invalid activation key"
|
7883 |
msgstr ""
|
7884 |
|
7885 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:212
|
7886 |
msgid "BCC recipients"
|
7887 |
msgstr ""
|
7888 |
|
7889 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:214
|
7890 |
msgid "Enter blind-copy recipients (comma separated) for this email."
|
7891 |
msgstr ""
|
7892 |
|
7893 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:287
|
7894 |
msgid "Confirmation text"
|
7895 |
msgstr ""
|
7896 |
|
7897 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:288
|
7898 |
msgid "Your order has been received and is now being processed. Your order details are shown below for your reference:"
|
7899 |
msgstr ""
|
7900 |
|
7901 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:289
|
7902 |
msgid "This text will be inserted within the order confirmation email. Use {order_number}, {site_title} or {order_date} as placeholder."
|
7903 |
msgstr ""
|
7904 |
|
7905 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:406
|
7906 |
msgid "Your order has been received and is now being processed. Your order details are shown below for your reference."
|
7907 |
msgstr ""
|
7908 |
|
7909 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:452
|
7910 |
msgid "Someone requested a password reset for your account."
|
7911 |
msgstr ""
|
7912 |
|
7913 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:467
|
7914 |
#, php-format
|
7915 |
msgid "Thanks for creating an account on %s."
|
7916 |
msgstr ""
|
7917 |
|
7918 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:1195
|
7919 |
msgctxt "revocation-form"
|
7920 |
msgid "Forward your withdrawal online"
|
7921 |
msgstr ""
|
7922 |
|
7923 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:159
|
7924 |
#, php-format
|
7925 |
msgid "Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before installing WooCommerce Germanized. Thank you!"
|
7926 |
msgstr ""
|
7927 |
|
7928 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:488
|
7929 |
msgctxt "Page slug"
|
7930 |
msgid "data-security"
|
7931 |
msgstr ""
|
7932 |
|
7933 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:489
|
7934 |
msgctxt "Page title"
|
7935 |
msgid "Privacy Policy"
|
7936 |
msgstr ""
|
7937 |
|
7938 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:493
|
7939 |
msgctxt "Page slug"
|
7940 |
msgid "imprint"
|
7941 |
msgstr ""
|
7942 |
|
7943 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:494
|
7944 |
msgctxt "Page title"
|
7945 |
msgid "Imprint"
|
7946 |
msgstr ""
|
7947 |
|
7948 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:498
|
7949 |
msgctxt "Page slug"
|
7950 |
msgid "terms"
|
7951 |
msgstr ""
|
7952 |
|
7953 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:499
|
7954 |
msgctxt "Page title"
|
7955 |
msgid "Terms & Conditions"
|
7956 |
msgstr ""
|
7957 |
|
7958 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:503
|
7959 |
msgctxt "Page slug"
|
7960 |
msgid "revocation"
|
7961 |
msgstr ""
|
7962 |
|
7963 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:504
|
7964 |
msgctxt "Page title"
|
7965 |
msgid "Cancellation Policy"
|
7966 |
msgstr ""
|
7967 |
|
7968 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:508
|
7969 |
msgctxt "Page slug"
|
7970 |
msgid "shipping-methods"
|
7971 |
msgstr ""
|
7972 |
|
7973 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:509
|
7974 |
msgctxt "Page title"
|
7975 |
msgid "Shipping Methods"
|
7976 |
msgstr ""
|
7977 |
|
7978 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:513
|
7979 |
msgctxt "Page slug"
|
7980 |
msgid "payment-methods"
|
7981 |
msgstr ""
|
7982 |
|
7983 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:514
|
7984 |
msgctxt "Page title"
|
7985 |
msgid "Payment Methods"
|
7986 |
msgstr ""
|
7987 |
|
7988 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:122
|
7989 |
+
msgid "With your order, you agree to have read and understood our {term_link}Terms and Conditions{/term_link} and {revocation_link}Cancellation Policy{/revocation_link}."
|
7990 |
msgstr ""
|
7991 |
|
7992 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:123
|
7993 |
+
msgid "To complete the order you have to accept to our {term_link}Terms and Conditions{/term_link} and {revocation_link}Cancellation Policy{/revocation_link}."
|
7994 |
msgstr ""
|
7995 |
|
7996 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:129
|
7997 |
msgid "Legal"
|
7998 |
msgstr ""
|
7999 |
|
8000 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:130
|
8001 |
+
msgid "General legal checkbox which shall include terms and cancellation policy."
|
8002 |
msgstr ""
|
8003 |
|
8004 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:138
|
8005 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:24
|
8006 |
msgid "For digital products: I strongly agree that the execution of the agreement starts before the revocation period has expired. I am aware that my right of withdrawal ceases with the beginning of the agreement."
|
8007 |
msgstr ""
|
8008 |
|
8009 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:139
|
8010 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:25
|
8011 |
msgid "To retrieve direct access to digital content you have to agree to the loss of your right of withdrawal."
|
8012 |
msgstr ""
|
8013 |
|
8014 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:145
|
8015 |
msgid "Digital"
|
8016 |
msgstr ""
|
8017 |
|
8018 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:146
|
8019 |
msgid "Asks the customer to skip revocation period for digital products."
|
8020 |
msgstr ""
|
8021 |
|
8022 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:155
|
8023 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:31
|
8024 |
msgid "For services: I demand and acknowledge the immediate performance of the service before the expiration of the withdrawal period. I acknowledge that thereby I lose my right to cancel once the service has begun."
|
8025 |
msgstr ""
|
8026 |
|
8027 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:156
|
8028 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:32
|
8029 |
msgid "To allow the immediate performance of the services you have to agree to the loss of your right of withdrawal."
|
8030 |
msgstr ""
|
8031 |
|
8032 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:163
|
8033 |
msgid "Asks the customer to skip revocation period for services."
|
8034 |
msgstr ""
|
8035 |
|
8036 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:171
|
8037 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:40
|
8038 |
msgid "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."
|
8039 |
msgstr ""
|
8040 |
|
8041 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:176
|
8042 |
msgid "Please accept our parcel delivery agreement"
|
8043 |
msgstr ""
|
8044 |
|
8045 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:181
|
8046 |
msgid "Parcel Delivery"
|
8047 |
msgstr ""
|
8048 |
|
8049 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:182
|
8050 |
msgid "Asks the customer to hand over data to the parcel delivery service provider."
|
8051 |
msgstr ""
|
8052 |
|
8053 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:191
|
8054 |
msgid "I hereby confirm that I'm at least {age} years old."
|
8055 |
msgstr ""
|
8056 |
|
8057 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:193
|
8058 |
msgid "Please confirm your age."
|
8059 |
msgstr ""
|
8060 |
|
8061 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:200
|
8062 |
msgid "Asks the customer to confirm a minimum age."
|
8063 |
msgstr ""
|
8064 |
|
8065 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:209
|
8066 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:44
|
8067 |
msgid "Yes, I’d like create a new account and have read and understood the {data_security_link}data privacy statement{/data_security_link}."
|
8068 |
msgstr ""
|
8069 |
|
8070 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:212
|
8071 |
msgid "Please accept our privacy policy to create a new customer account"
|
8072 |
msgstr ""
|
8073 |
|
8074 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:217
|
8075 |
+
msgid "New account"
|
8076 |
msgstr ""
|
8077 |
|
8078 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:218
|
8079 |
+
msgid "Let customers accept your privacy policy before creating a new account."
|
8080 |
+
msgstr ""
|
8081 |
+
|
8082 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:243
|
8083 |
msgid "I hereby agree to the {link}direct debit mandate{/link}."
|
8084 |
msgstr ""
|
8085 |
|
8086 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:249
|
8087 |
msgid "Please accept the direct debit mandate."
|
8088 |
msgstr ""
|
8089 |
|
8090 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:254
|
8091 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:200
|
8092 |
msgid "SEPA"
|
8093 |
msgstr ""
|
8094 |
|
8095 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:255
|
8096 |
msgid "Asks the customer to issue the SEPA mandate."
|
8097 |
msgstr ""
|
8098 |
|
8099 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:648
|
8100 |
msgid "Register form"
|
8101 |
msgstr ""
|
8102 |
|
8103 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:649
|
8104 |
msgid "Pay for order"
|
8105 |
msgstr ""
|
8106 |
|
8107 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:650
|
8108 |
msgid "Reviews"
|
8109 |
msgstr ""
|
8110 |
|
8111 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:717
|
8112 |
#, php-format
|
8113 |
msgid "Checkbox location %s does not exist."
|
8114 |
msgstr ""
|
8115 |
|
8116 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:743
|
8117 |
#, php-format
|
8118 |
msgid "Please make sure to check %s checkbox."
|
8119 |
msgstr ""
|
8120 |
|
8121 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:748
|
8122 |
#, php-format
|
8123 |
msgid "Checkbox with name %s does already exist."
|
8124 |
msgstr ""
|
8125 |
|
8126 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:346
|
8127 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:366
|
8128 |
#, php-format
|
8129 |
msgid "%s is a mandatory field."
|
8130 |
msgstr ""
|
8131 |
|
8132 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:790
|
8133 |
msgid "Enable checkbox"
|
8134 |
msgstr ""
|
8135 |
|
8136 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:799
|
8137 |
msgid "Choose a name to identify your checkbox. Upon creating a new checkbox, this value is being used to generate the Id."
|
8138 |
msgstr ""
|
8139 |
|
8140 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:804
|
8141 |
msgid "Id"
|
8142 |
msgstr ""
|
8143 |
|
8144 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:808
|
8145 |
msgid "The checkbox Id is the unique indentifier which is used to identify the checkbox within the code. Cannot be edited after creating the checkbox."
|
8146 |
msgstr ""
|
8147 |
|
8148 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:817
|
8149 |
msgid "Describe the use case of your checkbox."
|
8150 |
msgstr ""
|
8151 |
|
8152 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:827
|
8153 |
msgid "Choose a label to be inserted next to the checkbox."
|
8154 |
msgstr ""
|
8155 |
|
8156 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:828
|
8157 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:838
|
8158 |
#, php-format
|
8159 |
msgid "You may use one of the following placeholders within the text: %s"
|
8160 |
msgstr ""
|
8161 |
|
8162 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:833
|
8163 |
msgid "Error Message"
|
8164 |
msgstr ""
|
8165 |
|
8166 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:837
|
8167 |
msgid "Choose an error message to be shown when the user has not confirmed the checkbox."
|
8168 |
msgstr ""
|
8169 |
|
8170 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:843
|
8171 |
msgid "Hide input"
|
8172 |
msgstr ""
|
8173 |
|
8174 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:846
|
8175 |
msgid "Do only show a label and hide the actual checkbox."
|
8176 |
msgstr ""
|
8177 |
|
8178 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:854
|
8179 |
msgid "Mark the checkbox as mandatory."
|
8180 |
msgstr ""
|
8181 |
|
8182 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:859
|
8183 |
msgid "Locations"
|
8184 |
msgstr ""
|
8185 |
|
8186 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:863
|
8187 |
msgid "Choose where to display your checkbox."
|
8188 |
msgstr ""
|
8189 |
|
8190 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:152
|
8191 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:208
|
8192 |
#, php-format
|
8193 |
msgid "%s payment charge"
|
8194 |
msgstr ""
|
8195 |
|
8196 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:155
|
8197 |
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:35
|
8198 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:527
|
8199 |
#, php-format
|
8200 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
8201 |
msgstr ""
|
8202 |
|
8203 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:242
|
8204 |
msgid "Fee"
|
8205 |
msgstr ""
|
8206 |
|
8207 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:244
|
8208 |
msgid "This fee is being added if customer selects payment method within checkout."
|
8209 |
msgstr ""
|
8210 |
|
8211 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:250
|
8212 |
msgid "Fee is taxable?"
|
8213 |
msgstr ""
|
8214 |
|
8215 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:252
|
8216 |
msgid "Check if fee is taxable."
|
8217 |
msgstr ""
|
8218 |
|
8219 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:258
|
8220 |
msgid "Forwarding Fee"
|
8221 |
msgstr ""
|
8222 |
|
8223 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:261
|
8224 |
msgid "Forwarding fee will be charged by the transport agent in addition to the cash of delivery fee e.g. DHL - tax free."
|
8225 |
msgstr ""
|
8226 |
|
8227 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:299
|
8228 |
msgid "Payment charge"
|
8229 |
msgstr ""
|
8230 |
|
8334 |
msgid "New Price Label Name"
|
8335 |
msgstr ""
|
8336 |
|
8337 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:84
|
8338 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:118
|
8339 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:165
|
8340 |
msgid "Postnumber"
|
8341 |
msgstr ""
|
8342 |
|
8343 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:85
|
8344 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:166
|
8345 |
msgid "Billing Title"
|
8346 |
msgstr ""
|
8347 |
|
8348 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:86
|
8349 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:167
|
8350 |
msgid "Shipping Title"
|
8351 |
msgstr ""
|
8352 |
|
8353 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:97
|
8354 |
#, php-format
|
8355 |
msgid "Removed customer \"%s\""
|
8356 |
msgstr ""
|
8357 |
|
8358 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:122
|
8359 |
msgid "Mandate Date"
|
8360 |
msgstr ""
|
8361 |
|
8362 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:123
|
8363 |
msgid "Mandate ID"
|
8364 |
msgstr ""
|
8365 |
|
8366 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:124
|
8367 |
msgid "Mandate Email"
|
8368 |
msgstr ""
|
8369 |
|
8370 |
+
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:69
|
8371 |
msgid "Visible during checkout"
|
8372 |
msgstr ""
|
8373 |
|
8374 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:32
|
8375 |
msgctxt "revocation-form"
|
8376 |
msgid "Withdrawal"
|
8377 |
msgstr ""
|
8378 |
|
8379 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:34
|
8380 |
msgctxt "revocation-form"
|
8381 |
msgid "Tip: Delete whatever entry does not apply, and provide, as needed"
|
8382 |
msgstr ""
|
8383 |
|
8384 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:35
|
8385 |
msgctxt "revocation-form"
|
8386 |
msgid "I/We hereby give notice that I/We withdraw from my/our contract of sale of the following goods/provision of the following service: "
|
8387 |
msgstr ""
|
8388 |
|
8389 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:39
|
8390 |
msgctxt "revocation-form"
|
8391 |
msgid "Received"
|
8392 |
msgstr ""
|
8393 |
|
8394 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:43
|
8395 |
msgctxt "revocation-form"
|
8396 |
msgid "Order Date"
|
8397 |
msgstr ""
|
8398 |
|
8399 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:45
|
8400 |
msgctxt "revocation-form"
|
8401 |
msgid "Customer Data"
|
8402 |
msgstr ""
|
8403 |
|
8404 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:48
|
8405 |
msgctxt "revocation-form"
|
8406 |
msgid "Title"
|
8407 |
msgstr ""
|
8408 |
|
8409 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
8410 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:643
|
8411 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:663
|
8412 |
msgid "Ms."
|
8413 |
msgstr ""
|
8414 |
|
8415 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:57
|
8416 |
msgctxt "revocation-form"
|
8417 |
msgid "First Name"
|
8418 |
msgstr ""
|
8419 |
|
8420 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:62
|
8421 |
msgctxt "revocation-form"
|
8422 |
msgid "Last Name"
|
8423 |
msgstr ""
|
8424 |
|
8425 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:67
|
8426 |
msgctxt "revocation-form"
|
8427 |
msgid "Street"
|
8428 |
msgstr ""
|
8429 |
|
8430 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:72
|
8431 |
msgctxt "revocation-form"
|
8432 |
msgid "Postal Code"
|
8433 |
msgstr ""
|
8434 |
|
8435 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:77
|
8436 |
msgctxt "revocation-form"
|
8437 |
msgid "City"
|
8438 |
msgstr ""
|
8439 |
|
8440 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:82
|
8441 |
msgctxt "revocation-form"
|
8442 |
msgid "Country"
|
8443 |
msgstr ""
|
8444 |
|
8445 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:88
|
8446 |
msgctxt "revocation-form"
|
8447 |
msgid "Mail"
|
8448 |
msgstr ""
|
8449 |
|
8450 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:104
|
8451 |
#, php-format
|
8452 |
msgctxt "revocation-form"
|
8453 |
+
msgid "Please accept our <a href=\"%s\" target=\"_blank\">Privacy Policy</a> so that we can process your inquiry."
|
8454 |
msgstr ""
|
8455 |
|
8456 |
+
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:22
|
8457 |
msgid "General purpose encryption, e.g. application password stored within settings"
|
8458 |
msgstr ""
|
8459 |
|
8460 |
+
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:24
|
8461 |
#, php-format
|
8462 |
msgid "Encryption of type %s"
|
8463 |
msgstr ""
|
8464 |
|
8465 |
+
#: woocommerce-germanized/includes/class-wc-gzd-secret-box-helper.php:28
|
8466 |
#, php-format
|
8467 |
msgid "Attention! The <em>%1$s</em> (%2$s) constant is missing. Germanized uses a derived key based on the <em>LOGGED_IN_KEY</em> constant instead. This constant might change under certain circumstances. To prevent data losses, please insert the following snippet within your <a href=\"%3$s\" target=\"_blank\">wp-config.php</a> file:"
|
8468 |
msgstr ""
|
8469 |
|
8470 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-et-builder.php:55
|
8471 |
+
#, php-format
|
8472 |
+
msgid "Seems like you are using the Divi builder to build your product page. Please do make sure to place your <a %1$s>shopmarks</a> (e.g. VAT notice) accordingly by using <a %2$s>shortcodes</a>."
|
8473 |
+
msgstr ""
|
8474 |
+
|
8475 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-et-builder.php:56
|
8476 |
+
msgid "Place them by inserting a text widget to the builder and paste one of the following shortcodes:"
|
8477 |
+
msgstr ""
|
8478 |
+
|
8479 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:274
|
8480 |
msgctxt "polylang"
|
8481 |
msgid "Unit Price Metas"
|
8482 |
msgstr ""
|
8483 |
|
8484 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:275
|
8485 |
msgctxt "polylang"
|
8486 |
msgid "Note the last unit price field is the final unit price taking into account the effect of unit sale price"
|
8487 |
msgstr ""
|
8488 |
|
8489 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:288
|
8490 |
msgctxt "polylang"
|
8491 |
msgid "Sale Price Labels"
|
8492 |
msgstr ""
|
8493 |
|
8494 |
+
#: woocommerce-germanized/includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php:289
|
8495 |
msgctxt "polylang"
|
8496 |
msgid "Sale price labels used to mark old prices (e.g. Recommended Retail Price)"
|
8497 |
msgstr ""
|
8539 |
msgstr ""
|
8540 |
|
8541 |
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-cancelled-order.php:208
|
8542 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:930
|
8543 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:111
|
8544 |
msgid "Enable/Disable"
|
8545 |
msgstr ""
|
8667 |
msgid "Email contains a copy of the SEPA mandate generated by information provided by the customer."
|
8668 |
msgstr ""
|
8669 |
|
8670 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:54
|
8671 |
msgctxt "exporter"
|
8672 |
msgid "Is service?"
|
8673 |
msgstr ""
|
8674 |
|
8675 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:55
|
8676 |
msgctxt "exporter"
|
8677 |
msgid "Is differential taxed?"
|
8678 |
msgstr ""
|
8679 |
|
8680 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:56
|
8681 |
msgctxt "exporter"
|
8682 |
msgid "Has free shipping?"
|
8683 |
msgstr ""
|
8684 |
|
8685 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:57
|
8686 |
msgctxt "exporter"
|
8687 |
msgid "Unit price regular"
|
8688 |
msgstr ""
|
8689 |
|
8690 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:58
|
8691 |
msgctxt "exporter"
|
8692 |
msgid "Unit price sale"
|
8693 |
msgstr ""
|
8694 |
|
8695 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:59
|
8696 |
msgctxt "exporter"
|
8697 |
msgid "Unit price calculated automatically?"
|
8698 |
msgstr ""
|
8699 |
|
8700 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:60
|
8701 |
msgctxt "exporter"
|
8702 |
msgid "Unit"
|
8703 |
msgstr ""
|
8704 |
|
8705 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:61
|
8706 |
msgctxt "exporter"
|
8707 |
msgid "Unit base"
|
8708 |
msgstr ""
|
8709 |
|
8710 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:62
|
8711 |
msgctxt "exporter"
|
8712 |
msgid "Unit product"
|
8713 |
msgstr ""
|
8714 |
|
8715 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:63
|
8716 |
msgctxt "exporter"
|
8717 |
msgid "Cart description"
|
8718 |
msgstr ""
|
8719 |
|
8720 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:64
|
8721 |
msgctxt "exporter"
|
8722 |
msgid "Delivery time"
|
8723 |
msgstr ""
|
8724 |
|
8725 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:65
|
8726 |
msgctxt "exporter"
|
8727 |
msgid "Sale price label"
|
8728 |
msgstr ""
|
8729 |
|
8730 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:66
|
8731 |
msgctxt "exporter"
|
8732 |
msgid "Sale price regular label"
|
8733 |
msgstr ""
|
8734 |
|
8735 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:117
|
8736 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:54
|
8737 |
+
#, php-format
|
8738 |
+
msgid "Delivery Time: %s"
|
8739 |
+
msgstr ""
|
8740 |
+
|
8741 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:40
|
8742 |
#, php-format
|
8743 |
msgid "Allows you to offer direct debit as a payment method to your customers. Adds SEPA fields to checkout. %s"
|
8747 |
msgid "SEPA XML Bulk Export"
|
8748 |
msgstr ""
|
8749 |
|
8750 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:63
|
8751 |
msgid ""
|
8752 |
"[company_info]\n"
|
8753 |
"debtee identification number: [company_identification_number]\n"
|
8777 |
"Please notice: Period for pre-information of the SEPA direct debit is shortened to one day."
|
8778 |
msgstr ""
|
8779 |
|
8780 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:208
|
8781 |
msgid "SEPA XML"
|
8782 |
msgstr ""
|
8783 |
|
8784 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:284
|
8785 |
msgid "SEPA XML Export"
|
8786 |
msgstr ""
|
8787 |
|
8788 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:513
|
8789 |
#, php-format
|
8790 |
msgid "Order %s"
|
8791 |
msgstr ""
|
8792 |
|
8793 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:544
|
8794 |
msgid "Will be notified separately"
|
8795 |
msgstr ""
|
8796 |
|
8797 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:633
|
8798 |
#, php-format
|
8799 |
msgid "We will debit %s from your account by direct debit on or shortly after %s."
|
8800 |
msgstr ""
|
8801 |
|
8802 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:827
|
8803 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:873
|
8804 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:906
|
8805 |
msgid "a single payment"
|
8806 |
msgstr ""
|
8807 |
|
8808 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:932
|
8809 |
msgid "Enable Direct Debit Payment"
|
8810 |
msgstr ""
|
8811 |
|
8812 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:936
|
8813 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:117
|
8814 |
msgctxt "gateway"
|
8815 |
msgid "Title"
|
8816 |
msgstr ""
|
8817 |
|
8818 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:938
|
8819 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:119
|
8820 |
msgid "This controls the title which the user sees during checkout."
|
8821 |
msgstr ""
|
8822 |
|
8823 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:945
|
8824 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:126
|
8825 |
msgid "Payment method description that the customer will see on your checkout."
|
8826 |
msgstr ""
|
8827 |
|
8828 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:946
|
8829 |
msgid "The order amount will be debited directly from your bank account."
|
8830 |
msgstr ""
|
8831 |
|
8832 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:950
|
8833 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:131
|
8834 |
msgid "Instructions"
|
8835 |
msgstr ""
|
8836 |
|
8837 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:952
|
8838 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:133
|
8839 |
msgid "Instructions that will be added to the thank you page and emails."
|
8840 |
msgstr ""
|
8841 |
|
8842 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:957
|
8843 |
msgid "Debtee"
|
8844 |
msgstr ""
|
8845 |
|
8846 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:959
|
8847 |
msgid "Insert your company information."
|
8848 |
msgstr ""
|
8849 |
|
8850 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:961
|
8851 |
msgid "Company Inc, John Doe Street, New York"
|
8852 |
msgstr ""
|
8853 |
|
8854 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:967
|
8855 |
msgid "Insert the bank account holder name."
|
8856 |
msgstr ""
|
8857 |
|
8858 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:969
|
8859 |
msgid "Company Inc"
|
8860 |
msgstr ""
|
8861 |
|
8862 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:975
|
8863 |
msgid "Insert the bank account IBAN."
|
8864 |
msgstr ""
|
8865 |
|
8866 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:980
|
8867 |
msgid "BIC"
|
8868 |
msgstr ""
|
8869 |
|
8870 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:982
|
8871 |
msgid "Insert the bank account BIC."
|
8872 |
msgstr ""
|
8873 |
|
8874 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:987
|
8875 |
msgid "Debtee identification number"
|
8876 |
msgstr ""
|
8877 |
|
8878 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:989
|
8879 |
#, php-format
|
8880 |
msgid "Insert your debtee indentification number. More information can be found <a href=\"%s\">here</a>."
|
8881 |
msgstr ""
|
8882 |
|
8883 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:993
|
8884 |
msgid "Generate Mandate ID"
|
8885 |
msgstr ""
|
8886 |
|
8887 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:995
|
8888 |
msgid "Automatically generate Mandate ID."
|
8889 |
msgstr ""
|
8890 |
|
8891 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:996
|
8892 |
msgid "Automatically generate Mandate ID after order completion (based on Order ID)."
|
8893 |
msgstr ""
|
8894 |
|
8895 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1000
|
8896 |
msgid "XML Pain Format"
|
8897 |
msgstr ""
|
8898 |
|
8899 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1002
|
8900 |
msgid "You may adjust the XML Export Pain Schema to your banks needs. Some banks may require pain.001.003.03."
|
8901 |
msgstr ""
|
8902 |
|
8903 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1006
|
8904 |
msgid "Mandate ID Format"
|
8905 |
msgstr ""
|
8906 |
|
8907 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1008
|
8908 |
msgid "You may extend the Mandate ID format by adding a prefix and/or suffix. Use {id} as placeholder to insert the automatically generated ID."
|
8909 |
msgstr ""
|
8910 |
|
8911 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1012
|
8912 |
msgid "Mandate Text"
|
8913 |
msgstr ""
|
8914 |
|
8915 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1014
|
8916 |
msgid "This text will be populated with live order/checkout data. Will be used as preview direct debit mandate and as email template text."
|
8917 |
msgstr ""
|
8918 |
|
8919 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1020
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8920 |
msgid "Enable pre-notification"
|
8921 |
msgstr ""
|
8922 |
|
8923 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1021
|
8924 |
msgid "Insert pre-notification text within the order confirmation email."
|
8925 |
msgstr ""
|
8926 |
|
8927 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1023
|
8928 |
msgid "This option inserts a standard text containing a pre-notification for the customer."
|
8929 |
msgstr ""
|
8930 |
|
8931 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1027
|
8932 |
msgid "Debit days"
|
8933 |
msgstr ""
|
8934 |
|
8935 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1029
|
8936 |
msgid "This option is used to calculate the debit date and is added to the order date."
|
8937 |
msgstr ""
|
8938 |
|
8939 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1033
|
8940 |
msgid "Mask IBAN"
|
8941 |
msgstr ""
|
8942 |
|
8943 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1034
|
8944 |
msgid "Mask the IBAN within emails."
|
8945 |
msgstr ""
|
8946 |
|
8947 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1036
|
8948 |
msgid "This will lead to masked IBANs within emails (replaced by *). All but last 4 digits will be masked."
|
8949 |
msgstr ""
|
8950 |
|
8951 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1046
|
8952 |
msgid "Remember"
|
8953 |
msgstr ""
|
8954 |
|
8955 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1047
|
8956 |
msgid "Remember account data for returning customers."
|
8957 |
msgstr ""
|
8958 |
|
8959 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1049
|
8960 |
msgid "Save account data as user meta if user has/creates a customer account."
|
8961 |
msgstr ""
|
8962 |
|
8963 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1159
|
8964 |
msgid "Please insert your SEPA account data."
|
8965 |
msgstr ""
|
8966 |
|
8967 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1180
|
8968 |
msgid "Your IBAN seems to be invalid."
|
8969 |
msgstr ""
|
8970 |
|
8971 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1182
|
8972 |
msgid "Your IBAN's country code doesn’t match with your billing country."
|
8973 |
msgstr ""
|
8974 |
|
8975 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1187
|
8976 |
msgid "Your BIC seems to be invalid."
|
8977 |
msgstr ""
|
8978 |
|
8979 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1226
|
8980 |
msgid "is invalid"
|
8981 |
msgstr ""
|
8982 |
|
8983 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1288
|
8984 |
msgid "Awaiting Direct Debit Payment"
|
8985 |
msgstr ""
|
8986 |
|
9076 |
msgid "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}."
|
9077 |
msgstr ""
|
9078 |
|
9079 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:229
|
9080 |
msgid ">= 12 years"
|
9081 |
msgstr ""
|
9082 |
|
9083 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:230
|
9084 |
msgid ">= 16 years"
|
9085 |
msgstr ""
|
9086 |
|
9087 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:231
|
9088 |
msgid ">= 18 years"
|
9089 |
msgstr ""
|
9090 |
|
9091 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:232
|
9092 |
msgid ">= 21 years"
|
9093 |
msgstr ""
|
9094 |
|
9095 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:233
|
9096 |
msgid ">= 25 years"
|
9097 |
msgstr ""
|
9098 |
|
9099 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:238
|
9100 |
msgctxt "age"
|
9101 |
msgid "None"
|
9102 |
msgstr ""
|
9103 |
|
9104 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:489
|
9105 |
#, php-format
|
9106 |
msgid "%s%% VAT"
|
9107 |
msgstr ""
|
9108 |
|
9109 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:641
|
9110 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:670
|
9111 |
msgctxt "title-option"
|
9112 |
msgid "None"
|
9113 |
msgstr ""
|
9114 |
|
9115 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:644
|
9116 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:670
|
9117 |
msgid "Mx"
|
9118 |
msgstr ""
|
9119 |
|
9120 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:921
|
9121 |
msgid "More variants available"
|
9122 |
msgstr ""
|
9123 |
|
9130 |
msgid "Choose a Payment Gateway"
|
9131 |
msgstr ""
|
9132 |
|
9133 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:422
|
9134 |
msgid "Place order"
|
9135 |
msgstr ""
|
9136 |
|
9151 |
msgid "Missing the Germanized %s package"
|
9152 |
msgstr ""
|
9153 |
|
9154 |
+
#: woocommerce-germanized/src/Shopmarks.php:335
|
9155 |
msgid "Single Product (Grouped)"
|
9156 |
msgstr ""
|
9157 |
|
9158 |
+
#: woocommerce-germanized/src/Shopmarks.php:336
|
9159 |
msgid "Product Loop"
|
9160 |
msgstr ""
|
9161 |
|
9162 |
+
#: woocommerce-germanized/src/Shopmarks.php:337
|
9163 |
msgid "Cart"
|
9164 |
msgstr ""
|
9165 |
|
9166 |
+
#: woocommerce-germanized/src/Shopmarks.php:338
|
9167 |
msgid "Mini Cart"
|
9168 |
msgstr ""
|
9169 |
|
9170 |
+
#: woocommerce-germanized/src/Shopmarks.php:340
|
9171 |
+
msgid "Order"
|
9172 |
+
msgstr ""
|
9173 |
+
|
9174 |
+
#: woocommerce-germanized/src/Shopmarks.php:359
|
9175 |
msgid "Summary"
|
9176 |
msgstr ""
|
9177 |
|
9178 |
+
#: woocommerce-germanized/src/Shopmarks.php:364
|
9179 |
msgid "Meta"
|
9180 |
msgstr ""
|
9181 |
|
9182 |
+
#: woocommerce-germanized/src/Shopmarks.php:369
|
9183 |
+
#: woocommerce-germanized/src/Shopmarks.php:496
|
9184 |
msgid "After Meta"
|
9185 |
msgstr ""
|
9186 |
|
9187 |
+
#: woocommerce-germanized/src/Shopmarks.php:374
|
9188 |
msgid "Before add to cart"
|
9189 |
msgstr ""
|
9190 |
|
9191 |
+
#: woocommerce-germanized/src/Shopmarks.php:379
|
9192 |
msgid "After add to cart"
|
9193 |
msgstr ""
|
9194 |
|
9195 |
+
#: woocommerce-germanized/src/Shopmarks.php:384
|
9196 |
msgid "After Summary"
|
9197 |
msgstr ""
|
9198 |
|
9199 |
+
#: woocommerce-germanized/src/Shopmarks.php:391
|
9200 |
msgid "Price Column"
|
9201 |
msgstr ""
|
9202 |
|
9203 |
+
#: woocommerce-germanized/src/Shopmarks.php:396
|
9204 |
msgid "Label Column"
|
9205 |
msgstr ""
|
9206 |
|
9207 |
+
#: woocommerce-germanized/src/Shopmarks.php:401
|
9208 |
msgid "Quantity Column"
|
9209 |
msgstr ""
|
9210 |
|
9211 |
+
#: woocommerce-germanized/src/Shopmarks.php:408
|
9212 |
msgid "After Item Title"
|
9213 |
msgstr ""
|
9214 |
|
9215 |
+
#: woocommerce-germanized/src/Shopmarks.php:413
|
9216 |
msgid "Before Item Title"
|
9217 |
msgstr ""
|
9218 |
|
9219 |
+
#: woocommerce-germanized/src/Shopmarks.php:418
|
9220 |
msgid "Item Title"
|
9221 |
msgstr ""
|
9222 |
|
9223 |
+
#: woocommerce-germanized/src/Shopmarks.php:423
|
9224 |
msgid "After Item"
|
9225 |
msgstr ""
|
9226 |
|
9227 |
+
#: woocommerce-germanized/src/Shopmarks.php:430
|
9228 |
+
#: woocommerce-germanized/src/Shopmarks.php:452
|
9229 |
msgid "Item Price"
|
9230 |
msgstr ""
|
9231 |
|
9232 |
+
#: woocommerce-germanized/src/Shopmarks.php:435
|
9233 |
+
#: woocommerce-germanized/src/Shopmarks.php:457
|
9234 |
+
#: woocommerce-germanized/src/Shopmarks.php:469
|
9235 |
+
#: woocommerce-germanized/src/Shopmarks.php:486
|
9236 |
msgid "Item Name"
|
9237 |
msgstr ""
|
9238 |
|
9239 |
+
#: woocommerce-germanized/src/Shopmarks.php:440
|
9240 |
msgid "After Item Name"
|
9241 |
msgstr ""
|
9242 |
|
9243 |
+
#: woocommerce-germanized/src/Shopmarks.php:445
|
9244 |
+
#: woocommerce-germanized/src/Shopmarks.php:464
|
9245 |
+
#: woocommerce-germanized/src/Shopmarks.php:481
|
9246 |
msgid "Subtotal"
|
9247 |
msgstr ""
|
9248 |
|
9249 |
+
#: woocommerce-germanized/src/Shopmarks.php:474
|
9250 |
+
#: woocommerce-germanized/src/Shopmarks.php:491
|
9251 |
msgid "After Item Quantity"
|
9252 |
msgstr ""
|
9253 |
|
9254 |
+
#: woocommerce-germanized/src/Shopmarks.php:522
|
9255 |
+
#: woocommerce-germanized/src/Shopmarks.php:528
|
9256 |
+
#: woocommerce-germanized/src/Shopmarks.php:534
|
9257 |
+
#: woocommerce-germanized/src/Shopmarks.php:541
|
9258 |
+
#: woocommerce-germanized/src/Shopmarks.php:547
|
9259 |
+
#: woocommerce-germanized/src/Shopmarks.php:553
|
9260 |
+
#: woocommerce-germanized/src/Shopmarks.php:559
|
9261 |
msgctxt "shopmark"
|
9262 |
msgid "Unit Price"
|
9263 |
msgstr ""
|
9264 |
|
9265 |
+
#: woocommerce-germanized/src/Shopmarks.php:523
|
9266 |
+
#: woocommerce-germanized/src/Shopmarks.php:529
|
9267 |
+
#: woocommerce-germanized/src/Shopmarks.php:535
|
9268 |
+
#: woocommerce-germanized/src/Shopmarks.php:543
|
9269 |
+
#: woocommerce-germanized/src/Shopmarks.php:549
|
9270 |
+
#: woocommerce-germanized/src/Shopmarks.php:555
|
9271 |
+
#: woocommerce-germanized/src/Shopmarks.php:561
|
9272 |
msgctxt "shopmark"
|
9273 |
msgid "Delivery Time"
|
9274 |
msgstr ""
|
9275 |
|
9276 |
+
#: woocommerce-germanized/src/Shopmarks.php:524
|
9277 |
+
#: woocommerce-germanized/src/Shopmarks.php:530
|
9278 |
msgctxt "shopmark"
|
9279 |
msgid "General"
|
9280 |
msgstr ""
|
9281 |
|
9282 |
+
#: woocommerce-germanized/src/Shopmarks.php:525
|
9283 |
+
#: woocommerce-germanized/src/Shopmarks.php:531
|
9284 |
+
#: woocommerce-germanized/src/Shopmarks.php:538
|
9285 |
+
#: woocommerce-germanized/src/Shopmarks.php:542
|
9286 |
+
#: woocommerce-germanized/src/Shopmarks.php:548
|
9287 |
+
#: woocommerce-germanized/src/Shopmarks.php:554
|
9288 |
+
#: woocommerce-germanized/src/Shopmarks.php:560
|
9289 |
msgctxt "shopmark"
|
9290 |
msgid "Product Units"
|
9291 |
msgstr ""
|
9292 |
|
9293 |
+
#: woocommerce-germanized/src/Shopmarks.php:536
|
9294 |
msgctxt "shopmark"
|
9295 |
msgid "Tax"
|
9296 |
msgstr ""
|
9297 |
|
9298 |
+
#: woocommerce-germanized/src/Shopmarks.php:537
|
9299 |
msgctxt "shopmark"
|
9300 |
msgid "Shipping Costs"
|
9301 |
msgstr ""
|
9302 |
|
9303 |
+
#: woocommerce-germanized/src/Shopmarks.php:544
|
9304 |
+
#: woocommerce-germanized/src/Shopmarks.php:550
|
9305 |
+
#: woocommerce-germanized/src/Shopmarks.php:556
|
9306 |
+
#: woocommerce-germanized/src/Shopmarks.php:562
|
9307 |
msgctxt "shopmark"
|
9308 |
msgid "Cart Description"
|
9309 |
msgstr ""
|
9436 |
msgid "upgrade"
|
9437 |
msgstr ""
|
9438 |
|
9439 |
+
#: woocommerce-germanized/woocommerce-germanized.php:363
|
9440 |
#, php-format
|
9441 |
msgid "This version of the Corona Helper Plugin includes a bug which could lead to tax rates being added multiple times. Please <a href=\"%s\">deactivate</a> the plugin and check our <a href=\"%s\" target=\"_blank\">blog post</a>."
|
9442 |
msgstr ""
|
9443 |
|
9444 |
+
#: woocommerce-germanized/woocommerce-germanized.php:1079
|
9445 |
msgid "Pease wait while we are trying to redirect you to the payment provider."
|
9446 |
msgstr ""
|
9447 |
|
9748 |
|
9749 |
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:316
|
9750 |
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:588
|
9751 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:897
|
9752 |
msgctxt "trusted-shops"
|
9753 |
msgid "here"
|
9754 |
msgstr ""
|
10134 |
msgid "To the Trusted Shops Review Collector"
|
10135 |
msgstr ""
|
10136 |
|
10137 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:881
|
10138 |
msgctxt "trusted-shops"
|
10139 |
msgid "Review Collector"
|
10140 |
msgstr ""
|
10141 |
|
10142 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:883
|
10143 |
#, php-format
|
10144 |
msgctxt "trusted-shops"
|
10145 |
msgid "Want to collect reviews for orders that were placed before your Trusted Shops Integration? No problem. Export old orders here and upload them in your %s."
|
10146 |
msgstr ""
|
10147 |
|
10148 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:883
|
10149 |
msgctxt "trusted-shops"
|
10150 |
msgid "My Trusted Shops account"
|
10151 |
msgstr ""
|
10152 |
|
10153 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:889
|
10154 |
msgctxt "trusted-shops"
|
10155 |
msgid "Export orders"
|
10156 |
msgstr ""
|
10157 |
|
10158 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:889
|
10159 |
msgctxt "trusted-shops"
|
10160 |
msgid "Export your customer and order information of the last x days and upload them in your My Trusted Shops Account."
|
10161 |
msgstr ""
|
10162 |
|
10163 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:893
|
10164 |
msgctxt "trusted-shops"
|
10165 |
msgid "30 days"
|
10166 |
msgstr ""
|
10167 |
|
10168 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:894
|
10169 |
msgctxt "trusted-shops"
|
10170 |
msgid "60 days"
|
10171 |
msgstr ""
|
10172 |
|
10173 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:895
|
10174 |
msgctxt "trusted-shops"
|
10175 |
msgid "90 days"
|
10176 |
msgstr ""
|
10177 |
|
10178 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:897
|
10179 |
#, php-format
|
10180 |
msgctxt "trusted-shops"
|
10181 |
msgid "Upload customer and order information %s."
|
10182 |
msgstr ""
|
10183 |
|
10184 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:900
|
10185 |
msgctxt "trusted-shops"
|
10186 |
msgid "Days until reminder mail"
|
10187 |
msgstr ""
|
10188 |
|
10189 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:900
|
10190 |
msgctxt "trusted-shops"
|
10191 |
msgid "Set the number of days to wait after the order date before having a Review Request sent to your customers."
|
10192 |
msgstr ""
|
10193 |
|
10194 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:904
|
10195 |
msgctxt "trusted-shops"
|
10196 |
msgid "Start export"
|
10197 |
msgstr ""
|
10297 |
msgid "Title"
|
10298 |
msgstr ""
|
10299 |
|
10300 |
+
#: woocommerce-trusted-shops/src/Package.php:57
|
10301 |
msgctxt "trusted-shops"
|
10302 |
msgid "Trustbadge Reviews for WooCommerce needs at least WooCommerce version 3.1 to run."
|
10303 |
msgstr ""
|
includes/abstracts/abstract-wc-gzd-compatibility-woocommerce-role-based-pricing.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* WC GZD Role Based Pricing Compatibility Base Helper
|
5 |
*
|
@@ -35,6 +37,22 @@ abstract class WC_GZD_Compatibility_Woocommerce_Role_Based_Pricing extends WC_GZ
|
|
35 |
* Germanized adds hooks on `woocommerce_before_mini_cart_contents`.
|
36 |
*/
|
37 |
add_action( 'woocommerce_before_mini_cart_contents', array( $this, 'adjust_cart_hooks' ), 40 );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
}
|
39 |
|
40 |
public function adjust_cart_hooks() {
|
@@ -71,6 +89,9 @@ abstract class WC_GZD_Compatibility_Woocommerce_Role_Based_Pricing extends WC_GZ
|
|
71 |
), 10, 1 );
|
72 |
}
|
73 |
|
|
|
|
|
|
|
74 |
public function calculate_unit_price( $product ) {
|
75 |
$product->recalculate_unit_price();
|
76 |
}
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* WC GZD Role Based Pricing Compatibility Base Helper
|
7 |
*
|
37 |
* Germanized adds hooks on `woocommerce_before_mini_cart_contents`.
|
38 |
*/
|
39 |
add_action( 'woocommerce_before_mini_cart_contents', array( $this, 'adjust_cart_hooks' ), 40 );
|
40 |
+
|
41 |
+
/**
|
42 |
+
* Force refreshing unit prices via AJAX on load.
|
43 |
+
*/
|
44 |
+
add_filter( 'woocommerce_gzd_unit_price_observer_params', array( $this, 'refresh_on_load' ) );
|
45 |
+
|
46 |
+
/**
|
47 |
+
* Recalculate unit price during cart & checkout via cart data.
|
48 |
+
*/
|
49 |
+
add_filter( 'woocommerce_gzd_recalculate_unit_price_cart', '__return_true' );
|
50 |
+
}
|
51 |
+
|
52 |
+
public function refresh_on_load( $params ) {
|
53 |
+
$params['refresh_on_load'] = true;
|
54 |
+
|
55 |
+
return $params;
|
56 |
}
|
57 |
|
58 |
public function adjust_cart_hooks() {
|
89 |
), 10, 1 );
|
90 |
}
|
91 |
|
92 |
+
/**
|
93 |
+
* @param WC_GZD_Product $product
|
94 |
+
*/
|
95 |
public function calculate_unit_price( $product ) {
|
96 |
$product->recalculate_unit_price();
|
97 |
}
|
includes/abstracts/abstract-wc-gzd-compatibility.php
CHANGED
@@ -57,7 +57,15 @@ abstract class WC_GZD_Compatibility {
|
|
57 |
}
|
58 |
|
59 |
public static function is_activated() {
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
}
|
62 |
|
63 |
public static function is_supported() {
|
57 |
}
|
58 |
|
59 |
public static function is_activated() {
|
60 |
+
if ( ! static::is_plugin() ) {
|
61 |
+
return wc_gzd_get_dependencies()->is_theme_activated( static::get_path() );
|
62 |
+
} else {
|
63 |
+
return wc_gzd_get_dependencies()->is_plugin_activated( static::get_path() );
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
+
public static function is_plugin() {
|
68 |
+
return true;
|
69 |
}
|
70 |
|
71 |
public static function is_supported() {
|
includes/abstracts/abstract-wc-gzd-product.php
CHANGED
@@ -28,6 +28,8 @@ class WC_GZD_Product {
|
|
28 |
|
29 |
protected $delivery_times_need_update = false;
|
30 |
|
|
|
|
|
31 |
/**
|
32 |
* Construct new WC_GZD_Product
|
33 |
*
|
@@ -86,6 +88,10 @@ class WC_GZD_Product {
|
|
86 |
return $this->get_prop( 'unit_base', $context );
|
87 |
}
|
88 |
|
|
|
|
|
|
|
|
|
89 |
public function get_unit_product( $context = 'view' ) {
|
90 |
return $this->get_prop( 'unit_product', $context );
|
91 |
}
|
@@ -134,10 +140,56 @@ class WC_GZD_Product {
|
|
134 |
return $this->get_prop( 'mini_desc', $context );
|
135 |
}
|
136 |
|
|
|
|
|
|
|
|
|
137 |
public function get_cart_description( $context = 'view' ) {
|
138 |
return $this->get_mini_desc();
|
139 |
}
|
140 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
public function has_cart_description() {
|
142 |
$desc = $this->get_cart_description();
|
143 |
|
@@ -159,7 +211,29 @@ class WC_GZD_Product {
|
|
159 |
}
|
160 |
|
161 |
public function is_service( $context = 'view' ) {
|
162 |
-
return $this->get_service() === true;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
}
|
164 |
|
165 |
public function get_free_shipping( $context = 'view' ) {
|
@@ -167,7 +241,7 @@ class WC_GZD_Product {
|
|
167 |
}
|
168 |
|
169 |
public function has_free_shipping( $context = 'view' ) {
|
170 |
-
return $this->get_free_shipping() === true;
|
171 |
}
|
172 |
|
173 |
public function get_differential_taxation( $context = 'view' ) {
|
@@ -175,7 +249,12 @@ class WC_GZD_Product {
|
|
175 |
}
|
176 |
|
177 |
public function is_differential_taxed( $context = 'view' ) {
|
178 |
-
return $this->get_differential_taxation() === true;
|
|
|
|
|
|
|
|
|
|
|
179 |
}
|
180 |
|
181 |
public function set_unit_price( $price ) {
|
@@ -210,6 +289,14 @@ class WC_GZD_Product {
|
|
210 |
$this->set_prop( 'service', wc_bool_to_string( $service ) );
|
211 |
}
|
212 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
public function set_free_shipping( $shipping ) {
|
214 |
$this->set_prop( 'free_shipping', wc_bool_to_string( $shipping ) );
|
215 |
}
|
@@ -230,6 +317,10 @@ class WC_GZD_Product {
|
|
230 |
$this->set_prop( 'mini_desc', $desc );
|
231 |
}
|
232 |
|
|
|
|
|
|
|
|
|
233 |
public function set_cart_description( $desc ) {
|
234 |
$this->set_mini_desc( $desc );
|
235 |
}
|
@@ -255,11 +346,12 @@ class WC_GZD_Product {
|
|
255 |
* Executes whenever the unit price is recalculated.
|
256 |
*
|
257 |
* @param WC_GZD_Product $product The product object.
|
|
|
258 |
*
|
259 |
* @since 1.9.1
|
260 |
*
|
261 |
*/
|
262 |
-
do_action( 'woocommerce_gzd_recalculated_unit_price', $this );
|
263 |
}
|
264 |
|
265 |
public function needs_age_verification() {
|
@@ -276,7 +368,8 @@ class WC_GZD_Product {
|
|
276 |
$product_min_age = $this->get_prop( 'min_age', $context );
|
277 |
|
278 |
if ( 'view' === $context ) {
|
279 |
-
|
|
|
280 |
|
281 |
// Use product category age as fallback
|
282 |
if ( empty( $product_min_age ) ) {
|
@@ -540,8 +633,12 @@ class WC_GZD_Product {
|
|
540 |
public function hide_shopmarks_due_to_missing_price() {
|
541 |
$price_html_checked = true;
|
542 |
|
543 |
-
|
544 |
-
|
|
|
|
|
|
|
|
|
545 |
$price_html_checked = ( '' === $this->child->get_price_html() );
|
546 |
}
|
547 |
|
@@ -924,9 +1021,9 @@ class WC_GZD_Product {
|
|
924 |
$cached_terms = array();
|
925 |
|
926 |
foreach( $slugs as $slug ) {
|
927 |
-
$term =
|
928 |
|
929 |
-
if (
|
930 |
continue;
|
931 |
}
|
932 |
|
@@ -1086,16 +1183,13 @@ class WC_GZD_Product {
|
|
1086 |
}
|
1087 |
|
1088 |
if ( $default_option ) {
|
1089 |
-
$delivery_time =
|
1090 |
}
|
1091 |
}
|
1092 |
|
1093 |
if ( ! $delivery_time && get_option( 'woocommerce_gzd_default_delivery_time' ) ) {
|
1094 |
-
$
|
1095 |
-
|
1096 |
-
|
1097 |
-
if ( is_wp_error( $delivery_time ) ) {
|
1098 |
-
$delivery_time = false;
|
1099 |
}
|
1100 |
}
|
1101 |
|
@@ -1321,6 +1415,19 @@ class WC_GZD_Product {
|
|
1321 |
return apply_filters( 'woocommerce_gzd_product_delivery_time_html', $html, $this );
|
1322 |
}
|
1323 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1324 |
/**
|
1325 |
* Returns the shipping costs notice html output
|
1326 |
*
|
28 |
|
29 |
protected $delivery_times_need_update = false;
|
30 |
|
31 |
+
protected $warranty_attachment = false;
|
32 |
+
|
33 |
/**
|
34 |
* Construct new WC_GZD_Product
|
35 |
*
|
88 |
return $this->get_prop( 'unit_base', $context );
|
89 |
}
|
90 |
|
91 |
+
public function get_warranty_attachment_id( $context = 'view' ) {
|
92 |
+
return $this->get_prop( 'warranty_attachment_id', $context );
|
93 |
+
}
|
94 |
+
|
95 |
public function get_unit_product( $context = 'view' ) {
|
96 |
return $this->get_prop( 'unit_product', $context );
|
97 |
}
|
140 |
return $this->get_prop( 'mini_desc', $context );
|
141 |
}
|
142 |
|
143 |
+
public function get_defect_description( $context = 'view' ) {
|
144 |
+
return $this->get_prop( 'defect_description', $context );
|
145 |
+
}
|
146 |
+
|
147 |
public function get_cart_description( $context = 'view' ) {
|
148 |
return $this->get_mini_desc();
|
149 |
}
|
150 |
|
151 |
+
public function get_warranty_attachment( $context = 'view' ) {
|
152 |
+
$warranty_attachment_id = $this->get_warranty_attachment_id( $context );
|
153 |
+
|
154 |
+
if ( ! empty( $warranty_attachment_id ) ) {
|
155 |
+
if ( $post = get_post( $warranty_attachment_id ) ) {
|
156 |
+
$this->warranty_attachment = $post;
|
157 |
+
|
158 |
+
return $this->warranty_attachment;
|
159 |
+
}
|
160 |
+
}
|
161 |
+
|
162 |
+
return false;
|
163 |
+
}
|
164 |
+
|
165 |
+
public function get_warranty_file( $context = 'view' ) {
|
166 |
+
if ( $attachment = $this->get_warranty_attachment( $context ) ) {
|
167 |
+
return get_attached_file( $attachment->ID );
|
168 |
+
}
|
169 |
+
|
170 |
+
return false;
|
171 |
+
}
|
172 |
+
|
173 |
+
public function get_warranty_url( $context = 'view' ) {
|
174 |
+
if ( $this->has_warranty( $context ) ) {
|
175 |
+
return wp_get_attachment_url( $this->get_warranty_attachment_id() );
|
176 |
+
}
|
177 |
+
|
178 |
+
return false;
|
179 |
+
}
|
180 |
+
|
181 |
+
public function get_warranty_filename( $context = 'view' ) {
|
182 |
+
if ( $file = $this->get_warranty_file( $context ) ) {
|
183 |
+
return basename( $file );
|
184 |
+
}
|
185 |
+
|
186 |
+
return false;
|
187 |
+
}
|
188 |
+
|
189 |
+
public function has_warranty( $context = 'view' ) {
|
190 |
+
return $this->get_warranty_attachment_id( $context ) && $this->get_warranty_attachment( $context ) ? true : false;
|
191 |
+
}
|
192 |
+
|
193 |
public function has_cart_description() {
|
194 |
$desc = $this->get_cart_description();
|
195 |
|
211 |
}
|
212 |
|
213 |
public function is_service( $context = 'view' ) {
|
214 |
+
return $this->get_service( $context ) === true;
|
215 |
+
}
|
216 |
+
|
217 |
+
public function get_used_good( $context = 'view' ) {
|
218 |
+
$is_used_good = wc_string_to_bool( $this->get_prop( 'used_good', $context ) );
|
219 |
+
|
220 |
+
if ( 'view' === $context && $this->is_differential_taxed( $context ) ) {
|
221 |
+
$is_used_good = apply_filters( "woocommerce_gzd_product_differential_taxed_is_used_good", true, $this );
|
222 |
+
}
|
223 |
+
|
224 |
+
return $is_used_good;
|
225 |
+
}
|
226 |
+
|
227 |
+
public function is_used_good( $context = 'view' ) {
|
228 |
+
return $this->get_used_good( $context ) === true;
|
229 |
+
}
|
230 |
+
|
231 |
+
public function get_defective_copy( $context = 'view' ) {
|
232 |
+
return wc_string_to_bool( $this->get_prop( 'defective_copy', $context ) );
|
233 |
+
}
|
234 |
+
|
235 |
+
public function is_defective_copy( $context = 'view' ) {
|
236 |
+
return $this->get_defective_copy( $context ) === true;
|
237 |
}
|
238 |
|
239 |
public function get_free_shipping( $context = 'view' ) {
|
241 |
}
|
242 |
|
243 |
public function has_free_shipping( $context = 'view' ) {
|
244 |
+
return $this->get_free_shipping( $context ) === true;
|
245 |
}
|
246 |
|
247 |
public function get_differential_taxation( $context = 'view' ) {
|
249 |
}
|
250 |
|
251 |
public function is_differential_taxed( $context = 'view' ) {
|
252 |
+
return $this->get_differential_taxation( $context ) === true;
|
253 |
+
}
|
254 |
+
|
255 |
+
public function set_warranty_attachment_id( $id ) {
|
256 |
+
$this->set_prop( 'warranty_attachment_id', absint( $id ) );
|
257 |
+
$this->warranty_attachment = false;
|
258 |
}
|
259 |
|
260 |
public function set_unit_price( $price ) {
|
289 |
$this->set_prop( 'service', wc_bool_to_string( $service ) );
|
290 |
}
|
291 |
|
292 |
+
public function set_defective_copy( $is_defective_copy ) {
|
293 |
+
$this->set_prop( 'defective_copy', wc_bool_to_string( $is_defective_copy ) );
|
294 |
+
}
|
295 |
+
|
296 |
+
public function set_used_good( $is_used_good ) {
|
297 |
+
$this->set_prop( 'used_good', wc_bool_to_string( $is_used_good ) );
|
298 |
+
}
|
299 |
+
|
300 |
public function set_free_shipping( $shipping ) {
|
301 |
$this->set_prop( 'free_shipping', wc_bool_to_string( $shipping ) );
|
302 |
}
|
317 |
$this->set_prop( 'mini_desc', $desc );
|
318 |
}
|
319 |
|
320 |
+
public function set_defect_description( $desc ) {
|
321 |
+
$this->set_prop( 'defect_description', $desc );
|
322 |
+
}
|
323 |
+
|
324 |
public function set_cart_description( $desc ) {
|
325 |
$this->set_mini_desc( $desc );
|
326 |
}
|
346 |
* Executes whenever the unit price is recalculated.
|
347 |
*
|
348 |
* @param WC_GZD_Product $product The product object.
|
349 |
+
* @param array $args Arguments passed to the recalculation method.
|
350 |
*
|
351 |
* @since 1.9.1
|
352 |
*
|
353 |
*/
|
354 |
+
do_action( 'woocommerce_gzd_recalculated_unit_price', $this, $args );
|
355 |
}
|
356 |
|
357 |
public function needs_age_verification() {
|
368 |
$product_min_age = $this->get_prop( 'min_age', $context );
|
369 |
|
370 |
if ( 'view' === $context ) {
|
371 |
+
// Force using parent product categories in case of variations
|
372 |
+
$categories = wc_get_product_cat_ids( $this->child->get_parent_id() > 0 ? $this->child->get_parent_id() : $this->get_id() );
|
373 |
|
374 |
// Use product category age as fallback
|
375 |
if ( empty( $product_min_age ) ) {
|
633 |
public function hide_shopmarks_due_to_missing_price() {
|
634 |
$price_html_checked = true;
|
635 |
|
636 |
+
/**
|
637 |
+
* Prevent infinite loops in case the shopmark is added via the price_html filter.
|
638 |
+
* Calling get_price_html during cart/checkout may cause side-effects (e.g. subtotal calculation in Measurement Plugin)
|
639 |
+
* within shopmarks - prevent calls here too.
|
640 |
+
*/
|
641 |
+
if ( ! $this->is_doing_price_html_action() && ! is_cart() && ! is_checkout() ) {
|
642 |
$price_html_checked = ( '' === $this->child->get_price_html() );
|
643 |
}
|
644 |
|
1021 |
$cached_terms = array();
|
1022 |
|
1023 |
foreach( $slugs as $slug ) {
|
1024 |
+
$term = WC_germanized()->delivery_times->get_delivery_time_term( $slug );
|
1025 |
|
1026 |
+
if ( ! $term ) {
|
1027 |
continue;
|
1028 |
}
|
1029 |
|
1183 |
}
|
1184 |
|
1185 |
if ( $default_option ) {
|
1186 |
+
$delivery_time = WC_germanized()->delivery_times->get_delivery_time_term( $default_option, 'slug_fallback' );
|
1187 |
}
|
1188 |
}
|
1189 |
|
1190 |
if ( ! $delivery_time && get_option( 'woocommerce_gzd_default_delivery_time' ) ) {
|
1191 |
+
$default_option = get_option( 'woocommerce_gzd_default_delivery_time' );
|
1192 |
+
$delivery_time = WC_germanized()->delivery_times->get_delivery_time_term( $default_option, 'slug_fallback' );
|
|
|
|
|
|
|
1193 |
}
|
1194 |
}
|
1195 |
|
1415 |
return apply_filters( 'woocommerce_gzd_product_delivery_time_html', $html, $this );
|
1416 |
}
|
1417 |
|
1418 |
+
/**
|
1419 |
+
* Returns the defect description html output
|
1420 |
+
*
|
1421 |
+
* @return string
|
1422 |
+
*/
|
1423 |
+
public function get_formatted_defect_description() {
|
1424 |
+
if ( $this->is_defective_copy() ) {
|
1425 |
+
return apply_filters( 'woocommerce_gzd_defect_description', htmlspecialchars_decode( $this->get_defect_description() ) );
|
1426 |
+
}
|
1427 |
+
|
1428 |
+
return '';
|
1429 |
+
}
|
1430 |
+
|
1431 |
/**
|
1432 |
* Returns the shipping costs notice html output
|
1433 |
*
|
includes/abstracts/abstract-wc-gzd-taxonomy.php
CHANGED
@@ -4,11 +4,11 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
4 |
}
|
5 |
|
6 |
/**
|
7 |
-
*
|
8 |
*
|
9 |
-
* @class
|
10 |
* @version 1.0.0
|
11 |
-
* @author
|
12 |
*/
|
13 |
class WC_GZD_Taxonomy {
|
14 |
|
@@ -32,10 +32,30 @@ class WC_GZD_Taxonomy {
|
|
32 |
return $this->get_term( $key );
|
33 |
}
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
public function get_term_object( $key, $by = 'slug' ) {
|
36 |
-
|
37 |
$taxonomy = $this->taxonomy;
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
/**
|
40 |
* Before retrieving a certain term.
|
41 |
*
|
@@ -52,6 +72,10 @@ class WC_GZD_Taxonomy {
|
|
52 |
|
53 |
$term = get_term_by( $by, $key, $taxonomy );
|
54 |
|
|
|
|
|
|
|
|
|
55 |
if ( ! $term || is_wp_error( $term ) ) {
|
56 |
$term = false;
|
57 |
}
|
@@ -73,6 +97,14 @@ class WC_GZD_Taxonomy {
|
|
73 |
return $term;
|
74 |
}
|
75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
public function get_term( $key, $by = 'slug' ) {
|
77 |
if ( $term = $this->get_term_object( $key, $by ) ) {
|
78 |
return $term->name;
|
@@ -86,16 +118,16 @@ class WC_GZD_Taxonomy {
|
|
86 |
}
|
87 |
|
88 |
/**
|
89 |
-
* Returns
|
90 |
*
|
91 |
-
* @return
|
92 |
*/
|
93 |
-
public function get_terms() {
|
|
|
94 |
$list = array();
|
95 |
-
$terms = get_terms( $this->taxonomy,
|
96 |
|
97 |
if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) {
|
98 |
-
|
99 |
foreach ( $terms as $term ) {
|
100 |
$list[ $term->slug ] = $term->name;
|
101 |
}
|
4 |
}
|
5 |
|
6 |
/**
|
7 |
+
* Taxonomy base class.
|
8 |
*
|
9 |
+
* @class WC_GZD_Taxonomy
|
10 |
* @version 1.0.0
|
11 |
+
* @author vendidero
|
12 |
*/
|
13 |
class WC_GZD_Taxonomy {
|
14 |
|
32 |
return $this->get_term( $key );
|
33 |
}
|
34 |
|
35 |
+
/**
|
36 |
+
* @param $key
|
37 |
+
* @param $by
|
38 |
+
*
|
39 |
+
* @return false|WP_Term
|
40 |
+
*/
|
41 |
public function get_term_object( $key, $by = 'slug' ) {
|
|
|
42 |
$taxonomy = $this->taxonomy;
|
43 |
|
44 |
+
/**
|
45 |
+
* In case a numeric key is available, prefer retrieving by id over slug.
|
46 |
+
*/
|
47 |
+
if ( 'slug_fallback' === $by ) {
|
48 |
+
$by = 'slug';
|
49 |
+
|
50 |
+
if ( is_numeric( $key ) ) {
|
51 |
+
$term = $this->get_term_object( $key, 'id' );
|
52 |
+
|
53 |
+
if ( $term ) {
|
54 |
+
return $term;
|
55 |
+
}
|
56 |
+
}
|
57 |
+
}
|
58 |
+
|
59 |
/**
|
60 |
* Before retrieving a certain term.
|
61 |
*
|
72 |
|
73 |
$term = get_term_by( $by, $key, $taxonomy );
|
74 |
|
75 |
+
if ( is_array( $term ) ) {
|
76 |
+
$term = $term[0];
|
77 |
+
}
|
78 |
+
|
79 |
if ( ! $term || is_wp_error( $term ) ) {
|
80 |
$term = false;
|
81 |
}
|
97 |
return $term;
|
98 |
}
|
99 |
|
100 |
+
/**
|
101 |
+
* Returns the term name.
|
102 |
+
*
|
103 |
+
* @param $key
|
104 |
+
* @param $by
|
105 |
+
*
|
106 |
+
* @return false|string
|
107 |
+
*/
|
108 |
public function get_term( $key, $by = 'slug' ) {
|
109 |
if ( $term = $this->get_term_object( $key, $by ) ) {
|
110 |
return $term->name;
|
118 |
}
|
119 |
|
120 |
/**
|
121 |
+
* Returns a list of terms slug=>name
|
122 |
*
|
123 |
+
* @return string[] terms as array
|
124 |
*/
|
125 |
+
public function get_terms( $args = array() ) {
|
126 |
+
$args = wp_parse_args( $args, array( 'hide_empty' => false ) );
|
127 |
$list = array();
|
128 |
+
$terms = get_terms( $this->taxonomy, $args );
|
129 |
|
130 |
if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) {
|
|
|
131 |
foreach ( $terms as $term ) {
|
132 |
$list[ $term->slug ] = $term->name;
|
133 |
}
|
includes/admin/class-wc-gzd-admin-customer.php
CHANGED
@@ -30,8 +30,40 @@ class WC_GZD_Admin_Customer {
|
|
30 |
add_action( 'edit_user_profile', array( $this, 'profile_add_activation_field' ) );
|
31 |
add_action( 'personal_options_update', array( $this, 'profile_save_activation_field' ) );
|
32 |
add_action( 'edit_user_profile_update', array( $this, 'profile_save_activation_field' ) );
|
|
|
|
|
|
|
|
|
|
|
33 |
}
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
/**
|
36 |
* Adds customer activation option to profile
|
37 |
*
|
30 |
add_action( 'edit_user_profile', array( $this, 'profile_add_activation_field' ) );
|
31 |
add_action( 'personal_options_update', array( $this, 'profile_save_activation_field' ) );
|
32 |
add_action( 'edit_user_profile_update', array( $this, 'profile_save_activation_field' ) );
|
33 |
+
|
34 |
+
if ( get_option( 'woocommerce_gzd_customer_activation' ) === 'yes' ) {
|
35 |
+
add_filter( 'manage_users_columns', array( $this, 'add_user_column' ), 12, 1 );
|
36 |
+
add_filter( 'manage_users_custom_column', array( $this, 'add_user_column_value' ), 12, 3 );
|
37 |
+
}
|
38 |
}
|
39 |
|
40 |
+
public function add_user_column_value( $value, $column_name, $user_id ) {
|
41 |
+
if ( 'woocommerce_doi' === $column_name ) {
|
42 |
+
if ( WC_GZD_Customer_Helper::instance()->enable_double_opt_in_for_user( $user_id ) ) {
|
43 |
+
if ( wc_gzd_is_customer_activated( $user_id ) ) {
|
44 |
+
$value = '<span class="status-enabled">' . __( 'Yes', 'woocommerce-germanized' ) . '</span>';
|
45 |
+
} else {
|
46 |
+
$value = '<span class="status-disabled">' . __( 'No', 'woocommerce-germanized' ) . '</span>';
|
47 |
+
}
|
48 |
+
} else {
|
49 |
+
$value = '<span>—</span>';
|
50 |
+
}
|
51 |
+
}
|
52 |
+
|
53 |
+
return $value;
|
54 |
+
}
|
55 |
+
|
56 |
+
public function add_user_column( $columns ) {
|
57 |
+
if ( current_user_can( 'manage_woocommerce' ) ) {
|
58 |
+
$last_column = array_slice( $columns, -1, 1, true );
|
59 |
+
array_pop( $columns );
|
60 |
+
$columns['woocommerce_doi'] = __( 'DOI Confirmed?', 'woocommerce-germanized' );
|
61 |
+
$columns += $last_column;
|
62 |
+
}
|
63 |
+
|
64 |
+
return $columns;
|
65 |
+
}
|
66 |
+
|
67 |
/**
|
68 |
* Adds customer activation option to profile
|
69 |
*
|
includes/admin/class-wc-gzd-admin-welcome.php
CHANGED
@@ -136,6 +136,24 @@ class WC_GZD_Admin_Welcome {
|
|
136 |
zur <span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version</a>
|
137 |
</p>
|
138 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
<div class="changelog new-feature">
|
140 |
<h3>Neu: DPD Labels zu Sendungen erstellen <span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span></h3>
|
141 |
|
@@ -145,7 +163,7 @@ class WC_GZD_Admin_Welcome {
|
|
145 |
</div>
|
146 |
<div class="col">
|
147 |
<p>
|
148 |
-
Neben DHL und Deutsche Post bietet Germanized Pro nun eine weitere, automatische Integration des Versanddienstleisters DPD an. Über die DPD Schnittstelle könnt ihr
|
149 |
bequem Labels zu Sendungen und Retouren erstellen. Selbstverständlich greifen auch hier die vielfältigen Möglichkeiten der Automatisierung, d.h. ihr könnt von
|
150 |
der Erstellung der Sendungen und Zuordnung der passenden Verpackung bis hin zur Label-Erstellung via DPD euren Versandprozess bestmöglich automatisieren.
|
151 |
</p>
|
@@ -154,7 +172,7 @@ class WC_GZD_Admin_Welcome {
|
|
154 |
<a href="https://vendidero.de/woocommerce-germanized" target="_blank" class="wc-gzd-pro-version button button-primary wc-gzd-button"><span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version entdecken</a>
|
155 |
<a href="https://vendidero.de/dokument/dpd-integration-einrichten" class="wc-gzd-default-button button button-primary" target="_blank">Mehr erfahren</a>
|
156 |
|
157 |
-
<p class="price smaller wc-gzd-pro-version">ab
|
158 |
</div>
|
159 |
</div>
|
160 |
</div>
|
@@ -178,7 +196,7 @@ class WC_GZD_Admin_Welcome {
|
|
178 |
<a href="https://vendidero.de/woocommerce-germanized" target="_blank" class="wc-gzd-pro-version button button-primary wc-gzd-button"><span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version entdecken</a>
|
179 |
<a href="https://vendidero.de/germanized-pro-3-0" class="wc-gzd-default-button button button-primary" target="_blank">Mehr erfahren</a>
|
180 |
|
181 |
-
<p class="price smaller wc-gzd-pro-version">ab
|
182 |
</div>
|
183 |
</div>
|
184 |
<div class="col col-center">
|
@@ -203,7 +221,7 @@ class WC_GZD_Admin_Welcome {
|
|
203 |
|
204 |
<div class="wc-gzd-actions wc-gzd-actions-right">
|
205 |
<a href="https://vendidero.de/woocommerce-germanized" target="_blank" class="wc-gzd-pro-version button button-primary wc-gzd-button"><span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version entdecken</a>
|
206 |
-
<p class="price smaller wc-gzd-pro-version">ab
|
207 |
</div>
|
208 |
</div>
|
209 |
</div>
|
@@ -222,7 +240,7 @@ class WC_GZD_Admin_Welcome {
|
|
222 |
|
223 |
<div class="wc-gzd-actions">
|
224 |
<a href="https://vendidero.de/woocommerce-germanized" target="_blank" class="wc-gzd-pro-version button button-primary wc-gzd-button"><span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version entdecken</a>
|
225 |
-
<p class="price smaller wc-gzd-pro-version">ab
|
226 |
</div>
|
227 |
</div>
|
228 |
<div class="col col-center">
|
136 |
zur <span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version</a>
|
137 |
</p>
|
138 |
|
139 |
+
<div class="changelog new-feature">
|
140 |
+
<h3>Achtung: Neues Kaufrecht ab 01.01.2022</h3>
|
141 |
+
|
142 |
+
<div>
|
143 |
+
<p>
|
144 |
+
Ab dem 01.01.2022 gilt ein <a href="https://www.ihk-muenchen.de/de/Service/Recht-und-Steuern/Vertragsrecht/Kaufrecht-2022/">neues Kaufrecht</a>. Insbesondere Verkäufer von Gebraucht- und/oder Mängelexemplaren sind davon betroffen.
|
145 |
+
Aus diesem Grund haben wir in Germanized 3.8 neue Funktionalitäten integriert, die es dir erlauben, deine Produkte sowohl als Gebrauchtware wie als Ware mit Mängeln zu markieren. Die Mängel kannst du in einer eigens dafür zur Verfügung
|
146 |
+
stehenden Mängelbeschreibung erläutern. Über die <a href="https://vendidero.de/dokument/preisauszeichnungen-anpassen" target="_blank">Preisauszeichnungen</a> kannst du die Ausgabe der Beschreibung wie gewohnt steuern. Zudem haben wir <a href="<?php echo esc_url( admin_url( 'admin.php?page=wc-settings&tab=germanized-checkboxes' ) ); ?>" target="_blank">neue Checkboxen</a> registriert, die ihr nutzen könnt um eure Kunden über Mängel vor dem Kauf zu informieren
|
147 |
+
und/oder die Gewährleistungsfrist zu verkürzen. Zum Versand von Produktgarantien <a href="<?php echo esc_url( admin_url( 'admin.php?page=wc-settings&tab=germanized-emails' ) ); ?>" target="_blank">per E-Mail</a> haben wir ein entsprechendes Produktfeld hinzugefügt.
|
148 |
+
</p>
|
149 |
+
|
150 |
+
<div class="wc-gzd-actions">
|
151 |
+
<a href="https://vendidero.de/germanized-3-8" class="button button-primary wc-gzd-button" target="_blank">Mehr zu Germanized 3.8</a>
|
152 |
+
<a href="https://vendidero.de/dokument/gebrauchtware-und-maengelexemplare-auszeichnen" class="wc-gzd-default-button button button-primary" target="_blank">Gebrauchtware und Mängelexemplare auszeichnen</a>
|
153 |
+
</div>
|
154 |
+
</div>
|
155 |
+
</div>
|
156 |
+
|
157 |
<div class="changelog new-feature">
|
158 |
<h3>Neu: DPD Labels zu Sendungen erstellen <span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span></h3>
|
159 |
|
163 |
</div>
|
164 |
<div class="col">
|
165 |
<p>
|
166 |
+
Neben DHL und Deutsche Post bietet Germanized Pro nun eine weitere, automatische Integration des Versanddienstleisters DPD an. Über die DPD Schnittstelle <strong>DPD Cloud Webservice oder DPD WebConnect</strong> könnt ihr
|
167 |
bequem Labels zu Sendungen und Retouren erstellen. Selbstverständlich greifen auch hier die vielfältigen Möglichkeiten der Automatisierung, d.h. ihr könnt von
|
168 |
der Erstellung der Sendungen und Zuordnung der passenden Verpackung bis hin zur Label-Erstellung via DPD euren Versandprozess bestmöglich automatisieren.
|
169 |
</p>
|
172 |
<a href="https://vendidero.de/woocommerce-germanized" target="_blank" class="wc-gzd-pro-version button button-primary wc-gzd-button"><span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version entdecken</a>
|
173 |
<a href="https://vendidero.de/dokument/dpd-integration-einrichten" class="wc-gzd-default-button button button-primary" target="_blank">Mehr erfahren</a>
|
174 |
|
175 |
+
<p class="price smaller wc-gzd-pro-version">ab 79 € inkl. MwSt. - inkl. 1 Jahr Updates & Premium Support!</p>
|
176 |
</div>
|
177 |
</div>
|
178 |
</div>
|
196 |
<a href="https://vendidero.de/woocommerce-germanized" target="_blank" class="wc-gzd-pro-version button button-primary wc-gzd-button"><span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version entdecken</a>
|
197 |
<a href="https://vendidero.de/germanized-pro-3-0" class="wc-gzd-default-button button button-primary" target="_blank">Mehr erfahren</a>
|
198 |
|
199 |
+
<p class="price smaller wc-gzd-pro-version">ab 79 € inkl. MwSt. - inkl. 1 Jahr Updates & Premium Support!</p>
|
200 |
</div>
|
201 |
</div>
|
202 |
<div class="col col-center">
|
221 |
|
222 |
<div class="wc-gzd-actions wc-gzd-actions-right">
|
223 |
<a href="https://vendidero.de/woocommerce-germanized" target="_blank" class="wc-gzd-pro-version button button-primary wc-gzd-button"><span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version entdecken</a>
|
224 |
+
<p class="price smaller wc-gzd-pro-version">ab 79 € inkl. MwSt. - inkl. 1 Jahr Updates & Premium Support!</p>
|
225 |
</div>
|
226 |
</div>
|
227 |
</div>
|
240 |
|
241 |
<div class="wc-gzd-actions">
|
242 |
<a href="https://vendidero.de/woocommerce-germanized" target="_blank" class="wc-gzd-pro-version button button-primary wc-gzd-button"><span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version entdecken</a>
|
243 |
+
<p class="price smaller wc-gzd-pro-version">ab 79 € inkl. MwSt. - inkl. 1 Jahr Updates & Premium Support!</p>
|
244 |
</div>
|
245 |
</div>
|
246 |
<div class="col col-center">
|
includes/admin/class-wc-gzd-admin.php
CHANGED
@@ -45,7 +45,7 @@ class WC_GZD_Admin {
|
|
45 |
|
46 |
public function __construct() {
|
47 |
add_action( 'add_meta_boxes', array( $this, 'add_legal_page_metabox' ) );
|
48 |
-
add_action( 'add_meta_boxes', array( $this, '
|
49 |
add_action( 'admin_menu', array( $this, 'hide_metaboxes' ), 10 );
|
50 |
|
51 |
add_action( 'admin_enqueue_scripts', array( $this, 'add_scripts' ) );
|
@@ -97,9 +97,20 @@ class WC_GZD_Admin {
|
|
97 |
|
98 |
add_filter( 'woocommerce_gzd_shipment_admin_provider_list', array( $this, 'maybe_register_shipping_providers' ), 10 );
|
99 |
|
|
|
|
|
|
|
100 |
$this->wizward = require 'class-wc-gzd-admin-setup-wizard.php';
|
101 |
}
|
102 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
/**
|
104 |
* @param \Vendidero\Germanized\Shipments\Interfaces\ShippingProvider $providers
|
105 |
*/
|
@@ -508,7 +519,7 @@ class WC_GZD_Admin {
|
|
508 |
'title' => 'Germanized für WooCommerce Pro',
|
509 |
'excerpt' => 'Upgrade jetzt auf die Pro Version von Germanized und profitiere von weiteren nützliche Funktionen speziell für den deutschen Markt sowie professionellem Support.',
|
510 |
'link' => 'https://vendidero.de/woocommerce-germanized#upgrade',
|
511 |
-
'price' => '
|
512 |
) );
|
513 |
|
514 |
return $products;
|
@@ -533,10 +544,20 @@ class WC_GZD_Admin {
|
|
533 |
'woocommerce-gzd-admin'
|
534 |
), WC_GERMANIZED_VERSION );
|
535 |
|
536 |
-
wp_register_script( 'wc-gzd-admin-product', $admin_script_path . 'product' . $suffix . '.js', array( 'wc-admin-product-meta-boxes' ), WC_GERMANIZED_VERSION );
|
537 |
|
538 |
wp_register_script( 'wc-gzd-admin-product-variations', $admin_script_path . 'product-variations' . $suffix . '.js', array( 'wc-gzd-admin-product', 'wc-admin-variation-meta-boxes' ), WC_GERMANIZED_VERSION );
|
539 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
540 |
'jquery',
|
541 |
'wp-util',
|
542 |
'underscore',
|
@@ -605,17 +626,22 @@ class WC_GZD_Admin {
|
|
605 |
) );
|
606 |
}
|
607 |
|
608 |
-
public function
|
609 |
global $post;
|
610 |
|
611 |
-
if ( is_object( $post ) && $post->post_type
|
612 |
$product = wc_get_product( $post );
|
613 |
|
614 |
if ( $product && ( ! $product->is_type( 'variable' ) ) ) {
|
615 |
-
add_meta_box( 'wc-gzd-product-mini-desc', __( '
|
616 |
$this,
|
617 |
'init_product_mini_desc'
|
618 |
), 'product', 'advanced', 'high' );
|
|
|
|
|
|
|
|
|
|
|
619 |
}
|
620 |
}
|
621 |
}
|
@@ -643,6 +669,16 @@ class WC_GZD_Admin {
|
|
643 |
) );
|
644 |
}
|
645 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
646 |
public function check_language_install() {
|
647 |
if ( current_user_can( 'manage_woocommerce' ) && isset( $_GET['install-language'] ) && isset( $_GET['_wpnonce'] ) && check_admin_referer( 'wc-gzd-install-language' ) ) {
|
648 |
|
45 |
|
46 |
public function __construct() {
|
47 |
add_action( 'add_meta_boxes', array( $this, 'add_legal_page_metabox' ) );
|
48 |
+
add_action( 'add_meta_boxes', array( $this, 'register_product_meta_boxes' ) );
|
49 |
add_action( 'admin_menu', array( $this, 'hide_metaboxes' ), 10 );
|
50 |
|
51 |
add_action( 'admin_enqueue_scripts', array( $this, 'add_scripts' ) );
|
97 |
|
98 |
add_filter( 'woocommerce_gzd_shipment_admin_provider_list', array( $this, 'maybe_register_shipping_providers' ), 10 );
|
99 |
|
100 |
+
// Hide custom product taxonomies from quick-edit/bulk-edit
|
101 |
+
add_filter( 'quick_edit_show_taxonomy', array( $this, 'hide_taxonomies_quick_edit' ), 10, 2 );
|
102 |
+
|
103 |
$this->wizward = require 'class-wc-gzd-admin-setup-wizard.php';
|
104 |
}
|
105 |
|
106 |
+
public function hide_taxonomies_quick_edit( $show_in_quick_edit, $taxonomy_name ) {
|
107 |
+
if ( in_array( $taxonomy_name, array( 'product_delivery_time', 'product_price_label', 'product_unit' ) ) ) {
|
108 |
+
return false;
|
109 |
+
}
|
110 |
+
|
111 |
+
return $show_in_quick_edit;
|
112 |
+
}
|
113 |
+
|
114 |
/**
|
115 |
* @param \Vendidero\Germanized\Shipments\Interfaces\ShippingProvider $providers
|
116 |
*/
|
519 |
'title' => 'Germanized für WooCommerce Pro',
|
520 |
'excerpt' => 'Upgrade jetzt auf die Pro Version von Germanized und profitiere von weiteren nützliche Funktionen speziell für den deutschen Markt sowie professionellem Support.',
|
521 |
'link' => 'https://vendidero.de/woocommerce-germanized#upgrade',
|
522 |
+
'price' => '79 €',
|
523 |
) );
|
524 |
|
525 |
return $products;
|
544 |
'woocommerce-gzd-admin'
|
545 |
), WC_GERMANIZED_VERSION );
|
546 |
|
547 |
+
wp_register_script( 'wc-gzd-admin-product', $admin_script_path . 'product' . $suffix . '.js', array( 'wc-admin-product-meta-boxes', 'media-models' ), WC_GERMANIZED_VERSION );
|
548 |
|
549 |
wp_register_script( 'wc-gzd-admin-product-variations', $admin_script_path . 'product-variations' . $suffix . '.js', array( 'wc-gzd-admin-product', 'wc-admin-variation-meta-boxes' ), WC_GERMANIZED_VERSION );
|
550 |
+
|
551 |
+
wp_localize_script(
|
552 |
+
'wc-gzd-admin-product-variations',
|
553 |
+
'wc_gzd_admin_product_variations_params',
|
554 |
+
array(
|
555 |
+
'i18n_set_delivery_time' => __( 'Insert delivery time name, slug or id.', 'woocommerce-germanized' ),
|
556 |
+
'i18n_set_product_unit' => __( 'Insert product units amount.', 'woocommerce-germanized' )
|
557 |
+
)
|
558 |
+
);
|
559 |
+
|
560 |
+
wp_register_script( 'wc-gzd-admin-legal-checkboxes', $admin_script_path . 'legal-checkboxes' . $suffix . '.js', array(
|
561 |
'jquery',
|
562 |
'wp-util',
|
563 |
'underscore',
|
626 |
) );
|
627 |
}
|
628 |
|
629 |
+
public function register_product_meta_boxes() {
|
630 |
global $post;
|
631 |
|
632 |
+
if ( is_object( $post ) && 'product' === $post->post_type ) {
|
633 |
$product = wc_get_product( $post );
|
634 |
|
635 |
if ( $product && ( ! $product->is_type( 'variable' ) ) ) {
|
636 |
+
add_meta_box( 'wc-gzd-product-mini-desc', __( 'Cart description', 'woocommerce-germanized' ), array(
|
637 |
$this,
|
638 |
'init_product_mini_desc'
|
639 |
), 'product', 'advanced', 'high' );
|
640 |
+
|
641 |
+
add_meta_box( 'wc-gzd-product-defect-description', __( 'Defect description', 'woocommerce-germanized' ), array(
|
642 |
+
$this,
|
643 |
+
'init_product_defect_description'
|
644 |
+
), 'product', 'advanced', 'high' );
|
645 |
}
|
646 |
}
|
647 |
}
|
669 |
) );
|
670 |
}
|
671 |
|
672 |
+
public function init_product_defect_description( $post ) {
|
673 |
+
echo '<p class="small">' . __( 'Inform your customers about product defects. This description will be shown on top of your product description and during cart/checkout.', 'woocommerce-germanized' ) . '</p>';
|
674 |
+
|
675 |
+
wp_editor( htmlspecialchars_decode( get_post_meta( $post->ID, '_defect_description', true ) ), 'wc_gzd_product_defect_description', array(
|
676 |
+
'textarea_name' => '_defect_description',
|
677 |
+
'textarea_rows' => 5,
|
678 |
+
'media_buttons' => false
|
679 |
+
) );
|
680 |
+
}
|
681 |
+
|
682 |
public function check_language_install() {
|
683 |
if ( current_user_can( 'manage_woocommerce' ) && isset( $_GET['install-language'] ) && isset( $_GET['_wpnonce'] ) && check_admin_referer( 'wc-gzd-install-language' ) ) {
|
684 |
|
includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php
CHANGED
@@ -33,17 +33,147 @@ class WC_Germanized_Meta_Box_Product_Data_Variable {
|
|
33 |
if ( is_admin() ) {
|
34 |
add_action( 'woocommerce_product_after_variable_attributes', array( __CLASS__, 'output' ), 20, 3 );
|
35 |
add_action( 'woocommerce_save_product_variation', array( __CLASS__, 'save' ), 0, 2 );
|
36 |
-
add_action( 'woocommerce_variation_options', array( __CLASS__, '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
}
|
38 |
}
|
39 |
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
?>
|
45 |
<label>
|
46 |
-
<input type="checkbox" class="checkbox variable_service" name="variable_service[<?php echo $loop; ?>]" <?php checked( $is_service ? 'yes' : 'no', 'yes' ); ?> /> <?php _e( 'Service', 'woocommerce-germanized' ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
</label>
|
48 |
<?php
|
49 |
}
|
@@ -215,6 +345,15 @@ class WC_Germanized_Meta_Box_Product_Data_Variable {
|
|
215 |
</p>
|
216 |
</div>
|
217 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
<div class="variable_cart_mini_desc">
|
219 |
<p class="form-row form-row-full">
|
220 |
<label for="variable_mini_desc"><?php echo __( 'Optional Mini Description', 'woocommerce-germanized' ); ?></label>
|
@@ -224,6 +363,16 @@ class WC_Germanized_Meta_Box_Product_Data_Variable {
|
|
224 |
</textarea>
|
225 |
</p>
|
226 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
<?php
|
228 |
}
|
229 |
|
@@ -239,12 +388,16 @@ class WC_Germanized_Meta_Box_Product_Data_Variable {
|
|
239 |
'_parent_unit' => '',
|
240 |
'_parent_unit_base' => '',
|
241 |
'_mini_desc' => '',
|
|
|
242 |
'_service' => '',
|
|
|
|
|
243 |
'delivery_time' => '',
|
244 |
'country_specific_delivery_times' => '',
|
245 |
'new_country_specific_delivery_times_countries' => '',
|
246 |
'new_country_specific_delivery_times_terms' => '',
|
247 |
'_min_age' => '',
|
|
|
248 |
);
|
249 |
|
250 |
foreach ( $data as $k => $v ) {
|
33 |
if ( is_admin() ) {
|
34 |
add_action( 'woocommerce_product_after_variable_attributes', array( __CLASS__, 'output' ), 20, 3 );
|
35 |
add_action( 'woocommerce_save_product_variation', array( __CLASS__, 'save' ), 0, 2 );
|
36 |
+
add_action( 'woocommerce_variation_options', array( __CLASS__, 'product_types' ), 0, 3 );
|
37 |
+
}
|
38 |
+
|
39 |
+
add_action( 'woocommerce_variable_product_bulk_edit_actions', array( __CLASS__, 'bulk_edit' ), 10 );
|
40 |
+
add_action( 'woocommerce_bulk_edit_variations', array( __CLASS__, 'bulk_save' ), 10, 4 );
|
41 |
+
}
|
42 |
+
|
43 |
+
public static function bulk_save( $bulk_action, $data, $product_id, $variations ) {
|
44 |
+
$actions = array(
|
45 |
+
'variable_unit_product',
|
46 |
+
'variable_unit_auto',
|
47 |
+
'variable_delivery_time',
|
48 |
+
);
|
49 |
+
|
50 |
+
if ( in_array( $bulk_action, $actions ) ) {
|
51 |
+
if ( method_exists( __CLASS__, "bulk_action_$bulk_action" ) ) {
|
52 |
+
call_user_func( array( __CLASS__, "bulk_action_$bulk_action" ), $variations, $data );
|
53 |
+
}
|
54 |
+
} elseif ( 'toggle_' === substr( $bulk_action, 0, 7 ) ) {
|
55 |
+
$type = substr( $bulk_action, 7 );
|
56 |
+
|
57 |
+
if ( in_array( $type, array( 'service', 'used_good', 'defective_copy' ) ) ) {
|
58 |
+
self::bulk_action_variable_status_toggle( $variations, $type );
|
59 |
+
}
|
60 |
+
}
|
61 |
+
}
|
62 |
+
|
63 |
+
protected static function bulk_action_variable_status_toggle( $variations, $type = 'service' ) {
|
64 |
+
foreach ( $variations as $variation_id ) {
|
65 |
+
if ( $variation = wc_get_product( $variation_id ) ) {
|
66 |
+
$gzd_variation = wc_gzd_get_gzd_product( $variation );
|
67 |
+
|
68 |
+
if ( 'service' === $type ) {
|
69 |
+
if ( $gzd_variation->is_service( 'edit' ) ) {
|
70 |
+
$gzd_variation->set_service( false );
|
71 |
+
} else {
|
72 |
+
$gzd_variation->set_service( true );
|
73 |
+
}
|
74 |
+
} elseif ( 'used_good' === $type ) {
|
75 |
+
if ( $gzd_variation->is_used_good( 'edit' ) ) {
|
76 |
+
$gzd_variation->set_used_good( false );
|
77 |
+
} else {
|
78 |
+
$gzd_variation->set_used_good( true );
|
79 |
+
}
|
80 |
+
} elseif ( 'defective_copy' === $type ) {
|
81 |
+
if ( $gzd_variation->is_defective_copy( 'edit' ) ) {
|
82 |
+
$gzd_variation->set_defective_copy( false );
|
83 |
+
} else {
|
84 |
+
$gzd_variation->set_defective_copy( true );
|
85 |
+
}
|
86 |
+
}
|
87 |
+
|
88 |
+
$variation->save();
|
89 |
+
}
|
90 |
+
}
|
91 |
+
}
|
92 |
+
|
93 |
+
protected static function bulk_action_variable_delivery_time( $variations, $data ) {
|
94 |
+
if ( isset( $data['value'] ) ) {
|
95 |
+
$slug = '';
|
96 |
+
|
97 |
+
if ( ! empty( wc_clean( $data['value'] ) ) ) {
|
98 |
+
$slug = wc_gzd_get_valid_product_delivery_time_slugs( wc_clean( $data['value'] ) );
|
99 |
+
}
|
100 |
+
|
101 |
+
foreach ( $variations as $variation_id ) {
|
102 |
+
if ( $variation = wc_get_product( $variation_id ) ) {
|
103 |
+
$gzd_variation = wc_gzd_get_gzd_product( $variation );
|
104 |
+
$gzd_variation->set_default_delivery_time_slug( $slug );
|
105 |
+
|
106 |
+
$gzd_variation->save();
|
107 |
+
$variation->save();
|
108 |
+
}
|
109 |
+
}
|
110 |
+
}
|
111 |
+
}
|
112 |
+
|
113 |
+
protected static function bulk_action_variable_unit_product( $variations, $data ) {
|
114 |
+
if ( isset( $data['value'] ) ) {
|
115 |
+
$products = '';
|
116 |
+
|
117 |
+
if ( ! empty( wc_clean( $data['value'] ) ) ) {
|
118 |
+
$products = wc_format_decimal( wc_clean( $data['value'] ) );
|
119 |
+
}
|
120 |
+
|
121 |
+
foreach ( $variations as $variation_id ) {
|
122 |
+
if ( $variation = wc_get_product( $variation_id ) ) {
|
123 |
+
$gzd_variation = wc_gzd_get_gzd_product( $variation );
|
124 |
+
$gzd_variation->set_unit_product( $products );
|
125 |
+
|
126 |
+
$variation->save();
|
127 |
+
}
|
128 |
+
}
|
129 |
}
|
130 |
}
|
131 |
|
132 |
+
protected static function bulk_action_variable_unit_auto( $variations, $data ) {
|
133 |
+
foreach ( $variations as $variation_id ) {
|
134 |
+
if ( $variation = wc_get_product( $variation_id ) ) {
|
135 |
+
$gzd_variation = wc_gzd_get_gzd_product( $variation );
|
136 |
+
$gzd_variation->set_unit_price_auto( ( $gzd_variation->is_unit_price_auto() ? false : true ) );
|
137 |
+
|
138 |
+
$variation->save();
|
139 |
+
}
|
140 |
+
}
|
141 |
+
}
|
142 |
+
|
143 |
+
public static function bulk_edit() {
|
144 |
+
?>
|
145 |
+
<optgroup label="<?php esc_attr_e( 'Unit Price', 'woocommerce-germanized' ); ?>">
|
146 |
+
<option value="variable_unit_product"><?php esc_html_e( 'Set product units', 'woocommerce-germanized' ); ?></option>
|
147 |
+
<?php if ( WC_germanized()->is_pro() ) : ?>
|
148 |
+
<option value="variable_unit_auto"><?php esc_html_e( 'Toggle auto calculation', 'woocommerce-germanized' ); ?></option>
|
149 |
+
<?php endif; ?>
|
150 |
+
</optgroup>
|
151 |
+
<optgroup label="<?php esc_attr_e( 'Delivery Time', 'woocommerce-germanized' ); ?>">
|
152 |
+
<option value="variable_delivery_time"><?php esc_html_e( 'Set delivery time', 'woocommerce-germanized' ); ?></option>
|
153 |
+
</optgroup>
|
154 |
+
<optgroup label="<?php esc_attr_e( 'Status', 'woocommerce-germanized' ); ?>">
|
155 |
+
<option value="toggle_service"><?php esc_html_e( 'Toggle "Service"', 'woocommerce-germanized' ); ?></option>
|
156 |
+
<option value="toggle_used_good"><?php esc_html_e( 'Toggle "Used Good"', 'woocommerce-germanized' ); ?></option>
|
157 |
+
<option value="toggle_defective_copy"><?php esc_html_e( 'Toggle "Defective Copy"', 'woocommerce-germanized' ); ?></option>
|
158 |
+
</optgroup>
|
159 |
+
<?php
|
160 |
+
}
|
161 |
+
|
162 |
+
public static function product_types( $loop, $variation_data, $variation ) {
|
163 |
+
$_product = wc_get_product( $variation );
|
164 |
+
$gzd_product = wc_gzd_get_product( $_product );
|
165 |
+
$is_service = $gzd_product->get_service( 'edit' );
|
166 |
+
$is_used_good = $gzd_product->get_used_good( 'edit' );
|
167 |
+
$is_defective_copy = $gzd_product->get_defective_copy( 'edit' );
|
168 |
?>
|
169 |
<label>
|
170 |
+
<input type="checkbox" class="checkbox variable_service" name="variable_service[<?php echo $loop; ?>]" <?php checked( $is_service ? 'yes' : 'no', 'yes' ); ?> /> <?php _e( 'Service', 'woocommerce-germanized' ); ?>
|
171 |
+
</label>
|
172 |
+
<label>
|
173 |
+
<input type="checkbox" class="checkbox variable_used_good" name="variable_used_good[<?php echo $loop; ?>]" <?php checked( $is_used_good ? 'yes' : 'no', 'yes' ); ?> /> <?php _e( 'Used Good', 'woocommerce-germanized' ); ?> <?php echo wc_help_tip( __( 'Product is a used good.', 'woocommerce-germanized' ) ); ?>
|
174 |
+
</label>
|
175 |
+
<label>
|
176 |
+
<input type="checkbox" class="checkbox variable_defective_copy" name="variable_defective_copy[<?php echo $loop; ?>]" <?php checked( $is_defective_copy ? 'yes' : 'no', 'yes' ); ?> /> <?php _e( 'Defective Copy', 'woocommerce-germanized' ); ?> <?php echo wc_help_tip( __( 'Product has defects.', 'woocommerce-germanized' ) ); ?>
|
177 |
</label>
|
178 |
<?php
|
179 |
}
|
345 |
</p>
|
346 |
</div>
|
347 |
|
348 |
+
<div class="variable_warranty_attachment">
|
349 |
+
<p class="form-row form-row-full wc-gzd-warranty-upload-wrapper">
|
350 |
+
<label><?php _e( 'Warranty (PDF)', 'woocommerce-germanized' ); ?></label>
|
351 |
+
<a href="#" class="button upload_warranty_button" data-default-label="<?php echo esc_html__( 'Same as parent', 'woocommerce-germanized' ); ?>" data-choose="<?php esc_attr_e( 'Choose file', 'woocommerce-germanized' ); ?>" data-update="<?php esc_attr_e( 'Select warranty file', 'woocommerce-germanized' ); ?>"><?php echo ( $gzd_product->has_warranty( 'edit' ) ? $gzd_product->get_warranty_filename() : esc_html__( 'Same as parent', 'woocommerce-germanized' ) ); ?></a>
|
352 |
+
<input type="hidden" name="variable_warranty_attachment_id[<?php echo $loop; ?>]" value="<?php echo ( $gzd_product->has_warranty( 'edit' ) ? $gzd_product->get_warranty_attachment_id( 'edit' ) : '' ); ?>" class="wc-gzd-warranty-attachment" />
|
353 |
+
<a href="#" class="wc-gzd-warranty-delete <?php echo ( ! $gzd_product->has_warranty( 'edit' ) ? 'file-missing' : '' ); ?>"><?php _e( 'Delete', 'woocommerce-germanized' ); ?></a>
|
354 |
+
</p>
|
355 |
+
</div>
|
356 |
+
|
357 |
<div class="variable_cart_mini_desc">
|
358 |
<p class="form-row form-row-full">
|
359 |
<label for="variable_mini_desc"><?php echo __( 'Optional Mini Description', 'woocommerce-germanized' ); ?></label>
|
363 |
</textarea>
|
364 |
</p>
|
365 |
</div>
|
366 |
+
|
367 |
+
<div class="variable_cart_defect_description show_if_variation_defective_copy">
|
368 |
+
<p class="form-row form-row-full">
|
369 |
+
<label for="variable_defect_description"><?php echo __( 'Defect Description', 'woocommerce-germanized' ); ?> <?php echo wc_help_tip( __( 'Inform your customers about product defects. This description will be shown on top of your product description and during cart/checkout.', 'woocommerce-germanized' ) ); ?></label>
|
370 |
+
<textarea rows="3" style="width: 100%" name="variable_defect_description[<?php echo $loop; ?>]"
|
371 |
+
id="variable_defect_description_<?php echo $loop; ?>"
|
372 |
+
class="variable_defect_description"><?php echo htmlspecialchars_decode( $gzd_product->get_defect_description( 'edit' ) ); ?>
|
373 |
+
</textarea>
|
374 |
+
</p>
|
375 |
+
</div>
|
376 |
<?php
|
377 |
}
|
378 |
|
388 |
'_parent_unit' => '',
|
389 |
'_parent_unit_base' => '',
|
390 |
'_mini_desc' => '',
|
391 |
+
'_defect_description' => '',
|
392 |
'_service' => '',
|
393 |
+
'_used_good' => '',
|
394 |
+
'_defective_copy' => '',
|
395 |
'delivery_time' => '',
|
396 |
'country_specific_delivery_times' => '',
|
397 |
'new_country_specific_delivery_times_countries' => '',
|
398 |
'new_country_specific_delivery_times_terms' => '',
|
399 |
'_min_age' => '',
|
400 |
+
'_warranty_attachment_id' => '',
|
401 |
);
|
402 |
|
403 |
foreach ( $data as $k => $v ) {
|
includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php
CHANGED
@@ -31,18 +31,112 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
31 |
add_action( 'woocommerce_product_options_shipping', array( __CLASS__, 'output_shipping' ) );
|
32 |
|
33 |
add_action( 'woocommerce_admin_process_product_object', array( __CLASS__, 'save' ), 10, 1 );
|
34 |
-
add_filter( 'product_type_options', array( __CLASS__, '
|
35 |
}
|
36 |
|
37 |
add_action( 'woocommerce_product_object_updated_props', array( __CLASS__, 'update_terms' ), 10, 1 );
|
38 |
add_action( 'woocommerce_before_product_object_save', array( __CLASS__, 'before_save' ), 10, 1 );
|
39 |
|
|
|
|
|
|
|
40 |
/**
|
41 |
* Product duplication
|
42 |
*/
|
43 |
add_action( 'woocommerce_product_duplicate_before_save', array( __CLASS__, 'update_before_duplicate' ), 10, 2 );
|
44 |
}
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
/**
|
47 |
* @param WC_Product $product
|
48 |
*/
|
@@ -103,7 +197,7 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
103 |
}
|
104 |
}
|
105 |
|
106 |
-
public static function
|
107 |
$types['service'] = array(
|
108 |
'id' => '_service',
|
109 |
'wrapper_class' => 'show_if_simple',
|
@@ -112,10 +206,26 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
112 |
'default' => 'no'
|
113 |
);
|
114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
$types['differential_taxation'] = array(
|
116 |
'id' => '_differential_taxation',
|
117 |
'wrapper_class' => '',
|
118 |
-
'label' => __( '
|
119 |
'description' => __( 'Product applies to differential taxation based on §25a UStG.', 'woocommerce-germanized' ),
|
120 |
'default' => 'no'
|
121 |
);
|
@@ -138,6 +248,7 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
138 |
'desc_tip' => true,
|
139 |
'description' => __( 'If the product is on sale you may want to show a price label right before outputting the old price to inform the customer.', 'woocommerce-germanized' )
|
140 |
) );
|
|
|
141 |
woocommerce_wp_select( array(
|
142 |
'id' => '_sale_price_regular_label',
|
143 |
'label' => __( 'Sale Regular Label', 'woocommerce-germanized' ),
|
@@ -153,6 +264,7 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
153 |
'desc_tip' => true,
|
154 |
'description' => __( 'Needed if selling on a per unit basis', 'woocommerce-germanized' )
|
155 |
) );
|
|
|
156 |
woocommerce_wp_text_input( array(
|
157 |
'id' => '_unit_product',
|
158 |
'label' => __( 'Product Units', 'woocommerce-germanized' ),
|
@@ -160,6 +272,7 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
160 |
'desc_tip' => true,
|
161 |
'description' => __( 'Number of units included per default product price. Example: 1000 ml.', 'woocommerce-germanized' )
|
162 |
) );
|
|
|
163 |
woocommerce_wp_text_input( array(
|
164 |
'id' => '_unit_base',
|
165 |
'label' => __( 'Unit Price Units', 'woocommerce-germanized' ),
|
@@ -189,11 +302,13 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
189 |
'label' => __( 'Calculation', 'woocommerce-germanized' ),
|
190 |
'description' => '<span class="wc-gzd-premium-desc">' . __( 'Calculate unit prices automatically.', 'woocommerce-germanized' ) . '</span> <a href="https://vendidero.de/woocommerce-germanized#upgrade" target="_blank" class="wc-gzd-pro wc-gzd-pro-outlined">pro</a>'
|
191 |
) );
|
|
|
192 |
woocommerce_wp_text_input( array(
|
193 |
'id' => '_unit_price_regular',
|
194 |
'label' => __( 'Regular Unit Price', 'woocommerce-germanized' ) . ' (' . get_woocommerce_currency_symbol() . ')',
|
195 |
'data_type' => 'price'
|
196 |
) );
|
|
|
197 |
woocommerce_wp_text_input( array(
|
198 |
'id' => '_unit_price_sale',
|
199 |
'label' => __( 'Sale Unit Price', 'woocommerce-germanized' ) . ' (' . get_woocommerce_currency_symbol() . ')',
|
@@ -213,6 +328,12 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
213 |
) );
|
214 |
|
215 |
echo '</div>';
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
}
|
217 |
|
218 |
public static function output_delivery_time_select2( $args = array() ) {
|
@@ -265,6 +386,20 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
265 |
) );
|
266 |
}
|
267 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
268 |
public static function get_available_delivery_time_countries() {
|
269 |
$countries = WC()->countries->get_shipping_countries();
|
270 |
$base_country = WC()->countries->get_base_country();
|
@@ -379,6 +514,8 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
379 |
'_sale_price_label' => '',
|
380 |
'_sale_price_regular_label' => '',
|
381 |
'_mini_desc' => '',
|
|
|
|
|
382 |
'delivery_time' => '',
|
383 |
'country_specific_delivery_times' => '',
|
384 |
'new_country_specific_delivery_times_countries' => '',
|
@@ -388,6 +525,8 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
388 |
'_sale_price' => '',
|
389 |
'_free_shipping' => '',
|
390 |
'_service' => '',
|
|
|
|
|
391 |
'_differential_taxation' => '',
|
392 |
'_min_age' => '',
|
393 |
);
|
@@ -468,7 +607,18 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
468 |
$gzd_product->set_unit_product( $data['_unit_product'] );
|
469 |
}
|
470 |
|
471 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
472 |
|
473 |
if ( isset( $data['_unit_price_regular'] ) ) {
|
474 |
$gzd_product->set_unit_price_regular( $data['_unit_price_regular'] );
|
@@ -652,6 +802,26 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
652 |
$gzd_product->set_mini_desc( $data['_mini_desc'] === '' ? '' : wc_gzd_sanitize_html_text_field( $data['_mini_desc'] ) );
|
653 |
}
|
654 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
655 |
if ( isset( $data['_min_age'] ) && array_key_exists( (int) $data['_min_age'], wc_gzd_get_age_verification_min_ages() ) ) {
|
656 |
$gzd_product->set_min_age( absint( $data['_min_age'] ) );
|
657 |
} else {
|
@@ -666,6 +836,12 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
666 |
// Is a service?
|
667 |
$gzd_product->set_service( isset( $data['_service'] ) ? 'yes' : 'no' );
|
668 |
|
|
|
|
|
|
|
|
|
|
|
|
|
669 |
// Applies to differential taxation?
|
670 |
$gzd_product->set_differential_taxation( isset( $data['_differential_taxation'] ) ? 'yes' : 'no' );
|
671 |
|
@@ -686,6 +862,7 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
686 |
// Ignore variable data
|
687 |
if ( in_array( $product_type, array( 'variable', 'grouped' ) ) && ! $is_variation ) {
|
688 |
$gzd_product->set_mini_desc( '' );
|
|
|
689 |
}
|
690 |
|
691 |
$gzd_product->set_gzd_version( WC_GERMANIZED_VERSION );
|
31 |
add_action( 'woocommerce_product_options_shipping', array( __CLASS__, 'output_shipping' ) );
|
32 |
|
33 |
add_action( 'woocommerce_admin_process_product_object', array( __CLASS__, 'save' ), 10, 1 );
|
34 |
+
add_filter( 'product_type_options', array( __CLASS__, 'product_types' ), 10, 1 );
|
35 |
}
|
36 |
|
37 |
add_action( 'woocommerce_product_object_updated_props', array( __CLASS__, 'update_terms' ), 10, 1 );
|
38 |
add_action( 'woocommerce_before_product_object_save', array( __CLASS__, 'before_save' ), 10, 1 );
|
39 |
|
40 |
+
add_action( 'woocommerce_product_bulk_edit_end', array( __CLASS__, 'bulk_edit' ) );
|
41 |
+
add_action( 'woocommerce_product_bulk_edit_save', array( __CLASS__, 'bulk_save' ) );
|
42 |
+
|
43 |
/**
|
44 |
* Product duplication
|
45 |
*/
|
46 |
add_action( 'woocommerce_product_duplicate_before_save', array( __CLASS__, 'update_before_duplicate' ), 10, 2 );
|
47 |
}
|
48 |
|
49 |
+
public static function quick_edit() {
|
50 |
+
|
51 |
+
}
|
52 |
+
|
53 |
+
public static function bulk_save( $product ) {
|
54 |
+
if ( $gzd_product = wc_gzd_get_gzd_product( $product ) ) {
|
55 |
+
$needs_update = false;
|
56 |
+
$change_delivery_time = isset( $_REQUEST['change_delivery_time'] ) ? absint( $_REQUEST['change_delivery_time'] ) : '';
|
57 |
+
|
58 |
+
if ( ! empty( $change_delivery_time ) && in_array( $change_delivery_time, array( 1, 2 ) ) ) {
|
59 |
+
$delivery_time = isset( $_REQUEST['_delivery_time'] ) ? wc_clean( $_REQUEST['_delivery_time'] ) : '';
|
60 |
+
|
61 |
+
if ( ! empty( $delivery_time ) && 1 === $change_delivery_time ) {
|
62 |
+
$needs_update = true;
|
63 |
+
|
64 |
+
if ( $slug = wc_gzd_get_valid_product_delivery_time_slugs( $delivery_time ) ) {
|
65 |
+
$gzd_product->set_default_delivery_time_slug( $slug );
|
66 |
+
}
|
67 |
+
} elseif ( 2 === $change_delivery_time ) {
|
68 |
+
$needs_update = true;
|
69 |
+
|
70 |
+
$gzd_product->set_default_delivery_time_slug( '' );
|
71 |
+
}
|
72 |
+
}
|
73 |
+
|
74 |
+
if ( isset( $_REQUEST['_unit'] ) ) {
|
75 |
+
$unit = wc_clean( $_REQUEST['_unit'] );
|
76 |
+
|
77 |
+
if ( ! empty( $unit ) ) {
|
78 |
+
$needs_update = true;
|
79 |
+
|
80 |
+
if ( '_no_unit' === $unit ) {
|
81 |
+
$gzd_product->set_unit( '' );
|
82 |
+
} elseif ( $term = get_term_by( 'slug', $unit, 'product_unit' ) ) {
|
83 |
+
$gzd_product->set_unit( $term->slug );
|
84 |
+
}
|
85 |
+
}
|
86 |
+
}
|
87 |
+
|
88 |
+
if ( $needs_update ) {
|
89 |
+
$gzd_product->get_wc_product()->save();
|
90 |
+
$gzd_product->save();
|
91 |
+
}
|
92 |
+
}
|
93 |
+
}
|
94 |
+
|
95 |
+
public static function bulk_edit() {
|
96 |
+
?>
|
97 |
+
<div class="inline-edit-group delivery-time">
|
98 |
+
<label class="alignleft">
|
99 |
+
<span class="title"><?php _e( 'Delivery Time', 'woocommerce-germanized' ); ?></span>
|
100 |
+
<span class="input-text-wrap">
|
101 |
+
<select class="change_delivery_time change_to" name="change_delivery_time">
|
102 |
+
<?php
|
103 |
+
$options = array(
|
104 |
+
'' => __( '— No change —', 'woocommerce-germanized' ),
|
105 |
+
'1' => __( 'Change to:', 'woocommerce-germanized' ),
|
106 |
+
'2' => __( 'No delivery time', 'woocommerce-germanized' ),
|
107 |
+
);
|
108 |
+
foreach ( $options as $key => $value ) {
|
109 |
+
echo '<option value="' . esc_attr( $key ) . '">' . esc_html( $value ) . '</option>';
|
110 |
+
}
|
111 |
+
?>
|
112 |
+
</select>
|
113 |
+
</span>
|
114 |
+
</label>
|
115 |
+
<label class="change-input">
|
116 |
+
<select class="wc-product-search wc-gzd-delivery-time-search" style="width: 100%; min-width: 150px;" name="_delivery_time"
|
117 |
+
data-minimum_input_length="1" data-allow_clear="true"
|
118 |
+
data-placeholder="<?php echo esc_attr( __( '— No change —', 'woocommerce-germanized' ) ); ?>"
|
119 |
+
data-action="woocommerce_gzd_json_search_delivery_time" data-multiple="false">
|
120 |
+
</select>
|
121 |
+
</label>
|
122 |
+
</div>
|
123 |
+
<label class="alignleft">
|
124 |
+
<span class="title"><?php _e( 'Unit', 'woocommerce-germanized' ); ?></span>
|
125 |
+
<span class="input-text-wrap">
|
126 |
+
<select class="unit" name="_unit">
|
127 |
+
<option value=""><?php _e( '— No change —', 'woocommerce-germanized' ); ?></option>
|
128 |
+
<option value="_no_unit"><?php _e( 'No unit', 'woocommerce-germanized' ); ?></option>
|
129 |
+
<?php
|
130 |
+
foreach ( WC_germanized()->units->get_units() as $key => $value ) {
|
131 |
+
echo '<option value="' . esc_attr( $key ) . '">' . esc_html( $value ) . '</option>';
|
132 |
+
}
|
133 |
+
?>
|
134 |
+
</select>
|
135 |
+
</span>
|
136 |
+
</label>
|
137 |
+
<?php
|
138 |
+
}
|
139 |
+
|
140 |
/**
|
141 |
* @param WC_Product $product
|
142 |
*/
|
197 |
}
|
198 |
}
|
199 |
|
200 |
+
public static function product_types( $types ) {
|
201 |
$types['service'] = array(
|
202 |
'id' => '_service',
|
203 |
'wrapper_class' => 'show_if_simple',
|
206 |
'default' => 'no'
|
207 |
);
|
208 |
|
209 |
+
$types['used_good'] = array(
|
210 |
+
'id' => '_used_good',
|
211 |
+
'wrapper_class' => 'show_if_simple',
|
212 |
+
'label' => __( 'Used Good', 'woocommerce-germanized' ),
|
213 |
+
'description' => __( 'Product is a used good.', 'woocommerce-germanized' ),
|
214 |
+
'default' => 'no'
|
215 |
+
);
|
216 |
+
|
217 |
+
$types['defective_copy'] = array(
|
218 |
+
'id' => '_defective_copy',
|
219 |
+
'wrapper_class' => 'show_if_simple',
|
220 |
+
'label' => __( 'Defective Copy', 'woocommerce-germanized' ),
|
221 |
+
'description' => __( 'Product has defects.', 'woocommerce-germanized' ),
|
222 |
+
'default' => 'no'
|
223 |
+
);
|
224 |
+
|
225 |
$types['differential_taxation'] = array(
|
226 |
'id' => '_differential_taxation',
|
227 |
'wrapper_class' => '',
|
228 |
+
'label' => __( 'Differential taxed', 'woocommerce-germanized' ),
|
229 |
'description' => __( 'Product applies to differential taxation based on §25a UStG.', 'woocommerce-germanized' ),
|
230 |
'default' => 'no'
|
231 |
);
|
248 |
'desc_tip' => true,
|
249 |
'description' => __( 'If the product is on sale you may want to show a price label right before outputting the old price to inform the customer.', 'woocommerce-germanized' )
|
250 |
) );
|
251 |
+
|
252 |
woocommerce_wp_select( array(
|
253 |
'id' => '_sale_price_regular_label',
|
254 |
'label' => __( 'Sale Regular Label', 'woocommerce-germanized' ),
|
264 |
'desc_tip' => true,
|
265 |
'description' => __( 'Needed if selling on a per unit basis', 'woocommerce-germanized' )
|
266 |
) );
|
267 |
+
|
268 |
woocommerce_wp_text_input( array(
|
269 |
'id' => '_unit_product',
|
270 |
'label' => __( 'Product Units', 'woocommerce-germanized' ),
|
272 |
'desc_tip' => true,
|
273 |
'description' => __( 'Number of units included per default product price. Example: 1000 ml.', 'woocommerce-germanized' )
|
274 |
) );
|
275 |
+
|
276 |
woocommerce_wp_text_input( array(
|
277 |
'id' => '_unit_base',
|
278 |
'label' => __( 'Unit Price Units', 'woocommerce-germanized' ),
|
302 |
'label' => __( 'Calculation', 'woocommerce-germanized' ),
|
303 |
'description' => '<span class="wc-gzd-premium-desc">' . __( 'Calculate unit prices automatically.', 'woocommerce-germanized' ) . '</span> <a href="https://vendidero.de/woocommerce-germanized#upgrade" target="_blank" class="wc-gzd-pro wc-gzd-pro-outlined">pro</a>'
|
304 |
) );
|
305 |
+
|
306 |
woocommerce_wp_text_input( array(
|
307 |
'id' => '_unit_price_regular',
|
308 |
'label' => __( 'Regular Unit Price', 'woocommerce-germanized' ) . ' (' . get_woocommerce_currency_symbol() . ')',
|
309 |
'data_type' => 'price'
|
310 |
) );
|
311 |
+
|
312 |
woocommerce_wp_text_input( array(
|
313 |
'id' => '_unit_price_sale',
|
314 |
'label' => __( 'Sale Unit Price', 'woocommerce-germanized' ) . ' (' . get_woocommerce_currency_symbol() . ')',
|
328 |
) );
|
329 |
|
330 |
echo '</div>';
|
331 |
+
|
332 |
+
echo '<div class="options_group show_if_simple show_if_variable show_if_external">';
|
333 |
+
|
334 |
+
self::output_warranty_upload();
|
335 |
+
|
336 |
+
echo '</div>';
|
337 |
}
|
338 |
|
339 |
public static function output_delivery_time_select2( $args = array() ) {
|
386 |
) );
|
387 |
}
|
388 |
|
389 |
+
public static function output_warranty_upload() {
|
390 |
+
global $post, $thepostid, $product_object;
|
391 |
+
|
392 |
+
$gzd_product = wc_gzd_get_product( $product_object );
|
393 |
+
?>
|
394 |
+
<p class="form-field wc-gzd-warranty-upload-wrapper">
|
395 |
+
<label for="upload_warranty_button"><?php _e( 'Warranty (PDF)', 'woocommerce-germanized' ); ?></label>
|
396 |
+
<a href="#" class="button upload_warranty_button" data-default-label="<?php echo esc_html__( 'Choose file', 'woocommerce-germanized' ); ?>" data-choose="<?php esc_attr_e( 'Choose file', 'woocommerce-germanized' ); ?>" data-update="<?php esc_attr_e( 'Select warranty file', 'woocommerce-germanized' ); ?>"><?php echo ( $gzd_product->has_warranty() ? $gzd_product->get_warranty_filename() : esc_html__( 'Choose file', 'woocommerce-germanized' ) ); ?></a>
|
397 |
+
<input type="hidden" name="_warranty_attachment_id" value="<?php echo ( $gzd_product->has_warranty() ? $gzd_product->get_warranty_attachment_id() : '' ); ?>" class="wc-gzd-warranty-attachment" />
|
398 |
+
<a href="#" class="wc-gzd-warranty-delete <?php echo ( ! $gzd_product->has_warranty() ? 'file-missing' : '' ); ?>"><?php _e( 'Delete', 'woocommerce-germanized' ); ?></a>
|
399 |
+
</p>
|
400 |
+
<?php
|
401 |
+
}
|
402 |
+
|
403 |
public static function get_available_delivery_time_countries() {
|
404 |
$countries = WC()->countries->get_shipping_countries();
|
405 |
$base_country = WC()->countries->get_base_country();
|
514 |
'_sale_price_label' => '',
|
515 |
'_sale_price_regular_label' => '',
|
516 |
'_mini_desc' => '',
|
517 |
+
'_defect_description' => '',
|
518 |
+
'_warranty_attachment_id' => '',
|
519 |
'delivery_time' => '',
|
520 |
'country_specific_delivery_times' => '',
|
521 |
'new_country_specific_delivery_times_countries' => '',
|
525 |
'_sale_price' => '',
|
526 |
'_free_shipping' => '',
|
527 |
'_service' => '',
|
528 |
+
'_used_good' => '',
|
529 |
+
'_defective_copy' => '',
|
530 |
'_differential_taxation' => '',
|
531 |
'_min_age' => '',
|
532 |
);
|
607 |
$gzd_product->set_unit_product( $data['_unit_product'] );
|
608 |
}
|
609 |
|
610 |
+
$unit_price_auto = 'no';
|
611 |
+
|
612 |
+
if ( isset( $data['_unit_price_auto'] ) ) {
|
613 |
+
/**
|
614 |
+
* Respect false/no to unset auto price calculation
|
615 |
+
*/
|
616 |
+
if ( false !== $data['_unit_price_auto'] && 'no' !== $data['_unit_price_auto'] ) {
|
617 |
+
$unit_price_auto = 'yes';
|
618 |
+
}
|
619 |
+
}
|
620 |
+
|
621 |
+
$gzd_product->set_unit_price_auto( $unit_price_auto );
|
622 |
|
623 |
if ( isset( $data['_unit_price_regular'] ) ) {
|
624 |
$gzd_product->set_unit_price_regular( $data['_unit_price_regular'] );
|
802 |
$gzd_product->set_mini_desc( $data['_mini_desc'] === '' ? '' : wc_gzd_sanitize_html_text_field( $data['_mini_desc'] ) );
|
803 |
}
|
804 |
|
805 |
+
if ( isset( $data['_defect_description'] ) ) {
|
806 |
+
$gzd_product->set_defect_description( $data['_defect_description'] === '' ? '' : wc_gzd_sanitize_html_text_field( $data['_defect_description'] ) );
|
807 |
+
}
|
808 |
+
|
809 |
+
$warranty_attachment_id = isset( $data['_warranty_attachment_id'] ) ? absint( $data['_warranty_attachment_id'] ) : 0;
|
810 |
+
|
811 |
+
if ( ! empty( $warranty_attachment_id ) && ( $warranty_post = get_post( $warranty_attachment_id ) ) ) {
|
812 |
+
if ( $file_url = wp_get_attachment_url( $warranty_attachment_id ) ) {
|
813 |
+
$filetype = wp_check_filetype( $file_url );
|
814 |
+
|
815 |
+
if ( 'application/pdf' === $filetype['type'] ) {
|
816 |
+
$gzd_product->set_warranty_attachment_id( $warranty_attachment_id );
|
817 |
+
} else {
|
818 |
+
$gzd_product->set_warranty_attachment_id( 0 );
|
819 |
+
}
|
820 |
+
}
|
821 |
+
} else {
|
822 |
+
$gzd_product->set_warranty_attachment_id( 0 );
|
823 |
+
}
|
824 |
+
|
825 |
if ( isset( $data['_min_age'] ) && array_key_exists( (int) $data['_min_age'], wc_gzd_get_age_verification_min_ages() ) ) {
|
826 |
$gzd_product->set_min_age( absint( $data['_min_age'] ) );
|
827 |
} else {
|
836 |
// Is a service?
|
837 |
$gzd_product->set_service( isset( $data['_service'] ) ? 'yes' : 'no' );
|
838 |
|
839 |
+
// Is a used good?
|
840 |
+
$gzd_product->set_used_good( isset( $data['_used_good'] ) ? 'yes' : 'no' );
|
841 |
+
|
842 |
+
// Is a defective copy?
|
843 |
+
$gzd_product->set_defective_copy( isset( $data['_defective_copy'] ) ? 'yes' : 'no' );
|
844 |
+
|
845 |
// Applies to differential taxation?
|
846 |
$gzd_product->set_differential_taxation( isset( $data['_differential_taxation'] ) ? 'yes' : 'no' );
|
847 |
|
862 |
// Ignore variable data
|
863 |
if ( in_array( $product_type, array( 'variable', 'grouped' ) ) && ! $is_variation ) {
|
864 |
$gzd_product->set_mini_desc( '' );
|
865 |
+
$gzd_product->set_defect_description( '' );
|
866 |
}
|
867 |
|
868 |
$gzd_product->set_gzd_version( WC_GERMANIZED_VERSION );
|
includes/admin/settings/class-wc-gzd-settings-tab-emails.php
CHANGED
@@ -223,6 +223,25 @@ class WC_GZD_Settings_Tab_Emails extends WC_GZD_Settings_Tab {
|
|
223 |
);
|
224 |
}
|
225 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
226 |
protected function get_general_settings() {
|
227 |
$mailer = WC()->mailer();
|
228 |
$email_templates = $mailer->get_emails();
|
@@ -246,7 +265,7 @@ class WC_GZD_Settings_Tab_Emails extends WC_GZD_Settings_Tab {
|
|
246 |
'title' => '',
|
247 |
'id' => 'woocommerce_gzd_mail_attach_order',
|
248 |
'type' => 'hidden',
|
249 |
-
'default' =>
|
250 |
),
|
251 |
);
|
252 |
|
@@ -257,6 +276,7 @@ class WC_GZD_Settings_Tab_Emails extends WC_GZD_Settings_Tab {
|
|
257 |
'id' => 'woocommerce_gzd_mail_attach_' . $key,
|
258 |
'type' => 'multiselect',
|
259 |
'class' => 'wc-enhanced-select',
|
|
|
260 |
'desc_tip' => true,
|
261 |
'options' => $email_select,
|
262 |
) );
|
223 |
);
|
224 |
}
|
225 |
|
226 |
+
protected function get_default_email_ids_by_attachment_type( $type ) {
|
227 |
+
$email_ids = array();
|
228 |
+
|
229 |
+
switch( $type ) {
|
230 |
+
case "revocation":
|
231 |
+
$email_ids = array( 'customer_processing_order' );
|
232 |
+
break;
|
233 |
+
case "warranties":
|
234 |
+
$email_ids = array( 'customer_completed_order' );
|
235 |
+
break;
|
236 |
+
case "data_security":
|
237 |
+
case "terms":
|
238 |
+
$email_ids = array( 'customer_processing_order', 'customer_new_account', 'customer_new_account_activation' );
|
239 |
+
break;
|
240 |
+
}
|
241 |
+
|
242 |
+
return $email_ids;
|
243 |
+
}
|
244 |
+
|
245 |
protected function get_general_settings() {
|
246 |
$mailer = WC()->mailer();
|
247 |
$email_templates = $mailer->get_emails();
|
265 |
'title' => '',
|
266 |
'id' => 'woocommerce_gzd_mail_attach_order',
|
267 |
'type' => 'hidden',
|
268 |
+
'default' => wc_gzd_get_default_email_attachment_order(),
|
269 |
),
|
270 |
);
|
271 |
|
276 |
'id' => 'woocommerce_gzd_mail_attach_' . $key,
|
277 |
'type' => 'multiselect',
|
278 |
'class' => 'wc-enhanced-select',
|
279 |
+
'default' => $this->get_default_email_ids_by_attachment_type( $key ),
|
280 |
'desc_tip' => true,
|
281 |
'options' => $email_select,
|
282 |
) );
|
includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php
CHANGED
@@ -281,6 +281,14 @@ class WC_GZD_Settings_Tab_Shopmarks extends WC_GZD_Settings_Tab {
|
|
281 |
'id' => 'woocommerce_gzd_display_emails_product_item_desc',
|
282 |
'type' => 'gzd_toggle',
|
283 |
'default' => 'yes',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
284 |
'checkboxgroup' => 'end',
|
285 |
),
|
286 |
|
@@ -452,7 +460,7 @@ class WC_GZD_Settings_Tab_Shopmarks extends WC_GZD_Settings_Tab {
|
|
452 |
protected function get_delivery_time_settings() {
|
453 |
$delivery_terms = array( '' => __( 'None', 'woocommerce-germanized' ) );
|
454 |
$delivery_terms_per_country = array( '' => __( 'Same as global fallback', 'woocommerce-germanized' ) );
|
455 |
-
$terms = get_terms(
|
456 |
|
457 |
if ( ! is_wp_error( $terms ) ) {
|
458 |
$delivery_terms = $delivery_terms + $terms;
|
281 |
'id' => 'woocommerce_gzd_display_emails_product_item_desc',
|
282 |
'type' => 'gzd_toggle',
|
283 |
'default' => 'yes',
|
284 |
+
'checkboxgroup' => '',
|
285 |
+
),
|
286 |
+
|
287 |
+
array(
|
288 |
+
'desc' => __( 'Defect Description', 'woocommerce-germanized' ),
|
289 |
+
'id' => 'woocommerce_gzd_display_emails_product_defect_description',
|
290 |
+
'type' => 'gzd_toggle',
|
291 |
+
'default' => 'yes',
|
292 |
'checkboxgroup' => 'end',
|
293 |
),
|
294 |
|
460 |
protected function get_delivery_time_settings() {
|
461 |
$delivery_terms = array( '' => __( 'None', 'woocommerce-germanized' ) );
|
462 |
$delivery_terms_per_country = array( '' => __( 'Same as global fallback', 'woocommerce-germanized' ) );
|
463 |
+
$terms = WC_germanized()->delivery_times->get_terms();
|
464 |
|
465 |
if ( ! is_wp_error( $terms ) ) {
|
466 |
$delivery_terms = $delivery_terms + $terms;
|
includes/admin/settings/views/html-admin-page-checkbox-sidebar.php
CHANGED
@@ -22,6 +22,6 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
22 |
<div class="wc-gzd-sidebar-action">
|
23 |
<a class="button button-primary wc-gzd-button" href="https://vendidero.de/woocommerce-germanized"
|
24 |
target="_blank">jetzt entdecken</a>
|
25 |
-
<span class="small">ab
|
26 |
</div>
|
27 |
</div>
|
22 |
<div class="wc-gzd-sidebar-action">
|
23 |
<a class="button button-primary wc-gzd-button" href="https://vendidero.de/woocommerce-germanized"
|
24 |
target="_blank">jetzt entdecken</a>
|
25 |
+
<span class="small">ab 79 € inkl. Mwst. und 1 Jahr Updates & Support!</span>
|
26 |
</div>
|
27 |
</div>
|
includes/admin/settings/views/html-admin-settings-tabs.php
CHANGED
@@ -11,10 +11,11 @@ defined( 'ABSPATH' ) || exit;
|
|
11 |
<?php if ( ! WC_germanized()->is_pro() ) : ?>
|
12 |
<a class="page-title-action" href="https://vendidero.de/woocommerce-germanized"
|
13 |
target="_blank"><?php printf( __( 'Upgrade to %s', 'woocommerce-germanized' ), '<span class="wc-gzd-pro">pro</span>' ); ?></a>
|
14 |
-
<?php
|
|
|
|
|
15 |
|
16 |
-
<a class="page-title-action"
|
17 |
-
href="<?php echo add_query_arg( array( 'tutorial' => 'yes' ) ); ?>"><?php _e( 'Start tutorial', 'woocommerce-germanized' ); ?></a>
|
18 |
</h2>
|
19 |
|
20 |
<p class="tab-description">
|
11 |
<?php if ( ! WC_germanized()->is_pro() ) : ?>
|
12 |
<a class="page-title-action" href="https://vendidero.de/woocommerce-germanized"
|
13 |
target="_blank"><?php printf( __( 'Upgrade to %s', 'woocommerce-germanized' ), '<span class="wc-gzd-pro">pro</span>' ); ?></a>
|
14 |
+
<?php elseif ( function_exists( 'VD' ) ) : ?>
|
15 |
+
<a class="page-title-action" href="<?php echo ( is_multisite() ? network_admin_url( 'index.php?page=vendidero' ) : admin_url( 'index.php?page=vendidero' ) ); ?>"><?php _e( 'Manage license', 'woocommerce-germanized' ); ?></a>
|
16 |
+
<?php endif; ?>
|
17 |
|
18 |
+
<a class="page-title-action" href="<?php echo add_query_arg( array( 'tutorial' => 'yes' ) ); ?>"><?php _e( 'Start tutorial', 'woocommerce-germanized' ); ?></a>
|
|
|
19 |
</h2>
|
20 |
|
21 |
<p class="tab-description">
|
includes/api/class-wc-gzd-rest-customers-controller.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Class WC_GZD_REST_Customers_Controller
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Class WC_GZD_REST_Customers_Controller
|
7 |
*
|
includes/api/class-wc-gzd-rest-orders-controller.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Class WC_GZD_REST_Orders_Controller
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Class WC_GZD_REST_Orders_Controller
|
7 |
*
|
includes/api/class-wc-gzd-rest-product-delivery-times-controller.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Class WC_GZD_REST_Product_Delivery_Times_Controller
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Class WC_GZD_REST_Product_Delivery_Times_Controller
|
7 |
*
|
includes/api/class-wc-gzd-rest-product-price-labels-controller.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Class WC_GZD_REST_Product_Price_Labels_Controller
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Class WC_GZD_REST_Product_Price_Labels_Controller
|
7 |
*
|
includes/api/class-wc-gzd-rest-product-units-controller.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Class WC_GZD_REST_Product_Units_Controller
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Class WC_GZD_REST_Product_Units_Controller
|
7 |
*
|
includes/api/class-wc-gzd-rest-products-controller.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Class WC_GZD_REST_Products_Controller
|
5 |
*
|
@@ -214,6 +216,11 @@ class WC_GZD_REST_Products_Controller {
|
|
214 |
'type' => 'string',
|
215 |
'context' => array( 'view', 'edit' ),
|
216 |
);
|
|
|
|
|
|
|
|
|
|
|
217 |
$schema_properties['free_shipping'] = array(
|
218 |
'description' => __( 'Deactivate the hint for additional shipping costs', 'woocommerce-germanized' ),
|
219 |
'type' => 'boolean',
|
@@ -227,12 +234,30 @@ class WC_GZD_REST_Products_Controller {
|
|
227 |
'default' => '',
|
228 |
'context' => array( 'view', 'edit' ),
|
229 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
$schema_properties['service'] = array(
|
231 |
'description' => __( 'Whether this product is a service or not', 'woocommerce-germanized' ),
|
232 |
'type' => 'boolean',
|
233 |
'default' => false,
|
234 |
'context' => array( 'view', 'edit' ),
|
235 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
$schema_properties['differential_taxation'] = array(
|
237 |
'description' => __( 'Whether this product applies for differential taxation or not', 'woocommerce-germanized' ),
|
238 |
'type' => 'boolean',
|
@@ -320,17 +345,39 @@ class WC_GZD_REST_Products_Controller {
|
|
320 |
'default' => false,
|
321 |
'context' => array( 'view', 'edit' ),
|
322 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
323 |
$schema_properties['variations']['items']['properties']['mini_desc'] = array(
|
324 |
'description' => __( 'Small Cart Product Description', 'woocommerce-germanized' ),
|
325 |
'type' => 'string',
|
326 |
'context' => array( 'view', 'edit' ),
|
327 |
);
|
|
|
|
|
|
|
|
|
|
|
328 |
$schema_properties['variations']['items']['properties']['min_age'] = array(
|
329 |
'description' => __( 'Age verification minimum age.', 'woocommerce-germanized' ),
|
330 |
'type' => 'string',
|
331 |
'enum' => array_merge( array( '' ), array_keys( wc_gzd_get_age_verification_min_ages() ) ),
|
332 |
'context' => array( 'view', 'edit' ),
|
333 |
);
|
|
|
|
|
|
|
|
|
|
|
334 |
$schema_properties['variations']['items']['properties']['unit_price'] = array(
|
335 |
'description' => __( 'Unit Price', 'woocommerce-germanized' ),
|
336 |
'type' => 'object',
|
@@ -511,11 +558,28 @@ class WC_GZD_REST_Products_Controller {
|
|
511 |
$data['_mini_desc'] = wc_gzd_sanitize_html_text_field( $request['mini_desc'] );
|
512 |
}
|
513 |
|
|
|
|
|
|
|
|
|
514 |
if ( isset( $request['min_age'] ) ) {
|
515 |
$data['_min_age'] = esc_attr( $request['min_age'] );
|
516 |
}
|
517 |
|
518 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
519 |
if ( isset( $request[ $bool_meta ] ) ) {
|
520 |
if ( ! empty( $request[ $bool_meta ] ) ) {
|
521 |
$data["_{$bool_meta}"] = true;
|
@@ -524,7 +588,7 @@ class WC_GZD_REST_Products_Controller {
|
|
524 |
$getter = "get_{$bool_meta}";
|
525 |
|
526 |
if ( is_callable( array( $gzd_product, $getter ) ) ) {
|
527 |
-
$data["_{$bool_meta}"] = $gzd_product->$getter();
|
528 |
}
|
529 |
}
|
530 |
|
@@ -606,6 +670,9 @@ class WC_GZD_REST_Products_Controller {
|
|
606 |
// Cart Mini Description
|
607 |
$data['mini_desc'] = $gzd_product->get_cart_description() ? $gzd_product->get_cart_description() : '';
|
608 |
|
|
|
|
|
|
|
609 |
// Age verification
|
610 |
$data['min_age'] = $gzd_product->get_min_age( 'edit' );
|
611 |
|
@@ -624,13 +691,19 @@ class WC_GZD_REST_Products_Controller {
|
|
624 |
$data['country_specific_delivery_times'] = $this->prepare_country_specific_delivery_times( $gzd_product->get_country_specific_delivery_times( 'edit' ) );
|
625 |
|
626 |
// Shipping costs hidden?
|
627 |
-
$data['free_shipping'] = $gzd_product->has_free_shipping();
|
628 |
|
629 |
-
//
|
630 |
-
$data['service'] = $gzd_product->is_service();
|
631 |
|
632 |
-
//
|
633 |
-
$data['
|
|
|
|
|
|
|
|
|
|
|
|
|
634 |
|
635 |
return $data;
|
636 |
}
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Class WC_GZD_REST_Products_Controller
|
7 |
*
|
216 |
'type' => 'string',
|
217 |
'context' => array( 'view', 'edit' ),
|
218 |
);
|
219 |
+
$schema_properties['defect_description'] = array(
|
220 |
+
'description' => __( 'Defect Description', 'woocommerce-germanized' ),
|
221 |
+
'type' => 'string',
|
222 |
+
'context' => array( 'view', 'edit' ),
|
223 |
+
);
|
224 |
$schema_properties['free_shipping'] = array(
|
225 |
'description' => __( 'Deactivate the hint for additional shipping costs', 'woocommerce-germanized' ),
|
226 |
'type' => 'boolean',
|
234 |
'default' => '',
|
235 |
'context' => array( 'view', 'edit' ),
|
236 |
);
|
237 |
+
$schema_properties['warranty_attachment_id'] = array(
|
238 |
+
'description' => __( 'Warranty attachment id (PDF)', 'woocommerce-germanized' ),
|
239 |
+
'type' => 'string',
|
240 |
+
'default' => '',
|
241 |
+
'context' => array( 'view', 'edit' ),
|
242 |
+
);
|
243 |
$schema_properties['service'] = array(
|
244 |
'description' => __( 'Whether this product is a service or not', 'woocommerce-germanized' ),
|
245 |
'type' => 'boolean',
|
246 |
'default' => false,
|
247 |
'context' => array( 'view', 'edit' ),
|
248 |
);
|
249 |
+
$schema_properties['used_good'] = array(
|
250 |
+
'description' => __( 'Whether this product is a used good or not', 'woocommerce-germanized' ),
|
251 |
+
'type' => 'boolean',
|
252 |
+
'default' => false,
|
253 |
+
'context' => array( 'view', 'edit' ),
|
254 |
+
);
|
255 |
+
$schema_properties['defective_copy'] = array(
|
256 |
+
'description' => __( 'Whether this product is a defective copy or not', 'woocommerce-germanized' ),
|
257 |
+
'type' => 'boolean',
|
258 |
+
'default' => false,
|
259 |
+
'context' => array( 'view', 'edit' ),
|
260 |
+
);
|
261 |
$schema_properties['differential_taxation'] = array(
|
262 |
'description' => __( 'Whether this product applies for differential taxation or not', 'woocommerce-germanized' ),
|
263 |
'type' => 'boolean',
|
345 |
'default' => false,
|
346 |
'context' => array( 'view', 'edit' ),
|
347 |
);
|
348 |
+
$schema_properties['variations']['items']['properties']['used_good'] = array(
|
349 |
+
'description' => __( 'Whether this product is a used good or not', 'woocommerce-germanized' ),
|
350 |
+
'type' => 'boolean',
|
351 |
+
'default' => false,
|
352 |
+
'context' => array( 'view', 'edit' ),
|
353 |
+
);
|
354 |
+
$schema_properties['variations']['items']['properties']['defective_copy'] = array(
|
355 |
+
'description' => __( 'Whether this product is a defective copy or not', 'woocommerce-germanized' ),
|
356 |
+
'type' => 'boolean',
|
357 |
+
'default' => false,
|
358 |
+
'context' => array( 'view', 'edit' ),
|
359 |
+
);
|
360 |
$schema_properties['variations']['items']['properties']['mini_desc'] = array(
|
361 |
'description' => __( 'Small Cart Product Description', 'woocommerce-germanized' ),
|
362 |
'type' => 'string',
|
363 |
'context' => array( 'view', 'edit' ),
|
364 |
);
|
365 |
+
$schema_properties['variations']['items']['properties']['defect_description'] = array(
|
366 |
+
'description' => __( 'Defect description', 'woocommerce-germanized' ),
|
367 |
+
'type' => 'string',
|
368 |
+
'context' => array( 'view', 'edit' ),
|
369 |
+
);
|
370 |
$schema_properties['variations']['items']['properties']['min_age'] = array(
|
371 |
'description' => __( 'Age verification minimum age.', 'woocommerce-germanized' ),
|
372 |
'type' => 'string',
|
373 |
'enum' => array_merge( array( '' ), array_keys( wc_gzd_get_age_verification_min_ages() ) ),
|
374 |
'context' => array( 'view', 'edit' ),
|
375 |
);
|
376 |
+
$schema_properties['variations']['items']['properties']['warranty_attachment_id'] = array(
|
377 |
+
'description' => __( 'Warranty attachment id (PDF)', 'woocommerce-germanized' ),
|
378 |
+
'type' => 'string',
|
379 |
+
'context' => array( 'view', 'edit' ),
|
380 |
+
);
|
381 |
$schema_properties['variations']['items']['properties']['unit_price'] = array(
|
382 |
'description' => __( 'Unit Price', 'woocommerce-germanized' ),
|
383 |
'type' => 'object',
|
558 |
$data['_mini_desc'] = wc_gzd_sanitize_html_text_field( $request['mini_desc'] );
|
559 |
}
|
560 |
|
561 |
+
if ( isset( $request['defect_description'] ) ) {
|
562 |
+
$data['_defect_description'] = wc_gzd_sanitize_html_text_field( $request['defect_description'] );
|
563 |
+
}
|
564 |
+
|
565 |
if ( isset( $request['min_age'] ) ) {
|
566 |
$data['_min_age'] = esc_attr( $request['min_age'] );
|
567 |
}
|
568 |
|
569 |
+
/**
|
570 |
+
* Do only remove warranty attachment id in case explicitly passed as empty value
|
571 |
+
*/
|
572 |
+
if ( isset( $request['warranty_attachment_id'] ) ) {
|
573 |
+
if ( empty( $request['warranty_attachment_id'] ) ) {
|
574 |
+
$data['_warranty_attachment_id'] = '';
|
575 |
+
} else {
|
576 |
+
$data['_warranty_attachment_id'] = absint( $request['warranty_attachment_id'] );
|
577 |
+
}
|
578 |
+
} else {
|
579 |
+
$data['_warranty_attachment_id'] = $gzd_product->get_warranty_attachment_id();
|
580 |
+
}
|
581 |
+
|
582 |
+
foreach ( array( 'free_shipping', 'service', 'differential_taxation', 'used_good', 'defective_copy' ) as $bool_meta ) {
|
583 |
if ( isset( $request[ $bool_meta ] ) ) {
|
584 |
if ( ! empty( $request[ $bool_meta ] ) ) {
|
585 |
$data["_{$bool_meta}"] = true;
|
588 |
$getter = "get_{$bool_meta}";
|
589 |
|
590 |
if ( is_callable( array( $gzd_product, $getter ) ) ) {
|
591 |
+
$data["_{$bool_meta}"] = $gzd_product->$getter( 'edit' );
|
592 |
}
|
593 |
}
|
594 |
|
670 |
// Cart Mini Description
|
671 |
$data['mini_desc'] = $gzd_product->get_cart_description() ? $gzd_product->get_cart_description() : '';
|
672 |
|
673 |
+
// Defect Description
|
674 |
+
$data['defect_description'] = $gzd_product->get_defect_description() ? $gzd_product->get_defect_description() : '';
|
675 |
+
|
676 |
// Age verification
|
677 |
$data['min_age'] = $gzd_product->get_min_age( 'edit' );
|
678 |
|
691 |
$data['country_specific_delivery_times'] = $this->prepare_country_specific_delivery_times( $gzd_product->get_country_specific_delivery_times( 'edit' ) );
|
692 |
|
693 |
// Shipping costs hidden?
|
694 |
+
$data['free_shipping'] = $gzd_product->has_free_shipping( 'edit' );
|
695 |
|
696 |
+
// Is service?
|
697 |
+
$data['service'] = $gzd_product->is_service( 'edit' );
|
698 |
|
699 |
+
// Is used good?
|
700 |
+
$data['used_good'] = $gzd_product->is_used_good( 'edit' );
|
701 |
+
|
702 |
+
// Is defective copy?
|
703 |
+
$data['defective_copy'] = $gzd_product->is_defective_copy( 'edit' );
|
704 |
+
|
705 |
+
// Differential taxed?
|
706 |
+
$data['differential_taxation'] = $gzd_product->is_differential_taxed( 'edit' );
|
707 |
|
708 |
return $data;
|
709 |
}
|
includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Class WC_GZD_REST_Product_Delivery_Times_Controller
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Class WC_GZD_REST_Product_Delivery_Times_Controller
|
7 |
*
|
includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Class WC_GZD_REST_Product_Price_Labels_Controller
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Class WC_GZD_REST_Product_Price_Labels_Controller
|
7 |
*
|
includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Class WC_GZD_REST_Product_Units_Controller
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Class WC_GZD_REST_Product_Units_Controller
|
7 |
*
|
includes/api/v2/class-wc-gzd-rest-product-delivery-times-v2-controller.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Class WC_GZD_REST_Product_Delivery_Times_Controller
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Class WC_GZD_REST_Product_Delivery_Times_Controller
|
7 |
*
|
includes/api/v2/class-wc-gzd-rest-product-price-labels-v2-controller.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Class WC_GZD_REST_Product_Price_Labels_Controller
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Class WC_GZD_REST_Product_Price_Labels_Controller
|
7 |
*
|
includes/api/v2/class-wc-gzd-rest-product-units-v2-controller.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Class WC_GZD_REST_Product_Units_Controller
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Class WC_GZD_REST_Product_Units_Controller
|
7 |
*
|
includes/class-wc-gzd-checkout.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
class WC_GZD_Checkout {
|
4 |
|
5 |
public $custom_fields = array();
|
@@ -61,6 +63,7 @@ class WC_GZD_Checkout {
|
|
61 |
), 10, 1 );
|
62 |
|
63 |
add_action( 'woocommerce_checkout_create_order_line_item', array( $this, 'set_order_item_meta_crud' ), 0, 4 );
|
|
|
64 |
|
65 |
// Deactivate checkout shipping selection
|
66 |
add_action( 'woocommerce_review_order_before_shipping', array( $this, 'remove_shipping_rates' ), 0 );
|
@@ -125,7 +128,11 @@ class WC_GZD_Checkout {
|
|
125 |
*/
|
126 |
public function maybe_force_street_number( $data, $errors ) {
|
127 |
if ( function_exists( 'wc_gzd_split_shipment_street' ) ) {
|
128 |
-
|
|
|
|
|
|
|
|
|
129 |
$countries = array();
|
130 |
|
131 |
if ( 'always' === get_option( 'woocommerce_gzd_checkout_validate_street_number' ) ) {
|
@@ -136,18 +143,28 @@ class WC_GZD_Checkout {
|
|
136 |
$countries = WC()->countries->get_european_union_countries();
|
137 |
}
|
138 |
|
139 |
-
$
|
140 |
-
$
|
141 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
}
|
148 |
|
149 |
-
if ( ! apply_filters( 'woocommerce_gzd_checkout_is_valid_street_number', $
|
150 |
-
$errors->add( $
|
151 |
}
|
152 |
}
|
153 |
}
|
@@ -429,6 +446,10 @@ class WC_GZD_Checkout {
|
|
429 |
if ( apply_filters( 'woocommerce_gzd_enable_force_pay_order', true, $order ) ) {
|
430 |
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_force_pay_script' ), 20 );
|
431 |
add_action( 'woocommerce_after_pay_action', array( $this, 'maybe_disable_force_pay_script' ), 20 );
|
|
|
|
|
|
|
|
|
432 |
}
|
433 |
}
|
434 |
}
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
class WC_GZD_Checkout {
|
6 |
|
7 |
public $custom_fields = array();
|
63 |
), 10, 1 );
|
64 |
|
65 |
add_action( 'woocommerce_checkout_create_order_line_item', array( $this, 'set_order_item_meta_crud' ), 0, 4 );
|
66 |
+
add_action( 'woocommerce_checkout_create_order_line_item', array( $this, 'set_order_item_meta_crud' ), 1000, 4 );
|
67 |
|
68 |
// Deactivate checkout shipping selection
|
69 |
add_action( 'woocommerce_review_order_before_shipping', array( $this, 'remove_shipping_rates' ), 0 );
|
128 |
*/
|
129 |
public function maybe_force_street_number( $data, $errors ) {
|
130 |
if ( function_exists( 'wc_gzd_split_shipment_street' ) ) {
|
131 |
+
$ship_to_different = isset( $data['ship_to_different_address'] ) ? $data['ship_to_different_address'] : false;
|
132 |
+
$shipping_country = $ship_to_different && isset( $data['shipping_country'] ) ? $data['shipping_country'] : $data['billing_country'];
|
133 |
+
$shipping_address_1 = $ship_to_different && isset( $data['shipping_address_1'] ) ? $data['shipping_address_1'] : $data['billing_address_1'];
|
134 |
+
|
135 |
+
if ( ! empty( $shipping_country ) && ! empty( $shipping_address_1 ) && apply_filters( 'woocommerce_gzd_checkout_validate_street_number', true, $data ) ) {
|
136 |
$countries = array();
|
137 |
|
138 |
if ( 'always' === get_option( 'woocommerce_gzd_checkout_validate_street_number' ) ) {
|
143 |
$countries = WC()->countries->get_european_union_countries();
|
144 |
}
|
145 |
|
146 |
+
$is_shipping_valid = true;
|
147 |
+
$field_key = ( $ship_to_different ? 'shipping' : 'billing' ) . '_address_1';
|
148 |
+
|
149 |
+
if ( in_array( $shipping_country, $countries ) ) {
|
150 |
+
$shipping_parts = wc_gzd_split_shipment_street( $shipping_address_1 );
|
151 |
+
$is_shipping_valid = empty( $shipping_parts['number'] ) ? false : true;
|
152 |
+
|
153 |
+
/**
|
154 |
+
* In case shipping to another address is chosen make sure to validate the separate billing address as well.
|
155 |
+
*/
|
156 |
+
if ( true === $ship_to_different && isset( $data['billing_address_1'] ) && apply_filters( 'woocommerce_gzd_checkout_validate_billing_street_number', true ) ) {
|
157 |
+
$billing_parts = wc_gzd_split_shipment_street( $data['billing_address_1'] );
|
158 |
+
$is_billing_valid = empty( $billing_parts['number'] ) ? false : true;
|
159 |
|
160 |
+
if ( ! apply_filters( 'woocommerce_gzd_checkout_is_valid_billing_street_number', $is_billing_valid, $data ) ) {
|
161 |
+
$errors->add( 'billing_address_1_validation', apply_filters( 'woocommerce_gzd_checkout_invalid_billing_street_number_error_message', __( 'Please check the street field and make sure to provide a valid street number.', 'woocommerce-germanized' ), $data ), array( 'id' => 'billing_address_1' ) );
|
162 |
+
}
|
163 |
+
}
|
164 |
}
|
165 |
|
166 |
+
if ( ! apply_filters( 'woocommerce_gzd_checkout_is_valid_street_number', $is_shipping_valid, $data ) ) {
|
167 |
+
$errors->add( $field_key . '_validation', apply_filters( 'woocommerce_gzd_checkout_invalid_street_number_error_message', __( 'Please check the street field and make sure to provide a valid street number.', 'woocommerce-germanized' ), $data ), array( 'id' => $field_key ) );
|
168 |
}
|
169 |
}
|
170 |
}
|
446 |
if ( apply_filters( 'woocommerce_gzd_enable_force_pay_order', true, $order ) ) {
|
447 |
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_force_pay_script' ), 20 );
|
448 |
add_action( 'woocommerce_after_pay_action', array( $this, 'maybe_disable_force_pay_script' ), 20 );
|
449 |
+
|
450 |
+
if ( ! defined( 'WC_GZD_FORCE_PAY_ORDER' ) ) {
|
451 |
+
define( 'WC_GZD_FORCE_PAY_ORDER', true );
|
452 |
+
}
|
453 |
}
|
454 |
}
|
455 |
}
|
includes/class-wc-gzd-coupon-helper.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Class WC_GZD_Coupon_Helper
|
5 |
*/
|
@@ -339,35 +341,51 @@ class WC_GZD_Coupon_Helper {
|
|
339 |
|
340 |
$cart->set_cart_contents_tax( $tax_total );
|
341 |
|
342 |
-
if ( wc_prices_include_tax() ) {
|
343 |
$cart->set_discount_total( wc_cart_round_discount( ( $cart->get_discount_total() + $cart->get_discount_tax() ), $cart->dp ) );
|
344 |
-
} else {
|
345 |
-
if ( $cart->display_prices_including_tax() ) {
|
346 |
-
$cart->set_discount_total( wc_cart_round_discount( $cart->get_discount_total() + $cart->get_discount_tax(), $cart->dp ) );
|
347 |
-
} else {
|
348 |
-
$cart->set_discount_total( wc_cart_round_discount( $cart->get_discount_total(), $cart->dp ) );
|
349 |
-
}
|
350 |
-
}
|
351 |
-
|
352 |
-
$cart->set_discount_tax( 0 );
|
353 |
-
|
354 |
-
/**
|
355 |
-
* Necessary in case Woo prices do not include taxes
|
356 |
-
*/
|
357 |
-
if ( ! wc_prices_include_tax() && ! $cart->display_prices_including_tax() && $cart->get_total( 'edit' ) > 0 ) {
|
358 |
-
$cart->set_total( $cart->get_total( 'edit' ) + $discount_tax );
|
359 |
|
360 |
if ( is_callable( array( $cart, 'set_coupon_discount_tax_totals' ) ) ) {
|
361 |
-
$
|
|
|
362 |
|
|
|
|
|
|
|
363 |
foreach( $totals as $key => $total ) {
|
364 |
-
$totals[ $key ] = 0;
|
365 |
}
|
366 |
|
367 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
368 |
}
|
369 |
}
|
370 |
|
|
|
|
|
371 |
// Total up/round taxes
|
372 |
if ( $cart->round_at_subtotal ) {
|
373 |
$cart->set_total_tax( WC_Tax::get_tax_total( $tax_totals ) );
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Class WC_GZD_Coupon_Helper
|
7 |
*/
|
341 |
|
342 |
$cart->set_cart_contents_tax( $tax_total );
|
343 |
|
344 |
+
if ( wc_prices_include_tax() || $cart->display_prices_including_tax() ) {
|
345 |
$cart->set_discount_total( wc_cart_round_discount( ( $cart->get_discount_total() + $cart->get_discount_tax() ), $cart->dp ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
346 |
|
347 |
if ( is_callable( array( $cart, 'set_coupon_discount_tax_totals' ) ) ) {
|
348 |
+
$tax_totals = $cart->get_coupon_discount_tax_totals();
|
349 |
+
$totals = $cart->get_coupon_discount_totals();
|
350 |
|
351 |
+
/**
|
352 |
+
* Add tax amount to discount total
|
353 |
+
*/
|
354 |
foreach( $totals as $key => $total ) {
|
355 |
+
$totals[ $key ] = $totals[ $key ] + ( isset( $tax_totals[ $key ] ) ? $tax_totals[ $key ] : 0 );
|
356 |
}
|
357 |
|
358 |
+
/**
|
359 |
+
* Remove tax amounts
|
360 |
+
*/
|
361 |
+
foreach( $tax_totals as $key => $total ) {
|
362 |
+
$tax_totals[ $key ] = 0;
|
363 |
+
}
|
364 |
+
|
365 |
+
$cart->set_coupon_discount_totals( $totals );
|
366 |
+
$cart->set_coupon_discount_tax_totals( $tax_totals );
|
367 |
+
}
|
368 |
+
} elseif ( ! wc_prices_include_tax() ) {
|
369 |
+
$cart->set_discount_total( wc_cart_round_discount( $cart->get_discount_total(), $cart->dp ) );
|
370 |
+
|
371 |
+
if ( $cart->get_total( 'edit' ) > 0 ) {
|
372 |
+
/**
|
373 |
+
* Remove discount tax amounts
|
374 |
+
*/
|
375 |
+
if ( is_callable( array( $cart, 'set_coupon_discount_tax_totals' ) ) ) {
|
376 |
+
$totals = $cart->get_coupon_discount_tax_totals();
|
377 |
+
|
378 |
+
foreach( $totals as $key => $total ) {
|
379 |
+
$totals[ $key ] = 0;
|
380 |
+
}
|
381 |
+
|
382 |
+
$cart->set_coupon_discount_tax_totals( $totals );
|
383 |
+
}
|
384 |
}
|
385 |
}
|
386 |
|
387 |
+
$cart->set_discount_tax( 0 );
|
388 |
+
|
389 |
// Total up/round taxes
|
390 |
if ( $cart->round_at_subtotal ) {
|
391 |
$cart->set_total_tax( WC_Tax::get_tax_total( $tax_totals ) );
|
includes/class-wc-gzd-customer-helper.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
class WC_GZD_Customer_Helper {
|
4 |
|
5 |
protected static $_instance = null;
|
@@ -474,7 +476,7 @@ class WC_GZD_Customer_Helper {
|
|
474 |
public function customer_account_activation_check() {
|
475 |
if ( is_account_page() ) {
|
476 |
if ( isset( $_GET['activate'] ) ) {
|
477 |
-
$activation_code = wc_clean( wp_unslash( $_GET['activate'] ) );
|
478 |
|
479 |
if ( ! empty( $activation_code ) ) {
|
480 |
$result = $this->customer_account_activate( $activation_code, true );
|
@@ -573,7 +575,8 @@ class WC_GZD_Customer_Helper {
|
|
573 |
* @return boolean|WP_Error
|
574 |
*/
|
575 |
public function customer_account_activate( $activation_code, $login = false ) {
|
576 |
-
$
|
|
|
577 |
|
578 |
/**
|
579 |
* Filter to adjust arguments for the customer activation user query.
|
@@ -764,7 +767,7 @@ class WC_GZD_Customer_Helper {
|
|
764 |
*
|
765 |
*/
|
766 |
return apply_filters( 'woocommerce_gzd_customer_activation_url', add_query_arg( array(
|
767 |
-
'activate' => $key,
|
768 |
'suffix' => 'yes'
|
769 |
), wc_gzd_get_page_permalink( 'myaccount' ) ) );
|
770 |
}
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
class WC_GZD_Customer_Helper {
|
6 |
|
7 |
protected static $_instance = null;
|
476 |
public function customer_account_activation_check() {
|
477 |
if ( is_account_page() ) {
|
478 |
if ( isset( $_GET['activate'] ) ) {
|
479 |
+
$activation_code = urldecode( wc_clean( wp_unslash( $_GET['activate'] ) ) );
|
480 |
|
481 |
if ( ! empty( $activation_code ) ) {
|
482 |
$result = $this->customer_account_activate( $activation_code, true );
|
575 |
* @return boolean|WP_Error
|
576 |
*/
|
577 |
public function customer_account_activate( $activation_code, $login = false ) {
|
578 |
+
$activation_code = urldecode( $activation_code );
|
579 |
+
$roles = array_map( 'ucfirst', $this->get_double_opt_in_user_roles() );
|
580 |
|
581 |
/**
|
582 |
* Filter to adjust arguments for the customer activation user query.
|
767 |
*
|
768 |
*/
|
769 |
return apply_filters( 'woocommerce_gzd_customer_activation_url', add_query_arg( array(
|
770 |
+
'activate' => urlencode( $key ),
|
771 |
'suffix' => 'yes'
|
772 |
), wc_gzd_get_page_permalink( 'myaccount' ) ) );
|
773 |
}
|
includes/class-wc-gzd-delivery-times.php
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
3 |
+
exit;
|
4 |
+
}
|
5 |
+
|
6 |
+
/**
|
7 |
+
* Helper to retrieve delivery times.
|
8 |
+
*
|
9 |
+
* @class WC_GZD_Delivery_Times
|
10 |
+
* @version 3.8.0
|
11 |
+
* @author vendidero
|
12 |
+
*/
|
13 |
+
class WC_GZD_Delivery_Times extends WC_GZD_Taxonomy {
|
14 |
+
|
15 |
+
public function __construct() {
|
16 |
+
parent::__construct( 'product_delivery_time' );
|
17 |
+
}
|
18 |
+
|
19 |
+
public function get_delivery_time( $key, $by = 'slug' ) {
|
20 |
+
return parent::get_term( $key, $by );
|
21 |
+
}
|
22 |
+
|
23 |
+
public function get_delivery_time_term( $key, $by = 'slug' ) {
|
24 |
+
return parent::get_term_object( $key, $by );
|
25 |
+
}
|
26 |
+
|
27 |
+
public function get_delivery_times( $args = array() ) {
|
28 |
+
return $this->get_terms( $args );
|
29 |
+
}
|
30 |
+
}
|
includes/class-wc-gzd-dependencies.php
CHANGED
@@ -97,6 +97,16 @@ class WC_GZD_Dependencies {
|
|
97 |
return ( in_array( $plugin_slug, $this->active_plugins ) || array_key_exists( $plugin_slug, $this->active_plugins ) );
|
98 |
}
|
99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
public function get_wc_min_version_required() {
|
101 |
return $this->wc_minimum_version_required;
|
102 |
}
|
97 |
return ( in_array( $plugin_slug, $this->active_plugins ) || array_key_exists( $plugin_slug, $this->active_plugins ) );
|
98 |
}
|
99 |
|
100 |
+
public function is_theme_activated( $theme_slug ) {
|
101 |
+
if ( $current = wp_get_theme() ) {
|
102 |
+
if ( $current->get_template() === $theme_slug ) {
|
103 |
+
return true;
|
104 |
+
}
|
105 |
+
}
|
106 |
+
|
107 |
+
return false;
|
108 |
+
}
|
109 |
+
|
110 |
public function get_wc_min_version_required() {
|
111 |
return $this->wc_minimum_version_required;
|
112 |
}
|
includes/class-wc-gzd-emails.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Attaches legal relevant Pages to WooCommerce Emails if has been set by WooCommerce Germanized Options
|
5 |
*
|
@@ -34,13 +36,18 @@ class WC_GZD_Emails {
|
|
34 |
|
35 |
add_action( 'woocommerce_email', array( $this, 'email_hooks' ), 0, 1 );
|
36 |
add_filter( 'wc_get_template', array( $this, 'maybe_set_current_email_instance' ), 1000, 3 );
|
|
|
37 |
|
38 |
if ( wc_gzd_send_instant_order_confirmation() ) {
|
39 |
|
40 |
/**
|
41 |
* Support WooCommerce Gutenberg checkout block
|
42 |
*/
|
43 |
-
|
|
|
|
|
|
|
|
|
44 |
|
45 |
// Send order notice directly after new order is being added - use these filters because order status has to be updated already
|
46 |
add_filter( 'woocommerce_payment_successful_result', array(
|
@@ -103,11 +110,56 @@ class WC_GZD_Emails {
|
|
103 |
add_filter( 'woocommerce_email_headers', array( $this, 'add_bcc_email_headers' ), 10, 4 );
|
104 |
add_filter( 'woocommerce_email_footer_text', array( $this, 'reset_email_instance' ), 1000 );
|
105 |
|
|
|
|
|
106 |
if ( is_admin() ) {
|
107 |
$this->admin_hooks();
|
108 |
}
|
109 |
}
|
110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
public function prevent_html_url_auto_link( $url ) {
|
112 |
$url = str_replace( array( '.', ':', 'http' ), array( '<span>.</span>', '<span>:</span>', 'ht<span>tp</span>' ), $url );
|
113 |
|
@@ -473,7 +525,7 @@ class WC_GZD_Emails {
|
|
473 |
|
474 |
private function set_footer_attachments() {
|
475 |
// Order attachments
|
476 |
-
$attachment_order = wc_gzd_get_email_attachment_order();
|
477 |
$this->footer_attachments = array();
|
478 |
|
479 |
foreach ( $attachment_order as $key => $order ) {
|
@@ -523,7 +575,7 @@ class WC_GZD_Emails {
|
|
523 |
}
|
524 |
|
525 |
// Set email filters
|
526 |
-
add_action( 'woocommerce_email_order_details', array( $this, 'set_order_email_filters' ), 5 );
|
527 |
|
528 |
// Remove them after total has been displayed
|
529 |
add_action( 'woocommerce_email_after_order_table', array( $this, 'remove_order_email_filters' ), 10 );
|
@@ -931,9 +983,11 @@ class WC_GZD_Emails {
|
|
931 |
return false;
|
932 |
}
|
933 |
|
934 |
-
public function set_order_email_filters() {
|
935 |
|
936 |
-
$current
|
|
|
|
|
937 |
|
938 |
if ( ! $current || empty( $current ) ) {
|
939 |
return;
|
@@ -969,6 +1023,10 @@ class WC_GZD_Emails {
|
|
969 |
add_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_item_desc', wc_gzd_get_hook_priority( 'email_product_item_desc' ), 2 );
|
970 |
}
|
971 |
|
|
|
|
|
|
|
|
|
972 |
if ( 'yes' === get_option( 'woocommerce_gzd_display_emails_product_attributes' ) ) {
|
973 |
add_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_attributes', wc_gzd_get_hook_priority( 'email_product_attributes' ), 2 );
|
974 |
}
|
@@ -1007,6 +1065,7 @@ class WC_GZD_Emails {
|
|
1007 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_units', wc_gzd_get_hook_priority( 'email_product_units' ) );
|
1008 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_delivery_time', wc_gzd_get_hook_priority( 'email_product_delivery_time' ) );
|
1009 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_item_desc', wc_gzd_get_hook_priority( 'email_product_item_desc' ) );
|
|
|
1010 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_attributes', wc_gzd_get_hook_priority( 'email_product_attributes' ) );
|
1011 |
|
1012 |
remove_filter( 'woocommerce_order_formatted_line_subtotal', 'wc_gzd_cart_product_unit_price', wc_gzd_get_hook_priority( 'email_product_unit_price' ) );
|
@@ -1071,7 +1130,7 @@ class WC_GZD_Emails {
|
|
1071 |
$email = $this->get_current_email_instance();
|
1072 |
}
|
1073 |
|
1074 |
-
if ( $email ) {
|
1075 |
$email_id = $email->id;
|
1076 |
|
1077 |
/**
|
@@ -1086,6 +1145,17 @@ class WC_GZD_Emails {
|
|
1086 |
*
|
1087 |
*/
|
1088 |
do_action( 'woocommerce_germanized_email_footer_' . $email_id, $email );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1089 |
}
|
1090 |
}
|
1091 |
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Attaches legal relevant Pages to WooCommerce Emails if has been set by WooCommerce Germanized Options
|
7 |
*
|
36 |
|
37 |
add_action( 'woocommerce_email', array( $this, 'email_hooks' ), 0, 1 );
|
38 |
add_filter( 'wc_get_template', array( $this, 'maybe_set_current_email_instance' ), 1000, 3 );
|
39 |
+
add_filter( 'woocommerce_email_actions', array( $this, 'register_custom_email_actions' ), 10 );
|
40 |
|
41 |
if ( wc_gzd_send_instant_order_confirmation() ) {
|
42 |
|
43 |
/**
|
44 |
* Support WooCommerce Gutenberg checkout block
|
45 |
*/
|
46 |
+
if ( defined( 'WC_VERSION' ) && version_compare( WC_VERSION, '6.0.0', '>=' ) ) {
|
47 |
+
add_action( 'woocommerce_blocks_checkout_order_processed', array( $this, 'confirm_order' ) );
|
48 |
+
} else {
|
49 |
+
add_action( '__experimental_woocommerce_blocks_checkout_order_processed', array( $this, 'confirm_order' ) );
|
50 |
+
}
|
51 |
|
52 |
// Send order notice directly after new order is being added - use these filters because order status has to be updated already
|
53 |
add_filter( 'woocommerce_payment_successful_result', array(
|
110 |
add_filter( 'woocommerce_email_headers', array( $this, 'add_bcc_email_headers' ), 10, 4 );
|
111 |
add_filter( 'woocommerce_email_footer_text', array( $this, 'reset_email_instance' ), 1000 );
|
112 |
|
113 |
+
add_filter( 'woocommerce_email_attachments', array( $this, 'attach_product_warranties' ), 100, 3 );
|
114 |
+
|
115 |
if ( is_admin() ) {
|
116 |
$this->admin_hooks();
|
117 |
}
|
118 |
}
|
119 |
|
120 |
+
public function attach_product_warranties( $attachments, $mail_id, $object = false ) {
|
121 |
+
$warranty_email_ids = array_filter( (array) get_option( 'woocommerce_gzd_mail_attach_warranties', array() ) );
|
122 |
+
|
123 |
+
if ( $object && in_array( $mail_id, $warranty_email_ids ) ) {
|
124 |
+
$product_ids = array();
|
125 |
+
|
126 |
+
if ( is_a( $object, 'WC_Order' ) ) {
|
127 |
+
foreach( $object->get_items( 'line_item' ) as $item ) {
|
128 |
+
$product_ids[] = $item->get_variation_id() ? $item->get_variation_id() : $item->get_product_id();
|
129 |
+
}
|
130 |
+
} elseif ( is_a( $object, '\Vendidero\Germanized\Shipments\Shipment' ) ) {
|
131 |
+
foreach( $object->get_items() as $item ) {
|
132 |
+
$product_ids[] = $item->get_product_id();
|
133 |
+
}
|
134 |
+
}
|
135 |
+
|
136 |
+
$product_ids = apply_filters( "woocommerce_gzd_product_warranties_email_product_ids", $product_ids, $object, $mail_id );
|
137 |
+
$product_ids = array_filter( array_unique( $product_ids ) );
|
138 |
+
|
139 |
+
if ( ! empty( $product_ids ) ) {
|
140 |
+
foreach( $product_ids as $product_id ) {
|
141 |
+
if ( $gzd_product = wc_gzd_get_gzd_product( $product_id ) ) {
|
142 |
+
if ( $gzd_product->has_warranty() ) {
|
143 |
+
if ( ! in_array( $gzd_product->get_warranty_file(), $attachments ) ) {
|
144 |
+
$attachments[] = $gzd_product->get_warranty_file();
|
145 |
+
}
|
146 |
+
}
|
147 |
+
}
|
148 |
+
}
|
149 |
+
}
|
150 |
+
}
|
151 |
+
|
152 |
+
return $attachments;
|
153 |
+
}
|
154 |
+
|
155 |
+
public function register_custom_email_actions( $actions ) {
|
156 |
+
$actions = array_merge( $actions, array(
|
157 |
+
'woocommerce_order_status_pending_to_cancelled',
|
158 |
+
) );
|
159 |
+
|
160 |
+
return $actions;
|
161 |
+
}
|
162 |
+
|
163 |
public function prevent_html_url_auto_link( $url ) {
|
164 |
$url = str_replace( array( '.', ':', 'http' ), array( '<span>.</span>', '<span>:</span>', 'ht<span>tp</span>' ), $url );
|
165 |
|
525 |
|
526 |
private function set_footer_attachments() {
|
527 |
// Order attachments
|
528 |
+
$attachment_order = wc_gzd_get_email_attachment_order( true );
|
529 |
$this->footer_attachments = array();
|
530 |
|
531 |
foreach ( $attachment_order as $key => $order ) {
|
575 |
}
|
576 |
|
577 |
// Set email filters
|
578 |
+
add_action( 'woocommerce_email_order_details', array( $this, 'set_order_email_filters' ), 5, 4 );
|
579 |
|
580 |
// Remove them after total has been displayed
|
581 |
add_action( 'woocommerce_email_after_order_table', array( $this, 'remove_order_email_filters' ), 10 );
|
983 |
return false;
|
984 |
}
|
985 |
|
986 |
+
public function set_order_email_filters( $order, $sent_to_admin, $plain_text, $current = null ) {
|
987 |
|
988 |
+
if ( ! $current ) {
|
989 |
+
$current = $this->get_current_email_object();
|
990 |
+
}
|
991 |
|
992 |
if ( ! $current || empty( $current ) ) {
|
993 |
return;
|
1023 |
add_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_item_desc', wc_gzd_get_hook_priority( 'email_product_item_desc' ), 2 );
|
1024 |
}
|
1025 |
|
1026 |
+
if ( 'yes' === get_option( 'woocommerce_gzd_display_emails_product_defect_description' ) ) {
|
1027 |
+
add_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_defect_description', wc_gzd_get_hook_priority( 'email_product_defect_description' ), 2 );
|
1028 |
+
}
|
1029 |
+
|
1030 |
if ( 'yes' === get_option( 'woocommerce_gzd_display_emails_product_attributes' ) ) {
|
1031 |
add_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_attributes', wc_gzd_get_hook_priority( 'email_product_attributes' ), 2 );
|
1032 |
}
|
1065 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_units', wc_gzd_get_hook_priority( 'email_product_units' ) );
|
1066 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_delivery_time', wc_gzd_get_hook_priority( 'email_product_delivery_time' ) );
|
1067 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_item_desc', wc_gzd_get_hook_priority( 'email_product_item_desc' ) );
|
1068 |
+
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_defect_description', wc_gzd_get_hook_priority( 'email_product_defect_description' ) );
|
1069 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_attributes', wc_gzd_get_hook_priority( 'email_product_attributes' ) );
|
1070 |
|
1071 |
remove_filter( 'woocommerce_order_formatted_line_subtotal', 'wc_gzd_cart_product_unit_price', wc_gzd_get_hook_priority( 'email_product_unit_price' ) );
|
1130 |
$email = $this->get_current_email_instance();
|
1131 |
}
|
1132 |
|
1133 |
+
if ( is_a( $email, 'WC_Email' ) ) {
|
1134 |
$email_id = $email->id;
|
1135 |
|
1136 |
/**
|
1145 |
*
|
1146 |
*/
|
1147 |
do_action( 'woocommerce_germanized_email_footer_' . $email_id, $email );
|
1148 |
+
} else {
|
1149 |
+
/**
|
1150 |
+
* Global email footer (after content) hook.
|
1151 |
+
*
|
1152 |
+
* This hook serves as entry point for legal attachment texts within emails in case
|
1153 |
+
* not email instance (e.g. sent without an instance) could be detected.
|
1154 |
+
*
|
1155 |
+
* @since 3.7.3
|
1156 |
+
*
|
1157 |
+
*/
|
1158 |
+
do_action( 'woocommerce_germanized_email_footer_fallback' );
|
1159 |
}
|
1160 |
}
|
1161 |
|
includes/class-wc-gzd-hook-priorities.php
CHANGED
@@ -99,7 +99,8 @@ class WC_GZD_Hook_Priorities {
|
|
99 |
'email_product_units' => 2,
|
100 |
'email_product_delivery_time' => 3,
|
101 |
'email_product_item_desc' => 4,
|
102 |
-
'
|
|
|
103 |
'gzd_footer_vat_info' => 0,
|
104 |
'footer_vat_info' => 5,
|
105 |
'gzd_footer_sale_info' => 0,
|
99 |
'email_product_units' => 2,
|
100 |
'email_product_delivery_time' => 3,
|
101 |
'email_product_item_desc' => 4,
|
102 |
+
'email_product_defect_description' => 5,
|
103 |
+
'email_product_attributes' => 6,
|
104 |
'gzd_footer_vat_info' => 0,
|
105 |
'footer_vat_info' => 5,
|
106 |
'gzd_footer_sale_info' => 0,
|
includes/class-wc-gzd-install.php
CHANGED
@@ -40,7 +40,8 @@ if ( ! class_exists( 'WC_GZD_Install' ) ) :
|
|
40 |
'3.3.4' => 'updates/woocommerce-gzd-update-3.3.4.php',
|
41 |
'3.3.5' => 'updates/woocommerce-gzd-update-3.3.5.php',
|
42 |
'3.4.0' => 'updates/woocommerce-gzd-update-3.4.0.php',
|
43 |
-
'3.7.0' => 'updates/woocommerce-gzd-update-3.7.0.php'
|
|
|
44 |
);
|
45 |
|
46 |
/**
|
40 |
'3.3.4' => 'updates/woocommerce-gzd-update-3.3.4.php',
|
41 |
'3.3.5' => 'updates/woocommerce-gzd-update-3.3.5.php',
|
42 |
'3.4.0' => 'updates/woocommerce-gzd-update-3.4.0.php',
|
43 |
+
'3.7.0' => 'updates/woocommerce-gzd-update-3.7.0.php',
|
44 |
+
'3.8.0' => 'updates/woocommerce-gzd-update-3.8.0.php'
|
45 |
);
|
46 |
|
47 |
/**
|
includes/class-wc-gzd-legal-checkbox-manager.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
class WC_GZD_Legal_Checkbox_Manager {
|
4 |
|
5 |
protected $checkboxes = array();
|
@@ -16,6 +18,8 @@ class WC_GZD_Legal_Checkbox_Manager {
|
|
16 |
'privacy',
|
17 |
'sepa',
|
18 |
'review_reminder',
|
|
|
|
|
19 |
);
|
20 |
|
21 |
public static function instance() {
|
@@ -33,6 +37,7 @@ class WC_GZD_Legal_Checkbox_Manager {
|
|
33 |
add_filter( 'woocommerce_process_registration_errors', array( $this, 'validate_register' ), 10, 1 );
|
34 |
add_action( 'woocommerce_before_pay_action', array( $this, 'validate_pay_for_order' ), 10, 1 );
|
35 |
add_filter( 'pre_comment_approved', array( $this, 'validate_reviews' ), 10, 2 );
|
|
|
36 |
|
37 |
// Cannot use after_setup_theme here because language packs are not yet loaded
|
38 |
add_action( 'init', array( $this, 'do_register_action' ), 50 );
|
@@ -50,6 +55,22 @@ class WC_GZD_Legal_Checkbox_Manager {
|
|
50 |
add_filter( 'woocommerce_update_order_review_fragments', array( $this, 'refresh_fragments_checkout' ), 10, 1 );
|
51 |
}
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
public function refresh_fragments_checkout( $fragments ) {
|
54 |
$this->maybe_do_hooks( 'checkout' );
|
55 |
|
@@ -238,6 +259,39 @@ class WC_GZD_Legal_Checkbox_Manager {
|
|
238 |
) );
|
239 |
}
|
240 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
/**
|
242 |
* After core checkbox registration.
|
243 |
*
|
@@ -268,27 +322,34 @@ class WC_GZD_Legal_Checkbox_Manager {
|
|
268 |
return;
|
269 |
}
|
270 |
|
271 |
-
$
|
272 |
-
$
|
|
|
|
|
|
|
273 |
|
274 |
foreach ( $items as $key => $item ) {
|
275 |
-
if ( $item && is_callable( array( $item, 'get_product' ) ) && ( $
|
276 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
}
|
278 |
}
|
279 |
|
280 |
if ( $checkbox = $this->get_checkbox( 'download' ) ) {
|
281 |
if ( $checkbox->is_enabled() ) {
|
282 |
-
$is_downloadable = false;
|
283 |
-
|
284 |
-
if ( ! empty( $products ) ) {
|
285 |
-
foreach ( $products as $key => $product ) {
|
286 |
-
if ( wc_gzd_is_revocation_exempt( $product ) ) {
|
287 |
-
$is_downloadable = true;
|
288 |
-
}
|
289 |
-
}
|
290 |
-
}
|
291 |
-
|
292 |
if ( $is_downloadable ) {
|
293 |
wc_gzd_update_legal_checkbox( 'download', array(
|
294 |
'is_shown' => true,
|
@@ -312,16 +373,6 @@ class WC_GZD_Legal_Checkbox_Manager {
|
|
312 |
// Service checkbox
|
313 |
if ( $checkbox = $this->get_checkbox( 'service' ) ) {
|
314 |
if ( $checkbox->is_enabled() ) {
|
315 |
-
$is_service = false;
|
316 |
-
|
317 |
-
if ( ! empty( $products ) ) {
|
318 |
-
foreach ( $products as $key => $product ) {
|
319 |
-
if ( wc_gzd_is_revocation_exempt( $product, 'service' ) ) {
|
320 |
-
$is_service = true;
|
321 |
-
}
|
322 |
-
}
|
323 |
-
}
|
324 |
-
|
325 |
if ( $is_service ) {
|
326 |
wc_gzd_update_legal_checkbox( 'service', array(
|
327 |
'is_shown' => true,
|
@@ -330,6 +381,29 @@ class WC_GZD_Legal_Checkbox_Manager {
|
|
330 |
}
|
331 |
}
|
332 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
333 |
// Service checkbox
|
334 |
if ( $checkbox = $this->get_checkbox( 'parcel_delivery' ) ) {
|
335 |
if ( $checkbox->is_enabled() ) {
|
@@ -356,23 +430,36 @@ class WC_GZD_Legal_Checkbox_Manager {
|
|
356 |
}
|
357 |
|
358 |
public function show_conditionally_checkout() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
359 |
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
$items = WC()->cart->get_cart();
|
364 |
-
$is_downloadable = false;
|
365 |
|
366 |
-
if (
|
367 |
-
|
368 |
-
|
369 |
|
370 |
-
|
371 |
-
|
372 |
-
}
|
373 |
-
}
|
374 |
}
|
|
|
|
|
375 |
|
|
|
|
|
376 |
if ( $is_downloadable ) {
|
377 |
wc_gzd_update_legal_checkbox( 'download', array(
|
378 |
'is_shown' => true,
|
@@ -435,22 +522,32 @@ class WC_GZD_Legal_Checkbox_Manager {
|
|
435 |
// Service checkbox
|
436 |
if ( $checkbox = $this->get_checkbox( 'service' ) ) {
|
437 |
if ( $checkbox->is_enabled() ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
438 |
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
if (
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
$is_service = true;
|
447 |
-
}
|
448 |
-
}
|
449 |
}
|
|
|
|
|
450 |
|
451 |
-
|
452 |
-
|
|
|
|
|
|
|
453 |
'is_shown' => true,
|
|
|
454 |
) );
|
455 |
}
|
456 |
}
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
class WC_GZD_Legal_Checkbox_Manager {
|
6 |
|
7 |
protected $checkboxes = array();
|
18 |
'privacy',
|
19 |
'sepa',
|
20 |
'review_reminder',
|
21 |
+
'used_goods_warranty',
|
22 |
+
'defective_copy'
|
23 |
);
|
24 |
|
25 |
public static function instance() {
|
37 |
add_filter( 'woocommerce_process_registration_errors', array( $this, 'validate_register' ), 10, 1 );
|
38 |
add_action( 'woocommerce_before_pay_action', array( $this, 'validate_pay_for_order' ), 10, 1 );
|
39 |
add_filter( 'pre_comment_approved', array( $this, 'validate_reviews' ), 10, 2 );
|
40 |
+
add_action( 'before_woocommerce_pay', array( $this, 'maybe_hide_terms_checkbox' ), 10 );
|
41 |
|
42 |
// Cannot use after_setup_theme here because language packs are not yet loaded
|
43 |
add_action( 'init', array( $this, 'do_register_action' ), 50 );
|
55 |
add_filter( 'woocommerce_update_order_review_fragments', array( $this, 'refresh_fragments_checkout' ), 10, 1 );
|
56 |
}
|
57 |
|
58 |
+
public function maybe_hide_terms_checkbox() {
|
59 |
+
/**
|
60 |
+
* Disable terms checkbox on pay for order page in case redirection is forced.
|
61 |
+
*/
|
62 |
+
if ( defined( 'WC_GZD_FORCE_PAY_ORDER' ) && WC_GZD_FORCE_PAY_ORDER ) {
|
63 |
+
if ( $checkbox = $this->get_checkbox( 'terms' ) ) {
|
64 |
+
$locations = $checkbox->get_locations();
|
65 |
+
|
66 |
+
if ( in_array( 'pay_for_order', $locations ) ) {
|
67 |
+
$locations = array_diff( $locations, array( 'pay_for_order' ) );
|
68 |
+
$checkbox->set_locations( $locations );
|
69 |
+
}
|
70 |
+
}
|
71 |
+
}
|
72 |
+
}
|
73 |
+
|
74 |
public function refresh_fragments_checkout( $fragments ) {
|
75 |
$this->maybe_do_hooks( 'checkout' );
|
76 |
|
259 |
) );
|
260 |
}
|
261 |
|
262 |
+
wc_gzd_register_legal_checkbox( 'used_goods_warranty', array(
|
263 |
+
'html_id' => 'data-used-goods-warranty',
|
264 |
+
'html_name' => 'used-goods-warranty',
|
265 |
+
'html_wrapper_classes' => array( 'legal' ),
|
266 |
+
'label' => __( 'For used goods: I have taken note that my warranty period is shortened to 12 months.', 'woocommerce-germanized' ),
|
267 |
+
'error_message' => __( 'Please make sure to check our warranty note on used goods.', 'woocommerce-germanized' ),
|
268 |
+
'is_mandatory' => true,
|
269 |
+
'priority' => 6,
|
270 |
+
'is_enabled' => false,
|
271 |
+
'is_core' => true,
|
272 |
+
'is_shown' => false,
|
273 |
+
'admin_name' => __( 'Used Goods', 'woocommerce-germanized' ),
|
274 |
+
'admin_desc' => __( 'Inform customers about shortened warranty for used goods.', 'woocommerce-germanized' ),
|
275 |
+
'locations' => array( 'checkout' )
|
276 |
+
) );
|
277 |
+
|
278 |
+
wc_gzd_register_legal_checkbox( 'defective_copy', array(
|
279 |
+
'html_id' => 'data-defective-copy',
|
280 |
+
'html_name' => 'defective-copy',
|
281 |
+
'html_wrapper_classes' => array( 'legal' ),
|
282 |
+
'label_args' => array( '{defect_descriptions}' => '' ),
|
283 |
+
'label' => __( 'I have taken note of the following defects: {defect_descriptions}.', 'woocommerce-germanized' ),
|
284 |
+
'error_message' => __( 'Please make sure to check our note on defective copies.', 'woocommerce-germanized' ),
|
285 |
+
'is_mandatory' => true,
|
286 |
+
'priority' => 7,
|
287 |
+
'is_enabled' => true,
|
288 |
+
'is_core' => true,
|
289 |
+
'is_shown' => false,
|
290 |
+
'admin_name' => __( 'Defective Copies', 'woocommerce-germanized' ),
|
291 |
+
'admin_desc' => __( 'Inform customers about product defects.', 'woocommerce-germanized' ),
|
292 |
+
'locations' => array( 'checkout' )
|
293 |
+
) );
|
294 |
+
|
295 |
/**
|
296 |
* After core checkbox registration.
|
297 |
*
|
322 |
return;
|
323 |
}
|
324 |
|
325 |
+
$is_downloadable = false;
|
326 |
+
$is_service = false;
|
327 |
+
$has_defective_copies = false;
|
328 |
+
$has_used_goods = false;
|
329 |
+
$items = $order->get_items();
|
330 |
|
331 |
foreach ( $items as $key => $item ) {
|
332 |
+
if ( $item && is_callable( array( $item, 'get_product' ) ) && ( $_product = $item->get_product() ) ) {
|
333 |
+
if ( wc_gzd_is_revocation_exempt( $_product ) ) {
|
334 |
+
$is_downloadable = true;
|
335 |
+
}
|
336 |
+
|
337 |
+
if ( wc_gzd_is_revocation_exempt( $_product, 'service' ) ) {
|
338 |
+
$is_service = true;
|
339 |
+
}
|
340 |
+
|
341 |
+
if ( wc_gzd_get_product( $_product )->is_used_good() ) {
|
342 |
+
$has_used_goods = true;
|
343 |
+
}
|
344 |
+
|
345 |
+
if ( wc_gzd_get_product( $_product )->is_defective_copy() ) {
|
346 |
+
$has_defective_copies = true;
|
347 |
+
}
|
348 |
}
|
349 |
}
|
350 |
|
351 |
if ( $checkbox = $this->get_checkbox( 'download' ) ) {
|
352 |
if ( $checkbox->is_enabled() ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
if ( $is_downloadable ) {
|
354 |
wc_gzd_update_legal_checkbox( 'download', array(
|
355 |
'is_shown' => true,
|
373 |
// Service checkbox
|
374 |
if ( $checkbox = $this->get_checkbox( 'service' ) ) {
|
375 |
if ( $checkbox->is_enabled() ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
376 |
if ( $is_service ) {
|
377 |
wc_gzd_update_legal_checkbox( 'service', array(
|
378 |
'is_shown' => true,
|
381 |
}
|
382 |
}
|
383 |
|
384 |
+
// Used goods checkbox
|
385 |
+
if ( $checkbox = $this->get_checkbox( 'used_goods_warranty' ) ) {
|
386 |
+
if ( $checkbox->is_enabled() ) {
|
387 |
+
if ( $has_used_goods ) {
|
388 |
+
wc_gzd_update_legal_checkbox( 'used_goods_warranty', array(
|
389 |
+
'is_shown' => true,
|
390 |
+
) );
|
391 |
+
}
|
392 |
+
}
|
393 |
+
}
|
394 |
+
|
395 |
+
// Defective copies
|
396 |
+
if ( $checkbox = $this->get_checkbox( 'defective_copy' ) ) {
|
397 |
+
if ( $checkbox->is_enabled() ) {
|
398 |
+
if ( $has_defective_copies ) {
|
399 |
+
wc_gzd_update_legal_checkbox( 'defective_copy', array(
|
400 |
+
'is_shown' => true,
|
401 |
+
'label_args' => array( '{defect_descriptions}' => wc_gzd_print_item_defect_descriptions( wc_gzd_get_order_defect_descriptions( $order_id ) ) ),
|
402 |
+
) );
|
403 |
+
}
|
404 |
+
}
|
405 |
+
}
|
406 |
+
|
407 |
// Service checkbox
|
408 |
if ( $checkbox = $this->get_checkbox( 'parcel_delivery' ) ) {
|
409 |
if ( $checkbox->is_enabled() ) {
|
430 |
}
|
431 |
|
432 |
public function show_conditionally_checkout() {
|
433 |
+
$is_downloadable = false;
|
434 |
+
$is_service = false;
|
435 |
+
$has_defective_copies = false;
|
436 |
+
$has_used_goods = false;
|
437 |
+
$items = WC()->cart->get_cart();
|
438 |
+
|
439 |
+
if ( ! empty( $items ) ) {
|
440 |
+
foreach ( $items as $cart_item_key => $values ) {
|
441 |
+
$_product = apply_filters( 'woocommerce_cart_item_product', $values['data'], $values, $cart_item_key );
|
442 |
+
|
443 |
+
if ( wc_gzd_is_revocation_exempt( $_product ) ) {
|
444 |
+
$is_downloadable = true;
|
445 |
+
}
|
446 |
|
447 |
+
if ( wc_gzd_is_revocation_exempt( $_product, 'service' ) ) {
|
448 |
+
$is_service = true;
|
449 |
+
}
|
|
|
|
|
450 |
|
451 |
+
if ( wc_gzd_get_product( $_product )->is_used_good() ) {
|
452 |
+
$has_used_goods = true;
|
453 |
+
}
|
454 |
|
455 |
+
if ( wc_gzd_get_product( $_product )->is_defective_copy() ) {
|
456 |
+
$has_defective_copies = true;
|
|
|
|
|
457 |
}
|
458 |
+
}
|
459 |
+
}
|
460 |
|
461 |
+
if ( $checkbox = $this->get_checkbox( 'download' ) ) {
|
462 |
+
if ( $checkbox->is_enabled() ) {
|
463 |
if ( $is_downloadable ) {
|
464 |
wc_gzd_update_legal_checkbox( 'download', array(
|
465 |
'is_shown' => true,
|
522 |
// Service checkbox
|
523 |
if ( $checkbox = $this->get_checkbox( 'service' ) ) {
|
524 |
if ( $checkbox->is_enabled() ) {
|
525 |
+
if ( $is_service ) {
|
526 |
+
wc_gzd_update_legal_checkbox( 'service', array(
|
527 |
+
'is_shown' => true,
|
528 |
+
) );
|
529 |
+
}
|
530 |
+
}
|
531 |
+
}
|
532 |
|
533 |
+
// Used good checkbox
|
534 |
+
if ( $checkbox = $this->get_checkbox( 'used_goods_warranty' ) ) {
|
535 |
+
if ( $checkbox->is_enabled() ) {
|
536 |
+
if ( $has_used_goods ) {
|
537 |
+
wc_gzd_update_legal_checkbox( 'used_goods_warranty', array(
|
538 |
+
'is_shown' => true,
|
539 |
+
) );
|
|
|
|
|
|
|
540 |
}
|
541 |
+
}
|
542 |
+
}
|
543 |
|
544 |
+
// Defective copies checkbox
|
545 |
+
if ( $checkbox = $this->get_checkbox( 'defective_copy' ) ) {
|
546 |
+
if ( $checkbox->is_enabled() ) {
|
547 |
+
if ( $has_defective_copies ) {
|
548 |
+
wc_gzd_update_legal_checkbox( 'defective_copy', array(
|
549 |
'is_shown' => true,
|
550 |
+
'label_args' => array( '{defect_descriptions}' => wc_gzd_print_item_defect_descriptions( wc_gzd_get_cart_defect_descriptions() ) ),
|
551 |
) );
|
552 |
}
|
553 |
}
|
includes/class-wc-gzd-legal-checkbox.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
class WC_GZD_Legal_Checkbox {
|
4 |
|
5 |
private $id = '';
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
class WC_GZD_Legal_Checkbox {
|
6 |
|
7 |
private $id = '';
|
includes/class-wc-gzd-order-helper.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
class WC_GZD_Order_Helper {
|
4 |
|
5 |
protected static $_instance = null;
|
@@ -140,16 +142,6 @@ class WC_GZD_Order_Helper {
|
|
140 |
return $return;
|
141 |
}
|
142 |
|
143 |
-
/**
|
144 |
-
* @param WC_Order_Item_Product $item
|
145 |
-
* @param $cart_item_key
|
146 |
-
* @param $values
|
147 |
-
* @param $order
|
148 |
-
*/
|
149 |
-
public function set_order_item_meta_crud( $item, $cart_item_key, $values, $order ) {
|
150 |
-
$this->refresh_item_data( $item );
|
151 |
-
}
|
152 |
-
|
153 |
/**
|
154 |
* @param WC_Order_Item $item
|
155 |
*/
|
@@ -180,6 +172,7 @@ class WC_GZD_Order_Helper {
|
|
180 |
array_push( $metas, '_unit' );
|
181 |
array_push( $metas, '_unit_base' );
|
182 |
array_push( $metas, '_min_age' );
|
|
|
183 |
|
184 |
return $metas;
|
185 |
}
|
@@ -196,6 +189,7 @@ class WC_GZD_Order_Helper {
|
|
196 |
$gzd_item->recalculate_unit_price();
|
197 |
|
198 |
$gzd_item->set_cart_description( $gzd_product->get_formatted_cart_description() );
|
|
|
199 |
$gzd_item->set_delivery_time( $gzd_product->get_delivery_time_html() );
|
200 |
$gzd_item->set_min_age( $gzd_product->get_min_age() );
|
201 |
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
class WC_GZD_Order_Helper {
|
6 |
|
7 |
protected static $_instance = null;
|
142 |
return $return;
|
143 |
}
|
144 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
/**
|
146 |
* @param WC_Order_Item $item
|
147 |
*/
|
172 |
array_push( $metas, '_unit' );
|
173 |
array_push( $metas, '_unit_base' );
|
174 |
array_push( $metas, '_min_age' );
|
175 |
+
array_push( $metas, '_defect_description' );
|
176 |
|
177 |
return $metas;
|
178 |
}
|
189 |
$gzd_item->recalculate_unit_price();
|
190 |
|
191 |
$gzd_item->set_cart_description( $gzd_product->get_formatted_cart_description() );
|
192 |
+
$gzd_item->set_defect_description( $gzd_product->get_formatted_defect_description() );
|
193 |
$gzd_item->set_delivery_time( $gzd_product->get_delivery_time_html() );
|
194 |
$gzd_item->set_min_age( $gzd_product->get_min_age() );
|
195 |
|
includes/class-wc-gzd-order-item-product.php
CHANGED
@@ -48,10 +48,18 @@ class WC_GZD_Order_Item_Product extends WC_GZD_Order_Item {
|
|
48 |
return $this->order_item->get_meta( '_item_desc', true );
|
49 |
}
|
50 |
|
|
|
|
|
|
|
|
|
51 |
public function set_cart_description( $item_desc ) {
|
52 |
$this->order_item->update_meta_data( '_item_desc', $item_desc );
|
53 |
}
|
54 |
|
|
|
|
|
|
|
|
|
55 |
public function get_delivery_time() {
|
56 |
return $this->order_item->get_meta( '_delivery_time', true );
|
57 |
}
|
@@ -199,32 +207,47 @@ class WC_GZD_Order_Item_Product extends WC_GZD_Order_Item {
|
|
199 |
$this->order_item->update_meta_data( '_unit_price_subtotal_net_raw', wc_format_decimal( $price, '' ) );
|
200 |
}
|
201 |
|
202 |
-
public function
|
203 |
-
if ( ! $this->has_unit_price() ) {
|
204 |
-
return false;
|
205 |
-
}
|
206 |
-
|
207 |
$quantity = $this->order_item->get_quantity();
|
208 |
|
209 |
if ( empty( $quantity ) ) {
|
210 |
$quantity = 1;
|
211 |
}
|
212 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
$net_total = floatval( $this->order_item->get_total() ) / $quantity;
|
214 |
$gross_total = $net_total + ( floatval( $this->order_item->get_total_tax() ) / $quantity );
|
215 |
$net_subtotal = floatval( $this->order_item->get_subtotal() ) / $quantity;
|
216 |
$gross_subtotal = $net_subtotal + ( floatval( $this->order_item->get_subtotal_tax() ) / $quantity );
|
217 |
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
$
|
226 |
-
$
|
227 |
-
$
|
|
|
228 |
}
|
229 |
|
230 |
$prices_net = wc_gzd_recalculate_unit_price( array(
|
48 |
return $this->order_item->get_meta( '_item_desc', true );
|
49 |
}
|
50 |
|
51 |
+
public function get_defect_description() {
|
52 |
+
return $this->order_item->get_meta( '_defect_description', true );
|
53 |
+
}
|
54 |
+
|
55 |
public function set_cart_description( $item_desc ) {
|
56 |
$this->order_item->update_meta_data( '_item_desc', $item_desc );
|
57 |
}
|
58 |
|
59 |
+
public function set_defect_description( $item_desc ) {
|
60 |
+
$this->order_item->update_meta_data( '_defect_description', $item_desc );
|
61 |
+
}
|
62 |
+
|
63 |
public function get_delivery_time() {
|
64 |
return $this->order_item->get_meta( '_delivery_time', true );
|
65 |
}
|
207 |
$this->order_item->update_meta_data( '_unit_price_subtotal_net_raw', wc_format_decimal( $price, '' ) );
|
208 |
}
|
209 |
|
210 |
+
public function get_quantity() {
|
|
|
|
|
|
|
|
|
211 |
$quantity = $this->order_item->get_quantity();
|
212 |
|
213 |
if ( empty( $quantity ) ) {
|
214 |
$quantity = 1;
|
215 |
}
|
216 |
|
217 |
+
/**
|
218 |
+
* Determines the quantity used to calculate the item total used for unit price (re-) calculation for an order item.
|
219 |
+
*
|
220 |
+
* @param float $quantity The item quantity.
|
221 |
+
* @param WC_GZD_Order_Item_Product $gzd_order_item Germanized order item instance.
|
222 |
+
* @param WC_Order_Item_Product $order_item The order item instance.
|
223 |
+
*
|
224 |
+
* @since 3.7.3
|
225 |
+
*/
|
226 |
+
return apply_filters( 'woocommerce_gzd_order_item_quantity', $quantity, $this, $this->order_item );
|
227 |
+
}
|
228 |
+
|
229 |
+
public function recalculate_unit_price() {
|
230 |
+
if ( ! $this->has_unit_price() ) {
|
231 |
+
return false;
|
232 |
+
}
|
233 |
+
|
234 |
+
$quantity = floatval( $this->get_quantity() );
|
235 |
$net_total = floatval( $this->order_item->get_total() ) / $quantity;
|
236 |
$gross_total = $net_total + ( floatval( $this->order_item->get_total_tax() ) / $quantity );
|
237 |
$net_subtotal = floatval( $this->order_item->get_subtotal() ) / $quantity;
|
238 |
$gross_subtotal = $net_subtotal + ( floatval( $this->order_item->get_subtotal_tax() ) / $quantity );
|
239 |
|
240 |
+
/**
|
241 |
+
* Prefer using (filterable) order methods to determine the item total in case the quantity
|
242 |
+
* used for unit price calculation has not been changed via filter.
|
243 |
+
*
|
244 |
+
* @see WC_GZD_Compatibility_WooCommerce_Measurement_Price_Calculator
|
245 |
+
*/
|
246 |
+
if ( ( $order = $this->order_item->get_order() ) && $this->get_quantity() === $this->order_item->get_quantity() ) {
|
247 |
+
$net_total = $order->get_item_total( $this->order_item, false, false );
|
248 |
+
$gross_total = $order->get_item_total( $this->order_item, true, false );
|
249 |
+
$net_subtotal = $order->get_item_subtotal( $this->order_item, false, false );
|
250 |
+
$gross_subtotal = $order->get_item_subtotal( $this->order_item, true, false );
|
251 |
}
|
252 |
|
253 |
$prices_net = wc_gzd_recalculate_unit_price( array(
|
includes/class-wc-gzd-payment-gateways.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* WooCommerce Payment Gateways class
|
5 |
*
|
@@ -78,7 +80,7 @@ class WC_GZD_Payment_Gateways {
|
|
78 |
}
|
79 |
|
80 |
public function gateway_ajax_init() {
|
81 |
-
if (
|
82 |
$direct_debit = new WC_GZD_Gateway_Direct_Debit();
|
83 |
}
|
84 |
}
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* WooCommerce Payment Gateways class
|
7 |
*
|
80 |
}
|
81 |
|
82 |
public function gateway_ajax_init() {
|
83 |
+
if ( wp_doing_ajax() ) {
|
84 |
$direct_debit = new WC_GZD_Gateway_Direct_Debit();
|
85 |
}
|
86 |
}
|
includes/class-wc-gzd-price-labels.php
CHANGED
@@ -27,12 +27,7 @@ class WC_GZD_Price_Labels extends WC_GZD_Taxonomy {
|
|
27 |
return parent::get_term_object( $key, $by );
|
28 |
}
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
*
|
33 |
-
* @return mixed units as array
|
34 |
-
*/
|
35 |
-
public function get_labels() {
|
36 |
-
return $this->get_terms();
|
37 |
}
|
38 |
}
|
27 |
return parent::get_term_object( $key, $by );
|
28 |
}
|
29 |
|
30 |
+
public function get_labels( $args = array() ) {
|
31 |
+
return $this->get_terms( $args );
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
}
|
includes/class-wc-gzd-privacy.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
class WC_GZD_Privacy {
|
4 |
|
5 |
protected static $_instance = null;
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
class WC_GZD_Privacy {
|
6 |
|
7 |
protected static $_instance = null;
|
includes/class-wc-gzd-product-attribute-helper.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
class WC_GZD_Product_Attribute_Helper {
|
4 |
|
5 |
protected static $_instance = null;
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
class WC_GZD_Product_Attribute_Helper {
|
6 |
|
7 |
protected static $_instance = null;
|
includes/class-wc-gzd-product-attribute.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
class WC_GZD_Product_Attribute extends WC_Product_Attribute {
|
4 |
|
5 |
/**
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
class WC_GZD_Product_Attribute extends WC_Product_Attribute {
|
6 |
|
7 |
/**
|
includes/class-wc-gzd-product-factory.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Product Factory Class
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Product Factory Class
|
7 |
*
|
includes/class-wc-gzd-product-variation.php
CHANGED
@@ -24,7 +24,10 @@ class WC_GZD_Product_Variation extends WC_GZD_Product {
|
|
24 |
'unit_price_sale' => '',
|
25 |
'unit_price_auto' => '',
|
26 |
'service' => '',
|
|
|
|
|
27 |
'mini_desc' => '',
|
|
|
28 |
);
|
29 |
|
30 |
protected $gzd_variation_inherited_meta_data = array(
|
@@ -38,6 +41,7 @@ class WC_GZD_Product_Variation extends WC_GZD_Product {
|
|
38 |
'min_age',
|
39 |
'default_delivery_time',
|
40 |
'delivery_time_countries',
|
|
|
41 |
);
|
42 |
|
43 |
protected $gzd_variation_forced_inherited_meta_data = array(
|
@@ -78,9 +82,11 @@ class WC_GZD_Product_Variation extends WC_GZD_Product {
|
|
78 |
}
|
79 |
|
80 |
// Handle meta data keys which can be empty at variation level to cause inheritance
|
81 |
-
if (
|
82 |
-
if ( $
|
83 |
-
$
|
|
|
|
|
84 |
}
|
85 |
}
|
86 |
} else {
|
24 |
'unit_price_sale' => '',
|
25 |
'unit_price_auto' => '',
|
26 |
'service' => '',
|
27 |
+
'used_good' => '',
|
28 |
+
'defective_copy' => '',
|
29 |
'mini_desc' => '',
|
30 |
+
'defect_description' => '',
|
31 |
);
|
32 |
|
33 |
protected $gzd_variation_inherited_meta_data = array(
|
41 |
'min_age',
|
42 |
'default_delivery_time',
|
43 |
'delivery_time_countries',
|
44 |
+
'warranty_attachment_id'
|
45 |
);
|
46 |
|
47 |
protected $gzd_variation_forced_inherited_meta_data = array(
|
82 |
}
|
83 |
|
84 |
// Handle meta data keys which can be empty at variation level to cause inheritance
|
85 |
+
if ( ! $value || '' === $value ) {
|
86 |
+
if ( in_array( $prop, $this->gzd_variation_forced_inherited_meta_data ) || 'view' === $context ) {
|
87 |
+
if ( $parent = $this->get_gzd_parent() ) {
|
88 |
+
$value = $parent->get_wc_product()->get_meta( $meta_key, true, $context );
|
89 |
+
}
|
90 |
}
|
91 |
}
|
92 |
} else {
|
includes/class-wc-gzd-secret-box-helper.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
if ( ! class_exists( 'WC_GZD_Secret_Box_Helper' ) && function_exists( 'sodium_crypto_secretbox_keygen' ) && defined( 'SODIUM_CRYPTO_PWHASH_SALTBYTES' ) ) {
|
4 |
|
5 |
class WC_GZD_Secret_Box_Helper {
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
if ( ! class_exists( 'WC_GZD_Secret_Box_Helper' ) && function_exists( 'sodium_crypto_secretbox_keygen' ) && defined( 'SODIUM_CRYPTO_PWHASH_SALTBYTES' ) ) {
|
6 |
|
7 |
class WC_GZD_Secret_Box_Helper {
|
includes/class-wc-gzd-shipping-rate.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
class WC_GZD_Shipping_Rate extends WC_Shipping_Rate {
|
4 |
|
5 |
public $tax_shares = array();
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
class WC_GZD_Shipping_Rate extends WC_Shipping_Rate {
|
6 |
|
7 |
public $tax_shares = array();
|
includes/class-wc-gzd-shortcodes.php
CHANGED
@@ -35,6 +35,7 @@ class WC_GZD_Shortcodes {
|
|
35 |
'gzd_product_tax_notice' => __CLASS__ . '::gzd_product_tax_notice',
|
36 |
'gzd_product_shipping_notice' => __CLASS__ . '::gzd_product_shipping_notice',
|
37 |
'gzd_product_cart_desc' => __CLASS__ . '::gzd_product_cart_desc',
|
|
|
38 |
'gzd_email_legal_page_attachments' => __CLASS__ . '::gzd_email_legal_page_attachments'
|
39 |
);
|
40 |
|
@@ -182,6 +183,19 @@ class WC_GZD_Shortcodes {
|
|
182 |
return $content;
|
183 |
}
|
184 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
public static function gzd_add_price_suffixes( $price, $org_product ) {
|
186 |
global $product;
|
187 |
$product = $org_product;
|
35 |
'gzd_product_tax_notice' => __CLASS__ . '::gzd_product_tax_notice',
|
36 |
'gzd_product_shipping_notice' => __CLASS__ . '::gzd_product_shipping_notice',
|
37 |
'gzd_product_cart_desc' => __CLASS__ . '::gzd_product_cart_desc',
|
38 |
+
'gzd_product_defect_description' => __CLASS__ . '::gzd_product_defect_description',
|
39 |
'gzd_email_legal_page_attachments' => __CLASS__ . '::gzd_email_legal_page_attachments'
|
40 |
);
|
41 |
|
183 |
return $content;
|
184 |
}
|
185 |
|
186 |
+
public static function gzd_product_defect_description( $atts ) {
|
187 |
+
/**
|
188 |
+
* Filter shortcode product defect description output.
|
189 |
+
*
|
190 |
+
* @param string $html The output.
|
191 |
+
* @param array $atts The shortcode arguments.
|
192 |
+
*
|
193 |
+
* @since 3.8.0
|
194 |
+
*
|
195 |
+
*/
|
196 |
+
return apply_filters( 'woocommerce_gzd_shortcode_product_defect_description_html', self::get_gzd_product_shortcode( $atts, 'woocommerce_gzd_template_single_defect_description' ), $atts );
|
197 |
+
}
|
198 |
+
|
199 |
public static function gzd_add_price_suffixes( $price, $org_product ) {
|
200 |
global $product;
|
201 |
$product = $org_product;
|
includes/class-wc-gzd-units.php
CHANGED
@@ -27,12 +27,7 @@ class WC_GZD_Units extends WC_GZD_Taxonomy {
|
|
27 |
return parent::get_term_object( $key, $by );
|
28 |
}
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
*
|
33 |
-
* @return mixed units as array
|
34 |
-
*/
|
35 |
-
public function get_units() {
|
36 |
-
return $this->get_terms();
|
37 |
}
|
38 |
}
|
27 |
return parent::get_term_object( $key, $by );
|
28 |
}
|
29 |
|
30 |
+
public function get_units( $args = array() ) {
|
31 |
+
return $this->get_terms( $args );
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
}
|
includes/class-wc-gzd-virtual-vat-helper.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Virtual VAT Helper
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Virtual VAT Helper
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-addify-role-based-pricing.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Addify Role Based Pricing Compatibility
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Addify Role Based Pricing Compatibility
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-b2b-market.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* B2B Market
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* B2B Market
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-customer-specific-pricing-for-woocommerce.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Compatibility script for https://wisdmlabs.com/docs/article/wisdm-customer-specific-pricing/csp-getting-started/csp-user-guide/specific-pricing-options-at-the-product-level/
|
5 |
*
|
@@ -23,12 +25,14 @@ class WC_GZD_Compatibility_Customer_Specific_Pricing_For_WooCommerce extends WC_
|
|
23 |
* wrapper to the single product price page. This price wrapper contains the total product price (including discounts).
|
24 |
* Register a custom observer for the selector which is marked as containing a total price.
|
25 |
*/
|
26 |
-
add_filter( '
|
27 |
-
$
|
28 |
-
|
29 |
-
|
|
|
|
|
30 |
|
31 |
-
return $
|
32 |
} );
|
33 |
}
|
34 |
}
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Compatibility script for https://wisdmlabs.com/docs/article/wisdm-customer-specific-pricing/csp-getting-started/csp-user-guide/specific-pricing-options-at-the-product-level/
|
7 |
*
|
25 |
* wrapper to the single product price page. This price wrapper contains the total product price (including discounts).
|
26 |
* Register a custom observer for the selector which is marked as containing a total price.
|
27 |
*/
|
28 |
+
add_filter( 'woocommerce_gzd_unit_price_observer_params', function( $params ) {
|
29 |
+
$params['refresh_on_load'] = true;
|
30 |
+
|
31 |
+
$params['price_selector']['div#product_total_price'] = array(
|
32 |
+
'is_total_price' => true,
|
33 |
+
);
|
34 |
|
35 |
+
return $params;
|
36 |
} );
|
37 |
}
|
38 |
}
|
includes/compatibility/class-wc-gzd-compatibility-elementor-pro.php
CHANGED
@@ -33,6 +33,7 @@ class WC_GZD_Compatibility_Elementor_Pro extends WC_GZD_Compatibility {
|
|
33 |
'WC_GZD_Elementor_Widget_Product_Unit_Price',
|
34 |
'WC_GZD_Elementor_Widget_Product_Units',
|
35 |
'WC_GZD_Elementor_Widget_Product_Delivery_Time',
|
|
|
36 |
);
|
37 |
|
38 |
$widget_manager = Plugin::$instance->widgets_manager;
|
33 |
'WC_GZD_Elementor_Widget_Product_Unit_Price',
|
34 |
'WC_GZD_Elementor_Widget_Product_Units',
|
35 |
'WC_GZD_Elementor_Widget_Product_Delivery_Time',
|
36 |
+
'WC_GZD_Elementor_Widget_Product_Defect_Description',
|
37 |
);
|
38 |
|
39 |
$widget_manager = Plugin::$instance->widgets_manager;
|
includes/compatibility/class-wc-gzd-compatibility-et-builder.php
ADDED
@@ -0,0 +1,150 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
4 |
+
exit;
|
5 |
+
}
|
6 |
+
|
7 |
+
/**
|
8 |
+
* ET Builder (e.g. Divi) compatibility
|
9 |
+
*/
|
10 |
+
class WC_GZD_Compatibility_ET_Builder extends WC_GZD_Compatibility {
|
11 |
+
|
12 |
+
public static function get_name() {
|
13 |
+
return 'ET Builder';
|
14 |
+
}
|
15 |
+
|
16 |
+
public static function is_plugin() {
|
17 |
+
return false;
|
18 |
+
}
|
19 |
+
|
20 |
+
public static function is_applicable() {
|
21 |
+
return static::is_activated();
|
22 |
+
}
|
23 |
+
|
24 |
+
public static function is_activated() {
|
25 |
+
return defined( 'ET_BUILDER_THEME' ) && ET_BUILDER_THEME;
|
26 |
+
}
|
27 |
+
|
28 |
+
public static function get_path() {
|
29 |
+
return '';
|
30 |
+
}
|
31 |
+
|
32 |
+
public function load() {
|
33 |
+
add_action( 'woocommerce_checkout_init', array( $this, 'before_checkout' ) );
|
34 |
+
|
35 |
+
// Disable adjusting payment and order review heading
|
36 |
+
add_filter( 'wc_gzd_checkout_params', function( $params ) {
|
37 |
+
if ( $this->is_et_builder_checkout() ) {
|
38 |
+
$params['adjust_heading'] = false;
|
39 |
+
}
|
40 |
+
|
41 |
+
return $params;
|
42 |
+
}, 10 );
|
43 |
+
|
44 |
+
if ( wp_doing_ajax() && function_exists( 'et_builder_is_loading_data' ) && et_builder_is_loading_data() ) {
|
45 |
+
$this->remove_checkout_adjustments( true );
|
46 |
+
}
|
47 |
+
|
48 |
+
add_action( 'woocommerce_before_single_product', function() {
|
49 |
+
if ( $this->is_et_builder_single_product() ) {
|
50 |
+
if ( ! wc_post_content_has_shortcode( 'gzd_product_tax_notice' ) || ! wc_post_content_has_shortcode( 'gzd_product_shipping_notice' ) ) {
|
51 |
+
if ( current_user_can( 'manage_woocommerce' ) ) {
|
52 |
+
?>
|
53 |
+
<div class="wc-gzd-builder-notice" style="background: rgba(255,83,83,.1);color: #ff5353;border-radius: 6px;font-size: .9em; display: block;margin-bottom: 1em;padding: 0.5em;width: 100%;">
|
54 |
+
<p>
|
55 |
+
<?php printf( __( 'Seems like you are using the Divi builder to build your product page. Please do make sure to place your <a %1$s>shopmarks</a> (e.g. VAT notice) accordingly by using <a %2$s>shortcodes</a>.', 'woocommerce-germanized' ), 'style="color: #ff5353; text-decoration: underline;" href="https://vendidero.de/dokument/preisauszeichnungen-anpassen#pagebuilder"', 'style="color: #ff5353; text-decoration: underline;" href="https://wordpress.org/plugins/woocommerce-germanized/#installation"' ); ?>
|
56 |
+
<?php printf( __( 'Place them by inserting a text widget to the builder and paste one of the following shortcodes:', 'woocommerce-germanized' ) ); ?>
|
57 |
+
</p>
|
58 |
+
<ul style="margin-left: 1em; margin-bottom: 0; padding-bottom: 0;">
|
59 |
+
<li>[gzd_product_tax_notice]</li>
|
60 |
+
<li>[gzd_product_shipping_notice]</li>
|
61 |
+
<li>[gzd_product_delivery_time]</li>
|
62 |
+
<li>[gzd_product_unit_price]</li>
|
63 |
+
<li>[gzd_product_defect_description]</li>
|
64 |
+
</ul>
|
65 |
+
</div>
|
66 |
+
<?php
|
67 |
+
}
|
68 |
+
} else {
|
69 |
+
/**
|
70 |
+
* Remove default shopmarks which are shown at wrong places due to Builder structure
|
71 |
+
*/
|
72 |
+
foreach( wc_gzd_get_single_product_shopmarks() as $shopmark ) {
|
73 |
+
$shopmark->remove();
|
74 |
+
}
|
75 |
+
}
|
76 |
+
}
|
77 |
+
} );
|
78 |
+
}
|
79 |
+
|
80 |
+
protected function is_et_builder_single_product() {
|
81 |
+
global $post;
|
82 |
+
|
83 |
+
if ( $post && is_singular( 'product' ) ) {
|
84 |
+
if ( wc_post_content_has_shortcode( 'et_pb_wc_price' ) || wc_post_content_has_shortcode( 'et_pb_wc_description' ) ) {
|
85 |
+
return true;
|
86 |
+
}
|
87 |
+
}
|
88 |
+
|
89 |
+
return false;
|
90 |
+
}
|
91 |
+
|
92 |
+
protected function is_et_builder_checkout() {
|
93 |
+
global $post;
|
94 |
+
|
95 |
+
if ( $post ) {
|
96 |
+
if ( wc_post_content_has_shortcode( 'et_pb_wc_checkout_billing' ) || wc_post_content_has_shortcode( 'et_pb_wc_checkout_payment_info' ) || wc_post_content_has_shortcode( 'et_pb_wc_checkout_order_details' ) ) {
|
97 |
+
return true;
|
98 |
+
}
|
99 |
+
}
|
100 |
+
|
101 |
+
return false;
|
102 |
+
}
|
103 |
+
|
104 |
+
protected function remove_checkout_adjustments( $is_builder_request = false ) {
|
105 |
+
remove_action( 'woocommerce_checkout_order_review', 'woocommerce_order_review', 20 );
|
106 |
+
remove_action( 'woocommerce_checkout_order_review', 'woocommerce_checkout_payment', 10 );
|
107 |
+
|
108 |
+
// Restore defaults
|
109 |
+
if ( $is_builder_request ) {
|
110 |
+
add_action( 'woocommerce_checkout_order_review', 'woocommerce_order_review', 10 );
|
111 |
+
add_action( 'woocommerce_checkout_order_review', 'woocommerce_checkout_payment', 20 );
|
112 |
+
}
|
113 |
+
|
114 |
+
remove_action( 'woocommerce_review_order_before_submit', 'woocommerce_gzd_template_set_order_button_remove_filter', 1500 );
|
115 |
+
remove_action( 'woocommerce_review_order_after_submit', 'woocommerce_gzd_template_set_order_button_show_filter', 1500 );
|
116 |
+
remove_action( 'woocommerce_gzd_review_order_before_submit', 'woocommerce_gzd_template_set_order_button_show_filter', 1500 );
|
117 |
+
|
118 |
+
remove_action( 'woocommerce_checkout_order_review', 'woocommerce_gzd_template_order_submit', wc_gzd_get_hook_priority( 'checkout_order_submit' ) );
|
119 |
+
remove_action( 'woocommerce_checkout_after_order_review', 'woocommerce_gzd_template_order_submit_fallback', 50 );
|
120 |
+
|
121 |
+
remove_action( 'woocommerce_review_order_after_payment', 'woocommerce_gzd_template_render_checkout_checkboxes', 10 );
|
122 |
+
remove_action( 'woocommerce_review_order_after_payment', 'woocommerce_gzd_template_checkout_set_terms_manually', wc_gzd_get_hook_priority( 'checkout_set_terms' ) );
|
123 |
+
|
124 |
+
add_action( 'woocommerce_review_order_before_payment', 'woocommerce_gzd_template_render_checkout_checkboxes', 10 );
|
125 |
+
add_action( 'woocommerce_review_order_before_payment', 'woocommerce_gzd_template_checkout_set_terms_manually', wc_gzd_get_hook_priority( 'checkout_set_terms' ) );
|
126 |
+
|
127 |
+
add_action( 'woocommerce_review_order_before_payment', function() {
|
128 |
+
echo '<input type="hidden" name="is_et_compatibility_checkout" value="yes" />';
|
129 |
+
}, 50 );
|
130 |
+
|
131 |
+
remove_action( 'woocommerce_review_order_before_payment', 'woocommerce_gzd_template_checkout_payment_title' );
|
132 |
+
}
|
133 |
+
|
134 |
+
public function before_checkout() {
|
135 |
+
if ( wp_doing_ajax() && isset( $_POST['post_data'] ) ) {
|
136 |
+
$result = array();
|
137 |
+
$data = wp_unslash( $_POST['post_data'] );
|
138 |
+
parse_str( $data, $result );
|
139 |
+
|
140 |
+
/**
|
141 |
+
* Make sure to remove these hooks on AJAX requests too.
|
142 |
+
*/
|
143 |
+
if ( isset( $result['is_et_compatibility_checkout'] ) ) {
|
144 |
+
$this->remove_checkout_adjustments();
|
145 |
+
}
|
146 |
+
} elseif ( $this->is_et_builder_checkout() ) {
|
147 |
+
$this->remove_checkout_adjustments();
|
148 |
+
}
|
149 |
+
}
|
150 |
+
}
|
includes/compatibility/class-wc-gzd-compatibility-flexible-checkout-fields.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Compatibility script for https://wordpress.org/plugins/flexible-checkout-fields/
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Compatibility script for https://wordpress.org/plugins/flexible-checkout-fields/
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-klarna-checkout-for-woocommerce.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Klarna Helper
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Klarna Helper
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-paypal-express-checkout.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Helper for PayPal Express Checkout Gateway Plugin
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Helper for PayPal Express Checkout Gateway Plugin
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-polylang.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* PolyLang Helper
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* PolyLang Helper
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-woo-discount-rules.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Woo Discount Rules
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Woo Discount Rules
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-woo-paypalplus.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* PayPal Plus Helper for Inpsyde
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* PayPal Plus Helper for Inpsyde
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-woo-poly-integration.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* PolyLang Helper
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* PolyLang Helper
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-woocommerce-all-products-for-subscriptions.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
class WC_GZD_Compatibility_WooCommerce_All_Products_For_Subscriptions extends WC_GZD_Compatibility {
|
4 |
|
5 |
public static function get_name() {
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
class WC_GZD_Compatibility_WooCommerce_All_Products_For_Subscriptions extends WC_GZD_Compatibility {
|
6 |
|
7 |
public static function get_name() {
|
includes/compatibility/class-wc-gzd-compatibility-woocommerce-composite-products.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* WooCommerce Composite Products
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* WooCommerce Composite Products
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-woocommerce-dynamic-pricing.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* WPML Helper
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* WPML Helper
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-woocommerce-gateway-paypal-express-checkout.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Woo Gateway PayPal Express Checkout Helper
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Woo Gateway PayPal Express Checkout Helper
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-woocommerce-measurement-price-calculator.php
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
+
/**
|
6 |
+
* WooCommerce Measurement Price Calculator Compatibility
|
7 |
+
*
|
8 |
+
* @see https://woocommerce.com/products/measurement-price-calculator/
|
9 |
+
*/
|
10 |
+
class WC_GZD_Compatibility_WooCommerce_Measurement_Price_Calculator extends WC_GZD_Compatibility {
|
11 |
+
|
12 |
+
public static function get_name() {
|
13 |
+
return 'WooCommerce Measurement Price Calculator';
|
14 |
+
}
|
15 |
+
|
16 |
+
public static function get_path() {
|
17 |
+
return 'woocommerce-measurement-price-calculator/woocommerce-measurement-price-calculator.php';
|
18 |
+
}
|
19 |
+
|
20 |
+
public function load() {
|
21 |
+
/**
|
22 |
+
* This plugin does not adjust product price via PHP but adds a completely separate price
|
23 |
+
* wrapper to the single product price page. This price wrapper contains the total product price (including discounts).
|
24 |
+
* Register a custom observer for the selector which is marked as containing a total price.
|
25 |
+
*/
|
26 |
+
add_filter( 'woocommerce_gzd_unit_price_observer_price_selectors', function( $price_selectors ) {
|
27 |
+
|
28 |
+
return $price_selectors;
|
29 |
+
} );
|
30 |
+
|
31 |
+
add_filter( 'woocommerce_gzd_unit_price_observer_params', function( $params ) {
|
32 |
+
if ( function_exists( 'is_singular' ) && is_singular( 'product' ) ) {
|
33 |
+
global $post;
|
34 |
+
|
35 |
+
if ( $post && ( $product = wc_get_product( $post ) ) ) {
|
36 |
+
if ( $measurement = $product->get_meta( '_wc_price_calculator' ) ) {
|
37 |
+
if ( isset( $measurement['calculator_type'] ) && ! empty( $measurement['calculator_type'] ) ) {
|
38 |
+
$params['refresh_on_load'] = true;
|
39 |
+
|
40 |
+
$params['price_selector']['tr.calculated-price .product_price'] = array(
|
41 |
+
'is_total_price' => true,
|
42 |
+
'quantity_selector' => '.amount_needed',
|
43 |
+
);
|
44 |
+
|
45 |
+
}
|
46 |
+
}
|
47 |
+
}
|
48 |
+
}
|
49 |
+
|
50 |
+
return $params;
|
51 |
+
} );
|
52 |
+
|
53 |
+
/**
|
54 |
+
* Adjust unit price quantity to the quantity chosen by the customer.
|
55 |
+
*/
|
56 |
+
add_filter( 'woocommerce_gzd_unit_price_cart_quantity', function( $quantity, $cart_item, $gzd_product ) {
|
57 |
+
if ( isset( $cart_item['pricing_item_meta_data'], $cart_item['pricing_item_meta_data']['_measurement_needed'] ) && ! empty( $cart_item['pricing_item_meta_data']['_measurement_needed'] ) ) {
|
58 |
+
$quantity = floatval( $cart_item['pricing_item_meta_data']['_measurement_needed'] ) * floatval( $quantity );
|
59 |
+
}
|
60 |
+
|
61 |
+
return $quantity;
|
62 |
+
}, 10, 3 );
|
63 |
+
|
64 |
+
/**
|
65 |
+
* Make sure to (re-) calculate order item unit price based on the actual quantity chosen by the customer.
|
66 |
+
*/
|
67 |
+
add_filter( 'woocommerce_gzd_order_item_quantity', function( $quantity, $gzd_order_item ) {
|
68 |
+
if ( $measurement_data = $gzd_order_item->get_meta( '_measurement_data' ) ) {
|
69 |
+
if ( isset( $measurement_data['_measurement_needed'] ) && ! empty( $measurement_data['_measurement_needed'] ) ) {
|
70 |
+
$quantity = floatval( $measurement_data['_measurement_needed'] ) * floatval( $quantity );
|
71 |
+
}
|
72 |
+
}
|
73 |
+
|
74 |
+
return $quantity;
|
75 |
+
}, 10, 2 );
|
76 |
+
|
77 |
+
/**
|
78 |
+
* Do not output product units in case measurement is activated as the product content differs from the static unit price data available.
|
79 |
+
*/
|
80 |
+
add_filter( 'woocommerce_gzd_cart_product_units_html', function( $units_html, $cart_item ) {
|
81 |
+
if ( is_a( $cart_item, 'WC_Order_Item_Product' ) ) {
|
82 |
+
if ( $measurement_data = $cart_item->get_meta( '_measurement_data' ) ) {
|
83 |
+
if ( isset( $measurement_data['_measurement_needed'] ) && ! empty( $measurement_data['_measurement_needed'] ) ) {
|
84 |
+
$units_html = '';
|
85 |
+
}
|
86 |
+
}
|
87 |
+
} elseif ( isset( $cart_item['data'] ) ) {
|
88 |
+
if ( isset( $cart_item['pricing_item_meta_data'], $cart_item['pricing_item_meta_data']['_measurement_needed'] ) && ! empty( $cart_item['pricing_item_meta_data']['_measurement_needed'] ) ) {
|
89 |
+
$units_html = '';
|
90 |
+
}
|
91 |
+
}
|
92 |
+
|
93 |
+
return $units_html;
|
94 |
+
}, 10, 2 );
|
95 |
+
}
|
96 |
+
}
|
includes/compatibility/class-wc-gzd-compatibility-woocommerce-memberships.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
*
|
5 |
* Ensure compatibility between WooCommerce Germanized and WooCommerce Memberships
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
*
|
7 |
* Ensure compatibility between WooCommerce Germanized and WooCommerce Memberships
|
includes/compatibility/class-wc-gzd-compatibility-woocommerce-paypal-payments.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* WooCommerce PayPal Payments Helper
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* WooCommerce PayPal Payments Helper
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-woocommerce-product-addons.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Product Addons Helper
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* Product Addons Helper
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-woocommerce-product-bundles.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* WPML Helper
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* WPML Helper
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-woocommerce-role-based-prices.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* WPML Helper
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* WPML Helper
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* WPML Helper
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* WPML Helper
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-wpml-string-translation.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* WPML Helper
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* WPML Helper
|
7 |
*
|
includes/compatibility/class-wc-gzd-compatibility-wpml.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* WPML Helper
|
5 |
*
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
/**
|
6 |
* WPML Helper
|
7 |
*
|
includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-defect-description.php
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
4 |
+
exit; // Exit if accessed directly
|
5 |
+
}
|
6 |
+
|
7 |
+
class WC_GZD_Elementor_Widget_Product_Defect_Description extends WC_GZD_Elementor_Widget {
|
8 |
+
|
9 |
+
public function get_title_raw() {
|
10 |
+
return __( 'Defect Description', 'woocommerce-germanized' );
|
11 |
+
}
|
12 |
+
|
13 |
+
public function get_postfix() {
|
14 |
+
return 'defect_description';
|
15 |
+
}
|
16 |
+
}
|
includes/export/class-wc-gzd-product-export.php
CHANGED
@@ -48,10 +48,12 @@ class WC_GZD_Product_Export {
|
|
48 |
* @param array $export_data Product export data.
|
49 |
*
|
50 |
* @since 1.9.1
|
51 |
-
*
|
52 |
*/
|
53 |
$this->columns = apply_filters( 'woocommerce_gzd_product_export_default_columns', array(
|
54 |
'service' => _x( 'Is service?', 'exporter', 'woocommerce-germanized' ),
|
|
|
|
|
|
|
55 |
'differential_taxation' => _x( 'Is differential taxed?', 'exporter', 'woocommerce-germanized' ),
|
56 |
'free_shipping' => _x( 'Has free shipping?', 'exporter', 'woocommerce-germanized' ),
|
57 |
'unit_price_regular' => _x( 'Unit price regular', 'exporter', 'woocommerce-germanized' ),
|
@@ -61,6 +63,8 @@ class WC_GZD_Product_Export {
|
|
61 |
'unit_base' => _x( 'Unit base', 'exporter', 'woocommerce-germanized' ),
|
62 |
'unit_product' => _x( 'Unit product', 'exporter', 'woocommerce-germanized' ),
|
63 |
'mini_desc' => _x( 'Cart description', 'exporter', 'woocommerce-germanized' ),
|
|
|
|
|
64 |
'delivery_time' => _x( 'Delivery time', 'exporter', 'woocommerce-germanized' ),
|
65 |
'sale_price_label' => _x( 'Sale price label', 'exporter', 'woocommerce-germanized' ),
|
66 |
'sale_price_regular_label' => _x( 'Sale price regular label', 'exporter', 'woocommerce-germanized' ),
|
48 |
* @param array $export_data Product export data.
|
49 |
*
|
50 |
* @since 1.9.1
|
|
|
51 |
*/
|
52 |
$this->columns = apply_filters( 'woocommerce_gzd_product_export_default_columns', array(
|
53 |
'service' => _x( 'Is service?', 'exporter', 'woocommerce-germanized' ),
|
54 |
+
'used_good' => _x( 'Is used good?', 'exporter', 'woocommerce-germanized' ),
|
55 |
+
'defective_copy' => _x( 'Is defective copy?', 'exporter', 'woocommerce-germanized' ),
|
56 |
+
'warranty_attachment_id' => _x( 'Warranty attachment id (PDF)', 'exporter', 'woocommerce-germanized' ),
|
57 |
'differential_taxation' => _x( 'Is differential taxed?', 'exporter', 'woocommerce-germanized' ),
|
58 |
'free_shipping' => _x( 'Has free shipping?', 'exporter', 'woocommerce-germanized' ),
|
59 |
'unit_price_regular' => _x( 'Unit price regular', 'exporter', 'woocommerce-germanized' ),
|
63 |
'unit_base' => _x( 'Unit base', 'exporter', 'woocommerce-germanized' ),
|
64 |
'unit_product' => _x( 'Unit product', 'exporter', 'woocommerce-germanized' ),
|
65 |
'mini_desc' => _x( 'Cart description', 'exporter', 'woocommerce-germanized' ),
|
66 |
+
'min_age' => _x( 'Minimum age', 'exporter', 'woocommerce-germanized' ),
|
67 |
+
'defect_description' => _x( 'Defect description', 'exporter', 'woocommerce-germanized' ),
|
68 |
'delivery_time' => _x( 'Delivery time', 'exporter', 'woocommerce-germanized' ),
|
69 |
'sale_price_label' => _x( 'Sale price label', 'exporter', 'woocommerce-germanized' ),
|
70 |
'sale_price_regular_label' => _x( 'Sale price regular label', 'exporter', 'woocommerce-germanized' ),
|
includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php
CHANGED
@@ -48,7 +48,6 @@ class WC_GZD_Gateway_Direct_Debit extends WC_Payment_Gateway {
|
|
48 |
$this->title = $this->get_option( 'title' );
|
49 |
$this->description = $this->get_option( 'description' );
|
50 |
$this->instructions = $this->get_option( 'instructions', $this->description );
|
51 |
-
$this->enable_checkbox = $this->get_option( 'enable_checkbox', 'yes' );
|
52 |
$this->enable_pre_notification = $this->get_option( 'enable_pre_notification', 'yes' );
|
53 |
$this->debit_days = $this->get_option( 'debit_days', 5 );
|
54 |
$this->generate_mandate_id = $this->get_option( 'generate_mandate_id', 'yes' );
|
@@ -58,8 +57,7 @@ class WC_GZD_Gateway_Direct_Debit extends WC_Payment_Gateway {
|
|
58 |
$this->company_account_holder = $this->get_option( 'company_account_holder' );
|
59 |
$this->company_account_iban = $this->get_option( 'company_account_iban' );
|
60 |
$this->company_account_bic = $this->get_option( 'company_account_bic' );
|
61 |
-
$this->pain_format = $this->get_option( 'pain_format', 'pain.008.
|
62 |
-
$this->checkbox_label = $this->get_option( 'checkbox_label' );
|
63 |
$this->remember = $this->get_option( 'remember', 'no' );
|
64 |
$this->mask = $this->get_option( 'mask', 'yes' );
|
65 |
$this->mandate_text = $this->get_option( 'mandate_text', __( '[company_info]
|
@@ -467,7 +465,7 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
|
|
467 |
* @since 1.8.5
|
468 |
*
|
469 |
*/
|
470 |
-
$directDebit->addPaymentInfo( $payment_id, apply_filters( 'woocommerce_gzd_direct_debit_sepa_xml_exporter_payment_args', array(
|
471 |
'id' => $payment_id,
|
472 |
'creditorName' => $this->company_account_holder,
|
473 |
'creditorAccountIBAN' => $this->sanitize_iban( $this->company_account_iban ),
|
@@ -477,7 +475,14 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
|
|
477 |
'dueDate' => date_i18n( 'Y-m-d', $this->get_debit_date( $order ) ),
|
478 |
), $this, $mandate_type ) );
|
479 |
|
|
|
|
|
|
|
|
|
|
|
|
|
480 |
foreach ( $orders as $order ) {
|
|
|
481 |
|
482 |
/**
|
483 |
* Filter that allows adjusting direct debit SEPA XML Export transfer data per order.
|
@@ -490,7 +495,7 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
|
|
490 |
*
|
491 |
*/
|
492 |
$directDebit->addTransfer( $payment_id, apply_filters( 'woocommerce_gzd_direct_debit_sepa_xml_exporter_transfer_args', array(
|
493 |
-
'amount' =>
|
494 |
'debtorIban' => $this->sanitize_iban( $this->maybe_decrypt( $order->get_meta( '_direct_debit_iban' ) ) ),
|
495 |
'debtorBic' => $this->sanitize_bic( $this->maybe_decrypt( $order->get_meta( '_direct_debit_bic' ) ) ),
|
496 |
'debtorName' => $order->get_meta( '_direct_debit_holder' ),
|
@@ -981,7 +986,7 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
|
|
981 |
'company_identification_number' => array(
|
982 |
'title' => __( 'Debtee identification number', 'woocommerce-germanized' ),
|
983 |
'type' => 'text',
|
984 |
-
'description' => sprintf( __( 'Insert your debtee indentification number. More information can be found <a href="%s">here</a>.', 'woocommerce-germanized' ), '
|
985 |
'default' => '',
|
986 |
),
|
987 |
'generate_mandate_id' => array(
|
@@ -995,7 +1000,7 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
|
|
995 |
'title' => __( 'XML Pain Format', 'woocommerce-germanized' ),
|
996 |
'type' => 'text',
|
997 |
'description' => __( 'You may adjust the XML Export Pain Schema to your banks needs. Some banks may require pain.001.003.03.', 'woocommerce-germanized' ),
|
998 |
-
'default' => 'pain.008.
|
999 |
),
|
1000 |
'mandate_id_format' => array(
|
1001 |
'title' => __( 'Mandate ID Format', 'woocommerce-germanized' ),
|
@@ -1011,20 +1016,6 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
|
|
1011 |
'css' => 'min-height: 250px;',
|
1012 |
'desc_tip' => true,
|
1013 |
),
|
1014 |
-
'enable_checkbox' => array(
|
1015 |
-
'title' => __( 'Checkbox', 'woocommerce-germanized' ),
|
1016 |
-
'label' => __( 'Enable "agree to SEPA mandate" checkbox', 'woocommerce-germanized' ),
|
1017 |
-
'type' => 'checkbox',
|
1018 |
-
'description' => __( 'Enable a checkbox linking to a SEPA direct debit mandate preview.', 'woocommerce-germanized' ),
|
1019 |
-
'default' => 'yes',
|
1020 |
-
),
|
1021 |
-
'checkbox_label' => array(
|
1022 |
-
'title' => __( 'Checkbox label', 'woocommerce-germanized' ),
|
1023 |
-
'type' => 'text',
|
1024 |
-
'description' => __( 'Customize the checkbox label. Use {link}link name{/link} to insert the preview link.', 'woocommerce-germanized' ),
|
1025 |
-
'default' => __( 'I hereby agree to the {link}direct debit mandate{/link}.', 'woocommerce-germanized' ),
|
1026 |
-
'desc_tip' => true,
|
1027 |
-
),
|
1028 |
'enable_pre_notification' => array(
|
1029 |
'title' => __( 'Enable pre-notification', 'woocommerce-germanized' ),
|
1030 |
'label' => __( 'Insert pre-notification text within the order confirmation email.', 'woocommerce-germanized' ),
|
@@ -1171,8 +1162,7 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
|
|
1171 |
}
|
1172 |
|
1173 |
// Validate IBAN
|
1174 |
-
|
1175 |
-
$iban_validator = new IBAN( $iban );
|
1176 |
|
1177 |
/**
|
1178 |
* Filter that allows enabling IBAN country validation.
|
@@ -1196,16 +1186,10 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
|
|
1196 |
if ( ! preg_match( '/^([a-zA-Z]){4}([a-zA-Z]){2}([0-9a-zA-Z]){2}([0-9a-zA-Z]{3})?$/', $bic ) ) {
|
1197 |
wc_add_notice( __( 'Your BIC seems to be invalid.', 'woocommerce-germanized' ), 'error' );
|
1198 |
}
|
1199 |
-
|
1200 |
-
// Make sure that checkbox gets validated if on woocommerce_pay for order page
|
1201 |
-
if ( isset( $_POST['woocommerce_pay'] ) ) {
|
1202 |
-
// Gateways are being lazy loaded - make sure that the checkbox exists even after submit
|
1203 |
-
$this->validate_checkbox();
|
1204 |
-
}
|
1205 |
}
|
1206 |
|
1207 |
public function validate_checkbox() {
|
1208 |
-
if ( isset( $_POST['payment_method'] ) && $_POST['payment_method'] === $this->id &&
|
1209 |
return false;
|
1210 |
}
|
1211 |
|
@@ -1283,37 +1267,6 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
|
|
1283 |
}
|
1284 |
}
|
1285 |
|
1286 |
-
public function checkbox() {
|
1287 |
-
wc_deprecated_function( 'WC_GZD_Gateway_Direct_Debit::checkbox', '3.5.0' );
|
1288 |
-
|
1289 |
-
if ( $this->is_available() && $this->enable_checkbox === 'yes' ) {
|
1290 |
-
wc_get_template( 'checkout/terms-sepa.php' );
|
1291 |
-
}
|
1292 |
-
}
|
1293 |
-
|
1294 |
-
public function get_checkbox_label() {
|
1295 |
-
wc_deprecated_function( 'WC_GZD_Gateway_Direct_Debit::get_checkbox_label', '3.5.0' );
|
1296 |
-
|
1297 |
-
$ajax_url = wp_nonce_url( add_query_arg( array( 'action' => 'show_direct_debit' ), admin_url( 'admin-ajax.php' ) ), 'show_direct_debit' );
|
1298 |
-
|
1299 |
-
/**
|
1300 |
-
* Filter to adjust the direct debit mandate link.
|
1301 |
-
*
|
1302 |
-
* @param string $link The link.
|
1303 |
-
* @param WC_GZD_Gateway_Direct_Debit $gateway The gateway instance.
|
1304 |
-
*
|
1305 |
-
* @since 1.8.5
|
1306 |
-
*
|
1307 |
-
*/
|
1308 |
-
return apply_filters( 'woocommerce_gzd_direct_debit_ajax_url', str_replace( array(
|
1309 |
-
'{link}',
|
1310 |
-
'{/link}'
|
1311 |
-
), array(
|
1312 |
-
'<a href="' . $ajax_url . '" id="show-direct-debit-trigger" rel="prettyPhoto">',
|
1313 |
-
'</a>'
|
1314 |
-
), $this->checkbox_label ), $this );
|
1315 |
-
}
|
1316 |
-
|
1317 |
/**
|
1318 |
* Process the payment and return the result
|
1319 |
*
|
48 |
$this->title = $this->get_option( 'title' );
|
49 |
$this->description = $this->get_option( 'description' );
|
50 |
$this->instructions = $this->get_option( 'instructions', $this->description );
|
|
|
51 |
$this->enable_pre_notification = $this->get_option( 'enable_pre_notification', 'yes' );
|
52 |
$this->debit_days = $this->get_option( 'debit_days', 5 );
|
53 |
$this->generate_mandate_id = $this->get_option( 'generate_mandate_id', 'yes' );
|
57 |
$this->company_account_holder = $this->get_option( 'company_account_holder' );
|
58 |
$this->company_account_iban = $this->get_option( 'company_account_iban' );
|
59 |
$this->company_account_bic = $this->get_option( 'company_account_bic' );
|
60 |
+
$this->pain_format = $this->get_option( 'pain_format', 'pain.008.001.02' );
|
|
|
61 |
$this->remember = $this->get_option( 'remember', 'no' );
|
62 |
$this->mask = $this->get_option( 'mask', 'yes' );
|
63 |
$this->mandate_text = $this->get_option( 'mandate_text', __( '[company_info]
|
465 |
* @since 1.8.5
|
466 |
*
|
467 |
*/
|
468 |
+
$payment_info = $directDebit->addPaymentInfo( $payment_id, apply_filters( 'woocommerce_gzd_direct_debit_sepa_xml_exporter_payment_args', array(
|
469 |
'id' => $payment_id,
|
470 |
'creditorName' => $this->company_account_holder,
|
471 |
'creditorAccountIBAN' => $this->sanitize_iban( $this->company_account_iban ),
|
475 |
'dueDate' => date_i18n( 'Y-m-d', $this->get_debit_date( $order ) ),
|
476 |
), $this, $mandate_type ) );
|
477 |
|
478 |
+
$batch_booking = apply_filters( "woocommerce_gzd_direct_debit_sepa_xml_exporter_batch_booking", null, $this );
|
479 |
+
|
480 |
+
if ( ! is_null( $batch_booking ) ) {
|
481 |
+
$payment_info->setBatchBooking( $batch_booking );
|
482 |
+
}
|
483 |
+
|
484 |
foreach ( $orders as $order ) {
|
485 |
+
$amount_in_cents = wc_add_number_precision_deep( ( $order->get_total() - $order->get_total_refunded() ) );
|
486 |
|
487 |
/**
|
488 |
* Filter that allows adjusting direct debit SEPA XML Export transfer data per order.
|
495 |
*
|
496 |
*/
|
497 |
$directDebit->addTransfer( $payment_id, apply_filters( 'woocommerce_gzd_direct_debit_sepa_xml_exporter_transfer_args', array(
|
498 |
+
'amount' => $amount_in_cents,
|
499 |
'debtorIban' => $this->sanitize_iban( $this->maybe_decrypt( $order->get_meta( '_direct_debit_iban' ) ) ),
|
500 |
'debtorBic' => $this->sanitize_bic( $this->maybe_decrypt( $order->get_meta( '_direct_debit_bic' ) ) ),
|
501 |
'debtorName' => $order->get_meta( '_direct_debit_holder' ),
|
986 |
'company_identification_number' => array(
|
987 |
'title' => __( 'Debtee identification number', 'woocommerce-germanized' ),
|
988 |
'type' => 'text',
|
989 |
+
'description' => sprintf( __( 'Insert your debtee indentification number. More information can be found <a href="%s">here</a>.', 'woocommerce-germanized' ), 'https://www.bundesbank.de/de/aufgaben/unbarer-zahlungsverkehr/serviceangebot/sepa/glaeubiger-identifikationsnummer' ),
|
990 |
'default' => '',
|
991 |
),
|
992 |
'generate_mandate_id' => array(
|
1000 |
'title' => __( 'XML Pain Format', 'woocommerce-germanized' ),
|
1001 |
'type' => 'text',
|
1002 |
'description' => __( 'You may adjust the XML Export Pain Schema to your banks needs. Some banks may require pain.001.003.03.', 'woocommerce-germanized' ),
|
1003 |
+
'default' => 'pain.008.001.02',
|
1004 |
),
|
1005 |
'mandate_id_format' => array(
|
1006 |
'title' => __( 'Mandate ID Format', 'woocommerce-germanized' ),
|
1016 |
'css' => 'min-height: 250px;',
|
1017 |
'desc_tip' => true,
|
1018 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1019 |
'enable_pre_notification' => array(
|
1020 |
'title' => __( 'Enable pre-notification', 'woocommerce-germanized' ),
|
1021 |
'label' => __( 'Insert pre-notification text within the order confirmation email.', 'woocommerce-germanized' ),
|
1162 |
}
|
1163 |
|
1164 |
// Validate IBAN
|
1165 |
+
$iban_validator = new \PHP_IBAN\IBAN( $iban );
|
|
|
1166 |
|
1167 |
/**
|
1168 |
* Filter that allows enabling IBAN country validation.
|
1186 |
if ( ! preg_match( '/^([a-zA-Z]){4}([a-zA-Z]){2}([0-9a-zA-Z]){2}([0-9a-zA-Z]{3})?$/', $bic ) ) {
|
1187 |
wc_add_notice( __( 'Your BIC seems to be invalid.', 'woocommerce-germanized' ), 'error' );
|
1188 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
1189 |
}
|
1190 |
|
1191 |
public function validate_checkbox() {
|
1192 |
+
if ( isset( $_POST['payment_method'] ) && $_POST['payment_method'] === $this->id && ( ! isset( $_POST['direct_debit_legal'] ) && empty( $_POST['direct_debit_legal'] ) ) ) {
|
1193 |
return false;
|
1194 |
}
|
1195 |
|
1267 |
}
|
1268 |
}
|
1269 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1270 |
/**
|
1271 |
* Process the payment and return the result
|
1272 |
*
|
includes/gateways/direct-debit/libraries/php-sepa-xml/TransferFile/Facade/CustomerCreditFacade.php
DELETED
@@ -1,79 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace Digitick\Sepa\TransferFile\Facade;
|
4 |
-
|
5 |
-
use Digitick\Sepa\Exception\InvalidArgumentException;
|
6 |
-
use Digitick\Sepa\PaymentInformation;
|
7 |
-
use Digitick\Sepa\TransferInformation\CustomerCreditTransferInformation;
|
8 |
-
|
9 |
-
/**
|
10 |
-
* Class CustomerCreditFacade
|
11 |
-
*/
|
12 |
-
class CustomerCreditFacade extends BaseCustomerTransferFileFacade
|
13 |
-
{
|
14 |
-
|
15 |
-
/**
|
16 |
-
* @param string $paymentName
|
17 |
-
* @param array $paymentInformation
|
18 |
-
*
|
19 |
-
* @throws InvalidArgumentException
|
20 |
-
*
|
21 |
-
* @return PaymentInformation
|
22 |
-
*/
|
23 |
-
public function addPaymentInfo($paymentName, array $paymentInformation)
|
24 |
-
{
|
25 |
-
if (isset($this->payments[$paymentName])) {
|
26 |
-
throw new InvalidArgumentException(sprintf('Payment with the name %s already exists', $paymentName));
|
27 |
-
}
|
28 |
-
|
29 |
-
$payment = new PaymentInformation(
|
30 |
-
$paymentInformation['id'],
|
31 |
-
$paymentInformation['debtorAccountIBAN'],
|
32 |
-
$paymentInformation['debtorAgentBIC'],
|
33 |
-
$paymentInformation['debtorName']
|
34 |
-
);
|
35 |
-
|
36 |
-
$this->payments[$paymentName] = $payment;
|
37 |
-
|
38 |
-
return $payment;
|
39 |
-
}
|
40 |
-
|
41 |
-
/**
|
42 |
-
* @param string $paymentName
|
43 |
-
* @param array $transferInformation
|
44 |
-
*
|
45 |
-
* @throws InvalidArgumentException
|
46 |
-
*
|
47 |
-
* @return CustomerCreditTransferInformation
|
48 |
-
*/
|
49 |
-
public function addTransfer($paymentName, array $transferInformation)
|
50 |
-
{
|
51 |
-
if (!isset($this->payments[$paymentName])) {
|
52 |
-
throw new InvalidArgumentException(sprintf(
|
53 |
-
'Payment with the name %s does not exists, create one first with addPaymentInfo',
|
54 |
-
$paymentName
|
55 |
-
));
|
56 |
-
}
|
57 |
-
|
58 |
-
$transfer = new CustomerCreditTransferInformation(
|
59 |
-
$transferInformation['amount'],
|
60 |
-
$transferInformation['creditorIban'],
|
61 |
-
$transferInformation['creditorName']
|
62 |
-
);
|
63 |
-
$transfer->setBic($transferInformation['creditorBic']);
|
64 |
-
$transfer->setRemittanceInformation($transferInformation['remittanceInformation']);
|
65 |
-
|
66 |
-
if (isset($transferInformation['endToEndId'])) {
|
67 |
-
$transfer->setEndToEndIdentification($transferInformation['endToEndId']);
|
68 |
-
} else {
|
69 |
-
$transfer->setEndToEndIdentification(
|
70 |
-
$this->payments[$paymentName]->getId() . count($this->payments[$paymentName]->getTransfers())
|
71 |
-
);
|
72 |
-
}
|
73 |
-
|
74 |
-
$this->payments[$paymentName]->addTransfer($transfer);
|
75 |
-
|
76 |
-
return $transfer;
|
77 |
-
}
|
78 |
-
|
79 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/gateways/direct-debit/libraries/php-sepa-xml/TransferInformation/CustomerCreditTransferInformation.php
DELETED
@@ -1,51 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* SEPA file generator.
|
4 |
-
*
|
5 |
-
* @copyright © Digitick <www.digitick.net> 2012-2013
|
6 |
-
* @copyright © Blage <www.blage.net> 2013
|
7 |
-
* @license GNU Lesser General Public License v3.0
|
8 |
-
*
|
9 |
-
* This program is free software: you can redistribute it and/or modify
|
10 |
-
* it under the terms of the GNU General Lesser Public License as
|
11 |
-
* published by the Free Software Foundation, either version 3 of the
|
12 |
-
* License, or (at your option) any later version.
|
13 |
-
*
|
14 |
-
* This program is distributed in the hope that it will be useful,
|
15 |
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
16 |
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
17 |
-
* GNU General Public License for more details.
|
18 |
-
*
|
19 |
-
* You should have received a copy of the GNU Lesser General Public License
|
20 |
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
21 |
-
*/
|
22 |
-
|
23 |
-
namespace Digitick\Sepa\TransferInformation;
|
24 |
-
|
25 |
-
class CustomerCreditTransferInformation extends BaseTransferInformation
|
26 |
-
{
|
27 |
-
/**
|
28 |
-
* @param string $amount
|
29 |
-
* @param string $iban
|
30 |
-
* @param string $name
|
31 |
-
* @param string $identification
|
32 |
-
*/
|
33 |
-
public function __construct($amount, $iban, $name, $identification = null)
|
34 |
-
{
|
35 |
-
parent::__construct($amount, $iban, $name);
|
36 |
-
|
37 |
-
if (null === $identification) {
|
38 |
-
$identification = $name;
|
39 |
-
}
|
40 |
-
|
41 |
-
$this->setEndToEndIdentification($identification);
|
42 |
-
}
|
43 |
-
|
44 |
-
/**
|
45 |
-
* @return string
|
46 |
-
*/
|
47 |
-
public function getCreditorName()
|
48 |
-
{
|
49 |
-
return $this->name;
|
50 |
-
}
|
51 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/gateways/direct-debit/libraries/php-sepa-xml/Util/StringHelper.php
DELETED
@@ -1,54 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* SEPA file generator.
|
4 |
-
*
|
5 |
-
* @copyright © Digitick <www.digitick.net> 2012-2013
|
6 |
-
* @copyright © Blage <www.blage.net> 2013
|
7 |
-
* @license GNU Lesser General Public License v3.0
|
8 |
-
*
|
9 |
-
* This program is free software: you can redistribute it and/or modify
|
10 |
-
* it under the terms of the GNU General Lesser Public License as
|
11 |
-
* published by the Free Software Foundation, either version 3 of the
|
12 |
-
* License, or (at your option) any later version.
|
13 |
-
*
|
14 |
-
* This program is distributed in the hope that it will be useful,
|
15 |
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
16 |
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
17 |
-
* GNU General Public License for more details.
|
18 |
-
*
|
19 |
-
* You should have received a copy of the GNU Lesser General Public License
|
20 |
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
21 |
-
*/
|
22 |
-
|
23 |
-
namespace Digitick\Sepa\Util;
|
24 |
-
|
25 |
-
class StringHelper
|
26 |
-
{
|
27 |
-
/**
|
28 |
-
* @param string $inputString
|
29 |
-
* @return string
|
30 |
-
*/
|
31 |
-
public static function sanitizeString($inputString)
|
32 |
-
{
|
33 |
-
$map = array(
|
34 |
-
// German
|
35 |
-
'Ä' => 'Ae', 'Ö' => 'Oe', 'Ü' => 'Ue', 'ä' => 'ae', 'ö' => 'oe', 'ü' => 'ue', 'ß' => 'ss',
|
36 |
-
// others
|
37 |
-
'À' => 'A', 'Á' => 'A', 'Â' => 'A', 'Ã' => 'A', 'Å' => 'A', 'Ă' => 'A', 'Æ' => 'A',
|
38 |
-
'Þ' => 'B', 'Ç' => 'C', 'È' => 'E', 'É' => 'E', 'Ê' => 'E', 'Ë' => 'E',
|
39 |
-
'Ì' => 'I', 'Í' => 'I', 'Î' => 'I', 'Ï' => 'I',
|
40 |
-
'Ñ' => 'N', 'Ń' => 'N', 'Ò' => 'O', 'Ó' => 'O', 'Ô' => 'O', 'Õ' => 'O', 'Ø' => 'O',
|
41 |
-
'Š' => 'S', 'Ș' => 'S', 'Ț' => 'T',
|
42 |
-
'Ù' => 'U', 'Ú' => 'U', 'Û' => 'U', 'Ý' => 'Y',
|
43 |
-
'à' => 'a', 'á' => 'a', 'â' => 'a', 'ã' => 'a', 'å' => 'a', 'ă' => 'a', 'æ' => 'a',
|
44 |
-
'þ' => 'b', 'ç' => 'c', 'è' => 'e', 'é' => 'e', 'ê' => 'e', 'ë' => 'e', 'ƒ' => 'f',
|
45 |
-
'ì' => 'i', 'í' => 'i', 'î' => 'i', 'ï' => 'i',
|
46 |
-
'ñ' => 'n', 'ń' => 'n', 'ò' => 'o', 'ó' => 'o', 'ô' => 'o', 'õ' => 'o', 'ø' => 'o', 'ð' => 'o',
|
47 |
-
'ș' => 's', 'š' => 's', 'ț' => 't',
|
48 |
-
'ù' => 'u', 'ú' => 'u', 'û' => 'u', 'ý' => 'y', 'ÿ' => 'y',
|
49 |
-
'Ð' => 'Dj','Ž' => 'Z', 'ž' => 'z',
|
50 |
-
);
|
51 |
-
|
52 |
-
return strtr($inputString, $map);
|
53 |
-
}
|
54 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/import/class-wc-gzd-product-import.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
class WC_GZD_Product_Import {
|
4 |
|
5 |
public $columns = array();
|
@@ -67,18 +69,23 @@ class WC_GZD_Product_Import {
|
|
67 |
*/
|
68 |
return apply_filters( 'woocommerce_gzd_product_import_formatting_callbacks', array(
|
69 |
'mini_desc' => 'wp_filter_post_kses',
|
|
|
70 |
'unit_price_regular' => 'wc_format_decimal',
|
71 |
'unit_price_sale' => 'wc_format_decimal',
|
72 |
'unit_base' => 'wc_format_decimal',
|
73 |
'unit_product' => 'wc_format_decimal',
|
74 |
'unit_price_auto' => array( $this, 'parse_bool_str' ),
|
75 |
'service' => array( $this, 'parse_bool_str' ),
|
|
|
|
|
76 |
'differential_taxation' => array( $this, 'parse_bool_str' ),
|
77 |
'free_shipping' => array( $this, 'parse_bool_str' ),
|
78 |
'delivery_time' => array( $this, 'parse_delivery_time' ),
|
|
|
79 |
'sale_price_label' => array( $this, 'parse_sale_price_label' ),
|
80 |
'sale_price_regular_label' => array( $this, 'parse_sale_price_label' ),
|
81 |
'unit' => array( $this, 'parse_unit' ),
|
|
|
82 |
) );
|
83 |
}
|
84 |
|
@@ -209,6 +216,14 @@ class WC_GZD_Product_Import {
|
|
209 |
return $this->parse_term( $name, 'product_delivery_time' );
|
210 |
}
|
211 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
public function parse_term( $name, $taxonomy, $output = 'term_id' ) {
|
213 |
$term = get_term_by( 'name', $name, $taxonomy );
|
214 |
|
1 |
<?php
|
2 |
|
3 |
+
defined( 'ABSPATH' ) || exit;
|
4 |
+
|
5 |
class WC_GZD_Product_Import {
|
6 |
|
7 |
public $columns = array();
|
69 |
*/
|
70 |
return apply_filters( 'woocommerce_gzd_product_import_formatting_callbacks', array(
|
71 |
'mini_desc' => 'wp_filter_post_kses',
|
72 |
+
'defect_description' => 'wp_filter_post_kses',
|
73 |
'unit_price_regular' => 'wc_format_decimal',
|
74 |
'unit_price_sale' => 'wc_format_decimal',
|
75 |
'unit_base' => 'wc_format_decimal',
|
76 |
'unit_product' => 'wc_format_decimal',
|
77 |
'unit_price_auto' => array( $this, 'parse_bool_str' ),
|
78 |
'service' => array( $this, 'parse_bool_str' ),
|
79 |
+
'used_good' => array( $this, 'parse_bool_str' ),
|
80 |
+
'defective_copy' => array( $this, 'parse_bool_str' ),
|
81 |
'differential_taxation' => array( $this, 'parse_bool_str' ),
|
82 |
'free_shipping' => array( $this, 'parse_bool_str' ),
|
83 |
'delivery_time' => array( $this, 'parse_delivery_time' ),
|
84 |
+
'min_age' => array( $this, 'parse_min_age' ),
|
85 |
'sale_price_label' => array( $this, 'parse_sale_price_label' ),
|
86 |
'sale_price_regular_label' => array( $this, 'parse_sale_price_label' ),
|
87 |
'unit' => array( $this, 'parse_unit' ),
|
88 |
+
'warranty_attachment_id' => 'absint',
|
89 |
) );
|
90 |
}
|
91 |
|
216 |
return $this->parse_term( $name, 'product_delivery_time' );
|
217 |
}
|
218 |
|
219 |
+
public function parse_min_age( $min_age ) {
|
220 |
+
if ( array_key_exists( (int) $min_age, wc_gzd_get_age_verification_min_ages() ) ) {
|
221 |
+
return (int) $min_age;
|
222 |
+
}
|
223 |
+
|
224 |
+
return '';
|
225 |
+
}
|
226 |
+
|
227 |
public function parse_term( $name, $taxonomy, $output = 'term_id' ) {
|
228 |
$term = get_term_by( 'name', $name, $taxonomy );
|
229 |
|
includes/libraries/iban/php-iban.php
DELETED
@@ -1,486 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
# PHP IBAN - http://code.google.com/p/php-iban - LGPLv3
|
4 |
-
|
5 |
-
# Global flag by request
|
6 |
-
$__disable_iiban_gmp_extension=false;
|
7 |
-
|
8 |
-
# Verify an IBAN number. Returns true or false.
|
9 |
-
# NOTE: Input can be printed 'IIBAN xx xx xx...' or 'IBAN xx xx xx...' or machine 'xxxxx' format.
|
10 |
-
function verify_iban($iban) {
|
11 |
-
|
12 |
-
# First convert to machine format.
|
13 |
-
$iban = iban_to_machine_format($iban);
|
14 |
-
|
15 |
-
# Get country of IBAN
|
16 |
-
$country = iban_get_country_part($iban);
|
17 |
-
|
18 |
-
# Test length of IBAN
|
19 |
-
if(strlen($iban)!=iban_country_get_iban_length($country)) { return false; }
|
20 |
-
|
21 |
-
# Get checksum of IBAN
|
22 |
-
$checksum = iban_get_checksum_part($iban);
|
23 |
-
|
24 |
-
# Get country-specific IBAN format regex
|
25 |
-
$regex = '/'.iban_country_get_iban_format_regex($country).'/';
|
26 |
-
|
27 |
-
# Check regex
|
28 |
-
if(preg_match($regex,$iban)) {
|
29 |
-
# Regex passed, check checksum
|
30 |
-
if(!iban_verify_checksum($iban)) {
|
31 |
-
return false;
|
32 |
-
}
|
33 |
-
}
|
34 |
-
else {
|
35 |
-
return false;
|
36 |
-
}
|
37 |
-
|
38 |
-
# Otherwise it 'could' exist
|
39 |
-
return true;
|
40 |
-
}
|
41 |
-
|
42 |
-
# Convert an IBAN to machine format. To do this, we
|
43 |
-
# remove IBAN from the start, if present, and remove
|
44 |
-
# non basic roman letter / digit characters
|
45 |
-
function iban_to_machine_format($iban) {
|
46 |
-
# Uppercase and trim spaces from left
|
47 |
-
$iban = ltrim(strtoupper($iban));
|
48 |
-
# Remove IIBAN or IBAN from start of string, if present
|
49 |
-
$iban = preg_replace('/^I?IBAN/','',$iban);
|
50 |
-
# Remove all non basic roman letter / digit characters
|
51 |
-
$iban = preg_replace('/[^a-zA-Z0-9]/','',$iban);
|
52 |
-
return $iban;
|
53 |
-
}
|
54 |
-
|
55 |
-
# Convert an IBAN to human format. To do this, we
|
56 |
-
# simply insert spaces right now, as per the ECBS
|
57 |
-
# (European Committee for Banking Standards)
|
58 |
-
# recommendations available at:
|
59 |
-
# http://www.europeanpaymentscouncil.eu/knowledge_bank_download.cfm?file=ECBS%20standard%20implementation%20guidelines%20SIG203V3.2.pdf
|
60 |
-
function iban_to_human_format($iban) {
|
61 |
-
# First verify validity, or return
|
62 |
-
if(!verify_iban($iban)) { return false; }
|
63 |
-
# Add spaces every four characters
|
64 |
-
$human_iban = '';
|
65 |
-
for($i=0;$i<strlen($iban);$i++) {
|
66 |
-
$human_iban .= substr($iban,$i,1);
|
67 |
-
if(($i>0) && (($i+1)%4==0)) { $human_iban .= ' '; }
|
68 |
-
}
|
69 |
-
return $human_iban;
|
70 |
-
}
|
71 |
-
|
72 |
-
# Get the country part from an IBAN
|
73 |
-
function iban_get_country_part($iban) {
|
74 |
-
$iban = iban_to_machine_format($iban);
|
75 |
-
return substr($iban,0,2);
|
76 |
-
}
|
77 |
-
|
78 |
-
# Get the checksum part from an IBAN
|
79 |
-
function iban_get_checksum_part($iban) {
|
80 |
-
$iban = iban_to_machine_format($iban);
|
81 |
-
return substr($iban,2,2);
|
82 |
-
}
|
83 |
-
|
84 |
-
# Get the BBAN part from an IBAN
|
85 |
-
function iban_get_bban_part($iban) {
|
86 |
-
$iban = iban_to_machine_format($iban);
|
87 |
-
return substr($iban,4);
|
88 |
-
}
|
89 |
-
|
90 |
-
# Check the checksum of an IBAN - code modified from Validate_Finance PEAR class
|
91 |
-
function iban_verify_checksum($iban) {
|
92 |
-
# convert to machine format
|
93 |
-
$iban = iban_to_machine_format($iban);
|
94 |
-
# move first 4 chars (countrycode and checksum) to the end of the string
|
95 |
-
$tempiban = substr($iban, 4).substr($iban, 0, 4);
|
96 |
-
# subsitutute chars
|
97 |
-
$tempiban = iban_checksum_string_replace($tempiban);
|
98 |
-
# mod97-10
|
99 |
-
$result = iban_mod97_10($tempiban);
|
100 |
-
# checkvalue of 1 indicates correct IBAN checksum
|
101 |
-
if ($result != 1) {
|
102 |
-
return false;
|
103 |
-
}
|
104 |
-
return true;
|
105 |
-
}
|
106 |
-
|
107 |
-
# Find the correct checksum for an IBAN
|
108 |
-
# $iban The IBAN whose checksum should be calculated
|
109 |
-
function iban_find_checksum($iban) {
|
110 |
-
$iban = iban_to_machine_format($iban);
|
111 |
-
# move first 4 chars to right
|
112 |
-
$left = substr($iban,0,2) . '00'; # but set right-most 2 (checksum) to '00'
|
113 |
-
$right = substr($iban,4);
|
114 |
-
# glue back together
|
115 |
-
$tmp = $right . $left;
|
116 |
-
# convert letters using conversion table
|
117 |
-
$tmp = iban_checksum_string_replace($tmp);
|
118 |
-
# get mod97-10 output
|
119 |
-
$checksum = iban_mod97_10_checksum($tmp);
|
120 |
-
# return 98 minus the mod97-10 output, left zero padded to two digits
|
121 |
-
return str_pad((98-$checksum),2,'0',STR_PAD_LEFT);
|
122 |
-
}
|
123 |
-
|
124 |
-
# Set the correct checksum for an IBAN
|
125 |
-
# $iban IBAN whose checksum should be set
|
126 |
-
function iban_set_checksum($iban) {
|
127 |
-
$iban = iban_to_machine_format($iban);
|
128 |
-
return substr($iban,0,2) . iban_find_checksum($iban) . substr($iban,4);
|
129 |
-
}
|
130 |
-
|
131 |
-
# Character substitution required for IBAN MOD97-10 checksum validation/generation
|
132 |
-
# $s Input string (IBAN)
|
133 |
-
function iban_checksum_string_replace($s) {
|
134 |
-
$iban_replace_chars = range('A','Z');
|
135 |
-
foreach (range(10,35) as $tempvalue) { $iban_replace_values[]=strval($tempvalue); }
|
136 |
-
return str_replace($iban_replace_chars,$iban_replace_values,$s);
|
137 |
-
}
|
138 |
-
|
139 |
-
# Same as below but actually returns resulting checksum
|
140 |
-
function iban_mod97_10_checksum($numeric_representation) {
|
141 |
-
$checksum = intval(substr($numeric_representation, 0, 1));
|
142 |
-
for ($position = 1; $position < strlen($numeric_representation); $position++) {
|
143 |
-
$checksum *= 10;
|
144 |
-
$checksum += intval(substr($numeric_representation,$position,1));
|
145 |
-
$checksum %= 97;
|
146 |
-
}
|
147 |
-
return $checksum;
|
148 |
-
}
|
149 |
-
|
150 |
-
# Perform MOD97-10 checksum calculation ('Germanic-level effiency' version - thanks Chris!)
|
151 |
-
function iban_mod97_10($numeric_representation) {
|
152 |
-
global $__disable_iiban_gmp_extension;
|
153 |
-
# prefer php5 gmp extension if available
|
154 |
-
if(!($__disable_iiban_gmp_extension) && function_exists('gmp_intval')) { return gmp_intval(gmp_mod(gmp_init($numeric_representation, 10),'97')) === 1; }
|
155 |
-
|
156 |
-
/*
|
157 |
-
# old manual processing (~16x slower)
|
158 |
-
$checksum = intval(substr($numeric_representation, 0, 1));
|
159 |
-
for ($position = 1; $position < strlen($numeric_representation); $position++) {
|
160 |
-
$checksum *= 10;
|
161 |
-
$checksum += intval(substr($numeric_representation,$position,1));
|
162 |
-
$checksum %= 97;
|
163 |
-
}
|
164 |
-
return $checksum;
|
165 |
-
*/
|
166 |
-
|
167 |
-
# new manual processing (~3x slower)
|
168 |
-
$length = strlen($numeric_representation);
|
169 |
-
$rest = "";
|
170 |
-
$position = 0;
|
171 |
-
while ($position < $length) {
|
172 |
-
$value = 9-strlen($rest);
|
173 |
-
$n = $rest . substr($numeric_representation,$position,$value);
|
174 |
-
$rest = $n % 97;
|
175 |
-
$position = $position + $value;
|
176 |
-
}
|
177 |
-
return ($rest === 1);
|
178 |
-
}
|
179 |
-
|
180 |
-
# Get an array of all the parts from an IBAN
|
181 |
-
function iban_get_parts($iban) {
|
182 |
-
return array(
|
183 |
-
'country' => iban_get_country_part($iban),
|
184 |
-
'checksum' => iban_get_checksum_part($iban),
|
185 |
-
'bban' => iban_get_bban_part($iban),
|
186 |
-
'bank' => iban_get_bank_part($iban),
|
187 |
-
'country' => iban_get_country_part($iban),
|
188 |
-
'branch' => iban_get_branch_part($iban),
|
189 |
-
'account' => iban_get_account_part($iban)
|
190 |
-
);
|
191 |
-
}
|
192 |
-
|
193 |
-
# Get the Bank ID (institution code) from an IBAN
|
194 |
-
function iban_get_bank_part($iban) {
|
195 |
-
$iban = iban_to_machine_format($iban);
|
196 |
-
$country = iban_get_country_part($iban);
|
197 |
-
$start = iban_country_get_bankid_start_offset($country);
|
198 |
-
$stop = iban_country_get_bankid_stop_offset($country);
|
199 |
-
if($start!=''&&$stop!='') {
|
200 |
-
$bban = iban_get_bban_part($iban);
|
201 |
-
return substr($bban,$start,($stop-$start+1));
|
202 |
-
}
|
203 |
-
return '';
|
204 |
-
}
|
205 |
-
|
206 |
-
# Get the Branch ID (sort code) from an IBAN
|
207 |
-
function iban_get_branch_part($iban) {
|
208 |
-
$iban = iban_to_machine_format($iban);
|
209 |
-
$country = iban_get_country_part($iban);
|
210 |
-
$start = iban_country_get_branchid_start_offset($country);
|
211 |
-
$stop = iban_country_get_branchid_stop_offset($country);
|
212 |
-
if($start!=''&&$stop!='') {
|
213 |
-
$bban = iban_get_bban_part($iban);
|
214 |
-
return substr($bban,$start,($stop-$start+1));
|
215 |
-
}
|
216 |
-
return '';
|
217 |
-
}
|
218 |
-
|
219 |
-
# Get the (branch-local) account ID from an IBAN
|
220 |
-
function iban_get_account_part($iban) {
|
221 |
-
$iban = iban_to_machine_format($iban);
|
222 |
-
$country = iban_get_country_part($iban);
|
223 |
-
$start = iban_country_get_branchid_stop_offset($country);
|
224 |
-
if($start=='') {
|
225 |
-
$start = iban_country_get_bankid_stop_offset($country);
|
226 |
-
}
|
227 |
-
if($start!='') {
|
228 |
-
$bban = iban_get_bban_part($iban);
|
229 |
-
return substr($bban,$start+1);
|
230 |
-
}
|
231 |
-
return '';
|
232 |
-
}
|
233 |
-
|
234 |
-
# Get the name of an IBAN country
|
235 |
-
function iban_country_get_country_name($iban_country) {
|
236 |
-
return _iban_country_get_info($iban_country,'country_name');
|
237 |
-
}
|
238 |
-
|
239 |
-
# Get the domestic example for an IBAN country
|
240 |
-
function iban_country_get_domestic_example($iban_country) {
|
241 |
-
return _iban_country_get_info($iban_country,'domestic_example');
|
242 |
-
}
|
243 |
-
|
244 |
-
# Get the BBAN example for an IBAN country
|
245 |
-
function iban_country_get_bban_example($iban_country) {
|
246 |
-
return _iban_country_get_info($iban_country,'bban_example');
|
247 |
-
}
|
248 |
-
|
249 |
-
# Get the BBAN format (in SWIFT format) for an IBAN country
|
250 |
-
function iban_country_get_bban_format_swift($iban_country) {
|
251 |
-
return _iban_country_get_info($iban_country,'bban_format_swift');
|
252 |
-
}
|
253 |
-
|
254 |
-
# Get the BBAN format (as a regular expression) for an IBAN country
|
255 |
-
function iban_country_get_bban_format_regex($iban_country) {
|
256 |
-
return _iban_country_get_info($iban_country,'bban_format_regex');
|
257 |
-
}
|
258 |
-
|
259 |
-
# Get the BBAN length for an IBAN country
|
260 |
-
function iban_country_get_bban_length($iban_country) {
|
261 |
-
return _iban_country_get_info($iban_country,'bban_length');
|
262 |
-
}
|
263 |
-
|
264 |
-
# Get the IBAN example for an IBAN country
|
265 |
-
function iban_country_get_iban_example($iban_country) {
|
266 |
-
return _iban_country_get_info($iban_country,'iban_example');
|
267 |
-
}
|
268 |
-
|
269 |
-
# Get the IBAN format (in SWIFT format) for an IBAN country
|
270 |
-
function iban_country_get_iban_format_swift($iban_country) {
|
271 |
-
return _iban_country_get_info($iban_country,'iban_format_swift');
|
272 |
-
}
|
273 |
-
|
274 |
-
# Get the IBAN format (as a regular expression) for an IBAN country
|
275 |
-
function iban_country_get_iban_format_regex($iban_country) {
|
276 |
-
return _iban_country_get_info($iban_country,'iban_format_regex');
|
277 |
-
}
|
278 |
-
|
279 |
-
# Get the IBAN length for an IBAN country
|
280 |
-
function iban_country_get_iban_length($iban_country) {
|
281 |
-
return _iban_country_get_info($iban_country,'iban_length');
|
282 |
-
}
|
283 |
-
|
284 |
-
# Get the BBAN Bank ID start offset for an IBAN country
|
285 |
-
function iban_country_get_bankid_start_offset($iban_country) {
|
286 |
-
return _iban_country_get_info($iban_country,'bban_bankid_start_offset');
|
287 |
-
}
|
288 |
-
|
289 |
-
# Get the BBAN Bank ID stop offset for an IBAN country
|
290 |
-
function iban_country_get_bankid_stop_offset($iban_country) {
|
291 |
-
return _iban_country_get_info($iban_country,'bban_bankid_stop_offset');
|
292 |
-
}
|
293 |
-
|
294 |
-
# Get the BBAN Branch ID start offset for an IBAN country
|
295 |
-
function iban_country_get_branchid_start_offset($iban_country) {
|
296 |
-
return _iban_country_get_info($iban_country,'bban_branchid_start_offset');
|
297 |
-
}
|
298 |
-
|
299 |
-
# Get the BBAN Branch ID stop offset for an IBAN country
|
300 |
-
function iban_country_get_branchid_stop_offset($iban_country) {
|
301 |
-
return _iban_country_get_info($iban_country,'bban_branchid_stop_offset');
|
302 |
-
}
|
303 |
-
|
304 |
-
# Get the registry edition for an IBAN country
|
305 |
-
function iban_country_get_registry_edition($iban_country) {
|
306 |
-
return _iban_country_get_info($iban_country,'registry_edition');
|
307 |
-
}
|
308 |
-
|
309 |
-
# Is the IBAN country a SEPA member?
|
310 |
-
function iban_country_is_sepa($iban_country) {
|
311 |
-
return _iban_country_get_info($iban_country,'country_sepa');
|
312 |
-
}
|
313 |
-
|
314 |
-
# Get the list of all IBAN countries
|
315 |
-
function iban_countries() {
|
316 |
-
global $_iban_registry;
|
317 |
-
return array_keys($_iban_registry);
|
318 |
-
}
|
319 |
-
|
320 |
-
# Given an incorrect IBAN, return an array of zero or more checksum-valid
|
321 |
-
# suggestions for what the user might have meant, based upon common
|
322 |
-
# mistranscriptions.
|
323 |
-
function iban_mistranscription_suggestions($incorrect_iban) {
|
324 |
-
|
325 |
-
# abort on ridiculous length input (but be liberal)
|
326 |
-
$length = strlen($incorrect_iban);
|
327 |
-
if($length<5 || $length>34) { return array('(length bad)'); }
|
328 |
-
|
329 |
-
# abort if mistranscriptions data is unable to load
|
330 |
-
if(!_iban_load_mistranscriptions()) { return array('(failed to load)'); }
|
331 |
-
|
332 |
-
# init
|
333 |
-
global $_iban_mistranscriptions;
|
334 |
-
$suggestions = array();
|
335 |
-
|
336 |
-
# we have a string of approximately IBAN-like length.
|
337 |
-
# ... now let's make suggestions.
|
338 |
-
$numbers = array('0','1','2','3','4','5','6','7','8','9');
|
339 |
-
for($i=0;$i<$length;$i++) {
|
340 |
-
# get the character at this position
|
341 |
-
$character = substr($incorrect_iban,$i,1);
|
342 |
-
# for each known transcription error resulting in this character
|
343 |
-
foreach($_iban_mistranscriptions[$character] as $possible_origin) {
|
344 |
-
# if we're:
|
345 |
-
# - in the first 2 characters (country) and the possible replacement
|
346 |
-
# is a letter
|
347 |
-
# - in the 3rd or 4th characters (checksum) and the possible
|
348 |
-
# replacement is a number
|
349 |
-
# - later in the string
|
350 |
-
if(($i<2 && !in_array($possible_origin,$numbers)) ||
|
351 |
-
($i>=2 && $i<=3 && in_array($possible_origin,$numbers)) ||
|
352 |
-
$i>3) {
|
353 |
-
# construct a possible IBAN using this possible origin for the
|
354 |
-
# mistranscribed character, replaced at this position only
|
355 |
-
$possible_iban = substr($incorrect_iban,0,$i) . $possible_origin . substr($incorrect_iban,$i+1);
|
356 |
-
# if the checksum passes, return it as a possibility
|
357 |
-
if(verify_iban($possible_iban)) {
|
358 |
-
array_push($suggestions,$possible_iban);
|
359 |
-
}
|
360 |
-
}
|
361 |
-
}
|
362 |
-
}
|
363 |
-
|
364 |
-
# now we check for the type of mistransposition case where all of
|
365 |
-
# the characters of a certain type within a string were mistransposed.
|
366 |
-
# - first generate a character frequency table
|
367 |
-
$char_freqs = array();
|
368 |
-
for($i=0;$i<strlen($incorrect_iban);$i++) {
|
369 |
-
if(!isset($char_freqs[substr($incorrect_iban,$i,1)])) {
|
370 |
-
$char_freqs[substr($incorrect_iban,$i,1)] = 1;
|
371 |
-
}
|
372 |
-
else {
|
373 |
-
$char_freqs[substr($incorrect_iban,$i,1)]++;
|
374 |
-
}
|
375 |
-
}
|
376 |
-
# - now, for each of the characters in the string...
|
377 |
-
foreach($char_freqs as $char=>$freq) {
|
378 |
-
# if the character occurs more than once
|
379 |
-
if($freq>1) {
|
380 |
-
# check the 'all occurrences of <char> were mistranscribed' case
|
381 |
-
foreach($_iban_mistranscriptions[$char] as $possible_origin) {
|
382 |
-
$possible_iban = str_replace($char,$possible_origin,$incorrect_iban);
|
383 |
-
if(verify_iban($possible_iban)) {
|
384 |
-
array_push($suggestions,$possible_iban);
|
385 |
-
}
|
386 |
-
}
|
387 |
-
}
|
388 |
-
}
|
389 |
-
|
390 |
-
return $suggestions;
|
391 |
-
}
|
392 |
-
|
393 |
-
|
394 |
-
##### internal use functions - safe to ignore ######
|
395 |
-
|
396 |
-
# Load the IBAN registry from disk.
|
397 |
-
global $_iban_registry;
|
398 |
-
$_iban_registry = array();
|
399 |
-
_iban_load_registry();
|
400 |
-
function _iban_load_registry() {
|
401 |
-
global $_iban_registry;
|
402 |
-
# if the registry is not yet loaded, or has been corrupted, reload
|
403 |
-
if(!is_array($_iban_registry) || count($_iban_registry)<1) {
|
404 |
-
$data = file_get_contents(dirname(__FILE__) . '/registry.txt');
|
405 |
-
$lines = explode("\n",$data);
|
406 |
-
array_shift($lines); # drop leading description line
|
407 |
-
# loop through lines
|
408 |
-
foreach($lines as $line) {
|
409 |
-
if($line!='') {
|
410 |
-
# split to fields
|
411 |
-
$old_display_errors_value = ini_get('display_errors');
|
412 |
-
ini_set('display_errors',false);
|
413 |
-
$old_error_reporting_value = ini_get('error_reporting');
|
414 |
-
ini_set('error_reporting',false);
|
415 |
-
list($country,$country_name,$domestic_example,$bban_example,$bban_format_swift,$bban_format_regex,$bban_length,$iban_example,$iban_format_swift,$iban_format_regex,$iban_length,$bban_bankid_start_offset,$bban_bankid_stop_offset,$bban_branchid_start_offset,$bban_branchid_stop_offset,$registry_edition,$country_sepa) = explode('|',$line);
|
416 |
-
ini_set('display_errors',$old_display_errors_value);
|
417 |
-
ini_set('error_reporting',$old_error_reporting_value);
|
418 |
-
# assign to registry
|
419 |
-
$_iban_registry[$country] = array(
|
420 |
-
'country' => $country,
|
421 |
-
'country_name' => $country_name,
|
422 |
-
'country_sepa' => $country_sepa,
|
423 |
-
'domestic_example' => $domestic_example,
|
424 |
-
'bban_example' => $bban_example,
|
425 |
-
'bban_format_swift' => $bban_format_swift,
|
426 |
-
'bban_format_regex' => $bban_format_regex,
|
427 |
-
'bban_length' => $bban_length,
|
428 |
-
'iban_example' => $iban_example,
|
429 |
-
'iban_format_swift' => $iban_format_swift,
|
430 |
-
'iban_format_regex' => $iban_format_regex,
|
431 |
-
'iban_length' => $iban_length,
|
432 |
-
'bban_bankid_start_offset' => $bban_bankid_start_offset,
|
433 |
-
'bban_bankid_stop_offset' => $bban_bankid_stop_offset,
|
434 |
-
'bban_branchid_start_offset' => $bban_branchid_start_offset,
|
435 |
-
'bban_branchid_stop_offset' => $bban_branchid_stop_offset,
|
436 |
-
'registry_edition' => $registry_edition
|
437 |
-
);
|
438 |
-
}
|
439 |
-
}
|
440 |
-
}
|
441 |
-
}
|
442 |
-
|
443 |
-
# Get information from the IBAN registry by example IBAN / code combination
|
444 |
-
function _iban_get_info($iban,$code) {
|
445 |
-
$country = iban_get_country_part($iban);
|
446 |
-
return _iban_country_get_info($country,$code);
|
447 |
-
}
|
448 |
-
|
449 |
-
# Get information from the IBAN registry by country / code combination
|
450 |
-
function _iban_country_get_info($country,$code) {
|
451 |
-
global $_iban_registry;
|
452 |
-
$country = strtoupper($country);
|
453 |
-
$code = strtolower($code);
|
454 |
-
if(array_key_exists($country,$_iban_registry)) {
|
455 |
-
if(array_key_exists($code,$_iban_registry[$country])) {
|
456 |
-
return $_iban_registry[$country][$code];
|
457 |
-
}
|
458 |
-
}
|
459 |
-
return false;
|
460 |
-
}
|
461 |
-
|
462 |
-
# Load common mistranscriptions from disk.
|
463 |
-
function _iban_load_mistranscriptions() {
|
464 |
-
global $_iban_mistranscriptions;
|
465 |
-
# do not reload if already present
|
466 |
-
if(is_array($_iban_mistranscriptions) && count($_iban_mistranscriptions) == 36) { return true; }
|
467 |
-
$_iban_mistranscriptions = array();
|
468 |
-
$file = dirname(__FILE__) . '/mistranscriptions.txt';
|
469 |
-
if(!file_exists($file) || !is_readable($file)) { return false; }
|
470 |
-
$data = file_get_contents($file);
|
471 |
-
$lines = explode("\n",$data);
|
472 |
-
foreach($lines as $line) {
|
473 |
-
# match lines with ' c-<x> = <something>' where x is a word-like character
|
474 |
-
if(preg_match('/^ *c-(\w) = (.*?)$/',$line,$matches)) {
|
475 |
-
# normalize the character to upper case
|
476 |
-
$character = strtoupper($matches[1]);
|
477 |
-
# break the possible origins list at '/', strip quotes & spaces
|
478 |
-
$chars = explode(' ',str_replace('"','',preg_replace('/ *?\/ *?/','',$matches[2])));
|
479 |
-
# assign as possible mistranscriptions for that character
|
480 |
-
$_iban_mistranscriptions[$character] = $chars;
|
481 |
-
}
|
482 |
-
}
|
483 |
-
return true;
|
484 |
-
}
|
485 |
-
|
486 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/libraries/iban/registry.txt
DELETED
@@ -1,81 +0,0 @@
|
|
1 |
-
country_code|country_name|domestic_example|bban_example|bban_format_swift|bban_format_regex|bban_length|iban_example|iban_format_swift|iban_format_regex|iban_length|bban_bankid_start_offset|bban_bankid_stop_offset|bban_branchid_start_offset|bban_branchid_stop_offset|registry_edition|country_sepa
|
2 |
-
AA|IIBAN (Internet)|0011123Z5678|0011123Z5678|12!a|^[A-Z0-9]{12}$|12|AA120011123Z5678|AA2!n12!a|^AA(\d{2})([A-Z0-9]{12})$|16|0|3|||N/A|0
|
3 |
-
AL|Albania|0000000235698741|212110090000000235698741|8!n16!c|^(\d{8})([A-Za-z0-9]{16})$|24|AL47212110090000000235698741|AL2!n8!n16!c|^AL(\d{2})(\d{8})([A-Za-z0-9]{16})$|28|0|2|3|6|2011-06-20|0
|
4 |
-
AD|Andorra|2030200359100100|00012030200359100100|4!n4!n12!c|^(\d{4})(\d{4})([A-Za-z0-9]{12})$|20|AD1200012030200359100100|AD2!n4!n4!n12!c|^AD(\d{2})(\d{4})(\d{4})([A-Za-z0-9]{12})$|24|0|3|4|7|2011-06-20|0
|
5 |
-
AT|Austria|19043-234573201|1904300234573201|5!n11!n|^(\d{5})(\d{11})$|16|AT611904300234573201|AT2!n5!n11!n|^AT(\d{2})(\d{5})(\d{11})$|20|0|4|||2011-06-20|1
|
6 |
-
AX|Aland Islands|123456-785|12345600000785|6!n7!n1!n|^(\d{6})(\d{7})(\d{1})$|14|AX2112345600000785|AX2!n6!n7!n1!n|^AX(\d{2})(\d{6})(\d{7})(\d{1})$|18|0|2|||2013-09-05|1
|
7 |
-
AZ|Azerbaijan|NABZ00000000137010001944|NABZ00000000137010001944|4!a20!c|^([A-Z]{4})([A-Za-z0-9]{20})$|24|AZ21NABZ00000000137010001944|AZ2!n4!a20!c|^AZ(\d{2})([A-Z]{4})([A-Za-z0-9]{20})$|28|0|3|||2012-05-29|0
|
8 |
-
BH|Bahrain|00001299123456|BMAG00001299123456|4!a14!c|^([A-Z]{4})([A-Za-z0-9]{14})$|22|BH67BMAG00001299123456|BH2!n4!a14!c|^BH(\d{2})([A-Z]{4})([A-Za-z0-9]{14})$|22|0|3|||2012-05-29|0
|
9 |
-
BE|Belgium|539-0075470-34|539007547034|3!n7!n2!n|^(\d{3})(\d{7})(\d{2})$|12|BE68539007547034|BE2!n3!n7!n2!n|^BE(\d{2})(\d{3})(\d{7})(\d{2})$|16|0|2|||2011-06-20|1
|
10 |
-
BA|Bosnia and Herzegovina|199-044-00012002-79|1990440001200279|3!n3!n8!n2!n|^(\d{3})(\d{3})(\d{8})(\d{2})$|16|BA391290079401028494|BA2!n3!n3!n8!n2!n|^BA(\d{2})(\d{3})(\d{3})(\d{8})(\d{2})$|20|0|2|3|5|2011-06-20|0
|
11 |
-
BR|Brazil|0009795493C1|00360305000010009795493P1|8!n5!n10!n1!a1!c|^(\d{8})(\d{5})(\d{10})([A-Z]{1})([A-Za-z0-9]{1})$|25|BR2300360305000010009795493P1BR1800000000141455123924100C2|BR2!n8!n5!n10!n1!a1!c|^BR(\d{2})(\d{8})(\d{5})(\d{10})([A-Z]{1})([A-Za-z0-9]{1})$|29|0|7|8|12|2013-06-20|0
|
12 |
-
BG|Bulgaria|BNBG 9661 1020 3456 78|BNBG96611020345678|4!a4!n2!n8!c|^([A-Z]{4})(\d{4})(\d{2})([A-Za-z0-9]{8})$|18|BG80BNBG96611020345678|BG2!n4!a4!n2!n8!c|^BG(\d{2})([A-Z]{4})(\d{4})(\d{2})([A-Za-z0-9]{8})$|22|0|3|4|7|2011-06-20|1
|
13 |
-
CR|Costa Rica|1026284066|15202001026284066|3!n14!n|^(\d{3})(\d{14})$|7|CR91202001026284066|CR2!n3!n14!n|^CR(\d{2})(\d{3})(\d{14})$|21|0|2|||2012-05-29|0
|
14 |
-
HR|Croatia|1001005-1863000160|10010051863000160|7!n10!n|^(\d{7})(\d{10})$|17|HR1210010051863000160|HR2!n7!n10!n|^HR(\d{2})(\d{7})(\d{10})$|21|0|6|||2011-06-20|1
|
15 |
-
CY|Cyprus|1200527600|002001280000001200527600|3!n5!n16!c|^(\d{3})(\d{5})([A-Za-z0-9]{16})$|24|CY17002001280000001200527600|CY2!n3!n5!n16!c|^CY(\d{2})(\d{3})(\d{5})([A-Za-z0-9]{16})$|28|0|2|3|7|2011-06-20|1
|
16 |
-
CZ|Czech Republic|19-2000145399/0800|08000000192000145399|4!n6!n10!n|^(\d{4})(\d{6})(\d{10})$|20|CZ6508000000192000145399|CZ2!n4!n6!n10!n|^CZ(\d{2})(\d{4})(\d{6})(\d{10})$|24|0|3|4|9|2011-06-20|1
|
17 |
-
DK|Denmark|0040 0440116243, 6460 0001631634, 6471 0001000206|00400440116243, 64600001631634, 64710001000206|4!n9!n1!n|^(\d{4})(\d{9})(\d{1})$|14|DK5000400440116243|DK2!n4!n9!n1!n|^DK(\d{2})(\d{4})(\d{9})(\d{1})$|18|0|3|||2011-06-20|1
|
18 |
-
FO|Faroe Islands|0040 0440116243, 6460 0001631634, 6471 0001000206|00400440116243, 64600001631634, 64710001000206|4!n9!n1!n|^(\d{4})(\d{9})(\d{1})$|14|FO2000400440116243|FO2!n4!n9!n1!n|^FO(\d{2})(\d{4})(\d{9})(\d{1})$|18|0|3|||2011-06-20|0
|
19 |
-
GL|Greenland|0040 0440116243, 6460 0001631634, 6471 0001000206|00400440116243, 64600001631634, 64710001000206|4!n9!n1!n|^(\d{4})(\d{9})(\d{1})$|14|GL2000400440116243|GL2!n4!n9!n1!n|^GL(\d{2})(\d{4})(\d{9})(\d{1})$|18|0|3|||2011-06-20|0
|
20 |
-
DO|Dominican Republic|1212453611324|AGR00000001212453611324|4!c20!n|^([A-Za-z0-9]{4})(\d{20})$|24|DO28BAGR00000001212453611324|DO2!n4!c20!n|^DO(\d{2})([A-Za-z0-9]{4})(\d{20})$|28|0|3|||2011-06-20|0
|
21 |
-
EE|Estonia|221020145685|2200221020145685|2!n2!n11!n1!n|^(\d{2})(\d{2})(\d{11})(\d{1})$|16|EE382200221020145685|EE2!n2!n2!n11!n1!n|^EE(\d{2})(\d{2})(\d{2})(\d{11})(\d{1})$|20|0|1|||2011-06-20|1
|
22 |
-
FI|Finland|123456-785|12345600000785|6!n7!n1!n|^(\d{6})(\d{7})(\d{1})$|14|FI2112345600000785|FI2!n6!n7!n1!n|^FI(\d{2})(\d{6})(\d{7})(\d{1})$|18|0|2|||2013-08-05|1
|
23 |
-
FR|France|20041 01005 0500013M026 06|20041010050500013M02606|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|FR1420041010050500013M02606|FR2!n5!n5!n11!c2!n|^FR(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2013-08-28|1
|
24 |
-
BL|Saint Barthelemy|20041 01005 0500013M026 06|20041010050500013M02606|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|BL9820041010050500013M02606|BL2!n5!n5!n11!c2!n|^BL(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2013-02-08|0
|
25 |
-
GF|French Guyana|20041 01005 0500013M026 06|20041010050500013M02606|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|GF4120041010050500013M02606|GF2!n5!n5!n11!c2!n|^GF(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2013-08-28|1
|
26 |
-
GP|Guadelope|20041 01005 0500013M026 06|20041010050500013M02606|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|GP1120041010050500013M02606|GP2!n5!n5!n11!c2!n|^GP(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2013-08-28|1
|
27 |
-
MF|Saint Martin (French Part)|20041 01005 0500013M026 06|20041010050500013M02606|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|MF9820041010050500013M02606|MF2!n5!n5!n11!c2!n|^MF(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2013-02-08|0
|
28 |
-
MQ|Martinique|20041 01005 0500013M026 06|20041010050500013M02606|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|MQ5120041010050500013M02606|MQ2!n5!n5!n11!c2!n|^MQ(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2013-08-28|1
|
29 |
-
RE|Reunion|20041 01005 0500013M026 06|20041010050500013M02606|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|RE4220041010050500013M02606|RE2!n5!n5!n11!c2!n|^RE(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2013-08-28|1
|
30 |
-
PF|French Polynesia|20041 01005 0500013M026 06|20041010050500013M02606|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|PF5720041010050500013M02606|PF2!n5!n5!n11!c2!n|^PF(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2011-06-20|0
|
31 |
-
TF|French Southern Territories|20041 01005 0500013M026 06|20041010050500013M02606|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|TF2120041010050500013M02606|TF2!n5!n5!n11!c2!n|^TF(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2011-06-20|0
|
32 |
-
YT|Mayotte|20041 01005 0500013M026 06|20041010050500013M02606|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|YT3120041010050500013M02606|YT2!n5!n5!n11!c2!n|^YT(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2013-08-28|1
|
33 |
-
NC|New Caledonia|20041 01005 0500013M026 06|20041010050500013M02606|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|NC8420041010050500013M02606|NC2!n5!n5!n11!c2!n|^NC(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2011-06-20|0
|
34 |
-
PM|Saint Pierre et Miquelon|20041 01005 0500013M026 06|20041010050500013M02606|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|PM3620041010050500013M02606|PM2!n5!n5!n11!c2!n|^PM(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2013-08-28|1
|
35 |
-
WF|Wallis and Futuna Islands|20041 01005 0500013M026 06|20041010050500013M02606|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|WF9120041010050500013M02606|WF2!n5!n5!n11!c2!n|^WF(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2011-06-20|0
|
36 |
-
GE|Georgia|0000000101904917|NB0000000101904917|2!a16!n|^([A-Z]{2})(\d{16})$|18|GE29NB0000000101904917|GE2!n2!a16!n|^GE(\d{2})([A-Z]{2})(\d{16})$|22|0|1|||2011-06-20|0
|
37 |
-
DE|Germany|37040044-532013000|370400440532013000|8!n10!n|^(\d{8})(\d{10})$|18|DE89370400440532013000|DE2!n8!n10!n|^DE(\d{2})(\d{8})(\d{10})$|22|0|7|||2011-06-20|1
|
38 |
-
GI|Gibraltar|0000 00007099 453|NWBK000000007099453|4!a15!c|^([A-Z]{4})([A-Za-z0-9]{15})$|19|GI75NWBK000000007099453|GI2!n4!a15!c|^GI(\d{2})([A-Z]{4})([A-Za-z0-9]{15})$|23|0|3|||2011-06-20|1
|
39 |
-
GR|Greece|01250000000012300695|01101250000000012300695|3!n4!n16!c|^(\d{3})(\d{4})([A-Za-z0-9]{16})$|23|GR1601101250000000012300695|GR2!n3!n4!n16!c|^GR(\d{2})(\d{3})(\d{4})([A-Za-z0-9]{16})$|27|0|2|3|6|2011-06-20|1
|
40 |
-
GT|Guatemala|01020000001210029690|TRAJ01020000001210029690|4!c20!c|^([A-Za-z0-9]{4})([A-Za-z0-9]{20})$|24|GT82TRAJ01020000001210029690|GT2!n4!c20!c|^GT(\d{2})([A-Za-z0-9]{4})([A-Za-z0-9]{20})$|28|0|3|||2012-05-29|0
|
41 |
-
HU|Hungary|11773016-11111018-00000000|117730161111101800000000|3!n4!n1!n15!n1!n|^(\d{3})(\d{4})(\d{1})(\d{15})(\d{1})$|24|HU42117730161111101800000000|HU2!n3!n4!n1!n15!n1!n|^HU(\d{2})(\d{3})(\d{4})(\d{1})(\d{15})(\d{1})$|28|0|2|3|6|2011-06-20|1
|
42 |
-
IS|Iceland|0159-26-007654-551073-0339|0159260076545510730339|4!n2!n6!n10!n|^(\d{4})(\d{2})(\d{6})(\d{10})$|22|IS140159260076545510730339|IS2!n4!n2!n6!n10!n|^IS(\d{2})(\d{4})(\d{2})(\d{6})(\d{10})$|26|0|3|6|11|2011-06-20|1
|
43 |
-
IE|Ireland|93-11-52 12345678|AIBK93115212345678|4!a6!n8!n|^([A-Z]{4})(\d{6})(\d{8})$|18|IE29AIBK93115212345678|IE2!n4!a6!n8!n|^IE(\d{2})([A-Z]{4})(\d{6})(\d{8})$|22|0|3|4|9|2011-06-20|1
|
44 |
-
IL|Israel|10-800-99999999|100800000099999000|3!n3!n13!n|^(\d{3})(\d{3})(\d{13})$|19|IL620108000000099999999|IL2!n3!n3!n13!n|^IL(\d{2})(\d{3})(\d{3})(\d{13})$|23|0|2|3|5|2011-06-20|0
|
45 |
-
IT|Italy|X 05428 11101 000000123456|X0542811101000000123456|1!a5!n5!n12!c|^([A-Z]{1})(\d{5})(\d{5})([A-Za-z0-9]{12})$|23|IT60X0542811101000000123456|IT2!n1!a5!n5!n12!c|^IT(\d{2})([A-Z]{1})(\d{5})(\d{5})([A-Za-z0-9]{12})$|27|0|5|6|10|2011-06-20|1
|
46 |
-
JO|Jordan|1310000302|CBJO0010000000000131000302|4!a4!n18!c|^([A-Z]{4})(\d{4})([A-Za-z0-9]{18})$|26|JO94CBJO0010000000000131000302|JO2!n4!a4!n18!c|^JO(\d{2})([A-Z]{4})(\d{4})([A-Za-z0-9]{18})$|30|0|3|4|7|2014-06-05|0
|
47 |
-
KZ|Kazakhstan|KZ86 125K ZT50 0410 0100|125KZT5004100100|3!n13!c|^(\d{3})([A-Za-z0-9]{13})$|16|KZ07|KZ2!n3!n13!c|^KZ(\d{2})(\d{3})([A-Za-z0-9]{13})$||0|2|||2014-06-05|0
|
48 |
-
KW|Kuwait|CBKU0000000000001234560101|CBKU0000000000001234560101|4!a22!c|^([A-Z]{4})([A-Za-z0-9]{22})$|26|KW81CBKU0000000000001234560101|KW2!n4!a22!n|^KW(\d{2})([A-Z]{4})(\d{22})$|30|0|3|||2011-06-20|0
|
49 |
-
LV|Latvia|BANK 0000 4351 9500 1|BANK0000435195001|4!a13!c|^([A-Z]{4})([A-Za-z0-9]{13})$|17|LV80BANK0000435195001|LV2!n4!a13!c|^LV(\d{2})([A-Z]{4})([A-Za-z0-9]{13})$|21|0|3|||2011-06-20|1
|
50 |
-
LB|Lebanon|01 001 901229114|0999 0000 0001 0019 0122 9114|4!n20!c|^(\d{4})([A-Za-z0-9]{20})$|24|LB62099900000001001901229114|LB2!n4!n20!c|^LB(\d{2})(\d{4})([A-Za-z0-9]{20})$|28|0|3|||2011-06-20|0
|
51 |
-
LI|Liechtenstein|8810 2324013AA|088100002324013AA|5!n12!c|^(\d{5})([A-Za-z0-9]{12})$|19|LI21088100002324013AA|LI2!n5!n12!c|^LI(\d{2})(\d{5})([A-Za-z0-9]{12})$|21|0|4|||2012-05-29|1
|
52 |
-
LT|Lithuania|1000 0111 0100 1000|10000011101001000|5!n11!n|^(\d{5})(\d{11})$|16|LT121000011101001000|LT2!n5!n11!n|^LT(\d{2})(\d{5})(\d{11})$|20|0|4|||2011-06-20|1
|
53 |
-
LU|Luxembourg|0019 4006 4475 0000|0019400644750000|3!n13!c|^(\d{3})([A-Za-z0-9]{13})$|16|LU280019400644750000|LU2!n3!n13!c|^LU(\d{2})(\d{3})([A-Za-z0-9]{13})$|20|0|2|||2011-06-20|1
|
54 |
-
MK|Macedonia|300 0000000424 25|250120000058984|3!n10!c2!n|^(\d{3})([A-Za-z0-9]{10})(\d{2})$|15|MK07250120000058984|MK2!n3!n10!c2!n|^MK(\d{2})(\d{3})([A-Za-z0-9]{10})(\d{2})$|19|0|2|||2012-05-29|0
|
55 |
-
MT|Malta|12345MTLCAST001S|MALT011000012345MTLCAST001S|4!a5!n18!c|^([A-Z]{4})(\d{5})([A-Za-z0-9]{18})$|27|MT84MALT011000012345MTLCAST001S|MT2!n4!a5!n18!c|^MT(\d{2})([A-Z]{4})(\d{5})([A-Za-z0-9]{18})$|31|0|3|4|8|2011-06-20|1
|
56 |
-
MR|Mauritania|00020 00101 00001234567 53|00020001010000123456753|5!n5!n11!n2!n|^(\d{5})(\d{5})(\d{11})(\d{2})$|23|MR1300020001010000123456753|MR135!n5!n11!n2!n|^MR13(\d{5})(\d{5})(\d{11})(\d{2})$|27|0|4|5|9|2011-06-20|0
|
57 |
-
MU|Mauritius|BOMM 0101 1010 3030 0200 000M UR|BOMM0101101030300200000MUR|4!a2!n2!n12!n3!n3!a|^([A-Z]{4})(\d{2})(\d{2})(\d{12})(\d{3})([A-Z]{3})$|26|MU17BOMM0101101030300200000MUR|MU2!n4!a2!n2!n12!n3!n3!a|^MU(\d{2})([A-Z]{4})(\d{2})(\d{2})(\d{12})(\d{3})([A-Z]{3})$|30|0|5|6|7|2011-06-20|0
|
58 |
-
MD|Moldova|00225100013104168|AG000225100013104168|2!c18!c|^([A-Za-z0-9]{2})([A-Za-z0-9]{18})$|20|MD24AG000225100013104168|MD2!n20!c|^MD(\d{2})([A-Za-z0-9]{20})$|24|0|1|||2012-09-09|0
|
59 |
-
MC|Monaco|0011111000h|11222 00001 01234567890 30|5!n5!n11!c2!n|^(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|23|MC5811222000010123456789030|MC2!n5!n5!n11!c2!n|^MC(\d{2})(\d{5})(\d{5})([A-Za-z0-9]{11})(\d{2})$|27|0|4|5|9|2011-06-20|1
|
60 |
-
ME|Montenegro|505 0000123456789 51|505000012345678951|3!n13!n2!n|^(\d{3})(\d{13})(\d{2})$|18|ME25505000012345678951|ME2!n3!n13!n2!n|^ME(\d{2})(\d{3})(\d{13})(\d{2})$|22|0|2|||2011-06-20|0
|
61 |
-
NL|The Netherlands|041 71 64 300|ABNA0417164300|4!a10!n|^([A-Z]{4})(\d{10})$|14|NL91ABNA0417164300|NL2!n4!a10!n|^NL(\d{2})([A-Z]{4})(\d{10})$|18|0|3|4|3|2013-06-20|1
|
62 |
-
NO|Norway|8601 11 17947|86011117947|4!n6!n1!n|^(\d{4})(\d{6})(\d{1})$|11|NO9386011117947|NO2!n4!n6!n1!n|^NO(\d{2})(\d{4})(\d{6})(\d{1})$|15|0|3|||2011-06-20|1
|
63 |
-
PK|Pakistan|00260101036360|SCBL0000001123456702|4!a16!c|^([A-Z]{4})([A-Za-z0-9]{16})$|20|PK36SCBL0000001123456702|PK2!n4!a16!c|^PK(\d{2})([A-Z]{4})([A-Za-z0-9]{16})$|24|0|3|||2012-05-29|0
|
64 |
-
PL|Poland|61 1090 1014 0000 0712 1981 2874|109010140000071219812874|8!n16!n|^(\d{8})(\d{16})$|24|PL61109010140000071219812874|PL2!n8!n16n|^PL(\d{2})(\d{8})(\d{1,16})$|28|0|7|||2011-06-20|1
|
65 |
-
PS|Palestine|400123456702|PALS000000000400123456702|4!a21!c|^([A-Z]{4})([A-Za-z0-9]{21})$|25|PS92PALS000000000400123456702|PS2!n4!a21!c|^PS(\d{2})([A-Z]{4})([A-Za-z0-9]{21})$|29|0|3|||2013-09-05|0
|
66 |
-
PT|Portugal|0002.0123.12345678901.54|000201231234567890154|4!n4!n11!n2!n|^(\d{4})(\d{4})(\d{11})(\d{2})$|21|PT50000201231234567890154|PT2!n4!n4!n11!n2!n|^PT(\d{2})(\d{4})(\d{4})(\d{11})(\d{2})$|25|0|3|4|7|2013-09-05|1
|
67 |
-
QA|Qatar|QA58DOHB00001234567890ABCDEFG|DOHB00001234567890ABCDEFG|4!a4!n17!c|^([A-Z]{4})(\d{4})([A-Za-z0-9]{17})$|29|QA58DOHB00001234567890ABCDEFG|QA2!n4!a4!n17!c|^QA(\d{2})([A-Z]{4})(\d{4})([A-Za-z0-9]{17})$|29|0|3|4|7|2014-06-05|0
|
68 |
-
RO|Romania|AAAA 1B31 0075 9384 0000|AAAA1B31007593840000|4!a16!c|^([A-Z]{4})([A-Za-z0-9]{16})$|20|RO49AAAA1B31007593840000|RO2!n4!a16!c|^RO(\d{2})([A-Z]{4})([A-Za-z0-9]{16})$|24|0|3|||2011-06-20|1
|
69 |
-
SM|San Marino|U032 2509 8000 0000 0270 100|U0322509800000000270100|1!a5!n5!n12!c|^([A-Z]{1})(\d{5})(\d{5})([A-Za-z0-9]{12})$|23|SM86U0322509800000000270100|SM2!n1!a5!n5!n12!c|^SM(\d{2})([A-Z]{1})(\d{5})(\d{5})([A-Za-z0-9]{12})$|27|0|5|6|10|2011-06-20|1
|
70 |
-
SA|Saudi Arabia|608010167519|80000000608010167519|2!n18!c|^(\d{2})([A-Za-z0-9]{18})$|20|SA0380000000608010167519|SA2!n2!n18!c|^SA(\d{2})(\d{2})([A-Za-z0-9]{18})$|24|0|1|||2012-05-29|0
|
71 |
-
RS|Serbia|260-0056010016113-79|260005601001611379|3!n13!n2!n|^(\d{3})(\d{13})(\d{2})$|18|RS35260005601001611379|RS2!n3!n13!n2!n|^RS(\d{2})(\d{3})(\d{13})(\d{2})$|22|0|2|||2011-06-20|0
|
72 |
-
SK|Slovak Republic|19-8742637541/1200|12000000198742637541|4!n6!n10!n|^(\d{4})(\d{6})(\d{10})$|20|SK3112000000198742637541|SK2!n4!n6!n10!n|^SK(\d{2})(\d{4})(\d{6})(\d{10})$|24|0|3|4|9|2011-06-20|1
|
73 |
-
SI|Slovenia|2633 0001 2039 086|263300012039086|5!n8!n2!n|^(\d{5})(\d{8})(\d{2})$|15|SI56191000000123438|SI2!n5!n8!n2!n|^SI(\d{2})(\d{5})(\d{8})(\d{2})$|19|0|1|2|4|2012-09-09|1
|
74 |
-
ES|Spain|2100 0418 45 0200051332|21000418450200051332|4!n4!n1!n1!n10!n|^(\d{4})(\d{4})(\d{1})(\d{1})(\d{10})$|20|ES9121000418450200051332|ES2!n4!n4!n1!n1!n10!n|^ES(\d{2})(\d{4})(\d{4})(\d{1})(\d{1})(\d{10})$|24|0|3|4|7|2013-09-05|1
|
75 |
-
SE|Sweden|1234 12 3456 1|5000 0000 0583 9825 7466|3!n16!n1!n|^(\d{3})(\d{16})(\d{1})$|20|SE4550000000058398257466|SE2!n3!n16!n1!n|^SE(\d{2})(\d{3})(\d{16})(\d{1})$|24|0|2|||2011-06-20|1
|
76 |
-
CH|Switzerland|762 1162-3852.957|00762011623852957|5!n12!c|^(\d{5})([A-Za-z0-9]{12})$|17|CH9300762011623852957|CH2!n5!n12!c|^CH(\d{2})(\d{5})([A-Za-z0-9]{12})$|21|0|4|||2011-06-20|1
|
77 |
-
TN|Tunisia|10 006 0351835984788 31|10006035183598478831|2!n3!n13!n2!n|^(\d{2})(\d{3})(\d{13})(\d{2})$|20|TN5910006035183598478831|TN592!n3!n13!n2!n|^TN59(\d{2})(\d{3})(\d{13})(\d{2})$|24|0|1|2|4|2011-06-20|0
|
78 |
-
TR|Turkey|0061 01299 1234567890123456789|0006100519786457841326|5!n1!c16!c|^(\d{5})([A-Za-z0-9]{1})([A-Za-z0-9]{16})$|22|TR330006100519786457841326|TR2!n5!n1!c16!c|^TR(\d{2})(\d{5})([A-Za-z0-9]{1})([A-Za-z0-9]{16})$|26|0|4|||2011-06-20|0
|
79 |
-
AE|United Arab Emirates|1234567890123456|0331234567890123456|3!n16!n|^(\d{3})(\d{16})$|19|AE070331234567890123456|AE2!n3!n16!n|^AE(\d{2})(\d{3})(\d{16})$|23|0|2|||2011-06-20|0
|
80 |
-
GB|United Kingdom|60-16-13 31926819|NWBK60161331926819|4!a6!n8!n|^([A-Z]{4})(\d{6})(\d{8})$|18|GB29NWBK60161331926819|GB2!n4!a6!n8!n|^GB(\d{2})([A-Z]{4})(\d{6})(\d{8})$|22|0|3|4|9|2011-06-20|1
|
81 |
-
VG|British Virgin Islands|00000 12 345 678 901|VPVG0000012345678901|4!a16!n|^([A-Z]{4})(\d{16})$|20|VG96VPVG0000012345678901|VG2!n4!a16!n|^VG(\d{2})([A-Z]{4})(\d{16})$|24|0|3|||2012-05-29|0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/updates/woocommerce-gzd-update-3.8.0.php
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
4 |
+
exit;
|
5 |
+
}
|
6 |
+
|
7 |
+
$term_options = array(
|
8 |
+
'woocommerce_gzd_default_delivery_time',
|
9 |
+
'woocommerce_gzd_default_delivery_time_eu',
|
10 |
+
'woocommerce_gzd_default_delivery_time_third_countries'
|
11 |
+
);
|
12 |
+
|
13 |
+
/**
|
14 |
+
* Convert term id options to slug
|
15 |
+
*/
|
16 |
+
foreach( $term_options as $term_option ) {
|
17 |
+
if ( get_option( $term_option ) ) {
|
18 |
+
$term = get_term_by( 'id', get_option( $term_option ), 'product_delivery_time' );
|
19 |
+
|
20 |
+
if ( is_array( $term ) ) {
|
21 |
+
$term = $term[0];
|
22 |
+
}
|
23 |
+
|
24 |
+
if ( $term && ! is_wp_error( $term ) ) {
|
25 |
+
update_option( $term_option, $term->slug );
|
26 |
+
}
|
27 |
+
}
|
28 |
+
}
|
includes/wc-gzd-cart-functions.php
CHANGED
@@ -160,6 +160,56 @@ function wc_gzd_cart_product_item_desc( $title, $cart_item, $cart_item_key = ''
|
|
160 |
return $title;
|
161 |
}
|
162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
function wc_gzd_cart_product_attributes( $title, $cart_item, $cart_item_key = '' ) {
|
164 |
$item_data = array();
|
165 |
|
@@ -311,7 +361,48 @@ function wc_gzd_cart_product_unit_price( $price, $cart_item, $cart_item_key = ''
|
|
311 |
$product = apply_filters( 'woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key );
|
312 |
|
313 |
if ( is_a( $product, 'WC_Product' ) && wc_gzd_get_product( $product )->has_unit() ) {
|
314 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
315 |
}
|
316 |
} elseif ( isset( $cart_item['unit_price'] ) ) {
|
317 |
$unit_price = $cart_item['unit_price'];
|
@@ -367,6 +458,17 @@ function wc_gzd_cart_product_units( $title, $cart_item, $cart_item_key = '' ) {
|
|
367 |
$units = $cart_item['units'];
|
368 |
}
|
369 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
370 |
if ( ! empty( $units ) ) {
|
371 |
$title .= '<p class="wc-gzd-cart-info units-info">' . $units . '</p>';
|
372 |
}
|
@@ -586,14 +688,16 @@ function wc_gzd_get_cart_tax_share( $type = 'shipping', $cart_contents = array()
|
|
586 |
$class = $item->get_tax_class();
|
587 |
$line_total = $item->get_total();
|
588 |
$taxes = $item->get_taxes();
|
589 |
-
$tax_rate = key( $taxes['total'] );
|
590 |
|
591 |
// Search for the first non-empty tax rate
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
|
|
|
|
597 |
}
|
598 |
|
599 |
$tax_rate = apply_filters( 'woocommerce_gzd_tax_share_order_item_tax_rate', $tax_rate, $item, $type );
|
@@ -601,7 +705,8 @@ function wc_gzd_get_cart_tax_share( $type = 'shipping', $cart_contents = array()
|
|
601 |
$_product = apply_filters( 'woocommerce_cart_item_product', $item['data'], $item, $key );
|
602 |
$class = $_product->get_tax_class();
|
603 |
$line_total = $item['line_total'];
|
604 |
-
$tax_rate = key( $item['line_tax_data']['total'] );
|
|
|
605 |
$tax_rate = apply_filters( 'woocommerce_gzd_tax_share_cart_item_tax_rate', $tax_rate, $item, $type );
|
606 |
}
|
607 |
|
160 |
return $title;
|
161 |
}
|
162 |
|
163 |
+
/**
|
164 |
+
* Appends product defect description live data (while checkout) or order meta to product name
|
165 |
+
*
|
166 |
+
* @param string $title
|
167 |
+
* @param array|WC_Order_Item_Product $cart_item
|
168 |
+
*
|
169 |
+
* @return string
|
170 |
+
*/
|
171 |
+
function wc_gzd_cart_product_defect_description( $title, $cart_item, $cart_item_key = '' ) {
|
172 |
+
$product_desc = "";
|
173 |
+
$echo = false;
|
174 |
+
|
175 |
+
if ( is_array( $title ) && isset( $title['data'] ) ) {
|
176 |
+
$cart_item = $title;
|
177 |
+
$cart_item_key = $cart_item;
|
178 |
+
$title = "";
|
179 |
+
$echo = true;
|
180 |
+
} elseif( is_numeric( $title ) && wc_gzd_is_checkout_action() && is_a( $cart_item, 'WC_Order_Item_Product' ) ) {
|
181 |
+
$echo = true;
|
182 |
+
$cart_item_key = $title;
|
183 |
+
$title = '';
|
184 |
+
}
|
185 |
+
|
186 |
+
if ( is_a( $cart_item, 'WC_Order_Item_Product' ) ) {
|
187 |
+
if ( $gzd_item = wc_gzd_get_order_item( $cart_item ) ) {
|
188 |
+
$product_desc = $gzd_item->get_defect_description();
|
189 |
+
} elseif( ( $product = $cart_item->get_product() ) && wc_gzd_get_gzd_product( $product )->get_defect_description() ) {
|
190 |
+
$product_desc = wc_gzd_get_gzd_product( $product )->get_formatted_defect_description();
|
191 |
+
}
|
192 |
+
} elseif ( isset( $cart_item['data'] ) ) {
|
193 |
+
$product = apply_filters( 'woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key );
|
194 |
+
|
195 |
+
if ( is_a( $product, 'WC_Product' ) && wc_gzd_get_product( $product )->get_defect_description() ) {
|
196 |
+
$product_desc = wc_gzd_get_product( $product )->get_formatted_defect_description();
|
197 |
+
}
|
198 |
+
} elseif ( isset( $cart_item['item_desc'] ) ) {
|
199 |
+
$product_desc = $cart_item['item_desc'];
|
200 |
+
}
|
201 |
+
|
202 |
+
if ( ! empty( $product_desc ) ) {
|
203 |
+
$title .= '<div class="wc-gzd-cart-info wc-gzd-item-defect-description item-defect-description">' . do_shortcode( $product_desc ) . '</div>';
|
204 |
+
}
|
205 |
+
|
206 |
+
if ( $echo ) {
|
207 |
+
echo $title;
|
208 |
+
}
|
209 |
+
|
210 |
+
return $title;
|
211 |
+
}
|
212 |
+
|
213 |
function wc_gzd_cart_product_attributes( $title, $cart_item, $cart_item_key = '' ) {
|
214 |
$item_data = array();
|
215 |
|
361 |
$product = apply_filters( 'woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key );
|
362 |
|
363 |
if ( is_a( $product, 'WC_Product' ) && wc_gzd_get_product( $product )->has_unit() ) {
|
364 |
+
$gzd_product = wc_gzd_get_product( $product );
|
365 |
+
|
366 |
+
/**
|
367 |
+
* Filter that allows to enable/disable calculating the unit price based on the actual cart content instead of falling back to
|
368 |
+
* actual product data. Using cart data improves compatibility with dynamic pricing plugins.
|
369 |
+
*
|
370 |
+
* @param bool $enable_recalculation Whether to enable recalculating the unit price with cart data or not.
|
371 |
+
* @param array $cart_item The cart item data.
|
372 |
+
* @param string $cart_item_key The cart item key.
|
373 |
+
*
|
374 |
+
* @since 3.7.3
|
375 |
+
*/
|
376 |
+
if ( apply_filters( 'woocommerce_gzd_recalculate_unit_price_cart', true, $cart_item, $cart_item_key ) && isset( $cart_item['line_subtotal'], $cart_item['line_subtotal_tax'], $cart_item['quantity'] ) ) {
|
377 |
+
$unit_product = $gzd_product->get_unit_product();
|
378 |
+
$unit_base = $gzd_product->get_unit_base();
|
379 |
+
/**
|
380 |
+
* Determines the quantity used to calculate the item total used for unit price (re-) calculation within the cart.
|
381 |
+
*
|
382 |
+
* @param float $quantity The item quantity.
|
383 |
+
* @param array $cart_item The cart item data.
|
384 |
+
* @param string $cart_item_key The cart item key.
|
385 |
+
*
|
386 |
+
* @since 3.7.3
|
387 |
+
*/
|
388 |
+
$quantity = apply_filters( 'woocommerce_gzd_unit_price_cart_quantity', $cart_item['quantity'], $cart_item, $gzd_product );
|
389 |
+
|
390 |
+
if ( WC()->cart->display_prices_including_tax() ) {
|
391 |
+
$total = ( $cart_item['line_subtotal'] + $cart_item['line_subtotal_tax'] ) / floatval( $quantity );
|
392 |
+
} else {
|
393 |
+
$total = $cart_item['line_subtotal'] / floatval( $quantity );
|
394 |
+
}
|
395 |
+
|
396 |
+
$prices = wc_gzd_recalculate_unit_price( array(
|
397 |
+
'regular_price' => $total,
|
398 |
+
'base' => $unit_base,
|
399 |
+
'products' => $unit_product,
|
400 |
+
) );
|
401 |
+
|
402 |
+
$unit_price = wc_gzd_format_unit_price( wc_price( $prices['unit'] ), $gzd_product->get_unit_html(), $gzd_product->get_unit_base_html() );
|
403 |
+
} else {
|
404 |
+
$unit_price = wc_gzd_get_product( $product )->get_unit_price_html( false, $tax_display );
|
405 |
+
}
|
406 |
}
|
407 |
} elseif ( isset( $cart_item['unit_price'] ) ) {
|
408 |
$unit_price = $cart_item['unit_price'];
|
458 |
$units = $cart_item['units'];
|
459 |
}
|
460 |
|
461 |
+
/**
|
462 |
+
* Filter that allows adjusting the product units HTML content before outputting within cart.
|
463 |
+
*
|
464 |
+
* @param string $product_units_html The HTML content.
|
465 |
+
* @param array $cart_item The cart item data.
|
466 |
+
* @param string $cart_item_key The cart item key.
|
467 |
+
*
|
468 |
+
* @since 3.7.3
|
469 |
+
*/
|
470 |
+
$units = apply_filters( 'woocommerce_gzd_cart_product_units_html', $units, $cart_item, $cart_item_key );
|
471 |
+
|
472 |
if ( ! empty( $units ) ) {
|
473 |
$title .= '<p class="wc-gzd-cart-info units-info">' . $units . '</p>';
|
474 |
}
|
688 |
$class = $item->get_tax_class();
|
689 |
$line_total = $item->get_total();
|
690 |
$taxes = $item->get_taxes();
|
691 |
+
$tax_rate = ! empty( $taxes ) ? key( $taxes['total'] ) : null;
|
692 |
|
693 |
// Search for the first non-empty tax rate
|
694 |
+
if ( ! empty( $taxes ) ) {
|
695 |
+
foreach( $taxes['total'] as $rate_id => $tax ) {
|
696 |
+
if ( ! empty( $tax ) ) {
|
697 |
+
$tax_rate = $rate_id;
|
698 |
+
break;
|
699 |
+
}
|
700 |
+
}
|
701 |
}
|
702 |
|
703 |
$tax_rate = apply_filters( 'woocommerce_gzd_tax_share_order_item_tax_rate', $tax_rate, $item, $type );
|
705 |
$_product = apply_filters( 'woocommerce_cart_item_product', $item['data'], $item, $key );
|
706 |
$class = $_product->get_tax_class();
|
707 |
$line_total = $item['line_total'];
|
708 |
+
$tax_rate = ! empty( $item['line_tax_data'] ) ? key( $item['line_tax_data']['total'] ) : null;
|
709 |
+
|
710 |
$tax_rate = apply_filters( 'woocommerce_gzd_tax_share_cart_item_tax_rate', $tax_rate, $item, $type );
|
711 |
}
|
712 |
|
includes/wc-gzd-core-functions.php
CHANGED
@@ -17,6 +17,28 @@ use Vendidero\Germanized\Shopmarks;
|
|
17 |
|
18 |
require WC_GERMANIZED_ABSPATH . 'includes/wc-gzd-product-functions.php';
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
function wc_gzd_get_dependencies( $instance = null ) {
|
21 |
/** This filter is documented in woocommerce-germanized.php */
|
22 |
return apply_filters( 'woocommerce_gzd_dependencies_instance', WC_GZD_Dependencies::instance( $instance ) );
|
@@ -293,13 +315,24 @@ function wc_gzd_get_legal_pages( $email_attachable_only = false ) {
|
|
293 |
return apply_filters( 'woocommerce_gzd_legal_pages', $legal_pages, $email_attachable_only );
|
294 |
}
|
295 |
|
296 |
-
function
|
297 |
-
|
298 |
-
|
299 |
-
$legal_pages = wc_gzd_get_legal_pages( true );
|
300 |
|
301 |
-
|
302 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
}
|
304 |
|
305 |
return $items;
|
@@ -708,18 +741,6 @@ function wc_gzd_checkbox_is_enabled( $id ) {
|
|
708 |
return $enabled;
|
709 |
}
|
710 |
|
711 |
-
if ( ! function_exists( 'is_ajax' ) ) {
|
712 |
-
|
713 |
-
/**
|
714 |
-
* Is_ajax - Returns true when the page is loaded via ajax.
|
715 |
-
*
|
716 |
-
* @return bool
|
717 |
-
*/
|
718 |
-
function is_ajax() {
|
719 |
-
return defined( 'DOING_AJAX' );
|
720 |
-
}
|
721 |
-
}
|
722 |
-
|
723 |
/**
|
724 |
* Remove Class Filter Without Access to Class Object
|
725 |
*
|
@@ -1180,4 +1201,74 @@ function wc_gzd_base_country_is_eu() {
|
|
1180 |
$base_country = WC()->countries->get_base_country();
|
1181 |
|
1182 |
return in_array( $base_country, $eu_countries );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1183 |
}
|
17 |
|
18 |
require WC_GERMANIZED_ABSPATH . 'includes/wc-gzd-product-functions.php';
|
19 |
|
20 |
+
/**
|
21 |
+
* Defect Description.
|
22 |
+
*/
|
23 |
+
if ( function_exists( 'do_blocks' ) ) {
|
24 |
+
add_filter( 'woocommerce_gzd_defect_description', 'do_blocks', 9 );
|
25 |
+
}
|
26 |
+
add_filter( 'woocommerce_gzd_defect_description', 'wptexturize' );
|
27 |
+
add_filter( 'woocommerce_gzd_defect_description', 'convert_smilies' );
|
28 |
+
add_filter( 'woocommerce_gzd_defect_description', 'convert_chars' );
|
29 |
+
add_filter( 'woocommerce_gzd_defect_description', 'wpautop' );
|
30 |
+
add_filter( 'woocommerce_gzd_defect_description', 'shortcode_unautop' );
|
31 |
+
add_filter( 'woocommerce_gzd_defect_description', 'prepend_attachment' );
|
32 |
+
add_filter( 'woocommerce_gzd_defect_description', 'do_shortcode', 11 ); // After wpautop().
|
33 |
+
add_filter( 'woocommerce_gzd_defect_description', 'wc_format_product_short_description', 9999999 );
|
34 |
+
add_filter( 'woocommerce_gzd_defect_description', 'wc_do_oembeds' );
|
35 |
+
add_filter( 'woocommerce_gzd_defect_description', array( $GLOBALS['wp_embed'], 'run_shortcode' ), 8 ); // Before wpautop().
|
36 |
+
|
37 |
+
/**
|
38 |
+
* @param null $instance
|
39 |
+
*
|
40 |
+
* @return WC_GZD_Dependencies
|
41 |
+
*/
|
42 |
function wc_gzd_get_dependencies( $instance = null ) {
|
43 |
/** This filter is documented in woocommerce-germanized.php */
|
44 |
return apply_filters( 'woocommerce_gzd_dependencies_instance', WC_GZD_Dependencies::instance( $instance ) );
|
315 |
return apply_filters( 'woocommerce_gzd_legal_pages', $legal_pages, $email_attachable_only );
|
316 |
}
|
317 |
|
318 |
+
function wc_gzd_get_default_email_attachment_order() {
|
319 |
+
return 'terms,revocation,data_security,imprint,warranties';
|
320 |
+
}
|
|
|
321 |
|
322 |
+
function wc_gzd_get_email_attachment_order( $legal_pages_only = false ) {
|
323 |
+
$available = wc_gzd_get_legal_pages( true );
|
324 |
+
|
325 |
+
if ( ! $legal_pages_only ) {
|
326 |
+
$available += array( 'warranties' => _x( 'Product Warranties', 'woocommerce-germanized' ) );
|
327 |
+
}
|
328 |
+
|
329 |
+
$current_order = explode( ',', get_option( 'woocommerce_gzd_mail_attach_order', wc_gzd_get_default_email_attachment_order() ) );
|
330 |
+
// Mare sure all default items exist within option order array
|
331 |
+
$current_order = array_replace( array_keys( $available ), $current_order );
|
332 |
+
$items = array();
|
333 |
+
|
334 |
+
foreach ( $current_order as $key => $item ) {
|
335 |
+
$items[ $item ] = ( isset( $available[ $item ] ) ? $available[ $item ] : '' );
|
336 |
}
|
337 |
|
338 |
return $items;
|
741 |
return $enabled;
|
742 |
}
|
743 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
744 |
/**
|
745 |
* Remove Class Filter Without Access to Class Object
|
746 |
*
|
1201 |
$base_country = WC()->countries->get_base_country();
|
1202 |
|
1203 |
return in_array( $base_country, $eu_countries );
|
1204 |
+
}
|
1205 |
+
|
1206 |
+
function wc_gzd_get_cart_defect_descriptions( $items = false ) {
|
1207 |
+
$items = $items ? (array) $items : WC()->cart->get_cart();
|
1208 |
+
$descriptions = array();
|
1209 |
+
$is_cart = true;
|
1210 |
+
|
1211 |
+
if ( ! empty( $items ) ) {
|
1212 |
+
foreach ( $items as $cart_item_key => $values ) {
|
1213 |
+
if ( is_a( $values, 'WC_Order_Item_Product' ) ) {
|
1214 |
+
if ( $gzd_item = wc_gzd_get_order_item( $values ) ) {
|
1215 |
+
if ( $gzd_item->get_defect_description() ) {
|
1216 |
+
if ( ! empty( $values->get_product_id() ) && ! array_key_exists( $values->get_product_id(), $descriptions ) ) {
|
1217 |
+
$descriptions[ wp_kses_post( $values->get_name() ) ] = $gzd_item->get_defect_description();
|
1218 |
+
}
|
1219 |
+
}
|
1220 |
+
}
|
1221 |
+
|
1222 |
+
$is_cart = false;
|
1223 |
+
} elseif ( isset( $values['data'] ) ) {
|
1224 |
+
$_product = apply_filters( 'woocommerce_cart_item_product', $values['data'], $values, $cart_item_key );
|
1225 |
+
|
1226 |
+
if ( is_a( $_product, 'WC_Product' ) ) {
|
1227 |
+
$_gzd_product = wc_gzd_get_gzd_product( $_product );
|
1228 |
+
|
1229 |
+
if ( $_gzd_product->is_defective_copy() && ! array_key_exists( $_product->get_id(), $descriptions ) ) {
|
1230 |
+
$descriptions[ wp_kses_post( $_product->get_name() ) ] = $_gzd_product->get_formatted_defect_description();
|
1231 |
+
}
|
1232 |
+
}
|
1233 |
+
}
|
1234 |
+
}
|
1235 |
+
}
|
1236 |
+
|
1237 |
+
if ( ! $is_cart ) {
|
1238 |
+
/**
|
1239 |
+
* Returns a list of defect descriptions on a per product base.
|
1240 |
+
*
|
1241 |
+
* @param string[] $descriptions The defect descriptions as key => value pairs.
|
1242 |
+
* @param array $items The order items.
|
1243 |
+
*
|
1244 |
+
* @since 3.8.0
|
1245 |
+
*/
|
1246 |
+
return apply_filters( 'woocommerce_gzd_order_defect_descriptions', $descriptions, $items );
|
1247 |
+
} else {
|
1248 |
+
/**
|
1249 |
+
* Returns a list of defect descriptions on a per product base.
|
1250 |
+
*
|
1251 |
+
* @param string[] $descriptions The defect descriptions as key => value pairs.
|
1252 |
+
* @param array $items The cart items.
|
1253 |
+
*
|
1254 |
+
* @since 3.8.0
|
1255 |
+
*/
|
1256 |
+
return apply_filters( 'woocommerce_gzd_cart_defect_descriptions', $descriptions, $items );
|
1257 |
+
}
|
1258 |
+
}
|
1259 |
+
|
1260 |
+
function wc_gzd_print_item_defect_descriptions( $descriptions, $echo = false ) {
|
1261 |
+
$strings = array();
|
1262 |
+
|
1263 |
+
foreach( $descriptions as $name => $description ) {
|
1264 |
+
$strings[] = sprintf( _x( '%1$s (%2$s)', 'defect-descriptions', 'woocommerce-germanized' ), wp_kses( $description, array( 'strong' => array(), 'i' => array(), 'em' => array(), 'a' => array(), 'b' => array() ) ), $name );
|
1265 |
+
}
|
1266 |
+
|
1267 |
+
$string = implode( apply_filters( 'woocommerce_gzd_item_defect_descriptions_separator', '; ' ), $strings );
|
1268 |
+
|
1269 |
+
if ( $echo ) {
|
1270 |
+
echo $string;
|
1271 |
+
}
|
1272 |
+
|
1273 |
+
return $string;
|
1274 |
}
|
includes/wc-gzd-order-functions.php
CHANGED
@@ -74,6 +74,16 @@ function wc_gzd_get_order_min_age( $order_id ) {
|
|
74 |
return apply_filters( 'woocommerce_gzd_order_min_age', $min_age, $order_id );
|
75 |
}
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
function wc_gzd_order_has_age_verification( $order_id ) {
|
78 |
$age = wc_gzd_get_order_min_age( $order_id );
|
79 |
$needs_verification = false;
|
74 |
return apply_filters( 'woocommerce_gzd_order_min_age', $min_age, $order_id );
|
75 |
}
|
76 |
|
77 |
+
function wc_gzd_get_order_defect_descriptions( $order_id ) {
|
78 |
+
$defect_descriptions = array();
|
79 |
+
|
80 |
+
if ( $order = wc_get_order( $order_id ) ) {
|
81 |
+
$defect_descriptions = wc_gzd_get_cart_defect_descriptions( $order->get_items( 'line_item' ) );
|
82 |
+
}
|
83 |
+
|
84 |
+
return $defect_descriptions;
|
85 |
+
}
|
86 |
+
|
87 |
function wc_gzd_order_has_age_verification( $order_id ) {
|
88 |
$age = wc_gzd_get_order_min_age( $order_id );
|
89 |
$needs_verification = false;
|
includes/wc-gzd-product-functions.php
CHANGED
@@ -191,6 +191,10 @@ function wc_gzd_product_matches_extended_type( $types, $product ) {
|
|
191 |
foreach ( $types as $type ) {
|
192 |
if ( 'service' === $type ) {
|
193 |
$matches_type = wc_gzd_get_product( $product )->is_service();
|
|
|
|
|
|
|
|
|
194 |
} else {
|
195 |
$getter = "is_" . $type;
|
196 |
try {
|
@@ -234,7 +238,6 @@ function wc_gzd_product_matches_extended_type( $types, $product ) {
|
|
234 |
* @return array|mixed|void
|
235 |
*/
|
236 |
function wc_gzd_recalculate_unit_price( $args = array(), $product = false ) {
|
237 |
-
|
238 |
$default_args = array(
|
239 |
'regular_price' => 0,
|
240 |
'sale_price' => 0,
|
@@ -268,6 +271,16 @@ function wc_gzd_recalculate_unit_price( $args = array(), $product = false ) {
|
|
268 |
$default_args['sale_price'] = wc_get_price_excluding_tax( $wc_product, array( 'price' => $default_args['sale_price'] ) );
|
269 |
$default_args['price'] = wc_get_price_excluding_tax( $wc_product, array( 'price' => $default_args['price'] ) );
|
270 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
271 |
}
|
272 |
|
273 |
$args = wp_parse_args( $args, $default_args );
|
191 |
foreach ( $types as $type ) {
|
192 |
if ( 'service' === $type ) {
|
193 |
$matches_type = wc_gzd_get_product( $product )->is_service();
|
194 |
+
} elseif ( 'used_good' === $type ) {
|
195 |
+
$matches_type = wc_gzd_get_product( $product )->is_used_good();
|
196 |
+
} elseif ( 'defective_copy' === $type ) {
|
197 |
+
$matches_type = wc_gzd_get_product( $product )->is_defective_copy();
|
198 |
} else {
|
199 |
$getter = "is_" . $type;
|
200 |
try {
|
238 |
* @return array|mixed|void
|
239 |
*/
|
240 |
function wc_gzd_recalculate_unit_price( $args = array(), $product = false ) {
|
|
|
241 |
$default_args = array(
|
242 |
'regular_price' => 0,
|
243 |
'sale_price' => 0,
|
271 |
$default_args['sale_price'] = wc_get_price_excluding_tax( $wc_product, array( 'price' => $default_args['sale_price'] ) );
|
272 |
$default_args['price'] = wc_get_price_excluding_tax( $wc_product, array( 'price' => $default_args['price'] ) );
|
273 |
}
|
274 |
+
} else {
|
275 |
+
if ( ! isset( $args['price'] ) && isset( $args['regular_price'] ) ) {
|
276 |
+
$args['price'] = $args['regular_price'];
|
277 |
+
} elseif ( ! isset( $args['regular_price'] ) ) {
|
278 |
+
$args['regular_price'] = $args['price'];
|
279 |
+
}
|
280 |
+
|
281 |
+
if ( ! isset( $args['sale_price'] ) ) {
|
282 |
+
$args['sale_price'] = $args['regular_price'];
|
283 |
+
}
|
284 |
}
|
285 |
|
286 |
$args = wp_parse_args( $args, $default_args );
|
includes/wc-gzd-template-functions.php
CHANGED
@@ -148,6 +148,13 @@ if ( ! function_exists( 'woocommerce_gzd_template_single_product_units' ) ) {
|
|
148 |
}
|
149 |
}
|
150 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
if ( ! function_exists( 'woocommerce_gzd_template_add_more_variants_unit_price_notice' ) ) {
|
152 |
|
153 |
/**
|
@@ -218,6 +225,17 @@ if ( ! function_exists( 'woocommerce_gzd_template_grouped_single_product_units'
|
|
218 |
}
|
219 |
}
|
220 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
if ( ! function_exists( 'woocommerce_gzd_template_small_business_info' ) ) {
|
222 |
|
223 |
/**
|
@@ -366,17 +384,20 @@ if ( ! function_exists( 'woocommerce_gzd_add_variation_options' ) ) {
|
|
366 |
* Add delivery time and unit price to variations
|
367 |
*/
|
368 |
function woocommerce_gzd_add_variation_options( $options, $product, $variation ) {
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
|
|
|
|
|
|
380 |
|
381 |
return $options;
|
382 |
}
|
148 |
}
|
149 |
}
|
150 |
|
151 |
+
if ( ! function_exists( 'woocommerce_gzd_template_single_defect_description' ) ) {
|
152 |
+
|
153 |
+
function woocommerce_gzd_template_single_defect_description() {
|
154 |
+
wc_get_template( 'single-product/defect-description.php' );
|
155 |
+
}
|
156 |
+
}
|
157 |
+
|
158 |
if ( ! function_exists( 'woocommerce_gzd_template_add_more_variants_unit_price_notice' ) ) {
|
159 |
|
160 |
/**
|
225 |
}
|
226 |
}
|
227 |
|
228 |
+
if ( ! function_exists( 'woocommerce_gzd_template_grouped_single_defect_description' ) ) {
|
229 |
+
|
230 |
+
function woocommerce_gzd_template_grouped_single_defect_description( $html, $grouped_child ) {
|
231 |
+
ob_start();
|
232 |
+
wc_get_template( 'single-product/defect-description.php' );
|
233 |
+
$legal_html = ob_get_clean();
|
234 |
+
|
235 |
+
return $html . $legal_html;
|
236 |
+
}
|
237 |
+
}
|
238 |
+
|
239 |
if ( ! function_exists( 'woocommerce_gzd_template_small_business_info' ) ) {
|
240 |
|
241 |
/**
|
384 |
* Add delivery time and unit price to variations
|
385 |
*/
|
386 |
function woocommerce_gzd_add_variation_options( $options, $product, $variation ) {
|
387 |
+
if ( is_array( $options ) ) {
|
388 |
+
$gzd_product = wc_gzd_get_product( $variation );
|
389 |
+
|
390 |
+
do_action( 'woocommerce_gzd_before_add_variation_options', $options, $gzd_product, $product );
|
391 |
+
|
392 |
+
$options = array_merge( $options, array(
|
393 |
+
'delivery_time' => $gzd_product->get_delivery_time_html(),
|
394 |
+
'unit_price' => $gzd_product->get_unit_price_html(),
|
395 |
+
'product_units' => $gzd_product->get_unit_product_html(),
|
396 |
+
'tax_info' => $gzd_product->get_tax_info(),
|
397 |
+
'shipping_costs_info' => $gzd_product->get_shipping_costs_html(),
|
398 |
+
'defect_description' => $gzd_product->get_formatted_defect_description(),
|
399 |
+
) );
|
400 |
+
}
|
401 |
|
402 |
return $options;
|
403 |
}
|
includes/wc-gzd-template-hooks.php
CHANGED
@@ -146,7 +146,8 @@ if ( get_option( 'woocommerce_gzd_differential_taxation_checkout_notices' ) ===
|
|
146 |
*/
|
147 |
add_action( 'woocommerce_before_mini_cart_contents', 'woocommerce_gzd_template_mini_cart_remove_hooks', 5 );
|
148 |
add_action( 'woocommerce_before_mini_cart_contents', 'woocommerce_gzd_template_mini_cart_add_hooks', 10 );
|
149 |
-
|
|
|
150 |
|
151 |
add_action( 'woocommerce_widget_shopping_cart_before_buttons', 'woocommerce_gzd_template_mini_cart_taxes', 10 );
|
152 |
|
@@ -198,7 +199,7 @@ add_action( 'woocommerce_pay_order_before_submit', 'woocommerce_gzd_template_che
|
|
198 |
|
199 |
function woocommerce_gzd_checkout_load_ajax_relevant_hooks() {
|
200 |
|
201 |
-
if (
|
202 |
return;
|
203 |
}
|
204 |
|
146 |
*/
|
147 |
add_action( 'woocommerce_before_mini_cart_contents', 'woocommerce_gzd_template_mini_cart_remove_hooks', 5 );
|
148 |
add_action( 'woocommerce_before_mini_cart_contents', 'woocommerce_gzd_template_mini_cart_add_hooks', 10 );
|
149 |
+
// Some themes/plugins (e.g. Elementor pro) might not execute the woocommerce_after_mini_cart hook
|
150 |
+
add_action( 'woocommerce_mini_cart_contents', 'woocommerce_gzd_template_mini_cart_maybe_remove_hooks', 10000 );
|
151 |
|
152 |
add_action( 'woocommerce_widget_shopping_cart_before_buttons', 'woocommerce_gzd_template_mini_cart_taxes', 10 );
|
153 |
|
199 |
|
200 |
function woocommerce_gzd_checkout_load_ajax_relevant_hooks() {
|
201 |
|
202 |
+
if ( wp_doing_ajax() ) {
|
203 |
return;
|
204 |
}
|
205 |
|
packages/woocommerce-germanized-dhl/assets/js/admin-internetmarke.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
window.germanized=window.germanized||{},window.germanized.admin=window.germanized.admin||{},function(e){function
|
1 |
+
window.germanized=window.germanized||{},window.germanized.admin=window.germanized.admin||{},function(e){var a=function(e,n){var r=e[0],t=e[1],o=e[2],a=e[3],r=i(r,t,o,a,n[0],7,-680876936),a=i(a,r,t,o,n[1],12,-389564586),o=i(o,a,r,t,n[2],17,606105819),t=i(t,o,a,r,n[3],22,-1044525330);r=i(r,t,o,a,n[4],7,-176418897),a=i(a,r,t,o,n[5],12,1200080426),o=i(o,a,r,t,n[6],17,-1473231341),t=i(t,o,a,r,n[7],22,-45705983),r=i(r,t,o,a,n[8],7,1770035416),a=i(a,r,t,o,n[9],12,-1958414417),o=i(o,a,r,t,n[10],17,-42063),t=i(t,o,a,r,n[11],22,-1990404162),r=i(r,t,o,a,n[12],7,1804603682),a=i(a,r,t,o,n[13],12,-40341101),o=i(o,a,r,t,n[14],17,-1502002290),t=i(t,o,a,r,n[15],22,1236535329),r=u(r,t,o,a,n[1],5,-165796510),a=u(a,r,t,o,n[6],9,-1069501632),o=u(o,a,r,t,n[11],14,643717713),t=u(t,o,a,r,n[0],20,-373897302),r=u(r,t,o,a,n[5],5,-701558691),a=u(a,r,t,o,n[10],9,38016083),o=u(o,a,r,t,n[15],14,-660478335),t=u(t,o,a,r,n[4],20,-405537848),r=u(r,t,o,a,n[9],5,568446438),a=u(a,r,t,o,n[14],9,-1019803690),o=u(o,a,r,t,n[3],14,-187363961),t=u(t,o,a,r,n[8],20,1163531501),r=u(r,t,o,a,n[13],5,-1444681467),a=u(a,r,t,o,n[2],9,-51403784),o=u(o,a,r,t,n[7],14,1735328473),t=u(t,o,a,r,n[12],20,-1926607734),r=c(r,t,o,a,n[5],4,-378558),a=c(a,r,t,o,n[8],11,-2022574463),o=c(o,a,r,t,n[11],16,1839030562),t=c(t,o,a,r,n[14],23,-35309556),r=c(r,t,o,a,n[1],4,-1530992060),a=c(a,r,t,o,n[4],11,1272893353),o=c(o,a,r,t,n[7],16,-155497632),t=c(t,o,a,r,n[10],23,-1094730640),r=c(r,t,o,a,n[13],4,681279174),a=c(a,r,t,o,n[0],11,-358537222),o=c(o,a,r,t,n[3],16,-722521979),t=c(t,o,a,r,n[6],23,76029189),r=c(r,t,o,a,n[9],4,-640364487),a=c(a,r,t,o,n[12],11,-421815835),o=c(o,a,r,t,n[15],16,530742520),t=c(t,o,a,r,n[2],23,-995338651),r=m(r,t,o,a,n[0],6,-198630844),a=m(a,r,t,o,n[7],10,1126891415),o=m(o,a,r,t,n[14],15,-1416354905),t=m(t,o,a,r,n[5],21,-57434055),r=m(r,t,o,a,n[12],6,1700485571),a=m(a,r,t,o,n[3],10,-1894986606),o=m(o,a,r,t,n[10],15,-1051523),t=m(t,o,a,r,n[1],21,-2054922799),r=m(r,t,o,a,n[8],6,1873313359),a=m(a,r,t,o,n[15],10,-30611744),o=m(o,a,r,t,n[6],15,-1560198380),t=m(t,o,a,r,n[13],21,1309151649),r=m(r,t,o,a,n[4],6,-145523070),a=m(a,r,t,o,n[11],10,-1120210379),o=m(o,a,r,t,n[2],15,718787259),t=m(t,o,a,r,n[9],21,-343485551),e[0]=l(r,e[0]),e[1]=l(t,e[1]),e[2]=l(o,e[2]),e[3]=l(a,e[3])},d=function(e,n,r,t,o,a){return n=l(l(n,e),l(t,a)),l(n<<o|n>>>32-o,r)},i=function(e,n,r,t,o,a,i){return d(n&r|~n&t,e,n,o,a,i)},u=function(e,n,r,t,o,a,i){return d(n&t|r&~t,e,n,o,a,i)},c=function(e,n,r,t,o,a,i){return d(n^r^t,e,n,o,a,i)},m=function(e,n,r,t,o,a,i){return d(r^(n|~t),e,n,o,a,i)},t="0123456789abcdef".split(""),n=function(e){for(var n=0;n<e.length;n++)e[n]=function(e){for(var n="",r=0;r<4;r++)n+=t[e>>8*r+4&15]+t[e>>8*r&15];return n}(e[n]);return e.join("")},e=e.md5=function(e){return n(function(e){for(var n=e.length,r=[1732584193,-271733879,-1732584194,271733878],t=64;t<=e.length;t+=64)a(r,function(e){for(var n=[],r,r=0;r<64;r+=4)n[r>>2]=e.charCodeAt(r)+(e.charCodeAt(r+1)<<8)+(e.charCodeAt(r+2)<<16)+(e.charCodeAt(r+3)<<24);return n}(e.substring(t-64,t)));e=e.substring(t-64);var o=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];for(t=0;t<e.length;t++)o[t>>2]|=e.charCodeAt(t)<<(t%4<<3);if(o[t>>2]|=128<<(t%4<<3),55<t)for(a(r,o),t=0;t<16;t++)o[t]=0;return o[14]=8*n,a(r,o),r}(e))},l=function(e,n){return e+n&4294967295};"5d41402abc4b2a76b9719d911017c592"!=e("hello")&&(l=function(e,n){var r=(65535&e)+(65535&n);return(e>>16)+(n>>16)+(r>>16)<<16|65535&r})}(window),function(o,n,a){n.dhl_internetmarke={params:{},init:function(){var e=n.dhl_internetmarke;o(document).on("click","#woocommerce_gzd_dhl_im_portokasse_charge",e.onCharge)},onCharge:function(){var e=o(this),n=e.data(),r=o("#woocommerce_gzd_dhl_im_portokasse_charge_amount").val();$form=o('<form target="_blank" action="'+e.data("url")+'" id="wc-gzd-dhl-im-portokasse-form" method="POST" style=""></form>').appendTo("body"),o.each(n,function(e,n){$form.append('<input type="hidden" name="'+e.toUpperCase()+'" value="'+n+'" />')});var t=parseInt((100*parseFloat(r.replace(",",".")).toFixed(2)).toFixed()),e=parseInt(n.wallet);(t<1e3||Number.isNaN(t))&&(t=1e3);r=new Date,r=("0"+r.getDate()).slice(-2)+("0"+(r.getMonth()+1)).slice(-2)+r.getFullYear().toString()+"-"+("0"+r.getHours()).slice(-2)+("0"+r.getMinutes()).slice(-2)+("0"+r.getSeconds()).slice(-2),n=[n.partner_id,r,n.success_url,n.cancel_url,n.user_token,e+t,n.schluessel_dpwn_partner].join("::");return $form.append('<input type="hidden" name="BALANCE" value="'+(e+t)+'" />'),$form.append('<input type="hidden" name="PARTNER_SIGNATURE" value="'+a.md5(n).substring(0,8)+'" />'),$form.append('<input type="hidden" name="REQUEST_TIMESTAMP" value="'+r+'" />'),$form.submit(),!1}},o(document).ready(function(){germanized.admin.dhl_internetmarke.init()})}(jQuery,window.germanized.admin,window);
|
packages/woocommerce-germanized-dhl/assets/js/parcel-finder.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
window.germanized=window.germanized||{},window.germanized.dhl_parcel_finder=window.germanized.dhl_parcel_finder||{},function(o,t){t.dhl_parcel_finder={params:{},parcelShops:[],wrapper:"",init:function(){var e=t.dhl_parcel_finder;e.params=wc_gzd_dhl_parcel_finder_params,e.wrapper=e.params.wrapper,o(document).on("click",".gzd-dhl-parcel-shop-modal",e.openModal).on("click","#dhl-parcel-finder-wrapper .dhl-parcel-finder-close",e.closeModal).on("submit","#dhl-parcel-finder-wrapper #dhl-parcel-finder-form",e.onSubmit).on("click","#dhl-parcel-finder-wrapper .dhl-retry-search",e.onSubmit).on("click","#dhl-parcel-finder-wrapper .dhl-parcelshop-select-btn",e.onSelectShop),o(document.body).bind("woocommerce_gzd_dhl_location_available_pickup_types_changed",e.onChangeAvailablePickupTypes)},onChangeAvailablePickupTypes:function(){var e=t.dhl_parcel_finder,a=t.dhl_parcel_locator,
|
1 |
+
window.germanized=window.germanized||{},window.germanized.dhl_parcel_finder=window.germanized.dhl_parcel_finder||{},function(o,t){t.dhl_parcel_finder={params:{},parcelShops:[],wrapper:"",init:function(){var e=t.dhl_parcel_finder;e.params=wc_gzd_dhl_parcel_finder_params,e.wrapper=e.params.wrapper,o(document).on("click",".gzd-dhl-parcel-shop-modal",e.openModal).on("click","#dhl-parcel-finder-wrapper .dhl-parcel-finder-close",e.closeModal).on("submit","#dhl-parcel-finder-wrapper #dhl-parcel-finder-form",e.onSubmit).on("click","#dhl-parcel-finder-wrapper .dhl-retry-search",e.onSubmit).on("click","#dhl-parcel-finder-wrapper .dhl-parcelshop-select-btn",e.onSelectShop),o(document.body).bind("woocommerce_gzd_dhl_location_available_pickup_types_changed",e.onChangeAvailablePickupTypes)},onChangeAvailablePickupTypes:function(){var e=t.dhl_parcel_finder,a=t.dhl_parcel_locator,r=e.getModal(),e=a.getShippingMethod(),a=a.getShippingMethodData(e);a&&(r.find(".finder-pickup-type").addClass("hidden"),o.each(a.supports,function(e,a){a=r.find('.finder-pickup-type[data-pickup_type="'+a+'"]');a.find("input[type=checkbox]").prop("checked",!0),a.removeClass("hidden")}))},openModal:function(){var e=t.dhl_parcel_finder,a=e.getModal(),r=(0<o(e.wrapper+" #shipping_country").val().length?o(e.wrapper+" #shipping_country"):o(e.wrapper+" #billing_country")).val();a.find("#dhl-parcelfinder-country").val(r);r=(0<o(e.wrapper+" #shipping_postcode").val().length?o(e.wrapper+" #shipping_postcode"):o(e.wrapper+" #billing_postcode")).val();a.find("#dhl-parcelfinder-postcode").val(r);e=(0<o(e.wrapper+" #shipping_city").val().length?o(e.wrapper+" #shipping_city"):o(e.wrapper+" #billing_city")).val();return a.find("#dhl-parcelfinder-city").val(e),a.addClass("open"),a.find("#dhl-parcel-finder-form").submit(),!1},closeModal:function(){return t.dhl_parcel_finder.getModal().removeClass("open"),!1},getModal:function(){return o("#dhl-parcel-finder-wrapper")},doAjax:function(e,r,a,p){var n=t.dhl_parcel_finder;a=a||n.onAjaxSuccess,p=p||n.onAjaxError,e.hasOwnProperty("security")||(e.security=n.params.parcel_finder_nonce),r.find("#dhl-parcel-finder-map").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),r.find(".notice-wrapper").empty(),o.ajax({type:"POST",url:n.params.ajax_url,data:e,success:function(e){e.success?(r.find("#dhl-parcel-finder-map").unblock(),a.apply(r,[e])):(p.apply(r,[e]),r.find("#dhl-parcel-finder-map").unblock(),e.hasOwnProperty("message")?n.addNotice(e.message,"error",r):e.hasOwnProperty("messages")&&o.each(e.messages,function(e,a){n.addNotice(a,"error",r)}))},error:function(e){},dataType:"json"})},onAjaxSuccess:function(e){},onAjaxError:function(e){},getFormData:function(e){var r={};return o.each(e.serializeArray(),function(e,a){-1!==a.name.indexOf("[]")?(a.name=a.name.replace("[]",""),r[a.name]=o.makeArray(r[a.name]),r[a.name].push(a.value)):r[a.name]=a.value}),r},onSubmit:function(e){var a=t.dhl_parcel_finder,r=t.dhl_parcel_locator,p=a.getModal().find("#dhl-parcel-finder"),n=p.find("form"),n=a.getFormData(n);return n.action="woocommerce_gzd_dhl_parcelfinder_search",n.is_checkout=r.isCheckout()?"yes":"no",a.doAjax(n,p,a.onSubmitSuccess),!1},onSubmitSuccess:function(e){var a=t.dhl_parcel_finder;e.parcel_shops&&(a.parcelShops=e.parcel_shops,"object"==typeof google&&"object"==typeof google.maps?a.updateMap():a.loadMapsAPI())},loadMapsAPI:function(){var e=t.dhl_parcel_finder;e.addScript("https://maps.googleapis.com/maps/api/js?key="+e.params.api_key,e.updateMap)},addScript:function(e,a){var r=document.createElement("script");a&&(r.onload=a),r.type="text/javascript",r.src=e,document.body.appendChild(r)},updateMap:function(){var l=t.dhl_parcel_finder,e=l.parcelShops,a={lat:e[0].location.latitude,lng:e[0].location.longitude},c=new google.maps.Map(document.getElementById("dhl-parcel-finder-map"),{zoom:13,center:a}),d=[];o.each(e,function(e,a){var r={lat:a.location.latitude,lng:a.location.longitude},p=l.params.packstation_icon,n=l.params.i18n.packstation;switch(a.gzd_type){case"parcelshop":p=l.params.parcelshop_icon,n=l.params.i18n.branch;break;case"postoffice":p=l.params.postoffice_icon,n=l.params.i18n.branch}var i=new google.maps.InfoWindow({content:a.html_content,maxWidth:300});d.push(i);var o=new google.maps.Marker({position:r,map:c,title:n,animation:google.maps.Animation.DROP,icon:p});o.addListener("click",function(){!function(){for(var e=0;e<d.length;e++)d[e].close()}(),i.open(c,o)})})},onSelectShop:function(){var p=t.dhl_parcel_finder,n=parseInt(o(this).attr("id")),i=o(p.wrapper+" #shipping_address_type");o.each(p.parcelShops,function(e,a){if(parseInt(a.id)===n){var r="packstation"===a.gzd_type;return o(p.wrapper+" #shipping_first_name").val((0<o(p.wrapper+" #shipping_first_name").val().length?o(p.wrapper+" #shipping_first_name"):o(p.wrapper+" #billing_first_name")).val()),o(p.wrapper+" #shipping_last_name").val((0<o(p.wrapper+" #shipping_last_name").val().length?o(p.wrapper+" #shipping_last_name"):o(p.wrapper+" #billing_last_name")).val()),o(p.wrapper+" #shipping_address_1").val(a.gzd_name),o(p.wrapper+" #shipping_address_2").val(""),o(p.wrapper+" #shipping_postcode").val(a.address.zip),o(p.wrapper+" #shipping_city").val(a.address.city),i.val("dhl").trigger("change"),p.closeModal(),r&&""===o(p.wrapper+" #shipping_dhl_postnumber").val()&&o(p.wrapper+" #shipping_dhl_postnumber").focus(),!0}})},addNotice:function(e,a,r){r.find(".notice-wrapper").append('<div class="notice notice-'+a+'"><p>'+e+"</p></div>")}},o(document).ready(function(){t.dhl_parcel_finder.init()})}(jQuery,window.germanized);
|
packages/woocommerce-germanized-dhl/assets/js/parcel-locator.js
CHANGED
@@ -24,12 +24,17 @@ window.germanized.dhl_parcel_locator = window.germanized.dhl_parcel_locator || {
|
|
24 |
.on( 'change.dhl', self.wrapper + ' #ship-to-different-address-checkbox', self.onChangeShipping )
|
25 |
.on( 'change.dhl', self.wrapper + ' #shipping_country', self.refreshAvailability );
|
26 |
|
|
|
27 |
$( document.body ).on( 'updated_checkout', self.afterRefreshCheckout );
|
28 |
|
29 |
self.refreshAvailability();
|
30 |
self.refreshAddressType();
|
31 |
},
|
32 |
|
|
|
|
|
|
|
|
|
33 |
isCheckout: function() {
|
34 |
var self = germanized.dhl_parcel_locator;
|
35 |
|
@@ -326,6 +331,16 @@ window.germanized.dhl_parcel_locator = window.germanized.dhl_parcel_locator || {
|
|
326 |
return self.isAvailable() && $( self.wrapper + ' #shipping_address_type' ).val() === 'dhl';
|
327 |
},
|
328 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
getShippingMethod: function( pwithInstanceId ) {
|
330 |
var current = '';
|
331 |
var withInstanceId = pwithInstanceId ? pwithInstanceId : true;
|
@@ -376,9 +391,14 @@ window.germanized.dhl_parcel_locator = window.germanized.dhl_parcel_locator || {
|
|
376 |
var self = germanized.dhl_parcel_locator,
|
377 |
shippingCountry = $( self.wrapper + ' #shipping_country' ).val(),
|
378 |
shippingMethod = self.getShippingMethod(),
|
|
|
379 |
methodData = self.getShippingMethodData( shippingMethod ),
|
380 |
isAvailable = true;
|
381 |
|
|
|
|
|
|
|
|
|
382 |
if ( $.inArray( shippingCountry, self.params.supported_countries ) === -1 ) {
|
383 |
isAvailable = false;
|
384 |
}
|
24 |
.on( 'change.dhl', self.wrapper + ' #ship-to-different-address-checkbox', self.onChangeShipping )
|
25 |
.on( 'change.dhl', self.wrapper + ' #shipping_country', self.refreshAvailability );
|
26 |
|
27 |
+
$( document ).on( 'change', '.payment_methods .input-radio', self.triggerCheckoutRefresh );
|
28 |
$( document.body ).on( 'updated_checkout', self.afterRefreshCheckout );
|
29 |
|
30 |
self.refreshAvailability();
|
31 |
self.refreshAddressType();
|
32 |
},
|
33 |
|
34 |
+
triggerCheckoutRefresh: function() {
|
35 |
+
$( document.body ).trigger( 'update_checkout' );
|
36 |
+
},
|
37 |
+
|
38 |
isCheckout: function() {
|
39 |
var self = germanized.dhl_parcel_locator;
|
40 |
|
331 |
return self.isAvailable() && $( self.wrapper + ' #shipping_address_type' ).val() === 'dhl';
|
332 |
},
|
333 |
|
334 |
+
getPaymentMethod: function() {
|
335 |
+
var $selected = $( '.payment_methods .input-radio:checked' );
|
336 |
+
|
337 |
+
if ( $selected ) {
|
338 |
+
return $selected.val();
|
339 |
+
}
|
340 |
+
|
341 |
+
return '';
|
342 |
+
},
|
343 |
+
|
344 |
getShippingMethod: function( pwithInstanceId ) {
|
345 |
var current = '';
|
346 |
var withInstanceId = pwithInstanceId ? pwithInstanceId : true;
|
391 |
var self = germanized.dhl_parcel_locator,
|
392 |
shippingCountry = $( self.wrapper + ' #shipping_country' ).val(),
|
393 |
shippingMethod = self.getShippingMethod(),
|
394 |
+
paymentMethod = self.getPaymentMethod(),
|
395 |
methodData = self.getShippingMethodData( shippingMethod ),
|
396 |
isAvailable = true;
|
397 |
|
398 |
+
if ( $.inArray( paymentMethod, self.params.excluded_gateways ) !== -1 ) {
|
399 |
+
isAvailable = false;
|
400 |
+
}
|
401 |
+
|
402 |
if ( $.inArray( shippingCountry, self.params.supported_countries ) === -1 ) {
|
403 |
isAvailable = false;
|
404 |
}
|
packages/woocommerce-germanized-dhl/assets/js/parcel-locator.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
window.germanized=window.germanized||{},window.germanized.dhl_parcel_locator=window.germanized.dhl_parcel_locator||{},function(s
|
1 |
+
window.germanized=window.germanized||{},window.germanized.dhl_parcel_locator=window.germanized.dhl_parcel_locator||{},function(i,s){s.dhl_parcel_locator={params:{},parcelShops:[],wrapper:"",init:function(){var e=s.dhl_parcel_locator;e.params=wc_gzd_dhl_parcel_locator_params,e.wrapper=e.params.wrapper,i(document).on("change.dhl",e.wrapper+" #shipping_address_type",e.refreshAddressType).on("change.dhl",e.wrapper+" #shipping_address_1",e.onChangeAddress).on("change.dhl",e.wrapper+" #ship-to-different-address-checkbox",e.onChangeShipping).on("change.dhl",e.wrapper+" #shipping_country",e.refreshAvailability),i(document).on("change",".payment_methods .input-radio",e.triggerCheckoutRefresh),i(document.body).on("updated_checkout",e.afterRefreshCheckout),e.refreshAvailability(),e.refreshAddressType()},triggerCheckoutRefresh:function(){i(document.body).trigger("update_checkout")},isCheckout:function(){return s.dhl_parcel_locator.params.is_checkout},afterRefreshCheckout:function(){var a=s.dhl_parcel_locator,e={security:a.params.parcel_locator_data_nonce,action:"woocommerce_gzd_dhl_parcel_locator_refresh_shipping_data"};i.ajax({type:"POST",url:a.params.ajax_url,data:e,success:function(e){a.params.methods=e.methods,a.refreshAvailability()},error:function(e){a.refreshAvailability()},dataType:"json"})},refreshAvailability:function(){var r,e=s.dhl_parcel_locator,a=e.getShippingMethod(),d=e.getShippingMethodData(a);e.isAvailable()?(a=(r=i(e.wrapper+" #shipping_address_type")).val(),e.isCheckout()&&(r.html(""),d&&(i.each(d.address_type_options,function(e,a){r.append(i("<option/>",{value:e,text:a}))}),0<r.find('option[value="'+a+'"]').length&&r.find('option[value="'+a+'"]').prop("selected",!0),r.trigger("change"))),0<r.find("option").length?i(e.wrapper+" #shipping_address_type_field").show():i(e.wrapper+" #shipping_address_type_field").hide(),i(document.body).trigger("woocommerce_gzd_dhl_location_available_pickup_types_changed")):(i(e.wrapper+" #shipping_address_type").val("regular").trigger("change"),i(e.wrapper+" #shipping_address_type_field").hide())},onChangeShipping:function(){var e=s.dhl_parcel_locator;i(this).is(":checked")&&(e.refreshAvailability(),e.isEnabled()&&e.refreshAddressType())},onChangeAddress:function(){var e=s.dhl_parcel_locator;e.isEnabled()&&e.formatAddress()},formatAddress:function(){var e=!1,a=s.dhl_parcel_locator,r=i(a.wrapper+" #shipping_address_1"),d=r.val();0<d.length&&(i.isNumeric(d)?e=!0:a.addressIsPackstation()||a.addressIsPostOffice()||a.addressIsParcelShop()||r.val("")),e&&a.validateAddress(d),a.refreshCustomerNumberStatus()},addressIsPackstation:function(){var e=s.dhl_parcel_locator;return 0<=i(e.wrapper+" #shipping_address_1").val().toLowerCase().indexOf(e.params.i18n.packstation.toLowerCase())},addressIsPostOffice:function(){var e=s.dhl_parcel_locator;return 0<=i(e.wrapper+" #shipping_address_1").val().toLowerCase().indexOf(e.params.i18n.postoffice.toLowerCase())},addressIsParcelShop:function(){var e=s.dhl_parcel_locator;return 0<=i(e.wrapper+" #shipping_address_1").val().toLowerCase().indexOf(e.params.i18n.parcelshop.toLowerCase())},shippingMethodSupportsPickupType:function(e,a){var r=s.dhl_parcel_locator.getShippingMethodData(e),e=!1;return e=r&&-1!==i.inArray(a,r.supports)?!0:e},customerNumberIsMandatory:function(){var e=s.dhl_parcel_locator;return!!e.isEnabled()&&(!!e.addressIsPackstation()||(e.addressIsParcelShop()||e.addressIsPostOffice(),!1))},refreshCustomerNumberStatus:function(){var e=s.dhl_parcel_locator,a=i(e.wrapper+" #shipping_dhl_postnumber_field");e.customerNumberIsMandatory()?(a.find("label span").length&&a.find("label span").hasClass("required")||a.find("label").append(' <span class="required">*</span>'),a.find("label span.optional").hide(),a.addClass("validate-required")):(a.find("label span.required").remove(),a.find("label span.optional").show(),a.removeClass("validate-required woocommerce-invalid woocommerce-invalid-required-field"))},validateAddress:function(e){var a=s.dhl_parcel_locator,e={action:"woocommerce_gzd_dhl_parcel_locator_validate_address",address:e,security:a.params.parcel_locator_nonce};i.ajax({type:"POST",url:a.params.ajax_url,data:e,success:function(e){e.valid?(i(a.wrapper+" #shipping_address_1").val(e.address),a.refreshCustomerNumberStatus()):i(a.wrapper+" #shipping_address_1").val("")},error:function(e){},dataType:"json"})},getShippingMethodData:function(e){var a=s.dhl_parcel_locator;return!!a.params.methods.hasOwnProperty(e)&&a.params.methods[e]},refreshAddressType:function(){var e,a=s.dhl_parcel_locator,r=i(a.wrapper+" #shipping_address_1_field"),d=i(a.wrapper+" #shipping_address_1"),t=a.getShippingMethod(),p=a.getShippingMethodData(t),t=d.val();a.isEnabled()?(p&&(d.data("label-dhl",p.street_label),d.data("placeholder-dhl",p.street_placeholder),d.data("desc-dhl",p.finder_button)),i(a.wrapper+" #shipping_dhl_postnumber_field").show(),d.data("label-dhl")&&(e=r.find("label span, label abbr"),r.find("label").html(d.data("label-dhl")+" "),r.find("label").append(e)),d.data("placeholder-dhl")&&d.attr("placeholder",d.data("placeholder-dhl")),d.data("desc-dhl")&&(r.find(".dhl-desc").remove(),r.find(".woocommerce-input-wrapper").after('<p class="desc dhl-desc">'+d.data("desc-dhl")+"</p>")),0<t.length&&a.formatAddress()):(i(a.wrapper+" #shipping_dhl_postnumber_field").hide(),d.data("label-regular")&&(e=r.find("label span, label abbr"),r.find("label").html(d.data("label-regular")+" "),r.find("label").append(e)),d.data("placeholder-regular")&&d.attr("placeholder",d.data("placeholder-regular")),r.find(".dhl-desc").remove())},isEnabled:function(){var e=s.dhl_parcel_locator;return e.isAvailable()&&"dhl"===i(e.wrapper+" #shipping_address_type").val()},getPaymentMethod:function(){var e=i(".payment_methods .input-radio:checked");return e?e.val():""},getShippingMethod:function(e){var a,r="",e=e||!0;return 0<i("select.shipping_method").length?r=i("select.shipping_method").val():0<i('input[name^="shipping_method"]:checked').length?r=i('input[name^="shipping_method"]:checked').val():0<i('input[name^="shipping_method"][type="hidden"]').length&&(r=i('input[name^="shipping_method"][type="hidden"]').val()),e?void 0!==r&&0<r.length&&(a=r.split(":")).length<=1&&(r+=":0"):void 0!==r&&0<r.length&&0<(a=r.split(":")).length&&(r=a[0]),r},pickupTypeIsAvailable:function(e){var a=s.dhl_parcel_locator,r=a.getShippingMethod(),d=!0;return d=!a.shippingMethodSupportsPickupType(r,e)?!1:d},isAvailable:function(){var e=s.dhl_parcel_locator,a=i(e.wrapper+" #shipping_country").val(),r=e.getShippingMethod(),d=e.getPaymentMethod(),t=e.getShippingMethodData(r),r=!0;return-1!==i.inArray(d,e.params.excluded_gateways)&&(r=!1),-1===i.inArray(a,e.params.supported_countries)&&(r=!1),e.isCheckout()&&(t&&0!==t.supports.length||(r=!1)),r}},i(document).ready(function(){s.dhl_parcel_locator.init()})}(jQuery,window.germanized);
|
packages/woocommerce-germanized-dhl/i18n/holidays.php
CHANGED
@@ -11,27 +11,6 @@ defined( 'ABSPATH' ) || exit;
|
|
11 |
|
12 |
return array(
|
13 |
'DE' => array(
|
14 |
-
'2021-01-06',
|
15 |
-
'2021-06-03',
|
16 |
-
'2021-04-04',
|
17 |
-
'2021-03-08',
|
18 |
-
'2021-11-01',
|
19 |
-
'2021-05-13',
|
20 |
-
'2021-05-01',
|
21 |
-
'2021-12-26',
|
22 |
-
'2021-10-03',
|
23 |
-
'2021-09-20',
|
24 |
-
'2021-08-08',
|
25 |
-
'2021-11-17',
|
26 |
-
'2021-01-01',
|
27 |
-
'2021-10-31',
|
28 |
-
'2021-05-24',
|
29 |
-
'2021-08-15',
|
30 |
-
'2021-04-02',
|
31 |
-
'2021-12-25',
|
32 |
-
'2021-04-01',
|
33 |
-
'2021-05-23',
|
34 |
-
'2021-04-05',
|
35 |
'2022-01-06',
|
36 |
'2022-06-16',
|
37 |
'2022-04-17',
|
@@ -53,5 +32,26 @@ return array(
|
|
53 |
'2022-04-14',
|
54 |
'2022-06-05',
|
55 |
'2022-04-18',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
),
|
57 |
);
|
11 |
|
12 |
return array(
|
13 |
'DE' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
'2022-01-06',
|
15 |
'2022-06-16',
|
16 |
'2022-04-17',
|
32 |
'2022-04-14',
|
33 |
'2022-06-05',
|
34 |
'2022-04-18',
|
35 |
+
'2023-01-06',
|
36 |
+
'2023-06-08',
|
37 |
+
'2023-04-09',
|
38 |
+
'2023-03-08',
|
39 |
+
'2023-11-01',
|
40 |
+
'2023-05-18',
|
41 |
+
'2023-05-01',
|
42 |
+
'2023-12-26',
|
43 |
+
'2023-10-03',
|
44 |
+
'2023-09-20',
|
45 |
+
'2023-08-08',
|
46 |
+
'2023-11-22',
|
47 |
+
'2023-01-01',
|
48 |
+
'2023-10-31',
|
49 |
+
'2023-05-29',
|
50 |
+
'2023-08-15',
|
51 |
+
'2023-04-07',
|
52 |
+
'2023-12-25',
|
53 |
+
'2023-04-06',
|
54 |
+
'2023-05-28',
|
55 |
+
'2023-04-10',
|
56 |
),
|
57 |
);
|
packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php
CHANGED
@@ -228,12 +228,8 @@ function wc_gzd_dhl_get_inlay_return_label_reference( $label, $shipment ) {
|
|
228 |
* @return false|\Vendidero\Germanized\DHL\ShippingProvider\ShippingMethod
|
229 |
*/
|
230 |
function wc_gzd_dhl_get_current_shipping_method() {
|
231 |
-
$
|
232 |
-
|
233 |
-
if ( ! empty( $chosen_shipping_methods ) ) {
|
234 |
-
$method = wc_gzd_dhl_get_shipping_method( $chosen_shipping_methods[0] );
|
235 |
-
|
236 |
-
return $method;
|
237 |
}
|
238 |
|
239 |
return false;
|
228 |
* @return false|\Vendidero\Germanized\DHL\ShippingProvider\ShippingMethod
|
229 |
*/
|
230 |
function wc_gzd_dhl_get_current_shipping_method() {
|
231 |
+
if ( $current = wc_gzd_get_current_shipping_method_id() ) {
|
232 |
+
return wc_gzd_dhl_get_shipping_method( $current );
|
|
|
|
|
|
|
|
|
233 |
}
|
234 |
|
235 |
return false;
|
packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php
CHANGED
@@ -61,6 +61,16 @@ class ImWarenpostIntRest extends Rest {
|
|
61 |
return $label;
|
62 |
}
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
/**
|
65 |
* Creates a new order based on the given data
|
66 |
*
|
@@ -135,7 +145,7 @@ class ImWarenpostIntRest extends Rest {
|
|
135 |
'addressLine1' => mb_substr( $shipment->get_address_1(), 0, 30 ),
|
136 |
'addressLine2' => mb_substr( $shipment->get_address_2(), 0, 30 ),
|
137 |
'city' => $shipment->get_city(),
|
138 |
-
'state' => mb_substr( wc_gzd_dhl_format_label_state( $shipment->get_state(), $shipment->get_country() ), 0, 20 ),
|
139 |
'postalCode' => $shipment->get_postcode(),
|
140 |
'destinationCountry' => $shipment->get_country(),
|
141 |
'shipmentAmount' => wc_format_decimal( $shipment->get_total() + $shipment->get_additional_total(), 2 ),
|
61 |
return $label;
|
62 |
}
|
63 |
|
64 |
+
protected function clean_state( $string ) {
|
65 |
+
// Remove han chinese chars
|
66 |
+
$string = preg_replace( "/\p{Han}+/u", '', $string );
|
67 |
+
$string = str_replace( array( '(', ')', '/' ), '', $string );
|
68 |
+
// Remove double white spaces
|
69 |
+
$string = preg_replace('/\s+/', ' ', $string );
|
70 |
+
|
71 |
+
return trim( $string );
|
72 |
+
}
|
73 |
+
|
74 |
/**
|
75 |
* Creates a new order based on the given data
|
76 |
*
|
145 |
'addressLine1' => mb_substr( $shipment->get_address_1(), 0, 30 ),
|
146 |
'addressLine2' => mb_substr( $shipment->get_address_2(), 0, 30 ),
|
147 |
'city' => $shipment->get_city(),
|
148 |
+
'state' => mb_substr( $this->clean_state( wc_gzd_dhl_format_label_state( $shipment->get_state(), $shipment->get_country() ) ), 0, 20 ),
|
149 |
'postalCode' => $shipment->get_postcode(),
|
150 |
'destinationCountry' => $shipment->get_country(),
|
151 |
'shipmentAmount' => wc_format_decimal( $shipment->get_total() + $shipment->get_additional_total(), 2 ),
|
packages/woocommerce-germanized-dhl/src/Api/Paket.php
CHANGED
@@ -195,23 +195,19 @@ class Paket {
|
|
195 |
|
196 |
$tz_obj = new DateTimeZone( 'Europe/Berlin' );
|
197 |
$starting_date = new DateTime( "now", $tz_obj );
|
|
|
198 |
|
199 |
// Add preparation days
|
200 |
if ( ! empty( $preparation_days ) ) {
|
201 |
-
$days_added = 0;
|
202 |
-
|
203 |
while ( ! $this->is_working_day( $starting_date ) || $days_added < $preparation_days ) {
|
204 |
$starting_date->add( new DateInterval('P1D' ) );
|
205 |
$days_added++;
|
206 |
}
|
207 |
}
|
208 |
|
209 |
-
// In case current
|
210 |
-
if ( $starting_date->format( 'Hi' ) > str_replace( ':', '', $cutoff_time ) ) {
|
211 |
-
|
212 |
-
$starting_date->add( new DateInterval('P1D' ) );
|
213 |
-
break;
|
214 |
-
}
|
215 |
}
|
216 |
|
217 |
// Add days as long as starting date is excluded or is not a working day
|
195 |
|
196 |
$tz_obj = new DateTimeZone( 'Europe/Berlin' );
|
197 |
$starting_date = new DateTime( "now", $tz_obj );
|
198 |
+
$days_added = 0;
|
199 |
|
200 |
// Add preparation days
|
201 |
if ( ! empty( $preparation_days ) ) {
|
|
|
|
|
202 |
while ( ! $this->is_working_day( $starting_date ) || $days_added < $preparation_days ) {
|
203 |
$starting_date->add( new DateInterval('P1D' ) );
|
204 |
$days_added++;
|
205 |
}
|
206 |
}
|
207 |
|
208 |
+
// In case no preparation days have been added and current time is greater than cutoff time -> add one working day
|
209 |
+
if ( $days_added <= 0 && $starting_date->format( 'Hi' ) > str_replace( ':', '', $cutoff_time ) ) {
|
210 |
+
$starting_date->add( new \DateInterval('P1D' ) );
|
|
|
|
|
|
|
211 |
}
|
212 |
|
213 |
// Add days as long as starting date is excluded or is not a working day
|
packages/woocommerce-germanized-dhl/src/Package.php
CHANGED
@@ -25,7 +25,7 @@ class Package {
|
|
25 |
*
|
26 |
* @var string
|
27 |
*/
|
28 |
-
const VERSION = '1.6.
|
29 |
|
30 |
public static $upload_dir_suffix = '';
|
31 |
|
25 |
*
|
26 |
* @var string
|
27 |
*/
|
28 |
+
const VERSION = '1.6.5';
|
29 |
|
30 |
public static $upload_dir_suffix = '';
|
31 |
|
packages/woocommerce-germanized-dhl/src/ParcelLocator.php
CHANGED
@@ -283,6 +283,19 @@ class ParcelLocator {
|
|
283 |
return $codes;
|
284 |
}
|
285 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
286 |
/**
|
287 |
* @param $data
|
288 |
* @param $type
|
@@ -729,6 +742,7 @@ class ParcelLocator {
|
|
729 |
'parcel_locator_nonce' => wp_create_nonce('dhl-parcel-locator' ),
|
730 |
'parcel_locator_data_nonce' => wp_create_nonce('dhl-p
|
283 |
return $codes;
|
284 |
}
|
285 |
|
286 |
+
public static function get_excluded_gateways() {
|
287 |
+
/**
|
288 |
+
* Filter to disable DHL parcel shop delivery for certain gateways.
|
289 |
+
*
|
290 |
+
* @param array $gateways Array of gateway IDs to exclude.
|
291 |
+
*
|
292 |
+
* @package Vendidero/Germanized/DHL
|
293 |
+
*/
|
294 |
+
$codes = apply_filters( 'woocommerce_gzd_dhl_parcel_locator_excluded_gateways', array( 'cod' ) );
|
295 |
+
|
296 |
+
return $codes;
|
297 |
+
}
|
298 |
+
|
299 |
/**
|
300 |
* @param $data
|
301 |
* @param $type
|
742 |
'parcel_locator_nonce' => wp_create_nonce('dhl-parcel-locator' ),
|
743 |
'parcel_locator_data_nonce' => wp_create_nonce('dhl-p
|