Version Description
- Improvement: Added DHL shipment number tracking link to admin panel
- Improvement: Added shipment option to allow hiding data in customer panel
- Improvement: Added shipment option to mark order as completed as soon as it is fully shipped
- Fix: Use order item variation id on shipment item sync if available
- Fix: Allow manual choosing shipping provider for shipments with empty instance id (e.g. manual orders)
- Fix: Direct debit mandate id
Download this release
Release Info
Developer | vendidero |
Plugin | WooCommerce Germanized |
Version | 3.0.3 |
Comparing to | |
See all releases |
Code changes from version 3.0.2 to 3.0.3
- i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE.po +232 -178
- i18n/languages/woocommerce-germanized-de_DE_formal.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE_formal.po +232 -178
- includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php +17 -4
- packages/woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php +2 -1
- packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php +25 -2
- packages/woocommerce-germanized-dhl/src/Package.php +1 -1
- packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php +1 -1
- packages/woocommerce-germanized-shipments/assets/css/admin.css +3 -0
- packages/woocommerce-germanized-shipments/assets/css/admin.min.css +1 -1
- packages/woocommerce-germanized-shipments/assets/css/admin.scss +5 -0
- packages/woocommerce-germanized-shipments/assets/js/admin-shipments.js +6 -0
- packages/woocommerce-germanized-shipments/assets/js/admin-shipments.min.js +1 -1
- packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php +13 -0
- packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-template-hooks.php +9 -5
- packages/woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php +2 -1
- packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php +9 -0
- packages/woocommerce-germanized-shipments/src/Admin/Settings.php +20 -0
- packages/woocommerce-germanized-shipments/src/Automation.php +23 -0
- packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php +5 -0
- packages/woocommerce-germanized-shipments/src/Package.php +1 -1
- packages/woocommerce-germanized-shipments/src/Shipment.php +10 -3
- packages/woocommerce-germanized-shipments/src/ShipmentItem.php +4 -1
- packages/woocommerce-germanized-shipments/src/SimpleShipment.php +15 -0
- packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php +1 -1
- readme.txt +10 -1
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +2 -2
- vendor/composer/autoload_classmap_package.php +60 -60
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.json +14 -14
- 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-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
@@ -224,7 +224,7 @@ msgid "Premium"
|
|
224 |
msgstr "Premium"
|
225 |
|
226 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone.php:17
|
227 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:
|
228 |
msgctxt "dhl"
|
229 |
msgid "Create label"
|
230 |
msgstr "Label erstellen"
|
@@ -240,23 +240,23 @@ msgctxt "dhl"
|
|
240 |
msgid "DHL Label"
|
241 |
msgstr "DHL Label"
|
242 |
|
243 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:
|
244 |
msgctxt "dhl"
|
245 |
msgid "Download"
|
246 |
msgstr "Download"
|
247 |
|
248 |
# @ woocommerce-germanized
|
249 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:
|
250 |
msgctxt "dhl"
|
251 |
msgid "Send to customer"
|
252 |
msgstr "An den Kunden senden"
|
253 |
|
254 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:
|
255 |
msgctxt "dhl"
|
256 |
msgid "Delete"
|
257 |
msgstr "Löschen"
|
258 |
|
259 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:
|
260 |
#: woocommerce-germanized-dhl/src/Admin/Admin.php:414
|
261 |
msgctxt "dhl"
|
262 |
msgid "Create new DHL label"
|
@@ -2293,7 +2293,6 @@ msgid "Preferred time: Delivery during your preferred time slot."
|
|
2293 |
msgstr "Wunschzeit: Lieferung im gewünschten Zeitfenster."
|
2294 |
|
2295 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
|
2296 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:91
|
2297 |
msgctxt "dhl"
|
2298 |
msgid ""
|
2299 |
"Indicate a preferred time, which suits you best for your parcel delivery by "
|
@@ -2452,16 +2451,27 @@ msgctxt "shipments"
|
|
2452 |
msgid "Shipping method"
|
2453 |
msgstr "Versandmethode"
|
2454 |
|
2455 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2456 |
-
|
2457 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2458 |
msgctxt "shipments"
|
2459 |
msgid "Item"
|
2460 |
msgstr "Position"
|
2461 |
|
2462 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2463 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2464 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2465 |
#: woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:55
|
2466 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details.php:50
|
2467 |
msgctxt "shipments"
|
@@ -2469,7 +2479,7 @@ msgid "Quantity"
|
|
2469 |
msgstr "Anzahl"
|
2470 |
|
2471 |
# @ woocommerce-germanized
|
2472 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2473 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:704
|
2474 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:27
|
2475 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:647
|
@@ -2478,39 +2488,39 @@ msgid "Actions"
|
|
2478 |
msgstr "Aktionen"
|
2479 |
|
2480 |
# @ woocommerce-germanized
|
2481 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2482 |
msgctxt "shipments"
|
2483 |
msgid "Add item"
|
2484 |
msgstr "Position hinzufügen"
|
2485 |
|
2486 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2487 |
msgctxt "shipments"
|
2488 |
msgid "Sync items"
|
2489 |
msgstr "Positionen synchronisieren"
|
2490 |
|
2491 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2492 |
msgctxt "shipments"
|
2493 |
msgid "Automatically adjust items and quantities based on order item data."
|
2494 |
msgstr "Bestimmt Positionen und Anzahlen automatisch anhand der Bestelldaten."
|
2495 |
|
2496 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2497 |
msgctxt "shipments"
|
2498 |
msgid "Add Item"
|
2499 |
msgstr "Position hinzufügen"
|
2500 |
|
2501 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2502 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2503 |
msgctxt "shipments"
|
2504 |
msgid "Add"
|
2505 |
msgstr "Hinzufügen"
|
2506 |
|
2507 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2508 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2509 |
msgctxt "shipments"
|
2510 |
msgid "Add Return"
|
2511 |
msgstr "Retoure hinzufügen"
|
2512 |
|
2513 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2514 |
#, php-format
|
2515 |
msgctxt "shipments"
|
2516 |
msgid "Delete %s"
|
@@ -2593,63 +2603,63 @@ msgctxt "shipments"
|
|
2593 |
msgid "Shipment to your order: {order_number}"
|
2594 |
msgstr "Sendung zu deiner Bestellung {order_number}"
|
2595 |
|
2596 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2597 |
#, php-format
|
2598 |
msgid "Available placeholders: %s"
|
2599 |
msgstr "Verfügbare Platzhalter: %s"
|
2600 |
|
2601 |
# @ woocommerce-germanized
|
2602 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2603 |
msgctxt "shipments"
|
2604 |
msgid "Enable/Disable"
|
2605 |
msgstr "Aktivieren/Deaktivieren"
|
2606 |
|
2607 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2608 |
msgctxt "shipments"
|
2609 |
msgid "Enable this email notification"
|
2610 |
msgstr "Aktiviere diese E-Mail-Benachrichtigung"
|
2611 |
|
2612 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2613 |
msgctxt "shipments"
|
2614 |
msgid "Full shipment subject"
|
2615 |
msgstr "Vollständige Sendung Betreff"
|
2616 |
|
2617 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2618 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2619 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2620 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2621 |
#, php-format
|
2622 |
msgctxt "shipments"
|
2623 |
msgid "Available placeholders: %s"
|
2624 |
msgstr "Verfügbare Platzhalter: %s"
|
2625 |
|
2626 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2627 |
msgctxt "shipments"
|
2628 |
msgid "Partial shipment subject"
|
2629 |
msgstr "Teilsendung Betreff"
|
2630 |
|
2631 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2632 |
msgctxt "shipments"
|
2633 |
msgid "Full shipment email heading"
|
2634 |
msgstr "Vollständige Sendung Kopfzeile"
|
2635 |
|
2636 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2637 |
msgctxt "shipments"
|
2638 |
msgid "Partial shipment email heading"
|
2639 |
msgstr "Teilsendung Kopfzeile"
|
2640 |
|
2641 |
# @ woocommerce-germanized
|
2642 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2643 |
msgctxt "shipments"
|
2644 |
msgid "Additional content"
|
2645 |
msgstr "Zusätzlicher Inhalt"
|
2646 |
|
2647 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2648 |
msgctxt "shipments"
|
2649 |
msgid "Text to appear below the main email content."
|
2650 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
2651 |
|
2652 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2653 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:638
|
2654 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:666
|
2655 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
@@ -2657,12 +2667,12 @@ msgctxt "shipments"
|
|
2657 |
msgid "N/A"
|
2658 |
msgstr "n.a."
|
2659 |
|
2660 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2661 |
msgctxt "shipments"
|
2662 |
msgid "Email type"
|
2663 |
msgstr "E-Mail-Typ"
|
2664 |
|
2665 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2666 |
msgctxt "shipments"
|
2667 |
msgid "Choose which format of email to send."
|
2668 |
msgstr "Format für E-Mail-Versand auswählen."
|
@@ -2729,8 +2739,8 @@ msgid "Returned"
|
|
2729 |
msgstr "Retourniert"
|
2730 |
|
2731 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:218
|
2732 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:
|
2733 |
-
#: woocommerce-germanized-shipments/src/DataStores/Shipment.php:
|
2734 |
msgctxt "shipments"
|
2735 |
msgid "Invalid shipment."
|
2736 |
msgstr "Ungültige Sendung."
|
@@ -2749,7 +2759,7 @@ msgstr "Fehler beim Erstellen der Sendungsinstanz"
|
|
2749 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:261
|
2750 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:265
|
2751 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:142
|
2752 |
-
#: woocommerce-germanized-shipments/src/SimpleShipment.php:
|
2753 |
msgctxt "shipments"
|
2754 |
msgid "Invalid shipment order"
|
2755 |
msgstr "Ungültige Bestellung zur Sendung"
|
@@ -2784,7 +2794,7 @@ msgid "View"
|
|
2784 |
msgstr "Anzeigen"
|
2785 |
|
2786 |
# @ woocommerce-germanized
|
2787 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:
|
2788 |
msgctxt "shipments"
|
2789 |
msgid "My account"
|
2790 |
msgstr "Mein Konto"
|
@@ -2956,54 +2966,92 @@ msgstr ""
|
|
2956 |
"erhält."
|
2957 |
|
2958 |
# @ woocommerce-germanized
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2959 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:131
|
2960 |
msgctxt "shipments"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2961 |
msgid "Return Address"
|
2962 |
msgstr "Retouren Adresse"
|
2963 |
|
2964 |
# @ woocommerce-germanized
|
2965 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
2966 |
msgctxt "shipments"
|
2967 |
msgid "First Name"
|
2968 |
msgstr "Vorname"
|
2969 |
|
2970 |
# @ woocommerce-germanized
|
2971 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
2972 |
msgctxt "shipments"
|
2973 |
msgid "Last Name"
|
2974 |
msgstr "Nachname"
|
2975 |
|
2976 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
2977 |
msgctxt "shipments"
|
2978 |
msgid "Company"
|
2979 |
msgstr "Firma"
|
2980 |
|
2981 |
# @ woocommerce-germanized
|
2982 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
2983 |
msgctxt "shipments"
|
2984 |
msgid "Address 1"
|
2985 |
msgstr "Adresszeile 1"
|
2986 |
|
2987 |
# @ woocommerce-germanized
|
2988 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
2989 |
msgctxt "shipments"
|
2990 |
msgid "Address 2"
|
2991 |
msgstr "Adresszeile 2"
|
2992 |
|
2993 |
# @ woocommerce-germanized
|
2994 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
2995 |
msgctxt "shipments"
|
2996 |
msgid "City"
|
2997 |
msgstr "Stadt"
|
2998 |
|
2999 |
# @ woocommerce-germanized
|
3000 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
3001 |
msgctxt "shipments"
|
3002 |
msgid "Country / State"
|
3003 |
msgstr "Land / Bundesland"
|
3004 |
|
3005 |
# @ woocommerce-germanized
|
3006 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
3007 |
msgctxt "shipments"
|
3008 |
msgid "Postcode"
|
3009 |
msgstr "Postleitzahl"
|
@@ -3369,13 +3417,19 @@ msgctxt "shipments"
|
|
3369 |
msgid "Quantity."
|
3370 |
msgstr "Anzahl."
|
3371 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3372 |
#: woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php:191
|
3373 |
msgctxt "shipments"
|
3374 |
msgid "Invalid shipment item."
|
3375 |
msgstr "Ungültige Sendungsposition."
|
3376 |
|
3377 |
#: woocommerce-germanized-shipments/src/ReturnShipment.php:353
|
3378 |
-
#: woocommerce-germanized-shipments/src/Shipment.php:
|
3379 |
#, php-format
|
3380 |
msgctxt "full name"
|
3381 |
msgid "%1$s %2$s"
|
@@ -3387,7 +3441,7 @@ msgctxt "shipments"
|
|
3387 |
msgid "Invalid shipment"
|
3388 |
msgstr "Ungültige Sendung"
|
3389 |
|
3390 |
-
#: woocommerce-germanized-shipments/src/Shipment.php:
|
3391 |
#, php-format
|
3392 |
msgctxt "shipments"
|
3393 |
msgid ""
|
@@ -3573,27 +3627,27 @@ msgid "l"
|
|
3573 |
msgstr "l"
|
3574 |
|
3575 |
# @ woocommerce-germanized
|
3576 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
3577 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
3578 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
3579 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:546
|
3580 |
msgid "incl. VAT"
|
3581 |
msgstr "inkl. MwSt."
|
3582 |
|
3583 |
# @ woocommerce-germanized
|
3584 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
3585 |
msgid "excl. VAT"
|
3586 |
msgstr "exkl. MwSt."
|
3587 |
|
3588 |
# @ woocommerce-germanized
|
3589 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
3590 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
3591 |
#, php-format
|
3592 |
msgid "incl. %s%% VAT"
|
3593 |
msgstr "inkl. %s %% MwSt."
|
3594 |
|
3595 |
# @ woocommerce-germanized
|
3596 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
3597 |
#, php-format
|
3598 |
msgid "excl. %s%% VAT"
|
3599 |
msgstr "exkl. %s %% MwSt."
|
@@ -3635,14 +3689,6 @@ msgstr "Beschriftung anpassen"
|
|
3635 |
msgid "Global minimum age"
|
3636 |
msgstr "Globales Mindestalter"
|
3637 |
|
3638 |
-
# @ woocommerce-germanized
|
3639 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:72
|
3640 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:82
|
3641 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:368
|
3642 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:471
|
3643 |
-
msgid "None"
|
3644 |
-
msgstr "Keine"
|
3645 |
-
|
3646 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:73
|
3647 |
msgid ""
|
3648 |
"Choose a global minimum age necessary to buy your products. Can be "
|
@@ -3822,6 +3868,13 @@ msgstr "Altersprüfung"
|
|
3822 |
msgid "Same as Parent"
|
3823 |
msgstr "Gleiche wie übergeordnet"
|
3824 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3825 |
# @ woocommerce-germanized
|
3826 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:66
|
3827 |
msgid "Germanize"
|
@@ -3974,7 +4027,7 @@ msgstr "Zurück zu WP Admin"
|
|
3974 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
3975 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:53
|
3976 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:136
|
3977 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
3978 |
msgid "Terms & Conditions"
|
3979 |
msgstr "AGB"
|
3980 |
|
@@ -3988,7 +4041,7 @@ msgstr "Widerrufsbelehrung"
|
|
3988 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
3989 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:84
|
3990 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:136
|
3991 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
3992 |
msgid "Imprint"
|
3993 |
msgstr "Impressum"
|
3994 |
|
@@ -4000,7 +4053,7 @@ msgstr "Datenschutzerklärung"
|
|
4000 |
# @ woocommerce-germanized
|
4001 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
4002 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:104
|
4003 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
4004 |
msgid "Payment Methods"
|
4005 |
msgstr "Zahlungarten"
|
4006 |
|
@@ -5238,7 +5291,7 @@ msgid ""
|
|
5238 |
msgstr "Passe hier, falls notwending, den Kleinunternehmer Hinweistext an."
|
5239 |
|
5240 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:227
|
5241 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5242 |
msgid ""
|
5243 |
"Value added tax is not collected, as small businesses according to §19 (1) "
|
5244 |
"UStG."
|
@@ -5356,7 +5409,7 @@ msgstr ""
|
|
5356 |
"Platzhalter für den höchsten Preis."
|
5357 |
|
5358 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:304
|
5359 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5360 |
msgid "{min_price} – {max_price}"
|
5361 |
msgstr "{min_price} – {max_price}"
|
5362 |
|
@@ -5665,7 +5718,7 @@ msgstr "Preisauszeichnung „Steuer“ anzeigen"
|
|
5665 |
# @ woocommerce-germanized
|
5666 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:272
|
5667 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:317
|
5668 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5669 |
msgid "Shipping Costs"
|
5670 |
msgstr "Versandkosten"
|
5671 |
|
@@ -6171,7 +6224,7 @@ msgstr "Name"
|
|
6171 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
6172 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:29
|
6173 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:779
|
6174 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6175 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:121
|
6176 |
msgid "Description"
|
6177 |
msgstr "Beschreibung"
|
@@ -6291,12 +6344,12 @@ msgid "Install an older version"
|
|
6291 |
msgstr "Installiere eine ältere Version"
|
6292 |
|
6293 |
# @ woocommerce-germanized
|
6294 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:
|
6295 |
msgctxt "dhl"
|
6296 |
msgid "DHL built-in Integration"
|
6297 |
msgstr "DHL Integration"
|
6298 |
|
6299 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:
|
6300 |
msgctxt "dhl"
|
6301 |
msgid ""
|
6302 |
"It seems like you are currently using the DHL for WooCommerce plugin. "
|
@@ -6310,14 +6363,14 @@ msgstr ""
|
|
6310 |
"dir deine Vorteile bei der Nutzung der Germanized DHL Integration an und "
|
6311 |
"lasse Germanized einfach deine bestehenden Einstellungen importieren."
|
6312 |
|
6313 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:
|
6314 |
msgctxt "dhl"
|
6315 |
msgid "No need to use an external plugin which might lead to incompatibilities"
|
6316 |
msgstr ""
|
6317 |
"Kein externes Plugin notwendig, d.h. geringere Fehleranfälligkeit und "
|
6318 |
"bessere Performance"
|
6319 |
|
6320 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:
|
6321 |
msgctxt "dhl"
|
6322 |
msgid ""
|
6323 |
"Perfectly integrated in Germanized – easily create labels for shipments"
|
@@ -6325,16 +6378,23 @@ msgstr ""
|
|
6325 |
"Perfekt integriert in Germanized – erzeuge einfach DHL Labels für "
|
6326 |
"Sendungen und Retouren"
|
6327 |
|
6328 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:
|
6329 |
msgctxt "dhl"
|
6330 |
msgid "Learn more"
|
6331 |
msgstr "Mehr erfahren"
|
6332 |
|
6333 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:
|
6334 |
msgctxt "dhl"
|
6335 |
msgid "Import settings and activate"
|
6336 |
msgstr "Einstellungen importieren und loslegen"
|
6337 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6338 |
# @ woocommerce-germanized
|
6339 |
#: woocommerce-germanized/includes/admin/views/html-notice-pro.php:14
|
6340 |
msgid "For professionals: Upgrade to Pro-Version"
|
@@ -6377,12 +6437,6 @@ msgstr "Premium Support via Ticket-System"
|
|
6377 |
msgid "Learn more about Pro Version"
|
6378 |
msgstr "Mehr über die Pro Version erfahren"
|
6379 |
|
6380 |
-
# @ woocommerce-germanized
|
6381 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-pro.php:29
|
6382 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-theme-supported.php:21
|
6383 |
-
msgid "Hide this notice"
|
6384 |
-
msgstr "Diese Nachricht ausblenden"
|
6385 |
-
|
6386 |
# @ woocommerce-germanized
|
6387 |
#: woocommerce-germanized/includes/admin/views/html-notice-review.php:15
|
6388 |
msgid "Do you like Germanized?"
|
@@ -6822,7 +6876,7 @@ msgstr ""
|
|
6822 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:147
|
6823 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:159
|
6824 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:39
|
6825 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6826 |
#: woocommerce-germanized/includes/gateways/direct-debit/views/html-export.php:30
|
6827 |
msgid "Direct Debit"
|
6828 |
msgstr "Lastschrift"
|
@@ -6834,9 +6888,9 @@ msgstr "Lastschrift"
|
|
6834 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:117
|
6835 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:166
|
6836 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:117
|
6837 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6838 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6839 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6840 |
msgid "Account Holder"
|
6841 |
msgstr "Kontoinhaber"
|
6842 |
|
@@ -6847,10 +6901,10 @@ msgstr "Kontoinhaber"
|
|
6847 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:118
|
6848 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:167
|
6849 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:124
|
6850 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6851 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6852 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6853 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6854 |
msgid "IBAN"
|
6855 |
msgstr "IBAN"
|
6856 |
|
@@ -6861,9 +6915,9 @@ msgstr "IBAN"
|
|
6861 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:119
|
6862 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:168
|
6863 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:131
|
6864 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6865 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6866 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6867 |
msgid "BIC/SWIFT"
|
6868 |
msgstr "BIC/SWIFT"
|
6869 |
|
@@ -6874,7 +6928,7 @@ msgstr "Paketdienstleister Datenweitergabe"
|
|
6874 |
# @ woocommerce-germanized
|
6875 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:179
|
6876 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:138
|
6877 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6878 |
msgid "Mandate Reference ID"
|
6879 |
msgstr "Mandat-Referenznummer"
|
6880 |
|
@@ -7192,7 +7246,7 @@ msgid "Forward your Revocation online"
|
|
7192 |
msgstr "Deinen Widerruf online erklären"
|
7193 |
|
7194 |
# @ woocommerce-germanized
|
7195 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7196 |
#, php-format
|
7197 |
msgid ""
|
7198 |
"Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
|
@@ -7202,73 +7256,73 @@ msgstr ""
|
|
7202 |
"WooCommerce Germanized installierst. Vielen Dank!"
|
7203 |
|
7204 |
# @ woocommerce-germanized
|
7205 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7206 |
msgctxt "Page slug"
|
7207 |
msgid "data-security"
|
7208 |
msgstr "datenschutzerklaerung"
|
7209 |
|
7210 |
# @ woocommerce-germanized
|
7211 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7212 |
msgctxt "Page title"
|
7213 |
msgid "Data Security Statement"
|
7214 |
msgstr "Datenschutzerklärung"
|
7215 |
|
7216 |
# @ woocommerce-germanized
|
7217 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7218 |
msgctxt "Page slug"
|
7219 |
msgid "imprint"
|
7220 |
msgstr "impressum"
|
7221 |
|
7222 |
# @ woocommerce-germanized
|
7223 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7224 |
msgctxt "Page title"
|
7225 |
msgid "Imprint"
|
7226 |
msgstr "Impressum"
|
7227 |
|
7228 |
# @ woocommerce-germanized
|
7229 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7230 |
msgctxt "Page slug"
|
7231 |
msgid "terms"
|
7232 |
msgstr "agb"
|
7233 |
|
7234 |
# @ woocommerce-germanized
|
7235 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7236 |
msgctxt "Page title"
|
7237 |
msgid "Terms & Conditions"
|
7238 |
msgstr "AGB"
|
7239 |
|
7240 |
# @ woocommerce-germanized
|
7241 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7242 |
msgctxt "Page slug"
|
7243 |
msgid "revocation"
|
7244 |
msgstr "widerrufsbelehrung"
|
7245 |
|
7246 |
# @ woocommerce-germanized
|
7247 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7248 |
msgctxt "Page title"
|
7249 |
msgid "Power of Revocation"
|
7250 |
msgstr "Widerrufsbelehrung"
|
7251 |
|
7252 |
# @ woocommerce-germanized
|
7253 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7254 |
msgctxt "Page slug"
|
7255 |
msgid "shipping-methods"
|
7256 |
msgstr "versandarten"
|
7257 |
|
7258 |
# @ woocommerce-germanized
|
7259 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7260 |
msgctxt "Page title"
|
7261 |
msgid "Shipping Methods"
|
7262 |
msgstr "Versandarten"
|
7263 |
|
7264 |
# @ woocommerce-germanized
|
7265 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7266 |
msgctxt "Page slug"
|
7267 |
msgid "payment-methods"
|
7268 |
msgstr "bezahlmoeglichkeiten"
|
7269 |
|
7270 |
# @ woocommerce-germanized
|
7271 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7272 |
msgctxt "Page title"
|
7273 |
msgid "Payment Methods"
|
7274 |
msgstr "Zahlungsarten"
|
@@ -7438,7 +7492,7 @@ msgstr ""
|
|
7438 |
|
7439 |
# @ woocommerce-germanized
|
7440 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:209
|
7441 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7442 |
msgid "I hereby agree to the {link}direct debit mandate{/link}."
|
7443 |
msgstr "Hiermit erteile ich das {link}SEPA Lastschriftmandat{/link}."
|
7444 |
|
@@ -7834,14 +7888,14 @@ msgstr "Anrede"
|
|
7834 |
|
7835 |
# @ woocommerce-germanized
|
7836 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
7837 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7838 |
msgid "Mr."
|
7839 |
msgstr "Herr"
|
7840 |
|
7841 |
# @ woocommerce-germanized
|
7842 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:53
|
7843 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7844 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7845 |
msgid "Ms."
|
7846 |
msgstr "Frau"
|
7847 |
|
@@ -8225,7 +8279,7 @@ msgstr "Bestellung %s"
|
|
8225 |
msgid "Will be notified separately"
|
8226 |
msgstr "Wird separat mitgeteilt"
|
8227 |
|
8228 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8229 |
#, php-format
|
8230 |
msgid ""
|
8231 |
"We will debit %s from your account by direct debit on or shortly after %s."
|
@@ -8234,105 +8288,105 @@ msgstr ""
|
|
8234 |
"%s ein."
|
8235 |
|
8236 |
# @ woocommerce-germanized
|
8237 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8238 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8239 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8240 |
msgid "a single payment"
|
8241 |
msgstr "eine einmalige Zahlung"
|
8242 |
|
8243 |
# @ woocommerce-germanized
|
8244 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8245 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:108
|
8246 |
msgid "Enable/Disable"
|
8247 |
msgstr "Aktivieren/Deaktivieren"
|
8248 |
|
8249 |
# @ woocommerce-germanized
|
8250 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8251 |
msgid "Enable Direct Debit Payment"
|
8252 |
msgstr "Bezahlung per Lastschrift aktivieren"
|
8253 |
|
8254 |
# @ woocommerce-germanized
|
8255 |
# @ woocommerce
|
8256 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8257 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:114
|
8258 |
msgctxt "gateway"
|
8259 |
msgid "Title"
|
8260 |
msgstr "Bezeichnung"
|
8261 |
|
8262 |
# @ woocommerce-germanized
|
8263 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8264 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:116
|
8265 |
msgid "This controls the title which the user sees during checkout."
|
8266 |
msgstr ""
|
8267 |
"Beschreibungstext, den Benutzer bei der Auswahl dieser Zahlungsart sehen."
|
8268 |
|
8269 |
# @ woocommerce-germanized
|
8270 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8271 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:123
|
8272 |
msgid "Payment method description that the customer will see on your checkout."
|
8273 |
msgstr "Beschreibung der Zahlungsart, die Kunden auf deiner Website sehen."
|
8274 |
|
8275 |
# @ woocommerce-germanized
|
8276 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8277 |
msgid "The order amount will be debited directly from your bank account."
|
8278 |
msgstr ""
|
8279 |
"Der Gesamtbestellbetrag wird per SEPA-Lastschrift direkt von deinem Konto "
|
8280 |
"abgebucht."
|
8281 |
|
8282 |
# @ woocommerce-germanized
|
8283 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8284 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:128
|
8285 |
msgid "Instructions"
|
8286 |
msgstr "Anweisungen"
|
8287 |
|
8288 |
# @ woocommerce-germanized
|
8289 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8290 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:130
|
8291 |
msgid "Instructions that will be added to the thank you page and emails."
|
8292 |
msgstr "Anweisung, die zur „Danke“-Seite und zu E-Mails hinzugefügt werden."
|
8293 |
|
8294 |
# @ woocommerce-germanized
|
8295 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8296 |
msgid "Debtee"
|
8297 |
msgstr "Gläubiger Informationen"
|
8298 |
|
8299 |
# @ woocommerce-germanized
|
8300 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8301 |
msgid "Insert your company information."
|
8302 |
msgstr "Füge hier die Informationen zu deinem Unternehmen ein."
|
8303 |
|
8304 |
# @ woocommerce-germanized
|
8305 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8306 |
msgid "Company Inc, John Doe Street, New York"
|
8307 |
msgstr "Musterfirma GmbH, Musterstraße 12, 12203 Musterstadt"
|
8308 |
|
8309 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8310 |
msgid "Insert the bank account holder name."
|
8311 |
msgstr "Füge hier den Namen des Kontoinhabers ein."
|
8312 |
|
8313 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8314 |
msgid "Company Inc"
|
8315 |
msgstr "Muster GmbH"
|
8316 |
|
8317 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8318 |
msgid "Insert the bank account IBAN."
|
8319 |
msgstr "Füge hier den IBAN deines Kontos ein."
|
8320 |
|
8321 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8322 |
msgid "BIC"
|
8323 |
msgstr "BIC"
|
8324 |
|
8325 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8326 |
msgid "Insert the bank account BIC."
|
8327 |
msgstr "Füge hier den BIC deines Kontos ein."
|
8328 |
|
8329 |
# @ woocommerce-germanized
|
8330 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8331 |
msgid "Debtee identification number"
|
8332 |
msgstr "Identifikationsnummer"
|
8333 |
|
8334 |
# @ woocommerce-germanized
|
8335 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8336 |
#, php-format
|
8337 |
msgid ""
|
8338 |
"Insert your debtee indentification number. More information can be found <a "
|
@@ -8342,16 +8396,16 @@ msgstr ""
|
|
8342 |
"Weitere Informationen zu dieser Nummer erhältst du <a href=\"%s\">hier</a>."
|
8343 |
|
8344 |
# @ woocommerce-germanized
|
8345 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8346 |
msgid "Generate Mandate ID"
|
8347 |
msgstr "Mandat-Referenz generieren"
|
8348 |
|
8349 |
# @ woocommerce-germanized
|
8350 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8351 |
msgid "Automatically generate Mandate ID."
|
8352 |
msgstr "Mandat-Referenznummer automatisch generieren."
|
8353 |
|
8354 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8355 |
msgid ""
|
8356 |
"Automatically generate Mandate ID after order completion (based on Order ID)."
|
8357 |
msgstr ""
|
@@ -8359,11 +8413,11 @@ msgstr ""
|
|
8359 |
"basierend auf der Bestellnummer."
|
8360 |
|
8361 |
# @ woocommerce-germanized
|
8362 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8363 |
msgid "XML Pain Format"
|
8364 |
msgstr "XML Pain Format"
|
8365 |
|
8366 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8367 |
msgid ""
|
8368 |
"You may adjust the XML Export Pain Schema to your banks needs. Some banks "
|
8369 |
"may require pain.001.003.03."
|
@@ -8372,11 +8426,11 @@ msgstr ""
|
|
8372 |
"Banken benötigen z.B. pain.001.003.03."
|
8373 |
|
8374 |
# @ woocommerce-germanized
|
8375 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8376 |
msgid "Mandate ID Format"
|
8377 |
msgstr "Mandat-Referenz Format"
|
8378 |
|
8379 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8380 |
msgid ""
|
8381 |
"You may extend the Mandate ID format by adding a prefix and/or suffix. Use "
|
8382 |
"{id} as placeholder to insert the automatically generated ID."
|
@@ -8385,12 +8439,12 @@ msgstr ""
|
|
8385 |
"{id} als Platzhalter um die automatisch generierte Referenznummer einzufügen."
|
8386 |
|
8387 |
# @ woocommerce-germanized
|
8388 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8389 |
msgid "Mandate Text"
|
8390 |
msgstr "Lastschriftmandat"
|
8391 |
|
8392 |
# @ woocommerce-germanized
|
8393 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8394 |
msgid ""
|
8395 |
"This text will be populated with live order/checkout data. Will be used as "
|
8396 |
"preview direct debit mandate and as email template text."
|
@@ -8401,28 +8455,28 @@ msgstr ""
|
|
8401 |
"Verfügung gestellt."
|
8402 |
|
8403 |
# @ woocommerce-germanized
|
8404 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8405 |
msgid "Checkbox"
|
8406 |
msgstr "Checkbox"
|
8407 |
|
8408 |
# @ woocommerce-germanized
|
8409 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8410 |
msgid "Enable \"agree to SEPA mandate\" checkbox"
|
8411 |
msgstr "Aktiviere die Checkbox zur Bestätigung des Lastschriftmandates"
|
8412 |
|
8413 |
# @ woocommerce-germanized
|
8414 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8415 |
msgid "Enable a checkbox linking to a SEPA direct debit mandate preview."
|
8416 |
msgstr ""
|
8417 |
"Aktiviere eine Checkbox, die zu einer Vorschau des Lastschrift-Mandats führt."
|
8418 |
|
8419 |
# @ woocommerce-germanized
|
8420 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8421 |
msgid "Checkbox label"
|
8422 |
msgstr "Checkbox Text"
|
8423 |
|
8424 |
# @ woocommerce-germanized
|
8425 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8426 |
msgid ""
|
8427 |
"Customize the checkbox label. Use {link}link name{/link} to insert the "
|
8428 |
"preview link."
|
@@ -8430,17 +8484,17 @@ msgstr ""
|
|
8430 |
"Passe den Checkbox Text an. Verwende {link}SEPA Lastschriftmandat{/link} um "
|
8431 |
"auf die Vorschau zu verlinken."
|
8432 |
|
8433 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8434 |
msgid "Enable pre-notification"
|
8435 |
msgstr "Vorankündigung aktivieren"
|
8436 |
|
8437 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8438 |
msgid "Insert pre-notification text within the order confirmation email."
|
8439 |
msgstr ""
|
8440 |
"Fügt einen Standard-Text zur Vorankündigung des SEPA-Einzugs in die "
|
8441 |
"Bestellbestätigung ein."
|
8442 |
|
8443 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8444 |
msgid ""
|
8445 |
"This option inserts a standard text containing a pre-notification for the "
|
8446 |
"customer."
|
@@ -8449,11 +8503,11 @@ msgstr ""
|
|
8449 |
"die Bestellbestätigung ein. In der Ankündigung wird u.a. ein konkreter "
|
8450 |
"Fälligkeitstermin genannt."
|
8451 |
|
8452 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8453 |
msgid "Debit days"
|
8454 |
msgstr "Fälligkeitstage"
|
8455 |
|
8456 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8457 |
msgid ""
|
8458 |
"This option is used to calculate the debit date and is added to the order "
|
8459 |
"date."
|
@@ -8463,15 +8517,15 @@ msgstr ""
|
|
8463 |
"hier eingestellten Anzahl Tage."
|
8464 |
|
8465 |
# @ woocommerce-germanized
|
8466 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8467 |
msgid "Mask IBAN"
|
8468 |
msgstr "IBAN maskieren"
|
8469 |
|
8470 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8471 |
msgid "Mask the IBAN within emails."
|
8472 |
msgstr "IBAN in E-Mails maskieren."
|
8473 |
|
8474 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8475 |
msgid ""
|
8476 |
"This will lead to masked IBANs within emails (replaced by *). All but last 4 "
|
8477 |
"digits will be masked."
|
@@ -8479,15 +8533,15 @@ msgstr ""
|
|
8479 |
"Der IBAN wird in E-Mails (abgesehen von den letzten 4 Stellen) mit * "
|
8480 |
"maskiert."
|
8481 |
|
8482 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8483 |
msgid "Remember"
|
8484 |
msgstr "Bankdaten merken"
|
8485 |
|
8486 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8487 |
msgid "Remember account data for returning customers."
|
8488 |
msgstr "Bankverbindung für registrierte Kunden speichern."
|
8489 |
|
8490 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8491 |
msgid "Save account data as user meta if user has/creates a customer account."
|
8492 |
msgstr ""
|
8493 |
"Speichert die Bankverbindung für registrierte Kunden in der user_meta "
|
@@ -8495,32 +8549,32 @@ msgstr ""
|
|
8495 |
"eigenständig aus."
|
8496 |
|
8497 |
# @ woocommerce-germanized
|
8498 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8499 |
msgid "Please insert your SEPA account data."
|
8500 |
msgstr "Bitte füge deine SEPA Kontoinformationen ein."
|
8501 |
|
8502 |
# @ woocommerce-germanized
|
8503 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8504 |
msgid "Your IBAN seems to be invalid."
|
8505 |
msgstr "Dein IBAN scheint nicht gültig zu sein."
|
8506 |
|
8507 |
# @ woocommerce-germanized
|
8508 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8509 |
msgid "Your IBAN's country code doesn’t match with your billing country."
|
8510 |
msgstr "Der Ländercode des IBANs stimmt nicht mit dem Rechnungsland überein."
|
8511 |
|
8512 |
# @ woocommerce-germanized
|
8513 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8514 |
msgid "Your BIC seems to be invalid."
|
8515 |
msgstr "Dein BIC/SWIFT scheint nicht gültig zu sein."
|
8516 |
|
8517 |
# @ woocommerce-germanized
|
8518 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8519 |
msgid "is invalid"
|
8520 |
msgstr "ist ungültig"
|
8521 |
|
8522 |
# @ woocommerce-germanized
|
8523 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8524 |
msgid "Awaiting Direct Debit Payment"
|
8525 |
msgstr "Zahlung per Lastschrift ausstehend"
|
8526 |
|
@@ -8664,39 +8718,39 @@ msgstr ""
|
|
8664 |
"Aktiviere die Zahlungsart nur dann, wenn der Kunde bereits eine Bestellung "
|
8665 |
"erfolgreich abgeschlossen hat."
|
8666 |
|
8667 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8668 |
msgid ">= 12 years"
|
8669 |
msgstr ">= 12 Jahre"
|
8670 |
|
8671 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8672 |
msgid ">= 16 years"
|
8673 |
msgstr ">= 16 Jahre"
|
8674 |
|
8675 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8676 |
msgid ">= 18 years"
|
8677 |
msgstr ">= 18 Jahre"
|
8678 |
|
8679 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8680 |
msgid ">= 21 years"
|
8681 |
msgstr ">= 21 Jahre"
|
8682 |
|
8683 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8684 |
msgid ">= 25 years"
|
8685 |
msgstr ">= 25 Jahre"
|
8686 |
|
8687 |
# @ woocommerce-germanized
|
8688 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8689 |
msgctxt "age"
|
8690 |
msgid "None"
|
8691 |
msgstr "Keines"
|
8692 |
|
8693 |
# @ woocommerce-germanized
|
8694 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8695 |
msgid "Right of Recission"
|
8696 |
msgstr "Widerrufsrecht"
|
8697 |
|
8698 |
# @ woocommerce-germanized
|
8699 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8700 |
msgid "Data Security"
|
8701 |
msgstr "Datenschutzerklärung"
|
8702 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-11-04 14:12+0100\n"
|
6 |
+
"PO-Revision-Date: 2019-11-04 14:14+0100\n"
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
224 |
msgstr "Premium"
|
225 |
|
226 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone.php:17
|
227 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:30
|
228 |
msgctxt "dhl"
|
229 |
msgid "Create label"
|
230 |
msgstr "Label erstellen"
|
240 |
msgid "DHL Label"
|
241 |
msgstr "DHL Label"
|
242 |
|
243 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:20
|
244 |
msgctxt "dhl"
|
245 |
msgid "Download"
|
246 |
msgstr "Download"
|
247 |
|
248 |
# @ woocommerce-germanized
|
249 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:23
|
250 |
msgctxt "dhl"
|
251 |
msgid "Send to customer"
|
252 |
msgstr "An den Kunden senden"
|
253 |
|
254 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:26
|
255 |
msgctxt "dhl"
|
256 |
msgid "Delete"
|
257 |
msgstr "Löschen"
|
258 |
|
259 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:30
|
260 |
#: woocommerce-germanized-dhl/src/Admin/Admin.php:414
|
261 |
msgctxt "dhl"
|
262 |
msgid "Create new DHL label"
|
2293 |
msgstr "Wunschzeit: Lieferung im gewünschten Zeitfenster."
|
2294 |
|
2295 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
|
|
|
2296 |
msgctxt "dhl"
|
2297 |
msgid ""
|
2298 |
"Indicate a preferred time, which suits you best for your parcel delivery by "
|
2451 |
msgid "Shipping method"
|
2452 |
msgstr "Versandmethode"
|
2453 |
|
2454 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:80
|
2455 |
+
msgctxt "shipments"
|
2456 |
+
msgid "Shipping provider"
|
2457 |
+
msgstr "Versanddienstleister"
|
2458 |
+
|
2459 |
+
# @ woocommerce-germanized
|
2460 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:82
|
2461 |
+
msgctxt "shipments"
|
2462 |
+
msgid "None"
|
2463 |
+
msgstr "Keiner"
|
2464 |
+
|
2465 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:96
|
2466 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:152
|
2467 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:209
|
2468 |
msgctxt "shipments"
|
2469 |
msgid "Item"
|
2470 |
msgstr "Position"
|
2471 |
|
2472 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:99
|
2473 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:153
|
2474 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:210
|
2475 |
#: woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:55
|
2476 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details.php:50
|
2477 |
msgctxt "shipments"
|
2479 |
msgstr "Anzahl"
|
2480 |
|
2481 |
# @ woocommerce-germanized
|
2482 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:102
|
2483 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:704
|
2484 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:27
|
2485 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:647
|
2488 |
msgstr "Aktionen"
|
2489 |
|
2490 |
# @ woocommerce-germanized
|
2491 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:116
|
2492 |
msgctxt "shipments"
|
2493 |
msgid "Add item"
|
2494 |
msgstr "Position hinzufügen"
|
2495 |
|
2496 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:120
|
2497 |
msgctxt "shipments"
|
2498 |
msgid "Sync items"
|
2499 |
msgstr "Positionen synchronisieren"
|
2500 |
|
2501 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:121
|
2502 |
msgctxt "shipments"
|
2503 |
msgid "Automatically adjust items and quantities based on order item data."
|
2504 |
msgstr "Bestimmt Positionen und Anzahlen automatisch anhand der Bestelldaten."
|
2505 |
|
2506 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:142
|
2507 |
msgctxt "shipments"
|
2508 |
msgid "Add Item"
|
2509 |
msgstr "Position hinzufügen"
|
2510 |
|
2511 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:171
|
2512 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:219
|
2513 |
msgctxt "shipments"
|
2514 |
msgid "Add"
|
2515 |
msgstr "Hinzufügen"
|
2516 |
|
2517 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:199
|
2518 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:259
|
2519 |
msgctxt "shipments"
|
2520 |
msgid "Add Return"
|
2521 |
msgstr "Retoure hinzufügen"
|
2522 |
|
2523 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:263
|
2524 |
#, php-format
|
2525 |
msgctxt "shipments"
|
2526 |
msgid "Delete %s"
|
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:246
|
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:250
|
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:252
|
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:256
|
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:260
|
2628 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:269
|
2629 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:278
|
2630 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:287
|
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:265
|
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:274
|
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:283
|
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:292
|
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:293
|
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:295
|
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 |
msgid "N/A"
|
2668 |
msgstr "n.a."
|
2669 |
|
2670 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:301
|
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:303
|
2676 |
msgctxt "shipments"
|
2677 |
msgid "Choose which format of email to send."
|
2678 |
msgstr "Format für E-Mail-Versand auswählen."
|
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:96
|
2743 |
+
#: woocommerce-germanized-shipments/src/DataStores/Shipment.php:340
|
2744 |
msgctxt "shipments"
|
2745 |
msgid "Invalid shipment."
|
2746 |
msgstr "Ungültige Sendung."
|
2759 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:261
|
2760 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:265
|
2761 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:142
|
2762 |
+
#: woocommerce-germanized-shipments/src/SimpleShipment.php:200
|
2763 |
msgctxt "shipments"
|
2764 |
msgid "Invalid shipment order"
|
2765 |
msgstr "Ungültige Bestellung zur Sendung"
|
2794 |
msgstr "Anzeigen"
|
2795 |
|
2796 |
# @ woocommerce-germanized
|
2797 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:96
|
2798 |
msgctxt "shipments"
|
2799 |
msgid "My account"
|
2800 |
msgstr "Mein Konto"
|
2966 |
"erhält."
|
2967 |
|
2968 |
# @ woocommerce-germanized
|
2969 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:130
|
2970 |
+
msgctxt "shipments"
|
2971 |
+
msgid "Update status"
|
2972 |
+
msgstr "Status"
|
2973 |
+
|
2974 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:131
|
2975 |
+
msgctxt "shipments"
|
2976 |
+
msgid "Mark order as completed after order is fully shipped."
|
2977 |
+
msgstr ""
|
2978 |
+
"Bestellung als fertiggestellt markieren sobald sie komplett versandt wurde."
|
2979 |
+
|
2980 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:131
|
2981 |
msgctxt "shipments"
|
2982 |
+
msgid ""
|
2983 |
+
"This option will automatically update the order status to completed as soon "
|
2984 |
+
"as all required shipments have been marked as shipped."
|
2985 |
+
msgstr ""
|
2986 |
+
"Diese Option sorgt dafür, dass der Bestellstatus automatisch auf "
|
2987 |
+
"fertiggestellt gesetzt wird, sobald alle notwendigen Sendungen einer "
|
2988 |
+
"Bestellung versandt wurden."
|
2989 |
+
|
2990 |
+
# @ woocommerce-germanized
|
2991 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:139
|
2992 |
+
msgctxt "shipments"
|
2993 |
+
msgid "Customer Account"
|
2994 |
+
msgstr "Kundenkonto"
|
2995 |
+
|
2996 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:142
|
2997 |
+
msgctxt "shipments"
|
2998 |
+
msgid "List"
|
2999 |
+
msgstr "Liste"
|
3000 |
+
|
3001 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:143
|
3002 |
+
msgctxt "shipments"
|
3003 |
+
msgid "List shipments on customer account order screen."
|
3004 |
+
msgstr "Liste Sendungen im Kundenkonto in den Bestelldetails auf."
|
3005 |
+
|
3006 |
+
# @ woocommerce-germanized
|
3007 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:151
|
3008 |
+
msgctxt "shipments"
|
3009 |
msgid "Return Address"
|
3010 |
msgstr "Retouren Adresse"
|
3011 |
|
3012 |
# @ woocommerce-germanized
|
3013 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:154
|
3014 |
msgctxt "shipments"
|
3015 |
msgid "First Name"
|
3016 |
msgstr "Vorname"
|
3017 |
|
3018 |
# @ woocommerce-germanized
|
3019 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:161
|
3020 |
msgctxt "shipments"
|
3021 |
msgid "Last Name"
|
3022 |
msgstr "Nachname"
|
3023 |
|
3024 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:168
|
3025 |
msgctxt "shipments"
|
3026 |
msgid "Company"
|
3027 |
msgstr "Firma"
|
3028 |
|
3029 |
# @ woocommerce-germanized
|
3030 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:175
|
3031 |
msgctxt "shipments"
|
3032 |
msgid "Address 1"
|
3033 |
msgstr "Adresszeile 1"
|
3034 |
|
3035 |
# @ woocommerce-germanized
|
3036 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:182
|
3037 |
msgctxt "shipments"
|
3038 |
msgid "Address 2"
|
3039 |
msgstr "Adresszeile 2"
|
3040 |
|
3041 |
# @ woocommerce-germanized
|
3042 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:189
|
3043 |
msgctxt "shipments"
|
3044 |
msgid "City"
|
3045 |
msgstr "Stadt"
|
3046 |
|
3047 |
# @ woocommerce-germanized
|
3048 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:196
|
3049 |
msgctxt "shipments"
|
3050 |
msgid "Country / State"
|
3051 |
msgstr "Land / Bundesland"
|
3052 |
|
3053 |
# @ woocommerce-germanized
|
3054 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:204
|
3055 |
msgctxt "shipments"
|
3056 |
msgid "Postcode"
|
3057 |
msgstr "Postleitzahl"
|
3417 |
msgid "Quantity."
|
3418 |
msgstr "Anzahl."
|
3419 |
|
3420 |
+
# @ woocommerce-germanized
|
3421 |
+
#: woocommerce-germanized-shipments/src/Automation.php:48
|
3422 |
+
msgctxt "shipments"
|
3423 |
+
msgid "Order is fully shipped."
|
3424 |
+
msgstr "Bestellung ist vollständig versandt."
|
3425 |
+
|
3426 |
#: woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php:191
|
3427 |
msgctxt "shipments"
|
3428 |
msgid "Invalid shipment item."
|
3429 |
msgstr "Ungültige Sendungsposition."
|
3430 |
|
3431 |
#: woocommerce-germanized-shipments/src/ReturnShipment.php:353
|
3432 |
+
#: woocommerce-germanized-shipments/src/Shipment.php:729
|
3433 |
#, php-format
|
3434 |
msgctxt "full name"
|
3435 |
msgid "%1$s %2$s"
|
3441 |
msgid "Invalid shipment"
|
3442 |
msgstr "Ungültige Sendung"
|
3443 |
|
3444 |
+
#: woocommerce-germanized-shipments/src/Shipment.php:570
|
3445 |
#, php-format
|
3446 |
msgctxt "shipments"
|
3447 |
msgid ""
|
3627 |
msgstr "l"
|
3628 |
|
3629 |
# @ woocommerce-germanized
|
3630 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:549
|
3631 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:559
|
3632 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:322
|
3633 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:546
|
3634 |
msgid "incl. VAT"
|
3635 |
msgstr "inkl. MwSt."
|
3636 |
|
3637 |
# @ woocommerce-germanized
|
3638 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:549
|
3639 |
msgid "excl. VAT"
|
3640 |
msgstr "exkl. MwSt."
|
3641 |
|
3642 |
# @ woocommerce-germanized
|
3643 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:551
|
3644 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:322
|
3645 |
#, php-format
|
3646 |
msgid "incl. %s%% VAT"
|
3647 |
msgstr "inkl. %s %% MwSt."
|
3648 |
|
3649 |
# @ woocommerce-germanized
|
3650 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:551
|
3651 |
#, php-format
|
3652 |
msgid "excl. %s%% VAT"
|
3653 |
msgstr "exkl. %s %% MwSt."
|
3689 |
msgid "Global minimum age"
|
3690 |
msgstr "Globales Mindestalter"
|
3691 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3692 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:73
|
3693 |
msgid ""
|
3694 |
"Choose a global minimum age necessary to buy your products. Can be "
|
3868 |
msgid "Same as Parent"
|
3869 |
msgstr "Gleiche wie übergeordnet"
|
3870 |
|
3871 |
+
# @ woocommerce-germanized
|
3872 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:82
|
3873 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:368
|
3874 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:471
|
3875 |
+
msgid "None"
|
3876 |
+
msgstr "Keine"
|
3877 |
+
|
3878 |
# @ woocommerce-germanized
|
3879 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:66
|
3880 |
msgid "Germanize"
|
4027 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
4028 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:53
|
4029 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:136
|
4030 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:198
|
4031 |
msgid "Terms & Conditions"
|
4032 |
msgstr "AGB"
|
4033 |
|
4041 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
4042 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:84
|
4043 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:136
|
4044 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:200
|
4045 |
msgid "Imprint"
|
4046 |
msgstr "Impressum"
|
4047 |
|
4053 |
# @ woocommerce-germanized
|
4054 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
4055 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:104
|
4056 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:205
|
4057 |
msgid "Payment Methods"
|
4058 |
msgstr "Zahlungarten"
|
4059 |
|
5291 |
msgstr "Passe hier, falls notwending, den Kleinunternehmer Hinweistext an."
|
5292 |
|
5293 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:227
|
5294 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:263
|
5295 |
msgid ""
|
5296 |
"Value added tax is not collected, as small businesses according to §19 (1) "
|
5297 |
"UStG."
|
5409 |
"Platzhalter für den höchsten Preis."
|
5410 |
|
5411 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:304
|
5412 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:674
|
5413 |
msgid "{min_price} – {max_price}"
|
5414 |
msgstr "{min_price} – {max_price}"
|
5415 |
|
5718 |
# @ woocommerce-germanized
|
5719 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:272
|
5720 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:317
|
5721 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:206
|
5722 |
msgid "Shipping Costs"
|
5723 |
msgstr "Versandkosten"
|
5724 |
|
6224 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
6225 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:29
|
6226 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:779
|
6227 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:886
|
6228 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:121
|
6229 |
msgid "Description"
|
6230 |
msgstr "Beschreibung"
|
6344 |
msgstr "Installiere eine ältere Version"
|
6345 |
|
6346 |
# @ woocommerce-germanized
|
6347 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:13
|
6348 |
msgctxt "dhl"
|
6349 |
msgid "DHL built-in Integration"
|
6350 |
msgstr "DHL Integration"
|
6351 |
|
6352 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:16
|
6353 |
msgctxt "dhl"
|
6354 |
msgid ""
|
6355 |
"It seems like you are currently using the DHL for WooCommerce plugin. "
|
6363 |
"dir deine Vorteile bei der Nutzung der Germanized DHL Integration an und "
|
6364 |
"lasse Germanized einfach deine bestehenden Einstellungen importieren."
|
6365 |
|
6366 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:20
|
6367 |
msgctxt "dhl"
|
6368 |
msgid "No need to use an external plugin which might lead to incompatibilities"
|
6369 |
msgstr ""
|
6370 |
"Kein externes Plugin notwendig, d.h. geringere Fehleranfälligkeit und "
|
6371 |
"bessere Performance"
|
6372 |
|
6373 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:21
|
6374 |
msgctxt "dhl"
|
6375 |
msgid ""
|
6376 |
"Perfectly integrated in Germanized – easily create labels for shipments"
|
6378 |
"Perfekt integriert in Germanized – erzeuge einfach DHL Labels für "
|
6379 |
"Sendungen und Retouren"
|
6380 |
|
6381 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:26
|
6382 |
msgctxt "dhl"
|
6383 |
msgid "Learn more"
|
6384 |
msgstr "Mehr erfahren"
|
6385 |
|
6386 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:28
|
6387 |
msgctxt "dhl"
|
6388 |
msgid "Import settings and activate"
|
6389 |
msgstr "Einstellungen importieren und loslegen"
|
6390 |
|
6391 |
+
# @ woocommerce-germanized
|
6392 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:32
|
6393 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-pro.php:29
|
6394 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-theme-supported.php:21
|
6395 |
+
msgid "Hide this notice"
|
6396 |
+
msgstr "Diese Nachricht ausblenden"
|
6397 |
+
|
6398 |
# @ woocommerce-germanized
|
6399 |
#: woocommerce-germanized/includes/admin/views/html-notice-pro.php:14
|
6400 |
msgid "For professionals: Upgrade to Pro-Version"
|
6437 |
msgid "Learn more about Pro Version"
|
6438 |
msgstr "Mehr über die Pro Version erfahren"
|
6439 |
|
|
|
|
|
|
|
|
|
|
|
|
|
6440 |
# @ woocommerce-germanized
|
6441 |
#: woocommerce-germanized/includes/admin/views/html-notice-review.php:15
|
6442 |
msgid "Do you like Germanized?"
|
6876 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:147
|
6877 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:159
|
6878 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:39
|
6879 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:882
|
6880 |
#: woocommerce-germanized/includes/gateways/direct-debit/views/html-export.php:30
|
6881 |
msgid "Direct Debit"
|
6882 |
msgstr "Lastschrift"
|
6888 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:117
|
6889 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:166
|
6890 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:117
|
6891 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:592
|
6892 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:908
|
6893 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1054
|
6894 |
msgid "Account Holder"
|
6895 |
msgstr "Kontoinhaber"
|
6896 |
|
6901 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:118
|
6902 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:167
|
6903 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:124
|
6904 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:593
|
6905 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:916
|
6906 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1058
|
6907 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1188
|
6908 |
msgid "IBAN"
|
6909 |
msgstr "IBAN"
|
6910 |
|
6915 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:119
|
6916 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:168
|
6917 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:131
|
6918 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:594
|
6919 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1062
|
6920 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1189
|
6921 |
msgid "BIC/SWIFT"
|
6922 |
msgstr "BIC/SWIFT"
|
6923 |
|
6928 |
# @ woocommerce-germanized
|
6929 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:179
|
6930 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:138
|
6931 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:598
|
6932 |
msgid "Mandate Reference ID"
|
6933 |
msgstr "Mandat-Referenznummer"
|
6934 |
|
7246 |
msgstr "Deinen Widerruf online erklären"
|
7247 |
|
7248 |
# @ woocommerce-germanized
|
7249 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:147
|
7250 |
#, php-format
|
7251 |
msgid ""
|
7252 |
"Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
|
7256 |
"WooCommerce Germanized installierst. Vielen Dank!"
|
7257 |
|
7258 |
# @ woocommerce-germanized
|
7259 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:538
|
7260 |
msgctxt "Page slug"
|
7261 |
msgid "data-security"
|
7262 |
msgstr "datenschutzerklaerung"
|
7263 |
|
7264 |
# @ woocommerce-germanized
|
7265 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:539
|
7266 |
msgctxt "Page title"
|
7267 |
msgid "Data Security Statement"
|
7268 |
msgstr "Datenschutzerklärung"
|
7269 |
|
7270 |
# @ woocommerce-germanized
|
7271 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:543
|
7272 |
msgctxt "Page slug"
|
7273 |
msgid "imprint"
|
7274 |
msgstr "impressum"
|
7275 |
|
7276 |
# @ woocommerce-germanized
|
7277 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:544
|
7278 |
msgctxt "Page title"
|
7279 |
msgid "Imprint"
|
7280 |
msgstr "Impressum"
|
7281 |
|
7282 |
# @ woocommerce-germanized
|
7283 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:548
|
7284 |
msgctxt "Page slug"
|
7285 |
msgid "terms"
|
7286 |
msgstr "agb"
|
7287 |
|
7288 |
# @ woocommerce-germanized
|
7289 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:549
|
7290 |
msgctxt "Page title"
|
7291 |
msgid "Terms & Conditions"
|
7292 |
msgstr "AGB"
|
7293 |
|
7294 |
# @ woocommerce-germanized
|
7295 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:553
|
7296 |
msgctxt "Page slug"
|
7297 |
msgid "revocation"
|
7298 |
msgstr "widerrufsbelehrung"
|
7299 |
|
7300 |
# @ woocommerce-germanized
|
7301 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:554
|
7302 |
msgctxt "Page title"
|
7303 |
msgid "Power of Revocation"
|
7304 |
msgstr "Widerrufsbelehrung"
|
7305 |
|
7306 |
# @ woocommerce-germanized
|
7307 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:558
|
7308 |
msgctxt "Page slug"
|
7309 |
msgid "shipping-methods"
|
7310 |
msgstr "versandarten"
|
7311 |
|
7312 |
# @ woocommerce-germanized
|
7313 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:559
|
7314 |
msgctxt "Page title"
|
7315 |
msgid "Shipping Methods"
|
7316 |
msgstr "Versandarten"
|
7317 |
|
7318 |
# @ woocommerce-germanized
|
7319 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:563
|
7320 |
msgctxt "Page slug"
|
7321 |
msgid "payment-methods"
|
7322 |
msgstr "bezahlmoeglichkeiten"
|
7323 |
|
7324 |
# @ woocommerce-germanized
|
7325 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:564
|
7326 |
msgctxt "Page title"
|
7327 |
msgid "Payment Methods"
|
7328 |
msgstr "Zahlungsarten"
|
7492 |
|
7493 |
# @ woocommerce-germanized
|
7494 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:209
|
7495 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:973
|
7496 |
msgid "I hereby agree to the {link}direct debit mandate{/link}."
|
7497 |
msgstr "Hiermit erteile ich das {link}SEPA Lastschriftmandat{/link}."
|
7498 |
|
7888 |
|
7889 |
# @ woocommerce-germanized
|
7890 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
7891 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:428
|
7892 |
msgid "Mr."
|
7893 |
msgstr "Herr"
|
7894 |
|
7895 |
# @ woocommerce-germanized
|
7896 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:53
|
7897 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:429
|
7898 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:446
|
7899 |
msgid "Ms."
|
7900 |
msgstr "Frau"
|
7901 |
|
8279 |
msgid "Will be notified separately"
|
8280 |
msgstr "Wird separat mitgeteilt"
|
8281 |
|
8282 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:613
|
8283 |
#, php-format
|
8284 |
msgid ""
|
8285 |
"We will debit %s from your account by direct debit on or shortly after %s."
|
8288 |
"%s ein."
|
8289 |
|
8290 |
# @ woocommerce-germanized
|
8291 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:757
|
8292 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:789
|
8293 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:822
|
8294 |
msgid "a single payment"
|
8295 |
msgstr "eine einmalige Zahlung"
|
8296 |
|
8297 |
# @ woocommerce-germanized
|
8298 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:873
|
8299 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:108
|
8300 |
msgid "Enable/Disable"
|
8301 |
msgstr "Aktivieren/Deaktivieren"
|
8302 |
|
8303 |
# @ woocommerce-germanized
|
8304 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:875
|
8305 |
msgid "Enable Direct Debit Payment"
|
8306 |
msgstr "Bezahlung per Lastschrift aktivieren"
|
8307 |
|
8308 |
# @ woocommerce-germanized
|
8309 |
# @ woocommerce
|
8310 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:879
|
8311 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:114
|
8312 |
msgctxt "gateway"
|
8313 |
msgid "Title"
|
8314 |
msgstr "Bezeichnung"
|
8315 |
|
8316 |
# @ woocommerce-germanized
|
8317 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:881
|
8318 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:116
|
8319 |
msgid "This controls the title which the user sees during checkout."
|
8320 |
msgstr ""
|
8321 |
"Beschreibungstext, den Benutzer bei der Auswahl dieser Zahlungsart sehen."
|
8322 |
|
8323 |
# @ woocommerce-germanized
|
8324 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:888
|
8325 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:123
|
8326 |
msgid "Payment method description that the customer will see on your checkout."
|
8327 |
msgstr "Beschreibung der Zahlungsart, die Kunden auf deiner Website sehen."
|
8328 |
|
8329 |
# @ woocommerce-germanized
|
8330 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:889
|
8331 |
msgid "The order amount will be debited directly from your bank account."
|
8332 |
msgstr ""
|
8333 |
"Der Gesamtbestellbetrag wird per SEPA-Lastschrift direkt von deinem Konto "
|
8334 |
"abgebucht."
|
8335 |
|
8336 |
# @ woocommerce-germanized
|
8337 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:893
|
8338 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:128
|
8339 |
msgid "Instructions"
|
8340 |
msgstr "Anweisungen"
|
8341 |
|
8342 |
# @ woocommerce-germanized
|
8343 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:895
|
8344 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:130
|
8345 |
msgid "Instructions that will be added to the thank you page and emails."
|
8346 |
msgstr "Anweisung, die zur „Danke“-Seite und zu E-Mails hinzugefügt werden."
|
8347 |
|
8348 |
# @ woocommerce-germanized
|
8349 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:900
|
8350 |
msgid "Debtee"
|
8351 |
msgstr "Gläubiger Informationen"
|
8352 |
|
8353 |
# @ woocommerce-germanized
|
8354 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:902
|
8355 |
msgid "Insert your company information."
|
8356 |
msgstr "Füge hier die Informationen zu deinem Unternehmen ein."
|
8357 |
|
8358 |
# @ woocommerce-germanized
|
8359 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:904
|
8360 |
msgid "Company Inc, John Doe Street, New York"
|
8361 |
msgstr "Musterfirma GmbH, Musterstraße 12, 12203 Musterstadt"
|
8362 |
|
8363 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:910
|
8364 |
msgid "Insert the bank account holder name."
|
8365 |
msgstr "Füge hier den Namen des Kontoinhabers ein."
|
8366 |
|
8367 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:912
|
8368 |
msgid "Company Inc"
|
8369 |
msgstr "Muster GmbH"
|
8370 |
|
8371 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:918
|
8372 |
msgid "Insert the bank account IBAN."
|
8373 |
msgstr "Füge hier den IBAN deines Kontos ein."
|
8374 |
|
8375 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:923
|
8376 |
msgid "BIC"
|
8377 |
msgstr "BIC"
|
8378 |
|
8379 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:925
|
8380 |
msgid "Insert the bank account BIC."
|
8381 |
msgstr "Füge hier den BIC deines Kontos ein."
|
8382 |
|
8383 |
# @ woocommerce-germanized
|
8384 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:930
|
8385 |
msgid "Debtee identification number"
|
8386 |
msgstr "Identifikationsnummer"
|
8387 |
|
8388 |
# @ woocommerce-germanized
|
8389 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:932
|
8390 |
#, php-format
|
8391 |
msgid ""
|
8392 |
"Insert your debtee indentification number. More information can be found <a "
|
8396 |
"Weitere Informationen zu dieser Nummer erhältst du <a href=\"%s\">hier</a>."
|
8397 |
|
8398 |
# @ woocommerce-germanized
|
8399 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:936
|
8400 |
msgid "Generate Mandate ID"
|
8401 |
msgstr "Mandat-Referenz generieren"
|
8402 |
|
8403 |
# @ woocommerce-germanized
|
8404 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:938
|
8405 |
msgid "Automatically generate Mandate ID."
|
8406 |
msgstr "Mandat-Referenznummer automatisch generieren."
|
8407 |
|
8408 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:939
|
8409 |
msgid ""
|
8410 |
"Automatically generate Mandate ID after order completion (based on Order ID)."
|
8411 |
msgstr ""
|
8413 |
"basierend auf der Bestellnummer."
|
8414 |
|
8415 |
# @ woocommerce-germanized
|
8416 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:943
|
8417 |
msgid "XML Pain Format"
|
8418 |
msgstr "XML Pain Format"
|
8419 |
|
8420 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:945
|
8421 |
msgid ""
|
8422 |
"You may adjust the XML Export Pain Schema to your banks needs. Some banks "
|
8423 |
"may require pain.001.003.03."
|
8426 |
"Banken benötigen z.B. pain.001.003.03."
|
8427 |
|
8428 |
# @ woocommerce-germanized
|
8429 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:949
|
8430 |
msgid "Mandate ID Format"
|
8431 |
msgstr "Mandat-Referenz Format"
|
8432 |
|
8433 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:951
|
8434 |
msgid ""
|
8435 |
"You may extend the Mandate ID format by adding a prefix and/or suffix. Use "
|
8436 |
"{id} as placeholder to insert the automatically generated ID."
|
8439 |
"{id} als Platzhalter um die automatisch generierte Referenznummer einzufügen."
|
8440 |
|
8441 |
# @ woocommerce-germanized
|
8442 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:955
|
8443 |
msgid "Mandate Text"
|
8444 |
msgstr "Lastschriftmandat"
|
8445 |
|
8446 |
# @ woocommerce-germanized
|
8447 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:957
|
8448 |
msgid ""
|
8449 |
"This text will be populated with live order/checkout data. Will be used as "
|
8450 |
"preview direct debit mandate and as email template text."
|
8455 |
"Verfügung gestellt."
|
8456 |
|
8457 |
# @ woocommerce-germanized
|
8458 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:963
|
8459 |
msgid "Checkbox"
|
8460 |
msgstr "Checkbox"
|
8461 |
|
8462 |
# @ woocommerce-germanized
|
8463 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:964
|
8464 |
msgid "Enable \"agree to SEPA mandate\" checkbox"
|
8465 |
msgstr "Aktiviere die Checkbox zur Bestätigung des Lastschriftmandates"
|
8466 |
|
8467 |
# @ woocommerce-germanized
|
8468 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:966
|
8469 |
msgid "Enable a checkbox linking to a SEPA direct debit mandate preview."
|
8470 |
msgstr ""
|
8471 |
"Aktiviere eine Checkbox, die zu einer Vorschau des Lastschrift-Mandats führt."
|
8472 |
|
8473 |
# @ woocommerce-germanized
|
8474 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:970
|
8475 |
msgid "Checkbox label"
|
8476 |
msgstr "Checkbox Text"
|
8477 |
|
8478 |
# @ woocommerce-germanized
|
8479 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:972
|
8480 |
msgid ""
|
8481 |
"Customize the checkbox label. Use {link}link name{/link} to insert the "
|
8482 |
"preview link."
|
8484 |
"Passe den Checkbox Text an. Verwende {link}SEPA Lastschriftmandat{/link} um "
|
8485 |
"auf die Vorschau zu verlinken."
|
8486 |
|
8487 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:977
|
8488 |
msgid "Enable pre-notification"
|
8489 |
msgstr "Vorankündigung aktivieren"
|
8490 |
|
8491 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:978
|
8492 |
msgid "Insert pre-notification text within the order confirmation email."
|
8493 |
msgstr ""
|
8494 |
"Fügt einen Standard-Text zur Vorankündigung des SEPA-Einzugs in die "
|
8495 |
"Bestellbestätigung ein."
|
8496 |
|
8497 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:980
|
8498 |
msgid ""
|
8499 |
"This option inserts a standard text containing a pre-notification for the "
|
8500 |
"customer."
|
8503 |
"die Bestellbestätigung ein. In der Ankündigung wird u.a. ein konkreter "
|
8504 |
"Fälligkeitstermin genannt."
|
8505 |
|
8506 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:984
|
8507 |
msgid "Debit days"
|
8508 |
msgstr "Fälligkeitstage"
|
8509 |
|
8510 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:986
|
8511 |
msgid ""
|
8512 |
"This option is used to calculate the debit date and is added to the order "
|
8513 |
"date."
|
8517 |
"hier eingestellten Anzahl Tage."
|
8518 |
|
8519 |
# @ woocommerce-germanized
|
8520 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:990
|
8521 |
msgid "Mask IBAN"
|
8522 |
msgstr "IBAN maskieren"
|
8523 |
|
8524 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:991
|
8525 |
msgid "Mask the IBAN within emails."
|
8526 |
msgstr "IBAN in E-Mails maskieren."
|
8527 |
|
8528 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:993
|
8529 |
msgid ""
|
8530 |
"This will lead to masked IBANs within emails (replaced by *). All but last 4 "
|
8531 |
"digits will be masked."
|
8533 |
"Der IBAN wird in E-Mails (abgesehen von den letzten 4 Stellen) mit * "
|
8534 |
"maskiert."
|
8535 |
|
8536 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1003
|
8537 |
msgid "Remember"
|
8538 |
msgstr "Bankdaten merken"
|
8539 |
|
8540 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1004
|
8541 |
msgid "Remember account data for returning customers."
|
8542 |
msgstr "Bankverbindung für registrierte Kunden speichern."
|
8543 |
|
8544 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1006
|
8545 |
msgid "Save account data as user meta if user has/creates a customer account."
|
8546 |
msgstr ""
|
8547 |
"Speichert die Bankverbindung für registrierte Kunden in der user_meta "
|
8549 |
"eigenständig aus."
|
8550 |
|
8551 |
# @ woocommerce-germanized
|
8552 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1116
|
8553 |
msgid "Please insert your SEPA account data."
|
8554 |
msgstr "Bitte füge deine SEPA Kontoinformationen ein."
|
8555 |
|
8556 |
# @ woocommerce-germanized
|
8557 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1138
|
8558 |
msgid "Your IBAN seems to be invalid."
|
8559 |
msgstr "Dein IBAN scheint nicht gültig zu sein."
|
8560 |
|
8561 |
# @ woocommerce-germanized
|
8562 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1140
|
8563 |
msgid "Your IBAN's country code doesn’t match with your billing country."
|
8564 |
msgstr "Der Ländercode des IBANs stimmt nicht mit dem Rechnungsland überein."
|
8565 |
|
8566 |
# @ woocommerce-germanized
|
8567 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1145
|
8568 |
msgid "Your BIC seems to be invalid."
|
8569 |
msgstr "Dein BIC/SWIFT scheint nicht gültig zu sein."
|
8570 |
|
8571 |
# @ woocommerce-germanized
|
8572 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1190
|
8573 |
msgid "is invalid"
|
8574 |
msgstr "ist ungültig"
|
8575 |
|
8576 |
# @ woocommerce-germanized
|
8577 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1237
|
8578 |
msgid "Awaiting Direct Debit Payment"
|
8579 |
msgstr "Zahlung per Lastschrift ausstehend"
|
8580 |
|
8718 |
"Aktiviere die Zahlungsart nur dann, wenn der Kunde bereits eine Bestellung "
|
8719 |
"erfolgreich abgeschlossen hat."
|
8720 |
|
8721 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:153
|
8722 |
msgid ">= 12 years"
|
8723 |
msgstr ">= 12 Jahre"
|
8724 |
|
8725 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:154
|
8726 |
msgid ">= 16 years"
|
8727 |
msgstr ">= 16 Jahre"
|
8728 |
|
8729 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:155
|
8730 |
msgid ">= 18 years"
|
8731 |
msgstr ">= 18 Jahre"
|
8732 |
|
8733 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:156
|
8734 |
msgid ">= 21 years"
|
8735 |
msgstr ">= 21 Jahre"
|
8736 |
|
8737 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:157
|
8738 |
msgid ">= 25 years"
|
8739 |
msgstr ">= 25 Jahre"
|
8740 |
|
8741 |
# @ woocommerce-germanized
|
8742 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:162
|
8743 |
msgctxt "age"
|
8744 |
msgid "None"
|
8745 |
msgstr "Keines"
|
8746 |
|
8747 |
# @ woocommerce-germanized
|
8748 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:199
|
8749 |
msgid "Right of Recission"
|
8750 |
msgstr "Widerrufsrecht"
|
8751 |
|
8752 |
# @ woocommerce-germanized
|
8753 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:201
|
8754 |
msgid "Data Security"
|
8755 |
msgstr "Datenschutzerklärung"
|
8756 |
|
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-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE@formal\n"
|
@@ -224,7 +224,7 @@ msgid "Premium"
|
|
224 |
msgstr "Premium"
|
225 |
|
226 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone.php:17
|
227 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:
|
228 |
msgctxt "dhl"
|
229 |
msgid "Create label"
|
230 |
msgstr "Label erstellen"
|
@@ -240,23 +240,23 @@ msgctxt "dhl"
|
|
240 |
msgid "DHL Label"
|
241 |
msgstr "DHL Label"
|
242 |
|
243 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:
|
244 |
msgctxt "dhl"
|
245 |
msgid "Download"
|
246 |
msgstr "Download"
|
247 |
|
248 |
# @ woocommerce-germanized
|
249 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:
|
250 |
msgctxt "dhl"
|
251 |
msgid "Send to customer"
|
252 |
msgstr "An den Kunden senden"
|
253 |
|
254 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:
|
255 |
msgctxt "dhl"
|
256 |
msgid "Delete"
|
257 |
msgstr "Löschen"
|
258 |
|
259 |
-
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:
|
260 |
#: woocommerce-germanized-dhl/src/Admin/Admin.php:414
|
261 |
msgctxt "dhl"
|
262 |
msgid "Create new DHL label"
|
@@ -2300,7 +2300,6 @@ msgid "Preferred time: Delivery during your preferred time slot."
|
|
2300 |
msgstr "Wunschzeit: Lieferung im gewünschten Zeitfenster."
|
2301 |
|
2302 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
|
2303 |
-
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:91
|
2304 |
msgctxt "dhl"
|
2305 |
msgid ""
|
2306 |
"Indicate a preferred time, which suits you best for your parcel delivery by "
|
@@ -2459,16 +2458,27 @@ msgctxt "shipments"
|
|
2459 |
msgid "Shipping method"
|
2460 |
msgstr "Versandmethode"
|
2461 |
|
2462 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2463 |
-
|
2464 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2465 |
msgctxt "shipments"
|
2466 |
msgid "Item"
|
2467 |
msgstr "Position"
|
2468 |
|
2469 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2470 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2471 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2472 |
#: woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:55
|
2473 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details.php:50
|
2474 |
msgctxt "shipments"
|
@@ -2476,7 +2486,7 @@ msgid "Quantity"
|
|
2476 |
msgstr "Anzahl"
|
2477 |
|
2478 |
# @ woocommerce-germanized
|
2479 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2480 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:704
|
2481 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:27
|
2482 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:647
|
@@ -2485,39 +2495,39 @@ msgid "Actions"
|
|
2485 |
msgstr "Aktionen"
|
2486 |
|
2487 |
# @ woocommerce-germanized
|
2488 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2489 |
msgctxt "shipments"
|
2490 |
msgid "Add item"
|
2491 |
msgstr "Position hinzufügen"
|
2492 |
|
2493 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2494 |
msgctxt "shipments"
|
2495 |
msgid "Sync items"
|
2496 |
msgstr "Positionen synchronisieren"
|
2497 |
|
2498 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2499 |
msgctxt "shipments"
|
2500 |
msgid "Automatically adjust items and quantities based on order item data."
|
2501 |
msgstr "Bestimmt Positionen und Anzahlen automatisch anhand der Bestelldaten."
|
2502 |
|
2503 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2504 |
msgctxt "shipments"
|
2505 |
msgid "Add Item"
|
2506 |
msgstr "Position hinzufügen"
|
2507 |
|
2508 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2509 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2510 |
msgctxt "shipments"
|
2511 |
msgid "Add"
|
2512 |
msgstr "Hinzufügen"
|
2513 |
|
2514 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2515 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2516 |
msgctxt "shipments"
|
2517 |
msgid "Add Return"
|
2518 |
msgstr "Retoure hinzufügen"
|
2519 |
|
2520 |
-
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:
|
2521 |
#, php-format
|
2522 |
msgctxt "shipments"
|
2523 |
msgid "Delete %s"
|
@@ -2599,63 +2609,63 @@ msgctxt "shipments"
|
|
2599 |
msgid "Shipment to your order: {order_number}"
|
2600 |
msgstr "Sendung zu Ihrer Bestellung {order_number}"
|
2601 |
|
2602 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2603 |
#, php-format
|
2604 |
msgid "Available placeholders: %s"
|
2605 |
msgstr "Verfügbare Platzhalter: %s"
|
2606 |
|
2607 |
# @ woocommerce-germanized
|
2608 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2609 |
msgctxt "shipments"
|
2610 |
msgid "Enable/Disable"
|
2611 |
msgstr "Aktivieren/Deaktivieren"
|
2612 |
|
2613 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2614 |
msgctxt "shipments"
|
2615 |
msgid "Enable this email notification"
|
2616 |
msgstr "Aktiviere diese E-Mail-Benachrichtigung"
|
2617 |
|
2618 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2619 |
msgctxt "shipments"
|
2620 |
msgid "Full shipment subject"
|
2621 |
msgstr "Vollständige Sendung Betreff"
|
2622 |
|
2623 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2624 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2625 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2626 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2627 |
#, php-format
|
2628 |
msgctxt "shipments"
|
2629 |
msgid "Available placeholders: %s"
|
2630 |
msgstr "Verfügbare Platzhalter: %s"
|
2631 |
|
2632 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2633 |
msgctxt "shipments"
|
2634 |
msgid "Partial shipment subject"
|
2635 |
msgstr "Teilsendung Betreff"
|
2636 |
|
2637 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2638 |
msgctxt "shipments"
|
2639 |
msgid "Full shipment email heading"
|
2640 |
msgstr "Vollständige Sendung Kopfzeile"
|
2641 |
|
2642 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2643 |
msgctxt "shipments"
|
2644 |
msgid "Partial shipment email heading"
|
2645 |
msgstr "Teilsendung Kopfzeile"
|
2646 |
|
2647 |
# @ woocommerce-germanized
|
2648 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2649 |
msgctxt "shipments"
|
2650 |
msgid "Additional content"
|
2651 |
msgstr "Zusätzlicher Inhalt"
|
2652 |
|
2653 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2654 |
msgctxt "shipments"
|
2655 |
msgid "Text to appear below the main email content."
|
2656 |
msgstr "Text der unterhalb des Inhalts der E-Mail angezeigt werden soll."
|
2657 |
|
2658 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2659 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:638
|
2660 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:666
|
2661 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
@@ -2663,12 +2673,12 @@ msgctxt "shipments"
|
|
2663 |
msgid "N/A"
|
2664 |
msgstr "n.a."
|
2665 |
|
2666 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2667 |
msgctxt "shipments"
|
2668 |
msgid "Email type"
|
2669 |
msgstr "E-Mail-Typ"
|
2670 |
|
2671 |
-
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:
|
2672 |
msgctxt "shipments"
|
2673 |
msgid "Choose which format of email to send."
|
2674 |
msgstr "Format für E-Mail-Versand auswählen."
|
@@ -2734,8 +2744,8 @@ msgid "Returned"
|
|
2734 |
msgstr "Retourniert"
|
2735 |
|
2736 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:218
|
2737 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:
|
2738 |
-
#: woocommerce-germanized-shipments/src/DataStores/Shipment.php:
|
2739 |
msgctxt "shipments"
|
2740 |
msgid "Invalid shipment."
|
2741 |
msgstr "Ungültige Sendung."
|
@@ -2754,7 +2764,7 @@ msgstr "Fehler beim Erstellen der Sendungsinstanz"
|
|
2754 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:261
|
2755 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:265
|
2756 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:142
|
2757 |
-
#: woocommerce-germanized-shipments/src/SimpleShipment.php:
|
2758 |
msgctxt "shipments"
|
2759 |
msgid "Invalid shipment order"
|
2760 |
msgstr "Ungültige Bestellung zur Sendung"
|
@@ -2789,7 +2799,7 @@ msgid "View"
|
|
2789 |
msgstr "Anzeigen"
|
2790 |
|
2791 |
# @ woocommerce-germanized
|
2792 |
-
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:
|
2793 |
msgctxt "shipments"
|
2794 |
msgid "My account"
|
2795 |
msgstr "Mein Konto"
|
@@ -2959,52 +2969,90 @@ msgstr ""
|
|
2959 |
"standardmäßig erhält."
|
2960 |
|
2961 |
# @ woocommerce-germanized
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2962 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:131
|
2963 |
msgctxt "shipments"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2964 |
msgid "Return Address"
|
2965 |
msgstr "Retouren Adresse"
|
2966 |
|
2967 |
# @ woocommerce-germanized
|
2968 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
2969 |
msgctxt "shipments"
|
2970 |
msgid "First Name"
|
2971 |
msgstr "Vorname"
|
2972 |
|
2973 |
# @ woocommerce-germanized
|
2974 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
2975 |
msgctxt "shipments"
|
2976 |
msgid "Last Name"
|
2977 |
msgstr "Nachname"
|
2978 |
|
2979 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
2980 |
msgctxt "shipments"
|
2981 |
msgid "Company"
|
2982 |
msgstr "Firma"
|
2983 |
|
2984 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
2985 |
msgctxt "shipments"
|
2986 |
msgid "Address 1"
|
2987 |
msgstr "Adresszeile 1"
|
2988 |
|
2989 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
2990 |
msgctxt "shipments"
|
2991 |
msgid "Address 2"
|
2992 |
msgstr "Adresszeile 2"
|
2993 |
|
2994 |
# @ woocommerce-germanized
|
2995 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
2996 |
msgctxt "shipments"
|
2997 |
msgid "City"
|
2998 |
msgstr "Stadt"
|
2999 |
|
3000 |
# @ woocommerce-germanized
|
3001 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
3002 |
msgctxt "shipments"
|
3003 |
msgid "Country / State"
|
3004 |
msgstr "Land / Bundesland"
|
3005 |
|
3006 |
# @ woocommerce-germanized
|
3007 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
3008 |
msgctxt "shipments"
|
3009 |
msgid "Postcode"
|
3010 |
msgstr "Postleitzahl"
|
@@ -3360,13 +3408,19 @@ msgctxt "shipments"
|
|
3360 |
msgid "Quantity."
|
3361 |
msgstr "Anzahl."
|
3362 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3363 |
#: woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php:191
|
3364 |
msgctxt "shipments"
|
3365 |
msgid "Invalid shipment item."
|
3366 |
msgstr "Ungültige Sendungsposition."
|
3367 |
|
3368 |
#: woocommerce-germanized-shipments/src/ReturnShipment.php:353
|
3369 |
-
#: woocommerce-germanized-shipments/src/Shipment.php:
|
3370 |
#, php-format
|
3371 |
msgctxt "full name"
|
3372 |
msgid "%1$s %2$s"
|
@@ -3378,7 +3432,7 @@ msgctxt "shipments"
|
|
3378 |
msgid "Invalid shipment"
|
3379 |
msgstr "Ungültige Sendung"
|
3380 |
|
3381 |
-
#: woocommerce-germanized-shipments/src/Shipment.php:
|
3382 |
#, php-format
|
3383 |
msgctxt "shipments"
|
3384 |
msgid ""
|
@@ -3562,27 +3616,27 @@ msgid "l"
|
|
3562 |
msgstr "l"
|
3563 |
|
3564 |
# @ woocommerce-germanized
|
3565 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
3566 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
3567 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
3568 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:546
|
3569 |
msgid "incl. VAT"
|
3570 |
msgstr "inkl. MwSt."
|
3571 |
|
3572 |
# @ woocommerce-germanized
|
3573 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
3574 |
msgid "excl. VAT"
|
3575 |
msgstr "exkl. MwSt."
|
3576 |
|
3577 |
# @ woocommerce-germanized
|
3578 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
3579 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
3580 |
#, php-format
|
3581 |
msgid "incl. %s%% VAT"
|
3582 |
msgstr "inkl. %s %% MwSt."
|
3583 |
|
3584 |
# @ woocommerce-germanized
|
3585 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:
|
3586 |
#, php-format
|
3587 |
msgid "excl. %s%% VAT"
|
3588 |
msgstr "exkl. %s %% MwSt."
|
@@ -3624,14 +3678,6 @@ msgstr "Beschriftung anpassen"
|
|
3624 |
msgid "Global minimum age"
|
3625 |
msgstr "Globales Mindestalter"
|
3626 |
|
3627 |
-
# @ woocommerce-germanized
|
3628 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:72
|
3629 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:82
|
3630 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:368
|
3631 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:471
|
3632 |
-
msgid "None"
|
3633 |
-
msgstr "Keine"
|
3634 |
-
|
3635 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:73
|
3636 |
msgid ""
|
3637 |
"Choose a global minimum age necessary to buy your products. Can be "
|
@@ -3811,6 +3857,13 @@ msgstr "Altersprüfung"
|
|
3811 |
msgid "Same as Parent"
|
3812 |
msgstr "Gleiche wie übergeordnet"
|
3813 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3814 |
# @ woocommerce-germanized
|
3815 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:66
|
3816 |
msgid "Germanize"
|
@@ -3963,7 +4016,7 @@ msgstr "Zurück zu WP Admin"
|
|
3963 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
3964 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:53
|
3965 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:136
|
3966 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
3967 |
msgid "Terms & Conditions"
|
3968 |
msgstr "AGB"
|
3969 |
|
@@ -3977,7 +4030,7 @@ msgstr "Widerrufsbelehrung"
|
|
3977 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
3978 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:84
|
3979 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:136
|
3980 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
3981 |
msgid "Imprint"
|
3982 |
msgstr "Impressum"
|
3983 |
|
@@ -3989,7 +4042,7 @@ msgstr "Datenschutzerklärung"
|
|
3989 |
# @ woocommerce-germanized
|
3990 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
3991 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:104
|
3992 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
3993 |
msgid "Payment Methods"
|
3994 |
msgstr "Zahlungarten"
|
3995 |
|
@@ -5230,7 +5283,7 @@ msgstr ""
|
|
5230 |
"Passen Sie hier, falls notwending, den Kleinunternehmer Hinweistext an."
|
5231 |
|
5232 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:227
|
5233 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5234 |
msgid ""
|
5235 |
"Value added tax is not collected, as small businesses according to §19 (1) "
|
5236 |
"UStG."
|
@@ -5348,7 +5401,7 @@ msgstr ""
|
|
5348 |
"Platzhalter für den höchsten Preis."
|
5349 |
|
5350 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:304
|
5351 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5352 |
msgid "{min_price} – {max_price}"
|
5353 |
msgstr "{min_price} – {max_price}"
|
5354 |
|
@@ -5658,7 +5711,7 @@ msgstr "Preisauszeichnung „Steuer“ anzeigen"
|
|
5658 |
# @ woocommerce-germanized
|
5659 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:272
|
5660 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:317
|
5661 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5662 |
msgid "Shipping Costs"
|
5663 |
msgstr "Versandkosten"
|
5664 |
|
@@ -6165,7 +6218,7 @@ msgstr "Name"
|
|
6165 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
6166 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:29
|
6167 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:779
|
6168 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6169 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:121
|
6170 |
msgid "Description"
|
6171 |
msgstr "Beschreibung"
|
@@ -6286,12 +6339,12 @@ msgid "Install an older version"
|
|
6286 |
msgstr "Installieren Sie eine ältere Version"
|
6287 |
|
6288 |
# @ woocommerce-germanized
|
6289 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:
|
6290 |
msgctxt "dhl"
|
6291 |
msgid "DHL built-in Integration"
|
6292 |
msgstr "DHL Integration"
|
6293 |
|
6294 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:
|
6295 |
msgctxt "dhl"
|
6296 |
msgid ""
|
6297 |
"It seems like you are currently using the DHL for WooCommerce plugin. "
|
@@ -6306,14 +6359,14 @@ msgstr ""
|
|
6306 |
"Integration an und lassen Sie Germanized einfach Ihre bestehenden "
|
6307 |
"Einstellungen importieren."
|
6308 |
|
6309 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:
|
6310 |
msgctxt "dhl"
|
6311 |
msgid "No need to use an external plugin which might lead to incompatibilities"
|
6312 |
msgstr ""
|
6313 |
"Kein externes Plugin notwendig, d.h. geringere Fehleranfälligkeit und "
|
6314 |
"bessere Performance"
|
6315 |
|
6316 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:
|
6317 |
msgctxt "dhl"
|
6318 |
msgid ""
|
6319 |
"Perfectly integrated in Germanized – easily create labels for shipments"
|
@@ -6321,16 +6374,23 @@ msgstr ""
|
|
6321 |
"Perfekt integriert in Germanized – erstellen Sie einfach DHL Labels "
|
6322 |
"für Sendungen und Retouren"
|
6323 |
|
6324 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:
|
6325 |
msgctxt "dhl"
|
6326 |
msgid "Learn more"
|
6327 |
msgstr "Mehr erfahren"
|
6328 |
|
6329 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:
|
6330 |
msgctxt "dhl"
|
6331 |
msgid "Import settings and activate"
|
6332 |
msgstr "Einstellungen importieren und loslegen"
|
6333 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6334 |
# @ woocommerce-germanized
|
6335 |
#: woocommerce-germanized/includes/admin/views/html-notice-pro.php:14
|
6336 |
msgid "For professionals: Upgrade to Pro-Version"
|
@@ -6373,12 +6433,6 @@ msgstr "Premium Support via Ticket-System"
|
|
6373 |
msgid "Learn more about Pro Version"
|
6374 |
msgstr "Mehr über die Pro Version erfahren"
|
6375 |
|
6376 |
-
# @ woocommerce-germanized
|
6377 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-pro.php:29
|
6378 |
-
#: woocommerce-germanized/includes/admin/views/html-notice-theme-supported.php:21
|
6379 |
-
msgid "Hide this notice"
|
6380 |
-
msgstr "Diese Nachricht ausblenden"
|
6381 |
-
|
6382 |
# @ woocommerce-germanized
|
6383 |
#: woocommerce-germanized/includes/admin/views/html-notice-review.php:15
|
6384 |
msgid "Do you like Germanized?"
|
@@ -6819,7 +6873,7 @@ msgstr ""
|
|
6819 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:147
|
6820 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:159
|
6821 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:39
|
6822 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6823 |
#: woocommerce-germanized/includes/gateways/direct-debit/views/html-export.php:30
|
6824 |
msgid "Direct Debit"
|
6825 |
msgstr "Lastschrift"
|
@@ -6831,9 +6885,9 @@ msgstr "Lastschrift"
|
|
6831 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:117
|
6832 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:166
|
6833 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:117
|
6834 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6835 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6836 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6837 |
msgid "Account Holder"
|
6838 |
msgstr "Kontoinhaber"
|
6839 |
|
@@ -6844,10 +6898,10 @@ msgstr "Kontoinhaber"
|
|
6844 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:118
|
6845 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:167
|
6846 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:124
|
6847 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6848 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6849 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6850 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6851 |
msgid "IBAN"
|
6852 |
msgstr "IBAN"
|
6853 |
|
@@ -6858,9 +6912,9 @@ msgstr "IBAN"
|
|
6858 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:119
|
6859 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:168
|
6860 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:131
|
6861 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6862 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6863 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6864 |
msgid "BIC/SWIFT"
|
6865 |
msgstr "BIC/SWIFT"
|
6866 |
|
@@ -6871,7 +6925,7 @@ msgstr "Paketdienstleister Datenweitergabe"
|
|
6871 |
# @ woocommerce-germanized
|
6872 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:179
|
6873 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:138
|
6874 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
6875 |
msgid "Mandate Reference ID"
|
6876 |
msgstr "Mandat-Referenznummer"
|
6877 |
|
@@ -7190,7 +7244,7 @@ msgid "Forward your Revocation online"
|
|
7190 |
msgstr "Widerruf online erklären"
|
7191 |
|
7192 |
# @ woocommerce-germanized
|
7193 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7194 |
#, php-format
|
7195 |
msgid ""
|
7196 |
"Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
|
@@ -7200,73 +7254,73 @@ msgstr ""
|
|
7200 |
"bevor Sie WooCommerce Germanized installieren. Vielen Dank!"
|
7201 |
|
7202 |
# @ woocommerce-germanized
|
7203 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7204 |
msgctxt "Page slug"
|
7205 |
msgid "data-security"
|
7206 |
msgstr "datenschutzerklaerung"
|
7207 |
|
7208 |
# @ woocommerce-germanized
|
7209 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7210 |
msgctxt "Page title"
|
7211 |
msgid "Data Security Statement"
|
7212 |
msgstr "Datenschutzerklärung"
|
7213 |
|
7214 |
# @ woocommerce-germanized
|
7215 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7216 |
msgctxt "Page slug"
|
7217 |
msgid "imprint"
|
7218 |
msgstr "impressum"
|
7219 |
|
7220 |
# @ woocommerce-germanized
|
7221 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7222 |
msgctxt "Page title"
|
7223 |
msgid "Imprint"
|
7224 |
msgstr "Impressum"
|
7225 |
|
7226 |
# @ woocommerce-germanized
|
7227 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7228 |
msgctxt "Page slug"
|
7229 |
msgid "terms"
|
7230 |
msgstr "agb"
|
7231 |
|
7232 |
# @ woocommerce-germanized
|
7233 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7234 |
msgctxt "Page title"
|
7235 |
msgid "Terms & Conditions"
|
7236 |
msgstr "AGB"
|
7237 |
|
7238 |
# @ woocommerce-germanized
|
7239 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7240 |
msgctxt "Page slug"
|
7241 |
msgid "revocation"
|
7242 |
msgstr "widerrufsbelehrung"
|
7243 |
|
7244 |
# @ woocommerce-germanized
|
7245 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7246 |
msgctxt "Page title"
|
7247 |
msgid "Power of Revocation"
|
7248 |
msgstr "Widerrufsbelehrung"
|
7249 |
|
7250 |
# @ woocommerce-germanized
|
7251 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7252 |
msgctxt "Page slug"
|
7253 |
msgid "shipping-methods"
|
7254 |
msgstr "versandarten"
|
7255 |
|
7256 |
# @ woocommerce-germanized
|
7257 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7258 |
msgctxt "Page title"
|
7259 |
msgid "Shipping Methods"
|
7260 |
msgstr "Versandarten"
|
7261 |
|
7262 |
# @ woocommerce-germanized
|
7263 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7264 |
msgctxt "Page slug"
|
7265 |
msgid "payment-methods"
|
7266 |
msgstr "bezahlmoeglichkeiten"
|
7267 |
|
7268 |
# @ woocommerce-germanized
|
7269 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
7270 |
msgctxt "Page title"
|
7271 |
msgid "Payment Methods"
|
7272 |
msgstr "Zahlungsarten"
|
@@ -7437,7 +7491,7 @@ msgstr ""
|
|
7437 |
|
7438 |
# @ woocommerce-germanized
|
7439 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:209
|
7440 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
7441 |
msgid "I hereby agree to the {link}direct debit mandate{/link}."
|
7442 |
msgstr "Hiermit erteile ich das {link}SEPA Lastschriftmandat{/link}."
|
7443 |
|
@@ -7834,14 +7888,14 @@ msgstr "Anrede"
|
|
7834 |
|
7835 |
# @ woocommerce-germanized
|
7836 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
7837 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7838 |
msgid "Mr."
|
7839 |
msgstr "Herr"
|
7840 |
|
7841 |
# @ woocommerce-germanized
|
7842 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:53
|
7843 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7844 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7845 |
msgid "Ms."
|
7846 |
msgstr "Frau"
|
7847 |
|
@@ -8225,7 +8279,7 @@ msgstr "Bestellung %s"
|
|
8225 |
msgid "Will be notified separately"
|
8226 |
msgstr "Wird separat mitgeteilt"
|
8227 |
|
8228 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8229 |
#, php-format
|
8230 |
msgid ""
|
8231 |
"We will debit %s from your account by direct debit on or shortly after %s."
|
@@ -8234,105 +8288,105 @@ msgstr ""
|
|
8234 |
"%s ein."
|
8235 |
|
8236 |
# @ woocommerce-germanized
|
8237 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8238 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8239 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8240 |
msgid "a single payment"
|
8241 |
msgstr "eine einmalige Zahlung"
|
8242 |
|
8243 |
# @ woocommerce-germanized
|
8244 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8245 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:108
|
8246 |
msgid "Enable/Disable"
|
8247 |
msgstr "Aktivieren/Deaktivieren"
|
8248 |
|
8249 |
# @ woocommerce-germanized
|
8250 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8251 |
msgid "Enable Direct Debit Payment"
|
8252 |
msgstr "Bezahlung per Lastschrift aktivieren"
|
8253 |
|
8254 |
# @ woocommerce-germanized
|
8255 |
# @ woocommerce
|
8256 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8257 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:114
|
8258 |
msgctxt "gateway"
|
8259 |
msgid "Title"
|
8260 |
msgstr "Bezeichnung"
|
8261 |
|
8262 |
# @ woocommerce-germanized
|
8263 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8264 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:116
|
8265 |
msgid "This controls the title which the user sees during checkout."
|
8266 |
msgstr ""
|
8267 |
"Beschreibungstext, den Benutzer bei der Auswahl dieser Zahlungsart sehen."
|
8268 |
|
8269 |
# @ woocommerce-germanized
|
8270 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8271 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:123
|
8272 |
msgid "Payment method description that the customer will see on your checkout."
|
8273 |
msgstr "Beschreibung der Zahlungsart, die Kunden auf ihrer Website sehen."
|
8274 |
|
8275 |
# @ woocommerce-germanized
|
8276 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8277 |
msgid "The order amount will be debited directly from your bank account."
|
8278 |
msgstr ""
|
8279 |
"Der Gesamtbestellbetrag wird per SEPA-Lastschrift direkt von Ihrem Konto "
|
8280 |
"abgebucht."
|
8281 |
|
8282 |
# @ woocommerce-germanized
|
8283 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8284 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:128
|
8285 |
msgid "Instructions"
|
8286 |
msgstr "Anweisungen"
|
8287 |
|
8288 |
# @ woocommerce-germanized
|
8289 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8290 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:130
|
8291 |
msgid "Instructions that will be added to the thank you page and emails."
|
8292 |
msgstr "Anweisung, die zur „Danke“-Seite und zu E-Mails hinzugefügt werden."
|
8293 |
|
8294 |
# @ woocommerce-germanized
|
8295 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8296 |
msgid "Debtee"
|
8297 |
msgstr "Gläubiger Informationen"
|
8298 |
|
8299 |
# @ woocommerce-germanized
|
8300 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8301 |
msgid "Insert your company information."
|
8302 |
msgstr "Fügen Sie hier die Informationen zu ihrem Unternehmen ein."
|
8303 |
|
8304 |
# @ woocommerce-germanized
|
8305 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8306 |
msgid "Company Inc, John Doe Street, New York"
|
8307 |
msgstr "Musterfirma GmbH, Musterstraße 12, 12203 Musterstadt"
|
8308 |
|
8309 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8310 |
msgid "Insert the bank account holder name."
|
8311 |
msgstr "Fügen Sie hier den Namen des Kontoinhabers ein."
|
8312 |
|
8313 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8314 |
msgid "Company Inc"
|
8315 |
msgstr "Muster GmbH"
|
8316 |
|
8317 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8318 |
msgid "Insert the bank account IBAN."
|
8319 |
msgstr "Fügen Sie hier den IBAN ihres Kontos ein."
|
8320 |
|
8321 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8322 |
msgid "BIC"
|
8323 |
msgstr "BIC"
|
8324 |
|
8325 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8326 |
msgid "Insert the bank account BIC."
|
8327 |
msgstr "Fügen Sie hier den BIC ihres Kontos ein."
|
8328 |
|
8329 |
# @ woocommerce-germanized
|
8330 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8331 |
msgid "Debtee identification number"
|
8332 |
msgstr "Identifikationsnummer"
|
8333 |
|
8334 |
# @ woocommerce-germanized
|
8335 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8336 |
#, php-format
|
8337 |
msgid ""
|
8338 |
"Insert your debtee indentification number. More information can be found <a "
|
@@ -8342,16 +8396,16 @@ msgstr ""
|
|
8342 |
"Weitere Informationen zu dieser Nummer erhalten Sie <a href=\"%s\">hier</a>."
|
8343 |
|
8344 |
# @ woocommerce-germanized
|
8345 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8346 |
msgid "Generate Mandate ID"
|
8347 |
msgstr "Mandat-Referenz generieren"
|
8348 |
|
8349 |
# @ woocommerce-germanized
|
8350 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8351 |
msgid "Automatically generate Mandate ID."
|
8352 |
msgstr "Mandat-Referenznummer automatisch generieren."
|
8353 |
|
8354 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8355 |
msgid ""
|
8356 |
"Automatically generate Mandate ID after order completion (based on Order ID)."
|
8357 |
msgstr ""
|
@@ -8359,11 +8413,11 @@ msgstr ""
|
|
8359 |
"basierend auf der Bestellnummer generieren."
|
8360 |
|
8361 |
# @ woocommerce-germanized
|
8362 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8363 |
msgid "XML Pain Format"
|
8364 |
msgstr "XML Pain Format"
|
8365 |
|
8366 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8367 |
msgid ""
|
8368 |
"You may adjust the XML Export Pain Schema to your banks needs. Some banks "
|
8369 |
"may require pain.001.003.03."
|
@@ -8372,11 +8426,11 @@ msgstr ""
|
|
8372 |
"Einige Banken benötigen z.B. pain.001.003.03."
|
8373 |
|
8374 |
# @ woocommerce-germanized
|
8375 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8376 |
msgid "Mandate ID Format"
|
8377 |
msgstr "Mandat-Referenz Format"
|
8378 |
|
8379 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8380 |
msgid ""
|
8381 |
"You may extend the Mandate ID format by adding a prefix and/or suffix. Use "
|
8382 |
"{id} as placeholder to insert the automatically generated ID."
|
@@ -8386,12 +8440,12 @@ msgstr ""
|
|
8386 |
"einzufügen."
|
8387 |
|
8388 |
# @ woocommerce-germanized
|
8389 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8390 |
msgid "Mandate Text"
|
8391 |
msgstr "Lastschriftmandat"
|
8392 |
|
8393 |
# @ woocommerce-germanized
|
8394 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8395 |
msgid ""
|
8396 |
"This text will be populated with live order/checkout data. Will be used as "
|
8397 |
"preview direct debit mandate and as email template text."
|
@@ -8402,29 +8456,29 @@ msgstr ""
|
|
8402 |
"Verfügung gestellt."
|
8403 |
|
8404 |
# @ woocommerce-germanized
|
8405 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8406 |
msgid "Checkbox"
|
8407 |
msgstr "Checkbox"
|
8408 |
|
8409 |
# @ woocommerce-germanized
|
8410 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8411 |
msgid "Enable \"agree to SEPA mandate\" checkbox"
|
8412 |
msgstr "Aktivieren Sie die Checkbox zur Bestätigung des Lastschriftmandates"
|
8413 |
|
8414 |
# @ woocommerce-germanized
|
8415 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8416 |
msgid "Enable a checkbox linking to a SEPA direct debit mandate preview."
|
8417 |
msgstr ""
|
8418 |
"Aktivieren Sie eine Checkbox, die zu einer Vorschau des Lastschrift-Mandats "
|
8419 |
"führt."
|
8420 |
|
8421 |
# @ woocommerce-germanized
|
8422 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8423 |
msgid "Checkbox label"
|
8424 |
msgstr "Checkbox Text"
|
8425 |
|
8426 |
# @ woocommerce-germanized
|
8427 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8428 |
msgid ""
|
8429 |
"Customize the checkbox label. Use {link}link name{/link} to insert the "
|
8430 |
"preview link."
|
@@ -8432,17 +8486,17 @@ msgstr ""
|
|
8432 |
"Passt den Checkbox Text an. Verwenden Sie {link}SEPA Lastschriftmandat{/"
|
8433 |
"link} um auf die Vorschau zu verlinken."
|
8434 |
|
8435 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8436 |
msgid "Enable pre-notification"
|
8437 |
msgstr "Vorankündigung aktivieren"
|
8438 |
|
8439 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8440 |
msgid "Insert pre-notification text within the order confirmation email."
|
8441 |
msgstr ""
|
8442 |
"Fügt einen Standard-Text zur Vorankündigung des SEPA-Einzugs in die "
|
8443 |
"Bestellbestätigung ein."
|
8444 |
|
8445 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8446 |
msgid ""
|
8447 |
"This option inserts a standard text containing a pre-notification for the "
|
8448 |
"customer."
|
@@ -8451,11 +8505,11 @@ msgstr ""
|
|
8451 |
"die Bestellbestätigung ein. In der Ankündigung wird u.a. ein konkreter "
|
8452 |
"Fälligkeitstermin genannt."
|
8453 |
|
8454 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8455 |
msgid "Debit days"
|
8456 |
msgstr "Fälligkeitstage"
|
8457 |
|
8458 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8459 |
msgid ""
|
8460 |
"This option is used to calculate the debit date and is added to the order "
|
8461 |
"date."
|
@@ -8465,15 +8519,15 @@ msgstr ""
|
|
8465 |
"hier eingestellten Anzahl Tage."
|
8466 |
|
8467 |
# @ woocommerce-germanized
|
8468 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8469 |
msgid "Mask IBAN"
|
8470 |
msgstr "IBAN maskieren"
|
8471 |
|
8472 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8473 |
msgid "Mask the IBAN within emails."
|
8474 |
msgstr "IBAN in E-Mails maskieren."
|
8475 |
|
8476 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8477 |
msgid ""
|
8478 |
"This will lead to masked IBANs within emails (replaced by *). All but last 4 "
|
8479 |
"digits will be masked."
|
@@ -8481,15 +8535,15 @@ msgstr ""
|
|
8481 |
"Der IBAN wird in E-Mails (abgesehen von den letzten 4 Stellen) mit * "
|
8482 |
"maskiert."
|
8483 |
|
8484 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8485 |
msgid "Remember"
|
8486 |
msgstr "Bankdaten merken"
|
8487 |
|
8488 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8489 |
msgid "Remember account data for returning customers."
|
8490 |
msgstr "Bankverbindung für registrierte Kunden speichern."
|
8491 |
|
8492 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8493 |
msgid "Save account data as user meta if user has/creates a customer account."
|
8494 |
msgstr ""
|
8495 |
"Speichert die Bankverbindung für registrierte Kunden in der user_meta "
|
@@ -8497,32 +8551,32 @@ msgstr ""
|
|
8497 |
"eigenständig aus."
|
8498 |
|
8499 |
# @ woocommerce-germanized
|
8500 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8501 |
msgid "Please insert your SEPA account data."
|
8502 |
msgstr "Bitte fügen Sie Ihre SEPA Kontoinformationen ein."
|
8503 |
|
8504 |
# @ woocommerce-germanized
|
8505 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8506 |
msgid "Your IBAN seems to be invalid."
|
8507 |
msgstr "Ihr IBAN scheint nicht gültig zu sein."
|
8508 |
|
8509 |
# @ woocommerce-germanized
|
8510 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8511 |
msgid "Your IBAN's country code doesn’t match with your billing country."
|
8512 |
msgstr "Der Ländercode des IBANs stimmt nicht mit dem Rechnungsland überein."
|
8513 |
|
8514 |
# @ woocommerce-germanized
|
8515 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8516 |
msgid "Your BIC seems to be invalid."
|
8517 |
msgstr "Ihr BIC/SWIFT scheint nicht gültig zu sein."
|
8518 |
|
8519 |
# @ woocommerce-germanized
|
8520 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8521 |
msgid "is invalid"
|
8522 |
msgstr "ist ungültig"
|
8523 |
|
8524 |
# @ woocommerce-germanized
|
8525 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:
|
8526 |
msgid "Awaiting Direct Debit Payment"
|
8527 |
msgstr "Zahlung per Lastschrift ausstehend"
|
8528 |
|
@@ -8666,39 +8720,39 @@ msgstr ""
|
|
8666 |
"Aktiviert die Zahlungsart nur dann, wenn der Kunde bereits eine Bestellung "
|
8667 |
"erfolgreich abgeschlossen hat."
|
8668 |
|
8669 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8670 |
msgid ">= 12 years"
|
8671 |
msgstr ">= 12 Jahre"
|
8672 |
|
8673 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8674 |
msgid ">= 16 years"
|
8675 |
msgstr ">= 16 Jahre"
|
8676 |
|
8677 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8678 |
msgid ">= 18 years"
|
8679 |
msgstr ">= 18 Jahre"
|
8680 |
|
8681 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8682 |
msgid ">= 21 years"
|
8683 |
msgstr ">= 21 Jahre"
|
8684 |
|
8685 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8686 |
msgid ">= 25 years"
|
8687 |
msgstr ">= 25 Jahre"
|
8688 |
|
8689 |
# @ woocommerce-germanized
|
8690 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8691 |
msgctxt "age"
|
8692 |
msgid "None"
|
8693 |
msgstr "Keines"
|
8694 |
|
8695 |
# @ woocommerce-germanized
|
8696 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8697 |
msgid "Right of Recission"
|
8698 |
msgstr "Widerrufsrecht"
|
8699 |
|
8700 |
# @ woocommerce-germanized
|
8701 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8702 |
msgid "Data Security"
|
8703 |
msgstr "Datenschutzerklärung"
|
8704 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-11-04 14:14+0100\n"
|
6 |
+
"PO-Revision-Date: 2019-11-04 14:15+0100\n"
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE@formal\n"
|
224 |
msgstr "Premium"
|
225 |
|
226 |
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label-backbone.php:17
|
227 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:30
|
228 |
msgctxt "dhl"
|
229 |
msgid "Create label"
|
230 |
msgstr "Label erstellen"
|
240 |
msgid "DHL Label"
|
241 |
msgstr "DHL Label"
|
242 |
|
243 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:20
|
244 |
msgctxt "dhl"
|
245 |
msgid "Download"
|
246 |
msgstr "Download"
|
247 |
|
248 |
# @ woocommerce-germanized
|
249 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:23
|
250 |
msgctxt "dhl"
|
251 |
msgid "Send to customer"
|
252 |
msgstr "An den Kunden senden"
|
253 |
|
254 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:26
|
255 |
msgctxt "dhl"
|
256 |
msgid "Delete"
|
257 |
msgstr "Löschen"
|
258 |
|
259 |
+
#: woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php:30
|
260 |
#: woocommerce-germanized-dhl/src/Admin/Admin.php:414
|
261 |
msgctxt "dhl"
|
262 |
msgid "Create new DHL label"
|
2300 |
msgstr "Wunschzeit: Lieferung im gewünschten Zeitfenster."
|
2301 |
|
2302 |
#: woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:65
|
|
|
2303 |
msgctxt "dhl"
|
2304 |
msgid ""
|
2305 |
"Indicate a preferred time, which suits you best for your parcel delivery by "
|
2458 |
msgid "Shipping method"
|
2459 |
msgstr "Versandmethode"
|
2460 |
|
2461 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:80
|
2462 |
+
msgctxt "shipments"
|
2463 |
+
msgid "Shipping provider"
|
2464 |
+
msgstr "Versanddienstleister"
|
2465 |
+
|
2466 |
+
# @ woocommerce-germanized
|
2467 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:82
|
2468 |
+
msgctxt "shipments"
|
2469 |
+
msgid "None"
|
2470 |
+
msgstr "Keiner"
|
2471 |
+
|
2472 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:96
|
2473 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:152
|
2474 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:209
|
2475 |
msgctxt "shipments"
|
2476 |
msgid "Item"
|
2477 |
msgstr "Position"
|
2478 |
|
2479 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:99
|
2480 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:153
|
2481 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:210
|
2482 |
#: woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:55
|
2483 |
#: woocommerce-germanized-shipments/templates/shipment/shipment-details.php:50
|
2484 |
msgctxt "shipments"
|
2486 |
msgstr "Anzahl"
|
2487 |
|
2488 |
# @ woocommerce-germanized
|
2489 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:102
|
2490 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:704
|
2491 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:27
|
2492 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:647
|
2495 |
msgstr "Aktionen"
|
2496 |
|
2497 |
# @ woocommerce-germanized
|
2498 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:116
|
2499 |
msgctxt "shipments"
|
2500 |
msgid "Add item"
|
2501 |
msgstr "Position hinzufügen"
|
2502 |
|
2503 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:120
|
2504 |
msgctxt "shipments"
|
2505 |
msgid "Sync items"
|
2506 |
msgstr "Positionen synchronisieren"
|
2507 |
|
2508 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:121
|
2509 |
msgctxt "shipments"
|
2510 |
msgid "Automatically adjust items and quantities based on order item data."
|
2511 |
msgstr "Bestimmt Positionen und Anzahlen automatisch anhand der Bestelldaten."
|
2512 |
|
2513 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:142
|
2514 |
msgctxt "shipments"
|
2515 |
msgid "Add Item"
|
2516 |
msgstr "Position hinzufügen"
|
2517 |
|
2518 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:171
|
2519 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:219
|
2520 |
msgctxt "shipments"
|
2521 |
msgid "Add"
|
2522 |
msgstr "Hinzufügen"
|
2523 |
|
2524 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:199
|
2525 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:259
|
2526 |
msgctxt "shipments"
|
2527 |
msgid "Add Return"
|
2528 |
msgstr "Retoure hinzufügen"
|
2529 |
|
2530 |
+
#: woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:263
|
2531 |
#, php-format
|
2532 |
msgctxt "shipments"
|
2533 |
msgid "Delete %s"
|
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:246
|
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:250
|
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:252
|
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:256
|
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:260
|
2634 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:269
|
2635 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:278
|
2636 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:287
|
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:265
|
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:274
|
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:283
|
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:292
|
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:293
|
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:295
|
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 |
msgid "N/A"
|
2674 |
msgstr "n.a."
|
2675 |
|
2676 |
+
#: woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:301
|
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:303
|
2682 |
msgctxt "shipments"
|
2683 |
msgid "Choose which format of email to send."
|
2684 |
msgstr "Format für E-Mail-Versand auswählen."
|
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:96
|
2748 |
+
#: woocommerce-germanized-shipments/src/DataStores/Shipment.php:340
|
2749 |
msgctxt "shipments"
|
2750 |
msgid "Invalid shipment."
|
2751 |
msgstr "Ungültige Sendung."
|
2764 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:261
|
2765 |
#: woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:265
|
2766 |
#: woocommerce-germanized-shipments/src/SimpleShipment.php:142
|
2767 |
+
#: woocommerce-germanized-shipments/src/SimpleShipment.php:200
|
2768 |
msgctxt "shipments"
|
2769 |
msgid "Invalid shipment order"
|
2770 |
msgstr "Ungültige Bestellung zur Sendung"
|
2799 |
msgstr "Anzeigen"
|
2800 |
|
2801 |
# @ woocommerce-germanized
|
2802 |
+
#: woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:96
|
2803 |
msgctxt "shipments"
|
2804 |
msgid "My account"
|
2805 |
msgstr "Mein Konto"
|
2969 |
"standardmäßig erhält."
|
2970 |
|
2971 |
# @ woocommerce-germanized
|
2972 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:130
|
2973 |
+
msgctxt "shipments"
|
2974 |
+
msgid "Update status"
|
2975 |
+
msgstr "Status"
|
2976 |
+
|
2977 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:131
|
2978 |
+
msgctxt "shipments"
|
2979 |
+
msgid "Mark order as completed after order is fully shipped."
|
2980 |
+
msgstr ""
|
2981 |
+
"Bestellung als fertiggestellt markieren sobald sie komplett versandt wurde."
|
2982 |
+
|
2983 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:131
|
2984 |
msgctxt "shipments"
|
2985 |
+
msgid ""
|
2986 |
+
"This option will automatically update the order status to completed as soon "
|
2987 |
+
"as all required shipments have been marked as shipped."
|
2988 |
+
msgstr ""
|
2989 |
+
"Diese Option sorgt dafür, dass der Bestellstatus automatisch auf "
|
2990 |
+
"fertiggestellt gesetzt wird, sobald alle notwendigen Sendungen einer "
|
2991 |
+
"Bestellung versandt wurden."
|
2992 |
+
|
2993 |
+
# @ woocommerce-germanized
|
2994 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:139
|
2995 |
+
msgctxt "shipments"
|
2996 |
+
msgid "Customer Account"
|
2997 |
+
msgstr "Kundenkonto"
|
2998 |
+
|
2999 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:142
|
3000 |
+
msgctxt "shipments"
|
3001 |
+
msgid "List"
|
3002 |
+
msgstr "Liste"
|
3003 |
+
|
3004 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:143
|
3005 |
+
msgctxt "shipments"
|
3006 |
+
msgid "List shipments on customer account order screen."
|
3007 |
+
msgstr "Liste Sendungen im Kundenkonto in den Bestelldetails auf."
|
3008 |
+
|
3009 |
+
# @ woocommerce-germanized
|
3010 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:151
|
3011 |
+
msgctxt "shipments"
|
3012 |
msgid "Return Address"
|
3013 |
msgstr "Retouren Adresse"
|
3014 |
|
3015 |
# @ woocommerce-germanized
|
3016 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:154
|
3017 |
msgctxt "shipments"
|
3018 |
msgid "First Name"
|
3019 |
msgstr "Vorname"
|
3020 |
|
3021 |
# @ woocommerce-germanized
|
3022 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:161
|
3023 |
msgctxt "shipments"
|
3024 |
msgid "Last Name"
|
3025 |
msgstr "Nachname"
|
3026 |
|
3027 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:168
|
3028 |
msgctxt "shipments"
|
3029 |
msgid "Company"
|
3030 |
msgstr "Firma"
|
3031 |
|
3032 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:175
|
3033 |
msgctxt "shipments"
|
3034 |
msgid "Address 1"
|
3035 |
msgstr "Adresszeile 1"
|
3036 |
|
3037 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:182
|
3038 |
msgctxt "shipments"
|
3039 |
msgid "Address 2"
|
3040 |
msgstr "Adresszeile 2"
|
3041 |
|
3042 |
# @ woocommerce-germanized
|
3043 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:189
|
3044 |
msgctxt "shipments"
|
3045 |
msgid "City"
|
3046 |
msgstr "Stadt"
|
3047 |
|
3048 |
# @ woocommerce-germanized
|
3049 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:196
|
3050 |
msgctxt "shipments"
|
3051 |
msgid "Country / State"
|
3052 |
msgstr "Land / Bundesland"
|
3053 |
|
3054 |
# @ woocommerce-germanized
|
3055 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:204
|
3056 |
msgctxt "shipments"
|
3057 |
msgid "Postcode"
|
3058 |
msgstr "Postleitzahl"
|
3408 |
msgid "Quantity."
|
3409 |
msgstr "Anzahl."
|
3410 |
|
3411 |
+
# @ woocommerce-germanized
|
3412 |
+
#: woocommerce-germanized-shipments/src/Automation.php:48
|
3413 |
+
msgctxt "shipments"
|
3414 |
+
msgid "Order is fully shipped."
|
3415 |
+
msgstr "Bestellung ist vollständig versandt."
|
3416 |
+
|
3417 |
#: woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php:191
|
3418 |
msgctxt "shipments"
|
3419 |
msgid "Invalid shipment item."
|
3420 |
msgstr "Ungültige Sendungsposition."
|
3421 |
|
3422 |
#: woocommerce-germanized-shipments/src/ReturnShipment.php:353
|
3423 |
+
#: woocommerce-germanized-shipments/src/Shipment.php:729
|
3424 |
#, php-format
|
3425 |
msgctxt "full name"
|
3426 |
msgid "%1$s %2$s"
|
3432 |
msgid "Invalid shipment"
|
3433 |
msgstr "Ungültige Sendung"
|
3434 |
|
3435 |
+
#: woocommerce-germanized-shipments/src/Shipment.php:570
|
3436 |
#, php-format
|
3437 |
msgctxt "shipments"
|
3438 |
msgid ""
|
3616 |
msgstr "l"
|
3617 |
|
3618 |
# @ woocommerce-germanized
|
3619 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:549
|
3620 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:559
|
3621 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:322
|
3622 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:546
|
3623 |
msgid "incl. VAT"
|
3624 |
msgstr "inkl. MwSt."
|
3625 |
|
3626 |
# @ woocommerce-germanized
|
3627 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:549
|
3628 |
msgid "excl. VAT"
|
3629 |
msgstr "exkl. MwSt."
|
3630 |
|
3631 |
# @ woocommerce-germanized
|
3632 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:551
|
3633 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:322
|
3634 |
#, php-format
|
3635 |
msgid "incl. %s%% VAT"
|
3636 |
msgstr "inkl. %s %% MwSt."
|
3637 |
|
3638 |
# @ woocommerce-germanized
|
3639 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:551
|
3640 |
#, php-format
|
3641 |
msgid "excl. %s%% VAT"
|
3642 |
msgstr "exkl. %s %% MwSt."
|
3678 |
msgid "Global minimum age"
|
3679 |
msgstr "Globales Mindestalter"
|
3680 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3681 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:73
|
3682 |
msgid ""
|
3683 |
"Choose a global minimum age necessary to buy your products. Can be "
|
3857 |
msgid "Same as Parent"
|
3858 |
msgstr "Gleiche wie übergeordnet"
|
3859 |
|
3860 |
+
# @ woocommerce-germanized
|
3861 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:82
|
3862 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:368
|
3863 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:471
|
3864 |
+
msgid "None"
|
3865 |
+
msgstr "Keine"
|
3866 |
+
|
3867 |
# @ woocommerce-germanized
|
3868 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:66
|
3869 |
msgid "Germanize"
|
4016 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
4017 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:53
|
4018 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:136
|
4019 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:198
|
4020 |
msgid "Terms & Conditions"
|
4021 |
msgstr "AGB"
|
4022 |
|
4030 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
4031 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:84
|
4032 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:136
|
4033 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:200
|
4034 |
msgid "Imprint"
|
4035 |
msgstr "Impressum"
|
4036 |
|
4042 |
# @ woocommerce-germanized
|
4043 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
4044 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:104
|
4045 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:205
|
4046 |
msgid "Payment Methods"
|
4047 |
msgstr "Zahlungarten"
|
4048 |
|
5283 |
"Passen Sie hier, falls notwending, den Kleinunternehmer Hinweistext an."
|
5284 |
|
5285 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:227
|
5286 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:263
|
5287 |
msgid ""
|
5288 |
"Value added tax is not collected, as small businesses according to §19 (1) "
|
5289 |
"UStG."
|
5401 |
"Platzhalter für den höchsten Preis."
|
5402 |
|
5403 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:304
|
5404 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:674
|
5405 |
msgid "{min_price} – {max_price}"
|
5406 |
msgstr "{min_price} – {max_price}"
|
5407 |
|
5711 |
# @ woocommerce-germanized
|
5712 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:272
|
5713 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:317
|
5714 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:206
|
5715 |
msgid "Shipping Costs"
|
5716 |
msgstr "Versandkosten"
|
5717 |
|
6218 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
6219 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:29
|
6220 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:779
|
6221 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:886
|
6222 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:121
|
6223 |
msgid "Description"
|
6224 |
msgstr "Beschreibung"
|
6339 |
msgstr "Installieren Sie eine ältere Version"
|
6340 |
|
6341 |
# @ woocommerce-germanized
|
6342 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:13
|
6343 |
msgctxt "dhl"
|
6344 |
msgid "DHL built-in Integration"
|
6345 |
msgstr "DHL Integration"
|
6346 |
|
6347 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:16
|
6348 |
msgctxt "dhl"
|
6349 |
msgid ""
|
6350 |
"It seems like you are currently using the DHL for WooCommerce plugin. "
|
6359 |
"Integration an und lassen Sie Germanized einfach Ihre bestehenden "
|
6360 |
"Einstellungen importieren."
|
6361 |
|
6362 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:20
|
6363 |
msgctxt "dhl"
|
6364 |
msgid "No need to use an external plugin which might lead to incompatibilities"
|
6365 |
msgstr ""
|
6366 |
"Kein externes Plugin notwendig, d.h. geringere Fehleranfälligkeit und "
|
6367 |
"bessere Performance"
|
6368 |
|
6369 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:21
|
6370 |
msgctxt "dhl"
|
6371 |
msgid ""
|
6372 |
"Perfectly integrated in Germanized – easily create labels for shipments"
|
6374 |
"Perfekt integriert in Germanized – erstellen Sie einfach DHL Labels "
|
6375 |
"für Sendungen und Retouren"
|
6376 |
|
6377 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:26
|
6378 |
msgctxt "dhl"
|
6379 |
msgid "Learn more"
|
6380 |
msgstr "Mehr erfahren"
|
6381 |
|
6382 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:28
|
6383 |
msgctxt "dhl"
|
6384 |
msgid "Import settings and activate"
|
6385 |
msgstr "Einstellungen importieren und loslegen"
|
6386 |
|
6387 |
+
# @ woocommerce-germanized
|
6388 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-dhl.php:32
|
6389 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-pro.php:29
|
6390 |
+
#: woocommerce-germanized/includes/admin/views/html-notice-theme-supported.php:21
|
6391 |
+
msgid "Hide this notice"
|
6392 |
+
msgstr "Diese Nachricht ausblenden"
|
6393 |
+
|
6394 |
# @ woocommerce-germanized
|
6395 |
#: woocommerce-germanized/includes/admin/views/html-notice-pro.php:14
|
6396 |
msgid "For professionals: Upgrade to Pro-Version"
|
6433 |
msgid "Learn more about Pro Version"
|
6434 |
msgstr "Mehr über die Pro Version erfahren"
|
6435 |
|
|
|
|
|
|
|
|
|
|
|
|
|
6436 |
# @ woocommerce-germanized
|
6437 |
#: woocommerce-germanized/includes/admin/views/html-notice-review.php:15
|
6438 |
msgid "Do you like Germanized?"
|
6873 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:147
|
6874 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:159
|
6875 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:39
|
6876 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:882
|
6877 |
#: woocommerce-germanized/includes/gateways/direct-debit/views/html-export.php:30
|
6878 |
msgid "Direct Debit"
|
6879 |
msgstr "Lastschrift"
|
6885 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:117
|
6886 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:166
|
6887 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:117
|
6888 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:592
|
6889 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:908
|
6890 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1054
|
6891 |
msgid "Account Holder"
|
6892 |
msgstr "Kontoinhaber"
|
6893 |
|
6898 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:118
|
6899 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:167
|
6900 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:124
|
6901 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:593
|
6902 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:916
|
6903 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1058
|
6904 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1188
|
6905 |
msgid "IBAN"
|
6906 |
msgstr "IBAN"
|
6907 |
|
6912 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:119
|
6913 |
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:168
|
6914 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:131
|
6915 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:594
|
6916 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1062
|
6917 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1189
|
6918 |
msgid "BIC/SWIFT"
|
6919 |
msgstr "BIC/SWIFT"
|
6920 |
|
6925 |
# @ woocommerce-germanized
|
6926 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:179
|
6927 |
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:138
|
6928 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:598
|
6929 |
msgid "Mandate Reference ID"
|
6930 |
msgstr "Mandat-Referenznummer"
|
6931 |
|
7244 |
msgstr "Widerruf online erklären"
|
7245 |
|
7246 |
# @ woocommerce-germanized
|
7247 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:147
|
7248 |
#, php-format
|
7249 |
msgid ""
|
7250 |
"Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before "
|
7254 |
"bevor Sie WooCommerce Germanized installieren. Vielen Dank!"
|
7255 |
|
7256 |
# @ woocommerce-germanized
|
7257 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:538
|
7258 |
msgctxt "Page slug"
|
7259 |
msgid "data-security"
|
7260 |
msgstr "datenschutzerklaerung"
|
7261 |
|
7262 |
# @ woocommerce-germanized
|
7263 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:539
|
7264 |
msgctxt "Page title"
|
7265 |
msgid "Data Security Statement"
|
7266 |
msgstr "Datenschutzerklärung"
|
7267 |
|
7268 |
# @ woocommerce-germanized
|
7269 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:543
|
7270 |
msgctxt "Page slug"
|
7271 |
msgid "imprint"
|
7272 |
msgstr "impressum"
|
7273 |
|
7274 |
# @ woocommerce-germanized
|
7275 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:544
|
7276 |
msgctxt "Page title"
|
7277 |
msgid "Imprint"
|
7278 |
msgstr "Impressum"
|
7279 |
|
7280 |
# @ woocommerce-germanized
|
7281 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:548
|
7282 |
msgctxt "Page slug"
|
7283 |
msgid "terms"
|
7284 |
msgstr "agb"
|
7285 |
|
7286 |
# @ woocommerce-germanized
|
7287 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:549
|
7288 |
msgctxt "Page title"
|
7289 |
msgid "Terms & Conditions"
|
7290 |
msgstr "AGB"
|
7291 |
|
7292 |
# @ woocommerce-germanized
|
7293 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:553
|
7294 |
msgctxt "Page slug"
|
7295 |
msgid "revocation"
|
7296 |
msgstr "widerrufsbelehrung"
|
7297 |
|
7298 |
# @ woocommerce-germanized
|
7299 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:554
|
7300 |
msgctxt "Page title"
|
7301 |
msgid "Power of Revocation"
|
7302 |
msgstr "Widerrufsbelehrung"
|
7303 |
|
7304 |
# @ woocommerce-germanized
|
7305 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:558
|
7306 |
msgctxt "Page slug"
|
7307 |
msgid "shipping-methods"
|
7308 |
msgstr "versandarten"
|
7309 |
|
7310 |
# @ woocommerce-germanized
|
7311 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:559
|
7312 |
msgctxt "Page title"
|
7313 |
msgid "Shipping Methods"
|
7314 |
msgstr "Versandarten"
|
7315 |
|
7316 |
# @ woocommerce-germanized
|
7317 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:563
|
7318 |
msgctxt "Page slug"
|
7319 |
msgid "payment-methods"
|
7320 |
msgstr "bezahlmoeglichkeiten"
|
7321 |
|
7322 |
# @ woocommerce-germanized
|
7323 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:564
|
7324 |
msgctxt "Page title"
|
7325 |
msgid "Payment Methods"
|
7326 |
msgstr "Zahlungsarten"
|
7491 |
|
7492 |
# @ woocommerce-germanized
|
7493 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:209
|
7494 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:973
|
7495 |
msgid "I hereby agree to the {link}direct debit mandate{/link}."
|
7496 |
msgstr "Hiermit erteile ich das {link}SEPA Lastschriftmandat{/link}."
|
7497 |
|
7888 |
|
7889 |
# @ woocommerce-germanized
|
7890 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
7891 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:428
|
7892 |
msgid "Mr."
|
7893 |
msgstr "Herr"
|
7894 |
|
7895 |
# @ woocommerce-germanized
|
7896 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:53
|
7897 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:429
|
7898 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:446
|
7899 |
msgid "Ms."
|
7900 |
msgstr "Frau"
|
7901 |
|
8279 |
msgid "Will be notified separately"
|
8280 |
msgstr "Wird separat mitgeteilt"
|
8281 |
|
8282 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:613
|
8283 |
#, php-format
|
8284 |
msgid ""
|
8285 |
"We will debit %s from your account by direct debit on or shortly after %s."
|
8288 |
"%s ein."
|
8289 |
|
8290 |
# @ woocommerce-germanized
|
8291 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:757
|
8292 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:789
|
8293 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:822
|
8294 |
msgid "a single payment"
|
8295 |
msgstr "eine einmalige Zahlung"
|
8296 |
|
8297 |
# @ woocommerce-germanized
|
8298 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:873
|
8299 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:108
|
8300 |
msgid "Enable/Disable"
|
8301 |
msgstr "Aktivieren/Deaktivieren"
|
8302 |
|
8303 |
# @ woocommerce-germanized
|
8304 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:875
|
8305 |
msgid "Enable Direct Debit Payment"
|
8306 |
msgstr "Bezahlung per Lastschrift aktivieren"
|
8307 |
|
8308 |
# @ woocommerce-germanized
|
8309 |
# @ woocommerce
|
8310 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:879
|
8311 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:114
|
8312 |
msgctxt "gateway"
|
8313 |
msgid "Title"
|
8314 |
msgstr "Bezeichnung"
|
8315 |
|
8316 |
# @ woocommerce-germanized
|
8317 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:881
|
8318 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:116
|
8319 |
msgid "This controls the title which the user sees during checkout."
|
8320 |
msgstr ""
|
8321 |
"Beschreibungstext, den Benutzer bei der Auswahl dieser Zahlungsart sehen."
|
8322 |
|
8323 |
# @ woocommerce-germanized
|
8324 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:888
|
8325 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:123
|
8326 |
msgid "Payment method description that the customer will see on your checkout."
|
8327 |
msgstr "Beschreibung der Zahlungsart, die Kunden auf ihrer Website sehen."
|
8328 |
|
8329 |
# @ woocommerce-germanized
|
8330 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:889
|
8331 |
msgid "The order amount will be debited directly from your bank account."
|
8332 |
msgstr ""
|
8333 |
"Der Gesamtbestellbetrag wird per SEPA-Lastschrift direkt von Ihrem Konto "
|
8334 |
"abgebucht."
|
8335 |
|
8336 |
# @ woocommerce-germanized
|
8337 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:893
|
8338 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:128
|
8339 |
msgid "Instructions"
|
8340 |
msgstr "Anweisungen"
|
8341 |
|
8342 |
# @ woocommerce-germanized
|
8343 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:895
|
8344 |
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:130
|
8345 |
msgid "Instructions that will be added to the thank you page and emails."
|
8346 |
msgstr "Anweisung, die zur „Danke“-Seite und zu E-Mails hinzugefügt werden."
|
8347 |
|
8348 |
# @ woocommerce-germanized
|
8349 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:900
|
8350 |
msgid "Debtee"
|
8351 |
msgstr "Gläubiger Informationen"
|
8352 |
|
8353 |
# @ woocommerce-germanized
|
8354 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:902
|
8355 |
msgid "Insert your company information."
|
8356 |
msgstr "Fügen Sie hier die Informationen zu ihrem Unternehmen ein."
|
8357 |
|
8358 |
# @ woocommerce-germanized
|
8359 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:904
|
8360 |
msgid "Company Inc, John Doe Street, New York"
|
8361 |
msgstr "Musterfirma GmbH, Musterstraße 12, 12203 Musterstadt"
|
8362 |
|
8363 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:910
|
8364 |
msgid "Insert the bank account holder name."
|
8365 |
msgstr "Fügen Sie hier den Namen des Kontoinhabers ein."
|
8366 |
|
8367 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:912
|
8368 |
msgid "Company Inc"
|
8369 |
msgstr "Muster GmbH"
|
8370 |
|
8371 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:918
|
8372 |
msgid "Insert the bank account IBAN."
|
8373 |
msgstr "Fügen Sie hier den IBAN ihres Kontos ein."
|
8374 |
|
8375 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:923
|
8376 |
msgid "BIC"
|
8377 |
msgstr "BIC"
|
8378 |
|
8379 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:925
|
8380 |
msgid "Insert the bank account BIC."
|
8381 |
msgstr "Fügen Sie hier den BIC ihres Kontos ein."
|
8382 |
|
8383 |
# @ woocommerce-germanized
|
8384 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:930
|
8385 |
msgid "Debtee identification number"
|
8386 |
msgstr "Identifikationsnummer"
|
8387 |
|
8388 |
# @ woocommerce-germanized
|
8389 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:932
|
8390 |
#, php-format
|
8391 |
msgid ""
|
8392 |
"Insert your debtee indentification number. More information can be found <a "
|
8396 |
"Weitere Informationen zu dieser Nummer erhalten Sie <a href=\"%s\">hier</a>."
|
8397 |
|
8398 |
# @ woocommerce-germanized
|
8399 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:936
|
8400 |
msgid "Generate Mandate ID"
|
8401 |
msgstr "Mandat-Referenz generieren"
|
8402 |
|
8403 |
# @ woocommerce-germanized
|
8404 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:938
|
8405 |
msgid "Automatically generate Mandate ID."
|
8406 |
msgstr "Mandat-Referenznummer automatisch generieren."
|
8407 |
|
8408 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:939
|
8409 |
msgid ""
|
8410 |
"Automatically generate Mandate ID after order completion (based on Order ID)."
|
8411 |
msgstr ""
|
8413 |
"basierend auf der Bestellnummer generieren."
|
8414 |
|
8415 |
# @ woocommerce-germanized
|
8416 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:943
|
8417 |
msgid "XML Pain Format"
|
8418 |
msgstr "XML Pain Format"
|
8419 |
|
8420 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:945
|
8421 |
msgid ""
|
8422 |
"You may adjust the XML Export Pain Schema to your banks needs. Some banks "
|
8423 |
"may require pain.001.003.03."
|
8426 |
"Einige Banken benötigen z.B. pain.001.003.03."
|
8427 |
|
8428 |
# @ woocommerce-germanized
|
8429 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:949
|
8430 |
msgid "Mandate ID Format"
|
8431 |
msgstr "Mandat-Referenz Format"
|
8432 |
|
8433 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:951
|
8434 |
msgid ""
|
8435 |
"You may extend the Mandate ID format by adding a prefix and/or suffix. Use "
|
8436 |
"{id} as placeholder to insert the automatically generated ID."
|
8440 |
"einzufügen."
|
8441 |
|
8442 |
# @ woocommerce-germanized
|
8443 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:955
|
8444 |
msgid "Mandate Text"
|
8445 |
msgstr "Lastschriftmandat"
|
8446 |
|
8447 |
# @ woocommerce-germanized
|
8448 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:957
|
8449 |
msgid ""
|
8450 |
"This text will be populated with live order/checkout data. Will be used as "
|
8451 |
"preview direct debit mandate and as email template text."
|
8456 |
"Verfügung gestellt."
|
8457 |
|
8458 |
# @ woocommerce-germanized
|
8459 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:963
|
8460 |
msgid "Checkbox"
|
8461 |
msgstr "Checkbox"
|
8462 |
|
8463 |
# @ woocommerce-germanized
|
8464 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:964
|
8465 |
msgid "Enable \"agree to SEPA mandate\" checkbox"
|
8466 |
msgstr "Aktivieren Sie die Checkbox zur Bestätigung des Lastschriftmandates"
|
8467 |
|
8468 |
# @ woocommerce-germanized
|
8469 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:966
|
8470 |
msgid "Enable a checkbox linking to a SEPA direct debit mandate preview."
|
8471 |
msgstr ""
|
8472 |
"Aktivieren Sie eine Checkbox, die zu einer Vorschau des Lastschrift-Mandats "
|
8473 |
"führt."
|
8474 |
|
8475 |
# @ woocommerce-germanized
|
8476 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:970
|
8477 |
msgid "Checkbox label"
|
8478 |
msgstr "Checkbox Text"
|
8479 |
|
8480 |
# @ woocommerce-germanized
|
8481 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:972
|
8482 |
msgid ""
|
8483 |
"Customize the checkbox label. Use {link}link name{/link} to insert the "
|
8484 |
"preview link."
|
8486 |
"Passt den Checkbox Text an. Verwenden Sie {link}SEPA Lastschriftmandat{/"
|
8487 |
"link} um auf die Vorschau zu verlinken."
|
8488 |
|
8489 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:977
|
8490 |
msgid "Enable pre-notification"
|
8491 |
msgstr "Vorankündigung aktivieren"
|
8492 |
|
8493 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:978
|
8494 |
msgid "Insert pre-notification text within the order confirmation email."
|
8495 |
msgstr ""
|
8496 |
"Fügt einen Standard-Text zur Vorankündigung des SEPA-Einzugs in die "
|
8497 |
"Bestellbestätigung ein."
|
8498 |
|
8499 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:980
|
8500 |
msgid ""
|
8501 |
"This option inserts a standard text containing a pre-notification for the "
|
8502 |
"customer."
|
8505 |
"die Bestellbestätigung ein. In der Ankündigung wird u.a. ein konkreter "
|
8506 |
"Fälligkeitstermin genannt."
|
8507 |
|
8508 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:984
|
8509 |
msgid "Debit days"
|
8510 |
msgstr "Fälligkeitstage"
|
8511 |
|
8512 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:986
|
8513 |
msgid ""
|
8514 |
"This option is used to calculate the debit date and is added to the order "
|
8515 |
"date."
|
8519 |
"hier eingestellten Anzahl Tage."
|
8520 |
|
8521 |
# @ woocommerce-germanized
|
8522 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:990
|
8523 |
msgid "Mask IBAN"
|
8524 |
msgstr "IBAN maskieren"
|
8525 |
|
8526 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:991
|
8527 |
msgid "Mask the IBAN within emails."
|
8528 |
msgstr "IBAN in E-Mails maskieren."
|
8529 |
|
8530 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:993
|
8531 |
msgid ""
|
8532 |
"This will lead to masked IBANs within emails (replaced by *). All but last 4 "
|
8533 |
"digits will be masked."
|
8535 |
"Der IBAN wird in E-Mails (abgesehen von den letzten 4 Stellen) mit * "
|
8536 |
"maskiert."
|
8537 |
|
8538 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1003
|
8539 |
msgid "Remember"
|
8540 |
msgstr "Bankdaten merken"
|
8541 |
|
8542 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1004
|
8543 |
msgid "Remember account data for returning customers."
|
8544 |
msgstr "Bankverbindung für registrierte Kunden speichern."
|
8545 |
|
8546 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1006
|
8547 |
msgid "Save account data as user meta if user has/creates a customer account."
|
8548 |
msgstr ""
|
8549 |
"Speichert die Bankverbindung für registrierte Kunden in der user_meta "
|
8551 |
"eigenständig aus."
|
8552 |
|
8553 |
# @ woocommerce-germanized
|
8554 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1116
|
8555 |
msgid "Please insert your SEPA account data."
|
8556 |
msgstr "Bitte fügen Sie Ihre SEPA Kontoinformationen ein."
|
8557 |
|
8558 |
# @ woocommerce-germanized
|
8559 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1138
|
8560 |
msgid "Your IBAN seems to be invalid."
|
8561 |
msgstr "Ihr IBAN scheint nicht gültig zu sein."
|
8562 |
|
8563 |
# @ woocommerce-germanized
|
8564 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1140
|
8565 |
msgid "Your IBAN's country code doesn’t match with your billing country."
|
8566 |
msgstr "Der Ländercode des IBANs stimmt nicht mit dem Rechnungsland überein."
|
8567 |
|
8568 |
# @ woocommerce-germanized
|
8569 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1145
|
8570 |
msgid "Your BIC seems to be invalid."
|
8571 |
msgstr "Ihr BIC/SWIFT scheint nicht gültig zu sein."
|
8572 |
|
8573 |
# @ woocommerce-germanized
|
8574 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1190
|
8575 |
msgid "is invalid"
|
8576 |
msgstr "ist ungültig"
|
8577 |
|
8578 |
# @ woocommerce-germanized
|
8579 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1237
|
8580 |
msgid "Awaiting Direct Debit Payment"
|
8581 |
msgstr "Zahlung per Lastschrift ausstehend"
|
8582 |
|
8720 |
"Aktiviert die Zahlungsart nur dann, wenn der Kunde bereits eine Bestellung "
|
8721 |
"erfolgreich abgeschlossen hat."
|
8722 |
|
8723 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:153
|
8724 |
msgid ">= 12 years"
|
8725 |
msgstr ">= 12 Jahre"
|
8726 |
|
8727 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:154
|
8728 |
msgid ">= 16 years"
|
8729 |
msgstr ">= 16 Jahre"
|
8730 |
|
8731 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:155
|
8732 |
msgid ">= 18 years"
|
8733 |
msgstr ">= 18 Jahre"
|
8734 |
|
8735 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:156
|
8736 |
msgid ">= 21 years"
|
8737 |
msgstr ">= 21 Jahre"
|
8738 |
|
8739 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:157
|
8740 |
msgid ">= 25 years"
|
8741 |
msgstr ">= 25 Jahre"
|
8742 |
|
8743 |
# @ woocommerce-germanized
|
8744 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:162
|
8745 |
msgctxt "age"
|
8746 |
msgid "None"
|
8747 |
msgstr "Keines"
|
8748 |
|
8749 |
# @ woocommerce-germanized
|
8750 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:199
|
8751 |
msgid "Right of Recission"
|
8752 |
msgstr "Widerrufsrecht"
|
8753 |
|
8754 |
# @ woocommerce-germanized
|
8755 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:201
|
8756 |
msgid "Data Security"
|
8757 |
msgstr "Datenschutzerklärung"
|
8758 |
|
includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php
CHANGED
@@ -161,8 +161,8 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
|
|
161 |
'validate_pay_order_checkbox'
|
162 |
) );
|
163 |
|
164 |
-
// Order Meta
|
165 |
-
add_action( '
|
166 |
add_action( 'woocommerce_scheduled_subscription_payment', array( $this, 'set_order_meta' ), 10, 2 );
|
167 |
|
168 |
// Customer Emails
|
@@ -523,8 +523,10 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
|
|
523 |
if ( ! $order ) {
|
524 |
$id = __( 'Will be notified separately', 'woocommerce-germanized' );
|
525 |
} else {
|
526 |
-
|
527 |
-
|
|
|
|
|
528 |
} else {
|
529 |
$id = ( $this->generate_mandate_id === 'yes' ? str_replace( '{id}', $order->get_order_number(), $this->mandate_id_format ) : '' );
|
530 |
}
|
@@ -651,6 +653,14 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
|
|
651 |
*/
|
652 |
public function set_order_meta( $order ) {
|
653 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
654 |
if ( ! $order->get_payment_method() === $this->id ) {
|
655 |
return;
|
656 |
}
|
@@ -673,6 +683,9 @@ Please notice: Period for pre-information of the SEPA direct debit is shortened
|
|
673 |
$order->update_meta_data( '_direct_debit_mandate_date', current_time( 'timestamp', true ) );
|
674 |
$order->update_meta_data( '_direct_debit_mandate_mail', $order->get_billing_email() );
|
675 |
|
|
|
|
|
|
|
676 |
/**
|
677 |
* Updated direct debit order data.
|
678 |
*
|
161 |
'validate_pay_order_checkbox'
|
162 |
) );
|
163 |
|
164 |
+
// Order Meta - use woocommerce_checkout_update_order_meta to make sure order id exists when updating mandate id
|
165 |
+
add_action( 'woocommerce_checkout_update_order_meta', array( $this, 'set_order_meta' ), 10, 1 );
|
166 |
add_action( 'woocommerce_scheduled_subscription_payment', array( $this, 'set_order_meta' ), 10, 2 );
|
167 |
|
168 |
// Customer Emails
|
523 |
if ( ! $order ) {
|
524 |
$id = __( 'Will be notified separately', 'woocommerce-germanized' );
|
525 |
} else {
|
526 |
+
$mandate_id = $order->get_meta( '_direct_debit_mandate_id' );
|
527 |
+
|
528 |
+
if ( $mandate_id && ! empty( $mandate_id ) ) {
|
529 |
+
$id = $mandate_id;
|
530 |
} else {
|
531 |
$id = ( $this->generate_mandate_id === 'yes' ? str_replace( '{id}', $order->get_order_number(), $this->mandate_id_format ) : '' );
|
532 |
}
|
653 |
*/
|
654 |
public function set_order_meta( $order ) {
|
655 |
|
656 |
+
if ( is_numeric( $order ) ) {
|
657 |
+
$order = wc_get_order( $order );
|
658 |
+
}
|
659 |
+
|
660 |
+
if ( ! $order ) {
|
661 |
+
return;
|
662 |
+
}
|
663 |
+
|
664 |
if ( ! $order->get_payment_method() === $this->id ) {
|
665 |
return;
|
666 |
}
|
683 |
$order->update_meta_data( '_direct_debit_mandate_date', current_time( 'timestamp', true ) );
|
684 |
$order->update_meta_data( '_direct_debit_mandate_mail', $order->get_billing_email() );
|
685 |
|
686 |
+
// Save the order data
|
687 |
+
$order->save();
|
688 |
+
|
689 |
/**
|
690 |
* Updated direct debit order data.
|
691 |
*
|
packages/woocommerce-germanized-dhl/includes/admin/views/html-shipment-label.php
CHANGED
@@ -10,12 +10,13 @@ use Vendidero\Germanized\DHL\Package;
|
|
10 |
?>
|
11 |
|
12 |
<div class="wc-gzd-shipment-dhl-label column column-spaced col-12" data-label="<?php echo ( $dhl_label ? esc_attr( $dhl_label->get_id() ) : '' ); ?>">
|
13 |
-
<h4><?php _ex( 'DHL Label', 'dhl', 'woocommerce-germanized' ); ?></h4>
|
14 |
|
15 |
<div class="wc-gzd-shipment-dhl-label-content">
|
16 |
<div class="shipment-dhl-label-actions">
|
17 |
<?php if ( $dhl_label ) : ?>
|
18 |
<div class="shipment-dhl-label-actions-wrapper shipment-dhl-label-actions-download">
|
|
|
19 |
<a class="button button-secondary download-shipment-label" href="<?php echo $dhl_label->get_download_url(); ?>" target="_blank"><?php _ex( 'Download', 'dhl', 'woocommerce-germanized' ); ?></a>
|
20 |
|
21 |
<?php if ( 'return' === $dhl_label->get_type() ) : ?>
|
10 |
?>
|
11 |
|
12 |
<div class="wc-gzd-shipment-dhl-label column column-spaced col-12" data-label="<?php echo ( $dhl_label ? esc_attr( $dhl_label->get_id() ) : '' ); ?>">
|
13 |
+
<h4><?php _ex( 'DHL Label', 'dhl', 'woocommerce-germanized' ); ?> <?php echo ( $dhl_label ? '<a class="shipment-tracking-number" href="' . $dhl_label->get_tracking_url() . '" target="_blank">' . $dhl_label->get_number() . '</a>' : '' ); ?></h4>
|
14 |
|
15 |
<div class="wc-gzd-shipment-dhl-label-content">
|
16 |
<div class="shipment-dhl-label-actions">
|
17 |
<?php if ( $dhl_label ) : ?>
|
18 |
<div class="shipment-dhl-label-actions-wrapper shipment-dhl-label-actions-download">
|
19 |
+
|
20 |
<a class="button button-secondary download-shipment-label" href="<?php echo $dhl_label->get_download_url(); ?>" target="_blank"><?php _ex( 'Download', 'dhl', 'woocommerce-germanized' ); ?></a>
|
21 |
|
22 |
<?php if ( 'return' === $dhl_label->get_type() ) : ?>
|
packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php
CHANGED
@@ -475,8 +475,31 @@ class LabelSoap extends Soap {
|
|
475 |
)
|
476 |
),
|
477 |
'Communication' => array(
|
478 |
-
|
479 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
480 |
)
|
481 |
)
|
482 |
)
|
475 |
)
|
476 |
),
|
477 |
'Communication' => array(
|
478 |
+
/**
|
479 |
+
* Choose whether to transfer the phone number to DHL on creating a label.
|
480 |
+
* By default the phone number is not transmitted.
|
481 |
+
*
|
482 |
+
* @param string $phone The phone number.
|
483 |
+
* @param Label $label The label instance.
|
484 |
+
*
|
485 |
+
* @since 3.0.3
|
486 |
+
* @package Vendidero/Germanized/DHL
|
487 |
+
*/
|
488 |
+
'phone' => apply_filters( 'woocommerce_gzd_dhl_label_api_communication_phone', '', $label ),
|
489 |
+
/**
|
490 |
+
* Choose whether to transfer the email to DHL on creating a label.
|
491 |
+
* By default the email is only transmitted if the customer opted in.
|
492 |
+
*
|
493 |
+
* This email address is not used to notify the customer via DHL. It is only
|
494 |
+
* meant for communicaton purposes.
|
495 |
+
*
|
496 |
+
* @param string $email The email.
|
497 |
+
* @param Label $label The label instance.
|
498 |
+
*
|
499 |
+
* @since 3.0.3
|
500 |
+
* @package Vendidero/Germanized/DHL
|
501 |
+
*/
|
502 |
+
'email' => apply_filters( 'woocommerce_gzd_dhl_label_api_communication_email', $label->has_email_notification() ? $shipment->get_email() : '', $label ),
|
503 |
)
|
504 |
)
|
505 |
)
|
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.3';
|
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.3
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
packages/woocommerce-germanized-shipments/assets/css/admin.css
CHANGED
@@ -285,6 +285,9 @@
|
|
285 |
text-transform: uppercase;
|
286 |
color: #999;
|
287 |
font-size: .9em; }
|
|
|
|
|
|
|
288 |
.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-action {
|
289 |
text-align: right; }
|
290 |
.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-quantity input {
|
285 |
text-transform: uppercase;
|
286 |
color: #999;
|
287 |
font-size: .9em; }
|
288 |
+
.germanized-shipments #panel-order-shipments .order-shipment .columns .column h4 a {
|
289 |
+
color: #999;
|
290 |
+
text-decoration: none; }
|
291 |
.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-action {
|
292 |
text-align: right; }
|
293 |
.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-quantity input {
|
packages/woocommerce-germanized-shipments/assets/css/admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.order-shipping-status,.shipment-status{background:#eee;padding:.2em .5em;font-size:.9em;border-radius:3px}.order-shipping-status.status-draft,.order-shipping-status.status-partially-shipped,.order-shipping-status.status-processing,.shipment-status.status-draft,.shipment-status.status-partially-shipped,.shipment-status.status-processing{background:#f8dda7;color:#94660c}.order-shipping-status.status-not-shipped,.shipment-status.status-not-shipped{background:#eba3a3;color:#761919}.order-shipping-status.status-delivered,.order-shipping-status.status-shipped,.shipment-status.status-delivered,.shipment-status.status-shipped{background:#c6e1c6;color:#5b841b}.woocommerce_page_wc-gzd-return-shipments .tablenav .actions,.woocommerce_page_wc-gzd-shipments .tablenav .actions{overflow:visible}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container{float:left;width:240px!important;font-size:14px;vertical-align:middle;margin:1px 6px 4px 1px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single{height:32px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single .select2-selection__rendered,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single .select2-selection__rendered{line-height:29px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single .select2-selection__arrow,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single .select2-selection__arrow{height:30px}.woocommerce_page_wc-gzd-return-shipments .tablenav input,.woocommerce_page_wc-gzd-return-shipments .tablenav select,.woocommerce_page_wc-gzd-shipments .tablenav input,.woocommerce_page_wc-gzd-shipments .tablenav select{line-height:1;height:32px}.woocommerce_page_wc-gzd-return-shipments .tablenav input,.woocommerce_page_wc-gzd-shipments .tablenav input{height:31px}.woocommerce_page_wc-gzd-return-shipments .tablenav #shipment-query-submit,.woocommerce_page_wc-gzd-shipments .tablenav #shipment-query-submit{margin:1px 8px 0 0}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper{display:none;clear:both;margin:1em 0;float:left;width:50%}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper h4,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper h4{margin-top:0}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress{width:100%;height:42px;margin:0 auto;display:block;-webkit-appearance:none;border:none;background:#f5f5f5;border:2px solid #eee;border-radius:4px;padding:0;box-shadow:0 1px 0 0 rgba(255,255,255,.2)}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-bar,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-bar{background:transparent none;border:0;border-radius:4px;padding:0;box-shadow:none}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-value,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-value{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-moz-progress-bar,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-moz-progress-bar{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-ms-fill,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-ms-fill{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter.bulk-action-processing .bulk-action-wrapper,.woocommerce_page_wc-gzd-shipments #posts-filter.bulk-action-processing .bulk-action-wrapper{display:block}.woocommerce_page_wc-gzd-return-shipments .wp-list-table,.woocommerce_page_wc-gzd-shipments .wp-list-table{margin-top:1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td,.woocommerce_page_wc-gzd-return-shipments .wp-list-table th,.woocommerce_page_wc-gzd-shipments .wp-list-table td,.woocommerce_page_wc-gzd-shipments .wp-list-table th{padding:.5em 1em;width:10ch;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table tbody th,.woocommerce_page_wc-gzd-return-shipments .wp-list-table td,.woocommerce_page_wc-gzd-shipments .wp-list-table tbody th,.woocommerce_page_wc-gzd-shipments .wp-list-table td{line-height:26px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th{padding:.5em 1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th:last-child,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th:last-child{padding-right:2em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .check-column,.woocommerce_page_wc-gzd-shipments .wp-list-table .check-column{width:16px;white-space:nowrap;padding:1em 1em 1em 1em!important;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .check-column input,.woocommerce_page_wc-gzd-shipments .wp-list-table .check-column input{vertical-align:text-top;margin:1px 0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title{font-weight:700}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-date,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-status,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-title,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-date,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-status,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-title{width:15ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .shipment-status,.woocommerce_page_wc-gzd-shipments .wp-list-table .shipment-status{font-size:1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions{text-align:right}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button{text-indent:9999px;margin:2px 0 2px 4px;position:relative;display:inline-block;padding:0;height:2em;width:2em;overflow:hidden;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.85}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.processing::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.processing::after{font-family:WooCommerce;content:"\e00f"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.shipped::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.shipped::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.delivered::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.delivered::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.generate::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.generate::after{content:"\f502"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.download::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.download::after{content:"\f103"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-address,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-sender,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-address,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-sender{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-items,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-items{width:25ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview{font-size:.9em;border-spacing:0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview thead th,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview thead th{color:#adadad;padding-top:0;font-size:1.1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr td{border-bottom:1px solid #ccc!important}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr:last-child td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr:last-child td{border-bottom:none!important}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th{padding:.3em 0;vertical-align:top;line-height:20px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name{width:70%}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-quantity{text-align:right;padding-right:.5em}#woocommerce-gzd-order-shipments .inside{margin:0;padding:0;display:block!important}#woocommerce-gzd-order-shipments .handlediv,#woocommerce-gzd-order-shipments .hndle{display:none}.germanized-shipments *{box-sizing:border-box}.germanized-shipments #panel-order-shipments{padding:23px 0 0}.germanized-shipments #panel-order-shipments .panel-inner{padding:0 24px}.germanized-shipments #panel-order-shipments .panel-title{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .panel-title h2{margin:0;font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;font-size:21px;font-weight:400;line-height:1.2;text-shadow:1px 1px 1px #fff;padding:0}.germanized-shipments #panel-order-shipments .panel-footer{background:#f8f8f8;padding-top:1em;padding-bottom:1em;border-top:1px solid #dfdfdf;display:none}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions{display:flex;flex-wrap:nowrap;justify-content:space-between}.germanized-shipments #panel-order-shipments .panel-footer #order-shipments-save{display:none}.germanized-shipments #panel-order-shipments #order-shipment-add{display:none}.germanized-shipments #panel-order-shipments.needs-shipments .panel-footer{display:block}.germanized-shipments #panel-order-shipments.needs-shipments #order-shipment-add{display:block}.germanized-shipments #panel-order-shipments #order-shipments-list{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .delete{color:#a00}.germanized-shipments #panel-order-shipments .delete:hover{color:#dc3232;border:none}.germanized-shipments #panel-order-shipments .order-shipment .handlediv{display:inline-block;float:none;width:auto;height:auto}.germanized-shipments #panel-order-shipments .order-shipment .handlediv .toggle-indicator::before{content:"\f140"}.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-content-wrapper{display:block}.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-header>.right>.handlediv .toggle-indicator::before{content:"\f142"}.germanized-shipments #panel-order-shipments .order-shipment .item-count{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer{display:flex;flex-wrap:nowrap;justify-content:flex-end}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header{color:#999;background:#f8f8f8;margin:1.5em 0;padding:.5em 1em;cursor:pointer}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header .shipment-status{margin-left:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header h3{margin:0}.germanized-shipments #panel-order-shipments .order-shipment:first-child .shipment-header{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header:hover,.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-header{background:#f3f3f3}.germanized-shipments #panel-order-shipments .order-shipment .shipment-content-wrapper{display:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-content{padding:1em;margin-top:-2.5em;padding-bottom:0}.germanized-shipments #panel-order-shipments .order-shipment .add-shipment-return{display:none}.germanized-shipments #panel-order-shipments .order-shipment.is-returnable .add-shipment-return{display:block}.germanized-shipments #panel-order-shipments .order-shipment p.form-row{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=email],.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=number],.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=text]{height:30px}.germanized-shipments #panel-order-shipments .order-shipment p.form-row select{line-height:30px;height:30px}.germanized-shipments #panel-order-shipments .order-shipment p.form-row label{color:#999}.germanized-shipments #panel-order-shipments .order-shipment p.form-row label .woocommerce-help-tip{float:none}.germanized-shipments #panel-order-shipments .order-shipment .columns .column.column-spaced{margin:5px 0}.germanized-shipments #panel-order-shipments .order-shipment .columns .column h4{margin-bottom:.7em;text-transform:uppercase;color:#999;font-size:.9em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-action{text-align:right}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-quantity input{width:100%}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-heading{padding:.5em;color:#999;background:#f8f8f8}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item{padding:.7em .5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item .columns{align-items:center}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions{display:flex;padding:.7em .5em;flex-wrap:nowrap;border-top:1px solid #dfdfdf}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions .add-items{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions .woocommerce-help-tip{margin-left:0}.germanized-shipments #panel-order-shipments .order-shipment .add-items{display:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns{margin-top:.5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-header{background:0 0;border-bottom:1px solid #dfdfdf;padding-left:0;padding-right:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-header h3{font-size:1.1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-content{padding:1em 0}.germanized-shipments #panel-order-shipments .order-shipment.needs-items .add-items{display:block}.germanized-shipments #panel-order-shipments .form-row .wrap{margin:0;display:flex;flex-wrap:nowrap}.germanized-shipments #panel-order-shipments .form-row .wrap input{margin-right:1em}.germanized-shipments #panel-order-shipments .form-row .wrap input:last-child{margin-right:0}.germanized-shipments .title-spread{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}.germanized-shipments .title-spread .left,.germanized-shipments .title-spread .right{display:inline-flex;align-items:center}.germanized-shipments .show-lg,.germanized-shipments .show-md,.germanized-shipments .show-sm,.germanized-shipments .show-xl,.germanized-shipments .show-xs{display:none!important}.germanized-shipments .columns{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.germanized-shipments .columns.col-gapless{margin-left:0;margin-right:0}.germanized-shipments .columns.col-gapless>.column{padding-left:0;padding-right:0}.germanized-shipments .columns.col-oneline{flex-wrap:nowrap;overflow-x:auto}.germanized-shipments .column{flex:1;max-width:100%;padding-left:1rem;padding-right:1rem}.germanized-shipments .column.col-1,.germanized-shipments .column.col-10,.germanized-shipments .column.col-11,.germanized-shipments .column.col-12,.germanized-shipments .column.col-2,.germanized-shipments .column.col-3,.germanized-shipments .column.col-4,.germanized-shipments .column.col-5,.germanized-shipments .column.col-6,.germanized-shipments .column.col-7,.germanized-shipments .column.col-8,.germanized-shipments .column.col-9,.germanized-shipments .column.col-auto{flex:none}.germanized-shipments .col-12{width:100%}.germanized-shipments .col-11{width:91.66666667%}.germanized-shipments .col-10{width:83.33333333%}.germanized-shipments .col-9{width:75%}.germanized-shipments .col-8{width:66.66666667%}.germanized-shipments .col-7{width:58.33333333%}.germanized-shipments .col-6{width:50%}.germanized-shipments .col-5{width:41.66666667%}.germanized-shipments .col-4{width:33.33333333%}.germanized-shipments .col-3{width:25%}.germanized-shipments .col-2{width:16.66666667%}.germanized-shipments .col-1{width:8.33333333%}.germanized-shipments .col-auto{flex:0 0 auto;max-width:none;width:auto}.germanized-shipments .col-mx-auto{margin-left:auto;margin-right:auto}.germanized-shipments .col-ml-auto{margin-left:auto}.germanized-shipments .col-mr-auto{margin-right:auto}@media (max-width:1280px){.germanized-shipments .col-xl-1,.germanized-shipments .col-xl-10,.germanized-shipments .col-xl-11,.germanized-shipments .col-xl-12,.germanized-shipments .col-xl-2,.germanized-shipments .col-xl-3,.germanized-shipments .col-xl-4,.germanized-shipments .col-xl-5,.germanized-shipments .col-xl-6,.germanized-shipments .col-xl-7,.germanized-shipments .col-xl-8,.germanized-shipments .col-xl-9,.germanized-shipments .col-xl-auto{flex:none}.germanized-shipments .col-xl-12{width:100%}.germanized-shipments .col-xl-11{width:91.66666667%}.germanized-shipments .col-xl-10{width:83.33333333%}.germanized-shipments .col-xl-9{width:75%}.germanized-shipments .col-xl-8{width:66.66666667%}.germanized-shipments .col-xl-7{width:58.33333333%}.germanized-shipments .col-xl-6{width:50%}.germanized-shipments .col-xl-5{width:41.66666667%}.germanized-shipments .col-xl-4{width:33.33333333%}.germanized-shipments .col-xl-3{width:25%}.germanized-shipments .col-xl-2{width:16.66666667%}.germanized-shipments .col-xl-1{width:8.33333333%}.germanized-shipments .col-xl-auto{width:auto}.germanized-shipments .hide-xl{display:none!important}.germanized-shipments .show-xl{display:block!important}}@media (max-width:960px){.germanized-shipments .col-lg-1,.germanized-shipments .col-lg-10,.germanized-shipments .col-lg-11,.germanized-shipments .col-lg-12,.germanized-shipments .col-lg-2,.germanized-shipments .col-lg-3,.germanized-shipments .col-lg-4,.germanized-shipments .col-lg-5,.germanized-shipments .col-lg-6,.germanized-shipments .col-lg-7,.germanized-shipments .col-lg-8,.germanized-shipments .col-lg-9,.germanized-shipments .col-lg-auto{flex:none}.germanized-shipments .col-lg-12{width:100%}.germanized-shipments .col-lg-11{width:91.66666667%}.germanized-shipments .col-lg-10{width:83.33333333%}.germanized-shipments .col-lg-9{width:75%}.germanized-shipments .col-lg-8{width:66.66666667%}.germanized-shipments .col-lg-7{width:58.33333333%}.germanized-shipments .col-lg-6{width:50%}.germanized-shipments .col-lg-5{width:41.66666667%}.germanized-shipments .col-lg-4{width:33.33333333%}.germanized-shipments .col-lg-3{width:25%}.germanized-shipments .col-lg-2{width:16.66666667%}.germanized-shipments .col-lg-1{width:8.33333333%}.germanized-shipments .col-lg-auto{width:auto}.germanized-shipments .hide-lg{display:none!important}.germanized-shipments .show-lg{display:block!important}}@media (max-width:840px){.germanized-shipments .col-md-1,.germanized-shipments .col-md-10,.germanized-shipments .col-md-11,.germanized-shipments .col-md-12,.germanized-shipments .col-md-2,.germanized-shipments .col-md-3,.germanized-shipments .col-md-4,.germanized-shipments .col-md-5,.germanized-shipments .col-md-6,.germanized-shipments .col-md-7,.germanized-shipments .col-md-8,.germanized-shipments .col-md-9,.germanized-shipments .col-md-auto{flex:none}.germanized-shipments .col-md-12{width:100%}.germanized-shipments .col-md-11{width:91.66666667%}.germanized-shipments .col-md-10{width:83.33333333%}.germanized-shipments .col-md-9{width:75%}.germanized-shipments .col-md-8{width:66.66666667%}.germanized-shipments .col-md-7{width:58.33333333%}.germanized-shipments .col-md-6{width:50%}.germanized-shipments .col-md-5{width:41.66666667%}.germanized-shipments .col-md-4{width:33.33333333%}.germanized-shipments .col-md-3{width:25%}.germanized-shipments .col-md-2{width:16.66666667%}.germanized-shipments .col-md-1{width:8.33333333%}.germanized-shipments .col-md-auto{width:auto}.germanized-shipments .hide-md{display:none!important}.germanized-shipments .show-md{display:block!important}}@media (max-width:600px){.germanized-shipments .col-sm-1,.germanized-shipments .col-sm-10,.germanized-shipments .col-sm-11,.germanized-shipments .col-sm-12,.germanized-shipments .col-sm-2,.germanized-shipments .col-sm-3,.germanized-shipments .col-sm-4,.germanized-shipments .col-sm-5,.germanized-shipments .col-sm-6,.germanized-shipments .col-sm-7,.germanized-shipments .col-sm-8,.germanized-shipments .col-sm-9,.germanized-shipments .col-sm-auto{flex:none}.germanized-shipments .col-sm-12{width:100%}.germanized-shipments .col-sm-11{width:91.66666667%}.germanized-shipments .col-sm-10{width:83.33333333%}.germanized-shipments .col-sm-9{width:75%}.germanized-shipments .col-sm-8{width:66.66666667%}.germanized-shipments .col-sm-7{width:58.33333333%}.germanized-shipments .col-sm-6{width:50%}.germanized-shipments .col-sm-5{width:41.66666667%}.germanized-shipments .col-sm-4{width:33.33333333%}.germanized-shipments .col-sm-3{width:25%}.germanized-shipments .col-sm-2{width:16.66666667%}.germanized-shipments .col-sm-1{width:8.33333333%}.germanized-shipments .col-sm-auto{width:auto}.germanized-shipments .hide-sm{display:none!important}.germanized-shipments .show-sm{display:block!important}}@media (max-width:480px){.germanized-shipments .col-xs-1,.germanized-shipments .col-xs-10,.germanized-shipments .col-xs-11,.germanized-shipments .col-xs-12,.germanized-shipments .col-xs-2,.germanized-shipments .col-xs-3,.germanized-shipments .col-xs-4,.germanized-shipments .col-xs-5,.germanized-shipments .col-xs-6,.germanized-shipments .col-xs-7,.germanized-shipments .col-xs-8,.germanized-shipments .col-xs-9,.germanized-shipments .col-xs-auto{flex:none}.germanized-shipments .col-xs-12{width:100%}.germanized-shipments .col-xs-11{width:91.66666667%}.germanized-shipments .col-xs-10{width:83.33333333%}.germanized-shipments .col-xs-9{width:75%}.germanized-shipments .col-xs-8{width:66.66666667%}.germanized-shipments .col-xs-7{width:58.33333333%}.germanized-shipments .col-xs-6{width:50%}.germanized-shipments .col-xs-5{width:41.66666667%}.germanized-shipments .col-xs-4{width:33.33333333%}.germanized-shipments .col-xs-3{width:25%}.germanized-shipments .col-xs-2{width:16.66666667%}.germanized-shipments .col-xs-1{width:8.33333333%}.germanized-shipments .col-xs-auto{width:auto}.germanized-shipments .hide-xs{display:none!important}.germanized-shipments .show-xs{display:block!important}}
|
1 |
+
.order-shipping-status,.shipment-status{background:#eee;padding:.2em .5em;font-size:.9em;border-radius:3px}.order-shipping-status.status-draft,.order-shipping-status.status-partially-shipped,.order-shipping-status.status-processing,.shipment-status.status-draft,.shipment-status.status-partially-shipped,.shipment-status.status-processing{background:#f8dda7;color:#94660c}.order-shipping-status.status-not-shipped,.shipment-status.status-not-shipped{background:#eba3a3;color:#761919}.order-shipping-status.status-delivered,.order-shipping-status.status-shipped,.shipment-status.status-delivered,.shipment-status.status-shipped{background:#c6e1c6;color:#5b841b}.woocommerce_page_wc-gzd-return-shipments .tablenav .actions,.woocommerce_page_wc-gzd-shipments .tablenav .actions{overflow:visible}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container{float:left;width:240px!important;font-size:14px;vertical-align:middle;margin:1px 6px 4px 1px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single{height:32px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single .select2-selection__rendered,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single .select2-selection__rendered{line-height:29px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single .select2-selection__arrow,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single .select2-selection__arrow{height:30px}.woocommerce_page_wc-gzd-return-shipments .tablenav input,.woocommerce_page_wc-gzd-return-shipments .tablenav select,.woocommerce_page_wc-gzd-shipments .tablenav input,.woocommerce_page_wc-gzd-shipments .tablenav select{line-height:1;height:32px}.woocommerce_page_wc-gzd-return-shipments .tablenav input,.woocommerce_page_wc-gzd-shipments .tablenav input{height:31px}.woocommerce_page_wc-gzd-return-shipments .tablenav #shipment-query-submit,.woocommerce_page_wc-gzd-shipments .tablenav #shipment-query-submit{margin:1px 8px 0 0}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper{display:none;clear:both;margin:1em 0;float:left;width:50%}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper h4,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper h4{margin-top:0}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress{width:100%;height:42px;margin:0 auto;display:block;-webkit-appearance:none;border:none;background:#f5f5f5;border:2px solid #eee;border-radius:4px;padding:0;box-shadow:0 1px 0 0 rgba(255,255,255,.2)}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-bar,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-bar{background:transparent none;border:0;border-radius:4px;padding:0;box-shadow:none}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-value,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-value{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-moz-progress-bar,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-moz-progress-bar{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-ms-fill,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-ms-fill{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter.bulk-action-processing .bulk-action-wrapper,.woocommerce_page_wc-gzd-shipments #posts-filter.bulk-action-processing .bulk-action-wrapper{display:block}.woocommerce_page_wc-gzd-return-shipments .wp-list-table,.woocommerce_page_wc-gzd-shipments .wp-list-table{margin-top:1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td,.woocommerce_page_wc-gzd-return-shipments .wp-list-table th,.woocommerce_page_wc-gzd-shipments .wp-list-table td,.woocommerce_page_wc-gzd-shipments .wp-list-table th{padding:.5em 1em;width:10ch;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table tbody th,.woocommerce_page_wc-gzd-return-shipments .wp-list-table td,.woocommerce_page_wc-gzd-shipments .wp-list-table tbody th,.woocommerce_page_wc-gzd-shipments .wp-list-table td{line-height:26px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th{padding:.5em 1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th:last-child,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th:last-child{padding-right:2em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .check-column,.woocommerce_page_wc-gzd-shipments .wp-list-table .check-column{width:16px;white-space:nowrap;padding:1em 1em 1em 1em!important;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .check-column input,.woocommerce_page_wc-gzd-shipments .wp-list-table .check-column input{vertical-align:text-top;margin:1px 0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title{font-weight:700}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-date,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-status,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-title,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-date,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-status,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-title{width:15ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .shipment-status,.woocommerce_page_wc-gzd-shipments .wp-list-table .shipment-status{font-size:1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions{text-align:right}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button{text-indent:9999px;margin:2px 0 2px 4px;position:relative;display:inline-block;padding:0;height:2em;width:2em;overflow:hidden;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.85}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.processing::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.processing::after{font-family:WooCommerce;content:"\e00f"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.shipped::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.shipped::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.delivered::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.delivered::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.generate::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.generate::after{content:"\f502"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.download::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.download::after{content:"\f103"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-address,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-sender,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-address,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-sender{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-items,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-items{width:25ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview{font-size:.9em;border-spacing:0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview thead th,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview thead th{color:#adadad;padding-top:0;font-size:1.1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr td{border-bottom:1px solid #ccc!important}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr:last-child td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr:last-child td{border-bottom:none!important}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th{padding:.3em 0;vertical-align:top;line-height:20px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name{width:70%}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-quantity{text-align:right;padding-right:.5em}#woocommerce-gzd-order-shipments .inside{margin:0;padding:0;display:block!important}#woocommerce-gzd-order-shipments .handlediv,#woocommerce-gzd-order-shipments .hndle{display:none}.germanized-shipments *{box-sizing:border-box}.germanized-shipments #panel-order-shipments{padding:23px 0 0}.germanized-shipments #panel-order-shipments .panel-inner{padding:0 24px}.germanized-shipments #panel-order-shipments .panel-title{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .panel-title h2{margin:0;font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;font-size:21px;font-weight:400;line-height:1.2;text-shadow:1px 1px 1px #fff;padding:0}.germanized-shipments #panel-order-shipments .panel-footer{background:#f8f8f8;padding-top:1em;padding-bottom:1em;border-top:1px solid #dfdfdf;display:none}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions{display:flex;flex-wrap:nowrap;justify-content:space-between}.germanized-shipments #panel-order-shipments .panel-footer #order-shipments-save{display:none}.germanized-shipments #panel-order-shipments #order-shipment-add{display:none}.germanized-shipments #panel-order-shipments.needs-shipments .panel-footer{display:block}.germanized-shipments #panel-order-shipments.needs-shipments #order-shipment-add{display:block}.germanized-shipments #panel-order-shipments #order-shipments-list{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .delete{color:#a00}.germanized-shipments #panel-order-shipments .delete:hover{color:#dc3232;border:none}.germanized-shipments #panel-order-shipments .order-shipment .handlediv{display:inline-block;float:none;width:auto;height:auto}.germanized-shipments #panel-order-shipments .order-shipment .handlediv .toggle-indicator::before{content:"\f140"}.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-content-wrapper{display:block}.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-header>.right>.handlediv .toggle-indicator::before{content:"\f142"}.germanized-shipments #panel-order-shipments .order-shipment .item-count{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer{display:flex;flex-wrap:nowrap;justify-content:flex-end}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header{color:#999;background:#f8f8f8;margin:1.5em 0;padding:.5em 1em;cursor:pointer}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header .shipment-status{margin-left:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header h3{margin:0}.germanized-shipments #panel-order-shipments .order-shipment:first-child .shipment-header{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header:hover,.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-header{background:#f3f3f3}.germanized-shipments #panel-order-shipments .order-shipment .shipment-content-wrapper{display:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-content{padding:1em;margin-top:-2.5em;padding-bottom:0}.germanized-shipments #panel-order-shipments .order-shipment .add-shipment-return{display:none}.germanized-shipments #panel-order-shipments .order-shipment.is-returnable .add-shipment-return{display:block}.germanized-shipments #panel-order-shipments .order-shipment p.form-row{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=email],.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=number],.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=text]{height:30px}.germanized-shipments #panel-order-shipments .order-shipment p.form-row select{line-height:30px;height:30px}.germanized-shipments #panel-order-shipments .order-shipment p.form-row label{color:#999}.germanized-shipments #panel-order-shipments .order-shipment p.form-row label .woocommerce-help-tip{float:none}.germanized-shipments #panel-order-shipments .order-shipment .columns .column.column-spaced{margin:5px 0}.germanized-shipments #panel-order-shipments .order-shipment .columns .column h4{margin-bottom:.7em;text-transform:uppercase;color:#999;font-size:.9em}.germanized-shipments #panel-order-shipments .order-shipment .columns .column h4 a{color:#999;text-decoration:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-action{text-align:right}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-quantity input{width:100%}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-heading{padding:.5em;color:#999;background:#f8f8f8}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item{padding:.7em .5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item .columns{align-items:center}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions{display:flex;padding:.7em .5em;flex-wrap:nowrap;border-top:1px solid #dfdfdf}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions .add-items{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions .woocommerce-help-tip{margin-left:0}.germanized-shipments #panel-order-shipments .order-shipment .add-items{display:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns{margin-top:.5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-header{background:0 0;border-bottom:1px solid #dfdfdf;padding-left:0;padding-right:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-header h3{font-size:1.1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-content{padding:1em 0}.germanized-shipments #panel-order-shipments .order-shipment.needs-items .add-items{display:block}.germanized-shipments #panel-order-shipments .form-row .wrap{margin:0;display:flex;flex-wrap:nowrap}.germanized-shipments #panel-order-shipments .form-row .wrap input{margin-right:1em}.germanized-shipments #panel-order-shipments .form-row .wrap input:last-child{margin-right:0}.germanized-shipments .title-spread{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}.germanized-shipments .title-spread .left,.germanized-shipments .title-spread .right{display:inline-flex;align-items:center}.germanized-shipments .show-lg,.germanized-shipments .show-md,.germanized-shipments .show-sm,.germanized-shipments .show-xl,.germanized-shipments .show-xs{display:none!important}.germanized-shipments .columns{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.germanized-shipments .columns.col-gapless{margin-left:0;margin-right:0}.germanized-shipments .columns.col-gapless>.column{padding-left:0;padding-right:0}.germanized-shipments .columns.col-oneline{flex-wrap:nowrap;overflow-x:auto}.germanized-shipments .column{flex:1;max-width:100%;padding-left:1rem;padding-right:1rem}.germanized-shipments .column.col-1,.germanized-shipments .column.col-10,.germanized-shipments .column.col-11,.germanized-shipments .column.col-12,.germanized-shipments .column.col-2,.germanized-shipments .column.col-3,.germanized-shipments .column.col-4,.germanized-shipments .column.col-5,.germanized-shipments .column.col-6,.germanized-shipments .column.col-7,.germanized-shipments .column.col-8,.germanized-shipments .column.col-9,.germanized-shipments .column.col-auto{flex:none}.germanized-shipments .col-12{width:100%}.germanized-shipments .col-11{width:91.66666667%}.germanized-shipments .col-10{width:83.33333333%}.germanized-shipments .col-9{width:75%}.germanized-shipments .col-8{width:66.66666667%}.germanized-shipments .col-7{width:58.33333333%}.germanized-shipments .col-6{width:50%}.germanized-shipments .col-5{width:41.66666667%}.germanized-shipments .col-4{width:33.33333333%}.germanized-shipments .col-3{width:25%}.germanized-shipments .col-2{width:16.66666667%}.germanized-shipments .col-1{width:8.33333333%}.germanized-shipments .col-auto{flex:0 0 auto;max-width:none;width:auto}.germanized-shipments .col-mx-auto{margin-left:auto;margin-right:auto}.germanized-shipments .col-ml-auto{margin-left:auto}.germanized-shipments .col-mr-auto{margin-right:auto}@media (max-width:1280px){.germanized-shipments .col-xl-1,.germanized-shipments .col-xl-10,.germanized-shipments .col-xl-11,.germanized-shipments .col-xl-12,.germanized-shipments .col-xl-2,.germanized-shipments .col-xl-3,.germanized-shipments .col-xl-4,.germanized-shipments .col-xl-5,.germanized-shipments .col-xl-6,.germanized-shipments .col-xl-7,.germanized-shipments .col-xl-8,.germanized-shipments .col-xl-9,.germanized-shipments .col-xl-auto{flex:none}.germanized-shipments .col-xl-12{width:100%}.germanized-shipments .col-xl-11{width:91.66666667%}.germanized-shipments .col-xl-10{width:83.33333333%}.germanized-shipments .col-xl-9{width:75%}.germanized-shipments .col-xl-8{width:66.66666667%}.germanized-shipments .col-xl-7{width:58.33333333%}.germanized-shipments .col-xl-6{width:50%}.germanized-shipments .col-xl-5{width:41.66666667%}.germanized-shipments .col-xl-4{width:33.33333333%}.germanized-shipments .col-xl-3{width:25%}.germanized-shipments .col-xl-2{width:16.66666667%}.germanized-shipments .col-xl-1{width:8.33333333%}.germanized-shipments .col-xl-auto{width:auto}.germanized-shipments .hide-xl{display:none!important}.germanized-shipments .show-xl{display:block!important}}@media (max-width:960px){.germanized-shipments .col-lg-1,.germanized-shipments .col-lg-10,.germanized-shipments .col-lg-11,.germanized-shipments .col-lg-12,.germanized-shipments .col-lg-2,.germanized-shipments .col-lg-3,.germanized-shipments .col-lg-4,.germanized-shipments .col-lg-5,.germanized-shipments .col-lg-6,.germanized-shipments .col-lg-7,.germanized-shipments .col-lg-8,.germanized-shipments .col-lg-9,.germanized-shipments .col-lg-auto{flex:none}.germanized-shipments .col-lg-12{width:100%}.germanized-shipments .col-lg-11{width:91.66666667%}.germanized-shipments .col-lg-10{width:83.33333333%}.germanized-shipments .col-lg-9{width:75%}.germanized-shipments .col-lg-8{width:66.66666667%}.germanized-shipments .col-lg-7{width:58.33333333%}.germanized-shipments .col-lg-6{width:50%}.germanized-shipments .col-lg-5{width:41.66666667%}.germanized-shipments .col-lg-4{width:33.33333333%}.germanized-shipments .col-lg-3{width:25%}.germanized-shipments .col-lg-2{width:16.66666667%}.germanized-shipments .col-lg-1{width:8.33333333%}.germanized-shipments .col-lg-auto{width:auto}.germanized-shipments .hide-lg{display:none!important}.germanized-shipments .show-lg{display:block!important}}@media (max-width:840px){.germanized-shipments .col-md-1,.germanized-shipments .col-md-10,.germanized-shipments .col-md-11,.germanized-shipments .col-md-12,.germanized-shipments .col-md-2,.germanized-shipments .col-md-3,.germanized-shipments .col-md-4,.germanized-shipments .col-md-5,.germanized-shipments .col-md-6,.germanized-shipments .col-md-7,.germanized-shipments .col-md-8,.germanized-shipments .col-md-9,.germanized-shipments .col-md-auto{flex:none}.germanized-shipments .col-md-12{width:100%}.germanized-shipments .col-md-11{width:91.66666667%}.germanized-shipments .col-md-10{width:83.33333333%}.germanized-shipments .col-md-9{width:75%}.germanized-shipments .col-md-8{width:66.66666667%}.germanized-shipments .col-md-7{width:58.33333333%}.germanized-shipments .col-md-6{width:50%}.germanized-shipments .col-md-5{width:41.66666667%}.germanized-shipments .col-md-4{width:33.33333333%}.germanized-shipments .col-md-3{width:25%}.germanized-shipments .col-md-2{width:16.66666667%}.germanized-shipments .col-md-1{width:8.33333333%}.germanized-shipments .col-md-auto{width:auto}.germanized-shipments .hide-md{display:none!important}.germanized-shipments .show-md{display:block!important}}@media (max-width:600px){.germanized-shipments .col-sm-1,.germanized-shipments .col-sm-10,.germanized-shipments .col-sm-11,.germanized-shipments .col-sm-12,.germanized-shipments .col-sm-2,.germanized-shipments .col-sm-3,.germanized-shipments .col-sm-4,.germanized-shipments .col-sm-5,.germanized-shipments .col-sm-6,.germanized-shipments .col-sm-7,.germanized-shipments .col-sm-8,.germanized-shipments .col-sm-9,.germanized-shipments .col-sm-auto{flex:none}.germanized-shipments .col-sm-12{width:100%}.germanized-shipments .col-sm-11{width:91.66666667%}.germanized-shipments .col-sm-10{width:83.33333333%}.germanized-shipments .col-sm-9{width:75%}.germanized-shipments .col-sm-8{width:66.66666667%}.germanized-shipments .col-sm-7{width:58.33333333%}.germanized-shipments .col-sm-6{width:50%}.germanized-shipments .col-sm-5{width:41.66666667%}.germanized-shipments .col-sm-4{width:33.33333333%}.germanized-shipments .col-sm-3{width:25%}.germanized-shipments .col-sm-2{width:16.66666667%}.germanized-shipments .col-sm-1{width:8.33333333%}.germanized-shipments .col-sm-auto{width:auto}.germanized-shipments .hide-sm{display:none!important}.germanized-shipments .show-sm{display:block!important}}@media (max-width:480px){.germanized-shipments .col-xs-1,.germanized-shipments .col-xs-10,.germanized-shipments .col-xs-11,.germanized-shipments .col-xs-12,.germanized-shipments .col-xs-2,.germanized-shipments .col-xs-3,.germanized-shipments .col-xs-4,.germanized-shipments .col-xs-5,.germanized-shipments .col-xs-6,.germanized-shipments .col-xs-7,.germanized-shipments .col-xs-8,.germanized-shipments .col-xs-9,.germanized-shipments .col-xs-auto{flex:none}.germanized-shipments .col-xs-12{width:100%}.germanized-shipments .col-xs-11{width:91.66666667%}.germanized-shipments .col-xs-10{width:83.33333333%}.germanized-shipments .col-xs-9{width:75%}.germanized-shipments .col-xs-8{width:66.66666667%}.germanized-shipments .col-xs-7{width:58.33333333%}.germanized-shipments .col-xs-6{width:50%}.germanized-shipments .col-xs-5{width:41.66666667%}.germanized-shipments .col-xs-4{width:33.33333333%}.germanized-shipments .col-xs-3{width:25%}.germanized-shipments .col-xs-2{width:16.66666667%}.germanized-shipments .col-xs-1{width:8.33333333%}.germanized-shipments .col-xs-auto{width:auto}.germanized-shipments .hide-xs{display:none!important}.germanized-shipments .show-xs{display:block!important}}
|
packages/woocommerce-germanized-shipments/assets/css/admin.scss
CHANGED
@@ -481,6 +481,11 @@ $layout-spacing: 1rem;
|
|
481 |
text-transform: uppercase;
|
482 |
color: #999;
|
483 |
font-size: .9em;
|
|
|
|
|
|
|
|
|
|
|
484 |
}
|
485 |
}
|
486 |
}
|
481 |
text-transform: uppercase;
|
482 |
color: #999;
|
483 |
font-size: .9em;
|
484 |
+
|
485 |
+
a {
|
486 |
+
color: #999;
|
487 |
+
text-decoration: none;
|
488 |
+
}
|
489 |
}
|
490 |
}
|
491 |
}
|
packages/woocommerce-germanized-shipments/assets/js/admin-shipments.js
CHANGED
@@ -361,11 +361,17 @@ window.germanized.admin = window.germanized.admin || {};
|
|
361 |
self.$wrapper.find( '#order-shipments-list' ).append( data.new_shipment );
|
362 |
|
363 |
self.initShipments();
|
|
|
|
|
|
|
364 |
self.unblock();
|
365 |
});
|
366 |
} else {
|
367 |
self.$wrapper.find( '#order-shipments-list' ).append( data.new_shipment );
|
368 |
self.initShipments();
|
|
|
|
|
|
|
369 |
self.unblock();
|
370 |
}
|
371 |
},
|
361 |
self.$wrapper.find( '#order-shipments-list' ).append( data.new_shipment );
|
362 |
|
363 |
self.initShipments();
|
364 |
+
|
365 |
+
// Init tiptip
|
366 |
+
self.initTiptip();
|
367 |
self.unblock();
|
368 |
});
|
369 |
} else {
|
370 |
self.$wrapper.find( '#order-shipments-list' ).append( data.new_shipment );
|
371 |
self.initShipments();
|
372 |
+
|
373 |
+
// Init tiptip
|
374 |
+
self.initTiptip();
|
375 |
self.unblock();
|
376 |
}
|
377 |
},
|
packages/woocommerce-germanized-shipments/assets/js/admin-shipments.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
window.germanized=window.germanized||{},window.germanized.admin=window.germanized.admin||{},function(m){window.germanized.admin.shipments={params:{},shipments:{},$wrapper:!1,needsSaving:!1,needsShipments:!0,init:function(){var e=germanized.admin.shipments;e.params=wc_gzd_admin_shipments_params,e.$wrapper=m("#panel-order-shipments"),e.needsShipments=e.$wrapper.find("#order-shipment-add").is(":visible"),e.initShipments(),m(document).ajaxComplete(e.onAjaxComplete),m(document).on("click","#order-shipments-list .shipment-header",e.onToggleShipment).on("change","#order-shipments-list :input:visible",e.setNeedsSaving).on("click","#panel-order-shipments #order-shipment-add",e.onAddShipment).on("click","#panel-order-shipments .remove-shipment",e.onRemoveShipment).on("click","#panel-order-shipments button#order-shipments-save",e.onSave).on("click","#panel-order-shipments .notice-dismiss",e.onRemoveNotice)},onAjaxComplete:function(e,n,i){var t=germanized.admin.shipments;if(null!=n&&i.hasOwnProperty("data")){var s=i.data,r=!1;try{r=JSON.parse('{"'+s.replace(/&/g,'","').replace(/=/g,'":"')+'"}',function(e,n){return""===e?n:decodeURIComponent(n)})}catch(e){r=!1}if(r&&r.hasOwnProperty("action")){var a=r.action;"woocommerce_save_order_items"!==a&&"woocommerce_remove_order_item"!==a&&"woocommerce_add_order_item"!==a&&"woocommerce_delete_refund"!==a||t.syncItemQuantities()}}},syncItemQuantities:function(){var e=germanized.admin.shipments;e.block();var n={action:"woocommerce_gzd_validate_shipment_item_quantities",active:e.getActiveShipmentId()};e.doAjax(n,e.onSyncSuccess)},onSyncSuccess:function(e){var n=germanized.admin.shipments;n.unblock(),n.initShipments(),n.initTiptip()},onSave:function(e){var n=germanized.admin.shipments;return e.preventDefault(),n.save(),!1},save:function(){var e=germanized.admin.shipments;e.block();var n={action:"woocommerce_gzd_save_shipments",active:e.getActiveShipmentId()};e.doAjax(n,e.onSaveSuccess)},onSaveSuccess:function(e){var n=germanized.admin.shipments;n.initShipments(),n.setNeedsSaving(!1),n.unblock(),n.initTiptip()},getActiveShipmentId:function(){var e=germanized.admin.shipments.$wrapper.find(".order-shipment.active");return 0<e.length&&e.data("shipment")},block:function(){germanized.admin.shipments.$wrapper.block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){germanized.admin.shipments.$wrapper.unblock()},getData:function(e){var n=germanized.admin.shipments,i={};return e=e||{},m.each(n.$wrapper.find(":input[name]").serializeArray(),function(e,n){-1!==n.name.indexOf("[]")?(n.name=n.name.replace("[]",""),i[n.name]=m.makeArray(i[n.name]),i[n.name].push(n.value)):i[n.name]=n.value}),m.extend(i,e),i},doAjax:function(e,n,t){var s=germanized.admin.shipments,i=s.params.ajax_url,r=s.$wrapper,a=!0;r.find(".notice-wrapper").empty(),n=n||s.onAjaxSuccess,t=t||s.onAjaxError,e.hasOwnProperty("refresh_fragments")&&(a=e.refresh_fragments),e.hasOwnProperty("security")||(e.security=s.params.edit_shipments_nonce),e.hasOwnProperty("order_id")||(e.order_id=s.params.order_id),e=s.getData(e),m.ajax({type:"POST",url:i,data:e,success:function(e){if(e.success){a&&e.fragments&&m.each(e.fragments,function(e,n){m(e).replaceWith(n),m(e).unblock()}),n.apply(r,[e]),e.hasOwnProperty("order_needs_new_shipments")&&s.setNeedsShipments(e.order_needs_new_shipments);var i=e.hasOwnProperty("shipments")?e.shipments:{};m.each(s.getShipments(),function(e,n){i.hasOwnProperty(e)&&(n.setIsEditable(i[e].is_editable),n.setIsReturnable(i[e].is_returnable),n.setNeedsItems(i[e].needs_items),n.setWeight(i[e].weight),n.setLength(i[e].length),n.setWidth(i[e].width),n.setHeight(i[e].height))})}else t.apply(r,[e]),s.unblock(),e.hasOwnProperty("message")?s.addNotice(e.message,"error"):e.hasOwnProperty("messages")&&m.each(e.messages,function(e,n){s.addNotice(n,"error")})},error:function(e){t.apply(r,[e])},dataType:"json"})},onAjaxError:function(e){},onAjaxSuccess:function(e){},onRemoveNotice:function(){m(this).parents(".notice").slideUp(150,function(){m(this).remove()})},addNotice:function(e,n){germanized.admin.shipments.$wrapper.find(".notice-wrapper").append('<div class="notice is-dismissible notice-'+n+'"><p>'+e+'</p><button type="button" class="notice-dismiss"></button></div>')},getParams:function(){return germanized.admin.shipments.params},onRemoveShipment:function(){var e=germanized.admin.shipments,n=m(this).parents(".order-shipment").data("shipment");return window.confirm(e.getParams().i18n_remove_shipment_notice)&&e.removeShipment(n),!1},removeShipment:function(e){var n=germanized.admin.shipments,i={action:"woocommerce_gzd_remove_shipment",shipment_id:e};n.block(),n.doAjax(i,n.onRemoveShipmentSuccess,n.onRemoveShipmentError)},onRemoveShipmentSuccess:function(e){var n=germanized.admin.shipments,i=n.$wrapper.find("#shipment-"+e.shipment_id);0<i.length&&(i.hasClass("active")?i.find(".shipment-content-wrapper").slideUp(300,function(){i.removeClass("active"),i.remove()}):i.remove()),n.initShipments(),n.unblock()},onRemoveShipmentError:function(e){germanized.admin.shipments.unblock()},onAddShipment:function(){return germanized.admin.shipments.addShipment(),!1},addShipment:function(){var e=germanized.admin.shipments;e.block(),e.doAjax({action:"woocommerce_gzd_add_shipment"},e.onAddShipmentSuccess,e.onAddShipmentError)},onAddShipmentSuccess:function(e){var n=germanized.admin.shipments;0<n.$wrapper.find(".order-shipment.active").length?n.$wrapper.find(".order-shipment.active").find(".shipment-content-wrapper").slideUp(300,function(){n.$wrapper.find(".order-shipment.active").removeClass("active"),n.$wrapper.find("#order-shipments-list").append(e.new_shipment),n.initShipments(),n.unblock()}):(n.$wrapper.find("#order-shipments-list").append(e.new_shipment),n.initShipments(),n.unblock())},onAddShipmentError:function(e){},setNeedsSaving:function(e){var n=germanized.admin.shipments;"boolean"!=typeof e&&(e=!0),n.needsSaving=!0===e,n.needsSaving?n.$wrapper.find("#order-shipments-save").show():n.$wrapper.find("#order-shipments-save").hide(),n.hideOrShowFooter(),m(document.body).trigger("woocommerce_gzd_shipments_needs_saving",[n.needsSaving,n.getActiveShipmentId()])},setNeedsShipments:function(e){var n=germanized.admin.shipments;"boolean"!=typeof e&&(e=!0),n.needsShipments=!0===e,n.needsShipments?(n.$wrapper.addClass("needs-shipments"),n.$wrapper.find("#order-shipment-add").show()):(n.$wrapper.removeClass("needs-shipments"),n.$wrapper.find("#order-shipment-add").hide()),n.hideOrShowFooter()},hideOrShowFooter:function(){var e=germanized.admin.shipments;e.needsSaving||e.needsShipments?e.$wrapper.find(".panel-footer").slideDown(300):e.$wrapper.find(".panel-footer").slideUp(300)},onToggleShipment:function(){var e=germanized.admin.shipments,n=m(this).parents(".order-shipment:first"),i=n.hasClass("active");n.hasClass("shipment-return")?e.closeReturns(n.parents(".shipment-return-list")):e.closeShipments(),i||n.find("> .shipment-content-wrapper").slideDown(300,function(){n.addClass("active")})},closeReturns:function(e){germanized.admin.shipments;e.find(".order-shipment.active .shipment-content-wrapper").slideUp(300,function(){e.find(".order-shipment.active").removeClass("active")})},closeShipments:function(){var e=germanized.admin.shipments;e.$wrapper.find(".order-shipment.active .shipment-content-wrapper").slideUp(300,function(){e.$wrapper.find(".order-shipment.active").removeClass("active")})},initShipments:function(){var n=germanized.admin.shipments;n.$wrapper.find(".order-shipment").each(function(){var e=m(this).data("shipment");n.shipments.hasOwnProperty(e)?n.shipments[e].refreshDom():n.shipments[e]=new m.GermanizedShipment(e)})},getShipments:function(){return germanized.admin.shipments.shipments},getShipment:function(e){var n=germanized.admin.shipments.getShipments();return!!n.hasOwnProperty(e)&&n[e]},refresh:function(e){},refreshItems:function(e){},addItem:function(){},initTiptip:function(){var e=germanized.admin.shipments;m(document.body).trigger("init_tooltips"),e.$wrapper.find(".woocommerce-help-tip").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200})}},m(document).ready(function(){germanized.admin.shipments.init()})}(jQuery);
|
1 |
+
window.germanized=window.germanized||{},window.germanized.admin=window.germanized.admin||{},function(m){window.germanized.admin.shipments={params:{},shipments:{},$wrapper:!1,needsSaving:!1,needsShipments:!0,init:function(){var e=germanized.admin.shipments;e.params=wc_gzd_admin_shipments_params,e.$wrapper=m("#panel-order-shipments"),e.needsShipments=e.$wrapper.find("#order-shipment-add").is(":visible"),e.initShipments(),m(document).ajaxComplete(e.onAjaxComplete),m(document).on("click","#order-shipments-list .shipment-header",e.onToggleShipment).on("change","#order-shipments-list :input:visible",e.setNeedsSaving).on("click","#panel-order-shipments #order-shipment-add",e.onAddShipment).on("click","#panel-order-shipments .remove-shipment",e.onRemoveShipment).on("click","#panel-order-shipments button#order-shipments-save",e.onSave).on("click","#panel-order-shipments .notice-dismiss",e.onRemoveNotice)},onAjaxComplete:function(e,n,i){var t=germanized.admin.shipments;if(null!=n&&i.hasOwnProperty("data")){var s=i.data,r=!1;try{r=JSON.parse('{"'+s.replace(/&/g,'","').replace(/=/g,'":"')+'"}',function(e,n){return""===e?n:decodeURIComponent(n)})}catch(e){r=!1}if(r&&r.hasOwnProperty("action")){var a=r.action;"woocommerce_save_order_items"!==a&&"woocommerce_remove_order_item"!==a&&"woocommerce_add_order_item"!==a&&"woocommerce_delete_refund"!==a||t.syncItemQuantities()}}},syncItemQuantities:function(){var e=germanized.admin.shipments;e.block();var n={action:"woocommerce_gzd_validate_shipment_item_quantities",active:e.getActiveShipmentId()};e.doAjax(n,e.onSyncSuccess)},onSyncSuccess:function(e){var n=germanized.admin.shipments;n.unblock(),n.initShipments(),n.initTiptip()},onSave:function(e){var n=germanized.admin.shipments;return e.preventDefault(),n.save(),!1},save:function(){var e=germanized.admin.shipments;e.block();var n={action:"woocommerce_gzd_save_shipments",active:e.getActiveShipmentId()};e.doAjax(n,e.onSaveSuccess)},onSaveSuccess:function(e){var n=germanized.admin.shipments;n.initShipments(),n.setNeedsSaving(!1),n.unblock(),n.initTiptip()},getActiveShipmentId:function(){var e=germanized.admin.shipments.$wrapper.find(".order-shipment.active");return 0<e.length&&e.data("shipment")},block:function(){germanized.admin.shipments.$wrapper.block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){germanized.admin.shipments.$wrapper.unblock()},getData:function(e){var n=germanized.admin.shipments,i={};return e=e||{},m.each(n.$wrapper.find(":input[name]").serializeArray(),function(e,n){-1!==n.name.indexOf("[]")?(n.name=n.name.replace("[]",""),i[n.name]=m.makeArray(i[n.name]),i[n.name].push(n.value)):i[n.name]=n.value}),m.extend(i,e),i},doAjax:function(e,n,t){var s=germanized.admin.shipments,i=s.params.ajax_url,r=s.$wrapper,a=!0;r.find(".notice-wrapper").empty(),n=n||s.onAjaxSuccess,t=t||s.onAjaxError,e.hasOwnProperty("refresh_fragments")&&(a=e.refresh_fragments),e.hasOwnProperty("security")||(e.security=s.params.edit_shipments_nonce),e.hasOwnProperty("order_id")||(e.order_id=s.params.order_id),e=s.getData(e),m.ajax({type:"POST",url:i,data:e,success:function(e){if(e.success){a&&e.fragments&&m.each(e.fragments,function(e,n){m(e).replaceWith(n),m(e).unblock()}),n.apply(r,[e]),e.hasOwnProperty("order_needs_new_shipments")&&s.setNeedsShipments(e.order_needs_new_shipments);var i=e.hasOwnProperty("shipments")?e.shipments:{};m.each(s.getShipments(),function(e,n){i.hasOwnProperty(e)&&(n.setIsEditable(i[e].is_editable),n.setIsReturnable(i[e].is_returnable),n.setNeedsItems(i[e].needs_items),n.setWeight(i[e].weight),n.setLength(i[e].length),n.setWidth(i[e].width),n.setHeight(i[e].height))})}else t.apply(r,[e]),s.unblock(),e.hasOwnProperty("message")?s.addNotice(e.message,"error"):e.hasOwnProperty("messages")&&m.each(e.messages,function(e,n){s.addNotice(n,"error")})},error:function(e){t.apply(r,[e])},dataType:"json"})},onAjaxError:function(e){},onAjaxSuccess:function(e){},onRemoveNotice:function(){m(this).parents(".notice").slideUp(150,function(){m(this).remove()})},addNotice:function(e,n){germanized.admin.shipments.$wrapper.find(".notice-wrapper").append('<div class="notice is-dismissible notice-'+n+'"><p>'+e+'</p><button type="button" class="notice-dismiss"></button></div>')},getParams:function(){return germanized.admin.shipments.params},onRemoveShipment:function(){var e=germanized.admin.shipments,n=m(this).parents(".order-shipment").data("shipment");return window.confirm(e.getParams().i18n_remove_shipment_notice)&&e.removeShipment(n),!1},removeShipment:function(e){var n=germanized.admin.shipments,i={action:"woocommerce_gzd_remove_shipment",shipment_id:e};n.block(),n.doAjax(i,n.onRemoveShipmentSuccess,n.onRemoveShipmentError)},onRemoveShipmentSuccess:function(e){var n=germanized.admin.shipments,i=n.$wrapper.find("#shipment-"+e.shipment_id);0<i.length&&(i.hasClass("active")?i.find(".shipment-content-wrapper").slideUp(300,function(){i.removeClass("active"),i.remove()}):i.remove()),n.initShipments(),n.unblock()},onRemoveShipmentError:function(e){germanized.admin.shipments.unblock()},onAddShipment:function(){return germanized.admin.shipments.addShipment(),!1},addShipment:function(){var e=germanized.admin.shipments;e.block(),e.doAjax({action:"woocommerce_gzd_add_shipment"},e.onAddShipmentSuccess,e.onAddShipmentError)},onAddShipmentSuccess:function(e){var n=germanized.admin.shipments;0<n.$wrapper.find(".order-shipment.active").length?n.$wrapper.find(".order-shipment.active").find(".shipment-content-wrapper").slideUp(300,function(){n.$wrapper.find(".order-shipment.active").removeClass("active"),n.$wrapper.find("#order-shipments-list").append(e.new_shipment),n.initShipments(),n.initTiptip(),n.unblock()}):(n.$wrapper.find("#order-shipments-list").append(e.new_shipment),n.initShipments(),n.initTiptip(),n.unblock())},onAddShipmentError:function(e){},setNeedsSaving:function(e){var n=germanized.admin.shipments;"boolean"!=typeof e&&(e=!0),n.needsSaving=!0===e,n.needsSaving?n.$wrapper.find("#order-shipments-save").show():n.$wrapper.find("#order-shipments-save").hide(),n.hideOrShowFooter(),m(document.body).trigger("woocommerce_gzd_shipments_needs_saving",[n.needsSaving,n.getActiveShipmentId()])},setNeedsShipments:function(e){var n=germanized.admin.shipments;"boolean"!=typeof e&&(e=!0),n.needsShipments=!0===e,n.needsShipments?(n.$wrapper.addClass("needs-shipments"),n.$wrapper.find("#order-shipment-add").show()):(n.$wrapper.removeClass("needs-shipments"),n.$wrapper.find("#order-shipment-add").hide()),n.hideOrShowFooter()},hideOrShowFooter:function(){var e=germanized.admin.shipments;e.needsSaving||e.needsShipments?e.$wrapper.find(".panel-footer").slideDown(300):e.$wrapper.find(".panel-footer").slideUp(300)},onToggleShipment:function(){var e=germanized.admin.shipments,n=m(this).parents(".order-shipment:first"),i=n.hasClass("active");n.hasClass("shipment-return")?e.closeReturns(n.parents(".shipment-return-list")):e.closeShipments(),i||n.find("> .shipment-content-wrapper").slideDown(300,function(){n.addClass("active")})},closeReturns:function(e){germanized.admin.shipments;e.find(".order-shipment.active .shipment-content-wrapper").slideUp(300,function(){e.find(".order-shipment.active").removeClass("active")})},closeShipments:function(){var e=germanized.admin.shipments;e.$wrapper.find(".order-shipment.active .shipment-content-wrapper").slideUp(300,function(){e.$wrapper.find(".order-shipment.active").removeClass("active")})},initShipments:function(){var n=germanized.admin.shipments;n.$wrapper.find(".order-shipment").each(function(){var e=m(this).data("shipment");n.shipments.hasOwnProperty(e)?n.shipments[e].refreshDom():n.shipments[e]=new m.GermanizedShipment(e)})},getShipments:function(){return germanized.admin.shipments.shipments},getShipment:function(e){var n=germanized.admin.shipments.getShipments();return!!n.hasOwnProperty(e)&&n[e]},refresh:function(e){},refreshItems:function(e){},addItem:function(){},initTiptip:function(){var e=germanized.admin.shipments;m(document.body).trigger("init_tooltips"),e.$wrapper.find(".woocommerce-help-tip").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200})}},m(document).ready(function(){germanized.admin.shipments.init()})}(jQuery);
|
packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php
CHANGED
@@ -75,6 +75,19 @@ defined( 'ABSPATH' ) || exit;
|
|
75 |
</p>
|
76 |
<?php endif; ?>
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
<div class="shipment-items" id="shipment-items-<?php echo esc_attr( $shipment->get_id() ); ?>">
|
79 |
<div class="shipment-item-list-wrapper">
|
80 |
<div class="shipment-item-heading">
|
75 |
</p>
|
76 |
<?php endif; ?>
|
77 |
|
78 |
+
<?php if( $shipment->needs_shipping_provider_select() ) : ?>
|
79 |
+
<p class="form-row">
|
80 |
+
<label for="shipment-shipping-provider-<?php echo esc_attr( $shipment->get_id() ); ?>"><?php echo _x( 'Shipping provider', 'shipments', 'woocommerce-germanized' ); ?></label>
|
81 |
+
<select class="shipment-shipping-method-select" id="shipment-shipping-method-<?php echo esc_attr( $shipment->get_id() ); ?>" name="shipment_shipping_provider[<?php echo esc_attr( $shipment->get_id() ); ?>]">
|
82 |
+
<option value=""><?php echo _x( 'None', 'shipments', 'woocommerce-germanized' ); ?></option>
|
83 |
+
|
84 |
+
<?php foreach( wc_gzd_get_shipping_providers() as $provider => $title ) : ?>
|
85 |
+
<option value="<?php echo esc_attr( $provider ); ?>" <?php selected( $provider, $shipment->get_shipping_provider(), true ); ?>><?php echo $title; ?></option>
|
86 |
+
<?php endforeach; ?>
|
87 |
+
</select>
|
88 |
+
</p>
|
89 |
+
<?php endif; ?>
|
90 |
+
|
91 |
<div class="shipment-items" id="shipment-items-<?php echo esc_attr( $shipment->get_id() ); ?>">
|
92 |
<div class="shipment-item-list-wrapper">
|
93 |
<div class="shipment-item-heading">
|
packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-template-hooks.php
CHANGED
@@ -8,11 +8,15 @@
|
|
8 |
* @version 1.0.0
|
9 |
*/
|
10 |
|
|
|
|
|
11 |
defined( 'ABSPATH' ) || exit;
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
add_action( '
|
|
|
16 |
|
17 |
-
// View shipment details
|
18 |
-
add_action( 'woocommerce_gzd_view_shipment', 'woocommerce_gzd_shipment_details_table', 10 );
|
|
8 |
* @version 1.0.0
|
9 |
*/
|
10 |
|
11 |
+
use Vendidero\Germanized\Shipments\Package;
|
12 |
+
|
13 |
defined( 'ABSPATH' ) || exit;
|
14 |
|
15 |
+
if ( Package::get_setting( 'customer_account_enable' ) === 'yes' ) {
|
16 |
+
// Customer Panel
|
17 |
+
add_action( 'woocommerce_view_order', 'woocommerce_gzd_shipments_template_customer_order', 10, 1 );
|
18 |
+
add_action( 'woocommerce_account_view-shipment_endpoint', 'woocommerce_gzd_shipments_template_view_shipment' );
|
19 |
|
20 |
+
// View shipment details
|
21 |
+
add_action( 'woocommerce_gzd_view_shipment', 'woocommerce_gzd_shipment_details_table', 10 );
|
22 |
+
}
|
packages/woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php
CHANGED
@@ -77,12 +77,13 @@ 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 |
$shipments = $shipments_order->get_simple_shipments();
|
81 |
|
82 |
wc_get_template( 'myaccount/order-shipments.php', array(
|
83 |
-
'order_id' => $order_id,
|
84 |
'has_shipments' => ( ! empty( $shipments ) ? true : false ),
|
85 |
'shipments' => $shipments,
|
|
|
86 |
) );
|
87 |
}
|
88 |
}
|
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 |
|
83 |
wc_get_template( 'myaccount/order-shipments.php', array(
|
|
|
84 |
'has_shipments' => ( ! empty( $shipments ) ? true : false ),
|
85 |
'shipments' => $shipments,
|
86 |
+
'order' => $order,
|
87 |
) );
|
88 |
}
|
89 |
}
|
packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php
CHANGED
@@ -46,6 +46,15 @@ class MetaBox {
|
|
46 |
$props['shipping_method'] = wc_clean( wp_unslash( $_POST['shipment_shipping_method'][ $id ] ) );
|
47 |
}
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
$new_status = isset( $_POST['shipment_status'][ $id ] ) ? str_replace( 'gzd-', '', wc_clean( wp_unslash( $_POST['shipment_status'][ $id ] ) ) ) : 'draft';
|
50 |
|
51 |
// Sync the shipment - make sure gets refresh on status switch (e.g. from shipped to processing)
|
46 |
$props['shipping_method'] = wc_clean( wp_unslash( $_POST['shipment_shipping_method'][ $id ] ) );
|
47 |
}
|
48 |
|
49 |
+
if ( isset( $_POST['shipment_shipping_provider'][ $id ] ) ) {
|
50 |
+
$provider = wc_clean( wp_unslash( $_POST['shipment_shipping_provider'][ $id ] ) );
|
51 |
+
$providers = wc_gzd_get_shipping_providers();
|
52 |
+
|
53 |
+
if ( empty( $provider ) || array_key_exists( $provider, $providers ) ) {
|
54 |
+
$props['shipping_provider'] = $provider;
|
55 |
+
}
|
56 |
+
}
|
57 |
+
|
58 |
$new_status = isset( $_POST['shipment_status'][ $id ] ) ? str_replace( 'gzd-', '', wc_clean( wp_unslash( $_POST['shipment_status'][ $id ] ) ) ) : 'draft';
|
59 |
|
60 |
// Sync the shipment - make sure gets refresh on status switch (e.g. from shipped to processing)
|
packages/woocommerce-germanized-shipments/src/Admin/Settings.php
CHANGED
@@ -126,8 +126,28 @@ class Settings {
|
|
126 |
),
|
127 |
),
|
128 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
array( 'type' => 'sectionend', 'id' => 'shipments_auto_options' ),
|
130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
array( 'title' => _x( 'Return Address', 'shipments', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'shipments_return_options' ),
|
132 |
|
133 |
array(
|
126 |
),
|
127 |
),
|
128 |
|
129 |
+
array(
|
130 |
+
'title' => _x( 'Update status', 'shipments', 'woocommerce-germanized' ),
|
131 |
+
'desc' => _x( 'Mark order as completed after order is fully shipped.', 'shipments', 'woocommerce-germanized' ) . '<div class="wc-gzd-additional-desc">' . _x( 'This option will automatically update the order status to completed as soon as all required shipments have been marked as shipped.', 'shipments', 'woocommerce-germanized' ) . '</div>',
|
132 |
+
'id' => 'woocommerce_gzd_shipments_auto_order_shipped_completed_enable',
|
133 |
+
'default' => 'yes',
|
134 |
+
'type' => 'gzd_toggle',
|
135 |
+
),
|
136 |
+
|
137 |
array( 'type' => 'sectionend', 'id' => 'shipments_auto_options' ),
|
138 |
|
139 |
+
array( 'title' => _x( 'Customer Account', 'shipments', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'shipments_customer_options' ),
|
140 |
+
|
141 |
+
array(
|
142 |
+
'title' => _x( 'List', 'shipments', 'woocommerce-germanized' ),
|
143 |
+
'desc' => _x( 'List shipments on customer account order screen.', 'shipments', 'woocommerce-germanized' ),
|
144 |
+
'id' => 'woocommerce_gzd_shipments_customer_account_enable',
|
145 |
+
'default' => 'yes',
|
146 |
+
'type' => 'gzd_toggle',
|
147 |
+
),
|
148 |
+
|
149 |
+
array( 'type' => 'sectionend', 'id' => 'shipments_customer_options' ),
|
150 |
+
|
151 |
array( 'title' => _x( 'Return Address', 'shipments', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'shipments_return_options' ),
|
152 |
|
153 |
array(
|
packages/woocommerce-germanized-shipments/src/Automation.php
CHANGED
@@ -26,6 +26,29 @@ class Automation {
|
|
26 |
add_action( 'woocommerce_new_order', array( __CLASS__, 'maybe_create_shipments' ), 10, 1 );
|
27 |
}
|
28 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
}
|
30 |
|
31 |
public static function create_shipments( $order_id ) {
|
26 |
add_action( 'woocommerce_new_order', array( __CLASS__, 'maybe_create_shipments' ), 10, 1 );
|
27 |
}
|
28 |
}
|
29 |
+
|
30 |
+
if ( 'yes' === Package::get_setting( 'auto_order_shipped_completed_enable' ) ) {
|
31 |
+
add_action( 'woocommerce_gzd_shipment_status_changed', array( __CLASS__, 'maybe_mark_order_completed' ), 150, 4 );
|
32 |
+
}
|
33 |
+
}
|
34 |
+
|
35 |
+
/**
|
36 |
+
* Maybe mark the order as completed if the order is fully shipped.
|
37 |
+
*
|
38 |
+
* @param $shipment_id
|
39 |
+
* @param $old_status
|
40 |
+
* @param $new_status
|
41 |
+
* @param Shipment $shipment
|
42 |
+
*/
|
43 |
+
public static function maybe_mark_order_completed( $shipment_id, $old_status, $new_status, $shipment ) {
|
44 |
+
if ( 'simple' === $shipment->get_type() ) {
|
45 |
+
if ( $shipment_order = $shipment->get_order_shipment() ) {
|
46 |
+
|
47 |
+
if ( 'shipped' === $shipment_order->get_shipping_status() ) {
|
48 |
+
$shipment_order->get_order()->update_status( 'completed', _x( 'Order is fully shipped.', 'shipments', 'woocommerce-germanized' ) );
|
49 |
+
}
|
50 |
+
}
|
51 |
+
}
|
52 |
}
|
53 |
|
54 |
public static function create_shipments( $order_id ) {
|
packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php
CHANGED
@@ -178,6 +178,11 @@ class Shipment extends WC_Data_Store_WP implements WC_Object_Data_Store_Interfac
|
|
178 |
$shipment->set_dimension_unit( get_option( 'woocommerce_dimension_unit', 'cm' ) );
|
179 |
}
|
180 |
|
|
|
|
|
|
|
|
|
|
|
181 |
foreach ( $changed_props as $prop ) {
|
182 |
|
183 |
if ( ! in_array( $prop, $core_props, true ) ) {
|
178 |
$shipment->set_dimension_unit( get_option( 'woocommerce_dimension_unit', 'cm' ) );
|
179 |
}
|
180 |
|
181 |
+
// Make sure country in core props is updated as soon as the address changes
|
182 |
+
if ( in_array( 'address', $changed_props ) ) {
|
183 |
+
$changed_props[] = 'country';
|
184 |
+
}
|
185 |
+
|
186 |
foreach ( $changed_props as $prop ) {
|
187 |
|
188 |
if ( ! in_array( $prop, $core_props, true ) ) {
|
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.3';
|
17 |
|
18 |
/**
|
19 |
* Init the package - load the REST API Server class.
|
packages/woocommerce-germanized-shipments/src/Shipment.php
CHANGED
@@ -167,6 +167,9 @@ abstract class Shipment extends WC_Data {
|
|
167 |
$this->changes = array();
|
168 |
}
|
169 |
|
|
|
|
|
|
|
170 |
public function get_order_shipment() {
|
171 |
return false;
|
172 |
}
|
@@ -605,6 +608,10 @@ abstract class Shipment extends WC_Data {
|
|
605 |
return $this->get_prop( 'shipping_provider', $context );
|
606 |
}
|
607 |
|
|
|
|
|
|
|
|
|
608 |
/**
|
609 |
* Returns the formatted shipping address.
|
610 |
*
|
@@ -1305,9 +1312,9 @@ abstract class Shipment extends WC_Data {
|
|
1305 |
/**
|
1306 |
* Action that indicates shipment status change.
|
1307 |
*
|
1308 |
-
* @param integer
|
1309 |
-
* @param string
|
1310 |
-
* @param string
|
1311 |
* @param Shipment $shipment The shipment object.
|
1312 |
*
|
1313 |
* @see wc_gzd_get_shipment_statuses()
|
167 |
$this->changes = array();
|
168 |
}
|
169 |
|
170 |
+
/**
|
171 |
+
* @return bool|Order
|
172 |
+
*/
|
173 |
public function get_order_shipment() {
|
174 |
return false;
|
175 |
}
|
608 |
return $this->get_prop( 'shipping_provider', $context );
|
609 |
}
|
610 |
|
611 |
+
public function needs_shipping_provider_select() {
|
612 |
+
return false;
|
613 |
+
}
|
614 |
+
|
615 |
/**
|
616 |
* Returns the formatted shipping address.
|
617 |
*
|
1312 |
/**
|
1313 |
* Action that indicates shipment status change.
|
1314 |
*
|
1315 |
+
* @param integer $shipment_id The shipment id.
|
1316 |
+
* @param string $status_from The old shipment status.
|
1317 |
+
* @param string $status_to The new shipment status.
|
1318 |
* @param Shipment $shipment The shipment object.
|
1319 |
*
|
1320 |
* @see wc_gzd_get_shipment_statuses()
|
packages/woocommerce-germanized-shipments/src/ShipmentItem.php
CHANGED
@@ -287,7 +287,9 @@ class ShipmentItem extends WC_Data {
|
|
287 |
|
288 |
} elseif( is_a( $item, 'WC_Order_Item' ) ) {
|
289 |
|
290 |
-
if ( is_callable( array( $item, 'get_product_id' ) ) ) {
|
|
|
|
|
291 |
$this->set_product_id( $item->get_product_id() );
|
292 |
}
|
293 |
|
@@ -340,6 +342,7 @@ class ShipmentItem extends WC_Data {
|
|
340 |
}
|
341 |
|
342 |
public function get_product() {
|
|
|
343 |
if ( is_null( $this->product ) && 0 < $this->get_product_id() ) {
|
344 |
$this->product = wc_get_product( $this->get_product_id() );
|
345 |
}
|
287 |
|
288 |
} elseif( is_a( $item, 'WC_Order_Item' ) ) {
|
289 |
|
290 |
+
if ( is_callable( array( $item, 'get_variation_id' ) ) && is_callable( array( $item, 'get_product_id' ) ) ) {
|
291 |
+
$this->set_product_id( $item->get_variation_id() ? $item->get_variation_id() : $item->get_product_id() );
|
292 |
+
} elseif( is_callable( array( $item, 'get_product_id' ) ) ) {
|
293 |
$this->set_product_id( $item->get_product_id() );
|
294 |
}
|
295 |
|
342 |
}
|
343 |
|
344 |
public function get_product() {
|
345 |
+
|
346 |
if ( is_null( $this->product ) && 0 < $this->get_product_id() ) {
|
347 |
$this->product = wc_get_product( $this->get_product_id() );
|
348 |
}
|
packages/woocommerce-germanized-shipments/src/SimpleShipment.php
CHANGED
@@ -284,6 +284,21 @@ class SimpleShipment extends Shipment {
|
|
284 |
return $methods;
|
285 |
}
|
286 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
/**
|
288 |
* Returns available items for return.
|
289 |
*
|
284 |
return $methods;
|
285 |
}
|
286 |
|
287 |
+
public function needs_shipping_provider_select() {
|
288 |
+
$shipping_method = $this->get_shipping_method();
|
289 |
+
|
290 |
+
if ( ! empty( $shipping_method ) ) {
|
291 |
+
$expl = explode( ':', $shipping_method );
|
292 |
+
|
293 |
+
// If no instance id is availabe - show selection
|
294 |
+
if ( sizeof( $expl ) === 2 && empty( $expl[1] ) ) {
|
295 |
+
return true;
|
296 |
+
}
|
297 |
+
}
|
298 |
+
|
299 |
+
return false;
|
300 |
+
}
|
301 |
+
|
302 |
/**
|
303 |
* Returns available items for return.
|
304 |
*
|
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.3
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
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,15 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
|
|
184 |
|
185 |
== Changelog ==
|
186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
= 3.0.2 =
|
188 |
* Fix: Shipment weight sync unit calculation
|
189 |
* Fix: Wrong tooltip within DHL preferred location
|
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.3
|
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.3 =
|
188 |
+
* Improvement: Added DHL shipment number tracking link to admin panel
|
189 |
+
* Improvement: Added shipment option to allow hiding data in customer panel
|
190 |
+
* Improvement: Added shipment option to mark order as completed as soon as it is fully shipped
|
191 |
+
* Fix: Use order item variation id on shipment item sync if available
|
192 |
+
* Fix: Allow manual choosing shipping provider for shipments with empty instance id (e.g. manual orders)
|
193 |
+
* Fix: Direct debit mandate id
|
194 |
+
|
195 |
+
|
196 |
= 3.0.2 =
|
197 |
* Fix: Shipment weight sync unit calculation
|
198 |
* Fix: Wrong tooltip within DHL preferred 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 ComposerAutoloaderInit08c8e925438cfe347e923322f50f5bec::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_322e617fc185bea28034d501706d9dbc() {
|
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_322e617fc185bea28034d501706d9dbc();
|
vendor/composer/autoload_classmap_package.php
CHANGED
@@ -199,243 +199,243 @@ return array(
|
|
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(
|
199 |
'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
|
200 |
),
|
201 |
'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
|
202 |
+
'version' => '1.0.3.0',
|
203 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
|
204 |
),
|
205 |
'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
|
206 |
+
'version' => '1.0.3.0',
|
207 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
|
208 |
),
|
209 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
|
210 |
+
'version' => '1.0.3.0',
|
211 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
|
212 |
),
|
213 |
'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
|
214 |
+
'version' => '1.0.3.0',
|
215 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
|
216 |
),
|
217 |
'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
|
218 |
+
'version' => '1.0.3.0',
|
219 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
|
220 |
),
|
221 |
'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
|
222 |
+
'version' => '1.0.3.0',
|
223 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
|
224 |
),
|
225 |
'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
|
226 |
+
'version' => '1.0.3.0',
|
227 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
|
228 |
),
|
229 |
'Vendidero\\Germanized\\Shipments\\Ajax' => array(
|
230 |
+
'version' => '1.0.3.0',
|
231 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
|
232 |
),
|
233 |
'Vendidero\\Germanized\\Shipments\\Api' => array(
|
234 |
+
'version' => '1.0.3.0',
|
235 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
|
236 |
),
|
237 |
'Vendidero\\Germanized\\Shipments\\Automation' => array(
|
238 |
+
'version' => '1.0.3.0',
|
239 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
|
240 |
),
|
241 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
|
242 |
+
'version' => '1.0.3.0',
|
243 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
|
244 |
),
|
245 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
|
246 |
+
'version' => '1.0.3.0',
|
247 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
|
248 |
),
|
249 |
'Vendidero\\Germanized\\Shipments\\Emails' => array(
|
250 |
+
'version' => '1.0.3.0',
|
251 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
|
252 |
),
|
253 |
'Vendidero\\Germanized\\Shipments\\Install' => array(
|
254 |
+
'version' => '1.0.3.0',
|
255 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
|
256 |
),
|
257 |
'Vendidero\\Germanized\\Shipments\\Order' => array(
|
258 |
+
'version' => '1.0.3.0',
|
259 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
|
260 |
),
|
261 |
'Vendidero\\Germanized\\Shipments\\Package' => array(
|
262 |
+
'version' => '1.0.3.0',
|
263 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
|
264 |
),
|
265 |
'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
|
266 |
+
'version' => '1.0.3.0',
|
267 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
|
268 |
),
|
269 |
'Vendidero\\Germanized\\Shipments\\Shipment' => array(
|
270 |
+
'version' => '1.0.3.0',
|
271 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
|
272 |
),
|
273 |
'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
|
274 |
+
'version' => '1.0.3.0',
|
275 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
|
276 |
),
|
277 |
'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
|
278 |
+
'version' => '1.0.3.0',
|
279 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
|
280 |
),
|
281 |
'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
|
282 |
+
'version' => '1.0.3.0',
|
283 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
|
284 |
),
|
285 |
'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
|
286 |
+
'version' => '1.0.3.0',
|
287 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
|
288 |
),
|
289 |
'Vendidero\\Germanized\\Shipments\\Validation' => array(
|
290 |
+
'version' => '1.0.3.0',
|
291 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
|
292 |
),
|
293 |
'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
|
294 |
+
'version' => '1.0.3.0',
|
295 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
|
296 |
),
|
297 |
'Vendidero\\Germanized\\DHL\\Admin\\BulkLabel' => array(
|
298 |
+
'version' => '1.0.3.0',
|
299 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/BulkLabel.php'
|
300 |
),
|
301 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer' => array(
|
302 |
+
'version' => '1.0.3.0',
|
303 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer.php'
|
304 |
),
|
305 |
'Vendidero\\Germanized\\DHL\\Admin\\MetaBox' => array(
|
306 |
+
'version' => '1.0.3.0',
|
307 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/MetaBox.php'
|
308 |
),
|
309 |
'Vendidero\\Germanized\\DHL\\Admin\\Settings' => array(
|
310 |
+
'version' => '1.0.3.0',
|
311 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Settings.php'
|
312 |
),
|
313 |
'Vendidero\\Germanized\\DHL\\Ajax' => array(
|
314 |
+
'version' => '1.0.3.0',
|
315 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
|
316 |
),
|
317 |
'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
|
318 |
+
'version' => '1.0.3.0',
|
319 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
|
320 |
),
|
321 |
'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
|
322 |
+
'version' => '1.0.3.0',
|
323 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
|
324 |
),
|
325 |
'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
|
326 |
+
'version' => '1.0.3.0',
|
327 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
|
328 |
),
|
329 |
'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
|
330 |
+
'version' => '1.0.3.0',
|
331 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
|
332 |
),
|
333 |
'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
|
334 |
+
'version' => '1.0.3.0',
|
335 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
|
336 |
),
|
337 |
'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
|
338 |
+
'version' => '1.0.3.0',
|
339 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
|
340 |
),
|
341 |
'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
|
342 |
+
'version' => '1.0.3.0',
|
343 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
|
344 |
),
|
345 |
'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
|
346 |
+
'version' => '1.0.3.0',
|
347 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
|
348 |
),
|
349 |
'Vendidero\\Germanized\\DHL\\Automation' => array(
|
350 |
+
'version' => '1.0.3.0',
|
351 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Automation.php'
|
352 |
),
|
353 |
'Vendidero\\Germanized\\DHL\\DataStores\\Label' => array(
|
354 |
+
'version' => '1.0.3.0',
|
355 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/DataStores/Label.php'
|
356 |
),
|
357 |
'Vendidero\\Germanized\\DHL\\Admin\\DownloadHandler' => array(
|
358 |
+
'version' => '1.0.3.0',
|
359 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/DownloadHandler.php'
|
360 |
),
|
361 |
'Vendidero\\Germanized\\DHL\\Emails' => array(
|
362 |
+
'version' => '1.0.3.0',
|
363 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Emails.php'
|
364 |
),
|
365 |
'Vendidero\\Germanized\\DHL\\Install' => array(
|
366 |
+
'version' => '1.0.3.0',
|
367 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
|
368 |
),
|
369 |
'Vendidero\\Germanized\\DHL\\Label' => array(
|
370 |
+
'version' => '1.0.3.0',
|
371 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label.php'
|
372 |
),
|
373 |
'Vendidero\\Germanized\\DHL\\LabelFactory' => array(
|
374 |
+
'version' => '1.0.3.0',
|
375 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelFactory.php'
|
376 |
),
|
377 |
'Vendidero\\Germanized\\DHL\\LabelQuery' => array(
|
378 |
+
'version' => '1.0.3.0',
|
379 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelQuery.php'
|
380 |
),
|
381 |
'Vendidero\\Germanized\\DHL\\LabelWatcher' => array(
|
382 |
+
'version' => '1.0.3.0',
|
383 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/LabelWatcher.php'
|
384 |
),
|
385 |
'Vendidero\\Germanized\\DHL\\Order' => array(
|
386 |
+
'version' => '1.0.3.0',
|
387 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
|
388 |
),
|
389 |
'Vendidero\\Germanized\\DHL\\Package' => array(
|
390 |
+
'version' => '1.0.3.0',
|
391 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
|
392 |
),
|
393 |
'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
|
394 |
+
'version' => '1.0.3.0',
|
395 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
|
396 |
),
|
397 |
'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
|
398 |
+
'version' => '1.0.3.0',
|
399 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
|
400 |
),
|
401 |
'Vendidero\\Germanized\\DHL\\PDFMerger' => array(
|
402 |
+
'version' => '1.0.3.0',
|
403 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/PDFMerger.php'
|
404 |
),
|
405 |
'Vendidero\\Germanized\\DHL\\PDFSplitter' => array(
|
406 |
+
'version' => '1.0.3.0',
|
407 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/PDFSplitter.php'
|
408 |
),
|
409 |
'Vendidero\\Germanized\\DHL\\Product' => array(
|
410 |
+
'version' => '1.0.3.0',
|
411 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
|
412 |
),
|
413 |
'Vendidero\\Germanized\\DHL\\ReturnLabel' => array(
|
414 |
+
'version' => '1.0.3.0',
|
415 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ReturnLabel.php'
|
416 |
),
|
417 |
'Vendidero\\Germanized\\DHL\\ShippingMethod' => array(
|
418 |
+
'version' => '1.0.3.0',
|
419 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingMethod.php'
|
420 |
),
|
421 |
'Vendidero\\Germanized\\DHL\\SimpleLabel' => array(
|
422 |
+
'version' => '1.0.3.0',
|
423 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/SimpleLabel.php'
|
424 |
),
|
425 |
'Vendidero\\Germanized\\Autoloader' => array(
|
426 |
+
'version' => '3.0.3.0',
|
427 |
'path' => $baseDir . '/src/Autoloader.php'
|
428 |
),
|
429 |
'Vendidero\\Germanized\\Packages' => array(
|
430 |
+
'version' => '3.0.3.0',
|
431 |
'path' => $baseDir . '/src/Packages.php'
|
432 |
),
|
433 |
'Vendidero\\Germanized\\Shopmark' => array(
|
434 |
+
'version' => '3.0.3.0',
|
435 |
'path' => $baseDir . '/src/Shopmark.php'
|
436 |
),
|
437 |
'Vendidero\\Germanized\\Shopmarks' => array(
|
438 |
+
'version' => '3.0.3.0',
|
439 |
'path' => $baseDir . '/src/Shopmarks.php'
|
440 |
),
|
441 |
'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 ComposerAutoloaderInit25df64bb2ef7591c2466dcdd91495766
|
|
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 ComposerAutoloaderInit08c8e925438cfe347e923322f50f5bec
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit08c8e925438cfe347e923322f50f5bec', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit08c8e925438cfe347e923322f50f5bec', '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\ComposerStaticInit08c8e925438cfe347e923322f50f5bec::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 ComposerStaticInit25df64bb2ef7591c2466dcdd91495766
|
|
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 ComposerStaticInit08c8e925438cfe347e923322f50f5bec
|
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 = ComposerStaticInit08c8e925438cfe347e923322f50f5bec::$prefixLengthsPsr4;
|
70 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit08c8e925438cfe347e923322f50f5bec::$prefixDirsPsr4;
|
71 |
+
$loader->classMap = ComposerStaticInit08c8e925438cfe347e923322f50f5bec::$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-
|
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-
|
381 |
"type": "wordpress-plugin",
|
382 |
"installation-source": "dist",
|
383 |
"autoload": {
|
@@ -399,7 +399,7 @@
|
|
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 |
},
|
306 |
},
|
307 |
{
|
308 |
"name": "vendidero/woocommerce-germanized-dhl",
|
309 |
+
"version": "v1.0.3",
|
310 |
+
"version_normalized": "1.0.3.0",
|
311 |
"source": {
|
312 |
"type": "git",
|
313 |
"url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
|
314 |
+
"reference": "e0e91570067899448d5a85f1e899b0d59fdd3539"
|
315 |
},
|
316 |
"dist": {
|
317 |
"type": "zip",
|
318 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/e0e91570067899448d5a85f1e899b0d59fdd3539",
|
319 |
+
"reference": "e0e91570067899448d5a85f1e899b0d59fdd3539",
|
320 |
"shasum": ""
|
321 |
},
|
322 |
"require": {
|
327 |
"phpunit/phpunit": "6.5.14",
|
328 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
329 |
},
|
330 |
+
"time": "2019-11-04T13:37:02+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.3",
|
355 |
"issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
|
356 |
}
|
357 |
},
|
358 |
{
|
359 |
"name": "vendidero/woocommerce-germanized-shipments",
|
360 |
+
"version": "v1.0.3",
|
361 |
+
"version_normalized": "1.0.3.0",
|
362 |
"source": {
|
363 |
"type": "git",
|
364 |
"url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
|
365 |
+
"reference": "edbdab105d6978d0dbbd5266b962316858ffeba1"
|
366 |
},
|
367 |
"dist": {
|
368 |
"type": "zip",
|
369 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/edbdab105d6978d0dbbd5266b962316858ffeba1",
|
370 |
+
"reference": "edbdab105d6978d0dbbd5266b962316858ffeba1",
|
371 |
"shasum": ""
|
372 |
},
|
373 |
"require": {
|
377 |
"phpunit/phpunit": "6.5.14",
|
378 |
"woocommerce/woocommerce-sniffs": "0.0.6"
|
379 |
},
|
380 |
+
"time": "2019-11-04T13:20:03+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.3",
|
403 |
"issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
|
404 |
}
|
405 |
},
|
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.3
|
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.3';
|
67 |
|
68 |
/**
|
69 |
* @var WooCommerce_Germanized $instance of the plugin
|