Version Description
- Improvement: Added DHL automation option to allow marking shipment as shipped as soon as label has been created
- Improvement: Transmit address_2 field to DHL API through name3 field
- Fix: Excluding tax unit price
- Fix: Added legacy support for calling get_additional_content in emails
- Fix: Added extra check to wc_gzd_cart_forwarding_fee_notice_filter before calling get_payment_method on order
Download this release
Release Info
Developer | vendidero |
Plugin | WooCommerce Germanized |
Version | 3.0.4 |
Comparing to | |
See all releases |
Code changes from version 3.0.3 to 3.0.4
- i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE.po +137 -125
- i18n/languages/woocommerce-germanized-de_DE_formal.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE_formal.po +137 -125
- includes/abstracts/abstract-wc-gzd-product.php +1 -1
- includes/class-wc-gzd-checkout.php +13 -0
- includes/emails/class-wc-gzd-email-customer-new-account-activation.php +16 -0
- includes/emails/class-wc-gzd-email-customer-paid-for-order.php +16 -0
- includes/emails/class-wc-gzd-email-customer-revocation.php +16 -0
- includes/emails/class-wc-gzd-email-customer-sepa-direct-debit-mandate.php +16 -0
- includes/wc-gzd-order-functions.php +6 -0
- packages/woocommerce-germanized-dhl/includes/emails/class-wc-gzd-dhl-email-customer-return-shipment-label.php +16 -0
- packages/woocommerce-germanized-dhl/src/Admin/Settings.php +8 -0
- packages/woocommerce-germanized-dhl/src/Ajax.php +17 -0
- packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php +20 -9
- packages/woocommerce-germanized-dhl/src/Automation.php +13 -0
- packages/woocommerce-germanized-dhl/src/Package.php +1 -1
- packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php +1 -1
- packages/woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php +16 -0
- packages/woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php +5 -0
- packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php +1 -1
- packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php +1 -1
- packages/woocommerce-germanized-shipments/src/Package.php +1 -1
- packages/woocommerce-germanized-shipments/src/ShippingProvider.php +262 -0
- packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php +1 -1
- packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php +0 -2
- packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-schedule.php +11 -5
- packages/woocommerce-trusted-shops/includes/emails/class-wc-ts-email-customer-trusted-shops.php +16 -0
- packages/woocommerce-trusted-shops/src/Package.php +1 -1
- packages/woocommerce-trusted-shops/woocommerce-trusted-shops.php +1 -1
- readme.txt +8 -1
- src/Shopmark.php +1 -1
- src/Shopmarks.php +2 -1
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +2 -2
- vendor/composer/autoload_classmap_package.php +65 -61
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.json +21 -21
- woocommerce-germanized.php +2 -2
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: 2019-11-
|
6 |
-
"PO-Revision-Date: 2019-11-
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
@@ -54,14 +54,14 @@ msgstr "Zollabgabe"
|
|
54 |
|
55 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:64
|
56 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:137
|
57 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
58 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
59 |
msgctxt "dhl"
|
60 |
msgid "Preferred Day"
|
61 |
msgstr "Wunschtag"
|
62 |
|
63 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:73
|
64 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
65 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:36
|
66 |
msgctxt "dhl"
|
67 |
msgid "Preferred Time"
|
@@ -70,14 +70,14 @@ msgstr "Wunschzeit"
|
|
70 |
# @ woocommerce-germanized
|
71 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:84
|
72 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:165
|
73 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
74 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
75 |
msgctxt "dhl"
|
76 |
msgid "Preferred Location"
|
77 |
msgstr "Wunschort"
|
78 |
|
79 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:95
|
80 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
81 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
82 |
msgctxt "dhl"
|
83 |
msgid "Preferred Neighbor"
|
@@ -90,15 +90,15 @@ msgstr "Beilage-Retourenlabel erstellen"
|
|
90 |
|
91 |
# @ woocommerce-germanized
|
92 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:118
|
93 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
94 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
95 |
msgctxt "dhl"
|
96 |
msgid "Name"
|
97 |
msgstr "Name"
|
98 |
|
99 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:127
|
100 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
101 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
102 |
msgctxt "dhl"
|
103 |
msgid "Company"
|
104 |
msgstr "Firma"
|
@@ -106,8 +106,8 @@ msgstr "Firma"
|
|
106 |
# @ woocommerce-germanized
|
107 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:136
|
108 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:303
|
109 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
110 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
111 |
msgctxt "dhl"
|
112 |
msgid "Street"
|
113 |
msgstr "Straße"
|
@@ -121,8 +121,8 @@ msgstr "Hausnummer"
|
|
121 |
# @ woocommerce-germanized
|
122 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:156
|
123 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:304
|
124 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
125 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
126 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:27
|
127 |
msgctxt "dhl"
|
128 |
msgid "Postcode"
|
@@ -131,24 +131,24 @@ msgstr "Postleitzahl"
|
|
131 |
# @ woocommerce-germanized
|
132 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:165
|
133 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:305
|
134 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
135 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
136 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:30
|
137 |
msgctxt "dhl"
|
138 |
msgid "City"
|
139 |
msgstr "Stadt"
|
140 |
|
141 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:176
|
142 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
143 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
144 |
msgctxt "dhl"
|
145 |
msgid "Phone"
|
146 |
msgstr "Telefon"
|
147 |
|
148 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:185
|
149 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
150 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
151 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
152 |
msgctxt "dhl"
|
153 |
msgid "Email"
|
154 |
msgstr "E-Mail"
|
@@ -701,7 +701,7 @@ msgid "Generate and download labels"
|
|
701 |
msgstr "Labels erstellen und downloaden"
|
702 |
|
703 |
#: woocommerce-germanized-dhl/src/Admin/Admin.php:248
|
704 |
-
#: woocommerce-germanized-dhl/src/Ajax.php:
|
705 |
msgctxt "dhl"
|
706 |
msgid "Download DHL label"
|
707 |
msgstr "DHL Label downloaden"
|
@@ -728,7 +728,7 @@ msgstr ""
|
|
728 |
|
729 |
# @ woocommerce-germanized
|
730 |
#: woocommerce-germanized-dhl/src/Admin/Admin.php:288
|
731 |
-
#: woocommerce-germanized-dhl/src/Ajax.php:
|
732 |
msgctxt "dhl"
|
733 |
msgid "Download label"
|
734 |
msgstr "Label downloaden"
|
@@ -825,8 +825,8 @@ msgstr ""
|
|
825 |
"solltest du diese Funktion standardmäßig aktivieren."
|
826 |
|
827 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:90
|
828 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
829 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
830 |
msgctxt "dhl"
|
831 |
msgid "Retoure"
|
832 |
msgstr "Retoure"
|
@@ -861,7 +861,7 @@ msgstr ""
|
|
861 |
|
862 |
# @ woocommerce-germanized
|
863 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:118
|
864 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
865 |
msgctxt "dhl"
|
866 |
msgid "Automation"
|
867 |
msgstr "Automatisierung"
|
@@ -887,8 +887,8 @@ msgstr ""
|
|
887 |
|
888 |
# @ woocommerce-germanized
|
889 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:151
|
890 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
891 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
892 |
msgctxt "dhl"
|
893 |
msgid "Fee"
|
894 |
msgstr "Gebühr"
|
@@ -921,7 +921,7 @@ msgstr ""
|
|
921 |
"Folgenden konfiguriert) als Lieferadresse auswählen."
|
922 |
|
923 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:198
|
924 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
925 |
msgctxt "dhl"
|
926 |
msgid "Map"
|
927 |
msgstr "Karte"
|
@@ -1307,7 +1307,7 @@ msgid "Premium delivery for international shipments."
|
|
1307 |
msgstr "Premium Lieferung für internationale Sendungen."
|
1308 |
|
1309 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:539
|
1310 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1311 |
msgctxt "dhl"
|
1312 |
msgid "Labels"
|
1313 |
msgstr "Labels"
|
@@ -1320,7 +1320,7 @@ msgstr "Automatisch Labels zu Sendungen erstellen."
|
|
1320 |
|
1321 |
# @ woocommerce-germanized
|
1322 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:547
|
1323 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1324 |
msgctxt "dhl"
|
1325 |
msgid "Status"
|
1326 |
msgstr "Status"
|
@@ -1331,18 +1331,30 @@ msgid "Choose a shipment status which should trigger generation of a label."
|
|
1331 |
msgstr ""
|
1332 |
"Wähle einen Sendungsstatus aus, der die Erzeugung eines Labels auslösen soll."
|
1333 |
|
|
|
1334 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:558
|
1335 |
msgctxt "dhl"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1336 |
msgid "Returns"
|
1337 |
msgstr "Retouren"
|
1338 |
|
1339 |
# @ woocommerce-germanized
|
1340 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1341 |
msgctxt "dhl"
|
1342 |
msgid "Automatically create labels for returns."
|
1343 |
msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
|
1344 |
|
1345 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1346 |
msgctxt "dhl"
|
1347 |
msgid ""
|
1348 |
"Choose a shipment status which should trigger generation of a return label."
|
@@ -1350,12 +1362,12 @@ msgstr ""
|
|
1350 |
"Wähle einen Sendungsstatus aus, der die Erzeugung eines Retourenlabels "
|
1351 |
"auslösen soll."
|
1352 |
|
1353 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1354 |
msgctxt "dhl"
|
1355 |
msgid "Send the return label to the customer by email after creating it."
|
1356 |
msgstr "Sende das Retourenlabel nach dem Erstellen per E-Mail an den Kunden."
|
1357 |
|
1358 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1359 |
#, php-format
|
1360 |
msgctxt "dhl"
|
1361 |
msgid ""
|
@@ -1366,12 +1378,12 @@ msgstr ""
|
|
1366 |
"können von abweichenden Einstellungen der %s überschrieben werden."
|
1367 |
|
1368 |
# @ woocommerce-germanized
|
1369 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1370 |
msgctxt "dhl"
|
1371 |
msgid "shipping method"
|
1372 |
msgstr "Versandmethode"
|
1373 |
|
1374 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1375 |
#, php-format
|
1376 |
msgctxt "dhl"
|
1377 |
msgid ""
|
@@ -1382,18 +1394,18 @@ msgstr ""
|
|
1382 |
"an. Stelle sicher, dass dein %s DHL Retoure Online enthält."
|
1383 |
|
1384 |
# @ woocommerce-germanized
|
1385 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1386 |
msgctxt "dhl"
|
1387 |
msgid "contract"
|
1388 |
msgstr "Vertrag"
|
1389 |
|
1390 |
# @ woocommerce-germanized
|
1391 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1392 |
msgctxt "dhl"
|
1393 |
msgid "Default Services"
|
1394 |
msgstr "Standard-Services"
|
1395 |
|
1396 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1397 |
#, php-format
|
1398 |
msgctxt "dhl"
|
1399 |
msgid ""
|
@@ -1403,12 +1415,12 @@ msgstr ""
|
|
1403 |
"Passe hier an, welche der Services als Standard für deine Labels gebucht "
|
1404 |
"werden sollen. Finde mehr über diese %s heraus."
|
1405 |
|
1406 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1407 |
msgctxt "dhl"
|
1408 |
msgid "nationwide services"
|
1409 |
msgstr "nationalen Services"
|
1410 |
|
1411 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1412 |
msgctxt "dhl"
|
1413 |
msgid ""
|
1414 |
"Choose whether and under which conditions labels for your shipments shall be "
|
@@ -1418,38 +1430,38 @@ msgstr ""
|
|
1418 |
"erzeugt werden sollen."
|
1419 |
|
1420 |
# @ woocommerce-germanized
|
1421 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1422 |
msgctxt "dhl"
|
1423 |
msgid "Shipper Address"
|
1424 |
msgstr "Absenderadresse"
|
1425 |
|
1426 |
# @ woocommerce-germanized
|
1427 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1428 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1429 |
msgctxt "dhl"
|
1430 |
msgid "Street Number"
|
1431 |
msgstr "Hausnummer"
|
1432 |
|
1433 |
# @ woocommerce-germanized
|
1434 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1435 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1436 |
msgctxt "dhl"
|
1437 |
msgid "Country"
|
1438 |
msgstr "Land"
|
1439 |
|
1440 |
# @ woocommerce-germanized
|
1441 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1442 |
msgctxt "dhl"
|
1443 |
msgid "Inlay Return Address"
|
1444 |
msgstr "Beilageretouren Adresse"
|
1445 |
|
1446 |
# @ woocommerce-germanized
|
1447 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1448 |
msgctxt "dhl"
|
1449 |
msgid "Bank Account"
|
1450 |
msgstr "Bankkonto"
|
1451 |
|
1452 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1453 |
msgctxt "dhl"
|
1454 |
msgid "Enter your bank details needed for services that use COD."
|
1455 |
msgstr ""
|
@@ -1457,36 +1469,36 @@ msgstr ""
|
|
1457 |
"werden sollen."
|
1458 |
|
1459 |
# @ woocommerce-germanized
|
1460 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1461 |
msgctxt "dhl"
|
1462 |
msgid "Holder"
|
1463 |
msgstr "Kontoinhaber"
|
1464 |
|
1465 |
# @ woocommerce-germanized
|
1466 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1467 |
msgctxt "dhl"
|
1468 |
msgid "Bank Name"
|
1469 |
msgstr "Name der Bank"
|
1470 |
|
1471 |
# @ woocommerce-germanized
|
1472 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1473 |
msgctxt "dhl"
|
1474 |
msgid "IBAN"
|
1475 |
msgstr "IBAN"
|
1476 |
|
1477 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1478 |
msgctxt "dhl"
|
1479 |
msgid "BIC"
|
1480 |
msgstr "BIC"
|
1481 |
|
1482 |
# @ woocommerce-germanized
|
1483 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1484 |
msgctxt "dhl"
|
1485 |
msgid "Payment Reference"
|
1486 |
msgstr "Zahlungsreferenz"
|
1487 |
|
1488 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1489 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1490 |
#, php-format
|
1491 |
msgctxt "dhl"
|
1492 |
msgid ""
|
@@ -1497,18 +1509,18 @@ msgstr ""
|
|
1497 |
"%s. Der Text ist auf 35 Zeichen begrenzt."
|
1498 |
|
1499 |
# @ woocommerce-germanized
|
1500 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1501 |
msgctxt "dhl"
|
1502 |
msgid "Payment Reference 2"
|
1503 |
msgstr "Zahlungsreferenz 2"
|
1504 |
|
1505 |
# @ woocommerce-germanized
|
1506 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1507 |
msgctxt "dhl"
|
1508 |
msgid "Enable creating labels for return shipments."
|
1509 |
msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
|
1510 |
|
1511 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1512 |
msgctxt "dhl"
|
1513 |
msgid ""
|
1514 |
"By enabling this option you might generate retoure labels for return "
|
@@ -1517,12 +1529,12 @@ msgstr ""
|
|
1517 |
"Mit der Aktivierung dieser Option kannst du Retourenlabels zu "
|
1518 |
"Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
|
1519 |
|
1520 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1521 |
msgctxt "dhl"
|
1522 |
msgid "Enable preferred day delivery."
|
1523 |
msgstr "Aktiviere die Lieferung am Wunschtag."
|
1524 |
|
1525 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1526 |
msgctxt "dhl"
|
1527 |
msgid ""
|
1528 |
"Enabling this option will display options for the user to select their "
|
@@ -1531,7 +1543,7 @@ msgstr ""
|
|
1531 |
"Diese Option aktiviert die Auswahl eines Wunschtags durch den Kunden in der "
|
1532 |
"Kasse."
|
1533 |
|
1534 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1535 |
msgctxt "dhl"
|
1536 |
msgid ""
|
1537 |
"Insert gross value as surcharge for preferred day delivery. Insert 0 to "
|
@@ -1540,12 +1552,12 @@ msgstr ""
|
|
1540 |
"Füge einen Bruttopreis als Gebühr für die Lieferung am Wunschtag hinzu. "
|
1541 |
"Setze den Wert auf 0 um den Service kostenlos anzubieten."
|
1542 |
|
1543 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1544 |
msgctxt "dhl"
|
1545 |
msgid "Enable preferred time delivery."
|
1546 |
msgstr "Aktiviere die Lieferung zur Wunschzeit."
|
1547 |
|
1548 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1549 |
msgctxt "dhl"
|
1550 |
msgid ""
|
1551 |
"Enabling this option will display options for the user to select their "
|
@@ -1554,7 +1566,7 @@ msgstr ""
|
|
1554 |
"Diese Option aktiviert die Auswahl einer Wunschzeit durch den Kunden in der "
|
1555 |
"Kasse."
|
1556 |
|
1557 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1558 |
msgctxt "dhl"
|
1559 |
msgid ""
|
1560 |
"Insert gross value as surcharge for preferred time delivery. Insert 0 to "
|
@@ -1563,12 +1575,12 @@ msgstr ""
|
|
1563 |
"Füge einen Bruttopreis als Gebühr für die Lieferung zur Wunschzeit hinzu. "
|
1564 |
"Setze den Wert auf 0 um den Service kostenlos anzubieten."
|
1565 |
|
1566 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1567 |
msgctxt "dhl"
|
1568 |
msgid "Combined Fee"
|
1569 |
msgstr "Kombinierte Gebühr"
|
1570 |
|
1571 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1572 |
msgctxt "dhl"
|
1573 |
msgid ""
|
1574 |
"Insert gross value as surcharge for the combination of preferred day and "
|
@@ -1579,12 +1591,12 @@ msgstr ""
|
|
1579 |
"anzubieten."
|
1580 |
|
1581 |
# @ woocommerce-germanized
|
1582 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1583 |
msgctxt "dhl"
|
1584 |
msgid "Enable preferred location delivery."
|
1585 |
msgstr "Lieferung an einen Wunschort aktivieren."
|
1586 |
|
1587 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1588 |
msgctxt "dhl"
|
1589 |
msgid ""
|
1590 |
"Enabling this option will display options for the user to select their "
|
@@ -1593,12 +1605,12 @@ msgstr ""
|
|
1593 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
1594 |
"Kasse ."
|
1595 |
|
1596 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1597 |
msgctxt "dhl"
|
1598 |
msgid "Enable preferred neighbor delivery."
|
1599 |
msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
|
1600 |
|
1601 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1602 |
msgctxt "dhl"
|
1603 |
msgid ""
|
1604 |
"Enabling this option will display options for the user to deliver to their "
|
@@ -1607,12 +1619,12 @@ msgstr ""
|
|
1607 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
1608 |
"der Kasse."
|
1609 |
|
1610 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1611 |
msgctxt "dhl"
|
1612 |
msgid "Cut-off time"
|
1613 |
msgstr "Cut-off-Zeit"
|
1614 |
|
1615 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1616 |
msgctxt "dhl"
|
1617 |
msgid ""
|
1618 |
"The cut-off time is the latest possible order time up to which the minimum "
|
@@ -1625,12 +1637,12 @@ msgstr ""
|
|
1625 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
1626 |
"Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
1627 |
|
1628 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1629 |
msgctxt "dhl"
|
1630 |
msgid "Preparation days"
|
1631 |
msgstr "Bearbeitungstage"
|
1632 |
|
1633 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1634 |
msgctxt "dhl"
|
1635 |
msgid ""
|
1636 |
"If you need more time to prepare your shipments you might want to add a "
|
@@ -1641,71 +1653,71 @@ msgstr ""
|
|
1641 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
1642 |
"auswählbaren Wunschtag hinzugefügt werden."
|
1643 |
|
1644 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1645 |
msgctxt "dhl"
|
1646 |
msgid "Exclude days of transfer"
|
1647 |
msgstr "Übergabetage ausschließen"
|
1648 |
|
1649 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1650 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
1651 |
msgctxt "dhl"
|
1652 |
msgid "Monday"
|
1653 |
msgstr "Montag"
|
1654 |
|
1655 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1656 |
msgctxt "dhl"
|
1657 |
msgid "Exclude days from transferring shipments to DHL."
|
1658 |
msgstr "Schließe bestimmte Wochentage für die Übergabe an DHL aus."
|
1659 |
|
1660 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1661 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
1662 |
msgctxt "dhl"
|
1663 |
msgid "Tuesday"
|
1664 |
msgstr "Dienstag"
|
1665 |
|
1666 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1667 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
1668 |
msgctxt "dhl"
|
1669 |
msgid "Wednesday"
|
1670 |
msgstr "Mittwoch"
|
1671 |
|
1672 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1673 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
1674 |
msgctxt "dhl"
|
1675 |
msgid "Thursday"
|
1676 |
msgstr "Donnerstag"
|
1677 |
|
1678 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1679 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
1680 |
msgctxt "dhl"
|
1681 |
msgid "Friday"
|
1682 |
msgstr "Freitag"
|
1683 |
|
1684 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1685 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
1686 |
msgctxt "dhl"
|
1687 |
msgid "Saturday"
|
1688 |
msgstr "Samstag"
|
1689 |
|
1690 |
# @ woocommerce-germanized
|
1691 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1692 |
msgctxt "dhl"
|
1693 |
msgid "Exclude gateways"
|
1694 |
msgstr "Zahlungsarten ausschließen"
|
1695 |
|
1696 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1697 |
msgctxt "dhl"
|
1698 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1699 |
msgstr ""
|
1700 |
"Wähle Zahlungsarten aus, für die die Wunschpaket-Services nicht zur "
|
1701 |
"Verfügung stehen sollen."
|
1702 |
|
1703 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1704 |
msgctxt "dhl"
|
1705 |
msgid "Let customers find a DHL location on a map."
|
1706 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
1707 |
|
1708 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1709 |
msgctxt "dhl"
|
1710 |
msgid ""
|
1711 |
"Enable this option to let your customers choose a pickup option from a map "
|
@@ -1716,12 +1728,12 @@ msgstr ""
|
|
1716 |
"einer Karten in der Kasse zu ermöglichen. Wenn diese Option deaktiviert ist, "
|
1717 |
"wird stattdessen auf die DHL Website verwiesen."
|
1718 |
|
1719 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1720 |
msgctxt "dhl"
|
1721 |
msgid "Google Maps Key"
|
1722 |
msgstr "Google Maps Schlüssel"
|
1723 |
|
1724 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1725 |
#, php-format
|
1726 |
msgctxt "dhl"
|
1727 |
msgid ""
|
@@ -1731,33 +1743,33 @@ msgstr ""
|
|
1731 |
"Um eine Karte integrieren zu können, benötigst du einen gültigen API-"
|
1732 |
"Schlüssel für Google Maps. Du kannst %s."
|
1733 |
|
1734 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1735 |
msgctxt "dhl"
|
1736 |
msgid "retrieve a new one"
|
1737 |
msgstr "hier einen neuen erstellen"
|
1738 |
|
1739 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1740 |
msgctxt "dhl"
|
1741 |
msgid "Limit results"
|
1742 |
msgstr "Suchergebnisse begrenzen"
|
1743 |
|
1744 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1745 |
msgctxt "dhl"
|
1746 |
msgid "Limit the number of DHL locations shown on the map"
|
1747 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
1748 |
|
1749 |
# @ woocommerce-germanized
|
1750 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1751 |
msgctxt "dhl"
|
1752 |
msgid "General"
|
1753 |
msgstr "Allgemein"
|
1754 |
|
1755 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1756 |
msgctxt "dhl"
|
1757 |
msgid "Preferred Services"
|
1758 |
msgstr "Wunschpaket"
|
1759 |
|
1760 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1761 |
msgctxt "dhl"
|
1762 |
msgid "Parcel Pickup"
|
1763 |
msgstr "Standorte"
|
@@ -1839,12 +1851,12 @@ msgctxt "dhl"
|
|
1839 |
msgid "Shipment #{shipment_id} to order #{order_id}"
|
1840 |
msgstr "Sendung #{shipment_id} zur Bestellung #{order_id}"
|
1841 |
|
1842 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1843 |
msgctxt "dhl"
|
1844 |
msgid "Return shipment #{shipment_id} to order #{order_id}"
|
1845 |
msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
|
1846 |
|
1847 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1848 |
#, php-format
|
1849 |
msgctxt "dhl"
|
1850 |
msgid "Only %s shipment items can be processed, your shipment has %s items."
|
@@ -2603,63 +2615,63 @@ msgctxt "shipments"
|
|
2603 |
msgid "Shipment to your order: {order_number}"
|
2604 |
msgstr "Sendung zu deiner Bestellung {order_number}"
|
2605 |
|
2606 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2607 |
#, php-format
|
2608 |
msgid "Available placeholders: %s"
|
2609 |
msgstr "Verfügbare Platzhalter: %s"
|
2610 |
|
2611 |
# @ woocommerce-germanized
|
2612 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2613 |
msgctxt "shipments"
|
2614 |
msgid "Enable/Disable"
|
2615 |
msgstr "Aktivieren/Deaktivieren"
|
2616 |
|
2617 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2618 |
msgctxt "shipments"
|
2619 |
msgid "Enable this email notification"
|
2620 |
msgstr "Aktiviere diese E-Mail-Benachrichtigung"
|
2621 |
|
2622 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2623 |
msgctxt "shipments"
|
2624 |
msgid "Full shipment subject"
|
2625 |
msgstr "Vollständige Sendung Betreff"
|
2626 |
|
2627 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2628 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2629 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2630 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2631 |
#, php-format
|
2632 |
msgctxt "shipments"
|
2633 |
msgid "Available placeholders: %s"
|
2634 |
msgstr "Verfügbare Platzhalter: %s"
|
2635 |
|
2636 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2637 |
msgctxt "shipments"
|
2638 |
msgid "Partial shipment subject"
|
2639 |
msgstr "Teilsendung Betreff"
|
2640 |
|
2641 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2642 |
msgctxt "shipments"
|
2643 |
msgid "Full shipment email heading"
|
2644 |
msgstr "Vollständige Sendung Kopfzeile"
|
2645 |
|
2646 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2647 |
msgctxt "shipments"
|
2648 |
msgid "Partial shipment email heading"
|
2649 |
msgstr "Teilsendung Kopfzeile"
|
2650 |
|
2651 |
# @ woocommerce-germanized
|
2652 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2653 |
msgctxt "shipments"
|
2654 |
msgid "Additional content"
|
2655 |
msgstr "Zusätzlicher Inhalt"
|
2656 |
|
2657 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2658 |
msgctxt "shipments"
|
2659 |
msgid "Text to appear below the main email content."
|
2660 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
2661 |
|
2662 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2663 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:638
|
2664 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:666
|
2665 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
@@ -2667,12 +2679,12 @@ msgctxt "shipments"
|
|
2667 |
msgid "N/A"
|
2668 |
msgstr "n.a."
|
2669 |
|
2670 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2671 |
msgctxt "shipments"
|
2672 |
msgid "Email type"
|
2673 |
msgstr "E-Mail-Typ"
|
2674 |
|
2675 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2676 |
msgctxt "shipments"
|
2677 |
msgid "Choose which format of email to send."
|
2678 |
msgstr "Format für E-Mail-Versand auswählen."
|
@@ -2739,7 +2751,7 @@ msgid "Returned"
|
|
2739 |
msgstr "Retourniert"
|
2740 |
|
2741 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:218
|
2742 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:
|
2743 |
#: woocommerce-germanized-shipments/src/DataStores/Shipment.php:340
|
2744 |
msgctxt "shipments"
|
2745 |
msgid "Invalid shipment."
|
@@ -2794,7 +2806,7 @@ msgid "View"
|
|
2794 |
msgstr "Anzeigen"
|
2795 |
|
2796 |
# @ woocommerce-germanized
|
2797 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:
|
2798 |
msgctxt "shipments"
|
2799 |
msgid "My account"
|
2800 |
msgstr "Mein Konto"
|
@@ -7624,7 +7636,7 @@ msgstr "%s Zahlungsgebühr"
|
|
7624 |
|
7625 |
# @ woocommerce-germanized
|
7626 |
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:128
|
7627 |
-
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:
|
7628 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:472
|
7629 |
#, php-format
|
7630 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
@@ -8076,11 +8088,11 @@ msgstr ""
|
|
8076 |
msgid "Your revocation"
|
8077 |
msgstr "Dein Widerruf"
|
8078 |
|
8079 |
-
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:
|
8080 |
msgid "Admin email"
|
8081 |
msgstr "Admin E-Mail"
|
8082 |
|
8083 |
-
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:
|
8084 |
msgid ""
|
8085 |
"Insert the email address of your shop manager here. A copy of the revocation "
|
8086 |
"email is being sent to this address."
|
@@ -10110,25 +10122,25 @@ msgstr "Export starten"
|
|
10110 |
|
10111 |
# @ woocommerce-germanized-pro
|
10112 |
# @ woocommerce-germanized
|
10113 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:
|
10114 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:
|
10115 |
#: woocommerce-trusted-shops/includes/class-wc-ts-dependencies.php:36
|
10116 |
#: woocommerce-trusted-shops/includes/class-wc-ts-dependencies.php:45
|
10117 |
msgctxt "trusted-shops"
|
10118 |
msgid "Cheatin’ huh?"
|
10119 |
msgstr "So geht das leider nicht.."
|
10120 |
|
10121 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:
|
10122 |
msgctxt "trusted-shops"
|
10123 |
msgid "Yes"
|
10124 |
msgstr "Ja"
|
10125 |
|
10126 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:
|
10127 |
msgctxt "trusted-shops"
|
10128 |
msgid "No"
|
10129 |
msgstr "Nein"
|
10130 |
|
10131 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:
|
10132 |
#, php-format
|
10133 |
msgctxt "trusted-shops"
|
10134 |
msgid ""
|
@@ -10140,7 +10152,7 @@ msgstr ""
|
|
10140 |
|
10141 |
# @ woocommerce-germanized
|
10142 |
# @ woocommerce
|
10143 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:
|
10144 |
msgctxt "trusted-shops"
|
10145 |
msgid "Settings"
|
10146 |
msgstr "Einstellungen"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-11-06 15:05+0100\n"
|
6 |
+
"PO-Revision-Date: 2019-11-06 15:05+0100\n"
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
54 |
|
55 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:64
|
56 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:137
|
57 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:893
|
58 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
59 |
msgctxt "dhl"
|
60 |
msgid "Preferred Day"
|
61 |
msgstr "Wunschtag"
|
62 |
|
63 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:73
|
64 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:913
|
65 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:36
|
66 |
msgctxt "dhl"
|
67 |
msgid "Preferred Time"
|
70 |
# @ woocommerce-germanized
|
71 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:84
|
72 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:165
|
73 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:945
|
74 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
75 |
msgctxt "dhl"
|
76 |
msgid "Preferred Location"
|
77 |
msgstr "Wunschort"
|
78 |
|
79 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:95
|
80 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:953
|
81 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
82 |
msgctxt "dhl"
|
83 |
msgid "Preferred Neighbor"
|
90 |
|
91 |
# @ woocommerce-germanized
|
92 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:118
|
93 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:680
|
94 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:749
|
95 |
msgctxt "dhl"
|
96 |
msgid "Name"
|
97 |
msgstr "Name"
|
98 |
|
99 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:127
|
100 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:687
|
101 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:756
|
102 |
msgctxt "dhl"
|
103 |
msgid "Company"
|
104 |
msgstr "Firma"
|
106 |
# @ woocommerce-germanized
|
107 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:136
|
108 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:303
|
109 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:694
|
110 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:763
|
111 |
msgctxt "dhl"
|
112 |
msgid "Street"
|
113 |
msgstr "Straße"
|
121 |
# @ woocommerce-germanized
|
122 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:156
|
123 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:304
|
124 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:715
|
125 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:784
|
126 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:27
|
127 |
msgctxt "dhl"
|
128 |
msgid "Postcode"
|
131 |
# @ woocommerce-germanized
|
132 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:165
|
133 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:305
|
134 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:708
|
135 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:777
|
136 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:30
|
137 |
msgctxt "dhl"
|
138 |
msgid "City"
|
139 |
msgstr "Stadt"
|
140 |
|
141 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:176
|
142 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:731
|
143 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:800
|
144 |
msgctxt "dhl"
|
145 |
msgid "Phone"
|
146 |
msgstr "Telefon"
|
147 |
|
148 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:185
|
149 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:585
|
150 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:738
|
151 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:807
|
152 |
msgctxt "dhl"
|
153 |
msgid "Email"
|
154 |
msgstr "E-Mail"
|
701 |
msgstr "Labels erstellen und downloaden"
|
702 |
|
703 |
#: woocommerce-germanized-dhl/src/Admin/Admin.php:248
|
704 |
+
#: woocommerce-germanized-dhl/src/Ajax.php:278
|
705 |
msgctxt "dhl"
|
706 |
msgid "Download DHL label"
|
707 |
msgstr "DHL Label downloaden"
|
728 |
|
729 |
# @ woocommerce-germanized
|
730 |
#: woocommerce-germanized-dhl/src/Admin/Admin.php:288
|
731 |
+
#: woocommerce-germanized-dhl/src/Ajax.php:278
|
732 |
msgctxt "dhl"
|
733 |
msgid "Download label"
|
734 |
msgstr "Label downloaden"
|
825 |
"solltest du diese Funktion standardmäßig aktivieren."
|
826 |
|
827 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:90
|
828 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:642
|
829 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:872
|
830 |
msgctxt "dhl"
|
831 |
msgid "Retoure"
|
832 |
msgstr "Retoure"
|
861 |
|
862 |
# @ woocommerce-germanized
|
863 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:118
|
864 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:666
|
865 |
msgctxt "dhl"
|
866 |
msgid "Automation"
|
867 |
msgstr "Automatisierung"
|
887 |
|
888 |
# @ woocommerce-germanized
|
889 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:151
|
890 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:901
|
891 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:921
|
892 |
msgctxt "dhl"
|
893 |
msgid "Fee"
|
894 |
msgstr "Gebühr"
|
921 |
"Folgenden konfiguriert) als Lieferadresse auswählen."
|
922 |
|
923 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:198
|
924 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1081
|
925 |
msgctxt "dhl"
|
926 |
msgid "Map"
|
927 |
msgstr "Karte"
|
1307 |
msgstr "Premium Lieferung für internationale Sendungen."
|
1308 |
|
1309 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:539
|
1310 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1132
|
1311 |
msgctxt "dhl"
|
1312 |
msgid "Labels"
|
1313 |
msgstr "Labels"
|
1320 |
|
1321 |
# @ woocommerce-germanized
|
1322 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:547
|
1323 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:574
|
1324 |
msgctxt "dhl"
|
1325 |
msgid "Status"
|
1326 |
msgstr "Status"
|
1331 |
msgstr ""
|
1332 |
"Wähle einen Sendungsstatus aus, der die Erzeugung eines Labels auslösen soll."
|
1333 |
|
1334 |
+
# @ woocommerce-germanized
|
1335 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:558
|
1336 |
msgctxt "dhl"
|
1337 |
+
msgid "Shipment Status"
|
1338 |
+
msgstr "Sendungsstatus"
|
1339 |
+
|
1340 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:559
|
1341 |
+
msgctxt "dhl"
|
1342 |
+
msgid "Mark shipment as shipped after label has been created successfully."
|
1343 |
+
msgstr ""
|
1344 |
+
"Sendung als versandt markieren, sobald ein Label erfolgreich erstellt wurde."
|
1345 |
+
|
1346 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:566
|
1347 |
+
msgctxt "dhl"
|
1348 |
msgid "Returns"
|
1349 |
msgstr "Retouren"
|
1350 |
|
1351 |
# @ woocommerce-germanized
|
1352 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:567
|
1353 |
msgctxt "dhl"
|
1354 |
msgid "Automatically create labels for returns."
|
1355 |
msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
|
1356 |
|
1357 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:578
|
1358 |
msgctxt "dhl"
|
1359 |
msgid ""
|
1360 |
"Choose a shipment status which should trigger generation of a return label."
|
1362 |
"Wähle einen Sendungsstatus aus, der die Erzeugung eines Retourenlabels "
|
1363 |
"auslösen soll."
|
1364 |
|
1365 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:586
|
1366 |
msgctxt "dhl"
|
1367 |
msgid "Send the return label to the customer by email after creating it."
|
1368 |
msgstr "Sende das Retourenlabel nach dem Erstellen per E-Mail an den Kunden."
|
1369 |
|
1370 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:632
|
1371 |
#, php-format
|
1372 |
msgctxt "dhl"
|
1373 |
msgid ""
|
1378 |
"können von abweichenden Einstellungen der %s überschrieben werden."
|
1379 |
|
1380 |
# @ woocommerce-germanized
|
1381 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:632
|
1382 |
msgctxt "dhl"
|
1383 |
msgid "shipping method"
|
1384 |
msgstr "Versandmethode"
|
1385 |
|
1386 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:642
|
1387 |
#, php-format
|
1388 |
msgctxt "dhl"
|
1389 |
msgid ""
|
1394 |
"an. Stelle sicher, dass dein %s DHL Retoure Online enthält."
|
1395 |
|
1396 |
# @ woocommerce-germanized
|
1397 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:642
|
1398 |
msgctxt "dhl"
|
1399 |
msgid "contract"
|
1400 |
msgstr "Vertrag"
|
1401 |
|
1402 |
# @ woocommerce-germanized
|
1403 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:654
|
1404 |
msgctxt "dhl"
|
1405 |
msgid "Default Services"
|
1406 |
msgstr "Standard-Services"
|
1407 |
|
1408 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:654
|
1409 |
#, php-format
|
1410 |
msgctxt "dhl"
|
1411 |
msgid ""
|
1415 |
"Passe hier an, welche der Services als Standard für deine Labels gebucht "
|
1416 |
"werden sollen. Finde mehr über diese %s heraus."
|
1417 |
|
1418 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:654
|
1419 |
msgctxt "dhl"
|
1420 |
msgid "nationwide services"
|
1421 |
msgstr "nationalen Services"
|
1422 |
|
1423 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:666
|
1424 |
msgctxt "dhl"
|
1425 |
msgid ""
|
1426 |
"Choose whether and under which conditions labels for your shipments shall be "
|
1430 |
"erzeugt werden sollen."
|
1431 |
|
1432 |
# @ woocommerce-germanized
|
1433 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:677
|
1434 |
msgctxt "dhl"
|
1435 |
msgid "Shipper Address"
|
1436 |
msgstr "Absenderadresse"
|
1437 |
|
1438 |
# @ woocommerce-germanized
|
1439 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:701
|
1440 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:770
|
1441 |
msgctxt "dhl"
|
1442 |
msgid "Street Number"
|
1443 |
msgstr "Hausnummer"
|
1444 |
|
1445 |
# @ woocommerce-germanized
|
1446 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:722
|
1447 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:791
|
1448 |
msgctxt "dhl"
|
1449 |
msgid "Country"
|
1450 |
msgstr "Land"
|
1451 |
|
1452 |
# @ woocommerce-germanized
|
1453 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:746
|
1454 |
msgctxt "dhl"
|
1455 |
msgid "Inlay Return Address"
|
1456 |
msgstr "Beilageretouren Adresse"
|
1457 |
|
1458 |
# @ woocommerce-germanized
|
1459 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:815
|
1460 |
msgctxt "dhl"
|
1461 |
msgid "Bank Account"
|
1462 |
msgstr "Bankkonto"
|
1463 |
|
1464 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:815
|
1465 |
msgctxt "dhl"
|
1466 |
msgid "Enter your bank details needed for services that use COD."
|
1467 |
msgstr ""
|
1469 |
"werden sollen."
|
1470 |
|
1471 |
# @ woocommerce-germanized
|
1472 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:818
|
1473 |
msgctxt "dhl"
|
1474 |
msgid "Holder"
|
1475 |
msgstr "Kontoinhaber"
|
1476 |
|
1477 |
# @ woocommerce-germanized
|
1478 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:825
|
1479 |
msgctxt "dhl"
|
1480 |
msgid "Bank Name"
|
1481 |
msgstr "Name der Bank"
|
1482 |
|
1483 |
# @ woocommerce-germanized
|
1484 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:832
|
1485 |
msgctxt "dhl"
|
1486 |
msgid "IBAN"
|
1487 |
msgstr "IBAN"
|
1488 |
|
1489 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:839
|
1490 |
msgctxt "dhl"
|
1491 |
msgid "BIC"
|
1492 |
msgstr "BIC"
|
1493 |
|
1494 |
# @ woocommerce-germanized
|
1495 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:846
|
1496 |
msgctxt "dhl"
|
1497 |
msgid "Payment Reference"
|
1498 |
msgstr "Zahlungsreferenz"
|
1499 |
|
1500 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:850
|
1501 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:859
|
1502 |
#, php-format
|
1503 |
msgctxt "dhl"
|
1504 |
msgid ""
|
1509 |
"%s. Der Text ist auf 35 Zeichen begrenzt."
|
1510 |
|
1511 |
# @ woocommerce-germanized
|
1512 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:855
|
1513 |
msgctxt "dhl"
|
1514 |
msgid "Payment Reference 2"
|
1515 |
msgstr "Zahlungsreferenz 2"
|
1516 |
|
1517 |
# @ woocommerce-germanized
|
1518 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:873
|
1519 |
msgctxt "dhl"
|
1520 |
msgid "Enable creating labels for return shipments."
|
1521 |
msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
|
1522 |
|
1523 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:873
|
1524 |
msgctxt "dhl"
|
1525 |
msgid ""
|
1526 |
"By enabling this option you might generate retoure labels for return "
|
1529 |
"Mit der Aktivierung dieser Option kannst du Retourenlabels zu "
|
1530 |
"Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
|
1531 |
|
1532 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:894
|
1533 |
msgctxt "dhl"
|
1534 |
msgid "Enable preferred day delivery."
|
1535 |
msgstr "Aktiviere die Lieferung am Wunschtag."
|
1536 |
|
1537 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:894
|
1538 |
msgctxt "dhl"
|
1539 |
msgid ""
|
1540 |
"Enabling this option will display options for the user to select their "
|
1543 |
"Diese Option aktiviert die Auswahl eines Wunschtags durch den Kunden in der "
|
1544 |
"Kasse."
|
1545 |
|
1546 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:903
|
1547 |
msgctxt "dhl"
|
1548 |
msgid ""
|
1549 |
"Insert gross value as surcharge for preferred day delivery. Insert 0 to "
|
1552 |
"Füge einen Bruttopreis als Gebühr für die Lieferung am Wunschtag hinzu. "
|
1553 |
"Setze den Wert auf 0 um den Service kostenlos anzubieten."
|
1554 |
|
1555 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:914
|
1556 |
msgctxt "dhl"
|
1557 |
msgid "Enable preferred time delivery."
|
1558 |
msgstr "Aktiviere die Lieferung zur Wunschzeit."
|
1559 |
|
1560 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:914
|
1561 |
msgctxt "dhl"
|
1562 |
msgid ""
|
1563 |
"Enabling this option will display options for the user to select their "
|
1566 |
"Diese Option aktiviert die Auswahl einer Wunschzeit durch den Kunden in der "
|
1567 |
"Kasse."
|
1568 |
|
1569 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:923
|
1570 |
msgctxt "dhl"
|
1571 |
msgid ""
|
1572 |
"Insert gross value as surcharge for preferred time delivery. Insert 0 to "
|
1575 |
"Füge einen Bruttopreis als Gebühr für die Lieferung zur Wunschzeit hinzu. "
|
1576 |
"Setze den Wert auf 0 um den Service kostenlos anzubieten."
|
1577 |
|
1578 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:933
|
1579 |
msgctxt "dhl"
|
1580 |
msgid "Combined Fee"
|
1581 |
msgstr "Kombinierte Gebühr"
|
1582 |
|
1583 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:935
|
1584 |
msgctxt "dhl"
|
1585 |
msgid ""
|
1586 |
"Insert gross value as surcharge for the combination of preferred day and "
|
1591 |
"anzubieten."
|
1592 |
|
1593 |
# @ woocommerce-germanized
|
1594 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:946
|
1595 |
msgctxt "dhl"
|
1596 |
msgid "Enable preferred location delivery."
|
1597 |
msgstr "Lieferung an einen Wunschort aktivieren."
|
1598 |
|
1599 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:946
|
1600 |
msgctxt "dhl"
|
1601 |
msgid ""
|
1602 |
"Enabling this option will display options for the user to select their "
|
1605 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
1606 |
"Kasse ."
|
1607 |
|
1608 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:954
|
1609 |
msgctxt "dhl"
|
1610 |
msgid "Enable preferred neighbor delivery."
|
1611 |
msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
|
1612 |
|
1613 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:954
|
1614 |
msgctxt "dhl"
|
1615 |
msgid ""
|
1616 |
"Enabling this option will display options for the user to deliver to their "
|
1619 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
1620 |
"der Kasse."
|
1621 |
|
1622 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:980
|
1623 |
msgctxt "dhl"
|
1624 |
msgid "Cut-off time"
|
1625 |
msgstr "Cut-off-Zeit"
|
1626 |
|
1627 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:983
|
1628 |
msgctxt "dhl"
|
1629 |
msgid ""
|
1630 |
"The cut-off time is the latest possible order time up to which the minimum "
|
1637 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
1638 |
"Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
1639 |
|
1640 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:989
|
1641 |
msgctxt "dhl"
|
1642 |
msgid "Preparation days"
|
1643 |
msgstr "Bearbeitungstage"
|
1644 |
|
1645 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:992
|
1646 |
msgctxt "dhl"
|
1647 |
msgid ""
|
1648 |
"If you need more time to prepare your shipments you might want to add a "
|
1653 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
1654 |
"auswählbaren Wunschtag hinzugefügt werden."
|
1655 |
|
1656 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:999
|
1657 |
msgctxt "dhl"
|
1658 |
msgid "Exclude days of transfer"
|
1659 |
msgstr "Übergabetage ausschließen"
|
1660 |
|
1661 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1000
|
1662 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
1663 |
msgctxt "dhl"
|
1664 |
msgid "Monday"
|
1665 |
msgstr "Montag"
|
1666 |
|
1667 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1001
|
1668 |
msgctxt "dhl"
|
1669 |
msgid "Exclude days from transferring shipments to DHL."
|
1670 |
msgstr "Schließe bestimmte Wochentage für die Übergabe an DHL aus."
|
1671 |
|
1672 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1010
|
1673 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
1674 |
msgctxt "dhl"
|
1675 |
msgid "Tuesday"
|
1676 |
msgstr "Dienstag"
|
1677 |
|
1678 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1019
|
1679 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
1680 |
msgctxt "dhl"
|
1681 |
msgid "Wednesday"
|
1682 |
msgstr "Mittwoch"
|
1683 |
|
1684 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1028
|
1685 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
1686 |
msgctxt "dhl"
|
1687 |
msgid "Thursday"
|
1688 |
msgstr "Donnerstag"
|
1689 |
|
1690 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1037
|
1691 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
1692 |
msgctxt "dhl"
|
1693 |
msgid "Friday"
|
1694 |
msgstr "Freitag"
|
1695 |
|
1696 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1046
|
1697 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
1698 |
msgctxt "dhl"
|
1699 |
msgid "Saturday"
|
1700 |
msgstr "Samstag"
|
1701 |
|
1702 |
# @ woocommerce-germanized
|
1703 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1055
|
1704 |
msgctxt "dhl"
|
1705 |
msgid "Exclude gateways"
|
1706 |
msgstr "Zahlungsarten ausschließen"
|
1707 |
|
1708 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1057
|
1709 |
msgctxt "dhl"
|
1710 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1711 |
msgstr ""
|
1712 |
"Wähle Zahlungsarten aus, für die die Wunschpaket-Services nicht zur "
|
1713 |
"Verfügung stehen sollen."
|
1714 |
|
1715 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1082
|
1716 |
msgctxt "dhl"
|
1717 |
msgid "Let customers find a DHL location on a map."
|
1718 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
1719 |
|
1720 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1082
|
1721 |
msgctxt "dhl"
|
1722 |
msgid ""
|
1723 |
"Enable this option to let your customers choose a pickup option from a map "
|
1728 |
"einer Karten in der Kasse zu ermöglichen. Wenn diese Option deaktiviert ist, "
|
1729 |
"wird stattdessen auf die DHL Website verwiesen."
|
1730 |
|
1731 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1089
|
1732 |
msgctxt "dhl"
|
1733 |
msgid "Google Maps Key"
|
1734 |
msgstr "Google Maps Schlüssel"
|
1735 |
|
1736 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1093
|
1737 |
#, php-format
|
1738 |
msgctxt "dhl"
|
1739 |
msgid ""
|
1743 |
"Um eine Karte integrieren zu können, benötigst du einen gültigen API-"
|
1744 |
"Schlüssel für Google Maps. Du kannst %s."
|
1745 |
|
1746 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1093
|
1747 |
msgctxt "dhl"
|
1748 |
msgid "retrieve a new one"
|
1749 |
msgstr "hier einen neuen erstellen"
|
1750 |
|
1751 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1098
|
1752 |
msgctxt "dhl"
|
1753 |
msgid "Limit results"
|
1754 |
msgstr "Suchergebnisse begrenzen"
|
1755 |
|
1756 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1102
|
1757 |
msgctxt "dhl"
|
1758 |
msgid "Limit the number of DHL locations shown on the map"
|
1759 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
1760 |
|
1761 |
# @ woocommerce-germanized
|
1762 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1131
|
1763 |
msgctxt "dhl"
|
1764 |
msgid "General"
|
1765 |
msgstr "Allgemein"
|
1766 |
|
1767 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1133
|
1768 |
msgctxt "dhl"
|
1769 |
msgid "Preferred Services"
|
1770 |
msgstr "Wunschpaket"
|
1771 |
|
1772 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1134
|
1773 |
msgctxt "dhl"
|
1774 |
msgid "Parcel Pickup"
|
1775 |
msgstr "Standorte"
|
1851 |
msgid "Shipment #{shipment_id} to order #{order_id}"
|
1852 |
msgstr "Sendung #{shipment_id} zur Bestellung #{order_id}"
|
1853 |
|
1854 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:544
|
1855 |
msgctxt "dhl"
|
1856 |
msgid "Return shipment #{shipment_id} to order #{order_id}"
|
1857 |
msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
|
1858 |
|
1859 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:575
|
1860 |
#, php-format
|
1861 |
msgctxt "dhl"
|
1862 |
msgid "Only %s shipment items can be processed, your shipment has %s items."
|
2615 |
msgid "Shipment to your order: {order_number}"
|
2616 |
msgstr "Sendung zu deiner Bestellung {order_number}"
|
2617 |
|
2618 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:262
|
2619 |
#, php-format
|
2620 |
msgid "Available placeholders: %s"
|
2621 |
msgstr "Verfügbare Platzhalter: %s"
|
2622 |
|
2623 |
# @ woocommerce-germanized
|
2624 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:266
|
2625 |
msgctxt "shipments"
|
2626 |
msgid "Enable/Disable"
|
2627 |
msgstr "Aktivieren/Deaktivieren"
|
2628 |
|
2629 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:268
|
2630 |
msgctxt "shipments"
|
2631 |
msgid "Enable this email notification"
|
2632 |
msgstr "Aktiviere diese E-Mail-Benachrichtigung"
|
2633 |
|
2634 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:272
|
2635 |
msgctxt "shipments"
|
2636 |
msgid "Full shipment subject"
|
2637 |
msgstr "Vollständige Sendung Betreff"
|
2638 |
|
2639 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:276
|
2640 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:285
|
2641 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:294
|
2642 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:303
|
2643 |
#, php-format
|
2644 |
msgctxt "shipments"
|
2645 |
msgid "Available placeholders: %s"
|
2646 |
msgstr "Verfügbare Platzhalter: %s"
|
2647 |
|
2648 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:281
|
2649 |
msgctxt "shipments"
|
2650 |
msgid "Partial shipment subject"
|
2651 |
msgstr "Teilsendung Betreff"
|
2652 |
|
2653 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:290
|
2654 |
msgctxt "shipments"
|
2655 |
msgid "Full shipment email heading"
|
2656 |
msgstr "Vollständige Sendung Kopfzeile"
|
2657 |
|
2658 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:299
|
2659 |
msgctxt "shipments"
|
2660 |
msgid "Partial shipment email heading"
|
2661 |
msgstr "Teilsendung Kopfzeile"
|
2662 |
|
2663 |
# @ woocommerce-germanized
|
2664 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:308
|
2665 |
msgctxt "shipments"
|
2666 |
msgid "Additional content"
|
2667 |
msgstr "Zusätzlicher Inhalt"
|
2668 |
|
2669 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:309
|
2670 |
msgctxt "shipments"
|
2671 |
msgid "Text to appear below the main email content."
|
2672 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
2673 |
|
2674 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:311
|
2675 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:638
|
2676 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:666
|
2677 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
2679 |
msgid "N/A"
|
2680 |
msgstr "n.a."
|
2681 |
|
2682 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:317
|
2683 |
msgctxt "shipments"
|
2684 |
msgid "Email type"
|
2685 |
msgstr "E-Mail-Typ"
|
2686 |
|
2687 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:319
|
2688 |
msgctxt "shipments"
|
2689 |
msgid "Choose which format of email to send."
|
2690 |
msgstr "Format für E-Mail-Versand auswählen."
|
2751 |
msgstr "Retourniert"
|
2752 |
|
2753 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:218
|
2754 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:101
|
2755 |
#: woocommerce-germanized-shipments/src/DataStores/Shipment.php:340
|
2756 |
msgctxt "shipments"
|
2757 |
msgid "Invalid shipment."
|
2806 |
msgstr "Anzeigen"
|
2807 |
|
2808 |
# @ woocommerce-germanized
|
2809 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:101
|
2810 |
msgctxt "shipments"
|
2811 |
msgid "My account"
|
2812 |
msgstr "Mein Konto"
|
7636 |
|
7637 |
# @ woocommerce-germanized
|
7638 |
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:128
|
7639 |
+
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:35
|
7640 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:472
|
7641 |
#, php-format
|
7642 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
8088 |
msgid "Your revocation"
|
8089 |
msgstr "Dein Widerruf"
|
8090 |
|
8091 |
+
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:172
|
8092 |
msgid "Admin email"
|
8093 |
msgstr "Admin E-Mail"
|
8094 |
|
8095 |
+
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:175
|
8096 |
msgid ""
|
8097 |
"Insert the email address of your shop manager here. A copy of the revocation "
|
8098 |
"email is being sent to this address."
|
10122 |
|
10123 |
# @ woocommerce-germanized-pro
|
10124 |
# @ woocommerce-germanized
|
10125 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:53
|
10126 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:62
|
10127 |
#: woocommerce-trusted-shops/includes/class-wc-ts-dependencies.php:36
|
10128 |
#: woocommerce-trusted-shops/includes/class-wc-ts-dependencies.php:45
|
10129 |
msgctxt "trusted-shops"
|
10130 |
msgid "Cheatin’ huh?"
|
10131 |
msgstr "So geht das leider nicht.."
|
10132 |
|
10133 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:211
|
10134 |
msgctxt "trusted-shops"
|
10135 |
msgid "Yes"
|
10136 |
msgstr "Ja"
|
10137 |
|
10138 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:211
|
10139 |
msgctxt "trusted-shops"
|
10140 |
msgid "No"
|
10141 |
msgstr "Nein"
|
10142 |
|
10143 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:259
|
10144 |
#, php-format
|
10145 |
msgctxt "trusted-shops"
|
10146 |
msgid ""
|
10152 |
|
10153 |
# @ woocommerce-germanized
|
10154 |
# @ woocommerce
|
10155 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:408
|
10156 |
msgctxt "trusted-shops"
|
10157 |
msgid "Settings"
|
10158 |
msgstr "Einstellungen"
|
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: 2019-11-
|
6 |
-
"PO-Revision-Date: 2019-11-
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE@formal\n"
|
@@ -54,14 +54,14 @@ msgstr "Zollabgabe"
|
|
54 |
|
55 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:64
|
56 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:137
|
57 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
58 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
59 |
msgctxt "dhl"
|
60 |
msgid "Preferred Day"
|
61 |
msgstr "Wunschtag"
|
62 |
|
63 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:73
|
64 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
65 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:36
|
66 |
msgctxt "dhl"
|
67 |
msgid "Preferred Time"
|
@@ -70,14 +70,14 @@ msgstr "Wunschzeit"
|
|
70 |
# @ woocommerce-germanized
|
71 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:84
|
72 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:165
|
73 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
74 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
75 |
msgctxt "dhl"
|
76 |
msgid "Preferred Location"
|
77 |
msgstr "Wunschort"
|
78 |
|
79 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:95
|
80 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
81 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
82 |
msgctxt "dhl"
|
83 |
msgid "Preferred Neighbor"
|
@@ -90,15 +90,15 @@ msgstr "Beilage-Retourenlabel erstellen"
|
|
90 |
|
91 |
# @ woocommerce-germanized
|
92 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:118
|
93 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
94 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
95 |
msgctxt "dhl"
|
96 |
msgid "Name"
|
97 |
msgstr "Name"
|
98 |
|
99 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:127
|
100 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
101 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
102 |
msgctxt "dhl"
|
103 |
msgid "Company"
|
104 |
msgstr "Firma"
|
@@ -106,8 +106,8 @@ msgstr "Firma"
|
|
106 |
# @ woocommerce-germanized
|
107 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:136
|
108 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:303
|
109 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
110 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
111 |
msgctxt "dhl"
|
112 |
msgid "Street"
|
113 |
msgstr "Straße"
|
@@ -121,8 +121,8 @@ msgstr "Hausnummer"
|
|
121 |
# @ woocommerce-germanized
|
122 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:156
|
123 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:304
|
124 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
125 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
126 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:27
|
127 |
msgctxt "dhl"
|
128 |
msgid "Postcode"
|
@@ -131,24 +131,24 @@ msgstr "Postleitzahl"
|
|
131 |
# @ woocommerce-germanized
|
132 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:165
|
133 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:305
|
134 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
135 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
136 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:30
|
137 |
msgctxt "dhl"
|
138 |
msgid "City"
|
139 |
msgstr "Stadt"
|
140 |
|
141 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:176
|
142 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
143 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
144 |
msgctxt "dhl"
|
145 |
msgid "Phone"
|
146 |
msgstr "Telefon"
|
147 |
|
148 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:185
|
149 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
150 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
151 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
152 |
msgctxt "dhl"
|
153 |
msgid "Email"
|
154 |
msgstr "E-Mail"
|
@@ -702,7 +702,7 @@ msgid "Generate and download labels"
|
|
702 |
msgstr "Labels erstellen und downloaden"
|
703 |
|
704 |
#: woocommerce-germanized-dhl/src/Admin/Admin.php:248
|
705 |
-
#: woocommerce-germanized-dhl/src/Ajax.php:
|
706 |
msgctxt "dhl"
|
707 |
msgid "Download DHL label"
|
708 |
msgstr "DHL Label downloaden"
|
@@ -729,7 +729,7 @@ msgstr ""
|
|
729 |
|
730 |
# @ woocommerce-germanized
|
731 |
#: woocommerce-germanized-dhl/src/Admin/Admin.php:288
|
732 |
-
#: woocommerce-germanized-dhl/src/Ajax.php:
|
733 |
msgctxt "dhl"
|
734 |
msgid "Download label"
|
735 |
msgstr "Label downloaden"
|
@@ -827,8 +827,8 @@ msgstr ""
|
|
827 |
"sollten Sie diese Funktion standardmäßig aktivieren."
|
828 |
|
829 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:90
|
830 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
831 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
832 |
msgctxt "dhl"
|
833 |
msgid "Retoure"
|
834 |
msgstr "Retoure"
|
@@ -863,7 +863,7 @@ msgstr ""
|
|
863 |
|
864 |
# @ woocommerce-germanized
|
865 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:118
|
866 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
867 |
msgctxt "dhl"
|
868 |
msgid "Automation"
|
869 |
msgstr "Automatisierung"
|
@@ -889,8 +889,8 @@ msgstr ""
|
|
889 |
|
890 |
# @ woocommerce-germanized
|
891 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:151
|
892 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
893 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
894 |
msgctxt "dhl"
|
895 |
msgid "Fee"
|
896 |
msgstr "Gebühr"
|
@@ -923,7 +923,7 @@ msgstr ""
|
|
923 |
"im Folgenden konfiguriert) als Lieferadresse auswählen."
|
924 |
|
925 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:198
|
926 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
927 |
msgctxt "dhl"
|
928 |
msgid "Map"
|
929 |
msgstr "Karte"
|
@@ -1310,7 +1310,7 @@ msgid "Premium delivery for international shipments."
|
|
1310 |
msgstr "Premium Lieferung für internationale Sendungen."
|
1311 |
|
1312 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:539
|
1313 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1314 |
msgctxt "dhl"
|
1315 |
msgid "Labels"
|
1316 |
msgstr "Labels"
|
@@ -1323,7 +1323,7 @@ msgstr "Automatisch Labels zu Sendungen erstellen."
|
|
1323 |
|
1324 |
# @ woocommerce-germanized
|
1325 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:547
|
1326 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1327 |
msgctxt "dhl"
|
1328 |
msgid "Status"
|
1329 |
msgstr "Status"
|
@@ -1335,18 +1335,30 @@ msgstr ""
|
|
1335 |
"Wählen Sie einen Sendungsstatus aus, der die Erzeugung eines Labels auslösen "
|
1336 |
"soll."
|
1337 |
|
|
|
1338 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:558
|
1339 |
msgctxt "dhl"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1340 |
msgid "Returns"
|
1341 |
msgstr "Retouren"
|
1342 |
|
1343 |
# @ woocommerce-germanized
|
1344 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1345 |
msgctxt "dhl"
|
1346 |
msgid "Automatically create labels for returns."
|
1347 |
msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
|
1348 |
|
1349 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1350 |
msgctxt "dhl"
|
1351 |
msgid ""
|
1352 |
"Choose a shipment status which should trigger generation of a return label."
|
@@ -1354,12 +1366,12 @@ msgstr ""
|
|
1354 |
"Wählen Sie einen Sendungsstatus aus, der die Erzeugung eines Retourenlabels "
|
1355 |
"auslösen soll."
|
1356 |
|
1357 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1358 |
msgctxt "dhl"
|
1359 |
msgid "Send the return label to the customer by email after creating it."
|
1360 |
msgstr "Sende das Retourenlabel nach dem Erstellen per E-Mail an den Kunden."
|
1361 |
|
1362 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1363 |
#, php-format
|
1364 |
msgctxt "dhl"
|
1365 |
msgid ""
|
@@ -1371,12 +1383,12 @@ msgstr ""
|
|
1371 |
"werden."
|
1372 |
|
1373 |
# @ woocommerce-germanized
|
1374 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1375 |
msgctxt "dhl"
|
1376 |
msgid "shipping method"
|
1377 |
msgstr "Versandmethode"
|
1378 |
|
1379 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1380 |
#, php-format
|
1381 |
msgctxt "dhl"
|
1382 |
msgid ""
|
@@ -1387,18 +1399,18 @@ msgstr ""
|
|
1387 |
"API an. Stellen Sie sicher, dass Ihr %s DHL Retoure Online enthält."
|
1388 |
|
1389 |
# @ woocommerce-germanized
|
1390 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1391 |
msgctxt "dhl"
|
1392 |
msgid "contract"
|
1393 |
msgstr "Vertrag"
|
1394 |
|
1395 |
# @ woocommerce-germanized
|
1396 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1397 |
msgctxt "dhl"
|
1398 |
msgid "Default Services"
|
1399 |
msgstr "Standard-Services"
|
1400 |
|
1401 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1402 |
#, php-format
|
1403 |
msgctxt "dhl"
|
1404 |
msgid ""
|
@@ -1408,12 +1420,12 @@ msgstr ""
|
|
1408 |
"Passen Sie hier an, welche der Services als Standard für Ihre Labels gebucht "
|
1409 |
"werden sollen. Finden Sie mehr über diese %s heraus."
|
1410 |
|
1411 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1412 |
msgctxt "dhl"
|
1413 |
msgid "nationwide services"
|
1414 |
msgstr "nationalen Services"
|
1415 |
|
1416 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1417 |
msgctxt "dhl"
|
1418 |
msgid ""
|
1419 |
"Choose whether and under which conditions labels for your shipments shall be "
|
@@ -1423,38 +1435,38 @@ msgstr ""
|
|
1423 |
"automatisch erzeugt werden sollen."
|
1424 |
|
1425 |
# @ woocommerce-germanized
|
1426 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1427 |
msgctxt "dhl"
|
1428 |
msgid "Shipper Address"
|
1429 |
msgstr "Absenderadresse"
|
1430 |
|
1431 |
# @ woocommerce-germanized
|
1432 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1433 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1434 |
msgctxt "dhl"
|
1435 |
msgid "Street Number"
|
1436 |
msgstr "Hausnummer"
|
1437 |
|
1438 |
# @ woocommerce-germanized
|
1439 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1440 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1441 |
msgctxt "dhl"
|
1442 |
msgid "Country"
|
1443 |
msgstr "Land"
|
1444 |
|
1445 |
# @ woocommerce-germanized
|
1446 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1447 |
msgctxt "dhl"
|
1448 |
msgid "Inlay Return Address"
|
1449 |
msgstr "Beilageretouren Adresse"
|
1450 |
|
1451 |
# @ woocommerce-germanized
|
1452 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1453 |
msgctxt "dhl"
|
1454 |
msgid "Bank Account"
|
1455 |
msgstr "Bankkonto"
|
1456 |
|
1457 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1458 |
msgctxt "dhl"
|
1459 |
msgid "Enter your bank details needed for services that use COD."
|
1460 |
msgstr ""
|
@@ -1462,36 +1474,36 @@ msgstr ""
|
|
1462 |
"verwendet werden sollen."
|
1463 |
|
1464 |
# @ woocommerce-germanized
|
1465 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1466 |
msgctxt "dhl"
|
1467 |
msgid "Holder"
|
1468 |
msgstr "Kontoinhaber"
|
1469 |
|
1470 |
# @ woocommerce-germanized
|
1471 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1472 |
msgctxt "dhl"
|
1473 |
msgid "Bank Name"
|
1474 |
msgstr "Name der Bank"
|
1475 |
|
1476 |
# @ woocommerce-germanized
|
1477 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1478 |
msgctxt "dhl"
|
1479 |
msgid "IBAN"
|
1480 |
msgstr "IBAN"
|
1481 |
|
1482 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1483 |
msgctxt "dhl"
|
1484 |
msgid "BIC"
|
1485 |
msgstr "BIC"
|
1486 |
|
1487 |
# @ woocommerce-germanized
|
1488 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1489 |
msgctxt "dhl"
|
1490 |
msgid "Payment Reference"
|
1491 |
msgstr "Zahlungsreferenz"
|
1492 |
|
1493 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1494 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1495 |
#, php-format
|
1496 |
msgctxt "dhl"
|
1497 |
msgid ""
|
@@ -1502,18 +1514,18 @@ msgstr ""
|
|
1502 |
"hinzufügen: %s. Der Text ist auf 35 Zeichen begrenzt."
|
1503 |
|
1504 |
# @ woocommerce-germanized
|
1505 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1506 |
msgctxt "dhl"
|
1507 |
msgid "Payment Reference 2"
|
1508 |
msgstr "Zahlungsreferenz 2"
|
1509 |
|
1510 |
# @ woocommerce-germanized
|
1511 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1512 |
msgctxt "dhl"
|
1513 |
msgid "Enable creating labels for return shipments."
|
1514 |
msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
|
1515 |
|
1516 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1517 |
msgctxt "dhl"
|
1518 |
msgid ""
|
1519 |
"By enabling this option you might generate retoure labels for return "
|
@@ -1522,12 +1534,12 @@ msgstr ""
|
|
1522 |
"Mit der Aktivierung dieser Option können Sie Retourenlabels zu "
|
1523 |
"Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
|
1524 |
|
1525 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1526 |
msgctxt "dhl"
|
1527 |
msgid "Enable preferred day delivery."
|
1528 |
msgstr "Aktiviere die Lieferung am Wunschtag."
|
1529 |
|
1530 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1531 |
msgctxt "dhl"
|
1532 |
msgid ""
|
1533 |
"Enabling this option will display options for the user to select their "
|
@@ -1536,7 +1548,7 @@ msgstr ""
|
|
1536 |
"Diese Option aktiviert die Auswahl eines Wunschtags durch den Kunden in der "
|
1537 |
"Kasse."
|
1538 |
|
1539 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1540 |
msgctxt "dhl"
|
1541 |
msgid ""
|
1542 |
"Insert gross value as surcharge for preferred day delivery. Insert 0 to "
|
@@ -1545,12 +1557,12 @@ msgstr ""
|
|
1545 |
"Fügen Sie einen Bruttopreis als Gebühr für die Lieferung am Wunschtag hinzu. "
|
1546 |
"Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
|
1547 |
|
1548 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1549 |
msgctxt "dhl"
|
1550 |
msgid "Enable preferred time delivery."
|
1551 |
msgstr "Aktiviere die Lieferung zur Wunschzeit."
|
1552 |
|
1553 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1554 |
msgctxt "dhl"
|
1555 |
msgid ""
|
1556 |
"Enabling this option will display options for the user to select their "
|
@@ -1559,7 +1571,7 @@ msgstr ""
|
|
1559 |
"Diese Option aktiviert die Auswahl einer Wunschzeit durch den Kunden in der "
|
1560 |
"Kasse."
|
1561 |
|
1562 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1563 |
msgctxt "dhl"
|
1564 |
msgid ""
|
1565 |
"Insert gross value as surcharge for preferred time delivery. Insert 0 to "
|
@@ -1568,12 +1580,12 @@ msgstr ""
|
|
1568 |
"Fügen Sie einen Bruttopreis als Gebühr für die Lieferung zur Wunschzeit "
|
1569 |
"hinzu. Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
|
1570 |
|
1571 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1572 |
msgctxt "dhl"
|
1573 |
msgid "Combined Fee"
|
1574 |
msgstr "Kombinierte Gebühr"
|
1575 |
|
1576 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1577 |
msgctxt "dhl"
|
1578 |
msgid ""
|
1579 |
"Insert gross value as surcharge for the combination of preferred day and "
|
@@ -1584,12 +1596,12 @@ msgstr ""
|
|
1584 |
"kostenlos anzubieten."
|
1585 |
|
1586 |
# @ woocommerce-germanized
|
1587 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1588 |
msgctxt "dhl"
|
1589 |
msgid "Enable preferred location delivery."
|
1590 |
msgstr "Lieferung an einen Wunschort aktivieren."
|
1591 |
|
1592 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1593 |
msgctxt "dhl"
|
1594 |
msgid ""
|
1595 |
"Enabling this option will display options for the user to select their "
|
@@ -1598,12 +1610,12 @@ msgstr ""
|
|
1598 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
1599 |
"Kasse ."
|
1600 |
|
1601 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1602 |
msgctxt "dhl"
|
1603 |
msgid "Enable preferred neighbor delivery."
|
1604 |
msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
|
1605 |
|
1606 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1607 |
msgctxt "dhl"
|
1608 |
msgid ""
|
1609 |
"Enabling this option will display options for the user to deliver to their "
|
@@ -1612,12 +1624,12 @@ msgstr ""
|
|
1612 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
1613 |
"der Kasse."
|
1614 |
|
1615 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1616 |
msgctxt "dhl"
|
1617 |
msgid "Cut-off time"
|
1618 |
msgstr "Cut-off-Zeit"
|
1619 |
|
1620 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1621 |
msgctxt "dhl"
|
1622 |
msgid ""
|
1623 |
"The cut-off time is the latest possible order time up to which the minimum "
|
@@ -1630,12 +1642,12 @@ msgstr ""
|
|
1630 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
1631 |
"Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
1632 |
|
1633 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1634 |
msgctxt "dhl"
|
1635 |
msgid "Preparation days"
|
1636 |
msgstr "Bearbeitungstage"
|
1637 |
|
1638 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1639 |
msgctxt "dhl"
|
1640 |
msgid ""
|
1641 |
"If you need more time to prepare your shipments you might want to add a "
|
@@ -1646,71 +1658,71 @@ msgstr ""
|
|
1646 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
1647 |
"auswählbaren Wunschtag hinzugefügt werden."
|
1648 |
|
1649 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1650 |
msgctxt "dhl"
|
1651 |
msgid "Exclude days of transfer"
|
1652 |
msgstr "Übergabetage ausschließen"
|
1653 |
|
1654 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1655 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
1656 |
msgctxt "dhl"
|
1657 |
msgid "Monday"
|
1658 |
msgstr "Montag"
|
1659 |
|
1660 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1661 |
msgctxt "dhl"
|
1662 |
msgid "Exclude days from transferring shipments to DHL."
|
1663 |
msgstr "Schließen Sie bestimmte Wochentage für die Übergabe an DHL aus."
|
1664 |
|
1665 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1666 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
1667 |
msgctxt "dhl"
|
1668 |
msgid "Tuesday"
|
1669 |
msgstr "Dienstag"
|
1670 |
|
1671 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1672 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
1673 |
msgctxt "dhl"
|
1674 |
msgid "Wednesday"
|
1675 |
msgstr "Mittwoch"
|
1676 |
|
1677 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1678 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
1679 |
msgctxt "dhl"
|
1680 |
msgid "Thursday"
|
1681 |
msgstr "Donnerstag"
|
1682 |
|
1683 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1684 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
1685 |
msgctxt "dhl"
|
1686 |
msgid "Friday"
|
1687 |
msgstr "Freitag"
|
1688 |
|
1689 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1690 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
1691 |
msgctxt "dhl"
|
1692 |
msgid "Saturday"
|
1693 |
msgstr "Samstag"
|
1694 |
|
1695 |
# @ woocommerce-germanized
|
1696 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1697 |
msgctxt "dhl"
|
1698 |
msgid "Exclude gateways"
|
1699 |
msgstr "Zahlungsarten ausschließen"
|
1700 |
|
1701 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1702 |
msgctxt "dhl"
|
1703 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1704 |
msgstr ""
|
1705 |
"Wählen Sie Zahlungsarten aus, für die die Wunschpaket-Services nicht zur "
|
1706 |
"Verfügung stehen sollen."
|
1707 |
|
1708 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1709 |
msgctxt "dhl"
|
1710 |
msgid "Let customers find a DHL location on a map."
|
1711 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
1712 |
|
1713 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1714 |
msgctxt "dhl"
|
1715 |
msgid ""
|
1716 |
"Enable this option to let your customers choose a pickup option from a map "
|
@@ -1721,12 +1733,12 @@ msgstr ""
|
|
1721 |
"anhand einer Karten in der Kasse zu ermöglichen. Wenn diese Option "
|
1722 |
"deaktiviert ist, wird stattdessen auf die DHL Website verwiesen."
|
1723 |
|
1724 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1725 |
msgctxt "dhl"
|
1726 |
msgid "Google Maps Key"
|
1727 |
msgstr "Google Maps Schlüssel"
|
1728 |
|
1729 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1730 |
#, php-format
|
1731 |
msgctxt "dhl"
|
1732 |
msgid ""
|
@@ -1736,33 +1748,33 @@ msgstr ""
|
|
1736 |
"Um eine Karte integrieren zu können, benötigen Siee du einen gültigen API-"
|
1737 |
"Schlüssel für Google Maps. Sie können %s."
|
1738 |
|
1739 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1740 |
msgctxt "dhl"
|
1741 |
msgid "retrieve a new one"
|
1742 |
msgstr "hier einen neuen erstellen"
|
1743 |
|
1744 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1745 |
msgctxt "dhl"
|
1746 |
msgid "Limit results"
|
1747 |
msgstr "Suchergebnisse begrenzen"
|
1748 |
|
1749 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1750 |
msgctxt "dhl"
|
1751 |
msgid "Limit the number of DHL locations shown on the map"
|
1752 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
1753 |
|
1754 |
# @ woocommerce-germanized
|
1755 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1756 |
msgctxt "dhl"
|
1757 |
msgid "General"
|
1758 |
msgstr "Allgemein"
|
1759 |
|
1760 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1761 |
msgctxt "dhl"
|
1762 |
msgid "Preferred Services"
|
1763 |
msgstr "Wunschpaket"
|
1764 |
|
1765 |
-
#: woocommerce-germanized-dhl/src/Admin/Settings.php:
|
1766 |
msgctxt "dhl"
|
1767 |
msgid "Parcel Pickup"
|
1768 |
msgstr "Standorte"
|
@@ -1845,12 +1857,12 @@ msgctxt "dhl"
|
|
1845 |
msgid "Shipment #{shipment_id} to order #{order_id}"
|
1846 |
msgstr "Sendung #{shipment_id} zur Bestellung #{order_id}"
|
1847 |
|
1848 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1849 |
msgctxt "dhl"
|
1850 |
msgid "Return shipment #{shipment_id} to order #{order_id}"
|
1851 |
msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
|
1852 |
|
1853 |
-
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
1854 |
#, php-format
|
1855 |
msgctxt "dhl"
|
1856 |
msgid "Only %s shipment items can be processed, your shipment has %s items."
|
@@ -2609,63 +2621,63 @@ msgctxt "shipments"
|
|
2609 |
msgid "Shipment to your order: {order_number}"
|
2610 |
msgstr "Sendung zu Ihrer Bestellung {order_number}"
|
2611 |
|
2612 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2613 |
#, php-format
|
2614 |
msgid "Available placeholders: %s"
|
2615 |
msgstr "Verfügbare Platzhalter: %s"
|
2616 |
|
2617 |
# @ woocommerce-germanized
|
2618 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2619 |
msgctxt "shipments"
|
2620 |
msgid "Enable/Disable"
|
2621 |
msgstr "Aktivieren/Deaktivieren"
|
2622 |
|
2623 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2624 |
msgctxt "shipments"
|
2625 |
msgid "Enable this email notification"
|
2626 |
msgstr "Aktiviere diese E-Mail-Benachrichtigung"
|
2627 |
|
2628 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2629 |
msgctxt "shipments"
|
2630 |
msgid "Full shipment subject"
|
2631 |
msgstr "Vollständige Sendung Betreff"
|
2632 |
|
2633 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2634 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2635 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2636 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2637 |
#, php-format
|
2638 |
msgctxt "shipments"
|
2639 |
msgid "Available placeholders: %s"
|
2640 |
msgstr "Verfügbare Platzhalter: %s"
|
2641 |
|
2642 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2643 |
msgctxt "shipments"
|
2644 |
msgid "Partial shipment subject"
|
2645 |
msgstr "Teilsendung Betreff"
|
2646 |
|
2647 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2648 |
msgctxt "shipments"
|
2649 |
msgid "Full shipment email heading"
|
2650 |
msgstr "Vollständige Sendung Kopfzeile"
|
2651 |
|
2652 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2653 |
msgctxt "shipments"
|
2654 |
msgid "Partial shipment email heading"
|
2655 |
msgstr "Teilsendung Kopfzeile"
|
2656 |
|
2657 |
# @ woocommerce-germanized
|
2658 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2659 |
msgctxt "shipments"
|
2660 |
msgid "Additional content"
|
2661 |
msgstr "Zusätzlicher Inhalt"
|
2662 |
|
2663 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2664 |
msgctxt "shipments"
|
2665 |
msgid "Text to appear below the main email content."
|
2666 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
2667 |
|
2668 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2669 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:638
|
2670 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:666
|
2671 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
@@ -2673,12 +2685,12 @@ msgctxt "shipments"
|
|
2673 |
msgid "N/A"
|
2674 |
msgstr "n.a."
|
2675 |
|
2676 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2677 |
msgctxt "shipments"
|
2678 |
msgid "Email type"
|
2679 |
msgstr "E-Mail-Typ"
|
2680 |
|
2681 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2682 |
msgctxt "shipments"
|
2683 |
msgid "Choose which format of email to send."
|
2684 |
msgstr "Format für E-Mail-Versand auswählen."
|
@@ -2744,7 +2756,7 @@ msgid "Returned"
|
|
2744 |
msgstr "Retourniert"
|
2745 |
|
2746 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:218
|
2747 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:
|
2748 |
#: woocommerce-germanized-shipments/src/DataStores/Shipment.php:340
|
2749 |
msgctxt "shipments"
|
2750 |
msgid "Invalid shipment."
|
@@ -2799,7 +2811,7 @@ msgid "View"
|
|
2799 |
msgstr "Anzeigen"
|
2800 |
|
2801 |
# @ woocommerce-germanized
|
2802 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:
|
2803 |
msgctxt "shipments"
|
2804 |
msgid "My account"
|
2805 |
msgstr "Mein Konto"
|
@@ -7624,7 +7636,7 @@ msgstr "%s Zahlungsgebühr"
|
|
7624 |
|
7625 |
# @ woocommerce-germanized
|
7626 |
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:128
|
7627 |
-
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:
|
7628 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:472
|
7629 |
#, php-format
|
7630 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
@@ -8076,11 +8088,11 @@ msgstr ""
|
|
8076 |
msgid "Your revocation"
|
8077 |
msgstr "Ihr Widerruf"
|
8078 |
|
8079 |
-
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:
|
8080 |
msgid "Admin email"
|
8081 |
msgstr "Admin E-Mail"
|
8082 |
|
8083 |
-
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:
|
8084 |
msgid ""
|
8085 |
"Insert the email address of your shop manager here. A copy of the revocation "
|
8086 |
"email is being sent to this address."
|
@@ -10116,25 +10128,25 @@ msgstr "Export starten"
|
|
10116 |
|
10117 |
# @ woocommerce-germanized-pro
|
10118 |
# @ woocommerce-germanized
|
10119 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:
|
10120 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:
|
10121 |
#: woocommerce-trusted-shops/includes/class-wc-ts-dependencies.php:36
|
10122 |
#: woocommerce-trusted-shops/includes/class-wc-ts-dependencies.php:45
|
10123 |
msgctxt "trusted-shops"
|
10124 |
msgid "Cheatin’ huh?"
|
10125 |
msgstr "So geht das leider nicht.."
|
10126 |
|
10127 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:
|
10128 |
msgctxt "trusted-shops"
|
10129 |
msgid "Yes"
|
10130 |
msgstr "Ja"
|
10131 |
|
10132 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:
|
10133 |
msgctxt "trusted-shops"
|
10134 |
msgid "No"
|
10135 |
msgstr "Nein"
|
10136 |
|
10137 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:
|
10138 |
#, php-format
|
10139 |
msgctxt "trusted-shops"
|
10140 |
msgid ""
|
@@ -10147,7 +10159,7 @@ msgstr ""
|
|
10147 |
|
10148 |
# @ woocommerce-germanized
|
10149 |
# @ woocommerce
|
10150 |
-
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:
|
10151 |
msgctxt "trusted-shops"
|
10152 |
msgid "Settings"
|
10153 |
msgstr "Einstellungen"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-11-06 15:05+0100\n"
|
6 |
+
"PO-Revision-Date: 2019-11-06 15:06+0100\n"
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE@formal\n"
|
54 |
|
55 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:64
|
56 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:137
|
57 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:893
|
58 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:29
|
59 |
msgctxt "dhl"
|
60 |
msgid "Preferred Day"
|
61 |
msgstr "Wunschtag"
|
62 |
|
63 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:73
|
64 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:913
|
65 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:36
|
66 |
msgctxt "dhl"
|
67 |
msgid "Preferred Time"
|
70 |
# @ woocommerce-germanized
|
71 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:84
|
72 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:165
|
73 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:945
|
74 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:43
|
75 |
msgctxt "dhl"
|
76 |
msgid "Preferred Location"
|
77 |
msgstr "Wunschort"
|
78 |
|
79 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:95
|
80 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:953
|
81 |
#: woocommerce-germanized-dhl/src/ParcelServices.php:48
|
82 |
msgctxt "dhl"
|
83 |
msgid "Preferred Neighbor"
|
90 |
|
91 |
# @ woocommerce-germanized
|
92 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:118
|
93 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:680
|
94 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:749
|
95 |
msgctxt "dhl"
|
96 |
msgid "Name"
|
97 |
msgstr "Name"
|
98 |
|
99 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:127
|
100 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:687
|
101 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:756
|
102 |
msgctxt "dhl"
|
103 |
msgid "Company"
|
104 |
msgstr "Firma"
|
106 |
# @ woocommerce-germanized
|
107 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:136
|
108 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:303
|
109 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:694
|
110 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:763
|
111 |
msgctxt "dhl"
|
112 |
msgid "Street"
|
113 |
msgstr "Straße"
|
121 |
# @ woocommerce-germanized
|
122 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:156
|
123 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:304
|
124 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:715
|
125 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:784
|
126 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:27
|
127 |
msgctxt "dhl"
|
128 |
msgid "Postcode"
|
131 |
# @ woocommerce-germanized
|
132 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:165
|
133 |
#: woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:305
|
134 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:708
|
135 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:777
|
136 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:30
|
137 |
msgctxt "dhl"
|
138 |
msgid "City"
|
139 |
msgstr "Stadt"
|
140 |
|
141 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:176
|
142 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:731
|
143 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:800
|
144 |
msgctxt "dhl"
|
145 |
msgid "Phone"
|
146 |
msgstr "Telefon"
|
147 |
|
148 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone-form.php:185
|
149 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:585
|
150 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:738
|
151 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:807
|
152 |
msgctxt "dhl"
|
153 |
msgid "Email"
|
154 |
msgstr "E-Mail"
|
702 |
msgstr "Labels erstellen und downloaden"
|
703 |
|
704 |
#: woocommerce-germanized-dhl/src/Admin/Admin.php:248
|
705 |
+
#: woocommerce-germanized-dhl/src/Ajax.php:278
|
706 |
msgctxt "dhl"
|
707 |
msgid "Download DHL label"
|
708 |
msgstr "DHL Label downloaden"
|
729 |
|
730 |
# @ woocommerce-germanized
|
731 |
#: woocommerce-germanized-dhl/src/Admin/Admin.php:288
|
732 |
+
#: woocommerce-germanized-dhl/src/Ajax.php:278
|
733 |
msgctxt "dhl"
|
734 |
msgid "Download label"
|
735 |
msgstr "Label downloaden"
|
827 |
"sollten Sie diese Funktion standardmäßig aktivieren."
|
828 |
|
829 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:90
|
830 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:642
|
831 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:872
|
832 |
msgctxt "dhl"
|
833 |
msgid "Retoure"
|
834 |
msgstr "Retoure"
|
863 |
|
864 |
# @ woocommerce-germanized
|
865 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:118
|
866 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:666
|
867 |
msgctxt "dhl"
|
868 |
msgid "Automation"
|
869 |
msgstr "Automatisierung"
|
889 |
|
890 |
# @ woocommerce-germanized
|
891 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:151
|
892 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:901
|
893 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:921
|
894 |
msgctxt "dhl"
|
895 |
msgid "Fee"
|
896 |
msgstr "Gebühr"
|
923 |
"im Folgenden konfiguriert) als Lieferadresse auswählen."
|
924 |
|
925 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:198
|
926 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1081
|
927 |
msgctxt "dhl"
|
928 |
msgid "Map"
|
929 |
msgstr "Karte"
|
1310 |
msgstr "Premium Lieferung für internationale Sendungen."
|
1311 |
|
1312 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:539
|
1313 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1132
|
1314 |
msgctxt "dhl"
|
1315 |
msgid "Labels"
|
1316 |
msgstr "Labels"
|
1323 |
|
1324 |
# @ woocommerce-germanized
|
1325 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:547
|
1326 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:574
|
1327 |
msgctxt "dhl"
|
1328 |
msgid "Status"
|
1329 |
msgstr "Status"
|
1335 |
"Wählen Sie einen Sendungsstatus aus, der die Erzeugung eines Labels auslösen "
|
1336 |
"soll."
|
1337 |
|
1338 |
+
# @ woocommerce-germanized
|
1339 |
#: woocommerce-germanized-dhl/src/Admin/Settings.php:558
|
1340 |
msgctxt "dhl"
|
1341 |
+
msgid "Shipment Status"
|
1342 |
+
msgstr "Sendungsstatus"
|
1343 |
+
|
1344 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:559
|
1345 |
+
msgctxt "dhl"
|
1346 |
+
msgid "Mark shipment as shipped after label has been created successfully."
|
1347 |
+
msgstr ""
|
1348 |
+
"Sendung als versandt markieren, sobald ein Label erfolgreich erstellt wurde."
|
1349 |
+
|
1350 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:566
|
1351 |
+
msgctxt "dhl"
|
1352 |
msgid "Returns"
|
1353 |
msgstr "Retouren"
|
1354 |
|
1355 |
# @ woocommerce-germanized
|
1356 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:567
|
1357 |
msgctxt "dhl"
|
1358 |
msgid "Automatically create labels for returns."
|
1359 |
msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
|
1360 |
|
1361 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:578
|
1362 |
msgctxt "dhl"
|
1363 |
msgid ""
|
1364 |
"Choose a shipment status which should trigger generation of a return label."
|
1366 |
"Wählen Sie einen Sendungsstatus aus, der die Erzeugung eines Retourenlabels "
|
1367 |
"auslösen soll."
|
1368 |
|
1369 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:586
|
1370 |
msgctxt "dhl"
|
1371 |
msgid "Send the return label to the customer by email after creating it."
|
1372 |
msgstr "Sende das Retourenlabel nach dem Erstellen per E-Mail an den Kunden."
|
1373 |
|
1374 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:632
|
1375 |
#, php-format
|
1376 |
msgctxt "dhl"
|
1377 |
msgid ""
|
1383 |
"werden."
|
1384 |
|
1385 |
# @ woocommerce-germanized
|
1386 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:632
|
1387 |
msgctxt "dhl"
|
1388 |
msgid "shipping method"
|
1389 |
msgstr "Versandmethode"
|
1390 |
|
1391 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:642
|
1392 |
#, php-format
|
1393 |
msgctxt "dhl"
|
1394 |
msgid ""
|
1399 |
"API an. Stellen Sie sicher, dass Ihr %s DHL Retoure Online enthält."
|
1400 |
|
1401 |
# @ woocommerce-germanized
|
1402 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:642
|
1403 |
msgctxt "dhl"
|
1404 |
msgid "contract"
|
1405 |
msgstr "Vertrag"
|
1406 |
|
1407 |
# @ woocommerce-germanized
|
1408 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:654
|
1409 |
msgctxt "dhl"
|
1410 |
msgid "Default Services"
|
1411 |
msgstr "Standard-Services"
|
1412 |
|
1413 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:654
|
1414 |
#, php-format
|
1415 |
msgctxt "dhl"
|
1416 |
msgid ""
|
1420 |
"Passen Sie hier an, welche der Services als Standard für Ihre Labels gebucht "
|
1421 |
"werden sollen. Finden Sie mehr über diese %s heraus."
|
1422 |
|
1423 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:654
|
1424 |
msgctxt "dhl"
|
1425 |
msgid "nationwide services"
|
1426 |
msgstr "nationalen Services"
|
1427 |
|
1428 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:666
|
1429 |
msgctxt "dhl"
|
1430 |
msgid ""
|
1431 |
"Choose whether and under which conditions labels for your shipments shall be "
|
1435 |
"automatisch erzeugt werden sollen."
|
1436 |
|
1437 |
# @ woocommerce-germanized
|
1438 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:677
|
1439 |
msgctxt "dhl"
|
1440 |
msgid "Shipper Address"
|
1441 |
msgstr "Absenderadresse"
|
1442 |
|
1443 |
# @ woocommerce-germanized
|
1444 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:701
|
1445 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:770
|
1446 |
msgctxt "dhl"
|
1447 |
msgid "Street Number"
|
1448 |
msgstr "Hausnummer"
|
1449 |
|
1450 |
# @ woocommerce-germanized
|
1451 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:722
|
1452 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:791
|
1453 |
msgctxt "dhl"
|
1454 |
msgid "Country"
|
1455 |
msgstr "Land"
|
1456 |
|
1457 |
# @ woocommerce-germanized
|
1458 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:746
|
1459 |
msgctxt "dhl"
|
1460 |
msgid "Inlay Return Address"
|
1461 |
msgstr "Beilageretouren Adresse"
|
1462 |
|
1463 |
# @ woocommerce-germanized
|
1464 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:815
|
1465 |
msgctxt "dhl"
|
1466 |
msgid "Bank Account"
|
1467 |
msgstr "Bankkonto"
|
1468 |
|
1469 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:815
|
1470 |
msgctxt "dhl"
|
1471 |
msgid "Enter your bank details needed for services that use COD."
|
1472 |
msgstr ""
|
1474 |
"verwendet werden sollen."
|
1475 |
|
1476 |
# @ woocommerce-germanized
|
1477 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:818
|
1478 |
msgctxt "dhl"
|
1479 |
msgid "Holder"
|
1480 |
msgstr "Kontoinhaber"
|
1481 |
|
1482 |
# @ woocommerce-germanized
|
1483 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:825
|
1484 |
msgctxt "dhl"
|
1485 |
msgid "Bank Name"
|
1486 |
msgstr "Name der Bank"
|
1487 |
|
1488 |
# @ woocommerce-germanized
|
1489 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:832
|
1490 |
msgctxt "dhl"
|
1491 |
msgid "IBAN"
|
1492 |
msgstr "IBAN"
|
1493 |
|
1494 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:839
|
1495 |
msgctxt "dhl"
|
1496 |
msgid "BIC"
|
1497 |
msgstr "BIC"
|
1498 |
|
1499 |
# @ woocommerce-germanized
|
1500 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:846
|
1501 |
msgctxt "dhl"
|
1502 |
msgid "Payment Reference"
|
1503 |
msgstr "Zahlungsreferenz"
|
1504 |
|
1505 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:850
|
1506 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:859
|
1507 |
#, php-format
|
1508 |
msgctxt "dhl"
|
1509 |
msgid ""
|
1514 |
"hinzufügen: %s. Der Text ist auf 35 Zeichen begrenzt."
|
1515 |
|
1516 |
# @ woocommerce-germanized
|
1517 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:855
|
1518 |
msgctxt "dhl"
|
1519 |
msgid "Payment Reference 2"
|
1520 |
msgstr "Zahlungsreferenz 2"
|
1521 |
|
1522 |
# @ woocommerce-germanized
|
1523 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:873
|
1524 |
msgctxt "dhl"
|
1525 |
msgid "Enable creating labels for return shipments."
|
1526 |
msgstr "Automatisch Retourenlabels zu Retourensendungen erstellen."
|
1527 |
|
1528 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:873
|
1529 |
msgctxt "dhl"
|
1530 |
msgid ""
|
1531 |
"By enabling this option you might generate retoure labels for return "
|
1534 |
"Mit der Aktivierung dieser Option können Sie Retourenlabels zu "
|
1535 |
"Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
|
1536 |
|
1537 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:894
|
1538 |
msgctxt "dhl"
|
1539 |
msgid "Enable preferred day delivery."
|
1540 |
msgstr "Aktiviere die Lieferung am Wunschtag."
|
1541 |
|
1542 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:894
|
1543 |
msgctxt "dhl"
|
1544 |
msgid ""
|
1545 |
"Enabling this option will display options for the user to select their "
|
1548 |
"Diese Option aktiviert die Auswahl eines Wunschtags durch den Kunden in der "
|
1549 |
"Kasse."
|
1550 |
|
1551 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:903
|
1552 |
msgctxt "dhl"
|
1553 |
msgid ""
|
1554 |
"Insert gross value as surcharge for preferred day delivery. Insert 0 to "
|
1557 |
"Fügen Sie einen Bruttopreis als Gebühr für die Lieferung am Wunschtag hinzu. "
|
1558 |
"Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
|
1559 |
|
1560 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:914
|
1561 |
msgctxt "dhl"
|
1562 |
msgid "Enable preferred time delivery."
|
1563 |
msgstr "Aktiviere die Lieferung zur Wunschzeit."
|
1564 |
|
1565 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:914
|
1566 |
msgctxt "dhl"
|
1567 |
msgid ""
|
1568 |
"Enabling this option will display options for the user to select their "
|
1571 |
"Diese Option aktiviert die Auswahl einer Wunschzeit durch den Kunden in der "
|
1572 |
"Kasse."
|
1573 |
|
1574 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:923
|
1575 |
msgctxt "dhl"
|
1576 |
msgid ""
|
1577 |
"Insert gross value as surcharge for preferred time delivery. Insert 0 to "
|
1580 |
"Fügen Sie einen Bruttopreis als Gebühr für die Lieferung zur Wunschzeit "
|
1581 |
"hinzu. Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
|
1582 |
|
1583 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:933
|
1584 |
msgctxt "dhl"
|
1585 |
msgid "Combined Fee"
|
1586 |
msgstr "Kombinierte Gebühr"
|
1587 |
|
1588 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:935
|
1589 |
msgctxt "dhl"
|
1590 |
msgid ""
|
1591 |
"Insert gross value as surcharge for the combination of preferred day and "
|
1596 |
"kostenlos anzubieten."
|
1597 |
|
1598 |
# @ woocommerce-germanized
|
1599 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:946
|
1600 |
msgctxt "dhl"
|
1601 |
msgid "Enable preferred location delivery."
|
1602 |
msgstr "Lieferung an einen Wunschort aktivieren."
|
1603 |
|
1604 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:946
|
1605 |
msgctxt "dhl"
|
1606 |
msgid ""
|
1607 |
"Enabling this option will display options for the user to select their "
|
1610 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
1611 |
"Kasse ."
|
1612 |
|
1613 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:954
|
1614 |
msgctxt "dhl"
|
1615 |
msgid "Enable preferred neighbor delivery."
|
1616 |
msgstr "Aktiviere die Lieferung an einen Wunschnachbarn."
|
1617 |
|
1618 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:954
|
1619 |
msgctxt "dhl"
|
1620 |
msgid ""
|
1621 |
"Enabling this option will display options for the user to deliver to their "
|
1624 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
1625 |
"der Kasse."
|
1626 |
|
1627 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:980
|
1628 |
msgctxt "dhl"
|
1629 |
msgid "Cut-off time"
|
1630 |
msgstr "Cut-off-Zeit"
|
1631 |
|
1632 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:983
|
1633 |
msgctxt "dhl"
|
1634 |
msgid ""
|
1635 |
"The cut-off time is the latest possible order time up to which the minimum "
|
1642 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
1643 |
"Wunschtag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
1644 |
|
1645 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:989
|
1646 |
msgctxt "dhl"
|
1647 |
msgid "Preparation days"
|
1648 |
msgstr "Bearbeitungstage"
|
1649 |
|
1650 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:992
|
1651 |
msgctxt "dhl"
|
1652 |
msgid ""
|
1653 |
"If you need more time to prepare your shipments you might want to add a "
|
1658 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
1659 |
"auswählbaren Wunschtag hinzugefügt werden."
|
1660 |
|
1661 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:999
|
1662 |
msgctxt "dhl"
|
1663 |
msgid "Exclude days of transfer"
|
1664 |
msgstr "Übergabetage ausschließen"
|
1665 |
|
1666 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1000
|
1667 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
1668 |
msgctxt "dhl"
|
1669 |
msgid "Monday"
|
1670 |
msgstr "Montag"
|
1671 |
|
1672 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1001
|
1673 |
msgctxt "dhl"
|
1674 |
msgid "Exclude days from transferring shipments to DHL."
|
1675 |
msgstr "Schließen Sie bestimmte Wochentage für die Übergabe an DHL aus."
|
1676 |
|
1677 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1010
|
1678 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
1679 |
msgctxt "dhl"
|
1680 |
msgid "Tuesday"
|
1681 |
msgstr "Dienstag"
|
1682 |
|
1683 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1019
|
1684 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
1685 |
msgctxt "dhl"
|
1686 |
msgid "Wednesday"
|
1687 |
msgstr "Mittwoch"
|
1688 |
|
1689 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1028
|
1690 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
1691 |
msgctxt "dhl"
|
1692 |
msgid "Thursday"
|
1693 |
msgstr "Donnerstag"
|
1694 |
|
1695 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1037
|
1696 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
1697 |
msgctxt "dhl"
|
1698 |
msgid "Friday"
|
1699 |
msgstr "Freitag"
|
1700 |
|
1701 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1046
|
1702 |
#: woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
1703 |
msgctxt "dhl"
|
1704 |
msgid "Saturday"
|
1705 |
msgstr "Samstag"
|
1706 |
|
1707 |
# @ woocommerce-germanized
|
1708 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1055
|
1709 |
msgctxt "dhl"
|
1710 |
msgid "Exclude gateways"
|
1711 |
msgstr "Zahlungsarten ausschließen"
|
1712 |
|
1713 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1057
|
1714 |
msgctxt "dhl"
|
1715 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
1716 |
msgstr ""
|
1717 |
"Wählen Sie Zahlungsarten aus, für die die Wunschpaket-Services nicht zur "
|
1718 |
"Verfügung stehen sollen."
|
1719 |
|
1720 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1082
|
1721 |
msgctxt "dhl"
|
1722 |
msgid "Let customers find a DHL location on a map."
|
1723 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
1724 |
|
1725 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1082
|
1726 |
msgctxt "dhl"
|
1727 |
msgid ""
|
1728 |
"Enable this option to let your customers choose a pickup option from a map "
|
1733 |
"anhand einer Karten in der Kasse zu ermöglichen. Wenn diese Option "
|
1734 |
"deaktiviert ist, wird stattdessen auf die DHL Website verwiesen."
|
1735 |
|
1736 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1089
|
1737 |
msgctxt "dhl"
|
1738 |
msgid "Google Maps Key"
|
1739 |
msgstr "Google Maps Schlüssel"
|
1740 |
|
1741 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1093
|
1742 |
#, php-format
|
1743 |
msgctxt "dhl"
|
1744 |
msgid ""
|
1748 |
"Um eine Karte integrieren zu können, benötigen Siee du einen gültigen API-"
|
1749 |
"Schlüssel für Google Maps. Sie können %s."
|
1750 |
|
1751 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1093
|
1752 |
msgctxt "dhl"
|
1753 |
msgid "retrieve a new one"
|
1754 |
msgstr "hier einen neuen erstellen"
|
1755 |
|
1756 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1098
|
1757 |
msgctxt "dhl"
|
1758 |
msgid "Limit results"
|
1759 |
msgstr "Suchergebnisse begrenzen"
|
1760 |
|
1761 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1102
|
1762 |
msgctxt "dhl"
|
1763 |
msgid "Limit the number of DHL locations shown on the map"
|
1764 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
1765 |
|
1766 |
# @ woocommerce-germanized
|
1767 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1131
|
1768 |
msgctxt "dhl"
|
1769 |
msgid "General"
|
1770 |
msgstr "Allgemein"
|
1771 |
|
1772 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1133
|
1773 |
msgctxt "dhl"
|
1774 |
msgid "Preferred Services"
|
1775 |
msgstr "Wunschpaket"
|
1776 |
|
1777 |
+
#: woocommerce-germanized-dhl/src/Admin/Settings.php:1134
|
1778 |
msgctxt "dhl"
|
1779 |
msgid "Parcel Pickup"
|
1780 |
msgstr "Standorte"
|
1857 |
msgid "Shipment #{shipment_id} to order #{order_id}"
|
1858 |
msgstr "Sendung #{shipment_id} zur Bestellung #{order_id}"
|
1859 |
|
1860 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:544
|
1861 |
msgctxt "dhl"
|
1862 |
msgid "Return shipment #{shipment_id} to order #{order_id}"
|
1863 |
msgstr "Retourensendung #{shipment_id} zur Bestellung #{order_id}"
|
1864 |
|
1865 |
+
#: woocommerce-germanized-dhl/src/Api/LabelSoap.php:575
|
1866 |
#, php-format
|
1867 |
msgctxt "dhl"
|
1868 |
msgid "Only %s shipment items can be processed, your shipment has %s items."
|
2621 |
msgid "Shipment to your order: {order_number}"
|
2622 |
msgstr "Sendung zu Ihrer Bestellung {order_number}"
|
2623 |
|
2624 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:262
|
2625 |
#, php-format
|
2626 |
msgid "Available placeholders: %s"
|
2627 |
msgstr "Verfügbare Platzhalter: %s"
|
2628 |
|
2629 |
# @ woocommerce-germanized
|
2630 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:266
|
2631 |
msgctxt "shipments"
|
2632 |
msgid "Enable/Disable"
|
2633 |
msgstr "Aktivieren/Deaktivieren"
|
2634 |
|
2635 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:268
|
2636 |
msgctxt "shipments"
|
2637 |
msgid "Enable this email notification"
|
2638 |
msgstr "Aktiviere diese E-Mail-Benachrichtigung"
|
2639 |
|
2640 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:272
|
2641 |
msgctxt "shipments"
|
2642 |
msgid "Full shipment subject"
|
2643 |
msgstr "Vollständige Sendung Betreff"
|
2644 |
|
2645 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:276
|
2646 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:285
|
2647 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:294
|
2648 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:303
|
2649 |
#, php-format
|
2650 |
msgctxt "shipments"
|
2651 |
msgid "Available placeholders: %s"
|
2652 |
msgstr "Verfügbare Platzhalter: %s"
|
2653 |
|
2654 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:281
|
2655 |
msgctxt "shipments"
|
2656 |
msgid "Partial shipment subject"
|
2657 |
msgstr "Teilsendung Betreff"
|
2658 |
|
2659 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:290
|
2660 |
msgctxt "shipments"
|
2661 |
msgid "Full shipment email heading"
|
2662 |
msgstr "Vollständige Sendung Kopfzeile"
|
2663 |
|
2664 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:299
|
2665 |
msgctxt "shipments"
|
2666 |
msgid "Partial shipment email heading"
|
2667 |
msgstr "Teilsendung Kopfzeile"
|
2668 |
|
2669 |
# @ woocommerce-germanized
|
2670 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:308
|
2671 |
msgctxt "shipments"
|
2672 |
msgid "Additional content"
|
2673 |
msgstr "Zusätzlicher Inhalt"
|
2674 |
|
2675 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:309
|
2676 |
msgctxt "shipments"
|
2677 |
msgid "Text to appear below the main email content."
|
2678 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
2679 |
|
2680 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:311
|
2681 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:638
|
2682 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:666
|
2683 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
2685 |
msgid "N/A"
|
2686 |
msgstr "n.a."
|
2687 |
|
2688 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:317
|
2689 |
msgctxt "shipments"
|
2690 |
msgid "Email type"
|
2691 |
msgstr "E-Mail-Typ"
|
2692 |
|
2693 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:319
|
2694 |
msgctxt "shipments"
|
2695 |
msgid "Choose which format of email to send."
|
2696 |
msgstr "Format für E-Mail-Versand auswählen."
|
2756 |
msgstr "Retourniert"
|
2757 |
|
2758 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:218
|
2759 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:101
|
2760 |
#: woocommerce-germanized-shipments/src/DataStores/Shipment.php:340
|
2761 |
msgctxt "shipments"
|
2762 |
msgid "Invalid shipment."
|
2811 |
msgstr "Anzeigen"
|
2812 |
|
2813 |
# @ woocommerce-germanized
|
2814 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:101
|
2815 |
msgctxt "shipments"
|
2816 |
msgid "My account"
|
2817 |
msgstr "Mein Konto"
|
7636 |
|
7637 |
# @ woocommerce-germanized
|
7638 |
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:128
|
7639 |
+
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:35
|
7640 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:472
|
7641 |
#, php-format
|
7642 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
8088 |
msgid "Your revocation"
|
8089 |
msgstr "Ihr Widerruf"
|
8090 |
|
8091 |
+
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:172
|
8092 |
msgid "Admin email"
|
8093 |
msgstr "Admin E-Mail"
|
8094 |
|
8095 |
+
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:175
|
8096 |
msgid ""
|
8097 |
"Insert the email address of your shop manager here. A copy of the revocation "
|
8098 |
"email is being sent to this address."
|
10128 |
|
10129 |
# @ woocommerce-germanized-pro
|
10130 |
# @ woocommerce-germanized
|
10131 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:53
|
10132 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:62
|
10133 |
#: woocommerce-trusted-shops/includes/class-wc-ts-dependencies.php:36
|
10134 |
#: woocommerce-trusted-shops/includes/class-wc-ts-dependencies.php:45
|
10135 |
msgctxt "trusted-shops"
|
10136 |
msgid "Cheatin’ huh?"
|
10137 |
msgstr "So geht das leider nicht.."
|
10138 |
|
10139 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:211
|
10140 |
msgctxt "trusted-shops"
|
10141 |
msgid "Yes"
|
10142 |
msgstr "Ja"
|
10143 |
|
10144 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:211
|
10145 |
msgctxt "trusted-shops"
|
10146 |
msgid "No"
|
10147 |
msgstr "Nein"
|
10148 |
|
10149 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:259
|
10150 |
#, php-format
|
10151 |
msgctxt "trusted-shops"
|
10152 |
msgid ""
|
10159 |
|
10160 |
# @ woocommerce-germanized
|
10161 |
# @ woocommerce
|
10162 |
+
#: woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:408
|
10163 |
msgctxt "trusted-shops"
|
10164 |
msgid "Settings"
|
10165 |
msgstr "Einstellungen"
|
includes/abstracts/abstract-wc-gzd-product.php
CHANGED
@@ -750,7 +750,7 @@ class WC_GZD_Product {
|
|
750 |
* @since 1.0.0
|
751 |
*
|
752 |
*/
|
753 |
-
return apply_filters( 'woocommerce_gzd_unit_price_excluding_tax', ( empty( $price ) ) ? '' :
|
754 |
'price' => $price,
|
755 |
'qty' => $qty
|
756 |
) ), $price, $qty, $this );
|
750 |
* @since 1.0.0
|
751 |
*
|
752 |
*/
|
753 |
+
return apply_filters( 'woocommerce_gzd_unit_price_excluding_tax', ( empty( $price ) ) ? '' : wc_get_price_excluding_tax( $this->child, array(
|
754 |
'price' => $price,
|
755 |
'qty' => $qty
|
756 |
) ), $price, $qty, $this );
|
includes/class-wc-gzd-checkout.php
CHANGED
@@ -65,6 +65,9 @@ class WC_GZD_Checkout {
|
|
65 |
'set_title_field_mapping_editors'
|
66 |
), 10, 1 );
|
67 |
|
|
|
|
|
|
|
68 |
add_action( 'woocommerce_checkout_create_order_line_item', array( $this, 'set_order_item_meta_crud' ), 0, 4 );
|
69 |
add_filter( 'woocommerce_hidden_order_itemmeta', array( $this, 'set_order_meta_hidden' ), 0 );
|
70 |
|
@@ -120,6 +123,16 @@ class WC_GZD_Checkout {
|
|
120 |
add_filter( 'woocommerce_update_order_review_fragments', array( $this, 'refresh_order_submit' ), 150, 1 );
|
121 |
}
|
122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
public function refresh_order_submit( $fragments ) {
|
124 |
|
125 |
$args = array(
|
65 |
'set_title_field_mapping_editors'
|
66 |
), 10, 1 );
|
67 |
|
68 |
+
// Add title options to order address data
|
69 |
+
add_filter( 'woocommerce_get_order_address', array( $this, 'add_order_address_data' ), 10, 3 );
|
70 |
+
|
71 |
add_action( 'woocommerce_checkout_create_order_line_item', array( $this, 'set_order_item_meta_crud' ), 0, 4 );
|
72 |
add_filter( 'woocommerce_hidden_order_itemmeta', array( $this, 'set_order_meta_hidden' ), 0 );
|
73 |
|
123 |
add_filter( 'woocommerce_update_order_review_fragments', array( $this, 'refresh_order_submit' ), 150, 1 );
|
124 |
}
|
125 |
|
126 |
+
public function add_order_address_data( $data, $type, $order ) {
|
127 |
+
if ( 'yes' === get_option( 'woocommerce_gzd_checkout_address_field' ) ) {
|
128 |
+
if ( $title = wc_gzd_get_order_customer_title( $order, $type ) ) {
|
129 |
+
$data['title'] = $title;
|
130 |
+
}
|
131 |
+
}
|
132 |
+
|
133 |
+
return $data;
|
134 |
+
}
|
135 |
+
|
136 |
public function refresh_order_submit( $fragments ) {
|
137 |
|
138 |
$args = array(
|
includes/emails/class-wc-gzd-email-customer-new-account-activation.php
CHANGED
@@ -67,6 +67,22 @@ if ( ! class_exists( 'WC_GZD_Email_Customer_New_Account_Activation' ) ) :
|
|
67 |
return __( 'Account activation {site_title}', 'woocommerce-germanized' );
|
68 |
}
|
69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
/**
|
71 |
* trigger function.
|
72 |
*
|
67 |
return __( 'Account activation {site_title}', 'woocommerce-germanized' );
|
68 |
}
|
69 |
|
70 |
+
/**
|
71 |
+
* Return content from the additional_content field.
|
72 |
+
*
|
73 |
+
* Displayed above the footer.
|
74 |
+
*
|
75 |
+
* @since 3.0.4
|
76 |
+
* @return string
|
77 |
+
*/
|
78 |
+
public function get_additional_content() {
|
79 |
+
if ( is_callable( 'parent::get_additional_content' ) ) {
|
80 |
+
return parent::get_additional_content();
|
81 |
+
}
|
82 |
+
|
83 |
+
return '';
|
84 |
+
}
|
85 |
+
|
86 |
/**
|
87 |
* trigger function.
|
88 |
*
|
includes/emails/class-wc-gzd-email-customer-paid-for-order.php
CHANGED
@@ -99,6 +99,22 @@ if ( ! class_exists( 'WC_GZD_Email_Customer_Paid_For_Order' ) ) :
|
|
99 |
}
|
100 |
}
|
101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
/**
|
103 |
* Get content html.
|
104 |
*
|
99 |
}
|
100 |
}
|
101 |
|
102 |
+
/**
|
103 |
+
* Return content from the additional_content field.
|
104 |
+
*
|
105 |
+
* Displayed above the footer.
|
106 |
+
*
|
107 |
+
* @since 3.0.4
|
108 |
+
* @return string
|
109 |
+
*/
|
110 |
+
public function get_additional_content() {
|
111 |
+
if ( is_callable( 'parent::get_additional_content' ) ) {
|
112 |
+
return parent::get_additional_content();
|
113 |
+
}
|
114 |
+
|
115 |
+
return '';
|
116 |
+
}
|
117 |
+
|
118 |
/**
|
119 |
* Get content html.
|
120 |
*
|
includes/emails/class-wc-gzd-email-customer-revocation.php
CHANGED
@@ -144,6 +144,22 @@ if ( ! class_exists( 'WC_GZD_Email_Customer_Revocation' ) ) :
|
|
144 |
) );
|
145 |
}
|
146 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
/**
|
148 |
* Initialise settings form fields.
|
149 |
*/
|
144 |
) );
|
145 |
}
|
146 |
|
147 |
+
/**
|
148 |
+
* Return content from the additional_content field.
|
149 |
+
*
|
150 |
+
* Displayed above the footer.
|
151 |
+
*
|
152 |
+
* @since 3.0.4
|
153 |
+
* @return string
|
154 |
+
*/
|
155 |
+
public function get_additional_content() {
|
156 |
+
if ( is_callable( 'parent::get_additional_content' ) ) {
|
157 |
+
return parent::get_additional_content();
|
158 |
+
}
|
159 |
+
|
160 |
+
return '';
|
161 |
+
}
|
162 |
+
|
163 |
/**
|
164 |
* Initialise settings form fields.
|
165 |
*/
|
includes/emails/class-wc-gzd-email-customer-sepa-direct-debit-mandate.php
CHANGED
@@ -109,6 +109,22 @@ if ( ! class_exists( 'WC_GZD_Email_Customer_SEPA_Direct_Debit_Mandate' ) ) :
|
|
109 |
}
|
110 |
}
|
111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
/**
|
113 |
* get_content_html function.
|
114 |
*
|
109 |
}
|
110 |
}
|
111 |
|
112 |
+
/**
|
113 |
+
* Return content from the additional_content field.
|
114 |
+
*
|
115 |
+
* Displayed above the footer.
|
116 |
+
*
|
117 |
+
* @since 3.0.4
|
118 |
+
* @return string
|
119 |
+
*/
|
120 |
+
public function get_additional_content() {
|
121 |
+
if ( is_callable( 'parent::get_additional_content' ) ) {
|
122 |
+
return parent::get_additional_content();
|
123 |
+
}
|
124 |
+
|
125 |
+
return '';
|
126 |
+
}
|
127 |
+
|
128 |
/**
|
129 |
* get_content_html function.
|
130 |
*
|
includes/wc-gzd-order-functions.php
CHANGED
@@ -19,6 +19,12 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
19 |
* @return mixed
|
20 |
*/
|
21 |
function wc_gzd_cart_forwarding_fee_notice_filter( $total_rows, $order ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
$gateways = WC()->payment_gateways()->get_available_payment_gateways();
|
23 |
$method = $order->get_payment_method();
|
24 |
$gateway = isset( $gateways[ $method ] ) ? $gateways[ $method ] : null;
|
19 |
* @return mixed
|
20 |
*/
|
21 |
function wc_gzd_cart_forwarding_fee_notice_filter( $total_rows, $order ) {
|
22 |
+
|
23 |
+
// Seems like it is a refund order other order type.
|
24 |
+
if ( ! is_callable( array( $order, 'get_payment_method' ) ) ) {
|
25 |
+
return $total_rows;
|
26 |
+
}
|
27 |
+
|
28 |
$gateways = WC()->payment_gateways()->get_available_payment_gateways();
|
29 |
$method = $order->get_payment_method();
|
30 |
$gateway = isset( $gateways[ $method ] ) ? $gateways[ $method ] : null;
|
packages/woocommerce-germanized-dhl/includes/emails/class-wc-gzd-dhl-email-customer-return-shipment-label.php
CHANGED
@@ -134,6 +134,22 @@ if ( ! class_exists( 'WC_GZD_DHL_Email_Customer_Return_Shipment_Label', false )
|
|
134 |
return apply_filters( 'woocommerce_email_attachments', $attachments, $this->id, $this->object, $this );
|
135 |
}
|
136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
/**
|
138 |
* Get content html.
|
139 |
*
|
134 |
return apply_filters( 'woocommerce_email_attachments', $attachments, $this->id, $this->object, $this );
|
135 |
}
|
136 |
|
137 |
+
/**
|
138 |
+
* Return content from the additional_content field.
|
139 |
+
*
|
140 |
+
* Displayed above the footer.
|
141 |
+
*
|
142 |
+
* @since 2.0.4
|
143 |
+
* @return string
|
144 |
+
*/
|
145 |
+
public function get_additional_content() {
|
146 |
+
if ( is_callable( 'parent::get_additional_content' ) ) {
|
147 |
+
return parent::get_additional_content();
|
148 |
+
}
|
149 |
+
|
150 |
+
return '';
|
151 |
+
}
|
152 |
+
|
153 |
/**
|
154 |
* Get content html.
|
155 |
*
|
packages/woocommerce-germanized-dhl/src/Admin/Settings.php
CHANGED
@@ -554,6 +554,14 @@ class Settings {
|
|
554 |
'custom_attributes' => array( 'data-show_if_woocommerce_gzd_dhl_label_auto_enable' => '' )
|
555 |
),
|
556 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
557 |
array(
|
558 |
'title' => _x( 'Returns', 'dhl', 'woocommerce-germanized' ),
|
559 |
'desc' => _x( 'Automatically create labels for returns.', 'dhl', 'woocommerce-germanized' ),
|
554 |
'custom_attributes' => array( 'data-show_if_woocommerce_gzd_dhl_label_auto_enable' => '' )
|
555 |
),
|
556 |
|
557 |
+
array(
|
558 |
+
'title' => _x( 'Shipment Status', 'dhl', 'woocommerce-germanized' ),
|
559 |
+
'desc' => _x( 'Mark shipment as shipped after label has been created successfully.', 'dhl', 'woocommerce-germanized' ),
|
560 |
+
'id' => 'woocommerce_gzd_dhl_label_auto_shipment_status_shipped',
|
561 |
+
'default' => 'no',
|
562 |
+
'type' => 'gzd_toggle',
|
563 |
+
),
|
564 |
+
|
565 |
array(
|
566 |
'title' => _x( 'Returns', 'dhl', 'woocommerce-germanized' ),
|
567 |
'desc' => _x( 'Automatically create labels for returns.', 'dhl', 'woocommerce-germanized' ),
|
packages/woocommerce-germanized-dhl/src/Ajax.php
CHANGED
@@ -239,6 +239,7 @@ class Ajax {
|
|
239 |
'messages' => $label->get_error_messages(),
|
240 |
);
|
241 |
} else {
|
|
|
242 |
$response = array(
|
243 |
'success' => true,
|
244 |
'label_id' => $label->get_id(),
|
@@ -247,6 +248,22 @@ class Ajax {
|
|
247 |
'tr#shipment-' . $shipment_id . ' td.actions .wc-gzd-shipment-action-button-generate-dhl-label' => self::label_download_button_html( $label ),
|
248 |
),
|
249 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
}
|
251 |
|
252 |
wp_send_json( $response );
|
239 |
'messages' => $label->get_error_messages(),
|
240 |
);
|
241 |
} else {
|
242 |
+
|
243 |
$response = array(
|
244 |
'success' => true,
|
245 |
'label_id' => $label->get_id(),
|
248 |
'tr#shipment-' . $shipment_id . ' td.actions .wc-gzd-shipment-action-button-generate-dhl-label' => self::label_download_button_html( $label ),
|
249 |
),
|
250 |
);
|
251 |
+
|
252 |
+
if ( 'simple' === $shipment->get_type() && 'yes' === Package::get_setting( 'label_auto_shipment_status_shipped' ) ) {
|
253 |
+
|
254 |
+
$is_active = true;
|
255 |
+
|
256 |
+
ob_start();
|
257 |
+
include( \Vendidero\Germanized\Shipments\Package::get_path() . '/includes/admin/views/html-order-shipment.php' );
|
258 |
+
$html = ob_get_clean();
|
259 |
+
|
260 |
+
// Needs refresh
|
261 |
+
$response['fragments']['div#shipment-' . $shipment_id] = $html;
|
262 |
+
|
263 |
+
if ( $order_shipment = wc_gzd_get_shipment_order( $shipment->get_order() ) ) {
|
264 |
+
$response['fragments']['.order-shipping-status'] = '<span class="order-shipping-status status-' . esc_attr( $order_shipment->get_shipping_status() ) . '">' . wc_gzd_get_shipment_order_shipping_status_name( $order_shipment->get_shipping_status() ) . '</span>';
|
265 |
+
}
|
266 |
+
}
|
267 |
}
|
268 |
|
269 |
wp_send_json( $response );
|
packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php
CHANGED
@@ -461,15 +461,26 @@ class LabelSoap extends Soap {
|
|
461 |
'email' => Package::get_setting( 'shipper_email' )
|
462 |
)
|
463 |
),
|
464 |
-
'Receiver'
|
465 |
-
'name1'
|
466 |
-
'Address'
|
467 |
-
'name2'
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
473 |
'countryISOCode' => $shipment->get_country(),
|
474 |
'state' => wc_gzd_dhl_format_label_state( $shipment->get_state(), $shipment->get_country() )
|
475 |
)
|
461 |
'email' => Package::get_setting( 'shipper_email' )
|
462 |
)
|
463 |
),
|
464 |
+
'Receiver' => array(
|
465 |
+
'name1' => $shipment->get_company() ? $shipment->get_company() : $shipment->get_formatted_full_name(),
|
466 |
+
'Address' => array(
|
467 |
+
'name2' => $shipment->get_company() ? $shipment->get_formatted_full_name() : '',
|
468 |
+
/**
|
469 |
+
* By default the name3 parameter is used to transmit the additional
|
470 |
+
* address field to the DHL API. You may adjust the field value by using this filter.
|
471 |
+
*
|
472 |
+
* @param string $value The field value.
|
473 |
+
* @param Label $label The label instance.
|
474 |
+
*
|
475 |
+
* @since 3.0.3
|
476 |
+
* @package Vendidero/Germanized/DHL
|
477 |
+
*/
|
478 |
+
'name3' => apply_filters( 'woocommerce_gzd_dhl_label_api_receiver_name3', $shipment->get_address_2(), $label ),
|
479 |
+
'streetName' => $shipment->get_address_street(),
|
480 |
+
'streetNumber' => $shipment->get_address_street_number(),
|
481 |
+
'zip' => $shipment->get_postcode(),
|
482 |
+
'city' => $shipment->get_city(),
|
483 |
+
'Origin' => array(
|
484 |
'countryISOCode' => $shipment->get_country(),
|
485 |
'state' => wc_gzd_dhl_format_label_state( $shipment->get_state(), $shipment->get_country() )
|
486 |
)
|
packages/woocommerce-germanized-dhl/src/Automation.php
CHANGED
@@ -23,6 +23,19 @@ class Automation {
|
|
23 |
add_action( 'woocommerce_gzd_new_return_shipment', array( __CLASS__, 'set_after_create_automation' ), 10, 1 );
|
24 |
|
25 |
add_action( 'woocommerce_gzd_dhl_after_create_return_label', array( __CLASS__, 'maybe_send_email' ), 10, 1 );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
}
|
27 |
|
28 |
public static function maybe_send_email( $label ) {
|
23 |
add_action( 'woocommerce_gzd_new_return_shipment', array( __CLASS__, 'set_after_create_automation' ), 10, 1 );
|
24 |
|
25 |
add_action( 'woocommerce_gzd_dhl_after_create_return_label', array( __CLASS__, 'maybe_send_email' ), 10, 1 );
|
26 |
+
add_action( 'woocommerce_gzd_dhl_after_create_label', array( __CLASS__, 'maybe_adjust_shipment_status' ), 10, 1 );
|
27 |
+
}
|
28 |
+
|
29 |
+
/**
|
30 |
+
* @param Label $label
|
31 |
+
*/
|
32 |
+
public static function maybe_adjust_shipment_status( $label ) {
|
33 |
+
if ( 'yes' === Package::get_setting( 'label_auto_shipment_status_shipped' ) ) {
|
34 |
+
|
35 |
+
if ( $shipment = $label->get_shipment() ) {
|
36 |
+
$shipment->update_status( 'shipped' );
|
37 |
+
}
|
38 |
+
}
|
39 |
}
|
40 |
|
41 |
public static function maybe_send_email( $label ) {
|
packages/woocommerce-germanized-dhl/src/Package.php
CHANGED
@@ -18,7 +18,7 @@ class Package {
|
|
18 |
*
|
19 |
* @var string
|
20 |
*/
|
21 |
-
const VERSION = '1.0.
|
22 |
|
23 |
public static $upload_dir_suffix = '';
|
24 |
|
18 |
*
|
19 |
* @var string
|
20 |
*/
|
21 |
+
const VERSION = '1.0.4';
|
22 |
|
23 |
public static $upload_dir_suffix = '';
|
24 |
|
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.0.
|
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.0.4
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
packages/woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php
CHANGED
@@ -188,6 +188,22 @@ if ( ! class_exists( 'WC_GZD_Email_Customer_Shipment', false ) ) :
|
|
188 |
$this->restore_locale();
|
189 |
}
|
190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
/**
|
192 |
* Get content html.
|
193 |
*
|
188 |
$this->restore_locale();
|
189 |
}
|
190 |
|
191 |
+
/**
|
192 |
+
* Return content from the additional_content field.
|
193 |
+
*
|
194 |
+
* Displayed above the footer.
|
195 |
+
*
|
196 |
+
* @since 2.0.4
|
197 |
+
* @return string
|
198 |
+
*/
|
199 |
+
public function get_additional_content() {
|
200 |
+
if ( is_callable( 'parent::get_additional_content' ) ) {
|
201 |
+
return parent::get_additional_content();
|
202 |
+
}
|
203 |
+
|
204 |
+
return '';
|
205 |
+
}
|
206 |
+
|
207 |
/**
|
208 |
* Get content html.
|
209 |
*
|
packages/woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php
CHANGED
@@ -77,6 +77,11 @@ if ( ! function_exists( 'woocommerce_gzd_shipments_template_customer_order' ) )
|
|
77 |
|
78 |
function woocommerce_gzd_shipments_template_customer_order( $order_id ) {
|
79 |
$shipments_order = wc_gzd_get_shipment_order( $order_id );
|
|
|
|
|
|
|
|
|
|
|
80 |
$order = wc_get_order( $order_id );
|
81 |
$shipments = $shipments_order->get_simple_shipments();
|
82 |
|
77 |
|
78 |
function woocommerce_gzd_shipments_template_customer_order( $order_id ) {
|
79 |
$shipments_order = wc_gzd_get_shipment_order( $order_id );
|
80 |
+
|
81 |
+
if ( ! $shipments_order ) {
|
82 |
+
return;
|
83 |
+
}
|
84 |
+
|
85 |
$order = wc_get_order( $order_id );
|
86 |
$shipments = $shipments_order->get_simple_shipments();
|
87 |
|
packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php
CHANGED
@@ -251,7 +251,7 @@ class Shipment extends WC_Data_Store_WP implements WC_Object_Data_Store_Interfac
|
|
251 |
global $wpdb;
|
252 |
|
253 |
$wpdb->delete( $wpdb->gzd_shipments, array( 'shipment_id' => $shipment->get_id() ), array( '%d' ) );
|
254 |
-
$wpdb->delete( $wpdb->gzd_shipmentmeta, array( '
|
255 |
|
256 |
$this->delete_items( $shipment );
|
257 |
|
251 |
global $wpdb;
|
252 |
|
253 |
$wpdb->delete( $wpdb->gzd_shipments, array( 'shipment_id' => $shipment->get_id() ), array( '%d' ) );
|
254 |
+
$wpdb->delete( $wpdb->gzd_shipmentmeta, array( 'gzd_shipment_id' => $shipment->get_id() ), array( '%d' ) );
|
255 |
|
256 |
$this->delete_items( $shipment );
|
257 |
|
packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php
CHANGED
@@ -149,7 +149,7 @@ class ShipmentItem extends WC_Data_Store_WP implements WC_Object_Data_Store_Inte
|
|
149 |
do_action( 'woocommerce_gzd_before_delete_shipment_item', $item->get_id() );
|
150 |
|
151 |
$wpdb->delete( $wpdb->gzd_shipment_items, array( 'shipment_item_id' => $item->get_id() ) );
|
152 |
-
$wpdb->delete( $wpdb->gzd_shipment_itemmeta, array( '
|
153 |
|
154 |
/**
|
155 |
* Action that indicates that a ShipmentItem has been deleted from the DB.
|
149 |
do_action( 'woocommerce_gzd_before_delete_shipment_item', $item->get_id() );
|
150 |
|
151 |
$wpdb->delete( $wpdb->gzd_shipment_items, array( 'shipment_item_id' => $item->get_id() ) );
|
152 |
+
$wpdb->delete( $wpdb->gzd_shipment_itemmeta, array( 'gzd_shipment_item_id' => $item->get_id() ) );
|
153 |
|
154 |
/**
|
155 |
* Action that indicates that a ShipmentItem has been deleted from the DB.
|
packages/woocommerce-germanized-shipments/src/Package.php
CHANGED
@@ -13,7 +13,7 @@ class Package {
|
|
13 |
*
|
14 |
* @var string
|
15 |
*/
|
16 |
-
const VERSION = '1.0.
|
17 |
|
18 |
/**
|
19 |
* Init the package - load the REST API Server class.
|
13 |
*
|
14 |
* @var string
|
15 |
*/
|
16 |
+
const VERSION = '1.0.4';
|
17 |
|
18 |
/**
|
19 |
* Init the package - load the REST API Server class.
|
packages/woocommerce-germanized-shipments/src/ShippingProvider.php
ADDED
@@ -0,0 +1,262 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* ShippingProvider impl.
|
4 |
+
*
|
5 |
+
* @package WooCommerce/Blocks
|
6 |
+
*/
|
7 |
+
namespace Vendidero\Germanized\Shipments;
|
8 |
+
|
9 |
+
use Exception;
|
10 |
+
use WC_Data;
|
11 |
+
use WC_Data_Store;
|
12 |
+
|
13 |
+
defined( 'ABSPATH' ) || exit;
|
14 |
+
|
15 |
+
abstract class ShippingProvider extends WC_Data {
|
16 |
+
|
17 |
+
/**
|
18 |
+
* This is the name of this object type.
|
19 |
+
*
|
20 |
+
* @since 1.0.0
|
21 |
+
* @var string
|
22 |
+
*/
|
23 |
+
protected $object_type = 'shipping_provider';
|
24 |
+
|
25 |
+
/**
|
26 |
+
* Contains a reference to the data store for this class.
|
27 |
+
*
|
28 |
+
* @since 1.0.0
|
29 |
+
* @var object
|
30 |
+
*/
|
31 |
+
protected $data_store = 'shipping-provider';
|
32 |
+
|
33 |
+
/**
|
34 |
+
* Stores meta in cache for future reads.
|
35 |
+
* A group must be set to to enable caching.
|
36 |
+
*
|
37 |
+
* @since 1.0.0
|
38 |
+
* @var string
|
39 |
+
*/
|
40 |
+
protected $cache_group = 'shipping_provider';
|
41 |
+
|
42 |
+
/**
|
43 |
+
* Stores provider data.
|
44 |
+
*
|
45 |
+
* @var array
|
46 |
+
*/
|
47 |
+
protected $data = array(
|
48 |
+
'is_activated' => true,
|
49 |
+
'title' => '',
|
50 |
+
'name' => '',
|
51 |
+
'tracking_url_placeholder' => '',
|
52 |
+
'tracking_desc_placeholder' => '',
|
53 |
+
);
|
54 |
+
|
55 |
+
/**
|
56 |
+
* Get the provider if ID is passed. In case it is an integration, data will be provided through the impl.
|
57 |
+
* This class should NOT be instantiated, but the `wc_gzd_get_shipping_provider` function should be used.
|
58 |
+
*
|
59 |
+
* @param int|object|ShippingProvider $provider Provider to read.
|
60 |
+
*/
|
61 |
+
public function __construct( $data = 0 ) {
|
62 |
+
parent::__construct( $data );
|
63 |
+
|
64 |
+
if ( $data instanceof ShippingProvider ) {
|
65 |
+
$this->set_id( absint( $data->get_id() ) );
|
66 |
+
} elseif ( is_numeric( $data ) ) {
|
67 |
+
$this->set_id( $data );
|
68 |
+
}
|
69 |
+
|
70 |
+
$this->data_store = WC_Data_Store::load( 'shipping-provider' );
|
71 |
+
|
72 |
+
// If we have an ID, load the user from the DB.
|
73 |
+
if ( $this->get_id() ) {
|
74 |
+
try {
|
75 |
+
$this->data_store->read( $this );
|
76 |
+
} catch ( Exception $e ) {
|
77 |
+
$this->set_id( 0 );
|
78 |
+
$this->set_object_read( true );
|
79 |
+
}
|
80 |
+
} else {
|
81 |
+
$this->set_object_read( true );
|
82 |
+
}
|
83 |
+
}
|
84 |
+
|
85 |
+
/**
|
86 |
+
* Whether or not this instance is a manual integration.
|
87 |
+
* Manual integrations are constructed dynamically from DB and do not support
|
88 |
+
* automatic shipment handling, e.g. label creation.
|
89 |
+
*
|
90 |
+
* @return bool
|
91 |
+
*/
|
92 |
+
public function is_manual_integration() {
|
93 |
+
return true;
|
94 |
+
}
|
95 |
+
|
96 |
+
/**
|
97 |
+
* Returns whether the shipping provider is active for usage or not.
|
98 |
+
*
|
99 |
+
* @return bool
|
100 |
+
*/
|
101 |
+
public function is_activated() {
|
102 |
+
return $this->get_is_activated() === true;
|
103 |
+
}
|
104 |
+
|
105 |
+
/**
|
106 |
+
* Returns a title for the shipping provider.
|
107 |
+
*
|
108 |
+
* @param string $context
|
109 |
+
*
|
110 |
+
* @return string
|
111 |
+
*/
|
112 |
+
public function get_title( $context = 'view' ) {
|
113 |
+
return $this->get_prop( 'title', $context );
|
114 |
+
}
|
115 |
+
|
116 |
+
/**
|
117 |
+
* Returns a unique slug/name for the shipping provider.
|
118 |
+
*
|
119 |
+
* @param string $context
|
120 |
+
*
|
121 |
+
* @return string
|
122 |
+
*/
|
123 |
+
public function get_name( $context = 'view' ) {
|
124 |
+
return $this->get_prop( 'name', $context );
|
125 |
+
}
|
126 |
+
|
127 |
+
/**
|
128 |
+
* Returns whether the shipping provider is activated or not.
|
129 |
+
*
|
130 |
+
* @param string $context
|
131 |
+
*
|
132 |
+
* @return string
|
133 |
+
*/
|
134 |
+
public function get_is_activated( $context = 'view' ) {
|
135 |
+
return $this->get_prop( 'is_activated', $context );
|
136 |
+
}
|
137 |
+
|
138 |
+
/**
|
139 |
+
* Returns the tracking url placeholder which is being used to
|
140 |
+
* construct a tracking url.
|
141 |
+
*
|
142 |
+
* @param string $context
|
143 |
+
*
|
144 |
+
* @return mixed
|
145 |
+
*/
|
146 |
+
public function get_tracking_url_placeholder( $context = 'view' ) {
|
147 |
+
return $this->get_prop( 'tracking_url_placeholder', $context );
|
148 |
+
}
|
149 |
+
|
150 |
+
/**
|
151 |
+
* Returns the tracking description placeholder which is being used to
|
152 |
+
* construct a tracking description.
|
153 |
+
*
|
154 |
+
* @param string $context
|
155 |
+
*
|
156 |
+
* @return mixed
|
157 |
+
*/
|
158 |
+
public function get_tracking_desc_placeholder( $context = 'view' ) {
|
159 |
+
return $this->get_prop( 'tracking_desc_placeholder', $context );
|
160 |
+
}
|
161 |
+
|
162 |
+
/**
|
163 |
+
* Set the current shipping provider to active or inactive.
|
164 |
+
*
|
165 |
+
* @param bool $is_activated
|
166 |
+
*/
|
167 |
+
public function set_is_activated( $is_activated ) {
|
168 |
+
$this->set_prop( 'is_activated', wc_string_to_bool( $is_activated ) );
|
169 |
+
}
|
170 |
+
|
171 |
+
/**
|
172 |
+
* Returns the tracking url for a specific shipment.
|
173 |
+
*
|
174 |
+
* @param Shipment $shipment
|
175 |
+
*
|
176 |
+
* @return string
|
177 |
+
*/
|
178 |
+
public function get_tracking_url( $shipment ) {
|
179 |
+
|
180 |
+
$tracking_url = '';
|
181 |
+
|
182 |
+
if ( '' !== $this->get_tracking_url_placeholder() ) {
|
183 |
+
$tracking_url = str_replace( '{shipment_number}', $shipment->get_shipment_number(), $this->get_tracking_url_placeholder() );
|
184 |
+
}
|
185 |
+
|
186 |
+
/**
|
187 |
+
* This filter returns the tracking url provided by the shipping provider for a certain shipment.
|
188 |
+
*
|
189 |
+
* The dynamic portion of the hook `$this->get_hook_prefix()` refers to the
|
190 |
+
* current implementation.
|
191 |
+
*
|
192 |
+
* Example hook name: woocommerce_gzd_shipping_provider_get_tracking_url
|
193 |
+
*
|
194 |
+
* @param string $tracking_url The tracking url.
|
195 |
+
* @param Shipment $shipment The shipment used to build the url.
|
196 |
+
* @param ShippingProvider $provider The shipping provider.
|
197 |
+
*
|
198 |
+
* @since 3.1.0
|
199 |
+
* @package Vendidero/Germanized/Shipments
|
200 |
+
*/
|
201 |
+
return apply_filters( $this->get_hook_prefix() . 'tracking_url', $tracking_url, $shipment, $this );
|
202 |
+
}
|
203 |
+
|
204 |
+
/**
|
205 |
+
* Returns the tracking description for a certain shipment.
|
206 |
+
*
|
207 |
+
* @param Shipment $shipment
|
208 |
+
*
|
209 |
+
* @return string
|
210 |
+
*/
|
211 |
+
public function get_tracking_desc( $shipment ) {
|
212 |
+
|
213 |
+
$tracking_desc = '';
|
214 |
+
|
215 |
+
if ( '' !== $this->get_tracking_desc_placeholder() ) {
|
216 |
+
$tracking_desc = str_replace( '{shipment_number}', $shipment->get_shipment_number(), $this->get_tracking_desc_placeholder() );
|
217 |
+
}
|
218 |
+
|
219 |
+
/**
|
220 |
+
* This filter returns the tracking description provided by the shipping provider for a certain shipment.
|
221 |
+
*
|
222 |
+
* The dynamic portion of the hook `$this->get_hook_prefix()` refers to the
|
223 |
+
* current implementation.
|
224 |
+
*
|
225 |
+
* Example hook name: woocommerce_gzd_shipping_provider_get_tracking_description
|
226 |
+
*
|
227 |
+
* @param string $tracking_url The tracking description.
|
228 |
+
* @param Shipment $shipment The shipment used to build the url.
|
229 |
+
* @param ShippingProvider $provider The shipping provider.
|
230 |
+
*
|
231 |
+
* @since 3.1.0
|
232 |
+
* @package Vendidero/Germanized/Shipments
|
233 |
+
*/
|
234 |
+
return apply_filters( $this->get_hook_prefix() . 'tracking_desc', $tracking_desc, $shipment, $this );
|
235 |
+
}
|
236 |
+
|
237 |
+
protected function set_prop( $prop, $value ) {
|
238 |
+
if ( ! $this->is_manual_integration() ) {
|
239 |
+
return false;
|
240 |
+
}
|
241 |
+
|
242 |
+
parent::set_prop( $prop, $value );
|
243 |
+
}
|
244 |
+
|
245 |
+
/**
|
246 |
+
* Prefix for action and filter hooks on data.
|
247 |
+
*
|
248 |
+
* @since 3.0.0
|
249 |
+
* @return string
|
250 |
+
*/
|
251 |
+
protected function get_hook_prefix() {
|
252 |
+
return 'woocommerce_gzd_shipping_provider_get_';
|
253 |
+
}
|
254 |
+
|
255 |
+
public function save() {
|
256 |
+
if ( ! $this->is_manual_integration() ) {
|
257 |
+
return false;
|
258 |
+
}
|
259 |
+
|
260 |
+
return parent::save();
|
261 |
+
}
|
262 |
+
}
|
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.0.
|
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.0.4
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php
CHANGED
@@ -23,8 +23,6 @@ final class WooCommerce_Trusted_Shops {
|
|
23 |
*/
|
24 |
protected static $_instance = null;
|
25 |
|
26 |
-
public $emails = null;
|
27 |
-
|
28 |
public $trusted_shops = null;
|
29 |
|
30 |
public $compatibilities = array();
|
23 |
*/
|
24 |
protected static $_instance = null;
|
25 |
|
|
|
|
|
26 |
public $trusted_shops = null;
|
27 |
|
28 |
public $compatibilities = array();
|
packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-schedule.php
CHANGED
@@ -215,12 +215,18 @@ class WC_Trusted_Shops_Schedule {
|
|
215 |
if ( $diff->days >= $min_days ) {
|
216 |
|
217 |
if ( apply_filters( 'woocommerce_trusted_shops_send_review_reminder_email', true, $order ) ) {
|
218 |
-
if ( $mail = $this->base->plugin->emails->get_email_instance_by_id( 'customer_trusted_shops' ) ) {
|
219 |
-
$mail->trigger( wc_ts_get_crud_data( $order, 'id' ) );
|
220 |
-
}
|
221 |
-
}
|
222 |
|
223 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
}
|
225 |
}
|
226 |
|
215 |
if ( $diff->days >= $min_days ) {
|
216 |
|
217 |
if ( apply_filters( 'woocommerce_trusted_shops_send_review_reminder_email', true, $order ) ) {
|
|
|
|
|
|
|
|
|
218 |
|
219 |
+
$mails = WC()->mailer()->get_emails();
|
220 |
+
|
221 |
+
foreach ( $mails as $mail ) {
|
222 |
+
|
223 |
+
if ( 'customer_trusted_shops' === $mail->id ) {
|
224 |
+
$mail->trigger( wc_ts_get_crud_data( $order, 'id' ) );
|
225 |
+
|
226 |
+
update_post_meta( wc_ts_get_crud_data( $order, 'id' ), '_trusted_shops_review_mail_sent', 1 );
|
227 |
+
}
|
228 |
+
}
|
229 |
+
}
|
230 |
}
|
231 |
}
|
232 |
|
packages/woocommerce-trusted-shops/includes/emails/class-wc-ts-email-customer-trusted-shops.php
CHANGED
@@ -99,6 +99,22 @@ class WC_TS_Email_Customer_Trusted_Shops extends WC_Email {
|
|
99 |
}
|
100 |
}
|
101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
/**
|
103 |
* get_content_html function.
|
104 |
*
|
99 |
}
|
100 |
}
|
101 |
|
102 |
+
/**
|
103 |
+
* Return content from the additional_content field.
|
104 |
+
*
|
105 |
+
* Displayed above the footer.
|
106 |
+
*
|
107 |
+
* @since 2.0.4
|
108 |
+
* @return string
|
109 |
+
*/
|
110 |
+
public function get_additional_content() {
|
111 |
+
if ( is_callable( 'parent::get_additional_content' ) ) {
|
112 |
+
return parent::get_additional_content();
|
113 |
+
}
|
114 |
+
|
115 |
+
return '';
|
116 |
+
}
|
117 |
+
|
118 |
/**
|
119 |
* get_content_html function.
|
120 |
*
|
packages/woocommerce-trusted-shops/src/Package.php
CHANGED
@@ -16,7 +16,7 @@ class Package {
|
|
16 |
*
|
17 |
* @var string
|
18 |
*/
|
19 |
-
const VERSION = '4.0.
|
20 |
|
21 |
/**
|
22 |
* Init the package - load the REST API Server class.
|
16 |
*
|
17 |
* @var string
|
18 |
*/
|
19 |
+
const VERSION = '4.0.2';
|
20 |
|
21 |
/**
|
22 |
* Init the package - load the REST API Server class.
|
packages/woocommerce-trusted-shops/woocommerce-trusted-shops.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Trustbadge Reviews for WooCommerce
|
4 |
* Plugin URI: http://www.trustedshops.co.uk/
|
5 |
* Description: Adds Seller and Product Reviews or Trusted Shops Integration to your WooCommerce Shop.
|
6 |
-
* Version: 4.0.
|
7 |
* Author: Vendidero
|
8 |
* Author URI: http://vendidero.de
|
9 |
* Requires at least: 4.9
|
3 |
* Plugin Name: Trustbadge Reviews for WooCommerce
|
4 |
* Plugin URI: http://www.trustedshops.co.uk/
|
5 |
* Description: Adds Seller and Product Reviews or Trusted Shops Integration to your WooCommerce Shop.
|
6 |
+
* Version: 4.0.2
|
7 |
* Author: Vendidero
|
8 |
* Author URI: http://vendidero.de
|
9 |
* Requires at least: 4.9
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Requires at least: 4.9
|
|
5 |
Tested up to: 5.3
|
6 |
WC requires at least: 3.4
|
7 |
WC tested up to: 3.8
|
8 |
-
Stable tag: 3.0.
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -184,6 +184,13 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
|
|
184 |
|
185 |
== Changelog ==
|
186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
= 3.0.3 =
|
188 |
* Improvement: Added DHL shipment number tracking link to admin panel
|
189 |
* Improvement: Added shipment option to allow hiding data in customer panel
|
5 |
Tested up to: 5.3
|
6 |
WC requires at least: 3.4
|
7 |
WC tested up to: 3.8
|
8 |
+
Stable tag: 3.0.4
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
184 |
|
185 |
== Changelog ==
|
186 |
|
187 |
+
= 3.0.4 =
|
188 |
+
* Improvement: Added DHL automation option to allow marking shipment as shipped as soon as label has been created
|
189 |
+
* Improvement: Transmit address_2 field to DHL API through name3 field
|
190 |
+
* Fix: Excluding tax unit price
|
191 |
+
* Fix: Added legacy support for calling get_additional_content in emails
|
192 |
+
* Fix: Added extra check to wc_gzd_cart_forwarding_fee_notice_filter before calling get_payment_method on order
|
193 |
+
|
194 |
= 3.0.3 =
|
195 |
* Improvement: Added DHL shipment number tracking link to admin panel
|
196 |
* Improvement: Added shipment option to allow hiding data in customer panel
|
src/Shopmark.php
CHANGED
@@ -184,7 +184,7 @@ class Shopmark {
|
|
184 |
$filter = apply_filters( $this->get_hook_prefix() . 'filter', $filter, $this );
|
185 |
|
186 |
// Make sure that the current filter name exists e.g. for custom theme support
|
187 |
-
if ( ! Shopmarks::get_filter( $this->get_location(), $filter ) ) {
|
188 |
$filter = $this->get_default_filter();
|
189 |
}
|
190 |
|
184 |
$filter = apply_filters( $this->get_hook_prefix() . 'filter', $filter, $this );
|
185 |
|
186 |
// Make sure that the current filter name exists e.g. for custom theme support
|
187 |
+
if ( is_admin() && ! Shopmarks::get_filter( $this->get_location(), $filter ) ) {
|
188 |
$filter = $this->get_default_filter();
|
189 |
}
|
190 |
|
src/Shopmarks.php
CHANGED
@@ -552,8 +552,9 @@ class Shopmarks {
|
|
552 |
* @return Shopmark[]
|
553 |
*/
|
554 |
public static function get( $location = '' ) {
|
555 |
-
|
556 |
if ( ! empty( $location ) ) {
|
|
|
|
|
557 |
if ( array_key_exists( $location, self::get_locations() ) ) {
|
558 |
|
559 |
if ( ! isset( self::$shopmarks[ $location ] ) ) {
|
552 |
* @return Shopmark[]
|
553 |
*/
|
554 |
public static function get( $location = '' ) {
|
|
|
555 |
if ( ! empty( $location ) ) {
|
556 |
+
$data = array();
|
557 |
+
|
558 |
if ( array_key_exists( $location, self::get_locations() ) ) {
|
559 |
|
560 |
if ( ! isset( self::$shopmarks[ $location ] ) ) {
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInita9755e7c8052eec58e8f4dce4735c8a0::getLoader();
|
vendor/autoload_packages.php
CHANGED
@@ -120,10 +120,10 @@ if ( ! function_exists( __NAMESPACE__ . '\autoloader' ) ) {
|
|
120 |
/**
|
121 |
* Prepare all the classes for autoloading.
|
122 |
*/
|
123 |
-
function
|
124 |
$class_map = require_once dirname( __FILE__ ) . '/composer/autoload_classmap_package.php';
|
125 |
foreach ( $class_map as $class_name => $class_info ) {
|
126 |
enqueue_package_class( $class_name, $class_info['version'], $class_info['path'] );
|
127 |
}
|
128 |
}
|
129 |
-
|
120 |
/**
|
121 |
* Prepare all the classes for autoloading.
|
122 |
*/
|
123 |
+
function enqueue_packages_9c7dd878899ec19325f86efeffc8aae8() {
|
124 |
$class_map = require_once dirname( __FILE__ ) . '/composer/autoload_classmap_package.php';
|
125 |
foreach ( $class_map as $class_name => $class_info ) {
|
126 |
enqueue_package_class( $class_name, $class_info['version'], $class_info['path'] );
|
127 |
}
|
128 |
}
|
129 |
+
enqueue_packages_9c7dd878899ec19325f86efeffc8aae8();
|
vendor/composer/autoload_classmap_package.php
CHANGED
@@ -195,247 +195,251 @@ return array(
|
|
195 |
'path' => $vendorDir . '/setasign/fpdi/src/Tfpdf/Fpdi.php'
|
196 |
),
|
197 |
'Vendidero\\TrustedShops\\Package' => array(
|
198 |
-
'version' => '4.0.
|
199 |
'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
|
200 |
),
|
201 |
'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
|
202 |
-
'version' => '1.0.
|
203 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
|
204 |
),
|
205 |
'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
|
206 |
-
'version' => '1.0.
|
207 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
|
208 |
),
|
209 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
|
210 |
-
'version' => '1.0.
|
211 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
|
212 |
),
|
213 |
'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
|
214 |
-
'version' => '1.0.
|
215 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
|
216 |
),
|
217 |
'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
|
218 |
-
'version' => '1.0.
|
219 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
|
220 |
),
|
221 |
'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
|
222 |
-
'version' => '1.0.
|
223 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
|
224 |
),
|
225 |
'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
|
226 |
-
'version' => '1.0.
|
227 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
|
228 |
),
|
229 |
'Vendidero\\Germanized\\Shipments\\Ajax' => array(
|
230 |
-
'version' => '1.0.
|
231 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
|
232 |
),
|
233 |
'Vendidero\\Germanized\\Shipments\\Api' => array(
|
234 |
-
'version' => '1.0.
|
235 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
|
236 |
),
|
237 |
'Vendidero\\Germanized\\Shipments\\Automation' => array(
|
238 |
-
'version' => '1.0.
|
239 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
|
240 |
),
|
241 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
|
242 |
-
'version' => '1.0.
|
243 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
|
244 |
),
|
245 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
|
246 |
-
'version' => '1.0.
|
247 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
|
248 |
),
|
249 |
'Vendidero\\Germanized\\Shipments\\Emails' => array(
|
250 |
-
'version' => '1.0.
|
251 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
|
252 |
),
|
253 |
'Vendidero\\Germanized\\Shipments\\Install' => array(
|
254 |
-
'version' => '1.0.
|
255 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
|
256 |
),
|
257 |
'Vendidero\\Germanized\\Shipments\\Order' => array(
|
258 |
-
'version' => '1.0.
|
259 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
|
260 |
),
|
261 |
'Vendidero\\Germanized\\Shipments\\Package' => array(
|
262 |
-
'version' => '1.0.
|
263 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
|
264 |
),
|
265 |
'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
|
266 |
-
'version' => '1.0.
|
267 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
|
268 |
),
|
269 |
'Vendidero\\Germanized\\Shipments\\Shipment' => array(
|
270 |
-
'version' => '1.0.
|
271 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
|
272 |
),
|
273 |
'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
|
274 |
-
'version' => '1.0.
|
275 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
|
276 |
),
|
277 |
'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
|
278 |
-
'version' => '1.0.
|
279 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
|
280 |
),
|
281 |
'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
|
282 |
-
'version' => '1.0.
|
283 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
|
284 |
),
|
|
|
|
|
|
|
|
|
285 |
'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
|
286 |
-
'version' => '1.0.
|
287 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
|
288 |
),
|
289 |
'Vendidero\\Germanized\\Shipments\\Validation' => array(
|
290 |
-
'version' => '1.0.
|
291 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
|
292 |
),
|
293 |
'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
|
294 |
-
'version' => '1.0.
|
295 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
|
296 |
),
|
297 |
'Vendidero\\Germanized\\DHL\\Admin\\BulkLabel' => array(
|
298 |
-
'version' => '1.0.
|
299 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/BulkLabel.php'
|
300 |
),
|
301 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer' => array(
|
302 |
-
'version' => '1.0.
|
303 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer.php'
|
304 |
),
|
305 |
'Vendidero\\Germanized\\DHL\\Admin\\MetaBox' => array(
|
306 |
-
'version' => '1.0.
|
307 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/MetaBox.php'
|
308 |
),
|
309 |
'Vendidero\\Germanized\\DHL\\Admin\\Settings' => array(
|
310 |
-
'version' => '1.0.
|
311 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Settings.php'
|
312 |
),
|
313 |
'Vendidero\\Germanized\\DHL\\Ajax' => array(
|
314 |
-
'version' => '1.0.
|
315 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
|
316 |
),
|
317 |
'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
|
318 |
-
'version' => '1.0.
|
319 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
|
320 |
),
|
321 |
'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
|
322 |
-
'version' => '1.0.
|
323 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
|
324 |
),
|
325 |
'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
|
326 |
-
'version' => '1.0.
|
327 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
|
328 |
),
|
329 |
'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
|
330 |
-
'version' => '1.0.
|
331 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
|
332 |
),
|
333 |
'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
|
334 |
-
'version' => '1.0.
|
335 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
|
336 |
),
|
337 |
'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
|
338 |
-
'version' => '1.0.
|
339 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
|
340 |
),
|
341 |
'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
|
342 |
-
'version' => '1.0.
|
343 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
|
344 |
),
|
345 |
'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
|
346 |
-
'version' => '1.0.
|
347 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
|
348 |
),
|
349 |
'Vendidero\\Germanized\\DHL\\Automation' => array(
|
350 |
-
'version' => '1.0.
|
351 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Automation.php'
|
352 |
),
|
353 |
'Vendidero\\Germanized\\DHL\\DataStores\\Label' => array(
|
354 |
-
'version' => '1.0.
|
355 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/DataStores/Label.php'
|
356 |
),
|
357 |
'Vendidero\\Germanized\\DHL\\Admin\\DownloadHandler' => array(
|
358 |
-
'version' => '1.0.
|
359 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/DownloadHandler.php'
|
360 |
),
|
361 |
'Vendidero\\Germanized\\DHL\\Emails' => array(
|
362 |
-
'version' => '1.0.
|
363 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Emails.php'
|
364 |
),
|
365 |
'Vendidero\\Germanized\\DHL\\Install' => array(
|
366 |
-
'version' => '1.0.
|
367 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
|
368 |
),
|
369 |
'Vendidero\\Germanized\\DHL\\Label' => array(
|
370 |
-
'version' => '1.0.
|
371 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label.php'
|
372 |
),
|
373 |
'Vendidero\\Germanized\\DHL\\LabelFactory' => array(
|
374 |
-
'version' => '1.0.
|
375 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelFactory.php'
|
376 |
),
|
377 |
'Vendidero\\Germanized\\DHL\\LabelQuery' => array(
|
378 |
-
'version' => '1.0.
|
379 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelQuery.php'
|
380 |
),
|
381 |
'Vendidero\\Germanized\\DHL\\LabelWatcher' => array(
|
382 |
-
'version' => '1.0.
|
383 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelWatcher.php'
|
384 |
),
|
385 |
'Vendidero\\Germanized\\DHL\\Order' => array(
|
386 |
-
'version' => '1.0.
|
387 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
|
388 |
),
|
389 |
'Vendidero\\Germanized\\DHL\\Package' => array(
|
390 |
-
'version' => '1.0.
|
391 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
|
392 |
),
|
393 |
'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
|
394 |
-
'version' => '1.0.
|
395 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
|
396 |
),
|
397 |
'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
|
398 |
-
'version' => '1.0.
|
399 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
|
400 |
),
|
401 |
'Vendidero\\Germanized\\DHL\\PDFMerger' => array(
|
402 |
-
'version' => '1.0.
|
403 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/PDFMerger.php'
|
404 |
),
|
405 |
'Vendidero\\Germanized\\DHL\\PDFSplitter' => array(
|
406 |
-
'version' => '1.0.
|
407 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/PDFSplitter.php'
|
408 |
),
|
409 |
'Vendidero\\Germanized\\DHL\\Product' => array(
|
410 |
-
'version' => '1.0.
|
411 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
|
412 |
),
|
413 |
'Vendidero\\Germanized\\DHL\\ReturnLabel' => array(
|
414 |
-
'version' => '1.0.
|
415 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ReturnLabel.php'
|
416 |
),
|
417 |
'Vendidero\\Germanized\\DHL\\ShippingMethod' => array(
|
418 |
-
'version' => '1.0.
|
419 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingMethod.php'
|
420 |
),
|
421 |
'Vendidero\\Germanized\\DHL\\SimpleLabel' => array(
|
422 |
-
'version' => '1.0.
|
423 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/SimpleLabel.php'
|
424 |
),
|
425 |
'Vendidero\\Germanized\\Autoloader' => array(
|
426 |
-
'version' => '
|
427 |
'path' => $baseDir . '/src/Autoloader.php'
|
428 |
),
|
429 |
'Vendidero\\Germanized\\Packages' => array(
|
430 |
-
'version' => '
|
431 |
'path' => $baseDir . '/src/Packages.php'
|
432 |
),
|
433 |
'Vendidero\\Germanized\\Shopmark' => array(
|
434 |
-
'version' => '
|
435 |
'path' => $baseDir . '/src/Shopmark.php'
|
436 |
),
|
437 |
'Vendidero\\Germanized\\Shopmarks' => array(
|
438 |
-
'version' => '
|
439 |
'path' => $baseDir . '/src/Shopmarks.php'
|
440 |
),
|
441 |
'Composer\\Installers\\AglInstaller' => array(
|
195 |
'path' => $vendorDir . '/setasign/fpdi/src/Tfpdf/Fpdi.php'
|
196 |
),
|
197 |
'Vendidero\\TrustedShops\\Package' => array(
|
198 |
+
'version' => '4.0.2.0',
|
199 |
'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
|
200 |
),
|
201 |
'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
|
202 |
+
'version' => '1.0.4.0',
|
203 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
|
204 |
),
|
205 |
'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
|
206 |
+
'version' => '1.0.4.0',
|
207 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
|
208 |
),
|
209 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
|
210 |
+
'version' => '1.0.4.0',
|
211 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
|
212 |
),
|
213 |
'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
|
214 |
+
'version' => '1.0.4.0',
|
215 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
|
216 |
),
|
217 |
'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
|
218 |
+
'version' => '1.0.4.0',
|
219 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
|
220 |
),
|
221 |
'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
|
222 |
+
'version' => '1.0.4.0',
|
223 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
|
224 |
),
|
225 |
'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
|
226 |
+
'version' => '1.0.4.0',
|
227 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
|
228 |
),
|
229 |
'Vendidero\\Germanized\\Shipments\\Ajax' => array(
|
230 |
+
'version' => '1.0.4.0',
|
231 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
|
232 |
),
|
233 |
'Vendidero\\Germanized\\Shipments\\Api' => array(
|
234 |
+
'version' => '1.0.4.0',
|
235 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
|
236 |
),
|
237 |
'Vendidero\\Germanized\\Shipments\\Automation' => array(
|
238 |
+
'version' => '1.0.4.0',
|
239 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
|
240 |
),
|
241 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
|
242 |
+
'version' => '1.0.4.0',
|
243 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
|
244 |
),
|
245 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
|
246 |
+
'version' => '1.0.4.0',
|
247 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
|
248 |
),
|
249 |
'Vendidero\\Germanized\\Shipments\\Emails' => array(
|
250 |
+
'version' => '1.0.4.0',
|
251 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
|
252 |
),
|
253 |
'Vendidero\\Germanized\\Shipments\\Install' => array(
|
254 |
+
'version' => '1.0.4.0',
|
255 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
|
256 |
),
|
257 |
'Vendidero\\Germanized\\Shipments\\Order' => array(
|
258 |
+
'version' => '1.0.4.0',
|
259 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
|
260 |
),
|
261 |
'Vendidero\\Germanized\\Shipments\\Package' => array(
|
262 |
+
'version' => '1.0.4.0',
|
263 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
|
264 |
),
|
265 |
'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
|
266 |
+
'version' => '1.0.4.0',
|
267 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
|
268 |
),
|
269 |
'Vendidero\\Germanized\\Shipments\\Shipment' => array(
|
270 |
+
'version' => '1.0.4.0',
|
271 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
|
272 |
),
|
273 |
'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
|
274 |
+
'version' => '1.0.4.0',
|
275 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
|
276 |
),
|
277 |
'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
|
278 |
+
'version' => '1.0.4.0',
|
279 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
|
280 |
),
|
281 |
'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
|
282 |
+
'version' => '1.0.4.0',
|
283 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
|
284 |
),
|
285 |
+
'Vendidero\\Germanized\\Shipments\\ShippingProvider' => array(
|
286 |
+
'version' => '1.0.4.0',
|
287 |
+
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider.php'
|
288 |
+
),
|
289 |
'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
|
290 |
+
'version' => '1.0.4.0',
|
291 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
|
292 |
),
|
293 |
'Vendidero\\Germanized\\Shipments\\Validation' => array(
|
294 |
+
'version' => '1.0.4.0',
|
295 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
|
296 |
),
|
297 |
'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
|
298 |
+
'version' => '1.0.4.0',
|
299 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
|
300 |
),
|
301 |
'Vendidero\\Germanized\\DHL\\Admin\\BulkLabel' => array(
|
302 |
+
'version' => '1.0.4.0',
|
303 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/BulkLabel.php'
|
304 |
),
|
305 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer' => array(
|
306 |
+
'version' => '1.0.4.0',
|
307 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer.php'
|
308 |
),
|
309 |
'Vendidero\\Germanized\\DHL\\Admin\\MetaBox' => array(
|
310 |
+
'version' => '1.0.4.0',
|
311 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/MetaBox.php'
|
312 |
),
|
313 |
'Vendidero\\Germanized\\DHL\\Admin\\Settings' => array(
|
314 |
+
'version' => '1.0.4.0',
|
315 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Settings.php'
|
316 |
),
|
317 |
'Vendidero\\Germanized\\DHL\\Ajax' => array(
|
318 |
+
'version' => '1.0.4.0',
|
319 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
|
320 |
),
|
321 |
'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
|
322 |
+
'version' => '1.0.4.0',
|
323 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
|
324 |
),
|
325 |
'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
|
326 |
+
'version' => '1.0.4.0',
|
327 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
|
328 |
),
|
329 |
'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
|
330 |
+
'version' => '1.0.4.0',
|
331 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
|
332 |
),
|
333 |
'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
|
334 |
+
'version' => '1.0.4.0',
|
335 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
|
336 |
),
|
337 |
'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
|
338 |
+
'version' => '1.0.4.0',
|
339 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
|
340 |
),
|
341 |
'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
|
342 |
+
'version' => '1.0.4.0',
|
343 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
|
344 |
),
|
345 |
'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
|
346 |
+
'version' => '1.0.4.0',
|
347 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
|
348 |
),
|
349 |
'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
|
350 |
+
'version' => '1.0.4.0',
|
351 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
|
352 |
),
|
353 |
'Vendidero\\Germanized\\DHL\\Automation' => array(
|
354 |
+
'version' => '1.0.4.0',
|
355 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Automation.php'
|
356 |
),
|
357 |
'Vendidero\\Germanized\\DHL\\DataStores\\Label' => array(
|
358 |
+
'version' => '1.0.4.0',
|
359 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/DataStores/Label.php'
|
360 |
),
|
361 |
'Vendidero\\Germanized\\DHL\\Admin\\DownloadHandler' => array(
|
362 |
+
'version' => '1.0.4.0',
|
363 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/DownloadHandler.php'
|
364 |
),
|
365 |
'Vendidero\\Germanized\\DHL\\Emails' => array(
|
366 |
+
'version' => '1.0.4.0',
|
367 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Emails.php'
|
368 |
),
|
369 |
'Vendidero\\Germanized\\DHL\\Install' => array(
|
370 |
+
'version' => '1.0.4.0',
|
371 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
|
372 |
),
|
373 |
'Vendidero\\Germanized\\DHL\\Label' => array(
|
374 |
+
'version' => '1.0.4.0',
|
375 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label.php'
|
376 |
),
|
377 |
'Vendidero\\Germanized\\DHL\\LabelFactory' => array(
|
378 |
+
'version' => '1.0.4.0',
|
379 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelFactory.php'
|
380 |
),
|
381 |
'Vendidero\\Germanized\\DHL\\LabelQuery' => array(
|
382 |
+
'version' => '1.0.4.0',
|
383 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelQuery.php'
|
384 |
),
|
385 |
'Vendidero\\Germanized\\DHL\\LabelWatcher' => array(
|
386 |
+
'version' => '1.0.4.0',
|
387 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelWatcher.php'
|
388 |
),
|
389 |
'Vendidero\\Germanized\\DHL\\Order' => array(
|
390 |
+
'version' => '1.0.4.0',
|
391 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
|
392 |
),
|
393 |
'Vendidero\\Germanized\\DHL\\Package' => array(
|
394 |
+
'version' => '1.0.4.0',
|
395 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
|
396 |
),
|
397 |
'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
|
398 |
+
'version' => '1.0.4.0',
|
399 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
|
400 |
),
|
401 |
'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
|
402 |
+
'version' => '1.0.4.0',
|
403 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
|
404 |
),
|
405 |
'Vendidero\\Germanized\\DHL\\PDFMerger' => array(
|
406 |
+
'version' => '1.0.4.0',
|
407 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/PDFMerger.php'
|
408 |
),
|
409 |
'Vendidero\\Germanized\\DHL\\PDFSplitter' => array(
|
410 |
+
'version' => '1.0.4.0',
|
411 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/PDFSplitter.php'
|
412 |
),
|
413 |
'Vendidero\\Germanized\\DHL\\Product' => array(
|
414 |
+
'version' => '1.0.4.0',
|
415 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
|
416 |
),
|
417 |
'Vendidero\\Germanized\\DHL\\ReturnLabel' => array(
|
418 |
+
'version' => '1.0.4.0',
|
419 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ReturnLabel.php'
|
420 |
),
|
421 |
'Vendidero\\Germanized\\DHL\\ShippingMethod' => array(
|
422 |
+
'version' => '1.0.4.0',
|
423 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingMethod.php'
|
424 |
),
|
425 |
'Vendidero\\Germanized\\DHL\\SimpleLabel' => array(
|
426 |
+
'version' => '1.0.4.0',
|
427 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/SimpleLabel.php'
|
428 |
),
|
429 |
'Vendidero\\Germanized\\Autoloader' => array(
|
430 |
+
'version' => '9999999-dev',
|
431 |
'path' => $baseDir . '/src/Autoloader.php'
|
432 |
),
|
433 |
'Vendidero\\Germanized\\Packages' => array(
|
434 |
+
'version' => '9999999-dev',
|
435 |
'path' => $baseDir . '/src/Packages.php'
|
436 |
),
|
437 |
'Vendidero\\Germanized\\Shopmark' => array(
|
438 |
+
'version' => '9999999-dev',
|
439 |
'path' => $baseDir . '/src/Shopmark.php'
|
440 |
),
|
441 |
'Vendidero\\Germanized\\Shopmarks' => array(
|
442 |
+
'version' => '9999999-dev',
|
443 |
'path' => $baseDir . '/src/Shopmarks.php'
|
444 |
),
|
445 |
'Composer\\Installers\\AglInstaller' => array(
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit08c8e925438cfe347e923322f50f5bec
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInita9755e7c8052eec58e8f4dce4735c8a0
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInita9755e7c8052eec58e8f4dce4735c8a0', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInita9755e7c8052eec58e8f4dce4735c8a0', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInita9755e7c8052eec58e8f4dce4735c8a0::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
's' =>
|
@@ -66,9 +66,9 @@ class ComposerStaticInit08c8e925438cfe347e923322f50f5bec
|
|
66 |
public static function getInitializer(ClassLoader $loader)
|
67 |
{
|
68 |
return \Closure::bind(function () use ($loader) {
|
69 |
-
$loader->prefixLengthsPsr4 =
|
70 |
-
$loader->prefixDirsPsr4 =
|
71 |
-
$loader->classMap =
|
72 |
|
73 |
}, null, ClassLoader::class);
|
74 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInita9755e7c8052eec58e8f4dce4735c8a0
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
's' =>
|
66 |
public static function getInitializer(ClassLoader $loader)
|
67 |
{
|
68 |
return \Closure::bind(function () use ($loader) {
|
69 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInita9755e7c8052eec58e8f4dce4735c8a0::$prefixLengthsPsr4;
|
70 |
+
$loader->prefixDirsPsr4 = ComposerStaticInita9755e7c8052eec58e8f4dce4735c8a0::$prefixDirsPsr4;
|
71 |
+
$loader->classMap = ComposerStaticInita9755e7c8052eec58e8f4dce4735c8a0::$classMap;
|
72 |
|
73 |
}, null, ClassLoader::class);
|
74 |
}
|
vendor/composer/installed.json
CHANGED
@@ -306,17 +306,17 @@
|
|
306 |
},
|
307 |
{
|
308 |
"name": "vendidero/woocommerce-germanized-dhl",
|
309 |
-
"version": "v1.0.
|
310 |
-
"version_normalized": "1.0.
|
311 |
"source": {
|
312 |
"type": "git",
|
313 |
"url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
|
314 |
-
"reference": "
|
315 |
},
|
316 |
"dist": {
|
317 |
"type": "zip",
|
318 |
-
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/
|
319 |
-
"reference": "
|
320 |
"shasum": ""
|
321 |
},
|
322 |
"require": {
|
@@ -327,7 +327,7 @@
|
|
327 |
"phpunit/phpunit": "6.5.14",
|
328 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
329 |
},
|
330 |
-
"time": "2019-11-
|
331 |
"type": "wordpress-plugin",
|
332 |
"installation-source": "dist",
|
333 |
"autoload": {
|
@@ -351,23 +351,23 @@
|
|
351 |
"description": "The Germanized DHL implementation.",
|
352 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
|
353 |
"support": {
|
354 |
-
"source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.0.
|
355 |
"issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
|
356 |
}
|
357 |
},
|
358 |
{
|
359 |
"name": "vendidero/woocommerce-germanized-shipments",
|
360 |
-
"version": "v1.0.
|
361 |
-
"version_normalized": "1.0.
|
362 |
"source": {
|
363 |
"type": "git",
|
364 |
"url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
|
365 |
-
"reference": "
|
366 |
},
|
367 |
"dist": {
|
368 |
"type": "zip",
|
369 |
-
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/
|
370 |
-
"reference": "
|
371 |
"shasum": ""
|
372 |
},
|
373 |
"require": {
|
@@ -377,7 +377,7 @@
|
|
377 |
"phpunit/phpunit": "6.5.14",
|
378 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
379 |
},
|
380 |
-
"time": "2019-11-
|
381 |
"type": "wordpress-plugin",
|
382 |
"installation-source": "dist",
|
383 |
"autoload": {
|
@@ -399,23 +399,23 @@
|
|
399 |
"description": "The Germanized Shipments implementation.",
|
400 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
|
401 |
"support": {
|
402 |
-
"source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v1.0.
|
403 |
"issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
|
404 |
}
|
405 |
},
|
406 |
{
|
407 |
"name": "vendidero/woocommerce-trusted-shops",
|
408 |
-
"version": "v4.0.
|
409 |
-
"version_normalized": "4.0.
|
410 |
"source": {
|
411 |
"type": "git",
|
412 |
"url": "https://github.com/vendidero/woocommerce-trusted-shops.git",
|
413 |
-
"reference": "
|
414 |
},
|
415 |
"dist": {
|
416 |
"type": "zip",
|
417 |
-
"url": "https://api.github.com/repos/vendidero/woocommerce-trusted-shops/zipball/
|
418 |
-
"reference": "
|
419 |
"shasum": ""
|
420 |
},
|
421 |
"require": {
|
@@ -425,7 +425,7 @@
|
|
425 |
"phpunit/phpunit": "6.5.14",
|
426 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
427 |
},
|
428 |
-
"time": "2019-
|
429 |
"type": "wordpress-plugin",
|
430 |
"installation-source": "dist",
|
431 |
"autoload": {
|
@@ -447,7 +447,7 @@
|
|
447 |
"description": "Trustbadge Reviews for WooCommerce.",
|
448 |
"homepage": "https://github.com/vendidero/woocommerce-trusted-shops",
|
449 |
"support": {
|
450 |
-
"source": "https://github.com/vendidero/woocommerce-trusted-shops/tree/v4.0.
|
451 |
"issues": "https://github.com/vendidero/woocommerce-trusted-shops/issues"
|
452 |
}
|
453 |
}
|
306 |
},
|
307 |
{
|
308 |
"name": "vendidero/woocommerce-germanized-dhl",
|
309 |
+
"version": "v1.0.4",
|
310 |
+
"version_normalized": "1.0.4.0",
|
311 |
"source": {
|
312 |
"type": "git",
|
313 |
"url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
|
314 |
+
"reference": "9cf56530dfafb637f3094ff17de91a3b8855cccd"
|
315 |
},
|
316 |
"dist": {
|
317 |
"type": "zip",
|
318 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/9cf56530dfafb637f3094ff17de91a3b8855cccd",
|
319 |
+
"reference": "9cf56530dfafb637f3094ff17de91a3b8855cccd",
|
320 |
"shasum": ""
|
321 |
},
|
322 |
"require": {
|
327 |
"phpunit/phpunit": "6.5.14",
|
328 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
329 |
},
|
330 |
+
"time": "2019-11-06T15:59:47+00:00",
|
331 |
"type": "wordpress-plugin",
|
332 |
"installation-source": "dist",
|
333 |
"autoload": {
|
351 |
"description": "The Germanized DHL implementation.",
|
352 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
|
353 |
"support": {
|
354 |
+
"source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.0.4",
|
355 |
"issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
|
356 |
}
|
357 |
},
|
358 |
{
|
359 |
"name": "vendidero/woocommerce-germanized-shipments",
|
360 |
+
"version": "v1.0.4",
|
361 |
+
"version_normalized": "1.0.4.0",
|
362 |
"source": {
|
363 |
"type": "git",
|
364 |
"url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
|
365 |
+
"reference": "48ca549d12d9a4e177237cd9e53633411f29f261"
|
366 |
},
|
367 |
"dist": {
|
368 |
"type": "zip",
|
369 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/48ca549d12d9a4e177237cd9e53633411f29f261",
|
370 |
+
"reference": "48ca549d12d9a4e177237cd9e53633411f29f261",
|
371 |
"shasum": ""
|
372 |
},
|
373 |
"require": {
|
377 |
"phpunit/phpunit": "6.5.14",
|
378 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
379 |
},
|
380 |
+
"time": "2019-11-06T16:00:47+00:00",
|
381 |
"type": "wordpress-plugin",
|
382 |
"installation-source": "dist",
|
383 |
"autoload": {
|
399 |
"description": "The Germanized Shipments implementation.",
|
400 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
|
401 |
"support": {
|
402 |
+
"source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v1.0.4",
|
403 |
"issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
|
404 |
}
|
405 |
},
|
406 |
{
|
407 |
"name": "vendidero/woocommerce-trusted-shops",
|
408 |
+
"version": "v4.0.2",
|
409 |
+
"version_normalized": "4.0.2.0",
|
410 |
"source": {
|
411 |
"type": "git",
|
412 |
"url": "https://github.com/vendidero/woocommerce-trusted-shops.git",
|
413 |
+
"reference": "a5250207d2e8c4204fc7d982a72b63c51c70d134"
|
414 |
},
|
415 |
"dist": {
|
416 |
"type": "zip",
|
417 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-trusted-shops/zipball/a5250207d2e8c4204fc7d982a72b63c51c70d134",
|
418 |
+
"reference": "a5250207d2e8c4204fc7d982a72b63c51c70d134",
|
419 |
"shasum": ""
|
420 |
},
|
421 |
"require": {
|
425 |
"phpunit/phpunit": "6.5.14",
|
426 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
427 |
},
|
428 |
+
"time": "2019-11-06T16:05:07+00:00",
|
429 |
"type": "wordpress-plugin",
|
430 |
"installation-source": "dist",
|
431 |
"autoload": {
|
447 |
"description": "Trustbadge Reviews for WooCommerce.",
|
448 |
"homepage": "https://github.com/vendidero/woocommerce-trusted-shops",
|
449 |
"support": {
|
450 |
+
"source": "https://github.com/vendidero/woocommerce-trusted-shops/tree/v4.0.2",
|
451 |
"issues": "https://github.com/vendidero/woocommerce-trusted-shops/issues"
|
452 |
}
|
453 |
}
|
woocommerce-germanized.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Germanized for WooCommerce
|
4 |
* Plugin URI: https://www.vendidero.de/woocommerce-germanized
|
5 |
* Description: Germanized for WooCommerce extends WooCommerce to become a legally compliant store in the german market.
|
6 |
-
* Version: 3.0.
|
7 |
* Author: Vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
* Requires at least: 4.9
|
@@ -63,7 +63,7 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
|
|
63 |
*
|
64 |
* @var string
|
65 |
*/
|
66 |
-
public $version = '3.0.
|
67 |
|
68 |
/**
|
69 |
* @var WooCommerce_Germanized $instance of the plugin
|
3 |
* Plugin Name: Germanized for WooCommerce
|
4 |
* Plugin URI: https://www.vendidero.de/woocommerce-germanized
|
5 |
* Description: Germanized for WooCommerce extends WooCommerce to become a legally compliant store in the german market.
|
6 |
+
* Version: 3.0.4
|
7 |
* Author: Vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
* Requires at least: 4.9
|
63 |
*
|
64 |
* @var string
|
65 |
*/
|
66 |
+
public $version = '3.0.4';
|
67 |
|
68 |
/**
|
69 |
* @var WooCommerce_Germanized $instance of the plugin
|