Version Description
- Improvement: Switch plugin locale to de_DE when using de_CH or de_AT
- Improvement: Allow filtering shipment list by provider
- Fix: Prevent errors caused by WooCommerce PayPal Payments from processing shipments
- Fix: Postfiliale postNumber field in DHL API
Download this release
Release Info
Developer | vendidero |
Plugin | WooCommerce Germanized |
Version | 3.11.2 |
Comparing to | |
See all releases |
Code changes from version 3.11.1 to 3.11.2
- i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE.po +177 -169
- i18n/languages/woocommerce-germanized-de_DE_formal.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE_formal.po +177 -169
- includes/admin/class-wc-gzd-admin-notices.php +4 -2
- includes/admin/class-wc-gzd-admin.php +1 -2
- includes/admin/views/html-page-status-germanized.php +1 -1
- includes/export/class-wc-gzd-product-export.php +18 -0
- includes/gateways/invoice/class-wc-gzd-gateway-invoice.php +5 -0
- packages/one-stop-shop-woocommerce/one-stop-shop-woocommerce.php +1 -1
- packages/one-stop-shop-woocommerce/readme.txt +4 -1
- packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php +1 -1
- packages/one-stop-shop-woocommerce/src/Package.php +12 -2
- packages/woocommerce-germanized-dhl/src/Admin/Status.php +0 -1
- packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php +3 -0
- packages/woocommerce-germanized-dhl/src/Api/Soap.php +1 -1
- packages/woocommerce-germanized-dhl/src/Package.php +1 -1
- packages/woocommerce-germanized-dhl/src/ParcelLocator.php +1 -1
- packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php +1 -1
- packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php +1 -1
- packages/woocommerce-germanized-shipments/assets/css/admin.css +5 -1
- packages/woocommerce-germanized-shipments/assets/css/admin.min.css +1 -1
- packages/woocommerce-germanized-shipments/assets/css/admin.scss +8 -1
- packages/woocommerce-germanized-shipments/assets/js/admin-shipments-table.js +42 -2
- packages/woocommerce-germanized-shipments/assets/js/admin-shipments-table.min.js +1 -1
- packages/woocommerce-germanized-shipments/src/Admin/Admin.php +1 -1
- packages/woocommerce-germanized-shipments/src/Admin/Table.php +23 -0
- packages/woocommerce-germanized-shipments/src/Ajax.php +43 -0
- packages/woocommerce-germanized-shipments/src/Package.php +1 -1
- packages/woocommerce-germanized-shipments/src/Shipment.php +21 -8
- packages/woocommerce-germanized-shipments/src/ShipmentQuery.php +10 -1
- packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php +1 -1
- readme.txt +7 -1
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.json +28 -28
- vendor/composer/installed.php +14 -14
- vendor/composer/jetpack_autoload_classmap.php +116 -116
- vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
- vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
- vendor/jetpack-autoloader/class-autoloader.php +1 -1
- vendor/jetpack-autoloader/class-container.php +1 -1
- vendor/jetpack-autoloader/class-hook-manager.php +1 -1
- vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
- vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
- vendor/jetpack-autoloader/class-path-processor.php +1 -1
- vendor/jetpack-autoloader/class-php-autoloader.php +1 -1
- vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
- vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
- vendor/jetpack-autoloader/class-shutdown-handler.php +1 -1
- vendor/jetpack-autoloader/class-version-loader.php +1 -1
- vendor/jetpack-autoloader/class-version-selector.php +1 -1
- vendor/setasign/fpdf/FAQ.htm +10 -11
- vendor/setasign/fpdf/changelog.htm +10 -2
- vendor/setasign/fpdf/doc/__construct.htm +2 -2
- vendor/setasign/fpdf/doc/acceptpagebreak.htm +24 -24
- vendor/setasign/fpdf/doc/addfont.htm +2 -2
- vendor/setasign/fpdf/doc/aliasnbpages.htm +9 -9
- vendor/setasign/fpdf/doc/cell.htm +2 -2
- vendor/setasign/fpdf/doc/footer.htm +9 -9
- vendor/setasign/fpdf/doc/header.htm +11 -11
- vendor/setasign/fpdf/doc/image.htm +2 -2
- vendor/setasign/fpdf/doc/index.htm +2 -2
- vendor/setasign/fpdf/doc/output.htm +9 -0
- vendor/setasign/fpdf/doc/setfont.htm +5 -6
- vendor/setasign/fpdf/doc/write.htm +5 -5
- vendor/setasign/fpdf/fpdf.php +85 -60
- woocommerce-germanized.php +12 -3
i18n/languages/woocommerce-germanized-de_DE.mo
CHANGED
Binary file
|
i18n/languages/woocommerce-germanized-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2022-11-
|
6 |
-
"PO-Revision-Date: 2022-11-
|
7 |
"Last-Translator: Dennis Nissle <info@vendidero.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
@@ -165,7 +165,7 @@ msgid "excl. %s%% VAT"
|
|
165 |
msgstr "exkl. %s %% MwSt."
|
166 |
|
167 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:44
|
168 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
169 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:53
|
170 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:58
|
171 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:71
|
@@ -173,7 +173,7 @@ msgid "Yes"
|
|
173 |
msgstr "Ja"
|
174 |
|
175 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:46
|
176 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
177 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:53
|
178 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:71
|
179 |
msgid "No"
|
@@ -455,7 +455,7 @@ msgstr "One Stop Shop"
|
|
455 |
# @ woocommerce
|
456 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:71
|
457 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:156
|
458 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
459 |
msgid "Settings"
|
460 |
msgstr "Einstellungen"
|
461 |
|
@@ -728,30 +728,30 @@ msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
|
728 |
|
729 |
# @ woocommerce-germanized
|
730 |
#. Plugin Name of the plugin/theme
|
731 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
732 |
msgid "Germanized for WooCommerce"
|
733 |
msgstr "Germanized für WooCommerce"
|
734 |
|
735 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
736 |
msgid "Paid for order notification manually sent to customer."
|
737 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
738 |
|
739 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
740 |
msgid "Order confirmation manually sent to customer."
|
741 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
742 |
|
743 |
# @ woocommerce-germanized
|
744 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
745 |
msgid "Resend order confirmation"
|
746 |
msgstr "Bestellbestätigung erneut versenden"
|
747 |
|
748 |
# @ woocommerce-germanized
|
749 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
750 |
msgid "Send paid for order notification"
|
751 |
msgstr "Bestellung bezahlt manuell versenden"
|
752 |
|
753 |
# @ woocommerce-germanized
|
754 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
755 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:159
|
756 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
757 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:85
|
@@ -760,52 +760,52 @@ msgstr "Bestellung bezahlt manuell versenden"
|
|
760 |
msgid "Germanized"
|
761 |
msgstr "Germanized"
|
762 |
|
763 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
764 |
msgid "Parcel Delivery Data Transfer:"
|
765 |
msgstr "Paketdienstleister Datenweitergabe:"
|
766 |
|
767 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
768 |
msgid "allowed"
|
769 |
msgstr "akzeptiert"
|
770 |
|
771 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
772 |
msgid "not allowed"
|
773 |
msgstr "nicht akzeptiert"
|
774 |
|
775 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
776 |
msgid "Insert delivery time name, slug or id."
|
777 |
msgstr "Füge Lieferzeit, Slug oder eine ID ein."
|
778 |
|
779 |
# @ woocommerce-germanized
|
780 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
781 |
msgid "Insert product units amount."
|
782 |
msgstr "Füge die Anzahl der Produkteinheiten ein."
|
783 |
|
784 |
# @ woocommerce-germanized
|
785 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
786 |
msgid "Optional Email Content"
|
787 |
msgstr "Optionaler E-Mail Inhalt"
|
788 |
|
789 |
# @ woocommerce-germanized
|
790 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
791 |
msgid "Add content which will be replacing default page content within emails."
|
792 |
msgstr ""
|
793 |
"Fülle dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese "
|
794 |
"Seite zu bestimmen."
|
795 |
|
796 |
# @ woocommerce-germanized
|
797 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
798 |
msgid "Cart description"
|
799 |
msgstr "Warenkorbkurzbeschreibung"
|
800 |
|
801 |
# @ woocommerce-germanized
|
802 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
803 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:544
|
804 |
msgid "Defect description"
|
805 |
msgstr "Mängelbeschreibung"
|
806 |
|
807 |
# @ woocommerce-germanized
|
808 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
809 |
msgid ""
|
810 |
"This content will be shown as short product description within checkout and "
|
811 |
"emails."
|
@@ -813,7 +813,7 @@ msgstr ""
|
|
813 |
"Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als "
|
814 |
"Produkt Kurzbeschreibung angezeigt."
|
815 |
|
816 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
817 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:443
|
818 |
msgid ""
|
819 |
"Inform your customers about product defects. This description will be shown "
|
@@ -4170,8 +4170,11 @@ msgstr "Überschreibt"
|
|
4170 |
|
4171 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:269
|
4172 |
#, php-format
|
4173 |
-
msgid "
|
4174 |
-
|
|
|
|
|
|
|
4175 |
|
4176 |
# @ woocommerce-germanized
|
4177 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:276
|
@@ -4853,7 +4856,7 @@ msgid "%1$d update functions completed. Database version is %2$s"
|
|
4853 |
msgstr "%1$d Updates fertiggestellt. Datenbank-Version lautet %2$s"
|
4854 |
|
4855 |
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:694
|
4856 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
4857 |
#, php-format
|
4858 |
msgid "Voucher: %1$s"
|
4859 |
msgstr "Wertgutschein: %1$s"
|
@@ -6285,197 +6288,197 @@ msgstr ""
|
|
6285 |
"Dieses E-Mail Template enthält eine Kopie des SEPA Mandates, welches "
|
6286 |
"basierend auf den Bestelldaten und Kontodaten des Käufers generiert wird."
|
6287 |
|
6288 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6289 |
msgctxt "exporter"
|
6290 |
msgid "Is service?"
|
6291 |
msgstr "Ist Dienstleistung?"
|
6292 |
|
6293 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6294 |
msgctxt "exporter"
|
6295 |
msgid "Is used good?"
|
6296 |
msgstr "Ist Gebrauchtware?"
|
6297 |
|
6298 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6299 |
msgctxt "exporter"
|
6300 |
msgid "Is defective copy?"
|
6301 |
msgstr "Ist Mängelexemplar?"
|
6302 |
|
6303 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6304 |
msgctxt "exporter"
|
6305 |
msgid "Warranty attachment id (PDF)"
|
6306 |
msgstr "Medien-ID der Garantie (PDF)"
|
6307 |
|
6308 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6309 |
msgctxt "exporter"
|
6310 |
msgid "GTIN"
|
6311 |
msgstr "GTIN"
|
6312 |
|
6313 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6314 |
msgctxt "exporter"
|
6315 |
msgid "MPN"
|
6316 |
msgstr "MPN"
|
6317 |
|
6318 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6319 |
msgctxt "exporter"
|
6320 |
msgid "Is differential taxed?"
|
6321 |
msgstr "Ist differenzbesteuert?"
|
6322 |
|
6323 |
# @ woocommerce-germanized
|
6324 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6325 |
msgctxt "exporter"
|
6326 |
msgid "Has free shipping?"
|
6327 |
msgstr "Versand kostenlos?"
|
6328 |
|
6329 |
# @ woocommerce-germanized
|
6330 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6331 |
msgctxt "exporter"
|
6332 |
msgid "Unit price regular"
|
6333 |
msgstr "Regulärer Grundpreis"
|
6334 |
|
6335 |
# @ woocommerce-germanized
|
6336 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6337 |
msgctxt "exporter"
|
6338 |
msgid "Unit price sale"
|
6339 |
msgstr "Angebotsgrundpreis"
|
6340 |
|
6341 |
# @ woocommerce-germanized
|
6342 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6343 |
msgctxt "exporter"
|
6344 |
msgid "Unit price calculated automatically?"
|
6345 |
msgstr "Grundpreis automatisch berechnen?"
|
6346 |
|
6347 |
# @ woocommerce-germanized
|
6348 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6349 |
msgctxt "exporter"
|
6350 |
msgid "Unit"
|
6351 |
msgstr "Einheit"
|
6352 |
|
6353 |
# @ woocommerce-germanized
|
6354 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6355 |
msgctxt "exporter"
|
6356 |
msgid "Unit base"
|
6357 |
msgstr "Grundpreiseinheit"
|
6358 |
|
6359 |
# @ woocommerce-germanized
|
6360 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6361 |
msgctxt "exporter"
|
6362 |
msgid "Unit product"
|
6363 |
msgstr "Produkteinheit"
|
6364 |
|
6365 |
# @ woocommerce-germanized
|
6366 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6367 |
msgctxt "exporter"
|
6368 |
msgid "Cart description"
|
6369 |
msgstr "Warenkorbkurzbeschreibung"
|
6370 |
|
6371 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6372 |
msgctxt "exporter"
|
6373 |
msgid "Minimum age"
|
6374 |
msgstr "Mindestalter"
|
6375 |
|
6376 |
# @ woocommerce-germanized
|
6377 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6378 |
msgctxt "exporter"
|
6379 |
msgid "Defect description"
|
6380 |
msgstr "Mängelbeschreibung"
|
6381 |
|
6382 |
# @ woocommerce-germanized
|
6383 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6384 |
msgctxt "exporter"
|
6385 |
msgid "Delivery time"
|
6386 |
msgstr "Lieferzeit"
|
6387 |
|
6388 |
# @ woocommerce-germanized
|
6389 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6390 |
msgctxt "exporter"
|
6391 |
msgid "Sale price label"
|
6392 |
msgstr "Streichpreis Hinweis"
|
6393 |
|
6394 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6395 |
msgctxt "exporter"
|
6396 |
msgid "Sale price regular label"
|
6397 |
msgstr "Angebotspreis Hinweis"
|
6398 |
|
6399 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6400 |
msgctxt "exporter"
|
6401 |
msgid "Is food?"
|
6402 |
msgstr "Ist Lebensmittel?"
|
6403 |
|
6404 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6405 |
msgctxt "exporter"
|
6406 |
msgid "Nutrients"
|
6407 |
msgstr "Nährwerte"
|
6408 |
|
6409 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6410 |
msgctxt "exporter"
|
6411 |
msgid "Allergenic"
|
6412 |
msgstr "Allergene"
|
6413 |
|
6414 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6415 |
msgctxt "exporter"
|
6416 |
msgid "Deposit Type"
|
6417 |
msgstr "Pfandtyp"
|
6418 |
|
6419 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6420 |
msgctxt "exporter"
|
6421 |
msgid "Deposit Quantity"
|
6422 |
msgstr "Pfand-Anzahl"
|
6423 |
|
6424 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6425 |
msgctxt "exporter"
|
6426 |
msgid "Ingredients"
|
6427 |
msgstr "Zutaten"
|
6428 |
|
6429 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6430 |
msgctxt "exporter"
|
6431 |
msgid "Nutrient reference value slug"
|
6432 |
msgstr "Nährwert Referenzmenge Titelform"
|
6433 |
|
6434 |
# @ woocommerce-germanized
|
6435 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6436 |
msgctxt "exporter"
|
6437 |
msgid "Alcohol content"
|
6438 |
msgstr "Alkoholgehalt"
|
6439 |
|
6440 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6441 |
msgctxt "exporter"
|
6442 |
msgid "Drained weight"
|
6443 |
msgstr "Abtropfgewicht"
|
6444 |
|
6445 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6446 |
msgctxt "exporter"
|
6447 |
msgid "Net filling quantity"
|
6448 |
msgstr "Nettofüllmenge"
|
6449 |
|
6450 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6451 |
msgctxt "exporter"
|
6452 |
msgid "Nutri-Score"
|
6453 |
msgstr "Nutri-Score"
|
6454 |
|
6455 |
# @ woocommerce-germanized
|
6456 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6457 |
msgctxt "exporter"
|
6458 |
msgid "Food Description"
|
6459 |
msgstr "Lebensmittelbezeichnung"
|
6460 |
|
6461 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6462 |
msgctxt "exporter"
|
6463 |
msgid "Food Place of Origin"
|
6464 |
msgstr "Lebensmittel Herkunftsort"
|
6465 |
|
6466 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6467 |
msgctxt "exporter"
|
6468 |
msgid "Food Distributor"
|
6469 |
msgstr "Lebensmittelunternehmer"
|
6470 |
|
6471 |
# @ woocommerce-germanized
|
6472 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6473 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:50
|
6474 |
#, php-format
|
6475 |
msgid "Delivery Time: %s"
|
6476 |
msgstr "Lieferzeit: %s"
|
6477 |
|
6478 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6479 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:51
|
6480 |
#, php-format
|
6481 |
msgid "Nutrients: %s"
|
@@ -7426,42 +7429,42 @@ msgctxt "oss"
|
|
7426 |
msgid "Observer %1$s"
|
7427 |
msgstr "Beobachter %1$s"
|
7428 |
|
7429 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7430 |
msgctxt "oss"
|
7431 |
msgid "Quarterly"
|
7432 |
msgstr "Quartalsweise"
|
7433 |
|
7434 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7435 |
msgctxt "oss"
|
7436 |
msgid "Yearly"
|
7437 |
msgstr "Jährlich"
|
7438 |
|
7439 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7440 |
msgctxt "oss"
|
7441 |
msgid "Monthly"
|
7442 |
msgstr "Monatlich"
|
7443 |
|
7444 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7445 |
msgctxt "oss"
|
7446 |
msgid "Custom"
|
7447 |
msgstr "Individuell"
|
7448 |
|
7449 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7450 |
msgctxt "oss"
|
7451 |
msgid "Observer"
|
7452 |
msgstr "Beobachter"
|
7453 |
|
7454 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7455 |
msgctxt "oss"
|
7456 |
msgid "Pending"
|
7457 |
msgstr "In Bearbeitung"
|
7458 |
|
7459 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7460 |
msgctxt "oss"
|
7461 |
msgid "Completed"
|
7462 |
msgstr "Fertiggestellt"
|
7463 |
|
7464 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7465 |
msgctxt "oss"
|
7466 |
msgid "Failed"
|
7467 |
msgstr "Fehlgeschlagen"
|
@@ -7892,7 +7895,7 @@ msgstr "Retoure #{shipment_id} zur Bestellung #{order_id}"
|
|
7892 |
|
7893 |
# @ woocommerce-germanized
|
7894 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:333
|
7895 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
7896 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1271
|
7897 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:2049
|
7898 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:37
|
@@ -8380,7 +8383,7 @@ msgstr ""
|
|
8380 |
"Deine Absenderadresse ist nicht komplett (%1$s). Bitte prüfe deine <a href="
|
8381 |
"\"%2$s\">Einstellungen</a> und versuche es erneut."
|
8382 |
|
8383 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
8384 |
#, php-format
|
8385 |
msgctxt "dhl"
|
8386 |
msgid ""
|
@@ -8586,8 +8589,8 @@ msgstr "Deutschland"
|
|
8586 |
|
8587 |
# @ woocommerce-germanized
|
8588 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:106
|
8589 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8590 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8591 |
msgctxt "dhl"
|
8592 |
msgid "Address Type"
|
8593 |
msgstr "Adresstyp"
|
@@ -8612,36 +8615,36 @@ msgstr ""
|
|
8612 |
"eintragen."
|
8613 |
|
8614 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:204
|
8615 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8616 |
msgctxt "dhl"
|
8617 |
msgid "Invalid address type."
|
8618 |
msgstr "Ungültiger Adresstyp."
|
8619 |
|
8620 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8621 |
#, php-format
|
8622 |
msgctxt "dhl"
|
8623 |
msgid "Please provide a valid pickup location within the %s field."
|
8624 |
msgstr "Bitte gib eine gültige Abholadresse im Feld %s an."
|
8625 |
|
8626 |
# @ woocommerce-germanized
|
8627 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8628 |
msgctxt "dhl"
|
8629 |
msgid "Sorry, but delivery to packstation is not available."
|
8630 |
msgstr ""
|
8631 |
"Entschuldigung, die Lieferung an eine Packstation steht nicht zur Verfügung."
|
8632 |
|
8633 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8634 |
msgctxt "dhl"
|
8635 |
msgid "Sorry, but delivery to parcel shops is not available."
|
8636 |
msgstr ""
|
8637 |
"Entschuldigung, die Lieferung an einen Paketshop steht nicht zur Verfügung."
|
8638 |
|
8639 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8640 |
msgctxt "dhl"
|
8641 |
msgid "Sorry, but delivery to post offices is not available."
|
8642 |
msgstr "Entschuldigung, die Lieferung an Postfilialen ist nicht verfügbar."
|
8643 |
|
8644 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8645 |
msgctxt "dhl"
|
8646 |
msgid ""
|
8647 |
"Your DHL customer number (Post number) is not valid. Please check your "
|
@@ -8650,7 +8653,7 @@ msgstr ""
|
|
8650 |
"Deine DHL Kundennummer (Postnummer) ist nicht gültig. Bitte überprüfe deine "
|
8651 |
"Eingabe."
|
8652 |
|
8653 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8654 |
msgctxt "dhl"
|
8655 |
msgid ""
|
8656 |
"Your DHL customer number (Post number) is needed to ship to a packstation."
|
@@ -8658,83 +8661,83 @@ msgstr ""
|
|
8658 |
"Deine DHL Kundennummer (Postnummer) wird für den Versand an eine Packstation "
|
8659 |
"benötigt."
|
8660 |
|
8661 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8662 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8663 |
msgctxt "dhl"
|
8664 |
msgid "Branch"
|
8665 |
msgstr "Filiale"
|
8666 |
|
8667 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8668 |
msgctxt "dhl"
|
8669 |
msgid "Postnumber "
|
8670 |
msgstr "Postnummer "
|
8671 |
|
8672 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8673 |
#, php-format
|
8674 |
msgctxt "dhl"
|
8675 |
msgid "e.g. %s 456"
|
8676 |
msgstr "z.B. %s 456"
|
8677 |
|
8678 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8679 |
msgctxt "dhl"
|
8680 |
msgid "Branches"
|
8681 |
msgstr "Filialen"
|
8682 |
|
8683 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8684 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8685 |
msgctxt "dhl"
|
8686 |
msgid "DHL customer number (Post number)"
|
8687 |
msgstr "DHL Kundennummer (Postnummer)"
|
8688 |
|
8689 |
# @ woocommerce-germanized
|
8690 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8691 |
msgctxt "dhl"
|
8692 |
msgid "Regular Address"
|
8693 |
msgstr "Normale Adresse"
|
8694 |
|
8695 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8696 |
msgctxt "dhl"
|
8697 |
msgid "Not yet a DHL customer?"
|
8698 |
msgstr "Noch kein DHL Kunde?"
|
8699 |
|
8700 |
# @ woocommerce-germanized
|
8701 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8702 |
msgctxt "dhl"
|
8703 |
msgid "Register now"
|
8704 |
msgstr "Jetzt registrieren"
|
8705 |
|
8706 |
# @ woocommerce-germanized
|
8707 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8708 |
#, php-format
|
8709 |
msgctxt "dhl"
|
8710 |
msgid "Search %s"
|
8711 |
msgstr "%s suchen"
|
8712 |
|
8713 |
# @ woocommerce-germanized
|
8714 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8715 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8716 |
msgctxt "dhl"
|
8717 |
msgid "The pickup location you've chosen cannot be found."
|
8718 |
msgstr "Die von dir gewählte Abholadresse konnte nicht gefunden werden."
|
8719 |
|
8720 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8721 |
#, php-format
|
8722 |
msgctxt "dhl"
|
8723 |
msgid "Your pickup address seems invalid. Did you mean %s?"
|
8724 |
msgstr "Deine Abholadresse ist nicht bekannt. Meintest du %s?"
|
8725 |
|
8726 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8727 |
#, php-format
|
8728 |
msgctxt "dhl"
|
8729 |
msgid "Your pickup city seems invalid. Did you mean %s?"
|
8730 |
msgstr "Die Stadt zu deiner Abholadresse ist nicht bekannt. Meintest du %s?"
|
8731 |
|
8732 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8733 |
msgctxt "dhl"
|
8734 |
msgid "No DHL locations found"
|
8735 |
msgstr "Keine DHL Standorte gefunden"
|
8736 |
|
8737 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8738 |
#, php-format
|
8739 |
msgctxt "dhl"
|
8740 |
msgid ""
|
@@ -8745,12 +8748,12 @@ msgstr ""
|
|
8745 |
"%1$s oder %2$s."
|
8746 |
|
8747 |
# @ woocommerce-germanized
|
8748 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8749 |
msgctxt "dhl"
|
8750 |
msgid "DHL location"
|
8751 |
msgstr "DHL Standort"
|
8752 |
|
8753 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8754 |
msgctxt "dhl"
|
8755 |
msgid "retry"
|
8756 |
msgstr "Erneut versuchen"
|
@@ -10420,7 +10423,7 @@ msgstr "LxBxH in dezimaler Form."
|
|
10420 |
# @ woocommerce-germanized
|
10421 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:51
|
10422 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:421
|
10423 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
10424 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:93
|
10425 |
msgctxt "shipments"
|
10426 |
msgid "Packaging"
|
@@ -10430,7 +10433,7 @@ msgstr "Verpackung"
|
|
10430 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:59
|
10431 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1159
|
10432 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:25
|
10433 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
10434 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:247
|
10435 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:280
|
10436 |
msgctxt "shipments"
|
@@ -10628,7 +10631,7 @@ msgstr "Speichern"
|
|
10628 |
# @ woocommerce
|
10629 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
10630 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
10631 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
10632 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:808
|
10633 |
msgctxt "shipments"
|
10634 |
msgid "Title"
|
@@ -10694,7 +10697,7 @@ msgid "Download"
|
|
10694 |
msgstr "Download"
|
10695 |
|
10696 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:42
|
10697 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
10698 |
msgctxt "shipments"
|
10699 |
msgid "Create new label"
|
10700 |
msgstr "Neues Label erstellen"
|
@@ -10952,7 +10955,7 @@ msgstr "Teilweise versandt"
|
|
10952 |
# @ woocommerce-germanized
|
10953 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:115
|
10954 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:366
|
10955 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
10956 |
msgctxt "shipments"
|
10957 |
msgid "Shipped"
|
10958 |
msgstr "Versandt"
|
@@ -10996,7 +10999,7 @@ msgid "Draft"
|
|
10996 |
msgstr "Entwurf"
|
10997 |
|
10998 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:365
|
10999 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11000 |
msgctxt "shipments"
|
11001 |
msgid "Processing"
|
11002 |
msgstr "In Bearbeitung"
|
@@ -11160,7 +11163,7 @@ msgstr "%1$s %2$s"
|
|
11160 |
# @ woocommerce-germanized
|
11161 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1158
|
11162 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
11163 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11164 |
msgctxt "shipments"
|
11165 |
msgid "Date"
|
11166 |
msgstr "Datum"
|
@@ -11175,7 +11178,7 @@ msgstr "Sendungsverfolgung"
|
|
11175 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1161
|
11176 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:316
|
11177 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:31
|
11178 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11179 |
msgctxt "shipments"
|
11180 |
msgid "Actions"
|
11181 |
msgstr "Aktionen"
|
@@ -11187,8 +11190,8 @@ msgstr "Anzeigen"
|
|
11187 |
|
11188 |
# @ woocommerce-germanized
|
11189 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1405
|
11190 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11191 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
11192 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
11193 |
msgctxt "shipments"
|
11194 |
msgid "Download label"
|
@@ -11496,17 +11499,17 @@ msgctxt "shipments"
|
|
11496 |
msgid "Search returns"
|
11497 |
msgstr "Retouren suchen"
|
11498 |
|
11499 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
11500 |
msgctxt "shipments"
|
11501 |
msgid "Do you really want to delete the shipment?"
|
11502 |
msgstr "Möchtest du die Sendung wirklich löschen?"
|
11503 |
|
11504 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
11505 |
msgctxt "shipments"
|
11506 |
msgid "Do you really want to delete the label?"
|
11507 |
msgstr "Möchtest du das Label wirklich löschen?"
|
11508 |
|
11509 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
11510 |
msgctxt "shipments"
|
11511 |
msgid "Please save the shipment before creating a new label"
|
11512 |
msgstr "Bitte speichere die Sendung bevor du ein neues Label erzeugst"
|
@@ -11636,7 +11639,7 @@ msgid "Add provider"
|
|
11636 |
msgstr "Dienstleister hinzufügen"
|
11637 |
|
11638 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:26
|
11639 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11640 |
msgctxt "shipments"
|
11641 |
msgid "Items"
|
11642 |
msgstr "Positionen"
|
@@ -11647,21 +11650,21 @@ msgid "Sender"
|
|
11647 |
msgstr "Absender"
|
11648 |
|
11649 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:28
|
11650 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11651 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:94
|
11652 |
msgctxt "shipments"
|
11653 |
msgid "Weight"
|
11654 |
msgstr "Gewicht"
|
11655 |
|
11656 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:29
|
11657 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11658 |
msgctxt "shipments"
|
11659 |
msgid "Dimensions"
|
11660 |
msgstr "Abmessungen"
|
11661 |
|
11662 |
# @ woocommerce-germanized
|
11663 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
11664 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11665 |
msgctxt "shipments"
|
11666 |
msgid "Order"
|
11667 |
msgstr "Bestellung"
|
@@ -12016,12 +12019,12 @@ msgid_plural "%d shipment statuses changed."
|
|
12016 |
msgstr[0] "%d Sendungsstatus geändert."
|
12017 |
msgstr[1] "%d Sendungsstatus geändert."
|
12018 |
|
12019 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12020 |
msgctxt "shipments"
|
12021 |
msgid "No shipments found"
|
12022 |
msgstr "Keine Sendungen gefunden"
|
12023 |
|
12024 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12025 |
#, php-format
|
12026 |
msgctxt "shipments"
|
12027 |
msgid "All <span class=\"count\">(%s)</span>"
|
@@ -12029,211 +12032,216 @@ msgid_plural "All <span class=\"count\">(%s)</span>"
|
|
12029 |
msgstr[0] "Alle <span class=\"count\">(%s)</span>"
|
12030 |
msgstr[1] "Alle <span class=\"count\">(%s)</span>"
|
12031 |
|
12032 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12033 |
msgctxt "shipments"
|
12034 |
msgid "Filter by date"
|
12035 |
msgstr "Nach Datum filtern"
|
12036 |
|
12037 |
# @ woocommerce-germanized
|
12038 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12039 |
msgctxt "shipments"
|
12040 |
msgid "All dates"
|
12041 |
msgstr "Alle Daten"
|
12042 |
|
12043 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12044 |
#, php-format
|
12045 |
msgid "%1$s %2$d"
|
12046 |
msgstr "%1$s %2$d"
|
12047 |
|
12048 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12049 |
msgctxt "shipments"
|
12050 |
msgid "Processing bulk actions..."
|
12051 |
msgstr "Bearbeite Mehrfachaktionen.."
|
12052 |
|
12053 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12054 |
msgctxt "shipments"
|
12055 |
msgid "Filter"
|
12056 |
msgstr "Filtern"
|
12057 |
|
|
|
|
|
|
|
|
|
|
|
12058 |
# @ woocommerce-germanized
|
12059 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12060 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12061 |
#, php-format
|
12062 |
msgctxt "shipments"
|
12063 |
msgid "Order #%s"
|
12064 |
msgstr "Bestellung #%s"
|
12065 |
|
12066 |
# @ woocommerce
|
12067 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12068 |
msgctxt "shipments"
|
12069 |
msgid "Filter by order"
|
12070 |
msgstr "Nach Bestellung filtern"
|
12071 |
|
12072 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12073 |
msgctxt "shipments"
|
12074 |
msgid "Address"
|
12075 |
msgstr "Adresse"
|
12076 |
|
12077 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12078 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/myaccount/shipments.php:69
|
12079 |
#, php-format
|
12080 |
msgctxt "shipment title"
|
12081 |
msgid "%1$s #%2$s"
|
12082 |
msgstr "%1$s #%2$s"
|
12083 |
|
12084 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12085 |
#, php-format
|
12086 |
msgctxt "shipments"
|
12087 |
msgid "via %s"
|
12088 |
msgstr "via %s"
|
12089 |
|
12090 |
# @ woocommerce-germanized
|
12091 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12092 |
msgctxt "shipments"
|
12093 |
msgid "Generate label"
|
12094 |
msgstr "Label erstellen"
|
12095 |
|
12096 |
# @ woocommerce-germanized
|
12097 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12098 |
#, php-format
|
12099 |
msgctxt "shipments"
|
12100 |
msgid "Select %s"
|
12101 |
msgstr "Wähle %s"
|
12102 |
|
12103 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12104 |
msgctxt "shipments"
|
12105 |
msgid "SKU:"
|
12106 |
msgstr "Art.-Nr.:"
|
12107 |
|
12108 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12109 |
#, php-format
|
12110 |
msgctxt "%s = human-readable time difference"
|
12111 |
msgid "%s ago"
|
12112 |
msgstr "vor %s"
|
12113 |
|
12114 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12115 |
msgctxt "shipments"
|
12116 |
msgid "M j, Y"
|
12117 |
msgstr "d.m.Y"
|
12118 |
|
12119 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12120 |
msgctxt "shipments"
|
12121 |
msgid "Delete Permanently"
|
12122 |
msgstr "Unwiderruflich löschen"
|
12123 |
|
12124 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12125 |
msgctxt "shipments"
|
12126 |
msgid "Change status to processing"
|
12127 |
msgstr "Status zu in Bearbeitung ändern"
|
12128 |
|
12129 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12130 |
msgctxt "shipments"
|
12131 |
msgid "Change status to shipped"
|
12132 |
msgstr "Status zu versandt ändern"
|
12133 |
|
12134 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12135 |
msgctxt "shipments"
|
12136 |
msgid "Change status to delivered"
|
12137 |
msgstr "Status zu geliefert ändern"
|
12138 |
|
12139 |
# @ woocommerce-germanized
|
12140 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12141 |
msgctxt "shipments"
|
12142 |
msgid "Generate and download labels"
|
12143 |
msgstr "Labels erstellen und downloaden"
|
12144 |
|
12145 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12146 |
msgctxt "shipments"
|
12147 |
msgid "Notification successfully sent to customer."
|
12148 |
msgstr "Kunde erfolgreich benachrichtigt."
|
12149 |
|
12150 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12151 |
msgctxt "shipments"
|
12152 |
msgid "There was an error while sending the notification."
|
12153 |
msgstr "Beim Versendes der Benachrichtigung ist ein Fehler aufgetreten."
|
12154 |
|
12155 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12156 |
msgctxt "shipments"
|
12157 |
msgid "Return request confirmed successfully."
|
12158 |
msgstr "Rücksendeantrag erfolgreich bestätigt."
|
12159 |
|
12160 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12161 |
msgctxt "shipments"
|
12162 |
msgid "There was an error while confirming the request."
|
12163 |
msgstr "Bei der Bestätigung des Antrags ist ein Fehler aufgetreten."
|
12164 |
|
12165 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12166 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1078
|
12167 |
msgctxt "shipments"
|
12168 |
msgid "There was an error creating the label."
|
12169 |
msgstr "Beim Erstellen des Labels ist ein Fehler aufgetreten."
|
12170 |
|
12171 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12172 |
msgctxt "shipments"
|
12173 |
msgid "There was an error deleting the label."
|
12174 |
msgstr "Beim Löschen des Labels ist ein Fehler aufgetreten."
|
12175 |
|
12176 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12177 |
msgctxt "shipments"
|
12178 |
msgid "There was an error processing the label."
|
12179 |
msgstr "Bei der Verarbeitung des Labels ist ein Fehler aufgetreten."
|
12180 |
|
12181 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12182 |
msgctxt "shipments"
|
12183 |
msgid "There was an error while trying to save the shipping provider status."
|
12184 |
msgstr ""
|
12185 |
"Beim Speichern des Status des Versanddienstleisters trat ein Fehler auf."
|
12186 |
|
12187 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12188 |
msgctxt "shipments"
|
12189 |
msgid "There was an error while trying to delete the shipping provider."
|
12190 |
msgstr "Beim Löschen des Versanddienstleisters trat ein Fehler auf."
|
12191 |
|
12192 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12193 |
msgctxt "shipments"
|
12194 |
msgid "There was an error while bulk processing shipments."
|
12195 |
msgstr ""
|
12196 |
"Bei der Verarbeitung der Mehrfachaktionen von Sendungen trat ein Fehler auf."
|
12197 |
|
12198 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12199 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12200 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12201 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12202 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12203 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12204 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12205 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12206 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12207 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12208 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12209 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12210 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12211 |
msgctxt "shipments"
|
12212 |
msgid "There was an error processing the shipment"
|
12213 |
msgstr "Fehler bei der Verarbeitung der Sendung"
|
12214 |
|
12215 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12216 |
msgctxt "shipments"
|
12217 |
msgid "There was an error while adding the shipment"
|
12218 |
msgstr "Beim Hinzufügen der Sendung ist ein Fehler aufgetreten"
|
12219 |
|
12220 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12221 |
msgctxt "shipments"
|
12222 |
msgid "This order contains enough shipments already."
|
12223 |
msgstr "Diese Bestellung beinhaltet bereits genug Sendungen."
|
12224 |
|
12225 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12226 |
msgctxt "shipments"
|
12227 |
msgid "This order contains enough returns already."
|
12228 |
msgstr "Diese Bestellung beinhaltet bereits genügend Retouren."
|
12229 |
|
12230 |
# @ woocommerce-germanized
|
12231 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12232 |
msgctxt "shipments"
|
12233 |
msgid "Status:"
|
12234 |
msgstr "Status:"
|
12235 |
|
12236 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12237 |
msgctxt "shipments"
|
12238 |
msgid "Customer payment page →"
|
12239 |
msgstr "Kundenbezahlungsseite →"
|
@@ -15602,7 +15610,7 @@ msgstr "Germanized benötigt mindestens PHP 5.6. Bitte %s deine PHP-Version."
|
|
15602 |
msgid "upgrade"
|
15603 |
msgstr "Upgrade"
|
15604 |
|
15605 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
15606 |
#, php-format
|
15607 |
msgid ""
|
15608 |
"This version of the Corona Helper Plugin includes a bug which could lead to "
|
@@ -15615,7 +15623,7 @@ msgstr ""
|
|
15615 |
"href=\"%2$s\" target=\"_blank\">Blog-Post</a> wie du das Plugin austauschen "
|
15616 |
"kannst."
|
15617 |
|
15618 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
15619 |
msgid "Pease wait while we are trying to redirect you to the payment provider."
|
15620 |
msgstr "Einen Moment - wir versuchen dich zum Zahlungsanbieter weiterzuleiten."
|
15621 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-11-29 11:57+0100\n"
|
6 |
+
"PO-Revision-Date: 2022-11-29 11:58+0100\n"
|
7 |
"Last-Translator: Dennis Nissle <info@vendidero.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
165 |
msgstr "exkl. %s %% MwSt."
|
166 |
|
167 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:44
|
168 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:474
|
169 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:53
|
170 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:58
|
171 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:71
|
173 |
msgstr "Ja"
|
174 |
|
175 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:46
|
176 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:474
|
177 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:53
|
178 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:71
|
179 |
msgid "No"
|
455 |
# @ woocommerce
|
456 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:71
|
457 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:156
|
458 |
+
#: woocommerce-germanized/woocommerce-germanized.php:892
|
459 |
msgid "Settings"
|
460 |
msgstr "Einstellungen"
|
461 |
|
728 |
|
729 |
# @ woocommerce-germanized
|
730 |
#. Plugin Name of the plugin/theme
|
731 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:363
|
732 |
msgid "Germanized for WooCommerce"
|
733 |
msgstr "Germanized für WooCommerce"
|
734 |
|
735 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:561
|
736 |
msgid "Paid for order notification manually sent to customer."
|
737 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
738 |
|
739 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:581
|
740 |
msgid "Order confirmation manually sent to customer."
|
741 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
742 |
|
743 |
# @ woocommerce-germanized
|
744 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:601
|
745 |
msgid "Resend order confirmation"
|
746 |
msgstr "Bestellbestätigung erneut versenden"
|
747 |
|
748 |
# @ woocommerce-germanized
|
749 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:602
|
750 |
msgid "Send paid for order notification"
|
751 |
msgstr "Bestellung bezahlt manuell versenden"
|
752 |
|
753 |
# @ woocommerce-germanized
|
754 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:612
|
755 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:159
|
756 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
757 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:85
|
760 |
msgid "Germanized"
|
761 |
msgstr "Germanized"
|
762 |
|
763 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:625
|
764 |
msgid "Parcel Delivery Data Transfer:"
|
765 |
msgstr "Paketdienstleister Datenweitergabe:"
|
766 |
|
767 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:626
|
768 |
msgid "allowed"
|
769 |
msgstr "akzeptiert"
|
770 |
|
771 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:626
|
772 |
msgid "not allowed"
|
773 |
msgstr "nicht akzeptiert"
|
774 |
|
775 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:680
|
776 |
msgid "Insert delivery time name, slug or id."
|
777 |
msgstr "Füge Lieferzeit, Slug oder eine ID ein."
|
778 |
|
779 |
# @ woocommerce-germanized
|
780 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:681
|
781 |
msgid "Insert product units amount."
|
782 |
msgstr "Füge die Anzahl der Produkteinheiten ein."
|
783 |
|
784 |
# @ woocommerce-germanized
|
785 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:753
|
786 |
msgid "Optional Email Content"
|
787 |
msgstr "Optionaler E-Mail Inhalt"
|
788 |
|
789 |
# @ woocommerce-germanized
|
790 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:758
|
791 |
msgid "Add content which will be replacing default page content within emails."
|
792 |
msgstr ""
|
793 |
"Fülle dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese "
|
794 |
"Seite zu bestimmen."
|
795 |
|
796 |
# @ woocommerce-germanized
|
797 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:782
|
798 |
msgid "Cart description"
|
799 |
msgstr "Warenkorbkurzbeschreibung"
|
800 |
|
801 |
# @ woocommerce-germanized
|
802 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:795
|
803 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:544
|
804 |
msgid "Defect description"
|
805 |
msgstr "Mängelbeschreibung"
|
806 |
|
807 |
# @ woocommerce-germanized
|
808 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:823
|
809 |
msgid ""
|
810 |
"This content will be shown as short product description within checkout and "
|
811 |
"emails."
|
813 |
"Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als "
|
814 |
"Produkt Kurzbeschreibung angezeigt."
|
815 |
|
816 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:837
|
817 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:443
|
818 |
msgid ""
|
819 |
"Inform your customers about product defects. This description will be shown "
|
4170 |
|
4171 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:269
|
4172 |
#, php-format
|
4173 |
+
msgid ""
|
4174 |
+
"Version %1$s is out of date. The core version %2$s is available at: %3$s"
|
4175 |
+
msgstr ""
|
4176 |
+
"Version %1$s ist veraltet. Die aktuelle Version lautet %2$s und ist "
|
4177 |
+
"verfügbar unter: %3$s"
|
4178 |
|
4179 |
# @ woocommerce-germanized
|
4180 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:276
|
4856 |
msgstr "%1$d Updates fertiggestellt. Datenbank-Version lautet %2$s"
|
4857 |
|
4858 |
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:694
|
4859 |
+
#: woocommerce-germanized/woocommerce-germanized.php:1245
|
4860 |
#, php-format
|
4861 |
msgid "Voucher: %1$s"
|
4862 |
msgstr "Wertgutschein: %1$s"
|
6288 |
"Dieses E-Mail Template enthält eine Kopie des SEPA Mandates, welches "
|
6289 |
"basierend auf den Bestelldaten und Kontodaten des Käufers generiert wird."
|
6290 |
|
6291 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:78
|
6292 |
msgctxt "exporter"
|
6293 |
msgid "Is service?"
|
6294 |
msgstr "Ist Dienstleistung?"
|
6295 |
|
6296 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:79
|
6297 |
msgctxt "exporter"
|
6298 |
msgid "Is used good?"
|
6299 |
msgstr "Ist Gebrauchtware?"
|
6300 |
|
6301 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:80
|
6302 |
msgctxt "exporter"
|
6303 |
msgid "Is defective copy?"
|
6304 |
msgstr "Ist Mängelexemplar?"
|
6305 |
|
6306 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:81
|
6307 |
msgctxt "exporter"
|
6308 |
msgid "Warranty attachment id (PDF)"
|
6309 |
msgstr "Medien-ID der Garantie (PDF)"
|
6310 |
|
6311 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:82
|
6312 |
msgctxt "exporter"
|
6313 |
msgid "GTIN"
|
6314 |
msgstr "GTIN"
|
6315 |
|
6316 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:83
|
6317 |
msgctxt "exporter"
|
6318 |
msgid "MPN"
|
6319 |
msgstr "MPN"
|
6320 |
|
6321 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:84
|
6322 |
msgctxt "exporter"
|
6323 |
msgid "Is differential taxed?"
|
6324 |
msgstr "Ist differenzbesteuert?"
|
6325 |
|
6326 |
# @ woocommerce-germanized
|
6327 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:85
|
6328 |
msgctxt "exporter"
|
6329 |
msgid "Has free shipping?"
|
6330 |
msgstr "Versand kostenlos?"
|
6331 |
|
6332 |
# @ woocommerce-germanized
|
6333 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:86
|
6334 |
msgctxt "exporter"
|
6335 |
msgid "Unit price regular"
|
6336 |
msgstr "Regulärer Grundpreis"
|
6337 |
|
6338 |
# @ woocommerce-germanized
|
6339 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:87
|
6340 |
msgctxt "exporter"
|
6341 |
msgid "Unit price sale"
|
6342 |
msgstr "Angebotsgrundpreis"
|
6343 |
|
6344 |
# @ woocommerce-germanized
|
6345 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:88
|
6346 |
msgctxt "exporter"
|
6347 |
msgid "Unit price calculated automatically?"
|
6348 |
msgstr "Grundpreis automatisch berechnen?"
|
6349 |
|
6350 |
# @ woocommerce-germanized
|
6351 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:89
|
6352 |
msgctxt "exporter"
|
6353 |
msgid "Unit"
|
6354 |
msgstr "Einheit"
|
6355 |
|
6356 |
# @ woocommerce-germanized
|
6357 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:90
|
6358 |
msgctxt "exporter"
|
6359 |
msgid "Unit base"
|
6360 |
msgstr "Grundpreiseinheit"
|
6361 |
|
6362 |
# @ woocommerce-germanized
|
6363 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:91
|
6364 |
msgctxt "exporter"
|
6365 |
msgid "Unit product"
|
6366 |
msgstr "Produkteinheit"
|
6367 |
|
6368 |
# @ woocommerce-germanized
|
6369 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:92
|
6370 |
msgctxt "exporter"
|
6371 |
msgid "Cart description"
|
6372 |
msgstr "Warenkorbkurzbeschreibung"
|
6373 |
|
6374 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:93
|
6375 |
msgctxt "exporter"
|
6376 |
msgid "Minimum age"
|
6377 |
msgstr "Mindestalter"
|
6378 |
|
6379 |
# @ woocommerce-germanized
|
6380 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:94
|
6381 |
msgctxt "exporter"
|
6382 |
msgid "Defect description"
|
6383 |
msgstr "Mängelbeschreibung"
|
6384 |
|
6385 |
# @ woocommerce-germanized
|
6386 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:95
|
6387 |
msgctxt "exporter"
|
6388 |
msgid "Delivery time"
|
6389 |
msgstr "Lieferzeit"
|
6390 |
|
6391 |
# @ woocommerce-germanized
|
6392 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:96
|
6393 |
msgctxt "exporter"
|
6394 |
msgid "Sale price label"
|
6395 |
msgstr "Streichpreis Hinweis"
|
6396 |
|
6397 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:97
|
6398 |
msgctxt "exporter"
|
6399 |
msgid "Sale price regular label"
|
6400 |
msgstr "Angebotspreis Hinweis"
|
6401 |
|
6402 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:98
|
6403 |
msgctxt "exporter"
|
6404 |
msgid "Is food?"
|
6405 |
msgstr "Ist Lebensmittel?"
|
6406 |
|
6407 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:99
|
6408 |
msgctxt "exporter"
|
6409 |
msgid "Nutrients"
|
6410 |
msgstr "Nährwerte"
|
6411 |
|
6412 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:100
|
6413 |
msgctxt "exporter"
|
6414 |
msgid "Allergenic"
|
6415 |
msgstr "Allergene"
|
6416 |
|
6417 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:101
|
6418 |
msgctxt "exporter"
|
6419 |
msgid "Deposit Type"
|
6420 |
msgstr "Pfandtyp"
|
6421 |
|
6422 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:102
|
6423 |
msgctxt "exporter"
|
6424 |
msgid "Deposit Quantity"
|
6425 |
msgstr "Pfand-Anzahl"
|
6426 |
|
6427 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:103
|
6428 |
msgctxt "exporter"
|
6429 |
msgid "Ingredients"
|
6430 |
msgstr "Zutaten"
|
6431 |
|
6432 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:104
|
6433 |
msgctxt "exporter"
|
6434 |
msgid "Nutrient reference value slug"
|
6435 |
msgstr "Nährwert Referenzmenge Titelform"
|
6436 |
|
6437 |
# @ woocommerce-germanized
|
6438 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:105
|
6439 |
msgctxt "exporter"
|
6440 |
msgid "Alcohol content"
|
6441 |
msgstr "Alkoholgehalt"
|
6442 |
|
6443 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:106
|
6444 |
msgctxt "exporter"
|
6445 |
msgid "Drained weight"
|
6446 |
msgstr "Abtropfgewicht"
|
6447 |
|
6448 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:107
|
6449 |
msgctxt "exporter"
|
6450 |
msgid "Net filling quantity"
|
6451 |
msgstr "Nettofüllmenge"
|
6452 |
|
6453 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:108
|
6454 |
msgctxt "exporter"
|
6455 |
msgid "Nutri-Score"
|
6456 |
msgstr "Nutri-Score"
|
6457 |
|
6458 |
# @ woocommerce-germanized
|
6459 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:109
|
6460 |
msgctxt "exporter"
|
6461 |
msgid "Food Description"
|
6462 |
msgstr "Lebensmittelbezeichnung"
|
6463 |
|
6464 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:110
|
6465 |
msgctxt "exporter"
|
6466 |
msgid "Food Place of Origin"
|
6467 |
msgstr "Lebensmittel Herkunftsort"
|
6468 |
|
6469 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:111
|
6470 |
msgctxt "exporter"
|
6471 |
msgid "Food Distributor"
|
6472 |
msgstr "Lebensmittelunternehmer"
|
6473 |
|
6474 |
# @ woocommerce-germanized
|
6475 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:165
|
6476 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:50
|
6477 |
#, php-format
|
6478 |
msgid "Delivery Time: %s"
|
6479 |
msgstr "Lieferzeit: %s"
|
6480 |
|
6481 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:193
|
6482 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:51
|
6483 |
#, php-format
|
6484 |
msgid "Nutrients: %s"
|
7429 |
msgid "Observer %1$s"
|
7430 |
msgstr "Beobachter %1$s"
|
7431 |
|
7432 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:636
|
7433 |
msgctxt "oss"
|
7434 |
msgid "Quarterly"
|
7435 |
msgstr "Quartalsweise"
|
7436 |
|
7437 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:637
|
7438 |
msgctxt "oss"
|
7439 |
msgid "Yearly"
|
7440 |
msgstr "Jährlich"
|
7441 |
|
7442 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:638
|
7443 |
msgctxt "oss"
|
7444 |
msgid "Monthly"
|
7445 |
msgstr "Monatlich"
|
7446 |
|
7447 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:639
|
7448 |
msgctxt "oss"
|
7449 |
msgid "Custom"
|
7450 |
msgstr "Individuell"
|
7451 |
|
7452 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:643
|
7453 |
msgctxt "oss"
|
7454 |
msgid "Observer"
|
7455 |
msgstr "Beobachter"
|
7456 |
|
7457 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:657
|
7458 |
msgctxt "oss"
|
7459 |
msgid "Pending"
|
7460 |
msgstr "In Bearbeitung"
|
7461 |
|
7462 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:658
|
7463 |
msgctxt "oss"
|
7464 |
msgid "Completed"
|
7465 |
msgstr "Fertiggestellt"
|
7466 |
|
7467 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:659
|
7468 |
msgctxt "oss"
|
7469 |
msgid "Failed"
|
7470 |
msgstr "Fehlgeschlagen"
|
7895 |
|
7896 |
# @ woocommerce-germanized
|
7897 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:333
|
7898 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:978
|
7899 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1271
|
7900 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:2049
|
7901 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:37
|
8383 |
"Deine Absenderadresse ist nicht komplett (%1$s). Bitte prüfe deine <a href="
|
8384 |
"\"%2$s\">Einstellungen</a> und versuche es erneut."
|
8385 |
|
8386 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php:750
|
8387 |
#, php-format
|
8388 |
msgctxt "dhl"
|
8389 |
msgid ""
|
8589 |
|
8590 |
# @ woocommerce-germanized
|
8591 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:106
|
8592 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:991
|
8593 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1020
|
8594 |
msgctxt "dhl"
|
8595 |
msgid "Address Type"
|
8596 |
msgstr "Adresstyp"
|
8615 |
"eintragen."
|
8616 |
|
8617 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:204
|
8618 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:661
|
8619 |
msgctxt "dhl"
|
8620 |
msgid "Invalid address type."
|
8621 |
msgstr "Ungültiger Adresstyp."
|
8622 |
|
8623 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:739
|
8624 |
#, php-format
|
8625 |
msgctxt "dhl"
|
8626 |
msgid "Please provide a valid pickup location within the %s field."
|
8627 |
msgstr "Bitte gib eine gültige Abholadresse im Feld %s an."
|
8628 |
|
8629 |
# @ woocommerce-germanized
|
8630 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:751
|
8631 |
msgctxt "dhl"
|
8632 |
msgid "Sorry, but delivery to packstation is not available."
|
8633 |
msgstr ""
|
8634 |
"Entschuldigung, die Lieferung an eine Packstation steht nicht zur Verfügung."
|
8635 |
|
8636 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:756
|
8637 |
msgctxt "dhl"
|
8638 |
msgid "Sorry, but delivery to parcel shops is not available."
|
8639 |
msgstr ""
|
8640 |
"Entschuldigung, die Lieferung an einen Paketshop steht nicht zur Verfügung."
|
8641 |
|
8642 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:760
|
8643 |
msgctxt "dhl"
|
8644 |
msgid "Sorry, but delivery to post offices is not available."
|
8645 |
msgstr "Entschuldigung, die Lieferung an Postfilialen ist nicht verfügbar."
|
8646 |
|
8647 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:768
|
8648 |
msgctxt "dhl"
|
8649 |
msgid ""
|
8650 |
"Your DHL customer number (Post number) is not valid. Please check your "
|
8653 |
"Deine DHL Kundennummer (Postnummer) ist nicht gültig. Bitte überprüfe deine "
|
8654 |
"Eingabe."
|
8655 |
|
8656 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:771
|
8657 |
msgctxt "dhl"
|
8658 |
msgid ""
|
8659 |
"Your DHL customer number (Post number) is needed to ship to a packstation."
|
8661 |
"Deine DHL Kundennummer (Postnummer) wird für den Versand an eine Packstation "
|
8662 |
"benötigt."
|
8663 |
|
8664 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:833
|
8665 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:982
|
8666 |
msgctxt "dhl"
|
8667 |
msgid "Branch"
|
8668 |
msgstr "Filiale"
|
8669 |
|
8670 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:834
|
8671 |
msgctxt "dhl"
|
8672 |
msgid "Postnumber "
|
8673 |
msgstr "Postnummer "
|
8674 |
|
8675 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:957
|
8676 |
#, php-format
|
8677 |
msgctxt "dhl"
|
8678 |
msgid "e.g. %s 456"
|
8679 |
msgstr "z.B. %s 456"
|
8680 |
|
8681 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:982
|
8682 |
msgctxt "dhl"
|
8683 |
msgid "Branches"
|
8684 |
msgstr "Filialen"
|
8685 |
|
8686 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:998
|
8687 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1031
|
8688 |
msgctxt "dhl"
|
8689 |
msgid "DHL customer number (Post number)"
|
8690 |
msgstr "DHL Kundennummer (Postnummer)"
|
8691 |
|
8692 |
# @ woocommerce-germanized
|
8693 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1008
|
8694 |
msgctxt "dhl"
|
8695 |
msgid "Regular Address"
|
8696 |
msgstr "Normale Adresse"
|
8697 |
|
8698 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1035
|
8699 |
msgctxt "dhl"
|
8700 |
msgid "Not yet a DHL customer?"
|
8701 |
msgstr "Noch kein DHL Kunde?"
|
8702 |
|
8703 |
# @ woocommerce-germanized
|
8704 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1035
|
8705 |
msgctxt "dhl"
|
8706 |
msgid "Register now"
|
8707 |
msgstr "Jetzt registrieren"
|
8708 |
|
8709 |
# @ woocommerce-germanized
|
8710 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1093
|
8711 |
#, php-format
|
8712 |
msgctxt "dhl"
|
8713 |
msgid "Search %s"
|
8714 |
msgstr "%s suchen"
|
8715 |
|
8716 |
# @ woocommerce-germanized
|
8717 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1223
|
8718 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1229
|
8719 |
msgctxt "dhl"
|
8720 |
msgid "The pickup location you've chosen cannot be found."
|
8721 |
msgstr "Die von dir gewählte Abholadresse konnte nicht gefunden werden."
|
8722 |
|
8723 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1239
|
8724 |
#, php-format
|
8725 |
msgctxt "dhl"
|
8726 |
msgid "Your pickup address seems invalid. Did you mean %s?"
|
8727 |
msgstr "Deine Abholadresse ist nicht bekannt. Meintest du %s?"
|
8728 |
|
8729 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1244
|
8730 |
#, php-format
|
8731 |
msgctxt "dhl"
|
8732 |
msgid "Your pickup city seems invalid. Did you mean %s?"
|
8733 |
msgstr "Die Stadt zu deiner Abholadresse ist nicht bekannt. Meintest du %s?"
|
8734 |
|
8735 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1345
|
8736 |
msgctxt "dhl"
|
8737 |
msgid "No DHL locations found"
|
8738 |
msgstr "Keine DHL Standorte gefunden"
|
8739 |
|
8740 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1364
|
8741 |
#, php-format
|
8742 |
msgctxt "dhl"
|
8743 |
msgid ""
|
8748 |
"%1$s oder %2$s."
|
8749 |
|
8750 |
# @ woocommerce-germanized
|
8751 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1364
|
8752 |
msgctxt "dhl"
|
8753 |
msgid "DHL location"
|
8754 |
msgstr "DHL Standort"
|
8755 |
|
8756 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1364
|
8757 |
msgctxt "dhl"
|
8758 |
msgid "retry"
|
8759 |
msgstr "Erneut versuchen"
|
10423 |
# @ woocommerce-germanized
|
10424 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:51
|
10425 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:421
|
10426 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:718
|
10427 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:93
|
10428 |
msgctxt "shipments"
|
10429 |
msgid "Packaging"
|
10433 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:59
|
10434 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1159
|
10435 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:25
|
10436 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:715
|
10437 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:247
|
10438 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:280
|
10439 |
msgctxt "shipments"
|
10631 |
# @ woocommerce
|
10632 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
10633 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
10634 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:713
|
10635 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:808
|
10636 |
msgctxt "shipments"
|
10637 |
msgid "Title"
|
10697 |
msgstr "Download"
|
10698 |
|
10699 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:42
|
10700 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:1015
|
10701 |
msgctxt "shipments"
|
10702 |
msgid "Create new label"
|
10703 |
msgstr "Neues Label erstellen"
|
10955 |
# @ woocommerce-germanized
|
10956 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:115
|
10957 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:366
|
10958 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:889
|
10959 |
msgctxt "shipments"
|
10960 |
msgid "Shipped"
|
10961 |
msgstr "Versandt"
|
10999 |
msgstr "Entwurf"
|
11000 |
|
11001 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:365
|
11002 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:881
|
11003 |
msgctxt "shipments"
|
11004 |
msgid "Processing"
|
11005 |
msgstr "In Bearbeitung"
|
11163 |
# @ woocommerce-germanized
|
11164 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1158
|
11165 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
11166 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:714
|
11167 |
msgctxt "shipments"
|
11168 |
msgid "Date"
|
11169 |
msgstr "Datum"
|
11178 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1161
|
11179 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:316
|
11180 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:31
|
11181 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:722
|
11182 |
msgctxt "shipments"
|
11183 |
msgid "Actions"
|
11184 |
msgstr "Aktionen"
|
11190 |
|
11191 |
# @ woocommerce-germanized
|
11192 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1405
|
11193 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:900
|
11194 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:351
|
11195 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
11196 |
msgctxt "shipments"
|
11197 |
msgid "Download label"
|
11499 |
msgid "Search returns"
|
11500 |
msgstr "Retouren suchen"
|
11501 |
|
11502 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:1008
|
11503 |
msgctxt "shipments"
|
11504 |
msgid "Do you really want to delete the shipment?"
|
11505 |
msgstr "Möchtest du die Sendung wirklich löschen?"
|
11506 |
|
11507 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:1014
|
11508 |
msgctxt "shipments"
|
11509 |
msgid "Do you really want to delete the label?"
|
11510 |
msgstr "Möchtest du das Label wirklich löschen?"
|
11511 |
|
11512 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:1016
|
11513 |
msgctxt "shipments"
|
11514 |
msgid "Please save the shipment before creating a new label"
|
11515 |
msgstr "Bitte speichere die Sendung bevor du ein neues Label erzeugst"
|
11639 |
msgstr "Dienstleister hinzufügen"
|
11640 |
|
11641 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:26
|
11642 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:716
|
11643 |
msgctxt "shipments"
|
11644 |
msgid "Items"
|
11645 |
msgstr "Positionen"
|
11650 |
msgstr "Absender"
|
11651 |
|
11652 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:28
|
11653 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:719
|
11654 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:94
|
11655 |
msgctxt "shipments"
|
11656 |
msgid "Weight"
|
11657 |
msgstr "Gewicht"
|
11658 |
|
11659 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:29
|
11660 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:720
|
11661 |
msgctxt "shipments"
|
11662 |
msgid "Dimensions"
|
11663 |
msgstr "Abmessungen"
|
11664 |
|
11665 |
# @ woocommerce-germanized
|
11666 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
11667 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:721
|
11668 |
msgctxt "shipments"
|
11669 |
msgid "Order"
|
11670 |
msgstr "Bestellung"
|
12019 |
msgstr[0] "%d Sendungsstatus geändert."
|
12020 |
msgstr[1] "%d Sendungsstatus geändert."
|
12021 |
|
12022 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:383
|
12023 |
msgctxt "shipments"
|
12024 |
msgid "No shipments found"
|
12025 |
msgstr "Keine Sendungen gefunden"
|
12026 |
|
12027 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:423
|
12028 |
#, php-format
|
12029 |
msgctxt "shipments"
|
12030 |
msgid "All <span class=\"count\">(%s)</span>"
|
12032 |
msgstr[0] "Alle <span class=\"count\">(%s)</span>"
|
12033 |
msgstr[1] "Alle <span class=\"count\">(%s)</span>"
|
12034 |
|
12035 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:533
|
12036 |
msgctxt "shipments"
|
12037 |
msgid "Filter by date"
|
12038 |
msgstr "Nach Datum filtern"
|
12039 |
|
12040 |
# @ woocommerce-germanized
|
12041 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:535
|
12042 |
msgctxt "shipments"
|
12043 |
msgid "All dates"
|
12044 |
msgstr "Alle Daten"
|
12045 |
|
12046 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:550
|
12047 |
#, php-format
|
12048 |
msgid "%1$s %2$d"
|
12049 |
msgstr "%1$s %2$d"
|
12050 |
|
12051 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:571
|
12052 |
msgctxt "shipments"
|
12053 |
msgid "Processing bulk actions..."
|
12054 |
msgstr "Bearbeite Mehrfachaktionen.."
|
12055 |
|
12056 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:657
|
12057 |
msgctxt "shipments"
|
12058 |
msgid "Filter"
|
12059 |
msgstr "Filtern"
|
12060 |
|
12061 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:678
|
12062 |
+
msgctxt "shipments"
|
12063 |
+
msgid "Filter by shipping provider"
|
12064 |
+
msgstr "Nach Versanddienstleister filtern"
|
12065 |
+
|
12066 |
# @ woocommerce-germanized
|
12067 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:691
|
12068 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:892
|
12069 |
#, php-format
|
12070 |
msgctxt "shipments"
|
12071 |
msgid "Order #%s"
|
12072 |
msgstr "Bestellung #%s"
|
12073 |
|
12074 |
# @ woocommerce
|
12075 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:696
|
12076 |
msgctxt "shipments"
|
12077 |
msgid "Filter by order"
|
12078 |
msgstr "Nach Bestellung filtern"
|
12079 |
|
12080 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:717
|
12081 |
msgctxt "shipments"
|
12082 |
msgid "Address"
|
12083 |
msgstr "Adresse"
|
12084 |
|
12085 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:816
|
12086 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/myaccount/shipments.php:69
|
12087 |
#, php-format
|
12088 |
msgctxt "shipment title"
|
12089 |
msgid "%1$s #%2$s"
|
12090 |
msgstr "%1$s #%2$s"
|
12091 |
|
12092 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:833
|
12093 |
#, php-format
|
12094 |
msgctxt "shipments"
|
12095 |
msgid "via %s"
|
12096 |
msgstr "via %s"
|
12097 |
|
12098 |
# @ woocommerce-germanized
|
12099 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:909
|
12100 |
msgctxt "shipments"
|
12101 |
msgid "Generate label"
|
12102 |
msgstr "Label erstellen"
|
12103 |
|
12104 |
# @ woocommerce-germanized
|
12105 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:959
|
12106 |
#, php-format
|
12107 |
msgctxt "shipments"
|
12108 |
msgid "Select %s"
|
12109 |
msgstr "Wähle %s"
|
12110 |
|
12111 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:986
|
12112 |
msgctxt "shipments"
|
12113 |
msgid "SKU:"
|
12114 |
msgstr "Art.-Nr.:"
|
12115 |
|
12116 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1096
|
12117 |
#, php-format
|
12118 |
msgctxt "%s = human-readable time difference"
|
12119 |
msgid "%s ago"
|
12120 |
msgstr "vor %s"
|
12121 |
|
12122 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1108
|
12123 |
msgctxt "shipments"
|
12124 |
msgid "M j, Y"
|
12125 |
msgstr "d.m.Y"
|
12126 |
|
12127 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1165
|
12128 |
msgctxt "shipments"
|
12129 |
msgid "Delete Permanently"
|
12130 |
msgstr "Unwiderruflich löschen"
|
12131 |
|
12132 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1168
|
12133 |
msgctxt "shipments"
|
12134 |
msgid "Change status to processing"
|
12135 |
msgstr "Status zu in Bearbeitung ändern"
|
12136 |
|
12137 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1169
|
12138 |
msgctxt "shipments"
|
12139 |
msgid "Change status to shipped"
|
12140 |
msgstr "Status zu versandt ändern"
|
12141 |
|
12142 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1170
|
12143 |
msgctxt "shipments"
|
12144 |
msgid "Change status to delivered"
|
12145 |
msgstr "Status zu geliefert ändern"
|
12146 |
|
12147 |
# @ woocommerce-germanized
|
12148 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1171
|
12149 |
msgctxt "shipments"
|
12150 |
msgid "Generate and download labels"
|
12151 |
msgstr "Labels erstellen und downloaden"
|
12152 |
|
12153 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:99
|
12154 |
msgctxt "shipments"
|
12155 |
msgid "Notification successfully sent to customer."
|
12156 |
msgstr "Kunde erfolgreich benachrichtigt."
|
12157 |
|
12158 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:108
|
12159 |
msgctxt "shipments"
|
12160 |
msgid "There was an error while sending the notification."
|
12161 |
msgstr "Beim Versendes der Benachrichtigung ist ein Fehler aufgetreten."
|
12162 |
|
12163 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:150
|
12164 |
msgctxt "shipments"
|
12165 |
msgid "Return request confirmed successfully."
|
12166 |
msgstr "Rücksendeantrag erfolgreich bestätigt."
|
12167 |
|
12168 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:164
|
12169 |
msgctxt "shipments"
|
12170 |
msgid "There was an error while confirming the request."
|
12171 |
msgstr "Bei der Bestätigung des Antrags ist ein Fehler aufgetreten."
|
12172 |
|
12173 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:185
|
12174 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1078
|
12175 |
msgctxt "shipments"
|
12176 |
msgid "There was an error creating the label."
|
12177 |
msgstr "Beim Erstellen des Labels ist ein Fehler aufgetreten."
|
12178 |
|
12179 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:219
|
12180 |
msgctxt "shipments"
|
12181 |
msgid "There was an error deleting the label."
|
12182 |
msgstr "Beim Löschen des Labels ist ein Fehler aufgetreten."
|
12183 |
|
12184 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:260
|
12185 |
msgctxt "shipments"
|
12186 |
msgid "There was an error processing the label."
|
12187 |
msgstr "Bei der Verarbeitung des Labels ist ein Fehler aufgetreten."
|
12188 |
|
12189 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:363
|
12190 |
msgctxt "shipments"
|
12191 |
msgid "There was an error while trying to save the shipping provider status."
|
12192 |
msgstr ""
|
12193 |
"Beim Speichern des Status des Versanddienstleisters trat ein Fehler auf."
|
12194 |
|
12195 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:401
|
12196 |
msgctxt "shipments"
|
12197 |
msgid "There was an error while trying to delete the shipping provider."
|
12198 |
msgstr "Beim Löschen des Versanddienstleisters trat ein Fehler auf."
|
12199 |
|
12200 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:434
|
12201 |
msgctxt "shipments"
|
12202 |
msgid "There was an error while bulk processing shipments."
|
12203 |
msgstr ""
|
12204 |
"Bei der Verarbeitung der Mehrfachaktionen von Sendungen trat ein Fehler auf."
|
12205 |
|
12206 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:557
|
12207 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:669
|
12208 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:726
|
12209 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:763
|
12210 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:986
|
12211 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1032
|
12212 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1108
|
12213 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1141
|
12214 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1194
|
12215 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1262
|
12216 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1303
|
12217 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1358
|
12218 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1402
|
12219 |
msgctxt "shipments"
|
12220 |
msgid "There was an error processing the shipment"
|
12221 |
msgstr "Fehler bei der Verarbeitung der Sendung"
|
12222 |
|
12223 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:610
|
12224 |
msgctxt "shipments"
|
12225 |
msgid "There was an error while adding the shipment"
|
12226 |
msgstr "Beim Hinzufügen der Sendung ist ein Fehler aufgetreten"
|
12227 |
|
12228 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:631
|
12229 |
msgctxt "shipments"
|
12230 |
msgid "This order contains enough shipments already."
|
12231 |
msgstr "Diese Bestellung beinhaltet bereits genug Sendungen."
|
12232 |
|
12233 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:688
|
12234 |
msgctxt "shipments"
|
12235 |
msgid "This order contains enough returns already."
|
12236 |
msgstr "Diese Bestellung beinhaltet bereits genügend Retouren."
|
12237 |
|
12238 |
# @ woocommerce-germanized
|
12239 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:943
|
12240 |
msgctxt "shipments"
|
12241 |
msgid "Status:"
|
12242 |
msgstr "Status:"
|
12243 |
|
12244 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:948
|
12245 |
msgctxt "shipments"
|
12246 |
msgid "Customer payment page →"
|
12247 |
msgstr "Kundenbezahlungsseite →"
|
15610 |
msgid "upgrade"
|
15611 |
msgstr "Upgrade"
|
15612 |
|
15613 |
+
#: woocommerce-germanized/woocommerce-germanized.php:345
|
15614 |
#, php-format
|
15615 |
msgid ""
|
15616 |
"This version of the Corona Helper Plugin includes a bug which could lead to "
|
15623 |
"href=\"%2$s\" target=\"_blank\">Blog-Post</a> wie du das Plugin austauschen "
|
15624 |
"kannst."
|
15625 |
|
15626 |
+
#: woocommerce-germanized/woocommerce-germanized.php:1228
|
15627 |
msgid "Pease wait while we are trying to redirect you to the payment provider."
|
15628 |
msgstr "Einen Moment - wir versuchen dich zum Zahlungsanbieter weiterzuleiten."
|
15629 |
|
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: 2022-11-
|
6 |
-
"PO-Revision-Date: 2022-11-
|
7 |
"Last-Translator: Dennis Nissle <info@vendidero.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE@formal\n"
|
@@ -165,7 +165,7 @@ msgid "excl. %s%% VAT"
|
|
165 |
msgstr "exkl. %s %% MwSt."
|
166 |
|
167 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:44
|
168 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
169 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:53
|
170 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:58
|
171 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:71
|
@@ -173,7 +173,7 @@ msgid "Yes"
|
|
173 |
msgstr "Ja"
|
174 |
|
175 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:46
|
176 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
177 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:53
|
178 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:71
|
179 |
msgid "No"
|
@@ -455,7 +455,7 @@ msgstr "One Stop Shop"
|
|
455 |
# @ woocommerce
|
456 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:71
|
457 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:156
|
458 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
459 |
msgid "Settings"
|
460 |
msgstr "Einstellungen"
|
461 |
|
@@ -729,30 +729,30 @@ msgstr "Sie sind leider nicht berechtigt, diese Aktion durchzuführen."
|
|
729 |
|
730 |
# @ woocommerce-germanized
|
731 |
#. Plugin Name of the plugin/theme
|
732 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
733 |
msgid "Germanized for WooCommerce"
|
734 |
msgstr "Germanized für WooCommerce"
|
735 |
|
736 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
737 |
msgid "Paid for order notification manually sent to customer."
|
738 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
739 |
|
740 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
741 |
msgid "Order confirmation manually sent to customer."
|
742 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
743 |
|
744 |
# @ woocommerce-germanized
|
745 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
746 |
msgid "Resend order confirmation"
|
747 |
msgstr "Bestellbestätigung erneut versenden"
|
748 |
|
749 |
# @ woocommerce-germanized
|
750 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
751 |
msgid "Send paid for order notification"
|
752 |
msgstr "Bestellung bezahlt manuell versenden"
|
753 |
|
754 |
# @ woocommerce-germanized
|
755 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
756 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:159
|
757 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
758 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:85
|
@@ -761,52 +761,52 @@ msgstr "Bestellung bezahlt manuell versenden"
|
|
761 |
msgid "Germanized"
|
762 |
msgstr "Germanized"
|
763 |
|
764 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
765 |
msgid "Parcel Delivery Data Transfer:"
|
766 |
msgstr "Paketdienstleister Datenweitergabe:"
|
767 |
|
768 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
769 |
msgid "allowed"
|
770 |
msgstr "akzeptiert"
|
771 |
|
772 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
773 |
msgid "not allowed"
|
774 |
msgstr "nicht akzeptiert"
|
775 |
|
776 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
777 |
msgid "Insert delivery time name, slug or id."
|
778 |
msgstr "Fügen Sie Lieferzeit, Slug oder eine ID ein."
|
779 |
|
780 |
# @ woocommerce-germanized
|
781 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
782 |
msgid "Insert product units amount."
|
783 |
msgstr "Fügen Sie die Anzahl der Produkteinheiten ein."
|
784 |
|
785 |
# @ woocommerce-germanized
|
786 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
787 |
msgid "Optional Email Content"
|
788 |
msgstr "Optionaler E-Mail Inhalt"
|
789 |
|
790 |
# @ woocommerce-germanized
|
791 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
792 |
msgid "Add content which will be replacing default page content within emails."
|
793 |
msgstr ""
|
794 |
"Füllen Sie dieses Feld aus um einen abweichenden E-Mail Anhangstext für "
|
795 |
"diese Seite zu bestimmen."
|
796 |
|
797 |
# @ woocommerce-germanized
|
798 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
799 |
msgid "Cart description"
|
800 |
msgstr "Warenkorbkurzbeschreibung"
|
801 |
|
802 |
# @ woocommerce-germanized
|
803 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
804 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:544
|
805 |
msgid "Defect description"
|
806 |
msgstr "Mängelbeschreibung"
|
807 |
|
808 |
# @ woocommerce-germanized
|
809 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
810 |
msgid ""
|
811 |
"This content will be shown as short product description within checkout and "
|
812 |
"emails."
|
@@ -814,7 +814,7 @@ msgstr ""
|
|
814 |
"Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als "
|
815 |
"Produkt Kurzbeschreibung angezeigt."
|
816 |
|
817 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
818 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:443
|
819 |
msgid ""
|
820 |
"Inform your customers about product defects. This description will be shown "
|
@@ -4179,8 +4179,11 @@ msgstr "Überschreibt"
|
|
4179 |
|
4180 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:269
|
4181 |
#, php-format
|
4182 |
-
msgid "
|
4183 |
-
|
|
|
|
|
|
|
4184 |
|
4185 |
# @ woocommerce-germanized
|
4186 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:276
|
@@ -4864,7 +4867,7 @@ msgid "%1$d update functions completed. Database version is %2$s"
|
|
4864 |
msgstr "%1$d Updates fertiggestellt. Datenbank-Version lautet %2$s"
|
4865 |
|
4866 |
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:694
|
4867 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
4868 |
#, php-format
|
4869 |
msgid "Voucher: %1$s"
|
4870 |
msgstr "Wertgutschein: %1$s"
|
@@ -6302,197 +6305,197 @@ msgstr ""
|
|
6302 |
"Dieses E-Mail Template enthält eine Kopie des SEPA Mandates, welches "
|
6303 |
"basierend auf den Bestelldaten und Kontodaten des Käufers generiert wird."
|
6304 |
|
6305 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6306 |
msgctxt "exporter"
|
6307 |
msgid "Is service?"
|
6308 |
msgstr "Ist Dienstleistung?"
|
6309 |
|
6310 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6311 |
msgctxt "exporter"
|
6312 |
msgid "Is used good?"
|
6313 |
msgstr "Ist Gebrauchtware?"
|
6314 |
|
6315 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6316 |
msgctxt "exporter"
|
6317 |
msgid "Is defective copy?"
|
6318 |
msgstr "Ist Mängelexemplar?"
|
6319 |
|
6320 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6321 |
msgctxt "exporter"
|
6322 |
msgid "Warranty attachment id (PDF)"
|
6323 |
msgstr "Medien-ID der Garantie (PDF)"
|
6324 |
|
6325 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6326 |
msgctxt "exporter"
|
6327 |
msgid "GTIN"
|
6328 |
msgstr "GTIN"
|
6329 |
|
6330 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6331 |
msgctxt "exporter"
|
6332 |
msgid "MPN"
|
6333 |
msgstr "MPN"
|
6334 |
|
6335 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6336 |
msgctxt "exporter"
|
6337 |
msgid "Is differential taxed?"
|
6338 |
msgstr "Ist differenzbesteuert?"
|
6339 |
|
6340 |
# @ woocommerce-germanized
|
6341 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6342 |
msgctxt "exporter"
|
6343 |
msgid "Has free shipping?"
|
6344 |
msgstr "Versand kostenlos?"
|
6345 |
|
6346 |
# @ woocommerce-germanized
|
6347 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6348 |
msgctxt "exporter"
|
6349 |
msgid "Unit price regular"
|
6350 |
msgstr "Regulärer Grundpreis"
|
6351 |
|
6352 |
# @ woocommerce-germanized
|
6353 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6354 |
msgctxt "exporter"
|
6355 |
msgid "Unit price sale"
|
6356 |
msgstr "Angebotsgrundpreis"
|
6357 |
|
6358 |
# @ woocommerce-germanized
|
6359 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6360 |
msgctxt "exporter"
|
6361 |
msgid "Unit price calculated automatically?"
|
6362 |
msgstr "Grundpreis automatisch berechnen?"
|
6363 |
|
6364 |
# @ woocommerce-germanized
|
6365 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6366 |
msgctxt "exporter"
|
6367 |
msgid "Unit"
|
6368 |
msgstr "Einheit"
|
6369 |
|
6370 |
# @ woocommerce-germanized
|
6371 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6372 |
msgctxt "exporter"
|
6373 |
msgid "Unit base"
|
6374 |
msgstr "Grundpreiseinheit"
|
6375 |
|
6376 |
# @ woocommerce-germanized
|
6377 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6378 |
msgctxt "exporter"
|
6379 |
msgid "Unit product"
|
6380 |
msgstr "Produkteinheit"
|
6381 |
|
6382 |
# @ woocommerce-germanized
|
6383 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6384 |
msgctxt "exporter"
|
6385 |
msgid "Cart description"
|
6386 |
msgstr "Warenkorbkurzbeschreibung"
|
6387 |
|
6388 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6389 |
msgctxt "exporter"
|
6390 |
msgid "Minimum age"
|
6391 |
msgstr "Mindestalter"
|
6392 |
|
6393 |
# @ woocommerce-germanized
|
6394 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6395 |
msgctxt "exporter"
|
6396 |
msgid "Defect description"
|
6397 |
msgstr "Mängelbeschreibung"
|
6398 |
|
6399 |
# @ woocommerce-germanized
|
6400 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6401 |
msgctxt "exporter"
|
6402 |
msgid "Delivery time"
|
6403 |
msgstr "Lieferzeit"
|
6404 |
|
6405 |
# @ woocommerce-germanized
|
6406 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6407 |
msgctxt "exporter"
|
6408 |
msgid "Sale price label"
|
6409 |
msgstr "Streichpreis Hinweis"
|
6410 |
|
6411 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6412 |
msgctxt "exporter"
|
6413 |
msgid "Sale price regular label"
|
6414 |
msgstr "Angebotspreis Hinweis"
|
6415 |
|
6416 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6417 |
msgctxt "exporter"
|
6418 |
msgid "Is food?"
|
6419 |
msgstr "Ist Lebensmittel?"
|
6420 |
|
6421 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6422 |
msgctxt "exporter"
|
6423 |
msgid "Nutrients"
|
6424 |
msgstr "Nährwerte"
|
6425 |
|
6426 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6427 |
msgctxt "exporter"
|
6428 |
msgid "Allergenic"
|
6429 |
msgstr "Allergene"
|
6430 |
|
6431 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6432 |
msgctxt "exporter"
|
6433 |
msgid "Deposit Type"
|
6434 |
msgstr "Pfandtyp"
|
6435 |
|
6436 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6437 |
msgctxt "exporter"
|
6438 |
msgid "Deposit Quantity"
|
6439 |
msgstr "Pfand-Anzahl"
|
6440 |
|
6441 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6442 |
msgctxt "exporter"
|
6443 |
msgid "Ingredients"
|
6444 |
msgstr "Zutaten"
|
6445 |
|
6446 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6447 |
msgctxt "exporter"
|
6448 |
msgid "Nutrient reference value slug"
|
6449 |
msgstr "Nährwert Referenzmenge Titelform"
|
6450 |
|
6451 |
# @ woocommerce-germanized
|
6452 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6453 |
msgctxt "exporter"
|
6454 |
msgid "Alcohol content"
|
6455 |
msgstr "Alkoholgehalt"
|
6456 |
|
6457 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6458 |
msgctxt "exporter"
|
6459 |
msgid "Drained weight"
|
6460 |
msgstr "Abtropfgewicht"
|
6461 |
|
6462 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6463 |
msgctxt "exporter"
|
6464 |
msgid "Net filling quantity"
|
6465 |
msgstr "Nettofüllmenge"
|
6466 |
|
6467 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6468 |
msgctxt "exporter"
|
6469 |
msgid "Nutri-Score"
|
6470 |
msgstr "Nutri-Score"
|
6471 |
|
6472 |
# @ woocommerce-germanized
|
6473 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6474 |
msgctxt "exporter"
|
6475 |
msgid "Food Description"
|
6476 |
msgstr "Lebensmittelbezeichnung"
|
6477 |
|
6478 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6479 |
msgctxt "exporter"
|
6480 |
msgid "Food Place of Origin"
|
6481 |
msgstr "Lebensmittel Herkunftsort"
|
6482 |
|
6483 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6484 |
msgctxt "exporter"
|
6485 |
msgid "Food Distributor"
|
6486 |
msgstr "Lebensmittelunternehmer"
|
6487 |
|
6488 |
# @ woocommerce-germanized
|
6489 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6490 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:50
|
6491 |
#, php-format
|
6492 |
msgid "Delivery Time: %s"
|
6493 |
msgstr "Lieferzeit: %s"
|
6494 |
|
6495 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:
|
6496 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:51
|
6497 |
#, php-format
|
6498 |
msgid "Nutrients: %s"
|
@@ -7445,42 +7448,42 @@ msgctxt "oss"
|
|
7445 |
msgid "Observer %1$s"
|
7446 |
msgstr "Beobachter %1$s"
|
7447 |
|
7448 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7449 |
msgctxt "oss"
|
7450 |
msgid "Quarterly"
|
7451 |
msgstr "Quartalsweise"
|
7452 |
|
7453 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7454 |
msgctxt "oss"
|
7455 |
msgid "Yearly"
|
7456 |
msgstr "Jährlich"
|
7457 |
|
7458 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7459 |
msgctxt "oss"
|
7460 |
msgid "Monthly"
|
7461 |
msgstr "Monatlich"
|
7462 |
|
7463 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7464 |
msgctxt "oss"
|
7465 |
msgid "Custom"
|
7466 |
msgstr "Individuell"
|
7467 |
|
7468 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7469 |
msgctxt "oss"
|
7470 |
msgid "Observer"
|
7471 |
msgstr "Beobachter"
|
7472 |
|
7473 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7474 |
msgctxt "oss"
|
7475 |
msgid "Pending"
|
7476 |
msgstr "In Bearbeitung"
|
7477 |
|
7478 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7479 |
msgctxt "oss"
|
7480 |
msgid "Completed"
|
7481 |
msgstr "Fertiggestellt"
|
7482 |
|
7483 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:
|
7484 |
msgctxt "oss"
|
7485 |
msgid "Failed"
|
7486 |
msgstr "Fehlgeschlagen"
|
@@ -7912,7 +7915,7 @@ msgstr "Retoure #{shipment_id} zur Bestellung #{order_id}"
|
|
7912 |
|
7913 |
# @ woocommerce-germanized
|
7914 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:333
|
7915 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
7916 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1271
|
7917 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:2049
|
7918 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:37
|
@@ -8400,7 +8403,7 @@ msgstr ""
|
|
8400 |
"Ihre Absenderadresse ist nicht komplett (%1$s). Bitte prüfen Sie Ihre <a "
|
8401 |
"href=\"%2$s\">Einstellungen</a> und versuchen Sie es erneut."
|
8402 |
|
8403 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php:
|
8404 |
#, php-format
|
8405 |
msgctxt "dhl"
|
8406 |
msgid ""
|
@@ -8606,8 +8609,8 @@ msgstr "Deutschland"
|
|
8606 |
|
8607 |
# @ woocommerce-germanized
|
8608 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:106
|
8609 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8610 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8611 |
msgctxt "dhl"
|
8612 |
msgid "Address Type"
|
8613 |
msgstr "Adresstyp"
|
@@ -8633,36 +8636,36 @@ msgstr ""
|
|
8633 |
"eintragen."
|
8634 |
|
8635 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:204
|
8636 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8637 |
msgctxt "dhl"
|
8638 |
msgid "Invalid address type."
|
8639 |
msgstr "Ungültiger Adresstyp."
|
8640 |
|
8641 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8642 |
#, php-format
|
8643 |
msgctxt "dhl"
|
8644 |
msgid "Please provide a valid pickup location within the %s field."
|
8645 |
msgstr "Bitte geben Sie eine gültige Abholadresse im Feld %s an."
|
8646 |
|
8647 |
# @ woocommerce-germanized
|
8648 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8649 |
msgctxt "dhl"
|
8650 |
msgid "Sorry, but delivery to packstation is not available."
|
8651 |
msgstr ""
|
8652 |
"Entschuldigung, die Lieferung an eine Packstation steht nicht zur Verfügung."
|
8653 |
|
8654 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8655 |
msgctxt "dhl"
|
8656 |
msgid "Sorry, but delivery to parcel shops is not available."
|
8657 |
msgstr ""
|
8658 |
"Entschuldigung, die Lieferung an einen Paketshop steht nicht zur Verfügung."
|
8659 |
|
8660 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8661 |
msgctxt "dhl"
|
8662 |
msgid "Sorry, but delivery to post offices is not available."
|
8663 |
msgstr "Entschuldigung, die Lieferung an Postfilialen ist nicht verfügbar."
|
8664 |
|
8665 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8666 |
msgctxt "dhl"
|
8667 |
msgid ""
|
8668 |
"Your DHL customer number (Post number) is not valid. Please check your "
|
@@ -8671,7 +8674,7 @@ msgstr ""
|
|
8671 |
"Ihre DHL Kundennummer (Postnummer) ist nicht gültig. Bitte überprüfen Sie "
|
8672 |
"Ihre Eingabe."
|
8673 |
|
8674 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8675 |
msgctxt "dhl"
|
8676 |
msgid ""
|
8677 |
"Your DHL customer number (Post number) is needed to ship to a packstation."
|
@@ -8679,83 +8682,83 @@ msgstr ""
|
|
8679 |
"Ihre DHL Kundennummer (Postnummer) wird für den Versand an eine Packstation "
|
8680 |
"benötigt."
|
8681 |
|
8682 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8683 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8684 |
msgctxt "dhl"
|
8685 |
msgid "Branch"
|
8686 |
msgstr "Filiale"
|
8687 |
|
8688 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8689 |
msgctxt "dhl"
|
8690 |
msgid "Postnumber "
|
8691 |
msgstr "Postnummer "
|
8692 |
|
8693 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8694 |
#, php-format
|
8695 |
msgctxt "dhl"
|
8696 |
msgid "e.g. %s 456"
|
8697 |
msgstr "z.B. %s 456"
|
8698 |
|
8699 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8700 |
msgctxt "dhl"
|
8701 |
msgid "Branches"
|
8702 |
msgstr "Filialen"
|
8703 |
|
8704 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8705 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8706 |
msgctxt "dhl"
|
8707 |
msgid "DHL customer number (Post number)"
|
8708 |
msgstr "DHL Kundennummer (Postnummer)"
|
8709 |
|
8710 |
# @ woocommerce-germanized
|
8711 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8712 |
msgctxt "dhl"
|
8713 |
msgid "Regular Address"
|
8714 |
msgstr "Normale Adresse"
|
8715 |
|
8716 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8717 |
msgctxt "dhl"
|
8718 |
msgid "Not yet a DHL customer?"
|
8719 |
msgstr "Noch kein DHL Kunde?"
|
8720 |
|
8721 |
# @ woocommerce-germanized
|
8722 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8723 |
msgctxt "dhl"
|
8724 |
msgid "Register now"
|
8725 |
msgstr "Jetzt registrieren"
|
8726 |
|
8727 |
# @ woocommerce-germanized
|
8728 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8729 |
#, php-format
|
8730 |
msgctxt "dhl"
|
8731 |
msgid "Search %s"
|
8732 |
msgstr "%s suchen"
|
8733 |
|
8734 |
# @ woocommerce-germanized
|
8735 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8736 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8737 |
msgctxt "dhl"
|
8738 |
msgid "The pickup location you've chosen cannot be found."
|
8739 |
msgstr "Die von Ihnen gewählte Abholadresse konnte nicht gefunden werden."
|
8740 |
|
8741 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8742 |
#, php-format
|
8743 |
msgctxt "dhl"
|
8744 |
msgid "Your pickup address seems invalid. Did you mean %s?"
|
8745 |
msgstr "Ihre Abholadresse ist nicht bekannt. Meinten Sie %s?"
|
8746 |
|
8747 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8748 |
#, php-format
|
8749 |
msgctxt "dhl"
|
8750 |
msgid "Your pickup city seems invalid. Did you mean %s?"
|
8751 |
msgstr "Die Stadt zu Ihrer Abholadresse ist nicht bekannt. Meinten Sie %s?"
|
8752 |
|
8753 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8754 |
msgctxt "dhl"
|
8755 |
msgid "No DHL locations found"
|
8756 |
msgstr "Keine DHL Standorte gefunden"
|
8757 |
|
8758 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8759 |
#, php-format
|
8760 |
msgctxt "dhl"
|
8761 |
msgid ""
|
@@ -8766,12 +8769,12 @@ msgstr ""
|
|
8766 |
"einen %1$s oder %2$s."
|
8767 |
|
8768 |
# @ woocommerce-germanized
|
8769 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8770 |
msgctxt "dhl"
|
8771 |
msgid "DHL location"
|
8772 |
msgstr "DHL Standort"
|
8773 |
|
8774 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
8775 |
msgctxt "dhl"
|
8776 |
msgid "retry"
|
8777 |
msgstr "Erneut versuchen"
|
@@ -10443,7 +10446,7 @@ msgstr "LxBxH in dezimaler Form."
|
|
10443 |
# @ woocommerce-germanized
|
10444 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:51
|
10445 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:421
|
10446 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
10447 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:93
|
10448 |
msgctxt "shipments"
|
10449 |
msgid "Packaging"
|
@@ -10453,7 +10456,7 @@ msgstr "Verpackung"
|
|
10453 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:59
|
10454 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1159
|
10455 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:25
|
10456 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
10457 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:247
|
10458 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:280
|
10459 |
msgctxt "shipments"
|
@@ -10651,7 +10654,7 @@ msgstr "Speichern"
|
|
10651 |
# @ woocommerce
|
10652 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
10653 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
10654 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
10655 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:808
|
10656 |
msgctxt "shipments"
|
10657 |
msgid "Title"
|
@@ -10717,7 +10720,7 @@ msgid "Download"
|
|
10717 |
msgstr "Download"
|
10718 |
|
10719 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:42
|
10720 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
10721 |
msgctxt "shipments"
|
10722 |
msgid "Create new label"
|
10723 |
msgstr "Neues Label erstellen"
|
@@ -10975,7 +10978,7 @@ msgstr "Teilweise versandt"
|
|
10975 |
# @ woocommerce-germanized
|
10976 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:115
|
10977 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:366
|
10978 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
10979 |
msgctxt "shipments"
|
10980 |
msgid "Shipped"
|
10981 |
msgstr "Versandt"
|
@@ -11019,7 +11022,7 @@ msgid "Draft"
|
|
11019 |
msgstr "Entwurf"
|
11020 |
|
11021 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:365
|
11022 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11023 |
msgctxt "shipments"
|
11024 |
msgid "Processing"
|
11025 |
msgstr "In Bearbeitung"
|
@@ -11181,7 +11184,7 @@ msgstr "%1$s %2$s"
|
|
11181 |
# @ woocommerce-germanized
|
11182 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1158
|
11183 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
11184 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11185 |
msgctxt "shipments"
|
11186 |
msgid "Date"
|
11187 |
msgstr "Datum"
|
@@ -11196,7 +11199,7 @@ msgstr "Sendungsverfolgung"
|
|
11196 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1161
|
11197 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:316
|
11198 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:31
|
11199 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11200 |
msgctxt "shipments"
|
11201 |
msgid "Actions"
|
11202 |
msgstr "Aktionen"
|
@@ -11208,8 +11211,8 @@ msgstr "Anzeigen"
|
|
11208 |
|
11209 |
# @ woocommerce-germanized
|
11210 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1405
|
11211 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11212 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
11213 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
11214 |
msgctxt "shipments"
|
11215 |
msgid "Download label"
|
@@ -11516,17 +11519,17 @@ msgctxt "shipments"
|
|
11516 |
msgid "Search returns"
|
11517 |
msgstr "Retouren suchen"
|
11518 |
|
11519 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
11520 |
msgctxt "shipments"
|
11521 |
msgid "Do you really want to delete the shipment?"
|
11522 |
msgstr "Möchten Sie die Sendung wirklich löschen?"
|
11523 |
|
11524 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
11525 |
msgctxt "shipments"
|
11526 |
msgid "Do you really want to delete the label?"
|
11527 |
msgstr "Möchten Sie das Label wirklich löschen?"
|
11528 |
|
11529 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
11530 |
msgctxt "shipments"
|
11531 |
msgid "Please save the shipment before creating a new label"
|
11532 |
msgstr "Bitte speichern Sie die Sendung bevor Sie ein neues Label erstellen"
|
@@ -11656,7 +11659,7 @@ msgid "Add provider"
|
|
11656 |
msgstr "Dienstleister hinzufügen"
|
11657 |
|
11658 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:26
|
11659 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11660 |
msgctxt "shipments"
|
11661 |
msgid "Items"
|
11662 |
msgstr "Positionen"
|
@@ -11667,21 +11670,21 @@ msgid "Sender"
|
|
11667 |
msgstr "Absender"
|
11668 |
|
11669 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:28
|
11670 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11671 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:94
|
11672 |
msgctxt "shipments"
|
11673 |
msgid "Weight"
|
11674 |
msgstr "Gewicht"
|
11675 |
|
11676 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:29
|
11677 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11678 |
msgctxt "shipments"
|
11679 |
msgid "Dimensions"
|
11680 |
msgstr "Abmessungen"
|
11681 |
|
11682 |
# @ woocommerce-germanized
|
11683 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
11684 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
11685 |
msgctxt "shipments"
|
11686 |
msgid "Order"
|
11687 |
msgstr "Bestellung"
|
@@ -12034,12 +12037,12 @@ msgid_plural "%d shipment statuses changed."
|
|
12034 |
msgstr[0] "%d Sendungsstatus geändert."
|
12035 |
msgstr[1] "%d Sendungsstatus geändert."
|
12036 |
|
12037 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12038 |
msgctxt "shipments"
|
12039 |
msgid "No shipments found"
|
12040 |
msgstr "Keine Sendungen gefunden"
|
12041 |
|
12042 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12043 |
#, php-format
|
12044 |
msgctxt "shipments"
|
12045 |
msgid "All <span class=\"count\">(%s)</span>"
|
@@ -12047,211 +12050,216 @@ msgid_plural "All <span class=\"count\">(%s)</span>"
|
|
12047 |
msgstr[0] "Alle <span class=\"count\">(%s)</span>"
|
12048 |
msgstr[1] "Alle <span class=\"count\">(%s)</span>"
|
12049 |
|
12050 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12051 |
msgctxt "shipments"
|
12052 |
msgid "Filter by date"
|
12053 |
msgstr "Nach Datum filtern"
|
12054 |
|
12055 |
# @ woocommerce-germanized
|
12056 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12057 |
msgctxt "shipments"
|
12058 |
msgid "All dates"
|
12059 |
msgstr "Alle Daten"
|
12060 |
|
12061 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12062 |
#, php-format
|
12063 |
msgid "%1$s %2$d"
|
12064 |
msgstr "%1$s %2$d"
|
12065 |
|
12066 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12067 |
msgctxt "shipments"
|
12068 |
msgid "Processing bulk actions..."
|
12069 |
msgstr "Bearbeite Mehrfachaktionen.."
|
12070 |
|
12071 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12072 |
msgctxt "shipments"
|
12073 |
msgid "Filter"
|
12074 |
msgstr "Filtern"
|
12075 |
|
|
|
|
|
|
|
|
|
|
|
12076 |
# @ woocommerce-germanized
|
12077 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12078 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12079 |
#, php-format
|
12080 |
msgctxt "shipments"
|
12081 |
msgid "Order #%s"
|
12082 |
msgstr "Bestellung #%s"
|
12083 |
|
12084 |
# @ woocommerce
|
12085 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12086 |
msgctxt "shipments"
|
12087 |
msgid "Filter by order"
|
12088 |
msgstr "Nach Bestellung filtern"
|
12089 |
|
12090 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12091 |
msgctxt "shipments"
|
12092 |
msgid "Address"
|
12093 |
msgstr "Adresse"
|
12094 |
|
12095 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12096 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/myaccount/shipments.php:69
|
12097 |
#, php-format
|
12098 |
msgctxt "shipment title"
|
12099 |
msgid "%1$s #%2$s"
|
12100 |
msgstr "%1$s #%2$s"
|
12101 |
|
12102 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12103 |
#, php-format
|
12104 |
msgctxt "shipments"
|
12105 |
msgid "via %s"
|
12106 |
msgstr "via %s"
|
12107 |
|
12108 |
# @ woocommerce-germanized
|
12109 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12110 |
msgctxt "shipments"
|
12111 |
msgid "Generate label"
|
12112 |
msgstr "Label erstellen"
|
12113 |
|
12114 |
# @ woocommerce-germanized
|
12115 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12116 |
#, php-format
|
12117 |
msgctxt "shipments"
|
12118 |
msgid "Select %s"
|
12119 |
msgstr "Wähle %s"
|
12120 |
|
12121 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12122 |
msgctxt "shipments"
|
12123 |
msgid "SKU:"
|
12124 |
msgstr "Art.-Nr.:"
|
12125 |
|
12126 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12127 |
#, php-format
|
12128 |
msgctxt "%s = human-readable time difference"
|
12129 |
msgid "%s ago"
|
12130 |
msgstr "vor %s"
|
12131 |
|
12132 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12133 |
msgctxt "shipments"
|
12134 |
msgid "M j, Y"
|
12135 |
msgstr "d.m.Y"
|
12136 |
|
12137 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12138 |
msgctxt "shipments"
|
12139 |
msgid "Delete Permanently"
|
12140 |
msgstr "Unwiderruflich löschen"
|
12141 |
|
12142 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12143 |
msgctxt "shipments"
|
12144 |
msgid "Change status to processing"
|
12145 |
msgstr "Status zu in Bearbeitung ändern"
|
12146 |
|
12147 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12148 |
msgctxt "shipments"
|
12149 |
msgid "Change status to shipped"
|
12150 |
msgstr "Status zu versandt ändern"
|
12151 |
|
12152 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12153 |
msgctxt "shipments"
|
12154 |
msgid "Change status to delivered"
|
12155 |
msgstr "Status zu geliefert ändern"
|
12156 |
|
12157 |
# @ woocommerce-germanized
|
12158 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:
|
12159 |
msgctxt "shipments"
|
12160 |
msgid "Generate and download labels"
|
12161 |
msgstr "Labels erstellen und downloaden"
|
12162 |
|
12163 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12164 |
msgctxt "shipments"
|
12165 |
msgid "Notification successfully sent to customer."
|
12166 |
msgstr "Kunde erfolgreich benachrichtigt."
|
12167 |
|
12168 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12169 |
msgctxt "shipments"
|
12170 |
msgid "There was an error while sending the notification."
|
12171 |
msgstr "Beim Versendes der Benachrichtigung ist ein Fehler aufgetreten."
|
12172 |
|
12173 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12174 |
msgctxt "shipments"
|
12175 |
msgid "Return request confirmed successfully."
|
12176 |
msgstr "Rücksendeantrag erfolgreich bestätigt."
|
12177 |
|
12178 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12179 |
msgctxt "shipments"
|
12180 |
msgid "There was an error while confirming the request."
|
12181 |
msgstr "Bei der Bestätigung des Antrags ist ein Fehler aufgetreten."
|
12182 |
|
12183 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12184 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1078
|
12185 |
msgctxt "shipments"
|
12186 |
msgid "There was an error creating the label."
|
12187 |
msgstr "Beim Erstellen des Labels ist ein Fehler aufgetreten."
|
12188 |
|
12189 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12190 |
msgctxt "shipments"
|
12191 |
msgid "There was an error deleting the label."
|
12192 |
msgstr "Beim Löschen des Labels ist ein Fehler aufgetreten."
|
12193 |
|
12194 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12195 |
msgctxt "shipments"
|
12196 |
msgid "There was an error processing the label."
|
12197 |
msgstr "Bei der Verarbeitung des Labels ist ein Fehler aufgetreten."
|
12198 |
|
12199 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12200 |
msgctxt "shipments"
|
12201 |
msgid "There was an error while trying to save the shipping provider status."
|
12202 |
msgstr ""
|
12203 |
"Beim Speichern des Status des Versanddienstleisters trat ein Fehler auf."
|
12204 |
|
12205 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12206 |
msgctxt "shipments"
|
12207 |
msgid "There was an error while trying to delete the shipping provider."
|
12208 |
msgstr "Beim Löschen des Versanddienstleisters trat ein Fehler auf."
|
12209 |
|
12210 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12211 |
msgctxt "shipments"
|
12212 |
msgid "There was an error while bulk processing shipments."
|
12213 |
msgstr ""
|
12214 |
"Bei der Verarbeitung der Mehrfachaktionen von Sendungen trat ein Fehler auf."
|
12215 |
|
12216 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12217 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12218 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12219 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12220 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12221 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12222 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12223 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12224 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12225 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12226 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12227 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12228 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12229 |
msgctxt "shipments"
|
12230 |
msgid "There was an error processing the shipment"
|
12231 |
msgstr "Fehler bei der Verarbeitung der Sendung"
|
12232 |
|
12233 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12234 |
msgctxt "shipments"
|
12235 |
msgid "There was an error while adding the shipment"
|
12236 |
msgstr "Beim Hinzufügen der Sendung ist ein Fehler aufgetreten"
|
12237 |
|
12238 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12239 |
msgctxt "shipments"
|
12240 |
msgid "This order contains enough shipments already."
|
12241 |
msgstr "Diese Bestellung beinhaltet bereits genug Sendungen."
|
12242 |
|
12243 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12244 |
msgctxt "shipments"
|
12245 |
msgid "This order contains enough returns already."
|
12246 |
msgstr "Diese Bestellung beinhaltet bereits genügend Retouren."
|
12247 |
|
12248 |
# @ woocommerce-germanized
|
12249 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12250 |
msgctxt "shipments"
|
12251 |
msgid "Status:"
|
12252 |
msgstr "Status:"
|
12253 |
|
12254 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
12255 |
msgctxt "shipments"
|
12256 |
msgid "Customer payment page →"
|
12257 |
msgstr "Kundenbezahlungsseite →"
|
@@ -15594,7 +15602,7 @@ msgstr "Germanized benötigt mindestens PHP 5.6. Bitte %s Sie Ihre PHP-Version."
|
|
15594 |
msgid "upgrade"
|
15595 |
msgstr "aktualisieren"
|
15596 |
|
15597 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
15598 |
#, php-format
|
15599 |
msgid ""
|
15600 |
"This version of the Corona Helper Plugin includes a bug which could lead to "
|
@@ -15607,7 +15615,7 @@ msgstr ""
|
|
15607 |
"unserem <a href=\"%2$s\" target=\"_blank\">Blog-Post</a> wie Sie das Plugin "
|
15608 |
"austauschen können."
|
15609 |
|
15610 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
15611 |
msgid "Pease wait while we are trying to redirect you to the payment provider."
|
15612 |
msgstr "Einen Moment - wir versuchen Sie zum Zahlungsanbieter weiterzuleiten."
|
15613 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-11-29 11:58+0100\n"
|
6 |
+
"PO-Revision-Date: 2022-11-29 11:58+0100\n"
|
7 |
"Last-Translator: Dennis Nissle <info@vendidero.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE@formal\n"
|
165 |
msgstr "exkl. %s %% MwSt."
|
166 |
|
167 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:44
|
168 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:474
|
169 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:53
|
170 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:58
|
171 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:71
|
173 |
msgstr "Ja"
|
174 |
|
175 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:46
|
176 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:474
|
177 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:53
|
178 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:71
|
179 |
msgid "No"
|
455 |
# @ woocommerce
|
456 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:71
|
457 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:156
|
458 |
+
#: woocommerce-germanized/woocommerce-germanized.php:892
|
459 |
msgid "Settings"
|
460 |
msgstr "Einstellungen"
|
461 |
|
729 |
|
730 |
# @ woocommerce-germanized
|
731 |
#. Plugin Name of the plugin/theme
|
732 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:363
|
733 |
msgid "Germanized for WooCommerce"
|
734 |
msgstr "Germanized für WooCommerce"
|
735 |
|
736 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:561
|
737 |
msgid "Paid for order notification manually sent to customer."
|
738 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
739 |
|
740 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:581
|
741 |
msgid "Order confirmation manually sent to customer."
|
742 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
743 |
|
744 |
# @ woocommerce-germanized
|
745 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:601
|
746 |
msgid "Resend order confirmation"
|
747 |
msgstr "Bestellbestätigung erneut versenden"
|
748 |
|
749 |
# @ woocommerce-germanized
|
750 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:602
|
751 |
msgid "Send paid for order notification"
|
752 |
msgstr "Bestellung bezahlt manuell versenden"
|
753 |
|
754 |
# @ woocommerce-germanized
|
755 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:612
|
756 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:159
|
757 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
758 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:85
|
761 |
msgid "Germanized"
|
762 |
msgstr "Germanized"
|
763 |
|
764 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:625
|
765 |
msgid "Parcel Delivery Data Transfer:"
|
766 |
msgstr "Paketdienstleister Datenweitergabe:"
|
767 |
|
768 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:626
|
769 |
msgid "allowed"
|
770 |
msgstr "akzeptiert"
|
771 |
|
772 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:626
|
773 |
msgid "not allowed"
|
774 |
msgstr "nicht akzeptiert"
|
775 |
|
776 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:680
|
777 |
msgid "Insert delivery time name, slug or id."
|
778 |
msgstr "Fügen Sie Lieferzeit, Slug oder eine ID ein."
|
779 |
|
780 |
# @ woocommerce-germanized
|
781 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:681
|
782 |
msgid "Insert product units amount."
|
783 |
msgstr "Fügen Sie die Anzahl der Produkteinheiten ein."
|
784 |
|
785 |
# @ woocommerce-germanized
|
786 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:753
|
787 |
msgid "Optional Email Content"
|
788 |
msgstr "Optionaler E-Mail Inhalt"
|
789 |
|
790 |
# @ woocommerce-germanized
|
791 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:758
|
792 |
msgid "Add content which will be replacing default page content within emails."
|
793 |
msgstr ""
|
794 |
"Füllen Sie dieses Feld aus um einen abweichenden E-Mail Anhangstext für "
|
795 |
"diese Seite zu bestimmen."
|
796 |
|
797 |
# @ woocommerce-germanized
|
798 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:782
|
799 |
msgid "Cart description"
|
800 |
msgstr "Warenkorbkurzbeschreibung"
|
801 |
|
802 |
# @ woocommerce-germanized
|
803 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:795
|
804 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:544
|
805 |
msgid "Defect description"
|
806 |
msgstr "Mängelbeschreibung"
|
807 |
|
808 |
# @ woocommerce-germanized
|
809 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:823
|
810 |
msgid ""
|
811 |
"This content will be shown as short product description within checkout and "
|
812 |
"emails."
|
814 |
"Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als "
|
815 |
"Produkt Kurzbeschreibung angezeigt."
|
816 |
|
817 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:837
|
818 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:443
|
819 |
msgid ""
|
820 |
"Inform your customers about product defects. This description will be shown "
|
4179 |
|
4180 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:269
|
4181 |
#, php-format
|
4182 |
+
msgid ""
|
4183 |
+
"Version %1$s is out of date. The core version %2$s is available at: %3$s"
|
4184 |
+
msgstr ""
|
4185 |
+
"Version %1$s ist veraltet. Die aktuelle Version lautet %2$s und ist "
|
4186 |
+
"verfügbar unter: %3$s"
|
4187 |
|
4188 |
# @ woocommerce-germanized
|
4189 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:276
|
4867 |
msgstr "%1$d Updates fertiggestellt. Datenbank-Version lautet %2$s"
|
4868 |
|
4869 |
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:694
|
4870 |
+
#: woocommerce-germanized/woocommerce-germanized.php:1245
|
4871 |
#, php-format
|
4872 |
msgid "Voucher: %1$s"
|
4873 |
msgstr "Wertgutschein: %1$s"
|
6305 |
"Dieses E-Mail Template enthält eine Kopie des SEPA Mandates, welches "
|
6306 |
"basierend auf den Bestelldaten und Kontodaten des Käufers generiert wird."
|
6307 |
|
6308 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:78
|
6309 |
msgctxt "exporter"
|
6310 |
msgid "Is service?"
|
6311 |
msgstr "Ist Dienstleistung?"
|
6312 |
|
6313 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:79
|
6314 |
msgctxt "exporter"
|
6315 |
msgid "Is used good?"
|
6316 |
msgstr "Ist Gebrauchtware?"
|
6317 |
|
6318 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:80
|
6319 |
msgctxt "exporter"
|
6320 |
msgid "Is defective copy?"
|
6321 |
msgstr "Ist Mängelexemplar?"
|
6322 |
|
6323 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:81
|
6324 |
msgctxt "exporter"
|
6325 |
msgid "Warranty attachment id (PDF)"
|
6326 |
msgstr "Medien-ID der Garantie (PDF)"
|
6327 |
|
6328 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:82
|
6329 |
msgctxt "exporter"
|
6330 |
msgid "GTIN"
|
6331 |
msgstr "GTIN"
|
6332 |
|
6333 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:83
|
6334 |
msgctxt "exporter"
|
6335 |
msgid "MPN"
|
6336 |
msgstr "MPN"
|
6337 |
|
6338 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:84
|
6339 |
msgctxt "exporter"
|
6340 |
msgid "Is differential taxed?"
|
6341 |
msgstr "Ist differenzbesteuert?"
|
6342 |
|
6343 |
# @ woocommerce-germanized
|
6344 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:85
|
6345 |
msgctxt "exporter"
|
6346 |
msgid "Has free shipping?"
|
6347 |
msgstr "Versand kostenlos?"
|
6348 |
|
6349 |
# @ woocommerce-germanized
|
6350 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:86
|
6351 |
msgctxt "exporter"
|
6352 |
msgid "Unit price regular"
|
6353 |
msgstr "Regulärer Grundpreis"
|
6354 |
|
6355 |
# @ woocommerce-germanized
|
6356 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:87
|
6357 |
msgctxt "exporter"
|
6358 |
msgid "Unit price sale"
|
6359 |
msgstr "Angebotsgrundpreis"
|
6360 |
|
6361 |
# @ woocommerce-germanized
|
6362 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:88
|
6363 |
msgctxt "exporter"
|
6364 |
msgid "Unit price calculated automatically?"
|
6365 |
msgstr "Grundpreis automatisch berechnen?"
|
6366 |
|
6367 |
# @ woocommerce-germanized
|
6368 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:89
|
6369 |
msgctxt "exporter"
|
6370 |
msgid "Unit"
|
6371 |
msgstr "Einheit"
|
6372 |
|
6373 |
# @ woocommerce-germanized
|
6374 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:90
|
6375 |
msgctxt "exporter"
|
6376 |
msgid "Unit base"
|
6377 |
msgstr "Grundpreiseinheit"
|
6378 |
|
6379 |
# @ woocommerce-germanized
|
6380 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:91
|
6381 |
msgctxt "exporter"
|
6382 |
msgid "Unit product"
|
6383 |
msgstr "Produkteinheit"
|
6384 |
|
6385 |
# @ woocommerce-germanized
|
6386 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:92
|
6387 |
msgctxt "exporter"
|
6388 |
msgid "Cart description"
|
6389 |
msgstr "Warenkorbkurzbeschreibung"
|
6390 |
|
6391 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:93
|
6392 |
msgctxt "exporter"
|
6393 |
msgid "Minimum age"
|
6394 |
msgstr "Mindestalter"
|
6395 |
|
6396 |
# @ woocommerce-germanized
|
6397 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:94
|
6398 |
msgctxt "exporter"
|
6399 |
msgid "Defect description"
|
6400 |
msgstr "Mängelbeschreibung"
|
6401 |
|
6402 |
# @ woocommerce-germanized
|
6403 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:95
|
6404 |
msgctxt "exporter"
|
6405 |
msgid "Delivery time"
|
6406 |
msgstr "Lieferzeit"
|
6407 |
|
6408 |
# @ woocommerce-germanized
|
6409 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:96
|
6410 |
msgctxt "exporter"
|
6411 |
msgid "Sale price label"
|
6412 |
msgstr "Streichpreis Hinweis"
|
6413 |
|
6414 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:97
|
6415 |
msgctxt "exporter"
|
6416 |
msgid "Sale price regular label"
|
6417 |
msgstr "Angebotspreis Hinweis"
|
6418 |
|
6419 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:98
|
6420 |
msgctxt "exporter"
|
6421 |
msgid "Is food?"
|
6422 |
msgstr "Ist Lebensmittel?"
|
6423 |
|
6424 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:99
|
6425 |
msgctxt "exporter"
|
6426 |
msgid "Nutrients"
|
6427 |
msgstr "Nährwerte"
|
6428 |
|
6429 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:100
|
6430 |
msgctxt "exporter"
|
6431 |
msgid "Allergenic"
|
6432 |
msgstr "Allergene"
|
6433 |
|
6434 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:101
|
6435 |
msgctxt "exporter"
|
6436 |
msgid "Deposit Type"
|
6437 |
msgstr "Pfandtyp"
|
6438 |
|
6439 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:102
|
6440 |
msgctxt "exporter"
|
6441 |
msgid "Deposit Quantity"
|
6442 |
msgstr "Pfand-Anzahl"
|
6443 |
|
6444 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:103
|
6445 |
msgctxt "exporter"
|
6446 |
msgid "Ingredients"
|
6447 |
msgstr "Zutaten"
|
6448 |
|
6449 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:104
|
6450 |
msgctxt "exporter"
|
6451 |
msgid "Nutrient reference value slug"
|
6452 |
msgstr "Nährwert Referenzmenge Titelform"
|
6453 |
|
6454 |
# @ woocommerce-germanized
|
6455 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:105
|
6456 |
msgctxt "exporter"
|
6457 |
msgid "Alcohol content"
|
6458 |
msgstr "Alkoholgehalt"
|
6459 |
|
6460 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:106
|
6461 |
msgctxt "exporter"
|
6462 |
msgid "Drained weight"
|
6463 |
msgstr "Abtropfgewicht"
|
6464 |
|
6465 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:107
|
6466 |
msgctxt "exporter"
|
6467 |
msgid "Net filling quantity"
|
6468 |
msgstr "Nettofüllmenge"
|
6469 |
|
6470 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:108
|
6471 |
msgctxt "exporter"
|
6472 |
msgid "Nutri-Score"
|
6473 |
msgstr "Nutri-Score"
|
6474 |
|
6475 |
# @ woocommerce-germanized
|
6476 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:109
|
6477 |
msgctxt "exporter"
|
6478 |
msgid "Food Description"
|
6479 |
msgstr "Lebensmittelbezeichnung"
|
6480 |
|
6481 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:110
|
6482 |
msgctxt "exporter"
|
6483 |
msgid "Food Place of Origin"
|
6484 |
msgstr "Lebensmittel Herkunftsort"
|
6485 |
|
6486 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:111
|
6487 |
msgctxt "exporter"
|
6488 |
msgid "Food Distributor"
|
6489 |
msgstr "Lebensmittelunternehmer"
|
6490 |
|
6491 |
# @ woocommerce-germanized
|
6492 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:165
|
6493 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:50
|
6494 |
#, php-format
|
6495 |
msgid "Delivery Time: %s"
|
6496 |
msgstr "Lieferzeit: %s"
|
6497 |
|
6498 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:193
|
6499 |
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:51
|
6500 |
#, php-format
|
6501 |
msgid "Nutrients: %s"
|
7448 |
msgid "Observer %1$s"
|
7449 |
msgstr "Beobachter %1$s"
|
7450 |
|
7451 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:636
|
7452 |
msgctxt "oss"
|
7453 |
msgid "Quarterly"
|
7454 |
msgstr "Quartalsweise"
|
7455 |
|
7456 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:637
|
7457 |
msgctxt "oss"
|
7458 |
msgid "Yearly"
|
7459 |
msgstr "Jährlich"
|
7460 |
|
7461 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:638
|
7462 |
msgctxt "oss"
|
7463 |
msgid "Monthly"
|
7464 |
msgstr "Monatlich"
|
7465 |
|
7466 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:639
|
7467 |
msgctxt "oss"
|
7468 |
msgid "Custom"
|
7469 |
msgstr "Individuell"
|
7470 |
|
7471 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:643
|
7472 |
msgctxt "oss"
|
7473 |
msgid "Observer"
|
7474 |
msgstr "Beobachter"
|
7475 |
|
7476 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:657
|
7477 |
msgctxt "oss"
|
7478 |
msgid "Pending"
|
7479 |
msgstr "In Bearbeitung"
|
7480 |
|
7481 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:658
|
7482 |
msgctxt "oss"
|
7483 |
msgid "Completed"
|
7484 |
msgstr "Fertiggestellt"
|
7485 |
|
7486 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:659
|
7487 |
msgctxt "oss"
|
7488 |
msgid "Failed"
|
7489 |
msgstr "Fehlgeschlagen"
|
7915 |
|
7916 |
# @ woocommerce-germanized
|
7917 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:333
|
7918 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:978
|
7919 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1271
|
7920 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:2049
|
7921 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:37
|
8403 |
"Ihre Absenderadresse ist nicht komplett (%1$s). Bitte prüfen Sie Ihre <a "
|
8404 |
"href=\"%2$s\">Einstellungen</a> und versuchen Sie es erneut."
|
8405 |
|
8406 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php:750
|
8407 |
#, php-format
|
8408 |
msgctxt "dhl"
|
8409 |
msgid ""
|
8609 |
|
8610 |
# @ woocommerce-germanized
|
8611 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:106
|
8612 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:991
|
8613 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1020
|
8614 |
msgctxt "dhl"
|
8615 |
msgid "Address Type"
|
8616 |
msgstr "Adresstyp"
|
8636 |
"eintragen."
|
8637 |
|
8638 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:204
|
8639 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:661
|
8640 |
msgctxt "dhl"
|
8641 |
msgid "Invalid address type."
|
8642 |
msgstr "Ungültiger Adresstyp."
|
8643 |
|
8644 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:739
|
8645 |
#, php-format
|
8646 |
msgctxt "dhl"
|
8647 |
msgid "Please provide a valid pickup location within the %s field."
|
8648 |
msgstr "Bitte geben Sie eine gültige Abholadresse im Feld %s an."
|
8649 |
|
8650 |
# @ woocommerce-germanized
|
8651 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:751
|
8652 |
msgctxt "dhl"
|
8653 |
msgid "Sorry, but delivery to packstation is not available."
|
8654 |
msgstr ""
|
8655 |
"Entschuldigung, die Lieferung an eine Packstation steht nicht zur Verfügung."
|
8656 |
|
8657 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:756
|
8658 |
msgctxt "dhl"
|
8659 |
msgid "Sorry, but delivery to parcel shops is not available."
|
8660 |
msgstr ""
|
8661 |
"Entschuldigung, die Lieferung an einen Paketshop steht nicht zur Verfügung."
|
8662 |
|
8663 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:760
|
8664 |
msgctxt "dhl"
|
8665 |
msgid "Sorry, but delivery to post offices is not available."
|
8666 |
msgstr "Entschuldigung, die Lieferung an Postfilialen ist nicht verfügbar."
|
8667 |
|
8668 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:768
|
8669 |
msgctxt "dhl"
|
8670 |
msgid ""
|
8671 |
"Your DHL customer number (Post number) is not valid. Please check your "
|
8674 |
"Ihre DHL Kundennummer (Postnummer) ist nicht gültig. Bitte überprüfen Sie "
|
8675 |
"Ihre Eingabe."
|
8676 |
|
8677 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:771
|
8678 |
msgctxt "dhl"
|
8679 |
msgid ""
|
8680 |
"Your DHL customer number (Post number) is needed to ship to a packstation."
|
8682 |
"Ihre DHL Kundennummer (Postnummer) wird für den Versand an eine Packstation "
|
8683 |
"benötigt."
|
8684 |
|
8685 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:833
|
8686 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:982
|
8687 |
msgctxt "dhl"
|
8688 |
msgid "Branch"
|
8689 |
msgstr "Filiale"
|
8690 |
|
8691 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:834
|
8692 |
msgctxt "dhl"
|
8693 |
msgid "Postnumber "
|
8694 |
msgstr "Postnummer "
|
8695 |
|
8696 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:957
|
8697 |
#, php-format
|
8698 |
msgctxt "dhl"
|
8699 |
msgid "e.g. %s 456"
|
8700 |
msgstr "z.B. %s 456"
|
8701 |
|
8702 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:982
|
8703 |
msgctxt "dhl"
|
8704 |
msgid "Branches"
|
8705 |
msgstr "Filialen"
|
8706 |
|
8707 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:998
|
8708 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1031
|
8709 |
msgctxt "dhl"
|
8710 |
msgid "DHL customer number (Post number)"
|
8711 |
msgstr "DHL Kundennummer (Postnummer)"
|
8712 |
|
8713 |
# @ woocommerce-germanized
|
8714 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1008
|
8715 |
msgctxt "dhl"
|
8716 |
msgid "Regular Address"
|
8717 |
msgstr "Normale Adresse"
|
8718 |
|
8719 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1035
|
8720 |
msgctxt "dhl"
|
8721 |
msgid "Not yet a DHL customer?"
|
8722 |
msgstr "Noch kein DHL Kunde?"
|
8723 |
|
8724 |
# @ woocommerce-germanized
|
8725 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1035
|
8726 |
msgctxt "dhl"
|
8727 |
msgid "Register now"
|
8728 |
msgstr "Jetzt registrieren"
|
8729 |
|
8730 |
# @ woocommerce-germanized
|
8731 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1093
|
8732 |
#, php-format
|
8733 |
msgctxt "dhl"
|
8734 |
msgid "Search %s"
|
8735 |
msgstr "%s suchen"
|
8736 |
|
8737 |
# @ woocommerce-germanized
|
8738 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1223
|
8739 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1229
|
8740 |
msgctxt "dhl"
|
8741 |
msgid "The pickup location you've chosen cannot be found."
|
8742 |
msgstr "Die von Ihnen gewählte Abholadresse konnte nicht gefunden werden."
|
8743 |
|
8744 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1239
|
8745 |
#, php-format
|
8746 |
msgctxt "dhl"
|
8747 |
msgid "Your pickup address seems invalid. Did you mean %s?"
|
8748 |
msgstr "Ihre Abholadresse ist nicht bekannt. Meinten Sie %s?"
|
8749 |
|
8750 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1244
|
8751 |
#, php-format
|
8752 |
msgctxt "dhl"
|
8753 |
msgid "Your pickup city seems invalid. Did you mean %s?"
|
8754 |
msgstr "Die Stadt zu Ihrer Abholadresse ist nicht bekannt. Meinten Sie %s?"
|
8755 |
|
8756 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1345
|
8757 |
msgctxt "dhl"
|
8758 |
msgid "No DHL locations found"
|
8759 |
msgstr "Keine DHL Standorte gefunden"
|
8760 |
|
8761 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1364
|
8762 |
#, php-format
|
8763 |
msgctxt "dhl"
|
8764 |
msgid ""
|
8769 |
"einen %1$s oder %2$s."
|
8770 |
|
8771 |
# @ woocommerce-germanized
|
8772 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1364
|
8773 |
msgctxt "dhl"
|
8774 |
msgid "DHL location"
|
8775 |
msgstr "DHL Standort"
|
8776 |
|
8777 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1364
|
8778 |
msgctxt "dhl"
|
8779 |
msgid "retry"
|
8780 |
msgstr "Erneut versuchen"
|
10446 |
# @ woocommerce-germanized
|
10447 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:51
|
10448 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:421
|
10449 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:718
|
10450 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:93
|
10451 |
msgctxt "shipments"
|
10452 |
msgid "Packaging"
|
10456 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:59
|
10457 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1159
|
10458 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:25
|
10459 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:715
|
10460 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:247
|
10461 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:280
|
10462 |
msgctxt "shipments"
|
10654 |
# @ woocommerce
|
10655 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
10656 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
10657 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:713
|
10658 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:808
|
10659 |
msgctxt "shipments"
|
10660 |
msgid "Title"
|
10720 |
msgstr "Download"
|
10721 |
|
10722 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:42
|
10723 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:1015
|
10724 |
msgctxt "shipments"
|
10725 |
msgid "Create new label"
|
10726 |
msgstr "Neues Label erstellen"
|
10978 |
# @ woocommerce-germanized
|
10979 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:115
|
10980 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:366
|
10981 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:889
|
10982 |
msgctxt "shipments"
|
10983 |
msgid "Shipped"
|
10984 |
msgstr "Versandt"
|
11022 |
msgstr "Entwurf"
|
11023 |
|
11024 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:365
|
11025 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:881
|
11026 |
msgctxt "shipments"
|
11027 |
msgid "Processing"
|
11028 |
msgstr "In Bearbeitung"
|
11184 |
# @ woocommerce-germanized
|
11185 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1158
|
11186 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
11187 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:714
|
11188 |
msgctxt "shipments"
|
11189 |
msgid "Date"
|
11190 |
msgstr "Datum"
|
11199 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1161
|
11200 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:316
|
11201 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:31
|
11202 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:722
|
11203 |
msgctxt "shipments"
|
11204 |
msgid "Actions"
|
11205 |
msgstr "Aktionen"
|
11211 |
|
11212 |
# @ woocommerce-germanized
|
11213 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1405
|
11214 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:900
|
11215 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:351
|
11216 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
11217 |
msgctxt "shipments"
|
11218 |
msgid "Download label"
|
11519 |
msgid "Search returns"
|
11520 |
msgstr "Retouren suchen"
|
11521 |
|
11522 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:1008
|
11523 |
msgctxt "shipments"
|
11524 |
msgid "Do you really want to delete the shipment?"
|
11525 |
msgstr "Möchten Sie die Sendung wirklich löschen?"
|
11526 |
|
11527 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:1014
|
11528 |
msgctxt "shipments"
|
11529 |
msgid "Do you really want to delete the label?"
|
11530 |
msgstr "Möchten Sie das Label wirklich löschen?"
|
11531 |
|
11532 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:1016
|
11533 |
msgctxt "shipments"
|
11534 |
msgid "Please save the shipment before creating a new label"
|
11535 |
msgstr "Bitte speichern Sie die Sendung bevor Sie ein neues Label erstellen"
|
11659 |
msgstr "Dienstleister hinzufügen"
|
11660 |
|
11661 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:26
|
11662 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:716
|
11663 |
msgctxt "shipments"
|
11664 |
msgid "Items"
|
11665 |
msgstr "Positionen"
|
11670 |
msgstr "Absender"
|
11671 |
|
11672 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:28
|
11673 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:719
|
11674 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:94
|
11675 |
msgctxt "shipments"
|
11676 |
msgid "Weight"
|
11677 |
msgstr "Gewicht"
|
11678 |
|
11679 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:29
|
11680 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:720
|
11681 |
msgctxt "shipments"
|
11682 |
msgid "Dimensions"
|
11683 |
msgstr "Abmessungen"
|
11684 |
|
11685 |
# @ woocommerce-germanized
|
11686 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
11687 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:721
|
11688 |
msgctxt "shipments"
|
11689 |
msgid "Order"
|
11690 |
msgstr "Bestellung"
|
12037 |
msgstr[0] "%d Sendungsstatus geändert."
|
12038 |
msgstr[1] "%d Sendungsstatus geändert."
|
12039 |
|
12040 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:383
|
12041 |
msgctxt "shipments"
|
12042 |
msgid "No shipments found"
|
12043 |
msgstr "Keine Sendungen gefunden"
|
12044 |
|
12045 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:423
|
12046 |
#, php-format
|
12047 |
msgctxt "shipments"
|
12048 |
msgid "All <span class=\"count\">(%s)</span>"
|
12050 |
msgstr[0] "Alle <span class=\"count\">(%s)</span>"
|
12051 |
msgstr[1] "Alle <span class=\"count\">(%s)</span>"
|
12052 |
|
12053 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:533
|
12054 |
msgctxt "shipments"
|
12055 |
msgid "Filter by date"
|
12056 |
msgstr "Nach Datum filtern"
|
12057 |
|
12058 |
# @ woocommerce-germanized
|
12059 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:535
|
12060 |
msgctxt "shipments"
|
12061 |
msgid "All dates"
|
12062 |
msgstr "Alle Daten"
|
12063 |
|
12064 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:550
|
12065 |
#, php-format
|
12066 |
msgid "%1$s %2$d"
|
12067 |
msgstr "%1$s %2$d"
|
12068 |
|
12069 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:571
|
12070 |
msgctxt "shipments"
|
12071 |
msgid "Processing bulk actions..."
|
12072 |
msgstr "Bearbeite Mehrfachaktionen.."
|
12073 |
|
12074 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:657
|
12075 |
msgctxt "shipments"
|
12076 |
msgid "Filter"
|
12077 |
msgstr "Filtern"
|
12078 |
|
12079 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:678
|
12080 |
+
msgctxt "shipments"
|
12081 |
+
msgid "Filter by shipping provider"
|
12082 |
+
msgstr "Nach Versanddienstleister filtern"
|
12083 |
+
|
12084 |
# @ woocommerce-germanized
|
12085 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:691
|
12086 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:892
|
12087 |
#, php-format
|
12088 |
msgctxt "shipments"
|
12089 |
msgid "Order #%s"
|
12090 |
msgstr "Bestellung #%s"
|
12091 |
|
12092 |
# @ woocommerce
|
12093 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:696
|
12094 |
msgctxt "shipments"
|
12095 |
msgid "Filter by order"
|
12096 |
msgstr "Nach Bestellung filtern"
|
12097 |
|
12098 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:717
|
12099 |
msgctxt "shipments"
|
12100 |
msgid "Address"
|
12101 |
msgstr "Adresse"
|
12102 |
|
12103 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:816
|
12104 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/myaccount/shipments.php:69
|
12105 |
#, php-format
|
12106 |
msgctxt "shipment title"
|
12107 |
msgid "%1$s #%2$s"
|
12108 |
msgstr "%1$s #%2$s"
|
12109 |
|
12110 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:833
|
12111 |
#, php-format
|
12112 |
msgctxt "shipments"
|
12113 |
msgid "via %s"
|
12114 |
msgstr "via %s"
|
12115 |
|
12116 |
# @ woocommerce-germanized
|
12117 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:909
|
12118 |
msgctxt "shipments"
|
12119 |
msgid "Generate label"
|
12120 |
msgstr "Label erstellen"
|
12121 |
|
12122 |
# @ woocommerce-germanized
|
12123 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:959
|
12124 |
#, php-format
|
12125 |
msgctxt "shipments"
|
12126 |
msgid "Select %s"
|
12127 |
msgstr "Wähle %s"
|
12128 |
|
12129 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:986
|
12130 |
msgctxt "shipments"
|
12131 |
msgid "SKU:"
|
12132 |
msgstr "Art.-Nr.:"
|
12133 |
|
12134 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1096
|
12135 |
#, php-format
|
12136 |
msgctxt "%s = human-readable time difference"
|
12137 |
msgid "%s ago"
|
12138 |
msgstr "vor %s"
|
12139 |
|
12140 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1108
|
12141 |
msgctxt "shipments"
|
12142 |
msgid "M j, Y"
|
12143 |
msgstr "d.m.Y"
|
12144 |
|
12145 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1165
|
12146 |
msgctxt "shipments"
|
12147 |
msgid "Delete Permanently"
|
12148 |
msgstr "Unwiderruflich löschen"
|
12149 |
|
12150 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1168
|
12151 |
msgctxt "shipments"
|
12152 |
msgid "Change status to processing"
|
12153 |
msgstr "Status zu in Bearbeitung ändern"
|
12154 |
|
12155 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1169
|
12156 |
msgctxt "shipments"
|
12157 |
msgid "Change status to shipped"
|
12158 |
msgstr "Status zu versandt ändern"
|
12159 |
|
12160 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1170
|
12161 |
msgctxt "shipments"
|
12162 |
msgid "Change status to delivered"
|
12163 |
msgstr "Status zu geliefert ändern"
|
12164 |
|
12165 |
# @ woocommerce-germanized
|
12166 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:1171
|
12167 |
msgctxt "shipments"
|
12168 |
msgid "Generate and download labels"
|
12169 |
msgstr "Labels erstellen und downloaden"
|
12170 |
|
12171 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:99
|
12172 |
msgctxt "shipments"
|
12173 |
msgid "Notification successfully sent to customer."
|
12174 |
msgstr "Kunde erfolgreich benachrichtigt."
|
12175 |
|
12176 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:108
|
12177 |
msgctxt "shipments"
|
12178 |
msgid "There was an error while sending the notification."
|
12179 |
msgstr "Beim Versendes der Benachrichtigung ist ein Fehler aufgetreten."
|
12180 |
|
12181 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:150
|
12182 |
msgctxt "shipments"
|
12183 |
msgid "Return request confirmed successfully."
|
12184 |
msgstr "Rücksendeantrag erfolgreich bestätigt."
|
12185 |
|
12186 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:164
|
12187 |
msgctxt "shipments"
|
12188 |
msgid "There was an error while confirming the request."
|
12189 |
msgstr "Bei der Bestätigung des Antrags ist ein Fehler aufgetreten."
|
12190 |
|
12191 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:185
|
12192 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1078
|
12193 |
msgctxt "shipments"
|
12194 |
msgid "There was an error creating the label."
|
12195 |
msgstr "Beim Erstellen des Labels ist ein Fehler aufgetreten."
|
12196 |
|
12197 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:219
|
12198 |
msgctxt "shipments"
|
12199 |
msgid "There was an error deleting the label."
|
12200 |
msgstr "Beim Löschen des Labels ist ein Fehler aufgetreten."
|
12201 |
|
12202 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:260
|
12203 |
msgctxt "shipments"
|
12204 |
msgid "There was an error processing the label."
|
12205 |
msgstr "Bei der Verarbeitung des Labels ist ein Fehler aufgetreten."
|
12206 |
|
12207 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:363
|
12208 |
msgctxt "shipments"
|
12209 |
msgid "There was an error while trying to save the shipping provider status."
|
12210 |
msgstr ""
|
12211 |
"Beim Speichern des Status des Versanddienstleisters trat ein Fehler auf."
|
12212 |
|
12213 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:401
|
12214 |
msgctxt "shipments"
|
12215 |
msgid "There was an error while trying to delete the shipping provider."
|
12216 |
msgstr "Beim Löschen des Versanddienstleisters trat ein Fehler auf."
|
12217 |
|
12218 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:434
|
12219 |
msgctxt "shipments"
|
12220 |
msgid "There was an error while bulk processing shipments."
|
12221 |
msgstr ""
|
12222 |
"Bei der Verarbeitung der Mehrfachaktionen von Sendungen trat ein Fehler auf."
|
12223 |
|
12224 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:557
|
12225 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:669
|
12226 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:726
|
12227 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:763
|
12228 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:986
|
12229 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1032
|
12230 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1108
|
12231 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1141
|
12232 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1194
|
12233 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1262
|
12234 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1303
|
12235 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1358
|
12236 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1402
|
12237 |
msgctxt "shipments"
|
12238 |
msgid "There was an error processing the shipment"
|
12239 |
msgstr "Fehler bei der Verarbeitung der Sendung"
|
12240 |
|
12241 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:610
|
12242 |
msgctxt "shipments"
|
12243 |
msgid "There was an error while adding the shipment"
|
12244 |
msgstr "Beim Hinzufügen der Sendung ist ein Fehler aufgetreten"
|
12245 |
|
12246 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:631
|
12247 |
msgctxt "shipments"
|
12248 |
msgid "This order contains enough shipments already."
|
12249 |
msgstr "Diese Bestellung beinhaltet bereits genug Sendungen."
|
12250 |
|
12251 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:688
|
12252 |
msgctxt "shipments"
|
12253 |
msgid "This order contains enough returns already."
|
12254 |
msgstr "Diese Bestellung beinhaltet bereits genügend Retouren."
|
12255 |
|
12256 |
# @ woocommerce-germanized
|
12257 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:943
|
12258 |
msgctxt "shipments"
|
12259 |
msgid "Status:"
|
12260 |
msgstr "Status:"
|
12261 |
|
12262 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:948
|
12263 |
msgctxt "shipments"
|
12264 |
msgid "Customer payment page →"
|
12265 |
msgstr "Kundenbezahlungsseite →"
|
15602 |
msgid "upgrade"
|
15603 |
msgstr "aktualisieren"
|
15604 |
|
15605 |
+
#: woocommerce-germanized/woocommerce-germanized.php:345
|
15606 |
#, php-format
|
15607 |
msgid ""
|
15608 |
"This version of the Corona Helper Plugin includes a bug which could lead to "
|
15615 |
"unserem <a href=\"%2$s\" target=\"_blank\">Blog-Post</a> wie Sie das Plugin "
|
15616 |
"austauschen können."
|
15617 |
|
15618 |
+
#: woocommerce-germanized/woocommerce-germanized.php:1228
|
15619 |
msgid "Pease wait while we are trying to redirect you to the payment provider."
|
15620 |
msgstr "Einen Moment - wir versuchen Sie zum Zahlungsanbieter weiterzuleiten."
|
15621 |
|
includes/admin/class-wc-gzd-admin-notices.php
CHANGED
@@ -317,12 +317,14 @@ if ( ! class_exists( 'WC_GZD_Admin_Notices' ) ) :
|
|
317 |
|
318 |
public function is_theme_supported_by_pro() {
|
319 |
$supporting = array(
|
320 |
-
'
|
321 |
'flatsome',
|
|
|
322 |
'storefront',
|
323 |
-
'virtue',
|
324 |
'shopkeeper',
|
325 |
'astra',
|
|
|
|
|
326 |
'oceanwp',
|
327 |
);
|
328 |
|
317 |
|
318 |
public function is_theme_supported_by_pro() {
|
319 |
$supporting = array(
|
320 |
+
'virtue',
|
321 |
'flatsome',
|
322 |
+
'enfold',
|
323 |
'storefront',
|
|
|
324 |
'shopkeeper',
|
325 |
'astra',
|
326 |
+
'twentytwentytwo',
|
327 |
+
'twentytwentythree',
|
328 |
'oceanwp',
|
329 |
);
|
330 |
|
includes/admin/class-wc-gzd-admin.php
CHANGED
@@ -348,7 +348,6 @@ class WC_GZD_Admin {
|
|
348 |
* Show a notice highlighting bad template files.
|
349 |
*/
|
350 |
public function get_template_version_check_result() {
|
351 |
-
|
352 |
/**
|
353 |
* Filter to include certain packages or plugins while checking for outdated templates.
|
354 |
*
|
@@ -372,7 +371,6 @@ class WC_GZD_Admin {
|
|
372 |
);
|
373 |
|
374 |
foreach ( $template_data as $plugin => $path_data ) {
|
375 |
-
|
376 |
$path_data = wp_parse_args(
|
377 |
$path_data,
|
378 |
array(
|
@@ -425,6 +423,7 @@ class WC_GZD_Admin {
|
|
425 |
}
|
426 |
|
427 |
$file_data = array(
|
|
|
428 |
'template' => $file,
|
429 |
'theme_file' => $theme_file,
|
430 |
'theme_version' => $theme_version,
|
348 |
* Show a notice highlighting bad template files.
|
349 |
*/
|
350 |
public function get_template_version_check_result() {
|
|
|
351 |
/**
|
352 |
* Filter to include certain packages or plugins while checking for outdated templates.
|
353 |
*
|
371 |
);
|
372 |
|
373 |
foreach ( $template_data as $plugin => $path_data ) {
|
|
|
374 |
$path_data = wp_parse_args(
|
375 |
$path_data,
|
376 |
array(
|
423 |
}
|
424 |
|
425 |
$file_data = array(
|
426 |
+
'core_file' => trailingslashit( $core_path ) . $file,
|
427 |
'template' => $file,
|
428 |
'theme_file' => $theme_file,
|
429 |
'theme_version' => $theme_version,
|
includes/admin/views/html-page-status-germanized.php
CHANGED
@@ -266,7 +266,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
266 |
<?php printf( '<code>%s</code>', esc_html( str_replace( WP_CONTENT_DIR . '/themes/', '', $file['theme_file'] ) ) ); ?>
|
267 |
|
268 |
<?php if ( $file['outdated'] ) : ?>
|
269 |
-
<?php printf( esc_html__( 'Version %1$s is out of date. The core version is %
|
270 |
<?php endif; ?>
|
271 |
|
272 |
<br/>
|
266 |
<?php printf( '<code>%s</code>', esc_html( str_replace( WP_CONTENT_DIR . '/themes/', '', $file['theme_file'] ) ) ); ?>
|
267 |
|
268 |
<?php if ( $file['outdated'] ) : ?>
|
269 |
+
<?php printf( esc_html__( 'Version %1$s is out of date. The core version %2$s is available at: %3$s', 'woocommerce-germanized' ), '<span class="red" style="color:red">' . esc_html( $file['theme_version'] ) . '</span>', esc_html( $file['core_version'] ), '<code>' . esc_html( str_replace( WP_PLUGIN_DIR, '', $file['core_file'] ) ) . '</code>' ); ?>
|
270 |
<?php endif; ?>
|
271 |
|
272 |
<br/>
|
includes/export/class-wc-gzd-product-export.php
CHANGED
@@ -41,6 +41,7 @@ class WC_GZD_Product_Export {
|
|
41 |
add_filter( 'woocommerce_product_export_row_data', array( $this, 'export_delivery_times' ), 10, 2 );
|
42 |
add_filter( 'woocommerce_product_export_row_data', array( $this, 'export_nutrients' ), 15, 2 );
|
43 |
add_filter( 'woocommerce_product_export_column_names', array( $this, 'register_additional_columns' ), 500, 2 );
|
|
|
44 |
|
45 |
if ( ! did_action( 'init' ) ) {
|
46 |
add_action( 'init', array( $this, 'register_column_filters' ) );
|
@@ -112,6 +113,23 @@ class WC_GZD_Product_Export {
|
|
112 |
);
|
113 |
}
|
114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
public function register_additional_columns( $columns ) {
|
116 |
$columns = array_replace( $columns, $this->additional_columns );
|
117 |
|
41 |
add_filter( 'woocommerce_product_export_row_data', array( $this, 'export_delivery_times' ), 10, 2 );
|
42 |
add_filter( 'woocommerce_product_export_row_data', array( $this, 'export_nutrients' ), 15, 2 );
|
43 |
add_filter( 'woocommerce_product_export_column_names', array( $this, 'register_additional_columns' ), 500, 2 );
|
44 |
+
add_filter( 'woocommerce_product_export_skip_meta_keys', array( $this, 'register_core_meta_data' ), 10, 2 );
|
45 |
|
46 |
if ( ! did_action( 'init' ) ) {
|
47 |
add_action( 'init', array( $this, 'register_column_filters' ) );
|
113 |
);
|
114 |
}
|
115 |
|
116 |
+
public function register_core_meta_data( $meta_keys_to_skip, $product ) {
|
117 |
+
$meta_keys_to_skip = array_merge(
|
118 |
+
$meta_keys_to_skip,
|
119 |
+
array(
|
120 |
+
'_default_delivery_time',
|
121 |
+
'_unit_price',
|
122 |
+
'_gzd_version',
|
123 |
+
)
|
124 |
+
);
|
125 |
+
|
126 |
+
foreach ( $this->get_columns() as $key => $title ) {
|
127 |
+
$meta_keys_to_skip[] = "_{$key}";
|
128 |
+
}
|
129 |
+
|
130 |
+
return $meta_keys_to_skip;
|
131 |
+
}
|
132 |
+
|
133 |
public function register_additional_columns( $columns ) {
|
134 |
$columns = array_replace( $columns, $this->additional_columns );
|
135 |
|
includes/gateways/invoice/class-wc-gzd-gateway-invoice.php
CHANGED
@@ -224,6 +224,11 @@ class WC_GZD_Gateway_Invoice extends WC_Payment_Gateway {
|
|
224 |
|
225 |
$order->update_status( $this->default_order_status );
|
226 |
|
|
|
|
|
|
|
|
|
|
|
227 |
// Reduce stock level
|
228 |
wc_maybe_reduce_stock_levels( $order_id );
|
229 |
|
224 |
|
225 |
$order->update_status( $this->default_order_status );
|
226 |
|
227 |
+
// Prevent stock reservation for pending invoice orders
|
228 |
+
if ( function_exists( 'wc_release_stock_for_order' ) ) {
|
229 |
+
wc_release_stock_for_order( $order_id );
|
230 |
+
}
|
231 |
+
|
232 |
// Reduce stock level
|
233 |
wc_maybe_reduce_stock_levels( $order_id );
|
234 |
|
packages/one-stop-shop-woocommerce/one-stop-shop-woocommerce.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Comply with the One Stop Shop procedure while using WooCommerce.
|
6 |
* Author: vendidero
|
7 |
* Author URI: https://vendidero.de
|
8 |
-
* Version: 1.3.
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
* Tested up to: 6.1
|
5 |
* Description: Comply with the One Stop Shop procedure while using WooCommerce.
|
6 |
* Author: vendidero
|
7 |
* Author URI: https://vendidero.de
|
8 |
+
* Version: 1.3.3
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
* Tested up to: 6.1
|
packages/one-stop-shop-woocommerce/readme.txt
CHANGED
@@ -5,7 +5,7 @@ Requires at least: 5.4
|
|
5 |
Tested up to: 6.1
|
6 |
WC requires at least: 3.9
|
7 |
WC tested up to: 7.1
|
8 |
-
Stable tag: 1.3.
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -60,6 +60,9 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
|
|
60 |
3. Create a new report
|
61 |
|
62 |
== Changelog ==
|
|
|
|
|
|
|
63 |
= 1.3.2 =
|
64 |
* Fix: Jetpack autoloader version constraint in composer.json
|
65 |
|
5 |
Tested up to: 6.1
|
6 |
WC requires at least: 3.9
|
7 |
WC tested up to: 7.1
|
8 |
+
Stable tag: 1.3.3
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
60 |
3. Create a new report
|
61 |
|
62 |
== Changelog ==
|
63 |
+
= 1.3.3 =
|
64 |
+
* Improvement: Switch plugin locale to de_DE when using de_CH or de_AT
|
65 |
+
|
66 |
= 1.3.2 =
|
67 |
* Fix: Jetpack autoloader version constraint in composer.json
|
68 |
|
packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php
CHANGED
@@ -116,7 +116,7 @@ class AsyncReportGenerator {
|
|
116 |
$taxable_postcode = $this->get_order_taxable_postcode( $order );
|
117 |
$included = true;
|
118 |
|
119 |
-
if ( ! Helper::is_eu_vat_country( $taxable_country, $taxable_postcode ) ||
|
120 |
$included = false;
|
121 |
}
|
122 |
|
116 |
$taxable_postcode = $this->get_order_taxable_postcode( $order );
|
117 |
$included = true;
|
118 |
|
119 |
+
if ( ! Helper::is_eu_vat_country( $taxable_country, $taxable_postcode ) || Helper::get_base_country() === $taxable_country ) {
|
120 |
$included = false;
|
121 |
}
|
122 |
|
packages/one-stop-shop-woocommerce/src/Package.php
CHANGED
@@ -14,7 +14,7 @@ class Package {
|
|
14 |
*
|
15 |
* @var string
|
16 |
*/
|
17 |
-
const VERSION = '1.3.
|
18 |
|
19 |
/**
|
20 |
* Init the package
|
@@ -78,7 +78,7 @@ class Package {
|
|
78 |
add_action( 'wc_admin_daily', array( '\Vendidero\OneStopShop\Admin', 'queue_wc_admin_notes' ) );
|
79 |
add_action( 'woocommerce_note_updated', array( '\Vendidero\OneStopShop\Admin', 'on_wc_admin_note_update' ) );
|
80 |
|
81 |
-
|
82 |
}
|
83 |
|
84 |
public static function cleanup() {
|
@@ -496,6 +496,8 @@ class Package {
|
|
496 |
}
|
497 |
|
498 |
public static function load_plugin_textdomain() {
|
|
|
|
|
499 |
if ( function_exists( 'determine_locale' ) ) {
|
500 |
$locale = determine_locale();
|
501 |
} else {
|
@@ -510,6 +512,14 @@ class Package {
|
|
510 |
load_plugin_textdomain( 'oss-woocommerce', false, plugin_basename( dirname( __FILE__ ) ) . '/i18n/languages/' );
|
511 |
}
|
512 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
public static function register_emails( $emails ) {
|
514 |
$mails = array(
|
515 |
'\Vendidero\OneStopShop\DeliveryThresholdEmailNotification',
|
14 |
*
|
15 |
* @var string
|
16 |
*/
|
17 |
+
const VERSION = '1.3.3';
|
18 |
|
19 |
/**
|
20 |
* Init the package
|
78 |
add_action( 'wc_admin_daily', array( '\Vendidero\OneStopShop\Admin', 'queue_wc_admin_notes' ) );
|
79 |
add_action( 'woocommerce_note_updated', array( '\Vendidero\OneStopShop\Admin', 'on_wc_admin_note_update' ) );
|
80 |
|
81 |
+
add_filter( 'woocommerce_eu_tax_helper_oss_procedure_is_enabled', array( __CLASS__, 'oss_procedure_is_enabled' ) );
|
82 |
}
|
83 |
|
84 |
public static function cleanup() {
|
496 |
}
|
497 |
|
498 |
public static function load_plugin_textdomain() {
|
499 |
+
add_filter( 'plugin_locale', array( __CLASS__, 'support_german_language_variants' ), 10, 2 );
|
500 |
+
|
501 |
if ( function_exists( 'determine_locale' ) ) {
|
502 |
$locale = determine_locale();
|
503 |
} else {
|
512 |
load_plugin_textdomain( 'oss-woocommerce', false, plugin_basename( dirname( __FILE__ ) ) . '/i18n/languages/' );
|
513 |
}
|
514 |
|
515 |
+
public static function support_german_language_variants( $locale, $domain ) {
|
516 |
+
if ( 'oss-woocommerce' === $domain && apply_filters( 'oss_woocommerce_force_de_language', in_array( $locale, array( 'de_CH', 'de_AT' ), true ) ) ) {
|
517 |
+
$locale = 'de_DE';
|
518 |
+
}
|
519 |
+
|
520 |
+
return $locale;
|
521 |
+
}
|
522 |
+
|
523 |
public static function register_emails( $emails ) {
|
524 |
$mails = array(
|
525 |
'\Vendidero\OneStopShop\DeliveryThresholdEmailNotification',
|
packages/woocommerce-germanized-dhl/src/Admin/Status.php
CHANGED
@@ -88,7 +88,6 @@ class Status {
|
|
88 |
$urls = array_merge(
|
89 |
$urls,
|
90 |
array(
|
91 |
-
Package::get_warenpost_international_rest_url() => 404,
|
92 |
Package::get_internetmarke_main_url() => 200,
|
93 |
Package::get_internetmarke_refund_url() => 200,
|
94 |
Package::get_internetmarke_products_url() => 200,
|
88 |
$urls = array_merge(
|
89 |
$urls,
|
90 |
array(
|
|
|
91 |
Package::get_internetmarke_main_url() => 200,
|
92 |
Package::get_internetmarke_refund_url() => 200,
|
93 |
Package::get_internetmarke_products_url() => 200,
|
packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php
CHANGED
@@ -700,6 +700,9 @@ class LabelSoap extends Soap {
|
|
700 |
if ( $post_number = ParcelLocator::get_postnumber_by_shipment( $shipment ) ) {
|
701 |
$parcel_shop['postNumber'] = $post_number;
|
702 |
unset( $dhl_label_body['ShipmentOrder']['Shipment']['Receiver']['Communication']['email'] );
|
|
|
|
|
|
|
703 |
}
|
704 |
|
705 |
$parcel_shop['postfilialNumber'] = $address_number;
|
700 |
if ( $post_number = ParcelLocator::get_postnumber_by_shipment( $shipment ) ) {
|
701 |
$parcel_shop['postNumber'] = $post_number;
|
702 |
unset( $dhl_label_body['ShipmentOrder']['Shipment']['Receiver']['Communication']['email'] );
|
703 |
+
} else {
|
704 |
+
$parcel_shop['postNumber'] = '';
|
705 |
+
$dhl_label_body['ShipmentOrder']['Shipment']['Receiver']['Communication']['email'] = $shipment->get_email();
|
706 |
}
|
707 |
|
708 |
$parcel_shop['postfilialNumber'] = $address_number;
|
packages/woocommerce-germanized-dhl/src/Api/Soap.php
CHANGED
@@ -78,7 +78,7 @@ abstract class Soap {
|
|
78 |
}
|
79 |
|
80 |
// Explicitly allow street_number fields to equal 0
|
81 |
-
if ( empty( $v ) && ( ! in_array( $k, array( 'minorRelease', 'streetNumber', 'houseNumber', 'zip', 'active' ), true ) ) ) {
|
82 |
unset( $array[ $k ] );
|
83 |
}
|
84 |
}
|
78 |
}
|
79 |
|
80 |
// Explicitly allow street_number fields to equal 0
|
81 |
+
if ( empty( $v ) && ( ! in_array( $k, array( 'minorRelease', 'streetNumber', 'houseNumber', 'zip', 'active', 'postNumber' ), true ) ) ) {
|
82 |
unset( $array[ $k ] );
|
83 |
}
|
84 |
}
|
packages/woocommerce-germanized-dhl/src/Package.php
CHANGED
@@ -25,7 +25,7 @@ class Package {
|
|
25 |
*
|
26 |
* @var string
|
27 |
*/
|
28 |
-
const VERSION = '1.8.
|
29 |
|
30 |
public static $upload_dir_suffix = '';
|
31 |
|
25 |
*
|
26 |
* @var string
|
27 |
*/
|
28 |
+
const VERSION = '1.8.2';
|
29 |
|
30 |
public static $upload_dir_suffix = '';
|
31 |
|
packages/woocommerce-germanized-dhl/src/ParcelLocator.php
CHANGED
@@ -788,7 +788,7 @@ class ParcelLocator {
|
|
788 |
|
789 |
public static function localize_printed_scripts() {
|
790 |
/**
|
791 |
-
* Do not check for localized script as this script needs to be
|
792 |
* that shipping method data (packages etc.) exist. This may lead to duplicate localizations (which is not a bug).
|
793 |
*/
|
794 |
if ( wp_script_is( 'wc-gzd-parcel-locator-dhl' ) ) {
|
788 |
|
789 |
public static function localize_printed_scripts() {
|
790 |
/**
|
791 |
+
* Do not check for localized script as this script needs to be loaded in footer to make sure
|
792 |
* that shipping method data (packages etc.) exist. This may lead to duplicate localizations (which is not a bug).
|
793 |
*/
|
794 |
if ( wp_script_is( 'wc-gzd-parcel-locator-dhl' ) ) {
|
packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php
CHANGED
@@ -42,7 +42,7 @@ class ShippingMethod {
|
|
42 |
|
43 |
public function is_packstation_enabled() {
|
44 |
if ( $this->is_deutsche_post_enabled() ) {
|
45 |
-
return ParcelLocator::is_packstation_enabled( false );
|
46 |
} else {
|
47 |
return $this->method->get_option( 'dhl_parcel_pickup_packstation_enable' ) === 'yes' ? true : false;
|
48 |
}
|
42 |
|
43 |
public function is_packstation_enabled() {
|
44 |
if ( $this->is_deutsche_post_enabled() ) {
|
45 |
+
return apply_filters( 'woocommerce_gzd_enable_packstation_deutsche_post', ParcelLocator::is_packstation_enabled( false ) );
|
46 |
} else {
|
47 |
return $this->method->get_option( 'dhl_parcel_pickup_packstation_enable' ) === 'yes' ? true : false;
|
48 |
}
|
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.8.
|
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.8.2
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
packages/woocommerce-germanized-shipments/assets/css/admin.css
CHANGED
@@ -163,9 +163,11 @@ table.wc-gzd-shipping-providers {
|
|
163 |
.woocommerce_page_wc-gzd-shipments .tablenav .actions, .woocommerce_page_wc-gzd-return-shipments .tablenav .actions {
|
164 |
overflow: visible; }
|
165 |
|
|
|
|
|
|
|
166 |
.woocommerce_page_wc-gzd-shipments .tablenav .select2-container, .woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container {
|
167 |
float: left;
|
168 |
-
width: 240px !important;
|
169 |
font-size: 14px;
|
170 |
vertical-align: middle;
|
171 |
margin: 1px 6px 4px 1px; }
|
@@ -316,6 +318,8 @@ table.wc-gzd-shipping-providers {
|
|
316 |
content: "\f147"; }
|
317 |
.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.confirm::after, .woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.confirm::after {
|
318 |
content: "\f147"; }
|
|
|
|
|
319 |
.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.generate::after, .woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.generate::after {
|
320 |
content: "\f502"; }
|
321 |
.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.download::after, .woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.download::after {
|
163 |
.woocommerce_page_wc-gzd-shipments .tablenav .actions, .woocommerce_page_wc-gzd-return-shipments .tablenav .actions {
|
164 |
overflow: visible; }
|
165 |
|
166 |
+
.woocommerce_page_wc-gzd-shipments .tablenav .wc-gzd-order-search, .woocommerce_page_wc-gzd-shipments .tablenav .wc-gzd-shipping-provider-search, .woocommerce_page_wc-gzd-return-shipments .tablenav .wc-gzd-order-search, .woocommerce_page_wc-gzd-return-shipments .tablenav .wc-gzd-shipping-provider-search {
|
167 |
+
width: 240px; }
|
168 |
+
|
169 |
.woocommerce_page_wc-gzd-shipments .tablenav .select2-container, .woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container {
|
170 |
float: left;
|
|
|
171 |
font-size: 14px;
|
172 |
vertical-align: middle;
|
173 |
margin: 1px 6px 4px 1px; }
|
318 |
content: "\f147"; }
|
319 |
.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.confirm::after, .woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.confirm::after {
|
320 |
content: "\f147"; }
|
321 |
+
.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.email::after, .woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.email::after {
|
322 |
+
content: "\f465"; }
|
323 |
.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.generate::after, .woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.generate::after {
|
324 |
content: "\f502"; }
|
325 |
.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.download::after, .woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.download::after {
|
packages/woocommerce-germanized-shipments/assets/css/admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.woocommerce_page_wc-settings .form-table td .wc-gzd-additional-desc{margin-top:1em;line-height:1.5em;padding:.5em;background:#fff;font-style:normal;font-size:14px;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.woocommerce_page_wc-settings .wc-modal-shipping-method-settings .form-table td .wc-gzd-additional-desc{background:#efefef}.wc-gzd-admin-settings-shipping_provider .wc-gzd-shipment-api-connection-status{padding:.2em .5em;border-radius:3px;display:inline-flex;white-space:nowrap;border:1px solid #ccc}.wc-gzd-admin-settings-shipping_provider .wc-gzd-shipment-api-connection-status.connection-status-error{border-color:#761919;color:#761919}.wc-gzd-admin-settings-shipping_provider .wc-gzd-shipment-api-connection-status.connection-status-success{border-color:#5b841b;color:#5b841b}.germanized-create-label .notice-wrapper .notice{margin:0;margin-bottom:1em}.germanized-create-label .notice-wrapper .notice p{margin:.5em 0!important;padding:2px!important;font-size:13px;line-height:1.5}.germanized-create-label p.form-field{margin-bottom:5px!important;margin-top:5px!important}.germanized-create-label p.form-field:first-child,.germanized-create-label p.form-field:last-child{margin-bottom:5px!important;margin-top:5px!important}.germanized-create-label p.form-field:not(.column){display:inline-block;width:100%}.germanized-create-label .columns{margin-left:-.5rem!important;margin-right:-.5rem!important}.germanized-create-label .column{padding-left:.5rem!important;padding-right:.5rem!important}.germanized-create-label .hide-default,.germanized-create-label .show-if{display:none}.germanized-create-label .show-if label{color:#777}.germanized-create-label p.form-field{display:flex;flex-wrap:wrap}.germanized-create-label p.form-field label{margin-bottom:5px;font-weight:700;display:inline-flex}.germanized-create-label p.form-field .woocommerce-help-tip{display:inline-flex;margin-bottom:5px}.germanized-create-label p.form-field input[type=date],.germanized-create-label p.form-field input[type=email],.germanized-create-label p.form-field input[type=text],.germanized-create-label p.form-field select{width:100%;flex:0 0 100%;max-width:100%}.germanized-create-label p.form-field.form-field-checkbox{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;margin-top:10px!important;margin-bottom:10px!important;align-items:center}.germanized-create-label p.form-field.form-field-checkbox label{width:auto;margin-left:.5em;font-weight:400;order:2;margin-bottom:0}.germanized-create-label p.form-field.form-field-checkbox input[type=checkbox]{order:1}.germanized-create-label p.form-field.form-field-checkbox .woocommerce-help-tip{order:3;margin-left:3px}.germanized-create-label p.form-field.form-field-checkbox .description{width:100%;margin-top:5px;color:#777;order:4;font-style:normal}table.wc-gzd-shipping-providers{margin-top:1.5em}table.wc-gzd-shipping-providers td,table.wc-gzd-shipping-providers th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em;font-size:14px}table.wc-gzd-shipping-providers th{font-weight:600}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated{width:1%;text-align:center}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated .status-disabled,table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated .status-enabled,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated .status-disabled,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated .status-enabled{display:inline-block;margin-top:3px}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-actions{width:15%;text-align:right}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions{display:flex;justify-content:flex-end;flex-wrap:wrap}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions .button{margin-right:5px}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions .button:last-child{margin-right:0}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-title,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-title{width:30ch}table.wc-gzd-shipping-providers tr:nth-child(odd) td{background:#f9f9f9}.packaging-report-status{background:#f8dda7;color:#94660c;padding:.2em .5em;font-size:.9em;border-radius:3px;display:inline-flex;white-space:nowrap}.packaging-report-status.status-completed{background:#c6e1c6;color:#5b841b}.order-return-status,.order-shipping-status,.shipment-status{background:#eee;padding:.2em .5em;font-size:.9em;border-radius:3px;display:inline-flex;white-space:nowrap}.order-return-status.status-draft,.order-return-status.status-open,.order-return-status.status-partially-delivered,.order-return-status.status-partially-returned,.order-return-status.status-partially-shipped,.order-return-status.status-processing,.order-return-status.status-requested,.order-shipping-status.status-draft,.order-shipping-status.status-open,.order-shipping-status.status-partially-delivered,.order-shipping-status.status-partially-returned,.order-shipping-status.status-partially-shipped,.order-shipping-status.status-processing,.order-shipping-status.status-requested,.shipment-status.status-draft,.shipment-status.status-open,.shipment-status.status-partially-delivered,.shipment-status.status-partially-returned,.shipment-status.status-partially-shipped,.shipment-status.status-processing,.shipment-status.status-requested{background:#f8dda7;color:#94660c}.order-return-status.status-not-shipped,.order-shipping-status.status-not-shipped,.shipment-status.status-not-shipped{background:#eba3a3;color:#761919}.order-return-status.status-delivered,.order-return-status.status-no-shipping-needed,.order-return-status.status-returned,.order-return-status.status-shipped,.order-shipping-status.status-delivered,.order-shipping-status.status-no-shipping-needed,.order-shipping-status.status-returned,.order-shipping-status.status-shipped,.shipment-status.status-delivered,.shipment-status.status-no-shipping-needed,.shipment-status.status-returned,.shipment-status.status-shipped{background:#c6e1c6;color:#5b841b}.order-return-status.shipment-type-return-status.status-shipped,.order-shipping-status.shipment-type-return-status.status-shipped,.shipment-status.shipment-type-return-status.status-shipped{background:#f8dda7;color:#94660c}.woocommerce_page_wc-gzd-return-shipments .tablenav .actions,.woocommerce_page_wc-gzd-shipments .tablenav .actions{overflow:visible}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container{float:left;width:240px!important;font-size:14px;vertical-align:middle;margin:1px 6px 4px 1px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single{height:32px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single .select2-selection__rendered,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single .select2-selection__rendered{line-height:29px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container .select2-selection--single .select2-selection__arrow,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container .select2-selection--single .select2-selection__arrow{height:30px}.woocommerce_page_wc-gzd-return-shipments .tablenav input,.woocommerce_page_wc-gzd-return-shipments .tablenav select,.woocommerce_page_wc-gzd-shipments .tablenav input,.woocommerce_page_wc-gzd-shipments .tablenav select{line-height:1;height:32px}.woocommerce_page_wc-gzd-return-shipments .tablenav input,.woocommerce_page_wc-gzd-shipments .tablenav input{height:31px}.woocommerce_page_wc-gzd-return-shipments .tablenav #shipment-query-submit,.woocommerce_page_wc-gzd-shipments .tablenav #shipment-query-submit{margin:1px 8px 0 0}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper{display:none;clear:both;margin:1em 0;float:left;width:50%}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper h4,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper h4{margin-top:0}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress{width:100%;height:42px;margin:0 auto;display:block;-webkit-appearance:none;border:none;background:#f5f5f5;border:2px solid #eee;border-radius:4px;padding:0;box-shadow:0 1px 0 0 rgba(255,255,255,.2)}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-bar,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-bar{background:transparent none;border:0;border-radius:4px;padding:0;box-shadow:none}.woocommerce_page_wc-gzd-return-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-value,.woocommerce_page_wc-gzd-shipments #posts-filter .bulk-action-wrapper progress::-webkit-progress-value{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;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;-moz-transition:width 1s ease;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;-ms-transition:width 1s ease;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter.bulk-action-processing .bulk-action-wrapper,.woocommerce_page_wc-gzd-shipments #posts-filter.bulk-action-processing .bulk-action-wrapper{display:block}.woocommerce_page_wc-gzd-return-shipments .wp-list-table,.woocommerce_page_wc-gzd-shipments .wp-list-table{margin-top:1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td,.woocommerce_page_wc-gzd-return-shipments .wp-list-table th,.woocommerce_page_wc-gzd-shipments .wp-list-table td,.woocommerce_page_wc-gzd-shipments .wp-list-table th{padding:.5em 1em;width:10ch;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table tbody th,.woocommerce_page_wc-gzd-return-shipments .wp-list-table td,.woocommerce_page_wc-gzd-shipments .wp-list-table tbody th,.woocommerce_page_wc-gzd-shipments .wp-list-table td{line-height:26px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th{padding:.5em 1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th.sortable a,.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th.sorted a,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th.sortable a,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th.sorted a{padding:0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th:last-child,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th:last-child{padding-right:2em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .check-column,.woocommerce_page_wc-gzd-shipments .wp-list-table .check-column{width:16px;white-space:nowrap;padding:1em 1em 1em 1em!important;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .check-column input,.woocommerce_page_wc-gzd-shipments .wp-list-table .check-column input{vertical-align:text-top;margin:1px 0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title{font-weight:700}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title .shipment-title-meta,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title .shipment-title-meta{margin-top:0;font-weight:400;color:#999;font-size:12px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title .shipment-title-meta .shipment-tracking-id,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title .shipment-title-meta .shipment-tracking-id{color:#999;display:block}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-title,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-title{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions{width:10ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-order,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-order{width:10ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-address a,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-sender a,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-address a,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-sender a{color:#32373c}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .shipment-status,.woocommerce_page_wc-gzd-shipments .wp-list-table .shipment-status{font-size:1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions{text-align:right}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button{text-indent:9999px;margin:2px 0 2px 4px;position:relative;display:inline-block;padding:0;height:2em;width:2em;overflow:hidden;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button::after{font-family:Dashicons;margin:0;margin-top:2px;speak:none;font-weight:400;font-variant:normal;text-transform:none;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.85}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.processing::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.processing::after{font-family:WooCommerce;content:"\e00f"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.shipped::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.shipped::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.delivered::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.delivered::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.confirm::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.confirm::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.generate::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.generate::after{content:"\f502"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.download::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.download::after{content:"\f103"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-address,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-sender,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-address,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-sender{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-items,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-items{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview{font-size:.9em;border-spacing:0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview thead th,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview thead th{color:#adadad;padding-top:0;font-size:1.1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr td{border-bottom:1px solid #ccc!important}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr:last-child td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr:last-child td{border-bottom:none!important}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th{padding:.3em 0;vertical-align:top;line-height:20px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name{width:70%}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name small,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name small,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name small,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name small{color:#999;font-size:12px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-quantity{text-align:right;padding-right:.5em}.post-type-shop_order .wp-list-table .column-shipping_status,.woocommerce_page_wc-orders .wp-list-table .column-shipping_status{width:12ch}.post-type-shop_order .wp-list-table .shipping_status .order-shipping-status,.woocommerce_page_wc-orders .wp-list-table .shipping_status .order-shipping-status{overflow:hidden;text-overflow:ellipsis;font-size:13px;line-height:2.5em;display:inline-flex;max-width:100%;padding:0 1em}#woocommerce-gzd-order-shipments{border-bottom:1px solid #c3c4c7!important}#woocommerce-gzd-order-shipments .inside{margin:0;padding:0;display:block!important}#woocommerce-gzd-order-shipments .handlediv,#woocommerce-gzd-order-shipments .hndle,#woocommerce-gzd-order-shipments .postbox-header{display:none}#woocommerce-gzd-order-shipments .hide-default{display:none}.germanized-shipments *{box-sizing:border-box}.germanized-shipments #panel-order-shipments{padding:23px 0 0}.germanized-shipments #panel-order-shipments .panel-inner{padding:0 24px}.germanized-shipments #panel-order-shipments .panel-title-inner{padding-left:0;margin-top:1em;padding-right:0}.germanized-shipments #panel-order-shipments .panel-title{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .panel-title h2{margin:0;font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;font-size:21px;font-weight:400;line-height:1.2;text-shadow:1px 1px 1px #fff;padding:0}.germanized-shipments #panel-order-shipments .panel-footer{background:#f8f8f8;padding-top:1em;padding-bottom:1em;border-top:1px solid #dfdfdf;display:none}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions{display:flex;flex-wrap:nowrap;justify-content:space-between}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions .shipment-actions-left{display:flex;flex-wrap:wrap;justify-content:flex-start}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions .shipment-actions-left .button{margin-right:1em}.germanized-shipments #panel-order-shipments .panel-footer #order-shipments-save{display:none}.germanized-shipments #panel-order-shipments #order-return-shipment-add,.germanized-shipments #panel-order-shipments #order-shipment-add{display:none}.germanized-shipments #panel-order-shipments.needs-shipments .panel-footer{display:block}.germanized-shipments #panel-order-shipments.needs-shipments #order-shipment-add{display:block}.germanized-shipments #panel-order-shipments.needs-returns .panel-footer{display:block}.germanized-shipments #panel-order-shipments.needs-returns #order-return-shipment-add{display:block}.germanized-shipments #panel-order-shipments #order-shipments-list{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .delete{color:#a00}.germanized-shipments #panel-order-shipments .delete:hover{color:#dc3232;border:none}.germanized-shipments #panel-order-shipments .order-shipment a .woocommerce-help-tip{margin-right:3px}.germanized-shipments #panel-order-shipments .order-shipment .handlediv{display:inline-block;float:none;width:auto;height:auto}.germanized-shipments #panel-order-shipments .order-shipment .handlediv .toggle-indicator::before{content:"\f140"}.germanized-shipments #panel-order-shipments .order-shipment .wc-gzd-shipment-label h4{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment .wc-gzd-shipment-label .shipment-label-actions .shipment-label-actions-wrapper{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:1em;align-items:center}.germanized-shipments #panel-order-shipments .order-shipment .wc-gzd-shipment-label .shipment-label-actions .shipment-label-actions-wrapper a{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .show-if{display:none}.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-content-wrapper{display:block}.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-header>.right>.handlediv .toggle-indicator::before{content:"\f142"}.germanized-shipments #panel-order-shipments .order-shipment .item-count{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer{margin-top:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer .shipment-footer-inner{display:flex;flex-wrap:nowrap;justify-content:flex-end;padding:0 .5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer .shipment-footer-inner a.shipment-footer-action{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer .shipment-footer-inner a.shipment-footer-action:last-child{margin-right:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header{color:#999;background:#f8f8f8;margin:1.5em 0;padding:.5em 1em;cursor:pointer}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header .shipment-status{margin-left:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header h3{margin:0}.germanized-shipments #panel-order-shipments .order-shipment:first-child .shipment-header{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header:hover,.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-header{background:#f3f3f3}.germanized-shipments #panel-order-shipments .order-shipment .shipment-content-wrapper{display:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-content{padding:1em;margin-top:-1.5em;padding-bottom:0}.germanized-shipments #panel-order-shipments .order-shipment .add-shipment-return{display:none}.germanized-shipments #panel-order-shipments .order-shipment.is-returnable .add-shipment-return{display:block}.germanized-shipments #panel-order-shipments .order-shipment p.form-row{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .order-shipment p.form-row.wc-gzd-shipment-packaging-wrapper{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=email],.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=number],.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=text]{height:30px}.germanized-shipments #panel-order-shipments .order-shipment p.form-row select{line-height:30px;height:30px;padding-top:0;padding-bottom:0}.germanized-shipments #panel-order-shipments .order-shipment p.form-row label{color:#999;font-weight:600}.germanized-shipments #panel-order-shipments .order-shipment p.form-row label .woocommerce-help-tip{float:none}.germanized-shipments #panel-order-shipments .order-shipment .columns .column.column-spaced{margin:5px 0}.germanized-shipments #panel-order-shipments .order-shipment .columns .column h4{margin-bottom:.7em;color:#999}.germanized-shipments #panel-order-shipments .order-shipment .columns .column h4 a{color:#999;text-decoration:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-action{text-align:right}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-quantity input{width:60px;text-align:center}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-name p.form-row{margin-bottom:0;margin-top:.5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-heading{padding:.5em;color:#999;background:#f8f8f8;font-weight:600}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item{padding:.5em;border-bottom:1px solid #dfdfdf}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item:last-child{border-bottom:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item:nth-child(2n){background:#f8f8f8}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item .columns{align-items:center}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions{display:flex;padding:.7em .5em;flex-wrap:nowrap;justify-content:flex-end;border-top:1px solid #dfdfdf}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions .add-items{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions .woocommerce-help-tip{margin-left:0}.germanized-shipments #panel-order-shipments .order-shipment .add-items{display:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns{margin-top:.5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-header{background:0 0;border-bottom:1px solid #dfdfdf;padding-left:0;padding-right:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-header h3{font-size:1.1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-content{padding:1em 0}.germanized-shipments #panel-order-shipments .order-shipment.needs-items .add-items{display:block}.germanized-shipments #panel-order-shipments .form-row .input-inner-wrap{clear:left;margin:0;display:flex;flex-wrap:nowrap}.germanized-shipments #panel-order-shipments .form-row .input-inner-wrap input{margin-right:1em}.germanized-shipments #panel-order-shipments .form-row .input-inner-wrap input:last-child{margin-right:0}.germanized-shipments .title-spread{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}.germanized-shipments .title-spread .left,.germanized-shipments .title-spread .right{display:inline-flex;align-items:center}.germanized-shipments .show-lg,.germanized-shipments .show-md,.germanized-shipments .show-sm,.germanized-shipments .show-xl,.germanized-shipments .show-xs{display:none!important}.germanized-shipments .columns{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.germanized-shipments .columns.col-gapless{margin-left:0;margin-right:0}.germanized-shipments .columns.col-gapless>.column{padding-left:0;padding-right:0}.germanized-shipments .columns.col-oneline{flex-wrap:nowrap;overflow-x:auto}.germanized-shipments .column{flex:1;max-width:100%;padding-left:1rem;padding-right:1rem}.germanized-shipments .column.col-1,.germanized-shipments .column.col-10,.germanized-shipments .column.col-11,.germanized-shipments .column.col-12,.germanized-shipments .column.col-2,.germanized-shipments .column.col-3,.germanized-shipments .column.col-4,.germanized-shipments .column.col-5,.germanized-shipments .column.col-6,.germanized-shipments .column.col-7,.germanized-shipments .column.col-8,.germanized-shipments .column.col-9,.germanized-shipments .column.col-auto{flex:none}.germanized-shipments .col-12{width:100%}.germanized-shipments .col-11{width:91.66666667%}.germanized-shipments .col-10{width:83.33333333%}.germanized-shipments .col-9{width:75%}.germanized-shipments .col-8{width:66.66666667%}.germanized-shipments .col-7{width:58.33333333%}.germanized-shipments .col-6{width:50%}.germanized-shipments .col-5{width:41.66666667%}.germanized-shipments .col-4{width:33.33333333%}.germanized-shipments .col-3{width:25%}.germanized-shipments .col-2{width:16.66666667%}.germanized-shipments .col-1{width:8.33333333%}.germanized-shipments .col-auto{flex:0 0 auto;max-width:none;width:auto}.germanized-shipments .col-mx-auto{margin-left:auto;margin-right:auto}.germanized-shipments .col-ml-auto{margin-left:auto}.germanized-shipments .col-mr-auto{margin-right:auto}@media (max-width:1280px){.germanized-shipments .col-xl-1,.germanized-shipments .col-xl-10,.germanized-shipments .col-xl-11,.germanized-shipments .col-xl-12,.germanized-shipments .col-xl-2,.germanized-shipments .col-xl-3,.germanized-shipments .col-xl-4,.germanized-shipments .col-xl-5,.germanized-shipments .col-xl-6,.germanized-shipments .col-xl-7,.germanized-shipments .col-xl-8,.germanized-shipments .col-xl-9,.germanized-shipments .col-xl-auto{flex:none}.germanized-shipments .col-xl-12{width:100%}.germanized-shipments .col-xl-11{width:91.66666667%}.germanized-shipments .col-xl-10{width:83.33333333%}.germanized-shipments .col-xl-9{width:75%}.germanized-shipments .col-xl-8{width:66.66666667%}.germanized-shipments .col-xl-7{width:58.33333333%}.germanized-shipments .col-xl-6{width:50%}.germanized-shipments .col-xl-5{width:41.66666667%}.germanized-shipments .col-xl-4{width:33.33333333%}.germanized-shipments .col-xl-3{width:25%}.germanized-shipments .col-xl-2{width:16.66666667%}.germanized-shipments .col-xl-1{width:8.33333333%}.germanized-shipments .col-xl-auto{width:auto}.germanized-shipments .hide-xl{display:none!important}.germanized-shipments .show-xl{display:block!important}}@media (max-width:960px){.germanized-shipments .col-lg-1,.germanized-shipments .col-lg-10,.germanized-shipments .col-lg-11,.germanized-shipments .col-lg-12,.germanized-shipments .col-lg-2,.germanized-shipments .col-lg-3,.germanized-shipments .col-lg-4,.germanized-shipments .col-lg-5,.germanized-shipments .col-lg-6,.germanized-shipments .col-lg-7,.germanized-shipments .col-lg-8,.germanized-shipments .col-lg-9,.germanized-shipments .col-lg-auto{flex:none}.germanized-shipments .col-lg-12{width:100%}.germanized-shipments .col-lg-11{width:91.66666667%}.germanized-shipments .col-lg-10{width:83.33333333%}.germanized-shipments .col-lg-9{width:75%}.germanized-shipments .col-lg-8{width:66.66666667%}.germanized-shipments .col-lg-7{width:58.33333333%}.germanized-shipments .col-lg-6{width:50%}.germanized-shipments .col-lg-5{width:41.66666667%}.germanized-shipments .col-lg-4{width:33.33333333%}.germanized-shipments .col-lg-3{width:25%}.germanized-shipments .col-lg-2{width:16.66666667%}.germanized-shipments .col-lg-1{width:8.33333333%}.germanized-shipments .col-lg-auto{width:auto}.germanized-shipments .hide-lg{display:none!important}.germanized-shipments .show-lg{display:block!important}}@media (max-width:840px){.germanized-shipments .col-md-1,.germanized-shipments .col-md-10,.germanized-shipments .col-md-11,.germanized-shipments .col-md-12,.germanized-shipments .col-md-2,.germanized-shipments .col-md-3,.germanized-shipments .col-md-4,.germanized-shipments .col-md-5,.germanized-shipments .col-md-6,.germanized-shipments .col-md-7,.germanized-shipments .col-md-8,.germanized-shipments .col-md-9,.germanized-shipments .col-md-auto{flex:none}.germanized-shipments .col-md-12{width:100%}.germanized-shipments .col-md-11{width:91.66666667%}.germanized-shipments .col-md-10{width:83.33333333%}.germanized-shipments .col-md-9{width:75%}.germanized-shipments .col-md-8{width:66.66666667%}.germanized-shipments .col-md-7{width:58.33333333%}.germanized-shipments .col-md-6{width:50%}.germanized-shipments .col-md-5{width:41.66666667%}.germanized-shipments .col-md-4{width:33.33333333%}.germanized-shipments .col-md-3{width:25%}.germanized-shipments .col-md-2{width:16.66666667%}.germanized-shipments .col-md-1{width:8.33333333%}.germanized-shipments .col-md-auto{width:auto}.germanized-shipments .hide-md{display:none!important}.germanized-shipments .show-md{display:block!important}}@media (max-width:600px){.germanized-shipments .col-sm-1,.germanized-shipments .col-sm-10,.germanized-shipments .col-sm-11,.germanized-shipments .col-sm-12,.germanized-shipments .col-sm-2,.germanized-shipments .col-sm-3,.germanized-shipments .col-sm-4,.germanized-shipments .col-sm-5,.germanized-shipments .col-sm-6,.germanized-shipments .col-sm-7,.germanized-shipments .col-sm-8,.germanized-shipments .col-sm-9,.germanized-shipments .col-sm-auto{flex:none}.germanized-shipments .col-sm-12{width:100%}.germanized-shipments .col-sm-11{width:91.66666667%}.germanized-shipments .col-sm-10{width:83.33333333%}.germanized-shipments .col-sm-9{width:75%}.germanized-shipments .col-sm-8{width:66.66666667%}.germanized-shipments .col-sm-7{width:58.33333333%}.germanized-shipments .col-sm-6{width:50%}.germanized-shipments .col-sm-5{width:41.66666667%}.germanized-shipments .col-sm-4{width:33.33333333%}.germanized-shipments .col-sm-3{width:25%}.germanized-shipments .col-sm-2{width:16.66666667%}.germanized-shipments .col-sm-1{width:8.33333333%}.germanized-shipments .col-sm-auto{width:auto}.germanized-shipments .hide-sm{display:none!important}.germanized-shipments .show-sm{display:block!important}}@media (max-width:480px){.germanized-shipments .col-xs-1,.germanized-shipments .col-xs-10,.germanized-shipments .col-xs-11,.germanized-shipments .col-xs-12,.germanized-shipments .col-xs-2,.germanized-shipments .col-xs-3,.germanized-shipments .col-xs-4,.germanized-shipments .col-xs-5,.germanized-shipments .col-xs-6,.germanized-shipments .col-xs-7,.germanized-shipments .col-xs-8,.germanized-shipments .col-xs-9,.germanized-shipments .col-xs-auto{flex:none}.germanized-shipments .col-xs-12{width:100%}.germanized-shipments .col-xs-11{width:91.66666667%}.germanized-shipments .col-xs-10{width:83.33333333%}.germanized-shipments .col-xs-9{width:75%}.germanized-shipments .col-xs-8{width:66.66666667%}.germanized-shipments .col-xs-7{width:58.33333333%}.germanized-shipments .col-xs-6{width:50%}.germanized-shipments .col-xs-5{width:41.66666667%}.germanized-shipments .col-xs-4{width:33.33333333%}.germanized-shipments .col-xs-3{width:25%}.germanized-shipments .col-xs-2{width:16.66666667%}.germanized-shipments .col-xs-1{width:8.33333333%}.germanized-shipments .col-xs-auto{width:auto}.germanized-shipments .hide-xs{display:none!important}.germanized-shipments .show-xs{display:block!important}}
|
1 |
+
.woocommerce_page_wc-settings .form-table td .wc-gzd-additional-desc{margin-top:1em;line-height:1.5em;padding:.5em;background:#fff;font-style:normal;font-size:14px;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.woocommerce_page_wc-settings .wc-modal-shipping-method-settings .form-table td .wc-gzd-additional-desc{background:#efefef}.wc-gzd-admin-settings-shipping_provider .wc-gzd-shipment-api-connection-status{padding:.2em .5em;border-radius:3px;display:inline-flex;white-space:nowrap;border:1px solid #ccc}.wc-gzd-admin-settings-shipping_provider .wc-gzd-shipment-api-connection-status.connection-status-error{border-color:#761919;color:#761919}.wc-gzd-admin-settings-shipping_provider .wc-gzd-shipment-api-connection-status.connection-status-success{border-color:#5b841b;color:#5b841b}.germanized-create-label .notice-wrapper .notice{margin:0;margin-bottom:1em}.germanized-create-label .notice-wrapper .notice p{margin:.5em 0!important;padding:2px!important;font-size:13px;line-height:1.5}.germanized-create-label p.form-field{margin-bottom:5px!important;margin-top:5px!important}.germanized-create-label p.form-field:first-child,.germanized-create-label p.form-field:last-child{margin-bottom:5px!important;margin-top:5px!important}.germanized-create-label p.form-field:not(.column){display:inline-block;width:100%}.germanized-create-label .columns{margin-left:-.5rem!important;margin-right:-.5rem!important}.germanized-create-label .column{padding-left:.5rem!important;padding-right:.5rem!important}.germanized-create-label .hide-default,.germanized-create-label .show-if{display:none}.germanized-create-label .show-if label{color:#777}.germanized-create-label p.form-field{display:flex;flex-wrap:wrap}.germanized-create-label p.form-field label{margin-bottom:5px;font-weight:700;display:inline-flex}.germanized-create-label p.form-field .woocommerce-help-tip{display:inline-flex;margin-bottom:5px}.germanized-create-label p.form-field input[type=date],.germanized-create-label p.form-field input[type=email],.germanized-create-label p.form-field input[type=text],.germanized-create-label p.form-field select{width:100%;flex:0 0 100%;max-width:100%}.germanized-create-label p.form-field.form-field-checkbox{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;margin-top:10px!important;margin-bottom:10px!important;align-items:center}.germanized-create-label p.form-field.form-field-checkbox label{width:auto;margin-left:.5em;font-weight:400;order:2;margin-bottom:0}.germanized-create-label p.form-field.form-field-checkbox input[type=checkbox]{order:1}.germanized-create-label p.form-field.form-field-checkbox .woocommerce-help-tip{order:3;margin-left:3px}.germanized-create-label p.form-field.form-field-checkbox .description{width:100%;margin-top:5px;color:#777;order:4;font-style:normal}table.wc-gzd-shipping-providers{margin-top:1.5em}table.wc-gzd-shipping-providers td,table.wc-gzd-shipping-providers th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em;font-size:14px}table.wc-gzd-shipping-providers th{font-weight:600}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated{width:1%;text-align:center}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated .status-disabled,table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated .status-enabled,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated .status-disabled,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated .status-enabled{display:inline-block;margin-top:3px}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-actions{width:15%;text-align:right}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions{display:flex;justify-content:flex-end;flex-wrap:wrap}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions .button{margin-right:5px}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions .button:last-child{margin-right:0}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-title,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-title{width:30ch}table.wc-gzd-shipping-providers tr:nth-child(odd) td{background:#f9f9f9}.packaging-report-status{background:#f8dda7;color:#94660c;padding:.2em .5em;font-size:.9em;border-radius:3px;display:inline-flex;white-space:nowrap}.packaging-report-status.status-completed{background:#c6e1c6;color:#5b841b}.order-return-status,.order-shipping-status,.shipment-status{background:#eee;padding:.2em .5em;font-size:.9em;border-radius:3px;display:inline-flex;white-space:nowrap}.order-return-status.status-draft,.order-return-status.status-open,.order-return-status.status-partially-delivered,.order-return-status.status-partially-returned,.order-return-status.status-partially-shipped,.order-return-status.status-processing,.order-return-status.status-requested,.order-shipping-status.status-draft,.order-shipping-status.status-open,.order-shipping-status.status-partially-delivered,.order-shipping-status.status-partially-returned,.order-shipping-status.status-partially-shipped,.order-shipping-status.status-processing,.order-shipping-status.status-requested,.shipment-status.status-draft,.shipment-status.status-open,.shipment-status.status-partially-delivered,.shipment-status.status-partially-returned,.shipment-status.status-partially-shipped,.shipment-status.status-processing,.shipment-status.status-requested{background:#f8dda7;color:#94660c}.order-return-status.status-not-shipped,.order-shipping-status.status-not-shipped,.shipment-status.status-not-shipped{background:#eba3a3;color:#761919}.order-return-status.status-delivered,.order-return-status.status-no-shipping-needed,.order-return-status.status-returned,.order-return-status.status-shipped,.order-shipping-status.status-delivered,.order-shipping-status.status-no-shipping-needed,.order-shipping-status.status-returned,.order-shipping-status.status-shipped,.shipment-status.status-delivered,.shipment-status.status-no-shipping-needed,.shipment-status.status-returned,.shipment-status.status-shipped{background:#c6e1c6;color:#5b841b}.order-return-status.shipment-type-return-status.status-shipped,.order-shipping-status.shipment-type-return-status.status-shipped,.shipment-status.shipment-type-return-status.status-shipped{background:#f8dda7;color:#94660c}.woocommerce_page_wc-gzd-return-shipments .tablenav .actions,.woocommerce_page_wc-gzd-shipments .tablenav .actions{overflow:visible}.woocommerce_page_wc-gzd-return-shipments .tablenav .wc-gzd-order-search,.woocommerce_page_wc-gzd-return-shipments .tablenav .wc-gzd-shipping-provider-search,.woocommerce_page_wc-gzd-shipments .tablenav .wc-gzd-order-search,.woocommerce_page_wc-gzd-shipments .tablenav .wc-gzd-shipping-provider-search{width:240px}.woocommerce_page_wc-gzd-return-shipments .tablenav .select2-container,.woocommerce_page_wc-gzd-shipments .tablenav .select2-container{float:left;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;-webkit-transition:width 1s ease;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;-moz-transition:width 1s ease;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;-ms-transition:width 1s ease;transition:width 1s ease}.woocommerce_page_wc-gzd-return-shipments #posts-filter.bulk-action-processing .bulk-action-wrapper,.woocommerce_page_wc-gzd-shipments #posts-filter.bulk-action-processing .bulk-action-wrapper{display:block}.woocommerce_page_wc-gzd-return-shipments .wp-list-table,.woocommerce_page_wc-gzd-shipments .wp-list-table{margin-top:1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td,.woocommerce_page_wc-gzd-return-shipments .wp-list-table th,.woocommerce_page_wc-gzd-shipments .wp-list-table td,.woocommerce_page_wc-gzd-shipments .wp-list-table th{padding:.5em 1em;width:10ch;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table tbody th,.woocommerce_page_wc-gzd-return-shipments .wp-list-table td,.woocommerce_page_wc-gzd-shipments .wp-list-table tbody th,.woocommerce_page_wc-gzd-shipments .wp-list-table td{line-height:26px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th{padding:.5em 1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th.sortable a,.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th.sorted a,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th.sortable a,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th.sorted a{padding:0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table thead th:last-child,.woocommerce_page_wc-gzd-shipments .wp-list-table thead th:last-child{padding-right:2em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .check-column,.woocommerce_page_wc-gzd-shipments .wp-list-table .check-column{width:16px;white-space:nowrap;padding:1em 1em 1em 1em!important;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .check-column input,.woocommerce_page_wc-gzd-shipments .wp-list-table .check-column input{vertical-align:text-top;margin:1px 0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title{font-weight:700}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title .shipment-title-meta,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title .shipment-title-meta{margin-top:0;font-weight:400;color:#999;font-size:12px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table td.column-title .shipment-title-meta .shipment-tracking-id,.woocommerce_page_wc-gzd-shipments .wp-list-table td.column-title .shipment-title-meta .shipment-tracking-id{color:#999;display:block}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-title,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-title{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions{width:10ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-order,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-order{width:10ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-address a,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-sender a,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-address a,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-sender a{color:#32373c}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .shipment-status,.woocommerce_page_wc-gzd-shipments .wp-list-table .shipment-status{font-size:1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions{text-align:right}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button{text-indent:9999px;margin:2px 0 2px 4px;position:relative;display:inline-block;padding:0;height:2em;width:2em;overflow:hidden;vertical-align:middle}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button::after{font-family:Dashicons;margin:0;margin-top:2px;speak:none;font-weight:400;font-variant:normal;text-transform:none;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.85}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.processing::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.processing::after{font-family:WooCommerce;content:"\e00f"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.shipped::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.shipped::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.delivered::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.delivered::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.confirm::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.confirm::after{content:"\f147"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.email::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.email::after{content:"\f465"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.generate::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.generate::after{content:"\f502"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-actions a.button.download::after,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-actions a.button.download::after{content:"\f103"}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-address,.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-sender,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-address,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-sender{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table .column-items,.woocommerce_page_wc-gzd-shipments .wp-list-table .column-items{width:20ch}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview{font-size:.9em;border-spacing:0}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview thead th,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview thead th{color:#adadad;padding-top:0;font-size:1.1em}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr td{border-bottom:1px solid #ccc!important}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr:last-child td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview tr:last-child td{border-bottom:none!important}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th{padding:.3em 0;vertical-align:top;line-height:20px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name{width:70%}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name small,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name small,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-name small,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-name small{color:#999;font-size:12px}.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-return-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview td.wc-gzd-shipment-item-column-quantity,.woocommerce_page_wc-gzd-shipments .wp-list-table #the-list .column-items table.wc-gzd-shipments-preview th.wc-gzd-shipment-item-column-quantity{text-align:right;padding-right:.5em}.post-type-shop_order .wp-list-table .column-shipping_status,.woocommerce_page_wc-orders .wp-list-table .column-shipping_status{width:12ch}.post-type-shop_order .wp-list-table .shipping_status .order-shipping-status,.woocommerce_page_wc-orders .wp-list-table .shipping_status .order-shipping-status{overflow:hidden;text-overflow:ellipsis;font-size:13px;line-height:2.5em;display:inline-flex;max-width:100%;padding:0 1em}#woocommerce-gzd-order-shipments{border-bottom:1px solid #c3c4c7!important}#woocommerce-gzd-order-shipments .inside{margin:0;padding:0;display:block!important}#woocommerce-gzd-order-shipments .handlediv,#woocommerce-gzd-order-shipments .hndle,#woocommerce-gzd-order-shipments .postbox-header{display:none}#woocommerce-gzd-order-shipments .hide-default{display:none}.germanized-shipments *{box-sizing:border-box}.germanized-shipments #panel-order-shipments{padding:23px 0 0}.germanized-shipments #panel-order-shipments .panel-inner{padding:0 24px}.germanized-shipments #panel-order-shipments .panel-title-inner{padding-left:0;margin-top:1em;padding-right:0}.germanized-shipments #panel-order-shipments .panel-title{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .panel-title h2{margin:0;font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;font-size:21px;font-weight:400;line-height:1.2;text-shadow:1px 1px 1px #fff;padding:0}.germanized-shipments #panel-order-shipments .panel-footer{background:#f8f8f8;padding-top:1em;padding-bottom:1em;border-top:1px solid #dfdfdf;display:none}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions{display:flex;flex-wrap:nowrap;justify-content:space-between}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions .shipment-actions-left{display:flex;flex-wrap:wrap;justify-content:flex-start}.germanized-shipments #panel-order-shipments .panel-footer .order-shipments-actions .shipment-actions-left .button{margin-right:1em}.germanized-shipments #panel-order-shipments .panel-footer #order-shipments-save{display:none}.germanized-shipments #panel-order-shipments #order-return-shipment-add,.germanized-shipments #panel-order-shipments #order-shipment-add{display:none}.germanized-shipments #panel-order-shipments.needs-shipments .panel-footer{display:block}.germanized-shipments #panel-order-shipments.needs-shipments #order-shipment-add{display:block}.germanized-shipments #panel-order-shipments.needs-returns .panel-footer{display:block}.germanized-shipments #panel-order-shipments.needs-returns #order-return-shipment-add{display:block}.germanized-shipments #panel-order-shipments #order-shipments-list{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .delete{color:#a00}.germanized-shipments #panel-order-shipments .delete:hover{color:#dc3232;border:none}.germanized-shipments #panel-order-shipments .order-shipment a .woocommerce-help-tip{margin-right:3px}.germanized-shipments #panel-order-shipments .order-shipment .handlediv{display:inline-block;float:none;width:auto;height:auto}.germanized-shipments #panel-order-shipments .order-shipment .handlediv .toggle-indicator::before{content:"\f140"}.germanized-shipments #panel-order-shipments .order-shipment .wc-gzd-shipment-label h4{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment .wc-gzd-shipment-label .shipment-label-actions .shipment-label-actions-wrapper{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:1em;align-items:center}.germanized-shipments #panel-order-shipments .order-shipment .wc-gzd-shipment-label .shipment-label-actions .shipment-label-actions-wrapper a{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .show-if{display:none}.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-content-wrapper{display:block}.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-header>.right>.handlediv .toggle-indicator::before{content:"\f142"}.germanized-shipments #panel-order-shipments .order-shipment .item-count{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer{margin-top:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer .shipment-footer-inner{display:flex;flex-wrap:nowrap;justify-content:flex-end;padding:0 .5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer .shipment-footer-inner a.shipment-footer-action{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-footer .shipment-footer-inner a.shipment-footer-action:last-child{margin-right:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header{color:#999;background:#f8f8f8;margin:1.5em 0;padding:.5em 1em;cursor:pointer}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header .shipment-status{margin-left:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header h3{margin:0}.germanized-shipments #panel-order-shipments .order-shipment:first-child .shipment-header{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-header:hover,.germanized-shipments #panel-order-shipments .order-shipment.active>.shipment-header{background:#f3f3f3}.germanized-shipments #panel-order-shipments .order-shipment .shipment-content-wrapper{display:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-content{padding:1em;margin-top:-1.5em;padding-bottom:0}.germanized-shipments #panel-order-shipments .order-shipment .add-shipment-return{display:none}.germanized-shipments #panel-order-shipments .order-shipment.is-returnable .add-shipment-return{display:block}.germanized-shipments #panel-order-shipments .order-shipment p.form-row{margin-bottom:1.5em}.germanized-shipments #panel-order-shipments .order-shipment p.form-row.wc-gzd-shipment-packaging-wrapper{margin-top:0}.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=email],.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=number],.germanized-shipments #panel-order-shipments .order-shipment p.form-row input[type=text]{height:30px}.germanized-shipments #panel-order-shipments .order-shipment p.form-row select{line-height:30px;height:30px;padding-top:0;padding-bottom:0}.germanized-shipments #panel-order-shipments .order-shipment p.form-row label{color:#999;font-weight:600}.germanized-shipments #panel-order-shipments .order-shipment p.form-row label .woocommerce-help-tip{float:none}.germanized-shipments #panel-order-shipments .order-shipment .columns .column.column-spaced{margin:5px 0}.germanized-shipments #panel-order-shipments .order-shipment .columns .column h4{margin-bottom:.7em;color:#999}.germanized-shipments #panel-order-shipments .order-shipment .columns .column h4 a{color:#999;text-decoration:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-action{text-align:right}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-quantity input{width:60px;text-align:center}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-name p.form-row{margin-bottom:0;margin-top:.5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item-heading{padding:.5em;color:#999;background:#f8f8f8;font-weight:600}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item{padding:.5em;border-bottom:1px solid #dfdfdf}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item:last-child{border-bottom:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item:nth-child(2n){background:#f8f8f8}.germanized-shipments #panel-order-shipments .order-shipment .shipment-items .shipment-item-list-wrapper .shipment-item .columns{align-items:center}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions{display:flex;padding:.7em .5em;flex-wrap:nowrap;justify-content:flex-end;border-top:1px solid #dfdfdf}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions .add-items{margin-right:1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-item-actions .woocommerce-help-tip{margin-left:0}.germanized-shipments #panel-order-shipments .order-shipment .add-items{display:none}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns{margin-top:.5em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-header{background:0 0;border-bottom:1px solid #dfdfdf;padding-left:0;padding-right:0}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-header h3{font-size:1.1em}.germanized-shipments #panel-order-shipments .order-shipment .shipment-returns .shipment-return .shipment-content{padding:1em 0}.germanized-shipments #panel-order-shipments .order-shipment.needs-items .add-items{display:block}.germanized-shipments #panel-order-shipments .form-row .input-inner-wrap{clear:left;margin:0;display:flex;flex-wrap:nowrap}.germanized-shipments #panel-order-shipments .form-row .input-inner-wrap input{margin-right:1em}.germanized-shipments #panel-order-shipments .form-row .input-inner-wrap input:last-child{margin-right:0}.germanized-shipments .title-spread{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}.germanized-shipments .title-spread .left,.germanized-shipments .title-spread .right{display:inline-flex;align-items:center}.germanized-shipments .show-lg,.germanized-shipments .show-md,.germanized-shipments .show-sm,.germanized-shipments .show-xl,.germanized-shipments .show-xs{display:none!important}.germanized-shipments .columns{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.germanized-shipments .columns.col-gapless{margin-left:0;margin-right:0}.germanized-shipments .columns.col-gapless>.column{padding-left:0;padding-right:0}.germanized-shipments .columns.col-oneline{flex-wrap:nowrap;overflow-x:auto}.germanized-shipments .column{flex:1;max-width:100%;padding-left:1rem;padding-right:1rem}.germanized-shipments .column.col-1,.germanized-shipments .column.col-10,.germanized-shipments .column.col-11,.germanized-shipments .column.col-12,.germanized-shipments .column.col-2,.germanized-shipments .column.col-3,.germanized-shipments .column.col-4,.germanized-shipments .column.col-5,.germanized-shipments .column.col-6,.germanized-shipments .column.col-7,.germanized-shipments .column.col-8,.germanized-shipments .column.col-9,.germanized-shipments .column.col-auto{flex:none}.germanized-shipments .col-12{width:100%}.germanized-shipments .col-11{width:91.66666667%}.germanized-shipments .col-10{width:83.33333333%}.germanized-shipments .col-9{width:75%}.germanized-shipments .col-8{width:66.66666667%}.germanized-shipments .col-7{width:58.33333333%}.germanized-shipments .col-6{width:50%}.germanized-shipments .col-5{width:41.66666667%}.germanized-shipments .col-4{width:33.33333333%}.germanized-shipments .col-3{width:25%}.germanized-shipments .col-2{width:16.66666667%}.germanized-shipments .col-1{width:8.33333333%}.germanized-shipments .col-auto{flex:0 0 auto;max-width:none;width:auto}.germanized-shipments .col-mx-auto{margin-left:auto;margin-right:auto}.germanized-shipments .col-ml-auto{margin-left:auto}.germanized-shipments .col-mr-auto{margin-right:auto}@media (max-width:1280px){.germanized-shipments .col-xl-1,.germanized-shipments .col-xl-10,.germanized-shipments .col-xl-11,.germanized-shipments .col-xl-12,.germanized-shipments .col-xl-2,.germanized-shipments .col-xl-3,.germanized-shipments .col-xl-4,.germanized-shipments .col-xl-5,.germanized-shipments .col-xl-6,.germanized-shipments .col-xl-7,.germanized-shipments .col-xl-8,.germanized-shipments .col-xl-9,.germanized-shipments .col-xl-auto{flex:none}.germanized-shipments .col-xl-12{width:100%}.germanized-shipments .col-xl-11{width:91.66666667%}.germanized-shipments .col-xl-10{width:83.33333333%}.germanized-shipments .col-xl-9{width:75%}.germanized-shipments .col-xl-8{width:66.66666667%}.germanized-shipments .col-xl-7{width:58.33333333%}.germanized-shipments .col-xl-6{width:50%}.germanized-shipments .col-xl-5{width:41.66666667%}.germanized-shipments .col-xl-4{width:33.33333333%}.germanized-shipments .col-xl-3{width:25%}.germanized-shipments .col-xl-2{width:16.66666667%}.germanized-shipments .col-xl-1{width:8.33333333%}.germanized-shipments .col-xl-auto{width:auto}.germanized-shipments .hide-xl{display:none!important}.germanized-shipments .show-xl{display:block!important}}@media (max-width:960px){.germanized-shipments .col-lg-1,.germanized-shipments .col-lg-10,.germanized-shipments .col-lg-11,.germanized-shipments .col-lg-12,.germanized-shipments .col-lg-2,.germanized-shipments .col-lg-3,.germanized-shipments .col-lg-4,.germanized-shipments .col-lg-5,.germanized-shipments .col-lg-6,.germanized-shipments .col-lg-7,.germanized-shipments .col-lg-8,.germanized-shipments .col-lg-9,.germanized-shipments .col-lg-auto{flex:none}.germanized-shipments .col-lg-12{width:100%}.germanized-shipments .col-lg-11{width:91.66666667%}.germanized-shipments .col-lg-10{width:83.33333333%}.germanized-shipments .col-lg-9{width:75%}.germanized-shipments .col-lg-8{width:66.66666667%}.germanized-shipments .col-lg-7{width:58.33333333%}.germanized-shipments .col-lg-6{width:50%}.germanized-shipments .col-lg-5{width:41.66666667%}.germanized-shipments .col-lg-4{width:33.33333333%}.germanized-shipments .col-lg-3{width:25%}.germanized-shipments .col-lg-2{width:16.66666667%}.germanized-shipments .col-lg-1{width:8.33333333%}.germanized-shipments .col-lg-auto{width:auto}.germanized-shipments .hide-lg{display:none!important}.germanized-shipments .show-lg{display:block!important}}@media (max-width:840px){.germanized-shipments .col-md-1,.germanized-shipments .col-md-10,.germanized-shipments .col-md-11,.germanized-shipments .col-md-12,.germanized-shipments .col-md-2,.germanized-shipments .col-md-3,.germanized-shipments .col-md-4,.germanized-shipments .col-md-5,.germanized-shipments .col-md-6,.germanized-shipments .col-md-7,.germanized-shipments .col-md-8,.germanized-shipments .col-md-9,.germanized-shipments .col-md-auto{flex:none}.germanized-shipments .col-md-12{width:100%}.germanized-shipments .col-md-11{width:91.66666667%}.germanized-shipments .col-md-10{width:83.33333333%}.germanized-shipments .col-md-9{width:75%}.germanized-shipments .col-md-8{width:66.66666667%}.germanized-shipments .col-md-7{width:58.33333333%}.germanized-shipments .col-md-6{width:50%}.germanized-shipments .col-md-5{width:41.66666667%}.germanized-shipments .col-md-4{width:33.33333333%}.germanized-shipments .col-md-3{width:25%}.germanized-shipments .col-md-2{width:16.66666667%}.germanized-shipments .col-md-1{width:8.33333333%}.germanized-shipments .col-md-auto{width:auto}.germanized-shipments .hide-md{display:none!important}.germanized-shipments .show-md{display:block!important}}@media (max-width:600px){.germanized-shipments .col-sm-1,.germanized-shipments .col-sm-10,.germanized-shipments .col-sm-11,.germanized-shipments .col-sm-12,.germanized-shipments .col-sm-2,.germanized-shipments .col-sm-3,.germanized-shipments .col-sm-4,.germanized-shipments .col-sm-5,.germanized-shipments .col-sm-6,.germanized-shipments .col-sm-7,.germanized-shipments .col-sm-8,.germanized-shipments .col-sm-9,.germanized-shipments .col-sm-auto{flex:none}.germanized-shipments .col-sm-12{width:100%}.germanized-shipments .col-sm-11{width:91.66666667%}.germanized-shipments .col-sm-10{width:83.33333333%}.germanized-shipments .col-sm-9{width:75%}.germanized-shipments .col-sm-8{width:66.66666667%}.germanized-shipments .col-sm-7{width:58.33333333%}.germanized-shipments .col-sm-6{width:50%}.germanized-shipments .col-sm-5{width:41.66666667%}.germanized-shipments .col-sm-4{width:33.33333333%}.germanized-shipments .col-sm-3{width:25%}.germanized-shipments .col-sm-2{width:16.66666667%}.germanized-shipments .col-sm-1{width:8.33333333%}.germanized-shipments .col-sm-auto{width:auto}.germanized-shipments .hide-sm{display:none!important}.germanized-shipments .show-sm{display:block!important}}@media (max-width:480px){.germanized-shipments .col-xs-1,.germanized-shipments .col-xs-10,.germanized-shipments .col-xs-11,.germanized-shipments .col-xs-12,.germanized-shipments .col-xs-2,.germanized-shipments .col-xs-3,.germanized-shipments .col-xs-4,.germanized-shipments .col-xs-5,.germanized-shipments .col-xs-6,.germanized-shipments .col-xs-7,.germanized-shipments .col-xs-8,.germanized-shipments .col-xs-9,.germanized-shipments .col-xs-auto{flex:none}.germanized-shipments .col-xs-12{width:100%}.germanized-shipments .col-xs-11{width:91.66666667%}.germanized-shipments .col-xs-10{width:83.33333333%}.germanized-shipments .col-xs-9{width:75%}.germanized-shipments .col-xs-8{width:66.66666667%}.germanized-shipments .col-xs-7{width:58.33333333%}.germanized-shipments .col-xs-6{width:50%}.germanized-shipments .col-xs-5{width:41.66666667%}.germanized-shipments .col-xs-4{width:33.33333333%}.germanized-shipments .col-xs-3{width:25%}.germanized-shipments .col-xs-2{width:16.66666667%}.germanized-shipments .col-xs-1{width:8.33333333%}.germanized-shipments .col-xs-auto{width:auto}.germanized-shipments .hide-xs{display:none!important}.germanized-shipments .show-xs{display:block!important}}
|
packages/woocommerce-germanized-shipments/assets/css/admin.scss
CHANGED
@@ -246,9 +246,12 @@ table.wc-gzd-shipping-providers {
|
|
246 |
overflow: visible;
|
247 |
}
|
248 |
|
|
|
|
|
|
|
|
|
249 |
.select2-container {
|
250 |
float: left;
|
251 |
-
width: 240px!important;
|
252 |
font-size: 14px;
|
253 |
vertical-align: middle;
|
254 |
margin: 1px 6px 4px 1px;
|
@@ -472,6 +475,10 @@ table.wc-gzd-shipping-providers {
|
|
472 |
content: "\f147";
|
473 |
}
|
474 |
|
|
|
|
|
|
|
|
|
475 |
&.generate::after {
|
476 |
content: "\f502";
|
477 |
}
|
246 |
overflow: visible;
|
247 |
}
|
248 |
|
249 |
+
.wc-gzd-order-search, .wc-gzd-shipping-provider-search {
|
250 |
+
width: 240px;
|
251 |
+
}
|
252 |
+
|
253 |
.select2-container {
|
254 |
float: left;
|
|
|
255 |
font-size: 14px;
|
256 |
vertical-align: middle;
|
257 |
margin: 1px 6px 4px 1px;
|
475 |
content: "\f147";
|
476 |
}
|
477 |
|
478 |
+
&.email::after {
|
479 |
+
content: "\f465";
|
480 |
+
}
|
481 |
+
|
482 |
&.generate::after {
|
483 |
content: "\f502";
|
484 |
}
|
packages/woocommerce-germanized-shipments/assets/js/admin-shipments-table.js
CHANGED
@@ -114,8 +114,7 @@ window.germanized.admin = window.germanized.admin || {};
|
|
114 |
try {
|
115 |
$( document.body )
|
116 |
.on( 'wc-enhanced-select-init', function() {
|
117 |
-
|
118 |
-
// Ajax customer search boxes
|
119 |
$( ':input.wc-gzd-order-search' ).filter( ':not(.enhanced)' ).each( function() {
|
120 |
var select2_args = {
|
121 |
allowClear: $( this ).data( 'allow_clear' ) ? true : false,
|
@@ -157,11 +156,52 @@ window.germanized.admin = window.germanized.admin || {};
|
|
157 |
$( this ).selectWoo( select2_args ).addClass( 'enhanced' );
|
158 |
});
|
159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
});
|
161 |
|
162 |
$( 'html' ).on( 'click', function( event ) {
|
163 |
if ( this === event.target ) {
|
164 |
$( ':input.wc-gzd-order-search' ).filter( '.select2-hidden-accessible' ).selectWoo( 'close' );
|
|
|
165 |
}
|
166 |
} );
|
167 |
} catch( err ) {
|
114 |
try {
|
115 |
$( document.body )
|
116 |
.on( 'wc-enhanced-select-init', function() {
|
117 |
+
// Ajax order search boxes
|
|
|
118 |
$( ':input.wc-gzd-order-search' ).filter( ':not(.enhanced)' ).each( function() {
|
119 |
var select2_args = {
|
120 |
allowClear: $( this ).data( 'allow_clear' ) ? true : false,
|
156 |
$( this ).selectWoo( select2_args ).addClass( 'enhanced' );
|
157 |
});
|
158 |
|
159 |
+
$( ':input.wc-gzd-shipping-provider-search' ).filter( ':not(.enhanced)' ).each( function() {
|
160 |
+
var select2_args = {
|
161 |
+
allowClear: $( this ).data( 'allow_clear' ) ? true : false,
|
162 |
+
placeholder: $( this ).data( 'placeholder' ),
|
163 |
+
minimumInputLength: $( this ).data( 'minimum_input_length' ) ? $( this ).data( 'minimum_input_length' ) : '1',
|
164 |
+
escapeMarkup: function( m ) {
|
165 |
+
return m;
|
166 |
+
},
|
167 |
+
ajax: {
|
168 |
+
url: wc_gzd_admin_shipments_table_params.ajax_url,
|
169 |
+
dataType: 'json',
|
170 |
+
delay: 1000,
|
171 |
+
data: function( params ) {
|
172 |
+
return {
|
173 |
+
term: params.term,
|
174 |
+
action: 'woocommerce_gzd_json_search_shipping_provider',
|
175 |
+
security: wc_gzd_admin_shipments_table_params.search_shipping_provider_nonce,
|
176 |
+
exclude: $( this ).data( 'exclude' )
|
177 |
+
};
|
178 |
+
},
|
179 |
+
processResults: function( data ) {
|
180 |
+
var terms = [];
|
181 |
+
if ( data ) {
|
182 |
+
$.each( data, function( id, text ) {
|
183 |
+
terms.push({
|
184 |
+
id: id,
|
185 |
+
text: text
|
186 |
+
});
|
187 |
+
});
|
188 |
+
}
|
189 |
+
return {
|
190 |
+
results: terms
|
191 |
+
};
|
192 |
+
},
|
193 |
+
cache: true
|
194 |
+
}
|
195 |
+
};
|
196 |
+
|
197 |
+
$( this ).selectWoo( select2_args ).addClass( 'enhanced' );
|
198 |
+
});
|
199 |
});
|
200 |
|
201 |
$( 'html' ).on( 'click', function( event ) {
|
202 |
if ( this === event.target ) {
|
203 |
$( ':input.wc-gzd-order-search' ).filter( '.select2-hidden-accessible' ).selectWoo( 'close' );
|
204 |
+
$( ':input.wc-gzd-shipping-provider-search' ).filter( '.select2-hidden-accessible' ).selectWoo( 'close' );
|
205 |
}
|
206 |
} );
|
207 |
} catch( err ) {
|
packages/woocommerce-germanized-shipments/assets/js/admin-shipments-table.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
window.germanized=window.germanized||{},window.germanized.admin=window.germanized.admin||{},function(
|
1 |
+
window.germanized=window.germanized||{},window.germanized.admin=window.germanized.admin||{},function(o){window.germanized.admin.shipments_table={params:{},init:function(){var e=germanized.admin.shipments_table;e.params=wc_gzd_admin_shipments_table_params,e.initEnhanced(),o(document).on("click","#doaction, #doaction2",e.onBulkSubmit).on("click",".wc-gzd-shipment-action-button-generate-label",e.onCreateLabel),o(document.body).on("init_tooltips",function(){e.initTipTip()}),e.initTipTip()},onCreateLabel:function(){germanized.admin.shipments_table;var e=o(this).parents("tr").find("th.check-column input").val();return o(this).parents("td").WCBackboneModal({template:"wc-gzd-modal-create-shipment-label-"+e}),!1},onBulkSubmit:function(){var e,t=germanized.admin.shipments_table,n=o(this).parents(".bulkactions").find("select[name^=action]").val(),a=o(this).parents("#posts-filter").find("input.shipment_type").val(),i=[];if(o("#posts-filter").find('input[name="shipment[]"]:checked').each(function(){i.push(o(this).val())}),t.params.bulk_actions.hasOwnProperty(n)&&0<i.length)return e=t.params.bulk_actions[n],o(".bulk-action-wrapper").find(".bulk-title").text(e.title),o("#posts-filter").addClass("bulk-action-processing"),o("#posts-filter").find(".bulkactions button").prop("disabled",!0),t.handleBulkAction(n,1,i,a),!1},handleBulkAction:function(t,e,n,a){var i=germanized.admin.shipments_table,s=i.params.bulk_actions[t];o.ajax({type:"POST",url:i.params.ajax_url,data:{action:"woocommerce_gzd_shipments_bulk_action_handle",bulk_action:t,step:e,type:a,ids:n,security:s.nonce},dataType:"json",success:function(e){e.success&&("done"===e.data.step?(o(".bulk-action-wrapper").find(".woocommerce-shimpents-bulk-progress").val(e.data.percentage),window.location=e.data.url,setTimeout(function(){o("#posts-filter").removeClass("bulk-action-processing"),o("#posts-filter").find(".bulkactions button").prop("disabled",!1)},2e3)):(o(".bulk-action-wrapper").find(".woocommerce-shimpents-bulk-progress").val(e.data.percentage),i.handleBulkAction(t,parseInt(e.data.step,10),e.data.ids,e.data.type)))}}).fail(function(e){window.console.log(e)})},initTipTip:function(){o(".column-actions .wc-gzd-shipment-action-button").tipTip({fadeIn:50,fadeOut:50,delay:200})},initEnhanced:function(){try{o(document.body).on("wc-enhanced-select-init",function(){o(":input.wc-gzd-order-search").filter(":not(.enhanced)").each(function(){var e={allowClear:!!o(this).data("allow_clear"),placeholder:o(this).data("placeholder"),minimumInputLength:o(this).data("minimum_input_length")?o(this).data("minimum_input_length"):"1",escapeMarkup:function(e){return e},ajax:{url:wc_gzd_admin_shipments_table_params.ajax_url,dataType:"json",delay:1e3,data:function(e){return{term:e.term,action:"woocommerce_gzd_json_search_orders",security:wc_gzd_admin_shipments_table_params.search_orders_nonce,exclude:o(this).data("exclude")}},processResults:function(e){var n=[];return e&&o.each(e,function(e,t){n.push({id:e,text:t})}),{results:n}},cache:!0}};o(this).selectWoo(e).addClass("enhanced")}),o(":input.wc-gzd-shipping-provider-search").filter(":not(.enhanced)").each(function(){var e={allowClear:!!o(this).data("allow_clear"),placeholder:o(this).data("placeholder"),minimumInputLength:o(this).data("minimum_input_length")?o(this).data("minimum_input_length"):"1",escapeMarkup:function(e){return e},ajax:{url:wc_gzd_admin_shipments_table_params.ajax_url,dataType:"json",delay:1e3,data:function(e){return{term:e.term,action:"woocommerce_gzd_json_search_shipping_provider",security:wc_gzd_admin_shipments_table_params.search_shipping_provider_nonce,exclude:o(this).data("exclude")}},processResults:function(e){var n=[];return e&&o.each(e,function(e,t){n.push({id:e,text:t})}),{results:n}},cache:!0}};o(this).selectWoo(e).addClass("enhanced")})}),o("html").on("click",function(e){this===e.target&&(o(":input.wc-gzd-order-search").filter(".select2-hidden-accessible").selectWoo("close"),o(":input.wc-gzd-shipping-provider-search").filter(".select2-hidden-accessible").selectWoo("close"))})}catch(e){window.console.log(e)}}},o(document).ready(function(){germanized.admin.shipments_table.init()})}(jQuery);
|
packages/woocommerce-germanized-shipments/src/Admin/Admin.php
CHANGED
@@ -994,7 +994,6 @@ class Admin {
|
|
994 |
|
995 |
// Orders.
|
996 |
if ( in_array( str_replace( 'edit-', '', $screen_id ), wc_get_order_types( 'order-meta-boxes' ), true ) ) {
|
997 |
-
|
998 |
wp_enqueue_script( 'wc-gzd-admin-shipments' );
|
999 |
wp_enqueue_script( 'wc-gzd-admin-shipment' );
|
1000 |
|
@@ -1038,6 +1037,7 @@ class Admin {
|
|
1038 |
array(
|
1039 |
'ajax_url' => admin_url( 'admin-ajax.php' ),
|
1040 |
'search_orders_nonce' => wp_create_nonce( 'search-orders' ),
|
|
|
1041 |
'bulk_actions' => $bulk_actions,
|
1042 |
)
|
1043 |
);
|
994 |
|
995 |
// Orders.
|
996 |
if ( in_array( str_replace( 'edit-', '', $screen_id ), wc_get_order_types( 'order-meta-boxes' ), true ) ) {
|
|
|
997 |
wp_enqueue_script( 'wc-gzd-admin-shipments' );
|
998 |
wp_enqueue_script( 'wc-gzd-admin-shipment' );
|
999 |
|
1037 |
array(
|
1038 |
'ajax_url' => admin_url( 'admin-ajax.php' ),
|
1039 |
'search_orders_nonce' => wp_create_nonce( 'search-orders' ),
|
1040 |
+
'search_shipping_provider_nonce' => wp_create_nonce( 'search-shipping-provider' ),
|
1041 |
'bulk_actions' => $bulk_actions,
|
1042 |
)
|
1043 |
);
|
packages/woocommerce-germanized-shipments/src/Admin/Table.php
CHANGED
@@ -315,6 +315,10 @@ class Table extends WP_List_Table {
|
|
315 |
$args['order_id'] = absint( $_REQUEST['order_id'] ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended
|
316 |
}
|
317 |
|
|
|
|
|
|
|
|
|
318 |
if ( isset( $_REQUEST['m'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
|
319 |
$m = wc_clean( wp_unslash( $_REQUEST['m'] ) ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended
|
320 |
$year = substr( $m, 0, 4 );
|
@@ -627,6 +631,7 @@ class Table extends WP_List_Table {
|
|
627 |
|
628 |
$this->months_dropdown( 'shipment' );
|
629 |
$this->order_filter();
|
|
|
630 |
|
631 |
/**
|
632 |
* Action that fires after outputting Shipments table view filters.
|
@@ -658,6 +663,24 @@ class Table extends WP_List_Table {
|
|
658 |
do_action( 'manage_posts_extra_tablenav', $which );
|
659 |
}
|
660 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
661 |
protected function order_filter() {
|
662 |
$order_id = '';
|
663 |
$order_string = '';
|
315 |
$args['order_id'] = absint( $_REQUEST['order_id'] ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended
|
316 |
}
|
317 |
|
318 |
+
if ( isset( $_REQUEST['shipping_provider'] ) && ! empty( $_REQUEST['shipping_provider'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
|
319 |
+
$args['shipping_provider'] = wc_clean( wp_unslash( $_REQUEST['shipping_provider'] ) ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended
|
320 |
+
}
|
321 |
+
|
322 |
if ( isset( $_REQUEST['m'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
|
323 |
$m = wc_clean( wp_unslash( $_REQUEST['m'] ) ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended
|
324 |
$year = substr( $m, 0, 4 );
|
631 |
|
632 |
$this->months_dropdown( 'shipment' );
|
633 |
$this->order_filter();
|
634 |
+
$this->shipping_provider_filter();
|
635 |
|
636 |
/**
|
637 |
* Action that fires after outputting Shipments table view filters.
|
663 |
do_action( 'manage_posts_extra_tablenav', $which );
|
664 |
}
|
665 |
|
666 |
+
protected function shipping_provider_filter() {
|
667 |
+
$shipping_provider = '';
|
668 |
+
$provider_string = '';
|
669 |
+
|
670 |
+
if ( ! empty( $_GET['shipping_provider'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
|
671 |
+
$shipping_provider = wc_clean( wp_unslash( $_GET['shipping_provider'] ) ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended
|
672 |
+
|
673 |
+
if ( $provider = wc_gzd_get_shipping_provider( $shipping_provider ) ) {
|
674 |
+
$provider_string = $provider->get_title();
|
675 |
+
}
|
676 |
+
}
|
677 |
+
?>
|
678 |
+
<select class="wc-gzd-shipping-provider-search" name="shipping_provider" data-placeholder="<?php echo esc_attr_x( 'Filter by shipping provider', 'shipments', 'woocommerce-germanized' ); ?>" data-allow_clear="true">
|
679 |
+
<option value="<?php echo esc_attr( $shipping_provider ); ?>" selected="selected"><?php echo htmlspecialchars( wp_kses_post( $provider_string ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?><option>
|
680 |
+
</select>
|
681 |
+
<?php
|
682 |
+
}
|
683 |
+
|
684 |
protected function order_filter() {
|
685 |
$order_id = '';
|
686 |
$order_string = '';
|
packages/woocommerce-germanized-shipments/src/Ajax.php
CHANGED
@@ -38,6 +38,7 @@ class Ajax {
|
|
38 |
'sync_shipment_items',
|
39 |
'validate_shipment_item_quantities',
|
40 |
'json_search_orders',
|
|
|
41 |
'update_shipment_status',
|
42 |
'shipments_bulk_action_handle',
|
43 |
'remove_shipping_provider',
|
@@ -808,6 +809,48 @@ class Ajax {
|
|
808 |
self::send_json_success( $response, $order_shipment, $shipment );
|
809 |
}
|
810 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
811 |
public static function json_search_orders() {
|
812 |
ob_start();
|
813 |
|
38 |
'sync_shipment_items',
|
39 |
'validate_shipment_item_quantities',
|
40 |
'json_search_orders',
|
41 |
+
'json_search_shipping_provider',
|
42 |
'update_shipment_status',
|
43 |
'shipments_bulk_action_handle',
|
44 |
'remove_shipping_provider',
|
809 |
self::send_json_success( $response, $order_shipment, $shipment );
|
810 |
}
|
811 |
|
812 |
+
public static function json_search_shipping_provider() {
|
813 |
+
ob_start();
|
814 |
+
|
815 |
+
check_ajax_referer( 'search-shipping-provider', 'security' );
|
816 |
+
|
817 |
+
if ( ! current_user_can( 'edit_shop_orders' ) ) {
|
818 |
+
wp_die( -1 );
|
819 |
+
}
|
820 |
+
|
821 |
+
$term = isset( $_GET['term'] ) ? (string) wc_clean( wp_unslash( $_GET['term'] ) ) : '';
|
822 |
+
$found_providers = array();
|
823 |
+
|
824 |
+
if ( empty( $term ) ) {
|
825 |
+
wp_die();
|
826 |
+
}
|
827 |
+
|
828 |
+
global $wpdb;
|
829 |
+
|
830 |
+
$names = $wpdb->get_col(
|
831 |
+
$wpdb->prepare(
|
832 |
+
"SELECT DISTINCT p1.shipping_provider_name FROM {$wpdb->gzd_shipping_provider} p1 WHERE p1.shipping_provider_title LIKE %s AND p1.shipping_provider_activated = 1", // @codingStandardsIgnoreLine
|
833 |
+
$wpdb->esc_like( wc_clean( $term ) ) . '%'
|
834 |
+
)
|
835 |
+
);
|
836 |
+
|
837 |
+
foreach ( $names as $name ) {
|
838 |
+
if ( $shipping_provider = wc_gzd_get_shipping_provider( $name ) ) {
|
839 |
+
$found_providers[ $name ] = esc_html( $shipping_provider->get_title() );
|
840 |
+
}
|
841 |
+
}
|
842 |
+
|
843 |
+
/**
|
844 |
+
* Filter to adjust found shipping providers to filter Shipments.
|
845 |
+
*
|
846 |
+
* @param array $result The shipping provider search result.
|
847 |
+
*
|
848 |
+
* @since 3.0.0
|
849 |
+
* @package Vendidero/Germanized/Shipments
|
850 |
+
*/
|
851 |
+
wp_send_json( apply_filters( 'woocommerce_gzd_json_search_found_shipment_shipping_providers', $found_providers ) );
|
852 |
+
}
|
853 |
+
|
854 |
public static function json_search_orders() {
|
855 |
ob_start();
|
856 |
|
packages/woocommerce-germanized-shipments/src/Package.php
CHANGED
@@ -19,7 +19,7 @@ class Package {
|
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
-
const VERSION = '2.2.
|
23 |
|
24 |
public static $upload_dir_suffix = '';
|
25 |
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
+
const VERSION = '2.2.2';
|
23 |
|
24 |
public static $upload_dir_suffix = '';
|
25 |
|
packages/woocommerce-germanized-shipments/src/Shipment.php
CHANGED
@@ -2765,14 +2765,27 @@ abstract class Shipment extends WC_Data {
|
|
2765 |
$this->reset_content_data();
|
2766 |
|
2767 |
} catch ( Exception $e ) {
|
2768 |
-
|
2769 |
-
|
2770 |
-
|
2771 |
-
|
2772 |
-
|
2773 |
-
|
2774 |
-
|
2775 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2776 |
}
|
2777 |
|
2778 |
return $this->get_id();
|
2765 |
$this->reset_content_data();
|
2766 |
|
2767 |
} catch ( Exception $e ) {
|
2768 |
+
/**
|
2769 |
+
* This is a tweak to prevent the WooCommerce PayPal Payments Plugin compatibility script
|
2770 |
+
* from breaking our code in case an error occurs while transmitting tracking data to PayPal.
|
2771 |
+
* This tweak should only be included as long as the bug persists.
|
2772 |
+
* @TODO Check whether the issue persists in next release cycles
|
2773 |
+
*
|
2774 |
+
* @see https://github.com/woocommerce/woocommerce-paypal-payments/issues/1020
|
2775 |
+
*/
|
2776 |
+
if ( is_a( $e, 'WooCommerce\PayPalCommerce\ApiClient\Exception\PayPalApiException' ) || is_a( $e, 'WooCommerce\PayPalCommerce\ApiClient\Exception\RuntimeException' ) ) {
|
2777 |
+
$this->status_transition();
|
2778 |
+
$this->reset_content_data();
|
2779 |
+
} else {
|
2780 |
+
$logger = wc_get_logger();
|
2781 |
+
$logger->error(
|
2782 |
+
sprintf( 'Error saving shipment #%d', $this->get_id() ),
|
2783 |
+
array(
|
2784 |
+
'shipment' => $this,
|
2785 |
+
'error' => $e,
|
2786 |
+
)
|
2787 |
+
);
|
2788 |
+
}
|
2789 |
}
|
2790 |
|
2791 |
return $this->get_id();
|
packages/woocommerce-germanized-shipments/src/ShipmentQuery.php
CHANGED
@@ -57,6 +57,7 @@ class ShipmentQuery extends WC_Object_Query {
|
|
57 |
'tracking_id' => '',
|
58 |
'order' => 'DESC',
|
59 |
'orderby' => 'date_created',
|
|
|
60 |
'return' => 'objects',
|
61 |
'page' => 1,
|
62 |
'offset' => '',
|
@@ -152,11 +153,14 @@ class ShipmentQuery extends WC_Object_Query {
|
|
152 |
* Parse the query before preparing it.
|
153 |
*/
|
154 |
protected function parse_query() {
|
155 |
-
|
156 |
if ( isset( $this->args['order_id'] ) ) {
|
157 |
$this->args['order_id'] = absint( $this->args['order_id'] );
|
158 |
}
|
159 |
|
|
|
|
|
|
|
|
|
160 |
if ( isset( $this->args['parent_id'] ) ) {
|
161 |
$this->args['parent_id'] = absint( $this->args['parent_id'] );
|
162 |
}
|
@@ -254,6 +258,11 @@ class ShipmentQuery extends WC_Object_Query {
|
|
254 |
$this->query_where .= $wpdb->prepare( ' AND shipment_order_id = %d', $this->args['order_id'] );
|
255 |
}
|
256 |
|
|
|
|
|
|
|
|
|
|
|
257 |
// tracking id
|
258 |
if ( isset( $this->args['tracking_id'] ) ) {
|
259 |
$this->query_where .= $wpdb->prepare( " AND shipment_tracking_id IN ('%s')", $this->args['tracking_id'] ); // phpcs:ignore WordPress.DB.PreparedSQLPlaceholders.QuotedSimplePlaceholder
|
57 |
'tracking_id' => '',
|
58 |
'order' => 'DESC',
|
59 |
'orderby' => 'date_created',
|
60 |
+
'shipping_provider' => '',
|
61 |
'return' => 'objects',
|
62 |
'page' => 1,
|
63 |
'offset' => '',
|
153 |
* Parse the query before preparing it.
|
154 |
*/
|
155 |
protected function parse_query() {
|
|
|
156 |
if ( isset( $this->args['order_id'] ) ) {
|
157 |
$this->args['order_id'] = absint( $this->args['order_id'] );
|
158 |
}
|
159 |
|
160 |
+
if ( isset( $this->args['shipping_provider'] ) ) {
|
161 |
+
$this->args['shipping_provider'] = wc_clean( $this->args['shipping_provider'] );
|
162 |
+
}
|
163 |
+
|
164 |
if ( isset( $this->args['parent_id'] ) ) {
|
165 |
$this->args['parent_id'] = absint( $this->args['parent_id'] );
|
166 |
}
|
258 |
$this->query_where .= $wpdb->prepare( ' AND shipment_order_id = %d', $this->args['order_id'] );
|
259 |
}
|
260 |
|
261 |
+
// order id
|
262 |
+
if ( isset( $this->args['shipping_provider'] ) ) {
|
263 |
+
$this->query_where .= $wpdb->prepare( ' AND shipment_shipping_provider = %s', $this->args['shipping_provider'] );
|
264 |
+
}
|
265 |
+
|
266 |
// tracking id
|
267 |
if ( isset( $this->args['tracking_id'] ) ) {
|
268 |
$this->query_where .= $wpdb->prepare( " AND shipment_tracking_id IN ('%s')", $this->args['tracking_id'] ); // phpcs:ignore WordPress.DB.PreparedSQLPlaceholders.QuotedSimplePlaceholder
|
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: 2.2.
|
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: 2.2.2
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Requires at least: 5.4
|
|
5 |
Tested up to: 6.1
|
6 |
WC requires at least: 3.9
|
7 |
WC tested up to: 7.1
|
8 |
-
Stable tag: 3.11.
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -204,6 +204,12 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
|
|
204 |
6. Edit pdf documents (Pro)
|
205 |
|
206 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
= 3.11.1 =
|
208 |
* Fix: JS error during label creation
|
209 |
* Fix: Prevent DHL parcel location finder PHP warning if address_2 field is disabled
|
5 |
Tested up to: 6.1
|
6 |
WC requires at least: 3.9
|
7 |
WC tested up to: 7.1
|
8 |
+
Stable tag: 3.11.2
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
204 |
6. Edit pdf documents (Pro)
|
205 |
|
206 |
== Changelog ==
|
207 |
+
= 3.11.2 =
|
208 |
+
* Improvement: Switch plugin locale to de_DE when using de_CH or de_AT
|
209 |
+
* Improvement: Allow filtering shipment list by provider
|
210 |
+
* Fix: Prevent errors caused by WooCommerce PayPal Payments from processing shipments
|
211 |
+
* Fix: Postfiliale postNumber field in DHL API
|
212 |
+
|
213 |
= 3.11.1 =
|
214 |
* Fix: JS error during label creation
|
215 |
* Fix: Prevent DHL parcel location finder PHP warning if address_2 field is disabled
|
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 ComposerAutoloaderInit1e53909e8d2d8db0d7e896b1390e3fb0::getLoader();
|
vendor/autoload_packages.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit05a6117fe933a488c047a41d2b1d02a3
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
-
call_user_func(\Composer\Autoload\
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
@@ -53,19 +53,19 @@ class ComposerAutoloaderInit05a6117fe933a488c047a41d2b1d02a3
|
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
-
$includeFiles = Composer\Autoload\
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
-
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
-
function
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit1e53909e8d2d8db0d7e896b1390e3fb0
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit1e53909e8d2d8db0d7e896b1390e3fb0', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit1e53909e8d2d8db0d7e896b1390e3fb0', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit1e53909e8d2d8db0d7e896b1390e3fb0::getInitializer($loader));
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit1e53909e8d2d8db0d7e896b1390e3fb0::$files;
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
+
composerRequire1e53909e8d2d8db0d7e896b1390e3fb0($fileIdentifier, $file);
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
+
function composerRequire1e53909e8d2d8db0d7e896b1390e3fb0($fileIdentifier, $file)
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
@@ -556,9 +556,9 @@ class ComposerStaticInit05a6117fe933a488c047a41d2b1d02a3
|
|
556 |
public static function getInitializer(ClassLoader $loader)
|
557 |
{
|
558 |
return \Closure::bind(function () use ($loader) {
|
559 |
-
$loader->prefixLengthsPsr4 =
|
560 |
-
$loader->prefixDirsPsr4 =
|
561 |
-
$loader->classMap =
|
562 |
|
563 |
}, null, ClassLoader::class);
|
564 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit1e53909e8d2d8db0d7e896b1390e3fb0
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
556 |
public static function getInitializer(ClassLoader $loader)
|
557 |
{
|
558 |
return \Closure::bind(function () use ($loader) {
|
559 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit1e53909e8d2d8db0d7e896b1390e3fb0::$prefixLengthsPsr4;
|
560 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit1e53909e8d2d8db0d7e896b1390e3fb0::$prefixDirsPsr4;
|
561 |
+
$loader->classMap = ComposerStaticInit1e53909e8d2d8db0d7e896b1390e3fb0::$classMap;
|
562 |
|
563 |
}, null, ClassLoader::class);
|
564 |
}
|
vendor/composer/installed.json
CHANGED
@@ -660,24 +660,24 @@
|
|
660 |
},
|
661 |
{
|
662 |
"name": "setasign/fpdf",
|
663 |
-
"version": "1.8.
|
664 |
-
"version_normalized": "1.8.
|
665 |
"source": {
|
666 |
"type": "git",
|
667 |
"url": "https://github.com/Setasign/FPDF.git",
|
668 |
-
"reference": "
|
669 |
},
|
670 |
"dist": {
|
671 |
"type": "zip",
|
672 |
-
"url": "https://api.github.com/repos/Setasign/FPDF/zipball/
|
673 |
-
"reference": "
|
674 |
"shasum": ""
|
675 |
},
|
676 |
"require": {
|
677 |
"ext-gd": "*",
|
678 |
"ext-zlib": "*"
|
679 |
},
|
680 |
-
"time": "
|
681 |
"type": "library",
|
682 |
"installation-source": "dist",
|
683 |
"autoload": {
|
@@ -703,7 +703,7 @@
|
|
703 |
"pdf"
|
704 |
],
|
705 |
"support": {
|
706 |
-
"source": "https://github.com/Setasign/FPDF/tree/1.8.
|
707 |
},
|
708 |
"install-path": "../setasign/fpdf"
|
709 |
},
|
@@ -784,17 +784,17 @@
|
|
784 |
},
|
785 |
{
|
786 |
"name": "vendidero/one-stop-shop-woocommerce",
|
787 |
-
"version": "1.3.
|
788 |
-
"version_normalized": "1.3.
|
789 |
"source": {
|
790 |
"type": "git",
|
791 |
"url": "https://github.com/vendidero/one-stop-shop-woocommerce.git",
|
792 |
-
"reference": "
|
793 |
},
|
794 |
"dist": {
|
795 |
"type": "zip",
|
796 |
-
"url": "https://api.github.com/repos/vendidero/one-stop-shop-woocommerce/zipball/
|
797 |
-
"reference": "
|
798 |
"shasum": ""
|
799 |
},
|
800 |
"require": {
|
@@ -806,7 +806,7 @@
|
|
806 |
"phpunit/phpunit": "6.5.14",
|
807 |
"woocommerce/woocommerce-sniffs": "^0.1.3"
|
808 |
},
|
809 |
-
"time": "2022-11-
|
810 |
"type": "wordpress-plugin",
|
811 |
"extra": {
|
812 |
"installer-paths": {
|
@@ -844,7 +844,7 @@
|
|
844 |
"description": "One Stop Shop Helper for WooCommerce",
|
845 |
"homepage": "https://github.com/vendidero/one-stop-shop-woocommerce",
|
846 |
"support": {
|
847 |
-
"source": "https://github.com/vendidero/one-stop-shop-woocommerce/tree/v1.3.
|
848 |
"issues": "https://github.com/vendidero/one-stop-shop-woocommerce/issues"
|
849 |
},
|
850 |
"install-path": "../../packages/one-stop-shop-woocommerce"
|
@@ -909,17 +909,17 @@
|
|
909 |
},
|
910 |
{
|
911 |
"name": "vendidero/woocommerce-germanized-dhl",
|
912 |
-
"version": "1.8.
|
913 |
-
"version_normalized": "1.8.
|
914 |
"source": {
|
915 |
"type": "git",
|
916 |
"url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
|
917 |
-
"reference": "
|
918 |
},
|
919 |
"dist": {
|
920 |
"type": "zip",
|
921 |
-
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/
|
922 |
-
"reference": "
|
923 |
"shasum": ""
|
924 |
},
|
925 |
"require": {
|
@@ -933,7 +933,7 @@
|
|
933 |
"phpunit/phpunit": "7.5.14",
|
934 |
"woocommerce/woocommerce-sniffs": "^0.1.3"
|
935 |
},
|
936 |
-
"time": "2022-11-
|
937 |
"type": "wordpress-plugin",
|
938 |
"installation-source": "dist",
|
939 |
"autoload": {
|
@@ -966,24 +966,24 @@
|
|
966 |
"description": "The Germanized DHL implementation.",
|
967 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
|
968 |
"support": {
|
969 |
-
"source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.8.
|
970 |
"issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
|
971 |
},
|
972 |
"install-path": "../../packages/woocommerce-germanized-dhl"
|
973 |
},
|
974 |
{
|
975 |
"name": "vendidero/woocommerce-germanized-shipments",
|
976 |
-
"version": "2.2.
|
977 |
-
"version_normalized": "2.2.
|
978 |
"source": {
|
979 |
"type": "git",
|
980 |
"url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
|
981 |
-
"reference": "
|
982 |
},
|
983 |
"dist": {
|
984 |
"type": "zip",
|
985 |
-
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/
|
986 |
-
"reference": "
|
987 |
"shasum": ""
|
988 |
},
|
989 |
"require": {
|
@@ -997,7 +997,7 @@
|
|
997 |
"woocommerce/woocommerce-sniffs": "^0.1.3",
|
998 |
"yoast/phpunit-polyfills": "^1.0"
|
999 |
},
|
1000 |
-
"time": "2022-11-
|
1001 |
"type": "wordpress-plugin",
|
1002 |
"installation-source": "dist",
|
1003 |
"autoload": {
|
@@ -1028,7 +1028,7 @@
|
|
1028 |
"description": "The Germanized Shipments implementation.",
|
1029 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
|
1030 |
"support": {
|
1031 |
-
"source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v2.2.
|
1032 |
"issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
|
1033 |
},
|
1034 |
"install-path": "../../packages/woocommerce-germanized-shipments"
|
660 |
},
|
661 |
{
|
662 |
"name": "setasign/fpdf",
|
663 |
+
"version": "1.8.5",
|
664 |
+
"version_normalized": "1.8.5.0",
|
665 |
"source": {
|
666 |
"type": "git",
|
667 |
"url": "https://github.com/Setasign/FPDF.git",
|
668 |
+
"reference": "f4104a04c9a3f95c4c26a0a0531abebcc980987a"
|
669 |
},
|
670 |
"dist": {
|
671 |
"type": "zip",
|
672 |
+
"url": "https://api.github.com/repos/Setasign/FPDF/zipball/f4104a04c9a3f95c4c26a0a0531abebcc980987a",
|
673 |
+
"reference": "f4104a04c9a3f95c4c26a0a0531abebcc980987a",
|
674 |
"shasum": ""
|
675 |
},
|
676 |
"require": {
|
677 |
"ext-gd": "*",
|
678 |
"ext-zlib": "*"
|
679 |
},
|
680 |
+
"time": "2022-11-18T07:02:00+00:00",
|
681 |
"type": "library",
|
682 |
"installation-source": "dist",
|
683 |
"autoload": {
|
703 |
"pdf"
|
704 |
],
|
705 |
"support": {
|
706 |
+
"source": "https://github.com/Setasign/FPDF/tree/1.8.5"
|
707 |
},
|
708 |
"install-path": "../setasign/fpdf"
|
709 |
},
|
784 |
},
|
785 |
{
|
786 |
"name": "vendidero/one-stop-shop-woocommerce",
|
787 |
+
"version": "1.3.3",
|
788 |
+
"version_normalized": "1.3.3.0",
|
789 |
"source": {
|
790 |
"type": "git",
|
791 |
"url": "https://github.com/vendidero/one-stop-shop-woocommerce.git",
|
792 |
+
"reference": "bffd949566f6ad7d432b70605f387243b754aa95"
|
793 |
},
|
794 |
"dist": {
|
795 |
"type": "zip",
|
796 |
+
"url": "https://api.github.com/repos/vendidero/one-stop-shop-woocommerce/zipball/bffd949566f6ad7d432b70605f387243b754aa95",
|
797 |
+
"reference": "bffd949566f6ad7d432b70605f387243b754aa95",
|
798 |
"shasum": ""
|
799 |
},
|
800 |
"require": {
|
806 |
"phpunit/phpunit": "6.5.14",
|
807 |
"woocommerce/woocommerce-sniffs": "^0.1.3"
|
808 |
},
|
809 |
+
"time": "2022-11-29T10:22:32+00:00",
|
810 |
"type": "wordpress-plugin",
|
811 |
"extra": {
|
812 |
"installer-paths": {
|
844 |
"description": "One Stop Shop Helper for WooCommerce",
|
845 |
"homepage": "https://github.com/vendidero/one-stop-shop-woocommerce",
|
846 |
"support": {
|
847 |
+
"source": "https://github.com/vendidero/one-stop-shop-woocommerce/tree/v1.3.3",
|
848 |
"issues": "https://github.com/vendidero/one-stop-shop-woocommerce/issues"
|
849 |
},
|
850 |
"install-path": "../../packages/one-stop-shop-woocommerce"
|
909 |
},
|
910 |
{
|
911 |
"name": "vendidero/woocommerce-germanized-dhl",
|
912 |
+
"version": "1.8.2",
|
913 |
+
"version_normalized": "1.8.2.0",
|
914 |
"source": {
|
915 |
"type": "git",
|
916 |
"url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
|
917 |
+
"reference": "2e59619be41908b54780e3d1fcb7ed285d2f4d02"
|
918 |
},
|
919 |
"dist": {
|
920 |
"type": "zip",
|
921 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/2e59619be41908b54780e3d1fcb7ed285d2f4d02",
|
922 |
+
"reference": "2e59619be41908b54780e3d1fcb7ed285d2f4d02",
|
923 |
"shasum": ""
|
924 |
},
|
925 |
"require": {
|
933 |
"phpunit/phpunit": "7.5.14",
|
934 |
"woocommerce/woocommerce-sniffs": "^0.1.3"
|
935 |
},
|
936 |
+
"time": "2022-11-29T10:27:42+00:00",
|
937 |
"type": "wordpress-plugin",
|
938 |
"installation-source": "dist",
|
939 |
"autoload": {
|
966 |
"description": "The Germanized DHL implementation.",
|
967 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
|
968 |
"support": {
|
969 |
+
"source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.8.2",
|
970 |
"issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
|
971 |
},
|
972 |
"install-path": "../../packages/woocommerce-germanized-dhl"
|
973 |
},
|
974 |
{
|
975 |
"name": "vendidero/woocommerce-germanized-shipments",
|
976 |
+
"version": "2.2.2",
|
977 |
+
"version_normalized": "2.2.2.0",
|
978 |
"source": {
|
979 |
"type": "git",
|
980 |
"url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
|
981 |
+
"reference": "d3285f3aeb6032b9f2914c202a87db764883aaad"
|
982 |
},
|
983 |
"dist": {
|
984 |
"type": "zip",
|
985 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/d3285f3aeb6032b9f2914c202a87db764883aaad",
|
986 |
+
"reference": "d3285f3aeb6032b9f2914c202a87db764883aaad",
|
987 |
"shasum": ""
|
988 |
},
|
989 |
"require": {
|
997 |
"woocommerce/woocommerce-sniffs": "^0.1.3",
|
998 |
"yoast/phpunit-polyfills": "^1.0"
|
999 |
},
|
1000 |
+
"time": "2022-11-29T10:34:47+00:00",
|
1001 |
"type": "wordpress-plugin",
|
1002 |
"installation-source": "dist",
|
1003 |
"autoload": {
|
1028 |
"description": "The Germanized Shipments implementation.",
|
1029 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
|
1030 |
"support": {
|
1031 |
+
"source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v2.2.2",
|
1032 |
"issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
|
1033 |
},
|
1034 |
"install-path": "../../packages/woocommerce-germanized-shipments"
|
vendor/composer/installed.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
'type' => 'wordpress-plugin',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
-
'reference' => '
|
9 |
'name' => 'vendidero/woocommerce-germanized',
|
10 |
'dev' => false,
|
11 |
),
|
@@ -107,12 +107,12 @@
|
|
107 |
),
|
108 |
),
|
109 |
'setasign/fpdf' => array(
|
110 |
-
'pretty_version' => '1.8.
|
111 |
-
'version' => '1.8.
|
112 |
'type' => 'library',
|
113 |
'install_path' => __DIR__ . '/../setasign/fpdf',
|
114 |
'aliases' => array(),
|
115 |
-
'reference' => '
|
116 |
'dev_requirement' => false,
|
117 |
),
|
118 |
'setasign/fpdi' => array(
|
@@ -131,12 +131,12 @@
|
|
131 |
),
|
132 |
),
|
133 |
'vendidero/one-stop-shop-woocommerce' => array(
|
134 |
-
'pretty_version' => '1.3.
|
135 |
-
'version' => '1.3.
|
136 |
'type' => 'wordpress-plugin',
|
137 |
'install_path' => __DIR__ . '/../../packages/one-stop-shop-woocommerce',
|
138 |
'aliases' => array(),
|
139 |
-
'reference' => '
|
140 |
'dev_requirement' => false,
|
141 |
),
|
142 |
'vendidero/woocommerce-eu-tax-helper' => array(
|
@@ -154,25 +154,25 @@
|
|
154 |
'type' => 'wordpress-plugin',
|
155 |
'install_path' => __DIR__ . '/../../',
|
156 |
'aliases' => array(),
|
157 |
-
'reference' => '
|
158 |
'dev_requirement' => false,
|
159 |
),
|
160 |
'vendidero/woocommerce-germanized-dhl' => array(
|
161 |
-
'pretty_version' => '1.8.
|
162 |
-
'version' => '1.8.
|
163 |
'type' => 'wordpress-plugin',
|
164 |
'install_path' => __DIR__ . '/../../packages/woocommerce-germanized-dhl',
|
165 |
'aliases' => array(),
|
166 |
-
'reference' => '
|
167 |
'dev_requirement' => false,
|
168 |
),
|
169 |
'vendidero/woocommerce-germanized-shipments' => array(
|
170 |
-
'pretty_version' => '2.2.
|
171 |
-
'version' => '2.2.
|
172 |
'type' => 'wordpress-plugin',
|
173 |
'install_path' => __DIR__ . '/../../packages/woocommerce-germanized-shipments',
|
174 |
'aliases' => array(),
|
175 |
-
'reference' => '
|
176 |
'dev_requirement' => false,
|
177 |
),
|
178 |
'vendidero/woocommerce-trusted-shops' => array(
|
5 |
'type' => 'wordpress-plugin',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
+
'reference' => 'ea2ad3c747e8bd1ed20f9ab7fcd25380f7a7e9aa',
|
9 |
'name' => 'vendidero/woocommerce-germanized',
|
10 |
'dev' => false,
|
11 |
),
|
107 |
),
|
108 |
),
|
109 |
'setasign/fpdf' => array(
|
110 |
+
'pretty_version' => '1.8.5',
|
111 |
+
'version' => '1.8.5.0',
|
112 |
'type' => 'library',
|
113 |
'install_path' => __DIR__ . '/../setasign/fpdf',
|
114 |
'aliases' => array(),
|
115 |
+
'reference' => 'f4104a04c9a3f95c4c26a0a0531abebcc980987a',
|
116 |
'dev_requirement' => false,
|
117 |
),
|
118 |
'setasign/fpdi' => array(
|
131 |
),
|
132 |
),
|
133 |
'vendidero/one-stop-shop-woocommerce' => array(
|
134 |
+
'pretty_version' => '1.3.3',
|
135 |
+
'version' => '1.3.3.0',
|
136 |
'type' => 'wordpress-plugin',
|
137 |
'install_path' => __DIR__ . '/../../packages/one-stop-shop-woocommerce',
|
138 |
'aliases' => array(),
|
139 |
+
'reference' => 'bffd949566f6ad7d432b70605f387243b754aa95',
|
140 |
'dev_requirement' => false,
|
141 |
),
|
142 |
'vendidero/woocommerce-eu-tax-helper' => array(
|
154 |
'type' => 'wordpress-plugin',
|
155 |
'install_path' => __DIR__ . '/../../',
|
156 |
'aliases' => array(),
|
157 |
+
'reference' => 'ea2ad3c747e8bd1ed20f9ab7fcd25380f7a7e9aa',
|
158 |
'dev_requirement' => false,
|
159 |
),
|
160 |
'vendidero/woocommerce-germanized-dhl' => array(
|
161 |
+
'pretty_version' => '1.8.2',
|
162 |
+
'version' => '1.8.2.0',
|
163 |
'type' => 'wordpress-plugin',
|
164 |
'install_path' => __DIR__ . '/../../packages/woocommerce-germanized-dhl',
|
165 |
'aliases' => array(),
|
166 |
+
'reference' => '2e59619be41908b54780e3d1fcb7ed285d2f4d02',
|
167 |
'dev_requirement' => false,
|
168 |
),
|
169 |
'vendidero/woocommerce-germanized-shipments' => array(
|
170 |
+
'pretty_version' => '2.2.2',
|
171 |
+
'version' => '2.2.2.0',
|
172 |
'type' => 'wordpress-plugin',
|
173 |
'install_path' => __DIR__ . '/../../packages/woocommerce-germanized-shipments',
|
174 |
'aliases' => array(),
|
175 |
+
'reference' => 'd3285f3aeb6032b9f2914c202a87db764883aaad',
|
176 |
'dev_requirement' => false,
|
177 |
),
|
178 |
'vendidero/woocommerce-trusted-shops' => array(
|
vendor/composer/jetpack_autoload_classmap.php
CHANGED
@@ -323,463 +323,463 @@ return array(
|
|
323 |
'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
|
324 |
),
|
325 |
'Vendidero\\OneStopShop\\SettingsPage' => array(
|
326 |
-
'version' => '1.3.
|
327 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/SettingsPage.php'
|
328 |
),
|
329 |
'Vendidero\\OneStopShop\\Install' => array(
|
330 |
-
'version' => '1.3.
|
331 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Install.php'
|
332 |
),
|
333 |
'Vendidero\\OneStopShop\\Settings' => array(
|
334 |
-
'version' => '1.3.
|
335 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Settings.php'
|
336 |
),
|
337 |
'Vendidero\\OneStopShop\\CSVExporterBOP' => array(
|
338 |
-
'version' => '1.3.
|
339 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporterBOP.php'
|
340 |
),
|
341 |
'Vendidero\\OneStopShop\\Package' => array(
|
342 |
-
'version' => '1.3.
|
343 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Package.php'
|
344 |
),
|
345 |
'Vendidero\\OneStopShop\\ReportTable' => array(
|
346 |
-
'version' => '1.3.
|
347 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/ReportTable.php'
|
348 |
),
|
349 |
'Vendidero\\OneStopShop\\CSVExporter' => array(
|
350 |
-
'version' => '1.3.
|
351 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporter.php'
|
352 |
),
|
353 |
'Vendidero\\OneStopShop\\DeliveryThresholdEmailNotification' => array(
|
354 |
-
'version' => '1.3.
|
355 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php'
|
356 |
),
|
357 |
'Vendidero\\OneStopShop\\Queue' => array(
|
358 |
-
'version' => '1.3.
|
359 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Queue.php'
|
360 |
),
|
361 |
'Vendidero\\OneStopShop\\Tax' => array(
|
362 |
-
'version' => '1.3.
|
363 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Tax.php'
|
364 |
),
|
365 |
'Vendidero\\OneStopShop\\AsyncReportGenerator' => array(
|
366 |
-
'version' => '1.3.
|
367 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php'
|
368 |
),
|
369 |
'Vendidero\\OneStopShop\\DeliveryThresholdWarning' => array(
|
370 |
-
'version' => '1.3.
|
371 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdWarning.php'
|
372 |
),
|
373 |
'Vendidero\\OneStopShop\\Admin' => array(
|
374 |
-
'version' => '1.3.
|
375 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Admin.php'
|
376 |
),
|
377 |
'Vendidero\\OneStopShop\\AdminNote' => array(
|
378 |
-
'version' => '1.3.
|
379 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AdminNote.php'
|
380 |
),
|
381 |
'Vendidero\\OneStopShop\\Report' => array(
|
382 |
-
'version' => '1.3.
|
383 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Report.php'
|
384 |
),
|
385 |
'Vendidero\\Germanized\\Shipments\\Shipment' => array(
|
386 |
-
'version' => '2.2.
|
387 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
|
388 |
),
|
389 |
'Vendidero\\Germanized\\Shipments\\Packaging\\ReportHelper' => array(
|
390 |
-
'version' => '2.2.
|
391 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php'
|
392 |
),
|
393 |
'Vendidero\\Germanized\\Shipments\\Packaging\\ReportQueue' => array(
|
394 |
-
'version' => '2.2.
|
395 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/ReportQueue.php'
|
396 |
),
|
397 |
'Vendidero\\Germanized\\Shipments\\Packaging\\AsyncReportGenerator' => array(
|
398 |
-
'version' => '2.2.
|
399 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/AsyncReportGenerator.php'
|
400 |
),
|
401 |
'Vendidero\\Germanized\\Shipments\\Packaging\\Report' => array(
|
402 |
-
'version' => '2.2.
|
403 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/Report.php'
|
404 |
),
|
405 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Auto' => array(
|
406 |
-
'version' => '2.2.
|
407 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php'
|
408 |
),
|
409 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Method' => array(
|
410 |
-
'version' => '2.2.
|
411 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Method.php'
|
412 |
),
|
413 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Simple' => array(
|
414 |
-
'version' => '2.2.
|
415 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php'
|
416 |
),
|
417 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Helper' => array(
|
418 |
-
'version' => '2.2.
|
419 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Helper.php'
|
420 |
),
|
421 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\MethodPlaceholder' => array(
|
422 |
-
'version' => '2.2.
|
423 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/MethodPlaceholder.php'
|
424 |
),
|
425 |
'Vendidero\\Germanized\\Shipments\\Install' => array(
|
426 |
-
'version' => '2.2.
|
427 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
|
428 |
),
|
429 |
'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
|
430 |
-
'version' => '2.2.
|
431 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
|
432 |
),
|
433 |
'Vendidero\\Germanized\\Shipments\\Package' => array(
|
434 |
-
'version' => '2.2.
|
435 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
|
436 |
),
|
437 |
'Vendidero\\Germanized\\Shipments\\Product' => array(
|
438 |
-
'version' => '2.2.
|
439 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Product.php'
|
440 |
),
|
441 |
'Vendidero\\Germanized\\Shipments\\Order' => array(
|
442 |
-
'version' => '2.2.
|
443 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
|
444 |
),
|
445 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
|
446 |
-
'version' => '2.2.
|
447 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
|
448 |
),
|
449 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Label' => array(
|
450 |
-
'version' => '2.2.
|
451 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Label.php'
|
452 |
),
|
453 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
|
454 |
-
'version' => '2.2.
|
455 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
|
456 |
),
|
457 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Packaging' => array(
|
458 |
-
'version' => '2.2.
|
459 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php'
|
460 |
),
|
461 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
|
462 |
-
'version' => '2.2.
|
463 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
|
464 |
),
|
465 |
'Vendidero\\Germanized\\Shipments\\PackagingFactory' => array(
|
466 |
-
'version' => '2.2.
|
467 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PackagingFactory.php'
|
468 |
),
|
469 |
'Vendidero\\Germanized\\Shipments\\Ajax' => array(
|
470 |
-
'version' => '2.2.
|
471 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
|
472 |
),
|
473 |
'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
|
474 |
-
'version' => '2.2.
|
475 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
|
476 |
),
|
477 |
'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
|
478 |
-
'version' => '2.2.
|
479 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
|
480 |
),
|
481 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
|
482 |
-
'version' => '2.2.
|
483 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
|
484 |
),
|
485 |
'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
|
486 |
-
'version' => '2.2.
|
487 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
|
488 |
),
|
489 |
'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
|
490 |
-
'version' => '2.2.
|
491 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
|
492 |
),
|
493 |
'Vendidero\\Germanized\\Shipments\\Admin\\ProviderSettings' => array(
|
494 |
-
'version' => '2.2.
|
495 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php'
|
496 |
),
|
497 |
'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
|
498 |
-
'version' => '2.2.
|
499 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
|
500 |
),
|
501 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
|
502 |
-
'version' => '2.2.
|
503 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
|
504 |
),
|
505 |
'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
|
506 |
-
'version' => '2.2.
|
507 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
|
508 |
),
|
509 |
'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
|
510 |
-
'version' => '2.2.
|
511 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
|
512 |
),
|
513 |
'Vendidero\\Germanized\\Shipments\\Labels\\Factory' => array(
|
514 |
-
'version' => '2.2.
|
515 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Factory.php'
|
516 |
),
|
517 |
'Vendidero\\Germanized\\Shipments\\Labels\\Label' => array(
|
518 |
-
'version' => '2.2.
|
519 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Label.php'
|
520 |
),
|
521 |
'Vendidero\\Germanized\\Shipments\\Labels\\ReturnLabel' => array(
|
522 |
-
'version' => '2.2.
|
523 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/ReturnLabel.php'
|
524 |
),
|
525 |
'Vendidero\\Germanized\\Shipments\\Labels\\DownloadHandler' => array(
|
526 |
-
'version' => '2.2.
|
527 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/DownloadHandler.php'
|
528 |
),
|
529 |
'Vendidero\\Germanized\\Shipments\\Labels\\Automation' => array(
|
530 |
-
'version' => '2.2.
|
531 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Automation.php'
|
532 |
),
|
533 |
'Vendidero\\Germanized\\Shipments\\Labels\\Query' => array(
|
534 |
-
'version' => '2.2.
|
535 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Query.php'
|
536 |
),
|
537 |
'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
|
538 |
-
'version' => '2.2.
|
539 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
|
540 |
),
|
541 |
'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
|
542 |
-
'version' => '2.2.
|
543 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
|
544 |
),
|
545 |
'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
|
546 |
-
'version' => '2.2.
|
547 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
|
548 |
),
|
549 |
'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
|
550 |
-
'version' => '2.2.
|
551 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
|
552 |
),
|
553 |
'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
|
554 |
-
'version' => '2.2.
|
555 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
|
556 |
),
|
557 |
'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
|
558 |
-
'version' => '2.2.
|
559 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
|
560 |
),
|
561 |
'Vendidero\\Germanized\\Shipments\\Automation' => array(
|
562 |
-
'version' => '2.2.
|
563 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
|
564 |
),
|
565 |
'Vendidero\\Germanized\\Shipments\\Packaging' => array(
|
566 |
-
'version' => '2.2.
|
567 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging.php'
|
568 |
),
|
569 |
'Vendidero\\Germanized\\Shipments\\Api' => array(
|
570 |
-
'version' => '2.2.
|
571 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
|
572 |
),
|
573 |
'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
|
574 |
-
'version' => '2.2.
|
575 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
|
576 |
),
|
577 |
'Vendidero\\Germanized\\Shipments\\Validation' => array(
|
578 |
-
'version' => '2.2.
|
579 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
|
580 |
),
|
581 |
'Vendidero\\Germanized\\Shipments\\Emails' => array(
|
582 |
-
'version' => '2.2.
|
583 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
|
584 |
),
|
585 |
'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
|
586 |
-
'version' => '2.2.
|
587 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
|
588 |
),
|
589 |
'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
|
590 |
-
'version' => '2.2.
|
591 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
|
592 |
),
|
593 |
'Vendidero\\Germanized\\Shipments\\Rest\\ShipmentsController' => array(
|
594 |
-
'version' => '2.2.
|
595 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php'
|
596 |
),
|
597 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProviderAuto' => array(
|
598 |
-
'version' => '2.2.
|
599 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProviderAuto.php'
|
600 |
),
|
601 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProvider' => array(
|
602 |
-
'version' => '2.2.
|
603 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php'
|
604 |
),
|
605 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
|
606 |
-
'version' => '2.2.
|
607 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentReturnLabel.php'
|
608 |
),
|
609 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
|
610 |
-
'version' => '2.2.
|
611 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
|
612 |
),
|
613 |
'Vendidero\\Germanized\\Shipments\\Packing\\PackagingBox' => array(
|
614 |
-
'version' => '2.2.
|
615 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/PackagingBox.php'
|
616 |
),
|
617 |
'Vendidero\\Germanized\\Shipments\\Packing\\OrderItem' => array(
|
618 |
-
'version' => '2.2.
|
619 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/OrderItem.php'
|
620 |
),
|
621 |
'Vendidero\\Germanized\\Shipments\\Packing\\Helper' => array(
|
622 |
-
'version' => '2.2.
|
623 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/Helper.php'
|
624 |
),
|
625 |
'Vendidero\\Germanized\\Shipments\\Packing\\ShipmentItem' => array(
|
626 |
-
'version' => '2.2.
|
627 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/ShipmentItem.php'
|
628 |
),
|
629 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DeutschePost' => array(
|
630 |
-
'version' => '1.8.
|
631 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php'
|
632 |
),
|
633 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\ShippingMethod' => array(
|
634 |
-
'version' => '1.8.
|
635 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php'
|
636 |
),
|
637 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DHL' => array(
|
638 |
-
'version' => '1.8.
|
639 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php'
|
640 |
),
|
641 |
'Vendidero\\Germanized\\DHL\\Install' => array(
|
642 |
-
'version' => '1.8.
|
643 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
|
644 |
),
|
645 |
'Vendidero\\Germanized\\DHL\\Package' => array(
|
646 |
-
'version' => '1.8.
|
647 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
|
648 |
),
|
649 |
'Vendidero\\Germanized\\DHL\\Product' => array(
|
650 |
-
'version' => '1.8.
|
651 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
|
652 |
),
|
653 |
'Vendidero\\Germanized\\DHL\\Order' => array(
|
654 |
-
'version' => '1.8.
|
655 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
|
656 |
),
|
657 |
'Vendidero\\Germanized\\DHL\\Ajax' => array(
|
658 |
-
'version' => '1.8.
|
659 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
|
660 |
),
|
661 |
'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
|
662 |
-
'version' => '1.8.
|
663 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
|
664 |
),
|
665 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\Internetmarke' => array(
|
666 |
-
'version' => '1.8.
|
667 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/Internetmarke.php'
|
668 |
),
|
669 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\DHL' => array(
|
670 |
-
'version' => '1.8.
|
671 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/DHL.php'
|
672 |
),
|
673 |
'Vendidero\\Germanized\\DHL\\Admin\\Status' => array(
|
674 |
-
'version' => '1.8.
|
675 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Status.php'
|
676 |
),
|
677 |
'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
|
678 |
-
'version' => '1.8.
|
679 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
|
680 |
),
|
681 |
'Vendidero\\Germanized\\DHL\\Label\\DHLInlayReturn' => array(
|
682 |
-
'version' => '1.8.
|
683 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLInlayReturn.php'
|
684 |
),
|
685 |
'Vendidero\\Germanized\\DHL\\Label\\Label' => array(
|
686 |
-
'version' => '1.8.
|
687 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/Label.php'
|
688 |
),
|
689 |
'Vendidero\\Germanized\\DHL\\Label\\DHLReturn' => array(
|
690 |
-
'version' => '1.8.
|
691 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLReturn.php'
|
692 |
),
|
693 |
'Vendidero\\Germanized\\DHL\\Label\\ReturnLabel' => array(
|
694 |
-
'version' => '1.8.
|
695 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/ReturnLabel.php'
|
696 |
),
|
697 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePost' => array(
|
698 |
-
'version' => '1.8.
|
699 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php'
|
700 |
),
|
701 |
'Vendidero\\Germanized\\DHL\\Label\\DHL' => array(
|
702 |
-
'version' => '1.8.
|
703 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHL.php'
|
704 |
),
|
705 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePostReturn' => array(
|
706 |
-
'version' => '1.8.
|
707 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php'
|
708 |
),
|
709 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelQuery' => array(
|
710 |
-
'version' => '1.8.
|
711 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php'
|
712 |
),
|
713 |
'Vendidero\\Germanized\\DHL\\Legacy\\DataStores\\Label' => array(
|
714 |
-
'version' => '1.8.
|
715 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php'
|
716 |
),
|
717 |
'Vendidero\\Germanized\\DHL\\Legacy\\DownloadHandler' => array(
|
718 |
-
'version' => '1.8.
|
719 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DownloadHandler.php'
|
720 |
),
|
721 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelFactory' => array(
|
722 |
-
'version' => '1.8.
|
723 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelFactory.php'
|
724 |
),
|
725 |
'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
|
726 |
-
'version' => '1.8.
|
727 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
|
728 |
),
|
729 |
'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
|
730 |
-
'version' => '1.8.
|
731 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
|
732 |
),
|
733 |
'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
|
734 |
-
'version' => '1.8.
|
735 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
|
736 |
),
|
737 |
'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
|
738 |
-
'version' => '1.8.
|
739 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
|
740 |
),
|
741 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductList' => array(
|
742 |
-
'version' => '1.8.
|
743 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductList.php'
|
744 |
),
|
745 |
'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
|
746 |
-
'version' => '1.8.
|
747 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
|
748 |
),
|
749 |
'Vendidero\\Germanized\\DHL\\Api\\Internetmarke' => array(
|
750 |
-
'version' => '1.8.
|
751 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php'
|
752 |
),
|
753 |
'Vendidero\\Germanized\\DHL\\Api\\LocationFinder' => array(
|
754 |
-
'version' => '1.8.
|
755 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LocationFinder.php'
|
756 |
),
|
757 |
'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
|
758 |
-
'version' => '1.8.
|
759 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
|
760 |
),
|
761 |
'Vendidero\\Germanized\\DHL\\Api\\ImPartnerInformation' => array(
|
762 |
-
'version' => '1.8.
|
763 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImPartnerInformation.php'
|
764 |
),
|
765 |
'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
|
766 |
-
'version' => '1.8.
|
767 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
|
768 |
),
|
769 |
'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
|
770 |
-
'version' => '1.8.
|
771 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
|
772 |
),
|
773 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductsSoap' => array(
|
774 |
-
'version' => '1.8.
|
775 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductsSoap.php'
|
776 |
),
|
777 |
'Vendidero\\Germanized\\DHL\\Api\\ImRefundSoap' => array(
|
778 |
-
'version' => '1.8.
|
779 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImRefundSoap.php'
|
780 |
),
|
781 |
'Vendidero\\Germanized\\DHL\\Api\\ImWarenpostIntRest' => array(
|
782 |
-
'version' => '1.8.
|
783 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php'
|
784 |
),
|
785 |
'Vendidero\\Germanized\\PluginsHelper' => array(
|
@@ -1691,7 +1691,7 @@ return array(
|
|
1691 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php'
|
1692 |
),
|
1693 |
'FPDF' => array(
|
1694 |
-
'version' => '1.8.
|
1695 |
'path' => $vendorDir . '/setasign/fpdf/fpdf.php'
|
1696 |
),
|
1697 |
);
|
323 |
'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
|
324 |
),
|
325 |
'Vendidero\\OneStopShop\\SettingsPage' => array(
|
326 |
+
'version' => '1.3.3.0',
|
327 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/SettingsPage.php'
|
328 |
),
|
329 |
'Vendidero\\OneStopShop\\Install' => array(
|
330 |
+
'version' => '1.3.3.0',
|
331 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Install.php'
|
332 |
),
|
333 |
'Vendidero\\OneStopShop\\Settings' => array(
|
334 |
+
'version' => '1.3.3.0',
|
335 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Settings.php'
|
336 |
),
|
337 |
'Vendidero\\OneStopShop\\CSVExporterBOP' => array(
|
338 |
+
'version' => '1.3.3.0',
|
339 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporterBOP.php'
|
340 |
),
|
341 |
'Vendidero\\OneStopShop\\Package' => array(
|
342 |
+
'version' => '1.3.3.0',
|
343 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Package.php'
|
344 |
),
|
345 |
'Vendidero\\OneStopShop\\ReportTable' => array(
|
346 |
+
'version' => '1.3.3.0',
|
347 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/ReportTable.php'
|
348 |
),
|
349 |
'Vendidero\\OneStopShop\\CSVExporter' => array(
|
350 |
+
'version' => '1.3.3.0',
|
351 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporter.php'
|
352 |
),
|
353 |
'Vendidero\\OneStopShop\\DeliveryThresholdEmailNotification' => array(
|
354 |
+
'version' => '1.3.3.0',
|
355 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php'
|
356 |
),
|
357 |
'Vendidero\\OneStopShop\\Queue' => array(
|
358 |
+
'version' => '1.3.3.0',
|
359 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Queue.php'
|
360 |
),
|
361 |
'Vendidero\\OneStopShop\\Tax' => array(
|
362 |
+
'version' => '1.3.3.0',
|
363 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Tax.php'
|
364 |
),
|
365 |
'Vendidero\\OneStopShop\\AsyncReportGenerator' => array(
|
366 |
+
'version' => '1.3.3.0',
|
367 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php'
|
368 |
),
|
369 |
'Vendidero\\OneStopShop\\DeliveryThresholdWarning' => array(
|
370 |
+
'version' => '1.3.3.0',
|
371 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdWarning.php'
|
372 |
),
|
373 |
'Vendidero\\OneStopShop\\Admin' => array(
|
374 |
+
'version' => '1.3.3.0',
|
375 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Admin.php'
|
376 |
),
|
377 |
'Vendidero\\OneStopShop\\AdminNote' => array(
|
378 |
+
'version' => '1.3.3.0',
|
379 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AdminNote.php'
|
380 |
),
|
381 |
'Vendidero\\OneStopShop\\Report' => array(
|
382 |
+
'version' => '1.3.3.0',
|
383 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Report.php'
|
384 |
),
|
385 |
'Vendidero\\Germanized\\Shipments\\Shipment' => array(
|
386 |
+
'version' => '2.2.2.0',
|
387 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
|
388 |
),
|
389 |
'Vendidero\\Germanized\\Shipments\\Packaging\\ReportHelper' => array(
|
390 |
+
'version' => '2.2.2.0',
|
391 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php'
|
392 |
),
|
393 |
'Vendidero\\Germanized\\Shipments\\Packaging\\ReportQueue' => array(
|
394 |
+
'version' => '2.2.2.0',
|
395 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/ReportQueue.php'
|
396 |
),
|
397 |
'Vendidero\\Germanized\\Shipments\\Packaging\\AsyncReportGenerator' => array(
|
398 |
+
'version' => '2.2.2.0',
|
399 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/AsyncReportGenerator.php'
|
400 |
),
|
401 |
'Vendidero\\Germanized\\Shipments\\Packaging\\Report' => array(
|
402 |
+
'version' => '2.2.2.0',
|
403 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/Report.php'
|
404 |
),
|
405 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Auto' => array(
|
406 |
+
'version' => '2.2.2.0',
|
407 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php'
|
408 |
),
|
409 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Method' => array(
|
410 |
+
'version' => '2.2.2.0',
|
411 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Method.php'
|
412 |
),
|
413 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Simple' => array(
|
414 |
+
'version' => '2.2.2.0',
|
415 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php'
|
416 |
),
|
417 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Helper' => array(
|
418 |
+
'version' => '2.2.2.0',
|
419 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Helper.php'
|
420 |
),
|
421 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\MethodPlaceholder' => array(
|
422 |
+
'version' => '2.2.2.0',
|
423 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/MethodPlaceholder.php'
|
424 |
),
|
425 |
'Vendidero\\Germanized\\Shipments\\Install' => array(
|
426 |
+
'version' => '2.2.2.0',
|
427 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
|
428 |
),
|
429 |
'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
|
430 |
+
'version' => '2.2.2.0',
|
431 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
|
432 |
),
|
433 |
'Vendidero\\Germanized\\Shipments\\Package' => array(
|
434 |
+
'version' => '2.2.2.0',
|
435 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
|
436 |
),
|
437 |
'Vendidero\\Germanized\\Shipments\\Product' => array(
|
438 |
+
'version' => '2.2.2.0',
|
439 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Product.php'
|
440 |
),
|
441 |
'Vendidero\\Germanized\\Shipments\\Order' => array(
|
442 |
+
'version' => '2.2.2.0',
|
443 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
|
444 |
),
|
445 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
|
446 |
+
'version' => '2.2.2.0',
|
447 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
|
448 |
),
|
449 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Label' => array(
|
450 |
+
'version' => '2.2.2.0',
|
451 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Label.php'
|
452 |
),
|
453 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
|
454 |
+
'version' => '2.2.2.0',
|
455 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
|
456 |
),
|
457 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Packaging' => array(
|
458 |
+
'version' => '2.2.2.0',
|
459 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php'
|
460 |
),
|
461 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
|
462 |
+
'version' => '2.2.2.0',
|
463 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
|
464 |
),
|
465 |
'Vendidero\\Germanized\\Shipments\\PackagingFactory' => array(
|
466 |
+
'version' => '2.2.2.0',
|
467 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PackagingFactory.php'
|
468 |
),
|
469 |
'Vendidero\\Germanized\\Shipments\\Ajax' => array(
|
470 |
+
'version' => '2.2.2.0',
|
471 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
|
472 |
),
|
473 |
'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
|
474 |
+
'version' => '2.2.2.0',
|
475 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
|
476 |
),
|
477 |
'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
|
478 |
+
'version' => '2.2.2.0',
|
479 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
|
480 |
),
|
481 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
|
482 |
+
'version' => '2.2.2.0',
|
483 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
|
484 |
),
|
485 |
'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
|
486 |
+
'version' => '2.2.2.0',
|
487 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
|
488 |
),
|
489 |
'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
|
490 |
+
'version' => '2.2.2.0',
|
491 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
|
492 |
),
|
493 |
'Vendidero\\Germanized\\Shipments\\Admin\\ProviderSettings' => array(
|
494 |
+
'version' => '2.2.2.0',
|
495 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php'
|
496 |
),
|
497 |
'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
|
498 |
+
'version' => '2.2.2.0',
|
499 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
|
500 |
),
|
501 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
|
502 |
+
'version' => '2.2.2.0',
|
503 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
|
504 |
),
|
505 |
'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
|
506 |
+
'version' => '2.2.2.0',
|
507 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
|
508 |
),
|
509 |
'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
|
510 |
+
'version' => '2.2.2.0',
|
511 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
|
512 |
),
|
513 |
'Vendidero\\Germanized\\Shipments\\Labels\\Factory' => array(
|
514 |
+
'version' => '2.2.2.0',
|
515 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Factory.php'
|
516 |
),
|
517 |
'Vendidero\\Germanized\\Shipments\\Labels\\Label' => array(
|
518 |
+
'version' => '2.2.2.0',
|
519 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Label.php'
|
520 |
),
|
521 |
'Vendidero\\Germanized\\Shipments\\Labels\\ReturnLabel' => array(
|
522 |
+
'version' => '2.2.2.0',
|
523 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/ReturnLabel.php'
|
524 |
),
|
525 |
'Vendidero\\Germanized\\Shipments\\Labels\\DownloadHandler' => array(
|
526 |
+
'version' => '2.2.2.0',
|
527 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/DownloadHandler.php'
|
528 |
),
|
529 |
'Vendidero\\Germanized\\Shipments\\Labels\\Automation' => array(
|
530 |
+
'version' => '2.2.2.0',
|
531 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Automation.php'
|
532 |
),
|
533 |
'Vendidero\\Germanized\\Shipments\\Labels\\Query' => array(
|
534 |
+
'version' => '2.2.2.0',
|
535 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Query.php'
|
536 |
),
|
537 |
'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
|
538 |
+
'version' => '2.2.2.0',
|
539 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
|
540 |
),
|
541 |
'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
|
542 |
+
'version' => '2.2.2.0',
|
543 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
|
544 |
),
|
545 |
'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
|
546 |
+
'version' => '2.2.2.0',
|
547 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
|
548 |
),
|
549 |
'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
|
550 |
+
'version' => '2.2.2.0',
|
551 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
|
552 |
),
|
553 |
'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
|
554 |
+
'version' => '2.2.2.0',
|
555 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
|
556 |
),
|
557 |
'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
|
558 |
+
'version' => '2.2.2.0',
|
559 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
|
560 |
),
|
561 |
'Vendidero\\Germanized\\Shipments\\Automation' => array(
|
562 |
+
'version' => '2.2.2.0',
|
563 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
|
564 |
),
|
565 |
'Vendidero\\Germanized\\Shipments\\Packaging' => array(
|
566 |
+
'version' => '2.2.2.0',
|
567 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging.php'
|
568 |
),
|
569 |
'Vendidero\\Germanized\\Shipments\\Api' => array(
|
570 |
+
'version' => '2.2.2.0',
|
571 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
|
572 |
),
|
573 |
'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
|
574 |
+
'version' => '2.2.2.0',
|
575 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
|
576 |
),
|
577 |
'Vendidero\\Germanized\\Shipments\\Validation' => array(
|
578 |
+
'version' => '2.2.2.0',
|
579 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
|
580 |
),
|
581 |
'Vendidero\\Germanized\\Shipments\\Emails' => array(
|
582 |
+
'version' => '2.2.2.0',
|
583 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
|
584 |
),
|
585 |
'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
|
586 |
+
'version' => '2.2.2.0',
|
587 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
|
588 |
),
|
589 |
'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
|
590 |
+
'version' => '2.2.2.0',
|
591 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
|
592 |
),
|
593 |
'Vendidero\\Germanized\\Shipments\\Rest\\ShipmentsController' => array(
|
594 |
+
'version' => '2.2.2.0',
|
595 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php'
|
596 |
),
|
597 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProviderAuto' => array(
|
598 |
+
'version' => '2.2.2.0',
|
599 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProviderAuto.php'
|
600 |
),
|
601 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProvider' => array(
|
602 |
+
'version' => '2.2.2.0',
|
603 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php'
|
604 |
),
|
605 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
|
606 |
+
'version' => '2.2.2.0',
|
607 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentReturnLabel.php'
|
608 |
),
|
609 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
|
610 |
+
'version' => '2.2.2.0',
|
611 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
|
612 |
),
|
613 |
'Vendidero\\Germanized\\Shipments\\Packing\\PackagingBox' => array(
|
614 |
+
'version' => '2.2.2.0',
|
615 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/PackagingBox.php'
|
616 |
),
|
617 |
'Vendidero\\Germanized\\Shipments\\Packing\\OrderItem' => array(
|
618 |
+
'version' => '2.2.2.0',
|
619 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/OrderItem.php'
|
620 |
),
|
621 |
'Vendidero\\Germanized\\Shipments\\Packing\\Helper' => array(
|
622 |
+
'version' => '2.2.2.0',
|
623 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/Helper.php'
|
624 |
),
|
625 |
'Vendidero\\Germanized\\Shipments\\Packing\\ShipmentItem' => array(
|
626 |
+
'version' => '2.2.2.0',
|
627 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/ShipmentItem.php'
|
628 |
),
|
629 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DeutschePost' => array(
|
630 |
+
'version' => '1.8.2.0',
|
631 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php'
|
632 |
),
|
633 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\ShippingMethod' => array(
|
634 |
+
'version' => '1.8.2.0',
|
635 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php'
|
636 |
),
|
637 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DHL' => array(
|
638 |
+
'version' => '1.8.2.0',
|
639 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php'
|
640 |
),
|
641 |
'Vendidero\\Germanized\\DHL\\Install' => array(
|
642 |
+
'version' => '1.8.2.0',
|
643 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
|
644 |
),
|
645 |
'Vendidero\\Germanized\\DHL\\Package' => array(
|
646 |
+
'version' => '1.8.2.0',
|
647 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
|
648 |
),
|
649 |
'Vendidero\\Germanized\\DHL\\Product' => array(
|
650 |
+
'version' => '1.8.2.0',
|
651 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
|
652 |
),
|
653 |
'Vendidero\\Germanized\\DHL\\Order' => array(
|
654 |
+
'version' => '1.8.2.0',
|
655 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
|
656 |
),
|
657 |
'Vendidero\\Germanized\\DHL\\Ajax' => array(
|
658 |
+
'version' => '1.8.2.0',
|
659 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
|
660 |
),
|
661 |
'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
|
662 |
+
'version' => '1.8.2.0',
|
663 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
|
664 |
),
|
665 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\Internetmarke' => array(
|
666 |
+
'version' => '1.8.2.0',
|
667 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/Internetmarke.php'
|
668 |
),
|
669 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\DHL' => array(
|
670 |
+
'version' => '1.8.2.0',
|
671 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/DHL.php'
|
672 |
),
|
673 |
'Vendidero\\Germanized\\DHL\\Admin\\Status' => array(
|
674 |
+
'version' => '1.8.2.0',
|
675 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Status.php'
|
676 |
),
|
677 |
'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
|
678 |
+
'version' => '1.8.2.0',
|
679 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
|
680 |
),
|
681 |
'Vendidero\\Germanized\\DHL\\Label\\DHLInlayReturn' => array(
|
682 |
+
'version' => '1.8.2.0',
|
683 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLInlayReturn.php'
|
684 |
),
|
685 |
'Vendidero\\Germanized\\DHL\\Label\\Label' => array(
|
686 |
+
'version' => '1.8.2.0',
|
687 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/Label.php'
|
688 |
),
|
689 |
'Vendidero\\Germanized\\DHL\\Label\\DHLReturn' => array(
|
690 |
+
'version' => '1.8.2.0',
|
691 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLReturn.php'
|
692 |
),
|
693 |
'Vendidero\\Germanized\\DHL\\Label\\ReturnLabel' => array(
|
694 |
+
'version' => '1.8.2.0',
|
695 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/ReturnLabel.php'
|
696 |
),
|
697 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePost' => array(
|
698 |
+
'version' => '1.8.2.0',
|
699 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php'
|
700 |
),
|
701 |
'Vendidero\\Germanized\\DHL\\Label\\DHL' => array(
|
702 |
+
'version' => '1.8.2.0',
|
703 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHL.php'
|
704 |
),
|
705 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePostReturn' => array(
|
706 |
+
'version' => '1.8.2.0',
|
707 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php'
|
708 |
),
|
709 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelQuery' => array(
|
710 |
+
'version' => '1.8.2.0',
|
711 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php'
|
712 |
),
|
713 |
'Vendidero\\Germanized\\DHL\\Legacy\\DataStores\\Label' => array(
|
714 |
+
'version' => '1.8.2.0',
|
715 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php'
|
716 |
),
|
717 |
'Vendidero\\Germanized\\DHL\\Legacy\\DownloadHandler' => array(
|
718 |
+
'version' => '1.8.2.0',
|
719 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DownloadHandler.php'
|
720 |
),
|
721 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelFactory' => array(
|
722 |
+
'version' => '1.8.2.0',
|
723 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelFactory.php'
|
724 |
),
|
725 |
'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
|
726 |
+
'version' => '1.8.2.0',
|
727 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
|
728 |
),
|
729 |
'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
|
730 |
+
'version' => '1.8.2.0',
|
731 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
|
732 |
),
|
733 |
'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
|
734 |
+
'version' => '1.8.2.0',
|
735 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
|
736 |
),
|
737 |
'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
|
738 |
+
'version' => '1.8.2.0',
|
739 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
|
740 |
),
|
741 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductList' => array(
|
742 |
+
'version' => '1.8.2.0',
|
743 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductList.php'
|
744 |
),
|
745 |
'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
|
746 |
+
'version' => '1.8.2.0',
|
747 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
|
748 |
),
|
749 |
'Vendidero\\Germanized\\DHL\\Api\\Internetmarke' => array(
|
750 |
+
'version' => '1.8.2.0',
|
751 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php'
|
752 |
),
|
753 |
'Vendidero\\Germanized\\DHL\\Api\\LocationFinder' => array(
|
754 |
+
'version' => '1.8.2.0',
|
755 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LocationFinder.php'
|
756 |
),
|
757 |
'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
|
758 |
+
'version' => '1.8.2.0',
|
759 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
|
760 |
),
|
761 |
'Vendidero\\Germanized\\DHL\\Api\\ImPartnerInformation' => array(
|
762 |
+
'version' => '1.8.2.0',
|
763 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImPartnerInformation.php'
|
764 |
),
|
765 |
'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
|
766 |
+
'version' => '1.8.2.0',
|
767 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
|
768 |
),
|
769 |
'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
|
770 |
+
'version' => '1.8.2.0',
|
771 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
|
772 |
),
|
773 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductsSoap' => array(
|
774 |
+
'version' => '1.8.2.0',
|
775 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductsSoap.php'
|
776 |
),
|
777 |
'Vendidero\\Germanized\\DHL\\Api\\ImRefundSoap' => array(
|
778 |
+
'version' => '1.8.2.0',
|
779 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImRefundSoap.php'
|
780 |
),
|
781 |
'Vendidero\\Germanized\\DHL\\Api\\ImWarenpostIntRest' => array(
|
782 |
+
'version' => '1.8.2.0',
|
783 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php'
|
784 |
),
|
785 |
'Vendidero\\Germanized\\PluginsHelper' => array(
|
1691 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php'
|
1692 |
),
|
1693 |
'FPDF' => array(
|
1694 |
+
'version' => '1.8.5.0',
|
1695 |
'path' => $vendorDir . '/setasign/fpdf/fpdf.php'
|
1696 |
),
|
1697 |
);
|
vendor/jetpack-autoloader/class-autoloader-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-autoloader-locator.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-autoloader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-container.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-hook-manager.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-latest-autoloader-guard.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-manifest-reader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-path-processor.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-php-autoloader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-plugin-locator.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-plugins-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-shutdown-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-version-loader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-version-selector.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp1e53909e8d2d8db0d7e896b1390e3fb0;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/setasign/fpdf/FAQ.htm
CHANGED
@@ -46,13 +46,13 @@ freely in your application (commercial or not), with or without modifications.
|
|
46 |
<p><b>2.</b> <span class='question'>I get the following error when I try to generate a PDF: Some data has already been output, can't send PDF file</span></p>
|
47 |
You must send nothing to the browser except the PDF itself: no HTML, no space, no carriage return. A common
|
48 |
case is having extra blank at the end of an included script file.<br>
|
49 |
-
If you can't figure out where the problem comes from, this other message appearing just before will help you:<br>
|
50 |
<br>
|
51 |
-
|
52 |
<br>
|
53 |
-
|
54 |
-
|
55 |
-
|
|
|
56 |
<div class="doc-source">
|
57 |
<pre><code>ob_end_clean();</code></pre>
|
58 |
</div>
|
@@ -60,15 +60,14 @@ try adding this at the very beginning of your script:
|
|
60 |
|
61 |
<li id='q3'>
|
62 |
<p><b>3.</b> <span class='question'>Accented letters are replaced with some strange characters like é.</span></p>
|
63 |
-
Don't use UTF-8 with the standard fonts; they expect text encoded in
|
64 |
-
You can
|
65 |
<div class="doc-source">
|
66 |
-
<pre><code>$str =
|
67 |
</div>
|
68 |
-
|
69 |
-
right way to do it is the following:
|
70 |
<div class="doc-source">
|
71 |
-
<pre><code>$str =
|
72 |
</div>
|
73 |
In case you need characters outside windows-1252, take a look at tutorial #7 or
|
74 |
<a href="http://www.fpdf.org/?go=script&id=92" target="_blank">tFPDF</a>.
|
46 |
<p><b>2.</b> <span class='question'>I get the following error when I try to generate a PDF: Some data has already been output, can't send PDF file</span></p>
|
47 |
You must send nothing to the browser except the PDF itself: no HTML, no space, no carriage return. A common
|
48 |
case is having extra blank at the end of an included script file.<br>
|
|
|
49 |
<br>
|
50 |
+
The message may be followed by this indication:<br>
|
51 |
<br>
|
52 |
+
(output started at script.php:X)<br>
|
53 |
+
<br>
|
54 |
+
which gives you exactly the script and line number responsible for the output. If you don't see it,
|
55 |
+
try adding this line at the very beginning of your script:
|
56 |
<div class="doc-source">
|
57 |
<pre><code>ob_end_clean();</code></pre>
|
58 |
</div>
|
60 |
|
61 |
<li id='q3'>
|
62 |
<p><b>3.</b> <span class='question'>Accented letters are replaced with some strange characters like é.</span></p>
|
63 |
+
Don't use UTF-8 with the standard fonts; they expect text encoded in windows-1252.
|
64 |
+
You can perform a conversion with iconv:
|
65 |
<div class="doc-source">
|
66 |
+
<pre><code>$str = iconv('UTF-8', 'windows-1252', $str);</code></pre>
|
67 |
</div>
|
68 |
+
Or with mbstring:
|
|
|
69 |
<div class="doc-source">
|
70 |
+
<pre><code>$str = mb_convert_encoding($str, 'windows-1252', 'UTF-8');</code></pre>
|
71 |
</div>
|
72 |
In case you need characters outside windows-1252, take a look at tutorial #7 or
|
73 |
<a href="http://www.fpdf.org/?go=script&id=92" target="_blank">tFPDF</a>.
|
vendor/setasign/fpdf/changelog.htm
CHANGED
@@ -11,6 +11,14 @@ dd {margin:1em 0 1em 1em}
|
|
11 |
<body>
|
12 |
<h1>Changelog</h1>
|
13 |
<dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
<dt><strong>v1.84</strong> (2021-08-28)</dt>
|
15 |
<dd>
|
16 |
- Fixed an issue related to annotations.<br>
|
@@ -21,7 +29,7 @@ dd {margin:1em 0 1em 1em}
|
|
21 |
</dd>
|
22 |
<dt><strong>v1.82</strong> (2019-12-07)</dt>
|
23 |
<dd>
|
24 |
-
- Removed a deprecation notice
|
25 |
</dd>
|
26 |
<dt><strong>v1.81</strong> (2015-12-20)</dt>
|
27 |
<dd>
|
@@ -94,7 +102,7 @@ dd {margin:1em 0 1em 1em}
|
|
94 |
<dd>
|
95 |
- Type1 font support.<br>
|
96 |
- Added Baltic encoding.<br>
|
97 |
-
- The class now works internally in points with the origin at the bottom in order to avoid two bugs occurring with Acrobat 5:<br> * The line thickness was too large when printed
|
98 |
- It's no longer necessary to set the decimal separator as dot to produce valid documents.<br>
|
99 |
- The clickable area in a cell was always on the left independently from the text alignment.<br>
|
100 |
- JPEG images in CMYK mode appeared in inverted colors.<br>
|
11 |
<body>
|
12 |
<h1>Changelog</h1>
|
13 |
<dl>
|
14 |
+
<dt><strong>v1.85</strong> (2022-11-10)</dt>
|
15 |
+
<dd>
|
16 |
+
- Removed deprecation notices on PHP 8.2.<br>
|
17 |
+
- Removed notices when passing null values instead of strings.<br>
|
18 |
+
- The FPDF_VERSION constant was replaced by a class constant.<br>
|
19 |
+
- The creation date of the PDF now includes the timezone.<br>
|
20 |
+
- The content-type is now always application/pdf, even for downloads.<br>
|
21 |
+
</dd>
|
22 |
<dt><strong>v1.84</strong> (2021-08-28)</dt>
|
23 |
<dd>
|
24 |
- Fixed an issue related to annotations.<br>
|
29 |
</dd>
|
30 |
<dt><strong>v1.82</strong> (2019-12-07)</dt>
|
31 |
<dd>
|
32 |
+
- Removed a deprecation notice on PHP 7.4.<br>
|
33 |
</dd>
|
34 |
<dt><strong>v1.81</strong> (2015-12-20)</dt>
|
35 |
<dd>
|
102 |
<dd>
|
103 |
- Type1 font support.<br>
|
104 |
- Added Baltic encoding.<br>
|
105 |
+
- The class now works internally in points with the origin at the bottom in order to avoid two bugs occurring with Acrobat 5:<br> * The line thickness was too large when printed on Windows 98 SE and ME.<br> * TrueType fonts didn't appear immediately inside the plug-in (a substitution font was used), one had to cause a window refresh to make them show up.<br>
|
106 |
- It's no longer necessary to set the decimal separator as dot to produce valid documents.<br>
|
107 |
- The clickable area in a cell was always on the left independently from the text alignment.<br>
|
108 |
- JPEG images in CMYK mode appeared in inverted colors.<br>
|
vendor/setasign/fpdf/doc/__construct.htm
CHANGED
@@ -53,9 +53,9 @@ Default value is <code>A4</code>.
|
|
53 |
</dd>
|
54 |
</dl>
|
55 |
<h2>Example</h2>
|
56 |
-
|
57 |
<div class="doc-source">
|
58 |
-
<pre><code>$pdf = new FPDF('P','mm',array(100,150));</code></pre>
|
59 |
</div>
|
60 |
<hr style="margin-top:1.5em">
|
61 |
<div style="text-align:center"><a href="index.htm">Index</a></div>
|
53 |
</dd>
|
54 |
</dl>
|
55 |
<h2>Example</h2>
|
56 |
+
Document with a custom 100x150 mm page size:
|
57 |
<div class="doc-source">
|
58 |
+
<pre><code>$pdf = new FPDF('P', 'mm', array(100,150));</code></pre>
|
59 |
</div>
|
60 |
<hr style="margin-top:1.5em">
|
61 |
<div style="text-align:center"><a href="index.htm">Index</a></div>
|
vendor/setasign/fpdf/doc/acceptpagebreak.htm
CHANGED
@@ -19,40 +19,40 @@ The method is overriden in an inherited class in order to obtain a 3 column layo
|
|
19 |
<div class="doc-source">
|
20 |
<pre><code>class PDF extends FPDF
|
21 |
{
|
22 |
-
|
23 |
|
24 |
-
function SetCol($col)
|
25 |
-
{
|
26 |
-
// Move position to a column
|
27 |
-
$this->col = $col;
|
28 |
-
$x = 10+$col*65;
|
29 |
-
$this->SetLeftMargin($x);
|
30 |
-
$this->SetX($x);
|
31 |
-
}
|
32 |
-
|
33 |
-
function AcceptPageBreak()
|
34 |
-
{
|
35 |
-
if($this->col<2)
|
36 |
{
|
37 |
-
//
|
38 |
-
$this->
|
39 |
-
$
|
40 |
-
|
|
|
41 |
}
|
42 |
-
|
|
|
43 |
{
|
44 |
-
|
45 |
-
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
}
|
48 |
}
|
49 |
-
}
|
50 |
|
51 |
$pdf = new PDF();
|
52 |
$pdf->AddPage();
|
53 |
-
$pdf->SetFont('Arial','',12);
|
54 |
for($i=1;$i<=300;$i++)
|
55 |
-
$pdf->Cell(0,5,"Line $i",0,1);
|
56 |
$pdf->Output();</code></pre>
|
57 |
</div>
|
58 |
<h2>See also</h2>
|
19 |
<div class="doc-source">
|
20 |
<pre><code>class PDF extends FPDF
|
21 |
{
|
22 |
+
protected $col = 0;
|
23 |
|
24 |
+
function SetCol($col)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
{
|
26 |
+
// Move position to a column
|
27 |
+
$this->col = $col;
|
28 |
+
$x = 10 + $col*65;
|
29 |
+
$this->SetLeftMargin($x);
|
30 |
+
$this->SetX($x);
|
31 |
}
|
32 |
+
|
33 |
+
function AcceptPageBreak()
|
34 |
{
|
35 |
+
if($this->col<2)
|
36 |
+
{
|
37 |
+
// Go to next column
|
38 |
+
$this->SetCol($this->col+1);
|
39 |
+
$this->SetY(10);
|
40 |
+
return false;
|
41 |
+
}
|
42 |
+
else
|
43 |
+
{
|
44 |
+
// Go back to first column and issue page break
|
45 |
+
$this->SetCol(0);
|
46 |
+
return true;
|
47 |
+
}
|
48 |
}
|
49 |
}
|
|
|
50 |
|
51 |
$pdf = new PDF();
|
52 |
$pdf->AddPage();
|
53 |
+
$pdf->SetFont('Arial', '', 12);
|
54 |
for($i=1;$i<=300;$i++)
|
55 |
+
$pdf->Cell(0, 5, "Line $i", 0, 1);
|
56 |
$pdf->Output();</code></pre>
|
57 |
</div>
|
58 |
<h2>See also</h2>
|
vendor/setasign/fpdf/doc/addfont.htm
CHANGED
@@ -41,11 +41,11 @@ By default, the name is built from the family and style, in lower case with no s
|
|
41 |
</dl>
|
42 |
<h2>Example</h2>
|
43 |
<div class="doc-source">
|
44 |
-
<pre><code>$pdf->AddFont('Comic','I');</code></pre>
|
45 |
</div>
|
46 |
is equivalent to:
|
47 |
<div class="doc-source">
|
48 |
-
<pre><code>$pdf->AddFont('Comic','I','comici.php');</code></pre>
|
49 |
</div>
|
50 |
<h2>See also</h2>
|
51 |
<a href="setfont.htm">SetFont</a>
|
41 |
</dl>
|
42 |
<h2>Example</h2>
|
43 |
<div class="doc-source">
|
44 |
+
<pre><code>$pdf->AddFont('Comic', 'I');</code></pre>
|
45 |
</div>
|
46 |
is equivalent to:
|
47 |
<div class="doc-source">
|
48 |
+
<pre><code>$pdf->AddFont('Comic', 'I', 'comici.php');</code></pre>
|
49 |
</div>
|
50 |
<h2>See also</h2>
|
51 |
<a href="setfont.htm">SetFont</a>
|
vendor/setasign/fpdf/doc/aliasnbpages.htm
CHANGED
@@ -22,15 +22,15 @@ The alias. Default value: <code>{nb}</code>.
|
|
22 |
<div class="doc-source">
|
23 |
<pre><code>class PDF extends FPDF
|
24 |
{
|
25 |
-
function Footer()
|
26 |
-
{
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
}
|
34 |
}
|
35 |
|
36 |
$pdf = new PDF();
|
22 |
<div class="doc-source">
|
23 |
<pre><code>class PDF extends FPDF
|
24 |
{
|
25 |
+
function Footer()
|
26 |
+
{
|
27 |
+
// Go to 1.5 cm from bottom
|
28 |
+
$this->SetY(-15);
|
29 |
+
// Select Arial italic 8
|
30 |
+
$this->SetFont('Arial', 'I', 8);
|
31 |
+
// Print current and total page numbers
|
32 |
+
$this->Cell(0, 10, 'Page '.$this->PageNo().'/{nb}', 0, 0, 'C');
|
33 |
+
}
|
34 |
}
|
35 |
|
36 |
$pdf = new PDF();
|
vendor/setasign/fpdf/doc/cell.htm
CHANGED
@@ -81,11 +81,11 @@ URL or identifier returned by AddLink().
|
|
81 |
<h2>Example</h2>
|
82 |
<div class="doc-source">
|
83 |
<pre><code>// Set font
|
84 |
-
$pdf->SetFont('Arial','B',16);
|
85 |
// Move to 8 cm to the right
|
86 |
$pdf->Cell(80);
|
87 |
// Centered text in a framed 20*10 mm cell and line break
|
88 |
-
$pdf->Cell(20,10,'Title',1,1,'C');</code></pre>
|
89 |
</div>
|
90 |
<h2>See also</h2>
|
91 |
<a href="setfont.htm">SetFont</a>,
|
81 |
<h2>Example</h2>
|
82 |
<div class="doc-source">
|
83 |
<pre><code>// Set font
|
84 |
+
$pdf->SetFont('Arial', 'B', 16);
|
85 |
// Move to 8 cm to the right
|
86 |
$pdf->Cell(80);
|
87 |
// Centered text in a framed 20*10 mm cell and line break
|
88 |
+
$pdf->Cell(20, 10, 'Title', 1, 1, 'C');</code></pre>
|
89 |
</div>
|
90 |
<h2>See also</h2>
|
91 |
<a href="setfont.htm">SetFont</a>,
|
vendor/setasign/fpdf/doc/footer.htm
CHANGED
@@ -16,15 +16,15 @@ empty, so you have to subclass it and override the method if you want a specific
|
|
16 |
<div class="doc-source">
|
17 |
<pre><code>class PDF extends FPDF
|
18 |
{
|
19 |
-
function Footer()
|
20 |
-
{
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
}
|
28 |
}</code></pre>
|
29 |
</div>
|
30 |
<h2>See also</h2>
|
16 |
<div class="doc-source">
|
17 |
<pre><code>class PDF extends FPDF
|
18 |
{
|
19 |
+
function Footer()
|
20 |
+
{
|
21 |
+
// Go to 1.5 cm from bottom
|
22 |
+
$this->SetY(-15);
|
23 |
+
// Select Arial italic 8
|
24 |
+
$this->SetFont('Arial', 'I', 8);
|
25 |
+
// Print centered page number
|
26 |
+
$this->Cell(0, 10, 'Page '.$this->PageNo(), 0, 0, 'C');
|
27 |
+
}
|
28 |
}</code></pre>
|
29 |
</div>
|
30 |
<h2>See also</h2>
|
vendor/setasign/fpdf/doc/header.htm
CHANGED
@@ -16,17 +16,17 @@ you have to subclass it and override the method if you want a specific processin
|
|
16 |
<div class="doc-source">
|
17 |
<pre><code>class PDF extends FPDF
|
18 |
{
|
19 |
-
function Header()
|
20 |
-
{
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
}
|
30 |
}</code></pre>
|
31 |
</div>
|
32 |
<h2>See also</h2>
|
16 |
<div class="doc-source">
|
17 |
<pre><code>class PDF extends FPDF
|
18 |
{
|
19 |
+
function Header()
|
20 |
+
{
|
21 |
+
// Select Arial bold 15
|
22 |
+
$this->SetFont('Arial', 'B', 15);
|
23 |
+
// Move to the right
|
24 |
+
$this->Cell(80);
|
25 |
+
// Framed title
|
26 |
+
$this->Cell(30, 10, 'Title', 1, 0, 'C');
|
27 |
+
// Line break
|
28 |
+
$this->Ln(20);
|
29 |
+
}
|
30 |
}</code></pre>
|
31 |
</div>
|
32 |
<h2>See also</h2>
|
vendor/setasign/fpdf/doc/image.htm
CHANGED
@@ -87,9 +87,9 @@ URL or identifier returned by AddLink().
|
|
87 |
<h2>Example</h2>
|
88 |
<div class="doc-source">
|
89 |
<pre><code>// Insert a logo in the top-left corner at 300 dpi
|
90 |
-
$pdf->Image('logo.png',10,10
|
91 |
// Insert a dynamic image from a URL
|
92 |
-
$pdf->Image('http://chart.googleapis.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World',60,30,90,0,'PNG');</code></pre>
|
93 |
</div>
|
94 |
<h2>See also</h2>
|
95 |
<a href="addlink.htm">AddLink</a>
|
87 |
<h2>Example</h2>
|
88 |
<div class="doc-source">
|
89 |
<pre><code>// Insert a logo in the top-left corner at 300 dpi
|
90 |
+
$pdf->Image('logo.png', 10, 10, -300);
|
91 |
// Insert a dynamic image from a URL
|
92 |
+
$pdf->Image('http://chart.googleapis.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World', 60, 30, 90, 0, 'PNG');</code></pre>
|
93 |
</div>
|
94 |
<h2>See also</h2>
|
95 |
<a href="addlink.htm">AddLink</a>
|
vendor/setasign/fpdf/doc/index.htm
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
5 |
-
<title>FPDF 1.
|
6 |
<link type="text/css" rel="stylesheet" href="../fpdf.css">
|
7 |
</head>
|
8 |
<body>
|
9 |
-
<h1>FPDF 1.
|
10 |
<a href="__construct.htm">__construct</a> - constructor<br>
|
11 |
<a href="acceptpagebreak.htm">AcceptPageBreak</a> - accept or not automatic page break<br>
|
12 |
<a href="addfont.htm">AddFont</a> - add a new font<br>
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
5 |
+
<title>FPDF 1.85 Reference Manual</title>
|
6 |
<link type="text/css" rel="stylesheet" href="../fpdf.css">
|
7 |
</head>
|
8 |
<body>
|
9 |
+
<h1>FPDF 1.85 Reference Manual</h1>
|
10 |
<a href="__construct.htm">__construct</a> - constructor<br>
|
11 |
<a href="acceptpagebreak.htm">AcceptPageBreak</a> - accept or not automatic page break<br>
|
12 |
<a href="addfont.htm">AddFont</a> - add a new font<br>
|
vendor/setasign/fpdf/doc/output.htm
CHANGED
@@ -38,6 +38,15 @@ Only used for destinations <code>I</code> and <code>D</code>.<br>
|
|
38 |
The default value is <code>false</code>.
|
39 |
</dd>
|
40 |
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
<h2>See also</h2>
|
42 |
<a href="close.htm">Close</a>
|
43 |
<hr style="margin-top:1.5em">
|
38 |
The default value is <code>false</code>.
|
39 |
</dd>
|
40 |
</dl>
|
41 |
+
<h2>Example</h2>
|
42 |
+
Save the document to a local directory:
|
43 |
+
<div class="doc-source">
|
44 |
+
<pre><code>$pdf->Output('F', 'reports/report.pdf');</code></pre>
|
45 |
+
</div>
|
46 |
+
Force a download:
|
47 |
+
<div class="doc-source">
|
48 |
+
<pre><code>$pdf->Output('D', 'report.pdf');</code></pre>
|
49 |
+
</div>
|
50 |
<h2>See also</h2>
|
51 |
<a href="close.htm">Close</a>
|
52 |
<hr style="margin-top:1.5em">
|
vendor/setasign/fpdf/doc/setfont.htm
CHANGED
@@ -23,13 +23,12 @@ If you just wish to change the current font size, it is simpler to call SetFontS
|
|
23 |
<br>
|
24 |
<strong>Note:</strong> the font definition files must be accessible. They are searched successively in:
|
25 |
<ul>
|
26 |
-
<li>The directory defined by the <code>FPDF_FONTPATH</code> constant (if
|
27 |
<li>The <code>font</code> directory located in the same directory as <code>fpdf.php</code> (if it exists)</li>
|
28 |
-
<li>The directories accessible through <code>include()</code></li>
|
29 |
</ul>
|
30 |
Example using <code>FPDF_FONTPATH</code>:
|
31 |
<div class="doc-source">
|
32 |
-
<pre><code>define('FPDF_FONTPATH','/home/www/font');
|
33 |
require('fpdf.php');</code></pre>
|
34 |
</div>
|
35 |
If the file corresponding to the requested font is not found, the error "Could not include font
|
@@ -66,7 +65,7 @@ Bold and italic styles do not apply to <code>Symbol</code> and <code>ZapfDingbat
|
|
66 |
Font size in points.
|
67 |
<br>
|
68 |
The default value is the current size. If no size has been specified since the beginning of
|
69 |
-
the document, the value
|
70 |
</dd>
|
71 |
</dl>
|
72 |
<h2>Example</h2>
|
@@ -74,11 +73,11 @@ the document, the value taken is 12.
|
|
74 |
<pre><code>// Times regular 12
|
75 |
$pdf->SetFont('Times');
|
76 |
// Arial bold 14
|
77 |
-
$pdf->SetFont('Arial','B',14);
|
78 |
// Removes bold
|
79 |
$pdf->SetFont('');
|
80 |
// Times bold, italic and underlined 14
|
81 |
-
$pdf->SetFont('Times','BIU');</code></pre>
|
82 |
</div>
|
83 |
<h2>See also</h2>
|
84 |
<a href="addfont.htm">AddFont</a>,
|
23 |
<br>
|
24 |
<strong>Note:</strong> the font definition files must be accessible. They are searched successively in:
|
25 |
<ul>
|
26 |
+
<li>The directory defined by the <code>FPDF_FONTPATH</code> constant (if that constant is defined)</li>
|
27 |
<li>The <code>font</code> directory located in the same directory as <code>fpdf.php</code> (if it exists)</li>
|
|
|
28 |
</ul>
|
29 |
Example using <code>FPDF_FONTPATH</code>:
|
30 |
<div class="doc-source">
|
31 |
+
<pre><code>define('FPDF_FONTPATH', '/home/www/font');
|
32 |
require('fpdf.php');</code></pre>
|
33 |
</div>
|
34 |
If the file corresponding to the requested font is not found, the error "Could not include font
|
65 |
Font size in points.
|
66 |
<br>
|
67 |
The default value is the current size. If no size has been specified since the beginning of
|
68 |
+
the document, the value is 12.
|
69 |
</dd>
|
70 |
</dl>
|
71 |
<h2>Example</h2>
|
73 |
<pre><code>// Times regular 12
|
74 |
$pdf->SetFont('Times');
|
75 |
// Arial bold 14
|
76 |
+
$pdf->SetFont('Arial', 'B', 14);
|
77 |
// Removes bold
|
78 |
$pdf->SetFont('');
|
79 |
// Times bold, italic and underlined 14
|
80 |
+
$pdf->SetFont('Times', 'BIU');</code></pre>
|
81 |
</div>
|
82 |
<h2>See also</h2>
|
83 |
<a href="addfont.htm">AddFont</a>,
|
vendor/setasign/fpdf/doc/write.htm
CHANGED
@@ -32,12 +32,12 @@ URL or identifier returned by AddLink().
|
|
32 |
<h2>Example</h2>
|
33 |
<div class="doc-source">
|
34 |
<pre><code>// Begin with regular font
|
35 |
-
$pdf->SetFont('Arial','',14);
|
36 |
-
$pdf->Write(5,'Visit ');
|
37 |
// Then put a blue underlined link
|
38 |
-
$pdf->SetTextColor(0,0,255);
|
39 |
-
$pdf->SetFont('','U');
|
40 |
-
$pdf->Write(5,'www.fpdf.org','http://www.fpdf.org');</code></pre>
|
41 |
</div>
|
42 |
<h2>See also</h2>
|
43 |
<a href="setfont.htm">SetFont</a>,
|
32 |
<h2>Example</h2>
|
33 |
<div class="doc-source">
|
34 |
<pre><code>// Begin with regular font
|
35 |
+
$pdf->SetFont('Arial', '', 14);
|
36 |
+
$pdf->Write(5, 'Visit ');
|
37 |
// Then put a blue underlined link
|
38 |
+
$pdf->SetTextColor(0, 0, 255);
|
39 |
+
$pdf->SetFont('', 'U');
|
40 |
+
$pdf->Write(5, 'www.fpdf.org', 'http://www.fpdf.org');</code></pre>
|
41 |
</div>
|
42 |
<h2>See also</h2>
|
43 |
<a href="setfont.htm">SetFont</a>,
|
vendor/setasign/fpdf/fpdf.php
CHANGED
@@ -2,15 +2,14 @@
|
|
2 |
/*******************************************************************************
|
3 |
* FPDF *
|
4 |
* *
|
5 |
-
* Version: 1.
|
6 |
-
* Date:
|
7 |
* Author: Olivier PLATHEY *
|
8 |
*******************************************************************************/
|
9 |
|
10 |
-
define('FPDF_VERSION','1.84');
|
11 |
-
|
12 |
class FPDF
|
13 |
{
|
|
|
14 |
protected $page; // current page number
|
15 |
protected $n; // current object number
|
16 |
protected $offsets; // array of object offsets
|
@@ -18,6 +17,7 @@ protected $buffer; // buffer holding in-memory PDF
|
|
18 |
protected $pages; // array containing pages
|
19 |
protected $state; // current document state
|
20 |
protected $compress; // compression flag
|
|
|
21 |
protected $k; // scale factor (number of points in user unit)
|
22 |
protected $DefOrientation; // default orientation
|
23 |
protected $CurOrientation; // current orientation
|
@@ -65,6 +65,7 @@ protected $AliasNbPages; // alias for total number of pages
|
|
65 |
protected $ZoomMode; // zoom display mode
|
66 |
protected $LayoutMode; // layout display mode
|
67 |
protected $metadata; // document properties
|
|
|
68 |
protected $PDFVersion; // PDF version number
|
69 |
|
70 |
/*******************************************************************************
|
@@ -73,8 +74,6 @@ protected $PDFVersion; // PDF version number
|
|
73 |
|
74 |
function __construct($orientation='P', $unit='mm', $size='A4')
|
75 |
{
|
76 |
-
// Some checks
|
77 |
-
$this->_dochecks();
|
78 |
// Initialization of properties
|
79 |
$this->state = 0;
|
80 |
$this->page = 0;
|
@@ -101,6 +100,7 @@ function __construct($orientation='P', $unit='mm', $size='A4')
|
|
101 |
$this->ColorFlag = false;
|
102 |
$this->WithAlpha = false;
|
103 |
$this->ws = 0;
|
|
|
104 |
// Font path
|
105 |
if(defined('FPDF_FONTPATH'))
|
106 |
{
|
@@ -165,6 +165,8 @@ function __construct($orientation='P', $unit='mm', $size='A4')
|
|
165 |
$this->SetDisplayMode('default');
|
166 |
// Enable compression
|
167 |
$this->SetCompression(true);
|
|
|
|
|
168 |
// Set default PDF version number
|
169 |
$this->PDFVersion = '1.3';
|
170 |
}
|
@@ -232,31 +234,31 @@ function SetCompression($compress)
|
|
232 |
function SetTitle($title, $isUTF8=false)
|
233 |
{
|
234 |
// Title of document
|
235 |
-
$this->metadata['Title'] = $isUTF8 ? $title :
|
236 |
}
|
237 |
|
238 |
function SetAuthor($author, $isUTF8=false)
|
239 |
{
|
240 |
// Author of document
|
241 |
-
$this->metadata['Author'] = $isUTF8 ? $author :
|
242 |
}
|
243 |
|
244 |
function SetSubject($subject, $isUTF8=false)
|
245 |
{
|
246 |
// Subject of document
|
247 |
-
$this->metadata['Subject'] = $isUTF8 ? $subject :
|
248 |
}
|
249 |
|
250 |
function SetKeywords($keywords, $isUTF8=false)
|
251 |
{
|
252 |
// Keywords of document
|
253 |
-
$this->metadata['Keywords'] = $isUTF8 ? $keywords :
|
254 |
}
|
255 |
|
256 |
function SetCreator($creator, $isUTF8=false)
|
257 |
{
|
258 |
// Creator of document
|
259 |
-
$this->metadata['Creator'] = $isUTF8 ? $creator :
|
260 |
}
|
261 |
|
262 |
function AliasNbPages($alias='{nb}')
|
@@ -409,9 +411,9 @@ function SetTextColor($r, $g=null, $b=null)
|
|
409 |
function GetStringWidth($s)
|
410 |
{
|
411 |
// Get width of a string in the current font
|
412 |
-
$
|
413 |
-
$cw = &$this->CurrentFont['cw'];
|
414 |
$w = 0;
|
|
|
415 |
$l = strlen($s);
|
416 |
for($i=0;$i<$l;$i++)
|
417 |
$w += $cw[$s[$i]];
|
@@ -514,7 +516,7 @@ function SetFont($family, $style='', $size=0)
|
|
514 |
$this->FontStyle = $style;
|
515 |
$this->FontSizePt = $size;
|
516 |
$this->FontSize = $size/$this->k;
|
517 |
-
$this->CurrentFont =
|
518 |
if($this->page>0)
|
519 |
$this->_out(sprintf('BT /F%d %.2F Tf ET',$this->CurrentFont['i'],$this->FontSizePt));
|
520 |
}
|
@@ -526,7 +528,7 @@ function SetFontSize($size)
|
|
526 |
return;
|
527 |
$this->FontSizePt = $size;
|
528 |
$this->FontSize = $size/$this->k;
|
529 |
-
if($this->page>0)
|
530 |
$this->_out(sprintf('BT /F%d %.2F Tf ET',$this->CurrentFont['i'],$this->FontSizePt));
|
531 |
}
|
532 |
|
@@ -559,8 +561,9 @@ function Text($x, $y, $txt)
|
|
559 |
// Output a string
|
560 |
if(!isset($this->CurrentFont))
|
561 |
$this->Error('No font has been set');
|
|
|
562 |
$s = sprintf('BT %.2F %.2F Td (%s) Tj ET',$x*$this->k,($this->h-$y)*$this->k,$this->_escape($txt));
|
563 |
-
if($this->underline && $txt
|
564 |
$s .= ' '.$this->_dounderline($x,$y,$txt);
|
565 |
if($this->ColorFlag)
|
566 |
$s = 'q '.$this->TextColor.' '.$s.' Q';
|
@@ -619,6 +622,7 @@ function Cell($w, $h=0, $txt='', $border=0, $ln=0, $align='', $fill=false, $link
|
|
619 |
if(strpos($border,'B')!==false)
|
620 |
$s .= sprintf('%.2F %.2F m %.2F %.2F l S ',$x*$k,($this->h-($y+$h))*$k,($x+$w)*$k,($this->h-($y+$h))*$k);
|
621 |
}
|
|
|
622 |
if($txt!=='')
|
623 |
{
|
624 |
if(!isset($this->CurrentFont))
|
@@ -658,11 +662,11 @@ function MultiCell($w, $h, $txt, $border=0, $align='J', $fill=false)
|
|
658 |
// Output text with automatic or explicit line breaks
|
659 |
if(!isset($this->CurrentFont))
|
660 |
$this->Error('No font has been set');
|
661 |
-
$cw =
|
662 |
if($w==0)
|
663 |
$w = $this->w-$this->rMargin-$this->x;
|
664 |
$wmax = ($w-2*$this->cMargin)*1000/$this->FontSize;
|
665 |
-
$s = str_replace("\r",''
|
666 |
$nb = strlen($s);
|
667 |
if($nb>0 && $s[$nb-1]=="\n")
|
668 |
$nb--;
|
@@ -773,10 +777,10 @@ function Write($h, $txt, $link='')
|
|
773 |
// Output text in flowing mode
|
774 |
if(!isset($this->CurrentFont))
|
775 |
$this->Error('No font has been set');
|
776 |
-
$cw =
|
777 |
$w = $this->w-$this->rMargin-$this->x;
|
778 |
$wmax = ($w-2*$this->cMargin)*1000/$this->FontSize;
|
779 |
-
$s = str_replace("\r",''
|
780 |
$nb = strlen($s);
|
781 |
$sep = -1;
|
782 |
$i = 0;
|
@@ -1010,7 +1014,7 @@ function Output($dest='', $name='', $isUTF8=false)
|
|
1010 |
case 'D':
|
1011 |
// Download file
|
1012 |
$this->_checkoutput();
|
1013 |
-
header('Content-Type: application/
|
1014 |
header('Content-Disposition: attachment; '.$this->_httpencode('filename',$name,$isUTF8));
|
1015 |
header('Cache-Control: private, max-age=0, must-revalidate');
|
1016 |
header('Pragma: public');
|
@@ -1034,13 +1038,6 @@ function Output($dest='', $name='', $isUTF8=false)
|
|
1034 |
* Protected methods *
|
1035 |
*******************************************************************************/
|
1036 |
|
1037 |
-
protected function _dochecks()
|
1038 |
-
{
|
1039 |
-
// Check mbstring overloading
|
1040 |
-
if(ini_get('mbstring.func_overload') & 2)
|
1041 |
-
$this->Error('mbstring overloading must be disabled');
|
1042 |
-
}
|
1043 |
-
|
1044 |
protected function _checkoutput()
|
1045 |
{
|
1046 |
if(PHP_SAPI!='cli')
|
@@ -1123,9 +1120,9 @@ protected function _beginpage($orientation, $size, $rotation)
|
|
1123 |
{
|
1124 |
if($rotation%90!=0)
|
1125 |
$this->Error('Incorrect rotation value: '.$rotation);
|
1126 |
-
$this->CurRotation = $rotation;
|
1127 |
$this->PageInfo[$this->page]['rotation'] = $rotation;
|
1128 |
}
|
|
|
1129 |
}
|
1130 |
|
1131 |
protected function _endpage()
|
@@ -1166,17 +1163,38 @@ protected function _httpencode($param, $value, $isUTF8)
|
|
1166 |
if($this->_isascii($value))
|
1167 |
return $param.'="'.$value.'"';
|
1168 |
if(!$isUTF8)
|
1169 |
-
$value =
|
1170 |
-
|
1171 |
-
|
1172 |
-
|
1173 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1174 |
}
|
1175 |
|
1176 |
protected function _UTF8toUTF16($s)
|
1177 |
{
|
1178 |
// Convert UTF-8 to UTF-16BE with BOM
|
1179 |
$res = "\xFE\xFF";
|
|
|
|
|
1180 |
$nb = strlen($s);
|
1181 |
$i = 0;
|
1182 |
while($i<$nb)
|
@@ -1439,19 +1457,20 @@ protected function _parsegif($file)
|
|
1439 |
|
1440 |
protected function _out($s)
|
1441 |
{
|
1442 |
-
// Add a line to the
|
1443 |
if($this->state==2)
|
1444 |
$this->pages[$this->page] .= $s."\n";
|
1445 |
-
elseif($this->state==1)
|
1446 |
-
$this->_put($s);
|
1447 |
elseif($this->state==0)
|
1448 |
$this->Error('No page has been added yet');
|
|
|
|
|
1449 |
elseif($this->state==3)
|
1450 |
$this->Error('The document is closed');
|
1451 |
}
|
1452 |
|
1453 |
protected function _put($s)
|
1454 |
{
|
|
|
1455 |
$this->buffer .= $s."\n";
|
1456 |
}
|
1457 |
|
@@ -1492,6 +1511,29 @@ protected function _putstreamobject($data)
|
|
1492 |
$this->_put('endobj');
|
1493 |
}
|
1494 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1495 |
protected function _putpage($n)
|
1496 |
{
|
1497 |
$this->_newobj();
|
@@ -1518,26 +1560,8 @@ protected function _putpage($n)
|
|
1518 |
if(!empty($this->AliasNbPages))
|
1519 |
$this->pages[$n] = str_replace($this->AliasNbPages,$this->page,$this->pages[$n]);
|
1520 |
$this->_putstreamobject($this->pages[$n]);
|
1521 |
-
//
|
1522 |
-
|
1523 |
-
{
|
1524 |
-
$this->_newobj();
|
1525 |
-
$rect = sprintf('%.2F %.2F %.2F %.2F',$pl[0],$pl[1],$pl[0]+$pl[2],$pl[1]-$pl[3]);
|
1526 |
-
$s = '<</Type /Annot /Subtype /Link /Rect ['.$rect.'] /Border [0 0 0] ';
|
1527 |
-
if(is_string($pl[4]))
|
1528 |
-
$s .= '/A <</S /URI /URI '.$this->_textstring($pl[4]).'>>>>';
|
1529 |
-
else
|
1530 |
-
{
|
1531 |
-
$l = $this->links[$pl[4]];
|
1532 |
-
if(isset($this->PageInfo[$l[0]]['size']))
|
1533 |
-
$h = $this->PageInfo[$l[0]]['size'][1];
|
1534 |
-
else
|
1535 |
-
$h = ($this->DefOrientation=='P') ? $this->DefPageSize[1]*$this->k : $this->DefPageSize[0]*$this->k;
|
1536 |
-
$s .= sprintf('/Dest [%d 0 R /XYZ 0 %.2F null]>>',$this->PageInfo[$l[0]]['n'],$h-$l[1]*$this->k);
|
1537 |
-
}
|
1538 |
-
$this->_put($s);
|
1539 |
-
$this->_put('endobj');
|
1540 |
-
}
|
1541 |
}
|
1542 |
|
1543 |
protected function _putpages()
|
@@ -1668,7 +1692,7 @@ protected function _putfonts()
|
|
1668 |
$this->_put('endobj');
|
1669 |
// Widths
|
1670 |
$this->_newobj();
|
1671 |
-
$cw =
|
1672 |
$s = '[';
|
1673 |
for($i=32;$i<=255;$i++)
|
1674 |
$s .= $cw[chr($i)].' ';
|
@@ -1833,8 +1857,8 @@ protected function _putresources()
|
|
1833 |
|
1834 |
protected function _putinfo()
|
1835 |
{
|
1836 |
-
$
|
1837 |
-
$this->metadata['CreationDate'] = 'D:'
|
1838 |
foreach($this->metadata as $key=>$value)
|
1839 |
$this->_put('/'.$key.' '.$this->_textstring($value));
|
1840 |
}
|
@@ -1905,6 +1929,7 @@ protected function _enddoc()
|
|
1905 |
$this->_put($offset);
|
1906 |
$this->_put('%%EOF');
|
1907 |
$this->state = 3;
|
|
|
1908 |
}
|
1909 |
}
|
1910 |
?>
|
2 |
/*******************************************************************************
|
3 |
* FPDF *
|
4 |
* *
|
5 |
+
* Version: 1.85 *
|
6 |
+
* Date: 2022-11-10 *
|
7 |
* Author: Olivier PLATHEY *
|
8 |
*******************************************************************************/
|
9 |
|
|
|
|
|
10 |
class FPDF
|
11 |
{
|
12 |
+
const VERSION = '1.85';
|
13 |
protected $page; // current page number
|
14 |
protected $n; // current object number
|
15 |
protected $offsets; // array of object offsets
|
17 |
protected $pages; // array containing pages
|
18 |
protected $state; // current document state
|
19 |
protected $compress; // compression flag
|
20 |
+
protected $iconv; // whether iconv is available
|
21 |
protected $k; // scale factor (number of points in user unit)
|
22 |
protected $DefOrientation; // default orientation
|
23 |
protected $CurOrientation; // current orientation
|
65 |
protected $ZoomMode; // zoom display mode
|
66 |
protected $LayoutMode; // layout display mode
|
67 |
protected $metadata; // document properties
|
68 |
+
protected $CreationDate; // document creation date
|
69 |
protected $PDFVersion; // PDF version number
|
70 |
|
71 |
/*******************************************************************************
|
74 |
|
75 |
function __construct($orientation='P', $unit='mm', $size='A4')
|
76 |
{
|
|
|
|
|
77 |
// Initialization of properties
|
78 |
$this->state = 0;
|
79 |
$this->page = 0;
|
100 |
$this->ColorFlag = false;
|
101 |
$this->WithAlpha = false;
|
102 |
$this->ws = 0;
|
103 |
+
$this->iconv = function_exists('iconv');
|
104 |
// Font path
|
105 |
if(defined('FPDF_FONTPATH'))
|
106 |
{
|
165 |
$this->SetDisplayMode('default');
|
166 |
// Enable compression
|
167 |
$this->SetCompression(true);
|
168 |
+
// Metadata
|
169 |
+
$this->metadata = array('Producer'=>'FPDF '.self::VERSION);
|
170 |
// Set default PDF version number
|
171 |
$this->PDFVersion = '1.3';
|
172 |
}
|
234 |
function SetTitle($title, $isUTF8=false)
|
235 |
{
|
236 |
// Title of document
|
237 |
+
$this->metadata['Title'] = $isUTF8 ? $title : $this->_UTF8encode($title);
|
238 |
}
|
239 |
|
240 |
function SetAuthor($author, $isUTF8=false)
|
241 |
{
|
242 |
// Author of document
|
243 |
+
$this->metadata['Author'] = $isUTF8 ? $author : $this->_UTF8encode($author);
|
244 |
}
|
245 |
|
246 |
function SetSubject($subject, $isUTF8=false)
|
247 |
{
|
248 |
// Subject of document
|
249 |
+
$this->metadata['Subject'] = $isUTF8 ? $subject : $this->_UTF8encode($subject);
|
250 |
}
|
251 |
|
252 |
function SetKeywords($keywords, $isUTF8=false)
|
253 |
{
|
254 |
// Keywords of document
|
255 |
+
$this->metadata['Keywords'] = $isUTF8 ? $keywords : $this->_UTF8encode($keywords);
|
256 |
}
|
257 |
|
258 |
function SetCreator($creator, $isUTF8=false)
|
259 |
{
|
260 |
// Creator of document
|
261 |
+
$this->metadata['Creator'] = $isUTF8 ? $creator : $this->_UTF8encode($creator);
|
262 |
}
|
263 |
|
264 |
function AliasNbPages($alias='{nb}')
|
411 |
function GetStringWidth($s)
|
412 |
{
|
413 |
// Get width of a string in the current font
|
414 |
+
$cw = $this->CurrentFont['cw'];
|
|
|
415 |
$w = 0;
|
416 |
+
$s = (string)$s;
|
417 |
$l = strlen($s);
|
418 |
for($i=0;$i<$l;$i++)
|
419 |
$w += $cw[$s[$i]];
|
516 |
$this->FontStyle = $style;
|
517 |
$this->FontSizePt = $size;
|
518 |
$this->FontSize = $size/$this->k;
|
519 |
+
$this->CurrentFont = $this->fonts[$fontkey];
|
520 |
if($this->page>0)
|
521 |
$this->_out(sprintf('BT /F%d %.2F Tf ET',$this->CurrentFont['i'],$this->FontSizePt));
|
522 |
}
|
528 |
return;
|
529 |
$this->FontSizePt = $size;
|
530 |
$this->FontSize = $size/$this->k;
|
531 |
+
if($this->page>0 && isset($this->CurrentFont))
|
532 |
$this->_out(sprintf('BT /F%d %.2F Tf ET',$this->CurrentFont['i'],$this->FontSizePt));
|
533 |
}
|
534 |
|
561 |
// Output a string
|
562 |
if(!isset($this->CurrentFont))
|
563 |
$this->Error('No font has been set');
|
564 |
+
$txt = (string)$txt;
|
565 |
$s = sprintf('BT %.2F %.2F Td (%s) Tj ET',$x*$this->k,($this->h-$y)*$this->k,$this->_escape($txt));
|
566 |
+
if($this->underline && $txt!=='')
|
567 |
$s .= ' '.$this->_dounderline($x,$y,$txt);
|
568 |
if($this->ColorFlag)
|
569 |
$s = 'q '.$this->TextColor.' '.$s.' Q';
|
622 |
if(strpos($border,'B')!==false)
|
623 |
$s .= sprintf('%.2F %.2F m %.2F %.2F l S ',$x*$k,($this->h-($y+$h))*$k,($x+$w)*$k,($this->h-($y+$h))*$k);
|
624 |
}
|
625 |
+
$txt = (string)$txt;
|
626 |
if($txt!=='')
|
627 |
{
|
628 |
if(!isset($this->CurrentFont))
|
662 |
// Output text with automatic or explicit line breaks
|
663 |
if(!isset($this->CurrentFont))
|
664 |
$this->Error('No font has been set');
|
665 |
+
$cw = $this->CurrentFont['cw'];
|
666 |
if($w==0)
|
667 |
$w = $this->w-$this->rMargin-$this->x;
|
668 |
$wmax = ($w-2*$this->cMargin)*1000/$this->FontSize;
|
669 |
+
$s = str_replace("\r",'',(string)$txt);
|
670 |
$nb = strlen($s);
|
671 |
if($nb>0 && $s[$nb-1]=="\n")
|
672 |
$nb--;
|
777 |
// Output text in flowing mode
|
778 |
if(!isset($this->CurrentFont))
|
779 |
$this->Error('No font has been set');
|
780 |
+
$cw = $this->CurrentFont['cw'];
|
781 |
$w = $this->w-$this->rMargin-$this->x;
|
782 |
$wmax = ($w-2*$this->cMargin)*1000/$this->FontSize;
|
783 |
+
$s = str_replace("\r",'',(string)$txt);
|
784 |
$nb = strlen($s);
|
785 |
$sep = -1;
|
786 |
$i = 0;
|
1014 |
case 'D':
|
1015 |
// Download file
|
1016 |
$this->_checkoutput();
|
1017 |
+
header('Content-Type: application/pdf');
|
1018 |
header('Content-Disposition: attachment; '.$this->_httpencode('filename',$name,$isUTF8));
|
1019 |
header('Cache-Control: private, max-age=0, must-revalidate');
|
1020 |
header('Pragma: public');
|
1038 |
* Protected methods *
|
1039 |
*******************************************************************************/
|
1040 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1041 |
protected function _checkoutput()
|
1042 |
{
|
1043 |
if(PHP_SAPI!='cli')
|
1120 |
{
|
1121 |
if($rotation%90!=0)
|
1122 |
$this->Error('Incorrect rotation value: '.$rotation);
|
|
|
1123 |
$this->PageInfo[$this->page]['rotation'] = $rotation;
|
1124 |
}
|
1125 |
+
$this->CurRotation = $rotation;
|
1126 |
}
|
1127 |
|
1128 |
protected function _endpage()
|
1163 |
if($this->_isascii($value))
|
1164 |
return $param.'="'.$value.'"';
|
1165 |
if(!$isUTF8)
|
1166 |
+
$value = $this->_UTF8encode($value);
|
1167 |
+
return $param."*=UTF-8''".rawurlencode($value);
|
1168 |
+
}
|
1169 |
+
|
1170 |
+
protected function _UTF8encode($s)
|
1171 |
+
{
|
1172 |
+
// Convert ISO-8859-1 to UTF-8
|
1173 |
+
if($this->iconv)
|
1174 |
+
return iconv('ISO-8859-1','UTF-8',$s);
|
1175 |
+
$res = '';
|
1176 |
+
$nb = strlen($s);
|
1177 |
+
for($i=0;$i<$nb;$i++)
|
1178 |
+
{
|
1179 |
+
$c = $s[$i];
|
1180 |
+
$v = ord($c);
|
1181 |
+
if($v>=128)
|
1182 |
+
{
|
1183 |
+
$res .= chr(0xC0 | ($v >> 6));
|
1184 |
+
$res .= chr(0x80 | ($v & 0x3F));
|
1185 |
+
}
|
1186 |
+
else
|
1187 |
+
$res .= $c;
|
1188 |
+
}
|
1189 |
+
return $res;
|
1190 |
}
|
1191 |
|
1192 |
protected function _UTF8toUTF16($s)
|
1193 |
{
|
1194 |
// Convert UTF-8 to UTF-16BE with BOM
|
1195 |
$res = "\xFE\xFF";
|
1196 |
+
if($this->iconv)
|
1197 |
+
return $res.iconv('UTF-8','UTF-16BE',$s);
|
1198 |
$nb = strlen($s);
|
1199 |
$i = 0;
|
1200 |
while($i<$nb)
|
1457 |
|
1458 |
protected function _out($s)
|
1459 |
{
|
1460 |
+
// Add a line to the current page
|
1461 |
if($this->state==2)
|
1462 |
$this->pages[$this->page] .= $s."\n";
|
|
|
|
|
1463 |
elseif($this->state==0)
|
1464 |
$this->Error('No page has been added yet');
|
1465 |
+
elseif($this->state==1)
|
1466 |
+
$this->Error('Invalid call');
|
1467 |
elseif($this->state==3)
|
1468 |
$this->Error('The document is closed');
|
1469 |
}
|
1470 |
|
1471 |
protected function _put($s)
|
1472 |
{
|
1473 |
+
// Add a line to the document
|
1474 |
$this->buffer .= $s."\n";
|
1475 |
}
|
1476 |
|
1511 |
$this->_put('endobj');
|
1512 |
}
|
1513 |
|
1514 |
+
protected function _putlinks($n)
|
1515 |
+
{
|
1516 |
+
foreach($this->PageLinks[$n] as $pl)
|
1517 |
+
{
|
1518 |
+
$this->_newobj();
|
1519 |
+
$rect = sprintf('%.2F %.2F %.2F %.2F',$pl[0],$pl[1],$pl[0]+$pl[2],$pl[1]-$pl[3]);
|
1520 |
+
$s = '<</Type /Annot /Subtype /Link /Rect ['.$rect.'] /Border [0 0 0] ';
|
1521 |
+
if(is_string($pl[4]))
|
1522 |
+
$s .= '/A <</S /URI /URI '.$this->_textstring($pl[4]).'>>>>';
|
1523 |
+
else
|
1524 |
+
{
|
1525 |
+
$l = $this->links[$pl[4]];
|
1526 |
+
if(isset($this->PageInfo[$l[0]]['size']))
|
1527 |
+
$h = $this->PageInfo[$l[0]]['size'][1];
|
1528 |
+
else
|
1529 |
+
$h = ($this->DefOrientation=='P') ? $this->DefPageSize[1]*$this->k : $this->DefPageSize[0]*$this->k;
|
1530 |
+
$s .= sprintf('/Dest [%d 0 R /XYZ 0 %.2F null]>>',$this->PageInfo[$l[0]]['n'],$h-$l[1]*$this->k);
|
1531 |
+
}
|
1532 |
+
$this->_put($s);
|
1533 |
+
$this->_put('endobj');
|
1534 |
+
}
|
1535 |
+
}
|
1536 |
+
|
1537 |
protected function _putpage($n)
|
1538 |
{
|
1539 |
$this->_newobj();
|
1560 |
if(!empty($this->AliasNbPages))
|
1561 |
$this->pages[$n] = str_replace($this->AliasNbPages,$this->page,$this->pages[$n]);
|
1562 |
$this->_putstreamobject($this->pages[$n]);
|
1563 |
+
// Link annotations
|
1564 |
+
$this->_putlinks($n);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1565 |
}
|
1566 |
|
1567 |
protected function _putpages()
|
1692 |
$this->_put('endobj');
|
1693 |
// Widths
|
1694 |
$this->_newobj();
|
1695 |
+
$cw = $font['cw'];
|
1696 |
$s = '[';
|
1697 |
for($i=32;$i<=255;$i++)
|
1698 |
$s .= $cw[chr($i)].' ';
|
1857 |
|
1858 |
protected function _putinfo()
|
1859 |
{
|
1860 |
+
$date = @date('YmdHisO', $this->CreationDate);
|
1861 |
+
$this->metadata['CreationDate'] = 'D:'.substr($date,0,-2)."'".substr($date,-2)."'";
|
1862 |
foreach($this->metadata as $key=>$value)
|
1863 |
$this->_put('/'.$key.' '.$this->_textstring($value));
|
1864 |
}
|
1929 |
$this->_put($offset);
|
1930 |
$this->_put('%%EOF');
|
1931 |
$this->state = 3;
|
1932 |
+
$this->CreationDate = time();
|
1933 |
}
|
1934 |
}
|
1935 |
?>
|
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.11.
|
7 |
* Author: vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
* Requires at least: 5.4
|
@@ -69,7 +69,7 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
|
|
69 |
*
|
70 |
* @var string
|
71 |
*/
|
72 |
-
public $version = '3.11.
|
73 |
|
74 |
/**
|
75 |
* @var WooCommerce_Germanized $instance of the plugin
|
@@ -272,7 +272,6 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
|
|
272 |
* Init WooCommerceGermanized when WordPress initializes.
|
273 |
*/
|
274 |
public function init() {
|
275 |
-
|
276 |
/**
|
277 |
* Initialize Germanized
|
278 |
*
|
@@ -856,6 +855,8 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
|
|
856 |
* - WP_LANG_DIR/plugins/woocommerce-germanized-LOCALE.mo
|
857 |
*/
|
858 |
public function load_plugin_textdomain() {
|
|
|
|
|
859 |
if ( function_exists( 'determine_locale' ) ) {
|
860 |
$locale = determine_locale();
|
861 |
} else {
|
@@ -870,6 +871,14 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
|
|
870 |
load_plugin_textdomain( 'woocommerce-germanized', false, plugin_basename( dirname( __FILE__ ) ) . '/i18n/languages/' );
|
871 |
}
|
872 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
873 |
/**
|
874 |
* Show action links on the plugin screen
|
875 |
*
|
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.11.2
|
7 |
* Author: vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
* Requires at least: 5.4
|
69 |
*
|
70 |
* @var string
|
71 |
*/
|
72 |
+
public $version = '3.11.2';
|
73 |
|
74 |
/**
|
75 |
* @var WooCommerce_Germanized $instance of the plugin
|
272 |
* Init WooCommerceGermanized when WordPress initializes.
|
273 |
*/
|
274 |
public function init() {
|
|
|
275 |
/**
|
276 |
* Initialize Germanized
|
277 |
*
|
855 |
* - WP_LANG_DIR/plugins/woocommerce-germanized-LOCALE.mo
|
856 |
*/
|
857 |
public function load_plugin_textdomain() {
|
858 |
+
add_filter( 'plugin_locale', array( $this, 'support_german_language_variants' ), 10, 2 );
|
859 |
+
|
860 |
if ( function_exists( 'determine_locale' ) ) {
|
861 |
$locale = determine_locale();
|
862 |
} else {
|
871 |
load_plugin_textdomain( 'woocommerce-germanized', false, plugin_basename( dirname( __FILE__ ) ) . '/i18n/languages/' );
|
872 |
}
|
873 |
|
874 |
+
public function support_german_language_variants( $locale, $domain ) {
|
875 |
+
if ( 'woocommerce-germanized' === $domain && apply_filters( 'woocommerce_gzd_force_de_language', in_array( $locale, array( 'de_CH', 'de_AT' ), true ) ) ) {
|
876 |
+
$locale = 'de_DE';
|
877 |
+
}
|
878 |
+
|
879 |
+
return $locale;
|
880 |
+
}
|
881 |
+
|
882 |
/**
|
883 |
* Show action links on the plugin screen
|
884 |
*
|