WooCommerce Germanized - Version 3.6.2

Version Description

  • Improvement: Checkbox default layout
  • Improvement: Added default legal page placeholders to all checkboxes
  • Improvement: WooCommerce Bundles shopmarks
  • Improvement: WooCommerce Composite Products shopmarks
  • Improvement: Added customer cancelled order mail to WPML compatibility
  • Improvement: WooCommerce subscriptions recurring tax totals in cart/checkout
  • Improvement: By default add a link to tracking id placeholder within shipments
  • Improvement: Added customs reference number to shipping address (e.g. for DHL customs)
  • Improvement: DHL northern cyprus detection
  • Improvement: Allow setting DHL shipper reference via settings
  • Improvement: Added WSDL core files to assets dir to improve API performance
  • Improvement: OSS BOP compatible CSV export
  • Improvement: Allow choosing between order date types for OSS reports
  • Fix: OSS date_paid include range
  • Fix: Prevent multiple order status change events from firing in case shipment automation updates the status
  • Fix: Prevent showing taxes twice within order details in specific setups
  • Fix: B2B market net unit prices
Download this release

Release Info

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

Code changes from version 3.6.1 to 3.6.2

Files changed (88) hide show
  1. assets/css/admin-settings.css +1 -0
  2. assets/css/admin-settings.min.css +1 -1
  3. assets/css/layout.css +12 -17
  4. assets/css/layout.min.css +1 -1
  5. assets/css/layout.scss +17 -17
  6. i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
  7. i18n/languages/woocommerce-germanized-de_DE.po +498 -415
  8. i18n/languages/woocommerce-germanized-de_DE_formal.mo +0 -0
  9. i18n/languages/woocommerce-germanized-de_DE_formal.po +498 -415
  10. includes/class-wc-gzd-checkout.php +1 -1
  11. includes/class-wc-gzd-legal-checkbox-manager.php +9 -3
  12. includes/class-wc-gzd-order-helper.php +7 -0
  13. includes/compatibility/class-wc-gzd-compatibility-b2b-market.php +24 -4
  14. includes/compatibility/class-wc-gzd-compatibility-woocommerce-composite-products.php +38 -0
  15. includes/compatibility/class-wc-gzd-compatibility-woocommerce-product-bundles.php +58 -0
  16. includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php +4 -12
  17. includes/compatibility/class-wc-gzd-compatibility-wpml.php +1 -7
  18. includes/wc-gzd-product-functions.php +13 -9
  19. packages/one-stop-shop-woocommerce/i18n/languages/oss-woocommerce-de_DE.mo +0 -0
  20. packages/one-stop-shop-woocommerce/i18n/languages/oss-woocommerce-de_DE.po +94 -70
  21. packages/one-stop-shop-woocommerce/i18n/languages/oss-woocommerce-de_DE_formal.mo +0 -0
  22. packages/one-stop-shop-woocommerce/i18n/languages/oss-woocommerce-de_DE_formal.po +94 -70
  23. packages/one-stop-shop-woocommerce/one-stop-shop-woocommerce.php +1 -1
  24. packages/one-stop-shop-woocommerce/readme.txt +8 -2
  25. packages/one-stop-shop-woocommerce/src/Admin.php +14 -1
  26. packages/one-stop-shop-woocommerce/src/CSVExporterBOP.php +56 -0
  27. packages/one-stop-shop-woocommerce/src/Package.php +1 -1
  28. packages/one-stop-shop-woocommerce/src/Queue.php +9 -2
  29. packages/one-stop-shop-woocommerce/src/Settings.php +12 -0
  30. packages/one-stop-shop-woocommerce/src/Tax.php +51 -7
  31. packages/woocommerce-germanized-dhl/assets/wsdl/geschaeftskundenversand-api-3.1.8-schema-bcs_base.xsd +3573 -0
  32. packages/woocommerce-germanized-dhl/assets/wsdl/geschaeftskundenversand-api-3.1.8-schema-cis_base.xsd +1122 -0
  33. packages/woocommerce-germanized-dhl/assets/wsdl/geschaeftskundenversand-api-3.1.8.wsdl +340 -0
  34. packages/woocommerce-germanized-dhl/assets/wsdl/standortsuche-api-1.1.wsdl +260 -0
  35. packages/woocommerce-germanized-dhl/src/Admin/Status.php +11 -11
  36. packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php +28 -7
  37. packages/woocommerce-germanized-dhl/src/Api/Soap.php +5 -1
  38. packages/woocommerce-germanized-dhl/src/Package.php +52 -22
  39. packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php +37 -0
  40. packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php +1 -1
  41. packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php +16 -13
  42. packages/woocommerce-germanized-shipments/src/Admin/Admin.php +2 -3
  43. packages/woocommerce-germanized-shipments/src/Admin/Settings.php +17 -0
  44. packages/woocommerce-germanized-shipments/src/Ajax.php +22 -9
  45. packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php +2 -1
  46. packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php +1 -1
  47. packages/woocommerce-germanized-shipments/src/Labels/Label.php +8 -4
  48. packages/woocommerce-germanized-shipments/src/Package.php +3 -2
  49. packages/woocommerce-germanized-shipments/src/Product.php +3 -1
  50. packages/woocommerce-germanized-shipments/src/Shipment.php +23 -4
  51. packages/woocommerce-germanized-shipments/src/ShipmentItem.php +37 -0
  52. packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php +10 -1
  53. packages/woocommerce-germanized-shipments/templates/emails/plain/email-order-shipments.php +2 -2
  54. packages/woocommerce-germanized-shipments/templates/emails/plain/email-shipment-tracking.php +2 -2
  55. packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php +1 -1
  56. readme.txt +20 -1
  57. vendor/autoload.php +1 -1
  58. vendor/autoload_packages.php +1 -1
  59. vendor/composer/InstalledVersions.php +14 -14
  60. vendor/composer/autoload_classmap.php +1 -0
  61. vendor/composer/autoload_real.php +7 -7
  62. vendor/composer/autoload_static.php +5 -4
  63. vendor/composer/installed.json +30 -30
  64. vendor/composer/installed.php +14 -14
  65. vendor/composer/jetpack_autoload_classmap.php +144 -140
  66. vendor/dvdoug/boxpacker/src/OrientatedItem.php +3 -4
  67. vendor/dvdoug/boxpacker/src/OrientatedItemFactory.php +6 -6
  68. vendor/dvdoug/boxpacker/src/PackedBox.php +3 -1
  69. vendor/dvdoug/boxpacker/src/PackedBoxList.php +3 -1
  70. vendor/dvdoug/boxpacker/src/PackedItem.php +3 -1
  71. vendor/dvdoug/boxpacker/src/WeightRedistributor.php +5 -7
  72. vendor/dvdoug/boxpacker/src/WorkingVolume.php +3 -4
  73. vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
  74. vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
  75. vendor/jetpack-autoloader/class-autoloader.php +1 -1
  76. vendor/jetpack-autoloader/class-container.php +1 -1
  77. vendor/jetpack-autoloader/class-hook-manager.php +1 -1
  78. vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
  79. vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
  80. vendor/jetpack-autoloader/class-path-processor.php +1 -1
  81. vendor/jetpack-autoloader/class-php-autoloader.php +1 -1
  82. vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
  83. vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
  84. vendor/jetpack-autoloader/class-shutdown-handler.php +1 -1
  85. vendor/jetpack-autoloader/class-version-loader.php +1 -1
  86. vendor/jetpack-autoloader/class-version-selector.php +1 -1
  87. woocommerce-germanized.php +21 -8
  88. wpml-config.xml +7 -0
assets/css/admin-settings.css CHANGED
@@ -260,6 +260,7 @@ table.wc-gzd-legal-checkboxes tbody.wc-gzd-legal-checkbox-rows tr:nth-child(odd)
260
  background: #FFF;
261
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
262
  .wc-gzd-admin-settings-sidebar .wc-gzd-admin-settings-sidebar-inner.sticky {
 
263
  position: sticky;
264
  top: 50px; }
265
  .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 {
260
  background: #FFF;
261
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
262
  .wc-gzd-admin-settings-sidebar .wc-gzd-admin-settings-sidebar-inner.sticky {
263
+ position: -webkit-sticky;
264
  position: sticky;
265
  top: 50px; }
266
  .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-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}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}
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-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}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:-webkit-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/css/layout.css CHANGED
@@ -1,13 +1,14 @@
1
  p.wc-gzd-additional-info:empty {
2
  display: none; }
3
 
4
- #order_review .legal {
5
- text-align: left;
6
- padding: 0 1em 0 0;
7
- float: left; }
8
-
9
- #order_review .legal label {
10
- display: inline; }
 
11
 
12
  .woocommerce-checkout .shop_table {
13
  background-color: #EEE; }
@@ -136,14 +137,6 @@ table.product-details-inner tr td:last-child {
136
  max-width: 15%;
137
  margin-right: 1em; }
138
 
139
- #eKomiSeal_default img {
140
- width: 100% !important;
141
- height: 100% !important; }
142
-
143
- .wc-gzd-parcel-finder-open-button {
144
- display: inline;
145
- margin-left: 5px; }
146
-
147
  #order_review .blockMsg {
148
  line-height: 1.5em; }
149
 
@@ -153,6 +146,8 @@ table.product-details-inner tr td:last-child {
153
  /**
154
  * Twenty Twenty
155
  */
156
- .theme-twentytwenty form.woocommerce-checkout #order_review_heading {
157
  width: 100%;
158
- padding-left: 0; }
 
 
1
  p.wc-gzd-additional-info:empty {
2
  display: none; }
3
 
4
+ #order_review .wc-gzd-checkbox-placeholder {
5
+ clear: both; }
6
+ #order_review .wc-gzd-checkbox-placeholder p.form-row {
7
+ text-align: left;
8
+ padding: 0 1em 0 0;
9
+ float: none; }
10
+ #order_review .wc-gzd-checkbox-placeholder p.form-row label {
11
+ display: inline; }
12
 
13
  .woocommerce-checkout .shop_table {
14
  background-color: #EEE; }
137
  max-width: 15%;
138
  margin-right: 1em; }
139
 
 
 
 
 
 
 
 
 
140
  #order_review .blockMsg {
141
  line-height: 1.5em; }
142
 
146
  /**
147
  * Twenty Twenty
148
  */
149
+ .theme-twentytwenty form.woocommerce-checkout #order_review_heading, .theme-twentytwentyone form.woocommerce-checkout #order_review_heading {
150
  width: 100%;
151
+ padding-left: 0;
152
+ text-align: left;
153
+ margin-bottom: 2rem; }
assets/css/layout.min.css CHANGED
@@ -1 +1 @@
1
- p.wc-gzd-additional-info:empty{display:none}#order_review .legal{text-align:left;padding:0 1em 0 0;float:left}#order_review .legal label{display:inline}.woocommerce-checkout .shop_table{background-color:#eee}.includes_tax,.tax_label{display:none!important}.wc-gzd-small-business-includes-tax{display:inline!important;font-size:.9em;padding-left:3px}#order_review_heading{display:none}.woocommerce-checkout .shop_table tr td p{margin-bottom:0}.woocommerce-checkout .shop_table td,.woocommerce-checkout .shop_table th{line-height:1.5}.more-variants-available-info{font-size:11px;display:block;font-weight:400}.shop_table .product-name-inner,.shop_table .product-name-inner tr td{border:none;padding:0;margin:0}.shop_table .product-name-inner tr td:last-child{text-align:right}.cart_totals .wc-gzd-additional-wrapper{text-align:right}.cart_totals p.wc-gzd-additional-info{font-size:.8em;width:60%;border-top:1px solid #ccc;padding-top:.5rem;display:inline-block}.entry-content .woocommerce #payment{margin-bottom:1em}.woocommerce #payment .wc-terms-and-conditions{display:none!important}.entry-content .woocommerce .checkout-btn-wrap{text-align:right}.woocommerce-checkout p.direct-debit-checkbox{display:none}.unit-price-cart{font-size:.9em;display:block;margin-top:5px}.product_list_widget .wc-gzd-additional-info,.products .wc-gzd-additional-info{font-size:.8em;margin:.7rem 0 .7rem 0;padding:0}.product_list_widget .wc-gzd-additional-info,.product_list_widget p.price-unit{margin:.2rem 0;line-height:1.8em}.product_list_widget .wc-gzd-additional-info a{display:inline!important}.product_list_widget .price-unit,.products .product .price-unit{font-size:.8em}.product_list_widget .price-unit{margin-bottom:.7em}.product p.wc-gzd-additional-info{margin-bottom:.5rem;font-size:.9em;clear:left}.product .product_meta{margin-top:1rem}p.footer-info{text-align:center;font-size:.9em;padding-bottom:.5rem}.wc-gzd-item-desc p{font-size:.9em}.wc-gzd-edit-data-notice{background:#eee;display:inline-block;padding:1em}.wc-gzd-edit-data-notice p.wc-gzd-info{margin:0;padding:0}table.product-details-inner{table-layout:fixed;margin:0;padding:0}table.product-details-inner,table.product-details-inner td,table.product-details-inner tr{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border:none;background:0 0}table.product-details-inner tr td:last-child{text-align:right}.wc-gzd-product-name-left,.wc-gzd-product-name-right{float:left}.wc-gzd-product-name-left{max-width:15%;margin-right:1em}#eKomiSeal_default img{width:100%!important;height:100%!important}.wc-gzd-parcel-finder-open-button{display:inline;margin-left:5px}#order_review .blockMsg{line-height:1.5em}#shipping_parcelshop_post_number_field .optional{display:none!important}.theme-twentytwenty form.woocommerce-checkout #order_review_heading{width:100%;padding-left:0}
1
+ p.wc-gzd-additional-info:empty{display:none}#order_review .wc-gzd-checkbox-placeholder{clear:both}#order_review .wc-gzd-checkbox-placeholder p.form-row{text-align:left;padding:0 1em 0 0;float:none}#order_review .wc-gzd-checkbox-placeholder p.form-row label{display:inline}.woocommerce-checkout .shop_table{background-color:#eee}.includes_tax,.tax_label{display:none!important}.wc-gzd-small-business-includes-tax{display:inline!important;font-size:.9em;padding-left:3px}#order_review_heading{display:none}.woocommerce-checkout .shop_table tr td p{margin-bottom:0}.woocommerce-checkout .shop_table td,.woocommerce-checkout .shop_table th{line-height:1.5}.more-variants-available-info{font-size:11px;display:block;font-weight:400}.shop_table .product-name-inner,.shop_table .product-name-inner tr td{border:none;padding:0;margin:0}.shop_table .product-name-inner tr td:last-child{text-align:right}.cart_totals .wc-gzd-additional-wrapper{text-align:right}.cart_totals p.wc-gzd-additional-info{font-size:.8em;width:60%;border-top:1px solid #ccc;padding-top:.5rem;display:inline-block}.entry-content .woocommerce #payment{margin-bottom:1em}.woocommerce #payment .wc-terms-and-conditions{display:none!important}.entry-content .woocommerce .checkout-btn-wrap{text-align:right}.woocommerce-checkout p.direct-debit-checkbox{display:none}.unit-price-cart{font-size:.9em;display:block;margin-top:5px}.product_list_widget .wc-gzd-additional-info,.products .wc-gzd-additional-info{font-size:.8em;margin:.7rem 0 .7rem 0;padding:0}.product_list_widget .wc-gzd-additional-info,.product_list_widget p.price-unit{margin:.2rem 0;line-height:1.8em}.product_list_widget .wc-gzd-additional-info a{display:inline!important}.product_list_widget .price-unit,.products .product .price-unit{font-size:.8em}.product_list_widget .price-unit{margin-bottom:.7em}.product p.wc-gzd-additional-info{margin-bottom:.5rem;font-size:.9em;clear:left}.product .product_meta{margin-top:1rem}p.footer-info{text-align:center;font-size:.9em;padding-bottom:.5rem}.wc-gzd-item-desc p{font-size:.9em}.wc-gzd-edit-data-notice{background:#eee;display:inline-block;padding:1em}.wc-gzd-edit-data-notice p.wc-gzd-info{margin:0;padding:0}table.product-details-inner{table-layout:fixed;margin:0;padding:0}table.product-details-inner,table.product-details-inner td,table.product-details-inner tr{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border:none;background:0 0}table.product-details-inner tr td:last-child{text-align:right}.wc-gzd-product-name-left,.wc-gzd-product-name-right{float:left}.wc-gzd-product-name-left{max-width:15%;margin-right:1em}#order_review .blockMsg{line-height:1.5em}#shipping_parcelshop_post_number_field .optional{display:none!important}.theme-twentytwenty form.woocommerce-checkout #order_review_heading,.theme-twentytwentyone form.woocommerce-checkout #order_review_heading{width:100%;padding-left:0;text-align:left;margin-bottom:2rem}
assets/css/layout.scss CHANGED
@@ -1,14 +1,20 @@
1
  p.wc-gzd-additional-info:empty {
2
  display: none;
3
  }
4
- #order_review .legal {
5
- text-align: left;
6
- padding: 0 1em 0 0;
7
- float: left;
8
- }
9
- #order_review .legal label {
10
- display: inline;
 
 
 
 
 
11
  }
 
12
  .woocommerce-checkout .shop_table {
13
  background-color: #EEE;
14
  }
@@ -141,14 +147,6 @@ table.product-details-inner tr td:last-child {
141
  max-width: 15%;
142
  margin-right: 1em;
143
  }
144
- #eKomiSeal_default img {
145
- width: 100% !important;
146
- height: 100% !important;
147
- }
148
- .wc-gzd-parcel-finder-open-button {
149
- display: inline;
150
- margin-left: 5px;
151
- }
152
  #order_review .blockMsg {
153
  line-height: 1.5em;
154
  }
@@ -159,9 +157,11 @@ table.product-details-inner tr td:last-child {
159
  /**
160
  * Twenty Twenty
161
  */
162
- .theme-twentytwenty {
163
  form.woocommerce-checkout #order_review_heading {
164
  width: 100%;
165
  padding-left: 0;
 
 
166
  }
167
- }
1
  p.wc-gzd-additional-info:empty {
2
  display: none;
3
  }
4
+ #order_review .wc-gzd-checkbox-placeholder {
5
+ clear: both;
6
+
7
+ p.form-row {
8
+ text-align: left;
9
+ padding: 0 1em 0 0;
10
+ float: none;
11
+
12
+ label {
13
+ display: inline;
14
+ }
15
+ }
16
  }
17
+
18
  .woocommerce-checkout .shop_table {
19
  background-color: #EEE;
20
  }
147
  max-width: 15%;
148
  margin-right: 1em;
149
  }
 
 
 
 
 
 
 
 
150
  #order_review .blockMsg {
151
  line-height: 1.5em;
152
  }
157
  /**
158
  * Twenty Twenty
159
  */
160
+ .theme-twentytwenty, .theme-twentytwentyone {
161
  form.woocommerce-checkout #order_review_heading {
162
  width: 100%;
163
  padding-left: 0;
164
+ text-align: left;
165
+ margin-bottom: 2rem;
166
  }
167
+ }
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-09-16 11:51+0200\n"
6
- "PO-Revision-Date: 2021-09-16 11:51+0200\n"
7
  "Last-Translator: holzhannes <holzhannes@posteo.de>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
@@ -93,125 +93,125 @@ msgctxt "oss"
93
  msgid "Delivery threshold reached (OSS)"
94
  msgstr "Lieferschwelle erreicht (OSS)"
95
 
96
- #: one-stop-shop-woocommerce/src/Admin.php:432
97
  #: one-stop-shop-woocommerce/src/SettingsPage.php:17
98
  msgctxt "oss"
99
  msgid "OSS"
100
  msgstr "OSS"
101
 
102
- #: one-stop-shop-woocommerce/src/Admin.php:432
103
- #: one-stop-shop-woocommerce/src/Admin.php:550
104
  #: one-stop-shop-woocommerce/src/SettingsPage.php:23
105
  msgctxt "oss"
106
  msgid "One Stop Shop"
107
  msgstr "One Stop Shop"
108
 
109
- #: one-stop-shop-woocommerce/src/Admin.php:453
110
  #: one-stop-shop-woocommerce/src/Package.php:353
111
  #, php-format
112
  msgctxt "oss"
113
  msgid "Q%1$s/%2$s"
114
  msgstr "Q%1$s/%2$s"
115
 
116
- #: one-stop-shop-woocommerce/src/Admin.php:462
117
  #: one-stop-shop-woocommerce/src/Package.php:358
118
  #, php-format
119
  msgctxt "oss"
120
  msgid "%1$s/%2$s"
121
  msgstr "%1$s/%2$s"
122
 
123
- #: one-stop-shop-woocommerce/src/Admin.php:470
124
  msgctxt "oss"
125
  msgid "New Report"
126
  msgstr "Neuer Bericht"
127
 
128
- #: one-stop-shop-woocommerce/src/Admin.php:477
129
  msgctxt "oss"
130
  msgid "Type"
131
  msgstr "Typ"
132
 
133
- #: one-stop-shop-woocommerce/src/Admin.php:489
134
  msgctxt "oss"
135
  msgid "Year"
136
  msgstr "Jahr"
137
 
138
- #: one-stop-shop-woocommerce/src/Admin.php:501
139
  msgctxt "oss"
140
  msgid "Quarter"
141
  msgstr "Quartal"
142
 
143
- #: one-stop-shop-woocommerce/src/Admin.php:513
144
  msgctxt "oss"
145
  msgid "Month"
146
  msgstr "Monat"
147
 
148
- #: one-stop-shop-woocommerce/src/Admin.php:525
149
  msgctxt "oss"
150
  msgid "Date range"
151
  msgstr "Zeitraum"
152
 
153
- #: one-stop-shop-woocommerce/src/Admin.php:537
154
  msgctxt "oss"
155
  msgid "Start report"
156
  msgstr "Bericht starten"
157
 
158
- #: one-stop-shop-woocommerce/src/Admin.php:551
159
  msgctxt "oss"
160
  msgid "New report"
161
  msgstr "Neuer Bericht"
162
 
163
- #: one-stop-shop-woocommerce/src/Admin.php:593
164
  msgctxt "oss"
165
  msgid "View"
166
  msgstr "Ansehen"
167
 
168
- #: one-stop-shop-woocommerce/src/Admin.php:597
169
  msgctxt "oss"
170
  msgid "Export"
171
  msgstr "Exportieren"
172
 
173
- #: one-stop-shop-woocommerce/src/Admin.php:601
174
  msgctxt "oss"
175
  msgid "Refresh"
176
  msgstr "Aktualisieren"
177
 
178
- #: one-stop-shop-woocommerce/src/Admin.php:605
179
  msgctxt "oss"
180
  msgid "Delete"
181
  msgstr "Löschen"
182
 
183
- #: one-stop-shop-woocommerce/src/Admin.php:611
184
  msgctxt "oss"
185
  msgid "Cancel"
186
  msgstr "Abbrechen"
187
 
188
- #: one-stop-shop-woocommerce/src/Admin.php:640
189
  msgctxt "oss"
190
  msgid "Country"
191
  msgstr "Land"
192
 
193
- #: one-stop-shop-woocommerce/src/Admin.php:641
194
  msgctxt "oss"
195
  msgid "Tax Rate"
196
  msgstr "Steuersatz"
197
 
198
- #: one-stop-shop-woocommerce/src/Admin.php:642
199
  msgctxt "oss"
200
  msgid "Net Total"
201
  msgstr "Nettobetrag"
202
 
203
- #: one-stop-shop-woocommerce/src/Admin.php:643
204
  msgctxt "oss"
205
  msgid "Tax Total"
206
  msgstr "Steuerbertrag"
207
 
208
- #: one-stop-shop-woocommerce/src/Admin.php:674
209
  #, php-format
210
  msgctxt "oss"
211
  msgid "%1$s %%"
212
  msgstr "%1$s %%"
213
 
214
- #: one-stop-shop-woocommerce/src/Admin.php:686
215
  #, php-format
216
  msgctxt "oss"
217
  msgid ""
@@ -221,12 +221,12 @@ msgstr ""
221
  "Aktuell %1$s Bestellung verarbeitet. Nächster Durchlauf planmäßig am %2$s. "
222
  "<a href=\"%3$s\">Offene Aktionen finden</a>"
223
 
224
- #: one-stop-shop-woocommerce/src/Admin.php:686
225
  msgctxt "oss"
226
  msgid "Not yet known"
227
  msgstr "Noch nicht bekannt"
228
 
229
- #: one-stop-shop-woocommerce/src/Admin.php:717
230
  #: one-stop-shop-woocommerce/src/ReportTable.php:39
231
  #: one-stop-shop-woocommerce/src/SettingsPage.php:23
232
  msgctxt "oss"
@@ -506,17 +506,42 @@ msgctxt "oss"
506
  msgid "Participation"
507
  msgstr "Teilnahme"
508
 
509
- #: one-stop-shop-woocommerce/src/Settings.php:70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
510
  msgctxt "oss"
511
  msgid "Fixed gross prices"
512
  msgstr "Feste Bruttopreise"
513
 
514
- #: one-stop-shop-woocommerce/src/Settings.php:71
515
  msgctxt "oss"
516
  msgid "Apply the same gross price regardless of the tax rate."
517
  msgstr "Verwende den Bruttopreis unabhängig vom Steuersatz."
518
 
519
- #: one-stop-shop-woocommerce/src/Settings.php:71
520
  msgctxt "oss"
521
  msgid ""
522
  "This option will make sure that your customers pay the same price no matter "
@@ -525,27 +550,27 @@ msgstr ""
525
  "Diese Option bewirkt, dass Kunden, unabhängig vom Land und damit vom "
526
  "Steuersatz den selben Bruttopreis bezahlen."
527
 
528
- #: one-stop-shop-woocommerce/src/Settings.php:92
529
  msgctxt "oss"
530
  msgid "Are you sure? Please backup your tax rates before proceeding."
531
  msgstr "Bist du sicher? Bitte erstelle vorab ein Backup deiner Steuersätze."
532
 
533
- #: one-stop-shop-woocommerce/src/Settings.php:92
534
  msgctxt "oss"
535
  msgid "End OSS participation"
536
  msgstr "OSS Teilnahme beenden"
537
 
538
- #: one-stop-shop-woocommerce/src/Settings.php:92
539
  msgctxt "oss"
540
  msgid "Start OSS participation"
541
  msgstr "OSS Teilnahme starten"
542
 
543
- #: one-stop-shop-woocommerce/src/Settings.php:93
544
  msgctxt "oss"
545
  msgid "learn more"
546
  msgstr "Mehr erfahren"
547
 
548
- #: one-stop-shop-woocommerce/src/Settings.php:95
549
  msgctxt "oss"
550
  msgid ""
551
  "Use this option to automatically adjust tax-related options in WooCommerce. "
@@ -556,45 +581,45 @@ msgstr ""
556
  "anpassen zu lassen. Achtung: Diese Option löscht deine aktuellen Steuersätze "
557
  "und fügt neue Steuersätze basierend auf deinem OSS Status hinzu."
558
 
559
- #: one-stop-shop-woocommerce/src/Settings.php:127
560
  msgctxt "oss"
561
  msgid "See status"
562
  msgstr "Status ansehen"
563
 
564
- #: one-stop-shop-woocommerce/src/Settings.php:127
565
  msgctxt "oss"
566
  msgid "Start initial report"
567
  msgstr "Initialen Bericht erstellen"
568
 
569
- #: one-stop-shop-woocommerce/src/Settings.php:128
570
  #, php-format
571
  msgctxt "oss"
572
  msgid "Report not yet completed. %s"
573
  msgstr "Bericht noch nicht abgeschlossen. %s"
574
 
575
- #: one-stop-shop-woocommerce/src/Settings.php:128
576
  #, php-format
577
  msgctxt "oss"
578
  msgid "Report not yet started. %s"
579
  msgstr "Bericht noch nicht gestartet. %s"
580
 
581
- #: one-stop-shop-woocommerce/src/Settings.php:146
582
  msgctxt "oss-amounts"
583
  msgid "of"
584
  msgstr "von"
585
 
586
- #: one-stop-shop-woocommerce/src/Settings.php:146
587
  #, php-format
588
  msgctxt "oss"
589
  msgid "As of: %s"
590
  msgstr "Stand: %s"
591
 
592
- #: one-stop-shop-woocommerce/src/Settings.php:146
593
  msgctxt "oss"
594
  msgid "see details"
595
  msgstr "Details ansehen"
596
 
597
- #: one-stop-shop-woocommerce/src/Settings.php:147
598
  #, php-format
599
  msgctxt "oss"
600
  msgid ""
@@ -614,76 +639,76 @@ msgctxt "oss"
614
  msgid "Learn More"
615
  msgstr "Mehr erfahren"
616
 
617
- #: one-stop-shop-woocommerce/src/Tax.php:352
618
- #: one-stop-shop-woocommerce/src/Tax.php:410
619
  #, php-format
620
  msgctxt "oss"
621
  msgid "Tax class (%s)"
622
  msgstr "Steuerklasse (%s)"
623
 
624
- #: one-stop-shop-woocommerce/src/Tax.php:353
625
  msgctxt "oss"
626
  msgid "Same as parent"
627
  msgstr "Gleiche wie übergeordnet"
628
 
629
- #: one-stop-shop-woocommerce/src/Tax.php:355
630
- #: one-stop-shop-woocommerce/src/Tax.php:388
631
- #: one-stop-shop-woocommerce/src/Tax.php:412
632
- #: one-stop-shop-woocommerce/src/Tax.php:446
633
  msgctxt "oss"
634
  msgid "remove"
635
  msgstr "Löschen"
636
 
637
- #: one-stop-shop-woocommerce/src/Tax.php:365
638
- #: one-stop-shop-woocommerce/src/Tax.php:423
639
  msgctxt "oss"
640
  msgid "Add country specific tax class (OSS)"
641
  msgstr "Länderspezifische Steuerklasse hinzufügen (OSS)"
642
 
643
- #: one-stop-shop-woocommerce/src/Tax.php:372
644
- #: one-stop-shop-woocommerce/src/Tax.php:430
645
  msgctxt "oss"
646
  msgid "Select country"
647
  msgstr "Land auswählen"
648
 
649
- #: one-stop-shop-woocommerce/src/Tax.php:528
650
- #: one-stop-shop-woocommerce/src/Tax.php:655
651
  msgid "Reduced rate"
652
  msgstr ""
653
 
654
- #: one-stop-shop-woocommerce/src/Tax.php:531
655
- #: one-stop-shop-woocommerce/src/Tax.php:647
656
  msgctxt "oss"
657
  msgid "Greater reduced rate"
658
  msgstr "Zusätzlicher reduzierter Preis"
659
 
660
- #: one-stop-shop-woocommerce/src/Tax.php:534
661
- #: one-stop-shop-woocommerce/src/Tax.php:651
662
  msgctxt "oss"
663
  msgid "Super reduced rate"
664
  msgstr "Stark reduzierter Preis"
665
 
666
- #: one-stop-shop-woocommerce/src/Tax.php:827
667
  msgctxt "oss"
668
  msgid "Madeira"
669
  msgstr "Madeira"
670
 
671
- #: one-stop-shop-woocommerce/src/Tax.php:834
672
  msgctxt "oss"
673
  msgid "Acores"
674
  msgstr "Azoren"
675
 
676
- #: one-stop-shop-woocommerce/src/Tax.php:870
677
  msgctxt "oss"
678
  msgid "Northern Ireland"
679
  msgstr "Nordirland"
680
 
681
- #: one-stop-shop-woocommerce/src/Tax.php:883
682
  msgctxt "oss-tax-rate-import"
683
  msgid "Exempt"
684
  msgstr "Ausnahme"
685
 
686
- #: one-stop-shop-woocommerce/src/Tax.php:949
687
  #, php-format
688
  msgctxt "oss-tax-rate-import"
689
  msgid "VAT %1$s %% %2$s"
@@ -788,8 +813,8 @@ msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
788
  # @ woocommerce-germanized
789
  #: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:295
790
  #: woocommerce-germanized-dhl/src/ParcelLocator.php:890
791
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1056
792
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1718
793
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
794
  msgctxt "dhl"
795
  msgid "Packstation"
@@ -958,37 +983,37 @@ msgid "DHL & Post"
958
  msgstr "DHL & Post"
959
 
960
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
961
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1204
962
  msgctxt "dhl"
963
  msgid "Monday"
964
  msgstr "Montag"
965
 
966
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
967
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1216
968
  msgctxt "dhl"
969
  msgid "Tuesday"
970
  msgstr "Dienstag"
971
 
972
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
973
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1227
974
  msgctxt "dhl"
975
  msgid "Wednesday"
976
  msgstr "Mittwoch"
977
 
978
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
979
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1238
980
  msgctxt "dhl"
981
  msgid "Thursday"
982
  msgstr "Donnerstag"
983
 
984
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
985
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1249
986
  msgctxt "dhl"
987
  msgid "Friday"
988
  msgstr "Freitag"
989
 
990
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
991
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1260
992
  msgctxt "dhl"
993
  msgid "Saturday"
994
  msgstr "Samstag"
@@ -1168,7 +1193,7 @@ msgid "Refund API could not be instantiated"
1168
  msgstr "Die API für Rückerstattungen konnte nicht initialisiert werden"
1169
 
1170
  #: woocommerce-germanized-dhl/src/Api/Internetmarke.php:717
1171
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:313
1172
  #: woocommerce-germanized-dhl/src/Api/ReturnRest.php:34
1173
  #, php-format
1174
  msgctxt "dhl"
@@ -1200,7 +1225,7 @@ msgctxt "dhl"
1200
  msgid "Invalid stamp response."
1201
  msgstr "Fehlerhafte Label Rückmeldung."
1202
 
1203
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:98
1204
  msgctxt "dhl"
1205
  msgid ""
1206
  "Your DHL API credentials seem to be invalid. Please check your DHL settings."
@@ -1208,7 +1233,7 @@ msgstr ""
1208
  "Deine DHL API Zugangsdaten scheinen fehlerhaft zu sein. Bitte prüfe deine "
1209
  "DHL Einstellungen."
1210
 
1211
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:102
1212
  msgctxt "dhl"
1213
  msgid ""
1214
  "Your products are missing data relevant for custom declarations. Please "
@@ -1219,13 +1244,13 @@ msgstr ""
1219
  "Bitte fülle die fehlenden DHL Felder (HS Code, Herstellerland) in deinen "
1220
  "Produktdaten unter Versand aus."
1221
 
1222
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:112
1223
  #, php-format
1224
  msgctxt "dhl"
1225
  msgid "There was an error contacting the DHL API: %s."
1226
  msgstr "Beim Aufruf der DHL API gab es einen Fehler: %s."
1227
 
1228
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:115
1229
  msgctxt "dhl"
1230
  msgid ""
1231
  "An error ocurred while contacting the DHL API. Please consider enabling the "
@@ -1234,7 +1259,7 @@ msgstr ""
1234
  "Beim Aufruf der DHL API ist ein Fehler aufgetreten. Bitte erwäge den Wechsel "
1235
  "in den Sandbox-Modus."
1236
 
1237
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:137
1238
  msgctxt "dhl"
1239
  msgid ""
1240
  "There was an error generating the label. Please try again or consider "
@@ -1243,25 +1268,25 @@ msgstr ""
1243
  "Beim Erzeugen des Labels gab es einen Fehler. Bitte versuche es erneut oder "
1244
  "erwäge den Wechsel in den Sandbox-Modus."
1245
 
1246
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:217
1247
  #: woocommerce-germanized-dhl/src/Api/ReturnRest.php:155
1248
  msgctxt "dhl"
1249
  msgid "Error while creating and uploading the label"
1250
  msgstr "Fehler beim Erstellen und hochladen des Labels"
1251
 
1252
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:261
1253
  #, php-format
1254
  msgctxt "dhl"
1255
  msgid "Could not delete label - %s"
1256
  msgstr "Das Label konnte nicht gelöscht werden - %s"
1257
 
1258
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:292
1259
  msgctxt "dhl"
1260
  msgid "Could not create account number - no product number."
1261
  msgstr ""
1262
  "Die Abrechnungsnummer konnte nicht erzeugt werden. Die Teilnahmenummer fehlt."
1263
 
1264
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:503
1265
  #, php-format
1266
  msgctxt "dhl"
1267
  msgid ""
@@ -1271,7 +1296,7 @@ msgstr ""
1271
  "Deine Absenderadresse ist nicht komplett. Bitte prüfe deine <a href=\"%s"
1272
  "\">Einstellungen</a> und versuche es erneut."
1273
 
1274
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:607
1275
  #, php-format
1276
  msgctxt "dhl"
1277
  msgid "Only %s shipment items can be processed, your shipment has %s items."
@@ -1417,7 +1442,7 @@ msgid "Invalid label."
1417
  msgstr "Ungültiges Label."
1418
 
1419
  # @ woocommerce-germanized
1420
- #: woocommerce-germanized-dhl/src/Package.php:1002
1421
  msgctxt "dhl"
1422
  msgid "Germany"
1423
  msgstr "Deutschland"
@@ -1584,9 +1609,9 @@ msgstr "Erneut versuchen"
1584
 
1585
  # @ woocommerce-germanized
1586
  #: woocommerce-germanized-dhl/src/ParcelServices.php:29
1587
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:227
1588
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1140
1589
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1671
1590
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
1591
  msgctxt "dhl"
1592
  msgid "Delivery day"
@@ -1600,17 +1625,17 @@ msgstr "Lieferzeit"
1600
 
1601
  # @ woocommerce-germanized
1602
  #: woocommerce-germanized-dhl/src/ParcelServices.php:43
1603
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:237
1604
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1162
1605
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1699
1606
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
1607
  msgctxt "dhl"
1608
  msgid "Drop-off location"
1609
  msgstr "Ablageort"
1610
 
1611
  #: woocommerce-germanized-dhl/src/ParcelServices.php:48
1612
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:249
1613
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1171
1614
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:82
1615
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
1616
  msgctxt "dhl"
@@ -1648,192 +1673,192 @@ msgstr ""
1648
  "Erzeuge bequem DHL Labels u.a. mit Wunschzustellung und Lieferungen an "
1649
  "Packstationen."
1650
 
1651
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:118
1652
  msgctxt "dhl"
1653
  msgid "Parcel Pickup"
1654
  msgstr "Standorte"
1655
 
1656
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:119
1657
  msgctxt "dhl"
1658
  msgid "Preferred delivery"
1659
  msgstr "Wunschzustellung"
1660
 
1661
  # @ woocommerce-germanized
1662
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:135
1663
  msgctxt "dhl"
1664
  msgid "Receiver"
1665
  msgstr "Empfänger"
1666
 
1667
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:159
1668
  msgctxt "dhl"
1669
  msgid "COD Amount"
1670
  msgstr "Nachnahme Betrag"
1671
 
1672
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:172
1673
  msgctxt "dhl"
1674
  msgid "Duties"
1675
  msgstr "Zollabgabe"
1676
 
1677
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:184
1678
  msgctxt "dhl"
1679
  msgid "Valid address only"
1680
  msgstr "Nur valide Adressen"
1681
 
1682
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:196
1683
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1401
1684
  msgctxt "dhl"
1685
  msgid "GoGreen"
1686
  msgstr "GoGreen"
1687
 
1688
  # @ woocommerce-germanized
1689
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:205
1690
  msgctxt "dhl"
1691
  msgid "Additional insurance"
1692
  msgstr "Transportversicherung"
1693
 
1694
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:261
1695
  msgctxt "dhl"
1696
  msgid "Create inlay return label"
1697
  msgstr "Beilage-Retourenlabel erstellen"
1698
 
1699
  # @ woocommerce-germanized
1700
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:271
1701
  msgctxt "dhl"
1702
  msgid "Name"
1703
  msgstr "Name"
1704
 
1705
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:280
1706
  msgctxt "dhl"
1707
  msgid "Company"
1708
  msgstr "Firma"
1709
 
1710
  # @ woocommerce-germanized
1711
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:293
1712
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:587
1713
  msgctxt "dhl"
1714
  msgid "Street"
1715
  msgstr "Straße"
1716
 
1717
  # @ woocommerce-germanized
1718
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:302
1719
  msgctxt "dhl"
1720
  msgid "Street No"
1721
  msgstr "Hausnummer"
1722
 
1723
  # @ woocommerce-germanized
1724
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:315
1725
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:588
1726
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:27
1727
  msgctxt "dhl"
1728
  msgid "Postcode"
1729
  msgstr "Postleitzahl"
1730
 
1731
  # @ woocommerce-germanized
1732
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:324
1733
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:589
1734
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:30
1735
  msgctxt "dhl"
1736
  msgid "City"
1737
  msgstr "Stadt"
1738
 
1739
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:337
1740
  msgctxt "dhl"
1741
  msgid "Phone"
1742
  msgstr "Telefon"
1743
 
1744
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:346
1745
  msgctxt "dhl"
1746
  msgid "Email"
1747
  msgstr "E-Mail"
1748
 
1749
  # @ woocommerce-germanized
1750
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:362
1751
  msgctxt "dhl"
1752
  msgid "Age check"
1753
  msgstr "Alterssichtprüfung"
1754
 
1755
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:375
1756
  msgctxt "dhl"
1757
  msgid "Retail outlet routing"
1758
  msgstr "Filialrouting"
1759
 
1760
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:389
1761
  msgctxt "dhl"
1762
  msgid "No neighbor"
1763
  msgstr "Keine Nachbarschaftszustellung"
1764
 
1765
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:402
1766
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1433
1767
  msgctxt "dhl"
1768
  msgid "Named person only"
1769
  msgstr "Persönliche Übergabe"
1770
 
1771
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:411
1772
  msgctxt "dhl"
1773
  msgid "Bulky goods"
1774
  msgstr "Sperrgut"
1775
 
1776
  # @ woocommerce-germanized
1777
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:420
1778
  msgctxt "dhl"
1779
  msgid "Identity check"
1780
  msgstr "Ident-Check"
1781
 
1782
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:434
1783
  msgctxt "dhl"
1784
  msgid "Date of Birth"
1785
  msgstr "Geburtsdatum"
1786
 
1787
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:445
1788
  msgctxt "dhl"
1789
  msgid "Minimum age"
1790
  msgstr "Mindestalter"
1791
 
1792
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:461
1793
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1483
1794
  msgctxt "dhl"
1795
  msgid "Premium"
1796
  msgstr "Premium"
1797
 
1798
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:522
1799
  msgctxt "dhl"
1800
  msgid "Receiver is missing or does not exist."
1801
  msgstr "Empfänger fehlt oder existiert nicht."
1802
 
1803
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:594
1804
  #, php-format
1805
  msgctxt "dhl"
1806
  msgid "%s of the return address is a mandatory field."
1807
  msgstr "%s der Rücksendeadresse ist ein Pflichtfeld."
1808
 
1809
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:599
1810
  msgctxt "dhl"
1811
  msgid "Please either add a return company or name."
1812
  msgstr ""
1813
  "Bitte gib entweder einen Firmennamen oder Namen für die Rücksendeadresse an."
1814
 
1815
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:619
1816
  msgctxt "dhl"
1817
  msgid "Error while parsing delivery day."
1818
  msgstr "Fehler beim Einlesen des Liefertages."
1819
 
1820
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:646
1821
  msgctxt "dhl"
1822
  msgid "The visual min age check is invalid."
1823
  msgstr "Das Alter der Alterssichtprüfung ist ungültig."
1824
 
1825
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:670
1826
  msgctxt "dhl"
1827
  msgid "The ident min age check is invalid."
1828
  msgstr "Das Alter des Ident-Checks ist ungültig."
1829
 
1830
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:675
1831
  msgctxt "dhl"
1832
  msgid "There was an error parsing the date of birth for the identity check."
1833
  msgstr ""
1834
  "Beim Einlesen des Geburtsdatums für den Ident-Check trat ein Problem auf."
1835
 
1836
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:680
1837
  msgctxt "dhl"
1838
  msgid ""
1839
  "Either a minimum age or a date of birth must be added to the ident check."
@@ -1842,19 +1867,19 @@ msgstr ""
1842
  "hinzugefügt werden."
1843
 
1844
  # @ woocommerce-germanized
1845
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:697
1846
  #, php-format
1847
  msgctxt "dhl"
1848
  msgid "%s duties element does not exist."
1849
  msgstr "%s Zollabgabe existiert nicht."
1850
 
1851
  # @ woocommerce-germanized
1852
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:954
1853
  msgctxt "dhl"
1854
  msgid "Customer Number (EKP)"
1855
  msgstr "Kundennummer (EKP)"
1856
 
1857
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:956
1858
  #, php-format
1859
  msgctxt "dhl"
1860
  msgid ""
@@ -1864,33 +1889,33 @@ msgstr ""
1864
  "Deine 10-stellige DHL Kundennummer (EKP). Finde deine %s im DHL "
1865
  "Geschäftskundenportal."
1866
 
1867
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:956
1868
  msgctxt "dhl"
1869
  msgid "customer number"
1870
  msgstr "Kundennummer"
1871
 
1872
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:965
1873
  msgctxt "dhl"
1874
  msgid "API"
1875
  msgstr "API"
1876
 
1877
  # @ woocommerce-germanized
1878
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:968
1879
  msgctxt "dhl"
1880
  msgid "Enable Sandbox"
1881
  msgstr "Sandbox aktivieren"
1882
 
1883
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:969
1884
  msgctxt "dhl"
1885
  msgid "Activate Sandbox mode for testing purposes."
1886
  msgstr "Aktiviere den Sandbox Modus."
1887
 
1888
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:976
1889
  msgctxt "dhl"
1890
  msgid "Live Username"
1891
  msgstr "Benutzer"
1892
 
1893
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:978
1894
  #, php-format
1895
  msgctxt "dhl"
1896
  msgid ""
@@ -1900,21 +1925,21 @@ msgstr ""
1900
  "Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
1901
  "Geschäftskundenportal. Bitte teste deine Zugangsdaten vorab %s."
1902
 
1903
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:978
1904
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:988
1905
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:997
1906
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1006
1907
  msgctxt "dhl"
1908
  msgid "here"
1909
  msgstr "hier"
1910
 
1911
  # @ woocommerce-germanized
1912
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:986
1913
  msgctxt "dhl"
1914
  msgid "Live Password"
1915
  msgstr "Passwort"
1916
 
1917
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:988
1918
  #, php-format
1919
  msgctxt "dhl"
1920
  msgid ""
@@ -1926,12 +1951,12 @@ msgstr ""
1926
  "Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
1927
  "Benutzer) Monaten und teste deine Zugangsdaten vorab %s."
1928
 
1929
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:995
1930
  msgctxt "dhl"
1931
  msgid "Sandbox Username"
1932
  msgstr "Sandbox Benutzername"
1933
 
1934
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:997
1935
  #, php-format
1936
  msgctxt "dhl"
1937
  msgid ""
@@ -1941,12 +1966,12 @@ msgstr ""
1941
  "Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
1942
  "Entwicklerportal. Bitte teste deine Zugangsdaten vorab %s."
1943
 
1944
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1004
1945
  msgctxt "dhl"
1946
  msgid "Sandbox Password"
1947
  msgstr "Sandbox Passwort"
1948
 
1949
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1006
1950
  #, php-format
1951
  msgctxt "dhl"
1952
  msgid ""
@@ -1956,78 +1981,78 @@ msgstr ""
1956
  "Dein Passwort zum DHL Entwicklerportal. Bitte teste deine Zugangsdaten vorab "
1957
  "%s."
1958
 
1959
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1014
1960
  msgctxt "dhl"
1961
  msgid "Products and Participation Numbers"
1962
  msgstr "Produkte und Teilnahmenummern"
1963
 
1964
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1031
1965
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1365
1966
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1605
1967
  msgctxt "dhl"
1968
  msgid "Inlay Returns"
1969
  msgstr "Beilageretouren"
1970
 
1971
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1043
1972
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:142
1973
  msgctxt "dhl"
1974
  msgid "Tracking"
1975
  msgstr "Sendungsverfolgung"
1976
 
1977
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1057
1978
  msgctxt "dhl"
1979
  msgid "Enable delivery to Packstation."
1980
  msgstr "Aktiviere den Versand an Packstationen."
1981
 
1982
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1058
1983
  msgctxt "dhl"
1984
  msgid "Let customers choose a Packstation as delivery address."
1985
  msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
1986
 
1987
  # @ woocommerce-germanized
1988
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1066
1989
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:50
1990
  msgctxt "dhl"
1991
  msgid "Postoffice"
1992
  msgstr "Postfiliale"
1993
 
1994
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1067
1995
  msgctxt "dhl"
1996
  msgid "Enable delivery to Post Offices."
1997
  msgstr "Aktiviere den Versand an Postfilialen."
1998
 
1999
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1068
2000
  msgctxt "dhl"
2001
  msgid "Let customers choose a Post Office as delivery address."
2002
  msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
2003
 
2004
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1076
2005
  msgctxt "dhl"
2006
  msgid "Parcel Shop"
2007
  msgstr "Paketshop"
2008
 
2009
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1077
2010
  msgctxt "dhl"
2011
  msgid "Enable delivery to Parcel Shops."
2012
  msgstr "Lieferung an Paketshops aktivieren."
2013
 
2014
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1078
2015
  msgctxt "dhl"
2016
  msgid "Let customers choose a Parcel Shop as delivery address."
2017
  msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
2018
 
2019
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1086
2020
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1732
2021
  msgctxt "dhl"
2022
  msgid "Map"
2023
  msgstr "Karte"
2024
 
2025
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1087
2026
  msgctxt "dhl"
2027
  msgid "Let customers find a DHL location on a map."
2028
  msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
2029
 
2030
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1087
2031
  msgctxt "dhl"
2032
  msgid ""
2033
  "Enable this option to let your customers choose a pickup option from a map "
@@ -2038,12 +2063,12 @@ msgstr ""
2038
  "einer Karten in der Kasse zu ermöglichen. Wenn diese Option deaktiviert ist, "
2039
  "wird stattdessen auf die DHL Website verwiesen."
2040
 
2041
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1096
2042
  msgctxt "dhl"
2043
  msgid "Google Maps Key"
2044
  msgstr "Google Maps Schlüssel"
2045
 
2046
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1101
2047
  #, php-format
2048
  msgctxt "dhl"
2049
  msgid ""
@@ -2053,27 +2078,27 @@ msgstr ""
2053
  "Um eine Karte integrieren zu können, benötigst du einen gültigen API-"
2054
  "Schlüssel für Google Maps. Du kannst %s."
2055
 
2056
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1101
2057
  msgctxt "dhl"
2058
  msgid "retrieve a new one"
2059
  msgstr "hier einen neuen erstellen"
2060
 
2061
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1107
2062
  msgctxt "dhl"
2063
  msgid "Limit results"
2064
  msgstr "Suchergebnisse begrenzen"
2065
 
2066
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1112
2067
  msgctxt "dhl"
2068
  msgid "Limit the number of DHL locations shown on the map"
2069
  msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
2070
 
2071
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1141
2072
  msgctxt "dhl"
2073
  msgid "Enable delivery day delivery."
2074
  msgstr "Aktiviere die Lieferung am Liefertag."
2075
 
2076
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1141
2077
  msgctxt "dhl"
2078
  msgid ""
2079
  "Enabling this option will display options for the user to select their "
@@ -2083,13 +2108,13 @@ msgstr ""
2083
  "Kasse."
2084
 
2085
  # @ woocommerce-germanized
2086
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1149
2087
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1685
2088
  msgctxt "dhl"
2089
  msgid "Fee"
2090
  msgstr "Gebühr"
2091
 
2092
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1151
2093
  msgctxt "dhl"
2094
  msgid ""
2095
  "Insert gross value as surcharge for delivery day delivery. Insert 0 to offer "
@@ -2099,12 +2124,12 @@ msgstr ""
2099
  "Setze den Wert auf 0 um den Service kostenlos anzubieten."
2100
 
2101
  # @ woocommerce-germanized
2102
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1163
2103
  msgctxt "dhl"
2104
  msgid "Enable drop-off location delivery."
2105
  msgstr "Lieferung an einen Ablageort aktivieren."
2106
 
2107
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1163
2108
  msgctxt "dhl"
2109
  msgid ""
2110
  "Enabling this option will display options for the user to select their "
@@ -2113,12 +2138,12 @@ msgstr ""
2113
  "Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
2114
  "Kasse ."
2115
 
2116
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1172
2117
  msgctxt "dhl"
2118
  msgid "Enable delivery to a neighbor."
2119
  msgstr "Lieferung an Nachbarn aktivieren."
2120
 
2121
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1172
2122
  msgctxt "dhl"
2123
  msgid ""
2124
  "Enabling this option will display options for the user to deliver to their "
@@ -2127,12 +2152,12 @@ msgstr ""
2127
  "Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
2128
  "der Kasse."
2129
 
2130
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1180
2131
  msgctxt "dhl"
2132
  msgid "Cut-off time"
2133
  msgstr "Cut-off-Zeit"
2134
 
2135
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1185
2136
  msgctxt "dhl"
2137
  msgid ""
2138
  "The cut-off time is the latest possible order time up to which the minimum "
@@ -2145,12 +2170,12 @@ msgstr ""
2145
  "Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
2146
  "Liefertag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
2147
 
2148
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1191
2149
  msgctxt "dhl"
2150
  msgid "Preparation days"
2151
  msgstr "Bearbeitungstage"
2152
 
2153
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1196
2154
  msgctxt "dhl"
2155
  msgid ""
2156
  "If you need more time to prepare your shipments you might want to add a "
@@ -2161,23 +2186,23 @@ msgstr ""
2161
  "hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
2162
  "auswählbaren Liefertag hinzugefügt werden."
2163
 
2164
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1203
2165
  msgctxt "dhl"
2166
  msgid "Exclude days of transfer"
2167
  msgstr "Übergabetage ausschließen"
2168
 
2169
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1205
2170
  msgctxt "dhl"
2171
  msgid "Exclude days from transferring shipments to DHL."
2172
  msgstr "Schließe bestimmte Wochentage für die Übergabe an DHL aus."
2173
 
2174
  # @ woocommerce-germanized
2175
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1271
2176
  msgctxt "dhl"
2177
  msgid "Exclude gateways"
2178
  msgstr "Zahlungsarten ausschließen"
2179
 
2180
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1273
2181
  msgctxt "dhl"
2182
  msgid "Select payment gateways to be excluded from showing preferred services."
2183
  msgstr ""
@@ -2185,19 +2210,19 @@ msgstr ""
2185
  "Verfügung stehen sollen."
2186
 
2187
  # @ woocommerce-germanized
2188
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1297
2189
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:178
2190
  msgctxt "dhl"
2191
  msgid "Products"
2192
  msgstr "Produkte"
2193
 
2194
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1300
2195
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:198
2196
  msgctxt "dhl"
2197
  msgid "Domestic Default Service"
2198
  msgstr "Standard Service (national)"
2199
 
2200
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1305
2201
  msgctxt "dhl"
2202
  msgid ""
2203
  "Please select your default DHL shipping service for domestic shipments that "
@@ -2209,13 +2234,13 @@ msgstr ""
2209
  "nachträglich ändern)."
2210
 
2211
  # @ woocommerce-germanized
2212
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1311
2213
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:209
2214
  msgctxt "dhl"
2215
  msgid "EU Default Service"
2216
  msgstr "Standard Service (EU)"
2217
 
2218
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1316
2219
  msgctxt "dhl"
2220
  msgid ""
2221
  "Please select your default DHL shipping service for EU shipments that you "
@@ -2226,13 +2251,13 @@ msgstr ""
2226
  "Kunden anbietest (du kannst das Produkt für jede einzelne Sendung "
2227
  "nachträglich ändern)."
2228
 
2229
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1322
2230
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:220
2231
  msgctxt "dhl"
2232
  msgid "Int. Default Service"
2233
  msgstr "Standard Service (Int.)"
2234
 
2235
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1327
2236
  msgctxt "dhl"
2237
  msgid ""
2238
  "Please select your default DHL shipping service for cross-border shipments "
@@ -2244,27 +2269,27 @@ msgstr ""
2244
  "nachträglich ändern)."
2245
 
2246
  # @ woocommerce-germanized
2247
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1333
2248
  msgctxt "dhl"
2249
  msgid "Default Duty"
2250
  msgstr "Standard Zoll"
2251
 
2252
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1338
2253
  msgctxt "dhl"
2254
  msgid "Please select a default duty type."
2255
  msgstr "Bitte wähle eine Standard-Zollabrechnung aus."
2256
 
2257
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1345
2258
  msgctxt "dhl"
2259
  msgid "Codeable"
2260
  msgstr "Leitcodierbar"
2261
 
2262
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1346
2263
  msgctxt "dhl"
2264
  msgid "Generate label only if address can be automatically retrieved DHL."
2265
  msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
2266
 
2267
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1352
2268
  msgctxt "dhl"
2269
  msgid ""
2270
  "Choose this option if you want to make sure that by default labels are only "
@@ -2275,17 +2300,17 @@ msgstr ""
2275
  "ist."
2276
 
2277
  # @ woocommerce-germanized
2278
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1356
2279
  msgctxt "dhl"
2280
  msgid "Force email"
2281
  msgstr "E-Mail übertragen"
2282
 
2283
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1357
2284
  msgctxt "dhl"
2285
  msgid "Force transferring customer email to DHL."
2286
  msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
2287
 
2288
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1357
2289
  #, php-format
2290
  msgctxt "dhl"
2291
  msgid ""
@@ -2304,7 +2329,46 @@ msgstr ""
2304
  "Datenschutzerklärung und suche im Zweifel anwaltlichen Rat bevor du diese "
2305
  "Option aktivierst."
2306
 
2307
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1366
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2308
  msgctxt "dhl"
2309
  msgid ""
2310
  "Additionally create inlay return labels for shipments that support returns."
@@ -2312,14 +2376,14 @@ msgstr ""
2312
  "Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
2313
  "unterstützen."
2314
 
2315
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1379
2316
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
2317
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1619
2318
  msgctxt "dhl"
2319
  msgid "Retoure"
2320
  msgstr "Retoure"
2321
 
2322
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1379
2323
  #, php-format
2324
  msgctxt "dhl"
2325
  msgid ""
@@ -2330,18 +2394,18 @@ msgstr ""
2330
  "an. Stelle sicher, dass dein %s DHL Retoure Online enthält."
2331
 
2332
  # @ woocommerce-germanized
2333
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1379
2334
  msgctxt "dhl"
2335
  msgid "contract"
2336
  msgstr "Vertrag"
2337
 
2338
  # @ woocommerce-germanized
2339
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1383
2340
  msgctxt "dhl"
2341
  msgid "Enable creating labels for return shipments."
2342
  msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
2343
 
2344
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1383
2345
  msgctxt "dhl"
2346
  msgid ""
2347
  "By enabling this option you might generate retoure labels for return "
@@ -2351,12 +2415,12 @@ msgstr ""
2351
  "Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
2352
 
2353
  # @ woocommerce-germanized
2354
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1399
2355
  msgctxt "dhl"
2356
  msgid "Default Services"
2357
  msgstr "Standard-Services"
2358
 
2359
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1399
2360
  #, php-format
2361
  msgctxt "dhl"
2362
  msgid ""
@@ -2367,28 +2431,28 @@ msgstr ""
2367
  "werden sollen. Finde mehr über diese <a href=\"%s\" target=\"_blank"
2368
  "\">Services</a> heraus."
2369
 
2370
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1402
2371
  msgctxt "dhl"
2372
  msgid "Enable the GoGreen Service by default."
2373
  msgstr "Buche den GoGreen Service hinzu."
2374
 
2375
  # @ woocommerce-germanized
2376
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1409
2377
  msgctxt "dhl"
2378
  msgid "Additional Insurance"
2379
  msgstr "Transportversicherung"
2380
 
2381
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1410
2382
  msgctxt "dhl"
2383
  msgid "Add an additional insurance to labels."
2384
  msgstr "Füge eine Transportversicherung zur Sendung hinzu."
2385
 
2386
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1417
2387
  msgctxt "dhl"
2388
  msgid "Retail Outlet Routing"
2389
  msgstr "Filialrouting"
2390
 
2391
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1418
2392
  msgctxt "dhl"
2393
  msgid ""
2394
  "Send undeliverable items to nearest retail outlet instead of immediate "
@@ -2397,57 +2461,57 @@ msgstr ""
2397
  "Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
2398
  "anstelle diese direkt zurückzusenden."
2399
 
2400
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1425
2401
  msgctxt "dhl"
2402
  msgid "No Neighbor"
2403
  msgstr "Keine Nachbarschaftszustellung"
2404
 
2405
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1426
2406
  msgctxt "dhl"
2407
  msgid "Do not deliver to neighbors."
2408
  msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
2409
 
2410
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1434
2411
  msgctxt "dhl"
2412
  msgid "Do only delivery to named person."
2413
  msgstr ""
2414
  "Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
2415
  "Person übergeben."
2416
 
2417
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1441
2418
  msgctxt "dhl"
2419
  msgid "Bulky Goods"
2420
  msgstr "Sperrgut"
2421
 
2422
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1442
2423
  msgctxt "dhl"
2424
  msgid "Deliver as bulky goods."
2425
  msgstr "Sende Pakete als Sperrgut."
2426
 
2427
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1449
2428
  msgctxt "dhl"
2429
  msgid "Minimum age (Visual check)"
2430
  msgstr "Mindestalter (Visuell)"
2431
 
2432
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1455
2433
  msgctxt "dhl"
2434
  msgid "Choose this option if you want to let DHL check your customer's age."
2435
  msgstr ""
2436
  "Wähle diese Option aus, wenn du das Alter durch DHL prüfen lassen möchtest."
2437
 
2438
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
2439
  msgctxt "dhl"
2440
  msgid "Sync (Visual Check)"
2441
  msgstr "Synchronisation (Visuell)"
2442
 
2443
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1459
2444
  msgctxt "dhl"
2445
  msgid "Visually verify age if shipment contains applicable items."
2446
  msgstr ""
2447
  "Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
2448
  "beinhaltet."
2449
 
2450
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1459
2451
  #, php-format
2452
  msgctxt "dhl"
2453
  msgid ""
@@ -2460,18 +2524,18 @@ msgstr ""
2460
  "Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
2461
  "Produkte beinhaltet."
2462
 
2463
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1459
2464
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1476
2465
  msgctxt "dhl"
2466
  msgid "age verification checkbox"
2467
  msgstr "Checkbox zur Altersprüfung"
2468
 
2469
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1466
2470
  msgctxt "dhl"
2471
  msgid "Minimum age (Ident check)"
2472
  msgstr "Mindestalter (Identität)"
2473
 
2474
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1472
2475
  msgctxt "dhl"
2476
  msgid ""
2477
  "Choose this option if you want to let DHL check your customer's identity and "
@@ -2481,19 +2545,19 @@ msgstr ""
2481
  "lassen möchtest."
2482
 
2483
  # @ woocommerce-germanized
2484
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
2485
  msgctxt "dhl"
2486
  msgid "Sync (Ident Check)"
2487
  msgstr "Synchronisation (Identität)"
2488
 
2489
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1476
2490
  msgctxt "dhl"
2491
  msgid "Verify identity and age if shipment contains applicable items."
2492
  msgstr ""
2493
  "Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
2494
  "beinhaltet."
2495
 
2496
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1476
2497
  #, php-format
2498
  msgctxt "dhl"
2499
  msgid ""
@@ -2506,18 +2570,18 @@ msgstr ""
2506
  "Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
2507
  "Produkte beinhaltet."
2508
 
2509
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1484
2510
  msgctxt "dhl"
2511
  msgid "Premium delivery for international shipments."
2512
  msgstr "Premium Lieferung für internationale Sendungen."
2513
 
2514
  # @ woocommerce-germanized
2515
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1492
2516
  msgctxt "dhl"
2517
  msgid "Bank Account"
2518
  msgstr "Bankkonto"
2519
 
2520
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1492
2521
  msgctxt "dhl"
2522
  msgid "Enter your bank details needed for services that use COD."
2523
  msgstr ""
@@ -2525,36 +2589,36 @@ msgstr ""
2525
  "werden sollen."
2526
 
2527
  # @ woocommerce-germanized
2528
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1495
2529
  msgctxt "dhl"
2530
  msgid "Holder"
2531
  msgstr "Kontoinhaber"
2532
 
2533
  # @ woocommerce-germanized
2534
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1503
2535
  msgctxt "dhl"
2536
  msgid "Bank Name"
2537
  msgstr "Name der Bank"
2538
 
2539
  # @ woocommerce-germanized
2540
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1511
2541
  msgctxt "dhl"
2542
  msgid "IBAN"
2543
  msgstr "IBAN"
2544
 
2545
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1519
2546
  msgctxt "dhl"
2547
  msgid "BIC"
2548
  msgstr "BIC"
2549
 
2550
  # @ woocommerce-germanized
2551
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1527
2552
  msgctxt "dhl"
2553
  msgid "Payment Reference"
2554
  msgstr "Zahlungsreferenz"
2555
 
2556
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1532
2557
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1542
2558
  #, php-format
2559
  msgctxt "dhl"
2560
  msgid ""
@@ -2565,17 +2629,17 @@ msgstr ""
2565
  "%s. Der Text ist auf 35 Zeichen begrenzt."
2566
 
2567
  # @ woocommerce-germanized
2568
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1537
2569
  msgctxt "dhl"
2570
  msgid "Payment Reference 2"
2571
  msgstr "Zahlungsreferenz 2"
2572
 
2573
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1572
2574
  msgctxt "dhl"
2575
  msgid "Customer Number"
2576
  msgstr "Kundennummer"
2577
 
2578
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1573
2579
  msgctxt "dhl"
2580
  msgid ""
2581
  "Insert your DHL business customer number (EKP) here. If you are not yet a "
@@ -2584,12 +2648,12 @@ msgstr ""
2584
  "Füge hier deine DHL Kundennummer (EKP) ein. Wenn du noch kein Geschäftskunde "
2585
  "bist, solltest du dich zuerst als Geschäftskunde bei DHL registrieren."
2586
 
2587
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1586
2588
  msgctxt "dhl"
2589
  msgid "API Access"
2590
  msgstr "API Zugriff"
2591
 
2592
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1587
2593
  msgctxt "dhl"
2594
  msgid ""
2595
  "To create labels and embed DHL services, our software needs access to the "
@@ -2599,7 +2663,7 @@ msgstr ""
2599
  "Software Zugang zur API. Du solltest hier deine Zugangsdaten zum DHL "
2600
  "Geschäftskundenportal eingeben."
2601
 
2602
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1606
2603
  msgctxt "dhl"
2604
  msgid ""
2605
  "If you want to provide your customers with inlay return labels for your "
@@ -2608,7 +2672,7 @@ msgstr ""
2608
  "Wenn du Beilageretouren-Labels zu deinen Sendungen hinzufügen möchtest, "
2609
  "solltest du diese Funktion standardmäßig aktivieren."
2610
 
2611
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1620
2612
  msgctxt "dhl"
2613
  msgid ""
2614
  "If you want to create DHL labels to returns you should activate this "
@@ -2619,12 +2683,12 @@ msgstr ""
2619
  "aktivieren. Stelle sicher, dass DHL Online Retoure in deinem Vertrag "
2620
  "freigeschaltet ist."
2621
 
2622
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1633
2623
  msgctxt "dhl"
2624
  msgid "Age verification"
2625
  msgstr "Altersverifikation"
2626
 
2627
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1634
2628
  msgctxt "dhl"
2629
  msgid ""
2630
  "Use this feature to sync the Germanized age verification checkbox with the "
@@ -2637,12 +2701,12 @@ msgstr ""
2637
  "„Alterssichtprüfung“ von DHL automatisch aktiviert."
2638
 
2639
  # @ woocommerce-germanized
2640
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1652
2641
  msgctxt "dhl"
2642
  msgid "Automation"
2643
  msgstr "Automatisierung"
2644
 
2645
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1653
2646
  msgctxt "dhl"
2647
  msgid ""
2648
  "You might want to save some time and let Germanized generate labels "
@@ -2652,7 +2716,7 @@ msgstr ""
2652
  "automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
2653
  "wechselt."
2654
 
2655
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1672
2656
  msgctxt "dhl"
2657
  msgid ""
2658
  "Let your customers choose a delivery day (if the service is available at the "
@@ -2661,7 +2725,7 @@ msgstr ""
2661
  "Lasse deine Kunden einen Liefertag (falls der Service für die Kundenadresse "
2662
  "zur Verfügung steht) für die Lieferung in der Kasse auswählen."
2663
 
2664
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1686
2665
  msgctxt "dhl"
2666
  msgid ""
2667
  "Optionally charge your customers an additional fee for preferred services "
@@ -2670,7 +2734,7 @@ msgstr ""
2670
  "Optional kannst du die Gebühr für die Auswahl des Liefertages oder anderer "
2671
  "Wunschzustellung-Services an deine Kunden weiterreichen."
2672
 
2673
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1700
2674
  msgctxt "dhl"
2675
  msgid ""
2676
  "Allow your customers to send their parcels to a drop-off location e.g. a "
@@ -2679,7 +2743,7 @@ msgstr ""
2679
  "Lasse deine Kunden einen Ablageort für die Abgabe ihres Pakets in der Kasse "
2680
  "auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
2681
 
2682
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1719
2683
  msgctxt "dhl"
2684
  msgid ""
2685
  "Allow your customers to choose packstation (and/or other DHL location types "
@@ -2688,7 +2752,7 @@ msgstr ""
2688
  "Lasse deine Kunden eine Packstation (und/oder andere DHL Standorte, wie im "
2689
  "Folgenden konfiguriert) als Lieferadresse auswählen."
2690
 
2691
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1733
2692
  msgctxt "dhl"
2693
  msgid ""
2694
  "This option adds a map overlay view to let your customers choose a DHL "
@@ -3072,7 +3136,7 @@ msgstr "LxBxH in dezimaler Form."
3072
 
3073
  # @ woocommerce-germanized
3074
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:50
3075
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:416
3076
  #: woocommerce-germanized-shipments/src/Admin/Table.php:692
3077
  msgctxt "shipments"
3078
  msgid "Packaging"
@@ -3080,7 +3144,7 @@ msgstr "Verpackung"
3080
 
3081
  # @ woocommerce-germanized
3082
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
3083
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1089
3084
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
3085
  #: woocommerce-germanized-shipments/src/Admin/Table.php:689
3086
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
@@ -3128,14 +3192,14 @@ msgstr "Position hinzufügen"
3128
 
3129
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:189
3130
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:45
3131
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:226
3132
  msgctxt "shipments"
3133
  msgid "Item"
3134
  msgstr "Position"
3135
 
3136
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:190
3137
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:46
3138
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:231
3139
  #: woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:55
3140
  #: woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:37
3141
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details.php:59
@@ -3215,9 +3279,9 @@ msgstr "Löschen"
3215
 
3216
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-list.php:22
3217
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:84
3218
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:213
3219
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:618
3220
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:739
3221
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:75
3222
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:172
3223
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:267
@@ -3248,10 +3312,10 @@ msgstr "%s #%s"
3248
  # @ woocommerce-germanized
3249
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:19
3250
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:77
3251
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:548
3252
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:617
3253
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:705
3254
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:772
3255
  #: woocommerce-germanized-shipments/templates/myaccount/order-shipments.php:20
3256
  msgctxt "shipments"
3257
  msgid "Shipments"
@@ -3282,15 +3346,15 @@ msgstr "Speichern"
3282
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
3283
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
3284
  #: woocommerce-germanized-shipments/src/Admin/Table.php:687
3285
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:780
3286
  msgctxt "shipments"
3287
  msgid "Title"
3288
  msgstr "Titel"
3289
 
3290
  # @ woocommerce-germanized
3291
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
3292
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:454
3293
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:789
3294
  msgctxt "shipments"
3295
  msgid "Description"
3296
  msgstr "Beschreibung"
@@ -3353,7 +3417,7 @@ msgid "Download"
3353
  msgstr "Download"
3354
 
3355
  #: woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:41
3356
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:836
3357
  msgctxt "shipments"
3358
  msgid "Create new label"
3359
  msgstr "Neues Label erstellen"
@@ -3524,8 +3588,8 @@ msgid "Text to appear below the main email content."
3524
  msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
3525
 
3526
  #: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
3527
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1021
3528
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1051
3529
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
3530
  msgctxt "shipments"
3531
  msgid "N/A"
@@ -3587,7 +3651,7 @@ msgid "Letter"
3587
  msgstr "Brief"
3588
 
3589
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
3590
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1087
3591
  msgctxt "shipments"
3592
  msgid "Shipment"
3593
  msgstr "Sendung"
@@ -3693,53 +3757,53 @@ msgid "Invalid shipment item"
3693
  msgstr "Ungültige Sendungsposition"
3694
 
3695
  # @ woocommerce-germanized
3696
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:676
3697
  msgctxt "shipments"
3698
  msgid "None"
3699
  msgstr "Keiner"
3700
 
3701
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:717
3702
  msgctxt "shipments-shipping-provider"
3703
  msgid "Unknown"
3704
  msgstr "Unbekannt"
3705
 
3706
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:762
3707
  msgctxt "shipments"
3708
  msgid "Error while uploading file."
3709
  msgstr "Fehler beim Hochladen der Datei."
3710
 
3711
  # @ woocommerce-germanized
3712
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1088
3713
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
3714
  #: woocommerce-germanized-shipments/src/Admin/Table.php:688
3715
  msgctxt "shipments"
3716
  msgid "Date"
3717
  msgstr "Datum"
3718
 
3719
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1090
3720
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
3721
  msgctxt "shipments"
3722
  msgid "Tracking"
3723
  msgstr "Sendungsverfolgung"
3724
 
3725
  # @ woocommerce-germanized
3726
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1091
3727
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:236
3728
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
3729
  #: woocommerce-germanized-shipments/src/Admin/Table.php:696
3730
  msgctxt "shipments"
3731
  msgid "Actions"
3732
  msgstr "Aktionen"
3733
 
3734
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1327
3735
  msgctxt "shipments"
3736
  msgid "View"
3737
  msgstr "Anzeigen"
3738
 
3739
  # @ woocommerce-germanized
3740
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1334
3741
  #: woocommerce-germanized-shipments/src/Admin/Table.php:871
3742
- #: woocommerce-germanized-shipments/src/Ajax.php:340
3743
  #: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
3744
  msgctxt "shipments"
3745
  msgid "Download label"
@@ -3777,17 +3841,17 @@ msgid "View order"
3777
  msgstr "Bestellung ansehen"
3778
 
3779
  # @ woocommerce-germanized
3780
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:73
3781
  msgctxt "shipments"
3782
  msgid "Select a country"
3783
  msgstr "Land auswählen"
3784
 
3785
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:77
3786
  msgctxt "shipments"
3787
  msgid "HS-Code (Customs)"
3788
  msgstr "Zolltarifnummer (HS-Code, Zoll)"
3789
 
3790
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:79
3791
  msgctxt "shipments"
3792
  msgid ""
3793
  "The HS Code is a number assigned to every possible commodity that can be "
@@ -3797,12 +3861,12 @@ msgstr ""
3797
  "standardisiertes System von Namen und Nummern zur Klassifizierung "
3798
  "gehandelter Produkte."
3799
 
3800
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:86
3801
  msgctxt "shipments"
3802
  msgid "Country of manufacture (Customs)"
3803
  msgstr "Herstellungsland (Zoll)"
3804
 
3805
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:88
3806
  msgctxt "shipments"
3807
  msgid ""
3808
  "The country of manufacture is needed for customs of international shipping."
@@ -3810,7 +3874,7 @@ msgstr ""
3810
  "Das Herstellungsland wird für die Zollabwicklung bei internationalen "
3811
  "Sendungen benötigt."
3812
 
3813
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:127
3814
  #, php-format
3815
  msgctxt "shipments"
3816
  msgid ""
@@ -3822,57 +3886,57 @@ msgstr ""
3822
  "beschreibbar ist."
3823
 
3824
  # @ woocommerce-germanized
3825
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:164
3826
  msgctxt "shipments"
3827
  msgid "View Shipments"
3828
  msgstr "Sendung anzeigen"
3829
 
3830
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:165
3831
  msgctxt "shipments"
3832
  msgid "Endpoint for the \"My account &rarr; View shipments\" page."
3833
  msgstr "Endpunkt für die „Mein Konto &rarr; Sendungen“ Seite."
3834
 
3835
  # @ woocommerce-germanized
3836
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:172
3837
  msgctxt "shipments"
3838
  msgid "View shipment"
3839
  msgstr "Sendung anzeigen"
3840
 
3841
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:173
3842
  msgctxt "shipments"
3843
  msgid "Endpoint for the \"My account &rarr; View shipment\" page."
3844
  msgstr "Endpunkt für die „Mein Konto &rarr; Sendung“ Seite."
3845
 
3846
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:180
3847
  msgctxt "shipments"
3848
  msgid "Add Return Shipment"
3849
  msgstr "Rücksendung"
3850
 
3851
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:181
3852
  msgctxt "shipments"
3853
  msgid "Endpoint for the \"My account &rarr; Add return shipment\" page."
3854
  msgstr "Endpunkt für die „Mein Konto &rarr; Rücksendung“ Seite."
3855
 
3856
  # @ woocommerce-germanized
3857
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:244
3858
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:379
3859
  #: woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:36
3860
  msgctxt "shipments"
3861
  msgid "Reason"
3862
  msgstr "Rücksendegrund"
3863
 
3864
  # @ woocommerce-germanized
3865
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:371
3866
  msgctxt "shipments"
3867
  msgid "Return reasons"
3868
  msgstr "Rücksendegründe"
3869
 
3870
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:378
3871
  msgctxt "shipments"
3872
  msgid "Reason code"
3873
  msgstr "Rücksendegrund (Code)"
3874
 
3875
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:378
3876
  msgctxt "shipments"
3877
  msgid "The reason code is used to identify the reason."
3878
  msgstr ""
@@ -3880,61 +3944,61 @@ msgstr ""
3880
  "identifizieren zu können."
3881
 
3882
  # @ woocommerce-germanized
3883
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:379
3884
  msgctxt "shipments"
3885
  msgid "Choose a reason text."
3886
  msgstr "Beschreibung für den Grund."
3887
 
3888
  # @ woocommerce-germanized
3889
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:398
3890
  msgctxt "shipments"
3891
  msgid "+ Add reason"
3892
  msgstr "+ Grund hinzufügen"
3893
 
3894
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:398
3895
  msgctxt "shipments"
3896
  msgid "Remove selected reason(s)"
3897
  msgstr "Ausgewählte Gründe löschen"
3898
 
3899
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:431
3900
  msgctxt "shipments"
3901
  msgid "Available Packaging"
3902
  msgstr "Verfügbare Verpackungen"
3903
 
3904
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:454
3905
  msgctxt "shipments"
3906
  msgid "A description to help you identify the packaging."
3907
  msgstr "Eine Beschreibung die dir dabei hilft Verpackungen zu identifizieren."
3908
 
3909
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:455
3910
  msgctxt "shipments"
3911
  msgid "Type"
3912
  msgstr "Typ"
3913
 
3914
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:456
3915
  #, php-format
3916
  msgctxt "shipments"
3917
  msgid "Weight (%s)"
3918
  msgstr "Gewicht (%s)"
3919
 
3920
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:456
3921
  msgctxt "shipments"
3922
  msgid "The weight of the packaging."
3923
  msgstr "Das Gewicht der Verpackung."
3924
 
3925
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:457
3926
  #, php-format
3927
  msgctxt "shipments"
3928
  msgid "Dimensions (LxWxH, %s)"
3929
  msgstr "Abmessungen (LxBxH, %s)"
3930
 
3931
  # @ woocommerce-germanized
3932
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:458
3933
  msgctxt "shipments"
3934
  msgid "Max weight (kg)"
3935
  msgstr "Max. Gewicht (kg)"
3936
 
3937
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:458
3938
  msgctxt "shipments"
3939
  msgid ""
3940
  "The maximum weight this packaging can hold. Leave empty to not restrict "
@@ -3943,68 +4007,68 @@ msgstr ""
3943
  "Das maximale Gewicht, das diese Verpackung tragen kann. Leer lassen um das "
3944
  "Gewicht nicht zu begrenzen."
3945
 
3946
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:483
3947
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:524
3948
  msgctxt "shipments"
3949
  msgid "Length"
3950
  msgstr "Länge"
3951
 
3952
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:484
3953
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:525
3954
  msgctxt "shipments"
3955
  msgid "Width"
3956
  msgstr "Breite"
3957
 
3958
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:485
3959
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:526
3960
  msgctxt "shipments"
3961
  msgid "Height"
3962
  msgstr "Höhe"
3963
 
3964
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:498
3965
  msgctxt "shipments"
3966
  msgid "+ Add packaging"
3967
  msgstr "+ Verpackung hinzufügen"
3968
 
3969
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:498
3970
  msgctxt "shipments"
3971
  msgid "Remove selected packaging"
3972
  msgstr "Ausgewählte Verpackung löschen"
3973
 
3974
  # @ woocommerce-germanized
3975
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:602
3976
  msgctxt "shipments"
3977
  msgid "Create shipments"
3978
  msgstr "Sendungen erstellen"
3979
 
3980
  # @ woocommerce-germanized
3981
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:717
3982
  msgctxt "shipments"
3983
  msgid "Search shipments"
3984
  msgstr "Sendungen suchen"
3985
 
3986
  # @ woocommerce-germanized
3987
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:751
3988
  msgctxt "shipments"
3989
  msgid "Search returns"
3990
  msgstr "Retouren suchen"
3991
 
3992
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:829
3993
  msgctxt "shipments"
3994
  msgid "Do you really want to delete the shipment?"
3995
  msgstr "Möchtest du die Sendung wirklich löschen?"
3996
 
3997
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:835
3998
  msgctxt "shipments"
3999
  msgid "Do you really want to delete the label?"
4000
  msgstr "Möchtest du das Label wirklich löschen?"
4001
 
4002
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:837
4003
  msgctxt "shipments"
4004
  msgid "Please save the shipment before creating a new label"
4005
  msgstr "Bitte speichere die Sendung bevor du ein neues Label erzeugst"
4006
 
4007
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:887
4008
  msgctxt "shipments"
4009
  msgid ""
4010
  "Do you really want to delete the shipping provider? Some of your existing "
@@ -4431,84 +4495,98 @@ msgstr "Absenderadresse"
4431
 
4432
  # @ woocommerce-germanized
4433
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:210
4434
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:285
4435
  msgctxt "shipments"
4436
  msgid "First Name"
4437
  msgstr "Vorname"
4438
 
4439
  # @ woocommerce-germanized
4440
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:217
4441
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:293
4442
  msgctxt "shipments"
4443
  msgid "Last Name"
4444
  msgstr "Nachname"
4445
 
4446
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:224
4447
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:301
4448
  msgctxt "shipments"
4449
  msgid "Company"
4450
  msgstr "Firma"
4451
 
4452
  # @ woocommerce-germanized
4453
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:231
4454
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:309
4455
  msgctxt "shipments"
4456
  msgid "Address 1"
4457
  msgstr "Adresszeile 1"
4458
 
4459
  # @ woocommerce-germanized
4460
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:238
4461
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:317
4462
  msgctxt "shipments"
4463
  msgid "Address 2"
4464
  msgstr "Adresszeile 2"
4465
 
4466
  # @ woocommerce-germanized
4467
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:245
4468
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:325
4469
  msgctxt "shipments"
4470
  msgid "City"
4471
  msgstr "Stadt"
4472
 
4473
  # @ woocommerce-germanized
4474
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:252
4475
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:333
4476
  msgctxt "shipments"
4477
  msgid "Country / State"
4478
  msgstr "Land / Bundesland"
4479
 
4480
  # @ woocommerce-germanized
4481
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:260
4482
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:342
4483
  msgctxt "shipments"
4484
  msgid "Postcode"
4485
  msgstr "Postleitzahl"
4486
 
4487
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:267
4488
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:350
4489
  msgctxt "shipments"
4490
  msgid "Phone"
4491
  msgstr "Telefon"
4492
 
4493
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:274
4494
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:358
4495
  msgctxt "shipments"
4496
  msgid "Email"
4497
  msgstr "E-Mail"
4498
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4499
  # @ woocommerce-germanized
4500
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:282
4501
  msgctxt "shipments"
4502
  msgid "Return Address"
4503
  msgstr "Retouren Adresse"
4504
 
4505
  # @ woocommerce-germanized
4506
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:380
4507
  msgctxt "shipments"
4508
  msgid "Default packaging"
4509
  msgstr "Standard-Verpackung"
4510
 
4511
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:381
4512
  msgctxt "shipments"
4513
  msgid ""
4514
  "Choose a packaging which serves as fallback or default in case no suitable "
@@ -4518,24 +4596,24 @@ msgstr ""
4518
  "wenn keine passende Verpackung gefunden werden konnte."
4519
 
4520
  # @ woocommerce-germanized
4521
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:415
4522
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
4523
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1101
4524
  msgctxt "shipments"
4525
  msgid "General"
4526
  msgstr "Allgemein"
4527
 
4528
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:417
4529
  msgctxt "shipments"
4530
  msgid "Addresses"
4531
  msgstr "Adressen"
4532
 
4533
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:541
4534
  msgctxt "shipments"
4535
  msgid "More services"
4536
  msgstr "Mehr Services"
4537
 
4538
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:544
4539
  msgctxt "shipments"
4540
  msgid "Fewer services"
4541
  msgstr "Weniger Services"
@@ -4605,7 +4683,7 @@ msgstr "Filtern"
4605
 
4606
  # @ woocommerce-germanized
4607
  #: woocommerce-germanized-shipments/src/Admin/Table.php:665
4608
- #: woocommerce-germanized-shipments/src/Ajax.php:834
4609
  #, php-format
4610
  msgctxt "shipments"
4611
  msgid "Order #%s"
@@ -4731,62 +4809,62 @@ msgctxt "shipments"
4731
  msgid "There was an error processing the label."
4732
  msgstr "Bei der Verarbeitung des Labels ist ein Fehler aufgetreten."
4733
 
4734
- #: woocommerce-germanized-shipments/src/Ajax.php:352
4735
  msgctxt "shipments"
4736
  msgid "There was an error while trying to save the shipping provider status."
4737
  msgstr ""
4738
  "Beim Speichern des Status des Versanddienstleisters trat ein Fehler auf."
4739
 
4740
- #: woocommerce-germanized-shipments/src/Ajax.php:390
4741
  msgctxt "shipments"
4742
  msgid "There was an error while trying to delete the shipping provider."
4743
  msgstr "Beim Löschen des Versanddienstleisters trat ein Fehler auf."
4744
 
4745
- #: woocommerce-germanized-shipments/src/Ajax.php:423
4746
  msgctxt "shipments"
4747
  msgid "There was an error while bulk processing shipments."
4748
  msgstr ""
4749
  "Bei der Verarbeitung der Mehrfachaktionen von Sendungen trat ein Fehler auf."
4750
 
4751
- #: woocommerce-germanized-shipments/src/Ajax.php:541
4752
- #: woocommerce-germanized-shipments/src/Ajax.php:653
4753
- #: woocommerce-germanized-shipments/src/Ajax.php:710
4754
- #: woocommerce-germanized-shipments/src/Ajax.php:747
4755
- #: woocommerce-germanized-shipments/src/Ajax.php:921
4756
- #: woocommerce-germanized-shipments/src/Ajax.php:967
4757
- #: woocommerce-germanized-shipments/src/Ajax.php:1039
4758
- #: woocommerce-germanized-shipments/src/Ajax.php:1072
4759
- #: woocommerce-germanized-shipments/src/Ajax.php:1121
4760
- #: woocommerce-germanized-shipments/src/Ajax.php:1189
4761
- #: woocommerce-germanized-shipments/src/Ajax.php:1230
4762
- #: woocommerce-germanized-shipments/src/Ajax.php:1285
4763
- #: woocommerce-germanized-shipments/src/Ajax.php:1329
4764
  msgctxt "shipments"
4765
  msgid "There was an error processing the shipment"
4766
  msgstr "Fehler bei der Verarbeitung der Sendung"
4767
 
4768
- #: woocommerce-germanized-shipments/src/Ajax.php:594
4769
  msgctxt "shipments"
4770
  msgid "There was an error while adding the shipment"
4771
  msgstr "Beim Hinzufügen der Sendung ist ein Fehler aufgetreten"
4772
 
4773
- #: woocommerce-germanized-shipments/src/Ajax.php:615
4774
  msgctxt "shipments"
4775
  msgid "This order contains enough shipments already."
4776
  msgstr "Diese Bestellung beinhaltet bereits genug Sendungen."
4777
 
4778
- #: woocommerce-germanized-shipments/src/Ajax.php:672
4779
  msgctxt "shipments"
4780
  msgid "This order contains enough returns already."
4781
  msgstr "Diese Bestellung beinhaltet bereits genügend Retouren."
4782
 
4783
  # @ woocommerce-germanized
4784
- #: woocommerce-germanized-shipments/src/Ajax.php:881
4785
  msgctxt "shipments"
4786
  msgid "Status:"
4787
  msgstr "Status:"
4788
 
4789
- #: woocommerce-germanized-shipments/src/Ajax.php:886
4790
  msgctxt "shipments"
4791
  msgid "Customer payment page &rarr;"
4792
  msgstr "Kundenbezahlungsseite &rarr;"
@@ -4998,7 +5076,7 @@ msgctxt "shipments"
4998
  msgid "Invalid packaging."
4999
  msgstr "Verpackung nicht verfügbar."
5000
 
5001
- #: woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php:200
5002
  msgctxt "shipments"
5003
  msgid "Invalid shipment item."
5004
  msgstr "Ungültige Sendungsposition."
@@ -5181,10 +5259,10 @@ msgctxt "shipments"
5181
  msgid "Invalid product."
5182
  msgstr "Produkt nicht verfügbar."
5183
 
5184
- #: woocommerce-germanized-shipments/src/Shipment.php:1055
5185
- #: woocommerce-germanized-shipments/src/Shipment.php:1303
5186
  #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:365
5187
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:433
5188
  #, php-format
5189
  msgctxt "full name"
5190
  msgid "%1$s %2$s"
@@ -5314,22 +5392,22 @@ msgstr ""
5314
  "die Paketverfolgungsdaten zum Zeitpunkt des Erhalts dieser E-Mail noch nicht "
5315
  "den neuesten Stand wiedergeben."
5316
 
5317
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:781
5318
  msgctxt "shipments"
5319
  msgid "Choose a title for the shipping provider."
5320
  msgstr "Wähle einen Titel für den Versanddienstleister."
5321
 
5322
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:790
5323
  msgctxt "shipments"
5324
  msgid "Choose a description for the shipping provider."
5325
  msgstr "Wähle eine Beschreibung für den Versanddienstleister."
5326
 
5327
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:802
5328
  msgctxt "shipments"
5329
  msgid "Tracking URL"
5330
  msgstr "Sendungsverfolgung URL"
5331
 
5332
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:803
5333
  #, php-format
5334
  msgctxt "shipments"
5335
  msgid ""
@@ -5343,12 +5421,12 @@ msgstr ""
5343
  "einzufügen: %s"
5344
 
5345
  # @ woocommerce-germanized
5346
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:813
5347
  msgctxt "shipments"
5348
  msgid "Tracking description"
5349
  msgstr "Sendungsverfolgung Hinweis"
5350
 
5351
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:814
5352
  #, php-format
5353
  msgctxt "shipments"
5354
  msgid ""
@@ -5363,17 +5441,17 @@ msgstr ""
5363
  "einzufügen: %s"
5364
 
5365
  # @ woocommerce-germanized
5366
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:958
5367
  msgctxt "shipments"
5368
  msgid "Customer returns"
5369
  msgstr "Rücksendungen"
5370
 
5371
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
5372
  msgctxt "shipments"
5373
  msgid "Allow customers to submit return requests to shipments."
5374
  msgstr "Erlaube Kunden eine Rücksendung zu einer Sendung zu beantragen."
5375
 
5376
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
5377
  #, php-format
5378
  msgctxt "shipments"
5379
  msgid ""
@@ -5387,27 +5465,27 @@ msgstr ""
5387
  "Gästen zu erfahren, lese bitte die %s."
5388
 
5389
  # @ woocommerce-germanized
5390
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
5391
  msgctxt "shipments"
5392
  msgid "Return Dashboard"
5393
  msgstr "Retouren-Dashboard"
5394
 
5395
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
5396
  msgctxt "shipments"
5397
  msgid "docs"
5398
  msgstr "Dokumentation"
5399
 
5400
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:968
5401
  msgctxt "shipments"
5402
  msgid "Guest returns"
5403
  msgstr "Retouren für Gäste"
5404
 
5405
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:969
5406
  msgctxt "shipments"
5407
  msgid "Allow guests to submit return requests to shipments."
5408
  msgstr "Erlaube Gästen Rücksendeanträge zu Bestellungen zu beantragen."
5409
 
5410
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:969
5411
  #, php-format
5412
  msgctxt "shipments"
5413
  msgid ""
@@ -5421,18 +5499,18 @@ msgstr ""
5421
  "Rücksende-Formular für Gäste auf deiner Seite zu platzieren."
5422
 
5423
  # @ woocommerce-germanized
5424
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:980
5425
  msgctxt "shipments"
5426
  msgid "Manual confirmation"
5427
  msgstr "Manuelle Bestätigung"
5428
 
5429
  # @ woocommerce-germanized
5430
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:981
5431
  msgctxt "shipments"
5432
  msgid "Return requests need manual confirmation."
5433
  msgstr "Rücksendeanträge benötigen eine manuelle Bestätigung."
5434
 
5435
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:981
5436
  msgctxt "shipments"
5437
  msgid ""
5438
  "By default return request need manual confirmation e.g. a shop manager needs "
@@ -5449,12 +5527,12 @@ msgstr ""
5449
  "Mail-Bestätigung samt Retouren-Label."
5450
 
5451
  # @ woocommerce-germanized
5452
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:993
5453
  msgctxt "shipments"
5454
  msgid "Return instructions"
5455
  msgstr "Rücksende-Anweisungen"
5456
 
5457
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:994
5458
  msgctxt "shipments"
5459
  msgid ""
5460
  "Provide your customer with instructions on how to return the shipment after "
@@ -5467,7 +5545,7 @@ msgstr ""
5467
  "kann, solltest du deine Kunden darüber informieren, woher ein Label für die "
5468
  "Rücksendung bezogen werden kann."
5469
 
5470
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1080
5471
  #, php-format
5472
  msgctxt "shipments"
5473
  msgid ""
@@ -5479,12 +5557,12 @@ msgstr ""
5479
  "Einstellungen</a>. Passe diese Einstellungen nur dann an, wenn du explizit "
5480
  "Abweichungen speziell für diese Versandmethode konfigurieren willst."
5481
 
5482
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1105
5483
  msgctxt "shipments"
5484
  msgid "Return Requests"
5485
  msgstr "Rücksendeanträge"
5486
 
5487
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1136
5488
  msgctxt "shipments"
5489
  msgid "This shipping provider does not support creating labels."
5490
  msgstr "Dieser Versanddienstleister unterstützt keine Label-Erzeugung."
@@ -6107,7 +6185,7 @@ msgstr "Germanize"
6107
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:69
6108
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:144
6109
  #: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
6110
- #: woocommerce-germanized/woocommerce-germanized.php:784
6111
  msgid "Settings"
6112
  msgstr "Einstellungen"
6113
 
@@ -6286,7 +6364,6 @@ msgstr "Impressum"
6286
 
6287
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
6288
  #: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:92
6289
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:202
6290
  #: woocommerce-germanized/includes/wc-gzd-core-functions.php:272
6291
  msgid "Privacy Policy"
6292
  msgstr "Datenschutz"
@@ -7576,7 +7653,7 @@ msgstr "Kleinunternehmer"
7576
 
7577
  # @ woocommerce-germanized
7578
  #: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
7579
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:632
7580
  #: woocommerce-germanized/src/Shopmarks.php:339
7581
  msgid "Checkout"
7582
  msgstr "Kasse"
@@ -10024,11 +10101,17 @@ msgstr ""
10024
  "Bitte akzeptiere unsere Datenschutzerklärung, um ein neues Kundenkonto zu "
10025
  "erstellen"
10026
 
 
 
 
 
 
10027
  # @ woocommerce-germanized
10028
  #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:203
10029
- msgid "Let customers accept your privacy policy before registering."
10030
  msgstr ""
10031
- "Lässt Kunden deine Datenschutzerklärung vor der Registrierung akzeptieren."
 
10032
 
10033
  # @ woocommerce-germanized
10034
  #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:228
@@ -10052,30 +10135,30 @@ msgid "Asks the customer to issue the SEPA mandate."
10052
  msgstr "Lässt den Kunden das SEPA Mandat vor dem Kauf bestätigen."
10053
 
10054
  # @ woocommerce-germanized
10055
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:633
10056
  msgid "Register form"
10057
  msgstr "Registrierung"
10058
 
10059
  # @ woocommerce
10060
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:634
10061
  msgid "Pay for order"
10062
  msgstr "Bestell-Bezahlseite"
10063
 
10064
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:635
10065
  msgid "Reviews"
10066
  msgstr "Bewertungen"
10067
 
10068
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:699
10069
  #, php-format
10070
  msgid "Checkbox location %s does not exist."
10071
  msgstr "Checkbox Ort %s existiert nicht."
10072
 
10073
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:725
10074
  #, php-format
10075
  msgid "Please make sure to check %s checkbox."
10076
  msgstr "Kontrolliere bitte %s. Hier fehlt eine Einwilligung."
10077
 
10078
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:730
10079
  #, php-format
10080
  msgid "Checkbox with name %s does already exist."
10081
  msgstr "Eine Checkbox mit dem Namen %s existiert bereits."
@@ -11856,7 +11939,7 @@ msgstr "Germanized benötigt mindestens PHP 5.6. Bitte %s deine PHP-Version."
11856
  msgid "upgrade"
11857
  msgstr "Upgrade"
11858
 
11859
- #: woocommerce-germanized/woocommerce-germanized.php:314
11860
  #, php-format
11861
  msgid ""
11862
  "This version of the Corona Helper Plugin includes a bug which could lead to "
@@ -11868,7 +11951,7 @@ msgstr ""
11868
  "Bitte <a href=\"%s\">deaktiviere</a> das Plugin und lerne in unserem <a href="
11869
  "\"%s\" target=\"_blank\">Blog-Post</a> wie du das Plugin austauschen kannst."
11870
 
11871
- #: woocommerce-germanized/woocommerce-germanized.php:980
11872
  msgid "Pease wait while we are trying to redirect you to the payment provider."
11873
  msgstr "Einen Moment - wir versuchen dich zum Zahlungsanbieter weiterzuleiten."
11874
 
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce Germanized\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-10-19 13:01+0200\n"
6
+ "PO-Revision-Date: 2021-10-19 13:15+0200\n"
7
  "Last-Translator: holzhannes <holzhannes@posteo.de>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
93
  msgid "Delivery threshold reached (OSS)"
94
  msgstr "Lieferschwelle erreicht (OSS)"
95
 
96
+ #: one-stop-shop-woocommerce/src/Admin.php:445
97
  #: one-stop-shop-woocommerce/src/SettingsPage.php:17
98
  msgctxt "oss"
99
  msgid "OSS"
100
  msgstr "OSS"
101
 
102
+ #: one-stop-shop-woocommerce/src/Admin.php:445
103
+ #: one-stop-shop-woocommerce/src/Admin.php:563
104
  #: one-stop-shop-woocommerce/src/SettingsPage.php:23
105
  msgctxt "oss"
106
  msgid "One Stop Shop"
107
  msgstr "One Stop Shop"
108
 
109
+ #: one-stop-shop-woocommerce/src/Admin.php:466
110
  #: one-stop-shop-woocommerce/src/Package.php:353
111
  #, php-format
112
  msgctxt "oss"
113
  msgid "Q%1$s/%2$s"
114
  msgstr "Q%1$s/%2$s"
115
 
116
+ #: one-stop-shop-woocommerce/src/Admin.php:475
117
  #: one-stop-shop-woocommerce/src/Package.php:358
118
  #, php-format
119
  msgctxt "oss"
120
  msgid "%1$s/%2$s"
121
  msgstr "%1$s/%2$s"
122
 
123
+ #: one-stop-shop-woocommerce/src/Admin.php:483
124
  msgctxt "oss"
125
  msgid "New Report"
126
  msgstr "Neuer Bericht"
127
 
128
+ #: one-stop-shop-woocommerce/src/Admin.php:490
129
  msgctxt "oss"
130
  msgid "Type"
131
  msgstr "Typ"
132
 
133
+ #: one-stop-shop-woocommerce/src/Admin.php:502
134
  msgctxt "oss"
135
  msgid "Year"
136
  msgstr "Jahr"
137
 
138
+ #: one-stop-shop-woocommerce/src/Admin.php:514
139
  msgctxt "oss"
140
  msgid "Quarter"
141
  msgstr "Quartal"
142
 
143
+ #: one-stop-shop-woocommerce/src/Admin.php:526
144
  msgctxt "oss"
145
  msgid "Month"
146
  msgstr "Monat"
147
 
148
+ #: one-stop-shop-woocommerce/src/Admin.php:538
149
  msgctxt "oss"
150
  msgid "Date range"
151
  msgstr "Zeitraum"
152
 
153
+ #: one-stop-shop-woocommerce/src/Admin.php:550
154
  msgctxt "oss"
155
  msgid "Start report"
156
  msgstr "Bericht starten"
157
 
158
+ #: one-stop-shop-woocommerce/src/Admin.php:564
159
  msgctxt "oss"
160
  msgid "New report"
161
  msgstr "Neuer Bericht"
162
 
163
+ #: one-stop-shop-woocommerce/src/Admin.php:606
164
  msgctxt "oss"
165
  msgid "View"
166
  msgstr "Ansehen"
167
 
168
+ #: one-stop-shop-woocommerce/src/Admin.php:610
169
  msgctxt "oss"
170
  msgid "Export"
171
  msgstr "Exportieren"
172
 
173
+ #: one-stop-shop-woocommerce/src/Admin.php:614
174
  msgctxt "oss"
175
  msgid "Refresh"
176
  msgstr "Aktualisieren"
177
 
178
+ #: one-stop-shop-woocommerce/src/Admin.php:618
179
  msgctxt "oss"
180
  msgid "Delete"
181
  msgstr "Löschen"
182
 
183
+ #: one-stop-shop-woocommerce/src/Admin.php:624
184
  msgctxt "oss"
185
  msgid "Cancel"
186
  msgstr "Abbrechen"
187
 
188
+ #: one-stop-shop-woocommerce/src/Admin.php:653
189
  msgctxt "oss"
190
  msgid "Country"
191
  msgstr "Land"
192
 
193
+ #: one-stop-shop-woocommerce/src/Admin.php:654
194
  msgctxt "oss"
195
  msgid "Tax Rate"
196
  msgstr "Steuersatz"
197
 
198
+ #: one-stop-shop-woocommerce/src/Admin.php:655
199
  msgctxt "oss"
200
  msgid "Net Total"
201
  msgstr "Nettobetrag"
202
 
203
+ #: one-stop-shop-woocommerce/src/Admin.php:656
204
  msgctxt "oss"
205
  msgid "Tax Total"
206
  msgstr "Steuerbertrag"
207
 
208
+ #: one-stop-shop-woocommerce/src/Admin.php:687
209
  #, php-format
210
  msgctxt "oss"
211
  msgid "%1$s %%"
212
  msgstr "%1$s %%"
213
 
214
+ #: one-stop-shop-woocommerce/src/Admin.php:699
215
  #, php-format
216
  msgctxt "oss"
217
  msgid ""
221
  "Aktuell %1$s Bestellung verarbeitet. Nächster Durchlauf planmäßig am %2$s. "
222
  "<a href=\"%3$s\">Offene Aktionen finden</a>"
223
 
224
+ #: one-stop-shop-woocommerce/src/Admin.php:699
225
  msgctxt "oss"
226
  msgid "Not yet known"
227
  msgstr "Noch nicht bekannt"
228
 
229
+ #: one-stop-shop-woocommerce/src/Admin.php:730
230
  #: one-stop-shop-woocommerce/src/ReportTable.php:39
231
  #: one-stop-shop-woocommerce/src/SettingsPage.php:23
232
  msgctxt "oss"
506
  msgid "Participation"
507
  msgstr "Teilnahme"
508
 
509
+ # @ woocommerce-germanized
510
+ #: one-stop-shop-woocommerce/src/Settings.php:67
511
+ msgctxt "oss"
512
+ msgid "Report Order Date"
513
+ msgstr "Bericht Bestelldatum"
514
+
515
+ #: one-stop-shop-woocommerce/src/Settings.php:68
516
+ msgctxt "oss"
517
+ msgid ""
518
+ "Select the relevant order date to be used to determine whether to include an "
519
+ "order in a report."
520
+ msgstr ""
521
+ "Wähle das relevante Bestelldatum aus auf Basis dessen entschieden wird ob "
522
+ "eine Bestellung in einen Bericht inkludiert wird."
523
+
524
+ #: one-stop-shop-woocommerce/src/Settings.php:73
525
+ msgctxt "oss"
526
+ msgid "Date paid"
527
+ msgstr "Zahlungsdatum"
528
+
529
+ #: one-stop-shop-woocommerce/src/Settings.php:74
530
+ msgctxt "oss"
531
+ msgid "Date created"
532
+ msgstr "Erstellungsdatum"
533
+
534
+ #: one-stop-shop-woocommerce/src/Settings.php:82
535
  msgctxt "oss"
536
  msgid "Fixed gross prices"
537
  msgstr "Feste Bruttopreise"
538
 
539
+ #: one-stop-shop-woocommerce/src/Settings.php:83
540
  msgctxt "oss"
541
  msgid "Apply the same gross price regardless of the tax rate."
542
  msgstr "Verwende den Bruttopreis unabhängig vom Steuersatz."
543
 
544
+ #: one-stop-shop-woocommerce/src/Settings.php:83
545
  msgctxt "oss"
546
  msgid ""
547
  "This option will make sure that your customers pay the same price no matter "
550
  "Diese Option bewirkt, dass Kunden, unabhängig vom Land und damit vom "
551
  "Steuersatz den selben Bruttopreis bezahlen."
552
 
553
+ #: one-stop-shop-woocommerce/src/Settings.php:104
554
  msgctxt "oss"
555
  msgid "Are you sure? Please backup your tax rates before proceeding."
556
  msgstr "Bist du sicher? Bitte erstelle vorab ein Backup deiner Steuersätze."
557
 
558
+ #: one-stop-shop-woocommerce/src/Settings.php:104
559
  msgctxt "oss"
560
  msgid "End OSS participation"
561
  msgstr "OSS Teilnahme beenden"
562
 
563
+ #: one-stop-shop-woocommerce/src/Settings.php:104
564
  msgctxt "oss"
565
  msgid "Start OSS participation"
566
  msgstr "OSS Teilnahme starten"
567
 
568
+ #: one-stop-shop-woocommerce/src/Settings.php:105
569
  msgctxt "oss"
570
  msgid "learn more"
571
  msgstr "Mehr erfahren"
572
 
573
+ #: one-stop-shop-woocommerce/src/Settings.php:107
574
  msgctxt "oss"
575
  msgid ""
576
  "Use this option to automatically adjust tax-related options in WooCommerce. "
581
  "anpassen zu lassen. Achtung: Diese Option löscht deine aktuellen Steuersätze "
582
  "und fügt neue Steuersätze basierend auf deinem OSS Status hinzu."
583
 
584
+ #: one-stop-shop-woocommerce/src/Settings.php:139
585
  msgctxt "oss"
586
  msgid "See status"
587
  msgstr "Status ansehen"
588
 
589
+ #: one-stop-shop-woocommerce/src/Settings.php:139
590
  msgctxt "oss"
591
  msgid "Start initial report"
592
  msgstr "Initialen Bericht erstellen"
593
 
594
+ #: one-stop-shop-woocommerce/src/Settings.php:140
595
  #, php-format
596
  msgctxt "oss"
597
  msgid "Report not yet completed. %s"
598
  msgstr "Bericht noch nicht abgeschlossen. %s"
599
 
600
+ #: one-stop-shop-woocommerce/src/Settings.php:140
601
  #, php-format
602
  msgctxt "oss"
603
  msgid "Report not yet started. %s"
604
  msgstr "Bericht noch nicht gestartet. %s"
605
 
606
+ #: one-stop-shop-woocommerce/src/Settings.php:158
607
  msgctxt "oss-amounts"
608
  msgid "of"
609
  msgstr "von"
610
 
611
+ #: one-stop-shop-woocommerce/src/Settings.php:158
612
  #, php-format
613
  msgctxt "oss"
614
  msgid "As of: %s"
615
  msgstr "Stand: %s"
616
 
617
+ #: one-stop-shop-woocommerce/src/Settings.php:158
618
  msgctxt "oss"
619
  msgid "see details"
620
  msgstr "Details ansehen"
621
 
622
+ #: one-stop-shop-woocommerce/src/Settings.php:159
623
  #, php-format
624
  msgctxt "oss"
625
  msgid ""
639
  msgid "Learn More"
640
  msgstr "Mehr erfahren"
641
 
642
+ #: one-stop-shop-woocommerce/src/Tax.php:367
643
+ #: one-stop-shop-woocommerce/src/Tax.php:425
644
  #, php-format
645
  msgctxt "oss"
646
  msgid "Tax class (%s)"
647
  msgstr "Steuerklasse (%s)"
648
 
649
+ #: one-stop-shop-woocommerce/src/Tax.php:368
650
  msgctxt "oss"
651
  msgid "Same as parent"
652
  msgstr "Gleiche wie übergeordnet"
653
 
654
+ #: one-stop-shop-woocommerce/src/Tax.php:370
655
+ #: one-stop-shop-woocommerce/src/Tax.php:403
656
+ #: one-stop-shop-woocommerce/src/Tax.php:427
657
+ #: one-stop-shop-woocommerce/src/Tax.php:461
658
  msgctxt "oss"
659
  msgid "remove"
660
  msgstr "Löschen"
661
 
662
+ #: one-stop-shop-woocommerce/src/Tax.php:380
663
+ #: one-stop-shop-woocommerce/src/Tax.php:438
664
  msgctxt "oss"
665
  msgid "Add country specific tax class (OSS)"
666
  msgstr "Länderspezifische Steuerklasse hinzufügen (OSS)"
667
 
668
+ #: one-stop-shop-woocommerce/src/Tax.php:387
669
+ #: one-stop-shop-woocommerce/src/Tax.php:445
670
  msgctxt "oss"
671
  msgid "Select country"
672
  msgstr "Land auswählen"
673
 
674
+ #: one-stop-shop-woocommerce/src/Tax.php:543
675
+ #: one-stop-shop-woocommerce/src/Tax.php:670
676
  msgid "Reduced rate"
677
  msgstr ""
678
 
679
+ #: one-stop-shop-woocommerce/src/Tax.php:546
680
+ #: one-stop-shop-woocommerce/src/Tax.php:662
681
  msgctxt "oss"
682
  msgid "Greater reduced rate"
683
  msgstr "Zusätzlicher reduzierter Preis"
684
 
685
+ #: one-stop-shop-woocommerce/src/Tax.php:549
686
+ #: one-stop-shop-woocommerce/src/Tax.php:666
687
  msgctxt "oss"
688
  msgid "Super reduced rate"
689
  msgstr "Stark reduzierter Preis"
690
 
691
+ #: one-stop-shop-woocommerce/src/Tax.php:871
692
  msgctxt "oss"
693
  msgid "Madeira"
694
  msgstr "Madeira"
695
 
696
+ #: one-stop-shop-woocommerce/src/Tax.php:878
697
  msgctxt "oss"
698
  msgid "Acores"
699
  msgstr "Azoren"
700
 
701
+ #: one-stop-shop-woocommerce/src/Tax.php:914
702
  msgctxt "oss"
703
  msgid "Northern Ireland"
704
  msgstr "Nordirland"
705
 
706
+ #: one-stop-shop-woocommerce/src/Tax.php:927
707
  msgctxt "oss-tax-rate-import"
708
  msgid "Exempt"
709
  msgstr "Ausnahme"
710
 
711
+ #: one-stop-shop-woocommerce/src/Tax.php:993
712
  #, php-format
713
  msgctxt "oss-tax-rate-import"
714
  msgid "VAT %1$s %% %2$s"
813
  # @ woocommerce-germanized
814
  #: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:295
815
  #: woocommerce-germanized-dhl/src/ParcelLocator.php:890
816
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1071
817
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1755
818
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
819
  msgctxt "dhl"
820
  msgid "Packstation"
983
  msgstr "DHL & Post"
984
 
985
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
986
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1219
987
  msgctxt "dhl"
988
  msgid "Monday"
989
  msgstr "Montag"
990
 
991
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
992
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1231
993
  msgctxt "dhl"
994
  msgid "Tuesday"
995
  msgstr "Dienstag"
996
 
997
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
998
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1242
999
  msgctxt "dhl"
1000
  msgid "Wednesday"
1001
  msgstr "Mittwoch"
1002
 
1003
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
1004
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1253
1005
  msgctxt "dhl"
1006
  msgid "Thursday"
1007
  msgstr "Donnerstag"
1008
 
1009
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
1010
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1264
1011
  msgctxt "dhl"
1012
  msgid "Friday"
1013
  msgstr "Freitag"
1014
 
1015
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
1016
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1275
1017
  msgctxt "dhl"
1018
  msgid "Saturday"
1019
  msgstr "Samstag"
1193
  msgstr "Die API für Rückerstattungen konnte nicht initialisiert werden"
1194
 
1195
  #: woocommerce-germanized-dhl/src/Api/Internetmarke.php:717
1196
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:332
1197
  #: woocommerce-germanized-dhl/src/Api/ReturnRest.php:34
1198
  #, php-format
1199
  msgctxt "dhl"
1225
  msgid "Invalid stamp response."
1226
  msgstr "Fehlerhafte Label Rückmeldung."
1227
 
1228
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:116
1229
  msgctxt "dhl"
1230
  msgid ""
1231
  "Your DHL API credentials seem to be invalid. Please check your DHL settings."
1233
  "Deine DHL API Zugangsdaten scheinen fehlerhaft zu sein. Bitte prüfe deine "
1234
  "DHL Einstellungen."
1235
 
1236
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:120
1237
  msgctxt "dhl"
1238
  msgid ""
1239
  "Your products are missing data relevant for custom declarations. Please "
1244
  "Bitte fülle die fehlenden DHL Felder (HS Code, Herstellerland) in deinen "
1245
  "Produktdaten unter Versand aus."
1246
 
1247
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:130
1248
  #, php-format
1249
  msgctxt "dhl"
1250
  msgid "There was an error contacting the DHL API: %s."
1251
  msgstr "Beim Aufruf der DHL API gab es einen Fehler: %s."
1252
 
1253
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:133
1254
  msgctxt "dhl"
1255
  msgid ""
1256
  "An error ocurred while contacting the DHL API. Please consider enabling the "
1259
  "Beim Aufruf der DHL API ist ein Fehler aufgetreten. Bitte erwäge den Wechsel "
1260
  "in den Sandbox-Modus."
1261
 
1262
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:155
1263
  msgctxt "dhl"
1264
  msgid ""
1265
  "There was an error generating the label. Please try again or consider "
1268
  "Beim Erzeugen des Labels gab es einen Fehler. Bitte versuche es erneut oder "
1269
  "erwäge den Wechsel in den Sandbox-Modus."
1270
 
1271
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:235
1272
  #: woocommerce-germanized-dhl/src/Api/ReturnRest.php:155
1273
  msgctxt "dhl"
1274
  msgid "Error while creating and uploading the label"
1275
  msgstr "Fehler beim Erstellen und hochladen des Labels"
1276
 
1277
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:279
1278
  #, php-format
1279
  msgctxt "dhl"
1280
  msgid "Could not delete label - %s"
1281
  msgstr "Das Label konnte nicht gelöscht werden - %s"
1282
 
1283
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:310
1284
  msgctxt "dhl"
1285
  msgid "Could not create account number - no product number."
1286
  msgstr ""
1287
  "Die Abrechnungsnummer konnte nicht erzeugt werden. Die Teilnahmenummer fehlt."
1288
 
1289
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:522
1290
  #, php-format
1291
  msgctxt "dhl"
1292
  msgid ""
1296
  "Deine Absenderadresse ist nicht komplett. Bitte prüfe deine <a href=\"%s"
1297
  "\">Einstellungen</a> und versuche es erneut."
1298
 
1299
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:626
1300
  #, php-format
1301
  msgctxt "dhl"
1302
  msgid "Only %s shipment items can be processed, your shipment has %s items."
1442
  msgstr "Ungültiges Label."
1443
 
1444
  # @ woocommerce-germanized
1445
+ #: woocommerce-germanized-dhl/src/Package.php:1032
1446
  msgctxt "dhl"
1447
  msgid "Germany"
1448
  msgstr "Deutschland"
1609
 
1610
  # @ woocommerce-germanized
1611
  #: woocommerce-germanized-dhl/src/ParcelServices.php:29
1612
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:242
1613
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1155
1614
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1708
1615
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
1616
  msgctxt "dhl"
1617
  msgid "Delivery day"
1625
 
1626
  # @ woocommerce-germanized
1627
  #: woocommerce-germanized-dhl/src/ParcelServices.php:43
1628
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:252
1629
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1177
1630
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1736
1631
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
1632
  msgctxt "dhl"
1633
  msgid "Drop-off location"
1634
  msgstr "Ablageort"
1635
 
1636
  #: woocommerce-germanized-dhl/src/ParcelServices.php:48
1637
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:264
1638
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1186
1639
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:82
1640
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
1641
  msgctxt "dhl"
1673
  "Erzeuge bequem DHL Labels u.a. mit Wunschzustellung und Lieferungen an "
1674
  "Packstationen."
1675
 
1676
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:133
1677
  msgctxt "dhl"
1678
  msgid "Parcel Pickup"
1679
  msgstr "Standorte"
1680
 
1681
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:134
1682
  msgctxt "dhl"
1683
  msgid "Preferred delivery"
1684
  msgstr "Wunschzustellung"
1685
 
1686
  # @ woocommerce-germanized
1687
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:150
1688
  msgctxt "dhl"
1689
  msgid "Receiver"
1690
  msgstr "Empfänger"
1691
 
1692
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:174
1693
  msgctxt "dhl"
1694
  msgid "COD Amount"
1695
  msgstr "Nachnahme Betrag"
1696
 
1697
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:187
1698
  msgctxt "dhl"
1699
  msgid "Duties"
1700
  msgstr "Zollabgabe"
1701
 
1702
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:199
1703
  msgctxt "dhl"
1704
  msgid "Valid address only"
1705
  msgstr "Nur valide Adressen"
1706
 
1707
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:211
1708
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1438
1709
  msgctxt "dhl"
1710
  msgid "GoGreen"
1711
  msgstr "GoGreen"
1712
 
1713
  # @ woocommerce-germanized
1714
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:220
1715
  msgctxt "dhl"
1716
  msgid "Additional insurance"
1717
  msgstr "Transportversicherung"
1718
 
1719
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:276
1720
  msgctxt "dhl"
1721
  msgid "Create inlay return label"
1722
  msgstr "Beilage-Retourenlabel erstellen"
1723
 
1724
  # @ woocommerce-germanized
1725
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:286
1726
  msgctxt "dhl"
1727
  msgid "Name"
1728
  msgstr "Name"
1729
 
1730
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:295
1731
  msgctxt "dhl"
1732
  msgid "Company"
1733
  msgstr "Firma"
1734
 
1735
  # @ woocommerce-germanized
1736
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:308
1737
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:602
1738
  msgctxt "dhl"
1739
  msgid "Street"
1740
  msgstr "Straße"
1741
 
1742
  # @ woocommerce-germanized
1743
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:317
1744
  msgctxt "dhl"
1745
  msgid "Street No"
1746
  msgstr "Hausnummer"
1747
 
1748
  # @ woocommerce-germanized
1749
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:330
1750
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:603
1751
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:27
1752
  msgctxt "dhl"
1753
  msgid "Postcode"
1754
  msgstr "Postleitzahl"
1755
 
1756
  # @ woocommerce-germanized
1757
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:339
1758
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:604
1759
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:30
1760
  msgctxt "dhl"
1761
  msgid "City"
1762
  msgstr "Stadt"
1763
 
1764
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:352
1765
  msgctxt "dhl"
1766
  msgid "Phone"
1767
  msgstr "Telefon"
1768
 
1769
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:361
1770
  msgctxt "dhl"
1771
  msgid "Email"
1772
  msgstr "E-Mail"
1773
 
1774
  # @ woocommerce-germanized
1775
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:377
1776
  msgctxt "dhl"
1777
  msgid "Age check"
1778
  msgstr "Alterssichtprüfung"
1779
 
1780
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:390
1781
  msgctxt "dhl"
1782
  msgid "Retail outlet routing"
1783
  msgstr "Filialrouting"
1784
 
1785
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:404
1786
  msgctxt "dhl"
1787
  msgid "No neighbor"
1788
  msgstr "Keine Nachbarschaftszustellung"
1789
 
1790
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:417
1791
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1470
1792
  msgctxt "dhl"
1793
  msgid "Named person only"
1794
  msgstr "Persönliche Übergabe"
1795
 
1796
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:426
1797
  msgctxt "dhl"
1798
  msgid "Bulky goods"
1799
  msgstr "Sperrgut"
1800
 
1801
  # @ woocommerce-germanized
1802
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:435
1803
  msgctxt "dhl"
1804
  msgid "Identity check"
1805
  msgstr "Ident-Check"
1806
 
1807
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:449
1808
  msgctxt "dhl"
1809
  msgid "Date of Birth"
1810
  msgstr "Geburtsdatum"
1811
 
1812
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:460
1813
  msgctxt "dhl"
1814
  msgid "Minimum age"
1815
  msgstr "Mindestalter"
1816
 
1817
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:476
1818
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1520
1819
  msgctxt "dhl"
1820
  msgid "Premium"
1821
  msgstr "Premium"
1822
 
1823
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:537
1824
  msgctxt "dhl"
1825
  msgid "Receiver is missing or does not exist."
1826
  msgstr "Empfänger fehlt oder existiert nicht."
1827
 
1828
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:609
1829
  #, php-format
1830
  msgctxt "dhl"
1831
  msgid "%s of the return address is a mandatory field."
1832
  msgstr "%s der Rücksendeadresse ist ein Pflichtfeld."
1833
 
1834
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:614
1835
  msgctxt "dhl"
1836
  msgid "Please either add a return company or name."
1837
  msgstr ""
1838
  "Bitte gib entweder einen Firmennamen oder Namen für die Rücksendeadresse an."
1839
 
1840
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:634
1841
  msgctxt "dhl"
1842
  msgid "Error while parsing delivery day."
1843
  msgstr "Fehler beim Einlesen des Liefertages."
1844
 
1845
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:661
1846
  msgctxt "dhl"
1847
  msgid "The visual min age check is invalid."
1848
  msgstr "Das Alter der Alterssichtprüfung ist ungültig."
1849
 
1850
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:685
1851
  msgctxt "dhl"
1852
  msgid "The ident min age check is invalid."
1853
  msgstr "Das Alter des Ident-Checks ist ungültig."
1854
 
1855
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:690
1856
  msgctxt "dhl"
1857
  msgid "There was an error parsing the date of birth for the identity check."
1858
  msgstr ""
1859
  "Beim Einlesen des Geburtsdatums für den Ident-Check trat ein Problem auf."
1860
 
1861
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:695
1862
  msgctxt "dhl"
1863
  msgid ""
1864
  "Either a minimum age or a date of birth must be added to the ident check."
1867
  "hinzugefügt werden."
1868
 
1869
  # @ woocommerce-germanized
1870
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:712
1871
  #, php-format
1872
  msgctxt "dhl"
1873
  msgid "%s duties element does not exist."
1874
  msgstr "%s Zollabgabe existiert nicht."
1875
 
1876
  # @ woocommerce-germanized
1877
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:969
1878
  msgctxt "dhl"
1879
  msgid "Customer Number (EKP)"
1880
  msgstr "Kundennummer (EKP)"
1881
 
1882
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:971
1883
  #, php-format
1884
  msgctxt "dhl"
1885
  msgid ""
1889
  "Deine 10-stellige DHL Kundennummer (EKP). Finde deine %s im DHL "
1890
  "Geschäftskundenportal."
1891
 
1892
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:971
1893
  msgctxt "dhl"
1894
  msgid "customer number"
1895
  msgstr "Kundennummer"
1896
 
1897
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:980
1898
  msgctxt "dhl"
1899
  msgid "API"
1900
  msgstr "API"
1901
 
1902
  # @ woocommerce-germanized
1903
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:983
1904
  msgctxt "dhl"
1905
  msgid "Enable Sandbox"
1906
  msgstr "Sandbox aktivieren"
1907
 
1908
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:984
1909
  msgctxt "dhl"
1910
  msgid "Activate Sandbox mode for testing purposes."
1911
  msgstr "Aktiviere den Sandbox Modus."
1912
 
1913
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:991
1914
  msgctxt "dhl"
1915
  msgid "Live Username"
1916
  msgstr "Benutzer"
1917
 
1918
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:993
1919
  #, php-format
1920
  msgctxt "dhl"
1921
  msgid ""
1925
  "Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
1926
  "Geschäftskundenportal. Bitte teste deine Zugangsdaten vorab %s."
1927
 
1928
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:993
1929
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1003
1930
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1012
1931
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1021
1932
  msgctxt "dhl"
1933
  msgid "here"
1934
  msgstr "hier"
1935
 
1936
  # @ woocommerce-germanized
1937
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1001
1938
  msgctxt "dhl"
1939
  msgid "Live Password"
1940
  msgstr "Passwort"
1941
 
1942
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1003
1943
  #, php-format
1944
  msgctxt "dhl"
1945
  msgid ""
1951
  "Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
1952
  "Benutzer) Monaten und teste deine Zugangsdaten vorab %s."
1953
 
1954
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1010
1955
  msgctxt "dhl"
1956
  msgid "Sandbox Username"
1957
  msgstr "Sandbox Benutzername"
1958
 
1959
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1012
1960
  #, php-format
1961
  msgctxt "dhl"
1962
  msgid ""
1966
  "Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
1967
  "Entwicklerportal. Bitte teste deine Zugangsdaten vorab %s."
1968
 
1969
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1019
1970
  msgctxt "dhl"
1971
  msgid "Sandbox Password"
1972
  msgstr "Sandbox Passwort"
1973
 
1974
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1021
1975
  #, php-format
1976
  msgctxt "dhl"
1977
  msgid ""
1981
  "Dein Passwort zum DHL Entwicklerportal. Bitte teste deine Zugangsdaten vorab "
1982
  "%s."
1983
 
1984
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1029
1985
  msgctxt "dhl"
1986
  msgid "Products and Participation Numbers"
1987
  msgstr "Produkte und Teilnahmenummern"
1988
 
1989
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1046
1990
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1402
1991
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1642
1992
  msgctxt "dhl"
1993
  msgid "Inlay Returns"
1994
  msgstr "Beilageretouren"
1995
 
1996
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1058
1997
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:142
1998
  msgctxt "dhl"
1999
  msgid "Tracking"
2000
  msgstr "Sendungsverfolgung"
2001
 
2002
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1072
2003
  msgctxt "dhl"
2004
  msgid "Enable delivery to Packstation."
2005
  msgstr "Aktiviere den Versand an Packstationen."
2006
 
2007
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1073
2008
  msgctxt "dhl"
2009
  msgid "Let customers choose a Packstation as delivery address."
2010
  msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
2011
 
2012
  # @ woocommerce-germanized
2013
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1081
2014
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:50
2015
  msgctxt "dhl"
2016
  msgid "Postoffice"
2017
  msgstr "Postfiliale"
2018
 
2019
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1082
2020
  msgctxt "dhl"
2021
  msgid "Enable delivery to Post Offices."
2022
  msgstr "Aktiviere den Versand an Postfilialen."
2023
 
2024
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1083
2025
  msgctxt "dhl"
2026
  msgid "Let customers choose a Post Office as delivery address."
2027
  msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
2028
 
2029
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1091
2030
  msgctxt "dhl"
2031
  msgid "Parcel Shop"
2032
  msgstr "Paketshop"
2033
 
2034
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1092
2035
  msgctxt "dhl"
2036
  msgid "Enable delivery to Parcel Shops."
2037
  msgstr "Lieferung an Paketshops aktivieren."
2038
 
2039
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1093
2040
  msgctxt "dhl"
2041
  msgid "Let customers choose a Parcel Shop as delivery address."
2042
  msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
2043
 
2044
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1101
2045
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1769
2046
  msgctxt "dhl"
2047
  msgid "Map"
2048
  msgstr "Karte"
2049
 
2050
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1102
2051
  msgctxt "dhl"
2052
  msgid "Let customers find a DHL location on a map."
2053
  msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
2054
 
2055
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1102
2056
  msgctxt "dhl"
2057
  msgid ""
2058
  "Enable this option to let your customers choose a pickup option from a map "
2063
  "einer Karten in der Kasse zu ermöglichen. Wenn diese Option deaktiviert ist, "
2064
  "wird stattdessen auf die DHL Website verwiesen."
2065
 
2066
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1111
2067
  msgctxt "dhl"
2068
  msgid "Google Maps Key"
2069
  msgstr "Google Maps Schlüssel"
2070
 
2071
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1116
2072
  #, php-format
2073
  msgctxt "dhl"
2074
  msgid ""
2078
  "Um eine Karte integrieren zu können, benötigst du einen gültigen API-"
2079
  "Schlüssel für Google Maps. Du kannst %s."
2080
 
2081
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1116
2082
  msgctxt "dhl"
2083
  msgid "retrieve a new one"
2084
  msgstr "hier einen neuen erstellen"
2085
 
2086
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1122
2087
  msgctxt "dhl"
2088
  msgid "Limit results"
2089
  msgstr "Suchergebnisse begrenzen"
2090
 
2091
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1127
2092
  msgctxt "dhl"
2093
  msgid "Limit the number of DHL locations shown on the map"
2094
  msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
2095
 
2096
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1156
2097
  msgctxt "dhl"
2098
  msgid "Enable delivery day delivery."
2099
  msgstr "Aktiviere die Lieferung am Liefertag."
2100
 
2101
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1156
2102
  msgctxt "dhl"
2103
  msgid ""
2104
  "Enabling this option will display options for the user to select their "
2108
  "Kasse."
2109
 
2110
  # @ woocommerce-germanized
2111
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1164
2112
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1722
2113
  msgctxt "dhl"
2114
  msgid "Fee"
2115
  msgstr "Gebühr"
2116
 
2117
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1166
2118
  msgctxt "dhl"
2119
  msgid ""
2120
  "Insert gross value as surcharge for delivery day delivery. Insert 0 to offer "
2124
  "Setze den Wert auf 0 um den Service kostenlos anzubieten."
2125
 
2126
  # @ woocommerce-germanized
2127
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1178
2128
  msgctxt "dhl"
2129
  msgid "Enable drop-off location delivery."
2130
  msgstr "Lieferung an einen Ablageort aktivieren."
2131
 
2132
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1178
2133
  msgctxt "dhl"
2134
  msgid ""
2135
  "Enabling this option will display options for the user to select their "
2138
  "Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
2139
  "Kasse ."
2140
 
2141
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1187
2142
  msgctxt "dhl"
2143
  msgid "Enable delivery to a neighbor."
2144
  msgstr "Lieferung an Nachbarn aktivieren."
2145
 
2146
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1187
2147
  msgctxt "dhl"
2148
  msgid ""
2149
  "Enabling this option will display options for the user to deliver to their "
2152
  "Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
2153
  "der Kasse."
2154
 
2155
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1195
2156
  msgctxt "dhl"
2157
  msgid "Cut-off time"
2158
  msgstr "Cut-off-Zeit"
2159
 
2160
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1200
2161
  msgctxt "dhl"
2162
  msgid ""
2163
  "The cut-off time is the latest possible order time up to which the minimum "
2170
  "Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
2171
  "Liefertag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
2172
 
2173
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1206
2174
  msgctxt "dhl"
2175
  msgid "Preparation days"
2176
  msgstr "Bearbeitungstage"
2177
 
2178
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1211
2179
  msgctxt "dhl"
2180
  msgid ""
2181
  "If you need more time to prepare your shipments you might want to add a "
2186
  "hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
2187
  "auswählbaren Liefertag hinzugefügt werden."
2188
 
2189
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1218
2190
  msgctxt "dhl"
2191
  msgid "Exclude days of transfer"
2192
  msgstr "Übergabetage ausschließen"
2193
 
2194
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1220
2195
  msgctxt "dhl"
2196
  msgid "Exclude days from transferring shipments to DHL."
2197
  msgstr "Schließe bestimmte Wochentage für die Übergabe an DHL aus."
2198
 
2199
  # @ woocommerce-germanized
2200
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1286
2201
  msgctxt "dhl"
2202
  msgid "Exclude gateways"
2203
  msgstr "Zahlungsarten ausschließen"
2204
 
2205
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1288
2206
  msgctxt "dhl"
2207
  msgid "Select payment gateways to be excluded from showing preferred services."
2208
  msgstr ""
2210
  "Verfügung stehen sollen."
2211
 
2212
  # @ woocommerce-germanized
2213
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1312
2214
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:178
2215
  msgctxt "dhl"
2216
  msgid "Products"
2217
  msgstr "Produkte"
2218
 
2219
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1315
2220
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:198
2221
  msgctxt "dhl"
2222
  msgid "Domestic Default Service"
2223
  msgstr "Standard Service (national)"
2224
 
2225
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1320
2226
  msgctxt "dhl"
2227
  msgid ""
2228
  "Please select your default DHL shipping service for domestic shipments that "
2234
  "nachträglich ändern)."
2235
 
2236
  # @ woocommerce-germanized
2237
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1326
2238
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:209
2239
  msgctxt "dhl"
2240
  msgid "EU Default Service"
2241
  msgstr "Standard Service (EU)"
2242
 
2243
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1331
2244
  msgctxt "dhl"
2245
  msgid ""
2246
  "Please select your default DHL shipping service for EU shipments that you "
2251
  "Kunden anbietest (du kannst das Produkt für jede einzelne Sendung "
2252
  "nachträglich ändern)."
2253
 
2254
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1337
2255
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:220
2256
  msgctxt "dhl"
2257
  msgid "Int. Default Service"
2258
  msgstr "Standard Service (Int.)"
2259
 
2260
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1342
2261
  msgctxt "dhl"
2262
  msgid ""
2263
  "Please select your default DHL shipping service for cross-border shipments "
2269
  "nachträglich ändern)."
2270
 
2271
  # @ woocommerce-germanized
2272
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1348
2273
  msgctxt "dhl"
2274
  msgid "Default Duty"
2275
  msgstr "Standard Zoll"
2276
 
2277
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1353
2278
  msgctxt "dhl"
2279
  msgid "Please select a default duty type."
2280
  msgstr "Bitte wähle eine Standard-Zollabrechnung aus."
2281
 
2282
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1360
2283
  msgctxt "dhl"
2284
  msgid "Codeable"
2285
  msgstr "Leitcodierbar"
2286
 
2287
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1361
2288
  msgctxt "dhl"
2289
  msgid "Generate label only if address can be automatically retrieved DHL."
2290
  msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
2291
 
2292
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1367
2293
  msgctxt "dhl"
2294
  msgid ""
2295
  "Choose this option if you want to make sure that by default labels are only "
2300
  "ist."
2301
 
2302
  # @ woocommerce-germanized
2303
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1371
2304
  msgctxt "dhl"
2305
  msgid "Force email"
2306
  msgstr "E-Mail übertragen"
2307
 
2308
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1372
2309
  msgctxt "dhl"
2310
  msgid "Force transferring customer email to DHL."
2311
  msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
2312
 
2313
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1372
2314
  #, php-format
2315
  msgctxt "dhl"
2316
  msgid ""
2329
  "Datenschutzerklärung und suche im Zweifel anwaltlichen Rat bevor du diese "
2330
  "Option aktivierst."
2331
 
2332
+ # @ woocommerce-germanized
2333
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1381
2334
+ msgctxt "dhl"
2335
+ msgid "Custom shipper"
2336
+ msgstr "Individueller Absender"
2337
+
2338
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
2339
+ msgctxt "dhl"
2340
+ msgid "Use a custom shipper address managed within your DHL business profile."
2341
+ msgstr "Individuelle Absenderreferenz aus dem DHL Geschäftskonto verwenden."
2342
+
2343
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
2344
+ #, php-format
2345
+ msgctxt "dhl"
2346
+ msgid ""
2347
+ "Choose this option if you want to use a <a href=\"%s\" target=\"_blank"
2348
+ "\">custom address</a> profile managed within your DHL business profile as "
2349
+ "shipper reference for your labels."
2350
+ msgstr ""
2351
+ "Aktiviere diese Option falls du eine <a href=\"%s\" target=\"_blank"
2352
+ "\">individuelle Absenderreferenz</a> als Referenz beim Erstellen der Labels "
2353
+ "verwenden möchtest."
2354
+
2355
+ # @ woocommerce-germanized
2356
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1391
2357
+ msgctxt "dhl"
2358
+ msgid "Shipper reference"
2359
+ msgstr "Absenderreferenz"
2360
+
2361
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1392
2362
+ #, php-format
2363
+ msgctxt "dhl"
2364
+ msgid ""
2365
+ "Insert the <a href=\"%s\" target=\"_blank\">address reference</a> you have "
2366
+ "chosen within the DHL business portal for your custom shipper address."
2367
+ msgstr ""
2368
+ "Füge hier deine <a href=\"%s\" target=\"_blank\">individuelle "
2369
+ "Absenderreferenz</a> aus dem DHL Geschäftskonto ein."
2370
+
2371
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1403
2372
  msgctxt "dhl"
2373
  msgid ""
2374
  "Additionally create inlay return labels for shipments that support returns."
2376
  "Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
2377
  "unterstützen."
2378
 
2379
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1416
2380
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1419
2381
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1656
2382
  msgctxt "dhl"
2383
  msgid "Retoure"
2384
  msgstr "Retoure"
2385
 
2386
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1416
2387
  #, php-format
2388
  msgctxt "dhl"
2389
  msgid ""
2394
  "an. Stelle sicher, dass dein %s DHL Retoure Online enthält."
2395
 
2396
  # @ woocommerce-germanized
2397
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1416
2398
  msgctxt "dhl"
2399
  msgid "contract"
2400
  msgstr "Vertrag"
2401
 
2402
  # @ woocommerce-germanized
2403
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1420
2404
  msgctxt "dhl"
2405
  msgid "Enable creating labels for return shipments."
2406
  msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
2407
 
2408
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1420
2409
  msgctxt "dhl"
2410
  msgid ""
2411
  "By enabling this option you might generate retoure labels for return "
2415
  "Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
2416
 
2417
  # @ woocommerce-germanized
2418
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1436
2419
  msgctxt "dhl"
2420
  msgid "Default Services"
2421
  msgstr "Standard-Services"
2422
 
2423
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1436
2424
  #, php-format
2425
  msgctxt "dhl"
2426
  msgid ""
2431
  "werden sollen. Finde mehr über diese <a href=\"%s\" target=\"_blank"
2432
  "\">Services</a> heraus."
2433
 
2434
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1439
2435
  msgctxt "dhl"
2436
  msgid "Enable the GoGreen Service by default."
2437
  msgstr "Buche den GoGreen Service hinzu."
2438
 
2439
  # @ woocommerce-germanized
2440
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1446
2441
  msgctxt "dhl"
2442
  msgid "Additional Insurance"
2443
  msgstr "Transportversicherung"
2444
 
2445
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1447
2446
  msgctxt "dhl"
2447
  msgid "Add an additional insurance to labels."
2448
  msgstr "Füge eine Transportversicherung zur Sendung hinzu."
2449
 
2450
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1454
2451
  msgctxt "dhl"
2452
  msgid "Retail Outlet Routing"
2453
  msgstr "Filialrouting"
2454
 
2455
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1455
2456
  msgctxt "dhl"
2457
  msgid ""
2458
  "Send undeliverable items to nearest retail outlet instead of immediate "
2461
  "Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
2462
  "anstelle diese direkt zurückzusenden."
2463
 
2464
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1462
2465
  msgctxt "dhl"
2466
  msgid "No Neighbor"
2467
  msgstr "Keine Nachbarschaftszustellung"
2468
 
2469
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1463
2470
  msgctxt "dhl"
2471
  msgid "Do not deliver to neighbors."
2472
  msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
2473
 
2474
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1471
2475
  msgctxt "dhl"
2476
  msgid "Do only delivery to named person."
2477
  msgstr ""
2478
  "Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
2479
  "Person übergeben."
2480
 
2481
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1478
2482
  msgctxt "dhl"
2483
  msgid "Bulky Goods"
2484
  msgstr "Sperrgut"
2485
 
2486
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1479
2487
  msgctxt "dhl"
2488
  msgid "Deliver as bulky goods."
2489
  msgstr "Sende Pakete als Sperrgut."
2490
 
2491
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1486
2492
  msgctxt "dhl"
2493
  msgid "Minimum age (Visual check)"
2494
  msgstr "Mindestalter (Visuell)"
2495
 
2496
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1492
2497
  msgctxt "dhl"
2498
  msgid "Choose this option if you want to let DHL check your customer's age."
2499
  msgstr ""
2500
  "Wähle diese Option aus, wenn du das Alter durch DHL prüfen lassen möchtest."
2501
 
2502
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1495
2503
  msgctxt "dhl"
2504
  msgid "Sync (Visual Check)"
2505
  msgstr "Synchronisation (Visuell)"
2506
 
2507
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1496
2508
  msgctxt "dhl"
2509
  msgid "Visually verify age if shipment contains applicable items."
2510
  msgstr ""
2511
  "Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
2512
  "beinhaltet."
2513
 
2514
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1496
2515
  #, php-format
2516
  msgctxt "dhl"
2517
  msgid ""
2524
  "Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
2525
  "Produkte beinhaltet."
2526
 
2527
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1496
2528
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1513
2529
  msgctxt "dhl"
2530
  msgid "age verification checkbox"
2531
  msgstr "Checkbox zur Altersprüfung"
2532
 
2533
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1503
2534
  msgctxt "dhl"
2535
  msgid "Minimum age (Ident check)"
2536
  msgstr "Mindestalter (Identität)"
2537
 
2538
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1509
2539
  msgctxt "dhl"
2540
  msgid ""
2541
  "Choose this option if you want to let DHL check your customer's identity and "
2545
  "lassen möchtest."
2546
 
2547
  # @ woocommerce-germanized
2548
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1512
2549
  msgctxt "dhl"
2550
  msgid "Sync (Ident Check)"
2551
  msgstr "Synchronisation (Identität)"
2552
 
2553
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1513
2554
  msgctxt "dhl"
2555
  msgid "Verify identity and age if shipment contains applicable items."
2556
  msgstr ""
2557
  "Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
2558
  "beinhaltet."
2559
 
2560
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1513
2561
  #, php-format
2562
  msgctxt "dhl"
2563
  msgid ""
2570
  "Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
2571
  "Produkte beinhaltet."
2572
 
2573
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1521
2574
  msgctxt "dhl"
2575
  msgid "Premium delivery for international shipments."
2576
  msgstr "Premium Lieferung für internationale Sendungen."
2577
 
2578
  # @ woocommerce-germanized
2579
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1529
2580
  msgctxt "dhl"
2581
  msgid "Bank Account"
2582
  msgstr "Bankkonto"
2583
 
2584
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1529
2585
  msgctxt "dhl"
2586
  msgid "Enter your bank details needed for services that use COD."
2587
  msgstr ""
2589
  "werden sollen."
2590
 
2591
  # @ woocommerce-germanized
2592
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1532
2593
  msgctxt "dhl"
2594
  msgid "Holder"
2595
  msgstr "Kontoinhaber"
2596
 
2597
  # @ woocommerce-germanized
2598
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1540
2599
  msgctxt "dhl"
2600
  msgid "Bank Name"
2601
  msgstr "Name der Bank"
2602
 
2603
  # @ woocommerce-germanized
2604
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1548
2605
  msgctxt "dhl"
2606
  msgid "IBAN"
2607
  msgstr "IBAN"
2608
 
2609
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1556
2610
  msgctxt "dhl"
2611
  msgid "BIC"
2612
  msgstr "BIC"
2613
 
2614
  # @ woocommerce-germanized
2615
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1564
2616
  msgctxt "dhl"
2617
  msgid "Payment Reference"
2618
  msgstr "Zahlungsreferenz"
2619
 
2620
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1569
2621
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1579
2622
  #, php-format
2623
  msgctxt "dhl"
2624
  msgid ""
2629
  "%s. Der Text ist auf 35 Zeichen begrenzt."
2630
 
2631
  # @ woocommerce-germanized
2632
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1574
2633
  msgctxt "dhl"
2634
  msgid "Payment Reference 2"
2635
  msgstr "Zahlungsreferenz 2"
2636
 
2637
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1609
2638
  msgctxt "dhl"
2639
  msgid "Customer Number"
2640
  msgstr "Kundennummer"
2641
 
2642
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1610
2643
  msgctxt "dhl"
2644
  msgid ""
2645
  "Insert your DHL business customer number (EKP) here. If you are not yet a "
2648
  "Füge hier deine DHL Kundennummer (EKP) ein. Wenn du noch kein Geschäftskunde "
2649
  "bist, solltest du dich zuerst als Geschäftskunde bei DHL registrieren."
2650
 
2651
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1623
2652
  msgctxt "dhl"
2653
  msgid "API Access"
2654
  msgstr "API Zugriff"
2655
 
2656
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1624
2657
  msgctxt "dhl"
2658
  msgid ""
2659
  "To create labels and embed DHL services, our software needs access to the "
2663
  "Software Zugang zur API. Du solltest hier deine Zugangsdaten zum DHL "
2664
  "Geschäftskundenportal eingeben."
2665
 
2666
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1643
2667
  msgctxt "dhl"
2668
  msgid ""
2669
  "If you want to provide your customers with inlay return labels for your "
2672
  "Wenn du Beilageretouren-Labels zu deinen Sendungen hinzufügen möchtest, "
2673
  "solltest du diese Funktion standardmäßig aktivieren."
2674
 
2675
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1657
2676
  msgctxt "dhl"
2677
  msgid ""
2678
  "If you want to create DHL labels to returns you should activate this "
2683
  "aktivieren. Stelle sicher, dass DHL Online Retoure in deinem Vertrag "
2684
  "freigeschaltet ist."
2685
 
2686
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
2687
  msgctxt "dhl"
2688
  msgid "Age verification"
2689
  msgstr "Altersverifikation"
2690
 
2691
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1671
2692
  msgctxt "dhl"
2693
  msgid ""
2694
  "Use this feature to sync the Germanized age verification checkbox with the "
2701
  "„Alterssichtprüfung“ von DHL automatisch aktiviert."
2702
 
2703
  # @ woocommerce-germanized
2704
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1689
2705
  msgctxt "dhl"
2706
  msgid "Automation"
2707
  msgstr "Automatisierung"
2708
 
2709
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1690
2710
  msgctxt "dhl"
2711
  msgid ""
2712
  "You might want to save some time and let Germanized generate labels "
2716
  "automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
2717
  "wechselt."
2718
 
2719
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1709
2720
  msgctxt "dhl"
2721
  msgid ""
2722
  "Let your customers choose a delivery day (if the service is available at the "
2725
  "Lasse deine Kunden einen Liefertag (falls der Service für die Kundenadresse "
2726
  "zur Verfügung steht) für die Lieferung in der Kasse auswählen."
2727
 
2728
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1723
2729
  msgctxt "dhl"
2730
  msgid ""
2731
  "Optionally charge your customers an additional fee for preferred services "
2734
  "Optional kannst du die Gebühr für die Auswahl des Liefertages oder anderer "
2735
  "Wunschzustellung-Services an deine Kunden weiterreichen."
2736
 
2737
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1737
2738
  msgctxt "dhl"
2739
  msgid ""
2740
  "Allow your customers to send their parcels to a drop-off location e.g. a "
2743
  "Lasse deine Kunden einen Ablageort für die Abgabe ihres Pakets in der Kasse "
2744
  "auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
2745
 
2746
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1756
2747
  msgctxt "dhl"
2748
  msgid ""
2749
  "Allow your customers to choose packstation (and/or other DHL location types "
2752
  "Lasse deine Kunden eine Packstation (und/oder andere DHL Standorte, wie im "
2753
  "Folgenden konfiguriert) als Lieferadresse auswählen."
2754
 
2755
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1770
2756
  msgctxt "dhl"
2757
  msgid ""
2758
  "This option adds a map overlay view to let your customers choose a DHL "
3136
 
3137
  # @ woocommerce-germanized
3138
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:50
3139
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:433
3140
  #: woocommerce-germanized-shipments/src/Admin/Table.php:692
3141
  msgctxt "shipments"
3142
  msgid "Packaging"
3144
 
3145
  # @ woocommerce-germanized
3146
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
3147
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1092
3148
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
3149
  #: woocommerce-germanized-shipments/src/Admin/Table.php:689
3150
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
3192
 
3193
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:189
3194
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:45
3195
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:225
3196
  msgctxt "shipments"
3197
  msgid "Item"
3198
  msgstr "Position"
3199
 
3200
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:190
3201
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:46
3202
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:230
3203
  #: woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:55
3204
  #: woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:37
3205
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details.php:59
3279
 
3280
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-list.php:22
3281
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:84
3282
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:212
3283
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:617
3284
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:738
3285
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:75
3286
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:172
3287
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:267
3312
  # @ woocommerce-germanized
3313
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:19
3314
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:77
3315
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:547
3316
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:616
3317
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:704
3318
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:771
3319
  #: woocommerce-germanized-shipments/templates/myaccount/order-shipments.php:20
3320
  msgctxt "shipments"
3321
  msgid "Shipments"
3346
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
3347
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
3348
  #: woocommerce-germanized-shipments/src/Admin/Table.php:687
3349
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:789
3350
  msgctxt "shipments"
3351
  msgid "Title"
3352
  msgstr "Titel"
3353
 
3354
  # @ woocommerce-germanized
3355
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
3356
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:453
3357
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:798
3358
  msgctxt "shipments"
3359
  msgid "Description"
3360
  msgstr "Beschreibung"
3417
  msgstr "Download"
3418
 
3419
  #: woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:41
3420
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:835
3421
  msgctxt "shipments"
3422
  msgid "Create new label"
3423
  msgstr "Neues Label erstellen"
3588
  msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
3589
 
3590
  #: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
3591
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1024
3592
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1054
3593
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
3594
  msgctxt "shipments"
3595
  msgid "N/A"
3651
  msgstr "Brief"
3652
 
3653
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
3654
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1090
3655
  msgctxt "shipments"
3656
  msgid "Shipment"
3657
  msgstr "Sendung"
3757
  msgstr "Ungültige Sendungsposition"
3758
 
3759
  # @ woocommerce-germanized
3760
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:678
3761
  msgctxt "shipments"
3762
  msgid "None"
3763
  msgstr "Keiner"
3764
 
3765
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:719
3766
  msgctxt "shipments-shipping-provider"
3767
  msgid "Unknown"
3768
  msgstr "Unbekannt"
3769
 
3770
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:764
3771
  msgctxt "shipments"
3772
  msgid "Error while uploading file."
3773
  msgstr "Fehler beim Hochladen der Datei."
3774
 
3775
  # @ woocommerce-germanized
3776
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1091
3777
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
3778
  #: woocommerce-germanized-shipments/src/Admin/Table.php:688
3779
  msgctxt "shipments"
3780
  msgid "Date"
3781
  msgstr "Datum"
3782
 
3783
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1093
3784
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
3785
  msgctxt "shipments"
3786
  msgid "Tracking"
3787
  msgstr "Sendungsverfolgung"
3788
 
3789
  # @ woocommerce-germanized
3790
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1094
3791
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:235
3792
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
3793
  #: woocommerce-germanized-shipments/src/Admin/Table.php:696
3794
  msgctxt "shipments"
3795
  msgid "Actions"
3796
  msgstr "Aktionen"
3797
 
3798
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1330
3799
  msgctxt "shipments"
3800
  msgid "View"
3801
  msgstr "Anzeigen"
3802
 
3803
  # @ woocommerce-germanized
3804
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1337
3805
  #: woocommerce-germanized-shipments/src/Admin/Table.php:871
3806
+ #: woocommerce-germanized-shipments/src/Ajax.php:342
3807
  #: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
3808
  msgctxt "shipments"
3809
  msgid "Download label"
3841
  msgstr "Bestellung ansehen"
3842
 
3843
  # @ woocommerce-germanized
3844
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:72
3845
  msgctxt "shipments"
3846
  msgid "Select a country"
3847
  msgstr "Land auswählen"
3848
 
3849
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:76
3850
  msgctxt "shipments"
3851
  msgid "HS-Code (Customs)"
3852
  msgstr "Zolltarifnummer (HS-Code, Zoll)"
3853
 
3854
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:78
3855
  msgctxt "shipments"
3856
  msgid ""
3857
  "The HS Code is a number assigned to every possible commodity that can be "
3861
  "standardisiertes System von Namen und Nummern zur Klassifizierung "
3862
  "gehandelter Produkte."
3863
 
3864
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:85
3865
  msgctxt "shipments"
3866
  msgid "Country of manufacture (Customs)"
3867
  msgstr "Herstellungsland (Zoll)"
3868
 
3869
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:87
3870
  msgctxt "shipments"
3871
  msgid ""
3872
  "The country of manufacture is needed for customs of international shipping."
3874
  "Das Herstellungsland wird für die Zollabwicklung bei internationalen "
3875
  "Sendungen benötigt."
3876
 
3877
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:126
3878
  #, php-format
3879
  msgctxt "shipments"
3880
  msgid ""
3886
  "beschreibbar ist."
3887
 
3888
  # @ woocommerce-germanized
3889
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:163
3890
  msgctxt "shipments"
3891
  msgid "View Shipments"
3892
  msgstr "Sendung anzeigen"
3893
 
3894
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:164
3895
  msgctxt "shipments"
3896
  msgid "Endpoint for the \"My account &rarr; View shipments\" page."
3897
  msgstr "Endpunkt für die „Mein Konto &rarr; Sendungen“ Seite."
3898
 
3899
  # @ woocommerce-germanized
3900
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:171
3901
  msgctxt "shipments"
3902
  msgid "View shipment"
3903
  msgstr "Sendung anzeigen"
3904
 
3905
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:172
3906
  msgctxt "shipments"
3907
  msgid "Endpoint for the \"My account &rarr; View shipment\" page."
3908
  msgstr "Endpunkt für die „Mein Konto &rarr; Sendung“ Seite."
3909
 
3910
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:179
3911
  msgctxt "shipments"
3912
  msgid "Add Return Shipment"
3913
  msgstr "Rücksendung"
3914
 
3915
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:180
3916
  msgctxt "shipments"
3917
  msgid "Endpoint for the \"My account &rarr; Add return shipment\" page."
3918
  msgstr "Endpunkt für die „Mein Konto &rarr; Rücksendung“ Seite."
3919
 
3920
  # @ woocommerce-germanized
3921
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:243
3922
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:378
3923
  #: woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:36
3924
  msgctxt "shipments"
3925
  msgid "Reason"
3926
  msgstr "Rücksendegrund"
3927
 
3928
  # @ woocommerce-germanized
3929
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:370
3930
  msgctxt "shipments"
3931
  msgid "Return reasons"
3932
  msgstr "Rücksendegründe"
3933
 
3934
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:377
3935
  msgctxt "shipments"
3936
  msgid "Reason code"
3937
  msgstr "Rücksendegrund (Code)"
3938
 
3939
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:377
3940
  msgctxt "shipments"
3941
  msgid "The reason code is used to identify the reason."
3942
  msgstr ""
3944
  "identifizieren zu können."
3945
 
3946
  # @ woocommerce-germanized
3947
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:378
3948
  msgctxt "shipments"
3949
  msgid "Choose a reason text."
3950
  msgstr "Beschreibung für den Grund."
3951
 
3952
  # @ woocommerce-germanized
3953
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:397
3954
  msgctxt "shipments"
3955
  msgid "+ Add reason"
3956
  msgstr "+ Grund hinzufügen"
3957
 
3958
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:397
3959
  msgctxt "shipments"
3960
  msgid "Remove selected reason(s)"
3961
  msgstr "Ausgewählte Gründe löschen"
3962
 
3963
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:430
3964
  msgctxt "shipments"
3965
  msgid "Available Packaging"
3966
  msgstr "Verfügbare Verpackungen"
3967
 
3968
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:453
3969
  msgctxt "shipments"
3970
  msgid "A description to help you identify the packaging."
3971
  msgstr "Eine Beschreibung die dir dabei hilft Verpackungen zu identifizieren."
3972
 
3973
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:454
3974
  msgctxt "shipments"
3975
  msgid "Type"
3976
  msgstr "Typ"
3977
 
3978
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:455
3979
  #, php-format
3980
  msgctxt "shipments"
3981
  msgid "Weight (%s)"
3982
  msgstr "Gewicht (%s)"
3983
 
3984
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:455
3985
  msgctxt "shipments"
3986
  msgid "The weight of the packaging."
3987
  msgstr "Das Gewicht der Verpackung."
3988
 
3989
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:456
3990
  #, php-format
3991
  msgctxt "shipments"
3992
  msgid "Dimensions (LxWxH, %s)"
3993
  msgstr "Abmessungen (LxBxH, %s)"
3994
 
3995
  # @ woocommerce-germanized
3996
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:457
3997
  msgctxt "shipments"
3998
  msgid "Max weight (kg)"
3999
  msgstr "Max. Gewicht (kg)"
4000
 
4001
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:457
4002
  msgctxt "shipments"
4003
  msgid ""
4004
  "The maximum weight this packaging can hold. Leave empty to not restrict "
4007
  "Das maximale Gewicht, das diese Verpackung tragen kann. Leer lassen um das "
4008
  "Gewicht nicht zu begrenzen."
4009
 
4010
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:482
4011
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:523
4012
  msgctxt "shipments"
4013
  msgid "Length"
4014
  msgstr "Länge"
4015
 
4016
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:483
4017
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:524
4018
  msgctxt "shipments"
4019
  msgid "Width"
4020
  msgstr "Breite"
4021
 
4022
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:484
4023
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:525
4024
  msgctxt "shipments"
4025
  msgid "Height"
4026
  msgstr "Höhe"
4027
 
4028
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:497
4029
  msgctxt "shipments"
4030
  msgid "+ Add packaging"
4031
  msgstr "+ Verpackung hinzufügen"
4032
 
4033
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:497
4034
  msgctxt "shipments"
4035
  msgid "Remove selected packaging"
4036
  msgstr "Ausgewählte Verpackung löschen"
4037
 
4038
  # @ woocommerce-germanized
4039
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:601
4040
  msgctxt "shipments"
4041
  msgid "Create shipments"
4042
  msgstr "Sendungen erstellen"
4043
 
4044
  # @ woocommerce-germanized
4045
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:716
4046
  msgctxt "shipments"
4047
  msgid "Search shipments"
4048
  msgstr "Sendungen suchen"
4049
 
4050
  # @ woocommerce-germanized
4051
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:750
4052
  msgctxt "shipments"
4053
  msgid "Search returns"
4054
  msgstr "Retouren suchen"
4055
 
4056
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:828
4057
  msgctxt "shipments"
4058
  msgid "Do you really want to delete the shipment?"
4059
  msgstr "Möchtest du die Sendung wirklich löschen?"
4060
 
4061
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:834
4062
  msgctxt "shipments"
4063
  msgid "Do you really want to delete the label?"
4064
  msgstr "Möchtest du das Label wirklich löschen?"
4065
 
4066
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:836
4067
  msgctxt "shipments"
4068
  msgid "Please save the shipment before creating a new label"
4069
  msgstr "Bitte speichere die Sendung bevor du ein neues Label erzeugst"
4070
 
4071
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:886
4072
  msgctxt "shipments"
4073
  msgid ""
4074
  "Do you really want to delete the shipping provider? Some of your existing "
4495
 
4496
  # @ woocommerce-germanized
4497
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:210
4498
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:293
4499
  msgctxt "shipments"
4500
  msgid "First Name"
4501
  msgstr "Vorname"
4502
 
4503
  # @ woocommerce-germanized
4504
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:217
4505
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:301
4506
  msgctxt "shipments"
4507
  msgid "Last Name"
4508
  msgstr "Nachname"
4509
 
4510
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:224
4511
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:309
4512
  msgctxt "shipments"
4513
  msgid "Company"
4514
  msgstr "Firma"
4515
 
4516
  # @ woocommerce-germanized
4517
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:231
4518
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:317
4519
  msgctxt "shipments"
4520
  msgid "Address 1"
4521
  msgstr "Adresszeile 1"
4522
 
4523
  # @ woocommerce-germanized
4524
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:238
4525
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:325
4526
  msgctxt "shipments"
4527
  msgid "Address 2"
4528
  msgstr "Adresszeile 2"
4529
 
4530
  # @ woocommerce-germanized
4531
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:245
4532
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:333
4533
  msgctxt "shipments"
4534
  msgid "City"
4535
  msgstr "Stadt"
4536
 
4537
  # @ woocommerce-germanized
4538
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:252
4539
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:341
4540
  msgctxt "shipments"
4541
  msgid "Country / State"
4542
  msgstr "Land / Bundesland"
4543
 
4544
  # @ woocommerce-germanized
4545
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:260
4546
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:350
4547
  msgctxt "shipments"
4548
  msgid "Postcode"
4549
  msgstr "Postleitzahl"
4550
 
4551
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:267
4552
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:358
4553
  msgctxt "shipments"
4554
  msgid "Phone"
4555
  msgstr "Telefon"
4556
 
4557
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:274
4558
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:366
4559
  msgctxt "shipments"
4560
  msgid "Email"
4561
  msgstr "E-Mail"
4562
 
4563
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:281
4564
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:374
4565
+ msgctxt "shipments"
4566
+ msgid "Customs reference number"
4567
+ msgstr "Identifikationsnummer (Zoll)"
4568
+
4569
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:285
4570
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:379
4571
+ msgctxt "shipments"
4572
+ msgid "Your customs reference number, e.g. EORI number"
4573
+ msgstr ""
4574
+ "Nummer zur Identifizierung von Wirtschaftsbeteiligten, z.B. EORI Nummer "
4575
+ "(Zoll)"
4576
+
4577
  # @ woocommerce-germanized
4578
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:290
4579
  msgctxt "shipments"
4580
  msgid "Return Address"
4581
  msgstr "Retouren Adresse"
4582
 
4583
  # @ woocommerce-germanized
4584
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:397
4585
  msgctxt "shipments"
4586
  msgid "Default packaging"
4587
  msgstr "Standard-Verpackung"
4588
 
4589
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:398
4590
  msgctxt "shipments"
4591
  msgid ""
4592
  "Choose a packaging which serves as fallback or default in case no suitable "
4596
  "wenn keine passende Verpackung gefunden werden konnte."
4597
 
4598
  # @ woocommerce-germanized
4599
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:432
4600
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
4601
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1110
4602
  msgctxt "shipments"
4603
  msgid "General"
4604
  msgstr "Allgemein"
4605
 
4606
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:434
4607
  msgctxt "shipments"
4608
  msgid "Addresses"
4609
  msgstr "Adressen"
4610
 
4611
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:558
4612
  msgctxt "shipments"
4613
  msgid "More services"
4614
  msgstr "Mehr Services"
4615
 
4616
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:561
4617
  msgctxt "shipments"
4618
  msgid "Fewer services"
4619
  msgstr "Weniger Services"
4683
 
4684
  # @ woocommerce-germanized
4685
  #: woocommerce-germanized-shipments/src/Admin/Table.php:665
4686
+ #: woocommerce-germanized-shipments/src/Ajax.php:836
4687
  #, php-format
4688
  msgctxt "shipments"
4689
  msgid "Order #%s"
4809
  msgid "There was an error processing the label."
4810
  msgstr "Bei der Verarbeitung des Labels ist ein Fehler aufgetreten."
4811
 
4812
+ #: woocommerce-germanized-shipments/src/Ajax.php:354
4813
  msgctxt "shipments"
4814
  msgid "There was an error while trying to save the shipping provider status."
4815
  msgstr ""
4816
  "Beim Speichern des Status des Versanddienstleisters trat ein Fehler auf."
4817
 
4818
+ #: woocommerce-germanized-shipments/src/Ajax.php:392
4819
  msgctxt "shipments"
4820
  msgid "There was an error while trying to delete the shipping provider."
4821
  msgstr "Beim Löschen des Versanddienstleisters trat ein Fehler auf."
4822
 
4823
+ #: woocommerce-germanized-shipments/src/Ajax.php:425
4824
  msgctxt "shipments"
4825
  msgid "There was an error while bulk processing shipments."
4826
  msgstr ""
4827
  "Bei der Verarbeitung der Mehrfachaktionen von Sendungen trat ein Fehler auf."
4828
 
4829
+ #: woocommerce-germanized-shipments/src/Ajax.php:543
4830
+ #: woocommerce-germanized-shipments/src/Ajax.php:655
4831
+ #: woocommerce-germanized-shipments/src/Ajax.php:712
4832
+ #: woocommerce-germanized-shipments/src/Ajax.php:749
4833
+ #: woocommerce-germanized-shipments/src/Ajax.php:930
4834
+ #: woocommerce-germanized-shipments/src/Ajax.php:976
4835
+ #: woocommerce-germanized-shipments/src/Ajax.php:1052
4836
+ #: woocommerce-germanized-shipments/src/Ajax.php:1085
4837
+ #: woocommerce-germanized-shipments/src/Ajax.php:1134
4838
+ #: woocommerce-germanized-shipments/src/Ajax.php:1202
4839
+ #: woocommerce-germanized-shipments/src/Ajax.php:1243
4840
+ #: woocommerce-germanized-shipments/src/Ajax.php:1298
4841
+ #: woocommerce-germanized-shipments/src/Ajax.php:1342
4842
  msgctxt "shipments"
4843
  msgid "There was an error processing the shipment"
4844
  msgstr "Fehler bei der Verarbeitung der Sendung"
4845
 
4846
+ #: woocommerce-germanized-shipments/src/Ajax.php:596
4847
  msgctxt "shipments"
4848
  msgid "There was an error while adding the shipment"
4849
  msgstr "Beim Hinzufügen der Sendung ist ein Fehler aufgetreten"
4850
 
4851
+ #: woocommerce-germanized-shipments/src/Ajax.php:617
4852
  msgctxt "shipments"
4853
  msgid "This order contains enough shipments already."
4854
  msgstr "Diese Bestellung beinhaltet bereits genug Sendungen."
4855
 
4856
+ #: woocommerce-germanized-shipments/src/Ajax.php:674
4857
  msgctxt "shipments"
4858
  msgid "This order contains enough returns already."
4859
  msgstr "Diese Bestellung beinhaltet bereits genügend Retouren."
4860
 
4861
  # @ woocommerce-germanized
4862
+ #: woocommerce-germanized-shipments/src/Ajax.php:887
4863
  msgctxt "shipments"
4864
  msgid "Status:"
4865
  msgstr "Status:"
4866
 
4867
+ #: woocommerce-germanized-shipments/src/Ajax.php:892
4868
  msgctxt "shipments"
4869
  msgid "Customer payment page &rarr;"
4870
  msgstr "Kundenbezahlungsseite &rarr;"
5076
  msgid "Invalid packaging."
5077
  msgstr "Verpackung nicht verfügbar."
5078
 
5079
+ #: woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php:201
5080
  msgctxt "shipments"
5081
  msgid "Invalid shipment item."
5082
  msgstr "Ungültige Sendungsposition."
5259
  msgid "Invalid product."
5260
  msgstr "Produkt nicht verfügbar."
5261
 
5262
+ #: woocommerce-germanized-shipments/src/Shipment.php:1054
5263
+ #: woocommerce-germanized-shipments/src/Shipment.php:1312
5264
  #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:365
5265
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:437
5266
  #, php-format
5267
  msgctxt "full name"
5268
  msgid "%1$s %2$s"
5392
  "die Paketverfolgungsdaten zum Zeitpunkt des Erhalts dieser E-Mail noch nicht "
5393
  "den neuesten Stand wiedergeben."
5394
 
5395
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:790
5396
  msgctxt "shipments"
5397
  msgid "Choose a title for the shipping provider."
5398
  msgstr "Wähle einen Titel für den Versanddienstleister."
5399
 
5400
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:799
5401
  msgctxt "shipments"
5402
  msgid "Choose a description for the shipping provider."
5403
  msgstr "Wähle eine Beschreibung für den Versanddienstleister."
5404
 
5405
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:811
5406
  msgctxt "shipments"
5407
  msgid "Tracking URL"
5408
  msgstr "Sendungsverfolgung URL"
5409
 
5410
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:812
5411
  #, php-format
5412
  msgctxt "shipments"
5413
  msgid ""
5421
  "einzufügen: %s"
5422
 
5423
  # @ woocommerce-germanized
5424
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:822
5425
  msgctxt "shipments"
5426
  msgid "Tracking description"
5427
  msgstr "Sendungsverfolgung Hinweis"
5428
 
5429
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:823
5430
  #, php-format
5431
  msgctxt "shipments"
5432
  msgid ""
5441
  "einzufügen: %s"
5442
 
5443
  # @ woocommerce-germanized
5444
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:967
5445
  msgctxt "shipments"
5446
  msgid "Customer returns"
5447
  msgstr "Rücksendungen"
5448
 
5449
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:968
5450
  msgctxt "shipments"
5451
  msgid "Allow customers to submit return requests to shipments."
5452
  msgstr "Erlaube Kunden eine Rücksendung zu einer Sendung zu beantragen."
5453
 
5454
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:968
5455
  #, php-format
5456
  msgctxt "shipments"
5457
  msgid ""
5465
  "Gästen zu erfahren, lese bitte die %s."
5466
 
5467
  # @ woocommerce-germanized
5468
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:968
5469
  msgctxt "shipments"
5470
  msgid "Return Dashboard"
5471
  msgstr "Retouren-Dashboard"
5472
 
5473
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:968
5474
  msgctxt "shipments"
5475
  msgid "docs"
5476
  msgstr "Dokumentation"
5477
 
5478
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:977
5479
  msgctxt "shipments"
5480
  msgid "Guest returns"
5481
  msgstr "Retouren für Gäste"
5482
 
5483
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:978
5484
  msgctxt "shipments"
5485
  msgid "Allow guests to submit return requests to shipments."
5486
  msgstr "Erlaube Gästen Rücksendeanträge zu Bestellungen zu beantragen."
5487
 
5488
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:978
5489
  #, php-format
5490
  msgctxt "shipments"
5491
  msgid ""
5499
  "Rücksende-Formular für Gäste auf deiner Seite zu platzieren."
5500
 
5501
  # @ woocommerce-germanized
5502
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:989
5503
  msgctxt "shipments"
5504
  msgid "Manual confirmation"
5505
  msgstr "Manuelle Bestätigung"
5506
 
5507
  # @ woocommerce-germanized
5508
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:990
5509
  msgctxt "shipments"
5510
  msgid "Return requests need manual confirmation."
5511
  msgstr "Rücksendeanträge benötigen eine manuelle Bestätigung."
5512
 
5513
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:990
5514
  msgctxt "shipments"
5515
  msgid ""
5516
  "By default return request need manual confirmation e.g. a shop manager needs "
5527
  "Mail-Bestätigung samt Retouren-Label."
5528
 
5529
  # @ woocommerce-germanized
5530
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1002
5531
  msgctxt "shipments"
5532
  msgid "Return instructions"
5533
  msgstr "Rücksende-Anweisungen"
5534
 
5535
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1003
5536
  msgctxt "shipments"
5537
  msgid ""
5538
  "Provide your customer with instructions on how to return the shipment after "
5545
  "kann, solltest du deine Kunden darüber informieren, woher ein Label für die "
5546
  "Rücksendung bezogen werden kann."
5547
 
5548
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1089
5549
  #, php-format
5550
  msgctxt "shipments"
5551
  msgid ""
5557
  "Einstellungen</a>. Passe diese Einstellungen nur dann an, wenn du explizit "
5558
  "Abweichungen speziell für diese Versandmethode konfigurieren willst."
5559
 
5560
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1114
5561
  msgctxt "shipments"
5562
  msgid "Return Requests"
5563
  msgstr "Rücksendeanträge"
5564
 
5565
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1145
5566
  msgctxt "shipments"
5567
  msgid "This shipping provider does not support creating labels."
5568
  msgstr "Dieser Versanddienstleister unterstützt keine Label-Erzeugung."
6185
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:69
6186
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:144
6187
  #: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
6188
+ #: woocommerce-germanized/woocommerce-germanized.php:830
6189
  msgid "Settings"
6190
  msgstr "Einstellungen"
6191
 
6364
 
6365
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
6366
  #: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:92
 
6367
  #: woocommerce-germanized/includes/wc-gzd-core-functions.php:272
6368
  msgid "Privacy Policy"
6369
  msgstr "Datenschutz"
7653
 
7654
  # @ woocommerce-germanized
7655
  #: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
7656
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:638
7657
  #: woocommerce-germanized/src/Shopmarks.php:339
7658
  msgid "Checkout"
7659
  msgstr "Kasse"
10101
  "Bitte akzeptiere unsere Datenschutzerklärung, um ein neues Kundenkonto zu "
10102
  "erstellen"
10103
 
10104
+ # @ woocommerce-germanized
10105
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:202
10106
+ msgid "New account"
10107
+ msgstr "Neues Kundenkonto"
10108
+
10109
  # @ woocommerce-germanized
10110
  #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:203
10111
+ msgid "Let customers accept your privacy policy before creating a new account."
10112
  msgstr ""
10113
+ "Lässt Kunden die Datenschutzbestimmungen vor der Registrierung eines Kontos "
10114
+ "akzeptieren."
10115
 
10116
  # @ woocommerce-germanized
10117
  #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:228
10135
  msgstr "Lässt den Kunden das SEPA Mandat vor dem Kauf bestätigen."
10136
 
10137
  # @ woocommerce-germanized
10138
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:639
10139
  msgid "Register form"
10140
  msgstr "Registrierung"
10141
 
10142
  # @ woocommerce
10143
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:640
10144
  msgid "Pay for order"
10145
  msgstr "Bestell-Bezahlseite"
10146
 
10147
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:641
10148
  msgid "Reviews"
10149
  msgstr "Bewertungen"
10150
 
10151
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:705
10152
  #, php-format
10153
  msgid "Checkbox location %s does not exist."
10154
  msgstr "Checkbox Ort %s existiert nicht."
10155
 
10156
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:731
10157
  #, php-format
10158
  msgid "Please make sure to check %s checkbox."
10159
  msgstr "Kontrolliere bitte %s. Hier fehlt eine Einwilligung."
10160
 
10161
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:736
10162
  #, php-format
10163
  msgid "Checkbox with name %s does already exist."
10164
  msgstr "Eine Checkbox mit dem Namen %s existiert bereits."
11939
  msgid "upgrade"
11940
  msgstr "Upgrade"
11941
 
11942
+ #: woocommerce-germanized/woocommerce-germanized.php:359
11943
  #, php-format
11944
  msgid ""
11945
  "This version of the Corona Helper Plugin includes a bug which could lead to "
11951
  "Bitte <a href=\"%s\">deaktiviere</a> das Plugin und lerne in unserem <a href="
11952
  "\"%s\" target=\"_blank\">Blog-Post</a> wie du das Plugin austauschen kannst."
11953
 
11954
+ #: woocommerce-germanized/woocommerce-germanized.php:1026
11955
  msgid "Pease wait while we are trying to redirect you to the payment provider."
11956
  msgstr "Einen Moment - wir versuchen dich zum Zahlungsanbieter weiterzuleiten."
11957
 
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-09-16 11:51+0200\n"
6
- "PO-Revision-Date: 2021-09-16 11:51+0200\n"
7
  "Last-Translator: holzhannes <holzhannes@posteo.de>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE@formal\n"
@@ -93,125 +93,125 @@ msgctxt "oss"
93
  msgid "Delivery threshold reached (OSS)"
94
  msgstr "Lieferschwelle erreicht (OSS)"
95
 
96
- #: one-stop-shop-woocommerce/src/Admin.php:432
97
  #: one-stop-shop-woocommerce/src/SettingsPage.php:17
98
  msgctxt "oss"
99
  msgid "OSS"
100
  msgstr "OSS"
101
 
102
- #: one-stop-shop-woocommerce/src/Admin.php:432
103
- #: one-stop-shop-woocommerce/src/Admin.php:550
104
  #: one-stop-shop-woocommerce/src/SettingsPage.php:23
105
  msgctxt "oss"
106
  msgid "One Stop Shop"
107
  msgstr "One Stop Shop"
108
 
109
- #: one-stop-shop-woocommerce/src/Admin.php:453
110
  #: one-stop-shop-woocommerce/src/Package.php:353
111
  #, php-format
112
  msgctxt "oss"
113
  msgid "Q%1$s/%2$s"
114
  msgstr "Q%1$s/%2$s"
115
 
116
- #: one-stop-shop-woocommerce/src/Admin.php:462
117
  #: one-stop-shop-woocommerce/src/Package.php:358
118
  #, php-format
119
  msgctxt "oss"
120
  msgid "%1$s/%2$s"
121
  msgstr "%1$s/%2$s"
122
 
123
- #: one-stop-shop-woocommerce/src/Admin.php:470
124
  msgctxt "oss"
125
  msgid "New Report"
126
  msgstr "Neuer Bericht"
127
 
128
- #: one-stop-shop-woocommerce/src/Admin.php:477
129
  msgctxt "oss"
130
  msgid "Type"
131
  msgstr "Typ"
132
 
133
- #: one-stop-shop-woocommerce/src/Admin.php:489
134
  msgctxt "oss"
135
  msgid "Year"
136
  msgstr "Jahr"
137
 
138
- #: one-stop-shop-woocommerce/src/Admin.php:501
139
  msgctxt "oss"
140
  msgid "Quarter"
141
  msgstr "Quartal"
142
 
143
- #: one-stop-shop-woocommerce/src/Admin.php:513
144
  msgctxt "oss"
145
  msgid "Month"
146
  msgstr "Monat"
147
 
148
- #: one-stop-shop-woocommerce/src/Admin.php:525
149
  msgctxt "oss"
150
  msgid "Date range"
151
  msgstr "Zeitraum"
152
 
153
- #: one-stop-shop-woocommerce/src/Admin.php:537
154
  msgctxt "oss"
155
  msgid "Start report"
156
  msgstr "Bericht starten"
157
 
158
- #: one-stop-shop-woocommerce/src/Admin.php:551
159
  msgctxt "oss"
160
  msgid "New report"
161
  msgstr "Neuer Bericht"
162
 
163
- #: one-stop-shop-woocommerce/src/Admin.php:593
164
  msgctxt "oss"
165
  msgid "View"
166
  msgstr "Ansehen"
167
 
168
- #: one-stop-shop-woocommerce/src/Admin.php:597
169
  msgctxt "oss"
170
  msgid "Export"
171
  msgstr "Exportieren"
172
 
173
- #: one-stop-shop-woocommerce/src/Admin.php:601
174
  msgctxt "oss"
175
  msgid "Refresh"
176
  msgstr "Aktualisieren"
177
 
178
- #: one-stop-shop-woocommerce/src/Admin.php:605
179
  msgctxt "oss"
180
  msgid "Delete"
181
  msgstr "Löschen"
182
 
183
- #: one-stop-shop-woocommerce/src/Admin.php:611
184
  msgctxt "oss"
185
  msgid "Cancel"
186
  msgstr "Abbrechen"
187
 
188
- #: one-stop-shop-woocommerce/src/Admin.php:640
189
  msgctxt "oss"
190
  msgid "Country"
191
  msgstr "Land"
192
 
193
- #: one-stop-shop-woocommerce/src/Admin.php:641
194
  msgctxt "oss"
195
  msgid "Tax Rate"
196
  msgstr "Steuersatz"
197
 
198
- #: one-stop-shop-woocommerce/src/Admin.php:642
199
  msgctxt "oss"
200
  msgid "Net Total"
201
  msgstr "Nettobetrag"
202
 
203
- #: one-stop-shop-woocommerce/src/Admin.php:643
204
  msgctxt "oss"
205
  msgid "Tax Total"
206
  msgstr "Steuerbertrag"
207
 
208
- #: one-stop-shop-woocommerce/src/Admin.php:674
209
  #, php-format
210
  msgctxt "oss"
211
  msgid "%1$s %%"
212
  msgstr "%1$s %%"
213
 
214
- #: one-stop-shop-woocommerce/src/Admin.php:686
215
  #, php-format
216
  msgctxt "oss"
217
  msgid ""
@@ -221,12 +221,12 @@ msgstr ""
221
  "Aktuell %1$s Bestellung verarbeitet. Nächster Durchlauf planmäßig am %2$s. "
222
  "<a href=\"%3$s\">Offene Aktionen finden</a>"
223
 
224
- #: one-stop-shop-woocommerce/src/Admin.php:686
225
  msgctxt "oss"
226
  msgid "Not yet known"
227
  msgstr "Noch nicht bekannt"
228
 
229
- #: one-stop-shop-woocommerce/src/Admin.php:717
230
  #: one-stop-shop-woocommerce/src/ReportTable.php:39
231
  #: one-stop-shop-woocommerce/src/SettingsPage.php:23
232
  msgctxt "oss"
@@ -506,17 +506,42 @@ msgctxt "oss"
506
  msgid "Participation"
507
  msgstr "Teilnahme"
508
 
509
- #: one-stop-shop-woocommerce/src/Settings.php:70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
510
  msgctxt "oss"
511
  msgid "Fixed gross prices"
512
  msgstr "Feste Bruttopreise"
513
 
514
- #: one-stop-shop-woocommerce/src/Settings.php:71
515
  msgctxt "oss"
516
  msgid "Apply the same gross price regardless of the tax rate."
517
  msgstr "Verwende den Bruttopreis unabhängig vom Steuersatz."
518
 
519
- #: one-stop-shop-woocommerce/src/Settings.php:71
520
  msgctxt "oss"
521
  msgid ""
522
  "This option will make sure that your customers pay the same price no matter "
@@ -525,28 +550,28 @@ msgstr ""
525
  "Diese Option bewirkt, dass Kunden, unabhängig vom Land und damit vom "
526
  "Steuersatz den selben Bruttopreis bezahlen."
527
 
528
- #: one-stop-shop-woocommerce/src/Settings.php:92
529
  msgctxt "oss"
530
  msgid "Are you sure? Please backup your tax rates before proceeding."
531
  msgstr ""
532
  "Sind Sie sicher? Bitte erstellen Sie vorab ein Backup Ihrer Steuersätze."
533
 
534
- #: one-stop-shop-woocommerce/src/Settings.php:92
535
  msgctxt "oss"
536
  msgid "End OSS participation"
537
  msgstr "OSS Teilnahme beenden"
538
 
539
- #: one-stop-shop-woocommerce/src/Settings.php:92
540
  msgctxt "oss"
541
  msgid "Start OSS participation"
542
  msgstr "OSS Teilnahme starten"
543
 
544
- #: one-stop-shop-woocommerce/src/Settings.php:93
545
  msgctxt "oss"
546
  msgid "learn more"
547
  msgstr "Mehr erfahren"
548
 
549
- #: one-stop-shop-woocommerce/src/Settings.php:95
550
  msgctxt "oss"
551
  msgid ""
552
  "Use this option to automatically adjust tax-related options in WooCommerce. "
@@ -557,45 +582,45 @@ msgstr ""
557
  "automatisch anpassen zu lassen. Achtung: Diese Option löscht Ihre aktuellen "
558
  "Steuersätze und fügt neue Steuersätze basierend auf Ihrem OSS Status hinzu."
559
 
560
- #: one-stop-shop-woocommerce/src/Settings.php:127
561
  msgctxt "oss"
562
  msgid "See status"
563
  msgstr "Status ansehen"
564
 
565
- #: one-stop-shop-woocommerce/src/Settings.php:127
566
  msgctxt "oss"
567
  msgid "Start initial report"
568
  msgstr "Initialen Bericht erstellen"
569
 
570
- #: one-stop-shop-woocommerce/src/Settings.php:128
571
  #, php-format
572
  msgctxt "oss"
573
  msgid "Report not yet completed. %s"
574
  msgstr "Bericht noch nicht abgeschlossen. %s"
575
 
576
- #: one-stop-shop-woocommerce/src/Settings.php:128
577
  #, php-format
578
  msgctxt "oss"
579
  msgid "Report not yet started. %s"
580
  msgstr "Bericht noch nicht gestartet. %s"
581
 
582
- #: one-stop-shop-woocommerce/src/Settings.php:146
583
  msgctxt "oss-amounts"
584
  msgid "of"
585
  msgstr "von"
586
 
587
- #: one-stop-shop-woocommerce/src/Settings.php:146
588
  #, php-format
589
  msgctxt "oss"
590
  msgid "As of: %s"
591
  msgstr "Stand: %s"
592
 
593
- #: one-stop-shop-woocommerce/src/Settings.php:146
594
  msgctxt "oss"
595
  msgid "see details"
596
  msgstr "Details ansehen"
597
 
598
- #: one-stop-shop-woocommerce/src/Settings.php:147
599
  #, php-format
600
  msgctxt "oss"
601
  msgid ""
@@ -615,76 +640,76 @@ msgctxt "oss"
615
  msgid "Learn More"
616
  msgstr "Mehr erfahren"
617
 
618
- #: one-stop-shop-woocommerce/src/Tax.php:352
619
- #: one-stop-shop-woocommerce/src/Tax.php:410
620
  #, php-format
621
  msgctxt "oss"
622
  msgid "Tax class (%s)"
623
  msgstr "Steuerklasse (%s)"
624
 
625
- #: one-stop-shop-woocommerce/src/Tax.php:353
626
  msgctxt "oss"
627
  msgid "Same as parent"
628
  msgstr "Gleiche wie übergeordnet"
629
 
630
- #: one-stop-shop-woocommerce/src/Tax.php:355
631
- #: one-stop-shop-woocommerce/src/Tax.php:388
632
- #: one-stop-shop-woocommerce/src/Tax.php:412
633
- #: one-stop-shop-woocommerce/src/Tax.php:446
634
  msgctxt "oss"
635
  msgid "remove"
636
  msgstr "Löschen"
637
 
638
- #: one-stop-shop-woocommerce/src/Tax.php:365
639
- #: one-stop-shop-woocommerce/src/Tax.php:423
640
  msgctxt "oss"
641
  msgid "Add country specific tax class (OSS)"
642
  msgstr "Länderspezifische Steuerklasse hinzufügen (OSS)"
643
 
644
- #: one-stop-shop-woocommerce/src/Tax.php:372
645
- #: one-stop-shop-woocommerce/src/Tax.php:430
646
  msgctxt "oss"
647
  msgid "Select country"
648
  msgstr "Land auswählen"
649
 
650
- #: one-stop-shop-woocommerce/src/Tax.php:528
651
- #: one-stop-shop-woocommerce/src/Tax.php:655
652
  msgid "Reduced rate"
653
  msgstr ""
654
 
655
- #: one-stop-shop-woocommerce/src/Tax.php:531
656
- #: one-stop-shop-woocommerce/src/Tax.php:647
657
  msgctxt "oss"
658
  msgid "Greater reduced rate"
659
  msgstr "Zusätzlicher reduzierter Preis"
660
 
661
- #: one-stop-shop-woocommerce/src/Tax.php:534
662
- #: one-stop-shop-woocommerce/src/Tax.php:651
663
  msgctxt "oss"
664
  msgid "Super reduced rate"
665
  msgstr "Stark reduzierter Preis"
666
 
667
- #: one-stop-shop-woocommerce/src/Tax.php:827
668
  msgctxt "oss"
669
  msgid "Madeira"
670
  msgstr "Madeira"
671
 
672
- #: one-stop-shop-woocommerce/src/Tax.php:834
673
  msgctxt "oss"
674
  msgid "Acores"
675
  msgstr "Azoren"
676
 
677
- #: one-stop-shop-woocommerce/src/Tax.php:870
678
  msgctxt "oss"
679
  msgid "Northern Ireland"
680
  msgstr "Nordirland"
681
 
682
- #: one-stop-shop-woocommerce/src/Tax.php:883
683
  msgctxt "oss-tax-rate-import"
684
  msgid "Exempt"
685
  msgstr "Ausnahme"
686
 
687
- #: one-stop-shop-woocommerce/src/Tax.php:949
688
  #, php-format
689
  msgctxt "oss-tax-rate-import"
690
  msgid "VAT %1$s %% %2$s"
@@ -789,8 +814,8 @@ msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
789
  # @ woocommerce-germanized
790
  #: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:295
791
  #: woocommerce-germanized-dhl/src/ParcelLocator.php:890
792
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1056
793
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1718
794
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
795
  msgctxt "dhl"
796
  msgid "Packstation"
@@ -959,37 +984,37 @@ msgid "DHL & Post"
959
  msgstr "DHL & Post"
960
 
961
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
962
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1204
963
  msgctxt "dhl"
964
  msgid "Monday"
965
  msgstr "Montag"
966
 
967
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
968
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1216
969
  msgctxt "dhl"
970
  msgid "Tuesday"
971
  msgstr "Dienstag"
972
 
973
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
974
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1227
975
  msgctxt "dhl"
976
  msgid "Wednesday"
977
  msgstr "Mittwoch"
978
 
979
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
980
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1238
981
  msgctxt "dhl"
982
  msgid "Thursday"
983
  msgstr "Donnerstag"
984
 
985
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
986
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1249
987
  msgctxt "dhl"
988
  msgid "Friday"
989
  msgstr "Freitag"
990
 
991
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
992
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1260
993
  msgctxt "dhl"
994
  msgid "Saturday"
995
  msgstr "Samstag"
@@ -1169,7 +1194,7 @@ msgid "Refund API could not be instantiated"
1169
  msgstr "Die API für Rückerstattungen konnte nicht initialisiert werden"
1170
 
1171
  #: woocommerce-germanized-dhl/src/Api/Internetmarke.php:717
1172
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:313
1173
  #: woocommerce-germanized-dhl/src/Api/ReturnRest.php:34
1174
  #, php-format
1175
  msgctxt "dhl"
@@ -1201,7 +1226,7 @@ msgctxt "dhl"
1201
  msgid "Invalid stamp response."
1202
  msgstr "Fehlerhafte Label Rückmeldung."
1203
 
1204
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:98
1205
  msgctxt "dhl"
1206
  msgid ""
1207
  "Your DHL API credentials seem to be invalid. Please check your DHL settings."
@@ -1209,7 +1234,7 @@ msgstr ""
1209
  "Ihre DHL API Zugangsdaten scheinen fehlerhaft zu sein. Bitte prüfen Sie Ihre "
1210
  "DHL Einstellungen."
1211
 
1212
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:102
1213
  msgctxt "dhl"
1214
  msgid ""
1215
  "Your products are missing data relevant for custom declarations. Please "
@@ -1220,13 +1245,13 @@ msgstr ""
1220
  "füllen Sie die fehlenden DHL Felder (HS Code, Herstellerland) in Ihren "
1221
  "Produktdaten unter Versand aus."
1222
 
1223
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:112
1224
  #, php-format
1225
  msgctxt "dhl"
1226
  msgid "There was an error contacting the DHL API: %s."
1227
  msgstr "Beim Aufruf der DHL API gab es einen Fehler: %s."
1228
 
1229
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:115
1230
  msgctxt "dhl"
1231
  msgid ""
1232
  "An error ocurred while contacting the DHL API. Please consider enabling the "
@@ -1235,7 +1260,7 @@ msgstr ""
1235
  "Beim Aufruf der DHL API ist ein Fehler aufgetreten. Bitte erwägen Sie den "
1236
  "Wechsel in den Sandbox-Modus."
1237
 
1238
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:137
1239
  msgctxt "dhl"
1240
  msgid ""
1241
  "There was an error generating the label. Please try again or consider "
@@ -1244,25 +1269,25 @@ msgstr ""
1244
  "Beim Erzeugen des Labels gab es einen Fehler. Bitte versuchen Sie es erneut "
1245
  "oder erwägen Sie den Wechsel in den Sandbox-Modus."
1246
 
1247
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:217
1248
  #: woocommerce-germanized-dhl/src/Api/ReturnRest.php:155
1249
  msgctxt "dhl"
1250
  msgid "Error while creating and uploading the label"
1251
  msgstr "Fehler beim Erstellen und hochladen des Labels"
1252
 
1253
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:261
1254
  #, php-format
1255
  msgctxt "dhl"
1256
  msgid "Could not delete label - %s"
1257
  msgstr "Das Label konnte nicht gelöscht werden - %s"
1258
 
1259
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:292
1260
  msgctxt "dhl"
1261
  msgid "Could not create account number - no product number."
1262
  msgstr ""
1263
  "Die Abrechnungsnummer konnte nicht erzeugt werden. Die Teilnahmenummer fehlt."
1264
 
1265
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:503
1266
  #, php-format
1267
  msgctxt "dhl"
1268
  msgid ""
@@ -1272,7 +1297,7 @@ msgstr ""
1272
  "Ihre Absenderadresse ist nicht komplett. Bitte prüfen Sie Ihre <a href=\"%s"
1273
  "\">Einstellungen</a> und versuchen Sie es erneut."
1274
 
1275
- #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:607
1276
  #, php-format
1277
  msgctxt "dhl"
1278
  msgid "Only %s shipment items can be processed, your shipment has %s items."
@@ -1418,7 +1443,7 @@ msgid "Invalid label."
1418
  msgstr "Ungültiges Label."
1419
 
1420
  # @ woocommerce-germanized
1421
- #: woocommerce-germanized-dhl/src/Package.php:1002
1422
  msgctxt "dhl"
1423
  msgid "Germany"
1424
  msgstr "Deutschland"
@@ -1586,9 +1611,9 @@ msgstr "Erneut versuchen"
1586
 
1587
  # @ woocommerce-germanized
1588
  #: woocommerce-germanized-dhl/src/ParcelServices.php:29
1589
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:227
1590
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1140
1591
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1671
1592
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
1593
  msgctxt "dhl"
1594
  msgid "Delivery day"
@@ -1602,17 +1627,17 @@ msgstr "Lieferzeit"
1602
 
1603
  # @ woocommerce-germanized
1604
  #: woocommerce-germanized-dhl/src/ParcelServices.php:43
1605
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:237
1606
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1162
1607
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1699
1608
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
1609
  msgctxt "dhl"
1610
  msgid "Drop-off location"
1611
  msgstr "Ablageort"
1612
 
1613
  #: woocommerce-germanized-dhl/src/ParcelServices.php:48
1614
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:249
1615
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1171
1616
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:82
1617
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
1618
  msgctxt "dhl"
@@ -1650,193 +1675,193 @@ msgstr ""
1650
  "Erzeugen Sie bequem DHL Labels u.a. mit Wunschzustellung und Lieferungen an "
1651
  "Packstationen."
1652
 
1653
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:118
1654
  msgctxt "dhl"
1655
  msgid "Parcel Pickup"
1656
  msgstr "Standorte"
1657
 
1658
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:119
1659
  msgctxt "dhl"
1660
  msgid "Preferred delivery"
1661
  msgstr "Wunschzustellung"
1662
 
1663
  # @ woocommerce-germanized
1664
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:135
1665
  msgctxt "dhl"
1666
  msgid "Receiver"
1667
  msgstr "Empfänger"
1668
 
1669
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:159
1670
  msgctxt "dhl"
1671
  msgid "COD Amount"
1672
  msgstr "Nachnahme Betrag"
1673
 
1674
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:172
1675
  msgctxt "dhl"
1676
  msgid "Duties"
1677
  msgstr "Zollabgabe"
1678
 
1679
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:184
1680
  msgctxt "dhl"
1681
  msgid "Valid address only"
1682
  msgstr "Nur valide Adressen"
1683
 
1684
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:196
1685
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1401
1686
  msgctxt "dhl"
1687
  msgid "GoGreen"
1688
  msgstr "GoGreen"
1689
 
1690
  # @ woocommerce-germanized
1691
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:205
1692
  msgctxt "dhl"
1693
  msgid "Additional insurance"
1694
  msgstr "Transportversicherung"
1695
 
1696
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:261
1697
  msgctxt "dhl"
1698
  msgid "Create inlay return label"
1699
  msgstr "Beilage-Retourenlabel erstellen"
1700
 
1701
  # @ woocommerce-germanized
1702
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:271
1703
  msgctxt "dhl"
1704
  msgid "Name"
1705
  msgstr "Name"
1706
 
1707
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:280
1708
  msgctxt "dhl"
1709
  msgid "Company"
1710
  msgstr "Firma"
1711
 
1712
  # @ woocommerce-germanized
1713
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:293
1714
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:587
1715
  msgctxt "dhl"
1716
  msgid "Street"
1717
  msgstr "Straße"
1718
 
1719
  # @ woocommerce-germanized
1720
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:302
1721
  msgctxt "dhl"
1722
  msgid "Street No"
1723
  msgstr "Hausnummer"
1724
 
1725
  # @ woocommerce-germanized
1726
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:315
1727
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:588
1728
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:27
1729
  msgctxt "dhl"
1730
  msgid "Postcode"
1731
  msgstr "Postleitzahl"
1732
 
1733
  # @ woocommerce-germanized
1734
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:324
1735
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:589
1736
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:30
1737
  msgctxt "dhl"
1738
  msgid "City"
1739
  msgstr "Stadt"
1740
 
1741
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:337
1742
  msgctxt "dhl"
1743
  msgid "Phone"
1744
  msgstr "Telefon"
1745
 
1746
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:346
1747
  msgctxt "dhl"
1748
  msgid "Email"
1749
  msgstr "E-Mail"
1750
 
1751
  # @ woocommerce-germanized
1752
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:362
1753
  msgctxt "dhl"
1754
  msgid "Age check"
1755
  msgstr "Alterssichtprüfung"
1756
 
1757
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:375
1758
  msgctxt "dhl"
1759
  msgid "Retail outlet routing"
1760
  msgstr "Filialrouting"
1761
 
1762
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:389
1763
  msgctxt "dhl"
1764
  msgid "No neighbor"
1765
  msgstr "Keine Nachbarschaftszustellung"
1766
 
1767
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:402
1768
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1433
1769
  msgctxt "dhl"
1770
  msgid "Named person only"
1771
  msgstr "Persönliche Übergabe"
1772
 
1773
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:411
1774
  msgctxt "dhl"
1775
  msgid "Bulky goods"
1776
  msgstr "Sperrgut"
1777
 
1778
  # @ woocommerce-germanized
1779
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:420
1780
  msgctxt "dhl"
1781
  msgid "Identity check"
1782
  msgstr "Ident-Check"
1783
 
1784
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:434
1785
  msgctxt "dhl"
1786
  msgid "Date of Birth"
1787
  msgstr "Geburtsdatum"
1788
 
1789
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:445
1790
  msgctxt "dhl"
1791
  msgid "Minimum age"
1792
  msgstr "Mindestalter"
1793
 
1794
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:461
1795
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1483
1796
  msgctxt "dhl"
1797
  msgid "Premium"
1798
  msgstr "Premium"
1799
 
1800
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:522
1801
  msgctxt "dhl"
1802
  msgid "Receiver is missing or does not exist."
1803
  msgstr "Empfänger fehlt oder existiert nicht."
1804
 
1805
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:594
1806
  #, php-format
1807
  msgctxt "dhl"
1808
  msgid "%s of the return address is a mandatory field."
1809
  msgstr "%s der Rücksendeadresse ist ein Pflichtfeld."
1810
 
1811
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:599
1812
  msgctxt "dhl"
1813
  msgid "Please either add a return company or name."
1814
  msgstr ""
1815
  "Bitte geben Sie entweder einen Firmennamen oder Namen für die "
1816
  "Rücksendeadresse an."
1817
 
1818
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:619
1819
  msgctxt "dhl"
1820
  msgid "Error while parsing delivery day."
1821
  msgstr "Fehler beim Einlesen des Liefertages."
1822
 
1823
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:646
1824
  msgctxt "dhl"
1825
  msgid "The visual min age check is invalid."
1826
  msgstr "Das Alter der Alterssichtprüfung ist ungültig."
1827
 
1828
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:670
1829
  msgctxt "dhl"
1830
  msgid "The ident min age check is invalid."
1831
  msgstr "Das Alter des Ident-Checks ist ungültig."
1832
 
1833
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:675
1834
  msgctxt "dhl"
1835
  msgid "There was an error parsing the date of birth for the identity check."
1836
  msgstr ""
1837
  "Beim Einlesen des Geburtsdatums für den Ident-Check trat ein Problem auf."
1838
 
1839
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:680
1840
  msgctxt "dhl"
1841
  msgid ""
1842
  "Either a minimum age or a date of birth must be added to the ident check."
@@ -1845,19 +1870,19 @@ msgstr ""
1845
  "hinzugefügt werden."
1846
 
1847
  # @ woocommerce-germanized
1848
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:697
1849
  #, php-format
1850
  msgctxt "dhl"
1851
  msgid "%s duties element does not exist."
1852
  msgstr "%s Zollabgabe existiert nicht."
1853
 
1854
  # @ woocommerce-germanized
1855
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:954
1856
  msgctxt "dhl"
1857
  msgid "Customer Number (EKP)"
1858
  msgstr "Kundennummer (EKP)"
1859
 
1860
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:956
1861
  #, php-format
1862
  msgctxt "dhl"
1863
  msgid ""
@@ -1867,33 +1892,33 @@ msgstr ""
1867
  "Ihre 10-stellige DHL Kundennummer (EKP). Finden Sie Ihre %s im DHL "
1868
  "Geschäftskundenportal."
1869
 
1870
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:956
1871
  msgctxt "dhl"
1872
  msgid "customer number"
1873
  msgstr "Kundennummer"
1874
 
1875
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:965
1876
  msgctxt "dhl"
1877
  msgid "API"
1878
  msgstr "API"
1879
 
1880
  # @ woocommerce-germanized
1881
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:968
1882
  msgctxt "dhl"
1883
  msgid "Enable Sandbox"
1884
  msgstr "Sandbox aktivieren"
1885
 
1886
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:969
1887
  msgctxt "dhl"
1888
  msgid "Activate Sandbox mode for testing purposes."
1889
  msgstr "Aktiviere den Sandbox Modus."
1890
 
1891
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:976
1892
  msgctxt "dhl"
1893
  msgid "Live Username"
1894
  msgstr "Benutzer"
1895
 
1896
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:978
1897
  #, php-format
1898
  msgctxt "dhl"
1899
  msgid ""
@@ -1903,21 +1928,21 @@ msgstr ""
1903
  "Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
1904
  "Geschäftskundenportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
1905
 
1906
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:978
1907
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:988
1908
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:997
1909
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1006
1910
  msgctxt "dhl"
1911
  msgid "here"
1912
  msgstr "hier"
1913
 
1914
  # @ woocommerce-germanized
1915
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:986
1916
  msgctxt "dhl"
1917
  msgid "Live Password"
1918
  msgstr "Passwort"
1919
 
1920
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:988
1921
  #, php-format
1922
  msgctxt "dhl"
1923
  msgid ""
@@ -1929,12 +1954,12 @@ msgstr ""
1929
  "der Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
1930
  "Benutzer) Monaten und testen Sie Ihre Zugangsdaten vorab %s."
1931
 
1932
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:995
1933
  msgctxt "dhl"
1934
  msgid "Sandbox Username"
1935
  msgstr "Sandbox Benutzername"
1936
 
1937
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:997
1938
  #, php-format
1939
  msgctxt "dhl"
1940
  msgid ""
@@ -1944,12 +1969,12 @@ msgstr ""
1944
  "Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
1945
  "Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
1946
 
1947
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1004
1948
  msgctxt "dhl"
1949
  msgid "Sandbox Password"
1950
  msgstr "Sandbox Passwort"
1951
 
1952
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1006
1953
  #, php-format
1954
  msgctxt "dhl"
1955
  msgid ""
@@ -1959,78 +1984,78 @@ msgstr ""
1959
  "Ihr Passwort zum DHL Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten "
1960
  "vorab %s."
1961
 
1962
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1014
1963
  msgctxt "dhl"
1964
  msgid "Products and Participation Numbers"
1965
  msgstr "Produkte und Teilnahmenummern"
1966
 
1967
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1031
1968
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1365
1969
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1605
1970
  msgctxt "dhl"
1971
  msgid "Inlay Returns"
1972
  msgstr "Beilageretouren"
1973
 
1974
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1043
1975
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:142
1976
  msgctxt "dhl"
1977
  msgid "Tracking"
1978
  msgstr "Sendungsverfolgung"
1979
 
1980
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1057
1981
  msgctxt "dhl"
1982
  msgid "Enable delivery to Packstation."
1983
  msgstr "Aktiviere den Versand an Packstationen."
1984
 
1985
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1058
1986
  msgctxt "dhl"
1987
  msgid "Let customers choose a Packstation as delivery address."
1988
  msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
1989
 
1990
  # @ woocommerce-germanized
1991
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1066
1992
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:50
1993
  msgctxt "dhl"
1994
  msgid "Postoffice"
1995
  msgstr "Postfiliale"
1996
 
1997
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1067
1998
  msgctxt "dhl"
1999
  msgid "Enable delivery to Post Offices."
2000
  msgstr "Aktiviere den Versand an Postfilialen."
2001
 
2002
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1068
2003
  msgctxt "dhl"
2004
  msgid "Let customers choose a Post Office as delivery address."
2005
  msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
2006
 
2007
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1076
2008
  msgctxt "dhl"
2009
  msgid "Parcel Shop"
2010
  msgstr "Paketshop"
2011
 
2012
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1077
2013
  msgctxt "dhl"
2014
  msgid "Enable delivery to Parcel Shops."
2015
  msgstr "Lieferung an Paketshops aktivieren."
2016
 
2017
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1078
2018
  msgctxt "dhl"
2019
  msgid "Let customers choose a Parcel Shop as delivery address."
2020
  msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
2021
 
2022
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1086
2023
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1732
2024
  msgctxt "dhl"
2025
  msgid "Map"
2026
  msgstr "Karte"
2027
 
2028
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1087
2029
  msgctxt "dhl"
2030
  msgid "Let customers find a DHL location on a map."
2031
  msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
2032
 
2033
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1087
2034
  msgctxt "dhl"
2035
  msgid ""
2036
  "Enable this option to let your customers choose a pickup option from a map "
@@ -2041,12 +2066,12 @@ msgstr ""
2041
  "anhand einer Karten in der Kasse zu ermöglichen. Wenn diese Option "
2042
  "deaktiviert ist, wird stattdessen auf die DHL Website verwiesen."
2043
 
2044
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1096
2045
  msgctxt "dhl"
2046
  msgid "Google Maps Key"
2047
  msgstr "Google Maps Schlüssel"
2048
 
2049
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1101
2050
  #, php-format
2051
  msgctxt "dhl"
2052
  msgid ""
@@ -2056,27 +2081,27 @@ msgstr ""
2056
  "Um eine Karte integrieren zu können, benötigen Siee du einen gültigen API-"
2057
  "Schlüssel für Google Maps. Sie können %s."
2058
 
2059
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1101
2060
  msgctxt "dhl"
2061
  msgid "retrieve a new one"
2062
  msgstr "hier einen neuen erstellen"
2063
 
2064
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1107
2065
  msgctxt "dhl"
2066
  msgid "Limit results"
2067
  msgstr "Suchergebnisse begrenzen"
2068
 
2069
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1112
2070
  msgctxt "dhl"
2071
  msgid "Limit the number of DHL locations shown on the map"
2072
  msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
2073
 
2074
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1141
2075
  msgctxt "dhl"
2076
  msgid "Enable delivery day delivery."
2077
  msgstr "Aktiviere die Lieferung am Liefertag."
2078
 
2079
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1141
2080
  msgctxt "dhl"
2081
  msgid ""
2082
  "Enabling this option will display options for the user to select their "
@@ -2086,13 +2111,13 @@ msgstr ""
2086
  "Kasse."
2087
 
2088
  # @ woocommerce-germanized
2089
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1149
2090
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1685
2091
  msgctxt "dhl"
2092
  msgid "Fee"
2093
  msgstr "Gebühr"
2094
 
2095
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1151
2096
  msgctxt "dhl"
2097
  msgid ""
2098
  "Insert gross value as surcharge for delivery day delivery. Insert 0 to offer "
@@ -2102,12 +2127,12 @@ msgstr ""
2102
  "Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
2103
 
2104
  # @ woocommerce-germanized
2105
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1163
2106
  msgctxt "dhl"
2107
  msgid "Enable drop-off location delivery."
2108
  msgstr "Lieferung an einen Ablageort aktivieren."
2109
 
2110
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1163
2111
  msgctxt "dhl"
2112
  msgid ""
2113
  "Enabling this option will display options for the user to select their "
@@ -2116,12 +2141,12 @@ msgstr ""
2116
  "Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
2117
  "Kasse ."
2118
 
2119
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1172
2120
  msgctxt "dhl"
2121
  msgid "Enable delivery to a neighbor."
2122
  msgstr "Lieferung an Nachbarn aktivieren."
2123
 
2124
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1172
2125
  msgctxt "dhl"
2126
  msgid ""
2127
  "Enabling this option will display options for the user to deliver to their "
@@ -2130,12 +2155,12 @@ msgstr ""
2130
  "Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
2131
  "der Kasse."
2132
 
2133
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1180
2134
  msgctxt "dhl"
2135
  msgid "Cut-off time"
2136
  msgstr "Cut-off-Zeit"
2137
 
2138
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1185
2139
  msgctxt "dhl"
2140
  msgid ""
2141
  "The cut-off time is the latest possible order time up to which the minimum "
@@ -2148,12 +2173,12 @@ msgstr ""
2148
  "Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
2149
  "Liefertag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
2150
 
2151
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1191
2152
  msgctxt "dhl"
2153
  msgid "Preparation days"
2154
  msgstr "Bearbeitungstage"
2155
 
2156
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1196
2157
  msgctxt "dhl"
2158
  msgid ""
2159
  "If you need more time to prepare your shipments you might want to add a "
@@ -2164,23 +2189,23 @@ msgstr ""
2164
  "hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
2165
  "auswählbaren Liefertag hinzugefügt werden."
2166
 
2167
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1203
2168
  msgctxt "dhl"
2169
  msgid "Exclude days of transfer"
2170
  msgstr "Übergabetage ausschließen"
2171
 
2172
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1205
2173
  msgctxt "dhl"
2174
  msgid "Exclude days from transferring shipments to DHL."
2175
  msgstr "Schließen Sie bestimmte Wochentage für die Übergabe an DHL aus."
2176
 
2177
  # @ woocommerce-germanized
2178
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1271
2179
  msgctxt "dhl"
2180
  msgid "Exclude gateways"
2181
  msgstr "Zahlungsarten ausschließen"
2182
 
2183
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1273
2184
  msgctxt "dhl"
2185
  msgid "Select payment gateways to be excluded from showing preferred services."
2186
  msgstr ""
@@ -2188,19 +2213,19 @@ msgstr ""
2188
  "zur Verfügung stehen sollen."
2189
 
2190
  # @ woocommerce-germanized
2191
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1297
2192
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:178
2193
  msgctxt "dhl"
2194
  msgid "Products"
2195
  msgstr "Produkte"
2196
 
2197
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1300
2198
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:198
2199
  msgctxt "dhl"
2200
  msgid "Domestic Default Service"
2201
  msgstr "Nationaler Standard Service"
2202
 
2203
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1305
2204
  msgctxt "dhl"
2205
  msgid ""
2206
  "Please select your default DHL shipping service for domestic shipments that "
@@ -2212,13 +2237,13 @@ msgstr ""
2212
  "nachträglich ändern)."
2213
 
2214
  # @ woocommerce-germanized
2215
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1311
2216
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:209
2217
  msgctxt "dhl"
2218
  msgid "EU Default Service"
2219
  msgstr "Standard Service (EU)"
2220
 
2221
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1316
2222
  msgctxt "dhl"
2223
  msgid ""
2224
  "Please select your default DHL shipping service for EU shipments that you "
@@ -2229,13 +2254,13 @@ msgstr ""
2229
  "Ihre Kunden anbieten (Sie können das Produkt für jede einzelne Sendung "
2230
  "nachträglich ändern)."
2231
 
2232
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1322
2233
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:220
2234
  msgctxt "dhl"
2235
  msgid "Int. Default Service"
2236
  msgstr "Internationaler Standard Service"
2237
 
2238
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1327
2239
  msgctxt "dhl"
2240
  msgid ""
2241
  "Please select your default DHL shipping service for cross-border shipments "
@@ -2247,27 +2272,27 @@ msgstr ""
2247
  "Sendung nachträglich ändern)."
2248
 
2249
  # @ woocommerce-germanized
2250
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1333
2251
  msgctxt "dhl"
2252
  msgid "Default Duty"
2253
  msgstr "Standard Zoll"
2254
 
2255
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1338
2256
  msgctxt "dhl"
2257
  msgid "Please select a default duty type."
2258
  msgstr "Bitte wählen Sie eine Standard-Zollabrechnung aus."
2259
 
2260
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1345
2261
  msgctxt "dhl"
2262
  msgid "Codeable"
2263
  msgstr "Leitcodierbar"
2264
 
2265
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1346
2266
  msgctxt "dhl"
2267
  msgid "Generate label only if address can be automatically retrieved DHL."
2268
  msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
2269
 
2270
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1352
2271
  msgctxt "dhl"
2272
  msgid ""
2273
  "Choose this option if you want to make sure that by default labels are only "
@@ -2278,17 +2303,17 @@ msgstr ""
2278
  "ist."
2279
 
2280
  # @ woocommerce-germanized
2281
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1356
2282
  msgctxt "dhl"
2283
  msgid "Force email"
2284
  msgstr "E-Mail übertragen"
2285
 
2286
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1357
2287
  msgctxt "dhl"
2288
  msgid "Force transferring customer email to DHL."
2289
  msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
2290
 
2291
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1357
2292
  #, php-format
2293
  msgctxt "dhl"
2294
  msgid ""
@@ -2307,7 +2332,46 @@ msgstr ""
2307
  "Ihre Datenschutzerklärung und suchen Sie im Zweifel anwaltlichen Rat bevor "
2308
  "Sie diese Option aktivieren."
2309
 
2310
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1366
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2311
  msgctxt "dhl"
2312
  msgid ""
2313
  "Additionally create inlay return labels for shipments that support returns."
@@ -2315,14 +2379,14 @@ msgstr ""
2315
  "Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
2316
  "unterstützen."
2317
 
2318
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1379
2319
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
2320
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1619
2321
  msgctxt "dhl"
2322
  msgid "Retoure"
2323
  msgstr "Retoure"
2324
 
2325
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1379
2326
  #, php-format
2327
  msgctxt "dhl"
2328
  msgid ""
@@ -2333,18 +2397,18 @@ msgstr ""
2333
  "API an. Stellen Sie sicher, dass Ihr %s DHL Retoure Online enthält."
2334
 
2335
  # @ woocommerce-germanized
2336
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1379
2337
  msgctxt "dhl"
2338
  msgid "contract"
2339
  msgstr "Vertrag"
2340
 
2341
  # @ woocommerce-germanized
2342
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1383
2343
  msgctxt "dhl"
2344
  msgid "Enable creating labels for return shipments."
2345
  msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
2346
 
2347
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1383
2348
  msgctxt "dhl"
2349
  msgid ""
2350
  "By enabling this option you might generate retoure labels for return "
@@ -2354,12 +2418,12 @@ msgstr ""
2354
  "Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
2355
 
2356
  # @ woocommerce-germanized
2357
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1399
2358
  msgctxt "dhl"
2359
  msgid "Default Services"
2360
  msgstr "Standard-Services"
2361
 
2362
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1399
2363
  #, php-format
2364
  msgctxt "dhl"
2365
  msgid ""
@@ -2370,28 +2434,28 @@ msgstr ""
2370
  "werden sollen. Finden Sie mehr <a href=\"%s\" target=\"_blank\">Services</a> "
2371
  "heraus."
2372
 
2373
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1402
2374
  msgctxt "dhl"
2375
  msgid "Enable the GoGreen Service by default."
2376
  msgstr "Buche den GoGreen Service hinzu."
2377
 
2378
  # @ woocommerce-germanized
2379
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1409
2380
  msgctxt "dhl"
2381
  msgid "Additional Insurance"
2382
  msgstr "Transportversicherung"
2383
 
2384
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1410
2385
  msgctxt "dhl"
2386
  msgid "Add an additional insurance to labels."
2387
  msgstr "Füge eine Transportversicherung zur Sendung hinzu."
2388
 
2389
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1417
2390
  msgctxt "dhl"
2391
  msgid "Retail Outlet Routing"
2392
  msgstr "Filialrouting"
2393
 
2394
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1418
2395
  msgctxt "dhl"
2396
  msgid ""
2397
  "Send undeliverable items to nearest retail outlet instead of immediate "
@@ -2400,58 +2464,58 @@ msgstr ""
2400
  "Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
2401
  "anstelle diese direkt zurückzusenden."
2402
 
2403
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1425
2404
  msgctxt "dhl"
2405
  msgid "No Neighbor"
2406
  msgstr "Keine Nachbarschaftszustellung"
2407
 
2408
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1426
2409
  msgctxt "dhl"
2410
  msgid "Do not deliver to neighbors."
2411
  msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
2412
 
2413
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1434
2414
  msgctxt "dhl"
2415
  msgid "Do only delivery to named person."
2416
  msgstr ""
2417
  "Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
2418
  "Person übergeben."
2419
 
2420
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1441
2421
  msgctxt "dhl"
2422
  msgid "Bulky Goods"
2423
  msgstr "Sperrgut"
2424
 
2425
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1442
2426
  msgctxt "dhl"
2427
  msgid "Deliver as bulky goods."
2428
  msgstr "Sende Pakete als Sperrgut."
2429
 
2430
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1449
2431
  msgctxt "dhl"
2432
  msgid "Minimum age (Visual check)"
2433
  msgstr "Mindestalter (Visuell)"
2434
 
2435
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1455
2436
  msgctxt "dhl"
2437
  msgid "Choose this option if you want to let DHL check your customer's age."
2438
  msgstr ""
2439
  "Wählen Sie diese Option aus, wenn Sie das Alter durch DHL prüfen lassen "
2440
  "möchten."
2441
 
2442
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
2443
  msgctxt "dhl"
2444
  msgid "Sync (Visual Check)"
2445
  msgstr "Synchronisation (Visuell)"
2446
 
2447
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1459
2448
  msgctxt "dhl"
2449
  msgid "Visually verify age if shipment contains applicable items."
2450
  msgstr ""
2451
  "Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
2452
  "beinhaltet."
2453
 
2454
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1459
2455
  #, php-format
2456
  msgctxt "dhl"
2457
  msgid ""
@@ -2464,18 +2528,18 @@ msgstr ""
2464
  "Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
2465
  "Produkte beinhaltet."
2466
 
2467
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1459
2468
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1476
2469
  msgctxt "dhl"
2470
  msgid "age verification checkbox"
2471
  msgstr "Checkbox zur Altersprüfung"
2472
 
2473
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1466
2474
  msgctxt "dhl"
2475
  msgid "Minimum age (Ident check)"
2476
  msgstr "Mindestalter (Identität)"
2477
 
2478
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1472
2479
  msgctxt "dhl"
2480
  msgid ""
2481
  "Choose this option if you want to let DHL check your customer's identity and "
@@ -2485,19 +2549,19 @@ msgstr ""
2485
  "prüfen lassen möchten."
2486
 
2487
  # @ woocommerce-germanized
2488
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
2489
  msgctxt "dhl"
2490
  msgid "Sync (Ident Check)"
2491
  msgstr "Synchronisation (Identität)"
2492
 
2493
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1476
2494
  msgctxt "dhl"
2495
  msgid "Verify identity and age if shipment contains applicable items."
2496
  msgstr ""
2497
  "Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
2498
  "beinhaltet."
2499
 
2500
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1476
2501
  #, php-format
2502
  msgctxt "dhl"
2503
  msgid ""
@@ -2510,18 +2574,18 @@ msgstr ""
2510
  "Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
2511
  "Produkte beinhaltet."
2512
 
2513
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1484
2514
  msgctxt "dhl"
2515
  msgid "Premium delivery for international shipments."
2516
  msgstr "Premium Lieferung für internationale Sendungen."
2517
 
2518
  # @ woocommerce-germanized
2519
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1492
2520
  msgctxt "dhl"
2521
  msgid "Bank Account"
2522
  msgstr "Bankkonto"
2523
 
2524
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1492
2525
  msgctxt "dhl"
2526
  msgid "Enter your bank details needed for services that use COD."
2527
  msgstr ""
@@ -2529,36 +2593,36 @@ msgstr ""
2529
  "verwendet werden sollen."
2530
 
2531
  # @ woocommerce-germanized
2532
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1495
2533
  msgctxt "dhl"
2534
  msgid "Holder"
2535
  msgstr "Kontoinhaber"
2536
 
2537
  # @ woocommerce-germanized
2538
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1503
2539
  msgctxt "dhl"
2540
  msgid "Bank Name"
2541
  msgstr "Name der Bank"
2542
 
2543
  # @ woocommerce-germanized
2544
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1511
2545
  msgctxt "dhl"
2546
  msgid "IBAN"
2547
  msgstr "IBAN"
2548
 
2549
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1519
2550
  msgctxt "dhl"
2551
  msgid "BIC"
2552
  msgstr "BIC"
2553
 
2554
  # @ woocommerce-germanized
2555
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1527
2556
  msgctxt "dhl"
2557
  msgid "Payment Reference"
2558
  msgstr "Zahlungsreferenz"
2559
 
2560
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1532
2561
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1542
2562
  #, php-format
2563
  msgctxt "dhl"
2564
  msgid ""
@@ -2569,17 +2633,17 @@ msgstr ""
2569
  "hinzufügen: %s. Der Text ist auf 35 Zeichen begrenzt."
2570
 
2571
  # @ woocommerce-germanized
2572
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1537
2573
  msgctxt "dhl"
2574
  msgid "Payment Reference 2"
2575
  msgstr "Zahlungsreferenz 2"
2576
 
2577
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1572
2578
  msgctxt "dhl"
2579
  msgid "Customer Number"
2580
  msgstr "Kundennummer"
2581
 
2582
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1573
2583
  msgctxt "dhl"
2584
  msgid ""
2585
  "Insert your DHL business customer number (EKP) here. If you are not yet a "
@@ -2589,12 +2653,12 @@ msgstr ""
2589
  "Geschäftskunde sind, sollten Sie sich zuerst als Geschäftskunde bei DHL "
2590
  "registrieren."
2591
 
2592
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1586
2593
  msgctxt "dhl"
2594
  msgid "API Access"
2595
  msgstr "API Versionen"
2596
 
2597
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1587
2598
  msgctxt "dhl"
2599
  msgid ""
2600
  "To create labels and embed DHL services, our software needs access to the "
@@ -2604,7 +2668,7 @@ msgstr ""
2604
  "Software Zugang zur API. Sie sollten hier Ihre Zugangsdaten zum DHL "
2605
  "Geschäftskundenportal eingeben."
2606
 
2607
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1606
2608
  msgctxt "dhl"
2609
  msgid ""
2610
  "If you want to provide your customers with inlay return labels for your "
@@ -2613,7 +2677,7 @@ msgstr ""
2613
  "Wenn Sie Beilageretouren-Labels zu Ihren Sendungen hinzufügen möchten, "
2614
  "sollten Sie diese Funktion standardmäßig aktivieren."
2615
 
2616
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1620
2617
  msgctxt "dhl"
2618
  msgid ""
2619
  "If you want to create DHL labels to returns you should activate this "
@@ -2624,12 +2688,12 @@ msgstr ""
2624
  "aktivieren. Stellen Sie sicher, dass DHL Online Retoure in Ihrem Vertrag "
2625
  "freigeschaltet ist."
2626
 
2627
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1633
2628
  msgctxt "dhl"
2629
  msgid "Age verification"
2630
  msgstr "Altersverifikation"
2631
 
2632
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1634
2633
  msgctxt "dhl"
2634
  msgid ""
2635
  "Use this feature to sync the Germanized age verification checkbox with the "
@@ -2642,12 +2706,12 @@ msgstr ""
2642
  "„Alterssichtprüfung“ von DHL automatisch aktiviert."
2643
 
2644
  # @ woocommerce-germanized
2645
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1652
2646
  msgctxt "dhl"
2647
  msgid "Automation"
2648
  msgstr "Automatisierung"
2649
 
2650
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1653
2651
  msgctxt "dhl"
2652
  msgid ""
2653
  "You might want to save some time and let Germanized generate labels "
@@ -2657,7 +2721,7 @@ msgstr ""
2657
  "automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
2658
  "wechselt."
2659
 
2660
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1672
2661
  msgctxt "dhl"
2662
  msgid ""
2663
  "Let your customers choose a delivery day (if the service is available at the "
@@ -2666,7 +2730,7 @@ msgstr ""
2666
  "Lassen Sie Ihre Kunden einen Liefertag (falls der Service für die "
2667
  "Kundenadresse zur Verfügung steht) für die Lieferung in der Kasse auswählen."
2668
 
2669
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1686
2670
  msgctxt "dhl"
2671
  msgid ""
2672
  "Optionally charge your customers an additional fee for preferred services "
@@ -2675,7 +2739,7 @@ msgstr ""
2675
  "Optional können Sie die Gebühr für die Auswahl des Liefertages oder anderer "
2676
  "Wunschzustellung-Services an Ihre Kunden weiterreichen."
2677
 
2678
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1700
2679
  msgctxt "dhl"
2680
  msgid ""
2681
  "Allow your customers to send their parcels to a drop-off location e.g. a "
@@ -2684,7 +2748,7 @@ msgstr ""
2684
  "Lassen Sie Ihre Kunden einen Ablageort für die Abgabe ihres Pakets in der "
2685
  "Kasse auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
2686
 
2687
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1719
2688
  msgctxt "dhl"
2689
  msgid ""
2690
  "Allow your customers to choose packstation (and/or other DHL location types "
@@ -2693,7 +2757,7 @@ msgstr ""
2693
  "Lassen Sie Ihre Kunden eine Packstation (und/oder andere DHL Standorte, wie "
2694
  "im Folgenden konfiguriert) als Lieferadresse auswählen."
2695
 
2696
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1733
2697
  msgctxt "dhl"
2698
  msgid ""
2699
  "This option adds a map overlay view to let your customers choose a DHL "
@@ -3076,7 +3140,7 @@ msgstr "LxBxH in dezimaler Form."
3076
 
3077
  # @ woocommerce-germanized
3078
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:50
3079
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:416
3080
  #: woocommerce-germanized-shipments/src/Admin/Table.php:692
3081
  msgctxt "shipments"
3082
  msgid "Packaging"
@@ -3084,7 +3148,7 @@ msgstr "Verpackung"
3084
 
3085
  # @ woocommerce-germanized
3086
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
3087
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1089
3088
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
3089
  #: woocommerce-germanized-shipments/src/Admin/Table.php:689
3090
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
@@ -3132,14 +3196,14 @@ msgstr "Position hinzufügen"
3132
 
3133
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:189
3134
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:45
3135
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:226
3136
  msgctxt "shipments"
3137
  msgid "Item"
3138
  msgstr "Position"
3139
 
3140
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:190
3141
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:46
3142
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:231
3143
  #: woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:55
3144
  #: woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:37
3145
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details.php:59
@@ -3219,9 +3283,9 @@ msgstr "Löschen"
3219
 
3220
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-list.php:22
3221
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:84
3222
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:213
3223
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:618
3224
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:739
3225
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:75
3226
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:172
3227
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:267
@@ -3252,10 +3316,10 @@ msgstr "%s #%s"
3252
  # @ woocommerce-germanized
3253
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:19
3254
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:77
3255
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:548
3256
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:617
3257
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:705
3258
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:772
3259
  #: woocommerce-germanized-shipments/templates/myaccount/order-shipments.php:20
3260
  msgctxt "shipments"
3261
  msgid "Shipments"
@@ -3286,15 +3350,15 @@ msgstr "Speichern"
3286
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
3287
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
3288
  #: woocommerce-germanized-shipments/src/Admin/Table.php:687
3289
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:780
3290
  msgctxt "shipments"
3291
  msgid "Title"
3292
  msgstr "Titel"
3293
 
3294
  # @ woocommerce-germanized
3295
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
3296
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:454
3297
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:789
3298
  msgctxt "shipments"
3299
  msgid "Description"
3300
  msgstr "Beschreibung"
@@ -3357,7 +3421,7 @@ msgid "Download"
3357
  msgstr "Download"
3358
 
3359
  #: woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:41
3360
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:836
3361
  msgctxt "shipments"
3362
  msgid "Create new label"
3363
  msgstr "Neues Label erstellen"
@@ -3528,8 +3592,8 @@ msgid "Text to appear below the main email content."
3528
  msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
3529
 
3530
  #: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
3531
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1021
3532
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1051
3533
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
3534
  msgctxt "shipments"
3535
  msgid "N/A"
@@ -3592,7 +3656,7 @@ msgid "Letter"
3592
  msgstr "Brief"
3593
 
3594
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
3595
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1087
3596
  msgctxt "shipments"
3597
  msgid "Shipment"
3598
  msgstr "Sendung"
@@ -3697,53 +3761,53 @@ msgid "Invalid shipment item"
3697
  msgstr "Ungültige Sendungsposition"
3698
 
3699
  # @ woocommerce-germanized
3700
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:676
3701
  msgctxt "shipments"
3702
  msgid "None"
3703
  msgstr "Keiner"
3704
 
3705
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:717
3706
  msgctxt "shipments-shipping-provider"
3707
  msgid "Unknown"
3708
  msgstr "Unbekannt"
3709
 
3710
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:762
3711
  msgctxt "shipments"
3712
  msgid "Error while uploading file."
3713
  msgstr "Fehler beim Hochladen der Datei."
3714
 
3715
  # @ woocommerce-germanized
3716
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1088
3717
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
3718
  #: woocommerce-germanized-shipments/src/Admin/Table.php:688
3719
  msgctxt "shipments"
3720
  msgid "Date"
3721
  msgstr "Datum"
3722
 
3723
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1090
3724
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
3725
  msgctxt "shipments"
3726
  msgid "Tracking"
3727
  msgstr "Sendungsverfolgung"
3728
 
3729
  # @ woocommerce-germanized
3730
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1091
3731
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:236
3732
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
3733
  #: woocommerce-germanized-shipments/src/Admin/Table.php:696
3734
  msgctxt "shipments"
3735
  msgid "Actions"
3736
  msgstr "Aktionen"
3737
 
3738
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1327
3739
  msgctxt "shipments"
3740
  msgid "View"
3741
  msgstr "Anzeigen"
3742
 
3743
  # @ woocommerce-germanized
3744
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1334
3745
  #: woocommerce-germanized-shipments/src/Admin/Table.php:871
3746
- #: woocommerce-germanized-shipments/src/Ajax.php:340
3747
  #: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
3748
  msgctxt "shipments"
3749
  msgid "Download label"
@@ -3781,17 +3845,17 @@ msgid "View order"
3781
  msgstr "Bestellung ansehen"
3782
 
3783
  # @ woocommerce-germanized
3784
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:73
3785
  msgctxt "shipments"
3786
  msgid "Select a country"
3787
  msgstr "Land auswählen"
3788
 
3789
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:77
3790
  msgctxt "shipments"
3791
  msgid "HS-Code (Customs)"
3792
  msgstr "Zolltarifnummer (HS-Code, Zoll)"
3793
 
3794
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:79
3795
  msgctxt "shipments"
3796
  msgid ""
3797
  "The HS Code is a number assigned to every possible commodity that can be "
@@ -3801,12 +3865,12 @@ msgstr ""
3801
  "standardisiertes System von Namen und Nummern zur Klassifizierung "
3802
  "gehandelter Produkte."
3803
 
3804
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:86
3805
  msgctxt "shipments"
3806
  msgid "Country of manufacture (Customs)"
3807
  msgstr "Herstellungsland (Zoll)"
3808
 
3809
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:88
3810
  msgctxt "shipments"
3811
  msgid ""
3812
  "The country of manufacture is needed for customs of international shipping."
@@ -3814,7 +3878,7 @@ msgstr ""
3814
  "Das Herstellungsland wird für die Zollabwicklung bei internationalen "
3815
  "Sendungen benötigt."
3816
 
3817
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:127
3818
  #, php-format
3819
  msgctxt "shipments"
3820
  msgid ""
@@ -3825,56 +3889,56 @@ msgstr ""
3825
  "erstellen Sie den Ordner %s manuell und stellen Sie sicher, dass der Ordner "
3826
  "beschreibbar ist."
3827
 
3828
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:164
3829
  msgctxt "shipments"
3830
  msgid "View Shipments"
3831
  msgstr "Sendung anzeigen"
3832
 
3833
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:165
3834
  msgctxt "shipments"
3835
  msgid "Endpoint for the \"My account &rarr; View shipments\" page."
3836
  msgstr "Endpunkt für die „Mein Konto &rarr; Sendungen“ Seite."
3837
 
3838
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:172
3839
  msgctxt "shipments"
3840
  msgid "View shipment"
3841
  msgstr "Sendung anzeigen"
3842
 
3843
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:173
3844
  msgctxt "shipments"
3845
  msgid "Endpoint for the \"My account &rarr; View shipment\" page."
3846
  msgstr "Endpunkt für die „Mein Konto &rarr; Sendung“ Seite."
3847
 
3848
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:180
3849
  msgctxt "shipments"
3850
  msgid "Add Return Shipment"
3851
  msgstr "Rücksendung"
3852
 
3853
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:181
3854
  msgctxt "shipments"
3855
  msgid "Endpoint for the \"My account &rarr; Add return shipment\" page."
3856
  msgstr "Endpunkt für die „Mein Konto &rarr; Rücksendung“ Seite."
3857
 
3858
  # @ woocommerce-germanized
3859
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:244
3860
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:379
3861
  #: woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:36
3862
  msgctxt "shipments"
3863
  msgid "Reason"
3864
  msgstr "Rücksendegrund"
3865
 
3866
  # @ woocommerce-germanized
3867
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:371
3868
  msgctxt "shipments"
3869
  msgid "Return reasons"
3870
  msgstr "Rücksendegründe"
3871
 
3872
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:378
3873
  msgctxt "shipments"
3874
  msgid "Reason code"
3875
  msgstr "Rücksendegrund (Code)"
3876
 
3877
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:378
3878
  msgctxt "shipments"
3879
  msgid "The reason code is used to identify the reason."
3880
  msgstr ""
@@ -3882,62 +3946,62 @@ msgstr ""
3882
  "identifizieren zu können."
3883
 
3884
  # @ woocommerce-germanized
3885
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:379
3886
  msgctxt "shipments"
3887
  msgid "Choose a reason text."
3888
  msgstr "Beschreibung für den Grund."
3889
 
3890
  # @ woocommerce-germanized
3891
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:398
3892
  msgctxt "shipments"
3893
  msgid "+ Add reason"
3894
  msgstr "+ Grund hinzufügen"
3895
 
3896
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:398
3897
  msgctxt "shipments"
3898
  msgid "Remove selected reason(s)"
3899
  msgstr "Ausgewählte Gründe löschen"
3900
 
3901
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:431
3902
  msgctxt "shipments"
3903
  msgid "Available Packaging"
3904
  msgstr "Verfügbare Verpackungen"
3905
 
3906
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:454
3907
  msgctxt "shipments"
3908
  msgid "A description to help you identify the packaging."
3909
  msgstr ""
3910
  "Eine Beschreibung die Ihnen dabei hilft Verpackungen zu identifizieren."
3911
 
3912
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:455
3913
  msgctxt "shipments"
3914
  msgid "Type"
3915
  msgstr "Typ"
3916
 
3917
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:456
3918
  #, php-format
3919
  msgctxt "shipments"
3920
  msgid "Weight (%s)"
3921
  msgstr "Gewicht (%s)"
3922
 
3923
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:456
3924
  msgctxt "shipments"
3925
  msgid "The weight of the packaging."
3926
  msgstr "Das Gewicht der Verpackung."
3927
 
3928
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:457
3929
  #, php-format
3930
  msgctxt "shipments"
3931
  msgid "Dimensions (LxWxH, %s)"
3932
  msgstr "Abmessungen (LxBxH, %s)"
3933
 
3934
  # @ woocommerce-germanized
3935
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:458
3936
  msgctxt "shipments"
3937
  msgid "Max weight (kg)"
3938
  msgstr "Max. Gewicht (kg)"
3939
 
3940
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:458
3941
  msgctxt "shipments"
3942
  msgid ""
3943
  "The maximum weight this packaging can hold. Leave empty to not restrict "
@@ -3946,68 +4010,68 @@ msgstr ""
3946
  "Das maximale Gewicht, das diese Verpackung tragen kann. Leer lassen um das "
3947
  "Gewicht nicht zu begrenzen."
3948
 
3949
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:483
3950
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:524
3951
  msgctxt "shipments"
3952
  msgid "Length"
3953
  msgstr "Länge"
3954
 
3955
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:484
3956
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:525
3957
  msgctxt "shipments"
3958
  msgid "Width"
3959
  msgstr "Breite"
3960
 
3961
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:485
3962
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:526
3963
  msgctxt "shipments"
3964
  msgid "Height"
3965
  msgstr "Höhe"
3966
 
3967
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:498
3968
  msgctxt "shipments"
3969
  msgid "+ Add packaging"
3970
  msgstr "+ Verpackung hinzufügen"
3971
 
3972
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:498
3973
  msgctxt "shipments"
3974
  msgid "Remove selected packaging"
3975
  msgstr "Ausgewählte Verpackung löschen"
3976
 
3977
  # @ woocommerce-germanized
3978
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:602
3979
  msgctxt "shipments"
3980
  msgid "Create shipments"
3981
  msgstr "Sendungen erstellen"
3982
 
3983
  # @ woocommerce-germanized
3984
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:717
3985
  msgctxt "shipments"
3986
  msgid "Search shipments"
3987
  msgstr "Sendungen suchen"
3988
 
3989
  # @ woocommerce-germanized
3990
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:751
3991
  msgctxt "shipments"
3992
  msgid "Search returns"
3993
  msgstr "Retouren suchen"
3994
 
3995
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:829
3996
  msgctxt "shipments"
3997
  msgid "Do you really want to delete the shipment?"
3998
  msgstr "Möchten Sie die Sendung wirklich löschen?"
3999
 
4000
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:835
4001
  msgctxt "shipments"
4002
  msgid "Do you really want to delete the label?"
4003
  msgstr "Möchten Sie das Label wirklich löschen?"
4004
 
4005
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:837
4006
  msgctxt "shipments"
4007
  msgid "Please save the shipment before creating a new label"
4008
  msgstr "Bitte speichern Sie die Sendung bevor Sie ein neues Label erstellen"
4009
 
4010
- #: woocommerce-germanized-shipments/src/Admin/Admin.php:887
4011
  msgctxt "shipments"
4012
  msgid ""
4013
  "Do you really want to delete the shipping provider? Some of your existing "
@@ -4432,82 +4496,96 @@ msgstr "Absenderadresse"
4432
 
4433
  # @ woocommerce-germanized
4434
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:210
4435
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:285
4436
  msgctxt "shipments"
4437
  msgid "First Name"
4438
  msgstr "Vorname"
4439
 
4440
  # @ woocommerce-germanized
4441
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:217
4442
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:293
4443
  msgctxt "shipments"
4444
  msgid "Last Name"
4445
  msgstr "Nachname"
4446
 
4447
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:224
4448
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:301
4449
  msgctxt "shipments"
4450
  msgid "Company"
4451
  msgstr "Firma"
4452
 
4453
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:231
4454
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:309
4455
  msgctxt "shipments"
4456
  msgid "Address 1"
4457
  msgstr "Adresszeile 1"
4458
 
4459
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:238
4460
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:317
4461
  msgctxt "shipments"
4462
  msgid "Address 2"
4463
  msgstr "Adresszeile 2"
4464
 
4465
  # @ woocommerce-germanized
4466
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:245
4467
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:325
4468
  msgctxt "shipments"
4469
  msgid "City"
4470
  msgstr "Stadt"
4471
 
4472
  # @ woocommerce-germanized
4473
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:252
4474
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:333
4475
  msgctxt "shipments"
4476
  msgid "Country / State"
4477
  msgstr "Land / Bundesland"
4478
 
4479
  # @ woocommerce-germanized
4480
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:260
4481
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:342
4482
  msgctxt "shipments"
4483
  msgid "Postcode"
4484
  msgstr "Postleitzahl"
4485
 
4486
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:267
4487
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:350
4488
  msgctxt "shipments"
4489
  msgid "Phone"
4490
  msgstr "Telefon"
4491
 
4492
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:274
4493
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:358
4494
  msgctxt "shipments"
4495
  msgid "Email"
4496
  msgstr "E-Mail"
4497
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4498
  # @ woocommerce-germanized
4499
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:282
4500
  msgctxt "shipments"
4501
  msgid "Return Address"
4502
  msgstr "Retouren Adresse"
4503
 
4504
  # @ woocommerce-germanized
4505
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:380
4506
  msgctxt "shipments"
4507
  msgid "Default packaging"
4508
  msgstr "Standard-Verpackung"
4509
 
4510
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:381
4511
  msgctxt "shipments"
4512
  msgid ""
4513
  "Choose a packaging which serves as fallback or default in case no suitable "
@@ -4517,24 +4595,24 @@ msgstr ""
4517
  "wird, wenn keine passende Verpackung gefunden werden konnte."
4518
 
4519
  # @ woocommerce-germanized
4520
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:415
4521
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
4522
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1101
4523
  msgctxt "shipments"
4524
  msgid "General"
4525
  msgstr "Allgemein"
4526
 
4527
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:417
4528
  msgctxt "shipments"
4529
  msgid "Addresses"
4530
  msgstr "Adressen"
4531
 
4532
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:541
4533
  msgctxt "shipments"
4534
  msgid "More services"
4535
  msgstr "Mehr Services"
4536
 
4537
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:544
4538
  msgctxt "shipments"
4539
  msgid "Fewer services"
4540
  msgstr "Weniger Services"
@@ -4604,7 +4682,7 @@ msgstr "Filtern"
4604
 
4605
  # @ woocommerce-germanized
4606
  #: woocommerce-germanized-shipments/src/Admin/Table.php:665
4607
- #: woocommerce-germanized-shipments/src/Ajax.php:834
4608
  #, php-format
4609
  msgctxt "shipments"
4610
  msgid "Order #%s"
@@ -4730,62 +4808,62 @@ msgctxt "shipments"
4730
  msgid "There was an error processing the label."
4731
  msgstr "Bei der Verarbeitung des Labels ist ein Fehler aufgetreten."
4732
 
4733
- #: woocommerce-germanized-shipments/src/Ajax.php:352
4734
  msgctxt "shipments"
4735
  msgid "There was an error while trying to save the shipping provider status."
4736
  msgstr ""
4737
  "Beim Speichern des Status des Versanddienstleisters trat ein Fehler auf."
4738
 
4739
- #: woocommerce-germanized-shipments/src/Ajax.php:390
4740
  msgctxt "shipments"
4741
  msgid "There was an error while trying to delete the shipping provider."
4742
  msgstr "Beim Löschen des Versanddienstleisters trat ein Fehler auf."
4743
 
4744
- #: woocommerce-germanized-shipments/src/Ajax.php:423
4745
  msgctxt "shipments"
4746
  msgid "There was an error while bulk processing shipments."
4747
  msgstr ""
4748
  "Bei der Verarbeitung der Mehrfachaktionen von Sendungen trat ein Fehler auf."
4749
 
4750
- #: woocommerce-germanized-shipments/src/Ajax.php:541
4751
- #: woocommerce-germanized-shipments/src/Ajax.php:653
4752
- #: woocommerce-germanized-shipments/src/Ajax.php:710
4753
- #: woocommerce-germanized-shipments/src/Ajax.php:747
4754
- #: woocommerce-germanized-shipments/src/Ajax.php:921
4755
- #: woocommerce-germanized-shipments/src/Ajax.php:967
4756
- #: woocommerce-germanized-shipments/src/Ajax.php:1039
4757
- #: woocommerce-germanized-shipments/src/Ajax.php:1072
4758
- #: woocommerce-germanized-shipments/src/Ajax.php:1121
4759
- #: woocommerce-germanized-shipments/src/Ajax.php:1189
4760
- #: woocommerce-germanized-shipments/src/Ajax.php:1230
4761
- #: woocommerce-germanized-shipments/src/Ajax.php:1285
4762
- #: woocommerce-germanized-shipments/src/Ajax.php:1329
4763
  msgctxt "shipments"
4764
  msgid "There was an error processing the shipment"
4765
  msgstr "Fehler bei der Verarbeitung der Sendung"
4766
 
4767
- #: woocommerce-germanized-shipments/src/Ajax.php:594
4768
  msgctxt "shipments"
4769
  msgid "There was an error while adding the shipment"
4770
  msgstr "Beim Hinzufügen der Sendung ist ein Fehler aufgetreten"
4771
 
4772
- #: woocommerce-germanized-shipments/src/Ajax.php:615
4773
  msgctxt "shipments"
4774
  msgid "This order contains enough shipments already."
4775
  msgstr "Diese Bestellung beinhaltet bereits genug Sendungen."
4776
 
4777
- #: woocommerce-germanized-shipments/src/Ajax.php:672
4778
  msgctxt "shipments"
4779
  msgid "This order contains enough returns already."
4780
  msgstr "Diese Bestellung beinhaltet bereits genügend Retouren."
4781
 
4782
  # @ woocommerce-germanized
4783
- #: woocommerce-germanized-shipments/src/Ajax.php:881
4784
  msgctxt "shipments"
4785
  msgid "Status:"
4786
  msgstr "Status:"
4787
 
4788
- #: woocommerce-germanized-shipments/src/Ajax.php:886
4789
  msgctxt "shipments"
4790
  msgid "Customer payment page &rarr;"
4791
  msgstr "Kundenbezahlungsseite &rarr;"
@@ -4987,7 +5065,7 @@ msgctxt "shipments"
4987
  msgid "Invalid packaging."
4988
  msgstr "Verpackung nicht verfügbar."
4989
 
4990
- #: woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php:200
4991
  msgctxt "shipments"
4992
  msgid "Invalid shipment item."
4993
  msgstr "Ungültige Sendungsposition."
@@ -5172,10 +5250,10 @@ msgctxt "shipments"
5172
  msgid "Invalid product."
5173
  msgstr "Produkt nicht verfügbar."
5174
 
5175
- #: woocommerce-germanized-shipments/src/Shipment.php:1055
5176
- #: woocommerce-germanized-shipments/src/Shipment.php:1303
5177
  #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:365
5178
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:433
5179
  #, php-format
5180
  msgctxt "full name"
5181
  msgid "%1$s %2$s"
@@ -5307,22 +5385,22 @@ msgstr ""
5307
  "die Paketverfolgungsdaten zum Zeitpunkt des Erhalts dieser E-Mail noch nicht "
5308
  "den neuesten Stand wiedergeben."
5309
 
5310
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:781
5311
  msgctxt "shipments"
5312
  msgid "Choose a title for the shipping provider."
5313
  msgstr "Wählen Sie einen Titel für den Versanddienstleister."
5314
 
5315
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:790
5316
  msgctxt "shipments"
5317
  msgid "Choose a description for the shipping provider."
5318
  msgstr "Wählen Sie eine Beschreibung für den Versanddienstleister."
5319
 
5320
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:802
5321
  msgctxt "shipments"
5322
  msgid "Tracking URL"
5323
  msgstr "Sendungsverfolgung URL"
5324
 
5325
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:803
5326
  #, php-format
5327
  msgctxt "shipments"
5328
  msgid ""
@@ -5336,12 +5414,12 @@ msgstr ""
5336
  "einzufügen: %s"
5337
 
5338
  # @ woocommerce-germanized
5339
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:813
5340
  msgctxt "shipments"
5341
  msgid "Tracking description"
5342
  msgstr "Sendungsverfolgung Hinweis"
5343
 
5344
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:814
5345
  #, php-format
5346
  msgctxt "shipments"
5347
  msgid ""
@@ -5356,17 +5434,17 @@ msgstr ""
5356
  "dynamische Daten einzufügen: %s"
5357
 
5358
  # @ woocommerce-germanized
5359
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:958
5360
  msgctxt "shipments"
5361
  msgid "Customer returns"
5362
  msgstr "Rücksendungen"
5363
 
5364
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
5365
  msgctxt "shipments"
5366
  msgid "Allow customers to submit return requests to shipments."
5367
  msgstr "Erlauben Sie Kunden eine Rücksendung zu einer Sendung zu beantragen."
5368
 
5369
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
5370
  #, php-format
5371
  msgctxt "shipments"
5372
  msgid ""
@@ -5380,27 +5458,27 @@ msgstr ""
5380
  "Gästen zu erfahren, lesen Sie bitte die %s."
5381
 
5382
  # @ woocommerce-germanized
5383
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
5384
  msgctxt "shipments"
5385
  msgid "Return Dashboard"
5386
  msgstr "Retouren-Dashboard"
5387
 
5388
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
5389
  msgctxt "shipments"
5390
  msgid "docs"
5391
  msgstr "Dokumentation"
5392
 
5393
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:968
5394
  msgctxt "shipments"
5395
  msgid "Guest returns"
5396
  msgstr "Retouren für Gäste"
5397
 
5398
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:969
5399
  msgctxt "shipments"
5400
  msgid "Allow guests to submit return requests to shipments."
5401
  msgstr "Erlauben Sie Gästen Rücksendeanträge zu Bestellungen zu beantragen."
5402
 
5403
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:969
5404
  #, php-format
5405
  msgctxt "shipments"
5406
  msgid ""
@@ -5414,18 +5492,18 @@ msgstr ""
5414
  "Rücksende-Formular für Gäste auf Ihrer Seite zu platzieren."
5415
 
5416
  # @ woocommerce-germanized
5417
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:980
5418
  msgctxt "shipments"
5419
  msgid "Manual confirmation"
5420
  msgstr "Manuelle Bestätigung"
5421
 
5422
  # @ woocommerce-germanized
5423
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:981
5424
  msgctxt "shipments"
5425
  msgid "Return requests need manual confirmation."
5426
  msgstr "Rücksendeanträge benötigen eine manuelle Bestätigung."
5427
 
5428
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:981
5429
  msgctxt "shipments"
5430
  msgid ""
5431
  "By default return request need manual confirmation e.g. a shop manager needs "
@@ -5442,12 +5520,12 @@ msgstr ""
5442
  "Mail-Bestätigung samt Retouren-Label."
5443
 
5444
  # @ woocommerce-germanized
5445
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:993
5446
  msgctxt "shipments"
5447
  msgid "Return instructions"
5448
  msgstr "Rücksende-Anweisungen"
5449
 
5450
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:994
5451
  msgctxt "shipments"
5452
  msgid ""
5453
  "Provide your customer with instructions on how to return the shipment after "
@@ -5460,7 +5538,7 @@ msgstr ""
5460
  "kann, sollten Sie Ihre Kunden darüber informieren, woher ein Label für die "
5461
  "Rücksendung bezogen werden kann."
5462
 
5463
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1080
5464
  #, php-format
5465
  msgctxt "shipments"
5466
  msgid ""
@@ -5472,12 +5550,12 @@ msgstr ""
5472
  "Einstellungen</a>. Passen Sie diese Einstellungen nur dann an, wenn Sie "
5473
  "explizit Abweichungen speziell für diese Versandmethode konfigurieren wollen."
5474
 
5475
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1105
5476
  msgctxt "shipments"
5477
  msgid "Return Requests"
5478
  msgstr "Rücksendeanträge"
5479
 
5480
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1136
5481
  msgctxt "shipments"
5482
  msgid "This shipping provider does not support creating labels."
5483
  msgstr "Dieser Versanddienstleister unterstützt keine Label-Erzeugung."
@@ -6097,7 +6175,7 @@ msgstr "Germanize"
6097
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:69
6098
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:144
6099
  #: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
6100
- #: woocommerce-germanized/woocommerce-germanized.php:784
6101
  msgid "Settings"
6102
  msgstr "Einstellungen"
6103
 
@@ -6276,7 +6354,6 @@ msgstr "Impressum"
6276
 
6277
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
6278
  #: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:92
6279
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:202
6280
  #: woocommerce-germanized/includes/wc-gzd-core-functions.php:272
6281
  msgid "Privacy Policy"
6282
  msgstr "Datenschutz"
@@ -7570,7 +7647,7 @@ msgstr "Kleinunternehmer"
7570
 
7571
  # @ woocommerce-germanized
7572
  #: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
7573
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:632
7574
  #: woocommerce-germanized/src/Shopmarks.php:339
7575
  msgid "Checkout"
7576
  msgstr "Kasse"
@@ -10027,11 +10104,17 @@ msgstr ""
10027
  "Bitte akzeptieren Sie unsere Datenschutzerklärung, um ein neues Kundenkonto "
10028
  "zu erstellen"
10029
 
 
 
 
 
 
10030
  # @ woocommerce-germanized
10031
  #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:203
10032
- msgid "Let customers accept your privacy policy before registering."
10033
  msgstr ""
10034
- "Lässt Kunden die Datenschutzerklärung vor der Registrierung akzeptieren."
 
10035
 
10036
  # @ woocommerce-germanized
10037
  #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:228
@@ -10055,30 +10138,30 @@ msgid "Asks the customer to issue the SEPA mandate."
10055
  msgstr "Lässt den Kunden das SEPA Mandat vor dem Kauf bestätigen."
10056
 
10057
  # @ woocommerce-germanized
10058
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:633
10059
  msgid "Register form"
10060
  msgstr "Registrierung"
10061
 
10062
  # @ woocommerce
10063
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:634
10064
  msgid "Pay for order"
10065
  msgstr "Bestell-Bezahlseite"
10066
 
10067
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:635
10068
  msgid "Reviews"
10069
  msgstr "Bewertungen"
10070
 
10071
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:699
10072
  #, php-format
10073
  msgid "Checkbox location %s does not exist."
10074
  msgstr "Checkbox Ort %s existiert nicht."
10075
 
10076
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:725
10077
  #, php-format
10078
  msgid "Please make sure to check %s checkbox."
10079
  msgstr "Kontrollieren Sie bitte %s. Hier fehlt eine Einwilligung."
10080
 
10081
- #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:730
10082
  #, php-format
10083
  msgid "Checkbox with name %s does already exist."
10084
  msgstr "Eine Checkbox mit dem Namen %s existiert bereits."
@@ -11864,7 +11947,7 @@ msgstr "Germanized benötigt mindestens PHP 5.6. Bitte %s Sie Ihre PHP-Version."
11864
  msgid "upgrade"
11865
  msgstr "aktualisieren"
11866
 
11867
- #: woocommerce-germanized/woocommerce-germanized.php:314
11868
  #, php-format
11869
  msgid ""
11870
  "This version of the Corona Helper Plugin includes a bug which could lead to "
@@ -11877,7 +11960,7 @@ msgstr ""
11877
  "unserem <a href=\"%s\" target=\"_blank\">Blog-Post</a> wie Sie das Plugin "
11878
  "austauschen können."
11879
 
11880
- #: woocommerce-germanized/woocommerce-germanized.php:980
11881
  msgid "Pease wait while we are trying to redirect you to the payment provider."
11882
  msgstr "Einen Moment - wir versuchen Sie zum Zahlungsanbieter weiterzuleiten."
11883
 
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce Germanized\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-10-19 13:02+0200\n"
6
+ "PO-Revision-Date: 2021-10-19 13:15+0200\n"
7
  "Last-Translator: holzhannes <holzhannes@posteo.de>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE@formal\n"
93
  msgid "Delivery threshold reached (OSS)"
94
  msgstr "Lieferschwelle erreicht (OSS)"
95
 
96
+ #: one-stop-shop-woocommerce/src/Admin.php:445
97
  #: one-stop-shop-woocommerce/src/SettingsPage.php:17
98
  msgctxt "oss"
99
  msgid "OSS"
100
  msgstr "OSS"
101
 
102
+ #: one-stop-shop-woocommerce/src/Admin.php:445
103
+ #: one-stop-shop-woocommerce/src/Admin.php:563
104
  #: one-stop-shop-woocommerce/src/SettingsPage.php:23
105
  msgctxt "oss"
106
  msgid "One Stop Shop"
107
  msgstr "One Stop Shop"
108
 
109
+ #: one-stop-shop-woocommerce/src/Admin.php:466
110
  #: one-stop-shop-woocommerce/src/Package.php:353
111
  #, php-format
112
  msgctxt "oss"
113
  msgid "Q%1$s/%2$s"
114
  msgstr "Q%1$s/%2$s"
115
 
116
+ #: one-stop-shop-woocommerce/src/Admin.php:475
117
  #: one-stop-shop-woocommerce/src/Package.php:358
118
  #, php-format
119
  msgctxt "oss"
120
  msgid "%1$s/%2$s"
121
  msgstr "%1$s/%2$s"
122
 
123
+ #: one-stop-shop-woocommerce/src/Admin.php:483
124
  msgctxt "oss"
125
  msgid "New Report"
126
  msgstr "Neuer Bericht"
127
 
128
+ #: one-stop-shop-woocommerce/src/Admin.php:490
129
  msgctxt "oss"
130
  msgid "Type"
131
  msgstr "Typ"
132
 
133
+ #: one-stop-shop-woocommerce/src/Admin.php:502
134
  msgctxt "oss"
135
  msgid "Year"
136
  msgstr "Jahr"
137
 
138
+ #: one-stop-shop-woocommerce/src/Admin.php:514
139
  msgctxt "oss"
140
  msgid "Quarter"
141
  msgstr "Quartal"
142
 
143
+ #: one-stop-shop-woocommerce/src/Admin.php:526
144
  msgctxt "oss"
145
  msgid "Month"
146
  msgstr "Monat"
147
 
148
+ #: one-stop-shop-woocommerce/src/Admin.php:538
149
  msgctxt "oss"
150
  msgid "Date range"
151
  msgstr "Zeitraum"
152
 
153
+ #: one-stop-shop-woocommerce/src/Admin.php:550
154
  msgctxt "oss"
155
  msgid "Start report"
156
  msgstr "Bericht starten"
157
 
158
+ #: one-stop-shop-woocommerce/src/Admin.php:564
159
  msgctxt "oss"
160
  msgid "New report"
161
  msgstr "Neuer Bericht"
162
 
163
+ #: one-stop-shop-woocommerce/src/Admin.php:606
164
  msgctxt "oss"
165
  msgid "View"
166
  msgstr "Ansehen"
167
 
168
+ #: one-stop-shop-woocommerce/src/Admin.php:610
169
  msgctxt "oss"
170
  msgid "Export"
171
  msgstr "Exportieren"
172
 
173
+ #: one-stop-shop-woocommerce/src/Admin.php:614
174
  msgctxt "oss"
175
  msgid "Refresh"
176
  msgstr "Aktualisieren"
177
 
178
+ #: one-stop-shop-woocommerce/src/Admin.php:618
179
  msgctxt "oss"
180
  msgid "Delete"
181
  msgstr "Löschen"
182
 
183
+ #: one-stop-shop-woocommerce/src/Admin.php:624
184
  msgctxt "oss"
185
  msgid "Cancel"
186
  msgstr "Abbrechen"
187
 
188
+ #: one-stop-shop-woocommerce/src/Admin.php:653
189
  msgctxt "oss"
190
  msgid "Country"
191
  msgstr "Land"
192
 
193
+ #: one-stop-shop-woocommerce/src/Admin.php:654
194
  msgctxt "oss"
195
  msgid "Tax Rate"
196
  msgstr "Steuersatz"
197
 
198
+ #: one-stop-shop-woocommerce/src/Admin.php:655
199
  msgctxt "oss"
200
  msgid "Net Total"
201
  msgstr "Nettobetrag"
202
 
203
+ #: one-stop-shop-woocommerce/src/Admin.php:656
204
  msgctxt "oss"
205
  msgid "Tax Total"
206
  msgstr "Steuerbertrag"
207
 
208
+ #: one-stop-shop-woocommerce/src/Admin.php:687
209
  #, php-format
210
  msgctxt "oss"
211
  msgid "%1$s %%"
212
  msgstr "%1$s %%"
213
 
214
+ #: one-stop-shop-woocommerce/src/Admin.php:699
215
  #, php-format
216
  msgctxt "oss"
217
  msgid ""
221
  "Aktuell %1$s Bestellung verarbeitet. Nächster Durchlauf planmäßig am %2$s. "
222
  "<a href=\"%3$s\">Offene Aktionen finden</a>"
223
 
224
+ #: one-stop-shop-woocommerce/src/Admin.php:699
225
  msgctxt "oss"
226
  msgid "Not yet known"
227
  msgstr "Noch nicht bekannt"
228
 
229
+ #: one-stop-shop-woocommerce/src/Admin.php:730
230
  #: one-stop-shop-woocommerce/src/ReportTable.php:39
231
  #: one-stop-shop-woocommerce/src/SettingsPage.php:23
232
  msgctxt "oss"
506
  msgid "Participation"
507
  msgstr "Teilnahme"
508
 
509
+ # @ woocommerce-germanized
510
+ #: one-stop-shop-woocommerce/src/Settings.php:67
511
+ msgctxt "oss"
512
+ msgid "Report Order Date"
513
+ msgstr "Bericht Bestelldatum"
514
+
515
+ #: one-stop-shop-woocommerce/src/Settings.php:68
516
+ msgctxt "oss"
517
+ msgid ""
518
+ "Select the relevant order date to be used to determine whether to include an "
519
+ "order in a report."
520
+ msgstr ""
521
+ "Wählen Sie das relevante Bestelldatum aus auf Basis dessen entschieden wird "
522
+ "ob eine Bestellung in einen Bericht inkludiert wird."
523
+
524
+ #: one-stop-shop-woocommerce/src/Settings.php:73
525
+ msgctxt "oss"
526
+ msgid "Date paid"
527
+ msgstr "Zahlungsdatum"
528
+
529
+ #: one-stop-shop-woocommerce/src/Settings.php:74
530
+ msgctxt "oss"
531
+ msgid "Date created"
532
+ msgstr "Erstellungsdatum"
533
+
534
+ #: one-stop-shop-woocommerce/src/Settings.php:82
535
  msgctxt "oss"
536
  msgid "Fixed gross prices"
537
  msgstr "Feste Bruttopreise"
538
 
539
+ #: one-stop-shop-woocommerce/src/Settings.php:83
540
  msgctxt "oss"
541
  msgid "Apply the same gross price regardless of the tax rate."
542
  msgstr "Verwende den Bruttopreis unabhängig vom Steuersatz."
543
 
544
+ #: one-stop-shop-woocommerce/src/Settings.php:83
545
  msgctxt "oss"
546
  msgid ""
547
  "This option will make sure that your customers pay the same price no matter "
550
  "Diese Option bewirkt, dass Kunden, unabhängig vom Land und damit vom "
551
  "Steuersatz den selben Bruttopreis bezahlen."
552
 
553
+ #: one-stop-shop-woocommerce/src/Settings.php:104
554
  msgctxt "oss"
555
  msgid "Are you sure? Please backup your tax rates before proceeding."
556
  msgstr ""
557
  "Sind Sie sicher? Bitte erstellen Sie vorab ein Backup Ihrer Steuersätze."
558
 
559
+ #: one-stop-shop-woocommerce/src/Settings.php:104
560
  msgctxt "oss"
561
  msgid "End OSS participation"
562
  msgstr "OSS Teilnahme beenden"
563
 
564
+ #: one-stop-shop-woocommerce/src/Settings.php:104
565
  msgctxt "oss"
566
  msgid "Start OSS participation"
567
  msgstr "OSS Teilnahme starten"
568
 
569
+ #: one-stop-shop-woocommerce/src/Settings.php:105
570
  msgctxt "oss"
571
  msgid "learn more"
572
  msgstr "Mehr erfahren"
573
 
574
+ #: one-stop-shop-woocommerce/src/Settings.php:107
575
  msgctxt "oss"
576
  msgid ""
577
  "Use this option to automatically adjust tax-related options in WooCommerce. "
582
  "automatisch anpassen zu lassen. Achtung: Diese Option löscht Ihre aktuellen "
583
  "Steuersätze und fügt neue Steuersätze basierend auf Ihrem OSS Status hinzu."
584
 
585
+ #: one-stop-shop-woocommerce/src/Settings.php:139
586
  msgctxt "oss"
587
  msgid "See status"
588
  msgstr "Status ansehen"
589
 
590
+ #: one-stop-shop-woocommerce/src/Settings.php:139
591
  msgctxt "oss"
592
  msgid "Start initial report"
593
  msgstr "Initialen Bericht erstellen"
594
 
595
+ #: one-stop-shop-woocommerce/src/Settings.php:140
596
  #, php-format
597
  msgctxt "oss"
598
  msgid "Report not yet completed. %s"
599
  msgstr "Bericht noch nicht abgeschlossen. %s"
600
 
601
+ #: one-stop-shop-woocommerce/src/Settings.php:140
602
  #, php-format
603
  msgctxt "oss"
604
  msgid "Report not yet started. %s"
605
  msgstr "Bericht noch nicht gestartet. %s"
606
 
607
+ #: one-stop-shop-woocommerce/src/Settings.php:158
608
  msgctxt "oss-amounts"
609
  msgid "of"
610
  msgstr "von"
611
 
612
+ #: one-stop-shop-woocommerce/src/Settings.php:158
613
  #, php-format
614
  msgctxt "oss"
615
  msgid "As of: %s"
616
  msgstr "Stand: %s"
617
 
618
+ #: one-stop-shop-woocommerce/src/Settings.php:158
619
  msgctxt "oss"
620
  msgid "see details"
621
  msgstr "Details ansehen"
622
 
623
+ #: one-stop-shop-woocommerce/src/Settings.php:159
624
  #, php-format
625
  msgctxt "oss"
626
  msgid ""
640
  msgid "Learn More"
641
  msgstr "Mehr erfahren"
642
 
643
+ #: one-stop-shop-woocommerce/src/Tax.php:367
644
+ #: one-stop-shop-woocommerce/src/Tax.php:425
645
  #, php-format
646
  msgctxt "oss"
647
  msgid "Tax class (%s)"
648
  msgstr "Steuerklasse (%s)"
649
 
650
+ #: one-stop-shop-woocommerce/src/Tax.php:368
651
  msgctxt "oss"
652
  msgid "Same as parent"
653
  msgstr "Gleiche wie übergeordnet"
654
 
655
+ #: one-stop-shop-woocommerce/src/Tax.php:370
656
+ #: one-stop-shop-woocommerce/src/Tax.php:403
657
+ #: one-stop-shop-woocommerce/src/Tax.php:427
658
+ #: one-stop-shop-woocommerce/src/Tax.php:461
659
  msgctxt "oss"
660
  msgid "remove"
661
  msgstr "Löschen"
662
 
663
+ #: one-stop-shop-woocommerce/src/Tax.php:380
664
+ #: one-stop-shop-woocommerce/src/Tax.php:438
665
  msgctxt "oss"
666
  msgid "Add country specific tax class (OSS)"
667
  msgstr "Länderspezifische Steuerklasse hinzufügen (OSS)"
668
 
669
+ #: one-stop-shop-woocommerce/src/Tax.php:387
670
+ #: one-stop-shop-woocommerce/src/Tax.php:445
671
  msgctxt "oss"
672
  msgid "Select country"
673
  msgstr "Land auswählen"
674
 
675
+ #: one-stop-shop-woocommerce/src/Tax.php:543
676
+ #: one-stop-shop-woocommerce/src/Tax.php:670
677
  msgid "Reduced rate"
678
  msgstr ""
679
 
680
+ #: one-stop-shop-woocommerce/src/Tax.php:546
681
+ #: one-stop-shop-woocommerce/src/Tax.php:662
682
  msgctxt "oss"
683
  msgid "Greater reduced rate"
684
  msgstr "Zusätzlicher reduzierter Preis"
685
 
686
+ #: one-stop-shop-woocommerce/src/Tax.php:549
687
+ #: one-stop-shop-woocommerce/src/Tax.php:666
688
  msgctxt "oss"
689
  msgid "Super reduced rate"
690
  msgstr "Stark reduzierter Preis"
691
 
692
+ #: one-stop-shop-woocommerce/src/Tax.php:871
693
  msgctxt "oss"
694
  msgid "Madeira"
695
  msgstr "Madeira"
696
 
697
+ #: one-stop-shop-woocommerce/src/Tax.php:878
698
  msgctxt "oss"
699
  msgid "Acores"
700
  msgstr "Azoren"
701
 
702
+ #: one-stop-shop-woocommerce/src/Tax.php:914
703
  msgctxt "oss"
704
  msgid "Northern Ireland"
705
  msgstr "Nordirland"
706
 
707
+ #: one-stop-shop-woocommerce/src/Tax.php:927
708
  msgctxt "oss-tax-rate-import"
709
  msgid "Exempt"
710
  msgstr "Ausnahme"
711
 
712
+ #: one-stop-shop-woocommerce/src/Tax.php:993
713
  #, php-format
714
  msgctxt "oss-tax-rate-import"
715
  msgid "VAT %1$s %% %2$s"
814
  # @ woocommerce-germanized
815
  #: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:295
816
  #: woocommerce-germanized-dhl/src/ParcelLocator.php:890
817
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1071
818
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1755
819
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
820
  msgctxt "dhl"
821
  msgid "Packstation"
984
  msgstr "DHL & Post"
985
 
986
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
987
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1219
988
  msgctxt "dhl"
989
  msgid "Monday"
990
  msgstr "Montag"
991
 
992
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
993
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1231
994
  msgctxt "dhl"
995
  msgid "Tuesday"
996
  msgstr "Dienstag"
997
 
998
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
999
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1242
1000
  msgctxt "dhl"
1001
  msgid "Wednesday"
1002
  msgstr "Mittwoch"
1003
 
1004
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
1005
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1253
1006
  msgctxt "dhl"
1007
  msgid "Thursday"
1008
  msgstr "Donnerstag"
1009
 
1010
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
1011
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1264
1012
  msgctxt "dhl"
1013
  msgid "Friday"
1014
  msgstr "Freitag"
1015
 
1016
  #: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
1017
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1275
1018
  msgctxt "dhl"
1019
  msgid "Saturday"
1020
  msgstr "Samstag"
1194
  msgstr "Die API für Rückerstattungen konnte nicht initialisiert werden"
1195
 
1196
  #: woocommerce-germanized-dhl/src/Api/Internetmarke.php:717
1197
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:332
1198
  #: woocommerce-germanized-dhl/src/Api/ReturnRest.php:34
1199
  #, php-format
1200
  msgctxt "dhl"
1226
  msgid "Invalid stamp response."
1227
  msgstr "Fehlerhafte Label Rückmeldung."
1228
 
1229
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:116
1230
  msgctxt "dhl"
1231
  msgid ""
1232
  "Your DHL API credentials seem to be invalid. Please check your DHL settings."
1234
  "Ihre DHL API Zugangsdaten scheinen fehlerhaft zu sein. Bitte prüfen Sie Ihre "
1235
  "DHL Einstellungen."
1236
 
1237
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:120
1238
  msgctxt "dhl"
1239
  msgid ""
1240
  "Your products are missing data relevant for custom declarations. Please "
1245
  "füllen Sie die fehlenden DHL Felder (HS Code, Herstellerland) in Ihren "
1246
  "Produktdaten unter Versand aus."
1247
 
1248
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:130
1249
  #, php-format
1250
  msgctxt "dhl"
1251
  msgid "There was an error contacting the DHL API: %s."
1252
  msgstr "Beim Aufruf der DHL API gab es einen Fehler: %s."
1253
 
1254
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:133
1255
  msgctxt "dhl"
1256
  msgid ""
1257
  "An error ocurred while contacting the DHL API. Please consider enabling the "
1260
  "Beim Aufruf der DHL API ist ein Fehler aufgetreten. Bitte erwägen Sie den "
1261
  "Wechsel in den Sandbox-Modus."
1262
 
1263
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:155
1264
  msgctxt "dhl"
1265
  msgid ""
1266
  "There was an error generating the label. Please try again or consider "
1269
  "Beim Erzeugen des Labels gab es einen Fehler. Bitte versuchen Sie es erneut "
1270
  "oder erwägen Sie den Wechsel in den Sandbox-Modus."
1271
 
1272
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:235
1273
  #: woocommerce-germanized-dhl/src/Api/ReturnRest.php:155
1274
  msgctxt "dhl"
1275
  msgid "Error while creating and uploading the label"
1276
  msgstr "Fehler beim Erstellen und hochladen des Labels"
1277
 
1278
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:279
1279
  #, php-format
1280
  msgctxt "dhl"
1281
  msgid "Could not delete label - %s"
1282
  msgstr "Das Label konnte nicht gelöscht werden - %s"
1283
 
1284
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:310
1285
  msgctxt "dhl"
1286
  msgid "Could not create account number - no product number."
1287
  msgstr ""
1288
  "Die Abrechnungsnummer konnte nicht erzeugt werden. Die Teilnahmenummer fehlt."
1289
 
1290
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:522
1291
  #, php-format
1292
  msgctxt "dhl"
1293
  msgid ""
1297
  "Ihre Absenderadresse ist nicht komplett. Bitte prüfen Sie Ihre <a href=\"%s"
1298
  "\">Einstellungen</a> und versuchen Sie es erneut."
1299
 
1300
+ #: woocommerce-germanized-dhl/src/Api/LabelSoap.php:626
1301
  #, php-format
1302
  msgctxt "dhl"
1303
  msgid "Only %s shipment items can be processed, your shipment has %s items."
1443
  msgstr "Ungültiges Label."
1444
 
1445
  # @ woocommerce-germanized
1446
+ #: woocommerce-germanized-dhl/src/Package.php:1032
1447
  msgctxt "dhl"
1448
  msgid "Germany"
1449
  msgstr "Deutschland"
1611
 
1612
  # @ woocommerce-germanized
1613
  #: woocommerce-germanized-dhl/src/ParcelServices.php:29
1614
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:242
1615
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1155
1616
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1708
1617
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
1618
  msgctxt "dhl"
1619
  msgid "Delivery day"
1627
 
1628
  # @ woocommerce-germanized
1629
  #: woocommerce-germanized-dhl/src/ParcelServices.php:43
1630
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:252
1631
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1177
1632
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1736
1633
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
1634
  msgctxt "dhl"
1635
  msgid "Drop-off location"
1636
  msgstr "Ablageort"
1637
 
1638
  #: woocommerce-germanized-dhl/src/ParcelServices.php:48
1639
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:264
1640
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1186
1641
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:82
1642
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
1643
  msgctxt "dhl"
1675
  "Erzeugen Sie bequem DHL Labels u.a. mit Wunschzustellung und Lieferungen an "
1676
  "Packstationen."
1677
 
1678
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:133
1679
  msgctxt "dhl"
1680
  msgid "Parcel Pickup"
1681
  msgstr "Standorte"
1682
 
1683
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:134
1684
  msgctxt "dhl"
1685
  msgid "Preferred delivery"
1686
  msgstr "Wunschzustellung"
1687
 
1688
  # @ woocommerce-germanized
1689
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:150
1690
  msgctxt "dhl"
1691
  msgid "Receiver"
1692
  msgstr "Empfänger"
1693
 
1694
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:174
1695
  msgctxt "dhl"
1696
  msgid "COD Amount"
1697
  msgstr "Nachnahme Betrag"
1698
 
1699
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:187
1700
  msgctxt "dhl"
1701
  msgid "Duties"
1702
  msgstr "Zollabgabe"
1703
 
1704
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:199
1705
  msgctxt "dhl"
1706
  msgid "Valid address only"
1707
  msgstr "Nur valide Adressen"
1708
 
1709
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:211
1710
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1438
1711
  msgctxt "dhl"
1712
  msgid "GoGreen"
1713
  msgstr "GoGreen"
1714
 
1715
  # @ woocommerce-germanized
1716
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:220
1717
  msgctxt "dhl"
1718
  msgid "Additional insurance"
1719
  msgstr "Transportversicherung"
1720
 
1721
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:276
1722
  msgctxt "dhl"
1723
  msgid "Create inlay return label"
1724
  msgstr "Beilage-Retourenlabel erstellen"
1725
 
1726
  # @ woocommerce-germanized
1727
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:286
1728
  msgctxt "dhl"
1729
  msgid "Name"
1730
  msgstr "Name"
1731
 
1732
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:295
1733
  msgctxt "dhl"
1734
  msgid "Company"
1735
  msgstr "Firma"
1736
 
1737
  # @ woocommerce-germanized
1738
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:308
1739
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:602
1740
  msgctxt "dhl"
1741
  msgid "Street"
1742
  msgstr "Straße"
1743
 
1744
  # @ woocommerce-germanized
1745
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:317
1746
  msgctxt "dhl"
1747
  msgid "Street No"
1748
  msgstr "Hausnummer"
1749
 
1750
  # @ woocommerce-germanized
1751
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:330
1752
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:603
1753
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:27
1754
  msgctxt "dhl"
1755
  msgid "Postcode"
1756
  msgstr "Postleitzahl"
1757
 
1758
  # @ woocommerce-germanized
1759
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:339
1760
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:604
1761
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:30
1762
  msgctxt "dhl"
1763
  msgid "City"
1764
  msgstr "Stadt"
1765
 
1766
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:352
1767
  msgctxt "dhl"
1768
  msgid "Phone"
1769
  msgstr "Telefon"
1770
 
1771
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:361
1772
  msgctxt "dhl"
1773
  msgid "Email"
1774
  msgstr "E-Mail"
1775
 
1776
  # @ woocommerce-germanized
1777
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:377
1778
  msgctxt "dhl"
1779
  msgid "Age check"
1780
  msgstr "Alterssichtprüfung"
1781
 
1782
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:390
1783
  msgctxt "dhl"
1784
  msgid "Retail outlet routing"
1785
  msgstr "Filialrouting"
1786
 
1787
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:404
1788
  msgctxt "dhl"
1789
  msgid "No neighbor"
1790
  msgstr "Keine Nachbarschaftszustellung"
1791
 
1792
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:417
1793
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1470
1794
  msgctxt "dhl"
1795
  msgid "Named person only"
1796
  msgstr "Persönliche Übergabe"
1797
 
1798
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:426
1799
  msgctxt "dhl"
1800
  msgid "Bulky goods"
1801
  msgstr "Sperrgut"
1802
 
1803
  # @ woocommerce-germanized
1804
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:435
1805
  msgctxt "dhl"
1806
  msgid "Identity check"
1807
  msgstr "Ident-Check"
1808
 
1809
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:449
1810
  msgctxt "dhl"
1811
  msgid "Date of Birth"
1812
  msgstr "Geburtsdatum"
1813
 
1814
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:460
1815
  msgctxt "dhl"
1816
  msgid "Minimum age"
1817
  msgstr "Mindestalter"
1818
 
1819
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:476
1820
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1520
1821
  msgctxt "dhl"
1822
  msgid "Premium"
1823
  msgstr "Premium"
1824
 
1825
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:537
1826
  msgctxt "dhl"
1827
  msgid "Receiver is missing or does not exist."
1828
  msgstr "Empfänger fehlt oder existiert nicht."
1829
 
1830
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:609
1831
  #, php-format
1832
  msgctxt "dhl"
1833
  msgid "%s of the return address is a mandatory field."
1834
  msgstr "%s der Rücksendeadresse ist ein Pflichtfeld."
1835
 
1836
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:614
1837
  msgctxt "dhl"
1838
  msgid "Please either add a return company or name."
1839
  msgstr ""
1840
  "Bitte geben Sie entweder einen Firmennamen oder Namen für die "
1841
  "Rücksendeadresse an."
1842
 
1843
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:634
1844
  msgctxt "dhl"
1845
  msgid "Error while parsing delivery day."
1846
  msgstr "Fehler beim Einlesen des Liefertages."
1847
 
1848
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:661
1849
  msgctxt "dhl"
1850
  msgid "The visual min age check is invalid."
1851
  msgstr "Das Alter der Alterssichtprüfung ist ungültig."
1852
 
1853
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:685
1854
  msgctxt "dhl"
1855
  msgid "The ident min age check is invalid."
1856
  msgstr "Das Alter des Ident-Checks ist ungültig."
1857
 
1858
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:690
1859
  msgctxt "dhl"
1860
  msgid "There was an error parsing the date of birth for the identity check."
1861
  msgstr ""
1862
  "Beim Einlesen des Geburtsdatums für den Ident-Check trat ein Problem auf."
1863
 
1864
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:695
1865
  msgctxt "dhl"
1866
  msgid ""
1867
  "Either a minimum age or a date of birth must be added to the ident check."
1870
  "hinzugefügt werden."
1871
 
1872
  # @ woocommerce-germanized
1873
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:712
1874
  #, php-format
1875
  msgctxt "dhl"
1876
  msgid "%s duties element does not exist."
1877
  msgstr "%s Zollabgabe existiert nicht."
1878
 
1879
  # @ woocommerce-germanized
1880
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:969
1881
  msgctxt "dhl"
1882
  msgid "Customer Number (EKP)"
1883
  msgstr "Kundennummer (EKP)"
1884
 
1885
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:971
1886
  #, php-format
1887
  msgctxt "dhl"
1888
  msgid ""
1892
  "Ihre 10-stellige DHL Kundennummer (EKP). Finden Sie Ihre %s im DHL "
1893
  "Geschäftskundenportal."
1894
 
1895
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:971
1896
  msgctxt "dhl"
1897
  msgid "customer number"
1898
  msgstr "Kundennummer"
1899
 
1900
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:980
1901
  msgctxt "dhl"
1902
  msgid "API"
1903
  msgstr "API"
1904
 
1905
  # @ woocommerce-germanized
1906
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:983
1907
  msgctxt "dhl"
1908
  msgid "Enable Sandbox"
1909
  msgstr "Sandbox aktivieren"
1910
 
1911
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:984
1912
  msgctxt "dhl"
1913
  msgid "Activate Sandbox mode for testing purposes."
1914
  msgstr "Aktiviere den Sandbox Modus."
1915
 
1916
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:991
1917
  msgctxt "dhl"
1918
  msgid "Live Username"
1919
  msgstr "Benutzer"
1920
 
1921
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:993
1922
  #, php-format
1923
  msgctxt "dhl"
1924
  msgid ""
1928
  "Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
1929
  "Geschäftskundenportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
1930
 
1931
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:993
1932
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1003
1933
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1012
1934
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1021
1935
  msgctxt "dhl"
1936
  msgid "here"
1937
  msgstr "hier"
1938
 
1939
  # @ woocommerce-germanized
1940
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1001
1941
  msgctxt "dhl"
1942
  msgid "Live Password"
1943
  msgstr "Passwort"
1944
 
1945
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1003
1946
  #, php-format
1947
  msgctxt "dhl"
1948
  msgid ""
1954
  "der Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
1955
  "Benutzer) Monaten und testen Sie Ihre Zugangsdaten vorab %s."
1956
 
1957
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1010
1958
  msgctxt "dhl"
1959
  msgid "Sandbox Username"
1960
  msgstr "Sandbox Benutzername"
1961
 
1962
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1012
1963
  #, php-format
1964
  msgctxt "dhl"
1965
  msgid ""
1969
  "Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
1970
  "Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
1971
 
1972
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1019
1973
  msgctxt "dhl"
1974
  msgid "Sandbox Password"
1975
  msgstr "Sandbox Passwort"
1976
 
1977
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1021
1978
  #, php-format
1979
  msgctxt "dhl"
1980
  msgid ""
1984
  "Ihr Passwort zum DHL Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten "
1985
  "vorab %s."
1986
 
1987
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1029
1988
  msgctxt "dhl"
1989
  msgid "Products and Participation Numbers"
1990
  msgstr "Produkte und Teilnahmenummern"
1991
 
1992
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1046
1993
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1402
1994
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1642
1995
  msgctxt "dhl"
1996
  msgid "Inlay Returns"
1997
  msgstr "Beilageretouren"
1998
 
1999
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1058
2000
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:142
2001
  msgctxt "dhl"
2002
  msgid "Tracking"
2003
  msgstr "Sendungsverfolgung"
2004
 
2005
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1072
2006
  msgctxt "dhl"
2007
  msgid "Enable delivery to Packstation."
2008
  msgstr "Aktiviere den Versand an Packstationen."
2009
 
2010
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1073
2011
  msgctxt "dhl"
2012
  msgid "Let customers choose a Packstation as delivery address."
2013
  msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
2014
 
2015
  # @ woocommerce-germanized
2016
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1081
2017
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:50
2018
  msgctxt "dhl"
2019
  msgid "Postoffice"
2020
  msgstr "Postfiliale"
2021
 
2022
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1082
2023
  msgctxt "dhl"
2024
  msgid "Enable delivery to Post Offices."
2025
  msgstr "Aktiviere den Versand an Postfilialen."
2026
 
2027
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1083
2028
  msgctxt "dhl"
2029
  msgid "Let customers choose a Post Office as delivery address."
2030
  msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
2031
 
2032
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1091
2033
  msgctxt "dhl"
2034
  msgid "Parcel Shop"
2035
  msgstr "Paketshop"
2036
 
2037
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1092
2038
  msgctxt "dhl"
2039
  msgid "Enable delivery to Parcel Shops."
2040
  msgstr "Lieferung an Paketshops aktivieren."
2041
 
2042
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1093
2043
  msgctxt "dhl"
2044
  msgid "Let customers choose a Parcel Shop as delivery address."
2045
  msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
2046
 
2047
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1101
2048
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1769
2049
  msgctxt "dhl"
2050
  msgid "Map"
2051
  msgstr "Karte"
2052
 
2053
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1102
2054
  msgctxt "dhl"
2055
  msgid "Let customers find a DHL location on a map."
2056
  msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
2057
 
2058
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1102
2059
  msgctxt "dhl"
2060
  msgid ""
2061
  "Enable this option to let your customers choose a pickup option from a map "
2066
  "anhand einer Karten in der Kasse zu ermöglichen. Wenn diese Option "
2067
  "deaktiviert ist, wird stattdessen auf die DHL Website verwiesen."
2068
 
2069
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1111
2070
  msgctxt "dhl"
2071
  msgid "Google Maps Key"
2072
  msgstr "Google Maps Schlüssel"
2073
 
2074
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1116
2075
  #, php-format
2076
  msgctxt "dhl"
2077
  msgid ""
2081
  "Um eine Karte integrieren zu können, benötigen Siee du einen gültigen API-"
2082
  "Schlüssel für Google Maps. Sie können %s."
2083
 
2084
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1116
2085
  msgctxt "dhl"
2086
  msgid "retrieve a new one"
2087
  msgstr "hier einen neuen erstellen"
2088
 
2089
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1122
2090
  msgctxt "dhl"
2091
  msgid "Limit results"
2092
  msgstr "Suchergebnisse begrenzen"
2093
 
2094
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1127
2095
  msgctxt "dhl"
2096
  msgid "Limit the number of DHL locations shown on the map"
2097
  msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
2098
 
2099
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1156
2100
  msgctxt "dhl"
2101
  msgid "Enable delivery day delivery."
2102
  msgstr "Aktiviere die Lieferung am Liefertag."
2103
 
2104
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1156
2105
  msgctxt "dhl"
2106
  msgid ""
2107
  "Enabling this option will display options for the user to select their "
2111
  "Kasse."
2112
 
2113
  # @ woocommerce-germanized
2114
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1164
2115
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1722
2116
  msgctxt "dhl"
2117
  msgid "Fee"
2118
  msgstr "Gebühr"
2119
 
2120
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1166
2121
  msgctxt "dhl"
2122
  msgid ""
2123
  "Insert gross value as surcharge for delivery day delivery. Insert 0 to offer "
2127
  "Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
2128
 
2129
  # @ woocommerce-germanized
2130
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1178
2131
  msgctxt "dhl"
2132
  msgid "Enable drop-off location delivery."
2133
  msgstr "Lieferung an einen Ablageort aktivieren."
2134
 
2135
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1178
2136
  msgctxt "dhl"
2137
  msgid ""
2138
  "Enabling this option will display options for the user to select their "
2141
  "Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
2142
  "Kasse ."
2143
 
2144
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1187
2145
  msgctxt "dhl"
2146
  msgid "Enable delivery to a neighbor."
2147
  msgstr "Lieferung an Nachbarn aktivieren."
2148
 
2149
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1187
2150
  msgctxt "dhl"
2151
  msgid ""
2152
  "Enabling this option will display options for the user to deliver to their "
2155
  "Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
2156
  "der Kasse."
2157
 
2158
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1195
2159
  msgctxt "dhl"
2160
  msgid "Cut-off time"
2161
  msgstr "Cut-off-Zeit"
2162
 
2163
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1200
2164
  msgctxt "dhl"
2165
  msgid ""
2166
  "The cut-off time is the latest possible order time up to which the minimum "
2173
  "Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
2174
  "Liefertag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
2175
 
2176
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1206
2177
  msgctxt "dhl"
2178
  msgid "Preparation days"
2179
  msgstr "Bearbeitungstage"
2180
 
2181
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1211
2182
  msgctxt "dhl"
2183
  msgid ""
2184
  "If you need more time to prepare your shipments you might want to add a "
2189
  "hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
2190
  "auswählbaren Liefertag hinzugefügt werden."
2191
 
2192
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1218
2193
  msgctxt "dhl"
2194
  msgid "Exclude days of transfer"
2195
  msgstr "Übergabetage ausschließen"
2196
 
2197
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1220
2198
  msgctxt "dhl"
2199
  msgid "Exclude days from transferring shipments to DHL."
2200
  msgstr "Schließen Sie bestimmte Wochentage für die Übergabe an DHL aus."
2201
 
2202
  # @ woocommerce-germanized
2203
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1286
2204
  msgctxt "dhl"
2205
  msgid "Exclude gateways"
2206
  msgstr "Zahlungsarten ausschließen"
2207
 
2208
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1288
2209
  msgctxt "dhl"
2210
  msgid "Select payment gateways to be excluded from showing preferred services."
2211
  msgstr ""
2213
  "zur Verfügung stehen sollen."
2214
 
2215
  # @ woocommerce-germanized
2216
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1312
2217
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:178
2218
  msgctxt "dhl"
2219
  msgid "Products"
2220
  msgstr "Produkte"
2221
 
2222
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1315
2223
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:198
2224
  msgctxt "dhl"
2225
  msgid "Domestic Default Service"
2226
  msgstr "Nationaler Standard Service"
2227
 
2228
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1320
2229
  msgctxt "dhl"
2230
  msgid ""
2231
  "Please select your default DHL shipping service for domestic shipments that "
2237
  "nachträglich ändern)."
2238
 
2239
  # @ woocommerce-germanized
2240
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1326
2241
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:209
2242
  msgctxt "dhl"
2243
  msgid "EU Default Service"
2244
  msgstr "Standard Service (EU)"
2245
 
2246
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1331
2247
  msgctxt "dhl"
2248
  msgid ""
2249
  "Please select your default DHL shipping service for EU shipments that you "
2254
  "Ihre Kunden anbieten (Sie können das Produkt für jede einzelne Sendung "
2255
  "nachträglich ändern)."
2256
 
2257
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1337
2258
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:220
2259
  msgctxt "dhl"
2260
  msgid "Int. Default Service"
2261
  msgstr "Internationaler Standard Service"
2262
 
2263
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1342
2264
  msgctxt "dhl"
2265
  msgid ""
2266
  "Please select your default DHL shipping service for cross-border shipments "
2272
  "Sendung nachträglich ändern)."
2273
 
2274
  # @ woocommerce-germanized
2275
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1348
2276
  msgctxt "dhl"
2277
  msgid "Default Duty"
2278
  msgstr "Standard Zoll"
2279
 
2280
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1353
2281
  msgctxt "dhl"
2282
  msgid "Please select a default duty type."
2283
  msgstr "Bitte wählen Sie eine Standard-Zollabrechnung aus."
2284
 
2285
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1360
2286
  msgctxt "dhl"
2287
  msgid "Codeable"
2288
  msgstr "Leitcodierbar"
2289
 
2290
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1361
2291
  msgctxt "dhl"
2292
  msgid "Generate label only if address can be automatically retrieved DHL."
2293
  msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
2294
 
2295
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1367
2296
  msgctxt "dhl"
2297
  msgid ""
2298
  "Choose this option if you want to make sure that by default labels are only "
2303
  "ist."
2304
 
2305
  # @ woocommerce-germanized
2306
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1371
2307
  msgctxt "dhl"
2308
  msgid "Force email"
2309
  msgstr "E-Mail übertragen"
2310
 
2311
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1372
2312
  msgctxt "dhl"
2313
  msgid "Force transferring customer email to DHL."
2314
  msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
2315
 
2316
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1372
2317
  #, php-format
2318
  msgctxt "dhl"
2319
  msgid ""
2332
  "Ihre Datenschutzerklärung und suchen Sie im Zweifel anwaltlichen Rat bevor "
2333
  "Sie diese Option aktivieren."
2334
 
2335
+ # @ woocommerce-germanized
2336
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1381
2337
+ msgctxt "dhl"
2338
+ msgid "Custom shipper"
2339
+ msgstr "Individueller Absender"
2340
+
2341
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
2342
+ msgctxt "dhl"
2343
+ msgid "Use a custom shipper address managed within your DHL business profile."
2344
+ msgstr "Individuelle Absenderreferenz aus dem DHL Geschäftskonto verwenden."
2345
+
2346
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
2347
+ #, php-format
2348
+ msgctxt "dhl"
2349
+ msgid ""
2350
+ "Choose this option if you want to use a <a href=\"%s\" target=\"_blank"
2351
+ "\">custom address</a> profile managed within your DHL business profile as "
2352
+ "shipper reference for your labels."
2353
+ msgstr ""
2354
+ "Aktivieren Sie diese Option falls Sie eine <a href=\"%s\" target=\"_blank"
2355
+ "\">individuelle Absenderreferenz</a> als Referenz beim Erstellen der Labels "
2356
+ "verwenden möchten."
2357
+
2358
+ # @ woocommerce-germanized
2359
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1391
2360
+ msgctxt "dhl"
2361
+ msgid "Shipper reference"
2362
+ msgstr "Absenderreferenz"
2363
+
2364
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1392
2365
+ #, php-format
2366
+ msgctxt "dhl"
2367
+ msgid ""
2368
+ "Insert the <a href=\"%s\" target=\"_blank\">address reference</a> you have "
2369
+ "chosen within the DHL business portal for your custom shipper address."
2370
+ msgstr ""
2371
+ "Fügen Sie hier Ihre <a href=\"%s\" target=\"_blank\">individuelle "
2372
+ "Absenderreferenz</a> aus dem DHL Geschäftskonto ein."
2373
+
2374
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1403
2375
  msgctxt "dhl"
2376
  msgid ""
2377
  "Additionally create inlay return labels for shipments that support returns."
2379
  "Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
2380
  "unterstützen."
2381
 
2382
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1416
2383
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1419
2384
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1656
2385
  msgctxt "dhl"
2386
  msgid "Retoure"
2387
  msgstr "Retoure"
2388
 
2389
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1416
2390
  #, php-format
2391
  msgctxt "dhl"
2392
  msgid ""
2397
  "API an. Stellen Sie sicher, dass Ihr %s DHL Retoure Online enthält."
2398
 
2399
  # @ woocommerce-germanized
2400
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1416
2401
  msgctxt "dhl"
2402
  msgid "contract"
2403
  msgstr "Vertrag"
2404
 
2405
  # @ woocommerce-germanized
2406
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1420
2407
  msgctxt "dhl"
2408
  msgid "Enable creating labels for return shipments."
2409
  msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
2410
 
2411
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1420
2412
  msgctxt "dhl"
2413
  msgid ""
2414
  "By enabling this option you might generate retoure labels for return "
2418
  "Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
2419
 
2420
  # @ woocommerce-germanized
2421
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1436
2422
  msgctxt "dhl"
2423
  msgid "Default Services"
2424
  msgstr "Standard-Services"
2425
 
2426
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1436
2427
  #, php-format
2428
  msgctxt "dhl"
2429
  msgid ""
2434
  "werden sollen. Finden Sie mehr <a href=\"%s\" target=\"_blank\">Services</a> "
2435
  "heraus."
2436
 
2437
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1439
2438
  msgctxt "dhl"
2439
  msgid "Enable the GoGreen Service by default."
2440
  msgstr "Buche den GoGreen Service hinzu."
2441
 
2442
  # @ woocommerce-germanized
2443
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1446
2444
  msgctxt "dhl"
2445
  msgid "Additional Insurance"
2446
  msgstr "Transportversicherung"
2447
 
2448
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1447
2449
  msgctxt "dhl"
2450
  msgid "Add an additional insurance to labels."
2451
  msgstr "Füge eine Transportversicherung zur Sendung hinzu."
2452
 
2453
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1454
2454
  msgctxt "dhl"
2455
  msgid "Retail Outlet Routing"
2456
  msgstr "Filialrouting"
2457
 
2458
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1455
2459
  msgctxt "dhl"
2460
  msgid ""
2461
  "Send undeliverable items to nearest retail outlet instead of immediate "
2464
  "Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
2465
  "anstelle diese direkt zurückzusenden."
2466
 
2467
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1462
2468
  msgctxt "dhl"
2469
  msgid "No Neighbor"
2470
  msgstr "Keine Nachbarschaftszustellung"
2471
 
2472
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1463
2473
  msgctxt "dhl"
2474
  msgid "Do not deliver to neighbors."
2475
  msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
2476
 
2477
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1471
2478
  msgctxt "dhl"
2479
  msgid "Do only delivery to named person."
2480
  msgstr ""
2481
  "Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
2482
  "Person übergeben."
2483
 
2484
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1478
2485
  msgctxt "dhl"
2486
  msgid "Bulky Goods"
2487
  msgstr "Sperrgut"
2488
 
2489
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1479
2490
  msgctxt "dhl"
2491
  msgid "Deliver as bulky goods."
2492
  msgstr "Sende Pakete als Sperrgut."
2493
 
2494
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1486
2495
  msgctxt "dhl"
2496
  msgid "Minimum age (Visual check)"
2497
  msgstr "Mindestalter (Visuell)"
2498
 
2499
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1492
2500
  msgctxt "dhl"
2501
  msgid "Choose this option if you want to let DHL check your customer's age."
2502
  msgstr ""
2503
  "Wählen Sie diese Option aus, wenn Sie das Alter durch DHL prüfen lassen "
2504
  "möchten."
2505
 
2506
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1495
2507
  msgctxt "dhl"
2508
  msgid "Sync (Visual Check)"
2509
  msgstr "Synchronisation (Visuell)"
2510
 
2511
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1496
2512
  msgctxt "dhl"
2513
  msgid "Visually verify age if shipment contains applicable items."
2514
  msgstr ""
2515
  "Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
2516
  "beinhaltet."
2517
 
2518
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1496
2519
  #, php-format
2520
  msgctxt "dhl"
2521
  msgid ""
2528
  "Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
2529
  "Produkte beinhaltet."
2530
 
2531
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1496
2532
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1513
2533
  msgctxt "dhl"
2534
  msgid "age verification checkbox"
2535
  msgstr "Checkbox zur Altersprüfung"
2536
 
2537
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1503
2538
  msgctxt "dhl"
2539
  msgid "Minimum age (Ident check)"
2540
  msgstr "Mindestalter (Identität)"
2541
 
2542
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1509
2543
  msgctxt "dhl"
2544
  msgid ""
2545
  "Choose this option if you want to let DHL check your customer's identity and "
2549
  "prüfen lassen möchten."
2550
 
2551
  # @ woocommerce-germanized
2552
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1512
2553
  msgctxt "dhl"
2554
  msgid "Sync (Ident Check)"
2555
  msgstr "Synchronisation (Identität)"
2556
 
2557
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1513
2558
  msgctxt "dhl"
2559
  msgid "Verify identity and age if shipment contains applicable items."
2560
  msgstr ""
2561
  "Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
2562
  "beinhaltet."
2563
 
2564
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1513
2565
  #, php-format
2566
  msgctxt "dhl"
2567
  msgid ""
2574
  "Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
2575
  "Produkte beinhaltet."
2576
 
2577
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1521
2578
  msgctxt "dhl"
2579
  msgid "Premium delivery for international shipments."
2580
  msgstr "Premium Lieferung für internationale Sendungen."
2581
 
2582
  # @ woocommerce-germanized
2583
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1529
2584
  msgctxt "dhl"
2585
  msgid "Bank Account"
2586
  msgstr "Bankkonto"
2587
 
2588
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1529
2589
  msgctxt "dhl"
2590
  msgid "Enter your bank details needed for services that use COD."
2591
  msgstr ""
2593
  "verwendet werden sollen."
2594
 
2595
  # @ woocommerce-germanized
2596
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1532
2597
  msgctxt "dhl"
2598
  msgid "Holder"
2599
  msgstr "Kontoinhaber"
2600
 
2601
  # @ woocommerce-germanized
2602
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1540
2603
  msgctxt "dhl"
2604
  msgid "Bank Name"
2605
  msgstr "Name der Bank"
2606
 
2607
  # @ woocommerce-germanized
2608
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1548
2609
  msgctxt "dhl"
2610
  msgid "IBAN"
2611
  msgstr "IBAN"
2612
 
2613
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1556
2614
  msgctxt "dhl"
2615
  msgid "BIC"
2616
  msgstr "BIC"
2617
 
2618
  # @ woocommerce-germanized
2619
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1564
2620
  msgctxt "dhl"
2621
  msgid "Payment Reference"
2622
  msgstr "Zahlungsreferenz"
2623
 
2624
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1569
2625
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1579
2626
  #, php-format
2627
  msgctxt "dhl"
2628
  msgid ""
2633
  "hinzufügen: %s. Der Text ist auf 35 Zeichen begrenzt."
2634
 
2635
  # @ woocommerce-germanized
2636
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1574
2637
  msgctxt "dhl"
2638
  msgid "Payment Reference 2"
2639
  msgstr "Zahlungsreferenz 2"
2640
 
2641
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1609
2642
  msgctxt "dhl"
2643
  msgid "Customer Number"
2644
  msgstr "Kundennummer"
2645
 
2646
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1610
2647
  msgctxt "dhl"
2648
  msgid ""
2649
  "Insert your DHL business customer number (EKP) here. If you are not yet a "
2653
  "Geschäftskunde sind, sollten Sie sich zuerst als Geschäftskunde bei DHL "
2654
  "registrieren."
2655
 
2656
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1623
2657
  msgctxt "dhl"
2658
  msgid "API Access"
2659
  msgstr "API Versionen"
2660
 
2661
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1624
2662
  msgctxt "dhl"
2663
  msgid ""
2664
  "To create labels and embed DHL services, our software needs access to the "
2668
  "Software Zugang zur API. Sie sollten hier Ihre Zugangsdaten zum DHL "
2669
  "Geschäftskundenportal eingeben."
2670
 
2671
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1643
2672
  msgctxt "dhl"
2673
  msgid ""
2674
  "If you want to provide your customers with inlay return labels for your "
2677
  "Wenn Sie Beilageretouren-Labels zu Ihren Sendungen hinzufügen möchten, "
2678
  "sollten Sie diese Funktion standardmäßig aktivieren."
2679
 
2680
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1657
2681
  msgctxt "dhl"
2682
  msgid ""
2683
  "If you want to create DHL labels to returns you should activate this "
2688
  "aktivieren. Stellen Sie sicher, dass DHL Online Retoure in Ihrem Vertrag "
2689
  "freigeschaltet ist."
2690
 
2691
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
2692
  msgctxt "dhl"
2693
  msgid "Age verification"
2694
  msgstr "Altersverifikation"
2695
 
2696
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1671
2697
  msgctxt "dhl"
2698
  msgid ""
2699
  "Use this feature to sync the Germanized age verification checkbox with the "
2706
  "„Alterssichtprüfung“ von DHL automatisch aktiviert."
2707
 
2708
  # @ woocommerce-germanized
2709
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1689
2710
  msgctxt "dhl"
2711
  msgid "Automation"
2712
  msgstr "Automatisierung"
2713
 
2714
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1690
2715
  msgctxt "dhl"
2716
  msgid ""
2717
  "You might want to save some time and let Germanized generate labels "
2721
  "automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
2722
  "wechselt."
2723
 
2724
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1709
2725
  msgctxt "dhl"
2726
  msgid ""
2727
  "Let your customers choose a delivery day (if the service is available at the "
2730
  "Lassen Sie Ihre Kunden einen Liefertag (falls der Service für die "
2731
  "Kundenadresse zur Verfügung steht) für die Lieferung in der Kasse auswählen."
2732
 
2733
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1723
2734
  msgctxt "dhl"
2735
  msgid ""
2736
  "Optionally charge your customers an additional fee for preferred services "
2739
  "Optional können Sie die Gebühr für die Auswahl des Liefertages oder anderer "
2740
  "Wunschzustellung-Services an Ihre Kunden weiterreichen."
2741
 
2742
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1737
2743
  msgctxt "dhl"
2744
  msgid ""
2745
  "Allow your customers to send their parcels to a drop-off location e.g. a "
2748
  "Lassen Sie Ihre Kunden einen Ablageort für die Abgabe ihres Pakets in der "
2749
  "Kasse auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
2750
 
2751
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1756
2752
  msgctxt "dhl"
2753
  msgid ""
2754
  "Allow your customers to choose packstation (and/or other DHL location types "
2757
  "Lassen Sie Ihre Kunden eine Packstation (und/oder andere DHL Standorte, wie "
2758
  "im Folgenden konfiguriert) als Lieferadresse auswählen."
2759
 
2760
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1770
2761
  msgctxt "dhl"
2762
  msgid ""
2763
  "This option adds a map overlay view to let your customers choose a DHL "
3140
 
3141
  # @ woocommerce-germanized
3142
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:50
3143
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:433
3144
  #: woocommerce-germanized-shipments/src/Admin/Table.php:692
3145
  msgctxt "shipments"
3146
  msgid "Packaging"
3148
 
3149
  # @ woocommerce-germanized
3150
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
3151
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1092
3152
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
3153
  #: woocommerce-germanized-shipments/src/Admin/Table.php:689
3154
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
3196
 
3197
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:189
3198
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:45
3199
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:225
3200
  msgctxt "shipments"
3201
  msgid "Item"
3202
  msgstr "Position"
3203
 
3204
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:190
3205
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:46
3206
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:230
3207
  #: woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:55
3208
  #: woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:37
3209
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details.php:59
3283
 
3284
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-list.php:22
3285
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:84
3286
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:212
3287
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:617
3288
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:738
3289
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:75
3290
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:172
3291
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:267
3316
  # @ woocommerce-germanized
3317
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:19
3318
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:77
3319
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:547
3320
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:616
3321
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:704
3322
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:771
3323
  #: woocommerce-germanized-shipments/templates/myaccount/order-shipments.php:20
3324
  msgctxt "shipments"
3325
  msgid "Shipments"
3350
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
3351
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
3352
  #: woocommerce-germanized-shipments/src/Admin/Table.php:687
3353
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:789
3354
  msgctxt "shipments"
3355
  msgid "Title"
3356
  msgstr "Titel"
3357
 
3358
  # @ woocommerce-germanized
3359
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
3360
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:453
3361
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:798
3362
  msgctxt "shipments"
3363
  msgid "Description"
3364
  msgstr "Beschreibung"
3421
  msgstr "Download"
3422
 
3423
  #: woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:41
3424
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:835
3425
  msgctxt "shipments"
3426
  msgid "Create new label"
3427
  msgstr "Neues Label erstellen"
3592
  msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
3593
 
3594
  #: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
3595
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1024
3596
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1054
3597
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
3598
  msgctxt "shipments"
3599
  msgid "N/A"
3656
  msgstr "Brief"
3657
 
3658
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
3659
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1090
3660
  msgctxt "shipments"
3661
  msgid "Shipment"
3662
  msgstr "Sendung"
3761
  msgstr "Ungültige Sendungsposition"
3762
 
3763
  # @ woocommerce-germanized
3764
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:678
3765
  msgctxt "shipments"
3766
  msgid "None"
3767
  msgstr "Keiner"
3768
 
3769
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:719
3770
  msgctxt "shipments-shipping-provider"
3771
  msgid "Unknown"
3772
  msgstr "Unbekannt"
3773
 
3774
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:764
3775
  msgctxt "shipments"
3776
  msgid "Error while uploading file."
3777
  msgstr "Fehler beim Hochladen der Datei."
3778
 
3779
  # @ woocommerce-germanized
3780
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1091
3781
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
3782
  #: woocommerce-germanized-shipments/src/Admin/Table.php:688
3783
  msgctxt "shipments"
3784
  msgid "Date"
3785
  msgstr "Datum"
3786
 
3787
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1093
3788
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
3789
  msgctxt "shipments"
3790
  msgid "Tracking"
3791
  msgstr "Sendungsverfolgung"
3792
 
3793
  # @ woocommerce-germanized
3794
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1094
3795
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:235
3796
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
3797
  #: woocommerce-germanized-shipments/src/Admin/Table.php:696
3798
  msgctxt "shipments"
3799
  msgid "Actions"
3800
  msgstr "Aktionen"
3801
 
3802
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1330
3803
  msgctxt "shipments"
3804
  msgid "View"
3805
  msgstr "Anzeigen"
3806
 
3807
  # @ woocommerce-germanized
3808
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1337
3809
  #: woocommerce-germanized-shipments/src/Admin/Table.php:871
3810
+ #: woocommerce-germanized-shipments/src/Ajax.php:342
3811
  #: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
3812
  msgctxt "shipments"
3813
  msgid "Download label"
3845
  msgstr "Bestellung ansehen"
3846
 
3847
  # @ woocommerce-germanized
3848
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:72
3849
  msgctxt "shipments"
3850
  msgid "Select a country"
3851
  msgstr "Land auswählen"
3852
 
3853
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:76
3854
  msgctxt "shipments"
3855
  msgid "HS-Code (Customs)"
3856
  msgstr "Zolltarifnummer (HS-Code, Zoll)"
3857
 
3858
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:78
3859
  msgctxt "shipments"
3860
  msgid ""
3861
  "The HS Code is a number assigned to every possible commodity that can be "
3865
  "standardisiertes System von Namen und Nummern zur Klassifizierung "
3866
  "gehandelter Produkte."
3867
 
3868
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:85
3869
  msgctxt "shipments"
3870
  msgid "Country of manufacture (Customs)"
3871
  msgstr "Herstellungsland (Zoll)"
3872
 
3873
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:87
3874
  msgctxt "shipments"
3875
  msgid ""
3876
  "The country of manufacture is needed for customs of international shipping."
3878
  "Das Herstellungsland wird für die Zollabwicklung bei internationalen "
3879
  "Sendungen benötigt."
3880
 
3881
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:126
3882
  #, php-format
3883
  msgctxt "shipments"
3884
  msgid ""
3889
  "erstellen Sie den Ordner %s manuell und stellen Sie sicher, dass der Ordner "
3890
  "beschreibbar ist."
3891
 
3892
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:163
3893
  msgctxt "shipments"
3894
  msgid "View Shipments"
3895
  msgstr "Sendung anzeigen"
3896
 
3897
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:164
3898
  msgctxt "shipments"
3899
  msgid "Endpoint for the \"My account &rarr; View shipments\" page."
3900
  msgstr "Endpunkt für die „Mein Konto &rarr; Sendungen“ Seite."
3901
 
3902
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:171
3903
  msgctxt "shipments"
3904
  msgid "View shipment"
3905
  msgstr "Sendung anzeigen"
3906
 
3907
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:172
3908
  msgctxt "shipments"
3909
  msgid "Endpoint for the \"My account &rarr; View shipment\" page."
3910
  msgstr "Endpunkt für die „Mein Konto &rarr; Sendung“ Seite."
3911
 
3912
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:179
3913
  msgctxt "shipments"
3914
  msgid "Add Return Shipment"
3915
  msgstr "Rücksendung"
3916
 
3917
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:180
3918
  msgctxt "shipments"
3919
  msgid "Endpoint for the \"My account &rarr; Add return shipment\" page."
3920
  msgstr "Endpunkt für die „Mein Konto &rarr; Rücksendung“ Seite."
3921
 
3922
  # @ woocommerce-germanized
3923
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:243
3924
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:378
3925
  #: woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:36
3926
  msgctxt "shipments"
3927
  msgid "Reason"
3928
  msgstr "Rücksendegrund"
3929
 
3930
  # @ woocommerce-germanized
3931
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:370
3932
  msgctxt "shipments"
3933
  msgid "Return reasons"
3934
  msgstr "Rücksendegründe"
3935
 
3936
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:377
3937
  msgctxt "shipments"
3938
  msgid "Reason code"
3939
  msgstr "Rücksendegrund (Code)"
3940
 
3941
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:377
3942
  msgctxt "shipments"
3943
  msgid "The reason code is used to identify the reason."
3944
  msgstr ""
3946
  "identifizieren zu können."
3947
 
3948
  # @ woocommerce-germanized
3949
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:378
3950
  msgctxt "shipments"
3951
  msgid "Choose a reason text."
3952
  msgstr "Beschreibung für den Grund."
3953
 
3954
  # @ woocommerce-germanized
3955
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:397
3956
  msgctxt "shipments"
3957
  msgid "+ Add reason"
3958
  msgstr "+ Grund hinzufügen"
3959
 
3960
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:397
3961
  msgctxt "shipments"
3962
  msgid "Remove selected reason(s)"
3963
  msgstr "Ausgewählte Gründe löschen"
3964
 
3965
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:430
3966
  msgctxt "shipments"
3967
  msgid "Available Packaging"
3968
  msgstr "Verfügbare Verpackungen"
3969
 
3970
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:453
3971
  msgctxt "shipments"
3972
  msgid "A description to help you identify the packaging."
3973
  msgstr ""
3974
  "Eine Beschreibung die Ihnen dabei hilft Verpackungen zu identifizieren."
3975
 
3976
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:454
3977
  msgctxt "shipments"
3978
  msgid "Type"
3979
  msgstr "Typ"
3980
 
3981
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:455
3982
  #, php-format
3983
  msgctxt "shipments"
3984
  msgid "Weight (%s)"
3985
  msgstr "Gewicht (%s)"
3986
 
3987
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:455
3988
  msgctxt "shipments"
3989
  msgid "The weight of the packaging."
3990
  msgstr "Das Gewicht der Verpackung."
3991
 
3992
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:456
3993
  #, php-format
3994
  msgctxt "shipments"
3995
  msgid "Dimensions (LxWxH, %s)"
3996
  msgstr "Abmessungen (LxBxH, %s)"
3997
 
3998
  # @ woocommerce-germanized
3999
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:457
4000
  msgctxt "shipments"
4001
  msgid "Max weight (kg)"
4002
  msgstr "Max. Gewicht (kg)"
4003
 
4004
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:457
4005
  msgctxt "shipments"
4006
  msgid ""
4007
  "The maximum weight this packaging can hold. Leave empty to not restrict "
4010
  "Das maximale Gewicht, das diese Verpackung tragen kann. Leer lassen um das "
4011
  "Gewicht nicht zu begrenzen."
4012
 
4013
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:482
4014
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:523
4015
  msgctxt "shipments"
4016
  msgid "Length"
4017
  msgstr "Länge"
4018
 
4019
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:483
4020
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:524
4021
  msgctxt "shipments"
4022
  msgid "Width"
4023
  msgstr "Breite"
4024
 
4025
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:484
4026
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:525
4027
  msgctxt "shipments"
4028
  msgid "Height"
4029
  msgstr "Höhe"
4030
 
4031
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:497
4032
  msgctxt "shipments"
4033
  msgid "+ Add packaging"
4034
  msgstr "+ Verpackung hinzufügen"
4035
 
4036
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:497
4037
  msgctxt "shipments"
4038
  msgid "Remove selected packaging"
4039
  msgstr "Ausgewählte Verpackung löschen"
4040
 
4041
  # @ woocommerce-germanized
4042
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:601
4043
  msgctxt "shipments"
4044
  msgid "Create shipments"
4045
  msgstr "Sendungen erstellen"
4046
 
4047
  # @ woocommerce-germanized
4048
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:716
4049
  msgctxt "shipments"
4050
  msgid "Search shipments"
4051
  msgstr "Sendungen suchen"
4052
 
4053
  # @ woocommerce-germanized
4054
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:750
4055
  msgctxt "shipments"
4056
  msgid "Search returns"
4057
  msgstr "Retouren suchen"
4058
 
4059
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:828
4060
  msgctxt "shipments"
4061
  msgid "Do you really want to delete the shipment?"
4062
  msgstr "Möchten Sie die Sendung wirklich löschen?"
4063
 
4064
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:834
4065
  msgctxt "shipments"
4066
  msgid "Do you really want to delete the label?"
4067
  msgstr "Möchten Sie das Label wirklich löschen?"
4068
 
4069
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:836
4070
  msgctxt "shipments"
4071
  msgid "Please save the shipment before creating a new label"
4072
  msgstr "Bitte speichern Sie die Sendung bevor Sie ein neues Label erstellen"
4073
 
4074
+ #: woocommerce-germanized-shipments/src/Admin/Admin.php:886
4075
  msgctxt "shipments"
4076
  msgid ""
4077
  "Do you really want to delete the shipping provider? Some of your existing "
4496
 
4497
  # @ woocommerce-germanized
4498
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:210
4499
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:293
4500
  msgctxt "shipments"
4501
  msgid "First Name"
4502
  msgstr "Vorname"
4503
 
4504
  # @ woocommerce-germanized
4505
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:217
4506
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:301
4507
  msgctxt "shipments"
4508
  msgid "Last Name"
4509
  msgstr "Nachname"
4510
 
4511
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:224
4512
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:309
4513
  msgctxt "shipments"
4514
  msgid "Company"
4515
  msgstr "Firma"
4516
 
4517
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:231
4518
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:317
4519
  msgctxt "shipments"
4520
  msgid "Address 1"
4521
  msgstr "Adresszeile 1"
4522
 
4523
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:238
4524
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:325
4525
  msgctxt "shipments"
4526
  msgid "Address 2"
4527
  msgstr "Adresszeile 2"
4528
 
4529
  # @ woocommerce-germanized
4530
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:245
4531
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:333
4532
  msgctxt "shipments"
4533
  msgid "City"
4534
  msgstr "Stadt"
4535
 
4536
  # @ woocommerce-germanized
4537
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:252
4538
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:341
4539
  msgctxt "shipments"
4540
  msgid "Country / State"
4541
  msgstr "Land / Bundesland"
4542
 
4543
  # @ woocommerce-germanized
4544
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:260
4545
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:350
4546
  msgctxt "shipments"
4547
  msgid "Postcode"
4548
  msgstr "Postleitzahl"
4549
 
4550
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:267
4551
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:358
4552
  msgctxt "shipments"
4553
  msgid "Phone"
4554
  msgstr "Telefon"
4555
 
4556
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:274
4557
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:366
4558
  msgctxt "shipments"
4559
  msgid "Email"
4560
  msgstr "E-Mail"
4561
 
4562
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:281
4563
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:374
4564
+ msgctxt "shipments"
4565
+ msgid "Customs reference number"
4566
+ msgstr "Identifikationsnummer (Zoll)"
4567
+
4568
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:285
4569
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:379
4570
+ msgctxt "shipments"
4571
+ msgid "Your customs reference number, e.g. EORI number"
4572
+ msgstr ""
4573
+ "Nummer zur Identifizierung von Wirtschaftsbeteiligten, z.B. EORI Nummer "
4574
+ "(Zoll)"
4575
+
4576
  # @ woocommerce-germanized
4577
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:290
4578
  msgctxt "shipments"
4579
  msgid "Return Address"
4580
  msgstr "Retouren Adresse"
4581
 
4582
  # @ woocommerce-germanized
4583
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:397
4584
  msgctxt "shipments"
4585
  msgid "Default packaging"
4586
  msgstr "Standard-Verpackung"
4587
 
4588
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:398
4589
  msgctxt "shipments"
4590
  msgid ""
4591
  "Choose a packaging which serves as fallback or default in case no suitable "
4595
  "wird, wenn keine passende Verpackung gefunden werden konnte."
4596
 
4597
  # @ woocommerce-germanized
4598
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:432
4599
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
4600
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1110
4601
  msgctxt "shipments"
4602
  msgid "General"
4603
  msgstr "Allgemein"
4604
 
4605
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:434
4606
  msgctxt "shipments"
4607
  msgid "Addresses"
4608
  msgstr "Adressen"
4609
 
4610
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:558
4611
  msgctxt "shipments"
4612
  msgid "More services"
4613
  msgstr "Mehr Services"
4614
 
4615
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:561
4616
  msgctxt "shipments"
4617
  msgid "Fewer services"
4618
  msgstr "Weniger Services"
4682
 
4683
  # @ woocommerce-germanized
4684
  #: woocommerce-germanized-shipments/src/Admin/Table.php:665
4685
+ #: woocommerce-germanized-shipments/src/Ajax.php:836
4686
  #, php-format
4687
  msgctxt "shipments"
4688
  msgid "Order #%s"
4808
  msgid "There was an error processing the label."
4809
  msgstr "Bei der Verarbeitung des Labels ist ein Fehler aufgetreten."
4810
 
4811
+ #: woocommerce-germanized-shipments/src/Ajax.php:354
4812
  msgctxt "shipments"
4813
  msgid "There was an error while trying to save the shipping provider status."
4814
  msgstr ""
4815
  "Beim Speichern des Status des Versanddienstleisters trat ein Fehler auf."
4816
 
4817
+ #: woocommerce-germanized-shipments/src/Ajax.php:392
4818
  msgctxt "shipments"
4819
  msgid "There was an error while trying to delete the shipping provider."
4820
  msgstr "Beim Löschen des Versanddienstleisters trat ein Fehler auf."
4821
 
4822
+ #: woocommerce-germanized-shipments/src/Ajax.php:425
4823
  msgctxt "shipments"
4824
  msgid "There was an error while bulk processing shipments."
4825
  msgstr ""
4826
  "Bei der Verarbeitung der Mehrfachaktionen von Sendungen trat ein Fehler auf."
4827
 
4828
+ #: woocommerce-germanized-shipments/src/Ajax.php:543
4829
+ #: woocommerce-germanized-shipments/src/Ajax.php:655
4830
+ #: woocommerce-germanized-shipments/src/Ajax.php:712
4831
+ #: woocommerce-germanized-shipments/src/Ajax.php:749
4832
+ #: woocommerce-germanized-shipments/src/Ajax.php:930
4833
+ #: woocommerce-germanized-shipments/src/Ajax.php:976
4834
+ #: woocommerce-germanized-shipments/src/Ajax.php:1052
4835
+ #: woocommerce-germanized-shipments/src/Ajax.php:1085
4836
+ #: woocommerce-germanized-shipments/src/Ajax.php:1134
4837
+ #: woocommerce-germanized-shipments/src/Ajax.php:1202
4838
+ #: woocommerce-germanized-shipments/src/Ajax.php:1243
4839
+ #: woocommerce-germanized-shipments/src/Ajax.php:1298
4840
+ #: woocommerce-germanized-shipments/src/Ajax.php:1342
4841
  msgctxt "shipments"
4842
  msgid "There was an error processing the shipment"
4843
  msgstr "Fehler bei der Verarbeitung der Sendung"
4844
 
4845
+ #: woocommerce-germanized-shipments/src/Ajax.php:596
4846
  msgctxt "shipments"
4847
  msgid "There was an error while adding the shipment"
4848
  msgstr "Beim Hinzufügen der Sendung ist ein Fehler aufgetreten"
4849
 
4850
+ #: woocommerce-germanized-shipments/src/Ajax.php:617
4851
  msgctxt "shipments"
4852
  msgid "This order contains enough shipments already."
4853
  msgstr "Diese Bestellung beinhaltet bereits genug Sendungen."
4854
 
4855
+ #: woocommerce-germanized-shipments/src/Ajax.php:674
4856
  msgctxt "shipments"
4857
  msgid "This order contains enough returns already."
4858
  msgstr "Diese Bestellung beinhaltet bereits genügend Retouren."
4859
 
4860
  # @ woocommerce-germanized
4861
+ #: woocommerce-germanized-shipments/src/Ajax.php:887
4862
  msgctxt "shipments"
4863
  msgid "Status:"
4864
  msgstr "Status:"
4865
 
4866
+ #: woocommerce-germanized-shipments/src/Ajax.php:892
4867
  msgctxt "shipments"
4868
  msgid "Customer payment page &rarr;"
4869
  msgstr "Kundenbezahlungsseite &rarr;"
5065
  msgid "Invalid packaging."
5066
  msgstr "Verpackung nicht verfügbar."
5067
 
5068
+ #: woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php:201
5069
  msgctxt "shipments"
5070
  msgid "Invalid shipment item."
5071
  msgstr "Ungültige Sendungsposition."
5250
  msgid "Invalid product."
5251
  msgstr "Produkt nicht verfügbar."
5252
 
5253
+ #: woocommerce-germanized-shipments/src/Shipment.php:1054
5254
+ #: woocommerce-germanized-shipments/src/Shipment.php:1312
5255
  #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:365
5256
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:437
5257
  #, php-format
5258
  msgctxt "full name"
5259
  msgid "%1$s %2$s"
5385
  "die Paketverfolgungsdaten zum Zeitpunkt des Erhalts dieser E-Mail noch nicht "
5386
  "den neuesten Stand wiedergeben."
5387
 
5388
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:790
5389
  msgctxt "shipments"
5390
  msgid "Choose a title for the shipping provider."
5391
  msgstr "Wählen Sie einen Titel für den Versanddienstleister."
5392
 
5393
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:799
5394
  msgctxt "shipments"
5395
  msgid "Choose a description for the shipping provider."
5396
  msgstr "Wählen Sie eine Beschreibung für den Versanddienstleister."
5397
 
5398
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:811
5399
  msgctxt "shipments"
5400
  msgid "Tracking URL"
5401
  msgstr "Sendungsverfolgung URL"
5402
 
5403
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:812
5404
  #, php-format
5405
  msgctxt "shipments"
5406
  msgid ""
5414
  "einzufügen: %s"
5415
 
5416
  # @ woocommerce-germanized
5417
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:822
5418
  msgctxt "shipments"
5419
  msgid "Tracking description"
5420
  msgstr "Sendungsverfolgung Hinweis"
5421
 
5422
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:823
5423
  #, php-format
5424
  msgctxt "shipments"
5425
  msgid ""
5434
  "dynamische Daten einzufügen: %s"
5435
 
5436
  # @ woocommerce-germanized
5437
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:967
5438
  msgctxt "shipments"
5439
  msgid "Customer returns"
5440
  msgstr "Rücksendungen"
5441
 
5442
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:968
5443
  msgctxt "shipments"
5444
  msgid "Allow customers to submit return requests to shipments."
5445
  msgstr "Erlauben Sie Kunden eine Rücksendung zu einer Sendung zu beantragen."
5446
 
5447
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:968
5448
  #, php-format
5449
  msgctxt "shipments"
5450
  msgid ""
5458
  "Gästen zu erfahren, lesen Sie bitte die %s."
5459
 
5460
  # @ woocommerce-germanized
5461
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:968
5462
  msgctxt "shipments"
5463
  msgid "Return Dashboard"
5464
  msgstr "Retouren-Dashboard"
5465
 
5466
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:968
5467
  msgctxt "shipments"
5468
  msgid "docs"
5469
  msgstr "Dokumentation"
5470
 
5471
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:977
5472
  msgctxt "shipments"
5473
  msgid "Guest returns"
5474
  msgstr "Retouren für Gäste"
5475
 
5476
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:978
5477
  msgctxt "shipments"
5478
  msgid "Allow guests to submit return requests to shipments."
5479
  msgstr "Erlauben Sie Gästen Rücksendeanträge zu Bestellungen zu beantragen."
5480
 
5481
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:978
5482
  #, php-format
5483
  msgctxt "shipments"
5484
  msgid ""
5492
  "Rücksende-Formular für Gäste auf Ihrer Seite zu platzieren."
5493
 
5494
  # @ woocommerce-germanized
5495
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:989
5496
  msgctxt "shipments"
5497
  msgid "Manual confirmation"
5498
  msgstr "Manuelle Bestätigung"
5499
 
5500
  # @ woocommerce-germanized
5501
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:990
5502
  msgctxt "shipments"
5503
  msgid "Return requests need manual confirmation."
5504
  msgstr "Rücksendeanträge benötigen eine manuelle Bestätigung."
5505
 
5506
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:990
5507
  msgctxt "shipments"
5508
  msgid ""
5509
  "By default return request need manual confirmation e.g. a shop manager needs "
5520
  "Mail-Bestätigung samt Retouren-Label."
5521
 
5522
  # @ woocommerce-germanized
5523
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1002
5524
  msgctxt "shipments"
5525
  msgid "Return instructions"
5526
  msgstr "Rücksende-Anweisungen"
5527
 
5528
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1003
5529
  msgctxt "shipments"
5530
  msgid ""
5531
  "Provide your customer with instructions on how to return the shipment after "
5538
  "kann, sollten Sie Ihre Kunden darüber informieren, woher ein Label für die "
5539
  "Rücksendung bezogen werden kann."
5540
 
5541
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1089
5542
  #, php-format
5543
  msgctxt "shipments"
5544
  msgid ""
5550
  "Einstellungen</a>. Passen Sie diese Einstellungen nur dann an, wenn Sie "
5551
  "explizit Abweichungen speziell für diese Versandmethode konfigurieren wollen."
5552
 
5553
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1114
5554
  msgctxt "shipments"
5555
  msgid "Return Requests"
5556
  msgstr "Rücksendeanträge"
5557
 
5558
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1145
5559
  msgctxt "shipments"
5560
  msgid "This shipping provider does not support creating labels."
5561
  msgstr "Dieser Versanddienstleister unterstützt keine Label-Erzeugung."
6175
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:69
6176
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:144
6177
  #: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
6178
+ #: woocommerce-germanized/woocommerce-germanized.php:830
6179
  msgid "Settings"
6180
  msgstr "Einstellungen"
6181
 
6354
 
6355
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
6356
  #: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:92
 
6357
  #: woocommerce-germanized/includes/wc-gzd-core-functions.php:272
6358
  msgid "Privacy Policy"
6359
  msgstr "Datenschutz"
7647
 
7648
  # @ woocommerce-germanized
7649
  #: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
7650
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:638
7651
  #: woocommerce-germanized/src/Shopmarks.php:339
7652
  msgid "Checkout"
7653
  msgstr "Kasse"
10104
  "Bitte akzeptieren Sie unsere Datenschutzerklärung, um ein neues Kundenkonto "
10105
  "zu erstellen"
10106
 
10107
+ # @ woocommerce-germanized
10108
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:202
10109
+ msgid "New account"
10110
+ msgstr "Neues Kundenkonto"
10111
+
10112
  # @ woocommerce-germanized
10113
  #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:203
10114
+ msgid "Let customers accept your privacy policy before creating a new account."
10115
  msgstr ""
10116
+ "Lässt Kunden die Datenschutzbestimmungen vor der Registrierung eines Kontos "
10117
+ "akzeptieren."
10118
 
10119
  # @ woocommerce-germanized
10120
  #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:228
10138
  msgstr "Lässt den Kunden das SEPA Mandat vor dem Kauf bestätigen."
10139
 
10140
  # @ woocommerce-germanized
10141
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:639
10142
  msgid "Register form"
10143
  msgstr "Registrierung"
10144
 
10145
  # @ woocommerce
10146
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:640
10147
  msgid "Pay for order"
10148
  msgstr "Bestell-Bezahlseite"
10149
 
10150
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:641
10151
  msgid "Reviews"
10152
  msgstr "Bewertungen"
10153
 
10154
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:705
10155
  #, php-format
10156
  msgid "Checkbox location %s does not exist."
10157
  msgstr "Checkbox Ort %s existiert nicht."
10158
 
10159
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:731
10160
  #, php-format
10161
  msgid "Please make sure to check %s checkbox."
10162
  msgstr "Kontrollieren Sie bitte %s. Hier fehlt eine Einwilligung."
10163
 
10164
+ #: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:736
10165
  #, php-format
10166
  msgid "Checkbox with name %s does already exist."
10167
  msgstr "Eine Checkbox mit dem Namen %s existiert bereits."
11947
  msgid "upgrade"
11948
  msgstr "aktualisieren"
11949
 
11950
+ #: woocommerce-germanized/woocommerce-germanized.php:359
11951
  #, php-format
11952
  msgid ""
11953
  "This version of the Corona Helper Plugin includes a bug which could lead to "
11960
  "unserem <a href=\"%s\" target=\"_blank\">Blog-Post</a> wie Sie das Plugin "
11961
  "austauschen können."
11962
 
11963
+ #: woocommerce-germanized/woocommerce-germanized.php:1026
11964
  msgid "Pease wait while we are trying to redirect you to the payment provider."
11965
  msgstr "Einen Moment - wir versuchen Sie zum Zahlungsanbieter weiterzuleiten."
11966
 
includes/class-wc-gzd-checkout.php CHANGED
@@ -80,7 +80,7 @@ class WC_GZD_Checkout {
80
 
81
  // Free Shipping auto select
82
  if ( 'yes' === get_option( 'woocommerce_gzd_display_checkout_free_shipping_select' ) ) {
83
- add_filter( 'woocommerce_package_rates', array( $this, 'free_shipping_auto_select' ) );
84
  add_action( 'woocommerce_before_calculate_totals', array( $this, 'set_free_shipping_filter' ) );
85
  }
86
 
80
 
81
  // Free Shipping auto select
82
  if ( 'yes' === get_option( 'woocommerce_gzd_display_checkout_free_shipping_select' ) ) {
83
+ add_filter( 'woocommerce_package_rates', array( $this, 'free_shipping_auto_select' ), 300 );
84
  add_action( 'woocommerce_before_calculate_totals', array( $this, 'set_free_shipping_filter' ) );
85
  }
86
 
includes/class-wc-gzd-legal-checkbox-manager.php CHANGED
@@ -185,7 +185,7 @@ class WC_GZD_Legal_Checkbox_Manager {
185
  'locations' => array( 'checkout' ),
186
  ) );
187
 
188
- // Privacy Policy
189
  wc_gzd_register_legal_checkbox( 'privacy', array(
190
  'html_id' => 'reg_data_privacy',
191
  'html_name' => 'privacy',
@@ -199,8 +199,8 @@ class WC_GZD_Legal_Checkbox_Manager {
199
  'is_shown' => true,
200
  'refresh_fragments' => true,
201
  'priority' => 4,
202
- 'admin_name' => __( 'Privacy Policy', 'woocommerce-germanized' ),
203
- 'admin_desc' => __( 'Let customers accept your privacy policy before registering.', 'woocommerce-germanized' ),
204
  'locations' => array( 'register' ),
205
  ) );
206
 
@@ -524,6 +524,12 @@ class WC_GZD_Legal_Checkbox_Manager {
524
 
525
  // Make sure we are not registering core checkboxes again
526
  foreach ( $this->get_options() as $id => $checkbox_args ) {
 
 
 
 
 
 
527
  if ( isset( $checkbox_args['id'] ) ) {
528
  unset( $checkbox_args['id'] );
529
  }
185
  'locations' => array( 'checkout' ),
186
  ) );
187
 
188
+ // New account
189
  wc_gzd_register_legal_checkbox( 'privacy', array(
190
  'html_id' => 'reg_data_privacy',
191
  'html_name' => 'privacy',
199
  'is_shown' => true,
200
  'refresh_fragments' => true,
201
  'priority' => 4,
202
+ 'admin_name' => __( 'New account', 'woocommerce-germanized' ),
203
+ 'admin_desc' => __( 'Let customers accept your privacy policy before creating a new account.', 'woocommerce-germanized' ),
204
  'locations' => array( 'register' ),
205
  ) );
206
 
524
 
525
  // Make sure we are not registering core checkboxes again
526
  foreach ( $this->get_options() as $id => $checkbox_args ) {
527
+ $checkbox_args = wp_parse_args( $checkbox_args, array(
528
+ 'label_args' => array(),
529
+ ) );
530
+
531
+ $checkbox_args['label_args'] = array_merge( $checkbox_args['label_args'], $this->get_legal_label_args() );
532
+
533
  if ( isset( $checkbox_args['id'] ) ) {
534
  unset( $checkbox_args['id'] );
535
  }
includes/class-wc-gzd-order-helper.php CHANGED
@@ -299,6 +299,13 @@ class WC_GZD_Order_Helper {
299
  $tax_totals[ $key ] = $order_totals[ $key ];
300
  $tax_totals[ $key ]['label'] = wc_gzd_get_tax_rate_label( $percentage, 'excl' );
301
  }
 
 
 
 
 
 
 
302
  }
303
  }
304
  }
299
  $tax_totals[ $key ] = $order_totals[ $key ];
300
  $tax_totals[ $key ]['label'] = wc_gzd_get_tax_rate_label( $percentage, 'excl' );
301
  }
302
+
303
+ /**
304
+ * Prevent showing taxes twice
305
+ */
306
+ if ( wc_gzd_show_taxes_before_total( 'order' ) ) {
307
+ unset( $order_totals[ $key ] );
308
+ }
309
  }
310
  }
311
  }
includes/compatibility/class-wc-gzd-compatibility-b2b-market.php CHANGED
@@ -106,7 +106,8 @@ class WC_GZD_Compatibility_B2B_Market extends WC_GZD_Compatibility_Woocommerce_R
106
  return;
107
  }
108
 
109
- $price_html = $gzd_product->get_wc_product()->get_price_html();
 
110
  $prices = $this->get_prices_from_string( $price_html );
111
 
112
  if ( empty( $prices ) ) {
@@ -114,11 +115,30 @@ class WC_GZD_Compatibility_B2B_Market extends WC_GZD_Compatibility_Woocommerce_R
114
  }
115
 
116
  $args = array(
117
- 'regular_price' => $prices[0]['number'],
118
- 'sale_price' => isset( $prices[1] ) ? $prices[1]['number'] : $prices[0]['number'],
119
- 'price' => isset( $prices[1] ) ? $prices[1]['number'] : $prices[0]['number'],
120
  );
121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  $gzd_product->recalculate_unit_price( $args );
123
  }
124
 
106
  return;
107
  }
108
 
109
+ $product = $gzd_product->get_wc_product();
110
+ $price_html = $product->get_price_html();
111
  $prices = $this->get_prices_from_string( $price_html );
112
 
113
  if ( empty( $prices ) ) {
115
  }
116
 
117
  $args = array(
118
+ 'regular_price' => wc_format_decimal( $prices[0]['number'], '' ),
119
+ 'sale_price' => wc_format_decimal( isset( $prices[1] ) ? $prices[1]['number'] : $prices[0]['number'], '' ),
120
+ 'price' => wc_format_decimal( isset( $prices[1] ) ? $prices[1]['number'] : $prices[0]['number'], '' ),
121
  );
122
 
123
+ if ( wc_tax_enabled() ) {
124
+ if ( $product->is_taxable() ) {
125
+ /**
126
+ * Prices are net based - let's get the net price first and use that to recalculate the unit price
127
+ */
128
+ if ( 'incl' === get_option( 'woocommerce_tax_display_shop' ) && ! wc_prices_include_tax() ) {
129
+ $tax_rates = WC_Tax::get_rates( $product->get_tax_class() );
130
+ $base_tax_rates = WC_Tax::get_base_tax_rates( $product->get_tax_class( 'unfiltered' ) );
131
+
132
+ foreach( $args as $key => $line_price ) {
133
+ $remove_taxes = apply_filters( 'woocommerce_adjust_non_base_location_prices', true ) ? WC_Tax::calc_tax( $line_price, $base_tax_rates, true ) : WC_Tax::calc_tax( $line_price, $tax_rates, true );
134
+ $return_price = $line_price - array_sum( $remove_taxes );
135
+
136
+ $args[ $key ] = $return_price;
137
+ }
138
+ }
139
+ }
140
+ }
141
+
142
  $gzd_product->recalculate_unit_price( $args );
143
  }
144
 
includes/compatibility/class-wc-gzd-compatibility-woocommerce-composite-products.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * WooCommerce Composite Products
5
+ *
6
+ * Specific configuration for WooCommerce Composite Products
7
+ * https://woocommerce.com/products/composite-products/
8
+ *
9
+ * @author vendidero
10
+ */
11
+ class WC_GZD_Compatibility_WooCommerce_Composite_Products extends WC_GZD_Compatibility {
12
+
13
+ public static function get_name() {
14
+ return 'WooCommerce Composite Products';
15
+ }
16
+
17
+ public static function get_path() {
18
+ return 'woocommerce-composite-products/woocommerce-composite-products.php';
19
+ }
20
+
21
+ public function load() {
22
+ /**
23
+ * Add single product shopmarks right before the composite add to cart button.
24
+ * Currently there is no hook available which might be used to add the shopmarks right after price output.
25
+ */
26
+ add_action( 'woocommerce_composite_add_to_cart_button', array( $this, 'output_composite_shopmarks' ), 0 );
27
+ }
28
+
29
+ public function output_composite_shopmarks() {
30
+ foreach( wc_gzd_get_single_product_shopmarks() as $shopmark ) {
31
+ $callback = $shopmark->get_callback();
32
+
33
+ if ( function_exists( $callback ) && $shopmark->is_enabled() && in_array( $shopmark->get_type(), array( 'unit_price', 'legal', 'tax', 'shipping_costs' ) ) ) {
34
+ call_user_func( $callback );
35
+ }
36
+ }
37
+ }
38
+ }
includes/compatibility/class-wc-gzd-compatibility-woocommerce-product-bundles.php CHANGED
@@ -29,6 +29,64 @@ class WC_GZD_Compatibility_WooCommerce_Product_Bundles extends WC_GZD_Compatibil
29
  $this,
30
  'enable_unit_prices'
31
  ), 10, 1 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  }
33
 
34
  public function enable_unit_prices( $types ) {
29
  $this,
30
  'enable_unit_prices'
31
  ), 10, 1 );
32
+
33
+ /**
34
+ * Add tax, unit price shopmarks to bundled item prices
35
+ */
36
+ add_filter( 'woocommerce_bundled_item_details', array( $this, 'register_item_price_filters' ), 0, 2 );
37
+ add_filter( 'woocommerce_bundled_item_details', array( $this, 'unregister_item_price_filters' ), 500, 2 );
38
+
39
+ /**
40
+ * Add single product shopmarks to the bundle total price
41
+ */
42
+ add_action( 'woocommerce_after_bundle_price', array( $this, 'output_bundle_shopmarks' ), 10 );
43
+ }
44
+
45
+ public function output_bundle_shopmarks() {
46
+ foreach( wc_gzd_get_single_product_shopmarks() as $shopmark ) {
47
+ $callback = $shopmark->get_callback();
48
+
49
+ if ( function_exists( $callback ) && $shopmark->is_enabled() && in_array( $shopmark->get_type(), array( 'unit_price', 'legal', 'tax', 'shipping_costs' ) ) ) {
50
+ call_user_func( $callback );
51
+ }
52
+ }
53
+ }
54
+
55
+ /**
56
+ * @param \WC_Bundled_Item $bundled_item
57
+ * @param \WC_Product_Bundle $bundle
58
+ */
59
+ public function register_item_price_filters( $bundled_item, $bundle ) {
60
+ add_filter( 'woocommerce_bundled_item_price_html', array( $this, 'add_price_suffixes' ), 10, 3 );
61
+ }
62
+
63
+ protected function replace_p_tags( $html ) {
64
+ return str_replace( array( '<p', '</p>' ), array( '<span', '</span>' ), $html );
65
+ }
66
+
67
+ public function add_price_suffixes( $price, $org_price, $org_product ) {
68
+ global $product;
69
+ if ( $product = $org_product->get_product() ) {
70
+ ob_start();
71
+ woocommerce_gzd_template_single_tax_info();
72
+ $legal = ob_get_clean();
73
+
74
+ ob_start();
75
+ woocommerce_gzd_template_single_price_unit();
76
+ $unit = ob_get_clean();
77
+
78
+ $price = $price . '<span class="wc-gzd-legal-price-info">' . $this->replace_p_tags( $unit ) . $this->replace_p_tags( $legal ) . '</span>';
79
+ }
80
+
81
+ return $price;
82
+ }
83
+
84
+ /**
85
+ * @param \WC_Bundled_Item $bundled_item
86
+ * @param \WC_Product_Bundle $bundle
87
+ */
88
+ public function unregister_item_price_filters( $bundled_item, $bundle ) {
89
+ remove_filter( 'woocommerce_bundled_item_price_html', array( $this, 'add_price_suffixes' ), 10 );
90
  }
91
 
92
  public function enable_unit_prices( $types ) {
includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php CHANGED
@@ -119,11 +119,8 @@ class WC_GZD_Compatibility_WooCommerce_Subscriptions extends WC_GZD_Compatibilit
119
  // Tax for inclusive prices
120
  if ( 'yes' === get_option( 'woocommerce_calc_taxes' ) && 'incl' === wc_gzd_get_cart_tax_display_mode( $cart ) ) {
121
  $tax_array = wc_gzd_get_cart_taxes( $cart );
122
-
123
  ob_start();
124
-
125
  echo $price;
126
- echo '</td></tr>';
127
 
128
  if ( ! empty( $tax_array ) ) {
129
  $count = 0;
@@ -131,15 +128,10 @@ class WC_GZD_Compatibility_WooCommerce_Subscriptions extends WC_GZD_Compatibilit
131
  $count ++;
132
  $label = wc_gzd_get_tax_rate_label( $tax['tax']->rate );
133
  ?>
134
-
135
- <tr class="order-tax">
136
- <th><?php echo $label; ?></th>
137
- <td data-title="<?php echo esc_attr( $label ); ?>"><?php echo wc_price( $tax['amount'] ); ?>
138
-
139
- <?php if ( sizeof( $tax_array ) != $count ) : ?>
140
- </td></tr>
141
- <?php endif; ?>
142
-
143
  <?php
144
  }
145
  }
119
  // Tax for inclusive prices
120
  if ( 'yes' === get_option( 'woocommerce_calc_taxes' ) && 'incl' === wc_gzd_get_cart_tax_display_mode( $cart ) ) {
121
  $tax_array = wc_gzd_get_cart_taxes( $cart );
 
122
  ob_start();
 
123
  echo $price;
 
124
 
125
  if ( ! empty( $tax_array ) ) {
126
  $count = 0;
128
  $count ++;
129
  $label = wc_gzd_get_tax_rate_label( $tax['tax']->rate );
130
  ?>
131
+ <small class="wc-gzd-recurring-tax-total">
132
+ <span class="wc-gzd-recurring-tax-total-label"><?php echo $label; ?>:</span>
133
+ <span class="wc-gzd-recurring-tax-total-amount"><?php echo wc_price( $tax['amount'] ); ?></span>
134
+ </small>
 
 
 
 
 
135
  <?php
136
  }
137
  }
includes/compatibility/class-wc-gzd-compatibility-wpml.php CHANGED
@@ -259,12 +259,7 @@ class WC_GZD_Compatibility_WPML extends WC_GZD_Compatibility {
259
  *
260
  * @since 3.0.8
261
  */
262
- return apply_filters( 'woocommerce_gzd_wpml_email_ids', array(
263
- 'WC_GZD_Email_Customer_Paid_For_Order' => 'customer_paid_for_order',
264
- 'WC_GZD_Email_Customer_New_Account_Activation' => 'customer_new_account_activation',
265
- 'WC_GZD_Email_Customer_Revocation' => 'customer_revocation',
266
- 'WC_GZD_Email_Customer_SEPA_Direct_Debit_Mandate' => 'customer_sepa_direct_debit_mandate',
267
- ) );
268
  }
269
 
270
  protected function get_email_options() {
@@ -528,5 +523,4 @@ class WC_GZD_Compatibility_WPML extends WC_GZD_Compatibility {
528
 
529
  return apply_filters( 'translate_object_id', $id, 'page', true );
530
  }
531
-
532
  }
259
  *
260
  * @since 3.0.8
261
  */
262
+ return apply_filters( 'woocommerce_gzd_wpml_email_ids', WC_germanized()->get_custom_email_ids() );
 
 
 
 
 
263
  }
264
 
265
  protected function get_email_options() {
523
 
524
  return apply_filters( 'translate_object_id', $id, 'page', true );
525
  }
 
526
  }
includes/wc-gzd-product-functions.php CHANGED
@@ -245,24 +245,28 @@ function wc_gzd_recalculate_unit_price( $args = array(), $product = false ) {
245
  );
246
 
247
  if ( $product ) {
248
- $wc_product = $product->get_wc_product();
249
 
250
- $default_args = array(
 
 
 
 
251
  'regular_price' => $wc_product->get_regular_price(),
252
  'sale_price' => $wc_product->get_sale_price(),
253
  'price' => $wc_product->get_price(),
254
  'base' => $product->get_unit_base(),
255
  'products' => $product->get_unit_product(),
256
- );
257
 
258
  if ( isset( $default_args['tax_mode'] ) && 'incl' === $default_args['tax_mode'] ) {
259
- $default_args['regular_price'] = wc_get_price_including_tax( $wc_product, array( 'price' => $wc_product->get_regular_price() ) );
260
- $default_args['sale_price'] = wc_get_price_including_tax( $wc_product, array( 'price' => $wc_product->get_sale_price() ) );
261
- $default_args['price'] = wc_get_price_including_tax( $wc_product );
262
  } elseif ( isset( $default_args['tax_mode'] ) && 'excl' === $default_args['tax_mode'] ) {
263
- $default_args['regular_price'] = wc_get_price_excluding_tax( $wc_product, array( 'price' => $wc_product->get_regular_price() ) );
264
- $default_args['sale_price'] = wc_get_price_excluding_tax( $wc_product, array( 'price' => $wc_product->get_sale_price() ) );
265
- $default_args['price'] = wc_get_price_excluding_tax( $wc_product );
266
  }
267
  }
268
 
245
  );
246
 
247
  if ( $product ) {
248
+ $wc_product = is_a( $product, 'WC_GZD_Product' ) ? $product->get_wc_product() : $product;
249
 
250
+ if ( is_a( $product, 'WC_Product' ) ) {
251
+ $product = wc_gzd_get_gzd_product( $product );
252
+ }
253
+
254
+ $default_args = wp_parse_args( $args, array(
255
  'regular_price' => $wc_product->get_regular_price(),
256
  'sale_price' => $wc_product->get_sale_price(),
257
  'price' => $wc_product->get_price(),
258
  'base' => $product->get_unit_base(),
259
  'products' => $product->get_unit_product(),
260
+ ) );
261
 
262
  if ( isset( $default_args['tax_mode'] ) && 'incl' === $default_args['tax_mode'] ) {
263
+ $default_args['regular_price'] = wc_get_price_including_tax( $wc_product, array( 'price' => $default_args['regular_price'] ) );
264
+ $default_args['sale_price'] = wc_get_price_including_tax( $wc_product, array( 'price' => $default_args['sale_price'] ) );
265
+ $default_args['price'] = wc_get_price_including_tax( $wc_product, array( 'price' => $default_args['price'] ) );
266
  } elseif ( isset( $default_args['tax_mode'] ) && 'excl' === $default_args['tax_mode'] ) {
267
+ $default_args['regular_price'] = wc_get_price_excluding_tax( $wc_product, array( 'price' => $default_args['regular_price'] ) );
268
+ $default_args['sale_price'] = wc_get_price_excluding_tax( $wc_product, array( 'price' => $default_args['sale_price'] ) );
269
+ $default_args['price'] = wc_get_price_excluding_tax( $wc_product, array( 'price' => $default_args['price'] ) );
270
  }
271
  }
272
 
packages/one-stop-shop-woocommerce/i18n/languages/oss-woocommerce-de_DE.mo CHANGED
Binary file
packages/one-stop-shop-woocommerce/i18n/languages/oss-woocommerce-de_DE.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: One Stop Shop for WooCommerce\n"
4
- "POT-Creation-Date: 2021-07-08 14:08+0200\n"
5
- "PO-Revision-Date: 2021-07-08 14:08+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
@@ -72,120 +72,120 @@ msgctxt "oss"
72
  msgid "Delivery threshold reached (OSS)"
73
  msgstr "Lieferschwelle erreicht (OSS)"
74
 
75
- #: src/Admin.php:432 src/SettingsPage.php:17
76
  msgctxt "oss"
77
  msgid "OSS"
78
  msgstr "OSS"
79
 
80
- #: src/Admin.php:432 src/Admin.php:550 src/SettingsPage.php:23
81
  msgctxt "oss"
82
  msgid "One Stop Shop"
83
  msgstr "One Stop Shop"
84
 
85
- #: src/Admin.php:453 src/Package.php:264
86
  #, php-format
87
  msgctxt "oss"
88
  msgid "Q%1$s/%2$s"
89
  msgstr "Q%1$s/%2$s"
90
 
91
- #: src/Admin.php:462 src/Package.php:269
92
  #, php-format
93
  msgctxt "oss"
94
  msgid "%1$s/%2$s"
95
  msgstr "%1$s/%2$s"
96
 
97
- #: src/Admin.php:470
98
  msgctxt "oss"
99
  msgid "New Report"
100
  msgstr "Neuer Bericht"
101
 
102
- #: src/Admin.php:477
103
  msgctxt "oss"
104
  msgid "Type"
105
  msgstr "Typ"
106
 
107
- #: src/Admin.php:489
108
  msgctxt "oss"
109
  msgid "Year"
110
  msgstr "Jahr"
111
 
112
- #: src/Admin.php:501
113
  msgctxt "oss"
114
  msgid "Quarter"
115
  msgstr "Quartal"
116
 
117
- #: src/Admin.php:513
118
  msgctxt "oss"
119
  msgid "Month"
120
  msgstr "Monat"
121
 
122
- #: src/Admin.php:525
123
  msgctxt "oss"
124
  msgid "Date range"
125
  msgstr "Zeitraum"
126
 
127
- #: src/Admin.php:537
128
  msgctxt "oss"
129
  msgid "Start report"
130
  msgstr "Bericht starten"
131
 
132
- #: src/Admin.php:551
133
  msgctxt "oss"
134
  msgid "New report"
135
  msgstr "Neuer Bericht"
136
 
137
- #: src/Admin.php:593
138
  msgctxt "oss"
139
  msgid "View"
140
  msgstr "Ansehen"
141
 
142
- #: src/Admin.php:597
143
  msgctxt "oss"
144
  msgid "Export"
145
  msgstr "Exportieren"
146
 
147
- #: src/Admin.php:601
148
  msgctxt "oss"
149
  msgid "Refresh"
150
  msgstr "Aktualisieren"
151
 
152
- #: src/Admin.php:605
153
  msgctxt "oss"
154
  msgid "Delete"
155
  msgstr "Löschen"
156
 
157
- #: src/Admin.php:611
158
  msgctxt "oss"
159
  msgid "Cancel"
160
  msgstr "Abbrechen"
161
 
162
- #: src/Admin.php:640
163
  msgctxt "oss"
164
  msgid "Country"
165
  msgstr "Land"
166
 
167
- #: src/Admin.php:641
168
  msgctxt "oss"
169
  msgid "Tax Rate"
170
  msgstr "Steuersatz"
171
 
172
- #: src/Admin.php:642
173
  msgctxt "oss"
174
  msgid "Net Total"
175
  msgstr "Nettobetrag"
176
 
177
- #: src/Admin.php:643
178
  msgctxt "oss"
179
  msgid "Tax Total"
180
  msgstr "Steuerbertrag"
181
 
182
- #: src/Admin.php:674
183
  #, php-format
184
  msgctxt "oss"
185
  msgid "%1$s %%"
186
  msgstr "%1$s %%"
187
 
188
- #: src/Admin.php:686
189
  #, php-format
190
  msgctxt "oss"
191
  msgid ""
@@ -195,12 +195,12 @@ msgstr ""
195
  "Aktuell %1$s Bestellung verarbeitet. Nächster Durchlauf planmäßig am %2$s. "
196
  "<a href=\"%3$s\">Offene Aktionen finden</a>"
197
 
198
- #: src/Admin.php:686
199
  msgctxt "oss"
200
  msgid "Not yet known"
201
  msgstr "Noch nicht bekannt"
202
 
203
- #: src/Admin.php:717 src/ReportTable.php:39 src/SettingsPage.php:23
204
  msgctxt "oss"
205
  msgid "Reports"
206
  msgstr "Berichte"
@@ -210,7 +210,7 @@ msgctxt "oss"
210
  msgid "Dismiss"
211
  msgstr "Ausblenden"
212
 
213
- #: src/AsyncReportGenerator.php:244
214
  msgctxt "oss"
215
  msgid "No orders found."
216
  msgstr "Keine Bestellungen gefunden."
@@ -264,7 +264,7 @@ msgctxt "oss"
264
  msgid "See details"
265
  msgstr "Details ansehen"
266
 
267
- #: src/Package.php:80
268
  msgctxt "oss"
269
  msgid ""
270
  "To use the OSS for WooCommerce plugin please make sure that WooCommerce is "
@@ -273,65 +273,65 @@ msgstr ""
273
  "Um das OSS für WooCommerce Plugin nutzen zu können muss WooCommerce "
274
  "installiert und aktiviert sein."
275
 
276
- #: src/Package.php:249 src/ReportTable.php:40
277
  msgctxt "oss"
278
  msgid "Report"
279
  msgstr "Bericht"
280
 
281
- #: src/Package.php:273
282
  #, php-format
283
  msgctxt "oss"
284
  msgid "%1$s"
285
  msgstr "%1$s"
286
 
287
- #: src/Package.php:278
288
  #, php-format
289
  msgctxt "oss"
290
  msgid "%1$s - %2$s"
291
  msgstr "%1$s - %2$s"
292
 
293
- #: src/Package.php:283
294
  #, php-format
295
  msgctxt "oss"
296
  msgid "Observer %1$s"
297
  msgstr "Beobachter %1$s"
298
 
299
- #: src/Package.php:482
300
  msgctxt "oss"
301
  msgid "Quarterly"
302
  msgstr "Quartalsweise"
303
 
304
- #: src/Package.php:483
305
  msgctxt "oss"
306
  msgid "Yearly"
307
  msgstr "Jährlich"
308
 
309
- #: src/Package.php:484
310
  msgctxt "oss"
311
  msgid "Monthly"
312
  msgstr "Monatlich"
313
 
314
- #: src/Package.php:485
315
  msgctxt "oss"
316
  msgid "Custom"
317
  msgstr "Individuell"
318
 
319
- #: src/Package.php:489
320
  msgctxt "oss"
321
  msgid "Observer"
322
  msgstr "Beobachter"
323
 
324
- #: src/Package.php:503
325
  msgctxt "oss"
326
  msgid "Pending"
327
  msgstr "In Bearbeitung"
328
 
329
- #: src/Package.php:504
330
  msgctxt "oss"
331
  msgid "Completed"
332
  msgstr "Fertiggestellt"
333
 
334
- #: src/Package.php:505
335
  msgctxt "oss"
336
  msgid "Failed"
337
  msgstr "Fehlgeschlagen"
@@ -475,17 +475,41 @@ msgctxt "oss"
475
  msgid "Participation"
476
  msgstr "Teilnahme"
477
 
478
- #: src/Settings.php:70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
479
  msgctxt "oss"
480
  msgid "Fixed gross prices"
481
  msgstr "Feste Bruttopreise"
482
 
483
- #: src/Settings.php:71
484
  msgctxt "oss"
485
  msgid "Apply the same gross price regardless of the tax rate."
486
  msgstr "Verwende den Bruttopreis unabhängig vom Steuersatz."
487
 
488
- #: src/Settings.php:71
489
  msgctxt "oss"
490
  msgid ""
491
  "This option will make sure that your customers pay the same price no matter "
@@ -494,27 +518,27 @@ msgstr ""
494
  "Diese Option bewirkt, dass Kunden, unabhängig vom Land und damit vom "
495
  "Steuersatz den selben Bruttopreis bezahlen."
496
 
497
- #: src/Settings.php:92
498
  msgctxt "oss"
499
  msgid "Are you sure? Please backup your tax rates before proceeding."
500
  msgstr "Bist du sicher? Bitte erstelle vorab ein Backup deiner Steuersätze."
501
 
502
- #: src/Settings.php:92
503
  msgctxt "oss"
504
  msgid "End OSS participation"
505
  msgstr "OSS Teilnahme beenden"
506
 
507
- #: src/Settings.php:92
508
  msgctxt "oss"
509
  msgid "Start OSS participation"
510
  msgstr "OSS Teilnahme starten"
511
 
512
- #: src/Settings.php:93
513
  msgctxt "oss"
514
  msgid "learn more"
515
  msgstr "Mehr erfahren"
516
 
517
- #: src/Settings.php:95
518
  msgctxt "oss"
519
  msgid ""
520
  "Use this option to automatically adjust tax-related options in WooCommerce. "
@@ -525,45 +549,45 @@ msgstr ""
525
  "anpassen zu lassen. Achtung: Diese Option löscht deine aktuellen Steuersätze "
526
  "und fügt neue Steuersätze basierend auf deinem OSS Status hinzu."
527
 
528
- #: src/Settings.php:127
529
  msgctxt "oss"
530
  msgid "See status"
531
  msgstr "Status ansehen"
532
 
533
- #: src/Settings.php:127
534
  msgctxt "oss"
535
  msgid "Start initial report"
536
  msgstr "Initialen Bericht erstellen"
537
 
538
- #: src/Settings.php:128
539
  #, php-format
540
  msgctxt "oss"
541
  msgid "Report not yet completed. %s"
542
  msgstr "Bericht noch nicht abgeschlossen. %s"
543
 
544
- #: src/Settings.php:128
545
  #, php-format
546
  msgctxt "oss"
547
  msgid "Report not yet started. %s"
548
  msgstr "Bericht noch nicht gestartet. %s"
549
 
550
- #: src/Settings.php:146
551
  msgctxt "oss-amounts"
552
  msgid "of"
553
  msgstr "von"
554
 
555
- #: src/Settings.php:146
556
  #, php-format
557
  msgctxt "oss"
558
  msgid "As of: %s"
559
  msgstr "Stand: %s"
560
 
561
- #: src/Settings.php:146
562
  msgctxt "oss"
563
  msgid "see details"
564
  msgstr "Details ansehen"
565
 
566
- #: src/Settings.php:147
567
  #, php-format
568
  msgctxt "oss"
569
  msgid ""
@@ -583,68 +607,68 @@ msgctxt "oss"
583
  msgid "Learn More"
584
  msgstr "Mehr erfahren"
585
 
586
- #: src/Tax.php:278 src/Tax.php:336
587
  #, php-format
588
  msgctxt "oss"
589
  msgid "Tax class (%s)"
590
  msgstr "Steuerklasse (%s)"
591
 
592
- #: src/Tax.php:279
593
  msgctxt "oss"
594
  msgid "Same as parent"
595
  msgstr "Gleiche wie übergeordnet"
596
 
597
- #: src/Tax.php:281 src/Tax.php:314 src/Tax.php:338 src/Tax.php:372
598
  msgctxt "oss"
599
  msgid "remove"
600
  msgstr "Löschen"
601
 
602
- #: src/Tax.php:291 src/Tax.php:349
603
  msgctxt "oss"
604
  msgid "Add country specific tax class (OSS)"
605
  msgstr "Länderspezifische Steuerklasse hinzufügen (OSS)"
606
 
607
- #: src/Tax.php:298 src/Tax.php:356
608
  msgctxt "oss"
609
  msgid "Select country"
610
  msgstr "Land auswählen"
611
 
612
  #. translators: Do not translate
613
- #: src/Tax.php:452 src/Tax.php:579
614
  msgid "Reduced rate"
615
  msgstr ""
616
 
617
- #: src/Tax.php:455 src/Tax.php:571
618
  msgctxt "oss"
619
  msgid "Greater reduced rate"
620
  msgstr "Zusätzlicher reduzierter Preis"
621
 
622
- #: src/Tax.php:458 src/Tax.php:575
623
  msgctxt "oss"
624
  msgid "Super reduced rate"
625
  msgstr "Stark reduzierter Preis"
626
 
627
- #: src/Tax.php:751
628
  msgctxt "oss"
629
  msgid "Madeira"
630
  msgstr "Madeira"
631
 
632
- #: src/Tax.php:758
633
  msgctxt "oss"
634
  msgid "Acores"
635
  msgstr "Azoren"
636
 
637
- #: src/Tax.php:794
638
  msgctxt "oss"
639
  msgid "Northern Ireland"
640
  msgstr "Nordirland"
641
 
642
- #: src/Tax.php:807
643
  msgctxt "oss-tax-rate-import"
644
  msgid "Exempt"
645
  msgstr "Ausnahme"
646
 
647
- #: src/Tax.php:873
648
  #, php-format
649
  msgctxt "oss-tax-rate-import"
650
  msgid "VAT %1$s %% %2$s"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: One Stop Shop for WooCommerce\n"
4
+ "POT-Creation-Date: 2021-10-19 12:21+0200\n"
5
+ "PO-Revision-Date: 2021-10-19 12:23+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
72
  msgid "Delivery threshold reached (OSS)"
73
  msgstr "Lieferschwelle erreicht (OSS)"
74
 
75
+ #: src/Admin.php:445 src/SettingsPage.php:17
76
  msgctxt "oss"
77
  msgid "OSS"
78
  msgstr "OSS"
79
 
80
+ #: src/Admin.php:445 src/Admin.php:563 src/SettingsPage.php:23
81
  msgctxt "oss"
82
  msgid "One Stop Shop"
83
  msgstr "One Stop Shop"
84
 
85
+ #: src/Admin.php:466 src/Package.php:353
86
  #, php-format
87
  msgctxt "oss"
88
  msgid "Q%1$s/%2$s"
89
  msgstr "Q%1$s/%2$s"
90
 
91
+ #: src/Admin.php:475 src/Package.php:358
92
  #, php-format
93
  msgctxt "oss"
94
  msgid "%1$s/%2$s"
95
  msgstr "%1$s/%2$s"
96
 
97
+ #: src/Admin.php:483
98
  msgctxt "oss"
99
  msgid "New Report"
100
  msgstr "Neuer Bericht"
101
 
102
+ #: src/Admin.php:490
103
  msgctxt "oss"
104
  msgid "Type"
105
  msgstr "Typ"
106
 
107
+ #: src/Admin.php:502
108
  msgctxt "oss"
109
  msgid "Year"
110
  msgstr "Jahr"
111
 
112
+ #: src/Admin.php:514
113
  msgctxt "oss"
114
  msgid "Quarter"
115
  msgstr "Quartal"
116
 
117
+ #: src/Admin.php:526
118
  msgctxt "oss"
119
  msgid "Month"
120
  msgstr "Monat"
121
 
122
+ #: src/Admin.php:538
123
  msgctxt "oss"
124
  msgid "Date range"
125
  msgstr "Zeitraum"
126
 
127
+ #: src/Admin.php:550
128
  msgctxt "oss"
129
  msgid "Start report"
130
  msgstr "Bericht starten"
131
 
132
+ #: src/Admin.php:564
133
  msgctxt "oss"
134
  msgid "New report"
135
  msgstr "Neuer Bericht"
136
 
137
+ #: src/Admin.php:606
138
  msgctxt "oss"
139
  msgid "View"
140
  msgstr "Ansehen"
141
 
142
+ #: src/Admin.php:610
143
  msgctxt "oss"
144
  msgid "Export"
145
  msgstr "Exportieren"
146
 
147
+ #: src/Admin.php:614
148
  msgctxt "oss"
149
  msgid "Refresh"
150
  msgstr "Aktualisieren"
151
 
152
+ #: src/Admin.php:618
153
  msgctxt "oss"
154
  msgid "Delete"
155
  msgstr "Löschen"
156
 
157
+ #: src/Admin.php:624
158
  msgctxt "oss"
159
  msgid "Cancel"
160
  msgstr "Abbrechen"
161
 
162
+ #: src/Admin.php:653
163
  msgctxt "oss"
164
  msgid "Country"
165
  msgstr "Land"
166
 
167
+ #: src/Admin.php:654
168
  msgctxt "oss"
169
  msgid "Tax Rate"
170
  msgstr "Steuersatz"
171
 
172
+ #: src/Admin.php:655
173
  msgctxt "oss"
174
  msgid "Net Total"
175
  msgstr "Nettobetrag"
176
 
177
+ #: src/Admin.php:656
178
  msgctxt "oss"
179
  msgid "Tax Total"
180
  msgstr "Steuerbertrag"
181
 
182
+ #: src/Admin.php:687
183
  #, php-format
184
  msgctxt "oss"
185
  msgid "%1$s %%"
186
  msgstr "%1$s %%"
187
 
188
+ #: src/Admin.php:699
189
  #, php-format
190
  msgctxt "oss"
191
  msgid ""
195
  "Aktuell %1$s Bestellung verarbeitet. Nächster Durchlauf planmäßig am %2$s. "
196
  "<a href=\"%3$s\">Offene Aktionen finden</a>"
197
 
198
+ #: src/Admin.php:699
199
  msgctxt "oss"
200
  msgid "Not yet known"
201
  msgstr "Noch nicht bekannt"
202
 
203
+ #: src/Admin.php:730 src/ReportTable.php:39 src/SettingsPage.php:23
204
  msgctxt "oss"
205
  msgid "Reports"
206
  msgstr "Berichte"
210
  msgid "Dismiss"
211
  msgstr "Ausblenden"
212
 
213
+ #: src/AsyncReportGenerator.php:253
214
  msgctxt "oss"
215
  msgid "No orders found."
216
  msgstr "Keine Bestellungen gefunden."
264
  msgid "See details"
265
  msgstr "Details ansehen"
266
 
267
+ #: src/Package.php:169
268
  msgctxt "oss"
269
  msgid ""
270
  "To use the OSS for WooCommerce plugin please make sure that WooCommerce is "
273
  "Um das OSS für WooCommerce Plugin nutzen zu können muss WooCommerce "
274
  "installiert und aktiviert sein."
275
 
276
+ #: src/Package.php:338 src/ReportTable.php:40
277
  msgctxt "oss"
278
  msgid "Report"
279
  msgstr "Bericht"
280
 
281
+ #: src/Package.php:362
282
  #, php-format
283
  msgctxt "oss"
284
  msgid "%1$s"
285
  msgstr "%1$s"
286
 
287
+ #: src/Package.php:367
288
  #, php-format
289
  msgctxt "oss"
290
  msgid "%1$s - %2$s"
291
  msgstr "%1$s - %2$s"
292
 
293
+ #: src/Package.php:372
294
  #, php-format
295
  msgctxt "oss"
296
  msgid "Observer %1$s"
297
  msgstr "Beobachter %1$s"
298
 
299
+ #: src/Package.php:608
300
  msgctxt "oss"
301
  msgid "Quarterly"
302
  msgstr "Quartalsweise"
303
 
304
+ #: src/Package.php:609
305
  msgctxt "oss"
306
  msgid "Yearly"
307
  msgstr "Jährlich"
308
 
309
+ #: src/Package.php:610
310
  msgctxt "oss"
311
  msgid "Monthly"
312
  msgstr "Monatlich"
313
 
314
+ #: src/Package.php:611
315
  msgctxt "oss"
316
  msgid "Custom"
317
  msgstr "Individuell"
318
 
319
+ #: src/Package.php:615
320
  msgctxt "oss"
321
  msgid "Observer"
322
  msgstr "Beobachter"
323
 
324
+ #: src/Package.php:629
325
  msgctxt "oss"
326
  msgid "Pending"
327
  msgstr "In Bearbeitung"
328
 
329
+ #: src/Package.php:630
330
  msgctxt "oss"
331
  msgid "Completed"
332
  msgstr "Fertiggestellt"
333
 
334
+ #: src/Package.php:631
335
  msgctxt "oss"
336
  msgid "Failed"
337
  msgstr "Fehlgeschlagen"
475
  msgid "Participation"
476
  msgstr "Teilnahme"
477
 
478
+ #: src/Settings.php:67
479
+ msgctxt "oss"
480
+ msgid "Report Order Date"
481
+ msgstr "Bericht Bestelldatum"
482
+
483
+ #: src/Settings.php:68
484
+ msgctxt "oss"
485
+ msgid ""
486
+ "Select the relevant order date to be used to determine whether to include an "
487
+ "order in a report."
488
+ msgstr ""
489
+ "Wähle das relevante Bestelldatum aus auf Basis dessen entschieden wird ob "
490
+ "eine Bestellung in einen Bericht inkludiert wird."
491
+
492
+ #: src/Settings.php:73
493
+ msgctxt "oss"
494
+ msgid "Date paid"
495
+ msgstr "Zahlungsdatum"
496
+
497
+ #: src/Settings.php:74
498
+ msgctxt "oss"
499
+ msgid "Date created"
500
+ msgstr "Erstellungsdatum"
501
+
502
+ #: src/Settings.php:82
503
  msgctxt "oss"
504
  msgid "Fixed gross prices"
505
  msgstr "Feste Bruttopreise"
506
 
507
+ #: src/Settings.php:83
508
  msgctxt "oss"
509
  msgid "Apply the same gross price regardless of the tax rate."
510
  msgstr "Verwende den Bruttopreis unabhängig vom Steuersatz."
511
 
512
+ #: src/Settings.php:83
513
  msgctxt "oss"
514
  msgid ""
515
  "This option will make sure that your customers pay the same price no matter "
518
  "Diese Option bewirkt, dass Kunden, unabhängig vom Land und damit vom "
519
  "Steuersatz den selben Bruttopreis bezahlen."
520
 
521
+ #: src/Settings.php:104
522
  msgctxt "oss"
523
  msgid "Are you sure? Please backup your tax rates before proceeding."
524
  msgstr "Bist du sicher? Bitte erstelle vorab ein Backup deiner Steuersätze."
525
 
526
+ #: src/Settings.php:104
527
  msgctxt "oss"
528
  msgid "End OSS participation"
529
  msgstr "OSS Teilnahme beenden"
530
 
531
+ #: src/Settings.php:104
532
  msgctxt "oss"
533
  msgid "Start OSS participation"
534
  msgstr "OSS Teilnahme starten"
535
 
536
+ #: src/Settings.php:105
537
  msgctxt "oss"
538
  msgid "learn more"
539
  msgstr "Mehr erfahren"
540
 
541
+ #: src/Settings.php:107
542
  msgctxt "oss"
543
  msgid ""
544
  "Use this option to automatically adjust tax-related options in WooCommerce. "
549
  "anpassen zu lassen. Achtung: Diese Option löscht deine aktuellen Steuersätze "
550
  "und fügt neue Steuersätze basierend auf deinem OSS Status hinzu."
551
 
552
+ #: src/Settings.php:139
553
  msgctxt "oss"
554
  msgid "See status"
555
  msgstr "Status ansehen"
556
 
557
+ #: src/Settings.php:139
558
  msgctxt "oss"
559
  msgid "Start initial report"
560
  msgstr "Initialen Bericht erstellen"
561
 
562
+ #: src/Settings.php:140
563
  #, php-format
564
  msgctxt "oss"
565
  msgid "Report not yet completed. %s"
566
  msgstr "Bericht noch nicht abgeschlossen. %s"
567
 
568
+ #: src/Settings.php:140
569
  #, php-format
570
  msgctxt "oss"
571
  msgid "Report not yet started. %s"
572
  msgstr "Bericht noch nicht gestartet. %s"
573
 
574
+ #: src/Settings.php:158
575
  msgctxt "oss-amounts"
576
  msgid "of"
577
  msgstr "von"
578
 
579
+ #: src/Settings.php:158
580
  #, php-format
581
  msgctxt "oss"
582
  msgid "As of: %s"
583
  msgstr "Stand: %s"
584
 
585
+ #: src/Settings.php:158
586
  msgctxt "oss"
587
  msgid "see details"
588
  msgstr "Details ansehen"
589
 
590
+ #: src/Settings.php:159
591
  #, php-format
592
  msgctxt "oss"
593
  msgid ""
607
  msgid "Learn More"
608
  msgstr "Mehr erfahren"
609
 
610
+ #: src/Tax.php:367 src/Tax.php:425
611
  #, php-format
612
  msgctxt "oss"
613
  msgid "Tax class (%s)"
614
  msgstr "Steuerklasse (%s)"
615
 
616
+ #: src/Tax.php:368
617
  msgctxt "oss"
618
  msgid "Same as parent"
619
  msgstr "Gleiche wie übergeordnet"
620
 
621
+ #: src/Tax.php:370 src/Tax.php:403 src/Tax.php:427 src/Tax.php:461
622
  msgctxt "oss"
623
  msgid "remove"
624
  msgstr "Löschen"
625
 
626
+ #: src/Tax.php:380 src/Tax.php:438
627
  msgctxt "oss"
628
  msgid "Add country specific tax class (OSS)"
629
  msgstr "Länderspezifische Steuerklasse hinzufügen (OSS)"
630
 
631
+ #: src/Tax.php:387 src/Tax.php:445
632
  msgctxt "oss"
633
  msgid "Select country"
634
  msgstr "Land auswählen"
635
 
636
  #. translators: Do not translate
637
+ #: src/Tax.php:543 src/Tax.php:670
638
  msgid "Reduced rate"
639
  msgstr ""
640
 
641
+ #: src/Tax.php:546 src/Tax.php:662
642
  msgctxt "oss"
643
  msgid "Greater reduced rate"
644
  msgstr "Zusätzlicher reduzierter Preis"
645
 
646
+ #: src/Tax.php:549 src/Tax.php:666
647
  msgctxt "oss"
648
  msgid "Super reduced rate"
649
  msgstr "Stark reduzierter Preis"
650
 
651
+ #: src/Tax.php:871
652
  msgctxt "oss"
653
  msgid "Madeira"
654
  msgstr "Madeira"
655
 
656
+ #: src/Tax.php:878
657
  msgctxt "oss"
658
  msgid "Acores"
659
  msgstr "Azoren"
660
 
661
+ #: src/Tax.php:914
662
  msgctxt "oss"
663
  msgid "Northern Ireland"
664
  msgstr "Nordirland"
665
 
666
+ #: src/Tax.php:927
667
  msgctxt "oss-tax-rate-import"
668
  msgid "Exempt"
669
  msgstr "Ausnahme"
670
 
671
+ #: src/Tax.php:993
672
  #, php-format
673
  msgctxt "oss-tax-rate-import"
674
  msgid "VAT %1$s %% %2$s"
packages/one-stop-shop-woocommerce/i18n/languages/oss-woocommerce-de_DE_formal.mo CHANGED
Binary file
packages/one-stop-shop-woocommerce/i18n/languages/oss-woocommerce-de_DE_formal.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: One Stop Shop for WooCommerce\n"
4
- "POT-Creation-Date: 2021-07-08 14:08+0200\n"
5
- "PO-Revision-Date: 2021-07-08 14:08+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE@formal\n"
@@ -72,120 +72,120 @@ msgctxt "oss"
72
  msgid "Delivery threshold reached (OSS)"
73
  msgstr "Lieferschwelle erreicht (OSS)"
74
 
75
- #: src/Admin.php:432 src/SettingsPage.php:17
76
  msgctxt "oss"
77
  msgid "OSS"
78
  msgstr "OSS"
79
 
80
- #: src/Admin.php:432 src/Admin.php:550 src/SettingsPage.php:23
81
  msgctxt "oss"
82
  msgid "One Stop Shop"
83
  msgstr "One Stop Shop"
84
 
85
- #: src/Admin.php:453 src/Package.php:264
86
  #, php-format
87
  msgctxt "oss"
88
  msgid "Q%1$s/%2$s"
89
  msgstr "Q%1$s/%2$s"
90
 
91
- #: src/Admin.php:462 src/Package.php:269
92
  #, php-format
93
  msgctxt "oss"
94
  msgid "%1$s/%2$s"
95
  msgstr "%1$s/%2$s"
96
 
97
- #: src/Admin.php:470
98
  msgctxt "oss"
99
  msgid "New Report"
100
  msgstr "Neuer Bericht"
101
 
102
- #: src/Admin.php:477
103
  msgctxt "oss"
104
  msgid "Type"
105
  msgstr "Typ"
106
 
107
- #: src/Admin.php:489
108
  msgctxt "oss"
109
  msgid "Year"
110
  msgstr "Jahr"
111
 
112
- #: src/Admin.php:501
113
  msgctxt "oss"
114
  msgid "Quarter"
115
  msgstr "Quartal"
116
 
117
- #: src/Admin.php:513
118
  msgctxt "oss"
119
  msgid "Month"
120
  msgstr "Monat"
121
 
122
- #: src/Admin.php:525
123
  msgctxt "oss"
124
  msgid "Date range"
125
  msgstr "Zeitraum"
126
 
127
- #: src/Admin.php:537
128
  msgctxt "oss"
129
  msgid "Start report"
130
  msgstr "Bericht starten"
131
 
132
- #: src/Admin.php:551
133
  msgctxt "oss"
134
  msgid "New report"
135
  msgstr "Neuer Bericht"
136
 
137
- #: src/Admin.php:593
138
  msgctxt "oss"
139
  msgid "View"
140
  msgstr "Ansehen"
141
 
142
- #: src/Admin.php:597
143
  msgctxt "oss"
144
  msgid "Export"
145
  msgstr "Exportieren"
146
 
147
- #: src/Admin.php:601
148
  msgctxt "oss"
149
  msgid "Refresh"
150
  msgstr "Aktualisieren"
151
 
152
- #: src/Admin.php:605
153
  msgctxt "oss"
154
  msgid "Delete"
155
  msgstr "Löschen"
156
 
157
- #: src/Admin.php:611
158
  msgctxt "oss"
159
  msgid "Cancel"
160
  msgstr "Abbrechen"
161
 
162
- #: src/Admin.php:640
163
  msgctxt "oss"
164
  msgid "Country"
165
  msgstr "Land"
166
 
167
- #: src/Admin.php:641
168
  msgctxt "oss"
169
  msgid "Tax Rate"
170
  msgstr "Steuersatz"
171
 
172
- #: src/Admin.php:642
173
  msgctxt "oss"
174
  msgid "Net Total"
175
  msgstr "Nettobetrag"
176
 
177
- #: src/Admin.php:643
178
  msgctxt "oss"
179
  msgid "Tax Total"
180
  msgstr "Steuerbertrag"
181
 
182
- #: src/Admin.php:674
183
  #, php-format
184
  msgctxt "oss"
185
  msgid "%1$s %%"
186
  msgstr "%1$s %%"
187
 
188
- #: src/Admin.php:686
189
  #, php-format
190
  msgctxt "oss"
191
  msgid ""
@@ -195,12 +195,12 @@ msgstr ""
195
  "Aktuell %1$s Bestellung verarbeitet. Nächster Durchlauf planmäßig am %2$s. "
196
  "<a href=\"%3$s\">Offene Aktionen finden</a>"
197
 
198
- #: src/Admin.php:686
199
  msgctxt "oss"
200
  msgid "Not yet known"
201
  msgstr "Noch nicht bekannt"
202
 
203
- #: src/Admin.php:717 src/ReportTable.php:39 src/SettingsPage.php:23
204
  msgctxt "oss"
205
  msgid "Reports"
206
  msgstr "Berichte"
@@ -210,7 +210,7 @@ msgctxt "oss"
210
  msgid "Dismiss"
211
  msgstr "Ausblenden"
212
 
213
- #: src/AsyncReportGenerator.php:244
214
  msgctxt "oss"
215
  msgid "No orders found."
216
  msgstr "Keine Bestellungen gefunden."
@@ -264,7 +264,7 @@ msgctxt "oss"
264
  msgid "See details"
265
  msgstr "Details ansehen"
266
 
267
- #: src/Package.php:80
268
  msgctxt "oss"
269
  msgid ""
270
  "To use the OSS for WooCommerce plugin please make sure that WooCommerce is "
@@ -273,65 +273,65 @@ msgstr ""
273
  "Um das OSS für WooCommerce Plugin nutzen zu können muss WooCommerce "
274
  "installiert und aktiviert sein."
275
 
276
- #: src/Package.php:249 src/ReportTable.php:40
277
  msgctxt "oss"
278
  msgid "Report"
279
  msgstr "Bericht"
280
 
281
- #: src/Package.php:273
282
  #, php-format
283
  msgctxt "oss"
284
  msgid "%1$s"
285
  msgstr "%1$s"
286
 
287
- #: src/Package.php:278
288
  #, php-format
289
  msgctxt "oss"
290
  msgid "%1$s - %2$s"
291
  msgstr "%1$s - %2$s"
292
 
293
- #: src/Package.php:283
294
  #, php-format
295
  msgctxt "oss"
296
  msgid "Observer %1$s"
297
  msgstr "Beobachter %1$s"
298
 
299
- #: src/Package.php:482
300
  msgctxt "oss"
301
  msgid "Quarterly"
302
  msgstr "Quartalsweise"
303
 
304
- #: src/Package.php:483
305
  msgctxt "oss"
306
  msgid "Yearly"
307
  msgstr "Jährlich"
308
 
309
- #: src/Package.php:484
310
  msgctxt "oss"
311
  msgid "Monthly"
312
  msgstr "Monatlich"
313
 
314
- #: src/Package.php:485
315
  msgctxt "oss"
316
  msgid "Custom"
317
  msgstr "Individuell"
318
 
319
- #: src/Package.php:489
320
  msgctxt "oss"
321
  msgid "Observer"
322
  msgstr "Beobachter"
323
 
324
- #: src/Package.php:503
325
  msgctxt "oss"
326
  msgid "Pending"
327
  msgstr "In Bearbeitung"
328
 
329
- #: src/Package.php:504
330
  msgctxt "oss"
331
  msgid "Completed"
332
  msgstr "Fertiggestellt"
333
 
334
- #: src/Package.php:505
335
  msgctxt "oss"
336
  msgid "Failed"
337
  msgstr "Fehlgeschlagen"
@@ -475,17 +475,41 @@ msgctxt "oss"
475
  msgid "Participation"
476
  msgstr "Teilnahme"
477
 
478
- #: src/Settings.php:70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
479
  msgctxt "oss"
480
  msgid "Fixed gross prices"
481
  msgstr "Feste Bruttopreise"
482
 
483
- #: src/Settings.php:71
484
  msgctxt "oss"
485
  msgid "Apply the same gross price regardless of the tax rate."
486
  msgstr "Verwende den Bruttopreis unabhängig vom Steuersatz."
487
 
488
- #: src/Settings.php:71
489
  msgctxt "oss"
490
  msgid ""
491
  "This option will make sure that your customers pay the same price no matter "
@@ -494,28 +518,28 @@ msgstr ""
494
  "Diese Option bewirkt, dass Kunden, unabhängig vom Land und damit vom "
495
  "Steuersatz den selben Bruttopreis bezahlen."
496
 
497
- #: src/Settings.php:92
498
  msgctxt "oss"
499
  msgid "Are you sure? Please backup your tax rates before proceeding."
500
  msgstr ""
501
  "Sind Sie sicher? Bitte erstellen Sie vorab ein Backup Ihrer Steuersätze."
502
 
503
- #: src/Settings.php:92
504
  msgctxt "oss"
505
  msgid "End OSS participation"
506
  msgstr "OSS Teilnahme beenden"
507
 
508
- #: src/Settings.php:92
509
  msgctxt "oss"
510
  msgid "Start OSS participation"
511
  msgstr "OSS Teilnahme starten"
512
 
513
- #: src/Settings.php:93
514
  msgctxt "oss"
515
  msgid "learn more"
516
  msgstr "Mehr erfahren"
517
 
518
- #: src/Settings.php:95
519
  msgctxt "oss"
520
  msgid ""
521
  "Use this option to automatically adjust tax-related options in WooCommerce. "
@@ -526,45 +550,45 @@ msgstr ""
526
  "automatisch anpassen zu lassen. Achtung: Diese Option löscht Ihre aktuellen "
527
  "Steuersätze und fügt neue Steuersätze basierend auf Ihrem OSS Status hinzu."
528
 
529
- #: src/Settings.php:127
530
  msgctxt "oss"
531
  msgid "See status"
532
  msgstr "Status ansehen"
533
 
534
- #: src/Settings.php:127
535
  msgctxt "oss"
536
  msgid "Start initial report"
537
  msgstr "Initialen Bericht erstellen"
538
 
539
- #: src/Settings.php:128
540
  #, php-format
541
  msgctxt "oss"
542
  msgid "Report not yet completed. %s"
543
  msgstr "Bericht noch nicht abgeschlossen. %s"
544
 
545
- #: src/Settings.php:128
546
  #, php-format
547
  msgctxt "oss"
548
  msgid "Report not yet started. %s"
549
  msgstr "Bericht noch nicht gestartet. %s"
550
 
551
- #: src/Settings.php:146
552
  msgctxt "oss-amounts"
553
  msgid "of"
554
  msgstr "von"
555
 
556
- #: src/Settings.php:146
557
  #, php-format
558
  msgctxt "oss"
559
  msgid "As of: %s"
560
  msgstr "Stand: %s"
561
 
562
- #: src/Settings.php:146
563
  msgctxt "oss"
564
  msgid "see details"
565
  msgstr "Details ansehen"
566
 
567
- #: src/Settings.php:147
568
  #, php-format
569
  msgctxt "oss"
570
  msgid ""
@@ -584,68 +608,68 @@ msgctxt "oss"
584
  msgid "Learn More"
585
  msgstr "Mehr erfahren"
586
 
587
- #: src/Tax.php:278 src/Tax.php:336
588
  #, php-format
589
  msgctxt "oss"
590
  msgid "Tax class (%s)"
591
  msgstr "Steuerklasse (%s)"
592
 
593
- #: src/Tax.php:279
594
  msgctxt "oss"
595
  msgid "Same as parent"
596
  msgstr "Gleiche wie übergeordnet"
597
 
598
- #: src/Tax.php:281 src/Tax.php:314 src/Tax.php:338 src/Tax.php:372
599
  msgctxt "oss"
600
  msgid "remove"
601
  msgstr "Löschen"
602
 
603
- #: src/Tax.php:291 src/Tax.php:349
604
  msgctxt "oss"
605
  msgid "Add country specific tax class (OSS)"
606
  msgstr "Länderspezifische Steuerklasse hinzufügen (OSS)"
607
 
608
- #: src/Tax.php:298 src/Tax.php:356
609
  msgctxt "oss"
610
  msgid "Select country"
611
  msgstr "Land auswählen"
612
 
613
  #. translators: Do not translate
614
- #: src/Tax.php:452 src/Tax.php:579
615
  msgid "Reduced rate"
616
  msgstr ""
617
 
618
- #: src/Tax.php:455 src/Tax.php:571
619
  msgctxt "oss"
620
  msgid "Greater reduced rate"
621
  msgstr "Zusätzlicher reduzierter Preis"
622
 
623
- #: src/Tax.php:458 src/Tax.php:575
624
  msgctxt "oss"
625
  msgid "Super reduced rate"
626
  msgstr "Stark reduzierter Preis"
627
 
628
- #: src/Tax.php:751
629
  msgctxt "oss"
630
  msgid "Madeira"
631
  msgstr "Madeira"
632
 
633
- #: src/Tax.php:758
634
  msgctxt "oss"
635
  msgid "Acores"
636
  msgstr "Azoren"
637
 
638
- #: src/Tax.php:794
639
  msgctxt "oss"
640
  msgid "Northern Ireland"
641
  msgstr "Nordirland"
642
 
643
- #: src/Tax.php:807
644
  msgctxt "oss-tax-rate-import"
645
  msgid "Exempt"
646
  msgstr "Ausnahme"
647
 
648
- #: src/Tax.php:873
649
  #, php-format
650
  msgctxt "oss-tax-rate-import"
651
  msgid "VAT %1$s %% %2$s"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: One Stop Shop for WooCommerce\n"
4
+ "POT-Creation-Date: 2021-10-19 12:22+0200\n"
5
+ "PO-Revision-Date: 2021-10-19 12:23+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE@formal\n"
72
  msgid "Delivery threshold reached (OSS)"
73
  msgstr "Lieferschwelle erreicht (OSS)"
74
 
75
+ #: src/Admin.php:445 src/SettingsPage.php:17
76
  msgctxt "oss"
77
  msgid "OSS"
78
  msgstr "OSS"
79
 
80
+ #: src/Admin.php:445 src/Admin.php:563 src/SettingsPage.php:23
81
  msgctxt "oss"
82
  msgid "One Stop Shop"
83
  msgstr "One Stop Shop"
84
 
85
+ #: src/Admin.php:466 src/Package.php:353
86
  #, php-format
87
  msgctxt "oss"
88
  msgid "Q%1$s/%2$s"
89
  msgstr "Q%1$s/%2$s"
90
 
91
+ #: src/Admin.php:475 src/Package.php:358
92
  #, php-format
93
  msgctxt "oss"
94
  msgid "%1$s/%2$s"
95
  msgstr "%1$s/%2$s"
96
 
97
+ #: src/Admin.php:483
98
  msgctxt "oss"
99
  msgid "New Report"
100
  msgstr "Neuer Bericht"
101
 
102
+ #: src/Admin.php:490
103
  msgctxt "oss"
104
  msgid "Type"
105
  msgstr "Typ"
106
 
107
+ #: src/Admin.php:502
108
  msgctxt "oss"
109
  msgid "Year"
110
  msgstr "Jahr"
111
 
112
+ #: src/Admin.php:514
113
  msgctxt "oss"
114
  msgid "Quarter"
115
  msgstr "Quartal"
116
 
117
+ #: src/Admin.php:526
118
  msgctxt "oss"
119
  msgid "Month"
120
  msgstr "Monat"
121
 
122
+ #: src/Admin.php:538
123
  msgctxt "oss"
124
  msgid "Date range"
125
  msgstr "Zeitraum"
126
 
127
+ #: src/Admin.php:550
128
  msgctxt "oss"
129
  msgid "Start report"
130
  msgstr "Bericht starten"
131
 
132
+ #: src/Admin.php:564
133
  msgctxt "oss"
134
  msgid "New report"
135
  msgstr "Neuer Bericht"
136
 
137
+ #: src/Admin.php:606
138
  msgctxt "oss"
139
  msgid "View"
140
  msgstr "Ansehen"
141
 
142
+ #: src/Admin.php:610
143
  msgctxt "oss"
144
  msgid "Export"
145
  msgstr "Exportieren"
146
 
147
+ #: src/Admin.php:614
148
  msgctxt "oss"
149
  msgid "Refresh"
150
  msgstr "Aktualisieren"
151
 
152
+ #: src/Admin.php:618
153
  msgctxt "oss"
154
  msgid "Delete"
155
  msgstr "Löschen"
156
 
157
+ #: src/Admin.php:624
158
  msgctxt "oss"
159
  msgid "Cancel"
160
  msgstr "Abbrechen"
161
 
162
+ #: src/Admin.php:653
163
  msgctxt "oss"
164
  msgid "Country"
165
  msgstr "Land"
166
 
167
+ #: src/Admin.php:654
168
  msgctxt "oss"
169
  msgid "Tax Rate"
170
  msgstr "Steuersatz"
171
 
172
+ #: src/Admin.php:655
173
  msgctxt "oss"
174
  msgid "Net Total"
175
  msgstr "Nettobetrag"
176
 
177
+ #: src/Admin.php:656
178
  msgctxt "oss"
179
  msgid "Tax Total"
180
  msgstr "Steuerbertrag"
181
 
182
+ #: src/Admin.php:687
183
  #, php-format
184
  msgctxt "oss"
185
  msgid "%1$s %%"
186
  msgstr "%1$s %%"
187
 
188
+ #: src/Admin.php:699
189
  #, php-format
190
  msgctxt "oss"
191
  msgid ""
195
  "Aktuell %1$s Bestellung verarbeitet. Nächster Durchlauf planmäßig am %2$s. "
196
  "<a href=\"%3$s\">Offene Aktionen finden</a>"
197
 
198
+ #: src/Admin.php:699
199
  msgctxt "oss"
200
  msgid "Not yet known"
201
  msgstr "Noch nicht bekannt"
202
 
203
+ #: src/Admin.php:730 src/ReportTable.php:39 src/SettingsPage.php:23
204
  msgctxt "oss"
205
  msgid "Reports"
206
  msgstr "Berichte"
210
  msgid "Dismiss"
211
  msgstr "Ausblenden"
212
 
213
+ #: src/AsyncReportGenerator.php:253
214
  msgctxt "oss"
215
  msgid "No orders found."
216
  msgstr "Keine Bestellungen gefunden."
264
  msgid "See details"
265
  msgstr "Details ansehen"
266
 
267
+ #: src/Package.php:169
268
  msgctxt "oss"
269
  msgid ""
270
  "To use the OSS for WooCommerce plugin please make sure that WooCommerce is "
273
  "Um das OSS für WooCommerce Plugin nutzen zu können muss WooCommerce "
274
  "installiert und aktiviert sein."
275
 
276
+ #: src/Package.php:338 src/ReportTable.php:40
277
  msgctxt "oss"
278
  msgid "Report"
279
  msgstr "Bericht"
280
 
281
+ #: src/Package.php:362
282
  #, php-format
283
  msgctxt "oss"
284
  msgid "%1$s"
285
  msgstr "%1$s"
286
 
287
+ #: src/Package.php:367
288
  #, php-format
289
  msgctxt "oss"
290
  msgid "%1$s - %2$s"
291
  msgstr "%1$s - %2$s"
292
 
293
+ #: src/Package.php:372
294
  #, php-format
295
  msgctxt "oss"
296
  msgid "Observer %1$s"
297
  msgstr "Beobachter %1$s"
298
 
299
+ #: src/Package.php:608
300
  msgctxt "oss"
301
  msgid "Quarterly"
302
  msgstr "Quartalsweise"
303
 
304
+ #: src/Package.php:609
305
  msgctxt "oss"
306
  msgid "Yearly"
307
  msgstr "Jährlich"
308
 
309
+ #: src/Package.php:610
310
  msgctxt "oss"
311
  msgid "Monthly"
312
  msgstr "Monatlich"
313
 
314
+ #: src/Package.php:611
315
  msgctxt "oss"
316
  msgid "Custom"
317
  msgstr "Individuell"
318
 
319
+ #: src/Package.php:615
320
  msgctxt "oss"
321
  msgid "Observer"
322
  msgstr "Beobachter"
323
 
324
+ #: src/Package.php:629
325
  msgctxt "oss"
326
  msgid "Pending"
327
  msgstr "In Bearbeitung"
328
 
329
+ #: src/Package.php:630
330
  msgctxt "oss"
331
  msgid "Completed"
332
  msgstr "Fertiggestellt"
333
 
334
+ #: src/Package.php:631
335
  msgctxt "oss"
336
  msgid "Failed"
337
  msgstr "Fehlgeschlagen"
475
  msgid "Participation"
476
  msgstr "Teilnahme"
477
 
478
+ #: src/Settings.php:67
479
+ msgctxt "oss"
480
+ msgid "Report Order Date"
481
+ msgstr ""
482
+
483
+ #: src/Settings.php:68
484
+ msgctxt "oss"
485
+ msgid ""
486
+ "Select the relevant order date to be used to determine whether to include an "
487
+ "order in a report."
488
+ msgstr ""
489
+ "Wählen Sie das relevante Bestelldatum aus auf Basis dessen entschieden wird "
490
+ "ob eine Bestellung in einen Bericht inkludiert wird."
491
+
492
+ #: src/Settings.php:73
493
+ msgctxt "oss"
494
+ msgid "Date paid"
495
+ msgstr "Zahlungsdatum"
496
+
497
+ #: src/Settings.php:74
498
+ msgctxt "oss"
499
+ msgid "Date created"
500
+ msgstr "Erstellungsdatum"
501
+
502
+ #: src/Settings.php:82
503
  msgctxt "oss"
504
  msgid "Fixed gross prices"
505
  msgstr "Feste Bruttopreise"
506
 
507
+ #: src/Settings.php:83
508
  msgctxt "oss"
509
  msgid "Apply the same gross price regardless of the tax rate."
510
  msgstr "Verwende den Bruttopreis unabhängig vom Steuersatz."
511
 
512
+ #: src/Settings.php:83
513
  msgctxt "oss"
514
  msgid ""
515
  "This option will make sure that your customers pay the same price no matter "
518
  "Diese Option bewirkt, dass Kunden, unabhängig vom Land und damit vom "
519
  "Steuersatz den selben Bruttopreis bezahlen."
520
 
521
+ #: src/Settings.php:104
522
  msgctxt "oss"
523
  msgid "Are you sure? Please backup your tax rates before proceeding."
524
  msgstr ""
525
  "Sind Sie sicher? Bitte erstellen Sie vorab ein Backup Ihrer Steuersätze."
526
 
527
+ #: src/Settings.php:104
528
  msgctxt "oss"
529
  msgid "End OSS participation"
530
  msgstr "OSS Teilnahme beenden"
531
 
532
+ #: src/Settings.php:104
533
  msgctxt "oss"
534
  msgid "Start OSS participation"
535
  msgstr "OSS Teilnahme starten"
536
 
537
+ #: src/Settings.php:105
538
  msgctxt "oss"
539
  msgid "learn more"
540
  msgstr "Mehr erfahren"
541
 
542
+ #: src/Settings.php:107
543
  msgctxt "oss"
544
  msgid ""
545
  "Use this option to automatically adjust tax-related options in WooCommerce. "
550
  "automatisch anpassen zu lassen. Achtung: Diese Option löscht Ihre aktuellen "
551
  "Steuersätze und fügt neue Steuersätze basierend auf Ihrem OSS Status hinzu."
552
 
553
+ #: src/Settings.php:139
554
  msgctxt "oss"
555
  msgid "See status"
556
  msgstr "Status ansehen"
557
 
558
+ #: src/Settings.php:139
559
  msgctxt "oss"
560
  msgid "Start initial report"
561
  msgstr "Initialen Bericht erstellen"
562
 
563
+ #: src/Settings.php:140
564
  #, php-format
565
  msgctxt "oss"
566
  msgid "Report not yet completed. %s"
567
  msgstr "Bericht noch nicht abgeschlossen. %s"
568
 
569
+ #: src/Settings.php:140
570
  #, php-format
571
  msgctxt "oss"
572
  msgid "Report not yet started. %s"
573
  msgstr "Bericht noch nicht gestartet. %s"
574
 
575
+ #: src/Settings.php:158
576
  msgctxt "oss-amounts"
577
  msgid "of"
578
  msgstr "von"
579
 
580
+ #: src/Settings.php:158
581
  #, php-format
582
  msgctxt "oss"
583
  msgid "As of: %s"
584
  msgstr "Stand: %s"
585
 
586
+ #: src/Settings.php:158
587
  msgctxt "oss"
588
  msgid "see details"
589
  msgstr "Details ansehen"
590
 
591
+ #: src/Settings.php:159
592
  #, php-format
593
  msgctxt "oss"
594
  msgid ""
608
  msgid "Learn More"
609
  msgstr "Mehr erfahren"
610
 
611
+ #: src/Tax.php:367 src/Tax.php:425
612
  #, php-format
613
  msgctxt "oss"
614
  msgid "Tax class (%s)"
615
  msgstr "Steuerklasse (%s)"
616
 
617
+ #: src/Tax.php:368
618
  msgctxt "oss"
619
  msgid "Same as parent"
620
  msgstr "Gleiche wie übergeordnet"
621
 
622
+ #: src/Tax.php:370 src/Tax.php:403 src/Tax.php:427 src/Tax.php:461
623
  msgctxt "oss"
624
  msgid "remove"
625
  msgstr "Löschen"
626
 
627
+ #: src/Tax.php:380 src/Tax.php:438
628
  msgctxt "oss"
629
  msgid "Add country specific tax class (OSS)"
630
  msgstr "Länderspezifische Steuerklasse hinzufügen (OSS)"
631
 
632
+ #: src/Tax.php:387 src/Tax.php:445
633
  msgctxt "oss"
634
  msgid "Select country"
635
  msgstr "Land auswählen"
636
 
637
  #. translators: Do not translate
638
+ #: src/Tax.php:543 src/Tax.php:670
639
  msgid "Reduced rate"
640
  msgstr ""
641
 
642
+ #: src/Tax.php:546 src/Tax.php:662
643
  msgctxt "oss"
644
  msgid "Greater reduced rate"
645
  msgstr "Zusätzlicher reduzierter Preis"
646
 
647
+ #: src/Tax.php:549 src/Tax.php:666
648
  msgctxt "oss"
649
  msgid "Super reduced rate"
650
  msgstr "Stark reduzierter Preis"
651
 
652
+ #: src/Tax.php:871
653
  msgctxt "oss"
654
  msgid "Madeira"
655
  msgstr "Madeira"
656
 
657
+ #: src/Tax.php:878
658
  msgctxt "oss"
659
  msgid "Acores"
660
  msgstr "Azoren"
661
 
662
+ #: src/Tax.php:914
663
  msgctxt "oss"
664
  msgid "Northern Ireland"
665
  msgstr "Nordirland"
666
 
667
+ #: src/Tax.php:927
668
  msgctxt "oss-tax-rate-import"
669
  msgid "Exempt"
670
  msgstr "Ausnahme"
671
 
672
+ #: src/Tax.php:993
673
  #, php-format
674
  msgctxt "oss-tax-rate-import"
675
  msgid "VAT %1$s %% %2$s"
packages/one-stop-shop-woocommerce/one-stop-shop-woocommerce.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Comply with the One Stop Shop procedure while using WooCommerce.
6
  * Author: vendidero
7
  * Author URI: https://vendidero.de
8
- * Version: 1.1.5
9
  * Requires PHP: 5.6
10
  * License: GPLv3
11
  * Tested up to: 5.8
5
  * Description: Comply with the One Stop Shop procedure while using WooCommerce.
6
  * Author: vendidero
7
  * Author URI: https://vendidero.de
8
+ * Version: 1.1.6
9
  * Requires PHP: 5.6
10
  * License: GPLv3
11
  * Tested up to: 5.8
packages/one-stop-shop-woocommerce/readme.txt CHANGED
@@ -4,8 +4,8 @@ Tags: one stop shop, woocommerce, OSS, EU, compliance
4
  Requires at least: 5.4
5
  Tested up to: 5.8
6
  WC requires at least: 3.9
7
- WC tested up to: 5.7
8
- Stable tag: 1.1.5
9
  Requires PHP: 5.6
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -60,6 +60,12 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
60
  3. Create a new report
61
 
62
  == Changelog ==
 
 
 
 
 
 
63
  = 1.1.5 =
64
  * Fix: Prevent calling missing refund order getters
65
 
4
  Requires at least: 5.4
5
  Tested up to: 5.8
6
  WC requires at least: 3.9
7
+ WC tested up to: 5.8
8
+ Stable tag: 1.1.6
9
  Requires PHP: 5.6
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
60
  3. Create a new report
61
 
62
  == Changelog ==
63
+ = 1.1.6 =
64
+ * Improvement: Allow choosing relevant date type for reports
65
+ * Improvement: Experimental BOP compatible CSV Exporter for Germany via oss_experimental_use_de_bop_csv_exporter filter
66
+ * Improvement: Shipping package invalidation check
67
+ * Fix: Date paid range
68
+
69
  = 1.1.5 =
70
  * Fix: Prevent calling missing refund order getters
71
 
packages/one-stop-shop-woocommerce/src/Admin.php CHANGED
@@ -340,7 +340,20 @@ class Admin {
340
  $decimals = isset( $_GET['decimals'] ) ? absint( $_GET['decimals'] ) : wc_get_price_decimals();
341
 
342
  if ( ! empty( $report_id ) && ( $report = Package::get_report( $report_id ) ) ) {
343
- $csv = new CSVExporter( $report_id, $decimals );
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  $csv->export();
345
  } else {
346
  wp_safe_redirect( wp_get_referer() );
340
  $decimals = isset( $_GET['decimals'] ) ? absint( $_GET['decimals'] ) : wc_get_price_decimals();
341
 
342
  if ( ! empty( $report_id ) && ( $report = Package::get_report( $report_id ) ) ) {
343
+ $exporter_class = '\Vendidero\OneStopShop\CSVExporter';
344
+ $base_country = wc_get_base_location()['country'];
345
+
346
+ if ( 'DE' === $base_country && apply_filters( 'oss_experimental_use_de_bop_csv_exporter', false ) ) {
347
+ $exporter_class = '\Vendidero\OneStopShop\CSVExporterBOP';
348
+ }
349
+
350
+ $exporter_class = apply_filters( 'oss_csv_exporter_classname', $exporter_class, $base_country );
351
+
352
+ if ( ! class_exists( $exporter_class ) ) {
353
+ $exporter_class = '\Vendidero\OneStopShop\CSVExporter';
354
+ }
355
+
356
+ $csv = new $exporter_class( $report_id, $decimals );
357
  $csv->export();
358
  } else {
359
  wp_safe_redirect( wp_get_referer() );
packages/one-stop-shop-woocommerce/src/CSVExporterBOP.php ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace Vendidero\OneStopShop;
4
+
5
+ defined( 'ABSPATH' ) || exit;
6
+
7
+ class CSVExporterBOP extends CSVExporter {
8
+
9
+ /**
10
+ * Return an array of columns to export.
11
+ *
12
+ * @since 3.1.0
13
+ * @return array
14
+ */
15
+ public function get_default_column_names() {
16
+ return apply_filters( "one_stop_shop_woocommerce_bop_export_default_columns", array(
17
+ 'country' => 'Land des Verbrauchs',
18
+ 'tax_type' => 'Umsatzsteuertyp',
19
+ 'tax_rate' => 'Umsatzsteuersatz',
20
+ 'taxable_base' => 'Steuerbemessungsgrundlage, Nettobetrag',
21
+ 'amount' => 'Umsatzsteuerbetrag',
22
+ ) );
23
+ }
24
+
25
+ protected function get_column_value_tax_type( $country, $tax_rate ) {
26
+ $tax_type = Tax::get_tax_type_by_country_rate( $tax_rate, $country );
27
+ $tax_return_type = 'STANDARD';
28
+
29
+ switch( $tax_type ) {
30
+ case "reduced":
31
+ case "greater-reduced":
32
+ case "super-reduced":
33
+ $tax_return_type = 'REDUCED';
34
+ break;
35
+ default:
36
+ $tax_return_type = strtoupper( $tax_type );
37
+ break;
38
+ }
39
+
40
+ return $tax_return_type;
41
+ }
42
+
43
+ protected function export_column_headers() {
44
+ $buffer = fopen( 'php://output', 'w' ); // phpcs:ignore WordPress.WP.AlternativeFunctions.file_system_read_fopen
45
+ ob_start();
46
+ fwrite( $buffer, "#v1.0" . PHP_EOL );
47
+ fwrite( $buffer, "#ve1.1.0" . PHP_EOL );
48
+ $content = ob_get_clean();
49
+
50
+ return $content . parent::export_column_headers();
51
+ }
52
+
53
+ protected function fputcsv( $buffer, $export_row ) {
54
+ fputcsv( $buffer, $export_row, $this->get_delimiter(), "'", "\0" ); // @codingStandardsIgnoreLine
55
+ }
56
+ }
packages/one-stop-shop-woocommerce/src/Package.php CHANGED
@@ -14,7 +14,7 @@ class Package {
14
  *
15
  * @var string
16
  */
17
- const VERSION = '1.1.5';
18
 
19
  /**
20
  * Init the package
14
  *
15
  * @var string
16
  */
17
+ const VERSION = '1.1.6';
18
 
19
  /**
20
  * Init the package
packages/one-stop-shop-woocommerce/src/Queue.php CHANGED
@@ -128,7 +128,9 @@ class Queue {
128
  }
129
 
130
  public static function use_date_paid() {
131
- return apply_filters( 'oss_woocommerce_report_use_date_paid', true );
 
 
132
  }
133
 
134
  public static function get_order_statuses() {
@@ -158,6 +160,11 @@ class Queue {
158
  $where_date_sql = $wpdb->prepare( "{$wpdb->posts}.post_date >= '%s' AND {$wpdb->posts}.post_date <= '%s'", $args['start'], $args['end'] );
159
 
160
  if ( 'date_paid' === $args['date_field'] ) {
 
 
 
 
 
161
  /**
162
  * Use a max end date to limit potential query results in case date_paid meta field is used.
163
  * This way we will only register payments made max 2 month after the order created date.
@@ -176,7 +183,7 @@ class Queue {
176
  $args['start'],
177
  $max_end->format( 'Y-m-d' ),
178
  strtotime( $args['start'] ),
179
- strtotime( $args['end'] ),
180
  $args['start'],
181
  $args['end']
182
  );
128
  }
129
 
130
  public static function use_date_paid() {
131
+ $use_date_paid = 'date_paid' === get_option( 'oss_report_date_type', 'date_paid' );
132
+
133
+ return apply_filters( 'oss_woocommerce_report_use_date_paid', $use_date_paid );
134
  }
135
 
136
  public static function get_order_statuses() {
160
  $where_date_sql = $wpdb->prepare( "{$wpdb->posts}.post_date >= '%s' AND {$wpdb->posts}.post_date <= '%s'", $args['start'], $args['end'] );
161
 
162
  if ( 'date_paid' === $args['date_field'] ) {
163
+ /**
164
+ * Add one day to the end date to capture timestamps (including time data) in between
165
+ */
166
+ $end_adjusted = strtotime( $args['end'] ) + DAY_IN_SECONDS;
167
+
168
  /**
169
  * Use a max end date to limit potential query results in case date_paid meta field is used.
170
  * This way we will only register payments made max 2 month after the order created date.
183
  $args['start'],
184
  $max_end->format( 'Y-m-d' ),
185
  strtotime( $args['start'] ),
186
+ $end_adjusted,
187
  $args['start'],
188
  $args['end']
189
  );
packages/one-stop-shop-woocommerce/src/Settings.php CHANGED
@@ -62,6 +62,18 @@ class Settings {
62
  'type' => 'html',
63
  'html' => self::get_oss_switch_html(),
64
  ),
 
 
 
 
 
 
 
 
 
 
 
 
65
  ) );
66
 
67
  if ( Package::oss_procedure_is_enabled() && wc_prices_include_tax() ) {
62
  'type' => 'html',
63
  'html' => self::get_oss_switch_html(),
64
  ),
65
+
66
+ array(
67
+ 'title' => _x( 'Report Order Date', 'oss', 'woocommerce-germanized' ),
68
+ 'desc' => '<p class="oss-woocommerce-additional-desc wc-gzd-additional-desc">' . _x( 'Select the relevant order date to be used to determine whether to include an order in a report.', 'oss', 'woocommerce-germanized' ) . '</p>',
69
+ 'id' => 'oss_report_date_type',
70
+ 'type' => 'select',
71
+ 'default' => 'date_paid',
72
+ 'options' => array(
73
+ 'date_paid' => _x( 'Date paid', 'oss', 'woocommerce-germanized' ),
74
+ 'date_created' => _x( 'Date created', 'oss', 'woocommerce-germanized' )
75
+ ),
76
+ ),
77
  ) );
78
 
79
  if ( Package::oss_procedure_is_enabled() && wc_prices_include_tax() ) {
packages/one-stop-shop-woocommerce/src/Tax.php CHANGED
@@ -20,25 +20,40 @@ class Tax {
20
  add_filter( 'woocommerce_adjust_non_base_location_prices', array( __CLASS__, 'disable_location_price' ), 250 );
21
  add_filter( 'woocommerce_customer_taxable_address', array( __CLASS__, 'vat_exempt_taxable_address' ), 10 );
22
 
23
- add_action( 'woocommerce_before_calculate_totals', array( __CLASS__, 'invalidate_shipping_session' ) );
24
  }
25
  }
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  /**
28
  * As prices may change based on the customers address and VAT status (e.g. exempt)
29
  * it is necessary to make sure that shipping tax is recalculated too in case shipping costs include taxes.
30
  */
31
- public static function invalidate_shipping_session() {
32
  if ( apply_filters( 'oss_shipping_costs_include_taxes', false ) ) {
33
- if ( WC()->cart ) {
34
- $items = array_values( WC()->cart->get_cart() );
 
35
 
36
  /**
37
- * Make sure totals have already been calculated to prevent missing array key warnings
38
  * while calling WC_Cart::get_shipping_packages()
39
  */
40
- if ( sizeof( $items ) > 0 && isset( $items[0]['line_total'] ) ) {
41
- foreach( WC()->cart->get_shipping_packages() as $package_key => $package ) {
42
  $session_key = "shipping_for_package_{$package_key}";
43
 
44
  unset( WC()->session->$session_key );
@@ -667,6 +682,35 @@ class Tax {
667
  ) );
668
  }
669
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
670
  public static function get_eu_tax_rates() {
671
  /**
672
  * @see https://europa.eu/youreurope/business/taxation/vat/vat-rules-rates/index_en.htm
20
  add_filter( 'woocommerce_adjust_non_base_location_prices', array( __CLASS__, 'disable_location_price' ), 250 );
21
  add_filter( 'woocommerce_customer_taxable_address', array( __CLASS__, 'vat_exempt_taxable_address' ), 10 );
22
 
23
+ add_action( 'woocommerce_before_calculate_totals', array( __CLASS__, 'invalidate_shipping_session' ), 100 );
24
  }
25
  }
26
 
27
+ protected static function filter_cart_items_available_for_shipping( $item ) {
28
+ $product = $item['data'];
29
+
30
+ if ( $product && $product->needs_shipping() ) {
31
+ return true;
32
+ }
33
+
34
+ return false;
35
+ }
36
+
37
+ protected static function filter_cart_items_calculated_totals( $item ) {
38
+ return isset( $item['line_total'] );
39
+ }
40
+
41
  /**
42
  * As prices may change based on the customers address and VAT status (e.g. exempt)
43
  * it is necessary to make sure that shipping tax is recalculated too in case shipping costs include taxes.
44
  */
45
+ public static function invalidate_shipping_session( $cart ) {
46
  if ( apply_filters( 'oss_shipping_costs_include_taxes', false ) ) {
47
+ if ( $cart ) {
48
+ $items = array_values( array_filter( $cart->get_cart(), array( __CLASS__, 'filter_cart_items_available_for_shipping' ) ) );
49
+ $items_calculated = array_values( array_filter( $items, array( __CLASS__, 'filter_cart_items_calculated_totals' ) ) );
50
 
51
  /**
52
+ * Make sure totals have already been calculated (for all items) to prevent missing array key warnings
53
  * while calling WC_Cart::get_shipping_packages()
54
  */
55
+ if ( sizeof( $items ) > 0 && $items == $items_calculated ) {
56
+ foreach( $cart->get_shipping_packages() as $package_key => $package ) {
57
  $session_key = "shipping_for_package_{$package_key}";
58
 
59
  unset( WC()->session->$session_key );
682
  ) );
683
  }
684
 
685
+ public static function get_tax_type_by_country_rate( $rate_percentage, $country ) {
686
+ $country = strtoupper( $country );
687
+
688
+ /**
689
+ * Map northern ireland to GB
690
+ */
691
+ if ( 'XI' === $country ) {
692
+ $country = 'GB';
693
+ }
694
+
695
+ $eu_rates = self::get_eu_tax_rates();
696
+ $tax_type = 'standard';
697
+
698
+ if ( array_key_exists( $country, $eu_rates ) ) {
699
+ $rates = $eu_rates[ $country ];
700
+
701
+ foreach( $rates as $rate ) {
702
+ foreach( $rate as $tax_rate_type => $tax_rate_percent ) {
703
+ if ( ( is_array( $tax_rate_percent ) && in_array( $rate_percentage, $tax_rate_percent ) ) || $tax_rate_percent == $rate_percentage ) {
704
+ $tax_type = $tax_rate_type;
705
+ break;
706
+ }
707
+ }
708
+ }
709
+ }
710
+
711
+ return apply_filters( 'oss_country_rate_tax_type', $tax_type, $country, $rate_percentage );
712
+ }
713
+
714
  public static function get_eu_tax_rates() {
715
  /**
716
  * @see https://europa.eu/youreurope/business/taxation/vat/vat-rules-rates/index_en.htm
packages/woocommerce-germanized-dhl/assets/wsdl/geschaeftskundenversand-api-3.1.8-schema-bcs_base.xsd ADDED
@@ -0,0 +1,3573 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <schema xmlns="http://www.w3.org/2001/XMLSchema"
3
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
+ xmlns:bcs="http://dhl.de/webservices/businesscustomershipping/3.0"
5
+ xmlns:cis="http://dhl.de/webservice/cisbase"
6
+ targetNamespace="http://dhl.de/webservices/businesscustomershipping/3.0">
7
+ <import namespace="http://dhl.de/webservice/cisbase"
8
+ schemaLocation="geschaeftskundenversand-api-3.1.8-schema-cis_base.xsd"/>
9
+ <simpleType name="SequenceNumber">
10
+ <annotation>
11
+ <documentation>A sequence number defined by the (soap-) client. The
12
+ sequenceNumber is
13
+ returned by the webservice within the result of the
14
+ createShipment operation, so
15
+ that the client is able to assign the
16
+ shipment information of the response to the
17
+ shipment data of the
18
+ request.
19
+ </documentation>
20
+ </annotation>
21
+ <restriction base="xs:string">
22
+ <maxLength value="50"/>
23
+ </restriction>
24
+ </simpleType>
25
+ <!-- The response-type of the webservice GetVersion -->
26
+ <element name="GetVersionResponse">
27
+ <annotation>
28
+ <documentation>The version of the webservice and the version of the
29
+ software
30
+ build.
31
+ </documentation>
32
+ </annotation>
33
+ <complexType>
34
+ <sequence>
35
+ <element ref="bcs:Version">
36
+ <annotation>
37
+ <documentation>The version of the webservice implementation.
38
+ </documentation>
39
+ </annotation>
40
+ </element>
41
+ </sequence>
42
+ </complexType>
43
+ </element>
44
+ <element name="CreateShipmentOrderRequest">
45
+ <annotation>
46
+ <documentation>The shipmentdata for creating a shipment.
47
+ </documentation>
48
+ </annotation>
49
+ <complexType>
50
+ <sequence>
51
+ <element ref="bcs:Version">
52
+ <annotation>
53
+ <documentation>The version of the webservice implementation for
54
+ which the
55
+ requesting client is developed.
56
+ </documentation>
57
+ </annotation>
58
+ </element>
59
+ <element name="ShipmentOrder" type="bcs:ShipmentOrderType" maxOccurs="30">
60
+ <annotation>
61
+ <documentation>ShipmentOrder is the highest parent element that
62
+ contains all
63
+ data with respect to one shipment order.
64
+ </documentation>
65
+ </annotation>
66
+ </element>
67
+ <element name="labelResponseType" minOccurs="0">
68
+ <annotation>
69
+ <documentation>Dial to determine label ouput format. Must be
70
+ either 'URL' or
71
+ 'B64' = Base64encoded: it is possible to request
72
+ an URL for receiving
73
+ the label as PDF stream, or to request the
74
+ label as base64encoded binary
75
+ data directly. If not defined by
76
+ client, web service defaults to
77
+ 'URL'.
78
+ </documentation>
79
+ </annotation>
80
+ <simpleType>
81
+ <restriction base="xs:string">
82
+ <enumeration value="URL"/>
83
+ <enumeration value="B64"/>
84
+ <enumeration value="ZPL2"/>
85
+ </restriction>
86
+ </simpleType>
87
+ </element>
88
+ <element name="groupProfileName" minOccurs="0">
89
+ <annotation>
90
+ <documentation>The group profile you select defines the billing
91
+ numbers you can use for creating shipments. To define group
92
+ profiles please visit our business costumer portal.
93
+ </documentation>
94
+ </annotation>
95
+ <simpleType>
96
+ <restriction base="xs:string">
97
+ </restriction>
98
+ </simpleType>
99
+ </element>
100
+ <element name="labelFormat" minOccurs="0">
101
+ <annotation>
102
+ <documentation>In this optional section you can define the
103
+ following label formats:
104
+ A4: common label laser printing A4 plain
105
+ paper;
106
+ 910-300-700: common label laser printing 105 x 205 mm
107
+ (910-300-700);
108
+ 910-300-700-oz: common label laser printing 105 x
109
+ 205 mm
110
+ (910-300-700) without additional label;
111
+ 910-300-600: common
112
+ label thermal printing 103 x 199 (910-300-600,
113
+ 910-300-610);
114
+ 910-300-710: common label laser printing 105 x 208 mm
115
+ (910-300-710);
116
+ 100x70mm: 100x70mm (only for Warenpost);
117
+ </documentation>
118
+ </annotation>
119
+ <simpleType>
120
+ <restriction base="xs:string">
121
+ </restriction>
122
+ </simpleType>
123
+ </element>
124
+ <element name="labelFormatRetoure" minOccurs="0">
125
+ <annotation>
126
+ <documentation>In this optional section you can define the
127
+ following label formats:
128
+ A4: common label laser printing A4 plain
129
+ paper;
130
+ 910-300-700: common label laser printing 105 x 205 mm
131
+ (910-300-700);
132
+ 910-300-700-oz: common label laser printing 105 x
133
+ 205 mm
134
+ (910-300-700) without additional label;
135
+ 910-300-600: common
136
+ label thermal printing 103 x 199 (910-300-600,
137
+ 910-300-610);
138
+ 910-300-710: common label laser printing 105 x 208 mm
139
+ (910-300-710);
140
+ </documentation>
141
+ </annotation>
142
+ <simpleType>
143
+ <restriction base="xs:string">
144
+ </restriction>
145
+ </simpleType>
146
+ </element>
147
+ <element name="combinedPrinting" minOccurs="0">
148
+ <annotation>
149
+ <documentation>To get a single PDF for shipping and return label
150
+ select this option.
151
+ </documentation>
152
+ </annotation>
153
+ <simpleType>
154
+ <restriction base="xs:string">
155
+ </restriction>
156
+ </simpleType>
157
+ </element>
158
+ </sequence>
159
+ </complexType>
160
+ </element>
161
+ <element name="ValidateShipmentOrderRequest">
162
+ <annotation>
163
+ <documentation>The shipmentdata for validating a shipment.
164
+ </documentation>
165
+ </annotation>
166
+ <complexType>
167
+ <sequence>
168
+ <element ref="bcs:Version">
169
+ <annotation>
170
+ <documentation>The version of the webservice implementation for
171
+ which the
172
+ requesting client is developed.
173
+ </documentation>
174
+ </annotation>
175
+ </element>
176
+ <element name="ShipmentOrder" type="bcs:ValidateShipmentOrderType" maxOccurs="30">
177
+ <annotation>
178
+ <documentation>ShipmentOrder is the highest parent element that
179
+ contains all
180
+ data with respect to one shipment order.
181
+ </documentation>
182
+ </annotation>
183
+ </element>
184
+ </sequence>
185
+ </complexType>
186
+ </element>
187
+ <!-- The response-type of the webservice -->
188
+ <element name="CreateShipmentOrderResponse">
189
+ <annotation>
190
+ <documentation>The status of the operation and the shipment
191
+ identifier (if
192
+ available).
193
+ </documentation>
194
+ </annotation>
195
+ <complexType>
196
+ <sequence>
197
+ <element ref="bcs:Version">
198
+ <annotation>
199
+ <documentation>The version of the webservice implementation.
200
+ </documentation>
201
+ </annotation>
202
+ </element>
203
+ <element name="Status" type="bcs:Statusinformation">
204
+ <annotation>
205
+ <documentation>Success status after processing the overall
206
+ request.
207
+ </documentation>
208
+ </annotation>
209
+ </element>
210
+ <element name="CreationState" type="bcs:CreationState" minOccurs="0" maxOccurs="30">
211
+ <annotation>
212
+ <documentation>The operation's success status for every single
213
+ ShipmentOrder
214
+ will be returned by one CreationState element. It is
215
+ identifiable via
216
+ SequenceNumber.
217
+ </documentation>
218
+ </annotation>
219
+ </element>
220
+ </sequence>
221
+ </complexType>
222
+ </element>
223
+ <element name="ValidateShipmentResponse">
224
+ <annotation>
225
+ <documentation>The status of the operation and the shipment
226
+ identifier (if
227
+ available).
228
+ </documentation>
229
+ </annotation>
230
+ <complexType>
231
+ <sequence>
232
+ <element ref="bcs:Version">
233
+ <annotation>
234
+ <documentation>The version of the webservice implementation.
235
+ </documentation>
236
+ </annotation>
237
+ </element>
238
+ <element name="Status" type="bcs:Statusinformation">
239
+ <annotation>
240
+ <documentation>Success status after processing the overall
241
+ request.
242
+ </documentation>
243
+ </annotation>
244
+ </element>
245
+ <element name="ValidationState" type="bcs:ValidationState" minOccurs="0" maxOccurs="30">
246
+ <annotation>
247
+ <documentation>The operation's success status for every single
248
+ ShipmentOrder
249
+ will be returned by one CreationState element. It is
250
+ identifiable via
251
+ SequenceNumber.
252
+ </documentation>
253
+ </annotation>
254
+ </element>
255
+ </sequence>
256
+ </complexType>
257
+ </element>
258
+ <element name="GetLabelRequest">
259
+ <annotation>
260
+ <documentation>The identifier for the shipment for which the label
261
+ url is
262
+ requested.
263
+ </documentation>
264
+ </annotation>
265
+ <complexType>
266
+ <sequence>
267
+ <element ref="bcs:Version">
268
+ <annotation>
269
+ <documentation>The version of the webservice implementation for
270
+ which the
271
+ requesting client is developed.
272
+ </documentation>
273
+ </annotation>
274
+ </element>
275
+ <element ref="cis:shipmentNumber" maxOccurs="30"/>
276
+ <element name="labelResponseType" minOccurs="0">
277
+ <annotation>
278
+ <documentation>Dial to determine label ouput format. Must be
279
+ either 'URL' or
280
+ 'B64' = Base64encoded: it is possible to request
281
+ an URL for receiving
282
+ the label as PDF stream, or to request the
283
+ label as base64encoded binary
284
+ data directly. If not defined by
285
+ client, web service defaults to
286
+ 'URL'.
287
+ </documentation>
288
+ </annotation>
289
+ <simpleType>
290
+ <restriction base="xs:string">
291
+ <enumeration value="URL"/>
292
+ <enumeration value="B64"/>
293
+ <enumeration value="ZPL2"/>
294
+ </restriction>
295
+ </simpleType>
296
+ </element>
297
+ <element name="groupProfileName" minOccurs="0">
298
+ <annotation>
299
+ <documentation>The group profile you select defines the billing
300
+ numbers you can use for creating shipments. To define group
301
+ profiles please visit our business costumer portal.
302
+ The group
303
+ profile defines the shipments you can get documents for.
304
+ The
305
+ shipment needs to have an account/billing number allocated to
306
+ the
307
+ group profile. To define group profiles please visit our
308
+ business
309
+ costumer portal.
310
+ </documentation>
311
+ </annotation>
312
+ <simpleType>
313
+ <restriction base="xs:string">
314
+ </restriction>
315
+ </simpleType>
316
+ </element>
317
+ <element name="labelFormat" minOccurs="0">
318
+ <annotation>
319
+ <documentation>In this optional section you can define the
320
+ following label formats:
321
+ A4: common label laser printing A4 plain
322
+ paper
323
+ 910-300-700: common label laser printing 105 x 205 mm
324
+ (910-300-700);
325
+ 910-300-700-oz: common label laser printing 105 x
326
+ 205 mm
327
+ (910-300-700) without additional label;
328
+ 910-300-600: common
329
+ label thermal printing 103 x 199 (910-300-600,
330
+ 910-300-610);
331
+ 910-300-710: common label laser printing 105 x 208 mm
332
+ (910-300-710);
333
+ 100x70mm: 100x70mm (only for Warenpost);
334
+ </documentation>
335
+ </annotation>
336
+ <simpleType>
337
+ <restriction base="xs:string">
338
+ </restriction>
339
+ </simpleType>
340
+ </element>
341
+ <element name="labelFormatRetoure" minOccurs="0">
342
+ <annotation>
343
+ <documentation>In this optional section you can define the
344
+ following label formats:
345
+ A4: common label laser printing A4 plain
346
+ paper;
347
+ 910-300-700: common label laser printing 105 x 205 mm
348
+ (910-300-700);
349
+ 910-300-700-oz: common label laser printing 105 x
350
+ 205 mm
351
+ (910-300-700) without additional label;
352
+ 910-300-600: common
353
+ label thermal printing 103 x 199 (910-300-600,
354
+ 910-300-610);
355
+ 910-300-710: common label laser printing 105 x 208 mm
356
+ (910-300-710);
357
+ </documentation>
358
+ </annotation>
359
+ <simpleType>
360
+ <restriction base="xs:string">
361
+ </restriction>
362
+ </simpleType>
363
+ </element>
364
+ <element name="combinedPrinting" minOccurs="0">
365
+ <annotation>
366
+ <documentation>To get a single PDF for shipping and return label
367
+ select this option.
368
+ </documentation>
369
+ </annotation>
370
+ <simpleType>
371
+ <restriction base="xs:string">
372
+ </restriction>
373
+ </simpleType>
374
+ </element>
375
+ </sequence>
376
+ </complexType>
377
+ </element>
378
+ <!-- The response-type of the webservice -->
379
+ <element name="GetLabelResponse">
380
+ <annotation>
381
+ <documentation>The status of the operation and requested urls for
382
+ getting the
383
+ label.
384
+ </documentation>
385
+ </annotation>
386
+ <complexType>
387
+ <sequence>
388
+ <element ref="bcs:Version">
389
+ <annotation>
390
+ <documentation>The version of the webservice implementation.
391
+ </documentation>
392
+ </annotation>
393
+ </element>
394
+ <element name="Status" type="bcs:Statusinformation">
395
+ <annotation>
396
+ <documentation>Success status after processing the overall
397
+ request.
398
+ </documentation>
399
+ </annotation>
400
+ </element>
401
+ <element name="LabelData" type="bcs:LabelData" minOccurs="0" maxOccurs="30">
402
+ <annotation>
403
+ <documentation>For every ShipmentNumber requested, one LabelData
404
+ node is
405
+ returned that contains the status of the label retrieval
406
+ operation and
407
+ the URL for the label (if available).
408
+ </documentation>
409
+ </annotation>
410
+ </element>
411
+ </sequence>
412
+ </complexType>
413
+ </element>
414
+ <element name="DoManifestRequest">
415
+ <annotation>
416
+ <documentation>Manifests one ore more shipments.</documentation>
417
+ </annotation>
418
+ <complexType>
419
+ <sequence>
420
+ <element ref="bcs:Version">
421
+ <annotation>
422
+ <documentation>The version of the webservice implementation for
423
+ which the
424
+ requesting client is developed.
425
+ </documentation>
426
+ </annotation>
427
+ </element>
428
+ <choice>
429
+ <element ref="cis:shipmentNumber" maxOccurs="50">
430
+ <annotation>
431
+ <documentation>Identifiers of the shipments that should be
432
+ manifested. The shipment number is read
433
+ from
434
+ ShipmentNumberType-&gt;shipmentNumber
435
+ </documentation>
436
+ </annotation>
437
+ </element>
438
+ <element name="allShipments">
439
+ <annotation>
440
+ <documentation>Presence of this element signals that all
441
+ available shipments should be manifested.
442
+ </documentation>
443
+ </annotation>
444
+ </element>
445
+ </choice>
446
+ </sequence>
447
+ </complexType>
448
+ </element>
449
+ <element name="DoManifestResponse">
450
+ <annotation>
451
+ <documentation>The status of the operation</documentation>
452
+ </annotation>
453
+ <complexType>
454
+ <sequence>
455
+ <element ref="bcs:Version">
456
+ <annotation>
457
+ <documentation> The version of the webservice implementation.
458
+ </documentation>
459
+ </annotation>
460
+ </element>
461
+ <element name="Status" type="bcs:Statusinformation">
462
+ <annotation>
463
+ <documentation>Status of the request (value of zero means, the
464
+ request was
465
+ processed without error; value greater than zero
466
+ indicates that an error
467
+ occurred).
468
+ </documentation>
469
+ </annotation>
470
+ </element>
471
+ <element name="ManifestState" type="bcs:ManifestState" minOccurs="0" maxOccurs="30">
472
+ <annotation>
473
+ <documentation>The status of the operation for the corresponding
474
+ shipment.
475
+ </documentation>
476
+ </annotation>
477
+ </element>
478
+ </sequence>
479
+ </complexType>
480
+ </element>
481
+ <element name="DeleteShipmentOrderRequest">
482
+ <annotation>
483
+ <documentation> The identifier for the shipment which should be
484
+ deleted.
485
+ </documentation>
486
+ </annotation>
487
+ <complexType>
488
+ <sequence>
489
+ <element ref="bcs:Version">
490
+ <annotation>
491
+ <documentation> The version of the webservice implementation for
492
+ which the
493
+ requesting client is developed.
494
+ </documentation>
495
+ </annotation>
496
+ </element>
497
+ <element ref="cis:shipmentNumber" maxOccurs="30">
498
+ <annotation>
499
+ <documentation> In order to delete previously created DD shipment
500
+ orders,
501
+ ShipmentNumber. ShipmentNumber is required. This parent
502
+ element inherits
503
+ from ShipmentNumberType, therefore all following
504
+ subelements are valid
505
+ according to schema, however the web service
506
+ accepts shipmentNumber
507
+ only. Note: you can delete more than one
508
+ shipment by passing multiple
509
+ ShipmentNumber containers.
510
+ </documentation>
511
+ </annotation>
512
+ </element>
513
+ </sequence>
514
+ </complexType>
515
+ </element>
516
+ <element name="DeleteShipmentOrderResponse">
517
+ <annotation>
518
+ <documentation>The status of the operation.</documentation>
519
+ </annotation>
520
+ <complexType>
521
+ <sequence>
522
+ <element ref="bcs:Version">
523
+ <annotation>
524
+ <documentation>The version of the webservice implementation.
525
+ </documentation>
526
+ </annotation>
527
+ </element>
528
+ <element name="Status" type="bcs:Statusinformation">
529
+ <annotation>
530
+ <documentation>Success status after processing the overall
531
+ request.
532
+ </documentation>
533
+ </annotation>
534
+ </element>
535
+ <element name="DeletionState" type="bcs:DeletionState" minOccurs="0" maxOccurs="30">
536
+ <annotation>
537
+ <documentation> For every ShipmentNumber requested, one
538
+ DeletionState node
539
+ is returned that contains the status of the
540
+ respective deletion
541
+ operation.
542
+ </documentation>
543
+ </annotation>
544
+ </element>
545
+ </sequence>
546
+ </complexType>
547
+ </element>
548
+ <element name="GetExportDocRequest">
549
+ <annotation>
550
+ <documentation> The identifier for the shipment for which the export
551
+ document url is
552
+ requested.
553
+ </documentation>
554
+ </annotation>
555
+ <complexType>
556
+ <sequence>
557
+ <element ref="bcs:Version">
558
+ <annotation>
559
+ <documentation>The version of the webservice implementation for
560
+ which the
561
+ requesting client is developed.
562
+ </documentation>
563
+ </annotation>
564
+ </element>
565
+ <element ref="cis:shipmentNumber" maxOccurs="30">
566
+ <annotation>
567
+ <documentation>To request export documents, ShipmentNumber.
568
+ ShipmentNumber
569
+ is required. This parent element inherits from
570
+ ShipmentNumberType,
571
+ therefore all following subelements are valid
572
+ according to schema,
573
+ however the web service accepts
574
+ shipmentNumber only.
575
+ </documentation>
576
+ </annotation>
577
+ </element>
578
+ <element name="exportDocResponseType" minOccurs="0">
579
+ <annotation>
580
+ <documentation>Dial to determine label ouput format. Must be
581
+ either 'URL' or
582
+ 'B64' = Base64encoded: it is possible to request
583
+ an URL for receiving
584
+ the label as PDF stream, or to request the
585
+ label as base64encoded binary
586
+ data directly. If not defined by
587
+ client, web service defaults to
588
+ 'URL'.
589
+ </documentation>
590
+ </annotation>
591
+ <simpleType>
592
+ <restriction base="xs:string">
593
+ <enumeration value="URL"/>
594
+ <enumeration value="B64"/>
595
+ <enumeration value="ZPL2"/>
596
+ </restriction>
597
+ </simpleType>
598
+ </element>
599
+ <element name="groupProfileName" minOccurs="0">
600
+ <annotation>
601
+ <documentation>The group profile you select defines the billing
602
+ numbers you can use for creating shipments. To define group
603
+ profiles please visit our business costumer portal.
604
+ The group
605
+ profile defines the shipments you can get documents for.
606
+ The
607
+ shipment needs to have an account/billing number allocated to
608
+ the
609
+ group profile. To define group profiles please visit our
610
+ business
611
+ costumer portal.
612
+ </documentation>
613
+ </annotation>
614
+ <simpleType>
615
+ <restriction base="xs:string">
616
+ </restriction>
617
+ </simpleType>
618
+ </element>
619
+ <element name="combinedPrinting" minOccurs="0">
620
+ <simpleType>
621
+ <restriction base="xs:string">
622
+ </restriction>
623
+ </simpleType>
624
+ </element>
625
+ </sequence>
626
+ </complexType>
627
+ </element>
628
+ <!-- The response-type of the webservice -->
629
+ <element name="GetExportDocResponse">
630
+ <annotation>
631
+ <documentation>The status of the operation and requested export
632
+ document.
633
+ </documentation>
634
+ </annotation>
635
+ <complexType>
636
+ <sequence>
637
+ <element ref="bcs:Version">
638
+ <annotation>
639
+ <documentation>The version of the webservice implementation.
640
+ </documentation>
641
+ </annotation>
642
+ </element>
643
+ <element name="Status" type="bcs:Statusinformation">
644
+ <annotation>
645
+ <documentation>Status of the request (value of zero means, the
646
+ request was
647
+ processed without error; value greater than zero
648
+ indicates that an error
649
+ occurred).
650
+ </documentation>
651
+ </annotation>
652
+ </element>
653
+ <element name="ExportDocData" type="bcs:ExportDocData" minOccurs="0" maxOccurs="30">
654
+ <annotation>
655
+ <documentation>Contains the result of the document processing: in
656
+ case of no
657
+ errors, a base64 encoded PDF is contained; also, the
658
+ status of this
659
+ particular document generation and the passed
660
+ shipment number are
661
+ returned.
662
+ </documentation>
663
+ </annotation>
664
+ </element>
665
+ </sequence>
666
+ </complexType>
667
+ </element>
668
+ <element name="GetManifestRequest">
669
+ <annotation>
670
+ <documentation>The request data for the manifest document
671
+ </documentation>
672
+ </annotation>
673
+ <complexType>
674
+ <sequence>
675
+ <element ref="bcs:Version">
676
+ <annotation>
677
+ <documentation>The version of the webservice implementation for
678
+ which the
679
+ requesting client is developed.
680
+ </documentation>
681
+ </annotation>
682
+ </element>
683
+ <element name="manifestDate" type="xs:string">
684
+ <annotation>
685
+ <documentation>Date in format yyyy-mm-dd</documentation>
686
+ </annotation>
687
+ </element>
688
+ </sequence>
689
+ </complexType>
690
+ </element>
691
+ <!-- The response-type of the webservice -->
692
+ <element name="GetManifestResponse">
693
+ <annotation>
694
+ <documentation>The status of the operation and requested export
695
+ document.
696
+ </documentation>
697
+ </annotation>
698
+ <complexType>
699
+ <sequence>
700
+ <element ref="bcs:Version">
701
+ <annotation>
702
+ <documentation>The version of the webservice implementation.
703
+ </documentation>
704
+ </annotation>
705
+ </element>
706
+ <element name="Status" type="bcs:Statusinformation">
707
+ <annotation>
708
+ <documentation>Status of the request (value of zero means, the
709
+ request was
710
+ processed without error; value greater than zero
711
+ indicates that an error
712
+ occurred).
713
+ </documentation>
714
+ </annotation>
715
+ </element>
716
+ <element name="manifestData" type="xs:base64Binary" minOccurs="0">
717
+ <annotation>
718
+ <documentation>The Base64 encoded pdf data for receiving the
719
+ manifest.
720
+ </documentation>
721
+ </annotation>
722
+ </element>
723
+ </sequence>
724
+ </complexType>
725
+ </element>
726
+ <element name="UpdateShipmentOrderRequest">
727
+ <annotation>
728
+ <documentation>The shipmentdata for creating a shipment.
729
+ </documentation>
730
+ </annotation>
731
+ <complexType>
732
+ <sequence>
733
+ <element ref="bcs:Version">
734
+ <annotation>
735
+ <documentation>The version of the webservice implementation for
736
+ which the
737
+ requesting client is developed.
738
+ </documentation>
739
+ </annotation>
740
+ </element>
741
+ <element ref="cis:shipmentNumber" minOccurs="1" maxOccurs="1">
742
+ <annotation>
743
+ <documentation>The ShipmentNumber of the shipment, which sould be
744
+ updated.
745
+ ShipmentNumber is required. This parent element inherits
746
+ from
747
+ ShipmentNumberType, therefore all following subelements are
748
+ valid
749
+ according to schema, however the web service accepts
750
+ shipmentNumber
751
+ only.
752
+ </documentation>
753
+ </annotation>
754
+ </element>
755
+ <element name="ShipmentOrder" type="bcs:ShipmentOrderType">
756
+ <annotation>
757
+ <documentation>ShipmentOrder contains an update of all data of the
758
+ selected
759
+ shipment order.
760
+ </documentation>
761
+ </annotation>
762
+ </element>
763
+ <element name="labelResponseType" minOccurs="0">
764
+ <annotation>
765
+ <documentation>Dial to determine label ouput format. Must be
766
+ either 'URL' or
767
+ 'B64' = Base64encoded: it is possible to request
768
+ an URL for receiving
769
+ the label as PDF stream, or to request the
770
+ label as base64encoded binary
771
+ data directly. If not defined by
772
+ client, web service defaults to
773
+ 'URL'.
774
+ </documentation>
775
+ </annotation>
776
+ <simpleType>
777
+ <restriction base="xs:string">
778
+ <enumeration value="URL"/>
779
+ <enumeration value="B64"/>
780
+ <enumeration value="ZPL2"/>
781
+ </restriction>
782
+ </simpleType>
783
+ </element>
784
+ <element name="groupProfileName" minOccurs="0">
785
+ <annotation>
786
+ <documentation>The group profile you select defines the billing
787
+ numbers you can use for creating shipments. To define group
788
+ profiles please visit our business costumer portal.
789
+ </documentation>
790
+ </annotation>
791
+ <simpleType>
792
+ <restriction base="xs:string">
793
+ </restriction>
794
+ </simpleType>
795
+ </element>
796
+ <element name="labelFormat" minOccurs="0">
797
+ <annotation>
798
+ <documentation>In this optional section you can define the
799
+ following label formats:
800
+ A4: common label laser printing A4 plain
801
+ paper;
802
+ 910-300-700: common label laser printing 105 x 205 mm
803
+ (910-300-700);
804
+ 910-300-700-oz: common label laser printing 105 x
805
+ 205 mm
806
+ (910-300-700) without additional label;
807
+ 910-300-600: common
808
+ label thermal printing 103 x 199 (910-300-600,
809
+ 910-300-610);
810
+ 910-300-710: common label laser printing 105 x 208 mm
811
+ (910-300-710);
812
+ 100x70mm: 100x70mm (only for Warenpost);
813
+ </documentation>
814
+ </annotation>
815
+ <simpleType>
816
+ <restriction base="xs:string">
817
+ </restriction>
818
+ </simpleType>
819
+ </element>
820
+ <element name="labelFormatRetoure" minOccurs="0">
821
+ <annotation>
822
+ <documentation>In this optional section you can define the
823
+ following label formats:
824
+ A4: common label laser printing A4 plain
825
+ paper;
826
+ 910-300-700: common label laser printing 105 x 205 mm
827
+ (910-300-700);
828
+ 910-300-700-oz: common label laser printing 105 x
829
+ 205 mm
830
+ (910-300-700) without additional label;
831
+ 910-300-600: common
832
+ label thermal printing 103 x 199 (910-300-600,
833
+ 910-300-610);
834
+ 910-300-710: common label laser printing 105 x 208 mm
835
+ (910-300-710);
836
+ </documentation>
837
+ </annotation>
838
+ <simpleType>
839
+ <restriction base="xs:string">
840
+ </restriction>
841
+ </simpleType>
842
+ </element>
843
+ <element name="combinedPrinting" minOccurs="0">
844
+ <annotation>
845
+ <documentation>To get a single PDF for shipping and return label
846
+ select this option.
847
+ </documentation>
848
+ </annotation>
849
+ <simpleType>
850
+ <restriction base="xs:string">
851
+ </restriction>
852
+ </simpleType>
853
+ </element>
854
+ </sequence>
855
+ </complexType>
856
+ </element>
857
+ <!-- The response-type of the webservice -->
858
+ <element name="UpdateShipmentOrderResponse">
859
+ <annotation>
860
+ <documentation>The status of the operation and the shipment
861
+ identifier (if
862
+ available).
863
+ </documentation>
864
+ </annotation>
865
+ <complexType>
866
+ <sequence>
867
+ <element ref="bcs:Version">
868
+ <annotation>
869
+ <documentation>The version of the webservice implementation.
870
+ </documentation>
871
+ </annotation>
872
+ </element>
873
+ <element name="Status" type="bcs:Statusinformation">
874
+ <annotation>
875
+ <documentation>Success status after processing the overall
876
+ request.
877
+ </documentation>
878
+ </annotation>
879
+ </element>
880
+ <element name="shipmentNumber" minOccurs="0" maxOccurs="1">
881
+ <annotation>
882
+ <documentation>Can contain any DHL shipmentnumber. For successful
883
+ and unsuccessful operations, the requested
884
+ ShipmentNumber to be
885
+ deleted is returned. This is no matter if the operation
886
+ could be
887
+ performed or not.
888
+ </documentation>
889
+ </annotation>
890
+ <xs:simpleType>
891
+ <xs:restriction base="xs:string">
892
+ <xs:maxLength value="39"/>
893
+ </xs:restriction>
894
+ </xs:simpleType>
895
+ </element>
896
+ <element name="returnShipmentNumber" minOccurs="0" maxOccurs="1">
897
+ <annotation>
898
+ <documentation>Can contain any DHL shipmentnumber. For successful
899
+ and unsuccessful operations, the requested
900
+ ShipmentNumber to be
901
+ deleted is returned. This is no matter if the operation
902
+ could be
903
+ performed or not.
904
+ </documentation>
905
+ </annotation>
906
+ <xs:simpleType>
907
+ <xs:restriction base="xs:string">
908
+ <xs:maxLength value="39"/>
909
+ </xs:restriction>
910
+ </xs:simpleType>
911
+ </element>
912
+ <element name="LabelData" type="bcs:LabelData" minOccurs="0" maxOccurs="1">
913
+ <annotation>
914
+ <documentation>The operation's success status for every single
915
+ ShipmentOrder
916
+ will be returned by one UpdateState element. It is
917
+ identifiable via
918
+ ShipmentNumber.
919
+ </documentation>
920
+ </annotation>
921
+ </element>
922
+ </sequence>
923
+ </complexType>
924
+ </element>
925
+ <complexType name="CreationState">
926
+ <annotation>
927
+ <documentation>The operation's success status for every single
928
+ ShipmentOrder will be
929
+ returned by one CreationState element. It is
930
+ identifiable via SequenceNumber.
931
+ </documentation>
932
+ </annotation>
933
+ <sequence>
934
+ <element name="sequenceNumber" type="bcs:SequenceNumber">
935
+ <annotation>
936
+ <documentation>Identifier for ShipmentOrder set by client
937
+ application in
938
+ CreateShipment request. The defined value is looped
939
+ through and returned
940
+ unchanged by the web service within the
941
+ response of createShipment. The
942
+ client can therefore assign the
943
+ status information of the response to the
944
+ correct ShipmentOrder of
945
+ the request.
946
+ </documentation>
947
+ </annotation>
948
+ </element>
949
+ <element name="shipmentNumber" minOccurs="0" maxOccurs="1">
950
+ <annotation>
951
+ <documentation>Can contain any DHL shipmentnumber. For successful
952
+ and unsuccessful operations, the requested
953
+ ShipmentNumber to be
954
+ deleted is returned. This is no matter if the operation
955
+ could be
956
+ performed or not.
957
+ </documentation>
958
+ </annotation>
959
+ <xs:simpleType>
960
+ <xs:restriction base="xs:string">
961
+ <xs:maxLength value="39"/>
962
+ </xs:restriction>
963
+ </xs:simpleType>
964
+ </element>
965
+ <element name="returnShipmentNumber" minOccurs="0" maxOccurs="1">
966
+ <annotation>
967
+ <documentation>Can contain any DHL shipmentnumber. For successful
968
+ and unsuccessful operations, the requested
969
+ ShipmentNumber to be
970
+ deleted is returned. This is no matter if the operation
971
+ could be
972
+ performed or not.
973
+ </documentation>
974
+ </annotation>
975
+ <xs:simpleType>
976
+ <xs:restriction base="xs:string">
977
+ <xs:maxLength value="39"/>
978
+ </xs:restriction>
979
+ </xs:simpleType>
980
+ </element>
981
+ <element name="LabelData" type="bcs:LabelData">
982
+ <annotation>
983
+ <documentation>For successful operations, a shipment number is
984
+ created and
985
+ returned. Depending on the invoked product.
986
+ </documentation>
987
+ </annotation>
988
+ </element>
989
+ </sequence>
990
+ </complexType>
991
+ <complexType name="ValidationState">
992
+ <annotation>
993
+ <documentation>The operation's success status for every single
994
+ ShipmentOrder will be
995
+ returned by one CreationState element. It is
996
+ identifiable via SequenceNumber.
997
+ </documentation>
998
+ </annotation>
999
+ <sequence>
1000
+ <element name="sequenceNumber" type="bcs:SequenceNumber" minOccurs="1" maxOccurs="1">
1001
+ <annotation>
1002
+ <documentation>Identifier for ShipmentOrder set by client
1003
+ application in
1004
+ CreateShipment request. The defined value is looped
1005
+ through and returned
1006
+ unchanged by the web service within the
1007
+ response of createShipment. The
1008
+ client can therefore assign the
1009
+ status information of the response to the
1010
+ correct ShipmentOrder of
1011
+ the request.
1012
+ </documentation>
1013
+ </annotation>
1014
+ </element>
1015
+ <element name="Status" type="bcs:Statusinformation" minOccurs="1" maxOccurs="1">
1016
+ <annotation>
1017
+ <documentation> Success status of processing a particular shipment.
1018
+ </documentation>
1019
+ </annotation>
1020
+ </element>
1021
+ </sequence>
1022
+ </complexType>
1023
+ <complexType name="Statusinformation">
1024
+ <annotation>
1025
+ <documentation>The status information used in different situations.
1026
+ </documentation>
1027
+ </annotation>
1028
+ <sequence>
1029
+ <element name="statusCode" type="xs:integer">
1030
+ <annotation>
1031
+ <documentation>Overall status of the entire request: A value of
1032
+ zero means, the
1033
+ request was processed without error. A value
1034
+ greater than zero indicates
1035
+ that an error occurred. The detailed
1036
+ mapping and explanation of returned
1037
+ status codes is contained in
1038
+ the list.
1039
+ </documentation>
1040
+ </annotation>
1041
+ </element>
1042
+ <element name="statusText" type="xs:string" minOccurs="1" maxOccurs="1">
1043
+ <annotation>
1044
+ <documentation>Explanation of the statuscode and potential errors.
1045
+ </documentation>
1046
+ </annotation>
1047
+ </element>
1048
+ <element name="statusMessage" type="xs:string" minOccurs="0" maxOccurs="30">
1049
+ <annotation>
1050
+ <documentation>Explanation of the statuscode and potential errors.
1051
+ </documentation>
1052
+ </annotation>
1053
+ </element>
1054
+ </sequence>
1055
+ </complexType>
1056
+ <complexType name="PieceInformation">
1057
+ <annotation>
1058
+ <documentation>Information about each piece (e.g. the generated
1059
+ licence plate). For
1060
+ every piece, a PieceInformation container holds
1061
+ the license plate
1062
+ number.
1063
+ </documentation>
1064
+ </annotation>
1065
+ <sequence>
1066
+ <element name="PieceNumber" type="cis:ShipmentNumberType" minOccurs="0">
1067
+ <annotation>
1068
+ <documentation>For every piece a piece number is created that is of
1069
+ one of the
1070
+ following types (mostly licensePlate).
1071
+ </documentation>
1072
+ </annotation>
1073
+ </element>
1074
+ </sequence>
1075
+ </complexType>
1076
+ <complexType name="ShipmentOrderType">
1077
+ <annotation>
1078
+ <documentation>Data for the creation of a shipment. </documentation>
1079
+ </annotation>
1080
+ <sequence>
1081
+ <element name="sequenceNumber" type="bcs:SequenceNumber">
1082
+ <annotation>
1083
+ <documentation>Free field to to tag multiple shipment orders
1084
+ individually by
1085
+ client. Essential for later mapping of response
1086
+ data returned by webservice
1087
+ upon createShipment operation. Allows
1088
+ client to assign the shipment
1089
+ information of the response to the
1090
+ correct shipment order of the
1091
+ request.
1092
+ </documentation>
1093
+ </annotation>
1094
+ </element>
1095
+ <element name="Shipment">
1096
+ <annotation>
1097
+ <documentation>Is the core element of a ShipmentOrder. It contains
1098
+ all relevant
1099
+ information of the shipment.
1100
+ </documentation>
1101
+ </annotation>
1102
+ <complexType>
1103
+ <sequence>
1104
+ <element name="ShipmentDetails" type="bcs:ShipmentDetailsTypeType">
1105
+ <annotation>
1106
+ <documentation>Contains the information of the shipment product
1107
+ code, weight and size characteristics and services to be used.
1108
+ </documentation>
1109
+ </annotation>
1110
+ </element>
1111
+ <choice>
1112
+ <element name="Shipper" type="bcs:ShipperType">
1113
+ <annotation>
1114
+ <documentation>Contains relevant information about the
1115
+ Shipper.
1116
+ </documentation>
1117
+ </annotation>
1118
+ </element>
1119
+ <element name="ShipperReference" type="bcs:ShipperReferenceType">
1120
+ <annotation>
1121
+ <documentation>Contains a reference to the Shipper data
1122
+ configured in GKP.
1123
+ </documentation>
1124
+ </annotation>
1125
+ </element>
1126
+ </choice>
1127
+ <element name="Receiver" type="bcs:ReceiverType">
1128
+ <annotation>
1129
+ <documentation>Contains relevant information about
1130
+ Receiver.
1131
+ </documentation>
1132
+ </annotation>
1133
+ </element>
1134
+ <element name="ReturnReceiver" type="bcs:ShipperType" minOccurs="0">
1135
+ <annotation>
1136
+ <documentation>To be used if a return label address shall be
1137
+ generated.
1138
+ </documentation>
1139
+ </annotation>
1140
+ </element>
1141
+ <element name="ExportDocument" type="bcs:ExportDocumentType" minOccurs="0">
1142
+ <annotation>
1143
+ <documentation>For international shipments. This section
1144
+ contains information about the exported goods relevant for
1145
+ customs. For international shipments: commercial invoice and
1146
+ customs declaration (CN23) have to be attached to the shipment.
1147
+ Data relevant for customs also has to be transferred as
1148
+ electronically.
1149
+ </documentation>
1150
+ </annotation>
1151
+ </element>
1152
+ <element name="feederSystem" minOccurs="0">
1153
+ <annotation>
1154
+ <documentation>Is only to be indicated by DHL partners
1155
+ </documentation>
1156
+ </annotation>
1157
+ <simpleType>
1158
+ <restriction base="xs:string">
1159
+ </restriction>
1160
+ </simpleType>
1161
+ </element>
1162
+ </sequence>
1163
+ </complexType>
1164
+ </element>
1165
+ <element name="PrintOnlyIfCodeable" type="bcs:Serviceconfiguration" minOccurs="0">
1166
+ <annotation>
1167
+ <documentation>If set to true (=1), the label will be only be
1168
+ printable, if the
1169
+ receiver address is valid.
1170
+ </documentation>
1171
+ </annotation>
1172
+ </element>
1173
+ </sequence>
1174
+ </complexType>
1175
+ <complexType name="ValidateShipmentOrderType">
1176
+ <annotation>
1177
+ <documentation>Data for the creation of a shipment. </documentation>
1178
+ </annotation>
1179
+ <sequence>
1180
+ <element name="sequenceNumber" type="bcs:SequenceNumber">
1181
+ <annotation>
1182
+ <documentation>Free field to to tag multiple shipment orders
1183
+ individually by
1184
+ client. Essential for later mapping of response
1185
+ data returned by webservice
1186
+ upon createShipment operation. Allows
1187
+ client to assign the shipment
1188
+ information of the response to the
1189
+ correct shipment order of the
1190
+ request.
1191
+ </documentation>
1192
+ </annotation>
1193
+ </element>
1194
+ <element name="Shipment">
1195
+ <annotation>
1196
+ <documentation>Is the core element of a ShipmentOrder. It contains
1197
+ all relevant
1198
+ information of the shipment.
1199
+ </documentation>
1200
+ </annotation>
1201
+ <complexType>
1202
+ <sequence>
1203
+ <element name="ShipmentDetails" type="bcs:ShipmentDetailsTypeType">
1204
+ <annotation>
1205
+ <documentation>Contains the information of the shipment product
1206
+ code, weight and size characteristics and services to be used.
1207
+ </documentation>
1208
+ </annotation>
1209
+ </element>
1210
+ <element name="Shipper" type="bcs:ShipperType">
1211
+ <annotation>
1212
+ <documentation>Contains relevant information about the
1213
+ Shipper.
1214
+ </documentation>
1215
+ </annotation>
1216
+ </element>
1217
+ <element name="Receiver" type="bcs:ReceiverType">
1218
+ <annotation>
1219
+ <documentation>Contains relevant information about
1220
+ Receiver.
1221
+ </documentation>
1222
+ </annotation>
1223
+ </element>
1224
+ <element name="ReturnReceiver" type="bcs:ShipperType" minOccurs="0">
1225
+ <annotation>
1226
+ <documentation>To be used if a return label address shall be
1227
+ generated.
1228
+ </documentation>
1229
+ </annotation>
1230
+ </element>
1231
+ <element name="ExportDocument" type="bcs:ExportDocumentType" minOccurs="0">
1232
+ <annotation>
1233
+ <documentation>For international shipments. This section
1234
+ contains information about the exported goods relevant for
1235
+ customs. For international shipments: commercial invoice and
1236
+ customs declaration (CN23) have to be attached to the shipment.
1237
+ Data relevant for customs also has to be transferred as
1238
+ electronically.
1239
+ </documentation>
1240
+ </annotation>
1241
+ </element>
1242
+ <element name="feederSystem" minOccurs="0">
1243
+ <annotation>
1244
+ <documentation>Is only to be indicated by DHL partners
1245
+ </documentation>
1246
+ </annotation>
1247
+ <simpleType>
1248
+ <restriction base="xs:string">
1249
+ </restriction>
1250
+ </simpleType>
1251
+ </element>
1252
+ </sequence>
1253
+ </complexType>
1254
+ </element>
1255
+ <element name="PrintOnlyIfCodeable" type="bcs:Serviceconfiguration" minOccurs="0">
1256
+ <annotation>
1257
+ <documentation>If set to true (=1), the label will be only be
1258
+ printable, if the
1259
+ receiver address is valid.
1260
+ </documentation>
1261
+ </annotation>
1262
+ </element>
1263
+ </sequence>
1264
+ </complexType>
1265
+ <complexType name="ShipperTypeType">
1266
+ <annotation>
1267
+ <documentation>The data of the shipper or return receiver.
1268
+ </documentation>
1269
+ </annotation>
1270
+ <sequence>
1271
+ <element name="Name" type="cis:NameType">
1272
+ <annotation>
1273
+ <documentation>Name of the Return Receiver</documentation>
1274
+ </annotation>
1275
+ </element>
1276
+ <element name="Address" type="cis:NativeAddressTypeNew">
1277
+ <annotation>
1278
+ <documentation>Contains address data.</documentation>
1279
+ </annotation>
1280
+ </element>
1281
+ <element name="Communication" type="cis:CommunicationType" maxOccurs="1" minOccurs="0">
1282
+ <annotation>
1283
+ <documentation>Information about communication.</documentation>
1284
+ </annotation>
1285
+ </element>
1286
+ </sequence>
1287
+ </complexType>
1288
+ <complexType name="ShipperType">
1289
+ <annotation>
1290
+ <documentation>The data of the shipper of a shipment. </documentation>
1291
+ </annotation>
1292
+ <complexContent>
1293
+ <extension base="bcs:ShipperTypeType">
1294
+ </extension>
1295
+ </complexContent>
1296
+ </complexType>
1297
+ <simpleType name="ShipperReferenceType">
1298
+ <annotation>
1299
+ <documentation>Key of reference.</documentation>
1300
+ </annotation>
1301
+ <restriction base="string">
1302
+ <maxLength value="50"/>
1303
+ </restriction>
1304
+ </simpleType>
1305
+ <complexType name="ReceiverTypeType">
1306
+ <annotation>
1307
+ <documentation>The receiver data.</documentation>
1308
+ </annotation>
1309
+ <sequence>
1310
+ <element ref="cis:name1"/>
1311
+ <choice>
1312
+ <element name="Address" type="cis:ReceiverNativeAddressType">
1313
+ <annotation>
1314
+ <documentation>The address data of the receiver.</documentation>
1315
+ </annotation>
1316
+ </element>
1317
+ <element name="Packstation" type="cis:PackStationType">
1318
+ <annotation>
1319
+ <documentation>The address of the receiver is a german
1320
+ Packstation.
1321
+ </documentation>
1322
+ </annotation>
1323
+ </element>
1324
+ <element name="Postfiliale" type="cis:PostfilialeTypeNoCountry">
1325
+ <annotation>
1326
+ <documentation>The address of the receiver is a german
1327
+ Postfiliale.
1328
+ </documentation>
1329
+ </annotation>
1330
+ </element>
1331
+ </choice>
1332
+ <element name="Communication" type="cis:CommunicationType" maxOccurs="1" minOccurs="0">
1333
+ <annotation>
1334
+ <documentation>Information about communication.</documentation>
1335
+ </annotation>
1336
+ </element>
1337
+ </sequence>
1338
+ </complexType>
1339
+ <complexType name="ReceiverType">
1340
+ <annotation>
1341
+ <documentation>The receiver data of a shipment. </documentation>
1342
+ </annotation>
1343
+ <complexContent>
1344
+ <extension base="bcs:ReceiverTypeType">
1345
+ </extension>
1346
+ </complexContent>
1347
+ </complexType>
1348
+ <complexType name="Ident">
1349
+ <annotation>
1350
+ <documentation>Identity data (used for ident services).
1351
+ </documentation>
1352
+ </annotation>
1353
+ <sequence>
1354
+ <element name="FirstName" type="xs:string">
1355
+ <annotation>
1356
+ <documentation>First name of the person to be verified. Field
1357
+ length must be
1358
+ less than or equal to 30.
1359
+ </documentation>
1360
+ </annotation>
1361
+ </element>
1362
+ <element name="LastName" type="xs:string">
1363
+ <annotation>
1364
+ <documentation>Last name of the person to be verified. Field length
1365
+ must be less
1366
+ than or equal to 30.
1367
+ </documentation>
1368
+ </annotation>
1369
+ </element>
1370
+ <element name="Street" type="xs:string">
1371
+ <annotation>
1372
+ <documentation>Name of the street of registered address. Field
1373
+ length must be
1374
+ less than or equal to 30.
1375
+ </documentation>
1376
+ </annotation>
1377
+ </element>
1378
+ <element name="HouseNumber" type="xs:string">
1379
+ <annotation>
1380
+ <documentation>House number of registered address. Field length
1381
+ must be less
1382
+ than or equal to 10.
1383
+ </documentation>
1384
+ </annotation>
1385
+ </element>
1386
+ <element name="Postcode" type="xs:string">
1387
+ <annotation>
1388
+ <documentation>Postcode of registered address. Field length must be
1389
+ less than or
1390
+ equal to 15.
1391
+ </documentation>
1392
+ </annotation>
1393
+ </element>
1394
+ <element name="City" type="xs:string">
1395
+ <annotation>
1396
+ <documentation>City of registered address. Field length must be
1397
+ less than or
1398
+ equal to 30.
1399
+ </documentation>
1400
+ </annotation>
1401
+ </element>
1402
+ <element name="DateOfBirth" type="xs:string">
1403
+ <annotation>
1404
+ <documentation>Person's date of birth. Format must be yyyy-mm-dd.
1405
+ </documentation>
1406
+ </annotation>
1407
+ </element>
1408
+ <element name="Nationality" type="xs:string">
1409
+ <annotation>
1410
+ <documentation>Person's nationality. Field length must be less than
1411
+ or equal to
1412
+ 30.
1413
+ </documentation>
1414
+ </annotation>
1415
+ </element>
1416
+ </sequence>
1417
+ </complexType>
1418
+ <complexType name="ShipmentDetailsType">
1419
+ <annotation>
1420
+ <documentation>Details of a shipment.</documentation>
1421
+ </annotation>
1422
+ <sequence>
1423
+ <element name="product" type="xs:string">
1424
+ <annotation>
1425
+ <documentation>
1426
+ Determines the DHL Paket product to be ordered.
1427
+ V01PAK: DHL PAKET;
1428
+ V53WPAK: DHL PAKET International;
1429
+ V54EPAK: DHL
1430
+ Europaket;
1431
+ V62WP: DHL Warenpost
1432
+ </documentation>
1433
+ </annotation>
1434
+ </element>
1435
+ <element ref="cis:accountNumber"/>
1436
+ <element name="customerReference" minOccurs="0">
1437
+ <annotation>
1438
+ <documentation>A reference number that the client can assign for
1439
+ better association purposes. Appears on shipment label. To use the
1440
+ reference number for tracking purposes, it should be at least 8
1441
+ characters long and unique
1442
+ </documentation>
1443
+ </annotation>
1444
+ <xs:simpleType>
1445
+ <xs:restriction base="xs:string">
1446
+ <xs:maxLength value="35"/>
1447
+ </xs:restriction>
1448
+ </xs:simpleType>
1449
+ </element>
1450
+ <element name="shipmentDate">
1451
+ <annotation>
1452
+ <documentation>Date of shipment should be close to current date and
1453
+ must not be
1454
+ in the past. Iso format required: yyyy-mm-dd.
1455
+ </documentation>
1456
+ </annotation>
1457
+ <simpleType>
1458
+ <restriction base="xs:string">
1459
+ <minLength value="10"/>
1460
+ <maxLength value="10"/>
1461
+ </restriction>
1462
+ </simpleType>
1463
+ </element>
1464
+ <element name="costCentre" minOccurs="0">
1465
+ <annotation>
1466
+ <documentation>Name of a cost center. Appears on shipment label.
1467
+ </documentation>
1468
+ </annotation>
1469
+ <xs:simpleType>
1470
+ <xs:restriction base="xs:string">
1471
+ <xs:maxLength value="50"/>
1472
+ </xs:restriction>
1473
+ </xs:simpleType>
1474
+ </element>
1475
+ <element name="returnShipmentAccountNumber" minOccurs="0">
1476
+ <xs:annotation>
1477
+ <xs:documentation>DHL account number (14 digits).
1478
+ </xs:documentation>
1479
+ </xs:annotation>
1480
+ <xs:simpleType>
1481
+ <xs:restriction base="xs:string">
1482
+ <xs:minLength value="14"/>
1483
+ <xs:maxLength value="14"/>
1484
+ </xs:restriction>
1485
+ </xs:simpleType>
1486
+ </element>
1487
+ <element name="returnShipmentReference" minOccurs="0">
1488
+ <annotation>
1489
+ <documentation>A reference number that the client can assign for
1490
+ better
1491
+ association purposes. Appears on return shipment label. To
1492
+ use the reference number for tracking purposes, it should be at
1493
+ least 8 characters long and unique.
1494
+ </documentation>
1495
+ </annotation>
1496
+ <xs:simpleType>
1497
+ <xs:restriction base="xs:string">
1498
+ <xs:maxLength value="35"/>
1499
+ </xs:restriction>
1500
+ </xs:simpleType>
1501
+ </element>
1502
+ </sequence>
1503
+ </complexType>
1504
+ <complexType name="ShipmentDetailsTypeType">
1505
+ <annotation>
1506
+ <documentation>Details of a shipment.</documentation>
1507
+ </annotation>
1508
+ <complexContent>
1509
+ <extension base="bcs:ShipmentDetailsType">
1510
+ <sequence>
1511
+ <annotation>
1512
+ <documentation>extends the ShipmentDetailsType </documentation>
1513
+ </annotation>
1514
+ <element name="ShipmentItem" type="bcs:ShipmentItemType" maxOccurs="1">
1515
+ <annotation>
1516
+ <documentation>For every parcel specified, contains weight in kg,
1517
+ length
1518
+ in cm, width in cm and height in cm.
1519
+ </documentation>
1520
+ </annotation>
1521
+ </element>
1522
+ <element name="Service" type="bcs:ShipmentService" minOccurs="0" maxOccurs="1">
1523
+ <annotation>
1524
+ <documentation>Use one dedicated Service node for each service to
1525
+ be
1526
+ booked with the shipment product. Add another Service node for
1527
+ booking a further service and so on. Successful booking of a
1528
+ particular service depends on account permissions and product's
1529
+ service combinatorics. I.e. not every service is allowed for
1530
+ every
1531
+ product, or can be combined with all other allowed
1532
+ services. The
1533
+ service bundles that contain all services are the
1534
+ following.
1535
+ </documentation>
1536
+ </annotation>
1537
+ </element>
1538
+ <element name="Notification" type="bcs:ShipmentNotificationType" minOccurs="0"
1539
+ maxOccurs="1">
1540
+ <annotation>
1541
+ <documentation>Mechanism to send notifications by email after
1542
+ successful
1543
+ manifesting of shipment.
1544
+ </documentation>
1545
+ </annotation>
1546
+ </element>
1547
+ <element name="BankData" type="cis:BankType" minOccurs="0">
1548
+ <annotation>
1549
+ <documentation>Bank data can be provided here for different
1550
+ purposes.
1551
+ E.g. if COD is booked as service, bank data must be
1552
+ provided by DHL
1553
+ customer (mandatory server logic). The collected
1554
+ money will be
1555
+ transferred to specified bank account.
1556
+ </documentation>
1557
+ </annotation>
1558
+ </element>
1559
+ </sequence>
1560
+ </extension>
1561
+ </complexContent>
1562
+ </complexType>
1563
+ <complexType name="ShipmentItemType">
1564
+ <annotation>
1565
+ <documentation>Item/Piece data.</documentation>
1566
+ </annotation>
1567
+ <sequence>
1568
+ <element name="weightInKG">
1569
+ <annotation>
1570
+ <documentation>The weight of the piece in kg </documentation>
1571
+ </annotation>
1572
+ <simpleType>
1573
+ <restriction base="xs:decimal">
1574
+ <fractionDigits value="2"/>
1575
+ <minInclusive value="0.0"/>
1576
+ <maxInclusive value="9999999.99"/>
1577
+ </restriction>
1578
+ </simpleType>
1579
+ </element>
1580
+ <element name="lengthInCM" minOccurs="0">
1581
+ <annotation>
1582
+ <documentation>The length of the piece in cm.</documentation>
1583
+ </annotation>
1584
+ <simpleType>
1585
+ <restriction base="xs:integer">
1586
+ <minInclusive value="0"/>
1587
+ <totalDigits value="4"/>
1588
+ </restriction>
1589
+ </simpleType>
1590
+ </element>
1591
+ <element name="widthInCM" minOccurs="0">
1592
+ <annotation>
1593
+ <documentation>The width of the piece in cm.</documentation>
1594
+ </annotation>
1595
+ <simpleType>
1596
+ <restriction base="xs:integer">
1597
+ <minInclusive value="0"/>
1598
+ <totalDigits value="4"/>
1599
+ </restriction>
1600
+ </simpleType>
1601
+ </element>
1602
+ <element name="heightInCM" minOccurs="0">
1603
+ <annotation>
1604
+ <documentation>The height of the piece in cm.</documentation>
1605
+ </annotation>
1606
+ <simpleType>
1607
+ <restriction base="xs:integer">
1608
+ <minInclusive value="0"/>
1609
+ <totalDigits value="4"/>
1610
+ </restriction>
1611
+ </simpleType>
1612
+ </element>
1613
+ </sequence>
1614
+ </complexType>
1615
+ <complexType name="ShipmentItemTypeType">
1616
+ <annotation>
1617
+ <documentation>Item/Piece data of a shipment. </documentation>
1618
+ </annotation>
1619
+ <complexContent>
1620
+ <extension base="bcs:ShipmentItemType">
1621
+ </extension>
1622
+ </complexContent>
1623
+ </complexType>
1624
+ <complexType name="ShipmentService">
1625
+ <annotation>
1626
+ <documentation>GKV shipment services.</documentation>
1627
+ </annotation>
1628
+ <all>
1629
+ <annotation>
1630
+ <documentation>can be</documentation>
1631
+ </annotation>
1632
+ <element name="IndividualSenderRequirement" type="bcs:ServiceconfigurationISR"
1633
+ minOccurs="0"
1634
+ maxOccurs="1">
1635
+ <annotation>
1636
+ <documentation>
1637
+ This service is used exclusively for shipments with
1638
+ special delivery requirements. It is not available for our regular
1639
+ business customers.
1640
+ </documentation>
1641
+ </annotation>
1642
+ </element>
1643
+ <element name="PackagingReturn" type="bcs:Serviceconfiguration" minOccurs="0"
1644
+ maxOccurs="1">
1645
+ <annotation>
1646
+ <documentation>Service for package return. For packagingReturn you
1647
+ also have to book a return label.
1648
+ </documentation>
1649
+ </annotation>
1650
+ </element>
1651
+ <element name="Endorsement" type="bcs:ServiceconfigurationEndorsement" minOccurs="0"
1652
+ maxOccurs="1">
1653
+ <annotation>
1654
+ <documentation>Service "Endorsement". Mandatory for shipments with
1655
+ product DHL Paket International: V53WPAK
1656
+ </documentation>
1657
+ </annotation>
1658
+ </element>
1659
+ <element name="VisualCheckOfAge" type="bcs:ServiceconfigurationVisualAgeCheck"
1660
+ minOccurs="0"
1661
+ maxOccurs="1">
1662
+ <annotation>
1663
+ <documentation>Service visual age check</documentation>
1664
+ </annotation>
1665
+ </element>
1666
+ <element name="PreferredLocation" type="bcs:ServiceconfigurationDetails" minOccurs="0"
1667
+ maxOccurs="1">
1668
+ <annotation>
1669
+ <documentation>Service preferred location</documentation>
1670
+ </annotation>
1671
+ </element>
1672
+ <element name="PreferredNeighbour" type="bcs:ServiceconfigurationDetails" minOccurs="0"
1673
+ maxOccurs="1">
1674
+ <annotation>
1675
+ <documentation>Service preferred neighbour</documentation>
1676
+ <documentation>The details field should be set to the preferred
1677
+ neighbours
1678
+ name.
1679
+ </documentation>
1680
+ </annotation>
1681
+ </element>
1682
+ <element name="PreferredDay" type="bcs:ServiceconfigurationDetails" minOccurs="0"
1683
+ maxOccurs="1">
1684
+ <annotation>
1685
+ <documentation>Service preferred day</documentation>
1686
+ </annotation>
1687
+ </element>
1688
+ <element name="NoNeighbourDelivery" type="bcs:Serviceconfiguration" minOccurs="0"
1689
+ maxOccurs="1">
1690
+ <annotation>
1691
+ <documentation>Invoke service No Neighbour Delivery.
1692
+ </documentation>
1693
+ </annotation>
1694
+ </element>
1695
+ <element name="NamedPersonOnly" type="bcs:Serviceconfiguration" minOccurs="0"
1696
+ maxOccurs="1">
1697
+ <annotation>
1698
+ <documentation>Invoke service Named Person Only.</documentation>
1699
+ </annotation>
1700
+ </element>
1701
+ <element name="ReturnReceipt" type="bcs:Serviceconfiguration" minOccurs="0"
1702
+ maxOccurs="1">
1703
+ <annotation>
1704
+ <documentation>Invoke service return receipt.</documentation>
1705
+ </annotation>
1706
+ </element>
1707
+ <element name="Premium" type="bcs:Serviceconfiguration" minOccurs="0" maxOccurs="1">
1708
+ <annotation>
1709
+ <documentation>Premium for fast and safe delivery of international
1710
+ shipments.
1711
+ </documentation>
1712
+ </annotation>
1713
+ </element>
1714
+ <element name="CashOnDelivery" type="bcs:ServiceconfigurationCashOnDelivery"
1715
+ minOccurs="0"
1716
+ maxOccurs="1">
1717
+ <annotation>
1718
+ <documentation>Service Cash on delivery.</documentation>
1719
+ </annotation>
1720
+ </element>
1721
+ <element name="AdditionalInsurance" type="bcs:ServiceconfigurationAdditionalInsurance"
1722
+ minOccurs="0"
1723
+ maxOccurs="1">
1724
+ <annotation>
1725
+ <documentation>Insure shipment with higher than standard amount.
1726
+ </documentation>
1727
+ </annotation>
1728
+ </element>
1729
+ <element name="BulkyGoods" type="bcs:Serviceconfiguration" minOccurs="0" maxOccurs="1">
1730
+ <annotation>
1731
+ <documentation>Service to ship bulky goods.</documentation>
1732
+ </annotation>
1733
+ </element>
1734
+ <element name="IdentCheck" type="bcs:ServiceconfigurationIC" minOccurs="0" maxOccurs="1">
1735
+ <annotation>
1736
+ <documentation>Service configuration for IdentCheck.
1737
+ </documentation>
1738
+ </annotation>
1739
+ </element>
1740
+ <element name="ParcelOutletRouting" type="bcs:ServiceconfigurationDetailsOptional"
1741
+ minOccurs="0"
1742
+ maxOccurs="1">
1743
+ <annotation>
1744
+ <documentation>Service configuration for ParcelOutletRouting.
1745
+ Details can be an
1746
+ email-address, if not set receiver email will be
1747
+ used
1748
+ </documentation>
1749
+ </annotation>
1750
+ </element>
1751
+ </all>
1752
+ </complexType>
1753
+ <xs:complexType name="Serviceconfiguration">
1754
+ <xs:attribute name="active" use="required">
1755
+ <xs:annotation>
1756
+ <xs:documentation>Indicates, if the option is on/off
1757
+ </xs:documentation>
1758
+ </xs:annotation>
1759
+ <xs:simpleType>
1760
+ <xs:restriction base="xs:string">
1761
+ <xs:enumeration value="0"/>
1762
+ <xs:enumeration value="1"/>
1763
+ </xs:restriction>
1764
+ </xs:simpleType>
1765
+ </xs:attribute>
1766
+ </xs:complexType>
1767
+ <xs:complexType name="ServiceconfigurationDetails">
1768
+ <xs:attribute name="active" use="required">
1769
+ <xs:annotation>
1770
+ <xs:documentation>Indicates, if the option is on/off
1771
+ </xs:documentation>
1772
+ </xs:annotation>
1773
+ <xs:simpleType>
1774
+ <xs:restriction base="xs:string">
1775
+ <xs:enumeration value="0"/>
1776
+ <xs:enumeration value="1"/>
1777
+ </xs:restriction>
1778
+ </xs:simpleType>
1779
+ </xs:attribute>
1780
+ <xs:attribute name="details" use="required">
1781
+ <xs:annotation>
1782
+ <xs:documentation> e-mail address for notification in case of
1783
+ non-deliverability
1784
+ </xs:documentation>
1785
+ </xs:annotation>
1786
+ <xs:simpleType>
1787
+ <xs:restriction base="xs:string">
1788
+ <xs:minLength value="1"/>
1789
+ <xs:maxLength value="100"/>
1790
+ </xs:restriction>
1791
+ </xs:simpleType>
1792
+ </xs:attribute>
1793
+ </xs:complexType>
1794
+ <xs:complexType name="ServiceconfigurationDetailsOptional">
1795
+ <xs:attribute name="active" use="required">
1796
+ <xs:annotation>
1797
+ <xs:documentation>Indicates, if the option is on/off
1798
+ </xs:documentation>
1799
+ </xs:annotation>
1800
+ <xs:simpleType>
1801
+ <xs:restriction base="xs:string">
1802
+ <xs:enumeration value="0"/>
1803
+ <xs:enumeration value="1"/>
1804
+ </xs:restriction>
1805
+ </xs:simpleType>
1806
+ </xs:attribute>
1807
+ <xs:attribute name="details" use="optional">
1808
+ <xs:annotation>
1809
+ <xs:documentation>E-mail address for notification in case of
1810
+ non-deliverability.
1811
+ </xs:documentation>
1812
+ </xs:annotation>
1813
+ <xs:simpleType>
1814
+ <xs:restriction base="xs:string">
1815
+ <xs:minLength value="1"/>
1816
+ <xs:maxLength value="100"/>
1817
+ </xs:restriction>
1818
+ </xs:simpleType>
1819
+ </xs:attribute>
1820
+ </xs:complexType>
1821
+ <xs:complexType name="ServiceconfigurationDetailsResponse">
1822
+ <xs:attribute name="details" use="required">
1823
+ <xs:annotation>
1824
+ <xs:documentation>Details of the Service (freetext)
1825
+ </xs:documentation>
1826
+ </xs:annotation>
1827
+ <xs:simpleType>
1828
+ <xs:restriction base="xs:string">
1829
+ <xs:minLength value="1"/>
1830
+ <xs:maxLength value="100"/>
1831
+ </xs:restriction>
1832
+ </xs:simpleType>
1833
+ </xs:attribute>
1834
+ </xs:complexType>
1835
+
1836
+ <xs:complexType name="ServiceconfigurationType">
1837
+ <xs:attribute name="active" use="required">
1838
+ <xs:annotation>
1839
+ <xs:documentation>Indicates, if the option is on/off
1840
+ </xs:documentation>
1841
+ </xs:annotation>
1842
+ <xs:simpleType>
1843
+ <xs:restriction base="xs:string">
1844
+ <xs:enumeration value="0"/>
1845
+ <xs:enumeration value="1"/>
1846
+ </xs:restriction>
1847
+ </xs:simpleType>
1848
+ </xs:attribute>
1849
+ <xs:attribute name="Type" use="required">
1850
+ <xs:annotation>
1851
+ <xs:documentation>Type of the Service (List of Types)
1852
+ </xs:documentation>
1853
+ </xs:annotation>
1854
+ <xs:simpleType>
1855
+ <xs:restriction base="xs:string">
1856
+ <xs:minLength value="1"/>
1857
+ <xs:maxLength value="100"/>
1858
+ </xs:restriction>
1859
+ </xs:simpleType>
1860
+ </xs:attribute>
1861
+ </xs:complexType>
1862
+ <xs:complexType name="ServiceconfigurationEndorsement">
1863
+ <xs:attribute name="active" use="required">
1864
+ <xs:annotation>
1865
+ <xs:documentation>Indicates, if the option is on/off
1866
+ </xs:documentation>
1867
+ </xs:annotation>
1868
+ <xs:simpleType>
1869
+ <xs:restriction base="xs:string">
1870
+ <xs:enumeration value="0"/>
1871
+ <xs:enumeration value="1"/>
1872
+ </xs:restriction>
1873
+ </xs:simpleType>
1874
+ </xs:attribute>
1875
+ <xs:attribute name="type" use="required">
1876
+ <xs:annotation>
1877
+ <xs:documentation>
1878
+ This service defines the handling of parcels that
1879
+ cannot be delivered. There are two options: IMMEDIATE (Sending back
1880
+ to sender), ABANDONMENT (Abandonment of parcel at the hands of
1881
+ sender (free of charge). The definition of undeliverability is
1882
+ country-specific and depends on the regulations of the postal
1883
+ company of the receiving country. Usually, if parcels cannot be
1884
+ delivered at first try, recipients receive a notification card and
1885
+ can pick up their shipment at a local postal office. After the
1886
+ storage period has expired, the shipment will be handled according
1887
+ to your choosen endorsement option. Shipments that cannot be
1888
+ delivered due to address problems or active refusal will be either
1889
+ returned immediately or treated as abandoned.
1890
+ </xs:documentation>
1891
+ </xs:annotation>
1892
+ <xs:simpleType>
1893
+ <xs:restriction base="xs:string">
1894
+ <xs:enumeration value="IMMEDIATE"/>
1895
+ <xs:enumeration value="AFTER_DEADLINE"/>
1896
+ </xs:restriction>
1897
+ </xs:simpleType>
1898
+ </xs:attribute>
1899
+ </xs:complexType>
1900
+ <xs:complexType name="ServiceconfigurationISR">
1901
+ <xs:attribute name="active" use="required">
1902
+ <xs:annotation>
1903
+ <xs:documentation>Indicates, if the option is on/off
1904
+ </xs:documentation>
1905
+ </xs:annotation>
1906
+ <xs:simpleType>
1907
+ <xs:restriction base="xs:string">
1908
+ <xs:enumeration value="0"/>
1909
+ <xs:enumeration value="1"/>
1910
+ </xs:restriction>
1911
+ </xs:simpleType>
1912
+ </xs:attribute>
1913
+ <xs:attribute name="details" use="required">
1914
+ <xs:annotation>
1915
+ <xs:documentation>Individual details for handling (freetext)
1916
+ </xs:documentation>
1917
+ </xs:annotation>
1918
+ <xs:simpleType>
1919
+ <xs:restriction base="xs:string">
1920
+ <xs:minLength value="1"/>
1921
+ <xs:maxLength value="2"/>
1922
+ </xs:restriction>
1923
+ </xs:simpleType>
1924
+ </xs:attribute>
1925
+ </xs:complexType>
1926
+ <xs:complexType name="ServiceconfigurationDH">
1927
+ <xs:attribute name="active" use="required">
1928
+ <xs:annotation>
1929
+ <xs:documentation>Indicates, if the option is on/off
1930
+ </xs:documentation>
1931
+ </xs:annotation>
1932
+ <xs:simpleType>
1933
+ <xs:restriction base="xs:string">
1934
+ <xs:enumeration value="0"/>
1935
+ <xs:enumeration value="1"/>
1936
+ </xs:restriction>
1937
+ </xs:simpleType>
1938
+ </xs:attribute>
1939
+ <xs:attribute name="Days" use="required">
1940
+ <xs:annotation>
1941
+ <xs:documentation>Number of Days to hold shipment before shipment
1942
+ will be returend
1943
+ to sender
1944
+ </xs:documentation>
1945
+ </xs:annotation>
1946
+ <xs:simpleType>
1947
+ <xs:restriction base="xs:string">
1948
+ <xs:minLength value="1"/>
1949
+ <xs:maxLength value="1"/>
1950
+ </xs:restriction>
1951
+ </xs:simpleType>
1952
+ </xs:attribute>
1953
+ </xs:complexType>
1954
+ <xs:complexType name="ServiceconfigurationVisualAgeCheck">
1955
+ <xs:attribute name="active" use="required">
1956
+ <xs:annotation>
1957
+ <xs:documentation>Indicates, if the option is on/off
1958
+ </xs:documentation>
1959
+ </xs:annotation>
1960
+ <xs:simpleType>
1961
+ <xs:restriction base="xs:string">
1962
+ <xs:enumeration value="0"/>
1963
+ <xs:enumeration value="1"/>
1964
+ </xs:restriction>
1965
+ </xs:simpleType>
1966
+ </xs:attribute>
1967
+ <xs:attribute name="type" use="required">
1968
+ <xs:annotation>
1969
+ <xs:documentation>
1970
+ Service VisualCheckOfAge is used to specify the
1971
+ minimum age of the recipient.
1972
+ The following types are allowed: "A16"
1973
+ or "A18"
1974
+ </xs:documentation>
1975
+ </xs:annotation>
1976
+ <xs:simpleType>
1977
+ <xs:restriction base="xs:string">
1978
+ <xs:minLength value="3"/>
1979
+ <xs:maxLength value="3"/>
1980
+ </xs:restriction>
1981
+ </xs:simpleType>
1982
+ </xs:attribute>
1983
+ </xs:complexType>
1984
+ <xs:complexType name="ServiceconfigurationDeliveryTimeframe">
1985
+ <xs:attribute name="active" use="required">
1986
+ <xs:annotation>
1987
+ <xs:documentation>Indicates, if the option is on/off
1988
+ </xs:documentation>
1989
+ </xs:annotation>
1990
+ <xs:simpleType>
1991
+ <xs:restriction base="xs:string">
1992
+ <xs:enumeration value="0"/>
1993
+ <xs:enumeration value="1"/>
1994
+ </xs:restriction>
1995
+ </xs:simpleType>
1996
+ </xs:attribute>
1997
+ <xs:attribute name="type" use="required">
1998
+ <xs:annotation>
1999
+ <xs:documentation>
2000
+ Timeframe of delivery, if the option is used:
2001
+ ValidValues are
2002
+ 10001200: 10:00 until 12:00;
2003
+ 12001400: 12:00 until
2004
+ 14:00
2005
+ 14001600: 14:00 until 16:00;
2006
+ 16001800: 16:00 until 18:00
2007
+ 18002000: 18:00 until 20:00;
2008
+ 19002100: 19:00 until 21:00
2009
+ </xs:documentation>
2010
+ </xs:annotation>
2011
+ <xs:simpleType>
2012
+ <xs:restriction base="xs:string">
2013
+ <xs:minLength value="8"/>
2014
+ <xs:maxLength value="8"/>
2015
+ <xs:enumeration value="10001200"/>
2016
+ <xs:enumeration value="12001400"/>
2017
+ <xs:enumeration value="14001600"/>
2018
+ <xs:enumeration value="16001800"/>
2019
+ <xs:enumeration value="18002000"/>
2020
+ <xs:enumeration value="19002100"/>
2021
+ </xs:restriction>
2022
+ </xs:simpleType>
2023
+ </xs:attribute>
2024
+ </xs:complexType>
2025
+ <xs:complexType name="ServiceconfigurationDateOfDelivery">
2026
+ <xs:attribute name="active" use="required">
2027
+ <xs:annotation>
2028
+ <xs:documentation>Indicates, if the option is on/off
2029
+ </xs:documentation>
2030
+ </xs:annotation>
2031
+ <xs:simpleType>
2032
+ <xs:restriction base="xs:string">
2033
+ <xs:enumeration value="0"/>
2034
+ <xs:enumeration value="1"/>
2035
+ </xs:restriction>
2036
+ </xs:simpleType>
2037
+ </xs:attribute>
2038
+ <xs:attribute name="details" use="required">
2039
+ <xs:annotation>
2040
+ <xs:documentation>Day of Delivery, if the option is used: Date in
2041
+ format
2042
+ yyyy-mm-dd
2043
+ </xs:documentation>
2044
+ </xs:annotation>
2045
+ <xs:simpleType>
2046
+ <xs:restriction base="xs:string">
2047
+ <xs:minLength value="10"/>
2048
+ <xs:maxLength value="10"/>
2049
+ </xs:restriction>
2050
+ </xs:simpleType>
2051
+ </xs:attribute>
2052
+ </xs:complexType>
2053
+ <xs:complexType name="ServiceconfigurationAdditionalInsurance">
2054
+ <xs:attribute name="active" use="required">
2055
+ <xs:annotation>
2056
+ <xs:documentation>Indicates, if the option is on/off
2057
+ </xs:documentation>
2058
+ </xs:annotation>
2059
+ <xs:simpleType>
2060
+ <xs:restriction base="xs:string">
2061
+ <xs:enumeration value="0"/>
2062
+ <xs:enumeration value="1"/>
2063
+ </xs:restriction>
2064
+ </xs:simpleType>
2065
+ </xs:attribute>
2066
+ <xs:attribute name="insuranceAmount" use="required">
2067
+ <annotation>
2068
+ <documentation>Please enter the Amount that should be insured
2069
+ </documentation>
2070
+ </annotation>
2071
+ <xs:simpleType>
2072
+ <xs:restriction base="xs:decimal">
2073
+ <minInclusive value="0.0"/>
2074
+ <maxInclusive value="9999999999"/>
2075
+ </xs:restriction>
2076
+ </xs:simpleType>
2077
+ </xs:attribute>
2078
+ </xs:complexType>
2079
+ <xs:complexType name="ServiceconfigurationCashOnDelivery">
2080
+ <xs:attribute name="active" use="required">
2081
+ <xs:annotation>
2082
+ <xs:documentation>Indicates, if the option is on/off
2083
+ </xs:documentation>
2084
+ </xs:annotation>
2085
+ <xs:simpleType>
2086
+ <xs:restriction base="xs:string">
2087
+ <xs:enumeration value="0"/>
2088
+ <xs:enumeration value="1"/>
2089
+ </xs:restriction>
2090
+ </xs:simpleType>
2091
+ </xs:attribute>
2092
+ <xs:attribute name="codAmount" use="required">
2093
+ <annotation>
2094
+ <documentation> Money amount to be collected. Mandatory if COD is
2095
+ chosen.
2096
+ </documentation>
2097
+ </annotation>
2098
+ <xs:simpleType>
2099
+ <xs:restriction base="xs:decimal">
2100
+ <minInclusive value="0.0"/>
2101
+ <maxInclusive value="9999999999"/>
2102
+ </xs:restriction>
2103
+ </xs:simpleType>
2104
+ </xs:attribute>
2105
+ </xs:complexType>
2106
+ <xs:complexType name="ServiceconfigurationUnfree">
2107
+ <xs:attribute name="active" use="required">
2108
+ <xs:annotation>
2109
+ <xs:documentation>Indicates, if the option is on/off
2110
+ </xs:documentation>
2111
+ </xs:annotation>
2112
+ <xs:simpleType>
2113
+ <xs:restriction base="xs:string">
2114
+ <xs:enumeration value="0"/>
2115
+ <xs:enumeration value="1"/>
2116
+ </xs:restriction>
2117
+ </xs:simpleType>
2118
+ </xs:attribute>
2119
+ <xs:attribute name="PaymentType" use="required">
2120
+ <annotation>
2121
+ <documentation>Mandatory if unfree is chosen. 0= cash / 1= invoice.
2122
+ </documentation>
2123
+ </annotation>
2124
+ <xs:simpleType>
2125
+ <xs:restriction base="xs:string">
2126
+ <xs:enumeration value="0"/>
2127
+ <xs:enumeration value="1"/>
2128
+ </xs:restriction>
2129
+ </xs:simpleType>
2130
+ </xs:attribute>
2131
+ <xs:attribute name="CustomerNumber" use="optional">
2132
+ <annotation>
2133
+ <documentation>Paid by third party, e.g. Receiver. DHL account
2134
+ number mandatory if
2135
+ PaymentType 1 = invoice is selected. Field
2136
+ length must be less than or equal to
2137
+ 10.
2138
+ </documentation>
2139
+ </annotation>
2140
+ <xs:simpleType>
2141
+ <xs:restriction base="xs:string">
2142
+ <xs:minLength value="0"/>
2143
+ <xs:maxLength value="255"/>
2144
+ </xs:restriction>
2145
+ </xs:simpleType>
2146
+ </xs:attribute>
2147
+ </xs:complexType>
2148
+ <xs:complexType name="ServiceconfigurationIC">
2149
+ <xs:sequence>
2150
+ <xs:element name="Ident">
2151
+ <xs:complexType>
2152
+ <xs:sequence>
2153
+ <xs:element name="surname">
2154
+ <xs:annotation>
2155
+ <xs:documentation>Surname (family name) of the person for ident
2156
+ check.
2157
+ </xs:documentation>
2158
+ </xs:annotation>
2159
+ <xs:simpleType>
2160
+ <xs:restriction base="xs:string">
2161
+ <xs:minLength value="0"/>
2162
+ <xs:maxLength value="255"/>
2163
+ </xs:restriction>
2164
+ </xs:simpleType>
2165
+ </xs:element>
2166
+ <xs:element name="givenName">
2167
+ <xs:annotation>
2168
+ <xs:documentation>Given name (first name) of the person for
2169
+ ident
2170
+ check.
2171
+ </xs:documentation>
2172
+ </xs:annotation>
2173
+ <xs:simpleType>
2174
+ <xs:restriction base="xs:string">
2175
+ <xs:minLength value="0"/>
2176
+ <xs:maxLength value="255"/>
2177
+ </xs:restriction>
2178
+ </xs:simpleType>
2179
+ </xs:element>
2180
+ <xs:element name="dateOfBirth">
2181
+ <xs:annotation>
2182
+ <xs:documentation>date of birth (DOB) of the person for ident
2183
+ check,
2184
+ if the option is used: Date in format
2185
+ yyyy-mm-dd
2186
+ </xs:documentation>
2187
+ </xs:annotation>
2188
+ <xs:simpleType>
2189
+ <xs:restriction base="xs:string">
2190
+ <xs:minLength value="10"/>
2191
+ <xs:maxLength value="10"/>
2192
+ </xs:restriction>
2193
+ </xs:simpleType>
2194
+ </xs:element>
2195
+ <xs:element name="minimumAge">
2196
+ <xs:annotation>
2197
+ <xs:documentation> minimum age of the person for ident check
2198
+ ("A16" or "A18")
2199
+ </xs:documentation>
2200
+ </xs:annotation>
2201
+ <xs:simpleType>
2202
+ <xs:restriction base="xs:string">
2203
+ <xs:minLength value="1"/>
2204
+ <xs:maxLength value="3"/>
2205
+ </xs:restriction>
2206
+ </xs:simpleType>
2207
+ </xs:element>
2208
+ </xs:sequence>
2209
+ </xs:complexType>
2210
+ </xs:element>
2211
+ </xs:sequence>
2212
+ <xs:attribute name="active" use="required">
2213
+ <xs:annotation>
2214
+ <xs:documentation>Indicates, if the option is on/off
2215
+ </xs:documentation>
2216
+ </xs:annotation>
2217
+ <xs:simpleType>
2218
+ <xs:restriction base="xs:string">
2219
+ <xs:enumeration value="0"/>
2220
+ <xs:enumeration value="1"/>
2221
+ </xs:restriction>
2222
+ </xs:simpleType>
2223
+ </xs:attribute>
2224
+ </xs:complexType>
2225
+ <complexType name="ShipmentNotificationType">
2226
+ <annotation>
2227
+ <documentation>Notification type</documentation>
2228
+ </annotation>
2229
+ <sequence>
2230
+ <element name="recipientEmailAddress">
2231
+ <annotation>
2232
+ <documentation>Email address of the recipient. Mandatory if
2233
+ Notification is
2234
+ set.
2235
+ </documentation>
2236
+ </annotation>
2237
+ <simpleType>
2238
+ <restriction base="xs:string">
2239
+ <maxLength value="70"/>
2240
+ </restriction>
2241
+ </simpleType>
2242
+ </element>
2243
+ <!-- CIG 815-->
2244
+ <element name="templateId" minOccurs="0">
2245
+ <annotation>
2246
+ <documentation>You
2247
+ may choose between a standard DHL e-mail text (no ID needed) or configure
2248
+ an individual text within the section "Administration". </documentation>
2249
+ </annotation>
2250
+ <simpleType>
2251
+ <restriction base="xs:string">
2252
+ <maxLength value="35"/>
2253
+ </restriction>
2254
+ </simpleType>
2255
+ </element>
2256
+ </sequence>
2257
+ </complexType>
2258
+ <complexType name="ExportDocumentType">
2259
+ <annotation>
2260
+ <documentation>The data of the export document for a shipment.
2261
+ </documentation>
2262
+ </annotation>
2263
+ <sequence>
2264
+ <element name="invoiceNumber" minOccurs="0">
2265
+ <annotation>
2266
+ <documentation>Invoice number if applicable</documentation>
2267
+ </annotation>
2268
+ <simpleType>
2269
+ <restriction base="xs:string">
2270
+ <maxLength value="35"/>
2271
+ </restriction>
2272
+ </simpleType>
2273
+ </element>
2274
+ <element name="exportType" minOccurs="1">
2275
+ <annotation>
2276
+ <documentation>Export type</documentation>
2277
+ </annotation>
2278
+ <simpleType>
2279
+ <restriction base="xs:string">
2280
+ <enumeration value="OTHER"/>
2281
+ <enumeration value="PRESENT"/>
2282
+ <enumeration value="COMMERCIAL_SAMPLE"/>
2283
+ <enumeration value="DOCUMENT"/>
2284
+ <enumeration value="RETURN_OF_GOODS"/>
2285
+ <enumeration value="COMMERCIAL_GOODS"/>
2286
+ </restriction>
2287
+ </simpleType>
2288
+ </element>
2289
+ <element name="exportTypeDescription" minOccurs="0">
2290
+ <annotation>
2291
+ <documentation>Description mandatory if ExportType is OTHER.
2292
+ </documentation>
2293
+ </annotation>
2294
+ <simpleType>
2295
+ <restriction base="xs:string">
2296
+ <minLength value="1"/>
2297
+ <maxLength value="50"/>
2298
+ </restriction>
2299
+ </simpleType>
2300
+ </element>
2301
+ <element name="termsOfTrade" minOccurs="0">
2302
+ <annotation>
2303
+ <documentation>
2304
+ <code xmlns="http://www.w3.org/1999/xhtml">
2305
+ Element provides terms of trades, incoterms codes:
2306
+ <ul>
2307
+ <li>DDP (Delivery Duty Paid)</li>
2308
+ <li>DXV (Delivery Duty Paid (excl. VAT))</li>
2309
+ <li>DAP (formerly DDU, Delivery At Place)</li>
2310
+ <li>DDX (Delivery Duty Paid (excl. Duties, taxes and VAT)</li>
2311
+ <li>CPT (Carriage Paid To (within EU only))</li>
2312
+ </ul>
2313
+ are vaild values.
2314
+ </code>
2315
+ </documentation>
2316
+ </annotation>
2317
+ <simpleType>
2318
+ <restriction base="xs:string">
2319
+ <minLength value="3"/>
2320
+ <maxLength value="3"/>
2321
+ <enumeration value="DDP"/>
2322
+ <enumeration value="DXV"/>
2323
+ <enumeration value="DAP"/>
2324
+ <enumeration value="DDX"/>
2325
+ <enumeration value="CPT"/>
2326
+ </restriction>
2327
+ </simpleType>
2328
+ </element>
2329
+ <element name="placeOfCommital">
2330
+ <annotation>
2331
+ <documentation>PlaceOfCommital is a Locaton the shipment is handed
2332
+ over to DHL
2333
+ </documentation>
2334
+ </annotation>
2335
+ <simpleType>
2336
+ <restriction base="xs:string">
2337
+ <maxLength value="35"/>
2338
+ </restriction>
2339
+ </simpleType>
2340
+ </element>
2341
+ <element name="additionalFee" minOccurs="0">
2342
+ <annotation>
2343
+ <documentation>Postage costs billed in the invoice</documentation>
2344
+ </annotation>
2345
+ <simpleType>
2346
+ <restriction base="xs:decimal">
2347
+ <fractionDigits value="2"/>
2348
+ <minInclusive value="0.0"/>
2349
+ <maxInclusive value="9999999.99"/>
2350
+ </restriction>
2351
+ </simpleType>
2352
+ </element>
2353
+ <!-- CIG-815 Zoll Anpassungen-->
2354
+ <element name="customsCurrency" minOccurs="0">
2355
+ <annotation>
2356
+ <documentation>CustomsCurrency refers to all stated goods / customs
2357
+ values as well as postage costs. The information has to match
2358
+ the currency of the commercial invoice or the invoice for customs
2359
+ purposes. ISO 4217 alpha, p.E.:
2360
+ EUR for Euro
2361
+ USD for US Dollar
2362
+ GBP for British Pound
2363
+ </documentation>
2364
+ </annotation>
2365
+ <simpleType>
2366
+ <restriction base="xs:string">
2367
+ <maxLength value="3"/>
2368
+ </restriction>
2369
+ </simpleType>
2370
+ </element>
2371
+ <element name="permitNumber" minOccurs="0">
2372
+ <annotation>
2373
+ <documentation>The permit number.</documentation>
2374
+ </annotation>
2375
+ <simpleType>
2376
+ <restriction base="xs:string">
2377
+ <maxLength value="35"/>
2378
+ </restriction>
2379
+ </simpleType>
2380
+ </element>
2381
+ <element name="attestationNumber" minOccurs="0">
2382
+ <annotation>
2383
+ <documentation>The attestation number.</documentation>
2384
+ </annotation>
2385
+ <simpleType>
2386
+ <restriction base="xs:string">
2387
+ <maxLength value="35"/>
2388
+ </restriction>
2389
+ </simpleType>
2390
+ </element>
2391
+ <element name="addresseesCustomsReference" minOccurs="0">
2392
+ <annotation>
2393
+ <documentation>The customs reference is used by customs authorities
2394
+ to identify
2395
+ economics operators an/or other persons involved. With
2396
+ the given reference,
2397
+ granted authorizations and/or relevant
2398
+ processes in customs
2399
+ clearance an/or
2400
+ taxation can be taken into
2401
+ account.
2402
+ </documentation>
2403
+ </annotation>
2404
+ <simpleType>
2405
+ <restriction base="xs:string">
2406
+ <maxLength value="35"/>
2407
+ </restriction>
2408
+ </simpleType>
2409
+ </element>
2410
+ <element name="sendersCustomsReference" minOccurs="0">
2411
+ <annotation>
2412
+ <documentation>The customs reference is used by customs authorities
2413
+ to identify
2414
+ economics operators an/or other persons involved. With
2415
+ the given reference,
2416
+ granted authorizations and/or relevant
2417
+ processes in customs
2418
+ clearance an/or
2419
+ taxation can be taken into
2420
+ account.
2421
+ </documentation>
2422
+ </annotation>
2423
+ <simpleType>
2424
+ <restriction base="xs:string">
2425
+ <maxLength value="35"/>
2426
+ </restriction>
2427
+ </simpleType>
2428
+ </element>
2429
+ <element name="WithElectronicExportNtfctn" type="bcs:Serviceconfiguration" minOccurs="0">
2430
+ <annotation>
2431
+ <documentation>Sets an electronic export notification.
2432
+ </documentation>
2433
+ </annotation>
2434
+ </element>
2435
+ <element name="ExportDocPosition" minOccurs="0" maxOccurs="99">
2436
+ <annotation>
2437
+ <documentation>One or more child elements for every position to be
2438
+ defined within the Export Document. Each one contains description,
2439
+ country code of origin, amount, net weight, customs value.
2440
+ Multiple positions only possible for shipments using DHL Paket
2441
+ International (V53WPAK).
2442
+ Shipments using DHL Europaket (V54EPAK)
2443
+ can only contain one
2444
+ ExportDocPosition.
2445
+ </documentation>
2446
+ </annotation>
2447
+ <complexType>
2448
+ <sequence>
2449
+ <element name="description">
2450
+ <annotation>
2451
+ <documentation>Description of the goods</documentation>
2452
+ </annotation>
2453
+ <simpleType>
2454
+ <restriction base="xs:string">
2455
+ <maxLength value="256"/>
2456
+ </restriction>
2457
+ </simpleType>
2458
+ </element>
2459
+ <element name="countryCodeOrigin">
2460
+ <annotation>
2461
+ <documentation>ISO-Code (ISO 3166-2) of country the goods were
2462
+ manufactured
2463
+ </documentation>
2464
+ </annotation>
2465
+ <simpleType>
2466
+ <restriction base="xs:string">
2467
+ <minLength value="2"/>
2468
+ <maxLength value="2"/>
2469
+ </restriction>
2470
+ </simpleType>
2471
+ </element>
2472
+ <element name="customsTariffNumber">
2473
+ <annotation>
2474
+ <documentation>Customs tariff number of the unit / position.
2475
+ </documentation>
2476
+ </annotation>
2477
+ <simpleType>
2478
+ <restriction base="xs:string">
2479
+ <maxLength value="10"/>
2480
+ </restriction>
2481
+ </simpleType>
2482
+ </element>
2483
+ <element name="amount">
2484
+ <annotation>
2485
+ <documentation>Quantity of the unit / position. Only positive
2486
+ values (&gt; 0) are allowed.
2487
+ </documentation>
2488
+ </annotation>
2489
+ <simpleType>
2490
+ <restriction base="xs:integer">
2491
+ <minInclusive value="1"/>
2492
+ <totalDigits value="10"/>
2493
+ </restriction>
2494
+ </simpleType>
2495
+ </element>
2496
+ <element name="netWeightInKG">
2497
+ <annotation>
2498
+ <documentation>Net weight of the unit / position. Only positive
2499
+ values (&gt; 0) are allowed.The total net weight must not exceed
2500
+ the shipment weight
2501
+ </documentation>
2502
+ </annotation>
2503
+ <simpleType>
2504
+ <restriction base="xs:decimal">
2505
+ <fractionDigits value="3"/>
2506
+ <minInclusive value="0.000"/>
2507
+ <maxInclusive value="999999.999"/>
2508
+ </restriction>
2509
+ </simpleType>
2510
+ </element>
2511
+ <element name="customsValue">
2512
+ <annotation>
2513
+ <documentation>Customs value amount of the unit /position. Only
2514
+ positive values (&gt; 0) are allowed.
2515
+ </documentation>
2516
+ </annotation>
2517
+ <simpleType>
2518
+ <restriction base="xs:decimal">
2519
+ <fractionDigits value="2"/>
2520
+ <minInclusive value="0.0"/>
2521
+ <maxInclusive value="999999.99"/>
2522
+ </restriction>
2523
+ </simpleType>
2524
+ </element>
2525
+ </sequence>
2526
+ </complexType>
2527
+ </element>
2528
+ </sequence>
2529
+ </complexType>
2530
+ <complexType name="FurtherAddressesType">
2531
+ <annotation>
2532
+ <documentation>Further address information
2533
+ The following data fields from the cis_base-types are processed/mandatory/optional:
2534
+ -------------------------------------------------------------------------------------------------------
2535
+ Salutation (optional) : cis:NameType-&gt;Person-&gt;salutation
2536
+ Company Name 1 (mandatory): cis:NameType-&gt;Company-&gt;name1
2537
+ Company Name 2 (optional) : cis:NameType-&gt;Company-&gt;name2
2538
+ Contact Name (mandatory): cis:CommunicationType-&gt;contactPerson
2539
+ Street Name (mandatory): cis:NativeAddressType-&gt;streetName
2540
+ Street Number (mandatory): cis:NativeAddressType-&gt;streetNumber
2541
+ Add. Address (optional) : cis:NativeAddressType-&gt;careOfName
2542
+ Postcode (mandatory): cis:NativeAddressType-&gt;zip
2543
+ City Name (mandatory): cis:NativeAddressType-&gt;city
2544
+ ISO Country Code (mandatory): cis:NativeAddressType-&gt;Origin-&gt;CountryType-&gt;countryISOType
2545
+ Phone Number (mandatory): cis:CommunicationType-&gt;phone
2546
+ Email Address (mandatory): cis:CommunicationType-&gt;email
2547
+ </documentation>
2548
+ </annotation>
2549
+ <sequence>
2550
+ <element name="DeliveryAdress" minOccurs="0">
2551
+ <annotation>
2552
+ <documentation>Mandatory if further address is to be specified.
2553
+ </documentation>
2554
+ </annotation>
2555
+ <complexType>
2556
+ <sequence>
2557
+ <element name="Company" type="cis:NameType">
2558
+ <annotation>
2559
+ <documentation>Determines whether further address is one of the
2560
+ following types.
2561
+ </documentation>
2562
+ </annotation>
2563
+ </element>
2564
+ <element name="Name3" type="xs:string" minOccurs="0">
2565
+ <annotation>
2566
+ <documentation>Extra data for name extension.</documentation>
2567
+ </annotation>
2568
+ </element>
2569
+ <element name="Address" type="cis:NativeAddressType">
2570
+ <annotation>
2571
+ <documentation>Contains address data.</documentation>
2572
+ </annotation>
2573
+ </element>
2574
+ <element name="Communication" type="cis:CommunicationType">
2575
+ <annotation>
2576
+ <documentation>Info about communication.</documentation>
2577
+ </annotation>
2578
+ </element>
2579
+ </sequence>
2580
+ </complexType>
2581
+ </element>
2582
+ </sequence>
2583
+ </complexType>
2584
+ <complexType name="LabelData">
2585
+ <annotation>
2586
+ <documentation>The status of the getLabel operation and the url for
2587
+ requesting the label
2588
+ (if available).
2589
+ </documentation>
2590
+ </annotation>
2591
+ <sequence>
2592
+ <element name="Status" type="bcs:Statusinformation" minOccurs="1" maxOccurs="1">
2593
+ <annotation>
2594
+ <documentation>Success status of processing retrieval of particular
2595
+ shipment
2596
+ label.
2597
+ </documentation>
2598
+ </annotation>
2599
+ </element>
2600
+ <element ref="cis:shipmentNumber" minOccurs="0" maxOccurs="1">
2601
+ <annotation>
2602
+ <documentation>For successful and unsuccessful operations, the
2603
+ requested
2604
+ ShipmentNumber of the label to be retrieved is returned.
2605
+ This is no matter
2606
+ if it the operation could be performed or not.
2607
+ </documentation>
2608
+ </annotation>
2609
+ </element>
2610
+ <choice minOccurs="0" maxOccurs="1">
2611
+ <element name="labelUrl" type="xs:string" minOccurs="0">
2612
+ <annotation>
2613
+ <documentation>If label output format was requested as 'URL' via
2614
+ LabelResponseType, this element will be returned. It contains the
2615
+ URL to
2616
+ access the PDF label. This is default output format if not
2617
+ specified
2618
+ other by client in labelResponseType. Depending on
2619
+ setting in customer
2620
+ profile all labels or just the shipmentlabel.
2621
+ </documentation>
2622
+ </annotation>
2623
+ </element>
2624
+ <element name="labelData" type="xs:string" minOccurs="0">
2625
+ <annotation>
2626
+ <documentation> Label as base64 encoded pdf data, depending on
2627
+ setting in
2628
+ customer profile all labels or just the shipmentlabel.
2629
+ </documentation>
2630
+ </annotation>
2631
+ </element>
2632
+ </choice>
2633
+ <choice minOccurs="0" maxOccurs="1">
2634
+ <element name="returnLabelUrl" type="xs:string" minOccurs="0">
2635
+ <annotation>
2636
+ <documentation>If label output format was requested as 'URL' via
2637
+ LabelResponseType, this element will be returned. It contains the
2638
+ URL to
2639
+ access the PDF label. This is default output format if not
2640
+ specified
2641
+ other by client in labelResponseType. Depending on
2642
+ setting in customer
2643
+ profile all labels or just the
2644
+ returnshipmentlabel.
2645
+ </documentation>
2646
+ </annotation>
2647
+ </element>
2648
+ <element name="returnLabelData" type="xs:string" minOccurs="0">
2649
+ <annotation>
2650
+ <documentation> Label as base64 encoded pdf data, depending on
2651
+ setting in
2652
+ customer profile all labels or just the
2653
+ returnshipmentlabel.
2654
+ </documentation>
2655
+ </annotation>
2656
+ </element>
2657
+ </choice>
2658
+ <choice minOccurs="0" maxOccurs="1">
2659
+ <element name="exportLabelUrl" type="xs:string" minOccurs="0">
2660
+ <annotation>
2661
+ <documentation>If label output format was requested as 'URL' via
2662
+ LabelResponseType, this element will be returned. It contains the
2663
+ URL to
2664
+ access the PDF label. This is default output format if not
2665
+ specified
2666
+ other by client in labelResponseType. Depending on
2667
+ setting in customer
2668
+ profile all labels or just the export
2669
+ documents.
2670
+ </documentation>
2671
+ </annotation>
2672
+ </element>
2673
+ <element name="exportLabelData" type="xs:string" minOccurs="0">
2674
+ <annotation>
2675
+ <documentation> Label as base64 encoded pdf data, depending on
2676
+ setting in
2677
+ customer profile all labels or just the export
2678
+ documents.
2679
+ </documentation>
2680
+ </annotation>
2681
+ </element>
2682
+ </choice>
2683
+ <choice minOccurs="0" maxOccurs="1">
2684
+ <element name="codLabelUrl" type="xs:string" minOccurs="0">
2685
+ <annotation>
2686
+ <documentation>If label output format was requested as 'URL' via
2687
+ LabelResponseType, this element will be returned. It contains the
2688
+ URL to
2689
+ access the PDF label. This is default output format if not
2690
+ specified
2691
+ other by client in labelResponseType. Depending on
2692
+ setting in customer
2693
+ profile all labels or just the cod related
2694
+ documents.
2695
+ </documentation>
2696
+ </annotation>
2697
+ </element>
2698
+ <element name="codLabelData" type="xs:string" minOccurs="0">
2699
+ <annotation>
2700
+ <documentation> Label as base64 encoded pdf data, depending on
2701
+ setting in
2702
+ customer profile all labels or just the cod related
2703
+ documents.
2704
+ </documentation>
2705
+ </annotation>
2706
+ </element>
2707
+ </choice>
2708
+ </sequence>
2709
+ </complexType>
2710
+ <complexType name="ExportDocData">
2711
+ <annotation>
2712
+ <documentation>The status of the getLabel operation and the url for
2713
+ requesting the label
2714
+ (if available)
2715
+ </documentation>
2716
+ </annotation>
2717
+ <sequence>
2718
+ <element ref="cis:shipmentNumber">
2719
+ <annotation>
2720
+ <documentation>ShipmentNumber</documentation>
2721
+ </annotation>
2722
+ </element>
2723
+ <element name="Status" type="bcs:Statusinformation">
2724
+ <annotation>
2725
+ <documentation>Status of the request (value of zero means, the
2726
+ request was
2727
+ processed without error; value greater than zero
2728
+ indicates that an error
2729
+ occurred).
2730
+ </documentation>
2731
+ </annotation>
2732
+ </element>
2733
+ <choice>
2734
+ <element name="exportDocData" type="xs:string" minOccurs="0">
2735
+ <annotation>
2736
+ <documentation>Export doc as base64 encoded pdf data
2737
+ </documentation>
2738
+ </annotation>
2739
+ </element>
2740
+ <element name="exportDocURL" type="xs:string" minOccurs="0">
2741
+ <annotation>
2742
+ <documentation>URL for downloading the Export doc as pdf
2743
+ </documentation>
2744
+ </annotation>
2745
+ </element>
2746
+ </choice>
2747
+ </sequence>
2748
+ </complexType>
2749
+ <complexType name="ManifestState">
2750
+ <annotation>
2751
+ <documentation>The status of a doManifest operation. </documentation>
2752
+ </annotation>
2753
+ <sequence>
2754
+ <element ref="cis:shipmentNumber" minOccurs="0">
2755
+ <annotation>
2756
+ <documentation>ShipmentNumber</documentation>
2757
+ </annotation>
2758
+ </element>
2759
+ <element name="Status" type="bcs:Statusinformation">
2760
+ <annotation>
2761
+ <documentation>Status of the request (value of zero means, the
2762
+ request was
2763
+ processed without error; value greater than zero
2764
+ indicates that an error
2765
+ occurred).
2766
+ </documentation>
2767
+ </annotation>
2768
+ </element>
2769
+ </sequence>
2770
+ </complexType>
2771
+ <complexType name="DeletionState">
2772
+ <annotation>
2773
+ <documentation>The status of a deleteShipment operation.
2774
+ </documentation>
2775
+ </annotation>
2776
+ <sequence>
2777
+ <element ref="cis:shipmentNumber">
2778
+ <annotation>
2779
+ <documentation>For successful and unsuccessful operations, the
2780
+ requested
2781
+ ShipmentNumber to be deleted is returned. This is no
2782
+ matter if the operation
2783
+ could be performed or not.
2784
+ </documentation>
2785
+ </annotation>
2786
+ </element>
2787
+ <element name="Status" type="bcs:Statusinformation">
2788
+ <annotation>
2789
+ <documentation>Success status of processing the deletion of
2790
+ particular
2791
+ shipment.
2792
+ </documentation>
2793
+ </annotation>
2794
+ </element>
2795
+ </sequence>
2796
+ </complexType>
2797
+ <element name="BookPickupRequest">
2798
+ <annotation>
2799
+ <documentation>The data for a pickup order.</documentation>
2800
+ </annotation>
2801
+ <complexType>
2802
+ <sequence>
2803
+ <element ref="bcs:Version">
2804
+ <annotation>
2805
+ <documentation>The version of the webservice implementation for
2806
+ which the
2807
+ requesting client is developed.
2808
+ </documentation>
2809
+ </annotation>
2810
+ </element>
2811
+ <element name="BookingInformation" type="bcs:PickupBookingInformationType">
2812
+ <annotation>
2813
+ <documentation>Contains information in further leaf elements about
2814
+ product,
2815
+ DHL account, pickup date and time, pickup location,
2816
+ amount of pieces,
2817
+ pallets, and shipments, moreover weight and
2818
+ volume weight, size.
2819
+ </documentation>
2820
+ </annotation>
2821
+ </element>
2822
+ <element name="PickupAddress" type="bcs:PickupAddressType">
2823
+ <annotation>
2824
+ <documentation>The pickup address.</documentation>
2825
+ </annotation>
2826
+ </element>
2827
+ <element name="ContactOrderer" type="bcs:PickupOrdererType" minOccurs="0">
2828
+ <annotation>
2829
+ <documentation>The address and contact information of the
2830
+ orderer.
2831
+ </documentation>
2832
+ </annotation>
2833
+ </element>
2834
+ </sequence>
2835
+ </complexType>
2836
+ </element>
2837
+ <element name="BookPickupResponse">
2838
+ <annotation>
2839
+ <documentation>The data for a pickup order.</documentation>
2840
+ </annotation>
2841
+ <complexType>
2842
+ <sequence>
2843
+ <element ref="bcs:Version">
2844
+ <annotation>
2845
+ <documentation>The version of the webservice implementation.
2846
+ </documentation>
2847
+ </annotation>
2848
+ </element>
2849
+ <element name="Status" type="bcs:Statusinformation">
2850
+ <annotation>
2851
+ <documentation>Success status after processing the request.
2852
+ </documentation>
2853
+ </annotation>
2854
+ </element>
2855
+ <element name="ConfirmationNumber" type="xs:string" minOccurs="0">
2856
+ <annotation>
2857
+ <documentation>The confirmation number of the successfully created
2858
+ pickup
2859
+ order. It can later be used for cancelling a pickup order.
2860
+ Confirmation
2861
+ number is not available for each pickup type.
2862
+ </documentation>
2863
+ </annotation>
2864
+ </element>
2865
+ <element name="ShipmentNumber" type="xs:string" minOccurs="0">
2866
+ <annotation>
2867
+ <documentation>If available, a shipment number is returned.
2868
+ </documentation>
2869
+ </annotation>
2870
+ </element>
2871
+ </sequence>
2872
+ </complexType>
2873
+ </element>
2874
+ <complexType name="PickupDetailsType">
2875
+ <annotation>
2876
+ <documentation>The details of a pickup order.</documentation>
2877
+ </annotation>
2878
+ <sequence>
2879
+ <element name="PickupDate">
2880
+ <annotation>
2881
+ <documentation>Pickup date in format yyyy-mm-dd. Mandatory if
2882
+ pickup is booked
2883
+ along with shipment order.
2884
+ </documentation>
2885
+ </annotation>
2886
+ <simpleType>
2887
+ <restriction base="xs:string">
2888
+ <minLength value="10"/>
2889
+ <maxLength value="10"/>
2890
+ </restriction>
2891
+ </simpleType>
2892
+ </element>
2893
+ <element name="ReadyByTime">
2894
+ <annotation>
2895
+ <documentation>Earliest time for pickup. Format is hh:mm.
2896
+ </documentation>
2897
+ </annotation>
2898
+ <simpleType>
2899
+ <restriction base="xs:string">
2900
+ <minLength value="5"/>
2901
+ <maxLength value="5"/>
2902
+ </restriction>
2903
+ </simpleType>
2904
+ </element>
2905
+ <element name="ClosingTime">
2906
+ <annotation>
2907
+ <documentation>Lates time for pickup. Format is hh:mm.
2908
+ </documentation>
2909
+ </annotation>
2910
+ <simpleType>
2911
+ <restriction base="xs:string">
2912
+ <minLength value="5"/>
2913
+ <maxLength value="5"/>
2914
+ </restriction>
2915
+ </simpleType>
2916
+ </element>
2917
+ <element name="Remark" type="xs:string" minOccurs="0">
2918
+ <annotation>
2919
+ <documentation>Remarks to be considered when pickup is done.
2920
+ </documentation>
2921
+ </annotation>
2922
+ </element>
2923
+ <element name="PickupLocation" type="xs:string">
2924
+ <annotation>
2925
+ <documentation>Area to further detail pickup location beyond
2926
+ address.
2927
+ </documentation>
2928
+ </annotation>
2929
+ </element>
2930
+ </sequence>
2931
+ </complexType>
2932
+ <complexType name="PickupAddressType">
2933
+ <annotation>
2934
+ <documentation>
2935
+ The pickup address. In the PickupType the following data fields are processed/mandatory/optional:
2936
+ ----------------------------------------------------------------------------------------------
2937
+ Company Name 1 (mandatory): cis:NameType-&gt;Company-&gt;name1
2938
+ Contact Name (mandatory): cis:CommunicationType-&gt;contactPerson
2939
+ Street Name (mandatory): cis:NativeAddressType-&gt;streetName
2940
+ Street Number (mandatory): cis:NativeAddressType-&gt;streetNumber
2941
+ Add. Address (optional) : cis:NativeAddressType-&gt;careOfName
2942
+ Postcode (mandatory): cis:NativeAddressType-&gt;zip
2943
+ City Name (mandatory): cis:NativeAddressType-&gt;city
2944
+ ISO Country Code (mandatory): cis:NativeAddressType-&gt;Origin-&gt;CountryType-&gt;countryISOType
2945
+ Phone Number (mandatory): cis:CommunicationType-&gt;phone
2946
+ Email Address (mandatory): cis:CommunicationType-&gt;email
2947
+ </documentation>
2948
+ </annotation>
2949
+ <sequence>
2950
+ <element name="Company" type="cis:NameType">
2951
+ <annotation>
2952
+ <documentation>Determines whether pickup address is one of the
2953
+ following
2954
+ types.
2955
+ </documentation>
2956
+ </annotation>
2957
+ </element>
2958
+ <element name="Address" type="cis:NativeAddressType">
2959
+ <annotation>
2960
+ <documentation>Data fields for pickup address.</documentation>
2961
+ </annotation>
2962
+ </element>
2963
+ <element name="Communication" type="cis:CommunicationType">
2964
+ <annotation>
2965
+ <documentation>Info about communication. </documentation>
2966
+ </annotation>
2967
+ </element>
2968
+ </sequence>
2969
+ </complexType>
2970
+ <complexType name="PickupOrdererType">
2971
+ <annotation>
2972
+ <documentation>
2973
+ Information about the pickup orderer. In the PickupOrdererType the following data fields are processed/mandatory/optional:
2974
+ ----------------------------------------------------------------------------------------------
2975
+ Salutation (optional) : cis:NameType-&gt;Person-&gt;salutation
2976
+ Company Name 1 (mandatory): cis:NameType-&gt;Company-&gt;name1
2977
+ Company Name 2 (optional) : cis:NameType-&gt;Company-&gt;name2
2978
+ Contact Name (mandatory): cis:CommunicationType-&gt;contactPerson
2979
+ Street Name (mandatory): cis:NativeAddressType-&gt;streetName
2980
+ Street Number (mandatory): cis:NativeAddressType-&gt;streetNumber
2981
+ Add. Address (optional) : cis:NativeAddressType-&gt;careOfName
2982
+ Postcode (mandatory): cis:NativeAddressType-&gt;zip
2983
+ City Name (mandatory): cis:NativeAddressType-&gt;city
2984
+ ISO Country Code (mandatory): cis:NativeAddressType-&gt;Origin-&gt;CountryType-&gt;countryISOType
2985
+ Phone Number (mandatory): cis:CommunicationType-&gt;phone
2986
+ Email Address (mandatory): cis:CommunicationType-&gt;email
2987
+ </documentation>
2988
+ </annotation>
2989
+ <sequence>
2990
+ <element name="Company" type="cis:NameType">
2991
+ <annotation>
2992
+ <documentation>Determines whether orderer contact address is of the
2993
+ following
2994
+ type.
2995
+ </documentation>
2996
+ </annotation>
2997
+ </element>
2998
+ <element name="Name3" type="xs:string" minOccurs="0">
2999
+ <annotation>
3000
+ <documentation>Optional name appendix.</documentation>
3001
+ </annotation>
3002
+ </element>
3003
+ <element name="Address" type="cis:NativeAddressType">
3004
+ <annotation>
3005
+ <documentation>Data fields for orderer's address.</documentation>
3006
+ </annotation>
3007
+ </element>
3008
+ <element name="Communication" type="cis:CommunicationType">
3009
+ <annotation>
3010
+ <documentation>Info about communication. </documentation>
3011
+ </annotation>
3012
+ </element>
3013
+ </sequence>
3014
+ </complexType>
3015
+ <complexType name="PickupBookingInformationType">
3016
+ <annotation>
3017
+ <documentation>The data of the pickup order.</documentation>
3018
+ </annotation>
3019
+ <sequence>
3020
+ <element name="Account">
3021
+ <annotation>
3022
+ <documentation>Depending on whether a DD pickup or TD pickup is
3023
+ invoked, this
3024
+ field contains either the 10-digit EKP number (DD
3025
+ pickups) or the 9-digit
3026
+ accountNumberExpress (TD pickups).
3027
+ </documentation>
3028
+ </annotation>
3029
+ <simpleType>
3030
+ <restriction base="string">
3031
+ <maxLength value="14"/>
3032
+ </restriction>
3033
+ </simpleType>
3034
+ </element>
3035
+ <element name="PickupDate">
3036
+ <annotation>
3037
+ <documentation>Pickup date in format yyyy-mm-dd.</documentation>
3038
+ </annotation>
3039
+ <simpleType>
3040
+ <restriction base="xs:string">
3041
+ <minLength value="10"/>
3042
+ <maxLength value="10"/>
3043
+ </restriction>
3044
+ </simpleType>
3045
+ </element>
3046
+ <element name="ReadyByTime">
3047
+ <annotation>
3048
+ <documentation>Earliest time for pickup. Format is hh:mm.
3049
+ </documentation>
3050
+ </annotation>
3051
+ <simpleType>
3052
+ <restriction base="xs:string">
3053
+ <minLength value="5"/>
3054
+ <maxLength value="5"/>
3055
+ </restriction>
3056
+ </simpleType>
3057
+ </element>
3058
+ <element name="ClosingTime">
3059
+ <annotation>
3060
+ <documentation>Lates time for pickup. Format is hh:mm.
3061
+ </documentation>
3062
+ </annotation>
3063
+ <simpleType>
3064
+ <restriction base="xs:string">
3065
+ <minLength value="5"/>
3066
+ <maxLength value="5"/>
3067
+ </restriction>
3068
+ </simpleType>
3069
+ </element>
3070
+ <element name="Remark" type="xs:string" minOccurs="0">
3071
+ <annotation>
3072
+ <documentation>Remarks to be considered when pickup is done.
3073
+ Mandatory if 'TDI'
3074
+ is selected.
3075
+ </documentation>
3076
+ </annotation>
3077
+ </element>
3078
+ <element name="PickupLocation" type="xs:string" minOccurs="0">
3079
+ <annotation>
3080
+ <documentation>Area to further detail pickup location beyond
3081
+ address. Mandatory
3082
+ for TDN and TDI, optional for DDN and DDI.
3083
+ </documentation>
3084
+ </annotation>
3085
+ </element>
3086
+ <element name="AmountOfPieces" minOccurs="0">
3087
+ <annotation>
3088
+ <documentation>Number of pieces to be picked up.</documentation>
3089
+ </annotation>
3090
+ <simpleType>
3091
+ <restriction base="xs:integer">
3092
+ <minInclusive value="0"/>
3093
+ </restriction>
3094
+ </simpleType>
3095
+ </element>
3096
+ <element name="AmountOfPallets" minOccurs="0">
3097
+ <annotation>
3098
+ <documentation>Number of pallets to be picked up.</documentation>
3099
+ </annotation>
3100
+ <simpleType>
3101
+ <restriction base="xs:integer">
3102
+ <minInclusive value="0"/>
3103
+ </restriction>
3104
+ </simpleType>
3105
+ </element>
3106
+ <element name="WeightInKG" minOccurs="0">
3107
+ <annotation>
3108
+ <documentation>The weight of all shipment's pieces in kg. Field
3109
+ length must be
3110
+ less than or equal to 22.
3111
+ </documentation>
3112
+ </annotation>
3113
+ <simpleType>
3114
+ <restriction base="xs:decimal">
3115
+ <fractionDigits value="2"/>
3116
+ <minInclusive value="0.0"/>
3117
+ <maxInclusive value="9999999.99"/>
3118
+ </restriction>
3119
+ </simpleType>
3120
+ </element>
3121
+ <element name="CountOfShipments" minOccurs="0">
3122
+ <annotation>
3123
+ <documentation>Number of shipments to be picked up.</documentation>
3124
+ </annotation>
3125
+ <simpleType>
3126
+ <restriction base="xs:integer">
3127
+ <minInclusive value="0"/>
3128
+ </restriction>
3129
+ </simpleType>
3130
+ </element>
3131
+ <element name="TotalVolumeWeight" minOccurs="0">
3132
+ <annotation>
3133
+ <documentation>The total volumetric weight of all pieces in kg.
3134
+ Calculated by
3135
+ piece = length x width x height in centimetres /
3136
+ 5000. Field length must be
3137
+ less than or equal to 22.
3138
+ </documentation>
3139
+ </annotation>
3140
+ <simpleType>
3141
+ <restriction base="xs:decimal">
3142
+ <fractionDigits value="2"/>
3143
+ <minInclusive value="0.0"/>
3144
+ <maxInclusive value="9999999.99"/>
3145
+ </restriction>
3146
+ </simpleType>
3147
+ </element>
3148
+ <element name="MaxLengthInCM" minOccurs="0">
3149
+ <annotation>
3150
+ <documentation>The maximum length in cm.</documentation>
3151
+ </annotation>
3152
+ <simpleType>
3153
+ <restriction base="xs:decimal">
3154
+ <fractionDigits value="2"/>
3155
+ <minInclusive value="0.0"/>
3156
+ <maxInclusive value="9999999.99"/>
3157
+ </restriction>
3158
+ </simpleType>
3159
+ </element>
3160
+ <element name="MaxWidthInCM" minOccurs="0">
3161
+ <annotation>
3162
+ <documentation>The maximum width in cm.</documentation>
3163
+ </annotation>
3164
+ <simpleType>
3165
+ <restriction base="xs:decimal">
3166
+ <fractionDigits value="2"/>
3167
+ <minInclusive value="0.0"/>
3168
+ <maxInclusive value="9999999.99"/>
3169
+ </restriction>
3170
+ </simpleType>
3171
+ </element>
3172
+ <element name="MaxHeightInCM" minOccurs="0">
3173
+ <annotation>
3174
+ <documentation>The maximum height in cm.</documentation>
3175
+ </annotation>
3176
+ <simpleType>
3177
+ <restriction base="xs:decimal">
3178
+ <fractionDigits value="2"/>
3179
+ <minInclusive value="0.0"/>
3180
+ <maxInclusive value="9999999.99"/>
3181
+ </restriction>
3182
+ </simpleType>
3183
+ </element>
3184
+ </sequence>
3185
+ </complexType>
3186
+ <element name="CancelPickupRequest">
3187
+ <annotation>
3188
+ <documentation>The data for cancelling a pickup order.
3189
+ </documentation>
3190
+ </annotation>
3191
+ <complexType>
3192
+ <sequence>
3193
+ <element ref="bcs:Version">
3194
+ <annotation>
3195
+ <documentation>The version of the webservice implementation for
3196
+ which the
3197
+ requesting client is developed.
3198
+ </documentation>
3199
+ </annotation>
3200
+ </element>
3201
+ <element name="BookingConfirmationNumber" type="xs:string">
3202
+ <annotation>
3203
+ <documentation>The confirmation number of the pickup order which
3204
+ should be
3205
+ cancelled. Use value from pickup response attribute
3206
+ 'ConfirmationNumber'
3207
+ to cancel respective pickup order. Note: only
3208
+ one pickup can be deleted
3209
+ at a time.
3210
+ </documentation>
3211
+ </annotation>
3212
+ </element>
3213
+ </sequence>
3214
+ </complexType>
3215
+ </element>
3216
+ <element name="CancelPickupResponse">
3217
+ <annotation>
3218
+ <documentation>The status of the cancel pickup operation.
3219
+ </documentation>
3220
+ </annotation>
3221
+ <complexType>
3222
+ <sequence>
3223
+ <element ref="bcs:Version">
3224
+ <annotation>
3225
+ <documentation>The version of the webservice implementation.
3226
+ </documentation>
3227
+ </annotation>
3228
+ </element>
3229
+ <element name="Status" type="bcs:Statusinformation">
3230
+ <annotation>
3231
+ <documentation>Success status after processing the request.
3232
+ </documentation>
3233
+ </annotation>
3234
+ </element>
3235
+ </sequence>
3236
+ </complexType>
3237
+ </element>
3238
+ <complexType name="IdentityData">
3239
+ <annotation>
3240
+ <documentation>Identity data (used e.g. for ident services)
3241
+ </documentation>
3242
+ </annotation>
3243
+ <sequence>
3244
+ <choice>
3245
+ <element name="DrivingLicense">
3246
+ <annotation>
3247
+ <documentation>If driving license shall be used for verifying
3248
+ identity.
3249
+ </documentation>
3250
+ </annotation>
3251
+ <complexType>
3252
+ <sequence>
3253
+ <element name="LicenseNumber" type="xs:string">
3254
+ <annotation>
3255
+ <documentation>ID number of the driving license. Mandatory if
3256
+ DrivingLicense is chosen as identity
3257
+ instrument.
3258
+ </documentation>
3259
+ </annotation>
3260
+ </element>
3261
+ <element name="Authority" type="xs:string">
3262
+ <annotation>
3263
+ <documentation>Name of certifying authority of the driving
3264
+ license. Mandatory if DrivingLicense is chosen as identity
3265
+ instrument.
3266
+ </documentation>
3267
+ </annotation>
3268
+ </element>
3269
+ </sequence>
3270
+ </complexType>
3271
+ </element>
3272
+ <element name="IdentityCard">
3273
+ <annotation>
3274
+ <documentation>If identity card shall be used for verifying
3275
+ identity.
3276
+ </documentation>
3277
+ </annotation>
3278
+ <complexType>
3279
+ <sequence>
3280
+ <element name="CardNumber" type="xs:string">
3281
+ <annotation>
3282
+ <documentation>Number of the identity card. Mandatory if
3283
+ IdentityCard is chosen as identity instrument. Field length
3284
+ must be less than or equal to 20.
3285
+ </documentation>
3286
+ </annotation>
3287
+ </element>
3288
+ <element name="CardAuthority" type="xs:string">
3289
+ <annotation>
3290
+ <documentation>Name of certifying card authority. Mandatory if
3291
+ IdentityCard is chosen as identity instrument. Field length
3292
+ must be less than or equal to 30.
3293
+ </documentation>
3294
+ </annotation>
3295
+ </element>
3296
+ </sequence>
3297
+ </complexType>
3298
+ </element>
3299
+ <element name="BankCard">
3300
+ <annotation>
3301
+ <documentation>If a bank card shall be used for verifying
3302
+ identity.
3303
+ </documentation>
3304
+ </annotation>
3305
+ <complexType>
3306
+ <sequence>
3307
+ <element name="CardType" type="xs:string">
3308
+ <annotation>
3309
+ <documentation>Type of bank card. Mandatory if BankCard is
3310
+ chosen as identity instrument.
3311
+ </documentation>
3312
+ </annotation>
3313
+ </element>
3314
+ <element name="CardNumber" type="xs:string">
3315
+ <annotation>
3316
+ <documentation>Number of bank card. Mandatory if BankCard is
3317
+ chosen as identity instrument.
3318
+ </documentation>
3319
+ </annotation>
3320
+ </element>
3321
+ <element name="BankName" type="xs:string">
3322
+ <annotation>
3323
+ <documentation>Name of bank. Mandatory if BankCard is chosen as
3324
+ identity instrument.
3325
+ </documentation>
3326
+ </annotation>
3327
+ </element>
3328
+ <element name="BankCode" type="xs:string">
3329
+ <annotation>
3330
+ <documentation>Bank code. Mandatory if BankCard is chosen as
3331
+ identity instrument.
3332
+ </documentation>
3333
+ </annotation>
3334
+ </element>
3335
+ </sequence>
3336
+ </complexType>
3337
+ </element>
3338
+ </choice>
3339
+ </sequence>
3340
+ </complexType>
3341
+ <xs:complexType name="PackstationType">
3342
+ <xs:annotation>
3343
+ <xs:documentation>Type of Packstation (Receiver is in Germany)
3344
+ </xs:documentation>
3345
+ </xs:annotation>
3346
+ <xs:sequence>
3347
+ <xs:annotation>
3348
+ <xs:documentation>includes</xs:documentation>
3349
+ </xs:annotation>
3350
+ <xs:element name="PackstationNumber" type="xs:string">
3351
+ <xs:annotation>
3352
+ <xs:documentation>Number of the packstation</xs:documentation>
3353
+ </xs:annotation>
3354
+ </xs:element>
3355
+ <xs:element name="PostNumber" type="xs:string">
3356
+ <xs:annotation>
3357
+ <xs:documentation>Post Nummer of the receiver</xs:documentation>
3358
+ </xs:annotation>
3359
+ </xs:element>
3360
+ <xs:element name="Zip">
3361
+ <xs:annotation>
3362
+ <xs:documentation>Postcode</xs:documentation>
3363
+ </xs:annotation>
3364
+ <xs:simpleType>
3365
+ <xs:restriction base="xs:string">
3366
+ <xs:minLength value="5"/>
3367
+ <xs:maxLength value="5"/>
3368
+ <xs:pattern value="[0-9]{5}"/>
3369
+ </xs:restriction>
3370
+ </xs:simpleType>
3371
+ </xs:element>
3372
+ <xs:element name="City">
3373
+ <xs:annotation>
3374
+ <xs:documentation>City name.</xs:documentation>
3375
+ </xs:annotation>
3376
+ <xs:simpleType>
3377
+ <xs:restriction base="xs:string">
3378
+ <xs:maxLength value="50"/>
3379
+ </xs:restriction>
3380
+ </xs:simpleType>
3381
+ </xs:element>
3382
+ </xs:sequence>
3383
+ </xs:complexType>
3384
+ <xs:complexType name="PostfilialeType">
3385
+ <xs:annotation>
3386
+ <xs:documentation>Type of Postfiliale (Receiver is in Germany)
3387
+ </xs:documentation>
3388
+ </xs:annotation>
3389
+ <xs:sequence>
3390
+ <xs:annotation>
3391
+ <xs:documentation>includes</xs:documentation>
3392
+ </xs:annotation>
3393
+ <xs:element name="PostfilialNumber" type="xs:string">
3394
+ <xs:annotation>
3395
+ <xs:documentation>Number of the postfiliale</xs:documentation>
3396
+ </xs:annotation>
3397
+ </xs:element>
3398
+ <xs:element name="PostNumber" type="xs:string">
3399
+ <xs:annotation>
3400
+ <xs:documentation>Post Nummer of the receiver</xs:documentation>
3401
+ </xs:annotation>
3402
+ </xs:element>
3403
+ <xs:element name="Zip">
3404
+ <xs:annotation>
3405
+ <xs:documentation>Postcode</xs:documentation>
3406
+ </xs:annotation>
3407
+ <xs:simpleType>
3408
+ <xs:restriction base="xs:string">
3409
+ <xs:minLength value="5"/>
3410
+ <xs:maxLength value="5"/>
3411
+ <xs:pattern value="[0-9]{5}"/>
3412
+ </xs:restriction>
3413
+ </xs:simpleType>
3414
+ </xs:element>
3415
+ <xs:element name="City">
3416
+ <xs:annotation>
3417
+ <xs:documentation>City name.</xs:documentation>
3418
+ </xs:annotation>
3419
+ <xs:simpleType>
3420
+ <xs:restriction base="xs:string">
3421
+ <xs:maxLength value="50"/>
3422
+ </xs:restriction>
3423
+ </xs:simpleType>
3424
+ </xs:element>
3425
+ </xs:sequence>
3426
+ </xs:complexType>
3427
+ <xs:complexType name="ParcelShopType">
3428
+ <xs:annotation>
3429
+ <xs:documentation>Type of ParcelShop (Receiver is in Europe)
3430
+ </xs:documentation>
3431
+ </xs:annotation>
3432
+ <xs:sequence>
3433
+ <xs:annotation>
3434
+ <xs:documentation>includes</xs:documentation>
3435
+ </xs:annotation>
3436
+ <xs:element name="ParcelShopNumber" type="xs:string">
3437
+ <xs:annotation>
3438
+ <xs:documentation>Number of the ParcelShop</xs:documentation>
3439
+ </xs:annotation>
3440
+ </xs:element>
3441
+ <xs:element name="streetName" minOccurs="0">
3442
+ <xs:annotation>
3443
+ <xs:documentation>Name of street of the ParcelShop
3444
+ </xs:documentation>
3445
+ </xs:annotation>
3446
+ <xs:simpleType>
3447
+ <xs:restriction base="xs:string">
3448
+ <xs:maxLength value="35"/>
3449
+ </xs:restriction>
3450
+ </xs:simpleType>
3451
+ </xs:element>
3452
+ <xs:element name="streetNumber" minOccurs="0">
3453
+ <xs:annotation>
3454
+ <xs:documentation>House number of the ParcelShop</xs:documentation>
3455
+ </xs:annotation>
3456
+ <xs:simpleType>
3457
+ <xs:restriction base="xs:string">
3458
+ <xs:maxLength value="5"/>
3459
+ </xs:restriction>
3460
+ </xs:simpleType>
3461
+ </xs:element>
3462
+ <xs:element name="Zip">
3463
+ <xs:annotation>
3464
+ <xs:documentation>Postcode</xs:documentation>
3465
+ </xs:annotation>
3466
+ <xs:simpleType>
3467
+ <xs:restriction base="xs:string">
3468
+ <xs:minLength value="5"/>
3469
+ <xs:maxLength value="5"/>
3470
+ <xs:pattern value="[0-9]{5}"/>
3471
+ </xs:restriction>
3472
+ </xs:simpleType>
3473
+ </xs:element>
3474
+ <xs:element name="City">
3475
+ <xs:annotation>
3476
+ <xs:documentation>City name.</xs:documentation>
3477
+ </xs:annotation>
3478
+ <xs:simpleType>
3479
+ <xs:restriction base="xs:string">
3480
+ <xs:maxLength value="50"/>
3481
+ </xs:restriction>
3482
+ </xs:simpleType>
3483
+ </xs:element>
3484
+ </xs:sequence>
3485
+ </xs:complexType>
3486
+ <element name="ReadShipmentOrderResponse">
3487
+ <annotation>
3488
+ <documentation>The status of the operation and the shipment
3489
+ identifier (if
3490
+ available).
3491
+ </documentation>
3492
+ </annotation>
3493
+ <complexType>
3494
+ <sequence>
3495
+ <element ref="bcs:Version">
3496
+ <annotation>
3497
+ <documentation>The version of the webservice implementation.
3498
+ </documentation>
3499
+ </annotation>
3500
+ </element>
3501
+ <element name="status" type="bcs:Statusinformation">
3502
+ <annotation>
3503
+ <documentation>Success status after processing the overall
3504
+ request.
3505
+ </documentation>
3506
+ </annotation>
3507
+ </element>
3508
+ <element name="CreationState" type="bcs:CreationState" minOccurs="0" maxOccurs="30">
3509
+ <annotation>
3510
+ <documentation>The operation's success status for every single
3511
+ ShipmentOrder
3512
+ will be returned by one CreationState element. It is
3513
+ identifiable via
3514
+ SequenceNumber.
3515
+ </documentation>
3516
+ </annotation>
3517
+ </element>
3518
+ </sequence>
3519
+ </complexType>
3520
+ </element>
3521
+ <xs:element name="Version">
3522
+ <xs:annotation>
3523
+ <xs:documentation>The version of the webservice implementation for
3524
+ which the requesting
3525
+ client is developed.
3526
+ </xs:documentation>
3527
+ </xs:annotation>
3528
+ <xs:complexType>
3529
+ <xs:sequence>
3530
+ <xs:annotation>
3531
+ <xs:documentation>includes</xs:documentation>
3532
+ </xs:annotation>
3533
+ <xs:element name="majorRelease">
3534
+ <xs:annotation>
3535
+ <xs:documentation>The number of the major release. E.g. the '3' in
3536
+ version
3537
+ "3.1.".
3538
+ </xs:documentation>
3539
+ </xs:annotation>
3540
+ <xs:simpleType>
3541
+ <xs:restriction base="xs:string">
3542
+ <xs:maxLength value="2"/>
3543
+ </xs:restriction>
3544
+ </xs:simpleType>
3545
+ </xs:element>
3546
+ <xs:element name="minorRelease" minOccurs="0">
3547
+ <xs:annotation>
3548
+ <xs:documentation>The number of the minor release. E.g. the '1' in
3549
+ version
3550
+ "3.1.".
3551
+ </xs:documentation>
3552
+ </xs:annotation>
3553
+ <xs:simpleType>
3554
+ <xs:restriction base="xs:string">
3555
+ <xs:maxLength value="2"/>
3556
+ </xs:restriction>
3557
+ </xs:simpleType>
3558
+ </xs:element>
3559
+ <xs:element name="build" minOccurs="0">
3560
+ <xs:annotation>
3561
+ <xs:documentation>Optional build id to be addressed.
3562
+ </xs:documentation>
3563
+ </xs:annotation>
3564
+ <xs:simpleType>
3565
+ <xs:restriction base="xs:string">
3566
+ <xs:maxLength value="5"/>
3567
+ </xs:restriction>
3568
+ </xs:simpleType>
3569
+ </xs:element>
3570
+ </xs:sequence>
3571
+ </xs:complexType>
3572
+ </xs:element>
3573
+ </schema>
packages/woocommerce-germanized-dhl/assets/wsdl/geschaeftskundenversand-api-3.1.8-schema-cis_base.xsd ADDED
@@ -0,0 +1,1122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Mit XMLSpy v2008 rel. 2 sp2 (http://www.altova.com) von Andreas V. Kempf (DHL Verwaltungs GmbH) bearbeitet -->
3
+ <!-- Mit XMLSpy Andreas Kempf bearbeitet -->
4
+ <!--
5
+ Description:
6
+ The descriped structures and elements are used to provide a basis for cis web services
7
+
8
+ DHL Verwaltungs GmbH
9
+ Customer Interface Solutions
10
+ Bonn (Germany)
11
+
12
+ Version: 0.96
13
+
14
+ Date: 10.12.2008
15
+
16
+ Dependency:
17
+ none
18
+
19
+ Refered by:
20
+ tas.xsd Domestic pickup service for Germany
21
+ Intraship WebService
22
+ pud.xsd Pickup Dispatcher (Intraship
23
+
24
+ History:
25
+ v0.4 Element streetAdd renamed to careOfName
26
+ v0.5 Critical number elements converted to string to keep leading zeros (ZIP:germany, routeCode, identCode, PackStationType, PostOfficeType)
27
+ v0.6 streetNameCode and streetNumberCode added, PickupAddressType and DeliveryAddressType expanded by these fields
28
+ v0.7 version added
29
+ v0.8 BankType changed, ShipmentNumberType added
30
+ v0.9 accountNumberExpress added
31
+ v0.9a status and statusDescription added
32
+ v0.91 contactPerson added to CommunicationType
33
+ v0.92 element version deleted, new element Version with major release, minor release and optional build
34
+ v0.93 elements status and statusDescription replaced by the new element Status with elements statuscode and statusdescription
35
+ v0.94 added elements airwayBill->ShipmentNumberType, Dimension, productKey, TimeFrame, Origin added in packStationType, Origin->country now optional
36
+ v0.95 added shipmentNumber for all DHL numbertypes (incl. empty for possible response), airwaybill modified to string[10], added datatypes for BankType->bic and BankType->note
37
+ v0.96 added shipmentNumber into shipmentNumberType as reference
38
+ -->
39
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cis="http://dhl.de/webservice/cisbase"
40
+ targetNamespace="http://dhl.de/webservice/cisbase" elementFormDefault="qualified"
41
+ attributeFormDefault="unqualified">
42
+ <xs:simpleType name="countryISOType">
43
+ <xs:annotation>
44
+ <xs:documentation>Country specific ISO code.</xs:documentation>
45
+ </xs:annotation>
46
+ <xs:restriction base="xs:string">
47
+ <xs:maxLength value="2"/>
48
+ <xs:minLength value="2" fixed="false"/>
49
+ </xs:restriction>
50
+ </xs:simpleType>
51
+ <xs:element name="EKP">
52
+ <xs:annotation>
53
+ <xs:documentation>First 10 digit number extract from the 14 digit DHL Account Number. E.g. if DHL Account Number is "5000000008 72 01" then EKP is equal to 5000000008.</xs:documentation>
54
+ </xs:annotation>
55
+ <xs:simpleType>
56
+ <xs:restriction base="xs:string">
57
+ <xs:minLength value="10"/>
58
+ <xs:maxLength value="10"/>
59
+ </xs:restriction>
60
+ </xs:simpleType>
61
+ </xs:element>
62
+ <xs:element name="partnerID">
63
+ <xs:annotation>
64
+ <xs:documentation>Field has the partner id. I.e. the last 2 digit number extract from the 14 digit DHL Account Number. E.g. if DHL Account Number is "5000000008 72 01" then Attendance is 01. </xs:documentation>
65
+ </xs:annotation>
66
+ <xs:simpleType>
67
+ <xs:restriction base="xs:string">
68
+ <xs:minLength value="2"/>
69
+ <xs:maxLength value="2"/>
70
+ </xs:restriction>
71
+ </xs:simpleType>
72
+ </xs:element>
73
+ <xs:element name="procedureID">
74
+ <xs:annotation>
75
+ <xs:documentation>Procedure ID (part of account number).</xs:documentation>
76
+ </xs:annotation>
77
+ <xs:simpleType>
78
+ <xs:restriction base="xs:string">
79
+ <xs:minLength value="2"/>
80
+ <xs:maxLength value="2"/>
81
+ </xs:restriction>
82
+ </xs:simpleType>
83
+ </xs:element>
84
+ <xs:element name="accountNumber">
85
+ <xs:annotation>
86
+ <xs:documentation>DHL account number (14 digits).</xs:documentation>
87
+ </xs:annotation>
88
+ <xs:simpleType>
89
+ <xs:restriction base="xs:string">
90
+ <xs:minLength value="14"/>
91
+ <xs:maxLength value="14"/>
92
+ </xs:restriction>
93
+ </xs:simpleType>
94
+ </xs:element>
95
+ <xs:element name="accountNumberExpress">
96
+ <xs:annotation>
97
+ <xs:documentation>Express AccountNumber (9 digits).</xs:documentation>
98
+ </xs:annotation>
99
+ <xs:simpleType>
100
+ <xs:restriction base="xs:string">
101
+ <xs:minLength value="9"/>
102
+ <xs:maxLength value="9"/>
103
+ </xs:restriction>
104
+ </xs:simpleType>
105
+ </xs:element>
106
+ <xs:element name="identCode">
107
+ <xs:annotation>
108
+ <xs:documentation>Ident code number.</xs:documentation>
109
+ </xs:annotation>
110
+ <xs:simpleType>
111
+ <xs:restriction base="xs:string">
112
+ <xs:minLength value="12"/>
113
+ <xs:maxLength value="12"/>
114
+ <xs:pattern value="[0-9]{12}"/>
115
+ </xs:restriction>
116
+ </xs:simpleType>
117
+ </xs:element>
118
+ <xs:element name="licensePlate">
119
+ <xs:annotation>
120
+ <xs:documentation>License plate number.</xs:documentation>
121
+ </xs:annotation>
122
+ <xs:simpleType>
123
+ <xs:restriction base="xs:string">
124
+ <xs:maxLength value="39"/>
125
+ </xs:restriction>
126
+ </xs:simpleType>
127
+ </xs:element>
128
+ <xs:element name="airwayBill">
129
+ <xs:annotation>
130
+ <xs:documentation>Airway bill number.</xs:documentation>
131
+ </xs:annotation>
132
+ <xs:simpleType>
133
+ <xs:restriction base="xs:string">
134
+ <xs:minLength value="10"/>
135
+ <xs:maxLength value="10"/>
136
+ </xs:restriction>
137
+ </xs:simpleType>
138
+ </xs:element>
139
+ <xs:element name="routeCode">
140
+ <xs:annotation>
141
+ <xs:documentation>route code (default).</xs:documentation>
142
+ </xs:annotation>
143
+ <xs:simpleType>
144
+ <xs:restriction base="xs:string">
145
+ <xs:minLength value="14"/>
146
+ <xs:maxLength value="14"/>
147
+ <xs:pattern value="[0-9]{14}"/>
148
+ </xs:restriction>
149
+ </xs:simpleType>
150
+ </xs:element>
151
+ <xs:element name="routingCode">
152
+ <xs:annotation>
153
+ <xs:documentation>
154
+ The following barcode types are:
155
+ 1. GS1 Barcode
156
+ 2. ASC MH10 Barcode
157
+ 3. 2/5 Interleaved
158
+ 4. Code 128 ( UPU )
159
+ </xs:documentation>
160
+ </xs:annotation>
161
+ <xs:simpleType>
162
+ <xs:restriction base="xs:string">
163
+ <xs:maxLength value="39"/>
164
+ </xs:restriction>
165
+ </xs:simpleType>
166
+ </xs:element>
167
+ <xs:element name="zip" type="cis:ZipType"/>
168
+ <xs:element name="city">
169
+ <xs:annotation>
170
+ <xs:documentation>City name.</xs:documentation>
171
+ </xs:annotation>
172
+ <xs:simpleType>
173
+ <xs:restriction base="xs:string">
174
+ <xs:maxLength value="50"/>
175
+ </xs:restriction>
176
+ </xs:simpleType>
177
+ </xs:element>
178
+ <xs:element name="province">
179
+ <xs:annotation>
180
+ <xs:documentation>Province name.</xs:documentation>
181
+ </xs:annotation>
182
+ <xs:simpleType>
183
+ <xs:restriction base="xs:string">
184
+ <xs:maxLength value="35"/>
185
+ </xs:restriction>
186
+ </xs:simpleType>
187
+ </xs:element>
188
+ <xs:element name="streetNameCode">
189
+ <xs:annotation>
190
+ <xs:documentation>Code for street name (part of routecode).</xs:documentation>
191
+ </xs:annotation>
192
+ <xs:simpleType>
193
+ <xs:restriction base="xs:string">
194
+ <xs:minLength value="3"/>
195
+ <xs:maxLength value="3"/>
196
+ </xs:restriction>
197
+ </xs:simpleType>
198
+ </xs:element>
199
+ <xs:element name="streetNumberCode">
200
+ <xs:annotation>
201
+ <xs:documentation>Code for street number (part of routecode).</xs:documentation>
202
+ </xs:annotation>
203
+ <xs:simpleType>
204
+ <xs:restriction base="xs:string">
205
+ <xs:minLength value="3"/>
206
+ <xs:maxLength value="3"/>
207
+ </xs:restriction>
208
+ </xs:simpleType>
209
+ </xs:element>
210
+ <xs:element name="Origin" type="cis:CountryType">
211
+ <xs:annotation>
212
+ <xs:documentation>Country.</xs:documentation>
213
+ </xs:annotation>
214
+ </xs:element>
215
+ <xs:element name="Authentification" type="cis:AuthentificationType">
216
+ <xs:annotation>
217
+ <xs:documentation>Authentification.</xs:documentation>
218
+ </xs:annotation>
219
+ </xs:element>
220
+ <xs:element name="Version">
221
+ <xs:annotation>
222
+ <xs:documentation>The version of the webservice implementation for which the
223
+ requesting client is developed.</xs:documentation>
224
+ </xs:annotation>
225
+ <xs:complexType>
226
+ <xs:sequence>
227
+ <xs:annotation>
228
+ <xs:documentation>includes</xs:documentation>
229
+ </xs:annotation>
230
+ <xs:element name="majorRelease">
231
+ <xs:annotation>
232
+ <xs:documentation>The number of the major release. E.g. the '3' in version "3.1.".</xs:documentation>
233
+ </xs:annotation>
234
+ <xs:simpleType>
235
+ <xs:restriction base="xs:string">
236
+ <xs:maxLength value="2"/>
237
+ </xs:restriction>
238
+ </xs:simpleType>
239
+ </xs:element>
240
+ <xs:element name="minorRelease" minOccurs="0">
241
+ <xs:annotation>
242
+ <xs:documentation>The number of the minor release. E.g. the '3' in version "3.1.".</xs:documentation>
243
+ </xs:annotation>
244
+ <xs:simpleType>
245
+ <xs:restriction base="xs:string">
246
+ <xs:maxLength value="2"/>
247
+ </xs:restriction>
248
+ </xs:simpleType>
249
+ </xs:element>
250
+ <xs:element name="build" minOccurs="0">
251
+ <xs:annotation>
252
+ <xs:documentation>Optional build id to be addressed.</xs:documentation>
253
+ </xs:annotation>
254
+ <xs:simpleType>
255
+ <xs:restriction base="xs:string">
256
+ <xs:maxLength value="5"/>
257
+ </xs:restriction>
258
+ </xs:simpleType>
259
+ </xs:element>
260
+ </xs:sequence>
261
+ </xs:complexType>
262
+ </xs:element>
263
+ <xs:complexType name="AuthentificationType">
264
+ <xs:annotation>
265
+ <xs:documentation>Type of authentification</xs:documentation>
266
+ </xs:annotation>
267
+ <xs:sequence>
268
+ <xs:annotation>
269
+ <xs:documentation>includes</xs:documentation>
270
+ </xs:annotation>
271
+ <xs:element name="user">
272
+ <xs:annotation>
273
+ <xs:documentation>username for the business customer portal (only lower case)</xs:documentation>
274
+ </xs:annotation>
275
+ <xs:simpleType>
276
+ <xs:restriction base="xs:string"/>
277
+ </xs:simpleType>
278
+ </xs:element>
279
+ <xs:element name="signature">
280
+ <xs:annotation>
281
+ <xs:documentation>password for the business customer portal</xs:documentation>
282
+ </xs:annotation>
283
+ <xs:simpleType>
284
+ <xs:restriction base="xs:string">
285
+ <xs:maxLength value="32"/>
286
+ </xs:restriction>
287
+ </xs:simpleType>
288
+ </xs:element>
289
+ </xs:sequence>
290
+ </xs:complexType>
291
+ <xs:complexType name="NativeAddressType">
292
+ <xs:annotation>
293
+ <xs:documentation>Type of native address</xs:documentation>
294
+ </xs:annotation>
295
+ <xs:sequence>
296
+ <xs:annotation>
297
+ <xs:documentation>includes</xs:documentation>
298
+ </xs:annotation>
299
+ <xs:element name="streetName">
300
+ <xs:annotation>
301
+ <xs:documentation>The name of the street. Optionally the house number can be passed in this field too.
302
+ In this case the field "streetNumber" must not be present.</xs:documentation>
303
+ </xs:annotation>
304
+ <xs:simpleType>
305
+ <xs:restriction base="xs:string">
306
+ <xs:maxLength value="50"/>
307
+ </xs:restriction>
308
+ </xs:simpleType>
309
+ </xs:element>
310
+ <xs:element name="streetNumber" minOccurs="0" >
311
+ <xs:annotation>
312
+ <xs:documentation>The house number. This field is only optional when the house number is passed with
313
+ the field streetName.</xs:documentation>
314
+ </xs:annotation>
315
+ <xs:simpleType>
316
+ <xs:restriction base="xs:string">
317
+ <xs:maxLength value="10"/>
318
+ </xs:restriction>
319
+ </xs:simpleType>
320
+ </xs:element>
321
+ <xs:element name="addressAddition" minOccurs="0" maxOccurs="2">
322
+ <xs:annotation>
323
+ <xs:documentation>Address addon, is only printed in the international area (V53WPAK)</xs:documentation>
324
+ </xs:annotation>
325
+ <xs:simpleType>
326
+ <xs:restriction base="xs:string">
327
+ <xs:maxLength value="35"/>
328
+ </xs:restriction>
329
+ </xs:simpleType>
330
+ </xs:element>
331
+ <xs:element name="dispatchingInformation" minOccurs="0">
332
+ <xs:annotation>
333
+ <xs:documentation>DispatchingInformation, is only printed in the international area (V53WPAK)</xs:documentation>
334
+ </xs:annotation>
335
+ <xs:simpleType>
336
+ <xs:restriction base="xs:string">
337
+ <xs:maxLength value="35"/>
338
+ </xs:restriction>
339
+ </xs:simpleType>
340
+ </xs:element>
341
+ <xs:element ref="cis:zip"/>
342
+ <xs:element ref="cis:city"/>
343
+ <xs:element ref="cis:province" minOccurs="0"/>
344
+ <xs:element ref="cis:Origin" minOccurs="0"/>
345
+ </xs:sequence>
346
+ </xs:complexType>
347
+ <xs:complexType name="NativeAddressTypeNew">
348
+ <xs:annotation>
349
+ <xs:documentation>Type of native address</xs:documentation>
350
+ </xs:annotation>
351
+ <xs:sequence>
352
+ <xs:annotation>
353
+ <xs:documentation>includes</xs:documentation>
354
+ </xs:annotation>
355
+ <xs:element name="streetName">
356
+ <xs:annotation>
357
+ <xs:documentation>The name of the street. Optionally the house number can be passed in this field too.
358
+ In this case the field "streetNumber" must not be present.</xs:documentation>
359
+ </xs:annotation>
360
+ <xs:simpleType>
361
+ <xs:restriction base="xs:string">
362
+ <xs:maxLength value="50"/>
363
+ </xs:restriction>
364
+ </xs:simpleType>
365
+ </xs:element>
366
+ <xs:element name="streetNumber" minOccurs="0" >
367
+ <xs:annotation>
368
+ <xs:documentation>The house number. This field is only optional when the house number is passed with
369
+ the field streetName.</xs:documentation>
370
+ </xs:annotation>
371
+ <xs:simpleType>
372
+ <xs:restriction base="xs:string">
373
+ <xs:maxLength value="10"/>
374
+ </xs:restriction>
375
+ </xs:simpleType>
376
+ </xs:element>
377
+ <xs:element ref="cis:zip"/>
378
+ <xs:element ref="cis:city"/>
379
+ <xs:element name="Origin" type="cis:CountryType" minOccurs="0">
380
+ <xs:annotation>
381
+ <xs:documentation>Country.</xs:documentation>
382
+ </xs:annotation>
383
+ </xs:element>
384
+ </xs:sequence>
385
+ </xs:complexType>
386
+ <xs:complexType name="ReceiverNativeAddressType">
387
+ <xs:sequence>
388
+ <xs:element ref="cis:name2" minOccurs="0"/>
389
+ <xs:element ref="cis:name3" minOccurs="0"/>
390
+ <xs:element name="streetName">
391
+ <xs:annotation>
392
+ <xs:documentation>The name of the street. Optionally the house number can be passed in this field too.
393
+ In this case the field "streetNumber" must not be present.</xs:documentation>
394
+ </xs:annotation>
395
+ <xs:simpleType>
396
+ <xs:restriction base="xs:string">
397
+ <xs:maxLength value="50"/>
398
+ </xs:restriction>
399
+ </xs:simpleType>
400
+ </xs:element>
401
+ <xs:element name="streetNumber" minOccurs="0" >
402
+ <xs:annotation>
403
+ <xs:documentation>The house number. This field is only optional when the house number is passed with
404
+ the field streetName.</xs:documentation>
405
+ </xs:annotation>
406
+ <xs:simpleType>
407
+ <xs:restriction base="xs:string">
408
+ <xs:maxLength value="10"/>
409
+ </xs:restriction>
410
+ </xs:simpleType>
411
+ </xs:element>
412
+ <xs:element name="addressAddition" minOccurs="0" maxOccurs="2">
413
+ <xs:annotation>
414
+ <xs:documentation>Address addon, is only printed in the international area (V53WPAK)</xs:documentation>
415
+ </xs:annotation>
416
+ <xs:simpleType>
417
+ <xs:restriction base="xs:string">
418
+ <xs:maxLength value="35"/>
419
+ </xs:restriction>
420
+ </xs:simpleType>
421
+ </xs:element>
422
+ <xs:element name="dispatchingInformation" minOccurs="0">
423
+ <xs:annotation>
424
+ <xs:documentation>DispatchingInformation, is only printed in the international area (V53WPAK)</xs:documentation>
425
+ </xs:annotation>
426
+ <xs:simpleType>
427
+ <xs:restriction base="xs:string">
428
+ <xs:maxLength value="35"/>
429
+ </xs:restriction>
430
+ </xs:simpleType>
431
+ </xs:element>
432
+ <xs:element ref="cis:zip"/>
433
+ <xs:element ref="cis:city"/>
434
+ <xs:element ref="cis:province" minOccurs="0"/>
435
+ <xs:element name="Origin" type="cis:CountryType" minOccurs="0">
436
+ <xs:annotation>
437
+ <xs:documentation>Country.</xs:documentation>
438
+ </xs:annotation>
439
+ </xs:element>
440
+ </xs:sequence>
441
+ </xs:complexType>
442
+ <xs:complexType name="PickupAddressType">
443
+ <xs:annotation>
444
+ <xs:documentation>Type of pickup address</xs:documentation>
445
+ </xs:annotation>
446
+ <xs:sequence>
447
+ <xs:annotation>
448
+ <xs:documentation>includes</xs:documentation>
449
+ </xs:annotation>
450
+ <xs:choice>
451
+ <xs:annotation>
452
+ <xs:documentation>can be</xs:documentation>
453
+ </xs:annotation>
454
+ <xs:element name="NativeAddress" type="cis:NativeAddressType">
455
+ <xs:annotation>
456
+ <xs:documentation>Default address</xs:documentation>
457
+ </xs:annotation>
458
+ </xs:element>
459
+ <xs:element name="PackStation" type="cis:PackStationType">
460
+ <xs:annotation>
461
+ <xs:documentation>Packstation address</xs:documentation>
462
+ </xs:annotation>
463
+ </xs:element>
464
+ </xs:choice>
465
+ <xs:element ref="cis:streetNameCode" minOccurs="0"/>
466
+ <xs:element ref="cis:streetNumberCode" minOccurs="0"/>
467
+ </xs:sequence>
468
+ </xs:complexType>
469
+ <xs:complexType name="DeliveryAddressType">
470
+ <xs:annotation>
471
+ <xs:documentation>Type of delivery address</xs:documentation>
472
+ </xs:annotation>
473
+ <xs:sequence>
474
+ <xs:annotation>
475
+ <xs:documentation>includes</xs:documentation>
476
+ </xs:annotation>
477
+ <xs:choice>
478
+ <xs:annotation>
479
+ <xs:documentation>can be</xs:documentation>
480
+ </xs:annotation>
481
+ <xs:element name="NativeAddress" type="cis:NativeAddressType">
482
+ <xs:annotation>
483
+ <xs:documentation>Default address</xs:documentation>
484
+ </xs:annotation>
485
+ </xs:element>
486
+ <xs:element name="PostOffice" type="cis:PostfilialeType">
487
+ <xs:annotation>
488
+ <xs:documentation>Postoffice address</xs:documentation>
489
+ </xs:annotation>
490
+ </xs:element>
491
+ <xs:element name="PackStation" type="cis:PackStationType">
492
+ <xs:annotation>
493
+ <xs:documentation>Packstation address</xs:documentation>
494
+ </xs:annotation>
495
+ </xs:element>
496
+ </xs:choice>
497
+ <xs:element ref="cis:streetNameCode" minOccurs="0"/>
498
+ <xs:element ref="cis:streetNumberCode" minOccurs="0"/>
499
+ </xs:sequence>
500
+ </xs:complexType>
501
+ <xs:complexType name="BankType">
502
+ <xs:annotation>
503
+ <xs:documentation>Type of bank information</xs:documentation>
504
+ </xs:annotation>
505
+ <xs:sequence>
506
+ <xs:annotation>
507
+ <xs:documentation>includes</xs:documentation>
508
+ </xs:annotation>
509
+ <xs:element name="accountOwner">
510
+ <xs:annotation>
511
+ <xs:documentation>Name of bank account owner.</xs:documentation>
512
+ </xs:annotation>
513
+ <xs:simpleType>
514
+ <xs:restriction base="xs:string">
515
+ <xs:maxLength value="80"/>
516
+ </xs:restriction>
517
+ </xs:simpleType>
518
+ </xs:element>
519
+ <xs:element name="bankName">
520
+ <xs:annotation>
521
+ <xs:documentation>Name of bank.</xs:documentation>
522
+ </xs:annotation>
523
+ <xs:simpleType>
524
+ <xs:restriction base="xs:string">
525
+ <xs:maxLength value="80"/>
526
+ </xs:restriction>
527
+ </xs:simpleType>
528
+ </xs:element>
529
+ <xs:element name="iban">
530
+ <xs:annotation>
531
+ <xs:documentation>IBAN code of bank account.</xs:documentation>
532
+ </xs:annotation>
533
+ <xs:simpleType>
534
+ <xs:restriction base="xs:string">
535
+ <xs:maxLength value="22"/>
536
+ </xs:restriction>
537
+ </xs:simpleType>
538
+ </xs:element>
539
+ <xs:element name="note1" minOccurs="0">
540
+ <xs:annotation>
541
+ <xs:documentation>Purpose of bank information.</xs:documentation>
542
+ </xs:annotation>
543
+ <xs:simpleType>
544
+ <xs:restriction base="xs:string">
545
+ <xs:maxLength value="35"/>
546
+ </xs:restriction>
547
+ </xs:simpleType>
548
+ </xs:element>
549
+ <xs:element name="note2" minOccurs="0">
550
+ <xs:annotation>
551
+ <xs:documentation>Purpose of bank information.</xs:documentation>
552
+ </xs:annotation>
553
+ <xs:simpleType>
554
+ <xs:restriction base="xs:string">
555
+ <xs:maxLength value="35"/>
556
+ </xs:restriction>
557
+ </xs:simpleType>
558
+ </xs:element>
559
+ <xs:element name="bic" minOccurs="0">
560
+ <xs:annotation>
561
+ <xs:documentation>Bank-Information-Code (BankCCL) of bank account.</xs:documentation>
562
+ </xs:annotation>
563
+ <xs:simpleType>
564
+ <xs:restriction base="xs:string">
565
+ <xs:maxLength value="11"/>
566
+ </xs:restriction>
567
+ </xs:simpleType>
568
+ </xs:element>
569
+ <xs:element name="accountreference" minOccurs="0">
570
+ <xs:annotation>
571
+ <xs:documentation>Accountreferece to customer profile</xs:documentation>
572
+ </xs:annotation>
573
+ <xs:simpleType>
574
+ <xs:restriction base="xs:string">
575
+ <xs:maxLength value="35"/>
576
+ </xs:restriction>
577
+ </xs:simpleType>
578
+ </xs:element>
579
+ </xs:sequence>
580
+ </xs:complexType>
581
+ <xs:complexType name="NameType">
582
+ <xs:annotation>
583
+ <xs:documentation>Type of name</xs:documentation>
584
+ </xs:annotation>
585
+ <xs:sequence>
586
+ <xs:annotation>
587
+ <xs:documentation>includes</xs:documentation>
588
+ </xs:annotation>
589
+ <xs:element ref="cis:name1" minOccurs="1"/>
590
+ <xs:element ref="cis:name2" minOccurs="0"/>
591
+ <xs:element ref="cis:name3" minOccurs="0"/>
592
+ </xs:sequence>
593
+ </xs:complexType>
594
+ <xs:complexType name="ReceiverNameType">
595
+ <xs:annotation>
596
+ <xs:documentation>Type of name</xs:documentation>
597
+ </xs:annotation>
598
+ <xs:sequence>
599
+ <xs:annotation>
600
+ <xs:documentation>includes</xs:documentation>
601
+ </xs:annotation>
602
+ <xs:element name="name">
603
+ <xs:annotation>
604
+ <xs:documentation>Name of receiver (first part)</xs:documentation>
605
+ </xs:annotation>
606
+ <xs:simpleType>
607
+ <xs:restriction base="xs:string">
608
+ <xs:maxLength value="50"/>
609
+ </xs:restriction>
610
+ </xs:simpleType>
611
+ </xs:element>
612
+ </xs:sequence>
613
+ </xs:complexType>
614
+ <xs:element name="name1">
615
+ <xs:annotation>
616
+ <xs:documentation>Name of receiver (first part)</xs:documentation>
617
+ </xs:annotation>
618
+ <xs:simpleType>
619
+ <xs:restriction base="xs:string">
620
+ <xs:maxLength value="35"/>
621
+ </xs:restriction>
622
+ </xs:simpleType>
623
+ </xs:element>
624
+ <xs:element name="name2">
625
+ <xs:annotation>
626
+ <xs:documentation>Name of company (second part).</xs:documentation>
627
+ </xs:annotation>
628
+ <xs:simpleType>
629
+ <xs:restriction base="xs:string">
630
+ <xs:maxLength value="35"/>
631
+ </xs:restriction>
632
+ </xs:simpleType>
633
+ </xs:element>
634
+ <xs:element name="name3">
635
+ <xs:annotation>
636
+ <xs:documentation>Name of company (third part).</xs:documentation>
637
+ </xs:annotation>
638
+ <xs:simpleType>
639
+ <xs:restriction base="xs:string">
640
+ <xs:maxLength value="35"/>
641
+ </xs:restriction>
642
+ </xs:simpleType>
643
+ </xs:element>
644
+ <xs:complexType name="CommunicationType">
645
+ <xs:annotation>
646
+ <xs:documentation>Type of communication.</xs:documentation>
647
+ </xs:annotation>
648
+ <xs:sequence>
649
+ <xs:annotation>
650
+ <xs:documentation>includes</xs:documentation>
651
+ </xs:annotation>
652
+ <xs:element name="phone" minOccurs="0">
653
+ <xs:annotation>
654
+ <xs:documentation>Phone number.</xs:documentation>
655
+ </xs:annotation>
656
+ <xs:simpleType>
657
+ <xs:restriction base="xs:string">
658
+ <xs:maxLength value="35"/>
659
+ </xs:restriction>
660
+ </xs:simpleType>
661
+ </xs:element>
662
+ <xs:element name="email" minOccurs="0">
663
+ <xs:annotation>
664
+ <xs:documentation>Emailaddress. </xs:documentation>
665
+ </xs:annotation>
666
+ <xs:simpleType>
667
+ <xs:restriction base="xs:string">
668
+ <xs:maxLength value="70"/>
669
+ </xs:restriction>
670
+ </xs:simpleType>
671
+ </xs:element>
672
+ <xs:element name="contactPerson" minOccurs="0">
673
+ <xs:annotation>
674
+ <xs:documentation>First name and last name of contact person.</xs:documentation>
675
+ </xs:annotation>
676
+ <xs:simpleType>
677
+ <xs:restriction base="xs:string">
678
+ <xs:maxLength value="35"/>
679
+ </xs:restriction>
680
+ </xs:simpleType>
681
+ </xs:element>
682
+ </xs:sequence>
683
+ </xs:complexType>
684
+ <xs:complexType name="ContactType">
685
+ <xs:annotation>
686
+ <xs:documentation>Type of contact.</xs:documentation>
687
+ </xs:annotation>
688
+ <xs:sequence>
689
+ <xs:annotation>
690
+ <xs:documentation>includes</xs:documentation>
691
+ </xs:annotation>
692
+ <xs:element name="Communication" type="cis:CommunicationType" minOccurs="0">
693
+ <xs:annotation>
694
+ <xs:documentation>Contact communication information.</xs:documentation>
695
+ </xs:annotation>
696
+ </xs:element>
697
+ <xs:element name="Address" type="cis:NativeAddressType" minOccurs="0">
698
+ <xs:annotation>
699
+ <xs:documentation>Contact address.</xs:documentation>
700
+ </xs:annotation>
701
+ </xs:element>
702
+ <xs:element name="Name" type="cis:NameType" minOccurs="0">
703
+ <xs:annotation>
704
+ <xs:documentation>Contact name.</xs:documentation>
705
+ </xs:annotation>
706
+ </xs:element>
707
+ </xs:sequence>
708
+ </xs:complexType>
709
+ <xs:complexType name="PackStationType">
710
+ <xs:annotation>
711
+ <xs:documentation>Type of packstation.</xs:documentation>
712
+ </xs:annotation>
713
+ <xs:sequence>
714
+ <xs:annotation>
715
+ <xs:documentation>includes</xs:documentation>
716
+ </xs:annotation>
717
+ <xs:element name="postNumber">
718
+ <xs:annotation>
719
+ <xs:documentation>Post Nummer of the receiver, if not set receiver e-mail and/or mobilephone number needs to be set. When sending to a packstation with "DHL Paket" (V01PAK), the postnumber must always be entered.</xs:documentation>
720
+ </xs:annotation>
721
+ <xs:simpleType>
722
+ <xs:restriction base="xs:string">
723
+ <xs:minLength value="1"/>
724
+ <xs:maxLength value="10"/>
725
+ </xs:restriction>
726
+ </xs:simpleType>
727
+ </xs:element>
728
+ <xs:element name="packstationNumber">
729
+ <xs:annotation>
730
+ <xs:documentation>Number of the Packstation.</xs:documentation>
731
+ </xs:annotation>
732
+ <xs:simpleType>
733
+ <xs:restriction base="xs:string">
734
+ <xs:minLength value="3"/>
735
+ <xs:maxLength value="3"/>
736
+ </xs:restriction>
737
+ </xs:simpleType>
738
+ </xs:element>
739
+ <xs:element ref="cis:zip"/>
740
+ <xs:element ref="cis:city"/>
741
+ <xs:element ref="cis:province" minOccurs="0"/>
742
+ <xs:element ref="cis:Origin" minOccurs="0"/>
743
+ </xs:sequence>
744
+ </xs:complexType>
745
+ <xs:complexType name="PostfilialeType">
746
+ <xs:annotation>
747
+ <xs:documentation>Type of Postfiliale</xs:documentation>
748
+ </xs:annotation>
749
+ <xs:sequence>
750
+ <xs:annotation>
751
+ <xs:documentation>includes</xs:documentation>
752
+ </xs:annotation>
753
+ <xs:element name="postfilialNumber">
754
+ <xs:annotation>
755
+ <xs:documentation>Number of the postfiliale</xs:documentation>
756
+ </xs:annotation>
757
+ <xs:simpleType>
758
+ <xs:restriction base="xs:string">
759
+ <xs:minLength value="3"/>
760
+ <xs:maxLength value="3"/>
761
+ </xs:restriction>
762
+ </xs:simpleType>
763
+ </xs:element>
764
+ <xs:element name="postNumber">
765
+ <xs:annotation>
766
+ <xs:documentation>Post Nummer of the receiver</xs:documentation>
767
+ </xs:annotation>
768
+ <xs:simpleType>
769
+ <xs:restriction base="xs:string">
770
+ <xs:minLength value="1"/>
771
+ <xs:maxLength value="10"/>
772
+ </xs:restriction>
773
+ </xs:simpleType>
774
+ </xs:element>
775
+ <xs:element ref="cis:zip"/>
776
+ <xs:element ref="cis:city"/>
777
+ <xs:element ref="cis:Origin" minOccurs="0"/>
778
+ </xs:sequence>
779
+ </xs:complexType>
780
+ <xs:complexType name="PostfilialeTypeNoCountry">
781
+ <xs:annotation>
782
+ <xs:documentation>Type of Postfiliale</xs:documentation>
783
+ </xs:annotation>
784
+ <xs:sequence>
785
+ <xs:annotation>
786
+ <xs:documentation>includes</xs:documentation>
787
+ </xs:annotation>
788
+ <xs:element name="postfilialNumber">
789
+ <xs:annotation>
790
+ <xs:documentation>Number of the postfiliale</xs:documentation>
791
+ </xs:annotation>
792
+ <xs:simpleType>
793
+ <xs:restriction base="xs:string">
794
+ <xs:minLength value="3"/>
795
+ <xs:maxLength value="3"/>
796
+ </xs:restriction>
797
+ </xs:simpleType>
798
+ </xs:element>
799
+ <xs:element name="postNumber">
800
+ <xs:annotation>
801
+ <xs:documentation>Post Nummer of the receiver or receiver e-mail-adress.</xs:documentation>
802
+ </xs:annotation>
803
+ <xs:simpleType>
804
+ <xs:restriction base="xs:string">
805
+ <xs:minLength value="1"/>
806
+ <xs:maxLength value="10"/>
807
+ </xs:restriction>
808
+ </xs:simpleType>
809
+ </xs:element>
810
+ <xs:element ref="cis:zip"/>
811
+ <xs:element ref="cis:city"/>
812
+ <xs:element name="Origin" type="cis:CountryType" minOccurs="0">
813
+ <xs:annotation>
814
+ <xs:documentation>Country.</xs:documentation>
815
+ </xs:annotation>
816
+ </xs:element>
817
+ </xs:sequence>
818
+ </xs:complexType>
819
+ <xs:complexType name="ParcelShopType">
820
+ <xs:annotation>
821
+ <xs:documentation>Type of ParcelShop (Receiver is in Europe)</xs:documentation>
822
+ </xs:annotation>
823
+ <xs:sequence>
824
+ <xs:annotation>
825
+ <xs:documentation>includes</xs:documentation>
826
+ </xs:annotation>
827
+ <xs:element name="parcelShopNumber">
828
+ <xs:annotation>
829
+ <xs:documentation>Number of the ParcelShop</xs:documentation>
830
+ </xs:annotation>
831
+ <xs:simpleType>
832
+ <xs:restriction base="xs:string">
833
+ <xs:minLength value="3"/>
834
+ <xs:maxLength value="3"/>
835
+ </xs:restriction>
836
+ </xs:simpleType>
837
+ </xs:element>
838
+ <xs:element name="streetName" minOccurs="0">
839
+ <xs:annotation>
840
+ <xs:documentation>Name of street of the ParcelShop</xs:documentation>
841
+ </xs:annotation>
842
+ <xs:simpleType>
843
+ <xs:restriction base="xs:string">
844
+ <xs:maxLength value="35"/>
845
+ </xs:restriction>
846
+ </xs:simpleType>
847
+ </xs:element>
848
+ <xs:element name="streetNumber" minOccurs="0">
849
+ <xs:annotation>
850
+ <xs:documentation>House number of the ParcelShop</xs:documentation>
851
+ </xs:annotation>
852
+ <xs:simpleType>
853
+ <xs:restriction base="xs:string">
854
+ <xs:maxLength value="5"/>
855
+ </xs:restriction>
856
+ </xs:simpleType>
857
+ </xs:element>
858
+ <xs:element ref="cis:zip"/>
859
+ <xs:element ref="cis:city"/>
860
+ <xs:element ref="cis:Origin" minOccurs="0"/>
861
+ </xs:sequence>
862
+ </xs:complexType>
863
+ <xs:complexType name="CustomerType">
864
+ <xs:annotation>
865
+ <xs:documentation>Type of customer</xs:documentation>
866
+ </xs:annotation>
867
+ <xs:sequence>
868
+ <xs:annotation>
869
+ <xs:documentation>includes</xs:documentation>
870
+ </xs:annotation>
871
+ <xs:element name="Name" type="cis:NameType">
872
+ <xs:annotation>
873
+ <xs:documentation>Name of customer.</xs:documentation>
874
+ </xs:annotation>
875
+ </xs:element>
876
+ <xs:element name="vatID" type="xs:string" minOccurs="0">
877
+ <xs:annotation>
878
+ <xs:documentation>VAT id.</xs:documentation>
879
+ </xs:annotation>
880
+ </xs:element>
881
+ <xs:element ref="cis:EKP"/>
882
+ <xs:element name="Address" type="cis:NativeAddressType">
883
+ <xs:annotation>
884
+ <xs:documentation>Address of customer</xs:documentation>
885
+ </xs:annotation>
886
+ </xs:element>
887
+ <xs:element name="Contact" type="cis:ContactType">
888
+ <xs:annotation>
889
+ <xs:documentation>Contact information</xs:documentation>
890
+ </xs:annotation>
891
+ </xs:element>
892
+ <xs:element name="Bank" type="cis:BankType" minOccurs="0">
893
+ <xs:annotation>
894
+ <xs:documentation>Bank information</xs:documentation>
895
+ </xs:annotation>
896
+ </xs:element>
897
+ <xs:element name="note" minOccurs="0">
898
+ <xs:annotation>
899
+ <xs:documentation>Additional notes</xs:documentation>
900
+ </xs:annotation>
901
+ </xs:element>
902
+ </xs:sequence>
903
+ </xs:complexType>
904
+ <xs:complexType name="ErrorType">
905
+ <xs:annotation>
906
+ <xs:documentation>Type of error</xs:documentation>
907
+ </xs:annotation>
908
+ <xs:sequence>
909
+ <xs:annotation>
910
+ <xs:documentation>includes</xs:documentation>
911
+ </xs:annotation>
912
+ <xs:element name="priority" type="xs:integer" minOccurs="0">
913
+ <xs:annotation>
914
+ <xs:documentation>Priority (e.g. error, warnung, .....)</xs:documentation>
915
+ </xs:annotation>
916
+ </xs:element>
917
+ <xs:element name="code" type="xs:integer">
918
+ <xs:annotation>
919
+ <xs:documentation>Code</xs:documentation>
920
+ </xs:annotation>
921
+ </xs:element>
922
+ <xs:element name="dateTime" type="xs:dateTime">
923
+ <xs:annotation>
924
+ <xs:documentation>Occurence</xs:documentation>
925
+ </xs:annotation>
926
+ </xs:element>
927
+ <xs:element name="description" type="xs:string" minOccurs="0">
928
+ <xs:annotation>
929
+ <xs:documentation>Short description</xs:documentation>
930
+ </xs:annotation>
931
+ </xs:element>
932
+ <xs:element name="descriptionLong" type="xs:string" minOccurs="0">
933
+ <xs:annotation>
934
+ <xs:documentation>Detailed description</xs:documentation>
935
+ </xs:annotation>
936
+ </xs:element>
937
+ <xs:element name="solution" type="xs:string" minOccurs="0">
938
+ <xs:annotation>
939
+ <xs:documentation>Suggested solution</xs:documentation>
940
+ </xs:annotation>
941
+ </xs:element>
942
+ <xs:element name="application" type="xs:string" minOccurs="0">
943
+ <xs:annotation>
944
+ <xs:documentation>Name of application</xs:documentation>
945
+ </xs:annotation>
946
+ </xs:element>
947
+ <xs:element name="module" type="xs:string" minOccurs="0">
948
+ <xs:annotation>
949
+ <xs:documentation>Module name</xs:documentation>
950
+ </xs:annotation>
951
+ </xs:element>
952
+ </xs:sequence>
953
+ </xs:complexType>
954
+ <xs:simpleType name="ZipType">
955
+ <xs:annotation>
956
+ <xs:documentation>Type of zip code</xs:documentation>
957
+ </xs:annotation>
958
+ <xs:restriction base="xs:string">
959
+ <xs:maxLength value="17"/>
960
+ </xs:restriction>
961
+ </xs:simpleType>
962
+ <xs:complexType name="CountryType">
963
+ <xs:annotation>
964
+ <xs:documentation>Type of country</xs:documentation>
965
+ </xs:annotation>
966
+ <xs:sequence>
967
+ <xs:annotation>
968
+ <xs:documentation>includes</xs:documentation>
969
+ </xs:annotation>
970
+ <xs:element name="country" minOccurs="0">
971
+ <xs:annotation>
972
+ <xs:documentation>Name of country.</xs:documentation>
973
+ </xs:annotation>
974
+ <xs:simpleType>
975
+ <xs:restriction base="xs:string">
976
+ <xs:maxLength value="30"/>
977
+ </xs:restriction>
978
+ </xs:simpleType>
979
+ </xs:element>
980
+ <xs:element name="countryISOCode" type="cis:countryISOType" minOccurs="1">
981
+ <xs:annotation>
982
+ <xs:documentation>Country's ISO-Code (ISO-2-Alpha).</xs:documentation>
983
+ </xs:annotation>
984
+ </xs:element>
985
+ <xs:element name="state" minOccurs="0">
986
+ <xs:annotation>
987
+ <xs:documentation>Name of state.</xs:documentation>
988
+ </xs:annotation>
989
+ <xs:simpleType>
990
+ <xs:restriction base="xs:string">
991
+ <xs:maxLength value="35"/>
992
+ </xs:restriction>
993
+ </xs:simpleType>
994
+ </xs:element>
995
+ </xs:sequence>
996
+ </xs:complexType>
997
+ <xs:complexType name="ShipmentNumberType">
998
+ <xs:annotation>
999
+ <xs:documentation>Type of shipment number</xs:documentation>
1000
+ </xs:annotation>
1001
+ <xs:choice>
1002
+ <xs:annotation>
1003
+ <xs:documentation>can be</xs:documentation>
1004
+ </xs:annotation>
1005
+ <xs:element ref="cis:shipmentNumber"/>
1006
+ </xs:choice>
1007
+ </xs:complexType>
1008
+ <xs:element name="Status">
1009
+ <xs:annotation>
1010
+ <xs:documentation>part of webservice response</xs:documentation>
1011
+ </xs:annotation>
1012
+ <xs:complexType>
1013
+ <xs:sequence>
1014
+ <xs:annotation>
1015
+ <xs:documentation>includes</xs:documentation>
1016
+ </xs:annotation>
1017
+ <xs:element name="statuscode">
1018
+ <xs:annotation>
1019
+ <xs:documentation>statuscode value.</xs:documentation>
1020
+ </xs:annotation>
1021
+ <xs:simpleType>
1022
+ <xs:restriction base="xs:string">
1023
+ <xs:maxLength value="10"/>
1024
+ </xs:restriction>
1025
+ </xs:simpleType>
1026
+ </xs:element>
1027
+ <xs:element name="statusDescription">
1028
+ <xs:annotation>
1029
+ <xs:documentation>description corresponding to the statuscode</xs:documentation>
1030
+ </xs:annotation>
1031
+ <xs:simpleType>
1032
+ <xs:restriction base="xs:string">
1033
+ <xs:maxLength value="500"/>
1034
+ </xs:restriction>
1035
+ </xs:simpleType>
1036
+ </xs:element>
1037
+ </xs:sequence>
1038
+ </xs:complexType>
1039
+ </xs:element>
1040
+ <xs:element name="productKey">
1041
+ <xs:annotation>
1042
+ <xs:documentation>DHL product Key.</xs:documentation>
1043
+ </xs:annotation>
1044
+ <xs:simpleType>
1045
+ <xs:restriction base="xs:string">
1046
+ <xs:maxLength value="9"/>
1047
+ <xs:minLength value="2"/>
1048
+ </xs:restriction>
1049
+ </xs:simpleType>
1050
+ </xs:element>
1051
+ <xs:element name="Dimension">
1052
+ <xs:annotation>
1053
+ <xs:documentation>Package dimensions (length, width, height)</xs:documentation>
1054
+ </xs:annotation>
1055
+ <xs:complexType>
1056
+ <xs:sequence>
1057
+ <xs:annotation>
1058
+ <xs:documentation>includes</xs:documentation>
1059
+ </xs:annotation>
1060
+ <xs:element name="length" type="xs:int">
1061
+ <xs:annotation>
1062
+ <xs:documentation>length of package</xs:documentation>
1063
+ </xs:annotation>
1064
+ </xs:element>
1065
+ <xs:element name="width" type="xs:int">
1066
+ <xs:annotation>
1067
+ <xs:documentation>width of package</xs:documentation>
1068
+ </xs:annotation>
1069
+ </xs:element>
1070
+ <xs:element name="height" type="xs:int">
1071
+ <xs:annotation>
1072
+ <xs:documentation>height of package</xs:documentation>
1073
+ </xs:annotation>
1074
+ </xs:element>
1075
+ <xs:element name="unit" default="mm" minOccurs="0">
1076
+ <xs:annotation>
1077
+ <xs:documentation>unit for all measures</xs:documentation>
1078
+ </xs:annotation>
1079
+ <xs:simpleType>
1080
+ <xs:restriction base="xs:string">
1081
+ <xs:maxLength value="15"/>
1082
+ <xs:enumeration value="mm"/>
1083
+ <xs:enumeration value="inch"/>
1084
+ </xs:restriction>
1085
+ </xs:simpleType>
1086
+ </xs:element>
1087
+ </xs:sequence>
1088
+ </xs:complexType>
1089
+ </xs:element>
1090
+ <xs:element name="TimeFrame">
1091
+ <xs:annotation>
1092
+ <xs:documentation>Time Frame in which actions should affect</xs:documentation>
1093
+ </xs:annotation>
1094
+ <xs:complexType>
1095
+ <xs:sequence>
1096
+ <xs:annotation>
1097
+ <xs:documentation>includes</xs:documentation>
1098
+ </xs:annotation>
1099
+ <xs:element name="from" type="xs:time">
1100
+ <xs:annotation>
1101
+ <xs:documentation>begin of timeframe</xs:documentation>
1102
+ </xs:annotation>
1103
+ </xs:element>
1104
+ <xs:element name="until" type="xs:time">
1105
+ <xs:annotation>
1106
+ <xs:documentation>end of timeframe</xs:documentation>
1107
+ </xs:annotation>
1108
+ </xs:element>
1109
+ </xs:sequence>
1110
+ </xs:complexType>
1111
+ </xs:element>
1112
+ <xs:element name="shipmentNumber">
1113
+ <xs:annotation>
1114
+ <xs:documentation>Can contain any DHL shipmentnumber.</xs:documentation>
1115
+ </xs:annotation>
1116
+ <xs:simpleType>
1117
+ <xs:restriction base="xs:string">
1118
+ <xs:maxLength value="39"/>
1119
+ </xs:restriction>
1120
+ </xs:simpleType>
1121
+ </xs:element>
1122
+ </xs:schema>
packages/woocommerce-germanized-dhl/assets/wsdl/geschaeftskundenversand-api-3.1.8.wsdl ADDED
@@ -0,0 +1,340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Version: 3.1.8
4
+ Date: 2021-06-11T16:16:13Z
5
+ --><wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
6
+ xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
7
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
8
+ xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
9
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
10
+ xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
11
+ xmlns:cis="http://dhl.de/webservice/cisbase"
12
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
13
+ xmlns:bcs="http://dhl.de/webservices/businesscustomershipping/3.0"
14
+ targetNamespace="http://dhl.de/webservices/businesscustomershipping/3.0">
15
+ <wsdl:types>
16
+ <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified">
17
+ <xs:import namespace="http://dhl.de/webservice/cisbase"
18
+ schemaLocation="geschaeftskundenversand-api-3.1.8-schema-cis_base.xsd"/>
19
+ <xs:import namespace="http://dhl.de/webservices/businesscustomershipping/3.0"
20
+ schemaLocation="geschaeftskundenversand-api-3.1.8-schema-bcs_base.xsd"/>
21
+ </xs:schema>
22
+ </wsdl:types>
23
+ <wsdl:message name="AuthentificationHeaderMessage">
24
+ <wsdl:documentation>The authentication data.</wsdl:documentation>
25
+ <wsdl:part name="header" element="cis:Authentification"/>
26
+ </wsdl:message>
27
+ <wsdl:message name="createShipmentOrderMessage">
28
+ <wsdl:documentation>The shipmentdata for creating a shipment.</wsdl:documentation>
29
+ <wsdl:part name="part1" element="bcs:CreateShipmentOrderRequest"> </wsdl:part>
30
+ </wsdl:message>
31
+ <wsdl:message name="createShipmentOrderResponseMessage">
32
+ <wsdl:documentation>The status of the createShipment operation and the identifier for the
33
+ shipment.</wsdl:documentation>
34
+ <wsdl:part name="part1" element="bcs:CreateShipmentOrderResponse"> </wsdl:part>
35
+ </wsdl:message>
36
+ <wsdl:message name="validateShipmentMessage">
37
+ <wsdl:documentation>The shipmentdata for validating a shipment.</wsdl:documentation>
38
+ <wsdl:part name="part1" element="bcs:ValidateShipmentOrderRequest"> </wsdl:part>
39
+ </wsdl:message>
40
+ <wsdl:message name="validateShipmentResponseMessage">
41
+ <wsdl:documentation>The status of the validateShipment operation and the identifier for the
42
+ shipment.</wsdl:documentation>
43
+ <wsdl:part name="part1" element="bcs:ValidateShipmentResponse"> </wsdl:part>
44
+ </wsdl:message>
45
+ <wsdl:message name="deleteShipmentOrderMessage">
46
+ <wsdl:documentation>The identifier for the shipment which should be
47
+ deleted.</wsdl:documentation>
48
+ <wsdl:part name="part1" element="bcs:DeleteShipmentOrderRequest"> </wsdl:part>
49
+ </wsdl:message>
50
+ <wsdl:message name="deleteShipmentOrderResponseMessage">
51
+ <wsdl:documentation>The status of the deletion operation.</wsdl:documentation>
52
+ <wsdl:part name="part1" element="bcs:DeleteShipmentOrderResponse"> </wsdl:part>
53
+ </wsdl:message>
54
+ <wsdl:message name="doManifestMessage">
55
+ <wsdl:documentation>The identifier for the shipment which should be
56
+ manifested.</wsdl:documentation>
57
+ <wsdl:part name="part1" element="bcs:DoManifestRequest"> </wsdl:part>
58
+ </wsdl:message>
59
+ <wsdl:message name="doManifestResponseMessage">
60
+ <wsdl:documentation>The status of the manifest operation.</wsdl:documentation>
61
+ <wsdl:part name="part1" element="bcs:DoManifestResponse"> </wsdl:part>
62
+ </wsdl:message>
63
+ <wsdl:message name="getLabelMessage">
64
+ <wsdl:documentation>The identifier for the DD shipment for which the label url is
65
+ requested.</wsdl:documentation>
66
+ <wsdl:part name="part1" element="bcs:GetLabelRequest"> </wsdl:part>
67
+ </wsdl:message>
68
+ <wsdl:message name="getLabelResponseMessage">
69
+ <wsdl:documentation>The status of the operation and the label url (if
70
+ available).</wsdl:documentation>
71
+ <wsdl:part name="part1" element="bcs:GetLabelResponse"> </wsdl:part>
72
+ </wsdl:message>
73
+ <wsdl:message name="getVersionRequestMessage">
74
+ <wsdl:documentation>The version of webservice implementation.</wsdl:documentation>
75
+ <wsdl:part name="part1" element="bcs:Version"> </wsdl:part>
76
+ </wsdl:message>
77
+ <wsdl:message name="getVersionResponseMessage">
78
+ <wsdl:documentation>The version of webservice implementation.</wsdl:documentation>
79
+ <wsdl:part name="part1" element="bcs:GetVersionResponse"> </wsdl:part>
80
+ </wsdl:message>
81
+ <wsdl:message name="getExportDocMessage">
82
+ <wsdl:documentation>The identifier for the DD shipment for which the label url is
83
+ requested.</wsdl:documentation>
84
+ <wsdl:part name="part1" element="bcs:GetExportDocRequest"> </wsdl:part>
85
+ </wsdl:message>
86
+ <wsdl:message name="getExportDocResponseMessage">
87
+ <wsdl:documentation>The status of the operation and the label url (if
88
+ available).</wsdl:documentation>
89
+ <wsdl:part name="part1" element="bcs:GetExportDocResponse"> </wsdl:part>
90
+ </wsdl:message>
91
+ <wsdl:message name="getManifestRequestMessage">
92
+ <wsdl:documentation>Request a manifest of the given date / date range.</wsdl:documentation>
93
+ <wsdl:part name="part1" element="bcs:GetManifestRequest"> </wsdl:part>
94
+ </wsdl:message>
95
+ <wsdl:message name="getManifestResponseMessage">
96
+ <wsdl:documentation>The status of the operation and the manifest url (if
97
+ available).</wsdl:documentation>
98
+ <wsdl:part name="part1" element="bcs:GetManifestResponse"> </wsdl:part>
99
+ </wsdl:message>
100
+ <wsdl:message name="updateShipmentOrderRequestMessage">
101
+ <wsdl:documentation>Request a manifest of the given date / date range.</wsdl:documentation>
102
+ <wsdl:part name="part1" element="bcs:UpdateShipmentOrderRequest"> </wsdl:part>
103
+ </wsdl:message>
104
+ <wsdl:message name="updateShipmentOrderResponseMessage">
105
+ <wsdl:documentation>The status of the operation and the manifest url (if
106
+ available).</wsdl:documentation>
107
+ <wsdl:part name="part1" element="bcs:UpdateShipmentOrderResponse"> </wsdl:part>
108
+ </wsdl:message>
109
+ <wsdl:message name="readShipmentOrderResponseMessage">
110
+ <wsdl:documentation>The status of the operation and the manifest url (if
111
+ available).</wsdl:documentation>
112
+ <wsdl:part name="part1" element="bcs:ReadShipmentOrderResponse"> </wsdl:part>
113
+ </wsdl:message>
114
+ <wsdl:portType name="GKV3XAPIServicePortType">
115
+ <wsdl:operation name="createShipmentOrder">
116
+ <wsdl:documentation>Creates shipments.</wsdl:documentation>
117
+ <wsdl:input message="bcs:createShipmentOrderMessage">
118
+ <wsdl:documentation>The shipment data.</wsdl:documentation>
119
+ </wsdl:input>
120
+ <wsdl:output message="bcs:createShipmentOrderResponseMessage">
121
+ <wsdl:documentation>The status of the createShipment operation and the identifier for the
122
+ shipment.</wsdl:documentation>
123
+ </wsdl:output>
124
+ </wsdl:operation>
125
+ <wsdl:operation name="validateShipment">
126
+ <wsdl:documentation>Creates shipments.</wsdl:documentation>
127
+ <wsdl:input message="bcs:validateShipmentMessage">
128
+ <wsdl:documentation>The shipment data.</wsdl:documentation>
129
+ </wsdl:input>
130
+ <wsdl:output message="bcs:validateShipmentResponseMessage">
131
+ <wsdl:documentation>The status of the validateShipment operation and the identifier for the
132
+ shipment.</wsdl:documentation>
133
+ </wsdl:output>
134
+ </wsdl:operation>
135
+ <wsdl:operation name="deleteShipmentOrder">
136
+ <wsdl:documentation>Deletes the requested shipments.</wsdl:documentation>
137
+ <wsdl:input message="bcs:deleteShipmentOrderMessage">
138
+ <wsdl:documentation>The identifier for the shipment which should be
139
+ deleted.</wsdl:documentation>
140
+ </wsdl:input>
141
+ <wsdl:output message="bcs:deleteShipmentOrderResponseMessage">
142
+ <wsdl:documentation>The status of the deletion operation.</wsdl:documentation>
143
+ </wsdl:output>
144
+ </wsdl:operation>
145
+ <wsdl:operation name="doManifest">
146
+ <wsdl:documentation>Manifest the requested DD shipments.</wsdl:documentation>
147
+ <wsdl:input message="bcs:doManifestMessage">
148
+ <wsdl:documentation>The identifier for the shipment which should be
149
+ manifested.</wsdl:documentation>
150
+ </wsdl:input>
151
+ <wsdl:output message="bcs:doManifestResponseMessage">
152
+ <wsdl:documentation>The status of the manifest operation.</wsdl:documentation>
153
+ </wsdl:output>
154
+ </wsdl:operation>
155
+ <wsdl:operation name="getLabel">
156
+ <wsdl:documentation>Returns the request-url for getting a label.</wsdl:documentation>
157
+ <wsdl:input message="bcs:getLabelMessage">
158
+ <wsdl:documentation>The identifier for the shipment for which the label url is
159
+ requested.</wsdl:documentation>
160
+ </wsdl:input>
161
+ <wsdl:output message="bcs:getLabelResponseMessage">
162
+ <wsdl:documentation>The status of the operation and the label url (if
163
+ available).</wsdl:documentation>
164
+ </wsdl:output>
165
+ </wsdl:operation>
166
+ <wsdl:operation name="getVersion">
167
+ <wsdl:documentation>Returns the actual version of the implementation of the whole ISService
168
+ webservice.</wsdl:documentation>
169
+ <wsdl:input message="bcs:getVersionRequestMessage"/>
170
+ <wsdl:output message="bcs:getVersionResponseMessage">
171
+ <wsdl:documentation>The version of webservice implementation.</wsdl:documentation>
172
+ </wsdl:output>
173
+ </wsdl:operation>
174
+ <wsdl:operation name="getExportDoc">
175
+ <wsdl:documentation>Returns the request-url for getting a export
176
+ document.</wsdl:documentation>
177
+ <wsdl:input message="bcs:getExportDocMessage">
178
+ <wsdl:documentation>The identifier for the shipment for which the export document url is
179
+ requested.</wsdl:documentation>
180
+ </wsdl:input>
181
+ <wsdl:output message="bcs:getExportDocResponseMessage">
182
+ <wsdl:documentation>The status of the operation and the export document url (if
183
+ available).</wsdl:documentation>
184
+ </wsdl:output>
185
+ </wsdl:operation>
186
+ <wsdl:operation name="getManifest">
187
+ <wsdl:documentation>Request the manifest.</wsdl:documentation>
188
+ <wsdl:input message="bcs:getManifestRequestMessage">
189
+ <wsdl:documentation>The request data.</wsdl:documentation>
190
+ </wsdl:input>
191
+ <wsdl:output message="bcs:getManifestResponseMessage">
192
+ <wsdl:documentation>The status of the getManifest operation and the manifest
193
+ url.</wsdl:documentation>
194
+ </wsdl:output>
195
+ </wsdl:operation>
196
+ <wsdl:operation name="updateShipmentOrder">
197
+ <wsdl:documentation>Updates a shipment order.</wsdl:documentation>
198
+ <wsdl:input message="bcs:updateShipmentOrderRequestMessage">
199
+ <wsdl:documentation>The shipment data.</wsdl:documentation>
200
+ </wsdl:input>
201
+ <wsdl:output message="bcs:updateShipmentOrderResponseMessage">
202
+ <wsdl:documentation>The status of the updateShipment operation and the identifier for the
203
+ shipment.</wsdl:documentation>
204
+ </wsdl:output>
205
+ </wsdl:operation>
206
+ </wsdl:portType>
207
+ <wsdl:binding name="GKV3XAPISOAP11Binding" type="bcs:GKV3XAPIServicePortType">
208
+ <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
209
+ <wsdl:operation name="createShipmentOrder">
210
+ <wsdl:documentation>Creates shipments.</wsdl:documentation>
211
+ <soap:operation soapAction="urn:createShipmentOrder" style="document"/>
212
+ <wsdl:input>
213
+ <wsdl:documentation>The authentication data and the shipment data.</wsdl:documentation>
214
+ <soap:header message="bcs:AuthentificationHeaderMessage" part="header" use="literal"/>
215
+ <soap:body use="literal"/>
216
+ </wsdl:input>
217
+ <wsdl:output>
218
+ <wsdl:documentation>The status of the operation and the shipment
219
+ identifier.</wsdl:documentation>
220
+ <soap:body use="literal"/>
221
+ </wsdl:output>
222
+ </wsdl:operation>
223
+ <wsdl:operation name="validateShipment">
224
+ <wsdl:documentation>Validates shipments.</wsdl:documentation>
225
+ <soap:operation soapAction="urn:validateShipment" style="document"/>
226
+ <wsdl:input>
227
+ <wsdl:documentation>The authentication data and the shipment data.</wsdl:documentation>
228
+ <soap:header message="bcs:AuthentificationHeaderMessage" part="header" use="literal"/>
229
+ <soap:body use="literal"/>
230
+ </wsdl:input>
231
+ <wsdl:output>
232
+ <wsdl:documentation>The status of the operation and the shipment
233
+ identifier.</wsdl:documentation>
234
+ <soap:body use="literal"/>
235
+ </wsdl:output>
236
+ </wsdl:operation>
237
+ <wsdl:operation name="deleteShipmentOrder">
238
+ <wsdl:documentation>Deletes the requested shipments.</wsdl:documentation>
239
+ <soap:operation soapAction="urn:deleteShipmentOrder" style="document"/>
240
+ <wsdl:input>
241
+ <wsdl:documentation>The authentication data and the shipment
242
+ identifier.</wsdl:documentation>
243
+ <soap:header message="bcs:AuthentificationHeaderMessage" part="header" use="literal"/>
244
+ <soap:body use="literal"/>
245
+ </wsdl:input>
246
+ <wsdl:output>
247
+ <wsdl:documentation>The status of the operation.</wsdl:documentation>
248
+ <soap:body use="literal"/>
249
+ </wsdl:output>
250
+ </wsdl:operation>
251
+ <wsdl:operation name="doManifest">
252
+ <wsdl:documentation>Manifest the requested shipments.</wsdl:documentation>
253
+ <soap:operation soapAction="urn:doManifest" style="document"/>
254
+ <wsdl:input>
255
+ <wsdl:documentation>The authentication data and the shipment
256
+ identifier.</wsdl:documentation>
257
+ <soap:header message="bcs:AuthentificationHeaderMessage" part="header" use="literal"/>
258
+ <soap:body use="literal"/>
259
+ </wsdl:input>
260
+ <wsdl:output>
261
+ <wsdl:documentation>The status of the operation.</wsdl:documentation>
262
+ <soap:body use="literal"/>
263
+ </wsdl:output>
264
+ </wsdl:operation>
265
+ <wsdl:operation name="getLabel">
266
+ <wsdl:documentation>Returns the request-url for getting a label.</wsdl:documentation>
267
+ <soap:operation soapAction="urn:getLabel" style="document"/>
268
+ <wsdl:input>
269
+ <wsdl:documentation>The authentication data and the shipment
270
+ identifier.</wsdl:documentation>
271
+ <soap:header message="bcs:AuthentificationHeaderMessage" part="header" use="literal"/>
272
+ <soap:body use="literal"/>
273
+ </wsdl:input>
274
+ <wsdl:output>
275
+ <wsdl:documentation>The status of the operation and the url for requesting the
276
+ label.</wsdl:documentation>
277
+ <soap:body use="literal"/>
278
+ </wsdl:output>
279
+ </wsdl:operation>
280
+ <wsdl:operation name="getVersion">
281
+ <wsdl:documentation>Returns the actual version of the implementation of the whole ISService
282
+ webservice.</wsdl:documentation>
283
+ <soap:operation soapAction="urn:getVersion" style="document"/>
284
+ <wsdl:input>
285
+ <soap:body use="literal"/>
286
+ </wsdl:input>
287
+ <wsdl:output>
288
+ <wsdl:documentation>The version of the implementation.</wsdl:documentation>
289
+ <soap:body use="literal"/>
290
+ </wsdl:output>
291
+ </wsdl:operation>
292
+ <wsdl:operation name="getExportDoc">
293
+ <wsdl:documentation>Returns the request-url for getting a export
294
+ document.</wsdl:documentation>
295
+ <soap:operation soapAction="urn:getExportDoc" style="document"/>
296
+ <wsdl:input>
297
+ <wsdl:documentation>The authentication data and the shipment
298
+ identifier.</wsdl:documentation>
299
+ <soap:header message="bcs:AuthentificationHeaderMessage" part="header" use="literal"/>
300
+ <soap:body use="literal"/>
301
+ </wsdl:input>
302
+ <wsdl:output>
303
+ <wsdl:documentation>The status of the operation and the url for requesting the export
304
+ document.</wsdl:documentation>
305
+ <soap:body use="literal"/>
306
+ </wsdl:output>
307
+ </wsdl:operation>
308
+ <wsdl:operation name="getManifest">
309
+ <wsdl:documentation>Requests the manifest.</wsdl:documentation>
310
+ <soap:operation soapAction="urn:getManifest" style="document"/>
311
+ <wsdl:input>
312
+ <wsdl:documentation>The authentication data and the shipment data.</wsdl:documentation>
313
+ <soap:header message="bcs:AuthentificationHeaderMessage" part="header" use="literal"/>
314
+ <soap:body use="literal"/>
315
+ </wsdl:input>
316
+ <wsdl:output>
317
+ <wsdl:documentation>The status of the operation and the manifest url.</wsdl:documentation>
318
+ <soap:body use="literal"/>
319
+ </wsdl:output>
320
+ </wsdl:operation>
321
+ <wsdl:operation name="updateShipmentOrder">
322
+ <wsdl:documentation>Updates a shipment order.</wsdl:documentation>
323
+ <soap:operation soapAction="urn:updateShipmentOrder" style="document"/>
324
+ <wsdl:input>
325
+ <wsdl:documentation>The authentication data and the shipment data.</wsdl:documentation>
326
+ <soap:header message="bcs:AuthentificationHeaderMessage" part="header" use="literal"/>
327
+ <soap:body use="literal"/>
328
+ </wsdl:input>
329
+ <wsdl:output>
330
+ <wsdl:documentation>The status of the operation</wsdl:documentation>
331
+ <soap:body use="literal"/>
332
+ </wsdl:output>
333
+ </wsdl:operation>
334
+ </wsdl:binding>
335
+ <wsdl:service name="GVAPI_2_0_de">
336
+ <wsdl:port name="GKVAPISOAP11port0" binding="bcs:GKV3XAPISOAP11Binding">
337
+ <soap:address location="https://cig.dhl.de/services/production/soap"/>
338
+ </wsdl:port>
339
+ </wsdl:service>
340
+ </wsdl:definitions>
packages/woocommerce-germanized-dhl/assets/wsdl/standortsuche-api-1.1.wsdl ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.7-b01-. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.7-b01-. -->
2
+ <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
3
+ xmlns:tns="http://postfinder.dpag.de/webservice" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
4
+ xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://postfinder.dpag.de/webservice"
5
+ name="WebServiceImplService">
6
+ <types>
7
+ <xsd:schema>
8
+ <xsd:import namespace="http://postfinder.dpag.de/webservice"
9
+ schemaLocation="https://standorte.deutschepost.de:443/webservice/?xsd=1"/>
10
+ </xsd:schema>
11
+ </types>
12
+ <message name="getPackstationsByCoordinate">
13
+ <part name="parameters" element="tns:getPackstationsByCoordinate"/>
14
+ </message>
15
+ <message name="getPackstationsByCoordinateResponse">
16
+ <part name="parameters" element="tns:getPackstationsByCoordinateResponse"/>
17
+ </message>
18
+ <message name="ServiceException">
19
+ <part name="fault" element="tns:ServiceException"/>
20
+ </message>
21
+ <message name="getPackstationsByAddress">
22
+ <part name="parameters" element="tns:getPackstationsByAddress"/>
23
+ </message>
24
+ <message name="getPackstationsByAddressResponse">
25
+ <part name="parameters" element="tns:getPackstationsByAddressResponse"/>
26
+ </message>
27
+ <message name="getBranchesByAddress">
28
+ <part name="parameters" element="tns:getBranchesByAddress"/>
29
+ </message>
30
+ <message name="getBranchesByAddressResponse">
31
+ <part name="parameters" element="tns:getBranchesByAddressResponse"/>
32
+ </message>
33
+ <message name="getBranchesByCoordinate">
34
+ <part name="parameters" element="tns:getBranchesByCoordinate"/>
35
+ </message>
36
+ <message name="getBranchesByCoordinateResponse">
37
+ <part name="parameters" element="tns:getBranchesByCoordinateResponse"/>
38
+ </message>
39
+ <message name="getPackstationsPaketboxesByAddress">
40
+ <part name="parameters" element="tns:getPackstationsPaketboxesByAddress"/>
41
+ </message>
42
+ <message name="getPackstationsPaketboxesByAddressResponse">
43
+ <part name="parameters" element="tns:getPackstationsPaketboxesByAddressResponse"/>
44
+ </message>
45
+ <message name="getPackstationsPaketboxesByCoordinate">
46
+ <part name="parameters" element="tns:getPackstationsPaketboxesByCoordinate"/>
47
+ </message>
48
+ <message name="getPackstationsPaketboxesByCoordinateResponse">
49
+ <part name="parameters" element="tns:getPackstationsPaketboxesByCoordinateResponse"/>
50
+ </message>
51
+ <message name="getPaketboxesByAddress">
52
+ <part name="parameters" element="tns:getPaketboxesByAddress"/>
53
+ </message>
54
+ <message name="getPaketboxesByAddressResponse">
55
+ <part name="parameters" element="tns:getPaketboxesByAddressResponse"/>
56
+ </message>
57
+ <message name="getPaketboxesByCoordinate">
58
+ <part name="parameters" element="tns:getPaketboxesByCoordinate"/>
59
+ </message>
60
+ <message name="getPaketboxesByCoordinateResponse">
61
+ <part name="parameters" element="tns:getPaketboxesByCoordinateResponse"/>
62
+ </message>
63
+ <message name="getPackstationsFilialeDirektByAddress">
64
+ <part name="parameters" element="tns:getPackstationsFilialeDirektByAddress"/>
65
+ </message>
66
+ <message name="getPackstationsFilialeDirektByAddressResponse">
67
+ <part name="parameters" element="tns:getPackstationsFilialeDirektByAddressResponse"/>
68
+ </message>
69
+ <message name="getPackstationsFilialeDirektByCoordinate">
70
+ <part name="parameters" element="tns:getPackstationsFilialeDirektByCoordinate"/>
71
+ </message>
72
+ <message name="getPackstationsFilialeDirektByCoordinateResponse">
73
+ <part name="parameters" element="tns:getPackstationsFilialeDirektByCoordinateResponse"/>
74
+ </message>
75
+ <portType name="WebServiceImpl">
76
+ <operation name="getPackstationsByCoordinate">
77
+ <input message="tns:getPackstationsByCoordinate"/>
78
+ <output message="tns:getPackstationsByCoordinateResponse"/>
79
+ <fault message="tns:ServiceException" name="ServiceException"/>
80
+ </operation>
81
+ <operation name="getPackstationsByAddress">
82
+ <input message="tns:getPackstationsByAddress"/>
83
+ <output message="tns:getPackstationsByAddressResponse"/>
84
+ <fault message="tns:ServiceException" name="ServiceException"/>
85
+ </operation>
86
+ <operation name="getBranchesByAddress">
87
+ <input message="tns:getBranchesByAddress"/>
88
+ <output message="tns:getBranchesByAddressResponse"/>
89
+ <fault message="tns:ServiceException" name="ServiceException"/>
90
+ </operation>
91
+ <operation name="getBranchesByCoordinate">
92
+ <input message="tns:getBranchesByCoordinate"/>
93
+ <output message="tns:getBranchesByCoordinateResponse"/>
94
+ <fault message="tns:ServiceException" name="ServiceException"/>
95
+ </operation>
96
+ <operation name="getPackstationsPaketboxesByAddress">
97
+ <input message="tns:getPackstationsPaketboxesByAddress"/>
98
+ <output message="tns:getPackstationsPaketboxesByAddressResponse"/>
99
+ <fault message="tns:ServiceException" name="ServiceException"/>
100
+ </operation>
101
+ <operation name="getPackstationsPaketboxesByCoordinate">
102
+ <input message="tns:getPackstationsPaketboxesByCoordinate"/>
103
+ <output message="tns:getPackstationsPaketboxesByCoordinateResponse"/>
104
+ <fault message="tns:ServiceException" name="ServiceException"/>
105
+ </operation>
106
+ <operation name="getPaketboxesByAddress">
107
+ <input message="tns:getPaketboxesByAddress"/>
108
+ <output message="tns:getPaketboxesByAddressResponse"/>
109
+ <fault message="tns:ServiceException" name="ServiceException"/>
110
+ </operation>
111
+ <operation name="getPaketboxesByCoordinate">
112
+ <input message="tns:getPaketboxesByCoordinate"/>
113
+ <output message="tns:getPaketboxesByCoordinateResponse"/>
114
+ <fault message="tns:ServiceException" name="ServiceException"/>
115
+ </operation>
116
+ <operation name="getPackstationsFilialeDirektByAddress">
117
+ <input message="tns:getPackstationsFilialeDirektByAddress"/>
118
+ <output message="tns:getPackstationsFilialeDirektByAddressResponse"/>
119
+ <fault message="tns:ServiceException" name="ServiceException"/>
120
+ </operation>
121
+ <operation name="getPackstationsFilialeDirektByCoordinate">
122
+ <input message="tns:getPackstationsFilialeDirektByCoordinate"/>
123
+ <output message="tns:getPackstationsFilialeDirektByCoordinateResponse"/>
124
+ <fault message="tns:ServiceException" name="ServiceException"/>
125
+ </operation>
126
+ </portType>
127
+ <binding name="WebServiceImplPortBinding" type="tns:WebServiceImpl">
128
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
129
+ <operation name="getPackstationsByCoordinate">
130
+ <soap:operation soapAction="getPackstationsByCoordinate"/>
131
+ <input>
132
+ <soap:body use="literal"/>
133
+ </input>
134
+ <output>
135
+ <soap:body use="literal"/>
136
+ </output>
137
+ <fault name="ServiceException">
138
+ <soap:fault name="ServiceException" use="literal"/>
139
+ </fault>
140
+ </operation>
141
+ <operation name="getPackstationsByAddress">
142
+ <soap:operation soapAction="getPackstationsByAddress"/>
143
+ <input>
144
+ <soap:body use="literal"/>
145
+ </input>
146
+ <output>
147
+ <soap:body use="literal"/>
148
+ </output>
149
+ <fault name="ServiceException">
150
+ <soap:fault name="ServiceException" use="literal"/>
151
+ </fault>
152
+ </operation>
153
+ <operation name="getBranchesByAddress">
154
+ <soap:operation soapAction="getBranchesByAddress"/>
155
+ <input>
156
+ <soap:body use="literal"/>
157
+ </input>
158
+ <output>
159
+ <soap:body use="literal"/>
160
+ </output>
161
+ <fault name="ServiceException">
162
+ <soap:fault name="ServiceException" use="literal"/>
163
+ </fault>
164
+ </operation>
165
+ <operation name="getBranchesByCoordinate">
166
+ <soap:operation soapAction="getBranchesByCoordinate"/>
167
+ <input>
168
+ <soap:body use="literal"/>
169
+ </input>
170
+ <output>
171
+ <soap:body use="literal"/>
172
+ </output>
173
+ <fault name="ServiceException">
174
+ <soap:fault name="ServiceException" use="literal"/>
175
+ </fault>
176
+ </operation>
177
+ <operation name="getPackstationsPaketboxesByAddress">
178
+ <soap:operation soapAction="getPackstationsPaketboxesByAddress"/>
179
+ <input>
180
+ <soap:body use="literal"/>
181
+ </input>
182
+ <output>
183
+ <soap:body use="literal"/>
184
+ </output>
185
+ <fault name="ServiceException">
186
+ <soap:fault name="ServiceException" use="literal"/>
187
+ </fault>
188
+ </operation>
189
+ <operation name="getPackstationsPaketboxesByCoordinate">
190
+ <soap:operation soapAction="getPackstationsPaketboxesByCoordinate"/>
191
+ <input>
192
+ <soap:body use="literal"/>
193
+ </input>
194
+ <output>
195
+ <soap:body use="literal"/>
196
+ </output>
197
+ <fault name="ServiceException">
198
+ <soap:fault name="ServiceException" use="literal"/>
199
+ </fault>
200
+ </operation>
201
+ <operation name="getPaketboxesByAddress">
202
+ <soap:operation soapAction="getPaketboxesByAddress"/>
203
+ <input>
204
+ <soap:body use="literal"/>
205
+ </input>
206
+ <output>
207
+ <soap:body use="literal"/>
208
+ </output>
209
+ <fault name="ServiceException">
210
+ <soap:fault name="ServiceException" use="literal"/>
211
+ </fault>
212
+ </operation>
213
+ <operation name="getPaketboxesByCoordinate">
214
+ <soap:operation soapAction="getPaketboxesByCoordinate"/>
215
+ <input>
216
+ <soap:body use="literal"/>
217
+ </input>
218
+ <output>
219
+ <soap:body use="literal"/>
220
+ </output>
221
+ <fault name="ServiceException">
222
+ <soap:fault name="ServiceException" use="literal"/>
223
+ </fault>
224
+ </operation>
225
+ <operation name="getPackstationsFilialeDirektByAddress">
226
+ <soap:operation soapAction="getPackstationsFilialeDirektByAddress"/>
227
+ <input>
228
+ <soap:body use="literal"/>
229
+ </input>
230
+ <output>
231
+ <soap:body use="literal"/>
232
+ </output>
233
+ <fault name="ServiceException">
234
+ <soap:fault name="ServiceException" use="literal"/>
235
+ </fault>
236
+ </operation>
237
+ <operation name="getPackstationsFilialeDirektByCoordinate">
238
+ <soap:operation soapAction="getPackstationsFilialeDirektByCoordinate"/>
239
+ <input>
240
+ <soap:body use="literal"/>
241
+ </input>
242
+ <output>
243
+ <soap:body use="literal"/>
244
+ </output>
245
+ <fault name="ServiceException">
246
+ <soap:fault name="ServiceException" use="literal"/>
247
+ </fault>
248
+ </operation>
249
+ </binding>
250
+ <service name="WebServiceImplService">
251
+ <port name="WebServiceImplPort" binding="tns:WebServiceImplPortBinding">
252
+ <soap:address location="https://cig.dhl.de/services/production/soap"/>
253
+ </port>
254
+ </service>
255
+ <service name="WebServiceImplServiceSandbox">
256
+ <port name="WebServiceImplPort" binding="tns:WebServiceImplPortBinding">
257
+ <soap:address location="https://cig.dhl.de/services/sandbox/soap"/>
258
+ </port>
259
+ </service>
260
+ </definitions>
packages/woocommerce-germanized-dhl/src/Admin/Status.php CHANGED
@@ -24,8 +24,8 @@ class Status {
24
  </tr>
25
  </thead>
26
  <tbody>
27
- <?php foreach( self::get_urls_to_ping() as $url ) :
28
- $result = self::test_url( $url );
29
  ?>
30
  <tr>
31
  <td style="width: 50%" data-export-label="<?php echo esc_attr( $url ); ?>"><code style=""><?php echo $url; ?></code></td>
@@ -51,7 +51,7 @@ class Status {
51
  return $tabs;
52
  }
53
 
54
- protected static function test_url( $url ) {
55
  $transient_name = 'woocommerce_gzd_dhl_test_remote_get_' . $url;
56
  $get_response_code = get_transient( $transient_name );
57
 
@@ -65,7 +65,7 @@ class Status {
65
  set_transient( $transient_name, $get_response_code, HOUR_IN_SECONDS );
66
  }
67
 
68
- $get_response_successful = ! is_wp_error( $get_response_code ) && ! empty( $get_response_code );
69
 
70
  return $get_response_successful;
71
  }
@@ -75,18 +75,18 @@ class Status {
75
 
76
  if ( Package::is_dhl_enabled() ) {
77
  $urls = array_merge( $urls, array(
78
- Package::get_gk_api_url(),
79
- Package::get_rest_url(),
80
- Package::get_cig_url(),
81
  ) );
82
  }
83
 
84
  if ( Package::is_deutsche_post_enabled() ) {
85
  $urls = array_merge( $urls, array(
86
- Package::get_warenpost_international_rest_url(),
87
- Package::get_internetmarke_main_url(),
88
- Package::get_internetmarke_refund_url(),
89
- Package::get_internetmarke_products_url()
90
  ) );
91
  }
92
 
24
  </tr>
25
  </thead>
26
  <tbody>
27
+ <?php foreach( self::get_urls_to_ping() as $url => $response_code ) :
28
+ $result = self::test_url( $url, $response_code );
29
  ?>
30
  <tr>
31
  <td style="width: 50%" data-export-label="<?php echo esc_attr( $url ); ?>"><code style=""><?php echo $url; ?></code></td>
51
  return $tabs;
52
  }
53
 
54
+ protected static function test_url( $url, $response_code = 200 ) {
55
  $transient_name = 'woocommerce_gzd_dhl_test_remote_get_' . $url;
56
  $get_response_code = get_transient( $transient_name );
57
 
65
  set_transient( $transient_name, $get_response_code, HOUR_IN_SECONDS );
66
  }
67
 
68
+ $get_response_successful = ! is_wp_error( $get_response_code ) && $response_code === absint( $get_response_code );
69
 
70
  return $get_response_successful;
71
  }
75
 
76
  if ( Package::is_dhl_enabled() ) {
77
  $urls = array_merge( $urls, array(
78
+ Package::get_gk_api_url() => 200,
79
+ Package::get_rest_url() => 401,
80
+ Package::get_cig_url() => 401,
81
  ) );
82
  }
83
 
84
  if ( Package::is_deutsche_post_enabled() ) {
85
  $urls = array_merge( $urls, array(
86
+ Package::get_warenpost_international_rest_url() => 404,
87
+ Package::get_internetmarke_main_url() => 200,
88
+ Package::get_internetmarke_refund_url() => 200,
89
+ Package::get_internetmarke_products_url() => 200
90
  ) );
91
  }
92
 
packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php CHANGED
@@ -26,6 +26,24 @@ class LabelSoap extends Soap {
26
  }
27
  }
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  public function get_access_token() {
30
  return $this->get_auth_api()->get_access_token( Package::get_gk_api_user(), Package::get_gk_api_signature() );
31
  }
@@ -307,7 +325,8 @@ class LabelSoap extends Soap {
307
  * @throws Exception
308
  */
309
  protected function get_create_label_request( $label ) {
310
- $shipment = $label->get_shipment();
 
311
 
312
  if ( ! $shipment ) {
313
  throw new Exception( sprintf( _x( 'Could not fetch shipment %d.', 'dhl', 'woocommerce-germanized' ), $label->get_shipment_id() ) );
@@ -487,7 +506,7 @@ class LabelSoap extends Soap {
487
  * @since 3.0.5
488
  * @package Vendidero/Germanized/DHL
489
  */
490
- $shipper_reference = apply_filters( 'woocommerce_gzd_dhl_label_api_shipper_reference', '', $label );
491
 
492
  if ( ! empty( $shipper_reference ) ) {
493
  $dhl_label_body['ShipmentOrder']['Shipment']['ShipperReference'] = $shipper_reference;
@@ -635,11 +654,13 @@ class LabelSoap extends Soap {
635
  }
636
 
637
  $customs_data = array(
638
- 'termsOfTrade' => $label->get_duties(),
639
- 'additionalFee' => $customs_label_data['additional_fee'],
640
- 'exportTypeDescription' => $customs_label_data['export_type_description'],
641
- 'placeOfCommital' => $customs_label_data['place_of_commital'],
642
- 'ExportDocPosition' => $customs_items,
 
 
643
  /**
644
  * Filter to allow adjusting the export type of a DHL label (for customs). Could be:
645
  * <ul>
26
  }
27
  }
28
 
29
+ /**
30
+ * Use the current local WSDL file instead as DHL
31
+ * does not seem to server minor version WSDL files via URL.
32
+ *
33
+ * @param $wsdl_link
34
+ *
35
+ * @return string
36
+ */
37
+ protected function get_wsdl_file( $wsdl_link ) {
38
+ $core_file = Package::get_core_wsdl_file( 'geschaeftskundenversand-api-3.1.8.wsdl' );
39
+
40
+ if ( $core_file ) {
41
+ return $core_file;
42
+ } else {
43
+ return $wsdl_link;
44
+ }
45
+ }
46
+
47
  public function get_access_token() {
48
  return $this->get_auth_api()->get_access_token( Package::get_gk_api_user(), Package::get_gk_api_signature() );
49
  }
325
  * @throws Exception
326
  */
327
  protected function get_create_label_request( $label ) {
328
+ $shipment = $label->get_shipment();
329
+ $dhl_provider = Package::get_dhl_shipping_provider();
330
 
331
  if ( ! $shipment ) {
332
  throw new Exception( sprintf( _x( 'Could not fetch shipment %d.', 'dhl', 'woocommerce-germanized' ), $label->get_shipment_id() ) );
506
  * @since 3.0.5
507
  * @package Vendidero/Germanized/DHL
508
  */
509
+ $shipper_reference = apply_filters( 'woocommerce_gzd_dhl_label_api_shipper_reference', $dhl_provider->has_custom_shipper_reference() ? $dhl_provider->get_label_custom_shipper_reference() : '', $label );
510
 
511
  if ( ! empty( $shipper_reference ) ) {
512
  $dhl_label_body['ShipmentOrder']['Shipment']['ShipperReference'] = $shipper_reference;
654
  }
655
 
656
  $customs_data = array(
657
+ 'termsOfTrade' => $label->get_duties(),
658
+ 'additionalFee' => $customs_label_data['additional_fee'],
659
+ 'exportTypeDescription' => $customs_label_data['export_type_description'],
660
+ 'placeOfCommital' => $customs_label_data['place_of_commital'],
661
+ 'addresseesCustomsReference' => $customs_label_data['receiver_customs_ref_number'],
662
+ 'sendersCustomsReference' => $customs_label_data['sender_customs_ref_number'],
663
+ 'ExportDocPosition' => $customs_items,
664
  /**
665
  * Filter to allow adjusting the export type of a DHL label (for customs). Could be:
666
  * <ul>
packages/woocommerce-germanized-dhl/src/Api/Soap.php CHANGED
@@ -54,12 +54,16 @@ abstract class Soap {
54
  throw new Exception( sprintf( _x( 'To enable communication between your shop and DHL, the PHP <a href="%s">SOAPClient</a> is required. Please contact your host and make sure that SOAPClient is <a href="%s">installed</a>.', 'dhl', 'woocommerce-germanize-dhl' ), 'https://www.php.net/manual/class.soapclient.php', admin_url( 'admin.php?page=wc-status' ) ) );
55
  }
56
 
57
- $this->soap_auth = new AuthSoap( $wsdl_link );
58
  } catch ( Exception $e ) {
59
  throw $e;
60
  }
61
  }
62
 
 
 
 
 
63
  protected function get_auth_api() {
64
  return $this->soap_auth;
65
  }
54
  throw new Exception( sprintf( _x( 'To enable communication between your shop and DHL, the PHP <a href="%s">SOAPClient</a> is required. Please contact your host and make sure that SOAPClient is <a href="%s">installed</a>.', 'dhl', 'woocommerce-germanize-dhl' ), 'https://www.php.net/manual/class.soapclient.php', admin_url( 'admin.php?page=wc-status' ) ) );
55
  }
56
 
57
+ $this->soap_auth = new AuthSoap( $this->get_wsdl_file( $wsdl_link ) );
58
  } catch ( Exception $e ) {
59
  throw $e;
60
  }
61
  }
62
 
63
+ protected function get_wsdl_file( $wsdl_link ) {
64
+ return $wsdl_link;
65
+ }
66
+
67
  protected function get_auth_api() {
68
  return $this->soap_auth;
69
  }
packages/woocommerce-germanized-dhl/src/Package.php CHANGED
@@ -25,7 +25,7 @@ class Package {
25
  *
26
  * @var string
27
  */
28
- const VERSION = '1.6.1';
29
 
30
  public static $upload_dir_suffix = '';
31
 
@@ -737,6 +737,27 @@ class Package {
737
  }
738
  }
739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
740
  public static function get_wsdl_file( $wsdl_link ) {
741
  if ( self::is_debug_mode() ) {
742
  return $wsdl_link;
@@ -754,11 +775,12 @@ class Package {
754
  );
755
  }
756
 
757
- $file_link = $wsdl_link;
758
- $transient = 'wc_gzd_dhl_wsdl_' . sanitize_key( $main_file );
759
- $new_file_name = $main_file;
760
- $files_exist = true;
761
- $is_zip = false;
 
762
 
763
  // Renew files every 14 days
764
  $transient_valid = DAY_IN_SECONDS * 14;
@@ -769,24 +791,29 @@ class Package {
769
  $is_zip = true;
770
  }
771
 
772
- /**
773
- * Check if all required files exist locally
774
- */
775
- foreach( $required_files as $file ) {
776
- $inner_transient = 'wc_gzd_dhl_wsdl_' . sanitize_key( $file );
777
- $file_path = get_transient( $inner_transient );
 
 
 
 
 
 
 
 
778
 
779
- if ( $file_path ) {
780
- $file_path = \Vendidero\Germanized\Shipments\Package::get_file_by_path( $file_path );
 
781
  }
782
 
783
- if ( ! $file_path || ! file_exists( $file_path ) ) {
784
- $files_exist = false;
785
- }
786
  }
787
 
788
- $file_path = get_transient( $transient );
789
-
790
  /**
791
  * This filter may be used to force loading an alternate (local) WSDL file
792
  * for a certain API endpoint. By default we are trying to locally store necessary files
@@ -801,7 +828,11 @@ class Package {
801
  $alternate_file = apply_filters( 'woocommerce_gzd_dhl_alternate_wsdl_file', false, $wsdl_link );
802
 
803
  if ( ( $files_exist && $file_path ) || $alternate_file ) {
804
- $wsdl_link = $alternate_file ? $alternate_file : \Vendidero\Germanized\Shipments\Package::get_file_by_path( $file_path );
 
 
 
 
805
  } else {
806
 
807
  if ( ! function_exists( 'download_url' ) ) {
@@ -826,11 +857,10 @@ class Package {
826
  if ( ! is_wp_error( $tmp_file ) ) {
827
 
828
  $uploads = \Vendidero\Germanized\Shipments\Package::get_upload_dir();
829
- $new_file = $uploads['path'] . "/$new_file_name";
830
  $has_copied = @copy( $tmp_file, $new_file );
831
 
832
  if ( $has_copied ) {
833
-
834
  if ( $is_zip ) {
835
  global $wp_filesystem;
836
 
25
  *
26
  * @var string
27
  */
28
+ const VERSION = '1.6.2';
29
 
30
  public static $upload_dir_suffix = '';
31
 
737
  }
738
  }
739
 
740
+ public static function get_core_wsdl_file( $file ) {
741
+ $local_file = trailingslashit( self::get_path() ) . 'assets/wsdl/' . $file;
742
+
743
+ if ( file_exists( $local_file ) ) {
744
+ return $local_file;
745
+ }
746
+
747
+ return false;
748
+ }
749
+
750
+ /**
751
+ * Retrieves a local, cached, WSDL file by a WSDL link.
752
+ * In case the file exists in core direction (assets/wsdl) prefer this file otherwise
753
+ * try to download and cache the WSDL file locally for 14 days.
754
+ *
755
+ * In case of enabled debug mode - use WSDL link instead of cached files.
756
+ *
757
+ * @param $wsdl_link
758
+ *
759
+ * @return false|mixed|string|void
760
+ */
761
  public static function get_wsdl_file( $wsdl_link ) {
762
  if ( self::is_debug_mode() ) {
763
  return $wsdl_link;
775
  );
776
  }
777
 
778
+ $file_link = $wsdl_link;
779
+ $transient = 'wc_gzd_dhl_wsdl_' . sanitize_key( $main_file );
780
+ $new_file_name = $main_file;
781
+ $files_exist = true;
782
+ $is_zip = false;
783
+ $is_core_file = false;
784
 
785
  // Renew files every 14 days
786
  $transient_valid = DAY_IN_SECONDS * 14;
791
  $is_zip = true;
792
  }
793
 
794
+ if ( $file_path = self::get_core_wsdl_file( $main_file ) ) {
795
+ $files_exist = true;
796
+ $is_core_file = true;
797
+ } else {
798
+ /**
799
+ * Check if all required files exist locally
800
+ */
801
+ foreach( $required_files as $file ) {
802
+ $inner_transient = 'wc_gzd_dhl_wsdl_' . sanitize_key( $file );
803
+ $file_path = get_transient( $inner_transient );
804
+
805
+ if ( $file_path ) {
806
+ $file_path = \Vendidero\Germanized\Shipments\Package::get_file_by_path( $file_path );
807
+ }
808
 
809
+ if ( ! $file_path || ! file_exists( $file_path ) ) {
810
+ $files_exist = false;
811
+ }
812
  }
813
 
814
+ $file_path = get_transient( $transient );
 
 
815
  }
816
 
 
 
817
  /**
818
  * This filter may be used to force loading an alternate (local) WSDL file
819
  * for a certain API endpoint. By default we are trying to locally store necessary files
828
  $alternate_file = apply_filters( 'woocommerce_gzd_dhl_alternate_wsdl_file', false, $wsdl_link );
829
 
830
  if ( ( $files_exist && $file_path ) || $alternate_file ) {
831
+ if ( $is_core_file ) {
832
+ $wsdl_link = $alternate_file ? $alternate_file : $file_path;
833
+ } else {
834
+ $wsdl_link = $alternate_file ? $alternate_file : \Vendidero\Germanized\Shipments\Package::get_file_by_path( $file_path );
835
+ }
836
  } else {
837
 
838
  if ( ! function_exists( 'download_url' ) ) {
857
  if ( ! is_wp_error( $tmp_file ) ) {
858
 
859
  $uploads = \Vendidero\Germanized\Shipments\Package::get_upload_dir();
860
+ $new_file = trailingslashit( $uploads['path'] ) . $new_file_name;
861
  $has_copied = @copy( $tmp_file, $new_file );
862
 
863
  if ( $has_copied ) {
 
864
  if ( $is_zip ) {
865
  global $wp_filesystem;
866
 
packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php CHANGED
@@ -94,6 +94,21 @@ class DHL extends Auto {
94
  $this->update_meta_data( 'label_retoure_enable', wc_bool_to_string( $enable ) );
95
  }
96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  public function get_retoure_receiver_ids( $context = 'view' ) {
98
  $ids = (array) $this->get_meta( 'retoure_receiver_ids', true, $context );
99
 
@@ -1361,6 +1376,28 @@ class DHL extends Auto {
1361
  'allow_override' => false,
1362
  'type' => 'gzd_toggle',
1363
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1364
  array(
1365
  'title' => _x( 'Inlay Returns', 'dhl', 'woocommerce-germanized' ),
1366
  'desc' => _x( 'Additionally create inlay return labels for shipments that support returns.', 'dhl', 'woocommerce-germanized' ),
94
  $this->update_meta_data( 'label_retoure_enable', wc_bool_to_string( $enable ) );
95
  }
96
 
97
+ public function get_label_custom_shipper_reference( $context = 'view' ) {
98
+ return $this->get_meta( 'label_custom_shipper_reference', true, $context );
99
+ }
100
+
101
+ public function set_label_custom_shipper_reference( $ref ) {
102
+ $this->update_meta_data( 'label_custom_shipper_reference', $ref );
103
+ }
104
+
105
+ public function has_custom_shipper_reference() {
106
+ $ref = $this->get_label_custom_shipper_reference();
107
+ $has_ref = wc_string_to_bool( $this->get_meta( 'label_use_custom_shipper', true ) );
108
+
109
+ return $has_ref && ! empty( $ref );
110
+ }
111
+
112
  public function get_retoure_receiver_ids( $context = 'view' ) {
113
  $ids = (array) $this->get_meta( 'retoure_receiver_ids', true, $context );
114
 
1376
  'allow_override' => false,
1377
  'type' => 'gzd_toggle',
1378
  ),
1379
+
1380
+ array(
1381
+ 'title' => _x( 'Custom shipper', 'dhl', 'woocommerce-germanized' ),
1382
+ 'desc' => _x( 'Use a custom shipper address managed within your DHL business profile.', 'dhl', 'woocommerce-germanized' ) . '<div class="wc-gzd-additional-desc">' . sprintf( _x( 'Choose this option if you want to use a <a href="%s" target="_blank">custom address</a> profile managed within your DHL business profile as shipper reference for your labels.', 'dhl', 'woocommerce-germanized' ), 'https://vendidero.de/dokument/dhl-integration-einrichten#individuelle-absenderreferenz-samt-logo-nutzen' ) . '</div>',
1383
+ 'id' => 'label_use_custom_shipper',
1384
+ 'value' => $this->get_setting( 'label_use_custom_shipper', 'no' ),
1385
+ 'default' => 'no',
1386
+ 'allow_override' => false,
1387
+ 'type' => 'gzd_toggle',
1388
+ ),
1389
+
1390
+ array(
1391
+ 'title' => _x( 'Shipper reference', 'dhl', 'woocommerce-germanized' ),
1392
+ 'desc' => '<div class="wc-gzd-additional-desc">' . sprintf( _x( 'Insert the <a href="%s" target="_blank">address reference</a> you have chosen within the DHL business portal for your custom shipper address.', 'dhl', 'woocommerce-germanized' ), 'https://vendidero.de/dokument/dhl-integration-einrichten#individuelle-absenderreferenz-samt-logo-nutzen' ) . '</div>',
1393
+ 'id' => 'label_custom_shipper_reference',
1394
+ 'value' => $this->get_setting( 'label_custom_shipper_reference', '' ),
1395
+ 'default' => '',
1396
+ 'allow_override' => false,
1397
+ 'type' => 'text',
1398
+ 'custom_attributes' => array( 'data-show_if_label_use_custom_shipper' => 'yes' )
1399
+ ),
1400
+
1401
  array(
1402
  'title' => _x( 'Inlay Returns', 'dhl', 'woocommerce-germanized' ),
1403
  'desc' => _x( 'Additionally create inlay return labels for shipments that support returns.', 'dhl', 'woocommerce-germanized' ),
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.6.1
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.6.2
9
  * Requires PHP: 5.6
10
  * License: GPLv3
11
  *
packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php CHANGED
@@ -625,8 +625,10 @@ function wc_gzd_get_shipment_editable_statuses() {
625
 
626
  function wc_gzd_split_shipment_street( $streetStr ) {
627
  $return = array(
628
- 'street' => $streetStr,
629
- 'number' => '',
 
 
630
  );
631
 
632
  try {
@@ -773,17 +775,18 @@ function wc_gzd_shipments_upload_data( $filename, $bits, $relative = true ) {
773
  */
774
  function wc_gzd_get_shipment_return_address( $shipment_order ) {
775
  $address_fields = array(
776
- 'first_name' => '',
777
- 'last_name' => '',
778
- 'company' => '',
779
- 'address_1' => '',
780
- 'address_2' => '',
781
- 'postcode' => '',
782
- 'city' => '',
783
- 'country' => '',
784
- 'state' => '',
785
- 'phone' => '',
786
- 'email' => '',
 
787
  );
788
 
789
  foreach( $address_fields as $prop => $default_value ) {
625
 
626
  function wc_gzd_split_shipment_street( $streetStr ) {
627
  $return = array(
628
+ 'street' => $streetStr,
629
+ 'number' => '',
630
+ 'addition' => '',
631
+ 'addition_2' => '',
632
  );
633
 
634
  try {
775
  */
776
  function wc_gzd_get_shipment_return_address( $shipment_order ) {
777
  $address_fields = array(
778
+ 'first_name' => '',
779
+ 'last_name' => '',
780
+ 'company' => '',
781
+ 'address_1' => '',
782
+ 'address_2' => '',
783
+ 'postcode' => '',
784
+ 'city' => '',
785
+ 'country' => '',
786
+ 'state' => '',
787
+ 'phone' => '',
788
+ 'email' => '',
789
+ 'customs_reference_number' => '',
790
  );
791
 
792
  foreach( $address_fields as $prop => $default_value ) {
packages/woocommerce-germanized-shipments/src/Admin/Admin.php CHANGED
@@ -63,10 +63,9 @@ class Admin {
63
  }
64
 
65
  public static function product_options() {
66
- global $post, $thepostid;
67
 
68
- $thepostid = $post->ID;
69
- $_product = wc_get_product( $thepostid );
70
  $shipments_product = wc_gzd_shipments_get_product( $_product );
71
 
72
  $countries = WC()->countries->get_countries();
63
  }
64
 
65
  public static function product_options() {
66
+ global $post, $thepostid, $product_object;
67
 
68
+ $_product = wc_get_product( $product_object );
 
69
  $shipments_product = wc_gzd_shipments_get_product( $_product );
70
 
71
  $countries = WC()->countries->get_countries();
packages/woocommerce-germanized-shipments/src/Admin/Settings.php CHANGED
@@ -277,6 +277,14 @@ class Settings {
277
  'default' => get_option( 'woocommerce_email_from_address' ),
278
  ),
279
 
 
 
 
 
 
 
 
 
280
  array( 'type' => 'sectionend', 'id' => 'shipments_shipper_address' ),
281
 
282
  array( 'title' => _x( 'Return Address', 'shipments', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'shipments_return_address' ),
@@ -362,6 +370,15 @@ class Settings {
362
  'placeholder' => get_option( 'woocommerce_gzd_shipments_shipper_address_email' )
363
  ),
364
 
 
 
 
 
 
 
 
 
 
365
  array( 'type' => 'sectionend', 'id' => 'shipments_return_address' ),
366
  );
367
 
277
  'default' => get_option( 'woocommerce_email_from_address' ),
278
  ),
279
 
280
+ array(
281
+ 'title' => _x( 'Customs reference number', 'shipments', 'woocommerce-germanized' ),
282
+ 'type' => 'text',
283
+ 'id' => 'woocommerce_gzd_shipments_shipper_address_customs_reference_number',
284
+ 'default' => '',
285
+ 'desc_tip' => _x( 'Your customs reference number, e.g. EORI number', 'shipments', 'woocommerce-germanized' )
286
+ ),
287
+
288
  array( 'type' => 'sectionend', 'id' => 'shipments_shipper_address' ),
289
 
290
  array( 'title' => _x( 'Return Address', 'shipments', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'shipments_return_address' ),
370
  'placeholder' => get_option( 'woocommerce_gzd_shipments_shipper_address_email' )
371
  ),
372
 
373
+ array(
374
+ 'title' => _x( 'Customs reference number', 'shipments', 'woocommerce-germanized' ),
375
+ 'type' => 'text',
376
+ 'id' => 'woocommerce_gzd_shipments_return_address_customs_reference_number',
377
+ 'default' => '',
378
+ 'placeholder' => get_option( 'woocommerce_gzd_shipments_shipper_address_customs_reference_number' ),
379
+ 'desc_tip' => _x( 'Your customs reference number, e.g. EORI number', 'shipments', 'woocommerce-germanized' )
380
+ ),
381
+
382
  array( 'type' => 'sectionend', 'id' => 'shipments_return_address' ),
383
  );
384
 
packages/woocommerce-germanized-shipments/src/Ajax.php CHANGED
@@ -280,7 +280,8 @@ class Ajax {
280
  );
281
  } elseif ( $label = $shipment->get_label() ) {
282
 
283
- $order_shipment = wc_gzd_get_shipment_order( $shipment->get_order() );
 
284
 
285
  $response = array(
286
  'success' => true,
@@ -291,7 +292,8 @@ class Ajax {
291
  'div#shipment-' . $shipment_id => self::get_shipment_html( $shipment ),
292
  '.order-shipping-status' => $order_shipment ? self::get_order_status_html( $order_shipment ) : '',
293
  '.order-return-status' => $order_shipment ? self::get_order_return_status_html( $order_shipment ) : '',
294
- '.order_data_column p.wc-order-status' => $order_shipment ? self::get_global_order_status_html( $order_shipment->get_order() ) : '',
 
295
  'tr#shipment-' . $shipment_id . ' td.actions .wc-gzd-shipment-action-button-generate-label' => self::label_download_button_html( $label ),
296
  ),
297
  );
@@ -857,10 +859,14 @@ class Ajax {
857
  /**
858
  * @param \WC_Order $order
859
  *
860
- * @return string
861
  */
862
  private static function get_global_order_status_html( $order ) {
863
  $old_status = $order->get_status();
 
 
 
 
864
 
865
  /**
866
  * Load a clean instance to make sure order status updates are reflected.
@@ -871,7 +877,7 @@ class Ajax {
871
  * In case the current request has not changed the status do not return html
872
  */
873
  if ( ! $order || $old_status === $order->get_status() ) {
874
- return '';
875
  }
876
  ob_start();
877
  ?>
@@ -900,7 +906,10 @@ class Ajax {
900
  <?php
901
  $html = ob_get_clean();
902
 
903
- return $html;
 
 
 
904
  }
905
 
906
  private static function get_order_return_status_html( $order_shipment ) {
@@ -1013,15 +1022,19 @@ class Ajax {
1013
  include( Package::get_path() . '/includes/admin/views/html-order-shipment-list.php' );
1014
  $html = ob_get_clean();
1015
 
 
 
1016
  $fragments = array(
1017
- '#order-shipments-list' => $html,
1018
- '.order-shipping-status' => self::get_order_status_html( $order_shipment ),
1019
- '.order-return-status' => self::get_order_return_status_html( $order_shipment ),
1020
- '.order_data_column p.wc-order-status' => self::get_global_order_status_html( $order_shipment->get_order() ),
 
1021
  );
1022
 
1023
  if ( empty( $fragments['.order_data_column p.wc-order-status'] ) ) {
1024
  unset( $fragments['.order_data_column p.wc-order-status'] );
 
1025
  }
1026
 
1027
  return $fragments;
280
  );
281
  } elseif ( $label = $shipment->get_label() ) {
282
 
283
+ $order_shipment = wc_gzd_get_shipment_order( $shipment->get_order() );
284
+ $order_status_html = $order_shipment ? self::get_global_order_status_html( $order_shipment->get_order() ) : array();
285
 
286
  $response = array(
287
  'success' => true,
292
  'div#shipment-' . $shipment_id => self::get_shipment_html( $shipment ),
293
  '.order-shipping-status' => $order_shipment ? self::get_order_status_html( $order_shipment ) : '',
294
  '.order-return-status' => $order_shipment ? self::get_order_return_status_html( $order_shipment ) : '',
295
+ '.order_data_column p.wc-order-status' => ! empty( $order_status_html ) ? $order_status_html['status'] : '',
296
+ 'input[name=post_status]' => ! empty( $order_status_html ) ? $order_status_html['input'] : '',
297
  'tr#shipment-' . $shipment_id . ' td.actions .wc-gzd-shipment-action-button-generate-label' => self::label_download_button_html( $label ),
298
  ),
299
  );
859
  /**
860
  * @param \WC_Order $order
861
  *
862
+ * @return string[]
863
  */
864
  private static function get_global_order_status_html( $order ) {
865
  $old_status = $order->get_status();
866
+ $result = array(
867
+ 'status' => '',
868
+ 'input' => '',
869
+ );
870
 
871
  /**
872
  * Load a clean instance to make sure order status updates are reflected.
877
  * In case the current request has not changed the status do not return html
878
  */
879
  if ( ! $order || $old_status === $order->get_status() ) {
880
+ return $result;
881
  }
882
  ob_start();
883
  ?>
906
  <?php
907
  $html = ob_get_clean();
908
 
909
+ $result['status'] = $html;
910
+ $result['input'] = '<input name="post_status" type="hidden" value="' . esc_attr( 'wc-' . $order->get_status( 'edit' ) ) . '" />';
911
+
912
+ return $result;
913
  }
914
 
915
  private static function get_order_return_status_html( $order_shipment ) {
1022
  include( Package::get_path() . '/includes/admin/views/html-order-shipment-list.php' );
1023
  $html = ob_get_clean();
1024
 
1025
+ $order_status_html = self::get_global_order_status_html( $order_shipment->get_order() );
1026
+
1027
  $fragments = array(
1028
+ '#order-shipments-list' => $html,
1029
+ '.order-shipping-status' => self::get_order_status_html( $order_shipment ),
1030
+ '.order-return-status' => self::get_order_return_status_html( $order_shipment ),
1031
+ '.order_data_column p.wc-order-status' => $order_status_html['status'],
1032
+ 'input[name="post_status"]' => $order_status_html['input'],
1033
  );
1034
 
1035
  if ( empty( $fragments['.order_data_column p.wc-order-status'] ) ) {
1036
  unset( $fragments['.order_data_column p.wc-order-status'] );
1037
+ unset( $fragments['input[name="post_status"]'] );
1038
  }
1039
 
1040
  return $fragments;
packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php CHANGED
@@ -32,7 +32,8 @@ class ShipmentItem extends WC_Data_Store_WP implements WC_Object_Data_Store_Inte
32
  '_sku',
33
  '_return_reason_code',
34
  '_hs_code',
35
- '_manufacture_country'
 
36
  );
37
 
38
  protected $core_props = array(
32
  '_sku',
33
  '_return_reason_code',
34
  '_hs_code',
35
+ '_manufacture_country',
36
+ '_attributes'
37
  );
38
 
39
  protected $core_props = array(
packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php CHANGED
@@ -68,7 +68,7 @@ interface ShippingProvider {
68
 
69
  public function get_tracking_url( $shipment );
70
 
71
- public function get_tracking_desc( $shipment );
72
 
73
  public function get_tracking_placeholders( $shipment = false );
74
 
68
 
69
  public function get_tracking_url( $shipment );
70
 
71
+ public function get_tracking_desc( $shipment, $plain = false );
72
 
73
  public function get_tracking_placeholders( $shipment = false );
74
 
packages/woocommerce-germanized-shipments/src/Labels/Label.php CHANGED
@@ -790,7 +790,7 @@ class Label extends WC_Data implements ShipmentLabel {
790
  $product_value = $product_total < 0.01 ? wc_format_decimal( apply_filters( "{$this->get_general_hook_prefix()}customs_item_min_price", 0.01, $item, $this, $shipment ), 2 ) : wc_format_decimal( $product_total, 2 );
791
 
792
  $customs_items[ $key ] = apply_filters( "{$this->get_general_hook_prefix()}customs_item", array(
793
- 'description' => apply_filters( "{$this->get_general_hook_prefix()}item_description", wc_clean( substr( $item->get_name(), 0, $max_desc_length ) ), $item, $this, $shipment ),
794
  'category' => apply_filters( "{$this->get_general_hook_prefix()}item_category", $category, $item, $this, $shipment ),
795
  'origin_code' => ( $shipment_product && $shipment_product->get_manufacture_country() ) ? $shipment_product->get_manufacture_country() : Package::get_base_country(),
796
  'tariff_number' => $shipment_product ? $shipment_product->get_hs_code() : '',
@@ -810,18 +810,22 @@ class Label extends WC_Data implements ShipmentLabel {
810
  $total_value += (float) $customs_items[ $key ]['value'];
811
  }
812
 
813
- $item_description = substr( $item_description, 0, $max_desc_length );
814
 
815
  $customs_data = apply_filters( "{$this->get_general_hook_prefix()}customs_data", array(
816
  'shipment_id' => $shipment->get_id(),
817
  'additional_fee' => wc_format_decimal( $shipment->get_additional_total(), 2 ),
818
  'export_type_description' => $item_description,
819
- 'place_of_commital' => $shipment->get_country(),
 
 
 
820
  'items' => $customs_items,
821
  'item_total_weight_in_kg' => $total_weight,
822
  'item_total_gross_weight_in_kg' => $total_gross_weight,
823
  'item_total_value' => $total_value,
824
- 'currency' => $order ? $order->get_currency() : get_woocommerce_currency()
 
825
  ), $this, $shipment );
826
 
827
  return $customs_data;
790
  $product_value = $product_total < 0.01 ? wc_format_decimal( apply_filters( "{$this->get_general_hook_prefix()}customs_item_min_price", 0.01, $item, $this, $shipment ), 2 ) : wc_format_decimal( $product_total, 2 );
791
 
792
  $customs_items[ $key ] = apply_filters( "{$this->get_general_hook_prefix()}customs_item", array(
793
+ 'description' => apply_filters( "{$this->get_general_hook_prefix()}item_description", wc_clean( mb_substr( $item->get_name(), 0, $max_desc_length ) ), $item, $this, $shipment ),
794
  'category' => apply_filters( "{$this->get_general_hook_prefix()}item_category", $category, $item, $this, $shipment ),
795
  'origin_code' => ( $shipment_product && $shipment_product->get_manufacture_country() ) ? $shipment_product->get_manufacture_country() : Package::get_base_country(),
796
  'tariff_number' => $shipment_product ? $shipment_product->get_hs_code() : '',
810
  $total_value += (float) $customs_items[ $key ]['value'];
811
  }
812
 
813
+ $item_description = mb_substr( $item_description, 0, $max_desc_length );
814
 
815
  $customs_data = apply_filters( "{$this->get_general_hook_prefix()}customs_data", array(
816
  'shipment_id' => $shipment->get_id(),
817
  'additional_fee' => wc_format_decimal( $shipment->get_additional_total(), 2 ),
818
  'export_type_description' => $item_description,
819
+ 'place_of_commital' => $shipment->get_sender_city(),
820
+ // e.g. EORI number
821
+ 'sender_customs_ref_number' => $shipment->get_sender_customs_reference_number(),
822
+ 'receiver_customs_ref_number' => $shipment->get_customs_reference_number(),
823
  'items' => $customs_items,
824
  'item_total_weight_in_kg' => $total_weight,
825
  'item_total_gross_weight_in_kg' => $total_gross_weight,
826
  'item_total_value' => $total_value,
827
+ 'currency' => $order ? $order->get_currency() : get_woocommerce_currency(),
828
+ 'invoice_number' => '',
829
  ), $this, $shipment );
830
 
831
  return $customs_data;
packages/woocommerce-germanized-shipments/src/Package.php CHANGED
@@ -18,7 +18,7 @@ class Package {
18
  *
19
  * @var string
20
  */
21
- const VERSION = '1.6.1';
22
 
23
  public static $upload_dir_suffix = '';
24
 
@@ -291,7 +291,8 @@ class Package {
291
  'AX*', // Åland Islands
292
  ),
293
  'CY' => array(
294
- '99*', // Northern Cyprus
 
295
  ),
296
  );
297
 
18
  *
19
  * @var string
20
  */
21
+ const VERSION = '1.6.2';
22
 
23
  public static $upload_dir_suffix = '';
24
 
291
  'AX*', // Åland Islands
292
  ),
293
  'CY' => array(
294
+ '9*', // Northern Cyprus
295
+ '5*' // Northern Cyprus
296
  ),
297
  );
298
 
packages/woocommerce-germanized-shipments/src/Product.php CHANGED
@@ -49,7 +49,9 @@ class Product {
49
 
50
  protected function get_forced_parent_product() {
51
  if ( $this->product->is_type( 'variation' ) ) {
52
- return wc_get_product( $this->product->get_parent_id() );
 
 
53
  }
54
 
55
  return $this->product;
49
 
50
  protected function get_forced_parent_product() {
51
  if ( $this->product->is_type( 'variation' ) ) {
52
+ if ( $parent = wc_get_product( $this->product->get_parent_id() ) ) {
53
+ return $parent;
54
+ }
55
  }
56
 
57
  return $this->product;
packages/woocommerce-germanized-shipments/src/Shipment.php CHANGED
@@ -783,12 +783,11 @@ abstract class Shipment extends WC_Data {
783
  *
784
  * @return string
785
  */
786
- public function get_tracking_instruction() {
787
  $instruction = '';
788
 
789
  if ( $provider = $this->get_shipping_provider_instance() ) {
790
- // $instruction = sprintf( _x( 'Your shipment is being processed by %s. If you want to track the shipment, please use the following tracking number: %s. Depending on the chosen shipping method it is possible that the tracking data does not reflect the current status when receiving this email.', 'shipments', 'woocommerce-germanized' ), wc_gzd_get_shipping_provider_title( $this->get_shipping_provider() ), $this->get_tracking_id() );
791
- $instruction = $provider->get_tracking_desc( $this );
792
  }
793
 
794
  /**
@@ -814,7 +813,7 @@ abstract class Shipment extends WC_Data {
814
  * @return boolean
815
  */
816
  public function has_tracking_instruction() {
817
- $instruction = $this->get_tracking_instruction();
818
 
819
  return ( ! empty( $instruction ) ) ? true : false;
820
  }
@@ -1103,6 +1102,16 @@ abstract class Shipment extends WC_Data {
1103
  return $this->get_address_prop( 'country', $context ) ? $this->get_address_prop( 'country', $context ) : '';
1104
  }
1105
 
 
 
 
 
 
 
 
 
 
 
1106
  /**
1107
  * Returns a sender address prop by checking the corresponding provider and falling back to
1108
  * global sender address setting data.
@@ -1333,6 +1342,16 @@ abstract class Shipment extends WC_Data {
1333
  return $this->get_sender_address_prop( 'state', $context );
1334
  }
1335
 
 
 
 
 
 
 
 
 
 
 
1336
  public function get_formatted_sender_state() {
1337
  if ( '' === $this->get_sender_state() || '' === $this->get_sender_country() ) {
1338
  return '';
783
  *
784
  * @return string
785
  */
786
+ public function get_tracking_instruction( $plain = false ) {
787
  $instruction = '';
788
 
789
  if ( $provider = $this->get_shipping_provider_instance() ) {
790
+ $instruction = $provider->get_tracking_desc( $this, $plain );
 
791
  }
792
 
793
  /**
813
  * @return boolean
814
  */
815
  public function has_tracking_instruction() {
816
+ $instruction = $this->get_tracking_instruction( true );
817
 
818
  return ( ! empty( $instruction ) ) ? true : false;
819
  }
1102
  return $this->get_address_prop( 'country', $context ) ? $this->get_address_prop( 'country', $context ) : '';
1103
  }
1104
 
1105
+ /**
1106
+ * Returns the shipment address customs reference number.
1107
+ *
1108
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1109
+ * @return string
1110
+ */
1111
+ public function get_customs_reference_number( $context = 'view' ) {
1112
+ return $this->get_address_prop( 'customs_reference_number', $context ) ? $this->get_address_prop( 'customs_reference_number', $context ) : '';
1113
+ }
1114
+
1115
  /**
1116
  * Returns a sender address prop by checking the corresponding provider and falling back to
1117
  * global sender address setting data.
1342
  return $this->get_sender_address_prop( 'state', $context );
1343
  }
1344
 
1345
+ /**
1346
+ * Returns the sender address customs reference number.
1347
+ *
1348
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1349
+ * @return string
1350
+ */
1351
+ public function get_sender_customs_reference_number( $context = 'view' ) {
1352
+ return $this->get_sender_address_prop( 'customs_reference_number', $context ) ? $this->get_sender_address_prop( 'customs_reference_number', $context ) : '';
1353
+ }
1354
+
1355
  public function get_formatted_sender_state() {
1356
  if ( '' === $this->get_sender_state() || '' === $this->get_sender_country() ) {
1357
  return '';
packages/woocommerce-germanized-shipments/src/ShipmentItem.php CHANGED
@@ -41,6 +41,7 @@ class ShipmentItem extends WC_Data {
41
  'subtotal' => 0,
42
  'hs_code' => '',
43
  'manufacture_country' => '',
 
44
  );
45
 
46
  /**
@@ -278,6 +279,21 @@ class ShipmentItem extends WC_Data {
278
  return $prop;
279
  }
280
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  /**
282
  * Get parent order object.
283
  *
@@ -355,6 +371,17 @@ class ShipmentItem extends WC_Data {
355
  $total = is_callable( array( $item, 'get_total' ) ) ? ( (float) $item->get_total() / $item->get_quantity() ) * $args['quantity'] : 0;
356
  $subtotal = is_callable( array( $item, 'get_subtotal' ) ) ? (float) $item->get_subtotal() / $item->get_quantity() * $args['quantity'] : 0;
357
  $tax_subtotal = is_callable( array( $item, 'get_subtotal_tax' ) ) ? (float) $item->get_subtotal_tax() / $item->get_quantity() * $args['quantity'] : 0;
 
 
 
 
 
 
 
 
 
 
 
358
 
359
  $args = wp_parse_args( $args, array(
360
  'order_item_id' => $item->get_id(),
@@ -369,6 +396,7 @@ class ShipmentItem extends WC_Data {
369
  'height' => $product ? wc_get_dimension( $product->get_height(), $shipment->get_dimension_unit() ) : '',
370
  'hs_code' => $s_product ? $s_product->get_hs_code() : '',
371
  'manufacture_country' => $s_product ? $s_product->get_manufacture_country() : '',
 
372
  ) );
373
  }
374
 
@@ -552,6 +580,15 @@ class ShipmentItem extends WC_Data {
552
  $this->set_prop( 'manufacture_country', wc_strtoupper( $country ) );
553
  }
554
 
 
 
 
 
 
 
 
 
 
555
  /*
556
  |--------------------------------------------------------------------------
557
  | Other Methods
41
  'subtotal' => 0,
42
  'hs_code' => '',
43
  'manufacture_country' => '',
44
+ 'attributes' => array(),
45
  );
46
 
47
  /**
279
  return $prop;
280
  }
281
 
282
+ /**
283
+ * Get attributes.
284
+ *
285
+ * @return string[]
286
+ */
287
+ public function get_attributes( $context = 'view' ) {
288
+ return $this->get_prop( 'attributes', $context );
289
+ }
290
+
291
+ public function has_attributes() {
292
+ $attributes = $this->get_attributes();
293
+
294
+ return ! empty( $attributes );
295
+ }
296
+
297
  /**
298
  * Get parent order object.
299
  *
371
  $total = is_callable( array( $item, 'get_total' ) ) ? ( (float) $item->get_total() / $item->get_quantity() ) * $args['quantity'] : 0;
372
  $subtotal = is_callable( array( $item, 'get_subtotal' ) ) ? (float) $item->get_subtotal() / $item->get_quantity() * $args['quantity'] : 0;
373
  $tax_subtotal = is_callable( array( $item, 'get_subtotal_tax' ) ) ? (float) $item->get_subtotal_tax() / $item->get_quantity() * $args['quantity'] : 0;
374
+ $meta = $item->get_formatted_meta_data( apply_filters( "{$this->get_hook_prefix()}hide_meta_prefix", '_', $this ), apply_filters( "{$this->get_hook_prefix()}include_all_meta", false, $this ) );
375
+ $attributes = array();
376
+
377
+ foreach( $meta as $meta_id => $entry ) {
378
+ $attributes[] = array(
379
+ 'key' => $entry->key,
380
+ 'value' => str_replace( array( '<p>', '</p>' ), '', $entry->display_value ),
381
+ 'label' => $entry->display_key,
382
+ 'order_item_meta_id' => $meta_id,
383
+ );
384
+ }
385
 
386
  $args = wp_parse_args( $args, array(
387
  'order_item_id' => $item->get_id(),
396
  'height' => $product ? wc_get_dimension( $product->get_height(), $shipment->get_dimension_unit() ) : '',
397
  'hs_code' => $s_product ? $s_product->get_hs_code() : '',
398
  'manufacture_country' => $s_product ? $s_product->get_manufacture_country() : '',
399
+ 'attributes' => $attributes
400
  ) );
401
  }
402
 
580
  $this->set_prop( 'manufacture_country', wc_strtoupper( $country ) );
581
  }
582
 
583
+ /**
584
+ * Set attributes
585
+ *
586
+ * @param $attributes
587
+ */
588
+ public function set_attributes( $attributes ) {
589
+ $this->set_prop( 'attributes', (array) $attributes );
590
+ }
591
+
592
  /*
593
  |--------------------------------------------------------------------------
594
  | Other Methods
packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php CHANGED
@@ -401,6 +401,10 @@ class Simple extends WC_Data implements ShippingProvider {
401
  return $this->get_address_prop( 'city' );
402
  }
403
 
 
 
 
 
404
  public function get_shipper_country() {
405
  $country_data = wc_format_country_state_string( $this->get_address_prop( 'country' ) );
406
 
@@ -666,12 +670,17 @@ class Simple extends WC_Data implements ShippingProvider {
666
  *
667
  * @return string
668
  */
669
- public function get_tracking_desc( $shipment ) {
670
  $tracking_desc = '';
671
  $tracking_id = $shipment->get_tracking_id();
672
 
673
  if ( '' !== $this->get_tracking_desc_placeholder() && ! empty( $tracking_id ) ) {
674
  $placeholders = $this->get_tracking_placeholders( $shipment );
 
 
 
 
 
675
  $tracking_desc = str_replace( array_keys( $placeholders ), array_values( $placeholders ), $this->get_tracking_desc_placeholder() );
676
  }
677
 
401
  return $this->get_address_prop( 'city' );
402
  }
403
 
404
+ public function get_shipper_customs_reference_number() {
405
+ return $this->get_address_prop( 'customs_reference_number' );
406
+ }
407
+
408
  public function get_shipper_country() {
409
  $country_data = wc_format_country_state_string( $this->get_address_prop( 'country' ) );
410
 
670
  *
671
  * @return string
672
  */
673
+ public function get_tracking_desc( $shipment, $plain = false ) {
674
  $tracking_desc = '';
675
  $tracking_id = $shipment->get_tracking_id();
676
 
677
  if ( '' !== $this->get_tracking_desc_placeholder() && ! empty( $tracking_id ) ) {
678
  $placeholders = $this->get_tracking_placeholders( $shipment );
679
+
680
+ if ( ! $plain && apply_filters( "{$this->get_general_hook_prefix()}tracking_id_with_link", true, $shipment ) && $shipment->has_tracking() ) {
681
+ $placeholders['{tracking_id}'] = '<a href="' . esc_url( $shipment->get_tracking_url() ) . '" target="_blank">' . $shipment->get_tracking_id() . '</a>';
682
+ }
683
+
684
  $tracking_desc = str_replace( array_keys( $placeholders ), array_values( $placeholders ), $this->get_tracking_desc_placeholder() );
685
  }
686
 
packages/woocommerce-germanized-shipments/templates/emails/plain/email-order-shipments.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @see https://github.com/vendidero/woocommerce-germanized/wiki/Overriding-Germanized-Templates
14
  * @package Germanized/Shipments/Templates/Emails/Plain
15
- * @version 1.0.0
16
  */
17
  if ( ! defined( 'ABSPATH' ) ) {
18
  exit;
@@ -39,7 +39,7 @@ foreach( $shipments as $key => $shipment ) {
39
  }
40
 
41
  if ( $shipment->has_tracking_instruction() ) {
42
- echo esc_html( $shipment->get_tracking_instruction() ) . "\n";
43
  }
44
  } else {
45
  echo esc_html( _x( 'Sorry, this shipment does currently not support tracking.', 'shipments', 'woocommerce-germanized' ) ) . "\n";
12
  *
13
  * @see https://github.com/vendidero/woocommerce-germanized/wiki/Overriding-Germanized-Templates
14
  * @package Germanized/Shipments/Templates/Emails/Plain
15
+ * @version 1.0.1
16
  */
17
  if ( ! defined( 'ABSPATH' ) ) {
18
  exit;
39
  }
40
 
41
  if ( $shipment->has_tracking_instruction() ) {
42
+ echo esc_html( $shipment->get_tracking_instruction( true ) ) . "\n";
43
  }
44
  } else {
45
  echo esc_html( _x( 'Sorry, this shipment does currently not support tracking.', 'shipments', 'woocommerce-germanized' ) ) . "\n";
packages/woocommerce-germanized-shipments/templates/emails/plain/email-shipment-tracking.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @see https://github.com/vendidero/woocommerce-germanized/wiki/Overriding-Germanized-Templates
14
  * @package Germanized/Shipments/Templates/Emails/Plain
15
- * @version 1.0.0
16
  */
17
  if ( ! defined( 'ABSPATH' ) ) {
18
  exit;
@@ -29,5 +29,5 @@ if ( $shipment->get_tracking_url() ) {
29
  }
30
 
31
  if ( $shipment->has_tracking_instruction() ) {
32
- echo esc_html( $shipment->get_tracking_instruction() ) . "\n";
33
  }
12
  *
13
  * @see https://github.com/vendidero/woocommerce-germanized/wiki/Overriding-Germanized-Templates
14
  * @package Germanized/Shipments/Templates/Emails/Plain
15
+ * @version 1.0.1
16
  */
17
  if ( ! defined( 'ABSPATH' ) ) {
18
  exit;
29
  }
30
 
31
  if ( $shipment->has_tracking_instruction() ) {
32
+ echo esc_html( $shipment->get_tracking_instruction( true ) ) . "\n";
33
  }
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.6.1
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.6.2
9
  * Requires PHP: 5.6
10
  * License: GPLv3
11
  *
readme.txt CHANGED
@@ -5,7 +5,7 @@ Requires at least: 5.4
5
  Tested up to: 5.8
6
  WC requires at least: 3.9
7
  WC tested up to: 5.7
8
- Stable tag: 3.6.1
9
  Requires PHP: 5.6
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -194,6 +194,25 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
194
  6. Edit pdf documents (Pro)
195
 
196
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  = 3.6.1 =
198
  * Improvement: Checkout action check during shopmark execution
199
  * Improvement: Prefer using total over subtotal amount for customs (except vouchers)
5
  Tested up to: 5.8
6
  WC requires at least: 3.9
7
  WC tested up to: 5.7
8
+ Stable tag: 3.6.2
9
  Requires PHP: 5.6
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
194
  6. Edit pdf documents (Pro)
195
 
196
  == Changelog ==
197
+ = 3.6.2 =
198
+ * Improvement: Checkbox default layout
199
+ * Improvement: Added default legal page placeholders to all checkboxes
200
+ * Improvement: WooCommerce Bundles shopmarks
201
+ * Improvement: WooCommerce Composite Products shopmarks
202
+ * Improvement: Added customer cancelled order mail to WPML compatibility
203
+ * Improvement: WooCommerce subscriptions recurring tax totals in cart/checkout
204
+ * Improvement: By default add a link to tracking id placeholder within shipments
205
+ * Improvement: Added customs reference number to shipping address (e.g. for DHL customs)
206
+ * Improvement: DHL northern cyprus detection
207
+ * Improvement: Allow setting DHL shipper reference via settings
208
+ * Improvement: Added WSDL core files to assets dir to improve API performance
209
+ * Improvement: OSS BOP compatible CSV export
210
+ * Improvement: Allow choosing between order date types for OSS reports
211
+ * Fix: OSS date_paid include range
212
+ * Fix: Prevent multiple order status change events from firing in case shipment automation updates the status
213
+ * Fix: Prevent showing taxes twice within order details in specific setups
214
+ * Fix: B2B market net unit prices
215
+
216
  = 3.6.1 =
217
  * Improvement: Checkout action check during shopmark execution
218
  * Improvement: Prefer using total over subtotal amount for customs (except vouchers)
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit4eb25cefb40ec599ed6a13e060992a78::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit3eb23d99acf2078aecb8ee1129ca6bd7::getLoader();
vendor/autoload_packages.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
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' => '1bc689398a55189f713ac4f6be07dde8909e2f5a',
23
  'name' => 'vendidero/woocommerce-germanized',
24
  ),
25
  'versions' =>
@@ -53,12 +53,12 @@ private static $installed = array (
53
  ),
54
  'dvdoug/boxpacker' =>
55
  array (
56
- 'pretty_version' => '3.9.2',
57
- 'version' => '3.9.2.0',
58
  'aliases' =>
59
  array (
60
  ),
61
- 'reference' => '175f8ab63961975ff1fe52df1379b2c28742a9cd',
62
  ),
63
  'myclabs/deep-copy' =>
64
  array (
@@ -116,12 +116,12 @@ private static $installed = array (
116
  ),
117
  'vendidero/one-stop-shop-woocommerce' =>
118
  array (
119
- 'pretty_version' => 'v1.1.5',
120
- 'version' => '1.1.5.0',
121
  'aliases' =>
122
  array (
123
  ),
124
- 'reference' => '9919101058bf57c324eb36fd36b5d6326c5fb827',
125
  ),
126
  'vendidero/woocommerce-germanized' =>
127
  array (
@@ -130,25 +130,25 @@ private static $installed = array (
130
  'aliases' =>
131
  array (
132
  ),
133
- 'reference' => '1bc689398a55189f713ac4f6be07dde8909e2f5a',
134
  ),
135
  'vendidero/woocommerce-germanized-dhl' =>
136
  array (
137
- 'pretty_version' => 'v1.6.1',
138
- 'version' => '1.6.1.0',
139
  'aliases' =>
140
  array (
141
  ),
142
- 'reference' => '70efa64dbf4cf54fb0d2864792df59ee776a1321',
143
  ),
144
  'vendidero/woocommerce-germanized-shipments' =>
145
  array (
146
- 'pretty_version' => 'v1.6.1',
147
- 'version' => '1.6.1.0',
148
  'aliases' =>
149
  array (
150
  ),
151
- 'reference' => '14f36456fa29a88683736b0fa65892d0d38811ca',
152
  ),
153
  'vendidero/woocommerce-trusted-shops' =>
154
  array (
19
  'aliases' =>
20
  array (
21
  ),
22
+ 'reference' => '31ab3f3576c7e476132c7b82fcd49249745ab5e3',
23
  'name' => 'vendidero/woocommerce-germanized',
24
  ),
25
  'versions' =>
53
  ),
54
  'dvdoug/boxpacker' =>
55
  array (
56
+ 'pretty_version' => '3.9.3',
57
+ 'version' => '3.9.3.0',
58
  'aliases' =>
59
  array (
60
  ),
61
+ 'reference' => 'b9063023729c403e3c20a7635663f29fac569c96',
62
  ),
63
  'myclabs/deep-copy' =>
64
  array (
116
  ),
117
  'vendidero/one-stop-shop-woocommerce' =>
118
  array (
119
+ 'pretty_version' => 'v1.1.6',
120
+ 'version' => '1.1.6.0',
121
  'aliases' =>
122
  array (
123
  ),
124
+ 'reference' => 'e15b7a8ec378e7af1cc5eb0315b0b1422f527a24',
125
  ),
126
  'vendidero/woocommerce-germanized' =>
127
  array (
130
  'aliases' =>
131
  array (
132
  ),
133
+ 'reference' => '31ab3f3576c7e476132c7b82fcd49249745ab5e3',
134
  ),
135
  'vendidero/woocommerce-germanized-dhl' =>
136
  array (
137
+ 'pretty_version' => 'v1.6.2',
138
+ 'version' => '1.6.2.0',
139
  'aliases' =>
140
  array (
141
  ),
142
+ 'reference' => 'c0cb29c298a29be64662c1174abf2f787565869b',
143
  ),
144
  'vendidero/woocommerce-germanized-shipments' =>
145
  array (
146
+ 'pretty_version' => 'v1.6.2',
147
+ 'version' => '1.6.2.0',
148
  'aliases' =>
149
  array (
150
  ),
151
+ 'reference' => 'e0e0e9968ca71d64119cb82c36236a386fecbeb7',
152
  ),
153
  'vendidero/woocommerce-trusted-shops' =>
154
  array (
vendor/composer/autoload_classmap.php CHANGED
@@ -284,6 +284,7 @@ return array(
284
  'Vendidero\\OneStopShop\\AdminNote' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AdminNote.php',
285
  'Vendidero\\OneStopShop\\AsyncReportGenerator' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php',
286
  'Vendidero\\OneStopShop\\CSVExporter' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporter.php',
 
287
  'Vendidero\\OneStopShop\\DeliveryThresholdEmailNotification' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php',
288
  'Vendidero\\OneStopShop\\DeliveryThresholdWarning' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdWarning.php',
289
  'Vendidero\\OneStopShop\\Install' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Install.php',
284
  'Vendidero\\OneStopShop\\AdminNote' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AdminNote.php',
285
  'Vendidero\\OneStopShop\\AsyncReportGenerator' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php',
286
  'Vendidero\\OneStopShop\\CSVExporter' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporter.php',
287
+ 'Vendidero\\OneStopShop\\CSVExporterBOP' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporterBOP.php',
288
  'Vendidero\\OneStopShop\\DeliveryThresholdEmailNotification' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php',
289
  'Vendidero\\OneStopShop\\DeliveryThresholdWarning' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdWarning.php',
290
  'Vendidero\\OneStopShop\\Install' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Install.php',
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit4eb25cefb40ec599ed6a13e060992a78
6
  {
7
  private static $loader;
8
 
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit4eb25cefb40ec599ed6a13e060992a78
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
- spl_autoload_register(array('ComposerAutoloaderInit4eb25cefb40ec599ed6a13e060992a78', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
29
- spl_autoload_unregister(array('ComposerAutoloaderInit4eb25cefb40ec599ed6a13e060992a78', '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\ComposerStaticInit4eb25cefb40ec599ed6a13e060992a78::getInitializer($loader));
36
  } else {
37
  $map = require __DIR__ . '/autoload_namespaces.php';
38
  foreach ($map as $namespace => $path) {
@@ -53,19 +53,19 @@ class ComposerAutoloaderInit4eb25cefb40ec599ed6a13e060992a78
53
  $loader->register(true);
54
 
55
  if ($useStaticLoader) {
56
- $includeFiles = Composer\Autoload\ComposerStaticInit4eb25cefb40ec599ed6a13e060992a78::$files;
57
  } else {
58
  $includeFiles = require __DIR__ . '/autoload_files.php';
59
  }
60
  foreach ($includeFiles as $fileIdentifier => $file) {
61
- composerRequire4eb25cefb40ec599ed6a13e060992a78($fileIdentifier, $file);
62
  }
63
 
64
  return $loader;
65
  }
66
  }
67
 
68
- function composerRequire4eb25cefb40ec599ed6a13e060992a78($fileIdentifier, $file)
69
  {
70
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
71
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit3eb23d99acf2078aecb8ee1129ca6bd7
6
  {
7
  private static $loader;
8
 
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
+ spl_autoload_register(array('ComposerAutoloaderInit3eb23d99acf2078aecb8ee1129ca6bd7', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
29
+ spl_autoload_unregister(array('ComposerAutoloaderInit3eb23d99acf2078aecb8ee1129ca6bd7', '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\ComposerStaticInit3eb23d99acf2078aecb8ee1129ca6bd7::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\ComposerStaticInit3eb23d99acf2078aecb8ee1129ca6bd7::$files;
57
  } else {
58
  $includeFiles = require __DIR__ . '/autoload_files.php';
59
  }
60
  foreach ($includeFiles as $fileIdentifier => $file) {
61
+ composerRequire3eb23d99acf2078aecb8ee1129ca6bd7($fileIdentifier, $file);
62
  }
63
 
64
  return $loader;
65
  }
66
  }
67
 
68
+ function composerRequire3eb23d99acf2078aecb8ee1129ca6bd7($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 ComposerStaticInit4eb25cefb40ec599ed6a13e060992a78
8
  {
9
  public static $files = array (
10
  '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
@@ -389,6 +389,7 @@ class ComposerStaticInit4eb25cefb40ec599ed6a13e060992a78
389
  'Vendidero\\OneStopShop\\AdminNote' => __DIR__ . '/../..' . '/packages/one-stop-shop-woocommerce/src/AdminNote.php',
390
  'Vendidero\\OneStopShop\\AsyncReportGenerator' => __DIR__ . '/../..' . '/packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php',
391
  'Vendidero\\OneStopShop\\CSVExporter' => __DIR__ . '/../..' . '/packages/one-stop-shop-woocommerce/src/CSVExporter.php',
 
392
  'Vendidero\\OneStopShop\\DeliveryThresholdEmailNotification' => __DIR__ . '/../..' . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php',
393
  'Vendidero\\OneStopShop\\DeliveryThresholdWarning' => __DIR__ . '/../..' . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdWarning.php',
394
  'Vendidero\\OneStopShop\\Install' => __DIR__ . '/../..' . '/packages/one-stop-shop-woocommerce/src/Install.php',
@@ -483,9 +484,9 @@ class ComposerStaticInit4eb25cefb40ec599ed6a13e060992a78
483
  public static function getInitializer(ClassLoader $loader)
484
  {
485
  return \Closure::bind(function () use ($loader) {
486
- $loader->prefixLengthsPsr4 = ComposerStaticInit4eb25cefb40ec599ed6a13e060992a78::$prefixLengthsPsr4;
487
- $loader->prefixDirsPsr4 = ComposerStaticInit4eb25cefb40ec599ed6a13e060992a78::$prefixDirsPsr4;
488
- $loader->classMap = ComposerStaticInit4eb25cefb40ec599ed6a13e060992a78::$classMap;
489
 
490
  }, null, ClassLoader::class);
491
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit3eb23d99acf2078aecb8ee1129ca6bd7
8
  {
9
  public static $files = array (
10
  '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
389
  'Vendidero\\OneStopShop\\AdminNote' => __DIR__ . '/../..' . '/packages/one-stop-shop-woocommerce/src/AdminNote.php',
390
  'Vendidero\\OneStopShop\\AsyncReportGenerator' => __DIR__ . '/../..' . '/packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php',
391
  'Vendidero\\OneStopShop\\CSVExporter' => __DIR__ . '/../..' . '/packages/one-stop-shop-woocommerce/src/CSVExporter.php',
392
+ 'Vendidero\\OneStopShop\\CSVExporterBOP' => __DIR__ . '/../..' . '/packages/one-stop-shop-woocommerce/src/CSVExporterBOP.php',
393
  'Vendidero\\OneStopShop\\DeliveryThresholdEmailNotification' => __DIR__ . '/../..' . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php',
394
  'Vendidero\\OneStopShop\\DeliveryThresholdWarning' => __DIR__ . '/../..' . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdWarning.php',
395
  'Vendidero\\OneStopShop\\Install' => __DIR__ . '/../..' . '/packages/one-stop-shop-woocommerce/src/Install.php',
484
  public static function getInitializer(ClassLoader $loader)
485
  {
486
  return \Closure::bind(function () use ($loader) {
487
+ $loader->prefixLengthsPsr4 = ComposerStaticInit3eb23d99acf2078aecb8ee1129ca6bd7::$prefixLengthsPsr4;
488
+ $loader->prefixDirsPsr4 = ComposerStaticInit3eb23d99acf2078aecb8ee1129ca6bd7::$prefixDirsPsr4;
489
+ $loader->classMap = ComposerStaticInit3eb23d99acf2078aecb8ee1129ca6bd7::$classMap;
490
 
491
  }, null, ClassLoader::class);
492
  }
vendor/composer/installed.json CHANGED
@@ -252,17 +252,17 @@
252
  },
253
  {
254
  "name": "dvdoug/boxpacker",
255
- "version": "3.9.2",
256
- "version_normalized": "3.9.2.0",
257
  "source": {
258
  "type": "git",
259
  "url": "https://github.com/dvdoug/BoxPacker.git",
260
- "reference": "175f8ab63961975ff1fe52df1379b2c28742a9cd"
261
  },
262
  "dist": {
263
  "type": "zip",
264
- "url": "https://api.github.com/repos/dvdoug/BoxPacker/zipball/175f8ab63961975ff1fe52df1379b2c28742a9cd",
265
- "reference": "175f8ab63961975ff1fe52df1379b2c28742a9cd",
266
  "shasum": ""
267
  },
268
  "require": {
@@ -272,12 +272,12 @@
272
  },
273
  "require-dev": {
274
  "behat/behat": "^3.7",
275
- "dvdoug/behat-code-coverage": "^5.0",
276
  "friendsofphp/php-cs-fixer": "^3.0",
277
  "monolog/monolog": "^1.0||^2.0",
278
- "phpunit/phpunit": "^7.5.20||^8.5.13||^9.5.0"
279
  },
280
- "time": "2021-07-04T17:20:38+00:00",
281
  "type": "library",
282
  "installation-source": "dist",
283
  "autoload": {
@@ -314,7 +314,7 @@
314
  ],
315
  "support": {
316
  "issues": "https://github.com/dvdoug/BoxPacker/issues",
317
- "source": "https://github.com/dvdoug/BoxPacker/tree/3.9.2"
318
  },
319
  "funding": [
320
  {
@@ -564,17 +564,17 @@
564
  },
565
  {
566
  "name": "vendidero/one-stop-shop-woocommerce",
567
- "version": "v1.1.5",
568
- "version_normalized": "1.1.5.0",
569
  "source": {
570
  "type": "git",
571
  "url": "https://github.com/vendidero/one-stop-shop-woocommerce.git",
572
- "reference": "9919101058bf57c324eb36fd36b5d6326c5fb827"
573
  },
574
  "dist": {
575
  "type": "zip",
576
- "url": "https://api.github.com/repos/vendidero/one-stop-shop-woocommerce/zipball/9919101058bf57c324eb36fd36b5d6326c5fb827",
577
- "reference": "9919101058bf57c324eb36fd36b5d6326c5fb827",
578
  "shasum": ""
579
  },
580
  "require": {
@@ -583,7 +583,7 @@
583
  "require-dev": {
584
  "phpunit/phpunit": "6.5.14"
585
  },
586
- "time": "2021-09-16T09:49:23+00:00",
587
  "type": "wordpress-plugin",
588
  "installation-source": "dist",
589
  "autoload": {
@@ -605,24 +605,24 @@
605
  "description": "One Stop Shop Helper for WooCommerce",
606
  "homepage": "https://github.com/vendidero/one-stop-shop-woocommerce",
607
  "support": {
608
- "source": "https://github.com/vendidero/one-stop-shop-woocommerce/tree/v1.1.5",
609
  "issues": "https://github.com/vendidero/one-stop-shop-woocommerce/issues"
610
  },
611
  "install-path": "../../packages/one-stop-shop-woocommerce"
612
  },
613
  {
614
  "name": "vendidero/woocommerce-germanized-dhl",
615
- "version": "v1.6.1",
616
- "version_normalized": "1.6.1.0",
617
  "source": {
618
  "type": "git",
619
  "url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
620
- "reference": "70efa64dbf4cf54fb0d2864792df59ee776a1321"
621
  },
622
  "dist": {
623
  "type": "zip",
624
- "url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/70efa64dbf4cf54fb0d2864792df59ee776a1321",
625
- "reference": "70efa64dbf4cf54fb0d2864792df59ee776a1321",
626
  "shasum": ""
627
  },
628
  "require": {
@@ -633,7 +633,7 @@
633
  "require-dev": {
634
  "phpunit/phpunit": "6.5.14"
635
  },
636
- "time": "2021-09-16T09:39:31+00:00",
637
  "type": "wordpress-plugin",
638
  "installation-source": "dist",
639
  "autoload": {
@@ -657,24 +657,24 @@
657
  "description": "The Germanized DHL implementation.",
658
  "homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
659
  "support": {
660
- "source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.6.1",
661
  "issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
662
  },
663
  "install-path": "../../packages/woocommerce-germanized-dhl"
664
  },
665
  {
666
  "name": "vendidero/woocommerce-germanized-shipments",
667
- "version": "v1.6.1",
668
- "version_normalized": "1.6.1.0",
669
  "source": {
670
  "type": "git",
671
  "url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
672
- "reference": "14f36456fa29a88683736b0fa65892d0d38811ca"
673
  },
674
  "dist": {
675
  "type": "zip",
676
- "url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/14f36456fa29a88683736b0fa65892d0d38811ca",
677
- "reference": "14f36456fa29a88683736b0fa65892d0d38811ca",
678
  "shasum": ""
679
  },
680
  "require": {
@@ -686,7 +686,7 @@
686
  "require-dev": {
687
  "phpunit/phpunit": "7.5.14"
688
  },
689
- "time": "2021-09-16T10:39:13+00:00",
690
  "type": "wordpress-plugin",
691
  "installation-source": "dist",
692
  "autoload": {
@@ -708,7 +708,7 @@
708
  "description": "The Germanized Shipments implementation.",
709
  "homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
710
  "support": {
711
- "source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v1.6.1",
712
  "issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
713
  },
714
  "install-path": "../../packages/woocommerce-germanized-shipments"
252
  },
253
  {
254
  "name": "dvdoug/boxpacker",
255
+ "version": "3.9.3",
256
+ "version_normalized": "3.9.3.0",
257
  "source": {
258
  "type": "git",
259
  "url": "https://github.com/dvdoug/BoxPacker.git",
260
+ "reference": "b9063023729c403e3c20a7635663f29fac569c96"
261
  },
262
  "dist": {
263
  "type": "zip",
264
+ "url": "https://api.github.com/repos/dvdoug/BoxPacker/zipball/b9063023729c403e3c20a7635663f29fac569c96",
265
+ "reference": "b9063023729c403e3c20a7635663f29fac569c96",
266
  "shasum": ""
267
  },
268
  "require": {
272
  },
273
  "require-dev": {
274
  "behat/behat": "^3.7",
275
+ "dvdoug/behat-code-coverage": "^5.0.1",
276
  "friendsofphp/php-cs-fixer": "^3.0",
277
  "monolog/monolog": "^1.0||^2.0",
278
+ "phpunit/phpunit": "^7.5.20||^8.5.21||^9.5.8"
279
  },
280
+ "time": "2021-09-26T19:22:28+00:00",
281
  "type": "library",
282
  "installation-source": "dist",
283
  "autoload": {
314
  ],
315
  "support": {
316
  "issues": "https://github.com/dvdoug/BoxPacker/issues",
317
+ "source": "https://github.com/dvdoug/BoxPacker/tree/3.9.3"
318
  },
319
  "funding": [
320
  {
564
  },
565
  {
566
  "name": "vendidero/one-stop-shop-woocommerce",
567
+ "version": "v1.1.6",
568
+ "version_normalized": "1.1.6.0",
569
  "source": {
570
  "type": "git",
571
  "url": "https://github.com/vendidero/one-stop-shop-woocommerce.git",
572
+ "reference": "e15b7a8ec378e7af1cc5eb0315b0b1422f527a24"
573
  },
574
  "dist": {
575
  "type": "zip",
576
+ "url": "https://api.github.com/repos/vendidero/one-stop-shop-woocommerce/zipball/e15b7a8ec378e7af1cc5eb0315b0b1422f527a24",
577
+ "reference": "e15b7a8ec378e7af1cc5eb0315b0b1422f527a24",
578
  "shasum": ""
579
  },
580
  "require": {
583
  "require-dev": {
584
  "phpunit/phpunit": "6.5.14"
585
  },
586
+ "time": "2021-10-19T10:25:33+00:00",
587
  "type": "wordpress-plugin",
588
  "installation-source": "dist",
589
  "autoload": {
605
  "description": "One Stop Shop Helper for WooCommerce",
606
  "homepage": "https://github.com/vendidero/one-stop-shop-woocommerce",
607
  "support": {
608
+ "source": "https://github.com/vendidero/one-stop-shop-woocommerce/tree/v1.1.6",
609
  "issues": "https://github.com/vendidero/one-stop-shop-woocommerce/issues"
610
  },
611
  "install-path": "../../packages/one-stop-shop-woocommerce"
612
  },
613
  {
614
  "name": "vendidero/woocommerce-germanized-dhl",
615
+ "version": "v1.6.2",
616
+ "version_normalized": "1.6.2.0",
617
  "source": {
618
  "type": "git",
619
  "url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
620
+ "reference": "c0cb29c298a29be64662c1174abf2f787565869b"
621
  },
622
  "dist": {
623
  "type": "zip",
624
+ "url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/c0cb29c298a29be64662c1174abf2f787565869b",
625
+ "reference": "c0cb29c298a29be64662c1174abf2f787565869b",
626
  "shasum": ""
627
  },
628
  "require": {
633
  "require-dev": {
634
  "phpunit/phpunit": "6.5.14"
635
  },
636
+ "time": "2021-10-19T10:16:56+00:00",
637
  "type": "wordpress-plugin",
638
  "installation-source": "dist",
639
  "autoload": {
657
  "description": "The Germanized DHL implementation.",
658
  "homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
659
  "support": {
660
+ "source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.6.2",
661
  "issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
662
  },
663
  "install-path": "../../packages/woocommerce-germanized-dhl"
664
  },
665
  {
666
  "name": "vendidero/woocommerce-germanized-shipments",
667
+ "version": "v1.6.2",
668
+ "version_normalized": "1.6.2.0",
669
  "source": {
670
  "type": "git",
671
  "url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
672
+ "reference": "e0e0e9968ca71d64119cb82c36236a386fecbeb7"
673
  },
674
  "dist": {
675
  "type": "zip",
676
+ "url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/e0e0e9968ca71d64119cb82c36236a386fecbeb7",
677
+ "reference": "e0e0e9968ca71d64119cb82c36236a386fecbeb7",
678
  "shasum": ""
679
  },
680
  "require": {
686
  "require-dev": {
687
  "phpunit/phpunit": "7.5.14"
688
  },
689
+ "time": "2021-10-19T10:15:38+00:00",
690
  "type": "wordpress-plugin",
691
  "installation-source": "dist",
692
  "autoload": {
708
  "description": "The Germanized Shipments implementation.",
709
  "homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
710
  "support": {
711
+ "source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v1.6.2",
712
  "issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
713
  },
714
  "install-path": "../../packages/woocommerce-germanized-shipments"
vendor/composer/installed.php CHANGED
@@ -6,7 +6,7 @@
6
  'aliases' =>
7
  array (
8
  ),
9
- 'reference' => '1bc689398a55189f713ac4f6be07dde8909e2f5a',
10
  'name' => 'vendidero/woocommerce-germanized',
11
  ),
12
  'versions' =>
@@ -40,12 +40,12 @@
40
  ),
41
  'dvdoug/boxpacker' =>
42
  array (
43
- 'pretty_version' => '3.9.2',
44
- 'version' => '3.9.2.0',
45
  'aliases' =>
46
  array (
47
  ),
48
- 'reference' => '175f8ab63961975ff1fe52df1379b2c28742a9cd',
49
  ),
50
  'myclabs/deep-copy' =>
51
  array (
@@ -103,12 +103,12 @@
103
  ),
104
  'vendidero/one-stop-shop-woocommerce' =>
105
  array (
106
- 'pretty_version' => 'v1.1.5',
107
- 'version' => '1.1.5.0',
108
  'aliases' =>
109
  array (
110
  ),
111
- 'reference' => '9919101058bf57c324eb36fd36b5d6326c5fb827',
112
  ),
113
  'vendidero/woocommerce-germanized' =>
114
  array (
@@ -117,25 +117,25 @@
117
  'aliases' =>
118
  array (
119
  ),
120
- 'reference' => '1bc689398a55189f713ac4f6be07dde8909e2f5a',
121
  ),
122
  'vendidero/woocommerce-germanized-dhl' =>
123
  array (
124
- 'pretty_version' => 'v1.6.1',
125
- 'version' => '1.6.1.0',
126
  'aliases' =>
127
  array (
128
  ),
129
- 'reference' => '70efa64dbf4cf54fb0d2864792df59ee776a1321',
130
  ),
131
  'vendidero/woocommerce-germanized-shipments' =>
132
  array (
133
- 'pretty_version' => 'v1.6.1',
134
- 'version' => '1.6.1.0',
135
  'aliases' =>
136
  array (
137
  ),
138
- 'reference' => '14f36456fa29a88683736b0fa65892d0d38811ca',
139
  ),
140
  'vendidero/woocommerce-trusted-shops' =>
141
  array (
6
  'aliases' =>
7
  array (
8
  ),
9
+ 'reference' => '31ab3f3576c7e476132c7b82fcd49249745ab5e3',
10
  'name' => 'vendidero/woocommerce-germanized',
11
  ),
12
  'versions' =>
40
  ),
41
  'dvdoug/boxpacker' =>
42
  array (
43
+ 'pretty_version' => '3.9.3',
44
+ 'version' => '3.9.3.0',
45
  'aliases' =>
46
  array (
47
  ),
48
+ 'reference' => 'b9063023729c403e3c20a7635663f29fac569c96',
49
  ),
50
  'myclabs/deep-copy' =>
51
  array (
103
  ),
104
  'vendidero/one-stop-shop-woocommerce' =>
105
  array (
106
+ 'pretty_version' => 'v1.1.6',
107
+ 'version' => '1.1.6.0',
108
  'aliases' =>
109
  array (
110
  ),
111
+ 'reference' => 'e15b7a8ec378e7af1cc5eb0315b0b1422f527a24',
112
  ),
113
  'vendidero/woocommerce-germanized' =>
114
  array (
117
  'aliases' =>
118
  array (
119
  ),
120
+ 'reference' => '31ab3f3576c7e476132c7b82fcd49249745ab5e3',
121
  ),
122
  'vendidero/woocommerce-germanized-dhl' =>
123
  array (
124
+ 'pretty_version' => 'v1.6.2',
125
+ 'version' => '1.6.2.0',
126
  'aliases' =>
127
  array (
128
  ),
129
+ 'reference' => 'c0cb29c298a29be64662c1174abf2f787565869b',
130
  ),
131
  'vendidero/woocommerce-germanized-shipments' =>
132
  array (
133
+ 'pretty_version' => 'v1.6.2',
134
+ 'version' => '1.6.2.0',
135
  'aliases' =>
136
  array (
137
  ),
138
+ 'reference' => 'e0e0e9968ca71d64119cb82c36236a386fecbeb7',
139
  ),
140
  'vendidero/woocommerce-trusted-shops' =>
141
  array (
vendor/composer/jetpack_autoload_classmap.php CHANGED
@@ -323,439 +323,443 @@ return array(
323
  'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
324
  ),
325
  'Vendidero\\OneStopShop\\SettingsPage' => array(
326
- 'version' => '1.1.5.0',
327
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/SettingsPage.php'
328
  ),
329
  'Vendidero\\OneStopShop\\Install' => array(
330
- 'version' => '1.1.5.0',
331
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Install.php'
332
  ),
333
  'Vendidero\\OneStopShop\\Settings' => array(
334
- 'version' => '1.1.5.0',
335
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Settings.php'
336
  ),
 
 
 
 
337
  'Vendidero\\OneStopShop\\Package' => array(
338
- 'version' => '1.1.5.0',
339
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Package.php'
340
  ),
341
  'Vendidero\\OneStopShop\\ReportTable' => array(
342
- 'version' => '1.1.5.0',
343
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/ReportTable.php'
344
  ),
345
  'Vendidero\\OneStopShop\\CSVExporter' => array(
346
- 'version' => '1.1.5.0',
347
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporter.php'
348
  ),
349
  'Vendidero\\OneStopShop\\DeliveryThresholdEmailNotification' => array(
350
- 'version' => '1.1.5.0',
351
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php'
352
  ),
353
  'Vendidero\\OneStopShop\\Queue' => array(
354
- 'version' => '1.1.5.0',
355
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Queue.php'
356
  ),
357
  'Vendidero\\OneStopShop\\Tax' => array(
358
- 'version' => '1.1.5.0',
359
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Tax.php'
360
  ),
361
  'Vendidero\\OneStopShop\\AsyncReportGenerator' => array(
362
- 'version' => '1.1.5.0',
363
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php'
364
  ),
365
  'Vendidero\\OneStopShop\\DeliveryThresholdWarning' => array(
366
- 'version' => '1.1.5.0',
367
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdWarning.php'
368
  ),
369
  'Vendidero\\OneStopShop\\Admin' => array(
370
- 'version' => '1.1.5.0',
371
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Admin.php'
372
  ),
373
  'Vendidero\\OneStopShop\\AdminNote' => array(
374
- 'version' => '1.1.5.0',
375
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AdminNote.php'
376
  ),
377
  'Vendidero\\OneStopShop\\Report' => array(
378
- 'version' => '1.1.5.0',
379
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Report.php'
380
  ),
381
  'Vendidero\\Germanized\\Shipments\\Shipment' => array(
382
- 'version' => '1.6.1.0',
383
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
384
  ),
385
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Auto' => array(
386
- 'version' => '1.6.1.0',
387
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php'
388
  ),
389
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Method' => array(
390
- 'version' => '1.6.1.0',
391
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Method.php'
392
  ),
393
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Simple' => array(
394
- 'version' => '1.6.1.0',
395
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php'
396
  ),
397
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Helper' => array(
398
- 'version' => '1.6.1.0',
399
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Helper.php'
400
  ),
401
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\MethodPlaceholder' => array(
402
- 'version' => '1.6.1.0',
403
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/MethodPlaceholder.php'
404
  ),
405
  'Vendidero\\Germanized\\Shipments\\Install' => array(
406
- 'version' => '1.6.1.0',
407
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
408
  ),
409
  'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
410
- 'version' => '1.6.1.0',
411
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
412
  ),
413
  'Vendidero\\Germanized\\Shipments\\Package' => array(
414
- 'version' => '1.6.1.0',
415
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
416
  ),
417
  'Vendidero\\Germanized\\Shipments\\Product' => array(
418
- 'version' => '1.6.1.0',
419
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Product.php'
420
  ),
421
  'Vendidero\\Germanized\\Shipments\\Order' => array(
422
- 'version' => '1.6.1.0',
423
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
424
  ),
425
  'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
426
- 'version' => '1.6.1.0',
427
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
428
  ),
429
  'Vendidero\\Germanized\\Shipments\\DataStores\\Label' => array(
430
- 'version' => '1.6.1.0',
431
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Label.php'
432
  ),
433
  'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
434
- 'version' => '1.6.1.0',
435
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
436
  ),
437
  'Vendidero\\Germanized\\Shipments\\DataStores\\Packaging' => array(
438
- 'version' => '1.6.1.0',
439
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php'
440
  ),
441
  'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
442
- 'version' => '1.6.1.0',
443
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
444
  ),
445
  'Vendidero\\Germanized\\Shipments\\PackagingFactory' => array(
446
- 'version' => '1.6.1.0',
447
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PackagingFactory.php'
448
  ),
449
  'Vendidero\\Germanized\\Shipments\\Ajax' => array(
450
- 'version' => '1.6.1.0',
451
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
452
  ),
453
  'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
454
- 'version' => '1.6.1.0',
455
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
456
  ),
457
  'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
458
- 'version' => '1.6.1.0',
459
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
460
  ),
461
  'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
462
- 'version' => '1.6.1.0',
463
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
464
  ),
465
  'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
466
- 'version' => '1.6.1.0',
467
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
468
  ),
469
  'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
470
- 'version' => '1.6.1.0',
471
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
472
  ),
473
  'Vendidero\\Germanized\\Shipments\\Admin\\ProviderSettings' => array(
474
- 'version' => '1.6.1.0',
475
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php'
476
  ),
477
  'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
478
- 'version' => '1.6.1.0',
479
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
480
  ),
481
  'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
482
- 'version' => '1.6.1.0',
483
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
484
  ),
485
  'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
486
- 'version' => '1.6.1.0',
487
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
488
  ),
489
  'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
490
- 'version' => '1.6.1.0',
491
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
492
  ),
493
  'Vendidero\\Germanized\\Shipments\\Labels\\Factory' => array(
494
- 'version' => '1.6.1.0',
495
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Factory.php'
496
  ),
497
  'Vendidero\\Germanized\\Shipments\\Labels\\Label' => array(
498
- 'version' => '1.6.1.0',
499
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Label.php'
500
  ),
501
  'Vendidero\\Germanized\\Shipments\\Labels\\ReturnLabel' => array(
502
- 'version' => '1.6.1.0',
503
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/ReturnLabel.php'
504
  ),
505
  'Vendidero\\Germanized\\Shipments\\Labels\\DownloadHandler' => array(
506
- 'version' => '1.6.1.0',
507
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/DownloadHandler.php'
508
  ),
509
  'Vendidero\\Germanized\\Shipments\\Labels\\Automation' => array(
510
- 'version' => '1.6.1.0',
511
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Automation.php'
512
  ),
513
  'Vendidero\\Germanized\\Shipments\\Labels\\Query' => array(
514
- 'version' => '1.6.1.0',
515
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Query.php'
516
  ),
517
  'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
518
- 'version' => '1.6.1.0',
519
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
520
  ),
521
  'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
522
- 'version' => '1.6.1.0',
523
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
524
  ),
525
  'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
526
- 'version' => '1.6.1.0',
527
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
528
  ),
529
  'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
530
- 'version' => '1.6.1.0',
531
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
532
  ),
533
  'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
534
- 'version' => '1.6.1.0',
535
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
536
  ),
537
  'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
538
- 'version' => '1.6.1.0',
539
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
540
  ),
541
  'Vendidero\\Germanized\\Shipments\\Automation' => array(
542
- 'version' => '1.6.1.0',
543
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
544
  ),
545
  'Vendidero\\Germanized\\Shipments\\Packaging' => array(
546
- 'version' => '1.6.1.0',
547
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging.php'
548
  ),
549
  'Vendidero\\Germanized\\Shipments\\Api' => array(
550
- 'version' => '1.6.1.0',
551
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
552
  ),
553
  'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
554
- 'version' => '1.6.1.0',
555
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
556
  ),
557
  'Vendidero\\Germanized\\Shipments\\Validation' => array(
558
- 'version' => '1.6.1.0',
559
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
560
  ),
561
  'Vendidero\\Germanized\\Shipments\\Emails' => array(
562
- 'version' => '1.6.1.0',
563
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
564
  ),
565
  'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
566
- 'version' => '1.6.1.0',
567
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
568
  ),
569
  'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
570
- 'version' => '1.6.1.0',
571
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
572
  ),
573
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProviderAuto' => array(
574
- 'version' => '1.6.1.0',
575
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProviderAuto.php'
576
  ),
577
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProvider' => array(
578
- 'version' => '1.6.1.0',
579
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php'
580
  ),
581
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
582
- 'version' => '1.6.1.0',
583
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentReturnLabel.php'
584
  ),
585
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
586
- 'version' => '1.6.1.0',
587
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
588
  ),
589
  'Vendidero\\Germanized\\Shipments\\Packing\\PackagingBox' => array(
590
- 'version' => '1.6.1.0',
591
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/PackagingBox.php'
592
  ),
593
  'Vendidero\\Germanized\\Shipments\\Packing\\OrderItem' => array(
594
- 'version' => '1.6.1.0',
595
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/OrderItem.php'
596
  ),
597
  'Vendidero\\Germanized\\Shipments\\Packing\\Helper' => array(
598
- 'version' => '1.6.1.0',
599
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/Helper.php'
600
  ),
601
  'Vendidero\\Germanized\\Shipments\\Packing\\ShipmentItem' => array(
602
- 'version' => '1.6.1.0',
603
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/ShipmentItem.php'
604
  ),
605
  'Vendidero\\Germanized\\DHL\\ShippingProvider\\DeutschePost' => array(
606
- 'version' => '1.6.1.0',
607
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php'
608
  ),
609
  'Vendidero\\Germanized\\DHL\\ShippingProvider\\ShippingMethod' => array(
610
- 'version' => '1.6.1.0',
611
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php'
612
  ),
613
  'Vendidero\\Germanized\\DHL\\ShippingProvider\\DHL' => array(
614
- 'version' => '1.6.1.0',
615
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php'
616
  ),
617
  'Vendidero\\Germanized\\DHL\\Install' => array(
618
- 'version' => '1.6.1.0',
619
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
620
  ),
621
  'Vendidero\\Germanized\\DHL\\Package' => array(
622
- 'version' => '1.6.1.0',
623
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
624
  ),
625
  'Vendidero\\Germanized\\DHL\\Product' => array(
626
- 'version' => '1.6.1.0',
627
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
628
  ),
629
  'Vendidero\\Germanized\\DHL\\Order' => array(
630
- 'version' => '1.6.1.0',
631
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
632
  ),
633
  'Vendidero\\Germanized\\DHL\\Ajax' => array(
634
- 'version' => '1.6.1.0',
635
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
636
  ),
637
  'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
638
- 'version' => '1.6.1.0',
639
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
640
  ),
641
  'Vendidero\\Germanized\\DHL\\Admin\\Importer\\Internetmarke' => array(
642
- 'version' => '1.6.1.0',
643
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/Internetmarke.php'
644
  ),
645
  'Vendidero\\Germanized\\DHL\\Admin\\Importer\\DHL' => array(
646
- 'version' => '1.6.1.0',
647
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/DHL.php'
648
  ),
649
  'Vendidero\\Germanized\\DHL\\Admin\\Status' => array(
650
- 'version' => '1.6.1.0',
651
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Status.php'
652
  ),
653
  'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
654
- 'version' => '1.6.1.0',
655
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
656
  ),
657
  'Vendidero\\Germanized\\DHL\\Label\\DHLInlayReturn' => array(
658
- 'version' => '1.6.1.0',
659
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLInlayReturn.php'
660
  ),
661
  'Vendidero\\Germanized\\DHL\\Label\\Label' => array(
662
- 'version' => '1.6.1.0',
663
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/Label.php'
664
  ),
665
  'Vendidero\\Germanized\\DHL\\Label\\DHLReturn' => array(
666
- 'version' => '1.6.1.0',
667
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLReturn.php'
668
  ),
669
  'Vendidero\\Germanized\\DHL\\Label\\ReturnLabel' => array(
670
- 'version' => '1.6.1.0',
671
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/ReturnLabel.php'
672
  ),
673
  'Vendidero\\Germanized\\DHL\\Label\\DeutschePost' => array(
674
- 'version' => '1.6.1.0',
675
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php'
676
  ),
677
  'Vendidero\\Germanized\\DHL\\Label\\DHL' => array(
678
- 'version' => '1.6.1.0',
679
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHL.php'
680
  ),
681
  'Vendidero\\Germanized\\DHL\\Label\\DeutschePostReturn' => array(
682
- 'version' => '1.6.1.0',
683
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php'
684
  ),
685
  'Vendidero\\Germanized\\DHL\\Legacy\\LabelQuery' => array(
686
- 'version' => '1.6.1.0',
687
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php'
688
  ),
689
  'Vendidero\\Germanized\\DHL\\Legacy\\DataStores\\Label' => array(
690
- 'version' => '1.6.1.0',
691
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php'
692
  ),
693
  'Vendidero\\Germanized\\DHL\\Legacy\\DownloadHandler' => array(
694
- 'version' => '1.6.1.0',
695
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DownloadHandler.php'
696
  ),
697
  'Vendidero\\Germanized\\DHL\\Legacy\\LabelFactory' => array(
698
- 'version' => '1.6.1.0',
699
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelFactory.php'
700
  ),
701
  'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
702
- 'version' => '1.6.1.0',
703
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
704
  ),
705
  'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
706
- 'version' => '1.6.1.0',
707
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
708
  ),
709
  'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
710
- 'version' => '1.6.1.0',
711
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
712
  ),
713
  'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
714
- 'version' => '1.6.1.0',
715
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
716
  ),
717
  'Vendidero\\Germanized\\DHL\\Api\\ImProductList' => array(
718
- 'version' => '1.6.1.0',
719
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductList.php'
720
  ),
721
  'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
722
- 'version' => '1.6.1.0',
723
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
724
  ),
725
  'Vendidero\\Germanized\\DHL\\Api\\Internetmarke' => array(
726
- 'version' => '1.6.1.0',
727
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php'
728
  ),
729
  'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
730
- 'version' => '1.6.1.0',
731
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
732
  ),
733
  'Vendidero\\Germanized\\DHL\\Api\\ImPartnerInformation' => array(
734
- 'version' => '1.6.1.0',
735
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImPartnerInformation.php'
736
  ),
737
  'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
738
- 'version' => '1.6.1.0',
739
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
740
  ),
741
  'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
742
- 'version' => '1.6.1.0',
743
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
744
  ),
745
  'Vendidero\\Germanized\\DHL\\Api\\ImProductsSoap' => array(
746
- 'version' => '1.6.1.0',
747
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductsSoap.php'
748
  ),
749
  'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
750
- 'version' => '1.6.1.0',
751
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
752
  ),
753
  'Vendidero\\Germanized\\DHL\\Api\\ImRefundSoap' => array(
754
- 'version' => '1.6.1.0',
755
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImRefundSoap.php'
756
  ),
757
  'Vendidero\\Germanized\\DHL\\Api\\ImWarenpostIntRest' => array(
758
- 'version' => '1.6.1.0',
759
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php'
760
  ),
761
  'Vendidero\\Germanized\\Shopmark' => array(
@@ -915,127 +919,127 @@ return array(
915
  'path' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php'
916
  ),
917
  'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementNoStackingTestItem' => array(
918
- 'version' => '3.9.2.0',
919
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementNoStackingTestItem.php'
920
  ),
921
  'DVDoug\\BoxPacker\\Test\\TestBox' => array(
922
- 'version' => '3.9.2.0',
923
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestBox.php'
924
  ),
925
  'DVDoug\\BoxPacker\\Test\\THPackTestItem' => array(
926
- 'version' => '3.9.2.0',
927
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/THPackTestItem.php'
928
  ),
929
  'DVDoug\\BoxPacker\\Test\\LimitedSupplyTestBox' => array(
930
- 'version' => '3.9.2.0',
931
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/LimitedSupplyTestBox.php'
932
  ),
933
  'DVDoug\\BoxPacker\\Test\\TestItem' => array(
934
- 'version' => '3.9.2.0',
935
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestItem.php'
936
  ),
937
  'DVDoug\\BoxPacker\\Test\\ConstrainedTestItem' => array(
938
- 'version' => '3.9.2.0',
939
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedTestItem.php'
940
  ),
941
  'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementByCountTestItem' => array(
942
- 'version' => '3.9.2.0',
943
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementByCountTestItem.php'
944
  ),
945
  'DVDoug\\BoxPacker\\BoxList' => array(
946
- 'version' => '3.9.2.0',
947
  'path' => $vendorDir . '/dvdoug/boxpacker/src/BoxList.php'
948
  ),
949
  'DVDoug\\BoxPacker\\PackedItemList' => array(
950
- 'version' => '3.9.2.0',
951
  'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedItemList.php'
952
  ),
953
  'DVDoug\\BoxPacker\\LimitedSupplyBox' => array(
954
- 'version' => '3.9.2.0',
955
  'path' => $vendorDir . '/dvdoug/boxpacker/src/LimitedSupplyBox.php'
956
  ),
957
  'DVDoug\\BoxPacker\\LayerStabiliser' => array(
958
- 'version' => '3.9.2.0',
959
  'path' => $vendorDir . '/dvdoug/boxpacker/src/LayerStabiliser.php'
960
  ),
961
  'DVDoug\\BoxPacker\\PackedItem' => array(
962
- 'version' => '3.9.2.0',
963
  'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedItem.php'
964
  ),
965
  'DVDoug\\BoxPacker\\PackedBoxList' => array(
966
- 'version' => '3.9.2.0',
967
  'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedBoxList.php'
968
  ),
969
  'DVDoug\\BoxPacker\\ItemTooLargeException' => array(
970
- 'version' => '3.9.2.0',
971
  'path' => $vendorDir . '/dvdoug/boxpacker/src/ItemTooLargeException.php'
972
  ),
973
  'DVDoug\\BoxPacker\\PackedLayer' => array(
974
- 'version' => '3.9.2.0',
975
  'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedLayer.php'
976
  ),
977
  'DVDoug\\BoxPacker\\Packer' => array(
978
- 'version' => '3.9.2.0',
979
  'path' => $vendorDir . '/dvdoug/boxpacker/src/Packer.php'
980
  ),
981
  'DVDoug\\BoxPacker\\ItemList' => array(
982
- 'version' => '3.9.2.0',
983
  'path' => $vendorDir . '/dvdoug/boxpacker/src/ItemList.php'
984
  ),
985
  'DVDoug\\BoxPacker\\ConstrainedItem' => array(
986
- 'version' => '3.9.2.0',
987
  'path' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedItem.php'
988
  ),
989
  'DVDoug\\BoxPacker\\OrientatedItem' => array(
990
- 'version' => '3.9.2.0',
991
  'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItem.php'
992
  ),
993
  'DVDoug\\BoxPacker\\NoBoxesAvailableException' => array(
994
- 'version' => '3.9.2.0',
995
  'path' => $vendorDir . '/dvdoug/boxpacker/src/NoBoxesAvailableException.php'
996
  ),
997
  'DVDoug\\BoxPacker\\Item' => array(
998
- 'version' => '3.9.2.0',
999
  'path' => $vendorDir . '/dvdoug/boxpacker/src/Item.php'
1000
  ),
1001
  'DVDoug\\BoxPacker\\LayerPacker' => array(
1002
- 'version' => '3.9.2.0',
1003
  'path' => $vendorDir . '/dvdoug/boxpacker/src/LayerPacker.php'
1004
  ),
1005
  'DVDoug\\BoxPacker\\ConstrainedPlacementItem' => array(
1006
- 'version' => '3.9.2.0',
1007
  'path' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedPlacementItem.php'
1008
  ),
1009
  'DVDoug\\BoxPacker\\VolumePacker' => array(
1010
- 'version' => '3.9.2.0',
1011
  'path' => $vendorDir . '/dvdoug/boxpacker/src/VolumePacker.php'
1012
  ),
1013
  'DVDoug\\BoxPacker\\PackedBox' => array(
1014
- 'version' => '3.9.2.0',
1015
  'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedBox.php'
1016
  ),
1017
  'DVDoug\\BoxPacker\\InfalliblePacker' => array(
1018
- 'version' => '3.9.2.0',
1019
  'path' => $vendorDir . '/dvdoug/boxpacker/src/InfalliblePacker.php'
1020
  ),
1021
  'DVDoug\\BoxPacker\\OrientatedItemFactory' => array(
1022
- 'version' => '3.9.2.0',
1023
  'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemFactory.php'
1024
  ),
1025
  'DVDoug\\BoxPacker\\WorkingVolume' => array(
1026
- 'version' => '3.9.2.0',
1027
  'path' => $vendorDir . '/dvdoug/boxpacker/src/WorkingVolume.php'
1028
  ),
1029
  'DVDoug\\BoxPacker\\WeightRedistributor' => array(
1030
- 'version' => '3.9.2.0',
1031
  'path' => $vendorDir . '/dvdoug/boxpacker/src/WeightRedistributor.php'
1032
  ),
1033
  'DVDoug\\BoxPacker\\Box' => array(
1034
- 'version' => '3.9.2.0',
1035
  'path' => $vendorDir . '/dvdoug/boxpacker/src/Box.php'
1036
  ),
1037
  'DVDoug\\BoxPacker\\OrientatedItemSorter' => array(
1038
- 'version' => '3.9.2.0',
1039
  'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemSorter.php'
1040
  ),
1041
  'Composer\\Installers\\GravInstaller' => array(
323
  'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
324
  ),
325
  'Vendidero\\OneStopShop\\SettingsPage' => array(
326
+ 'version' => '1.1.6.0',
327
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/SettingsPage.php'
328
  ),
329
  'Vendidero\\OneStopShop\\Install' => array(
330
+ 'version' => '1.1.6.0',
331
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Install.php'
332
  ),
333
  'Vendidero\\OneStopShop\\Settings' => array(
334
+ 'version' => '1.1.6.0',
335
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Settings.php'
336
  ),
337
+ 'Vendidero\\OneStopShop\\CSVExporterBOP' => array(
338
+ 'version' => '1.1.6.0',
339
+ 'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporterBOP.php'
340
+ ),
341
  'Vendidero\\OneStopShop\\Package' => array(
342
+ 'version' => '1.1.6.0',
343
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Package.php'
344
  ),
345
  'Vendidero\\OneStopShop\\ReportTable' => array(
346
+ 'version' => '1.1.6.0',
347
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/ReportTable.php'
348
  ),
349
  'Vendidero\\OneStopShop\\CSVExporter' => array(
350
+ 'version' => '1.1.6.0',
351
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporter.php'
352
  ),
353
  'Vendidero\\OneStopShop\\DeliveryThresholdEmailNotification' => array(
354
+ 'version' => '1.1.6.0',
355
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php'
356
  ),
357
  'Vendidero\\OneStopShop\\Queue' => array(
358
+ 'version' => '1.1.6.0',
359
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Queue.php'
360
  ),
361
  'Vendidero\\OneStopShop\\Tax' => array(
362
+ 'version' => '1.1.6.0',
363
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Tax.php'
364
  ),
365
  'Vendidero\\OneStopShop\\AsyncReportGenerator' => array(
366
+ 'version' => '1.1.6.0',
367
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php'
368
  ),
369
  'Vendidero\\OneStopShop\\DeliveryThresholdWarning' => array(
370
+ 'version' => '1.1.6.0',
371
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdWarning.php'
372
  ),
373
  'Vendidero\\OneStopShop\\Admin' => array(
374
+ 'version' => '1.1.6.0',
375
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Admin.php'
376
  ),
377
  'Vendidero\\OneStopShop\\AdminNote' => array(
378
+ 'version' => '1.1.6.0',
379
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AdminNote.php'
380
  ),
381
  'Vendidero\\OneStopShop\\Report' => array(
382
+ 'version' => '1.1.6.0',
383
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Report.php'
384
  ),
385
  'Vendidero\\Germanized\\Shipments\\Shipment' => array(
386
+ 'version' => '1.6.2.0',
387
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
388
  ),
389
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Auto' => array(
390
+ 'version' => '1.6.2.0',
391
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php'
392
  ),
393
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Method' => array(
394
+ 'version' => '1.6.2.0',
395
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Method.php'
396
  ),
397
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Simple' => array(
398
+ 'version' => '1.6.2.0',
399
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php'
400
  ),
401
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Helper' => array(
402
+ 'version' => '1.6.2.0',
403
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Helper.php'
404
  ),
405
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\MethodPlaceholder' => array(
406
+ 'version' => '1.6.2.0',
407
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/MethodPlaceholder.php'
408
  ),
409
  'Vendidero\\Germanized\\Shipments\\Install' => array(
410
+ 'version' => '1.6.2.0',
411
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
412
  ),
413
  'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
414
+ 'version' => '1.6.2.0',
415
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
416
  ),
417
  'Vendidero\\Germanized\\Shipments\\Package' => array(
418
+ 'version' => '1.6.2.0',
419
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
420
  ),
421
  'Vendidero\\Germanized\\Shipments\\Product' => array(
422
+ 'version' => '1.6.2.0',
423
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Product.php'
424
  ),
425
  'Vendidero\\Germanized\\Shipments\\Order' => array(
426
+ 'version' => '1.6.2.0',
427
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
428
  ),
429
  'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
430
+ 'version' => '1.6.2.0',
431
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
432
  ),
433
  'Vendidero\\Germanized\\Shipments\\DataStores\\Label' => array(
434
+ 'version' => '1.6.2.0',
435
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Label.php'
436
  ),
437
  'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
438
+ 'version' => '1.6.2.0',
439
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
440
  ),
441
  'Vendidero\\Germanized\\Shipments\\DataStores\\Packaging' => array(
442
+ 'version' => '1.6.2.0',
443
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php'
444
  ),
445
  'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
446
+ 'version' => '1.6.2.0',
447
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
448
  ),
449
  'Vendidero\\Germanized\\Shipments\\PackagingFactory' => array(
450
+ 'version' => '1.6.2.0',
451
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PackagingFactory.php'
452
  ),
453
  'Vendidero\\Germanized\\Shipments\\Ajax' => array(
454
+ 'version' => '1.6.2.0',
455
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
456
  ),
457
  'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
458
+ 'version' => '1.6.2.0',
459
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
460
  ),
461
  'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
462
+ 'version' => '1.6.2.0',
463
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
464
  ),
465
  'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
466
+ 'version' => '1.6.2.0',
467
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
468
  ),
469
  'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
470
+ 'version' => '1.6.2.0',
471
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
472
  ),
473
  'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
474
+ 'version' => '1.6.2.0',
475
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
476
  ),
477
  'Vendidero\\Germanized\\Shipments\\Admin\\ProviderSettings' => array(
478
+ 'version' => '1.6.2.0',
479
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php'
480
  ),
481
  'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
482
+ 'version' => '1.6.2.0',
483
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
484
  ),
485
  'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
486
+ 'version' => '1.6.2.0',
487
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
488
  ),
489
  'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
490
+ 'version' => '1.6.2.0',
491
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
492
  ),
493
  'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
494
+ 'version' => '1.6.2.0',
495
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
496
  ),
497
  'Vendidero\\Germanized\\Shipments\\Labels\\Factory' => array(
498
+ 'version' => '1.6.2.0',
499
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Factory.php'
500
  ),
501
  'Vendidero\\Germanized\\Shipments\\Labels\\Label' => array(
502
+ 'version' => '1.6.2.0',
503
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Label.php'
504
  ),
505
  'Vendidero\\Germanized\\Shipments\\Labels\\ReturnLabel' => array(
506
+ 'version' => '1.6.2.0',
507
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/ReturnLabel.php'
508
  ),
509
  'Vendidero\\Germanized\\Shipments\\Labels\\DownloadHandler' => array(
510
+ 'version' => '1.6.2.0',
511
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/DownloadHandler.php'
512
  ),
513
  'Vendidero\\Germanized\\Shipments\\Labels\\Automation' => array(
514
+ 'version' => '1.6.2.0',
515
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Automation.php'
516
  ),
517
  'Vendidero\\Germanized\\Shipments\\Labels\\Query' => array(
518
+ 'version' => '1.6.2.0',
519
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Query.php'
520
  ),
521
  'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
522
+ 'version' => '1.6.2.0',
523
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
524
  ),
525
  'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
526
+ 'version' => '1.6.2.0',
527
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
528
  ),
529
  'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
530
+ 'version' => '1.6.2.0',
531
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
532
  ),
533
  'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
534
+ 'version' => '1.6.2.0',
535
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
536
  ),
537
  'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
538
+ 'version' => '1.6.2.0',
539
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
540
  ),
541
  'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
542
+ 'version' => '1.6.2.0',
543
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
544
  ),
545
  'Vendidero\\Germanized\\Shipments\\Automation' => array(
546
+ 'version' => '1.6.2.0',
547
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
548
  ),
549
  'Vendidero\\Germanized\\Shipments\\Packaging' => array(
550
+ 'version' => '1.6.2.0',
551
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging.php'
552
  ),
553
  'Vendidero\\Germanized\\Shipments\\Api' => array(
554
+ 'version' => '1.6.2.0',
555
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
556
  ),
557
  'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
558
+ 'version' => '1.6.2.0',
559
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
560
  ),
561
  'Vendidero\\Germanized\\Shipments\\Validation' => array(
562
+ 'version' => '1.6.2.0',
563
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
564
  ),
565
  'Vendidero\\Germanized\\Shipments\\Emails' => array(
566
+ 'version' => '1.6.2.0',
567
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
568
  ),
569
  'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
570
+ 'version' => '1.6.2.0',
571
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
572
  ),
573
  'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
574
+ 'version' => '1.6.2.0',
575
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
576
  ),
577
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProviderAuto' => array(
578
+ 'version' => '1.6.2.0',
579
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProviderAuto.php'
580
  ),
581
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProvider' => array(
582
+ 'version' => '1.6.2.0',
583
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php'
584
  ),
585
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
586
+ 'version' => '1.6.2.0',
587
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentReturnLabel.php'
588
  ),
589
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
590
+ 'version' => '1.6.2.0',
591
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
592
  ),
593
  'Vendidero\\Germanized\\Shipments\\Packing\\PackagingBox' => array(
594
+ 'version' => '1.6.2.0',
595
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/PackagingBox.php'
596
  ),
597
  'Vendidero\\Germanized\\Shipments\\Packing\\OrderItem' => array(
598
+ 'version' => '1.6.2.0',
599
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/OrderItem.php'
600
  ),
601
  'Vendidero\\Germanized\\Shipments\\Packing\\Helper' => array(
602
+ 'version' => '1.6.2.0',
603
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/Helper.php'
604
  ),
605
  'Vendidero\\Germanized\\Shipments\\Packing\\ShipmentItem' => array(
606
+ 'version' => '1.6.2.0',
607
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/ShipmentItem.php'
608
  ),
609
  'Vendidero\\Germanized\\DHL\\ShippingProvider\\DeutschePost' => array(
610
+ 'version' => '1.6.2.0',
611
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php'
612
  ),
613
  'Vendidero\\Germanized\\DHL\\ShippingProvider\\ShippingMethod' => array(
614
+ 'version' => '1.6.2.0',
615
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php'
616
  ),
617
  'Vendidero\\Germanized\\DHL\\ShippingProvider\\DHL' => array(
618
+ 'version' => '1.6.2.0',
619
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php'
620
  ),
621
  'Vendidero\\Germanized\\DHL\\Install' => array(
622
+ 'version' => '1.6.2.0',
623
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
624
  ),
625
  'Vendidero\\Germanized\\DHL\\Package' => array(
626
+ 'version' => '1.6.2.0',
627
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
628
  ),
629
  'Vendidero\\Germanized\\DHL\\Product' => array(
630
+ 'version' => '1.6.2.0',
631
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
632
  ),
633
  'Vendidero\\Germanized\\DHL\\Order' => array(
634
+ 'version' => '1.6.2.0',
635
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
636
  ),
637
  'Vendidero\\Germanized\\DHL\\Ajax' => array(
638
+ 'version' => '1.6.2.0',
639
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
640
  ),
641
  'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
642
+ 'version' => '1.6.2.0',
643
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
644
  ),
645
  'Vendidero\\Germanized\\DHL\\Admin\\Importer\\Internetmarke' => array(
646
+ 'version' => '1.6.2.0',
647
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/Internetmarke.php'
648
  ),
649
  'Vendidero\\Germanized\\DHL\\Admin\\Importer\\DHL' => array(
650
+ 'version' => '1.6.2.0',
651
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/DHL.php'
652
  ),
653
  'Vendidero\\Germanized\\DHL\\Admin\\Status' => array(
654
+ 'version' => '1.6.2.0',
655
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Status.php'
656
  ),
657
  'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
658
+ 'version' => '1.6.2.0',
659
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
660
  ),
661
  'Vendidero\\Germanized\\DHL\\Label\\DHLInlayReturn' => array(
662
+ 'version' => '1.6.2.0',
663
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLInlayReturn.php'
664
  ),
665
  'Vendidero\\Germanized\\DHL\\Label\\Label' => array(
666
+ 'version' => '1.6.2.0',
667
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/Label.php'
668
  ),
669
  'Vendidero\\Germanized\\DHL\\Label\\DHLReturn' => array(
670
+ 'version' => '1.6.2.0',
671
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLReturn.php'
672
  ),
673
  'Vendidero\\Germanized\\DHL\\Label\\ReturnLabel' => array(
674
+ 'version' => '1.6.2.0',
675
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/ReturnLabel.php'
676
  ),
677
  'Vendidero\\Germanized\\DHL\\Label\\DeutschePost' => array(
678
+ 'version' => '1.6.2.0',
679
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php'
680
  ),
681
  'Vendidero\\Germanized\\DHL\\Label\\DHL' => array(
682
+ 'version' => '1.6.2.0',
683
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHL.php'
684
  ),
685
  'Vendidero\\Germanized\\DHL\\Label\\DeutschePostReturn' => array(
686
+ 'version' => '1.6.2.0',
687
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php'
688
  ),
689
  'Vendidero\\Germanized\\DHL\\Legacy\\LabelQuery' => array(
690
+ 'version' => '1.6.2.0',
691
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php'
692
  ),
693
  'Vendidero\\Germanized\\DHL\\Legacy\\DataStores\\Label' => array(
694
+ 'version' => '1.6.2.0',
695
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php'
696
  ),
697
  'Vendidero\\Germanized\\DHL\\Legacy\\DownloadHandler' => array(
698
+ 'version' => '1.6.2.0',
699
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DownloadHandler.php'
700
  ),
701
  'Vendidero\\Germanized\\DHL\\Legacy\\LabelFactory' => array(
702
+ 'version' => '1.6.2.0',
703
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelFactory.php'
704
  ),
705
  'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
706
+ 'version' => '1.6.2.0',
707
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
708
  ),
709
  'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
710
+ 'version' => '1.6.2.0',
711
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
712
  ),
713
  'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
714
+ 'version' => '1.6.2.0',
715
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
716
  ),
717
  'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
718
+ 'version' => '1.6.2.0',
719
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
720
  ),
721
  'Vendidero\\Germanized\\DHL\\Api\\ImProductList' => array(
722
+ 'version' => '1.6.2.0',
723
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductList.php'
724
  ),
725
  'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
726
+ 'version' => '1.6.2.0',
727
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
728
  ),
729
  'Vendidero\\Germanized\\DHL\\Api\\Internetmarke' => array(
730
+ 'version' => '1.6.2.0',
731
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php'
732
  ),
733
  'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
734
+ 'version' => '1.6.2.0',
735
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
736
  ),
737
  'Vendidero\\Germanized\\DHL\\Api\\ImPartnerInformation' => array(
738
+ 'version' => '1.6.2.0',
739
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImPartnerInformation.php'
740
  ),
741
  'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
742
+ 'version' => '1.6.2.0',
743
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
744
  ),
745
  'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
746
+ 'version' => '1.6.2.0',
747
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
748
  ),
749
  'Vendidero\\Germanized\\DHL\\Api\\ImProductsSoap' => array(
750
+ 'version' => '1.6.2.0',
751
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductsSoap.php'
752
  ),
753
  'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
754
+ 'version' => '1.6.2.0',
755
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
756
  ),
757
  'Vendidero\\Germanized\\DHL\\Api\\ImRefundSoap' => array(
758
+ 'version' => '1.6.2.0',
759
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImRefundSoap.php'
760
  ),
761
  'Vendidero\\Germanized\\DHL\\Api\\ImWarenpostIntRest' => array(
762
+ 'version' => '1.6.2.0',
763
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php'
764
  ),
765
  'Vendidero\\Germanized\\Shopmark' => array(
919
  'path' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php'
920
  ),
921
  'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementNoStackingTestItem' => array(
922
+ 'version' => '3.9.3.0',
923
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementNoStackingTestItem.php'
924
  ),
925
  'DVDoug\\BoxPacker\\Test\\TestBox' => array(
926
+ 'version' => '3.9.3.0',
927
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestBox.php'
928
  ),
929
  'DVDoug\\BoxPacker\\Test\\THPackTestItem' => array(
930
+ 'version' => '3.9.3.0',
931
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/THPackTestItem.php'
932
  ),
933
  'DVDoug\\BoxPacker\\Test\\LimitedSupplyTestBox' => array(
934
+ 'version' => '3.9.3.0',
935
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/LimitedSupplyTestBox.php'
936
  ),
937
  'DVDoug\\BoxPacker\\Test\\TestItem' => array(
938
+ 'version' => '3.9.3.0',
939
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestItem.php'
940
  ),
941
  'DVDoug\\BoxPacker\\Test\\ConstrainedTestItem' => array(
942
+ 'version' => '3.9.3.0',
943
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedTestItem.php'
944
  ),
945
  'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementByCountTestItem' => array(
946
+ 'version' => '3.9.3.0',
947
  'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementByCountTestItem.php'
948
  ),
949
  'DVDoug\\BoxPacker\\BoxList' => array(
950
+ 'version' => '3.9.3.0',
951
  'path' => $vendorDir . '/dvdoug/boxpacker/src/BoxList.php'
952
  ),
953
  'DVDoug\\BoxPacker\\PackedItemList' => array(
954
+ 'version' => '3.9.3.0',
955
  'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedItemList.php'
956
  ),
957
  'DVDoug\\BoxPacker\\LimitedSupplyBox' => array(
958
+ 'version' => '3.9.3.0',
959
  'path' => $vendorDir . '/dvdoug/boxpacker/src/LimitedSupplyBox.php'
960
  ),
961
  'DVDoug\\BoxPacker\\LayerStabiliser' => array(
962
+ 'version' => '3.9.3.0',
963
  'path' => $vendorDir . '/dvdoug/boxpacker/src/LayerStabiliser.php'
964
  ),
965
  'DVDoug\\BoxPacker\\PackedItem' => array(
966
+ 'version' => '3.9.3.0',
967
  'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedItem.php'
968
  ),
969
  'DVDoug\\BoxPacker\\PackedBoxList' => array(
970
+ 'version' => '3.9.3.0',
971
  'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedBoxList.php'
972
  ),
973
  'DVDoug\\BoxPacker\\ItemTooLargeException' => array(
974
+ 'version' => '3.9.3.0',
975
  'path' => $vendorDir . '/dvdoug/boxpacker/src/ItemTooLargeException.php'
976
  ),
977
  'DVDoug\\BoxPacker\\PackedLayer' => array(
978
+ 'version' => '3.9.3.0',
979
  'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedLayer.php'
980
  ),
981
  'DVDoug\\BoxPacker\\Packer' => array(
982
+ 'version' => '3.9.3.0',
983
  'path' => $vendorDir . '/dvdoug/boxpacker/src/Packer.php'
984
  ),
985
  'DVDoug\\BoxPacker\\ItemList' => array(
986
+ 'version' => '3.9.3.0',
987
  'path' => $vendorDir . '/dvdoug/boxpacker/src/ItemList.php'
988
  ),
989
  'DVDoug\\BoxPacker\\ConstrainedItem' => array(
990
+ 'version' => '3.9.3.0',
991
  'path' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedItem.php'
992
  ),
993
  'DVDoug\\BoxPacker\\OrientatedItem' => array(
994
+ 'version' => '3.9.3.0',
995
  'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItem.php'
996
  ),
997
  'DVDoug\\BoxPacker\\NoBoxesAvailableException' => array(
998
+ 'version' => '3.9.3.0',
999
  'path' => $vendorDir . '/dvdoug/boxpacker/src/NoBoxesAvailableException.php'
1000
  ),
1001
  'DVDoug\\BoxPacker\\Item' => array(
1002
+ 'version' => '3.9.3.0',
1003
  'path' => $vendorDir . '/dvdoug/boxpacker/src/Item.php'
1004
  ),
1005
  'DVDoug\\BoxPacker\\LayerPacker' => array(
1006
+ 'version' => '3.9.3.0',
1007
  'path' => $vendorDir . '/dvdoug/boxpacker/src/LayerPacker.php'
1008
  ),
1009
  'DVDoug\\BoxPacker\\ConstrainedPlacementItem' => array(
1010
+ 'version' => '3.9.3.0',
1011
  'path' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedPlacementItem.php'
1012
  ),
1013
  'DVDoug\\BoxPacker\\VolumePacker' => array(
1014
+ 'version' => '3.9.3.0',
1015
  'path' => $vendorDir . '/dvdoug/boxpacker/src/VolumePacker.php'
1016
  ),
1017
  'DVDoug\\BoxPacker\\PackedBox' => array(
1018
+ 'version' => '3.9.3.0',
1019
  'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedBox.php'
1020
  ),
1021
  'DVDoug\\BoxPacker\\InfalliblePacker' => array(
1022
+ 'version' => '3.9.3.0',
1023
  'path' => $vendorDir . '/dvdoug/boxpacker/src/InfalliblePacker.php'
1024
  ),
1025
  'DVDoug\\BoxPacker\\OrientatedItemFactory' => array(
1026
+ 'version' => '3.9.3.0',
1027
  'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemFactory.php'
1028
  ),
1029
  'DVDoug\\BoxPacker\\WorkingVolume' => array(
1030
+ 'version' => '3.9.3.0',
1031
  'path' => $vendorDir . '/dvdoug/boxpacker/src/WorkingVolume.php'
1032
  ),
1033
  'DVDoug\\BoxPacker\\WeightRedistributor' => array(
1034
+ 'version' => '3.9.3.0',
1035
  'path' => $vendorDir . '/dvdoug/boxpacker/src/WeightRedistributor.php'
1036
  ),
1037
  'DVDoug\\BoxPacker\\Box' => array(
1038
+ 'version' => '3.9.3.0',
1039
  'path' => $vendorDir . '/dvdoug/boxpacker/src/Box.php'
1040
  ),
1041
  'DVDoug\\BoxPacker\\OrientatedItemSorter' => array(
1042
+ 'version' => '3.9.3.0',
1043
  'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemSorter.php'
1044
  ),
1045
  'Composer\\Installers\\GravInstaller' => array(
vendor/dvdoug/boxpacker/src/OrientatedItem.php CHANGED
@@ -11,6 +11,7 @@ namespace DVDoug\BoxPacker;
11
  use function atan;
12
  use JsonSerializable;
13
  use function min;
 
14
  use function sort;
15
 
16
  /**
@@ -139,10 +140,8 @@ class OrientatedItem implements JsonSerializable
139
  return $this->dimensionsAsArray === $itemDimensions;
140
  }
141
 
142
- /**
143
- * {@inheritdoc}
144
- */
145
- public function jsonSerialize()
146
  {
147
  return [
148
  'item' => $this->item,
11
  use function atan;
12
  use JsonSerializable;
13
  use function min;
14
+ use ReturnTypeWillChange;
15
  use function sort;
16
 
17
  /**
140
  return $this->dimensionsAsArray === $itemDimensions;
141
  }
142
 
143
+ #[ReturnTypeWillChange]
144
+ public function jsonSerialize()/*: mixed*/
 
 
145
  {
146
  return [
147
  'item' => $this->item,
vendor/dvdoug/boxpacker/src/OrientatedItemFactory.php CHANGED
@@ -224,15 +224,15 @@ class OrientatedItemFactory implements LoggerAwareInterface
224
  $d = $item->getDepth();
225
 
226
  //simple 2D rotation
227
- $permutations[$w . $l . $d] = [$w, $l, $d];
228
- $permutations[$l . $w . $d] = [$l, $w, $d];
229
 
230
  //add 3D rotation if we're allowed
231
  if (!$item->getKeepFlat()) {
232
- $permutations[$w . $d . $l] = [$w, $d, $l];
233
- $permutations[$l . $d . $w] = [$l, $d, $w];
234
- $permutations[$d . $w . $l] = [$d, $w, $l];
235
- $permutations[$d . $l . $w] = [$d, $l, $w];
236
  }
237
 
238
  return $permutations;
224
  $d = $item->getDepth();
225
 
226
  //simple 2D rotation
227
+ $permutations[$w . '|' . $l . '|' . $d] = [$w, $l, $d];
228
+ $permutations[$l . '|' . $w . '|' . $d] = [$l, $w, $d];
229
 
230
  //add 3D rotation if we're allowed
231
  if (!$item->getKeepFlat()) {
232
+ $permutations[$w . '|' . $d . '|' . $l] = [$w, $d, $l];
233
+ $permutations[$l . '|' . $d . '|' . $w] = [$l, $d, $w];
234
+ $permutations[$d . '|' . $w . '|' . $l] = [$d, $w, $l];
235
+ $permutations[$d . '|' . $l . '|' . $w] = [$d, $l, $w];
236
  }
237
 
238
  return $permutations;
vendor/dvdoug/boxpacker/src/PackedBox.php CHANGED
@@ -11,6 +11,7 @@ namespace DVDoug\BoxPacker;
11
  use function iterator_to_array;
12
  use JsonSerializable;
13
  use function max;
 
14
  use function round;
15
 
16
  /**
@@ -211,7 +212,8 @@ class PackedBox implements JsonSerializable
211
  $this->volumeUtilisation = round($this->getUsedVolume() / ($this->getInnerVolume() ?: 1) * 100, 1);
212
  }
213
 
214
- public function jsonSerialize(): array
 
215
  {
216
  return [
217
  'box' => [
11
  use function iterator_to_array;
12
  use JsonSerializable;
13
  use function max;
14
+ use ReturnTypeWillChange;
15
  use function round;
16
 
17
  /**
212
  $this->volumeUtilisation = round($this->getUsedVolume() / ($this->getInnerVolume() ?: 1) * 100, 1);
213
  }
214
 
215
+ #[ReturnTypeWillChange]
216
+ public function jsonSerialize()/*: mixed*/
217
  {
218
  return [
219
  'box' => [
vendor/dvdoug/boxpacker/src/PackedBoxList.php CHANGED
@@ -14,6 +14,7 @@ use Countable;
14
  use IteratorAggregate;
15
  use JsonSerializable;
16
  use function reset;
 
17
  use function round;
18
  use Traversable;
19
  use function usort;
@@ -173,7 +174,8 @@ class PackedBoxList implements IteratorAggregate, Countable, JsonSerializable
173
  return round($itemVolume / $boxVolume * 100, 1);
174
  }
175
 
176
- public function jsonSerialize(): array
 
177
  {
178
  return $this->list;
179
  }
14
  use IteratorAggregate;
15
  use JsonSerializable;
16
  use function reset;
17
+ use ReturnTypeWillChange;
18
  use function round;
19
  use Traversable;
20
  use function usort;
174
  return round($itemVolume / $boxVolume * 100, 1);
175
  }
176
 
177
+ #[ReturnTypeWillChange]
178
+ public function jsonSerialize()/*: mixed*/
179
  {
180
  return $this->list;
181
  }
vendor/dvdoug/boxpacker/src/PackedItem.php CHANGED
@@ -9,6 +9,7 @@ declare(strict_types=1);
9
  namespace DVDoug\BoxPacker;
10
 
11
  use JsonSerializable;
 
12
 
13
  /**
14
  * A packed item.
@@ -130,7 +131,8 @@ class PackedItem implements JsonSerializable
130
  return new OrientatedItem($this->item, $this->width, $this->length, $this->depth);
131
  }
132
 
133
- public function jsonSerialize(): array
 
134
  {
135
  return [
136
  'x' => $this->x,
9
  namespace DVDoug\BoxPacker;
10
 
11
  use JsonSerializable;
12
+ use ReturnTypeWillChange;
13
 
14
  /**
15
  * A packed item.
131
  return new OrientatedItem($this->item, $this->width, $this->length, $this->depth);
132
  }
133
 
134
+ #[ReturnTypeWillChange]
135
+ public function jsonSerialize()/*: mixed*/
136
  {
137
  return [
138
  'x' => $this->x,
vendor/dvdoug/boxpacker/src/WeightRedistributor.php CHANGED
@@ -14,8 +14,6 @@ use function array_merge;
14
  use function array_sum;
15
  use function count;
16
  use function iterator_to_array;
17
- use function max;
18
- use const PHP_INT_MAX;
19
  use Psr\Log\LoggerAwareInterface;
20
  use Psr\Log\LoggerAwareTrait;
21
  use Psr\Log\LogLevel;
@@ -134,7 +132,7 @@ class WeightRedistributor implements LoggerAwareInterface
134
  if (count($overWeightBoxItems) === 1) { //sometimes a repack can be efficient enough to eliminate a box
135
  $boxB = $newLighterBoxes->top();
136
  $boxA = null;
137
- $this->boxesQtyAvailable[$boxB->getBox()] = $this->boxesQtyAvailable[$boxB->getBox()] - 1;
138
  $this->boxesQtyAvailable[$overWeightBox->getBox()] = $this->boxesQtyAvailable[$overWeightBox->getBox()] + 1;
139
 
140
  return true;
@@ -146,12 +144,12 @@ class WeightRedistributor implements LoggerAwareInterface
146
  continue; //this should never happen, if we can pack n+1 into the box, we should be able to pack n
147
  }
148
 
149
- $this->boxesQtyAvailable[$boxA->getBox()] = $this->boxesQtyAvailable[$boxA->getBox()] + 1;
150
- $this->boxesQtyAvailable[$boxB->getBox()] = $this->boxesQtyAvailable[$boxB->getBox()] + 1;
151
  $this->boxesQtyAvailable[$newHeavierBoxes->top()->getBox()] = $this->boxesQtyAvailable[$newHeavierBoxes->top()->getBox()] - 1;
152
  $this->boxesQtyAvailable[$newLighterBoxes->top()->getBox()] = $this->boxesQtyAvailable[$newLighterBoxes->top()->getBox()] - 1;
153
  $underWeightBox = $boxB = $newLighterBoxes->top();
154
- $boxA = $newHeavierBoxes->top();
155
 
156
  $anyIterationSuccessful = true;
157
  }
@@ -169,7 +167,7 @@ class WeightRedistributor implements LoggerAwareInterface
169
  foreach ($this->boxes as $box) {
170
  $packer->setBoxQuantity($box, $this->boxesQtyAvailable[$box]);
171
  }
172
- $packer->setBoxQuantity($currentBox, max(PHP_INT_MAX, $this->boxesQtyAvailable[$currentBox] + 1));
173
  $packer->setItems($items);
174
 
175
  return $packer->doVolumePacking(true, true);
14
  use function array_sum;
15
  use function count;
16
  use function iterator_to_array;
 
 
17
  use Psr\Log\LoggerAwareInterface;
18
  use Psr\Log\LoggerAwareTrait;
19
  use Psr\Log\LogLevel;
132
  if (count($overWeightBoxItems) === 1) { //sometimes a repack can be efficient enough to eliminate a box
133
  $boxB = $newLighterBoxes->top();
134
  $boxA = null;
135
+ $this->boxesQtyAvailable[$underWeightBox->getBox()] = $this->boxesQtyAvailable[$underWeightBox->getBox()] - 1;
136
  $this->boxesQtyAvailable[$overWeightBox->getBox()] = $this->boxesQtyAvailable[$overWeightBox->getBox()] + 1;
137
 
138
  return true;
144
  continue; //this should never happen, if we can pack n+1 into the box, we should be able to pack n
145
  }
146
 
147
+ $this->boxesQtyAvailable[$overWeightBox->getBox()] = $this->boxesQtyAvailable[$overWeightBox->getBox()] + 1;
148
+ $this->boxesQtyAvailable[$underWeightBox->getBox()] = $this->boxesQtyAvailable[$underWeightBox->getBox()] + 1;
149
  $this->boxesQtyAvailable[$newHeavierBoxes->top()->getBox()] = $this->boxesQtyAvailable[$newHeavierBoxes->top()->getBox()] - 1;
150
  $this->boxesQtyAvailable[$newLighterBoxes->top()->getBox()] = $this->boxesQtyAvailable[$newLighterBoxes->top()->getBox()] - 1;
151
  $underWeightBox = $boxB = $newLighterBoxes->top();
152
+ $overWeightBox = $boxA = $newHeavierBoxes->top();
153
 
154
  $anyIterationSuccessful = true;
155
  }
167
  foreach ($this->boxes as $box) {
168
  $packer->setBoxQuantity($box, $this->boxesQtyAvailable[$box]);
169
  }
170
+ $packer->setBoxQuantity($currentBox, $this->boxesQtyAvailable[$currentBox] + 1);
171
  $packer->setItems($items);
172
 
173
  return $packer->doVolumePacking(true, true);
vendor/dvdoug/boxpacker/src/WorkingVolume.php CHANGED
@@ -9,6 +9,7 @@ declare(strict_types=1);
9
  namespace DVDoug\BoxPacker;
10
 
11
  use JsonSerializable;
 
12
 
13
  /**
14
  * Class WorkingVolume.
@@ -96,10 +97,8 @@ class WorkingVolume implements Box, JsonSerializable
96
  return $this->maxWeight;
97
  }
98
 
99
- /**
100
- * {@inheritdoc}
101
- */
102
- public function jsonSerialize(): array
103
  {
104
  return [
105
  'reference' => $this->getReference(),
9
  namespace DVDoug\BoxPacker;
10
 
11
  use JsonSerializable;
12
+ use ReturnTypeWillChange;
13
 
14
  /**
15
  * Class WorkingVolume.
97
  return $this->maxWeight;
98
  }
99
 
100
+ #[ReturnTypeWillChange]
101
+ public function jsonSerialize()/*: mixed*/
 
 
102
  {
103
  return [
104
  'reference' => $this->getReference(),
vendor/jetpack-autoloader/class-autoloader-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
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\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
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\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
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\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
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\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
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\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
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\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
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\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-php-autoloader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
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\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
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\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-shutdown-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
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\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
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\jp4eb25cefb40ec599ed6a13e060992a78;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp3eb23d99acf2078aecb8ee1129ca6bd7;
9
 
10
  // phpcs:ignore
11
 
woocommerce-germanized.php CHANGED
@@ -3,7 +3,7 @@
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.6.1
7
  * Author: vendidero
8
  * Author URI: https://vendidero.de
9
  * Requires at least: 5.4
@@ -69,7 +69,7 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
69
  *
70
  * @var string
71
  */
72
- public $version = '3.6.1';
73
 
74
  /**
75
  * @var WooCommerce_Germanized $instance of the plugin
@@ -629,6 +629,7 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
629
  'woo-poly-integration' => 'WC_GZD_Compatibility_Woo_Poly_Integration',
630
  'woocommerce-dynamic-pricing' => 'WC_GZD_Compatibility_WooCommerce_Dynamic_Pricing',
631
  'woocommerce-product-bundles' => 'WC_GZD_Compatibility_WooCommerce_Product_Bundles',
 
632
  'woocommerce-product-addons' => 'WC_GZD_Compatibility_WooCommerce_Product_Addons',
633
  'woocommerce-role-based-prices' => 'WC_GZD_Compatibility_WooCommerce_Role_Based_Prices',
634
  'woocommerce-role-based-price' => 'WC_GZD_Compatibility_WooCommerce_Role_Based_Price',
@@ -1100,6 +1101,16 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
1100
  );
1101
  }
1102
 
 
 
 
 
 
 
 
 
 
 
1103
  /**
1104
  * Add Custom Email templates
1105
  *
@@ -1109,10 +1120,14 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
1109
  */
1110
  public function add_emails( $mails ) {
1111
 
1112
- $mails['WC_GZD_Email_Customer_Paid_For_Order'] = include WC_GERMANIZED_ABSPATH . 'includes/emails/class-wc-gzd-email-customer-paid-for-order.php';
1113
- $mails['WC_GZD_Email_Customer_Cancelled_Order'] = include WC_GERMANIZED_ABSPATH . 'includes/emails/class-wc-gzd-email-customer-cancelled-order.php';
1114
- $mails['WC_GZD_Email_Customer_New_Account_Activation'] = include WC_GERMANIZED_ABSPATH . 'includes/emails/class-wc-gzd-email-customer-new-account-activation.php';
1115
- $mails['WC_GZD_Email_Customer_Revocation'] = include WC_GERMANIZED_ABSPATH . 'includes/emails/class-wc-gzd-email-customer-revocation.php';
 
 
 
 
1116
 
1117
  // Make sure the Processing Order Email is named Order Confirmation for better understanding
1118
  if ( isset( $mails['WC_Email_Customer_Processing_Order'] ) ) {
@@ -1126,8 +1141,6 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
1126
  }
1127
  }
1128
 
1129
- $mails['WC_GZD_Email_Customer_SEPA_Direct_Debit_Mandate'] = include WC_GERMANIZED_ABSPATH . 'includes/emails/class-wc-gzd-email-customer-sepa-direct-debit-mandate.php';
1130
-
1131
  return $mails;
1132
  }
1133
 
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.6.2
7
  * Author: vendidero
8
  * Author URI: https://vendidero.de
9
  * Requires at least: 5.4
69
  *
70
  * @var string
71
  */
72
+ public $version = '3.6.2';
73
 
74
  /**
75
  * @var WooCommerce_Germanized $instance of the plugin
629
  'woo-poly-integration' => 'WC_GZD_Compatibility_Woo_Poly_Integration',
630
  'woocommerce-dynamic-pricing' => 'WC_GZD_Compatibility_WooCommerce_Dynamic_Pricing',
631
  'woocommerce-product-bundles' => 'WC_GZD_Compatibility_WooCommerce_Product_Bundles',
632
+ 'woocommerce-composite-products' => 'WC_GZD_Compatibility_WooCommerce_Composite_Products',
633
  'woocommerce-product-addons' => 'WC_GZD_Compatibility_WooCommerce_Product_Addons',
634
  'woocommerce-role-based-prices' => 'WC_GZD_Compatibility_WooCommerce_Role_Based_Prices',
635
  'woocommerce-role-based-price' => 'WC_GZD_Compatibility_WooCommerce_Role_Based_Price',
1101
  );
1102
  }
1103
 
1104
+ public function get_custom_email_ids() {
1105
+ return array(
1106
+ 'WC_GZD_Email_Customer_Paid_For_Order' => 'customer_paid_for_order',
1107
+ 'WC_GZD_Email_Customer_New_Account_Activation' => 'customer_new_account_activation',
1108
+ 'WC_GZD_Email_Customer_Revocation' => 'customer_revocation',
1109
+ 'WC_GZD_Email_Customer_SEPA_Direct_Debit_Mandate' => 'customer_sepa_direct_debit_mandate',
1110
+ 'WC_GZD_Email_Customer_Cancelled_Order' => 'customer_cancelled_order',
1111
+ );
1112
+ }
1113
+
1114
  /**
1115
  * Add Custom Email templates
1116
  *
1120
  */
1121
  public function add_emails( $mails ) {
1122
 
1123
+ foreach( $this->get_custom_email_ids() as $class_name => $email_id ) {
1124
+ $path = WC_GERMANIZED_ABSPATH . 'includes/emails/';
1125
+ $file = 'class-' . trim( str_replace( '_', '-', strtolower( $class_name ) ) ) . '.php';
1126
+
1127
+ if ( $path && is_readable( $path . $file ) ) {
1128
+ $mails[ $class_name ] = include( $path . $file );
1129
+ }
1130
+ }
1131
 
1132
  // Make sure the Processing Order Email is named Order Confirmation for better understanding
1133
  if ( isset( $mails['WC_Email_Customer_Processing_Order'] ) ) {
1141
  }
1142
  }
1143
 
 
 
1144
  return $mails;
1145
  }
1146
 
wpml-config.xml CHANGED
@@ -98,5 +98,12 @@
98
  <key name="heading" />
99
  <key name="additional_content" />
100
  </key>
 
 
 
 
 
 
 
101
  </admin-texts>
102
  </wpml-config>
98
  <key name="heading" />
99
  <key name="additional_content" />
100
  </key>
101
+ <key name="woocommerce_customer_cancelled_order_settings">
102
+ <key name="subject_full" />
103
+ <key name="subject_partial" />
104
+ <key name="heading_full" />
105
+ <key name="heading_partial" />
106
+ <key name="additional_content" />
107
+ </key>
108
  </admin-texts>
109
  </wpml-config>