WooCommerce Germanized - Version 3.5.3

Version Description

  • Improvement: DHL Preferred services renaming
  • Improvement: OSS forced shipping tax recalculation during checkout
  • Improvement: Store tax display mode for vouchers
  • Improvement: PayPal Payments compatibility script
  • Improvement: Allow adding new shipments after full returns
  • Improvement: Removed explicit port 8443 from IM SOAP URL
  • Fix: Shipment address sender phone
  • Fix: Return shipment addresses
  • Fix: Deutsche Post default service manual label requests
Download this release

Release Info

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

Code changes from version 3.5.2 to 3.5.3

Files changed (66) hide show
  1. i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
  2. i18n/languages/woocommerce-germanized-de_DE.po +391 -372
  3. i18n/languages/woocommerce-germanized-de_DE_formal.mo +0 -0
  4. i18n/languages/woocommerce-germanized-de_DE_formal.po +392 -367
  5. includes/class-wc-gzd-checkout.php +10 -1
  6. includes/class-wc-gzd-coupon-helper.php +36 -3
  7. includes/class-wc-gzd-emails.php +39 -7
  8. includes/class-wc-gzd-install.php +6 -6
  9. includes/compatibility/class-wc-gzd-compatibility-woocommerce-paypal-payments.php +29 -0
  10. includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php +2 -2
  11. packages/one-stop-shop-woocommerce/one-stop-shop-woocommerce.php +1 -1
  12. packages/one-stop-shop-woocommerce/readme.txt +5 -1
  13. packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php +1 -1
  14. packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php +1 -1
  15. packages/one-stop-shop-woocommerce/src/Package.php +132 -6
  16. packages/one-stop-shop-woocommerce/src/Queue.php +46 -12
  17. packages/one-stop-shop-woocommerce/src/Report.php +4 -21
  18. packages/one-stop-shop-woocommerce/src/Tax.php +73 -6
  19. packages/woocommerce-germanized-dhl/assets/js/admin-deutsche-post-label.js +2 -2
  20. packages/woocommerce-germanized-dhl/assets/js/admin-deutsche-post-label.min.js +1 -1
  21. packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php +1 -1
  22. packages/woocommerce-germanized-dhl/src/Package.php +5 -6
  23. packages/woocommerce-germanized-dhl/src/ParcelServices.php +7 -7
  24. packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php +24 -23
  25. packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php +1 -3
  26. packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php +4 -4
  27. packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php +1 -1
  28. packages/woocommerce-germanized-shipments/assets/css/admin.css +10 -10
  29. packages/woocommerce-germanized-shipments/assets/css/admin.min.css +1 -1
  30. packages/woocommerce-germanized-shipments/assets/css/admin.scss +2 -0
  31. packages/woocommerce-germanized-shipments/assets/js/admin-shipments.js +18 -19
  32. packages/woocommerce-germanized-shipments/assets/js/admin-shipments.min.js +1 -1
  33. packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php +32 -17
  34. packages/woocommerce-germanized-shipments/src/Admin/Settings.php +12 -2
  35. packages/woocommerce-germanized-shipments/src/Ajax.php +18 -1
  36. packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php +2 -0
  37. packages/woocommerce-germanized-shipments/src/Labels/Label.php +38 -0
  38. packages/woocommerce-germanized-shipments/src/Order.php +8 -4
  39. packages/woocommerce-germanized-shipments/src/Package.php +29 -16
  40. packages/woocommerce-germanized-shipments/src/ReturnShipment.php +0 -186
  41. packages/woocommerce-germanized-shipments/src/Shipment.php +258 -2
  42. packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php +4 -0
  43. packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php +5 -2
  44. packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php +1 -1
  45. readme.txt +13 -2
  46. vendor/autoload.php +1 -1
  47. vendor/autoload_packages.php +1 -1
  48. vendor/composer/InstalledVersions.php +11 -11
  49. vendor/composer/autoload_real.php +7 -7
  50. vendor/composer/autoload_static.php +4 -4
  51. vendor/composer/installed.json +21 -21
  52. vendor/composer/installed.php +11 -11
  53. vendor/composer/jetpack_autoload_classmap.php +109 -109
  54. vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
  55. vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
  56. vendor/jetpack-autoloader/class-autoloader.php +1 -1
  57. vendor/jetpack-autoloader/class-container.php +1 -1
  58. vendor/jetpack-autoloader/class-hook-manager.php +1 -1
  59. vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
  60. vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
  61. vendor/jetpack-autoloader/class-path-processor.php +1 -1
  62. vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
  63. vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
  64. vendor/jetpack-autoloader/class-version-loader.php +1 -1
  65. vendor/jetpack-autoloader/class-version-selector.php +1 -1
  66. woocommerce-germanized.php +4 -3
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-07-13 12:45+0200\n"
6
- "PO-Revision-Date: 2021-07-13 12:48+0200\n"
7
  "Last-Translator: holzhannes <holzhannes@posteo.de>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
@@ -107,14 +107,14 @@ 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:264
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:269
118
  #, php-format
119
  msgctxt "oss"
120
  msgid "%1$s/%2$s"
@@ -292,7 +292,7 @@ msgctxt "oss"
292
  msgid "See details"
293
  msgstr "Details ansehen"
294
 
295
- #: one-stop-shop-woocommerce/src/Package.php:80
296
  msgctxt "oss"
297
  msgid ""
298
  "To use the OSS for WooCommerce plugin please make sure that WooCommerce is "
@@ -301,66 +301,66 @@ msgstr ""
301
  "Um das OSS für WooCommerce Plugin nutzen zu können muss WooCommerce "
302
  "installiert und aktiviert sein."
303
 
304
- #: one-stop-shop-woocommerce/src/Package.php:249
305
  #: one-stop-shop-woocommerce/src/ReportTable.php:40
306
  msgctxt "oss"
307
  msgid "Report"
308
  msgstr "Bericht"
309
 
310
- #: one-stop-shop-woocommerce/src/Package.php:273
311
  #, php-format
312
  msgctxt "oss"
313
  msgid "%1$s"
314
  msgstr "%1$s"
315
 
316
- #: one-stop-shop-woocommerce/src/Package.php:278
317
  #, php-format
318
  msgctxt "oss"
319
  msgid "%1$s - %2$s"
320
  msgstr "%1$s - %2$s"
321
 
322
- #: one-stop-shop-woocommerce/src/Package.php:283
323
  #, php-format
324
  msgctxt "oss"
325
  msgid "Observer %1$s"
326
  msgstr "Beobachter %1$s"
327
 
328
- #: one-stop-shop-woocommerce/src/Package.php:482
329
  msgctxt "oss"
330
  msgid "Quarterly"
331
  msgstr "Quartalsweise"
332
 
333
- #: one-stop-shop-woocommerce/src/Package.php:483
334
  msgctxt "oss"
335
  msgid "Yearly"
336
  msgstr "Jährlich"
337
 
338
- #: one-stop-shop-woocommerce/src/Package.php:484
339
  msgctxt "oss"
340
  msgid "Monthly"
341
  msgstr "Monatlich"
342
 
343
- #: one-stop-shop-woocommerce/src/Package.php:485
344
  msgctxt "oss"
345
  msgid "Custom"
346
  msgstr "Individuell"
347
 
348
- #: one-stop-shop-woocommerce/src/Package.php:489
349
  msgctxt "oss"
350
  msgid "Observer"
351
  msgstr "Beobachter"
352
 
353
- #: one-stop-shop-woocommerce/src/Package.php:503
354
  msgctxt "oss"
355
  msgid "Pending"
356
  msgstr "In Bearbeitung"
357
 
358
- #: one-stop-shop-woocommerce/src/Package.php:504
359
  msgctxt "oss"
360
  msgid "Completed"
361
  msgstr "Fertiggestellt"
362
 
363
- #: one-stop-shop-woocommerce/src/Package.php:505
364
  msgctxt "oss"
365
  msgid "Failed"
366
  msgstr "Fehlgeschlagen"
@@ -614,76 +614,76 @@ msgctxt "oss"
614
  msgid "Learn More"
615
  msgstr "Mehr erfahren"
616
 
617
- #: one-stop-shop-woocommerce/src/Tax.php:278
618
- #: one-stop-shop-woocommerce/src/Tax.php:336
619
  #, php-format
620
  msgctxt "oss"
621
  msgid "Tax class (%s)"
622
  msgstr "Steuerklasse (%s)"
623
 
624
- #: one-stop-shop-woocommerce/src/Tax.php:279
625
  msgctxt "oss"
626
  msgid "Same as parent"
627
  msgstr "Gleiche wie übergeordnet"
628
 
629
- #: one-stop-shop-woocommerce/src/Tax.php:281
630
- #: one-stop-shop-woocommerce/src/Tax.php:314
631
- #: one-stop-shop-woocommerce/src/Tax.php:338
632
- #: one-stop-shop-woocommerce/src/Tax.php:372
633
  msgctxt "oss"
634
  msgid "remove"
635
  msgstr "Löschen"
636
 
637
- #: one-stop-shop-woocommerce/src/Tax.php:291
638
- #: one-stop-shop-woocommerce/src/Tax.php:349
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:298
644
- #: one-stop-shop-woocommerce/src/Tax.php:356
645
  msgctxt "oss"
646
  msgid "Select country"
647
  msgstr "Land auswählen"
648
 
649
- #: one-stop-shop-woocommerce/src/Tax.php:453
650
- #: one-stop-shop-woocommerce/src/Tax.php:580
651
  msgid "Reduced rate"
652
  msgstr ""
653
 
654
- #: one-stop-shop-woocommerce/src/Tax.php:456
655
- #: one-stop-shop-woocommerce/src/Tax.php:572
656
  msgctxt "oss"
657
  msgid "Greater reduced rate"
658
  msgstr "Zusätzlicher reduzierter Preis"
659
 
660
- #: one-stop-shop-woocommerce/src/Tax.php:459
661
- #: one-stop-shop-woocommerce/src/Tax.php:576
662
  msgctxt "oss"
663
  msgid "Super reduced rate"
664
  msgstr "Stark reduzierter Preis"
665
 
666
- #: one-stop-shop-woocommerce/src/Tax.php:752
667
  msgctxt "oss"
668
  msgid "Madeira"
669
  msgstr "Madeira"
670
 
671
- #: one-stop-shop-woocommerce/src/Tax.php:759
672
  msgctxt "oss"
673
  msgid "Acores"
674
  msgstr "Azoren"
675
 
676
- #: one-stop-shop-woocommerce/src/Tax.php:795
677
  msgctxt "oss"
678
  msgid "Northern Ireland"
679
  msgstr "Nordirland"
680
 
681
- #: one-stop-shop-woocommerce/src/Tax.php:808
682
  msgctxt "oss-tax-rate-import"
683
  msgid "Exempt"
684
  msgstr "Ausnahme"
685
 
686
- #: one-stop-shop-woocommerce/src/Tax.php:874
687
  #, php-format
688
  msgctxt "oss-tax-rate-import"
689
  msgid "VAT %1$s %% %2$s"
@@ -788,8 +788,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:1055
792
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1717
793
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
794
  msgctxt "dhl"
795
  msgid "Packstation"
@@ -958,37 +958,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:1203
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:1215
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:1226
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:1237
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:1248
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:1259
992
  msgctxt "dhl"
993
  msgid "Saturday"
994
  msgstr "Samstag"
@@ -1092,7 +1092,7 @@ msgstr "Fehler beim API Zugriff: %s"
1092
 
1093
  #: woocommerce-germanized-dhl/src/Api/Internetmarke.php:65
1094
  #: woocommerce-germanized-dhl/src/Api/Soap.php:54
1095
- #: woocommerce-germanized-dhl/src/Package.php:104
1096
  #, php-format
1097
  msgctxt "dhl"
1098
  msgid ""
@@ -1417,7 +1417,7 @@ msgid "Invalid label."
1417
  msgstr "Ungültiges Label."
1418
 
1419
  # @ woocommerce-germanized
1420
- #: woocommerce-germanized-dhl/src/Package.php:1003
1421
  msgctxt "dhl"
1422
  msgid "Germany"
1423
  msgstr "Deutschland"
@@ -1582,51 +1582,58 @@ msgctxt "dhl"
1582
  msgid "retry"
1583
  msgstr "Erneut versuchen"
1584
 
 
1585
  #: woocommerce-germanized-dhl/src/ParcelServices.php:29
1586
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:227
1587
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1139
1588
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
 
1589
  msgctxt "dhl"
1590
- msgid "Preferred Day"
1591
- msgstr "Wunschtag"
1592
 
 
1593
  #: woocommerce-germanized-dhl/src/ParcelServices.php:36
1594
  msgctxt "dhl"
1595
- msgid "Preferred Time"
1596
- msgstr "Wunschzeit"
1597
 
1598
  # @ woocommerce-germanized
1599
  #: woocommerce-germanized-dhl/src/ParcelServices.php:43
1600
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:237
1601
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1161
1602
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1698
 
1603
  msgctxt "dhl"
1604
- msgid "Preferred Location"
1605
- msgstr "Wunschort"
1606
 
1607
  #: woocommerce-germanized-dhl/src/ParcelServices.php:48
1608
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:249
1609
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1170
 
 
1610
  msgctxt "dhl"
1611
- msgid "Preferred Neighbor"
1612
- msgstr "Wunschnachbar"
1613
 
 
1614
  #: woocommerce-germanized-dhl/src/ParcelServices.php:133
1615
  msgctxt "dhl"
1616
- msgid "DHL Preferred Day"
1617
- msgstr "DHL Wunschtag"
1618
 
1619
  #: woocommerce-germanized-dhl/src/ParcelServices.php:276
1620
  msgctxt "dhl"
1621
- msgid "Sorry, but the preferred day you have chosen is no longer available."
1622
  msgstr ""
1623
- "Entschuldigung, der von dir ausgewählte Wunschtag steht leider nicht mehr "
1624
  "zur Verfügung."
1625
 
1626
  #: woocommerce-germanized-dhl/src/ParcelServices.php:299
1627
  msgctxt "dhl"
1628
- msgid "Please choose a preferred location."
1629
- msgstr "Bitte wähle einen Wunschort aus."
1630
 
1631
  # @ woocommerce-germanized
1632
  #: woocommerce-germanized-dhl/src/ParcelServices.php:311
@@ -1636,11 +1643,9 @@ msgstr "Bitte wähle einen Namen und die Adresse deines Wunschnachbars."
1636
 
1637
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:31
1638
  msgctxt "dhl"
1639
- msgid ""
1640
- "Complete DHL integration supporting labels, preferred services and "
1641
- "packstation delivery."
1642
  msgstr ""
1643
- "Erzeuge bequem DHL Labels u.a. mit Wunsch-Services und Lieferungen an "
1644
  "Packstationen."
1645
 
1646
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:118
@@ -1650,8 +1655,8 @@ msgstr "Standorte"
1650
 
1651
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:119
1652
  msgctxt "dhl"
1653
- msgid "Preferred Services"
1654
- msgstr "Wunschpaket"
1655
 
1656
  # @ woocommerce-germanized
1657
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:135
@@ -1675,7 +1680,7 @@ msgid "Valid address only"
1675
  msgstr "Nur valide Adressen"
1676
 
1677
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:196
1678
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1400
1679
  msgctxt "dhl"
1680
  msgid "GoGreen"
1681
  msgstr "GoGreen"
@@ -1704,7 +1709,7 @@ msgstr "Firma"
1704
 
1705
  # @ woocommerce-germanized
1706
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:293
1707
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:586
1708
  msgctxt "dhl"
1709
  msgid "Street"
1710
  msgstr "Straße"
@@ -1717,7 +1722,7 @@ msgstr "Hausnummer"
1717
 
1718
  # @ woocommerce-germanized
1719
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:315
1720
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:587
1721
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:27
1722
  msgctxt "dhl"
1723
  msgid "Postcode"
@@ -1725,7 +1730,7 @@ msgstr "Postleitzahl"
1725
 
1726
  # @ woocommerce-germanized
1727
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:324
1728
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:588
1729
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:30
1730
  msgctxt "dhl"
1731
  msgid "City"
@@ -1758,7 +1763,7 @@ msgid "No neighbor"
1758
  msgstr "Keine Nachbarschaftszustellung"
1759
 
1760
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:402
1761
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1432
1762
  msgctxt "dhl"
1763
  msgid "Named person only"
1764
  msgstr "Persönliche Übergabe"
@@ -1785,50 +1790,50 @@ msgid "Minimum age"
1785
  msgstr "Mindestalter"
1786
 
1787
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:461
1788
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1482
1789
  msgctxt "dhl"
1790
  msgid "Premium"
1791
  msgstr "Premium"
1792
 
1793
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:521
1794
  msgctxt "dhl"
1795
  msgid "Receiver is missing or does not exist."
1796
  msgstr "Empfänger fehlt oder existiert nicht."
1797
 
1798
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:593
1799
  #, php-format
1800
  msgctxt "dhl"
1801
  msgid "%s of the return address is a mandatory field."
1802
  msgstr "%s der Rücksendeadresse ist ein Pflichtfeld."
1803
 
1804
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:598
1805
  msgctxt "dhl"
1806
  msgid "Please either add a return company or name."
1807
  msgstr ""
1808
  "Bitte gib entweder einen Firmennamen oder Namen für die Rücksendeadresse an."
1809
 
1810
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:618
1811
  msgctxt "dhl"
1812
- msgid "Error while parsing preferred day."
1813
- msgstr "Fehler beim Einlesen des Wunschtags."
1814
 
1815
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:645
1816
  msgctxt "dhl"
1817
  msgid "The visual min age check is invalid."
1818
  msgstr "Das Alter der Alterssichtprüfung ist ungültig."
1819
 
1820
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:669
1821
  msgctxt "dhl"
1822
  msgid "The ident min age check is invalid."
1823
  msgstr "Das Alter des Ident-Checks ist ungültig."
1824
 
1825
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:674
1826
  msgctxt "dhl"
1827
  msgid "There was an error parsing the date of birth for the identity check."
1828
  msgstr ""
1829
  "Beim Einlesen des Geburtsdatums für den Ident-Check trat ein Problem auf."
1830
 
1831
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:679
1832
  msgctxt "dhl"
1833
  msgid ""
1834
  "Either a minimum age or a date of birth must be added to the ident check."
@@ -1837,19 +1842,19 @@ msgstr ""
1837
  "hinzugefügt werden."
1838
 
1839
  # @ woocommerce-germanized
1840
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:696
1841
  #, php-format
1842
  msgctxt "dhl"
1843
  msgid "%s duties element does not exist."
1844
  msgstr "%s Zollabgabe existiert nicht."
1845
 
1846
  # @ woocommerce-germanized
1847
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:953
1848
  msgctxt "dhl"
1849
  msgid "Customer Number (EKP)"
1850
  msgstr "Kundennummer (EKP)"
1851
 
1852
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:955
1853
  #, php-format
1854
  msgctxt "dhl"
1855
  msgid ""
@@ -1859,33 +1864,33 @@ msgstr ""
1859
  "Deine 10-stellige DHL Kundennummer (EKP). Finde deine %s im DHL "
1860
  "Geschäftskundenportal."
1861
 
1862
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:955
1863
  msgctxt "dhl"
1864
  msgid "customer number"
1865
  msgstr "Kundennummer"
1866
 
1867
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:964
1868
  msgctxt "dhl"
1869
  msgid "API"
1870
  msgstr "API"
1871
 
1872
  # @ woocommerce-germanized
1873
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:967
1874
  msgctxt "dhl"
1875
  msgid "Enable Sandbox"
1876
  msgstr "Sandbox aktivieren"
1877
 
1878
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:968
1879
  msgctxt "dhl"
1880
  msgid "Activate Sandbox mode for testing purposes."
1881
  msgstr "Aktiviere den Sandbox Modus."
1882
 
1883
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:975
1884
  msgctxt "dhl"
1885
  msgid "Live Username"
1886
  msgstr "Benutzer"
1887
 
1888
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:977
1889
  #, php-format
1890
  msgctxt "dhl"
1891
  msgid ""
@@ -1895,21 +1900,21 @@ msgstr ""
1895
  "Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
1896
  "Geschäftskundenportal. Bitte teste deine Zugangsdaten vorab %s."
1897
 
1898
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:977
1899
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:987
1900
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:996
1901
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1005
1902
  msgctxt "dhl"
1903
  msgid "here"
1904
  msgstr "hier"
1905
 
1906
  # @ woocommerce-germanized
1907
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:985
1908
  msgctxt "dhl"
1909
  msgid "Live Password"
1910
  msgstr "Passwort"
1911
 
1912
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:987
1913
  #, php-format
1914
  msgctxt "dhl"
1915
  msgid ""
@@ -1921,12 +1926,12 @@ msgstr ""
1921
  "Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
1922
  "Benutzer) Monaten und teste deine Zugangsdaten vorab %s."
1923
 
1924
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:994
1925
  msgctxt "dhl"
1926
  msgid "Sandbox Username"
1927
  msgstr "Sandbox Benutzername"
1928
 
1929
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:996
1930
  #, php-format
1931
  msgctxt "dhl"
1932
  msgid ""
@@ -1936,12 +1941,12 @@ msgstr ""
1936
  "Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
1937
  "Entwicklerportal. Bitte teste deine Zugangsdaten vorab %s."
1938
 
1939
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1003
1940
  msgctxt "dhl"
1941
  msgid "Sandbox Password"
1942
  msgstr "Sandbox Passwort"
1943
 
1944
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1005
1945
  #, php-format
1946
  msgctxt "dhl"
1947
  msgid ""
@@ -1951,78 +1956,78 @@ msgstr ""
1951
  "Dein Passwort zum DHL Entwicklerportal. Bitte teste deine Zugangsdaten vorab "
1952
  "%s."
1953
 
1954
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1013
1955
  msgctxt "dhl"
1956
  msgid "Products and Participation Numbers"
1957
  msgstr "Produkte und Teilnahmenummern"
1958
 
1959
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1030
1960
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1364
1961
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1604
1962
  msgctxt "dhl"
1963
  msgid "Inlay Returns"
1964
  msgstr "Beilageretouren"
1965
 
1966
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1042
1967
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:142
1968
  msgctxt "dhl"
1969
  msgid "Tracking"
1970
  msgstr "Sendungsverfolgung"
1971
 
1972
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1056
1973
  msgctxt "dhl"
1974
  msgid "Enable delivery to Packstation."
1975
  msgstr "Aktiviere den Versand an Packstationen."
1976
 
1977
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1057
1978
  msgctxt "dhl"
1979
  msgid "Let customers choose a Packstation as delivery address."
1980
  msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
1981
 
1982
  # @ woocommerce-germanized
1983
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1065
1984
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:50
1985
  msgctxt "dhl"
1986
  msgid "Postoffice"
1987
  msgstr "Postfiliale"
1988
 
1989
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1066
1990
  msgctxt "dhl"
1991
  msgid "Enable delivery to Post Offices."
1992
  msgstr "Aktiviere den Versand an Postfilialen."
1993
 
1994
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1067
1995
  msgctxt "dhl"
1996
  msgid "Let customers choose a Post Office as delivery address."
1997
  msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
1998
 
1999
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1075
2000
  msgctxt "dhl"
2001
  msgid "Parcel Shop"
2002
  msgstr "Paketshop"
2003
 
2004
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1076
2005
  msgctxt "dhl"
2006
  msgid "Enable delivery to Parcel Shops."
2007
  msgstr "Lieferung an Paketshops aktivieren."
2008
 
2009
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1077
2010
  msgctxt "dhl"
2011
  msgid "Let customers choose a Parcel Shop as delivery address."
2012
  msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
2013
 
2014
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1085
2015
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1731
2016
  msgctxt "dhl"
2017
  msgid "Map"
2018
  msgstr "Karte"
2019
 
2020
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1086
2021
  msgctxt "dhl"
2022
  msgid "Let customers find a DHL location on a map."
2023
  msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
2024
 
2025
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1086
2026
  msgctxt "dhl"
2027
  msgid ""
2028
  "Enable this option to let your customers choose a pickup option from a map "
@@ -2033,12 +2038,12 @@ msgstr ""
2033
  "einer Karten in der Kasse zu ermöglichen. Wenn diese Option deaktiviert ist, "
2034
  "wird stattdessen auf die DHL Website verwiesen."
2035
 
2036
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1095
2037
  msgctxt "dhl"
2038
  msgid "Google Maps Key"
2039
  msgstr "Google Maps Schlüssel"
2040
 
2041
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1100
2042
  #, php-format
2043
  msgctxt "dhl"
2044
  msgid ""
@@ -2048,58 +2053,58 @@ msgstr ""
2048
  "Um eine Karte integrieren zu können, benötigst du einen gültigen API-"
2049
  "Schlüssel für Google Maps. Du kannst %s."
2050
 
2051
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1100
2052
  msgctxt "dhl"
2053
  msgid "retrieve a new one"
2054
  msgstr "hier einen neuen erstellen"
2055
 
2056
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1106
2057
  msgctxt "dhl"
2058
  msgid "Limit results"
2059
  msgstr "Suchergebnisse begrenzen"
2060
 
2061
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1111
2062
  msgctxt "dhl"
2063
  msgid "Limit the number of DHL locations shown on the map"
2064
  msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
2065
 
2066
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1140
2067
  msgctxt "dhl"
2068
- msgid "Enable preferred day delivery."
2069
- msgstr "Aktiviere die Lieferung am Wunschtag."
2070
 
2071
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1140
2072
  msgctxt "dhl"
2073
  msgid ""
2074
  "Enabling this option will display options for the user to select their "
2075
- "preferred day of delivery during the checkout."
2076
  msgstr ""
2077
- "Diese Option aktiviert die Auswahl eines Wunschtags durch den Kunden in der "
2078
  "Kasse."
2079
 
2080
  # @ woocommerce-germanized
2081
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1148
2082
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1684
2083
  msgctxt "dhl"
2084
  msgid "Fee"
2085
  msgstr "Gebühr"
2086
 
2087
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1150
2088
  msgctxt "dhl"
2089
  msgid ""
2090
- "Insert gross value as surcharge for preferred day delivery. Insert 0 to "
2091
- "offer service for free."
2092
  msgstr ""
2093
- "Füge einen Bruttopreis als Gebühr für die Lieferung am Wunschtag hinzu. "
2094
  "Setze den Wert auf 0 um den Service kostenlos anzubieten."
2095
 
2096
  # @ woocommerce-germanized
2097
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1162
2098
  msgctxt "dhl"
2099
- msgid "Enable preferred location delivery."
2100
- msgstr "Lieferung an einen Wunschort aktivieren."
2101
 
2102
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1162
2103
  msgctxt "dhl"
2104
  msgid ""
2105
  "Enabling this option will display options for the user to select their "
@@ -2108,12 +2113,12 @@ msgstr ""
2108
  "Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
2109
  "Kasse ."
2110
 
2111
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1171
2112
  msgctxt "dhl"
2113
- msgid "Enable preferred neighbor delivery."
2114
- msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
2115
 
2116
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1171
2117
  msgctxt "dhl"
2118
  msgid ""
2119
  "Enabling this option will display options for the user to deliver to their "
@@ -2122,77 +2127,77 @@ msgstr ""
2122
  "Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
2123
  "der Kasse."
2124
 
2125
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1179
2126
  msgctxt "dhl"
2127
  msgid "Cut-off time"
2128
  msgstr "Cut-off-Zeit"
2129
 
2130
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1184
2131
  msgctxt "dhl"
2132
  msgid ""
2133
  "The cut-off time is the latest possible order time up to which the minimum "
2134
- "preferred day (day of order + 2 working days) can be guaranteed. As soon as "
2135
- "the time is exceeded, the earliest preferred day displayed in the frontend "
2136
  "will be shifted to one day later (day of order + 3 working days)."
2137
  msgstr ""
2138
  "Die Cut-off-Zeit ist der späteste, mögliche Bestellzeitpunkt bis zu dem der "
2139
- "früheste Wunschtag (Tag der Bestellung + 2 Werktage) garantiert werden kann. "
2140
  "Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
2141
- "Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
2142
 
2143
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1190
2144
  msgctxt "dhl"
2145
  msgid "Preparation days"
2146
  msgstr "Bearbeitungstage"
2147
 
2148
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1195
2149
  msgctxt "dhl"
2150
  msgid ""
2151
  "If you need more time to prepare your shipments you might want to add a "
2152
- "static preparation time to the possible starting date for preferred day "
2153
  "delivery."
2154
  msgstr ""
2155
  "Falls du mehr Zeit für die Bearbeitung der Sendungen benötigst, kannst du "
2156
  "hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
2157
- "auswählbaren Wunschtag hinzugefügt werden."
2158
 
2159
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1202
2160
  msgctxt "dhl"
2161
  msgid "Exclude days of transfer"
2162
  msgstr "Übergabetage ausschließen"
2163
 
2164
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1204
2165
  msgctxt "dhl"
2166
  msgid "Exclude days from transferring shipments to DHL."
2167
  msgstr "Schließe bestimmte Wochentage für die Übergabe an DHL aus."
2168
 
2169
  # @ woocommerce-germanized
2170
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1270
2171
  msgctxt "dhl"
2172
  msgid "Exclude gateways"
2173
  msgstr "Zahlungsarten ausschließen"
2174
 
2175
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1272
2176
  msgctxt "dhl"
2177
  msgid "Select payment gateways to be excluded from showing preferred services."
2178
  msgstr ""
2179
- "Wähle Zahlungsarten aus, für die die Wunschpaket-Services nicht zur "
2180
  "Verfügung stehen sollen."
2181
 
2182
  # @ woocommerce-germanized
2183
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1296
2184
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:178
2185
  msgctxt "dhl"
2186
  msgid "Products"
2187
  msgstr "Produkte"
2188
 
2189
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1299
2190
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:198
2191
  msgctxt "dhl"
2192
  msgid "Domestic Default Service"
2193
  msgstr "Standard Service (national)"
2194
 
2195
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1304
2196
  msgctxt "dhl"
2197
  msgid ""
2198
  "Please select your default DHL shipping service for domestic shipments that "
@@ -2204,13 +2209,13 @@ msgstr ""
2204
  "nachträglich ändern)."
2205
 
2206
  # @ woocommerce-germanized
2207
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1310
2208
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:209
2209
  msgctxt "dhl"
2210
  msgid "EU Default Service"
2211
  msgstr "Standard Service (EU)"
2212
 
2213
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1315
2214
  msgctxt "dhl"
2215
  msgid ""
2216
  "Please select your default DHL shipping service for EU shipments that you "
@@ -2221,13 +2226,13 @@ msgstr ""
2221
  "Kunden anbietest (du kannst das Produkt für jede einzelne Sendung "
2222
  "nachträglich ändern)."
2223
 
2224
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1321
2225
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:220
2226
  msgctxt "dhl"
2227
  msgid "Int. Default Service"
2228
  msgstr "Standard Service (Int.)"
2229
 
2230
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1326
2231
  msgctxt "dhl"
2232
  msgid ""
2233
  "Please select your default DHL shipping service for cross-border shipments "
@@ -2239,27 +2244,27 @@ msgstr ""
2239
  "nachträglich ändern)."
2240
 
2241
  # @ woocommerce-germanized
2242
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1332
2243
  msgctxt "dhl"
2244
  msgid "Default Duty"
2245
  msgstr "Standard Zoll"
2246
 
2247
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1337
2248
  msgctxt "dhl"
2249
  msgid "Please select a default duty type."
2250
  msgstr "Bitte wähle eine Standard-Zollabrechnung aus."
2251
 
2252
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1344
2253
  msgctxt "dhl"
2254
  msgid "Codeable"
2255
  msgstr "Leitcodierbar"
2256
 
2257
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1345
2258
  msgctxt "dhl"
2259
  msgid "Generate label only if address can be automatically retrieved DHL."
2260
  msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
2261
 
2262
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1351
2263
  msgctxt "dhl"
2264
  msgid ""
2265
  "Choose this option if you want to make sure that by default labels are only "
@@ -2270,33 +2275,36 @@ msgstr ""
2270
  "ist."
2271
 
2272
  # @ woocommerce-germanized
2273
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1355
2274
  msgctxt "dhl"
2275
  msgid "Force email"
2276
  msgstr "E-Mail übertragen"
2277
 
2278
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1356
2279
  msgctxt "dhl"
2280
  msgid "Force transferring customer email to DHL."
2281
  msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
2282
 
2283
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1356
 
2284
  msgctxt "dhl"
2285
  msgid ""
2286
  "By default the customer email address is only transferred in case explicit "
2287
  "consent has been given via a checkbox during checkout. You may force to "
2288
  "transfer the customer email address during label creation to make sure your "
2289
- "customers receive email notifications by DHL. Make sure to check your "
2290
- "privacy policy and seek advice by a lawyer in case of doubt."
 
2291
  msgstr ""
2292
  "Standardmäßig wird die E-Mail-Adresse des Kunden nur dann an DHL übertragen, "
2293
  "wenn dieser per Checkbox während des Checkouts eingewilligt hat. Du kannst "
2294
  "mit Hilfe dieser Option diese Prüfung umgehen und die E-Mail-Adresse immer "
2295
- "übertragen (damit deine Kunden z.B. DHL Paketankündigungen erhalten). Prüfe "
2296
- "deine Datenschutzerklärung und suche im Zweifel anwaltlichen Rat bevor du "
2297
- "diese Option aktivierst."
 
2298
 
2299
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1365
2300
  msgctxt "dhl"
2301
  msgid ""
2302
  "Additionally create inlay return labels for shipments that support returns."
@@ -2304,14 +2312,14 @@ msgstr ""
2304
  "Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
2305
  "unterstützen."
2306
 
2307
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1378
2308
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1381
2309
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1618
2310
  msgctxt "dhl"
2311
  msgid "Retoure"
2312
  msgstr "Retoure"
2313
 
2314
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1378
2315
  #, php-format
2316
  msgctxt "dhl"
2317
  msgid ""
@@ -2322,18 +2330,18 @@ msgstr ""
2322
  "an. Stelle sicher, dass dein %s DHL Retoure Online enthält."
2323
 
2324
  # @ woocommerce-germanized
2325
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1378
2326
  msgctxt "dhl"
2327
  msgid "contract"
2328
  msgstr "Vertrag"
2329
 
2330
  # @ woocommerce-germanized
2331
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
2332
  msgctxt "dhl"
2333
  msgid "Enable creating labels for return shipments."
2334
  msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
2335
 
2336
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
2337
  msgctxt "dhl"
2338
  msgid ""
2339
  "By enabling this option you might generate retoure labels for return "
@@ -2343,12 +2351,12 @@ msgstr ""
2343
  "Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
2344
 
2345
  # @ woocommerce-germanized
2346
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1398
2347
  msgctxt "dhl"
2348
  msgid "Default Services"
2349
  msgstr "Standard-Services"
2350
 
2351
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1398
2352
  #, php-format
2353
  msgctxt "dhl"
2354
  msgid ""
@@ -2359,28 +2367,28 @@ msgstr ""
2359
  "werden sollen. Finde mehr über diese <a href=\"%s\" target=\"_blank"
2360
  "\">Services</a> heraus."
2361
 
2362
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1401
2363
  msgctxt "dhl"
2364
  msgid "Enable the GoGreen Service by default."
2365
  msgstr "Buche den GoGreen Service hinzu."
2366
 
2367
  # @ woocommerce-germanized
2368
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1408
2369
  msgctxt "dhl"
2370
  msgid "Additional Insurance"
2371
  msgstr "Transportversicherung"
2372
 
2373
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1409
2374
  msgctxt "dhl"
2375
  msgid "Add an additional insurance to labels."
2376
  msgstr "Füge eine Transportversicherung zur Sendung hinzu."
2377
 
2378
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1416
2379
  msgctxt "dhl"
2380
  msgid "Retail Outlet Routing"
2381
  msgstr "Filialrouting"
2382
 
2383
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1417
2384
  msgctxt "dhl"
2385
  msgid ""
2386
  "Send undeliverable items to nearest retail outlet instead of immediate "
@@ -2389,57 +2397,57 @@ msgstr ""
2389
  "Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
2390
  "anstelle diese direkt zurückzusenden."
2391
 
2392
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1424
2393
  msgctxt "dhl"
2394
  msgid "No Neighbor"
2395
  msgstr "Keine Nachbarschaftszustellung"
2396
 
2397
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1425
2398
  msgctxt "dhl"
2399
  msgid "Do not deliver to neighbors."
2400
  msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
2401
 
2402
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1433
2403
  msgctxt "dhl"
2404
  msgid "Do only delivery to named person."
2405
  msgstr ""
2406
  "Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
2407
  "Person übergeben."
2408
 
2409
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1440
2410
  msgctxt "dhl"
2411
  msgid "Bulky Goods"
2412
  msgstr "Sperrgut"
2413
 
2414
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1441
2415
  msgctxt "dhl"
2416
  msgid "Deliver as bulky goods."
2417
  msgstr "Sende Pakete als Sperrgut."
2418
 
2419
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1448
2420
  msgctxt "dhl"
2421
  msgid "Minimum age (Visual check)"
2422
  msgstr "Mindestalter (Visuell)"
2423
 
2424
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1454
2425
  msgctxt "dhl"
2426
  msgid "Choose this option if you want to let DHL check your customer's age."
2427
  msgstr ""
2428
  "Wähle diese Option aus, wenn du das Alter durch DHL prüfen lassen möchtest."
2429
 
2430
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1457
2431
  msgctxt "dhl"
2432
  msgid "Sync (Visual Check)"
2433
  msgstr "Synchronisation (Visuell)"
2434
 
2435
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
2436
  msgctxt "dhl"
2437
  msgid "Visually verify age if shipment contains applicable items."
2438
  msgstr ""
2439
  "Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
2440
  "beinhaltet."
2441
 
2442
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
2443
  #, php-format
2444
  msgctxt "dhl"
2445
  msgid ""
@@ -2452,18 +2460,18 @@ msgstr ""
2452
  "Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
2453
  "Produkte beinhaltet."
2454
 
2455
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
2456
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
2457
  msgctxt "dhl"
2458
  msgid "age verification checkbox"
2459
  msgstr "Checkbox zur Altersprüfung"
2460
 
2461
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1465
2462
  msgctxt "dhl"
2463
  msgid "Minimum age (Ident check)"
2464
  msgstr "Mindestalter (Identität)"
2465
 
2466
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1471
2467
  msgctxt "dhl"
2468
  msgid ""
2469
  "Choose this option if you want to let DHL check your customer's identity and "
@@ -2473,19 +2481,19 @@ msgstr ""
2473
  "lassen möchtest."
2474
 
2475
  # @ woocommerce-germanized
2476
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1474
2477
  msgctxt "dhl"
2478
  msgid "Sync (Ident Check)"
2479
  msgstr "Synchronisation (Identität)"
2480
 
2481
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
2482
  msgctxt "dhl"
2483
  msgid "Verify identity and age if shipment contains applicable items."
2484
  msgstr ""
2485
  "Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
2486
  "beinhaltet."
2487
 
2488
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
2489
  #, php-format
2490
  msgctxt "dhl"
2491
  msgid ""
@@ -2498,18 +2506,18 @@ msgstr ""
2498
  "Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
2499
  "Produkte beinhaltet."
2500
 
2501
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1483
2502
  msgctxt "dhl"
2503
  msgid "Premium delivery for international shipments."
2504
  msgstr "Premium Lieferung für internationale Sendungen."
2505
 
2506
  # @ woocommerce-germanized
2507
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1491
2508
  msgctxt "dhl"
2509
  msgid "Bank Account"
2510
  msgstr "Bankkonto"
2511
 
2512
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1491
2513
  msgctxt "dhl"
2514
  msgid "Enter your bank details needed for services that use COD."
2515
  msgstr ""
@@ -2517,36 +2525,36 @@ msgstr ""
2517
  "werden sollen."
2518
 
2519
  # @ woocommerce-germanized
2520
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1494
2521
  msgctxt "dhl"
2522
  msgid "Holder"
2523
  msgstr "Kontoinhaber"
2524
 
2525
  # @ woocommerce-germanized
2526
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1502
2527
  msgctxt "dhl"
2528
  msgid "Bank Name"
2529
  msgstr "Name der Bank"
2530
 
2531
  # @ woocommerce-germanized
2532
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1510
2533
  msgctxt "dhl"
2534
  msgid "IBAN"
2535
  msgstr "IBAN"
2536
 
2537
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1518
2538
  msgctxt "dhl"
2539
  msgid "BIC"
2540
  msgstr "BIC"
2541
 
2542
  # @ woocommerce-germanized
2543
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1526
2544
  msgctxt "dhl"
2545
  msgid "Payment Reference"
2546
  msgstr "Zahlungsreferenz"
2547
 
2548
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1531
2549
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1541
2550
  #, php-format
2551
  msgctxt "dhl"
2552
  msgid ""
@@ -2557,17 +2565,17 @@ msgstr ""
2557
  "%s. Der Text ist auf 35 Zeichen begrenzt."
2558
 
2559
  # @ woocommerce-germanized
2560
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1536
2561
  msgctxt "dhl"
2562
  msgid "Payment Reference 2"
2563
  msgstr "Zahlungsreferenz 2"
2564
 
2565
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1571
2566
  msgctxt "dhl"
2567
  msgid "Customer Number"
2568
  msgstr "Kundennummer"
2569
 
2570
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1572
2571
  msgctxt "dhl"
2572
  msgid ""
2573
  "Insert your DHL business customer number (EKP) here. If you are not yet a "
@@ -2576,12 +2584,12 @@ msgstr ""
2576
  "Füge hier deine DHL Kundennummer (EKP) ein. Wenn du noch kein Geschäftskunde "
2577
  "bist, solltest du dich zuerst als Geschäftskunde bei DHL registrieren."
2578
 
2579
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1585
2580
  msgctxt "dhl"
2581
  msgid "API Access"
2582
  msgstr "API Zugriff"
2583
 
2584
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1586
2585
  msgctxt "dhl"
2586
  msgid ""
2587
  "To create labels and embed DHL services, our software needs access to the "
@@ -2591,7 +2599,7 @@ msgstr ""
2591
  "Software Zugang zur API. Du solltest hier deine Zugangsdaten zum DHL "
2592
  "Geschäftskundenportal eingeben."
2593
 
2594
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1605
2595
  msgctxt "dhl"
2596
  msgid ""
2597
  "If you want to provide your customers with inlay return labels for your "
@@ -2600,7 +2608,7 @@ msgstr ""
2600
  "Wenn du Beilageretouren-Labels zu deinen Sendungen hinzufügen möchtest, "
2601
  "solltest du diese Funktion standardmäßig aktivieren."
2602
 
2603
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1619
2604
  msgctxt "dhl"
2605
  msgid ""
2606
  "If you want to create DHL labels to returns you should activate this "
@@ -2611,12 +2619,12 @@ msgstr ""
2611
  "aktivieren. Stelle sicher, dass DHL Online Retoure in deinem Vertrag "
2612
  "freigeschaltet ist."
2613
 
2614
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1632
2615
  msgctxt "dhl"
2616
  msgid "Age verification"
2617
  msgstr "Altersverifikation"
2618
 
2619
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1633
2620
  msgctxt "dhl"
2621
  msgid ""
2622
  "Use this feature to sync the Germanized age verification checkbox with the "
@@ -2629,12 +2637,12 @@ msgstr ""
2629
  "„Alterssichtprüfung“ von DHL automatisch aktiviert."
2630
 
2631
  # @ woocommerce-germanized
2632
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1651
2633
  msgctxt "dhl"
2634
  msgid "Automation"
2635
  msgstr "Automatisierung"
2636
 
2637
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1652
2638
  msgctxt "dhl"
2639
  msgid ""
2640
  "You might want to save some time and let Germanized generate labels "
@@ -2644,34 +2652,34 @@ msgstr ""
2644
  "automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
2645
  "wechselt."
2646
 
2647
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1671
2648
  msgctxt "dhl"
2649
  msgid ""
2650
- "Let your customers choose a preferred day (if the service is available at "
2651
- "the customer's location) of delivery within your checkout."
2652
  msgstr ""
2653
- "Lasse deine Kunden einen Wunschtag (falls der Service für die Kundenadresse "
2654
  "zur Verfügung steht) für die Lieferung in der Kasse auswählen."
2655
 
2656
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1685
2657
  msgctxt "dhl"
2658
  msgid ""
2659
  "Optionally charge your customers an additional fee for preferred services "
2660
- "like preferred day."
2661
  msgstr ""
2662
- "Optional kannst du die Gebühr für die Auswahl des Wunschtags oder anderer "
2663
- "Wunschpaket-Services an deine Kunden weiterreichen."
2664
 
2665
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1699
2666
  msgctxt "dhl"
2667
  msgid ""
2668
- "Allow your customers to send their parcels to a preferred location e.g. a "
2669
  "neighbor. This service is free of charge for DHL shipments."
2670
  msgstr ""
2671
- "Lasse deine Kunden einen Wunschort für die Abgabe ihres Pakets in der Kasse "
2672
  "auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
2673
 
2674
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1718
2675
  msgctxt "dhl"
2676
  msgid ""
2677
  "Allow your customers to choose packstation (and/or other DHL location types "
@@ -2680,7 +2688,7 @@ msgstr ""
2680
  "Lasse deine Kunden eine Packstation (und/oder andere DHL Standorte, wie im "
2681
  "Folgenden konfiguriert) als Lieferadresse auswählen."
2682
 
2683
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1732
2684
  msgctxt "dhl"
2685
  msgid ""
2686
  "This option adds a map overlay view to let your customers choose a DHL "
@@ -2843,7 +2851,7 @@ msgid "The minimum amount is %s"
2843
  msgstr "Der Minimalbetrag beträgt %s"
2844
 
2845
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:374
2846
- #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:575
2847
  #, php-format
2848
  msgctxt "dhl"
2849
  msgid ""
@@ -2861,12 +2869,12 @@ msgctxt "dhl"
2861
  msgid "Page Format"
2862
  msgstr "Seitenformat"
2863
 
2864
- #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:553
2865
  msgctxt "dhl"
2866
  msgid "The services chosen are not available for the current product."
2867
  msgstr "Die ausgewählten Services sind für dieses Produkt nicht verfügbar."
2868
 
2869
- #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:602
2870
  #, php-format
2871
  msgctxt "dhl"
2872
  msgid "Deutsche Post product is missing for %s."
@@ -2929,7 +2937,7 @@ msgstr "Suchen"
2929
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:27
2930
  msgctxt "dhl"
2931
  msgid "DHL Preferred Delivery. Delivered just as you wish."
2932
- msgstr "DHL Wunschpaket. Gebracht wie gewünscht."
2933
 
2934
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:30
2935
  msgctxt "dhl"
@@ -2939,22 +2947,17 @@ msgid ""
2939
  "when and where you want to receive your parcels.<br/>\n"
2940
  "Please choose your preferred delivery option."
2941
  msgstr ""
2942
- "Mit den Services von DHL Wunschpaket entscheidest du, wann und wo du deine "
2943
- "Pakete empfängst.<br/>\n"
2944
  "Wähle deine bevorzugte Lieferoption."
2945
 
2946
- #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
2947
- msgctxt "dhl"
2948
- msgid "Preferred day: Delivery at your preferred day."
2949
- msgstr "Wunschtag: Lieferung zum gewünschten Tag."
2950
-
2951
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
2952
  msgctxt "dhl"
2953
  msgid ""
2954
- "Choose one of the displayed days as your preferred day for your parcel "
2955
  "delivery. Other days are not possible due to delivery processes."
2956
  msgstr ""
2957
- "Du hast die Möglichkeit, einen der angezeigten Tage als Wunschtag für die "
2958
  "Lieferung deiner Waren auszuwählen. Andere Tage sind aufgrund der "
2959
  "Lieferprozesse aktuell nicht möglich."
2960
 
@@ -2978,8 +2981,8 @@ msgstr "zzgl. MwSt."
2978
 
2979
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
2980
  msgctxt "dhl"
2981
- msgid "Preferred location or neighbor"
2982
- msgstr "Wunschort oder Wunschnachbar"
2983
 
2984
  # @ woocommerce-germanized
2985
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:71
@@ -2993,16 +2996,6 @@ msgctxt "dhl"
2993
  msgid "Location"
2994
  msgstr "Ort"
2995
 
2996
- #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:82
2997
- msgctxt "dhl"
2998
- msgid "Neighbor"
2999
- msgstr "Nachbar"
3000
-
3001
- #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
3002
- msgctxt "dhl"
3003
- msgid "Preferred location: Delivery to your preferred drop-off location"
3004
- msgstr "Lieferung an den gewünschten Ablageort"
3005
-
3006
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
3007
  msgctxt "dhl"
3008
  msgid ""
@@ -3018,11 +3011,6 @@ msgctxt "dhl"
3018
  msgid "e.g. Garage, Terrace"
3019
  msgstr "z.B. Garage, Terrasse"
3020
 
3021
- #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
3022
- msgctxt "dhl"
3023
- msgid "Preferred neighbour: Delivery to a neighbour of your choice"
3024
- msgstr "Wunschnachbar: Lieferung an einen Nachbarn deiner Wahl"
3025
-
3026
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
3027
  msgctxt "dhl"
3028
  msgid ""
@@ -3082,7 +3070,7 @@ msgstr "Verpackung"
3082
 
3083
  # @ woocommerce-germanized
3084
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
3085
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1074
3086
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
3087
  #: woocommerce-germanized-shipments/src/Admin/Table.php:689
3088
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
@@ -3284,7 +3272,7 @@ msgstr "Speichern"
3284
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
3285
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
3286
  #: woocommerce-germanized-shipments/src/Admin/Table.php:687
3287
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:773
3288
  msgctxt "shipments"
3289
  msgid "Title"
3290
  msgstr "Titel"
@@ -3292,7 +3280,7 @@ msgstr "Titel"
3292
  # @ woocommerce-germanized
3293
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
3294
  #: woocommerce-germanized-shipments/src/Admin/Admin.php:452
3295
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:782
3296
  msgctxt "shipments"
3297
  msgid "Description"
3298
  msgstr "Beschreibung"
@@ -3526,8 +3514,8 @@ msgid "Text to appear below the main email content."
3526
  msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
3527
 
3528
  #: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
3529
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1006
3530
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1036
3531
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
3532
  msgctxt "shipments"
3533
  msgid "N/A"
@@ -3589,7 +3577,7 @@ msgid "Letter"
3589
  msgstr "Brief"
3590
 
3591
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
3592
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1072
3593
  msgctxt "shipments"
3594
  msgid "Shipment"
3595
  msgstr "Sendung"
@@ -3676,8 +3664,8 @@ msgstr "Fehler beim Erstellen der Sendungsinstanz"
3676
 
3677
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:441
3678
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:445
3679
- #: woocommerce-germanized-shipments/src/ReturnShipment.php:434
3680
- #: woocommerce-germanized-shipments/src/ReturnShipment.php:506
3681
  #: woocommerce-germanized-shipments/src/SimpleShipment.php:118
3682
  #: woocommerce-germanized-shipments/src/SimpleShipment.php:240
3683
  msgctxt "shipments"
@@ -3711,21 +3699,21 @@ msgid "Error while uploading file."
3711
  msgstr "Fehler beim Hochladen der Datei."
3712
 
3713
  # @ woocommerce-germanized
3714
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1073
3715
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
3716
  #: woocommerce-germanized-shipments/src/Admin/Table.php:688
3717
  msgctxt "shipments"
3718
  msgid "Date"
3719
  msgstr "Datum"
3720
 
3721
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1075
3722
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
3723
  msgctxt "shipments"
3724
  msgid "Tracking"
3725
  msgstr "Sendungsverfolgung"
3726
 
3727
  # @ woocommerce-germanized
3728
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1076
3729
  #: woocommerce-germanized-shipments/src/Admin/Admin.php:234
3730
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
3731
  #: woocommerce-germanized-shipments/src/Admin/Table.php:696
@@ -3733,13 +3721,13 @@ msgctxt "shipments"
3733
  msgid "Actions"
3734
  msgstr "Aktionen"
3735
 
3736
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1312
3737
  msgctxt "shipments"
3738
  msgid "View"
3739
  msgstr "Anzeigen"
3740
 
3741
  # @ woocommerce-germanized
3742
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1319
3743
  #: woocommerce-germanized-shipments/src/Admin/Table.php:871
3744
  #: woocommerce-germanized-shipments/src/Ajax.php:340
3745
  #: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
@@ -4522,7 +4510,7 @@ msgstr ""
4522
  # @ woocommerce-germanized
4523
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:415
4524
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
4525
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1094
4526
  msgctxt "shipments"
4527
  msgid "General"
4528
  msgstr "Allgemein"
@@ -4532,12 +4520,12 @@ msgctxt "shipments"
4532
  msgid "Addresses"
4533
  msgstr "Adressen"
4534
 
4535
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:529
4536
  msgctxt "shipments"
4537
  msgid "More services"
4538
  msgstr "Mehr Services"
4539
 
4540
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:532
4541
  msgctxt "shipments"
4542
  msgid "Fewer services"
4543
  msgstr "Weniger Services"
@@ -4607,7 +4595,7 @@ msgstr "Filtern"
4607
 
4608
  # @ woocommerce-germanized
4609
  #: woocommerce-germanized-shipments/src/Admin/Table.php:665
4610
- #: woocommerce-germanized-shipments/src/Ajax.php:817
4611
  #, php-format
4612
  msgctxt "shipments"
4613
  msgid "Order #%s"
@@ -4750,45 +4738,45 @@ msgid "There was an error while bulk processing shipments."
4750
  msgstr ""
4751
  "Bei der Verarbeitung der Mehrfachaktionen von Sendungen trat ein Fehler auf."
4752
 
4753
- #: woocommerce-germanized-shipments/src/Ajax.php:535
4754
- #: woocommerce-germanized-shipments/src/Ajax.php:636
4755
- #: woocommerce-germanized-shipments/src/Ajax.php:693
4756
- #: woocommerce-germanized-shipments/src/Ajax.php:730
4757
- #: woocommerce-germanized-shipments/src/Ajax.php:904
4758
- #: woocommerce-germanized-shipments/src/Ajax.php:950
4759
- #: woocommerce-germanized-shipments/src/Ajax.php:1022
4760
- #: woocommerce-germanized-shipments/src/Ajax.php:1055
4761
- #: woocommerce-germanized-shipments/src/Ajax.php:1104
4762
- #: woocommerce-germanized-shipments/src/Ajax.php:1172
4763
- #: woocommerce-germanized-shipments/src/Ajax.php:1213
4764
- #: woocommerce-germanized-shipments/src/Ajax.php:1268
4765
- #: woocommerce-germanized-shipments/src/Ajax.php:1312
4766
  msgctxt "shipments"
4767
  msgid "There was an error processing the shipment"
4768
  msgstr "Fehler bei der Verarbeitung der Sendung"
4769
 
4770
- #: woocommerce-germanized-shipments/src/Ajax.php:577
4771
  msgctxt "shipments"
4772
  msgid "There was an error while adding the shipment"
4773
  msgstr "Beim Hinzufügen der Sendung ist ein Fehler aufgetreten"
4774
 
4775
- #: woocommerce-germanized-shipments/src/Ajax.php:598
4776
  msgctxt "shipments"
4777
  msgid "This order contains enough shipments already."
4778
  msgstr "Diese Bestellung beinhaltet bereits genug Sendungen."
4779
 
4780
- #: woocommerce-germanized-shipments/src/Ajax.php:655
4781
  msgctxt "shipments"
4782
  msgid "This order contains enough returns already."
4783
  msgstr "Diese Bestellung beinhaltet bereits genügend Retouren."
4784
 
4785
  # @ woocommerce-germanized
4786
- #: woocommerce-germanized-shipments/src/Ajax.php:864
4787
  msgctxt "shipments"
4788
  msgid "Status:"
4789
  msgstr "Status:"
4790
 
4791
- #: woocommerce-germanized-shipments/src/Ajax.php:869
4792
  msgctxt "shipments"
4793
  msgid "Customer payment page &rarr;"
4794
  msgstr "Kundenbezahlungsseite &rarr;"
@@ -5143,19 +5131,19 @@ msgctxt "shipments"
5143
  msgid "Letter C4"
5144
  msgstr "Brief C4"
5145
 
5146
- #: woocommerce-germanized-shipments/src/Labels/Label.php:464
5147
  msgctxt "shipments"
5148
  msgid "This label misses the API implementation"
5149
  msgstr "Dieser Label-Typ besitzt keine API Implementierung"
5150
 
5151
- #: woocommerce-germanized-shipments/src/Labels/Label.php:498
5152
  msgctxt "shipments"
5153
  msgid "Error while uploading label."
5154
  msgstr "Fehler beim Hochladen des Labels."
5155
 
5156
- #: woocommerce-germanized-shipments/src/Labels/Label.php:520
5157
- #: woocommerce-germanized-shipments/src/Labels/Label.php:527
5158
- #: woocommerce-germanized-shipments/src/Labels/Label.php:556
5159
  msgctxt "shipments"
5160
  msgid "Error while downloading the PDF file."
5161
  msgstr "Fehler beim Download des PDF Labels."
@@ -5183,10 +5171,10 @@ msgctxt "shipments"
5183
  msgid "Invalid product."
5184
  msgstr "Produkt nicht verfügbar."
5185
 
5186
- #: woocommerce-germanized-shipments/src/ReturnShipment.php:362
5187
- #: woocommerce-germanized-shipments/src/Shipment.php:1047
5188
  #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:361
5189
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:425
5190
  #, php-format
5191
  msgctxt "full name"
5192
  msgid "%1$s %2$s"
@@ -5278,7 +5266,7 @@ msgctxt "shipments"
5278
  msgid "%s Product"
5279
  msgstr "%s Produkt"
5280
 
5281
- #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:520
5282
  msgctxt "shipments"
5283
  msgid "Error while creating the label."
5284
  msgstr "Fehler beim Erstellen der Label-Instanz"
@@ -5316,22 +5304,22 @@ msgstr ""
5316
  "die Paketverfolgungsdaten zum Zeitpunkt des Erhalts dieser E-Mail noch nicht "
5317
  "den neuesten Stand wiedergeben."
5318
 
5319
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:774
5320
  msgctxt "shipments"
5321
  msgid "Choose a title for the shipping provider."
5322
  msgstr "Wähle einen Titel für den Versanddienstleister."
5323
 
5324
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:783
5325
  msgctxt "shipments"
5326
  msgid "Choose a description for the shipping provider."
5327
  msgstr "Wähle eine Beschreibung für den Versanddienstleister."
5328
 
5329
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:795
5330
  msgctxt "shipments"
5331
  msgid "Tracking URL"
5332
  msgstr "Sendungsverfolgung URL"
5333
 
5334
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:796
5335
  #, php-format
5336
  msgctxt "shipments"
5337
  msgid ""
@@ -5345,12 +5333,12 @@ msgstr ""
5345
  "einzufügen: %s"
5346
 
5347
  # @ woocommerce-germanized
5348
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:806
5349
  msgctxt "shipments"
5350
  msgid "Tracking description"
5351
  msgstr "Sendungsverfolgung Hinweis"
5352
 
5353
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:807
5354
  #, php-format
5355
  msgctxt "shipments"
5356
  msgid ""
@@ -5365,17 +5353,17 @@ msgstr ""
5365
  "einzufügen: %s"
5366
 
5367
  # @ woocommerce-germanized
5368
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:951
5369
  msgctxt "shipments"
5370
  msgid "Customer returns"
5371
  msgstr "Rücksendungen"
5372
 
5373
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:952
5374
  msgctxt "shipments"
5375
  msgid "Allow customers to submit return requests to shipments."
5376
  msgstr "Erlaube Kunden eine Rücksendung zu einer Sendung zu beantragen."
5377
 
5378
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:952
5379
  #, php-format
5380
  msgctxt "shipments"
5381
  msgid ""
@@ -5389,27 +5377,27 @@ msgstr ""
5389
  "Gästen zu erfahren, lese bitte die %s."
5390
 
5391
  # @ woocommerce-germanized
5392
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:952
5393
  msgctxt "shipments"
5394
  msgid "Return Dashboard"
5395
  msgstr "Retouren-Dashboard"
5396
 
5397
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:952
5398
  msgctxt "shipments"
5399
  msgid "docs"
5400
  msgstr "Dokumentation"
5401
 
5402
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:961
5403
  msgctxt "shipments"
5404
  msgid "Guest returns"
5405
  msgstr "Retouren für Gäste"
5406
 
5407
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:962
5408
  msgctxt "shipments"
5409
  msgid "Allow guests to submit return requests to shipments."
5410
  msgstr "Erlaube Gästen Rücksendeanträge zu Bestellungen zu beantragen."
5411
 
5412
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:962
5413
  #, php-format
5414
  msgctxt "shipments"
5415
  msgid ""
@@ -5423,18 +5411,18 @@ msgstr ""
5423
  "Rücksende-Formular für Gäste auf deiner Seite zu platzieren."
5424
 
5425
  # @ woocommerce-germanized
5426
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:973
5427
  msgctxt "shipments"
5428
  msgid "Manual confirmation"
5429
  msgstr "Manuelle Bestätigung"
5430
 
5431
  # @ woocommerce-germanized
5432
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:974
5433
  msgctxt "shipments"
5434
  msgid "Return requests need manual confirmation."
5435
  msgstr "Rücksendeanträge benötigen eine manuelle Bestätigung."
5436
 
5437
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:974
5438
  msgctxt "shipments"
5439
  msgid ""
5440
  "By default return request need manual confirmation e.g. a shop manager needs "
@@ -5451,12 +5439,12 @@ msgstr ""
5451
  "Mail-Bestätigung samt Retouren-Label."
5452
 
5453
  # @ woocommerce-germanized
5454
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:986
5455
  msgctxt "shipments"
5456
  msgid "Return instructions"
5457
  msgstr "Rücksende-Anweisungen"
5458
 
5459
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:987
5460
  msgctxt "shipments"
5461
  msgid ""
5462
  "Provide your customer with instructions on how to return the shipment after "
@@ -5469,7 +5457,7 @@ msgstr ""
5469
  "kann, solltest du deine Kunden darüber informieren, woher ein Label für die "
5470
  "Rücksendung bezogen werden kann."
5471
 
5472
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1073
5473
  #, php-format
5474
  msgctxt "shipments"
5475
  msgid ""
@@ -5481,12 +5469,12 @@ msgstr ""
5481
  "Einstellungen</a>. Passe diese Einstellungen nur dann an, wenn du explizit "
5482
  "Abweichungen speziell für diese Versandmethode konfigurieren willst."
5483
 
5484
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1098
5485
  msgctxt "shipments"
5486
  msgid "Return Requests"
5487
  msgstr "Rücksendeanträge"
5488
 
5489
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1129
5490
  msgctxt "shipments"
5491
  msgid "This shipping provider does not support creating labels."
5492
  msgstr "Dieser Versanddienstleister unterstützt keine Label-Erzeugung."
@@ -6129,7 +6117,7 @@ msgstr "Germanize"
6129
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:69
6130
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:144
6131
  #: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
6132
- #: woocommerce-germanized/woocommerce-germanized.php:783
6133
  msgid "Settings"
6134
  msgstr "Einstellungen"
6135
 
@@ -7485,8 +7473,8 @@ msgstr ""
7485
  #: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:144
7486
  #: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:138
7487
  #: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
7488
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:598
7489
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:611
7490
  #: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:244
7491
  #: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:252
7492
  msgid "Title"
@@ -9626,14 +9614,14 @@ msgstr ""
9626
  "Vielen Dank. Wir haben deinen Widerruf erhalten. Du bekommst in Kürze eine E-"
9627
  "Mail mit deinen Daten als Bestätigung."
9628
 
9629
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:148
9630
  msgid ""
9631
  "Please check the street field and make sure to provide a valid street number."
9632
  msgstr ""
9633
  "Bitte prüfe die Angabe der Straße und stelle sicher, dass du deine "
9634
  "Hausnummer angegeben hast."
9635
 
9636
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:272
9637
  msgid ""
9638
  "Sorry, but differential taxed products cannot be purchased with normal "
9639
  "products at the same time."
@@ -9641,7 +9629,7 @@ msgstr ""
9641
  "Entschuldigung, differenzbesteuerte Produkte können nicht gemeinsam mit "
9642
  "normalen Produkten gekauft werden."
9643
 
9644
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:278
9645
  msgid ""
9646
  "Sorry, but normal products cannot be purchased together with differential "
9647
  "taxed products at the same time."
@@ -9650,14 +9638,14 @@ msgstr ""
9650
  "differenzbesteuerten Produkten gekauft werden."
9651
 
9652
  # @ woocommerce-germanized
9653
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:992
9654
  #: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
9655
  #: woocommerce-germanized/includes/wc-gzd-core-functions.php:608
9656
  msgid "Mr."
9657
  msgstr "Herr"
9658
 
9659
  # @ woocommerce-germanized
9660
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:993
9661
  msgctxt "customer-title-male-address"
9662
  msgid "Mr."
9663
  msgstr "Herrn"
@@ -9679,11 +9667,11 @@ msgstr ""
9679
  "können nicht mit normalen Gutscheinen gemischt werden. Bitte lösche den "
9680
  "Gutschein bevor du deinen Wertgutschein hinzufügst."
9681
 
9682
- #: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:371
9683
  msgid "Is voucher?"
9684
  msgstr "Wertgutschein?"
9685
 
9686
- #: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:372
9687
  #, php-format
9688
  msgid ""
9689
  "Whether or not this coupon is a voucher which has been sold to a customer "
@@ -9765,11 +9753,11 @@ msgid "Enter blind-copy recipients (comma separated) for this email."
9765
  msgstr "Füge Empfänger (kommasepariert) einer Blindkopie für diese E-Mail ein."
9766
 
9767
  # @ woocommerce-germanized
9768
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:238
9769
  msgid "Confirmation text"
9770
  msgstr "Bestätigung Text"
9771
 
9772
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:239
9773
  msgid ""
9774
  "Your order has been received and is now being processed. Your order details "
9775
  "are shown below for your reference:"
@@ -9778,7 +9766,7 @@ msgstr ""
9778
  "deiner Bestellung kannst du der nachfolgenden Tabelle entnehmen:"
9779
 
9780
  # @ woocommerce-germanized
9781
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:240
9782
  msgid ""
9783
  "This text will be inserted within the order confirmation email. Use "
9784
  "{order_number}, {site_title} or {order_date} as placeholder."
@@ -9786,7 +9774,7 @@ msgstr ""
9786
  "Dieser Text wird in die Bestellbestätigung eingefügt. Verwende "
9787
  "{order_number}, {site_title} oder {order_date} als Platzhalter."
9788
 
9789
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:357
9790
  msgid ""
9791
  "Your order has been received and is now being processed. Your order details "
9792
  "are shown below for your reference."
@@ -9794,18 +9782,18 @@ msgstr ""
9794
  "Deine Bestellung ist eingegangen und wird nun bearbeitet. Die Einzelheiten "
9795
  "deiner Bestellung kannst du der nachfolgenden Tabelle entnehmen."
9796
 
9797
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:403
9798
  msgid "Someone requested a password reset for your account."
9799
  msgstr ""
9800
  "Jemand hat das Zurücksetzen des Passworts für deinen Account beantragt."
9801
 
9802
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:418
9803
  #, php-format
9804
  msgid "Thanks for creating an account on %s."
9805
  msgstr "Danke, dass du ein Konto bei %s erstellt hast."
9806
 
9807
  # @ woocommerce-germanized
9808
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:1133
9809
  msgctxt "revocation-form"
9810
  msgid "Forward your withdrawal online"
9811
  msgstr "Deinen Widerruf online erklären"
@@ -11877,7 +11865,7 @@ msgstr ""
11877
  "Bitte <a href=\"%s\">deaktiviere</a> das Plugin und lerne in unserem <a href="
11878
  "\"%s\" target=\"_blank\">Blog-Post</a> wie du das Plugin austauschen kannst."
11879
 
11880
- #: woocommerce-germanized/woocommerce-germanized.php:979
11881
  msgid "Pease wait while we are trying to redirect you to the payment provider."
11882
  msgstr "Einen Moment - wir versuchen dich zum Zahlungsanbieter weiterzuleiten."
11883
 
@@ -13079,6 +13067,43 @@ msgstr "vendidero"
13079
  msgid "https://vendidero.de"
13080
  msgstr "https://vendidero.de"
13081
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13082
  # @ woocommerce-germanized
13083
  #~ msgctxt "install"
13084
  #~ msgid "Virtual VAT"
@@ -14090,12 +14115,6 @@ msgstr "https://vendidero.de"
14090
  #~ msgid "Actions"
14091
  #~ msgstr "Orte"
14092
 
14093
- # @ woocommerce-germanized
14094
- #, fuzzy
14095
- #~| msgid "Delivery Time"
14096
- #~ msgid "Delivered"
14097
- #~ msgstr "Lieferzeit"
14098
-
14099
  # @ woocommerce-germanized
14100
  #, fuzzy
14101
  #~| msgid "Shipping Methods"
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce Germanized\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-07-29 11:29+0200\n"
6
+ "PO-Revision-Date: 2021-07-29 11:37+0200\n"
7
  "Last-Translator: holzhannes <holzhannes@posteo.de>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
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"
292
  msgid "See details"
293
  msgstr "Details ansehen"
294
 
295
+ #: one-stop-shop-woocommerce/src/Package.php:169
296
  msgctxt "oss"
297
  msgid ""
298
  "To use the OSS for WooCommerce plugin please make sure that WooCommerce is "
301
  "Um das OSS für WooCommerce Plugin nutzen zu können muss WooCommerce "
302
  "installiert und aktiviert sein."
303
 
304
+ #: one-stop-shop-woocommerce/src/Package.php:338
305
  #: one-stop-shop-woocommerce/src/ReportTable.php:40
306
  msgctxt "oss"
307
  msgid "Report"
308
  msgstr "Bericht"
309
 
310
+ #: one-stop-shop-woocommerce/src/Package.php:362
311
  #, php-format
312
  msgctxt "oss"
313
  msgid "%1$s"
314
  msgstr "%1$s"
315
 
316
+ #: one-stop-shop-woocommerce/src/Package.php:367
317
  #, php-format
318
  msgctxt "oss"
319
  msgid "%1$s - %2$s"
320
  msgstr "%1$s - %2$s"
321
 
322
+ #: one-stop-shop-woocommerce/src/Package.php:372
323
  #, php-format
324
  msgctxt "oss"
325
  msgid "Observer %1$s"
326
  msgstr "Beobachter %1$s"
327
 
328
+ #: one-stop-shop-woocommerce/src/Package.php:608
329
  msgctxt "oss"
330
  msgid "Quarterly"
331
  msgstr "Quartalsweise"
332
 
333
+ #: one-stop-shop-woocommerce/src/Package.php:609
334
  msgctxt "oss"
335
  msgid "Yearly"
336
  msgstr "Jährlich"
337
 
338
+ #: one-stop-shop-woocommerce/src/Package.php:610
339
  msgctxt "oss"
340
  msgid "Monthly"
341
  msgstr "Monatlich"
342
 
343
+ #: one-stop-shop-woocommerce/src/Package.php:611
344
  msgctxt "oss"
345
  msgid "Custom"
346
  msgstr "Individuell"
347
 
348
+ #: one-stop-shop-woocommerce/src/Package.php:615
349
  msgctxt "oss"
350
  msgid "Observer"
351
  msgstr "Beobachter"
352
 
353
+ #: one-stop-shop-woocommerce/src/Package.php:629
354
  msgctxt "oss"
355
  msgid "Pending"
356
  msgstr "In Bearbeitung"
357
 
358
+ #: one-stop-shop-woocommerce/src/Package.php:630
359
  msgctxt "oss"
360
  msgid "Completed"
361
  msgstr "Fertiggestellt"
362
 
363
+ #: one-stop-shop-woocommerce/src/Package.php:631
364
  msgctxt "oss"
365
  msgid "Failed"
366
  msgstr "Fehlgeschlagen"
614
  msgid "Learn More"
615
  msgstr "Mehr erfahren"
616
 
617
+ #: one-stop-shop-woocommerce/src/Tax.php:344
618
+ #: one-stop-shop-woocommerce/src/Tax.php:402
619
  #, php-format
620
  msgctxt "oss"
621
  msgid "Tax class (%s)"
622
  msgstr "Steuerklasse (%s)"
623
 
624
+ #: one-stop-shop-woocommerce/src/Tax.php:345
625
  msgctxt "oss"
626
  msgid "Same as parent"
627
  msgstr "Gleiche wie übergeordnet"
628
 
629
+ #: one-stop-shop-woocommerce/src/Tax.php:347
630
+ #: one-stop-shop-woocommerce/src/Tax.php:380
631
+ #: one-stop-shop-woocommerce/src/Tax.php:404
632
+ #: one-stop-shop-woocommerce/src/Tax.php:438
633
  msgctxt "oss"
634
  msgid "remove"
635
  msgstr "Löschen"
636
 
637
+ #: one-stop-shop-woocommerce/src/Tax.php:357
638
+ #: one-stop-shop-woocommerce/src/Tax.php:415
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:364
644
+ #: one-stop-shop-woocommerce/src/Tax.php:422
645
  msgctxt "oss"
646
  msgid "Select country"
647
  msgstr "Land auswählen"
648
 
649
+ #: one-stop-shop-woocommerce/src/Tax.php:520
650
+ #: one-stop-shop-woocommerce/src/Tax.php:647
651
  msgid "Reduced rate"
652
  msgstr ""
653
 
654
+ #: one-stop-shop-woocommerce/src/Tax.php:523
655
+ #: one-stop-shop-woocommerce/src/Tax.php:639
656
  msgctxt "oss"
657
  msgid "Greater reduced rate"
658
  msgstr "Zusätzlicher reduzierter Preis"
659
 
660
+ #: one-stop-shop-woocommerce/src/Tax.php:526
661
+ #: one-stop-shop-woocommerce/src/Tax.php:643
662
  msgctxt "oss"
663
  msgid "Super reduced rate"
664
  msgstr "Stark reduzierter Preis"
665
 
666
+ #: one-stop-shop-woocommerce/src/Tax.php:819
667
  msgctxt "oss"
668
  msgid "Madeira"
669
  msgstr "Madeira"
670
 
671
+ #: one-stop-shop-woocommerce/src/Tax.php:826
672
  msgctxt "oss"
673
  msgid "Acores"
674
  msgstr "Azoren"
675
 
676
+ #: one-stop-shop-woocommerce/src/Tax.php:862
677
  msgctxt "oss"
678
  msgid "Northern Ireland"
679
  msgstr "Nordirland"
680
 
681
+ #: one-stop-shop-woocommerce/src/Tax.php:875
682
  msgctxt "oss-tax-rate-import"
683
  msgid "Exempt"
684
  msgstr "Ausnahme"
685
 
686
+ #: one-stop-shop-woocommerce/src/Tax.php:941
687
  #, php-format
688
  msgctxt "oss-tax-rate-import"
689
  msgid "VAT %1$s %% %2$s"
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
  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"
1092
 
1093
  #: woocommerce-germanized-dhl/src/Api/Internetmarke.php:65
1094
  #: woocommerce-germanized-dhl/src/Api/Soap.php:54
1095
+ #: woocommerce-germanized-dhl/src/Package.php:103
1096
  #, php-format
1097
  msgctxt "dhl"
1098
  msgid ""
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"
1582
  msgid "retry"
1583
  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"
1593
+ msgstr "Liefertag"
1594
 
1595
+ # @ woocommerce-germanized
1596
  #: woocommerce-germanized-dhl/src/ParcelServices.php:36
1597
  msgctxt "dhl"
1598
+ msgid "Delivery time"
1599
+ 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"
1617
+ msgid "Neighbor"
1618
+ msgstr "Nachbar"
1619
 
1620
+ # @ woocommerce-germanized
1621
  #: woocommerce-germanized-dhl/src/ParcelServices.php:133
1622
  msgctxt "dhl"
1623
+ msgid "DHL Delivery day"
1624
+ msgstr "DHL Liefertag"
1625
 
1626
  #: woocommerce-germanized-dhl/src/ParcelServices.php:276
1627
  msgctxt "dhl"
1628
+ msgid "Sorry, but the delivery day you have chosen is no longer available."
1629
  msgstr ""
1630
+ "Entschuldigung, der von dir ausgewählte Liefertag steht leider nicht mehr "
1631
  "zur Verfügung."
1632
 
1633
  #: woocommerce-germanized-dhl/src/ParcelServices.php:299
1634
  msgctxt "dhl"
1635
+ msgid "Please choose a drop-off location."
1636
+ msgstr "Bitte wähle einen Ablageort aus."
1637
 
1638
  # @ woocommerce-germanized
1639
  #: woocommerce-germanized-dhl/src/ParcelServices.php:311
1643
 
1644
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:31
1645
  msgctxt "dhl"
1646
+ msgid "Complete DHL integration supporting labels and preferred delivery."
 
 
1647
  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
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
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"
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"
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"
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"
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"
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
  "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
  "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
  "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
  "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
  "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
  "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
  "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
  "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 "
2080
+ "delivery day of delivery during the checkout."
2081
  msgstr ""
2082
+ "Diese Option aktiviert die Auswahl eines Liefertages durch den Kunden in der "
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 "
2096
+ "service for free."
2097
  msgstr ""
2098
+ "Füge einen Bruttopreis als Gebühr für die Lieferung am Liefertag hinzu. "
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
  "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
  "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 "
2139
+ "delivery day (day of order + 2 working days) can be guaranteed. As soon as "
2140
+ "the time is exceeded, the earliest delivery day displayed in the frontend "
2141
  "will be shifted to one day later (day of order + 3 working days)."
2142
  msgstr ""
2143
  "Die Cut-off-Zeit ist der späteste, mögliche Bestellzeitpunkt bis zu dem der "
2144
+ "früheste Liefertag (Tag der Bestellung + 2 Werktage) garantiert werden kann. "
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 "
2157
+ "static preparation time to the possible starting date for delivery day "
2158
  "delivery."
2159
  msgstr ""
2160
  "Falls du mehr Zeit für die Bearbeitung der Sendungen benötigst, kannst du "
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 ""
2184
+ "Wähle Zahlungsarten aus, für die die Wunschzustellung-Services nicht zur "
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
  "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
  "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
  "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
  "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 ""
2292
  "By default the customer email address is only transferred in case explicit "
2293
  "consent has been given via a checkbox during checkout. You may force to "
2294
  "transfer the customer email address during label creation to make sure your "
2295
+ "customers receive <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer"
2296
+ "\">email notifications by DHL</a>. Make sure to check your privacy policy "
2297
+ "and seek advice by a lawyer in case of doubt."
2298
  msgstr ""
2299
  "Standardmäßig wird die E-Mail-Adresse des Kunden nur dann an DHL übertragen, "
2300
  "wenn dieser per Checkbox während des Checkouts eingewilligt hat. Du kannst "
2301
  "mit Hilfe dieser Option diese Prüfung umgehen und die E-Mail-Adresse immer "
2302
+ "übertragen (damit deine Kunden z.B. <a href=\"%s\" target=\"_blank\" rel="
2303
+ "\"noopener noreferrer\">DHL Paketankündigungen</a> erhalten). Prüfe deine "
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
  "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
  "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
  "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
  "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
  "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
  "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
  "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
  "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
  "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
  "%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
  "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
  "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
  "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
  "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
  "„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
  "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 "
2659
+ "customer's location) of delivery within your checkout."
2660
  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 "
2668
+ "like delivery day."
2669
  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 "
2677
  "neighbor. This service is free of charge for DHL shipments."
2678
  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
  "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 "
2851
  msgstr "Der Minimalbetrag beträgt %s"
2852
 
2853
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:374
2854
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:573
2855
  #, php-format
2856
  msgctxt "dhl"
2857
  msgid ""
2869
  msgid "Page Format"
2870
  msgstr "Seitenformat"
2871
 
2872
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:551
2873
  msgctxt "dhl"
2874
  msgid "The services chosen are not available for the current product."
2875
  msgstr "Die ausgewählten Services sind für dieses Produkt nicht verfügbar."
2876
 
2877
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:600
2878
  #, php-format
2879
  msgctxt "dhl"
2880
  msgid "Deutsche Post product is missing for %s."
2937
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:27
2938
  msgctxt "dhl"
2939
  msgid "DHL Preferred Delivery. Delivered just as you wish."
2940
+ msgstr "DHL Wunschzustellung. Gebracht wie gewünscht."
2941
 
2942
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:30
2943
  msgctxt "dhl"
2947
  "when and where you want to receive your parcels.<br/>\n"
2948
  "Please choose your preferred delivery option."
2949
  msgstr ""
2950
+ "Mit den Services von DHL Wunschzustellung entscheidest du, wann und wo du "
2951
+ "deine Pakete empfängst.<br/>\n"
2952
  "Wähle deine bevorzugte Lieferoption."
2953
 
 
 
 
 
 
2954
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
2955
  msgctxt "dhl"
2956
  msgid ""
2957
+ "Choose one of the displayed days as your delivery day for your parcel "
2958
  "delivery. Other days are not possible due to delivery processes."
2959
  msgstr ""
2960
+ "Du hast die Möglichkeit, einen der angezeigten Tage als Liefertag für die "
2961
  "Lieferung deiner Waren auszuwählen. Andere Tage sind aufgrund der "
2962
  "Lieferprozesse aktuell nicht möglich."
2963
 
2981
 
2982
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
2983
  msgctxt "dhl"
2984
+ msgid "Drop-off location or neighbor"
2985
+ msgstr "Ablageort oder Nachbar"
2986
 
2987
  # @ woocommerce-germanized
2988
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:71
2996
  msgid "Location"
2997
  msgstr "Ort"
2998
 
 
 
 
 
 
 
 
 
 
 
2999
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
3000
  msgctxt "dhl"
3001
  msgid ""
3011
  msgid "e.g. Garage, Terrace"
3012
  msgstr "z.B. Garage, Terrasse"
3013
 
 
 
 
 
 
3014
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
3015
  msgctxt "dhl"
3016
  msgid ""
3070
 
3071
  # @ woocommerce-germanized
3072
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
3073
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1089
3074
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
3075
  #: woocommerce-germanized-shipments/src/Admin/Table.php:689
3076
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
3272
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
3273
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
3274
  #: woocommerce-germanized-shipments/src/Admin/Table.php:687
3275
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:776
3276
  msgctxt "shipments"
3277
  msgid "Title"
3278
  msgstr "Titel"
3280
  # @ woocommerce-germanized
3281
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
3282
  #: woocommerce-germanized-shipments/src/Admin/Admin.php:452
3283
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:785
3284
  msgctxt "shipments"
3285
  msgid "Description"
3286
  msgstr "Beschreibung"
3514
  msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
3515
 
3516
  #: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
3517
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1021
3518
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1051
3519
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
3520
  msgctxt "shipments"
3521
  msgid "N/A"
3577
  msgstr "Brief"
3578
 
3579
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
3580
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1087
3581
  msgctxt "shipments"
3582
  msgid "Shipment"
3583
  msgstr "Sendung"
3664
 
3665
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:441
3666
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:445
3667
+ #: woocommerce-germanized-shipments/src/ReturnShipment.php:248
3668
+ #: woocommerce-germanized-shipments/src/ReturnShipment.php:320
3669
  #: woocommerce-germanized-shipments/src/SimpleShipment.php:118
3670
  #: woocommerce-germanized-shipments/src/SimpleShipment.php:240
3671
  msgctxt "shipments"
3699
  msgstr "Fehler beim Hochladen der Datei."
3700
 
3701
  # @ woocommerce-germanized
3702
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1088
3703
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
3704
  #: woocommerce-germanized-shipments/src/Admin/Table.php:688
3705
  msgctxt "shipments"
3706
  msgid "Date"
3707
  msgstr "Datum"
3708
 
3709
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1090
3710
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
3711
  msgctxt "shipments"
3712
  msgid "Tracking"
3713
  msgstr "Sendungsverfolgung"
3714
 
3715
  # @ woocommerce-germanized
3716
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1091
3717
  #: woocommerce-germanized-shipments/src/Admin/Admin.php:234
3718
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
3719
  #: woocommerce-germanized-shipments/src/Admin/Table.php:696
3721
  msgid "Actions"
3722
  msgstr "Aktionen"
3723
 
3724
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1327
3725
  msgctxt "shipments"
3726
  msgid "View"
3727
  msgstr "Anzeigen"
3728
 
3729
  # @ woocommerce-germanized
3730
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1334
3731
  #: woocommerce-germanized-shipments/src/Admin/Table.php:871
3732
  #: woocommerce-germanized-shipments/src/Ajax.php:340
3733
  #: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
4510
  # @ woocommerce-germanized
4511
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:415
4512
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
4513
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1097
4514
  msgctxt "shipments"
4515
  msgid "General"
4516
  msgstr "Allgemein"
4520
  msgid "Addresses"
4521
  msgstr "Adressen"
4522
 
4523
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:539
4524
  msgctxt "shipments"
4525
  msgid "More services"
4526
  msgstr "Mehr Services"
4527
 
4528
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:542
4529
  msgctxt "shipments"
4530
  msgid "Fewer services"
4531
  msgstr "Weniger Services"
4595
 
4596
  # @ woocommerce-germanized
4597
  #: woocommerce-germanized-shipments/src/Admin/Table.php:665
4598
+ #: woocommerce-germanized-shipments/src/Ajax.php:834
4599
  #, php-format
4600
  msgctxt "shipments"
4601
  msgid "Order #%s"
4738
  msgstr ""
4739
  "Bei der Verarbeitung der Mehrfachaktionen von Sendungen trat ein Fehler auf."
4740
 
4741
+ #: woocommerce-germanized-shipments/src/Ajax.php:541
4742
+ #: woocommerce-germanized-shipments/src/Ajax.php:653
4743
+ #: woocommerce-germanized-shipments/src/Ajax.php:710
4744
+ #: woocommerce-germanized-shipments/src/Ajax.php:747
4745
+ #: woocommerce-germanized-shipments/src/Ajax.php:921
4746
+ #: woocommerce-germanized-shipments/src/Ajax.php:967
4747
+ #: woocommerce-germanized-shipments/src/Ajax.php:1039
4748
+ #: woocommerce-germanized-shipments/src/Ajax.php:1072
4749
+ #: woocommerce-germanized-shipments/src/Ajax.php:1121
4750
+ #: woocommerce-germanized-shipments/src/Ajax.php:1189
4751
+ #: woocommerce-germanized-shipments/src/Ajax.php:1230
4752
+ #: woocommerce-germanized-shipments/src/Ajax.php:1285
4753
+ #: woocommerce-germanized-shipments/src/Ajax.php:1329
4754
  msgctxt "shipments"
4755
  msgid "There was an error processing the shipment"
4756
  msgstr "Fehler bei der Verarbeitung der Sendung"
4757
 
4758
+ #: woocommerce-germanized-shipments/src/Ajax.php:594
4759
  msgctxt "shipments"
4760
  msgid "There was an error while adding the shipment"
4761
  msgstr "Beim Hinzufügen der Sendung ist ein Fehler aufgetreten"
4762
 
4763
+ #: woocommerce-germanized-shipments/src/Ajax.php:615
4764
  msgctxt "shipments"
4765
  msgid "This order contains enough shipments already."
4766
  msgstr "Diese Bestellung beinhaltet bereits genug Sendungen."
4767
 
4768
+ #: woocommerce-germanized-shipments/src/Ajax.php:672
4769
  msgctxt "shipments"
4770
  msgid "This order contains enough returns already."
4771
  msgstr "Diese Bestellung beinhaltet bereits genügend Retouren."
4772
 
4773
  # @ woocommerce-germanized
4774
+ #: woocommerce-germanized-shipments/src/Ajax.php:881
4775
  msgctxt "shipments"
4776
  msgid "Status:"
4777
  msgstr "Status:"
4778
 
4779
+ #: woocommerce-germanized-shipments/src/Ajax.php:886
4780
  msgctxt "shipments"
4781
  msgid "Customer payment page &rarr;"
4782
  msgstr "Kundenbezahlungsseite &rarr;"
5131
  msgid "Letter C4"
5132
  msgstr "Brief C4"
5133
 
5134
+ #: woocommerce-germanized-shipments/src/Labels/Label.php:492
5135
  msgctxt "shipments"
5136
  msgid "This label misses the API implementation"
5137
  msgstr "Dieser Label-Typ besitzt keine API Implementierung"
5138
 
5139
+ #: woocommerce-germanized-shipments/src/Labels/Label.php:526
5140
  msgctxt "shipments"
5141
  msgid "Error while uploading label."
5142
  msgstr "Fehler beim Hochladen des Labels."
5143
 
5144
+ #: woocommerce-germanized-shipments/src/Labels/Label.php:548
5145
+ #: woocommerce-germanized-shipments/src/Labels/Label.php:555
5146
+ #: woocommerce-germanized-shipments/src/Labels/Label.php:584
5147
  msgctxt "shipments"
5148
  msgid "Error while downloading the PDF file."
5149
  msgstr "Fehler beim Download des PDF Labels."
5171
  msgid "Invalid product."
5172
  msgstr "Produkt nicht verfügbar."
5173
 
5174
+ #: woocommerce-germanized-shipments/src/Shipment.php:1055
5175
+ #: woocommerce-germanized-shipments/src/Shipment.php:1303
5176
  #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:361
5177
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:429
5178
  #, php-format
5179
  msgctxt "full name"
5180
  msgid "%1$s %2$s"
5266
  msgid "%s Product"
5267
  msgstr "%s Produkt"
5268
 
5269
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:524
5270
  msgctxt "shipments"
5271
  msgid "Error while creating the label."
5272
  msgstr "Fehler beim Erstellen der Label-Instanz"
5304
  "die Paketverfolgungsdaten zum Zeitpunkt des Erhalts dieser E-Mail noch nicht "
5305
  "den neuesten Stand wiedergeben."
5306
 
5307
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:777
5308
  msgctxt "shipments"
5309
  msgid "Choose a title for the shipping provider."
5310
  msgstr "Wähle einen Titel für den Versanddienstleister."
5311
 
5312
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:786
5313
  msgctxt "shipments"
5314
  msgid "Choose a description for the shipping provider."
5315
  msgstr "Wähle eine Beschreibung für den Versanddienstleister."
5316
 
5317
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:798
5318
  msgctxt "shipments"
5319
  msgid "Tracking URL"
5320
  msgstr "Sendungsverfolgung URL"
5321
 
5322
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:799
5323
  #, php-format
5324
  msgctxt "shipments"
5325
  msgid ""
5333
  "einzufügen: %s"
5334
 
5335
  # @ woocommerce-germanized
5336
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:809
5337
  msgctxt "shipments"
5338
  msgid "Tracking description"
5339
  msgstr "Sendungsverfolgung Hinweis"
5340
 
5341
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:810
5342
  #, php-format
5343
  msgctxt "shipments"
5344
  msgid ""
5353
  "einzufügen: %s"
5354
 
5355
  # @ woocommerce-germanized
5356
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:954
5357
  msgctxt "shipments"
5358
  msgid "Customer returns"
5359
  msgstr "Rücksendungen"
5360
 
5361
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:955
5362
  msgctxt "shipments"
5363
  msgid "Allow customers to submit return requests to shipments."
5364
  msgstr "Erlaube Kunden eine Rücksendung zu einer Sendung zu beantragen."
5365
 
5366
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:955
5367
  #, php-format
5368
  msgctxt "shipments"
5369
  msgid ""
5377
  "Gästen zu erfahren, lese bitte die %s."
5378
 
5379
  # @ woocommerce-germanized
5380
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:955
5381
  msgctxt "shipments"
5382
  msgid "Return Dashboard"
5383
  msgstr "Retouren-Dashboard"
5384
 
5385
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:955
5386
  msgctxt "shipments"
5387
  msgid "docs"
5388
  msgstr "Dokumentation"
5389
 
5390
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:964
5391
  msgctxt "shipments"
5392
  msgid "Guest returns"
5393
  msgstr "Retouren für Gäste"
5394
 
5395
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:965
5396
  msgctxt "shipments"
5397
  msgid "Allow guests to submit return requests to shipments."
5398
  msgstr "Erlaube Gästen Rücksendeanträge zu Bestellungen zu beantragen."
5399
 
5400
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:965
5401
  #, php-format
5402
  msgctxt "shipments"
5403
  msgid ""
5411
  "Rücksende-Formular für Gäste auf deiner Seite zu platzieren."
5412
 
5413
  # @ woocommerce-germanized
5414
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:976
5415
  msgctxt "shipments"
5416
  msgid "Manual confirmation"
5417
  msgstr "Manuelle Bestätigung"
5418
 
5419
  # @ woocommerce-germanized
5420
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:977
5421
  msgctxt "shipments"
5422
  msgid "Return requests need manual confirmation."
5423
  msgstr "Rücksendeanträge benötigen eine manuelle Bestätigung."
5424
 
5425
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:977
5426
  msgctxt "shipments"
5427
  msgid ""
5428
  "By default return request need manual confirmation e.g. a shop manager needs "
5439
  "Mail-Bestätigung samt Retouren-Label."
5440
 
5441
  # @ woocommerce-germanized
5442
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:989
5443
  msgctxt "shipments"
5444
  msgid "Return instructions"
5445
  msgstr "Rücksende-Anweisungen"
5446
 
5447
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:990
5448
  msgctxt "shipments"
5449
  msgid ""
5450
  "Provide your customer with instructions on how to return the shipment after "
5457
  "kann, solltest du deine Kunden darüber informieren, woher ein Label für die "
5458
  "Rücksendung bezogen werden kann."
5459
 
5460
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1076
5461
  #, php-format
5462
  msgctxt "shipments"
5463
  msgid ""
5469
  "Einstellungen</a>. Passe diese Einstellungen nur dann an, wenn du explizit "
5470
  "Abweichungen speziell für diese Versandmethode konfigurieren willst."
5471
 
5472
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1101
5473
  msgctxt "shipments"
5474
  msgid "Return Requests"
5475
  msgstr "Rücksendeanträge"
5476
 
5477
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1132
5478
  msgctxt "shipments"
5479
  msgid "This shipping provider does not support creating labels."
5480
  msgstr "Dieser Versanddienstleister unterstützt keine Label-Erzeugung."
6117
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:69
6118
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:144
6119
  #: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
6120
+ #: woocommerce-germanized/woocommerce-germanized.php:784
6121
  msgid "Settings"
6122
  msgstr "Einstellungen"
6123
 
7473
  #: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:144
7474
  #: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:138
7475
  #: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
7476
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:599
7477
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:612
7478
  #: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:244
7479
  #: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:252
7480
  msgid "Title"
9614
  "Vielen Dank. Wir haben deinen Widerruf erhalten. Du bekommst in Kürze eine E-"
9615
  "Mail mit deinen Daten als Bestätigung."
9616
 
9617
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:149
9618
  msgid ""
9619
  "Please check the street field and make sure to provide a valid street number."
9620
  msgstr ""
9621
  "Bitte prüfe die Angabe der Straße und stelle sicher, dass du deine "
9622
  "Hausnummer angegeben hast."
9623
 
9624
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:273
9625
  msgid ""
9626
  "Sorry, but differential taxed products cannot be purchased with normal "
9627
  "products at the same time."
9629
  "Entschuldigung, differenzbesteuerte Produkte können nicht gemeinsam mit "
9630
  "normalen Produkten gekauft werden."
9631
 
9632
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:279
9633
  msgid ""
9634
  "Sorry, but normal products cannot be purchased together with differential "
9635
  "taxed products at the same time."
9638
  "differenzbesteuerten Produkten gekauft werden."
9639
 
9640
  # @ woocommerce-germanized
9641
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1001
9642
  #: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
9643
  #: woocommerce-germanized/includes/wc-gzd-core-functions.php:608
9644
  msgid "Mr."
9645
  msgstr "Herr"
9646
 
9647
  # @ woocommerce-germanized
9648
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1002
9649
  msgctxt "customer-title-male-address"
9650
  msgid "Mr."
9651
  msgstr "Herrn"
9667
  "können nicht mit normalen Gutscheinen gemischt werden. Bitte lösche den "
9668
  "Gutschein bevor du deinen Wertgutschein hinzufügst."
9669
 
9670
+ #: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:404
9671
  msgid "Is voucher?"
9672
  msgstr "Wertgutschein?"
9673
 
9674
+ #: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:405
9675
  #, php-format
9676
  msgid ""
9677
  "Whether or not this coupon is a voucher which has been sold to a customer "
9753
  msgstr "Füge Empfänger (kommasepariert) einer Blindkopie für diese E-Mail ein."
9754
 
9755
  # @ woocommerce-germanized
9756
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:272
9757
  msgid "Confirmation text"
9758
  msgstr "Bestätigung Text"
9759
 
9760
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:273
9761
  msgid ""
9762
  "Your order has been received and is now being processed. Your order details "
9763
  "are shown below for your reference:"
9766
  "deiner Bestellung kannst du der nachfolgenden Tabelle entnehmen:"
9767
 
9768
  # @ woocommerce-germanized
9769
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:274
9770
  msgid ""
9771
  "This text will be inserted within the order confirmation email. Use "
9772
  "{order_number}, {site_title} or {order_date} as placeholder."
9774
  "Dieser Text wird in die Bestellbestätigung eingefügt. Verwende "
9775
  "{order_number}, {site_title} oder {order_date} als Platzhalter."
9776
 
9777
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:391
9778
  msgid ""
9779
  "Your order has been received and is now being processed. Your order details "
9780
  "are shown below for your reference."
9782
  "Deine Bestellung ist eingegangen und wird nun bearbeitet. Die Einzelheiten "
9783
  "deiner Bestellung kannst du der nachfolgenden Tabelle entnehmen."
9784
 
9785
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:437
9786
  msgid "Someone requested a password reset for your account."
9787
  msgstr ""
9788
  "Jemand hat das Zurücksetzen des Passworts für deinen Account beantragt."
9789
 
9790
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:452
9791
  #, php-format
9792
  msgid "Thanks for creating an account on %s."
9793
  msgstr "Danke, dass du ein Konto bei %s erstellt hast."
9794
 
9795
  # @ woocommerce-germanized
9796
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:1165
9797
  msgctxt "revocation-form"
9798
  msgid "Forward your withdrawal online"
9799
  msgstr "Deinen Widerruf online erklären"
11865
  "Bitte <a href=\"%s\">deaktiviere</a> das Plugin und lerne in unserem <a href="
11866
  "\"%s\" target=\"_blank\">Blog-Post</a> wie du das Plugin austauschen kannst."
11867
 
11868
+ #: woocommerce-germanized/woocommerce-germanized.php:980
11869
  msgid "Pease wait while we are trying to redirect you to the payment provider."
11870
  msgstr "Einen Moment - wir versuchen dich zum Zahlungsanbieter weiterzuleiten."
11871
 
13067
  msgid "https://vendidero.de"
13068
  msgstr "https://vendidero.de"
13069
 
13070
+ #~ msgctxt "dhl"
13071
+ #~ msgid "Preferred Day"
13072
+ #~ msgstr "Wunschtag"
13073
+
13074
+ # @ woocommerce-germanized
13075
+ #~ msgctxt "dhl"
13076
+ #~ msgid "Preferred Location"
13077
+ #~ msgstr "Wunschort"
13078
+
13079
+ #~ msgctxt "dhl"
13080
+ #~ msgid "Preferred Neighbor"
13081
+ #~ msgstr "Wunschnachbar"
13082
+
13083
+ #~ msgctxt "dhl"
13084
+ #~ msgid "DHL Preferred Day"
13085
+ #~ msgstr "DHL Wunschtag"
13086
+
13087
+ #~ msgctxt "dhl"
13088
+ #~ msgid "Preferred Services"
13089
+ #~ msgstr "Wunschpaket"
13090
+
13091
+ #~ msgctxt "dhl"
13092
+ #~ msgid "Enable preferred neighbor delivery."
13093
+ #~ msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
13094
+
13095
+ #~ msgctxt "dhl"
13096
+ #~ msgid "Preferred day: Delivery at your preferred day."
13097
+ #~ msgstr "Wunschtag: Lieferung zum gewünschten Tag."
13098
+
13099
+ #~ msgctxt "dhl"
13100
+ #~ msgid "Preferred location: Delivery to your preferred drop-off location"
13101
+ #~ msgstr "Lieferung an den gewünschten Ablageort"
13102
+
13103
+ #~ msgctxt "dhl"
13104
+ #~ msgid "Preferred neighbour: Delivery to a neighbour of your choice"
13105
+ #~ msgstr "Wunschnachbar: Lieferung an einen Nachbarn deiner Wahl"
13106
+
13107
  # @ woocommerce-germanized
13108
  #~ msgctxt "install"
13109
  #~ msgid "Virtual VAT"
14115
  #~ msgid "Actions"
14116
  #~ msgstr "Orte"
14117
 
 
 
 
 
 
 
14118
  # @ woocommerce-germanized
14119
  #, fuzzy
14120
  #~| msgid "Shipping Methods"
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-07-13 12:48+0200\n"
6
- "PO-Revision-Date: 2021-07-13 12:48+0200\n"
7
  "Last-Translator: holzhannes <holzhannes@posteo.de>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE@formal\n"
@@ -107,14 +107,14 @@ 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:264
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:269
118
  #, php-format
119
  msgctxt "oss"
120
  msgid "%1$s/%2$s"
@@ -292,7 +292,7 @@ msgctxt "oss"
292
  msgid "See details"
293
  msgstr "Details ansehen"
294
 
295
- #: one-stop-shop-woocommerce/src/Package.php:80
296
  msgctxt "oss"
297
  msgid ""
298
  "To use the OSS for WooCommerce plugin please make sure that WooCommerce is "
@@ -301,66 +301,66 @@ msgstr ""
301
  "Um das OSS für WooCommerce Plugin nutzen zu können muss WooCommerce "
302
  "installiert und aktiviert sein."
303
 
304
- #: one-stop-shop-woocommerce/src/Package.php:249
305
  #: one-stop-shop-woocommerce/src/ReportTable.php:40
306
  msgctxt "oss"
307
  msgid "Report"
308
  msgstr "Bericht"
309
 
310
- #: one-stop-shop-woocommerce/src/Package.php:273
311
  #, php-format
312
  msgctxt "oss"
313
  msgid "%1$s"
314
  msgstr "%1$s"
315
 
316
- #: one-stop-shop-woocommerce/src/Package.php:278
317
  #, php-format
318
  msgctxt "oss"
319
  msgid "%1$s - %2$s"
320
  msgstr "%1$s - %2$s"
321
 
322
- #: one-stop-shop-woocommerce/src/Package.php:283
323
  #, php-format
324
  msgctxt "oss"
325
  msgid "Observer %1$s"
326
  msgstr "Beobachter %1$s"
327
 
328
- #: one-stop-shop-woocommerce/src/Package.php:482
329
  msgctxt "oss"
330
  msgid "Quarterly"
331
  msgstr "Quartalsweise"
332
 
333
- #: one-stop-shop-woocommerce/src/Package.php:483
334
  msgctxt "oss"
335
  msgid "Yearly"
336
  msgstr "Jährlich"
337
 
338
- #: one-stop-shop-woocommerce/src/Package.php:484
339
  msgctxt "oss"
340
  msgid "Monthly"
341
  msgstr "Monatlich"
342
 
343
- #: one-stop-shop-woocommerce/src/Package.php:485
344
  msgctxt "oss"
345
  msgid "Custom"
346
  msgstr "Individuell"
347
 
348
- #: one-stop-shop-woocommerce/src/Package.php:489
349
  msgctxt "oss"
350
  msgid "Observer"
351
  msgstr "Beobachter"
352
 
353
- #: one-stop-shop-woocommerce/src/Package.php:503
354
  msgctxt "oss"
355
  msgid "Pending"
356
  msgstr "In Bearbeitung"
357
 
358
- #: one-stop-shop-woocommerce/src/Package.php:504
359
  msgctxt "oss"
360
  msgid "Completed"
361
  msgstr "Fertiggestellt"
362
 
363
- #: one-stop-shop-woocommerce/src/Package.php:505
364
  msgctxt "oss"
365
  msgid "Failed"
366
  msgstr "Fehlgeschlagen"
@@ -615,76 +615,76 @@ msgctxt "oss"
615
  msgid "Learn More"
616
  msgstr "Mehr erfahren"
617
 
618
- #: one-stop-shop-woocommerce/src/Tax.php:278
619
- #: one-stop-shop-woocommerce/src/Tax.php:336
620
  #, php-format
621
  msgctxt "oss"
622
  msgid "Tax class (%s)"
623
  msgstr "Steuerklasse (%s)"
624
 
625
- #: one-stop-shop-woocommerce/src/Tax.php:279
626
  msgctxt "oss"
627
  msgid "Same as parent"
628
  msgstr "Gleiche wie übergeordnet"
629
 
630
- #: one-stop-shop-woocommerce/src/Tax.php:281
631
- #: one-stop-shop-woocommerce/src/Tax.php:314
632
- #: one-stop-shop-woocommerce/src/Tax.php:338
633
- #: one-stop-shop-woocommerce/src/Tax.php:372
634
  msgctxt "oss"
635
  msgid "remove"
636
  msgstr "Löschen"
637
 
638
- #: one-stop-shop-woocommerce/src/Tax.php:291
639
- #: one-stop-shop-woocommerce/src/Tax.php:349
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:298
645
- #: one-stop-shop-woocommerce/src/Tax.php:356
646
  msgctxt "oss"
647
  msgid "Select country"
648
  msgstr "Land auswählen"
649
 
650
- #: one-stop-shop-woocommerce/src/Tax.php:453
651
- #: one-stop-shop-woocommerce/src/Tax.php:580
652
  msgid "Reduced rate"
653
  msgstr ""
654
 
655
- #: one-stop-shop-woocommerce/src/Tax.php:456
656
- #: one-stop-shop-woocommerce/src/Tax.php:572
657
  msgctxt "oss"
658
  msgid "Greater reduced rate"
659
  msgstr "Zusätzlicher reduzierter Preis"
660
 
661
- #: one-stop-shop-woocommerce/src/Tax.php:459
662
- #: one-stop-shop-woocommerce/src/Tax.php:576
663
  msgctxt "oss"
664
  msgid "Super reduced rate"
665
  msgstr "Stark reduzierter Preis"
666
 
667
- #: one-stop-shop-woocommerce/src/Tax.php:752
668
  msgctxt "oss"
669
  msgid "Madeira"
670
  msgstr "Madeira"
671
 
672
- #: one-stop-shop-woocommerce/src/Tax.php:759
673
  msgctxt "oss"
674
  msgid "Acores"
675
  msgstr "Azoren"
676
 
677
- #: one-stop-shop-woocommerce/src/Tax.php:795
678
  msgctxt "oss"
679
  msgid "Northern Ireland"
680
  msgstr "Nordirland"
681
 
682
- #: one-stop-shop-woocommerce/src/Tax.php:808
683
  msgctxt "oss-tax-rate-import"
684
  msgid "Exempt"
685
  msgstr "Ausnahme"
686
 
687
- #: one-stop-shop-woocommerce/src/Tax.php:874
688
  #, php-format
689
  msgctxt "oss-tax-rate-import"
690
  msgid "VAT %1$s %% %2$s"
@@ -789,8 +789,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:1055
793
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1717
794
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:38
795
  msgctxt "dhl"
796
  msgid "Packstation"
@@ -959,37 +959,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:1203
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:1215
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:1226
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:1237
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:1248
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:1259
993
  msgctxt "dhl"
994
  msgid "Saturday"
995
  msgstr "Samstag"
@@ -1093,7 +1093,7 @@ msgstr "Fehler beim API Zugriff: %s"
1093
 
1094
  #: woocommerce-germanized-dhl/src/Api/Internetmarke.php:65
1095
  #: woocommerce-germanized-dhl/src/Api/Soap.php:54
1096
- #: woocommerce-germanized-dhl/src/Package.php:104
1097
  #, php-format
1098
  msgctxt "dhl"
1099
  msgid ""
@@ -1418,7 +1418,7 @@ msgid "Invalid label."
1418
  msgstr "Ungültiges Label."
1419
 
1420
  # @ woocommerce-germanized
1421
- #: woocommerce-germanized-dhl/src/Package.php:1003
1422
  msgctxt "dhl"
1423
  msgid "Germany"
1424
  msgstr "Deutschland"
@@ -1584,51 +1584,58 @@ msgctxt "dhl"
1584
  msgid "retry"
1585
  msgstr "Erneut versuchen"
1586
 
 
1587
  #: woocommerce-germanized-dhl/src/ParcelServices.php:29
1588
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:227
1589
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1139
1590
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
 
1591
  msgctxt "dhl"
1592
- msgid "Preferred Day"
1593
- msgstr "Wunschtag"
1594
 
 
1595
  #: woocommerce-germanized-dhl/src/ParcelServices.php:36
1596
  msgctxt "dhl"
1597
- msgid "Preferred Time"
1598
- msgstr "Wunschzeit"
1599
 
1600
  # @ woocommerce-germanized
1601
  #: woocommerce-germanized-dhl/src/ParcelServices.php:43
1602
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:237
1603
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1161
1604
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1698
 
1605
  msgctxt "dhl"
1606
- msgid "Preferred Location"
1607
- msgstr "Wunschort"
1608
 
1609
  #: woocommerce-germanized-dhl/src/ParcelServices.php:48
1610
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:249
1611
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1170
 
 
1612
  msgctxt "dhl"
1613
- msgid "Preferred Neighbor"
1614
- msgstr "Wunschnachbar"
1615
 
 
1616
  #: woocommerce-germanized-dhl/src/ParcelServices.php:133
1617
  msgctxt "dhl"
1618
- msgid "DHL Preferred Day"
1619
- msgstr "DHL Wunschtag"
1620
 
1621
  #: woocommerce-germanized-dhl/src/ParcelServices.php:276
1622
  msgctxt "dhl"
1623
- msgid "Sorry, but the preferred day you have chosen is no longer available."
1624
  msgstr ""
1625
- "Entschuldigung, der von Ihnen ausgewählte Wunschtag steht leider nicht mehr "
1626
  "zur Verfügung."
1627
 
1628
  #: woocommerce-germanized-dhl/src/ParcelServices.php:299
1629
  msgctxt "dhl"
1630
- msgid "Please choose a preferred location."
1631
- msgstr "Bitte wählen Sie einen Wunschort aus."
1632
 
1633
  # @ woocommerce-germanized
1634
  #: woocommerce-germanized-dhl/src/ParcelServices.php:311
@@ -1638,11 +1645,9 @@ msgstr "Bitte wählen Sie einen Namen und die Adresse Ihres Wunschnachbars."
1638
 
1639
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:31
1640
  msgctxt "dhl"
1641
- msgid ""
1642
- "Complete DHL integration supporting labels, preferred services and "
1643
- "packstation delivery."
1644
  msgstr ""
1645
- "Erzeugen Sie bequem DHL Labels u.a. mit Wunsch-Services und Lieferungen an "
1646
  "Packstationen."
1647
 
1648
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:118
@@ -1652,8 +1657,8 @@ msgstr "Standorte"
1652
 
1653
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:119
1654
  msgctxt "dhl"
1655
- msgid "Preferred Services"
1656
- msgstr "Wunschpaket"
1657
 
1658
  # @ woocommerce-germanized
1659
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:135
@@ -1677,7 +1682,7 @@ msgid "Valid address only"
1677
  msgstr "Nur valide Adressen"
1678
 
1679
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:196
1680
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1400
1681
  msgctxt "dhl"
1682
  msgid "GoGreen"
1683
  msgstr "GoGreen"
@@ -1706,7 +1711,7 @@ msgstr "Firma"
1706
 
1707
  # @ woocommerce-germanized
1708
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:293
1709
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:586
1710
  msgctxt "dhl"
1711
  msgid "Street"
1712
  msgstr "Straße"
@@ -1719,7 +1724,7 @@ msgstr "Hausnummer"
1719
 
1720
  # @ woocommerce-germanized
1721
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:315
1722
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:587
1723
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:27
1724
  msgctxt "dhl"
1725
  msgid "Postcode"
@@ -1727,7 +1732,7 @@ msgstr "Postleitzahl"
1727
 
1728
  # @ woocommerce-germanized
1729
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:324
1730
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:588
1731
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:30
1732
  msgctxt "dhl"
1733
  msgid "City"
@@ -1760,7 +1765,7 @@ msgid "No neighbor"
1760
  msgstr "Keine Nachbarschaftszustellung"
1761
 
1762
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:402
1763
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1432
1764
  msgctxt "dhl"
1765
  msgid "Named person only"
1766
  msgstr "Persönliche Übergabe"
@@ -1787,51 +1792,51 @@ msgid "Minimum age"
1787
  msgstr "Mindestalter"
1788
 
1789
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:461
1790
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1482
1791
  msgctxt "dhl"
1792
  msgid "Premium"
1793
  msgstr "Premium"
1794
 
1795
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:521
1796
  msgctxt "dhl"
1797
  msgid "Receiver is missing or does not exist."
1798
  msgstr "Empfänger fehlt oder existiert nicht."
1799
 
1800
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:593
1801
  #, php-format
1802
  msgctxt "dhl"
1803
  msgid "%s of the return address is a mandatory field."
1804
  msgstr "%s der Rücksendeadresse ist ein Pflichtfeld."
1805
 
1806
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:598
1807
  msgctxt "dhl"
1808
  msgid "Please either add a return company or name."
1809
  msgstr ""
1810
  "Bitte geben Sie entweder einen Firmennamen oder Namen für die "
1811
  "Rücksendeadresse an."
1812
 
1813
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:618
1814
  msgctxt "dhl"
1815
- msgid "Error while parsing preferred day."
1816
- msgstr "Fehler beim Einlesen des Wunschtags."
1817
 
1818
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:645
1819
  msgctxt "dhl"
1820
  msgid "The visual min age check is invalid."
1821
  msgstr "Das Alter der Alterssichtprüfung ist ungültig."
1822
 
1823
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:669
1824
  msgctxt "dhl"
1825
  msgid "The ident min age check is invalid."
1826
  msgstr "Das Alter des Ident-Checks ist ungültig."
1827
 
1828
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:674
1829
  msgctxt "dhl"
1830
  msgid "There was an error parsing the date of birth for the identity check."
1831
  msgstr ""
1832
  "Beim Einlesen des Geburtsdatums für den Ident-Check trat ein Problem auf."
1833
 
1834
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:679
1835
  msgctxt "dhl"
1836
  msgid ""
1837
  "Either a minimum age or a date of birth must be added to the ident check."
@@ -1840,19 +1845,19 @@ msgstr ""
1840
  "hinzugefügt werden."
1841
 
1842
  # @ woocommerce-germanized
1843
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:696
1844
  #, php-format
1845
  msgctxt "dhl"
1846
  msgid "%s duties element does not exist."
1847
  msgstr "%s Zollabgabe existiert nicht."
1848
 
1849
  # @ woocommerce-germanized
1850
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:953
1851
  msgctxt "dhl"
1852
  msgid "Customer Number (EKP)"
1853
  msgstr "Kundennummer (EKP)"
1854
 
1855
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:955
1856
  #, php-format
1857
  msgctxt "dhl"
1858
  msgid ""
@@ -1862,33 +1867,33 @@ msgstr ""
1862
  "Ihre 10-stellige DHL Kundennummer (EKP). Finden Sie Ihre %s im DHL "
1863
  "Geschäftskundenportal."
1864
 
1865
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:955
1866
  msgctxt "dhl"
1867
  msgid "customer number"
1868
  msgstr "Kundennummer"
1869
 
1870
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:964
1871
  msgctxt "dhl"
1872
  msgid "API"
1873
  msgstr "API"
1874
 
1875
  # @ woocommerce-germanized
1876
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:967
1877
  msgctxt "dhl"
1878
  msgid "Enable Sandbox"
1879
  msgstr "Sandbox aktivieren"
1880
 
1881
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:968
1882
  msgctxt "dhl"
1883
  msgid "Activate Sandbox mode for testing purposes."
1884
  msgstr "Aktiviere den Sandbox Modus."
1885
 
1886
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:975
1887
  msgctxt "dhl"
1888
  msgid "Live Username"
1889
  msgstr "Benutzer"
1890
 
1891
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:977
1892
  #, php-format
1893
  msgctxt "dhl"
1894
  msgid ""
@@ -1898,21 +1903,21 @@ msgstr ""
1898
  "Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
1899
  "Geschäftskundenportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
1900
 
1901
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:977
1902
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:987
1903
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:996
1904
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1005
1905
  msgctxt "dhl"
1906
  msgid "here"
1907
  msgstr "hier"
1908
 
1909
  # @ woocommerce-germanized
1910
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:985
1911
  msgctxt "dhl"
1912
  msgid "Live Password"
1913
  msgstr "Passwort"
1914
 
1915
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:987
1916
  #, php-format
1917
  msgctxt "dhl"
1918
  msgid ""
@@ -1924,12 +1929,12 @@ msgstr ""
1924
  "der Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
1925
  "Benutzer) Monaten und testen Sie Ihre Zugangsdaten vorab %s."
1926
 
1927
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:994
1928
  msgctxt "dhl"
1929
  msgid "Sandbox Username"
1930
  msgstr "Sandbox Benutzername"
1931
 
1932
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:996
1933
  #, php-format
1934
  msgctxt "dhl"
1935
  msgid ""
@@ -1939,12 +1944,12 @@ msgstr ""
1939
  "Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
1940
  "Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
1941
 
1942
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1003
1943
  msgctxt "dhl"
1944
  msgid "Sandbox Password"
1945
  msgstr "Sandbox Passwort"
1946
 
1947
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1005
1948
  #, php-format
1949
  msgctxt "dhl"
1950
  msgid ""
@@ -1954,78 +1959,78 @@ msgstr ""
1954
  "Ihr Passwort zum DHL Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten "
1955
  "vorab %s."
1956
 
1957
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1013
1958
  msgctxt "dhl"
1959
  msgid "Products and Participation Numbers"
1960
  msgstr "Produkte und Teilnahmenummern"
1961
 
1962
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1030
1963
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1364
1964
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1604
1965
  msgctxt "dhl"
1966
  msgid "Inlay Returns"
1967
  msgstr "Beilageretouren"
1968
 
1969
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1042
1970
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:142
1971
  msgctxt "dhl"
1972
  msgid "Tracking"
1973
  msgstr "Sendungsverfolgung"
1974
 
1975
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1056
1976
  msgctxt "dhl"
1977
  msgid "Enable delivery to Packstation."
1978
  msgstr "Aktiviere den Versand an Packstationen."
1979
 
1980
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1057
1981
  msgctxt "dhl"
1982
  msgid "Let customers choose a Packstation as delivery address."
1983
  msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
1984
 
1985
  # @ woocommerce-germanized
1986
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1065
1987
  #: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:50
1988
  msgctxt "dhl"
1989
  msgid "Postoffice"
1990
  msgstr "Postfiliale"
1991
 
1992
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1066
1993
  msgctxt "dhl"
1994
  msgid "Enable delivery to Post Offices."
1995
  msgstr "Aktiviere den Versand an Postfilialen."
1996
 
1997
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1067
1998
  msgctxt "dhl"
1999
  msgid "Let customers choose a Post Office as delivery address."
2000
  msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
2001
 
2002
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1075
2003
  msgctxt "dhl"
2004
  msgid "Parcel Shop"
2005
  msgstr "Paketshop"
2006
 
2007
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1076
2008
  msgctxt "dhl"
2009
  msgid "Enable delivery to Parcel Shops."
2010
  msgstr "Lieferung an Paketshops aktivieren."
2011
 
2012
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1077
2013
  msgctxt "dhl"
2014
  msgid "Let customers choose a Parcel Shop as delivery address."
2015
  msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
2016
 
2017
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1085
2018
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1731
2019
  msgctxt "dhl"
2020
  msgid "Map"
2021
  msgstr "Karte"
2022
 
2023
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1086
2024
  msgctxt "dhl"
2025
  msgid "Let customers find a DHL location on a map."
2026
  msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
2027
 
2028
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1086
2029
  msgctxt "dhl"
2030
  msgid ""
2031
  "Enable this option to let your customers choose a pickup option from a map "
@@ -2036,12 +2041,12 @@ msgstr ""
2036
  "anhand einer Karten in der Kasse zu ermöglichen. Wenn diese Option "
2037
  "deaktiviert ist, wird stattdessen auf die DHL Website verwiesen."
2038
 
2039
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1095
2040
  msgctxt "dhl"
2041
  msgid "Google Maps Key"
2042
  msgstr "Google Maps Schlüssel"
2043
 
2044
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1100
2045
  #, php-format
2046
  msgctxt "dhl"
2047
  msgid ""
@@ -2051,58 +2056,58 @@ msgstr ""
2051
  "Um eine Karte integrieren zu können, benötigen Siee du einen gültigen API-"
2052
  "Schlüssel für Google Maps. Sie können %s."
2053
 
2054
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1100
2055
  msgctxt "dhl"
2056
  msgid "retrieve a new one"
2057
  msgstr "hier einen neuen erstellen"
2058
 
2059
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1106
2060
  msgctxt "dhl"
2061
  msgid "Limit results"
2062
  msgstr "Suchergebnisse begrenzen"
2063
 
2064
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1111
2065
  msgctxt "dhl"
2066
  msgid "Limit the number of DHL locations shown on the map"
2067
  msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
2068
 
2069
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1140
2070
  msgctxt "dhl"
2071
- msgid "Enable preferred day delivery."
2072
- msgstr "Aktiviere die Lieferung am Wunschtag."
2073
 
2074
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1140
2075
  msgctxt "dhl"
2076
  msgid ""
2077
  "Enabling this option will display options for the user to select their "
2078
- "preferred day of delivery during the checkout."
2079
  msgstr ""
2080
- "Diese Option aktiviert die Auswahl eines Wunschtags durch den Kunden in der "
2081
  "Kasse."
2082
 
2083
  # @ woocommerce-germanized
2084
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1148
2085
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1684
2086
  msgctxt "dhl"
2087
  msgid "Fee"
2088
  msgstr "Gebühr"
2089
 
2090
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1150
2091
  msgctxt "dhl"
2092
  msgid ""
2093
- "Insert gross value as surcharge for preferred day delivery. Insert 0 to "
2094
- "offer service for free."
2095
  msgstr ""
2096
- "Fügen Sie einen Bruttopreis als Gebühr für die Lieferung am Wunschtag hinzu. "
2097
  "Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
2098
 
2099
  # @ woocommerce-germanized
2100
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1162
2101
  msgctxt "dhl"
2102
- msgid "Enable preferred location delivery."
2103
- msgstr "Lieferung an einen Wunschort aktivieren."
2104
 
2105
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1162
2106
  msgctxt "dhl"
2107
  msgid ""
2108
  "Enabling this option will display options for the user to select their "
@@ -2111,12 +2116,12 @@ msgstr ""
2111
  "Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
2112
  "Kasse ."
2113
 
2114
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1171
2115
  msgctxt "dhl"
2116
- msgid "Enable preferred neighbor delivery."
2117
- msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
2118
 
2119
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1171
2120
  msgctxt "dhl"
2121
  msgid ""
2122
  "Enabling this option will display options for the user to deliver to their "
@@ -2125,77 +2130,77 @@ msgstr ""
2125
  "Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
2126
  "der Kasse."
2127
 
2128
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1179
2129
  msgctxt "dhl"
2130
  msgid "Cut-off time"
2131
  msgstr "Cut-off-Zeit"
2132
 
2133
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1184
2134
  msgctxt "dhl"
2135
  msgid ""
2136
  "The cut-off time is the latest possible order time up to which the minimum "
2137
- "preferred day (day of order + 2 working days) can be guaranteed. As soon as "
2138
- "the time is exceeded, the earliest preferred day displayed in the frontend "
2139
  "will be shifted to one day later (day of order + 3 working days)."
2140
  msgstr ""
2141
  "Die Cut-off-Zeit ist der späteste, mögliche Bestellzeitpunkt bis zu dem der "
2142
- "früheste Wunschtag (Tag der Bestellung + 2 Werktage) garantiert werden kann. "
2143
  "Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
2144
- "Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
2145
 
2146
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1190
2147
  msgctxt "dhl"
2148
  msgid "Preparation days"
2149
  msgstr "Bearbeitungstage"
2150
 
2151
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1195
2152
  msgctxt "dhl"
2153
  msgid ""
2154
  "If you need more time to prepare your shipments you might want to add a "
2155
- "static preparation time to the possible starting date for preferred day "
2156
  "delivery."
2157
  msgstr ""
2158
  "Falls Sie mehr Zeit für die Bearbeitung der Sendungen benötigen, können Sie "
2159
  "hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
2160
- "auswählbaren Wunschtag hinzugefügt werden."
2161
 
2162
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1202
2163
  msgctxt "dhl"
2164
  msgid "Exclude days of transfer"
2165
  msgstr "Übergabetage ausschließen"
2166
 
2167
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1204
2168
  msgctxt "dhl"
2169
  msgid "Exclude days from transferring shipments to DHL."
2170
  msgstr "Schließen Sie bestimmte Wochentage für die Übergabe an DHL aus."
2171
 
2172
  # @ woocommerce-germanized
2173
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1270
2174
  msgctxt "dhl"
2175
  msgid "Exclude gateways"
2176
  msgstr "Zahlungsarten ausschließen"
2177
 
2178
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1272
2179
  msgctxt "dhl"
2180
  msgid "Select payment gateways to be excluded from showing preferred services."
2181
  msgstr ""
2182
- "Wählen Sie Zahlungsarten aus, für die die Wunschpaket-Services nicht zur "
2183
- "Verfügung stehen sollen."
2184
 
2185
  # @ woocommerce-germanized
2186
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1296
2187
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:178
2188
  msgctxt "dhl"
2189
  msgid "Products"
2190
  msgstr "Produkte"
2191
 
2192
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1299
2193
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:198
2194
  msgctxt "dhl"
2195
  msgid "Domestic Default Service"
2196
  msgstr "Nationaler Standard Service"
2197
 
2198
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1304
2199
  msgctxt "dhl"
2200
  msgid ""
2201
  "Please select your default DHL shipping service for domestic shipments that "
@@ -2207,13 +2212,13 @@ msgstr ""
2207
  "nachträglich ändern)."
2208
 
2209
  # @ woocommerce-germanized
2210
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1310
2211
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:209
2212
  msgctxt "dhl"
2213
  msgid "EU Default Service"
2214
  msgstr "Standard Service (EU)"
2215
 
2216
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1315
2217
  msgctxt "dhl"
2218
  msgid ""
2219
  "Please select your default DHL shipping service for EU shipments that you "
@@ -2224,13 +2229,13 @@ msgstr ""
2224
  "Ihre Kunden anbieten (Sie können das Produkt für jede einzelne Sendung "
2225
  "nachträglich ändern)."
2226
 
2227
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1321
2228
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:220
2229
  msgctxt "dhl"
2230
  msgid "Int. Default Service"
2231
  msgstr "Internationaler Standard Service"
2232
 
2233
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1326
2234
  msgctxt "dhl"
2235
  msgid ""
2236
  "Please select your default DHL shipping service for cross-border shipments "
@@ -2242,27 +2247,27 @@ msgstr ""
2242
  "Sendung nachträglich ändern)."
2243
 
2244
  # @ woocommerce-germanized
2245
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1332
2246
  msgctxt "dhl"
2247
  msgid "Default Duty"
2248
  msgstr "Standard Zoll"
2249
 
2250
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1337
2251
  msgctxt "dhl"
2252
  msgid "Please select a default duty type."
2253
  msgstr "Bitte wählen Sie eine Standard-Zollabrechnung aus."
2254
 
2255
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1344
2256
  msgctxt "dhl"
2257
  msgid "Codeable"
2258
  msgstr "Leitcodierbar"
2259
 
2260
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1345
2261
  msgctxt "dhl"
2262
  msgid "Generate label only if address can be automatically retrieved DHL."
2263
  msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
2264
 
2265
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1351
2266
  msgctxt "dhl"
2267
  msgid ""
2268
  "Choose this option if you want to make sure that by default labels are only "
@@ -2273,33 +2278,36 @@ msgstr ""
2273
  "ist."
2274
 
2275
  # @ woocommerce-germanized
2276
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1355
2277
  msgctxt "dhl"
2278
  msgid "Force email"
2279
  msgstr "E-Mail übertragen"
2280
 
2281
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1356
2282
  msgctxt "dhl"
2283
  msgid "Force transferring customer email to DHL."
2284
  msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
2285
 
2286
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1356
 
2287
  msgctxt "dhl"
2288
  msgid ""
2289
  "By default the customer email address is only transferred in case explicit "
2290
  "consent has been given via a checkbox during checkout. You may force to "
2291
  "transfer the customer email address during label creation to make sure your "
2292
- "customers receive email notifications by DHL. Make sure to check your "
2293
- "privacy policy and seek advice by a lawyer in case of doubt."
 
2294
  msgstr ""
2295
  "Standardmäßig wird die E-Mail-Adresse des Kunden nur dann an DHL übertragen, "
2296
  "wenn dieser per Checkbox während des Checkouts eingewilligt hat. Sie können "
2297
  "mit Hilfe dieser Option diese Prüfung umgehen und die E-Mail-Adresse immer "
2298
- "übertragen (damit Ihre Kunden z.B. DHL Paketankündigungen erhalten). Prüfen "
2299
- "Sie Ihre Datenschutzerklärung und suchen Sie im Zweifel anwaltlichen Rat "
2300
- "bevor Sie diese Option aktivieren."
 
2301
 
2302
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1365
2303
  msgctxt "dhl"
2304
  msgid ""
2305
  "Additionally create inlay return labels for shipments that support returns."
@@ -2307,14 +2315,14 @@ msgstr ""
2307
  "Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
2308
  "unterstützen."
2309
 
2310
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1378
2311
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1381
2312
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1618
2313
  msgctxt "dhl"
2314
  msgid "Retoure"
2315
  msgstr "Retoure"
2316
 
2317
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1378
2318
  #, php-format
2319
  msgctxt "dhl"
2320
  msgid ""
@@ -2325,18 +2333,18 @@ msgstr ""
2325
  "API an. Stellen Sie sicher, dass Ihr %s DHL Retoure Online enthält."
2326
 
2327
  # @ woocommerce-germanized
2328
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1378
2329
  msgctxt "dhl"
2330
  msgid "contract"
2331
  msgstr "Vertrag"
2332
 
2333
  # @ woocommerce-germanized
2334
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
2335
  msgctxt "dhl"
2336
  msgid "Enable creating labels for return shipments."
2337
  msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
2338
 
2339
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1382
2340
  msgctxt "dhl"
2341
  msgid ""
2342
  "By enabling this option you might generate retoure labels for return "
@@ -2346,12 +2354,12 @@ msgstr ""
2346
  "Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
2347
 
2348
  # @ woocommerce-germanized
2349
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1398
2350
  msgctxt "dhl"
2351
  msgid "Default Services"
2352
  msgstr "Standard-Services"
2353
 
2354
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1398
2355
  #, php-format
2356
  msgctxt "dhl"
2357
  msgid ""
@@ -2362,28 +2370,28 @@ msgstr ""
2362
  "werden sollen. Finden Sie mehr <a href=\"%s\" target=\"_blank\">Services</a> "
2363
  "heraus."
2364
 
2365
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1401
2366
  msgctxt "dhl"
2367
  msgid "Enable the GoGreen Service by default."
2368
  msgstr "Buche den GoGreen Service hinzu."
2369
 
2370
  # @ woocommerce-germanized
2371
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1408
2372
  msgctxt "dhl"
2373
  msgid "Additional Insurance"
2374
  msgstr "Transportversicherung"
2375
 
2376
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1409
2377
  msgctxt "dhl"
2378
  msgid "Add an additional insurance to labels."
2379
  msgstr "Füge eine Transportversicherung zur Sendung hinzu."
2380
 
2381
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1416
2382
  msgctxt "dhl"
2383
  msgid "Retail Outlet Routing"
2384
  msgstr "Filialrouting"
2385
 
2386
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1417
2387
  msgctxt "dhl"
2388
  msgid ""
2389
  "Send undeliverable items to nearest retail outlet instead of immediate "
@@ -2392,58 +2400,58 @@ msgstr ""
2392
  "Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
2393
  "anstelle diese direkt zurückzusenden."
2394
 
2395
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1424
2396
  msgctxt "dhl"
2397
  msgid "No Neighbor"
2398
  msgstr "Keine Nachbarschaftszustellung"
2399
 
2400
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1425
2401
  msgctxt "dhl"
2402
  msgid "Do not deliver to neighbors."
2403
  msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
2404
 
2405
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1433
2406
  msgctxt "dhl"
2407
  msgid "Do only delivery to named person."
2408
  msgstr ""
2409
  "Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
2410
  "Person übergeben."
2411
 
2412
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1440
2413
  msgctxt "dhl"
2414
  msgid "Bulky Goods"
2415
  msgstr "Sperrgut"
2416
 
2417
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1441
2418
  msgctxt "dhl"
2419
  msgid "Deliver as bulky goods."
2420
  msgstr "Sende Pakete als Sperrgut."
2421
 
2422
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1448
2423
  msgctxt "dhl"
2424
  msgid "Minimum age (Visual check)"
2425
  msgstr "Mindestalter (Visuell)"
2426
 
2427
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1454
2428
  msgctxt "dhl"
2429
  msgid "Choose this option if you want to let DHL check your customer's age."
2430
  msgstr ""
2431
  "Wählen Sie diese Option aus, wenn Sie das Alter durch DHL prüfen lassen "
2432
  "möchten."
2433
 
2434
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1457
2435
  msgctxt "dhl"
2436
  msgid "Sync (Visual Check)"
2437
  msgstr "Synchronisation (Visuell)"
2438
 
2439
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
2440
  msgctxt "dhl"
2441
  msgid "Visually verify age if shipment contains applicable items."
2442
  msgstr ""
2443
  "Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
2444
  "beinhaltet."
2445
 
2446
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
2447
  #, php-format
2448
  msgctxt "dhl"
2449
  msgid ""
@@ -2456,18 +2464,18 @@ msgstr ""
2456
  "Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
2457
  "Produkte beinhaltet."
2458
 
2459
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1458
2460
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
2461
  msgctxt "dhl"
2462
  msgid "age verification checkbox"
2463
  msgstr "Checkbox zur Altersprüfung"
2464
 
2465
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1465
2466
  msgctxt "dhl"
2467
  msgid "Minimum age (Ident check)"
2468
  msgstr "Mindestalter (Identität)"
2469
 
2470
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1471
2471
  msgctxt "dhl"
2472
  msgid ""
2473
  "Choose this option if you want to let DHL check your customer's identity and "
@@ -2477,19 +2485,19 @@ msgstr ""
2477
  "prüfen lassen möchten."
2478
 
2479
  # @ woocommerce-germanized
2480
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1474
2481
  msgctxt "dhl"
2482
  msgid "Sync (Ident Check)"
2483
  msgstr "Synchronisation (Identität)"
2484
 
2485
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
2486
  msgctxt "dhl"
2487
  msgid "Verify identity and age if shipment contains applicable items."
2488
  msgstr ""
2489
  "Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
2490
  "beinhaltet."
2491
 
2492
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
2493
  #, php-format
2494
  msgctxt "dhl"
2495
  msgid ""
@@ -2502,18 +2510,18 @@ msgstr ""
2502
  "Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
2503
  "Produkte beinhaltet."
2504
 
2505
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1483
2506
  msgctxt "dhl"
2507
  msgid "Premium delivery for international shipments."
2508
  msgstr "Premium Lieferung für internationale Sendungen."
2509
 
2510
  # @ woocommerce-germanized
2511
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1491
2512
  msgctxt "dhl"
2513
  msgid "Bank Account"
2514
  msgstr "Bankkonto"
2515
 
2516
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1491
2517
  msgctxt "dhl"
2518
  msgid "Enter your bank details needed for services that use COD."
2519
  msgstr ""
@@ -2521,36 +2529,36 @@ msgstr ""
2521
  "verwendet werden sollen."
2522
 
2523
  # @ woocommerce-germanized
2524
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1494
2525
  msgctxt "dhl"
2526
  msgid "Holder"
2527
  msgstr "Kontoinhaber"
2528
 
2529
  # @ woocommerce-germanized
2530
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1502
2531
  msgctxt "dhl"
2532
  msgid "Bank Name"
2533
  msgstr "Name der Bank"
2534
 
2535
  # @ woocommerce-germanized
2536
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1510
2537
  msgctxt "dhl"
2538
  msgid "IBAN"
2539
  msgstr "IBAN"
2540
 
2541
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1518
2542
  msgctxt "dhl"
2543
  msgid "BIC"
2544
  msgstr "BIC"
2545
 
2546
  # @ woocommerce-germanized
2547
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1526
2548
  msgctxt "dhl"
2549
  msgid "Payment Reference"
2550
  msgstr "Zahlungsreferenz"
2551
 
2552
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1531
2553
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1541
2554
  #, php-format
2555
  msgctxt "dhl"
2556
  msgid ""
@@ -2561,17 +2569,17 @@ msgstr ""
2561
  "hinzufügen: %s. Der Text ist auf 35 Zeichen begrenzt."
2562
 
2563
  # @ woocommerce-germanized
2564
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1536
2565
  msgctxt "dhl"
2566
  msgid "Payment Reference 2"
2567
  msgstr "Zahlungsreferenz 2"
2568
 
2569
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1571
2570
  msgctxt "dhl"
2571
  msgid "Customer Number"
2572
  msgstr "Kundennummer"
2573
 
2574
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1572
2575
  msgctxt "dhl"
2576
  msgid ""
2577
  "Insert your DHL business customer number (EKP) here. If you are not yet a "
@@ -2581,12 +2589,12 @@ msgstr ""
2581
  "Geschäftskunde sind, sollten Sie sich zuerst als Geschäftskunde bei DHL "
2582
  "registrieren."
2583
 
2584
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1585
2585
  msgctxt "dhl"
2586
  msgid "API Access"
2587
  msgstr "API Versionen"
2588
 
2589
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1586
2590
  msgctxt "dhl"
2591
  msgid ""
2592
  "To create labels and embed DHL services, our software needs access to the "
@@ -2596,7 +2604,7 @@ msgstr ""
2596
  "Software Zugang zur API. Sie sollten hier Ihre Zugangsdaten zum DHL "
2597
  "Geschäftskundenportal eingeben."
2598
 
2599
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1605
2600
  msgctxt "dhl"
2601
  msgid ""
2602
  "If you want to provide your customers with inlay return labels for your "
@@ -2605,7 +2613,7 @@ msgstr ""
2605
  "Wenn Sie Beilageretouren-Labels zu Ihren Sendungen hinzufügen möchten, "
2606
  "sollten Sie diese Funktion standardmäßig aktivieren."
2607
 
2608
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1619
2609
  msgctxt "dhl"
2610
  msgid ""
2611
  "If you want to create DHL labels to returns you should activate this "
@@ -2616,12 +2624,12 @@ msgstr ""
2616
  "aktivieren. Stellen Sie sicher, dass DHL Online Retoure in Ihrem Vertrag "
2617
  "freigeschaltet ist."
2618
 
2619
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1632
2620
  msgctxt "dhl"
2621
  msgid "Age verification"
2622
  msgstr "Altersverifikation"
2623
 
2624
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1633
2625
  msgctxt "dhl"
2626
  msgid ""
2627
  "Use this feature to sync the Germanized age verification checkbox with the "
@@ -2634,12 +2642,12 @@ msgstr ""
2634
  "„Alterssichtprüfung“ von DHL automatisch aktiviert."
2635
 
2636
  # @ woocommerce-germanized
2637
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1651
2638
  msgctxt "dhl"
2639
  msgid "Automation"
2640
  msgstr "Automatisierung"
2641
 
2642
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1652
2643
  msgctxt "dhl"
2644
  msgid ""
2645
  "You might want to save some time and let Germanized generate labels "
@@ -2649,34 +2657,34 @@ msgstr ""
2649
  "automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
2650
  "wechselt."
2651
 
2652
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1671
2653
  msgctxt "dhl"
2654
  msgid ""
2655
- "Let your customers choose a preferred day (if the service is available at "
2656
- "the customer's location) of delivery within your checkout."
2657
  msgstr ""
2658
- "Lassen Sie Ihre Kunden einen Wunschtag (falls der Service für die "
2659
  "Kundenadresse zur Verfügung steht) für die Lieferung in der Kasse auswählen."
2660
 
2661
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1685
2662
  msgctxt "dhl"
2663
  msgid ""
2664
  "Optionally charge your customers an additional fee for preferred services "
2665
- "like preferred day."
2666
  msgstr ""
2667
- "Optional können Sie die Gebühr für die Auswahl des Wunschtags oder anderer "
2668
- "Wunschpaket-Services an Ihre Kunden weiterreichen."
2669
 
2670
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1699
2671
  msgctxt "dhl"
2672
  msgid ""
2673
- "Allow your customers to send their parcels to a preferred location e.g. a "
2674
  "neighbor. This service is free of charge for DHL shipments."
2675
  msgstr ""
2676
- "Lassen Sie Ihre Kunden einen Wunschort für die Abgabe ihres Pakets in der "
2677
  "Kasse auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
2678
 
2679
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1718
2680
  msgctxt "dhl"
2681
  msgid ""
2682
  "Allow your customers to choose packstation (and/or other DHL location types "
@@ -2685,7 +2693,7 @@ msgstr ""
2685
  "Lassen Sie Ihre Kunden eine Packstation (und/oder andere DHL Standorte, wie "
2686
  "im Folgenden konfiguriert) als Lieferadresse auswählen."
2687
 
2688
- #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1732
2689
  msgctxt "dhl"
2690
  msgid ""
2691
  "This option adds a map overlay view to let your customers choose a DHL "
@@ -2847,7 +2855,7 @@ msgid "The minimum amount is %s"
2847
  msgstr "Der Minimalbetrag beträgt %s"
2848
 
2849
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:374
2850
- #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:575
2851
  #, php-format
2852
  msgctxt "dhl"
2853
  msgid ""
@@ -2865,12 +2873,12 @@ msgctxt "dhl"
2865
  msgid "Page Format"
2866
  msgstr "Seitenformat"
2867
 
2868
- #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:553
2869
  msgctxt "dhl"
2870
  msgid "The services chosen are not available for the current product."
2871
  msgstr "Die ausgewählten Services sind für dieses Produkt nicht verfügbar."
2872
 
2873
- #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:602
2874
  #, php-format
2875
  msgctxt "dhl"
2876
  msgid "Deutsche Post product is missing for %s."
@@ -2933,7 +2941,7 @@ msgstr "Suchen"
2933
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:27
2934
  msgctxt "dhl"
2935
  msgid "DHL Preferred Delivery. Delivered just as you wish."
2936
- msgstr "DHL Wunschpaket. Gebracht wie gewünscht."
2937
 
2938
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:30
2939
  msgctxt "dhl"
@@ -2943,22 +2951,17 @@ msgid ""
2943
  "when and where you want to receive your parcels.<br/>\n"
2944
  "Please choose your preferred delivery option."
2945
  msgstr ""
2946
- "Mit den Services von DHL Wunschpaket entscheiden Sie, wann und wo Sie Ihre "
2947
- "Pakete empfangen.<br/>\n"
2948
  "Wählen Sie Ihre bevorzugte Lieferoption."
2949
 
2950
- #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
2951
- msgctxt "dhl"
2952
- msgid "Preferred day: Delivery at your preferred day."
2953
- msgstr "Wunschtag: Lieferung zum gewünschten Tag."
2954
-
2955
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
2956
  msgctxt "dhl"
2957
  msgid ""
2958
- "Choose one of the displayed days as your preferred day for your parcel "
2959
  "delivery. Other days are not possible due to delivery processes."
2960
  msgstr ""
2961
- "Sie haben die Möglichkeit, einen der angezeigten Tage als Wunschtag für die "
2962
  "Lieferung Ihrer Waren auszuwählen. Andere Tage sind aufgrund der "
2963
  "Lieferprozesse aktuell nicht möglich."
2964
 
@@ -2982,8 +2985,8 @@ msgstr "zzgl. MwSt."
2982
 
2983
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
2984
  msgctxt "dhl"
2985
- msgid "Preferred location or neighbor"
2986
- msgstr "Wunschort oder Wunschnachbar"
2987
 
2988
  # @ woocommerce-germanized
2989
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:71
@@ -2997,16 +3000,6 @@ msgctxt "dhl"
2997
  msgid "Location"
2998
  msgstr "Ort"
2999
 
3000
- #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:82
3001
- msgctxt "dhl"
3002
- msgid "Neighbor"
3003
- msgstr "Nachbar"
3004
-
3005
- #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
3006
- msgctxt "dhl"
3007
- msgid "Preferred location: Delivery to your preferred drop-off location"
3008
- msgstr "Lieferung an den gewünschten Ablageort"
3009
-
3010
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
3011
  msgctxt "dhl"
3012
  msgid ""
@@ -3022,11 +3015,6 @@ msgctxt "dhl"
3022
  msgid "e.g. Garage, Terrace"
3023
  msgstr "z.B. Garage, Terrasse"
3024
 
3025
- #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
3026
- msgctxt "dhl"
3027
- msgid "Preferred neighbour: Delivery to a neighbour of your choice"
3028
- msgstr "Wunschnachbar: Lieferung an einen Nachbarn Ihrer Wahl"
3029
-
3030
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
3031
  msgctxt "dhl"
3032
  msgid ""
@@ -3086,7 +3074,7 @@ msgstr "Verpackung"
3086
 
3087
  # @ woocommerce-germanized
3088
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
3089
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1074
3090
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
3091
  #: woocommerce-germanized-shipments/src/Admin/Table.php:689
3092
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
@@ -3288,7 +3276,7 @@ msgstr "Speichern"
3288
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
3289
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
3290
  #: woocommerce-germanized-shipments/src/Admin/Table.php:687
3291
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:773
3292
  msgctxt "shipments"
3293
  msgid "Title"
3294
  msgstr "Titel"
@@ -3296,7 +3284,7 @@ msgstr "Titel"
3296
  # @ woocommerce-germanized
3297
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
3298
  #: woocommerce-germanized-shipments/src/Admin/Admin.php:452
3299
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:782
3300
  msgctxt "shipments"
3301
  msgid "Description"
3302
  msgstr "Beschreibung"
@@ -3530,8 +3518,8 @@ msgid "Text to appear below the main email content."
3530
  msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
3531
 
3532
  #: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
3533
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1006
3534
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1036
3535
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
3536
  msgctxt "shipments"
3537
  msgid "N/A"
@@ -3594,7 +3582,7 @@ msgid "Letter"
3594
  msgstr "Brief"
3595
 
3596
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
3597
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1072
3598
  msgctxt "shipments"
3599
  msgid "Shipment"
3600
  msgstr "Sendung"
@@ -3680,8 +3668,8 @@ msgstr "Fehler beim Erstellen der Sendungsinstanz"
3680
 
3681
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:441
3682
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:445
3683
- #: woocommerce-germanized-shipments/src/ReturnShipment.php:434
3684
- #: woocommerce-germanized-shipments/src/ReturnShipment.php:506
3685
  #: woocommerce-germanized-shipments/src/SimpleShipment.php:118
3686
  #: woocommerce-germanized-shipments/src/SimpleShipment.php:240
3687
  msgctxt "shipments"
@@ -3715,21 +3703,21 @@ msgid "Error while uploading file."
3715
  msgstr "Fehler beim Hochladen der Datei."
3716
 
3717
  # @ woocommerce-germanized
3718
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1073
3719
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
3720
  #: woocommerce-germanized-shipments/src/Admin/Table.php:688
3721
  msgctxt "shipments"
3722
  msgid "Date"
3723
  msgstr "Datum"
3724
 
3725
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1075
3726
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
3727
  msgctxt "shipments"
3728
  msgid "Tracking"
3729
  msgstr "Sendungsverfolgung"
3730
 
3731
  # @ woocommerce-germanized
3732
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1076
3733
  #: woocommerce-germanized-shipments/src/Admin/Admin.php:234
3734
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
3735
  #: woocommerce-germanized-shipments/src/Admin/Table.php:696
@@ -3737,13 +3725,13 @@ msgctxt "shipments"
3737
  msgid "Actions"
3738
  msgstr "Aktionen"
3739
 
3740
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1312
3741
  msgctxt "shipments"
3742
  msgid "View"
3743
  msgstr "Anzeigen"
3744
 
3745
  # @ woocommerce-germanized
3746
- #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1319
3747
  #: woocommerce-germanized-shipments/src/Admin/Table.php:871
3748
  #: woocommerce-germanized-shipments/src/Ajax.php:340
3749
  #: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
@@ -4521,7 +4509,7 @@ msgstr ""
4521
  # @ woocommerce-germanized
4522
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:415
4523
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
4524
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1094
4525
  msgctxt "shipments"
4526
  msgid "General"
4527
  msgstr "Allgemein"
@@ -4531,12 +4519,12 @@ msgctxt "shipments"
4531
  msgid "Addresses"
4532
  msgstr "Adressen"
4533
 
4534
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:529
4535
  msgctxt "shipments"
4536
  msgid "More services"
4537
  msgstr "Mehr Services"
4538
 
4539
- #: woocommerce-germanized-shipments/src/Admin/Settings.php:532
4540
  msgctxt "shipments"
4541
  msgid "Fewer services"
4542
  msgstr "Weniger Services"
@@ -4606,7 +4594,7 @@ msgstr "Filtern"
4606
 
4607
  # @ woocommerce-germanized
4608
  #: woocommerce-germanized-shipments/src/Admin/Table.php:665
4609
- #: woocommerce-germanized-shipments/src/Ajax.php:817
4610
  #, php-format
4611
  msgctxt "shipments"
4612
  msgid "Order #%s"
@@ -4749,45 +4737,45 @@ msgid "There was an error while bulk processing shipments."
4749
  msgstr ""
4750
  "Bei der Verarbeitung der Mehrfachaktionen von Sendungen trat ein Fehler auf."
4751
 
4752
- #: woocommerce-germanized-shipments/src/Ajax.php:535
4753
- #: woocommerce-germanized-shipments/src/Ajax.php:636
4754
- #: woocommerce-germanized-shipments/src/Ajax.php:693
4755
- #: woocommerce-germanized-shipments/src/Ajax.php:730
4756
- #: woocommerce-germanized-shipments/src/Ajax.php:904
4757
- #: woocommerce-germanized-shipments/src/Ajax.php:950
4758
- #: woocommerce-germanized-shipments/src/Ajax.php:1022
4759
- #: woocommerce-germanized-shipments/src/Ajax.php:1055
4760
- #: woocommerce-germanized-shipments/src/Ajax.php:1104
4761
- #: woocommerce-germanized-shipments/src/Ajax.php:1172
4762
- #: woocommerce-germanized-shipments/src/Ajax.php:1213
4763
- #: woocommerce-germanized-shipments/src/Ajax.php:1268
4764
- #: woocommerce-germanized-shipments/src/Ajax.php:1312
4765
  msgctxt "shipments"
4766
  msgid "There was an error processing the shipment"
4767
  msgstr "Fehler bei der Verarbeitung der Sendung"
4768
 
4769
- #: woocommerce-germanized-shipments/src/Ajax.php:577
4770
  msgctxt "shipments"
4771
  msgid "There was an error while adding the shipment"
4772
  msgstr "Beim Hinzufügen der Sendung ist ein Fehler aufgetreten"
4773
 
4774
- #: woocommerce-germanized-shipments/src/Ajax.php:598
4775
  msgctxt "shipments"
4776
  msgid "This order contains enough shipments already."
4777
  msgstr "Diese Bestellung beinhaltet bereits genug Sendungen."
4778
 
4779
- #: woocommerce-germanized-shipments/src/Ajax.php:655
4780
  msgctxt "shipments"
4781
  msgid "This order contains enough returns already."
4782
  msgstr "Diese Bestellung beinhaltet bereits genügend Retouren."
4783
 
4784
  # @ woocommerce-germanized
4785
- #: woocommerce-germanized-shipments/src/Ajax.php:864
4786
  msgctxt "shipments"
4787
  msgid "Status:"
4788
  msgstr "Status:"
4789
 
4790
- #: woocommerce-germanized-shipments/src/Ajax.php:869
4791
  msgctxt "shipments"
4792
  msgid "Customer payment page &rarr;"
4793
  msgstr "Kundenbezahlungsseite &rarr;"
@@ -5134,19 +5122,19 @@ msgctxt "shipments"
5134
  msgid "Letter C4"
5135
  msgstr "Brief C4"
5136
 
5137
- #: woocommerce-germanized-shipments/src/Labels/Label.php:464
5138
  msgctxt "shipments"
5139
  msgid "This label misses the API implementation"
5140
  msgstr "Dieser Label-Typ besitzt keine API Implementierung"
5141
 
5142
- #: woocommerce-germanized-shipments/src/Labels/Label.php:498
5143
  msgctxt "shipments"
5144
  msgid "Error while uploading label."
5145
  msgstr "Fehler beim Hochladen des Labels."
5146
 
5147
- #: woocommerce-germanized-shipments/src/Labels/Label.php:520
5148
- #: woocommerce-germanized-shipments/src/Labels/Label.php:527
5149
- #: woocommerce-germanized-shipments/src/Labels/Label.php:556
5150
  msgctxt "shipments"
5151
  msgid "Error while downloading the PDF file."
5152
  msgstr "Fehler beim Download des PDF Labels."
@@ -5174,10 +5162,10 @@ msgctxt "shipments"
5174
  msgid "Invalid product."
5175
  msgstr "Produkt nicht verfügbar."
5176
 
5177
- #: woocommerce-germanized-shipments/src/ReturnShipment.php:362
5178
- #: woocommerce-germanized-shipments/src/Shipment.php:1047
5179
  #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:361
5180
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:425
5181
  #, php-format
5182
  msgctxt "full name"
5183
  msgid "%1$s %2$s"
@@ -5270,7 +5258,7 @@ msgctxt "shipments"
5270
  msgid "%s Product"
5271
  msgstr "%s Produkt"
5272
 
5273
- #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:520
5274
  msgctxt "shipments"
5275
  msgid "Error while creating the label."
5276
  msgstr "Fehler beim Erstellen der Label-Instanz"
@@ -5309,22 +5297,22 @@ msgstr ""
5309
  "die Paketverfolgungsdaten zum Zeitpunkt des Erhalts dieser E-Mail noch nicht "
5310
  "den neuesten Stand wiedergeben."
5311
 
5312
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:774
5313
  msgctxt "shipments"
5314
  msgid "Choose a title for the shipping provider."
5315
  msgstr "Wählen Sie einen Titel für den Versanddienstleister."
5316
 
5317
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:783
5318
  msgctxt "shipments"
5319
  msgid "Choose a description for the shipping provider."
5320
  msgstr "Wählen Sie eine Beschreibung für den Versanddienstleister."
5321
 
5322
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:795
5323
  msgctxt "shipments"
5324
  msgid "Tracking URL"
5325
  msgstr "Sendungsverfolgung URL"
5326
 
5327
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:796
5328
  #, php-format
5329
  msgctxt "shipments"
5330
  msgid ""
@@ -5338,12 +5326,12 @@ msgstr ""
5338
  "einzufügen: %s"
5339
 
5340
  # @ woocommerce-germanized
5341
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:806
5342
  msgctxt "shipments"
5343
  msgid "Tracking description"
5344
  msgstr "Sendungsverfolgung Hinweis"
5345
 
5346
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:807
5347
  #, php-format
5348
  msgctxt "shipments"
5349
  msgid ""
@@ -5358,17 +5346,17 @@ msgstr ""
5358
  "dynamische Daten einzufügen: %s"
5359
 
5360
  # @ woocommerce-germanized
5361
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:951
5362
  msgctxt "shipments"
5363
  msgid "Customer returns"
5364
  msgstr "Rücksendungen"
5365
 
5366
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:952
5367
  msgctxt "shipments"
5368
  msgid "Allow customers to submit return requests to shipments."
5369
  msgstr "Erlauben Sie Kunden eine Rücksendung zu einer Sendung zu beantragen."
5370
 
5371
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:952
5372
  #, php-format
5373
  msgctxt "shipments"
5374
  msgid ""
@@ -5382,27 +5370,27 @@ msgstr ""
5382
  "Gästen zu erfahren, lesen Sie bitte die %s."
5383
 
5384
  # @ woocommerce-germanized
5385
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:952
5386
  msgctxt "shipments"
5387
  msgid "Return Dashboard"
5388
  msgstr "Retouren-Dashboard"
5389
 
5390
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:952
5391
  msgctxt "shipments"
5392
  msgid "docs"
5393
  msgstr "Dokumentation"
5394
 
5395
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:961
5396
  msgctxt "shipments"
5397
  msgid "Guest returns"
5398
  msgstr "Retouren für Gäste"
5399
 
5400
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:962
5401
  msgctxt "shipments"
5402
  msgid "Allow guests to submit return requests to shipments."
5403
  msgstr "Erlauben Sie Gästen Rücksendeanträge zu Bestellungen zu beantragen."
5404
 
5405
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:962
5406
  #, php-format
5407
  msgctxt "shipments"
5408
  msgid ""
@@ -5416,18 +5404,18 @@ msgstr ""
5416
  "Rücksende-Formular für Gäste auf Ihrer Seite zu platzieren."
5417
 
5418
  # @ woocommerce-germanized
5419
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:973
5420
  msgctxt "shipments"
5421
  msgid "Manual confirmation"
5422
  msgstr "Manuelle Bestätigung"
5423
 
5424
  # @ woocommerce-germanized
5425
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:974
5426
  msgctxt "shipments"
5427
  msgid "Return requests need manual confirmation."
5428
  msgstr "Rücksendeanträge benötigen eine manuelle Bestätigung."
5429
 
5430
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:974
5431
  msgctxt "shipments"
5432
  msgid ""
5433
  "By default return request need manual confirmation e.g. a shop manager needs "
@@ -5444,12 +5432,12 @@ msgstr ""
5444
  "Mail-Bestätigung samt Retouren-Label."
5445
 
5446
  # @ woocommerce-germanized
5447
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:986
5448
  msgctxt "shipments"
5449
  msgid "Return instructions"
5450
  msgstr "Rücksende-Anweisungen"
5451
 
5452
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:987
5453
  msgctxt "shipments"
5454
  msgid ""
5455
  "Provide your customer with instructions on how to return the shipment after "
@@ -5462,7 +5450,7 @@ msgstr ""
5462
  "kann, sollten Sie Ihre Kunden darüber informieren, woher ein Label für die "
5463
  "Rücksendung bezogen werden kann."
5464
 
5465
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1073
5466
  #, php-format
5467
  msgctxt "shipments"
5468
  msgid ""
@@ -5474,12 +5462,12 @@ msgstr ""
5474
  "Einstellungen</a>. Passen Sie diese Einstellungen nur dann an, wenn Sie "
5475
  "explizit Abweichungen speziell für diese Versandmethode konfigurieren wollen."
5476
 
5477
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1098
5478
  msgctxt "shipments"
5479
  msgid "Return Requests"
5480
  msgstr "Rücksendeanträge"
5481
 
5482
- #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1129
5483
  msgctxt "shipments"
5484
  msgid "This shipping provider does not support creating labels."
5485
  msgstr "Dieser Versanddienstleister unterstützt keine Label-Erzeugung."
@@ -6119,7 +6107,7 @@ msgstr "Germanize"
6119
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:69
6120
  #: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:144
6121
  #: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:79
6122
- #: woocommerce-germanized/woocommerce-germanized.php:783
6123
  msgid "Settings"
6124
  msgstr "Einstellungen"
6125
 
@@ -7478,8 +7466,8 @@ msgstr ""
7478
  #: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:144
7479
  #: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:138
7480
  #: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
7481
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:598
7482
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:611
7483
  #: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:244
7484
  #: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:252
7485
  msgid "Title"
@@ -9626,14 +9614,14 @@ msgstr ""
9626
  "Vielen Dank. Wir haben Ihren Widerruf erhalten. Sie bekommen in Kürze eine E-"
9627
  "Mail mit Ihren Daten als Bestätigung."
9628
 
9629
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:148
9630
  msgid ""
9631
  "Please check the street field and make sure to provide a valid street number."
9632
  msgstr ""
9633
  "Bitte prüfen Sie die Angabe der Straße und stellen Sie sicher, dass Ihre "
9634
  "Hausnummer angegeben wurde."
9635
 
9636
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:272
9637
  msgid ""
9638
  "Sorry, but differential taxed products cannot be purchased with normal "
9639
  "products at the same time."
@@ -9641,7 +9629,7 @@ msgstr ""
9641
  "Entschuldigung, differenzbesteuerte Produkte können nicht gemeinsam mit "
9642
  "normalen Produkten gekauft werden."
9643
 
9644
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:278
9645
  msgid ""
9646
  "Sorry, but normal products cannot be purchased together with differential "
9647
  "taxed products at the same time."
@@ -9650,14 +9638,14 @@ msgstr ""
9650
  "differenzbesteuerten Produkten gekauft werden."
9651
 
9652
  # @ woocommerce-germanized
9653
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:992
9654
  #: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
9655
  #: woocommerce-germanized/includes/wc-gzd-core-functions.php:608
9656
  msgid "Mr."
9657
  msgstr "Herr"
9658
 
9659
  # @ woocommerce-germanized
9660
- #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:993
9661
  msgctxt "customer-title-male-address"
9662
  msgid "Mr."
9663
  msgstr "Herrn"
@@ -9679,11 +9667,11 @@ msgstr ""
9679
  "können nicht mit normalen Gutscheinen gemischt werden. Bitte löschen Sie den "
9680
  "Gutschein bevor Sie Ihren Wertgutschein hinzufügen."
9681
 
9682
- #: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:371
9683
  msgid "Is voucher?"
9684
  msgstr "Wertgutschein?"
9685
 
9686
- #: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:372
9687
  #, php-format
9688
  msgid ""
9689
  "Whether or not this coupon is a voucher which has been sold to a customer "
@@ -9768,11 +9756,11 @@ msgstr ""
9768
  "Fügen Sie Empfänger (kommasepariert) einer Blindkopie für diese E-Mail ein."
9769
 
9770
  # @ woocommerce-germanized
9771
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:238
9772
  msgid "Confirmation text"
9773
  msgstr "Bestätigung Text"
9774
 
9775
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:239
9776
  msgid ""
9777
  "Your order has been received and is now being processed. Your order details "
9778
  "are shown below for your reference:"
@@ -9781,7 +9769,7 @@ msgstr ""
9781
  "Ihrer Bestellung können Sie der nachfolgenden Tabelle entnehmen:"
9782
 
9783
  # @ woocommerce-germanized
9784
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:240
9785
  msgid ""
9786
  "This text will be inserted within the order confirmation email. Use "
9787
  "{order_number}, {site_title} or {order_date} as placeholder."
@@ -9789,7 +9777,7 @@ msgstr ""
9789
  "Dieser Text wird in die Bestellbestätigung eingefügt. Verwenden Sie "
9790
  "{order_number}, {site_title} oder {order_date} als Platzhalter."
9791
 
9792
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:357
9793
  msgid ""
9794
  "Your order has been received and is now being processed. Your order details "
9795
  "are shown below for your reference."
@@ -9797,17 +9785,17 @@ msgstr ""
9797
  "Ihre Bestellung ist eingegangen und wird nun bearbeitet. Die Einzelheiten "
9798
  "Ihrer Bestellung können Sie der nachfolgenden Tabelle entnehmen."
9799
 
9800
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:403
9801
  msgid "Someone requested a password reset for your account."
9802
  msgstr "Jemand hat das Zurücksetzen des Passworts für Ihren Account beantragt."
9803
 
9804
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:418
9805
  #, php-format
9806
  msgid "Thanks for creating an account on %s."
9807
  msgstr "Danke, dass Sie ein Konto bei %s erstellt haben."
9808
 
9809
  # @ woocommerce-germanized
9810
- #: woocommerce-germanized/includes/class-wc-gzd-emails.php:1133
9811
  msgctxt "revocation-form"
9812
  msgid "Forward your withdrawal online"
9813
  msgstr "Widerruf online erklären"
@@ -11886,7 +11874,7 @@ msgstr ""
11886
  "unserem <a href=\"%s\" target=\"_blank\">Blog-Post</a> wie Sie das Plugin "
11887
  "austauschen können."
11888
 
11889
- #: woocommerce-germanized/woocommerce-germanized.php:979
11890
  msgid "Pease wait while we are trying to redirect you to the payment provider."
11891
  msgstr "Einen Moment - wir versuchen Sie zum Zahlungsanbieter weiterzuleiten."
11892
 
@@ -13093,6 +13081,43 @@ msgstr "vendidero"
13093
  msgid "https://vendidero.de"
13094
  msgstr "https://vendidero.de"
13095
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13096
  # @ woocommerce-germanized
13097
  #~ msgctxt "install"
13098
  #~ msgid "Virtual VAT"
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce Germanized\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-07-29 11:29+0200\n"
6
+ "PO-Revision-Date: 2021-07-29 11:37+0200\n"
7
  "Last-Translator: holzhannes <holzhannes@posteo.de>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE@formal\n"
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"
292
  msgid "See details"
293
  msgstr "Details ansehen"
294
 
295
+ #: one-stop-shop-woocommerce/src/Package.php:169
296
  msgctxt "oss"
297
  msgid ""
298
  "To use the OSS for WooCommerce plugin please make sure that WooCommerce is "
301
  "Um das OSS für WooCommerce Plugin nutzen zu können muss WooCommerce "
302
  "installiert und aktiviert sein."
303
 
304
+ #: one-stop-shop-woocommerce/src/Package.php:338
305
  #: one-stop-shop-woocommerce/src/ReportTable.php:40
306
  msgctxt "oss"
307
  msgid "Report"
308
  msgstr "Bericht"
309
 
310
+ #: one-stop-shop-woocommerce/src/Package.php:362
311
  #, php-format
312
  msgctxt "oss"
313
  msgid "%1$s"
314
  msgstr "%1$s"
315
 
316
+ #: one-stop-shop-woocommerce/src/Package.php:367
317
  #, php-format
318
  msgctxt "oss"
319
  msgid "%1$s - %2$s"
320
  msgstr "%1$s - %2$s"
321
 
322
+ #: one-stop-shop-woocommerce/src/Package.php:372
323
  #, php-format
324
  msgctxt "oss"
325
  msgid "Observer %1$s"
326
  msgstr "Beobachter %1$s"
327
 
328
+ #: one-stop-shop-woocommerce/src/Package.php:608
329
  msgctxt "oss"
330
  msgid "Quarterly"
331
  msgstr "Quartalsweise"
332
 
333
+ #: one-stop-shop-woocommerce/src/Package.php:609
334
  msgctxt "oss"
335
  msgid "Yearly"
336
  msgstr "Jährlich"
337
 
338
+ #: one-stop-shop-woocommerce/src/Package.php:610
339
  msgctxt "oss"
340
  msgid "Monthly"
341
  msgstr "Monatlich"
342
 
343
+ #: one-stop-shop-woocommerce/src/Package.php:611
344
  msgctxt "oss"
345
  msgid "Custom"
346
  msgstr "Individuell"
347
 
348
+ #: one-stop-shop-woocommerce/src/Package.php:615
349
  msgctxt "oss"
350
  msgid "Observer"
351
  msgstr "Beobachter"
352
 
353
+ #: one-stop-shop-woocommerce/src/Package.php:629
354
  msgctxt "oss"
355
  msgid "Pending"
356
  msgstr "In Bearbeitung"
357
 
358
+ #: one-stop-shop-woocommerce/src/Package.php:630
359
  msgctxt "oss"
360
  msgid "Completed"
361
  msgstr "Fertiggestellt"
362
 
363
+ #: one-stop-shop-woocommerce/src/Package.php:631
364
  msgctxt "oss"
365
  msgid "Failed"
366
  msgstr "Fehlgeschlagen"
615
  msgid "Learn More"
616
  msgstr "Mehr erfahren"
617
 
618
+ #: one-stop-shop-woocommerce/src/Tax.php:344
619
+ #: one-stop-shop-woocommerce/src/Tax.php:402
620
  #, php-format
621
  msgctxt "oss"
622
  msgid "Tax class (%s)"
623
  msgstr "Steuerklasse (%s)"
624
 
625
+ #: one-stop-shop-woocommerce/src/Tax.php:345
626
  msgctxt "oss"
627
  msgid "Same as parent"
628
  msgstr "Gleiche wie übergeordnet"
629
 
630
+ #: one-stop-shop-woocommerce/src/Tax.php:347
631
+ #: one-stop-shop-woocommerce/src/Tax.php:380
632
+ #: one-stop-shop-woocommerce/src/Tax.php:404
633
+ #: one-stop-shop-woocommerce/src/Tax.php:438
634
  msgctxt "oss"
635
  msgid "remove"
636
  msgstr "Löschen"
637
 
638
+ #: one-stop-shop-woocommerce/src/Tax.php:357
639
+ #: one-stop-shop-woocommerce/src/Tax.php:415
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:364
645
+ #: one-stop-shop-woocommerce/src/Tax.php:422
646
  msgctxt "oss"
647
  msgid "Select country"
648
  msgstr "Land auswählen"
649
 
650
+ #: one-stop-shop-woocommerce/src/Tax.php:520
651
+ #: one-stop-shop-woocommerce/src/Tax.php:647
652
  msgid "Reduced rate"
653
  msgstr ""
654
 
655
+ #: one-stop-shop-woocommerce/src/Tax.php:523
656
+ #: one-stop-shop-woocommerce/src/Tax.php:639
657
  msgctxt "oss"
658
  msgid "Greater reduced rate"
659
  msgstr "Zusätzlicher reduzierter Preis"
660
 
661
+ #: one-stop-shop-woocommerce/src/Tax.php:526
662
+ #: one-stop-shop-woocommerce/src/Tax.php:643
663
  msgctxt "oss"
664
  msgid "Super reduced rate"
665
  msgstr "Stark reduzierter Preis"
666
 
667
+ #: one-stop-shop-woocommerce/src/Tax.php:819
668
  msgctxt "oss"
669
  msgid "Madeira"
670
  msgstr "Madeira"
671
 
672
+ #: one-stop-shop-woocommerce/src/Tax.php:826
673
  msgctxt "oss"
674
  msgid "Acores"
675
  msgstr "Azoren"
676
 
677
+ #: one-stop-shop-woocommerce/src/Tax.php:862
678
  msgctxt "oss"
679
  msgid "Northern Ireland"
680
  msgstr "Nordirland"
681
 
682
+ #: one-stop-shop-woocommerce/src/Tax.php:875
683
  msgctxt "oss-tax-rate-import"
684
  msgid "Exempt"
685
  msgstr "Ausnahme"
686
 
687
+ #: one-stop-shop-woocommerce/src/Tax.php:941
688
  #, php-format
689
  msgctxt "oss-tax-rate-import"
690
  msgid "VAT %1$s %% %2$s"
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
  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"
1093
 
1094
  #: woocommerce-germanized-dhl/src/Api/Internetmarke.php:65
1095
  #: woocommerce-germanized-dhl/src/Api/Soap.php:54
1096
+ #: woocommerce-germanized-dhl/src/Package.php:103
1097
  #, php-format
1098
  msgctxt "dhl"
1099
  msgid ""
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"
1584
  msgid "retry"
1585
  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"
1595
+ msgstr "Liefertag"
1596
 
1597
+ # @ woocommerce-germanized
1598
  #: woocommerce-germanized-dhl/src/ParcelServices.php:36
1599
  msgctxt "dhl"
1600
+ msgid "Delivery time"
1601
+ 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"
1619
+ msgid "Neighbor"
1620
+ msgstr "Nachbar"
1621
 
1622
+ # @ woocommerce-germanized
1623
  #: woocommerce-germanized-dhl/src/ParcelServices.php:133
1624
  msgctxt "dhl"
1625
+ msgid "DHL Delivery day"
1626
+ msgstr "DHL Liefertag"
1627
 
1628
  #: woocommerce-germanized-dhl/src/ParcelServices.php:276
1629
  msgctxt "dhl"
1630
+ msgid "Sorry, but the delivery day you have chosen is no longer available."
1631
  msgstr ""
1632
+ "Entschuldigung, der von Ihnen ausgewählte Liefertag steht leider nicht mehr "
1633
  "zur Verfügung."
1634
 
1635
  #: woocommerce-germanized-dhl/src/ParcelServices.php:299
1636
  msgctxt "dhl"
1637
+ msgid "Please choose a drop-off location."
1638
+ msgstr "Bitte wählen Sie einen Ablageort aus."
1639
 
1640
  # @ woocommerce-germanized
1641
  #: woocommerce-germanized-dhl/src/ParcelServices.php:311
1645
 
1646
  #: woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:31
1647
  msgctxt "dhl"
1648
+ msgid "Complete DHL integration supporting labels and preferred delivery."
 
 
1649
  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
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
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"
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"
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"
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"
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"
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
  "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
  "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
  "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
  "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
  "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
  "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
  "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
  "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 "
2083
+ "delivery day of delivery during the checkout."
2084
  msgstr ""
2085
+ "Diese Option aktiviert die Auswahl eines Liefertages durch den Kunden in der "
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 "
2099
+ "service for free."
2100
  msgstr ""
2101
+ "Fügen Sie einen Bruttopreis als Gebühr für die Lieferung am Liefertag hinzu. "
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
  "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
  "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 "
2142
+ "delivery day (day of order + 2 working days) can be guaranteed. As soon as "
2143
+ "the time is exceeded, the earliest delivery day displayed in the frontend "
2144
  "will be shifted to one day later (day of order + 3 working days)."
2145
  msgstr ""
2146
  "Die Cut-off-Zeit ist der späteste, mögliche Bestellzeitpunkt bis zu dem der "
2147
+ "früheste Liefertag (Tag der Bestellung + 2 Werktage) garantiert werden kann. "
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 "
2160
+ "static preparation time to the possible starting date for delivery day "
2161
  "delivery."
2162
  msgstr ""
2163
  "Falls Sie mehr Zeit für die Bearbeitung der Sendungen benötigen, können Sie "
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 ""
2187
+ "Wählen Sie Zahlungsarten aus, für die die Wunschzustellung-Services nicht "
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
  "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
  "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
  "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
  "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 ""
2295
  "By default the customer email address is only transferred in case explicit "
2296
  "consent has been given via a checkbox during checkout. You may force to "
2297
  "transfer the customer email address during label creation to make sure your "
2298
+ "customers receive <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer"
2299
+ "\">email notifications by DHL</a>. Make sure to check your privacy policy "
2300
+ "and seek advice by a lawyer in case of doubt."
2301
  msgstr ""
2302
  "Standardmäßig wird die E-Mail-Adresse des Kunden nur dann an DHL übertragen, "
2303
  "wenn dieser per Checkbox während des Checkouts eingewilligt hat. Sie können "
2304
  "mit Hilfe dieser Option diese Prüfung umgehen und die E-Mail-Adresse immer "
2305
+ "übertragen (damit Ihre Kunden z.B. <a href=\"%s\" target=\"_blank\" rel="
2306
+ "\"noopener noreferrer\">DHL Paketankündigungen</a> erhalten). Prüfen Sie "
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
  "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
  "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
  "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
  "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
  "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
  "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
  "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
  "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
  "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
  "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
  "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
  "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
  "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
  "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
  "„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
  "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 "
2664
+ "customer's location) of delivery within your checkout."
2665
  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 "
2673
+ "like delivery day."
2674
  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 "
2682
  "neighbor. This service is free of charge for DHL shipments."
2683
  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
  "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 "
2855
  msgstr "Der Minimalbetrag beträgt %s"
2856
 
2857
  #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:374
2858
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:573
2859
  #, php-format
2860
  msgctxt "dhl"
2861
  msgid ""
2873
  msgid "Page Format"
2874
  msgstr "Seitenformat"
2875
 
2876
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:551
2877
  msgctxt "dhl"
2878
  msgid "The services chosen are not available for the current product."
2879
  msgstr "Die ausgewählten Services sind für dieses Produkt nicht verfügbar."
2880
 
2881
+ #: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:600
2882
  #, php-format
2883
  msgctxt "dhl"
2884
  msgid "Deutsche Post product is missing for %s."
2941
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:27
2942
  msgctxt "dhl"
2943
  msgid "DHL Preferred Delivery. Delivered just as you wish."
2944
+ msgstr "DHL Wunschzustellung. Gebracht wie gewünscht."
2945
 
2946
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:30
2947
  msgctxt "dhl"
2951
  "when and where you want to receive your parcels.<br/>\n"
2952
  "Please choose your preferred delivery option."
2953
  msgstr ""
2954
+ "Mit den Services von DHL Wunschzustellung entscheiden Sie, wann und wo Sie "
2955
+ "Ihre Pakete empfangen.<br/>\n"
2956
  "Wählen Sie Ihre bevorzugte Lieferoption."
2957
 
 
 
 
 
 
2958
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:38
2959
  msgctxt "dhl"
2960
  msgid ""
2961
+ "Choose one of the displayed days as your delivery day for your parcel "
2962
  "delivery. Other days are not possible due to delivery processes."
2963
  msgstr ""
2964
+ "Sie haben die Möglichkeit, einen der angezeigten Tage als Liefertag für die "
2965
  "Lieferung Ihrer Waren auszuwählen. Andere Tage sind aufgrund der "
2966
  "Lieferprozesse aktuell nicht möglich."
2967
 
2985
 
2986
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
2987
  msgctxt "dhl"
2988
+ msgid "Drop-off location or neighbor"
2989
+ msgstr "Ablageort oder Nachbar"
2990
 
2991
  # @ woocommerce-germanized
2992
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:71
3000
  msgid "Location"
3001
  msgstr "Ort"
3002
 
 
 
 
 
 
 
 
 
 
 
3003
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:89
3004
  msgctxt "dhl"
3005
  msgid ""
3015
  msgid "e.g. Garage, Terrace"
3016
  msgstr "z.B. Garage, Terrasse"
3017
 
 
 
 
 
 
3018
  #: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:98
3019
  msgctxt "dhl"
3020
  msgid ""
3074
 
3075
  # @ woocommerce-germanized
3076
  #: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:58
3077
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1089
3078
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
3079
  #: woocommerce-germanized-shipments/src/Admin/Table.php:689
3080
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:244
3276
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
3277
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
3278
  #: woocommerce-germanized-shipments/src/Admin/Table.php:687
3279
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:776
3280
  msgctxt "shipments"
3281
  msgid "Title"
3282
  msgstr "Titel"
3284
  # @ woocommerce-germanized
3285
  #: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
3286
  #: woocommerce-germanized-shipments/src/Admin/Admin.php:452
3287
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:785
3288
  msgctxt "shipments"
3289
  msgid "Description"
3290
  msgstr "Beschreibung"
3518
  msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
3519
 
3520
  #: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:393
3521
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1021
3522
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1051
3523
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
3524
  msgctxt "shipments"
3525
  msgid "N/A"
3582
  msgstr "Brief"
3583
 
3584
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:76
3585
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1087
3586
  msgctxt "shipments"
3587
  msgid "Shipment"
3588
  msgstr "Sendung"
3668
 
3669
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:441
3670
  #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:445
3671
+ #: woocommerce-germanized-shipments/src/ReturnShipment.php:248
3672
+ #: woocommerce-germanized-shipments/src/ReturnShipment.php:320
3673
  #: woocommerce-germanized-shipments/src/SimpleShipment.php:118
3674
  #: woocommerce-germanized-shipments/src/SimpleShipment.php:240
3675
  msgctxt "shipments"
3703
  msgstr "Fehler beim Hochladen der Datei."
3704
 
3705
  # @ woocommerce-germanized
3706
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1088
3707
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
3708
  #: woocommerce-germanized-shipments/src/Admin/Table.php:688
3709
  msgctxt "shipments"
3710
  msgid "Date"
3711
  msgstr "Datum"
3712
 
3713
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1090
3714
  #: woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
3715
  msgctxt "shipments"
3716
  msgid "Tracking"
3717
  msgstr "Sendungsverfolgung"
3718
 
3719
  # @ woocommerce-germanized
3720
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1091
3721
  #: woocommerce-germanized-shipments/src/Admin/Admin.php:234
3722
  #: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
3723
  #: woocommerce-germanized-shipments/src/Admin/Table.php:696
3725
  msgid "Actions"
3726
  msgstr "Aktionen"
3727
 
3728
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1327
3729
  msgctxt "shipments"
3730
  msgid "View"
3731
  msgstr "Anzeigen"
3732
 
3733
  # @ woocommerce-germanized
3734
+ #: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1334
3735
  #: woocommerce-germanized-shipments/src/Admin/Table.php:871
3736
  #: woocommerce-germanized-shipments/src/Ajax.php:340
3737
  #: woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
4509
  # @ woocommerce-germanized
4510
  #: woocommerce-germanized-shipments/src/Admin/Settings.php:415
4511
  #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
4512
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1097
4513
  msgctxt "shipments"
4514
  msgid "General"
4515
  msgstr "Allgemein"
4519
  msgid "Addresses"
4520
  msgstr "Adressen"
4521
 
4522
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:539
4523
  msgctxt "shipments"
4524
  msgid "More services"
4525
  msgstr "Mehr Services"
4526
 
4527
+ #: woocommerce-germanized-shipments/src/Admin/Settings.php:542
4528
  msgctxt "shipments"
4529
  msgid "Fewer services"
4530
  msgstr "Weniger Services"
4594
 
4595
  # @ woocommerce-germanized
4596
  #: woocommerce-germanized-shipments/src/Admin/Table.php:665
4597
+ #: woocommerce-germanized-shipments/src/Ajax.php:834
4598
  #, php-format
4599
  msgctxt "shipments"
4600
  msgid "Order #%s"
4737
  msgstr ""
4738
  "Bei der Verarbeitung der Mehrfachaktionen von Sendungen trat ein Fehler auf."
4739
 
4740
+ #: woocommerce-germanized-shipments/src/Ajax.php:541
4741
+ #: woocommerce-germanized-shipments/src/Ajax.php:653
4742
+ #: woocommerce-germanized-shipments/src/Ajax.php:710
4743
+ #: woocommerce-germanized-shipments/src/Ajax.php:747
4744
+ #: woocommerce-germanized-shipments/src/Ajax.php:921
4745
+ #: woocommerce-germanized-shipments/src/Ajax.php:967
4746
+ #: woocommerce-germanized-shipments/src/Ajax.php:1039
4747
+ #: woocommerce-germanized-shipments/src/Ajax.php:1072
4748
+ #: woocommerce-germanized-shipments/src/Ajax.php:1121
4749
+ #: woocommerce-germanized-shipments/src/Ajax.php:1189
4750
+ #: woocommerce-germanized-shipments/src/Ajax.php:1230
4751
+ #: woocommerce-germanized-shipments/src/Ajax.php:1285
4752
+ #: woocommerce-germanized-shipments/src/Ajax.php:1329
4753
  msgctxt "shipments"
4754
  msgid "There was an error processing the shipment"
4755
  msgstr "Fehler bei der Verarbeitung der Sendung"
4756
 
4757
+ #: woocommerce-germanized-shipments/src/Ajax.php:594
4758
  msgctxt "shipments"
4759
  msgid "There was an error while adding the shipment"
4760
  msgstr "Beim Hinzufügen der Sendung ist ein Fehler aufgetreten"
4761
 
4762
+ #: woocommerce-germanized-shipments/src/Ajax.php:615
4763
  msgctxt "shipments"
4764
  msgid "This order contains enough shipments already."
4765
  msgstr "Diese Bestellung beinhaltet bereits genug Sendungen."
4766
 
4767
+ #: woocommerce-germanized-shipments/src/Ajax.php:672
4768
  msgctxt "shipments"
4769
  msgid "This order contains enough returns already."
4770
  msgstr "Diese Bestellung beinhaltet bereits genügend Retouren."
4771
 
4772
  # @ woocommerce-germanized
4773
+ #: woocommerce-germanized-shipments/src/Ajax.php:881
4774
  msgctxt "shipments"
4775
  msgid "Status:"
4776
  msgstr "Status:"
4777
 
4778
+ #: woocommerce-germanized-shipments/src/Ajax.php:886
4779
  msgctxt "shipments"
4780
  msgid "Customer payment page &rarr;"
4781
  msgstr "Kundenbezahlungsseite &rarr;"
5122
  msgid "Letter C4"
5123
  msgstr "Brief C4"
5124
 
5125
+ #: woocommerce-germanized-shipments/src/Labels/Label.php:492
5126
  msgctxt "shipments"
5127
  msgid "This label misses the API implementation"
5128
  msgstr "Dieser Label-Typ besitzt keine API Implementierung"
5129
 
5130
+ #: woocommerce-germanized-shipments/src/Labels/Label.php:526
5131
  msgctxt "shipments"
5132
  msgid "Error while uploading label."
5133
  msgstr "Fehler beim Hochladen des Labels."
5134
 
5135
+ #: woocommerce-germanized-shipments/src/Labels/Label.php:548
5136
+ #: woocommerce-germanized-shipments/src/Labels/Label.php:555
5137
+ #: woocommerce-germanized-shipments/src/Labels/Label.php:584
5138
  msgctxt "shipments"
5139
  msgid "Error while downloading the PDF file."
5140
  msgstr "Fehler beim Download des PDF Labels."
5162
  msgid "Invalid product."
5163
  msgstr "Produkt nicht verfügbar."
5164
 
5165
+ #: woocommerce-germanized-shipments/src/Shipment.php:1055
5166
+ #: woocommerce-germanized-shipments/src/Shipment.php:1303
5167
  #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:361
5168
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:429
5169
  #, php-format
5170
  msgctxt "full name"
5171
  msgid "%1$s %2$s"
5258
  msgid "%s Product"
5259
  msgstr "%s Produkt"
5260
 
5261
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:524
5262
  msgctxt "shipments"
5263
  msgid "Error while creating the label."
5264
  msgstr "Fehler beim Erstellen der Label-Instanz"
5297
  "die Paketverfolgungsdaten zum Zeitpunkt des Erhalts dieser E-Mail noch nicht "
5298
  "den neuesten Stand wiedergeben."
5299
 
5300
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:777
5301
  msgctxt "shipments"
5302
  msgid "Choose a title for the shipping provider."
5303
  msgstr "Wählen Sie einen Titel für den Versanddienstleister."
5304
 
5305
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:786
5306
  msgctxt "shipments"
5307
  msgid "Choose a description for the shipping provider."
5308
  msgstr "Wählen Sie eine Beschreibung für den Versanddienstleister."
5309
 
5310
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:798
5311
  msgctxt "shipments"
5312
  msgid "Tracking URL"
5313
  msgstr "Sendungsverfolgung URL"
5314
 
5315
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:799
5316
  #, php-format
5317
  msgctxt "shipments"
5318
  msgid ""
5326
  "einzufügen: %s"
5327
 
5328
  # @ woocommerce-germanized
5329
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:809
5330
  msgctxt "shipments"
5331
  msgid "Tracking description"
5332
  msgstr "Sendungsverfolgung Hinweis"
5333
 
5334
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:810
5335
  #, php-format
5336
  msgctxt "shipments"
5337
  msgid ""
5346
  "dynamische Daten einzufügen: %s"
5347
 
5348
  # @ woocommerce-germanized
5349
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:954
5350
  msgctxt "shipments"
5351
  msgid "Customer returns"
5352
  msgstr "Rücksendungen"
5353
 
5354
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:955
5355
  msgctxt "shipments"
5356
  msgid "Allow customers to submit return requests to shipments."
5357
  msgstr "Erlauben Sie Kunden eine Rücksendung zu einer Sendung zu beantragen."
5358
 
5359
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:955
5360
  #, php-format
5361
  msgctxt "shipments"
5362
  msgid ""
5370
  "Gästen zu erfahren, lesen Sie bitte die %s."
5371
 
5372
  # @ woocommerce-germanized
5373
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:955
5374
  msgctxt "shipments"
5375
  msgid "Return Dashboard"
5376
  msgstr "Retouren-Dashboard"
5377
 
5378
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:955
5379
  msgctxt "shipments"
5380
  msgid "docs"
5381
  msgstr "Dokumentation"
5382
 
5383
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:964
5384
  msgctxt "shipments"
5385
  msgid "Guest returns"
5386
  msgstr "Retouren für Gäste"
5387
 
5388
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:965
5389
  msgctxt "shipments"
5390
  msgid "Allow guests to submit return requests to shipments."
5391
  msgstr "Erlauben Sie Gästen Rücksendeanträge zu Bestellungen zu beantragen."
5392
 
5393
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:965
5394
  #, php-format
5395
  msgctxt "shipments"
5396
  msgid ""
5404
  "Rücksende-Formular für Gäste auf Ihrer Seite zu platzieren."
5405
 
5406
  # @ woocommerce-germanized
5407
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:976
5408
  msgctxt "shipments"
5409
  msgid "Manual confirmation"
5410
  msgstr "Manuelle Bestätigung"
5411
 
5412
  # @ woocommerce-germanized
5413
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:977
5414
  msgctxt "shipments"
5415
  msgid "Return requests need manual confirmation."
5416
  msgstr "Rücksendeanträge benötigen eine manuelle Bestätigung."
5417
 
5418
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:977
5419
  msgctxt "shipments"
5420
  msgid ""
5421
  "By default return request need manual confirmation e.g. a shop manager needs "
5432
  "Mail-Bestätigung samt Retouren-Label."
5433
 
5434
  # @ woocommerce-germanized
5435
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:989
5436
  msgctxt "shipments"
5437
  msgid "Return instructions"
5438
  msgstr "Rücksende-Anweisungen"
5439
 
5440
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:990
5441
  msgctxt "shipments"
5442
  msgid ""
5443
  "Provide your customer with instructions on how to return the shipment after "
5450
  "kann, sollten Sie Ihre Kunden darüber informieren, woher ein Label für die "
5451
  "Rücksendung bezogen werden kann."
5452
 
5453
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1076
5454
  #, php-format
5455
  msgctxt "shipments"
5456
  msgid ""
5462
  "Einstellungen</a>. Passen Sie diese Einstellungen nur dann an, wenn Sie "
5463
  "explizit Abweichungen speziell für diese Versandmethode konfigurieren wollen."
5464
 
5465
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1101
5466
  msgctxt "shipments"
5467
  msgid "Return Requests"
5468
  msgstr "Rücksendeanträge"
5469
 
5470
+ #: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1132
5471
  msgctxt "shipments"
5472
  msgid "This shipping provider does not support creating labels."
5473
  msgstr "Dieser Versanddienstleister unterstützt keine Label-Erzeugung."
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
 
7466
  #: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:144
7467
  #: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:138
7468
  #: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
7469
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:599
7470
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:612
7471
  #: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:244
7472
  #: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:252
7473
  msgid "Title"
9614
  "Vielen Dank. Wir haben Ihren Widerruf erhalten. Sie bekommen in Kürze eine E-"
9615
  "Mail mit Ihren Daten als Bestätigung."
9616
 
9617
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:149
9618
  msgid ""
9619
  "Please check the street field and make sure to provide a valid street number."
9620
  msgstr ""
9621
  "Bitte prüfen Sie die Angabe der Straße und stellen Sie sicher, dass Ihre "
9622
  "Hausnummer angegeben wurde."
9623
 
9624
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:273
9625
  msgid ""
9626
  "Sorry, but differential taxed products cannot be purchased with normal "
9627
  "products at the same time."
9629
  "Entschuldigung, differenzbesteuerte Produkte können nicht gemeinsam mit "
9630
  "normalen Produkten gekauft werden."
9631
 
9632
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:279
9633
  msgid ""
9634
  "Sorry, but normal products cannot be purchased together with differential "
9635
  "taxed products at the same time."
9638
  "differenzbesteuerten Produkten gekauft werden."
9639
 
9640
  # @ woocommerce-germanized
9641
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1001
9642
  #: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
9643
  #: woocommerce-germanized/includes/wc-gzd-core-functions.php:608
9644
  msgid "Mr."
9645
  msgstr "Herr"
9646
 
9647
  # @ woocommerce-germanized
9648
+ #: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1002
9649
  msgctxt "customer-title-male-address"
9650
  msgid "Mr."
9651
  msgstr "Herrn"
9667
  "können nicht mit normalen Gutscheinen gemischt werden. Bitte löschen Sie den "
9668
  "Gutschein bevor Sie Ihren Wertgutschein hinzufügen."
9669
 
9670
+ #: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:404
9671
  msgid "Is voucher?"
9672
  msgstr "Wertgutschein?"
9673
 
9674
+ #: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:405
9675
  #, php-format
9676
  msgid ""
9677
  "Whether or not this coupon is a voucher which has been sold to a customer "
9756
  "Fügen Sie Empfänger (kommasepariert) einer Blindkopie für diese E-Mail ein."
9757
 
9758
  # @ woocommerce-germanized
9759
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:272
9760
  msgid "Confirmation text"
9761
  msgstr "Bestätigung Text"
9762
 
9763
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:273
9764
  msgid ""
9765
  "Your order has been received and is now being processed. Your order details "
9766
  "are shown below for your reference:"
9769
  "Ihrer Bestellung können Sie der nachfolgenden Tabelle entnehmen:"
9770
 
9771
  # @ woocommerce-germanized
9772
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:274
9773
  msgid ""
9774
  "This text will be inserted within the order confirmation email. Use "
9775
  "{order_number}, {site_title} or {order_date} as placeholder."
9777
  "Dieser Text wird in die Bestellbestätigung eingefügt. Verwenden Sie "
9778
  "{order_number}, {site_title} oder {order_date} als Platzhalter."
9779
 
9780
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:391
9781
  msgid ""
9782
  "Your order has been received and is now being processed. Your order details "
9783
  "are shown below for your reference."
9785
  "Ihre Bestellung ist eingegangen und wird nun bearbeitet. Die Einzelheiten "
9786
  "Ihrer Bestellung können Sie der nachfolgenden Tabelle entnehmen."
9787
 
9788
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:437
9789
  msgid "Someone requested a password reset for your account."
9790
  msgstr "Jemand hat das Zurücksetzen des Passworts für Ihren Account beantragt."
9791
 
9792
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:452
9793
  #, php-format
9794
  msgid "Thanks for creating an account on %s."
9795
  msgstr "Danke, dass Sie ein Konto bei %s erstellt haben."
9796
 
9797
  # @ woocommerce-germanized
9798
+ #: woocommerce-germanized/includes/class-wc-gzd-emails.php:1165
9799
  msgctxt "revocation-form"
9800
  msgid "Forward your withdrawal online"
9801
  msgstr "Widerruf online erklären"
11874
  "unserem <a href=\"%s\" target=\"_blank\">Blog-Post</a> wie Sie das Plugin "
11875
  "austauschen können."
11876
 
11877
+ #: woocommerce-germanized/woocommerce-germanized.php:980
11878
  msgid "Pease wait while we are trying to redirect you to the payment provider."
11879
  msgstr "Einen Moment - wir versuchen Sie zum Zahlungsanbieter weiterzuleiten."
11880
 
13081
  msgid "https://vendidero.de"
13082
  msgstr "https://vendidero.de"
13083
 
13084
+ #~ msgctxt "dhl"
13085
+ #~ msgid "Preferred Day"
13086
+ #~ msgstr "Wunschtag"
13087
+
13088
+ # @ woocommerce-germanized
13089
+ #~ msgctxt "dhl"
13090
+ #~ msgid "Preferred Location"
13091
+ #~ msgstr "Wunschort"
13092
+
13093
+ #~ msgctxt "dhl"
13094
+ #~ msgid "Preferred Neighbor"
13095
+ #~ msgstr "Wunschnachbar"
13096
+
13097
+ #~ msgctxt "dhl"
13098
+ #~ msgid "DHL Preferred Day"
13099
+ #~ msgstr "DHL Wunschtag"
13100
+
13101
+ #~ msgctxt "dhl"
13102
+ #~ msgid "Preferred Services"
13103
+ #~ msgstr "Wunschpaket"
13104
+
13105
+ #~ msgctxt "dhl"
13106
+ #~ msgid "Enable preferred neighbor delivery."
13107
+ #~ msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
13108
+
13109
+ #~ msgctxt "dhl"
13110
+ #~ msgid "Preferred day: Delivery at your preferred day."
13111
+ #~ msgstr "Wunschtag: Lieferung zum gewünschten Tag."
13112
+
13113
+ #~ msgctxt "dhl"
13114
+ #~ msgid "Preferred location: Delivery to your preferred drop-off location"
13115
+ #~ msgstr "Lieferung an den gewünschten Ablageort"
13116
+
13117
+ #~ msgctxt "dhl"
13118
+ #~ msgid "Preferred neighbour: Delivery to a neighbour of your choice"
13119
+ #~ msgstr "Wunschnachbar: Lieferung an einen Nachbarn Ihrer Wahl"
13120
+
13121
  # @ woocommerce-germanized
13122
  #~ msgctxt "install"
13123
  #~ msgid "Virtual VAT"
includes/class-wc-gzd-checkout.php CHANGED
@@ -70,6 +70,7 @@ class WC_GZD_Checkout {
70
  */
71
  add_filter( 'woocommerce_cart_totals_get_fees_from_cart_taxes', array( $this, 'adjust_fee_taxes' ), 100, 3 );
72
  add_filter( 'woocommerce_package_rates', array( $this, 'adjust_shipping_taxes' ), 100, 2 );
 
73
  add_filter( 'woocommerce_cart_tax_totals', array( $this, 'fix_cart_shipping_tax_rounding' ), 100, 2 );
74
 
75
  if ( 'yes' === get_option( 'woocommerce_gzd_differential_taxation_disallow_mixed_carts' ) ) {
@@ -731,6 +732,15 @@ class WC_GZD_Checkout {
731
  return array();
732
  }
733
 
 
 
 
 
 
 
 
 
 
734
  /**
735
  * @param WC_Shipping_Rate[] $rates
736
  * @param $package
@@ -738,7 +748,6 @@ class WC_GZD_Checkout {
738
  * @return mixed
739
  */
740
  public function adjust_shipping_taxes( $rates, $package ) {
741
-
742
  if ( ! wc_gzd_enable_additional_costs_split_tax_calculation() ) {
743
  foreach( $rates as $key => $rate ) {
744
  /**
70
  */
71
  add_filter( 'woocommerce_cart_totals_get_fees_from_cart_taxes', array( $this, 'adjust_fee_taxes' ), 100, 3 );
72
  add_filter( 'woocommerce_package_rates', array( $this, 'adjust_shipping_taxes' ), 100, 2 );
73
+ add_filter( 'oss_shipping_costs_include_taxes', array( $this, 'shipping_costs_include_taxes' ), 10 );
74
  add_filter( 'woocommerce_cart_tax_totals', array( $this, 'fix_cart_shipping_tax_rounding' ), 100, 2 );
75
 
76
  if ( 'yes' === get_option( 'woocommerce_gzd_differential_taxation_disallow_mixed_carts' ) ) {
732
  return array();
733
  }
734
 
735
+ /**
736
+ * Tell the OSS package that shipping costs include tax for improved compatibility.
737
+ *
738
+ * @return bool
739
+ */
740
+ public function shipping_costs_include_taxes() {
741
+ return wc_gzd_additional_costs_include_tax();
742
+ }
743
+
744
  /**
745
  * @param WC_Shipping_Rate[] $rates
746
  * @param $package
748
  * @return mixed
749
  */
750
  public function adjust_shipping_taxes( $rates, $package ) {
 
751
  if ( ! wc_gzd_enable_additional_costs_split_tax_calculation() ) {
752
  foreach( $rates as $key => $rate ) {
753
  /**
includes/class-wc-gzd-coupon-helper.php CHANGED
@@ -197,10 +197,34 @@ class WC_GZD_Coupon_Helper {
197
  if ( is_a( $coupon, 'WC_Coupon' ) ) {
198
  if ( 'yes' === $coupon->get_meta( 'is_voucher', true ) ) {
199
  $item->update_meta_data( 'is_voucher', 'yes' );
 
 
 
 
 
200
  }
201
  }
202
  }
203
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
  /**
205
  * @param WC_Coupon|WC_Order_Item_Coupon $coupon
206
  *
@@ -254,7 +278,6 @@ class WC_GZD_Coupon_Helper {
254
  * Calculate totals for items.
255
  */
256
  foreach ( $cart_contents as $cart_item_key => $values ) {
257
-
258
  $product = $values['data'];
259
 
260
  if ( ! $product->is_taxable() ) {
@@ -298,6 +321,18 @@ class WC_GZD_Coupon_Helper {
298
 
299
  $cart->set_cart_contents_taxes( $tax_totals );
300
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  if ( wc_prices_include_tax() ) {
302
  $cart->set_discount_total( wc_cart_round_discount( ( $cart->get_discount_total() + $cart->get_discount_tax() ), $cart->dp ) );
303
  } else {
@@ -337,9 +372,7 @@ class WC_GZD_Coupon_Helper {
337
  } else {
338
  $cart->set_total_tax( array_sum( $tax_totals ) );
339
  }
340
-
341
  } else {
342
-
343
  $cart->taxes = $tax_totals;
344
 
345
  // Remove discounted taxes (taxes are not being discounted for vouchers)
197
  if ( is_a( $coupon, 'WC_Coupon' ) ) {
198
  if ( 'yes' === $coupon->get_meta( 'is_voucher', true ) ) {
199
  $item->update_meta_data( 'is_voucher', 'yes' );
200
+ /**
201
+ * Store the current tax_display_mode used to calculate coupon totals
202
+ * as the coupon tax amount may differ depending on which mode is being used.
203
+ */
204
+ $item->update_meta_data( 'tax_display_mode', $this->get_tax_display_mode( $order ) );
205
  }
206
  }
207
  }
208
 
209
+ /**
210
+ * @param WC_Order $order
211
+ */
212
+ protected function get_tax_display_mode( $order ) {
213
+ $is_vat_exempt = wc_string_to_bool( $order->get_meta( 'is_vat_exempt', true ) );
214
+
215
+ if ( ! $is_vat_exempt ) {
216
+ $is_vat_exempt = apply_filters( 'woocommerce_order_is_vat_exempt', $is_vat_exempt, $order );
217
+ }
218
+
219
+ if ( $is_vat_exempt ) {
220
+ $tax_display_mode = 'excl';
221
+ } else {
222
+ $tax_display_mode = get_option( 'woocommerce_tax_display_cart' );
223
+ }
224
+
225
+ return apply_filters( 'woocommerce_gzd_order_coupon_tax_display_mode', $tax_display_mode, $order );
226
+ }
227
+
228
  /**
229
  * @param WC_Coupon|WC_Order_Item_Coupon $coupon
230
  *
278
  * Calculate totals for items.
279
  */
280
  foreach ( $cart_contents as $cart_item_key => $values ) {
 
281
  $product = $values['data'];
282
 
283
  if ( ! $product->is_taxable() ) {
321
 
322
  $cart->set_cart_contents_taxes( $tax_totals );
323
 
324
+ $tax_total = 0;
325
+
326
+ foreach ( $tax_totals as $total ) {
327
+ if ( 'yes' !== get_option( 'woocommerce_tax_round_at_subtotal' ) ) {
328
+ $tax_total += wc_round_tax_total( $total );
329
+ } else {
330
+ $tax_total += $total;
331
+ }
332
+ }
333
+
334
+ $cart->set_cart_contents_tax( $tax_total );
335
+
336
  if ( wc_prices_include_tax() ) {
337
  $cart->set_discount_total( wc_cart_round_discount( ( $cart->get_discount_total() + $cart->get_discount_tax() ), $cart->dp ) );
338
  } else {
372
  } else {
373
  $cart->set_total_tax( array_sum( $tax_totals ) );
374
  }
 
375
  } else {
 
376
  $cart->taxes = $tax_totals;
377
 
378
  // Remove discounted taxes (taxes are not being discounted for vouchers)
includes/class-wc-gzd-emails.php CHANGED
@@ -203,12 +203,46 @@ class WC_GZD_Emails {
203
  }
204
  }
205
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  public function disable_pay_order_confirmation( $order ) {
207
- remove_filter( 'woocommerce_payment_successful_result', array( $this, 'send_order_confirmation_mails' ), 0 );
208
- remove_filter( 'woocommerce_checkout_no_payment_needed_redirect', array(
209
- $this,
210
- 'send_order_confirmation_mails'
211
- ), 0 );
 
 
212
  }
213
 
214
  public function save_confirmation_text_option() {
@@ -726,7 +760,6 @@ class WC_GZD_Emails {
726
  * @param int $order_id The order id.
727
  *
728
  * @since 1.0.0
729
- *
730
  */
731
  if ( apply_filters( 'woocommerce_germanized_order_email_customer_confirmation_sent', false, $order_id ) === false && $processing = $this->get_email_instance_by_id( 'customer_processing_order' ) ) {
732
  $processing->trigger( $order_id );
@@ -739,7 +772,6 @@ class WC_GZD_Emails {
739
  * @param int $order_id The order id.
740
  *
741
  * @since 1.0.0
742
- *
743
  */
744
  if ( apply_filters( 'woocommerce_germanized_order_email_admin_confirmation_sent', false, $order_id ) === false && $new_order = $this->get_email_instance_by_id( 'new_order' ) ) {
745
  $new_order->trigger( $order_id );
203
  }
204
  }
205
 
206
+ public function pay_for_order_request_needs_confirmation( $order ) {
207
+ if ( is_numeric( $order ) ) {
208
+ $order = wc_get_order( $order );
209
+ }
210
+
211
+ if ( ! $order ) {
212
+ return false;
213
+ }
214
+
215
+ $needs_confirmation = true;
216
+
217
+ /**
218
+ * If the order has been created by the customer (e.g. via checkout) or new order notification has been sent disable another order confirmation.
219
+ */
220
+ if ( 'checkout' === $order->get_created_via() || $order->get_meta( '_new_order_email_sent' ) ) {
221
+ $needs_confirmation = false;
222
+ }
223
+
224
+ /**
225
+ * Filter to decide whether a pay for order request needs email confirmation or not.
226
+ *
227
+ * @param boolean $needs_confirmation Needs confirmation or not.
228
+ * @param WC_Order $order The order instance
229
+ *
230
+ * @since 3.5.3
231
+ */
232
+ return apply_filters( 'woocommerce_gzd_pay_for_order_request_needs_confirmation', $needs_confirmation, $order );
233
+ }
234
+
235
+ /**
236
+ * @param WC_Order $order
237
+ */
238
  public function disable_pay_order_confirmation( $order ) {
239
+ /**
240
+ * If the order has been created by the customer (e.g. via checkout) disable another order confirmation.
241
+ */
242
+ if ( ! $this->pay_for_order_request_needs_confirmation( $order ) ) {
243
+ remove_filter( 'woocommerce_payment_successful_result', array( $this, 'send_order_confirmation_mails' ), 0 );
244
+ remove_filter( 'woocommerce_checkout_no_payment_needed_redirect', array( $this, 'send_order_confirmation_mails' ), 0 );
245
+ }
246
  }
247
 
248
  public function save_confirmation_text_option() {
760
  * @param int $order_id The order id.
761
  *
762
  * @since 1.0.0
 
763
  */
764
  if ( apply_filters( 'woocommerce_germanized_order_email_customer_confirmation_sent', false, $order_id ) === false && $processing = $this->get_email_instance_by_id( 'customer_processing_order' ) ) {
765
  $processing->trigger( $order_id );
772
  * @param int $order_id The order id.
773
  *
774
  * @since 1.0.0
 
775
  */
776
  if ( apply_filters( 'woocommerce_germanized_order_email_admin_confirmation_sent', false, $order_id ) === false && $new_order = $this->get_email_instance_by_id( 'new_order' ) ) {
777
  $new_order->trigger( $order_id );
includes/class-wc-gzd-install.php CHANGED
@@ -58,12 +58,12 @@ if ( ! class_exists( 'WC_GZD_Install' ) ) :
58
  public static function redirect() {
59
  if ( get_option( '_wc_gzd_setup_wizard_redirect' ) ) {
60
 
61
- // Bail if activating from network, or bulk, or within an iFrame
62
- if ( is_network_admin() || isset( $_GET['activate-multi'] ) || defined( 'IFRAME_REQUEST' ) ) {
63
  return;
64
  }
65
 
66
- if ( ( isset( $_GET['action'] ) && 'upgrade-plugin' == $_GET['action'] ) && ( isset( $_GET['plugin'] ) && strstr( $_GET['plugin'], 'woocommerce-germanized.php' ) ) ) {
67
  return;
68
  }
69
 
@@ -81,12 +81,12 @@ if ( ! class_exists( 'WC_GZD_Install' ) ) :
81
  return;
82
  }
83
 
84
- // Bail if activating from network, or bulk, or within an iFrame
85
- if ( is_network_admin() || isset( $_GET['activate-multi'] ) || defined( 'IFRAME_REQUEST' ) ) {
86
  return;
87
  }
88
 
89
- if ( ( isset( $_GET['action'] ) && 'upgrade-plugin' == $_GET['action'] ) && ( isset( $_GET['plugin'] ) && strstr( $_GET['plugin'], 'woocommerce-germanized.php' ) ) ) {
90
  return;
91
  }
92
 
58
  public static function redirect() {
59
  if ( get_option( '_wc_gzd_setup_wizard_redirect' ) ) {
60
 
61
+ // Bail if activating from network, or bulk, or within an iFrame, or AJAX (e.g. plugins screen)
62
+ if ( is_network_admin() || isset( $_GET['activate-multi'] ) || defined( 'IFRAME_REQUEST' ) || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) {
63
  return;
64
  }
65
 
66
+ if ( ( isset( $_REQUEST['action'] ) && 'upgrade-plugin' == $_REQUEST['action'] ) && ( isset( $_REQUEST['plugin'] ) && strstr( $_REQUEST['plugin'], 'woocommerce-germanized.php' ) ) ) {
67
  return;
68
  }
69
 
81
  return;
82
  }
83
 
84
+ // Bail if activating from network, or bulk, or within an iFrame, or AJAX (e.g. plugins screen)
85
+ if ( is_network_admin() || isset( $_GET['activate-multi'] ) || defined( 'IFRAME_REQUEST' ) || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) {
86
  return;
87
  }
88
 
89
+ if ( ( isset( $_REQUEST['action'] ) && 'upgrade-plugin' == $_REQUEST['action'] ) && ( isset( $_REQUEST['plugin'] ) && strstr( $_REQUEST['plugin'], 'woocommerce-germanized.php' ) ) ) {
90
  return;
91
  }
92
 
includes/compatibility/class-wc-gzd-compatibility-woocommerce-paypal-payments.php ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * WooCommerce PayPal Payments Helper
5
+ *
6
+ * @see https://wordpress.org/plugins/woocommerce-paypal-payments/
7
+ *
8
+ * @class WC_GZD_Compatibility_WooCommerce_PayPal_Payments
9
+ * @category Class
10
+ * @author vendidero
11
+ */
12
+ class WC_GZD_Compatibility_WooCommerce_PayPal_Payments extends WC_GZD_Compatibility {
13
+
14
+ public static function get_name() {
15
+ return 'WooCommerce PayPal Payments';
16
+ }
17
+
18
+ public static function get_path() {
19
+ return 'woocommerce-paypal-payments/woocommerce-paypal-payments.php';
20
+ }
21
+
22
+ public function load() {
23
+ add_filter( 'woocommerce_paypal_payments_checkout_button_renderer_hook', array( $this, 'move_paypal_payment_button' ), 10 );
24
+ }
25
+
26
+ public function move_paypal_payment_button( $filter ) {
27
+ return 'woocommerce_gzd_review_order_before_submit';
28
+ }
29
+ }
includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php CHANGED
@@ -1311,9 +1311,9 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
1311
  $order->update_status( apply_filters( 'woocommerce_gzd_direct_debit_default_status', 'on-hold' ), __( 'Awaiting Direct Debit Payment', 'woocommerce-germanized' ) );
1312
 
1313
  /**
1314
- * Manually trigger the mandate mail for custom order pay actions which is by default only triggered for the order confirmation mail
1315
  */
1316
- if ( did_action( 'woocommerce_before_pay_action' ) ) {
1317
  $this->send_mail( $order_id );
1318
  }
1319
 
1311
  $order->update_status( apply_filters( 'woocommerce_gzd_direct_debit_default_status', 'on-hold' ), __( 'Awaiting Direct Debit Payment', 'woocommerce-germanized' ) );
1312
 
1313
  /**
1314
+ * Manually trigger the mandate mail for custom order pay actions in case another confirmation is not being sent.
1315
  */
1316
+ if ( did_action( 'woocommerce_before_pay_action' ) && ! WC_germanized()->emails->pay_for_order_request_needs_confirmation( $order ) ) {
1317
  $this->send_mail( $order_id );
1318
  }
1319
 
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.1
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.2
9
  * Requires PHP: 5.6
10
  * License: GPLv3
11
  * Tested up to: 5.8
packages/one-stop-shop-woocommerce/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.5
8
- Stable tag: 1.1.1
9
  Requires PHP: 5.6
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -60,6 +60,10 @@ 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.1 =
64
  * Improvement: Report deletion and queue cancelling
65
  * Improvement: Added wpml-config.xml to support copying meta data for translated products
5
  Tested up to: 5.8
6
  WC requires at least: 3.9
7
  WC tested up to: 5.5
8
+ Stable tag: 1.1.2
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.2 =
64
+ * Improvement: Report cleanup
65
+ * Improvement: OSS VAT exempts (calculate net price based on base address)
66
+
67
  = 1.1.1 =
68
  * Improvement: Report deletion and queue cancelling
69
  * Improvement: Added wpml-config.xml to support copying meta data for translated products
packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php CHANGED
@@ -237,7 +237,7 @@ class AsyncReportGenerator {
237
 
238
  $this->args['orders_processed'] = absint( $this->args['orders_processed'] ) + $orders_processed;
239
 
240
- update_option( $this->get_id() . '_tmp_result', $tax_data );
241
 
242
  return true;
243
  } else {
237
 
238
  $this->args['orders_processed'] = absint( $this->args['orders_processed'] ) + $orders_processed;
239
 
240
+ update_option( $this->get_id() . '_tmp_result', $tax_data, false );
241
 
242
  return true;
243
  } else {
packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php CHANGED
@@ -107,7 +107,7 @@ class DeliveryThresholdEmailNotification extends \WC_Email {
107
  );
108
 
109
  if ( $success ) {
110
- update_option( 'oss_woocommerce_notification_sent_' . $report->get_date_start()->format( 'Y' ), 'yes' );
111
  }
112
  }
113
  }
107
  );
108
 
109
  if ( $success ) {
110
+ update_option( 'oss_woocommerce_notification_sent_' . $report->get_date_start()->format( 'Y' ), 'yes', false );
111
  }
112
  }
113
  }
packages/one-stop-shop-woocommerce/src/Package.php CHANGED
@@ -2,8 +2,6 @@
2
 
3
  namespace Vendidero\OneStopShop;
4
 
5
- use Automattic\WooCommerce\Admin\Notes\Notes;
6
-
7
  defined( 'ABSPATH' ) || exit;
8
 
9
  /**
@@ -16,7 +14,7 @@ class Package {
16
  *
17
  * @var string
18
  */
19
- const VERSION = '1.1.1';
20
 
21
  /**
22
  * Init the package
@@ -62,7 +60,8 @@ class Package {
62
  }
63
 
64
  // Setup or cancel recurring observer task
65
- add_action( 'init', array( __CLASS__, 'setup_recurring_observer' ), 10 );
 
66
 
67
  if ( Package::enable_auto_observer() ) {
68
  add_action( 'oss_woocommerce_daily_observer', array( __CLASS__, 'update_observer_report' ), 10 );
@@ -75,6 +74,96 @@ class Package {
75
  add_action( 'woocommerce_note_updated', array( '\Vendidero\OneStopShop\Admin', 'on_wc_admin_note_update' ) );
76
  }
77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  public static function dependency_notice() {
79
  ?>
80
  <div class="error notice notice-error"><p><?php _ex( 'To use the OSS for WooCommerce plugin please make sure that WooCommerce is installed and activated.', 'oss', 'woocommerce-germanized' ); ?></p></div>
@@ -286,6 +375,29 @@ class Package {
286
  return $title;
287
  }
288
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
289
  public static function get_reports( $args = array() ) {
290
  $args = wp_parse_args( $args, array(
291
  'type' => '',
@@ -336,6 +448,7 @@ class Package {
336
 
337
  public static function clear_caches() {
338
  delete_transient( 'oss_reports_counts' );
 
339
  }
340
 
341
  public static function get_report_counts() {
@@ -457,10 +570,23 @@ class Package {
457
  }
458
  }
459
 
460
- public static function setup_recurring_observer() {
461
  if ( $queue = Queue::get_queue() ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
462
  if ( Package::enable_auto_observer() ) {
463
- // Schedule once per day at 3:00
464
  if ( null === $queue->get_next( 'oss_woocommerce_daily_observer', array(), 'oss_woocommerce' ) ) {
465
  $timestamp = strtotime('tomorrow midnight' );
466
  $date = new \WC_DateTime();
2
 
3
  namespace Vendidero\OneStopShop;
4
 
 
 
5
  defined( 'ABSPATH' ) || exit;
6
 
7
  /**
14
  *
15
  * @var string
16
  */
17
+ const VERSION = '1.1.2';
18
 
19
  /**
20
  * Init the package
60
  }
61
 
62
  // Setup or cancel recurring observer task
63
+ add_action( 'init', array( __CLASS__, 'setup_recurring_actions' ), 10 );
64
+ add_action( 'oss_woocommerce_daily_cleanup', array( __CLASS__, 'cleanup' ), 10 );
65
 
66
  if ( Package::enable_auto_observer() ) {
67
  add_action( 'oss_woocommerce_daily_observer', array( __CLASS__, 'update_observer_report' ), 10 );
74
  add_action( 'woocommerce_note_updated', array( '\Vendidero\OneStopShop\Admin', 'on_wc_admin_note_update' ) );
75
  }
76
 
77
+ public static function cleanup() {
78
+ $running = array();
79
+ $has_running_observer = false;
80
+ $running_observers = array();
81
+
82
+ /**
83
+ * Remove reports from running Queue in case they are not queued any longer.
84
+ */
85
+ foreach( Queue::get_reports_running() as $report_id ) {
86
+ $details = Queue::get_queue_details( $report_id );
87
+
88
+ if ( $details['has_action'] && ! $details['is_finished'] ) {
89
+ if ( strstr( $report_id, 'observer_' ) ) {
90
+ $running_observers[] = $report_id;
91
+ $has_running_observer = $report_id;
92
+ }
93
+
94
+ $running[] = $report_id;
95
+ } else {
96
+ if ( $report = self::get_report( $report_id ) ) {
97
+ if ( 'completed' !== $report->get_status() ) {
98
+ $report->delete();
99
+ }
100
+ }
101
+ }
102
+ }
103
+
104
+ /**
105
+ * Make sure there is only one observer running at a time.
106
+ */
107
+ foreach( $running as $k => $report_id ) {
108
+ if ( in_array( $report_id, $running_observers ) && $report_id !== $has_running_observer ) {
109
+ if ( $report = self::get_report( $report_id ) ) {
110
+ $report->delete();
111
+ }
112
+
113
+ unset( $running[ $k ] );
114
+ }
115
+ }
116
+
117
+ $running = array_values( $running );
118
+
119
+ update_option( 'oss_woocommerce_reports_running', $running, false );
120
+ Queue::clear_cache();
121
+
122
+ $observer_reports = self::get_reports( array(
123
+ 'type' => 'observer',
124
+ 'include_observer' => true
125
+ ) );
126
+
127
+ foreach( $observer_reports as $observer ) {
128
+ if ( ! self::enable_auto_observer() ) {
129
+ /**
130
+ * Delete observers in case observing was disabled.
131
+ */
132
+ $observer->delete();
133
+ } else {
134
+ /*
135
+ * Do not delete running observers (which are orphans by design)
136
+ */
137
+ if ( $observer->get_id() === $has_running_observer ) {
138
+ continue;
139
+ }
140
+
141
+ $year = $observer->get_date_start()->format( 'Y' );
142
+
143
+ /**
144
+ * Delete orphan observer reports (reports not linked as a main observer for a certain year).
145
+ */
146
+ if ( get_option( 'oss_woocommerce_observer_report_' . $year ) !== $observer->get_id() ) {
147
+ $observer->delete();
148
+ }
149
+ }
150
+ }
151
+
152
+ /**
153
+ * In case the current observer report does not exist - delete the option
154
+ */
155
+ if ( self::enable_auto_observer() ) {
156
+ $year = date( 'Y' );
157
+ $report_id = get_option( 'oss_woocommerce_observer_report_' . $year );
158
+
159
+ if ( ! empty( $report_id ) ) {
160
+ if ( ! Package::get_report( $report_id ) ) {
161
+ delete_option( 'oss_woocommerce_observer_report_' . $year );
162
+ }
163
+ }
164
+ }
165
+ }
166
+
167
  public static function dependency_notice() {
168
  ?>
169
  <div class="error notice notice-error"><p><?php _ex( 'To use the OSS for WooCommerce plugin please make sure that WooCommerce is installed and activated.', 'oss', 'woocommerce-germanized' ); ?></p></div>
375
  return $title;
376
  }
377
 
378
+ /**
379
+ * @param Report $report
380
+ */
381
+ public static function remove_report( $report ) {
382
+ $reports_available = self::get_report_ids();
383
+
384
+ if ( in_array( $report->get_id(), $reports_available[ $report->get_type() ] ) ) {
385
+ $reports_available[ $report->get_type() ] = array_diff( $reports_available[ $report->get_type() ], array( $report->get_id() ) );
386
+
387
+ update_option( 'oss_woocommerce_reports', $reports_available, false );
388
+
389
+ /**
390
+ * Force non-cached option
391
+ */
392
+ wp_cache_delete( 'oss_woocommerce_reports', 'options' );
393
+ }
394
+ }
395
+
396
+ /**
397
+ * @param array $args
398
+ *
399
+ * @return Report[]
400
+ */
401
  public static function get_reports( $args = array() ) {
402
  $args = wp_parse_args( $args, array(
403
  'type' => '',
448
 
449
  public static function clear_caches() {
450
  delete_transient( 'oss_reports_counts' );
451
+ wp_cache_delete( 'oss_woocommerce_reports', 'options' );
452
  }
453
 
454
  public static function get_report_counts() {
570
  }
571
  }
572
 
573
+ public static function setup_recurring_actions() {
574
  if ( $queue = Queue::get_queue() ) {
575
+
576
+ // Schedule once per day at 2:00
577
+ if ( null === $queue->get_next( 'oss_woocommerce_daily_cleanup', array(), 'oss_woocommerce' ) ) {
578
+ $timestamp = strtotime('tomorrow midnight' );
579
+ $date = new \WC_DateTime();
580
+
581
+ $date->setTimestamp( $timestamp );
582
+ $date->modify( '+2 hours' );
583
+
584
+ $queue->cancel_all( 'oss_woocommerce_daily_cleanup', array(), 'oss_woocommerce' );
585
+ $queue->schedule_recurring( $date->getTimestamp(), DAY_IN_SECONDS, 'oss_woocommerce_daily_cleanup', array(), 'oss_woocommerce' );
586
+ }
587
+
588
  if ( Package::enable_auto_observer() ) {
589
+ // Schedule once per day at 3:00
590
  if ( null === $queue->get_next( 'oss_woocommerce_daily_observer', array(), 'oss_woocommerce' ) ) {
591
  $timestamp = strtotime('tomorrow midnight' );
592
  $date = new \WC_DateTime();
packages/one-stop-shop-woocommerce/src/Queue.php CHANGED
@@ -54,7 +54,8 @@ class Queue {
54
  $running[] = $generator->get_id();
55
  }
56
 
57
- update_option( 'oss_woocommerce_reports_running', $running );
 
58
 
59
  return $generator->get_id();
60
  }
@@ -62,11 +63,18 @@ class Queue {
62
  return false;
63
  }
64
 
 
 
 
 
65
  public static function get_queue_details( $report_id ) {
66
  $details = array(
67
  'next_date' => null,
68
  'link' => admin_url( 'admin.php?page=wc-status&tab=action-scheduler&s=' . esc_attr( $report_id ) .'&status=pending' ),
69
  'order_count' => 0,
 
 
 
70
  );
71
 
72
  if ( $queue = self::get_queue() ) {
@@ -106,6 +114,9 @@ class Queue {
106
  $processed = isset( $args['args']['orders_processed'] ) ? (int) $args['args']['orders_processed'] : 0;
107
 
108
  $details['order_count'] = absint( $processed );
 
 
 
109
  }
110
  }
111
 
@@ -212,10 +223,10 @@ class Queue {
212
 
213
  if ( self::is_running( $id ) ) {
214
  $running = array_diff( $running, array( $id ) );
215
-
216
  Package::log( sprintf( 'Cancelled %s', Package::get_report_title( $id ) ) );
217
 
218
- update_option( 'oss_woocommerce_reports_running', $running );
 
219
  $generator->delete();
220
  }
221
 
@@ -298,13 +309,7 @@ class Queue {
298
 
299
  Package::log( sprintf( 'Completed %1$s. Status: %2$s', $report->get_title(), $status ) );
300
 
301
- $running = self::get_reports_running();
302
-
303
- if ( in_array( $generator->get_id(), $running ) ) {
304
- $running = array_diff( $running, array( $generator->get_id() ) );
305
- }
306
-
307
- update_option( 'oss_woocommerce_reports_running', $running );
308
 
309
  if ( 'observer' === $report->get_type() ) {
310
  self::update_observer( $report );
@@ -339,11 +344,12 @@ class Queue {
339
  $report->delete();
340
 
341
  $observer_report->set_date_requested( $report->get_date_requested() );
 
342
  // Use the last report date as new end date
343
  $observer_report->set_date_end( $report->get_date_end() );
344
  $observer_report->save();
345
 
346
- update_option( 'oss_woocommerce_observer_report_' . $year, $observer_report->get_id() );
347
 
348
  do_action( 'oss_woocommerce_updated_observer', $observer_report );
349
  }
@@ -352,12 +358,40 @@ class Queue {
352
  * @return false|Report
353
  */
354
  public static function get_running_observer() {
 
 
355
  foreach( self::get_reports_running() as $id ) {
 
 
 
 
356
  if ( strstr( $id, 'observer_' ) ) {
357
- return Package::get_report( $id );
358
  }
359
  }
360
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
361
  return false;
362
  }
363
 
54
  $running[] = $generator->get_id();
55
  }
56
 
57
+ update_option( 'oss_woocommerce_reports_running', $running, false );
58
+ self::clear_cache();
59
 
60
  return $generator->get_id();
61
  }
63
  return false;
64
  }
65
 
66
+ public static function clear_cache() {
67
+ wp_cache_delete( 'oss_woocommerce_reports_running', 'options' );
68
+ }
69
+
70
  public static function get_queue_details( $report_id ) {
71
  $details = array(
72
  'next_date' => null,
73
  'link' => admin_url( 'admin.php?page=wc-status&tab=action-scheduler&s=' . esc_attr( $report_id ) .'&status=pending' ),
74
  'order_count' => 0,
75
+ 'has_action' => false,
76
+ 'is_finished' => false,
77
+ 'action' => false
78
  );
79
 
80
  if ( $queue = self::get_queue() ) {
114
  $processed = isset( $args['args']['orders_processed'] ) ? (int) $args['args']['orders_processed'] : 0;
115
 
116
  $details['order_count'] = absint( $processed );
117
+ $details['has_action'] = true;
118
+ $details['action'] = $action;
119
+ $details['is_finished'] = $action->is_finished();
120
  }
121
  }
122
 
223
 
224
  if ( self::is_running( $id ) ) {
225
  $running = array_diff( $running, array( $id ) );
 
226
  Package::log( sprintf( 'Cancelled %s', Package::get_report_title( $id ) ) );
227
 
228
+ update_option( 'oss_woocommerce_reports_running', $running, false );
229
+ self::clear_cache();
230
  $generator->delete();
231
  }
232
 
309
 
310
  Package::log( sprintf( 'Completed %1$s. Status: %2$s', $report->get_title(), $status ) );
311
 
312
+ self::maybe_stop_report( $report->get_id() );
 
 
 
 
 
 
313
 
314
  if ( 'observer' === $report->get_type() ) {
315
  self::update_observer( $report );
344
  $report->delete();
345
 
346
  $observer_report->set_date_requested( $report->get_date_requested() );
347
+
348
  // Use the last report date as new end date
349
  $observer_report->set_date_end( $report->get_date_end() );
350
  $observer_report->save();
351
 
352
+ update_option( 'oss_woocommerce_observer_report_' . $year, $observer_report->get_id(), false );
353
 
354
  do_action( 'oss_woocommerce_updated_observer', $observer_report );
355
  }
358
  * @return false|Report
359
  */
360
  public static function get_running_observer() {
361
+ $report = false;
362
+
363
  foreach( self::get_reports_running() as $id ) {
364
+ /**
365
+ * Make sure to return the last running observer in case more of one observer exists
366
+ * in running queue.
367
+ */
368
  if ( strstr( $id, 'observer_' ) ) {
369
+ $report = Package::get_report( $id );
370
  }
371
  }
372
 
373
+ return $report;
374
+ }
375
+
376
+ public static function maybe_stop_report( $report_id ) {
377
+ $reports_running = self::get_reports_running();
378
+
379
+ if ( in_array( $report_id, $reports_running ) ) {
380
+ $reports_running = array_diff( $reports_running, array( $report_id ) );
381
+ update_option( 'oss_woocommerce_reports_running', $reports_running, false );
382
+
383
+ if ( $queue = self::get_queue() ) {
384
+ $queue->cancel_all( 'oss_woocommerce_' . $report_id );
385
+ }
386
+
387
+ /**
388
+ * Force non-cached running option
389
+ */
390
+ wp_cache_delete( 'oss_woocommerce_reports_running', 'options' );
391
+
392
+ return true;
393
+ }
394
+
395
  return false;
396
  }
397
 
packages/one-stop-shop-woocommerce/src/Report.php CHANGED
@@ -245,14 +245,14 @@ class Report {
245
  }
246
 
247
  public function save() {
248
- update_option( $this->id . '_result', $this->args );
249
 
250
  $reports_available = Package::get_report_ids();
251
 
252
  if ( ! in_array( $this->get_id(), $reports_available[ $this->get_type() ] ) ) {
253
  // Add new report to start of the list
254
  array_unshift( $reports_available[ $this->get_type() ], $this->get_id() );
255
- update_option( 'oss_woocommerce_reports', $reports_available );
256
  }
257
 
258
  delete_option( $this->id . '_tmp_result' );
@@ -266,25 +266,8 @@ class Report {
266
  delete_option( $this->id . '_result' );
267
  delete_option( $this->id . '_tmp_result' );
268
 
269
- $reports_available = Package::get_report_ids();
270
- $reports_running = Queue::get_reports_running();
271
-
272
- if ( in_array( $this->get_id(), $reports_available[ $this->get_type() ] ) ) {
273
- $reports_available[ $this->get_type() ] = array_diff( $reports_available[ $this->get_type() ], array( $this->get_id() ) );
274
- update_option( 'oss_woocommerce_reports', $reports_available );
275
- }
276
-
277
- /**
278
- * Maybe remove from queue and running
279
- */
280
- if ( in_array( $this->get_id(), $reports_running ) ) {
281
- $reports_running = array_diff( $reports_running, array( $this->get_id() ) );
282
- update_option( 'oss_woocommerce_reports_running', $reports_running );
283
-
284
- if ( $queue = Queue::get_queue() ) {
285
- $queue->cancel_all( 'oss_woocommerce_' . $this->get_id() );
286
- }
287
- }
288
 
289
  if ( 'observer' === $this->get_type() ) {
290
  delete_option( 'oss_woocommerce_observer_report_' . $this->get_date_start()->format( 'Y' ) );
245
  }
246
 
247
  public function save() {
248
+ update_option( $this->id . '_result', $this->args, false );
249
 
250
  $reports_available = Package::get_report_ids();
251
 
252
  if ( ! in_array( $this->get_id(), $reports_available[ $this->get_type() ] ) ) {
253
  // Add new report to start of the list
254
  array_unshift( $reports_available[ $this->get_type() ], $this->get_id() );
255
+ update_option( 'oss_woocommerce_reports', $reports_available, false );
256
  }
257
 
258
  delete_option( $this->id . '_tmp_result' );
266
  delete_option( $this->id . '_result' );
267
  delete_option( $this->id . '_tmp_result' );
268
 
269
+ Queue::maybe_stop_report( $this->get_id() );
270
+ Package::remove_report( $this );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
 
272
  if ( 'observer' === $this->get_type() ) {
273
  delete_option( 'oss_woocommerce_observer_report_' . $this->get_date_start()->format( 'Y' ) );
packages/one-stop-shop-woocommerce/src/Tax.php CHANGED
@@ -18,9 +18,48 @@ class Tax {
18
  add_filter( 'woocommerce_product_variation_get_tax_class', array( __CLASS__, 'filter_tax_class' ), 250, 2 );
19
 
20
  add_filter( 'woocommerce_adjust_non_base_location_prices', array( __CLASS__, 'disable_location_price' ), 250 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  }
22
  }
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  /**
25
  * Get VAT exemptions (of EU countries) for certain postcodes (e.g. canary islands)
26
  *
@@ -108,7 +147,17 @@ class Tax {
108
  $tax_based_on = 'billing';
109
  }
110
 
111
- $country = $tax_based_on ? $order->get_billing_country() : $order->get_shipping_country();
 
 
 
 
 
 
 
 
 
 
112
 
113
  if ( 'base' !== $tax_based_on && ! empty( $country ) ) {
114
  $taxable_address = array(
@@ -142,6 +191,23 @@ class Tax {
142
  return $tax_class;
143
  }
144
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  protected static function is_admin_order_ajax_request() {
146
  $order_actions = array( 'woocommerce_calc_line_taxes', 'add_coupon_discount', 'refund_line_items', 'delete_refund' );
147
 
@@ -380,18 +446,19 @@ class Tax {
380
  * @param \WC_Product $product
381
  */
382
  public static function get_product_tax_class_by_country( $product, $country, $postcode = '', $default = false ) {
383
- $tax_classes = self::get_product_tax_classes( $product );
384
- $tax_class = false !== $default ? $default : $product->get_tax_class();
385
- $postcode = wc_normalize_postcode( $postcode );
 
386
 
387
  /**
388
  * Prevent tax class adjustment for GB (except Norther Ireland via postcode detection)
389
  */
390
  if ( 'GB' === $country && ( empty( $postcode ) || 'BT' !== substr( $postcode, 0, 2 ) ) ) {
391
- return $tax_class;
392
  }
393
 
394
- if ( array_key_exists( $country, $tax_classes ) ) {
395
  $tax_class = $tax_classes[ $country ];
396
  }
397
 
18
  add_filter( 'woocommerce_product_variation_get_tax_class', array( __CLASS__, 'filter_tax_class' ), 250, 2 );
19
 
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
+ foreach( WC()->cart->get_shipping_packages() as $package_key => $package ) {
35
+ $session_key = "shipping_for_package_{$package_key}";
36
+
37
+ unset( WC()->session->$session_key );
38
+ }
39
+ }
40
  }
41
  }
42
 
43
+ /**
44
+ * In case the order/customer is a VAT exempt, use the base address as tax location.
45
+ *
46
+ * @param $location
47
+ *
48
+ * @return array|mixed
49
+ */
50
+ public static function vat_exempt_taxable_address( $location ) {
51
+ if ( self::is_vat_exempt() ) {
52
+ $location = array(
53
+ WC()->countries->get_base_country(),
54
+ WC()->countries->get_base_state(),
55
+ WC()->countries->get_base_postcode(),
56
+ WC()->countries->get_base_city(),
57
+ );
58
+ }
59
+
60
+ return $location;
61
+ }
62
+
63
  /**
64
  * Get VAT exemptions (of EU countries) for certain postcodes (e.g. canary islands)
65
  *
147
  $tax_based_on = 'billing';
148
  }
149
 
150
+ $is_vat_exempt = apply_filters( 'woocommerce_order_is_vat_exempt', 'yes' === $order->get_meta( 'is_vat_exempt' ), $order );
151
+
152
+ /**
153
+ * In case the order is a VAT exempt, calculate net prices
154
+ * based on taxes from base country.
155
+ */
156
+ if ( $is_vat_exempt ) {
157
+ $tax_based_on = 'base';
158
+ }
159
+
160
+ $country = 'billing' === $tax_based_on ? $order->get_billing_country() : $order->get_shipping_country();
161
 
162
  if ( 'base' !== $tax_based_on && ! empty( $country ) ) {
163
  $taxable_address = array(
191
  return $tax_class;
192
  }
193
 
194
+ protected static function is_vat_exempt() {
195
+ $is_admin_order_request = self::is_admin_order_request();
196
+ $is_vat_exempt = false;
197
+
198
+ if ( $is_admin_order_request ) {
199
+ if ( $order = wc_get_order( absint( $_POST['order_id'] ) ) ) {
200
+ $is_vat_exempt = apply_filters( 'woocommerce_order_is_vat_exempt', 'yes' === $order->get_meta( 'is_vat_exempt' ), $order );
201
+ }
202
+ } else {
203
+ if ( WC()->customer && WC()->customer->is_vat_exempt() ) {
204
+ $is_vat_exempt = true;
205
+ }
206
+ }
207
+
208
+ return $is_vat_exempt;
209
+ }
210
+
211
  protected static function is_admin_order_ajax_request() {
212
  $order_actions = array( 'woocommerce_calc_line_taxes', 'add_coupon_discount', 'refund_line_items', 'delete_refund' );
213
 
446
  * @param \WC_Product $product
447
  */
448
  public static function get_product_tax_class_by_country( $product, $country, $postcode = '', $default = false ) {
449
+ $tax_classes = self::get_product_tax_classes( $product );
450
+ $tax_class = false !== $default ? $default : $product->get_tax_class();
451
+ $postcode = wc_normalize_postcode( $postcode );
452
+ $filter_tax_class = true;
453
 
454
  /**
455
  * Prevent tax class adjustment for GB (except Norther Ireland via postcode detection)
456
  */
457
  if ( 'GB' === $country && ( empty( $postcode ) || 'BT' !== substr( $postcode, 0, 2 ) ) ) {
458
+ $filter_tax_class = false;
459
  }
460
 
461
+ if ( apply_filters( "oss_woocommerce_switch_product_tax_class", $filter_tax_class, $product, $country, $postcode, $default ) && array_key_exists( $country, $tax_classes ) ) {
462
  $tax_class = $tax_classes[ $country ];
463
  }
464
 
packages/woocommerce-germanized-dhl/assets/js/admin-deutsche-post-label.js CHANGED
@@ -18,8 +18,8 @@ window.germanized.admin = window.germanized.admin || {};
18
  },
19
 
20
  getSelectedAdditionalServices: function() {
21
- var selectedIds = $( "#wc-gzd-shipment-label-wrapper-additional-services :input:checked" ).map( function () {
22
- return $( this ).val();
23
  }).get();
24
 
25
  return selectedIds;
18
  },
19
 
20
  getSelectedAdditionalServices: function() {
21
+ var selectedIds = $( "#wc-gzd-shipment-label-wrapper-additional-services :input:checked" ).map( function() {
22
+ return $( this ).attr( 'name' ).replace( 'service_', '' );
23
  }).get();
24
 
25
  return selectedIds;
packages/woocommerce-germanized-dhl/assets/js/admin-deutsche-post-label.min.js CHANGED
@@ -1 +1 @@
1
- window.germanized=window.germanized||{},window.germanized.admin=window.germanized.admin||{},function(t,n){n.dhl_post_label={params:{},init:function(){var e=n.dhl_post_label;e.params=wc_gzd_admin_deutsche_post_label_params,t(document).on("change","#wc-gzd-shipment-label-admin-fields-deutsche_post #product_id, #wc-gzd-shipment-label-admin-fields-deutsche_post #wc-gzd-shipment-label-wrapper-additional-services :input",e.onRefreshPreview)},getSelectedAdditionalServices:function(){return t("#wc-gzd-shipment-label-wrapper-additional-services :input:checked").map(function(){return t(this).val()}).get()},onRefreshPreview:function(){var e=n.dhl_post_label,a=germanized.admin.shipment_label_backbone.backbone,i={},d=t(".wc-gzd-shipment-create-label");i.security=e.params.refresh_label_preview_nonce,i.product_id=e.getProductId(),i.selected_services=e.getSelectedAdditionalServices(),i.action="woocommerce_gzd_dhl_refresh_deutsche_post_label_preview",a.doAjax(i,d,e.onPreviewSuccess)},onPreviewSuccess:function(e){var a=n.dhl_post_label,i=t(".wc-gzd-dhl-im-product-data .col-preview"),d=t(".wc-gzd-dhl-im-product-data").find(".image-preview");e.is_wp_int?i.parents(".wc-gzd-shipment-create-label").find(".page_format_field").hide():i.parents(".wc-gzd-shipment-create-label").find(".page_format_field").show(),e.preview_url?(i.block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),d.find(".stamp-preview").length<=0&&d.append('<img class="stamp-preview" style="display: none;" />'),a.replaceProductData(e.preview_data),d.find(".stamp-preview").attr("src",e.preview_url).load(function(){i.unblock(),t(this).show()})):d.html("")},refreshProductData:function(){n.dhl_post_label.onRefreshPreview()},getProductId:function(){return t("#wc-gzd-shipment-label-admin-fields-deutsche_post #product_id").val()},replaceProductData:function(a){n.dhl_post_label;var e=t(".wc-gzd-shipment-create-label").find(".wc-gzd-dhl-im-product-data");e.find(".data-placeholder").html(""),e.find(".data-placeholder").each(function(){var e=t(this).data("replace");a.hasOwnProperty(e)?(t(this).html(a[e]),t(this).show()):t(this).hide()})}},t(document).ready(function(){germanized.admin.dhl_post_label.init()})}(jQuery,window.germanized.admin);
1
+ window.germanized=window.germanized||{},window.germanized.admin=window.germanized.admin||{},function(d,n){n.dhl_post_label={params:{},init:function(){var e=n.dhl_post_label;e.params=wc_gzd_admin_deutsche_post_label_params,d(document).on("change","#wc-gzd-shipment-label-admin-fields-deutsche_post #product_id, #wc-gzd-shipment-label-admin-fields-deutsche_post #wc-gzd-shipment-label-wrapper-additional-services :input",e.onRefreshPreview)},getSelectedAdditionalServices:function(){return d("#wc-gzd-shipment-label-wrapper-additional-services :input:checked").map(function(){return d(this).attr("name").replace("service_","")}).get()},onRefreshPreview:function(){var e=n.dhl_post_label,a=germanized.admin.shipment_label_backbone.backbone,i={},t=d(".wc-gzd-shipment-create-label");i.security=e.params.refresh_label_preview_nonce,i.product_id=e.getProductId(),i.selected_services=e.getSelectedAdditionalServices(),i.action="woocommerce_gzd_dhl_refresh_deutsche_post_label_preview",a.doAjax(i,t,e.onPreviewSuccess)},onPreviewSuccess:function(e){var a=n.dhl_post_label,i=d(".wc-gzd-dhl-im-product-data .col-preview"),t=d(".wc-gzd-dhl-im-product-data").find(".image-preview");e.is_wp_int?i.parents(".wc-gzd-shipment-create-label").find(".page_format_field").hide():i.parents(".wc-gzd-shipment-create-label").find(".page_format_field").show(),e.preview_url?(i.block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),t.find(".stamp-preview").length<=0&&t.append('<img class="stamp-preview" style="display: none;" />'),a.replaceProductData(e.preview_data),t.find(".stamp-preview").attr("src",e.preview_url).load(function(){i.unblock(),d(this).show()})):t.html("")},refreshProductData:function(){n.dhl_post_label.onRefreshPreview()},getProductId:function(){return d("#wc-gzd-shipment-label-admin-fields-deutsche_post #product_id").val()},replaceProductData:function(a){n.dhl_post_label;var e=d(".wc-gzd-shipment-create-label").find(".wc-gzd-dhl-im-product-data");e.find(".data-placeholder").html(""),e.find(".data-placeholder").each(function(){var e=d(this).data("replace");a.hasOwnProperty(e)?(d(this).html(a[e]),d(this).show()):d(this).hide()})}},d(document).ready(function(){germanized.admin.dhl_post_label.init()})}(jQuery,window.germanized.admin);
packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php CHANGED
@@ -51,7 +51,7 @@ function wc_gzd_dhl_get_shipment_customs_data( $label, $max_desc_length = 255 )
51
  }
52
  }
53
 
54
- return apply_filters( "woocommerce_gzd_dhl_customs_data", $label->get_customs_data( $max_desc_length ), $label, $shipment );
55
  }
56
 
57
  function wc_gzd_dhl_format_preferred_api_time( $time ) {
51
  }
52
  }
53
 
54
+ return apply_filters( "woocommerce_gzd_dhl_customs_data", $customs_data, $label, $shipment );
55
  }
56
 
57
  function wc_gzd_dhl_format_preferred_api_time( $time ) {
packages/woocommerce-germanized-dhl/src/Package.php CHANGED
@@ -25,7 +25,7 @@ class Package {
25
  *
26
  * @var string
27
  */
28
- const VERSION = '1.5.10';
29
 
30
  public static $upload_dir_suffix = '';
31
 
@@ -44,7 +44,6 @@ class Package {
44
  * Init the package - load the REST API Server class.
45
  */
46
  public static function init() {
47
-
48
  if ( self::has_dependencies() ) {
49
  // Add shipping provider
50
  add_filter( 'woocommerce_gzd_shipping_provider_class_names', array( __CLASS__, 'add_shipping_provider_class_name' ), 10, 1 );
@@ -446,7 +445,7 @@ class Package {
446
  }
447
 
448
  public static function get_internetmarke_products_url() {
449
- return 'https://prodws.deutschepost.de:8443/ProdWSProvider_1_1/prodws?wsdl';
450
  }
451
 
452
  public static function get_internetmarke_refund_url() {
@@ -1026,7 +1025,7 @@ class Package {
1026
  * Function return whether the sender and receiver country is the same territory
1027
  */
1028
  public static function is_shipping_domestic( $country_receiver, $postcode = '' ) {
1029
- $is_domestic = \Vendidero\Germanized\Shipments\Package::is_shipping_domestic( $country_receiver, $postcode );
1030
 
1031
  /**
1032
  * Shipments from DE to Helgoland are not treated as crossborder
@@ -1042,7 +1041,7 @@ class Package {
1042
  * Check if it is an EU shipment
1043
  */
1044
  public static function is_eu_shipment( $country_receiver, $postcode = '' ) {
1045
- return \Vendidero\Germanized\Shipments\Package::is_shipping_inner_eu_country( $country_receiver, $postcode );
1046
  }
1047
 
1048
  protected static function get_eu_countries() {
@@ -1059,7 +1058,7 @@ class Package {
1059
  * Function return whether the sender and receiver country is "crossborder" i.e. needs CUSTOMS declarations (outside EU)
1060
  */
1061
  public static function is_crossborder_shipment( $country_receiver, $postcode = '' ) {
1062
- $is_crossborder = \Vendidero\Germanized\Shipments\Package::is_shipping_international( $country_receiver, $postcode );
1063
 
1064
  /**
1065
  * Shipments from DE to Helgoland are not treated as crossborder
25
  *
26
  * @var string
27
  */
28
+ const VERSION = '1.5.11';
29
 
30
  public static $upload_dir_suffix = '';
31
 
44
  * Init the package - load the REST API Server class.
45
  */
46
  public static function init() {
 
47
  if ( self::has_dependencies() ) {
48
  // Add shipping provider
49
  add_filter( 'woocommerce_gzd_shipping_provider_class_names', array( __CLASS__, 'add_shipping_provider_class_name' ), 10, 1 );
445
  }
446
 
447
  public static function get_internetmarke_products_url() {
448
+ return 'https://prodws.deutschepost.de/ProdWSProvider_1_1/prodws?wsdl';
449
  }
450
 
451
  public static function get_internetmarke_refund_url() {
1025
  * Function return whether the sender and receiver country is the same territory
1026
  */
1027
  public static function is_shipping_domestic( $country_receiver, $postcode = '' ) {
1028
+ $is_domestic = \Vendidero\Germanized\Shipments\Package::is_shipping_domestic( $country_receiver, array( 'postcode' => $postcode ) );
1029
 
1030
  /**
1031
  * Shipments from DE to Helgoland are not treated as crossborder
1041
  * Check if it is an EU shipment
1042
  */
1043
  public static function is_eu_shipment( $country_receiver, $postcode = '' ) {
1044
+ return \Vendidero\Germanized\Shipments\Package::is_shipping_inner_eu_country( $country_receiver, array( 'postcode' => $postcode ) );
1045
  }
1046
 
1047
  protected static function get_eu_countries() {
1058
  * Function return whether the sender and receiver country is "crossborder" i.e. needs CUSTOMS declarations (outside EU)
1059
  */
1060
  public static function is_crossborder_shipment( $country_receiver, $postcode = '' ) {
1061
+ $is_crossborder = \Vendidero\Germanized\Shipments\Package::is_shipping_international( $country_receiver, array( 'postcode' => $postcode ) );
1062
 
1063
  /**
1064
  * Shipments from DE to Helgoland are not treated as crossborder
packages/woocommerce-germanized-dhl/src/ParcelServices.php CHANGED
@@ -26,26 +26,26 @@ class ParcelServices {
26
  if ( $dhl_order = wc_gzd_dhl_get_order( $order ) ) {
27
  if ( $dhl_order->has_preferred_day() ) {
28
  $new_rows['preferred_day'] = array(
29
- 'label' => _x( 'Preferred Day', 'dhl', 'woocommerce-germanized' ),
30
  'value' => wc_format_datetime( $dhl_order->get_preferred_day(), wc_date_format() ),
31
  );
32
  }
33
 
34
  if ( $dhl_order->has_preferred_time() ) {
35
  $new_rows['preferred_time'] = array(
36
- 'label' => _x( 'Preferred Time', 'dhl', 'woocommerce-germanized' ),
37
  'value' => $dhl_order->get_preferred_time(),
38
  );
39
  }
40
 
41
  if ( $dhl_order->has_preferred_location() ) {
42
  $new_rows['preferred_location'] = array(
43
- 'label' => _x( 'Preferred Location', 'dhl', 'woocommerce-germanized' ),
44
  'value' => $dhl_order->get_preferred_location(),
45
  );
46
  } elseif( $dhl_order->has_preferred_neighbor() ) {
47
  $new_rows['preferred_neighbor'] = array(
48
- 'label' => _x( 'Preferred Neighbor', 'dhl', 'woocommerce-germanized' ),
49
  'value' => $dhl_order->get_preferred_neighbor_formatted_address(),
50
  );
51
  }
@@ -130,7 +130,7 @@ class ParcelServices {
130
  try {
131
  if ( ! empty( $data['preferred_day'] ) ) {
132
  if ( ! empty( $data['preferred_day_cost'] ) ) {
133
- $cart->add_fee( _x( 'DHL Preferred Day', 'dhl', 'woocommerce-germanized' ), $data['preferred_day_cost'], true );
134
  }
135
  }
136
  } catch ( Exception $e ) {}
@@ -273,7 +273,7 @@ class ParcelServices {
273
  }
274
 
275
  if ( empty( $data['preferred_day'] ) ) {
276
- $data['errors']->add( 'validation', _x( 'Sorry, but the preferred day you have chosen is no longer available.', 'dhl', 'woocommerce-germanized' ) );
277
  }
278
  }
279
  }
@@ -296,7 +296,7 @@ class ParcelServices {
296
  if ( ! empty( $location ) ) {
297
  $data['preferred_location'] = $location;
298
  } else {
299
- $data['errors']->add( 'validation', _x( 'Please choose a preferred location.', 'dhl', 'woocommerce-germanized' ) );
300
  }
301
  } elseif( self::is_preferred_neighbor_enabled() && 'neighbor' === $post_data['dhl_preferred_location_type'] ) {
302
  $name = isset( $post_data['dhl_preferred_location_neighbor_name'] ) ? wc_clean( $post_data['dhl_preferred_location_neighbor_name'] ) : '';
26
  if ( $dhl_order = wc_gzd_dhl_get_order( $order ) ) {
27
  if ( $dhl_order->has_preferred_day() ) {
28
  $new_rows['preferred_day'] = array(
29
+ 'label' => _x( 'Delivery day', 'dhl', 'woocommerce-germanized' ),
30
  'value' => wc_format_datetime( $dhl_order->get_preferred_day(), wc_date_format() ),
31
  );
32
  }
33
 
34
  if ( $dhl_order->has_preferred_time() ) {
35
  $new_rows['preferred_time'] = array(
36
+ 'label' => _x( 'Delivery time', 'dhl', 'woocommerce-germanized' ),
37
  'value' => $dhl_order->get_preferred_time(),
38
  );
39
  }
40
 
41
  if ( $dhl_order->has_preferred_location() ) {
42
  $new_rows['preferred_location'] = array(
43
+ 'label' => _x( 'Drop-off location', 'dhl', 'woocommerce-germanized' ),
44
  'value' => $dhl_order->get_preferred_location(),
45
  );
46
  } elseif( $dhl_order->has_preferred_neighbor() ) {
47
  $new_rows['preferred_neighbor'] = array(
48
+ 'label' => _x( 'Neighbor', 'dhl', 'woocommerce-germanized' ),
49
  'value' => $dhl_order->get_preferred_neighbor_formatted_address(),
50
  );
51
  }
130
  try {
131
  if ( ! empty( $data['preferred_day'] ) ) {
132
  if ( ! empty( $data['preferred_day_cost'] ) ) {
133
+ $cart->add_fee( _x( 'DHL Delivery day', 'dhl', 'woocommerce-germanized' ), $data['preferred_day_cost'], true );
134
  }
135
  }
136
  } catch ( Exception $e ) {}
273
  }
274
 
275
  if ( empty( $data['preferred_day'] ) ) {
276
+ $data['errors']->add( 'validation', _x( 'Sorry, but the delivery day you have chosen is no longer available.', 'dhl', 'woocommerce-germanized' ) );
277
  }
278
  }
279
  }
296
  if ( ! empty( $location ) ) {
297
  $data['preferred_location'] = $location;
298
  } else {
299
+ $data['errors']->add( 'validation', _x( 'Please choose a drop-off location.', 'dhl', 'woocommerce-germanized' ) );
300
  }
301
  } elseif( self::is_preferred_neighbor_enabled() && 'neighbor' === $post_data['dhl_preferred_location_type'] ) {
302
  $name = isset( $post_data['dhl_preferred_location_neighbor_name'] ) ? wc_clean( $post_data['dhl_preferred_location_neighbor_name'] ) : '';
packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php CHANGED
@@ -28,7 +28,7 @@ class DHL extends Auto {
28
  }
29
 
30
  public function get_description( $context = 'view' ) {
31
- return _x( 'Complete DHL integration supporting labels, preferred services and packstation delivery.', 'dhl', 'woocommerce-germanized' );
32
  }
33
 
34
  public function get_default_tracking_url_placeholder() {
@@ -116,7 +116,7 @@ class DHL extends Auto {
116
  $sections = parent::get_setting_sections();
117
 
118
  $sections['pickup'] = _x( 'Parcel Pickup', 'dhl', 'woocommerce-germanized' );
119
- $sections['preferred'] = _x( 'Preferred Services', 'dhl', 'woocommerce-germanized' );
120
 
121
  return $sections;
122
  }
@@ -224,7 +224,7 @@ class DHL extends Auto {
224
 
225
  $settings = array_merge( $settings, array( array(
226
  'id' => 'preferred_day',
227
- 'label' => _x( 'Preferred Day', 'dhl', 'woocommerce-germanized' ),
228
  'description' => '',
229
  'value' => isset( $default_args['preferred_day'] ) ? $default_args['preferred_day'] : '',
230
  'options' => wc_gzd_dhl_get_preferred_days_select_options( $preferred_days, ( isset( $default_args['preferred_day'] ) ? $default_args['preferred_day'] : '' ) ),
@@ -234,7 +234,7 @@ class DHL extends Auto {
234
  if ( $dhl_order->has_preferred_location() ) {
235
  $settings = array_merge( $settings, array( array(
236
  'id' => 'preferred_location',
237
- 'label' => _x( 'Preferred Location', 'dhl', 'woocommerce-germanized' ),
238
  'placeholder' => '',
239
  'description' => '',
240
  'value' => isset( $default_args['preferred_location'] ) ? $default_args['preferred_location'] : '',
@@ -246,7 +246,7 @@ class DHL extends Auto {
246
  if ( $dhl_order->has_preferred_neighbor() ) {
247
  $settings = array_merge( $settings, array( array(
248
  'id' => 'preferred_neighbor',
249
- 'label' => _x( 'Preferred Neighbor', 'dhl', 'woocommerce-germanized' ),
250
  'placeholder' => '',
251
  'description' => '',
252
  'value' => isset( $default_args['preferred_neighbor'] ) ? $default_args['preferred_neighbor'] : '',
@@ -469,8 +469,9 @@ class DHL extends Auto {
469
  }
470
 
471
  $settings[] = array(
472
- 'type' => 'services_start',
473
- 'id' => '',
 
474
  );
475
 
476
  $settings = array_merge( $settings, $services );
@@ -615,7 +616,7 @@ class DHL extends Auto {
615
  $args['services'] = array_merge( $args['services'], array( 'PreferredDay' ) );
616
  } else {
617
  if ( ! empty( $args['preferred_day'] ) && ! wc_gzd_dhl_is_valid_datetime( $args['preferred_day'], 'Y-m-d' ) ) {
618
- $error->add( 500, _x( 'Error while parsing preferred day.', 'dhl', 'woocommerce-germanized' ) );
619
  }
620
 
621
  $args['services'] = array_diff( $args['services'], array( 'PreferredDay' ) );
@@ -1136,8 +1137,8 @@ class DHL extends Auto {
1136
  array( 'title' => '', 'type' => 'title', 'id' => 'preferred_options', 'allow_override' => true ),
1137
 
1138
  array(
1139
- 'title' => _x( 'Preferred Day', 'dhl', 'woocommerce-germanized' ),
1140
- 'desc' => _x( 'Enable preferred day delivery.', 'dhl', 'woocommerce-germanized' ) . '<div class="wc-gzd-additional-desc">' . _x( 'Enabling this option will display options for the user to select their preferred day of delivery during the checkout.', 'dhl', 'woocommerce-germanized' ) . '</div>',
1141
  'id' => 'PreferredDay_enable',
1142
  'value' => wc_bool_to_string( $this->get_setting( 'PreferredDay_enable' ) ),
1143
  'default' => 'yes',
@@ -1147,7 +1148,7 @@ class DHL extends Auto {
1147
  array(
1148
  'title' => _x( 'Fee', 'dhl', 'woocommerce-germanized' ),
1149
  'type' => 'text',
1150
- 'desc' => _x( 'Insert gross value as surcharge for preferred day delivery. Insert 0 to offer service for free.', 'dhl', 'woocommerce-germanized' ),
1151
  'desc_tip' => true,
1152
  'id' => 'PreferredDay_cost',
1153
  'value' => $this->get_setting( 'PreferredDay_cost' ),
@@ -1158,8 +1159,8 @@ class DHL extends Auto {
1158
  ),
1159
 
1160
  array(
1161
- 'title' => _x( 'Preferred Location', 'dhl', 'woocommerce-germanized' ),
1162
- 'desc' => _x( 'Enable preferred location delivery.', 'dhl', 'woocommerce-germanized' ) . '<div class="wc-gzd-additional-desc">' . _x( 'Enabling this option will display options for the user to select their preferred delivery location during the checkout.', 'dhl', 'woocommerce-germanized' ) . '</div>',
1163
  'id' => 'PreferredLocation_enable',
1164
  'value' => wc_bool_to_string( $this->get_setting( 'PreferredLocation_enable' ) ),
1165
  'default' => 'yes',
@@ -1167,8 +1168,8 @@ class DHL extends Auto {
1167
  ),
1168
 
1169
  array(
1170
- 'title' => _x( 'Preferred Neighbor', 'dhl', 'woocommerce-germanized' ),
1171
- 'desc' => _x( 'Enable preferred neighbor delivery.', 'dhl', 'woocommerce-germanized' ) . '<div class="wc-gzd-additional-desc">' . _x( 'Enabling this option will display options for the user to deliver to their preferred neighbor during the checkout.', 'dhl', 'woocommerce-germanized' ) . '</div>',
1172
  'id' => 'PreferredNeighbour_enable',
1173
  'value' => wc_bool_to_string( $this->get_setting( 'PreferredNeighbour_enable' ) ),
1174
  'default' => 'yes',
@@ -1181,7 +1182,7 @@ class DHL extends Auto {
1181
  'id' => 'PreferredDay_cutoff_time',
1182
  'allow_override' => false,
1183
  'value' => $this->get_setting( 'PreferredDay_cutoff_time' ),
1184
- 'desc' => '<div class="wc-gzd-additional-desc">' . _x( 'The cut-off time is the latest possible order time up to which the minimum preferred day (day of order + 2 working days) can be guaranteed. As soon as the time is exceeded, the earliest preferred day displayed in the frontend will be shifted to one day later (day of order + 3 working days).', 'dhl', 'woocommerce-germanized' ) . '</div>',
1185
  'default' => '12:00',
1186
  'custom_attributes' => array( 'data-show_if_woocommerce_gzd_dhl_PreferredDay_enable' => '' )
1187
  ),
@@ -1192,7 +1193,7 @@ class DHL extends Auto {
1192
  'id' => 'PreferredDay_preparation_days',
1193
  'allow_override' => false,
1194
  'value' => $this->get_setting( 'PreferredDay_preparation_days' ),
1195
- 'desc' => '<div class="wc-gzd-additional-desc">' . _x( 'If you need more time to prepare your shipments you might want to add a static preparation time to the possible starting date for preferred day delivery.', 'dhl', 'woocommerce-germanized' ) . '</div>',
1196
  'default' => '0',
1197
  'css' => 'max-width: 60px',
1198
  'custom_attributes' => array( 'data-show_if_woocommerce_gzd_dhl_PreferredDay_enable' => '', 'min' => 0, 'max' => 3 )
@@ -1353,7 +1354,7 @@ class DHL extends Auto {
1353
 
1354
  array(
1355
  'title' => _x( 'Force email', 'dhl', 'woocommerce-germanized' ),
1356
- 'desc' => _x( 'Force transferring customer email to DHL.', 'dhl', 'woocommerce-germanized' ) . '<div class="wc-gzd-additional-desc">' . _x( 'By default the customer email address is only transferred in case explicit consent has been given via a checkbox during checkout. You may force to transfer the customer email address during label creation to make sure your customers receive email notifications by DHL. Make sure to check your privacy policy and seek advice by a lawyer in case of doubt.', 'dhl', 'woocommerce-germanized' ) . '</div>',
1357
  'id' => 'label_force_email_transfer',
1358
  'value' => $this->get_setting( 'label_force_email_transfer', 'no' ),
1359
  'default' => 'no',
@@ -1667,8 +1668,8 @@ class DHL extends Auto {
1667
  'next_url' => '',
1668
  'next_trigger' => array(),
1669
  'options' => array(
1670
- 'content' => '<h3>' . esc_html_x( 'Preferred Day', 'dhl', 'woocommerce-germanized' ) . '</h3>' .
1671
- '<p>' . esc_html_x( 'Let your customers choose a preferred day (if the service is available at the customer\'s location) of delivery within your checkout.', 'dhl', 'woocommerce-germanized' ) . '</p>',
1672
  'position' => array(
1673
  'edge' => 'left',
1674
  'align' => 'left',
@@ -1682,7 +1683,7 @@ class DHL extends Auto {
1682
  'next_trigger' => array(),
1683
  'options' => array(
1684
  'content' => '<h3>' . esc_html_x( 'Fee', 'dhl', 'woocommerce-germanized' ) . '</h3>' .
1685
- '<p>' . esc_html_x( 'Optionally charge your customers an additional fee for preferred services like preferred day.', 'dhl', 'woocommerce-germanized' ) . '</p>',
1686
  'position' => array(
1687
  'edge' => 'left',
1688
  'align' => 'left',
@@ -1695,8 +1696,8 @@ class DHL extends Auto {
1695
  'next_url' => add_query_arg( array( 'tutorial' => 'yes' ), $this->get_edit_link( 'pickup' ) ),
1696
  'next_trigger' => array(),
1697
  'options' => array(
1698
- 'content' => '<h3>' . esc_html_x( 'Preferred Location', 'dhl', 'woocommerce-germanized' ) . '</h3>' .
1699
- '<p>' . esc_html_x( 'Allow your customers to send their parcels to a preferred location e.g. a neighbor. This service is free of charge for DHL shipments.', 'dhl', 'woocommerce-germanized' ) . '</p>',
1700
  'position' => array(
1701
  'edge' => 'left',
1702
  'align' => 'left',
28
  }
29
 
30
  public function get_description( $context = 'view' ) {
31
+ return _x( 'Complete DHL integration supporting labels and preferred delivery.', 'dhl', 'woocommerce-germanized' );
32
  }
33
 
34
  public function get_default_tracking_url_placeholder() {
116
  $sections = parent::get_setting_sections();
117
 
118
  $sections['pickup'] = _x( 'Parcel Pickup', 'dhl', 'woocommerce-germanized' );
119
+ $sections['preferred'] = _x( 'Preferred delivery', 'dhl', 'woocommerce-germanized' );
120
 
121
  return $sections;
122
  }
224
 
225
  $settings = array_merge( $settings, array( array(
226
  'id' => 'preferred_day',
227
+ 'label' => _x( 'Delivery day', 'dhl', 'woocommerce-germanized' ),
228
  'description' => '',
229
  'value' => isset( $default_args['preferred_day'] ) ? $default_args['preferred_day'] : '',
230
  'options' => wc_gzd_dhl_get_preferred_days_select_options( $preferred_days, ( isset( $default_args['preferred_day'] ) ? $default_args['preferred_day'] : '' ) ),
234
  if ( $dhl_order->has_preferred_location() ) {
235
  $settings = array_merge( $settings, array( array(
236
  'id' => 'preferred_location',
237
+ 'label' => _x( 'Drop-off location', 'dhl', 'woocommerce-germanized' ),
238
  'placeholder' => '',
239
  'description' => '',
240
  'value' => isset( $default_args['preferred_location'] ) ? $default_args['preferred_location'] : '',
246
  if ( $dhl_order->has_preferred_neighbor() ) {
247
  $settings = array_merge( $settings, array( array(
248
  'id' => 'preferred_neighbor',
249
+ 'label' => _x( 'Neighbor', 'dhl', 'woocommerce-germanized' ),
250
  'placeholder' => '',
251
  'description' => '',
252
  'value' => isset( $default_args['preferred_neighbor'] ) ? $default_args['preferred_neighbor'] : '',
469
  }
470
 
471
  $settings[] = array(
472
+ 'type' => 'services_start',
473
+ 'hide_default' => ! empty( $default_args['services'] ) ? false : true,
474
+ 'id' => '',
475
  );
476
 
477
  $settings = array_merge( $settings, $services );
616
  $args['services'] = array_merge( $args['services'], array( 'PreferredDay' ) );
617
  } else {
618
  if ( ! empty( $args['preferred_day'] ) && ! wc_gzd_dhl_is_valid_datetime( $args['preferred_day'], 'Y-m-d' ) ) {
619
+ $error->add( 500, _x( 'Error while parsing delivery day.', 'dhl', 'woocommerce-germanized' ) );
620
  }
621
 
622
  $args['services'] = array_diff( $args['services'], array( 'PreferredDay' ) );
1137
  array( 'title' => '', 'type' => 'title', 'id' => 'preferred_options', 'allow_override' => true ),
1138
 
1139
  array(
1140
+ 'title' => _x( 'Delivery day', 'dhl', 'woocommerce-germanized' ),
1141
+ 'desc' => _x( 'Enable delivery day delivery.', 'dhl', 'woocommerce-germanized' ) . '<div class="wc-gzd-additional-desc">' . _x( 'Enabling this option will display options for the user to select their delivery day of delivery during the checkout.', 'dhl', 'woocommerce-germanized' ) . '</div>',
1142
  'id' => 'PreferredDay_enable',
1143
  'value' => wc_bool_to_string( $this->get_setting( 'PreferredDay_enable' ) ),
1144
  'default' => 'yes',
1148
  array(
1149
  'title' => _x( 'Fee', 'dhl', 'woocommerce-germanized' ),
1150
  'type' => 'text',
1151
+ 'desc' => _x( 'Insert gross value as surcharge for delivery day delivery. Insert 0 to offer service for free.', 'dhl', 'woocommerce-germanized' ),
1152
  'desc_tip' => true,
1153
  'id' => 'PreferredDay_cost',
1154
  'value' => $this->get_setting( 'PreferredDay_cost' ),
1159
  ),
1160
 
1161
  array(
1162
+ 'title' => _x( 'Drop-off location', 'dhl', 'woocommerce-germanized' ),
1163
+ 'desc' => _x( 'Enable drop-off location delivery.', 'dhl', 'woocommerce-germanized' ) . '<div class="wc-gzd-additional-desc">' . _x( 'Enabling this option will display options for the user to select their preferred delivery location during the checkout.', 'dhl', 'woocommerce-germanized' ) . '</div>',
1164
  'id' => 'PreferredLocation_enable',
1165
  'value' => wc_bool_to_string( $this->get_setting( 'PreferredLocation_enable' ) ),
1166
  'default' => 'yes',
1168
  ),
1169
 
1170
  array(
1171
+ 'title' => _x( 'Neighbor', 'dhl', 'woocommerce-germanized' ),
1172
+ 'desc' => _x( 'Enable delivery to a neighbor.', 'dhl', 'woocommerce-germanized' ) . '<div class="wc-gzd-additional-desc">' . _x( 'Enabling this option will display options for the user to deliver to their preferred neighbor during the checkout.', 'dhl', 'woocommerce-germanized' ) . '</div>',
1173
  'id' => 'PreferredNeighbour_enable',
1174
  'value' => wc_bool_to_string( $this->get_setting( 'PreferredNeighbour_enable' ) ),
1175
  'default' => 'yes',
1182
  'id' => 'PreferredDay_cutoff_time',
1183
  'allow_override' => false,
1184
  'value' => $this->get_setting( 'PreferredDay_cutoff_time' ),
1185
+ 'desc' => '<div class="wc-gzd-additional-desc">' . _x( 'The cut-off time is the latest possible order time up to which the minimum delivery day (day of order + 2 working days) can be guaranteed. As soon as the time is exceeded, the earliest delivery day displayed in the frontend will be shifted to one day later (day of order + 3 working days).', 'dhl', 'woocommerce-germanized' ) . '</div>',
1186
  'default' => '12:00',
1187
  'custom_attributes' => array( 'data-show_if_woocommerce_gzd_dhl_PreferredDay_enable' => '' )
1188
  ),
1193
  'id' => 'PreferredDay_preparation_days',
1194
  'allow_override' => false,
1195
  'value' => $this->get_setting( 'PreferredDay_preparation_days' ),
1196
+ 'desc' => '<div class="wc-gzd-additional-desc">' . _x( 'If you need more time to prepare your shipments you might want to add a static preparation time to the possible starting date for delivery day delivery.', 'dhl', 'woocommerce-germanized' ) . '</div>',
1197
  'default' => '0',
1198
  'css' => 'max-width: 60px',
1199
  'custom_attributes' => array( 'data-show_if_woocommerce_gzd_dhl_PreferredDay_enable' => '', 'min' => 0, 'max' => 3 )
1354
 
1355
  array(
1356
  'title' => _x( 'Force email', 'dhl', 'woocommerce-germanized' ),
1357
+ 'desc' => _x( 'Force transferring customer email to DHL.', 'dhl', 'woocommerce-germanized' ) . '<div class="wc-gzd-additional-desc">' . sprintf( _x( 'By default the customer email address is only transferred in case explicit consent has been given via a checkbox during checkout. You may force to transfer the customer email address during label creation to make sure your customers receive <a href="%s" target="_blank" rel="noopener noreferrer">email notifications by DHL</a>. Make sure to check your privacy policy and seek advice by a lawyer in case of doubt.', 'dhl', 'woocommerce-germanized' ), 'https://www.dhl.de/de/geschaeftskunden/paket/versandsoftware/dhl-paketankuendigung/formular.html' ) . '</div>',
1358
  'id' => 'label_force_email_transfer',
1359
  'value' => $this->get_setting( 'label_force_email_transfer', 'no' ),
1360
  'default' => 'no',
1668
  'next_url' => '',
1669
  'next_trigger' => array(),
1670
  'options' => array(
1671
+ 'content' => '<h3>' . esc_html_x( 'Delivery day', 'dhl', 'woocommerce-germanized' ) . '</h3>' .
1672
+ '<p>' . esc_html_x( 'Let your customers choose a delivery day (if the service is available at the customer\'s location) of delivery within your checkout.', 'dhl', 'woocommerce-germanized' ) . '</p>',
1673
  'position' => array(
1674
  'edge' => 'left',
1675
  'align' => 'left',
1683
  'next_trigger' => array(),
1684
  'options' => array(
1685
  'content' => '<h3>' . esc_html_x( 'Fee', 'dhl', 'woocommerce-germanized' ) . '</h3>' .
1686
+ '<p>' . esc_html_x( 'Optionally charge your customers an additional fee for preferred services like delivery day.', 'dhl', 'woocommerce-germanized' ) . '</p>',
1687
  'position' => array(
1688
  'edge' => 'left',
1689
  'align' => 'left',
1696
  'next_url' => add_query_arg( array( 'tutorial' => 'yes' ), $this->get_edit_link( 'pickup' ) ),
1697
  'next_trigger' => array(),
1698
  'options' => array(
1699
+ 'content' => '<h3>' . esc_html_x( 'Drop-off location', 'dhl', 'woocommerce-germanized' ) . '</h3>' .
1700
+ '<p>' . esc_html_x( 'Allow your customers to send their parcels to a drop-off location e.g. a neighbor. This service is free of charge for DHL shipments.', 'dhl', 'woocommerce-germanized' ) . '</p>',
1701
  'position' => array(
1702
  'edge' => 'left',
1703
  'align' => 'left',
packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php CHANGED
@@ -405,12 +405,10 @@ class DeutschePost extends Auto {
405
  foreach( $services as $service ) {
406
  $settings[] = array(
407
  'id' => 'service_' . $service,
408
- 'name' => 'services[]',
409
  'wrapper_class' => 'form-field-checkbox',
410
  'type' => 'checkbox',
411
  'label' => \Vendidero\Germanized\DHL\Package::get_internetmarke_api()->get_product_list()->get_additional_service_title( $service ),
412
- 'cbvalue' => $service,
413
- 'value' => in_array( $service, $selected_services ) ? $service : '',
414
  );
415
  }
416
 
405
  foreach( $services as $service ) {
406
  $settings[] = array(
407
  'id' => 'service_' . $service,
 
408
  'wrapper_class' => 'form-field-checkbox',
409
  'type' => 'checkbox',
410
  'label' => \Vendidero\Germanized\DHL\Package::get_internetmarke_api()->get_product_list()->get_additional_service_title( $service ),
411
+ 'value' => in_array( $service, $selected_services ) ? 'yes' : 'no',
 
412
  );
413
  }
414
 
packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php CHANGED
@@ -35,7 +35,7 @@ Please choose your preferred delivery option.', 'dhl', 'woocommerce-germanized'
35
 
36
  <?php if ( ! empty( $preferred_day_options ) && $preferred_day_enabled ) : ?>
37
  <div class="dhl-preferred-service-item dhl-preferred-service-day">
38
- <div class="dhl-preferred-service-title"><?php _ex( 'Preferred day: Delivery at your preferred day.', 'dhl', 'woocommerce-germanized' ); ?> <?php echo wc_help_tip( _x( 'Choose one of the displayed days as your preferred day for your parcel delivery. Other days are not possible due to delivery processes.', 'dhl', 'woocommerce-germanized' ) ); ?></div>
39
 
40
  <?php if ( ! empty( $preferred_day_cost ) ) : ?>
41
  <div class="dhl-preferred-service-cost">
@@ -62,7 +62,7 @@ Please choose your preferred delivery option.', 'dhl', 'woocommerce-germanized'
62
 
63
  <?php if ( $preferred_location_enabled || $preferred_neighbor_enabled ) : ?>
64
  <div class="dhl-preferred-service-item dhl-preferred-service-location">
65
- <div class="dhl-preferred-service-title"><?php _ex( 'Preferred location or neighbor', 'dhl', 'woocommerce-germanized' ); ?></div>
66
 
67
  <div class="dhl-preferred-service-data">
68
  <ul class="dhl-preferred-location-types">
@@ -86,7 +86,7 @@ Please choose your preferred delivery option.', 'dhl', 'woocommerce-germanized'
86
 
87
  <?php if ( $preferred_location_enabled ) : ?>
88
  <div class="dhl-preferred-service-item dhl-preferred-service-location-data dhl-preferred-service-location-place dhl-hidden">
89
- <div class="dhl-preferred-service-title"><?php _ex( 'Preferred location: Delivery to your preferred drop-off location', 'dhl', 'woocommerce-germanized' ); ?> <?php echo wc_help_tip( _x( 'Choose a weather-protected and non-visible place on your property, where we can deposit the parcel in your absence.', 'dhl', 'woocommerce-germanized' ) ); ?></div>
90
  <div class="dhl-preferred-service-data">
91
  <input type="text" name="dhl_preferred_location" id="dhl-preferred-location" class="" value="<?php echo esc_attr( $preferred_location ); ?>" maxlength="80" placeholder="<?php echo esc_attr( _x( 'e.g. Garage, Terrace', 'dhl', 'woocommerce-germanized' ) ); ?>" />
92
  </div>
@@ -95,7 +95,7 @@ Please choose your preferred delivery option.', 'dhl', 'woocommerce-germanized'
95
 
96
  <?php if ( $preferred_neighbor_enabled ) : ?>
97
  <div class="dhl-preferred-service-item dhl-preferred-service-location-data dhl-preferred-service-location-neighbor dhl-hidden">
98
- <div class="dhl-preferred-service-title"><?php _ex( 'Preferred neighbour: Delivery to a neighbour of your choice', 'dhl', 'woocommerce-germanized' ); ?> <?php echo wc_help_tip( _x( 'Determine a person in your immediate neighborhood whom we can hand out your parcel in your absence. This person should live in the same building, directly opposite or next door.', 'dhl', 'woocommerce-germanized' ) ); ?></div>
99
  <div class="dhl-preferred-service-data">
100
  <input type="text" name="dhl_preferred_location_neighbor_name" id="dhl-preferred-location-neighbor-name" class="" value="<?php echo esc_attr( $preferred_location_neighbor_name ); ?>" maxlength="25" placeholder="<?php echo esc_attr( _x( 'First name, last name of neighbor', 'dhl', 'woocommerce-germanized' ) ); ?>" />
101
  <input type="text" name="dhl_preferred_location_neighbor_address" id="dhl-preferred-location-neighbor-address" class="" value="<?php echo esc_attr( $preferred_location_neighbor_address ); ?>" maxlength="55" placeholder="<?php echo esc_attr( _x( 'Street, number, postal code, city', 'dhl', 'woocommerce-germanized' ) ); ?>" />
35
 
36
  <?php if ( ! empty( $preferred_day_options ) && $preferred_day_enabled ) : ?>
37
  <div class="dhl-preferred-service-item dhl-preferred-service-day">
38
+ <div class="dhl-preferred-service-title"><?php _ex( 'Delivery day', 'dhl', 'woocommerce-germanized' ); ?> <?php echo wc_help_tip( _x( 'Choose one of the displayed days as your delivery day for your parcel delivery. Other days are not possible due to delivery processes.', 'dhl', 'woocommerce-germanized' ) ); ?></div>
39
 
40
  <?php if ( ! empty( $preferred_day_cost ) ) : ?>
41
  <div class="dhl-preferred-service-cost">
62
 
63
  <?php if ( $preferred_location_enabled || $preferred_neighbor_enabled ) : ?>
64
  <div class="dhl-preferred-service-item dhl-preferred-service-location">
65
+ <div class="dhl-preferred-service-title"><?php _ex( 'Drop-off location or neighbor', 'dhl', 'woocommerce-germanized' ); ?></div>
66
 
67
  <div class="dhl-preferred-service-data">
68
  <ul class="dhl-preferred-location-types">
86
 
87
  <?php if ( $preferred_location_enabled ) : ?>
88
  <div class="dhl-preferred-service-item dhl-preferred-service-location-data dhl-preferred-service-location-place dhl-hidden">
89
+ <div class="dhl-preferred-service-title"><?php _ex( 'Drop-off location', 'dhl', 'woocommerce-germanized' ); ?> <?php echo wc_help_tip( _x( 'Choose a weather-protected and non-visible place on your property, where we can deposit the parcel in your absence.', 'dhl', 'woocommerce-germanized' ) ); ?></div>
90
  <div class="dhl-preferred-service-data">
91
  <input type="text" name="dhl_preferred_location" id="dhl-preferred-location" class="" value="<?php echo esc_attr( $preferred_location ); ?>" maxlength="80" placeholder="<?php echo esc_attr( _x( 'e.g. Garage, Terrace', 'dhl', 'woocommerce-germanized' ) ); ?>" />
92
  </div>
95
 
96
  <?php if ( $preferred_neighbor_enabled ) : ?>
97
  <div class="dhl-preferred-service-item dhl-preferred-service-location-data dhl-preferred-service-location-neighbor dhl-hidden">
98
+ <div class="dhl-preferred-service-title"><?php _ex( 'Neighbor', 'dhl', 'woocommerce-germanized' ); ?> <?php echo wc_help_tip( _x( 'Determine a person in your immediate neighborhood whom we can hand out your parcel in your absence. This person should live in the same building, directly opposite or next door.', 'dhl', 'woocommerce-germanized' ) ); ?></div>
99
  <div class="dhl-preferred-service-data">
100
  <input type="text" name="dhl_preferred_location_neighbor_name" id="dhl-preferred-location-neighbor-name" class="" value="<?php echo esc_attr( $preferred_location_neighbor_name ); ?>" maxlength="25" placeholder="<?php echo esc_attr( _x( 'First name, last name of neighbor', 'dhl', 'woocommerce-germanized' ) ); ?>" />
101
  <input type="text" name="dhl_preferred_location_neighbor_address" id="dhl-preferred-location-neighbor-address" class="" value="<?php echo esc_attr( $preferred_location_neighbor_address ); ?>" maxlength="55" placeholder="<?php echo esc_attr( _x( 'Street, number, postal code, city', '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.5.10
9
  * Requires PHP: 5.6
10
  * License: GPLv3
11
  *
5
  * Description: The Germanized DHL integration, installed as a feature plugin for development and testing purposes.
6
  * Author: vendidero
7
  * Author URI: https://vendidero.de
8
+ * Version: 1.5.11
9
  * Requires PHP: 5.6
10
  * License: GPLv3
11
  *
packages/woocommerce-germanized-shipments/assets/css/admin.css CHANGED
@@ -313,16 +313,16 @@ table.wc-gzd-shipping-providers {
313
  text-align: right;
314
  padding-right: .5em; }
315
 
316
- #woocommerce-gzd-order-shipments .inside {
317
- margin: 0;
318
- padding: 0;
319
- display: block !important; }
320
-
321
- #woocommerce-gzd-order-shipments .hndle, #woocommerce-gzd-order-shipments .handlediv, #woocommerce-gzd-order-shipments .postbox-header {
322
- display: none; }
323
-
324
- #woocommerce-gzd-order-shipments .hide-default {
325
- display: none; }
326
 
327
  .germanized-shipments * {
328
  box-sizing: border-box; }
313
  text-align: right;
314
  padding-right: .5em; }
315
 
316
+ #woocommerce-gzd-order-shipments {
317
+ border-bottom: 1px solid #c3c4c7 !important; }
318
+ #woocommerce-gzd-order-shipments .inside {
319
+ margin: 0;
320
+ padding: 0;
321
+ display: block !important; }
322
+ #woocommerce-gzd-order-shipments .hndle, #woocommerce-gzd-order-shipments .handlediv, #woocommerce-gzd-order-shipments .postbox-header {
323
+ display: none; }
324
+ #woocommerce-gzd-order-shipments .hide-default {
325
+ display: none; }
326
 
327
  .germanized-shipments * {
328
  box-sizing: border-box; }
packages/woocommerce-germanized-shipments/assets/css/admin.min.css CHANGED
@@ -1 +1 @@
1
- .wc-modal-shipping-method-settings .form-table td .wc-gzd-additional-desc{margin-top:1em;line-height:1.5em;background:#efefef;padding:.5em;font-style:normal;font-size:13px;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.germanized-create-label .notice-wrapper .notice{margin:0;margin-bottom:1em}.germanized-create-label .notice-wrapper .notice p{margin:.5em 0!important;padding:2px!important;font-size:13px;line-height:1.5}.germanized-create-label p.form-field{margin-bottom:5px!important;margin-top:5px!important}.germanized-create-label p.form-field:first-child,.germanized-create-label p.form-field:last-child{margin-bottom:5px!important;margin-top:5px!important}.germanized-create-label p.form-field:not(.column){display:inline-block;width:100%}.germanized-create-label .columns{margin-left:-.5rem!important;margin-right:-.5rem!important}.germanized-create-label .column{padding-left:.5rem!important;padding-right:.5rem!important}.germanized-create-label .hide-default,.germanized-create-label .show-if{display:none}.germanized-create-label .show-if label{color:#777}.germanized-create-label p.form-field label{width:100%;display:block;margin-bottom:5px;font-weight:700}.germanized-create-label p.form-field input[type=email],.germanized-create-label p.form-field input[type=text],.germanized-create-label p.form-field select{width:100%;max-width:100%}.germanized-create-label p.form-field.form-field-checkbox{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;margin-top:10px!important;margin-bottom:10px!important;align-items:center}.germanized-create-label p.form-field.form-field-checkbox label{width:auto;margin-left:.5em;font-weight:400;order:2;margin-bottom:0}.germanized-create-label p.form-field.form-field-checkbox input[type=checkbox]{order:1}.germanized-create-label p.form-field.form-field-checkbox .woocommerce-help-tip{order:3;margin-left:3px}.germanized-create-label p.form-field.form-field-checkbox .description{width:100%;margin-top:5px;color:#777;order:4;font-style:normal}table.wc-gzd-shipping-providers{margin-top:1.5em}table.wc-gzd-shipping-providers td,table.wc-gzd-shipping-providers th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em;font-size:14px}table.wc-gzd-shipping-providers th{font-weight:600}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated{width:1%;text-align:center}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated .status-disabled,table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated .status-enabled,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated .status-disabled,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated .status-enabled{display:inline-block;margin-top:3px}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-actions{width:15%;text-align:right}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions{display:flex;justify-content:flex-end;flex-wrap:wrap}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions .button{margin-right:5px}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions .button:last-child{margin-right:0}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-title,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-title{width:30ch}table.wc-gzd-shipping-providers tr:nth-child(odd) td{background:#f9f9f9}.order-return-status,.order-shipping-status,.shipment-status{background:#eee;padding:.2em .5em;font-size:.9em;border-radius:3px;display:inline-flex;white-space:nowrap}.order-return-status.status-draft,.order-return-status.status-open,.order-return-status.status-partially-returned,.order-return-status.status-partially-shipped,.order-return-status.status-processing,.order-return-status.status-requested,.order-shipping-status.status-draft,.order-shipping-status.status-open,.order-shipping-status.status-partially-returned,.order-shipping-status.status-partially-shipped,.order-shipping-status.status-processing,.order-shipping-status.status-requested,.shipment-status.status-draft,.shipment-status.status-open,.shipment-status.status-partially-returned,.shipment-status.status-partially-shipped,.shipment-status.status-processing,.shipment-status.status-requested{background:#f8dda7;color:#94660c}.order-return-status.status-not-shipped,.order-shipping-status.status-not-shipped,.shipment-status.status-not-shipped{background:#eba3a3;color:#761919}.order-return-status.status-delivered,.order-return-status.status-returned,.order-return-status.status-shipped,.order-shipping-status.status-delivered,.order-shipping-status.status-returned,.order-shipping-status.status-shipped,.shipment-status.status-delivered,.shipment-status.status-returned,.shipment-status.status-shipped{background:#c6e1c6;color:#5b841b}.order-return-status.shipment-type-return-status.status-shipped,.order-shipping-status.shipment-type-return-status.status-shipped,.shipment-status.shipment-type-return-status.status-shipped{background:#f8dda7;color:#94660c}.woocommerce_page_wc-gzd-return-shipments .tablenav .actions,.woocommerce_page_wc-gzd-shipments .tablenav .actions{overflow:visible}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container{float:left;width:240px!important;font-size:14px;vertical-align:middle;margin:1px 6px 4px 1px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single{height:32px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single .select2-selection__rendered,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single .select2-selection__rendered{line-height:29px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single .select2-selection__arrow,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single .select2-selection__arrow{height:30px}.woocommerce_page_wc-gzd-return-shipments .tablenav input,.woocommerce_page_wc-gzd-return-shipments .tablenav select,.woocommerce_page_wc-gzd-shipments .tablenav input,.woocommerce_page_wc-gzd-shipments .tablenav select{line-height:1;height:32px}.woocommerce_page_wc-gzd-return-shipments .tablenav input,.woocommerce_page_wc-gzd-shipments .tablenav input{height:31px}.woocommerce_page_wc-gzd-return-shipments .tablenav #shipment-query-submit,.woocommerce_page_wc-gzd-shipments .tablenav #shipment-query-submit{margin:1px 8px 0 0}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper{display:none;clear:both;margin:1em 0;float:left;width:50%}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper h4,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper h4{margin-top:0}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress{width:100%;height:42px;margin:0 auto;display:block;-webkit-appearance:none;border:none;background:#f5f5f5;border:2px solid #eee;border-radius:4px;padding:0;box-shadow:0 1px 0 0 rgba(255,255,255,.2)}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-bar,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-bar{background:transparent none;border:0;border-radius:4px;padding:0;box-shadow:none}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-value,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-value{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-moz-progress-bar,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-moz-progress-bar{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-ms-fill,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-ms-fill{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter.bulk-action-processing .bulk-action-wrapper,.woocommerce_page_wc-gzd-shipments #posts-filter.bulk-action-processing .bulk-action-wrapper{display:block}.woocommerce_page_wc-gzd-return-shipments .wp-list-table,.woocommerce_page_wc-gzd-shipments .wp-list-table{margin-top:1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td,.woocommerce_page_wc-gzd-return-shipments .wp-list-table th,.woocommerce_page_wc-gzd-shipments .wp-list-table td,.woocommerce_page_wc-gzd-shipments .wp-list-table th{padding:.5em 1em;width:10ch;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table tbody th,.woocommerce_page_wc-gzd-return-shipments .wp-list-table td,.woocommerce_page_wc-gzd-shipments .wp-list-table tbody th,.woocommerce_page_wc-gzd-shipments .wp-list-table td{line-height:26px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th{padding:.5em 1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th.sortable a,.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th.sorted a,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th.sortable a,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th.sorted a{padding:0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th:last-child,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th:last-child{padding-right:2em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .check-column,.woocommerce_page_wc-gzd-shipments .wp-list-table .check-column{width:16px;white-space:nowrap;padding:1em 1em 1em 1em!important;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .check-column input,.woocommerce_page_wc-gzd-shipments .wp-list-table .check-column input{vertical-align:text-top;margin:1px 0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title{font-weight:700}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title .shipment-title-meta,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title .shipment-title-meta{margin-top:0;font-weight:400;color:#999;font-size:12px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title .shipment-title-meta .shipment-tracking-id,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title .shipment-title-meta .shipment-tracking-id{color:#999;display:block}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-title,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-title{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions{width:10ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-order,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-order{width:10ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-address a,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-sender a,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-address a,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-sender a{color:#32373c}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .shipment-status,.woocommerce_page_wc-gzd-shipments .wp-list-table .shipment-status{font-size:1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions{text-align:right}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button{text-indent:9999px;margin:2px 0 2px 4px;position:relative;display:inline-block;padding:0;height:2em;width:2em;overflow:hidden;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button::after{font-family:Dashicons;margin:0;margin-top:2px;speak:none;font-weight:400;font-variant:normal;text-transform:none;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.85}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.processing::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.processing::after{font-family:WooCommerce;content:"\e00f"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.shipped::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.shipped::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.delivered::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.delivered::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.confirm::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.confirm::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.generate::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.generate::after{content:"\f502"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.download::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.download::after{content:"\f103"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-address,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-sender,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-address,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-sender{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-items,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-items{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview{font-size:.9em;border-spacing:0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview thead th,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview thead th{color:#adadad;padding-top:0;font-size:1.1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr td{border-bottom:1px solid #ccc!important}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr:last-child td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr:last-child td{border-bottom:none!important}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th{padding:.3em 0;vertical-align:top;line-height:20px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name{width:70%}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name small,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name small,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name small,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name small{color:#999;font-size:12px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-quantity{text-align:right;padding-right:.5em}#woocommerce-gzd-order-shipments .inside{margin:0;padding:0;display:block!important}#woocommerce-gzd-order-shipments .handlediv,#woocommerce-gzd-order-shipments .hndle,#woocommerce-gzd-order-shipments .postbox-header{display:none}#woocommerce-gzd-order-shipments .hide-default{display:none}.germanized-shipments *{box-sizing:border-box}.germanized-shipments #panel-order-shipments{padding:23px 0 0}.germanized-shipments #panel-order-shipments .panel-inner{padding:0 24px}.germanized-shipments #panel-order-shipments .panel-title-inner{padding-left:0;margin-top:1em;padding-right:0}.germanized-shipments #panel-order-shipments .panel-title{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .panel-title h2{margin:0;font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;font-size:21px;font-weight:400;line-height:1.2;text-shadow:1px 1px 1px #fff;padding:0}.germanized-shipments #panel-order-shipments .panel-footer{background:#f8f8f8;padding-top:1em;padding-bottom:1em;border-top:1px solid #dfdfdf;display:none}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions{display:flex;flex-wrap:nowrap;justify-content:space-between}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions .shipment-actions-left{display:flex;flex-wrap:wrap;justify-content:flex-start}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions .shipment-actions-left .button{margin-right:1em}.germanized-shipments #panel-order-shipments .panel-footer #order-shipments-save{display:none}.germanized-shipments #panel-order-shipments #order-return-shipment-add,.germanized-shipments #panel-order-shipments #order-shipment-add{display:none}.germanized-shipments #panel-order-shipments.needs-shipments .panel-footer{display:block}.germanized-shipments #panel-order-shipments.needs-shipments #order-shipment-add{display:block}.germanized-shipments #panel-order-shipments.needs-returns .panel-footer{display:block}.germanized-shipments #panel-order-shipments.needs-returns #order-return-shipment-add{display:block}.germanized-shipments #panel-order-shipments #order-shipments-list{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .delete{color:#a00}.germanized-shipments #panel-order-shipments .delete:hover{color:#dc3232;border:none}.germanized-shipments #panel-order-shipments .order-shipment a .woocommerce-help-tip{margin-right:3px}.germanized-shipments #panel-order-shipments .order-shipment .handlediv{display:inline-block;float:none;width:auto;height:auto}.germanized-shipments #panel-order-shipments .order-shipment .handlediv .toggle-indicator::before{content:"\f140"}.germanized-shipments #panel-order-shipments .order-shipment .wc-gzd-shipment-label h4{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment .wc-gzd-shipment-label .shipment-label-actions .shipment-label-actions-wrapper{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:1em;align-items:center}.germanized-shipments #panel-order-shipments .order-shipment .wc-gzd-shipment-label .shipment-label-actions .shipment-label-actions-wrapper a{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .show-if{display:none}.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-content-wrapper{display:block}.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-header>.right>.handlediv .toggle-indicator::before{content:"\f142"}.germanized-shipments #panel-order-shipments .order-shipment .item-count{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer{margin-top:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer .shipment-footer-inner{display:flex;flex-wrap:nowrap;justify-content:flex-end;padding:0 .5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer .shipment-footer-inner a.shipment-footer-action{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer .shipment-footer-inner a.shipment-footer-action:last-child{margin-right:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header{color:#999;background:#f8f8f8;margin:1.5em 0;padding:.5em 1em;cursor:pointer}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header .shipment-status{margin-left:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header h3{margin:0}.germanized-shipments #panel-order-shipments .order-shipment:first-child .shipment-header{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header:hover,.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-header{background:#f3f3f3}.germanized-shipments #panel-order-shipments .order-shipment .shipment-content-wrapper{display:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-content{padding:1em;margin-top:-1.5em;padding-bottom:0}.germanized-shipments #panel-order-shipments .order-shipment .add-shipment-return{display:none}.germanized-shipments #panel-order-shipments .order-shipment.is-returnable .add-shipment-return{display:block}.germanized-shipments #panel-order-shipments .order-shipment p.form-row{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .order-shipment p.form-row.wc-gzd-shipment-packaging-wrapper{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=email],.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=number],.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=text]{height:30px}.germanized-shipments #panel-order-shipments .order-shipment p.form-row select{line-height:30px;height:30px;padding-top:0;padding-bottom:0}.germanized-shipments #panel-order-shipments .order-shipment p.form-row label{color:#999;font-weight:600}.germanized-shipments #panel-order-shipments .order-shipment p.form-row label .woocommerce-help-tip{float:none}.germanized-shipments #panel-order-shipments .order-shipment .columns .column.column-spaced{margin:5px 0}.germanized-shipments #panel-order-shipments .order-shipment .columns .column h4{margin-bottom:.7em;color:#999}.germanized-shipments #panel-order-shipments .order-shipment .columns .column h4 a{color:#999;text-decoration:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-action{text-align:right}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-quantity input{width:60px;text-align:center}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-name p.form-row{margin-bottom:0;margin-top:.5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-heading{padding:.5em;color:#999;background:#f8f8f8;font-weight:600}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item{padding:.5em;border-bottom:1px solid #dfdfdf}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item:last-child{border-bottom:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item:nth-child(2n){background:#f8f8f8}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item .columns{align-items:center}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions{display:flex;padding:.7em .5em;flex-wrap:nowrap;justify-content:flex-end;border-top:1px solid #dfdfdf}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions .add-items{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions .woocommerce-help-tip{margin-left:0}.germanized-shipments #panel-order-shipments .order-shipment .add-items{display:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns{margin-top:.5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-header{background:0 0;border-bottom:1px solid #dfdfdf;padding-left:0;padding-right:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-header h3{font-size:1.1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-content{padding:1em 0}.germanized-shipments #panel-order-shipments .order-shipment.needs-items .add-items{display:block}.germanized-shipments #panel-order-shipments .form-row .input-inner-wrap{clear:left;margin:0;display:flex;flex-wrap:nowrap}.germanized-shipments #panel-order-shipments .form-row .input-inner-wrap input{margin-right:1em}.germanized-shipments #panel-order-shipments .form-row .input-inner-wrap input:last-child{margin-right:0}.germanized-shipments .title-spread{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}.germanized-shipments .title-spread .left,.germanized-shipments .title-spread .right{display:inline-flex;align-items:center}.germanized-shipments .show-lg,.germanized-shipments .show-md,.germanized-shipments .show-sm,.germanized-shipments .show-xl,.germanized-shipments .show-xs{display:none!important}.germanized-shipments .columns{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.germanized-shipments .columns.col-gapless{margin-left:0;margin-right:0}.germanized-shipments .columns.col-gapless>.column{padding-left:0;padding-right:0}.germanized-shipments .columns.col-oneline{flex-wrap:nowrap;overflow-x:auto}.germanized-shipments .column{flex:1;max-width:100%;padding-left:1rem;padding-right:1rem}.germanized-shipments .column.col-1,.germanized-shipments .column.col-10,.germanized-shipments .column.col-11,.germanized-shipments .column.col-12,.germanized-shipments .column.col-2,.germanized-shipments .column.col-3,.germanized-shipments .column.col-4,.germanized-shipments .column.col-5,.germanized-shipments .column.col-6,.germanized-shipments .column.col-7,.germanized-shipments .column.col-8,.germanized-shipments .column.col-9,.germanized-shipments .column.col-auto{flex:none}.germanized-shipments .col-12{width:100%}.germanized-shipments .col-11{width:91.66666667%}.germanized-shipments .col-10{width:83.33333333%}.germanized-shipments .col-9{width:75%}.germanized-shipments .col-8{width:66.66666667%}.germanized-shipments .col-7{width:58.33333333%}.germanized-shipments .col-6{width:50%}.germanized-shipments .col-5{width:41.66666667%}.germanized-shipments .col-4{width:33.33333333%}.germanized-shipments .col-3{width:25%}.germanized-shipments .col-2{width:16.66666667%}.germanized-shipments .col-1{width:8.33333333%}.germanized-shipments .col-auto{flex:0 0 auto;max-width:none;width:auto}.germanized-shipments .col-mx-auto{margin-left:auto;margin-right:auto}.germanized-shipments .col-ml-auto{margin-left:auto}.germanized-shipments .col-mr-auto{margin-right:auto}@media (max-width:1280px){.germanized-shipments .col-xl-1,.germanized-shipments .col-xl-10,.germanized-shipments .col-xl-11,.germanized-shipments .col-xl-12,.germanized-shipments .col-xl-2,.germanized-shipments .col-xl-3,.germanized-shipments .col-xl-4,.germanized-shipments .col-xl-5,.germanized-shipments .col-xl-6,.germanized-shipments .col-xl-7,.germanized-shipments .col-xl-8,.germanized-shipments .col-xl-9,.germanized-shipments .col-xl-auto{flex:none}.germanized-shipments .col-xl-12{width:100%}.germanized-shipments .col-xl-11{width:91.66666667%}.germanized-shipments .col-xl-10{width:83.33333333%}.germanized-shipments .col-xl-9{width:75%}.germanized-shipments .col-xl-8{width:66.66666667%}.germanized-shipments .col-xl-7{width:58.33333333%}.germanized-shipments .col-xl-6{width:50%}.germanized-shipments .col-xl-5{width:41.66666667%}.germanized-shipments .col-xl-4{width:33.33333333%}.germanized-shipments .col-xl-3{width:25%}.germanized-shipments .col-xl-2{width:16.66666667%}.germanized-shipments .col-xl-1{width:8.33333333%}.germanized-shipments .col-xl-auto{width:auto}.germanized-shipments .hide-xl{display:none!important}.germanized-shipments .show-xl{display:block!important}}@media (max-width:960px){.germanized-shipments .col-lg-1,.germanized-shipments .col-lg-10,.germanized-shipments .col-lg-11,.germanized-shipments .col-lg-12,.germanized-shipments .col-lg-2,.germanized-shipments .col-lg-3,.germanized-shipments .col-lg-4,.germanized-shipments .col-lg-5,.germanized-shipments .col-lg-6,.germanized-shipments .col-lg-7,.germanized-shipments .col-lg-8,.germanized-shipments .col-lg-9,.germanized-shipments .col-lg-auto{flex:none}.germanized-shipments .col-lg-12{width:100%}.germanized-shipments .col-lg-11{width:91.66666667%}.germanized-shipments .col-lg-10{width:83.33333333%}.germanized-shipments .col-lg-9{width:75%}.germanized-shipments .col-lg-8{width:66.66666667%}.germanized-shipments .col-lg-7{width:58.33333333%}.germanized-shipments .col-lg-6{width:50%}.germanized-shipments .col-lg-5{width:41.66666667%}.germanized-shipments .col-lg-4{width:33.33333333%}.germanized-shipments .col-lg-3{width:25%}.germanized-shipments .col-lg-2{width:16.66666667%}.germanized-shipments .col-lg-1{width:8.33333333%}.germanized-shipments .col-lg-auto{width:auto}.germanized-shipments .hide-lg{display:none!important}.germanized-shipments .show-lg{display:block!important}}@media (max-width:840px){.germanized-shipments .col-md-1,.germanized-shipments .col-md-10,.germanized-shipments .col-md-11,.germanized-shipments .col-md-12,.germanized-shipments .col-md-2,.germanized-shipments .col-md-3,.germanized-shipments .col-md-4,.germanized-shipments .col-md-5,.germanized-shipments .col-md-6,.germanized-shipments .col-md-7,.germanized-shipments .col-md-8,.germanized-shipments .col-md-9,.germanized-shipments .col-md-auto{flex:none}.germanized-shipments .col-md-12{width:100%}.germanized-shipments .col-md-11{width:91.66666667%}.germanized-shipments .col-md-10{width:83.33333333%}.germanized-shipments .col-md-9{width:75%}.germanized-shipments .col-md-8{width:66.66666667%}.germanized-shipments .col-md-7{width:58.33333333%}.germanized-shipments .col-md-6{width:50%}.germanized-shipments .col-md-5{width:41.66666667%}.germanized-shipments .col-md-4{width:33.33333333%}.germanized-shipments .col-md-3{width:25%}.germanized-shipments .col-md-2{width:16.66666667%}.germanized-shipments .col-md-1{width:8.33333333%}.germanized-shipments .col-md-auto{width:auto}.germanized-shipments .hide-md{display:none!important}.germanized-shipments .show-md{display:block!important}}@media (max-width:600px){.germanized-shipments .col-sm-1,.germanized-shipments .col-sm-10,.germanized-shipments .col-sm-11,.germanized-shipments .col-sm-12,.germanized-shipments .col-sm-2,.germanized-shipments .col-sm-3,.germanized-shipments .col-sm-4,.germanized-shipments .col-sm-5,.germanized-shipments .col-sm-6,.germanized-shipments .col-sm-7,.germanized-shipments .col-sm-8,.germanized-shipments .col-sm-9,.germanized-shipments .col-sm-auto{flex:none}.germanized-shipments .col-sm-12{width:100%}.germanized-shipments .col-sm-11{width:91.66666667%}.germanized-shipments .col-sm-10{width:83.33333333%}.germanized-shipments .col-sm-9{width:75%}.germanized-shipments .col-sm-8{width:66.66666667%}.germanized-shipments .col-sm-7{width:58.33333333%}.germanized-shipments .col-sm-6{width:50%}.germanized-shipments .col-sm-5{width:41.66666667%}.germanized-shipments .col-sm-4{width:33.33333333%}.germanized-shipments .col-sm-3{width:25%}.germanized-shipments .col-sm-2{width:16.66666667%}.germanized-shipments .col-sm-1{width:8.33333333%}.germanized-shipments .col-sm-auto{width:auto}.germanized-shipments .hide-sm{display:none!important}.germanized-shipments .show-sm{display:block!important}}@media (max-width:480px){.germanized-shipments .col-xs-1,.germanized-shipments .col-xs-10,.germanized-shipments .col-xs-11,.germanized-shipments .col-xs-12,.germanized-shipments .col-xs-2,.germanized-shipments .col-xs-3,.germanized-shipments .col-xs-4,.germanized-shipments .col-xs-5,.germanized-shipments .col-xs-6,.germanized-shipments .col-xs-7,.germanized-shipments .col-xs-8,.germanized-shipments .col-xs-9,.germanized-shipments .col-xs-auto{flex:none}.germanized-shipments .col-xs-12{width:100%}.germanized-shipments .col-xs-11{width:91.66666667%}.germanized-shipments .col-xs-10{width:83.33333333%}.germanized-shipments .col-xs-9{width:75%}.germanized-shipments .col-xs-8{width:66.66666667%}.germanized-shipments .col-xs-7{width:58.33333333%}.germanized-shipments .col-xs-6{width:50%}.germanized-shipments .col-xs-5{width:41.66666667%}.germanized-shipments .col-xs-4{width:33.33333333%}.germanized-shipments .col-xs-3{width:25%}.germanized-shipments .col-xs-2{width:16.66666667%}.germanized-shipments .col-xs-1{width:8.33333333%}.germanized-shipments .col-xs-auto{width:auto}.germanized-shipments .hide-xs{display:none!important}.germanized-shipments .show-xs{display:block!important}}
1
+ .wc-modal-shipping-method-settings .form-table td .wc-gzd-additional-desc{margin-top:1em;line-height:1.5em;background:#efefef;padding:.5em;font-style:normal;font-size:13px;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.germanized-create-label .notice-wrapper .notice{margin:0;margin-bottom:1em}.germanized-create-label .notice-wrapper .notice p{margin:.5em 0!important;padding:2px!important;font-size:13px;line-height:1.5}.germanized-create-label p.form-field{margin-bottom:5px!important;margin-top:5px!important}.germanized-create-label p.form-field:first-child,.germanized-create-label p.form-field:last-child{margin-bottom:5px!important;margin-top:5px!important}.germanized-create-label p.form-field:not(.column){display:inline-block;width:100%}.germanized-create-label .columns{margin-left:-.5rem!important;margin-right:-.5rem!important}.germanized-create-label .column{padding-left:.5rem!important;padding-right:.5rem!important}.germanized-create-label .hide-default,.germanized-create-label .show-if{display:none}.germanized-create-label .show-if label{color:#777}.germanized-create-label p.form-field label{width:100%;display:block;margin-bottom:5px;font-weight:700}.germanized-create-label p.form-field input[type=email],.germanized-create-label p.form-field input[type=text],.germanized-create-label p.form-field select{width:100%;max-width:100%}.germanized-create-label p.form-field.form-field-checkbox{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;margin-top:10px!important;margin-bottom:10px!important;align-items:center}.germanized-create-label p.form-field.form-field-checkbox label{width:auto;margin-left:.5em;font-weight:400;order:2;margin-bottom:0}.germanized-create-label p.form-field.form-field-checkbox input[type=checkbox]{order:1}.germanized-create-label p.form-field.form-field-checkbox .woocommerce-help-tip{order:3;margin-left:3px}.germanized-create-label p.form-field.form-field-checkbox .description{width:100%;margin-top:5px;color:#777;order:4;font-style:normal}table.wc-gzd-shipping-providers{margin-top:1.5em}table.wc-gzd-shipping-providers td,table.wc-gzd-shipping-providers th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em;font-size:14px}table.wc-gzd-shipping-providers th{font-weight:600}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated{width:1%;text-align:center}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated .status-disabled,table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated .status-enabled,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated .status-disabled,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated .status-enabled{display:inline-block;margin-top:3px}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-actions{width:15%;text-align:right}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions{display:flex;justify-content:flex-end;flex-wrap:wrap}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions .button{margin-right:5px}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions .button:last-child{margin-right:0}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-title,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-title{width:30ch}table.wc-gzd-shipping-providers tr:nth-child(odd) td{background:#f9f9f9}.order-return-status,.order-shipping-status,.shipment-status{background:#eee;padding:.2em .5em;font-size:.9em;border-radius:3px;display:inline-flex;white-space:nowrap}.order-return-status.status-draft,.order-return-status.status-open,.order-return-status.status-partially-returned,.order-return-status.status-partially-shipped,.order-return-status.status-processing,.order-return-status.status-requested,.order-shipping-status.status-draft,.order-shipping-status.status-open,.order-shipping-status.status-partially-returned,.order-shipping-status.status-partially-shipped,.order-shipping-status.status-processing,.order-shipping-status.status-requested,.shipment-status.status-draft,.shipment-status.status-open,.shipment-status.status-partially-returned,.shipment-status.status-partially-shipped,.shipment-status.status-processing,.shipment-status.status-requested{background:#f8dda7;color:#94660c}.order-return-status.status-not-shipped,.order-shipping-status.status-not-shipped,.shipment-status.status-not-shipped{background:#eba3a3;color:#761919}.order-return-status.status-delivered,.order-return-status.status-returned,.order-return-status.status-shipped,.order-shipping-status.status-delivered,.order-shipping-status.status-returned,.order-shipping-status.status-shipped,.shipment-status.status-delivered,.shipment-status.status-returned,.shipment-status.status-shipped{background:#c6e1c6;color:#5b841b}.order-return-status.shipment-type-return-status.status-shipped,.order-shipping-status.shipment-type-return-status.status-shipped,.shipment-status.shipment-type-return-status.status-shipped{background:#f8dda7;color:#94660c}.woocommerce_page_wc-gzd-return-shipments .tablenav .actions,.woocommerce_page_wc-gzd-shipments .tablenav .actions{overflow:visible}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container{float:left;width:240px!important;font-size:14px;vertical-align:middle;margin:1px 6px 4px 1px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single{height:32px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single .select2-selection__rendered,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single .select2-selection__rendered{line-height:29px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single .select2-selection__arrow,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single .select2-selection__arrow{height:30px}.woocommerce_page_wc-gzd-return-shipments .tablenav input,.woocommerce_page_wc-gzd-return-shipments .tablenav select,.woocommerce_page_wc-gzd-shipments .tablenav input,.woocommerce_page_wc-gzd-shipments .tablenav select{line-height:1;height:32px}.woocommerce_page_wc-gzd-return-shipments .tablenav input,.woocommerce_page_wc-gzd-shipments .tablenav input{height:31px}.woocommerce_page_wc-gzd-return-shipments .tablenav #shipment-query-submit,.woocommerce_page_wc-gzd-shipments .tablenav #shipment-query-submit{margin:1px 8px 0 0}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper{display:none;clear:both;margin:1em 0;float:left;width:50%}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper h4,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper h4{margin-top:0}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress{width:100%;height:42px;margin:0 auto;display:block;-webkit-appearance:none;border:none;background:#f5f5f5;border:2px solid #eee;border-radius:4px;padding:0;box-shadow:0 1px 0 0 rgba(255,255,255,.2)}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-bar,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-bar{background:transparent none;border:0;border-radius:4px;padding:0;box-shadow:none}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-value,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-value{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-moz-progress-bar,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-moz-progress-bar{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-ms-fill,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-ms-fill{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter.bulk-action-processing .bulk-action-wrapper,.woocommerce_page_wc-gzd-shipments #posts-filter.bulk-action-processing .bulk-action-wrapper{display:block}.woocommerce_page_wc-gzd-return-shipments .wp-list-table,.woocommerce_page_wc-gzd-shipments .wp-list-table{margin-top:1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td,.woocommerce_page_wc-gzd-return-shipments .wp-list-table th,.woocommerce_page_wc-gzd-shipments .wp-list-table td,.woocommerce_page_wc-gzd-shipments .wp-list-table th{padding:.5em 1em;width:10ch;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table tbody th,.woocommerce_page_wc-gzd-return-shipments .wp-list-table td,.woocommerce_page_wc-gzd-shipments .wp-list-table tbody th,.woocommerce_page_wc-gzd-shipments .wp-list-table td{line-height:26px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th{padding:.5em 1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th.sortable a,.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th.sorted a,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th.sortable a,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th.sorted a{padding:0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th:last-child,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th:last-child{padding-right:2em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .check-column,.woocommerce_page_wc-gzd-shipments .wp-list-table .check-column{width:16px;white-space:nowrap;padding:1em 1em 1em 1em!important;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .check-column input,.woocommerce_page_wc-gzd-shipments .wp-list-table .check-column input{vertical-align:text-top;margin:1px 0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title{font-weight:700}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title .shipment-title-meta,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title .shipment-title-meta{margin-top:0;font-weight:400;color:#999;font-size:12px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title .shipment-title-meta .shipment-tracking-id,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title .shipment-title-meta .shipment-tracking-id{color:#999;display:block}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-title,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-title{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions{width:10ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-order,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-order{width:10ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-address a,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-sender a,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-address a,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-sender a{color:#32373c}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .shipment-status,.woocommerce_page_wc-gzd-shipments .wp-list-table .shipment-status{font-size:1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions{text-align:right}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button{text-indent:9999px;margin:2px 0 2px 4px;position:relative;display:inline-block;padding:0;height:2em;width:2em;overflow:hidden;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button::after{font-family:Dashicons;margin:0;margin-top:2px;speak:none;font-weight:400;font-variant:normal;text-transform:none;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.85}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.processing::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.processing::after{font-family:WooCommerce;content:"\e00f"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.shipped::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.shipped::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.delivered::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.delivered::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.confirm::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.confirm::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.generate::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.generate::after{content:"\f502"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.download::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.download::after{content:"\f103"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-address,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-sender,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-address,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-sender{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-items,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-items{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview{font-size:.9em;border-spacing:0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview thead th,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview thead th{color:#adadad;padding-top:0;font-size:1.1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr td{border-bottom:1px solid #ccc!important}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr:last-child td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr:last-child td{border-bottom:none!important}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th{padding:.3em 0;vertical-align:top;line-height:20px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name{width:70%}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name small,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name small,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name small,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name small{color:#999;font-size:12px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-quantity{text-align:right;padding-right:.5em}#woocommerce-gzd-order-shipments{border-bottom:1px solid #c3c4c7!important}#woocommerce-gzd-order-shipments .inside{margin:0;padding:0;display:block!important}#woocommerce-gzd-order-shipments .handlediv,#woocommerce-gzd-order-shipments .hndle,#woocommerce-gzd-order-shipments .postbox-header{display:none}#woocommerce-gzd-order-shipments .hide-default{display:none}.germanized-shipments *{box-sizing:border-box}.germanized-shipments #panel-order-shipments{padding:23px 0 0}.germanized-shipments #panel-order-shipments .panel-inner{padding:0 24px}.germanized-shipments #panel-order-shipments .panel-title-inner{padding-left:0;margin-top:1em;padding-right:0}.germanized-shipments #panel-order-shipments .panel-title{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .panel-title h2{margin:0;font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;font-size:21px;font-weight:400;line-height:1.2;text-shadow:1px 1px 1px #fff;padding:0}.germanized-shipments #panel-order-shipments .panel-footer{background:#f8f8f8;padding-top:1em;padding-bottom:1em;border-top:1px solid #dfdfdf;display:none}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions{display:flex;flex-wrap:nowrap;justify-content:space-between}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions .shipment-actions-left{display:flex;flex-wrap:wrap;justify-content:flex-start}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions .shipment-actions-left .button{margin-right:1em}.germanized-shipments #panel-order-shipments .panel-footer #order-shipments-save{display:none}.germanized-shipments #panel-order-shipments #order-return-shipment-add,.germanized-shipments #panel-order-shipments #order-shipment-add{display:none}.germanized-shipments #panel-order-shipments.needs-shipments .panel-footer{display:block}.germanized-shipments #panel-order-shipments.needs-shipments #order-shipment-add{display:block}.germanized-shipments #panel-order-shipments.needs-returns .panel-footer{display:block}.germanized-shipments #panel-order-shipments.needs-returns #order-return-shipment-add{display:block}.germanized-shipments #panel-order-shipments #order-shipments-list{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .delete{color:#a00}.germanized-shipments #panel-order-shipments .delete:hover{color:#dc3232;border:none}.germanized-shipments #panel-order-shipments .order-shipment a .woocommerce-help-tip{margin-right:3px}.germanized-shipments #panel-order-shipments .order-shipment .handlediv{display:inline-block;float:none;width:auto;height:auto}.germanized-shipments #panel-order-shipments .order-shipment .handlediv .toggle-indicator::before{content:"\f140"}.germanized-shipments #panel-order-shipments .order-shipment .wc-gzd-shipment-label h4{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment .wc-gzd-shipment-label .shipment-label-actions .shipment-label-actions-wrapper{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:1em;align-items:center}.germanized-shipments #panel-order-shipments .order-shipment .wc-gzd-shipment-label .shipment-label-actions .shipment-label-actions-wrapper a{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .show-if{display:none}.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-content-wrapper{display:block}.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-header>.right>.handlediv .toggle-indicator::before{content:"\f142"}.germanized-shipments #panel-order-shipments .order-shipment .item-count{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer{margin-top:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer .shipment-footer-inner{display:flex;flex-wrap:nowrap;justify-content:flex-end;padding:0 .5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer .shipment-footer-inner a.shipment-footer-action{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer .shipment-footer-inner a.shipment-footer-action:last-child{margin-right:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header{color:#999;background:#f8f8f8;margin:1.5em 0;padding:.5em 1em;cursor:pointer}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header .shipment-status{margin-left:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header h3{margin:0}.germanized-shipments #panel-order-shipments .order-shipment:first-child .shipment-header{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header:hover,.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-header{background:#f3f3f3}.germanized-shipments #panel-order-shipments .order-shipment .shipment-content-wrapper{display:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-content{padding:1em;margin-top:-1.5em;padding-bottom:0}.germanized-shipments #panel-order-shipments .order-shipment .add-shipment-return{display:none}.germanized-shipments #panel-order-shipments .order-shipment.is-returnable .add-shipment-return{display:block}.germanized-shipments #panel-order-shipments .order-shipment p.form-row{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .order-shipment p.form-row.wc-gzd-shipment-packaging-wrapper{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=email],.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=number],.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=text]{height:30px}.germanized-shipments #panel-order-shipments .order-shipment p.form-row select{line-height:30px;height:30px;padding-top:0;padding-bottom:0}.germanized-shipments #panel-order-shipments .order-shipment p.form-row label{color:#999;font-weight:600}.germanized-shipments #panel-order-shipments .order-shipment p.form-row label .woocommerce-help-tip{float:none}.germanized-shipments #panel-order-shipments .order-shipment .columns .column.column-spaced{margin:5px 0}.germanized-shipments #panel-order-shipments .order-shipment .columns .column h4{margin-bottom:.7em;color:#999}.germanized-shipments #panel-order-shipments .order-shipment .columns .column h4 a{color:#999;text-decoration:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-action{text-align:right}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-quantity input{width:60px;text-align:center}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-name p.form-row{margin-bottom:0;margin-top:.5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-heading{padding:.5em;color:#999;background:#f8f8f8;font-weight:600}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item{padding:.5em;border-bottom:1px solid #dfdfdf}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item:last-child{border-bottom:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item:nth-child(2n){background:#f8f8f8}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item .columns{align-items:center}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions{display:flex;padding:.7em .5em;flex-wrap:nowrap;justify-content:flex-end;border-top:1px solid #dfdfdf}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions .add-items{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions .woocommerce-help-tip{margin-left:0}.germanized-shipments #panel-order-shipments .order-shipment .add-items{display:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns{margin-top:.5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-header{background:0 0;border-bottom:1px solid #dfdfdf;padding-left:0;padding-right:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-header h3{font-size:1.1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-content{padding:1em 0}.germanized-shipments #panel-order-shipments .order-shipment.needs-items .add-items{display:block}.germanized-shipments #panel-order-shipments .form-row .input-inner-wrap{clear:left;margin:0;display:flex;flex-wrap:nowrap}.germanized-shipments #panel-order-shipments .form-row .input-inner-wrap input{margin-right:1em}.germanized-shipments #panel-order-shipments .form-row .input-inner-wrap input:last-child{margin-right:0}.germanized-shipments .title-spread{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}.germanized-shipments .title-spread .left,.germanized-shipments .title-spread .right{display:inline-flex;align-items:center}.germanized-shipments .show-lg,.germanized-shipments .show-md,.germanized-shipments .show-sm,.germanized-shipments .show-xl,.germanized-shipments .show-xs{display:none!important}.germanized-shipments .columns{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.germanized-shipments .columns.col-gapless{margin-left:0;margin-right:0}.germanized-shipments .columns.col-gapless>.column{padding-left:0;padding-right:0}.germanized-shipments .columns.col-oneline{flex-wrap:nowrap;overflow-x:auto}.germanized-shipments .column{flex:1;max-width:100%;padding-left:1rem;padding-right:1rem}.germanized-shipments .column.col-1,.germanized-shipments .column.col-10,.germanized-shipments .column.col-11,.germanized-shipments .column.col-12,.germanized-shipments .column.col-2,.germanized-shipments .column.col-3,.germanized-shipments .column.col-4,.germanized-shipments .column.col-5,.germanized-shipments .column.col-6,.germanized-shipments .column.col-7,.germanized-shipments .column.col-8,.germanized-shipments .column.col-9,.germanized-shipments .column.col-auto{flex:none}.germanized-shipments .col-12{width:100%}.germanized-shipments .col-11{width:91.66666667%}.germanized-shipments .col-10{width:83.33333333%}.germanized-shipments .col-9{width:75%}.germanized-shipments .col-8{width:66.66666667%}.germanized-shipments .col-7{width:58.33333333%}.germanized-shipments .col-6{width:50%}.germanized-shipments .col-5{width:41.66666667%}.germanized-shipments .col-4{width:33.33333333%}.germanized-shipments .col-3{width:25%}.germanized-shipments .col-2{width:16.66666667%}.germanized-shipments .col-1{width:8.33333333%}.germanized-shipments .col-auto{flex:0 0 auto;max-width:none;width:auto}.germanized-shipments .col-mx-auto{margin-left:auto;margin-right:auto}.germanized-shipments .col-ml-auto{margin-left:auto}.germanized-shipments .col-mr-auto{margin-right:auto}@media (max-width:1280px){.germanized-shipments .col-xl-1,.germanized-shipments .col-xl-10,.germanized-shipments .col-xl-11,.germanized-shipments .col-xl-12,.germanized-shipments .col-xl-2,.germanized-shipments .col-xl-3,.germanized-shipments .col-xl-4,.germanized-shipments .col-xl-5,.germanized-shipments .col-xl-6,.germanized-shipments .col-xl-7,.germanized-shipments .col-xl-8,.germanized-shipments .col-xl-9,.germanized-shipments .col-xl-auto{flex:none}.germanized-shipments .col-xl-12{width:100%}.germanized-shipments .col-xl-11{width:91.66666667%}.germanized-shipments .col-xl-10{width:83.33333333%}.germanized-shipments .col-xl-9{width:75%}.germanized-shipments .col-xl-8{width:66.66666667%}.germanized-shipments .col-xl-7{width:58.33333333%}.germanized-shipments .col-xl-6{width:50%}.germanized-shipments .col-xl-5{width:41.66666667%}.germanized-shipments .col-xl-4{width:33.33333333%}.germanized-shipments .col-xl-3{width:25%}.germanized-shipments .col-xl-2{width:16.66666667%}.germanized-shipments .col-xl-1{width:8.33333333%}.germanized-shipments .col-xl-auto{width:auto}.germanized-shipments .hide-xl{display:none!important}.germanized-shipments .show-xl{display:block!important}}@media (max-width:960px){.germanized-shipments .col-lg-1,.germanized-shipments .col-lg-10,.germanized-shipments .col-lg-11,.germanized-shipments .col-lg-12,.germanized-shipments .col-lg-2,.germanized-shipments .col-lg-3,.germanized-shipments .col-lg-4,.germanized-shipments .col-lg-5,.germanized-shipments .col-lg-6,.germanized-shipments .col-lg-7,.germanized-shipments .col-lg-8,.germanized-shipments .col-lg-9,.germanized-shipments .col-lg-auto{flex:none}.germanized-shipments .col-lg-12{width:100%}.germanized-shipments .col-lg-11{width:91.66666667%}.germanized-shipments .col-lg-10{width:83.33333333%}.germanized-shipments .col-lg-9{width:75%}.germanized-shipments .col-lg-8{width:66.66666667%}.germanized-shipments .col-lg-7{width:58.33333333%}.germanized-shipments .col-lg-6{width:50%}.germanized-shipments .col-lg-5{width:41.66666667%}.germanized-shipments .col-lg-4{width:33.33333333%}.germanized-shipments .col-lg-3{width:25%}.germanized-shipments .col-lg-2{width:16.66666667%}.germanized-shipments .col-lg-1{width:8.33333333%}.germanized-shipments .col-lg-auto{width:auto}.germanized-shipments .hide-lg{display:none!important}.germanized-shipments .show-lg{display:block!important}}@media (max-width:840px){.germanized-shipments .col-md-1,.germanized-shipments .col-md-10,.germanized-shipments .col-md-11,.germanized-shipments .col-md-12,.germanized-shipments .col-md-2,.germanized-shipments .col-md-3,.germanized-shipments .col-md-4,.germanized-shipments .col-md-5,.germanized-shipments .col-md-6,.germanized-shipments .col-md-7,.germanized-shipments .col-md-8,.germanized-shipments .col-md-9,.germanized-shipments .col-md-auto{flex:none}.germanized-shipments .col-md-12{width:100%}.germanized-shipments .col-md-11{width:91.66666667%}.germanized-shipments .col-md-10{width:83.33333333%}.germanized-shipments .col-md-9{width:75%}.germanized-shipments .col-md-8{width:66.66666667%}.germanized-shipments .col-md-7{width:58.33333333%}.germanized-shipments .col-md-6{width:50%}.germanized-shipments .col-md-5{width:41.66666667%}.germanized-shipments .col-md-4{width:33.33333333%}.germanized-shipments .col-md-3{width:25%}.germanized-shipments .col-md-2{width:16.66666667%}.germanized-shipments .col-md-1{width:8.33333333%}.germanized-shipments .col-md-auto{width:auto}.germanized-shipments .hide-md{display:none!important}.germanized-shipments .show-md{display:block!important}}@media (max-width:600px){.germanized-shipments .col-sm-1,.germanized-shipments .col-sm-10,.germanized-shipments .col-sm-11,.germanized-shipments .col-sm-12,.germanized-shipments .col-sm-2,.germanized-shipments .col-sm-3,.germanized-shipments .col-sm-4,.germanized-shipments .col-sm-5,.germanized-shipments .col-sm-6,.germanized-shipments .col-sm-7,.germanized-shipments .col-sm-8,.germanized-shipments .col-sm-9,.germanized-shipments .col-sm-auto{flex:none}.germanized-shipments .col-sm-12{width:100%}.germanized-shipments .col-sm-11{width:91.66666667%}.germanized-shipments .col-sm-10{width:83.33333333%}.germanized-shipments .col-sm-9{width:75%}.germanized-shipments .col-sm-8{width:66.66666667%}.germanized-shipments .col-sm-7{width:58.33333333%}.germanized-shipments .col-sm-6{width:50%}.germanized-shipments .col-sm-5{width:41.66666667%}.germanized-shipments .col-sm-4{width:33.33333333%}.germanized-shipments .col-sm-3{width:25%}.germanized-shipments .col-sm-2{width:16.66666667%}.germanized-shipments .col-sm-1{width:8.33333333%}.germanized-shipments .col-sm-auto{width:auto}.germanized-shipments .hide-sm{display:none!important}.germanized-shipments .show-sm{display:block!important}}@media (max-width:480px){.germanized-shipments .col-xs-1,.germanized-shipments .col-xs-10,.germanized-shipments .col-xs-11,.germanized-shipments .col-xs-12,.germanized-shipments .col-xs-2,.germanized-shipments .col-xs-3,.germanized-shipments .col-xs-4,.germanized-shipments .col-xs-5,.germanized-shipments .col-xs-6,.germanized-shipments .col-xs-7,.germanized-shipments .col-xs-8,.germanized-shipments .col-xs-9,.germanized-shipments .col-xs-auto{flex:none}.germanized-shipments .col-xs-12{width:100%}.germanized-shipments .col-xs-11{width:91.66666667%}.germanized-shipments .col-xs-10{width:83.33333333%}.germanized-shipments .col-xs-9{width:75%}.germanized-shipments .col-xs-8{width:66.66666667%}.germanized-shipments .col-xs-7{width:58.33333333%}.germanized-shipments .col-xs-6{width:50%}.germanized-shipments .col-xs-5{width:41.66666667%}.germanized-shipments .col-xs-4{width:33.33333333%}.germanized-shipments .col-xs-3{width:25%}.germanized-shipments .col-xs-2{width:16.66666667%}.germanized-shipments .col-xs-1{width:8.33333333%}.germanized-shipments .col-xs-auto{width:auto}.germanized-shipments .hide-xs{display:none!important}.germanized-shipments .show-xs{display:block!important}}
packages/woocommerce-germanized-shipments/assets/css/admin.scss CHANGED
@@ -495,6 +495,8 @@ table.wc-gzd-shipping-providers {
495
  }
496
 
497
  #woocommerce-gzd-order-shipments {
 
 
498
  .inside {
499
  margin: 0;
500
  padding: 0;
495
  }
496
 
497
  #woocommerce-gzd-order-shipments {
498
+ border-bottom: 1px solid #c3c4c7 !important;
499
+
500
  .inside {
501
  margin: 0;
502
  padding: 0;
packages/woocommerce-germanized-shipments/assets/js/admin-shipments.js CHANGED
@@ -354,29 +354,28 @@ window.germanized.admin = window.germanized.admin || {};
354
  },
355
 
356
  onRemoveShipmentSuccess: function( data ) {
357
- var self = germanized.admin.shipments,
358
- $shipment = self.$wrapper.find( '#shipment-' + data['shipment_id'] );
359
 
360
- if ( $shipment.length > 0 ) {
 
361
 
362
- if ( $shipment.hasClass( 'active' ) ) {
363
- $shipment.find( '.shipment-content-wrapper' ).slideUp( 300, function() {
364
- $shipment.removeClass( 'active' );
365
- $shipment.remove();
 
366
 
367
- self.initShipments();
368
- self.unblock();
369
- });
370
- } else {
371
- $shipment.remove();
372
-
373
- self.initShipments();
374
- self.unblock();
375
  }
376
- } else {
377
- self.initShipments();
378
- self.unblock();
379
- }
380
  },
381
 
382
  onRemoveShipmentError: function( data ) {
354
  },
355
 
356
  onRemoveShipmentSuccess: function( data ) {
357
+ var self = germanized.admin.shipments,
358
+ shipmentIds = Array.isArray( data['shipment_id'] ) ? data['shipment_id'] : [data['shipment_id']];
359
 
360
+ $.each( shipmentIds, function( i, shipmentId ) {
361
+ var $shipment = self.$wrapper.find( '#shipment-' + shipmentId );
362
 
363
+ if ( $shipment.length > 0 ) {
364
+ if ( $shipment.hasClass( 'active' ) ) {
365
+ $shipment.find( '.shipment-content-wrapper' ).slideUp( 300, function() {
366
+ $shipment.removeClass( 'active' );
367
+ $shipment.remove();
368
 
369
+ self.initShipments();
370
+ });
371
+ } else {
372
+ $shipment.remove();
373
+ }
 
 
 
374
  }
375
+ });
376
+
377
+ self.initShipments();
378
+ self.unblock();
379
  },
380
 
381
  onRemoveShipmentError: function( data ) {
packages/woocommerce-germanized-shipments/assets/js/admin-shipments.min.js CHANGED
@@ -1 +1 @@
1
- window.germanized=window.germanized||{},window.germanized.admin=window.germanized.admin||{},function(d){window.germanized.admin.shipments={params:{},shipments:{},$wrapper:!1,needsSaving:!1,needsShipments:!0,needsReturns:!1,init:function(){var e=germanized.admin.shipments;e.params=wc_gzd_admin_shipments_params,e.$wrapper=d("#panel-order-shipments"),e.needsShipments=e.$wrapper.find("#order-shipment-add").is(":visible"),e.needsReturns=e.$wrapper.find("#order-return-shipment-add").is(":visible"),e.initShipments(),d(document).ajaxComplete(e.onAjaxComplete),d(document).on("click","#order-shipments-list .shipment-header",e.onToggleShipment).on("change","#order-shipments-list :input:visible",e.setNeedsSaving).on("click","#panel-order-shipments #order-shipment-add",e.onAddShipment).on("click","#panel-order-shipments #order-return-shipment-add",e.onAddReturn).on("click","#panel-order-shipments .remove-shipment",e.onRemoveShipment).on("click","#panel-order-shipments button#order-shipments-save",e.onSave).on("click","#panel-order-shipments .notice-dismiss",e.onRemoveNotice),d(document.body).on("wc_backbone_modal_loaded",e.backbone.init).on("wc_backbone_modal_response",e.backbone.response)},onAjaxComplete:function(e,n,i){var t=germanized.admin.shipments;if(null!=n&&i.hasOwnProperty("data")){var r,a=i.data,s=!1;try{s=JSON.parse('{"'+a.replace(/&/g,'","').replace(/=/g,'":"')+'"}',function(e,n){return""===e?n:decodeURIComponent(n)})}catch(e){s=!1}s&&s.hasOwnProperty("action")&&("woocommerce_save_order_items"!==(r=s.action)&&"woocommerce_remove_order_item"!==r&&"woocommerce_add_order_item"!==r&&"woocommerce_delete_refund"!==r||t.syncItemQuantities())}},syncItemQuantities:function(){var e=germanized.admin.shipments;e.block();var n={action:"woocommerce_gzd_validate_shipment_item_quantities",active:e.getActiveShipmentId()};e.doAjax(n,e.onSyncSuccess)},onSyncSuccess:function(e){var n=germanized.admin.shipments;n.unblock(),n.initShipments(),n.initTiptip()},onSave:function(e){var n=germanized.admin.shipments;return e.preventDefault(),n.save(),!1},save:function(){var e=germanized.admin.shipments;e.block();var n={action:"woocommerce_gzd_save_shipments",active:e.getActiveShipmentId()};e.doAjax(n,e.onSaveSuccess)},initShipment:function(e){var n=germanized.admin.shipments;n.shipments.hasOwnProperty(e)?n.shipments[e].refreshDom():n.shipments[e]=new d.GermanizedShipment(e)},onSaveSuccess:function(e){var n=germanized.admin.shipments;n.initShipments(),n.setNeedsSaving(!1),n.unblock(),n.initTiptip()},getActiveShipmentId:function(){var e=germanized.admin.shipments.$wrapper.find(".order-shipment.active");return 0<e.length&&e.data("shipment")},block:function(){germanized.admin.shipments.$wrapper.block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){germanized.admin.shipments.$wrapper.unblock()},getData:function(e){var n=germanized.admin.shipments,i={};return e=e||{},d.each(n.$wrapper.find(":input[name]").serializeArray(),function(e,n){-1!==n.name.indexOf("[]")?(n.name=n.name.replace("[]",""),i[n.name]=d.makeArray(i[n.name]),i[n.name].push(n.value)):i[n.name]=n.value}),d.extend(i,e),i},doAjax:function(e,n,t){var r=germanized.admin.shipments,i=r.params.ajax_url,a=r.$wrapper,s=!0;a.find(".notice-wrapper").empty(),n=n||r.onAjaxSuccess,t=t||r.onAjaxError,e.hasOwnProperty("refresh_fragments")&&(s=e.refresh_fragments),e.hasOwnProperty("security")||(e.security=r.params.edit_shipments_nonce),e.hasOwnProperty("order_id")||(e.order_id=r.params.order_id),e=r.getData(e),d.ajax({type:"POST",url:i,data:e,success:function(e){var i;e.success?(active=r.getShipment(r.getActiveShipmentId()),current_packaging_id=!1,active&&(current_packaging_id=active.getShipment().find(".shipment-packaging-select").val()),s&&e.fragments&&d.each(e.fragments,function(e,n){d(e).replaceWith(n),d(e).unblock()}),n.apply(a,[e]),e.hasOwnProperty("order_needs_new_shipments")&&r.setNeedsShipments(e.order_needs_new_shipments),e.hasOwnProperty("order_needs_new_returns")&&r.setNeedsReturns(e.order_needs_new_returns),i=e.hasOwnProperty("shipments")?e.shipments:{},d.each(r.getShipments(),function(e,n){i.hasOwnProperty(e)&&(n.setIsEditable(i[e].is_editable),n.setNeedsItems(i[e].needs_items),n.setWeight(i[e].weight),n.setLength(i[e].length),n.setWidth(i[e].width),n.setHeight(i[e].height),n.setTotalWeight(i[e].total_weight),r.initShipment(e))}),(e.hasOwnProperty("needs_refresh")||e.hasOwnProperty("needs_packaging_refresh"))&&e.hasOwnProperty("shipment_id")&&(r.initShipment(e.shipment_id),e.hasOwnProperty("needs_packaging_refresh")&&(active=r.getShipment(r.getActiveShipmentId()),active&&(new_packaging_id=active.getShipment().find(".shipment-packaging-select").val(),new_packaging_id!==current_packaging_id&&r.getShipment(e.shipment_id).refreshDimensions())))):(t.apply(a,[e]),r.unblock(),e.hasOwnProperty("message")?r.addNotice(e.message,"error"):e.hasOwnProperty("messages")&&d.each(e.messages,function(e,n){r.addNotice(n,"error")}))},error:function(e){t.apply(a,[e]),r.unblock()},dataType:"json"})},onAjaxError:function(e){},onAjaxSuccess:function(e){},onRemoveNotice:function(){d(this).parents(".notice").slideUp(150,function(){d(this).remove()})},addNotice:function(e,n){germanized.admin.shipments.$wrapper.find(".notice-wrapper").append('<div class="notice is-dismissible notice-'+n+'"><p>'+e+'</p><button type="button" class="notice-dismiss"></button></div>')},getParams:function(){return germanized.admin.shipments.params},onRemoveShipment:function(){var e=germanized.admin.shipments,n=d(this).parents(".order-shipment").data("shipment");return window.confirm(e.getParams().i18n_remove_shipment_notice)&&e.removeShipment(n),!1},removeShipment:function(e){var n=germanized.admin.shipments,i={action:"woocommerce_gzd_remove_shipment",shipment_id:e};n.block(),n.doAjax(i,n.onRemoveShipmentSuccess,n.onRemoveShipmentError)},onRemoveShipmentSuccess:function(e){var n=germanized.admin.shipments,i=n.$wrapper.find("#shipment-"+e.shipment_id);0<i.length?i.hasClass("active")?i.find(".shipment-content-wrapper").slideUp(300,function(){i.removeClass("active"),i.remove(),n.initShipments(),n.unblock()}):(i.remove(),n.initShipments(),n.unblock()):(n.initShipments(),n.unblock())},onRemoveShipmentError:function(e){germanized.admin.shipments.unblock()},onAddShipment:function(){return germanized.admin.shipments.addShipment(),!1},addShipment:function(){var e=germanized.admin.shipments;e.block(),e.doAjax({action:"woocommerce_gzd_add_shipment"},e.onAddShipmentSuccess,e.onAddShipmentError)},onAddShipmentSuccess:function(e){var n=germanized.admin.shipments;0<n.$wrapper.find(".order-shipment.active").length?n.$wrapper.find(".order-shipment.active").find(".shipment-content-wrapper").slideUp(300,function(){n.$wrapper.find(".order-shipment.active").removeClass("active"),n.appendNewShipment(e),n.initShipments(),n.initTiptip(),n.unblock()}):(n.appendNewShipment(e),n.initShipments(),n.initTiptip(),n.unblock())},appendNewShipment:function(e){var n=germanized.admin.shipments;"simple"===e.new_shipment_type&&0<n.$wrapper.find(".panel-order-return-title").length?n.$wrapper.find(".panel-order-return-title").before(e.new_shipment):n.$wrapper.find("#order-shipments-list").append(e.new_shipment)},onAddShipmentError:function(e){},onAddReturn:function(){return d(this).WCBackboneModal({template:"wc-gzd-modal-add-shipment-return"}),!1},addReturn:function(e){var n=germanized.admin.shipments;n.block();var i={action:"woocommerce_gzd_add_return_shipment"};d.extend(i,e),n.doAjax(i,n.onAddReturnSuccess,n.onAddReturnError)},onAddReturnSuccess:function(e){germanized.admin.shipments.onAddShipmentSuccess(e)},onAddReturnError:function(e){germanized.admin.shipments.onAddShipmentError(e)},setNeedsSaving:function(e){var n=germanized.admin.shipments,i=n.getActiveShipmentId(),t=!!i&&n.getShipment(i).getShipment();"boolean"!=typeof e&&(e=!0),n.needsSaving=!0===e,n.needsSaving?n.$wrapper.find("#order-shipments-save").show():n.$wrapper.find("#order-shipments-save").hide(),t&&(n.needsSaving?n.disableCreateLabel(t):n.enableCreateLabel(t)),n.needsSaving?n.disableCreateLabel(t):n.enableCreateLabel(t),n.hideOrShowFooter(),d(document.body).trigger("woocommerce_gzd_shipments_needs_saving",[n.needsSaving,n.getActiveShipmentId()]),n.initTiptip()},disableCreateLabel:function(e){var n=germanized.admin.shipments,i=e.find(".create-shipment-label");0<i.length&&(i.addClass("disabled button-disabled"),i.prop("title",n.params.i18n_create_label_disabled))},enableCreateLabel:function(e){var n=germanized.admin.shipments,i=e.find(".create-shipment-label");0<i.length&&(i.removeClass("disabled button-disabled"),i.prop("title",n.params.i18n_create_label_enabled))},setNeedsShipments:function(e){var n=germanized.admin.shipments;"boolean"!=typeof e&&(e=!0),n.needsShipments=!0===e,n.needsShipments?(n.$wrapper.addClass("needs-shipments"),n.$wrapper.find("#order-shipment-add").show()):(n.$wrapper.removeClass("needs-shipments"),n.$wrapper.find("#order-shipment-add").hide()),n.hideOrShowFooter()},hideOrShowReturnTitle:function(){var e=germanized.admin.shipments;0===e.$wrapper.find(".order-shipment.shipment-return").length?e.$wrapper.find(".panel-order-return-title").addClass("hide-default"):e.$wrapper.find(".panel-order-return-title").removeClass("hide-default")},setNeedsReturns:function(e){var n=germanized.admin.shipments;"boolean"!=typeof e&&(e=!0),n.needsReturns=!0===e,n.needsReturns?(n.$wrapper.addClass("needs-returns"),n.$wrapper.find("#order-return-shipment-add").show()):(n.$wrapper.removeClass("needs-returns"),n.$wrapper.find("#order-return-shipment-add").hide()),n.hideOrShowFooter()},hideOrShowFooter:function(){var e=germanized.admin.shipments;e.needsSaving||e.needsShipments||e.needsReturns?e.$wrapper.find(".panel-footer").slideDown(300):e.$wrapper.find(".panel-footer").slideUp(300)},onToggleShipment:function(){var e=germanized.admin.shipments,n=d(this).parents(".order-shipment:first"),i=n.hasClass("active");e.closeShipments(),i||n.find("> .shipment-content-wrapper").slideDown(300,function(){n.addClass("active")})},closeShipments:function(){var e=germanized.admin.shipments;e.$wrapper.find(".order-shipment.active .shipment-content-wrapper").slideUp(300,function(){e.$wrapper.find(".order-shipment.active").removeClass("active")})},initShipments:function(){var n=germanized.admin.shipments;n.$wrapper=d("#panel-order-shipments"),n.$wrapper.find(".order-shipment").each(function(){var e=d(this).data("shipment");n.initShipment(e)}),n.hideOrShowReturnTitle()},getShipments:function(){return germanized.admin.shipments.shipments},getShipment:function(e){var n=germanized.admin.shipments.getShipments();return!!n.hasOwnProperty(e)&&n[e]},refresh:function(e){},refreshItems:function(e){},addItem:function(){},initTiptip:function(){var e=germanized.admin.shipments;d(document.body).trigger("init_tooltips"),e.$wrapper.find(".woocommerce-help-tip").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}),e.$wrapper.find(".create-shipment-label").tipTip({fadeIn:50,fadeOut:50,delay:200})},backbone:{onAddReturnSuccess:function(e){d("#wc-gzd-return-shipment-items").html(e.html),d(".wc-backbone-modal-content article").unblock(),d(document.body).on("change","input.wc-gzd-shipment-add-return-item-quantity",function(){var e,n=d(this),i=n.val();!n.attr("max")||(e=n.attr("max"))<i&&n.val(e)})},init:function(e,n){var i=germanized.admin.shipments;if("wc-gzd-modal-add-shipment-return"===n)return d(".wc-backbone-modal-content article").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),i.doAjax({action:"woocommerce_gzd_get_available_return_shipment_items"},i.backbone.onAddReturnSuccess),!1},response:function(e,n,i){var t=germanized.admin.shipments;"wc-gzd-modal-add-shipment-return"===n&&t.addReturn(i)}}},d(document).ready(function(){germanized.admin.shipments.init()})}(jQuery);
1
+ window.germanized=window.germanized||{},window.germanized.admin=window.germanized.admin||{},function(d){window.germanized.admin.shipments={params:{},shipments:{},$wrapper:!1,needsSaving:!1,needsShipments:!0,needsReturns:!1,init:function(){var e=germanized.admin.shipments;e.params=wc_gzd_admin_shipments_params,e.$wrapper=d("#panel-order-shipments"),e.needsShipments=e.$wrapper.find("#order-shipment-add").is(":visible"),e.needsReturns=e.$wrapper.find("#order-return-shipment-add").is(":visible"),e.initShipments(),d(document).ajaxComplete(e.onAjaxComplete),d(document).on("click","#order-shipments-list .shipment-header",e.onToggleShipment).on("change","#order-shipments-list :input:visible",e.setNeedsSaving).on("click","#panel-order-shipments #order-shipment-add",e.onAddShipment).on("click","#panel-order-shipments #order-return-shipment-add",e.onAddReturn).on("click","#panel-order-shipments .remove-shipment",e.onRemoveShipment).on("click","#panel-order-shipments button#order-shipments-save",e.onSave).on("click","#panel-order-shipments .notice-dismiss",e.onRemoveNotice),d(document.body).on("wc_backbone_modal_loaded",e.backbone.init).on("wc_backbone_modal_response",e.backbone.response)},onAjaxComplete:function(e,n,i){var t=germanized.admin.shipments;if(null!=n&&i.hasOwnProperty("data")){var r,a=i.data,s=!1;try{s=JSON.parse('{"'+a.replace(/&/g,'","').replace(/=/g,'":"')+'"}',function(e,n){return""===e?n:decodeURIComponent(n)})}catch(e){s=!1}s&&s.hasOwnProperty("action")&&("woocommerce_save_order_items"!==(r=s.action)&&"woocommerce_remove_order_item"!==r&&"woocommerce_add_order_item"!==r&&"woocommerce_delete_refund"!==r||t.syncItemQuantities())}},syncItemQuantities:function(){var e=germanized.admin.shipments;e.block();var n={action:"woocommerce_gzd_validate_shipment_item_quantities",active:e.getActiveShipmentId()};e.doAjax(n,e.onSyncSuccess)},onSyncSuccess:function(e){var n=germanized.admin.shipments;n.unblock(),n.initShipments(),n.initTiptip()},onSave:function(e){var n=germanized.admin.shipments;return e.preventDefault(),n.save(),!1},save:function(){var e=germanized.admin.shipments;e.block();var n={action:"woocommerce_gzd_save_shipments",active:e.getActiveShipmentId()};e.doAjax(n,e.onSaveSuccess)},initShipment:function(e){var n=germanized.admin.shipments;n.shipments.hasOwnProperty(e)?n.shipments[e].refreshDom():n.shipments[e]=new d.GermanizedShipment(e)},onSaveSuccess:function(e){var n=germanized.admin.shipments;n.initShipments(),n.setNeedsSaving(!1),n.unblock(),n.initTiptip()},getActiveShipmentId:function(){var e=germanized.admin.shipments.$wrapper.find(".order-shipment.active");return 0<e.length&&e.data("shipment")},block:function(){germanized.admin.shipments.$wrapper.block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){germanized.admin.shipments.$wrapper.unblock()},getData:function(e){var n=germanized.admin.shipments,i={};return e=e||{},d.each(n.$wrapper.find(":input[name]").serializeArray(),function(e,n){-1!==n.name.indexOf("[]")?(n.name=n.name.replace("[]",""),i[n.name]=d.makeArray(i[n.name]),i[n.name].push(n.value)):i[n.name]=n.value}),d.extend(i,e),i},doAjax:function(e,n,t){var r=germanized.admin.shipments,i=r.params.ajax_url,a=r.$wrapper,s=!0;a.find(".notice-wrapper").empty(),n=n||r.onAjaxSuccess,t=t||r.onAjaxError,e.hasOwnProperty("refresh_fragments")&&(s=e.refresh_fragments),e.hasOwnProperty("security")||(e.security=r.params.edit_shipments_nonce),e.hasOwnProperty("order_id")||(e.order_id=r.params.order_id),e=r.getData(e),d.ajax({type:"POST",url:i,data:e,success:function(e){var i;e.success?(active=r.getShipment(r.getActiveShipmentId()),current_packaging_id=!1,active&&(current_packaging_id=active.getShipment().find(".shipment-packaging-select").val()),s&&e.fragments&&d.each(e.fragments,function(e,n){d(e).replaceWith(n),d(e).unblock()}),n.apply(a,[e]),e.hasOwnProperty("order_needs_new_shipments")&&r.setNeedsShipments(e.order_needs_new_shipments),e.hasOwnProperty("order_needs_new_returns")&&r.setNeedsReturns(e.order_needs_new_returns),i=e.hasOwnProperty("shipments")?e.shipments:{},d.each(r.getShipments(),function(e,n){i.hasOwnProperty(e)&&(n.setIsEditable(i[e].is_editable),n.setNeedsItems(i[e].needs_items),n.setWeight(i[e].weight),n.setLength(i[e].length),n.setWidth(i[e].width),n.setHeight(i[e].height),n.setTotalWeight(i[e].total_weight),r.initShipment(e))}),(e.hasOwnProperty("needs_refresh")||e.hasOwnProperty("needs_packaging_refresh"))&&e.hasOwnProperty("shipment_id")&&(r.initShipment(e.shipment_id),e.hasOwnProperty("needs_packaging_refresh")&&(active=r.getShipment(r.getActiveShipmentId()),active&&(new_packaging_id=active.getShipment().find(".shipment-packaging-select").val(),new_packaging_id!==current_packaging_id&&r.getShipment(e.shipment_id).refreshDimensions())))):(t.apply(a,[e]),r.unblock(),e.hasOwnProperty("message")?r.addNotice(e.message,"error"):e.hasOwnProperty("messages")&&d.each(e.messages,function(e,n){r.addNotice(n,"error")}))},error:function(e){t.apply(a,[e]),r.unblock()},dataType:"json"})},onAjaxError:function(e){},onAjaxSuccess:function(e){},onRemoveNotice:function(){d(this).parents(".notice").slideUp(150,function(){d(this).remove()})},addNotice:function(e,n){germanized.admin.shipments.$wrapper.find(".notice-wrapper").append('<div class="notice is-dismissible notice-'+n+'"><p>'+e+'</p><button type="button" class="notice-dismiss"></button></div>')},getParams:function(){return germanized.admin.shipments.params},onRemoveShipment:function(){var e=germanized.admin.shipments,n=d(this).parents(".order-shipment").data("shipment");return window.confirm(e.getParams().i18n_remove_shipment_notice)&&e.removeShipment(n),!1},removeShipment:function(e){var n=germanized.admin.shipments,i={action:"woocommerce_gzd_remove_shipment",shipment_id:e};n.block(),n.doAjax(i,n.onRemoveShipmentSuccess,n.onRemoveShipmentError)},onRemoveShipmentSuccess:function(e){var t=germanized.admin.shipments,n=Array.isArray(e.shipment_id)?e.shipment_id:[e.shipment_id];d.each(n,function(e,n){var i=t.$wrapper.find("#shipment-"+n);0<i.length&&(i.hasClass("active")?i.find(".shipment-content-wrapper").slideUp(300,function(){i.removeClass("active"),i.remove(),t.initShipments()}):i.remove())}),t.initShipments(),t.unblock()},onRemoveShipmentError:function(e){germanized.admin.shipments.unblock()},onAddShipment:function(){return germanized.admin.shipments.addShipment(),!1},addShipment:function(){var e=germanized.admin.shipments;e.block(),e.doAjax({action:"woocommerce_gzd_add_shipment"},e.onAddShipmentSuccess,e.onAddShipmentError)},onAddShipmentSuccess:function(e){var n=germanized.admin.shipments;0<n.$wrapper.find(".order-shipment.active").length?n.$wrapper.find(".order-shipment.active").find(".shipment-content-wrapper").slideUp(300,function(){n.$wrapper.find(".order-shipment.active").removeClass("active"),n.appendNewShipment(e),n.initShipments(),n.initTiptip(),n.unblock()}):(n.appendNewShipment(e),n.initShipments(),n.initTiptip(),n.unblock())},appendNewShipment:function(e){var n=germanized.admin.shipments;"simple"===e.new_shipment_type&&0<n.$wrapper.find(".panel-order-return-title").length?n.$wrapper.find(".panel-order-return-title").before(e.new_shipment):n.$wrapper.find("#order-shipments-list").append(e.new_shipment)},onAddShipmentError:function(e){},onAddReturn:function(){return d(this).WCBackboneModal({template:"wc-gzd-modal-add-shipment-return"}),!1},addReturn:function(e){var n=germanized.admin.shipments;n.block();var i={action:"woocommerce_gzd_add_return_shipment"};d.extend(i,e),n.doAjax(i,n.onAddReturnSuccess,n.onAddReturnError)},onAddReturnSuccess:function(e){germanized.admin.shipments.onAddShipmentSuccess(e)},onAddReturnError:function(e){germanized.admin.shipments.onAddShipmentError(e)},setNeedsSaving:function(e){var n=germanized.admin.shipments,i=n.getActiveShipmentId(),t=!!i&&n.getShipment(i).getShipment();"boolean"!=typeof e&&(e=!0),n.needsSaving=!0===e,n.needsSaving?n.$wrapper.find("#order-shipments-save").show():n.$wrapper.find("#order-shipments-save").hide(),t&&(n.needsSaving?n.disableCreateLabel(t):n.enableCreateLabel(t)),n.needsSaving?n.disableCreateLabel(t):n.enableCreateLabel(t),n.hideOrShowFooter(),d(document.body).trigger("woocommerce_gzd_shipments_needs_saving",[n.needsSaving,n.getActiveShipmentId()]),n.initTiptip()},disableCreateLabel:function(e){var n=germanized.admin.shipments,i=e.find(".create-shipment-label");0<i.length&&(i.addClass("disabled button-disabled"),i.prop("title",n.params.i18n_create_label_disabled))},enableCreateLabel:function(e){var n=germanized.admin.shipments,i=e.find(".create-shipment-label");0<i.length&&(i.removeClass("disabled button-disabled"),i.prop("title",n.params.i18n_create_label_enabled))},setNeedsShipments:function(e){var n=germanized.admin.shipments;"boolean"!=typeof e&&(e=!0),n.needsShipments=!0===e,n.needsShipments?(n.$wrapper.addClass("needs-shipments"),n.$wrapper.find("#order-shipment-add").show()):(n.$wrapper.removeClass("needs-shipments"),n.$wrapper.find("#order-shipment-add").hide()),n.hideOrShowFooter()},hideOrShowReturnTitle:function(){var e=germanized.admin.shipments;0===e.$wrapper.find(".order-shipment.shipment-return").length?e.$wrapper.find(".panel-order-return-title").addClass("hide-default"):e.$wrapper.find(".panel-order-return-title").removeClass("hide-default")},setNeedsReturns:function(e){var n=germanized.admin.shipments;"boolean"!=typeof e&&(e=!0),n.needsReturns=!0===e,n.needsReturns?(n.$wrapper.addClass("needs-returns"),n.$wrapper.find("#order-return-shipment-add").show()):(n.$wrapper.removeClass("needs-returns"),n.$wrapper.find("#order-return-shipment-add").hide()),n.hideOrShowFooter()},hideOrShowFooter:function(){var e=germanized.admin.shipments;e.needsSaving||e.needsShipments||e.needsReturns?e.$wrapper.find(".panel-footer").slideDown(300):e.$wrapper.find(".panel-footer").slideUp(300)},onToggleShipment:function(){var e=germanized.admin.shipments,n=d(this).parents(".order-shipment:first"),i=n.hasClass("active");e.closeShipments(),i||n.find("> .shipment-content-wrapper").slideDown(300,function(){n.addClass("active")})},closeShipments:function(){var e=germanized.admin.shipments;e.$wrapper.find(".order-shipment.active .shipment-content-wrapper").slideUp(300,function(){e.$wrapper.find(".order-shipment.active").removeClass("active")})},initShipments:function(){var n=germanized.admin.shipments;n.$wrapper=d("#panel-order-shipments"),n.$wrapper.find(".order-shipment").each(function(){var e=d(this).data("shipment");n.initShipment(e)}),n.hideOrShowReturnTitle()},getShipments:function(){return germanized.admin.shipments.shipments},getShipment:function(e){var n=germanized.admin.shipments.getShipments();return!!n.hasOwnProperty(e)&&n[e]},refresh:function(e){},refreshItems:function(e){},addItem:function(){},initTiptip:function(){var e=germanized.admin.shipments;d(document.body).trigger("init_tooltips"),e.$wrapper.find(".woocommerce-help-tip").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}),e.$wrapper.find(".create-shipment-label").tipTip({fadeIn:50,fadeOut:50,delay:200})},backbone:{onAddReturnSuccess:function(e){d("#wc-gzd-return-shipment-items").html(e.html),d(".wc-backbone-modal-content article").unblock(),d(document.body).on("change","input.wc-gzd-shipment-add-return-item-quantity",function(){var e,n=d(this),i=n.val();!n.attr("max")||(e=n.attr("max"))<i&&n.val(e)})},init:function(e,n){var i=germanized.admin.shipments;if("wc-gzd-modal-add-shipment-return"===n)return d(".wc-backbone-modal-content article").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),i.doAjax({action:"woocommerce_gzd_get_available_return_shipment_items"},i.backbone.onAddReturnSuccess),!1},response:function(e,n,i){var t=germanized.admin.shipments;"wc-gzd-modal-add-shipment-return"===n&&t.addReturn(i)}}},d(document).ready(function(){germanized.admin.shipments.init()})}(jQuery);
packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php CHANGED
@@ -772,23 +772,38 @@ function wc_gzd_shipments_upload_data( $filename, $bits, $relative = true ) {
772
  * @return array
773
  */
774
  function wc_gzd_get_shipment_return_address( $shipment_order ) {
775
- $country_state = wc_format_country_state_string( Package::get_setting( 'return_address_country' ) );
776
-
777
- $address = array(
778
- 'first_name' => Package::get_setting( 'return_address_first_name' ),
779
- 'last_name' => Package::get_setting( 'return_address_last_name' ),
780
- 'company' => Package::get_setting( 'return_address_company' ),
781
- 'address_1' => Package::get_setting( 'return_address_address_1' ),
782
- 'address_2' => Package::get_setting( 'return_address_address_2' ),
783
- 'city' => Package::get_setting( 'return_address_city' ),
784
- 'country' => $country_state['country'],
785
- 'state' => $country_state['state'],
786
- 'postcode' => Package::get_setting( 'return_address_postcode' ),
787
- );
788
-
789
- $address['email'] = get_option( 'admin_email' );
790
-
791
- return $address;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
792
  }
793
 
794
  /**
772
  * @return array
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 ) {
790
+ $key = "woocommerce_gzd_shipments_return_address_{$prop}";
791
+ $value = get_option( $key, '' );
792
+
793
+ if ( '' === $value ) {
794
+ $value = get_option( "woocommerce_gzd_shipments_shipper_address_{$prop}" );
795
+ }
796
+
797
+ if ( 'country' === $prop ) {
798
+ $value = wc_format_country_state_string( $value );
799
+ $address_fields['country'] = $value['country'];
800
+ $address_fields['state'] = $value['state'];
801
+ } elseif ( 'state' !== $prop ) {
802
+ $address_fields[ $prop ] = $value;
803
+ }
804
+ }
805
+
806
+ return $address_fields;
807
  }
808
 
809
  /**
packages/woocommerce-germanized-shipments/src/Admin/Settings.php CHANGED
@@ -349,7 +349,7 @@ class Settings {
349
  array(
350
  'title' => _x( 'Phone', 'shipments', 'woocommerce-germanized' ),
351
  'type' => 'text',
352
- 'id' => 'woocommerce_gzd_shipments_shipper_address_phone',
353
  'default' => '',
354
  'placeholder' => get_option( 'woocommerce_gzd_shipments_shipper_address_phone' )
355
  ),
@@ -506,13 +506,23 @@ class Settings {
506
  }
507
 
508
  public static function render_label_fields( $settings, $shipment, $echo = false ) {
 
509
  ob_start();
510
  foreach( $settings as $setting ) {
511
- $setting = wp_parse_args( $setting, array( 'id' => '', 'type' => 'text' ) );
512
 
513
  if ( has_action( "woocommerce_gzd_shipment_label_admin_field_{$setting['id']}" ) ) {
514
  do_action( "woocommerce_gzd_shipment_label_admin_field_{$setting['id']}", $setting, $shipment );
515
  } elseif ( 'select' === $setting['type'] ) {
 
 
 
 
 
 
 
 
 
516
  woocommerce_wp_select( $setting );
517
  } elseif( 'checkbox' === $setting['type'] ) {
518
  woocommerce_wp_checkbox( $setting );
349
  array(
350
  'title' => _x( 'Phone', 'shipments', 'woocommerce-germanized' ),
351
  'type' => 'text',
352
+ 'id' => 'woocommerce_gzd_shipments_return_address_phone',
353
  'default' => '',
354
  'placeholder' => get_option( 'woocommerce_gzd_shipments_shipper_address_phone' )
355
  ),
506
  }
507
 
508
  public static function render_label_fields( $settings, $shipment, $echo = false ) {
509
+ $missing_div_closes = 0;
510
  ob_start();
511
  foreach( $settings as $setting ) {
512
+ $setting = wp_parse_args( $setting, array( 'id' => '', 'type' => 'text', 'custom_attributes' => array() ) );
513
 
514
  if ( has_action( "woocommerce_gzd_shipment_label_admin_field_{$setting['id']}" ) ) {
515
  do_action( "woocommerce_gzd_shipment_label_admin_field_{$setting['id']}", $setting, $shipment );
516
  } elseif ( 'select' === $setting['type'] ) {
517
+ woocommerce_wp_select( $setting );
518
+ } elseif ( 'multiselect' === $setting['type'] ) {
519
+ $setting['class'] = 'select short wc-enhanced-select';
520
+ $setting['custom_attributes'] = array_merge( $setting['custom_attributes'], array( 'multiple' => 'multiple' ) );
521
+
522
+ if ( ! strstr( $setting['id'], '[]' ) ) {
523
+ $setting['name'] = $setting['id'] . '[]';
524
+ }
525
+
526
  woocommerce_wp_select( $setting );
527
  } elseif( 'checkbox' === $setting['type'] ) {
528
  woocommerce_wp_checkbox( $setting );
packages/woocommerce-germanized-shipments/src/Ajax.php CHANGED
@@ -523,6 +523,12 @@ class Ajax {
523
  exit;
524
  }
525
 
 
 
 
 
 
 
526
  public static function remove_shipment() {
527
  check_ajax_referer( 'edit-shipments', 'security' );
528
 
@@ -550,10 +556,21 @@ class Ajax {
550
  wp_send_json( $response_error );
551
  }
552
 
 
 
553
  if ( $shipment->delete( true ) ) {
554
  $order_shipment->remove_shipment( $shipment_id );
555
 
556
- $response['shipment_id'] = $shipment_id;
 
 
 
 
 
 
 
 
 
557
  $response['fragments'] = array(
558
  '.order-shipping-status' => self::get_order_status_html( $order_shipment ),
559
  '.order-return-status' => self::get_order_return_status_html( $order_shipment ),
523
  exit;
524
  }
525
 
526
+ private static function get_shipment_ids( $shipments ) {
527
+ return array_values( array_map( function( $s ) {
528
+ return $s->get_id();
529
+ }, $shipments ) );
530
+ }
531
+
532
  public static function remove_shipment() {
533
  check_ajax_referer( 'edit-shipments', 'security' );
534
 
556
  wp_send_json( $response_error );
557
  }
558
 
559
+ $shipment_ids = self::get_shipment_ids( $order_shipment->get_shipments() );
560
+
561
  if ( $shipment->delete( true ) ) {
562
  $order_shipment->remove_shipment( $shipment_id );
563
 
564
+ if ( 'return' === $shipment->get_type() ) {
565
+ $order_shipment->validate_shipments();
566
+ }
567
+
568
+ /*
569
+ * Check which shipments have been deleted (e.g. multiple in case a return has been removed)
570
+ */
571
+ $shipments_removed = array_values( array_diff( $shipment_ids, self::get_shipment_ids( $order_shipment->get_shipments() ) ) );
572
+ $response['shipment_id'] = $shipments_removed;
573
+
574
  $response['fragments'] = array(
575
  '.order-shipping-status' => self::get_order_status_html( $order_shipment ),
576
  '.order-return-status' => self::get_order_return_status_html( $order_shipment ),
packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php CHANGED
@@ -82,6 +82,8 @@ interface ShipmentLabel {
82
  */
83
  public function is_trackable();
84
 
 
 
85
  public function set_props( $props );
86
 
87
  public function update_meta_data( $key, $value, $meta_id = 0 );
82
  */
83
  public function is_trackable();
84
 
85
+ public function supports_third_party_email_notification();
86
+
87
  public function set_props( $props );
88
 
89
  public function update_meta_data( $key, $value, $meta_id = 0 );
packages/woocommerce-germanized-shipments/src/Labels/Label.php CHANGED
@@ -188,6 +188,13 @@ class Label extends WC_Data implements ShipmentLabel {
188
  return empty( $number ) ? false : true;
189
  }
190
 
 
 
 
 
 
 
 
191
  public function get_weight( $context = 'view' ) {
192
  return $this->get_prop( 'weight', $context );
193
  }
@@ -202,14 +209,35 @@ class Label extends WC_Data implements ShipmentLabel {
202
  return $weight;
203
  }
204
 
 
 
 
 
 
 
 
205
  public function get_length( $context = 'view' ) {
206
  return $this->get_prop( 'length', $context );
207
  }
208
 
 
 
 
 
 
 
 
209
  public function get_width( $context = 'view' ) {
210
  return $this->get_prop( 'width', $context );
211
  }
212
 
 
 
 
 
 
 
 
213
  public function get_height( $context = 'view' ) {
214
  return $this->get_prop( 'height', $context );
215
  }
@@ -564,6 +592,16 @@ class Label extends WC_Data implements ShipmentLabel {
564
  return true;
565
  }
566
 
 
 
 
 
 
 
 
 
 
 
567
  /**
568
  * Gets a prop for a getter method.
569
  *
188
  return empty( $number ) ? false : true;
189
  }
190
 
191
+ /**
192
+ * Returns the weight in kg
193
+ *
194
+ * @param string $context
195
+ *
196
+ * @return string
197
+ */
198
  public function get_weight( $context = 'view' ) {
199
  return $this->get_prop( 'weight', $context );
200
  }
209
  return $weight;
210
  }
211
 
212
+ /**
213
+ * Returns the length in cm
214
+ *
215
+ * @param string $context
216
+ *
217
+ * @return string
218
+ */
219
  public function get_length( $context = 'view' ) {
220
  return $this->get_prop( 'length', $context );
221
  }
222
 
223
+ /**
224
+ * Returns the width in cm
225
+ *
226
+ * @param string $context
227
+ *
228
+ * @return string
229
+ */
230
  public function get_width( $context = 'view' ) {
231
  return $this->get_prop( 'width', $context );
232
  }
233
 
234
+ /**
235
+ * Returns the height in cm
236
+ *
237
+ * @param string $context
238
+ *
239
+ * @return string
240
+ */
241
  public function get_height( $context = 'view' ) {
242
  return $this->get_prop( 'height', $context );
243
  }
592
  return true;
593
  }
594
 
595
+ public function supports_third_party_email_notification() {
596
+ $supports_email_notification = false;
597
+
598
+ if ( ( $shipment = $this->get_shipment() ) && ( $order = $shipment->get_order() ) ) {
599
+ $supports_email_notification = wc_gzd_order_supports_parcel_delivery_reminder( $order );
600
+ }
601
+
602
+ return apply_filters( "{$this->get_general_hook_prefix()}supports_third_party_email_notification", $supports_email_notification, $this );
603
+ }
604
+
605
  /**
606
  * Gets a prop for a getter method.
607
  *
packages/woocommerce-germanized-shipments/src/Order.php CHANGED
@@ -147,7 +147,6 @@ class Order {
147
  ) );
148
 
149
  foreach( $this->get_simple_shipments() as $shipment ) {
150
-
151
  if ( $shipment->is_editable() ) {
152
 
153
  // Make sure we are working based on the current instance.
@@ -290,7 +289,6 @@ class Order {
290
  $shipments = $this->get_shipments();
291
 
292
  foreach( $this->shipments as $key => $shipment ) {
293
-
294
  if ( $shipment->get_id() === (int) $shipment_id ) {
295
  $this->shipments_to_delete[] = $shipment;
296
 
@@ -336,7 +334,7 @@ class Order {
336
  if ( $order_item ) {
337
  $quantity_left = $this->get_shippable_item_quantity( $order_item );
338
 
339
- foreach( $this->get_simple_shipments() as $shipment ) {
340
 
341
  if ( $args['sent_only'] && ! $shipment->is_shipped() ) {
342
  continue;
@@ -347,7 +345,13 @@ class Order {
347
  }
348
 
349
  if ( $item = $shipment->get_item_by_order_item_id( $order_item->get_id() ) ) {
350
- $quantity_left -= $item->get_quantity();
 
 
 
 
 
 
351
  }
352
  }
353
  }
147
  ) );
148
 
149
  foreach( $this->get_simple_shipments() as $shipment ) {
 
150
  if ( $shipment->is_editable() ) {
151
 
152
  // Make sure we are working based on the current instance.
289
  $shipments = $this->get_shipments();
290
 
291
  foreach( $this->shipments as $key => $shipment ) {
 
292
  if ( $shipment->get_id() === (int) $shipment_id ) {
293
  $this->shipments_to_delete[] = $shipment;
294
 
334
  if ( $order_item ) {
335
  $quantity_left = $this->get_shippable_item_quantity( $order_item );
336
 
337
+ foreach( $this->get_shipments() as $shipment ) {
338
 
339
  if ( $args['sent_only'] && ! $shipment->is_shipped() ) {
340
  continue;
345
  }
346
 
347
  if ( $item = $shipment->get_item_by_order_item_id( $order_item->get_id() ) ) {
348
+ if ( 'return' === $shipment->get_type() ) {
349
+ if ( $shipment->is_shipped() ) {
350
+ $quantity_left += $item->get_quantity();
351
+ }
352
+ } else {
353
+ $quantity_left -= $item->get_quantity();
354
+ }
355
  }
356
  }
357
  }
packages/woocommerce-germanized-shipments/src/Package.php CHANGED
@@ -18,7 +18,7 @@ class Package {
18
  *
19
  * @var string
20
  */
21
- const VERSION = '1.5.8';
22
 
23
  public static $upload_dir_suffix = '';
24
 
@@ -104,7 +104,6 @@ class Package {
104
  }
105
 
106
  public static function return_request_form( $args = array() ) {
107
-
108
  $defaults = array(
109
  'message' => '',
110
  'hidden' => false,
@@ -309,18 +308,19 @@ class Package {
309
  return apply_filters( 'woocommerce_gzd_country_belongs_to_eu_customs_area', $belongs, $country, $postcode );
310
  }
311
 
312
- public static function is_shipping_international( $country, $postcode = '' ) {
 
313
  /**
314
- * In case the base country belongs to EU customs area, a third country needs to lie outside of the EU customs area
315
  */
316
- if ( self::base_country_belongs_to_eu_customs_area() ) {
317
- if ( ! self::country_belongs_to_eu_customs_area( $country, $postcode ) ) {
318
  return true;
319
  }
320
 
321
  return false;
322
  } else {
323
- if ( ! self::is_shipping_domestic( $country, $postcode ) ) {
324
  return true;
325
  }
326
 
@@ -328,14 +328,15 @@ class Package {
328
  }
329
  }
330
 
331
- public static function is_shipping_domestic( $country, $postcode = '' ) {
332
- $is_domestic = $country === self::get_base_country();
 
333
 
334
  /**
335
- * If the base country belongs to EU customs are but the postcode (e.g. Helgoland in DE) not, do not consider doemstic shipping
336
  */
337
- if ( $is_domestic && self::base_country_belongs_to_eu_customs_area() ) {
338
- if ( ! self::country_belongs_to_eu_customs_area( $country, $postcode ) ) {
339
  $is_domestic = false;
340
  }
341
  }
@@ -343,20 +344,32 @@ class Package {
343
  return $is_domestic;
344
  }
345
 
 
 
 
 
 
 
 
 
 
 
346
  /**
347
  * Whether shipping is inner EU (from one EU country to another) shipment or not.
348
  *
349
  * @param $country
350
- * @param string $postcode
351
  *
352
  * @return mixed|void
353
  */
354
- public static function is_shipping_inner_eu_country( $country, $postcode = '' ) {
355
- if ( self::is_shipping_domestic( $country, $postcode ) || ! self::country_belongs_to_eu_customs_area( self::get_base_country(), self::get_base_postcode() ) ) {
 
 
356
  return false;
357
  }
358
 
359
- return self::country_belongs_to_eu_customs_area( $country, $postcode );
360
  }
361
 
362
  public static function get_endpoints() {
18
  *
19
  * @var string
20
  */
21
+ const VERSION = '1.5.9';
22
 
23
  public static $upload_dir_suffix = '';
24
 
104
  }
105
 
106
  public static function return_request_form( $args = array() ) {
 
107
  $defaults = array(
108
  'message' => '',
109
  'hidden' => false,
308
  return apply_filters( 'woocommerce_gzd_country_belongs_to_eu_customs_area', $belongs, $country, $postcode );
309
  }
310
 
311
+ public static function is_shipping_international( $country, $args = array() ) {
312
+ $args = self::parse_location_data( $args );
313
  /**
314
+ * In case the sender country belongs to EU customs area, a third country needs to lie outside of the EU customs area
315
  */
316
+ if ( self::country_belongs_to_eu_customs_area( $args['sender_country'], $args['sender_postcode'] ) ) {
317
+ if ( ! self::country_belongs_to_eu_customs_area( $country, $args['postcode'] ) ) {
318
  return true;
319
  }
320
 
321
  return false;
322
  } else {
323
+ if ( ! self::is_shipping_domestic( $country, $args ) ) {
324
  return true;
325
  }
326
 
328
  }
329
  }
330
 
331
+ public static function is_shipping_domestic( $country, $args = array() ) {
332
+ $args = self::parse_location_data( $args );
333
+ $is_domestic = $country === $args['sender_country'];
334
 
335
  /**
336
+ * If the sender country belongs to EU customs area but the postcode (e.g. Helgoland in DE) not, do not consider domestic shipping
337
  */
338
+ if ( $is_domestic && self::country_belongs_to_eu_customs_area( $args['sender_country'], $args['sender_postcode'] ) ) {
339
+ if ( ! self::country_belongs_to_eu_customs_area( $country, $args['postcode'] ) ) {
340
  $is_domestic = false;
341
  }
342
  }
344
  return $is_domestic;
345
  }
346
 
347
+ private static function parse_location_data( $args = array() ) {
348
+ $args = wp_parse_args( $args, array(
349
+ 'postcode' => '',
350
+ 'sender_country' => self::get_base_country(),
351
+ 'sender_postcode' => self::get_base_postcode(),
352
+ ) );
353
+
354
+ return $args;
355
+ }
356
+
357
  /**
358
  * Whether shipping is inner EU (from one EU country to another) shipment or not.
359
  *
360
  * @param $country
361
+ * @param array $args
362
  *
363
  * @return mixed|void
364
  */
365
+ public static function is_shipping_inner_eu_country( $country, $args = array() ) {
366
+ $args = self::parse_location_data( $args );
367
+
368
+ if ( self::is_shipping_domestic( $country, $args ) || ! self::country_belongs_to_eu_customs_area( $args['sender_country'], $args['sender_postcode'] ) ) {
369
  return false;
370
  }
371
 
372
+ return self::country_belongs_to_eu_customs_area( $country, $args['postcode'] );
373
  }
374
 
375
  public static function get_endpoints() {
packages/woocommerce-germanized-shipments/src/ReturnShipment.php CHANGED
@@ -226,190 +226,6 @@ class ReturnShipment extends Shipment {
226
  return $value;
227
  }
228
 
229
- /**
230
- * Returns the formatted sender address.
231
- *
232
- * @param string $empty_content Content to show if no address is present.
233
- * @return string
234
- */
235
- public function get_formatted_sender_address( $empty_content = '' ) {
236
- $address = WC()->countries->get_formatted_address( $this->get_sender_address() );
237
-
238
- return $address ? $address : $empty_content;
239
- }
240
-
241
- /**
242
- * Returns the sender address phone number.
243
- *
244
- * @param string $context What the value is for. Valid values are 'view' and 'edit'.
245
- * @return string
246
- */
247
- public function get_sender_phone( $context = 'view' ) {
248
- return $this->get_sender_address_prop( 'phone', $context );
249
- }
250
-
251
- /**
252
- * Returns the sender address email.
253
- *
254
- * @param string $context What the value is for. Valid values are 'view' and 'edit'.
255
- * @return string
256
- */
257
- public function get_sender_email( $context = 'view' ) {
258
- return $this->get_sender_address_prop( 'email', $context );
259
- }
260
-
261
- /**
262
- * Returns the sender address first line.
263
- *
264
- * @param string $context What the value is for. Valid values are 'view' and 'edit'.
265
- * @return string
266
- */
267
- public function get_sender_address_1( $context = 'view' ) {
268
- return $this->get_sender_address_prop( 'address_1', $context );
269
- }
270
-
271
- /**
272
- * Returns the sender address second line.
273
- *
274
- * @param string $context What the value is for. Valid values are 'view' and 'edit'.
275
- * @return string
276
- */
277
- public function get_sender_address_2( $context = 'view' ) {
278
- return $this->get_sender_address_prop( 'address_2', $context );
279
- }
280
-
281
- /**
282
- * Returns the sender address street number by splitting the address.
283
- *
284
- * @param string $type The address type e.g. address_1 or address_2.
285
- *
286
- * @return string
287
- */
288
- public function get_sender_address_street_number( $type = 'address_1' ) {
289
- $split = wc_gzd_split_shipment_street( $this->{"get_sender_$type"}() );
290
-
291
- return $split['number'];
292
- }
293
-
294
- /**
295
- * Returns the sender address street without number by splitting the address.
296
- *
297
- * @param string $type The address type e.g. address_1 or address_2.
298
- *
299
- * @return string
300
- */
301
- public function get_sender_address_street( $type = 'address_1' ) {
302
- $split = wc_gzd_split_shipment_street( $this->{"get_sender_$type"}() );
303
-
304
- return $split['street'];
305
- }
306
-
307
- /**
308
- * Returns the sender address street addition by splitting the address.
309
- *
310
- * @param string $type The address type e.g. address_1 or address_2.
311
- *
312
- * @return string
313
- */
314
- public function get_sender_address_street_addition( $type = 'address_1' ) {
315
- $split = wc_gzd_split_shipment_street( $this->{"get_sender_$type"}() );
316
-
317
- return $split['addition'];
318
- }
319
-
320
- public function get_sender_address_street_addition_2( $type = 'address_1' ) {
321
- $split = wc_gzd_split_shipment_street( $this->{"get_sender_$type"}() );
322
-
323
- return $split['addition_2'];
324
- }
325
-
326
- /**
327
- * Returns the sender address company.
328
- *
329
- * @param string $context What the value is for. Valid values are 'view' and 'edit'.
330
- * @return string
331
- */
332
- public function get_sender_company( $context = 'view' ) {
333
- return $this->get_sender_address_prop( 'company', $context );
334
- }
335
-
336
- /**
337
- * Returns the sender address first name.
338
- *
339
- * @param string $context What the value is for. Valid values are 'view' and 'edit'.
340
- * @return string
341
- */
342
- public function get_sender_first_name( $context = 'view' ) {
343
- return $this->get_sender_address_prop( 'first_name', $context );
344
- }
345
-
346
- /**
347
- * Returns the shipment address last name.
348
- *
349
- * @param string $context What the value is for. Valid values are 'view' and 'edit'.
350
- * @return string
351
- */
352
- public function get_sender_last_name( $context = 'view' ) {
353
- return $this->get_sender_address_prop( 'last_name', $context );
354
- }
355
-
356
- /**
357
- * Returns the sender address formatted full name.
358
- *
359
- * @return string
360
- */
361
- public function get_formatted_sender_full_name() {
362
- return sprintf( _x( '%1$s %2$s', 'full name', 'woocommerce-germanized' ), $this->get_sender_first_name(), $this->get_sender_last_name() );
363
- }
364
-
365
- /**
366
- * Returns the sender address postcode.
367
- *
368
- * @param string $context What the value is for. Valid values are 'view' and 'edit'.
369
- * @return string
370
- */
371
- public function get_sender_postcode( $context = 'view' ) {
372
- return $this->get_sender_address_prop( 'postcode', $context );
373
- }
374
-
375
- /**
376
- * Returns the sender address city.
377
- *
378
- * @param string $context What the value is for. Valid values are 'view' and 'edit'.
379
- * @return string
380
- */
381
- public function get_sender_city( $context = 'view' ) {
382
- return $this->get_sender_address_prop( 'city', $context );
383
- }
384
-
385
- /**
386
- * Returns the sender address state.
387
- *
388
- * @param string $context What the value is for. Valid values are 'view' and 'edit'.
389
- * @return string
390
- */
391
- public function get_sender_state( $context = 'view' ) {
392
- return $this->get_sender_address_prop( 'state', $context );
393
- }
394
-
395
- public function get_formatted_sender_state() {
396
- if ( '' === $this->get_sender_state() || '' === $this->get_sender_country() ) {
397
- return '';
398
- }
399
-
400
- return wc_gzd_get_formatted_state( $this->get_sender_state(), $this->get_sender_country() );
401
- }
402
-
403
- /**
404
- * Returns the sender address country.
405
- *
406
- * @param string $context What the value is for. Valid values are 'view' and 'edit'.
407
- * @return string
408
- */
409
- public function get_sender_country( $context = 'view' ) {
410
- return $this->get_sender_address_prop( 'country', $context ) ? $this->get_sender_address_prop( 'country', $context ) : '';
411
- }
412
-
413
  /**
414
  * Set sender address.
415
  *
@@ -427,9 +243,7 @@ class ReturnShipment extends Shipment {
427
  * @return bool
428
  */
429
  public function sync( $args = array() ) {
430
-
431
  try {
432
-
433
  if ( ! $order_shipment = $this->get_order_shipment() ) {
434
  throw new Exception( _x( 'Invalid shipment order', 'shipments', 'woocommerce-germanized' ) );
435
  }
226
  return $value;
227
  }
228
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
  /**
230
  * Set sender address.
231
  *
243
  * @return bool
244
  */
245
  public function sync( $args = array() ) {
 
246
  try {
 
247
  if ( ! $order_shipment = $this->get_order_shipment() ) {
248
  throw new Exception( _x( 'Invalid shipment order', 'shipments', 'woocommerce-germanized' ) );
249
  }
packages/woocommerce-germanized-shipments/src/Shipment.php CHANGED
@@ -238,7 +238,11 @@ abstract class Shipment extends WC_Data {
238
  }
239
 
240
  public function is_shipping_domestic() {
241
- return Package::is_shipping_domestic( $this->get_country(), $this->get_postcode() );
 
 
 
 
242
  }
243
 
244
  /**
@@ -248,7 +252,11 @@ abstract class Shipment extends WC_Data {
248
  * @return bool
249
  */
250
  public function is_shipping_inner_eu() {
251
- if ( Package::is_shipping_inner_eu_country( $this->get_country(), $this->get_postcode() ) ) {
 
 
 
 
252
  return true;
253
  }
254
 
@@ -1095,6 +1103,254 @@ abstract class Shipment extends WC_Data {
1095
  return $this->get_address_prop( 'country', $context ) ? $this->get_address_prop( 'country', $context ) : '';
1096
  }
1097
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1098
  /**
1099
  * Return the date this shipment is estimated to be delivered.
1100
  *
238
  }
239
 
240
  public function is_shipping_domestic() {
241
+ return Package::is_shipping_domestic( $this->get_country(), array(
242
+ 'sender_country' => $this->get_sender_country(),
243
+ 'sender_postcode' => $this->get_sender_postcode(),
244
+ 'postcode' => $this->get_postcode()
245
+ ) );
246
  }
247
 
248
  /**
252
  * @return bool
253
  */
254
  public function is_shipping_inner_eu() {
255
+ if ( Package::is_shipping_inner_eu_country( $this->get_country(), array(
256
+ 'sender_country' => $this->get_sender_country(),
257
+ 'sender_postcode' => $this->get_sender_postcode(),
258
+ 'postcode' => $this->get_postcode()
259
+ ) ) ) {
260
  return true;
261
  }
262
 
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.
1109
+ *
1110
+ * @param string $prop
1111
+ * @param string $context
1112
+ *
1113
+ * @return null|string
1114
+ */
1115
+ protected function get_sender_address_prop( $prop, $context = 'view' ) {
1116
+ $value = null;
1117
+
1118
+ if ( $provider = $this->get_shipping_provider_instance() ) {
1119
+ $getter = "get_shipper_{$prop}";
1120
+
1121
+ if ( is_callable( array( $provider, $getter ) ) ) {
1122
+ $value = $provider->$getter( $context );
1123
+ }
1124
+ } else {
1125
+ $key = "woocommerce_gzd_shipments_shipper_address_{$prop}";
1126
+ $value = get_option( $key, '' );
1127
+ }
1128
+
1129
+ if ( 'view' === $context ) {
1130
+ /**
1131
+ * Filter to adjust a shipment's sender address property e.g. first_name.
1132
+ *
1133
+ * The dynamic portion of this hook, `$this->get_hook_prefix()` is used to construct a
1134
+ * unique hook for a shipment type. `$prop` refers to the actual address property e.g. first_name.
1135
+ *
1136
+ * Example hook name: woocommerce_gzd_shipment_get_sender_address_first_name
1137
+ *
1138
+ * @param string $value The address property value.
1139
+ * @param Shipment $this The shipment object.
1140
+ *
1141
+ * @since 3.0.0
1142
+ * @package Vendidero/Germanized/Shipments
1143
+ */
1144
+ $value = apply_filters( "{$this->get_hook_prefix()}sender_address_{$prop}", $value, $this );
1145
+ }
1146
+
1147
+ return $value;
1148
+ }
1149
+
1150
+ /**
1151
+ * Returns the formatted sender address.
1152
+ *
1153
+ * @param string $empty_content Content to show if no address is present.
1154
+ * @return string
1155
+ */
1156
+ public function get_formatted_sender_address( $empty_content = '' ) {
1157
+ $address = WC()->countries->get_formatted_address( $this->get_sender_address() );
1158
+
1159
+ return $address ? $address : $empty_content;
1160
+ }
1161
+
1162
+ /**
1163
+ * Returns the address of the sender e.g. customer.
1164
+ *
1165
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1166
+ * @return string[]
1167
+ */
1168
+ public function get_sender_address( $context = 'view' ) {
1169
+ return apply_filters( "{$this->get_hook_prefix()}sender_address", array(
1170
+ 'company' => $this->get_sender_company( $context ),
1171
+ 'first_name' => $this->get_sender_first_name( $context ),
1172
+ 'last_name' => $this->get_sender_last_name( $context ),
1173
+ 'address_1' => $this->get_sender_address_1( $context ),
1174
+ 'address_2' => $this->get_sender_address_2( $context ),
1175
+ 'postcode' => $this->get_sender_postcode( $context ),
1176
+ 'city' => $this->get_sender_city( $context ),
1177
+ 'country' => $this->get_sender_country( $context ),
1178
+ 'state' => $this->get_sender_state( $context ),
1179
+ ), $this );
1180
+ }
1181
+
1182
+ /**
1183
+ * Returns the sender address phone number.
1184
+ *
1185
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1186
+ * @return string
1187
+ */
1188
+ public function get_sender_phone( $context = 'view' ) {
1189
+ return $this->get_sender_address_prop( 'phone', $context );
1190
+ }
1191
+
1192
+ /**
1193
+ * Returns the sender address email.
1194
+ *
1195
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1196
+ * @return string
1197
+ */
1198
+ public function get_sender_email( $context = 'view' ) {
1199
+ return $this->get_sender_address_prop( 'email', $context );
1200
+ }
1201
+
1202
+ /**
1203
+ * Returns the sender address first line.
1204
+ *
1205
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1206
+ * @return string
1207
+ */
1208
+ public function get_sender_address_1( $context = 'view' ) {
1209
+ return $this->get_sender_address_prop( 'address_1', $context );
1210
+ }
1211
+
1212
+ /**
1213
+ * Returns the sender address second line.
1214
+ *
1215
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1216
+ * @return string
1217
+ */
1218
+ public function get_sender_address_2( $context = 'view' ) {
1219
+ return $this->get_sender_address_prop( 'address_2', $context );
1220
+ }
1221
+
1222
+ /**
1223
+ * Returns the sender address street number by splitting the address.
1224
+ *
1225
+ * @param string $type The address type e.g. address_1 or address_2.
1226
+ *
1227
+ * @return string
1228
+ */
1229
+ public function get_sender_address_street_number( $type = 'address_1' ) {
1230
+ $split = wc_gzd_split_shipment_street( $this->{"get_sender_$type"}() );
1231
+
1232
+ return $split['number'];
1233
+ }
1234
+
1235
+ /**
1236
+ * Returns the sender address street without number by splitting the address.
1237
+ *
1238
+ * @param string $type The address type e.g. address_1 or address_2.
1239
+ *
1240
+ * @return string
1241
+ */
1242
+ public function get_sender_address_street( $type = 'address_1' ) {
1243
+ $split = wc_gzd_split_shipment_street( $this->{"get_sender_$type"}() );
1244
+
1245
+ return $split['street'];
1246
+ }
1247
+
1248
+ /**
1249
+ * Returns the sender address street addition by splitting the address.
1250
+ *
1251
+ * @param string $type The address type e.g. address_1 or address_2.
1252
+ *
1253
+ * @return string
1254
+ */
1255
+ public function get_sender_address_street_addition( $type = 'address_1' ) {
1256
+ $split = wc_gzd_split_shipment_street( $this->{"get_sender_$type"}() );
1257
+
1258
+ return $split['addition'];
1259
+ }
1260
+
1261
+ public function get_sender_address_street_addition_2( $type = 'address_1' ) {
1262
+ $split = wc_gzd_split_shipment_street( $this->{"get_sender_$type"}() );
1263
+
1264
+ return $split['addition_2'];
1265
+ }
1266
+
1267
+ /**
1268
+ * Returns the sender address company.
1269
+ *
1270
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1271
+ * @return string
1272
+ */
1273
+ public function get_sender_company( $context = 'view' ) {
1274
+ return $this->get_sender_address_prop( 'company', $context );
1275
+ }
1276
+
1277
+ /**
1278
+ * Returns the sender address first name.
1279
+ *
1280
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1281
+ * @return string
1282
+ */
1283
+ public function get_sender_first_name( $context = 'view' ) {
1284
+ return $this->get_sender_address_prop( 'first_name', $context );
1285
+ }
1286
+
1287
+ /**
1288
+ * Returns the shipment address last name.
1289
+ *
1290
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1291
+ * @return string
1292
+ */
1293
+ public function get_sender_last_name( $context = 'view' ) {
1294
+ return $this->get_sender_address_prop( 'last_name', $context );
1295
+ }
1296
+
1297
+ /**
1298
+ * Returns the sender address formatted full name.
1299
+ *
1300
+ * @return string
1301
+ */
1302
+ public function get_formatted_sender_full_name() {
1303
+ return sprintf( _x( '%1$s %2$s', 'full name', 'woocommerce-germanized' ), $this->get_sender_first_name(), $this->get_sender_last_name() );
1304
+ }
1305
+
1306
+ /**
1307
+ * Returns the sender address postcode.
1308
+ *
1309
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1310
+ * @return string
1311
+ */
1312
+ public function get_sender_postcode( $context = 'view' ) {
1313
+ return $this->get_sender_address_prop( 'postcode', $context );
1314
+ }
1315
+
1316
+ /**
1317
+ * Returns the sender address city.
1318
+ *
1319
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1320
+ * @return string
1321
+ */
1322
+ public function get_sender_city( $context = 'view' ) {
1323
+ return $this->get_sender_address_prop( 'city', $context );
1324
+ }
1325
+
1326
+ /**
1327
+ * Returns the sender address state.
1328
+ *
1329
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1330
+ * @return string
1331
+ */
1332
+ public function get_sender_state( $context = 'view' ) {
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 '';
1339
+ }
1340
+
1341
+ return wc_gzd_get_formatted_state( $this->get_sender_state(), $this->get_sender_country() );
1342
+ }
1343
+
1344
+ /**
1345
+ * Returns the sender address country.
1346
+ *
1347
+ * @param string $context What the value is for. Valid values are 'view' and 'edit'.
1348
+ * @return string
1349
+ */
1350
+ public function get_sender_country( $context = 'view' ) {
1351
+ return $this->get_sender_address_prop( 'country', $context ) ? $this->get_sender_address_prop( 'country', $context ) : '';
1352
+ }
1353
+
1354
  /**
1355
  * Return the date this shipment is estimated to be delivered.
1356
  *
packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php CHANGED
@@ -450,6 +450,10 @@ abstract class Auto extends Simple implements ShippingProviderAuto {
450
  }
451
 
452
  $props[ $field['id'] ] = 'no';
 
 
 
 
453
  }
454
  }
455
 
450
  }
451
 
452
  $props[ $field['id'] ] = 'no';
453
+ } elseif( 'multiselect' === $field['type'] ) {
454
+ if ( isset( $props[ $field['id'] ] ) ) {
455
+ $props[ $field['id'] ] = (array) $props[ $field['id'] ];
456
+ }
457
  }
458
  }
459
 
packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php CHANGED
@@ -369,6 +369,10 @@ class Simple extends WC_Data implements ShippingProvider {
369
  return $this->get_address_prop( 'address_1' );
370
  }
371
 
 
 
 
 
372
  public function get_shipper_address_2() {
373
  return $this->get_address_prop( 'address_2' );
374
  }
@@ -659,7 +663,6 @@ class Simple extends WC_Data implements ShippingProvider {
659
  * @return string
660
  */
661
  public function get_tracking_desc( $shipment ) {
662
-
663
  $tracking_desc = '';
664
  $tracking_id = $shipment->get_tracking_id();
665
 
@@ -806,7 +809,7 @@ class Simple extends WC_Data implements ShippingProvider {
806
  'title' => _x( 'Tracking description', 'shipments', 'woocommerce-germanized' ),
807
  'desc' => '<div class="wc-gzd-additional-desc">' . sprintf( _x( 'Adjust the placeholder used to construct the tracking description for this shipping provider (e.g. used within notification emails). You may use on of the following placeholders to insert the tracking id or other dynamic data: %s', 'shipments', 'woocommerce-germanized' ), '<code>' . implode( ', ', array_keys( $this->get_tracking_placeholders() ) ) . '</code>' ) . '</div>',
808
  'id' => 'shipping_provider_tracking_desc_placeholder',
809
- 'placeholder' => '',
810
  'value' => $this->get_tracking_desc_placeholder( 'edit' ),
811
  'default' => $this->get_default_tracking_desc_placeholder(),
812
  'type' => 'textarea',
369
  return $this->get_address_prop( 'address_1' );
370
  }
371
 
372
+ public function get_shipper_address_1() {
373
+ return $this->get_shipper_address();
374
+ }
375
+
376
  public function get_shipper_address_2() {
377
  return $this->get_address_prop( 'address_2' );
378
  }
663
  * @return string
664
  */
665
  public function get_tracking_desc( $shipment ) {
 
666
  $tracking_desc = '';
667
  $tracking_id = $shipment->get_tracking_id();
668
 
809
  'title' => _x( 'Tracking description', 'shipments', 'woocommerce-germanized' ),
810
  'desc' => '<div class="wc-gzd-additional-desc">' . sprintf( _x( 'Adjust the placeholder used to construct the tracking description for this shipping provider (e.g. used within notification emails). You may use on of the following placeholders to insert the tracking id or other dynamic data: %s', 'shipments', 'woocommerce-germanized' ), '<code>' . implode( ', ', array_keys( $this->get_tracking_placeholders() ) ) . '</code>' ) . '</div>',
811
  'id' => 'shipping_provider_tracking_desc_placeholder',
812
+ 'placeholder' => $this->get_default_tracking_desc_placeholder(),
813
  'value' => $this->get_tracking_desc_placeholder( 'edit' ),
814
  'default' => $this->get_default_tracking_desc_placeholder(),
815
  'type' => 'textarea',
packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: The Germanized Shipments integration, installed as a feature plugin for development and testing purposes.
6
  * Author: vendidero
7
  * Author URI: https://vendidero.de
8
- * Version: 1.5.8
9
  * Requires PHP: 5.6
10
  * License: GPLv3
11
  *
5
  * Description: The Germanized Shipments integration, installed as a feature plugin for development and testing purposes.
6
  * Author: vendidero
7
  * Author URI: https://vendidero.de
8
+ * Version: 1.5.9
9
  * Requires PHP: 5.6
10
  * License: GPLv3
11
  *
readme.txt CHANGED
@@ -4,8 +4,8 @@ Tags: woocommerce, woocommerce german, woocommerce DE, woocommerce germany, wooc
4
  Requires at least: 5.4
5
  Tested up to: 5.8
6
  WC requires at least: 3.9
7
- WC tested up to: 5.5
8
- Stable tag: 3.5.2
9
  Requires PHP: 5.6
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -194,6 +194,17 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
194
  6. Edit pdf documents (Pro)
195
 
196
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
197
  = 3.5.2 =
198
  * Improvement: OSS product tax class WPML
199
  * Improvement: Move customs data aggregation to shipments package
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.6
8
+ Stable tag: 3.5.3
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.5.3 =
198
+ * Improvement: DHL Preferred services renaming
199
+ * Improvement: OSS forced shipping tax recalculation during checkout
200
+ * Improvement: Store tax display mode for vouchers
201
+ * Improvement: PayPal Payments compatibility script
202
+ * Improvement: Allow adding new shipments after full returns
203
+ * Improvement: Removed explicit port 8443 from IM SOAP URL
204
+ * Fix: Shipment address sender phone
205
+ * Fix: Return shipment addresses
206
+ * Fix: Deutsche Post default service manual label requests
207
+
208
  = 3.5.2 =
209
  * Improvement: OSS product tax class WPML
210
  * Improvement: Move customs data aggregation to shipments package
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInita71023cadb6a8eb661309fbbed553d71::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit4a1e4d4c402a8802d98bb6b186ca76c5::getLoader();
vendor/autoload_packages.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa71023cadb6a8eb661309fbbed553d71;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp4a1e4d4c402a8802d98bb6b186ca76c5;
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' => 'b73eb893f63c9adf0df3392916ab372416d798a2',
23
  'name' => 'vendidero/woocommerce-germanized',
24
  ),
25
  'versions' =>
@@ -116,12 +116,12 @@ private static $installed = array (
116
  ),
117
  'vendidero/one-stop-shop-woocommerce' =>
118
  array (
119
- 'pretty_version' => 'v1.1.1',
120
- 'version' => '1.1.1.0',
121
  'aliases' =>
122
  array (
123
  ),
124
- 'reference' => '52bbfff3afae2c9bd88d3eecba4726137f6202b5',
125
  ),
126
  'vendidero/woocommerce-germanized' =>
127
  array (
@@ -130,25 +130,25 @@ private static $installed = array (
130
  'aliases' =>
131
  array (
132
  ),
133
- 'reference' => 'b73eb893f63c9adf0df3392916ab372416d798a2',
134
  ),
135
  'vendidero/woocommerce-germanized-dhl' =>
136
  array (
137
- 'pretty_version' => 'v1.5.10',
138
- 'version' => '1.5.10.0',
139
  'aliases' =>
140
  array (
141
  ),
142
- 'reference' => '49c100a28e1b1c70567528f57ed636e7959fcf8a',
143
  ),
144
  'vendidero/woocommerce-germanized-shipments' =>
145
  array (
146
- 'pretty_version' => 'v1.5.8',
147
- 'version' => '1.5.8.0',
148
  'aliases' =>
149
  array (
150
  ),
151
- 'reference' => 'c7f9e57d2bd751a896754da025d753b48c825d2e',
152
  ),
153
  'vendidero/woocommerce-trusted-shops' =>
154
  array (
19
  'aliases' =>
20
  array (
21
  ),
22
+ 'reference' => 'f99a25bc7a7622453ccd2a319b21aa165ed9e833',
23
  'name' => 'vendidero/woocommerce-germanized',
24
  ),
25
  'versions' =>
116
  ),
117
  'vendidero/one-stop-shop-woocommerce' =>
118
  array (
119
+ 'pretty_version' => 'v1.1.2',
120
+ 'version' => '1.1.2.0',
121
  'aliases' =>
122
  array (
123
  ),
124
+ 'reference' => '368817214568506c772de3fceaa8435cde589df4',
125
  ),
126
  'vendidero/woocommerce-germanized' =>
127
  array (
130
  'aliases' =>
131
  array (
132
  ),
133
+ 'reference' => 'f99a25bc7a7622453ccd2a319b21aa165ed9e833',
134
  ),
135
  'vendidero/woocommerce-germanized-dhl' =>
136
  array (
137
+ 'pretty_version' => 'v1.5.11',
138
+ 'version' => '1.5.11.0',
139
  'aliases' =>
140
  array (
141
  ),
142
+ 'reference' => '47d340f7fc7cd86641a8b8ed7149b27450b806db',
143
  ),
144
  'vendidero/woocommerce-germanized-shipments' =>
145
  array (
146
+ 'pretty_version' => 'v1.5.9',
147
+ 'version' => '1.5.9.0',
148
  'aliases' =>
149
  array (
150
  ),
151
+ 'reference' => 'edadf7faf4b84a67398065314b7ccd7658eb6a13',
152
  ),
153
  'vendidero/woocommerce-trusted-shops' =>
154
  array (
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInita71023cadb6a8eb661309fbbed553d71
6
  {
7
  private static $loader;
8
 
@@ -24,15 +24,15 @@ class ComposerAutoloaderInita71023cadb6a8eb661309fbbed553d71
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
- spl_autoload_register(array('ComposerAutoloaderInita71023cadb6a8eb661309fbbed553d71', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
29
- spl_autoload_unregister(array('ComposerAutoloaderInita71023cadb6a8eb661309fbbed553d71', '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\ComposerStaticInita71023cadb6a8eb661309fbbed553d71::getInitializer($loader));
36
  } else {
37
  $map = require __DIR__ . '/autoload_namespaces.php';
38
  foreach ($map as $namespace => $path) {
@@ -53,19 +53,19 @@ class ComposerAutoloaderInita71023cadb6a8eb661309fbbed553d71
53
  $loader->register(true);
54
 
55
  if ($useStaticLoader) {
56
- $includeFiles = Composer\Autoload\ComposerStaticInita71023cadb6a8eb661309fbbed553d71::$files;
57
  } else {
58
  $includeFiles = require __DIR__ . '/autoload_files.php';
59
  }
60
  foreach ($includeFiles as $fileIdentifier => $file) {
61
- composerRequirea71023cadb6a8eb661309fbbed553d71($fileIdentifier, $file);
62
  }
63
 
64
  return $loader;
65
  }
66
  }
67
 
68
- function composerRequirea71023cadb6a8eb661309fbbed553d71($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 ComposerAutoloaderInit4a1e4d4c402a8802d98bb6b186ca76c5
6
  {
7
  private static $loader;
8
 
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
+ spl_autoload_register(array('ComposerAutoloaderInit4a1e4d4c402a8802d98bb6b186ca76c5', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
29
+ spl_autoload_unregister(array('ComposerAutoloaderInit4a1e4d4c402a8802d98bb6b186ca76c5', '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\ComposerStaticInit4a1e4d4c402a8802d98bb6b186ca76c5::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\ComposerStaticInit4a1e4d4c402a8802d98bb6b186ca76c5::$files;
57
  } else {
58
  $includeFiles = require __DIR__ . '/autoload_files.php';
59
  }
60
  foreach ($includeFiles as $fileIdentifier => $file) {
61
+ composerRequire4a1e4d4c402a8802d98bb6b186ca76c5($fileIdentifier, $file);
62
  }
63
 
64
  return $loader;
65
  }
66
  }
67
 
68
+ function composerRequire4a1e4d4c402a8802d98bb6b186ca76c5($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 ComposerStaticInita71023cadb6a8eb661309fbbed553d71
8
  {
9
  public static $files = array (
10
  '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
@@ -482,9 +482,9 @@ class ComposerStaticInita71023cadb6a8eb661309fbbed553d71
482
  public static function getInitializer(ClassLoader $loader)
483
  {
484
  return \Closure::bind(function () use ($loader) {
485
- $loader->prefixLengthsPsr4 = ComposerStaticInita71023cadb6a8eb661309fbbed553d71::$prefixLengthsPsr4;
486
- $loader->prefixDirsPsr4 = ComposerStaticInita71023cadb6a8eb661309fbbed553d71::$prefixDirsPsr4;
487
- $loader->classMap = ComposerStaticInita71023cadb6a8eb661309fbbed553d71::$classMap;
488
 
489
  }, null, ClassLoader::class);
490
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit4a1e4d4c402a8802d98bb6b186ca76c5
8
  {
9
  public static $files = array (
10
  '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
482
  public static function getInitializer(ClassLoader $loader)
483
  {
484
  return \Closure::bind(function () use ($loader) {
485
+ $loader->prefixLengthsPsr4 = ComposerStaticInit4a1e4d4c402a8802d98bb6b186ca76c5::$prefixLengthsPsr4;
486
+ $loader->prefixDirsPsr4 = ComposerStaticInit4a1e4d4c402a8802d98bb6b186ca76c5::$prefixDirsPsr4;
487
+ $loader->classMap = ComposerStaticInit4a1e4d4c402a8802d98bb6b186ca76c5::$classMap;
488
 
489
  }, null, ClassLoader::class);
490
  }
vendor/composer/installed.json CHANGED
@@ -555,17 +555,17 @@
555
  },
556
  {
557
  "name": "vendidero/one-stop-shop-woocommerce",
558
- "version": "v1.1.1",
559
- "version_normalized": "1.1.1.0",
560
  "source": {
561
  "type": "git",
562
  "url": "https://github.com/vendidero/one-stop-shop-woocommerce.git",
563
- "reference": "52bbfff3afae2c9bd88d3eecba4726137f6202b5"
564
  },
565
  "dist": {
566
  "type": "zip",
567
- "url": "https://api.github.com/repos/vendidero/one-stop-shop-woocommerce/zipball/52bbfff3afae2c9bd88d3eecba4726137f6202b5",
568
- "reference": "52bbfff3afae2c9bd88d3eecba4726137f6202b5",
569
  "shasum": ""
570
  },
571
  "require": {
@@ -574,7 +574,7 @@
574
  "require-dev": {
575
  "phpunit/phpunit": "6.5.14"
576
  },
577
- "time": "2021-07-13T10:28:38+00:00",
578
  "type": "wordpress-plugin",
579
  "installation-source": "dist",
580
  "autoload": {
@@ -596,24 +596,24 @@
596
  "description": "One Stop Shop Helper for WooCommerce",
597
  "homepage": "https://github.com/vendidero/one-stop-shop-woocommerce",
598
  "support": {
599
- "source": "https://github.com/vendidero/one-stop-shop-woocommerce/tree/v1.1.1",
600
  "issues": "https://github.com/vendidero/one-stop-shop-woocommerce/issues"
601
  },
602
  "install-path": "../../packages/one-stop-shop-woocommerce"
603
  },
604
  {
605
  "name": "vendidero/woocommerce-germanized-dhl",
606
- "version": "v1.5.10",
607
- "version_normalized": "1.5.10.0",
608
  "source": {
609
  "type": "git",
610
  "url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
611
- "reference": "49c100a28e1b1c70567528f57ed636e7959fcf8a"
612
  },
613
  "dist": {
614
  "type": "zip",
615
- "url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/49c100a28e1b1c70567528f57ed636e7959fcf8a",
616
- "reference": "49c100a28e1b1c70567528f57ed636e7959fcf8a",
617
  "shasum": ""
618
  },
619
  "require": {
@@ -624,7 +624,7 @@
624
  "require-dev": {
625
  "phpunit/phpunit": "6.5.14"
626
  },
627
- "time": "2021-07-13T09:27:44+00:00",
628
  "type": "wordpress-plugin",
629
  "installation-source": "dist",
630
  "autoload": {
@@ -648,24 +648,24 @@
648
  "description": "The Germanized DHL implementation.",
649
  "homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
650
  "support": {
651
- "source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.5.10",
652
  "issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
653
  },
654
  "install-path": "../../packages/woocommerce-germanized-dhl"
655
  },
656
  {
657
  "name": "vendidero/woocommerce-germanized-shipments",
658
- "version": "v1.5.8",
659
- "version_normalized": "1.5.8.0",
660
  "source": {
661
  "type": "git",
662
  "url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
663
- "reference": "c7f9e57d2bd751a896754da025d753b48c825d2e"
664
  },
665
  "dist": {
666
  "type": "zip",
667
- "url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/c7f9e57d2bd751a896754da025d753b48c825d2e",
668
- "reference": "c7f9e57d2bd751a896754da025d753b48c825d2e",
669
  "shasum": ""
670
  },
671
  "require": {
@@ -677,7 +677,7 @@
677
  "require-dev": {
678
  "phpunit/phpunit": "7.5.14"
679
  },
680
- "time": "2021-07-13T10:44:05+00:00",
681
  "type": "wordpress-plugin",
682
  "installation-source": "dist",
683
  "autoload": {
@@ -699,7 +699,7 @@
699
  "description": "The Germanized Shipments implementation.",
700
  "homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
701
  "support": {
702
- "source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v1.5.8",
703
  "issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
704
  },
705
  "install-path": "../../packages/woocommerce-germanized-shipments"
555
  },
556
  {
557
  "name": "vendidero/one-stop-shop-woocommerce",
558
+ "version": "v1.1.2",
559
+ "version_normalized": "1.1.2.0",
560
  "source": {
561
  "type": "git",
562
  "url": "https://github.com/vendidero/one-stop-shop-woocommerce.git",
563
+ "reference": "368817214568506c772de3fceaa8435cde589df4"
564
  },
565
  "dist": {
566
  "type": "zip",
567
+ "url": "https://api.github.com/repos/vendidero/one-stop-shop-woocommerce/zipball/368817214568506c772de3fceaa8435cde589df4",
568
+ "reference": "368817214568506c772de3fceaa8435cde589df4",
569
  "shasum": ""
570
  },
571
  "require": {
574
  "require-dev": {
575
  "phpunit/phpunit": "6.5.14"
576
  },
577
+ "time": "2021-07-29T09:13:13+00:00",
578
  "type": "wordpress-plugin",
579
  "installation-source": "dist",
580
  "autoload": {
596
  "description": "One Stop Shop Helper for WooCommerce",
597
  "homepage": "https://github.com/vendidero/one-stop-shop-woocommerce",
598
  "support": {
599
+ "source": "https://github.com/vendidero/one-stop-shop-woocommerce/tree/v1.1.2",
600
  "issues": "https://github.com/vendidero/one-stop-shop-woocommerce/issues"
601
  },
602
  "install-path": "../../packages/one-stop-shop-woocommerce"
603
  },
604
  {
605
  "name": "vendidero/woocommerce-germanized-dhl",
606
+ "version": "v1.5.11",
607
+ "version_normalized": "1.5.11.0",
608
  "source": {
609
  "type": "git",
610
  "url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
611
+ "reference": "47d340f7fc7cd86641a8b8ed7149b27450b806db"
612
  },
613
  "dist": {
614
  "type": "zip",
615
+ "url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/47d340f7fc7cd86641a8b8ed7149b27450b806db",
616
+ "reference": "47d340f7fc7cd86641a8b8ed7149b27450b806db",
617
  "shasum": ""
618
  },
619
  "require": {
624
  "require-dev": {
625
  "phpunit/phpunit": "6.5.14"
626
  },
627
+ "time": "2021-07-29T08:53:36+00:00",
628
  "type": "wordpress-plugin",
629
  "installation-source": "dist",
630
  "autoload": {
648
  "description": "The Germanized DHL implementation.",
649
  "homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
650
  "support": {
651
+ "source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.5.11",
652
  "issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
653
  },
654
  "install-path": "../../packages/woocommerce-germanized-dhl"
655
  },
656
  {
657
  "name": "vendidero/woocommerce-germanized-shipments",
658
+ "version": "v1.5.9",
659
+ "version_normalized": "1.5.9.0",
660
  "source": {
661
  "type": "git",
662
  "url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
663
+ "reference": "edadf7faf4b84a67398065314b7ccd7658eb6a13"
664
  },
665
  "dist": {
666
  "type": "zip",
667
+ "url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/edadf7faf4b84a67398065314b7ccd7658eb6a13",
668
+ "reference": "edadf7faf4b84a67398065314b7ccd7658eb6a13",
669
  "shasum": ""
670
  },
671
  "require": {
677
  "require-dev": {
678
  "phpunit/phpunit": "7.5.14"
679
  },
680
+ "time": "2021-07-29T08:52:17+00:00",
681
  "type": "wordpress-plugin",
682
  "installation-source": "dist",
683
  "autoload": {
699
  "description": "The Germanized Shipments implementation.",
700
  "homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
701
  "support": {
702
+ "source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v1.5.9",
703
  "issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
704
  },
705
  "install-path": "../../packages/woocommerce-germanized-shipments"
vendor/composer/installed.php CHANGED
@@ -6,7 +6,7 @@
6
  'aliases' =>
7
  array (
8
  ),
9
- 'reference' => 'b73eb893f63c9adf0df3392916ab372416d798a2',
10
  'name' => 'vendidero/woocommerce-germanized',
11
  ),
12
  'versions' =>
@@ -103,12 +103,12 @@
103
  ),
104
  'vendidero/one-stop-shop-woocommerce' =>
105
  array (
106
- 'pretty_version' => 'v1.1.1',
107
- 'version' => '1.1.1.0',
108
  'aliases' =>
109
  array (
110
  ),
111
- 'reference' => '52bbfff3afae2c9bd88d3eecba4726137f6202b5',
112
  ),
113
  'vendidero/woocommerce-germanized' =>
114
  array (
@@ -117,25 +117,25 @@
117
  'aliases' =>
118
  array (
119
  ),
120
- 'reference' => 'b73eb893f63c9adf0df3392916ab372416d798a2',
121
  ),
122
  'vendidero/woocommerce-germanized-dhl' =>
123
  array (
124
- 'pretty_version' => 'v1.5.10',
125
- 'version' => '1.5.10.0',
126
  'aliases' =>
127
  array (
128
  ),
129
- 'reference' => '49c100a28e1b1c70567528f57ed636e7959fcf8a',
130
  ),
131
  'vendidero/woocommerce-germanized-shipments' =>
132
  array (
133
- 'pretty_version' => 'v1.5.8',
134
- 'version' => '1.5.8.0',
135
  'aliases' =>
136
  array (
137
  ),
138
- 'reference' => 'c7f9e57d2bd751a896754da025d753b48c825d2e',
139
  ),
140
  'vendidero/woocommerce-trusted-shops' =>
141
  array (
6
  'aliases' =>
7
  array (
8
  ),
9
+ 'reference' => 'f99a25bc7a7622453ccd2a319b21aa165ed9e833',
10
  'name' => 'vendidero/woocommerce-germanized',
11
  ),
12
  'versions' =>
103
  ),
104
  'vendidero/one-stop-shop-woocommerce' =>
105
  array (
106
+ 'pretty_version' => 'v1.1.2',
107
+ 'version' => '1.1.2.0',
108
  'aliases' =>
109
  array (
110
  ),
111
+ 'reference' => '368817214568506c772de3fceaa8435cde589df4',
112
  ),
113
  'vendidero/woocommerce-germanized' =>
114
  array (
117
  'aliases' =>
118
  array (
119
  ),
120
+ 'reference' => 'f99a25bc7a7622453ccd2a319b21aa165ed9e833',
121
  ),
122
  'vendidero/woocommerce-germanized-dhl' =>
123
  array (
124
+ 'pretty_version' => 'v1.5.11',
125
+ 'version' => '1.5.11.0',
126
  'aliases' =>
127
  array (
128
  ),
129
+ 'reference' => '47d340f7fc7cd86641a8b8ed7149b27450b806db',
130
  ),
131
  'vendidero/woocommerce-germanized-shipments' =>
132
  array (
133
+ 'pretty_version' => 'v1.5.9',
134
+ 'version' => '1.5.9.0',
135
  'aliases' =>
136
  array (
137
  ),
138
+ 'reference' => 'edadf7faf4b84a67398065314b7ccd7658eb6a13',
139
  ),
140
  'vendidero/woocommerce-trusted-shops' =>
141
  array (
vendor/composer/jetpack_autoload_classmap.php CHANGED
@@ -323,439 +323,439 @@ return array(
323
  'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
324
  ),
325
  'Vendidero\\OneStopShop\\SettingsPage' => array(
326
- 'version' => '1.1.1.0',
327
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/SettingsPage.php'
328
  ),
329
  'Vendidero\\OneStopShop\\Install' => array(
330
- 'version' => '1.1.1.0',
331
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Install.php'
332
  ),
333
  'Vendidero\\OneStopShop\\Settings' => array(
334
- 'version' => '1.1.1.0',
335
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Settings.php'
336
  ),
337
  'Vendidero\\OneStopShop\\Package' => array(
338
- 'version' => '1.1.1.0',
339
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Package.php'
340
  ),
341
  'Vendidero\\OneStopShop\\ReportTable' => array(
342
- 'version' => '1.1.1.0',
343
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/ReportTable.php'
344
  ),
345
  'Vendidero\\OneStopShop\\CSVExporter' => array(
346
- 'version' => '1.1.1.0',
347
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporter.php'
348
  ),
349
  'Vendidero\\OneStopShop\\DeliveryThresholdEmailNotification' => array(
350
- 'version' => '1.1.1.0',
351
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php'
352
  ),
353
  'Vendidero\\OneStopShop\\Queue' => array(
354
- 'version' => '1.1.1.0',
355
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Queue.php'
356
  ),
357
  'Vendidero\\OneStopShop\\Tax' => array(
358
- 'version' => '1.1.1.0',
359
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Tax.php'
360
  ),
361
  'Vendidero\\OneStopShop\\AsyncReportGenerator' => array(
362
- 'version' => '1.1.1.0',
363
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php'
364
  ),
365
  'Vendidero\\OneStopShop\\DeliveryThresholdWarning' => array(
366
- 'version' => '1.1.1.0',
367
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdWarning.php'
368
  ),
369
  'Vendidero\\OneStopShop\\Admin' => array(
370
- 'version' => '1.1.1.0',
371
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Admin.php'
372
  ),
373
  'Vendidero\\OneStopShop\\AdminNote' => array(
374
- 'version' => '1.1.1.0',
375
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AdminNote.php'
376
  ),
377
  'Vendidero\\OneStopShop\\Report' => array(
378
- 'version' => '1.1.1.0',
379
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Report.php'
380
  ),
381
  'Vendidero\\Germanized\\Shipments\\Shipment' => array(
382
- 'version' => '1.5.8.0',
383
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
384
  ),
385
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Auto' => array(
386
- 'version' => '1.5.8.0',
387
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php'
388
  ),
389
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Method' => array(
390
- 'version' => '1.5.8.0',
391
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Method.php'
392
  ),
393
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Simple' => array(
394
- 'version' => '1.5.8.0',
395
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php'
396
  ),
397
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Helper' => array(
398
- 'version' => '1.5.8.0',
399
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Helper.php'
400
  ),
401
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\MethodPlaceholder' => array(
402
- 'version' => '1.5.8.0',
403
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/MethodPlaceholder.php'
404
  ),
405
  'Vendidero\\Germanized\\Shipments\\Install' => array(
406
- 'version' => '1.5.8.0',
407
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
408
  ),
409
  'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
410
- 'version' => '1.5.8.0',
411
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
412
  ),
413
  'Vendidero\\Germanized\\Shipments\\Package' => array(
414
- 'version' => '1.5.8.0',
415
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
416
  ),
417
  'Vendidero\\Germanized\\Shipments\\Product' => array(
418
- 'version' => '1.5.8.0',
419
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Product.php'
420
  ),
421
  'Vendidero\\Germanized\\Shipments\\Order' => array(
422
- 'version' => '1.5.8.0',
423
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
424
  ),
425
  'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
426
- 'version' => '1.5.8.0',
427
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
428
  ),
429
  'Vendidero\\Germanized\\Shipments\\DataStores\\Label' => array(
430
- 'version' => '1.5.8.0',
431
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Label.php'
432
  ),
433
  'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
434
- 'version' => '1.5.8.0',
435
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
436
  ),
437
  'Vendidero\\Germanized\\Shipments\\DataStores\\Packaging' => array(
438
- 'version' => '1.5.8.0',
439
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php'
440
  ),
441
  'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
442
- 'version' => '1.5.8.0',
443
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
444
  ),
445
  'Vendidero\\Germanized\\Shipments\\PackagingFactory' => array(
446
- 'version' => '1.5.8.0',
447
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PackagingFactory.php'
448
  ),
449
  'Vendidero\\Germanized\\Shipments\\Ajax' => array(
450
- 'version' => '1.5.8.0',
451
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
452
  ),
453
  'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
454
- 'version' => '1.5.8.0',
455
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
456
  ),
457
  'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
458
- 'version' => '1.5.8.0',
459
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
460
  ),
461
  'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
462
- 'version' => '1.5.8.0',
463
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
464
  ),
465
  'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
466
- 'version' => '1.5.8.0',
467
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
468
  ),
469
  'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
470
- 'version' => '1.5.8.0',
471
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
472
  ),
473
  'Vendidero\\Germanized\\Shipments\\Admin\\ProviderSettings' => array(
474
- 'version' => '1.5.8.0',
475
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php'
476
  ),
477
  'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
478
- 'version' => '1.5.8.0',
479
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
480
  ),
481
  'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
482
- 'version' => '1.5.8.0',
483
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
484
  ),
485
  'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
486
- 'version' => '1.5.8.0',
487
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
488
  ),
489
  'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
490
- 'version' => '1.5.8.0',
491
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
492
  ),
493
  'Vendidero\\Germanized\\Shipments\\Labels\\Factory' => array(
494
- 'version' => '1.5.8.0',
495
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Factory.php'
496
  ),
497
  'Vendidero\\Germanized\\Shipments\\Labels\\Label' => array(
498
- 'version' => '1.5.8.0',
499
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Label.php'
500
  ),
501
  'Vendidero\\Germanized\\Shipments\\Labels\\ReturnLabel' => array(
502
- 'version' => '1.5.8.0',
503
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/ReturnLabel.php'
504
  ),
505
  'Vendidero\\Germanized\\Shipments\\Labels\\DownloadHandler' => array(
506
- 'version' => '1.5.8.0',
507
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/DownloadHandler.php'
508
  ),
509
  'Vendidero\\Germanized\\Shipments\\Labels\\Automation' => array(
510
- 'version' => '1.5.8.0',
511
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Automation.php'
512
  ),
513
  'Vendidero\\Germanized\\Shipments\\Labels\\Query' => array(
514
- 'version' => '1.5.8.0',
515
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Query.php'
516
  ),
517
  'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
518
- 'version' => '1.5.8.0',
519
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
520
  ),
521
  'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
522
- 'version' => '1.5.8.0',
523
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
524
  ),
525
  'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
526
- 'version' => '1.5.8.0',
527
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
528
  ),
529
  'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
530
- 'version' => '1.5.8.0',
531
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
532
  ),
533
  'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
534
- 'version' => '1.5.8.0',
535
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
536
  ),
537
  'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
538
- 'version' => '1.5.8.0',
539
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
540
  ),
541
  'Vendidero\\Germanized\\Shipments\\Automation' => array(
542
- 'version' => '1.5.8.0',
543
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
544
  ),
545
  'Vendidero\\Germanized\\Shipments\\Packaging' => array(
546
- 'version' => '1.5.8.0',
547
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging.php'
548
  ),
549
  'Vendidero\\Germanized\\Shipments\\Api' => array(
550
- 'version' => '1.5.8.0',
551
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
552
  ),
553
  'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
554
- 'version' => '1.5.8.0',
555
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
556
  ),
557
  'Vendidero\\Germanized\\Shipments\\Validation' => array(
558
- 'version' => '1.5.8.0',
559
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
560
  ),
561
  'Vendidero\\Germanized\\Shipments\\Emails' => array(
562
- 'version' => '1.5.8.0',
563
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
564
  ),
565
  'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
566
- 'version' => '1.5.8.0',
567
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
568
  ),
569
  'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
570
- 'version' => '1.5.8.0',
571
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
572
  ),
573
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProviderAuto' => array(
574
- 'version' => '1.5.8.0',
575
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProviderAuto.php'
576
  ),
577
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProvider' => array(
578
- 'version' => '1.5.8.0',
579
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php'
580
  ),
581
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
582
- 'version' => '1.5.8.0',
583
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentReturnLabel.php'
584
  ),
585
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
586
- 'version' => '1.5.8.0',
587
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
588
  ),
589
  'Vendidero\\Germanized\\Shipments\\Packing\\PackagingBox' => array(
590
- 'version' => '1.5.8.0',
591
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/PackagingBox.php'
592
  ),
593
  'Vendidero\\Germanized\\Shipments\\Packing\\OrderItem' => array(
594
- 'version' => '1.5.8.0',
595
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/OrderItem.php'
596
  ),
597
  'Vendidero\\Germanized\\Shipments\\Packing\\Helper' => array(
598
- 'version' => '1.5.8.0',
599
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/Helper.php'
600
  ),
601
  'Vendidero\\Germanized\\Shipments\\Packing\\ShipmentItem' => array(
602
- 'version' => '1.5.8.0',
603
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/ShipmentItem.php'
604
  ),
605
  'Vendidero\\Germanized\\DHL\\ShippingProvider\\DeutschePost' => array(
606
- 'version' => '1.5.10.0',
607
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php'
608
  ),
609
  'Vendidero\\Germanized\\DHL\\ShippingProvider\\ShippingMethod' => array(
610
- 'version' => '1.5.10.0',
611
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php'
612
  ),
613
  'Vendidero\\Germanized\\DHL\\ShippingProvider\\DHL' => array(
614
- 'version' => '1.5.10.0',
615
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php'
616
  ),
617
  'Vendidero\\Germanized\\DHL\\Install' => array(
618
- 'version' => '1.5.10.0',
619
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
620
  ),
621
  'Vendidero\\Germanized\\DHL\\Package' => array(
622
- 'version' => '1.5.10.0',
623
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
624
  ),
625
  'Vendidero\\Germanized\\DHL\\Product' => array(
626
- 'version' => '1.5.10.0',
627
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
628
  ),
629
  'Vendidero\\Germanized\\DHL\\Order' => array(
630
- 'version' => '1.5.10.0',
631
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
632
  ),
633
  'Vendidero\\Germanized\\DHL\\Ajax' => array(
634
- 'version' => '1.5.10.0',
635
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
636
  ),
637
  'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
638
- 'version' => '1.5.10.0',
639
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
640
  ),
641
  'Vendidero\\Germanized\\DHL\\Admin\\Importer\\Internetmarke' => array(
642
- 'version' => '1.5.10.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.5.10.0',
647
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/DHL.php'
648
  ),
649
  'Vendidero\\Germanized\\DHL\\Admin\\Status' => array(
650
- 'version' => '1.5.10.0',
651
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Status.php'
652
  ),
653
  'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
654
- 'version' => '1.5.10.0',
655
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
656
  ),
657
  'Vendidero\\Germanized\\DHL\\Label\\DHLInlayReturn' => array(
658
- 'version' => '1.5.10.0',
659
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLInlayReturn.php'
660
  ),
661
  'Vendidero\\Germanized\\DHL\\Label\\Label' => array(
662
- 'version' => '1.5.10.0',
663
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/Label.php'
664
  ),
665
  'Vendidero\\Germanized\\DHL\\Label\\DHLReturn' => array(
666
- 'version' => '1.5.10.0',
667
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLReturn.php'
668
  ),
669
  'Vendidero\\Germanized\\DHL\\Label\\ReturnLabel' => array(
670
- 'version' => '1.5.10.0',
671
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/ReturnLabel.php'
672
  ),
673
  'Vendidero\\Germanized\\DHL\\Label\\DeutschePost' => array(
674
- 'version' => '1.5.10.0',
675
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php'
676
  ),
677
  'Vendidero\\Germanized\\DHL\\Label\\DHL' => array(
678
- 'version' => '1.5.10.0',
679
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHL.php'
680
  ),
681
  'Vendidero\\Germanized\\DHL\\Label\\DeutschePostReturn' => array(
682
- 'version' => '1.5.10.0',
683
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php'
684
  ),
685
  'Vendidero\\Germanized\\DHL\\Legacy\\LabelQuery' => array(
686
- 'version' => '1.5.10.0',
687
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php'
688
  ),
689
  'Vendidero\\Germanized\\DHL\\Legacy\\DataStores\\Label' => array(
690
- 'version' => '1.5.10.0',
691
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php'
692
  ),
693
  'Vendidero\\Germanized\\DHL\\Legacy\\DownloadHandler' => array(
694
- 'version' => '1.5.10.0',
695
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DownloadHandler.php'
696
  ),
697
  'Vendidero\\Germanized\\DHL\\Legacy\\LabelFactory' => array(
698
- 'version' => '1.5.10.0',
699
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelFactory.php'
700
  ),
701
  'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
702
- 'version' => '1.5.10.0',
703
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
704
  ),
705
  'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
706
- 'version' => '1.5.10.0',
707
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
708
  ),
709
  'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
710
- 'version' => '1.5.10.0',
711
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
712
  ),
713
  'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
714
- 'version' => '1.5.10.0',
715
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
716
  ),
717
  'Vendidero\\Germanized\\DHL\\Api\\ImProductList' => array(
718
- 'version' => '1.5.10.0',
719
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductList.php'
720
  ),
721
  'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
722
- 'version' => '1.5.10.0',
723
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
724
  ),
725
  'Vendidero\\Germanized\\DHL\\Api\\Internetmarke' => array(
726
- 'version' => '1.5.10.0',
727
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php'
728
  ),
729
  'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
730
- 'version' => '1.5.10.0',
731
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
732
  ),
733
  'Vendidero\\Germanized\\DHL\\Api\\ImPartnerInformation' => array(
734
- 'version' => '1.5.10.0',
735
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImPartnerInformation.php'
736
  ),
737
  'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
738
- 'version' => '1.5.10.0',
739
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
740
  ),
741
  'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
742
- 'version' => '1.5.10.0',
743
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
744
  ),
745
  'Vendidero\\Germanized\\DHL\\Api\\ImProductsSoap' => array(
746
- 'version' => '1.5.10.0',
747
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductsSoap.php'
748
  ),
749
  'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
750
- 'version' => '1.5.10.0',
751
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
752
  ),
753
  'Vendidero\\Germanized\\DHL\\Api\\ImRefundSoap' => array(
754
- 'version' => '1.5.10.0',
755
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImRefundSoap.php'
756
  ),
757
  'Vendidero\\Germanized\\DHL\\Api\\ImWarenpostIntRest' => array(
758
- 'version' => '1.5.10.0',
759
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php'
760
  ),
761
  'Vendidero\\Germanized\\Shopmark' => array(
323
  'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
324
  ),
325
  'Vendidero\\OneStopShop\\SettingsPage' => array(
326
+ 'version' => '1.1.2.0',
327
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/SettingsPage.php'
328
  ),
329
  'Vendidero\\OneStopShop\\Install' => array(
330
+ 'version' => '1.1.2.0',
331
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Install.php'
332
  ),
333
  'Vendidero\\OneStopShop\\Settings' => array(
334
+ 'version' => '1.1.2.0',
335
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Settings.php'
336
  ),
337
  'Vendidero\\OneStopShop\\Package' => array(
338
+ 'version' => '1.1.2.0',
339
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Package.php'
340
  ),
341
  'Vendidero\\OneStopShop\\ReportTable' => array(
342
+ 'version' => '1.1.2.0',
343
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/ReportTable.php'
344
  ),
345
  'Vendidero\\OneStopShop\\CSVExporter' => array(
346
+ 'version' => '1.1.2.0',
347
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporter.php'
348
  ),
349
  'Vendidero\\OneStopShop\\DeliveryThresholdEmailNotification' => array(
350
+ 'version' => '1.1.2.0',
351
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php'
352
  ),
353
  'Vendidero\\OneStopShop\\Queue' => array(
354
+ 'version' => '1.1.2.0',
355
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Queue.php'
356
  ),
357
  'Vendidero\\OneStopShop\\Tax' => array(
358
+ 'version' => '1.1.2.0',
359
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Tax.php'
360
  ),
361
  'Vendidero\\OneStopShop\\AsyncReportGenerator' => array(
362
+ 'version' => '1.1.2.0',
363
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php'
364
  ),
365
  'Vendidero\\OneStopShop\\DeliveryThresholdWarning' => array(
366
+ 'version' => '1.1.2.0',
367
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdWarning.php'
368
  ),
369
  'Vendidero\\OneStopShop\\Admin' => array(
370
+ 'version' => '1.1.2.0',
371
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Admin.php'
372
  ),
373
  'Vendidero\\OneStopShop\\AdminNote' => array(
374
+ 'version' => '1.1.2.0',
375
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AdminNote.php'
376
  ),
377
  'Vendidero\\OneStopShop\\Report' => array(
378
+ 'version' => '1.1.2.0',
379
  'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Report.php'
380
  ),
381
  'Vendidero\\Germanized\\Shipments\\Shipment' => array(
382
+ 'version' => '1.5.9.0',
383
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
384
  ),
385
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Auto' => array(
386
+ 'version' => '1.5.9.0',
387
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php'
388
  ),
389
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Method' => array(
390
+ 'version' => '1.5.9.0',
391
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Method.php'
392
  ),
393
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Simple' => array(
394
+ 'version' => '1.5.9.0',
395
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php'
396
  ),
397
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Helper' => array(
398
+ 'version' => '1.5.9.0',
399
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Helper.php'
400
  ),
401
  'Vendidero\\Germanized\\Shipments\\ShippingProvider\\MethodPlaceholder' => array(
402
+ 'version' => '1.5.9.0',
403
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/MethodPlaceholder.php'
404
  ),
405
  'Vendidero\\Germanized\\Shipments\\Install' => array(
406
+ 'version' => '1.5.9.0',
407
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
408
  ),
409
  'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
410
+ 'version' => '1.5.9.0',
411
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
412
  ),
413
  'Vendidero\\Germanized\\Shipments\\Package' => array(
414
+ 'version' => '1.5.9.0',
415
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
416
  ),
417
  'Vendidero\\Germanized\\Shipments\\Product' => array(
418
+ 'version' => '1.5.9.0',
419
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Product.php'
420
  ),
421
  'Vendidero\\Germanized\\Shipments\\Order' => array(
422
+ 'version' => '1.5.9.0',
423
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
424
  ),
425
  'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
426
+ 'version' => '1.5.9.0',
427
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
428
  ),
429
  'Vendidero\\Germanized\\Shipments\\DataStores\\Label' => array(
430
+ 'version' => '1.5.9.0',
431
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Label.php'
432
  ),
433
  'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
434
+ 'version' => '1.5.9.0',
435
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
436
  ),
437
  'Vendidero\\Germanized\\Shipments\\DataStores\\Packaging' => array(
438
+ 'version' => '1.5.9.0',
439
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php'
440
  ),
441
  'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
442
+ 'version' => '1.5.9.0',
443
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
444
  ),
445
  'Vendidero\\Germanized\\Shipments\\PackagingFactory' => array(
446
+ 'version' => '1.5.9.0',
447
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PackagingFactory.php'
448
  ),
449
  'Vendidero\\Germanized\\Shipments\\Ajax' => array(
450
+ 'version' => '1.5.9.0',
451
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
452
  ),
453
  'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
454
+ 'version' => '1.5.9.0',
455
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
456
  ),
457
  'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
458
+ 'version' => '1.5.9.0',
459
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
460
  ),
461
  'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
462
+ 'version' => '1.5.9.0',
463
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
464
  ),
465
  'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
466
+ 'version' => '1.5.9.0',
467
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
468
  ),
469
  'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
470
+ 'version' => '1.5.9.0',
471
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
472
  ),
473
  'Vendidero\\Germanized\\Shipments\\Admin\\ProviderSettings' => array(
474
+ 'version' => '1.5.9.0',
475
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php'
476
  ),
477
  'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
478
+ 'version' => '1.5.9.0',
479
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
480
  ),
481
  'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
482
+ 'version' => '1.5.9.0',
483
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
484
  ),
485
  'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
486
+ 'version' => '1.5.9.0',
487
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
488
  ),
489
  'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
490
+ 'version' => '1.5.9.0',
491
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
492
  ),
493
  'Vendidero\\Germanized\\Shipments\\Labels\\Factory' => array(
494
+ 'version' => '1.5.9.0',
495
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Factory.php'
496
  ),
497
  'Vendidero\\Germanized\\Shipments\\Labels\\Label' => array(
498
+ 'version' => '1.5.9.0',
499
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Label.php'
500
  ),
501
  'Vendidero\\Germanized\\Shipments\\Labels\\ReturnLabel' => array(
502
+ 'version' => '1.5.9.0',
503
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/ReturnLabel.php'
504
  ),
505
  'Vendidero\\Germanized\\Shipments\\Labels\\DownloadHandler' => array(
506
+ 'version' => '1.5.9.0',
507
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/DownloadHandler.php'
508
  ),
509
  'Vendidero\\Germanized\\Shipments\\Labels\\Automation' => array(
510
+ 'version' => '1.5.9.0',
511
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Automation.php'
512
  ),
513
  'Vendidero\\Germanized\\Shipments\\Labels\\Query' => array(
514
+ 'version' => '1.5.9.0',
515
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Query.php'
516
  ),
517
  'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
518
+ 'version' => '1.5.9.0',
519
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
520
  ),
521
  'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
522
+ 'version' => '1.5.9.0',
523
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
524
  ),
525
  'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
526
+ 'version' => '1.5.9.0',
527
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
528
  ),
529
  'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
530
+ 'version' => '1.5.9.0',
531
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
532
  ),
533
  'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
534
+ 'version' => '1.5.9.0',
535
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
536
  ),
537
  'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
538
+ 'version' => '1.5.9.0',
539
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
540
  ),
541
  'Vendidero\\Germanized\\Shipments\\Automation' => array(
542
+ 'version' => '1.5.9.0',
543
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
544
  ),
545
  'Vendidero\\Germanized\\Shipments\\Packaging' => array(
546
+ 'version' => '1.5.9.0',
547
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging.php'
548
  ),
549
  'Vendidero\\Germanized\\Shipments\\Api' => array(
550
+ 'version' => '1.5.9.0',
551
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
552
  ),
553
  'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
554
+ 'version' => '1.5.9.0',
555
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
556
  ),
557
  'Vendidero\\Germanized\\Shipments\\Validation' => array(
558
+ 'version' => '1.5.9.0',
559
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
560
  ),
561
  'Vendidero\\Germanized\\Shipments\\Emails' => array(
562
+ 'version' => '1.5.9.0',
563
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
564
  ),
565
  'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
566
+ 'version' => '1.5.9.0',
567
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
568
  ),
569
  'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
570
+ 'version' => '1.5.9.0',
571
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
572
  ),
573
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProviderAuto' => array(
574
+ 'version' => '1.5.9.0',
575
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProviderAuto.php'
576
  ),
577
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProvider' => array(
578
+ 'version' => '1.5.9.0',
579
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php'
580
  ),
581
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
582
+ 'version' => '1.5.9.0',
583
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentReturnLabel.php'
584
  ),
585
  'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
586
+ 'version' => '1.5.9.0',
587
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
588
  ),
589
  'Vendidero\\Germanized\\Shipments\\Packing\\PackagingBox' => array(
590
+ 'version' => '1.5.9.0',
591
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/PackagingBox.php'
592
  ),
593
  'Vendidero\\Germanized\\Shipments\\Packing\\OrderItem' => array(
594
+ 'version' => '1.5.9.0',
595
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/OrderItem.php'
596
  ),
597
  'Vendidero\\Germanized\\Shipments\\Packing\\Helper' => array(
598
+ 'version' => '1.5.9.0',
599
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/Helper.php'
600
  ),
601
  'Vendidero\\Germanized\\Shipments\\Packing\\ShipmentItem' => array(
602
+ 'version' => '1.5.9.0',
603
  'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/ShipmentItem.php'
604
  ),
605
  'Vendidero\\Germanized\\DHL\\ShippingProvider\\DeutschePost' => array(
606
+ 'version' => '1.5.11.0',
607
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php'
608
  ),
609
  'Vendidero\\Germanized\\DHL\\ShippingProvider\\ShippingMethod' => array(
610
+ 'version' => '1.5.11.0',
611
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php'
612
  ),
613
  'Vendidero\\Germanized\\DHL\\ShippingProvider\\DHL' => array(
614
+ 'version' => '1.5.11.0',
615
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php'
616
  ),
617
  'Vendidero\\Germanized\\DHL\\Install' => array(
618
+ 'version' => '1.5.11.0',
619
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
620
  ),
621
  'Vendidero\\Germanized\\DHL\\Package' => array(
622
+ 'version' => '1.5.11.0',
623
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
624
  ),
625
  'Vendidero\\Germanized\\DHL\\Product' => array(
626
+ 'version' => '1.5.11.0',
627
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
628
  ),
629
  'Vendidero\\Germanized\\DHL\\Order' => array(
630
+ 'version' => '1.5.11.0',
631
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
632
  ),
633
  'Vendidero\\Germanized\\DHL\\Ajax' => array(
634
+ 'version' => '1.5.11.0',
635
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
636
  ),
637
  'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
638
+ 'version' => '1.5.11.0',
639
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
640
  ),
641
  'Vendidero\\Germanized\\DHL\\Admin\\Importer\\Internetmarke' => array(
642
+ 'version' => '1.5.11.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.5.11.0',
647
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/DHL.php'
648
  ),
649
  'Vendidero\\Germanized\\DHL\\Admin\\Status' => array(
650
+ 'version' => '1.5.11.0',
651
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Status.php'
652
  ),
653
  'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
654
+ 'version' => '1.5.11.0',
655
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
656
  ),
657
  'Vendidero\\Germanized\\DHL\\Label\\DHLInlayReturn' => array(
658
+ 'version' => '1.5.11.0',
659
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLInlayReturn.php'
660
  ),
661
  'Vendidero\\Germanized\\DHL\\Label\\Label' => array(
662
+ 'version' => '1.5.11.0',
663
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/Label.php'
664
  ),
665
  'Vendidero\\Germanized\\DHL\\Label\\DHLReturn' => array(
666
+ 'version' => '1.5.11.0',
667
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLReturn.php'
668
  ),
669
  'Vendidero\\Germanized\\DHL\\Label\\ReturnLabel' => array(
670
+ 'version' => '1.5.11.0',
671
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/ReturnLabel.php'
672
  ),
673
  'Vendidero\\Germanized\\DHL\\Label\\DeutschePost' => array(
674
+ 'version' => '1.5.11.0',
675
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php'
676
  ),
677
  'Vendidero\\Germanized\\DHL\\Label\\DHL' => array(
678
+ 'version' => '1.5.11.0',
679
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHL.php'
680
  ),
681
  'Vendidero\\Germanized\\DHL\\Label\\DeutschePostReturn' => array(
682
+ 'version' => '1.5.11.0',
683
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php'
684
  ),
685
  'Vendidero\\Germanized\\DHL\\Legacy\\LabelQuery' => array(
686
+ 'version' => '1.5.11.0',
687
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php'
688
  ),
689
  'Vendidero\\Germanized\\DHL\\Legacy\\DataStores\\Label' => array(
690
+ 'version' => '1.5.11.0',
691
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php'
692
  ),
693
  'Vendidero\\Germanized\\DHL\\Legacy\\DownloadHandler' => array(
694
+ 'version' => '1.5.11.0',
695
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DownloadHandler.php'
696
  ),
697
  'Vendidero\\Germanized\\DHL\\Legacy\\LabelFactory' => array(
698
+ 'version' => '1.5.11.0',
699
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelFactory.php'
700
  ),
701
  'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
702
+ 'version' => '1.5.11.0',
703
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
704
  ),
705
  'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
706
+ 'version' => '1.5.11.0',
707
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
708
  ),
709
  'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
710
+ 'version' => '1.5.11.0',
711
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
712
  ),
713
  'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
714
+ 'version' => '1.5.11.0',
715
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
716
  ),
717
  'Vendidero\\Germanized\\DHL\\Api\\ImProductList' => array(
718
+ 'version' => '1.5.11.0',
719
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductList.php'
720
  ),
721
  'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
722
+ 'version' => '1.5.11.0',
723
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
724
  ),
725
  'Vendidero\\Germanized\\DHL\\Api\\Internetmarke' => array(
726
+ 'version' => '1.5.11.0',
727
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php'
728
  ),
729
  'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
730
+ 'version' => '1.5.11.0',
731
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
732
  ),
733
  'Vendidero\\Germanized\\DHL\\Api\\ImPartnerInformation' => array(
734
+ 'version' => '1.5.11.0',
735
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImPartnerInformation.php'
736
  ),
737
  'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
738
+ 'version' => '1.5.11.0',
739
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
740
  ),
741
  'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
742
+ 'version' => '1.5.11.0',
743
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
744
  ),
745
  'Vendidero\\Germanized\\DHL\\Api\\ImProductsSoap' => array(
746
+ 'version' => '1.5.11.0',
747
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductsSoap.php'
748
  ),
749
  'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
750
+ 'version' => '1.5.11.0',
751
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
752
  ),
753
  'Vendidero\\Germanized\\DHL\\Api\\ImRefundSoap' => array(
754
+ 'version' => '1.5.11.0',
755
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImRefundSoap.php'
756
  ),
757
  'Vendidero\\Germanized\\DHL\\Api\\ImWarenpostIntRest' => array(
758
+ 'version' => '1.5.11.0',
759
  'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php'
760
  ),
761
  'Vendidero\\Germanized\\Shopmark' => array(
vendor/jetpack-autoloader/class-autoloader-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa71023cadb6a8eb661309fbbed553d71;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp4a1e4d4c402a8802d98bb6b186ca76c5;
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\jpa71023cadb6a8eb661309fbbed553d71;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp4a1e4d4c402a8802d98bb6b186ca76c5;
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\jpa71023cadb6a8eb661309fbbed553d71;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp4a1e4d4c402a8802d98bb6b186ca76c5;
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\jpa71023cadb6a8eb661309fbbed553d71;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp4a1e4d4c402a8802d98bb6b186ca76c5;
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\jpa71023cadb6a8eb661309fbbed553d71;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp4a1e4d4c402a8802d98bb6b186ca76c5;
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\jpa71023cadb6a8eb661309fbbed553d71;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp4a1e4d4c402a8802d98bb6b186ca76c5;
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\jpa71023cadb6a8eb661309fbbed553d71;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp4a1e4d4c402a8802d98bb6b186ca76c5;
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\jpa71023cadb6a8eb661309fbbed553d71;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp4a1e4d4c402a8802d98bb6b186ca76c5;
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\jpa71023cadb6a8eb661309fbbed553d71;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp4a1e4d4c402a8802d98bb6b186ca76c5;
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\jpa71023cadb6a8eb661309fbbed553d71;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp4a1e4d4c402a8802d98bb6b186ca76c5;
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\jpa71023cadb6a8eb661309fbbed553d71;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp4a1e4d4c402a8802d98bb6b186ca76c5;
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\jpa71023cadb6a8eb661309fbbed553d71;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp4a1e4d4c402a8802d98bb6b186ca76c5;
9
 
10
  // phpcs:ignore
11
 
woocommerce-germanized.php CHANGED
@@ -3,13 +3,13 @@
3
  * Plugin Name: Germanized for WooCommerce
4
  * Plugin URI: https://www.vendidero.de/woocommerce-germanized
5
  * Description: Germanized for WooCommerce extends WooCommerce to become a legally compliant store in the german market.
6
- * Version: 3.5.2
7
  * Author: vendidero
8
  * Author URI: https://vendidero.de
9
  * Requires at least: 4.9
10
  * Tested up to: 5.8
11
  * WC requires at least: 3.9
12
- * WC tested up to: 5.5
13
  *
14
  * Text Domain: woocommerce-germanized
15
  * Domain Path: /i18n/languages/
@@ -69,7 +69,7 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
69
  *
70
  * @var string
71
  */
72
- public $version = '3.5.2';
73
 
74
  /**
75
  * @var WooCommerce_Germanized $instance of the plugin
@@ -591,6 +591,7 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
591
  'woocommerce-gateway-paypal-express-checkout' => 'WC_GZD_Compatibility_WooCommerce_Gateway_Paypal_Express_Checkout',
592
  'woocommerce-subscriptions' => 'WC_GZD_Compatibility_WooCommerce_Subscriptions',
593
  'woo-paypalplus' => 'WC_GZD_Compatibility_Woo_PaypalPlus',
 
594
  'elementor-pro' => 'WC_GZD_Compatibility_Elementor_Pro',
595
  'klarna-checkout-for-woocommerce' => 'WC_GZD_Compatibility_Klarna_Checkout_For_WooCommerce',
596
  'flexible-checkout-fields' => 'WC_GZD_Compatibility_Flexible_Checkout_Fields',
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.5.3
7
  * Author: vendidero
8
  * Author URI: https://vendidero.de
9
  * Requires at least: 4.9
10
  * Tested up to: 5.8
11
  * WC requires at least: 3.9
12
+ * WC tested up to: 5.6
13
  *
14
  * Text Domain: woocommerce-germanized
15
  * Domain Path: /i18n/languages/
69
  *
70
  * @var string
71
  */
72
+ public $version = '3.5.3';
73
 
74
  /**
75
  * @var WooCommerce_Germanized $instance of the plugin
591
  'woocommerce-gateway-paypal-express-checkout' => 'WC_GZD_Compatibility_WooCommerce_Gateway_Paypal_Express_Checkout',
592
  'woocommerce-subscriptions' => 'WC_GZD_Compatibility_WooCommerce_Subscriptions',
593
  'woo-paypalplus' => 'WC_GZD_Compatibility_Woo_PaypalPlus',
594
+ 'woocommerce-paypal-payments' => 'WC_GZD_Compatibility_WooCommerce_PayPal_Payments',
595
  'elementor-pro' => 'WC_GZD_Compatibility_Elementor_Pro',
596
  'klarna-checkout-for-woocommerce' => 'WC_GZD_Compatibility_Klarna_Checkout_For_WooCommerce',
597
  'flexible-checkout-fields' => 'WC_GZD_Compatibility_Flexible_Checkout_Fields',