Version Description
- Feature: WC 4.2 support
- Feature: WooCommerce Product Addons shopmarks support
- Improvement: Prevent fee taxes in case no taxes or zero tax rate only is found
- Improvement: Added validation-required class to checkbox container in case it is mandatory
- Improvement: Show age verification product options for bookable products too
- Improvement: Voucher tax (re)-calculation for latest Woo version
- Improvement: Dependency checking
- Improvement: DHL lowered min per item weight for customs
- Fix: DHL customs weight calculation
- Fix: DHL preferred neighbour in manual label requests
Download this release
Release Info
Developer | vendidero |
Plugin | WooCommerce Germanized |
Version | 3.1.7 |
Comparing to | |
See all releases |
Code changes from version 3.1.6 to 3.1.7
- assets/js/admin/legal-checkboxes.min.js +1 -1
- assets/js/admin/product-variations.min.js +1 -1
- assets/js/admin/settings.min.js +1 -1
- assets/js/revocation.min.js +1 -1
- i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE.po +412 -387
- i18n/languages/woocommerce-germanized-de_DE_formal.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE_formal.po +420 -388
- includes/admin/class-wc-gzd-admin.php +0 -17
- includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php +49 -40
- includes/admin/views/html-notice-dependencies.php +25 -67
- includes/admin/views/html-page-status-germanized.php +0 -7
- includes/class-wc-gzd-checkout.php +41 -1
- includes/class-wc-gzd-coupon-helper.php +1 -36
- includes/class-wc-gzd-customer-helper.php +8 -2
- includes/class-wc-gzd-dependencies.php +62 -148
- includes/class-wc-gzd-legal-checkbox.php +11 -1
- includes/class-wc-gzd-product-attribute-helper.php +6 -1
- includes/compatibility/class-wc-gzd-compatibility-woocommerce-product-addons.php +40 -0
- packages/woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php +1 -1
- packages/woocommerce-germanized-dhl/src/Admin/Settings.php +2 -2
- packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php +14 -4
- packages/woocommerce-germanized-dhl/src/Package.php +1 -1
- packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php +1 -1
- packages/woocommerce-germanized-shipments/src/Admin/Table.php +1 -1
- packages/woocommerce-germanized-shipments/src/Package.php +1 -1
- packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php +1 -1
- packages/woocommerce-trusted-shops/assets/js/admin.min.js +1 -1
- packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php +8 -8
- packages/woocommerce-trusted-shops/readme.txt +1 -1
- packages/woocommerce-trusted-shops/src/Package.php +1 -1
- packages/woocommerce-trusted-shops/woocommerce-trusted-shops.php +2 -2
- readme.txt +14 -2
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +2 -2
- vendor/composer/autoload_classmap_package.php +68 -68
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.json +23 -23
- woocommerce-germanized.php +4 -5
assets/js/admin/legal-checkboxes.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(c,d,l,r){c(function(){c(".wc-gzd-legal-checkboxes");var e=c(".wc-gzd-legal-checkbox-rows"),t=c(".wc-shipping-zone-save"),n=l.template("wc-gzd-legal-checkbox-row"),i=Backbone.Model.extend({changes:{},logChanges:function(e){var n=this.changes||{};_.each(e,function(e,t){n[t]=_.extend(n[t]||{id:t},e)}),this.changes=n,this.trigger("change:checkboxes")},discardChanges:function(e){var t=this.changes||{},n=null,i=_.indexBy(this.get("checkboxes"),"id");t[e]&&void 0!==t[e].priority&&(n=t[e].priority),delete t[e],null!==n&&i[e]&&i[e].priority!==n&&(t[e]=_.extend(t[e]||{},{id:e,priority:n})),this.changes=t,0===_.size(this.changes)&&s.clearUnloadConfirmation()},save:function(){_.size(this.changes)?c.post(r+(0<r.indexOf("?")?"&":"?")+"action=woocommerce_gzd_legal_checkboxes_save_changes",{wc_gzd_legal_checkbox_nonce:d.checkboxes_nonce,changes:this.changes},this.onSaveResponse,"json"):a.trigger("saved:checkboxes")},onSaveResponse:function(e,t){"success"===t&&(e.success?(a.set("checkboxes",e.data.checkboxes),a.trigger("change:checkboxes"),a.changes={},a.trigger("saved:checkboxes")):window.alert(d.strings.save_failed))}}),o=Backbone.View.extend({rowTemplate:n,initialize:function(){this.listenTo(this.model,"change:checkboxes",this.setUnloadConfirmation),this.listenTo(this.model,"saved:checkboxes",this.clearUnloadConfirmation),this.listenTo(this.model,"saved:checkboxes",this.render),e.on("change",{view:this},this.updateModelOnChange),e.on("sortupdate",{view:this},this.updateModelOnSort),c(window).on("beforeunload",{view:this},this.unloadConfirmation),c(document.body).on("click",".wc-gzd-legal-checkbox-add",{view:this},this.onAddNewRow)},block:function(){c(this.el).block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){c(this.el).unblock()},render:function(){var e=_.indexBy(this.model.get("checkboxes"),"id"),n=this;n.$el.empty(),n.unblock(),_.size(e)&&(e=_(e).chain().sortBy(function(e){return parseInt(e.priority,10)}).value(),c.each(e,function(e,t){n.renderRow(t)})),n.initRows()},renderRow:function(e){var t=this;t.$el.append(t.rowTemplate(e)),t.initRow(e)},initRow:function(e){var t=this,n=t.$el.find('tr[data-id="'+e.id+'"]');t.renderLocations(e.id,e.location_titles),t.renderStatus(e.id,"yes"===e.is_enabled,"enabled"),t.renderStatus(e.id,"yes"===e.is_mandatory,"mandatory"),t.disableDelete(e.id,"yes"===e.is_core),n.find(".wc-gzd-legal-checkbox-delete").on("click",{view:this},this.onDeleteRow)},initRows:function(){c("#tiptip_holder").removeAttr("style"),c("#tiptip_arrow").removeAttr("style"),c(".tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:50})},disableDelete:function(e,t){var n=c('.wc-gzd-legal-checkboxes tr[data-id="'+e+'"]');t&&(n.find(".wc-gzd-legal-checkbox-delete").remove(),n.find(".row-actions .sep").remove())},renderStatus:function(e,t,n){var i=c('.wc-gzd-legal-checkboxes tr[data-id="'+e+'"]').find("td.wc-gzd-legal-checkbox-"+n);class_name="enabled"
|
1 |
+
!function(c,d,l,r){c(function(){c(".wc-gzd-legal-checkboxes");var e=c(".wc-gzd-legal-checkbox-rows"),t=c(".wc-shipping-zone-save"),n=l.template("wc-gzd-legal-checkbox-row"),i=Backbone.Model.extend({changes:{},logChanges:function(e){var n=this.changes||{};_.each(e,function(e,t){n[t]=_.extend(n[t]||{id:t},e)}),this.changes=n,this.trigger("change:checkboxes")},discardChanges:function(e){var t=this.changes||{},n=null,i=_.indexBy(this.get("checkboxes"),"id");t[e]&&void 0!==t[e].priority&&(n=t[e].priority),delete t[e],null!==n&&i[e]&&i[e].priority!==n&&(t[e]=_.extend(t[e]||{},{id:e,priority:n})),this.changes=t,0===_.size(this.changes)&&s.clearUnloadConfirmation()},save:function(){_.size(this.changes)?c.post(r+(0<r.indexOf("?")?"&":"?")+"action=woocommerce_gzd_legal_checkboxes_save_changes",{wc_gzd_legal_checkbox_nonce:d.checkboxes_nonce,changes:this.changes},this.onSaveResponse,"json"):a.trigger("saved:checkboxes")},onSaveResponse:function(e,t){"success"===t&&(e.success?(a.set("checkboxes",e.data.checkboxes),a.trigger("change:checkboxes"),a.changes={},a.trigger("saved:checkboxes")):window.alert(d.strings.save_failed))}}),o=Backbone.View.extend({rowTemplate:n,initialize:function(){this.listenTo(this.model,"change:checkboxes",this.setUnloadConfirmation),this.listenTo(this.model,"saved:checkboxes",this.clearUnloadConfirmation),this.listenTo(this.model,"saved:checkboxes",this.render),e.on("change",{view:this},this.updateModelOnChange),e.on("sortupdate",{view:this},this.updateModelOnSort),c(window).on("beforeunload",{view:this},this.unloadConfirmation),c(document.body).on("click",".wc-gzd-legal-checkbox-add",{view:this},this.onAddNewRow)},block:function(){c(this.el).block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){c(this.el).unblock()},render:function(){var e=_.indexBy(this.model.get("checkboxes"),"id"),n=this;n.$el.empty(),n.unblock(),_.size(e)&&(e=_(e).chain().sortBy(function(e){return parseInt(e.priority,10)}).value(),c.each(e,function(e,t){n.renderRow(t)})),n.initRows()},renderRow:function(e){var t=this;t.$el.append(t.rowTemplate(e)),t.initRow(e)},initRow:function(e){var t=this,n=t.$el.find('tr[data-id="'+e.id+'"]');t.renderLocations(e.id,e.location_titles),t.renderStatus(e.id,"yes"===e.is_enabled,"enabled"),t.renderStatus(e.id,"yes"===e.is_mandatory,"mandatory"),t.disableDelete(e.id,"yes"===e.is_core),n.find(".wc-gzd-legal-checkbox-delete").on("click",{view:this},this.onDeleteRow)},initRows:function(){c("#tiptip_holder").removeAttr("style"),c("#tiptip_arrow").removeAttr("style"),c(".tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:50})},disableDelete:function(e,t){var n=c('.wc-gzd-legal-checkboxes tr[data-id="'+e+'"]');t&&(n.find(".wc-gzd-legal-checkbox-delete").remove(),n.find(".row-actions .sep").remove())},renderStatus:function(e,t,n){var i=c('.wc-gzd-legal-checkboxes tr[data-id="'+e+'"]').find("td.wc-gzd-legal-checkbox-"+n);class_name=t?"enabled":"disabled",i.empty(),i.html('<span class="status-'+class_name+'"></span>')},renderLocations:function(e,t){var n=c('.wc-gzd-legal-checkboxes tr[data-id="'+e+'"]').find("td.wc-gzd-legal-checkbox-locations ul");n.find(".wc-gzd-legal-checkbox-location").remove(),_.size(t)&&_.each(t,function(e,t){n.append('<li class="wc-gzd-legal-checkbox-location" data-location="'+t+'">'+e+"</li>")})},onDeleteRow:function(e){var t=e.data.view.model,n=_.indexBy(t.get("checkboxes"),"id"),i={},o=c(this).closest("tr").data("id");e.preventDefault(),window.confirm(d.strings.delete_confirmation_msg)&&n[o]&&(delete n[o],i[o]=_.extend(i[o]||{},{deleted:"deleted"}),t.set("checkboxes",n),t.logChanges(i),e.data.view.block(),e.data.view.model.save())},setUnloadConfirmation:function(){this.needsUnloadConfirm=!0,t.prop("disabled",!1)},clearUnloadConfirmation:function(){this.needsUnloadConfirm=!1,t.prop("disabled",!0)},unloadConfirmation:function(e){if(e.data.view.needsUnloadConfirm)return e.returnValue=d.strings.unload_confirmation_msg,window.event.returnValue=d.strings.unload_confirmation_msg,d.strings.unload_confirmation_msg},updateModelOnChange:function(e){var t=e.data.view.model,n=c(e.target),i=n.closest("tr").data("id"),o=n.data("attribute"),a=n.val(),s=_.indexBy(t.get("checkboxes"),"id");s[i]&&s[i][o]===a||(s[i]={},s[i][o]=a),t.logChanges({})},updateModelOnSort:function(e){var t=e.data.view.model,o=_.indexBy(t.get("checkboxes"),"id"),n=c("tbody.wc-gzd-legal-checkbox-rows tr"),a={};_.each(n,function(e){var t=c(e).data("id"),n=null,i=parseInt(c(e).index(),10);o[t]&&(n=parseInt(o[t].priority,10)),n!==i&&(a[t]=_.extend(a[t]||{},{priority:i}))}),_.size(a)&&(t.logChanges(a),e.data.view.block(),e.data.view.model.save())}}),a=new i({checkboxes:d.checkboxes}),s=new o({model:a,el:e});s.render(),e.sortable({items:"tr",cursor:"move",axis:"y",handle:"td.wc-gzd-legal-checkbox-sort",scrollSensitivity:40})})}(jQuery,wc_gzd_legal_checkboxes_params,wp,ajaxurl);
|
assets/js/admin/product-variations.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(r){var a={init:function(){r("#woocommerce-product-data").on("click",".woocommerce_variation",this.show_or_hide_unit_variation),r("#general_product_data").on("blur","input#_unit_base",this.show_or_hide_unit_variation),r("#general_product_data").on("change","select#_unit",this.show_or_hide_unit_variation),r(document).bind("woocommerce_variations_save_variations_button",this.save_variations),r(document).bind("woocommerce_variations_save_variations_on_submit",this.save_variations),r(document).on("click",".wc-gzd-general-product-data-tab",this.on_click_general_product_data)},on_click_general_product_data:function(){return r("ul.wc-tabs > li.general_options > a").trigger("click"),!1},save_variations:function(){var t=r(".woocommerce_variations").find(".woocommerce_variation");r.each(["unit","unit_base","unit_product"],function(i,a){var n=r("#_"+a).val();t.each(function(){r(this).find(".wc-gzd-parent-"+a).val(n)})})},show_or_hide_unit_variation:function(){
|
1 |
+
jQuery(function(r){var a={init:function(){r("#woocommerce-product-data").on("click",".woocommerce_variation",this.show_or_hide_unit_variation),r("#general_product_data").on("blur","input#_unit_base",this.show_or_hide_unit_variation),r("#general_product_data").on("change","select#_unit",this.show_or_hide_unit_variation),r(document).bind("woocommerce_variations_save_variations_button",this.save_variations),r(document).bind("woocommerce_variations_save_variations_on_submit",this.save_variations),r(document).on("click",".wc-gzd-general-product-data-tab",this.on_click_general_product_data)},on_click_general_product_data:function(){return r("ul.wc-tabs > li.general_options > a").trigger("click"),!1},save_variations:function(){var t=r(".woocommerce_variations").find(".woocommerce_variation");r.each(["unit","unit_base","unit_product"],function(i,a){var n=r("#_"+a).val();t.each(function(){r(this).find(".wc-gzd-parent-"+a).val(n)})})},show_or_hide_unit_variation:function(){var i;a.is_variable()&&(r(".variable_pricing_unit .form-row").hide(),r(".variable_pricing_unit .wc-gzd-unit-price-disabled-notice").show(),!a.has_unit_price()&&a.has_unit()?(r(".variable_pricing_unit .form-row").hide(),r(".variable_pricing_unit .wc-gzd-unit-price-disabled-notice").show(),r(".variable_pricing_unit").find("input[name*=variable_unit_product]").parents(".form-row").show()):a.has_unit_price()&&(r(".variable_pricing_unit .form-row").show(),r(".variable_pricing_unit .wc-gzd-unit-price-disabled-notice").hide()),0<(i=r(".variable_pricing_unit .form-row:not(.wc-gzd-unit-price-disabled-notice):visible:last")).length&&i.hasClass("form-row-first")?r(".variable_pricing_unit .wc-gzd-unit-price-disabled-notice").removeClass("form-row-first").addClass("form-row-last"):r(".variable_pricing_unit .wc-gzd-unit-price-disabled-notice").removeClass("form-row-last").addClass("form-row-first"))},is_variable:function(){return"variable"===r("select#product-type").val()},has_unit:function(){return"0"!==r("#_unit").val()},has_unit_price:function(){return"0"!==r("#_unit").val()&&0!==r("#_unit_base").val().length}};a.init()});
|
assets/js/admin/settings.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
window.germanized=window.germanized||{},function(d,c){c.settings={params:{},init:function(){var e=this;this.params=wc_gzd_admin_settings_params;try{d(document.body).on("wc-enhanced-select-init wc-gzd-enhanced-select-init",this.onEnhancedSelectInit).trigger("wc-gzd-enhanced-select-init")}catch(e){window.console.log(e)}d(document).on("change","input[name=woocommerce_gzd_dispute_resolution_type]",this.onChangeDisputeResolutionType).on("click","a.woocommerce-gzd-input-toggle-trigger",this.onInputToogleClick).on("change",".wc-gzd-setting-tabs input.woocommerce-gzd-tab-status-checkbox",this.onChangeTabStatus).on("change",".wc-gzd-admin-settings :input",this.onChangeInput),d(document.body).on("woocommerce_gzd_setting_field_visible",this.onShowField).on("woocommerce_gzd_setting_field_invisible",this.onHideField),d(".wc-gzd-admin-settings :input").trigger("change"),d("input[name=woocommerce_gzd_dispute_resolution_type]:checked").trigger("change"),this.initMailSortable(),d(document.body).on("init_tooltips",function(){e.initTipTips()}),e.initTipTip()},initTipTip:function(){d(".wc-gzd-setting-tab-actions a.button").tipTip({fadeIn:50,fadeOut:50,delay:200})},onChangeTabStatus:function(){var e=d(this),t=c.settings,i=e.data("tab"),o=e.parents("td").find(".woocommerce-gzd-input-toggle"),n=o.parents("a"),s=e.is(":checked")?"yes":"no",a={action:"woocommerce_gzd_toggle_tab_enabled",security:t.params.tab_toggle_nonce,enable:s,tab:i};return o.addClass("woocommerce-input-toggle--loading"),d.ajax({url:t.params.ajax_url,data:a,dataType:"json",type:"POST",success:function(e){!0===e.data?(o.removeClass("woocommerce-input-toggle--enabled, woocommerce-input-toggle--disabled"),o.addClass("woocommerce-input-toggle--enabled"),o.removeClass("woocommerce-input-toggle--loading"),e.hasOwnProperty("message")&&0<e.message.length&&(d(".wc-gzd-setting-tabs").before('<div class="error inline" id="message"><p>'+e.message+"</p></div>"),d("html, body").animate({scrollTop:d("#message").offset().top-32},1e3))):!1===e.data?(o.removeClass("woocommerce-input-toggle--enabled, woocommerce-input-toggle--disabled"),o.addClass("woocommerce-input-toggle--disabled"),o.removeClass("woocommerce-input-toggle--loading")):"needs_setup"===e.data&&(window.location.href=n.attr("href"))}}),!1},onShowField:function(e,t,o,i){t.parents("table").find(":input[data-show_if_"+o+"]").each(function(){d(this).data("show_if_"+o);var e=d(this).val(),t=d(this).attr("name").replace(/[\[\]']+/g,""),i=d(this).parents("tr");i.removeClass("wc-gzd-setting-invisible"),i.addClass("wc-gzd-setting-visible"),d(document.body).trigger("woocommerce_gzd_setting_field_visible",[i,t,e])})},onHideField:function(e,t,o,i){t.parents("table").find(":input[data-show_if_"+o+"]").each(function(){d(this).data("show_if_"+o);var e=d(this).val(),t=d(this).attr("name").replace(/[\[\]']+/g,""),i=d(this).parents("tr");i.removeClass("wc-gzd-setting-visible"),i.addClass("wc-gzd-setting-invisible"),d(document.body).trigger("woocommerce_gzd_setting_field_invisible",[i,t,e])})},onChangeInput:function(){d(this).parents("tr").find(":input:not(.select2-focusser, .select2-input)").each(function(){var e=d(this),
|
1 |
+
window.germanized=window.germanized||{},function(d,c){c.settings={params:{},init:function(){var e=this;this.params=wc_gzd_admin_settings_params;try{d(document.body).on("wc-enhanced-select-init wc-gzd-enhanced-select-init",this.onEnhancedSelectInit).trigger("wc-gzd-enhanced-select-init")}catch(e){window.console.log(e)}d(document).on("change","input[name=woocommerce_gzd_dispute_resolution_type]",this.onChangeDisputeResolutionType).on("click","a.woocommerce-gzd-input-toggle-trigger",this.onInputToogleClick).on("change",".wc-gzd-setting-tabs input.woocommerce-gzd-tab-status-checkbox",this.onChangeTabStatus).on("change",".wc-gzd-admin-settings :input",this.onChangeInput),d(document.body).on("woocommerce_gzd_setting_field_visible",this.onShowField).on("woocommerce_gzd_setting_field_invisible",this.onHideField),d(".wc-gzd-admin-settings :input").trigger("change"),d("input[name=woocommerce_gzd_dispute_resolution_type]:checked").trigger("change"),this.initMailSortable(),d(document.body).on("init_tooltips",function(){e.initTipTips()}),e.initTipTip()},initTipTip:function(){d(".wc-gzd-setting-tab-actions a.button").tipTip({fadeIn:50,fadeOut:50,delay:200})},onChangeTabStatus:function(){var e=d(this),t=c.settings,i=e.data("tab"),o=e.parents("td").find(".woocommerce-gzd-input-toggle"),n=o.parents("a"),s=e.is(":checked")?"yes":"no",a={action:"woocommerce_gzd_toggle_tab_enabled",security:t.params.tab_toggle_nonce,enable:s,tab:i};return o.addClass("woocommerce-input-toggle--loading"),d.ajax({url:t.params.ajax_url,data:a,dataType:"json",type:"POST",success:function(e){!0===e.data?(o.removeClass("woocommerce-input-toggle--enabled, woocommerce-input-toggle--disabled"),o.addClass("woocommerce-input-toggle--enabled"),o.removeClass("woocommerce-input-toggle--loading"),e.hasOwnProperty("message")&&0<e.message.length&&(d(".wc-gzd-setting-tabs").before('<div class="error inline" id="message"><p>'+e.message+"</p></div>"),d("html, body").animate({scrollTop:d("#message").offset().top-32},1e3))):!1===e.data?(o.removeClass("woocommerce-input-toggle--enabled, woocommerce-input-toggle--disabled"),o.addClass("woocommerce-input-toggle--disabled"),o.removeClass("woocommerce-input-toggle--loading")):"needs_setup"===e.data&&(window.location.href=n.attr("href"))}}),!1},onShowField:function(e,t,o,i){t.parents("table").find(":input[data-show_if_"+o+"]").each(function(){d(this).data("show_if_"+o);var e=d(this).val(),t=d(this).attr("name").replace(/[\[\]']+/g,""),i=d(this).parents("tr");i.removeClass("wc-gzd-setting-invisible"),i.addClass("wc-gzd-setting-visible"),d(document.body).trigger("woocommerce_gzd_setting_field_visible",[i,t,e])})},onHideField:function(e,t,o,i){t.parents("table").find(":input[data-show_if_"+o+"]").each(function(){d(this).data("show_if_"+o);var e=d(this).val(),t=d(this).attr("name").replace(/[\[\]']+/g,""),i=d(this).parents("tr");i.removeClass("wc-gzd-setting-visible"),i.addClass("wc-gzd-setting-invisible"),d(document.body).trigger("woocommerce_gzd_setting_field_invisible",[i,t,e])})},onChangeInput:function(){d(this).parents("tr").find(":input:not(.select2-focusser, .select2-input)").each(function(){var n,s,e,t,i,o=d(this),a=!1,c=d(this).attr("name");(o.is(":checked")||o.is(":selected"))&&(a=!0,o.parents("tr").is(":visible")||(a=!1)),void 0!==c&&!1!==c&&(n=c.replace(/[\[\]']+/g,""),s=o.val(),e=d(".wc-gzd-admin-settings").find(":input[data-show_if_"+n+"]"),o.is(":checkbox")&&(s=o.is(":checked")?"yes":"no",o.parents("tr").is(":visible")||(s="no")),e.each(function(){var e=d(this).data("show_if_"+n),t=d(this).val(),i=d(this).attr("name").replace(/[\[\]']+/g,""),o=d(this).parents("tr");o.removeClass("wc-gzd-setting-visible wc-gzd-setting-invisible"),void 0!==e&&0<e.length?s===e?(o.addClass("wc-gzd-setting-visible"),d(document.body).trigger("woocommerce_gzd_setting_field_visible",[o,i,t])):(o.addClass("wc-gzd-setting-invisible"),d(document.body).trigger("woocommerce_gzd_setting_field_invisible",[o,i,t])):a?(o.addClass("wc-gzd-setting-visible"),d(document.body).trigger("woocommerce_gzd_setting_field_visible",[o,i,t])):(o.addClass("wc-gzd-setting-invisible"),d(document.body).trigger("woocommerce_gzd_setting_field_invisible",[o,i,t]))}),t=d(this).parents(".form-table"),i=!1,t.find("tr").each(function(){if(!d(this).hasClass("wc-gzd-setting-invisible"))return!(i=!0)}),i?t.show():t.hide())})},onEnhancedSelectInit:function(){d(":input.wc-gzd-enhanced-tags").filter(":not(.enhanced)").each(function(){var e={minimumResultsForSearch:10,allowClear:!!d(this).data("allow_clear"),placeholder:d(this).data("placeholder"),tags:!0};d(this).selectWoo(e).addClass("enhanced")})},onParcelDeliveryShowSpecial:function(){"shipping_methods"===d(this).val()?d("select#woocommerce_gzd_checkboxes_parcel_delivery_show_shipping_methods").parents("tr").show():d("select#woocommerce_gzd_checkboxes_parcel_delivery_show_shipping_methods").parents("tr").hide()},onChangeDisputeResolutionType:function(){var e=d(this).val();d("#woocommerce_gzd_alternative_complaints_text_"+e);d("[id^=woocommerce_gzd_alternative_complaints_text_]").parents("tr").hide(),d("#woocommerce_gzd_alternative_complaints_text_"+e).parents("tr").show()},onInputToogleClick:function(){var e=d(this).find("span.woocommerce-gzd-input-toggle"),t=e.parents("fieldset").find("input[type=checkbox]"),i=e.hasClass("woocommerce-input-toggle--enabled");return e.removeClass("woocommerce-input-toggle--enabled"),e.removeClass("woocommerce-input-toggle--disabled"),i?(t.prop("checked",!1),e.addClass("woocommerce-input-toggle--disabled")):(t.prop("checked",!0),e.addClass("woocommerce-input-toggle--enabled")),t.trigger("change"),!1},initMailSortable:function(){var o;0<d("#woocommerce_gzd_mail_attach_imprint").length&&(o=d("#woocommerce_gzd_mail_attach_imprint").parents("table"),d(o).find("tbody").sortable({items:"tr",cursor:"move",axis:"y",handle:"td, th",scrollSensitivity:40,helper:function(e,t){return t.children().each(function(){jQuery(this).width(jQuery(this).width())}),t.css("left","0"),t},start:function(e,t){t.item.css("background-color","#f6f6f6")},stop:function(e,t){t.item.removeAttr("style");var i=[];d(o).find("tr select").each(function(){i.push(d(this).attr("id").replace("woocommerce_gzd_mail_attach_",""))}),d("#woocommerce_gzd_mail_attach_order").val(i.join())}}))}},d(document).ready(function(){c.settings.init()})}(jQuery,window.germanized);
|
assets/js/revocation.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(u){u("form#woocommerce-gzd-revocation").on("blur input change",".input-text, select",function(){var F=u(this),e=F.closest(".form-row"),o=!0;e.is(".validate-required")&&""===F.val()&&(e.removeClass("woocommerce-validated").addClass("woocommerce-invalid woocommerce-invalid-required-field"),o=!1)
|
1 |
+
jQuery(function(u){u("form#woocommerce-gzd-revocation").on("blur input change",".input-text, select",function(){var F=u(this),e=F.closest(".form-row"),o=!0;e.is(".validate-required")&&""===F.val()&&(e.removeClass("woocommerce-validated").addClass("woocommerce-invalid woocommerce-invalid-required-field"),o=!1),e.is(".validate-email")&&F.val()&&(new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i).test(F.val())||(e.removeClass("woocommerce-validated").addClass("woocommerce-invalid woocommerce-invalid-email"),o=!1)),o&&e.removeClass("woocommerce-invalid woocommerce-invalid-required-field").addClass("woocommerce-validated")}),u("form#woocommerce-gzd-revocation").submit(function(){var e=u(this);return e.is(".processing")||(e.addClass("processing").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),u.ajax({type:"POST",url:wc_gzd_revocation_params.wc_ajax_url.toString().replace("%%endpoint%%","gzd_revocation"),data:e.serialize(),dataType:"json",success:function(F){u(".woocommerce-error, .woocommerce-message").remove(),e.removeClass("processing").unblock(),"success"===F.result?(e.before(F.messages),e.fadeOut("fast"),u("html, body").animate({scrollTop:u(".woocommerce-message").offset().top-100},1e3)):(F.messages&&e.prepend(F.messages),u("html, body").animate({scrollTop:u("form#woocommerce-gzd-revocation").offset().top-100},1e3))}})),!1})});
|
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: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
-
"X-Generator: Poedit 2.3\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;"
|
@@ -54,7 +54,7 @@ msgctxt "dhl"
|
|
54 |
msgid "Duties"
|
55 |
msgstr "Zollabgabe"
|
56 |
|
57 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
58 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:137
|
59 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:946
|
60 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
@@ -63,42 +63,41 @@ msgid "Preferred Day"
|
|
63 |
msgstr "Wunschtag"
|
64 |
|
65 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:75
|
66 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:966
|
67 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:36
|
68 |
msgctxt "dhl"
|
69 |
msgid "Preferred Time"
|
70 |
msgstr "Wunschzeit"
|
71 |
|
72 |
# @ woocommerce-germanized
|
73 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
74 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:165
|
75 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
76 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
77 |
msgctxt "dhl"
|
78 |
msgid "Preferred Location"
|
79 |
msgstr "Wunschort"
|
80 |
|
81 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
82 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
83 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
84 |
msgctxt "dhl"
|
85 |
msgid "Preferred Neighbor"
|
86 |
msgstr "Wunschnachbar"
|
87 |
|
88 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
89 |
msgctxt "dhl"
|
90 |
msgid "Create inlay return label"
|
91 |
msgstr "Beilage-Retourenlabel erstellen"
|
92 |
|
93 |
# @ woocommerce-germanized
|
94 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
95 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:733
|
96 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:802
|
97 |
msgctxt "dhl"
|
98 |
msgid "Name"
|
99 |
msgstr "Name"
|
100 |
|
101 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
102 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:740
|
103 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:809
|
104 |
msgctxt "dhl"
|
@@ -106,7 +105,7 @@ msgid "Company"
|
|
106 |
msgstr "Firma"
|
107 |
|
108 |
# @ woocommerce-germanized
|
109 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
110 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:367
|
111 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:747
|
112 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:816
|
@@ -115,13 +114,13 @@ msgid "Street"
|
|
115 |
msgstr "Straße"
|
116 |
|
117 |
# @ woocommerce-germanized
|
118 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
119 |
msgctxt "dhl"
|
120 |
msgid "Street No"
|
121 |
msgstr "Hausnummer"
|
122 |
|
123 |
# @ woocommerce-germanized
|
124 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
125 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:368
|
126 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:768
|
127 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:837
|
@@ -131,7 +130,7 @@ msgid "Postcode"
|
|
131 |
msgstr "Postleitzahl"
|
132 |
|
133 |
# @ woocommerce-germanized
|
134 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
135 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:369
|
136 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:761
|
137 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:830
|
@@ -140,92 +139,92 @@ msgctxt "dhl"
|
|
140 |
msgid "City"
|
141 |
msgstr "Stadt"
|
142 |
|
143 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
144 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:784
|
145 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:853
|
146 |
msgctxt "dhl"
|
147 |
msgid "Phone"
|
148 |
msgstr "Telefon"
|
149 |
|
150 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
151 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:791
|
152 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:860
|
153 |
msgctxt "dhl"
|
154 |
msgid "Email"
|
155 |
msgstr "E-Mail"
|
156 |
|
157 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
158 |
msgctxt "dhl"
|
159 |
msgid "Valid address only"
|
160 |
msgstr "Nur valide Adressen"
|
161 |
|
162 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
163 |
msgctxt "dhl"
|
164 |
msgid "More services"
|
165 |
msgstr "Mehr Services"
|
166 |
|
167 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
168 |
msgctxt "dhl"
|
169 |
msgid "Fewer services"
|
170 |
msgstr "Weniger Services"
|
171 |
|
172 |
# @ woocommerce-germanized
|
173 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
174 |
msgctxt "dhl"
|
175 |
msgid "Age check"
|
176 |
msgstr "Alterssichtprüfung"
|
177 |
|
178 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
179 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
180 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:531
|
181 |
msgctxt "dhl"
|
182 |
msgid "GoGreen"
|
183 |
msgstr "GoGreen"
|
184 |
|
185 |
# @ woocommerce-germanized
|
186 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
187 |
msgctxt "dhl"
|
188 |
msgid "Additional insurance"
|
189 |
msgstr "Transportversicherung"
|
190 |
|
191 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
192 |
msgctxt "dhl"
|
193 |
msgid "Retail outlet routing"
|
194 |
msgstr "Filialrouting"
|
195 |
|
196 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
197 |
msgctxt "dhl"
|
198 |
msgid "No neighbor"
|
199 |
msgstr "Keine Nachbarschaftszustellung"
|
200 |
|
201 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
202 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:559
|
203 |
msgctxt "dhl"
|
204 |
msgid "Named person only"
|
205 |
msgstr "Persönliche Übergabe"
|
206 |
|
207 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
208 |
msgctxt "dhl"
|
209 |
msgid "Bulky goods"
|
210 |
msgstr "Sperrgut"
|
211 |
|
212 |
# @ woocommerce-germanized
|
213 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
214 |
msgctxt "dhl"
|
215 |
msgid "Identity check"
|
216 |
msgstr "Ident-Check"
|
217 |
|
218 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
219 |
msgctxt "dhl"
|
220 |
msgid "Date of Birth"
|
221 |
msgstr "Geburtsdatum"
|
222 |
|
223 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
224 |
msgctxt "dhl"
|
225 |
msgid "Minimum age"
|
226 |
msgstr "Mindestalter"
|
227 |
|
228 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
229 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:580
|
230 |
msgctxt "dhl"
|
231 |
msgid "Premium"
|
@@ -315,15 +314,13 @@ msgstr ""
|
|
315 |
|
316 |
# @ woocommerce-germanized
|
317 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:35
|
318 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:285
|
319 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:81
|
320 |
msgctxt "dhl time context"
|
321 |
msgid "None"
|
322 |
msgstr "Keine"
|
323 |
|
324 |
# @ woocommerce-germanized
|
325 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:45
|
326 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
327 |
msgctxt "dhl day context"
|
328 |
msgid "None"
|
329 |
msgstr "Keiner"
|
@@ -767,7 +764,6 @@ msgstr ""
|
|
767 |
# @ woocommerce-germanized
|
768 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:151
|
769 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:954
|
770 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:974
|
771 |
msgctxt "dhl"
|
772 |
msgid "Fee"
|
773 |
msgstr "Gebühr"
|
@@ -800,7 +796,7 @@ msgstr ""
|
|
800 |
"Folgenden konfiguriert) als Lieferadresse auswählen."
|
801 |
|
802 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:198
|
803 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
804 |
msgctxt "dhl"
|
805 |
msgid "Map"
|
806 |
msgstr "Karte"
|
@@ -1037,8 +1033,8 @@ msgstr ""
|
|
1037 |
# @ woocommerce-germanized
|
1038 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:428
|
1039 |
msgctxt "dhl"
|
1040 |
-
msgid "Default weight"
|
1041 |
-
msgstr "Standardgewicht"
|
1042 |
|
1043 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:430
|
1044 |
msgctxt "dhl"
|
@@ -1051,8 +1047,8 @@ msgstr ""
|
|
1051 |
|
1052 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:439
|
1053 |
msgctxt "dhl"
|
1054 |
-
msgid "Minimum weight"
|
1055 |
-
msgstr "Mindestgewicht"
|
1056 |
|
1057 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:441
|
1058 |
msgctxt "dhl"
|
@@ -1243,7 +1239,7 @@ msgid "Premium delivery for international shipments."
|
|
1243 |
msgstr "Premium Lieferung für internationale Sendungen."
|
1244 |
|
1245 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:600
|
1246 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1247 |
msgctxt "dhl"
|
1248 |
msgid "Labels"
|
1249 |
msgstr "Labels"
|
@@ -1483,51 +1479,13 @@ msgstr ""
|
|
1483 |
"Füge einen Bruttopreis als Gebühr für die Lieferung am Wunschtag hinzu. "
|
1484 |
"Setze den Wert auf 0 um den Service kostenlos anzubieten."
|
1485 |
|
1486 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:967
|
1487 |
-
msgctxt "dhl"
|
1488 |
-
msgid "Enable preferred time delivery."
|
1489 |
-
msgstr "Aktiviere die Lieferung zur Wunschzeit."
|
1490 |
-
|
1491 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:967
|
1492 |
-
msgctxt "dhl"
|
1493 |
-
msgid ""
|
1494 |
-
"Enabling this option will display options for the user to select their "
|
1495 |
-
"preferred time of delivery during the checkout."
|
1496 |
-
msgstr ""
|
1497 |
-
"Diese Option aktiviert die Auswahl einer Wunschzeit durch den Kunden in der "
|
1498 |
-
"Kasse."
|
1499 |
-
|
1500 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:976
|
1501 |
-
msgctxt "dhl"
|
1502 |
-
msgid ""
|
1503 |
-
"Insert gross value as surcharge for preferred time delivery. Insert 0 to "
|
1504 |
-
"offer service for free."
|
1505 |
-
msgstr ""
|
1506 |
-
"Füge einen Bruttopreis als Gebühr für die Lieferung zur Wunschzeit hinzu. "
|
1507 |
-
"Setze den Wert auf 0 um den Service kostenlos anzubieten."
|
1508 |
-
|
1509 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:986
|
1510 |
-
msgctxt "dhl"
|
1511 |
-
msgid "Combined Fee"
|
1512 |
-
msgstr "Kombinierte Gebühr"
|
1513 |
-
|
1514 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:988
|
1515 |
-
msgctxt "dhl"
|
1516 |
-
msgid ""
|
1517 |
-
"Insert gross value as surcharge for the combination of preferred day and "
|
1518 |
-
"time. Insert 0 to offer service for free."
|
1519 |
-
msgstr ""
|
1520 |
-
"Füge einen Bruttopreis als Gebühr für die kombinierte Lieferung am Wunschtag "
|
1521 |
-
"zur Wunschzeit hinzu. Setze den Wert auf 0 um den Service kostenlos "
|
1522 |
-
"anzubieten."
|
1523 |
-
|
1524 |
# @ woocommerce-germanized
|
1525 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1526 |
msgctxt "dhl"
|
1527 |
msgid "Enable preferred location delivery."
|
1528 |
msgstr "Lieferung an einen Wunschort aktivieren."
|
1529 |
|
1530 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1531 |
msgctxt "dhl"
|
1532 |
msgid ""
|
1533 |
"Enabling this option will display options for the user to select their "
|
@@ -1536,12 +1494,12 @@ msgstr ""
|
|
1536 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
1537 |
"Kasse ."
|
1538 |
|
1539 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1540 |
msgctxt "dhl"
|
1541 |
msgid "Enable preferred neighbor delivery."
|
1542 |
msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
|
1543 |
|
1544 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1545 |
msgctxt "dhl"
|
1546 |
msgid ""
|
1547 |
"Enabling this option will display options for the user to deliver to their "
|
@@ -1550,12 +1508,12 @@ msgstr ""
|
|
1550 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
1551 |
"der Kasse."
|
1552 |
|
1553 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1554 |
msgctxt "dhl"
|
1555 |
msgid "Cut-off time"
|
1556 |
msgstr "Cut-off-Zeit"
|
1557 |
|
1558 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1559 |
msgctxt "dhl"
|
1560 |
msgid ""
|
1561 |
"The cut-off time is the latest possible order time up to which the minimum "
|
@@ -1568,12 +1526,12 @@ msgstr ""
|
|
1568 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
1569 |
"Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
1570 |
|
1571 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1572 |
msgctxt "dhl"
|
1573 |
msgid "Preparation days"
|
1574 |
msgstr "Bearbeitungstage"
|
1575 |
|
1576 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1577 |
msgctxt "dhl"
|
1578 |
msgid ""
|
1579 |
"If you need more time to prepare your shipments you might want to add a "
|
@@ -1584,71 +1542,71 @@ msgstr ""
|
|
1584 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
1585 |
"auswählbaren Wunschtag hinzugefügt werden."
|
1586 |
|
1587 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1588 |
msgctxt "dhl"
|
1589 |
msgid "Exclude days of transfer"
|
1590 |
msgstr "Übergabetage ausschließen"
|
1591 |
|
1592 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1593 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
1594 |
msgctxt "dhl"
|
1595 |
msgid "Monday"
|
1596 |
msgstr "Montag"
|
1597 |
|
1598 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1599 |
msgctxt "dhl"
|
1600 |
msgid "Exclude days from transferring shipments to DHL."
|
1601 |
msgstr "Schließe bestimmte Wochentage für die Übergabe an DHL aus."
|
1602 |
|
1603 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1604 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
1605 |
msgctxt "dhl"
|
1606 |
msgid "Tuesday"
|
1607 |
msgstr "Dienstag"
|
1608 |
|
1609 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1610 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
1611 |
msgctxt "dhl"
|
1612 |
msgid "Wednesday"
|
1613 |
msgstr "Mittwoch"
|
1614 |
|
1615 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1616 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
1617 |
msgctxt "dhl"
|
1618 |
msgid "Thursday"
|
1619 |
msgstr "Donnerstag"
|
1620 |
|
1621 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1622 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
1623 |
msgctxt "dhl"
|
1624 |
msgid "Friday"
|
1625 |
msgstr "Freitag"
|
1626 |
|
1627 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1628 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
1629 |
msgctxt "dhl"
|
1630 |
msgid "Saturday"
|
1631 |
msgstr "Samstag"
|
1632 |
|
1633 |
# @ woocommerce-germanized
|
1634 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1635 |
msgctxt "dhl"
|
1636 |
msgid "Exclude gateways"
|
1637 |
msgstr "Zahlungsarten ausschließen"
|
1638 |
|
1639 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1640 |
msgctxt "dhl"
|
1641 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1642 |
msgstr ""
|
1643 |
"Wähle Zahlungsarten aus, für die die Wunschpaket-Services nicht zur "
|
1644 |
"Verfügung stehen sollen."
|
1645 |
|
1646 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1647 |
msgctxt "dhl"
|
1648 |
msgid "Let customers find a DHL location on a map."
|
1649 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
1650 |
|
1651 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1652 |
msgctxt "dhl"
|
1653 |
msgid ""
|
1654 |
"Enable this option to let your customers choose a pickup option from a map "
|
@@ -1659,12 +1617,12 @@ msgstr ""
|
|
1659 |
"einer Karten in der Kasse zu ermöglichen. Wenn diese Option deaktiviert ist, "
|
1660 |
"wird stattdessen auf die DHL Website verwiesen."
|
1661 |
|
1662 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1663 |
msgctxt "dhl"
|
1664 |
msgid "Google Maps Key"
|
1665 |
msgstr "Google Maps Schlüssel"
|
1666 |
|
1667 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1668 |
#, php-format
|
1669 |
msgctxt "dhl"
|
1670 |
msgid ""
|
@@ -1674,33 +1632,33 @@ msgstr ""
|
|
1674 |
"Um eine Karte integrieren zu können, benötigst du einen gültigen API-"
|
1675 |
"Schlüssel für Google Maps. Du kannst %s."
|
1676 |
|
1677 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1678 |
msgctxt "dhl"
|
1679 |
msgid "retrieve a new one"
|
1680 |
msgstr "hier einen neuen erstellen"
|
1681 |
|
1682 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1683 |
msgctxt "dhl"
|
1684 |
msgid "Limit results"
|
1685 |
msgstr "Suchergebnisse begrenzen"
|
1686 |
|
1687 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1688 |
msgctxt "dhl"
|
1689 |
msgid "Limit the number of DHL locations shown on the map"
|
1690 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
1691 |
|
1692 |
# @ woocommerce-germanized
|
1693 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1694 |
msgctxt "dhl"
|
1695 |
msgid "General"
|
1696 |
msgstr "Allgemein"
|
1697 |
|
1698 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1699 |
msgctxt "dhl"
|
1700 |
msgid "Preferred Services"
|
1701 |
msgstr "Wunschpaket"
|
1702 |
|
1703 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1704 |
msgctxt "dhl"
|
1705 |
msgid "Parcel Pickup"
|
1706 |
msgstr "Standorte"
|
@@ -1810,38 +1768,38 @@ msgctxt "dhl"
|
|
1810 |
msgid "Parcel API not available"
|
1811 |
msgstr "Paket API ist nicht erreichbar"
|
1812 |
|
1813 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1814 |
msgctxt "dhl"
|
1815 |
msgid "Mon"
|
1816 |
msgstr "Mo"
|
1817 |
|
1818 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1819 |
msgctxt "dhl"
|
1820 |
msgid "Tue"
|
1821 |
msgstr "Di"
|
1822 |
|
1823 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1824 |
msgctxt "dhl"
|
1825 |
msgid "Wed"
|
1826 |
msgstr "Mi"
|
1827 |
|
1828 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1829 |
msgctxt "dhl"
|
1830 |
msgid "Thu"
|
1831 |
msgstr "Do"
|
1832 |
|
1833 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1834 |
msgctxt "dhl"
|
1835 |
msgid "Fri"
|
1836 |
msgstr "Fr"
|
1837 |
|
1838 |
# @ woocommerce-germanized
|
1839 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1840 |
msgctxt "dhl"
|
1841 |
msgid "Sat"
|
1842 |
msgstr "Sa"
|
1843 |
|
1844 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1845 |
msgctxt "dhl"
|
1846 |
msgid "Sun"
|
1847 |
msgstr "So"
|
@@ -1904,7 +1862,7 @@ msgctxt "dhl"
|
|
1904 |
msgid "Invalid label."
|
1905 |
msgstr "Ungültiges Label."
|
1906 |
|
1907 |
-
#: woocommerce-germanized-dhl/src/Order.php:
|
1908 |
#: woocommerce-germanized-dhl/src/SimpleLabel.php:157
|
1909 |
#, php-format
|
1910 |
msgctxt "dhl time-span"
|
@@ -2081,40 +2039,23 @@ msgstr "Erneut versuchen"
|
|
2081 |
|
2082 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:135
|
2083 |
msgctxt "dhl"
|
2084 |
-
msgid "DHL Preferred Day & Time"
|
2085 |
-
msgstr "DHL Wunschzeit & Wunschtag"
|
2086 |
-
|
2087 |
-
#: woocommerce-germanized-dhl/src/ParcelServices.php:139
|
2088 |
-
msgctxt "dhl"
|
2089 |
-
msgid "DHL Preferred Time"
|
2090 |
-
msgstr "DHL Wunschzeit"
|
2091 |
-
|
2092 |
-
#: woocommerce-germanized-dhl/src/ParcelServices.php:143
|
2093 |
-
msgctxt "dhl"
|
2094 |
msgid "DHL Preferred Day"
|
2095 |
msgstr "DHL Wunschtag"
|
2096 |
|
2097 |
-
#: woocommerce-germanized-dhl/src/ParcelServices.php:
|
2098 |
msgctxt "dhl"
|
2099 |
msgid "Sorry, but the preferred day you have chosen is no longer available."
|
2100 |
msgstr ""
|
2101 |
"Entschuldigung, der von dir ausgewählte Wunschtag steht leider nicht mehr "
|
2102 |
"zur Verfügung."
|
2103 |
|
2104 |
-
#: woocommerce-germanized-dhl/src/ParcelServices.php:
|
2105 |
-
msgctxt "dhl"
|
2106 |
-
msgid "Sorry, but the preferred time you have chosen is no longer available."
|
2107 |
-
msgstr ""
|
2108 |
-
"Entschuldigung, die von dir ausgewählte Wunschzeit steht leider nicht mehr "
|
2109 |
-
"zur Verfügung."
|
2110 |
-
|
2111 |
-
#: woocommerce-germanized-dhl/src/ParcelServices.php:361
|
2112 |
msgctxt "dhl"
|
2113 |
msgid "Please choose a preferred location."
|
2114 |
msgstr "Bitte wähle einen Wunschort aus."
|
2115 |
|
2116 |
# @ woocommerce-germanized
|
2117 |
-
#: woocommerce-germanized-dhl/src/ParcelServices.php:
|
2118 |
msgctxt "dhl"
|
2119 |
msgid "Please choose name and address of your preferred neighbor."
|
2120 |
msgstr "Bitte wähle einen Namen und die Adresse deines Wunschnachbars."
|
@@ -2222,7 +2163,6 @@ msgstr ""
|
|
2222 |
"Lieferprozesse aktuell nicht möglich."
|
2223 |
|
2224 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:42
|
2225 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:69
|
2226 |
#, php-format
|
2227 |
msgctxt "dhl"
|
2228 |
msgid "There is a surcharge of %s incl. VAT for this service.*"
|
@@ -2230,47 +2170,32 @@ msgstr "Für diesen Service fällt ein Aufpreis in Höhe von %s inkl. MwSt. an.*
|
|
2230 |
|
2231 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
|
2232 |
msgctxt "dhl"
|
2233 |
-
msgid "Preferred time: Delivery during your preferred time slot."
|
2234 |
-
msgstr "Wunschzeit: Lieferung im gewünschten Zeitfenster."
|
2235 |
-
|
2236 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
|
2237 |
-
msgctxt "dhl"
|
2238 |
-
msgid ""
|
2239 |
-
"Indicate a preferred time, which suits you best for your parcel delivery by "
|
2240 |
-
"choosing one of the displayed time windows."
|
2241 |
-
msgstr ""
|
2242 |
-
"Damit du besser planen kannst, hast du die Möglichkeit eine Wunschzeit für "
|
2243 |
-
"die Lieferung auszuwählen. Du kannst eine der dargestellten Zeiten für die "
|
2244 |
-
"Lieferung auswählen."
|
2245 |
-
|
2246 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:91
|
2247 |
-
msgctxt "dhl"
|
2248 |
msgid "Preferred location or neighbor"
|
2249 |
msgstr "Wunschort oder Wunschnachbar"
|
2250 |
|
2251 |
# @ woocommerce-germanized
|
2252 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2253 |
msgctxt "dhl location context"
|
2254 |
msgid "None"
|
2255 |
msgstr "Keine"
|
2256 |
|
2257 |
# @ woocommerce-germanized
|
2258 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2259 |
msgctxt "dhl"
|
2260 |
msgid "Location"
|
2261 |
msgstr "Ort"
|
2262 |
|
2263 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2264 |
msgctxt "dhl"
|
2265 |
msgid "Neighbor"
|
2266 |
msgstr "Nachbar"
|
2267 |
|
2268 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2269 |
msgctxt "dhl"
|
2270 |
msgid "Preferred location: Delivery to your preferred drop-off location"
|
2271 |
msgstr "Lieferung an den gewünschten Ablageort"
|
2272 |
|
2273 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2274 |
msgctxt "dhl"
|
2275 |
msgid ""
|
2276 |
"Choose a weather-protected and non-visible place on your property, where we "
|
@@ -2280,17 +2205,17 @@ msgstr ""
|
|
2280 |
"Grundstück, an dem wir das Paket während deiner Abwesenheit hinterlegen "
|
2281 |
"dürfen."
|
2282 |
|
2283 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2284 |
msgctxt "dhl"
|
2285 |
msgid "e.g. Garage, Terrace"
|
2286 |
msgstr "z.B. Garage, Terrasse"
|
2287 |
|
2288 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2289 |
msgctxt "dhl"
|
2290 |
msgid "Preferred neighbour: Delivery to a neighbour of your choice"
|
2291 |
msgstr "Wunschnachbar: Lieferung an einen Nachbarn deiner Wahl"
|
2292 |
|
2293 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2294 |
msgctxt "dhl"
|
2295 |
msgid ""
|
2296 |
"Determine a person in your immediate neighborhood whom we can hand out your "
|
@@ -2301,26 +2226,16 @@ msgstr ""
|
|
2301 |
"Paket während deiner Abwesenheit abgeben dürfen. Diese sollte im gleichen "
|
2302 |
"Haus, direkt gegenüber oder nebenan wohnen."
|
2303 |
|
2304 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2305 |
msgctxt "dhl"
|
2306 |
msgid "First name, last name of neighbor"
|
2307 |
msgstr "Vorname, Nachname des Nachbars"
|
2308 |
|
2309 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2310 |
msgctxt "dhl"
|
2311 |
msgid "Street, number, postal code, city"
|
2312 |
msgstr "Straße, Hausnummer, Postleitzahl, Stadt"
|
2313 |
|
2314 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:137
|
2315 |
-
#, php-format
|
2316 |
-
msgctxt "dhl"
|
2317 |
-
msgid ""
|
2318 |
-
"* For a booking of preferred day and preferred time in combination there is "
|
2319 |
-
"a surcharge of %s incl. VAT"
|
2320 |
-
msgstr ""
|
2321 |
-
"* Bei einer Kombinationsbuchung von Wunschtag und Wunschzeit fällt ein "
|
2322 |
-
"Gesamtaufpreis in Höhe von %s inkl. MwSt. an"
|
2323 |
-
|
2324 |
#: woocommerce-germanized-dhl/woocommerce-germanized-dhl.php:40
|
2325 |
#: woocommerce-germanized-dhl/woocommerce-germanized-dhl.php:58
|
2326 |
#, php-format
|
@@ -2353,7 +2268,7 @@ msgstr "LxBxH in dezimaler Form."
|
|
2353 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:47
|
2354 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1014
|
2355 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
2356 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2357 |
msgctxt "shipments"
|
2358 |
msgid "Status"
|
2359 |
msgstr "Status"
|
@@ -2448,7 +2363,7 @@ msgstr ""
|
|
2448 |
|
2449 |
# @ woocommerce-germanized
|
2450 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:223
|
2451 |
-
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:
|
2452 |
msgctxt "shipments"
|
2453 |
msgid "Confirm return request"
|
2454 |
msgstr "Rücksendeantrag bestätigen"
|
@@ -2536,7 +2451,7 @@ msgstr "Speichern"
|
|
2536 |
# @ woocommerce
|
2537 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
2538 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
|
2539 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2540 |
#: woocommerce-germanized-shipments/src/ShippingProvider.php:534
|
2541 |
msgctxt "shipments"
|
2542 |
msgid "Title"
|
@@ -2810,7 +2725,7 @@ msgstr "Teilweise versandt"
|
|
2810 |
# @ woocommerce-germanized
|
2811 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:104
|
2812 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:308
|
2813 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2814 |
msgctxt "shipments"
|
2815 |
msgid "Shipped"
|
2816 |
msgstr "Versandt"
|
@@ -2836,14 +2751,14 @@ msgid "Draft"
|
|
2836 |
msgstr "Entwurf"
|
2837 |
|
2838 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:307
|
2839 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2840 |
msgctxt "shipments"
|
2841 |
msgid "Processing"
|
2842 |
msgstr "In Bearbeitung"
|
2843 |
|
2844 |
# @ woocommerce-germanized
|
2845 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:309
|
2846 |
-
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:
|
2847 |
msgctxt "shipments"
|
2848 |
msgid "Delivered"
|
2849 |
msgstr "Geliefert"
|
@@ -2905,7 +2820,7 @@ msgstr "Fehler beim Hochladen der Datei."
|
|
2905 |
# @ woocommerce-germanized
|
2906 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1013
|
2907 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
2908 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2909 |
msgctxt "shipments"
|
2910 |
msgid "Date"
|
2911 |
msgstr "Datum"
|
@@ -2919,8 +2834,8 @@ msgstr "Sendungsverfolgung"
|
|
2919 |
# @ woocommerce-germanized
|
2920 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1016
|
2921 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:91
|
2922 |
-
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:
|
2923 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2924 |
msgctxt "shipments"
|
2925 |
msgid "Actions"
|
2926 |
msgstr "Aktionen"
|
@@ -2932,7 +2847,7 @@ msgstr "Anzeigen"
|
|
2932 |
|
2933 |
# @ woocommerce-germanized
|
2934 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1259
|
2935 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2936 |
#: woocommerce-germanized-shipments/src/Ajax.php:336
|
2937 |
msgctxt "shipments"
|
2938 |
msgid "Download label"
|
@@ -3106,7 +3021,7 @@ msgid "shipment #%d"
|
|
3106 |
msgstr "Sendung #%d"
|
3107 |
|
3108 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:25
|
3109 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3110 |
msgctxt "shipments"
|
3111 |
msgid "Items"
|
3112 |
msgstr "Positionen"
|
@@ -3116,21 +3031,33 @@ msgctxt "shipments"
|
|
3116 |
msgid "Sender"
|
3117 |
msgstr "Absender"
|
3118 |
|
3119 |
-
# @ woocommerce-germanized
|
3120 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:27
|
3121 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3122 |
msgctxt "shipments"
|
3123 |
msgid "Order"
|
3124 |
msgstr "Bestellung"
|
3125 |
|
3126 |
# @ woocommerce-germanized
|
3127 |
-
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:
|
3128 |
msgctxt "shipments"
|
3129 |
msgid "Send notification to customer"
|
3130 |
msgstr "Benachrichtigung an den Kunden senden"
|
3131 |
|
3132 |
# @ woocommerce-germanized
|
3133 |
-
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:
|
3134 |
msgctxt "shipments"
|
3135 |
msgid "Confirm open return requests"
|
3136 |
msgstr "Offene Rücksendeanträge bestätigen"
|
@@ -3467,7 +3394,7 @@ msgctxt "shipments"
|
|
3467 |
msgid "Shipping Provider"
|
3468 |
msgstr "Versanddienstleister"
|
3469 |
|
3470 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3471 |
#, php-format
|
3472 |
msgctxt "shipments"
|
3473 |
msgid "%d shipment deleted."
|
@@ -3475,7 +3402,7 @@ msgid_plural "%d shipments deleted."
|
|
3475 |
msgstr[0] "%d Sendung gelöscht."
|
3476 |
msgstr[1] "%d Sendungen gelöscht."
|
3477 |
|
3478 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3479 |
#, php-format
|
3480 |
msgctxt "shipments"
|
3481 |
msgid "%d shipment status changed."
|
@@ -3483,12 +3410,12 @@ msgid_plural "%d shipment statuses changed."
|
|
3483 |
msgstr[0] "%d Sendungsstatus geändert."
|
3484 |
msgstr[1] "%d Sendungsstatus geändert."
|
3485 |
|
3486 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3487 |
msgctxt "shipments"
|
3488 |
msgid "No shipments found"
|
3489 |
msgstr "Keine Sendungen gefunden"
|
3490 |
|
3491 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3492 |
#, php-format
|
3493 |
msgctxt "shipments"
|
3494 |
msgid "All <span class=\"count\">(%s)</span>"
|
@@ -3496,7 +3423,7 @@ msgid_plural "All <span class=\"count\">(%s)</span>"
|
|
3496 |
msgstr[0] "Alle <span class=\"count\">(%s)</span>"
|
3497 |
msgstr[1] "Alle <span class=\"count\">(%s)</span>"
|
3498 |
|
3499 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3500 |
#, php-format
|
3501 |
msgctxt "shipments"
|
3502 |
msgid " <span class=\"count\">(%s)</span>"
|
@@ -3504,34 +3431,34 @@ msgid_plural " <span class=\"count\">(%s)</span>"
|
|
3504 |
msgstr[0] " <span class=\"count\">(%s)</span>"
|
3505 |
msgstr[1] " <span class=\"count\">(%s)</span>"
|
3506 |
|
3507 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3508 |
msgctxt "shipments"
|
3509 |
msgid "Filter by date"
|
3510 |
msgstr "Nach Datum filtern"
|
3511 |
|
3512 |
# @ woocommerce-germanized
|
3513 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3514 |
msgctxt "shipments"
|
3515 |
msgid "All dates"
|
3516 |
msgstr "Alle Daten"
|
3517 |
|
3518 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3519 |
#, php-format
|
3520 |
msgid "%1$s %2$d"
|
3521 |
msgstr "%1$s %2$d"
|
3522 |
|
3523 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3524 |
msgctxt "shipments"
|
3525 |
msgid "Processing bulk actions..."
|
3526 |
msgstr "Bearbeite Mehrfachaktionen.."
|
3527 |
|
3528 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3529 |
msgctxt "shipments"
|
3530 |
msgid "Filter"
|
3531 |
msgstr "Filtern"
|
3532 |
|
3533 |
# @ woocommerce-germanized
|
3534 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3535 |
#: woocommerce-germanized-shipments/src/Ajax.php:815
|
3536 |
#, php-format
|
3537 |
msgctxt "shipments"
|
@@ -3539,80 +3466,80 @@ msgid "Order #%s"
|
|
3539 |
msgstr "Bestellung #%s"
|
3540 |
|
3541 |
# @ woocommerce
|
3542 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3543 |
msgctxt "shipments"
|
3544 |
msgid "Filter by order"
|
3545 |
msgstr "Nach Bestellung filtern"
|
3546 |
|
3547 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3548 |
msgctxt "shipments"
|
3549 |
msgid "Address"
|
3550 |
msgstr "Adresse"
|
3551 |
|
3552 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3553 |
#: woocommerce-germanized-shipments/templates/myaccount/shipments.php:68
|
3554 |
#, php-format
|
3555 |
msgctxt "shipment title"
|
3556 |
msgid "%s #%s"
|
3557 |
msgstr "%s #%s"
|
3558 |
|
3559 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3560 |
#, php-format
|
3561 |
msgctxt "shipments"
|
3562 |
msgid "via %s"
|
3563 |
msgstr "via %s"
|
3564 |
|
3565 |
# @ woocommerce-germanized
|
3566 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3567 |
msgctxt "shipments"
|
3568 |
msgid "Generate label"
|
3569 |
msgstr "Label erstellen"
|
3570 |
|
3571 |
# @ woocommerce-germanized
|
3572 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3573 |
#, php-format
|
3574 |
msgctxt "shipments"
|
3575 |
msgid "Select %s"
|
3576 |
msgstr "Wähle %s"
|
3577 |
|
3578 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3579 |
msgctxt "shipments"
|
3580 |
msgid "SKU:"
|
3581 |
msgstr "Art.-Nr.:"
|
3582 |
|
3583 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3584 |
#, php-format
|
3585 |
msgctxt "%s = human-readable time difference"
|
3586 |
msgid "%s ago"
|
3587 |
msgstr "vor %s"
|
3588 |
|
3589 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3590 |
msgctxt "shipments"
|
3591 |
msgid "M j, Y"
|
3592 |
msgstr "d.m.Y"
|
3593 |
|
3594 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3595 |
msgctxt "shipments"
|
3596 |
msgid "Delete Permanently"
|
3597 |
msgstr "Unwiderruflich löschen"
|
3598 |
|
3599 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3600 |
msgctxt "shipments"
|
3601 |
msgid "Change status to processing"
|
3602 |
msgstr "Status zu in Bearbeitung ändern"
|
3603 |
|
3604 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3605 |
msgctxt "shipments"
|
3606 |
msgid "Change status to shipped"
|
3607 |
msgstr "Status zu versandt ändern"
|
3608 |
|
3609 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3610 |
msgctxt "shipments"
|
3611 |
msgid "Change status to delivered"
|
3612 |
msgstr "Status zu geliefert ändern"
|
3613 |
|
3614 |
# @ woocommerce-germanized
|
3615 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3616 |
msgctxt "shipments"
|
3617 |
msgid "Generate and download labels"
|
3618 |
msgstr "Labels erstellen und downloaden"
|
@@ -4816,7 +4743,7 @@ msgstr "Germanize"
|
|
4816 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:73
|
4817 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:141
|
4818 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
|
4819 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
4820 |
msgid "Settings"
|
4821 |
msgstr "Einstellungen"
|
4822 |
|
@@ -5010,8 +4937,8 @@ msgstr "Germanized Einstellungen"
|
|
5010 |
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:33
|
5011 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:21
|
5012 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:30
|
5013 |
-
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:
|
5014 |
-
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:
|
5015 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:35
|
5016 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:44
|
5017 |
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:21
|
@@ -5020,59 +4947,59 @@ msgstr "Germanized Einstellungen"
|
|
5020 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:32
|
5021 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:23
|
5022 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:32
|
5023 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
5024 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
5025 |
msgid "Cheatin’ huh?"
|
5026 |
msgstr "So geht das leider nicht.."
|
5027 |
|
5028 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5029 |
msgctxt "dhl"
|
5030 |
msgid "Action failed. Please refresh the page and retry."
|
5031 |
msgstr ""
|
5032 |
"Aktion fehlgeschlagen. Bitte aktualisiere die Seite und versuchen es erneut."
|
5033 |
|
5034 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5035 |
msgctxt "dhl"
|
5036 |
msgid "You don't have permission to do this."
|
5037 |
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
5038 |
|
5039 |
# @ woocommerce-germanized
|
5040 |
#. Plugin Name of the plugin/theme
|
5041 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5042 |
msgid "Germanized for WooCommerce"
|
5043 |
msgstr "Germanized für WooCommerce"
|
5044 |
|
5045 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5046 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:45
|
5047 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:58
|
5048 |
msgid "Yes"
|
5049 |
msgstr "Ja"
|
5050 |
|
5051 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5052 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:58
|
5053 |
msgid "No"
|
5054 |
msgstr "Nein"
|
5055 |
|
5056 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5057 |
msgid "Paid for order notification manually sent to customer."
|
5058 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
5059 |
|
5060 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5061 |
msgid "Order confirmation manually sent to customer."
|
5062 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
5063 |
|
5064 |
# @ woocommerce-germanized
|
5065 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5066 |
msgid "Resend order confirmation"
|
5067 |
msgstr "Bestellbestätigung erneut versenden"
|
5068 |
|
5069 |
# @ woocommerce-germanized
|
5070 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5071 |
msgid "Send paid for order notification"
|
5072 |
msgstr "Bestellung bezahlt manuell versenden"
|
5073 |
|
5074 |
# @ woocommerce-germanized
|
5075 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5076 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:114
|
5077 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
5078 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:9
|
@@ -5080,38 +5007,38 @@ msgstr "Bestellung bezahlt manuell versenden"
|
|
5080 |
msgid "Germanized"
|
5081 |
msgstr "Germanized"
|
5082 |
|
5083 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5084 |
msgid "Parcel Delivery Data Transfer:"
|
5085 |
msgstr "Paketdienstleister Datenweitergabe:"
|
5086 |
|
5087 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5088 |
msgid "allowed"
|
5089 |
msgstr "akzeptiert"
|
5090 |
|
5091 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5092 |
msgid "not allowed"
|
5093 |
msgstr "nicht akzeptiert"
|
5094 |
|
5095 |
# @ woocommerce-germanized
|
5096 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5097 |
msgid "Optional Email Content"
|
5098 |
msgstr "Optionaler E-Mail Inhalt"
|
5099 |
|
5100 |
# @ woocommerce-germanized
|
5101 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5102 |
msgid "Add content which will be replacing default page content within emails."
|
5103 |
msgstr ""
|
5104 |
"Fülle dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese "
|
5105 |
"Seite zu bestimmen."
|
5106 |
|
5107 |
# @ woocommerce-germanized
|
5108 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5109 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:152
|
5110 |
msgid "Optional Mini Description"
|
5111 |
msgstr "Warenkorb Kurzbeschreibung"
|
5112 |
|
5113 |
# @ woocommerce-germanized
|
5114 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5115 |
msgid ""
|
5116 |
"This content will be shown as short product description within checkout and "
|
5117 |
"emails."
|
@@ -5125,18 +5052,18 @@ msgid "Service products do not sell physical products."
|
|
5125 |
msgstr "Dienstleistungen werden nicht in physikalischer Form verkauft."
|
5126 |
|
5127 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:61
|
5128 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5129 |
msgid "Sale Label"
|
5130 |
msgstr "Streichpreis Hinweis"
|
5131 |
|
5132 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:71
|
5133 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5134 |
msgid "Sale Regular Label"
|
5135 |
msgstr "Angebotspreis Hinweis"
|
5136 |
|
5137 |
# @ woocommerce-germanized
|
5138 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:90
|
5139 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5140 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:228
|
5141 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:260
|
5142 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-units.php:10
|
@@ -5154,7 +5081,7 @@ msgstr ""
|
|
5154 |
|
5155 |
# @ woocommerce-germanized
|
5156 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:97
|
5157 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5158 |
msgid "Calculation"
|
5159 |
msgstr "Berechnung"
|
5160 |
|
@@ -5188,7 +5115,7 @@ msgstr "Allgemein"
|
|
5188 |
|
5189 |
# @ woocommerce-germanized
|
5190 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:126
|
5191 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5192 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:32
|
5193 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:204
|
5194 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-delivery-time.php:10
|
@@ -5201,7 +5128,7 @@ msgid "Same as parent"
|
|
5201 |
msgstr "Gleiche wie übergeordnet"
|
5202 |
|
5203 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:140
|
5204 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5205 |
msgid "Minimum Age"
|
5206 |
msgstr "Mindestalter"
|
5207 |
|
@@ -5214,12 +5141,12 @@ msgid "Product applies to differential taxation based on §25a UStG."
|
|
5214 |
msgstr "Produkt ist differenzbesteuert nach §25a UStG."
|
5215 |
|
5216 |
# @ woocommerce-germanized
|
5217 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5218 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5219 |
msgid "Select Price Label"
|
5220 |
msgstr "Preishinweis auswählen"
|
5221 |
|
5222 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5223 |
msgid ""
|
5224 |
"If the product is on sale you may want to show a price label right before "
|
5225 |
"outputting the old price to inform the customer."
|
@@ -5229,7 +5156,7 @@ msgstr ""
|
|
5229 |
"Preis). Mit diesem Hinweis kannst du genau festlegen, um welchen Preis es "
|
5230 |
"sich dabei handelte (z.B. UVP)."
|
5231 |
|
5232 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5233 |
msgid ""
|
5234 |
"If the product is on sale you may want to show a price label right before "
|
5235 |
"outputting the new price to inform the customer."
|
@@ -5239,35 +5166,35 @@ msgstr ""
|
|
5239 |
"Preis)."
|
5240 |
|
5241 |
# @ woocommerce-germanized
|
5242 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5243 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:107
|
5244 |
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:98
|
5245 |
msgid "Unit"
|
5246 |
msgstr "Einheit"
|
5247 |
|
5248 |
# @ woocommerce-germanized
|
5249 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5250 |
msgid "Select unit"
|
5251 |
msgstr "Einheit auswählen"
|
5252 |
|
5253 |
# @ woocommerce-germanized
|
5254 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5255 |
msgid "Needed if selling on a per unit basis"
|
5256 |
msgstr "Notwendig falls auf pro-Einheit-Basis verkauft werden soll"
|
5257 |
|
5258 |
# @ woocommerce-germanized
|
5259 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5260 |
msgid "Number of units included per default product price. Example: 1000 ml."
|
5261 |
msgstr ""
|
5262 |
"Anzahl der Produkteinheiten auf Basis des Produktpreises. Beispiel: 1000 ml."
|
5263 |
|
5264 |
# @ woocommerce-germanized
|
5265 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5266 |
msgid "Base Price Units"
|
5267 |
msgstr "Grundpreiseinheiten"
|
5268 |
|
5269 |
# @ woocommerce-germanized
|
5270 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5271 |
msgid ""
|
5272 |
"Base price units. Example base price: 0,99 € / 100 ml. Insert 100 as base "
|
5273 |
"price unit amount."
|
@@ -5276,37 +5203,37 @@ msgstr ""
|
|
5276 |
"hier 100 als Grundpreiseinheiten ein."
|
5277 |
|
5278 |
# @ woocommerce-germanized
|
5279 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5280 |
msgid "Calculate base prices automatically."
|
5281 |
msgstr "Grundpreis automatisch berechnen."
|
5282 |
|
5283 |
# @ woocommerce-germanized
|
5284 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5285 |
msgid "Regular Base Price"
|
5286 |
msgstr "Regulärer Grundpreis"
|
5287 |
|
5288 |
# @ woocommerce-germanized
|
5289 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5290 |
msgid "Sale Base Price"
|
5291 |
msgstr "Angebotsgrundpreis"
|
5292 |
|
5293 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5294 |
msgid "Adds an age verification checkbox while purchasing this product."
|
5295 |
msgstr "Fügt eine Checkbox zur Altersprüfung für dieses Produkt hinzu."
|
5296 |
|
5297 |
# @ woocommerce-germanized
|
5298 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5299 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5300 |
msgid "Search for a delivery time…"
|
5301 |
msgstr "Lieferzeit suchen…"
|
5302 |
|
5303 |
# @ woocommerce-germanized
|
5304 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5305 |
msgid "Free shipping?"
|
5306 |
msgstr "Versand kostenlos?"
|
5307 |
|
5308 |
# @ woocommerce-germanized
|
5309 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5310 |
msgid "This option disables the \"plus shipping costs\" notice on product page"
|
5311 |
msgstr ""
|
5312 |
"Deaktiviert den „zzgl. Versandkosten“ Hinweis. Ohne Auswirkungen auf die "
|
@@ -5584,7 +5511,7 @@ msgstr ""
|
|
5584 |
|
5585 |
# @ woocommerce-germanized
|
5586 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:96
|
5587 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
5588 |
msgid "Status"
|
5589 |
msgstr "Status"
|
5590 |
|
@@ -5868,7 +5795,7 @@ msgstr ""
|
|
5868 |
"Checkbox bearbeiten indem du auf den Link klickst."
|
5869 |
|
5870 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-checkboxes.php:62
|
5871 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
5872 |
msgid "Label"
|
5873 |
msgstr "Beschriftung"
|
5874 |
|
@@ -6109,8 +6036,8 @@ msgstr ""
|
|
6109 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
|
6110 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:547
|
6111 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:558
|
6112 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6113 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6114 |
msgid "Title"
|
6115 |
msgstr "Anrede"
|
6116 |
|
@@ -7439,14 +7366,14 @@ msgstr ""
|
|
7439 |
# @ woocommerce-germanized
|
7440 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:11
|
7441 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:27
|
7442 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7443 |
msgid "Name"
|
7444 |
msgstr "Name"
|
7445 |
|
7446 |
# @ woocommerce-germanized
|
7447 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
7448 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:29
|
7449 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7450 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:886
|
7451 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:124
|
7452 |
msgid "Description"
|
@@ -7459,7 +7386,7 @@ msgstr "Aktiviert"
|
|
7459 |
|
7460 |
# @ woocommerce-germanized
|
7461 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:14
|
7462 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7463 |
msgid "Mandatory"
|
7464 |
msgstr "Pflichtfeld"
|
7465 |
|
@@ -7509,62 +7436,40 @@ msgstr "Einstellungen anpassen"
|
|
7509 |
msgid "Manage"
|
7510 |
msgstr "Verwalten"
|
7511 |
|
7512 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:
|
7513 |
-
msgid "
|
7514 |
-
msgstr "
|
7515 |
-
|
7516 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:20
|
7517 |
-
msgid "To use Germanized you may at first install the following plugins:"
|
7518 |
-
msgstr ""
|
7519 |
-
"Um Germanized zuverlässig nutzen zu können, musst du erst folgende Plugins "
|
7520 |
-
"installieren:"
|
7521 |
|
7522 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:
|
|
|
7523 |
msgid ""
|
7524 |
-
"
|
7525 |
-
"
|
7526 |
msgstr ""
|
7527 |
-
"
|
|
|
|
|
7528 |
|
7529 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:
|
7530 |
#, php-format
|
7531 |
-
msgid "%s required in at least version %s"
|
7532 |
-
msgstr "%s wird mindestens in Version %s benötigt"
|
7533 |
-
|
7534 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:46
|
7535 |
msgid ""
|
7536 |
-
"
|
7537 |
-
"
|
7538 |
-
"version of Germanized."
|
7539 |
msgstr ""
|
7540 |
-
"
|
7541 |
-
"
|
7542 |
-
"
|
7543 |
|
7544 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:
|
7545 |
#, php-format
|
7546 |
-
msgid "
|
|
|
|
|
|
|
7547 |
msgstr ""
|
7548 |
-
"%
|
7549 |
-
"
|
7550 |
-
|
7551 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:51
|
7552 |
-
msgid "older version"
|
7553 |
-
msgstr "ältere Version"
|
7554 |
-
|
7555 |
-
# @ woocommerce-germanized
|
7556 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:64
|
7557 |
-
msgid "Check for Updates"
|
7558 |
-
msgstr "Nach Updates suchen"
|
7559 |
-
|
7560 |
-
# @ woocommerce-germanized
|
7561 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:68
|
7562 |
-
msgid "or"
|
7563 |
-
msgstr "oder"
|
7564 |
-
|
7565 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:71
|
7566 |
-
msgid "Install an older version"
|
7567 |
-
msgstr "Installiere eine ältere Version"
|
7568 |
|
7569 |
#: woocommerce-germanized/includes/admin/views/html-notice-fallback.php:13
|
7570 |
msgid "Hide"
|
@@ -7721,28 +7626,12 @@ msgstr ""
|
|
7721 |
msgid "Delete text options"
|
7722 |
msgstr "Text-Optionen löschen"
|
7723 |
|
7724 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:263
|
7725 |
-
msgid "Delete Version Cache"
|
7726 |
-
msgstr "Versionen-Cache löschen"
|
7727 |
-
|
7728 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:264
|
7729 |
-
msgid ""
|
7730 |
-
"This option deletes plugin version caches necessary to check whether "
|
7731 |
-
"activated plugins are compatible with Germanized."
|
7732 |
-
msgstr ""
|
7733 |
-
"Diese Option löscht den Cache der Plugin-Versionen, die geprüft werden um "
|
7734 |
-
"festzustellen ob Germanized kompatibel zu den jeweiligen Versionen ist."
|
7735 |
-
|
7736 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:267
|
7737 |
-
msgid "Delete version cache"
|
7738 |
-
msgstr "Cache löschen"
|
7739 |
-
|
7740 |
# @ woocommerce-germanized
|
7741 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7742 |
msgid "Renew EU VAT Rates"
|
7743 |
msgstr "EU MwSt.-Sätze erneuern"
|
7744 |
|
7745 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7746 |
msgid ""
|
7747 |
"Insert VAT rates (standard, recuded and virtual) for EU countries. This "
|
7748 |
"option deletes all of your standard, reduced and virtual rates before "
|
@@ -7753,17 +7642,17 @@ msgstr ""
|
|
7753 |
"eingefügt werden."
|
7754 |
|
7755 |
# @ woocommerce-germanized
|
7756 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7757 |
msgid "Renew VAT Rates"
|
7758 |
msgstr "EU MwSt.-Sätze erneuern"
|
7759 |
|
7760 |
# @ woocommerce-germanized
|
7761 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7762 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7763 |
msgid "Disable notices"
|
7764 |
msgstr "Meldungen deaktivieren"
|
7765 |
|
7766 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7767 |
msgid ""
|
7768 |
"Germanized might ask you to leave a review or notices you of using a "
|
7769 |
"possibly unsupported theme. If you want to disable these notices, check this "
|
@@ -7774,27 +7663,27 @@ msgstr ""
|
|
7774 |
"deaktivieren willst, verwende diese Option."
|
7775 |
|
7776 |
# @ woocommerce-germanized
|
7777 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7778 |
msgid "Enable notices"
|
7779 |
msgstr "Meldungen aktivieren"
|
7780 |
|
7781 |
# @ woocommerce-germanized
|
7782 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7783 |
msgid "Templates"
|
7784 |
msgstr "Templates"
|
7785 |
|
7786 |
# @ woocommerce-germanized
|
7787 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7788 |
msgid "Overrides"
|
7789 |
msgstr "Überschreibt"
|
7790 |
|
7791 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7792 |
#, php-format
|
7793 |
msgid "Version %s is out of date. The core version is %s."
|
7794 |
msgstr "Version %s ist veraltet. Die aktuelle Version lautet %s."
|
7795 |
|
7796 |
# @ woocommerce-germanized
|
7797 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7798 |
msgid "Learn how to update outdated templates"
|
7799 |
msgstr "Erfahre, wie du veraltete Templates aktualisierst"
|
7800 |
|
@@ -8167,11 +8056,11 @@ msgstr ""
|
|
8167 |
"Entschuldigung, normale Produkte können nicht gemeinsam mit "
|
8168 |
"differenzbesteuerten Produkten gekauft werden."
|
8169 |
|
8170 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
8171 |
msgid "Is voucher?"
|
8172 |
msgstr "Wertgutschein?"
|
8173 |
|
8174 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
8175 |
#, php-format
|
8176 |
msgid ""
|
8177 |
"Whether or not this coupon is a voucher which has been sold to a customer "
|
@@ -8183,26 +8072,26 @@ msgstr ""
|
|
8183 |
"besteuert. Weitere Informationen findest du <a href=\"%s\" target=\"_blank"
|
8184 |
"\">hier</a>."
|
8185 |
|
8186 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8187 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8188 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8189 |
msgid ""
|
8190 |
"Please activate your account through clicking on the activation link "
|
8191 |
"received via email."
|
8192 |
msgstr ""
|
8193 |
"Bitte aktiviere dein Kundenkonto indem du auf den Link in der E-Mail klickst."
|
8194 |
|
8195 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8196 |
#, php-format
|
8197 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
8198 |
msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
|
8199 |
|
8200 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8201 |
msgid "Please create an account or login before continuing to checkout"
|
8202 |
msgstr ""
|
8203 |
"Bitte erstelle ein Kundenkonto oder logge dich ein, bevor du zur Kasse gehst"
|
8204 |
|
8205 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8206 |
msgid ""
|
8207 |
"This activation code has expired. We have sent you a new activation code via "
|
8208 |
"e-mail."
|
@@ -8211,20 +8100,20 @@ msgstr ""
|
|
8211 |
"Code per E-Mail geschickt."
|
8212 |
|
8213 |
# @ woocommerce-germanized
|
8214 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8215 |
msgid "Sorry, but this activation code cannot be found."
|
8216 |
msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
|
8217 |
|
8218 |
# @ woocommerce-germanized
|
8219 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8220 |
msgid "Thank you. You have successfully activated your account."
|
8221 |
msgstr "Vielen Dank. Dein Benutzerkonto wurde erfolgreich aktiviert."
|
8222 |
|
8223 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8224 |
msgid "Expired activation key"
|
8225 |
msgstr "Abgelaufener Aktivierungscode"
|
8226 |
|
8227 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8228 |
msgid "Invalid activation key"
|
8229 |
msgstr "Aktivierungscode ungültig"
|
8230 |
|
@@ -8269,13 +8158,13 @@ msgid "Thanks for creating an account on %s."
|
|
8269 |
msgstr "Danke, dass du ein Konto bei %s erstellt hast."
|
8270 |
|
8271 |
# @ woocommerce-germanized
|
8272 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
8273 |
msgctxt "revocation-form"
|
8274 |
msgid "Forward your Revocation online"
|
8275 |
msgstr "Deinen Widerruf online erklären"
|
8276 |
|
8277 |
# @ woocommerce-germanized
|
8278 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8279 |
#, php-format
|
8280 |
msgid ""
|
8281 |
"Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
|
@@ -8284,85 +8173,85 @@ msgstr ""
|
|
8284 |
"Bitte installiere <a href=\"%s\" target=\"_blank\">WooCommerce</a> bevor du "
|
8285 |
"WooCommerce Germanized installierst. Vielen Dank!"
|
8286 |
|
8287 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8288 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8289 |
msgid "Reduced rate"
|
8290 |
msgstr "Ermäßigter Steuersatz"
|
8291 |
|
8292 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8293 |
#, php-format
|
8294 |
msgctxt "vat-rate-import"
|
8295 |
msgid "VAT %s"
|
8296 |
msgstr "MwSt. %s"
|
8297 |
|
8298 |
# @ woocommerce-germanized
|
8299 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8300 |
msgctxt "Page slug"
|
8301 |
msgid "data-security"
|
8302 |
msgstr "datenschutzerklaerung"
|
8303 |
|
8304 |
# @ woocommerce-germanized
|
8305 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8306 |
msgctxt "Page title"
|
8307 |
msgid "Data Security Statement"
|
8308 |
msgstr "Datenschutzerklärung"
|
8309 |
|
8310 |
# @ woocommerce-germanized
|
8311 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8312 |
msgctxt "Page slug"
|
8313 |
msgid "imprint"
|
8314 |
msgstr "impressum"
|
8315 |
|
8316 |
# @ woocommerce-germanized
|
8317 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8318 |
msgctxt "Page title"
|
8319 |
msgid "Imprint"
|
8320 |
msgstr "Impressum"
|
8321 |
|
8322 |
# @ woocommerce-germanized
|
8323 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8324 |
msgctxt "Page slug"
|
8325 |
msgid "terms"
|
8326 |
msgstr "agb"
|
8327 |
|
8328 |
# @ woocommerce-germanized
|
8329 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8330 |
msgctxt "Page title"
|
8331 |
msgid "Terms & Conditions"
|
8332 |
msgstr "AGB"
|
8333 |
|
8334 |
# @ woocommerce-germanized
|
8335 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8336 |
msgctxt "Page slug"
|
8337 |
msgid "revocation"
|
8338 |
msgstr "widerrufsbelehrung"
|
8339 |
|
8340 |
# @ woocommerce-germanized
|
8341 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8342 |
msgctxt "Page title"
|
8343 |
msgid "Power of Revocation"
|
8344 |
msgstr "Widerrufsbelehrung"
|
8345 |
|
8346 |
# @ woocommerce-germanized
|
8347 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8348 |
msgctxt "Page slug"
|
8349 |
msgid "shipping-methods"
|
8350 |
msgstr "versandarten"
|
8351 |
|
8352 |
# @ woocommerce-germanized
|
8353 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8354 |
msgctxt "Page title"
|
8355 |
msgid "Shipping Methods"
|
8356 |
msgstr "Versandarten"
|
8357 |
|
8358 |
# @ woocommerce-germanized
|
8359 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8360 |
msgctxt "Page slug"
|
8361 |
msgid "payment-methods"
|
8362 |
msgstr "bezahlmoeglichkeiten"
|
8363 |
|
8364 |
# @ woocommerce-germanized
|
8365 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8366 |
msgctxt "Page title"
|
8367 |
msgid "Payment Methods"
|
8368 |
msgstr "Zahlungsarten"
|
@@ -8581,11 +8470,11 @@ msgid "Checkbox with name %s does already exist."
|
|
8581 |
msgstr "Eine Checkbox mit dem Namen %s existiert bereits."
|
8582 |
|
8583 |
# @ woocommerce-germanized
|
8584 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8585 |
msgid "Enable checkbox"
|
8586 |
msgstr "Checkbox aktivieren"
|
8587 |
|
8588 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8589 |
msgid ""
|
8590 |
"Choose a name to identify your checkbox. Upon creating a new checkbox, this "
|
8591 |
"value is being used to generate the Id."
|
@@ -8593,11 +8482,11 @@ msgstr ""
|
|
8593 |
"Wähle einen Namen aus, um deine Checkbox zu identifizieren. Bei Erstellung "
|
8594 |
"einer neuen Checkbox wird dieser Wert verwendet um eine Id zu erstellen."
|
8595 |
|
8596 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8597 |
msgid "Id"
|
8598 |
msgstr "Id"
|
8599 |
|
8600 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8601 |
msgid ""
|
8602 |
"The checkbox Id is the unique indentifier which is used to identify the "
|
8603 |
"checkbox within the code. Cannot be edited after creating the checkbox."
|
@@ -8606,25 +8495,25 @@ msgstr ""
|
|
8606 |
"Code heraus zugreifbar zu machen. Kann nach dem Erstellen einer Checkbox "
|
8607 |
"nicht mehr verändert werden."
|
8608 |
|
8609 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8610 |
msgid "Describe the use case of your checkbox."
|
8611 |
msgstr "Beschreibe hier den Use-Case deiner Checkbox."
|
8612 |
|
8613 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8614 |
msgid "Choose a label to be inserted next to the checkbox."
|
8615 |
msgstr "Wähle eine Beschriftung aus, die neben der Checkbox platziert wird."
|
8616 |
|
8617 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8618 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8619 |
#, php-format
|
8620 |
msgid "You may use one of the following placeholders within the text: %s"
|
8621 |
msgstr "Du kannst einen der folgenden Platzhalter in deinem Text verwenden: %s"
|
8622 |
|
8623 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8624 |
msgid "Error Message"
|
8625 |
msgstr "Fehlermeldung"
|
8626 |
|
8627 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8628 |
msgid ""
|
8629 |
"Choose an error message to be shown when the user has not confirmed the "
|
8630 |
"checkbox."
|
@@ -8633,25 +8522,25 @@ msgstr ""
|
|
8633 |
"die Checkbox nicht bestätigt hat."
|
8634 |
|
8635 |
# @ woocommerce-germanized
|
8636 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8637 |
msgid "Hide input"
|
8638 |
msgstr "Ausblenden"
|
8639 |
|
8640 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8641 |
msgid "Do only show a label and hide the actual checkbox."
|
8642 |
msgstr ""
|
8643 |
"Zeige lediglich die Beschriftung und entferne die eigentliche Checkbox."
|
8644 |
|
8645 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8646 |
msgid "Mark the checkbox as mandatory."
|
8647 |
msgstr "Checkbox zum Pflichtfeld machen."
|
8648 |
|
8649 |
# @ woocommerce-germanized
|
8650 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8651 |
msgid "Locations"
|
8652 |
msgstr "Orte"
|
8653 |
|
8654 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8655 |
msgid "Choose where to display your checkbox."
|
8656 |
msgstr "Wähle einen Ort aus, an dem die Checkbox platziert werden soll."
|
8657 |
|
@@ -10156,14 +10045,14 @@ msgstr "Alternative Streitbeilegung gemäß Art. 14 Abs. 1 ODR-VO und § 36 VSBG
|
|
10156 |
msgid "Pay now"
|
10157 |
msgstr "Jetzt bezahlen"
|
10158 |
|
10159 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
10160 |
#, php-format
|
10161 |
msgid ""
|
10162 |
"Germanized requires at least PHP 5.6 to work. Please %s your PHP version."
|
10163 |
msgstr "Germanized benötigt mindestens PHP 5.6. Bitte %s deine PHP-Version."
|
10164 |
|
10165 |
# @ woocommerce-germanized
|
10166 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
10167 |
msgid "upgrade"
|
10168 |
msgstr "Upgrade"
|
10169 |
|
@@ -11396,13 +11285,149 @@ msgstr ""
|
|
11396 |
"Shop für den deutschen Markt."
|
11397 |
|
11398 |
#. Author of the plugin/theme
|
11399 |
-
msgid "
|
11400 |
-
msgstr "
|
11401 |
|
11402 |
#. Author URI of the plugin/theme
|
11403 |
msgid "https://vendidero.de"
|
11404 |
msgstr "https://vendidero.de"
|
11405 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11406 |
# @ woocommerce-germanized
|
11407 |
#~ msgid "Hide this notice"
|
11408 |
#~ msgstr "Diese Nachricht ausblenden"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-05-28 13:45+0200\n"
|
6 |
+
"PO-Revision-Date: 2020-05-28 13:47+0200\n"
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
+
"X-Generator: Poedit 2.3.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;"
|
54 |
msgid "Duties"
|
55 |
msgstr "Zollabgabe"
|
56 |
|
57 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:65
|
58 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:137
|
59 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:946
|
60 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
63 |
msgstr "Wunschtag"
|
64 |
|
65 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:75
|
|
|
66 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:36
|
67 |
msgctxt "dhl"
|
68 |
msgid "Preferred Time"
|
69 |
msgstr "Wunschzeit"
|
70 |
|
71 |
# @ woocommerce-germanized
|
72 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:87
|
73 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:165
|
74 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:966
|
75 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
76 |
msgctxt "dhl"
|
77 |
msgid "Preferred Location"
|
78 |
msgstr "Wunschort"
|
79 |
|
80 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:98
|
81 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:974
|
82 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
83 |
msgctxt "dhl"
|
84 |
msgid "Preferred Neighbor"
|
85 |
msgstr "Wunschnachbar"
|
86 |
|
87 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:108
|
88 |
msgctxt "dhl"
|
89 |
msgid "Create inlay return label"
|
90 |
msgstr "Beilage-Retourenlabel erstellen"
|
91 |
|
92 |
# @ woocommerce-germanized
|
93 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:121
|
94 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:733
|
95 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:802
|
96 |
msgctxt "dhl"
|
97 |
msgid "Name"
|
98 |
msgstr "Name"
|
99 |
|
100 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:130
|
101 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:740
|
102 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:809
|
103 |
msgctxt "dhl"
|
105 |
msgstr "Firma"
|
106 |
|
107 |
# @ woocommerce-germanized
|
108 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:139
|
109 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:367
|
110 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:747
|
111 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:816
|
114 |
msgstr "Straße"
|
115 |
|
116 |
# @ woocommerce-germanized
|
117 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:148
|
118 |
msgctxt "dhl"
|
119 |
msgid "Street No"
|
120 |
msgstr "Hausnummer"
|
121 |
|
122 |
# @ woocommerce-germanized
|
123 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:159
|
124 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:368
|
125 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:768
|
126 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:837
|
130 |
msgstr "Postleitzahl"
|
131 |
|
132 |
# @ woocommerce-germanized
|
133 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:168
|
134 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:369
|
135 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:761
|
136 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:830
|
139 |
msgid "City"
|
140 |
msgstr "Stadt"
|
141 |
|
142 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:179
|
143 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:784
|
144 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:853
|
145 |
msgctxt "dhl"
|
146 |
msgid "Phone"
|
147 |
msgstr "Telefon"
|
148 |
|
149 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:188
|
150 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:791
|
151 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:860
|
152 |
msgctxt "dhl"
|
153 |
msgid "Email"
|
154 |
msgstr "E-Mail"
|
155 |
|
156 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:199
|
157 |
msgctxt "dhl"
|
158 |
msgid "Valid address only"
|
159 |
msgstr "Nur valide Adressen"
|
160 |
|
161 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:208
|
162 |
msgctxt "dhl"
|
163 |
msgid "More services"
|
164 |
msgstr "Mehr Services"
|
165 |
|
166 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:211
|
167 |
msgctxt "dhl"
|
168 |
msgid "Fewer services"
|
169 |
msgstr "Weniger Services"
|
170 |
|
171 |
# @ woocommerce-germanized
|
172 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:219
|
173 |
msgctxt "dhl"
|
174 |
msgid "Age check"
|
175 |
msgstr "Alterssichtprüfung"
|
176 |
|
177 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:227
|
178 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:323
|
179 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:531
|
180 |
msgctxt "dhl"
|
181 |
msgid "GoGreen"
|
182 |
msgstr "GoGreen"
|
183 |
|
184 |
# @ woocommerce-germanized
|
185 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:235
|
186 |
msgctxt "dhl"
|
187 |
msgid "Additional insurance"
|
188 |
msgstr "Transportversicherung"
|
189 |
|
190 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:245
|
191 |
msgctxt "dhl"
|
192 |
msgid "Retail outlet routing"
|
193 |
msgstr "Filialrouting"
|
194 |
|
195 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:257
|
196 |
msgctxt "dhl"
|
197 |
msgid "No neighbor"
|
198 |
msgstr "Keine Nachbarschaftszustellung"
|
199 |
|
200 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:267
|
201 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:559
|
202 |
msgctxt "dhl"
|
203 |
msgid "Named person only"
|
204 |
msgstr "Persönliche Übergabe"
|
205 |
|
206 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:275
|
207 |
msgctxt "dhl"
|
208 |
msgid "Bulky goods"
|
209 |
msgstr "Sperrgut"
|
210 |
|
211 |
# @ woocommerce-germanized
|
212 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:283
|
213 |
msgctxt "dhl"
|
214 |
msgid "Identity check"
|
215 |
msgstr "Ident-Check"
|
216 |
|
217 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:294
|
218 |
msgctxt "dhl"
|
219 |
msgid "Date of Birth"
|
220 |
msgstr "Geburtsdatum"
|
221 |
|
222 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:304
|
223 |
msgctxt "dhl"
|
224 |
msgid "Minimum age"
|
225 |
msgstr "Mindestalter"
|
226 |
|
227 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:315
|
228 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:580
|
229 |
msgctxt "dhl"
|
230 |
msgid "Premium"
|
314 |
|
315 |
# @ woocommerce-germanized
|
316 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:35
|
|
|
|
|
317 |
msgctxt "dhl time context"
|
318 |
msgid "None"
|
319 |
msgstr "Keine"
|
320 |
|
321 |
# @ woocommerce-germanized
|
322 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:45
|
323 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:272
|
324 |
msgctxt "dhl day context"
|
325 |
msgid "None"
|
326 |
msgstr "Keiner"
|
764 |
# @ woocommerce-germanized
|
765 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:151
|
766 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:954
|
|
|
767 |
msgctxt "dhl"
|
768 |
msgid "Fee"
|
769 |
msgstr "Gebühr"
|
796 |
"Folgenden konfiguriert) als Lieferadresse auswählen."
|
797 |
|
798 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:198
|
799 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1102
|
800 |
msgctxt "dhl"
|
801 |
msgid "Map"
|
802 |
msgstr "Karte"
|
1033 |
# @ woocommerce-germanized
|
1034 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:428
|
1035 |
msgctxt "dhl"
|
1036 |
+
msgid "Default weight (kg)"
|
1037 |
+
msgstr "Standardgewicht (kg)"
|
1038 |
|
1039 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:430
|
1040 |
msgctxt "dhl"
|
1047 |
|
1048 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:439
|
1049 |
msgctxt "dhl"
|
1050 |
+
msgid "Minimum weight (kg)"
|
1051 |
+
msgstr "Mindestgewicht (kg)"
|
1052 |
|
1053 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:441
|
1054 |
msgctxt "dhl"
|
1239 |
msgstr "Premium Lieferung für internationale Sendungen."
|
1240 |
|
1241 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:600
|
1242 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1153
|
1243 |
msgctxt "dhl"
|
1244 |
msgid "Labels"
|
1245 |
msgstr "Labels"
|
1479 |
"Füge einen Bruttopreis als Gebühr für die Lieferung am Wunschtag hinzu. "
|
1480 |
"Setze den Wert auf 0 um den Service kostenlos anzubieten."
|
1481 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1482 |
# @ woocommerce-germanized
|
1483 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:967
|
1484 |
msgctxt "dhl"
|
1485 |
msgid "Enable preferred location delivery."
|
1486 |
msgstr "Lieferung an einen Wunschort aktivieren."
|
1487 |
|
1488 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:967
|
1489 |
msgctxt "dhl"
|
1490 |
msgid ""
|
1491 |
"Enabling this option will display options for the user to select their "
|
1494 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
1495 |
"Kasse ."
|
1496 |
|
1497 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:975
|
1498 |
msgctxt "dhl"
|
1499 |
msgid "Enable preferred neighbor delivery."
|
1500 |
msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
|
1501 |
|
1502 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:975
|
1503 |
msgctxt "dhl"
|
1504 |
msgid ""
|
1505 |
"Enabling this option will display options for the user to deliver to their "
|
1508 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
1509 |
"der Kasse."
|
1510 |
|
1511 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1001
|
1512 |
msgctxt "dhl"
|
1513 |
msgid "Cut-off time"
|
1514 |
msgstr "Cut-off-Zeit"
|
1515 |
|
1516 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1004
|
1517 |
msgctxt "dhl"
|
1518 |
msgid ""
|
1519 |
"The cut-off time is the latest possible order time up to which the minimum "
|
1526 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
1527 |
"Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
1528 |
|
1529 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1010
|
1530 |
msgctxt "dhl"
|
1531 |
msgid "Preparation days"
|
1532 |
msgstr "Bearbeitungstage"
|
1533 |
|
1534 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1013
|
1535 |
msgctxt "dhl"
|
1536 |
msgid ""
|
1537 |
"If you need more time to prepare your shipments you might want to add a "
|
1542 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
1543 |
"auswählbaren Wunschtag hinzugefügt werden."
|
1544 |
|
1545 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1020
|
1546 |
msgctxt "dhl"
|
1547 |
msgid "Exclude days of transfer"
|
1548 |
msgstr "Übergabetage ausschließen"
|
1549 |
|
1550 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1021
|
1551 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
1552 |
msgctxt "dhl"
|
1553 |
msgid "Monday"
|
1554 |
msgstr "Montag"
|
1555 |
|
1556 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1022
|
1557 |
msgctxt "dhl"
|
1558 |
msgid "Exclude days from transferring shipments to DHL."
|
1559 |
msgstr "Schließe bestimmte Wochentage für die Übergabe an DHL aus."
|
1560 |
|
1561 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1031
|
1562 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
1563 |
msgctxt "dhl"
|
1564 |
msgid "Tuesday"
|
1565 |
msgstr "Dienstag"
|
1566 |
|
1567 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1040
|
1568 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
1569 |
msgctxt "dhl"
|
1570 |
msgid "Wednesday"
|
1571 |
msgstr "Mittwoch"
|
1572 |
|
1573 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1049
|
1574 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
1575 |
msgctxt "dhl"
|
1576 |
msgid "Thursday"
|
1577 |
msgstr "Donnerstag"
|
1578 |
|
1579 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1058
|
1580 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
1581 |
msgctxt "dhl"
|
1582 |
msgid "Friday"
|
1583 |
msgstr "Freitag"
|
1584 |
|
1585 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1067
|
1586 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
1587 |
msgctxt "dhl"
|
1588 |
msgid "Saturday"
|
1589 |
msgstr "Samstag"
|
1590 |
|
1591 |
# @ woocommerce-germanized
|
1592 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1076
|
1593 |
msgctxt "dhl"
|
1594 |
msgid "Exclude gateways"
|
1595 |
msgstr "Zahlungsarten ausschließen"
|
1596 |
|
1597 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1078
|
1598 |
msgctxt "dhl"
|
1599 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1600 |
msgstr ""
|
1601 |
"Wähle Zahlungsarten aus, für die die Wunschpaket-Services nicht zur "
|
1602 |
"Verfügung stehen sollen."
|
1603 |
|
1604 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1103
|
1605 |
msgctxt "dhl"
|
1606 |
msgid "Let customers find a DHL location on a map."
|
1607 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
1608 |
|
1609 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1103
|
1610 |
msgctxt "dhl"
|
1611 |
msgid ""
|
1612 |
"Enable this option to let your customers choose a pickup option from a map "
|
1617 |
"einer Karten in der Kasse zu ermöglichen. Wenn diese Option deaktiviert ist, "
|
1618 |
"wird stattdessen auf die DHL Website verwiesen."
|
1619 |
|
1620 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1110
|
1621 |
msgctxt "dhl"
|
1622 |
msgid "Google Maps Key"
|
1623 |
msgstr "Google Maps Schlüssel"
|
1624 |
|
1625 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1114
|
1626 |
#, php-format
|
1627 |
msgctxt "dhl"
|
1628 |
msgid ""
|
1632 |
"Um eine Karte integrieren zu können, benötigst du einen gültigen API-"
|
1633 |
"Schlüssel für Google Maps. Du kannst %s."
|
1634 |
|
1635 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1114
|
1636 |
msgctxt "dhl"
|
1637 |
msgid "retrieve a new one"
|
1638 |
msgstr "hier einen neuen erstellen"
|
1639 |
|
1640 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1119
|
1641 |
msgctxt "dhl"
|
1642 |
msgid "Limit results"
|
1643 |
msgstr "Suchergebnisse begrenzen"
|
1644 |
|
1645 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1123
|
1646 |
msgctxt "dhl"
|
1647 |
msgid "Limit the number of DHL locations shown on the map"
|
1648 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
1649 |
|
1650 |
# @ woocommerce-germanized
|
1651 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1152
|
1652 |
msgctxt "dhl"
|
1653 |
msgid "General"
|
1654 |
msgstr "Allgemein"
|
1655 |
|
1656 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1154
|
1657 |
msgctxt "dhl"
|
1658 |
msgid "Preferred Services"
|
1659 |
msgstr "Wunschpaket"
|
1660 |
|
1661 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1155
|
1662 |
msgctxt "dhl"
|
1663 |
msgid "Parcel Pickup"
|
1664 |
msgstr "Standorte"
|
1768 |
msgid "Parcel API not available"
|
1769 |
msgstr "Paket API ist nicht erreichbar"
|
1770 |
|
1771 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:250
|
1772 |
msgctxt "dhl"
|
1773 |
msgid "Mon"
|
1774 |
msgstr "Mo"
|
1775 |
|
1776 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:251
|
1777 |
msgctxt "dhl"
|
1778 |
msgid "Tue"
|
1779 |
msgstr "Di"
|
1780 |
|
1781 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:252
|
1782 |
msgctxt "dhl"
|
1783 |
msgid "Wed"
|
1784 |
msgstr "Mi"
|
1785 |
|
1786 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:253
|
1787 |
msgctxt "dhl"
|
1788 |
msgid "Thu"
|
1789 |
msgstr "Do"
|
1790 |
|
1791 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:254
|
1792 |
msgctxt "dhl"
|
1793 |
msgid "Fri"
|
1794 |
msgstr "Fr"
|
1795 |
|
1796 |
# @ woocommerce-germanized
|
1797 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:255
|
1798 |
msgctxt "dhl"
|
1799 |
msgid "Sat"
|
1800 |
msgstr "Sa"
|
1801 |
|
1802 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:256
|
1803 |
msgctxt "dhl"
|
1804 |
msgid "Sun"
|
1805 |
msgstr "So"
|
1862 |
msgid "Invalid label."
|
1863 |
msgstr "Ungültiges Label."
|
1864 |
|
1865 |
+
#: woocommerce-germanized-dhl/src/Order.php:292
|
1866 |
#: woocommerce-germanized-dhl/src/SimpleLabel.php:157
|
1867 |
#, php-format
|
1868 |
msgctxt "dhl time-span"
|
2039 |
|
2040 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:135
|
2041 |
msgctxt "dhl"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2042 |
msgid "DHL Preferred Day"
|
2043 |
msgstr "DHL Wunschtag"
|
2044 |
|
2045 |
+
#: woocommerce-germanized-dhl/src/ParcelServices.php:278
|
2046 |
msgctxt "dhl"
|
2047 |
msgid "Sorry, but the preferred day you have chosen is no longer available."
|
2048 |
msgstr ""
|
2049 |
"Entschuldigung, der von dir ausgewählte Wunschtag steht leider nicht mehr "
|
2050 |
"zur Verfügung."
|
2051 |
|
2052 |
+
#: woocommerce-germanized-dhl/src/ParcelServices.php:301
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2053 |
msgctxt "dhl"
|
2054 |
msgid "Please choose a preferred location."
|
2055 |
msgstr "Bitte wähle einen Wunschort aus."
|
2056 |
|
2057 |
# @ woocommerce-germanized
|
2058 |
+
#: woocommerce-germanized-dhl/src/ParcelServices.php:313
|
2059 |
msgctxt "dhl"
|
2060 |
msgid "Please choose name and address of your preferred neighbor."
|
2061 |
msgstr "Bitte wähle einen Namen und die Adresse deines Wunschnachbars."
|
2163 |
"Lieferprozesse aktuell nicht möglich."
|
2164 |
|
2165 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:42
|
|
|
2166 |
#, php-format
|
2167 |
msgctxt "dhl"
|
2168 |
msgid "There is a surcharge of %s incl. VAT for this service.*"
|
2170 |
|
2171 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
|
2172 |
msgctxt "dhl"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2173 |
msgid "Preferred location or neighbor"
|
2174 |
msgstr "Wunschort oder Wunschnachbar"
|
2175 |
|
2176 |
# @ woocommerce-germanized
|
2177 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:71
|
2178 |
msgctxt "dhl location context"
|
2179 |
msgid "None"
|
2180 |
msgstr "Keine"
|
2181 |
|
2182 |
# @ woocommerce-germanized
|
2183 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:76
|
2184 |
msgctxt "dhl"
|
2185 |
msgid "Location"
|
2186 |
msgstr "Ort"
|
2187 |
|
2188 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:82
|
2189 |
msgctxt "dhl"
|
2190 |
msgid "Neighbor"
|
2191 |
msgstr "Nachbar"
|
2192 |
|
2193 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
|
2194 |
msgctxt "dhl"
|
2195 |
msgid "Preferred location: Delivery to your preferred drop-off location"
|
2196 |
msgstr "Lieferung an den gewünschten Ablageort"
|
2197 |
|
2198 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
|
2199 |
msgctxt "dhl"
|
2200 |
msgid ""
|
2201 |
"Choose a weather-protected and non-visible place on your property, where we "
|
2205 |
"Grundstück, an dem wir das Paket während deiner Abwesenheit hinterlegen "
|
2206 |
"dürfen."
|
2207 |
|
2208 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:91
|
2209 |
msgctxt "dhl"
|
2210 |
msgid "e.g. Garage, Terrace"
|
2211 |
msgstr "z.B. Garage, Terrasse"
|
2212 |
|
2213 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
|
2214 |
msgctxt "dhl"
|
2215 |
msgid "Preferred neighbour: Delivery to a neighbour of your choice"
|
2216 |
msgstr "Wunschnachbar: Lieferung an einen Nachbarn deiner Wahl"
|
2217 |
|
2218 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
|
2219 |
msgctxt "dhl"
|
2220 |
msgid ""
|
2221 |
"Determine a person in your immediate neighborhood whom we can hand out your "
|
2226 |
"Paket während deiner Abwesenheit abgeben dürfen. Diese sollte im gleichen "
|
2227 |
"Haus, direkt gegenüber oder nebenan wohnen."
|
2228 |
|
2229 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:100
|
2230 |
msgctxt "dhl"
|
2231 |
msgid "First name, last name of neighbor"
|
2232 |
msgstr "Vorname, Nachname des Nachbars"
|
2233 |
|
2234 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:101
|
2235 |
msgctxt "dhl"
|
2236 |
msgid "Street, number, postal code, city"
|
2237 |
msgstr "Straße, Hausnummer, Postleitzahl, Stadt"
|
2238 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2239 |
#: woocommerce-germanized-dhl/woocommerce-germanized-dhl.php:40
|
2240 |
#: woocommerce-germanized-dhl/woocommerce-germanized-dhl.php:58
|
2241 |
#, php-format
|
2268 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:47
|
2269 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1014
|
2270 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
2271 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:688
|
2272 |
msgctxt "shipments"
|
2273 |
msgid "Status"
|
2274 |
msgstr "Status"
|
2363 |
|
2364 |
# @ woocommerce-germanized
|
2365 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:223
|
2366 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:66
|
2367 |
msgctxt "shipments"
|
2368 |
msgid "Confirm return request"
|
2369 |
msgstr "Rücksendeantrag bestätigen"
|
2451 |
# @ woocommerce
|
2452 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
2453 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
|
2454 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:686
|
2455 |
#: woocommerce-germanized-shipments/src/ShippingProvider.php:534
|
2456 |
msgctxt "shipments"
|
2457 |
msgid "Title"
|
2725 |
# @ woocommerce-germanized
|
2726 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:104
|
2727 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:308
|
2728 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:854
|
2729 |
msgctxt "shipments"
|
2730 |
msgid "Shipped"
|
2731 |
msgstr "Versandt"
|
2751 |
msgstr "Entwurf"
|
2752 |
|
2753 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:307
|
2754 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:846
|
2755 |
msgctxt "shipments"
|
2756 |
msgid "Processing"
|
2757 |
msgstr "In Bearbeitung"
|
2758 |
|
2759 |
# @ woocommerce-germanized
|
2760 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:309
|
2761 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:50
|
2762 |
msgctxt "shipments"
|
2763 |
msgid "Delivered"
|
2764 |
msgstr "Geliefert"
|
2820 |
# @ woocommerce-germanized
|
2821 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1013
|
2822 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
2823 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:687
|
2824 |
msgctxt "shipments"
|
2825 |
msgid "Date"
|
2826 |
msgstr "Datum"
|
2834 |
# @ woocommerce-germanized
|
2835 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1016
|
2836 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:91
|
2837 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
2838 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:694
|
2839 |
msgctxt "shipments"
|
2840 |
msgid "Actions"
|
2841 |
msgstr "Aktionen"
|
2847 |
|
2848 |
# @ woocommerce-germanized
|
2849 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1259
|
2850 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:865
|
2851 |
#: woocommerce-germanized-shipments/src/Ajax.php:336
|
2852 |
msgctxt "shipments"
|
2853 |
msgid "Download label"
|
3021 |
msgstr "Sendung #%d"
|
3022 |
|
3023 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:25
|
3024 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:689
|
3025 |
msgctxt "shipments"
|
3026 |
msgid "Items"
|
3027 |
msgstr "Positionen"
|
3031 |
msgid "Sender"
|
3032 |
msgstr "Absender"
|
3033 |
|
|
|
3034 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:27
|
3035 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:691
|
3036 |
+
msgctxt "shipments"
|
3037 |
+
msgid "Weight"
|
3038 |
+
msgstr "Gewicht"
|
3039 |
+
|
3040 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:28
|
3041 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:692
|
3042 |
+
msgctxt "shipments"
|
3043 |
+
msgid "Dimensions"
|
3044 |
+
msgstr "Abmessungen"
|
3045 |
+
|
3046 |
+
# @ woocommerce-germanized
|
3047 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:29
|
3048 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:693
|
3049 |
msgctxt "shipments"
|
3050 |
msgid "Order"
|
3051 |
msgstr "Bestellung"
|
3052 |
|
3053 |
# @ woocommerce-germanized
|
3054 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:58
|
3055 |
msgctxt "shipments"
|
3056 |
msgid "Send notification to customer"
|
3057 |
msgstr "Benachrichtigung an den Kunden senden"
|
3058 |
|
3059 |
# @ woocommerce-germanized
|
3060 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:79
|
3061 |
msgctxt "shipments"
|
3062 |
msgid "Confirm open return requests"
|
3063 |
msgstr "Offene Rücksendeanträge bestätigen"
|
3394 |
msgid "Shipping Provider"
|
3395 |
msgstr "Versanddienstleister"
|
3396 |
|
3397 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:192
|
3398 |
#, php-format
|
3399 |
msgctxt "shipments"
|
3400 |
msgid "%d shipment deleted."
|
3402 |
msgstr[0] "%d Sendung gelöscht."
|
3403 |
msgstr[1] "%d Sendungen gelöscht."
|
3404 |
|
3405 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:202
|
3406 |
#, php-format
|
3407 |
msgctxt "shipments"
|
3408 |
msgid "%d shipment status changed."
|
3410 |
msgstr[0] "%d Sendungsstatus geändert."
|
3411 |
msgstr[1] "%d Sendungsstatus geändert."
|
3412 |
|
3413 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:371
|
3414 |
msgctxt "shipments"
|
3415 |
msgid "No shipments found"
|
3416 |
msgstr "Keine Sendungen gefunden"
|
3417 |
|
3418 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:411
|
3419 |
#, php-format
|
3420 |
msgctxt "shipments"
|
3421 |
msgid "All <span class=\"count\">(%s)</span>"
|
3423 |
msgstr[0] "Alle <span class=\"count\">(%s)</span>"
|
3424 |
msgstr[1] "Alle <span class=\"count\">(%s)</span>"
|
3425 |
|
3426 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:436
|
3427 |
#, php-format
|
3428 |
msgctxt "shipments"
|
3429 |
msgid " <span class=\"count\">(%s)</span>"
|
3431 |
msgstr[0] " <span class=\"count\">(%s)</span>"
|
3432 |
msgstr[1] " <span class=\"count\">(%s)</span>"
|
3433 |
|
3434 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:526
|
3435 |
msgctxt "shipments"
|
3436 |
msgid "Filter by date"
|
3437 |
msgstr "Nach Datum filtern"
|
3438 |
|
3439 |
# @ woocommerce-germanized
|
3440 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:528
|
3441 |
msgctxt "shipments"
|
3442 |
msgid "All dates"
|
3443 |
msgstr "Alle Daten"
|
3444 |
|
3445 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:543
|
3446 |
#, php-format
|
3447 |
msgid "%1$s %2$d"
|
3448 |
msgstr "%1$s %2$d"
|
3449 |
|
3450 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:564
|
3451 |
msgctxt "shipments"
|
3452 |
msgid "Processing bulk actions..."
|
3453 |
msgstr "Bearbeite Mehrfachaktionen.."
|
3454 |
|
3455 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:648
|
3456 |
msgctxt "shipments"
|
3457 |
msgid "Filter"
|
3458 |
msgstr "Filtern"
|
3459 |
|
3460 |
# @ woocommerce-germanized
|
3461 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:664
|
3462 |
#: woocommerce-germanized-shipments/src/Ajax.php:815
|
3463 |
#, php-format
|
3464 |
msgctxt "shipments"
|
3466 |
msgstr "Bestellung #%s"
|
3467 |
|
3468 |
# @ woocommerce
|
3469 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:669
|
3470 |
msgctxt "shipments"
|
3471 |
msgid "Filter by order"
|
3472 |
msgstr "Nach Bestellung filtern"
|
3473 |
|
3474 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:690
|
3475 |
msgctxt "shipments"
|
3476 |
msgid "Address"
|
3477 |
msgstr "Adresse"
|
3478 |
|
3479 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:785
|
3480 |
#: woocommerce-germanized-shipments/templates/myaccount/shipments.php:68
|
3481 |
#, php-format
|
3482 |
msgctxt "shipment title"
|
3483 |
msgid "%s #%s"
|
3484 |
msgstr "%s #%s"
|
3485 |
|
3486 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:798
|
3487 |
#, php-format
|
3488 |
msgctxt "shipments"
|
3489 |
msgid "via %s"
|
3490 |
msgstr "via %s"
|
3491 |
|
3492 |
# @ woocommerce-germanized
|
3493 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:874
|
3494 |
msgctxt "shipments"
|
3495 |
msgid "Generate label"
|
3496 |
msgstr "Label erstellen"
|
3497 |
|
3498 |
# @ woocommerce-germanized
|
3499 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:924
|
3500 |
#, php-format
|
3501 |
msgctxt "shipments"
|
3502 |
msgid "Select %s"
|
3503 |
msgstr "Wähle %s"
|
3504 |
|
3505 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:951
|
3506 |
msgctxt "shipments"
|
3507 |
msgid "SKU:"
|
3508 |
msgstr "Art.-Nr.:"
|
3509 |
|
3510 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1045
|
3511 |
#, php-format
|
3512 |
msgctxt "%s = human-readable time difference"
|
3513 |
msgid "%s ago"
|
3514 |
msgstr "vor %s"
|
3515 |
|
3516 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1057
|
3517 |
msgctxt "shipments"
|
3518 |
msgid "M j, Y"
|
3519 |
msgstr "d.m.Y"
|
3520 |
|
3521 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1114
|
3522 |
msgctxt "shipments"
|
3523 |
msgid "Delete Permanently"
|
3524 |
msgstr "Unwiderruflich löschen"
|
3525 |
|
3526 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1117
|
3527 |
msgctxt "shipments"
|
3528 |
msgid "Change status to processing"
|
3529 |
msgstr "Status zu in Bearbeitung ändern"
|
3530 |
|
3531 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1118
|
3532 |
msgctxt "shipments"
|
3533 |
msgid "Change status to shipped"
|
3534 |
msgstr "Status zu versandt ändern"
|
3535 |
|
3536 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1119
|
3537 |
msgctxt "shipments"
|
3538 |
msgid "Change status to delivered"
|
3539 |
msgstr "Status zu geliefert ändern"
|
3540 |
|
3541 |
# @ woocommerce-germanized
|
3542 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1120
|
3543 |
msgctxt "shipments"
|
3544 |
msgid "Generate and download labels"
|
3545 |
msgstr "Labels erstellen und downloaden"
|
4743 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:73
|
4744 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:141
|
4745 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
|
4746 |
+
#: woocommerce-germanized/woocommerce-germanized.php:830
|
4747 |
msgid "Settings"
|
4748 |
msgstr "Einstellungen"
|
4749 |
|
4937 |
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:33
|
4938 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:21
|
4939 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:30
|
4940 |
+
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:56
|
4941 |
+
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:65
|
4942 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:35
|
4943 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:44
|
4944 |
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:21
|
4947 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:32
|
4948 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:23
|
4949 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:32
|
4950 |
+
#: woocommerce-germanized/woocommerce-germanized.php:125
|
4951 |
+
#: woocommerce-germanized/woocommerce-germanized.php:134
|
4952 |
msgid "Cheatin’ huh?"
|
4953 |
msgstr "So geht das leider nicht.."
|
4954 |
|
4955 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:113
|
4956 |
msgctxt "dhl"
|
4957 |
msgid "Action failed. Please refresh the page and retry."
|
4958 |
msgstr ""
|
4959 |
"Aktion fehlgeschlagen. Bitte aktualisiere die Seite und versuchen es erneut."
|
4960 |
|
4961 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:117
|
4962 |
msgctxt "dhl"
|
4963 |
msgid "You don't have permission to do this."
|
4964 |
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
4965 |
|
4966 |
# @ woocommerce-germanized
|
4967 |
#. Plugin Name of the plugin/theme
|
4968 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:194
|
4969 |
msgid "Germanized for WooCommerce"
|
4970 |
msgstr "Germanized für WooCommerce"
|
4971 |
|
4972 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:304
|
4973 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:45
|
4974 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:58
|
4975 |
msgid "Yes"
|
4976 |
msgstr "Ja"
|
4977 |
|
4978 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:304
|
4979 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:58
|
4980 |
msgid "No"
|
4981 |
msgstr "Nein"
|
4982 |
|
4983 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:376
|
4984 |
msgid "Paid for order notification manually sent to customer."
|
4985 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
4986 |
|
4987 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:396
|
4988 |
msgid "Order confirmation manually sent to customer."
|
4989 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
4990 |
|
4991 |
# @ woocommerce-germanized
|
4992 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:416
|
4993 |
msgid "Resend order confirmation"
|
4994 |
msgstr "Bestellbestätigung erneut versenden"
|
4995 |
|
4996 |
# @ woocommerce-germanized
|
4997 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:417
|
4998 |
msgid "Send paid for order notification"
|
4999 |
msgstr "Bestellung bezahlt manuell versenden"
|
5000 |
|
5001 |
# @ woocommerce-germanized
|
5002 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:427
|
5003 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:114
|
5004 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
5005 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:9
|
5007 |
msgid "Germanized"
|
5008 |
msgstr "Germanized"
|
5009 |
|
5010 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:441
|
5011 |
msgid "Parcel Delivery Data Transfer:"
|
5012 |
msgstr "Paketdienstleister Datenweitergabe:"
|
5013 |
|
5014 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:442
|
5015 |
msgid "allowed"
|
5016 |
msgstr "akzeptiert"
|
5017 |
|
5018 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:442
|
5019 |
msgid "not allowed"
|
5020 |
msgstr "nicht akzeptiert"
|
5021 |
|
5022 |
# @ woocommerce-germanized
|
5023 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:525
|
5024 |
msgid "Optional Email Content"
|
5025 |
msgstr "Optionaler E-Mail Inhalt"
|
5026 |
|
5027 |
# @ woocommerce-germanized
|
5028 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:543
|
5029 |
msgid "Add content which will be replacing default page content within emails."
|
5030 |
msgstr ""
|
5031 |
"Fülle dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese "
|
5032 |
"Seite zu bestimmen."
|
5033 |
|
5034 |
# @ woocommerce-germanized
|
5035 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:557
|
5036 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:152
|
5037 |
msgid "Optional Mini Description"
|
5038 |
msgstr "Warenkorb Kurzbeschreibung"
|
5039 |
|
5040 |
# @ woocommerce-germanized
|
5041 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:579
|
5042 |
msgid ""
|
5043 |
"This content will be shown as short product description within checkout and "
|
5044 |
"emails."
|
5052 |
msgstr "Dienstleistungen werden nicht in physikalischer Form verkauft."
|
5053 |
|
5054 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:61
|
5055 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:195
|
5056 |
msgid "Sale Label"
|
5057 |
msgstr "Streichpreis Hinweis"
|
5058 |
|
5059 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:71
|
5060 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:202
|
5061 |
msgid "Sale Regular Label"
|
5062 |
msgstr "Angebotspreis Hinweis"
|
5063 |
|
5064 |
# @ woocommerce-germanized
|
5065 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:90
|
5066 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:217
|
5067 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:228
|
5068 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:260
|
5069 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-units.php:10
|
5081 |
|
5082 |
# @ woocommerce-germanized
|
5083 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:97
|
5084 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:249
|
5085 |
msgid "Calculation"
|
5086 |
msgstr "Berechnung"
|
5087 |
|
5115 |
|
5116 |
# @ woocommerce-germanized
|
5117 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:126
|
5118 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:310
|
5119 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:32
|
5120 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:204
|
5121 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-delivery-time.php:10
|
5128 |
msgstr "Gleiche wie übergeordnet"
|
5129 |
|
5130 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:140
|
5131 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:269
|
5132 |
msgid "Minimum Age"
|
5133 |
msgstr "Mindestalter"
|
5134 |
|
5141 |
msgstr "Produkt ist differenzbesteuert nach §25a UStG."
|
5142 |
|
5143 |
# @ woocommerce-germanized
|
5144 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:196
|
5145 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:203
|
5146 |
msgid "Select Price Label"
|
5147 |
msgstr "Preishinweis auswählen"
|
5148 |
|
5149 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:198
|
5150 |
msgid ""
|
5151 |
"If the product is on sale you may want to show a price label right before "
|
5152 |
"outputting the old price to inform the customer."
|
5156 |
"Preis). Mit diesem Hinweis kannst du genau festlegen, um welchen Preis es "
|
5157 |
"sich dabei handelte (z.B. UVP)."
|
5158 |
|
5159 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:205
|
5160 |
msgid ""
|
5161 |
"If the product is on sale you may want to show a price label right before "
|
5162 |
"outputting the new price to inform the customer."
|
5166 |
"Preis)."
|
5167 |
|
5168 |
# @ woocommerce-germanized
|
5169 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:210
|
5170 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:107
|
5171 |
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:98
|
5172 |
msgid "Unit"
|
5173 |
msgstr "Einheit"
|
5174 |
|
5175 |
# @ woocommerce-germanized
|
5176 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:211
|
5177 |
msgid "Select unit"
|
5178 |
msgstr "Einheit auswählen"
|
5179 |
|
5180 |
# @ woocommerce-germanized
|
5181 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:213
|
5182 |
msgid "Needed if selling on a per unit basis"
|
5183 |
msgstr "Notwendig falls auf pro-Einheit-Basis verkauft werden soll"
|
5184 |
|
5185 |
# @ woocommerce-germanized
|
5186 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:220
|
5187 |
msgid "Number of units included per default product price. Example: 1000 ml."
|
5188 |
msgstr ""
|
5189 |
"Anzahl der Produkteinheiten auf Basis des Produktpreises. Beispiel: 1000 ml."
|
5190 |
|
5191 |
# @ woocommerce-germanized
|
5192 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:224
|
5193 |
msgid "Base Price Units"
|
5194 |
msgstr "Grundpreiseinheiten"
|
5195 |
|
5196 |
# @ woocommerce-germanized
|
5197 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:227
|
5198 |
msgid ""
|
5199 |
"Base price units. Example base price: 0,99 € / 100 ml. Insert 100 as base "
|
5200 |
"price unit amount."
|
5203 |
"hier 100 als Grundpreiseinheiten ein."
|
5204 |
|
5205 |
# @ woocommerce-germanized
|
5206 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:250
|
5207 |
msgid "Calculate base prices automatically."
|
5208 |
msgstr "Grundpreis automatisch berechnen."
|
5209 |
|
5210 |
# @ woocommerce-germanized
|
5211 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:254
|
5212 |
msgid "Regular Base Price"
|
5213 |
msgstr "Regulärer Grundpreis"
|
5214 |
|
5215 |
# @ woocommerce-germanized
|
5216 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:259
|
5217 |
msgid "Sale Base Price"
|
5218 |
msgstr "Angebotsgrundpreis"
|
5219 |
|
5220 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:271
|
5221 |
msgid "Adds an age verification checkbox while purchasing this product."
|
5222 |
msgstr "Fügt eine Checkbox zur Altersprüfung für dieses Produkt hinzu."
|
5223 |
|
5224 |
# @ woocommerce-germanized
|
5225 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:282
|
5226 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:314
|
5227 |
msgid "Search for a delivery time…"
|
5228 |
msgstr "Lieferzeit suchen…"
|
5229 |
|
5230 |
# @ woocommerce-germanized
|
5231 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:323
|
5232 |
msgid "Free shipping?"
|
5233 |
msgstr "Versand kostenlos?"
|
5234 |
|
5235 |
# @ woocommerce-germanized
|
5236 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:324
|
5237 |
msgid "This option disables the \"plus shipping costs\" notice on product page"
|
5238 |
msgstr ""
|
5239 |
"Deaktiviert den „zzgl. Versandkosten“ Hinweis. Ohne Auswirkungen auf die "
|
5511 |
|
5512 |
# @ woocommerce-germanized
|
5513 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:96
|
5514 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:773
|
5515 |
msgid "Status"
|
5516 |
msgstr "Status"
|
5517 |
|
5795 |
"Checkbox bearbeiten indem du auf den Link klickst."
|
5796 |
|
5797 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-checkboxes.php:62
|
5798 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:809
|
5799 |
msgid "Label"
|
5800 |
msgstr "Beschriftung"
|
5801 |
|
6036 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
|
6037 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:547
|
6038 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:558
|
6039 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:131
|
6040 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:139
|
6041 |
msgid "Title"
|
6042 |
msgstr "Anrede"
|
6043 |
|
7366 |
# @ woocommerce-germanized
|
7367 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:11
|
7368 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:27
|
7369 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:781
|
7370 |
msgid "Name"
|
7371 |
msgstr "Name"
|
7372 |
|
7373 |
# @ woocommerce-germanized
|
7374 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
7375 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:29
|
7376 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:800
|
7377 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:886
|
7378 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:124
|
7379 |
msgid "Description"
|
7386 |
|
7387 |
# @ woocommerce-germanized
|
7388 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:14
|
7389 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:837
|
7390 |
msgid "Mandatory"
|
7391 |
msgstr "Pflichtfeld"
|
7392 |
|
7436 |
msgid "Manage"
|
7437 |
msgstr "Verwalten"
|
7438 |
|
7439 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:15
|
7440 |
+
msgid "WooCommerce missing or outdated"
|
7441 |
+
msgstr "WooCommerce fehlt oder ist veraltet"
|
|
|
|
|
|
|
|
|
|
|
|
|
7442 |
|
7443 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:21
|
7444 |
+
#, php-format
|
7445 |
msgid ""
|
7446 |
+
"%1$sGermanized is inactive.%2$s The %3$sWooCommerce plugin%4$s must be "
|
7447 |
+
"active for Germanized to work. Please %5$sinstall WooCommerce »%6$s"
|
7448 |
msgstr ""
|
7449 |
+
"%1$sGermanized ist inaktiv.%2$s Das %3$sWooCommerce Plugin%4$s muss "
|
7450 |
+
"aktiviert sein, damit Germanized funktioniert. Bitte %5$sinstalliere "
|
7451 |
+
"WooCommerce »%6$s"
|
7452 |
|
7453 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:27
|
7454 |
#, php-format
|
|
|
|
|
|
|
|
|
7455 |
msgid ""
|
7456 |
+
"%1$sGermanized is inactive.%2$s The %3$sWooCommerce plugin%4$s must be "
|
7457 |
+
"active for Germanized to work. Please %5$sactivate WooCommerce »%6$s"
|
|
|
7458 |
msgstr ""
|
7459 |
+
"%1$sGermanized ist inaktiv.%2$s Das %3$sWooCommerce Plugin%4$s muss "
|
7460 |
+
"aktiviert sein, damit Germanized funktioniert. Bitte %5$saktiviere "
|
7461 |
+
"WooCommerce »%6$s"
|
7462 |
|
7463 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:33
|
7464 |
#, php-format
|
7465 |
+
msgid ""
|
7466 |
+
"%1$sGermanized is inactive.%2$s This version of Germanized requires "
|
7467 |
+
"WooCommerce %3$s or newer. Please %4$supdate WooCommerce to version %3$s or "
|
7468 |
+
"newer »%5$s"
|
7469 |
msgstr ""
|
7470 |
+
"%1$sGermanized ist inaktiv.%2$s Diese Version von Germanized benötigt "
|
7471 |
+
"WooCommerce %3$s oder neuer. Bitte %4$supdate WooCommerce auf Version %3$s "
|
7472 |
+
"oder neuer »%5$s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7473 |
|
7474 |
#: woocommerce-germanized/includes/admin/views/html-notice-fallback.php:13
|
7475 |
msgid "Hide"
|
7626 |
msgid "Delete text options"
|
7627 |
msgstr "Text-Optionen löschen"
|
7628 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7629 |
# @ woocommerce-germanized
|
7630 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:263
|
7631 |
msgid "Renew EU VAT Rates"
|
7632 |
msgstr "EU MwSt.-Sätze erneuern"
|
7633 |
|
7634 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:264
|
7635 |
msgid ""
|
7636 |
"Insert VAT rates (standard, recuded and virtual) for EU countries. This "
|
7637 |
"option deletes all of your standard, reduced and virtual rates before "
|
7642 |
"eingefügt werden."
|
7643 |
|
7644 |
# @ woocommerce-germanized
|
7645 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:267
|
7646 |
msgid "Renew VAT Rates"
|
7647 |
msgstr "EU MwSt.-Sätze erneuern"
|
7648 |
|
7649 |
# @ woocommerce-germanized
|
7650 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:270
|
7651 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:273
|
7652 |
msgid "Disable notices"
|
7653 |
msgstr "Meldungen deaktivieren"
|
7654 |
|
7655 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:271
|
7656 |
msgid ""
|
7657 |
"Germanized might ask you to leave a review or notices you of using a "
|
7658 |
"possibly unsupported theme. If you want to disable these notices, check this "
|
7663 |
"deaktivieren willst, verwende diese Option."
|
7664 |
|
7665 |
# @ woocommerce-germanized
|
7666 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:273
|
7667 |
msgid "Enable notices"
|
7668 |
msgstr "Meldungen aktivieren"
|
7669 |
|
7670 |
# @ woocommerce-germanized
|
7671 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:292
|
7672 |
msgid "Templates"
|
7673 |
msgstr "Templates"
|
7674 |
|
7675 |
# @ woocommerce-germanized
|
7676 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:298
|
7677 |
msgid "Overrides"
|
7678 |
msgstr "Überschreibt"
|
7679 |
|
7680 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:307
|
7681 |
#, php-format
|
7682 |
msgid "Version %s is out of date. The core version is %s."
|
7683 |
msgstr "Version %s ist veraltet. Die aktuelle Version lautet %s."
|
7684 |
|
7685 |
# @ woocommerce-germanized
|
7686 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:315
|
7687 |
msgid "Learn how to update outdated templates"
|
7688 |
msgstr "Erfahre, wie du veraltete Templates aktualisierst"
|
7689 |
|
8056 |
"Entschuldigung, normale Produkte können nicht gemeinsam mit "
|
8057 |
"differenzbesteuerten Produkten gekauft werden."
|
8058 |
|
8059 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:257
|
8060 |
msgid "Is voucher?"
|
8061 |
msgstr "Wertgutschein?"
|
8062 |
|
8063 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:258
|
8064 |
#, php-format
|
8065 |
msgid ""
|
8066 |
"Whether or not this coupon is a voucher which has been sold to a customer "
|
8072 |
"besteuert. Weitere Informationen findest du <a href=\"%s\" target=\"_blank"
|
8073 |
"\">hier</a>."
|
8074 |
|
8075 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:118
|
8076 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:223
|
8077 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:343
|
8078 |
msgid ""
|
8079 |
"Please activate your account through clicking on the activation link "
|
8080 |
"received via email."
|
8081 |
msgstr ""
|
8082 |
"Bitte aktiviere dein Kundenkonto indem du auf den Link in der E-Mail klickst."
|
8083 |
|
8084 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:233
|
8085 |
#, php-format
|
8086 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
8087 |
msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
|
8088 |
|
8089 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:235
|
8090 |
msgid "Please create an account or login before continuing to checkout"
|
8091 |
msgstr ""
|
8092 |
"Bitte erstelle ein Kundenkonto oder logge dich ein, bevor du zur Kasse gehst"
|
8093 |
|
8094 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:375
|
8095 |
msgid ""
|
8096 |
"This activation code has expired. We have sent you a new activation code via "
|
8097 |
"e-mail."
|
8100 |
"Code per E-Mail geschickt."
|
8101 |
|
8102 |
# @ woocommerce-germanized
|
8103 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:377
|
8104 |
msgid "Sorry, but this activation code cannot be found."
|
8105 |
msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
|
8106 |
|
8107 |
# @ woocommerce-germanized
|
8108 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:381
|
8109 |
msgid "Thank you. You have successfully activated your account."
|
8110 |
msgstr "Vielen Dank. Dein Benutzerkonto wurde erfolgreich aktiviert."
|
8111 |
|
8112 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:567
|
8113 |
msgid "Expired activation key"
|
8114 |
msgstr "Abgelaufener Aktivierungscode"
|
8115 |
|
8116 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:572
|
8117 |
msgid "Invalid activation key"
|
8118 |
msgstr "Aktivierungscode ungültig"
|
8119 |
|
8158 |
msgstr "Danke, dass du ein Konto bei %s erstellt hast."
|
8159 |
|
8160 |
# @ woocommerce-germanized
|
8161 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:1052
|
8162 |
msgctxt "revocation-form"
|
8163 |
msgid "Forward your Revocation online"
|
8164 |
msgstr "Deinen Widerruf online erklären"
|
8165 |
|
8166 |
# @ woocommerce-germanized
|
8167 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:165
|
8168 |
#, php-format
|
8169 |
msgid ""
|
8170 |
"Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
|
8173 |
"Bitte installiere <a href=\"%s\" target=\"_blank\">WooCommerce</a> bevor du "
|
8174 |
"WooCommerce Germanized installierst. Vielen Dank!"
|
8175 |
|
8176 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:471
|
8177 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:485
|
8178 |
msgid "Reduced rate"
|
8179 |
msgstr "Ermäßigter Steuersatz"
|
8180 |
|
8181 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:527
|
8182 |
#, php-format
|
8183 |
msgctxt "vat-rate-import"
|
8184 |
msgid "VAT %s"
|
8185 |
msgstr "MwSt. %s"
|
8186 |
|
8187 |
# @ woocommerce-germanized
|
8188 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:631
|
8189 |
msgctxt "Page slug"
|
8190 |
msgid "data-security"
|
8191 |
msgstr "datenschutzerklaerung"
|
8192 |
|
8193 |
# @ woocommerce-germanized
|
8194 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:632
|
8195 |
msgctxt "Page title"
|
8196 |
msgid "Data Security Statement"
|
8197 |
msgstr "Datenschutzerklärung"
|
8198 |
|
8199 |
# @ woocommerce-germanized
|
8200 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:636
|
8201 |
msgctxt "Page slug"
|
8202 |
msgid "imprint"
|
8203 |
msgstr "impressum"
|
8204 |
|
8205 |
# @ woocommerce-germanized
|
8206 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:637
|
8207 |
msgctxt "Page title"
|
8208 |
msgid "Imprint"
|
8209 |
msgstr "Impressum"
|
8210 |
|
8211 |
# @ woocommerce-germanized
|
8212 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:641
|
8213 |
msgctxt "Page slug"
|
8214 |
msgid "terms"
|
8215 |
msgstr "agb"
|
8216 |
|
8217 |
# @ woocommerce-germanized
|
8218 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:642
|
8219 |
msgctxt "Page title"
|
8220 |
msgid "Terms & Conditions"
|
8221 |
msgstr "AGB"
|
8222 |
|
8223 |
# @ woocommerce-germanized
|
8224 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:646
|
8225 |
msgctxt "Page slug"
|
8226 |
msgid "revocation"
|
8227 |
msgstr "widerrufsbelehrung"
|
8228 |
|
8229 |
# @ woocommerce-germanized
|
8230 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:647
|
8231 |
msgctxt "Page title"
|
8232 |
msgid "Power of Revocation"
|
8233 |
msgstr "Widerrufsbelehrung"
|
8234 |
|
8235 |
# @ woocommerce-germanized
|
8236 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:651
|
8237 |
msgctxt "Page slug"
|
8238 |
msgid "shipping-methods"
|
8239 |
msgstr "versandarten"
|
8240 |
|
8241 |
# @ woocommerce-germanized
|
8242 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:652
|
8243 |
msgctxt "Page title"
|
8244 |
msgid "Shipping Methods"
|
8245 |
msgstr "Versandarten"
|
8246 |
|
8247 |
# @ woocommerce-germanized
|
8248 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:656
|
8249 |
msgctxt "Page slug"
|
8250 |
msgid "payment-methods"
|
8251 |
msgstr "bezahlmoeglichkeiten"
|
8252 |
|
8253 |
# @ woocommerce-germanized
|
8254 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:657
|
8255 |
msgctxt "Page title"
|
8256 |
msgid "Payment Methods"
|
8257 |
msgstr "Zahlungsarten"
|
8470 |
msgstr "Eine Checkbox mit dem Namen %s existiert bereits."
|
8471 |
|
8472 |
# @ woocommerce-germanized
|
8473 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:776
|
8474 |
msgid "Enable checkbox"
|
8475 |
msgstr "Checkbox aktivieren"
|
8476 |
|
8477 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:785
|
8478 |
msgid ""
|
8479 |
"Choose a name to identify your checkbox. Upon creating a new checkbox, this "
|
8480 |
"value is being used to generate the Id."
|
8482 |
"Wähle einen Namen aus, um deine Checkbox zu identifizieren. Bei Erstellung "
|
8483 |
"einer neuen Checkbox wird dieser Wert verwendet um eine Id zu erstellen."
|
8484 |
|
8485 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:790
|
8486 |
msgid "Id"
|
8487 |
msgstr "Id"
|
8488 |
|
8489 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:794
|
8490 |
msgid ""
|
8491 |
"The checkbox Id is the unique indentifier which is used to identify the "
|
8492 |
"checkbox within the code. Cannot be edited after creating the checkbox."
|
8495 |
"Code heraus zugreifbar zu machen. Kann nach dem Erstellen einer Checkbox "
|
8496 |
"nicht mehr verändert werden."
|
8497 |
|
8498 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:803
|
8499 |
msgid "Describe the use case of your checkbox."
|
8500 |
msgstr "Beschreibe hier den Use-Case deiner Checkbox."
|
8501 |
|
8502 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:813
|
8503 |
msgid "Choose a label to be inserted next to the checkbox."
|
8504 |
msgstr "Wähle eine Beschriftung aus, die neben der Checkbox platziert wird."
|
8505 |
|
8506 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:814
|
8507 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:824
|
8508 |
#, php-format
|
8509 |
msgid "You may use one of the following placeholders within the text: %s"
|
8510 |
msgstr "Du kannst einen der folgenden Platzhalter in deinem Text verwenden: %s"
|
8511 |
|
8512 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:819
|
8513 |
msgid "Error Message"
|
8514 |
msgstr "Fehlermeldung"
|
8515 |
|
8516 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:823
|
8517 |
msgid ""
|
8518 |
"Choose an error message to be shown when the user has not confirmed the "
|
8519 |
"checkbox."
|
8522 |
"die Checkbox nicht bestätigt hat."
|
8523 |
|
8524 |
# @ woocommerce-germanized
|
8525 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:829
|
8526 |
msgid "Hide input"
|
8527 |
msgstr "Ausblenden"
|
8528 |
|
8529 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:832
|
8530 |
msgid "Do only show a label and hide the actual checkbox."
|
8531 |
msgstr ""
|
8532 |
"Zeige lediglich die Beschriftung und entferne die eigentliche Checkbox."
|
8533 |
|
8534 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:840
|
8535 |
msgid "Mark the checkbox as mandatory."
|
8536 |
msgstr "Checkbox zum Pflichtfeld machen."
|
8537 |
|
8538 |
# @ woocommerce-germanized
|
8539 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:845
|
8540 |
msgid "Locations"
|
8541 |
msgstr "Orte"
|
8542 |
|
8543 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:849
|
8544 |
msgid "Choose where to display your checkbox."
|
8545 |
msgstr "Wähle einen Ort aus, an dem die Checkbox platziert werden soll."
|
8546 |
|
10045 |
msgid "Pay now"
|
10046 |
msgstr "Jetzt bezahlen"
|
10047 |
|
10048 |
+
#: woocommerce-germanized/woocommerce-germanized.php:49
|
10049 |
#, php-format
|
10050 |
msgid ""
|
10051 |
"Germanized requires at least PHP 5.6 to work. Please %s your PHP version."
|
10052 |
msgstr "Germanized benötigt mindestens PHP 5.6. Bitte %s deine PHP-Version."
|
10053 |
|
10054 |
# @ woocommerce-germanized
|
10055 |
+
#: woocommerce-germanized/woocommerce-germanized.php:50
|
10056 |
msgid "upgrade"
|
10057 |
msgstr "Upgrade"
|
10058 |
|
11285 |
"Shop für den deutschen Markt."
|
11286 |
|
11287 |
#. Author of the plugin/theme
|
11288 |
+
msgid "vendidero"
|
11289 |
+
msgstr "vendidero"
|
11290 |
|
11291 |
#. Author URI of the plugin/theme
|
11292 |
msgid "https://vendidero.de"
|
11293 |
msgstr "https://vendidero.de"
|
11294 |
|
11295 |
+
#~ msgid "install"
|
11296 |
+
#~ msgstr "installiere"
|
11297 |
+
|
11298 |
+
#~ msgid "activate"
|
11299 |
+
#~ msgstr "aktiviere"
|
11300 |
+
|
11301 |
+
#~ msgid "Dependencies missing, outdated or not yet tested"
|
11302 |
+
#~ msgstr "Wichtige Plugins fehlen oder sind veraltet"
|
11303 |
+
|
11304 |
+
#~ msgid "To use Germanized you may at first install the following plugins:"
|
11305 |
+
#~ msgstr ""
|
11306 |
+
#~ "Um Germanized zuverlässig nutzen zu können, musst du erst folgende "
|
11307 |
+
#~ "Plugins installieren:"
|
11308 |
+
|
11309 |
+
#~ msgid ""
|
11310 |
+
#~ "To use Germanized you may at first update the following plugins to a "
|
11311 |
+
#~ "newer version:"
|
11312 |
+
#~ msgstr ""
|
11313 |
+
#~ "Um Germanized zuverlässig nutzen zu können, update bitte folgende Plugins:"
|
11314 |
+
|
11315 |
+
#, php-format
|
11316 |
+
#~ msgid "%s required in at least version %s"
|
11317 |
+
#~ msgstr "%s wird mindestens in Version %s benötigt"
|
11318 |
+
|
11319 |
+
#~ msgid ""
|
11320 |
+
#~ "Seems like you are using a not yet supported version of a Plugin which "
|
11321 |
+
#~ "Germanized requires. You may downgrade the Plugin or update to the latest "
|
11322 |
+
#~ "version of Germanized."
|
11323 |
+
#~ msgstr ""
|
11324 |
+
#~ "Es scheint als würdest du eine in dieser Version von Germanized noch "
|
11325 |
+
#~ "nicht unterstützte Version eines Plugins verwenden. Downgrade "
|
11326 |
+
#~ "nachfolgende Plugins oder update Germanized auf die neueste Version."
|
11327 |
+
|
11328 |
+
#, php-format
|
11329 |
+
#~ msgid "%s %s is not yet supported - you may install an %s"
|
11330 |
+
#~ msgstr ""
|
11331 |
+
#~ "%s %s wird in der aktuellen Version nicht unterstützt - du kannst eine %s "
|
11332 |
+
#~ "installieren"
|
11333 |
+
|
11334 |
+
#~ msgid "older version"
|
11335 |
+
#~ msgstr "ältere Version"
|
11336 |
+
|
11337 |
+
# @ woocommerce-germanized
|
11338 |
+
#~ msgid "Check for Updates"
|
11339 |
+
#~ msgstr "Nach Updates suchen"
|
11340 |
+
|
11341 |
+
# @ woocommerce-germanized
|
11342 |
+
#~ msgid "or"
|
11343 |
+
#~ msgstr "oder"
|
11344 |
+
|
11345 |
+
#~ msgid "Install an older version"
|
11346 |
+
#~ msgstr "Installiere eine ältere Version"
|
11347 |
+
|
11348 |
+
#~ msgid "Delete Version Cache"
|
11349 |
+
#~ msgstr "Versionen-Cache löschen"
|
11350 |
+
|
11351 |
+
#~ msgid ""
|
11352 |
+
#~ "This option deletes plugin version caches necessary to check whether "
|
11353 |
+
#~ "activated plugins are compatible with Germanized."
|
11354 |
+
#~ msgstr ""
|
11355 |
+
#~ "Diese Option löscht den Cache der Plugin-Versionen, die geprüft werden um "
|
11356 |
+
#~ "festzustellen ob Germanized kompatibel zu den jeweiligen Versionen ist."
|
11357 |
+
|
11358 |
+
#~ msgid "Delete version cache"
|
11359 |
+
#~ msgstr "Cache löschen"
|
11360 |
+
|
11361 |
+
#~ msgctxt "dhl"
|
11362 |
+
#~ msgid "Enable preferred time delivery."
|
11363 |
+
#~ msgstr "Aktiviere die Lieferung zur Wunschzeit."
|
11364 |
+
|
11365 |
+
#~ msgctxt "dhl"
|
11366 |
+
#~ msgid ""
|
11367 |
+
#~ "Enabling this option will display options for the user to select their "
|
11368 |
+
#~ "preferred time of delivery during the checkout."
|
11369 |
+
#~ msgstr ""
|
11370 |
+
#~ "Diese Option aktiviert die Auswahl einer Wunschzeit durch den Kunden in "
|
11371 |
+
#~ "der Kasse."
|
11372 |
+
|
11373 |
+
#~ msgctxt "dhl"
|
11374 |
+
#~ msgid ""
|
11375 |
+
#~ "Insert gross value as surcharge for preferred time delivery. Insert 0 to "
|
11376 |
+
#~ "offer service for free."
|
11377 |
+
#~ msgstr ""
|
11378 |
+
#~ "Füge einen Bruttopreis als Gebühr für die Lieferung zur Wunschzeit hinzu. "
|
11379 |
+
#~ "Setze den Wert auf 0 um den Service kostenlos anzubieten."
|
11380 |
+
|
11381 |
+
#~ msgctxt "dhl"
|
11382 |
+
#~ msgid "Combined Fee"
|
11383 |
+
#~ msgstr "Kombinierte Gebühr"
|
11384 |
+
|
11385 |
+
#~ msgctxt "dhl"
|
11386 |
+
#~ msgid ""
|
11387 |
+
#~ "Insert gross value as surcharge for the combination of preferred day and "
|
11388 |
+
#~ "time. Insert 0 to offer service for free."
|
11389 |
+
#~ msgstr ""
|
11390 |
+
#~ "Füge einen Bruttopreis als Gebühr für die kombinierte Lieferung am "
|
11391 |
+
#~ "Wunschtag zur Wunschzeit hinzu. Setze den Wert auf 0 um den Service "
|
11392 |
+
#~ "kostenlos anzubieten."
|
11393 |
+
|
11394 |
+
#~ msgctxt "dhl"
|
11395 |
+
#~ msgid "DHL Preferred Day & Time"
|
11396 |
+
#~ msgstr "DHL Wunschzeit & Wunschtag"
|
11397 |
+
|
11398 |
+
#~ msgctxt "dhl"
|
11399 |
+
#~ msgid "DHL Preferred Time"
|
11400 |
+
#~ msgstr "DHL Wunschzeit"
|
11401 |
+
|
11402 |
+
#~ msgctxt "dhl"
|
11403 |
+
#~ msgid ""
|
11404 |
+
#~ "Sorry, but the preferred time you have chosen is no longer available."
|
11405 |
+
#~ msgstr ""
|
11406 |
+
#~ "Entschuldigung, die von dir ausgewählte Wunschzeit steht leider nicht "
|
11407 |
+
#~ "mehr zur Verfügung."
|
11408 |
+
|
11409 |
+
#~ msgctxt "dhl"
|
11410 |
+
#~ msgid "Preferred time: Delivery during your preferred time slot."
|
11411 |
+
#~ msgstr "Wunschzeit: Lieferung im gewünschten Zeitfenster."
|
11412 |
+
|
11413 |
+
#~ msgctxt "dhl"
|
11414 |
+
#~ msgid ""
|
11415 |
+
#~ "Indicate a preferred time, which suits you best for your parcel delivery "
|
11416 |
+
#~ "by choosing one of the displayed time windows."
|
11417 |
+
#~ msgstr ""
|
11418 |
+
#~ "Damit du besser planen kannst, hast du die Möglichkeit eine Wunschzeit "
|
11419 |
+
#~ "für die Lieferung auszuwählen. Du kannst eine der dargestellten Zeiten "
|
11420 |
+
#~ "für die Lieferung auswählen."
|
11421 |
+
|
11422 |
+
#, php-format
|
11423 |
+
#~ msgctxt "dhl"
|
11424 |
+
#~ msgid ""
|
11425 |
+
#~ "* For a booking of preferred day and preferred time in combination there "
|
11426 |
+
#~ "is a surcharge of %s incl. VAT"
|
11427 |
+
#~ msgstr ""
|
11428 |
+
#~ "* Bei einer Kombinationsbuchung von Wunschtag und Wunschzeit fällt ein "
|
11429 |
+
#~ "Gesamtaufpreis in Höhe von %s inkl. MwSt. an"
|
11430 |
+
|
11431 |
# @ woocommerce-germanized
|
11432 |
#~ msgid "Hide this notice"
|
11433 |
#~ msgstr "Diese Nachricht ausblenden"
|
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: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.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 2.3\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;"
|
@@ -54,7 +54,7 @@ msgctxt "dhl"
|
|
54 |
msgid "Duties"
|
55 |
msgstr "Zollabgabe"
|
56 |
|
57 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
58 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:137
|
59 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:946
|
60 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
@@ -63,42 +63,41 @@ msgid "Preferred Day"
|
|
63 |
msgstr "Wunschtag"
|
64 |
|
65 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:75
|
66 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:966
|
67 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:36
|
68 |
msgctxt "dhl"
|
69 |
msgid "Preferred Time"
|
70 |
msgstr "Wunschzeit"
|
71 |
|
72 |
# @ woocommerce-germanized
|
73 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
74 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:165
|
75 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
76 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
77 |
msgctxt "dhl"
|
78 |
msgid "Preferred Location"
|
79 |
msgstr "Wunschort"
|
80 |
|
81 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
82 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
83 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
84 |
msgctxt "dhl"
|
85 |
msgid "Preferred Neighbor"
|
86 |
msgstr "Wunschnachbar"
|
87 |
|
88 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
89 |
msgctxt "dhl"
|
90 |
msgid "Create inlay return label"
|
91 |
msgstr "Beilage-Retourenlabel erstellen"
|
92 |
|
93 |
# @ woocommerce-germanized
|
94 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
95 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:733
|
96 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:802
|
97 |
msgctxt "dhl"
|
98 |
msgid "Name"
|
99 |
msgstr "Name"
|
100 |
|
101 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
102 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:740
|
103 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:809
|
104 |
msgctxt "dhl"
|
@@ -106,7 +105,7 @@ msgid "Company"
|
|
106 |
msgstr "Firma"
|
107 |
|
108 |
# @ woocommerce-germanized
|
109 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
110 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:367
|
111 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:747
|
112 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:816
|
@@ -115,13 +114,13 @@ msgid "Street"
|
|
115 |
msgstr "Straße"
|
116 |
|
117 |
# @ woocommerce-germanized
|
118 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
119 |
msgctxt "dhl"
|
120 |
msgid "Street No"
|
121 |
msgstr "Hausnummer"
|
122 |
|
123 |
# @ woocommerce-germanized
|
124 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
125 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:368
|
126 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:768
|
127 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:837
|
@@ -131,7 +130,7 @@ msgid "Postcode"
|
|
131 |
msgstr "Postleitzahl"
|
132 |
|
133 |
# @ woocommerce-germanized
|
134 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
135 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:369
|
136 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:761
|
137 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:830
|
@@ -140,92 +139,92 @@ msgctxt "dhl"
|
|
140 |
msgid "City"
|
141 |
msgstr "Stadt"
|
142 |
|
143 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
144 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:784
|
145 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:853
|
146 |
msgctxt "dhl"
|
147 |
msgid "Phone"
|
148 |
msgstr "Telefon"
|
149 |
|
150 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
151 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:791
|
152 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:860
|
153 |
msgctxt "dhl"
|
154 |
msgid "Email"
|
155 |
msgstr "E-Mail"
|
156 |
|
157 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
158 |
msgctxt "dhl"
|
159 |
msgid "Valid address only"
|
160 |
msgstr "Nur valide Adressen"
|
161 |
|
162 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
163 |
msgctxt "dhl"
|
164 |
msgid "More services"
|
165 |
msgstr "Mehr Services"
|
166 |
|
167 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
168 |
msgctxt "dhl"
|
169 |
msgid "Fewer services"
|
170 |
msgstr "Weniger Services"
|
171 |
|
172 |
# @ woocommerce-germanized
|
173 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
174 |
msgctxt "dhl"
|
175 |
msgid "Age check"
|
176 |
msgstr "Alterssichtprüfung"
|
177 |
|
178 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
179 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
180 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:531
|
181 |
msgctxt "dhl"
|
182 |
msgid "GoGreen"
|
183 |
msgstr "GoGreen"
|
184 |
|
185 |
# @ woocommerce-germanized
|
186 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
187 |
msgctxt "dhl"
|
188 |
msgid "Additional insurance"
|
189 |
msgstr "Transportversicherung"
|
190 |
|
191 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
192 |
msgctxt "dhl"
|
193 |
msgid "Retail outlet routing"
|
194 |
msgstr "Filialrouting"
|
195 |
|
196 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
197 |
msgctxt "dhl"
|
198 |
msgid "No neighbor"
|
199 |
msgstr "Keine Nachbarschaftszustellung"
|
200 |
|
201 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
202 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:559
|
203 |
msgctxt "dhl"
|
204 |
msgid "Named person only"
|
205 |
msgstr "Persönliche Übergabe"
|
206 |
|
207 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
208 |
msgctxt "dhl"
|
209 |
msgid "Bulky goods"
|
210 |
msgstr "Sperrgut"
|
211 |
|
212 |
# @ woocommerce-germanized
|
213 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
214 |
msgctxt "dhl"
|
215 |
msgid "Identity check"
|
216 |
msgstr "Ident-Check"
|
217 |
|
218 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
219 |
msgctxt "dhl"
|
220 |
msgid "Date of Birth"
|
221 |
msgstr "Geburtsdatum"
|
222 |
|
223 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
224 |
msgctxt "dhl"
|
225 |
msgid "Minimum age"
|
226 |
msgstr "Mindestalter"
|
227 |
|
228 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:
|
229 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:580
|
230 |
msgctxt "dhl"
|
231 |
msgid "Premium"
|
@@ -315,15 +314,13 @@ msgstr ""
|
|
315 |
|
316 |
# @ woocommerce-germanized
|
317 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:35
|
318 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:285
|
319 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:81
|
320 |
msgctxt "dhl time context"
|
321 |
msgid "None"
|
322 |
msgstr "Keine"
|
323 |
|
324 |
# @ woocommerce-germanized
|
325 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:45
|
326 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
327 |
msgctxt "dhl day context"
|
328 |
msgid "None"
|
329 |
msgstr "Keiner"
|
@@ -769,7 +766,6 @@ msgstr ""
|
|
769 |
# @ woocommerce-germanized
|
770 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:151
|
771 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:954
|
772 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:974
|
773 |
msgctxt "dhl"
|
774 |
msgid "Fee"
|
775 |
msgstr "Gebühr"
|
@@ -802,7 +798,7 @@ msgstr ""
|
|
802 |
"im Folgenden konfiguriert) als Lieferadresse auswählen."
|
803 |
|
804 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:198
|
805 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
806 |
msgctxt "dhl"
|
807 |
msgid "Map"
|
808 |
msgstr "Karte"
|
@@ -1039,8 +1035,8 @@ msgstr ""
|
|
1039 |
# @ woocommerce-germanized
|
1040 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:428
|
1041 |
msgctxt "dhl"
|
1042 |
-
msgid "Default weight"
|
1043 |
-
msgstr "Standardgewicht"
|
1044 |
|
1045 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:430
|
1046 |
msgctxt "dhl"
|
@@ -1053,8 +1049,8 @@ msgstr ""
|
|
1053 |
|
1054 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:439
|
1055 |
msgctxt "dhl"
|
1056 |
-
msgid "Minimum weight"
|
1057 |
-
msgstr "Mindestgewicht"
|
1058 |
|
1059 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:441
|
1060 |
msgctxt "dhl"
|
@@ -1246,7 +1242,7 @@ msgid "Premium delivery for international shipments."
|
|
1246 |
msgstr "Premium Lieferung für internationale Sendungen."
|
1247 |
|
1248 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:600
|
1249 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1250 |
msgctxt "dhl"
|
1251 |
msgid "Labels"
|
1252 |
msgstr "Labels"
|
@@ -1488,51 +1484,13 @@ msgstr ""
|
|
1488 |
"Fügen Sie einen Bruttopreis als Gebühr für die Lieferung am Wunschtag hinzu. "
|
1489 |
"Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
|
1490 |
|
1491 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:967
|
1492 |
-
msgctxt "dhl"
|
1493 |
-
msgid "Enable preferred time delivery."
|
1494 |
-
msgstr "Aktiviere die Lieferung zur Wunschzeit."
|
1495 |
-
|
1496 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:967
|
1497 |
-
msgctxt "dhl"
|
1498 |
-
msgid ""
|
1499 |
-
"Enabling this option will display options for the user to select their "
|
1500 |
-
"preferred time of delivery during the checkout."
|
1501 |
-
msgstr ""
|
1502 |
-
"Diese Option aktiviert die Auswahl einer Wunschzeit durch den Kunden in der "
|
1503 |
-
"Kasse."
|
1504 |
-
|
1505 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:976
|
1506 |
-
msgctxt "dhl"
|
1507 |
-
msgid ""
|
1508 |
-
"Insert gross value as surcharge for preferred time delivery. Insert 0 to "
|
1509 |
-
"offer service for free."
|
1510 |
-
msgstr ""
|
1511 |
-
"Fügen Sie einen Bruttopreis als Gebühr für die Lieferung zur Wunschzeit "
|
1512 |
-
"hinzu. Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
|
1513 |
-
|
1514 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:986
|
1515 |
-
msgctxt "dhl"
|
1516 |
-
msgid "Combined Fee"
|
1517 |
-
msgstr "Kombinierte Gebühr"
|
1518 |
-
|
1519 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:988
|
1520 |
-
msgctxt "dhl"
|
1521 |
-
msgid ""
|
1522 |
-
"Insert gross value as surcharge for the combination of preferred day and "
|
1523 |
-
"time. Insert 0 to offer service for free."
|
1524 |
-
msgstr ""
|
1525 |
-
"Fügen Sie einen Bruttopreis als Gebühr für die kombinierte Lieferung am "
|
1526 |
-
"Wunschtag zur Wunschzeit hinzu. Setzen Sie den Wert auf 0 um den Service "
|
1527 |
-
"kostenlos anzubieten."
|
1528 |
-
|
1529 |
# @ woocommerce-germanized
|
1530 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1531 |
msgctxt "dhl"
|
1532 |
msgid "Enable preferred location delivery."
|
1533 |
msgstr "Lieferung an einen Wunschort aktivieren."
|
1534 |
|
1535 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1536 |
msgctxt "dhl"
|
1537 |
msgid ""
|
1538 |
"Enabling this option will display options for the user to select their "
|
@@ -1541,12 +1499,12 @@ msgstr ""
|
|
1541 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
1542 |
"Kasse ."
|
1543 |
|
1544 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1545 |
msgctxt "dhl"
|
1546 |
msgid "Enable preferred neighbor delivery."
|
1547 |
msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
|
1548 |
|
1549 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1550 |
msgctxt "dhl"
|
1551 |
msgid ""
|
1552 |
"Enabling this option will display options for the user to deliver to their "
|
@@ -1555,12 +1513,12 @@ msgstr ""
|
|
1555 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
1556 |
"der Kasse."
|
1557 |
|
1558 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1559 |
msgctxt "dhl"
|
1560 |
msgid "Cut-off time"
|
1561 |
msgstr "Cut-off-Zeit"
|
1562 |
|
1563 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1564 |
msgctxt "dhl"
|
1565 |
msgid ""
|
1566 |
"The cut-off time is the latest possible order time up to which the minimum "
|
@@ -1573,12 +1531,12 @@ msgstr ""
|
|
1573 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
1574 |
"Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
1575 |
|
1576 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1577 |
msgctxt "dhl"
|
1578 |
msgid "Preparation days"
|
1579 |
msgstr "Bearbeitungstage"
|
1580 |
|
1581 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1582 |
msgctxt "dhl"
|
1583 |
msgid ""
|
1584 |
"If you need more time to prepare your shipments you might want to add a "
|
@@ -1589,71 +1547,71 @@ msgstr ""
|
|
1589 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
1590 |
"auswählbaren Wunschtag hinzugefügt werden."
|
1591 |
|
1592 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1593 |
msgctxt "dhl"
|
1594 |
msgid "Exclude days of transfer"
|
1595 |
msgstr "Übergabetage ausschließen"
|
1596 |
|
1597 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1598 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
1599 |
msgctxt "dhl"
|
1600 |
msgid "Monday"
|
1601 |
msgstr "Montag"
|
1602 |
|
1603 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1604 |
msgctxt "dhl"
|
1605 |
msgid "Exclude days from transferring shipments to DHL."
|
1606 |
msgstr "Schließen Sie bestimmte Wochentage für die Übergabe an DHL aus."
|
1607 |
|
1608 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1609 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
1610 |
msgctxt "dhl"
|
1611 |
msgid "Tuesday"
|
1612 |
msgstr "Dienstag"
|
1613 |
|
1614 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1615 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
1616 |
msgctxt "dhl"
|
1617 |
msgid "Wednesday"
|
1618 |
msgstr "Mittwoch"
|
1619 |
|
1620 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1621 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
1622 |
msgctxt "dhl"
|
1623 |
msgid "Thursday"
|
1624 |
msgstr "Donnerstag"
|
1625 |
|
1626 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1627 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
1628 |
msgctxt "dhl"
|
1629 |
msgid "Friday"
|
1630 |
msgstr "Freitag"
|
1631 |
|
1632 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1633 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
1634 |
msgctxt "dhl"
|
1635 |
msgid "Saturday"
|
1636 |
msgstr "Samstag"
|
1637 |
|
1638 |
# @ woocommerce-germanized
|
1639 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1640 |
msgctxt "dhl"
|
1641 |
msgid "Exclude gateways"
|
1642 |
msgstr "Zahlungsarten ausschließen"
|
1643 |
|
1644 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1645 |
msgctxt "dhl"
|
1646 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1647 |
msgstr ""
|
1648 |
"Wählen Sie Zahlungsarten aus, für die die Wunschpaket-Services nicht zur "
|
1649 |
"Verfügung stehen sollen."
|
1650 |
|
1651 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1652 |
msgctxt "dhl"
|
1653 |
msgid "Let customers find a DHL location on a map."
|
1654 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
1655 |
|
1656 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1657 |
msgctxt "dhl"
|
1658 |
msgid ""
|
1659 |
"Enable this option to let your customers choose a pickup option from a map "
|
@@ -1664,12 +1622,12 @@ msgstr ""
|
|
1664 |
"anhand einer Karten in der Kasse zu ermöglichen. Wenn diese Option "
|
1665 |
"deaktiviert ist, wird stattdessen auf die DHL Website verwiesen."
|
1666 |
|
1667 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1668 |
msgctxt "dhl"
|
1669 |
msgid "Google Maps Key"
|
1670 |
msgstr "Google Maps Schlüssel"
|
1671 |
|
1672 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1673 |
#, php-format
|
1674 |
msgctxt "dhl"
|
1675 |
msgid ""
|
@@ -1679,33 +1637,33 @@ msgstr ""
|
|
1679 |
"Um eine Karte integrieren zu können, benötigen Siee du einen gültigen API-"
|
1680 |
"Schlüssel für Google Maps. Sie können %s."
|
1681 |
|
1682 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1683 |
msgctxt "dhl"
|
1684 |
msgid "retrieve a new one"
|
1685 |
msgstr "hier einen neuen erstellen"
|
1686 |
|
1687 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1688 |
msgctxt "dhl"
|
1689 |
msgid "Limit results"
|
1690 |
msgstr "Suchergebnisse begrenzen"
|
1691 |
|
1692 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1693 |
msgctxt "dhl"
|
1694 |
msgid "Limit the number of DHL locations shown on the map"
|
1695 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
1696 |
|
1697 |
# @ woocommerce-germanized
|
1698 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1699 |
msgctxt "dhl"
|
1700 |
msgid "General"
|
1701 |
msgstr "Allgemein"
|
1702 |
|
1703 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1704 |
msgctxt "dhl"
|
1705 |
msgid "Preferred Services"
|
1706 |
msgstr "Wunschpaket"
|
1707 |
|
1708 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1709 |
msgctxt "dhl"
|
1710 |
msgid "Parcel Pickup"
|
1711 |
msgstr "Standorte"
|
@@ -1815,38 +1773,38 @@ msgctxt "dhl"
|
|
1815 |
msgid "Parcel API not available"
|
1816 |
msgstr "Paket API ist nicht erreichbar"
|
1817 |
|
1818 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1819 |
msgctxt "dhl"
|
1820 |
msgid "Mon"
|
1821 |
msgstr "Mo"
|
1822 |
|
1823 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1824 |
msgctxt "dhl"
|
1825 |
msgid "Tue"
|
1826 |
msgstr "Di"
|
1827 |
|
1828 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1829 |
msgctxt "dhl"
|
1830 |
msgid "Wed"
|
1831 |
msgstr "Mi"
|
1832 |
|
1833 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1834 |
msgctxt "dhl"
|
1835 |
msgid "Thu"
|
1836 |
msgstr "Do"
|
1837 |
|
1838 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1839 |
msgctxt "dhl"
|
1840 |
msgid "Fri"
|
1841 |
msgstr "Fr"
|
1842 |
|
1843 |
# @ woocommerce-germanized
|
1844 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1845 |
msgctxt "dhl"
|
1846 |
msgid "Sat"
|
1847 |
msgstr "Sa"
|
1848 |
|
1849 |
-
#: woocommerce-germanized-dhl/src/Api/Paket.php:
|
1850 |
msgctxt "dhl"
|
1851 |
msgid "Sun"
|
1852 |
msgstr "So"
|
@@ -1909,7 +1867,7 @@ msgctxt "dhl"
|
|
1909 |
msgid "Invalid label."
|
1910 |
msgstr "Ungültiges Label."
|
1911 |
|
1912 |
-
#: woocommerce-germanized-dhl/src/Order.php:
|
1913 |
#: woocommerce-germanized-dhl/src/SimpleLabel.php:157
|
1914 |
#, php-format
|
1915 |
msgctxt "dhl time-span"
|
@@ -2087,40 +2045,23 @@ msgstr "Erneut versuchen"
|
|
2087 |
|
2088 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:135
|
2089 |
msgctxt "dhl"
|
2090 |
-
msgid "DHL Preferred Day & Time"
|
2091 |
-
msgstr "DHL Wunschzeit & Wunschtag"
|
2092 |
-
|
2093 |
-
#: woocommerce-germanized-dhl/src/ParcelServices.php:139
|
2094 |
-
msgctxt "dhl"
|
2095 |
-
msgid "DHL Preferred Time"
|
2096 |
-
msgstr "DHL Wunschzeit"
|
2097 |
-
|
2098 |
-
#: woocommerce-germanized-dhl/src/ParcelServices.php:143
|
2099 |
-
msgctxt "dhl"
|
2100 |
msgid "DHL Preferred Day"
|
2101 |
msgstr "DHL Wunschtag"
|
2102 |
|
2103 |
-
#: woocommerce-germanized-dhl/src/ParcelServices.php:
|
2104 |
msgctxt "dhl"
|
2105 |
msgid "Sorry, but the preferred day you have chosen is no longer available."
|
2106 |
msgstr ""
|
2107 |
"Entschuldigung, der von Ihnen ausgewählte Wunschtag steht leider nicht mehr "
|
2108 |
"zur Verfügung."
|
2109 |
|
2110 |
-
#: woocommerce-germanized-dhl/src/ParcelServices.php:
|
2111 |
-
msgctxt "dhl"
|
2112 |
-
msgid "Sorry, but the preferred time you have chosen is no longer available."
|
2113 |
-
msgstr ""
|
2114 |
-
"Entschuldigung, die von Ihren ausgewählte Wunschzeit steht leider nicht mehr "
|
2115 |
-
"zur Verfügung."
|
2116 |
-
|
2117 |
-
#: woocommerce-germanized-dhl/src/ParcelServices.php:361
|
2118 |
msgctxt "dhl"
|
2119 |
msgid "Please choose a preferred location."
|
2120 |
msgstr "Bitte wählen Sie einen Wunschort aus."
|
2121 |
|
2122 |
# @ woocommerce-germanized
|
2123 |
-
#: woocommerce-germanized-dhl/src/ParcelServices.php:
|
2124 |
msgctxt "dhl"
|
2125 |
msgid "Please choose name and address of your preferred neighbor."
|
2126 |
msgstr "Bitte wählen Sie einen Namen und die Adresse Ihres Wunschnachbars."
|
@@ -2228,7 +2169,6 @@ msgstr ""
|
|
2228 |
"Lieferprozesse aktuell nicht möglich."
|
2229 |
|
2230 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:42
|
2231 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:69
|
2232 |
#, php-format
|
2233 |
msgctxt "dhl"
|
2234 |
msgid "There is a surcharge of %s incl. VAT for this service.*"
|
@@ -2236,47 +2176,32 @@ msgstr "Für diesen Service fällt ein Aufpreis in Höhe von %s inkl. MwSt. an.*
|
|
2236 |
|
2237 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
|
2238 |
msgctxt "dhl"
|
2239 |
-
msgid "Preferred time: Delivery during your preferred time slot."
|
2240 |
-
msgstr "Wunschzeit: Lieferung im gewünschten Zeitfenster."
|
2241 |
-
|
2242 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
|
2243 |
-
msgctxt "dhl"
|
2244 |
-
msgid ""
|
2245 |
-
"Indicate a preferred time, which suits you best for your parcel delivery by "
|
2246 |
-
"choosing one of the displayed time windows."
|
2247 |
-
msgstr ""
|
2248 |
-
"Damit Sie besser planen können, haben Sie die Möglichkeit eine Wunschzeit "
|
2249 |
-
"für die Lieferung auszuwählen. Sie können eine der dargestellten Zeiten für "
|
2250 |
-
"die Lieferung auswählen."
|
2251 |
-
|
2252 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:91
|
2253 |
-
msgctxt "dhl"
|
2254 |
msgid "Preferred location or neighbor"
|
2255 |
msgstr "Wunschort oder Wunschnachbar"
|
2256 |
|
2257 |
# @ woocommerce-germanized
|
2258 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2259 |
msgctxt "dhl location context"
|
2260 |
msgid "None"
|
2261 |
msgstr "Keine"
|
2262 |
|
2263 |
# @ woocommerce-germanized
|
2264 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2265 |
msgctxt "dhl"
|
2266 |
msgid "Location"
|
2267 |
msgstr "Ort"
|
2268 |
|
2269 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2270 |
msgctxt "dhl"
|
2271 |
msgid "Neighbor"
|
2272 |
msgstr "Nachbar"
|
2273 |
|
2274 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2275 |
msgctxt "dhl"
|
2276 |
msgid "Preferred location: Delivery to your preferred drop-off location"
|
2277 |
msgstr "Lieferung an den gewünschten Ablageort"
|
2278 |
|
2279 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2280 |
msgctxt "dhl"
|
2281 |
msgid ""
|
2282 |
"Choose a weather-protected and non-visible place on your property, where we "
|
@@ -2286,17 +2211,17 @@ msgstr ""
|
|
2286 |
"Grundstück, an dem wir das Paket während Ihrer Abwesenheit hinterlegen "
|
2287 |
"dürfen."
|
2288 |
|
2289 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2290 |
msgctxt "dhl"
|
2291 |
msgid "e.g. Garage, Terrace"
|
2292 |
msgstr "z.B. Garage, Terrasse"
|
2293 |
|
2294 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2295 |
msgctxt "dhl"
|
2296 |
msgid "Preferred neighbour: Delivery to a neighbour of your choice"
|
2297 |
msgstr "Wunschnachbar: Lieferung an einen Nachbarn Ihrer Wahl"
|
2298 |
|
2299 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2300 |
msgctxt "dhl"
|
2301 |
msgid ""
|
2302 |
"Determine a person in your immediate neighborhood whom we can hand out your "
|
@@ -2307,26 +2232,16 @@ msgstr ""
|
|
2307 |
"Ihr Paket während Ihrer Abwesenheit abgeben dürfen. Diese sollte im gleichen "
|
2308 |
"Haus, direkt gegenüber oder nebenan wohnen."
|
2309 |
|
2310 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2311 |
msgctxt "dhl"
|
2312 |
msgid "First name, last name of neighbor"
|
2313 |
msgstr "Vorname, Nachname des Nachbars"
|
2314 |
|
2315 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:
|
2316 |
msgctxt "dhl"
|
2317 |
msgid "Street, number, postal code, city"
|
2318 |
msgstr "Straße, Hausnummer, Postleitzahl, Stadt"
|
2319 |
|
2320 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:137
|
2321 |
-
#, php-format
|
2322 |
-
msgctxt "dhl"
|
2323 |
-
msgid ""
|
2324 |
-
"* For a booking of preferred day and preferred time in combination there is "
|
2325 |
-
"a surcharge of %s incl. VAT"
|
2326 |
-
msgstr ""
|
2327 |
-
"* Bei einer Kombinationsbuchung von Wunschtag und Wunschzeit fällt ein "
|
2328 |
-
"Gesamtaufpreis in Höhe von %s inkl. MwSt. an"
|
2329 |
-
|
2330 |
#: woocommerce-germanized-dhl/woocommerce-germanized-dhl.php:40
|
2331 |
#: woocommerce-germanized-dhl/woocommerce-germanized-dhl.php:58
|
2332 |
#, php-format
|
@@ -2359,7 +2274,7 @@ msgstr "LxBxH in dezimaler Form."
|
|
2359 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:47
|
2360 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1014
|
2361 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
2362 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2363 |
msgctxt "shipments"
|
2364 |
msgid "Status"
|
2365 |
msgstr "Status"
|
@@ -2455,7 +2370,7 @@ msgstr ""
|
|
2455 |
|
2456 |
# @ woocommerce-germanized
|
2457 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:223
|
2458 |
-
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:
|
2459 |
msgctxt "shipments"
|
2460 |
msgid "Confirm return request"
|
2461 |
msgstr "Rücksendeantrag bestätigen"
|
@@ -2542,7 +2457,7 @@ msgstr "Speichern"
|
|
2542 |
# @ woocommerce
|
2543 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
2544 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
|
2545 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2546 |
#: woocommerce-germanized-shipments/src/ShippingProvider.php:534
|
2547 |
msgctxt "shipments"
|
2548 |
msgid "Title"
|
@@ -2815,7 +2730,7 @@ msgstr "Teilweise versandt"
|
|
2815 |
# @ woocommerce-germanized
|
2816 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:104
|
2817 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:308
|
2818 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2819 |
msgctxt "shipments"
|
2820 |
msgid "Shipped"
|
2821 |
msgstr "Versandt"
|
@@ -2841,14 +2756,14 @@ msgid "Draft"
|
|
2841 |
msgstr "Entwurf"
|
2842 |
|
2843 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:307
|
2844 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2845 |
msgctxt "shipments"
|
2846 |
msgid "Processing"
|
2847 |
msgstr "In Bearbeitung"
|
2848 |
|
2849 |
# @ woocommerce-germanized
|
2850 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:309
|
2851 |
-
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:
|
2852 |
msgctxt "shipments"
|
2853 |
msgid "Delivered"
|
2854 |
msgstr "Geliefert"
|
@@ -2910,7 +2825,7 @@ msgstr "Fehler beim Hochladen der Datei."
|
|
2910 |
# @ woocommerce-germanized
|
2911 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1013
|
2912 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
2913 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2914 |
msgctxt "shipments"
|
2915 |
msgid "Date"
|
2916 |
msgstr "Datum"
|
@@ -2924,8 +2839,8 @@ msgstr "Sendungsverfolgung"
|
|
2924 |
# @ woocommerce-germanized
|
2925 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1016
|
2926 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:91
|
2927 |
-
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:
|
2928 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2929 |
msgctxt "shipments"
|
2930 |
msgid "Actions"
|
2931 |
msgstr "Aktionen"
|
@@ -2937,7 +2852,7 @@ msgstr "Anzeigen"
|
|
2937 |
|
2938 |
# @ woocommerce-germanized
|
2939 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1259
|
2940 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
2941 |
#: woocommerce-germanized-shipments/src/Ajax.php:336
|
2942 |
msgctxt "shipments"
|
2943 |
msgid "Download label"
|
@@ -3111,7 +3026,7 @@ msgid "shipment #%d"
|
|
3111 |
msgstr "Sendung #%d"
|
3112 |
|
3113 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:25
|
3114 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3115 |
msgctxt "shipments"
|
3116 |
msgid "Items"
|
3117 |
msgstr "Positionen"
|
@@ -3121,21 +3036,33 @@ msgctxt "shipments"
|
|
3121 |
msgid "Sender"
|
3122 |
msgstr "Absender"
|
3123 |
|
3124 |
-
# @ woocommerce-germanized
|
3125 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:27
|
3126 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3127 |
msgctxt "shipments"
|
3128 |
msgid "Order"
|
3129 |
msgstr "Bestellung"
|
3130 |
|
3131 |
# @ woocommerce-germanized
|
3132 |
-
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:
|
3133 |
msgctxt "shipments"
|
3134 |
msgid "Send notification to customer"
|
3135 |
msgstr "Benachrichtigung an den Kunden senden"
|
3136 |
|
3137 |
# @ woocommerce-germanized
|
3138 |
-
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:
|
3139 |
msgctxt "shipments"
|
3140 |
msgid "Confirm open return requests"
|
3141 |
msgstr "Offene Rücksendeanträge bestätigen"
|
@@ -3468,7 +3395,7 @@ msgctxt "shipments"
|
|
3468 |
msgid "Shipping Provider"
|
3469 |
msgstr "Versanddienstleister"
|
3470 |
|
3471 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3472 |
#, php-format
|
3473 |
msgctxt "shipments"
|
3474 |
msgid "%d shipment deleted."
|
@@ -3476,7 +3403,7 @@ msgid_plural "%d shipments deleted."
|
|
3476 |
msgstr[0] "%d Sendung gelöscht."
|
3477 |
msgstr[1] "%d Sendungen gelöscht."
|
3478 |
|
3479 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3480 |
#, php-format
|
3481 |
msgctxt "shipments"
|
3482 |
msgid "%d shipment status changed."
|
@@ -3484,12 +3411,12 @@ msgid_plural "%d shipment statuses changed."
|
|
3484 |
msgstr[0] "%d Sendungsstatus geändert."
|
3485 |
msgstr[1] "%d Sendungsstatus geändert."
|
3486 |
|
3487 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3488 |
msgctxt "shipments"
|
3489 |
msgid "No shipments found"
|
3490 |
msgstr "Keine Sendungen gefunden"
|
3491 |
|
3492 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3493 |
#, php-format
|
3494 |
msgctxt "shipments"
|
3495 |
msgid "All <span class=\"count\">(%s)</span>"
|
@@ -3497,7 +3424,7 @@ msgid_plural "All <span class=\"count\">(%s)</span>"
|
|
3497 |
msgstr[0] "Alle <span class=\"count\">(%s)</span>"
|
3498 |
msgstr[1] "Alle <span class=\"count\">(%s)</span>"
|
3499 |
|
3500 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3501 |
#, php-format
|
3502 |
msgctxt "shipments"
|
3503 |
msgid " <span class=\"count\">(%s)</span>"
|
@@ -3505,34 +3432,34 @@ msgid_plural " <span class=\"count\">(%s)</span>"
|
|
3505 |
msgstr[0] " <span class=\"count\">(%s)</span>"
|
3506 |
msgstr[1] " <span class=\"count\">(%s)</span>"
|
3507 |
|
3508 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3509 |
msgctxt "shipments"
|
3510 |
msgid "Filter by date"
|
3511 |
msgstr "Nach Datum filtern"
|
3512 |
|
3513 |
# @ woocommerce-germanized
|
3514 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3515 |
msgctxt "shipments"
|
3516 |
msgid "All dates"
|
3517 |
msgstr "Alle Daten"
|
3518 |
|
3519 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3520 |
#, php-format
|
3521 |
msgid "%1$s %2$d"
|
3522 |
msgstr "%1$s %2$d"
|
3523 |
|
3524 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3525 |
msgctxt "shipments"
|
3526 |
msgid "Processing bulk actions..."
|
3527 |
msgstr "Bearbeite Mehrfachaktionen.."
|
3528 |
|
3529 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3530 |
msgctxt "shipments"
|
3531 |
msgid "Filter"
|
3532 |
msgstr "Filtern"
|
3533 |
|
3534 |
# @ woocommerce-germanized
|
3535 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3536 |
#: woocommerce-germanized-shipments/src/Ajax.php:815
|
3537 |
#, php-format
|
3538 |
msgctxt "shipments"
|
@@ -3540,80 +3467,80 @@ msgid "Order #%s"
|
|
3540 |
msgstr "Bestellung #%s"
|
3541 |
|
3542 |
# @ woocommerce
|
3543 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3544 |
msgctxt "shipments"
|
3545 |
msgid "Filter by order"
|
3546 |
msgstr "Nach Bestellung filtern"
|
3547 |
|
3548 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3549 |
msgctxt "shipments"
|
3550 |
msgid "Address"
|
3551 |
msgstr "Adresse"
|
3552 |
|
3553 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3554 |
#: woocommerce-germanized-shipments/templates/myaccount/shipments.php:68
|
3555 |
#, php-format
|
3556 |
msgctxt "shipment title"
|
3557 |
msgid "%s #%s"
|
3558 |
msgstr "%s #%s"
|
3559 |
|
3560 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3561 |
#, php-format
|
3562 |
msgctxt "shipments"
|
3563 |
msgid "via %s"
|
3564 |
msgstr "via %s"
|
3565 |
|
3566 |
# @ woocommerce-germanized
|
3567 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3568 |
msgctxt "shipments"
|
3569 |
msgid "Generate label"
|
3570 |
msgstr "Label erstellen"
|
3571 |
|
3572 |
# @ woocommerce-germanized
|
3573 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3574 |
#, php-format
|
3575 |
msgctxt "shipments"
|
3576 |
msgid "Select %s"
|
3577 |
msgstr "Wähle %s"
|
3578 |
|
3579 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3580 |
msgctxt "shipments"
|
3581 |
msgid "SKU:"
|
3582 |
msgstr "Art.-Nr.:"
|
3583 |
|
3584 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3585 |
#, php-format
|
3586 |
msgctxt "%s = human-readable time difference"
|
3587 |
msgid "%s ago"
|
3588 |
msgstr "vor %s"
|
3589 |
|
3590 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3591 |
msgctxt "shipments"
|
3592 |
msgid "M j, Y"
|
3593 |
msgstr "d.m.Y"
|
3594 |
|
3595 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3596 |
msgctxt "shipments"
|
3597 |
msgid "Delete Permanently"
|
3598 |
msgstr "Unwiderruflich löschen"
|
3599 |
|
3600 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3601 |
msgctxt "shipments"
|
3602 |
msgid "Change status to processing"
|
3603 |
msgstr "Status zu in Bearbeitung ändern"
|
3604 |
|
3605 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3606 |
msgctxt "shipments"
|
3607 |
msgid "Change status to shipped"
|
3608 |
msgstr "Status zu versandt ändern"
|
3609 |
|
3610 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3611 |
msgctxt "shipments"
|
3612 |
msgid "Change status to delivered"
|
3613 |
msgstr "Status zu geliefert ändern"
|
3614 |
|
3615 |
# @ woocommerce-germanized
|
3616 |
-
#: woocommerce-germanized-shipments/src/Admin/Table.php:
|
3617 |
msgctxt "shipments"
|
3618 |
msgid "Generate and download labels"
|
3619 |
msgstr "Labels erstellen und downloaden"
|
@@ -4807,7 +4734,7 @@ msgstr "Germanize"
|
|
4807 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:73
|
4808 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:141
|
4809 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
|
4810 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
4811 |
msgid "Settings"
|
4812 |
msgstr "Einstellungen"
|
4813 |
|
@@ -5001,8 +4928,8 @@ msgstr "Germanized Einstellungen"
|
|
5001 |
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:33
|
5002 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:21
|
5003 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:30
|
5004 |
-
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:
|
5005 |
-
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:
|
5006 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:35
|
5007 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:44
|
5008 |
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:21
|
@@ -5011,60 +4938,60 @@ msgstr "Germanized Einstellungen"
|
|
5011 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:32
|
5012 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:23
|
5013 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:32
|
5014 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
5015 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
5016 |
msgid "Cheatin’ huh?"
|
5017 |
msgstr "So geht das leider nicht.."
|
5018 |
|
5019 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5020 |
msgctxt "dhl"
|
5021 |
msgid "Action failed. Please refresh the page and retry."
|
5022 |
msgstr ""
|
5023 |
"Aktion fehlgeschlagen. Bitte aktualisieren Sie die Seite und versuchen es "
|
5024 |
"erneut."
|
5025 |
|
5026 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5027 |
msgctxt "dhl"
|
5028 |
msgid "You don't have permission to do this."
|
5029 |
msgstr "Sie sind leider nicht berechtigt, diese Aktion durchzuführen."
|
5030 |
|
5031 |
# @ woocommerce-germanized
|
5032 |
#. Plugin Name of the plugin/theme
|
5033 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5034 |
msgid "Germanized for WooCommerce"
|
5035 |
msgstr "Germanized für WooCommerce"
|
5036 |
|
5037 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5038 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:45
|
5039 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:58
|
5040 |
msgid "Yes"
|
5041 |
msgstr "Ja"
|
5042 |
|
5043 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5044 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:58
|
5045 |
msgid "No"
|
5046 |
msgstr "Nein"
|
5047 |
|
5048 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5049 |
msgid "Paid for order notification manually sent to customer."
|
5050 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
5051 |
|
5052 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5053 |
msgid "Order confirmation manually sent to customer."
|
5054 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
5055 |
|
5056 |
# @ woocommerce-germanized
|
5057 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5058 |
msgid "Resend order confirmation"
|
5059 |
msgstr "Bestellbestätigung erneut versenden"
|
5060 |
|
5061 |
# @ woocommerce-germanized
|
5062 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5063 |
msgid "Send paid for order notification"
|
5064 |
msgstr "Bestellung bezahlt manuell versenden"
|
5065 |
|
5066 |
# @ woocommerce-germanized
|
5067 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5068 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:114
|
5069 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
5070 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:9
|
@@ -5072,38 +4999,38 @@ msgstr "Bestellung bezahlt manuell versenden"
|
|
5072 |
msgid "Germanized"
|
5073 |
msgstr "Germanized"
|
5074 |
|
5075 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5076 |
msgid "Parcel Delivery Data Transfer:"
|
5077 |
msgstr "Paketdienstleister Datenweitergabe:"
|
5078 |
|
5079 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5080 |
msgid "allowed"
|
5081 |
msgstr "akzeptiert"
|
5082 |
|
5083 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5084 |
msgid "not allowed"
|
5085 |
msgstr "nicht akzeptiert"
|
5086 |
|
5087 |
# @ woocommerce-germanized
|
5088 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5089 |
msgid "Optional Email Content"
|
5090 |
msgstr "Optionaler E-Mail Inhalt"
|
5091 |
|
5092 |
# @ woocommerce-germanized
|
5093 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5094 |
msgid "Add content which will be replacing default page content within emails."
|
5095 |
msgstr ""
|
5096 |
"Füllen Sie dieses Feld aus um einen abweichenden E-Mail Anhangstext für "
|
5097 |
"diese Seite zu bestimmen."
|
5098 |
|
5099 |
# @ woocommerce-germanized
|
5100 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5101 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:152
|
5102 |
msgid "Optional Mini Description"
|
5103 |
msgstr "Warenkorb Kurzbeschreibung"
|
5104 |
|
5105 |
# @ woocommerce-germanized
|
5106 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
5107 |
msgid ""
|
5108 |
"This content will be shown as short product description within checkout and "
|
5109 |
"emails."
|
@@ -5117,18 +5044,18 @@ msgid "Service products do not sell physical products."
|
|
5117 |
msgstr "Dienstleistungen werden nicht in physikalischer Form verkauft."
|
5118 |
|
5119 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:61
|
5120 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5121 |
msgid "Sale Label"
|
5122 |
msgstr "Regulärer Preishinweis"
|
5123 |
|
5124 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:71
|
5125 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5126 |
msgid "Sale Regular Label"
|
5127 |
msgstr "Neuer Preis Hinweis"
|
5128 |
|
5129 |
# @ woocommerce-germanized
|
5130 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:90
|
5131 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5132 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:228
|
5133 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:260
|
5134 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-units.php:10
|
@@ -5146,7 +5073,7 @@ msgstr ""
|
|
5146 |
|
5147 |
# @ woocommerce-germanized
|
5148 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:97
|
5149 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5150 |
msgid "Calculation"
|
5151 |
msgstr "Berechnung"
|
5152 |
|
@@ -5180,7 +5107,7 @@ msgstr "Allgemein"
|
|
5180 |
|
5181 |
# @ woocommerce-germanized
|
5182 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:126
|
5183 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5184 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:32
|
5185 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:204
|
5186 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-delivery-time.php:10
|
@@ -5193,7 +5120,7 @@ msgid "Same as parent"
|
|
5193 |
msgstr "Gleiche wie übergeordnet"
|
5194 |
|
5195 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:140
|
5196 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5197 |
msgid "Minimum Age"
|
5198 |
msgstr "Mindestalter"
|
5199 |
|
@@ -5206,12 +5133,12 @@ msgid "Product applies to differential taxation based on §25a UStG."
|
|
5206 |
msgstr "Produkt ist differenzbesteuert nach §25a UStG."
|
5207 |
|
5208 |
# @ woocommerce-germanized
|
5209 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5210 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5211 |
msgid "Select Price Label"
|
5212 |
msgstr "Preishinweis auswählen"
|
5213 |
|
5214 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5215 |
msgid ""
|
5216 |
"If the product is on sale you may want to show a price label right before "
|
5217 |
"outputting the old price to inform the customer."
|
@@ -5221,7 +5148,7 @@ msgstr ""
|
|
5221 |
"Preis). Mit diesem Hinweis können Sie genau festlegen, um welchen Preis es "
|
5222 |
"sich dabei handelte (z.B. UVP)."
|
5223 |
|
5224 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5225 |
msgid ""
|
5226 |
"If the product is on sale you may want to show a price label right before "
|
5227 |
"outputting the new price to inform the customer."
|
@@ -5231,35 +5158,35 @@ msgstr ""
|
|
5231 |
"neuer Preis)."
|
5232 |
|
5233 |
# @ woocommerce-germanized
|
5234 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5235 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:107
|
5236 |
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:98
|
5237 |
msgid "Unit"
|
5238 |
msgstr "Einheit"
|
5239 |
|
5240 |
# @ woocommerce-germanized
|
5241 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5242 |
msgid "Select unit"
|
5243 |
msgstr "Einheit auswählen"
|
5244 |
|
5245 |
# @ woocommerce-germanized
|
5246 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5247 |
msgid "Needed if selling on a per unit basis"
|
5248 |
msgstr "Notwendig falls auf pro-Einheit-Basis verkauft werden soll"
|
5249 |
|
5250 |
# @ woocommerce-germanized
|
5251 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5252 |
msgid "Number of units included per default product price. Example: 1000 ml."
|
5253 |
msgstr ""
|
5254 |
"Anzahl der Produkteinheiten auf Basis des Produktpreises. Beispiel: 1000 ml."
|
5255 |
|
5256 |
# @ woocommerce-germanized
|
5257 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5258 |
msgid "Base Price Units"
|
5259 |
msgstr "Grundpreiseinheiten"
|
5260 |
|
5261 |
# @ woocommerce-germanized
|
5262 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5263 |
msgid ""
|
5264 |
"Base price units. Example base price: 0,99 € / 100 ml. Insert 100 as base "
|
5265 |
"price unit amount."
|
@@ -5268,37 +5195,37 @@ msgstr ""
|
|
5268 |
"hier 100 als Grundpreiseinheiten ein."
|
5269 |
|
5270 |
# @ woocommerce-germanized
|
5271 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5272 |
msgid "Calculate base prices automatically."
|
5273 |
msgstr "Grundpreis automatisch berechnen."
|
5274 |
|
5275 |
# @ woocommerce-germanized
|
5276 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5277 |
msgid "Regular Base Price"
|
5278 |
msgstr "Regulärer Grundpreis"
|
5279 |
|
5280 |
# @ woocommerce-germanized
|
5281 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5282 |
msgid "Sale Base Price"
|
5283 |
msgstr "Angebotsgrundpreis"
|
5284 |
|
5285 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5286 |
msgid "Adds an age verification checkbox while purchasing this product."
|
5287 |
msgstr "Fügt eine Checkbox zur Altersprüfung für dieses Produkt hinzu."
|
5288 |
|
5289 |
# @ woocommerce-germanized
|
5290 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5291 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5292 |
msgid "Search for a delivery time…"
|
5293 |
msgstr "Lieferzeit suchen…"
|
5294 |
|
5295 |
# @ woocommerce-germanized
|
5296 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5297 |
msgid "Free shipping?"
|
5298 |
msgstr "Versand kostenlos?"
|
5299 |
|
5300 |
# @ woocommerce-germanized
|
5301 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:
|
5302 |
msgid "This option disables the \"plus shipping costs\" notice on product page"
|
5303 |
msgstr ""
|
5304 |
"Deaktiviert den „zzgl. Versandkosten“ Hinweis. Ohne Auswirkungen auf die "
|
@@ -5577,7 +5504,7 @@ msgstr ""
|
|
5577 |
|
5578 |
# @ woocommerce-germanized
|
5579 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:96
|
5580 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
5581 |
msgid "Status"
|
5582 |
msgstr "Status"
|
5583 |
|
@@ -5861,7 +5788,7 @@ msgstr ""
|
|
5861 |
"Checkbox bearbeiten indem Sie auf den Link klicken."
|
5862 |
|
5863 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-checkboxes.php:62
|
5864 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
5865 |
msgid "Label"
|
5866 |
msgstr "Beschriftung"
|
5867 |
|
@@ -6102,8 +6029,8 @@ msgstr ""
|
|
6102 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
|
6103 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:547
|
6104 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:558
|
6105 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6106 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6107 |
msgid "Title"
|
6108 |
msgstr "Anrede"
|
6109 |
|
@@ -7436,14 +7363,14 @@ msgstr ""
|
|
7436 |
# @ woocommerce-germanized
|
7437 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:11
|
7438 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:27
|
7439 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7440 |
msgid "Name"
|
7441 |
msgstr "Name"
|
7442 |
|
7443 |
# @ woocommerce-germanized
|
7444 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
7445 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:29
|
7446 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7447 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:886
|
7448 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:124
|
7449 |
msgid "Description"
|
@@ -7456,7 +7383,7 @@ msgstr "Aktiviert"
|
|
7456 |
|
7457 |
# @ woocommerce-germanized
|
7458 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:14
|
7459 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
7460 |
msgid "Mandatory"
|
7461 |
msgstr "Pflichtfeld"
|
7462 |
|
@@ -7506,63 +7433,40 @@ msgstr "Einstellungen anpassen"
|
|
7506 |
msgid "Manage"
|
7507 |
msgstr "Verwalten"
|
7508 |
|
7509 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:
|
7510 |
-
msgid "
|
7511 |
-
msgstr "
|
7512 |
-
|
7513 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:20
|
7514 |
-
msgid "To use Germanized you may at first install the following plugins:"
|
7515 |
-
msgstr ""
|
7516 |
-
"Um Germanized zuverlässig nutzen zu können, müssen Sie erst folgende Plugins "
|
7517 |
-
"installieren:"
|
7518 |
|
7519 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:
|
|
|
7520 |
msgid ""
|
7521 |
-
"
|
7522 |
-
"
|
7523 |
msgstr ""
|
7524 |
-
"
|
7525 |
-
"
|
|
|
7526 |
|
7527 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:
|
7528 |
#, php-format
|
7529 |
-
msgid "%s required in at least version %s"
|
7530 |
-
msgstr "%s wird mindestens in Version %s benötigt"
|
7531 |
-
|
7532 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:46
|
7533 |
msgid ""
|
7534 |
-
"
|
7535 |
-
"
|
7536 |
-
"version of Germanized."
|
7537 |
msgstr ""
|
7538 |
-
"
|
7539 |
-
"
|
7540 |
-
"
|
7541 |
|
7542 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:
|
7543 |
#, php-format
|
7544 |
-
msgid "
|
|
|
|
|
|
|
7545 |
msgstr ""
|
7546 |
-
"%
|
7547 |
-
"
|
7548 |
-
|
7549 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:51
|
7550 |
-
msgid "older version"
|
7551 |
-
msgstr "ältere Version"
|
7552 |
-
|
7553 |
-
# @ woocommerce-germanized
|
7554 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:64
|
7555 |
-
msgid "Check for Updates"
|
7556 |
-
msgstr "Nach Updates suchen"
|
7557 |
-
|
7558 |
-
# @ woocommerce-germanized
|
7559 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:68
|
7560 |
-
msgid "or"
|
7561 |
-
msgstr "oder"
|
7562 |
-
|
7563 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:71
|
7564 |
-
msgid "Install an older version"
|
7565 |
-
msgstr "Installieren Sie eine ältere Version"
|
7566 |
|
7567 |
#: woocommerce-germanized/includes/admin/views/html-notice-fallback.php:13
|
7568 |
msgid "Hide"
|
@@ -7719,28 +7623,12 @@ msgstr ""
|
|
7719 |
msgid "Delete text options"
|
7720 |
msgstr "Text-Optionen löschen"
|
7721 |
|
7722 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:263
|
7723 |
-
msgid "Delete Version Cache"
|
7724 |
-
msgstr "Versionen-Cache löschen"
|
7725 |
-
|
7726 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:264
|
7727 |
-
msgid ""
|
7728 |
-
"This option deletes plugin version caches necessary to check whether "
|
7729 |
-
"activated plugins are compatible with Germanized."
|
7730 |
-
msgstr ""
|
7731 |
-
"Diese Option löscht den Cache der Plugin-Versionen, die geprüft werden um "
|
7732 |
-
"festzustellen ob Germanized kompatibel zu den jeweiligen Versionen ist."
|
7733 |
-
|
7734 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:267
|
7735 |
-
msgid "Delete version cache"
|
7736 |
-
msgstr "Cache löschen"
|
7737 |
-
|
7738 |
# @ woocommerce-germanized
|
7739 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7740 |
msgid "Renew EU VAT Rates"
|
7741 |
msgstr "EU MwSt.-Sätze erneuern"
|
7742 |
|
7743 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7744 |
msgid ""
|
7745 |
"Insert VAT rates (standard, recuded and virtual) for EU countries. This "
|
7746 |
"option deletes all of your standard, reduced and virtual rates before "
|
@@ -7751,17 +7639,17 @@ msgstr ""
|
|
7751 |
"werden."
|
7752 |
|
7753 |
# @ woocommerce-germanized
|
7754 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7755 |
msgid "Renew VAT Rates"
|
7756 |
msgstr "EU MwSt.-Sätze erneuern"
|
7757 |
|
7758 |
# @ woocommerce-germanized
|
7759 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7760 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7761 |
msgid "Disable notices"
|
7762 |
msgstr "Meldungen deaktivieren"
|
7763 |
|
7764 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7765 |
msgid ""
|
7766 |
"Germanized might ask you to leave a review or notices you of using a "
|
7767 |
"possibly unsupported theme. If you want to disable these notices, check this "
|
@@ -7772,27 +7660,27 @@ msgstr ""
|
|
7772 |
"deaktivieren wollen, verwenden Sie diese Option."
|
7773 |
|
7774 |
# @ woocommerce-germanized
|
7775 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7776 |
msgid "Enable notices"
|
7777 |
msgstr "Meldungen aktivieren"
|
7778 |
|
7779 |
# @ woocommerce-germanized
|
7780 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7781 |
msgid "Templates"
|
7782 |
msgstr "Templates"
|
7783 |
|
7784 |
# @ woocommerce-germanized
|
7785 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7786 |
msgid "Overrides"
|
7787 |
msgstr "Überschreibt"
|
7788 |
|
7789 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7790 |
#, php-format
|
7791 |
msgid "Version %s is out of date. The core version is %s."
|
7792 |
msgstr "Version %s ist veraltet. Die aktuelle Version lautet %s."
|
7793 |
|
7794 |
# @ woocommerce-germanized
|
7795 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:
|
7796 |
msgid "Learn how to update outdated templates"
|
7797 |
msgstr "Erfahren Sie, wie Sie veraltete Templates aktualisieren"
|
7798 |
|
@@ -8166,11 +8054,11 @@ msgstr ""
|
|
8166 |
"Entschuldigung, normale Produkte können nicht gemeinsam mit "
|
8167 |
"differenzbesteuerten Produkten gekauft werden."
|
8168 |
|
8169 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
8170 |
msgid "Is voucher?"
|
8171 |
msgstr "Wertgutschein?"
|
8172 |
|
8173 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:
|
8174 |
#, php-format
|
8175 |
msgid ""
|
8176 |
"Whether or not this coupon is a voucher which has been sold to a customer "
|
@@ -8182,9 +8070,9 @@ msgstr ""
|
|
8182 |
"besteuert. Weitere Informationen finden Sie <a href=\"%s\" target=\"_blank"
|
8183 |
"\">hier</a>."
|
8184 |
|
8185 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8186 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8187 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8188 |
msgid ""
|
8189 |
"Please activate your account through clicking on the activation link "
|
8190 |
"received via email."
|
@@ -8192,18 +8080,18 @@ msgstr ""
|
|
8192 |
"Bitte aktivieren Sie Ihr Kundenkonto indem Sie auf den Link in der E-Mail "
|
8193 |
"klicken."
|
8194 |
|
8195 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8196 |
#, php-format
|
8197 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
8198 |
msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
|
8199 |
|
8200 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8201 |
msgid "Please create an account or login before continuing to checkout"
|
8202 |
msgstr ""
|
8203 |
"Bitte erstellen Sie ein Kundenkonto oder loggen Sie sich ein, bevor Sie zur "
|
8204 |
"Kasse gehen"
|
8205 |
|
8206 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8207 |
msgid ""
|
8208 |
"This activation code has expired. We have sent you a new activation code via "
|
8209 |
"e-mail."
|
@@ -8212,20 +8100,20 @@ msgstr ""
|
|
8212 |
"Code per E-Mail geschickt."
|
8213 |
|
8214 |
# @ woocommerce-germanized
|
8215 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8216 |
msgid "Sorry, but this activation code cannot be found."
|
8217 |
msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
|
8218 |
|
8219 |
# @ woocommerce-germanized
|
8220 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8221 |
msgid "Thank you. You have successfully activated your account."
|
8222 |
msgstr "Vielen Dank. Ihr Benutzerkonto wurde erfolgreich aktiviert."
|
8223 |
|
8224 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8225 |
msgid "Expired activation key"
|
8226 |
msgstr "Abgelaufener Aktivierungscode"
|
8227 |
|
8228 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8229 |
msgid "Invalid activation key"
|
8230 |
msgstr "Aktivierungscode ungültig"
|
8231 |
|
@@ -8269,13 +8157,13 @@ msgid "Thanks for creating an account on %s."
|
|
8269 |
msgstr "Danke, dass Sie ein Konto bei %s erstellt haben."
|
8270 |
|
8271 |
# @ woocommerce-germanized
|
8272 |
-
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:
|
8273 |
msgctxt "revocation-form"
|
8274 |
msgid "Forward your Revocation online"
|
8275 |
msgstr "Widerruf online erklären"
|
8276 |
|
8277 |
# @ woocommerce-germanized
|
8278 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8279 |
#, php-format
|
8280 |
msgid ""
|
8281 |
"Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
|
@@ -8284,85 +8172,85 @@ msgstr ""
|
|
8284 |
"Bitte installieren Sie <a href=\"%s\" target=\"_blank\">WooCommerce</a> "
|
8285 |
"bevor Sie WooCommerce Germanized installieren. Vielen Dank!"
|
8286 |
|
8287 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8288 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8289 |
msgid "Reduced rate"
|
8290 |
msgstr "Ermäßigter Steuersatz"
|
8291 |
|
8292 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8293 |
#, php-format
|
8294 |
msgctxt "vat-rate-import"
|
8295 |
msgid "VAT %s"
|
8296 |
msgstr "MwSt. %s"
|
8297 |
|
8298 |
# @ woocommerce-germanized
|
8299 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8300 |
msgctxt "Page slug"
|
8301 |
msgid "data-security"
|
8302 |
msgstr "datenschutzerklaerung"
|
8303 |
|
8304 |
# @ woocommerce-germanized
|
8305 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8306 |
msgctxt "Page title"
|
8307 |
msgid "Data Security Statement"
|
8308 |
msgstr "Datenschutzerklärung"
|
8309 |
|
8310 |
# @ woocommerce-germanized
|
8311 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8312 |
msgctxt "Page slug"
|
8313 |
msgid "imprint"
|
8314 |
msgstr "impressum"
|
8315 |
|
8316 |
# @ woocommerce-germanized
|
8317 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8318 |
msgctxt "Page title"
|
8319 |
msgid "Imprint"
|
8320 |
msgstr "Impressum"
|
8321 |
|
8322 |
# @ woocommerce-germanized
|
8323 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8324 |
msgctxt "Page slug"
|
8325 |
msgid "terms"
|
8326 |
msgstr "agb"
|
8327 |
|
8328 |
# @ woocommerce-germanized
|
8329 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8330 |
msgctxt "Page title"
|
8331 |
msgid "Terms & Conditions"
|
8332 |
msgstr "AGB"
|
8333 |
|
8334 |
# @ woocommerce-germanized
|
8335 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8336 |
msgctxt "Page slug"
|
8337 |
msgid "revocation"
|
8338 |
msgstr "widerrufsbelehrung"
|
8339 |
|
8340 |
# @ woocommerce-germanized
|
8341 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8342 |
msgctxt "Page title"
|
8343 |
msgid "Power of Revocation"
|
8344 |
msgstr "Widerrufsbelehrung"
|
8345 |
|
8346 |
# @ woocommerce-germanized
|
8347 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8348 |
msgctxt "Page slug"
|
8349 |
msgid "shipping-methods"
|
8350 |
msgstr "versandarten"
|
8351 |
|
8352 |
# @ woocommerce-germanized
|
8353 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8354 |
msgctxt "Page title"
|
8355 |
msgid "Shipping Methods"
|
8356 |
msgstr "Versandarten"
|
8357 |
|
8358 |
# @ woocommerce-germanized
|
8359 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8360 |
msgctxt "Page slug"
|
8361 |
msgid "payment-methods"
|
8362 |
msgstr "bezahlmoeglichkeiten"
|
8363 |
|
8364 |
# @ woocommerce-germanized
|
8365 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
8366 |
msgctxt "Page title"
|
8367 |
msgid "Payment Methods"
|
8368 |
msgstr "Zahlungsarten"
|
@@ -8582,11 +8470,11 @@ msgid "Checkbox with name %s does already exist."
|
|
8582 |
msgstr "Eine Checkbox mit dem Namen %s existiert bereits."
|
8583 |
|
8584 |
# @ woocommerce-germanized
|
8585 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8586 |
msgid "Enable checkbox"
|
8587 |
msgstr "Checkbox aktivieren"
|
8588 |
|
8589 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8590 |
msgid ""
|
8591 |
"Choose a name to identify your checkbox. Upon creating a new checkbox, this "
|
8592 |
"value is being used to generate the Id."
|
@@ -8594,11 +8482,11 @@ msgstr ""
|
|
8594 |
"Wähle einen Namen um die Checkbox zu identifizieren. Bei Erstellung einer "
|
8595 |
"neuen Checkbox wird dieser Wert verwendet um eine Id zu erstellen."
|
8596 |
|
8597 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8598 |
msgid "Id"
|
8599 |
msgstr "Id"
|
8600 |
|
8601 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8602 |
msgid ""
|
8603 |
"The checkbox Id is the unique indentifier which is used to identify the "
|
8604 |
"checkbox within the code. Cannot be edited after creating the checkbox."
|
@@ -8607,26 +8495,26 @@ msgstr ""
|
|
8607 |
"Code heraus zugreifbar zu machen. Kann nach dem Erstellen einer Checkbox "
|
8608 |
"nicht mehr verändert werden."
|
8609 |
|
8610 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8611 |
msgid "Describe the use case of your checkbox."
|
8612 |
msgstr "Beschreibe hier den Use-Case der Checkbox."
|
8613 |
|
8614 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8615 |
msgid "Choose a label to be inserted next to the checkbox."
|
8616 |
msgstr ""
|
8617 |
"Wählen Sie eine Beschriftung aus, die neben der Checkbox platziert wird."
|
8618 |
|
8619 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8620 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8621 |
#, php-format
|
8622 |
msgid "You may use one of the following placeholders within the text: %s"
|
8623 |
msgstr "Sie können einen der folgenden Platzhalter im Text verwenden: %s"
|
8624 |
|
8625 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8626 |
msgid "Error Message"
|
8627 |
msgstr "Fehlermeldung"
|
8628 |
|
8629 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8630 |
msgid ""
|
8631 |
"Choose an error message to be shown when the user has not confirmed the "
|
8632 |
"checkbox."
|
@@ -8635,25 +8523,25 @@ msgstr ""
|
|
8635 |
"Nutzer die Checkbox nicht bestätigt hat."
|
8636 |
|
8637 |
# @ woocommerce-germanized
|
8638 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8639 |
msgid "Hide input"
|
8640 |
msgstr "Ausblenden"
|
8641 |
|
8642 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8643 |
msgid "Do only show a label and hide the actual checkbox."
|
8644 |
msgstr ""
|
8645 |
"Zeige lediglich die Beschriftung und entferne die eigentliche Checkbox."
|
8646 |
|
8647 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8648 |
msgid "Mark the checkbox as mandatory."
|
8649 |
msgstr "Checkbox zum Pflichtfeld machen."
|
8650 |
|
8651 |
# @ woocommerce-germanized
|
8652 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8653 |
msgid "Locations"
|
8654 |
msgstr "Orte"
|
8655 |
|
8656 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:
|
8657 |
msgid "Choose where to display your checkbox."
|
8658 |
msgstr "Wählen Sie einen Ort aus, an dem die Checkbox platziert werden soll."
|
8659 |
|
@@ -10162,14 +10050,14 @@ msgstr "Alternative Streitbeilegung gemäß Art. 14 Abs. 1 ODR-VO und § 36 VSBG
|
|
10162 |
msgid "Pay now"
|
10163 |
msgstr "Jetzt bezahlen"
|
10164 |
|
10165 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
10166 |
#, php-format
|
10167 |
msgid ""
|
10168 |
"Germanized requires at least PHP 5.6 to work. Please %s your PHP version."
|
10169 |
msgstr "Germanized benötigt mindestens PHP 5.6. Bitte %s Sie Ihre PHP-Version."
|
10170 |
|
10171 |
# @ woocommerce-germanized
|
10172 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
10173 |
msgid "upgrade"
|
10174 |
msgstr "aktualisieren"
|
10175 |
|
@@ -11407,13 +11295,157 @@ msgstr ""
|
|
11407 |
"Shop für den deutschen Markt."
|
11408 |
|
11409 |
#. Author of the plugin/theme
|
11410 |
-
msgid "
|
11411 |
-
msgstr "
|
11412 |
|
11413 |
#. Author URI of the plugin/theme
|
11414 |
msgid "https://vendidero.de"
|
11415 |
msgstr "https://vendidero.de"
|
11416 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11417 |
# @ woocommerce-germanized
|
11418 |
#~ msgid "Hide this notice"
|
11419 |
#~ msgstr "Diese Nachricht ausblenden"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-05-28 13:45+0200\n"
|
6 |
+
"PO-Revision-Date: 2020-05-28 13:47+0200\n"
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.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 2.3.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;"
|
54 |
msgid "Duties"
|
55 |
msgstr "Zollabgabe"
|
56 |
|
57 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:65
|
58 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:137
|
59 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:946
|
60 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
63 |
msgstr "Wunschtag"
|
64 |
|
65 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:75
|
|
|
66 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:36
|
67 |
msgctxt "dhl"
|
68 |
msgid "Preferred Time"
|
69 |
msgstr "Wunschzeit"
|
70 |
|
71 |
# @ woocommerce-germanized
|
72 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:87
|
73 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:165
|
74 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:966
|
75 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
76 |
msgctxt "dhl"
|
77 |
msgid "Preferred Location"
|
78 |
msgstr "Wunschort"
|
79 |
|
80 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:98
|
81 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:974
|
82 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
83 |
msgctxt "dhl"
|
84 |
msgid "Preferred Neighbor"
|
85 |
msgstr "Wunschnachbar"
|
86 |
|
87 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:108
|
88 |
msgctxt "dhl"
|
89 |
msgid "Create inlay return label"
|
90 |
msgstr "Beilage-Retourenlabel erstellen"
|
91 |
|
92 |
# @ woocommerce-germanized
|
93 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:121
|
94 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:733
|
95 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:802
|
96 |
msgctxt "dhl"
|
97 |
msgid "Name"
|
98 |
msgstr "Name"
|
99 |
|
100 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:130
|
101 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:740
|
102 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:809
|
103 |
msgctxt "dhl"
|
105 |
msgstr "Firma"
|
106 |
|
107 |
# @ woocommerce-germanized
|
108 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:139
|
109 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:367
|
110 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:747
|
111 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:816
|
114 |
msgstr "Straße"
|
115 |
|
116 |
# @ woocommerce-germanized
|
117 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:148
|
118 |
msgctxt "dhl"
|
119 |
msgid "Street No"
|
120 |
msgstr "Hausnummer"
|
121 |
|
122 |
# @ woocommerce-germanized
|
123 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:159
|
124 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:368
|
125 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:768
|
126 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:837
|
130 |
msgstr "Postleitzahl"
|
131 |
|
132 |
# @ woocommerce-germanized
|
133 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:168
|
134 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:369
|
135 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:761
|
136 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:830
|
139 |
msgid "City"
|
140 |
msgstr "Stadt"
|
141 |
|
142 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:179
|
143 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:784
|
144 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:853
|
145 |
msgctxt "dhl"
|
146 |
msgid "Phone"
|
147 |
msgstr "Telefon"
|
148 |
|
149 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:188
|
150 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:791
|
151 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:860
|
152 |
msgctxt "dhl"
|
153 |
msgid "Email"
|
154 |
msgstr "E-Mail"
|
155 |
|
156 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:199
|
157 |
msgctxt "dhl"
|
158 |
msgid "Valid address only"
|
159 |
msgstr "Nur valide Adressen"
|
160 |
|
161 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:208
|
162 |
msgctxt "dhl"
|
163 |
msgid "More services"
|
164 |
msgstr "Mehr Services"
|
165 |
|
166 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:211
|
167 |
msgctxt "dhl"
|
168 |
msgid "Fewer services"
|
169 |
msgstr "Weniger Services"
|
170 |
|
171 |
# @ woocommerce-germanized
|
172 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:219
|
173 |
msgctxt "dhl"
|
174 |
msgid "Age check"
|
175 |
msgstr "Alterssichtprüfung"
|
176 |
|
177 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:227
|
178 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:323
|
179 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:531
|
180 |
msgctxt "dhl"
|
181 |
msgid "GoGreen"
|
182 |
msgstr "GoGreen"
|
183 |
|
184 |
# @ woocommerce-germanized
|
185 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:235
|
186 |
msgctxt "dhl"
|
187 |
msgid "Additional insurance"
|
188 |
msgstr "Transportversicherung"
|
189 |
|
190 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:245
|
191 |
msgctxt "dhl"
|
192 |
msgid "Retail outlet routing"
|
193 |
msgstr "Filialrouting"
|
194 |
|
195 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:257
|
196 |
msgctxt "dhl"
|
197 |
msgid "No neighbor"
|
198 |
msgstr "Keine Nachbarschaftszustellung"
|
199 |
|
200 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:267
|
201 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:559
|
202 |
msgctxt "dhl"
|
203 |
msgid "Named person only"
|
204 |
msgstr "Persönliche Übergabe"
|
205 |
|
206 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:275
|
207 |
msgctxt "dhl"
|
208 |
msgid "Bulky goods"
|
209 |
msgstr "Sperrgut"
|
210 |
|
211 |
# @ woocommerce-germanized
|
212 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:283
|
213 |
msgctxt "dhl"
|
214 |
msgid "Identity check"
|
215 |
msgstr "Ident-Check"
|
216 |
|
217 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:294
|
218 |
msgctxt "dhl"
|
219 |
msgid "Date of Birth"
|
220 |
msgstr "Geburtsdatum"
|
221 |
|
222 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:304
|
223 |
msgctxt "dhl"
|
224 |
msgid "Minimum age"
|
225 |
msgstr "Mindestalter"
|
226 |
|
227 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:315
|
228 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:580
|
229 |
msgctxt "dhl"
|
230 |
msgid "Premium"
|
314 |
|
315 |
# @ woocommerce-germanized
|
316 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:35
|
|
|
|
|
317 |
msgctxt "dhl time context"
|
318 |
msgid "None"
|
319 |
msgstr "Keine"
|
320 |
|
321 |
# @ woocommerce-germanized
|
322 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:45
|
323 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:272
|
324 |
msgctxt "dhl day context"
|
325 |
msgid "None"
|
326 |
msgstr "Keiner"
|
766 |
# @ woocommerce-germanized
|
767 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:151
|
768 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:954
|
|
|
769 |
msgctxt "dhl"
|
770 |
msgid "Fee"
|
771 |
msgstr "Gebühr"
|
798 |
"im Folgenden konfiguriert) als Lieferadresse auswählen."
|
799 |
|
800 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:198
|
801 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1102
|
802 |
msgctxt "dhl"
|
803 |
msgid "Map"
|
804 |
msgstr "Karte"
|
1035 |
# @ woocommerce-germanized
|
1036 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:428
|
1037 |
msgctxt "dhl"
|
1038 |
+
msgid "Default weight (kg)"
|
1039 |
+
msgstr "Standardgewicht (kg)"
|
1040 |
|
1041 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:430
|
1042 |
msgctxt "dhl"
|
1049 |
|
1050 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:439
|
1051 |
msgctxt "dhl"
|
1052 |
+
msgid "Minimum weight (kg)"
|
1053 |
+
msgstr "Mindestgewicht (kg)"
|
1054 |
|
1055 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:441
|
1056 |
msgctxt "dhl"
|
1242 |
msgstr "Premium Lieferung für internationale Sendungen."
|
1243 |
|
1244 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:600
|
1245 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1153
|
1246 |
msgctxt "dhl"
|
1247 |
msgid "Labels"
|
1248 |
msgstr "Labels"
|
1484 |
"Fügen Sie einen Bruttopreis als Gebühr für die Lieferung am Wunschtag hinzu. "
|
1485 |
"Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
|
1486 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1487 |
# @ woocommerce-germanized
|
1488 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:967
|
1489 |
msgctxt "dhl"
|
1490 |
msgid "Enable preferred location delivery."
|
1491 |
msgstr "Lieferung an einen Wunschort aktivieren."
|
1492 |
|
1493 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:967
|
1494 |
msgctxt "dhl"
|
1495 |
msgid ""
|
1496 |
"Enabling this option will display options for the user to select their "
|
1499 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
1500 |
"Kasse ."
|
1501 |
|
1502 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:975
|
1503 |
msgctxt "dhl"
|
1504 |
msgid "Enable preferred neighbor delivery."
|
1505 |
msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
|
1506 |
|
1507 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:975
|
1508 |
msgctxt "dhl"
|
1509 |
msgid ""
|
1510 |
"Enabling this option will display options for the user to deliver to their "
|
1513 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
1514 |
"der Kasse."
|
1515 |
|
1516 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1001
|
1517 |
msgctxt "dhl"
|
1518 |
msgid "Cut-off time"
|
1519 |
msgstr "Cut-off-Zeit"
|
1520 |
|
1521 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1004
|
1522 |
msgctxt "dhl"
|
1523 |
msgid ""
|
1524 |
"The cut-off time is the latest possible order time up to which the minimum "
|
1531 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
1532 |
"Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
1533 |
|
1534 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1010
|
1535 |
msgctxt "dhl"
|
1536 |
msgid "Preparation days"
|
1537 |
msgstr "Bearbeitungstage"
|
1538 |
|
1539 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1013
|
1540 |
msgctxt "dhl"
|
1541 |
msgid ""
|
1542 |
"If you need more time to prepare your shipments you might want to add a "
|
1547 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
1548 |
"auswählbaren Wunschtag hinzugefügt werden."
|
1549 |
|
1550 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1020
|
1551 |
msgctxt "dhl"
|
1552 |
msgid "Exclude days of transfer"
|
1553 |
msgstr "Übergabetage ausschließen"
|
1554 |
|
1555 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1021
|
1556 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
1557 |
msgctxt "dhl"
|
1558 |
msgid "Monday"
|
1559 |
msgstr "Montag"
|
1560 |
|
1561 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1022
|
1562 |
msgctxt "dhl"
|
1563 |
msgid "Exclude days from transferring shipments to DHL."
|
1564 |
msgstr "Schließen Sie bestimmte Wochentage für die Übergabe an DHL aus."
|
1565 |
|
1566 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1031
|
1567 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
1568 |
msgctxt "dhl"
|
1569 |
msgid "Tuesday"
|
1570 |
msgstr "Dienstag"
|
1571 |
|
1572 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1040
|
1573 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
1574 |
msgctxt "dhl"
|
1575 |
msgid "Wednesday"
|
1576 |
msgstr "Mittwoch"
|
1577 |
|
1578 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1049
|
1579 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
1580 |
msgctxt "dhl"
|
1581 |
msgid "Thursday"
|
1582 |
msgstr "Donnerstag"
|
1583 |
|
1584 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1058
|
1585 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
1586 |
msgctxt "dhl"
|
1587 |
msgid "Friday"
|
1588 |
msgstr "Freitag"
|
1589 |
|
1590 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1067
|
1591 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
1592 |
msgctxt "dhl"
|
1593 |
msgid "Saturday"
|
1594 |
msgstr "Samstag"
|
1595 |
|
1596 |
# @ woocommerce-germanized
|
1597 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1076
|
1598 |
msgctxt "dhl"
|
1599 |
msgid "Exclude gateways"
|
1600 |
msgstr "Zahlungsarten ausschließen"
|
1601 |
|
1602 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1078
|
1603 |
msgctxt "dhl"
|
1604 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1605 |
msgstr ""
|
1606 |
"Wählen Sie Zahlungsarten aus, für die die Wunschpaket-Services nicht zur "
|
1607 |
"Verfügung stehen sollen."
|
1608 |
|
1609 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1103
|
1610 |
msgctxt "dhl"
|
1611 |
msgid "Let customers find a DHL location on a map."
|
1612 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
1613 |
|
1614 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1103
|
1615 |
msgctxt "dhl"
|
1616 |
msgid ""
|
1617 |
"Enable this option to let your customers choose a pickup option from a map "
|
1622 |
"anhand einer Karten in der Kasse zu ermöglichen. Wenn diese Option "
|
1623 |
"deaktiviert ist, wird stattdessen auf die DHL Website verwiesen."
|
1624 |
|
1625 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1110
|
1626 |
msgctxt "dhl"
|
1627 |
msgid "Google Maps Key"
|
1628 |
msgstr "Google Maps Schlüssel"
|
1629 |
|
1630 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1114
|
1631 |
#, php-format
|
1632 |
msgctxt "dhl"
|
1633 |
msgid ""
|
1637 |
"Um eine Karte integrieren zu können, benötigen Siee du einen gültigen API-"
|
1638 |
"Schlüssel für Google Maps. Sie können %s."
|
1639 |
|
1640 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1114
|
1641 |
msgctxt "dhl"
|
1642 |
msgid "retrieve a new one"
|
1643 |
msgstr "hier einen neuen erstellen"
|
1644 |
|
1645 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1119
|
1646 |
msgctxt "dhl"
|
1647 |
msgid "Limit results"
|
1648 |
msgstr "Suchergebnisse begrenzen"
|
1649 |
|
1650 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1123
|
1651 |
msgctxt "dhl"
|
1652 |
msgid "Limit the number of DHL locations shown on the map"
|
1653 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
1654 |
|
1655 |
# @ woocommerce-germanized
|
1656 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1152
|
1657 |
msgctxt "dhl"
|
1658 |
msgid "General"
|
1659 |
msgstr "Allgemein"
|
1660 |
|
1661 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1154
|
1662 |
msgctxt "dhl"
|
1663 |
msgid "Preferred Services"
|
1664 |
msgstr "Wunschpaket"
|
1665 |
|
1666 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1155
|
1667 |
msgctxt "dhl"
|
1668 |
msgid "Parcel Pickup"
|
1669 |
msgstr "Standorte"
|
1773 |
msgid "Parcel API not available"
|
1774 |
msgstr "Paket API ist nicht erreichbar"
|
1775 |
|
1776 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:250
|
1777 |
msgctxt "dhl"
|
1778 |
msgid "Mon"
|
1779 |
msgstr "Mo"
|
1780 |
|
1781 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:251
|
1782 |
msgctxt "dhl"
|
1783 |
msgid "Tue"
|
1784 |
msgstr "Di"
|
1785 |
|
1786 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:252
|
1787 |
msgctxt "dhl"
|
1788 |
msgid "Wed"
|
1789 |
msgstr "Mi"
|
1790 |
|
1791 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:253
|
1792 |
msgctxt "dhl"
|
1793 |
msgid "Thu"
|
1794 |
msgstr "Do"
|
1795 |
|
1796 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:254
|
1797 |
msgctxt "dhl"
|
1798 |
msgid "Fri"
|
1799 |
msgstr "Fr"
|
1800 |
|
1801 |
# @ woocommerce-germanized
|
1802 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:255
|
1803 |
msgctxt "dhl"
|
1804 |
msgid "Sat"
|
1805 |
msgstr "Sa"
|
1806 |
|
1807 |
+
#: woocommerce-germanized-dhl/src/Api/Paket.php:256
|
1808 |
msgctxt "dhl"
|
1809 |
msgid "Sun"
|
1810 |
msgstr "So"
|
1867 |
msgid "Invalid label."
|
1868 |
msgstr "Ungültiges Label."
|
1869 |
|
1870 |
+
#: woocommerce-germanized-dhl/src/Order.php:292
|
1871 |
#: woocommerce-germanized-dhl/src/SimpleLabel.php:157
|
1872 |
#, php-format
|
1873 |
msgctxt "dhl time-span"
|
2045 |
|
2046 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:135
|
2047 |
msgctxt "dhl"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2048 |
msgid "DHL Preferred Day"
|
2049 |
msgstr "DHL Wunschtag"
|
2050 |
|
2051 |
+
#: woocommerce-germanized-dhl/src/ParcelServices.php:278
|
2052 |
msgctxt "dhl"
|
2053 |
msgid "Sorry, but the preferred day you have chosen is no longer available."
|
2054 |
msgstr ""
|
2055 |
"Entschuldigung, der von Ihnen ausgewählte Wunschtag steht leider nicht mehr "
|
2056 |
"zur Verfügung."
|
2057 |
|
2058 |
+
#: woocommerce-germanized-dhl/src/ParcelServices.php:301
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2059 |
msgctxt "dhl"
|
2060 |
msgid "Please choose a preferred location."
|
2061 |
msgstr "Bitte wählen Sie einen Wunschort aus."
|
2062 |
|
2063 |
# @ woocommerce-germanized
|
2064 |
+
#: woocommerce-germanized-dhl/src/ParcelServices.php:313
|
2065 |
msgctxt "dhl"
|
2066 |
msgid "Please choose name and address of your preferred neighbor."
|
2067 |
msgstr "Bitte wählen Sie einen Namen und die Adresse Ihres Wunschnachbars."
|
2169 |
"Lieferprozesse aktuell nicht möglich."
|
2170 |
|
2171 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:42
|
|
|
2172 |
#, php-format
|
2173 |
msgctxt "dhl"
|
2174 |
msgid "There is a surcharge of %s incl. VAT for this service.*"
|
2176 |
|
2177 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
|
2178 |
msgctxt "dhl"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2179 |
msgid "Preferred location or neighbor"
|
2180 |
msgstr "Wunschort oder Wunschnachbar"
|
2181 |
|
2182 |
# @ woocommerce-germanized
|
2183 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:71
|
2184 |
msgctxt "dhl location context"
|
2185 |
msgid "None"
|
2186 |
msgstr "Keine"
|
2187 |
|
2188 |
# @ woocommerce-germanized
|
2189 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:76
|
2190 |
msgctxt "dhl"
|
2191 |
msgid "Location"
|
2192 |
msgstr "Ort"
|
2193 |
|
2194 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:82
|
2195 |
msgctxt "dhl"
|
2196 |
msgid "Neighbor"
|
2197 |
msgstr "Nachbar"
|
2198 |
|
2199 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
|
2200 |
msgctxt "dhl"
|
2201 |
msgid "Preferred location: Delivery to your preferred drop-off location"
|
2202 |
msgstr "Lieferung an den gewünschten Ablageort"
|
2203 |
|
2204 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
|
2205 |
msgctxt "dhl"
|
2206 |
msgid ""
|
2207 |
"Choose a weather-protected and non-visible place on your property, where we "
|
2211 |
"Grundstück, an dem wir das Paket während Ihrer Abwesenheit hinterlegen "
|
2212 |
"dürfen."
|
2213 |
|
2214 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:91
|
2215 |
msgctxt "dhl"
|
2216 |
msgid "e.g. Garage, Terrace"
|
2217 |
msgstr "z.B. Garage, Terrasse"
|
2218 |
|
2219 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
|
2220 |
msgctxt "dhl"
|
2221 |
msgid "Preferred neighbour: Delivery to a neighbour of your choice"
|
2222 |
msgstr "Wunschnachbar: Lieferung an einen Nachbarn Ihrer Wahl"
|
2223 |
|
2224 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
|
2225 |
msgctxt "dhl"
|
2226 |
msgid ""
|
2227 |
"Determine a person in your immediate neighborhood whom we can hand out your "
|
2232 |
"Ihr Paket während Ihrer Abwesenheit abgeben dürfen. Diese sollte im gleichen "
|
2233 |
"Haus, direkt gegenüber oder nebenan wohnen."
|
2234 |
|
2235 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:100
|
2236 |
msgctxt "dhl"
|
2237 |
msgid "First name, last name of neighbor"
|
2238 |
msgstr "Vorname, Nachname des Nachbars"
|
2239 |
|
2240 |
+
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:101
|
2241 |
msgctxt "dhl"
|
2242 |
msgid "Street, number, postal code, city"
|
2243 |
msgstr "Straße, Hausnummer, Postleitzahl, Stadt"
|
2244 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2245 |
#: woocommerce-germanized-dhl/woocommerce-germanized-dhl.php:40
|
2246 |
#: woocommerce-germanized-dhl/woocommerce-germanized-dhl.php:58
|
2247 |
#, php-format
|
2274 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:47
|
2275 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1014
|
2276 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
2277 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:688
|
2278 |
msgctxt "shipments"
|
2279 |
msgid "Status"
|
2280 |
msgstr "Status"
|
2370 |
|
2371 |
# @ woocommerce-germanized
|
2372 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:223
|
2373 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:66
|
2374 |
msgctxt "shipments"
|
2375 |
msgid "Confirm return request"
|
2376 |
msgstr "Rücksendeantrag bestätigen"
|
2457 |
# @ woocommerce
|
2458 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
2459 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
|
2460 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:686
|
2461 |
#: woocommerce-germanized-shipments/src/ShippingProvider.php:534
|
2462 |
msgctxt "shipments"
|
2463 |
msgid "Title"
|
2730 |
# @ woocommerce-germanized
|
2731 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:104
|
2732 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:308
|
2733 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:854
|
2734 |
msgctxt "shipments"
|
2735 |
msgid "Shipped"
|
2736 |
msgstr "Versandt"
|
2756 |
msgstr "Entwurf"
|
2757 |
|
2758 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:307
|
2759 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:846
|
2760 |
msgctxt "shipments"
|
2761 |
msgid "Processing"
|
2762 |
msgstr "In Bearbeitung"
|
2763 |
|
2764 |
# @ woocommerce-germanized
|
2765 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:309
|
2766 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:50
|
2767 |
msgctxt "shipments"
|
2768 |
msgid "Delivered"
|
2769 |
msgstr "Geliefert"
|
2825 |
# @ woocommerce-germanized
|
2826 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1013
|
2827 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
2828 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:687
|
2829 |
msgctxt "shipments"
|
2830 |
msgid "Date"
|
2831 |
msgstr "Datum"
|
2839 |
# @ woocommerce-germanized
|
2840 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1016
|
2841 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:91
|
2842 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
2843 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:694
|
2844 |
msgctxt "shipments"
|
2845 |
msgid "Actions"
|
2846 |
msgstr "Aktionen"
|
2852 |
|
2853 |
# @ woocommerce-germanized
|
2854 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1259
|
2855 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:865
|
2856 |
#: woocommerce-germanized-shipments/src/Ajax.php:336
|
2857 |
msgctxt "shipments"
|
2858 |
msgid "Download label"
|
3026 |
msgstr "Sendung #%d"
|
3027 |
|
3028 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:25
|
3029 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:689
|
3030 |
msgctxt "shipments"
|
3031 |
msgid "Items"
|
3032 |
msgstr "Positionen"
|
3036 |
msgid "Sender"
|
3037 |
msgstr "Absender"
|
3038 |
|
|
|
3039 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:27
|
3040 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:691
|
3041 |
+
msgctxt "shipments"
|
3042 |
+
msgid "Weight"
|
3043 |
+
msgstr "Gewicht"
|
3044 |
+
|
3045 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:28
|
3046 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:692
|
3047 |
+
msgctxt "shipments"
|
3048 |
+
msgid "Dimensions"
|
3049 |
+
msgstr "Abmessungen"
|
3050 |
+
|
3051 |
+
# @ woocommerce-germanized
|
3052 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:29
|
3053 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:693
|
3054 |
msgctxt "shipments"
|
3055 |
msgid "Order"
|
3056 |
msgstr "Bestellung"
|
3057 |
|
3058 |
# @ woocommerce-germanized
|
3059 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:58
|
3060 |
msgctxt "shipments"
|
3061 |
msgid "Send notification to customer"
|
3062 |
msgstr "Benachrichtigung an den Kunden senden"
|
3063 |
|
3064 |
# @ woocommerce-germanized
|
3065 |
+
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:79
|
3066 |
msgctxt "shipments"
|
3067 |
msgid "Confirm open return requests"
|
3068 |
msgstr "Offene Rücksendeanträge bestätigen"
|
3395 |
msgid "Shipping Provider"
|
3396 |
msgstr "Versanddienstleister"
|
3397 |
|
3398 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:192
|
3399 |
#, php-format
|
3400 |
msgctxt "shipments"
|
3401 |
msgid "%d shipment deleted."
|
3403 |
msgstr[0] "%d Sendung gelöscht."
|
3404 |
msgstr[1] "%d Sendungen gelöscht."
|
3405 |
|
3406 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:202
|
3407 |
#, php-format
|
3408 |
msgctxt "shipments"
|
3409 |
msgid "%d shipment status changed."
|
3411 |
msgstr[0] "%d Sendungsstatus geändert."
|
3412 |
msgstr[1] "%d Sendungsstatus geändert."
|
3413 |
|
3414 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:371
|
3415 |
msgctxt "shipments"
|
3416 |
msgid "No shipments found"
|
3417 |
msgstr "Keine Sendungen gefunden"
|
3418 |
|
3419 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:411
|
3420 |
#, php-format
|
3421 |
msgctxt "shipments"
|
3422 |
msgid "All <span class=\"count\">(%s)</span>"
|
3424 |
msgstr[0] "Alle <span class=\"count\">(%s)</span>"
|
3425 |
msgstr[1] "Alle <span class=\"count\">(%s)</span>"
|
3426 |
|
3427 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:436
|
3428 |
#, php-format
|
3429 |
msgctxt "shipments"
|
3430 |
msgid " <span class=\"count\">(%s)</span>"
|
3432 |
msgstr[0] " <span class=\"count\">(%s)</span>"
|
3433 |
msgstr[1] " <span class=\"count\">(%s)</span>"
|
3434 |
|
3435 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:526
|
3436 |
msgctxt "shipments"
|
3437 |
msgid "Filter by date"
|
3438 |
msgstr "Nach Datum filtern"
|
3439 |
|
3440 |
# @ woocommerce-germanized
|
3441 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:528
|
3442 |
msgctxt "shipments"
|
3443 |
msgid "All dates"
|
3444 |
msgstr "Alle Daten"
|
3445 |
|
3446 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:543
|
3447 |
#, php-format
|
3448 |
msgid "%1$s %2$d"
|
3449 |
msgstr "%1$s %2$d"
|
3450 |
|
3451 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:564
|
3452 |
msgctxt "shipments"
|
3453 |
msgid "Processing bulk actions..."
|
3454 |
msgstr "Bearbeite Mehrfachaktionen.."
|
3455 |
|
3456 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:648
|
3457 |
msgctxt "shipments"
|
3458 |
msgid "Filter"
|
3459 |
msgstr "Filtern"
|
3460 |
|
3461 |
# @ woocommerce-germanized
|
3462 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:664
|
3463 |
#: woocommerce-germanized-shipments/src/Ajax.php:815
|
3464 |
#, php-format
|
3465 |
msgctxt "shipments"
|
3467 |
msgstr "Bestellung #%s"
|
3468 |
|
3469 |
# @ woocommerce
|
3470 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:669
|
3471 |
msgctxt "shipments"
|
3472 |
msgid "Filter by order"
|
3473 |
msgstr "Nach Bestellung filtern"
|
3474 |
|
3475 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:690
|
3476 |
msgctxt "shipments"
|
3477 |
msgid "Address"
|
3478 |
msgstr "Adresse"
|
3479 |
|
3480 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:785
|
3481 |
#: woocommerce-germanized-shipments/templates/myaccount/shipments.php:68
|
3482 |
#, php-format
|
3483 |
msgctxt "shipment title"
|
3484 |
msgid "%s #%s"
|
3485 |
msgstr "%s #%s"
|
3486 |
|
3487 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:798
|
3488 |
#, php-format
|
3489 |
msgctxt "shipments"
|
3490 |
msgid "via %s"
|
3491 |
msgstr "via %s"
|
3492 |
|
3493 |
# @ woocommerce-germanized
|
3494 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:874
|
3495 |
msgctxt "shipments"
|
3496 |
msgid "Generate label"
|
3497 |
msgstr "Label erstellen"
|
3498 |
|
3499 |
# @ woocommerce-germanized
|
3500 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:924
|
3501 |
#, php-format
|
3502 |
msgctxt "shipments"
|
3503 |
msgid "Select %s"
|
3504 |
msgstr "Wähle %s"
|
3505 |
|
3506 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:951
|
3507 |
msgctxt "shipments"
|
3508 |
msgid "SKU:"
|
3509 |
msgstr "Art.-Nr.:"
|
3510 |
|
3511 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1045
|
3512 |
#, php-format
|
3513 |
msgctxt "%s = human-readable time difference"
|
3514 |
msgid "%s ago"
|
3515 |
msgstr "vor %s"
|
3516 |
|
3517 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1057
|
3518 |
msgctxt "shipments"
|
3519 |
msgid "M j, Y"
|
3520 |
msgstr "d.m.Y"
|
3521 |
|
3522 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1114
|
3523 |
msgctxt "shipments"
|
3524 |
msgid "Delete Permanently"
|
3525 |
msgstr "Unwiderruflich löschen"
|
3526 |
|
3527 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1117
|
3528 |
msgctxt "shipments"
|
3529 |
msgid "Change status to processing"
|
3530 |
msgstr "Status zu in Bearbeitung ändern"
|
3531 |
|
3532 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1118
|
3533 |
msgctxt "shipments"
|
3534 |
msgid "Change status to shipped"
|
3535 |
msgstr "Status zu versandt ändern"
|
3536 |
|
3537 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1119
|
3538 |
msgctxt "shipments"
|
3539 |
msgid "Change status to delivered"
|
3540 |
msgstr "Status zu geliefert ändern"
|
3541 |
|
3542 |
# @ woocommerce-germanized
|
3543 |
+
#: woocommerce-germanized-shipments/src/Admin/Table.php:1120
|
3544 |
msgctxt "shipments"
|
3545 |
msgid "Generate and download labels"
|
3546 |
msgstr "Labels erstellen und downloaden"
|
4734 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:73
|
4735 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:141
|
4736 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
|
4737 |
+
#: woocommerce-germanized/woocommerce-germanized.php:830
|
4738 |
msgid "Settings"
|
4739 |
msgstr "Einstellungen"
|
4740 |
|
4928 |
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:33
|
4929 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:21
|
4930 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:30
|
4931 |
+
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:56
|
4932 |
+
#: woocommerce-germanized/includes/class-wc-gzd-dependencies.php:65
|
4933 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:35
|
4934 |
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:44
|
4935 |
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:21
|
4938 |
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:32
|
4939 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:23
|
4940 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:32
|
4941 |
+
#: woocommerce-germanized/woocommerce-germanized.php:125
|
4942 |
+
#: woocommerce-germanized/woocommerce-germanized.php:134
|
4943 |
msgid "Cheatin’ huh?"
|
4944 |
msgstr "So geht das leider nicht.."
|
4945 |
|
4946 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:113
|
4947 |
msgctxt "dhl"
|
4948 |
msgid "Action failed. Please refresh the page and retry."
|
4949 |
msgstr ""
|
4950 |
"Aktion fehlgeschlagen. Bitte aktualisieren Sie die Seite und versuchen es "
|
4951 |
"erneut."
|
4952 |
|
4953 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:117
|
4954 |
msgctxt "dhl"
|
4955 |
msgid "You don't have permission to do this."
|
4956 |
msgstr "Sie sind leider nicht berechtigt, diese Aktion durchzuführen."
|
4957 |
|
4958 |
# @ woocommerce-germanized
|
4959 |
#. Plugin Name of the plugin/theme
|
4960 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:194
|
4961 |
msgid "Germanized for WooCommerce"
|
4962 |
msgstr "Germanized für WooCommerce"
|
4963 |
|
4964 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:304
|
4965 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:45
|
4966 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:58
|
4967 |
msgid "Yes"
|
4968 |
msgstr "Ja"
|
4969 |
|
4970 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:304
|
4971 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:58
|
4972 |
msgid "No"
|
4973 |
msgstr "Nein"
|
4974 |
|
4975 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:376
|
4976 |
msgid "Paid for order notification manually sent to customer."
|
4977 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
4978 |
|
4979 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:396
|
4980 |
msgid "Order confirmation manually sent to customer."
|
4981 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
4982 |
|
4983 |
# @ woocommerce-germanized
|
4984 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:416
|
4985 |
msgid "Resend order confirmation"
|
4986 |
msgstr "Bestellbestätigung erneut versenden"
|
4987 |
|
4988 |
# @ woocommerce-germanized
|
4989 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:417
|
4990 |
msgid "Send paid for order notification"
|
4991 |
msgstr "Bestellung bezahlt manuell versenden"
|
4992 |
|
4993 |
# @ woocommerce-germanized
|
4994 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:427
|
4995 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:114
|
4996 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
4997 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:9
|
4999 |
msgid "Germanized"
|
5000 |
msgstr "Germanized"
|
5001 |
|
5002 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:441
|
5003 |
msgid "Parcel Delivery Data Transfer:"
|
5004 |
msgstr "Paketdienstleister Datenweitergabe:"
|
5005 |
|
5006 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:442
|
5007 |
msgid "allowed"
|
5008 |
msgstr "akzeptiert"
|
5009 |
|
5010 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:442
|
5011 |
msgid "not allowed"
|
5012 |
msgstr "nicht akzeptiert"
|
5013 |
|
5014 |
# @ woocommerce-germanized
|
5015 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:525
|
5016 |
msgid "Optional Email Content"
|
5017 |
msgstr "Optionaler E-Mail Inhalt"
|
5018 |
|
5019 |
# @ woocommerce-germanized
|
5020 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:543
|
5021 |
msgid "Add content which will be replacing default page content within emails."
|
5022 |
msgstr ""
|
5023 |
"Füllen Sie dieses Feld aus um einen abweichenden E-Mail Anhangstext für "
|
5024 |
"diese Seite zu bestimmen."
|
5025 |
|
5026 |
# @ woocommerce-germanized
|
5027 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:557
|
5028 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:152
|
5029 |
msgid "Optional Mini Description"
|
5030 |
msgstr "Warenkorb Kurzbeschreibung"
|
5031 |
|
5032 |
# @ woocommerce-germanized
|
5033 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:579
|
5034 |
msgid ""
|
5035 |
"This content will be shown as short product description within checkout and "
|
5036 |
"emails."
|
5044 |
msgstr "Dienstleistungen werden nicht in physikalischer Form verkauft."
|
5045 |
|
5046 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:61
|
5047 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:195
|
5048 |
msgid "Sale Label"
|
5049 |
msgstr "Regulärer Preishinweis"
|
5050 |
|
5051 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:71
|
5052 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:202
|
5053 |
msgid "Sale Regular Label"
|
5054 |
msgstr "Neuer Preis Hinweis"
|
5055 |
|
5056 |
# @ woocommerce-germanized
|
5057 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:90
|
5058 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:217
|
5059 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:228
|
5060 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:260
|
5061 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-units.php:10
|
5073 |
|
5074 |
# @ woocommerce-germanized
|
5075 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:97
|
5076 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:249
|
5077 |
msgid "Calculation"
|
5078 |
msgstr "Berechnung"
|
5079 |
|
5107 |
|
5108 |
# @ woocommerce-germanized
|
5109 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:126
|
5110 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:310
|
5111 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:32
|
5112 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:204
|
5113 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-delivery-time.php:10
|
5120 |
msgstr "Gleiche wie übergeordnet"
|
5121 |
|
5122 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:140
|
5123 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:269
|
5124 |
msgid "Minimum Age"
|
5125 |
msgstr "Mindestalter"
|
5126 |
|
5133 |
msgstr "Produkt ist differenzbesteuert nach §25a UStG."
|
5134 |
|
5135 |
# @ woocommerce-germanized
|
5136 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:196
|
5137 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:203
|
5138 |
msgid "Select Price Label"
|
5139 |
msgstr "Preishinweis auswählen"
|
5140 |
|
5141 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:198
|
5142 |
msgid ""
|
5143 |
"If the product is on sale you may want to show a price label right before "
|
5144 |
"outputting the old price to inform the customer."
|
5148 |
"Preis). Mit diesem Hinweis können Sie genau festlegen, um welchen Preis es "
|
5149 |
"sich dabei handelte (z.B. UVP)."
|
5150 |
|
5151 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:205
|
5152 |
msgid ""
|
5153 |
"If the product is on sale you may want to show a price label right before "
|
5154 |
"outputting the new price to inform the customer."
|
5158 |
"neuer Preis)."
|
5159 |
|
5160 |
# @ woocommerce-germanized
|
5161 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:210
|
5162 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:107
|
5163 |
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:98
|
5164 |
msgid "Unit"
|
5165 |
msgstr "Einheit"
|
5166 |
|
5167 |
# @ woocommerce-germanized
|
5168 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:211
|
5169 |
msgid "Select unit"
|
5170 |
msgstr "Einheit auswählen"
|
5171 |
|
5172 |
# @ woocommerce-germanized
|
5173 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:213
|
5174 |
msgid "Needed if selling on a per unit basis"
|
5175 |
msgstr "Notwendig falls auf pro-Einheit-Basis verkauft werden soll"
|
5176 |
|
5177 |
# @ woocommerce-germanized
|
5178 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:220
|
5179 |
msgid "Number of units included per default product price. Example: 1000 ml."
|
5180 |
msgstr ""
|
5181 |
"Anzahl der Produkteinheiten auf Basis des Produktpreises. Beispiel: 1000 ml."
|
5182 |
|
5183 |
# @ woocommerce-germanized
|
5184 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:224
|
5185 |
msgid "Base Price Units"
|
5186 |
msgstr "Grundpreiseinheiten"
|
5187 |
|
5188 |
# @ woocommerce-germanized
|
5189 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:227
|
5190 |
msgid ""
|
5191 |
"Base price units. Example base price: 0,99 € / 100 ml. Insert 100 as base "
|
5192 |
"price unit amount."
|
5195 |
"hier 100 als Grundpreiseinheiten ein."
|
5196 |
|
5197 |
# @ woocommerce-germanized
|
5198 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:250
|
5199 |
msgid "Calculate base prices automatically."
|
5200 |
msgstr "Grundpreis automatisch berechnen."
|
5201 |
|
5202 |
# @ woocommerce-germanized
|
5203 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:254
|
5204 |
msgid "Regular Base Price"
|
5205 |
msgstr "Regulärer Grundpreis"
|
5206 |
|
5207 |
# @ woocommerce-germanized
|
5208 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:259
|
5209 |
msgid "Sale Base Price"
|
5210 |
msgstr "Angebotsgrundpreis"
|
5211 |
|
5212 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:271
|
5213 |
msgid "Adds an age verification checkbox while purchasing this product."
|
5214 |
msgstr "Fügt eine Checkbox zur Altersprüfung für dieses Produkt hinzu."
|
5215 |
|
5216 |
# @ woocommerce-germanized
|
5217 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:282
|
5218 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:314
|
5219 |
msgid "Search for a delivery time…"
|
5220 |
msgstr "Lieferzeit suchen…"
|
5221 |
|
5222 |
# @ woocommerce-germanized
|
5223 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:323
|
5224 |
msgid "Free shipping?"
|
5225 |
msgstr "Versand kostenlos?"
|
5226 |
|
5227 |
# @ woocommerce-germanized
|
5228 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:324
|
5229 |
msgid "This option disables the \"plus shipping costs\" notice on product page"
|
5230 |
msgstr ""
|
5231 |
"Deaktiviert den „zzgl. Versandkosten“ Hinweis. Ohne Auswirkungen auf die "
|
5504 |
|
5505 |
# @ woocommerce-germanized
|
5506 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:96
|
5507 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:773
|
5508 |
msgid "Status"
|
5509 |
msgstr "Status"
|
5510 |
|
5788 |
"Checkbox bearbeiten indem Sie auf den Link klicken."
|
5789 |
|
5790 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-checkboxes.php:62
|
5791 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:809
|
5792 |
msgid "Label"
|
5793 |
msgstr "Beschriftung"
|
5794 |
|
6029 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
|
6030 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:547
|
6031 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:558
|
6032 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:131
|
6033 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:139
|
6034 |
msgid "Title"
|
6035 |
msgstr "Anrede"
|
6036 |
|
7363 |
# @ woocommerce-germanized
|
7364 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:11
|
7365 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:27
|
7366 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:781
|
7367 |
msgid "Name"
|
7368 |
msgstr "Name"
|
7369 |
|
7370 |
# @ woocommerce-germanized
|
7371 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
7372 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:29
|
7373 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:800
|
7374 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:886
|
7375 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:124
|
7376 |
msgid "Description"
|
7383 |
|
7384 |
# @ woocommerce-germanized
|
7385 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:14
|
7386 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:837
|
7387 |
msgid "Mandatory"
|
7388 |
msgstr "Pflichtfeld"
|
7389 |
|
7433 |
msgid "Manage"
|
7434 |
msgstr "Verwalten"
|
7435 |
|
7436 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:15
|
7437 |
+
msgid "WooCommerce missing or outdated"
|
7438 |
+
msgstr "WooCommerce fehlt oder ist veraltet"
|
|
|
|
|
|
|
|
|
|
|
|
|
7439 |
|
7440 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:21
|
7441 |
+
#, php-format
|
7442 |
msgid ""
|
7443 |
+
"%1$sGermanized is inactive.%2$s The %3$sWooCommerce plugin%4$s must be "
|
7444 |
+
"active for Germanized to work. Please %5$sinstall WooCommerce »%6$s"
|
7445 |
msgstr ""
|
7446 |
+
"%1$sGermanized ist inaktiv.%2$s Das %3$sWooCommerce Plugin%4$s muss "
|
7447 |
+
"aktiviert sein, damit Germanized funktioniert. Bitte %5$sinstallieren Sie "
|
7448 |
+
"WooCommerce »%6$s"
|
7449 |
|
7450 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:27
|
7451 |
#, php-format
|
|
|
|
|
|
|
|
|
7452 |
msgid ""
|
7453 |
+
"%1$sGermanized is inactive.%2$s The %3$sWooCommerce plugin%4$s must be "
|
7454 |
+
"active for Germanized to work. Please %5$sactivate WooCommerce »%6$s"
|
|
|
7455 |
msgstr ""
|
7456 |
+
"%1$sGermanized ist inaktiv.%2$s Das %3$sWooCommerce Plugin%4$s muss "
|
7457 |
+
"aktiviert sein, damit Germanized funktioniert. Bitte %5$saktivieren Sie "
|
7458 |
+
"WooCommerce »%6$s"
|
7459 |
|
7460 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dependencies.php:33
|
7461 |
#, php-format
|
7462 |
+
msgid ""
|
7463 |
+
"%1$sGermanized is inactive.%2$s This version of Germanized requires "
|
7464 |
+
"WooCommerce %3$s or newer. Please %4$supdate WooCommerce to version %3$s or "
|
7465 |
+
"newer »%5$s"
|
7466 |
msgstr ""
|
7467 |
+
"%1$sGermanized ist inaktiv.%2$s Diese Version von Germanized benötigt "
|
7468 |
+
"WooCommerce %3$s oder neuer. Bitte %4$supdaten Sie WooCommerce auf Version "
|
7469 |
+
"%3$s oder neuer »%5$s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7470 |
|
7471 |
#: woocommerce-germanized/includes/admin/views/html-notice-fallback.php:13
|
7472 |
msgid "Hide"
|
7623 |
msgid "Delete text options"
|
7624 |
msgstr "Text-Optionen löschen"
|
7625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7626 |
# @ woocommerce-germanized
|
7627 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:263
|
7628 |
msgid "Renew EU VAT Rates"
|
7629 |
msgstr "EU MwSt.-Sätze erneuern"
|
7630 |
|
7631 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:264
|
7632 |
msgid ""
|
7633 |
"Insert VAT rates (standard, recuded and virtual) for EU countries. This "
|
7634 |
"option deletes all of your standard, reduced and virtual rates before "
|
7639 |
"werden."
|
7640 |
|
7641 |
# @ woocommerce-germanized
|
7642 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:267
|
7643 |
msgid "Renew VAT Rates"
|
7644 |
msgstr "EU MwSt.-Sätze erneuern"
|
7645 |
|
7646 |
# @ woocommerce-germanized
|
7647 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:270
|
7648 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:273
|
7649 |
msgid "Disable notices"
|
7650 |
msgstr "Meldungen deaktivieren"
|
7651 |
|
7652 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:271
|
7653 |
msgid ""
|
7654 |
"Germanized might ask you to leave a review or notices you of using a "
|
7655 |
"possibly unsupported theme. If you want to disable these notices, check this "
|
7660 |
"deaktivieren wollen, verwenden Sie diese Option."
|
7661 |
|
7662 |
# @ woocommerce-germanized
|
7663 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:273
|
7664 |
msgid "Enable notices"
|
7665 |
msgstr "Meldungen aktivieren"
|
7666 |
|
7667 |
# @ woocommerce-germanized
|
7668 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:292
|
7669 |
msgid "Templates"
|
7670 |
msgstr "Templates"
|
7671 |
|
7672 |
# @ woocommerce-germanized
|
7673 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:298
|
7674 |
msgid "Overrides"
|
7675 |
msgstr "Überschreibt"
|
7676 |
|
7677 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:307
|
7678 |
#, php-format
|
7679 |
msgid "Version %s is out of date. The core version is %s."
|
7680 |
msgstr "Version %s ist veraltet. Die aktuelle Version lautet %s."
|
7681 |
|
7682 |
# @ woocommerce-germanized
|
7683 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:315
|
7684 |
msgid "Learn how to update outdated templates"
|
7685 |
msgstr "Erfahren Sie, wie Sie veraltete Templates aktualisieren"
|
7686 |
|
8054 |
"Entschuldigung, normale Produkte können nicht gemeinsam mit "
|
8055 |
"differenzbesteuerten Produkten gekauft werden."
|
8056 |
|
8057 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:257
|
8058 |
msgid "Is voucher?"
|
8059 |
msgstr "Wertgutschein?"
|
8060 |
|
8061 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:258
|
8062 |
#, php-format
|
8063 |
msgid ""
|
8064 |
"Whether or not this coupon is a voucher which has been sold to a customer "
|
8070 |
"besteuert. Weitere Informationen finden Sie <a href=\"%s\" target=\"_blank"
|
8071 |
"\">hier</a>."
|
8072 |
|
8073 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:118
|
8074 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:223
|
8075 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:343
|
8076 |
msgid ""
|
8077 |
"Please activate your account through clicking on the activation link "
|
8078 |
"received via email."
|
8080 |
"Bitte aktivieren Sie Ihr Kundenkonto indem Sie auf den Link in der E-Mail "
|
8081 |
"klicken."
|
8082 |
|
8083 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:233
|
8084 |
#, php-format
|
8085 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
8086 |
msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
|
8087 |
|
8088 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:235
|
8089 |
msgid "Please create an account or login before continuing to checkout"
|
8090 |
msgstr ""
|
8091 |
"Bitte erstellen Sie ein Kundenkonto oder loggen Sie sich ein, bevor Sie zur "
|
8092 |
"Kasse gehen"
|
8093 |
|
8094 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:375
|
8095 |
msgid ""
|
8096 |
"This activation code has expired. We have sent you a new activation code via "
|
8097 |
"e-mail."
|
8100 |
"Code per E-Mail geschickt."
|
8101 |
|
8102 |
# @ woocommerce-germanized
|
8103 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:377
|
8104 |
msgid "Sorry, but this activation code cannot be found."
|
8105 |
msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
|
8106 |
|
8107 |
# @ woocommerce-germanized
|
8108 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:381
|
8109 |
msgid "Thank you. You have successfully activated your account."
|
8110 |
msgstr "Vielen Dank. Ihr Benutzerkonto wurde erfolgreich aktiviert."
|
8111 |
|
8112 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:567
|
8113 |
msgid "Expired activation key"
|
8114 |
msgstr "Abgelaufener Aktivierungscode"
|
8115 |
|
8116 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:572
|
8117 |
msgid "Invalid activation key"
|
8118 |
msgstr "Aktivierungscode ungültig"
|
8119 |
|
8157 |
msgstr "Danke, dass Sie ein Konto bei %s erstellt haben."
|
8158 |
|
8159 |
# @ woocommerce-germanized
|
8160 |
+
#: woocommerce-germanized/includes/class-wc-gzd-emails.php:1052
|
8161 |
msgctxt "revocation-form"
|
8162 |
msgid "Forward your Revocation online"
|
8163 |
msgstr "Widerruf online erklären"
|
8164 |
|
8165 |
# @ woocommerce-germanized
|
8166 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:165
|
8167 |
#, php-format
|
8168 |
msgid ""
|
8169 |
"Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
|
8172 |
"Bitte installieren Sie <a href=\"%s\" target=\"_blank\">WooCommerce</a> "
|
8173 |
"bevor Sie WooCommerce Germanized installieren. Vielen Dank!"
|
8174 |
|
8175 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:471
|
8176 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:485
|
8177 |
msgid "Reduced rate"
|
8178 |
msgstr "Ermäßigter Steuersatz"
|
8179 |
|
8180 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:527
|
8181 |
#, php-format
|
8182 |
msgctxt "vat-rate-import"
|
8183 |
msgid "VAT %s"
|
8184 |
msgstr "MwSt. %s"
|
8185 |
|
8186 |
# @ woocommerce-germanized
|
8187 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:631
|
8188 |
msgctxt "Page slug"
|
8189 |
msgid "data-security"
|
8190 |
msgstr "datenschutzerklaerung"
|
8191 |
|
8192 |
# @ woocommerce-germanized
|
8193 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:632
|
8194 |
msgctxt "Page title"
|
8195 |
msgid "Data Security Statement"
|
8196 |
msgstr "Datenschutzerklärung"
|
8197 |
|
8198 |
# @ woocommerce-germanized
|
8199 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:636
|
8200 |
msgctxt "Page slug"
|
8201 |
msgid "imprint"
|
8202 |
msgstr "impressum"
|
8203 |
|
8204 |
# @ woocommerce-germanized
|
8205 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:637
|
8206 |
msgctxt "Page title"
|
8207 |
msgid "Imprint"
|
8208 |
msgstr "Impressum"
|
8209 |
|
8210 |
# @ woocommerce-germanized
|
8211 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:641
|
8212 |
msgctxt "Page slug"
|
8213 |
msgid "terms"
|
8214 |
msgstr "agb"
|
8215 |
|
8216 |
# @ woocommerce-germanized
|
8217 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:642
|
8218 |
msgctxt "Page title"
|
8219 |
msgid "Terms & Conditions"
|
8220 |
msgstr "AGB"
|
8221 |
|
8222 |
# @ woocommerce-germanized
|
8223 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:646
|
8224 |
msgctxt "Page slug"
|
8225 |
msgid "revocation"
|
8226 |
msgstr "widerrufsbelehrung"
|
8227 |
|
8228 |
# @ woocommerce-germanized
|
8229 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:647
|
8230 |
msgctxt "Page title"
|
8231 |
msgid "Power of Revocation"
|
8232 |
msgstr "Widerrufsbelehrung"
|
8233 |
|
8234 |
# @ woocommerce-germanized
|
8235 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:651
|
8236 |
msgctxt "Page slug"
|
8237 |
msgid "shipping-methods"
|
8238 |
msgstr "versandarten"
|
8239 |
|
8240 |
# @ woocommerce-germanized
|
8241 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:652
|
8242 |
msgctxt "Page title"
|
8243 |
msgid "Shipping Methods"
|
8244 |
msgstr "Versandarten"
|
8245 |
|
8246 |
# @ woocommerce-germanized
|
8247 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:656
|
8248 |
msgctxt "Page slug"
|
8249 |
msgid "payment-methods"
|
8250 |
msgstr "bezahlmoeglichkeiten"
|
8251 |
|
8252 |
# @ woocommerce-germanized
|
8253 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:657
|
8254 |
msgctxt "Page title"
|
8255 |
msgid "Payment Methods"
|
8256 |
msgstr "Zahlungsarten"
|
8470 |
msgstr "Eine Checkbox mit dem Namen %s existiert bereits."
|
8471 |
|
8472 |
# @ woocommerce-germanized
|
8473 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:776
|
8474 |
msgid "Enable checkbox"
|
8475 |
msgstr "Checkbox aktivieren"
|
8476 |
|
8477 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:785
|
8478 |
msgid ""
|
8479 |
"Choose a name to identify your checkbox. Upon creating a new checkbox, this "
|
8480 |
"value is being used to generate the Id."
|
8482 |
"Wähle einen Namen um die Checkbox zu identifizieren. Bei Erstellung einer "
|
8483 |
"neuen Checkbox wird dieser Wert verwendet um eine Id zu erstellen."
|
8484 |
|
8485 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:790
|
8486 |
msgid "Id"
|
8487 |
msgstr "Id"
|
8488 |
|
8489 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:794
|
8490 |
msgid ""
|
8491 |
"The checkbox Id is the unique indentifier which is used to identify the "
|
8492 |
"checkbox within the code. Cannot be edited after creating the checkbox."
|
8495 |
"Code heraus zugreifbar zu machen. Kann nach dem Erstellen einer Checkbox "
|
8496 |
"nicht mehr verändert werden."
|
8497 |
|
8498 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:803
|
8499 |
msgid "Describe the use case of your checkbox."
|
8500 |
msgstr "Beschreibe hier den Use-Case der Checkbox."
|
8501 |
|
8502 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:813
|
8503 |
msgid "Choose a label to be inserted next to the checkbox."
|
8504 |
msgstr ""
|
8505 |
"Wählen Sie eine Beschriftung aus, die neben der Checkbox platziert wird."
|
8506 |
|
8507 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:814
|
8508 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:824
|
8509 |
#, php-format
|
8510 |
msgid "You may use one of the following placeholders within the text: %s"
|
8511 |
msgstr "Sie können einen der folgenden Platzhalter im Text verwenden: %s"
|
8512 |
|
8513 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:819
|
8514 |
msgid "Error Message"
|
8515 |
msgstr "Fehlermeldung"
|
8516 |
|
8517 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:823
|
8518 |
msgid ""
|
8519 |
"Choose an error message to be shown when the user has not confirmed the "
|
8520 |
"checkbox."
|
8523 |
"Nutzer die Checkbox nicht bestätigt hat."
|
8524 |
|
8525 |
# @ woocommerce-germanized
|
8526 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:829
|
8527 |
msgid "Hide input"
|
8528 |
msgstr "Ausblenden"
|
8529 |
|
8530 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:832
|
8531 |
msgid "Do only show a label and hide the actual checkbox."
|
8532 |
msgstr ""
|
8533 |
"Zeige lediglich die Beschriftung und entferne die eigentliche Checkbox."
|
8534 |
|
8535 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:840
|
8536 |
msgid "Mark the checkbox as mandatory."
|
8537 |
msgstr "Checkbox zum Pflichtfeld machen."
|
8538 |
|
8539 |
# @ woocommerce-germanized
|
8540 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:845
|
8541 |
msgid "Locations"
|
8542 |
msgstr "Orte"
|
8543 |
|
8544 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:849
|
8545 |
msgid "Choose where to display your checkbox."
|
8546 |
msgstr "Wählen Sie einen Ort aus, an dem die Checkbox platziert werden soll."
|
8547 |
|
10050 |
msgid "Pay now"
|
10051 |
msgstr "Jetzt bezahlen"
|
10052 |
|
10053 |
+
#: woocommerce-germanized/woocommerce-germanized.php:49
|
10054 |
#, php-format
|
10055 |
msgid ""
|
10056 |
"Germanized requires at least PHP 5.6 to work. Please %s your PHP version."
|
10057 |
msgstr "Germanized benötigt mindestens PHP 5.6. Bitte %s Sie Ihre PHP-Version."
|
10058 |
|
10059 |
# @ woocommerce-germanized
|
10060 |
+
#: woocommerce-germanized/woocommerce-germanized.php:50
|
10061 |
msgid "upgrade"
|
10062 |
msgstr "aktualisieren"
|
10063 |
|
11295 |
"Shop für den deutschen Markt."
|
11296 |
|
11297 |
#. Author of the plugin/theme
|
11298 |
+
msgid "vendidero"
|
11299 |
+
msgstr "vendidero"
|
11300 |
|
11301 |
#. Author URI of the plugin/theme
|
11302 |
msgid "https://vendidero.de"
|
11303 |
msgstr "https://vendidero.de"
|
11304 |
|
11305 |
+
#, fuzzy
|
11306 |
+
#~| msgctxt "trusted-shops"
|
11307 |
+
#~| msgid "Install %s"
|
11308 |
+
#~ msgid "install"
|
11309 |
+
#~ msgstr "Installiere %s"
|
11310 |
+
|
11311 |
+
#, fuzzy
|
11312 |
+
#~| msgctxt "woocommerce-germanized"
|
11313 |
+
#~| msgid "Deactivate"
|
11314 |
+
#~ msgid "activate"
|
11315 |
+
#~ msgstr "Deaktivieren"
|
11316 |
+
|
11317 |
+
#~ msgid "Dependencies missing, outdated or not yet tested"
|
11318 |
+
#~ msgstr ""
|
11319 |
+
#~ "Wichtige Plugins fehlen, sind veraltete oder werden nicht unterstützt"
|
11320 |
+
|
11321 |
+
#~ msgid "To use Germanized you may at first install the following plugins:"
|
11322 |
+
#~ msgstr ""
|
11323 |
+
#~ "Um Germanized zuverlässig nutzen zu können, müssen Sie erst folgende "
|
11324 |
+
#~ "Plugins installieren:"
|
11325 |
+
|
11326 |
+
#~ msgid ""
|
11327 |
+
#~ "To use Germanized you may at first update the following plugins to a "
|
11328 |
+
#~ "newer version:"
|
11329 |
+
#~ msgstr ""
|
11330 |
+
#~ "Um Germanized zuverlässig nutzen zu können, updaten Sie bitte folgende "
|
11331 |
+
#~ "Plugins:"
|
11332 |
+
|
11333 |
+
#, php-format
|
11334 |
+
#~ msgid "%s required in at least version %s"
|
11335 |
+
#~ msgstr "%s wird mindestens in Version %s benötigt"
|
11336 |
+
|
11337 |
+
#~ msgid ""
|
11338 |
+
#~ "Seems like you are using a not yet supported version of a Plugin which "
|
11339 |
+
#~ "Germanized requires. You may downgrade the Plugin or update to the latest "
|
11340 |
+
#~ "version of Germanized."
|
11341 |
+
#~ msgstr ""
|
11342 |
+
#~ "Es scheint als würden Sie eine in dieser Version von Germanized noch "
|
11343 |
+
#~ "nicht unterstützte Version eines Plugins verwenden. Downgraden Sie "
|
11344 |
+
#~ "nachfolgende Plugins oder updaten Sie Germanized auf die neueste Version."
|
11345 |
+
|
11346 |
+
#, php-format
|
11347 |
+
#~ msgid "%s %s is not yet supported - you may install an %s"
|
11348 |
+
#~ msgstr ""
|
11349 |
+
#~ "%s %s wird in der aktuellen Version nicht unterstützt - Sie können eine "
|
11350 |
+
#~ "%s installieren"
|
11351 |
+
|
11352 |
+
#~ msgid "older version"
|
11353 |
+
#~ msgstr "ältere Version"
|
11354 |
+
|
11355 |
+
# @ woocommerce-germanized
|
11356 |
+
#~ msgid "Check for Updates"
|
11357 |
+
#~ msgstr "Nach Updates suchen"
|
11358 |
+
|
11359 |
+
# @ woocommerce-germanized
|
11360 |
+
#~ msgid "or"
|
11361 |
+
#~ msgstr "oder"
|
11362 |
+
|
11363 |
+
#~ msgid "Install an older version"
|
11364 |
+
#~ msgstr "Installieren Sie eine ältere Version"
|
11365 |
+
|
11366 |
+
#~ msgid "Delete Version Cache"
|
11367 |
+
#~ msgstr "Versionen-Cache löschen"
|
11368 |
+
|
11369 |
+
#~ msgid ""
|
11370 |
+
#~ "This option deletes plugin version caches necessary to check whether "
|
11371 |
+
#~ "activated plugins are compatible with Germanized."
|
11372 |
+
#~ msgstr ""
|
11373 |
+
#~ "Diese Option löscht den Cache der Plugin-Versionen, die geprüft werden um "
|
11374 |
+
#~ "festzustellen ob Germanized kompatibel zu den jeweiligen Versionen ist."
|
11375 |
+
|
11376 |
+
#~ msgid "Delete version cache"
|
11377 |
+
#~ msgstr "Cache löschen"
|
11378 |
+
|
11379 |
+
#~ msgctxt "dhl"
|
11380 |
+
#~ msgid "Enable preferred time delivery."
|
11381 |
+
#~ msgstr "Aktiviere die Lieferung zur Wunschzeit."
|
11382 |
+
|
11383 |
+
#~ msgctxt "dhl"
|
11384 |
+
#~ msgid ""
|
11385 |
+
#~ "Enabling this option will display options for the user to select their "
|
11386 |
+
#~ "preferred time of delivery during the checkout."
|
11387 |
+
#~ msgstr ""
|
11388 |
+
#~ "Diese Option aktiviert die Auswahl einer Wunschzeit durch den Kunden in "
|
11389 |
+
#~ "der Kasse."
|
11390 |
+
|
11391 |
+
#~ msgctxt "dhl"
|
11392 |
+
#~ msgid ""
|
11393 |
+
#~ "Insert gross value as surcharge for preferred time delivery. Insert 0 to "
|
11394 |
+
#~ "offer service for free."
|
11395 |
+
#~ msgstr ""
|
11396 |
+
#~ "Fügen Sie einen Bruttopreis als Gebühr für die Lieferung zur Wunschzeit "
|
11397 |
+
#~ "hinzu. Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
|
11398 |
+
|
11399 |
+
#~ msgctxt "dhl"
|
11400 |
+
#~ msgid "Combined Fee"
|
11401 |
+
#~ msgstr "Kombinierte Gebühr"
|
11402 |
+
|
11403 |
+
#~ msgctxt "dhl"
|
11404 |
+
#~ msgid ""
|
11405 |
+
#~ "Insert gross value as surcharge for the combination of preferred day and "
|
11406 |
+
#~ "time. Insert 0 to offer service for free."
|
11407 |
+
#~ msgstr ""
|
11408 |
+
#~ "Fügen Sie einen Bruttopreis als Gebühr für die kombinierte Lieferung am "
|
11409 |
+
#~ "Wunschtag zur Wunschzeit hinzu. Setzen Sie den Wert auf 0 um den Service "
|
11410 |
+
#~ "kostenlos anzubieten."
|
11411 |
+
|
11412 |
+
#~ msgctxt "dhl"
|
11413 |
+
#~ msgid "DHL Preferred Day & Time"
|
11414 |
+
#~ msgstr "DHL Wunschzeit & Wunschtag"
|
11415 |
+
|
11416 |
+
#~ msgctxt "dhl"
|
11417 |
+
#~ msgid "DHL Preferred Time"
|
11418 |
+
#~ msgstr "DHL Wunschzeit"
|
11419 |
+
|
11420 |
+
#~ msgctxt "dhl"
|
11421 |
+
#~ msgid ""
|
11422 |
+
#~ "Sorry, but the preferred time you have chosen is no longer available."
|
11423 |
+
#~ msgstr ""
|
11424 |
+
#~ "Entschuldigung, die von Ihren ausgewählte Wunschzeit steht leider nicht "
|
11425 |
+
#~ "mehr zur Verfügung."
|
11426 |
+
|
11427 |
+
#~ msgctxt "dhl"
|
11428 |
+
#~ msgid "Preferred time: Delivery during your preferred time slot."
|
11429 |
+
#~ msgstr "Wunschzeit: Lieferung im gewünschten Zeitfenster."
|
11430 |
+
|
11431 |
+
#~ msgctxt "dhl"
|
11432 |
+
#~ msgid ""
|
11433 |
+
#~ "Indicate a preferred time, which suits you best for your parcel delivery "
|
11434 |
+
#~ "by choosing one of the displayed time windows."
|
11435 |
+
#~ msgstr ""
|
11436 |
+
#~ "Damit Sie besser planen können, haben Sie die Möglichkeit eine Wunschzeit "
|
11437 |
+
#~ "für die Lieferung auszuwählen. Sie können eine der dargestellten Zeiten "
|
11438 |
+
#~ "für die Lieferung auswählen."
|
11439 |
+
|
11440 |
+
#, php-format
|
11441 |
+
#~ msgctxt "dhl"
|
11442 |
+
#~ msgid ""
|
11443 |
+
#~ "* For a booking of preferred day and preferred time in combination there "
|
11444 |
+
#~ "is a surcharge of %s incl. VAT"
|
11445 |
+
#~ msgstr ""
|
11446 |
+
#~ "* Bei einer Kombinationsbuchung von Wunschtag und Wunschzeit fällt ein "
|
11447 |
+
#~ "Gesamtaufpreis in Höhe von %s inkl. MwSt. an"
|
11448 |
+
|
11449 |
# @ woocommerce-germanized
|
11450 |
#~ msgid "Hide this notice"
|
11451 |
#~ msgstr "Diese Nachricht ausblenden"
|
includes/admin/class-wc-gzd-admin.php
CHANGED
@@ -57,7 +57,6 @@ class WC_GZD_Admin {
|
|
57 |
add_action( 'admin_init', array( $this, 'check_language_install' ) );
|
58 |
add_action( 'admin_init', array( $this, 'check_text_options_deletion' ) );
|
59 |
add_action( 'admin_init', array( $this, 'check_complaints_shortcode_append' ) );
|
60 |
-
add_action( 'admin_init', array( $this, 'check_version_cache_deletion' ) );
|
61 |
add_action( 'admin_init', array( $this, 'check_insert_vat_rates' ) );
|
62 |
add_action( 'admin_init', array( $this, 'check_resend_activation_email' ) );
|
63 |
add_action( 'admin_init', array( $this, 'check_notices' ) );
|
@@ -657,22 +656,6 @@ class WC_GZD_Admin {
|
|
657 |
}
|
658 |
}
|
659 |
|
660 |
-
public function check_version_cache_deletion() {
|
661 |
-
if ( current_user_can( 'manage_woocommerce' ) && isset( $_GET['delete-version-cache'] ) && isset( $_GET['_wpnonce'] ) && check_admin_referer( 'wc-gzd-delete-version-cache' ) ) {
|
662 |
-
|
663 |
-
wc_gzd_get_dependencies()->delete_cached_plugin_header_data();
|
664 |
-
|
665 |
-
/**
|
666 |
-
* After plugin header cache deletion.
|
667 |
-
*
|
668 |
-
* This hook fires after the dependency script has deleted it's cached plugin header data.
|
669 |
-
*
|
670 |
-
* @since 1.6.0
|
671 |
-
*/
|
672 |
-
do_action( 'woocommerce_gzd_deleted_cached_plugin_header_data' );
|
673 |
-
}
|
674 |
-
}
|
675 |
-
|
676 |
public function get_complaints_shortcode_pages() {
|
677 |
|
678 |
$pages = array(
|
57 |
add_action( 'admin_init', array( $this, 'check_language_install' ) );
|
58 |
add_action( 'admin_init', array( $this, 'check_text_options_deletion' ) );
|
59 |
add_action( 'admin_init', array( $this, 'check_complaints_shortcode_append' ) );
|
|
|
60 |
add_action( 'admin_init', array( $this, 'check_insert_vat_rates' ) );
|
61 |
add_action( 'admin_init', array( $this, 'check_resend_activation_email' ) );
|
62 |
add_action( 'admin_init', array( $this, 'check_notices' ) );
|
656 |
}
|
657 |
}
|
658 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
659 |
public function get_complaints_shortcode_pages() {
|
660 |
|
661 |
$pages = array(
|
includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php
CHANGED
@@ -190,36 +190,41 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
190 |
|
191 |
echo '<div class="options_group show_if_simple show_if_external show_if_variable">';
|
192 |
|
193 |
-
woocommerce_wp_select( array(
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
|
|
198 |
) );
|
199 |
-
woocommerce_wp_select( array(
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
|
|
204 |
) );
|
205 |
|
206 |
-
woocommerce_wp_select( array(
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
|
|
211 |
) );
|
212 |
-
woocommerce_wp_text_input( array(
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
|
|
217 |
) );
|
218 |
-
woocommerce_wp_text_input( array(
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
|
|
223 |
) );
|
224 |
|
225 |
echo '</div>';
|
@@ -239,28 +244,32 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
239 |
|
240 |
echo '<div class="options_group show_if_simple show_if_external">';
|
241 |
|
242 |
-
woocommerce_wp_checkbox( array(
|
243 |
-
|
244 |
-
|
|
|
245 |
) );
|
246 |
-
woocommerce_wp_text_input( array(
|
247 |
-
|
248 |
-
|
|
|
249 |
) );
|
250 |
-
woocommerce_wp_text_input( array(
|
251 |
-
|
252 |
-
|
|
|
253 |
) );
|
254 |
|
255 |
echo '</div>';
|
256 |
|
257 |
-
echo '<div class="options_group show_if_simple show_if_external show_if_variable">';
|
258 |
|
259 |
-
woocommerce_wp_select( array(
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
|
|
264 |
) );
|
265 |
|
266 |
echo '</div>';
|
190 |
|
191 |
echo '<div class="options_group show_if_simple show_if_external show_if_variable">';
|
192 |
|
193 |
+
woocommerce_wp_select( array(
|
194 |
+
'id' => '_sale_price_label',
|
195 |
+
'label' => __( 'Sale Label', 'woocommerce-germanized' ),
|
196 |
+
'options' => array_merge( array( "-1" => __( 'Select Price Label', 'woocommerce-germanized' ) ), WC_germanized()->price_labels->get_labels() ),
|
197 |
+
'desc_tip' => true,
|
198 |
+
'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' )
|
199 |
) );
|
200 |
+
woocommerce_wp_select( array(
|
201 |
+
'id' => '_sale_price_regular_label',
|
202 |
+
'label' => __( 'Sale Regular Label', 'woocommerce-germanized' ),
|
203 |
+
'options' => array_merge( array( "-1" => __( 'Select Price Label', 'woocommerce-germanized' ) ), WC_germanized()->price_labels->get_labels() ),
|
204 |
+
'desc_tip' => true,
|
205 |
+
'description' => __( 'If the product is on sale you may want to show a price label right before outputting the new price to inform the customer.', 'woocommerce-germanized' )
|
206 |
) );
|
207 |
|
208 |
+
woocommerce_wp_select( array(
|
209 |
+
'id' => '_unit',
|
210 |
+
'label' => __( 'Unit', 'woocommerce-germanized' ),
|
211 |
+
'options' => array_merge( array( "-1" => __( 'Select unit', 'woocommerce-germanized' ) ), WC_germanized()->units->get_units() ),
|
212 |
+
'desc_tip' => true,
|
213 |
+
'description' => __( 'Needed if selling on a per unit basis', 'woocommerce-germanized' )
|
214 |
) );
|
215 |
+
woocommerce_wp_text_input( array(
|
216 |
+
'id' => '_unit_product',
|
217 |
+
'label' => __( 'Product Units', 'woocommerce-germanized' ),
|
218 |
+
'data_type' => 'decimal',
|
219 |
+
'desc_tip' => true,
|
220 |
+
'description' => __( 'Number of units included per default product price. Example: 1000 ml.', 'woocommerce-germanized' )
|
221 |
) );
|
222 |
+
woocommerce_wp_text_input( array(
|
223 |
+
'id' => '_unit_base',
|
224 |
+
'label' => __( 'Base Price Units', 'woocommerce-germanized' ),
|
225 |
+
'data_type' => 'decimal',
|
226 |
+
'desc_tip' => true,
|
227 |
+
'description' => __( 'Base price units. Example base price: 0,99 € / 100 ml. Insert 100 as base price unit amount.', 'woocommerce-germanized' )
|
228 |
) );
|
229 |
|
230 |
echo '</div>';
|
244 |
|
245 |
echo '<div class="options_group show_if_simple show_if_external">';
|
246 |
|
247 |
+
woocommerce_wp_checkbox( array(
|
248 |
+
'id' => '_unit_price_auto',
|
249 |
+
'label' => __( 'Calculation', 'woocommerce-germanized' ),
|
250 |
+
'description' => '<span class="wc-gzd-premium-desc">' . __( 'Calculate base prices automatically.', 'woocommerce-germanized' ) . '</span> <a href="https://vendidero.de/woocommerce-germanized#upgrade" target="_blank" class="wc-gzd-pro">pro</a>'
|
251 |
) );
|
252 |
+
woocommerce_wp_text_input( array(
|
253 |
+
'id' => '_unit_price_regular',
|
254 |
+
'label' => __( 'Regular Base Price', 'woocommerce-germanized' ) . ' (' . get_woocommerce_currency_symbol() . ')',
|
255 |
+
'data_type' => 'price'
|
256 |
) );
|
257 |
+
woocommerce_wp_text_input( array(
|
258 |
+
'id' => '_unit_price_sale',
|
259 |
+
'label' => __( 'Sale Base Price', 'woocommerce-germanized' ) . ' (' . get_woocommerce_currency_symbol() . ')',
|
260 |
+
'data_type' => 'price'
|
261 |
) );
|
262 |
|
263 |
echo '</div>';
|
264 |
|
265 |
+
echo '<div class="options_group show_if_simple show_if_external show_if_variable show_if_booking">';
|
266 |
|
267 |
+
woocommerce_wp_select( array(
|
268 |
+
'id' => '_min_age',
|
269 |
+
'label' => __( 'Minimum Age', 'woocommerce-germanized' ),
|
270 |
+
'desc_tip' => true,
|
271 |
+
'description' => __( 'Adds an age verification checkbox while purchasing this product.', 'woocommerce-germanized' ),
|
272 |
+
'options' => $age_select
|
273 |
) );
|
274 |
|
275 |
echo '</div>';
|
includes/admin/views/html-notice-dependencies.php
CHANGED
@@ -1,78 +1,36 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Admin View:
|
4 |
*/
|
5 |
-
|
6 |
if ( ! defined( 'ABSPATH' ) ) {
|
7 |
exit;
|
8 |
}
|
9 |
|
|
|
|
|
|
|
10 |
?>
|
11 |
|
12 |
<div id="message" class="error woocommerce-gzd-message wc-connect">
|
13 |
-
|
14 |
-
<
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
<p><?php _e( 'To use Germanized you may at first update the following plugins to a newer version:', 'woocommerce-germanized' ); ?></p>
|
35 |
-
|
36 |
-
<ul>
|
37 |
-
|
38 |
-
<?php foreach ( $plugins as $plugin ) : ?>
|
39 |
-
<li><?php printf( __( '%s required in at least version %s', 'woocommerce-germanized' ), $plugin['name'], '<strong>' . $plugin['requires'] . '</strong>' ); ?></li>
|
40 |
-
<?php endforeach; ?>
|
41 |
-
|
42 |
-
</ul>
|
43 |
-
|
44 |
-
<?php elseif ( $type === 'untested' && ! empty( $plugins ) ) : ?>
|
45 |
-
|
46 |
-
<p><?php _e( 'Seems like you are using a not yet supported version of a Plugin which Germanized requires. You may downgrade the Plugin or update to the latest version of Germanized.', 'woocommerce-germanized' ); ?></p>
|
47 |
-
|
48 |
-
<ul>
|
49 |
-
|
50 |
-
<?php foreach ( $plugins as $plugin => $plugin_data ) : ?>
|
51 |
-
<li><?php printf( __( '%s %s is not yet supported - you may install an %s', 'woocommerce-germanized' ), $plugin_data['name'], '<strong>' . $plugin_data['version'] . '</strong>', '<a href="https://wordpress.org/plugins/' . $plugin . '/developers/" target="_blank">' . __( 'older version', 'woocommerce-germanized' ) . '</a>' ); ?></li>
|
52 |
-
<?php endforeach; ?>
|
53 |
-
|
54 |
-
</ul>
|
55 |
-
|
56 |
-
<?php endif; ?>
|
57 |
-
|
58 |
-
<?php endforeach; ?>
|
59 |
-
|
60 |
-
<?php if ( ! empty( $dependencies->plugins_result['outdated'] ) || ! empty( $dependencies->plugins_result['untested'] ) ) : ?>
|
61 |
-
|
62 |
-
<p>
|
63 |
-
<a class="button button-secondary"
|
64 |
-
href="<?php echo admin_url( "update-core.php" ); ?>"><?php _e( 'Check for Updates', 'woocommerce-germanized' ); ?></a>
|
65 |
-
|
66 |
-
<?php if ( ! empty( $dependencies->plugins_result['outdated'] ) ) : ?>
|
67 |
-
|
68 |
-
<?php _e( 'or', 'woocommerce-germanized' ); ?>
|
69 |
-
|
70 |
-
<a class="" href="https://wordpress.org/plugins/woocommerce-germanized/developers/"
|
71 |
-
target="_blank"><?php _e( 'Install an older version', 'woocommerce-germanized' ); ?></a>
|
72 |
-
|
73 |
-
<?php endif; ?>
|
74 |
-
</p>
|
75 |
-
|
76 |
-
<?php endif; ?>
|
77 |
-
|
78 |
</div>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Admin View: Dep notice
|
4 |
*/
|
|
|
5 |
if ( ! defined( 'ABSPATH' ) ) {
|
6 |
exit;
|
7 |
}
|
8 |
|
9 |
+
/**
|
10 |
+
* @var WC_GZD_Dependencies $dependencies
|
11 |
+
*/
|
12 |
?>
|
13 |
|
14 |
<div id="message" class="error woocommerce-gzd-message wc-connect">
|
15 |
+
<h3><?php _e( 'WooCommerce missing or outdated', 'woocommerce-germanized' ); ?></h3>
|
16 |
+
<p>
|
17 |
+
<?php if ( ! $dependencies->is_woocommerce_activated() ) :
|
18 |
+
$install_url = wp_nonce_url( add_query_arg( array( 'action' => 'install-plugin', 'plugin' => 'woocommerce' ), admin_url( 'update.php' ) ), 'install-plugin_woocommerce' );
|
19 |
+
$plugins = array_keys( get_plugins() );
|
20 |
+
// translators: 1$-2$: opening and closing <strong> tags, 3$-4$: link tags, takes to woocommerce plugin on wp.org, 5$-6$: opening and closing link tags, leads to plugins.php in admin
|
21 |
+
$text = sprintf( esc_html__( '%1$sGermanized is inactive.%2$s The %3$sWooCommerce plugin%4$s must be active for Germanized to work. Please %5$sinstall WooCommerce »%6$s', 'woocommerce-germanized' ), '<strong>', '</strong>', '<a href="http://wordpress.org/extend/plugins/woocommerce/">', '</a>', '<a href="' . esc_url( $install_url ) . '">', '</a>' );
|
22 |
+
|
23 |
+
if ( in_array( 'woocommerce/woocommerce.php', $plugins ) ) {
|
24 |
+
$install_url = wp_nonce_url( add_query_arg( array( 'action' => 'activate', 'plugin' => urlencode( 'woocommerce/woocommerce.php' ) ), admin_url( 'plugins.php' ) ), 'activate-plugin_woocommerce/woocommerce.php' );
|
25 |
+
$is_install = false;
|
26 |
+
// translators: 1$-2$: opening and closing <strong> tags, 3$-4$: link tags, takes to woocommerce plugin on wp.org, 5$-6$: opening and closing link tags, leads to plugins.php in admin
|
27 |
+
$text = sprintf( esc_html__( '%1$sGermanized is inactive.%2$s The %3$sWooCommerce plugin%4$s must be active for Germanized to work. Please %5$sactivate WooCommerce »%6$s', 'woocommerce-germanized' ), '<strong>', '</strong>', '<a href="http://wordpress.org/extend/plugins/woocommerce/">', '</a>', '<a href="' . esc_url( $install_url ) . '">', '</a>' );
|
28 |
+
}
|
29 |
+
|
30 |
+
echo $text;
|
31 |
+
elseif ( $dependencies->is_woocommerce_outdated() ) :
|
32 |
+
// translators: 1$-2$: opening and closing <strong> tags, 3$: minimum supported WooCommerce version, 4$-5$: opening and closing link tags, leads to plugin admin
|
33 |
+
printf( esc_html__( '%1$sGermanized is inactive.%2$s This version of Germanized requires WooCommerce %3$s or newer. Please %4$supdate WooCommerce to version %3$s or newer »%5$s', 'woocommerce-germanized' ), '<strong>', '</strong>', $dependencies->get_wc_min_version_required(), '<a href="' . esc_url( admin_url( 'plugins.php' ) ) . '">', '</a>' );
|
34 |
+
endif; ?>
|
35 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
</div>
|
includes/admin/views/html-page-status-germanized.php
CHANGED
@@ -259,13 +259,6 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
259 |
<a href="<?php echo wp_nonce_url( add_query_arg( array( 'delete-text-options' => true ) ), 'wc-gzd-delete-text-options' ); ?>"
|
260 |
class="button button-secondary"><?php _e( 'Delete text options', 'woocommerce-germanized' ); ?></a></td>
|
261 |
</tr>
|
262 |
-
<tr>
|
263 |
-
<td><?php _e( 'Delete Version Cache', 'woocommerce-germanized' ); ?></td>
|
264 |
-
<td class="help"><?php echo wc_help_tip( esc_attr( __( 'This option deletes plugin version caches necessary to check whether activated plugins are compatible with Germanized.', 'woocommerce-germanized' ) ) ); ?></td>
|
265 |
-
<td>
|
266 |
-
<a href="<?php echo wp_nonce_url( add_query_arg( array( 'delete-version-cache' => true ) ), 'wc-gzd-delete-version-cache' ); ?>"
|
267 |
-
class="button button-secondary"><?php _e( 'Delete version cache', 'woocommerce-germanized' ); ?></a></td>
|
268 |
-
</tr>
|
269 |
<tr>
|
270 |
<td><?php _e( 'Renew EU VAT Rates', 'woocommerce-germanized' ); ?></td>
|
271 |
<td class="help"><?php echo wc_help_tip( esc_attr( __( 'Insert VAT rates (standard, recuded and virtual) for EU countries. This option deletes all of your standard, reduced and virtual rates before inserting.', 'woocommerce-germanized' ) ) ); ?></td>
|
259 |
<a href="<?php echo wp_nonce_url( add_query_arg( array( 'delete-text-options' => true ) ), 'wc-gzd-delete-text-options' ); ?>"
|
260 |
class="button button-secondary"><?php _e( 'Delete text options', 'woocommerce-germanized' ); ?></a></td>
|
261 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
262 |
<tr>
|
263 |
<td><?php _e( 'Renew EU VAT Rates', 'woocommerce-germanized' ); ?></td>
|
264 |
<td class="help"><?php echo wc_help_tip( esc_attr( __( 'Insert VAT rates (standard, recuded and virtual) for EU countries. This option deletes all of your standard, reduced and virtual rates before inserting.', 'woocommerce-germanized' ) ) ); ?></td>
|
includes/class-wc-gzd-checkout.php
CHANGED
@@ -608,6 +608,35 @@ class WC_GZD_Checkout {
|
|
608 |
return $val;
|
609 |
}
|
610 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
611 |
/**
|
612 |
* Recalculate fee taxes to split tax based on different tax rates contained within cart
|
613 |
*
|
@@ -634,7 +663,18 @@ class WC_GZD_Checkout {
|
|
634 |
|
635 |
if ( ! empty( $fees ) ) {
|
636 |
|
637 |
-
$tax_shares
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
638 |
$fee_tax_total = 0;
|
639 |
$fee_tax_data = array();
|
640 |
$new_fees = array();
|
608 |
return $val;
|
609 |
}
|
610 |
|
611 |
+
protected function remove_fee_taxes( $cart ) {
|
612 |
+
$fees = $cart->get_fees();
|
613 |
+
|
614 |
+
if ( ! empty( $fees ) ) {
|
615 |
+
$new_fees = array();
|
616 |
+
|
617 |
+
foreach( $fees as $key => $fee ) {
|
618 |
+
|
619 |
+
if ( $fee->taxable ) {
|
620 |
+
$fee->taxable = false;
|
621 |
+
$fee->total = wc_format_decimal( $fee->amount + $fee->tax, '' );
|
622 |
+
$fee->amount = $fee->total;
|
623 |
+
$fee->tax = 0;
|
624 |
+
$fee->tax_data = array();
|
625 |
+
}
|
626 |
+
|
627 |
+
$new_fees[ $key ] = $fee;
|
628 |
+
}
|
629 |
+
|
630 |
+
$cart->fees_api()->set_fees( $new_fees );
|
631 |
+
$cart->set_fee_tax( 0 );
|
632 |
+
$cart->set_fee_taxes( array() );
|
633 |
+
|
634 |
+
$fee_total = array_sum( wp_list_pluck( $new_fees, 'total' ) );
|
635 |
+
|
636 |
+
$cart->set_fee_total( wc_format_decimal( $fee_total, '' ) );
|
637 |
+
}
|
638 |
+
}
|
639 |
+
|
640 |
/**
|
641 |
* Recalculate fee taxes to split tax based on different tax rates contained within cart
|
642 |
*
|
663 |
|
664 |
if ( ! empty( $fees ) ) {
|
665 |
|
666 |
+
$tax_shares = wc_gzd_get_cart_tax_share( 'fee' );
|
667 |
+
|
668 |
+
/**
|
669 |
+
* Do not calculate fee taxes if tax shares are empty (e.g. zero-taxes only).
|
670 |
+
* In this case, remove fee taxes altogether and force gross price.
|
671 |
+
*/
|
672 |
+
if ( empty( $tax_shares ) ) {
|
673 |
+
$this->remove_fee_taxes( $cart );
|
674 |
+
|
675 |
+
return;
|
676 |
+
}
|
677 |
+
|
678 |
$fee_tax_total = 0;
|
679 |
$fee_tax_data = array();
|
680 |
$new_fees = array();
|
includes/class-wc-gzd-coupon-helper.php
CHANGED
@@ -40,8 +40,7 @@ class WC_GZD_Coupon_Helper {
|
|
40 |
|
41 |
// Tax Calculation
|
42 |
add_filter( 'woocommerce_after_calculate_totals', array( $this, 'recalculate_tax_totals' ), 10, 1 );
|
43 |
-
|
44 |
-
add_action( 'woocommerce_before_order_object_save', array( $this, 'maybe_recalculate_tax_totals' ), 150, 1 );
|
45 |
// Add Hook before recalculating line taxes
|
46 |
add_action( 'wp_ajax_woocommerce_calc_line_taxes', array( $this, 'before_recalculate_totals' ), 0 );
|
47 |
}
|
@@ -115,16 +114,6 @@ class WC_GZD_Coupon_Helper {
|
|
115 |
|
116 |
$order->calculate_totals( false );
|
117 |
|
118 |
-
if ( array_key_exists( 'discount_total', $order->get_changes() ) ) {
|
119 |
-
$order->set_discount_total( $order->get_discount_total() + $order->get_cart_tax() );
|
120 |
-
$order->set_discount_tax( 0 );
|
121 |
-
}
|
122 |
-
|
123 |
-
// Look for changes made after recalculating totals
|
124 |
-
if ( array_key_exists( 'total', $order->get_changes() ) ) {
|
125 |
-
$order->set_total( $order->get_total() - $order->get_cart_tax() );
|
126 |
-
}
|
127 |
-
|
128 |
include( WC()->plugin_path() . '/includes/admin/meta-boxes/views/html-order-items.php' );
|
129 |
wp_die();
|
130 |
}
|
@@ -153,30 +142,6 @@ class WC_GZD_Coupon_Helper {
|
|
153 |
}
|
154 |
}
|
155 |
|
156 |
-
/**
|
157 |
-
* @param WC_Order $order
|
158 |
-
*/
|
159 |
-
public function maybe_recalculate_tax_totals( $order ) {
|
160 |
-
|
161 |
-
if ( ! is_admin() || is_checkout() ) {
|
162 |
-
return;
|
163 |
-
}
|
164 |
-
|
165 |
-
if ( ! $this->order_has_voucher( $order ) ) {
|
166 |
-
return;
|
167 |
-
}
|
168 |
-
|
169 |
-
// Look for changes made after recalculating totals
|
170 |
-
if ( array_key_exists( 'total', $order->get_changes() ) ) {
|
171 |
-
$order->set_total( $order->get_total() - $order->get_cart_tax() );
|
172 |
-
}
|
173 |
-
|
174 |
-
if ( array_key_exists( 'discount_total', $order->get_changes() ) ) {
|
175 |
-
$order->set_discount_total( $order->get_discount_total() + $order->get_discount_tax() );
|
176 |
-
$order->set_discount_tax( 0 );
|
177 |
-
}
|
178 |
-
}
|
179 |
-
|
180 |
/**
|
181 |
* @param WC_Cart $cart
|
182 |
*/
|
40 |
|
41 |
// Tax Calculation
|
42 |
add_filter( 'woocommerce_after_calculate_totals', array( $this, 'recalculate_tax_totals' ), 10, 1 );
|
43 |
+
|
|
|
44 |
// Add Hook before recalculating line taxes
|
45 |
add_action( 'wp_ajax_woocommerce_calc_line_taxes', array( $this, 'before_recalculate_totals' ), 0 );
|
46 |
}
|
114 |
|
115 |
$order->calculate_totals( false );
|
116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
include( WC()->plugin_path() . '/includes/admin/meta-boxes/views/html-order-items.php' );
|
118 |
wp_die();
|
119 |
}
|
142 |
}
|
143 |
}
|
144 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
/**
|
146 |
* @param WC_Cart $cart
|
147 |
*/
|
includes/class-wc-gzd-customer-helper.php
CHANGED
@@ -58,8 +58,14 @@ class WC_GZD_Customer_Helper {
|
|
58 |
'disable_registration_auto_login'
|
59 |
), 10, 2 );
|
60 |
|
61 |
-
|
62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
// Show notices on customer account page
|
65 |
add_action( 'template_redirect', array( $this, 'show_disabled_checkout_notice' ), 20 );
|
58 |
'disable_registration_auto_login'
|
59 |
), 10, 2 );
|
60 |
|
61 |
+
/**
|
62 |
+
* Maybe redirect customers that are not logged in to customer account page or
|
63 |
+
* force guest checkouts.
|
64 |
+
*
|
65 |
+
* Use a low priority so that plugins that redirect the checkout page (e.g. cart-flows)
|
66 |
+
* still receive our updates to the session before the actual redirect happens.
|
67 |
+
*/
|
68 |
+
add_action( 'template_redirect', array( $this, 'disable_checkout' ), 0 );
|
69 |
|
70 |
// Show notices on customer account page
|
71 |
add_action( 'template_redirect', array( $this, 'show_disabled_checkout_notice' ), 20 );
|
includes/class-wc-gzd-dependencies.php
CHANGED
@@ -7,35 +7,37 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
7 |
class WC_GZD_Dependencies {
|
8 |
|
9 |
/**
|
10 |
-
* Single instance
|
11 |
*
|
12 |
-
* @var
|
13 |
*/
|
14 |
protected static $_instance = null;
|
15 |
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
17 |
|
|
|
|
|
|
|
18 |
public $plugin = null;
|
19 |
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
'name' => 'WooCommerce',
|
27 |
-
'tested' => '',
|
28 |
-
'requires' => '',
|
29 |
-
'version' => '',
|
30 |
-
'version_prefix' => 'woocommerce',
|
31 |
-
),
|
32 |
-
);
|
33 |
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
39 |
|
40 |
public static function instance( $plugin = null ) {
|
41 |
if ( is_null( self::$_instance ) ) {
|
@@ -71,145 +73,38 @@ class WC_GZD_Dependencies {
|
|
71 |
|
72 |
$this->plugin = $plugin;
|
73 |
|
74 |
-
|
75 |
-
|
76 |
-
}
|
77 |
-
|
78 |
-
add_action( 'woocommerce_updated', array( $this, 'delete_cached_plugin_header_data' ) );
|
79 |
-
|
80 |
-
$this->plugins = (array) get_option( 'active_plugins', array() );
|
81 |
-
|
82 |
-
if ( is_multisite() ) {
|
83 |
-
$this->plugins = array_merge( $this->plugins, get_site_option( 'active_sitewide_plugins', array() ) );
|
84 |
-
}
|
85 |
-
|
86 |
-
$this->parse_plugin_header_data();
|
87 |
-
|
88 |
-
// Set Plugin versions
|
89 |
-
foreach ( $this->plugins_header as $plugin => $data ) {
|
90 |
-
$this->plugins_header[ $plugin ]['version'] = $this->get_plugin_version( $data['version_prefix'] );
|
91 |
-
}
|
92 |
-
|
93 |
-
foreach ( $this->plugins_header as $plugin => $data ) {
|
94 |
-
|
95 |
-
if ( ! $this->is_plugin_activated( $plugin ) ) {
|
96 |
-
$this->plugins_result['unactivated'][ $plugin ] = $data;
|
97 |
-
} elseif ( $this->is_plugin_outdated( $plugin ) ) {
|
98 |
-
$this->plugins_result['outdated'][ $plugin ] = $data;
|
99 |
-
} elseif ( ! $this->is_plugin_tested( $plugin ) ) {
|
100 |
-
$this->plugins_result['untested'][ $plugin ] = $data;
|
101 |
-
}
|
102 |
-
}
|
103 |
-
|
104 |
-
if ( ! empty( $this->plugins_result['unactivated'] ) || ! empty( $this->plugins_result['outdated'] ) ) {
|
105 |
$this->loadable = false;
|
106 |
-
|
107 |
-
add_action( 'admin_notices', array( $this, 'dependencies_notice' ) );
|
108 |
-
} elseif ( ! empty( $this->plugins_result['untested'] ) ) {
|
109 |
-
remove_all_actions( 'admin_notices' );
|
110 |
add_action( 'admin_notices', array( $this, 'dependencies_notice' ) );
|
111 |
}
|
112 |
}
|
113 |
|
114 |
-
public function
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
protected function get_current_plugin_path() {
|
119 |
-
return $this->plugin->plugin_path() . '/woocommerce-germanized.php';
|
120 |
-
}
|
121 |
-
|
122 |
-
protected function parse_plugin_header_data() {
|
123 |
-
|
124 |
-
$plugin_header_data = get_option( 'woocommerce_' . $this->prefix . '_plugin_header_data', array() );
|
125 |
-
|
126 |
-
if ( ! empty( $plugin_header_data ) ) {
|
127 |
-
$this->plugins_header = $plugin_header_data;
|
128 |
-
|
129 |
-
return;
|
130 |
-
}
|
131 |
-
|
132 |
-
$plugin_header_check = array();
|
133 |
-
|
134 |
-
foreach ( $this->plugins_header as $plugin => $data ) {
|
135 |
-
|
136 |
-
$plugin_header_check[ 'requires_' . $plugin ] = 'Requires at least ' . $data['name'];
|
137 |
-
$plugin_header_check[ 'tested_' . $plugin ] = 'Tested up to ' . $data['name'];
|
138 |
-
|
139 |
-
}
|
140 |
|
141 |
-
|
142 |
-
|
143 |
-
$plugin_data = get_file_data( $this->get_current_plugin_path(), $plugin_header_check );
|
144 |
-
|
145 |
-
foreach ( $plugin_data as $key => $value ) {
|
146 |
-
if ( strpos( $key, 'requires' ) !== false ) {
|
147 |
-
$this->plugins_header[ str_replace( 'requires_', '', $key ) ]['requires'] = $value;
|
148 |
-
} elseif ( strpos( $key, 'tested' ) !== false ) {
|
149 |
-
$this->plugins_header[ str_replace( 'tested_', '', $key ) ]['tested'] = $value;
|
150 |
-
}
|
151 |
}
|
152 |
}
|
153 |
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
public function get_plugin_version( $plugin_slug ) {
|
158 |
-
$version = preg_replace( '#(\.0+)+($|-)#', '', get_option( $plugin_slug . '_version', '1.0' ) );
|
159 |
-
|
160 |
-
return $version;
|
161 |
-
}
|
162 |
-
|
163 |
-
public function is_plugin_outdated( $plugin ) {
|
164 |
-
$plugin_data = ( isset( $this->plugins_header[ $plugin ] ) ? $this->plugins_header[ $plugin ] : false );
|
165 |
-
|
166 |
-
if ( ! $plugin_data || ! isset( $plugin_data['requires'] ) || empty( $plugin_data['requires'] ) ) {
|
167 |
-
return false;
|
168 |
-
}
|
169 |
-
|
170 |
-
if ( $this->compare_versions( $plugin_data['requires'], $this->get_plugin_version( $plugin_data['version_prefix'] ), ">" ) ) {
|
171 |
-
return true;
|
172 |
-
}
|
173 |
-
|
174 |
-
return false;
|
175 |
-
}
|
176 |
-
|
177 |
-
public function get_plugin_path( $plugin ) {
|
178 |
-
if ( strpos( $plugin, '.php' ) === false ) {
|
179 |
-
$plugin = trailingslashit( $plugin ) . $plugin . '.php';
|
180 |
}
|
181 |
|
182 |
-
return $
|
183 |
}
|
184 |
|
185 |
-
public function
|
186 |
-
|
187 |
-
if ( ! defined( $this->plugins_header[ $plugin ]['constant'] ) ) {
|
188 |
-
return false;
|
189 |
-
}
|
190 |
-
}
|
191 |
-
|
192 |
-
if ( strpos( $plugin, '.php' ) === false ) {
|
193 |
-
$plugin = trailingslashit( $plugin ) . $plugin . '.php';
|
194 |
-
}
|
195 |
-
|
196 |
-
return ( in_array( $plugin, $this->plugins ) || array_key_exists( $plugin, $this->plugins ) );
|
197 |
}
|
198 |
|
199 |
-
public function
|
200 |
-
|
201 |
-
$plugin_data = ( isset( $this->plugins_header[ $plugin ] ) ? $this->plugins_header[ $plugin ] : false );
|
202 |
-
|
203 |
-
if ( ! $plugin_data || ! isset( $plugin_data['tested'] ) || empty( $plugin_data['tested'] ) ) {
|
204 |
-
return true;
|
205 |
-
}
|
206 |
-
|
207 |
-
if ( $this->compare_versions( $plugin_data['tested'], $this->get_plugin_version( $plugin_data['version_prefix'] ), ">=" ) ) {
|
208 |
-
return true;
|
209 |
-
}
|
210 |
-
|
211 |
-
return false;
|
212 |
|
|
|
213 |
}
|
214 |
|
215 |
/**
|
@@ -228,6 +123,20 @@ class WC_GZD_Dependencies {
|
|
228 |
return version_compare( $main_ver, $ver2, $operator );
|
229 |
}
|
230 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
/**
|
232 |
* Checks if WooCommerce is activated
|
233 |
*
|
@@ -237,6 +146,10 @@ class WC_GZD_Dependencies {
|
|
237 |
return $this->is_plugin_activated( 'woocommerce/woocommerce.php' );
|
238 |
}
|
239 |
|
|
|
|
|
|
|
|
|
240 |
public function is_element_pro_activated() {
|
241 |
return $this->is_plugin_activated( 'elementor-pro/elementor-pro.php' );
|
242 |
}
|
@@ -246,10 +159,11 @@ class WC_GZD_Dependencies {
|
|
246 |
}
|
247 |
|
248 |
public function dependencies_notice() {
|
249 |
-
|
250 |
-
|
|
|
251 |
|
252 |
-
|
|
|
253 |
}
|
254 |
-
|
255 |
}
|
7 |
class WC_GZD_Dependencies {
|
8 |
|
9 |
/**
|
10 |
+
* Single instance
|
11 |
*
|
12 |
+
* @var WC_GZD_Dependencies
|
13 |
*/
|
14 |
protected static $_instance = null;
|
15 |
|
16 |
+
/**
|
17 |
+
* Whether the plugin is loadable or not.
|
18 |
+
*
|
19 |
+
* @var bool
|
20 |
+
*/
|
21 |
+
protected $loadable = true;
|
22 |
|
23 |
+
/**
|
24 |
+
* @var WooCommerce_Germanized|null
|
25 |
+
*/
|
26 |
public $plugin = null;
|
27 |
|
28 |
+
/**
|
29 |
+
* Lazy initiated activated plugins list
|
30 |
+
*
|
31 |
+
* @var null|array
|
32 |
+
*/
|
33 |
+
protected $active_plugins = null;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
+
/**
|
36 |
+
* This is the minimum Woo version supported by Germanized
|
37 |
+
*
|
38 |
+
* @var string
|
39 |
+
*/
|
40 |
+
public $wc_minimum_version_required = '3.4';
|
41 |
|
42 |
public static function instance( $plugin = null ) {
|
43 |
if ( is_null( self::$_instance ) ) {
|
73 |
|
74 |
$this->plugin = $plugin;
|
75 |
|
76 |
+
// Check if WooCommerce is enabled and does not violate min version.
|
77 |
+
if ( ! $this->is_woocommerce_activated() || $this->is_woocommerce_outdated() ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
$this->loadable = false;
|
79 |
+
|
|
|
|
|
|
|
80 |
add_action( 'admin_notices', array( $this, 'dependencies_notice' ) );
|
81 |
}
|
82 |
}
|
83 |
|
84 |
+
public function is_plugin_activated( $plugin_slug ) {
|
85 |
+
if ( is_null( $this->active_plugins ) ) {
|
86 |
+
$this->active_plugins = (array) get_option( 'active_plugins', array() );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
|
88 |
+
if ( is_multisite() ) {
|
89 |
+
$this->active_plugins = array_merge( $this->active_plugins, get_site_option( 'active_sitewide_plugins', array() ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
}
|
91 |
}
|
92 |
|
93 |
+
if ( strpos( $plugin_slug, '.php' ) === false ) {
|
94 |
+
$plugin_slug = trailingslashit( $plugin_slug ) . $plugin_slug . '.php';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
}
|
96 |
|
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 |
}
|
103 |
|
104 |
+
public function get_plugin_version( $plugin_slug ) {
|
105 |
+
$version = $this->parse_version( get_option( $plugin_slug . '_version', '1.0' ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
|
107 |
+
return $version;
|
108 |
}
|
109 |
|
110 |
/**
|
123 |
return version_compare( $main_ver, $ver2, $operator );
|
124 |
}
|
125 |
|
126 |
+
protected function parse_version( $version ) {
|
127 |
+
$version = preg_replace( '#(\.0+)+($|-)#', '', $version );
|
128 |
+
|
129 |
+
// Remove/ignore beta, alpha, rc status from version strings
|
130 |
+
$version = trim( preg_replace( '#(beta|alpha|rc)#', ' ', $version ) );
|
131 |
+
|
132 |
+
// Make sure version has at least 2 signs, e.g. 3 -> 3.0
|
133 |
+
if ( strlen( $version ) === 1 ) {
|
134 |
+
$version = $version . '.0';
|
135 |
+
}
|
136 |
+
|
137 |
+
return $version;
|
138 |
+
}
|
139 |
+
|
140 |
/**
|
141 |
* Checks if WooCommerce is activated
|
142 |
*
|
146 |
return $this->is_plugin_activated( 'woocommerce/woocommerce.php' );
|
147 |
}
|
148 |
|
149 |
+
public function is_woocommerce_outdated() {
|
150 |
+
return $this->compare_versions( $this->parse_version( get_option( 'woocommerce_db_version' ) ), $this->get_wc_min_version_required(), '<' );
|
151 |
+
}
|
152 |
+
|
153 |
public function is_element_pro_activated() {
|
154 |
return $this->is_plugin_activated( 'elementor-pro/elementor-pro.php' );
|
155 |
}
|
159 |
}
|
160 |
|
161 |
public function dependencies_notice() {
|
162 |
+
if ( current_user_can( 'activate_plugins' ) ) {
|
163 |
+
global $dependencies;
|
164 |
+
$dependencies = $this;
|
165 |
|
166 |
+
include_once WC_GERMANIZED_ABSPATH . 'includes/admin/views/html-notice-dependencies.php';
|
167 |
+
}
|
168 |
}
|
|
|
169 |
}
|
includes/class-wc-gzd-legal-checkbox.php
CHANGED
@@ -196,7 +196,17 @@ class WC_GZD_Legal_Checkbox {
|
|
196 |
* @return array
|
197 |
*/
|
198 |
public function get_html_wrapper_classes() {
|
199 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
200 |
}
|
201 |
|
202 |
/**
|
196 |
* @return array
|
197 |
*/
|
198 |
public function get_html_wrapper_classes() {
|
199 |
+
$classes = $this->settings['html_wrapper_classes'];
|
200 |
+
|
201 |
+
if ( ! is_array( $classes ) ) {
|
202 |
+
$classes = array();
|
203 |
+
}
|
204 |
+
|
205 |
+
if ( $this->is_mandatory() ) {
|
206 |
+
$classes = array_replace( $classes, array( 'validate-required' ) );
|
207 |
+
}
|
208 |
+
|
209 |
+
return $classes;
|
210 |
}
|
211 |
|
212 |
/**
|
includes/class-wc-gzd-product-attribute-helper.php
CHANGED
@@ -72,7 +72,12 @@ class WC_GZD_Product_Attribute_Helper {
|
|
72 |
}
|
73 |
|
74 |
public function cart_item_data_filter( $item_data, $cart_item ) {
|
75 |
-
$cart_product
|
|
|
|
|
|
|
|
|
|
|
76 |
$item_data_product = wc_gzd_get_gzd_product( $cart_product )->get_checkout_attributes( $item_data, isset( $cart_item['variation'] ) ? $cart_item['variation'] : array() );
|
77 |
|
78 |
if ( $item_data !== $item_data_product ) {
|
72 |
}
|
73 |
|
74 |
public function cart_item_data_filter( $item_data, $cart_item ) {
|
75 |
+
$cart_product = $cart_item['data'];
|
76 |
+
|
77 |
+
if ( ! $cart_product ) {
|
78 |
+
return $item_data;
|
79 |
+
}
|
80 |
+
|
81 |
$item_data_product = wc_gzd_get_gzd_product( $cart_product )->get_checkout_attributes( $item_data, isset( $cart_item['variation'] ) ? $cart_item['variation'] : array() );
|
82 |
|
83 |
if ( $item_data !== $item_data_product ) {
|
includes/compatibility/class-wc-gzd-compatibility-woocommerce-product-addons.php
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Product Addons Helper
|
5 |
+
*
|
6 |
+
* @class WC_GZD_Compatibility_WooCommerce_Product_Addons
|
7 |
+
* @category Class
|
8 |
+
* @author vendidero
|
9 |
+
*/
|
10 |
+
class WC_GZD_Compatibility_WooCommerce_Product_Addons extends WC_GZD_Compatibility {
|
11 |
+
|
12 |
+
public static function get_name() {
|
13 |
+
return 'WooCommerce Product Addons';
|
14 |
+
}
|
15 |
+
|
16 |
+
public static function get_path() {
|
17 |
+
return 'woocommerce-product-addons/woocommerce-product-addons.php';
|
18 |
+
}
|
19 |
+
|
20 |
+
public function load() {
|
21 |
+
add_action( 'woocommerce_product_addons_end', array( $this, 'shopmarks' ), 11 );
|
22 |
+
}
|
23 |
+
|
24 |
+
public function shopmarks() {
|
25 |
+
ob_start();
|
26 |
+
foreach ( wc_gzd_get_single_product_shopmarks() as $shopmark ) {
|
27 |
+
$callback = $shopmark->get_callback();
|
28 |
+
|
29 |
+
if ( function_exists( $callback ) && $shopmark->is_enabled() && in_array( $shopmark->get_type(), array( 'unit_price', 'legal', 'tax', 'shipping_costs' ) ) ) {
|
30 |
+
call_user_func( $callback );
|
31 |
+
}
|
32 |
+
}
|
33 |
+
$html = ob_get_clean();
|
34 |
+
|
35 |
+
if ( ! empty( $html ) ) {
|
36 |
+
echo '<style>div.product-addon-totals { border-bottom: none; padding-bottom: 0; } .wc-gzd-product-addons-shopmarks { margin-top: -40px; margin-bottom: 40px; border-bottom: 1px solid #eee; padding-bottom: 20px; font-size: .9em; text-align: right; }</style>';
|
37 |
+
echo '<div class="wc-gzd-product-addons-shopmarks">' . $html . '</div>';
|
38 |
+
}
|
39 |
+
}
|
40 |
+
}
|
packages/woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php
CHANGED
@@ -98,7 +98,7 @@ $default_args = wc_gzd_dhl_get_label_default_args( $dhl_order, $shipment );
|
|
98 |
'label' => _x( 'Preferred Neighbor', 'dhl', 'woocommerce-germanized' ),
|
99 |
'placeholder' => '',
|
100 |
'description' => '',
|
101 |
-
'value' => isset( $default_args['
|
102 |
'custom_attributes' => array( 'maxlength' => '80' )
|
103 |
) ); ?>
|
104 |
<?php endif; ?>
|
98 |
'label' => _x( 'Preferred Neighbor', 'dhl', 'woocommerce-germanized' ),
|
99 |
'placeholder' => '',
|
100 |
'description' => '',
|
101 |
+
'value' => isset( $default_args['preferred_neighbor'] ) ? $default_args['preferred_neighbor'] : '',
|
102 |
'custom_attributes' => array( 'maxlength' => '80' )
|
103 |
) ); ?>
|
104 |
<?php endif; ?>
|
packages/woocommerce-germanized-dhl/src/Admin/Settings.php
CHANGED
@@ -425,7 +425,7 @@ class Settings {
|
|
425 |
),
|
426 |
|
427 |
array(
|
428 |
-
'title' => _x( 'Default weight', 'dhl', 'woocommerce-germanized' ),
|
429 |
'type' => 'text',
|
430 |
'desc' => _x( 'Choose a default shipment weight to be used for labels if no weight has been applied to the shipment.', 'dhl', 'woocommerce-germanized' ),
|
431 |
'desc_tip' => true,
|
@@ -436,7 +436,7 @@ class Settings {
|
|
436 |
),
|
437 |
|
438 |
array(
|
439 |
-
'title' => _x( 'Minimum weight', 'dhl', 'woocommerce-germanized' ),
|
440 |
'type' => 'text',
|
441 |
'desc' => _x( 'Choose a minimum weight to be used for labels e.g. to prevent low shipment weight errors.', 'dhl', 'woocommerce-germanized' ),
|
442 |
'desc_tip' => true,
|
425 |
),
|
426 |
|
427 |
array(
|
428 |
+
'title' => _x( 'Default weight (kg)', 'dhl', 'woocommerce-germanized' ),
|
429 |
'type' => 'text',
|
430 |
'desc' => _x( 'Choose a default shipment weight to be used for labels if no weight has been applied to the shipment.', 'dhl', 'woocommerce-germanized' ),
|
431 |
'desc_tip' => true,
|
436 |
),
|
437 |
|
438 |
array(
|
439 |
+
'title' => _x( 'Minimum weight (kg)', 'dhl', 'woocommerce-germanized' ),
|
440 |
'type' => 'text',
|
441 |
'desc' => _x( 'Choose a minimum weight to be used for labels e.g. to prevent low shipment weight errors.', 'dhl', 'woocommerce-germanized' ),
|
442 |
'desc_tip' => true,
|
packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php
CHANGED
@@ -652,8 +652,18 @@ class LabelSoap extends Soap {
|
|
652 |
$item_description .= ! empty( $item_description ) ? ', ' : '';
|
653 |
$item_description .= $item->get_name();
|
654 |
|
655 |
-
$product_total
|
656 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
657 |
|
658 |
if ( $product = $item->get_product() ) {
|
659 |
$dhl_product = wc_gzd_dhl_get_product( $product );
|
@@ -664,8 +674,8 @@ class LabelSoap extends Soap {
|
|
664 |
'countryCodeOrigin' => $dhl_product ? $dhl_product->get_manufacture_country() : '',
|
665 |
'customsTariffNumber' => $dhl_product ? $dhl_product->get_hs_code() : '',
|
666 |
'amount' => intval( $item->get_quantity() ),
|
667 |
-
'netWeightInKG' => wc_format_decimal(
|
668 |
-
'customsValue' => wc_format_decimal( $product_total ),
|
669 |
);
|
670 |
|
671 |
array_push($customsDetails, $json_item );
|
652 |
$item_description .= ! empty( $item_description ) ? ', ' : '';
|
653 |
$item_description .= $item->get_name();
|
654 |
|
655 |
+
$product_total = floatval( ( $item->get_total() / $item->get_quantity() ) );
|
656 |
+
$per_item_weight = wc_format_decimal( floatval( wc_get_weight( $item->get_weight(), 'kg', $shipment->get_weight_unit() ) ), 2 );
|
657 |
+
|
658 |
+
/**
|
659 |
+
* Set min weight to 0.01 to prevent missing weight error messages
|
660 |
+
* for really small product weights.
|
661 |
+
*/
|
662 |
+
if ( $per_item_weight <= 0 ) {
|
663 |
+
$per_item_weight = '0.01';
|
664 |
+
}
|
665 |
+
|
666 |
+
$dhl_product = false;
|
667 |
|
668 |
if ( $product = $item->get_product() ) {
|
669 |
$dhl_product = wc_gzd_dhl_get_product( $product );
|
674 |
'countryCodeOrigin' => $dhl_product ? $dhl_product->get_manufacture_country() : '',
|
675 |
'customsTariffNumber' => $dhl_product ? $dhl_product->get_hs_code() : '',
|
676 |
'amount' => intval( $item->get_quantity() ),
|
677 |
+
'netWeightInKG' => wc_format_decimal( $per_item_weight, 2 ),
|
678 |
+
'customsValue' => wc_format_decimal( $product_total, 2 ),
|
679 |
);
|
680 |
|
681 |
array_push($customsDetails, $json_item );
|
packages/woocommerce-germanized-dhl/src/Package.php
CHANGED
@@ -20,7 +20,7 @@ class Package {
|
|
20 |
*
|
21 |
* @var string
|
22 |
*/
|
23 |
-
const VERSION = '1.2.
|
24 |
|
25 |
public static $upload_dir_suffix = '';
|
26 |
|
20 |
*
|
21 |
* @var string
|
22 |
*/
|
23 |
+
const VERSION = '1.2.6';
|
24 |
|
25 |
public static $upload_dir_suffix = '';
|
26 |
|
packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: The Germanized DHL integration, installed as a feature plugin for development and testing purposes.
|
6 |
* Author: vendidero
|
7 |
* Author URI: https://vendidero.de
|
8 |
-
* Version: 1.2.
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
5 |
* Description: The Germanized DHL integration, installed as a feature plugin for development and testing purposes.
|
6 |
* Author: vendidero
|
7 |
* Author URI: https://vendidero.de
|
8 |
+
* Version: 1.2.6
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
packages/woocommerce-germanized-shipments/src/Admin/Table.php
CHANGED
@@ -504,7 +504,7 @@ class Table extends WP_List_Table {
|
|
504 |
$extra_checks = "AND shipment_status != 'auto-draft'";
|
505 |
|
506 |
if ( isset( $_GET['shipment_status'] ) && 'all' !== $_GET['shipment_status'] ) {
|
507 |
-
$extra_checks = $wpdb->prepare( ' AND shipment_status = %s', $_GET['shipment_status'] );
|
508 |
}
|
509 |
|
510 |
$months = $wpdb->get_results("
|
504 |
$extra_checks = "AND shipment_status != 'auto-draft'";
|
505 |
|
506 |
if ( isset( $_GET['shipment_status'] ) && 'all' !== $_GET['shipment_status'] ) {
|
507 |
+
$extra_checks = $wpdb->prepare( ' AND shipment_status = %s', wc_clean( wp_unslash( $_GET['shipment_status'] ) ) );
|
508 |
}
|
509 |
|
510 |
$months = $wpdb->get_results("
|
packages/woocommerce-germanized-shipments/src/Package.php
CHANGED
@@ -17,7 +17,7 @@ class Package {
|
|
17 |
*
|
18 |
* @var string
|
19 |
*/
|
20 |
-
const VERSION = '1.2.
|
21 |
|
22 |
public static $upload_dir_suffix = '';
|
23 |
|
17 |
*
|
18 |
* @var string
|
19 |
*/
|
20 |
+
const VERSION = '1.2.7';
|
21 |
|
22 |
public static $upload_dir_suffix = '';
|
23 |
|
packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: The Germanized Shipments integration, installed as a feature plugin for development and testing purposes.
|
6 |
* Author: vendidero
|
7 |
* Author URI: https://vendidero.de
|
8 |
-
* Version: 1.2.
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
5 |
* Description: The Germanized Shipments integration, installed as a feature plugin for development and testing purposes.
|
6 |
* Author: vendidero
|
7 |
* Author URI: https://vendidero.de
|
8 |
+
* Version: 1.2.7
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
packages/woocommerce-trusted-shops/assets/js/admin.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
window.trusted_shops=window.trusted_shops||{},function(d,c){c.admin={params:{},optionPrefix:"",init:function(){this.params=trusted_shops_params,this.optionPrefix=this.params.option_prefix;var e=this;d(document).on("click","a.woocommerce-ts-input-toggle-trigger",this.onInputToogleClick),d(document).on("change","#woocommerce_"+this.optionPrefix+"trusted_shops_integration_mode",this.onChangeIntegrationMode),d(document).on("change",":input[id$=_enable]",this.onChangeEnable),d(document).on("change","#woocommerce_"+this.optionPrefix+"trusted_shops_reviews_enable",this.onChangeEnableReviews),d(document).find("#woocommerce_"+this.optionPrefix+"trusted_shops_integration_mode").trigger("change"),d(document).find(":input[id$=_enable]").trigger("change"),d(document).on("click","#wc-gzd-trusted-shops-export",this.onClickExport),d(document).on("click","table.form-table tr",this.onSidebarChange),d(":data(sidebar)").each(function(){d(this).parents("tr").on("click",e.onSidebarChange)}),d(document).on("click",'h2, div[id$="options-description"]',this.onSidebarTitelChange),d(document).on("submit","#mainform",this.onSaveForm)},onInputToogleClick:function(){var e=d(this).find("span.woocommerce-ts-input-toggle"),t=e.parents("tr").find("input[type=checkbox]"),o=e.hasClass("woocommerce-input-toggle--enabled");return e.removeClass("woocommerce-input-toggle--enabled"),e.removeClass("woocommerce-input-toggle--disabled"),o?(t.prop("checked",!1),e.addClass("woocommerce-input-toggle--disabled")):(t.prop("checked",!0),e.addClass("woocommerce-input-toggle--enabled")),t.trigger("change"),!1},onChangeEnableReviews:function(){var e=c.admin;d(this).is(":checked")?(d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_sticker_enable").parents("tr").show(),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_widget_enable").parents("tr").show(),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_brand_attribute").parents("tr").show()):(d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_sticker_enable").prop("checked",!1),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_widget_enable").prop("checked",!1),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_sticker_enable").parents("tr").hide(),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_widget_enable").parents("tr").hide(),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_brand_attribute").parents("tr").hide()),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_sticker_enable").trigger("change"),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_widget_enable").trigger("change")},onChangeIntegrationMode:function(){c.admin;d(document).find(":input[id$=_enable]").trigger("change")},onChangeEnable:function(){self=c.admin,self.showHideGroupElements(d(this))},showHideGroupElements:function(e){var t=e.attr("id"),o=c.admin,i=t.replace("woocommerce_"+o.optionPrefix+"trusted_shops_",""),r=i.substr(0,i.length-7),n=d(":input[id^=woocommerce_"+o.optionPrefix+"trusted_shops_"+r+"_], th[id^=woocommerce_"+o.optionPrefix+"trusted_shops_"+r+"_]"),s=!1,a=["woocommerce_"+o.optionPrefix+"trusted_shops_rich_snippets_category","woocommerce_"+o.optionPrefix+"trusted_shops_rich_snippets_product","woocommerce_"+o.optionPrefix+"trusted_shops_rich_snippets_home","woocommerce_"+o.optionPrefix+"trusted_shops_product_sticker_tab_text"];e.is(":checked")&&(s=!0),n.each(function(){var e=d(this).attr("id"),t=s;
|
1 |
+
window.trusted_shops=window.trusted_shops||{},function(d,c){c.admin={params:{},optionPrefix:"",init:function(){this.params=trusted_shops_params,this.optionPrefix=this.params.option_prefix;var e=this;d(document).on("click","a.woocommerce-ts-input-toggle-trigger",this.onInputToogleClick),d(document).on("change","#woocommerce_"+this.optionPrefix+"trusted_shops_integration_mode",this.onChangeIntegrationMode),d(document).on("change",":input[id$=_enable]",this.onChangeEnable),d(document).on("change","#woocommerce_"+this.optionPrefix+"trusted_shops_reviews_enable",this.onChangeEnableReviews),d(document).find("#woocommerce_"+this.optionPrefix+"trusted_shops_integration_mode").trigger("change"),d(document).find(":input[id$=_enable]").trigger("change"),d(document).on("click","#wc-gzd-trusted-shops-export",this.onClickExport),d(document).on("click","table.form-table tr",this.onSidebarChange),d(":data(sidebar)").each(function(){d(this).parents("tr").on("click",e.onSidebarChange)}),d(document).on("click",'h2, div[id$="options-description"]',this.onSidebarTitelChange),d(document).on("submit","#mainform",this.onSaveForm)},onInputToogleClick:function(){var e=d(this).find("span.woocommerce-ts-input-toggle"),t=e.parents("tr").find("input[type=checkbox]"),o=e.hasClass("woocommerce-input-toggle--enabled");return e.removeClass("woocommerce-input-toggle--enabled"),e.removeClass("woocommerce-input-toggle--disabled"),o?(t.prop("checked",!1),e.addClass("woocommerce-input-toggle--disabled")):(t.prop("checked",!0),e.addClass("woocommerce-input-toggle--enabled")),t.trigger("change"),!1},onChangeEnableReviews:function(){var e=c.admin;d(this).is(":checked")?(d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_sticker_enable").parents("tr").show(),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_widget_enable").parents("tr").show(),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_brand_attribute").parents("tr").show()):(d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_sticker_enable").prop("checked",!1),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_widget_enable").prop("checked",!1),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_sticker_enable").parents("tr").hide(),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_widget_enable").parents("tr").hide(),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_brand_attribute").parents("tr").hide()),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_sticker_enable").trigger("change"),d(document).find("#woocommerce_"+e.optionPrefix+"trusted_shops_product_widget_enable").trigger("change")},onChangeIntegrationMode:function(){c.admin;d(document).find(":input[id$=_enable]").trigger("change")},onChangeEnable:function(){self=c.admin,self.showHideGroupElements(d(this))},showHideGroupElements:function(e){var t=e.attr("id"),o=c.admin,i=t.replace("woocommerce_"+o.optionPrefix+"trusted_shops_",""),r=i.substr(0,i.length-7),n=d(":input[id^=woocommerce_"+o.optionPrefix+"trusted_shops_"+r+"_], th[id^=woocommerce_"+o.optionPrefix+"trusted_shops_"+r+"_]"),s=!1,a=["woocommerce_"+o.optionPrefix+"trusted_shops_rich_snippets_category","woocommerce_"+o.optionPrefix+"trusted_shops_rich_snippets_product","woocommerce_"+o.optionPrefix+"trusted_shops_rich_snippets_home","woocommerce_"+o.optionPrefix+"trusted_shops_product_sticker_tab_text"];e.is(":checked")&&(s=!0),n.each(function(){var e=d(this).attr("id"),t=s;"woocommerce_"+o.optionPrefix+"trusted_shops_"+r+"_enable"!==e&&("woocommerce_"+o.optionPrefix+"trusted_shops_"+r+"_code"===e||"woocommerce_"+o.optionPrefix+"trusted_shops_"+r+"_selector"===e?!o.isExpertMode()&&t&&(t=!1):o.isExpertMode()&&0<d(this).parents("table.form-table").find(":input[id$=_code]").length&&-1==d.inArray(e,a)&&(t=!1),t?d(this).parents("tr").show():d(this).parents("tr").hide())})},onSidebarTitelChange:function(){d(this).nextAll("table.form-table:first").find("tr:first").trigger("click")},onSidebarChange:function(){var e=d(this).find("[data-sidebar]"),t=d(this).parents(".form-table"),o=d(".wc-ts-sidebar-active"),i=o;e.length<=0&&0<t.find("[data-sidebar]").length&&(e=t.find("[data-sidebar]:first")),i=e.length<=0?d("#wc-ts-sidebar-default"):d("#"+e.data("sidebar")),o.removeClass("wc-ts-sidebar-active"),i.addClass("wc-ts-sidebar-active")},getSettingsWrapper:function(){var e=c.admin.optionPrefix.replace("_","-");return d(".wc-"+e+"admin-settings")},addNotice:function(e,t){var o=c.admin;o.getSettingsWrapper().find("#message").remove(),o.getSettingsWrapper().prepend('<div id="message" class="notice '+e+' inline"><p>'+t.join("<br/>")+"</p></div>"),d("html, body").animate({scrollTop:o.getSettingsWrapper().offset().top-100},1e3)},validate:function(e){var t=c.admin,o=!0,i=e.attr("id"),r="_code"===i.substr(i.length-5),n=e.val();return e.data("validate")?"integer"===e.data("validate")&&(n=parseInt(n),isNaN(n)&&(o=!1)):t.isExpertMode()&&r&&""===n&&(o=!1),o},onSaveForm:function(){var r=c.admin,n=!0;return d("textarea, input, select").removeClass("wc-ts-has-error"),d("textarea:visible, input:visible, select:visible").each(function(){var e,t=d(this).attr("id"),o="_code"===t.substr(t.length-5),i=d(this).parents("tr").find("td");i.find(".wc-ts-error").remove(),r.validate(d(this))||(d(this).addClass("wc-ts-has-error"),e=o?r.params.i18n_error_mandatory:d(this).data("validate-msg"),i.append('<span class="wc-ts-error">'+e+"</span>"),n=!1)}),n||d("html, body").animate({scrollTop:r.getSettingsWrapper().find(".wc-ts-has-error:first").offset().top-100},1e3),n},isExpertMode:function(){c.admin;return"expert"===d("#woocommerce_"+this.optionPrefix+"trusted_shops_integration_mode").val()},onClickExport:function(){var e=c.admin,t=d(this).data("href-org");d(this).attr("href",t+"&interval="+d("#woocommerce_"+e.optionPrefix+"trusted_shops_review_collector").val()+"&days="+d("#woocommerce_"+e.params.option_prefix+"trusted_shops_review_collector_days_to_send").val())}},d(document).ready(function(){c.admin.init()})}(jQuery,(wp,window.trusted_shops));
|
packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php
CHANGED
@@ -104,14 +104,14 @@ class WC_Trusted_Shops_Admin {
|
|
104 |
$data[ $k ] = ( isset( $_POST[ $data_k ][$i] ) ? $_POST[ $data_k ][$i] : null );
|
105 |
}
|
106 |
|
107 |
-
$product
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
}
|
116 |
}
|
117 |
|
104 |
$data[ $k ] = ( isset( $_POST[ $data_k ][$i] ) ? $_POST[ $data_k ][$i] : null );
|
105 |
}
|
106 |
|
107 |
+
if ( $product = wc_get_product( $variation_id ) ) {
|
108 |
+
foreach( $data as $key => $value ) {
|
109 |
+
$product = wc_ts_set_crud_data( $product, $key, $value );
|
110 |
+
}
|
111 |
+
|
112 |
+
if ( wc_ts_woocommerce_supports_crud() ) {
|
113 |
+
$product->save();
|
114 |
+
}
|
115 |
}
|
116 |
}
|
117 |
|
packages/woocommerce-trusted-shops/readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: http://www.trustbadge.com
|
|
5 |
Requires at least: 4.9
|
6 |
Tested up to: 5.4
|
7 |
WC requires at least: 3.4
|
8 |
-
WC tested up to: 4.
|
9 |
Stable tag: 4.0.4
|
10 |
Requires PHP: 5.6
|
11 |
License: GPLv3
|
5 |
Requires at least: 4.9
|
6 |
Tested up to: 5.4
|
7 |
WC requires at least: 3.4
|
8 |
+
WC tested up to: 4.2
|
9 |
Stable tag: 4.0.4
|
10 |
Requires PHP: 5.6
|
11 |
License: GPLv3
|
packages/woocommerce-trusted-shops/src/Package.php
CHANGED
@@ -16,7 +16,7 @@ class Package {
|
|
16 |
*
|
17 |
* @var string
|
18 |
*/
|
19 |
-
const VERSION = '4.0.
|
20 |
|
21 |
/**
|
22 |
* Init the package - load the REST API Server class.
|
16 |
*
|
17 |
* @var string
|
18 |
*/
|
19 |
+
const VERSION = '4.0.5';
|
20 |
|
21 |
/**
|
22 |
* Init the package - load the REST API Server class.
|
packages/woocommerce-trusted-shops/woocommerce-trusted-shops.php
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
* Plugin Name: Trustbadge Reviews for WooCommerce
|
4 |
* Plugin URI: http://www.trustedshops.co.uk/
|
5 |
* Description: Adds Seller and Product Reviews or Trusted Shops Integration to your WooCommerce Shop.
|
6 |
-
* Version: 4.0.
|
7 |
-
* Author:
|
8 |
* Author URI: http://vendidero.de
|
9 |
* Requires at least: 4.9
|
10 |
* Tested up to: 5.4
|
3 |
* Plugin Name: Trustbadge Reviews for WooCommerce
|
4 |
* Plugin URI: http://www.trustedshops.co.uk/
|
5 |
* Description: Adds Seller and Product Reviews or Trusted Shops Integration to your WooCommerce Shop.
|
6 |
+
* Version: 4.0.5
|
7 |
+
* Author: vendidero
|
8 |
* Author URI: http://vendidero.de
|
9 |
* Requires at least: 4.9
|
10 |
* Tested up to: 5.4
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Tags: woocommerce, woocommerce german, woocommerce DE, woocommerce germany, wooc
|
|
4 |
Requires at least: 4.9
|
5 |
Tested up to: 5.4
|
6 |
WC requires at least: 3.4
|
7 |
-
WC tested up to: 4.
|
8 |
-
Stable tag: 3.1.
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -189,6 +189,18 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
|
|
189 |
5. Manage shipments for orders
|
190 |
|
191 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
= 3.1.6 =
|
193 |
* Feature: WC 4.1 support
|
194 |
* Improvement: Removed default shipping costs hiding option within checkout
|
4 |
Requires at least: 4.9
|
5 |
Tested up to: 5.4
|
6 |
WC requires at least: 3.4
|
7 |
+
WC tested up to: 4.2
|
8 |
+
Stable tag: 3.1.7
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
189 |
5. Manage shipments for orders
|
190 |
|
191 |
== Changelog ==
|
192 |
+
= 3.1.7 =
|
193 |
+
* Feature: WC 4.2 support
|
194 |
+
* Feature: WooCommerce Product Addons shopmarks support
|
195 |
+
* Improvement: Prevent fee taxes in case no taxes or zero tax rate only is found
|
196 |
+
* Improvement: Added validation-required class to checkbox container in case it is mandatory
|
197 |
+
* Improvement: Show age verification product options for bookable products too
|
198 |
+
* Improvement: Voucher tax (re)-calculation for latest Woo version
|
199 |
+
* Improvement: Dependency checking
|
200 |
+
* Improvement: DHL lowered min per item weight for customs
|
201 |
+
* Fix: DHL customs weight calculation
|
202 |
+
* Fix: DHL preferred neighbour in manual label requests
|
203 |
+
|
204 |
= 3.1.6 =
|
205 |
* Feature: WC 4.1 support
|
206 |
* Improvement: Removed default shipping costs hiding option within checkout
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit07cd5bc7372a923fe61b8bebf93fc92c::getLoader();
|
vendor/autoload_packages.php
CHANGED
@@ -120,10 +120,10 @@ if ( ! function_exists( __NAMESPACE__ . '\autoloader' ) ) {
|
|
120 |
/**
|
121 |
* Prepare all the classes for autoloading.
|
122 |
*/
|
123 |
-
function
|
124 |
$class_map = require_once dirname( __FILE__ ) . '/composer/autoload_classmap_package.php';
|
125 |
foreach ( $class_map as $class_name => $class_info ) {
|
126 |
enqueue_package_class( $class_name, $class_info['version'], $class_info['path'] );
|
127 |
}
|
128 |
}
|
129 |
-
|
120 |
/**
|
121 |
* Prepare all the classes for autoloading.
|
122 |
*/
|
123 |
+
function enqueue_packages_0945dfe3b794c0849cd2e6a564cf5d38() {
|
124 |
$class_map = require_once dirname( __FILE__ ) . '/composer/autoload_classmap_package.php';
|
125 |
foreach ( $class_map as $class_name => $class_info ) {
|
126 |
enqueue_package_class( $class_name, $class_info['version'], $class_info['path'] );
|
127 |
}
|
128 |
}
|
129 |
+
enqueue_packages_0945dfe3b794c0849cd2e6a564cf5d38();
|
vendor/composer/autoload_classmap_package.php
CHANGED
@@ -195,275 +195,275 @@ return array(
|
|
195 |
'path' => $vendorDir . '/setasign/fpdi/src/FpdfTpl.php'
|
196 |
),
|
197 |
'Vendidero\\TrustedShops\\Package' => array(
|
198 |
-
'version' => '4.0.
|
199 |
'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
|
200 |
),
|
201 |
'Vendidero\\Germanized\\Shipments\\Shipment' => array(
|
202 |
-
'version' => '1.2.
|
203 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
|
204 |
),
|
205 |
'Vendidero\\Germanized\\Shipments\\Install' => array(
|
206 |
-
'version' => '1.2.
|
207 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
|
208 |
),
|
209 |
'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
|
210 |
-
'version' => '1.2.
|
211 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
|
212 |
),
|
213 |
'Vendidero\\Germanized\\Shipments\\ShippingProviderMethod' => array(
|
214 |
-
'version' => '1.2.
|
215 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProviderMethod.php'
|
216 |
),
|
217 |
'Vendidero\\Germanized\\Shipments\\Package' => array(
|
218 |
-
'version' => '1.2.
|
219 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
|
220 |
),
|
221 |
'Vendidero\\Germanized\\Shipments\\Order' => array(
|
222 |
-
'version' => '1.2.
|
223 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
|
224 |
),
|
225 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
|
226 |
-
'version' => '1.2.
|
227 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
|
228 |
),
|
229 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
|
230 |
-
'version' => '1.2.
|
231 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
|
232 |
),
|
233 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
|
234 |
-
'version' => '1.2.
|
235 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
|
236 |
),
|
237 |
'Vendidero\\Germanized\\Shipments\\Ajax' => array(
|
238 |
-
'version' => '1.2.
|
239 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
|
240 |
),
|
241 |
'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
|
242 |
-
'version' => '1.2.
|
243 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
|
244 |
),
|
245 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider' => array(
|
246 |
-
'version' => '1.2.
|
247 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider.php'
|
248 |
),
|
249 |
'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
|
250 |
-
'version' => '1.2.
|
251 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
|
252 |
),
|
253 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
|
254 |
-
'version' => '1.2.
|
255 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
|
256 |
),
|
257 |
'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
|
258 |
-
'version' => '1.2.
|
259 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
|
260 |
),
|
261 |
'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
|
262 |
-
'version' => '1.2.
|
263 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
|
264 |
),
|
265 |
'Vendidero\\Germanized\\Shipments\\Admin\\DownloadHandler' => array(
|
266 |
-
'version' => '1.2.
|
267 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/DownloadHandler.php'
|
268 |
),
|
269 |
'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
|
270 |
-
'version' => '1.2.
|
271 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
|
272 |
),
|
273 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
|
274 |
-
'version' => '1.2.
|
275 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
|
276 |
),
|
277 |
'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
|
278 |
-
'version' => '1.2.
|
279 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
|
280 |
),
|
281 |
'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
|
282 |
-
'version' => '1.2.
|
283 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
|
284 |
),
|
285 |
'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
|
286 |
-
'version' => '1.2.
|
287 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
|
288 |
),
|
289 |
'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
|
290 |
-
'version' => '1.2.
|
291 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
|
292 |
),
|
293 |
'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
|
294 |
-
'version' => '1.2.
|
295 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
|
296 |
),
|
297 |
'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
|
298 |
-
'version' => '1.2.
|
299 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
|
300 |
),
|
301 |
'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
|
302 |
-
'version' => '1.2.
|
303 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
|
304 |
),
|
305 |
'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
|
306 |
-
'version' => '1.2.
|
307 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
|
308 |
),
|
309 |
'Vendidero\\Germanized\\Shipments\\ShippingProviderMethodPlaceholder' => array(
|
310 |
-
'version' => '1.2.
|
311 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProviderMethodPlaceholder.php'
|
312 |
),
|
313 |
'Vendidero\\Germanized\\Shipments\\Automation' => array(
|
314 |
-
'version' => '1.2.
|
315 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
|
316 |
),
|
317 |
'Vendidero\\Germanized\\Shipments\\ShippingProviders' => array(
|
318 |
-
'version' => '1.2.
|
319 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProviders.php'
|
320 |
),
|
321 |
'Vendidero\\Germanized\\Shipments\\Api' => array(
|
322 |
-
'version' => '1.2.
|
323 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
|
324 |
),
|
325 |
'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
|
326 |
-
'version' => '1.2.
|
327 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
|
328 |
),
|
329 |
'Vendidero\\Germanized\\Shipments\\Validation' => array(
|
330 |
-
'version' => '1.2.
|
331 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
|
332 |
),
|
333 |
'Vendidero\\Germanized\\Shipments\\Emails' => array(
|
334 |
-
'version' => '1.2.
|
335 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
|
336 |
),
|
337 |
'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
|
338 |
-
'version' => '1.2.
|
339 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
|
340 |
),
|
341 |
'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
|
342 |
-
'version' => '1.2.
|
343 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
|
344 |
),
|
345 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
|
346 |
-
'version' => '1.2.
|
347 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmenReturnLabel.php'
|
348 |
),
|
349 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
|
350 |
-
'version' => '1.2.
|
351 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
|
352 |
),
|
353 |
'Vendidero\\Germanized\\DHL\\ShippingProviderDHL' => array(
|
354 |
-
'version' => '1.2.
|
355 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProviderDHL.php'
|
356 |
),
|
357 |
'Vendidero\\Germanized\\DHL\\ShippingProviderMethodDHL' => array(
|
358 |
-
'version' => '1.2.
|
359 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProviderMethodDHL.php'
|
360 |
),
|
361 |
'Vendidero\\Germanized\\DHL\\Install' => array(
|
362 |
-
'version' => '1.2.
|
363 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
|
364 |
),
|
365 |
'Vendidero\\Germanized\\DHL\\LabelQuery' => array(
|
366 |
-
'version' => '1.2.
|
367 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelQuery.php'
|
368 |
),
|
369 |
'Vendidero\\Germanized\\DHL\\ShipmentLabelWatcher' => array(
|
370 |
-
'version' => '1.2.
|
371 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShipmentLabelWatcher.php'
|
372 |
),
|
373 |
'Vendidero\\Germanized\\DHL\\Package' => array(
|
374 |
-
'version' => '1.2.
|
375 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
|
376 |
),
|
377 |
'Vendidero\\Germanized\\DHL\\Product' => array(
|
378 |
-
'version' => '1.2.
|
379 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
|
380 |
),
|
381 |
'Vendidero\\Germanized\\DHL\\Order' => array(
|
382 |
-
'version' => '1.2.
|
383 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
|
384 |
),
|
385 |
'Vendidero\\Germanized\\DHL\\DataStores\\Label' => array(
|
386 |
-
'version' => '1.2.
|
387 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/DataStores/Label.php'
|
388 |
),
|
389 |
'Vendidero\\Germanized\\DHL\\Label' => array(
|
390 |
-
'version' => '1.2.
|
391 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label.php'
|
392 |
),
|
393 |
'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
|
394 |
-
'version' => '1.2.
|
395 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
|
396 |
),
|
397 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer' => array(
|
398 |
-
'version' => '1.2.
|
399 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer.php'
|
400 |
),
|
401 |
'Vendidero\\Germanized\\DHL\\Admin\\Settings' => array(
|
402 |
-
'version' => '1.2.
|
403 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Settings.php'
|
404 |
),
|
405 |
'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
|
406 |
-
'version' => '1.2.
|
407 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
|
408 |
),
|
409 |
'Vendidero\\Germanized\\DHL\\ReturnLabel' => array(
|
410 |
-
'version' => '1.2.
|
411 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ReturnLabel.php'
|
412 |
),
|
413 |
'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
|
414 |
-
'version' => '1.2.
|
415 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
|
416 |
),
|
417 |
'Vendidero\\Germanized\\DHL\\SimpleLabel' => array(
|
418 |
-
'version' => '1.2.
|
419 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/SimpleLabel.php'
|
420 |
),
|
421 |
'Vendidero\\Germanized\\DHL\\Admin\\DownloadHandler' => array(
|
422 |
-
'version' => '1.2.
|
423 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/DownloadHandler.php'
|
424 |
),
|
425 |
'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
|
426 |
-
'version' => '1.2.
|
427 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
|
428 |
),
|
429 |
'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
|
430 |
-
'version' => '1.2.
|
431 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
|
432 |
),
|
433 |
'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
|
434 |
-
'version' => '1.2.
|
435 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
|
436 |
),
|
437 |
'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
|
438 |
-
'version' => '1.2.
|
439 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
|
440 |
),
|
441 |
'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
|
442 |
-
'version' => '1.2.
|
443 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
|
444 |
),
|
445 |
'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
|
446 |
-
'version' => '1.2.
|
447 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
|
448 |
),
|
449 |
'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
|
450 |
-
'version' => '1.2.
|
451 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
|
452 |
),
|
453 |
'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
|
454 |
-
'version' => '1.2.
|
455 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
|
456 |
),
|
457 |
'Vendidero\\Germanized\\DHL\\Automation' => array(
|
458 |
-
'version' => '1.2.
|
459 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Automation.php'
|
460 |
),
|
461 |
'Vendidero\\Germanized\\DHL\\LabelFactory' => array(
|
462 |
-
'version' => '1.2.
|
463 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelFactory.php'
|
464 |
),
|
465 |
'Vendidero\\Germanized\\DHL\\LabelWatcher' => array(
|
466 |
-
'version' => '1.2.
|
467 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelWatcher.php'
|
468 |
),
|
469 |
'Vendidero\\Germanized\\Shopmark' => array(
|
195 |
'path' => $vendorDir . '/setasign/fpdi/src/FpdfTpl.php'
|
196 |
),
|
197 |
'Vendidero\\TrustedShops\\Package' => array(
|
198 |
+
'version' => '4.0.5.0',
|
199 |
'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
|
200 |
),
|
201 |
'Vendidero\\Germanized\\Shipments\\Shipment' => array(
|
202 |
+
'version' => '1.2.7.0',
|
203 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
|
204 |
),
|
205 |
'Vendidero\\Germanized\\Shipments\\Install' => array(
|
206 |
+
'version' => '1.2.7.0',
|
207 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
|
208 |
),
|
209 |
'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
|
210 |
+
'version' => '1.2.7.0',
|
211 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
|
212 |
),
|
213 |
'Vendidero\\Germanized\\Shipments\\ShippingProviderMethod' => array(
|
214 |
+
'version' => '1.2.7.0',
|
215 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProviderMethod.php'
|
216 |
),
|
217 |
'Vendidero\\Germanized\\Shipments\\Package' => array(
|
218 |
+
'version' => '1.2.7.0',
|
219 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
|
220 |
),
|
221 |
'Vendidero\\Germanized\\Shipments\\Order' => array(
|
222 |
+
'version' => '1.2.7.0',
|
223 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
|
224 |
),
|
225 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
|
226 |
+
'version' => '1.2.7.0',
|
227 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
|
228 |
),
|
229 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
|
230 |
+
'version' => '1.2.7.0',
|
231 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
|
232 |
),
|
233 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
|
234 |
+
'version' => '1.2.7.0',
|
235 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
|
236 |
),
|
237 |
'Vendidero\\Germanized\\Shipments\\Ajax' => array(
|
238 |
+
'version' => '1.2.7.0',
|
239 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
|
240 |
),
|
241 |
'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
|
242 |
+
'version' => '1.2.7.0',
|
243 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
|
244 |
),
|
245 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider' => array(
|
246 |
+
'version' => '1.2.7.0',
|
247 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider.php'
|
248 |
),
|
249 |
'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
|
250 |
+
'version' => '1.2.7.0',
|
251 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
|
252 |
),
|
253 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
|
254 |
+
'version' => '1.2.7.0',
|
255 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
|
256 |
),
|
257 |
'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
|
258 |
+
'version' => '1.2.7.0',
|
259 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
|
260 |
),
|
261 |
'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
|
262 |
+
'version' => '1.2.7.0',
|
263 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
|
264 |
),
|
265 |
'Vendidero\\Germanized\\Shipments\\Admin\\DownloadHandler' => array(
|
266 |
+
'version' => '1.2.7.0',
|
267 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/DownloadHandler.php'
|
268 |
),
|
269 |
'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
|
270 |
+
'version' => '1.2.7.0',
|
271 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
|
272 |
),
|
273 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
|
274 |
+
'version' => '1.2.7.0',
|
275 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
|
276 |
),
|
277 |
'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
|
278 |
+
'version' => '1.2.7.0',
|
279 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
|
280 |
),
|
281 |
'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
|
282 |
+
'version' => '1.2.7.0',
|
283 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
|
284 |
),
|
285 |
'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
|
286 |
+
'version' => '1.2.7.0',
|
287 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
|
288 |
),
|
289 |
'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
|
290 |
+
'version' => '1.2.7.0',
|
291 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
|
292 |
),
|
293 |
'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
|
294 |
+
'version' => '1.2.7.0',
|
295 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
|
296 |
),
|
297 |
'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
|
298 |
+
'version' => '1.2.7.0',
|
299 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
|
300 |
),
|
301 |
'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
|
302 |
+
'version' => '1.2.7.0',
|
303 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
|
304 |
),
|
305 |
'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
|
306 |
+
'version' => '1.2.7.0',
|
307 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
|
308 |
),
|
309 |
'Vendidero\\Germanized\\Shipments\\ShippingProviderMethodPlaceholder' => array(
|
310 |
+
'version' => '1.2.7.0',
|
311 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProviderMethodPlaceholder.php'
|
312 |
),
|
313 |
'Vendidero\\Germanized\\Shipments\\Automation' => array(
|
314 |
+
'version' => '1.2.7.0',
|
315 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
|
316 |
),
|
317 |
'Vendidero\\Germanized\\Shipments\\ShippingProviders' => array(
|
318 |
+
'version' => '1.2.7.0',
|
319 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProviders.php'
|
320 |
),
|
321 |
'Vendidero\\Germanized\\Shipments\\Api' => array(
|
322 |
+
'version' => '1.2.7.0',
|
323 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
|
324 |
),
|
325 |
'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
|
326 |
+
'version' => '1.2.7.0',
|
327 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
|
328 |
),
|
329 |
'Vendidero\\Germanized\\Shipments\\Validation' => array(
|
330 |
+
'version' => '1.2.7.0',
|
331 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
|
332 |
),
|
333 |
'Vendidero\\Germanized\\Shipments\\Emails' => array(
|
334 |
+
'version' => '1.2.7.0',
|
335 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
|
336 |
),
|
337 |
'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
|
338 |
+
'version' => '1.2.7.0',
|
339 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
|
340 |
),
|
341 |
'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
|
342 |
+
'version' => '1.2.7.0',
|
343 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
|
344 |
),
|
345 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
|
346 |
+
'version' => '1.2.7.0',
|
347 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmenReturnLabel.php'
|
348 |
),
|
349 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
|
350 |
+
'version' => '1.2.7.0',
|
351 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
|
352 |
),
|
353 |
'Vendidero\\Germanized\\DHL\\ShippingProviderDHL' => array(
|
354 |
+
'version' => '1.2.6.0',
|
355 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProviderDHL.php'
|
356 |
),
|
357 |
'Vendidero\\Germanized\\DHL\\ShippingProviderMethodDHL' => array(
|
358 |
+
'version' => '1.2.6.0',
|
359 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProviderMethodDHL.php'
|
360 |
),
|
361 |
'Vendidero\\Germanized\\DHL\\Install' => array(
|
362 |
+
'version' => '1.2.6.0',
|
363 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
|
364 |
),
|
365 |
'Vendidero\\Germanized\\DHL\\LabelQuery' => array(
|
366 |
+
'version' => '1.2.6.0',
|
367 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelQuery.php'
|
368 |
),
|
369 |
'Vendidero\\Germanized\\DHL\\ShipmentLabelWatcher' => array(
|
370 |
+
'version' => '1.2.6.0',
|
371 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShipmentLabelWatcher.php'
|
372 |
),
|
373 |
'Vendidero\\Germanized\\DHL\\Package' => array(
|
374 |
+
'version' => '1.2.6.0',
|
375 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
|
376 |
),
|
377 |
'Vendidero\\Germanized\\DHL\\Product' => array(
|
378 |
+
'version' => '1.2.6.0',
|
379 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
|
380 |
),
|
381 |
'Vendidero\\Germanized\\DHL\\Order' => array(
|
382 |
+
'version' => '1.2.6.0',
|
383 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
|
384 |
),
|
385 |
'Vendidero\\Germanized\\DHL\\DataStores\\Label' => array(
|
386 |
+
'version' => '1.2.6.0',
|
387 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/DataStores/Label.php'
|
388 |
),
|
389 |
'Vendidero\\Germanized\\DHL\\Label' => array(
|
390 |
+
'version' => '1.2.6.0',
|
391 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label.php'
|
392 |
),
|
393 |
'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
|
394 |
+
'version' => '1.2.6.0',
|
395 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
|
396 |
),
|
397 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer' => array(
|
398 |
+
'version' => '1.2.6.0',
|
399 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer.php'
|
400 |
),
|
401 |
'Vendidero\\Germanized\\DHL\\Admin\\Settings' => array(
|
402 |
+
'version' => '1.2.6.0',
|
403 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Settings.php'
|
404 |
),
|
405 |
'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
|
406 |
+
'version' => '1.2.6.0',
|
407 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
|
408 |
),
|
409 |
'Vendidero\\Germanized\\DHL\\ReturnLabel' => array(
|
410 |
+
'version' => '1.2.6.0',
|
411 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ReturnLabel.php'
|
412 |
),
|
413 |
'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
|
414 |
+
'version' => '1.2.6.0',
|
415 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
|
416 |
),
|
417 |
'Vendidero\\Germanized\\DHL\\SimpleLabel' => array(
|
418 |
+
'version' => '1.2.6.0',
|
419 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/SimpleLabel.php'
|
420 |
),
|
421 |
'Vendidero\\Germanized\\DHL\\Admin\\DownloadHandler' => array(
|
422 |
+
'version' => '1.2.6.0',
|
423 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/DownloadHandler.php'
|
424 |
),
|
425 |
'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
|
426 |
+
'version' => '1.2.6.0',
|
427 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
|
428 |
),
|
429 |
'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
|
430 |
+
'version' => '1.2.6.0',
|
431 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
|
432 |
),
|
433 |
'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
|
434 |
+
'version' => '1.2.6.0',
|
435 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
|
436 |
),
|
437 |
'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
|
438 |
+
'version' => '1.2.6.0',
|
439 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
|
440 |
),
|
441 |
'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
|
442 |
+
'version' => '1.2.6.0',
|
443 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
|
444 |
),
|
445 |
'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
|
446 |
+
'version' => '1.2.6.0',
|
447 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
|
448 |
),
|
449 |
'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
|
450 |
+
'version' => '1.2.6.0',
|
451 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
|
452 |
),
|
453 |
'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
|
454 |
+
'version' => '1.2.6.0',
|
455 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
|
456 |
),
|
457 |
'Vendidero\\Germanized\\DHL\\Automation' => array(
|
458 |
+
'version' => '1.2.6.0',
|
459 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Automation.php'
|
460 |
),
|
461 |
'Vendidero\\Germanized\\DHL\\LabelFactory' => array(
|
462 |
+
'version' => '1.2.6.0',
|
463 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelFactory.php'
|
464 |
),
|
465 |
'Vendidero\\Germanized\\DHL\\LabelWatcher' => array(
|
466 |
+
'version' => '1.2.6.0',
|
467 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelWatcher.php'
|
468 |
),
|
469 |
'Vendidero\\Germanized\\Shopmark' => array(
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit183e367326e090aa10c224a37fdd7173
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit07cd5bc7372a923fe61b8bebf93fc92c
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit07cd5bc7372a923fe61b8bebf93fc92c', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit07cd5bc7372a923fe61b8bebf93fc92c', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit07cd5bc7372a923fe61b8bebf93fc92c::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
's' =>
|
@@ -66,9 +66,9 @@ class ComposerStaticInit183e367326e090aa10c224a37fdd7173
|
|
66 |
public static function getInitializer(ClassLoader $loader)
|
67 |
{
|
68 |
return \Closure::bind(function () use ($loader) {
|
69 |
-
$loader->prefixLengthsPsr4 =
|
70 |
-
$loader->prefixDirsPsr4 =
|
71 |
-
$loader->classMap =
|
72 |
|
73 |
}, null, ClassLoader::class);
|
74 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit07cd5bc7372a923fe61b8bebf93fc92c
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
's' =>
|
66 |
public static function getInitializer(ClassLoader $loader)
|
67 |
{
|
68 |
return \Closure::bind(function () use ($loader) {
|
69 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit07cd5bc7372a923fe61b8bebf93fc92c::$prefixLengthsPsr4;
|
70 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit07cd5bc7372a923fe61b8bebf93fc92c::$prefixDirsPsr4;
|
71 |
+
$loader->classMap = ComposerStaticInit07cd5bc7372a923fe61b8bebf93fc92c::$classMap;
|
72 |
|
73 |
}, null, ClassLoader::class);
|
74 |
}
|
vendor/composer/installed.json
CHANGED
@@ -309,27 +309,27 @@
|
|
309 |
},
|
310 |
{
|
311 |
"name": "vendidero/woocommerce-germanized-dhl",
|
312 |
-
"version": "v1.2.
|
313 |
-
"version_normalized": "1.2.
|
314 |
"source": {
|
315 |
"type": "git",
|
316 |
"url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
|
317 |
-
"reference": "
|
318 |
},
|
319 |
"dist": {
|
320 |
"type": "zip",
|
321 |
-
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/
|
322 |
-
"reference": "
|
323 |
"shasum": ""
|
324 |
},
|
325 |
"require": {
|
326 |
-
"automattic/jetpack-autoloader": "1.2.0"
|
327 |
},
|
328 |
"require-dev": {
|
329 |
"phpunit/phpunit": "6.5.14",
|
330 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
331 |
},
|
332 |
-
"time": "2020-05-
|
333 |
"type": "wordpress-plugin",
|
334 |
"installation-source": "dist",
|
335 |
"autoload": {
|
@@ -353,34 +353,34 @@
|
|
353 |
"description": "The Germanized DHL implementation.",
|
354 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
|
355 |
"support": {
|
356 |
-
"source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.2.
|
357 |
"issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
|
358 |
}
|
359 |
},
|
360 |
{
|
361 |
"name": "vendidero/woocommerce-germanized-shipments",
|
362 |
-
"version": "v1.2.
|
363 |
-
"version_normalized": "1.2.
|
364 |
"source": {
|
365 |
"type": "git",
|
366 |
"url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
|
367 |
-
"reference": "
|
368 |
},
|
369 |
"dist": {
|
370 |
"type": "zip",
|
371 |
-
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/
|
372 |
-
"reference": "
|
373 |
"shasum": ""
|
374 |
},
|
375 |
"require": {
|
376 |
-
"automattic/jetpack-autoloader": "1.2.0",
|
377 |
"setasign/fpdi-fpdf": "^2.0"
|
378 |
},
|
379 |
"require-dev": {
|
380 |
"phpunit/phpunit": "6.5.14",
|
381 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
382 |
},
|
383 |
-
"time": "2020-05-
|
384 |
"type": "wordpress-plugin",
|
385 |
"installation-source": "dist",
|
386 |
"autoload": {
|
@@ -402,23 +402,23 @@
|
|
402 |
"description": "The Germanized Shipments implementation.",
|
403 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
|
404 |
"support": {
|
405 |
-
"source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v1.2.
|
406 |
"issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
|
407 |
}
|
408 |
},
|
409 |
{
|
410 |
"name": "vendidero/woocommerce-trusted-shops",
|
411 |
-
"version": "v4.0.
|
412 |
-
"version_normalized": "4.0.
|
413 |
"source": {
|
414 |
"type": "git",
|
415 |
"url": "https://github.com/vendidero/woocommerce-trusted-shops.git",
|
416 |
-
"reference": "
|
417 |
},
|
418 |
"dist": {
|
419 |
"type": "zip",
|
420 |
-
"url": "https://api.github.com/repos/vendidero/woocommerce-trusted-shops/zipball/
|
421 |
-
"reference": "
|
422 |
"shasum": ""
|
423 |
},
|
424 |
"require": {
|
@@ -428,7 +428,7 @@
|
|
428 |
"phpunit/phpunit": "6.5.14",
|
429 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
430 |
},
|
431 |
-
"time": "2020-
|
432 |
"type": "wordpress-plugin",
|
433 |
"installation-source": "dist",
|
434 |
"autoload": {
|
@@ -450,7 +450,7 @@
|
|
450 |
"description": "Trustbadge Reviews for WooCommerce.",
|
451 |
"homepage": "https://github.com/vendidero/woocommerce-trusted-shops",
|
452 |
"support": {
|
453 |
-
"source": "https://github.com/vendidero/woocommerce-trusted-shops/tree/v4.0.
|
454 |
"issues": "https://github.com/vendidero/woocommerce-trusted-shops/issues"
|
455 |
}
|
456 |
}
|
309 |
},
|
310 |
{
|
311 |
"name": "vendidero/woocommerce-germanized-dhl",
|
312 |
+
"version": "v1.2.6",
|
313 |
+
"version_normalized": "1.2.6.0",
|
314 |
"source": {
|
315 |
"type": "git",
|
316 |
"url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
|
317 |
+
"reference": "a1fee5866c6881f5a68e5b0971da63f519e3fbaf"
|
318 |
},
|
319 |
"dist": {
|
320 |
"type": "zip",
|
321 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/a1fee5866c6881f5a68e5b0971da63f519e3fbaf",
|
322 |
+
"reference": "a1fee5866c6881f5a68e5b0971da63f519e3fbaf",
|
323 |
"shasum": ""
|
324 |
},
|
325 |
"require": {
|
326 |
+
"automattic/jetpack-autoloader": "^1.2.0"
|
327 |
},
|
328 |
"require-dev": {
|
329 |
"phpunit/phpunit": "6.5.14",
|
330 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
331 |
},
|
332 |
+
"time": "2020-05-28T11:28:49+00:00",
|
333 |
"type": "wordpress-plugin",
|
334 |
"installation-source": "dist",
|
335 |
"autoload": {
|
353 |
"description": "The Germanized DHL implementation.",
|
354 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
|
355 |
"support": {
|
356 |
+
"source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.2.6",
|
357 |
"issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
|
358 |
}
|
359 |
},
|
360 |
{
|
361 |
"name": "vendidero/woocommerce-germanized-shipments",
|
362 |
+
"version": "v1.2.7",
|
363 |
+
"version_normalized": "1.2.7.0",
|
364 |
"source": {
|
365 |
"type": "git",
|
366 |
"url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
|
367 |
+
"reference": "e32e114a29b677a803da9340b224430bffc16c26"
|
368 |
},
|
369 |
"dist": {
|
370 |
"type": "zip",
|
371 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/e32e114a29b677a803da9340b224430bffc16c26",
|
372 |
+
"reference": "e32e114a29b677a803da9340b224430bffc16c26",
|
373 |
"shasum": ""
|
374 |
},
|
375 |
"require": {
|
376 |
+
"automattic/jetpack-autoloader": "^1.2.0",
|
377 |
"setasign/fpdi-fpdf": "^2.0"
|
378 |
},
|
379 |
"require-dev": {
|
380 |
"phpunit/phpunit": "6.5.14",
|
381 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
382 |
},
|
383 |
+
"time": "2020-05-28T11:26:15+00:00",
|
384 |
"type": "wordpress-plugin",
|
385 |
"installation-source": "dist",
|
386 |
"autoload": {
|
402 |
"description": "The Germanized Shipments implementation.",
|
403 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
|
404 |
"support": {
|
405 |
+
"source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v1.2.7",
|
406 |
"issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
|
407 |
}
|
408 |
},
|
409 |
{
|
410 |
"name": "vendidero/woocommerce-trusted-shops",
|
411 |
+
"version": "v4.0.5",
|
412 |
+
"version_normalized": "4.0.5.0",
|
413 |
"source": {
|
414 |
"type": "git",
|
415 |
"url": "https://github.com/vendidero/woocommerce-trusted-shops.git",
|
416 |
+
"reference": "9d95790823b93455fafd349f9e4186b193ed9700"
|
417 |
},
|
418 |
"dist": {
|
419 |
"type": "zip",
|
420 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-trusted-shops/zipball/9d95790823b93455fafd349f9e4186b193ed9700",
|
421 |
+
"reference": "9d95790823b93455fafd349f9e4186b193ed9700",
|
422 |
"shasum": ""
|
423 |
},
|
424 |
"require": {
|
428 |
"phpunit/phpunit": "6.5.14",
|
429 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
430 |
},
|
431 |
+
"time": "2020-05-28T11:23:48+00:00",
|
432 |
"type": "wordpress-plugin",
|
433 |
"installation-source": "dist",
|
434 |
"autoload": {
|
450 |
"description": "Trustbadge Reviews for WooCommerce.",
|
451 |
"homepage": "https://github.com/vendidero/woocommerce-trusted-shops",
|
452 |
"support": {
|
453 |
+
"source": "https://github.com/vendidero/woocommerce-trusted-shops/tree/v4.0.5",
|
454 |
"issues": "https://github.com/vendidero/woocommerce-trusted-shops/issues"
|
455 |
}
|
456 |
}
|
woocommerce-germanized.php
CHANGED
@@ -3,15 +3,13 @@
|
|
3 |
* Plugin Name: Germanized for WooCommerce
|
4 |
* Plugin URI: https://www.vendidero.de/woocommerce-germanized
|
5 |
* Description: Germanized for WooCommerce extends WooCommerce to become a legally compliant store in the german market.
|
6 |
-
* Version: 3.1.
|
7 |
* Author: vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
* Requires at least: 4.9
|
10 |
* Tested up to: 5.4
|
11 |
* WC requires at least: 3.4
|
12 |
-
* WC tested up to: 4.
|
13 |
-
* Requires at least WooCommerce: 3.4
|
14 |
-
* Tested up to WooCommerce: 4.1
|
15 |
*
|
16 |
* Text Domain: woocommerce-germanized
|
17 |
* Domain Path: /i18n/languages/
|
@@ -71,7 +69,7 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
|
|
71 |
*
|
72 |
* @var string
|
73 |
*/
|
74 |
-
public $version = '3.1.
|
75 |
|
76 |
/**
|
77 |
* @var WooCommerce_Germanized $instance of the plugin
|
@@ -568,6 +566,7 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
|
|
568 |
'woo-poly-integration' => 'WC_GZD_Compatibility_Woo_Poly_Integration',
|
569 |
'woocommerce-dynamic-pricing' => 'WC_GZD_Compatibility_WooCommerce_Dynamic_Pricing',
|
570 |
'woocommerce-product-bundles' => 'WC_GZD_Compatibility_WooCommerce_Product_Bundles',
|
|
|
571 |
'woocommerce-role-based-prices' => 'WC_GZD_Compatibility_WooCommerce_Role_Based_Prices',
|
572 |
'woocommerce-role-based-price' => 'WC_GZD_Compatibility_WooCommerce_Role_Based_Price',
|
573 |
'woo-discount-rules' => 'WC_GZD_Compatibility_Woo_Discount_Rules',
|
3 |
* Plugin Name: Germanized for WooCommerce
|
4 |
* Plugin URI: https://www.vendidero.de/woocommerce-germanized
|
5 |
* Description: Germanized for WooCommerce extends WooCommerce to become a legally compliant store in the german market.
|
6 |
+
* Version: 3.1.7
|
7 |
* Author: vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
* Requires at least: 4.9
|
10 |
* Tested up to: 5.4
|
11 |
* WC requires at least: 3.4
|
12 |
+
* WC tested up to: 4.2
|
|
|
|
|
13 |
*
|
14 |
* Text Domain: woocommerce-germanized
|
15 |
* Domain Path: /i18n/languages/
|
69 |
*
|
70 |
* @var string
|
71 |
*/
|
72 |
+
public $version = '3.1.7';
|
73 |
|
74 |
/**
|
75 |
* @var WooCommerce_Germanized $instance of the plugin
|
566 |
'woo-poly-integration' => 'WC_GZD_Compatibility_Woo_Poly_Integration',
|
567 |
'woocommerce-dynamic-pricing' => 'WC_GZD_Compatibility_WooCommerce_Dynamic_Pricing',
|
568 |
'woocommerce-product-bundles' => 'WC_GZD_Compatibility_WooCommerce_Product_Bundles',
|
569 |
+
'woocommerce-product-addons' => 'WC_GZD_Compatibility_WooCommerce_Product_Addons',
|
570 |
'woocommerce-role-based-prices' => 'WC_GZD_Compatibility_WooCommerce_Role_Based_Prices',
|
571 |
'woocommerce-role-based-price' => 'WC_GZD_Compatibility_WooCommerce_Role_Based_Price',
|
572 |
'woo-discount-rules' => 'WC_GZD_Compatibility_Woo_Discount_Rules',
|