Version Description
- Improvement: WooCommerce 5.3 compatibility
- Improvement: Support new price range format (5.3) for sale labels
- Improvement: DHL differentiate between EU and international products
- Improvement: Always add variable shopmark data to improve pagebuilder support
- Improvement: DOI allow resending activation email for non-logged in customers (session)
- Fix: DHL adjust custom weights in case item total weight is greater than label weight
- Fix: DHL added endorsement for international shipment
- Fix: Additional legacy label fixes
Download this release
Release Info
Developer | vendidero |
Plugin | WooCommerce Germanized |
Version | 3.4.7 |
Comparing to | |
See all releases |
Code changes from version 3.4.6 to 3.4.7
- assets/css/admin-settings.css +0 -1
- assets/css/admin-settings.min.css +1 -1
- assets/js/admin/legal-checkboxes.min.js +1 -1
- assets/js/single-product.min.js +1 -1
- i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE.po +279 -267
- i18n/languages/woocommerce-germanized-de_DE_formal.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE_formal.po +279 -267
- includes/abstracts/abstract-wc-gzd-product.php +2 -2
- includes/admin/settings/abstract-wc-gzd-settings-tab.php +1 -0
- includes/admin/settings/class-wc-gzd-settings-tab-taxes.php +1 -1
- includes/class-wc-gzd-coupon-helper.php +1 -1
- includes/class-wc-gzd-customer-helper.php +40 -22
- includes/wc-gzd-template-functions.php +5 -26
- packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php +50 -3
- packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-legacy-functions.php +1 -2
- packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php +1 -1
- packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php +17 -1
- packages/woocommerce-germanized-dhl/src/Install.php +30 -0
- packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php +12 -9
- packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php +4 -0
- packages/woocommerce-germanized-dhl/src/Package.php +14 -1
- packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php +35 -8
- packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php +4 -0
- packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php +1 -1
- packages/woocommerce-germanized-shipments/includes/wc-gzd-label-functions.php +2 -0
- packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php +15 -6
- packages/woocommerce-germanized-shipments/src/Package.php +3 -3
- packages/woocommerce-germanized-shipments/src/ReturnShipment.php +6 -0
- packages/woocommerce-germanized-shipments/src/Shipment.php +15 -0
- packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php +1 -1
- readme.txt +13 -3
- src/Shopmark.php +2 -2
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/InstalledVersions.php +17 -17
- vendor/composer/autoload_classmap.php +3 -0
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +7 -4
- vendor/composer/installed.json +38 -36
- vendor/composer/installed.php +17 -17
- vendor/composer/installers/src/Composer/Installers/Installer.php +4 -1
- vendor/composer/installers/src/Composer/Installers/MauticInstaller.php +29 -6
- vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php +10 -0
- vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php +2 -1
- vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php +32 -0
- vendor/composer/installers/src/Composer/Installers/WinterInstaller.php +58 -0
- vendor/composer/jetpack_autoload_classmap.php +246 -234
- vendor/dvdoug/boxpacker/docs/advanced-usage.rst +2 -2
- vendor/dvdoug/boxpacker/src/LayerPacker.php +11 -46
- vendor/dvdoug/boxpacker/src/VolumePacker.php +2 -2
- vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
- vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
- vendor/jetpack-autoloader/class-autoloader.php +1 -1
- vendor/jetpack-autoloader/class-container.php +1 -1
- vendor/jetpack-autoloader/class-hook-manager.php +1 -1
- vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
- vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
- vendor/jetpack-autoloader/class-path-processor.php +1 -1
- vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
- vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
- vendor/jetpack-autoloader/class-version-loader.php +1 -1
- vendor/jetpack-autoloader/class-version-selector.php +1 -1
- vendor/psr/log/Psr/Log/AbstractLogger.php +16 -16
- vendor/psr/log/Psr/Log/LoggerAwareTrait.php +1 -1
- woocommerce-germanized.php +3 -3
assets/css/admin-settings.css
CHANGED
@@ -278,7 +278,6 @@ table.wc-gzd-legal-checkboxes tbody.wc-gzd-legal-checkbox-rows tr:nth-child(odd)
|
|
278 |
background: #FFF;
|
279 |
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
|
280 |
.wc-gzd-admin-settings-sidebar .wc-gzd-admin-settings-sidebar-inner.sticky {
|
281 |
-
position: -webkit-sticky;
|
282 |
position: sticky;
|
283 |
top: 50px; }
|
284 |
.wc-gzd-admin-settings-sidebar h1:first-of-type, .wc-gzd-admin-settings-sidebar h2:first-of-type, .wc-gzd-admin-settings-sidebar h3:first-of-type {
|
278 |
background: #FFF;
|
279 |
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
|
280 |
.wc-gzd-admin-settings-sidebar .wc-gzd-admin-settings-sidebar-inner.sticky {
|
|
|
281 |
position: sticky;
|
282 |
top: 50px; }
|
283 |
.wc-gzd-admin-settings-sidebar h1:first-of-type, .wc-gzd-admin-settings-sidebar h2:first-of-type, .wc-gzd-admin-settings-sidebar h3:first-of-type {
|
assets/css/admin-settings.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wc-gzd-settings .nav-tab-wrapper a.nav-tab[href*="tab=germanized"]{border-bottom:1px solid #f1f1f1;background:#f1f1f1;color:#000;margin-bottom:-1px;box-shadow:none}.wc-gzd-settings ul.subsubsub{margin-top:0}.wc-gzd-settings ul.subsubsub li a .wc-gzd-pro{margin-left:3px}.wc-gzd-settings ul.subsubsub li a.current .wc-gzd-pro{color:#222;border:1px solid #222}.wc-gzd-settings .wc-gzd-pro-outlined{margin-left:5px;margin-top:3px;border:1px solid #222;color:#222;background:0 0}.wc-gzd-settings a .wc-gzd-pro-outlined{border:1px solid #0073aa;color:#0073aa}.wc-gzd-settings .wc-gzd-dash-button{margin-right:5px;text-indent:9999px;position:relative;display:inline-block;padding:0;height:2em;width:2em;overflow:hidden;vertical-align:middle}.wc-gzd-settings .wc-gzd-dash-button::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.85;content:"\f464"}.wc-gzd-settings .wc-gzd-dash-button.help-link::after{content:"?";font-family:inherit;font-weight:700}.wc-gzd-settings .wc-gzd-settings-breadcrumb{display:flex;flex-wrap:wrap;justify-content:flex-start;font-size:1.4em;align-items:center;margin-bottom:.5em}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item{display:flex;flex-wrap:wrap;align-items:center}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item a.page-title-action{margin-left:1em;position:inherit;top:0}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item a.breadcrumb-link{text-decoration:none;display:inline-flex;white-space:nowrap;align-items:center;color:#444}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item a.breadcrumb-link:hover{color:#000!important}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item a.breadcrumb-link::after{font-family:Dashicons;font-weight:400;margin:0 2px;margin-top:2px;font-size:.9em;text-transform:none;line-height:1;text-indent:0;width:100%;height:100%;text-align:center;content:"\f345"}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item.breadcrumb-item-active{font-weight:600;color:#000}.wc-gzd-settings .wc-gzd-setting-header{font-size:1.4em}.wc-gzd-settings .wc-gzd-setting-header .page-title-action{top:-1px}.wc-gzd-settings .wc-gzd-setting-tabs{margin-top:1.5em}.wc-gzd-settings .wc-gzd-setting-tabs td,.wc-gzd-settings .wc-gzd-setting-tabs th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em;font-size:14px}.wc-gzd-settings .wc-gzd-setting-tabs th{font-weight:600}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-enabled,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-enabled{width:1%;text-align:center}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-enabled .status-disabled,.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-enabled .status-enabled,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-enabled .status-disabled,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-enabled .status-enabled{display:inline-block;margin-top:3px}.wc-gzd-settings .wc-gzd-setting-tabs a .wc-gzd-pro{margin-left:3px}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-actions,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-actions{width:15%;text-align:right}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-actions{display:flex;justify-content:flex-end;flex-wrap:wrap}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-actions .button{margin-right:5px}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-actions .button:last-child{margin-right:0}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-name,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-name{width:25ch}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-name{font-weight:700;white-space:nowrap}.wc-gzd-settings .wc-gzd-setting-tabs tr:nth-child(odd) td{background:#f9f9f9}.wc-gzd-admin-settings{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:1em}.wc-gzd-admin-settings.wc-gzd-admin-settings-has-sidebar{box-sizing:border-box}.wc-gzd-admin-settings.wc-gzd-admin-settings-has-sidebar .wc-gzd-admin-settings-fields{width:65%;padding-right:5%}.wc-gzd-admin-settings.wc-gzd-admin-settings-has-sidebar .wc-gzd-admin-settings-sidebar{width:30%}.wc-gzd-admin-settings tbody.ui-sortable tr:hover{cursor:move}.wc-gzd-admin-settings .forminp-radio fieldset p{margin-bottom:1em}.wc-gzd-admin-settings th.forminp-image{padding-right:0!important}.wc-gzd-admin-settings.wc-gzd-admin-settings-contract th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-germanized-emails-attachments th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-invoices th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-multistep_checkout th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-revocation_generator th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-terms_generator th.forminp-image{padding-top:0}.wc-gzd-admin-settings .forminp-image img,.wc-gzd-admin-settings .wc-gzd-premium img{max-width:100%;height:auto;opacity:.7}.wc-gzd-admin-settings #woocommerce_gzdp_terms_generator img{max-width:100%}.wc-gzd-admin-settings .woocommerce table.form-table th.forminp-image{padding-right:0}.wc-gzd-admin-settings tr.single_select_page .description{display:block;margin-top:.5em}.wc-gzd-admin-settings tr.wc-gzd-setting-invisible{display:none}.wc-gzd-admin-settings td .wc-gzd-additional-desc{margin-top:1em;line-height:1.5em;background:#fff;padding:.5em;font-style:normal;font-size:14px;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.wc-gzd-admin-settings td .wc-gzd-additional-desc .wc-gzd-tax-example{margin-top:.5em}.wc-gzd-admin-settings .wc-gzd-label-wrap{position:relative;display:block;vertical-align:middle}.wc-gzd-admin-settings .wc-gzd-label-wrap .woocommerce-help-tip{margin:-8px -24px 0 0!important;position:absolute;right:0;top:50%}.wc-gzd-admin-settings td.forminp-gzd_toggle p.description,.wc-gzd-admin-settings td.forminp-gzd_toggle span.description{display:inline-block;font-style:normal;font-size:14px;margin-left:5px}.wc-gzd-admin-settings td.forminp-gzd_toggle p.description .wc-gzd-additional-desc,.wc-gzd-admin-settings td.forminp-gzd_toggle span.description .wc-gzd-additional-desc{margin-bottom:-1em}.wc-gzd-admin-settings td.forminp-gzd_toggle fieldset{margin-top:1.25em}.wc-gzd-admin-settings td.forminp-gzd_toggle fieldset:first-child{margin-top:0}.wc-gzd-admin-settings a.woocommerce-gzd-input-toggle-trigger,.wc-gzd-setting-tabs a.woocommerce-gzd-input-toggle-trigger{color:transparent;border:none;text-decoration:none}.wc-gzd-admin-settings a.woocommerce-gzd-input-toggle-trigger:focus,.wc-gzd-setting-tabs a.woocommerce-gzd-input-toggle-trigger:focus{color:transparent;box-shadow:none;border:none}a.page-title-action .wc-gzd-pro{background:#0073aa}a.page-title-action:hover .wc-gzd-pro{background:#fff;color:#0073aa}table.wc-gzd-legal-checkboxes thead th{vertical-align:middle}table.wc-gzd-legal-checkboxes thead th.wc-gzd-legal-checkbox-sort{text-align:center}table.wc-gzd-legal-checkboxes td,table.wc-gzd-legal-checkboxes th{vertical-align:top;line-height:24px;padding:1em!important;font-size:14px;background:#fff;display:table-cell!important}table.wc-gzd-legal-checkboxes td ul,table.wc-gzd-legal-checkboxes th ul{margin:0}table.wc-gzd-legal-checkboxes td .status-disabled,table.wc-gzd-legal-checkboxes td .status-enabled,table.wc-gzd-legal-checkboxes th .status-disabled,table.wc-gzd-legal-checkboxes th .status-enabled{margin-top:3px}table.wc-gzd-legal-checkboxes td.wc-gzd-legal-checkbox-locations ul li,table.wc-gzd-legal-checkboxes th.wc-gzd-legal-checkbox-locations ul li{line-height:24px;font-size:14px;color:#555;display:inline;margin:0}table.wc-gzd-legal-checkboxes td.wc-gzd-legal-checkbox-locations ul li::before,table.wc-gzd-legal-checkboxes th.wc-gzd-legal-checkbox-locations ul li::before{content:', '}table.wc-gzd-legal-checkboxes td.wc-gzd-legal-checkbox-locations ul li:first-child::before,table.wc-gzd-legal-checkboxes th.wc-gzd-legal-checkbox-locations ul li:first-child::before{content:''}table.wc-gzd-legal-checkboxes td.wc-gzd-legal-checkbox-sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:left;height:100%;line-height:24px}table.wc-gzd-legal-checkboxes tbody.wc-gzd-legal-checkbox-rows td{border-top:2px solid #f9f9f9}table.wc-gzd-legal-checkboxes tbody.wc-gzd-legal-checkbox-rows tr:first-child td{border-top:0}table.wc-gzd-legal-checkboxes tbody.wc-gzd-legal-checkbox-rows tr:nth-child(odd) td{background:#f9f9f9}.wc-gzd-premium-overlay{border-left-color:#639aff!important}.wc-gzd-admin-settings-sidebar{box-sizing:border-box}.wc-gzd-admin-settings-sidebar .wc-gzd-admin-settings-sidebar-inner{padding:1em;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.wc-gzd-admin-settings-sidebar .wc-gzd-admin-settings-sidebar-inner.sticky{position
|
1 |
+
.wc-gzd-settings .nav-tab-wrapper a.nav-tab[href*="tab=germanized"]{border-bottom:1px solid #f1f1f1;background:#f1f1f1;color:#000;margin-bottom:-1px;box-shadow:none}.wc-gzd-settings ul.subsubsub{margin-top:0}.wc-gzd-settings ul.subsubsub li a .wc-gzd-pro{margin-left:3px}.wc-gzd-settings ul.subsubsub li a.current .wc-gzd-pro{color:#222;border:1px solid #222}.wc-gzd-settings .wc-gzd-pro-outlined{margin-left:5px;margin-top:3px;border:1px solid #222;color:#222;background:0 0}.wc-gzd-settings a .wc-gzd-pro-outlined{border:1px solid #0073aa;color:#0073aa}.wc-gzd-settings .wc-gzd-dash-button{margin-right:5px;text-indent:9999px;position:relative;display:inline-block;padding:0;height:2em;width:2em;overflow:hidden;vertical-align:middle}.wc-gzd-settings .wc-gzd-dash-button::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.85;content:"\f464"}.wc-gzd-settings .wc-gzd-dash-button.help-link::after{content:"?";font-family:inherit;font-weight:700}.wc-gzd-settings .wc-gzd-settings-breadcrumb{display:flex;flex-wrap:wrap;justify-content:flex-start;font-size:1.4em;align-items:center;margin-bottom:.5em}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item{display:flex;flex-wrap:wrap;align-items:center}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item a.page-title-action{margin-left:1em;position:inherit;top:0}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item a.breadcrumb-link{text-decoration:none;display:inline-flex;white-space:nowrap;align-items:center;color:#444}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item a.breadcrumb-link:hover{color:#000!important}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item a.breadcrumb-link::after{font-family:Dashicons;font-weight:400;margin:0 2px;margin-top:2px;font-size:.9em;text-transform:none;line-height:1;text-indent:0;width:100%;height:100%;text-align:center;content:"\f345"}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item.breadcrumb-item-active{font-weight:600;color:#000}.wc-gzd-settings .wc-gzd-setting-header{font-size:1.4em}.wc-gzd-settings .wc-gzd-setting-header .page-title-action{top:-1px}.wc-gzd-settings .wc-gzd-setting-tabs{margin-top:1.5em}.wc-gzd-settings .wc-gzd-setting-tabs td,.wc-gzd-settings .wc-gzd-setting-tabs th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em;font-size:14px}.wc-gzd-settings .wc-gzd-setting-tabs th{font-weight:600}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-enabled,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-enabled{width:1%;text-align:center}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-enabled .status-disabled,.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-enabled .status-enabled,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-enabled .status-disabled,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-enabled .status-enabled{display:inline-block;margin-top:3px}.wc-gzd-settings .wc-gzd-setting-tabs a .wc-gzd-pro{margin-left:3px}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-actions,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-actions{width:15%;text-align:right}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-actions{display:flex;justify-content:flex-end;flex-wrap:wrap}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-actions .button{margin-right:5px}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-actions .button:last-child{margin-right:0}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-name,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-name{width:25ch}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-name{font-weight:700;white-space:nowrap}.wc-gzd-settings .wc-gzd-setting-tabs tr:nth-child(odd) td{background:#f9f9f9}.wc-gzd-admin-settings{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:1em}.wc-gzd-admin-settings.wc-gzd-admin-settings-has-sidebar{box-sizing:border-box}.wc-gzd-admin-settings.wc-gzd-admin-settings-has-sidebar .wc-gzd-admin-settings-fields{width:65%;padding-right:5%}.wc-gzd-admin-settings.wc-gzd-admin-settings-has-sidebar .wc-gzd-admin-settings-sidebar{width:30%}.wc-gzd-admin-settings tbody.ui-sortable tr:hover{cursor:move}.wc-gzd-admin-settings .forminp-radio fieldset p{margin-bottom:1em}.wc-gzd-admin-settings th.forminp-image{padding-right:0!important}.wc-gzd-admin-settings.wc-gzd-admin-settings-contract th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-germanized-emails-attachments th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-invoices th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-multistep_checkout th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-revocation_generator th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-terms_generator th.forminp-image{padding-top:0}.wc-gzd-admin-settings .forminp-image img,.wc-gzd-admin-settings .wc-gzd-premium img{max-width:100%;height:auto;opacity:.7}.wc-gzd-admin-settings #woocommerce_gzdp_terms_generator img{max-width:100%}.wc-gzd-admin-settings .woocommerce table.form-table th.forminp-image{padding-right:0}.wc-gzd-admin-settings tr.single_select_page .description{display:block;margin-top:.5em}.wc-gzd-admin-settings tr.wc-gzd-setting-invisible{display:none}.wc-gzd-admin-settings td .wc-gzd-additional-desc{margin-top:1em;line-height:1.5em;background:#fff;padding:.5em;font-style:normal;font-size:14px;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.wc-gzd-admin-settings td .wc-gzd-additional-desc .wc-gzd-tax-example{margin-top:.5em}.wc-gzd-admin-settings .wc-gzd-label-wrap{position:relative;display:block;vertical-align:middle}.wc-gzd-admin-settings .wc-gzd-label-wrap .woocommerce-help-tip{margin:-8px -24px 0 0!important;position:absolute;right:0;top:50%}.wc-gzd-admin-settings td.forminp-gzd_toggle p.description,.wc-gzd-admin-settings td.forminp-gzd_toggle span.description{display:inline-block;font-style:normal;font-size:14px;margin-left:5px}.wc-gzd-admin-settings td.forminp-gzd_toggle p.description .wc-gzd-additional-desc,.wc-gzd-admin-settings td.forminp-gzd_toggle span.description .wc-gzd-additional-desc{margin-bottom:-1em}.wc-gzd-admin-settings td.forminp-gzd_toggle fieldset{margin-top:1.25em}.wc-gzd-admin-settings td.forminp-gzd_toggle fieldset:first-child{margin-top:0}.wc-gzd-admin-settings a.woocommerce-gzd-input-toggle-trigger,.wc-gzd-setting-tabs a.woocommerce-gzd-input-toggle-trigger{color:transparent;border:none;text-decoration:none}.wc-gzd-admin-settings a.woocommerce-gzd-input-toggle-trigger:focus,.wc-gzd-setting-tabs a.woocommerce-gzd-input-toggle-trigger:focus{color:transparent;box-shadow:none;border:none}a.page-title-action .wc-gzd-pro{background:#0073aa}a.page-title-action:hover .wc-gzd-pro{background:#fff;color:#0073aa}table.wc-gzd-legal-checkboxes thead th{vertical-align:middle}table.wc-gzd-legal-checkboxes thead th.wc-gzd-legal-checkbox-sort{text-align:center}table.wc-gzd-legal-checkboxes td,table.wc-gzd-legal-checkboxes th{vertical-align:top;line-height:24px;padding:1em!important;font-size:14px;background:#fff;display:table-cell!important}table.wc-gzd-legal-checkboxes td ul,table.wc-gzd-legal-checkboxes th ul{margin:0}table.wc-gzd-legal-checkboxes td .status-disabled,table.wc-gzd-legal-checkboxes td .status-enabled,table.wc-gzd-legal-checkboxes th .status-disabled,table.wc-gzd-legal-checkboxes th .status-enabled{margin-top:3px}table.wc-gzd-legal-checkboxes td.wc-gzd-legal-checkbox-locations ul li,table.wc-gzd-legal-checkboxes th.wc-gzd-legal-checkbox-locations ul li{line-height:24px;font-size:14px;color:#555;display:inline;margin:0}table.wc-gzd-legal-checkboxes td.wc-gzd-legal-checkbox-locations ul li::before,table.wc-gzd-legal-checkboxes th.wc-gzd-legal-checkbox-locations ul li::before{content:', '}table.wc-gzd-legal-checkboxes td.wc-gzd-legal-checkbox-locations ul li:first-child::before,table.wc-gzd-legal-checkboxes th.wc-gzd-legal-checkbox-locations ul li:first-child::before{content:''}table.wc-gzd-legal-checkboxes td.wc-gzd-legal-checkbox-sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:left;height:100%;line-height:24px}table.wc-gzd-legal-checkboxes tbody.wc-gzd-legal-checkbox-rows td{border-top:2px solid #f9f9f9}table.wc-gzd-legal-checkboxes tbody.wc-gzd-legal-checkbox-rows tr:first-child td{border-top:0}table.wc-gzd-legal-checkboxes tbody.wc-gzd-legal-checkbox-rows tr:nth-child(odd) td{background:#f9f9f9}.wc-gzd-premium-overlay{border-left-color:#639aff!important}.wc-gzd-admin-settings-sidebar{box-sizing:border-box}.wc-gzd-admin-settings-sidebar .wc-gzd-admin-settings-sidebar-inner{padding:1em;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.wc-gzd-admin-settings-sidebar .wc-gzd-admin-settings-sidebar-inner.sticky{position:sticky;top:50px}.wc-gzd-admin-settings-sidebar h1:first-of-type,.wc-gzd-admin-settings-sidebar h2:first-of-type,.wc-gzd-admin-settings-sidebar h3:first-of-type{margin-top:0}.wc-gzd-admin-settings-sidebar img{width:100%}.wc-gzd-admin-settings-sidebar .browser{border-radius:3px}.wc-gzd-admin-settings-sidebar .small{font-size:.9em;display:block;margin-top:.5em;color:#888}.wc-gzd-admin-settings-checkboxes td.forminp-textarea p code{margin:.5em 0;display:block}.wc-gzd-admin-settings-checkboxes td.forminp-textarea p{margin-bottom:1em}.wc-gzd-admin-settings-checkboxes td.forminp-textarea .gzd-small-desc{font-size:12px;font-style:italic;display:block}.wc-gzd-admin-settings-checkboxes td.forminp-text .description{margin-top:.5em;line-height:1.5em;display:block}
|
assets/js/admin/legal-checkboxes.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(s,c,d,l){s(function(){s(".wc-gzd-legal-checkboxes");var e=s(".wc-gzd-legal-checkbox-rows"),t=s(".wc-shipping-zone-save"),n=d.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)&&a.clearUnloadConfirmation()},save:function(){_.size(this.changes)?s.post(l+(0<l.indexOf("?")?"&":"?")+"action=woocommerce_gzd_legal_checkboxes_save_changes",{wc_gzd_legal_checkbox_nonce:c.checkboxes_nonce,changes:this.changes},this.onSaveResponse,"json"):o.trigger("saved:checkboxes")},onSaveResponse:function(e,t){"success"===t&&(e.success?(o.set("checkboxes",e.data.checkboxes),o.trigger("change:checkboxes"),o.changes={},o.trigger("saved:checkboxes")):window.alert(c.strings.save_failed))}}),n=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),s(window).on("beforeunload",{view:this},this.unloadConfirmation),s(document.body).on("click",".wc-gzd-legal-checkbox-add",{view:this},this.onAddNewRow)},block:function(){s(this.el).block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){s(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(),s.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(){s("#tiptip_holder").removeAttr("style"),s("#tiptip_arrow").removeAttr("style"),s(".tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:50})},disableDelete:function(e,t){e=s('.wc-gzd-legal-checkboxes tr[data-id="'+e+'"]');t&&(e.find(".wc-gzd-legal-checkbox-delete").remove(),e.find(".row-actions .sep").remove())},renderStatus:function(e,t,n){n=s('.wc-gzd-legal-checkboxes tr[data-id="'+e+'"]').find("td.wc-gzd-legal-checkbox-"+n);class_name=t?"enabled":"disabled",n.empty(),n.html('<span class="status-'+class_name+'"></span>')},renderLocations:function(e,t){var n=s('.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=s(this).closest("tr").data("id");e.preventDefault(),window.confirm(c.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=c.strings.unload_confirmation_msg,window.event.returnValue=c.strings.unload_confirmation_msg,c.strings.unload_confirmation_msg},updateModelOnChange:function(e){var t=e.data.view.model,n=s(e.target),i=n.closest("tr").data("id"),o=n.data("attribute"),e=n.val(),n=_.indexBy(t.get("checkboxes"),"id");n[i]&&n[i][o]===e||(n[i]={},n[i][o]=e),t.logChanges({})},updateModelOnSort:function(e){var t=e.data.view.model,i=_.indexBy(t.get("checkboxes"),"id"),n=s("tbody.wc-gzd-legal-checkbox-rows tr"),o={};_.each(n,function(e){var t=s(e).data("id"),n=null,e=parseInt(s(e).index(),10);i[t]
|
1 |
+
!function(s,c,d,l){s(function(){s(".wc-gzd-legal-checkboxes");var e=s(".wc-gzd-legal-checkbox-rows"),t=s(".wc-shipping-zone-save"),n=d.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)&&a.clearUnloadConfirmation()},save:function(){_.size(this.changes)?s.post(l+(0<l.indexOf("?")?"&":"?")+"action=woocommerce_gzd_legal_checkboxes_save_changes",{wc_gzd_legal_checkbox_nonce:c.checkboxes_nonce,changes:this.changes},this.onSaveResponse,"json"):o.trigger("saved:checkboxes")},onSaveResponse:function(e,t){"success"===t&&(e.success?(o.set("checkboxes",e.data.checkboxes),o.trigger("change:checkboxes"),o.changes={},o.trigger("saved:checkboxes")):window.alert(c.strings.save_failed))}}),n=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),s(window).on("beforeunload",{view:this},this.unloadConfirmation),s(document.body).on("click",".wc-gzd-legal-checkbox-add",{view:this},this.onAddNewRow)},block:function(){s(this.el).block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){s(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(),s.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(){s("#tiptip_holder").removeAttr("style"),s("#tiptip_arrow").removeAttr("style"),s(".tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:50})},disableDelete:function(e,t){e=s('.wc-gzd-legal-checkboxes tr[data-id="'+e+'"]');t&&(e.find(".wc-gzd-legal-checkbox-delete").remove(),e.find(".row-actions .sep").remove())},renderStatus:function(e,t,n){n=s('.wc-gzd-legal-checkboxes tr[data-id="'+e+'"]').find("td.wc-gzd-legal-checkbox-"+n);class_name=t?"enabled":"disabled",n.empty(),n.html('<span class="status-'+class_name+'"></span>')},renderLocations:function(e,t){var n=s('.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=s(this).closest("tr").data("id");e.preventDefault(),window.confirm(c.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=c.strings.unload_confirmation_msg,window.event.returnValue=c.strings.unload_confirmation_msg,c.strings.unload_confirmation_msg},updateModelOnChange:function(e){var t=e.data.view.model,n=s(e.target),i=n.closest("tr").data("id"),o=n.data("attribute"),e=n.val(),n=_.indexBy(t.get("checkboxes"),"id");n[i]&&n[i][o]===e||(n[i]={},n[i][o]=e),t.logChanges({})},updateModelOnSort:function(e){var t=e.data.view.model,i=_.indexBy(t.get("checkboxes"),"id"),n=s("tbody.wc-gzd-legal-checkbox-rows tr"),o={};_.each(n,function(e){var t=s(e).data("id"),n=null,e=parseInt(s(e).index(),10);(n=i[t]?parseInt(i[t].priority,10):n)!==e&&(o[t]=_.extend(o[t]||{},{priority:e}))}),_.size(o)&&(t.logChanges(o),e.data.view.block(),e.data.view.model.save())}}),o=new i({checkboxes:c.checkboxes}),a=new n({model:o,el:e});a.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/single-product.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
window.germanized=window.germanized||{},function(a,o){o.single_product={params:{},requests:[],productId:0,variationId:0,init:function(){var e=o.single_product;e.params=wc_gzd_single_product_params,e.productId=e.params.product_id,a(e.params.wrapper+" "+e.params.price_selector+":not(.price-unit):visible").on("DOMSubtreeModified",e.onChangePrice),0<a(".variations_form").length&&a(".variations_form").each(function(){var r=a(this);r.on("reset_data",e.onResetVariation),r.on("found_variation.wc-variation-form",e.onFoundVariation)})},onFoundVariation:function(r,e){var i=o.single_product;e.hasOwnProperty("variation_id")&&(i.variationId=e.variation_id)},onResetVariation:function(){o.single_product.variationId=0},getCurrentPriceData:function(){var r=o.single_product,e=a(r.params.wrapper+" "+r.params.price_selector+":not(.price-unit):visible");if(0<e.length){var i=e.parents(r.params.wrapper).find(".price-unit:first"),t=r.getRawPrice(e.find(".amount:first")),n="";if(1<e.find(".amount").length&&(n=r.getRawPrice(e.find(".amount:last"))),0<i.length&&t)return{price:t,unit_price:i,sale_price:n}}return!1},onChangePrice:function(i){setTimeout(function(){var r=o.single_product,e=r.getCurrentPriceData();i.preventDefault(),e&&(a(r.params.wrapper+" "+r.params.price_selector+":not(.price-unit):visible").off("DOMSubtreeModified",r.onChangePrice),0<a.active?r.requests.length<=0&&a(document).on("ajaxStop",r.onAjaxStopRefresh):r.refreshUnitPrice(e.price,e.unit_price,e.sale_price))},500)},onAjaxStopRefresh:function(r){var e=o.single_product,i=e.getCurrentPriceData();i&&e.refreshUnitPrice(i.price,i.unit_price,i.sale_price),a(document).off("ajaxStop",e.onAjaxStopRefresh)},getRawPrice:function(
|
1 |
+
window.germanized=window.germanized||{},function(a,o){o.single_product={params:{},requests:[],productId:0,variationId:0,init:function(){var e=o.single_product;e.params=wc_gzd_single_product_params,e.productId=e.params.product_id,a(e.params.wrapper+" "+e.params.price_selector+":not(.price-unit):visible").on("DOMSubtreeModified",e.onChangePrice),0<a(".variations_form").length&&a(".variations_form").each(function(){var r=a(this);r.on("reset_data",e.onResetVariation),r.on("found_variation.wc-variation-form",e.onFoundVariation)})},onFoundVariation:function(r,e){var i=o.single_product;e.hasOwnProperty("variation_id")&&(i.variationId=e.variation_id)},onResetVariation:function(){o.single_product.variationId=0},getCurrentPriceData:function(){var r=o.single_product,e=a(r.params.wrapper+" "+r.params.price_selector+":not(.price-unit):visible");if(0<e.length){var i=e.parents(r.params.wrapper).find(".price-unit:first"),t=r.getRawPrice(e.find(".amount:first")),n="";if(1<e.find(".amount").length&&(n=r.getRawPrice(e.find(".amount:last"))),0<i.length&&t)return{price:t,unit_price:i,sale_price:n}}return!1},onChangePrice:function(i){setTimeout(function(){var r=o.single_product,e=r.getCurrentPriceData();i.preventDefault(),e&&(a(r.params.wrapper+" "+r.params.price_selector+":not(.price-unit):visible").off("DOMSubtreeModified",r.onChangePrice),0<a.active?r.requests.length<=0&&a(document).on("ajaxStop",r.onAjaxStopRefresh):r.refreshUnitPrice(e.price,e.unit_price,e.sale_price))},500)},onAjaxStopRefresh:function(r){var e=o.single_product,i=e.getCurrentPriceData();i&&e.refreshUnitPrice(i.price,i.unit_price,i.sale_price),a(document).off("ajaxStop",e.onAjaxStopRefresh)},getRawPrice:function(e){var r=o.single_product,i=0<e.length?e.text():"",e=!1;try{e=accounting.unformat(i,r.params.price_decimal_sep)}catch(r){e=!1}return e},refreshUnitPrice:function(r,e,i){var t=o.single_product;if(0<t.requests.length)for(var n=0;n<t.requests.length;n++)t.requests[n].abort();t.requests.push(a.ajax({type:"POST",url:t.params.wc_ajax_url.toString().replace("%%endpoint%%","gzd_refresh_unit_price"),data:{security:t.params.refresh_unit_price_nonce,product_id:0<t.variationId?t.variationId:t.productId,price:r,price_sale:i},success:function(r){r.hasOwnProperty("unit_price_html")&&e.html(r.unit_price_html),a(t.params.wrapper+" "+t.params.price_selector+":not(.price-unit):visible").on("DOMSubtreeModified",t.onChangePrice)},error:function(r){},dataType:"json"}))}},a(document).ready(function(){o.single_product.init()})}(jQuery,window.germanized);
|
i18n/languages/woocommerce-germanized-de_DE.mo
CHANGED
Binary file
|
i18n/languages/woocommerce-germanized-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2021-
|
6 |
-
"PO-Revision-Date: 2021-
|
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.4.
|
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;"
|
@@ -40,131 +40,131 @@ msgstr ""
|
|
40 |
"X-Poedit-SearchPathExcluded-13: woocommerce-germanized/assets\n"
|
41 |
|
42 |
# @ woocommerce-germanized
|
43 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
44 |
#: woocommerce-germanized-dhl/src/Api/Paket.php:274
|
45 |
msgctxt "dhl day context"
|
46 |
msgid "None"
|
47 |
msgstr "Keiner"
|
48 |
|
49 |
# @ woocommerce-germanized
|
50 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
51 |
msgctxt "dhl"
|
52 |
msgid "Delivery Duty Unpaid"
|
53 |
msgstr "Delivery Duty Unpaid"
|
54 |
|
55 |
# @ woocommerce-germanized
|
56 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
57 |
msgctxt "dhl"
|
58 |
msgid "Delivery Duty Paid"
|
59 |
msgstr "Delivery Duty Paid"
|
60 |
|
61 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
62 |
msgctxt "dhl"
|
63 |
msgid "Delivery Duty Paid (excl. VAT )"
|
64 |
msgstr "Delivered Duty Paid (exkl. MwSt.)"
|
65 |
|
66 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
67 |
msgctxt "dhl"
|
68 |
msgid "Delivery Duty Paid (excl. Duties, taxes and VAT)"
|
69 |
msgstr "Delivery Duty Paid (exkl. Zölle, Steuern und MwSt.)"
|
70 |
|
71 |
# @ woocommerce-germanized
|
72 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
73 |
msgctxt "age context"
|
74 |
msgid "None"
|
75 |
msgstr "Keine"
|
76 |
|
77 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
78 |
msgctxt "dhl"
|
79 |
msgid "Minimum age of 16"
|
80 |
msgstr "Mindestens 16 Jahre"
|
81 |
|
82 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
83 |
msgctxt "dhl"
|
84 |
msgid "Minimum age of 18"
|
85 |
msgstr "Mindestens 18 Jahre"
|
86 |
|
87 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
88 |
msgctxt "dhl"
|
89 |
msgid "Shipment #{shipment_id} to order {order_id}"
|
90 |
msgstr "Sendung #{shipment_id} zur Bestellung {order_id}"
|
91 |
|
92 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
93 |
msgctxt "dhl"
|
94 |
msgid "Return #{shipment_id} to order {order_id}"
|
95 |
msgstr "Retoure #{shipment_id} zur Bestellung {order_id}"
|
96 |
|
97 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
98 |
msgctxt "dhl"
|
99 |
msgid "Return shipment #{shipment_id} to order #{order_id}"
|
100 |
msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
|
101 |
|
102 |
# @ woocommerce-germanized
|
103 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
104 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:890
|
105 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
106 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
107 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
|
108 |
msgctxt "dhl"
|
109 |
msgid "Packstation"
|
110 |
msgstr "Packstation"
|
111 |
|
112 |
# @ woocommerce-germanized
|
113 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
114 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
115 |
msgctxt "dhl"
|
116 |
msgid "Postfiliale"
|
117 |
msgstr "Postfiliale"
|
118 |
|
119 |
# @ woocommerce-germanized
|
120 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
121 |
msgctxt "dhl"
|
122 |
msgid "DHL Retoure International A"
|
123 |
msgstr "DHL Retoure International A"
|
124 |
|
125 |
# @ woocommerce-germanized
|
126 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
127 |
msgctxt "dhl"
|
128 |
msgid "DHL Retoure International B"
|
129 |
msgstr "DHL Retoure International B"
|
130 |
|
131 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
132 |
msgctxt "dhl"
|
133 |
msgid "DHL Retoure Online"
|
134 |
msgstr "DHL Retoure Online"
|
135 |
|
136 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
msgctxt "dhl"
|
138 |
msgid "DHL Paket Connect"
|
139 |
msgstr "DHL Paket Connect"
|
140 |
|
141 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
142 |
msgctxt "dhl"
|
143 |
msgid "DHL Europaket (B2B)"
|
144 |
msgstr "DHL Europaket (B2B)"
|
145 |
|
146 |
-
|
147 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:833
|
148 |
-
msgctxt "dhl"
|
149 |
-
msgid "DHL Paket International"
|
150 |
-
msgstr "DHL Paket International"
|
151 |
-
|
152 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:898
|
153 |
msgctxt "dhl"
|
154 |
msgid "DHL Paket"
|
155 |
msgstr "DHL Paket"
|
156 |
|
157 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
158 |
msgctxt "dhl"
|
159 |
msgid "DHL Paket PRIO"
|
160 |
msgstr "DHL Paket PRIO"
|
161 |
|
162 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
163 |
msgctxt "dhl"
|
164 |
msgid "DHL Paket Taggleich"
|
165 |
msgstr "DHL Paket Taggleich"
|
166 |
|
167 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
168 |
msgctxt "dhl"
|
169 |
msgid "DHL Warenpost"
|
170 |
msgstr "DHL Warenpost"
|
@@ -305,37 +305,37 @@ msgid "DHL & Post"
|
|
305 |
msgstr "DHL & Post"
|
306 |
|
307 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
308 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
309 |
msgctxt "dhl"
|
310 |
msgid "Monday"
|
311 |
msgstr "Montag"
|
312 |
|
313 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
314 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
315 |
msgctxt "dhl"
|
316 |
msgid "Tuesday"
|
317 |
msgstr "Dienstag"
|
318 |
|
319 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
320 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
321 |
msgctxt "dhl"
|
322 |
msgid "Wednesday"
|
323 |
msgstr "Mittwoch"
|
324 |
|
325 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
326 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
327 |
msgctxt "dhl"
|
328 |
msgid "Thursday"
|
329 |
msgstr "Donnerstag"
|
330 |
|
331 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
332 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
333 |
msgctxt "dhl"
|
334 |
msgid "Friday"
|
335 |
msgstr "Freitag"
|
336 |
|
337 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
338 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
339 |
msgctxt "dhl"
|
340 |
msgid "Saturday"
|
341 |
msgstr "Samstag"
|
@@ -608,7 +608,7 @@ msgid "Could not create account number - no product number."
|
|
608 |
msgstr ""
|
609 |
"Die Abrechnungsnummer konnte nicht erzeugt werden. Die Teilnahmenummer fehlt."
|
610 |
|
611 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
612 |
#, php-format
|
613 |
msgctxt "dhl"
|
614 |
msgid ""
|
@@ -618,7 +618,7 @@ msgstr ""
|
|
618 |
"Deine Absenderadresse ist nicht komplett. Bitte prüfe deine <a href=\"%s"
|
619 |
"\">Einstellungen</a> und versuche es erneut."
|
620 |
|
621 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
622 |
#, php-format
|
623 |
msgctxt "dhl"
|
624 |
msgid "Only %s shipment items can be processed, your shipment has %s items."
|
@@ -758,13 +758,13 @@ msgctxt "dhl time-span"
|
|
758 |
msgid "%s-%s"
|
759 |
msgstr "%s-%s"
|
760 |
|
761 |
-
#: woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php:
|
762 |
msgctxt "dhl"
|
763 |
msgid "Invalid label."
|
764 |
msgstr "Ungültiges Label."
|
765 |
|
766 |
# @ woocommerce-germanized
|
767 |
-
#: woocommerce-germanized-dhl/src/Package.php:
|
768 |
msgctxt "dhl"
|
769 |
msgid "Germany"
|
770 |
msgstr "Deutschland"
|
@@ -931,8 +931,8 @@ msgstr "Erneut versuchen"
|
|
931 |
|
932 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
933 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:227
|
934 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
935 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
936 |
msgctxt "dhl"
|
937 |
msgid "Preferred Day"
|
938 |
msgstr "Wunschtag"
|
@@ -945,15 +945,15 @@ msgstr "Wunschzeit"
|
|
945 |
# @ woocommerce-germanized
|
946 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
947 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:237
|
948 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
949 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
950 |
msgctxt "dhl"
|
951 |
msgid "Preferred Location"
|
952 |
msgstr "Wunschort"
|
953 |
|
954 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
955 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:249
|
956 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
957 |
msgctxt "dhl"
|
958 |
msgid "Preferred Neighbor"
|
959 |
msgstr "Wunschnachbar"
|
@@ -1022,7 +1022,7 @@ msgid "Valid address only"
|
|
1022 |
msgstr "Nur valide Adressen"
|
1023 |
|
1024 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:196
|
1025 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1026 |
msgctxt "dhl"
|
1027 |
msgid "GoGreen"
|
1028 |
msgstr "GoGreen"
|
@@ -1105,7 +1105,7 @@ msgid "No neighbor"
|
|
1105 |
msgstr "Keine Nachbarschaftszustellung"
|
1106 |
|
1107 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:402
|
1108 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1109 |
msgctxt "dhl"
|
1110 |
msgid "Named person only"
|
1111 |
msgstr "Persönliche Übergabe"
|
@@ -1132,7 +1132,7 @@ msgid "Minimum age"
|
|
1132 |
msgstr "Mindestalter"
|
1133 |
|
1134 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:461
|
1135 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1136 |
msgctxt "dhl"
|
1137 |
msgid "Premium"
|
1138 |
msgstr "Premium"
|
@@ -1191,12 +1191,12 @@ msgid "%s duties element does not exist."
|
|
1191 |
msgstr "%s Zollabgabe existiert nicht."
|
1192 |
|
1193 |
# @ woocommerce-germanized
|
1194 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1195 |
msgctxt "dhl"
|
1196 |
msgid "Customer Number (EKP)"
|
1197 |
msgstr "Kundennummer (EKP)"
|
1198 |
|
1199 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1200 |
#, php-format
|
1201 |
msgctxt "dhl"
|
1202 |
msgid ""
|
@@ -1206,33 +1206,33 @@ msgstr ""
|
|
1206 |
"Deine 10-stellige DHL Kundennummer (EKP). Finde deine %s im DHL "
|
1207 |
"Geschäftskundenportal."
|
1208 |
|
1209 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1210 |
msgctxt "dhl"
|
1211 |
msgid "customer number"
|
1212 |
msgstr "Kundennummer"
|
1213 |
|
1214 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1215 |
msgctxt "dhl"
|
1216 |
msgid "API"
|
1217 |
msgstr "API"
|
1218 |
|
1219 |
# @ woocommerce-germanized
|
1220 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1221 |
msgctxt "dhl"
|
1222 |
msgid "Enable Sandbox"
|
1223 |
msgstr "Sandbox aktivieren"
|
1224 |
|
1225 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1226 |
msgctxt "dhl"
|
1227 |
msgid "Activate Sandbox mode for testing purposes."
|
1228 |
msgstr "Aktiviere den Sandbox Modus."
|
1229 |
|
1230 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1231 |
msgctxt "dhl"
|
1232 |
msgid "Live Username"
|
1233 |
msgstr "Benutzer"
|
1234 |
|
1235 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1236 |
#, php-format
|
1237 |
msgctxt "dhl"
|
1238 |
msgid ""
|
@@ -1242,21 +1242,21 @@ msgstr ""
|
|
1242 |
"Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
1243 |
"Geschäftskundenportal. Bitte teste deine Zugangsdaten vorab %s."
|
1244 |
|
1245 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1246 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1247 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1248 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1249 |
msgctxt "dhl"
|
1250 |
msgid "here"
|
1251 |
msgstr "hier"
|
1252 |
|
1253 |
# @ woocommerce-germanized
|
1254 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1255 |
msgctxt "dhl"
|
1256 |
msgid "Live Password"
|
1257 |
msgstr "Passwort"
|
1258 |
|
1259 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1260 |
#, php-format
|
1261 |
msgctxt "dhl"
|
1262 |
msgid ""
|
@@ -1268,12 +1268,12 @@ msgstr ""
|
|
1268 |
"Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
|
1269 |
"Benutzer) Monaten und teste deine Zugangsdaten vorab %s."
|
1270 |
|
1271 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1272 |
msgctxt "dhl"
|
1273 |
msgid "Sandbox Username"
|
1274 |
msgstr "Sandbox Benutzername"
|
1275 |
|
1276 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1277 |
#, php-format
|
1278 |
msgctxt "dhl"
|
1279 |
msgid ""
|
@@ -1283,12 +1283,12 @@ msgstr ""
|
|
1283 |
"Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
1284 |
"Entwicklerportal. Bitte teste deine Zugangsdaten vorab %s."
|
1285 |
|
1286 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1287 |
msgctxt "dhl"
|
1288 |
msgid "Sandbox Password"
|
1289 |
msgstr "Sandbox Passwort"
|
1290 |
|
1291 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1292 |
#, php-format
|
1293 |
msgctxt "dhl"
|
1294 |
msgid ""
|
@@ -1298,78 +1298,78 @@ msgstr ""
|
|
1298 |
"Dein Passwort zum DHL Entwicklerportal. Bitte teste deine Zugangsdaten vorab "
|
1299 |
"%s."
|
1300 |
|
1301 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1302 |
msgctxt "dhl"
|
1303 |
msgid "Products and Participation Numbers"
|
1304 |
msgstr "Produkte und Teilnahmenummern"
|
1305 |
|
1306 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1307 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1308 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1309 |
msgctxt "dhl"
|
1310 |
msgid "Inlay Returns"
|
1311 |
msgstr "Beilageretouren"
|
1312 |
|
1313 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1314 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
1315 |
msgctxt "dhl"
|
1316 |
msgid "Tracking"
|
1317 |
msgstr "Sendungsverfolgung"
|
1318 |
|
1319 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1320 |
msgctxt "dhl"
|
1321 |
msgid "Enable delivery to Packstation."
|
1322 |
msgstr "Aktiviere den Versand an Packstationen."
|
1323 |
|
1324 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1325 |
msgctxt "dhl"
|
1326 |
msgid "Let customers choose a Packstation as delivery address."
|
1327 |
msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
|
1328 |
|
1329 |
# @ woocommerce-germanized
|
1330 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1331 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:50
|
1332 |
msgctxt "dhl"
|
1333 |
msgid "Postoffice"
|
1334 |
msgstr "Postfiliale"
|
1335 |
|
1336 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1337 |
msgctxt "dhl"
|
1338 |
msgid "Enable delivery to Post Offices."
|
1339 |
msgstr "Aktiviere den Versand an Postfilialen."
|
1340 |
|
1341 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1342 |
msgctxt "dhl"
|
1343 |
msgid "Let customers choose a Post Office as delivery address."
|
1344 |
msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
|
1345 |
|
1346 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1347 |
msgctxt "dhl"
|
1348 |
msgid "Parcel Shop"
|
1349 |
msgstr "Paketshop"
|
1350 |
|
1351 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1352 |
msgctxt "dhl"
|
1353 |
msgid "Enable delivery to Parcel Shops."
|
1354 |
msgstr "Lieferung an Paketshops aktivieren."
|
1355 |
|
1356 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1357 |
msgctxt "dhl"
|
1358 |
msgid "Let customers choose a Parcel Shop as delivery address."
|
1359 |
msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
|
1360 |
|
1361 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1362 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1363 |
msgctxt "dhl"
|
1364 |
msgid "Map"
|
1365 |
msgstr "Karte"
|
1366 |
|
1367 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1368 |
msgctxt "dhl"
|
1369 |
msgid "Let customers find a DHL location on a map."
|
1370 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
1371 |
|
1372 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1373 |
msgctxt "dhl"
|
1374 |
msgid ""
|
1375 |
"Enable this option to let your customers choose a pickup option from a map "
|
@@ -1380,12 +1380,12 @@ msgstr ""
|
|
1380 |
"einer Karten in der Kasse zu ermöglichen. Wenn diese Option deaktiviert ist, "
|
1381 |
"wird stattdessen auf die DHL Website verwiesen."
|
1382 |
|
1383 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1384 |
msgctxt "dhl"
|
1385 |
msgid "Google Maps Key"
|
1386 |
msgstr "Google Maps Schlüssel"
|
1387 |
|
1388 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1389 |
#, php-format
|
1390 |
msgctxt "dhl"
|
1391 |
msgid ""
|
@@ -1395,27 +1395,27 @@ msgstr ""
|
|
1395 |
"Um eine Karte integrieren zu können, benötigst du einen gültigen API-"
|
1396 |
"Schlüssel für Google Maps. Du kannst %s."
|
1397 |
|
1398 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1399 |
msgctxt "dhl"
|
1400 |
msgid "retrieve a new one"
|
1401 |
msgstr "hier einen neuen erstellen"
|
1402 |
|
1403 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1404 |
msgctxt "dhl"
|
1405 |
msgid "Limit results"
|
1406 |
msgstr "Suchergebnisse begrenzen"
|
1407 |
|
1408 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1409 |
msgctxt "dhl"
|
1410 |
msgid "Limit the number of DHL locations shown on the map"
|
1411 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
1412 |
|
1413 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1414 |
msgctxt "dhl"
|
1415 |
msgid "Enable preferred day delivery."
|
1416 |
msgstr "Aktiviere die Lieferung am Wunschtag."
|
1417 |
|
1418 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1419 |
msgctxt "dhl"
|
1420 |
msgid ""
|
1421 |
"Enabling this option will display options for the user to select their "
|
@@ -1425,13 +1425,13 @@ msgstr ""
|
|
1425 |
"Kasse."
|
1426 |
|
1427 |
# @ woocommerce-germanized
|
1428 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1429 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1430 |
msgctxt "dhl"
|
1431 |
msgid "Fee"
|
1432 |
msgstr "Gebühr"
|
1433 |
|
1434 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1435 |
msgctxt "dhl"
|
1436 |
msgid ""
|
1437 |
"Insert gross value as surcharge for preferred day delivery. Insert 0 to "
|
@@ -1441,12 +1441,12 @@ msgstr ""
|
|
1441 |
"Setze den Wert auf 0 um den Service kostenlos anzubieten."
|
1442 |
|
1443 |
# @ woocommerce-germanized
|
1444 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1445 |
msgctxt "dhl"
|
1446 |
msgid "Enable preferred location delivery."
|
1447 |
msgstr "Lieferung an einen Wunschort aktivieren."
|
1448 |
|
1449 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1450 |
msgctxt "dhl"
|
1451 |
msgid ""
|
1452 |
"Enabling this option will display options for the user to select their "
|
@@ -1455,12 +1455,12 @@ msgstr ""
|
|
1455 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
1456 |
"Kasse ."
|
1457 |
|
1458 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1459 |
msgctxt "dhl"
|
1460 |
msgid "Enable preferred neighbor delivery."
|
1461 |
msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
|
1462 |
|
1463 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1464 |
msgctxt "dhl"
|
1465 |
msgid ""
|
1466 |
"Enabling this option will display options for the user to deliver to their "
|
@@ -1469,12 +1469,12 @@ msgstr ""
|
|
1469 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
1470 |
"der Kasse."
|
1471 |
|
1472 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1473 |
msgctxt "dhl"
|
1474 |
msgid "Cut-off time"
|
1475 |
msgstr "Cut-off-Zeit"
|
1476 |
|
1477 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1478 |
msgctxt "dhl"
|
1479 |
msgid ""
|
1480 |
"The cut-off time is the latest possible order time up to which the minimum "
|
@@ -1487,12 +1487,12 @@ msgstr ""
|
|
1487 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
1488 |
"Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
1489 |
|
1490 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1491 |
msgctxt "dhl"
|
1492 |
msgid "Preparation days"
|
1493 |
msgstr "Bearbeitungstage"
|
1494 |
|
1495 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1496 |
msgctxt "dhl"
|
1497 |
msgid ""
|
1498 |
"If you need more time to prepare your shipments you might want to add a "
|
@@ -1503,23 +1503,23 @@ msgstr ""
|
|
1503 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
1504 |
"auswählbaren Wunschtag hinzugefügt werden."
|
1505 |
|
1506 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1507 |
msgctxt "dhl"
|
1508 |
msgid "Exclude days of transfer"
|
1509 |
msgstr "Übergabetage ausschließen"
|
1510 |
|
1511 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1512 |
msgctxt "dhl"
|
1513 |
msgid "Exclude days from transferring shipments to DHL."
|
1514 |
msgstr "Schließe bestimmte Wochentage für die Übergabe an DHL aus."
|
1515 |
|
1516 |
# @ woocommerce-germanized
|
1517 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1518 |
msgctxt "dhl"
|
1519 |
msgid "Exclude gateways"
|
1520 |
msgstr "Zahlungsarten ausschließen"
|
1521 |
|
1522 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1523 |
msgctxt "dhl"
|
1524 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1525 |
msgstr ""
|
@@ -1527,19 +1527,19 @@ msgstr ""
|
|
1527 |
"Verfügung stehen sollen."
|
1528 |
|
1529 |
# @ woocommerce-germanized
|
1530 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1531 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
1532 |
msgctxt "dhl"
|
1533 |
msgid "Products"
|
1534 |
msgstr "Produkte"
|
1535 |
|
1536 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1537 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
1538 |
msgctxt "dhl"
|
1539 |
msgid "Domestic Default Service"
|
1540 |
msgstr "Standard Service (national)"
|
1541 |
|
1542 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1543 |
msgctxt "dhl"
|
1544 |
msgid ""
|
1545 |
"Please select your default DHL shipping service for domestic shipments that "
|
@@ -1550,13 +1550,31 @@ msgstr ""
|
|
1550 |
"deine Kunden anbietest (du kannst das Produkt für jede einzelne Sendung "
|
1551 |
"nachträglich ändern)."
|
1552 |
|
1553 |
-
|
1554 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1555 |
msgctxt "dhl"
|
1556 |
msgid "Int. Default Service"
|
1557 |
msgstr "Standard Service (Int.)"
|
1558 |
|
1559 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1560 |
msgctxt "dhl"
|
1561 |
msgid ""
|
1562 |
"Please select your default DHL shipping service for cross-border shipments "
|
@@ -1568,27 +1586,27 @@ msgstr ""
|
|
1568 |
"nachträglich ändern)."
|
1569 |
|
1570 |
# @ woocommerce-germanized
|
1571 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1572 |
msgctxt "dhl"
|
1573 |
msgid "Default Duty"
|
1574 |
msgstr "Standard Zoll"
|
1575 |
|
1576 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1577 |
msgctxt "dhl"
|
1578 |
msgid "Please select a default duty type."
|
1579 |
msgstr "Bitte wähle eine Standard-Zollabrechnung aus."
|
1580 |
|
1581 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1582 |
msgctxt "dhl"
|
1583 |
msgid "Codeable"
|
1584 |
msgstr "Leitcodierbar"
|
1585 |
|
1586 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1587 |
msgctxt "dhl"
|
1588 |
msgid "Generate label only if address can be automatically retrieved DHL."
|
1589 |
msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
|
1590 |
|
1591 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1592 |
msgctxt "dhl"
|
1593 |
msgid ""
|
1594 |
"Choose this option if you want to make sure that by default labels are only "
|
@@ -1599,17 +1617,17 @@ msgstr ""
|
|
1599 |
"ist."
|
1600 |
|
1601 |
# @ woocommerce-germanized
|
1602 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1603 |
msgctxt "dhl"
|
1604 |
msgid "Force email"
|
1605 |
msgstr "E-Mail übertragen"
|
1606 |
|
1607 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1608 |
msgctxt "dhl"
|
1609 |
msgid "Force transferring customer email to DHL."
|
1610 |
msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
|
1611 |
|
1612 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1613 |
msgctxt "dhl"
|
1614 |
msgid ""
|
1615 |
"By default the customer email address is only transferred in case explicit "
|
@@ -1625,7 +1643,7 @@ msgstr ""
|
|
1625 |
"deine Datenschutzerklärung und suche im Zweifel anwaltlichen Rat bevor du "
|
1626 |
"diese Option aktivierst."
|
1627 |
|
1628 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1629 |
msgctxt "dhl"
|
1630 |
msgid ""
|
1631 |
"Additionally create inlay return labels for shipments that support returns."
|
@@ -1633,14 +1651,14 @@ msgstr ""
|
|
1633 |
"Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
|
1634 |
"unterstützen."
|
1635 |
|
1636 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1637 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1638 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1639 |
msgctxt "dhl"
|
1640 |
msgid "Retoure"
|
1641 |
msgstr "Retoure"
|
1642 |
|
1643 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1644 |
#, php-format
|
1645 |
msgctxt "dhl"
|
1646 |
msgid ""
|
@@ -1651,18 +1669,18 @@ msgstr ""
|
|
1651 |
"an. Stelle sicher, dass dein %s DHL Retoure Online enthält."
|
1652 |
|
1653 |
# @ woocommerce-germanized
|
1654 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1655 |
msgctxt "dhl"
|
1656 |
msgid "contract"
|
1657 |
msgstr "Vertrag"
|
1658 |
|
1659 |
# @ woocommerce-germanized
|
1660 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1661 |
msgctxt "dhl"
|
1662 |
msgid "Enable creating labels for return shipments."
|
1663 |
msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
|
1664 |
|
1665 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1666 |
msgctxt "dhl"
|
1667 |
msgid ""
|
1668 |
"By enabling this option you might generate retoure labels for return "
|
@@ -1672,12 +1690,12 @@ msgstr ""
|
|
1672 |
"Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
|
1673 |
|
1674 |
# @ woocommerce-germanized
|
1675 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1676 |
msgctxt "dhl"
|
1677 |
msgid "Default Services"
|
1678 |
msgstr "Standard-Services"
|
1679 |
|
1680 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1681 |
#, php-format
|
1682 |
msgctxt "dhl"
|
1683 |
msgid ""
|
@@ -1688,28 +1706,28 @@ msgstr ""
|
|
1688 |
"werden sollen. Finde mehr über diese <a href=\"%s\" target=\"_blank"
|
1689 |
"\">Services</a> heraus."
|
1690 |
|
1691 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1692 |
msgctxt "dhl"
|
1693 |
msgid "Enable the GoGreen Service by default."
|
1694 |
msgstr "Buche den GoGreen Service hinzu."
|
1695 |
|
1696 |
# @ woocommerce-germanized
|
1697 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1698 |
msgctxt "dhl"
|
1699 |
msgid "Additional Insurance"
|
1700 |
msgstr "Transportversicherung"
|
1701 |
|
1702 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1703 |
msgctxt "dhl"
|
1704 |
msgid "Add an additional insurance to labels."
|
1705 |
msgstr "Füge eine Transportversicherung zur Sendung hinzu."
|
1706 |
|
1707 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1708 |
msgctxt "dhl"
|
1709 |
msgid "Retail Outlet Routing"
|
1710 |
msgstr "Filialrouting"
|
1711 |
|
1712 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1713 |
msgctxt "dhl"
|
1714 |
msgid ""
|
1715 |
"Send undeliverable items to nearest retail outlet instead of immediate "
|
@@ -1718,57 +1736,57 @@ msgstr ""
|
|
1718 |
"Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
|
1719 |
"anstelle diese direkt zurückzusenden."
|
1720 |
|
1721 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1722 |
msgctxt "dhl"
|
1723 |
msgid "No Neighbor"
|
1724 |
msgstr "Keine Nachbarschaftszustellung"
|
1725 |
|
1726 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1727 |
msgctxt "dhl"
|
1728 |
msgid "Do not deliver to neighbors."
|
1729 |
msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
|
1730 |
|
1731 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1732 |
msgctxt "dhl"
|
1733 |
msgid "Do only delivery to named person."
|
1734 |
msgstr ""
|
1735 |
"Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
|
1736 |
"Person übergeben."
|
1737 |
|
1738 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1739 |
msgctxt "dhl"
|
1740 |
msgid "Bulky Goods"
|
1741 |
msgstr "Sperrgut"
|
1742 |
|
1743 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1744 |
msgctxt "dhl"
|
1745 |
msgid "Deliver as bulky goods."
|
1746 |
msgstr "Sende Pakete als Sperrgut."
|
1747 |
|
1748 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1749 |
msgctxt "dhl"
|
1750 |
msgid "Minimum age (Visual check)"
|
1751 |
msgstr "Mindestalter (Visuell)"
|
1752 |
|
1753 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1754 |
msgctxt "dhl"
|
1755 |
msgid "Choose this option if you want to let DHL check your customer's age."
|
1756 |
msgstr ""
|
1757 |
"Wähle diese Option aus, wenn du das Alter durch DHL prüfen lassen möchtest."
|
1758 |
|
1759 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1760 |
msgctxt "dhl"
|
1761 |
msgid "Sync (Visual Check)"
|
1762 |
msgstr "Synchronisation (Visuell)"
|
1763 |
|
1764 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1765 |
msgctxt "dhl"
|
1766 |
msgid "Visually verify age if shipment contains applicable items."
|
1767 |
msgstr ""
|
1768 |
"Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
|
1769 |
"beinhaltet."
|
1770 |
|
1771 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1772 |
#, php-format
|
1773 |
msgctxt "dhl"
|
1774 |
msgid ""
|
@@ -1781,18 +1799,18 @@ msgstr ""
|
|
1781 |
"Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
1782 |
"Produkte beinhaltet."
|
1783 |
|
1784 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1785 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1786 |
msgctxt "dhl"
|
1787 |
msgid "age verification checkbox"
|
1788 |
msgstr "Checkbox zur Altersprüfung"
|
1789 |
|
1790 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1791 |
msgctxt "dhl"
|
1792 |
msgid "Minimum age (Ident check)"
|
1793 |
msgstr "Mindestalter (Identität)"
|
1794 |
|
1795 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1796 |
msgctxt "dhl"
|
1797 |
msgid ""
|
1798 |
"Choose this option if you want to let DHL check your customer's identity and "
|
@@ -1802,19 +1820,19 @@ msgstr ""
|
|
1802 |
"lassen möchtest."
|
1803 |
|
1804 |
# @ woocommerce-germanized
|
1805 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1806 |
msgctxt "dhl"
|
1807 |
msgid "Sync (Ident Check)"
|
1808 |
msgstr "Synchronisation (Identität)"
|
1809 |
|
1810 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1811 |
msgctxt "dhl"
|
1812 |
msgid "Verify identity and age if shipment contains applicable items."
|
1813 |
msgstr ""
|
1814 |
"Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
|
1815 |
"beinhaltet."
|
1816 |
|
1817 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1818 |
#, php-format
|
1819 |
msgctxt "dhl"
|
1820 |
msgid ""
|
@@ -1827,18 +1845,18 @@ msgstr ""
|
|
1827 |
"Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
1828 |
"Produkte beinhaltet."
|
1829 |
|
1830 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1831 |
msgctxt "dhl"
|
1832 |
msgid "Premium delivery for international shipments."
|
1833 |
msgstr "Premium Lieferung für internationale Sendungen."
|
1834 |
|
1835 |
# @ woocommerce-germanized
|
1836 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1837 |
msgctxt "dhl"
|
1838 |
msgid "Bank Account"
|
1839 |
msgstr "Bankkonto"
|
1840 |
|
1841 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1842 |
msgctxt "dhl"
|
1843 |
msgid "Enter your bank details needed for services that use COD."
|
1844 |
msgstr ""
|
@@ -1846,36 +1864,36 @@ msgstr ""
|
|
1846 |
"werden sollen."
|
1847 |
|
1848 |
# @ woocommerce-germanized
|
1849 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1850 |
msgctxt "dhl"
|
1851 |
msgid "Holder"
|
1852 |
msgstr "Kontoinhaber"
|
1853 |
|
1854 |
# @ woocommerce-germanized
|
1855 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1856 |
msgctxt "dhl"
|
1857 |
msgid "Bank Name"
|
1858 |
msgstr "Name der Bank"
|
1859 |
|
1860 |
# @ woocommerce-germanized
|
1861 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1862 |
msgctxt "dhl"
|
1863 |
msgid "IBAN"
|
1864 |
msgstr "IBAN"
|
1865 |
|
1866 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1867 |
msgctxt "dhl"
|
1868 |
msgid "BIC"
|
1869 |
msgstr "BIC"
|
1870 |
|
1871 |
# @ woocommerce-germanized
|
1872 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1873 |
msgctxt "dhl"
|
1874 |
msgid "Payment Reference"
|
1875 |
msgstr "Zahlungsreferenz"
|
1876 |
|
1877 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1878 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1879 |
#, php-format
|
1880 |
msgctxt "dhl"
|
1881 |
msgid ""
|
@@ -1886,17 +1904,17 @@ msgstr ""
|
|
1886 |
"%s. Der Text ist auf 35 Zeichen begrenzt."
|
1887 |
|
1888 |
# @ woocommerce-germanized
|
1889 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1890 |
msgctxt "dhl"
|
1891 |
msgid "Payment Reference 2"
|
1892 |
msgstr "Zahlungsreferenz 2"
|
1893 |
|
1894 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1895 |
msgctxt "dhl"
|
1896 |
msgid "Customer Number"
|
1897 |
msgstr "Kundennummer"
|
1898 |
|
1899 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1900 |
msgctxt "dhl"
|
1901 |
msgid ""
|
1902 |
"Insert your DHL business customer number (EKP) here. If you are not yet a "
|
@@ -1905,12 +1923,12 @@ msgstr ""
|
|
1905 |
"Füge hier deine DHL Kundennummer (EKP) ein. Wenn du noch kein Geschäftskunde "
|
1906 |
"bist, solltest du dich zuerst als Geschäftskunde bei DHL registrieren."
|
1907 |
|
1908 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1909 |
msgctxt "dhl"
|
1910 |
msgid "API Access"
|
1911 |
msgstr "API Zugriff"
|
1912 |
|
1913 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1914 |
msgctxt "dhl"
|
1915 |
msgid ""
|
1916 |
"To create labels and embed DHL services, our software needs access to the "
|
@@ -1920,7 +1938,7 @@ msgstr ""
|
|
1920 |
"Software Zugang zur API. Du solltest hier deine Zugangsdaten zum DHL "
|
1921 |
"Geschäftskundenportal eingeben."
|
1922 |
|
1923 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1924 |
msgctxt "dhl"
|
1925 |
msgid ""
|
1926 |
"If you want to provide your customers with inlay return labels for your "
|
@@ -1929,7 +1947,7 @@ msgstr ""
|
|
1929 |
"Wenn du Beilageretouren-Labels zu deinen Sendungen hinzufügen möchtest, "
|
1930 |
"solltest du diese Funktion standardmäßig aktivieren."
|
1931 |
|
1932 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1933 |
msgctxt "dhl"
|
1934 |
msgid ""
|
1935 |
"If you want to create DHL labels to returns you should activate this "
|
@@ -1940,12 +1958,12 @@ msgstr ""
|
|
1940 |
"aktivieren. Stelle sicher, dass DHL Online Retoure in deinem Vertrag "
|
1941 |
"freigeschaltet ist."
|
1942 |
|
1943 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1944 |
msgctxt "dhl"
|
1945 |
msgid "Age verification"
|
1946 |
msgstr "Altersverifikation"
|
1947 |
|
1948 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1949 |
msgctxt "dhl"
|
1950 |
msgid ""
|
1951 |
"Use this feature to sync the Germanized age verification checkbox with the "
|
@@ -1958,12 +1976,12 @@ msgstr ""
|
|
1958 |
"„Alterssichtprüfung“ von DHL automatisch aktiviert."
|
1959 |
|
1960 |
# @ woocommerce-germanized
|
1961 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1962 |
msgctxt "dhl"
|
1963 |
msgid "Automation"
|
1964 |
msgstr "Automatisierung"
|
1965 |
|
1966 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1967 |
msgctxt "dhl"
|
1968 |
msgid ""
|
1969 |
"You might want to save some time and let Germanized generate labels "
|
@@ -1973,7 +1991,7 @@ msgstr ""
|
|
1973 |
"automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
|
1974 |
"wechselt."
|
1975 |
|
1976 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1977 |
msgctxt "dhl"
|
1978 |
msgid ""
|
1979 |
"Let your customers choose a preferred day (if the service is available at "
|
@@ -1982,7 +2000,7 @@ msgstr ""
|
|
1982 |
"Lasse deine Kunden einen Wunschtag (falls der Service für die Kundenadresse "
|
1983 |
"zur Verfügung steht) für die Lieferung in der Kasse auswählen."
|
1984 |
|
1985 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1986 |
msgctxt "dhl"
|
1987 |
msgid ""
|
1988 |
"Optionally charge your customers an additional fee for preferred services "
|
@@ -1991,7 +2009,7 @@ msgstr ""
|
|
1991 |
"Optional kannst du die Gebühr für die Auswahl des Wunschtags oder anderer "
|
1992 |
"Wunschpaket-Services an deine Kunden weiterreichen."
|
1993 |
|
1994 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1995 |
msgctxt "dhl"
|
1996 |
msgid ""
|
1997 |
"Allow your customers to send their parcels to a preferred location e.g. a "
|
@@ -2000,7 +2018,7 @@ msgstr ""
|
|
2000 |
"Lasse deine Kunden einen Wunschort für die Abgabe ihres Pakets in der Kasse "
|
2001 |
"auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
|
2002 |
|
2003 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2004 |
msgctxt "dhl"
|
2005 |
msgid ""
|
2006 |
"Allow your customers to choose packstation (and/or other DHL location types "
|
@@ -2009,7 +2027,7 @@ msgstr ""
|
|
2009 |
"Lasse deine Kunden eine Packstation (und/oder andere DHL Standorte, wie im "
|
2010 |
"Folgenden konfiguriert) als Lieferadresse auswählen."
|
2011 |
|
2012 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2013 |
msgctxt "dhl"
|
2014 |
msgid ""
|
2015 |
"This option adds a map overlay view to let your customers choose a DHL "
|
@@ -2020,22 +2038,22 @@ msgstr ""
|
|
2020 |
"DHL Standortes in der Nähe noch einfacher zu machen. Du benötigst für die "
|
2021 |
"Kartenansicht einen gültigen Google Maps API Schlüssel."
|
2022 |
|
2023 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2024 |
msgctxt "dhl"
|
2025 |
msgid "Deutsche Post"
|
2026 |
msgstr "Deutsche Post"
|
2027 |
|
2028 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2029 |
msgctxt "dhl"
|
2030 |
msgid "Integration for products of the Deutsche Post through Internetmarke."
|
2031 |
msgstr "Integration von Produkten der Deutschen Post über die Internetmarke."
|
2032 |
|
2033 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2034 |
msgctxt "dhl"
|
2035 |
msgid "Username"
|
2036 |
msgstr "Benutzer"
|
2037 |
|
2038 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2039 |
#, php-format
|
2040 |
msgctxt "dhl"
|
2041 |
msgid ""
|
@@ -2046,33 +2064,33 @@ msgstr ""
|
|
2046 |
"Bitte teste deine Zugangsdaten bevor du eine Verbindung aufbaust."
|
2047 |
|
2048 |
# @ woocommerce-germanized
|
2049 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2050 |
msgctxt "dhl"
|
2051 |
msgid "Password"
|
2052 |
msgstr "Passwort"
|
2053 |
|
2054 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2055 |
msgctxt "dhl"
|
2056 |
msgid "Portokasse"
|
2057 |
msgstr "Portokasse"
|
2058 |
|
2059 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2060 |
msgctxt "dhl"
|
2061 |
msgid "Balance"
|
2062 |
msgstr "Guthaben"
|
2063 |
|
2064 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2065 |
msgctxt "dhl"
|
2066 |
msgid "Charge (€)"
|
2067 |
msgstr "Aufladen (€)"
|
2068 |
|
2069 |
# @ woocommerce-germanized
|
2070 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2071 |
msgctxt "dhl"
|
2072 |
msgid "Available Products"
|
2073 |
msgstr "Verfügbare Produkte"
|
2074 |
|
2075 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2076 |
#, php-format
|
2077 |
msgctxt "dhl"
|
2078 |
msgid ""
|
@@ -2084,7 +2102,7 @@ msgstr ""
|
|
2084 |
"sollen. Du kannst die Produktliste auch manuell <a href=\"%s"
|
2085 |
"\">aktualisieren</a>, falls notwendig."
|
2086 |
|
2087 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2088 |
msgctxt "dhl"
|
2089 |
msgid ""
|
2090 |
"Please select your default shipping service for domestic shipments that you "
|
@@ -2094,13 +2112,7 @@ msgstr ""
|
|
2094 |
"Bitte wähle das Standard-Produkt für nationale Sendungen aus, das du für "
|
2095 |
"deine Kunden anbietest."
|
2096 |
|
2097 |
-
|
2098 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:200
|
2099 |
-
msgctxt "dhl"
|
2100 |
-
msgid "EU Default Service"
|
2101 |
-
msgstr "Standard Service (EU)"
|
2102 |
-
|
2103 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:205
|
2104 |
msgctxt "dhl"
|
2105 |
msgid ""
|
2106 |
"Please select your default shipping service for EU shipments that you want "
|
@@ -2109,7 +2121,7 @@ msgstr ""
|
|
2109 |
"Bitte wähle das Standard-Produkt für EU Sendungen aus, das du für deine "
|
2110 |
"Kunden anbietest."
|
2111 |
|
2112 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2113 |
msgctxt "dhl"
|
2114 |
msgid ""
|
2115 |
"Please select your default shipping service for cross-border shipments that "
|
@@ -2118,18 +2130,18 @@ msgstr ""
|
|
2118 |
"Bitte wähle das Standard-Produkt für internationale Sendungen aus, das du "
|
2119 |
"für deine Kunden anbietest."
|
2120 |
|
2121 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2122 |
msgctxt "dhl"
|
2123 |
msgid "Printing"
|
2124 |
msgstr "Druck"
|
2125 |
|
2126 |
# @ woocommerce-germanized
|
2127 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2128 |
msgctxt "dhl"
|
2129 |
msgid "Default Format"
|
2130 |
msgstr "Standardformat"
|
2131 |
|
2132 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2133 |
#, php-format
|
2134 |
msgctxt "dhl"
|
2135 |
msgid ""
|
@@ -2141,44 +2153,44 @@ msgstr ""
|
|
2141 |
"verwendet wird. Du kannst die Liste auch manuell <a href=\"%s"
|
2142 |
"\">aktualisieren</a>, falls notwendig."
|
2143 |
|
2144 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2145 |
msgctxt "dhl"
|
2146 |
msgid "Print X-axis column"
|
2147 |
msgstr "Druckspalte X-Achse"
|
2148 |
|
2149 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2150 |
msgctxt "dhl"
|
2151 |
msgid "Adjust the print X-axis start column for the label."
|
2152 |
msgstr "Passe die Druck-Startspalte der X-Achse für das Label an."
|
2153 |
|
2154 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2155 |
msgctxt "dhl"
|
2156 |
msgid "Print Y-axis column"
|
2157 |
msgstr "Druckspalte Y-Achse"
|
2158 |
|
2159 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2160 |
msgctxt "dhl"
|
2161 |
msgid "Adjust the print Y-axis start column for the label."
|
2162 |
msgstr "Passe die Druck-Startspalte der Y-Achse für das Label an."
|
2163 |
|
2164 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2165 |
msgctxt "dhl"
|
2166 |
msgid "API Error"
|
2167 |
msgstr "API Fehler"
|
2168 |
|
2169 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2170 |
msgctxt "dhl"
|
2171 |
msgid "Charge Portokasse"
|
2172 |
msgstr "Portokasse aufladen"
|
2173 |
|
2174 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2175 |
#, php-format
|
2176 |
msgctxt "dhl"
|
2177 |
msgid "The minimum amount is %s"
|
2178 |
msgstr "Der Minimalbetrag beträgt %s"
|
2179 |
|
2180 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2181 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2182 |
#, php-format
|
2183 |
msgctxt "dhl"
|
2184 |
msgid ""
|
@@ -2191,17 +2203,17 @@ msgstr ""
|
|
2191 |
"B. Gewicht) und versuche es erneut."
|
2192 |
|
2193 |
# @ woocommerce-germanized
|
2194 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2195 |
msgctxt "dhl"
|
2196 |
msgid "Page Format"
|
2197 |
msgstr "Seitenformat"
|
2198 |
|
2199 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2200 |
msgctxt "dhl"
|
2201 |
msgid "The services chosen are not available for the current product."
|
2202 |
msgstr "Die ausgewählten Services sind für dieses Produkt nicht verfügbar."
|
2203 |
|
2204 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2205 |
#, php-format
|
2206 |
msgctxt "dhl"
|
2207 |
msgid "Deutsche Post product is missing for %s."
|
@@ -2417,7 +2429,7 @@ msgstr "Verpackung"
|
|
2417 |
|
2418 |
# @ woocommerce-germanized
|
2419 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
|
2420 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2421 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
2422 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:689
|
2423 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
|
@@ -2861,8 +2873,8 @@ msgid "Text to appear below the main email content."
|
|
2861 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
2862 |
|
2863 |
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
|
2864 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2865 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2866 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
2867 |
msgctxt "shipments"
|
2868 |
msgid "N/A"
|
@@ -2924,7 +2936,7 @@ msgid "Letter"
|
|
2924 |
msgstr "Brief"
|
2925 |
|
2926 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
|
2927 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2928 |
msgctxt "shipments"
|
2929 |
msgid "Shipment"
|
2930 |
msgstr "Sendung"
|
@@ -2947,7 +2959,7 @@ msgstr "Teilweise versandt"
|
|
2947 |
|
2948 |
# @ woocommerce-germanized
|
2949 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:112
|
2950 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2951 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:860
|
2952 |
msgctxt "shipments"
|
2953 |
msgid "Shipped"
|
@@ -2968,99 +2980,99 @@ msgctxt "shipments"
|
|
2968 |
msgid "Returned"
|
2969 |
msgstr "Retourniert"
|
2970 |
|
2971 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2972 |
msgctxt "shipments"
|
2973 |
msgid "Draft"
|
2974 |
msgstr "Entwurf"
|
2975 |
|
2976 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2977 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:852
|
2978 |
msgctxt "shipments"
|
2979 |
msgid "Processing"
|
2980 |
msgstr "In Bearbeitung"
|
2981 |
|
2982 |
# @ woocommerce-germanized
|
2983 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2984 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:50
|
2985 |
msgctxt "shipments"
|
2986 |
msgid "Delivered"
|
2987 |
msgstr "Geliefert"
|
2988 |
|
2989 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2990 |
msgctxt "shipments"
|
2991 |
msgid "Requested"
|
2992 |
msgstr "Beantragt"
|
2993 |
|
2994 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2995 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:81
|
2996 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:135
|
2997 |
msgctxt "shipments"
|
2998 |
msgid "Invalid order."
|
2999 |
msgstr "Ungültige Bestellung."
|
3000 |
|
3001 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3002 |
msgctxt "shipments"
|
3003 |
msgid "This order is already fully returned."
|
3004 |
msgstr "Diese Bestellung wurde bereits vollständig zurückgesendet."
|
3005 |
|
3006 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3007 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3008 |
msgctxt "shipments"
|
3009 |
msgid "Error while creating the shipment instance"
|
3010 |
msgstr "Fehler beim Erstellen der Sendungsinstanz"
|
3011 |
|
3012 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3013 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3014 |
-
#: woocommerce-germanized-shipments/src/ReturnShipment.php:
|
3015 |
-
#: woocommerce-germanized-shipments/src/ReturnShipment.php:
|
3016 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:118
|
3017 |
-
#: woocommerce-germanized-shipments/src/SimpleShipment.php:
|
3018 |
msgctxt "shipments"
|
3019 |
msgid "Invalid shipment order"
|
3020 |
msgstr "Ungültige Bestellung zur Sendung"
|
3021 |
|
3022 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3023 |
msgctxt "shipments"
|
3024 |
msgid "Invalid order item"
|
3025 |
msgstr "Ungültige Bestellposition"
|
3026 |
|
3027 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3028 |
msgctxt "shipments"
|
3029 |
msgid "Invalid shipment item"
|
3030 |
msgstr "Ungültige Sendungsposition"
|
3031 |
|
3032 |
# @ woocommerce-germanized
|
3033 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3034 |
msgctxt "shipments"
|
3035 |
msgid "None"
|
3036 |
msgstr "Keiner"
|
3037 |
|
3038 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3039 |
msgctxt "shipments-shipping-provider"
|
3040 |
msgid "Unknown"
|
3041 |
msgstr "Unbekannt"
|
3042 |
|
3043 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3044 |
msgctxt "shipments"
|
3045 |
msgid "Error while uploading file."
|
3046 |
msgstr "Fehler beim Hochladen der Datei."
|
3047 |
|
3048 |
# @ woocommerce-germanized
|
3049 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3050 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
3051 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:688
|
3052 |
msgctxt "shipments"
|
3053 |
msgid "Date"
|
3054 |
msgstr "Datum"
|
3055 |
|
3056 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3057 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
|
3058 |
msgctxt "shipments"
|
3059 |
msgid "Tracking"
|
3060 |
msgstr "Sendungsverfolgung"
|
3061 |
|
3062 |
# @ woocommerce-germanized
|
3063 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3064 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:180
|
3065 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
3066 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:696
|
@@ -3068,13 +3080,13 @@ msgctxt "shipments"
|
|
3068 |
msgid "Actions"
|
3069 |
msgstr "Aktionen"
|
3070 |
|
3071 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3072 |
msgctxt "shipments"
|
3073 |
msgid "View"
|
3074 |
msgstr "Anzeigen"
|
3075 |
|
3076 |
# @ woocommerce-germanized
|
3077 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3078 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:871
|
3079 |
#: woocommerce-germanized-shipments/src/Ajax.php:335
|
3080 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
@@ -4457,7 +4469,7 @@ msgid "%1$s"
|
|
4457 |
msgstr "%1$s"
|
4458 |
|
4459 |
# @ woocommerce-germanized
|
4460 |
-
#: woocommerce-germanized-shipments/src/Package.php:
|
4461 |
msgctxt "shipments"
|
4462 |
msgid "Sorry, this order is invalid and cannot be returned."
|
4463 |
msgstr "Sorry, diese Bestellung existiert nicht."
|
@@ -4468,8 +4480,8 @@ msgctxt "shipments-packaging-title"
|
|
4468 |
msgid "%1$s (%2$s, %3$s)"
|
4469 |
msgstr "%1$s (%2$s, %3$s)"
|
4470 |
|
4471 |
-
#: woocommerce-germanized-shipments/src/ReturnShipment.php:
|
4472 |
-
#: woocommerce-germanized-shipments/src/Shipment.php:
|
4473 |
#, php-format
|
4474 |
msgctxt "full name"
|
4475 |
msgid "%1$s %2$s"
|
@@ -5144,8 +5156,8 @@ msgstr "l"
|
|
5144 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:559
|
5145 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:569
|
5146 |
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:453
|
5147 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
5148 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
5149 |
msgid "incl. VAT"
|
5150 |
msgstr "inkl. MwSt."
|
5151 |
|
@@ -6765,8 +6777,8 @@ msgstr ""
|
|
6765 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
|
6766 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:598
|
6767 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:611
|
6768 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6769 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6770 |
msgid "Title"
|
6771 |
msgstr "Anrede"
|
6772 |
|
@@ -8972,9 +8984,9 @@ msgstr ""
|
|
8972 |
"besteuert. Weitere Informationen findest du <a href=\"%s\" target=\"_blank"
|
8973 |
"\">hier</a>."
|
8974 |
|
8975 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8976 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8977 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8978 |
msgid ""
|
8979 |
"Please activate your account through clicking on the activation link "
|
8980 |
"received via email."
|
@@ -8982,23 +8994,23 @@ msgstr ""
|
|
8982 |
"Bitte aktiviere dein Kundenkonto indem du auf den Link in der E-Mail klickst."
|
8983 |
|
8984 |
# @ woocommerce-germanized
|
8985 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8986 |
#, php-format
|
8987 |
msgid "Did not receive the activation email? <a href=\"%s\">Try again</a>."
|
8988 |
msgstr ""
|
8989 |
"Keine Aktivierungs-E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
8990 |
|
8991 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8992 |
#, php-format
|
8993 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
8994 |
msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
|
8995 |
|
8996 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8997 |
msgid "Please create an account or login before continuing to checkout"
|
8998 |
msgstr ""
|
8999 |
"Bitte erstelle ein Kundenkonto oder logge dich ein, bevor du zur Kasse gehst"
|
9000 |
|
9001 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9002 |
#, php-format
|
9003 |
msgid ""
|
9004 |
"Please activate your account through clicking on the activation link "
|
@@ -9007,7 +9019,7 @@ msgstr ""
|
|
9007 |
"Bitte aktiviere dein Kundenkonto indem du auf den Link in der E-Mail "
|
9008 |
"klickst. Keine E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
9009 |
|
9010 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9011 |
msgid ""
|
9012 |
"This activation code has expired. We have sent you a new activation code via "
|
9013 |
"e-mail."
|
@@ -9016,20 +9028,20 @@ msgstr ""
|
|
9016 |
"Code per E-Mail geschickt."
|
9017 |
|
9018 |
# @ woocommerce-germanized
|
9019 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9020 |
msgid "Sorry, but this activation code cannot be found."
|
9021 |
msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
|
9022 |
|
9023 |
# @ woocommerce-germanized
|
9024 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9025 |
msgid "Thank you. You have successfully activated your account."
|
9026 |
msgstr "Vielen Dank. Dein Benutzerkonto wurde erfolgreich aktiviert."
|
9027 |
|
9028 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9029 |
msgid "Expired activation key"
|
9030 |
msgstr "Abgelaufener Aktivierungscode"
|
9031 |
|
9032 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9033 |
msgid "Invalid activation key"
|
9034 |
msgstr "Aktivierungscode ungültig"
|
9035 |
|
@@ -9482,7 +9494,7 @@ msgstr "%s Zahlungsgebühr"
|
|
9482 |
# @ woocommerce-germanized
|
9483 |
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:153
|
9484 |
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:35
|
9485 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
9486 |
#, php-format
|
9487 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
9488 |
msgstr "Zzgl. %s Übermittlungsentgelt (direkt an den Zusteller)"
|
@@ -10771,7 +10783,7 @@ msgid "Choose a Payment Gateway"
|
|
10771 |
msgstr "Zahlungsart auswählen"
|
10772 |
|
10773 |
# @ woocommerce
|
10774 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
10775 |
msgid "Place order"
|
10776 |
msgstr "Jetzt kaufen"
|
10777 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-05-12 16:15+0200\n"
|
6 |
+
"PO-Revision-Date: 2021-05-12 16:15+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.4.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;"
|
40 |
"X-Poedit-SearchPathExcluded-13: woocommerce-germanized/assets\n"
|
41 |
|
42 |
# @ woocommerce-germanized
|
43 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:208
|
44 |
#: woocommerce-germanized-dhl/src/Api/Paket.php:274
|
45 |
msgctxt "dhl day context"
|
46 |
msgid "None"
|
47 |
msgstr "Keiner"
|
48 |
|
49 |
# @ woocommerce-germanized
|
50 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:239
|
51 |
msgctxt "dhl"
|
52 |
msgid "Delivery Duty Unpaid"
|
53 |
msgstr "Delivery Duty Unpaid"
|
54 |
|
55 |
# @ woocommerce-germanized
|
56 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:240
|
57 |
msgctxt "dhl"
|
58 |
msgid "Delivery Duty Paid"
|
59 |
msgstr "Delivery Duty Paid"
|
60 |
|
61 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:241
|
62 |
msgctxt "dhl"
|
63 |
msgid "Delivery Duty Paid (excl. VAT )"
|
64 |
msgstr "Delivered Duty Paid (exkl. MwSt.)"
|
65 |
|
66 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:242
|
67 |
msgctxt "dhl"
|
68 |
msgid "Delivery Duty Paid (excl. Duties, taxes and VAT)"
|
69 |
msgstr "Delivery Duty Paid (exkl. Zölle, Steuern und MwSt.)"
|
70 |
|
71 |
# @ woocommerce-germanized
|
72 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:270
|
73 |
msgctxt "age context"
|
74 |
msgid "None"
|
75 |
msgstr "Keine"
|
76 |
|
77 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:271
|
78 |
msgctxt "dhl"
|
79 |
msgid "Minimum age of 16"
|
80 |
msgstr "Mindestens 16 Jahre"
|
81 |
|
82 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:272
|
83 |
msgctxt "dhl"
|
84 |
msgid "Minimum age of 18"
|
85 |
msgstr "Mindestens 18 Jahre"
|
86 |
|
87 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:297
|
88 |
msgctxt "dhl"
|
89 |
msgid "Shipment #{shipment_id} to order {order_id}"
|
90 |
msgstr "Sendung #{shipment_id} zur Bestellung {order_id}"
|
91 |
|
92 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:333
|
93 |
msgctxt "dhl"
|
94 |
msgid "Return #{shipment_id} to order {order_id}"
|
95 |
msgstr "Retoure #{shipment_id} zur Bestellung {order_id}"
|
96 |
|
97 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:349
|
98 |
msgctxt "dhl"
|
99 |
msgid "Return shipment #{shipment_id} to order #{order_id}"
|
100 |
msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
|
101 |
|
102 |
# @ woocommerce-germanized
|
103 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:422
|
104 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:890
|
105 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1055
|
106 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1717
|
107 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
|
108 |
msgctxt "dhl"
|
109 |
msgid "Packstation"
|
110 |
msgstr "Packstation"
|
111 |
|
112 |
# @ woocommerce-germanized
|
113 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:423
|
114 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:424
|
115 |
msgctxt "dhl"
|
116 |
msgid "Postfiliale"
|
117 |
msgstr "Postfiliale"
|
118 |
|
119 |
# @ woocommerce-germanized
|
120 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:829
|
121 |
msgctxt "dhl"
|
122 |
msgid "DHL Retoure International A"
|
123 |
msgstr "DHL Retoure International A"
|
124 |
|
125 |
# @ woocommerce-germanized
|
126 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:830
|
127 |
msgctxt "dhl"
|
128 |
msgid "DHL Retoure International B"
|
129 |
msgstr "DHL Retoure International B"
|
130 |
|
131 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:839
|
132 |
msgctxt "dhl"
|
133 |
msgid "DHL Retoure Online"
|
134 |
msgstr "DHL Retoure Online"
|
135 |
|
136 |
+
# @ woocommerce-germanized
|
137 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:855
|
138 |
+
msgctxt "dhl"
|
139 |
+
msgid "DHL Paket International"
|
140 |
+
msgstr "DHL Paket International"
|
141 |
+
|
142 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:875
|
143 |
msgctxt "dhl"
|
144 |
msgid "DHL Paket Connect"
|
145 |
msgstr "DHL Paket Connect"
|
146 |
|
147 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:876
|
148 |
msgctxt "dhl"
|
149 |
msgid "DHL Europaket (B2B)"
|
150 |
msgstr "DHL Europaket (B2B)"
|
151 |
|
152 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:945
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
msgctxt "dhl"
|
154 |
msgid "DHL Paket"
|
155 |
msgstr "DHL Paket"
|
156 |
|
157 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:946
|
158 |
msgctxt "dhl"
|
159 |
msgid "DHL Paket PRIO"
|
160 |
msgstr "DHL Paket PRIO"
|
161 |
|
162 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:947
|
163 |
msgctxt "dhl"
|
164 |
msgid "DHL Paket Taggleich"
|
165 |
msgstr "DHL Paket Taggleich"
|
166 |
|
167 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:948
|
168 |
msgctxt "dhl"
|
169 |
msgid "DHL Warenpost"
|
170 |
msgstr "DHL Warenpost"
|
305 |
msgstr "DHL & Post"
|
306 |
|
307 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
308 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1203
|
309 |
msgctxt "dhl"
|
310 |
msgid "Monday"
|
311 |
msgstr "Montag"
|
312 |
|
313 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
314 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1215
|
315 |
msgctxt "dhl"
|
316 |
msgid "Tuesday"
|
317 |
msgstr "Dienstag"
|
318 |
|
319 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
320 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1226
|
321 |
msgctxt "dhl"
|
322 |
msgid "Wednesday"
|
323 |
msgstr "Mittwoch"
|
324 |
|
325 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
326 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1237
|
327 |
msgctxt "dhl"
|
328 |
msgid "Thursday"
|
329 |
msgstr "Donnerstag"
|
330 |
|
331 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
332 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1248
|
333 |
msgctxt "dhl"
|
334 |
msgid "Friday"
|
335 |
msgstr "Freitag"
|
336 |
|
337 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
338 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1259
|
339 |
msgctxt "dhl"
|
340 |
msgid "Saturday"
|
341 |
msgstr "Samstag"
|
608 |
msgstr ""
|
609 |
"Die Abrechnungsnummer konnte nicht erzeugt werden. Die Teilnahmenummer fehlt."
|
610 |
|
611 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:503
|
612 |
#, php-format
|
613 |
msgctxt "dhl"
|
614 |
msgid ""
|
618 |
"Deine Absenderadresse ist nicht komplett. Bitte prüfe deine <a href=\"%s"
|
619 |
"\">Einstellungen</a> und versuche es erneut."
|
620 |
|
621 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:607
|
622 |
#, php-format
|
623 |
msgctxt "dhl"
|
624 |
msgid "Only %s shipment items can be processed, your shipment has %s items."
|
758 |
msgid "%s-%s"
|
759 |
msgstr "%s-%s"
|
760 |
|
761 |
+
#: woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php:323
|
762 |
msgctxt "dhl"
|
763 |
msgid "Invalid label."
|
764 |
msgstr "Ungültiges Label."
|
765 |
|
766 |
# @ woocommerce-germanized
|
767 |
+
#: woocommerce-germanized-dhl/src/Package.php:1029
|
768 |
msgctxt "dhl"
|
769 |
msgid "Germany"
|
770 |
msgstr "Deutschland"
|
931 |
|
932 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
933 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:227
|
934 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1139
|
935 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
|
936 |
msgctxt "dhl"
|
937 |
msgid "Preferred Day"
|
938 |
msgstr "Wunschtag"
|
945 |
# @ woocommerce-germanized
|
946 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
947 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:237
|
948 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1161
|
949 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1698
|
950 |
msgctxt "dhl"
|
951 |
msgid "Preferred Location"
|
952 |
msgstr "Wunschort"
|
953 |
|
954 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
955 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:249
|
956 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1170
|
957 |
msgctxt "dhl"
|
958 |
msgid "Preferred Neighbor"
|
959 |
msgstr "Wunschnachbar"
|
1022 |
msgstr "Nur valide Adressen"
|
1023 |
|
1024 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:196
|
1025 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1400
|
1026 |
msgctxt "dhl"
|
1027 |
msgid "GoGreen"
|
1028 |
msgstr "GoGreen"
|
1105 |
msgstr "Keine Nachbarschaftszustellung"
|
1106 |
|
1107 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:402
|
1108 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1432
|
1109 |
msgctxt "dhl"
|
1110 |
msgid "Named person only"
|
1111 |
msgstr "Persönliche Übergabe"
|
1132 |
msgstr "Mindestalter"
|
1133 |
|
1134 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:461
|
1135 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1482
|
1136 |
msgctxt "dhl"
|
1137 |
msgid "Premium"
|
1138 |
msgstr "Premium"
|
1191 |
msgstr "%s Zollabgabe existiert nicht."
|
1192 |
|
1193 |
# @ woocommerce-germanized
|
1194 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:953
|
1195 |
msgctxt "dhl"
|
1196 |
msgid "Customer Number (EKP)"
|
1197 |
msgstr "Kundennummer (EKP)"
|
1198 |
|
1199 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:955
|
1200 |
#, php-format
|
1201 |
msgctxt "dhl"
|
1202 |
msgid ""
|
1206 |
"Deine 10-stellige DHL Kundennummer (EKP). Finde deine %s im DHL "
|
1207 |
"Geschäftskundenportal."
|
1208 |
|
1209 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:955
|
1210 |
msgctxt "dhl"
|
1211 |
msgid "customer number"
|
1212 |
msgstr "Kundennummer"
|
1213 |
|
1214 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:964
|
1215 |
msgctxt "dhl"
|
1216 |
msgid "API"
|
1217 |
msgstr "API"
|
1218 |
|
1219 |
# @ woocommerce-germanized
|
1220 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:967
|
1221 |
msgctxt "dhl"
|
1222 |
msgid "Enable Sandbox"
|
1223 |
msgstr "Sandbox aktivieren"
|
1224 |
|
1225 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:968
|
1226 |
msgctxt "dhl"
|
1227 |
msgid "Activate Sandbox mode for testing purposes."
|
1228 |
msgstr "Aktiviere den Sandbox Modus."
|
1229 |
|
1230 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:975
|
1231 |
msgctxt "dhl"
|
1232 |
msgid "Live Username"
|
1233 |
msgstr "Benutzer"
|
1234 |
|
1235 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:977
|
1236 |
#, php-format
|
1237 |
msgctxt "dhl"
|
1238 |
msgid ""
|
1242 |
"Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
1243 |
"Geschäftskundenportal. Bitte teste deine Zugangsdaten vorab %s."
|
1244 |
|
1245 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:977
|
1246 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:987
|
1247 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:996
|
1248 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1005
|
1249 |
msgctxt "dhl"
|
1250 |
msgid "here"
|
1251 |
msgstr "hier"
|
1252 |
|
1253 |
# @ woocommerce-germanized
|
1254 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:985
|
1255 |
msgctxt "dhl"
|
1256 |
msgid "Live Password"
|
1257 |
msgstr "Passwort"
|
1258 |
|
1259 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:987
|
1260 |
#, php-format
|
1261 |
msgctxt "dhl"
|
1262 |
msgid ""
|
1268 |
"Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
|
1269 |
"Benutzer) Monaten und teste deine Zugangsdaten vorab %s."
|
1270 |
|
1271 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:994
|
1272 |
msgctxt "dhl"
|
1273 |
msgid "Sandbox Username"
|
1274 |
msgstr "Sandbox Benutzername"
|
1275 |
|
1276 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:996
|
1277 |
#, php-format
|
1278 |
msgctxt "dhl"
|
1279 |
msgid ""
|
1283 |
"Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
1284 |
"Entwicklerportal. Bitte teste deine Zugangsdaten vorab %s."
|
1285 |
|
1286 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1003
|
1287 |
msgctxt "dhl"
|
1288 |
msgid "Sandbox Password"
|
1289 |
msgstr "Sandbox Passwort"
|
1290 |
|
1291 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1005
|
1292 |
#, php-format
|
1293 |
msgctxt "dhl"
|
1294 |
msgid ""
|
1298 |
"Dein Passwort zum DHL Entwicklerportal. Bitte teste deine Zugangsdaten vorab "
|
1299 |
"%s."
|
1300 |
|
1301 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1013
|
1302 |
msgctxt "dhl"
|
1303 |
msgid "Products and Participation Numbers"
|
1304 |
msgstr "Produkte und Teilnahmenummern"
|
1305 |
|
1306 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1030
|
1307 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1364
|
1308 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1604
|
1309 |
msgctxt "dhl"
|
1310 |
msgid "Inlay Returns"
|
1311 |
msgstr "Beilageretouren"
|
1312 |
|
1313 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1042
|
1314 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:138
|
1315 |
msgctxt "dhl"
|
1316 |
msgid "Tracking"
|
1317 |
msgstr "Sendungsverfolgung"
|
1318 |
|
1319 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1056
|
1320 |
msgctxt "dhl"
|
1321 |
msgid "Enable delivery to Packstation."
|
1322 |
msgstr "Aktiviere den Versand an Packstationen."
|
1323 |
|
1324 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1057
|
1325 |
msgctxt "dhl"
|
1326 |
msgid "Let customers choose a Packstation as delivery address."
|
1327 |
msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
|
1328 |
|
1329 |
# @ woocommerce-germanized
|
1330 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1065
|
1331 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:50
|
1332 |
msgctxt "dhl"
|
1333 |
msgid "Postoffice"
|
1334 |
msgstr "Postfiliale"
|
1335 |
|
1336 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1066
|
1337 |
msgctxt "dhl"
|
1338 |
msgid "Enable delivery to Post Offices."
|
1339 |
msgstr "Aktiviere den Versand an Postfilialen."
|
1340 |
|
1341 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1067
|
1342 |
msgctxt "dhl"
|
1343 |
msgid "Let customers choose a Post Office as delivery address."
|
1344 |
msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
|
1345 |
|
1346 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1075
|
1347 |
msgctxt "dhl"
|
1348 |
msgid "Parcel Shop"
|
1349 |
msgstr "Paketshop"
|
1350 |
|
1351 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1076
|
1352 |
msgctxt "dhl"
|
1353 |
msgid "Enable delivery to Parcel Shops."
|
1354 |
msgstr "Lieferung an Paketshops aktivieren."
|
1355 |
|
1356 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1077
|
1357 |
msgctxt "dhl"
|
1358 |
msgid "Let customers choose a Parcel Shop as delivery address."
|
1359 |
msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
|
1360 |
|
1361 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1085
|
1362 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1731
|
1363 |
msgctxt "dhl"
|
1364 |
msgid "Map"
|
1365 |
msgstr "Karte"
|
1366 |
|
1367 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1086
|
1368 |
msgctxt "dhl"
|
1369 |
msgid "Let customers find a DHL location on a map."
|
1370 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
1371 |
|
1372 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1086
|
1373 |
msgctxt "dhl"
|
1374 |
msgid ""
|
1375 |
"Enable this option to let your customers choose a pickup option from a map "
|
1380 |
"einer Karten in der Kasse zu ermöglichen. Wenn diese Option deaktiviert ist, "
|
1381 |
"wird stattdessen auf die DHL Website verwiesen."
|
1382 |
|
1383 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1095
|
1384 |
msgctxt "dhl"
|
1385 |
msgid "Google Maps Key"
|
1386 |
msgstr "Google Maps Schlüssel"
|
1387 |
|
1388 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1100
|
1389 |
#, php-format
|
1390 |
msgctxt "dhl"
|
1391 |
msgid ""
|
1395 |
"Um eine Karte integrieren zu können, benötigst du einen gültigen API-"
|
1396 |
"Schlüssel für Google Maps. Du kannst %s."
|
1397 |
|
1398 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1100
|
1399 |
msgctxt "dhl"
|
1400 |
msgid "retrieve a new one"
|
1401 |
msgstr "hier einen neuen erstellen"
|
1402 |
|
1403 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1106
|
1404 |
msgctxt "dhl"
|
1405 |
msgid "Limit results"
|
1406 |
msgstr "Suchergebnisse begrenzen"
|
1407 |
|
1408 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1111
|
1409 |
msgctxt "dhl"
|
1410 |
msgid "Limit the number of DHL locations shown on the map"
|
1411 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
1412 |
|
1413 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1140
|
1414 |
msgctxt "dhl"
|
1415 |
msgid "Enable preferred day delivery."
|
1416 |
msgstr "Aktiviere die Lieferung am Wunschtag."
|
1417 |
|
1418 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1140
|
1419 |
msgctxt "dhl"
|
1420 |
msgid ""
|
1421 |
"Enabling this option will display options for the user to select their "
|
1425 |
"Kasse."
|
1426 |
|
1427 |
# @ woocommerce-germanized
|
1428 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1148
|
1429 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1684
|
1430 |
msgctxt "dhl"
|
1431 |
msgid "Fee"
|
1432 |
msgstr "Gebühr"
|
1433 |
|
1434 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1150
|
1435 |
msgctxt "dhl"
|
1436 |
msgid ""
|
1437 |
"Insert gross value as surcharge for preferred day delivery. Insert 0 to "
|
1441 |
"Setze den Wert auf 0 um den Service kostenlos anzubieten."
|
1442 |
|
1443 |
# @ woocommerce-germanized
|
1444 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1162
|
1445 |
msgctxt "dhl"
|
1446 |
msgid "Enable preferred location delivery."
|
1447 |
msgstr "Lieferung an einen Wunschort aktivieren."
|
1448 |
|
1449 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1162
|
1450 |
msgctxt "dhl"
|
1451 |
msgid ""
|
1452 |
"Enabling this option will display options for the user to select their "
|
1455 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
1456 |
"Kasse ."
|
1457 |
|
1458 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1171
|
1459 |
msgctxt "dhl"
|
1460 |
msgid "Enable preferred neighbor delivery."
|
1461 |
msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
|
1462 |
|
1463 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1171
|
1464 |
msgctxt "dhl"
|
1465 |
msgid ""
|
1466 |
"Enabling this option will display options for the user to deliver to their "
|
1469 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
1470 |
"der Kasse."
|
1471 |
|
1472 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1179
|
1473 |
msgctxt "dhl"
|
1474 |
msgid "Cut-off time"
|
1475 |
msgstr "Cut-off-Zeit"
|
1476 |
|
1477 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1184
|
1478 |
msgctxt "dhl"
|
1479 |
msgid ""
|
1480 |
"The cut-off time is the latest possible order time up to which the minimum "
|
1487 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
1488 |
"Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
1489 |
|
1490 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1190
|
1491 |
msgctxt "dhl"
|
1492 |
msgid "Preparation days"
|
1493 |
msgstr "Bearbeitungstage"
|
1494 |
|
1495 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1195
|
1496 |
msgctxt "dhl"
|
1497 |
msgid ""
|
1498 |
"If you need more time to prepare your shipments you might want to add a "
|
1503 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
1504 |
"auswählbaren Wunschtag hinzugefügt werden."
|
1505 |
|
1506 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1202
|
1507 |
msgctxt "dhl"
|
1508 |
msgid "Exclude days of transfer"
|
1509 |
msgstr "Übergabetage ausschließen"
|
1510 |
|
1511 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1204
|
1512 |
msgctxt "dhl"
|
1513 |
msgid "Exclude days from transferring shipments to DHL."
|
1514 |
msgstr "Schließe bestimmte Wochentage für die Übergabe an DHL aus."
|
1515 |
|
1516 |
# @ woocommerce-germanized
|
1517 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1270
|
1518 |
msgctxt "dhl"
|
1519 |
msgid "Exclude gateways"
|
1520 |
msgstr "Zahlungsarten ausschließen"
|
1521 |
|
1522 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1272
|
1523 |
msgctxt "dhl"
|
1524 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1525 |
msgstr ""
|
1527 |
"Verfügung stehen sollen."
|
1528 |
|
1529 |
# @ woocommerce-germanized
|
1530 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1296
|
1531 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:174
|
1532 |
msgctxt "dhl"
|
1533 |
msgid "Products"
|
1534 |
msgstr "Produkte"
|
1535 |
|
1536 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1299
|
1537 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:193
|
1538 |
msgctxt "dhl"
|
1539 |
msgid "Domestic Default Service"
|
1540 |
msgstr "Standard Service (national)"
|
1541 |
|
1542 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1304
|
1543 |
msgctxt "dhl"
|
1544 |
msgid ""
|
1545 |
"Please select your default DHL shipping service for domestic shipments that "
|
1550 |
"deine Kunden anbietest (du kannst das Produkt für jede einzelne Sendung "
|
1551 |
"nachträglich ändern)."
|
1552 |
|
1553 |
+
# @ woocommerce-germanized
|
1554 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1310
|
1555 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:204
|
1556 |
+
msgctxt "dhl"
|
1557 |
+
msgid "EU Default Service"
|
1558 |
+
msgstr "Standard Service (EU)"
|
1559 |
+
|
1560 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1315
|
1561 |
+
msgctxt "dhl"
|
1562 |
+
msgid ""
|
1563 |
+
"Please select your default DHL shipping service for EU shipments that you "
|
1564 |
+
"want to offer to your customers (you can always change this within each "
|
1565 |
+
"individual shipment afterwards)."
|
1566 |
+
msgstr ""
|
1567 |
+
"Bitte wähle das Standard-Produkt für EU Sendungen aus, das du für deine "
|
1568 |
+
"Kunden anbietest (du kannst das Produkt für jede einzelne Sendung "
|
1569 |
+
"nachträglich ändern)."
|
1570 |
+
|
1571 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1321
|
1572 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:215
|
1573 |
msgctxt "dhl"
|
1574 |
msgid "Int. Default Service"
|
1575 |
msgstr "Standard Service (Int.)"
|
1576 |
|
1577 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1326
|
1578 |
msgctxt "dhl"
|
1579 |
msgid ""
|
1580 |
"Please select your default DHL shipping service for cross-border shipments "
|
1586 |
"nachträglich ändern)."
|
1587 |
|
1588 |
# @ woocommerce-germanized
|
1589 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1332
|
1590 |
msgctxt "dhl"
|
1591 |
msgid "Default Duty"
|
1592 |
msgstr "Standard Zoll"
|
1593 |
|
1594 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1337
|
1595 |
msgctxt "dhl"
|
1596 |
msgid "Please select a default duty type."
|
1597 |
msgstr "Bitte wähle eine Standard-Zollabrechnung aus."
|
1598 |
|
1599 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1344
|
1600 |
msgctxt "dhl"
|
1601 |
msgid "Codeable"
|
1602 |
msgstr "Leitcodierbar"
|
1603 |
|
1604 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1345
|
1605 |
msgctxt "dhl"
|
1606 |
msgid "Generate label only if address can be automatically retrieved DHL."
|
1607 |
msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
|
1608 |
|
1609 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1351
|
1610 |
msgctxt "dhl"
|
1611 |
msgid ""
|
1612 |
"Choose this option if you want to make sure that by default labels are only "
|
1617 |
"ist."
|
1618 |
|
1619 |
# @ woocommerce-germanized
|
1620 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1355
|
1621 |
msgctxt "dhl"
|
1622 |
msgid "Force email"
|
1623 |
msgstr "E-Mail übertragen"
|
1624 |
|
1625 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1356
|
1626 |
msgctxt "dhl"
|
1627 |
msgid "Force transferring customer email to DHL."
|
1628 |
msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
|
1629 |
|
1630 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1356
|
1631 |
msgctxt "dhl"
|
1632 |
msgid ""
|
1633 |
"By default the customer email address is only transferred in case explicit "
|
1643 |
"deine Datenschutzerklärung und suche im Zweifel anwaltlichen Rat bevor du "
|
1644 |
"diese Option aktivierst."
|
1645 |
|
1646 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1365
|
1647 |
msgctxt "dhl"
|
1648 |
msgid ""
|
1649 |
"Additionally create inlay return labels for shipments that support returns."
|
1651 |
"Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
|
1652 |
"unterstützen."
|
1653 |
|
1654 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1378
|
1655 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1381
|
1656 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1618
|
1657 |
msgctxt "dhl"
|
1658 |
msgid "Retoure"
|
1659 |
msgstr "Retoure"
|
1660 |
|
1661 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1378
|
1662 |
#, php-format
|
1663 |
msgctxt "dhl"
|
1664 |
msgid ""
|
1669 |
"an. Stelle sicher, dass dein %s DHL Retoure Online enthält."
|
1670 |
|
1671 |
# @ woocommerce-germanized
|
1672 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1378
|
1673 |
msgctxt "dhl"
|
1674 |
msgid "contract"
|
1675 |
msgstr "Vertrag"
|
1676 |
|
1677 |
# @ woocommerce-germanized
|
1678 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
|
1679 |
msgctxt "dhl"
|
1680 |
msgid "Enable creating labels for return shipments."
|
1681 |
msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
|
1682 |
|
1683 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
|
1684 |
msgctxt "dhl"
|
1685 |
msgid ""
|
1686 |
"By enabling this option you might generate retoure labels for return "
|
1690 |
"Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
|
1691 |
|
1692 |
# @ woocommerce-germanized
|
1693 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1398
|
1694 |
msgctxt "dhl"
|
1695 |
msgid "Default Services"
|
1696 |
msgstr "Standard-Services"
|
1697 |
|
1698 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1398
|
1699 |
#, php-format
|
1700 |
msgctxt "dhl"
|
1701 |
msgid ""
|
1706 |
"werden sollen. Finde mehr über diese <a href=\"%s\" target=\"_blank"
|
1707 |
"\">Services</a> heraus."
|
1708 |
|
1709 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1401
|
1710 |
msgctxt "dhl"
|
1711 |
msgid "Enable the GoGreen Service by default."
|
1712 |
msgstr "Buche den GoGreen Service hinzu."
|
1713 |
|
1714 |
# @ woocommerce-germanized
|
1715 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1408
|
1716 |
msgctxt "dhl"
|
1717 |
msgid "Additional Insurance"
|
1718 |
msgstr "Transportversicherung"
|
1719 |
|
1720 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1409
|
1721 |
msgctxt "dhl"
|
1722 |
msgid "Add an additional insurance to labels."
|
1723 |
msgstr "Füge eine Transportversicherung zur Sendung hinzu."
|
1724 |
|
1725 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1416
|
1726 |
msgctxt "dhl"
|
1727 |
msgid "Retail Outlet Routing"
|
1728 |
msgstr "Filialrouting"
|
1729 |
|
1730 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1417
|
1731 |
msgctxt "dhl"
|
1732 |
msgid ""
|
1733 |
"Send undeliverable items to nearest retail outlet instead of immediate "
|
1736 |
"Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
|
1737 |
"anstelle diese direkt zurückzusenden."
|
1738 |
|
1739 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1424
|
1740 |
msgctxt "dhl"
|
1741 |
msgid "No Neighbor"
|
1742 |
msgstr "Keine Nachbarschaftszustellung"
|
1743 |
|
1744 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1425
|
1745 |
msgctxt "dhl"
|
1746 |
msgid "Do not deliver to neighbors."
|
1747 |
msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
|
1748 |
|
1749 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1433
|
1750 |
msgctxt "dhl"
|
1751 |
msgid "Do only delivery to named person."
|
1752 |
msgstr ""
|
1753 |
"Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
|
1754 |
"Person übergeben."
|
1755 |
|
1756 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1440
|
1757 |
msgctxt "dhl"
|
1758 |
msgid "Bulky Goods"
|
1759 |
msgstr "Sperrgut"
|
1760 |
|
1761 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1441
|
1762 |
msgctxt "dhl"
|
1763 |
msgid "Deliver as bulky goods."
|
1764 |
msgstr "Sende Pakete als Sperrgut."
|
1765 |
|
1766 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1448
|
1767 |
msgctxt "dhl"
|
1768 |
msgid "Minimum age (Visual check)"
|
1769 |
msgstr "Mindestalter (Visuell)"
|
1770 |
|
1771 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1454
|
1772 |
msgctxt "dhl"
|
1773 |
msgid "Choose this option if you want to let DHL check your customer's age."
|
1774 |
msgstr ""
|
1775 |
"Wähle diese Option aus, wenn du das Alter durch DHL prüfen lassen möchtest."
|
1776 |
|
1777 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1457
|
1778 |
msgctxt "dhl"
|
1779 |
msgid "Sync (Visual Check)"
|
1780 |
msgstr "Synchronisation (Visuell)"
|
1781 |
|
1782 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
|
1783 |
msgctxt "dhl"
|
1784 |
msgid "Visually verify age if shipment contains applicable items."
|
1785 |
msgstr ""
|
1786 |
"Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
|
1787 |
"beinhaltet."
|
1788 |
|
1789 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
|
1790 |
#, php-format
|
1791 |
msgctxt "dhl"
|
1792 |
msgid ""
|
1799 |
"Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
1800 |
"Produkte beinhaltet."
|
1801 |
|
1802 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
|
1803 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
|
1804 |
msgctxt "dhl"
|
1805 |
msgid "age verification checkbox"
|
1806 |
msgstr "Checkbox zur Altersprüfung"
|
1807 |
|
1808 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1465
|
1809 |
msgctxt "dhl"
|
1810 |
msgid "Minimum age (Ident check)"
|
1811 |
msgstr "Mindestalter (Identität)"
|
1812 |
|
1813 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1471
|
1814 |
msgctxt "dhl"
|
1815 |
msgid ""
|
1816 |
"Choose this option if you want to let DHL check your customer's identity and "
|
1820 |
"lassen möchtest."
|
1821 |
|
1822 |
# @ woocommerce-germanized
|
1823 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1474
|
1824 |
msgctxt "dhl"
|
1825 |
msgid "Sync (Ident Check)"
|
1826 |
msgstr "Synchronisation (Identität)"
|
1827 |
|
1828 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
|
1829 |
msgctxt "dhl"
|
1830 |
msgid "Verify identity and age if shipment contains applicable items."
|
1831 |
msgstr ""
|
1832 |
"Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
|
1833 |
"beinhaltet."
|
1834 |
|
1835 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
|
1836 |
#, php-format
|
1837 |
msgctxt "dhl"
|
1838 |
msgid ""
|
1845 |
"Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
1846 |
"Produkte beinhaltet."
|
1847 |
|
1848 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1483
|
1849 |
msgctxt "dhl"
|
1850 |
msgid "Premium delivery for international shipments."
|
1851 |
msgstr "Premium Lieferung für internationale Sendungen."
|
1852 |
|
1853 |
# @ woocommerce-germanized
|
1854 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1491
|
1855 |
msgctxt "dhl"
|
1856 |
msgid "Bank Account"
|
1857 |
msgstr "Bankkonto"
|
1858 |
|
1859 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1491
|
1860 |
msgctxt "dhl"
|
1861 |
msgid "Enter your bank details needed for services that use COD."
|
1862 |
msgstr ""
|
1864 |
"werden sollen."
|
1865 |
|
1866 |
# @ woocommerce-germanized
|
1867 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1494
|
1868 |
msgctxt "dhl"
|
1869 |
msgid "Holder"
|
1870 |
msgstr "Kontoinhaber"
|
1871 |
|
1872 |
# @ woocommerce-germanized
|
1873 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1502
|
1874 |
msgctxt "dhl"
|
1875 |
msgid "Bank Name"
|
1876 |
msgstr "Name der Bank"
|
1877 |
|
1878 |
# @ woocommerce-germanized
|
1879 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1510
|
1880 |
msgctxt "dhl"
|
1881 |
msgid "IBAN"
|
1882 |
msgstr "IBAN"
|
1883 |
|
1884 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1518
|
1885 |
msgctxt "dhl"
|
1886 |
msgid "BIC"
|
1887 |
msgstr "BIC"
|
1888 |
|
1889 |
# @ woocommerce-germanized
|
1890 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1526
|
1891 |
msgctxt "dhl"
|
1892 |
msgid "Payment Reference"
|
1893 |
msgstr "Zahlungsreferenz"
|
1894 |
|
1895 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1531
|
1896 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1541
|
1897 |
#, php-format
|
1898 |
msgctxt "dhl"
|
1899 |
msgid ""
|
1904 |
"%s. Der Text ist auf 35 Zeichen begrenzt."
|
1905 |
|
1906 |
# @ woocommerce-germanized
|
1907 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1536
|
1908 |
msgctxt "dhl"
|
1909 |
msgid "Payment Reference 2"
|
1910 |
msgstr "Zahlungsreferenz 2"
|
1911 |
|
1912 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1571
|
1913 |
msgctxt "dhl"
|
1914 |
msgid "Customer Number"
|
1915 |
msgstr "Kundennummer"
|
1916 |
|
1917 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1572
|
1918 |
msgctxt "dhl"
|
1919 |
msgid ""
|
1920 |
"Insert your DHL business customer number (EKP) here. If you are not yet a "
|
1923 |
"Füge hier deine DHL Kundennummer (EKP) ein. Wenn du noch kein Geschäftskunde "
|
1924 |
"bist, solltest du dich zuerst als Geschäftskunde bei DHL registrieren."
|
1925 |
|
1926 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1585
|
1927 |
msgctxt "dhl"
|
1928 |
msgid "API Access"
|
1929 |
msgstr "API Zugriff"
|
1930 |
|
1931 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1586
|
1932 |
msgctxt "dhl"
|
1933 |
msgid ""
|
1934 |
"To create labels and embed DHL services, our software needs access to the "
|
1938 |
"Software Zugang zur API. Du solltest hier deine Zugangsdaten zum DHL "
|
1939 |
"Geschäftskundenportal eingeben."
|
1940 |
|
1941 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1605
|
1942 |
msgctxt "dhl"
|
1943 |
msgid ""
|
1944 |
"If you want to provide your customers with inlay return labels for your "
|
1947 |
"Wenn du Beilageretouren-Labels zu deinen Sendungen hinzufügen möchtest, "
|
1948 |
"solltest du diese Funktion standardmäßig aktivieren."
|
1949 |
|
1950 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1619
|
1951 |
msgctxt "dhl"
|
1952 |
msgid ""
|
1953 |
"If you want to create DHL labels to returns you should activate this "
|
1958 |
"aktivieren. Stelle sicher, dass DHL Online Retoure in deinem Vertrag "
|
1959 |
"freigeschaltet ist."
|
1960 |
|
1961 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1632
|
1962 |
msgctxt "dhl"
|
1963 |
msgid "Age verification"
|
1964 |
msgstr "Altersverifikation"
|
1965 |
|
1966 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1633
|
1967 |
msgctxt "dhl"
|
1968 |
msgid ""
|
1969 |
"Use this feature to sync the Germanized age verification checkbox with the "
|
1976 |
"„Alterssichtprüfung“ von DHL automatisch aktiviert."
|
1977 |
|
1978 |
# @ woocommerce-germanized
|
1979 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1651
|
1980 |
msgctxt "dhl"
|
1981 |
msgid "Automation"
|
1982 |
msgstr "Automatisierung"
|
1983 |
|
1984 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1652
|
1985 |
msgctxt "dhl"
|
1986 |
msgid ""
|
1987 |
"You might want to save some time and let Germanized generate labels "
|
1991 |
"automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
|
1992 |
"wechselt."
|
1993 |
|
1994 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1671
|
1995 |
msgctxt "dhl"
|
1996 |
msgid ""
|
1997 |
"Let your customers choose a preferred day (if the service is available at "
|
2000 |
"Lasse deine Kunden einen Wunschtag (falls der Service für die Kundenadresse "
|
2001 |
"zur Verfügung steht) für die Lieferung in der Kasse auswählen."
|
2002 |
|
2003 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1685
|
2004 |
msgctxt "dhl"
|
2005 |
msgid ""
|
2006 |
"Optionally charge your customers an additional fee for preferred services "
|
2009 |
"Optional kannst du die Gebühr für die Auswahl des Wunschtags oder anderer "
|
2010 |
"Wunschpaket-Services an deine Kunden weiterreichen."
|
2011 |
|
2012 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1699
|
2013 |
msgctxt "dhl"
|
2014 |
msgid ""
|
2015 |
"Allow your customers to send their parcels to a preferred location e.g. a "
|
2018 |
"Lasse deine Kunden einen Wunschort für die Abgabe ihres Pakets in der Kasse "
|
2019 |
"auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
|
2020 |
|
2021 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1718
|
2022 |
msgctxt "dhl"
|
2023 |
msgid ""
|
2024 |
"Allow your customers to choose packstation (and/or other DHL location types "
|
2027 |
"Lasse deine Kunden eine Packstation (und/oder andere DHL Standorte, wie im "
|
2028 |
"Folgenden konfiguriert) als Lieferadresse auswählen."
|
2029 |
|
2030 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1732
|
2031 |
msgctxt "dhl"
|
2032 |
msgid ""
|
2033 |
"This option adds a map overlay view to let your customers choose a DHL "
|
2038 |
"DHL Standortes in der Nähe noch einfacher zu machen. Du benötigst für die "
|
2039 |
"Kartenansicht einen gültigen Google Maps API Schlüssel."
|
2040 |
|
2041 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:75
|
2042 |
msgctxt "dhl"
|
2043 |
msgid "Deutsche Post"
|
2044 |
msgstr "Deutsche Post"
|
2045 |
|
2046 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:83
|
2047 |
msgctxt "dhl"
|
2048 |
msgid "Integration for products of the Deutsche Post through Internetmarke."
|
2049 |
msgstr "Integration von Produkten der Deutschen Post über die Internetmarke."
|
2050 |
|
2051 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:114
|
2052 |
msgctxt "dhl"
|
2053 |
msgid "Username"
|
2054 |
msgstr "Benutzer"
|
2055 |
|
2056 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:116
|
2057 |
#, php-format
|
2058 |
msgctxt "dhl"
|
2059 |
msgid ""
|
2064 |
"Bitte teste deine Zugangsdaten bevor du eine Verbindung aufbaust."
|
2065 |
|
2066 |
# @ woocommerce-germanized
|
2067 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:124
|
2068 |
msgctxt "dhl"
|
2069 |
msgid "Password"
|
2070 |
msgstr "Passwort"
|
2071 |
|
2072 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:158
|
2073 |
msgctxt "dhl"
|
2074 |
msgid "Portokasse"
|
2075 |
msgstr "Portokasse"
|
2076 |
|
2077 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:161
|
2078 |
msgctxt "dhl"
|
2079 |
msgid "Balance"
|
2080 |
msgstr "Guthaben"
|
2081 |
|
2082 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:167
|
2083 |
msgctxt "dhl"
|
2084 |
msgid "Charge (€)"
|
2085 |
msgstr "Aufladen (€)"
|
2086 |
|
2087 |
# @ woocommerce-germanized
|
2088 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:177
|
2089 |
msgctxt "dhl"
|
2090 |
msgid "Available Products"
|
2091 |
msgstr "Verfügbare Produkte"
|
2092 |
|
2093 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:180
|
2094 |
#, php-format
|
2095 |
msgctxt "dhl"
|
2096 |
msgid ""
|
2102 |
"sollen. Du kannst die Produktliste auch manuell <a href=\"%s"
|
2103 |
"\">aktualisieren</a>, falls notwendig."
|
2104 |
|
2105 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:198
|
2106 |
msgctxt "dhl"
|
2107 |
msgid ""
|
2108 |
"Please select your default shipping service for domestic shipments that you "
|
2112 |
"Bitte wähle das Standard-Produkt für nationale Sendungen aus, das du für "
|
2113 |
"deine Kunden anbietest."
|
2114 |
|
2115 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:209
|
|
|
|
|
|
|
|
|
|
|
|
|
2116 |
msgctxt "dhl"
|
2117 |
msgid ""
|
2118 |
"Please select your default shipping service for EU shipments that you want "
|
2121 |
"Bitte wähle das Standard-Produkt für EU Sendungen aus, das du für deine "
|
2122 |
"Kunden anbietest."
|
2123 |
|
2124 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:220
|
2125 |
msgctxt "dhl"
|
2126 |
msgid ""
|
2127 |
"Please select your default shipping service for cross-border shipments that "
|
2130 |
"Bitte wähle das Standard-Produkt für internationale Sendungen aus, das du "
|
2131 |
"für deine Kunden anbietest."
|
2132 |
|
2133 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:230
|
2134 |
msgctxt "dhl"
|
2135 |
msgid "Printing"
|
2136 |
msgstr "Druck"
|
2137 |
|
2138 |
# @ woocommerce-germanized
|
2139 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:233
|
2140 |
msgctxt "dhl"
|
2141 |
msgid "Default Format"
|
2142 |
msgstr "Standardformat"
|
2143 |
|
2144 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:236
|
2145 |
#, php-format
|
2146 |
msgctxt "dhl"
|
2147 |
msgid ""
|
2153 |
"verwendet wird. Du kannst die Liste auch manuell <a href=\"%s"
|
2154 |
"\">aktualisieren</a>, falls notwendig."
|
2155 |
|
2156 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:243
|
2157 |
msgctxt "dhl"
|
2158 |
msgid "Print X-axis column"
|
2159 |
msgstr "Druckspalte X-Achse"
|
2160 |
|
2161 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:245
|
2162 |
msgctxt "dhl"
|
2163 |
msgid "Adjust the print X-axis start column for the label."
|
2164 |
msgstr "Passe die Druck-Startspalte der X-Achse für das Label an."
|
2165 |
|
2166 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:253
|
2167 |
msgctxt "dhl"
|
2168 |
msgid "Print Y-axis column"
|
2169 |
msgstr "Druckspalte Y-Achse"
|
2170 |
|
2171 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:255
|
2172 |
msgctxt "dhl"
|
2173 |
msgid "Adjust the print Y-axis start column for the label."
|
2174 |
msgstr "Passe die Druck-Startspalte der Y-Achse für das Label an."
|
2175 |
|
2176 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:267
|
2177 |
msgctxt "dhl"
|
2178 |
msgid "API Error"
|
2179 |
msgstr "API Fehler"
|
2180 |
|
2181 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:304
|
2182 |
msgctxt "dhl"
|
2183 |
msgid "Charge Portokasse"
|
2184 |
msgstr "Portokasse aufladen"
|
2185 |
|
2186 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:305
|
2187 |
#, php-format
|
2188 |
msgctxt "dhl"
|
2189 |
msgid "The minimum amount is %s"
|
2190 |
msgstr "Der Minimalbetrag beträgt %s"
|
2191 |
|
2192 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:369
|
2193 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:568
|
2194 |
#, php-format
|
2195 |
msgctxt "dhl"
|
2196 |
msgid ""
|
2203 |
"B. Gewicht) und versuche es erneut."
|
2204 |
|
2205 |
# @ woocommerce-germanized
|
2206 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:378
|
2207 |
msgctxt "dhl"
|
2208 |
msgid "Page Format"
|
2209 |
msgstr "Seitenformat"
|
2210 |
|
2211 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:546
|
2212 |
msgctxt "dhl"
|
2213 |
msgid "The services chosen are not available for the current product."
|
2214 |
msgstr "Die ausgewählten Services sind für dieses Produkt nicht verfügbar."
|
2215 |
|
2216 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:595
|
2217 |
#, php-format
|
2218 |
msgctxt "dhl"
|
2219 |
msgid "Deutsche Post product is missing for %s."
|
2429 |
|
2430 |
# @ woocommerce-germanized
|
2431 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
|
2432 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1074
|
2433 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
2434 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:689
|
2435 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
|
2873 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
2874 |
|
2875 |
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
|
2876 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1006
|
2877 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1036
|
2878 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
2879 |
msgctxt "shipments"
|
2880 |
msgid "N/A"
|
2936 |
msgstr "Brief"
|
2937 |
|
2938 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
|
2939 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1072
|
2940 |
msgctxt "shipments"
|
2941 |
msgid "Shipment"
|
2942 |
msgstr "Sendung"
|
2959 |
|
2960 |
# @ woocommerce-germanized
|
2961 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:112
|
2962 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:349
|
2963 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:860
|
2964 |
msgctxt "shipments"
|
2965 |
msgid "Shipped"
|
2980 |
msgid "Returned"
|
2981 |
msgstr "Retourniert"
|
2982 |
|
2983 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:347
|
2984 |
msgctxt "shipments"
|
2985 |
msgid "Draft"
|
2986 |
msgstr "Entwurf"
|
2987 |
|
2988 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:348
|
2989 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:852
|
2990 |
msgctxt "shipments"
|
2991 |
msgid "Processing"
|
2992 |
msgstr "In Bearbeitung"
|
2993 |
|
2994 |
# @ woocommerce-germanized
|
2995 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:350
|
2996 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:50
|
2997 |
msgctxt "shipments"
|
2998 |
msgid "Delivered"
|
2999 |
msgstr "Geliefert"
|
3000 |
|
3001 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:351
|
3002 |
msgctxt "shipments"
|
3003 |
msgid "Requested"
|
3004 |
msgstr "Beantragt"
|
3005 |
|
3006 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:400
|
3007 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:81
|
3008 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:135
|
3009 |
msgctxt "shipments"
|
3010 |
msgid "Invalid order."
|
3011 |
msgstr "Ungültige Bestellung."
|
3012 |
|
3013 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:404
|
3014 |
msgctxt "shipments"
|
3015 |
msgid "This order is already fully returned."
|
3016 |
msgstr "Diese Bestellung wurde bereits vollständig zurückgesendet."
|
3017 |
|
3018 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:415
|
3019 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:456
|
3020 |
msgctxt "shipments"
|
3021 |
msgid "Error while creating the shipment instance"
|
3022 |
msgstr "Fehler beim Erstellen der Sendungsinstanz"
|
3023 |
|
3024 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:441
|
3025 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:445
|
3026 |
+
#: woocommerce-germanized-shipments/src/ReturnShipment.php:434
|
3027 |
+
#: woocommerce-germanized-shipments/src/ReturnShipment.php:506
|
3028 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:118
|
3029 |
+
#: woocommerce-germanized-shipments/src/SimpleShipment.php:240
|
3030 |
msgctxt "shipments"
|
3031 |
msgid "Invalid shipment order"
|
3032 |
msgstr "Ungültige Bestellung zur Sendung"
|
3033 |
|
3034 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:475
|
3035 |
msgctxt "shipments"
|
3036 |
msgid "Invalid order item"
|
3037 |
msgstr "Ungültige Bestellposition"
|
3038 |
|
3039 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:597
|
3040 |
msgctxt "shipments"
|
3041 |
msgid "Invalid shipment item"
|
3042 |
msgstr "Ungültige Sendungsposition"
|
3043 |
|
3044 |
# @ woocommerce-germanized
|
3045 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:676
|
3046 |
msgctxt "shipments"
|
3047 |
msgid "None"
|
3048 |
msgstr "Keiner"
|
3049 |
|
3050 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:717
|
3051 |
msgctxt "shipments-shipping-provider"
|
3052 |
msgid "Unknown"
|
3053 |
msgstr "Unbekannt"
|
3054 |
|
3055 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:762
|
3056 |
msgctxt "shipments"
|
3057 |
msgid "Error while uploading file."
|
3058 |
msgstr "Fehler beim Hochladen der Datei."
|
3059 |
|
3060 |
# @ woocommerce-germanized
|
3061 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1073
|
3062 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
3063 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:688
|
3064 |
msgctxt "shipments"
|
3065 |
msgid "Date"
|
3066 |
msgstr "Datum"
|
3067 |
|
3068 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1075
|
3069 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
|
3070 |
msgctxt "shipments"
|
3071 |
msgid "Tracking"
|
3072 |
msgstr "Sendungsverfolgung"
|
3073 |
|
3074 |
# @ woocommerce-germanized
|
3075 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1076
|
3076 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:180
|
3077 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
3078 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:696
|
3080 |
msgid "Actions"
|
3081 |
msgstr "Aktionen"
|
3082 |
|
3083 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1312
|
3084 |
msgctxt "shipments"
|
3085 |
msgid "View"
|
3086 |
msgstr "Anzeigen"
|
3087 |
|
3088 |
# @ woocommerce-germanized
|
3089 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1319
|
3090 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:871
|
3091 |
#: woocommerce-germanized-shipments/src/Ajax.php:335
|
3092 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
4469 |
msgstr "%1$s"
|
4470 |
|
4471 |
# @ woocommerce-germanized
|
4472 |
+
#: woocommerce-germanized-shipments/src/Package.php:88
|
4473 |
msgctxt "shipments"
|
4474 |
msgid "Sorry, this order is invalid and cannot be returned."
|
4475 |
msgstr "Sorry, diese Bestellung existiert nicht."
|
4480 |
msgid "%1$s (%2$s, %3$s)"
|
4481 |
msgstr "%1$s (%2$s, %3$s)"
|
4482 |
|
4483 |
+
#: woocommerce-germanized-shipments/src/ReturnShipment.php:362
|
4484 |
+
#: woocommerce-germanized-shipments/src/Shipment.php:1021
|
4485 |
#, php-format
|
4486 |
msgctxt "full name"
|
4487 |
msgid "%1$s %2$s"
|
5156 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:559
|
5157 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:569
|
5158 |
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:453
|
5159 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:593
|
5160 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:601
|
5161 |
msgid "incl. VAT"
|
5162 |
msgstr "inkl. MwSt."
|
5163 |
|
6777 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
|
6778 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:598
|
6779 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:611
|
6780 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:244
|
6781 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:252
|
6782 |
msgid "Title"
|
6783 |
msgstr "Anrede"
|
6784 |
|
8984 |
"besteuert. Weitere Informationen findest du <a href=\"%s\" target=\"_blank"
|
8985 |
"\">hier</a>."
|
8986 |
|
8987 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:160
|
8988 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:231
|
8989 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:342
|
8990 |
msgid ""
|
8991 |
"Please activate your account through clicking on the activation link "
|
8992 |
"received via email."
|
8994 |
"Bitte aktiviere dein Kundenkonto indem du auf den Link in der E-Mail klickst."
|
8995 |
|
8996 |
# @ woocommerce-germanized
|
8997 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:173
|
8998 |
#, php-format
|
8999 |
msgid "Did not receive the activation email? <a href=\"%s\">Try again</a>."
|
9000 |
msgstr ""
|
9001 |
"Keine Aktivierungs-E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
9002 |
|
9003 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:352
|
9004 |
#, php-format
|
9005 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
9006 |
msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
|
9007 |
|
9008 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:354
|
9009 |
msgid "Please create an account or login before continuing to checkout"
|
9010 |
msgstr ""
|
9011 |
"Bitte erstelle ein Kundenkonto oder logge dich ein, bevor du zur Kasse gehst"
|
9012 |
|
9013 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:462
|
9014 |
#, php-format
|
9015 |
msgid ""
|
9016 |
"Please activate your account through clicking on the activation link "
|
9019 |
"Bitte aktiviere dein Kundenkonto indem du auf den Link in der E-Mail "
|
9020 |
"klickst. Keine E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
9021 |
|
9022 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:494
|
9023 |
msgid ""
|
9024 |
"This activation code has expired. We have sent you a new activation code via "
|
9025 |
"e-mail."
|
9028 |
"Code per E-Mail geschickt."
|
9029 |
|
9030 |
# @ woocommerce-germanized
|
9031 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:496
|
9032 |
msgid "Sorry, but this activation code cannot be found."
|
9033 |
msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
|
9034 |
|
9035 |
# @ woocommerce-germanized
|
9036 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:500
|
9037 |
msgid "Thank you. You have successfully activated your account."
|
9038 |
msgstr "Vielen Dank. Dein Benutzerkonto wurde erfolgreich aktiviert."
|
9039 |
|
9040 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:680
|
9041 |
msgid "Expired activation key"
|
9042 |
msgstr "Abgelaufener Aktivierungscode"
|
9043 |
|
9044 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:685
|
9045 |
msgid "Invalid activation key"
|
9046 |
msgstr "Aktivierungscode ungültig"
|
9047 |
|
9494 |
# @ woocommerce-germanized
|
9495 |
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:153
|
9496 |
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:35
|
9497 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:519
|
9498 |
#, php-format
|
9499 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
9500 |
msgstr "Zzgl. %s Übermittlungsentgelt (direkt an den Zusteller)"
|
10783 |
msgstr "Zahlungsart auswählen"
|
10784 |
|
10785 |
# @ woocommerce
|
10786 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:414
|
10787 |
msgid "Place order"
|
10788 |
msgstr "Jetzt kaufen"
|
10789 |
|
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: 2021-
|
6 |
-
"PO-Revision-Date: 2021-
|
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.4.
|
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;"
|
@@ -40,131 +40,131 @@ msgstr ""
|
|
40 |
"X-Poedit-SearchPathExcluded-13: woocommerce-germanized/assets\n"
|
41 |
|
42 |
# @ woocommerce-germanized
|
43 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
44 |
#: woocommerce-germanized-dhl/src/Api/Paket.php:274
|
45 |
msgctxt "dhl day context"
|
46 |
msgid "None"
|
47 |
msgstr "Keiner"
|
48 |
|
49 |
# @ woocommerce-germanized
|
50 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
51 |
msgctxt "dhl"
|
52 |
msgid "Delivery Duty Unpaid"
|
53 |
msgstr "Delivery Duty Unpaid"
|
54 |
|
55 |
# @ woocommerce-germanized
|
56 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
57 |
msgctxt "dhl"
|
58 |
msgid "Delivery Duty Paid"
|
59 |
msgstr "Delivery Duty Paid"
|
60 |
|
61 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
62 |
msgctxt "dhl"
|
63 |
msgid "Delivery Duty Paid (excl. VAT )"
|
64 |
msgstr "Delivered Duty Paid (exkl. MwSt.)"
|
65 |
|
66 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
67 |
msgctxt "dhl"
|
68 |
msgid "Delivery Duty Paid (excl. Duties, taxes and VAT)"
|
69 |
msgstr "Delivery Duty Paid (exkl. Zölle, Steuern und MwSt.)"
|
70 |
|
71 |
# @ woocommerce-germanized
|
72 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
73 |
msgctxt "age context"
|
74 |
msgid "None"
|
75 |
msgstr "Keine"
|
76 |
|
77 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
78 |
msgctxt "dhl"
|
79 |
msgid "Minimum age of 16"
|
80 |
msgstr "Mindestens 16 Jahre"
|
81 |
|
82 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
83 |
msgctxt "dhl"
|
84 |
msgid "Minimum age of 18"
|
85 |
msgstr "Mindestens 18 Jahre"
|
86 |
|
87 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
88 |
msgctxt "dhl"
|
89 |
msgid "Shipment #{shipment_id} to order {order_id}"
|
90 |
msgstr "Sendung #{shipment_id} zur Bestellung {order_id}"
|
91 |
|
92 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
93 |
msgctxt "dhl"
|
94 |
msgid "Return #{shipment_id} to order {order_id}"
|
95 |
msgstr "Retoure #{shipment_id} zur Bestellung {order_id}"
|
96 |
|
97 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
98 |
msgctxt "dhl"
|
99 |
msgid "Return shipment #{shipment_id} to order #{order_id}"
|
100 |
msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
|
101 |
|
102 |
# @ woocommerce-germanized
|
103 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
104 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:890
|
105 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
106 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
107 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
|
108 |
msgctxt "dhl"
|
109 |
msgid "Packstation"
|
110 |
msgstr "Packstation"
|
111 |
|
112 |
# @ woocommerce-germanized
|
113 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
114 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
115 |
msgctxt "dhl"
|
116 |
msgid "Postfiliale"
|
117 |
msgstr "Postfiliale"
|
118 |
|
119 |
# @ woocommerce-germanized
|
120 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
121 |
msgctxt "dhl"
|
122 |
msgid "DHL Retoure International A"
|
123 |
msgstr "DHL Retoure International A"
|
124 |
|
125 |
# @ woocommerce-germanized
|
126 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
127 |
msgctxt "dhl"
|
128 |
msgid "DHL Retoure International B"
|
129 |
msgstr "DHL Retoure International B"
|
130 |
|
131 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
132 |
msgctxt "dhl"
|
133 |
msgid "DHL Retoure Online"
|
134 |
msgstr "DHL Retoure Online"
|
135 |
|
136 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
msgctxt "dhl"
|
138 |
msgid "DHL Paket Connect"
|
139 |
msgstr "DHL Paket Connect"
|
140 |
|
141 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
142 |
msgctxt "dhl"
|
143 |
msgid "DHL Europaket (B2B)"
|
144 |
msgstr "DHL Europaket (B2B)"
|
145 |
|
146 |
-
|
147 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:833
|
148 |
-
msgctxt "dhl"
|
149 |
-
msgid "DHL Paket International"
|
150 |
-
msgstr "DHL Paket International"
|
151 |
-
|
152 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:898
|
153 |
msgctxt "dhl"
|
154 |
msgid "DHL Paket"
|
155 |
msgstr "DHL Paket"
|
156 |
|
157 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
158 |
msgctxt "dhl"
|
159 |
msgid "DHL Paket PRIO"
|
160 |
msgstr "DHL Paket PRIO"
|
161 |
|
162 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
163 |
msgctxt "dhl"
|
164 |
msgid "DHL Paket Taggleich"
|
165 |
msgstr "DHL Paket Taggleich"
|
166 |
|
167 |
-
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:
|
168 |
msgctxt "dhl"
|
169 |
msgid "DHL Warenpost"
|
170 |
msgstr "DHL Warenpost"
|
@@ -305,37 +305,37 @@ msgid "DHL & Post"
|
|
305 |
msgstr "DHL & Post"
|
306 |
|
307 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
308 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
309 |
msgctxt "dhl"
|
310 |
msgid "Monday"
|
311 |
msgstr "Montag"
|
312 |
|
313 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
314 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
315 |
msgctxt "dhl"
|
316 |
msgid "Tuesday"
|
317 |
msgstr "Dienstag"
|
318 |
|
319 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
320 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
321 |
msgctxt "dhl"
|
322 |
msgid "Wednesday"
|
323 |
msgstr "Mittwoch"
|
324 |
|
325 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
326 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
327 |
msgctxt "dhl"
|
328 |
msgid "Thursday"
|
329 |
msgstr "Donnerstag"
|
330 |
|
331 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
332 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
333 |
msgctxt "dhl"
|
334 |
msgid "Friday"
|
335 |
msgstr "Freitag"
|
336 |
|
337 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
338 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
339 |
msgctxt "dhl"
|
340 |
msgid "Saturday"
|
341 |
msgstr "Samstag"
|
@@ -608,7 +608,7 @@ msgid "Could not create account number - no product number."
|
|
608 |
msgstr ""
|
609 |
"Die Abrechnungsnummer konnte nicht erzeugt werden. Die Teilnahmenummer fehlt."
|
610 |
|
611 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
612 |
#, php-format
|
613 |
msgctxt "dhl"
|
614 |
msgid ""
|
@@ -618,7 +618,7 @@ msgstr ""
|
|
618 |
"Ihre Absenderadresse ist nicht komplett. Bitte prüfen Sie Ihre <a href=\"%s"
|
619 |
"\">Einstellungen</a> und versuchen Sie es erneut."
|
620 |
|
621 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
622 |
#, php-format
|
623 |
msgctxt "dhl"
|
624 |
msgid "Only %s shipment items can be processed, your shipment has %s items."
|
@@ -758,13 +758,13 @@ msgctxt "dhl time-span"
|
|
758 |
msgid "%s-%s"
|
759 |
msgstr "%s-%s"
|
760 |
|
761 |
-
#: woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php:
|
762 |
msgctxt "dhl"
|
763 |
msgid "Invalid label."
|
764 |
msgstr "Ungültiges Label."
|
765 |
|
766 |
# @ woocommerce-germanized
|
767 |
-
#: woocommerce-germanized-dhl/src/Package.php:
|
768 |
msgctxt "dhl"
|
769 |
msgid "Germany"
|
770 |
msgstr "Deutschland"
|
@@ -932,8 +932,8 @@ msgstr "Erneut versuchen"
|
|
932 |
|
933 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
934 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:227
|
935 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
936 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
937 |
msgctxt "dhl"
|
938 |
msgid "Preferred Day"
|
939 |
msgstr "Wunschtag"
|
@@ -946,15 +946,15 @@ msgstr "Wunschzeit"
|
|
946 |
# @ woocommerce-germanized
|
947 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
948 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:237
|
949 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
950 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
951 |
msgctxt "dhl"
|
952 |
msgid "Preferred Location"
|
953 |
msgstr "Wunschort"
|
954 |
|
955 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
956 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:249
|
957 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
958 |
msgctxt "dhl"
|
959 |
msgid "Preferred Neighbor"
|
960 |
msgstr "Wunschnachbar"
|
@@ -1023,7 +1023,7 @@ msgid "Valid address only"
|
|
1023 |
msgstr "Nur valide Adressen"
|
1024 |
|
1025 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:196
|
1026 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1027 |
msgctxt "dhl"
|
1028 |
msgid "GoGreen"
|
1029 |
msgstr "GoGreen"
|
@@ -1106,7 +1106,7 @@ msgid "No neighbor"
|
|
1106 |
msgstr "Keine Nachbarschaftszustellung"
|
1107 |
|
1108 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:402
|
1109 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1110 |
msgctxt "dhl"
|
1111 |
msgid "Named person only"
|
1112 |
msgstr "Persönliche Übergabe"
|
@@ -1133,7 +1133,7 @@ msgid "Minimum age"
|
|
1133 |
msgstr "Mindestalter"
|
1134 |
|
1135 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:461
|
1136 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1137 |
msgctxt "dhl"
|
1138 |
msgid "Premium"
|
1139 |
msgstr "Premium"
|
@@ -1193,12 +1193,12 @@ msgid "%s duties element does not exist."
|
|
1193 |
msgstr "%s Zollabgabe existiert nicht."
|
1194 |
|
1195 |
# @ woocommerce-germanized
|
1196 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1197 |
msgctxt "dhl"
|
1198 |
msgid "Customer Number (EKP)"
|
1199 |
msgstr "Kundennummer (EKP)"
|
1200 |
|
1201 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1202 |
#, php-format
|
1203 |
msgctxt "dhl"
|
1204 |
msgid ""
|
@@ -1208,33 +1208,33 @@ msgstr ""
|
|
1208 |
"Ihre 10-stellige DHL Kundennummer (EKP). Finden Sie Ihre %s im DHL "
|
1209 |
"Geschäftskundenportal."
|
1210 |
|
1211 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1212 |
msgctxt "dhl"
|
1213 |
msgid "customer number"
|
1214 |
msgstr "Kundennummer"
|
1215 |
|
1216 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1217 |
msgctxt "dhl"
|
1218 |
msgid "API"
|
1219 |
msgstr "API"
|
1220 |
|
1221 |
# @ woocommerce-germanized
|
1222 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1223 |
msgctxt "dhl"
|
1224 |
msgid "Enable Sandbox"
|
1225 |
msgstr "Sandbox aktivieren"
|
1226 |
|
1227 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1228 |
msgctxt "dhl"
|
1229 |
msgid "Activate Sandbox mode for testing purposes."
|
1230 |
msgstr "Aktiviere den Sandbox Modus."
|
1231 |
|
1232 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1233 |
msgctxt "dhl"
|
1234 |
msgid "Live Username"
|
1235 |
msgstr "Benutzer"
|
1236 |
|
1237 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1238 |
#, php-format
|
1239 |
msgctxt "dhl"
|
1240 |
msgid ""
|
@@ -1244,21 +1244,21 @@ msgstr ""
|
|
1244 |
"Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
1245 |
"Geschäftskundenportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
|
1246 |
|
1247 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1248 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1249 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1250 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1251 |
msgctxt "dhl"
|
1252 |
msgid "here"
|
1253 |
msgstr "hier"
|
1254 |
|
1255 |
# @ woocommerce-germanized
|
1256 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1257 |
msgctxt "dhl"
|
1258 |
msgid "Live Password"
|
1259 |
msgstr "Passwort"
|
1260 |
|
1261 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1262 |
#, php-format
|
1263 |
msgctxt "dhl"
|
1264 |
msgid ""
|
@@ -1270,12 +1270,12 @@ msgstr ""
|
|
1270 |
"der Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
|
1271 |
"Benutzer) Monaten und testen Sie Ihre Zugangsdaten vorab %s."
|
1272 |
|
1273 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1274 |
msgctxt "dhl"
|
1275 |
msgid "Sandbox Username"
|
1276 |
msgstr "Sandbox Benutzername"
|
1277 |
|
1278 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1279 |
#, php-format
|
1280 |
msgctxt "dhl"
|
1281 |
msgid ""
|
@@ -1285,12 +1285,12 @@ msgstr ""
|
|
1285 |
"Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
1286 |
"Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
|
1287 |
|
1288 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1289 |
msgctxt "dhl"
|
1290 |
msgid "Sandbox Password"
|
1291 |
msgstr "Sandbox Passwort"
|
1292 |
|
1293 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1294 |
#, php-format
|
1295 |
msgctxt "dhl"
|
1296 |
msgid ""
|
@@ -1300,78 +1300,78 @@ msgstr ""
|
|
1300 |
"Ihr Passwort zum DHL Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten "
|
1301 |
"vorab %s."
|
1302 |
|
1303 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1304 |
msgctxt "dhl"
|
1305 |
msgid "Products and Participation Numbers"
|
1306 |
msgstr "Produkte und Teilnahmenummern"
|
1307 |
|
1308 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1309 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1310 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1311 |
msgctxt "dhl"
|
1312 |
msgid "Inlay Returns"
|
1313 |
msgstr "Beilageretouren"
|
1314 |
|
1315 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1316 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
1317 |
msgctxt "dhl"
|
1318 |
msgid "Tracking"
|
1319 |
msgstr "Sendungsverfolgung"
|
1320 |
|
1321 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1322 |
msgctxt "dhl"
|
1323 |
msgid "Enable delivery to Packstation."
|
1324 |
msgstr "Aktiviere den Versand an Packstationen."
|
1325 |
|
1326 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1327 |
msgctxt "dhl"
|
1328 |
msgid "Let customers choose a Packstation as delivery address."
|
1329 |
msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
|
1330 |
|
1331 |
# @ woocommerce-germanized
|
1332 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1333 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:50
|
1334 |
msgctxt "dhl"
|
1335 |
msgid "Postoffice"
|
1336 |
msgstr "Postfiliale"
|
1337 |
|
1338 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1339 |
msgctxt "dhl"
|
1340 |
msgid "Enable delivery to Post Offices."
|
1341 |
msgstr "Aktiviere den Versand an Postfilialen."
|
1342 |
|
1343 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1344 |
msgctxt "dhl"
|
1345 |
msgid "Let customers choose a Post Office as delivery address."
|
1346 |
msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
|
1347 |
|
1348 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1349 |
msgctxt "dhl"
|
1350 |
msgid "Parcel Shop"
|
1351 |
msgstr "Paketshop"
|
1352 |
|
1353 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1354 |
msgctxt "dhl"
|
1355 |
msgid "Enable delivery to Parcel Shops."
|
1356 |
msgstr "Lieferung an Paketshops aktivieren."
|
1357 |
|
1358 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1359 |
msgctxt "dhl"
|
1360 |
msgid "Let customers choose a Parcel Shop as delivery address."
|
1361 |
msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
|
1362 |
|
1363 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1364 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1365 |
msgctxt "dhl"
|
1366 |
msgid "Map"
|
1367 |
msgstr "Karte"
|
1368 |
|
1369 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1370 |
msgctxt "dhl"
|
1371 |
msgid "Let customers find a DHL location on a map."
|
1372 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
1373 |
|
1374 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1375 |
msgctxt "dhl"
|
1376 |
msgid ""
|
1377 |
"Enable this option to let your customers choose a pickup option from a map "
|
@@ -1382,12 +1382,12 @@ msgstr ""
|
|
1382 |
"anhand einer Karten in der Kasse zu ermöglichen. Wenn diese Option "
|
1383 |
"deaktiviert ist, wird stattdessen auf die DHL Website verwiesen."
|
1384 |
|
1385 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1386 |
msgctxt "dhl"
|
1387 |
msgid "Google Maps Key"
|
1388 |
msgstr "Google Maps Schlüssel"
|
1389 |
|
1390 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1391 |
#, php-format
|
1392 |
msgctxt "dhl"
|
1393 |
msgid ""
|
@@ -1397,27 +1397,27 @@ msgstr ""
|
|
1397 |
"Um eine Karte integrieren zu können, benötigen Siee du einen gültigen API-"
|
1398 |
"Schlüssel für Google Maps. Sie können %s."
|
1399 |
|
1400 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1401 |
msgctxt "dhl"
|
1402 |
msgid "retrieve a new one"
|
1403 |
msgstr "hier einen neuen erstellen"
|
1404 |
|
1405 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1406 |
msgctxt "dhl"
|
1407 |
msgid "Limit results"
|
1408 |
msgstr "Suchergebnisse begrenzen"
|
1409 |
|
1410 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1411 |
msgctxt "dhl"
|
1412 |
msgid "Limit the number of DHL locations shown on the map"
|
1413 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
1414 |
|
1415 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1416 |
msgctxt "dhl"
|
1417 |
msgid "Enable preferred day delivery."
|
1418 |
msgstr "Aktiviere die Lieferung am Wunschtag."
|
1419 |
|
1420 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1421 |
msgctxt "dhl"
|
1422 |
msgid ""
|
1423 |
"Enabling this option will display options for the user to select their "
|
@@ -1427,13 +1427,13 @@ msgstr ""
|
|
1427 |
"Kasse."
|
1428 |
|
1429 |
# @ woocommerce-germanized
|
1430 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1431 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1432 |
msgctxt "dhl"
|
1433 |
msgid "Fee"
|
1434 |
msgstr "Gebühr"
|
1435 |
|
1436 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1437 |
msgctxt "dhl"
|
1438 |
msgid ""
|
1439 |
"Insert gross value as surcharge for preferred day delivery. Insert 0 to "
|
@@ -1443,12 +1443,12 @@ msgstr ""
|
|
1443 |
"Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
|
1444 |
|
1445 |
# @ woocommerce-germanized
|
1446 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1447 |
msgctxt "dhl"
|
1448 |
msgid "Enable preferred location delivery."
|
1449 |
msgstr "Lieferung an einen Wunschort aktivieren."
|
1450 |
|
1451 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1452 |
msgctxt "dhl"
|
1453 |
msgid ""
|
1454 |
"Enabling this option will display options for the user to select their "
|
@@ -1457,12 +1457,12 @@ msgstr ""
|
|
1457 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
1458 |
"Kasse ."
|
1459 |
|
1460 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1461 |
msgctxt "dhl"
|
1462 |
msgid "Enable preferred neighbor delivery."
|
1463 |
msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
|
1464 |
|
1465 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1466 |
msgctxt "dhl"
|
1467 |
msgid ""
|
1468 |
"Enabling this option will display options for the user to deliver to their "
|
@@ -1471,12 +1471,12 @@ msgstr ""
|
|
1471 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
1472 |
"der Kasse."
|
1473 |
|
1474 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1475 |
msgctxt "dhl"
|
1476 |
msgid "Cut-off time"
|
1477 |
msgstr "Cut-off-Zeit"
|
1478 |
|
1479 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1480 |
msgctxt "dhl"
|
1481 |
msgid ""
|
1482 |
"The cut-off time is the latest possible order time up to which the minimum "
|
@@ -1489,12 +1489,12 @@ msgstr ""
|
|
1489 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
1490 |
"Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
1491 |
|
1492 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1493 |
msgctxt "dhl"
|
1494 |
msgid "Preparation days"
|
1495 |
msgstr "Bearbeitungstage"
|
1496 |
|
1497 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1498 |
msgctxt "dhl"
|
1499 |
msgid ""
|
1500 |
"If you need more time to prepare your shipments you might want to add a "
|
@@ -1505,23 +1505,23 @@ msgstr ""
|
|
1505 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
1506 |
"auswählbaren Wunschtag hinzugefügt werden."
|
1507 |
|
1508 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1509 |
msgctxt "dhl"
|
1510 |
msgid "Exclude days of transfer"
|
1511 |
msgstr "Übergabetage ausschließen"
|
1512 |
|
1513 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1514 |
msgctxt "dhl"
|
1515 |
msgid "Exclude days from transferring shipments to DHL."
|
1516 |
msgstr "Schließen Sie bestimmte Wochentage für die Übergabe an DHL aus."
|
1517 |
|
1518 |
# @ woocommerce-germanized
|
1519 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1520 |
msgctxt "dhl"
|
1521 |
msgid "Exclude gateways"
|
1522 |
msgstr "Zahlungsarten ausschließen"
|
1523 |
|
1524 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1525 |
msgctxt "dhl"
|
1526 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1527 |
msgstr ""
|
@@ -1529,19 +1529,19 @@ msgstr ""
|
|
1529 |
"Verfügung stehen sollen."
|
1530 |
|
1531 |
# @ woocommerce-germanized
|
1532 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1533 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
1534 |
msgctxt "dhl"
|
1535 |
msgid "Products"
|
1536 |
msgstr "Produkte"
|
1537 |
|
1538 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1539 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
1540 |
msgctxt "dhl"
|
1541 |
msgid "Domestic Default Service"
|
1542 |
msgstr "Nationaler Standard Service"
|
1543 |
|
1544 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1545 |
msgctxt "dhl"
|
1546 |
msgid ""
|
1547 |
"Please select your default DHL shipping service for domestic shipments that "
|
@@ -1552,13 +1552,31 @@ msgstr ""
|
|
1552 |
"für Ihre Kunden anbieten (Sie können das Produkt für jede einzelne Sendung "
|
1553 |
"nachträglich ändern)."
|
1554 |
|
1555 |
-
|
1556 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1557 |
msgctxt "dhl"
|
1558 |
msgid "Int. Default Service"
|
1559 |
msgstr "Internationaler Standard Service"
|
1560 |
|
1561 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1562 |
msgctxt "dhl"
|
1563 |
msgid ""
|
1564 |
"Please select your default DHL shipping service for cross-border shipments "
|
@@ -1570,27 +1588,27 @@ msgstr ""
|
|
1570 |
"Sendung nachträglich ändern)."
|
1571 |
|
1572 |
# @ woocommerce-germanized
|
1573 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1574 |
msgctxt "dhl"
|
1575 |
msgid "Default Duty"
|
1576 |
msgstr "Standard Zoll"
|
1577 |
|
1578 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1579 |
msgctxt "dhl"
|
1580 |
msgid "Please select a default duty type."
|
1581 |
msgstr "Bitte wählen Sie eine Standard-Zollabrechnung aus."
|
1582 |
|
1583 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1584 |
msgctxt "dhl"
|
1585 |
msgid "Codeable"
|
1586 |
msgstr "Leitcodierbar"
|
1587 |
|
1588 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1589 |
msgctxt "dhl"
|
1590 |
msgid "Generate label only if address can be automatically retrieved DHL."
|
1591 |
msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
|
1592 |
|
1593 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1594 |
msgctxt "dhl"
|
1595 |
msgid ""
|
1596 |
"Choose this option if you want to make sure that by default labels are only "
|
@@ -1601,17 +1619,17 @@ msgstr ""
|
|
1601 |
"ist."
|
1602 |
|
1603 |
# @ woocommerce-germanized
|
1604 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1605 |
msgctxt "dhl"
|
1606 |
msgid "Force email"
|
1607 |
msgstr "E-Mail übertragen"
|
1608 |
|
1609 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1610 |
msgctxt "dhl"
|
1611 |
msgid "Force transferring customer email to DHL."
|
1612 |
msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
|
1613 |
|
1614 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1615 |
msgctxt "dhl"
|
1616 |
msgid ""
|
1617 |
"By default the customer email address is only transferred in case explicit "
|
@@ -1627,7 +1645,7 @@ msgstr ""
|
|
1627 |
"Sie Ihre Datenschutzerklärung und suchen Sie im Zweifel anwaltlichen Rat "
|
1628 |
"bevor Sie diese Option aktivieren."
|
1629 |
|
1630 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1631 |
msgctxt "dhl"
|
1632 |
msgid ""
|
1633 |
"Additionally create inlay return labels for shipments that support returns."
|
@@ -1635,14 +1653,14 @@ msgstr ""
|
|
1635 |
"Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
|
1636 |
"unterstützen."
|
1637 |
|
1638 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1639 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1640 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1641 |
msgctxt "dhl"
|
1642 |
msgid "Retoure"
|
1643 |
msgstr "Retoure"
|
1644 |
|
1645 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1646 |
#, php-format
|
1647 |
msgctxt "dhl"
|
1648 |
msgid ""
|
@@ -1653,18 +1671,18 @@ msgstr ""
|
|
1653 |
"API an. Stellen Sie sicher, dass Ihr %s DHL Retoure Online enthält."
|
1654 |
|
1655 |
# @ woocommerce-germanized
|
1656 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1657 |
msgctxt "dhl"
|
1658 |
msgid "contract"
|
1659 |
msgstr "Vertrag"
|
1660 |
|
1661 |
# @ woocommerce-germanized
|
1662 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1663 |
msgctxt "dhl"
|
1664 |
msgid "Enable creating labels for return shipments."
|
1665 |
msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
|
1666 |
|
1667 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1668 |
msgctxt "dhl"
|
1669 |
msgid ""
|
1670 |
"By enabling this option you might generate retoure labels for return "
|
@@ -1674,12 +1692,12 @@ msgstr ""
|
|
1674 |
"Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
|
1675 |
|
1676 |
# @ woocommerce-germanized
|
1677 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1678 |
msgctxt "dhl"
|
1679 |
msgid "Default Services"
|
1680 |
msgstr "Standard-Services"
|
1681 |
|
1682 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1683 |
#, php-format
|
1684 |
msgctxt "dhl"
|
1685 |
msgid ""
|
@@ -1690,28 +1708,28 @@ msgstr ""
|
|
1690 |
"werden sollen. Finden Sie mehr <a href=\"%s\" target=\"_blank\">Services</a> "
|
1691 |
"heraus."
|
1692 |
|
1693 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1694 |
msgctxt "dhl"
|
1695 |
msgid "Enable the GoGreen Service by default."
|
1696 |
msgstr "Buche den GoGreen Service hinzu."
|
1697 |
|
1698 |
# @ woocommerce-germanized
|
1699 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1700 |
msgctxt "dhl"
|
1701 |
msgid "Additional Insurance"
|
1702 |
msgstr "Transportversicherung"
|
1703 |
|
1704 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1705 |
msgctxt "dhl"
|
1706 |
msgid "Add an additional insurance to labels."
|
1707 |
msgstr "Füge eine Transportversicherung zur Sendung hinzu."
|
1708 |
|
1709 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1710 |
msgctxt "dhl"
|
1711 |
msgid "Retail Outlet Routing"
|
1712 |
msgstr "Filialrouting"
|
1713 |
|
1714 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1715 |
msgctxt "dhl"
|
1716 |
msgid ""
|
1717 |
"Send undeliverable items to nearest retail outlet instead of immediate "
|
@@ -1720,58 +1738,58 @@ msgstr ""
|
|
1720 |
"Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
|
1721 |
"anstelle diese direkt zurückzusenden."
|
1722 |
|
1723 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1724 |
msgctxt "dhl"
|
1725 |
msgid "No Neighbor"
|
1726 |
msgstr "Keine Nachbarschaftszustellung"
|
1727 |
|
1728 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1729 |
msgctxt "dhl"
|
1730 |
msgid "Do not deliver to neighbors."
|
1731 |
msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
|
1732 |
|
1733 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1734 |
msgctxt "dhl"
|
1735 |
msgid "Do only delivery to named person."
|
1736 |
msgstr ""
|
1737 |
"Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
|
1738 |
"Person übergeben."
|
1739 |
|
1740 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1741 |
msgctxt "dhl"
|
1742 |
msgid "Bulky Goods"
|
1743 |
msgstr "Sperrgut"
|
1744 |
|
1745 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1746 |
msgctxt "dhl"
|
1747 |
msgid "Deliver as bulky goods."
|
1748 |
msgstr "Sende Pakete als Sperrgut."
|
1749 |
|
1750 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1751 |
msgctxt "dhl"
|
1752 |
msgid "Minimum age (Visual check)"
|
1753 |
msgstr "Mindestalter (Visuell)"
|
1754 |
|
1755 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1756 |
msgctxt "dhl"
|
1757 |
msgid "Choose this option if you want to let DHL check your customer's age."
|
1758 |
msgstr ""
|
1759 |
"Wählen Sie diese Option aus, wenn Sie das Alter durch DHL prüfen lassen "
|
1760 |
"möchten."
|
1761 |
|
1762 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1763 |
msgctxt "dhl"
|
1764 |
msgid "Sync (Visual Check)"
|
1765 |
msgstr "Synchronisation (Visuell)"
|
1766 |
|
1767 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1768 |
msgctxt "dhl"
|
1769 |
msgid "Visually verify age if shipment contains applicable items."
|
1770 |
msgstr ""
|
1771 |
"Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
|
1772 |
"beinhaltet."
|
1773 |
|
1774 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1775 |
#, php-format
|
1776 |
msgctxt "dhl"
|
1777 |
msgid ""
|
@@ -1784,18 +1802,18 @@ msgstr ""
|
|
1784 |
"Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
1785 |
"Produkte beinhaltet."
|
1786 |
|
1787 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1788 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1789 |
msgctxt "dhl"
|
1790 |
msgid "age verification checkbox"
|
1791 |
msgstr "Checkbox zur Altersprüfung"
|
1792 |
|
1793 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1794 |
msgctxt "dhl"
|
1795 |
msgid "Minimum age (Ident check)"
|
1796 |
msgstr "Mindestalter (Identität)"
|
1797 |
|
1798 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1799 |
msgctxt "dhl"
|
1800 |
msgid ""
|
1801 |
"Choose this option if you want to let DHL check your customer's identity and "
|
@@ -1805,19 +1823,19 @@ msgstr ""
|
|
1805 |
"prüfen lassen möchten."
|
1806 |
|
1807 |
# @ woocommerce-germanized
|
1808 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1809 |
msgctxt "dhl"
|
1810 |
msgid "Sync (Ident Check)"
|
1811 |
msgstr "Synchronisation (Identität)"
|
1812 |
|
1813 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1814 |
msgctxt "dhl"
|
1815 |
msgid "Verify identity and age if shipment contains applicable items."
|
1816 |
msgstr ""
|
1817 |
"Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
|
1818 |
"beinhaltet."
|
1819 |
|
1820 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1821 |
#, php-format
|
1822 |
msgctxt "dhl"
|
1823 |
msgid ""
|
@@ -1830,18 +1848,18 @@ msgstr ""
|
|
1830 |
"Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
1831 |
"Produkte beinhaltet."
|
1832 |
|
1833 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1834 |
msgctxt "dhl"
|
1835 |
msgid "Premium delivery for international shipments."
|
1836 |
msgstr "Premium Lieferung für internationale Sendungen."
|
1837 |
|
1838 |
# @ woocommerce-germanized
|
1839 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1840 |
msgctxt "dhl"
|
1841 |
msgid "Bank Account"
|
1842 |
msgstr "Bankkonto"
|
1843 |
|
1844 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1845 |
msgctxt "dhl"
|
1846 |
msgid "Enter your bank details needed for services that use COD."
|
1847 |
msgstr ""
|
@@ -1849,36 +1867,36 @@ msgstr ""
|
|
1849 |
"verwendet werden sollen."
|
1850 |
|
1851 |
# @ woocommerce-germanized
|
1852 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1853 |
msgctxt "dhl"
|
1854 |
msgid "Holder"
|
1855 |
msgstr "Kontoinhaber"
|
1856 |
|
1857 |
# @ woocommerce-germanized
|
1858 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1859 |
msgctxt "dhl"
|
1860 |
msgid "Bank Name"
|
1861 |
msgstr "Name der Bank"
|
1862 |
|
1863 |
# @ woocommerce-germanized
|
1864 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1865 |
msgctxt "dhl"
|
1866 |
msgid "IBAN"
|
1867 |
msgstr "IBAN"
|
1868 |
|
1869 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1870 |
msgctxt "dhl"
|
1871 |
msgid "BIC"
|
1872 |
msgstr "BIC"
|
1873 |
|
1874 |
# @ woocommerce-germanized
|
1875 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1876 |
msgctxt "dhl"
|
1877 |
msgid "Payment Reference"
|
1878 |
msgstr "Zahlungsreferenz"
|
1879 |
|
1880 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1881 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1882 |
#, php-format
|
1883 |
msgctxt "dhl"
|
1884 |
msgid ""
|
@@ -1889,17 +1907,17 @@ msgstr ""
|
|
1889 |
"hinzufügen: %s. Der Text ist auf 35 Zeichen begrenzt."
|
1890 |
|
1891 |
# @ woocommerce-germanized
|
1892 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1893 |
msgctxt "dhl"
|
1894 |
msgid "Payment Reference 2"
|
1895 |
msgstr "Zahlungsreferenz 2"
|
1896 |
|
1897 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1898 |
msgctxt "dhl"
|
1899 |
msgid "Customer Number"
|
1900 |
msgstr "Kundennummer"
|
1901 |
|
1902 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1903 |
msgctxt "dhl"
|
1904 |
msgid ""
|
1905 |
"Insert your DHL business customer number (EKP) here. If you are not yet a "
|
@@ -1909,12 +1927,12 @@ msgstr ""
|
|
1909 |
"Geschäftskunde sind, sollten Sie sich zuerst als Geschäftskunde bei DHL "
|
1910 |
"registrieren."
|
1911 |
|
1912 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1913 |
msgctxt "dhl"
|
1914 |
msgid "API Access"
|
1915 |
msgstr "API Versionen"
|
1916 |
|
1917 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1918 |
msgctxt "dhl"
|
1919 |
msgid ""
|
1920 |
"To create labels and embed DHL services, our software needs access to the "
|
@@ -1924,7 +1942,7 @@ msgstr ""
|
|
1924 |
"Software Zugang zur API. Sie sollten hier Ihre Zugangsdaten zum DHL "
|
1925 |
"Geschäftskundenportal eingeben."
|
1926 |
|
1927 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1928 |
msgctxt "dhl"
|
1929 |
msgid ""
|
1930 |
"If you want to provide your customers with inlay return labels for your "
|
@@ -1933,7 +1951,7 @@ msgstr ""
|
|
1933 |
"Wenn Sie Beilageretouren-Labels zu Ihren Sendungen hinzufügen möchten, "
|
1934 |
"sollten Sie diese Funktion standardmäßig aktivieren."
|
1935 |
|
1936 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1937 |
msgctxt "dhl"
|
1938 |
msgid ""
|
1939 |
"If you want to create DHL labels to returns you should activate this "
|
@@ -1944,12 +1962,12 @@ msgstr ""
|
|
1944 |
"aktivieren. Stellen Sie sicher, dass DHL Online Retoure in Ihrem Vertrag "
|
1945 |
"freigeschaltet ist."
|
1946 |
|
1947 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1948 |
msgctxt "dhl"
|
1949 |
msgid "Age verification"
|
1950 |
msgstr "Altersverifikation"
|
1951 |
|
1952 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1953 |
msgctxt "dhl"
|
1954 |
msgid ""
|
1955 |
"Use this feature to sync the Germanized age verification checkbox with the "
|
@@ -1962,12 +1980,12 @@ msgstr ""
|
|
1962 |
"„Alterssichtprüfung“ von DHL automatisch aktiviert."
|
1963 |
|
1964 |
# @ woocommerce-germanized
|
1965 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1966 |
msgctxt "dhl"
|
1967 |
msgid "Automation"
|
1968 |
msgstr "Automatisierung"
|
1969 |
|
1970 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1971 |
msgctxt "dhl"
|
1972 |
msgid ""
|
1973 |
"You might want to save some time and let Germanized generate labels "
|
@@ -1977,7 +1995,7 @@ msgstr ""
|
|
1977 |
"automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
|
1978 |
"wechselt."
|
1979 |
|
1980 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1981 |
msgctxt "dhl"
|
1982 |
msgid ""
|
1983 |
"Let your customers choose a preferred day (if the service is available at "
|
@@ -1986,7 +2004,7 @@ msgstr ""
|
|
1986 |
"Lassen Sie Ihre Kunden einen Wunschtag (falls der Service für die "
|
1987 |
"Kundenadresse zur Verfügung steht) für die Lieferung in der Kasse auswählen."
|
1988 |
|
1989 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1990 |
msgctxt "dhl"
|
1991 |
msgid ""
|
1992 |
"Optionally charge your customers an additional fee for preferred services "
|
@@ -1995,7 +2013,7 @@ msgstr ""
|
|
1995 |
"Optional können Sie die Gebühr für die Auswahl des Wunschtags oder anderer "
|
1996 |
"Wunschpaket-Services an Ihre Kunden weiterreichen."
|
1997 |
|
1998 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
1999 |
msgctxt "dhl"
|
2000 |
msgid ""
|
2001 |
"Allow your customers to send their parcels to a preferred location e.g. a "
|
@@ -2004,7 +2022,7 @@ msgstr ""
|
|
2004 |
"Lassen Sie Ihre Kunden einen Wunschort für die Abgabe ihres Pakets in der "
|
2005 |
"Kasse auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
|
2006 |
|
2007 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2008 |
msgctxt "dhl"
|
2009 |
msgid ""
|
2010 |
"Allow your customers to choose packstation (and/or other DHL location types "
|
@@ -2013,7 +2031,7 @@ msgstr ""
|
|
2013 |
"Lassen Sie Ihre Kunden eine Packstation (und/oder andere DHL Standorte, wie "
|
2014 |
"im Folgenden konfiguriert) als Lieferadresse auswählen."
|
2015 |
|
2016 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
2017 |
msgctxt "dhl"
|
2018 |
msgid ""
|
2019 |
"This option adds a map overlay view to let your customers choose a DHL "
|
@@ -2024,22 +2042,22 @@ msgstr ""
|
|
2024 |
"DHL Standortes in der Nähe noch einfacher zu machen. Sie benötigen für die "
|
2025 |
"Kartenansicht einen gültigen Google Maps API Schlüssel."
|
2026 |
|
2027 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2028 |
msgctxt "dhl"
|
2029 |
msgid "Deutsche Post"
|
2030 |
msgstr "Deutsche Post"
|
2031 |
|
2032 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2033 |
msgctxt "dhl"
|
2034 |
msgid "Integration for products of the Deutsche Post through Internetmarke."
|
2035 |
msgstr "Integration von Produkten der Deutschen Post über die Internetmarke."
|
2036 |
|
2037 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2038 |
msgctxt "dhl"
|
2039 |
msgid "Username"
|
2040 |
msgstr "Benutzer"
|
2041 |
|
2042 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2043 |
#, php-format
|
2044 |
msgctxt "dhl"
|
2045 |
msgid ""
|
@@ -2050,33 +2068,33 @@ msgstr ""
|
|
2050 |
"testen Sie Ihre Zugangsdaten bevor Sie eine Verbindung aufbauen."
|
2051 |
|
2052 |
# @ woocommerce-germanized
|
2053 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2054 |
msgctxt "dhl"
|
2055 |
msgid "Password"
|
2056 |
msgstr "Passwort"
|
2057 |
|
2058 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2059 |
msgctxt "dhl"
|
2060 |
msgid "Portokasse"
|
2061 |
msgstr "Portokasse"
|
2062 |
|
2063 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2064 |
msgctxt "dhl"
|
2065 |
msgid "Balance"
|
2066 |
msgstr "Guthaben"
|
2067 |
|
2068 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2069 |
msgctxt "dhl"
|
2070 |
msgid "Charge (€)"
|
2071 |
msgstr "Aufladen (€)"
|
2072 |
|
2073 |
# @ woocommerce-germanized
|
2074 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2075 |
msgctxt "dhl"
|
2076 |
msgid "Available Products"
|
2077 |
msgstr "Verfügbare Produkte"
|
2078 |
|
2079 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2080 |
#, php-format
|
2081 |
msgctxt "dhl"
|
2082 |
msgid ""
|
@@ -2088,7 +2106,7 @@ msgstr ""
|
|
2088 |
"stehen sollen. Sie können die Produktliste auch manuell <a href=\"%s"
|
2089 |
"\">aktualisieren</a>, falls notwendig."
|
2090 |
|
2091 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2092 |
msgctxt "dhl"
|
2093 |
msgid ""
|
2094 |
"Please select your default shipping service for domestic shipments that you "
|
@@ -2098,13 +2116,7 @@ msgstr ""
|
|
2098 |
"Bitte wählen Sie das Standard-Produkt für nationale Sendungen aus, das Sie "
|
2099 |
"für Ihre Kunden anbieten."
|
2100 |
|
2101 |
-
|
2102 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:200
|
2103 |
-
msgctxt "dhl"
|
2104 |
-
msgid "EU Default Service"
|
2105 |
-
msgstr "Standard Service (EU)"
|
2106 |
-
|
2107 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:205
|
2108 |
msgctxt "dhl"
|
2109 |
msgid ""
|
2110 |
"Please select your default shipping service for EU shipments that you want "
|
@@ -2113,7 +2125,7 @@ msgstr ""
|
|
2113 |
"Bitte wählen Sie das Standard-Produkt für EU Sendungen aus, das Sie für Ihre "
|
2114 |
"Kunden anbieten."
|
2115 |
|
2116 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2117 |
msgctxt "dhl"
|
2118 |
msgid ""
|
2119 |
"Please select your default shipping service for cross-border shipments that "
|
@@ -2122,17 +2134,17 @@ msgstr ""
|
|
2122 |
"Bitte wählen Sie das Standard-Produkt für internationale Sendungen aus, das "
|
2123 |
"Sie für Ihre Kunden anbieten."
|
2124 |
|
2125 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2126 |
msgctxt "dhl"
|
2127 |
msgid "Printing"
|
2128 |
msgstr "Druck"
|
2129 |
|
2130 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2131 |
msgctxt "dhl"
|
2132 |
msgid "Default Format"
|
2133 |
msgstr "Standardformat"
|
2134 |
|
2135 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2136 |
#, php-format
|
2137 |
msgctxt "dhl"
|
2138 |
msgid ""
|
@@ -2144,44 +2156,44 @@ msgstr ""
|
|
2144 |
"verwendet wird. Sie können die Liste auch manuell <a href=\"%s"
|
2145 |
"\">aktualisieren</a>, falls notwendig."
|
2146 |
|
2147 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2148 |
msgctxt "dhl"
|
2149 |
msgid "Print X-axis column"
|
2150 |
msgstr "Druckspalte X-Achse"
|
2151 |
|
2152 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2153 |
msgctxt "dhl"
|
2154 |
msgid "Adjust the print X-axis start column for the label."
|
2155 |
msgstr "Passen Sie die Druck-Startspalte der X-Achse für das Label an."
|
2156 |
|
2157 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2158 |
msgctxt "dhl"
|
2159 |
msgid "Print Y-axis column"
|
2160 |
msgstr "Druckspalte Y-Achse"
|
2161 |
|
2162 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2163 |
msgctxt "dhl"
|
2164 |
msgid "Adjust the print Y-axis start column for the label."
|
2165 |
msgstr "Passen Sie die Druck-Startspalte der Y-Achse für das Label an."
|
2166 |
|
2167 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2168 |
msgctxt "dhl"
|
2169 |
msgid "API Error"
|
2170 |
msgstr "API Fehler"
|
2171 |
|
2172 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2173 |
msgctxt "dhl"
|
2174 |
msgid "Charge Portokasse"
|
2175 |
msgstr "Portokasse aufladen"
|
2176 |
|
2177 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2178 |
#, php-format
|
2179 |
msgctxt "dhl"
|
2180 |
msgid "The minimum amount is %s"
|
2181 |
msgstr "Der Minimalbetrag beträgt %s"
|
2182 |
|
2183 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2184 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2185 |
#, php-format
|
2186 |
msgctxt "dhl"
|
2187 |
msgid ""
|
@@ -2194,17 +2206,17 @@ msgstr ""
|
|
2194 |
"(z.B. Gewicht) und versuchen Sie es erneut."
|
2195 |
|
2196 |
# @ woocommerce-germanized
|
2197 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2198 |
msgctxt "dhl"
|
2199 |
msgid "Page Format"
|
2200 |
msgstr "Seitenformat"
|
2201 |
|
2202 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2203 |
msgctxt "dhl"
|
2204 |
msgid "The services chosen are not available for the current product."
|
2205 |
msgstr "Die ausgewählten Services sind für dieses Produkt nicht verfügbar."
|
2206 |
|
2207 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2208 |
#, php-format
|
2209 |
msgctxt "dhl"
|
2210 |
msgid "Deutsche Post product is missing for %s."
|
@@ -2420,7 +2432,7 @@ msgstr "Verpackung"
|
|
2420 |
|
2421 |
# @ woocommerce-germanized
|
2422 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
|
2423 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2424 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
2425 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:689
|
2426 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
|
@@ -2864,8 +2876,8 @@ msgid "Text to appear below the main email content."
|
|
2864 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
2865 |
|
2866 |
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
|
2867 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2868 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2869 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
2870 |
msgctxt "shipments"
|
2871 |
msgid "N/A"
|
@@ -2928,7 +2940,7 @@ msgid "Letter"
|
|
2928 |
msgstr "Brief"
|
2929 |
|
2930 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
|
2931 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2932 |
msgctxt "shipments"
|
2933 |
msgid "Shipment"
|
2934 |
msgstr "Sendung"
|
@@ -2950,7 +2962,7 @@ msgstr "Teilweise versandt"
|
|
2950 |
|
2951 |
# @ woocommerce-germanized
|
2952 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:112
|
2953 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2954 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:860
|
2955 |
msgctxt "shipments"
|
2956 |
msgid "Shipped"
|
@@ -2971,99 +2983,99 @@ msgctxt "shipments"
|
|
2971 |
msgid "Returned"
|
2972 |
msgstr "Retourniert"
|
2973 |
|
2974 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2975 |
msgctxt "shipments"
|
2976 |
msgid "Draft"
|
2977 |
msgstr "Entwurf"
|
2978 |
|
2979 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2980 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:852
|
2981 |
msgctxt "shipments"
|
2982 |
msgid "Processing"
|
2983 |
msgstr "In Bearbeitung"
|
2984 |
|
2985 |
# @ woocommerce-germanized
|
2986 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2987 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:50
|
2988 |
msgctxt "shipments"
|
2989 |
msgid "Delivered"
|
2990 |
msgstr "Geliefert"
|
2991 |
|
2992 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2993 |
msgctxt "shipments"
|
2994 |
msgid "Requested"
|
2995 |
msgstr "Beantragt"
|
2996 |
|
2997 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
2998 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:81
|
2999 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:135
|
3000 |
msgctxt "shipments"
|
3001 |
msgid "Invalid order."
|
3002 |
msgstr "Ungültige Bestellung."
|
3003 |
|
3004 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3005 |
msgctxt "shipments"
|
3006 |
msgid "This order is already fully returned."
|
3007 |
msgstr "Diese Bestellung wurde bereits vollständig zurückgesendet."
|
3008 |
|
3009 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3010 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3011 |
msgctxt "shipments"
|
3012 |
msgid "Error while creating the shipment instance"
|
3013 |
msgstr "Fehler beim Erstellen der Sendungsinstanz"
|
3014 |
|
3015 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3016 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3017 |
-
#: woocommerce-germanized-shipments/src/ReturnShipment.php:
|
3018 |
-
#: woocommerce-germanized-shipments/src/ReturnShipment.php:
|
3019 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:118
|
3020 |
-
#: woocommerce-germanized-shipments/src/SimpleShipment.php:
|
3021 |
msgctxt "shipments"
|
3022 |
msgid "Invalid shipment order"
|
3023 |
msgstr "Ungültige Bestellung zur Sendung"
|
3024 |
|
3025 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3026 |
msgctxt "shipments"
|
3027 |
msgid "Invalid order item"
|
3028 |
msgstr "Ungültige Bestellposition"
|
3029 |
|
3030 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3031 |
msgctxt "shipments"
|
3032 |
msgid "Invalid shipment item"
|
3033 |
msgstr "Ungültige Sendungsposition"
|
3034 |
|
3035 |
# @ woocommerce-germanized
|
3036 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3037 |
msgctxt "shipments"
|
3038 |
msgid "None"
|
3039 |
msgstr "Keiner"
|
3040 |
|
3041 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3042 |
msgctxt "shipments-shipping-provider"
|
3043 |
msgid "Unknown"
|
3044 |
msgstr "Unbekannt"
|
3045 |
|
3046 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3047 |
msgctxt "shipments"
|
3048 |
msgid "Error while uploading file."
|
3049 |
msgstr "Fehler beim Hochladen der Datei."
|
3050 |
|
3051 |
# @ woocommerce-germanized
|
3052 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3053 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
3054 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:688
|
3055 |
msgctxt "shipments"
|
3056 |
msgid "Date"
|
3057 |
msgstr "Datum"
|
3058 |
|
3059 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3060 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
|
3061 |
msgctxt "shipments"
|
3062 |
msgid "Tracking"
|
3063 |
msgstr "Sendungsverfolgung"
|
3064 |
|
3065 |
# @ woocommerce-germanized
|
3066 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3067 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:180
|
3068 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
3069 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:696
|
@@ -3071,13 +3083,13 @@ msgctxt "shipments"
|
|
3071 |
msgid "Actions"
|
3072 |
msgstr "Aktionen"
|
3073 |
|
3074 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3075 |
msgctxt "shipments"
|
3076 |
msgid "View"
|
3077 |
msgstr "Anzeigen"
|
3078 |
|
3079 |
# @ woocommerce-germanized
|
3080 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
3081 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:871
|
3082 |
#: woocommerce-germanized-shipments/src/Ajax.php:335
|
3083 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
@@ -4447,7 +4459,7 @@ msgid "%1$s"
|
|
4447 |
msgstr "%1$s"
|
4448 |
|
4449 |
# @ woocommerce-germanized
|
4450 |
-
#: woocommerce-germanized-shipments/src/Package.php:
|
4451 |
msgctxt "shipments"
|
4452 |
msgid "Sorry, this order is invalid and cannot be returned."
|
4453 |
msgstr "Sorry, diese Bestellung existiert nicht."
|
@@ -4458,8 +4470,8 @@ msgctxt "shipments-packaging-title"
|
|
4458 |
msgid "%1$s (%2$s, %3$s)"
|
4459 |
msgstr "%1$s (%2$s, %3$s)"
|
4460 |
|
4461 |
-
#: woocommerce-germanized-shipments/src/ReturnShipment.php:
|
4462 |
-
#: woocommerce-germanized-shipments/src/Shipment.php:
|
4463 |
#, php-format
|
4464 |
msgctxt "full name"
|
4465 |
msgid "%1$s %2$s"
|
@@ -5133,8 +5145,8 @@ msgstr "l"
|
|
5133 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:559
|
5134 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:569
|
5135 |
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:453
|
5136 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
5137 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
5138 |
msgid "incl. VAT"
|
5139 |
msgstr "inkl. MwSt."
|
5140 |
|
@@ -6757,8 +6769,8 @@ msgstr ""
|
|
6757 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
|
6758 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:598
|
6759 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:611
|
6760 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6761 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
6762 |
msgid "Title"
|
6763 |
msgstr "Anrede"
|
6764 |
|
@@ -8970,9 +8982,9 @@ msgstr ""
|
|
8970 |
"besteuert. Weitere Informationen finden Sie <a href=\"%s\" target=\"_blank"
|
8971 |
"\">hier</a>."
|
8972 |
|
8973 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8974 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8975 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8976 |
msgid ""
|
8977 |
"Please activate your account through clicking on the activation link "
|
8978 |
"received via email."
|
@@ -8981,24 +8993,24 @@ msgstr ""
|
|
8981 |
"klicken."
|
8982 |
|
8983 |
# @ woocommerce-germanized
|
8984 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8985 |
#, php-format
|
8986 |
msgid "Did not receive the activation email? <a href=\"%s\">Try again</a>."
|
8987 |
msgstr ""
|
8988 |
"Keine Aktivierungs-E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
8989 |
|
8990 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8991 |
#, php-format
|
8992 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
8993 |
msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
|
8994 |
|
8995 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
8996 |
msgid "Please create an account or login before continuing to checkout"
|
8997 |
msgstr ""
|
8998 |
"Bitte erstellen Sie ein Kundenkonto oder loggen Sie sich ein, bevor Sie zur "
|
8999 |
"Kasse gehen"
|
9000 |
|
9001 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9002 |
#, php-format
|
9003 |
msgid ""
|
9004 |
"Please activate your account through clicking on the activation link "
|
@@ -9007,7 +9019,7 @@ msgstr ""
|
|
9007 |
"Bitte aktivieren Sie Ihr Kundenkonto indem Sie auf den Link in der E-Mail "
|
9008 |
"klicken. Keine E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
9009 |
|
9010 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9011 |
msgid ""
|
9012 |
"This activation code has expired. We have sent you a new activation code via "
|
9013 |
"e-mail."
|
@@ -9016,20 +9028,20 @@ msgstr ""
|
|
9016 |
"Code per E-Mail geschickt."
|
9017 |
|
9018 |
# @ woocommerce-germanized
|
9019 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9020 |
msgid "Sorry, but this activation code cannot be found."
|
9021 |
msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
|
9022 |
|
9023 |
# @ woocommerce-germanized
|
9024 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9025 |
msgid "Thank you. You have successfully activated your account."
|
9026 |
msgstr "Vielen Dank. Ihr Benutzerkonto wurde erfolgreich aktiviert."
|
9027 |
|
9028 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9029 |
msgid "Expired activation key"
|
9030 |
msgstr "Abgelaufener Aktivierungscode"
|
9031 |
|
9032 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:
|
9033 |
msgid "Invalid activation key"
|
9034 |
msgstr "Aktivierungscode ungültig"
|
9035 |
|
@@ -9484,7 +9496,7 @@ msgstr "%s Zahlungsgebühr"
|
|
9484 |
# @ woocommerce-germanized
|
9485 |
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:153
|
9486 |
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:35
|
9487 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
9488 |
#, php-format
|
9489 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
9490 |
msgstr "Zzgl. %s Übermittlungsentgelt (direkt an den Zusteller)"
|
@@ -10775,7 +10787,7 @@ msgid "Choose a Payment Gateway"
|
|
10775 |
msgstr "Zahlungsart auswählen"
|
10776 |
|
10777 |
# @ woocommerce
|
10778 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:
|
10779 |
msgid "Place order"
|
10780 |
msgstr "Jetzt kaufen"
|
10781 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-05-12 16:16+0200\n"
|
6 |
+
"PO-Revision-Date: 2021-05-12 16:16+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.4.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;"
|
40 |
"X-Poedit-SearchPathExcluded-13: woocommerce-germanized/assets\n"
|
41 |
|
42 |
# @ woocommerce-germanized
|
43 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:208
|
44 |
#: woocommerce-germanized-dhl/src/Api/Paket.php:274
|
45 |
msgctxt "dhl day context"
|
46 |
msgid "None"
|
47 |
msgstr "Keiner"
|
48 |
|
49 |
# @ woocommerce-germanized
|
50 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:239
|
51 |
msgctxt "dhl"
|
52 |
msgid "Delivery Duty Unpaid"
|
53 |
msgstr "Delivery Duty Unpaid"
|
54 |
|
55 |
# @ woocommerce-germanized
|
56 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:240
|
57 |
msgctxt "dhl"
|
58 |
msgid "Delivery Duty Paid"
|
59 |
msgstr "Delivery Duty Paid"
|
60 |
|
61 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:241
|
62 |
msgctxt "dhl"
|
63 |
msgid "Delivery Duty Paid (excl. VAT )"
|
64 |
msgstr "Delivered Duty Paid (exkl. MwSt.)"
|
65 |
|
66 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:242
|
67 |
msgctxt "dhl"
|
68 |
msgid "Delivery Duty Paid (excl. Duties, taxes and VAT)"
|
69 |
msgstr "Delivery Duty Paid (exkl. Zölle, Steuern und MwSt.)"
|
70 |
|
71 |
# @ woocommerce-germanized
|
72 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:270
|
73 |
msgctxt "age context"
|
74 |
msgid "None"
|
75 |
msgstr "Keine"
|
76 |
|
77 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:271
|
78 |
msgctxt "dhl"
|
79 |
msgid "Minimum age of 16"
|
80 |
msgstr "Mindestens 16 Jahre"
|
81 |
|
82 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:272
|
83 |
msgctxt "dhl"
|
84 |
msgid "Minimum age of 18"
|
85 |
msgstr "Mindestens 18 Jahre"
|
86 |
|
87 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:297
|
88 |
msgctxt "dhl"
|
89 |
msgid "Shipment #{shipment_id} to order {order_id}"
|
90 |
msgstr "Sendung #{shipment_id} zur Bestellung {order_id}"
|
91 |
|
92 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:333
|
93 |
msgctxt "dhl"
|
94 |
msgid "Return #{shipment_id} to order {order_id}"
|
95 |
msgstr "Retoure #{shipment_id} zur Bestellung {order_id}"
|
96 |
|
97 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:349
|
98 |
msgctxt "dhl"
|
99 |
msgid "Return shipment #{shipment_id} to order #{order_id}"
|
100 |
msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
|
101 |
|
102 |
# @ woocommerce-germanized
|
103 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:422
|
104 |
#: woocommerce-germanized-dhl/src/ParcelLocator.php:890
|
105 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1055
|
106 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1717
|
107 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
|
108 |
msgctxt "dhl"
|
109 |
msgid "Packstation"
|
110 |
msgstr "Packstation"
|
111 |
|
112 |
# @ woocommerce-germanized
|
113 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:423
|
114 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:424
|
115 |
msgctxt "dhl"
|
116 |
msgid "Postfiliale"
|
117 |
msgstr "Postfiliale"
|
118 |
|
119 |
# @ woocommerce-germanized
|
120 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:829
|
121 |
msgctxt "dhl"
|
122 |
msgid "DHL Retoure International A"
|
123 |
msgstr "DHL Retoure International A"
|
124 |
|
125 |
# @ woocommerce-germanized
|
126 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:830
|
127 |
msgctxt "dhl"
|
128 |
msgid "DHL Retoure International B"
|
129 |
msgstr "DHL Retoure International B"
|
130 |
|
131 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:839
|
132 |
msgctxt "dhl"
|
133 |
msgid "DHL Retoure Online"
|
134 |
msgstr "DHL Retoure Online"
|
135 |
|
136 |
+
# @ woocommerce-germanized
|
137 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:855
|
138 |
+
msgctxt "dhl"
|
139 |
+
msgid "DHL Paket International"
|
140 |
+
msgstr "DHL Paket International"
|
141 |
+
|
142 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:875
|
143 |
msgctxt "dhl"
|
144 |
msgid "DHL Paket Connect"
|
145 |
msgstr "DHL Paket Connect"
|
146 |
|
147 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:876
|
148 |
msgctxt "dhl"
|
149 |
msgid "DHL Europaket (B2B)"
|
150 |
msgstr "DHL Europaket (B2B)"
|
151 |
|
152 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:945
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
msgctxt "dhl"
|
154 |
msgid "DHL Paket"
|
155 |
msgstr "DHL Paket"
|
156 |
|
157 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:946
|
158 |
msgctxt "dhl"
|
159 |
msgid "DHL Paket PRIO"
|
160 |
msgstr "DHL Paket PRIO"
|
161 |
|
162 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:947
|
163 |
msgctxt "dhl"
|
164 |
msgid "DHL Paket Taggleich"
|
165 |
msgstr "DHL Paket Taggleich"
|
166 |
|
167 |
+
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:948
|
168 |
msgctxt "dhl"
|
169 |
msgid "DHL Warenpost"
|
170 |
msgstr "DHL Warenpost"
|
305 |
msgstr "DHL & Post"
|
306 |
|
307 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
308 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1203
|
309 |
msgctxt "dhl"
|
310 |
msgid "Monday"
|
311 |
msgstr "Montag"
|
312 |
|
313 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
314 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1215
|
315 |
msgctxt "dhl"
|
316 |
msgid "Tuesday"
|
317 |
msgstr "Dienstag"
|
318 |
|
319 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
320 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1226
|
321 |
msgctxt "dhl"
|
322 |
msgid "Wednesday"
|
323 |
msgstr "Mittwoch"
|
324 |
|
325 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
326 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1237
|
327 |
msgctxt "dhl"
|
328 |
msgid "Thursday"
|
329 |
msgstr "Donnerstag"
|
330 |
|
331 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
332 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1248
|
333 |
msgctxt "dhl"
|
334 |
msgid "Friday"
|
335 |
msgstr "Freitag"
|
336 |
|
337 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
338 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1259
|
339 |
msgctxt "dhl"
|
340 |
msgid "Saturday"
|
341 |
msgstr "Samstag"
|
608 |
msgstr ""
|
609 |
"Die Abrechnungsnummer konnte nicht erzeugt werden. Die Teilnahmenummer fehlt."
|
610 |
|
611 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:503
|
612 |
#, php-format
|
613 |
msgctxt "dhl"
|
614 |
msgid ""
|
618 |
"Ihre Absenderadresse ist nicht komplett. Bitte prüfen Sie Ihre <a href=\"%s"
|
619 |
"\">Einstellungen</a> und versuchen Sie es erneut."
|
620 |
|
621 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:607
|
622 |
#, php-format
|
623 |
msgctxt "dhl"
|
624 |
msgid "Only %s shipment items can be processed, your shipment has %s items."
|
758 |
msgid "%s-%s"
|
759 |
msgstr "%s-%s"
|
760 |
|
761 |
+
#: woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php:323
|
762 |
msgctxt "dhl"
|
763 |
msgid "Invalid label."
|
764 |
msgstr "Ungültiges Label."
|
765 |
|
766 |
# @ woocommerce-germanized
|
767 |
+
#: woocommerce-germanized-dhl/src/Package.php:1029
|
768 |
msgctxt "dhl"
|
769 |
msgid "Germany"
|
770 |
msgstr "Deutschland"
|
932 |
|
933 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
934 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:227
|
935 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1139
|
936 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
|
937 |
msgctxt "dhl"
|
938 |
msgid "Preferred Day"
|
939 |
msgstr "Wunschtag"
|
946 |
# @ woocommerce-germanized
|
947 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
948 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:237
|
949 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1161
|
950 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1698
|
951 |
msgctxt "dhl"
|
952 |
msgid "Preferred Location"
|
953 |
msgstr "Wunschort"
|
954 |
|
955 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
956 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:249
|
957 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1170
|
958 |
msgctxt "dhl"
|
959 |
msgid "Preferred Neighbor"
|
960 |
msgstr "Wunschnachbar"
|
1023 |
msgstr "Nur valide Adressen"
|
1024 |
|
1025 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:196
|
1026 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1400
|
1027 |
msgctxt "dhl"
|
1028 |
msgid "GoGreen"
|
1029 |
msgstr "GoGreen"
|
1106 |
msgstr "Keine Nachbarschaftszustellung"
|
1107 |
|
1108 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:402
|
1109 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1432
|
1110 |
msgctxt "dhl"
|
1111 |
msgid "Named person only"
|
1112 |
msgstr "Persönliche Übergabe"
|
1133 |
msgstr "Mindestalter"
|
1134 |
|
1135 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:461
|
1136 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1482
|
1137 |
msgctxt "dhl"
|
1138 |
msgid "Premium"
|
1139 |
msgstr "Premium"
|
1193 |
msgstr "%s Zollabgabe existiert nicht."
|
1194 |
|
1195 |
# @ woocommerce-germanized
|
1196 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:953
|
1197 |
msgctxt "dhl"
|
1198 |
msgid "Customer Number (EKP)"
|
1199 |
msgstr "Kundennummer (EKP)"
|
1200 |
|
1201 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:955
|
1202 |
#, php-format
|
1203 |
msgctxt "dhl"
|
1204 |
msgid ""
|
1208 |
"Ihre 10-stellige DHL Kundennummer (EKP). Finden Sie Ihre %s im DHL "
|
1209 |
"Geschäftskundenportal."
|
1210 |
|
1211 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:955
|
1212 |
msgctxt "dhl"
|
1213 |
msgid "customer number"
|
1214 |
msgstr "Kundennummer"
|
1215 |
|
1216 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:964
|
1217 |
msgctxt "dhl"
|
1218 |
msgid "API"
|
1219 |
msgstr "API"
|
1220 |
|
1221 |
# @ woocommerce-germanized
|
1222 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:967
|
1223 |
msgctxt "dhl"
|
1224 |
msgid "Enable Sandbox"
|
1225 |
msgstr "Sandbox aktivieren"
|
1226 |
|
1227 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:968
|
1228 |
msgctxt "dhl"
|
1229 |
msgid "Activate Sandbox mode for testing purposes."
|
1230 |
msgstr "Aktiviere den Sandbox Modus."
|
1231 |
|
1232 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:975
|
1233 |
msgctxt "dhl"
|
1234 |
msgid "Live Username"
|
1235 |
msgstr "Benutzer"
|
1236 |
|
1237 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:977
|
1238 |
#, php-format
|
1239 |
msgctxt "dhl"
|
1240 |
msgid ""
|
1244 |
"Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
1245 |
"Geschäftskundenportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
|
1246 |
|
1247 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:977
|
1248 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:987
|
1249 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:996
|
1250 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1005
|
1251 |
msgctxt "dhl"
|
1252 |
msgid "here"
|
1253 |
msgstr "hier"
|
1254 |
|
1255 |
# @ woocommerce-germanized
|
1256 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:985
|
1257 |
msgctxt "dhl"
|
1258 |
msgid "Live Password"
|
1259 |
msgstr "Passwort"
|
1260 |
|
1261 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:987
|
1262 |
#, php-format
|
1263 |
msgctxt "dhl"
|
1264 |
msgid ""
|
1270 |
"der Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
|
1271 |
"Benutzer) Monaten und testen Sie Ihre Zugangsdaten vorab %s."
|
1272 |
|
1273 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:994
|
1274 |
msgctxt "dhl"
|
1275 |
msgid "Sandbox Username"
|
1276 |
msgstr "Sandbox Benutzername"
|
1277 |
|
1278 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:996
|
1279 |
#, php-format
|
1280 |
msgctxt "dhl"
|
1281 |
msgid ""
|
1285 |
"Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
1286 |
"Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
|
1287 |
|
1288 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1003
|
1289 |
msgctxt "dhl"
|
1290 |
msgid "Sandbox Password"
|
1291 |
msgstr "Sandbox Passwort"
|
1292 |
|
1293 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1005
|
1294 |
#, php-format
|
1295 |
msgctxt "dhl"
|
1296 |
msgid ""
|
1300 |
"Ihr Passwort zum DHL Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten "
|
1301 |
"vorab %s."
|
1302 |
|
1303 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1013
|
1304 |
msgctxt "dhl"
|
1305 |
msgid "Products and Participation Numbers"
|
1306 |
msgstr "Produkte und Teilnahmenummern"
|
1307 |
|
1308 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1030
|
1309 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1364
|
1310 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1604
|
1311 |
msgctxt "dhl"
|
1312 |
msgid "Inlay Returns"
|
1313 |
msgstr "Beilageretouren"
|
1314 |
|
1315 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1042
|
1316 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:138
|
1317 |
msgctxt "dhl"
|
1318 |
msgid "Tracking"
|
1319 |
msgstr "Sendungsverfolgung"
|
1320 |
|
1321 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1056
|
1322 |
msgctxt "dhl"
|
1323 |
msgid "Enable delivery to Packstation."
|
1324 |
msgstr "Aktiviere den Versand an Packstationen."
|
1325 |
|
1326 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1057
|
1327 |
msgctxt "dhl"
|
1328 |
msgid "Let customers choose a Packstation as delivery address."
|
1329 |
msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
|
1330 |
|
1331 |
# @ woocommerce-germanized
|
1332 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1065
|
1333 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:50
|
1334 |
msgctxt "dhl"
|
1335 |
msgid "Postoffice"
|
1336 |
msgstr "Postfiliale"
|
1337 |
|
1338 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1066
|
1339 |
msgctxt "dhl"
|
1340 |
msgid "Enable delivery to Post Offices."
|
1341 |
msgstr "Aktiviere den Versand an Postfilialen."
|
1342 |
|
1343 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1067
|
1344 |
msgctxt "dhl"
|
1345 |
msgid "Let customers choose a Post Office as delivery address."
|
1346 |
msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
|
1347 |
|
1348 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1075
|
1349 |
msgctxt "dhl"
|
1350 |
msgid "Parcel Shop"
|
1351 |
msgstr "Paketshop"
|
1352 |
|
1353 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1076
|
1354 |
msgctxt "dhl"
|
1355 |
msgid "Enable delivery to Parcel Shops."
|
1356 |
msgstr "Lieferung an Paketshops aktivieren."
|
1357 |
|
1358 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1077
|
1359 |
msgctxt "dhl"
|
1360 |
msgid "Let customers choose a Parcel Shop as delivery address."
|
1361 |
msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
|
1362 |
|
1363 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1085
|
1364 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1731
|
1365 |
msgctxt "dhl"
|
1366 |
msgid "Map"
|
1367 |
msgstr "Karte"
|
1368 |
|
1369 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1086
|
1370 |
msgctxt "dhl"
|
1371 |
msgid "Let customers find a DHL location on a map."
|
1372 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
1373 |
|
1374 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1086
|
1375 |
msgctxt "dhl"
|
1376 |
msgid ""
|
1377 |
"Enable this option to let your customers choose a pickup option from a map "
|
1382 |
"anhand einer Karten in der Kasse zu ermöglichen. Wenn diese Option "
|
1383 |
"deaktiviert ist, wird stattdessen auf die DHL Website verwiesen."
|
1384 |
|
1385 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1095
|
1386 |
msgctxt "dhl"
|
1387 |
msgid "Google Maps Key"
|
1388 |
msgstr "Google Maps Schlüssel"
|
1389 |
|
1390 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1100
|
1391 |
#, php-format
|
1392 |
msgctxt "dhl"
|
1393 |
msgid ""
|
1397 |
"Um eine Karte integrieren zu können, benötigen Siee du einen gültigen API-"
|
1398 |
"Schlüssel für Google Maps. Sie können %s."
|
1399 |
|
1400 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1100
|
1401 |
msgctxt "dhl"
|
1402 |
msgid "retrieve a new one"
|
1403 |
msgstr "hier einen neuen erstellen"
|
1404 |
|
1405 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1106
|
1406 |
msgctxt "dhl"
|
1407 |
msgid "Limit results"
|
1408 |
msgstr "Suchergebnisse begrenzen"
|
1409 |
|
1410 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1111
|
1411 |
msgctxt "dhl"
|
1412 |
msgid "Limit the number of DHL locations shown on the map"
|
1413 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
1414 |
|
1415 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1140
|
1416 |
msgctxt "dhl"
|
1417 |
msgid "Enable preferred day delivery."
|
1418 |
msgstr "Aktiviere die Lieferung am Wunschtag."
|
1419 |
|
1420 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1140
|
1421 |
msgctxt "dhl"
|
1422 |
msgid ""
|
1423 |
"Enabling this option will display options for the user to select their "
|
1427 |
"Kasse."
|
1428 |
|
1429 |
# @ woocommerce-germanized
|
1430 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1148
|
1431 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1684
|
1432 |
msgctxt "dhl"
|
1433 |
msgid "Fee"
|
1434 |
msgstr "Gebühr"
|
1435 |
|
1436 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1150
|
1437 |
msgctxt "dhl"
|
1438 |
msgid ""
|
1439 |
"Insert gross value as surcharge for preferred day delivery. Insert 0 to "
|
1443 |
"Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
|
1444 |
|
1445 |
# @ woocommerce-germanized
|
1446 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1162
|
1447 |
msgctxt "dhl"
|
1448 |
msgid "Enable preferred location delivery."
|
1449 |
msgstr "Lieferung an einen Wunschort aktivieren."
|
1450 |
|
1451 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1162
|
1452 |
msgctxt "dhl"
|
1453 |
msgid ""
|
1454 |
"Enabling this option will display options for the user to select their "
|
1457 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
1458 |
"Kasse ."
|
1459 |
|
1460 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1171
|
1461 |
msgctxt "dhl"
|
1462 |
msgid "Enable preferred neighbor delivery."
|
1463 |
msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
|
1464 |
|
1465 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1171
|
1466 |
msgctxt "dhl"
|
1467 |
msgid ""
|
1468 |
"Enabling this option will display options for the user to deliver to their "
|
1471 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
1472 |
"der Kasse."
|
1473 |
|
1474 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1179
|
1475 |
msgctxt "dhl"
|
1476 |
msgid "Cut-off time"
|
1477 |
msgstr "Cut-off-Zeit"
|
1478 |
|
1479 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1184
|
1480 |
msgctxt "dhl"
|
1481 |
msgid ""
|
1482 |
"The cut-off time is the latest possible order time up to which the minimum "
|
1489 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
1490 |
"Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
1491 |
|
1492 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1190
|
1493 |
msgctxt "dhl"
|
1494 |
msgid "Preparation days"
|
1495 |
msgstr "Bearbeitungstage"
|
1496 |
|
1497 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1195
|
1498 |
msgctxt "dhl"
|
1499 |
msgid ""
|
1500 |
"If you need more time to prepare your shipments you might want to add a "
|
1505 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
1506 |
"auswählbaren Wunschtag hinzugefügt werden."
|
1507 |
|
1508 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1202
|
1509 |
msgctxt "dhl"
|
1510 |
msgid "Exclude days of transfer"
|
1511 |
msgstr "Übergabetage ausschließen"
|
1512 |
|
1513 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1204
|
1514 |
msgctxt "dhl"
|
1515 |
msgid "Exclude days from transferring shipments to DHL."
|
1516 |
msgstr "Schließen Sie bestimmte Wochentage für die Übergabe an DHL aus."
|
1517 |
|
1518 |
# @ woocommerce-germanized
|
1519 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1270
|
1520 |
msgctxt "dhl"
|
1521 |
msgid "Exclude gateways"
|
1522 |
msgstr "Zahlungsarten ausschließen"
|
1523 |
|
1524 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1272
|
1525 |
msgctxt "dhl"
|
1526 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1527 |
msgstr ""
|
1529 |
"Verfügung stehen sollen."
|
1530 |
|
1531 |
# @ woocommerce-germanized
|
1532 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1296
|
1533 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:174
|
1534 |
msgctxt "dhl"
|
1535 |
msgid "Products"
|
1536 |
msgstr "Produkte"
|
1537 |
|
1538 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1299
|
1539 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:193
|
1540 |
msgctxt "dhl"
|
1541 |
msgid "Domestic Default Service"
|
1542 |
msgstr "Nationaler Standard Service"
|
1543 |
|
1544 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1304
|
1545 |
msgctxt "dhl"
|
1546 |
msgid ""
|
1547 |
"Please select your default DHL shipping service for domestic shipments that "
|
1552 |
"für Ihre Kunden anbieten (Sie können das Produkt für jede einzelne Sendung "
|
1553 |
"nachträglich ändern)."
|
1554 |
|
1555 |
+
# @ woocommerce-germanized
|
1556 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1310
|
1557 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:204
|
1558 |
+
msgctxt "dhl"
|
1559 |
+
msgid "EU Default Service"
|
1560 |
+
msgstr "Standard Service (EU)"
|
1561 |
+
|
1562 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1315
|
1563 |
+
msgctxt "dhl"
|
1564 |
+
msgid ""
|
1565 |
+
"Please select your default DHL shipping service for EU shipments that you "
|
1566 |
+
"want to offer to your customers (you can always change this within each "
|
1567 |
+
"individual shipment afterwards)."
|
1568 |
+
msgstr ""
|
1569 |
+
"Bitte wählen Sie das Standard-Produkt für EU Sendungen aus, dass Sie für "
|
1570 |
+
"Ihre Kunden anbieten (Sie können das Produkt für jede einzelne Sendung "
|
1571 |
+
"nachträglich ändern)."
|
1572 |
+
|
1573 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1321
|
1574 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:215
|
1575 |
msgctxt "dhl"
|
1576 |
msgid "Int. Default Service"
|
1577 |
msgstr "Internationaler Standard Service"
|
1578 |
|
1579 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1326
|
1580 |
msgctxt "dhl"
|
1581 |
msgid ""
|
1582 |
"Please select your default DHL shipping service for cross-border shipments "
|
1588 |
"Sendung nachträglich ändern)."
|
1589 |
|
1590 |
# @ woocommerce-germanized
|
1591 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1332
|
1592 |
msgctxt "dhl"
|
1593 |
msgid "Default Duty"
|
1594 |
msgstr "Standard Zoll"
|
1595 |
|
1596 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1337
|
1597 |
msgctxt "dhl"
|
1598 |
msgid "Please select a default duty type."
|
1599 |
msgstr "Bitte wählen Sie eine Standard-Zollabrechnung aus."
|
1600 |
|
1601 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1344
|
1602 |
msgctxt "dhl"
|
1603 |
msgid "Codeable"
|
1604 |
msgstr "Leitcodierbar"
|
1605 |
|
1606 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1345
|
1607 |
msgctxt "dhl"
|
1608 |
msgid "Generate label only if address can be automatically retrieved DHL."
|
1609 |
msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
|
1610 |
|
1611 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1351
|
1612 |
msgctxt "dhl"
|
1613 |
msgid ""
|
1614 |
"Choose this option if you want to make sure that by default labels are only "
|
1619 |
"ist."
|
1620 |
|
1621 |
# @ woocommerce-germanized
|
1622 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1355
|
1623 |
msgctxt "dhl"
|
1624 |
msgid "Force email"
|
1625 |
msgstr "E-Mail übertragen"
|
1626 |
|
1627 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1356
|
1628 |
msgctxt "dhl"
|
1629 |
msgid "Force transferring customer email to DHL."
|
1630 |
msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
|
1631 |
|
1632 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1356
|
1633 |
msgctxt "dhl"
|
1634 |
msgid ""
|
1635 |
"By default the customer email address is only transferred in case explicit "
|
1645 |
"Sie Ihre Datenschutzerklärung und suchen Sie im Zweifel anwaltlichen Rat "
|
1646 |
"bevor Sie diese Option aktivieren."
|
1647 |
|
1648 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1365
|
1649 |
msgctxt "dhl"
|
1650 |
msgid ""
|
1651 |
"Additionally create inlay return labels for shipments that support returns."
|
1653 |
"Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
|
1654 |
"unterstützen."
|
1655 |
|
1656 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1378
|
1657 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1381
|
1658 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1618
|
1659 |
msgctxt "dhl"
|
1660 |
msgid "Retoure"
|
1661 |
msgstr "Retoure"
|
1662 |
|
1663 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1378
|
1664 |
#, php-format
|
1665 |
msgctxt "dhl"
|
1666 |
msgid ""
|
1671 |
"API an. Stellen Sie sicher, dass Ihr %s DHL Retoure Online enthält."
|
1672 |
|
1673 |
# @ woocommerce-germanized
|
1674 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1378
|
1675 |
msgctxt "dhl"
|
1676 |
msgid "contract"
|
1677 |
msgstr "Vertrag"
|
1678 |
|
1679 |
# @ woocommerce-germanized
|
1680 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
|
1681 |
msgctxt "dhl"
|
1682 |
msgid "Enable creating labels for return shipments."
|
1683 |
msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
|
1684 |
|
1685 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
|
1686 |
msgctxt "dhl"
|
1687 |
msgid ""
|
1688 |
"By enabling this option you might generate retoure labels for return "
|
1692 |
"Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
|
1693 |
|
1694 |
# @ woocommerce-germanized
|
1695 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1398
|
1696 |
msgctxt "dhl"
|
1697 |
msgid "Default Services"
|
1698 |
msgstr "Standard-Services"
|
1699 |
|
1700 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1398
|
1701 |
#, php-format
|
1702 |
msgctxt "dhl"
|
1703 |
msgid ""
|
1708 |
"werden sollen. Finden Sie mehr <a href=\"%s\" target=\"_blank\">Services</a> "
|
1709 |
"heraus."
|
1710 |
|
1711 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1401
|
1712 |
msgctxt "dhl"
|
1713 |
msgid "Enable the GoGreen Service by default."
|
1714 |
msgstr "Buche den GoGreen Service hinzu."
|
1715 |
|
1716 |
# @ woocommerce-germanized
|
1717 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1408
|
1718 |
msgctxt "dhl"
|
1719 |
msgid "Additional Insurance"
|
1720 |
msgstr "Transportversicherung"
|
1721 |
|
1722 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1409
|
1723 |
msgctxt "dhl"
|
1724 |
msgid "Add an additional insurance to labels."
|
1725 |
msgstr "Füge eine Transportversicherung zur Sendung hinzu."
|
1726 |
|
1727 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1416
|
1728 |
msgctxt "dhl"
|
1729 |
msgid "Retail Outlet Routing"
|
1730 |
msgstr "Filialrouting"
|
1731 |
|
1732 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1417
|
1733 |
msgctxt "dhl"
|
1734 |
msgid ""
|
1735 |
"Send undeliverable items to nearest retail outlet instead of immediate "
|
1738 |
"Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
|
1739 |
"anstelle diese direkt zurückzusenden."
|
1740 |
|
1741 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1424
|
1742 |
msgctxt "dhl"
|
1743 |
msgid "No Neighbor"
|
1744 |
msgstr "Keine Nachbarschaftszustellung"
|
1745 |
|
1746 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1425
|
1747 |
msgctxt "dhl"
|
1748 |
msgid "Do not deliver to neighbors."
|
1749 |
msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
|
1750 |
|
1751 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1433
|
1752 |
msgctxt "dhl"
|
1753 |
msgid "Do only delivery to named person."
|
1754 |
msgstr ""
|
1755 |
"Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
|
1756 |
"Person übergeben."
|
1757 |
|
1758 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1440
|
1759 |
msgctxt "dhl"
|
1760 |
msgid "Bulky Goods"
|
1761 |
msgstr "Sperrgut"
|
1762 |
|
1763 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1441
|
1764 |
msgctxt "dhl"
|
1765 |
msgid "Deliver as bulky goods."
|
1766 |
msgstr "Sende Pakete als Sperrgut."
|
1767 |
|
1768 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1448
|
1769 |
msgctxt "dhl"
|
1770 |
msgid "Minimum age (Visual check)"
|
1771 |
msgstr "Mindestalter (Visuell)"
|
1772 |
|
1773 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1454
|
1774 |
msgctxt "dhl"
|
1775 |
msgid "Choose this option if you want to let DHL check your customer's age."
|
1776 |
msgstr ""
|
1777 |
"Wählen Sie diese Option aus, wenn Sie das Alter durch DHL prüfen lassen "
|
1778 |
"möchten."
|
1779 |
|
1780 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1457
|
1781 |
msgctxt "dhl"
|
1782 |
msgid "Sync (Visual Check)"
|
1783 |
msgstr "Synchronisation (Visuell)"
|
1784 |
|
1785 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
|
1786 |
msgctxt "dhl"
|
1787 |
msgid "Visually verify age if shipment contains applicable items."
|
1788 |
msgstr ""
|
1789 |
"Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
|
1790 |
"beinhaltet."
|
1791 |
|
1792 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
|
1793 |
#, php-format
|
1794 |
msgctxt "dhl"
|
1795 |
msgid ""
|
1802 |
"Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
1803 |
"Produkte beinhaltet."
|
1804 |
|
1805 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
|
1806 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
|
1807 |
msgctxt "dhl"
|
1808 |
msgid "age verification checkbox"
|
1809 |
msgstr "Checkbox zur Altersprüfung"
|
1810 |
|
1811 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1465
|
1812 |
msgctxt "dhl"
|
1813 |
msgid "Minimum age (Ident check)"
|
1814 |
msgstr "Mindestalter (Identität)"
|
1815 |
|
1816 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1471
|
1817 |
msgctxt "dhl"
|
1818 |
msgid ""
|
1819 |
"Choose this option if you want to let DHL check your customer's identity and "
|
1823 |
"prüfen lassen möchten."
|
1824 |
|
1825 |
# @ woocommerce-germanized
|
1826 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1474
|
1827 |
msgctxt "dhl"
|
1828 |
msgid "Sync (Ident Check)"
|
1829 |
msgstr "Synchronisation (Identität)"
|
1830 |
|
1831 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
|
1832 |
msgctxt "dhl"
|
1833 |
msgid "Verify identity and age if shipment contains applicable items."
|
1834 |
msgstr ""
|
1835 |
"Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
|
1836 |
"beinhaltet."
|
1837 |
|
1838 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
|
1839 |
#, php-format
|
1840 |
msgctxt "dhl"
|
1841 |
msgid ""
|
1848 |
"Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
1849 |
"Produkte beinhaltet."
|
1850 |
|
1851 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1483
|
1852 |
msgctxt "dhl"
|
1853 |
msgid "Premium delivery for international shipments."
|
1854 |
msgstr "Premium Lieferung für internationale Sendungen."
|
1855 |
|
1856 |
# @ woocommerce-germanized
|
1857 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1491
|
1858 |
msgctxt "dhl"
|
1859 |
msgid "Bank Account"
|
1860 |
msgstr "Bankkonto"
|
1861 |
|
1862 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1491
|
1863 |
msgctxt "dhl"
|
1864 |
msgid "Enter your bank details needed for services that use COD."
|
1865 |
msgstr ""
|
1867 |
"verwendet werden sollen."
|
1868 |
|
1869 |
# @ woocommerce-germanized
|
1870 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1494
|
1871 |
msgctxt "dhl"
|
1872 |
msgid "Holder"
|
1873 |
msgstr "Kontoinhaber"
|
1874 |
|
1875 |
# @ woocommerce-germanized
|
1876 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1502
|
1877 |
msgctxt "dhl"
|
1878 |
msgid "Bank Name"
|
1879 |
msgstr "Name der Bank"
|
1880 |
|
1881 |
# @ woocommerce-germanized
|
1882 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1510
|
1883 |
msgctxt "dhl"
|
1884 |
msgid "IBAN"
|
1885 |
msgstr "IBAN"
|
1886 |
|
1887 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1518
|
1888 |
msgctxt "dhl"
|
1889 |
msgid "BIC"
|
1890 |
msgstr "BIC"
|
1891 |
|
1892 |
# @ woocommerce-germanized
|
1893 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1526
|
1894 |
msgctxt "dhl"
|
1895 |
msgid "Payment Reference"
|
1896 |
msgstr "Zahlungsreferenz"
|
1897 |
|
1898 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1531
|
1899 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1541
|
1900 |
#, php-format
|
1901 |
msgctxt "dhl"
|
1902 |
msgid ""
|
1907 |
"hinzufügen: %s. Der Text ist auf 35 Zeichen begrenzt."
|
1908 |
|
1909 |
# @ woocommerce-germanized
|
1910 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1536
|
1911 |
msgctxt "dhl"
|
1912 |
msgid "Payment Reference 2"
|
1913 |
msgstr "Zahlungsreferenz 2"
|
1914 |
|
1915 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1571
|
1916 |
msgctxt "dhl"
|
1917 |
msgid "Customer Number"
|
1918 |
msgstr "Kundennummer"
|
1919 |
|
1920 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1572
|
1921 |
msgctxt "dhl"
|
1922 |
msgid ""
|
1923 |
"Insert your DHL business customer number (EKP) here. If you are not yet a "
|
1927 |
"Geschäftskunde sind, sollten Sie sich zuerst als Geschäftskunde bei DHL "
|
1928 |
"registrieren."
|
1929 |
|
1930 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1585
|
1931 |
msgctxt "dhl"
|
1932 |
msgid "API Access"
|
1933 |
msgstr "API Versionen"
|
1934 |
|
1935 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1586
|
1936 |
msgctxt "dhl"
|
1937 |
msgid ""
|
1938 |
"To create labels and embed DHL services, our software needs access to the "
|
1942 |
"Software Zugang zur API. Sie sollten hier Ihre Zugangsdaten zum DHL "
|
1943 |
"Geschäftskundenportal eingeben."
|
1944 |
|
1945 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1605
|
1946 |
msgctxt "dhl"
|
1947 |
msgid ""
|
1948 |
"If you want to provide your customers with inlay return labels for your "
|
1951 |
"Wenn Sie Beilageretouren-Labels zu Ihren Sendungen hinzufügen möchten, "
|
1952 |
"sollten Sie diese Funktion standardmäßig aktivieren."
|
1953 |
|
1954 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1619
|
1955 |
msgctxt "dhl"
|
1956 |
msgid ""
|
1957 |
"If you want to create DHL labels to returns you should activate this "
|
1962 |
"aktivieren. Stellen Sie sicher, dass DHL Online Retoure in Ihrem Vertrag "
|
1963 |
"freigeschaltet ist."
|
1964 |
|
1965 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1632
|
1966 |
msgctxt "dhl"
|
1967 |
msgid "Age verification"
|
1968 |
msgstr "Altersverifikation"
|
1969 |
|
1970 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1633
|
1971 |
msgctxt "dhl"
|
1972 |
msgid ""
|
1973 |
"Use this feature to sync the Germanized age verification checkbox with the "
|
1980 |
"„Alterssichtprüfung“ von DHL automatisch aktiviert."
|
1981 |
|
1982 |
# @ woocommerce-germanized
|
1983 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1651
|
1984 |
msgctxt "dhl"
|
1985 |
msgid "Automation"
|
1986 |
msgstr "Automatisierung"
|
1987 |
|
1988 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1652
|
1989 |
msgctxt "dhl"
|
1990 |
msgid ""
|
1991 |
"You might want to save some time and let Germanized generate labels "
|
1995 |
"automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
|
1996 |
"wechselt."
|
1997 |
|
1998 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1671
|
1999 |
msgctxt "dhl"
|
2000 |
msgid ""
|
2001 |
"Let your customers choose a preferred day (if the service is available at "
|
2004 |
"Lassen Sie Ihre Kunden einen Wunschtag (falls der Service für die "
|
2005 |
"Kundenadresse zur Verfügung steht) für die Lieferung in der Kasse auswählen."
|
2006 |
|
2007 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1685
|
2008 |
msgctxt "dhl"
|
2009 |
msgid ""
|
2010 |
"Optionally charge your customers an additional fee for preferred services "
|
2013 |
"Optional können Sie die Gebühr für die Auswahl des Wunschtags oder anderer "
|
2014 |
"Wunschpaket-Services an Ihre Kunden weiterreichen."
|
2015 |
|
2016 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1699
|
2017 |
msgctxt "dhl"
|
2018 |
msgid ""
|
2019 |
"Allow your customers to send their parcels to a preferred location e.g. a "
|
2022 |
"Lassen Sie Ihre Kunden einen Wunschort für die Abgabe ihres Pakets in der "
|
2023 |
"Kasse auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
|
2024 |
|
2025 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1718
|
2026 |
msgctxt "dhl"
|
2027 |
msgid ""
|
2028 |
"Allow your customers to choose packstation (and/or other DHL location types "
|
2031 |
"Lassen Sie Ihre Kunden eine Packstation (und/oder andere DHL Standorte, wie "
|
2032 |
"im Folgenden konfiguriert) als Lieferadresse auswählen."
|
2033 |
|
2034 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1732
|
2035 |
msgctxt "dhl"
|
2036 |
msgid ""
|
2037 |
"This option adds a map overlay view to let your customers choose a DHL "
|
2042 |
"DHL Standortes in der Nähe noch einfacher zu machen. Sie benötigen für die "
|
2043 |
"Kartenansicht einen gültigen Google Maps API Schlüssel."
|
2044 |
|
2045 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:75
|
2046 |
msgctxt "dhl"
|
2047 |
msgid "Deutsche Post"
|
2048 |
msgstr "Deutsche Post"
|
2049 |
|
2050 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:83
|
2051 |
msgctxt "dhl"
|
2052 |
msgid "Integration for products of the Deutsche Post through Internetmarke."
|
2053 |
msgstr "Integration von Produkten der Deutschen Post über die Internetmarke."
|
2054 |
|
2055 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:114
|
2056 |
msgctxt "dhl"
|
2057 |
msgid "Username"
|
2058 |
msgstr "Benutzer"
|
2059 |
|
2060 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:116
|
2061 |
#, php-format
|
2062 |
msgctxt "dhl"
|
2063 |
msgid ""
|
2068 |
"testen Sie Ihre Zugangsdaten bevor Sie eine Verbindung aufbauen."
|
2069 |
|
2070 |
# @ woocommerce-germanized
|
2071 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:124
|
2072 |
msgctxt "dhl"
|
2073 |
msgid "Password"
|
2074 |
msgstr "Passwort"
|
2075 |
|
2076 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:158
|
2077 |
msgctxt "dhl"
|
2078 |
msgid "Portokasse"
|
2079 |
msgstr "Portokasse"
|
2080 |
|
2081 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:161
|
2082 |
msgctxt "dhl"
|
2083 |
msgid "Balance"
|
2084 |
msgstr "Guthaben"
|
2085 |
|
2086 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:167
|
2087 |
msgctxt "dhl"
|
2088 |
msgid "Charge (€)"
|
2089 |
msgstr "Aufladen (€)"
|
2090 |
|
2091 |
# @ woocommerce-germanized
|
2092 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:177
|
2093 |
msgctxt "dhl"
|
2094 |
msgid "Available Products"
|
2095 |
msgstr "Verfügbare Produkte"
|
2096 |
|
2097 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:180
|
2098 |
#, php-format
|
2099 |
msgctxt "dhl"
|
2100 |
msgid ""
|
2106 |
"stehen sollen. Sie können die Produktliste auch manuell <a href=\"%s"
|
2107 |
"\">aktualisieren</a>, falls notwendig."
|
2108 |
|
2109 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:198
|
2110 |
msgctxt "dhl"
|
2111 |
msgid ""
|
2112 |
"Please select your default shipping service for domestic shipments that you "
|
2116 |
"Bitte wählen Sie das Standard-Produkt für nationale Sendungen aus, das Sie "
|
2117 |
"für Ihre Kunden anbieten."
|
2118 |
|
2119 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:209
|
|
|
|
|
|
|
|
|
|
|
|
|
2120 |
msgctxt "dhl"
|
2121 |
msgid ""
|
2122 |
"Please select your default shipping service for EU shipments that you want "
|
2125 |
"Bitte wählen Sie das Standard-Produkt für EU Sendungen aus, das Sie für Ihre "
|
2126 |
"Kunden anbieten."
|
2127 |
|
2128 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:220
|
2129 |
msgctxt "dhl"
|
2130 |
msgid ""
|
2131 |
"Please select your default shipping service for cross-border shipments that "
|
2134 |
"Bitte wählen Sie das Standard-Produkt für internationale Sendungen aus, das "
|
2135 |
"Sie für Ihre Kunden anbieten."
|
2136 |
|
2137 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:230
|
2138 |
msgctxt "dhl"
|
2139 |
msgid "Printing"
|
2140 |
msgstr "Druck"
|
2141 |
|
2142 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:233
|
2143 |
msgctxt "dhl"
|
2144 |
msgid "Default Format"
|
2145 |
msgstr "Standardformat"
|
2146 |
|
2147 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:236
|
2148 |
#, php-format
|
2149 |
msgctxt "dhl"
|
2150 |
msgid ""
|
2156 |
"verwendet wird. Sie können die Liste auch manuell <a href=\"%s"
|
2157 |
"\">aktualisieren</a>, falls notwendig."
|
2158 |
|
2159 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:243
|
2160 |
msgctxt "dhl"
|
2161 |
msgid "Print X-axis column"
|
2162 |
msgstr "Druckspalte X-Achse"
|
2163 |
|
2164 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:245
|
2165 |
msgctxt "dhl"
|
2166 |
msgid "Adjust the print X-axis start column for the label."
|
2167 |
msgstr "Passen Sie die Druck-Startspalte der X-Achse für das Label an."
|
2168 |
|
2169 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:253
|
2170 |
msgctxt "dhl"
|
2171 |
msgid "Print Y-axis column"
|
2172 |
msgstr "Druckspalte Y-Achse"
|
2173 |
|
2174 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:255
|
2175 |
msgctxt "dhl"
|
2176 |
msgid "Adjust the print Y-axis start column for the label."
|
2177 |
msgstr "Passen Sie die Druck-Startspalte der Y-Achse für das Label an."
|
2178 |
|
2179 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:267
|
2180 |
msgctxt "dhl"
|
2181 |
msgid "API Error"
|
2182 |
msgstr "API Fehler"
|
2183 |
|
2184 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:304
|
2185 |
msgctxt "dhl"
|
2186 |
msgid "Charge Portokasse"
|
2187 |
msgstr "Portokasse aufladen"
|
2188 |
|
2189 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:305
|
2190 |
#, php-format
|
2191 |
msgctxt "dhl"
|
2192 |
msgid "The minimum amount is %s"
|
2193 |
msgstr "Der Minimalbetrag beträgt %s"
|
2194 |
|
2195 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:369
|
2196 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:568
|
2197 |
#, php-format
|
2198 |
msgctxt "dhl"
|
2199 |
msgid ""
|
2206 |
"(z.B. Gewicht) und versuchen Sie es erneut."
|
2207 |
|
2208 |
# @ woocommerce-germanized
|
2209 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:378
|
2210 |
msgctxt "dhl"
|
2211 |
msgid "Page Format"
|
2212 |
msgstr "Seitenformat"
|
2213 |
|
2214 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:546
|
2215 |
msgctxt "dhl"
|
2216 |
msgid "The services chosen are not available for the current product."
|
2217 |
msgstr "Die ausgewählten Services sind für dieses Produkt nicht verfügbar."
|
2218 |
|
2219 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:595
|
2220 |
#, php-format
|
2221 |
msgctxt "dhl"
|
2222 |
msgid "Deutsche Post product is missing for %s."
|
2432 |
|
2433 |
# @ woocommerce-germanized
|
2434 |
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
|
2435 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1074
|
2436 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
2437 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:689
|
2438 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
|
2876 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
2877 |
|
2878 |
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
|
2879 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1006
|
2880 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1036
|
2881 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
2882 |
msgctxt "shipments"
|
2883 |
msgid "N/A"
|
2940 |
msgstr "Brief"
|
2941 |
|
2942 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
|
2943 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1072
|
2944 |
msgctxt "shipments"
|
2945 |
msgid "Shipment"
|
2946 |
msgstr "Sendung"
|
2962 |
|
2963 |
# @ woocommerce-germanized
|
2964 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:112
|
2965 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:349
|
2966 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:860
|
2967 |
msgctxt "shipments"
|
2968 |
msgid "Shipped"
|
2983 |
msgid "Returned"
|
2984 |
msgstr "Retourniert"
|
2985 |
|
2986 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:347
|
2987 |
msgctxt "shipments"
|
2988 |
msgid "Draft"
|
2989 |
msgstr "Entwurf"
|
2990 |
|
2991 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:348
|
2992 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:852
|
2993 |
msgctxt "shipments"
|
2994 |
msgid "Processing"
|
2995 |
msgstr "In Bearbeitung"
|
2996 |
|
2997 |
# @ woocommerce-germanized
|
2998 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:350
|
2999 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:50
|
3000 |
msgctxt "shipments"
|
3001 |
msgid "Delivered"
|
3002 |
msgstr "Geliefert"
|
3003 |
|
3004 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:351
|
3005 |
msgctxt "shipments"
|
3006 |
msgid "Requested"
|
3007 |
msgstr "Beantragt"
|
3008 |
|
3009 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:400
|
3010 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:81
|
3011 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:135
|
3012 |
msgctxt "shipments"
|
3013 |
msgid "Invalid order."
|
3014 |
msgstr "Ungültige Bestellung."
|
3015 |
|
3016 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:404
|
3017 |
msgctxt "shipments"
|
3018 |
msgid "This order is already fully returned."
|
3019 |
msgstr "Diese Bestellung wurde bereits vollständig zurückgesendet."
|
3020 |
|
3021 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:415
|
3022 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:456
|
3023 |
msgctxt "shipments"
|
3024 |
msgid "Error while creating the shipment instance"
|
3025 |
msgstr "Fehler beim Erstellen der Sendungsinstanz"
|
3026 |
|
3027 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:441
|
3028 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:445
|
3029 |
+
#: woocommerce-germanized-shipments/src/ReturnShipment.php:434
|
3030 |
+
#: woocommerce-germanized-shipments/src/ReturnShipment.php:506
|
3031 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:118
|
3032 |
+
#: woocommerce-germanized-shipments/src/SimpleShipment.php:240
|
3033 |
msgctxt "shipments"
|
3034 |
msgid "Invalid shipment order"
|
3035 |
msgstr "Ungültige Bestellung zur Sendung"
|
3036 |
|
3037 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:475
|
3038 |
msgctxt "shipments"
|
3039 |
msgid "Invalid order item"
|
3040 |
msgstr "Ungültige Bestellposition"
|
3041 |
|
3042 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:597
|
3043 |
msgctxt "shipments"
|
3044 |
msgid "Invalid shipment item"
|
3045 |
msgstr "Ungültige Sendungsposition"
|
3046 |
|
3047 |
# @ woocommerce-germanized
|
3048 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:676
|
3049 |
msgctxt "shipments"
|
3050 |
msgid "None"
|
3051 |
msgstr "Keiner"
|
3052 |
|
3053 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:717
|
3054 |
msgctxt "shipments-shipping-provider"
|
3055 |
msgid "Unknown"
|
3056 |
msgstr "Unbekannt"
|
3057 |
|
3058 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:762
|
3059 |
msgctxt "shipments"
|
3060 |
msgid "Error while uploading file."
|
3061 |
msgstr "Fehler beim Hochladen der Datei."
|
3062 |
|
3063 |
# @ woocommerce-germanized
|
3064 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1073
|
3065 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
3066 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:688
|
3067 |
msgctxt "shipments"
|
3068 |
msgid "Date"
|
3069 |
msgstr "Datum"
|
3070 |
|
3071 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1075
|
3072 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
|
3073 |
msgctxt "shipments"
|
3074 |
msgid "Tracking"
|
3075 |
msgstr "Sendungsverfolgung"
|
3076 |
|
3077 |
# @ woocommerce-germanized
|
3078 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1076
|
3079 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:180
|
3080 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
3081 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:696
|
3083 |
msgid "Actions"
|
3084 |
msgstr "Aktionen"
|
3085 |
|
3086 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1312
|
3087 |
msgctxt "shipments"
|
3088 |
msgid "View"
|
3089 |
msgstr "Anzeigen"
|
3090 |
|
3091 |
# @ woocommerce-germanized
|
3092 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1319
|
3093 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:871
|
3094 |
#: woocommerce-germanized-shipments/src/Ajax.php:335
|
3095 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
4459 |
msgstr "%1$s"
|
4460 |
|
4461 |
# @ woocommerce-germanized
|
4462 |
+
#: woocommerce-germanized-shipments/src/Package.php:88
|
4463 |
msgctxt "shipments"
|
4464 |
msgid "Sorry, this order is invalid and cannot be returned."
|
4465 |
msgstr "Sorry, diese Bestellung existiert nicht."
|
4470 |
msgid "%1$s (%2$s, %3$s)"
|
4471 |
msgstr "%1$s (%2$s, %3$s)"
|
4472 |
|
4473 |
+
#: woocommerce-germanized-shipments/src/ReturnShipment.php:362
|
4474 |
+
#: woocommerce-germanized-shipments/src/Shipment.php:1021
|
4475 |
#, php-format
|
4476 |
msgctxt "full name"
|
4477 |
msgid "%1$s %2$s"
|
5145 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:559
|
5146 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:569
|
5147 |
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:453
|
5148 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:593
|
5149 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:601
|
5150 |
msgid "incl. VAT"
|
5151 |
msgstr "inkl. MwSt."
|
5152 |
|
6769 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
|
6770 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:598
|
6771 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:611
|
6772 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:244
|
6773 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:252
|
6774 |
msgid "Title"
|
6775 |
msgstr "Anrede"
|
6776 |
|
8982 |
"besteuert. Weitere Informationen finden Sie <a href=\"%s\" target=\"_blank"
|
8983 |
"\">hier</a>."
|
8984 |
|
8985 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:160
|
8986 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:231
|
8987 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:342
|
8988 |
msgid ""
|
8989 |
"Please activate your account through clicking on the activation link "
|
8990 |
"received via email."
|
8993 |
"klicken."
|
8994 |
|
8995 |
# @ woocommerce-germanized
|
8996 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:173
|
8997 |
#, php-format
|
8998 |
msgid "Did not receive the activation email? <a href=\"%s\">Try again</a>."
|
8999 |
msgstr ""
|
9000 |
"Keine Aktivierungs-E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
9001 |
|
9002 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:352
|
9003 |
#, php-format
|
9004 |
msgid "Continue without creating an account? <a href=\"%s\">Click here</a>"
|
9005 |
msgstr "Weiter zur Kasse ohne Kundenkonto? <a href=\"%s\">Hier klicken</a>"
|
9006 |
|
9007 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:354
|
9008 |
msgid "Please create an account or login before continuing to checkout"
|
9009 |
msgstr ""
|
9010 |
"Bitte erstellen Sie ein Kundenkonto oder loggen Sie sich ein, bevor Sie zur "
|
9011 |
"Kasse gehen"
|
9012 |
|
9013 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:462
|
9014 |
#, php-format
|
9015 |
msgid ""
|
9016 |
"Please activate your account through clicking on the activation link "
|
9019 |
"Bitte aktivieren Sie Ihr Kundenkonto indem Sie auf den Link in der E-Mail "
|
9020 |
"klicken. Keine E-Mail erhalten? <a href=\"%s\">Erneut zusenden</a>."
|
9021 |
|
9022 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:494
|
9023 |
msgid ""
|
9024 |
"This activation code has expired. We have sent you a new activation code via "
|
9025 |
"e-mail."
|
9028 |
"Code per E-Mail geschickt."
|
9029 |
|
9030 |
# @ woocommerce-germanized
|
9031 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:496
|
9032 |
msgid "Sorry, but this activation code cannot be found."
|
9033 |
msgstr "Sorry, dieser Aktivierungscode ist uns leider nicht bekannt."
|
9034 |
|
9035 |
# @ woocommerce-germanized
|
9036 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:500
|
9037 |
msgid "Thank you. You have successfully activated your account."
|
9038 |
msgstr "Vielen Dank. Ihr Benutzerkonto wurde erfolgreich aktiviert."
|
9039 |
|
9040 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:680
|
9041 |
msgid "Expired activation key"
|
9042 |
msgstr "Abgelaufener Aktivierungscode"
|
9043 |
|
9044 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:685
|
9045 |
msgid "Invalid activation key"
|
9046 |
msgstr "Aktivierungscode ungültig"
|
9047 |
|
9496 |
# @ woocommerce-germanized
|
9497 |
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:153
|
9498 |
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:35
|
9499 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:519
|
9500 |
#, php-format
|
9501 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
9502 |
msgstr "Zzgl. %s Übermittlungsentgelt (direkt an den Zusteller)"
|
10787 |
msgstr "Zahlungsart auswählen"
|
10788 |
|
10789 |
# @ woocommerce
|
10790 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:414
|
10791 |
msgid "Place order"
|
10792 |
msgstr "Jetzt kaufen"
|
10793 |
|
includes/abstracts/abstract-wc-gzd-product.php
CHANGED
@@ -472,8 +472,8 @@ class WC_GZD_Product {
|
|
472 |
return $price_html;
|
473 |
}
|
474 |
|
475 |
-
preg_match( "/<del
|
476 |
-
preg_match( "/<ins
|
477 |
preg_match( "/<small .*>(.*?)<\\/small>/si", $price_html, $match_suffix );
|
478 |
|
479 |
if ( empty( $match_sale ) || empty( $match_regular ) ) {
|
472 |
return $price_html;
|
473 |
}
|
474 |
|
475 |
+
preg_match( "/<del.*>(.*?)<\\/del>/si", $price_html, $match_regular );
|
476 |
+
preg_match( "/<ins.*>(.*?)<\\/ins>/si", $price_html, $match_sale );
|
477 |
preg_match( "/<small .*>(.*?)<\\/small>/si", $price_html, $match_suffix );
|
478 |
|
479 |
if ( empty( $match_sale ) || empty( $match_regular ) ) {
|
includes/admin/settings/abstract-wc-gzd-settings-tab.php
CHANGED
@@ -289,6 +289,7 @@ abstract class WC_GZD_Settings_Tab extends WC_Settings_Page {
|
|
289 |
}
|
290 |
|
291 |
protected function get_enable_option_name() {
|
|
|
292 |
}
|
293 |
|
294 |
public function get_link() {
|
289 |
}
|
290 |
|
291 |
protected function get_enable_option_name() {
|
292 |
+
return '';
|
293 |
}
|
294 |
|
295 |
public function get_link() {
|
includes/admin/settings/class-wc-gzd-settings-tab-taxes.php
CHANGED
@@ -55,7 +55,7 @@ class WC_GZD_Settings_Tab_Taxes extends WC_GZD_Settings_Tab {
|
|
55 |
'title' => __( 'Tax Rate', 'woocommerce-germanized' ),
|
56 |
'desc' => __( 'Hide specific tax rate within shop pages.', 'woocommerce-germanized' ),
|
57 |
'id' => 'woocommerce_gzd_hide_tax_rate_shop',
|
58 |
-
'default' => '
|
59 |
'type' => 'gzd_toggle',
|
60 |
'desc_tip' => __( 'This option will make sure that within shop pages no specific tax rates are shown. Instead only incl. tax or excl. tax notice is shown.', 'woocommerce-germanized' ),
|
61 |
),
|
55 |
'title' => __( 'Tax Rate', 'woocommerce-germanized' ),
|
56 |
'desc' => __( 'Hide specific tax rate within shop pages.', 'woocommerce-germanized' ),
|
57 |
'id' => 'woocommerce_gzd_hide_tax_rate_shop',
|
58 |
+
'default' => 'yes',
|
59 |
'type' => 'gzd_toggle',
|
60 |
'desc_tip' => __( 'This option will make sure that within shop pages no specific tax rates are shown. Instead only incl. tax or excl. tax notice is shown.', 'woocommerce-germanized' ),
|
61 |
),
|
includes/class-wc-gzd-coupon-helper.php
CHANGED
@@ -207,7 +207,7 @@ class WC_GZD_Coupon_Helper {
|
|
207 |
* @return bool
|
208 |
*/
|
209 |
protected function coupon_is_voucher( $coupon ) {
|
210 |
-
return 'yes' === $coupon->get_meta( 'is_voucher', true );
|
211 |
}
|
212 |
|
213 |
protected function cart_has_voucher( $cart = null ) {
|
207 |
* @return bool
|
208 |
*/
|
209 |
protected function coupon_is_voucher( $coupon ) {
|
210 |
+
return apply_filters( 'woocommerce_gzd_coupon_is_voucher', ( 'yes' === $coupon->get_meta( 'is_voucher', true ) ), $coupon );
|
211 |
}
|
212 |
|
213 |
protected function cart_has_voucher( $cart = null ) {
|
includes/class-wc-gzd-customer-helper.php
CHANGED
@@ -43,7 +43,6 @@ class WC_GZD_Customer_Helper {
|
|
43 |
add_filter( 'woocommerce_my_account_my_address_formatted_address', array( $this, 'set_user_address' ), 10, 3 );
|
44 |
|
45 |
if ( $this->is_double_opt_in_enabled() ) {
|
46 |
-
|
47 |
// Check for customer activation
|
48 |
add_action( 'template_redirect', array( $this, 'customer_account_activation_check' ) );
|
49 |
|
@@ -54,7 +53,6 @@ class WC_GZD_Customer_Helper {
|
|
54 |
add_action( 'woocommerce_gzd_customer_cleanup', array( $this, 'account_cleanup' ) );
|
55 |
|
56 |
if ( $this->is_double_opt_in_login_enabled() ) {
|
57 |
-
|
58 |
// Disable login for unactivated users
|
59 |
add_filter( 'wp_authenticate_user', array( $this, 'login_restriction' ), 10, 2 );
|
60 |
|
@@ -87,13 +85,35 @@ class WC_GZD_Customer_Helper {
|
|
87 |
|
88 |
// WC Social Login comp
|
89 |
add_filter( 'wc_social_login_set_auth_cookie', array( $this, 'social_login_activation_check' ), 10, 2 );
|
90 |
-
} else {
|
91 |
-
// Add user notice in case the account has not yet been activated
|
92 |
-
add_action( 'template_redirect', array( $this, 'maybe_add_activation_notice' ), 30 );
|
93 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
}
|
95 |
}
|
96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
public function resend_activation_check() {
|
98 |
if ( is_account_page() ) {
|
99 |
if (
|
@@ -101,16 +121,9 @@ class WC_GZD_Customer_Helper {
|
|
101 |
'wc-gzd-resend-activation' === $_GET['action'] &&
|
102 |
wp_verify_nonce( $_GET['_wpnonce'], 'wc-gzd-resend-activation' )
|
103 |
) {
|
104 |
-
$
|
105 |
-
$user_id = false;
|
106 |
-
|
107 |
-
if ( ! empty( $user_mail ) ) {
|
108 |
-
$user = get_user_by( 'email', $user_mail );
|
109 |
|
110 |
-
|
111 |
-
$user_id = $user->ID;
|
112 |
-
}
|
113 |
-
} else {
|
114 |
$user_id = get_current_user_id();
|
115 |
}
|
116 |
|
@@ -127,7 +140,7 @@ class WC_GZD_Customer_Helper {
|
|
127 |
*/
|
128 |
update_user_meta( $user_id, '_gzd_activation_email_sent', ( $time_sent + 1 ) );
|
129 |
|
130 |
-
$this->resend_customer_activation_email( $user_id, true );
|
131 |
|
132 |
$url = add_query_arg( array( 'wc-gzd-resent' => 'yes' ) );
|
133 |
$url = remove_query_arg( array( 'action', '_wpnonce' ), $url );
|
@@ -150,7 +163,13 @@ class WC_GZD_Customer_Helper {
|
|
150 |
}
|
151 |
|
152 |
public function maybe_add_activation_notice() {
|
153 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
$notice_text = sprintf( __( 'Did not receive the activation email? <a href="%s">Try again</a>.', 'woocommerce-germanized' ), $this->get_resend_activation_url() );
|
155 |
|
156 |
if ( ! wc_has_notice( $notice_text, 'notice' ) ) {
|
@@ -159,8 +178,8 @@ class WC_GZD_Customer_Helper {
|
|
159 |
}
|
160 |
}
|
161 |
|
162 |
-
protected function get_resend_activation_url(
|
163 |
-
$url = add_query_arg( array( 'action' => 'wc-gzd-resend-activation'
|
164 |
$url = wp_nonce_url( $url, 'wc-gzd-resend-activation' );
|
165 |
|
166 |
return $url;
|
@@ -363,7 +382,6 @@ class WC_GZD_Customer_Helper {
|
|
363 |
}
|
364 |
|
365 |
public function disable_registration_auto_login( $result, $user_id ) {
|
366 |
-
|
367 |
if ( is_a( $user_id, 'WP_User' ) ) {
|
368 |
$user_id = $user_id->ID;
|
369 |
}
|
@@ -437,10 +455,11 @@ class WC_GZD_Customer_Helper {
|
|
437 |
}
|
438 |
|
439 |
public function login_restriction( $user, $password ) {
|
440 |
-
|
441 |
// Has not been activated yet
|
442 |
if ( $this->enable_double_opt_in_for_user( $user ) && ! wc_gzd_is_customer_activated( $user->ID ) ) {
|
443 |
-
|
|
|
|
|
444 |
}
|
445 |
|
446 |
return $user;
|
@@ -711,7 +730,6 @@ class WC_GZD_Customer_Helper {
|
|
711 |
* @param array $new_customer_data
|
712 |
*/
|
713 |
public function customer_new_account_activation( $customer_id, $new_customer_data = array(), $password_generated = false ) {
|
714 |
-
|
715 |
if ( ! $customer_id ) {
|
716 |
return;
|
717 |
}
|
43 |
add_filter( 'woocommerce_my_account_my_address_formatted_address', array( $this, 'set_user_address' ), 10, 3 );
|
44 |
|
45 |
if ( $this->is_double_opt_in_enabled() ) {
|
|
|
46 |
// Check for customer activation
|
47 |
add_action( 'template_redirect', array( $this, 'customer_account_activation_check' ) );
|
48 |
|
53 |
add_action( 'woocommerce_gzd_customer_cleanup', array( $this, 'account_cleanup' ) );
|
54 |
|
55 |
if ( $this->is_double_opt_in_login_enabled() ) {
|
|
|
56 |
// Disable login for unactivated users
|
57 |
add_filter( 'wp_authenticate_user', array( $this, 'login_restriction' ), 10, 2 );
|
58 |
|
85 |
|
86 |
// WC Social Login comp
|
87 |
add_filter( 'wc_social_login_set_auth_cookie', array( $this, 'social_login_activation_check' ), 10, 2 );
|
|
|
|
|
|
|
88 |
}
|
89 |
+
|
90 |
+
// Add user notice in case the account has not yet been activated
|
91 |
+
add_action( 'template_redirect', array( $this, 'maybe_add_activation_notice' ), 30 );
|
92 |
+
|
93 |
+
add_action( 'woocommerce_created_customer', array( $this, 'set_doi_session' ), 10, 1 );
|
94 |
+
|
95 |
+
// Remove session data
|
96 |
+
add_action( 'wp_login', array( $this, 'delete_doi_session' ) );
|
97 |
+
add_action( 'wp_logout', array( $this, 'delete_doi_session' ) );
|
98 |
}
|
99 |
}
|
100 |
|
101 |
+
public function set_doi_session( $user_id ) {
|
102 |
+
if ( ! is_null( WC()->session ) ) {
|
103 |
+
/**
|
104 |
+
* Force initializing Woo session
|
105 |
+
*/
|
106 |
+
do_action( 'woocommerce_set_cart_cookies', true );
|
107 |
+
WC()->session->set( 'doi_user_id', $user_id );
|
108 |
+
}
|
109 |
+
}
|
110 |
+
|
111 |
+
public function delete_doi_session() {
|
112 |
+
if ( ! is_null( WC()->session ) && WC()->session->doi_user_id ) {
|
113 |
+
unset( WC()->session->doi_user_id );
|
114 |
+
}
|
115 |
+
}
|
116 |
+
|
117 |
public function resend_activation_check() {
|
118 |
if ( is_account_page() ) {
|
119 |
if (
|
121 |
'wc-gzd-resend-activation' === $_GET['action'] &&
|
122 |
wp_verify_nonce( $_GET['_wpnonce'], 'wc-gzd-resend-activation' )
|
123 |
) {
|
124 |
+
$user_id = ( ! is_null( WC()->session ) && WC()->session->get( 'doi_user_id' ) ) ? absint( WC()->session->get( 'doi_user_id' ) ) : false;
|
|
|
|
|
|
|
|
|
125 |
|
126 |
+
if ( is_user_logged_in() ) {
|
|
|
|
|
|
|
127 |
$user_id = get_current_user_id();
|
128 |
}
|
129 |
|
140 |
*/
|
141 |
update_user_meta( $user_id, '_gzd_activation_email_sent', ( $time_sent + 1 ) );
|
142 |
|
143 |
+
$this->resend_customer_activation_email( $user_id, is_user_logged_in() ? false : true );
|
144 |
|
145 |
$url = add_query_arg( array( 'wc-gzd-resent' => 'yes' ) );
|
146 |
$url = remove_query_arg( array( 'action', '_wpnonce' ), $url );
|
163 |
}
|
164 |
|
165 |
public function maybe_add_activation_notice() {
|
166 |
+
$session_user_id = ! is_null( WC()->session ) ? WC()->session->get( 'doi_user_id' ) : false;
|
167 |
+
|
168 |
+
if ( is_user_logged_in() ) {
|
169 |
+
$session_user_id = get_current_user_id();
|
170 |
+
}
|
171 |
+
|
172 |
+
if ( $session_user_id && $session_user_id > 0 && ! is_cart() && ! is_checkout() && $this->enable_double_opt_in_for_user( $session_user_id ) && ! wc_gzd_is_customer_activated( $session_user_id ) && ! isset( $_GET['wc-gzd-resent'] ) ) {
|
173 |
$notice_text = sprintf( __( 'Did not receive the activation email? <a href="%s">Try again</a>.', 'woocommerce-germanized' ), $this->get_resend_activation_url() );
|
174 |
|
175 |
if ( ! wc_has_notice( $notice_text, 'notice' ) ) {
|
178 |
}
|
179 |
}
|
180 |
|
181 |
+
protected function get_resend_activation_url() {
|
182 |
+
$url = add_query_arg( array( 'action' => 'wc-gzd-resend-activation' ), wc_gzd_get_page_permalink( 'myaccount' ) );
|
183 |
$url = wp_nonce_url( $url, 'wc-gzd-resend-activation' );
|
184 |
|
185 |
return $url;
|
382 |
}
|
383 |
|
384 |
public function disable_registration_auto_login( $result, $user_id ) {
|
|
|
385 |
if ( is_a( $user_id, 'WP_User' ) ) {
|
386 |
$user_id = $user_id->ID;
|
387 |
}
|
455 |
}
|
456 |
|
457 |
public function login_restriction( $user, $password ) {
|
|
|
458 |
// Has not been activated yet
|
459 |
if ( $this->enable_double_opt_in_for_user( $user ) && ! wc_gzd_is_customer_activated( $user->ID ) ) {
|
460 |
+
$this->set_doi_session( $user->ID );
|
461 |
+
|
462 |
+
return new WP_Error( 'woocommerce_gzd_login', sprintf( __( 'Please activate your account through clicking on the activation link received via email. Did not receive the email? <a href="%s">Try again</a>.', 'woocommerce-germanized' ), $this->get_resend_activation_url() ) );
|
463 |
}
|
464 |
|
465 |
return $user;
|
730 |
* @param array $new_customer_data
|
731 |
*/
|
732 |
public function customer_new_account_activation( $customer_id, $new_customer_data = array(), $password_generated = false ) {
|
|
|
733 |
if ( ! $customer_id ) {
|
734 |
return;
|
735 |
}
|
includes/wc-gzd-template-functions.php
CHANGED
@@ -362,37 +362,16 @@ if ( ! function_exists( 'woocommerce_gzd_add_variation_options' ) ) {
|
|
362 |
* Add delivery time and unit price to variations
|
363 |
*/
|
364 |
function woocommerce_gzd_add_variation_options( $options, $product, $variation ) {
|
365 |
-
|
366 |
$gzd_product = wc_gzd_get_product( $variation );
|
367 |
|
368 |
$options = array_merge( $options, array(
|
369 |
-
'delivery_time' =>
|
370 |
-
'unit_price' =>
|
371 |
-
'product_units' =>
|
372 |
-
'tax_info' =>
|
373 |
-
'shipping_costs_info' =>
|
374 |
) );
|
375 |
|
376 |
-
if ( wc_gzd_shopmark_is_enabled( 'single_product', 'delivery_time' ) ) {
|
377 |
-
$options['delivery_time'] = $gzd_product->get_delivery_time_html();
|
378 |
-
}
|
379 |
-
|
380 |
-
if ( wc_gzd_shopmark_is_enabled( 'single_product', 'unit_price' ) ) {
|
381 |
-
$options['unit_price'] = $gzd_product->get_unit_price_html();
|
382 |
-
}
|
383 |
-
|
384 |
-
if ( wc_gzd_shopmark_is_enabled( 'single_product', 'units' ) ) {
|
385 |
-
$options['product_units'] = $gzd_product->get_unit_product_html();
|
386 |
-
}
|
387 |
-
|
388 |
-
if ( wc_gzd_shopmark_is_enabled( 'single_product', 'legal' ) && 'yes' === get_option( 'woocommerce_gzd_display_product_detail_tax_info' ) ) {
|
389 |
-
$options['tax_info'] = $gzd_product->get_tax_info();
|
390 |
-
}
|
391 |
-
|
392 |
-
if ( wc_gzd_shopmark_is_enabled( 'single_product', 'legal' ) && 'yes' === get_option( 'woocommerce_gzd_display_product_detail_shipping_costs_info' ) ) {
|
393 |
-
$options['shipping_costs_info'] = $gzd_product->get_shipping_costs_html();
|
394 |
-
}
|
395 |
-
|
396 |
return $options;
|
397 |
}
|
398 |
|
362 |
* Add delivery time and unit price to variations
|
363 |
*/
|
364 |
function woocommerce_gzd_add_variation_options( $options, $product, $variation ) {
|
|
|
365 |
$gzd_product = wc_gzd_get_product( $variation );
|
366 |
|
367 |
$options = array_merge( $options, array(
|
368 |
+
'delivery_time' => $gzd_product->get_delivery_time_html(),
|
369 |
+
'unit_price' => $gzd_product->get_unit_price_html(),
|
370 |
+
'product_units' => $gzd_product->get_unit_product_html(),
|
371 |
+
'tax_info' => $gzd_product->get_tax_info(),
|
372 |
+
'shipping_costs_info' => $gzd_product->get_shipping_costs_html(),
|
373 |
) );
|
374 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
375 |
return $options;
|
376 |
}
|
377 |
|
packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php
CHANGED
@@ -128,6 +128,8 @@ function wc_gzd_dhl_get_shipment_customs_data( $label, $max_desc_length = 255 )
|
|
128 |
}
|
129 |
}
|
130 |
|
|
|
|
|
131 |
foreach ( $shipment->get_items() as $key => $item ) {
|
132 |
$item_description .= ! empty( $item_description ) ? ', ' : '';
|
133 |
$item_description .= $item->get_name();
|
@@ -169,6 +171,8 @@ function wc_gzd_dhl_get_shipment_customs_data( $label, $max_desc_length = 255 )
|
|
169 |
'single_value' => $product_value,
|
170 |
'value' => wc_format_decimal( $product_value * $item->get_quantity(), 2 ),
|
171 |
), $item, $shipment, $label );
|
|
|
|
|
172 |
}
|
173 |
|
174 |
$item_description = substr( $item_description, 0, $max_desc_length );
|
@@ -178,7 +182,8 @@ function wc_gzd_dhl_get_shipment_customs_data( $label, $max_desc_length = 255 )
|
|
178 |
'additional_fee' => wc_format_decimal( $shipment->get_additional_total(), 2 ),
|
179 |
'export_type_description' => $item_description,
|
180 |
'place_of_commital' => $shipment->get_country(),
|
181 |
-
'items' => $customs_items
|
|
|
182 |
), $label, $shipment );
|
183 |
}
|
184 |
|
@@ -294,6 +299,26 @@ function wc_gzd_dhl_get_label_customer_reference( $label, $shipment ) {
|
|
294 |
return sanitize_text_field( substr( $ref, 0, 35 ) );
|
295 |
}
|
296 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
297 |
function wc_gzd_dhl_get_return_label_customer_reference( $label, $shipment ) {
|
298 |
/**
|
299 |
* Filter to adjust the customer reference field placed on the DHL return label. Maximum characeter length: 30.
|
@@ -609,7 +634,7 @@ function wc_gzd_dhl_product_supports_service( $product, $service ) {
|
|
609 |
function wc_gzd_dhl_get_service_product_attributes( $service ) {
|
610 |
$products_supported = array();
|
611 |
|
612 |
-
foreach( array_keys( array_merge( wc_gzd_dhl_get_products_domestic(), wc_gzd_dhl_get_products_international() ) ) as $product ) {
|
613 |
if ( wc_gzd_dhl_product_supports_service( $product, $service ) ) {
|
614 |
$products_supported[] = $product;
|
615 |
}
|
@@ -824,13 +849,31 @@ function wc_gzd_dhl_get_im_product_title( $product_name ) {
|
|
824 |
}
|
825 |
|
826 |
function wc_gzd_dhl_get_products_international() {
|
|
|
|
|
|
|
|
|
|
|
827 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
828 |
$country = Package::get_base_country();
|
829 |
|
830 |
$germany_int = array(
|
831 |
'V55PAK' => _x( 'DHL Paket Connect', 'dhl', 'woocommerce-germanized' ),
|
832 |
'V54EPAK' => _x( 'DHL Europaket (B2B)', 'dhl', 'woocommerce-germanized' ),
|
833 |
-
'V53WPAK' => _x( 'DHL Paket International', 'dhl', 'woocommerce-germanized' ),
|
834 |
);
|
835 |
|
836 |
$dhl_prod_int = array();
|
@@ -849,6 +892,8 @@ function wc_gzd_dhl_get_products_international() {
|
|
849 |
function wc_gzd_dhl_get_products( $shipping_country ) {
|
850 |
if ( Package::is_shipping_domestic( $shipping_country ) ) {
|
851 |
return wc_gzd_dhl_get_products_domestic();
|
|
|
|
|
852 |
} else {
|
853 |
return wc_gzd_dhl_get_products_international();
|
854 |
}
|
@@ -886,6 +931,8 @@ function wc_gzd_dhl_get_default_return_receiver_slug( $country ) {
|
|
886 |
function wc_gzd_dhl_get_default_product( $country, $shipment = false ) {
|
887 |
if ( Package::is_shipping_domestic( $country ) ) {
|
888 |
return Package::get_setting( 'label_default_product_dom', $shipment );
|
|
|
|
|
889 |
} else {
|
890 |
return Package::get_setting( 'label_default_product_int', $shipment );
|
891 |
}
|
128 |
}
|
129 |
}
|
130 |
|
131 |
+
$total_weight = 0;
|
132 |
+
|
133 |
foreach ( $shipment->get_items() as $key => $item ) {
|
134 |
$item_description .= ! empty( $item_description ) ? ', ' : '';
|
135 |
$item_description .= $item->get_name();
|
171 |
'single_value' => $product_value,
|
172 |
'value' => wc_format_decimal( $product_value * $item->get_quantity(), 2 ),
|
173 |
), $item, $shipment, $label );
|
174 |
+
|
175 |
+
$total_weight += (float) $customs_items[ $key ]['weight_in_kg'];
|
176 |
}
|
177 |
|
178 |
$item_description = substr( $item_description, 0, $max_desc_length );
|
182 |
'additional_fee' => wc_format_decimal( $shipment->get_additional_total(), 2 ),
|
183 |
'export_type_description' => $item_description,
|
184 |
'place_of_commital' => $shipment->get_country(),
|
185 |
+
'items' => $customs_items,
|
186 |
+
'item_total_weight_in_kg' => $total_weight,
|
187 |
), $label, $shipment );
|
188 |
}
|
189 |
|
299 |
return sanitize_text_field( substr( $ref, 0, 35 ) );
|
300 |
}
|
301 |
|
302 |
+
function wc_gzd_dhl_get_label_endorsement_type( $label, $shipment ) {
|
303 |
+
/**
|
304 |
+
* Filter to adjust the endorsement type for internation shipments.
|
305 |
+
*
|
306 |
+
* @param string $text The endorsement type: IMMEDIATE or AFTER_DEADLINE.
|
307 |
+
* @param Label\Label $label The label instance.
|
308 |
+
* @param SimpleShipment $shipment The shipment instance.
|
309 |
+
*
|
310 |
+
* @since 3.0.0
|
311 |
+
* @package Vendidero/Germanized/DHL
|
312 |
+
*/
|
313 |
+
$type = strtoupper( apply_filters( 'woocommerce_gzd_dhl_label_endorsement_type', 'IMMEDIATE', $label, $shipment ) );
|
314 |
+
|
315 |
+
if ( ! in_array( $type, array( 'IMMEDIATE', 'AFTER_DEADLINE' ) ) ) {
|
316 |
+
$type = 'IMMEDIATE';
|
317 |
+
}
|
318 |
+
|
319 |
+
return $type;
|
320 |
+
}
|
321 |
+
|
322 |
function wc_gzd_dhl_get_return_label_customer_reference( $label, $shipment ) {
|
323 |
/**
|
324 |
* Filter to adjust the customer reference field placed on the DHL return label. Maximum characeter length: 30.
|
634 |
function wc_gzd_dhl_get_service_product_attributes( $service ) {
|
635 |
$products_supported = array();
|
636 |
|
637 |
+
foreach( array_keys( array_merge( wc_gzd_dhl_get_products_domestic(), wc_gzd_dhl_get_products_eu(), wc_gzd_dhl_get_products_international() ) ) as $product ) {
|
638 |
if ( wc_gzd_dhl_product_supports_service( $product, $service ) ) {
|
639 |
$products_supported[] = $product;
|
640 |
}
|
849 |
}
|
850 |
|
851 |
function wc_gzd_dhl_get_products_international() {
|
852 |
+
$country = Package::get_base_country();
|
853 |
+
|
854 |
+
$germany_int = array(
|
855 |
+
'V53WPAK' => _x( 'DHL Paket International', 'dhl', 'woocommerce-germanized' ),
|
856 |
+
);
|
857 |
|
858 |
+
$dhl_prod_int = array();
|
859 |
+
|
860 |
+
switch ( $country ) {
|
861 |
+
case 'DE':
|
862 |
+
$dhl_prod_int = $germany_int;
|
863 |
+
break;
|
864 |
+
default:
|
865 |
+
break;
|
866 |
+
}
|
867 |
+
|
868 |
+
return $dhl_prod_int;
|
869 |
+
}
|
870 |
+
|
871 |
+
function wc_gzd_dhl_get_products_eu() {
|
872 |
$country = Package::get_base_country();
|
873 |
|
874 |
$germany_int = array(
|
875 |
'V55PAK' => _x( 'DHL Paket Connect', 'dhl', 'woocommerce-germanized' ),
|
876 |
'V54EPAK' => _x( 'DHL Europaket (B2B)', 'dhl', 'woocommerce-germanized' ),
|
|
|
877 |
);
|
878 |
|
879 |
$dhl_prod_int = array();
|
892 |
function wc_gzd_dhl_get_products( $shipping_country ) {
|
893 |
if ( Package::is_shipping_domestic( $shipping_country ) ) {
|
894 |
return wc_gzd_dhl_get_products_domestic();
|
895 |
+
} elseif ( Package::is_eu_shipment( $shipping_country ) ) {
|
896 |
+
return wc_gzd_dhl_get_products_eu();
|
897 |
} else {
|
898 |
return wc_gzd_dhl_get_products_international();
|
899 |
}
|
931 |
function wc_gzd_dhl_get_default_product( $country, $shipment = false ) {
|
932 |
if ( Package::is_shipping_domestic( $country ) ) {
|
933 |
return Package::get_setting( 'label_default_product_dom', $shipment );
|
934 |
+
} elseif ( Package::is_eu_shipment( $country ) ) {
|
935 |
+
return Package::get_setting( 'label_default_product_eu', $shipment );
|
936 |
} else {
|
937 |
return Package::get_setting( 'label_default_product_int', $shipment );
|
938 |
}
|
packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-legacy-functions.php
CHANGED
@@ -51,8 +51,7 @@ function wc_gzd_dhl_get_label( $the_label = false ) {
|
|
51 |
function wc_gzd_dhl_get_shipment_label( $the_shipment, $type = '' ) {
|
52 |
$shipment_id = \Vendidero\Germanized\Shipments\ShipmentFactory::get_shipment_id( $the_shipment );
|
53 |
|
54 |
-
if ( $shipment_id ) {
|
55 |
-
|
56 |
$args = array(
|
57 |
'shipment_id' => $shipment_id,
|
58 |
);
|
51 |
function wc_gzd_dhl_get_shipment_label( $the_shipment, $type = '' ) {
|
52 |
$shipment_id = \Vendidero\Germanized\Shipments\ShipmentFactory::get_shipment_id( $the_shipment );
|
53 |
|
54 |
+
if ( $shipment_id && \Vendidero\Germanized\DHL\Package::legacy_label_table_exists() ) {
|
|
|
55 |
$args = array(
|
56 |
'shipment_id' => $shipment_id,
|
57 |
);
|
packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php
CHANGED
@@ -666,7 +666,7 @@ class Internetmarke {
|
|
666 |
$person_name = new PersonName( '', '', $this->get_shipment_address_prop( $shipment, 'first_name', $address_type ), $this->get_shipment_address_prop( $shipment, 'last_name', $address_type ) );
|
667 |
|
668 |
if ( $this->get_shipment_address_prop( $shipment, 'company', $address_type ) ) {
|
669 |
-
$name = new Name( null, new CompanyName( $this->get_shipment_address_prop( $shipment, 'company', $address_type ), $
|
670 |
} else {
|
671 |
$name = new Name( $person_name, null );
|
672 |
}
|
666 |
$person_name = new PersonName( '', '', $this->get_shipment_address_prop( $shipment, 'first_name', $address_type ), $this->get_shipment_address_prop( $shipment, 'last_name', $address_type ) );
|
667 |
|
668 |
if ( $this->get_shipment_address_prop( $shipment, 'company', $address_type ) ) {
|
669 |
+
$name = new Name( null, new CompanyName( $this->get_shipment_address_prop( $shipment, 'company', $address_type ), $person_name ) );
|
670 |
} else {
|
671 |
$name = new Name( $person_name, null );
|
672 |
}
|
packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php
CHANGED
@@ -317,7 +317,6 @@ class LabelSoap extends Soap {
|
|
317 |
$bank_data = array();
|
318 |
|
319 |
foreach( $label->get_services() as $service ) {
|
320 |
-
|
321 |
$services[ $service ] = array(
|
322 |
'active' => 1
|
323 |
);
|
@@ -376,6 +375,16 @@ class LabelSoap extends Soap {
|
|
376 |
}
|
377 |
}
|
378 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
$dhl_label_body = array(
|
380 |
'Version' => array(
|
381 |
'majorRelease' => '3',
|
@@ -618,6 +627,13 @@ class LabelSoap extends Soap {
|
|
618 |
);
|
619 |
}
|
620 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
621 |
$customs_data = array(
|
622 |
'termsOfTrade' => $label->get_duties(),
|
623 |
'additionalFee' => $customs_label_data['additional_fee'],
|
317 |
$bank_data = array();
|
318 |
|
319 |
foreach( $label->get_services() as $service ) {
|
|
|
320 |
$services[ $service ] = array(
|
321 |
'active' => 1
|
322 |
);
|
375 |
}
|
376 |
}
|
377 |
|
378 |
+
/**
|
379 |
+
* Endorsement option (Vorausverfügung)
|
380 |
+
*/
|
381 |
+
if ( 'V53WPAK' === $label->get_product_id() ) {
|
382 |
+
$services['Endorsement'] = array(
|
383 |
+
'active' => 1,
|
384 |
+
'type' => wc_gzd_dhl_get_label_endorsement_type( $label, $shipment )
|
385 |
+
);
|
386 |
+
}
|
387 |
+
|
388 |
$dhl_label_body = array(
|
389 |
'Version' => array(
|
390 |
'majorRelease' => '3',
|
627 |
);
|
628 |
}
|
629 |
|
630 |
+
/**
|
631 |
+
* In case the customs item total weight is greater than label weight (e.g. due to rounding issues) replace it
|
632 |
+
*/
|
633 |
+
if ( $customs_label_data['item_total_weight_in_kg'] > $label->get_weight() ) {
|
634 |
+
$dhl_label_body['ShipmentOrder']['Shipment']['ShipmentDetails']['ShipmentItem']['weightInKG'] = wc_format_decimal( $customs_label_data['item_total_weight_in_kg'] ) + $shipment->get_packaging_weight();
|
635 |
+
}
|
636 |
+
|
637 |
$customs_data = array(
|
638 |
'termsOfTrade' => $label->get_duties(),
|
639 |
'additionalFee' => $customs_label_data['additional_fee'],
|
packages/woocommerce-germanized-dhl/src/Install.php
CHANGED
@@ -18,6 +18,10 @@ class Install {
|
|
18 |
|
19 |
self::create_db();
|
20 |
|
|
|
|
|
|
|
|
|
21 |
/**
|
22 |
* Older versions did not support custom versioning
|
23 |
*/
|
@@ -34,6 +38,32 @@ class Install {
|
|
34 |
}
|
35 |
}
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
private static function migrate_settings() {
|
38 |
global $wpdb;
|
39 |
|
18 |
|
19 |
self::create_db();
|
20 |
|
21 |
+
if ( ! is_null( $current_version ) ) {
|
22 |
+
self::update( $current_version );
|
23 |
+
}
|
24 |
+
|
25 |
/**
|
26 |
* Older versions did not support custom versioning
|
27 |
*/
|
38 |
}
|
39 |
}
|
40 |
|
41 |
+
private static function update( $current_version ) {
|
42 |
+
if ( version_compare( $current_version, '1.5.6', '<' ) ) {
|
43 |
+
Helper::instance()->load_shipping_providers();
|
44 |
+
|
45 |
+
$dhl = wc_gzd_get_shipping_provider( 'dhl' );
|
46 |
+
|
47 |
+
if ( ! is_a( $dhl, '\Vendidero\Germanized\DHL\ShippingProvider\DHL' ) ) {
|
48 |
+
return;
|
49 |
+
}
|
50 |
+
|
51 |
+
$int_product = $dhl->get_setting( 'label_default_product_int' );
|
52 |
+
$eu_product = $dhl->get_setting( 'label_default_product_eu' );
|
53 |
+
|
54 |
+
if ( empty( $eu_product ) ) {
|
55 |
+
if ( ! empty( $int_product ) && in_array( $int_product, array_keys( wc_gzd_dhl_get_products_eu() ) ) ) {
|
56 |
+
$dhl->update_setting( 'label_default_product_eu', $int_product );
|
57 |
+
$dhl->update_setting( 'label_default_product_int', 'V53WPAK' );
|
58 |
+
} elseif( ! empty( $int_product ) && in_array( $int_product, array_keys( wc_gzd_dhl_get_products_international() ) ) ) {
|
59 |
+
$dhl->update_setting( 'label_default_product_eu', 'V55PAK' );
|
60 |
+
}
|
61 |
+
|
62 |
+
$dhl->save();
|
63 |
+
}
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
private static function migrate_settings() {
|
68 |
global $wpdb;
|
69 |
|
packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php
CHANGED
@@ -217,8 +217,8 @@ class Label extends WC_Data_Store_WP implements WC_Object_Data_Store_Interface {
|
|
217 |
* Remove a shipment from the database.
|
218 |
*
|
219 |
* @since 3.0.0
|
220 |
-
* @param \Vendidero\Germanized\DHL\
|
221 |
-
* @param bool
|
222 |
*/
|
223 |
public function delete( &$label, $force_delete = false ) {
|
224 |
global $wpdb;
|
@@ -228,21 +228,24 @@ class Label extends WC_Data_Store_WP implements WC_Object_Data_Store_Interface {
|
|
228 |
wp_delete_file( $file );
|
229 |
}
|
230 |
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
if ( $file_export = $label->get_export_file() ) {
|
236 |
-
wp_delete_file( $file_export );
|
237 |
}
|
238 |
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
$wpdb->delete( $wpdb->gzd_dhl_labels, array( 'label_id' => $label->get_id() ), array( '%d' ) );
|
240 |
$wpdb->delete( $wpdb->gzd_dhl_labelmeta, array( 'gzd_dhl_label_id' => $label->get_id() ), array( '%d' ) );
|
241 |
|
242 |
$this->clear_caches( $label );
|
243 |
|
244 |
if ( 'simple' === $label->get_type() ) {
|
245 |
-
|
246 |
if ( $return = $label->get_inlay_return_label() ) {
|
247 |
$return->delete( $force_delete );
|
248 |
}
|
217 |
* Remove a shipment from the database.
|
218 |
*
|
219 |
* @since 3.0.0
|
220 |
+
* @param \Vendidero\Germanized\DHL\Label\Label|\Vendidero\Germanized\DHL\Label\ReturnLabel $label Label object.
|
221 |
+
* @param bool $force_delete Unused param.
|
222 |
*/
|
223 |
public function delete( &$label, $force_delete = false ) {
|
224 |
global $wpdb;
|
228 |
wp_delete_file( $file );
|
229 |
}
|
230 |
|
231 |
+
if ( is_callable( array( $label, 'get_default_file' ) ) ) {
|
232 |
+
if ( $file_default = $label->get_default_file() ) {
|
233 |
+
wp_delete_file( $file_default );
|
234 |
+
}
|
|
|
|
|
235 |
}
|
236 |
|
237 |
+
if ( is_callable( array( $label, 'get_export_file' ) ) ) {
|
238 |
+
if ( $file_export = $label->get_export_file() ) {
|
239 |
+
wp_delete_file( $file_export );
|
240 |
+
}
|
241 |
+
}
|
242 |
+
|
243 |
$wpdb->delete( $wpdb->gzd_dhl_labels, array( 'label_id' => $label->get_id() ), array( '%d' ) );
|
244 |
$wpdb->delete( $wpdb->gzd_dhl_labelmeta, array( 'gzd_dhl_label_id' => $label->get_id() ), array( '%d' ) );
|
245 |
|
246 |
$this->clear_caches( $label );
|
247 |
|
248 |
if ( 'simple' === $label->get_type() ) {
|
|
|
249 |
if ( $return = $label->get_inlay_return_label() ) {
|
250 |
$return->delete( $force_delete );
|
251 |
}
|
packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php
CHANGED
@@ -71,6 +71,10 @@ class LabelQuery extends WC_Object_Query {
|
|
71 |
* @throws \Exception When WC_Data_Store validation fails.
|
72 |
*/
|
73 |
public function get_labels() {
|
|
|
|
|
|
|
|
|
74 |
/**
|
75 |
* Filter to adjust query paramaters for a DHL label query.
|
76 |
*
|
71 |
* @throws \Exception When WC_Data_Store validation fails.
|
72 |
*/
|
73 |
public function get_labels() {
|
74 |
+
if ( ! \Vendidero\Germanized\DHL\Package::legacy_label_table_exists() ) {
|
75 |
+
return array();
|
76 |
+
}
|
77 |
+
|
78 |
/**
|
79 |
* Filter to adjust query paramaters for a DHL label query.
|
80 |
*
|
packages/woocommerce-germanized-dhl/src/Package.php
CHANGED
@@ -25,7 +25,7 @@ class Package {
|
|
25 |
*
|
26 |
* @var string
|
27 |
*/
|
28 |
-
const VERSION = '1.5.
|
29 |
|
30 |
public static $upload_dir_suffix = '';
|
31 |
|
@@ -184,6 +184,19 @@ class Package {
|
|
184 |
}
|
185 |
}
|
186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
public static function maybe_set_upload_dir() {
|
188 |
// Create a dir suffix
|
189 |
if ( ! get_option( 'woocommerce_gzd_dhl_upload_dir_suffix', false ) ) {
|
25 |
*
|
26 |
* @var string
|
27 |
*/
|
28 |
+
const VERSION = '1.5.6';
|
29 |
|
30 |
public static $upload_dir_suffix = '';
|
31 |
|
184 |
}
|
185 |
}
|
186 |
|
187 |
+
public static function legacy_label_table_exists() {
|
188 |
+
global $wpdb;
|
189 |
+
|
190 |
+
$table_name = $wpdb->prefix . 'woocommerce_gzd_dhl_labels';
|
191 |
+
$query = $wpdb->prepare( 'SHOW TABLES LIKE %s', $wpdb->esc_like( $table_name ) );
|
192 |
+
|
193 |
+
if ( ! $wpdb->get_var( $query ) == $table_name ) {
|
194 |
+
return false;
|
195 |
+
}
|
196 |
+
|
197 |
+
return true;
|
198 |
+
}
|
199 |
+
|
200 |
public static function maybe_set_upload_dir() {
|
201 |
// Create a dir suffix
|
202 |
if ( ! get_option( 'woocommerce_gzd_dhl_upload_dir_suffix', false ) ) {
|
packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php
CHANGED
@@ -749,8 +749,22 @@ class DHL extends Auto {
|
|
749 |
if ( 'simple' === $shipment->get_type() ) {
|
750 |
if ( Package::is_shipping_domestic( $shipment->get_country() ) ) {
|
751 |
return $this->get_shipment_setting( $shipment, 'label_default_product_dom' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
752 |
} else {
|
753 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
754 |
}
|
755 |
}
|
756 |
|
@@ -786,11 +800,12 @@ class DHL extends Auto {
|
|
786 |
$needs_additional_total = true;
|
787 |
|
788 |
foreach( $shipments as $shipment ) {
|
789 |
-
if ( $existing_label =
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
|
|
794 |
}
|
795 |
}
|
796 |
}
|
@@ -1000,7 +1015,7 @@ class DHL extends Auto {
|
|
1000 |
|
1001 |
$dhl_products = array();
|
1002 |
|
1003 |
-
foreach( ( wc_gzd_dhl_get_products_domestic() + wc_gzd_dhl_get_products_international() ) as $product => $title ) {
|
1004 |
$dhl_products[] = array(
|
1005 |
'title' => $title,
|
1006 |
'type' => 'text',
|
@@ -1272,6 +1287,7 @@ class DHL extends Auto {
|
|
1272 |
protected function get_label_settings( $for_shipping_method = false ) {
|
1273 |
$select_dhl_product_dom = wc_gzd_dhl_get_products_domestic();
|
1274 |
$select_dhl_product_int = wc_gzd_dhl_get_products_international();
|
|
|
1275 |
$duties = wc_gzd_dhl_get_duties();
|
1276 |
$ref_placeholders = wc_gzd_dhl_get_label_payment_ref_placeholder();
|
1277 |
$ref_placeholders_str = implode( ', ', array_keys( $ref_placeholders ) );
|
@@ -1291,9 +1307,20 @@ class DHL extends Auto {
|
|
1291 |
),
|
1292 |
|
1293 |
array(
|
1294 |
-
'title' => _x( '
|
1295 |
'type' => 'select',
|
1296 |
'default' => 'V55PAK',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1297 |
'value' => $this->get_setting( 'label_default_product_int', 'V55PAK' ),
|
1298 |
'id' => 'label_default_product_int',
|
1299 |
'desc' => '<div class="wc-gzd-additional-desc">' . _x( 'Please select your default DHL shipping service for cross-border shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards).', 'dhl', 'woocommerce-germanized' ) . '</div>',
|
749 |
if ( 'simple' === $shipment->get_type() ) {
|
750 |
if ( Package::is_shipping_domestic( $shipment->get_country() ) ) {
|
751 |
return $this->get_shipment_setting( $shipment, 'label_default_product_dom' );
|
752 |
+
} elseif ( Package::is_eu_shipment( $shipment->get_country() ) ) {
|
753 |
+
$product = $this->get_shipment_setting( $shipment, 'label_default_product_eu' );
|
754 |
+
|
755 |
+
if ( ! empty( $product ) && ! in_array( $product, array_keys( wc_gzd_dhl_get_products_eu() ) ) ) {
|
756 |
+
$product = 'V55PAK';
|
757 |
+
}
|
758 |
+
|
759 |
+
return $product;
|
760 |
} else {
|
761 |
+
$product = $this->get_shipment_setting( $shipment, 'label_default_product_int' );
|
762 |
+
|
763 |
+
if ( ! empty( $product ) && ! in_array( $product, array_keys( wc_gzd_dhl_get_products_international() ) ) ) {
|
764 |
+
$product = 'V53WPAK';
|
765 |
+
}
|
766 |
+
|
767 |
+
return $product;
|
768 |
}
|
769 |
}
|
770 |
|
800 |
$needs_additional_total = true;
|
801 |
|
802 |
foreach( $shipments as $shipment ) {
|
803 |
+
if ( $existing_label = $shipment->get_label() ) {
|
804 |
+
if ( is_a( $existing_label, '\Vendidero\Germanized\DHL\Label\DHL' ) ) {
|
805 |
+
if ( $existing_label->cod_includes_additional_total() ) {
|
806 |
+
$needs_additional_total = false;
|
807 |
+
break;
|
808 |
+
}
|
809 |
}
|
810 |
}
|
811 |
}
|
1015 |
|
1016 |
$dhl_products = array();
|
1017 |
|
1018 |
+
foreach( ( wc_gzd_dhl_get_products_domestic() + wc_gzd_dhl_get_products_eu() + wc_gzd_dhl_get_products_international() ) as $product => $title ) {
|
1019 |
$dhl_products[] = array(
|
1020 |
'title' => $title,
|
1021 |
'type' => 'text',
|
1287 |
protected function get_label_settings( $for_shipping_method = false ) {
|
1288 |
$select_dhl_product_dom = wc_gzd_dhl_get_products_domestic();
|
1289 |
$select_dhl_product_int = wc_gzd_dhl_get_products_international();
|
1290 |
+
$select_dhl_product_eu = wc_gzd_dhl_get_products_eu();
|
1291 |
$duties = wc_gzd_dhl_get_duties();
|
1292 |
$ref_placeholders = wc_gzd_dhl_get_label_payment_ref_placeholder();
|
1293 |
$ref_placeholders_str = implode( ', ', array_keys( $ref_placeholders ) );
|
1307 |
),
|
1308 |
|
1309 |
array(
|
1310 |
+
'title' => _x( 'EU Default Service', 'dhl', 'woocommerce-germanized' ),
|
1311 |
'type' => 'select',
|
1312 |
'default' => 'V55PAK',
|
1313 |
+
'value' => $this->get_setting( 'label_default_product_eu', 'V55PAK' ),
|
1314 |
+
'id' => 'label_default_product_eu',
|
1315 |
+
'desc' => '<div class="wc-gzd-additional-desc">' . _x( 'Please select your default DHL shipping service for EU shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards).', 'dhl', 'woocommerce-germanized' ) . '</div>',
|
1316 |
+
'options' => $select_dhl_product_eu,
|
1317 |
+
'class' => 'wc-enhanced-select',
|
1318 |
+
),
|
1319 |
+
|
1320 |
+
array(
|
1321 |
+
'title' => _x( 'Int. Default Service', 'dhl', 'woocommerce-germanized' ),
|
1322 |
+
'type' => 'select',
|
1323 |
+
'default' => 'V53WPAK',
|
1324 |
'value' => $this->get_setting( 'label_default_product_int', 'V55PAK' ),
|
1325 |
'id' => 'label_default_product_int',
|
1326 |
'desc' => '<div class="wc-gzd-additional-desc">' . _x( 'Please select your default DHL shipping service for cross-border shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards).', 'dhl', 'woocommerce-germanized' ) . '</div>',
|
packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php
CHANGED
@@ -18,6 +18,10 @@ class DeutschePost extends Auto {
|
|
18 |
return 0.01;
|
19 |
}
|
20 |
|
|
|
|
|
|
|
|
|
21 |
public function supports_customer_return_requests() {
|
22 |
return true;
|
23 |
}
|
18 |
return 0.01;
|
19 |
}
|
20 |
|
21 |
+
protected function get_default_label_default_shipment_weight() {
|
22 |
+
return 0.5;
|
23 |
+
}
|
24 |
+
|
25 |
public function supports_customer_return_requests() {
|
26 |
return true;
|
27 |
}
|
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.5.
|
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.5.6
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
packages/woocommerce-germanized-shipments/includes/wc-gzd-label-functions.php
CHANGED
@@ -120,6 +120,8 @@ function wc_gzd_get_shipment_label_weight( $shipment, $net_weight = false, $unit
|
|
120 |
}
|
121 |
}
|
122 |
|
|
|
|
|
123 |
return apply_filters( 'woocommerce_gzd_shipment_label_weight', $shipment_weight, $shipment, $unit );
|
124 |
}
|
125 |
|
120 |
}
|
121 |
}
|
122 |
|
123 |
+
$shipment_weight = wc_format_decimal( $shipment_weight, 2 );
|
124 |
+
|
125 |
return apply_filters( 'woocommerce_gzd_shipment_label_weight', $shipment_weight, $shipment, $unit );
|
126 |
}
|
127 |
|
packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php
CHANGED
@@ -181,14 +181,17 @@ function wc_gzd_get_shipping_provider_method( $instance_id ) {
|
|
181 |
* Cache methods within frontend
|
182 |
*/
|
183 |
if ( WC()->session && did_action( 'woocommerce_shipping_init' ) ) {
|
184 |
-
$cache_key
|
|
|
185 |
|
186 |
-
if ( ! $
|
187 |
$method = WC_Shipping_Zones::get_shipping_method( $instance_id );
|
188 |
|
189 |
if ( $method ) {
|
190 |
WC()->session->set( $cache_key, $method );
|
191 |
}
|
|
|
|
|
192 |
}
|
193 |
} else {
|
194 |
$method = WC_Shipping_Zones::get_shipping_method( $instance_id );
|
@@ -199,7 +202,7 @@ function wc_gzd_get_shipping_provider_method( $instance_id ) {
|
|
199 |
* Filter to adjust the classname used to construct the shipping provider method
|
200 |
* which contains additional provider related settings useful for shipments.
|
201 |
*
|
202 |
-
* @param string
|
203 |
* @param WC_Shipping_Method $method The shipping method instance.
|
204 |
*
|
205 |
* @since 3.0.6
|
@@ -629,10 +632,16 @@ function wc_gzd_split_shipment_street( $streetStr ) {
|
|
629 |
try {
|
630 |
$split = AddressSplitter::splitAddress( $streetStr );
|
631 |
|
632 |
-
$return['street']
|
633 |
-
$return['number']
|
|
|
|
|
|
|
634 |
$return['addition'] = isset( $split['additionToAddress2'] ) ? $split['additionToAddress2'] : '';
|
635 |
-
|
|
|
|
|
|
|
636 |
} catch( Exception $e ) {}
|
637 |
|
638 |
return $return;
|
181 |
* Cache methods within frontend
|
182 |
*/
|
183 |
if ( WC()->session && did_action( 'woocommerce_shipping_init' ) ) {
|
184 |
+
$cache_key = 'woocommerce_gzd_method_' . $instance_id;
|
185 |
+
$tmp_method = WC()->session->get( $cache_key );
|
186 |
|
187 |
+
if ( ! $tmp_method || ! is_object( $tmp_method ) || is_a( $tmp_method, '__PHP_Incomplete_Class' ) ) {
|
188 |
$method = WC_Shipping_Zones::get_shipping_method( $instance_id );
|
189 |
|
190 |
if ( $method ) {
|
191 |
WC()->session->set( $cache_key, $method );
|
192 |
}
|
193 |
+
} else {
|
194 |
+
$method = $tmp_method;
|
195 |
}
|
196 |
} else {
|
197 |
$method = WC_Shipping_Zones::get_shipping_method( $instance_id );
|
202 |
* Filter to adjust the classname used to construct the shipping provider method
|
203 |
* which contains additional provider related settings useful for shipments.
|
204 |
*
|
205 |
+
* @param string $classname The classname.
|
206 |
* @param WC_Shipping_Method $method The shipping method instance.
|
207 |
*
|
208 |
* @since 3.0.6
|
632 |
try {
|
633 |
$split = AddressSplitter::splitAddress( $streetStr );
|
634 |
|
635 |
+
$return['street'] = $split['streetName'];
|
636 |
+
$return['number'] = $split['houseNumber'];
|
637 |
+
/**
|
638 |
+
* e.g. 5. OG
|
639 |
+
*/
|
640 |
$return['addition'] = isset( $split['additionToAddress2'] ) ? $split['additionToAddress2'] : '';
|
641 |
+
/**
|
642 |
+
* E.g. details to the location prefixed to the street name
|
643 |
+
*/
|
644 |
+
$return['addition_2'] = isset( $split['additionToAddress1'] ) ? $split['additionToAddress1'] : '';
|
645 |
} catch( Exception $e ) {}
|
646 |
|
647 |
return $return;
|
packages/woocommerce-germanized-shipments/src/Package.php
CHANGED
@@ -18,7 +18,7 @@ class Package {
|
|
18 |
*
|
19 |
* @var string
|
20 |
*/
|
21 |
-
const VERSION = '1.5.
|
22 |
|
23 |
public static $upload_dir_suffix = '';
|
24 |
|
@@ -56,7 +56,8 @@ class Package {
|
|
56 |
}
|
57 |
|
58 |
add_action( 'woocommerce_load_shipping_methods', array( __CLASS__, 'load_shipping_methods' ), 5, 1 );
|
59 |
-
|
|
|
60 |
|
61 |
// Guest returns
|
62 |
add_filter( 'wc_get_template', array( __CLASS__, 'add_return_shipment_guest_endpoints' ), 10, 2 );
|
@@ -128,7 +129,6 @@ class Package {
|
|
128 |
}
|
129 |
|
130 |
public static function set_method_filters( $methods ) {
|
131 |
-
|
132 |
foreach ( $methods as $method => $class ) {
|
133 |
add_filter( 'woocommerce_shipping_instance_form_fields_' . $method, array( __CLASS__, 'add_method_settings' ), 10, 1 );
|
134 |
/**
|
18 |
*
|
19 |
* @var string
|
20 |
*/
|
21 |
+
const VERSION = '1.5.5';
|
22 |
|
23 |
public static $upload_dir_suffix = '';
|
24 |
|
56 |
}
|
57 |
|
58 |
add_action( 'woocommerce_load_shipping_methods', array( __CLASS__, 'load_shipping_methods' ), 5, 1 );
|
59 |
+
// Use a high priority here to make sure we are hooking even after plugins such as flexible shipping
|
60 |
+
add_filter( 'woocommerce_shipping_methods', array( __CLASS__, 'set_method_filters' ), 5000, 1 );
|
61 |
|
62 |
// Guest returns
|
63 |
add_filter( 'wc_get_template', array( __CLASS__, 'add_return_shipment_guest_endpoints' ), 10, 2 );
|
129 |
}
|
130 |
|
131 |
public static function set_method_filters( $methods ) {
|
|
|
132 |
foreach ( $methods as $method => $class ) {
|
133 |
add_filter( 'woocommerce_shipping_instance_form_fields_' . $method, array( __CLASS__, 'add_method_settings' ), 10, 1 );
|
134 |
/**
|
packages/woocommerce-germanized-shipments/src/ReturnShipment.php
CHANGED
@@ -317,6 +317,12 @@ class ReturnShipment extends Shipment {
|
|
317 |
return $split['addition'];
|
318 |
}
|
319 |
|
|
|
|
|
|
|
|
|
|
|
|
|
320 |
/**
|
321 |
* Returns the sender address company.
|
322 |
*
|
317 |
return $split['addition'];
|
318 |
}
|
319 |
|
320 |
+
public function get_sender_address_street_addition_2( $type = 'address_1' ) {
|
321 |
+
$split = wc_gzd_split_shipment_street( $this->{"get_sender_$type"}() );
|
322 |
+
|
323 |
+
return $split['addition_2'];
|
324 |
+
}
|
325 |
+
|
326 |
/**
|
327 |
* Returns the sender address company.
|
328 |
*
|
packages/woocommerce-germanized-shipments/src/Shipment.php
CHANGED
@@ -967,6 +967,21 @@ abstract class Shipment extends WC_Data {
|
|
967 |
return apply_filters( 'woocommerce_gzd_get_shipment_address_street_addition', $split['addition'], $this );
|
968 |
}
|
969 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
970 |
/**
|
971 |
* Returns the shipment address company.
|
972 |
*
|
967 |
return apply_filters( 'woocommerce_gzd_get_shipment_address_street_addition', $split['addition'], $this );
|
968 |
}
|
969 |
|
970 |
+
public function get_address_street_addition_2( $type = 'address_1' ) {
|
971 |
+
$split = wc_gzd_split_shipment_street( $this->{"get_$type"}() );
|
972 |
+
|
973 |
+
/**
|
974 |
+
* Filter to adjust the shipment address street addition.
|
975 |
+
*
|
976 |
+
* @param string $addition The shipment address street addition e.g. EG14.
|
977 |
+
* @param Shipment $shipment The shipment object.
|
978 |
+
*
|
979 |
+
* @since 3.0.6
|
980 |
+
* @package Vendidero/Germanized/Shipments
|
981 |
+
*/
|
982 |
+
return apply_filters( 'woocommerce_gzd_get_shipment_address_street_addition_2', $split['addition_2'], $this );
|
983 |
+
}
|
984 |
+
|
985 |
/**
|
986 |
* Returns the shipment address company.
|
987 |
*
|
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.5.
|
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.5.5
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Tags: woocommerce, woocommerce german, woocommerce DE, woocommerce germany, wooc
|
|
4 |
Requires at least: 5.4
|
5 |
Tested up to: 5.7
|
6 |
WC requires at least: 3.9
|
7 |
-
WC tested up to: 5.
|
8 |
-
Stable tag: 3.4.
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -168,7 +168,7 @@ issues. For testing purposes, please activate a default WordPress Theme (such as
|
|
168 |
|
169 |
= Using a Pagebuilder? =
|
170 |
|
171 |
-
In case you are using a Pagebuilder (e.g. Elementor, Divi-Builder) you might want to
|
172 |
|
173 |
= Email attachments not showing in WooCommerce order confirmation email =
|
174 |
|
@@ -189,6 +189,16 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
|
|
189 |
6. Edit pdf documents (Pro)
|
190 |
|
191 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
= 3.4.6 =
|
193 |
* Improvement: Do only validate checkboxes in case they are rendered (added hidden input field)
|
194 |
* Improvement: Allow choosing non-address-printable formats for DP via filter
|
4 |
Requires at least: 5.4
|
5 |
Tested up to: 5.7
|
6 |
WC requires at least: 3.9
|
7 |
+
WC tested up to: 5.3
|
8 |
+
Stable tag: 3.4.7
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
168 |
|
169 |
= Using a Pagebuilder? =
|
170 |
|
171 |
+
In case you are using a Pagebuilder (e.g. Elementor, Divi-Builder) you might want to replace the default [shopmarks](https://vendidero.de/dokument/preisauszeichnungen-anpassen) placed by Germanized with our custom [shortcodes](https://vendidero.de/dokument/preisauszeichnungen-anpassen#pagebuilder).
|
172 |
|
173 |
= Email attachments not showing in WooCommerce order confirmation email =
|
174 |
|
189 |
6. Edit pdf documents (Pro)
|
190 |
|
191 |
== Changelog ==
|
192 |
+
= 3.4.7 =
|
193 |
+
* Improvement: WooCommerce 5.3 compatibility
|
194 |
+
* Improvement: Support new price range format (5.3) for sale labels
|
195 |
+
* Improvement: DHL differentiate between EU and international products
|
196 |
+
* Improvement: Always add variable shopmark data to improve pagebuilder support
|
197 |
+
* Improvement: DOI allow resending activation email for non-logged in customers (session)
|
198 |
+
* Fix: DHL adjust custom weights in case item total weight is greater than label weight
|
199 |
+
* Fix: DHL added endorsement for international shipment
|
200 |
+
* Fix: Additional legacy label fixes
|
201 |
+
|
202 |
= 3.4.6 =
|
203 |
* Improvement: Do only validate checkboxes in case they are rendered (added hidden input field)
|
204 |
* Improvement: Allow choosing non-address-printable formats for DP via filter
|
src/Shopmark.php
CHANGED
@@ -183,8 +183,8 @@ class Shopmark {
|
|
183 |
*/
|
184 |
$filter = apply_filters( $this->get_hook_prefix() . 'filter', $filter, $this );
|
185 |
|
186 |
-
// Make sure that the current filter name exists e.g. for custom theme support
|
187 |
-
if ( is_admin() && ! Shopmarks::get_filter( $this->get_location(), $filter ) ) {
|
188 |
$filter = $this->get_default_filter();
|
189 |
}
|
190 |
|
183 |
*/
|
184 |
$filter = apply_filters( $this->get_hook_prefix() . 'filter', $filter, $this );
|
185 |
|
186 |
+
// Make sure that the current filter name exists during admin requests e.g. for custom theme support
|
187 |
+
if ( ( is_admin() && ! defined( 'DOING_AJAX' ) ) && ! Shopmarks::get_filter( $this->get_location(), $filter ) ) {
|
188 |
$filter = $this->get_default_filter();
|
189 |
}
|
190 |
|
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 ComposerAutoloaderInit3fdd932878717e0eefbc990ed56acb74::getLoader();
|
vendor/autoload_packages.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp3fdd932878717e0eefbc990ed56acb74;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/composer/InstalledVersions.php
CHANGED
@@ -19,7 +19,7 @@ private static $installed = array (
|
|
19 |
'aliases' =>
|
20 |
array (
|
21 |
),
|
22 |
-
'reference' => '
|
23 |
'name' => 'vendidero/woocommerce-germanized',
|
24 |
),
|
25 |
'versions' =>
|
@@ -44,21 +44,21 @@ private static $installed = array (
|
|
44 |
),
|
45 |
'composer/installers' =>
|
46 |
array (
|
47 |
-
'pretty_version' => 'v1.
|
48 |
-
'version' => '1.
|
49 |
'aliases' =>
|
50 |
array (
|
51 |
),
|
52 |
-
'reference' => '
|
53 |
),
|
54 |
'dvdoug/boxpacker' =>
|
55 |
array (
|
56 |
-
'pretty_version' => '3.9.
|
57 |
-
'version' => '3.9.
|
58 |
'aliases' =>
|
59 |
array (
|
60 |
),
|
61 |
-
'reference' => '
|
62 |
),
|
63 |
'myclabs/deep-copy' =>
|
64 |
array (
|
@@ -75,12 +75,12 @@ private static $installed = array (
|
|
75 |
),
|
76 |
'psr/log' =>
|
77 |
array (
|
78 |
-
'pretty_version' => '1.1.
|
79 |
-
'version' => '1.1.
|
80 |
'aliases' =>
|
81 |
array (
|
82 |
),
|
83 |
-
'reference' => '
|
84 |
),
|
85 |
'roundcube/plugin-installer' =>
|
86 |
array (
|
@@ -121,25 +121,25 @@ private static $installed = array (
|
|
121 |
'aliases' =>
|
122 |
array (
|
123 |
),
|
124 |
-
'reference' => '
|
125 |
),
|
126 |
'vendidero/woocommerce-germanized-dhl' =>
|
127 |
array (
|
128 |
-
'pretty_version' => 'v1.5.
|
129 |
-
'version' => '1.5.
|
130 |
'aliases' =>
|
131 |
array (
|
132 |
),
|
133 |
-
'reference' => '
|
134 |
),
|
135 |
'vendidero/woocommerce-germanized-shipments' =>
|
136 |
array (
|
137 |
-
'pretty_version' => 'v1.5.
|
138 |
-
'version' => '1.5.
|
139 |
'aliases' =>
|
140 |
array (
|
141 |
),
|
142 |
-
'reference' => '
|
143 |
),
|
144 |
'vendidero/woocommerce-trusted-shops' =>
|
145 |
array (
|
19 |
'aliases' =>
|
20 |
array (
|
21 |
),
|
22 |
+
'reference' => 'f6df7d574c2492b13e5d411dd91805cd33705de7',
|
23 |
'name' => 'vendidero/woocommerce-germanized',
|
24 |
),
|
25 |
'versions' =>
|
44 |
),
|
45 |
'composer/installers' =>
|
46 |
array (
|
47 |
+
'pretty_version' => 'v1.11.0',
|
48 |
+
'version' => '1.11.0.0',
|
49 |
'aliases' =>
|
50 |
array (
|
51 |
),
|
52 |
+
'reference' => 'ae03311f45dfe194412081526be2e003960df74b',
|
53 |
),
|
54 |
'dvdoug/boxpacker' =>
|
55 |
array (
|
56 |
+
'pretty_version' => '3.9.1',
|
57 |
+
'version' => '3.9.1.0',
|
58 |
'aliases' =>
|
59 |
array (
|
60 |
),
|
61 |
+
'reference' => '539084bd7b55056fa8b8b789e8ad5d3ebf5e5c3e',
|
62 |
),
|
63 |
'myclabs/deep-copy' =>
|
64 |
array (
|
75 |
),
|
76 |
'psr/log' =>
|
77 |
array (
|
78 |
+
'pretty_version' => '1.1.4',
|
79 |
+
'version' => '1.1.4.0',
|
80 |
'aliases' =>
|
81 |
array (
|
82 |
),
|
83 |
+
'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
|
84 |
),
|
85 |
'roundcube/plugin-installer' =>
|
86 |
array (
|
121 |
'aliases' =>
|
122 |
array (
|
123 |
),
|
124 |
+
'reference' => 'f6df7d574c2492b13e5d411dd91805cd33705de7',
|
125 |
),
|
126 |
'vendidero/woocommerce-germanized-dhl' =>
|
127 |
array (
|
128 |
+
'pretty_version' => 'v1.5.6',
|
129 |
+
'version' => '1.5.6.0',
|
130 |
'aliases' =>
|
131 |
array (
|
132 |
),
|
133 |
+
'reference' => '25e35587c9ef73a2215f15208f568b26083940fc',
|
134 |
),
|
135 |
'vendidero/woocommerce-germanized-shipments' =>
|
136 |
array (
|
137 |
+
'pretty_version' => 'v1.5.5',
|
138 |
+
'version' => '1.5.5.0',
|
139 |
'aliases' =>
|
140 |
array (
|
141 |
),
|
142 |
+
'reference' => '7d79aa67c692a2d34c23ff56d508b9ca5cd8fd09',
|
143 |
),
|
144 |
'vendidero/woocommerce-trusted-shops' =>
|
145 |
array (
|
vendor/composer/autoload_classmap.php
CHANGED
@@ -64,6 +64,7 @@ return array(
|
|
64 |
'Composer\\Installers\\MauticInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MauticInstaller.php',
|
65 |
'Composer\\Installers\\MayaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MayaInstaller.php',
|
66 |
'Composer\\Installers\\MediaWikiInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',
|
|
|
67 |
'Composer\\Installers\\MicroweberInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php',
|
68 |
'Composer\\Installers\\ModxInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ModxInstaller.php',
|
69 |
'Composer\\Installers\\MoodleInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MoodleInstaller.php',
|
@@ -99,12 +100,14 @@ return array(
|
|
99 |
'Composer\\Installers\\TYPO3CmsInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php',
|
100 |
'Composer\\Installers\\TYPO3FlowInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php',
|
101 |
'Composer\\Installers\\TaoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TaoInstaller.php',
|
|
|
102 |
'Composer\\Installers\\TheliaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TheliaInstaller.php',
|
103 |
'Composer\\Installers\\TuskInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TuskInstaller.php',
|
104 |
'Composer\\Installers\\UserFrostingInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/UserFrostingInstaller.php',
|
105 |
'Composer\\Installers\\VanillaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/VanillaInstaller.php',
|
106 |
'Composer\\Installers\\VgmcpInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php',
|
107 |
'Composer\\Installers\\WHMCSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php',
|
|
|
108 |
'Composer\\Installers\\WolfCMSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',
|
109 |
'Composer\\Installers\\WordPressInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WordPressInstaller.php',
|
110 |
'Composer\\Installers\\YawikInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/YawikInstaller.php',
|
64 |
'Composer\\Installers\\MauticInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MauticInstaller.php',
|
65 |
'Composer\\Installers\\MayaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MayaInstaller.php',
|
66 |
'Composer\\Installers\\MediaWikiInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',
|
67 |
+
'Composer\\Installers\\MiaoxingInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MiaoxingInstaller.php',
|
68 |
'Composer\\Installers\\MicroweberInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php',
|
69 |
'Composer\\Installers\\ModxInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ModxInstaller.php',
|
70 |
'Composer\\Installers\\MoodleInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MoodleInstaller.php',
|
100 |
'Composer\\Installers\\TYPO3CmsInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php',
|
101 |
'Composer\\Installers\\TYPO3FlowInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php',
|
102 |
'Composer\\Installers\\TaoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TaoInstaller.php',
|
103 |
+
'Composer\\Installers\\TastyIgniterInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php',
|
104 |
'Composer\\Installers\\TheliaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TheliaInstaller.php',
|
105 |
'Composer\\Installers\\TuskInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TuskInstaller.php',
|
106 |
'Composer\\Installers\\UserFrostingInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/UserFrostingInstaller.php',
|
107 |
'Composer\\Installers\\VanillaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/VanillaInstaller.php',
|
108 |
'Composer\\Installers\\VgmcpInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php',
|
109 |
'Composer\\Installers\\WHMCSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php',
|
110 |
+
'Composer\\Installers\\WinterInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WinterInstaller.php',
|
111 |
'Composer\\Installers\\WolfCMSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',
|
112 |
'Composer\\Installers\\WordPressInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WordPressInstaller.php',
|
113 |
'Composer\\Installers\\YawikInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/YawikInstaller.php',
|
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 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit806c672cef5f02fcebc66f45f2088a6f
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
-
call_user_func(\Composer\Autoload\
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
@@ -53,19 +53,19 @@ class ComposerAutoloaderInit806c672cef5f02fcebc66f45f2088a6f
|
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
-
$includeFiles = Composer\Autoload\
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
-
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
-
function
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit3fdd932878717e0eefbc990ed56acb74
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit3fdd932878717e0eefbc990ed56acb74', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit3fdd932878717e0eefbc990ed56acb74', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit3fdd932878717e0eefbc990ed56acb74::getInitializer($loader));
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit3fdd932878717e0eefbc990ed56acb74::$files;
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
+
composerRequire3fdd932878717e0eefbc990ed56acb74($fileIdentifier, $file);
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
+
function composerRequire3fdd932878717e0eefbc990ed56acb74($fileIdentifier, $file)
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
@@ -164,6 +164,7 @@ class ComposerStaticInit806c672cef5f02fcebc66f45f2088a6f
|
|
164 |
'Composer\\Installers\\MauticInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MauticInstaller.php',
|
165 |
'Composer\\Installers\\MayaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MayaInstaller.php',
|
166 |
'Composer\\Installers\\MediaWikiInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',
|
|
|
167 |
'Composer\\Installers\\MicroweberInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php',
|
168 |
'Composer\\Installers\\ModxInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ModxInstaller.php',
|
169 |
'Composer\\Installers\\MoodleInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MoodleInstaller.php',
|
@@ -199,12 +200,14 @@ class ComposerStaticInit806c672cef5f02fcebc66f45f2088a6f
|
|
199 |
'Composer\\Installers\\TYPO3CmsInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php',
|
200 |
'Composer\\Installers\\TYPO3FlowInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php',
|
201 |
'Composer\\Installers\\TaoInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TaoInstaller.php',
|
|
|
202 |
'Composer\\Installers\\TheliaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TheliaInstaller.php',
|
203 |
'Composer\\Installers\\TuskInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TuskInstaller.php',
|
204 |
'Composer\\Installers\\UserFrostingInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/UserFrostingInstaller.php',
|
205 |
'Composer\\Installers\\VanillaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/VanillaInstaller.php',
|
206 |
'Composer\\Installers\\VgmcpInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php',
|
207 |
'Composer\\Installers\\WHMCSInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php',
|
|
|
208 |
'Composer\\Installers\\WolfCMSInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',
|
209 |
'Composer\\Installers\\WordPressInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/WordPressInstaller.php',
|
210 |
'Composer\\Installers\\YawikInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/YawikInstaller.php',
|
@@ -459,9 +462,9 @@ class ComposerStaticInit806c672cef5f02fcebc66f45f2088a6f
|
|
459 |
public static function getInitializer(ClassLoader $loader)
|
460 |
{
|
461 |
return \Closure::bind(function () use ($loader) {
|
462 |
-
$loader->prefixLengthsPsr4 =
|
463 |
-
$loader->prefixDirsPsr4 =
|
464 |
-
$loader->classMap =
|
465 |
|
466 |
}, null, ClassLoader::class);
|
467 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit3fdd932878717e0eefbc990ed56acb74
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
164 |
'Composer\\Installers\\MauticInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MauticInstaller.php',
|
165 |
'Composer\\Installers\\MayaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MayaInstaller.php',
|
166 |
'Composer\\Installers\\MediaWikiInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',
|
167 |
+
'Composer\\Installers\\MiaoxingInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MiaoxingInstaller.php',
|
168 |
'Composer\\Installers\\MicroweberInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php',
|
169 |
'Composer\\Installers\\ModxInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ModxInstaller.php',
|
170 |
'Composer\\Installers\\MoodleInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/MoodleInstaller.php',
|
200 |
'Composer\\Installers\\TYPO3CmsInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php',
|
201 |
'Composer\\Installers\\TYPO3FlowInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php',
|
202 |
'Composer\\Installers\\TaoInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TaoInstaller.php',
|
203 |
+
'Composer\\Installers\\TastyIgniterInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php',
|
204 |
'Composer\\Installers\\TheliaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TheliaInstaller.php',
|
205 |
'Composer\\Installers\\TuskInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/TuskInstaller.php',
|
206 |
'Composer\\Installers\\UserFrostingInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/UserFrostingInstaller.php',
|
207 |
'Composer\\Installers\\VanillaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/VanillaInstaller.php',
|
208 |
'Composer\\Installers\\VgmcpInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php',
|
209 |
'Composer\\Installers\\WHMCSInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php',
|
210 |
+
'Composer\\Installers\\WinterInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/WinterInstaller.php',
|
211 |
'Composer\\Installers\\WolfCMSInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',
|
212 |
'Composer\\Installers\\WordPressInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/WordPressInstaller.php',
|
213 |
'Composer\\Installers\\YawikInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/YawikInstaller.php',
|
462 |
public static function getInitializer(ClassLoader $loader)
|
463 |
{
|
464 |
return \Closure::bind(function () use ($loader) {
|
465 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit3fdd932878717e0eefbc990ed56acb74::$prefixLengthsPsr4;
|
466 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit3fdd932878717e0eefbc990ed56acb74::$prefixDirsPsr4;
|
467 |
+
$loader->classMap = ComposerStaticInit3fdd932878717e0eefbc990ed56acb74::$classMap;
|
468 |
|
469 |
}, null, ClassLoader::class);
|
470 |
}
|
vendor/composer/installed.json
CHANGED
@@ -90,17 +90,17 @@
|
|
90 |
},
|
91 |
{
|
92 |
"name": "composer/installers",
|
93 |
-
"version": "v1.
|
94 |
-
"version_normalized": "1.
|
95 |
"source": {
|
96 |
"type": "git",
|
97 |
"url": "https://github.com/composer/installers.git",
|
98 |
-
"reference": "
|
99 |
},
|
100 |
"dist": {
|
101 |
"type": "zip",
|
102 |
-
"url": "https://api.github.com/repos/composer/installers/zipball/
|
103 |
-
"reference": "
|
104 |
"shasum": ""
|
105 |
},
|
106 |
"require": {
|
@@ -118,7 +118,7 @@
|
|
118 |
"symfony/phpunit-bridge": "^4.2 || ^5",
|
119 |
"symfony/process": "^2.3"
|
120 |
},
|
121 |
-
"time": "2021-
|
122 |
"type": "composer-plugin",
|
123 |
"extra": {
|
124 |
"class": "Composer\\Installers\\Plugin",
|
@@ -196,6 +196,7 @@
|
|
196 |
"majima",
|
197 |
"mako",
|
198 |
"mediawiki",
|
|
|
199 |
"modulework",
|
200 |
"modx",
|
201 |
"moodle",
|
@@ -213,6 +214,7 @@
|
|
213 |
"sydes",
|
214 |
"sylius",
|
215 |
"symfony",
|
|
|
216 |
"typo3",
|
217 |
"wordpress",
|
218 |
"yawik",
|
@@ -221,7 +223,7 @@
|
|
221 |
],
|
222 |
"support": {
|
223 |
"issues": "https://github.com/composer/installers/issues",
|
224 |
-
"source": "https://github.com/composer/installers/tree/v1.
|
225 |
},
|
226 |
"funding": [
|
227 |
{
|
@@ -241,17 +243,17 @@
|
|
241 |
},
|
242 |
{
|
243 |
"name": "dvdoug/boxpacker",
|
244 |
-
"version": "3.9.
|
245 |
-
"version_normalized": "3.9.
|
246 |
"source": {
|
247 |
"type": "git",
|
248 |
"url": "https://github.com/dvdoug/BoxPacker.git",
|
249 |
-
"reference": "
|
250 |
},
|
251 |
"dist": {
|
252 |
"type": "zip",
|
253 |
-
"url": "https://api.github.com/repos/dvdoug/BoxPacker/zipball/
|
254 |
-
"reference": "
|
255 |
"shasum": ""
|
256 |
},
|
257 |
"require": {
|
@@ -266,7 +268,7 @@
|
|
266 |
"monolog/monolog": "^1.0||^2.0",
|
267 |
"phpunit/phpunit": "^7.5.20||^8.5.13||^9.5.0"
|
268 |
},
|
269 |
-
"time": "2021-
|
270 |
"type": "library",
|
271 |
"installation-source": "dist",
|
272 |
"autoload": {
|
@@ -303,7 +305,7 @@
|
|
303 |
],
|
304 |
"support": {
|
305 |
"issues": "https://github.com/dvdoug/BoxPacker/issues",
|
306 |
-
"source": "https://github.com/dvdoug/BoxPacker/tree/3.9.
|
307 |
},
|
308 |
"funding": [
|
309 |
{
|
@@ -376,23 +378,23 @@
|
|
376 |
},
|
377 |
{
|
378 |
"name": "psr/log",
|
379 |
-
"version": "1.1.
|
380 |
-
"version_normalized": "1.1.
|
381 |
"source": {
|
382 |
"type": "git",
|
383 |
"url": "https://github.com/php-fig/log.git",
|
384 |
-
"reference": "
|
385 |
},
|
386 |
"dist": {
|
387 |
"type": "zip",
|
388 |
-
"url": "https://api.github.com/repos/php-fig/log/zipball/
|
389 |
-
"reference": "
|
390 |
"shasum": ""
|
391 |
},
|
392 |
"require": {
|
393 |
"php": ">=5.3.0"
|
394 |
},
|
395 |
-
"time": "
|
396 |
"type": "library",
|
397 |
"extra": {
|
398 |
"branch-alias": {
|
@@ -412,7 +414,7 @@
|
|
412 |
"authors": [
|
413 |
{
|
414 |
"name": "PHP-FIG",
|
415 |
-
"homepage": "
|
416 |
}
|
417 |
],
|
418 |
"description": "Common interface for logging libraries",
|
@@ -423,7 +425,7 @@
|
|
423 |
"psr-3"
|
424 |
],
|
425 |
"support": {
|
426 |
-
"source": "https://github.com/php-fig/log/tree/1.1.
|
427 |
},
|
428 |
"install-path": "../psr/log"
|
429 |
},
|
@@ -553,17 +555,17 @@
|
|
553 |
},
|
554 |
{
|
555 |
"name": "vendidero/woocommerce-germanized-dhl",
|
556 |
-
"version": "v1.5.
|
557 |
-
"version_normalized": "1.5.
|
558 |
"source": {
|
559 |
"type": "git",
|
560 |
"url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
|
561 |
-
"reference": "
|
562 |
},
|
563 |
"dist": {
|
564 |
"type": "zip",
|
565 |
-
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/
|
566 |
-
"reference": "
|
567 |
"shasum": ""
|
568 |
},
|
569 |
"require": {
|
@@ -574,7 +576,7 @@
|
|
574 |
"require-dev": {
|
575 |
"phpunit/phpunit": "6.5.14"
|
576 |
},
|
577 |
-
"time": "2021-
|
578 |
"type": "wordpress-plugin",
|
579 |
"installation-source": "dist",
|
580 |
"autoload": {
|
@@ -598,24 +600,24 @@
|
|
598 |
"description": "The Germanized DHL implementation.",
|
599 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
|
600 |
"support": {
|
601 |
-
"source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.5.
|
602 |
"issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
|
603 |
},
|
604 |
"install-path": "../../packages/woocommerce-germanized-dhl"
|
605 |
},
|
606 |
{
|
607 |
"name": "vendidero/woocommerce-germanized-shipments",
|
608 |
-
"version": "v1.5.
|
609 |
-
"version_normalized": "1.5.
|
610 |
"source": {
|
611 |
"type": "git",
|
612 |
"url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
|
613 |
-
"reference": "
|
614 |
},
|
615 |
"dist": {
|
616 |
"type": "zip",
|
617 |
-
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/
|
618 |
-
"reference": "
|
619 |
"shasum": ""
|
620 |
},
|
621 |
"require": {
|
@@ -627,7 +629,7 @@
|
|
627 |
"require-dev": {
|
628 |
"phpunit/phpunit": "7.5.14"
|
629 |
},
|
630 |
-
"time": "2021-
|
631 |
"type": "wordpress-plugin",
|
632 |
"installation-source": "dist",
|
633 |
"autoload": {
|
@@ -649,7 +651,7 @@
|
|
649 |
"description": "The Germanized Shipments implementation.",
|
650 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
|
651 |
"support": {
|
652 |
-
"source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v1.5.
|
653 |
"issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
|
654 |
},
|
655 |
"install-path": "../../packages/woocommerce-germanized-shipments"
|
90 |
},
|
91 |
{
|
92 |
"name": "composer/installers",
|
93 |
+
"version": "v1.11.0",
|
94 |
+
"version_normalized": "1.11.0.0",
|
95 |
"source": {
|
96 |
"type": "git",
|
97 |
"url": "https://github.com/composer/installers.git",
|
98 |
+
"reference": "ae03311f45dfe194412081526be2e003960df74b"
|
99 |
},
|
100 |
"dist": {
|
101 |
"type": "zip",
|
102 |
+
"url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b",
|
103 |
+
"reference": "ae03311f45dfe194412081526be2e003960df74b",
|
104 |
"shasum": ""
|
105 |
},
|
106 |
"require": {
|
118 |
"symfony/phpunit-bridge": "^4.2 || ^5",
|
119 |
"symfony/process": "^2.3"
|
120 |
},
|
121 |
+
"time": "2021-04-28T06:42:17+00:00",
|
122 |
"type": "composer-plugin",
|
123 |
"extra": {
|
124 |
"class": "Composer\\Installers\\Plugin",
|
196 |
"majima",
|
197 |
"mako",
|
198 |
"mediawiki",
|
199 |
+
"miaoxing",
|
200 |
"modulework",
|
201 |
"modx",
|
202 |
"moodle",
|
214 |
"sydes",
|
215 |
"sylius",
|
216 |
"symfony",
|
217 |
+
"tastyigniter",
|
218 |
"typo3",
|
219 |
"wordpress",
|
220 |
"yawik",
|
223 |
],
|
224 |
"support": {
|
225 |
"issues": "https://github.com/composer/installers/issues",
|
226 |
+
"source": "https://github.com/composer/installers/tree/v1.11.0"
|
227 |
},
|
228 |
"funding": [
|
229 |
{
|
243 |
},
|
244 |
{
|
245 |
"name": "dvdoug/boxpacker",
|
246 |
+
"version": "3.9.1",
|
247 |
+
"version_normalized": "3.9.1.0",
|
248 |
"source": {
|
249 |
"type": "git",
|
250 |
"url": "https://github.com/dvdoug/BoxPacker.git",
|
251 |
+
"reference": "539084bd7b55056fa8b8b789e8ad5d3ebf5e5c3e"
|
252 |
},
|
253 |
"dist": {
|
254 |
"type": "zip",
|
255 |
+
"url": "https://api.github.com/repos/dvdoug/BoxPacker/zipball/539084bd7b55056fa8b8b789e8ad5d3ebf5e5c3e",
|
256 |
+
"reference": "539084bd7b55056fa8b8b789e8ad5d3ebf5e5c3e",
|
257 |
"shasum": ""
|
258 |
},
|
259 |
"require": {
|
268 |
"monolog/monolog": "^1.0||^2.0",
|
269 |
"phpunit/phpunit": "^7.5.20||^8.5.13||^9.5.0"
|
270 |
},
|
271 |
+
"time": "2021-05-05T08:02:03+00:00",
|
272 |
"type": "library",
|
273 |
"installation-source": "dist",
|
274 |
"autoload": {
|
305 |
],
|
306 |
"support": {
|
307 |
"issues": "https://github.com/dvdoug/BoxPacker/issues",
|
308 |
+
"source": "https://github.com/dvdoug/BoxPacker/tree/3.9.1"
|
309 |
},
|
310 |
"funding": [
|
311 |
{
|
378 |
},
|
379 |
{
|
380 |
"name": "psr/log",
|
381 |
+
"version": "1.1.4",
|
382 |
+
"version_normalized": "1.1.4.0",
|
383 |
"source": {
|
384 |
"type": "git",
|
385 |
"url": "https://github.com/php-fig/log.git",
|
386 |
+
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
387 |
},
|
388 |
"dist": {
|
389 |
"type": "zip",
|
390 |
+
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
391 |
+
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
392 |
"shasum": ""
|
393 |
},
|
394 |
"require": {
|
395 |
"php": ">=5.3.0"
|
396 |
},
|
397 |
+
"time": "2021-05-03T11:20:27+00:00",
|
398 |
"type": "library",
|
399 |
"extra": {
|
400 |
"branch-alias": {
|
414 |
"authors": [
|
415 |
{
|
416 |
"name": "PHP-FIG",
|
417 |
+
"homepage": "https://www.php-fig.org/"
|
418 |
}
|
419 |
],
|
420 |
"description": "Common interface for logging libraries",
|
425 |
"psr-3"
|
426 |
],
|
427 |
"support": {
|
428 |
+
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
429 |
},
|
430 |
"install-path": "../psr/log"
|
431 |
},
|
555 |
},
|
556 |
{
|
557 |
"name": "vendidero/woocommerce-germanized-dhl",
|
558 |
+
"version": "v1.5.6",
|
559 |
+
"version_normalized": "1.5.6.0",
|
560 |
"source": {
|
561 |
"type": "git",
|
562 |
"url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
|
563 |
+
"reference": "25e35587c9ef73a2215f15208f568b26083940fc"
|
564 |
},
|
565 |
"dist": {
|
566 |
"type": "zip",
|
567 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/25e35587c9ef73a2215f15208f568b26083940fc",
|
568 |
+
"reference": "25e35587c9ef73a2215f15208f568b26083940fc",
|
569 |
"shasum": ""
|
570 |
},
|
571 |
"require": {
|
576 |
"require-dev": {
|
577 |
"phpunit/phpunit": "6.5.14"
|
578 |
},
|
579 |
+
"time": "2021-05-12T14:10:57+00:00",
|
580 |
"type": "wordpress-plugin",
|
581 |
"installation-source": "dist",
|
582 |
"autoload": {
|
600 |
"description": "The Germanized DHL implementation.",
|
601 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
|
602 |
"support": {
|
603 |
+
"source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.5.6",
|
604 |
"issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
|
605 |
},
|
606 |
"install-path": "../../packages/woocommerce-germanized-dhl"
|
607 |
},
|
608 |
{
|
609 |
"name": "vendidero/woocommerce-germanized-shipments",
|
610 |
+
"version": "v1.5.5",
|
611 |
+
"version_normalized": "1.5.5.0",
|
612 |
"source": {
|
613 |
"type": "git",
|
614 |
"url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
|
615 |
+
"reference": "7d79aa67c692a2d34c23ff56d508b9ca5cd8fd09"
|
616 |
},
|
617 |
"dist": {
|
618 |
"type": "zip",
|
619 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/7d79aa67c692a2d34c23ff56d508b9ca5cd8fd09",
|
620 |
+
"reference": "7d79aa67c692a2d34c23ff56d508b9ca5cd8fd09",
|
621 |
"shasum": ""
|
622 |
},
|
623 |
"require": {
|
629 |
"require-dev": {
|
630 |
"phpunit/phpunit": "7.5.14"
|
631 |
},
|
632 |
+
"time": "2021-05-12T14:00:33+00:00",
|
633 |
"type": "wordpress-plugin",
|
634 |
"installation-source": "dist",
|
635 |
"autoload": {
|
651 |
"description": "The Germanized Shipments implementation.",
|
652 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
|
653 |
"support": {
|
654 |
+
"source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v1.5.5",
|
655 |
"issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
|
656 |
},
|
657 |
"install-path": "../../packages/woocommerce-germanized-shipments"
|
vendor/composer/installed.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
-
'reference' => '
|
10 |
'name' => 'vendidero/woocommerce-germanized',
|
11 |
),
|
12 |
'versions' =>
|
@@ -31,21 +31,21 @@
|
|
31 |
),
|
32 |
'composer/installers' =>
|
33 |
array (
|
34 |
-
'pretty_version' => 'v1.
|
35 |
-
'version' => '1.
|
36 |
'aliases' =>
|
37 |
array (
|
38 |
),
|
39 |
-
'reference' => '
|
40 |
),
|
41 |
'dvdoug/boxpacker' =>
|
42 |
array (
|
43 |
-
'pretty_version' => '3.9.
|
44 |
-
'version' => '3.9.
|
45 |
'aliases' =>
|
46 |
array (
|
47 |
),
|
48 |
-
'reference' => '
|
49 |
),
|
50 |
'myclabs/deep-copy' =>
|
51 |
array (
|
@@ -62,12 +62,12 @@
|
|
62 |
),
|
63 |
'psr/log' =>
|
64 |
array (
|
65 |
-
'pretty_version' => '1.1.
|
66 |
-
'version' => '1.1.
|
67 |
'aliases' =>
|
68 |
array (
|
69 |
),
|
70 |
-
'reference' => '
|
71 |
),
|
72 |
'roundcube/plugin-installer' =>
|
73 |
array (
|
@@ -108,25 +108,25 @@
|
|
108 |
'aliases' =>
|
109 |
array (
|
110 |
),
|
111 |
-
'reference' => '
|
112 |
),
|
113 |
'vendidero/woocommerce-germanized-dhl' =>
|
114 |
array (
|
115 |
-
'pretty_version' => 'v1.5.
|
116 |
-
'version' => '1.5.
|
117 |
'aliases' =>
|
118 |
array (
|
119 |
),
|
120 |
-
'reference' => '
|
121 |
),
|
122 |
'vendidero/woocommerce-germanized-shipments' =>
|
123 |
array (
|
124 |
-
'pretty_version' => 'v1.5.
|
125 |
-
'version' => '1.5.
|
126 |
'aliases' =>
|
127 |
array (
|
128 |
),
|
129 |
-
'reference' => '
|
130 |
),
|
131 |
'vendidero/woocommerce-trusted-shops' =>
|
132 |
array (
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
+
'reference' => 'f6df7d574c2492b13e5d411dd91805cd33705de7',
|
10 |
'name' => 'vendidero/woocommerce-germanized',
|
11 |
),
|
12 |
'versions' =>
|
31 |
),
|
32 |
'composer/installers' =>
|
33 |
array (
|
34 |
+
'pretty_version' => 'v1.11.0',
|
35 |
+
'version' => '1.11.0.0',
|
36 |
'aliases' =>
|
37 |
array (
|
38 |
),
|
39 |
+
'reference' => 'ae03311f45dfe194412081526be2e003960df74b',
|
40 |
),
|
41 |
'dvdoug/boxpacker' =>
|
42 |
array (
|
43 |
+
'pretty_version' => '3.9.1',
|
44 |
+
'version' => '3.9.1.0',
|
45 |
'aliases' =>
|
46 |
array (
|
47 |
),
|
48 |
+
'reference' => '539084bd7b55056fa8b8b789e8ad5d3ebf5e5c3e',
|
49 |
),
|
50 |
'myclabs/deep-copy' =>
|
51 |
array (
|
62 |
),
|
63 |
'psr/log' =>
|
64 |
array (
|
65 |
+
'pretty_version' => '1.1.4',
|
66 |
+
'version' => '1.1.4.0',
|
67 |
'aliases' =>
|
68 |
array (
|
69 |
),
|
70 |
+
'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
|
71 |
),
|
72 |
'roundcube/plugin-installer' =>
|
73 |
array (
|
108 |
'aliases' =>
|
109 |
array (
|
110 |
),
|
111 |
+
'reference' => 'f6df7d574c2492b13e5d411dd91805cd33705de7',
|
112 |
),
|
113 |
'vendidero/woocommerce-germanized-dhl' =>
|
114 |
array (
|
115 |
+
'pretty_version' => 'v1.5.6',
|
116 |
+
'version' => '1.5.6.0',
|
117 |
'aliases' =>
|
118 |
array (
|
119 |
),
|
120 |
+
'reference' => '25e35587c9ef73a2215f15208f568b26083940fc',
|
121 |
),
|
122 |
'vendidero/woocommerce-germanized-shipments' =>
|
123 |
array (
|
124 |
+
'pretty_version' => 'v1.5.5',
|
125 |
+
'version' => '1.5.5.0',
|
126 |
'aliases' =>
|
127 |
array (
|
128 |
),
|
129 |
+
'reference' => '7d79aa67c692a2d34c23ff56d508b9ca5cd8fd09',
|
130 |
),
|
131 |
'vendidero/woocommerce-trusted-shops' =>
|
132 |
array (
|
vendor/composer/installers/src/Composer/Installers/Installer.php
CHANGED
@@ -50,6 +50,7 @@ class Installer extends LibraryInstaller
|
|
50 |
'fuelphp' => 'FuelphpInstaller',
|
51 |
'grav' => 'GravInstaller',
|
52 |
'hurad' => 'HuradInstaller',
|
|
|
53 |
'imagecms' => 'ImageCMSInstaller',
|
54 |
'itop' => 'ItopInstaller',
|
55 |
'joomla' => 'JoomlaInstaller',
|
@@ -69,6 +70,7 @@ class Installer extends LibraryInstaller
|
|
69 |
'maya' => 'MayaInstaller',
|
70 |
'mautic' => 'MauticInstaller',
|
71 |
'mediawiki' => 'MediaWikiInstaller',
|
|
|
72 |
'microweber' => 'MicroweberInstaller',
|
73 |
'modulework' => 'MODULEWorkInstaller',
|
74 |
'modx' => 'ModxInstaller',
|
@@ -77,7 +79,7 @@ class Installer extends LibraryInstaller
|
|
77 |
'october' => 'OctoberInstaller',
|
78 |
'ontowiki' => 'OntoWikiInstaller',
|
79 |
'oxid' => 'OxidInstaller',
|
80 |
-
'osclass'
|
81 |
'pxcms' => 'PxcmsInstaller',
|
82 |
'phpbb' => 'PhpBBInstaller',
|
83 |
'pimcore' => 'PimcoreInstaller',
|
@@ -109,6 +111,7 @@ class Installer extends LibraryInstaller
|
|
109 |
'userfrosting' => 'UserFrostingInstaller',
|
110 |
'vanilla' => 'VanillaInstaller',
|
111 |
'whmcs' => 'WHMCSInstaller',
|
|
|
112 |
'wolfcms' => 'WolfCMSInstaller',
|
113 |
'wordpress' => 'WordPressInstaller',
|
114 |
'yawik' => 'YawikInstaller',
|
50 |
'fuelphp' => 'FuelphpInstaller',
|
51 |
'grav' => 'GravInstaller',
|
52 |
'hurad' => 'HuradInstaller',
|
53 |
+
'tastyigniter' => 'TastyIgniterInstaller',
|
54 |
'imagecms' => 'ImageCMSInstaller',
|
55 |
'itop' => 'ItopInstaller',
|
56 |
'joomla' => 'JoomlaInstaller',
|
70 |
'maya' => 'MayaInstaller',
|
71 |
'mautic' => 'MauticInstaller',
|
72 |
'mediawiki' => 'MediaWikiInstaller',
|
73 |
+
'miaoxing' => 'MiaoxingInstaller',
|
74 |
'microweber' => 'MicroweberInstaller',
|
75 |
'modulework' => 'MODULEWorkInstaller',
|
76 |
'modx' => 'ModxInstaller',
|
79 |
'october' => 'OctoberInstaller',
|
80 |
'ontowiki' => 'OntoWikiInstaller',
|
81 |
'oxid' => 'OxidInstaller',
|
82 |
+
'osclass' => 'OsclassInstaller',
|
83 |
'pxcms' => 'PxcmsInstaller',
|
84 |
'phpbb' => 'PhpBBInstaller',
|
85 |
'pimcore' => 'PimcoreInstaller',
|
111 |
'userfrosting' => 'UserFrostingInstaller',
|
112 |
'vanilla' => 'VanillaInstaller',
|
113 |
'whmcs' => 'WHMCSInstaller',
|
114 |
+
'winter' => 'WinterInstaller',
|
115 |
'wolfcms' => 'WolfCMSInstaller',
|
116 |
'wordpress' => 'WordPressInstaller',
|
117 |
'yawik' => 'YawikInstaller',
|
vendor/composer/installers/src/Composer/Installers/MauticInstaller.php
CHANGED
@@ -1,22 +1,45 @@
|
|
1 |
<?php
|
2 |
namespace Composer\Installers;
|
3 |
|
|
|
|
|
4 |
class MauticInstaller extends BaseInstaller
|
5 |
{
|
6 |
protected $locations = array(
|
7 |
-
'plugin'
|
8 |
-
'theme'
|
|
|
9 |
);
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
/**
|
12 |
* Format package name of mautic-plugins to CamelCase
|
13 |
*/
|
14 |
public function inflectPackageVars($vars)
|
15 |
{
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
}
|
21 |
|
22 |
return $vars;
|
1 |
<?php
|
2 |
namespace Composer\Installers;
|
3 |
|
4 |
+
use Composer\Package\PackageInterface;
|
5 |
+
|
6 |
class MauticInstaller extends BaseInstaller
|
7 |
{
|
8 |
protected $locations = array(
|
9 |
+
'plugin' => 'plugins/{$name}/',
|
10 |
+
'theme' => 'themes/{$name}/',
|
11 |
+
'core' => 'app/',
|
12 |
);
|
13 |
|
14 |
+
private function getDirectoryName()
|
15 |
+
{
|
16 |
+
$extra = $this->package->getExtra();
|
17 |
+
if (!empty($extra['install-directory-name'])) {
|
18 |
+
return $extra['install-directory-name'];
|
19 |
+
}
|
20 |
+
|
21 |
+
return $this->toCamelCase($this->package->getPrettyName());
|
22 |
+
}
|
23 |
+
|
24 |
+
/**
|
25 |
+
* @param string $packageName
|
26 |
+
*
|
27 |
+
* @return string
|
28 |
+
*/
|
29 |
+
private function toCamelCase($packageName)
|
30 |
+
{
|
31 |
+
return str_replace(' ', '', ucwords(str_replace('-', ' ', basename($packageName))));
|
32 |
+
}
|
33 |
+
|
34 |
/**
|
35 |
* Format package name of mautic-plugins to CamelCase
|
36 |
*/
|
37 |
public function inflectPackageVars($vars)
|
38 |
{
|
39 |
+
|
40 |
+
if ($vars['type'] == 'mautic-plugin' || $vars['type'] == 'mautic-theme') {
|
41 |
+
$directoryName = $this->getDirectoryName();
|
42 |
+
$vars['name'] = $directoryName;
|
43 |
}
|
44 |
|
45 |
return $vars;
|
vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace Composer\Installers;
|
4 |
+
|
5 |
+
class MiaoxingInstaller extends BaseInstaller
|
6 |
+
{
|
7 |
+
protected $locations = array(
|
8 |
+
'plugin' => 'plugins/{$name}/',
|
9 |
+
);
|
10 |
+
}
|
vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php
CHANGED
@@ -6,7 +6,7 @@ class OctoberInstaller extends BaseInstaller
|
|
6 |
protected $locations = array(
|
7 |
'module' => 'modules/{$name}/',
|
8 |
'plugin' => 'plugins/{$vendor}/{$name}/',
|
9 |
-
'theme' => 'themes/{$name}/'
|
10 |
);
|
11 |
|
12 |
/**
|
@@ -41,6 +41,7 @@ class OctoberInstaller extends BaseInstaller
|
|
41 |
protected function inflectThemeVars($vars)
|
42 |
{
|
43 |
$vars['name'] = preg_replace('/^oc-|-theme$/', '', $vars['name']);
|
|
|
44 |
|
45 |
return $vars;
|
46 |
}
|
6 |
protected $locations = array(
|
7 |
'module' => 'modules/{$name}/',
|
8 |
'plugin' => 'plugins/{$vendor}/{$name}/',
|
9 |
+
'theme' => 'themes/{$vendor}-{$name}/'
|
10 |
);
|
11 |
|
12 |
/**
|
41 |
protected function inflectThemeVars($vars)
|
42 |
{
|
43 |
$vars['name'] = preg_replace('/^oc-|-theme$/', '', $vars['name']);
|
44 |
+
$vars['vendor'] = preg_replace('/[^a-z0-9_]/i', '', $vars['vendor']);
|
45 |
|
46 |
return $vars;
|
47 |
}
|
vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace Composer\Installers;
|
4 |
+
|
5 |
+
class TastyIgniterInstaller extends BaseInstaller
|
6 |
+
{
|
7 |
+
protected $locations = array(
|
8 |
+
'extension' => 'extensions/{$vendor}/{$name}/',
|
9 |
+
'theme' => 'themes/{$name}/',
|
10 |
+
);
|
11 |
+
|
12 |
+
/**
|
13 |
+
* Format package name.
|
14 |
+
*
|
15 |
+
* Cut off leading 'ti-ext-' or 'ti-theme-' if present.
|
16 |
+
* Strip vendor name of characters that is not alphanumeric or an underscore
|
17 |
+
*
|
18 |
+
*/
|
19 |
+
public function inflectPackageVars($vars)
|
20 |
+
{
|
21 |
+
if ($vars['type'] === 'tastyigniter-extension') {
|
22 |
+
$vars['vendor'] = preg_replace('/[^a-z0-9_]/i', '', $vars['vendor']);
|
23 |
+
$vars['name'] = preg_replace('/^ti-ext-/', '', $vars['name']);
|
24 |
+
}
|
25 |
+
|
26 |
+
if ($vars['type'] === 'tastyigniter-theme') {
|
27 |
+
$vars['name'] = preg_replace('/^ti-theme-/', '', $vars['name']);
|
28 |
+
}
|
29 |
+
|
30 |
+
return $vars;
|
31 |
+
}
|
32 |
+
}
|
vendor/composer/installers/src/Composer/Installers/WinterInstaller.php
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
namespace Composer\Installers;
|
3 |
+
|
4 |
+
class WinterInstaller extends BaseInstaller
|
5 |
+
{
|
6 |
+
protected $locations = array(
|
7 |
+
'module' => 'modules/{$name}/',
|
8 |
+
'plugin' => 'plugins/{$vendor}/{$name}/',
|
9 |
+
'theme' => 'themes/{$name}/'
|
10 |
+
);
|
11 |
+
|
12 |
+
/**
|
13 |
+
* Format package name.
|
14 |
+
*
|
15 |
+
* For package type winter-plugin, cut off a trailing '-plugin' if present.
|
16 |
+
*
|
17 |
+
* For package type winter-theme, cut off a trailing '-theme' if present.
|
18 |
+
*
|
19 |
+
*/
|
20 |
+
public function inflectPackageVars($vars)
|
21 |
+
{
|
22 |
+
if ($vars['type'] === 'winter-module') {
|
23 |
+
return $this->inflectModuleVars($vars);
|
24 |
+
}
|
25 |
+
|
26 |
+
if ($vars['type'] === 'winter-plugin') {
|
27 |
+
return $this->inflectPluginVars($vars);
|
28 |
+
}
|
29 |
+
|
30 |
+
if ($vars['type'] === 'winter-theme') {
|
31 |
+
return $this->inflectThemeVars($vars);
|
32 |
+
}
|
33 |
+
|
34 |
+
return $vars;
|
35 |
+
}
|
36 |
+
|
37 |
+
protected function inflectModuleVars($vars)
|
38 |
+
{
|
39 |
+
$vars['name'] = preg_replace('/^wn-|-module$/', '', $vars['name']);
|
40 |
+
|
41 |
+
return $vars;
|
42 |
+
}
|
43 |
+
|
44 |
+
protected function inflectPluginVars($vars)
|
45 |
+
{
|
46 |
+
$vars['name'] = preg_replace('/^wn-|-plugin$/', '', $vars['name']);
|
47 |
+
$vars['vendor'] = preg_replace('/[^a-z0-9_]/i', '', $vars['vendor']);
|
48 |
+
|
49 |
+
return $vars;
|
50 |
+
}
|
51 |
+
|
52 |
+
protected function inflectThemeVars($vars)
|
53 |
+
{
|
54 |
+
$vars['name'] = preg_replace('/^wn-|-theme$/', '', $vars['name']);
|
55 |
+
|
56 |
+
return $vars;
|
57 |
+
}
|
58 |
+
}
|
vendor/composer/jetpack_autoload_classmap.php
CHANGED
@@ -323,379 +323,379 @@ return array(
|
|
323 |
'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
|
324 |
),
|
325 |
'Vendidero\\Germanized\\Shipments\\Shipment' => array(
|
326 |
-
'version' => '1.5.
|
327 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
|
328 |
),
|
329 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Auto' => array(
|
330 |
-
'version' => '1.5.
|
331 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php'
|
332 |
),
|
333 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Method' => array(
|
334 |
-
'version' => '1.5.
|
335 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Method.php'
|
336 |
),
|
337 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Simple' => array(
|
338 |
-
'version' => '1.5.
|
339 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php'
|
340 |
),
|
341 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Helper' => array(
|
342 |
-
'version' => '1.5.
|
343 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Helper.php'
|
344 |
),
|
345 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\MethodPlaceholder' => array(
|
346 |
-
'version' => '1.5.
|
347 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/MethodPlaceholder.php'
|
348 |
),
|
349 |
'Vendidero\\Germanized\\Shipments\\Install' => array(
|
350 |
-
'version' => '1.5.
|
351 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
|
352 |
),
|
353 |
'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
|
354 |
-
'version' => '1.5.
|
355 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
|
356 |
),
|
357 |
'Vendidero\\Germanized\\Shipments\\Package' => array(
|
358 |
-
'version' => '1.5.
|
359 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
|
360 |
),
|
361 |
'Vendidero\\Germanized\\Shipments\\Order' => array(
|
362 |
-
'version' => '1.5.
|
363 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
|
364 |
),
|
365 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
|
366 |
-
'version' => '1.5.
|
367 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
|
368 |
),
|
369 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Label' => array(
|
370 |
-
'version' => '1.5.
|
371 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Label.php'
|
372 |
),
|
373 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
|
374 |
-
'version' => '1.5.
|
375 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
|
376 |
),
|
377 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Packaging' => array(
|
378 |
-
'version' => '1.5.
|
379 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php'
|
380 |
),
|
381 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
|
382 |
-
'version' => '1.5.
|
383 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
|
384 |
),
|
385 |
'Vendidero\\Germanized\\Shipments\\PackagingFactory' => array(
|
386 |
-
'version' => '1.5.
|
387 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PackagingFactory.php'
|
388 |
),
|
389 |
'Vendidero\\Germanized\\Shipments\\Ajax' => array(
|
390 |
-
'version' => '1.5.
|
391 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
|
392 |
),
|
393 |
'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
|
394 |
-
'version' => '1.5.
|
395 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
|
396 |
),
|
397 |
'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
|
398 |
-
'version' => '1.5.
|
399 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
|
400 |
),
|
401 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
|
402 |
-
'version' => '1.5.
|
403 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
|
404 |
),
|
405 |
'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
|
406 |
-
'version' => '1.5.
|
407 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
|
408 |
),
|
409 |
'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
|
410 |
-
'version' => '1.5.
|
411 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
|
412 |
),
|
413 |
'Vendidero\\Germanized\\Shipments\\Admin\\ProviderSettings' => array(
|
414 |
-
'version' => '1.5.
|
415 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php'
|
416 |
),
|
417 |
'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
|
418 |
-
'version' => '1.5.
|
419 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
|
420 |
),
|
421 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
|
422 |
-
'version' => '1.5.
|
423 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
|
424 |
),
|
425 |
'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
|
426 |
-
'version' => '1.5.
|
427 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
|
428 |
),
|
429 |
'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
|
430 |
-
'version' => '1.5.
|
431 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
|
432 |
),
|
433 |
'Vendidero\\Germanized\\Shipments\\Labels\\Factory' => array(
|
434 |
-
'version' => '1.5.
|
435 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Factory.php'
|
436 |
),
|
437 |
'Vendidero\\Germanized\\Shipments\\Labels\\Label' => array(
|
438 |
-
'version' => '1.5.
|
439 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Label.php'
|
440 |
),
|
441 |
'Vendidero\\Germanized\\Shipments\\Labels\\ReturnLabel' => array(
|
442 |
-
'version' => '1.5.
|
443 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/ReturnLabel.php'
|
444 |
),
|
445 |
'Vendidero\\Germanized\\Shipments\\Labels\\DownloadHandler' => array(
|
446 |
-
'version' => '1.5.
|
447 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/DownloadHandler.php'
|
448 |
),
|
449 |
'Vendidero\\Germanized\\Shipments\\Labels\\Automation' => array(
|
450 |
-
'version' => '1.5.
|
451 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Automation.php'
|
452 |
),
|
453 |
'Vendidero\\Germanized\\Shipments\\Labels\\Query' => array(
|
454 |
-
'version' => '1.5.
|
455 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Query.php'
|
456 |
),
|
457 |
'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
|
458 |
-
'version' => '1.5.
|
459 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
|
460 |
),
|
461 |
'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
|
462 |
-
'version' => '1.5.
|
463 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
|
464 |
),
|
465 |
'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
|
466 |
-
'version' => '1.5.
|
467 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
|
468 |
),
|
469 |
'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
|
470 |
-
'version' => '1.5.
|
471 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
|
472 |
),
|
473 |
'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
|
474 |
-
'version' => '1.5.
|
475 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
|
476 |
),
|
477 |
'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
|
478 |
-
'version' => '1.5.
|
479 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
|
480 |
),
|
481 |
'Vendidero\\Germanized\\Shipments\\Automation' => array(
|
482 |
-
'version' => '1.5.
|
483 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
|
484 |
),
|
485 |
'Vendidero\\Germanized\\Shipments\\Packaging' => array(
|
486 |
-
'version' => '1.5.
|
487 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging.php'
|
488 |
),
|
489 |
'Vendidero\\Germanized\\Shipments\\Api' => array(
|
490 |
-
'version' => '1.5.
|
491 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
|
492 |
),
|
493 |
'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
|
494 |
-
'version' => '1.5.
|
495 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
|
496 |
),
|
497 |
'Vendidero\\Germanized\\Shipments\\Validation' => array(
|
498 |
-
'version' => '1.5.
|
499 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
|
500 |
),
|
501 |
'Vendidero\\Germanized\\Shipments\\Emails' => array(
|
502 |
-
'version' => '1.5.
|
503 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
|
504 |
),
|
505 |
'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
|
506 |
-
'version' => '1.5.
|
507 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
|
508 |
),
|
509 |
'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
|
510 |
-
'version' => '1.5.
|
511 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
|
512 |
),
|
513 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProviderAuto' => array(
|
514 |
-
'version' => '1.5.
|
515 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProviderAuto.php'
|
516 |
),
|
517 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProvider' => array(
|
518 |
-
'version' => '1.5.
|
519 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php'
|
520 |
),
|
521 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
|
522 |
-
'version' => '1.5.
|
523 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentReturnLabel.php'
|
524 |
),
|
525 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
|
526 |
-
'version' => '1.5.
|
527 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
|
528 |
),
|
529 |
'Vendidero\\Germanized\\Shipments\\Packing\\PackagingBox' => array(
|
530 |
-
'version' => '1.5.
|
531 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/PackagingBox.php'
|
532 |
),
|
533 |
'Vendidero\\Germanized\\Shipments\\Packing\\OrderItem' => array(
|
534 |
-
'version' => '1.5.
|
535 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/OrderItem.php'
|
536 |
),
|
537 |
'Vendidero\\Germanized\\Shipments\\Packing\\Helper' => array(
|
538 |
-
'version' => '1.5.
|
539 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/Helper.php'
|
540 |
),
|
541 |
'Vendidero\\Germanized\\Shipments\\Packing\\ShipmentItem' => array(
|
542 |
-
'version' => '1.5.
|
543 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/ShipmentItem.php'
|
544 |
),
|
545 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DeutschePost' => array(
|
546 |
-
'version' => '1.5.
|
547 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php'
|
548 |
),
|
549 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\ShippingMethod' => array(
|
550 |
-
'version' => '1.5.
|
551 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php'
|
552 |
),
|
553 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DHL' => array(
|
554 |
-
'version' => '1.5.
|
555 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php'
|
556 |
),
|
557 |
'Vendidero\\Germanized\\DHL\\Install' => array(
|
558 |
-
'version' => '1.5.
|
559 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
|
560 |
),
|
561 |
'Vendidero\\Germanized\\DHL\\Package' => array(
|
562 |
-
'version' => '1.5.
|
563 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
|
564 |
),
|
565 |
'Vendidero\\Germanized\\DHL\\Product' => array(
|
566 |
-
'version' => '1.5.
|
567 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
|
568 |
),
|
569 |
'Vendidero\\Germanized\\DHL\\Order' => array(
|
570 |
-
'version' => '1.5.
|
571 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
|
572 |
),
|
573 |
'Vendidero\\Germanized\\DHL\\Ajax' => array(
|
574 |
-
'version' => '1.5.
|
575 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
|
576 |
),
|
577 |
'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
|
578 |
-
'version' => '1.5.
|
579 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
|
580 |
),
|
581 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\Internetmarke' => array(
|
582 |
-
'version' => '1.5.
|
583 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/Internetmarke.php'
|
584 |
),
|
585 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\DHL' => array(
|
586 |
-
'version' => '1.5.
|
587 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/DHL.php'
|
588 |
),
|
589 |
'Vendidero\\Germanized\\DHL\\Admin\\Status' => array(
|
590 |
-
'version' => '1.5.
|
591 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Status.php'
|
592 |
),
|
593 |
'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
|
594 |
-
'version' => '1.5.
|
595 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
|
596 |
),
|
597 |
'Vendidero\\Germanized\\DHL\\Label\\DHLInlayReturn' => array(
|
598 |
-
'version' => '1.5.
|
599 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLInlayReturn.php'
|
600 |
),
|
601 |
'Vendidero\\Germanized\\DHL\\Label\\Label' => array(
|
602 |
-
'version' => '1.5.
|
603 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/Label.php'
|
604 |
),
|
605 |
'Vendidero\\Germanized\\DHL\\Label\\DHLReturn' => array(
|
606 |
-
'version' => '1.5.
|
607 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLReturn.php'
|
608 |
),
|
609 |
'Vendidero\\Germanized\\DHL\\Label\\ReturnLabel' => array(
|
610 |
-
'version' => '1.5.
|
611 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/ReturnLabel.php'
|
612 |
),
|
613 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePost' => array(
|
614 |
-
'version' => '1.5.
|
615 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php'
|
616 |
),
|
617 |
'Vendidero\\Germanized\\DHL\\Label\\DHL' => array(
|
618 |
-
'version' => '1.5.
|
619 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHL.php'
|
620 |
),
|
621 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePostReturn' => array(
|
622 |
-
'version' => '1.5.
|
623 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php'
|
624 |
),
|
625 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelQuery' => array(
|
626 |
-
'version' => '1.5.
|
627 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php'
|
628 |
),
|
629 |
'Vendidero\\Germanized\\DHL\\Legacy\\DataStores\\Label' => array(
|
630 |
-
'version' => '1.5.
|
631 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php'
|
632 |
),
|
633 |
'Vendidero\\Germanized\\DHL\\Legacy\\DownloadHandler' => array(
|
634 |
-
'version' => '1.5.
|
635 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DownloadHandler.php'
|
636 |
),
|
637 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelFactory' => array(
|
638 |
-
'version' => '1.5.
|
639 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelFactory.php'
|
640 |
),
|
641 |
'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
|
642 |
-
'version' => '1.5.
|
643 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
|
644 |
),
|
645 |
'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
|
646 |
-
'version' => '1.5.
|
647 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
|
648 |
),
|
649 |
'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
|
650 |
-
'version' => '1.5.
|
651 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
|
652 |
),
|
653 |
'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
|
654 |
-
'version' => '1.5.
|
655 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
|
656 |
),
|
657 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductList' => array(
|
658 |
-
'version' => '1.5.
|
659 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductList.php'
|
660 |
),
|
661 |
'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
|
662 |
-
'version' => '1.5.
|
663 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
|
664 |
),
|
665 |
'Vendidero\\Germanized\\DHL\\Api\\Internetmarke' => array(
|
666 |
-
'version' => '1.5.
|
667 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php'
|
668 |
),
|
669 |
'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
|
670 |
-
'version' => '1.5.
|
671 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
|
672 |
),
|
673 |
'Vendidero\\Germanized\\DHL\\Api\\ImPartnerInformation' => array(
|
674 |
-
'version' => '1.5.
|
675 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImPartnerInformation.php'
|
676 |
),
|
677 |
'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
|
678 |
-
'version' => '1.5.
|
679 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
|
680 |
),
|
681 |
'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
|
682 |
-
'version' => '1.5.
|
683 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
|
684 |
),
|
685 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductsSoap' => array(
|
686 |
-
'version' => '1.5.
|
687 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductsSoap.php'
|
688 |
),
|
689 |
'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
|
690 |
-
'version' => '1.5.
|
691 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
|
692 |
),
|
693 |
'Vendidero\\Germanized\\DHL\\Api\\ImRefundSoap' => array(
|
694 |
-
'version' => '1.5.
|
695 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImRefundSoap.php'
|
696 |
),
|
697 |
'Vendidero\\Germanized\\DHL\\Api\\ImWarenpostIntRest' => array(
|
698 |
-
'version' => '1.5.
|
699 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php'
|
700 |
),
|
701 |
'Vendidero\\Germanized\\Shopmark' => array(
|
@@ -715,47 +715,47 @@ return array(
|
|
715 |
'path' => $baseDir . '/src/Autoloader.php'
|
716 |
),
|
717 |
'Psr\\Log\\LoggerAwareInterface' => array(
|
718 |
-
'version' => '1.1.
|
719 |
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareInterface.php'
|
720 |
),
|
721 |
'Psr\\Log\\LogLevel' => array(
|
722 |
-
'version' => '1.1.
|
723 |
'path' => $vendorDir . '/psr/log/Psr/Log/LogLevel.php'
|
724 |
),
|
725 |
'Psr\\Log\\Test\\LoggerInterfaceTest' => array(
|
726 |
-
'version' => '1.1.
|
727 |
'path' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'
|
728 |
),
|
729 |
'Psr\\Log\\Test\\TestLogger' => array(
|
730 |
-
'version' => '1.1.
|
731 |
'path' => $vendorDir . '/psr/log/Psr/Log/Test/TestLogger.php'
|
732 |
),
|
733 |
'Psr\\Log\\Test\\DummyTest' => array(
|
734 |
-
'version' => '1.1.
|
735 |
'path' => $vendorDir . '/psr/log/Psr/Log/Test/DummyTest.php'
|
736 |
),
|
737 |
'Psr\\Log\\LoggerAwareTrait' => array(
|
738 |
-
'version' => '1.1.
|
739 |
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareTrait.php'
|
740 |
),
|
741 |
'Psr\\Log\\InvalidArgumentException' => array(
|
742 |
-
'version' => '1.1.
|
743 |
'path' => $vendorDir . '/psr/log/Psr/Log/InvalidArgumentException.php'
|
744 |
),
|
745 |
'Psr\\Log\\NullLogger' => array(
|
746 |
-
'version' => '1.1.
|
747 |
'path' => $vendorDir . '/psr/log/Psr/Log/NullLogger.php'
|
748 |
),
|
749 |
'Psr\\Log\\LoggerInterface' => array(
|
750 |
-
'version' => '1.1.
|
751 |
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerInterface.php'
|
752 |
),
|
753 |
'Psr\\Log\\LoggerTrait' => array(
|
754 |
-
'version' => '1.1.
|
755 |
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerTrait.php'
|
756 |
),
|
757 |
'Psr\\Log\\AbstractLogger' => array(
|
758 |
-
'version' => '1.1.
|
759 |
'path' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php'
|
760 |
),
|
761 |
'DeepCopy\\Matcher\\PropertyMatcher' => array(
|
@@ -855,519 +855,531 @@ return array(
|
|
855 |
'path' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php'
|
856 |
),
|
857 |
'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementNoStackingTestItem' => array(
|
858 |
-
'version' => '3.9.
|
859 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementNoStackingTestItem.php'
|
860 |
),
|
861 |
'DVDoug\\BoxPacker\\Test\\TestBox' => array(
|
862 |
-
'version' => '3.9.
|
863 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestBox.php'
|
864 |
),
|
865 |
'DVDoug\\BoxPacker\\Test\\THPackTestItem' => array(
|
866 |
-
'version' => '3.9.
|
867 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/THPackTestItem.php'
|
868 |
),
|
869 |
'DVDoug\\BoxPacker\\Test\\LimitedSupplyTestBox' => array(
|
870 |
-
'version' => '3.9.
|
871 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/LimitedSupplyTestBox.php'
|
872 |
),
|
873 |
'DVDoug\\BoxPacker\\Test\\TestItem' => array(
|
874 |
-
'version' => '3.9.
|
875 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestItem.php'
|
876 |
),
|
877 |
'DVDoug\\BoxPacker\\Test\\ConstrainedTestItem' => array(
|
878 |
-
'version' => '3.9.
|
879 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedTestItem.php'
|
880 |
),
|
881 |
'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementByCountTestItem' => array(
|
882 |
-
'version' => '3.9.
|
883 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementByCountTestItem.php'
|
884 |
),
|
885 |
'DVDoug\\BoxPacker\\BoxList' => array(
|
886 |
-
'version' => '3.9.
|
887 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/BoxList.php'
|
888 |
),
|
889 |
'DVDoug\\BoxPacker\\PackedItemList' => array(
|
890 |
-
'version' => '3.9.
|
891 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedItemList.php'
|
892 |
),
|
893 |
'DVDoug\\BoxPacker\\LimitedSupplyBox' => array(
|
894 |
-
'version' => '3.9.
|
895 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/LimitedSupplyBox.php'
|
896 |
),
|
897 |
'DVDoug\\BoxPacker\\LayerStabiliser' => array(
|
898 |
-
'version' => '3.9.
|
899 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/LayerStabiliser.php'
|
900 |
),
|
901 |
'DVDoug\\BoxPacker\\PackedItem' => array(
|
902 |
-
'version' => '3.9.
|
903 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedItem.php'
|
904 |
),
|
905 |
'DVDoug\\BoxPacker\\PackedBoxList' => array(
|
906 |
-
'version' => '3.9.
|
907 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedBoxList.php'
|
908 |
),
|
909 |
'DVDoug\\BoxPacker\\ItemTooLargeException' => array(
|
910 |
-
'version' => '3.9.
|
911 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ItemTooLargeException.php'
|
912 |
),
|
913 |
'DVDoug\\BoxPacker\\PackedLayer' => array(
|
914 |
-
'version' => '3.9.
|
915 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedLayer.php'
|
916 |
),
|
917 |
'DVDoug\\BoxPacker\\Packer' => array(
|
918 |
-
'version' => '3.9.
|
919 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/Packer.php'
|
920 |
),
|
921 |
'DVDoug\\BoxPacker\\ItemList' => array(
|
922 |
-
'version' => '3.9.
|
923 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ItemList.php'
|
924 |
),
|
925 |
'DVDoug\\BoxPacker\\ConstrainedItem' => array(
|
926 |
-
'version' => '3.9.
|
927 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedItem.php'
|
928 |
),
|
929 |
'DVDoug\\BoxPacker\\OrientatedItem' => array(
|
930 |
-
'version' => '3.9.
|
931 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItem.php'
|
932 |
),
|
933 |
'DVDoug\\BoxPacker\\NoBoxesAvailableException' => array(
|
934 |
-
'version' => '3.9.
|
935 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/NoBoxesAvailableException.php'
|
936 |
),
|
937 |
'DVDoug\\BoxPacker\\Item' => array(
|
938 |
-
'version' => '3.9.
|
939 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/Item.php'
|
940 |
),
|
941 |
'DVDoug\\BoxPacker\\LayerPacker' => array(
|
942 |
-
'version' => '3.9.
|
943 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/LayerPacker.php'
|
944 |
),
|
945 |
'DVDoug\\BoxPacker\\ConstrainedPlacementItem' => array(
|
946 |
-
'version' => '3.9.
|
947 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedPlacementItem.php'
|
948 |
),
|
949 |
'DVDoug\\BoxPacker\\VolumePacker' => array(
|
950 |
-
'version' => '3.9.
|
951 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/VolumePacker.php'
|
952 |
),
|
953 |
'DVDoug\\BoxPacker\\PackedBox' => array(
|
954 |
-
'version' => '3.9.
|
955 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedBox.php'
|
956 |
),
|
957 |
'DVDoug\\BoxPacker\\InfalliblePacker' => array(
|
958 |
-
'version' => '3.9.
|
959 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/InfalliblePacker.php'
|
960 |
),
|
961 |
'DVDoug\\BoxPacker\\OrientatedItemFactory' => array(
|
962 |
-
'version' => '3.9.
|
963 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemFactory.php'
|
964 |
),
|
965 |
'DVDoug\\BoxPacker\\WorkingVolume' => array(
|
966 |
-
'version' => '3.9.
|
967 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/WorkingVolume.php'
|
968 |
),
|
969 |
'DVDoug\\BoxPacker\\WeightRedistributor' => array(
|
970 |
-
'version' => '3.9.
|
971 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/WeightRedistributor.php'
|
972 |
),
|
973 |
'DVDoug\\BoxPacker\\Box' => array(
|
974 |
-
'version' => '3.9.
|
975 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/Box.php'
|
976 |
),
|
977 |
'DVDoug\\BoxPacker\\OrientatedItemSorter' => array(
|
978 |
-
'version' => '3.9.
|
979 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemSorter.php'
|
980 |
),
|
981 |
'Composer\\Installers\\GravInstaller' => array(
|
982 |
-
'version' => '1.
|
983 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/GravInstaller.php'
|
984 |
),
|
985 |
'Composer\\Installers\\AttogramInstaller' => array(
|
986 |
-
'version' => '1.
|
987 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AttogramInstaller.php'
|
988 |
),
|
989 |
'Composer\\Installers\\DrupalInstaller' => array(
|
990 |
-
'version' => '1.
|
991 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DrupalInstaller.php'
|
992 |
),
|
993 |
'Composer\\Installers\\CraftInstaller' => array(
|
994 |
-
'version' => '1.
|
995 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CraftInstaller.php'
|
996 |
),
|
997 |
'Composer\\Installers\\CiviCrmInstaller' => array(
|
998 |
-
'version' => '1.
|
999 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'
|
1000 |
),
|
1001 |
'Composer\\Installers\\ItopInstaller' => array(
|
1002 |
-
'version' => '1.
|
1003 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ItopInstaller.php'
|
1004 |
),
|
1005 |
'Composer\\Installers\\ReIndexInstaller' => array(
|
1006 |
-
'version' => '1.
|
1007 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ReIndexInstaller.php'
|
1008 |
),
|
1009 |
'Composer\\Installers\\TheliaInstaller' => array(
|
1010 |
-
'version' => '1.
|
1011 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TheliaInstaller.php'
|
1012 |
),
|
1013 |
'Composer\\Installers\\SilverStripeInstaller' => array(
|
1014 |
-
'version' => '1.
|
1015 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'
|
1016 |
),
|
1017 |
'Composer\\Installers\\ShopwareInstaller' => array(
|
1018 |
-
'version' => '1.
|
1019 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ShopwareInstaller.php'
|
1020 |
),
|
1021 |
'Composer\\Installers\\DokuWikiInstaller' => array(
|
1022 |
-
'version' => '1.
|
1023 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'
|
1024 |
),
|
1025 |
'Composer\\Installers\\StarbugInstaller' => array(
|
1026 |
-
'version' => '1.
|
1027 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/StarbugInstaller.php'
|
1028 |
),
|
1029 |
'Composer\\Installers\\ProcessWireInstaller' => array(
|
1030 |
-
'version' => '1.
|
1031 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ProcessWireInstaller.php'
|
1032 |
),
|
1033 |
'Composer\\Installers\\SyliusInstaller' => array(
|
1034 |
-
'version' => '1.
|
1035 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SyliusInstaller.php'
|
1036 |
),
|
1037 |
'Composer\\Installers\\PPIInstaller' => array(
|
1038 |
-
'version' => '1.
|
1039 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PPIInstaller.php'
|
1040 |
),
|
1041 |
'Composer\\Installers\\KirbyInstaller' => array(
|
1042 |
-
'version' => '1.
|
1043 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KirbyInstaller.php'
|
1044 |
),
|
1045 |
'Composer\\Installers\\LaravelInstaller' => array(
|
1046 |
-
'version' => '1.
|
1047 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LaravelInstaller.php'
|
1048 |
),
|
1049 |
'Composer\\Installers\\ElggInstaller' => array(
|
1050 |
-
'version' => '1.
|
1051 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ElggInstaller.php'
|
1052 |
),
|
1053 |
'Composer\\Installers\\VanillaInstaller' => array(
|
1054 |
-
'version' => '1.
|
1055 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/VanillaInstaller.php'
|
1056 |
),
|
1057 |
'Composer\\Installers\\YawikInstaller' => array(
|
1058 |
-
'version' => '1.
|
1059 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/YawikInstaller.php'
|
1060 |
),
|
1061 |
'Composer\\Installers\\RoundcubeInstaller' => array(
|
1062 |
-
'version' => '1.
|
1063 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'
|
1064 |
),
|
1065 |
'Composer\\Installers\\VgmcpInstaller' => array(
|
1066 |
-
'version' => '1.
|
1067 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php'
|
1068 |
),
|
1069 |
'Composer\\Installers\\UserFrostingInstaller' => array(
|
1070 |
-
'version' => '1.
|
1071 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'
|
1072 |
),
|
1073 |
'Composer\\Installers\\RadPHPInstaller' => array(
|
1074 |
-
'version' => '1.
|
1075 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RadPHPInstaller.php'
|
1076 |
),
|
1077 |
'Composer\\Installers\\KnownInstaller' => array(
|
1078 |
-
'version' => '1.
|
1079 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KnownInstaller.php'
|
1080 |
),
|
1081 |
'Composer\\Installers\\SMFInstaller' => array(
|
1082 |
-
'version' => '1.
|
1083 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SMFInstaller.php'
|
1084 |
),
|
1085 |
'Composer\\Installers\\PhiftyInstaller' => array(
|
1086 |
-
'version' => '1.
|
1087 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PhiftyInstaller.php'
|
1088 |
),
|
1089 |
'Composer\\Installers\\MakoInstaller' => array(
|
1090 |
-
'version' => '1.
|
1091 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MakoInstaller.php'
|
1092 |
),
|
1093 |
'Composer\\Installers\\TYPO3CmsInstaller' => array(
|
1094 |
-
'version' => '1.
|
1095 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'
|
1096 |
),
|
1097 |
'Composer\\Installers\\CockpitInstaller' => array(
|
1098 |
-
'version' => '1.
|
1099 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CockpitInstaller.php'
|
1100 |
),
|
1101 |
'Composer\\Installers\\CodeIgniterInstaller' => array(
|
1102 |
-
'version' => '1.
|
1103 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'
|
1104 |
),
|
1105 |
'Composer\\Installers\\TaoInstaller' => array(
|
1106 |
-
'version' => '1.
|
1107 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TaoInstaller.php'
|
1108 |
),
|
1109 |
'Composer\\Installers\\AimeosInstaller' => array(
|
1110 |
-
'version' => '1.
|
1111 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AimeosInstaller.php'
|
1112 |
),
|
1113 |
'Composer\\Installers\\KohanaInstaller' => array(
|
1114 |
-
'version' => '1.
|
1115 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KohanaInstaller.php'
|
1116 |
),
|
1117 |
'Composer\\Installers\\Plugin' => array(
|
1118 |
-
'version' => '1.
|
1119 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Plugin.php'
|
1120 |
),
|
1121 |
'Composer\\Installers\\ExpressionEngineInstaller' => array(
|
1122 |
-
'version' => '1.
|
1123 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'
|
1124 |
),
|
1125 |
'Composer\\Installers\\OctoberInstaller' => array(
|
1126 |
-
'version' => '1.
|
1127 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OctoberInstaller.php'
|
1128 |
),
|
1129 |
'Composer\\Installers\\WolfCMSInstaller' => array(
|
1130 |
-
'version' => '1.
|
1131 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'
|
1132 |
),
|
1133 |
'Composer\\Installers\\LithiumInstaller' => array(
|
1134 |
-
'version' => '1.
|
1135 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LithiumInstaller.php'
|
1136 |
),
|
1137 |
'Composer\\Installers\\ZendInstaller' => array(
|
1138 |
-
'version' => '1.
|
1139 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ZendInstaller.php'
|
1140 |
),
|
1141 |
'Composer\\Installers\\Symfony1Installer' => array(
|
1142 |
-
'version' => '1.
|
1143 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Symfony1Installer.php'
|
1144 |
),
|
1145 |
'Composer\\Installers\\LavaLiteInstaller' => array(
|
1146 |
-
'version' => '1.
|
1147 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'
|
1148 |
),
|
1149 |
'Composer\\Installers\\MoodleInstaller' => array(
|
1150 |
-
'version' => '1.
|
1151 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MoodleInstaller.php'
|
1152 |
),
|
1153 |
'Composer\\Installers\\HuradInstaller' => array(
|
1154 |
-
'version' => '1.
|
1155 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/HuradInstaller.php'
|
1156 |
),
|
1157 |
'Composer\\Installers\\BaseInstaller' => array(
|
1158 |
-
'version' => '1.
|
1159 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BaseInstaller.php'
|
1160 |
),
|
1161 |
'Composer\\Installers\\CakePHPInstaller' => array(
|
1162 |
-
'version' => '1.
|
1163 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CakePHPInstaller.php'
|
1164 |
),
|
1165 |
'Composer\\Installers\\RedaxoInstaller' => array(
|
1166 |
-
'version' => '1.
|
1167 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RedaxoInstaller.php'
|
1168 |
),
|
1169 |
'Composer\\Installers\\ModxInstaller' => array(
|
1170 |
-
'version' => '1.
|
1171 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ModxInstaller.php'
|
1172 |
),
|
1173 |
'Composer\\Installers\\MauticInstaller' => array(
|
1174 |
-
'version' => '1.
|
1175 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MauticInstaller.php'
|
1176 |
),
|
1177 |
'Composer\\Installers\\MagentoInstaller' => array(
|
1178 |
-
'version' => '1.
|
1179 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MagentoInstaller.php'
|
1180 |
),
|
1181 |
'Composer\\Installers\\Concrete5Installer' => array(
|
1182 |
-
'version' => '1.
|
1183 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Concrete5Installer.php'
|
1184 |
),
|
1185 |
'Composer\\Installers\\FuelphpInstaller' => array(
|
1186 |
-
'version' => '1.
|
1187 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelphpInstaller.php'
|
1188 |
),
|
1189 |
'Composer\\Installers\\FuelInstaller' => array(
|
1190 |
-
'version' => '1.
|
1191 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelInstaller.php'
|
1192 |
),
|
|
|
|
|
|
|
|
|
1193 |
'Composer\\Installers\\PrestashopInstaller' => array(
|
1194 |
-
'version' => '1.
|
1195 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PrestashopInstaller.php'
|
1196 |
),
|
1197 |
'Composer\\Installers\\OxidInstaller' => array(
|
1198 |
-
'version' => '1.
|
1199 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OxidInstaller.php'
|
1200 |
),
|
1201 |
'Composer\\Installers\\TuskInstaller' => array(
|
1202 |
-
'version' => '1.
|
1203 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TuskInstaller.php'
|
1204 |
),
|
1205 |
'Composer\\Installers\\TYPO3FlowInstaller' => array(
|
1206 |
-
'version' => '1.
|
1207 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'
|
1208 |
),
|
1209 |
'Composer\\Installers\\PiwikInstaller' => array(
|
1210 |
-
'version' => '1.
|
1211 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PiwikInstaller.php'
|
1212 |
),
|
1213 |
'Composer\\Installers\\PuppetInstaller' => array(
|
1214 |
-
'version' => '1.
|
1215 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PuppetInstaller.php'
|
1216 |
),
|
1217 |
'Composer\\Installers\\AglInstaller' => array(
|
1218 |
-
'version' => '1.
|
1219 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AglInstaller.php'
|
1220 |
),
|
1221 |
'Composer\\Installers\\PimcoreInstaller' => array(
|
1222 |
-
'version' => '1.
|
1223 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PimcoreInstaller.php'
|
1224 |
),
|
1225 |
'Composer\\Installers\\EliasisInstaller' => array(
|
1226 |
-
'version' => '1.
|
1227 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/EliasisInstaller.php'
|
1228 |
),
|
1229 |
'Composer\\Installers\\Redaxo5Installer' => array(
|
1230 |
-
'version' => '1.
|
1231 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Redaxo5Installer.php'
|
1232 |
),
|
1233 |
'Composer\\Installers\\BitrixInstaller' => array(
|
1234 |
-
'version' => '1.
|
1235 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BitrixInstaller.php'
|
1236 |
),
|
1237 |
'Composer\\Installers\\AsgardInstaller' => array(
|
1238 |
-
'version' => '1.
|
1239 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AsgardInstaller.php'
|
1240 |
),
|
1241 |
'Composer\\Installers\\WHMCSInstaller' => array(
|
1242 |
-
'version' => '1.
|
1243 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php'
|
1244 |
),
|
1245 |
'Composer\\Installers\\KanboardInstaller' => array(
|
1246 |
-
'version' => '1.
|
1247 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KanboardInstaller.php'
|
1248 |
),
|
1249 |
'Composer\\Installers\\WordPressInstaller' => array(
|
1250 |
-
'version' => '1.
|
1251 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WordPressInstaller.php'
|
1252 |
),
|
1253 |
'Composer\\Installers\\MajimaInstaller' => array(
|
1254 |
-
'version' => '1.
|
1255 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MajimaInstaller.php'
|
1256 |
),
|
1257 |
'Composer\\Installers\\DframeInstaller' => array(
|
1258 |
-
'version' => '1.
|
1259 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DframeInstaller.php'
|
1260 |
),
|
1261 |
'Composer\\Installers\\PlentymarketsInstaller' => array(
|
1262 |
-
'version' => '1.
|
1263 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'
|
1264 |
),
|
|
|
|
|
|
|
|
|
1265 |
'Composer\\Installers\\EzPlatformInstaller' => array(
|
1266 |
-
'version' => '1.
|
1267 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'
|
1268 |
),
|
1269 |
'Composer\\Installers\\MODXEvoInstaller' => array(
|
1270 |
-
'version' => '1.
|
1271 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'
|
1272 |
),
|
1273 |
'Composer\\Installers\\OntoWikiInstaller' => array(
|
1274 |
-
'version' => '1.
|
1275 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'
|
1276 |
),
|
1277 |
'Composer\\Installers\\AnnotateCmsInstaller' => array(
|
1278 |
-
'version' => '1.
|
1279 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'
|
1280 |
),
|
1281 |
'Composer\\Installers\\MODULEWorkInstaller' => array(
|
1282 |
-
'version' => '1.
|
1283 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'
|
1284 |
),
|
1285 |
'Composer\\Installers\\OsclassInstaller' => array(
|
1286 |
-
'version' => '1.
|
1287 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OsclassInstaller.php'
|
1288 |
),
|
1289 |
'Composer\\Installers\\ChefInstaller' => array(
|
1290 |
-
'version' => '1.
|
1291 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ChefInstaller.php'
|
1292 |
),
|
1293 |
'Composer\\Installers\\JoomlaInstaller' => array(
|
1294 |
-
'version' => '1.
|
1295 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/JoomlaInstaller.php'
|
1296 |
),
|
1297 |
'Composer\\Installers\\Installer' => array(
|
1298 |
-
'version' => '1.
|
1299 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Installer.php'
|
1300 |
),
|
1301 |
'Composer\\Installers\\KodiCMSInstaller' => array(
|
1302 |
-
'version' => '1.
|
1303 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'
|
1304 |
),
|
1305 |
'Composer\\Installers\\PhpBBInstaller' => array(
|
1306 |
-
'version' => '1.
|
1307 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PhpBBInstaller.php'
|
1308 |
),
|
1309 |
'Composer\\Installers\\MediaWikiInstaller' => array(
|
1310 |
-
'version' => '1.
|
1311 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'
|
1312 |
),
|
1313 |
'Composer\\Installers\\ImageCMSInstaller' => array(
|
1314 |
-
'version' => '1.
|
1315 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'
|
1316 |
),
|
1317 |
'Composer\\Installers\\PortoInstaller' => array(
|
1318 |
-
'version' => '1.
|
1319 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PortoInstaller.php'
|
1320 |
),
|
1321 |
'Composer\\Installers\\DolibarrInstaller' => array(
|
1322 |
-
'version' => '1.
|
1323 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DolibarrInstaller.php'
|
1324 |
),
|
1325 |
'Composer\\Installers\\BonefishInstaller' => array(
|
1326 |
-
'version' => '1.
|
1327 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BonefishInstaller.php'
|
1328 |
),
|
1329 |
'Composer\\Installers\\MayaInstaller' => array(
|
1330 |
-
'version' => '1.
|
1331 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MayaInstaller.php'
|
1332 |
),
|
1333 |
'Composer\\Installers\\CroogoInstaller' => array(
|
1334 |
-
'version' => '1.
|
1335 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CroogoInstaller.php'
|
1336 |
),
|
1337 |
'Composer\\Installers\\PxcmsInstaller' => array(
|
1338 |
-
'version' => '1.
|
1339 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PxcmsInstaller.php'
|
1340 |
),
|
1341 |
'Composer\\Installers\\DecibelInstaller' => array(
|
1342 |
-
'version' => '1.
|
1343 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DecibelInstaller.php'
|
1344 |
),
|
1345 |
'Composer\\Installers\\SyDESInstaller' => array(
|
1346 |
-
'version' => '1.
|
1347 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SyDESInstaller.php'
|
1348 |
),
|
1349 |
'Composer\\Installers\\LanManagementSystemInstaller' => array(
|
1350 |
-
'version' => '1.
|
1351 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'
|
1352 |
),
|
1353 |
'Composer\\Installers\\ClanCatsFrameworkInstaller' => array(
|
1354 |
-
'version' => '1.
|
1355 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'
|
1356 |
),
|
1357 |
'Composer\\Installers\\ZikulaInstaller' => array(
|
1358 |
-
'version' => '1.
|
1359 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php'
|
1360 |
),
|
1361 |
'Composer\\Installers\\MantisBTInstaller' => array(
|
1362 |
-
'version' => '1.
|
1363 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MantisBTInstaller.php'
|
1364 |
),
|
1365 |
'Composer\\Installers\\SiteDirectInstaller' => array(
|
1366 |
-
'version' => '1.
|
1367 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'
|
1368 |
),
|
|
|
|
|
|
|
|
|
1369 |
'Composer\\Installers\\MicroweberInstaller' => array(
|
1370 |
-
'version' => '1.
|
1371 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php'
|
1372 |
),
|
1373 |
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
|
323 |
'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
|
324 |
),
|
325 |
'Vendidero\\Germanized\\Shipments\\Shipment' => array(
|
326 |
+
'version' => '1.5.5.0',
|
327 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
|
328 |
),
|
329 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Auto' => array(
|
330 |
+
'version' => '1.5.5.0',
|
331 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php'
|
332 |
),
|
333 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Method' => array(
|
334 |
+
'version' => '1.5.5.0',
|
335 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Method.php'
|
336 |
),
|
337 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Simple' => array(
|
338 |
+
'version' => '1.5.5.0',
|
339 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php'
|
340 |
),
|
341 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Helper' => array(
|
342 |
+
'version' => '1.5.5.0',
|
343 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Helper.php'
|
344 |
),
|
345 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\MethodPlaceholder' => array(
|
346 |
+
'version' => '1.5.5.0',
|
347 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/MethodPlaceholder.php'
|
348 |
),
|
349 |
'Vendidero\\Germanized\\Shipments\\Install' => array(
|
350 |
+
'version' => '1.5.5.0',
|
351 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
|
352 |
),
|
353 |
'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
|
354 |
+
'version' => '1.5.5.0',
|
355 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
|
356 |
),
|
357 |
'Vendidero\\Germanized\\Shipments\\Package' => array(
|
358 |
+
'version' => '1.5.5.0',
|
359 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
|
360 |
),
|
361 |
'Vendidero\\Germanized\\Shipments\\Order' => array(
|
362 |
+
'version' => '1.5.5.0',
|
363 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
|
364 |
),
|
365 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
|
366 |
+
'version' => '1.5.5.0',
|
367 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
|
368 |
),
|
369 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Label' => array(
|
370 |
+
'version' => '1.5.5.0',
|
371 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Label.php'
|
372 |
),
|
373 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
|
374 |
+
'version' => '1.5.5.0',
|
375 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
|
376 |
),
|
377 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Packaging' => array(
|
378 |
+
'version' => '1.5.5.0',
|
379 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php'
|
380 |
),
|
381 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
|
382 |
+
'version' => '1.5.5.0',
|
383 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
|
384 |
),
|
385 |
'Vendidero\\Germanized\\Shipments\\PackagingFactory' => array(
|
386 |
+
'version' => '1.5.5.0',
|
387 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PackagingFactory.php'
|
388 |
),
|
389 |
'Vendidero\\Germanized\\Shipments\\Ajax' => array(
|
390 |
+
'version' => '1.5.5.0',
|
391 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
|
392 |
),
|
393 |
'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
|
394 |
+
'version' => '1.5.5.0',
|
395 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
|
396 |
),
|
397 |
'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
|
398 |
+
'version' => '1.5.5.0',
|
399 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
|
400 |
),
|
401 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
|
402 |
+
'version' => '1.5.5.0',
|
403 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
|
404 |
),
|
405 |
'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
|
406 |
+
'version' => '1.5.5.0',
|
407 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
|
408 |
),
|
409 |
'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
|
410 |
+
'version' => '1.5.5.0',
|
411 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
|
412 |
),
|
413 |
'Vendidero\\Germanized\\Shipments\\Admin\\ProviderSettings' => array(
|
414 |
+
'version' => '1.5.5.0',
|
415 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php'
|
416 |
),
|
417 |
'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
|
418 |
+
'version' => '1.5.5.0',
|
419 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
|
420 |
),
|
421 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
|
422 |
+
'version' => '1.5.5.0',
|
423 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
|
424 |
),
|
425 |
'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
|
426 |
+
'version' => '1.5.5.0',
|
427 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
|
428 |
),
|
429 |
'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
|
430 |
+
'version' => '1.5.5.0',
|
431 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
|
432 |
),
|
433 |
'Vendidero\\Germanized\\Shipments\\Labels\\Factory' => array(
|
434 |
+
'version' => '1.5.5.0',
|
435 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Factory.php'
|
436 |
),
|
437 |
'Vendidero\\Germanized\\Shipments\\Labels\\Label' => array(
|
438 |
+
'version' => '1.5.5.0',
|
439 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Label.php'
|
440 |
),
|
441 |
'Vendidero\\Germanized\\Shipments\\Labels\\ReturnLabel' => array(
|
442 |
+
'version' => '1.5.5.0',
|
443 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/ReturnLabel.php'
|
444 |
),
|
445 |
'Vendidero\\Germanized\\Shipments\\Labels\\DownloadHandler' => array(
|
446 |
+
'version' => '1.5.5.0',
|
447 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/DownloadHandler.php'
|
448 |
),
|
449 |
'Vendidero\\Germanized\\Shipments\\Labels\\Automation' => array(
|
450 |
+
'version' => '1.5.5.0',
|
451 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Automation.php'
|
452 |
),
|
453 |
'Vendidero\\Germanized\\Shipments\\Labels\\Query' => array(
|
454 |
+
'version' => '1.5.5.0',
|
455 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Query.php'
|
456 |
),
|
457 |
'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
|
458 |
+
'version' => '1.5.5.0',
|
459 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
|
460 |
),
|
461 |
'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
|
462 |
+
'version' => '1.5.5.0',
|
463 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
|
464 |
),
|
465 |
'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
|
466 |
+
'version' => '1.5.5.0',
|
467 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
|
468 |
),
|
469 |
'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
|
470 |
+
'version' => '1.5.5.0',
|
471 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
|
472 |
),
|
473 |
'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
|
474 |
+
'version' => '1.5.5.0',
|
475 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
|
476 |
),
|
477 |
'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
|
478 |
+
'version' => '1.5.5.0',
|
479 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
|
480 |
),
|
481 |
'Vendidero\\Germanized\\Shipments\\Automation' => array(
|
482 |
+
'version' => '1.5.5.0',
|
483 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
|
484 |
),
|
485 |
'Vendidero\\Germanized\\Shipments\\Packaging' => array(
|
486 |
+
'version' => '1.5.5.0',
|
487 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging.php'
|
488 |
),
|
489 |
'Vendidero\\Germanized\\Shipments\\Api' => array(
|
490 |
+
'version' => '1.5.5.0',
|
491 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
|
492 |
),
|
493 |
'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
|
494 |
+
'version' => '1.5.5.0',
|
495 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
|
496 |
),
|
497 |
'Vendidero\\Germanized\\Shipments\\Validation' => array(
|
498 |
+
'version' => '1.5.5.0',
|
499 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
|
500 |
),
|
501 |
'Vendidero\\Germanized\\Shipments\\Emails' => array(
|
502 |
+
'version' => '1.5.5.0',
|
503 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
|
504 |
),
|
505 |
'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
|
506 |
+
'version' => '1.5.5.0',
|
507 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
|
508 |
),
|
509 |
'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
|
510 |
+
'version' => '1.5.5.0',
|
511 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
|
512 |
),
|
513 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProviderAuto' => array(
|
514 |
+
'version' => '1.5.5.0',
|
515 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProviderAuto.php'
|
516 |
),
|
517 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProvider' => array(
|
518 |
+
'version' => '1.5.5.0',
|
519 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php'
|
520 |
),
|
521 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
|
522 |
+
'version' => '1.5.5.0',
|
523 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentReturnLabel.php'
|
524 |
),
|
525 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
|
526 |
+
'version' => '1.5.5.0',
|
527 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
|
528 |
),
|
529 |
'Vendidero\\Germanized\\Shipments\\Packing\\PackagingBox' => array(
|
530 |
+
'version' => '1.5.5.0',
|
531 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/PackagingBox.php'
|
532 |
),
|
533 |
'Vendidero\\Germanized\\Shipments\\Packing\\OrderItem' => array(
|
534 |
+
'version' => '1.5.5.0',
|
535 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/OrderItem.php'
|
536 |
),
|
537 |
'Vendidero\\Germanized\\Shipments\\Packing\\Helper' => array(
|
538 |
+
'version' => '1.5.5.0',
|
539 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/Helper.php'
|
540 |
),
|
541 |
'Vendidero\\Germanized\\Shipments\\Packing\\ShipmentItem' => array(
|
542 |
+
'version' => '1.5.5.0',
|
543 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/ShipmentItem.php'
|
544 |
),
|
545 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DeutschePost' => array(
|
546 |
+
'version' => '1.5.6.0',
|
547 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php'
|
548 |
),
|
549 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\ShippingMethod' => array(
|
550 |
+
'version' => '1.5.6.0',
|
551 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php'
|
552 |
),
|
553 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DHL' => array(
|
554 |
+
'version' => '1.5.6.0',
|
555 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php'
|
556 |
),
|
557 |
'Vendidero\\Germanized\\DHL\\Install' => array(
|
558 |
+
'version' => '1.5.6.0',
|
559 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
|
560 |
),
|
561 |
'Vendidero\\Germanized\\DHL\\Package' => array(
|
562 |
+
'version' => '1.5.6.0',
|
563 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
|
564 |
),
|
565 |
'Vendidero\\Germanized\\DHL\\Product' => array(
|
566 |
+
'version' => '1.5.6.0',
|
567 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
|
568 |
),
|
569 |
'Vendidero\\Germanized\\DHL\\Order' => array(
|
570 |
+
'version' => '1.5.6.0',
|
571 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
|
572 |
),
|
573 |
'Vendidero\\Germanized\\DHL\\Ajax' => array(
|
574 |
+
'version' => '1.5.6.0',
|
575 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
|
576 |
),
|
577 |
'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
|
578 |
+
'version' => '1.5.6.0',
|
579 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
|
580 |
),
|
581 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\Internetmarke' => array(
|
582 |
+
'version' => '1.5.6.0',
|
583 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/Internetmarke.php'
|
584 |
),
|
585 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\DHL' => array(
|
586 |
+
'version' => '1.5.6.0',
|
587 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/DHL.php'
|
588 |
),
|
589 |
'Vendidero\\Germanized\\DHL\\Admin\\Status' => array(
|
590 |
+
'version' => '1.5.6.0',
|
591 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Status.php'
|
592 |
),
|
593 |
'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
|
594 |
+
'version' => '1.5.6.0',
|
595 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
|
596 |
),
|
597 |
'Vendidero\\Germanized\\DHL\\Label\\DHLInlayReturn' => array(
|
598 |
+
'version' => '1.5.6.0',
|
599 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLInlayReturn.php'
|
600 |
),
|
601 |
'Vendidero\\Germanized\\DHL\\Label\\Label' => array(
|
602 |
+
'version' => '1.5.6.0',
|
603 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/Label.php'
|
604 |
),
|
605 |
'Vendidero\\Germanized\\DHL\\Label\\DHLReturn' => array(
|
606 |
+
'version' => '1.5.6.0',
|
607 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLReturn.php'
|
608 |
),
|
609 |
'Vendidero\\Germanized\\DHL\\Label\\ReturnLabel' => array(
|
610 |
+
'version' => '1.5.6.0',
|
611 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/ReturnLabel.php'
|
612 |
),
|
613 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePost' => array(
|
614 |
+
'version' => '1.5.6.0',
|
615 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php'
|
616 |
),
|
617 |
'Vendidero\\Germanized\\DHL\\Label\\DHL' => array(
|
618 |
+
'version' => '1.5.6.0',
|
619 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHL.php'
|
620 |
),
|
621 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePostReturn' => array(
|
622 |
+
'version' => '1.5.6.0',
|
623 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php'
|
624 |
),
|
625 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelQuery' => array(
|
626 |
+
'version' => '1.5.6.0',
|
627 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php'
|
628 |
),
|
629 |
'Vendidero\\Germanized\\DHL\\Legacy\\DataStores\\Label' => array(
|
630 |
+
'version' => '1.5.6.0',
|
631 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php'
|
632 |
),
|
633 |
'Vendidero\\Germanized\\DHL\\Legacy\\DownloadHandler' => array(
|
634 |
+
'version' => '1.5.6.0',
|
635 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DownloadHandler.php'
|
636 |
),
|
637 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelFactory' => array(
|
638 |
+
'version' => '1.5.6.0',
|
639 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelFactory.php'
|
640 |
),
|
641 |
'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
|
642 |
+
'version' => '1.5.6.0',
|
643 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
|
644 |
),
|
645 |
'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
|
646 |
+
'version' => '1.5.6.0',
|
647 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
|
648 |
),
|
649 |
'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
|
650 |
+
'version' => '1.5.6.0',
|
651 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
|
652 |
),
|
653 |
'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
|
654 |
+
'version' => '1.5.6.0',
|
655 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
|
656 |
),
|
657 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductList' => array(
|
658 |
+
'version' => '1.5.6.0',
|
659 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductList.php'
|
660 |
),
|
661 |
'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
|
662 |
+
'version' => '1.5.6.0',
|
663 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
|
664 |
),
|
665 |
'Vendidero\\Germanized\\DHL\\Api\\Internetmarke' => array(
|
666 |
+
'version' => '1.5.6.0',
|
667 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php'
|
668 |
),
|
669 |
'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
|
670 |
+
'version' => '1.5.6.0',
|
671 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
|
672 |
),
|
673 |
'Vendidero\\Germanized\\DHL\\Api\\ImPartnerInformation' => array(
|
674 |
+
'version' => '1.5.6.0',
|
675 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImPartnerInformation.php'
|
676 |
),
|
677 |
'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
|
678 |
+
'version' => '1.5.6.0',
|
679 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
|
680 |
),
|
681 |
'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
|
682 |
+
'version' => '1.5.6.0',
|
683 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
|
684 |
),
|
685 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductsSoap' => array(
|
686 |
+
'version' => '1.5.6.0',
|
687 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductsSoap.php'
|
688 |
),
|
689 |
'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
|
690 |
+
'version' => '1.5.6.0',
|
691 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
|
692 |
),
|
693 |
'Vendidero\\Germanized\\DHL\\Api\\ImRefundSoap' => array(
|
694 |
+
'version' => '1.5.6.0',
|
695 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImRefundSoap.php'
|
696 |
),
|
697 |
'Vendidero\\Germanized\\DHL\\Api\\ImWarenpostIntRest' => array(
|
698 |
+
'version' => '1.5.6.0',
|
699 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php'
|
700 |
),
|
701 |
'Vendidero\\Germanized\\Shopmark' => array(
|
715 |
'path' => $baseDir . '/src/Autoloader.php'
|
716 |
),
|
717 |
'Psr\\Log\\LoggerAwareInterface' => array(
|
718 |
+
'version' => '1.1.4.0',
|
719 |
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareInterface.php'
|
720 |
),
|
721 |
'Psr\\Log\\LogLevel' => array(
|
722 |
+
'version' => '1.1.4.0',
|
723 |
'path' => $vendorDir . '/psr/log/Psr/Log/LogLevel.php'
|
724 |
),
|
725 |
'Psr\\Log\\Test\\LoggerInterfaceTest' => array(
|
726 |
+
'version' => '1.1.4.0',
|
727 |
'path' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'
|
728 |
),
|
729 |
'Psr\\Log\\Test\\TestLogger' => array(
|
730 |
+
'version' => '1.1.4.0',
|
731 |
'path' => $vendorDir . '/psr/log/Psr/Log/Test/TestLogger.php'
|
732 |
),
|
733 |
'Psr\\Log\\Test\\DummyTest' => array(
|
734 |
+
'version' => '1.1.4.0',
|
735 |
'path' => $vendorDir . '/psr/log/Psr/Log/Test/DummyTest.php'
|
736 |
),
|
737 |
'Psr\\Log\\LoggerAwareTrait' => array(
|
738 |
+
'version' => '1.1.4.0',
|
739 |
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareTrait.php'
|
740 |
),
|
741 |
'Psr\\Log\\InvalidArgumentException' => array(
|
742 |
+
'version' => '1.1.4.0',
|
743 |
'path' => $vendorDir . '/psr/log/Psr/Log/InvalidArgumentException.php'
|
744 |
),
|
745 |
'Psr\\Log\\NullLogger' => array(
|
746 |
+
'version' => '1.1.4.0',
|
747 |
'path' => $vendorDir . '/psr/log/Psr/Log/NullLogger.php'
|
748 |
),
|
749 |
'Psr\\Log\\LoggerInterface' => array(
|
750 |
+
'version' => '1.1.4.0',
|
751 |
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerInterface.php'
|
752 |
),
|
753 |
'Psr\\Log\\LoggerTrait' => array(
|
754 |
+
'version' => '1.1.4.0',
|
755 |
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerTrait.php'
|
756 |
),
|
757 |
'Psr\\Log\\AbstractLogger' => array(
|
758 |
+
'version' => '1.1.4.0',
|
759 |
'path' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php'
|
760 |
),
|
761 |
'DeepCopy\\Matcher\\PropertyMatcher' => array(
|
855 |
'path' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php'
|
856 |
),
|
857 |
'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementNoStackingTestItem' => array(
|
858 |
+
'version' => '3.9.1.0',
|
859 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementNoStackingTestItem.php'
|
860 |
),
|
861 |
'DVDoug\\BoxPacker\\Test\\TestBox' => array(
|
862 |
+
'version' => '3.9.1.0',
|
863 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestBox.php'
|
864 |
),
|
865 |
'DVDoug\\BoxPacker\\Test\\THPackTestItem' => array(
|
866 |
+
'version' => '3.9.1.0',
|
867 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/THPackTestItem.php'
|
868 |
),
|
869 |
'DVDoug\\BoxPacker\\Test\\LimitedSupplyTestBox' => array(
|
870 |
+
'version' => '3.9.1.0',
|
871 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/LimitedSupplyTestBox.php'
|
872 |
),
|
873 |
'DVDoug\\BoxPacker\\Test\\TestItem' => array(
|
874 |
+
'version' => '3.9.1.0',
|
875 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestItem.php'
|
876 |
),
|
877 |
'DVDoug\\BoxPacker\\Test\\ConstrainedTestItem' => array(
|
878 |
+
'version' => '3.9.1.0',
|
879 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedTestItem.php'
|
880 |
),
|
881 |
'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementByCountTestItem' => array(
|
882 |
+
'version' => '3.9.1.0',
|
883 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementByCountTestItem.php'
|
884 |
),
|
885 |
'DVDoug\\BoxPacker\\BoxList' => array(
|
886 |
+
'version' => '3.9.1.0',
|
887 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/BoxList.php'
|
888 |
),
|
889 |
'DVDoug\\BoxPacker\\PackedItemList' => array(
|
890 |
+
'version' => '3.9.1.0',
|
891 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedItemList.php'
|
892 |
),
|
893 |
'DVDoug\\BoxPacker\\LimitedSupplyBox' => array(
|
894 |
+
'version' => '3.9.1.0',
|
895 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/LimitedSupplyBox.php'
|
896 |
),
|
897 |
'DVDoug\\BoxPacker\\LayerStabiliser' => array(
|
898 |
+
'version' => '3.9.1.0',
|
899 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/LayerStabiliser.php'
|
900 |
),
|
901 |
'DVDoug\\BoxPacker\\PackedItem' => array(
|
902 |
+
'version' => '3.9.1.0',
|
903 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedItem.php'
|
904 |
),
|
905 |
'DVDoug\\BoxPacker\\PackedBoxList' => array(
|
906 |
+
'version' => '3.9.1.0',
|
907 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedBoxList.php'
|
908 |
),
|
909 |
'DVDoug\\BoxPacker\\ItemTooLargeException' => array(
|
910 |
+
'version' => '3.9.1.0',
|
911 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ItemTooLargeException.php'
|
912 |
),
|
913 |
'DVDoug\\BoxPacker\\PackedLayer' => array(
|
914 |
+
'version' => '3.9.1.0',
|
915 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedLayer.php'
|
916 |
),
|
917 |
'DVDoug\\BoxPacker\\Packer' => array(
|
918 |
+
'version' => '3.9.1.0',
|
919 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/Packer.php'
|
920 |
),
|
921 |
'DVDoug\\BoxPacker\\ItemList' => array(
|
922 |
+
'version' => '3.9.1.0',
|
923 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ItemList.php'
|
924 |
),
|
925 |
'DVDoug\\BoxPacker\\ConstrainedItem' => array(
|
926 |
+
'version' => '3.9.1.0',
|
927 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedItem.php'
|
928 |
),
|
929 |
'DVDoug\\BoxPacker\\OrientatedItem' => array(
|
930 |
+
'version' => '3.9.1.0',
|
931 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItem.php'
|
932 |
),
|
933 |
'DVDoug\\BoxPacker\\NoBoxesAvailableException' => array(
|
934 |
+
'version' => '3.9.1.0',
|
935 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/NoBoxesAvailableException.php'
|
936 |
),
|
937 |
'DVDoug\\BoxPacker\\Item' => array(
|
938 |
+
'version' => '3.9.1.0',
|
939 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/Item.php'
|
940 |
),
|
941 |
'DVDoug\\BoxPacker\\LayerPacker' => array(
|
942 |
+
'version' => '3.9.1.0',
|
943 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/LayerPacker.php'
|
944 |
),
|
945 |
'DVDoug\\BoxPacker\\ConstrainedPlacementItem' => array(
|
946 |
+
'version' => '3.9.1.0',
|
947 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedPlacementItem.php'
|
948 |
),
|
949 |
'DVDoug\\BoxPacker\\VolumePacker' => array(
|
950 |
+
'version' => '3.9.1.0',
|
951 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/VolumePacker.php'
|
952 |
),
|
953 |
'DVDoug\\BoxPacker\\PackedBox' => array(
|
954 |
+
'version' => '3.9.1.0',
|
955 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedBox.php'
|
956 |
),
|
957 |
'DVDoug\\BoxPacker\\InfalliblePacker' => array(
|
958 |
+
'version' => '3.9.1.0',
|
959 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/InfalliblePacker.php'
|
960 |
),
|
961 |
'DVDoug\\BoxPacker\\OrientatedItemFactory' => array(
|
962 |
+
'version' => '3.9.1.0',
|
963 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemFactory.php'
|
964 |
),
|
965 |
'DVDoug\\BoxPacker\\WorkingVolume' => array(
|
966 |
+
'version' => '3.9.1.0',
|
967 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/WorkingVolume.php'
|
968 |
),
|
969 |
'DVDoug\\BoxPacker\\WeightRedistributor' => array(
|
970 |
+
'version' => '3.9.1.0',
|
971 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/WeightRedistributor.php'
|
972 |
),
|
973 |
'DVDoug\\BoxPacker\\Box' => array(
|
974 |
+
'version' => '3.9.1.0',
|
975 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/Box.php'
|
976 |
),
|
977 |
'DVDoug\\BoxPacker\\OrientatedItemSorter' => array(
|
978 |
+
'version' => '3.9.1.0',
|
979 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemSorter.php'
|
980 |
),
|
981 |
'Composer\\Installers\\GravInstaller' => array(
|
982 |
+
'version' => '1.11.0.0',
|
983 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/GravInstaller.php'
|
984 |
),
|
985 |
'Composer\\Installers\\AttogramInstaller' => array(
|
986 |
+
'version' => '1.11.0.0',
|
987 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AttogramInstaller.php'
|
988 |
),
|
989 |
'Composer\\Installers\\DrupalInstaller' => array(
|
990 |
+
'version' => '1.11.0.0',
|
991 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DrupalInstaller.php'
|
992 |
),
|
993 |
'Composer\\Installers\\CraftInstaller' => array(
|
994 |
+
'version' => '1.11.0.0',
|
995 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CraftInstaller.php'
|
996 |
),
|
997 |
'Composer\\Installers\\CiviCrmInstaller' => array(
|
998 |
+
'version' => '1.11.0.0',
|
999 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'
|
1000 |
),
|
1001 |
'Composer\\Installers\\ItopInstaller' => array(
|
1002 |
+
'version' => '1.11.0.0',
|
1003 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ItopInstaller.php'
|
1004 |
),
|
1005 |
'Composer\\Installers\\ReIndexInstaller' => array(
|
1006 |
+
'version' => '1.11.0.0',
|
1007 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ReIndexInstaller.php'
|
1008 |
),
|
1009 |
'Composer\\Installers\\TheliaInstaller' => array(
|
1010 |
+
'version' => '1.11.0.0',
|
1011 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TheliaInstaller.php'
|
1012 |
),
|
1013 |
'Composer\\Installers\\SilverStripeInstaller' => array(
|
1014 |
+
'version' => '1.11.0.0',
|
1015 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'
|
1016 |
),
|
1017 |
'Composer\\Installers\\ShopwareInstaller' => array(
|
1018 |
+
'version' => '1.11.0.0',
|
1019 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ShopwareInstaller.php'
|
1020 |
),
|
1021 |
'Composer\\Installers\\DokuWikiInstaller' => array(
|
1022 |
+
'version' => '1.11.0.0',
|
1023 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'
|
1024 |
),
|
1025 |
'Composer\\Installers\\StarbugInstaller' => array(
|
1026 |
+
'version' => '1.11.0.0',
|
1027 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/StarbugInstaller.php'
|
1028 |
),
|
1029 |
'Composer\\Installers\\ProcessWireInstaller' => array(
|
1030 |
+
'version' => '1.11.0.0',
|
1031 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ProcessWireInstaller.php'
|
1032 |
),
|
1033 |
'Composer\\Installers\\SyliusInstaller' => array(
|
1034 |
+
'version' => '1.11.0.0',
|
1035 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SyliusInstaller.php'
|
1036 |
),
|
1037 |
'Composer\\Installers\\PPIInstaller' => array(
|
1038 |
+
'version' => '1.11.0.0',
|
1039 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PPIInstaller.php'
|
1040 |
),
|
1041 |
'Composer\\Installers\\KirbyInstaller' => array(
|
1042 |
+
'version' => '1.11.0.0',
|
1043 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KirbyInstaller.php'
|
1044 |
),
|
1045 |
'Composer\\Installers\\LaravelInstaller' => array(
|
1046 |
+
'version' => '1.11.0.0',
|
1047 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LaravelInstaller.php'
|
1048 |
),
|
1049 |
'Composer\\Installers\\ElggInstaller' => array(
|
1050 |
+
'version' => '1.11.0.0',
|
1051 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ElggInstaller.php'
|
1052 |
),
|
1053 |
'Composer\\Installers\\VanillaInstaller' => array(
|
1054 |
+
'version' => '1.11.0.0',
|
1055 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/VanillaInstaller.php'
|
1056 |
),
|
1057 |
'Composer\\Installers\\YawikInstaller' => array(
|
1058 |
+
'version' => '1.11.0.0',
|
1059 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/YawikInstaller.php'
|
1060 |
),
|
1061 |
'Composer\\Installers\\RoundcubeInstaller' => array(
|
1062 |
+
'version' => '1.11.0.0',
|
1063 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'
|
1064 |
),
|
1065 |
'Composer\\Installers\\VgmcpInstaller' => array(
|
1066 |
+
'version' => '1.11.0.0',
|
1067 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php'
|
1068 |
),
|
1069 |
'Composer\\Installers\\UserFrostingInstaller' => array(
|
1070 |
+
'version' => '1.11.0.0',
|
1071 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'
|
1072 |
),
|
1073 |
'Composer\\Installers\\RadPHPInstaller' => array(
|
1074 |
+
'version' => '1.11.0.0',
|
1075 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RadPHPInstaller.php'
|
1076 |
),
|
1077 |
'Composer\\Installers\\KnownInstaller' => array(
|
1078 |
+
'version' => '1.11.0.0',
|
1079 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KnownInstaller.php'
|
1080 |
),
|
1081 |
'Composer\\Installers\\SMFInstaller' => array(
|
1082 |
+
'version' => '1.11.0.0',
|
1083 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SMFInstaller.php'
|
1084 |
),
|
1085 |
'Composer\\Installers\\PhiftyInstaller' => array(
|
1086 |
+
'version' => '1.11.0.0',
|
1087 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PhiftyInstaller.php'
|
1088 |
),
|
1089 |
'Composer\\Installers\\MakoInstaller' => array(
|
1090 |
+
'version' => '1.11.0.0',
|
1091 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MakoInstaller.php'
|
1092 |
),
|
1093 |
'Composer\\Installers\\TYPO3CmsInstaller' => array(
|
1094 |
+
'version' => '1.11.0.0',
|
1095 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'
|
1096 |
),
|
1097 |
'Composer\\Installers\\CockpitInstaller' => array(
|
1098 |
+
'version' => '1.11.0.0',
|
1099 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CockpitInstaller.php'
|
1100 |
),
|
1101 |
'Composer\\Installers\\CodeIgniterInstaller' => array(
|
1102 |
+
'version' => '1.11.0.0',
|
1103 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'
|
1104 |
),
|
1105 |
'Composer\\Installers\\TaoInstaller' => array(
|
1106 |
+
'version' => '1.11.0.0',
|
1107 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TaoInstaller.php'
|
1108 |
),
|
1109 |
'Composer\\Installers\\AimeosInstaller' => array(
|
1110 |
+
'version' => '1.11.0.0',
|
1111 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AimeosInstaller.php'
|
1112 |
),
|
1113 |
'Composer\\Installers\\KohanaInstaller' => array(
|
1114 |
+
'version' => '1.11.0.0',
|
1115 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KohanaInstaller.php'
|
1116 |
),
|
1117 |
'Composer\\Installers\\Plugin' => array(
|
1118 |
+
'version' => '1.11.0.0',
|
1119 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Plugin.php'
|
1120 |
),
|
1121 |
'Composer\\Installers\\ExpressionEngineInstaller' => array(
|
1122 |
+
'version' => '1.11.0.0',
|
1123 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'
|
1124 |
),
|
1125 |
'Composer\\Installers\\OctoberInstaller' => array(
|
1126 |
+
'version' => '1.11.0.0',
|
1127 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OctoberInstaller.php'
|
1128 |
),
|
1129 |
'Composer\\Installers\\WolfCMSInstaller' => array(
|
1130 |
+
'version' => '1.11.0.0',
|
1131 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'
|
1132 |
),
|
1133 |
'Composer\\Installers\\LithiumInstaller' => array(
|
1134 |
+
'version' => '1.11.0.0',
|
1135 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LithiumInstaller.php'
|
1136 |
),
|
1137 |
'Composer\\Installers\\ZendInstaller' => array(
|
1138 |
+
'version' => '1.11.0.0',
|
1139 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ZendInstaller.php'
|
1140 |
),
|
1141 |
'Composer\\Installers\\Symfony1Installer' => array(
|
1142 |
+
'version' => '1.11.0.0',
|
1143 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Symfony1Installer.php'
|
1144 |
),
|
1145 |
'Composer\\Installers\\LavaLiteInstaller' => array(
|
1146 |
+
'version' => '1.11.0.0',
|
1147 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'
|
1148 |
),
|
1149 |
'Composer\\Installers\\MoodleInstaller' => array(
|
1150 |
+
'version' => '1.11.0.0',
|
1151 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MoodleInstaller.php'
|
1152 |
),
|
1153 |
'Composer\\Installers\\HuradInstaller' => array(
|
1154 |
+
'version' => '1.11.0.0',
|
1155 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/HuradInstaller.php'
|
1156 |
),
|
1157 |
'Composer\\Installers\\BaseInstaller' => array(
|
1158 |
+
'version' => '1.11.0.0',
|
1159 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BaseInstaller.php'
|
1160 |
),
|
1161 |
'Composer\\Installers\\CakePHPInstaller' => array(
|
1162 |
+
'version' => '1.11.0.0',
|
1163 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CakePHPInstaller.php'
|
1164 |
),
|
1165 |
'Composer\\Installers\\RedaxoInstaller' => array(
|
1166 |
+
'version' => '1.11.0.0',
|
1167 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RedaxoInstaller.php'
|
1168 |
),
|
1169 |
'Composer\\Installers\\ModxInstaller' => array(
|
1170 |
+
'version' => '1.11.0.0',
|
1171 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ModxInstaller.php'
|
1172 |
),
|
1173 |
'Composer\\Installers\\MauticInstaller' => array(
|
1174 |
+
'version' => '1.11.0.0',
|
1175 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MauticInstaller.php'
|
1176 |
),
|
1177 |
'Composer\\Installers\\MagentoInstaller' => array(
|
1178 |
+
'version' => '1.11.0.0',
|
1179 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MagentoInstaller.php'
|
1180 |
),
|
1181 |
'Composer\\Installers\\Concrete5Installer' => array(
|
1182 |
+
'version' => '1.11.0.0',
|
1183 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Concrete5Installer.php'
|
1184 |
),
|
1185 |
'Composer\\Installers\\FuelphpInstaller' => array(
|
1186 |
+
'version' => '1.11.0.0',
|
1187 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelphpInstaller.php'
|
1188 |
),
|
1189 |
'Composer\\Installers\\FuelInstaller' => array(
|
1190 |
+
'version' => '1.11.0.0',
|
1191 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelInstaller.php'
|
1192 |
),
|
1193 |
+
'Composer\\Installers\\TastyIgniterInstaller' => array(
|
1194 |
+
'version' => '1.11.0.0',
|
1195 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php'
|
1196 |
+
),
|
1197 |
'Composer\\Installers\\PrestashopInstaller' => array(
|
1198 |
+
'version' => '1.11.0.0',
|
1199 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PrestashopInstaller.php'
|
1200 |
),
|
1201 |
'Composer\\Installers\\OxidInstaller' => array(
|
1202 |
+
'version' => '1.11.0.0',
|
1203 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OxidInstaller.php'
|
1204 |
),
|
1205 |
'Composer\\Installers\\TuskInstaller' => array(
|
1206 |
+
'version' => '1.11.0.0',
|
1207 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TuskInstaller.php'
|
1208 |
),
|
1209 |
'Composer\\Installers\\TYPO3FlowInstaller' => array(
|
1210 |
+
'version' => '1.11.0.0',
|
1211 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'
|
1212 |
),
|
1213 |
'Composer\\Installers\\PiwikInstaller' => array(
|
1214 |
+
'version' => '1.11.0.0',
|
1215 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PiwikInstaller.php'
|
1216 |
),
|
1217 |
'Composer\\Installers\\PuppetInstaller' => array(
|
1218 |
+
'version' => '1.11.0.0',
|
1219 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PuppetInstaller.php'
|
1220 |
),
|
1221 |
'Composer\\Installers\\AglInstaller' => array(
|
1222 |
+
'version' => '1.11.0.0',
|
1223 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AglInstaller.php'
|
1224 |
),
|
1225 |
'Composer\\Installers\\PimcoreInstaller' => array(
|
1226 |
+
'version' => '1.11.0.0',
|
1227 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PimcoreInstaller.php'
|
1228 |
),
|
1229 |
'Composer\\Installers\\EliasisInstaller' => array(
|
1230 |
+
'version' => '1.11.0.0',
|
1231 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/EliasisInstaller.php'
|
1232 |
),
|
1233 |
'Composer\\Installers\\Redaxo5Installer' => array(
|
1234 |
+
'version' => '1.11.0.0',
|
1235 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Redaxo5Installer.php'
|
1236 |
),
|
1237 |
'Composer\\Installers\\BitrixInstaller' => array(
|
1238 |
+
'version' => '1.11.0.0',
|
1239 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BitrixInstaller.php'
|
1240 |
),
|
1241 |
'Composer\\Installers\\AsgardInstaller' => array(
|
1242 |
+
'version' => '1.11.0.0',
|
1243 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AsgardInstaller.php'
|
1244 |
),
|
1245 |
'Composer\\Installers\\WHMCSInstaller' => array(
|
1246 |
+
'version' => '1.11.0.0',
|
1247 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php'
|
1248 |
),
|
1249 |
'Composer\\Installers\\KanboardInstaller' => array(
|
1250 |
+
'version' => '1.11.0.0',
|
1251 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KanboardInstaller.php'
|
1252 |
),
|
1253 |
'Composer\\Installers\\WordPressInstaller' => array(
|
1254 |
+
'version' => '1.11.0.0',
|
1255 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WordPressInstaller.php'
|
1256 |
),
|
1257 |
'Composer\\Installers\\MajimaInstaller' => array(
|
1258 |
+
'version' => '1.11.0.0',
|
1259 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MajimaInstaller.php'
|
1260 |
),
|
1261 |
'Composer\\Installers\\DframeInstaller' => array(
|
1262 |
+
'version' => '1.11.0.0',
|
1263 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DframeInstaller.php'
|
1264 |
),
|
1265 |
'Composer\\Installers\\PlentymarketsInstaller' => array(
|
1266 |
+
'version' => '1.11.0.0',
|
1267 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'
|
1268 |
),
|
1269 |
+
'Composer\\Installers\\MiaoxingInstaller' => array(
|
1270 |
+
'version' => '1.11.0.0',
|
1271 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MiaoxingInstaller.php'
|
1272 |
+
),
|
1273 |
'Composer\\Installers\\EzPlatformInstaller' => array(
|
1274 |
+
'version' => '1.11.0.0',
|
1275 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'
|
1276 |
),
|
1277 |
'Composer\\Installers\\MODXEvoInstaller' => array(
|
1278 |
+
'version' => '1.11.0.0',
|
1279 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'
|
1280 |
),
|
1281 |
'Composer\\Installers\\OntoWikiInstaller' => array(
|
1282 |
+
'version' => '1.11.0.0',
|
1283 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'
|
1284 |
),
|
1285 |
'Composer\\Installers\\AnnotateCmsInstaller' => array(
|
1286 |
+
'version' => '1.11.0.0',
|
1287 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'
|
1288 |
),
|
1289 |
'Composer\\Installers\\MODULEWorkInstaller' => array(
|
1290 |
+
'version' => '1.11.0.0',
|
1291 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'
|
1292 |
),
|
1293 |
'Composer\\Installers\\OsclassInstaller' => array(
|
1294 |
+
'version' => '1.11.0.0',
|
1295 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OsclassInstaller.php'
|
1296 |
),
|
1297 |
'Composer\\Installers\\ChefInstaller' => array(
|
1298 |
+
'version' => '1.11.0.0',
|
1299 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ChefInstaller.php'
|
1300 |
),
|
1301 |
'Composer\\Installers\\JoomlaInstaller' => array(
|
1302 |
+
'version' => '1.11.0.0',
|
1303 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/JoomlaInstaller.php'
|
1304 |
),
|
1305 |
'Composer\\Installers\\Installer' => array(
|
1306 |
+
'version' => '1.11.0.0',
|
1307 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Installer.php'
|
1308 |
),
|
1309 |
'Composer\\Installers\\KodiCMSInstaller' => array(
|
1310 |
+
'version' => '1.11.0.0',
|
1311 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'
|
1312 |
),
|
1313 |
'Composer\\Installers\\PhpBBInstaller' => array(
|
1314 |
+
'version' => '1.11.0.0',
|
1315 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PhpBBInstaller.php'
|
1316 |
),
|
1317 |
'Composer\\Installers\\MediaWikiInstaller' => array(
|
1318 |
+
'version' => '1.11.0.0',
|
1319 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'
|
1320 |
),
|
1321 |
'Composer\\Installers\\ImageCMSInstaller' => array(
|
1322 |
+
'version' => '1.11.0.0',
|
1323 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'
|
1324 |
),
|
1325 |
'Composer\\Installers\\PortoInstaller' => array(
|
1326 |
+
'version' => '1.11.0.0',
|
1327 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PortoInstaller.php'
|
1328 |
),
|
1329 |
'Composer\\Installers\\DolibarrInstaller' => array(
|
1330 |
+
'version' => '1.11.0.0',
|
1331 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DolibarrInstaller.php'
|
1332 |
),
|
1333 |
'Composer\\Installers\\BonefishInstaller' => array(
|
1334 |
+
'version' => '1.11.0.0',
|
1335 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BonefishInstaller.php'
|
1336 |
),
|
1337 |
'Composer\\Installers\\MayaInstaller' => array(
|
1338 |
+
'version' => '1.11.0.0',
|
1339 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MayaInstaller.php'
|
1340 |
),
|
1341 |
'Composer\\Installers\\CroogoInstaller' => array(
|
1342 |
+
'version' => '1.11.0.0',
|
1343 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CroogoInstaller.php'
|
1344 |
),
|
1345 |
'Composer\\Installers\\PxcmsInstaller' => array(
|
1346 |
+
'version' => '1.11.0.0',
|
1347 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PxcmsInstaller.php'
|
1348 |
),
|
1349 |
'Composer\\Installers\\DecibelInstaller' => array(
|
1350 |
+
'version' => '1.11.0.0',
|
1351 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DecibelInstaller.php'
|
1352 |
),
|
1353 |
'Composer\\Installers\\SyDESInstaller' => array(
|
1354 |
+
'version' => '1.11.0.0',
|
1355 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SyDESInstaller.php'
|
1356 |
),
|
1357 |
'Composer\\Installers\\LanManagementSystemInstaller' => array(
|
1358 |
+
'version' => '1.11.0.0',
|
1359 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'
|
1360 |
),
|
1361 |
'Composer\\Installers\\ClanCatsFrameworkInstaller' => array(
|
1362 |
+
'version' => '1.11.0.0',
|
1363 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'
|
1364 |
),
|
1365 |
'Composer\\Installers\\ZikulaInstaller' => array(
|
1366 |
+
'version' => '1.11.0.0',
|
1367 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php'
|
1368 |
),
|
1369 |
'Composer\\Installers\\MantisBTInstaller' => array(
|
1370 |
+
'version' => '1.11.0.0',
|
1371 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MantisBTInstaller.php'
|
1372 |
),
|
1373 |
'Composer\\Installers\\SiteDirectInstaller' => array(
|
1374 |
+
'version' => '1.11.0.0',
|
1375 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'
|
1376 |
),
|
1377 |
+
'Composer\\Installers\\WinterInstaller' => array(
|
1378 |
+
'version' => '1.11.0.0',
|
1379 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WinterInstaller.php'
|
1380 |
+
),
|
1381 |
'Composer\\Installers\\MicroweberInstaller' => array(
|
1382 |
+
'version' => '1.11.0.0',
|
1383 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php'
|
1384 |
),
|
1385 |
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
|
vendor/dvdoug/boxpacker/docs/advanced-usage.rst
CHANGED
@@ -108,7 +108,7 @@ Example - only allow 2 batteries per box
|
|
108 |
int $width,
|
109 |
int $length,
|
110 |
int $depth
|
111 |
-
) {
|
112 |
$batteriesPacked = 0;
|
113 |
foreach ($alreadyPackedItems as $packedItem) {
|
114 |
if ($packedItem->getItem() instanceof LithiumBattery) {
|
@@ -159,7 +159,7 @@ Example - don't allow batteries to be stacked
|
|
159 |
int $width,
|
160 |
int $length,
|
161 |
int $depth
|
162 |
-
) {
|
163 |
$alreadyPackedType = array_filter(
|
164 |
iterator_to_array($alreadyPackedItems, false),
|
165 |
function (PackedItem $item) {
|
108 |
int $width,
|
109 |
int $length,
|
110 |
int $depth
|
111 |
+
): bool {
|
112 |
$batteriesPacked = 0;
|
113 |
foreach ($alreadyPackedItems as $packedItem) {
|
114 |
if ($packedItem->getItem() instanceof LithiumBattery) {
|
159 |
int $width,
|
160 |
int $length,
|
161 |
int $depth
|
162 |
+
): bool {
|
163 |
$alreadyPackedType = array_filter(
|
164 |
iterator_to_array($alreadyPackedItems, false),
|
165 |
function (PackedItem $item) {
|
vendor/dvdoug/boxpacker/src/LayerPacker.php
CHANGED
@@ -86,7 +86,6 @@ class LayerPacker implements LoggerAwareInterface
|
|
86 |
$x = $startX;
|
87 |
$y = $startY;
|
88 |
$z = $startZ;
|
89 |
-
$lengthLeft = $lengthForLayer;
|
90 |
$rowLength = 0;
|
91 |
$prevItem = null;
|
92 |
$skippedItems = [];
|
@@ -100,28 +99,31 @@ class LayerPacker implements LoggerAwareInterface
|
|
100 |
continue;
|
101 |
}
|
102 |
|
103 |
-
$orientatedItem = $this->orientatedItemFactory->getBestOrientation($itemToPack, $prevItem, $items, $widthForLayer - $x, $
|
104 |
|
105 |
if ($orientatedItem instanceof OrientatedItem) {
|
106 |
$packedItem = PackedItem::fromOrientatedItem($orientatedItem, $x, $y, $z);
|
107 |
$layer->insert($packedItem);
|
108 |
-
$remainingWeightAllowed -= $itemToPack->getWeight();
|
109 |
$packedItemList->insert($packedItem);
|
110 |
|
111 |
$rowLength = max($rowLength, $packedItem->getLength());
|
|
|
112 |
|
113 |
-
//Figure out if we can stack
|
114 |
//e.g. when we've packed a tall item, and have just put a shorter one next to it.
|
115 |
-
$
|
116 |
-
|
117 |
-
|
|
|
|
|
118 |
|
119 |
//Having now placed an item, there is space *within the same row* along the length. Pack into that.
|
120 |
-
if (
|
121 |
-
$layer->merge($this->packLayer($items, $packedItemList, $x, $y + $orientatedItem->getLength(), $z, $widthForLayer, $rowLength
|
122 |
}
|
123 |
|
124 |
$x += $packedItem->getWidth();
|
|
|
125 |
|
126 |
if ($items->count() === 0 && $skippedItems) {
|
127 |
$items = ItemList::fromArray(array_merge($skippedItems, iterator_to_array($items)), true);
|
@@ -142,7 +144,6 @@ class LayerPacker implements LoggerAwareInterface
|
|
142 |
|
143 |
if ($x > $startX) {
|
144 |
$this->logger->debug('No more fit in width wise, resetting for new row');
|
145 |
-
$lengthLeft -= $rowLength;
|
146 |
$y += $rowLength;
|
147 |
$x = $startX;
|
148 |
$rowLength = 0;
|
@@ -164,42 +165,6 @@ class LayerPacker implements LoggerAwareInterface
|
|
164 |
return $layer;
|
165 |
}
|
166 |
|
167 |
-
private function packVerticallyInsideItemFootprint(PackedLayer $layer, PackedItem $packedItem, PackedItemList $packedItemList, ItemList &$items, int &$remainingWeightAllowed, int $guidelineLayerDepth, int $rowLength, int $x, int $y, int $z, bool $considerStability): void
|
168 |
-
{
|
169 |
-
$stackableDepth = ($guidelineLayerDepth ?: $layer->getDepth()) - $packedItem->getDepth();
|
170 |
-
$stackedZ = $z + $packedItem->getDepth();
|
171 |
-
$stackSkippedItems = [];
|
172 |
-
$stackedItem = $packedItem->toOrientatedItem();
|
173 |
-
while ($stackableDepth > 0 && $items->count() > 0) {
|
174 |
-
$itemToTryStacking = $items->extract();
|
175 |
-
|
176 |
-
//skip items that will never fit
|
177 |
-
if (!$this->checkNonDimensionalConstraints($itemToTryStacking, $remainingWeightAllowed, $packedItemList)) {
|
178 |
-
continue;
|
179 |
-
}
|
180 |
-
|
181 |
-
$stackedItem = $this->orientatedItemFactory->getBestOrientation($itemToTryStacking, $stackedItem, $items, $packedItem->getWidth(), $packedItem->getLength(), $stackableDepth, $rowLength, $x, $y, $stackedZ, $packedItemList, $considerStability);
|
182 |
-
if ($stackedItem) {
|
183 |
-
$packedStackedItem = PackedItem::fromOrientatedItem($stackedItem, $x, $y, $stackedZ);
|
184 |
-
$layer->insert($packedStackedItem);
|
185 |
-
$remainingWeightAllowed -= $itemToTryStacking->getWeight();
|
186 |
-
$packedItemList->insert($packedStackedItem);
|
187 |
-
$stackableDepth -= $stackedItem->getDepth();
|
188 |
-
$stackedZ += $stackedItem->getDepth();
|
189 |
-
continue;
|
190 |
-
}
|
191 |
-
|
192 |
-
$stackSkippedItems[] = $itemToTryStacking;
|
193 |
-
// abandon here if next item is the same, no point trying to keep going
|
194 |
-
while ($items->count() > 0 && static::isSameDimensions($itemToTryStacking, $items->top())) {
|
195 |
-
$stackSkippedItems[] = $items->extract();
|
196 |
-
}
|
197 |
-
}
|
198 |
-
if ($stackSkippedItems) {
|
199 |
-
$items = ItemList::fromArray(array_merge($stackSkippedItems, iterator_to_array($items)), true);
|
200 |
-
}
|
201 |
-
}
|
202 |
-
|
203 |
/**
|
204 |
* As well as purely dimensional constraints, there are other constraints that need to be met
|
205 |
* e.g. weight limits or item-specific restrictions (e.g. max <x> batteries per box).
|
86 |
$x = $startX;
|
87 |
$y = $startY;
|
88 |
$z = $startZ;
|
|
|
89 |
$rowLength = 0;
|
90 |
$prevItem = null;
|
91 |
$skippedItems = [];
|
99 |
continue;
|
100 |
}
|
101 |
|
102 |
+
$orientatedItem = $this->orientatedItemFactory->getBestOrientation($itemToPack, $prevItem, $items, $widthForLayer - $x, $lengthForLayer - $y, $depthForLayer, $rowLength, $x, $y, $z, $packedItemList, $considerStability);
|
103 |
|
104 |
if ($orientatedItem instanceof OrientatedItem) {
|
105 |
$packedItem = PackedItem::fromOrientatedItem($orientatedItem, $x, $y, $z);
|
106 |
$layer->insert($packedItem);
|
|
|
107 |
$packedItemList->insert($packedItem);
|
108 |
|
109 |
$rowLength = max($rowLength, $packedItem->getLength());
|
110 |
+
$prevItem = $orientatedItem;
|
111 |
|
112 |
+
//Figure out if we can stack items on top of this rather than side by side
|
113 |
//e.g. when we've packed a tall item, and have just put a shorter one next to it.
|
114 |
+
$stackableDepth = ($guidelineLayerDepth ?: $layer->getDepth()) - $packedItem->getDepth();
|
115 |
+
if ($stackableDepth > 0) {
|
116 |
+
$stackedLayer = $this->packLayer($items, $packedItemList, $x, $y, $z + $packedItem->getDepth(), $x + $packedItem->getWidth(), $y + $packedItem->getLength(), $stackableDepth, $stackableDepth, $considerStability);
|
117 |
+
$layer->merge($stackedLayer);
|
118 |
+
}
|
119 |
|
120 |
//Having now placed an item, there is space *within the same row* along the length. Pack into that.
|
121 |
+
if ($rowLength - $orientatedItem->getLength() > 0) {
|
122 |
+
$layer->merge($this->packLayer($items, $packedItemList, $x, $y + $orientatedItem->getLength(), $z, $widthForLayer, $rowLength, $depthForLayer, $layer->getDepth(), $considerStability));
|
123 |
}
|
124 |
|
125 |
$x += $packedItem->getWidth();
|
126 |
+
$remainingWeightAllowed = $this->box->getMaxWeight() - $this->box->getEmptyWeight() - $packedItemList->getWeight(); // remember may have packed additional items
|
127 |
|
128 |
if ($items->count() === 0 && $skippedItems) {
|
129 |
$items = ItemList::fromArray(array_merge($skippedItems, iterator_to_array($items)), true);
|
144 |
|
145 |
if ($x > $startX) {
|
146 |
$this->logger->debug('No more fit in width wise, resetting for new row');
|
|
|
147 |
$y += $rowLength;
|
148 |
$x = $startX;
|
149 |
$rowLength = 0;
|
165 |
return $layer;
|
166 |
}
|
167 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
/**
|
169 |
* As well as purely dimensional constraints, there are other constraints that need to be met
|
170 |
* e.g. weight limits or item-specific restrictions (e.g. max <x> batteries per box).
|
vendor/dvdoug/boxpacker/src/VolumePacker.php
CHANGED
@@ -189,12 +189,12 @@ class VolumePacker implements LoggerAwareInterface
|
|
189 |
$maxLayerWidth = max(array_map(static function (PackedLayer $layer) {
|
190 |
return $layer->getEndX();
|
191 |
}, $layers));
|
192 |
-
$layers[] = $this->layerPacker->packLayer($items, $this->getPackedItemList($layers),
|
193 |
|
194 |
$maxLayerLength = max(array_map(static function (PackedLayer $layer) {
|
195 |
return $layer->getEndY();
|
196 |
}, $layers));
|
197 |
-
$layers[] = $this->layerPacker->packLayer($items, $this->getPackedItemList($layers), 0,
|
198 |
}
|
199 |
|
200 |
$layers = $this->correctLayerRotation($layers, $boxWidth);
|
189 |
$maxLayerWidth = max(array_map(static function (PackedLayer $layer) {
|
190 |
return $layer->getEndX();
|
191 |
}, $layers));
|
192 |
+
$layers[] = $this->layerPacker->packLayer($items, $this->getPackedItemList($layers), $maxLayerWidth, 0, 0, $boxWidth, $boxLength, $this->box->getInnerDepth(), $this->box->getInnerDepth(), false);
|
193 |
|
194 |
$maxLayerLength = max(array_map(static function (PackedLayer $layer) {
|
195 |
return $layer->getEndY();
|
196 |
}, $layers));
|
197 |
+
$layers[] = $this->layerPacker->packLayer($items, $this->getPackedItemList($layers), 0, $maxLayerLength, 0, $boxWidth, $boxLength, $this->box->getInnerDepth(), $this->box->getInnerDepth(), false);
|
198 |
}
|
199 |
|
200 |
$layers = $this->correctLayerRotation($layers, $boxWidth);
|
vendor/jetpack-autoloader/class-autoloader-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp3fdd932878717e0eefbc990ed56acb74;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-autoloader-locator.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp3fdd932878717e0eefbc990ed56acb74;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-autoloader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp3fdd932878717e0eefbc990ed56acb74;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-container.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp3fdd932878717e0eefbc990ed56acb74;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-hook-manager.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp3fdd932878717e0eefbc990ed56acb74;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-latest-autoloader-guard.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp3fdd932878717e0eefbc990ed56acb74;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-manifest-reader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp3fdd932878717e0eefbc990ed56acb74;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-path-processor.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp3fdd932878717e0eefbc990ed56acb74;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-plugin-locator.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp3fdd932878717e0eefbc990ed56acb74;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-plugins-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp3fdd932878717e0eefbc990ed56acb74;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-version-loader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp3fdd932878717e0eefbc990ed56acb74;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-version-selector.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp3fdd932878717e0eefbc990ed56acb74;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/psr/log/Psr/Log/AbstractLogger.php
CHANGED
@@ -14,8 +14,8 @@ abstract class AbstractLogger implements LoggerInterface
|
|
14 |
/**
|
15 |
* System is unusable.
|
16 |
*
|
17 |
-
* @param string
|
18 |
-
* @param
|
19 |
*
|
20 |
* @return void
|
21 |
*/
|
@@ -30,8 +30,8 @@ abstract class AbstractLogger implements LoggerInterface
|
|
30 |
* Example: Entire website down, database unavailable, etc. This should
|
31 |
* trigger the SMS alerts and wake you up.
|
32 |
*
|
33 |
-
* @param string
|
34 |
-
* @param
|
35 |
*
|
36 |
* @return void
|
37 |
*/
|
@@ -45,8 +45,8 @@ abstract class AbstractLogger implements LoggerInterface
|
|
45 |
*
|
46 |
* Example: Application component unavailable, unexpected exception.
|
47 |
*
|
48 |
-
* @param string
|
49 |
-
* @param
|
50 |
*
|
51 |
* @return void
|
52 |
*/
|
@@ -59,8 +59,8 @@ abstract class AbstractLogger implements LoggerInterface
|
|
59 |
* Runtime errors that do not require immediate action but should typically
|
60 |
* be logged and monitored.
|
61 |
*
|
62 |
-
* @param string
|
63 |
-
* @param
|
64 |
*
|
65 |
* @return void
|
66 |
*/
|
@@ -75,8 +75,8 @@ abstract class AbstractLogger implements LoggerInterface
|
|
75 |
* Example: Use of deprecated APIs, poor use of an API, undesirable things
|
76 |
* that are not necessarily wrong.
|
77 |
*
|
78 |
-
* @param string
|
79 |
-
* @param
|
80 |
*
|
81 |
* @return void
|
82 |
*/
|
@@ -88,8 +88,8 @@ abstract class AbstractLogger implements LoggerInterface
|
|
88 |
/**
|
89 |
* Normal but significant events.
|
90 |
*
|
91 |
-
* @param string
|
92 |
-
* @param
|
93 |
*
|
94 |
* @return void
|
95 |
*/
|
@@ -103,8 +103,8 @@ abstract class AbstractLogger implements LoggerInterface
|
|
103 |
*
|
104 |
* Example: User logs in, SQL logs.
|
105 |
*
|
106 |
-
* @param string
|
107 |
-
* @param
|
108 |
*
|
109 |
* @return void
|
110 |
*/
|
@@ -116,8 +116,8 @@ abstract class AbstractLogger implements LoggerInterface
|
|
116 |
/**
|
117 |
* Detailed debug information.
|
118 |
*
|
119 |
-
* @param string
|
120 |
-
* @param
|
121 |
*
|
122 |
* @return void
|
123 |
*/
|
14 |
/**
|
15 |
* System is unusable.
|
16 |
*
|
17 |
+
* @param string $message
|
18 |
+
* @param mixed[] $context
|
19 |
*
|
20 |
* @return void
|
21 |
*/
|
30 |
* Example: Entire website down, database unavailable, etc. This should
|
31 |
* trigger the SMS alerts and wake you up.
|
32 |
*
|
33 |
+
* @param string $message
|
34 |
+
* @param mixed[] $context
|
35 |
*
|
36 |
* @return void
|
37 |
*/
|
45 |
*
|
46 |
* Example: Application component unavailable, unexpected exception.
|
47 |
*
|
48 |
+
* @param string $message
|
49 |
+
* @param mixed[] $context
|
50 |
*
|
51 |
* @return void
|
52 |
*/
|
59 |
* Runtime errors that do not require immediate action but should typically
|
60 |
* be logged and monitored.
|
61 |
*
|
62 |
+
* @param string $message
|
63 |
+
* @param mixed[] $context
|
64 |
*
|
65 |
* @return void
|
66 |
*/
|
75 |
* Example: Use of deprecated APIs, poor use of an API, undesirable things
|
76 |
* that are not necessarily wrong.
|
77 |
*
|
78 |
+
* @param string $message
|
79 |
+
* @param mixed[] $context
|
80 |
*
|
81 |
* @return void
|
82 |
*/
|
88 |
/**
|
89 |
* Normal but significant events.
|
90 |
*
|
91 |
+
* @param string $message
|
92 |
+
* @param mixed[] $context
|
93 |
*
|
94 |
* @return void
|
95 |
*/
|
103 |
*
|
104 |
* Example: User logs in, SQL logs.
|
105 |
*
|
106 |
+
* @param string $message
|
107 |
+
* @param mixed[] $context
|
108 |
*
|
109 |
* @return void
|
110 |
*/
|
116 |
/**
|
117 |
* Detailed debug information.
|
118 |
*
|
119 |
+
* @param string $message
|
120 |
+
* @param mixed[] $context
|
121 |
*
|
122 |
* @return void
|
123 |
*/
|
vendor/psr/log/Psr/Log/LoggerAwareTrait.php
CHANGED
@@ -10,7 +10,7 @@ trait LoggerAwareTrait
|
|
10 |
/**
|
11 |
* The logger instance.
|
12 |
*
|
13 |
-
* @var LoggerInterface
|
14 |
*/
|
15 |
protected $logger;
|
16 |
|
10 |
/**
|
11 |
* The logger instance.
|
12 |
*
|
13 |
+
* @var LoggerInterface|null
|
14 |
*/
|
15 |
protected $logger;
|
16 |
|
woocommerce-germanized.php
CHANGED
@@ -3,13 +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.4.
|
7 |
* Author: vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
* Requires at least: 4.9
|
10 |
* Tested up to: 5.7
|
11 |
* WC requires at least: 3.9
|
12 |
-
* WC tested up to: 5.
|
13 |
*
|
14 |
* Text Domain: woocommerce-germanized
|
15 |
* Domain Path: /i18n/languages/
|
@@ -69,7 +69,7 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
|
|
69 |
*
|
70 |
* @var string
|
71 |
*/
|
72 |
-
public $version = '3.4.
|
73 |
|
74 |
/**
|
75 |
* @var WooCommerce_Germanized $instance of the plugin
|
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.4.7
|
7 |
* Author: vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
* Requires at least: 4.9
|
10 |
* Tested up to: 5.7
|
11 |
* WC requires at least: 3.9
|
12 |
+
* WC tested up to: 5.3
|
13 |
*
|
14 |
* Text Domain: woocommerce-germanized
|
15 |
* Domain Path: /i18n/languages/
|
69 |
*
|
70 |
* @var string
|
71 |
*/
|
72 |
+
public $version = '3.4.7';
|
73 |
|
74 |
/**
|
75 |
* @var WooCommerce_Germanized $instance of the plugin
|