Version Description
- Improvement: Add HS code and manufacture country to REST API
- Improvement: Legacy function wrapper for wc_ts functions
- Improvement: Do not show review authenticity status for child comments
- Fix: Force min_ages enum to be string during REST API requests
- Fix: Setup wizard screen id
Download this release
Release Info
Developer | vendidero |
Plugin | WooCommerce Germanized |
Version | 3.10.5 |
Comparing to | |
See all releases |
Code changes from version 3.10.4 to 3.10.5
- i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE.po +213 -209
- i18n/languages/woocommerce-germanized-de_DE_formal.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE_formal.po +213 -209
- i18n/languages/woocommerce-germanized.pot +1886 -888
- includes/admin/class-wc-gzd-admin-setup-wizard.php +1 -1
- includes/api/class-wc-gzd-rest-products-controller.php +8 -5
- includes/wc-gzd-legacy-functions.php +18 -0
- includes/wc-gzd-template-functions.php +1 -1
- packages/woocommerce-germanized-dhl/src/Package.php +1 -1
- packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php +13 -4
- packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php +1 -1
- packages/woocommerce-germanized-shipments/assets/css/admin.css +37 -33
- packages/woocommerce-germanized-shipments/assets/css/admin.min.css +1 -1
- packages/woocommerce-germanized-shipments/assets/css/admin.scss +12 -3
- packages/woocommerce-germanized-shipments/assets/js/admin-shipment-label-backbone.js +19 -2
- packages/woocommerce-germanized-shipments/assets/js/admin-shipment-label-backbone.min.js +1 -1
- packages/woocommerce-germanized-shipments/src/Admin/Settings.php +1 -11
- packages/woocommerce-germanized-shipments/src/Api.php +104 -4
- packages/woocommerce-germanized-shipments/src/Package.php +1 -1
- packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php +1 -1
- readme.txt +8 -1
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/autoload_classmap.php +7 -0
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +11 -4
- vendor/composer/installed.json +29 -29
- vendor/composer/installed.php +14 -14
- vendor/composer/jetpack_autoload_classmap.php +185 -157
- vendor/digitick/sepa-xml/src/DomBuilder/CustomerDirectDebitTransferDomBuilder.php +37 -4
- vendor/digitick/sepa-xml/src/TransferFile/Facade/BaseCustomerTransferFileFacade.php +9 -0
- vendor/digitick/sepa-xml/src/TransferFile/Facade/CustomerDirectDebitFacade.php +21 -0
- vendor/digitick/sepa-xml/src/TransferInformation/BaseTransferInformation.php +147 -0
- vendor/dvdoug/boxpacker/docs/conf.py +5 -2
- vendor/dvdoug/boxpacker/docs/getting-started.rst +0 -18
- vendor/dvdoug/boxpacker/docs/index.rst +1 -0
- vendor/dvdoug/boxpacker/docs/sortation.rst +156 -0
- vendor/dvdoug/boxpacker/features/bootstrap/InfalliblePackerContext.php +6 -2
- vendor/dvdoug/boxpacker/features/bootstrap/PackerContext.php +18 -6
- vendor/dvdoug/boxpacker/license.txt +1 -1
- vendor/dvdoug/boxpacker/src/BoxList.php +12 -27
- vendor/dvdoug/boxpacker/src/BoxSorter.php +20 -0
- vendor/dvdoug/boxpacker/src/DefaultBoxSorter.php +32 -0
- vendor/dvdoug/boxpacker/src/DefaultItemSorter.php +26 -0
- vendor/dvdoug/boxpacker/src/DefaultPackedBoxSorter.php +26 -0
- vendor/dvdoug/boxpacker/src/ItemList.php +28 -27
- vendor/dvdoug/boxpacker/src/ItemSorter.php +20 -0
- vendor/dvdoug/boxpacker/src/LayerPacker.php +20 -9
- vendor/dvdoug/boxpacker/src/NoBoxesAvailableException.php +3 -1
- vendor/dvdoug/boxpacker/src/OrientatedItem.php +4 -3
- vendor/dvdoug/boxpacker/src/OrientatedItemFactory.php +10 -7
- vendor/dvdoug/boxpacker/src/OrientatedItemSorter.php +5 -3
- vendor/dvdoug/boxpacker/src/PackedBox.php +4 -3
- vendor/dvdoug/boxpacker/src/PackedBoxList.php +5 -36
- vendor/dvdoug/boxpacker/src/PackedBoxSorter.php +20 -0
- vendor/dvdoug/boxpacker/src/PackedItem.php +1 -4
- vendor/dvdoug/boxpacker/src/PackedItemList.php +3 -2
- vendor/dvdoug/boxpacker/src/PackedLayer.php +1 -0
- vendor/dvdoug/boxpacker/src/Packer.php +33 -26
- vendor/dvdoug/boxpacker/src/VolumePacker.php +18 -6
- vendor/dvdoug/boxpacker/src/WeightRedistributor.php +21 -13
- vendor/dvdoug/boxpacker/src/WorkingVolume.php +1 -1
- 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
- woocommerce-germanized.php +2 -2
i18n/languages/woocommerce-germanized-de_DE.mo
CHANGED
Binary file
|
i18n/languages/woocommerce-germanized-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2022-09-
|
6 |
-
"PO-Revision-Date: 2022-09-
|
7 |
"Last-Translator: Dennis Nissle <info@vendidero.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
@@ -794,7 +794,7 @@ msgid "Defect description"
|
|
794 |
msgstr "Mängelbeschreibung"
|
795 |
|
796 |
# @ woocommerce-germanized
|
797 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
798 |
msgid ""
|
799 |
"This content will be shown as short product description within checkout and "
|
800 |
"emails."
|
@@ -802,7 +802,7 @@ msgstr ""
|
|
802 |
"Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als "
|
803 |
"Produkt Kurzbeschreibung angezeigt."
|
804 |
|
805 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
806 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:443
|
807 |
msgid ""
|
808 |
"Inform your customers about product defects. This description will be shown "
|
@@ -3239,8 +3239,8 @@ msgstr ""
|
|
3239 |
"Platzhalter für den höchsten Preis."
|
3240 |
|
3241 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:450
|
3242 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
3243 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
3244 |
msgid "{min_price} – {max_price}"
|
3245 |
msgstr "{min_price} – {max_price}"
|
3246 |
|
@@ -4810,7 +4810,7 @@ msgstr ""
|
|
4810 |
# @ woocommerce-germanized
|
4811 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1077
|
4812 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:51
|
4813 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
4814 |
msgid "Mr."
|
4815 |
msgstr "Herr"
|
4816 |
|
@@ -5110,83 +5110,83 @@ msgstr ""
|
|
5110 |
"Vielen Dank!"
|
5111 |
|
5112 |
# @ woocommerce-germanized
|
5113 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5114 |
msgctxt "Page slug"
|
5115 |
msgid "data-security"
|
5116 |
msgstr "datenschutzerklaerung"
|
5117 |
|
5118 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5119 |
msgctxt "Page title"
|
5120 |
msgid "Privacy Policy"
|
5121 |
msgstr "Datenschutzerklärung"
|
5122 |
|
5123 |
# @ woocommerce-germanized
|
5124 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5125 |
msgctxt "Page slug"
|
5126 |
msgid "imprint"
|
5127 |
msgstr "impressum"
|
5128 |
|
5129 |
# @ woocommerce-germanized
|
5130 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5131 |
msgctxt "Page title"
|
5132 |
msgid "Imprint"
|
5133 |
msgstr "Impressum"
|
5134 |
|
5135 |
# @ woocommerce-germanized
|
5136 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5137 |
msgctxt "Page slug"
|
5138 |
msgid "terms"
|
5139 |
msgstr "agb"
|
5140 |
|
5141 |
# @ woocommerce-germanized
|
5142 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5143 |
msgctxt "Page title"
|
5144 |
msgid "Terms & Conditions"
|
5145 |
msgstr "AGB"
|
5146 |
|
5147 |
# @ woocommerce-germanized
|
5148 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5149 |
msgctxt "Page slug"
|
5150 |
msgid "revocation"
|
5151 |
msgstr "widerrufsbelehrung"
|
5152 |
|
5153 |
# @ woocommerce-germanized
|
5154 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5155 |
msgctxt "Page title"
|
5156 |
msgid "Cancellation Policy"
|
5157 |
msgstr "Widerrufsbelehrung"
|
5158 |
|
5159 |
# @ woocommerce-germanized
|
5160 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5161 |
msgctxt "Page slug"
|
5162 |
msgid "shipping-methods"
|
5163 |
msgstr "versandarten"
|
5164 |
|
5165 |
# @ woocommerce-germanized
|
5166 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5167 |
msgctxt "Page title"
|
5168 |
msgid "Shipping Methods"
|
5169 |
msgstr "Versandarten"
|
5170 |
|
5171 |
# @ woocommerce-germanized
|
5172 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5173 |
msgctxt "Page slug"
|
5174 |
msgid "payment-methods"
|
5175 |
msgstr "bezahlmoeglichkeiten"
|
5176 |
|
5177 |
# @ woocommerce-germanized
|
5178 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5179 |
msgctxt "Page title"
|
5180 |
msgid "Payment Methods"
|
5181 |
msgstr "Zahlungsarten"
|
5182 |
|
5183 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5184 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-3.9.3.php:15
|
5185 |
msgctxt "Page slug"
|
5186 |
msgid "review-authenticity"
|
5187 |
msgstr "echtheit-von-bewertungen"
|
5188 |
|
5189 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5190 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-3.9.3.php:16
|
5191 |
msgctxt "Page title"
|
5192 |
msgid "Review Authenticity"
|
@@ -5928,8 +5928,8 @@ msgstr "Anrede"
|
|
5928 |
|
5929 |
# @ woocommerce-germanized
|
5930 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
5931 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5932 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5933 |
msgid "Ms."
|
5934 |
msgstr "Frau"
|
5935 |
|
@@ -7028,23 +7028,23 @@ msgid "%s%% VAT"
|
|
7028 |
msgstr "%s %% MwSt."
|
7029 |
|
7030 |
# @ woocommerce-germanized
|
7031 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7032 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7033 |
msgctxt "title-option"
|
7034 |
msgid "None"
|
7035 |
msgstr "Keine"
|
7036 |
|
7037 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7038 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7039 |
msgid "Mx"
|
7040 |
msgstr "Divers"
|
7041 |
|
7042 |
# @ woocommerce-germanized
|
7043 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7044 |
msgid "More variants available"
|
7045 |
msgstr "Weitere Varianten verfügbar"
|
7046 |
|
7047 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7048 |
#, php-format
|
7049 |
msgctxt "defect-descriptions"
|
7050 |
msgid "%1$s (%2$s)"
|
@@ -7868,8 +7868,8 @@ msgstr "Retoure #{shipment_id} zur Bestellung #{order_id}"
|
|
7868 |
# @ woocommerce-germanized
|
7869 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:327
|
7870 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:945
|
7871 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
7872 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
7873 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:37
|
7874 |
msgctxt "dhl"
|
7875 |
msgid "Packstation"
|
@@ -8068,37 +8068,37 @@ msgid "DHL & Post"
|
|
8068 |
msgstr "DHL & Post"
|
8069 |
|
8070 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
8071 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8072 |
msgctxt "dhl"
|
8073 |
msgid "Monday"
|
8074 |
msgstr "Montag"
|
8075 |
|
8076 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
8077 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8078 |
msgctxt "dhl"
|
8079 |
msgid "Tuesday"
|
8080 |
msgstr "Dienstag"
|
8081 |
|
8082 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
8083 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8084 |
msgctxt "dhl"
|
8085 |
msgid "Wednesday"
|
8086 |
msgstr "Mittwoch"
|
8087 |
|
8088 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
8089 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8090 |
msgctxt "dhl"
|
8091 |
msgid "Thursday"
|
8092 |
msgstr "Donnerstag"
|
8093 |
|
8094 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
8095 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8096 |
msgctxt "dhl"
|
8097 |
msgid "Friday"
|
8098 |
msgstr "Freitag"
|
8099 |
|
8100 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
8101 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8102 |
msgctxt "dhl"
|
8103 |
msgid "Saturday"
|
8104 |
msgstr "Samstag"
|
@@ -8710,8 +8710,8 @@ msgstr "Erneut versuchen"
|
|
8710 |
# @ woocommerce-germanized
|
8711 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:61
|
8712 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:255
|
8713 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8714 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8715 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:35
|
8716 |
msgctxt "dhl"
|
8717 |
msgid "Delivery day"
|
@@ -8726,8 +8726,8 @@ msgstr "Lieferzeit"
|
|
8726 |
# @ woocommerce-germanized
|
8727 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:75
|
8728 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:270
|
8729 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8730 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8731 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:87
|
8732 |
msgctxt "dhl"
|
8733 |
msgid "Drop-off location"
|
@@ -8735,7 +8735,7 @@ msgstr "Ablageort"
|
|
8735 |
|
8736 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:80
|
8737 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:287
|
8738 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8739 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:80
|
8740 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:96
|
8741 |
msgctxt "dhl"
|
@@ -8810,7 +8810,7 @@ msgid "Valid address only"
|
|
8810 |
msgstr "Nur valide Adressen"
|
8811 |
|
8812 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:220
|
8813 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8814 |
msgctxt "dhl"
|
8815 |
msgid "GoGreen"
|
8816 |
msgstr "GoGreen"
|
@@ -8839,7 +8839,7 @@ msgstr "Firma"
|
|
8839 |
|
8840 |
# @ woocommerce-germanized
|
8841 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:335
|
8842 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8843 |
msgctxt "dhl"
|
8844 |
msgid "Street"
|
8845 |
msgstr "Straße"
|
@@ -8851,119 +8851,119 @@ msgid "Street No"
|
|
8851 |
msgstr "Hausnummer"
|
8852 |
|
8853 |
# @ woocommerce-germanized
|
8854 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8855 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8856 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:26
|
8857 |
msgctxt "dhl"
|
8858 |
msgid "Postcode"
|
8859 |
msgstr "Postleitzahl"
|
8860 |
|
8861 |
# @ woocommerce-germanized
|
8862 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8863 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8864 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:29
|
8865 |
msgctxt "dhl"
|
8866 |
msgid "City"
|
8867 |
msgstr "Stadt"
|
8868 |
|
8869 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8870 |
msgctxt "dhl"
|
8871 |
msgid "Phone"
|
8872 |
msgstr "Telefon"
|
8873 |
|
8874 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8875 |
msgctxt "dhl"
|
8876 |
msgid "Email"
|
8877 |
msgstr "E-Mail"
|
8878 |
|
8879 |
# @ woocommerce-germanized
|
8880 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8881 |
msgctxt "dhl"
|
8882 |
msgid "Age check"
|
8883 |
msgstr "Alterssichtprüfung"
|
8884 |
|
8885 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8886 |
msgctxt "dhl"
|
8887 |
msgid "Retail outlet routing"
|
8888 |
msgstr "Filialrouting"
|
8889 |
|
8890 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8891 |
msgctxt "dhl"
|
8892 |
msgid "No neighbor"
|
8893 |
msgstr "Keine Nachbarschaftszustellung"
|
8894 |
|
8895 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8896 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8897 |
msgctxt "dhl"
|
8898 |
msgid "Named person only"
|
8899 |
msgstr "Persönliche Übergabe"
|
8900 |
|
8901 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8902 |
msgctxt "dhl"
|
8903 |
msgid "Bulky goods"
|
8904 |
msgstr "Sperrgut"
|
8905 |
|
8906 |
# @ woocommerce-germanized
|
8907 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8908 |
msgctxt "dhl"
|
8909 |
msgid "Identity check"
|
8910 |
msgstr "Ident-Check"
|
8911 |
|
8912 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8913 |
msgctxt "dhl"
|
8914 |
msgid "Date of Birth"
|
8915 |
msgstr "Geburtsdatum"
|
8916 |
|
8917 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8918 |
msgctxt "dhl"
|
8919 |
msgid "Minimum age"
|
8920 |
msgstr "Mindestalter"
|
8921 |
|
8922 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8923 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8924 |
msgctxt "dhl"
|
8925 |
msgid "Premium"
|
8926 |
msgstr "Premium"
|
8927 |
|
8928 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8929 |
msgctxt "dhl"
|
8930 |
msgid "Receiver is missing or does not exist."
|
8931 |
msgstr "Empfänger fehlt oder existiert nicht."
|
8932 |
|
8933 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8934 |
#, php-format
|
8935 |
msgctxt "dhl"
|
8936 |
msgid "%s of the return address is a mandatory field."
|
8937 |
msgstr "%s der Rücksendeadresse ist ein Pflichtfeld."
|
8938 |
|
8939 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8940 |
msgctxt "dhl"
|
8941 |
msgid "Please either add a return company or name."
|
8942 |
msgstr ""
|
8943 |
"Bitte gib entweder einen Firmennamen oder Namen für die Rücksendeadresse an."
|
8944 |
|
8945 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8946 |
msgctxt "dhl"
|
8947 |
msgid "Error while parsing delivery day."
|
8948 |
msgstr "Fehler beim Einlesen des Liefertages."
|
8949 |
|
8950 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8951 |
msgctxt "dhl"
|
8952 |
msgid "The visual min age check is invalid."
|
8953 |
msgstr "Das Alter der Alterssichtprüfung ist ungültig."
|
8954 |
|
8955 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8956 |
msgctxt "dhl"
|
8957 |
msgid "The ident min age check is invalid."
|
8958 |
msgstr "Das Alter des Ident-Checks ist ungültig."
|
8959 |
|
8960 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8961 |
msgctxt "dhl"
|
8962 |
msgid "There was an error parsing the date of birth for the identity check."
|
8963 |
msgstr ""
|
8964 |
"Beim Einlesen des Geburtsdatums für den Ident-Check trat ein Problem auf."
|
8965 |
|
8966 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8967 |
msgctxt "dhl"
|
8968 |
msgid ""
|
8969 |
"Either a minimum age or a date of birth must be added to the ident check."
|
@@ -8972,31 +8972,31 @@ msgstr ""
|
|
8972 |
"hinzugefügt werden."
|
8973 |
|
8974 |
# @ woocommerce-germanized
|
8975 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8976 |
#, php-format
|
8977 |
msgctxt "dhl"
|
8978 |
msgid "%s duties element does not exist."
|
8979 |
msgstr "%s Zollabgabe existiert nicht."
|
8980 |
|
8981 |
# @ woocommerce-germanized
|
8982 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8983 |
#, php-format
|
8984 |
msgctxt "dhl"
|
8985 |
msgid "Status: %1$s"
|
8986 |
msgstr "Status: %1$s"
|
8987 |
|
8988 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8989 |
msgctxt "dhl"
|
8990 |
msgid "Connected"
|
8991 |
msgstr "Verbunden"
|
8992 |
|
8993 |
# @ woocommerce-germanized
|
8994 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8995 |
msgctxt "dhl"
|
8996 |
msgid "Customer Number (EKP)"
|
8997 |
msgstr "Kundennummer (EKP)"
|
8998 |
|
8999 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9000 |
#, php-format
|
9001 |
msgctxt "dhl"
|
9002 |
msgid ""
|
@@ -9006,33 +9006,33 @@ msgstr ""
|
|
9006 |
"Deine 10-stellige DHL Kundennummer (EKP). Finde deine %s im DHL "
|
9007 |
"Geschäftskundenportal."
|
9008 |
|
9009 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9010 |
msgctxt "dhl"
|
9011 |
msgid "customer number"
|
9012 |
msgstr "Kundennummer"
|
9013 |
|
9014 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9015 |
msgctxt "dhl"
|
9016 |
msgid "API"
|
9017 |
msgstr "API"
|
9018 |
|
9019 |
# @ woocommerce-germanized
|
9020 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9021 |
msgctxt "dhl"
|
9022 |
msgid "Enable Sandbox"
|
9023 |
msgstr "Sandbox aktivieren"
|
9024 |
|
9025 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9026 |
msgctxt "dhl"
|
9027 |
msgid "Activate Sandbox mode for testing purposes."
|
9028 |
msgstr "Aktiviere den Sandbox Modus."
|
9029 |
|
9030 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9031 |
msgctxt "dhl"
|
9032 |
msgid "Live Username"
|
9033 |
msgstr "Benutzer"
|
9034 |
|
9035 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9036 |
#, php-format
|
9037 |
msgctxt "dhl"
|
9038 |
msgid ""
|
@@ -9042,21 +9042,21 @@ msgstr ""
|
|
9042 |
"Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
9043 |
"Geschäftskundenportal. Bitte teste deine Zugangsdaten vorab %s."
|
9044 |
|
9045 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9046 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9047 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9048 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9049 |
msgctxt "dhl"
|
9050 |
msgid "here"
|
9051 |
msgstr "hier"
|
9052 |
|
9053 |
# @ woocommerce-germanized
|
9054 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9055 |
msgctxt "dhl"
|
9056 |
msgid "Live Password"
|
9057 |
msgstr "Passwort"
|
9058 |
|
9059 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9060 |
#, php-format
|
9061 |
msgctxt "dhl"
|
9062 |
msgid ""
|
@@ -9068,12 +9068,12 @@ msgstr ""
|
|
9068 |
"Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
|
9069 |
"Benutzer) Monaten und teste deine Zugangsdaten vorab %s."
|
9070 |
|
9071 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9072 |
msgctxt "dhl"
|
9073 |
msgid "Sandbox Username"
|
9074 |
msgstr "Sandbox Benutzername"
|
9075 |
|
9076 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9077 |
#, php-format
|
9078 |
msgctxt "dhl"
|
9079 |
msgid ""
|
@@ -9083,12 +9083,12 @@ msgstr ""
|
|
9083 |
"Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
9084 |
"Entwicklerportal. Bitte teste deine Zugangsdaten vorab %s."
|
9085 |
|
9086 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9087 |
msgctxt "dhl"
|
9088 |
msgid "Sandbox Password"
|
9089 |
msgstr "Sandbox Passwort"
|
9090 |
|
9091 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9092 |
#, php-format
|
9093 |
msgctxt "dhl"
|
9094 |
msgid ""
|
@@ -9098,78 +9098,78 @@ msgstr ""
|
|
9098 |
"Dein Passwort zum DHL Entwicklerportal. Bitte teste deine Zugangsdaten vorab "
|
9099 |
"%s."
|
9100 |
|
9101 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9102 |
msgctxt "dhl"
|
9103 |
msgid "Products and Participation Numbers"
|
9104 |
msgstr "Produkte und Teilnahmenummern"
|
9105 |
|
9106 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9107 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9108 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9109 |
msgctxt "dhl"
|
9110 |
msgid "Inlay Returns"
|
9111 |
msgstr "Beilageretouren"
|
9112 |
|
9113 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9114 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:155
|
9115 |
msgctxt "dhl"
|
9116 |
msgid "Tracking"
|
9117 |
msgstr "Sendungsverfolgung"
|
9118 |
|
9119 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9120 |
msgctxt "dhl"
|
9121 |
msgid "Enable delivery to Packstation."
|
9122 |
msgstr "Aktiviere den Versand an Packstationen."
|
9123 |
|
9124 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9125 |
msgctxt "dhl"
|
9126 |
msgid "Let customers choose a Packstation as delivery address."
|
9127 |
msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
|
9128 |
|
9129 |
# @ woocommerce-germanized
|
9130 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9131 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:49
|
9132 |
msgctxt "dhl"
|
9133 |
msgid "Postoffice"
|
9134 |
msgstr "Postfiliale"
|
9135 |
|
9136 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9137 |
msgctxt "dhl"
|
9138 |
msgid "Enable delivery to Post Offices."
|
9139 |
msgstr "Aktiviere den Versand an Postfilialen."
|
9140 |
|
9141 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9142 |
msgctxt "dhl"
|
9143 |
msgid "Let customers choose a Post Office as delivery address."
|
9144 |
msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
|
9145 |
|
9146 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9147 |
msgctxt "dhl"
|
9148 |
msgid "Parcel Shop"
|
9149 |
msgstr "Paketshop"
|
9150 |
|
9151 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9152 |
msgctxt "dhl"
|
9153 |
msgid "Enable delivery to Parcel Shops."
|
9154 |
msgstr "Lieferung an Paketshops aktivieren."
|
9155 |
|
9156 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9157 |
msgctxt "dhl"
|
9158 |
msgid "Let customers choose a Parcel Shop as delivery address."
|
9159 |
msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
|
9160 |
|
9161 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9162 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9163 |
msgctxt "dhl"
|
9164 |
msgid "Map"
|
9165 |
msgstr "Karte"
|
9166 |
|
9167 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9168 |
msgctxt "dhl"
|
9169 |
msgid "Let customers find a DHL location on a map."
|
9170 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
9171 |
|
9172 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9173 |
msgctxt "dhl"
|
9174 |
msgid ""
|
9175 |
"Enable this option to let your customers choose a pickup option from a map "
|
@@ -9180,12 +9180,12 @@ msgstr ""
|
|
9180 |
"einer Karten in der Kasse zu ermöglichen. Wenn diese Option deaktiviert ist, "
|
9181 |
"wird stattdessen auf die DHL Website verwiesen."
|
9182 |
|
9183 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9184 |
msgctxt "dhl"
|
9185 |
msgid "Google Maps Key"
|
9186 |
msgstr "Google Maps Schlüssel"
|
9187 |
|
9188 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9189 |
#, php-format
|
9190 |
msgctxt "dhl"
|
9191 |
msgid ""
|
@@ -9195,27 +9195,27 @@ msgstr ""
|
|
9195 |
"Um eine Karte integrieren zu können, benötigst du einen gültigen API-"
|
9196 |
"Schlüssel für Google Maps. Du kannst %s."
|
9197 |
|
9198 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9199 |
msgctxt "dhl"
|
9200 |
msgid "retrieve a new one"
|
9201 |
msgstr "hier einen neuen erstellen"
|
9202 |
|
9203 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9204 |
msgctxt "dhl"
|
9205 |
msgid "Limit results"
|
9206 |
msgstr "Suchergebnisse begrenzen"
|
9207 |
|
9208 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9209 |
msgctxt "dhl"
|
9210 |
msgid "Limit the number of DHL locations shown on the map"
|
9211 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
9212 |
|
9213 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9214 |
msgctxt "dhl"
|
9215 |
msgid "Enable delivery day delivery."
|
9216 |
msgstr "Aktiviere die Lieferung am Liefertag."
|
9217 |
|
9218 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9219 |
msgctxt "dhl"
|
9220 |
msgid ""
|
9221 |
"Enabling this option will display options for the user to select their "
|
@@ -9225,13 +9225,13 @@ msgstr ""
|
|
9225 |
"Kasse."
|
9226 |
|
9227 |
# @ woocommerce-germanized
|
9228 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9229 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9230 |
msgctxt "dhl"
|
9231 |
msgid "Fee"
|
9232 |
msgstr "Gebühr"
|
9233 |
|
9234 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9235 |
msgctxt "dhl"
|
9236 |
msgid ""
|
9237 |
"Insert gross value as surcharge for delivery day delivery. Insert 0 to offer "
|
@@ -9241,12 +9241,12 @@ msgstr ""
|
|
9241 |
"Setze den Wert auf 0 um den Service kostenlos anzubieten."
|
9242 |
|
9243 |
# @ woocommerce-germanized
|
9244 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9245 |
msgctxt "dhl"
|
9246 |
msgid "Enable drop-off location delivery."
|
9247 |
msgstr "Lieferung an einen Ablageort aktivieren."
|
9248 |
|
9249 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9250 |
msgctxt "dhl"
|
9251 |
msgid ""
|
9252 |
"Enabling this option will display options for the user to select their "
|
@@ -9255,12 +9255,12 @@ msgstr ""
|
|
9255 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
9256 |
"Kasse ."
|
9257 |
|
9258 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9259 |
msgctxt "dhl"
|
9260 |
msgid "Enable delivery to a neighbor."
|
9261 |
msgstr "Lieferung an Nachbarn aktivieren."
|
9262 |
|
9263 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9264 |
msgctxt "dhl"
|
9265 |
msgid ""
|
9266 |
"Enabling this option will display options for the user to deliver to their "
|
@@ -9269,12 +9269,12 @@ msgstr ""
|
|
9269 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
9270 |
"der Kasse."
|
9271 |
|
9272 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9273 |
msgctxt "dhl"
|
9274 |
msgid "Cut-off time"
|
9275 |
msgstr "Cut-off-Zeit"
|
9276 |
|
9277 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9278 |
msgctxt "dhl"
|
9279 |
msgid ""
|
9280 |
"The cut-off time is the latest possible order time up to which the minimum "
|
@@ -9287,12 +9287,12 @@ msgstr ""
|
|
9287 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
9288 |
"Liefertag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
9289 |
|
9290 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9291 |
msgctxt "dhl"
|
9292 |
msgid "Preparation days"
|
9293 |
msgstr "Bearbeitungstage"
|
9294 |
|
9295 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9296 |
msgctxt "dhl"
|
9297 |
msgid ""
|
9298 |
"If you need more time to prepare your shipments you might want to add a "
|
@@ -9303,23 +9303,23 @@ msgstr ""
|
|
9303 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
9304 |
"auswählbaren Liefertag hinzugefügt werden."
|
9305 |
|
9306 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9307 |
msgctxt "dhl"
|
9308 |
msgid "Exclude days of transfer"
|
9309 |
msgstr "Übergabetage ausschließen"
|
9310 |
|
9311 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9312 |
msgctxt "dhl"
|
9313 |
msgid "Exclude days from transferring shipments to DHL."
|
9314 |
msgstr "Schließe bestimmte Wochentage für die Übergabe an DHL aus."
|
9315 |
|
9316 |
# @ woocommerce-germanized
|
9317 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9318 |
msgctxt "dhl"
|
9319 |
msgid "Exclude gateways"
|
9320 |
msgstr "Zahlungsarten ausschließen"
|
9321 |
|
9322 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9323 |
msgctxt "dhl"
|
9324 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
9325 |
msgstr ""
|
@@ -9327,19 +9327,19 @@ msgstr ""
|
|
9327 |
"Verfügung stehen sollen."
|
9328 |
|
9329 |
# @ woocommerce-germanized
|
9330 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9331 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:261
|
9332 |
msgctxt "dhl"
|
9333 |
msgid "Products"
|
9334 |
msgstr "Produkte"
|
9335 |
|
9336 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9337 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:280
|
9338 |
msgctxt "dhl"
|
9339 |
msgid "Domestic Default Service"
|
9340 |
msgstr "Standard Service (national)"
|
9341 |
|
9342 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9343 |
msgctxt "dhl"
|
9344 |
msgid ""
|
9345 |
"Please select your default DHL shipping service for domestic shipments that "
|
@@ -9351,13 +9351,13 @@ msgstr ""
|
|
9351 |
"nachträglich ändern)."
|
9352 |
|
9353 |
# @ woocommerce-germanized
|
9354 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9355 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:291
|
9356 |
msgctxt "dhl"
|
9357 |
msgid "EU Default Service"
|
9358 |
msgstr "Standard Service (EU)"
|
9359 |
|
9360 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9361 |
msgctxt "dhl"
|
9362 |
msgid ""
|
9363 |
"Please select your default DHL shipping service for EU shipments that you "
|
@@ -9368,13 +9368,13 @@ msgstr ""
|
|
9368 |
"Kunden anbietest (du kannst das Produkt für jede einzelne Sendung "
|
9369 |
"nachträglich ändern)."
|
9370 |
|
9371 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9372 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:302
|
9373 |
msgctxt "dhl"
|
9374 |
msgid "Int. Default Service"
|
9375 |
msgstr "Standard Service (Int.)"
|
9376 |
|
9377 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9378 |
msgctxt "dhl"
|
9379 |
msgid ""
|
9380 |
"Please select your default DHL shipping service for cross-border shipments "
|
@@ -9386,27 +9386,27 @@ msgstr ""
|
|
9386 |
"nachträglich ändern)."
|
9387 |
|
9388 |
# @ woocommerce-germanized
|
9389 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9390 |
msgctxt "dhl"
|
9391 |
msgid "Default Duty"
|
9392 |
msgstr "Standard Zoll"
|
9393 |
|
9394 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9395 |
msgctxt "dhl"
|
9396 |
msgid "Please select a default duty type."
|
9397 |
msgstr "Bitte wähle eine Standard-Zollabrechnung aus."
|
9398 |
|
9399 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9400 |
msgctxt "dhl"
|
9401 |
msgid "Codeable"
|
9402 |
msgstr "Leitcodierbar"
|
9403 |
|
9404 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9405 |
msgctxt "dhl"
|
9406 |
msgid "Generate label only if address can be automatically retrieved DHL."
|
9407 |
msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
|
9408 |
|
9409 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9410 |
msgctxt "dhl"
|
9411 |
msgid ""
|
9412 |
"Choose this option if you want to make sure that by default labels are only "
|
@@ -9417,17 +9417,17 @@ msgstr ""
|
|
9417 |
"ist."
|
9418 |
|
9419 |
# @ woocommerce-germanized
|
9420 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9421 |
msgctxt "dhl"
|
9422 |
msgid "Force email"
|
9423 |
msgstr "E-Mail übertragen"
|
9424 |
|
9425 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9426 |
msgctxt "dhl"
|
9427 |
msgid "Force transferring customer email to DHL."
|
9428 |
msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
|
9429 |
|
9430 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9431 |
#, php-format
|
9432 |
msgctxt "dhl"
|
9433 |
msgid ""
|
@@ -9447,17 +9447,17 @@ msgstr ""
|
|
9447 |
"Option aktivierst."
|
9448 |
|
9449 |
# @ woocommerce-germanized
|
9450 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9451 |
msgctxt "dhl"
|
9452 |
msgid "Custom shipper"
|
9453 |
msgstr "Individueller Absender"
|
9454 |
|
9455 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9456 |
msgctxt "dhl"
|
9457 |
msgid "Use a custom shipper address managed within your DHL business profile."
|
9458 |
msgstr "Individuelle Absenderreferenz aus dem DHL Geschäftskonto verwenden."
|
9459 |
|
9460 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9461 |
#, php-format
|
9462 |
msgctxt "dhl"
|
9463 |
msgid ""
|
@@ -9470,12 +9470,12 @@ msgstr ""
|
|
9470 |
"verwenden möchtest."
|
9471 |
|
9472 |
# @ woocommerce-germanized
|
9473 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9474 |
msgctxt "dhl"
|
9475 |
msgid "Shipper reference"
|
9476 |
msgstr "Absenderreferenz"
|
9477 |
|
9478 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9479 |
#, php-format
|
9480 |
msgctxt "dhl"
|
9481 |
msgid ""
|
@@ -9485,7 +9485,7 @@ msgstr ""
|
|
9485 |
"Füge hier deine <a href=\"%s\" target=\"_blank\">individuelle "
|
9486 |
"Absenderreferenz</a> aus dem DHL Geschäftskonto ein."
|
9487 |
|
9488 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9489 |
msgctxt "dhl"
|
9490 |
msgid ""
|
9491 |
"Additionally create inlay return labels for shipments that support returns."
|
@@ -9493,14 +9493,14 @@ msgstr ""
|
|
9493 |
"Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
|
9494 |
"unterstützen."
|
9495 |
|
9496 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9497 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9498 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9499 |
msgctxt "dhl"
|
9500 |
msgid "Retoure"
|
9501 |
msgstr "Retoure"
|
9502 |
|
9503 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9504 |
#, php-format
|
9505 |
msgctxt "dhl"
|
9506 |
msgid ""
|
@@ -9511,18 +9511,18 @@ msgstr ""
|
|
9511 |
"an. Stelle sicher, dass dein %s DHL Retoure Online enthält."
|
9512 |
|
9513 |
# @ woocommerce-germanized
|
9514 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9515 |
msgctxt "dhl"
|
9516 |
msgid "contract"
|
9517 |
msgstr "Vertrag"
|
9518 |
|
9519 |
# @ woocommerce-germanized
|
9520 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9521 |
msgctxt "dhl"
|
9522 |
msgid "Create retoure labels to return shipments."
|
9523 |
msgstr "Retourenlabels zu Retourensendungen erstellen."
|
9524 |
|
9525 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9526 |
msgctxt "dhl"
|
9527 |
msgid ""
|
9528 |
"By enabling this option you might generate retoure labels for return "
|
@@ -9532,12 +9532,12 @@ msgstr ""
|
|
9532 |
"Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
|
9533 |
|
9534 |
# @ woocommerce-germanized
|
9535 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9536 |
msgctxt "dhl"
|
9537 |
msgid "Default Services"
|
9538 |
msgstr "Standard-Services"
|
9539 |
|
9540 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9541 |
#, php-format
|
9542 |
msgctxt "dhl"
|
9543 |
msgid ""
|
@@ -9548,28 +9548,28 @@ msgstr ""
|
|
9548 |
"werden sollen. Finde mehr über diese <a href=\"%s\" target=\"_blank"
|
9549 |
"\">Services</a> heraus."
|
9550 |
|
9551 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9552 |
msgctxt "dhl"
|
9553 |
msgid "Enable the GoGreen Service by default."
|
9554 |
msgstr "Buche den GoGreen Service hinzu."
|
9555 |
|
9556 |
# @ woocommerce-germanized
|
9557 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9558 |
msgctxt "dhl"
|
9559 |
msgid "Additional Insurance"
|
9560 |
msgstr "Transportversicherung"
|
9561 |
|
9562 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9563 |
msgctxt "dhl"
|
9564 |
msgid "Add an additional insurance to labels."
|
9565 |
msgstr "Füge eine Transportversicherung zur Sendung hinzu."
|
9566 |
|
9567 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9568 |
msgctxt "dhl"
|
9569 |
msgid "Retail Outlet Routing"
|
9570 |
msgstr "Filialrouting"
|
9571 |
|
9572 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9573 |
msgctxt "dhl"
|
9574 |
msgid ""
|
9575 |
"Send undeliverable items to nearest retail outlet instead of immediate "
|
@@ -9578,57 +9578,57 @@ msgstr ""
|
|
9578 |
"Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
|
9579 |
"anstelle diese direkt zurückzusenden."
|
9580 |
|
9581 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9582 |
msgctxt "dhl"
|
9583 |
msgid "No Neighbor"
|
9584 |
msgstr "Keine Nachbarschaftszustellung"
|
9585 |
|
9586 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9587 |
msgctxt "dhl"
|
9588 |
msgid "Do not deliver to neighbors."
|
9589 |
msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
|
9590 |
|
9591 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9592 |
msgctxt "dhl"
|
9593 |
msgid "Do only delivery to named person."
|
9594 |
msgstr ""
|
9595 |
"Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
|
9596 |
"Person übergeben."
|
9597 |
|
9598 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9599 |
msgctxt "dhl"
|
9600 |
msgid "Bulky Goods"
|
9601 |
msgstr "Sperrgut"
|
9602 |
|
9603 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9604 |
msgctxt "dhl"
|
9605 |
msgid "Deliver as bulky goods."
|
9606 |
msgstr "Sende Pakete als Sperrgut."
|
9607 |
|
9608 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9609 |
msgctxt "dhl"
|
9610 |
msgid "Minimum age (Visual check)"
|
9611 |
msgstr "Mindestalter (Visuell)"
|
9612 |
|
9613 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9614 |
msgctxt "dhl"
|
9615 |
msgid "Choose this option if you want to let DHL check your customer's age."
|
9616 |
msgstr ""
|
9617 |
"Wähle diese Option aus, wenn du das Alter durch DHL prüfen lassen möchtest."
|
9618 |
|
9619 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9620 |
msgctxt "dhl"
|
9621 |
msgid "Sync (Visual Check)"
|
9622 |
msgstr "Synchronisation (Visuell)"
|
9623 |
|
9624 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9625 |
msgctxt "dhl"
|
9626 |
msgid "Visually verify age if shipment contains applicable items."
|
9627 |
msgstr ""
|
9628 |
"Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
|
9629 |
"beinhaltet."
|
9630 |
|
9631 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9632 |
#, php-format
|
9633 |
msgctxt "dhl"
|
9634 |
msgid ""
|
@@ -9641,18 +9641,18 @@ msgstr ""
|
|
9641 |
"Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
9642 |
"Produkte beinhaltet."
|
9643 |
|
9644 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9645 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9646 |
msgctxt "dhl"
|
9647 |
msgid "age verification checkbox"
|
9648 |
msgstr "Checkbox zur Altersprüfung"
|
9649 |
|
9650 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9651 |
msgctxt "dhl"
|
9652 |
msgid "Minimum age (Ident check)"
|
9653 |
msgstr "Mindestalter (Identität)"
|
9654 |
|
9655 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9656 |
msgctxt "dhl"
|
9657 |
msgid ""
|
9658 |
"Choose this option if you want to let DHL check your customer's identity and "
|
@@ -9662,19 +9662,19 @@ msgstr ""
|
|
9662 |
"lassen möchtest."
|
9663 |
|
9664 |
# @ woocommerce-germanized
|
9665 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9666 |
msgctxt "dhl"
|
9667 |
msgid "Sync (Ident Check)"
|
9668 |
msgstr "Synchronisation (Identität)"
|
9669 |
|
9670 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9671 |
msgctxt "dhl"
|
9672 |
msgid "Verify identity and age if shipment contains applicable items."
|
9673 |
msgstr ""
|
9674 |
"Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
|
9675 |
"beinhaltet."
|
9676 |
|
9677 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9678 |
#, php-format
|
9679 |
msgctxt "dhl"
|
9680 |
msgid ""
|
@@ -9687,18 +9687,18 @@ msgstr ""
|
|
9687 |
"Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
9688 |
"Produkte beinhaltet."
|
9689 |
|
9690 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9691 |
msgctxt "dhl"
|
9692 |
msgid "Premium delivery for international shipments."
|
9693 |
msgstr "Premium Lieferung für internationale Sendungen."
|
9694 |
|
9695 |
# @ woocommerce-germanized
|
9696 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9697 |
msgctxt "dhl"
|
9698 |
msgid "Bank Account"
|
9699 |
msgstr "Bankkonto"
|
9700 |
|
9701 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9702 |
msgctxt "dhl"
|
9703 |
msgid "Enter your bank details needed for services that use COD."
|
9704 |
msgstr ""
|
@@ -9706,36 +9706,36 @@ msgstr ""
|
|
9706 |
"werden sollen."
|
9707 |
|
9708 |
# @ woocommerce-germanized
|
9709 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9710 |
msgctxt "dhl"
|
9711 |
msgid "Holder"
|
9712 |
msgstr "Kontoinhaber"
|
9713 |
|
9714 |
# @ woocommerce-germanized
|
9715 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9716 |
msgctxt "dhl"
|
9717 |
msgid "Bank Name"
|
9718 |
msgstr "Name der Bank"
|
9719 |
|
9720 |
# @ woocommerce-germanized
|
9721 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9722 |
msgctxt "dhl"
|
9723 |
msgid "IBAN"
|
9724 |
msgstr "IBAN"
|
9725 |
|
9726 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9727 |
msgctxt "dhl"
|
9728 |
msgid "BIC"
|
9729 |
msgstr "BIC"
|
9730 |
|
9731 |
# @ woocommerce-germanized
|
9732 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9733 |
msgctxt "dhl"
|
9734 |
msgid "Payment Reference"
|
9735 |
msgstr "Zahlungsreferenz"
|
9736 |
|
9737 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9738 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9739 |
#, php-format
|
9740 |
msgctxt "dhl"
|
9741 |
msgid ""
|
@@ -9746,17 +9746,17 @@ msgstr ""
|
|
9746 |
"%s. Der Text ist auf 35 Zeichen begrenzt."
|
9747 |
|
9748 |
# @ woocommerce-germanized
|
9749 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9750 |
msgctxt "dhl"
|
9751 |
msgid "Payment Reference 2"
|
9752 |
msgstr "Zahlungsreferenz 2"
|
9753 |
|
9754 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9755 |
msgctxt "dhl"
|
9756 |
msgid "Customer Number"
|
9757 |
msgstr "Kundennummer"
|
9758 |
|
9759 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9760 |
msgctxt "dhl"
|
9761 |
msgid ""
|
9762 |
"Insert your DHL business customer number (EKP) here. If you are not yet a "
|
@@ -9765,12 +9765,12 @@ msgstr ""
|
|
9765 |
"Füge hier deine DHL Kundennummer (EKP) ein. Wenn du noch kein Geschäftskunde "
|
9766 |
"bist, solltest du dich zuerst als Geschäftskunde bei DHL registrieren."
|
9767 |
|
9768 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9769 |
msgctxt "dhl"
|
9770 |
msgid "API Access"
|
9771 |
msgstr "API Zugriff"
|
9772 |
|
9773 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9774 |
msgctxt "dhl"
|
9775 |
msgid ""
|
9776 |
"To create labels and embed DHL services, our software needs access to the "
|
@@ -9780,7 +9780,7 @@ msgstr ""
|
|
9780 |
"Software Zugang zur API. Du solltest hier deine Zugangsdaten zum DHL "
|
9781 |
"Geschäftskundenportal eingeben."
|
9782 |
|
9783 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9784 |
msgctxt "dhl"
|
9785 |
msgid ""
|
9786 |
"If you want to provide your customers with inlay return labels for your "
|
@@ -9789,7 +9789,7 @@ msgstr ""
|
|
9789 |
"Wenn du Beilageretouren-Labels zu deinen Sendungen hinzufügen möchtest, "
|
9790 |
"solltest du diese Funktion standardmäßig aktivieren."
|
9791 |
|
9792 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9793 |
msgctxt "dhl"
|
9794 |
msgid ""
|
9795 |
"If you want to create DHL labels to returns you should activate this "
|
@@ -9800,12 +9800,12 @@ msgstr ""
|
|
9800 |
"aktivieren. Stelle sicher, dass DHL Online Retoure in deinem Vertrag "
|
9801 |
"freigeschaltet ist."
|
9802 |
|
9803 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9804 |
msgctxt "dhl"
|
9805 |
msgid "Age verification"
|
9806 |
msgstr "Altersverifikation"
|
9807 |
|
9808 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9809 |
msgctxt "dhl"
|
9810 |
msgid ""
|
9811 |
"Use this feature to sync the Germanized age verification checkbox with the "
|
@@ -9818,12 +9818,12 @@ msgstr ""
|
|
9818 |
"„Alterssichtprüfung“ von DHL automatisch aktiviert."
|
9819 |
|
9820 |
# @ woocommerce-germanized
|
9821 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9822 |
msgctxt "dhl"
|
9823 |
msgid "Automation"
|
9824 |
msgstr "Automatisierung"
|
9825 |
|
9826 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9827 |
msgctxt "dhl"
|
9828 |
msgid ""
|
9829 |
"You might want to save some time and let Germanized generate labels "
|
@@ -9833,7 +9833,7 @@ msgstr ""
|
|
9833 |
"automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
|
9834 |
"wechselt."
|
9835 |
|
9836 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9837 |
msgctxt "dhl"
|
9838 |
msgid ""
|
9839 |
"Let your customers choose a delivery day (if the service is available at the "
|
@@ -9842,7 +9842,7 @@ msgstr ""
|
|
9842 |
"Lasse deine Kunden einen Liefertag (falls der Service für die Kundenadresse "
|
9843 |
"zur Verfügung steht) für die Lieferung in der Kasse auswählen."
|
9844 |
|
9845 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9846 |
msgctxt "dhl"
|
9847 |
msgid ""
|
9848 |
"Optionally charge your customers an additional fee for preferred services "
|
@@ -9851,7 +9851,7 @@ msgstr ""
|
|
9851 |
"Optional kannst du die Gebühr für die Auswahl des Liefertages oder anderer "
|
9852 |
"Wunschzustellung-Services an deine Kunden weiterreichen."
|
9853 |
|
9854 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9855 |
msgctxt "dhl"
|
9856 |
msgid ""
|
9857 |
"Allow your customers to send their parcels to a drop-off location e.g. a "
|
@@ -9860,7 +9860,7 @@ msgstr ""
|
|
9860 |
"Lasse deine Kunden einen Ablageort für die Abgabe ihres Pakets in der Kasse "
|
9861 |
"auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
|
9862 |
|
9863 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9864 |
msgctxt "dhl"
|
9865 |
msgid ""
|
9866 |
"Allow your customers to choose packstation (and/or other DHL location types "
|
@@ -9869,7 +9869,7 @@ msgstr ""
|
|
9869 |
"Lasse deine Kunden eine Packstation (und/oder andere DHL Standorte, wie im "
|
9870 |
"Folgenden konfiguriert) als Lieferadresse auswählen."
|
9871 |
|
9872 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9873 |
msgctxt "dhl"
|
9874 |
msgid ""
|
9875 |
"This option adds a map overlay view to let your customers choose a DHL "
|
@@ -11051,6 +11051,8 @@ msgid "Select a country"
|
|
11051 |
msgstr "Land auswählen"
|
11052 |
|
11053 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:154
|
|
|
|
|
11054 |
msgctxt "shipments"
|
11055 |
msgid "HS-Code (Customs)"
|
11056 |
msgstr "Zolltarifnummer (HS-Code, Zoll)"
|
@@ -11066,6 +11068,8 @@ msgstr ""
|
|
11066 |
"gehandelter Produkte."
|
11067 |
|
11068 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:165
|
|
|
|
|
11069 |
msgctxt "shipments"
|
11070 |
msgid "Country of manufacture (Customs)"
|
11071 |
msgstr "Herstellungsland (Zoll)"
|
@@ -12042,13 +12046,13 @@ msgid "Customer payment page →"
|
|
12042 |
msgstr "Kundenbezahlungsseite →"
|
12043 |
|
12044 |
# @ woocommerce-germanized
|
12045 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:
|
12046 |
msgctxt "shipments"
|
12047 |
msgid "Shipping status"
|
12048 |
msgstr "Versandstatus"
|
12049 |
|
12050 |
# @ woocommerce-germanized
|
12051 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:
|
12052 |
msgctxt "shipments"
|
12053 |
msgid "List of shipments."
|
12054 |
msgstr "Sendungsliste."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-09-15 11:47+0200\n"
|
6 |
+
"PO-Revision-Date: 2022-09-15 11:47+0200\n"
|
7 |
"Last-Translator: Dennis Nissle <info@vendidero.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
794 |
msgstr "Mängelbeschreibung"
|
795 |
|
796 |
# @ woocommerce-germanized
|
797 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:794
|
798 |
msgid ""
|
799 |
"This content will be shown as short product description within checkout and "
|
800 |
"emails."
|
802 |
"Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als "
|
803 |
"Produkt Kurzbeschreibung angezeigt."
|
804 |
|
805 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:808
|
806 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:443
|
807 |
msgid ""
|
808 |
"Inform your customers about product defects. This description will be shown "
|
3239 |
"Platzhalter für den höchsten Preis."
|
3240 |
|
3241 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:450
|
3242 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1057
|
3243 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1061
|
3244 |
msgid "{min_price} – {max_price}"
|
3245 |
msgstr "{min_price} – {max_price}"
|
3246 |
|
4810 |
# @ woocommerce-germanized
|
4811 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1077
|
4812 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:51
|
4813 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:731
|
4814 |
msgid "Mr."
|
4815 |
msgstr "Herr"
|
4816 |
|
5110 |
"Vielen Dank!"
|
5111 |
|
5112 |
# @ woocommerce-germanized
|
5113 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:518
|
5114 |
msgctxt "Page slug"
|
5115 |
msgid "data-security"
|
5116 |
msgstr "datenschutzerklaerung"
|
5117 |
|
5118 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:519
|
5119 |
msgctxt "Page title"
|
5120 |
msgid "Privacy Policy"
|
5121 |
msgstr "Datenschutzerklärung"
|
5122 |
|
5123 |
# @ woocommerce-germanized
|
5124 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:523
|
5125 |
msgctxt "Page slug"
|
5126 |
msgid "imprint"
|
5127 |
msgstr "impressum"
|
5128 |
|
5129 |
# @ woocommerce-germanized
|
5130 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:524
|
5131 |
msgctxt "Page title"
|
5132 |
msgid "Imprint"
|
5133 |
msgstr "Impressum"
|
5134 |
|
5135 |
# @ woocommerce-germanized
|
5136 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:528
|
5137 |
msgctxt "Page slug"
|
5138 |
msgid "terms"
|
5139 |
msgstr "agb"
|
5140 |
|
5141 |
# @ woocommerce-germanized
|
5142 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:529
|
5143 |
msgctxt "Page title"
|
5144 |
msgid "Terms & Conditions"
|
5145 |
msgstr "AGB"
|
5146 |
|
5147 |
# @ woocommerce-germanized
|
5148 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:533
|
5149 |
msgctxt "Page slug"
|
5150 |
msgid "revocation"
|
5151 |
msgstr "widerrufsbelehrung"
|
5152 |
|
5153 |
# @ woocommerce-germanized
|
5154 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:534
|
5155 |
msgctxt "Page title"
|
5156 |
msgid "Cancellation Policy"
|
5157 |
msgstr "Widerrufsbelehrung"
|
5158 |
|
5159 |
# @ woocommerce-germanized
|
5160 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:538
|
5161 |
msgctxt "Page slug"
|
5162 |
msgid "shipping-methods"
|
5163 |
msgstr "versandarten"
|
5164 |
|
5165 |
# @ woocommerce-germanized
|
5166 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:539
|
5167 |
msgctxt "Page title"
|
5168 |
msgid "Shipping Methods"
|
5169 |
msgstr "Versandarten"
|
5170 |
|
5171 |
# @ woocommerce-germanized
|
5172 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:543
|
5173 |
msgctxt "Page slug"
|
5174 |
msgid "payment-methods"
|
5175 |
msgstr "bezahlmoeglichkeiten"
|
5176 |
|
5177 |
# @ woocommerce-germanized
|
5178 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:544
|
5179 |
msgctxt "Page title"
|
5180 |
msgid "Payment Methods"
|
5181 |
msgstr "Zahlungsarten"
|
5182 |
|
5183 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:548
|
5184 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-3.9.3.php:15
|
5185 |
msgctxt "Page slug"
|
5186 |
msgid "review-authenticity"
|
5187 |
msgstr "echtheit-von-bewertungen"
|
5188 |
|
5189 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:549
|
5190 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-3.9.3.php:16
|
5191 |
msgctxt "Page title"
|
5192 |
msgid "Review Authenticity"
|
5928 |
|
5929 |
# @ woocommerce-germanized
|
5930 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
5931 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:732
|
5932 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:753
|
5933 |
msgid "Ms."
|
5934 |
msgstr "Frau"
|
5935 |
|
7028 |
msgstr "%s %% MwSt."
|
7029 |
|
7030 |
# @ woocommerce-germanized
|
7031 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:730
|
7032 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:760
|
7033 |
msgctxt "title-option"
|
7034 |
msgid "None"
|
7035 |
msgstr "Keine"
|
7036 |
|
7037 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:733
|
7038 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:760
|
7039 |
msgid "Mx"
|
7040 |
msgstr "Divers"
|
7041 |
|
7042 |
# @ woocommerce-germanized
|
7043 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1014
|
7044 |
msgid "More variants available"
|
7045 |
msgstr "Weitere Varianten verfügbar"
|
7046 |
|
7047 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1423
|
7048 |
#, php-format
|
7049 |
msgctxt "defect-descriptions"
|
7050 |
msgid "%1$s (%2$s)"
|
7868 |
# @ woocommerce-germanized
|
7869 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:327
|
7870 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:945
|
7871 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1205
|
7872 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1932
|
7873 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:37
|
7874 |
msgctxt "dhl"
|
7875 |
msgid "Packstation"
|
8068 |
msgstr "DHL & Post"
|
8069 |
|
8070 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
8071 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1365
|
8072 |
msgctxt "dhl"
|
8073 |
msgid "Monday"
|
8074 |
msgstr "Montag"
|
8075 |
|
8076 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
8077 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1377
|
8078 |
msgctxt "dhl"
|
8079 |
msgid "Tuesday"
|
8080 |
msgstr "Dienstag"
|
8081 |
|
8082 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
8083 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1388
|
8084 |
msgctxt "dhl"
|
8085 |
msgid "Wednesday"
|
8086 |
msgstr "Mittwoch"
|
8087 |
|
8088 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
8089 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1399
|
8090 |
msgctxt "dhl"
|
8091 |
msgid "Thursday"
|
8092 |
msgstr "Donnerstag"
|
8093 |
|
8094 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
8095 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1410
|
8096 |
msgctxt "dhl"
|
8097 |
msgid "Friday"
|
8098 |
msgstr "Freitag"
|
8099 |
|
8100 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
8101 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1421
|
8102 |
msgctxt "dhl"
|
8103 |
msgid "Saturday"
|
8104 |
msgstr "Samstag"
|
8710 |
# @ woocommerce-germanized
|
8711 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:61
|
8712 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:255
|
8713 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1297
|
8714 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1888
|
8715 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:35
|
8716 |
msgctxt "dhl"
|
8717 |
msgid "Delivery day"
|
8726 |
# @ woocommerce-germanized
|
8727 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:75
|
8728 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:270
|
8729 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1319
|
8730 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1914
|
8731 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:87
|
8732 |
msgctxt "dhl"
|
8733 |
msgid "Drop-off location"
|
8735 |
|
8736 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:80
|
8737 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:287
|
8738 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1328
|
8739 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:80
|
8740 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:96
|
8741 |
msgctxt "dhl"
|
8810 |
msgstr "Nur valide Adressen"
|
8811 |
|
8812 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:220
|
8813 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1612
|
8814 |
msgctxt "dhl"
|
8815 |
msgid "GoGreen"
|
8816 |
msgstr "GoGreen"
|
8839 |
|
8840 |
# @ woocommerce-germanized
|
8841 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:335
|
8842 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:669
|
8843 |
msgctxt "dhl"
|
8844 |
msgid "Street"
|
8845 |
msgstr "Straße"
|
8851 |
msgstr "Hausnummer"
|
8852 |
|
8853 |
# @ woocommerce-germanized
|
8854 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:361
|
8855 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:670
|
8856 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:26
|
8857 |
msgctxt "dhl"
|
8858 |
msgid "Postcode"
|
8859 |
msgstr "Postleitzahl"
|
8860 |
|
8861 |
# @ woocommerce-germanized
|
8862 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:370
|
8863 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:671
|
8864 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:29
|
8865 |
msgctxt "dhl"
|
8866 |
msgid "City"
|
8867 |
msgstr "Stadt"
|
8868 |
|
8869 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:387
|
8870 |
msgctxt "dhl"
|
8871 |
msgid "Phone"
|
8872 |
msgstr "Telefon"
|
8873 |
|
8874 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:396
|
8875 |
msgctxt "dhl"
|
8876 |
msgid "Email"
|
8877 |
msgstr "E-Mail"
|
8878 |
|
8879 |
# @ woocommerce-germanized
|
8880 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:415
|
8881 |
msgctxt "dhl"
|
8882 |
msgid "Age check"
|
8883 |
msgstr "Alterssichtprüfung"
|
8884 |
|
8885 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:431
|
8886 |
msgctxt "dhl"
|
8887 |
msgid "Retail outlet routing"
|
8888 |
msgstr "Filialrouting"
|
8889 |
|
8890 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:448
|
8891 |
msgctxt "dhl"
|
8892 |
msgid "No neighbor"
|
8893 |
msgstr "Keine Nachbarschaftszustellung"
|
8894 |
|
8895 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:464
|
8896 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1644
|
8897 |
msgctxt "dhl"
|
8898 |
msgid "Named person only"
|
8899 |
msgstr "Persönliche Übergabe"
|
8900 |
|
8901 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:473
|
8902 |
msgctxt "dhl"
|
8903 |
msgid "Bulky goods"
|
8904 |
msgstr "Sperrgut"
|
8905 |
|
8906 |
# @ woocommerce-germanized
|
8907 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:482
|
8908 |
msgctxt "dhl"
|
8909 |
msgid "Identity check"
|
8910 |
msgstr "Ident-Check"
|
8911 |
|
8912 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:497
|
8913 |
msgctxt "dhl"
|
8914 |
msgid "Date of Birth"
|
8915 |
msgstr "Geburtsdatum"
|
8916 |
|
8917 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:511
|
8918 |
msgctxt "dhl"
|
8919 |
msgid "Minimum age"
|
8920 |
msgstr "Mindestalter"
|
8921 |
|
8922 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:533
|
8923 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1694
|
8924 |
msgctxt "dhl"
|
8925 |
msgid "Premium"
|
8926 |
msgstr "Premium"
|
8927 |
|
8928 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:598
|
8929 |
msgctxt "dhl"
|
8930 |
msgid "Receiver is missing or does not exist."
|
8931 |
msgstr "Empfänger fehlt oder existiert nicht."
|
8932 |
|
8933 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:676
|
8934 |
#, php-format
|
8935 |
msgctxt "dhl"
|
8936 |
msgid "%s of the return address is a mandatory field."
|
8937 |
msgstr "%s der Rücksendeadresse ist ein Pflichtfeld."
|
8938 |
|
8939 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:681
|
8940 |
msgctxt "dhl"
|
8941 |
msgid "Please either add a return company or name."
|
8942 |
msgstr ""
|
8943 |
"Bitte gib entweder einen Firmennamen oder Namen für die Rücksendeadresse an."
|
8944 |
|
8945 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:701
|
8946 |
msgctxt "dhl"
|
8947 |
msgid "Error while parsing delivery day."
|
8948 |
msgstr "Fehler beim Einlesen des Liefertages."
|
8949 |
|
8950 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:728
|
8951 |
msgctxt "dhl"
|
8952 |
msgid "The visual min age check is invalid."
|
8953 |
msgstr "Das Alter der Alterssichtprüfung ist ungültig."
|
8954 |
|
8955 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:752
|
8956 |
msgctxt "dhl"
|
8957 |
msgid "The ident min age check is invalid."
|
8958 |
msgstr "Das Alter des Ident-Checks ist ungültig."
|
8959 |
|
8960 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:757
|
8961 |
msgctxt "dhl"
|
8962 |
msgid "There was an error parsing the date of birth for the identity check."
|
8963 |
msgstr ""
|
8964 |
"Beim Einlesen des Geburtsdatums für den Ident-Check trat ein Problem auf."
|
8965 |
|
8966 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:762
|
8967 |
msgctxt "dhl"
|
8968 |
msgid ""
|
8969 |
"Either a minimum age or a date of birth must be added to the ident check."
|
8972 |
"hinzugefügt werden."
|
8973 |
|
8974 |
# @ woocommerce-germanized
|
8975 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:779
|
8976 |
#, php-format
|
8977 |
msgctxt "dhl"
|
8978 |
msgid "%s duties element does not exist."
|
8979 |
msgstr "%s Zollabgabe existiert nicht."
|
8980 |
|
8981 |
# @ woocommerce-germanized
|
8982 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1044
|
8983 |
#, php-format
|
8984 |
msgctxt "dhl"
|
8985 |
msgid "Status: %1$s"
|
8986 |
msgstr "Status: %1$s"
|
8987 |
|
8988 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1044
|
8989 |
msgctxt "dhl"
|
8990 |
msgid "Connected"
|
8991 |
msgstr "Verbunden"
|
8992 |
|
8993 |
# @ woocommerce-germanized
|
8994 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1058
|
8995 |
msgctxt "dhl"
|
8996 |
msgid "Customer Number (EKP)"
|
8997 |
msgstr "Kundennummer (EKP)"
|
8998 |
|
8999 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1060
|
9000 |
#, php-format
|
9001 |
msgctxt "dhl"
|
9002 |
msgid ""
|
9006 |
"Deine 10-stellige DHL Kundennummer (EKP). Finde deine %s im DHL "
|
9007 |
"Geschäftskundenportal."
|
9008 |
|
9009 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1060
|
9010 |
msgctxt "dhl"
|
9011 |
msgid "customer number"
|
9012 |
msgstr "Kundennummer"
|
9013 |
|
9014 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1073
|
9015 |
msgctxt "dhl"
|
9016 |
msgid "API"
|
9017 |
msgstr "API"
|
9018 |
|
9019 |
# @ woocommerce-germanized
|
9020 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1080
|
9021 |
msgctxt "dhl"
|
9022 |
msgid "Enable Sandbox"
|
9023 |
msgstr "Sandbox aktivieren"
|
9024 |
|
9025 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1081
|
9026 |
msgctxt "dhl"
|
9027 |
msgid "Activate Sandbox mode for testing purposes."
|
9028 |
msgstr "Aktiviere den Sandbox Modus."
|
9029 |
|
9030 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1088
|
9031 |
msgctxt "dhl"
|
9032 |
msgid "Live Username"
|
9033 |
msgstr "Benutzer"
|
9034 |
|
9035 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1090
|
9036 |
#, php-format
|
9037 |
msgctxt "dhl"
|
9038 |
msgid ""
|
9042 |
"Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
9043 |
"Geschäftskundenportal. Bitte teste deine Zugangsdaten vorab %s."
|
9044 |
|
9045 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1090
|
9046 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1103
|
9047 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1115
|
9048 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1127
|
9049 |
msgctxt "dhl"
|
9050 |
msgid "here"
|
9051 |
msgstr "hier"
|
9052 |
|
9053 |
# @ woocommerce-germanized
|
9054 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1101
|
9055 |
msgctxt "dhl"
|
9056 |
msgid "Live Password"
|
9057 |
msgstr "Passwort"
|
9058 |
|
9059 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1103
|
9060 |
#, php-format
|
9061 |
msgctxt "dhl"
|
9062 |
msgid ""
|
9068 |
"Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
|
9069 |
"Benutzer) Monaten und teste deine Zugangsdaten vorab %s."
|
9070 |
|
9071 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1113
|
9072 |
msgctxt "dhl"
|
9073 |
msgid "Sandbox Username"
|
9074 |
msgstr "Sandbox Benutzername"
|
9075 |
|
9076 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1115
|
9077 |
#, php-format
|
9078 |
msgctxt "dhl"
|
9079 |
msgid ""
|
9083 |
"Dein Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
9084 |
"Entwicklerportal. Bitte teste deine Zugangsdaten vorab %s."
|
9085 |
|
9086 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1125
|
9087 |
msgctxt "dhl"
|
9088 |
msgid "Sandbox Password"
|
9089 |
msgstr "Sandbox Passwort"
|
9090 |
|
9091 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1127
|
9092 |
#, php-format
|
9093 |
msgctxt "dhl"
|
9094 |
msgid ""
|
9098 |
"Dein Passwort zum DHL Entwicklerportal. Bitte teste deine Zugangsdaten vorab "
|
9099 |
"%s."
|
9100 |
|
9101 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1142
|
9102 |
msgctxt "dhl"
|
9103 |
msgid "Products and Participation Numbers"
|
9104 |
msgstr "Produkte und Teilnahmenummern"
|
9105 |
|
9106 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1165
|
9107 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1557
|
9108 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1826
|
9109 |
msgctxt "dhl"
|
9110 |
msgid "Inlay Returns"
|
9111 |
msgstr "Beilageretouren"
|
9112 |
|
9113 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1183
|
9114 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:155
|
9115 |
msgctxt "dhl"
|
9116 |
msgid "Tracking"
|
9117 |
msgstr "Sendungsverfolgung"
|
9118 |
|
9119 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1206
|
9120 |
msgctxt "dhl"
|
9121 |
msgid "Enable delivery to Packstation."
|
9122 |
msgstr "Aktiviere den Versand an Packstationen."
|
9123 |
|
9124 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1207
|
9125 |
msgctxt "dhl"
|
9126 |
msgid "Let customers choose a Packstation as delivery address."
|
9127 |
msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
|
9128 |
|
9129 |
# @ woocommerce-germanized
|
9130 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1215
|
9131 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:49
|
9132 |
msgctxt "dhl"
|
9133 |
msgid "Postoffice"
|
9134 |
msgstr "Postfiliale"
|
9135 |
|
9136 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1216
|
9137 |
msgctxt "dhl"
|
9138 |
msgid "Enable delivery to Post Offices."
|
9139 |
msgstr "Aktiviere den Versand an Postfilialen."
|
9140 |
|
9141 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1217
|
9142 |
msgctxt "dhl"
|
9143 |
msgid "Let customers choose a Post Office as delivery address."
|
9144 |
msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
|
9145 |
|
9146 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1225
|
9147 |
msgctxt "dhl"
|
9148 |
msgid "Parcel Shop"
|
9149 |
msgstr "Paketshop"
|
9150 |
|
9151 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1226
|
9152 |
msgctxt "dhl"
|
9153 |
msgid "Enable delivery to Parcel Shops."
|
9154 |
msgstr "Lieferung an Paketshops aktivieren."
|
9155 |
|
9156 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1227
|
9157 |
msgctxt "dhl"
|
9158 |
msgid "Let customers choose a Parcel Shop as delivery address."
|
9159 |
msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
|
9160 |
|
9161 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1235
|
9162 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1945
|
9163 |
msgctxt "dhl"
|
9164 |
msgid "Map"
|
9165 |
msgstr "Karte"
|
9166 |
|
9167 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1236
|
9168 |
msgctxt "dhl"
|
9169 |
msgid "Let customers find a DHL location on a map."
|
9170 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
9171 |
|
9172 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1236
|
9173 |
msgctxt "dhl"
|
9174 |
msgid ""
|
9175 |
"Enable this option to let your customers choose a pickup option from a map "
|
9180 |
"einer Karten in der Kasse zu ermöglichen. Wenn diese Option deaktiviert ist, "
|
9181 |
"wird stattdessen auf die DHL Website verwiesen."
|
9182 |
|
9183 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1245
|
9184 |
msgctxt "dhl"
|
9185 |
msgid "Google Maps Key"
|
9186 |
msgstr "Google Maps Schlüssel"
|
9187 |
|
9188 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1250
|
9189 |
#, php-format
|
9190 |
msgctxt "dhl"
|
9191 |
msgid ""
|
9195 |
"Um eine Karte integrieren zu können, benötigst du einen gültigen API-"
|
9196 |
"Schlüssel für Google Maps. Du kannst %s."
|
9197 |
|
9198 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1250
|
9199 |
msgctxt "dhl"
|
9200 |
msgid "retrieve a new one"
|
9201 |
msgstr "hier einen neuen erstellen"
|
9202 |
|
9203 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1256
|
9204 |
msgctxt "dhl"
|
9205 |
msgid "Limit results"
|
9206 |
msgstr "Suchergebnisse begrenzen"
|
9207 |
|
9208 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1261
|
9209 |
msgctxt "dhl"
|
9210 |
msgid "Limit the number of DHL locations shown on the map"
|
9211 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
9212 |
|
9213 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1298
|
9214 |
msgctxt "dhl"
|
9215 |
msgid "Enable delivery day delivery."
|
9216 |
msgstr "Aktiviere die Lieferung am Liefertag."
|
9217 |
|
9218 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1298
|
9219 |
msgctxt "dhl"
|
9220 |
msgid ""
|
9221 |
"Enabling this option will display options for the user to select their "
|
9225 |
"Kasse."
|
9226 |
|
9227 |
# @ woocommerce-germanized
|
9228 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1306
|
9229 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1901
|
9230 |
msgctxt "dhl"
|
9231 |
msgid "Fee"
|
9232 |
msgstr "Gebühr"
|
9233 |
|
9234 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1308
|
9235 |
msgctxt "dhl"
|
9236 |
msgid ""
|
9237 |
"Insert gross value as surcharge for delivery day delivery. Insert 0 to offer "
|
9241 |
"Setze den Wert auf 0 um den Service kostenlos anzubieten."
|
9242 |
|
9243 |
# @ woocommerce-germanized
|
9244 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1320
|
9245 |
msgctxt "dhl"
|
9246 |
msgid "Enable drop-off location delivery."
|
9247 |
msgstr "Lieferung an einen Ablageort aktivieren."
|
9248 |
|
9249 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1320
|
9250 |
msgctxt "dhl"
|
9251 |
msgid ""
|
9252 |
"Enabling this option will display options for the user to select their "
|
9255 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
9256 |
"Kasse ."
|
9257 |
|
9258 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1329
|
9259 |
msgctxt "dhl"
|
9260 |
msgid "Enable delivery to a neighbor."
|
9261 |
msgstr "Lieferung an Nachbarn aktivieren."
|
9262 |
|
9263 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1329
|
9264 |
msgctxt "dhl"
|
9265 |
msgid ""
|
9266 |
"Enabling this option will display options for the user to deliver to their "
|
9269 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
9270 |
"der Kasse."
|
9271 |
|
9272 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1337
|
9273 |
msgctxt "dhl"
|
9274 |
msgid "Cut-off time"
|
9275 |
msgstr "Cut-off-Zeit"
|
9276 |
|
9277 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1342
|
9278 |
msgctxt "dhl"
|
9279 |
msgid ""
|
9280 |
"The cut-off time is the latest possible order time up to which the minimum "
|
9287 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
9288 |
"Liefertag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
9289 |
|
9290 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1348
|
9291 |
msgctxt "dhl"
|
9292 |
msgid "Preparation days"
|
9293 |
msgstr "Bearbeitungstage"
|
9294 |
|
9295 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1353
|
9296 |
msgctxt "dhl"
|
9297 |
msgid ""
|
9298 |
"If you need more time to prepare your shipments you might want to add a "
|
9303 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
9304 |
"auswählbaren Liefertag hinzugefügt werden."
|
9305 |
|
9306 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1364
|
9307 |
msgctxt "dhl"
|
9308 |
msgid "Exclude days of transfer"
|
9309 |
msgstr "Übergabetage ausschließen"
|
9310 |
|
9311 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1366
|
9312 |
msgctxt "dhl"
|
9313 |
msgid "Exclude days from transferring shipments to DHL."
|
9314 |
msgstr "Schließe bestimmte Wochentage für die Übergabe an DHL aus."
|
9315 |
|
9316 |
# @ woocommerce-germanized
|
9317 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1432
|
9318 |
msgctxt "dhl"
|
9319 |
msgid "Exclude gateways"
|
9320 |
msgstr "Zahlungsarten ausschließen"
|
9321 |
|
9322 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1434
|
9323 |
msgctxt "dhl"
|
9324 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
9325 |
msgstr ""
|
9327 |
"Verfügung stehen sollen."
|
9328 |
|
9329 |
# @ woocommerce-germanized
|
9330 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1463
|
9331 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:261
|
9332 |
msgctxt "dhl"
|
9333 |
msgid "Products"
|
9334 |
msgstr "Produkte"
|
9335 |
|
9336 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1470
|
9337 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:280
|
9338 |
msgctxt "dhl"
|
9339 |
msgid "Domestic Default Service"
|
9340 |
msgstr "Standard Service (national)"
|
9341 |
|
9342 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
|
9343 |
msgctxt "dhl"
|
9344 |
msgid ""
|
9345 |
"Please select your default DHL shipping service for domestic shipments that "
|
9351 |
"nachträglich ändern)."
|
9352 |
|
9353 |
# @ woocommerce-germanized
|
9354 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1481
|
9355 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:291
|
9356 |
msgctxt "dhl"
|
9357 |
msgid "EU Default Service"
|
9358 |
msgstr "Standard Service (EU)"
|
9359 |
|
9360 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1486
|
9361 |
msgctxt "dhl"
|
9362 |
msgid ""
|
9363 |
"Please select your default DHL shipping service for EU shipments that you "
|
9368 |
"Kunden anbietest (du kannst das Produkt für jede einzelne Sendung "
|
9369 |
"nachträglich ändern)."
|
9370 |
|
9371 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1492
|
9372 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:302
|
9373 |
msgctxt "dhl"
|
9374 |
msgid "Int. Default Service"
|
9375 |
msgstr "Standard Service (Int.)"
|
9376 |
|
9377 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1497
|
9378 |
msgctxt "dhl"
|
9379 |
msgid ""
|
9380 |
"Please select your default DHL shipping service for cross-border shipments "
|
9386 |
"nachträglich ändern)."
|
9387 |
|
9388 |
# @ woocommerce-germanized
|
9389 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1503
|
9390 |
msgctxt "dhl"
|
9391 |
msgid "Default Duty"
|
9392 |
msgstr "Standard Zoll"
|
9393 |
|
9394 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1508
|
9395 |
msgctxt "dhl"
|
9396 |
msgid "Please select a default duty type."
|
9397 |
msgstr "Bitte wähle eine Standard-Zollabrechnung aus."
|
9398 |
|
9399 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1515
|
9400 |
msgctxt "dhl"
|
9401 |
msgid "Codeable"
|
9402 |
msgstr "Leitcodierbar"
|
9403 |
|
9404 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1516
|
9405 |
msgctxt "dhl"
|
9406 |
msgid "Generate label only if address can be automatically retrieved DHL."
|
9407 |
msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
|
9408 |
|
9409 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1522
|
9410 |
msgctxt "dhl"
|
9411 |
msgid ""
|
9412 |
"Choose this option if you want to make sure that by default labels are only "
|
9417 |
"ist."
|
9418 |
|
9419 |
# @ woocommerce-germanized
|
9420 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1526
|
9421 |
msgctxt "dhl"
|
9422 |
msgid "Force email"
|
9423 |
msgstr "E-Mail übertragen"
|
9424 |
|
9425 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1527
|
9426 |
msgctxt "dhl"
|
9427 |
msgid "Force transferring customer email to DHL."
|
9428 |
msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
|
9429 |
|
9430 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1527
|
9431 |
#, php-format
|
9432 |
msgctxt "dhl"
|
9433 |
msgid ""
|
9447 |
"Option aktivierst."
|
9448 |
|
9449 |
# @ woocommerce-germanized
|
9450 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1536
|
9451 |
msgctxt "dhl"
|
9452 |
msgid "Custom shipper"
|
9453 |
msgstr "Individueller Absender"
|
9454 |
|
9455 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1537
|
9456 |
msgctxt "dhl"
|
9457 |
msgid "Use a custom shipper address managed within your DHL business profile."
|
9458 |
msgstr "Individuelle Absenderreferenz aus dem DHL Geschäftskonto verwenden."
|
9459 |
|
9460 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1537
|
9461 |
#, php-format
|
9462 |
msgctxt "dhl"
|
9463 |
msgid ""
|
9470 |
"verwenden möchtest."
|
9471 |
|
9472 |
# @ woocommerce-germanized
|
9473 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1546
|
9474 |
msgctxt "dhl"
|
9475 |
msgid "Shipper reference"
|
9476 |
msgstr "Absenderreferenz"
|
9477 |
|
9478 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1547
|
9479 |
#, php-format
|
9480 |
msgctxt "dhl"
|
9481 |
msgid ""
|
9485 |
"Füge hier deine <a href=\"%s\" target=\"_blank\">individuelle "
|
9486 |
"Absenderreferenz</a> aus dem DHL Geschäftskonto ein."
|
9487 |
|
9488 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1558
|
9489 |
msgctxt "dhl"
|
9490 |
msgid ""
|
9491 |
"Additionally create inlay return labels for shipments that support returns."
|
9493 |
"Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
|
9494 |
"unterstützen."
|
9495 |
|
9496 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1577
|
9497 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1584
|
9498 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1839
|
9499 |
msgctxt "dhl"
|
9500 |
msgid "Retoure"
|
9501 |
msgstr "Retoure"
|
9502 |
|
9503 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1580
|
9504 |
#, php-format
|
9505 |
msgctxt "dhl"
|
9506 |
msgid ""
|
9511 |
"an. Stelle sicher, dass dein %s DHL Retoure Online enthält."
|
9512 |
|
9513 |
# @ woocommerce-germanized
|
9514 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1580
|
9515 |
msgctxt "dhl"
|
9516 |
msgid "contract"
|
9517 |
msgstr "Vertrag"
|
9518 |
|
9519 |
# @ woocommerce-germanized
|
9520 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1585
|
9521 |
msgctxt "dhl"
|
9522 |
msgid "Create retoure labels to return shipments."
|
9523 |
msgstr "Retourenlabels zu Retourensendungen erstellen."
|
9524 |
|
9525 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1585
|
9526 |
msgctxt "dhl"
|
9527 |
msgid ""
|
9528 |
"By enabling this option you might generate retoure labels for return "
|
9532 |
"Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
|
9533 |
|
9534 |
# @ woocommerce-germanized
|
9535 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1605
|
9536 |
msgctxt "dhl"
|
9537 |
msgid "Default Services"
|
9538 |
msgstr "Standard-Services"
|
9539 |
|
9540 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1609
|
9541 |
#, php-format
|
9542 |
msgctxt "dhl"
|
9543 |
msgid ""
|
9548 |
"werden sollen. Finde mehr über diese <a href=\"%s\" target=\"_blank"
|
9549 |
"\">Services</a> heraus."
|
9550 |
|
9551 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1613
|
9552 |
msgctxt "dhl"
|
9553 |
msgid "Enable the GoGreen Service by default."
|
9554 |
msgstr "Buche den GoGreen Service hinzu."
|
9555 |
|
9556 |
# @ woocommerce-germanized
|
9557 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1620
|
9558 |
msgctxt "dhl"
|
9559 |
msgid "Additional Insurance"
|
9560 |
msgstr "Transportversicherung"
|
9561 |
|
9562 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1621
|
9563 |
msgctxt "dhl"
|
9564 |
msgid "Add an additional insurance to labels."
|
9565 |
msgstr "Füge eine Transportversicherung zur Sendung hinzu."
|
9566 |
|
9567 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1628
|
9568 |
msgctxt "dhl"
|
9569 |
msgid "Retail Outlet Routing"
|
9570 |
msgstr "Filialrouting"
|
9571 |
|
9572 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1629
|
9573 |
msgctxt "dhl"
|
9574 |
msgid ""
|
9575 |
"Send undeliverable items to nearest retail outlet instead of immediate "
|
9578 |
"Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
|
9579 |
"anstelle diese direkt zurückzusenden."
|
9580 |
|
9581 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1636
|
9582 |
msgctxt "dhl"
|
9583 |
msgid "No Neighbor"
|
9584 |
msgstr "Keine Nachbarschaftszustellung"
|
9585 |
|
9586 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1637
|
9587 |
msgctxt "dhl"
|
9588 |
msgid "Do not deliver to neighbors."
|
9589 |
msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
|
9590 |
|
9591 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1645
|
9592 |
msgctxt "dhl"
|
9593 |
msgid "Do only delivery to named person."
|
9594 |
msgstr ""
|
9595 |
"Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
|
9596 |
"Person übergeben."
|
9597 |
|
9598 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1652
|
9599 |
msgctxt "dhl"
|
9600 |
msgid "Bulky Goods"
|
9601 |
msgstr "Sperrgut"
|
9602 |
|
9603 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1653
|
9604 |
msgctxt "dhl"
|
9605 |
msgid "Deliver as bulky goods."
|
9606 |
msgstr "Sende Pakete als Sperrgut."
|
9607 |
|
9608 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1660
|
9609 |
msgctxt "dhl"
|
9610 |
msgid "Minimum age (Visual check)"
|
9611 |
msgstr "Mindestalter (Visuell)"
|
9612 |
|
9613 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1666
|
9614 |
msgctxt "dhl"
|
9615 |
msgid "Choose this option if you want to let DHL check your customer's age."
|
9616 |
msgstr ""
|
9617 |
"Wähle diese Option aus, wenn du das Alter durch DHL prüfen lassen möchtest."
|
9618 |
|
9619 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1669
|
9620 |
msgctxt "dhl"
|
9621 |
msgid "Sync (Visual Check)"
|
9622 |
msgstr "Synchronisation (Visuell)"
|
9623 |
|
9624 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
|
9625 |
msgctxt "dhl"
|
9626 |
msgid "Visually verify age if shipment contains applicable items."
|
9627 |
msgstr ""
|
9628 |
"Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
|
9629 |
"beinhaltet."
|
9630 |
|
9631 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
|
9632 |
#, php-format
|
9633 |
msgctxt "dhl"
|
9634 |
msgid ""
|
9641 |
"Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
9642 |
"Produkte beinhaltet."
|
9643 |
|
9644 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
|
9645 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1687
|
9646 |
msgctxt "dhl"
|
9647 |
msgid "age verification checkbox"
|
9648 |
msgstr "Checkbox zur Altersprüfung"
|
9649 |
|
9650 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1677
|
9651 |
msgctxt "dhl"
|
9652 |
msgid "Minimum age (Ident check)"
|
9653 |
msgstr "Mindestalter (Identität)"
|
9654 |
|
9655 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1683
|
9656 |
msgctxt "dhl"
|
9657 |
msgid ""
|
9658 |
"Choose this option if you want to let DHL check your customer's identity and "
|
9662 |
"lassen möchtest."
|
9663 |
|
9664 |
# @ woocommerce-germanized
|
9665 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1686
|
9666 |
msgctxt "dhl"
|
9667 |
msgid "Sync (Ident Check)"
|
9668 |
msgstr "Synchronisation (Identität)"
|
9669 |
|
9670 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1687
|
9671 |
msgctxt "dhl"
|
9672 |
msgid "Verify identity and age if shipment contains applicable items."
|
9673 |
msgstr ""
|
9674 |
"Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
|
9675 |
"beinhaltet."
|
9676 |
|
9677 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1687
|
9678 |
#, php-format
|
9679 |
msgctxt "dhl"
|
9680 |
msgid ""
|
9687 |
"Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
9688 |
"Produkte beinhaltet."
|
9689 |
|
9690 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1695
|
9691 |
msgctxt "dhl"
|
9692 |
msgid "Premium delivery for international shipments."
|
9693 |
msgstr "Premium Lieferung für internationale Sendungen."
|
9694 |
|
9695 |
# @ woocommerce-germanized
|
9696 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1707
|
9697 |
msgctxt "dhl"
|
9698 |
msgid "Bank Account"
|
9699 |
msgstr "Bankkonto"
|
9700 |
|
9701 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1710
|
9702 |
msgctxt "dhl"
|
9703 |
msgid "Enter your bank details needed for services that use COD."
|
9704 |
msgstr ""
|
9706 |
"werden sollen."
|
9707 |
|
9708 |
# @ woocommerce-germanized
|
9709 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1714
|
9710 |
msgctxt "dhl"
|
9711 |
msgid "Holder"
|
9712 |
msgstr "Kontoinhaber"
|
9713 |
|
9714 |
# @ woocommerce-germanized
|
9715 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1722
|
9716 |
msgctxt "dhl"
|
9717 |
msgid "Bank Name"
|
9718 |
msgstr "Name der Bank"
|
9719 |
|
9720 |
# @ woocommerce-germanized
|
9721 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1730
|
9722 |
msgctxt "dhl"
|
9723 |
msgid "IBAN"
|
9724 |
msgstr "IBAN"
|
9725 |
|
9726 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1738
|
9727 |
msgctxt "dhl"
|
9728 |
msgid "BIC"
|
9729 |
msgstr "BIC"
|
9730 |
|
9731 |
# @ woocommerce-germanized
|
9732 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1746
|
9733 |
msgctxt "dhl"
|
9734 |
msgid "Payment Reference"
|
9735 |
msgstr "Zahlungsreferenz"
|
9736 |
|
9737 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1751
|
9738 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1761
|
9739 |
#, php-format
|
9740 |
msgctxt "dhl"
|
9741 |
msgid ""
|
9746 |
"%s. Der Text ist auf 35 Zeichen begrenzt."
|
9747 |
|
9748 |
# @ woocommerce-germanized
|
9749 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1756
|
9750 |
msgctxt "dhl"
|
9751 |
msgid "Payment Reference 2"
|
9752 |
msgstr "Zahlungsreferenz 2"
|
9753 |
|
9754 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1795
|
9755 |
msgctxt "dhl"
|
9756 |
msgid "Customer Number"
|
9757 |
msgstr "Kundennummer"
|
9758 |
|
9759 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1795
|
9760 |
msgctxt "dhl"
|
9761 |
msgid ""
|
9762 |
"Insert your DHL business customer number (EKP) here. If you are not yet a "
|
9765 |
"Füge hier deine DHL Kundennummer (EKP) ein. Wenn du noch kein Geschäftskunde "
|
9766 |
"bist, solltest du dich zuerst als Geschäftskunde bei DHL registrieren."
|
9767 |
|
9768 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1808
|
9769 |
msgctxt "dhl"
|
9770 |
msgid "API Access"
|
9771 |
msgstr "API Zugriff"
|
9772 |
|
9773 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1808
|
9774 |
msgctxt "dhl"
|
9775 |
msgid ""
|
9776 |
"To create labels and embed DHL services, our software needs access to the "
|
9780 |
"Software Zugang zur API. Du solltest hier deine Zugangsdaten zum DHL "
|
9781 |
"Geschäftskundenportal eingeben."
|
9782 |
|
9783 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1826
|
9784 |
msgctxt "dhl"
|
9785 |
msgid ""
|
9786 |
"If you want to provide your customers with inlay return labels for your "
|
9789 |
"Wenn du Beilageretouren-Labels zu deinen Sendungen hinzufügen möchtest, "
|
9790 |
"solltest du diese Funktion standardmäßig aktivieren."
|
9791 |
|
9792 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1839
|
9793 |
msgctxt "dhl"
|
9794 |
msgid ""
|
9795 |
"If you want to create DHL labels to returns you should activate this "
|
9800 |
"aktivieren. Stelle sicher, dass DHL Online Retoure in deinem Vertrag "
|
9801 |
"freigeschaltet ist."
|
9802 |
|
9803 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1852
|
9804 |
msgctxt "dhl"
|
9805 |
msgid "Age verification"
|
9806 |
msgstr "Altersverifikation"
|
9807 |
|
9808 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1852
|
9809 |
msgctxt "dhl"
|
9810 |
msgid ""
|
9811 |
"Use this feature to sync the Germanized age verification checkbox with the "
|
9818 |
"„Alterssichtprüfung“ von DHL automatisch aktiviert."
|
9819 |
|
9820 |
# @ woocommerce-germanized
|
9821 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1870
|
9822 |
msgctxt "dhl"
|
9823 |
msgid "Automation"
|
9824 |
msgstr "Automatisierung"
|
9825 |
|
9826 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1870
|
9827 |
msgctxt "dhl"
|
9828 |
msgid ""
|
9829 |
"You might want to save some time and let Germanized generate labels "
|
9833 |
"automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
|
9834 |
"wechselt."
|
9835 |
|
9836 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1888
|
9837 |
msgctxt "dhl"
|
9838 |
msgid ""
|
9839 |
"Let your customers choose a delivery day (if the service is available at the "
|
9842 |
"Lasse deine Kunden einen Liefertag (falls der Service für die Kundenadresse "
|
9843 |
"zur Verfügung steht) für die Lieferung in der Kasse auswählen."
|
9844 |
|
9845 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1901
|
9846 |
msgctxt "dhl"
|
9847 |
msgid ""
|
9848 |
"Optionally charge your customers an additional fee for preferred services "
|
9851 |
"Optional kannst du die Gebühr für die Auswahl des Liefertages oder anderer "
|
9852 |
"Wunschzustellung-Services an deine Kunden weiterreichen."
|
9853 |
|
9854 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1914
|
9855 |
msgctxt "dhl"
|
9856 |
msgid ""
|
9857 |
"Allow your customers to send their parcels to a drop-off location e.g. a "
|
9860 |
"Lasse deine Kunden einen Ablageort für die Abgabe ihres Pakets in der Kasse "
|
9861 |
"auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
|
9862 |
|
9863 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1932
|
9864 |
msgctxt "dhl"
|
9865 |
msgid ""
|
9866 |
"Allow your customers to choose packstation (and/or other DHL location types "
|
9869 |
"Lasse deine Kunden eine Packstation (und/oder andere DHL Standorte, wie im "
|
9870 |
"Folgenden konfiguriert) als Lieferadresse auswählen."
|
9871 |
|
9872 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1945
|
9873 |
msgctxt "dhl"
|
9874 |
msgid ""
|
9875 |
"This option adds a map overlay view to let your customers choose a DHL "
|
11051 |
msgstr "Land auswählen"
|
11052 |
|
11053 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:154
|
11054 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:116
|
11055 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:143
|
11056 |
msgctxt "shipments"
|
11057 |
msgid "HS-Code (Customs)"
|
11058 |
msgstr "Zolltarifnummer (HS-Code, Zoll)"
|
11068 |
"gehandelter Produkte."
|
11069 |
|
11070 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:165
|
11071 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:123
|
11072 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:149
|
11073 |
msgctxt "shipments"
|
11074 |
msgid "Country of manufacture (Customs)"
|
11075 |
msgstr "Herstellungsland (Zoll)"
|
12046 |
msgstr "Kundenbezahlungsseite →"
|
12047 |
|
12048 |
# @ woocommerce-germanized
|
12049 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:95
|
12050 |
msgctxt "shipments"
|
12051 |
msgid "Shipping status"
|
12052 |
msgstr "Versandstatus"
|
12053 |
|
12054 |
# @ woocommerce-germanized
|
12055 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:190
|
12056 |
msgctxt "shipments"
|
12057 |
msgid "List of shipments."
|
12058 |
msgstr "Sendungsliste."
|
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-09-
|
6 |
-
"PO-Revision-Date: 2022-09-
|
7 |
"Last-Translator: Dennis Nissle <info@vendidero.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE@formal\n"
|
@@ -795,7 +795,7 @@ msgid "Defect description"
|
|
795 |
msgstr "Mängelbeschreibung"
|
796 |
|
797 |
# @ woocommerce-germanized
|
798 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
799 |
msgid ""
|
800 |
"This content will be shown as short product description within checkout and "
|
801 |
"emails."
|
@@ -803,7 +803,7 @@ msgstr ""
|
|
803 |
"Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als "
|
804 |
"Produkt Kurzbeschreibung angezeigt."
|
805 |
|
806 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
807 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:443
|
808 |
msgid ""
|
809 |
"Inform your customers about product defects. This description will be shown "
|
@@ -3247,8 +3247,8 @@ msgstr ""
|
|
3247 |
"Platzhalter für den höchsten Preis."
|
3248 |
|
3249 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:450
|
3250 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
3251 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
3252 |
msgid "{min_price} – {max_price}"
|
3253 |
msgstr "{min_price} – {max_price}"
|
3254 |
|
@@ -4821,7 +4821,7 @@ msgstr ""
|
|
4821 |
# @ woocommerce-germanized
|
4822 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1077
|
4823 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:51
|
4824 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
4825 |
msgid "Mr."
|
4826 |
msgstr "Herr"
|
4827 |
|
@@ -5123,83 +5123,83 @@ msgstr ""
|
|
5123 |
"installieren. Vielen Dank!"
|
5124 |
|
5125 |
# @ woocommerce-germanized
|
5126 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5127 |
msgctxt "Page slug"
|
5128 |
msgid "data-security"
|
5129 |
msgstr "datenschutzerklaerung"
|
5130 |
|
5131 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5132 |
msgctxt "Page title"
|
5133 |
msgid "Privacy Policy"
|
5134 |
msgstr "Datenschutzerklärung"
|
5135 |
|
5136 |
# @ woocommerce-germanized
|
5137 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5138 |
msgctxt "Page slug"
|
5139 |
msgid "imprint"
|
5140 |
msgstr "impressum"
|
5141 |
|
5142 |
# @ woocommerce-germanized
|
5143 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5144 |
msgctxt "Page title"
|
5145 |
msgid "Imprint"
|
5146 |
msgstr "Impressum"
|
5147 |
|
5148 |
# @ woocommerce-germanized
|
5149 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5150 |
msgctxt "Page slug"
|
5151 |
msgid "terms"
|
5152 |
msgstr "agb"
|
5153 |
|
5154 |
# @ woocommerce-germanized
|
5155 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5156 |
msgctxt "Page title"
|
5157 |
msgid "Terms & Conditions"
|
5158 |
msgstr "AGB"
|
5159 |
|
5160 |
# @ woocommerce-germanized
|
5161 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5162 |
msgctxt "Page slug"
|
5163 |
msgid "revocation"
|
5164 |
msgstr "widerrufsbelehrung"
|
5165 |
|
5166 |
# @ woocommerce-germanized
|
5167 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5168 |
msgctxt "Page title"
|
5169 |
msgid "Cancellation Policy"
|
5170 |
msgstr "Widerrufsbelehrung"
|
5171 |
|
5172 |
# @ woocommerce-germanized
|
5173 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5174 |
msgctxt "Page slug"
|
5175 |
msgid "shipping-methods"
|
5176 |
msgstr "versandarten"
|
5177 |
|
5178 |
# @ woocommerce-germanized
|
5179 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5180 |
msgctxt "Page title"
|
5181 |
msgid "Shipping Methods"
|
5182 |
msgstr "Versandarten"
|
5183 |
|
5184 |
# @ woocommerce-germanized
|
5185 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5186 |
msgctxt "Page slug"
|
5187 |
msgid "payment-methods"
|
5188 |
msgstr "bezahlmoeglichkeiten"
|
5189 |
|
5190 |
# @ woocommerce-germanized
|
5191 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5192 |
msgctxt "Page title"
|
5193 |
msgid "Payment Methods"
|
5194 |
msgstr "Zahlungsarten"
|
5195 |
|
5196 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5197 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-3.9.3.php:15
|
5198 |
msgctxt "Page slug"
|
5199 |
msgid "review-authenticity"
|
5200 |
msgstr "echtheit-von-bewertungen"
|
5201 |
|
5202 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
5203 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-3.9.3.php:16
|
5204 |
msgctxt "Page title"
|
5205 |
msgid "Review Authenticity"
|
@@ -5945,8 +5945,8 @@ msgstr "Anrede"
|
|
5945 |
|
5946 |
# @ woocommerce-germanized
|
5947 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
5948 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5949 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5950 |
msgid "Ms."
|
5951 |
msgstr "Frau"
|
5952 |
|
@@ -7047,23 +7047,23 @@ msgid "%s%% VAT"
|
|
7047 |
msgstr "%s %% MwSt."
|
7048 |
|
7049 |
# @ woocommerce-germanized
|
7050 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7051 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7052 |
msgctxt "title-option"
|
7053 |
msgid "None"
|
7054 |
msgstr "Keine"
|
7055 |
|
7056 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7057 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7058 |
msgid "Mx"
|
7059 |
msgstr "Divers"
|
7060 |
|
7061 |
# @ woocommerce-germanized
|
7062 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7063 |
msgid "More variants available"
|
7064 |
msgstr "Weitere Varianten verfügbar"
|
7065 |
|
7066 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7067 |
#, php-format
|
7068 |
msgctxt "defect-descriptions"
|
7069 |
msgid "%1$s (%2$s)"
|
@@ -7888,8 +7888,8 @@ msgstr "Retoure #{shipment_id} zur Bestellung #{order_id}"
|
|
7888 |
# @ woocommerce-germanized
|
7889 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:327
|
7890 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:945
|
7891 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
7892 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
7893 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:37
|
7894 |
msgctxt "dhl"
|
7895 |
msgid "Packstation"
|
@@ -8088,37 +8088,37 @@ msgid "DHL & Post"
|
|
8088 |
msgstr "DHL & Post"
|
8089 |
|
8090 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
8091 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8092 |
msgctxt "dhl"
|
8093 |
msgid "Monday"
|
8094 |
msgstr "Montag"
|
8095 |
|
8096 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
8097 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8098 |
msgctxt "dhl"
|
8099 |
msgid "Tuesday"
|
8100 |
msgstr "Dienstag"
|
8101 |
|
8102 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
8103 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8104 |
msgctxt "dhl"
|
8105 |
msgid "Wednesday"
|
8106 |
msgstr "Mittwoch"
|
8107 |
|
8108 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
8109 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8110 |
msgctxt "dhl"
|
8111 |
msgid "Thursday"
|
8112 |
msgstr "Donnerstag"
|
8113 |
|
8114 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
8115 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8116 |
msgctxt "dhl"
|
8117 |
msgid "Friday"
|
8118 |
msgstr "Freitag"
|
8119 |
|
8120 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
8121 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8122 |
msgctxt "dhl"
|
8123 |
msgid "Saturday"
|
8124 |
msgstr "Samstag"
|
@@ -8731,8 +8731,8 @@ msgstr "Erneut versuchen"
|
|
8731 |
# @ woocommerce-germanized
|
8732 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:61
|
8733 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:255
|
8734 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8735 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8736 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:35
|
8737 |
msgctxt "dhl"
|
8738 |
msgid "Delivery day"
|
@@ -8747,8 +8747,8 @@ msgstr "Lieferzeit"
|
|
8747 |
# @ woocommerce-germanized
|
8748 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:75
|
8749 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:270
|
8750 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8751 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8752 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:87
|
8753 |
msgctxt "dhl"
|
8754 |
msgid "Drop-off location"
|
@@ -8756,7 +8756,7 @@ msgstr "Ablageort"
|
|
8756 |
|
8757 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:80
|
8758 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:287
|
8759 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8760 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:80
|
8761 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:96
|
8762 |
msgctxt "dhl"
|
@@ -8831,7 +8831,7 @@ msgid "Valid address only"
|
|
8831 |
msgstr "Nur valide Adressen"
|
8832 |
|
8833 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:220
|
8834 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8835 |
msgctxt "dhl"
|
8836 |
msgid "GoGreen"
|
8837 |
msgstr "GoGreen"
|
@@ -8860,7 +8860,7 @@ msgstr "Firma"
|
|
8860 |
|
8861 |
# @ woocommerce-germanized
|
8862 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:335
|
8863 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8864 |
msgctxt "dhl"
|
8865 |
msgid "Street"
|
8866 |
msgstr "Straße"
|
@@ -8872,120 +8872,120 @@ msgid "Street No"
|
|
8872 |
msgstr "Hausnummer"
|
8873 |
|
8874 |
# @ woocommerce-germanized
|
8875 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8876 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8877 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:26
|
8878 |
msgctxt "dhl"
|
8879 |
msgid "Postcode"
|
8880 |
msgstr "Postleitzahl"
|
8881 |
|
8882 |
# @ woocommerce-germanized
|
8883 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8884 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8885 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:29
|
8886 |
msgctxt "dhl"
|
8887 |
msgid "City"
|
8888 |
msgstr "Stadt"
|
8889 |
|
8890 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8891 |
msgctxt "dhl"
|
8892 |
msgid "Phone"
|
8893 |
msgstr "Telefon"
|
8894 |
|
8895 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8896 |
msgctxt "dhl"
|
8897 |
msgid "Email"
|
8898 |
msgstr "E-Mail"
|
8899 |
|
8900 |
# @ woocommerce-germanized
|
8901 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8902 |
msgctxt "dhl"
|
8903 |
msgid "Age check"
|
8904 |
msgstr "Alterssichtprüfung"
|
8905 |
|
8906 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8907 |
msgctxt "dhl"
|
8908 |
msgid "Retail outlet routing"
|
8909 |
msgstr "Filialrouting"
|
8910 |
|
8911 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8912 |
msgctxt "dhl"
|
8913 |
msgid "No neighbor"
|
8914 |
msgstr "Keine Nachbarschaftszustellung"
|
8915 |
|
8916 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8917 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8918 |
msgctxt "dhl"
|
8919 |
msgid "Named person only"
|
8920 |
msgstr "Persönliche Übergabe"
|
8921 |
|
8922 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8923 |
msgctxt "dhl"
|
8924 |
msgid "Bulky goods"
|
8925 |
msgstr "Sperrgut"
|
8926 |
|
8927 |
# @ woocommerce-germanized
|
8928 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8929 |
msgctxt "dhl"
|
8930 |
msgid "Identity check"
|
8931 |
msgstr "Ident-Check"
|
8932 |
|
8933 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8934 |
msgctxt "dhl"
|
8935 |
msgid "Date of Birth"
|
8936 |
msgstr "Geburtsdatum"
|
8937 |
|
8938 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8939 |
msgctxt "dhl"
|
8940 |
msgid "Minimum age"
|
8941 |
msgstr "Mindestalter"
|
8942 |
|
8943 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8944 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8945 |
msgctxt "dhl"
|
8946 |
msgid "Premium"
|
8947 |
msgstr "Premium"
|
8948 |
|
8949 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8950 |
msgctxt "dhl"
|
8951 |
msgid "Receiver is missing or does not exist."
|
8952 |
msgstr "Empfänger fehlt oder existiert nicht."
|
8953 |
|
8954 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8955 |
#, php-format
|
8956 |
msgctxt "dhl"
|
8957 |
msgid "%s of the return address is a mandatory field."
|
8958 |
msgstr "%s der Rücksendeadresse ist ein Pflichtfeld."
|
8959 |
|
8960 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8961 |
msgctxt "dhl"
|
8962 |
msgid "Please either add a return company or name."
|
8963 |
msgstr ""
|
8964 |
"Bitte geben Sie entweder einen Firmennamen oder Namen für die "
|
8965 |
"Rücksendeadresse an."
|
8966 |
|
8967 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8968 |
msgctxt "dhl"
|
8969 |
msgid "Error while parsing delivery day."
|
8970 |
msgstr "Fehler beim Einlesen des Liefertages."
|
8971 |
|
8972 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8973 |
msgctxt "dhl"
|
8974 |
msgid "The visual min age check is invalid."
|
8975 |
msgstr "Das Alter der Alterssichtprüfung ist ungültig."
|
8976 |
|
8977 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8978 |
msgctxt "dhl"
|
8979 |
msgid "The ident min age check is invalid."
|
8980 |
msgstr "Das Alter des Ident-Checks ist ungültig."
|
8981 |
|
8982 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8983 |
msgctxt "dhl"
|
8984 |
msgid "There was an error parsing the date of birth for the identity check."
|
8985 |
msgstr ""
|
8986 |
"Beim Einlesen des Geburtsdatums für den Ident-Check trat ein Problem auf."
|
8987 |
|
8988 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8989 |
msgctxt "dhl"
|
8990 |
msgid ""
|
8991 |
"Either a minimum age or a date of birth must be added to the ident check."
|
@@ -8994,31 +8994,31 @@ msgstr ""
|
|
8994 |
"hinzugefügt werden."
|
8995 |
|
8996 |
# @ woocommerce-germanized
|
8997 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
8998 |
#, php-format
|
8999 |
msgctxt "dhl"
|
9000 |
msgid "%s duties element does not exist."
|
9001 |
msgstr "%s Zollabgabe existiert nicht."
|
9002 |
|
9003 |
# @ woocommerce-germanized
|
9004 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9005 |
#, php-format
|
9006 |
msgctxt "dhl"
|
9007 |
msgid "Status: %1$s"
|
9008 |
msgstr "Status: %1$s"
|
9009 |
|
9010 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9011 |
msgctxt "dhl"
|
9012 |
msgid "Connected"
|
9013 |
msgstr "Verbunden"
|
9014 |
|
9015 |
# @ woocommerce-germanized
|
9016 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9017 |
msgctxt "dhl"
|
9018 |
msgid "Customer Number (EKP)"
|
9019 |
msgstr "Kundennummer (EKP)"
|
9020 |
|
9021 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9022 |
#, php-format
|
9023 |
msgctxt "dhl"
|
9024 |
msgid ""
|
@@ -9028,33 +9028,33 @@ msgstr ""
|
|
9028 |
"Ihre 10-stellige DHL Kundennummer (EKP). Finden Sie Ihre %s im DHL "
|
9029 |
"Geschäftskundenportal."
|
9030 |
|
9031 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9032 |
msgctxt "dhl"
|
9033 |
msgid "customer number"
|
9034 |
msgstr "Kundennummer"
|
9035 |
|
9036 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9037 |
msgctxt "dhl"
|
9038 |
msgid "API"
|
9039 |
msgstr "API"
|
9040 |
|
9041 |
# @ woocommerce-germanized
|
9042 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9043 |
msgctxt "dhl"
|
9044 |
msgid "Enable Sandbox"
|
9045 |
msgstr "Sandbox aktivieren"
|
9046 |
|
9047 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9048 |
msgctxt "dhl"
|
9049 |
msgid "Activate Sandbox mode for testing purposes."
|
9050 |
msgstr "Aktiviere den Sandbox Modus."
|
9051 |
|
9052 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9053 |
msgctxt "dhl"
|
9054 |
msgid "Live Username"
|
9055 |
msgstr "Benutzer"
|
9056 |
|
9057 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9058 |
#, php-format
|
9059 |
msgctxt "dhl"
|
9060 |
msgid ""
|
@@ -9064,21 +9064,21 @@ msgstr ""
|
|
9064 |
"Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
9065 |
"Geschäftskundenportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
|
9066 |
|
9067 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9068 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9069 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9070 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9071 |
msgctxt "dhl"
|
9072 |
msgid "here"
|
9073 |
msgstr "hier"
|
9074 |
|
9075 |
# @ woocommerce-germanized
|
9076 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9077 |
msgctxt "dhl"
|
9078 |
msgid "Live Password"
|
9079 |
msgstr "Passwort"
|
9080 |
|
9081 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9082 |
#, php-format
|
9083 |
msgctxt "dhl"
|
9084 |
msgid ""
|
@@ -9090,12 +9090,12 @@ msgstr ""
|
|
9090 |
"der Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
|
9091 |
"Benutzer) Monaten und testen Sie Ihre Zugangsdaten vorab %s."
|
9092 |
|
9093 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9094 |
msgctxt "dhl"
|
9095 |
msgid "Sandbox Username"
|
9096 |
msgstr "Sandbox Benutzername"
|
9097 |
|
9098 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9099 |
#, php-format
|
9100 |
msgctxt "dhl"
|
9101 |
msgid ""
|
@@ -9105,12 +9105,12 @@ msgstr ""
|
|
9105 |
"Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
9106 |
"Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
|
9107 |
|
9108 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9109 |
msgctxt "dhl"
|
9110 |
msgid "Sandbox Password"
|
9111 |
msgstr "Sandbox Passwort"
|
9112 |
|
9113 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9114 |
#, php-format
|
9115 |
msgctxt "dhl"
|
9116 |
msgid ""
|
@@ -9120,78 +9120,78 @@ msgstr ""
|
|
9120 |
"Ihr Passwort zum DHL Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten "
|
9121 |
"vorab %s."
|
9122 |
|
9123 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9124 |
msgctxt "dhl"
|
9125 |
msgid "Products and Participation Numbers"
|
9126 |
msgstr "Produkte und Teilnahmenummern"
|
9127 |
|
9128 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9129 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9130 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9131 |
msgctxt "dhl"
|
9132 |
msgid "Inlay Returns"
|
9133 |
msgstr "Beilageretouren"
|
9134 |
|
9135 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9136 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:155
|
9137 |
msgctxt "dhl"
|
9138 |
msgid "Tracking"
|
9139 |
msgstr "Sendungsverfolgung"
|
9140 |
|
9141 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9142 |
msgctxt "dhl"
|
9143 |
msgid "Enable delivery to Packstation."
|
9144 |
msgstr "Aktiviere den Versand an Packstationen."
|
9145 |
|
9146 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9147 |
msgctxt "dhl"
|
9148 |
msgid "Let customers choose a Packstation as delivery address."
|
9149 |
msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
|
9150 |
|
9151 |
# @ woocommerce-germanized
|
9152 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9153 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:49
|
9154 |
msgctxt "dhl"
|
9155 |
msgid "Postoffice"
|
9156 |
msgstr "Postfiliale"
|
9157 |
|
9158 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9159 |
msgctxt "dhl"
|
9160 |
msgid "Enable delivery to Post Offices."
|
9161 |
msgstr "Aktiviere den Versand an Postfilialen."
|
9162 |
|
9163 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9164 |
msgctxt "dhl"
|
9165 |
msgid "Let customers choose a Post Office as delivery address."
|
9166 |
msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
|
9167 |
|
9168 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9169 |
msgctxt "dhl"
|
9170 |
msgid "Parcel Shop"
|
9171 |
msgstr "Paketshop"
|
9172 |
|
9173 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9174 |
msgctxt "dhl"
|
9175 |
msgid "Enable delivery to Parcel Shops."
|
9176 |
msgstr "Lieferung an Paketshops aktivieren."
|
9177 |
|
9178 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9179 |
msgctxt "dhl"
|
9180 |
msgid "Let customers choose a Parcel Shop as delivery address."
|
9181 |
msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
|
9182 |
|
9183 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9184 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9185 |
msgctxt "dhl"
|
9186 |
msgid "Map"
|
9187 |
msgstr "Karte"
|
9188 |
|
9189 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9190 |
msgctxt "dhl"
|
9191 |
msgid "Let customers find a DHL location on a map."
|
9192 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
9193 |
|
9194 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9195 |
msgctxt "dhl"
|
9196 |
msgid ""
|
9197 |
"Enable this option to let your customers choose a pickup option from a map "
|
@@ -9202,12 +9202,12 @@ msgstr ""
|
|
9202 |
"anhand einer Karten in der Kasse zu ermöglichen. Wenn diese Option "
|
9203 |
"deaktiviert ist, wird stattdessen auf die DHL Website verwiesen."
|
9204 |
|
9205 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9206 |
msgctxt "dhl"
|
9207 |
msgid "Google Maps Key"
|
9208 |
msgstr "Google Maps Schlüssel"
|
9209 |
|
9210 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9211 |
#, php-format
|
9212 |
msgctxt "dhl"
|
9213 |
msgid ""
|
@@ -9217,27 +9217,27 @@ msgstr ""
|
|
9217 |
"Um eine Karte integrieren zu können, benötigen Siee du einen gültigen API-"
|
9218 |
"Schlüssel für Google Maps. Sie können %s."
|
9219 |
|
9220 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9221 |
msgctxt "dhl"
|
9222 |
msgid "retrieve a new one"
|
9223 |
msgstr "hier einen neuen erstellen"
|
9224 |
|
9225 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9226 |
msgctxt "dhl"
|
9227 |
msgid "Limit results"
|
9228 |
msgstr "Suchergebnisse begrenzen"
|
9229 |
|
9230 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9231 |
msgctxt "dhl"
|
9232 |
msgid "Limit the number of DHL locations shown on the map"
|
9233 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
9234 |
|
9235 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9236 |
msgctxt "dhl"
|
9237 |
msgid "Enable delivery day delivery."
|
9238 |
msgstr "Aktiviere die Lieferung am Liefertag."
|
9239 |
|
9240 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9241 |
msgctxt "dhl"
|
9242 |
msgid ""
|
9243 |
"Enabling this option will display options for the user to select their "
|
@@ -9247,13 +9247,13 @@ msgstr ""
|
|
9247 |
"Kasse."
|
9248 |
|
9249 |
# @ woocommerce-germanized
|
9250 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9251 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9252 |
msgctxt "dhl"
|
9253 |
msgid "Fee"
|
9254 |
msgstr "Gebühr"
|
9255 |
|
9256 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9257 |
msgctxt "dhl"
|
9258 |
msgid ""
|
9259 |
"Insert gross value as surcharge for delivery day delivery. Insert 0 to offer "
|
@@ -9263,12 +9263,12 @@ msgstr ""
|
|
9263 |
"Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
|
9264 |
|
9265 |
# @ woocommerce-germanized
|
9266 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9267 |
msgctxt "dhl"
|
9268 |
msgid "Enable drop-off location delivery."
|
9269 |
msgstr "Lieferung an einen Ablageort aktivieren."
|
9270 |
|
9271 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9272 |
msgctxt "dhl"
|
9273 |
msgid ""
|
9274 |
"Enabling this option will display options for the user to select their "
|
@@ -9277,12 +9277,12 @@ msgstr ""
|
|
9277 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
9278 |
"Kasse ."
|
9279 |
|
9280 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9281 |
msgctxt "dhl"
|
9282 |
msgid "Enable delivery to a neighbor."
|
9283 |
msgstr "Lieferung an Nachbarn aktivieren."
|
9284 |
|
9285 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9286 |
msgctxt "dhl"
|
9287 |
msgid ""
|
9288 |
"Enabling this option will display options for the user to deliver to their "
|
@@ -9291,12 +9291,12 @@ msgstr ""
|
|
9291 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
9292 |
"der Kasse."
|
9293 |
|
9294 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9295 |
msgctxt "dhl"
|
9296 |
msgid "Cut-off time"
|
9297 |
msgstr "Cut-off-Zeit"
|
9298 |
|
9299 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9300 |
msgctxt "dhl"
|
9301 |
msgid ""
|
9302 |
"The cut-off time is the latest possible order time up to which the minimum "
|
@@ -9309,12 +9309,12 @@ msgstr ""
|
|
9309 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
9310 |
"Liefertag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
9311 |
|
9312 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9313 |
msgctxt "dhl"
|
9314 |
msgid "Preparation days"
|
9315 |
msgstr "Bearbeitungstage"
|
9316 |
|
9317 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9318 |
msgctxt "dhl"
|
9319 |
msgid ""
|
9320 |
"If you need more time to prepare your shipments you might want to add a "
|
@@ -9325,23 +9325,23 @@ msgstr ""
|
|
9325 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
9326 |
"auswählbaren Liefertag hinzugefügt werden."
|
9327 |
|
9328 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9329 |
msgctxt "dhl"
|
9330 |
msgid "Exclude days of transfer"
|
9331 |
msgstr "Übergabetage ausschließen"
|
9332 |
|
9333 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9334 |
msgctxt "dhl"
|
9335 |
msgid "Exclude days from transferring shipments to DHL."
|
9336 |
msgstr "Schließen Sie bestimmte Wochentage für die Übergabe an DHL aus."
|
9337 |
|
9338 |
# @ woocommerce-germanized
|
9339 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9340 |
msgctxt "dhl"
|
9341 |
msgid "Exclude gateways"
|
9342 |
msgstr "Zahlungsarten ausschließen"
|
9343 |
|
9344 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9345 |
msgctxt "dhl"
|
9346 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
9347 |
msgstr ""
|
@@ -9349,19 +9349,19 @@ msgstr ""
|
|
9349 |
"zur Verfügung stehen sollen."
|
9350 |
|
9351 |
# @ woocommerce-germanized
|
9352 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9353 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:261
|
9354 |
msgctxt "dhl"
|
9355 |
msgid "Products"
|
9356 |
msgstr "Produkte"
|
9357 |
|
9358 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9359 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:280
|
9360 |
msgctxt "dhl"
|
9361 |
msgid "Domestic Default Service"
|
9362 |
msgstr "Nationaler Standard Service"
|
9363 |
|
9364 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9365 |
msgctxt "dhl"
|
9366 |
msgid ""
|
9367 |
"Please select your default DHL shipping service for domestic shipments that "
|
@@ -9373,13 +9373,13 @@ msgstr ""
|
|
9373 |
"nachträglich ändern)."
|
9374 |
|
9375 |
# @ woocommerce-germanized
|
9376 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9377 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:291
|
9378 |
msgctxt "dhl"
|
9379 |
msgid "EU Default Service"
|
9380 |
msgstr "Standard Service (EU)"
|
9381 |
|
9382 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9383 |
msgctxt "dhl"
|
9384 |
msgid ""
|
9385 |
"Please select your default DHL shipping service for EU shipments that you "
|
@@ -9390,13 +9390,13 @@ msgstr ""
|
|
9390 |
"Ihre Kunden anbieten (Sie können das Produkt für jede einzelne Sendung "
|
9391 |
"nachträglich ändern)."
|
9392 |
|
9393 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9394 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:302
|
9395 |
msgctxt "dhl"
|
9396 |
msgid "Int. Default Service"
|
9397 |
msgstr "Internationaler Standard Service"
|
9398 |
|
9399 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9400 |
msgctxt "dhl"
|
9401 |
msgid ""
|
9402 |
"Please select your default DHL shipping service for cross-border shipments "
|
@@ -9408,27 +9408,27 @@ msgstr ""
|
|
9408 |
"Sendung nachträglich ändern)."
|
9409 |
|
9410 |
# @ woocommerce-germanized
|
9411 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9412 |
msgctxt "dhl"
|
9413 |
msgid "Default Duty"
|
9414 |
msgstr "Standard Zoll"
|
9415 |
|
9416 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9417 |
msgctxt "dhl"
|
9418 |
msgid "Please select a default duty type."
|
9419 |
msgstr "Bitte wählen Sie eine Standard-Zollabrechnung aus."
|
9420 |
|
9421 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9422 |
msgctxt "dhl"
|
9423 |
msgid "Codeable"
|
9424 |
msgstr "Leitcodierbar"
|
9425 |
|
9426 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9427 |
msgctxt "dhl"
|
9428 |
msgid "Generate label only if address can be automatically retrieved DHL."
|
9429 |
msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
|
9430 |
|
9431 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9432 |
msgctxt "dhl"
|
9433 |
msgid ""
|
9434 |
"Choose this option if you want to make sure that by default labels are only "
|
@@ -9439,17 +9439,17 @@ msgstr ""
|
|
9439 |
"ist."
|
9440 |
|
9441 |
# @ woocommerce-germanized
|
9442 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9443 |
msgctxt "dhl"
|
9444 |
msgid "Force email"
|
9445 |
msgstr "E-Mail übertragen"
|
9446 |
|
9447 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9448 |
msgctxt "dhl"
|
9449 |
msgid "Force transferring customer email to DHL."
|
9450 |
msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
|
9451 |
|
9452 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9453 |
#, php-format
|
9454 |
msgctxt "dhl"
|
9455 |
msgid ""
|
@@ -9469,17 +9469,17 @@ msgstr ""
|
|
9469 |
"Sie diese Option aktivieren."
|
9470 |
|
9471 |
# @ woocommerce-germanized
|
9472 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9473 |
msgctxt "dhl"
|
9474 |
msgid "Custom shipper"
|
9475 |
msgstr "Individueller Absender"
|
9476 |
|
9477 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9478 |
msgctxt "dhl"
|
9479 |
msgid "Use a custom shipper address managed within your DHL business profile."
|
9480 |
msgstr "Individuelle Absenderreferenz aus dem DHL Geschäftskonto verwenden."
|
9481 |
|
9482 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9483 |
#, php-format
|
9484 |
msgctxt "dhl"
|
9485 |
msgid ""
|
@@ -9492,12 +9492,12 @@ msgstr ""
|
|
9492 |
"verwenden möchten."
|
9493 |
|
9494 |
# @ woocommerce-germanized
|
9495 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9496 |
msgctxt "dhl"
|
9497 |
msgid "Shipper reference"
|
9498 |
msgstr "Absenderreferenz"
|
9499 |
|
9500 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9501 |
#, php-format
|
9502 |
msgctxt "dhl"
|
9503 |
msgid ""
|
@@ -9507,7 +9507,7 @@ msgstr ""
|
|
9507 |
"Fügen Sie hier Ihre <a href=\"%s\" target=\"_blank\">individuelle "
|
9508 |
"Absenderreferenz</a> aus dem DHL Geschäftskonto ein."
|
9509 |
|
9510 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9511 |
msgctxt "dhl"
|
9512 |
msgid ""
|
9513 |
"Additionally create inlay return labels for shipments that support returns."
|
@@ -9515,14 +9515,14 @@ msgstr ""
|
|
9515 |
"Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
|
9516 |
"unterstützen."
|
9517 |
|
9518 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9519 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9520 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9521 |
msgctxt "dhl"
|
9522 |
msgid "Retoure"
|
9523 |
msgstr "Retoure"
|
9524 |
|
9525 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9526 |
#, php-format
|
9527 |
msgctxt "dhl"
|
9528 |
msgid ""
|
@@ -9533,18 +9533,18 @@ msgstr ""
|
|
9533 |
"API an. Stellen Sie sicher, dass Ihr %s DHL Retoure Online enthält."
|
9534 |
|
9535 |
# @ woocommerce-germanized
|
9536 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9537 |
msgctxt "dhl"
|
9538 |
msgid "contract"
|
9539 |
msgstr "Vertrag"
|
9540 |
|
9541 |
# @ woocommerce-germanized
|
9542 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9543 |
msgctxt "dhl"
|
9544 |
msgid "Create retoure labels to return shipments."
|
9545 |
msgstr "Retourenlabels zu Retourensendungen erstellen."
|
9546 |
|
9547 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9548 |
msgctxt "dhl"
|
9549 |
msgid ""
|
9550 |
"By enabling this option you might generate retoure labels for return "
|
@@ -9554,12 +9554,12 @@ msgstr ""
|
|
9554 |
"Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
|
9555 |
|
9556 |
# @ woocommerce-germanized
|
9557 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9558 |
msgctxt "dhl"
|
9559 |
msgid "Default Services"
|
9560 |
msgstr "Standard-Services"
|
9561 |
|
9562 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9563 |
#, php-format
|
9564 |
msgctxt "dhl"
|
9565 |
msgid ""
|
@@ -9570,28 +9570,28 @@ msgstr ""
|
|
9570 |
"werden sollen. Finden Sie mehr <a href=\"%s\" target=\"_blank\">Services</a> "
|
9571 |
"heraus."
|
9572 |
|
9573 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9574 |
msgctxt "dhl"
|
9575 |
msgid "Enable the GoGreen Service by default."
|
9576 |
msgstr "Buche den GoGreen Service hinzu."
|
9577 |
|
9578 |
# @ woocommerce-germanized
|
9579 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9580 |
msgctxt "dhl"
|
9581 |
msgid "Additional Insurance"
|
9582 |
msgstr "Transportversicherung"
|
9583 |
|
9584 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9585 |
msgctxt "dhl"
|
9586 |
msgid "Add an additional insurance to labels."
|
9587 |
msgstr "Füge eine Transportversicherung zur Sendung hinzu."
|
9588 |
|
9589 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9590 |
msgctxt "dhl"
|
9591 |
msgid "Retail Outlet Routing"
|
9592 |
msgstr "Filialrouting"
|
9593 |
|
9594 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9595 |
msgctxt "dhl"
|
9596 |
msgid ""
|
9597 |
"Send undeliverable items to nearest retail outlet instead of immediate "
|
@@ -9600,58 +9600,58 @@ msgstr ""
|
|
9600 |
"Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
|
9601 |
"anstelle diese direkt zurückzusenden."
|
9602 |
|
9603 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9604 |
msgctxt "dhl"
|
9605 |
msgid "No Neighbor"
|
9606 |
msgstr "Keine Nachbarschaftszustellung"
|
9607 |
|
9608 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9609 |
msgctxt "dhl"
|
9610 |
msgid "Do not deliver to neighbors."
|
9611 |
msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
|
9612 |
|
9613 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9614 |
msgctxt "dhl"
|
9615 |
msgid "Do only delivery to named person."
|
9616 |
msgstr ""
|
9617 |
"Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
|
9618 |
"Person übergeben."
|
9619 |
|
9620 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9621 |
msgctxt "dhl"
|
9622 |
msgid "Bulky Goods"
|
9623 |
msgstr "Sperrgut"
|
9624 |
|
9625 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9626 |
msgctxt "dhl"
|
9627 |
msgid "Deliver as bulky goods."
|
9628 |
msgstr "Sende Pakete als Sperrgut."
|
9629 |
|
9630 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9631 |
msgctxt "dhl"
|
9632 |
msgid "Minimum age (Visual check)"
|
9633 |
msgstr "Mindestalter (Visuell)"
|
9634 |
|
9635 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9636 |
msgctxt "dhl"
|
9637 |
msgid "Choose this option if you want to let DHL check your customer's age."
|
9638 |
msgstr ""
|
9639 |
"Wählen Sie diese Option aus, wenn Sie das Alter durch DHL prüfen lassen "
|
9640 |
"möchten."
|
9641 |
|
9642 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9643 |
msgctxt "dhl"
|
9644 |
msgid "Sync (Visual Check)"
|
9645 |
msgstr "Synchronisation (Visuell)"
|
9646 |
|
9647 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9648 |
msgctxt "dhl"
|
9649 |
msgid "Visually verify age if shipment contains applicable items."
|
9650 |
msgstr ""
|
9651 |
"Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
|
9652 |
"beinhaltet."
|
9653 |
|
9654 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9655 |
#, php-format
|
9656 |
msgctxt "dhl"
|
9657 |
msgid ""
|
@@ -9664,18 +9664,18 @@ msgstr ""
|
|
9664 |
"Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
9665 |
"Produkte beinhaltet."
|
9666 |
|
9667 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9668 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9669 |
msgctxt "dhl"
|
9670 |
msgid "age verification checkbox"
|
9671 |
msgstr "Checkbox zur Altersprüfung"
|
9672 |
|
9673 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9674 |
msgctxt "dhl"
|
9675 |
msgid "Minimum age (Ident check)"
|
9676 |
msgstr "Mindestalter (Identität)"
|
9677 |
|
9678 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9679 |
msgctxt "dhl"
|
9680 |
msgid ""
|
9681 |
"Choose this option if you want to let DHL check your customer's identity and "
|
@@ -9685,19 +9685,19 @@ msgstr ""
|
|
9685 |
"prüfen lassen möchten."
|
9686 |
|
9687 |
# @ woocommerce-germanized
|
9688 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9689 |
msgctxt "dhl"
|
9690 |
msgid "Sync (Ident Check)"
|
9691 |
msgstr "Synchronisation (Identität)"
|
9692 |
|
9693 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9694 |
msgctxt "dhl"
|
9695 |
msgid "Verify identity and age if shipment contains applicable items."
|
9696 |
msgstr ""
|
9697 |
"Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
|
9698 |
"beinhaltet."
|
9699 |
|
9700 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9701 |
#, php-format
|
9702 |
msgctxt "dhl"
|
9703 |
msgid ""
|
@@ -9710,18 +9710,18 @@ msgstr ""
|
|
9710 |
"Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
9711 |
"Produkte beinhaltet."
|
9712 |
|
9713 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9714 |
msgctxt "dhl"
|
9715 |
msgid "Premium delivery for international shipments."
|
9716 |
msgstr "Premium Lieferung für internationale Sendungen."
|
9717 |
|
9718 |
# @ woocommerce-germanized
|
9719 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9720 |
msgctxt "dhl"
|
9721 |
msgid "Bank Account"
|
9722 |
msgstr "Bankkonto"
|
9723 |
|
9724 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9725 |
msgctxt "dhl"
|
9726 |
msgid "Enter your bank details needed for services that use COD."
|
9727 |
msgstr ""
|
@@ -9729,36 +9729,36 @@ msgstr ""
|
|
9729 |
"verwendet werden sollen."
|
9730 |
|
9731 |
# @ woocommerce-germanized
|
9732 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9733 |
msgctxt "dhl"
|
9734 |
msgid "Holder"
|
9735 |
msgstr "Kontoinhaber"
|
9736 |
|
9737 |
# @ woocommerce-germanized
|
9738 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9739 |
msgctxt "dhl"
|
9740 |
msgid "Bank Name"
|
9741 |
msgstr "Name der Bank"
|
9742 |
|
9743 |
# @ woocommerce-germanized
|
9744 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9745 |
msgctxt "dhl"
|
9746 |
msgid "IBAN"
|
9747 |
msgstr "IBAN"
|
9748 |
|
9749 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9750 |
msgctxt "dhl"
|
9751 |
msgid "BIC"
|
9752 |
msgstr "BIC"
|
9753 |
|
9754 |
# @ woocommerce-germanized
|
9755 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9756 |
msgctxt "dhl"
|
9757 |
msgid "Payment Reference"
|
9758 |
msgstr "Zahlungsreferenz"
|
9759 |
|
9760 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9761 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9762 |
#, php-format
|
9763 |
msgctxt "dhl"
|
9764 |
msgid ""
|
@@ -9769,17 +9769,17 @@ msgstr ""
|
|
9769 |
"hinzufügen: %s. Der Text ist auf 35 Zeichen begrenzt."
|
9770 |
|
9771 |
# @ woocommerce-germanized
|
9772 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9773 |
msgctxt "dhl"
|
9774 |
msgid "Payment Reference 2"
|
9775 |
msgstr "Zahlungsreferenz 2"
|
9776 |
|
9777 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9778 |
msgctxt "dhl"
|
9779 |
msgid "Customer Number"
|
9780 |
msgstr "Kundennummer"
|
9781 |
|
9782 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9783 |
msgctxt "dhl"
|
9784 |
msgid ""
|
9785 |
"Insert your DHL business customer number (EKP) here. If you are not yet a "
|
@@ -9789,12 +9789,12 @@ msgstr ""
|
|
9789 |
"Geschäftskunde sind, sollten Sie sich zuerst als Geschäftskunde bei DHL "
|
9790 |
"registrieren."
|
9791 |
|
9792 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9793 |
msgctxt "dhl"
|
9794 |
msgid "API Access"
|
9795 |
msgstr "API Versionen"
|
9796 |
|
9797 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9798 |
msgctxt "dhl"
|
9799 |
msgid ""
|
9800 |
"To create labels and embed DHL services, our software needs access to the "
|
@@ -9804,7 +9804,7 @@ msgstr ""
|
|
9804 |
"Software Zugang zur API. Sie sollten hier Ihre Zugangsdaten zum DHL "
|
9805 |
"Geschäftskundenportal eingeben."
|
9806 |
|
9807 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9808 |
msgctxt "dhl"
|
9809 |
msgid ""
|
9810 |
"If you want to provide your customers with inlay return labels for your "
|
@@ -9813,7 +9813,7 @@ msgstr ""
|
|
9813 |
"Wenn Sie Beilageretouren-Labels zu Ihren Sendungen hinzufügen möchten, "
|
9814 |
"sollten Sie diese Funktion standardmäßig aktivieren."
|
9815 |
|
9816 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9817 |
msgctxt "dhl"
|
9818 |
msgid ""
|
9819 |
"If you want to create DHL labels to returns you should activate this "
|
@@ -9824,12 +9824,12 @@ msgstr ""
|
|
9824 |
"aktivieren. Stellen Sie sicher, dass DHL Online Retoure in Ihrem Vertrag "
|
9825 |
"freigeschaltet ist."
|
9826 |
|
9827 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9828 |
msgctxt "dhl"
|
9829 |
msgid "Age verification"
|
9830 |
msgstr "Altersverifikation"
|
9831 |
|
9832 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9833 |
msgctxt "dhl"
|
9834 |
msgid ""
|
9835 |
"Use this feature to sync the Germanized age verification checkbox with the "
|
@@ -9842,12 +9842,12 @@ msgstr ""
|
|
9842 |
"„Alterssichtprüfung“ von DHL automatisch aktiviert."
|
9843 |
|
9844 |
# @ woocommerce-germanized
|
9845 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9846 |
msgctxt "dhl"
|
9847 |
msgid "Automation"
|
9848 |
msgstr "Automatisierung"
|
9849 |
|
9850 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9851 |
msgctxt "dhl"
|
9852 |
msgid ""
|
9853 |
"You might want to save some time and let Germanized generate labels "
|
@@ -9857,7 +9857,7 @@ msgstr ""
|
|
9857 |
"automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
|
9858 |
"wechselt."
|
9859 |
|
9860 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9861 |
msgctxt "dhl"
|
9862 |
msgid ""
|
9863 |
"Let your customers choose a delivery day (if the service is available at the "
|
@@ -9866,7 +9866,7 @@ msgstr ""
|
|
9866 |
"Lassen Sie Ihre Kunden einen Liefertag (falls der Service für die "
|
9867 |
"Kundenadresse zur Verfügung steht) für die Lieferung in der Kasse auswählen."
|
9868 |
|
9869 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9870 |
msgctxt "dhl"
|
9871 |
msgid ""
|
9872 |
"Optionally charge your customers an additional fee for preferred services "
|
@@ -9875,7 +9875,7 @@ msgstr ""
|
|
9875 |
"Optional können Sie die Gebühr für die Auswahl des Liefertages oder anderer "
|
9876 |
"Wunschzustellung-Services an Ihre Kunden weiterreichen."
|
9877 |
|
9878 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9879 |
msgctxt "dhl"
|
9880 |
msgid ""
|
9881 |
"Allow your customers to send their parcels to a drop-off location e.g. a "
|
@@ -9884,7 +9884,7 @@ msgstr ""
|
|
9884 |
"Lassen Sie Ihre Kunden einen Ablageort für die Abgabe ihres Pakets in der "
|
9885 |
"Kasse auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
|
9886 |
|
9887 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9888 |
msgctxt "dhl"
|
9889 |
msgid ""
|
9890 |
"Allow your customers to choose packstation (and/or other DHL location types "
|
@@ -9893,7 +9893,7 @@ msgstr ""
|
|
9893 |
"Lassen Sie Ihre Kunden eine Packstation (und/oder andere DHL Standorte, wie "
|
9894 |
"im Folgenden konfiguriert) als Lieferadresse auswählen."
|
9895 |
|
9896 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
9897 |
msgctxt "dhl"
|
9898 |
msgid ""
|
9899 |
"This option adds a map overlay view to let your customers choose a DHL "
|
@@ -11072,6 +11072,8 @@ msgid "Select a country"
|
|
11072 |
msgstr "Land auswählen"
|
11073 |
|
11074 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:154
|
|
|
|
|
11075 |
msgctxt "shipments"
|
11076 |
msgid "HS-Code (Customs)"
|
11077 |
msgstr "Zolltarifnummer (HS-Code, Zoll)"
|
@@ -11087,6 +11089,8 @@ msgstr ""
|
|
11087 |
"gehandelter Produkte."
|
11088 |
|
11089 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:165
|
|
|
|
|
11090 |
msgctxt "shipments"
|
11091 |
msgid "Country of manufacture (Customs)"
|
11092 |
msgstr "Herstellungsland (Zoll)"
|
@@ -12060,12 +12064,12 @@ msgid "Customer payment page →"
|
|
12060 |
msgstr "Kundenbezahlungsseite →"
|
12061 |
|
12062 |
# @ woocommerce-germanized
|
12063 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:
|
12064 |
msgctxt "shipments"
|
12065 |
msgid "Shipping status"
|
12066 |
msgstr "Versandstatus"
|
12067 |
|
12068 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:
|
12069 |
msgctxt "shipments"
|
12070 |
msgid "List of shipments."
|
12071 |
msgstr "Sendungsliste."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-09-15 11:47+0200\n"
|
6 |
+
"PO-Revision-Date: 2022-09-15 11:47+0200\n"
|
7 |
"Last-Translator: Dennis Nissle <info@vendidero.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE@formal\n"
|
795 |
msgstr "Mängelbeschreibung"
|
796 |
|
797 |
# @ woocommerce-germanized
|
798 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:794
|
799 |
msgid ""
|
800 |
"This content will be shown as short product description within checkout and "
|
801 |
"emails."
|
803 |
"Dieser Inhalt wird während des Bezahlvorganges und in den E-Mails als "
|
804 |
"Produkt Kurzbeschreibung angezeigt."
|
805 |
|
806 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:808
|
807 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:443
|
808 |
msgid ""
|
809 |
"Inform your customers about product defects. This description will be shown "
|
3247 |
"Platzhalter für den höchsten Preis."
|
3248 |
|
3249 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:450
|
3250 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1057
|
3251 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1061
|
3252 |
msgid "{min_price} – {max_price}"
|
3253 |
msgstr "{min_price} – {max_price}"
|
3254 |
|
4821 |
# @ woocommerce-germanized
|
4822 |
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1077
|
4823 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:51
|
4824 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:731
|
4825 |
msgid "Mr."
|
4826 |
msgstr "Herr"
|
4827 |
|
5123 |
"installieren. Vielen Dank!"
|
5124 |
|
5125 |
# @ woocommerce-germanized
|
5126 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:518
|
5127 |
msgctxt "Page slug"
|
5128 |
msgid "data-security"
|
5129 |
msgstr "datenschutzerklaerung"
|
5130 |
|
5131 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:519
|
5132 |
msgctxt "Page title"
|
5133 |
msgid "Privacy Policy"
|
5134 |
msgstr "Datenschutzerklärung"
|
5135 |
|
5136 |
# @ woocommerce-germanized
|
5137 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:523
|
5138 |
msgctxt "Page slug"
|
5139 |
msgid "imprint"
|
5140 |
msgstr "impressum"
|
5141 |
|
5142 |
# @ woocommerce-germanized
|
5143 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:524
|
5144 |
msgctxt "Page title"
|
5145 |
msgid "Imprint"
|
5146 |
msgstr "Impressum"
|
5147 |
|
5148 |
# @ woocommerce-germanized
|
5149 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:528
|
5150 |
msgctxt "Page slug"
|
5151 |
msgid "terms"
|
5152 |
msgstr "agb"
|
5153 |
|
5154 |
# @ woocommerce-germanized
|
5155 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:529
|
5156 |
msgctxt "Page title"
|
5157 |
msgid "Terms & Conditions"
|
5158 |
msgstr "AGB"
|
5159 |
|
5160 |
# @ woocommerce-germanized
|
5161 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:533
|
5162 |
msgctxt "Page slug"
|
5163 |
msgid "revocation"
|
5164 |
msgstr "widerrufsbelehrung"
|
5165 |
|
5166 |
# @ woocommerce-germanized
|
5167 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:534
|
5168 |
msgctxt "Page title"
|
5169 |
msgid "Cancellation Policy"
|
5170 |
msgstr "Widerrufsbelehrung"
|
5171 |
|
5172 |
# @ woocommerce-germanized
|
5173 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:538
|
5174 |
msgctxt "Page slug"
|
5175 |
msgid "shipping-methods"
|
5176 |
msgstr "versandarten"
|
5177 |
|
5178 |
# @ woocommerce-germanized
|
5179 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:539
|
5180 |
msgctxt "Page title"
|
5181 |
msgid "Shipping Methods"
|
5182 |
msgstr "Versandarten"
|
5183 |
|
5184 |
# @ woocommerce-germanized
|
5185 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:543
|
5186 |
msgctxt "Page slug"
|
5187 |
msgid "payment-methods"
|
5188 |
msgstr "bezahlmoeglichkeiten"
|
5189 |
|
5190 |
# @ woocommerce-germanized
|
5191 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:544
|
5192 |
msgctxt "Page title"
|
5193 |
msgid "Payment Methods"
|
5194 |
msgstr "Zahlungsarten"
|
5195 |
|
5196 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:548
|
5197 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-3.9.3.php:15
|
5198 |
msgctxt "Page slug"
|
5199 |
msgid "review-authenticity"
|
5200 |
msgstr "echtheit-von-bewertungen"
|
5201 |
|
5202 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:549
|
5203 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-3.9.3.php:16
|
5204 |
msgctxt "Page title"
|
5205 |
msgid "Review Authenticity"
|
5945 |
|
5946 |
# @ woocommerce-germanized
|
5947 |
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
5948 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:732
|
5949 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:753
|
5950 |
msgid "Ms."
|
5951 |
msgstr "Frau"
|
5952 |
|
7047 |
msgstr "%s %% MwSt."
|
7048 |
|
7049 |
# @ woocommerce-germanized
|
7050 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:730
|
7051 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:760
|
7052 |
msgctxt "title-option"
|
7053 |
msgid "None"
|
7054 |
msgstr "Keine"
|
7055 |
|
7056 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:733
|
7057 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:760
|
7058 |
msgid "Mx"
|
7059 |
msgstr "Divers"
|
7060 |
|
7061 |
# @ woocommerce-germanized
|
7062 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1014
|
7063 |
msgid "More variants available"
|
7064 |
msgstr "Weitere Varianten verfügbar"
|
7065 |
|
7066 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1423
|
7067 |
#, php-format
|
7068 |
msgctxt "defect-descriptions"
|
7069 |
msgid "%1$s (%2$s)"
|
7888 |
# @ woocommerce-germanized
|
7889 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:327
|
7890 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:945
|
7891 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1205
|
7892 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1932
|
7893 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:37
|
7894 |
msgctxt "dhl"
|
7895 |
msgid "Packstation"
|
8088 |
msgstr "DHL & Post"
|
8089 |
|
8090 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
8091 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1365
|
8092 |
msgctxt "dhl"
|
8093 |
msgid "Monday"
|
8094 |
msgstr "Montag"
|
8095 |
|
8096 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
8097 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1377
|
8098 |
msgctxt "dhl"
|
8099 |
msgid "Tuesday"
|
8100 |
msgstr "Dienstag"
|
8101 |
|
8102 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
8103 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1388
|
8104 |
msgctxt "dhl"
|
8105 |
msgid "Wednesday"
|
8106 |
msgstr "Mittwoch"
|
8107 |
|
8108 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
8109 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1399
|
8110 |
msgctxt "dhl"
|
8111 |
msgid "Thursday"
|
8112 |
msgstr "Donnerstag"
|
8113 |
|
8114 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
8115 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1410
|
8116 |
msgctxt "dhl"
|
8117 |
msgid "Friday"
|
8118 |
msgstr "Freitag"
|
8119 |
|
8120 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
8121 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1421
|
8122 |
msgctxt "dhl"
|
8123 |
msgid "Saturday"
|
8124 |
msgstr "Samstag"
|
8731 |
# @ woocommerce-germanized
|
8732 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:61
|
8733 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:255
|
8734 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1297
|
8735 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1888
|
8736 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:35
|
8737 |
msgctxt "dhl"
|
8738 |
msgid "Delivery day"
|
8747 |
# @ woocommerce-germanized
|
8748 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:75
|
8749 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:270
|
8750 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1319
|
8751 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1914
|
8752 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:87
|
8753 |
msgctxt "dhl"
|
8754 |
msgid "Drop-off location"
|
8756 |
|
8757 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:80
|
8758 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:287
|
8759 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1328
|
8760 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:80
|
8761 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:96
|
8762 |
msgctxt "dhl"
|
8831 |
msgstr "Nur valide Adressen"
|
8832 |
|
8833 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:220
|
8834 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1612
|
8835 |
msgctxt "dhl"
|
8836 |
msgid "GoGreen"
|
8837 |
msgstr "GoGreen"
|
8860 |
|
8861 |
# @ woocommerce-germanized
|
8862 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:335
|
8863 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:669
|
8864 |
msgctxt "dhl"
|
8865 |
msgid "Street"
|
8866 |
msgstr "Straße"
|
8872 |
msgstr "Hausnummer"
|
8873 |
|
8874 |
# @ woocommerce-germanized
|
8875 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:361
|
8876 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:670
|
8877 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:26
|
8878 |
msgctxt "dhl"
|
8879 |
msgid "Postcode"
|
8880 |
msgstr "Postleitzahl"
|
8881 |
|
8882 |
# @ woocommerce-germanized
|
8883 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:370
|
8884 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:671
|
8885 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:29
|
8886 |
msgctxt "dhl"
|
8887 |
msgid "City"
|
8888 |
msgstr "Stadt"
|
8889 |
|
8890 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:387
|
8891 |
msgctxt "dhl"
|
8892 |
msgid "Phone"
|
8893 |
msgstr "Telefon"
|
8894 |
|
8895 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:396
|
8896 |
msgctxt "dhl"
|
8897 |
msgid "Email"
|
8898 |
msgstr "E-Mail"
|
8899 |
|
8900 |
# @ woocommerce-germanized
|
8901 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:415
|
8902 |
msgctxt "dhl"
|
8903 |
msgid "Age check"
|
8904 |
msgstr "Alterssichtprüfung"
|
8905 |
|
8906 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:431
|
8907 |
msgctxt "dhl"
|
8908 |
msgid "Retail outlet routing"
|
8909 |
msgstr "Filialrouting"
|
8910 |
|
8911 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:448
|
8912 |
msgctxt "dhl"
|
8913 |
msgid "No neighbor"
|
8914 |
msgstr "Keine Nachbarschaftszustellung"
|
8915 |
|
8916 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:464
|
8917 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1644
|
8918 |
msgctxt "dhl"
|
8919 |
msgid "Named person only"
|
8920 |
msgstr "Persönliche Übergabe"
|
8921 |
|
8922 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:473
|
8923 |
msgctxt "dhl"
|
8924 |
msgid "Bulky goods"
|
8925 |
msgstr "Sperrgut"
|
8926 |
|
8927 |
# @ woocommerce-germanized
|
8928 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:482
|
8929 |
msgctxt "dhl"
|
8930 |
msgid "Identity check"
|
8931 |
msgstr "Ident-Check"
|
8932 |
|
8933 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:497
|
8934 |
msgctxt "dhl"
|
8935 |
msgid "Date of Birth"
|
8936 |
msgstr "Geburtsdatum"
|
8937 |
|
8938 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:511
|
8939 |
msgctxt "dhl"
|
8940 |
msgid "Minimum age"
|
8941 |
msgstr "Mindestalter"
|
8942 |
|
8943 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:533
|
8944 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1694
|
8945 |
msgctxt "dhl"
|
8946 |
msgid "Premium"
|
8947 |
msgstr "Premium"
|
8948 |
|
8949 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:598
|
8950 |
msgctxt "dhl"
|
8951 |
msgid "Receiver is missing or does not exist."
|
8952 |
msgstr "Empfänger fehlt oder existiert nicht."
|
8953 |
|
8954 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:676
|
8955 |
#, php-format
|
8956 |
msgctxt "dhl"
|
8957 |
msgid "%s of the return address is a mandatory field."
|
8958 |
msgstr "%s der Rücksendeadresse ist ein Pflichtfeld."
|
8959 |
|
8960 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:681
|
8961 |
msgctxt "dhl"
|
8962 |
msgid "Please either add a return company or name."
|
8963 |
msgstr ""
|
8964 |
"Bitte geben Sie entweder einen Firmennamen oder Namen für die "
|
8965 |
"Rücksendeadresse an."
|
8966 |
|
8967 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:701
|
8968 |
msgctxt "dhl"
|
8969 |
msgid "Error while parsing delivery day."
|
8970 |
msgstr "Fehler beim Einlesen des Liefertages."
|
8971 |
|
8972 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:728
|
8973 |
msgctxt "dhl"
|
8974 |
msgid "The visual min age check is invalid."
|
8975 |
msgstr "Das Alter der Alterssichtprüfung ist ungültig."
|
8976 |
|
8977 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:752
|
8978 |
msgctxt "dhl"
|
8979 |
msgid "The ident min age check is invalid."
|
8980 |
msgstr "Das Alter des Ident-Checks ist ungültig."
|
8981 |
|
8982 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:757
|
8983 |
msgctxt "dhl"
|
8984 |
msgid "There was an error parsing the date of birth for the identity check."
|
8985 |
msgstr ""
|
8986 |
"Beim Einlesen des Geburtsdatums für den Ident-Check trat ein Problem auf."
|
8987 |
|
8988 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:762
|
8989 |
msgctxt "dhl"
|
8990 |
msgid ""
|
8991 |
"Either a minimum age or a date of birth must be added to the ident check."
|
8994 |
"hinzugefügt werden."
|
8995 |
|
8996 |
# @ woocommerce-germanized
|
8997 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:779
|
8998 |
#, php-format
|
8999 |
msgctxt "dhl"
|
9000 |
msgid "%s duties element does not exist."
|
9001 |
msgstr "%s Zollabgabe existiert nicht."
|
9002 |
|
9003 |
# @ woocommerce-germanized
|
9004 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1044
|
9005 |
#, php-format
|
9006 |
msgctxt "dhl"
|
9007 |
msgid "Status: %1$s"
|
9008 |
msgstr "Status: %1$s"
|
9009 |
|
9010 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1044
|
9011 |
msgctxt "dhl"
|
9012 |
msgid "Connected"
|
9013 |
msgstr "Verbunden"
|
9014 |
|
9015 |
# @ woocommerce-germanized
|
9016 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1058
|
9017 |
msgctxt "dhl"
|
9018 |
msgid "Customer Number (EKP)"
|
9019 |
msgstr "Kundennummer (EKP)"
|
9020 |
|
9021 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1060
|
9022 |
#, php-format
|
9023 |
msgctxt "dhl"
|
9024 |
msgid ""
|
9028 |
"Ihre 10-stellige DHL Kundennummer (EKP). Finden Sie Ihre %s im DHL "
|
9029 |
"Geschäftskundenportal."
|
9030 |
|
9031 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1060
|
9032 |
msgctxt "dhl"
|
9033 |
msgid "customer number"
|
9034 |
msgstr "Kundennummer"
|
9035 |
|
9036 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1073
|
9037 |
msgctxt "dhl"
|
9038 |
msgid "API"
|
9039 |
msgstr "API"
|
9040 |
|
9041 |
# @ woocommerce-germanized
|
9042 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1080
|
9043 |
msgctxt "dhl"
|
9044 |
msgid "Enable Sandbox"
|
9045 |
msgstr "Sandbox aktivieren"
|
9046 |
|
9047 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1081
|
9048 |
msgctxt "dhl"
|
9049 |
msgid "Activate Sandbox mode for testing purposes."
|
9050 |
msgstr "Aktiviere den Sandbox Modus."
|
9051 |
|
9052 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1088
|
9053 |
msgctxt "dhl"
|
9054 |
msgid "Live Username"
|
9055 |
msgstr "Benutzer"
|
9056 |
|
9057 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1090
|
9058 |
#, php-format
|
9059 |
msgctxt "dhl"
|
9060 |
msgid ""
|
9064 |
"Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
9065 |
"Geschäftskundenportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
|
9066 |
|
9067 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1090
|
9068 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1103
|
9069 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1115
|
9070 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1127
|
9071 |
msgctxt "dhl"
|
9072 |
msgid "here"
|
9073 |
msgstr "hier"
|
9074 |
|
9075 |
# @ woocommerce-germanized
|
9076 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1101
|
9077 |
msgctxt "dhl"
|
9078 |
msgid "Live Password"
|
9079 |
msgstr "Passwort"
|
9080 |
|
9081 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1103
|
9082 |
#, php-format
|
9083 |
msgctxt "dhl"
|
9084 |
msgid ""
|
9090 |
"der Gültigkeit des Passworts nach 3 (Standard-Benutzer) bzw. 12 (System-"
|
9091 |
"Benutzer) Monaten und testen Sie Ihre Zugangsdaten vorab %s."
|
9092 |
|
9093 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1113
|
9094 |
msgctxt "dhl"
|
9095 |
msgid "Sandbox Username"
|
9096 |
msgstr "Sandbox Benutzername"
|
9097 |
|
9098 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1115
|
9099 |
#, php-format
|
9100 |
msgctxt "dhl"
|
9101 |
msgid ""
|
9105 |
"Ihr Benutzername (<strong>nicht</strong> die E-Mail-Adresse) zum DHL "
|
9106 |
"Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten vorab %s."
|
9107 |
|
9108 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1125
|
9109 |
msgctxt "dhl"
|
9110 |
msgid "Sandbox Password"
|
9111 |
msgstr "Sandbox Passwort"
|
9112 |
|
9113 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1127
|
9114 |
#, php-format
|
9115 |
msgctxt "dhl"
|
9116 |
msgid ""
|
9120 |
"Ihr Passwort zum DHL Entwicklerportal. Bitte testen Sie Ihre Zugangsdaten "
|
9121 |
"vorab %s."
|
9122 |
|
9123 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1142
|
9124 |
msgctxt "dhl"
|
9125 |
msgid "Products and Participation Numbers"
|
9126 |
msgstr "Produkte und Teilnahmenummern"
|
9127 |
|
9128 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1165
|
9129 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1557
|
9130 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1826
|
9131 |
msgctxt "dhl"
|
9132 |
msgid "Inlay Returns"
|
9133 |
msgstr "Beilageretouren"
|
9134 |
|
9135 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1183
|
9136 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:155
|
9137 |
msgctxt "dhl"
|
9138 |
msgid "Tracking"
|
9139 |
msgstr "Sendungsverfolgung"
|
9140 |
|
9141 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1206
|
9142 |
msgctxt "dhl"
|
9143 |
msgid "Enable delivery to Packstation."
|
9144 |
msgstr "Aktiviere den Versand an Packstationen."
|
9145 |
|
9146 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1207
|
9147 |
msgctxt "dhl"
|
9148 |
msgid "Let customers choose a Packstation as delivery address."
|
9149 |
msgstr "Kunden eine Packstation als Lieferadresse auswählen lassen."
|
9150 |
|
9151 |
# @ woocommerce-germanized
|
9152 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1215
|
9153 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:49
|
9154 |
msgctxt "dhl"
|
9155 |
msgid "Postoffice"
|
9156 |
msgstr "Postfiliale"
|
9157 |
|
9158 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1216
|
9159 |
msgctxt "dhl"
|
9160 |
msgid "Enable delivery to Post Offices."
|
9161 |
msgstr "Aktiviere den Versand an Postfilialen."
|
9162 |
|
9163 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1217
|
9164 |
msgctxt "dhl"
|
9165 |
msgid "Let customers choose a Post Office as delivery address."
|
9166 |
msgstr "Kunden eine Postfiliale als Lieferadresse auswählen lassen."
|
9167 |
|
9168 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1225
|
9169 |
msgctxt "dhl"
|
9170 |
msgid "Parcel Shop"
|
9171 |
msgstr "Paketshop"
|
9172 |
|
9173 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1226
|
9174 |
msgctxt "dhl"
|
9175 |
msgid "Enable delivery to Parcel Shops."
|
9176 |
msgstr "Lieferung an Paketshops aktivieren."
|
9177 |
|
9178 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1227
|
9179 |
msgctxt "dhl"
|
9180 |
msgid "Let customers choose a Parcel Shop as delivery address."
|
9181 |
msgstr "Kunden einen Paketshop als Lieferadresse auswählen lassen."
|
9182 |
|
9183 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1235
|
9184 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1945
|
9185 |
msgctxt "dhl"
|
9186 |
msgid "Map"
|
9187 |
msgstr "Karte"
|
9188 |
|
9189 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1236
|
9190 |
msgctxt "dhl"
|
9191 |
msgid "Let customers find a DHL location on a map."
|
9192 |
msgstr "Lasse Kunden einen DHL Standort auf der Karte auswählen."
|
9193 |
|
9194 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1236
|
9195 |
msgctxt "dhl"
|
9196 |
msgid ""
|
9197 |
"Enable this option to let your customers choose a pickup option from a map "
|
9202 |
"anhand einer Karten in der Kasse zu ermöglichen. Wenn diese Option "
|
9203 |
"deaktiviert ist, wird stattdessen auf die DHL Website verwiesen."
|
9204 |
|
9205 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1245
|
9206 |
msgctxt "dhl"
|
9207 |
msgid "Google Maps Key"
|
9208 |
msgstr "Google Maps Schlüssel"
|
9209 |
|
9210 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1250
|
9211 |
#, php-format
|
9212 |
msgctxt "dhl"
|
9213 |
msgid ""
|
9217 |
"Um eine Karte integrieren zu können, benötigen Siee du einen gültigen API-"
|
9218 |
"Schlüssel für Google Maps. Sie können %s."
|
9219 |
|
9220 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1250
|
9221 |
msgctxt "dhl"
|
9222 |
msgid "retrieve a new one"
|
9223 |
msgstr "hier einen neuen erstellen"
|
9224 |
|
9225 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1256
|
9226 |
msgctxt "dhl"
|
9227 |
msgid "Limit results"
|
9228 |
msgstr "Suchergebnisse begrenzen"
|
9229 |
|
9230 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1261
|
9231 |
msgctxt "dhl"
|
9232 |
msgid "Limit the number of DHL locations shown on the map"
|
9233 |
msgstr "Begrenzt die Anzahl der angezeigten DHL Standorte auf der Karte"
|
9234 |
|
9235 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1298
|
9236 |
msgctxt "dhl"
|
9237 |
msgid "Enable delivery day delivery."
|
9238 |
msgstr "Aktiviere die Lieferung am Liefertag."
|
9239 |
|
9240 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1298
|
9241 |
msgctxt "dhl"
|
9242 |
msgid ""
|
9243 |
"Enabling this option will display options for the user to select their "
|
9247 |
"Kasse."
|
9248 |
|
9249 |
# @ woocommerce-germanized
|
9250 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1306
|
9251 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1901
|
9252 |
msgctxt "dhl"
|
9253 |
msgid "Fee"
|
9254 |
msgstr "Gebühr"
|
9255 |
|
9256 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1308
|
9257 |
msgctxt "dhl"
|
9258 |
msgid ""
|
9259 |
"Insert gross value as surcharge for delivery day delivery. Insert 0 to offer "
|
9263 |
"Setzen Sie den Wert auf 0 um den Service kostenlos anzubieten."
|
9264 |
|
9265 |
# @ woocommerce-germanized
|
9266 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1320
|
9267 |
msgctxt "dhl"
|
9268 |
msgid "Enable drop-off location delivery."
|
9269 |
msgstr "Lieferung an einen Ablageort aktivieren."
|
9270 |
|
9271 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1320
|
9272 |
msgctxt "dhl"
|
9273 |
msgid ""
|
9274 |
"Enabling this option will display options for the user to select their "
|
9277 |
"Diese Option aktiviert die Auswahl eines Wunschorts durch den Kunden in der "
|
9278 |
"Kasse ."
|
9279 |
|
9280 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1329
|
9281 |
msgctxt "dhl"
|
9282 |
msgid "Enable delivery to a neighbor."
|
9283 |
msgstr "Lieferung an Nachbarn aktivieren."
|
9284 |
|
9285 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1329
|
9286 |
msgctxt "dhl"
|
9287 |
msgid ""
|
9288 |
"Enabling this option will display options for the user to deliver to their "
|
9291 |
"Diese Option aktiviert die Auswahl eines Wunschnachbarn durch den Kunden in "
|
9292 |
"der Kasse."
|
9293 |
|
9294 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1337
|
9295 |
msgctxt "dhl"
|
9296 |
msgid "Cut-off time"
|
9297 |
msgstr "Cut-off-Zeit"
|
9298 |
|
9299 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1342
|
9300 |
msgctxt "dhl"
|
9301 |
msgid ""
|
9302 |
"The cut-off time is the latest possible order time up to which the minimum "
|
9309 |
"Nach Überschreitung dieses Zeitpunktes, wird der früheste verfügbare "
|
9310 |
"Liefertag in der Kasse um einen Tag erhöht (Tag der Bestellung + 3 Werktage)."
|
9311 |
|
9312 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1348
|
9313 |
msgctxt "dhl"
|
9314 |
msgid "Preparation days"
|
9315 |
msgstr "Bearbeitungstage"
|
9316 |
|
9317 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1353
|
9318 |
msgctxt "dhl"
|
9319 |
msgid ""
|
9320 |
"If you need more time to prepare your shipments you might want to add a "
|
9325 |
"hier eine statische Anzahl an Tagen hinterlegen, die zum frühesten "
|
9326 |
"auswählbaren Liefertag hinzugefügt werden."
|
9327 |
|
9328 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1364
|
9329 |
msgctxt "dhl"
|
9330 |
msgid "Exclude days of transfer"
|
9331 |
msgstr "Übergabetage ausschließen"
|
9332 |
|
9333 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1366
|
9334 |
msgctxt "dhl"
|
9335 |
msgid "Exclude days from transferring shipments to DHL."
|
9336 |
msgstr "Schließen Sie bestimmte Wochentage für die Übergabe an DHL aus."
|
9337 |
|
9338 |
# @ woocommerce-germanized
|
9339 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1432
|
9340 |
msgctxt "dhl"
|
9341 |
msgid "Exclude gateways"
|
9342 |
msgstr "Zahlungsarten ausschließen"
|
9343 |
|
9344 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1434
|
9345 |
msgctxt "dhl"
|
9346 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
9347 |
msgstr ""
|
9349 |
"zur Verfügung stehen sollen."
|
9350 |
|
9351 |
# @ woocommerce-germanized
|
9352 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1463
|
9353 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:261
|
9354 |
msgctxt "dhl"
|
9355 |
msgid "Products"
|
9356 |
msgstr "Produkte"
|
9357 |
|
9358 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1470
|
9359 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:280
|
9360 |
msgctxt "dhl"
|
9361 |
msgid "Domestic Default Service"
|
9362 |
msgstr "Nationaler Standard Service"
|
9363 |
|
9364 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
|
9365 |
msgctxt "dhl"
|
9366 |
msgid ""
|
9367 |
"Please select your default DHL shipping service for domestic shipments that "
|
9373 |
"nachträglich ändern)."
|
9374 |
|
9375 |
# @ woocommerce-germanized
|
9376 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1481
|
9377 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:291
|
9378 |
msgctxt "dhl"
|
9379 |
msgid "EU Default Service"
|
9380 |
msgstr "Standard Service (EU)"
|
9381 |
|
9382 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1486
|
9383 |
msgctxt "dhl"
|
9384 |
msgid ""
|
9385 |
"Please select your default DHL shipping service for EU shipments that you "
|
9390 |
"Ihre Kunden anbieten (Sie können das Produkt für jede einzelne Sendung "
|
9391 |
"nachträglich ändern)."
|
9392 |
|
9393 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1492
|
9394 |
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:302
|
9395 |
msgctxt "dhl"
|
9396 |
msgid "Int. Default Service"
|
9397 |
msgstr "Internationaler Standard Service"
|
9398 |
|
9399 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1497
|
9400 |
msgctxt "dhl"
|
9401 |
msgid ""
|
9402 |
"Please select your default DHL shipping service for cross-border shipments "
|
9408 |
"Sendung nachträglich ändern)."
|
9409 |
|
9410 |
# @ woocommerce-germanized
|
9411 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1503
|
9412 |
msgctxt "dhl"
|
9413 |
msgid "Default Duty"
|
9414 |
msgstr "Standard Zoll"
|
9415 |
|
9416 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1508
|
9417 |
msgctxt "dhl"
|
9418 |
msgid "Please select a default duty type."
|
9419 |
msgstr "Bitte wählen Sie eine Standard-Zollabrechnung aus."
|
9420 |
|
9421 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1515
|
9422 |
msgctxt "dhl"
|
9423 |
msgid "Codeable"
|
9424 |
msgstr "Leitcodierbar"
|
9425 |
|
9426 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1516
|
9427 |
msgctxt "dhl"
|
9428 |
msgid "Generate label only if address can be automatically retrieved DHL."
|
9429 |
msgstr "Erzeuge Labels nur dann, wenn die Adresse von DHL erkannt wird."
|
9430 |
|
9431 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1522
|
9432 |
msgctxt "dhl"
|
9433 |
msgid ""
|
9434 |
"Choose this option if you want to make sure that by default labels are only "
|
9439 |
"ist."
|
9440 |
|
9441 |
# @ woocommerce-germanized
|
9442 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1526
|
9443 |
msgctxt "dhl"
|
9444 |
msgid "Force email"
|
9445 |
msgstr "E-Mail übertragen"
|
9446 |
|
9447 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1527
|
9448 |
msgctxt "dhl"
|
9449 |
msgid "Force transferring customer email to DHL."
|
9450 |
msgstr "E-Mail-Adresse des Kunden immer an DHL übertragen."
|
9451 |
|
9452 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1527
|
9453 |
#, php-format
|
9454 |
msgctxt "dhl"
|
9455 |
msgid ""
|
9469 |
"Sie diese Option aktivieren."
|
9470 |
|
9471 |
# @ woocommerce-germanized
|
9472 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1536
|
9473 |
msgctxt "dhl"
|
9474 |
msgid "Custom shipper"
|
9475 |
msgstr "Individueller Absender"
|
9476 |
|
9477 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1537
|
9478 |
msgctxt "dhl"
|
9479 |
msgid "Use a custom shipper address managed within your DHL business profile."
|
9480 |
msgstr "Individuelle Absenderreferenz aus dem DHL Geschäftskonto verwenden."
|
9481 |
|
9482 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1537
|
9483 |
#, php-format
|
9484 |
msgctxt "dhl"
|
9485 |
msgid ""
|
9492 |
"verwenden möchten."
|
9493 |
|
9494 |
# @ woocommerce-germanized
|
9495 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1546
|
9496 |
msgctxt "dhl"
|
9497 |
msgid "Shipper reference"
|
9498 |
msgstr "Absenderreferenz"
|
9499 |
|
9500 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1547
|
9501 |
#, php-format
|
9502 |
msgctxt "dhl"
|
9503 |
msgid ""
|
9507 |
"Fügen Sie hier Ihre <a href=\"%s\" target=\"_blank\">individuelle "
|
9508 |
"Absenderreferenz</a> aus dem DHL Geschäftskonto ein."
|
9509 |
|
9510 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1558
|
9511 |
msgctxt "dhl"
|
9512 |
msgid ""
|
9513 |
"Additionally create inlay return labels for shipments that support returns."
|
9515 |
"Erzeuge zusätzlich Beilage-Retourenlabels für Sendungen die Retouren "
|
9516 |
"unterstützen."
|
9517 |
|
9518 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1577
|
9519 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1584
|
9520 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1839
|
9521 |
msgctxt "dhl"
|
9522 |
msgid "Retoure"
|
9523 |
msgstr "Retoure"
|
9524 |
|
9525 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1580
|
9526 |
#, php-format
|
9527 |
msgctxt "dhl"
|
9528 |
msgid ""
|
9533 |
"API an. Stellen Sie sicher, dass Ihr %s DHL Retoure Online enthält."
|
9534 |
|
9535 |
# @ woocommerce-germanized
|
9536 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1580
|
9537 |
msgctxt "dhl"
|
9538 |
msgid "contract"
|
9539 |
msgstr "Vertrag"
|
9540 |
|
9541 |
# @ woocommerce-germanized
|
9542 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1585
|
9543 |
msgctxt "dhl"
|
9544 |
msgid "Create retoure labels to return shipments."
|
9545 |
msgstr "Retourenlabels zu Retourensendungen erstellen."
|
9546 |
|
9547 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1585
|
9548 |
msgctxt "dhl"
|
9549 |
msgid ""
|
9550 |
"By enabling this option you might generate retoure labels for return "
|
9554 |
"Retourensendungen erstellen und diese per E-Mail an den Kunden weiterleiten."
|
9555 |
|
9556 |
# @ woocommerce-germanized
|
9557 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1605
|
9558 |
msgctxt "dhl"
|
9559 |
msgid "Default Services"
|
9560 |
msgstr "Standard-Services"
|
9561 |
|
9562 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1609
|
9563 |
#, php-format
|
9564 |
msgctxt "dhl"
|
9565 |
msgid ""
|
9570 |
"werden sollen. Finden Sie mehr <a href=\"%s\" target=\"_blank\">Services</a> "
|
9571 |
"heraus."
|
9572 |
|
9573 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1613
|
9574 |
msgctxt "dhl"
|
9575 |
msgid "Enable the GoGreen Service by default."
|
9576 |
msgstr "Buche den GoGreen Service hinzu."
|
9577 |
|
9578 |
# @ woocommerce-germanized
|
9579 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1620
|
9580 |
msgctxt "dhl"
|
9581 |
msgid "Additional Insurance"
|
9582 |
msgstr "Transportversicherung"
|
9583 |
|
9584 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1621
|
9585 |
msgctxt "dhl"
|
9586 |
msgid "Add an additional insurance to labels."
|
9587 |
msgstr "Füge eine Transportversicherung zur Sendung hinzu."
|
9588 |
|
9589 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1628
|
9590 |
msgctxt "dhl"
|
9591 |
msgid "Retail Outlet Routing"
|
9592 |
msgstr "Filialrouting"
|
9593 |
|
9594 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1629
|
9595 |
msgctxt "dhl"
|
9596 |
msgid ""
|
9597 |
"Send undeliverable items to nearest retail outlet instead of immediate "
|
9600 |
"Sende unzustellbare Sendungen in die nächstgelegene Filiale zur Abholung "
|
9601 |
"anstelle diese direkt zurückzusenden."
|
9602 |
|
9603 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1636
|
9604 |
msgctxt "dhl"
|
9605 |
msgid "No Neighbor"
|
9606 |
msgstr "Keine Nachbarschaftszustellung"
|
9607 |
|
9608 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1637
|
9609 |
msgctxt "dhl"
|
9610 |
msgid "Do not deliver to neighbors."
|
9611 |
msgstr "Schließe eine Ersatzzustellung beim Nachbarn aus."
|
9612 |
|
9613 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1645
|
9614 |
msgctxt "dhl"
|
9615 |
msgid "Do only delivery to named person."
|
9616 |
msgstr ""
|
9617 |
"Lasse Pakete nur an den Empfänger persönlich oder an eine bevollmächtigte "
|
9618 |
"Person übergeben."
|
9619 |
|
9620 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1652
|
9621 |
msgctxt "dhl"
|
9622 |
msgid "Bulky Goods"
|
9623 |
msgstr "Sperrgut"
|
9624 |
|
9625 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1653
|
9626 |
msgctxt "dhl"
|
9627 |
msgid "Deliver as bulky goods."
|
9628 |
msgstr "Sende Pakete als Sperrgut."
|
9629 |
|
9630 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1660
|
9631 |
msgctxt "dhl"
|
9632 |
msgid "Minimum age (Visual check)"
|
9633 |
msgstr "Mindestalter (Visuell)"
|
9634 |
|
9635 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1666
|
9636 |
msgctxt "dhl"
|
9637 |
msgid "Choose this option if you want to let DHL check your customer's age."
|
9638 |
msgstr ""
|
9639 |
"Wählen Sie diese Option aus, wenn Sie das Alter durch DHL prüfen lassen "
|
9640 |
"möchten."
|
9641 |
|
9642 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1669
|
9643 |
msgctxt "dhl"
|
9644 |
msgid "Sync (Visual Check)"
|
9645 |
msgstr "Synchronisation (Visuell)"
|
9646 |
|
9647 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
|
9648 |
msgctxt "dhl"
|
9649 |
msgid "Visually verify age if shipment contains applicable items."
|
9650 |
msgstr ""
|
9651 |
"Aktiviere die Alterssichtprüfung, falls die Sendung zu prüfende Positionen "
|
9652 |
"beinhaltet."
|
9653 |
|
9654 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
|
9655 |
#, php-format
|
9656 |
msgctxt "dhl"
|
9657 |
msgid ""
|
9664 |
"Alterssichtprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
9665 |
"Produkte beinhaltet."
|
9666 |
|
9667 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
|
9668 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1687
|
9669 |
msgctxt "dhl"
|
9670 |
msgid "age verification checkbox"
|
9671 |
msgstr "Checkbox zur Altersprüfung"
|
9672 |
|
9673 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1677
|
9674 |
msgctxt "dhl"
|
9675 |
msgid "Minimum age (Ident check)"
|
9676 |
msgstr "Mindestalter (Identität)"
|
9677 |
|
9678 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1683
|
9679 |
msgctxt "dhl"
|
9680 |
msgid ""
|
9681 |
"Choose this option if you want to let DHL check your customer's identity and "
|
9685 |
"prüfen lassen möchten."
|
9686 |
|
9687 |
# @ woocommerce-germanized
|
9688 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1686
|
9689 |
msgctxt "dhl"
|
9690 |
msgid "Sync (Ident Check)"
|
9691 |
msgstr "Synchronisation (Identität)"
|
9692 |
|
9693 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1687
|
9694 |
msgctxt "dhl"
|
9695 |
msgid "Verify identity and age if shipment contains applicable items."
|
9696 |
msgstr ""
|
9697 |
"Aktiviere die Identitätsprüfung, falls die Sendung zu prüfende Positionen "
|
9698 |
"beinhaltet."
|
9699 |
|
9700 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1687
|
9701 |
#, php-format
|
9702 |
msgctxt "dhl"
|
9703 |
msgid ""
|
9710 |
"Identitätsprüfung automatisch aktiviert, falls eine Sendung zu prüfenden "
|
9711 |
"Produkte beinhaltet."
|
9712 |
|
9713 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1695
|
9714 |
msgctxt "dhl"
|
9715 |
msgid "Premium delivery for international shipments."
|
9716 |
msgstr "Premium Lieferung für internationale Sendungen."
|
9717 |
|
9718 |
# @ woocommerce-germanized
|
9719 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1707
|
9720 |
msgctxt "dhl"
|
9721 |
msgid "Bank Account"
|
9722 |
msgstr "Bankkonto"
|
9723 |
|
9724 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1710
|
9725 |
msgctxt "dhl"
|
9726 |
msgid "Enter your bank details needed for services that use COD."
|
9727 |
msgstr ""
|
9729 |
"verwendet werden sollen."
|
9730 |
|
9731 |
# @ woocommerce-germanized
|
9732 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1714
|
9733 |
msgctxt "dhl"
|
9734 |
msgid "Holder"
|
9735 |
msgstr "Kontoinhaber"
|
9736 |
|
9737 |
# @ woocommerce-germanized
|
9738 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1722
|
9739 |
msgctxt "dhl"
|
9740 |
msgid "Bank Name"
|
9741 |
msgstr "Name der Bank"
|
9742 |
|
9743 |
# @ woocommerce-germanized
|
9744 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1730
|
9745 |
msgctxt "dhl"
|
9746 |
msgid "IBAN"
|
9747 |
msgstr "IBAN"
|
9748 |
|
9749 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1738
|
9750 |
msgctxt "dhl"
|
9751 |
msgid "BIC"
|
9752 |
msgstr "BIC"
|
9753 |
|
9754 |
# @ woocommerce-germanized
|
9755 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1746
|
9756 |
msgctxt "dhl"
|
9757 |
msgid "Payment Reference"
|
9758 |
msgstr "Zahlungsreferenz"
|
9759 |
|
9760 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1751
|
9761 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1761
|
9762 |
#, php-format
|
9763 |
msgctxt "dhl"
|
9764 |
msgid ""
|
9769 |
"hinzufügen: %s. Der Text ist auf 35 Zeichen begrenzt."
|
9770 |
|
9771 |
# @ woocommerce-germanized
|
9772 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1756
|
9773 |
msgctxt "dhl"
|
9774 |
msgid "Payment Reference 2"
|
9775 |
msgstr "Zahlungsreferenz 2"
|
9776 |
|
9777 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1795
|
9778 |
msgctxt "dhl"
|
9779 |
msgid "Customer Number"
|
9780 |
msgstr "Kundennummer"
|
9781 |
|
9782 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1795
|
9783 |
msgctxt "dhl"
|
9784 |
msgid ""
|
9785 |
"Insert your DHL business customer number (EKP) here. If you are not yet a "
|
9789 |
"Geschäftskunde sind, sollten Sie sich zuerst als Geschäftskunde bei DHL "
|
9790 |
"registrieren."
|
9791 |
|
9792 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1808
|
9793 |
msgctxt "dhl"
|
9794 |
msgid "API Access"
|
9795 |
msgstr "API Versionen"
|
9796 |
|
9797 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1808
|
9798 |
msgctxt "dhl"
|
9799 |
msgid ""
|
9800 |
"To create labels and embed DHL services, our software needs access to the "
|
9804 |
"Software Zugang zur API. Sie sollten hier Ihre Zugangsdaten zum DHL "
|
9805 |
"Geschäftskundenportal eingeben."
|
9806 |
|
9807 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1826
|
9808 |
msgctxt "dhl"
|
9809 |
msgid ""
|
9810 |
"If you want to provide your customers with inlay return labels for your "
|
9813 |
"Wenn Sie Beilageretouren-Labels zu Ihren Sendungen hinzufügen möchten, "
|
9814 |
"sollten Sie diese Funktion standardmäßig aktivieren."
|
9815 |
|
9816 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1839
|
9817 |
msgctxt "dhl"
|
9818 |
msgid ""
|
9819 |
"If you want to create DHL labels to returns you should activate this "
|
9824 |
"aktivieren. Stellen Sie sicher, dass DHL Online Retoure in Ihrem Vertrag "
|
9825 |
"freigeschaltet ist."
|
9826 |
|
9827 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1852
|
9828 |
msgctxt "dhl"
|
9829 |
msgid "Age verification"
|
9830 |
msgstr "Altersverifikation"
|
9831 |
|
9832 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1852
|
9833 |
msgctxt "dhl"
|
9834 |
msgid ""
|
9835 |
"Use this feature to sync the Germanized age verification checkbox with the "
|
9842 |
"„Alterssichtprüfung“ von DHL automatisch aktiviert."
|
9843 |
|
9844 |
# @ woocommerce-germanized
|
9845 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1870
|
9846 |
msgctxt "dhl"
|
9847 |
msgid "Automation"
|
9848 |
msgstr "Automatisierung"
|
9849 |
|
9850 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1870
|
9851 |
msgctxt "dhl"
|
9852 |
msgid ""
|
9853 |
"You might want to save some time and let Germanized generate labels "
|
9857 |
"automatisch erzeugen lassen, sobald eine Sendung in einen bestimmten Status "
|
9858 |
"wechselt."
|
9859 |
|
9860 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1888
|
9861 |
msgctxt "dhl"
|
9862 |
msgid ""
|
9863 |
"Let your customers choose a delivery day (if the service is available at the "
|
9866 |
"Lassen Sie Ihre Kunden einen Liefertag (falls der Service für die "
|
9867 |
"Kundenadresse zur Verfügung steht) für die Lieferung in der Kasse auswählen."
|
9868 |
|
9869 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1901
|
9870 |
msgctxt "dhl"
|
9871 |
msgid ""
|
9872 |
"Optionally charge your customers an additional fee for preferred services "
|
9875 |
"Optional können Sie die Gebühr für die Auswahl des Liefertages oder anderer "
|
9876 |
"Wunschzustellung-Services an Ihre Kunden weiterreichen."
|
9877 |
|
9878 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1914
|
9879 |
msgctxt "dhl"
|
9880 |
msgid ""
|
9881 |
"Allow your customers to send their parcels to a drop-off location e.g. a "
|
9884 |
"Lassen Sie Ihre Kunden einen Ablageort für die Abgabe ihres Pakets in der "
|
9885 |
"Kasse auswählen. Dieser Service wird von DHL nicht zusätzlich berechnet."
|
9886 |
|
9887 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1932
|
9888 |
msgctxt "dhl"
|
9889 |
msgid ""
|
9890 |
"Allow your customers to choose packstation (and/or other DHL location types "
|
9893 |
"Lassen Sie Ihre Kunden eine Packstation (und/oder andere DHL Standorte, wie "
|
9894 |
"im Folgenden konfiguriert) als Lieferadresse auswählen."
|
9895 |
|
9896 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1945
|
9897 |
msgctxt "dhl"
|
9898 |
msgid ""
|
9899 |
"This option adds a map overlay view to let your customers choose a DHL "
|
11072 |
msgstr "Land auswählen"
|
11073 |
|
11074 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:154
|
11075 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:116
|
11076 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:143
|
11077 |
msgctxt "shipments"
|
11078 |
msgid "HS-Code (Customs)"
|
11079 |
msgstr "Zolltarifnummer (HS-Code, Zoll)"
|
11089 |
"gehandelter Produkte."
|
11090 |
|
11091 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:165
|
11092 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:123
|
11093 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:149
|
11094 |
msgctxt "shipments"
|
11095 |
msgid "Country of manufacture (Customs)"
|
11096 |
msgstr "Herstellungsland (Zoll)"
|
12064 |
msgstr "Kundenbezahlungsseite →"
|
12065 |
|
12066 |
# @ woocommerce-germanized
|
12067 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:95
|
12068 |
msgctxt "shipments"
|
12069 |
msgid "Shipping status"
|
12070 |
msgstr "Versandstatus"
|
12071 |
|
12072 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:190
|
12073 |
msgctxt "shipments"
|
12074 |
msgid "List of shipments."
|
12075 |
msgstr "Sendungsliste."
|
i18n/languages/woocommerce-germanized.pot
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Germanized for WooCommerce 3.3.4\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-germanized\n"
|
8 |
-
"POT-Creation-Date: 2022-
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
11 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,7 +114,11 @@ msgstr ""
|
|
114 |
msgid "Nutri-Score %1$s"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:1206
|
|
|
|
|
|
|
|
|
118 |
msgid "incl. VAT"
|
119 |
msgstr ""
|
120 |
|
@@ -122,7 +126,8 @@ msgstr ""
|
|
122 |
msgid "excl. VAT"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:1208
|
|
|
126 |
#, php-format
|
127 |
msgid "incl. %s%% VAT"
|
128 |
msgstr ""
|
@@ -132,11 +137,18 @@ msgstr ""
|
|
132 |
msgid "excl. %s%% VAT"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:44
|
|
|
|
|
|
|
|
|
136 |
msgid "Yes"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:46
|
|
|
|
|
|
|
140 |
msgid "No"
|
141 |
msgstr ""
|
142 |
|
@@ -156,16 +168,23 @@ msgstr ""
|
|
156 |
msgid "Resend activation link"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-deposit-types.php:67
|
160 |
-
#: woocommerce-germanized/includes/admin/
|
|
|
|
|
|
|
|
|
|
|
161 |
msgid "Deposit"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-deposit-types.php:71
|
|
|
165 |
msgid "Packaging Type"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-deposit-types.php:82
|
|
|
169 |
msgctxt "deposit-packaging-type"
|
170 |
msgid "None"
|
171 |
msgstr ""
|
@@ -178,7 +197,8 @@ msgstr ""
|
|
178 |
msgid "Choose a global minimum age necessary to buy your products. Can be overridden by product specific settings."
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:86
|
|
|
182 |
msgid "Confirmation"
|
183 |
msgstr ""
|
184 |
|
@@ -186,24 +206,32 @@ msgstr ""
|
|
186 |
msgid "This text will be appended to your order processing email if the order contains service products."
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:91
|
|
|
190 |
#, php-format
|
191 |
msgid "To insert a link to your cancellation policy use the following placeholder: %s"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:92
|
|
|
195 |
msgid "Furthermore you have expressly agreed to start the performance of the contract for services before expiry of the withdrawal period. I have noted to lose my {link}right of withdrawal{/link} with the beginning of the performance of the contract."
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:106
|
|
|
199 |
msgid "Downloadable Product"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:107
|
|
|
203 |
msgid "Virtual Product"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:108
|
|
|
|
|
|
|
|
|
207 |
msgid "Service"
|
208 |
msgstr ""
|
209 |
|
@@ -211,7 +239,8 @@ msgstr ""
|
|
211 |
msgid "This text will be appended to your order processing email if the order contains digital products."
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:123
|
|
|
215 |
msgid "Furthermore you have expressly agreed to start the performance of the contract for digital items (e.g. downloads) before expiry of the withdrawal period. I have noted to lose my {link}right of withdrawal{/link} with the beginning of the performance of the contract."
|
216 |
msgstr ""
|
217 |
|
@@ -239,7 +268,9 @@ msgstr ""
|
|
239 |
msgid "Always show."
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:161
|
|
|
|
|
243 |
msgid "Shipping Methods"
|
244 |
msgstr ""
|
245 |
|
@@ -247,20 +278,27 @@ msgstr ""
|
|
247 |
msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-notices.php:
|
251 |
#, php-format
|
252 |
msgid "<strong>Be aware!</strong> This update is not compatible with your current Germanized Pro version. Please check for updates (%s) before updating Germanized to prevent compatibility issues."
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:58
|
|
|
|
|
256 |
msgid "Age Verification"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:60
|
|
|
|
|
|
|
260 |
msgid "Same as Parent"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:82
|
|
|
|
|
264 |
msgid "None"
|
265 |
msgstr ""
|
266 |
|
@@ -268,12 +306,18 @@ msgstr ""
|
|
268 |
msgid "Create DPD labels and return labels conveniently"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-provider-dpd.php:21
|
|
|
272 |
msgid "DPD"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-provider-dpd.php:21
|
276 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-
|
|
|
|
|
|
|
|
|
|
|
277 |
msgid "pro"
|
278 |
msgstr ""
|
279 |
|
@@ -281,32 +325,42 @@ msgstr ""
|
|
281 |
msgid "Germanize"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:66
|
|
|
285 |
#, php-format
|
286 |
msgid "There was an error while automatically installing %1$s. %2$s"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:66
|
|
|
|
|
|
|
290 |
msgid "One Stop Shop"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:71
|
|
|
|
|
294 |
msgid "Settings"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:78
|
|
|
298 |
msgid "Shipping Provider"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:85
|
|
|
302 |
msgid "First Steps"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:89
|
|
|
306 |
msgid "Start tutorial"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:100
|
|
|
310 |
msgid "Encryption"
|
311 |
msgstr ""
|
312 |
|
@@ -314,7 +368,9 @@ msgstr ""
|
|
314 |
msgid "Insert key"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:105
|
|
|
|
|
318 |
msgid "Continue"
|
319 |
msgstr ""
|
320 |
|
@@ -340,7 +396,8 @@ msgstr ""
|
|
340 |
msgid "I'm participating in the <a href=\"%s\" target=\"_blank\" rel=\"noopener\">One Stop Shop (OSS) procedure</a>."
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:165
|
|
|
344 |
msgid "Activating this option will automatically install the <a href=\"https://wordpress.org/plugins/one-stop-shop-woocommerce/\" target=\"_blank\">One Stop Shop Plugin</a> developed by us."
|
345 |
msgstr ""
|
346 |
|
@@ -366,24 +423,30 @@ msgstr ""
|
|
366 |
msgid "Let Germanized insert EU VAT rates."
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:201
|
|
|
|
|
370 |
msgid "Small-Enterprise-Regulation"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:202
|
|
|
374 |
msgid "VAT based on §19 UStG"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:202
|
|
|
378 |
#, php-format
|
379 |
msgid "Enable this option if you have chosen to apply to <a href=\"%s\" target=\"_blank\">§19 UStG</a>."
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:208
|
|
|
383 |
msgid "Double Opt In"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:209
|
|
|
387 |
msgid "Enable customer double opt in during registration."
|
388 |
msgstr ""
|
389 |
|
@@ -418,23 +481,35 @@ msgstr ""
|
|
418 |
msgid "Return to WP Admin"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
|
|
|
|
|
|
422 |
msgid "Terms & Conditions"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:46
|
|
|
|
|
426 |
msgid "Cancellation Policy"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
|
|
|
|
|
|
430 |
msgid "Imprint"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
|
|
|
|
|
434 |
msgid "Privacy Policy"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
|
|
|
|
438 |
msgid "Payment Methods"
|
439 |
msgstr ""
|
440 |
|
@@ -450,92 +525,122 @@ msgstr ""
|
|
450 |
msgid "Go to Germanized Settings"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:34
|
454 |
-
#: woocommerce-germanized/includes/
|
455 |
-
#: woocommerce-germanized/includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
456 |
msgid "Cheating huh?"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
|
|
460 |
msgctxt "dhl"
|
461 |
msgid "Action failed. Please refresh the page and retry."
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
|
|
465 |
msgctxt "dhl"
|
466 |
msgid "You don't have permission to do this."
|
467 |
msgstr ""
|
468 |
|
469 |
#. Plugin Name of the plugin/theme
|
470 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
471 |
msgid "Germanized for WooCommerce"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
475 |
msgid "Paid for order notification manually sent to customer."
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
479 |
msgid "Order confirmation manually sent to customer."
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
483 |
msgid "Resend order confirmation"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
487 |
msgid "Send paid for order notification"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
|
|
|
|
|
|
|
|
|
|
491 |
msgid "Germanized"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
495 |
msgid "Parcel Delivery Data Transfer:"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
499 |
msgid "allowed"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
503 |
msgid "not allowed"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
507 |
msgid "Insert delivery time name, slug or id."
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
511 |
msgid "Insert product units amount."
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
515 |
msgid "Optional Email Content"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
519 |
msgid "Add content which will be replacing default page content within emails."
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
523 |
msgid "Cart description"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
|
|
527 |
msgid "Defect description"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
531 |
msgid "This content will be shown as short product description within checkout and emails."
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
|
|
535 |
msgid "Inform your customers about product defects. This description will be shown on top of your product description and during cart/checkout."
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:145
|
|
|
|
|
|
|
|
|
539 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-unit-price.php:10
|
540 |
msgid "Unit Price"
|
541 |
msgstr ""
|
@@ -548,8 +653,16 @@ msgstr ""
|
|
548 |
msgid "Toggle auto calculation"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:151
|
552 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
553 |
msgid "Delivery Time"
|
554 |
msgstr ""
|
555 |
|
@@ -557,7 +670,9 @@ msgstr ""
|
|
557 |
msgid "Set delivery time"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:154
|
|
|
|
|
561 |
msgid "Status"
|
562 |
msgstr ""
|
563 |
|
@@ -573,48 +688,65 @@ msgstr ""
|
|
573 |
msgid "Toggle "Defective Copy""
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:173
|
|
|
577 |
msgid "Used Good"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:173
|
|
|
581 |
msgid "Product is a used good."
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:176
|
|
|
585 |
msgid "Defective Copy"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:176
|
|
|
589 |
msgid "Product has defects."
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:204
|
|
|
593 |
msgid "Price Labeling"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:205
|
|
|
|
|
|
|
|
|
597 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:591
|
598 |
msgid "Help"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:214
|
|
|
602 |
msgid "Sale Label"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:225
|
|
|
606 |
msgid "Sale Regular Label"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:240
|
|
|
|
|
|
|
|
|
610 |
msgid "Product Units"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:245
|
|
|
614 |
msgid "Number of units included per default product price. Example: 1000 ml."
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:254
|
|
|
618 |
msgid "Calculation"
|
619 |
msgstr ""
|
620 |
|
@@ -622,11 +754,13 @@ msgstr ""
|
|
622 |
msgid "Calculate unit prices automatically"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:268
|
|
|
626 |
msgid "Regular Unit Price"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:279
|
|
|
630 |
msgid "Sale Unit Price"
|
631 |
msgstr ""
|
632 |
|
@@ -639,28 +773,40 @@ msgstr ""
|
|
639 |
msgid "general product data"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:302
|
|
|
|
|
643 |
msgid "Same as parent"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:316
|
|
|
647 |
#, php-format
|
648 |
msgid "Delivery Time (%s)"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:329
|
|
|
|
|
|
|
652 |
msgid "remove"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:342
|
|
|
656 |
msgid "Add country specific delivery time"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:349
|
|
|
660 |
msgid "Select country"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:361
|
|
|
|
|
|
|
|
|
664 |
msgid "Search for a delivery time…"
|
665 |
msgstr ""
|
666 |
|
@@ -668,43 +814,58 @@ msgstr ""
|
|
668 |
msgid "Additional Fields"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:385
|
|
|
672 |
msgid "Minimum Age"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:388
|
|
|
676 |
msgid "Adds an age verification checkbox while purchasing this product."
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:401
|
|
|
|
|
|
|
680 |
msgid "GTIN"
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:406
|
|
|
684 |
msgid "Your product's Global Trade Item Number that allows your products to be identified worldwide."
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:415
|
|
|
|
|
|
|
688 |
msgid "MPN"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:420
|
|
|
692 |
msgid "Your product's Manufacturer Part Number."
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:427
|
|
|
696 |
msgid "Warranty (PDF)"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:428
|
|
|
700 |
msgid "Choose file"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:428
|
|
|
704 |
msgid "Select warranty file"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:430
|
|
|
|
|
708 |
msgid "Delete"
|
709 |
msgstr ""
|
710 |
|
@@ -712,56 +873,86 @@ msgstr ""
|
|
712 |
msgid "Optional Mini Description"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:443
|
|
|
|
|
|
|
716 |
msgid "Defect Description"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:462
|
|
|
|
|
720 |
msgid "Deposit Type"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:463
|
|
|
724 |
msgid "Select Deposit Type"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:466
|
|
|
728 |
msgid "In case this product is reusable and has deposits, select the deposit type."
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:475
|
|
|
732 |
msgid "Deposit Quantity"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:480
|
|
|
736 |
msgid "Number of units included for deposit purposes, e.g. 6 bottles."
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:488
|
|
|
|
|
|
|
|
|
740 |
msgid "Get Germanized Pro to unlock"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:489
|
|
|
744 |
msgid "Want to sell your food in a legally compliant way? Include nutrients, allergenes, ingredients, the Nutri-Score, deposits and more with Germanized Pro."
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:490
|
748 |
-
#: woocommerce-germanized/includes/admin/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
749 |
msgid "Upgrade now"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:115
|
|
|
|
|
753 |
msgid "Food"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:193
|
|
|
|
|
|
|
|
|
757 |
msgid "Unit"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:196
|
|
|
761 |
msgid "No unit"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:260
|
|
|
|
|
765 |
msgid "— No change —"
|
766 |
msgstr ""
|
767 |
|
@@ -789,7 +980,8 @@ msgstr ""
|
|
789 |
msgid "This product is a food product."
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:422
|
|
|
793 |
msgid "Select Price Label"
|
794 |
msgstr ""
|
795 |
|
@@ -865,18 +1057,21 @@ msgctxt "dhl"
|
|
865 |
msgid "It seems like you are currently using the DHL for WooCommerce plugin. Germanized does now fully integrate DHL services and switching is as simple as can be. Check your advantages by using the DHL integration in Germanized and let Germanized import your current settings for you."
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-dhl-importer.php:35
|
|
|
869 |
msgctxt "dhl"
|
870 |
msgid "No need to use an external plugin which might lead to incompatibilities"
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-dhl-importer.php:36
|
|
|
874 |
#, php-format
|
875 |
msgctxt "dhl"
|
876 |
msgid "Many improved features such as automation, services per shipping method and %s"
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-dhl-importer.php:36
|
|
|
880 |
msgctxt "dhl"
|
881 |
msgid "many more"
|
882 |
msgstr ""
|
@@ -886,7 +1081,8 @@ msgctxt "dhl"
|
|
886 |
msgid "Perfectly integrated in Germanized – easily create labels for shipments"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-dhl-importer.php:51
|
|
|
890 |
msgctxt "dhl"
|
891 |
msgid "Import settings and activate"
|
892 |
msgstr ""
|
@@ -896,7 +1092,8 @@ msgctxt "dhl"
|
|
896 |
msgid "Use integration"
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-dhl-importer.php:58
|
|
|
900 |
msgctxt "dhl"
|
901 |
msgid "Learn more"
|
902 |
msgstr ""
|
@@ -905,12 +1102,18 @@ msgstr ""
|
|
905 |
msgid "Encryption key is missing"
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-encryption.php:50
|
|
|
|
|
|
|
|
|
|
|
909 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:235
|
910 |
msgid "Learn more"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-encryption.php:59
|
|
|
914 |
msgid "Auto insert"
|
915 |
msgstr ""
|
916 |
|
@@ -1049,6 +1252,22 @@ msgstr ""
|
|
1049 |
msgid "Enable support for %s"
|
1050 |
msgstr ""
|
1051 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1052 |
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-update.php:25
|
1053 |
msgid "Germanized Data Update Required"
|
1054 |
msgstr ""
|
@@ -1082,7 +1301,8 @@ msgstr ""
|
|
1082 |
msgid "Deactivate"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
-
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:52
|
|
|
1086 |
msgid "Enjoy even more professional features such as invoices, legal text generators, B2B VAT settings and premium support!"
|
1087 |
msgstr ""
|
1088 |
|
@@ -1142,7 +1362,9 @@ msgstr ""
|
|
1142 |
msgid "This text serves as Button text for the Order Submit Button."
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:85
|
|
|
|
|
1146 |
msgid "Buy Now"
|
1147 |
msgstr ""
|
1148 |
|
@@ -1226,7 +1448,8 @@ msgstr ""
|
|
1226 |
msgid "By default WooCommerce adds a \"taxes and shipping estimated\" text to your cart. This might puzzle your customers and may not meet german law."
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:142
|
|
|
1230 |
msgid "Fallback Mode"
|
1231 |
msgstr ""
|
1232 |
|
@@ -1274,7 +1497,8 @@ msgstr ""
|
|
1274 |
msgid "Legal checkboxes help you obtain consent from your customers. You might edit a checkbox' label and other options by clicking on the link."
|
1275 |
msgstr ""
|
1276 |
|
1277 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-checkboxes.php:61
|
|
|
1278 |
msgid "Label"
|
1279 |
msgstr ""
|
1280 |
|
@@ -1367,7 +1591,11 @@ msgstr ""
|
|
1367 |
msgid "Emails"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:30
|
|
|
|
|
|
|
|
|
1371 |
msgid "General"
|
1372 |
msgstr ""
|
1373 |
|
@@ -1375,7 +1603,8 @@ msgstr ""
|
|
1375 |
msgid "Visibility"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:32
|
|
|
1379 |
msgid "PDF Attachments"
|
1380 |
msgstr ""
|
1381 |
|
@@ -1395,13 +1624,22 @@ msgstr ""
|
|
1395 |
msgid "Use drag & drop to customize attachment order. Don't forget to save your changes."
|
1396 |
msgstr ""
|
1397 |
|
1398 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:128
|
|
|
1399 |
#, php-format
|
1400 |
msgid "Want to attach automatically generated PDF files to emails instead of plain text? %1$sUpgrade to %2$spro%3$s%4$s"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:182
|
1404 |
-
#: woocommerce-germanized/includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1405 |
msgid "Title"
|
1406 |
msgstr ""
|
1407 |
|
@@ -1467,11 +1705,14 @@ msgstr ""
|
|
1467 |
msgid "Adjust general options e.g. legal pages."
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:30
|
|
|
|
|
1471 |
msgid "Legal Pages"
|
1472 |
msgstr ""
|
1473 |
|
1474 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:31
|
|
|
1475 |
msgid "Dispute Resolution"
|
1476 |
msgstr ""
|
1477 |
|
@@ -1479,7 +1720,9 @@ msgstr ""
|
|
1479 |
msgid "Small Businesses"
|
1480 |
msgstr ""
|
1481 |
|
1482 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
|
|
|
|
|
1483 |
msgid "Checkout"
|
1484 |
msgstr ""
|
1485 |
|
@@ -1538,7 +1781,9 @@ msgstr ""
|
|
1538 |
msgid "This page should contain information regarding shipping methods that are chooseable during checkout."
|
1539 |
msgstr ""
|
1540 |
|
1541 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:152
|
|
|
|
|
1542 |
msgid "Review Authenticity"
|
1543 |
msgstr ""
|
1544 |
|
@@ -1566,11 +1811,15 @@ msgstr ""
|
|
1566 |
msgid "Obliged"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:207
|
|
|
|
|
1570 |
msgid "Resolution Text"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:208
|
|
|
|
|
1574 |
msgid "Adapt this example text regarding alternative dispute resolution to your needs. Text will be added to the [gzd_complaints] Shortcode. You may as well add this text to your terms & conditions."
|
1575 |
msgstr ""
|
1576 |
|
@@ -1603,7 +1852,9 @@ msgstr ""
|
|
1603 |
msgid "Append it now"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:265
|
|
|
|
|
1607 |
msgid "Notice Text"
|
1608 |
msgstr ""
|
1609 |
|
@@ -1611,7 +1862,8 @@ msgstr ""
|
|
1611 |
msgid "You may want to adjust the small buisness notice text to meet your criteria."
|
1612 |
msgstr ""
|
1613 |
|
1614 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:273
|
|
|
1615 |
msgid "Value added tax is not collected, as small businesses according to §19 (1) UStG."
|
1616 |
msgstr ""
|
1617 |
|
@@ -1744,21 +1996,28 @@ msgstr ""
|
|
1744 |
msgid "Whether your current product ratings are verified, e.g. only verified owners were able to submit reviews."
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:426
|
|
|
|
|
|
|
|
|
1748 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:721
|
1749 |
msgid "Format"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:428
|
|
|
1753 |
msgid "{link}Verified overall ratings{/link}"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:434
|
|
|
1757 |
#, php-format
|
1758 |
msgid "Customize the format used to notify customers about the authenticity of the ratings. Use {link}{/link} as placeholders to link your <a href=\"%1$s\">review information page</a>."
|
1759 |
msgstr ""
|
1760 |
|
1761 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:440
|
|
|
1762 |
msgid "{link}Unverified overall ratings{/link}"
|
1763 |
msgstr ""
|
1764 |
|
@@ -1774,11 +2033,13 @@ msgstr ""
|
|
1774 |
msgid "Verified Format"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:460
|
|
|
1778 |
msgid "Verified purchase. {link}Find out more{/link}"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:465
|
|
|
1782 |
#, php-format
|
1783 |
msgid "Customize the format used to notify customers about the authenticity of the review. Use {link}{/link} as placeholders to link your <a href=\"%1$s\">review information page</a>."
|
1784 |
msgstr ""
|
@@ -1787,7 +2048,8 @@ msgstr ""
|
|
1787 |
msgid "Unverified Format"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:471
|
|
|
1791 |
msgid "Purchase not verified. {link}Find out more{/link}"
|
1792 |
msgstr ""
|
1793 |
|
@@ -1863,21 +2125,24 @@ msgstr ""
|
|
1863 |
msgid "Shipments"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipments.php:48
|
|
|
1867 |
msgctxt "shipments"
|
1868 |
msgid "Manage"
|
1869 |
msgstr ""
|
1870 |
|
1871 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipments.php:
|
1872 |
msgid "Automated packing"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipments.php:
|
|
|
1876 |
#, php-format
|
1877 |
msgid "%1$sUpgrade to %2$spro%3$s%4$s to unlock this feature and enjoy premium support."
|
1878 |
msgstr ""
|
1879 |
|
1880 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:22
|
|
|
1881 |
msgid "DHL"
|
1882 |
msgstr ""
|
1883 |
|
@@ -1918,7 +2183,8 @@ msgstr ""
|
|
1918 |
msgid "Widgets"
|
1919 |
msgstr ""
|
1920 |
|
1921 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:52
|
|
|
1922 |
msgid "E-Mails"
|
1923 |
msgstr ""
|
1924 |
|
@@ -1930,7 +2196,8 @@ msgstr ""
|
|
1930 |
msgid "By adjusting the display settings you might determine where to show or hide your shopmarks e.g. the tax notice on single product pages."
|
1931 |
msgstr ""
|
1932 |
|
1933 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:100
|
|
|
1934 |
msgid "Location"
|
1935 |
msgstr ""
|
1936 |
|
@@ -1938,7 +2205,8 @@ msgstr ""
|
|
1938 |
msgid "Adjust the location of the shopmark by selecting a location from the list. Some Themes might apply the locations at different positions that's why the result may differ from Theme to Theme."
|
1939 |
msgstr ""
|
1940 |
|
1941 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:113
|
|
|
1942 |
msgid "Priority"
|
1943 |
msgstr ""
|
1944 |
|
@@ -1946,7 +2214,8 @@ msgstr ""
|
|
1946 |
msgid "Many different information may be attached to the location selected. By adjusting the priority you can choose whether the shopmark gets applied earlier (lower) or later (higher)."
|
1947 |
msgstr ""
|
1948 |
|
1949 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:131
|
|
|
1950 |
msgid "Default Delivery Time"
|
1951 |
msgstr ""
|
1952 |
|
@@ -1987,11 +2256,14 @@ msgstr ""
|
|
1987 |
msgid "Tax Info"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:253
|
|
|
1991 |
msgid "Delivery Time Notice"
|
1992 |
msgstr ""
|
1993 |
|
1994 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:269
|
|
|
|
|
1995 |
msgid "Deposit Packaging Type"
|
1996 |
msgstr ""
|
1997 |
|
@@ -2004,7 +2276,8 @@ msgstr ""
|
|
2004 |
msgid "Show %s shopmark"
|
2005 |
msgstr ""
|
2006 |
|
2007 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:379
|
|
|
2008 |
msgid "Tax"
|
2009 |
msgstr ""
|
2010 |
|
@@ -2012,7 +2285,9 @@ msgstr ""
|
|
2012 |
msgid "Show Tax shopmark"
|
2013 |
msgstr ""
|
2014 |
|
2015 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:388
|
|
|
|
|
2016 |
msgid "Shipping Costs"
|
2017 |
msgstr ""
|
2018 |
|
@@ -2041,7 +2316,9 @@ msgstr ""
|
|
2041 |
msgid "Adjust the price range format e.g. for variable products. Use {min_price} as placeholder for the minimum price. Use {max_price} as placeholder for the maximum price."
|
2042 |
msgstr ""
|
2043 |
|
2044 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:450
|
|
|
|
|
2045 |
msgid "{min_price} – {max_price}"
|
2046 |
msgstr ""
|
2047 |
|
@@ -2061,7 +2338,8 @@ msgstr ""
|
|
2061 |
msgid "This text will be used to inform the customer about free shipping. Leave empty to disable notice. Use {link}{/link} to insert link to shipping costs page."
|
2062 |
msgstr ""
|
2063 |
|
2064 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:483
|
|
|
2065 |
msgid "Hide Notice"
|
2066 |
msgstr ""
|
2067 |
|
@@ -2097,7 +2375,9 @@ msgstr ""
|
|
2097 |
msgid "This delivery time will be added to every product if no delivery time has been chosen individually"
|
2098 |
msgstr ""
|
2099 |
|
2100 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:570
|
|
|
|
|
2101 |
msgid "Manage Delivery Times"
|
2102 |
msgstr ""
|
2103 |
|
@@ -2207,7 +2487,8 @@ msgstr ""
|
|
2207 |
msgid "Fallback Sale Label"
|
2208 |
msgstr ""
|
2209 |
|
2210 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:767
|
|
|
2211 |
msgid "Manage Price Labels"
|
2212 |
msgstr ""
|
2213 |
|
@@ -2223,7 +2504,8 @@ msgstr ""
|
|
2223 |
msgid "Choose whether you would like to have a default sale price regular label to inform the customer about the sale price (e.g. New Price)."
|
2224 |
msgstr ""
|
2225 |
|
2226 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:781
|
|
|
2227 |
msgid "Single Product"
|
2228 |
msgstr ""
|
2229 |
|
@@ -2243,15 +2525,19 @@ msgstr ""
|
|
2243 |
msgid "Adjust tax related settings e.g. Split-tax calculation for shipping costs."
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:21
|
|
|
2247 |
msgid "Taxes"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:30
|
|
|
2251 |
msgid "VAT"
|
2252 |
msgstr ""
|
2253 |
|
2254 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:31
|
|
|
|
|
2255 |
msgid "Split-tax"
|
2256 |
msgstr ""
|
2257 |
|
@@ -2398,23 +2684,44 @@ msgstr ""
|
|
2398 |
msgid "TOS Generator"
|
2399 |
msgstr ""
|
2400 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2401 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:10
|
2402 |
msgid "Drag and drop to re-order checkboxes. This is the order being used for printing the fields."
|
2403 |
msgstr ""
|
2404 |
|
2405 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:11
|
|
|
|
|
2406 |
msgid "Name"
|
2407 |
msgstr ""
|
2408 |
|
2409 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
|
|
|
|
|
|
|
|
2410 |
msgid "Description"
|
2411 |
msgstr ""
|
2412 |
|
2413 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:13
|
|
|
2414 |
msgid "Enabled"
|
2415 |
msgstr ""
|
2416 |
|
2417 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:14
|
|
|
2418 |
msgid "Mandatory"
|
2419 |
msgstr ""
|
2420 |
|
@@ -2439,11 +2746,14 @@ msgstr ""
|
|
2439 |
msgid "Adapt your WooCommerce installation to the german market with Germanized."
|
2440 |
msgstr ""
|
2441 |
|
2442 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:51
|
|
|
|
|
2443 |
msgid "Install"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:80
|
|
|
2447 |
msgid "Find out more"
|
2448 |
msgstr ""
|
2449 |
|
@@ -2451,7 +2761,8 @@ msgstr ""
|
|
2451 |
msgid "How to"
|
2452 |
msgstr ""
|
2453 |
|
2454 |
-
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:89
|
|
|
2455 |
msgid "Manage settings"
|
2456 |
msgstr ""
|
2457 |
|
@@ -2490,7 +2801,8 @@ msgstr ""
|
|
2490 |
msgid "Get System Report"
|
2491 |
msgstr ""
|
2492 |
|
2493 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:17
|
|
|
2494 |
msgid "Copied!"
|
2495 |
msgstr ""
|
2496 |
|
@@ -2589,7 +2901,8 @@ msgstr ""
|
|
2589 |
msgid "Renew VAT Rates"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
-
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:214
|
|
|
2593 |
msgid "Disable notices"
|
2594 |
msgstr ""
|
2595 |
|
@@ -2738,25 +3051,44 @@ msgstr ""
|
|
2738 |
msgid "Configure Germanized to your needs. You can always adjust these settings later on."
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-allergenic-controller.php:73
|
|
|
|
|
|
|
|
|
2742 |
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:75
|
2743 |
msgid "Unique identifier for the resource."
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-allergenic-controller.php:79
|
|
|
|
|
|
|
|
|
2747 |
msgid "Resource name."
|
2748 |
msgstr ""
|
2749 |
|
2750 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-allergenic-controller.php:87
|
|
|
|
|
|
|
|
|
2751 |
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:89
|
2752 |
msgid "An alphanumeric identifier for the resource unique to its type."
|
2753 |
msgstr ""
|
2754 |
|
2755 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-allergenic-controller.php:95
|
|
|
|
|
|
|
|
|
2756 |
msgid "HTML description of the resource."
|
2757 |
msgstr ""
|
2758 |
|
2759 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:145
|
|
|
|
|
|
|
2760 |
msgid "Formatted title"
|
2761 |
msgstr ""
|
2762 |
|
@@ -2764,22 +3096,48 @@ msgstr ""
|
|
2764 |
msgid "Has been activated via DOI?"
|
2765 |
msgstr ""
|
2766 |
|
2767 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:174
|
|
|
|
|
|
|
|
|
2768 |
msgid "Direct Debit"
|
2769 |
msgstr ""
|
2770 |
|
2771 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:179
|
2772 |
-
#: woocommerce-germanized/includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2773 |
msgid "Account Holder"
|
2774 |
msgstr ""
|
2775 |
|
2776 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:184
|
2777 |
-
#: woocommerce-germanized/includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2778 |
msgid "IBAN"
|
2779 |
msgstr ""
|
2780 |
|
2781 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:189
|
2782 |
-
#: woocommerce-germanized/includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2783 |
msgid "BIC/SWIFT"
|
2784 |
msgstr ""
|
2785 |
|
@@ -2819,11 +3177,16 @@ msgstr ""
|
|
2819 |
msgid "Parcel Delivery Data Transfer"
|
2820 |
msgstr ""
|
2821 |
|
2822 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:196
|
|
|
|
|
2823 |
msgid "Mandate Reference ID"
|
2824 |
msgstr ""
|
2825 |
|
2826 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-product-deposit-types-controller.php:106
|
|
|
|
|
|
|
2827 |
msgid "Number of published products for the resource."
|
2828 |
msgstr ""
|
2829 |
|
@@ -2839,23 +3202,32 @@ msgstr ""
|
|
2839 |
msgid "The current deposit amount."
|
2840 |
msgstr ""
|
2841 |
|
2842 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:48
|
|
|
|
|
2843 |
msgid "Delivery Time ID"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:53
|
|
|
|
|
2847 |
msgid "Delivery Time Name"
|
2848 |
msgstr ""
|
2849 |
|
2850 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:59
|
|
|
|
|
2851 |
msgid "Delivery Time Slug"
|
2852 |
msgstr ""
|
2853 |
|
2854 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:64
|
|
|
|
|
2855 |
msgid "Delivery Time HTML"
|
2856 |
msgstr ""
|
2857 |
|
2858 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:73
|
|
|
2859 |
msgid "Country specific delivery times"
|
2860 |
msgstr ""
|
2861 |
|
@@ -2863,19 +3235,32 @@ msgstr ""
|
|
2863 |
msgid "ISO code of the country."
|
2864 |
msgstr ""
|
2865 |
|
2866 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:111
|
|
|
|
|
|
|
|
|
2867 |
msgid "Price Label"
|
2868 |
msgstr ""
|
2869 |
|
2870 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:116
|
|
|
|
|
|
|
2871 |
msgid "Price Label ID"
|
2872 |
msgstr ""
|
2873 |
|
2874 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:121
|
|
|
|
|
|
|
2875 |
msgid "Price Label Name"
|
2876 |
msgstr ""
|
2877 |
|
2878 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:127
|
|
|
|
|
|
|
2879 |
msgid "Price Label Slug"
|
2880 |
msgstr ""
|
2881 |
|
@@ -2891,35 +3276,43 @@ msgstr ""
|
|
2891 |
msgid "Unit Slug"
|
2892 |
msgstr ""
|
2893 |
|
2894 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:185
|
|
|
2895 |
msgid "Unit Base"
|
2896 |
msgstr ""
|
2897 |
|
2898 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:190
|
|
|
2899 |
msgid "Unit Product"
|
2900 |
msgstr ""
|
2901 |
|
2902 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:195
|
|
|
2903 |
msgid "Unit Auto Calculation"
|
2904 |
msgstr ""
|
2905 |
|
2906 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:201
|
|
|
2907 |
msgid "Current Unit Price"
|
2908 |
msgstr ""
|
2909 |
|
2910 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:206
|
|
|
2911 |
msgid "Unit Regular Price"
|
2912 |
msgstr ""
|
2913 |
|
2914 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:211
|
|
|
2915 |
msgid "Unit Sale Price"
|
2916 |
msgstr ""
|
2917 |
|
2918 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:216
|
|
|
2919 |
msgid "Unit Price HTML"
|
2920 |
msgstr ""
|
2921 |
|
2922 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:224
|
|
|
2923 |
msgid "Small Cart Product Description"
|
2924 |
msgstr ""
|
2925 |
|
@@ -2927,23 +3320,28 @@ msgstr ""
|
|
2927 |
msgid "Deactivate the hint for additional shipping costs"
|
2928 |
msgstr ""
|
2929 |
|
2930 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:240
|
|
|
2931 |
msgid "Age verification minimum age."
|
2932 |
msgstr ""
|
2933 |
|
2934 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:247
|
|
|
2935 |
msgid "Warranty attachment id (PDF)"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:265
|
|
|
2939 |
msgid "Whether this product is a service or not"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:271
|
|
|
2943 |
msgid "Whether this product is a used good or not"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:277
|
|
|
2947 |
msgid "Whether this product is a defective copy or not"
|
2948 |
msgstr ""
|
2949 |
|
@@ -2983,33 +3381,41 @@ msgstr ""
|
|
2983 |
msgid "Nutrient reference value"
|
2984 |
msgstr ""
|
2985 |
|
2986 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:349
|
|
|
|
|
2987 |
msgid "Nutri-Score"
|
2988 |
msgstr ""
|
2989 |
|
2990 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:358
|
|
|
2991 |
msgid "Drained weight"
|
2992 |
msgstr ""
|
2993 |
|
2994 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:363
|
|
|
2995 |
msgid "Net filling quantity"
|
2996 |
msgstr ""
|
2997 |
|
2998 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:368
|
|
|
2999 |
msgid "Alcohol content"
|
3000 |
msgstr ""
|
3001 |
|
3002 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:373
|
|
|
3003 |
msgctxt "food"
|
3004 |
msgid "Distributor"
|
3005 |
msgstr ""
|
3006 |
|
3007 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:381
|
|
|
3008 |
msgctxt "food"
|
3009 |
msgid "Place of origin"
|
3010 |
msgstr ""
|
3011 |
|
3012 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:389
|
|
|
3013 |
msgctxt "food"
|
3014 |
msgid "Description"
|
3015 |
msgstr ""
|
@@ -3038,7 +3444,10 @@ msgstr ""
|
|
3038 |
msgid "Allergen term id"
|
3039 |
msgstr ""
|
3040 |
|
3041 |
-
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:432
|
|
|
|
|
|
|
3042 |
msgid "Ingredients"
|
3043 |
msgstr ""
|
3044 |
|
@@ -3067,7 +3476,8 @@ msgctxt "revocation-form"
|
|
3067 |
msgid "Thank you. We have received your Revocation Request. You will receive a conformation email within a few minutes."
|
3068 |
msgstr ""
|
3069 |
|
3070 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:182
|
|
|
3071 |
msgid "Please check the street field and make sure to provide a valid street number."
|
3072 |
msgstr ""
|
3073 |
|
@@ -3079,7 +3489,9 @@ msgstr ""
|
|
3079 |
msgid "Sorry, but normal products cannot be purchased together with differential taxed products at the same time."
|
3080 |
msgstr ""
|
3081 |
|
3082 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1077
|
|
|
|
|
3083 |
msgid "Mr."
|
3084 |
msgstr ""
|
3085 |
|
@@ -3107,7 +3519,8 @@ msgstr ""
|
|
3107 |
msgid "%1$d update functions completed. Database version is %2$s"
|
3108 |
msgstr ""
|
3109 |
|
3110 |
-
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:694
|
|
|
3111 |
#, php-format
|
3112 |
msgid "Voucher: %1$s"
|
3113 |
msgstr ""
|
@@ -3121,7 +3534,9 @@ msgstr ""
|
|
3121 |
msgid "Whether or not this coupon is a voucher which has been sold to a customer without VAT and needs to be taxed as soon as the customer redeems the voucher. Find more information <a href=\"%s\" target=\"_blank\">here</a>."
|
3122 |
msgstr ""
|
3123 |
|
3124 |
-
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:166
|
|
|
|
|
3125 |
msgid "Please activate your account through clicking on the activation link received via email."
|
3126 |
msgstr ""
|
3127 |
|
@@ -3253,11 +3668,16 @@ msgctxt "nutri-score"
|
|
3253 |
msgid "E"
|
3254 |
msgstr ""
|
3255 |
|
3256 |
-
#: woocommerce-germanized/includes/class-wc-gzd-food-helper.php:37
|
|
|
|
|
|
|
3257 |
msgid "Nutrients"
|
3258 |
msgstr ""
|
3259 |
|
3260 |
-
#: woocommerce-germanized/includes/class-wc-gzd-food-helper.php:38
|
|
|
|
|
3261 |
msgid "Allergenic"
|
3262 |
msgstr ""
|
3263 |
|
@@ -3312,76 +3732,78 @@ msgstr ""
|
|
3312 |
msgid "Other Vitamins & Minerals"
|
3313 |
msgstr ""
|
3314 |
|
3315 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
3316 |
msgid "Please install WooCommerce before installing WooCommerce Germanized. Thank you!"
|
3317 |
msgstr ""
|
3318 |
|
3319 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
3320 |
msgctxt "Page slug"
|
3321 |
msgid "data-security"
|
3322 |
msgstr ""
|
3323 |
|
3324 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
3325 |
msgctxt "Page title"
|
3326 |
msgid "Privacy Policy"
|
3327 |
msgstr ""
|
3328 |
|
3329 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
3330 |
msgctxt "Page slug"
|
3331 |
msgid "imprint"
|
3332 |
msgstr ""
|
3333 |
|
3334 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
3335 |
msgctxt "Page title"
|
3336 |
msgid "Imprint"
|
3337 |
msgstr ""
|
3338 |
|
3339 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
3340 |
msgctxt "Page slug"
|
3341 |
msgid "terms"
|
3342 |
msgstr ""
|
3343 |
|
3344 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
3345 |
msgctxt "Page title"
|
3346 |
msgid "Terms & Conditions"
|
3347 |
msgstr ""
|
3348 |
|
3349 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
3350 |
msgctxt "Page slug"
|
3351 |
msgid "revocation"
|
3352 |
msgstr ""
|
3353 |
|
3354 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
3355 |
msgctxt "Page title"
|
3356 |
msgid "Cancellation Policy"
|
3357 |
msgstr ""
|
3358 |
|
3359 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
3360 |
msgctxt "Page slug"
|
3361 |
msgid "shipping-methods"
|
3362 |
msgstr ""
|
3363 |
|
3364 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
3365 |
msgctxt "Page title"
|
3366 |
msgid "Shipping Methods"
|
3367 |
msgstr ""
|
3368 |
|
3369 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
3370 |
msgctxt "Page slug"
|
3371 |
msgid "payment-methods"
|
3372 |
msgstr ""
|
3373 |
|
3374 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
3375 |
msgctxt "Page title"
|
3376 |
msgid "Payment Methods"
|
3377 |
msgstr ""
|
3378 |
|
3379 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
|
|
3380 |
msgctxt "Page slug"
|
3381 |
msgid "review-authenticity"
|
3382 |
msgstr ""
|
3383 |
|
3384 |
-
#: woocommerce-germanized/includes/class-wc-gzd-install.php:
|
|
|
3385 |
msgctxt "Page title"
|
3386 |
msgid "Review Authenticity"
|
3387 |
msgstr ""
|
@@ -3402,11 +3824,13 @@ msgstr ""
|
|
3402 |
msgid "General legal checkbox which shall include terms and cancellation policy."
|
3403 |
msgstr ""
|
3404 |
|
3405 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:155
|
|
|
3406 |
msgid "For digital products: I strongly agree that the execution of the agreement starts before the revocation period has expired. I am aware that my right of withdrawal ceases with the beginning of the agreement."
|
3407 |
msgstr ""
|
3408 |
|
3409 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:156
|
|
|
3410 |
msgid "To retrieve direct access to digital content you have to agree to the loss of your right of withdrawal."
|
3411 |
msgstr ""
|
3412 |
|
@@ -3418,11 +3842,13 @@ msgstr ""
|
|
3418 |
msgid "Asks the customer to skip revocation period for digital products."
|
3419 |
msgstr ""
|
3420 |
|
3421 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:175
|
|
|
3422 |
msgid "For services: I demand and acknowledge the immediate performance of the service before the expiration of the withdrawal period. I acknowledge that thereby I lose my right to cancel once the service has begun."
|
3423 |
msgstr ""
|
3424 |
|
3425 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:176
|
|
|
3426 |
msgid "To allow the immediate performance of the services you have to agree to the loss of your right of withdrawal."
|
3427 |
msgstr ""
|
3428 |
|
@@ -3430,7 +3856,8 @@ msgstr ""
|
|
3430 |
msgid "Asks the customer to skip revocation period for services."
|
3431 |
msgstr ""
|
3432 |
|
3433 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:194
|
|
|
3434 |
msgid "Yes, I would like to be reminded via E-mail about parcel delivery ({shipping_method_title}). Your E-mail Address will only be transferred to our parcel service provider for that particular reason."
|
3435 |
msgstr ""
|
3436 |
|
@@ -3458,7 +3885,8 @@ msgstr ""
|
|
3458 |
msgid "Asks the customer to confirm a minimum age."
|
3459 |
msgstr ""
|
3460 |
|
3461 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:238
|
|
|
3462 |
msgid "Yes, I’d like create a new account and have read and understood the {data_security_link}data privacy statement{/data_security_link}."
|
3463 |
msgstr ""
|
3464 |
|
@@ -3482,7 +3910,8 @@ msgstr ""
|
|
3482 |
msgid "Please accept the direct debit mandate."
|
3483 |
msgstr ""
|
3484 |
|
3485 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:295
|
|
|
3486 |
msgid "SEPA"
|
3487 |
msgstr ""
|
3488 |
|
@@ -3549,7 +3978,8 @@ msgstr ""
|
|
3549 |
msgid "Checkbox with name %s does already exist."
|
3550 |
msgstr ""
|
3551 |
|
3552 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:346
|
|
|
3553 |
#, php-format
|
3554 |
msgid "%s is a mandatory field."
|
3555 |
msgstr ""
|
@@ -3578,7 +4008,8 @@ msgstr ""
|
|
3578 |
msgid "Choose a label to be inserted next to the checkbox."
|
3579 |
msgstr ""
|
3580 |
|
3581 |
-
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:830
|
|
|
3582 |
#, php-format
|
3583 |
msgid "You may use one of the following placeholders within the text: %s"
|
3584 |
msgstr ""
|
@@ -3616,7 +4047,9 @@ msgstr ""
|
|
3616 |
msgid "%s payment charge"
|
3617 |
msgstr ""
|
3618 |
|
3619 |
-
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:161
|
|
|
|
|
3620 |
#, php-format
|
3621 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
3622 |
msgstr ""
|
@@ -3649,7 +4082,8 @@ msgstr ""
|
|
3649 |
msgid "Payment charge"
|
3650 |
msgstr ""
|
3651 |
|
3652 |
-
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:52
|
|
|
3653 |
msgid "Product Delivery Times"
|
3654 |
msgstr ""
|
3655 |
|
@@ -3686,7 +4120,8 @@ msgstr ""
|
|
3686 |
msgid "New Product Delivery Time Name"
|
3687 |
msgstr ""
|
3688 |
|
3689 |
-
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:105
|
|
|
3690 |
msgid "Units"
|
3691 |
msgstr ""
|
3692 |
|
@@ -3719,7 +4154,8 @@ msgstr ""
|
|
3719 |
msgid "New Unit Name"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
-
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:158
|
|
|
3723 |
msgid "Price Labels"
|
3724 |
msgstr ""
|
3725 |
|
@@ -3752,7 +4188,9 @@ msgstr ""
|
|
3752 |
msgid "New Price Label Name"
|
3753 |
msgstr ""
|
3754 |
|
3755 |
-
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:209
|
|
|
|
|
3756 |
msgid "Product Deposit Types"
|
3757 |
msgstr ""
|
3758 |
|
@@ -3785,7 +4223,9 @@ msgstr ""
|
|
3785 |
msgid "New Deposit Type Name"
|
3786 |
msgstr ""
|
3787 |
|
3788 |
-
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:259
|
|
|
|
|
3789 |
msgid "Product Nutrients"
|
3790 |
msgstr ""
|
3791 |
|
@@ -3826,7 +4266,8 @@ msgstr ""
|
|
3826 |
msgid "New Nutrient Name"
|
3827 |
msgstr ""
|
3828 |
|
3829 |
-
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:312
|
|
|
3830 |
msgid "Product Allergenic"
|
3831 |
msgstr ""
|
3832 |
|
@@ -3863,15 +4304,19 @@ msgstr ""
|
|
3863 |
msgid "New Allergen Name"
|
3864 |
msgstr ""
|
3865 |
|
3866 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:95
|
|
|
|
|
3867 |
msgid "Postnumber"
|
3868 |
msgstr ""
|
3869 |
|
3870 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:96
|
|
|
3871 |
msgid "Billing Title"
|
3872 |
msgstr ""
|
3873 |
|
3874 |
-
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:97
|
|
|
3875 |
msgid "Shipping Title"
|
3876 |
msgstr ""
|
3877 |
|
@@ -3931,7 +4376,9 @@ msgctxt "revocation-form"
|
|
3931 |
msgid "Title"
|
3932 |
msgstr ""
|
3933 |
|
3934 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
|
|
|
|
3935 |
msgid "Ms."
|
3936 |
msgstr ""
|
3937 |
|
@@ -4010,7 +4457,7 @@ msgctxt "polylang"
|
|
4010 |
msgid "Sale price labels used to mark old prices (e.g. Recommended Retail Price)"
|
4011 |
msgstr ""
|
4012 |
|
4013 |
-
#: woocommerce-germanized/includes/compatibility/elementor/widgets/abstact-class-wc-gzd-elementor-widget.php:
|
4014 |
#, php-format
|
4015 |
msgid "Upgrade to WooCommerce Germanized Pro to use your our custom Elementor Widgets. %s"
|
4016 |
msgstr ""
|
@@ -4056,7 +4503,9 @@ msgstr ""
|
|
4056 |
msgid "Available placeholders: %s"
|
4057 |
msgstr ""
|
4058 |
|
4059 |
-
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-cancelled-order.php:208
|
|
|
|
|
4060 |
msgid "Enable/Disable"
|
4061 |
msgstr ""
|
4062 |
|
@@ -4160,7 +4609,8 @@ msgstr ""
|
|
4160 |
msgid "Email being sent if a customer fills out the form of withdrawal."
|
4161 |
msgstr ""
|
4162 |
|
4163 |
-
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:53
|
|
|
4164 |
msgid "Your revocation"
|
4165 |
msgstr ""
|
4166 |
|
@@ -4172,7 +4622,9 @@ msgstr ""
|
|
4172 |
msgid "Insert the email address of your shop manager here. A copy of the withdrawal confirmation email is being sent to this address."
|
4173 |
msgstr ""
|
4174 |
|
4175 |
-
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-sepa-direct-debit-mandate.php:32
|
|
|
|
|
4176 |
msgid "SEPA Direct Debit Mandate"
|
4177 |
msgstr ""
|
4178 |
|
@@ -4350,12 +4802,14 @@ msgctxt "exporter"
|
|
4350 |
msgid "Food Distributor"
|
4351 |
msgstr ""
|
4352 |
|
4353 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:147
|
|
|
4354 |
#, php-format
|
4355 |
msgid "Delivery Time: %s"
|
4356 |
msgstr ""
|
4357 |
|
4358 |
-
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:175
|
|
|
4359 |
#, php-format
|
4360 |
msgid "Nutrients: %s"
|
4361 |
msgstr ""
|
@@ -4421,7 +4875,9 @@ msgstr ""
|
|
4421 |
msgid "We will debit %1$s from your account by direct debit on or shortly after %2$s."
|
4422 |
msgstr ""
|
4423 |
|
4424 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:862
|
|
|
|
|
4425 |
msgid "a single payment"
|
4426 |
msgstr ""
|
4427 |
|
@@ -4429,16 +4885,19 @@ msgstr ""
|
|
4429 |
msgid "Enable Direct Debit Payment"
|
4430 |
msgstr ""
|
4431 |
|
4432 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:976
|
|
|
4433 |
msgctxt "gateway"
|
4434 |
msgid "Title"
|
4435 |
msgstr ""
|
4436 |
|
4437 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:978
|
|
|
4438 |
msgid "This controls the title which the user sees during checkout."
|
4439 |
msgstr ""
|
4440 |
|
4441 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:985
|
|
|
4442 |
msgid "Payment method description that the customer will see on your checkout."
|
4443 |
msgstr ""
|
4444 |
|
@@ -4446,11 +4905,13 @@ msgstr ""
|
|
4446 |
msgid "The order amount will be debited directly from your bank account."
|
4447 |
msgstr ""
|
4448 |
|
4449 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:990
|
|
|
4450 |
msgid "Instructions"
|
4451 |
msgstr ""
|
4452 |
|
4453 |
-
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:992
|
|
|
4454 |
msgid "Instructions that will be added to the thank you page and emails."
|
4455 |
msgstr ""
|
4456 |
|
@@ -4626,7 +5087,8 @@ msgstr ""
|
|
4626 |
msgid "Unpaid only"
|
4627 |
msgstr ""
|
4628 |
|
4629 |
-
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:35
|
|
|
4630 |
msgid "Pay by Invoice"
|
4631 |
msgstr ""
|
4632 |
|
@@ -4728,26 +5190,29 @@ msgstr ""
|
|
4728 |
msgid "%s%% VAT"
|
4729 |
msgstr ""
|
4730 |
|
4731 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
|
|
4732 |
msgctxt "title-option"
|
4733 |
msgid "None"
|
4734 |
msgstr ""
|
4735 |
|
4736 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
|
|
4737 |
msgid "Mx"
|
4738 |
msgstr ""
|
4739 |
|
4740 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
4741 |
msgid "More variants available"
|
4742 |
msgstr ""
|
4743 |
|
4744 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
4745 |
#, php-format
|
4746 |
msgctxt "defect-descriptions"
|
4747 |
msgid "%1$s (%2$s)"
|
4748 |
msgstr ""
|
4749 |
|
4750 |
-
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:592
|
|
|
4751 |
msgid "Edit Order"
|
4752 |
msgstr ""
|
4753 |
|
@@ -4759,53 +5224,63 @@ msgstr ""
|
|
4759 |
msgid "Place order"
|
4760 |
msgstr ""
|
4761 |
|
4762 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:312
|
|
|
4763 |
msgid "Reduced rate"
|
4764 |
msgstr ""
|
4765 |
|
4766 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:313
|
|
|
4767 |
msgctxt "tax-helper-tax-class-name"
|
4768 |
msgid "Greater reduced rate"
|
4769 |
msgstr ""
|
4770 |
|
4771 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:314
|
|
|
4772 |
msgctxt "tax-helper-tax-class-name"
|
4773 |
msgid "Super reduced rate"
|
4774 |
msgstr ""
|
4775 |
|
4776 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:718
|
|
|
4777 |
msgctxt "tax-helper"
|
4778 |
msgid "Madeira"
|
4779 |
msgstr ""
|
4780 |
|
4781 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:725
|
|
|
4782 |
msgctxt "tax-helper"
|
4783 |
msgid "Acores"
|
4784 |
msgstr ""
|
4785 |
|
4786 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:761
|
|
|
4787 |
msgctxt "tax-helper"
|
4788 |
msgid "Northern Ireland"
|
4789 |
msgstr ""
|
4790 |
|
4791 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:774
|
|
|
4792 |
msgctxt "tax-helper-rate-import"
|
4793 |
msgid "Exempt"
|
4794 |
msgstr ""
|
4795 |
|
4796 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:843
|
|
|
4797 |
#, php-format
|
4798 |
msgctxt "tax-helper-rate-import"
|
4799 |
msgid "VAT %1$s %% %2$s"
|
4800 |
msgstr ""
|
4801 |
|
4802 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/one-stop-shop-woocommerce.php:44
|
|
|
4803 |
#, php-format
|
4804 |
msgctxt "oss"
|
4805 |
msgid "Your installation of the One Stop Shop feature plugin is incomplete. Please run %1$s within the %2$s directory."
|
4806 |
msgstr ""
|
4807 |
|
4808 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:78
|
|
|
4809 |
msgctxt "oss"
|
4810 |
msgid "Refresh VAT rates (OSS)"
|
4811 |
msgstr ""
|
@@ -4832,23 +5307,28 @@ msgctxt "oss"
|
|
4832 |
msgid "Delivery threshold reached (OSS)"
|
4833 |
msgstr ""
|
4834 |
|
4835 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:448
|
|
|
4836 |
msgctxt "oss"
|
4837 |
msgid "OSS"
|
4838 |
msgstr ""
|
4839 |
|
4840 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:448
|
|
|
|
|
4841 |
msgctxt "oss"
|
4842 |
msgid "One Stop Shop"
|
4843 |
msgstr ""
|
4844 |
|
4845 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:469
|
|
|
4846 |
#, php-format
|
4847 |
msgctxt "oss"
|
4848 |
msgid "Q%1$s/%2$s"
|
4849 |
msgstr ""
|
4850 |
|
4851 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:478
|
|
|
4852 |
#, php-format
|
4853 |
msgctxt "oss"
|
4854 |
msgid "%1$s/%2$s"
|
@@ -4961,7 +5441,9 @@ msgctxt "oss"
|
|
4961 |
msgid "Not yet known"
|
4962 |
msgstr ""
|
4963 |
|
4964 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:747
|
|
|
|
|
4965 |
msgctxt "oss"
|
4966 |
msgid "Reports"
|
4967 |
msgstr ""
|
@@ -5026,7 +5508,8 @@ msgctxt "oss"
|
|
5026 |
msgid "To use the OSS for WooCommerce plugin please make sure that WooCommerce is installed and activated."
|
5027 |
msgstr ""
|
5028 |
|
5029 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:350
|
|
|
5030 |
msgctxt "oss"
|
5031 |
msgid "Report"
|
5032 |
msgstr ""
|
@@ -5138,12 +5621,14 @@ msgctxt "oss"
|
|
5138 |
msgid "End"
|
5139 |
msgstr ""
|
5140 |
|
5141 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/ReportTable.php:356
|
|
|
5142 |
msgctxt "oss"
|
5143 |
msgid "Net total"
|
5144 |
msgstr ""
|
5145 |
|
5146 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/ReportTable.php:357
|
|
|
5147 |
msgctxt "oss"
|
5148 |
msgid "Tax total"
|
5149 |
msgstr ""
|
@@ -5259,7 +5744,8 @@ msgctxt "oss"
|
|
5259 |
msgid "Apply the same gross price for third countries too."
|
5260 |
msgstr ""
|
5261 |
|
5262 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Settings.php:138
|
|
|
5263 |
msgctxt "oss"
|
5264 |
msgid "Are you sure? Please backup your tax rates before proceeding."
|
5265 |
msgstr ""
|
@@ -5338,7 +5824,8 @@ msgctxt "oss"
|
|
5338 |
msgid "Learn More"
|
5339 |
msgstr ""
|
5340 |
|
5341 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:260
|
|
|
5342 |
#, php-format
|
5343 |
msgctxt "oss"
|
5344 |
msgid "Tax class (%s)"
|
@@ -5349,22 +5836,28 @@ msgctxt "oss"
|
|
5349 |
msgid "Same as parent"
|
5350 |
msgstr ""
|
5351 |
|
5352 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:263
|
|
|
|
|
|
|
5353 |
msgctxt "oss"
|
5354 |
msgid "remove"
|
5355 |
msgstr ""
|
5356 |
|
5357 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:273
|
|
|
5358 |
msgctxt "oss"
|
5359 |
msgid "Add country specific tax class (OSS)"
|
5360 |
msgstr ""
|
5361 |
|
5362 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:280
|
|
|
5363 |
msgctxt "oss"
|
5364 |
msgid "Select country"
|
5365 |
msgstr ""
|
5366 |
|
5367 |
-
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:305
|
|
|
5368 |
msgctxt "oss"
|
5369 |
msgid "EU-wide"
|
5370 |
msgstr ""
|
@@ -5396,7 +5889,8 @@ msgctxt "oss"
|
|
5396 |
msgid "Your OSS delivery threshold of %1$s has been reached. Please take action immediately. Visit the OSS Settings Panel (%2$s) for details."
|
5397 |
msgstr ""
|
5398 |
|
5399 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:78
|
|
|
5400 |
msgctxt "dhl day context"
|
5401 |
msgid "None"
|
5402 |
msgstr ""
|
@@ -5451,12 +5945,17 @@ msgctxt "dhl"
|
|
5451 |
msgid "Return shipment #{shipment_id} to order #{order_id}"
|
5452 |
msgstr ""
|
5453 |
|
5454 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:327
|
|
|
|
|
|
|
|
|
5455 |
msgctxt "dhl"
|
5456 |
msgid "Packstation"
|
5457 |
msgstr ""
|
5458 |
|
5459 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:328
|
|
|
5460 |
msgctxt "dhl"
|
5461 |
msgid "Postfiliale"
|
5462 |
msgstr ""
|
@@ -5476,12 +5975,14 @@ msgctxt "dhl"
|
|
5476 |
msgid "DHL Retoure Online"
|
5477 |
msgstr ""
|
5478 |
|
5479 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:787
|
|
|
5480 |
msgctxt "dhl"
|
5481 |
msgid "DHL Paket International"
|
5482 |
msgstr ""
|
5483 |
|
5484 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:791
|
|
|
5485 |
msgctxt "dhl"
|
5486 |
msgid "DHL Warenpost International"
|
5487 |
msgstr ""
|
@@ -5533,17 +6034,20 @@ msgctxt "dhl"
|
|
5533 |
msgid "New to DHL in Germanized? Learn how to <a href=\"%s\" target=\"_blank\">easily create DHL labels</a> to your shipments."
|
5534 |
msgstr ""
|
5535 |
|
5536 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Admin/Admin.php:133
|
|
|
5537 |
msgctxt "dhl"
|
5538 |
msgid "Charge (€)"
|
5539 |
msgstr ""
|
5540 |
|
5541 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Admin/Admin.php:138
|
|
|
5542 |
msgctxt "dhl"
|
5543 |
msgid "Charge Portokasse"
|
5544 |
msgstr ""
|
5545 |
|
5546 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Admin/Admin.php:140
|
|
|
5547 |
#, php-format
|
5548 |
msgctxt "dhl"
|
5549 |
msgid "The minimum amount is %s"
|
@@ -5614,32 +6118,38 @@ msgctxt "dhl"
|
|
5614 |
msgid "DHL & Post"
|
5615 |
msgstr ""
|
5616 |
|
5617 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
|
|
5618 |
msgctxt "dhl"
|
5619 |
msgid "Monday"
|
5620 |
msgstr ""
|
5621 |
|
5622 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
|
|
5623 |
msgctxt "dhl"
|
5624 |
msgid "Tuesday"
|
5625 |
msgstr ""
|
5626 |
|
5627 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
|
|
5628 |
msgctxt "dhl"
|
5629 |
msgid "Wednesday"
|
5630 |
msgstr ""
|
5631 |
|
5632 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
|
|
5633 |
msgctxt "dhl"
|
5634 |
msgid "Thursday"
|
5635 |
msgstr ""
|
5636 |
|
5637 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
|
|
5638 |
msgctxt "dhl"
|
5639 |
msgid "Friday"
|
5640 |
msgstr ""
|
5641 |
|
5642 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
|
|
5643 |
msgctxt "dhl"
|
5644 |
msgid "Saturday"
|
5645 |
msgstr ""
|
@@ -5705,7 +6215,9 @@ msgctxt "dhl"
|
|
5705 |
msgid "Tracked"
|
5706 |
msgstr ""
|
5707 |
|
5708 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:39
|
|
|
|
|
5709 |
msgctxt "dhl"
|
5710 |
msgid "Error while fetching label PDF"
|
5711 |
msgstr ""
|
@@ -5741,7 +6253,9 @@ msgctxt "dhl"
|
|
5741 |
msgid "Internetmarke is disabled. Please enable Internetmarke."
|
5742 |
msgstr ""
|
5743 |
|
5744 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php:72
|
|
|
|
|
5745 |
#, php-format
|
5746 |
msgctxt "dhl"
|
5747 |
msgid "To enable communication between your shop and DHL, the PHP <a href=\"%1$s\">SOAPClient</a> is required. Please contact your host and make sure that SOAPClient is <a href=\"%2$s\">installed</a>."
|
@@ -5810,7 +6324,9 @@ msgctxt "dhl"
|
|
5810 |
msgid "Refund API could not be instantiated"
|
5811 |
msgstr ""
|
5812 |
|
5813 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php:750
|
|
|
|
|
5814 |
#, php-format
|
5815 |
msgctxt "dhl"
|
5816 |
msgid "Could not fetch shipment %d."
|
@@ -5868,7 +6384,8 @@ msgctxt "dhl"
|
|
5868 |
msgid "There was an error generating the label. Please try again or consider switching to sandbox mode."
|
5869 |
msgstr ""
|
5870 |
|
5871 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php:298
|
|
|
5872 |
msgctxt "dhl"
|
5873 |
msgid "Error while creating and uploading the label"
|
5874 |
msgstr ""
|
@@ -5896,63 +6413,63 @@ msgctxt "dhl"
|
|
5896 |
msgid "Only %1$s shipment items can be processed, your shipment has %2$s items."
|
5897 |
msgstr ""
|
5898 |
|
5899 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:
|
5900 |
#, php-format
|
5901 |
msgctxt "dhl"
|
5902 |
msgid "Label API not available: %s"
|
5903 |
msgstr ""
|
5904 |
|
5905 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:
|
5906 |
msgctxt "dhl"
|
5907 |
msgid "Label API not available"
|
5908 |
msgstr ""
|
5909 |
|
5910 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:
|
5911 |
msgctxt "dhl"
|
5912 |
msgid "Parcel Finder API not available"
|
5913 |
msgstr ""
|
5914 |
|
5915 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:
|
5916 |
msgctxt "dhl"
|
5917 |
msgid "Return API not available"
|
5918 |
msgstr ""
|
5919 |
|
5920 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:
|
5921 |
msgctxt "dhl"
|
5922 |
msgid "Parcel API not available"
|
5923 |
msgstr ""
|
5924 |
|
5925 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:
|
5926 |
msgctxt "dhl"
|
5927 |
msgid "Mon"
|
5928 |
msgstr ""
|
5929 |
|
5930 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:
|
5931 |
msgctxt "dhl"
|
5932 |
msgid "Tue"
|
5933 |
msgstr ""
|
5934 |
|
5935 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:
|
5936 |
msgctxt "dhl"
|
5937 |
msgid "Wed"
|
5938 |
msgstr ""
|
5939 |
|
5940 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:
|
5941 |
msgctxt "dhl"
|
5942 |
msgid "Thu"
|
5943 |
msgstr ""
|
5944 |
|
5945 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:
|
5946 |
msgctxt "dhl"
|
5947 |
msgid "Fri"
|
5948 |
msgstr ""
|
5949 |
|
5950 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:
|
5951 |
msgctxt "dhl"
|
5952 |
msgid "Sat"
|
5953 |
msgstr ""
|
5954 |
|
5955 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:
|
5956 |
msgctxt "dhl"
|
5957 |
msgid "Sun"
|
5958 |
msgstr ""
|
@@ -6013,7 +6530,8 @@ msgctxt "dhl full name"
|
|
6013 |
msgid "%1$s"
|
6014 |
msgstr ""
|
6015 |
|
6016 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Label/Label.php:145
|
|
|
6017 |
#, php-format
|
6018 |
msgctxt "dhl time-span"
|
6019 |
msgid "%1$s-%2$s"
|
@@ -6029,7 +6547,9 @@ msgctxt "dhl"
|
|
6029 |
msgid "Germany"
|
6030 |
msgstr ""
|
6031 |
|
6032 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:106
|
|
|
|
|
6033 |
msgctxt "dhl"
|
6034 |
msgid "Address Type"
|
6035 |
msgstr ""
|
@@ -6049,117 +6569,124 @@ msgctxt "dhl"
|
|
6049 |
msgid "In case delivery to packstation is selected please fill in the corresponding DHL post number."
|
6050 |
msgstr ""
|
6051 |
|
6052 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
|
|
6053 |
msgctxt "dhl"
|
6054 |
msgid "Invalid address type."
|
6055 |
msgstr ""
|
6056 |
|
6057 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6058 |
#, php-format
|
6059 |
msgctxt "dhl"
|
6060 |
msgid "Please provide a valid number within the %s field."
|
6061 |
msgstr ""
|
6062 |
|
6063 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6064 |
msgctxt "dhl"
|
6065 |
msgid "Sorry, but delivery to packstation is not available."
|
6066 |
msgstr ""
|
6067 |
|
6068 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6069 |
msgctxt "dhl"
|
6070 |
msgid "Sorry, but delivery to parcel shops is not available."
|
6071 |
msgstr ""
|
6072 |
|
6073 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6074 |
msgctxt "dhl"
|
6075 |
msgid "Sorry, but delivery to post offices is not available."
|
6076 |
msgstr ""
|
6077 |
|
6078 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6079 |
#, php-format
|
6080 |
msgctxt "dhl"
|
6081 |
msgid "Please indicate shipment to %1$s by one of the following values: %2$s."
|
6082 |
msgstr ""
|
6083 |
|
6084 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6085 |
msgctxt "dhl"
|
6086 |
msgid "Your DHL customer number (Post number) is not valid. Please check your number."
|
6087 |
msgstr ""
|
6088 |
|
6089 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6090 |
msgctxt "dhl"
|
6091 |
msgid "Your DHL customer number (Post number) is needed to ship to a packstation."
|
6092 |
msgstr ""
|
6093 |
|
6094 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
|
|
6095 |
msgctxt "dhl"
|
6096 |
msgid "Branch"
|
6097 |
msgstr ""
|
6098 |
|
6099 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6100 |
msgctxt "dhl"
|
6101 |
msgid "Postnumber "
|
6102 |
msgstr ""
|
6103 |
|
6104 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6105 |
#, php-format
|
6106 |
msgctxt "dhl"
|
6107 |
msgid "e.g. %s 456"
|
6108 |
msgstr ""
|
6109 |
|
6110 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6111 |
msgctxt "dhl"
|
6112 |
msgid "Branches"
|
6113 |
msgstr ""
|
6114 |
|
6115 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
|
|
6116 |
msgctxt "dhl"
|
6117 |
msgid "DHL customer number (Post number)"
|
6118 |
msgstr ""
|
6119 |
|
6120 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6121 |
msgctxt "dhl"
|
6122 |
msgid "Regular Address"
|
6123 |
msgstr ""
|
6124 |
|
6125 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6126 |
msgctxt "dhl"
|
6127 |
msgid "Not yet a DHL customer?"
|
6128 |
msgstr ""
|
6129 |
|
6130 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6131 |
msgctxt "dhl"
|
6132 |
msgid "Register now"
|
6133 |
msgstr ""
|
6134 |
|
6135 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6136 |
#, php-format
|
6137 |
msgctxt "dhl"
|
6138 |
msgid "Search %s"
|
6139 |
msgstr ""
|
6140 |
|
6141 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6142 |
msgctxt "dhl"
|
6143 |
msgid "No DHL locations found"
|
6144 |
msgstr ""
|
6145 |
|
6146 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6147 |
#, php-format
|
6148 |
msgctxt "dhl"
|
6149 |
msgid "There was an error while communicating with DHL. Please manually find a %1$s or %2$s."
|
6150 |
msgstr ""
|
6151 |
|
6152 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6153 |
msgctxt "dhl"
|
6154 |
msgid "DHL location"
|
6155 |
msgstr ""
|
6156 |
|
6157 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:
|
6158 |
msgctxt "dhl"
|
6159 |
msgid "retry"
|
6160 |
msgstr ""
|
6161 |
|
6162 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:61
|
|
|
|
|
|
|
|
|
6163 |
msgctxt "dhl"
|
6164 |
msgid "Delivery day"
|
6165 |
msgstr ""
|
@@ -6169,12 +6696,20 @@ msgctxt "dhl"
|
|
6169 |
msgid "Delivery time"
|
6170 |
msgstr ""
|
6171 |
|
6172 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:75
|
|
|
|
|
|
|
|
|
6173 |
msgctxt "dhl"
|
6174 |
msgid "Drop-off location"
|
6175 |
msgstr ""
|
6176 |
|
6177 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:80
|
|
|
|
|
|
|
|
|
6178 |
msgctxt "dhl"
|
6179 |
msgid "Neighbor"
|
6180 |
msgstr ""
|
@@ -6239,7 +6774,8 @@ msgctxt "dhl"
|
|
6239 |
msgid "Valid address only"
|
6240 |
msgstr ""
|
6241 |
|
6242 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:220
|
|
|
6243 |
msgctxt "dhl"
|
6244 |
msgid "GoGreen"
|
6245 |
msgstr ""
|
@@ -6264,7 +6800,8 @@ msgctxt "dhl"
|
|
6264 |
msgid "Company"
|
6265 |
msgstr ""
|
6266 |
|
6267 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:335
|
|
|
6268 |
msgctxt "dhl"
|
6269 |
msgid "Street"
|
6270 |
msgstr ""
|
@@ -6274,759 +6811,782 @@ msgctxt "dhl"
|
|
6274 |
msgid "Street No"
|
6275 |
msgstr ""
|
6276 |
|
6277 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
|
|
6278 |
msgctxt "dhl"
|
6279 |
msgid "Postcode"
|
6280 |
msgstr ""
|
6281 |
|
6282 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
|
|
6283 |
msgctxt "dhl"
|
6284 |
msgid "City"
|
6285 |
msgstr ""
|
6286 |
|
6287 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6288 |
msgctxt "dhl"
|
6289 |
msgid "Phone"
|
6290 |
msgstr ""
|
6291 |
|
6292 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6293 |
msgctxt "dhl"
|
6294 |
msgid "Email"
|
6295 |
msgstr ""
|
6296 |
|
6297 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6298 |
msgctxt "dhl"
|
6299 |
msgid "Age check"
|
6300 |
msgstr ""
|
6301 |
|
6302 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6303 |
msgctxt "dhl"
|
6304 |
msgid "Retail outlet routing"
|
6305 |
msgstr ""
|
6306 |
|
6307 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6308 |
msgctxt "dhl"
|
6309 |
msgid "No neighbor"
|
6310 |
msgstr ""
|
6311 |
|
6312 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
6313 |
msgctxt "dhl"
|
6314 |
msgid "Named person only"
|
6315 |
msgstr ""
|
6316 |
|
6317 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6318 |
msgctxt "dhl"
|
6319 |
msgid "Bulky goods"
|
6320 |
msgstr ""
|
6321 |
|
6322 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6323 |
msgctxt "dhl"
|
6324 |
msgid "Identity check"
|
6325 |
msgstr ""
|
6326 |
|
6327 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6328 |
msgctxt "dhl"
|
6329 |
msgid "Date of Birth"
|
6330 |
msgstr ""
|
6331 |
|
6332 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6333 |
msgctxt "dhl"
|
6334 |
msgid "Minimum age"
|
6335 |
msgstr ""
|
6336 |
|
6337 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
6338 |
msgctxt "dhl"
|
6339 |
msgid "Premium"
|
6340 |
msgstr ""
|
6341 |
|
6342 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6343 |
msgctxt "dhl"
|
6344 |
msgid "Receiver is missing or does not exist."
|
6345 |
msgstr ""
|
6346 |
|
6347 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6348 |
#, php-format
|
6349 |
msgctxt "dhl"
|
6350 |
msgid "%s of the return address is a mandatory field."
|
6351 |
msgstr ""
|
6352 |
|
6353 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6354 |
msgctxt "dhl"
|
6355 |
msgid "Please either add a return company or name."
|
6356 |
msgstr ""
|
6357 |
|
6358 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6359 |
msgctxt "dhl"
|
6360 |
msgid "Error while parsing delivery day."
|
6361 |
msgstr ""
|
6362 |
|
6363 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6364 |
msgctxt "dhl"
|
6365 |
msgid "The visual min age check is invalid."
|
6366 |
msgstr ""
|
6367 |
|
6368 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6369 |
msgctxt "dhl"
|
6370 |
msgid "The ident min age check is invalid."
|
6371 |
msgstr ""
|
6372 |
|
6373 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6374 |
msgctxt "dhl"
|
6375 |
msgid "There was an error parsing the date of birth for the identity check."
|
6376 |
msgstr ""
|
6377 |
|
6378 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6379 |
msgctxt "dhl"
|
6380 |
msgid "Either a minimum age or a date of birth must be added to the ident check."
|
6381 |
msgstr ""
|
6382 |
|
6383 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6384 |
#, php-format
|
6385 |
msgctxt "dhl"
|
6386 |
msgid "%s duties element does not exist."
|
6387 |
msgstr ""
|
6388 |
|
6389 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6390 |
#, php-format
|
6391 |
msgctxt "dhl"
|
6392 |
msgid "Status: %1$s"
|
6393 |
msgstr ""
|
6394 |
|
6395 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6396 |
msgctxt "dhl"
|
6397 |
msgid "Connected"
|
6398 |
msgstr ""
|
6399 |
|
6400 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6401 |
msgctxt "dhl"
|
6402 |
msgid "Customer Number (EKP)"
|
6403 |
msgstr ""
|
6404 |
|
6405 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6406 |
#, php-format
|
6407 |
msgctxt "dhl"
|
6408 |
msgid "Your 10 digits DHL customer number, also called \"EKP\". Find your %s in the DHL business portal."
|
6409 |
msgstr ""
|
6410 |
|
6411 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6412 |
msgctxt "dhl"
|
6413 |
msgid "customer number"
|
6414 |
msgstr ""
|
6415 |
|
6416 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6417 |
msgctxt "dhl"
|
6418 |
msgid "API"
|
6419 |
msgstr ""
|
6420 |
|
6421 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6422 |
msgctxt "dhl"
|
6423 |
msgid "Enable Sandbox"
|
6424 |
msgstr ""
|
6425 |
|
6426 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6427 |
msgctxt "dhl"
|
6428 |
msgid "Activate Sandbox mode for testing purposes."
|
6429 |
msgstr ""
|
6430 |
|
6431 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6432 |
msgctxt "dhl"
|
6433 |
msgid "Live Username"
|
6434 |
msgstr ""
|
6435 |
|
6436 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6437 |
#, php-format
|
6438 |
msgctxt "dhl"
|
6439 |
msgid "Your username (<strong>not</strong> your email address) to the DHL business customer portal. Please make sure to test your access data in advance %s."
|
6440 |
msgstr ""
|
6441 |
|
6442 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
|
|
|
|
6443 |
msgctxt "dhl"
|
6444 |
msgid "here"
|
6445 |
msgstr ""
|
6446 |
|
6447 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6448 |
msgctxt "dhl"
|
6449 |
msgid "Live Password"
|
6450 |
msgstr ""
|
6451 |
|
6452 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6453 |
#, php-format
|
6454 |
msgctxt "dhl"
|
6455 |
msgid "Your password to the DHL business customer portal. Please note the new assignment of the password to 3 (Standard User) or 12 (System User) months and make sure to test your access data in advance %s."
|
6456 |
msgstr ""
|
6457 |
|
6458 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6459 |
msgctxt "dhl"
|
6460 |
msgid "Sandbox Username"
|
6461 |
msgstr ""
|
6462 |
|
6463 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6464 |
#, php-format
|
6465 |
msgctxt "dhl"
|
6466 |
msgid "Your username (<strong>not</strong> your email address) to the DHL developer portal. Please make sure to test your access data in advance %s."
|
6467 |
msgstr ""
|
6468 |
|
6469 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6470 |
msgctxt "dhl"
|
6471 |
msgid "Sandbox Password"
|
6472 |
msgstr ""
|
6473 |
|
6474 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6475 |
#, php-format
|
6476 |
msgctxt "dhl"
|
6477 |
msgid "Your password for the DHL developer portal. Please test your access data in advance %s."
|
6478 |
msgstr ""
|
6479 |
|
6480 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6481 |
msgctxt "dhl"
|
6482 |
msgid "Products and Participation Numbers"
|
6483 |
msgstr ""
|
6484 |
|
6485 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
|
|
6486 |
msgctxt "dhl"
|
6487 |
msgid "Inlay Returns"
|
6488 |
msgstr ""
|
6489 |
|
6490 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
6491 |
msgctxt "dhl"
|
6492 |
msgid "Tracking"
|
6493 |
msgstr ""
|
6494 |
|
6495 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6496 |
msgctxt "dhl"
|
6497 |
msgid "Enable delivery to Packstation."
|
6498 |
msgstr ""
|
6499 |
|
6500 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6501 |
msgctxt "dhl"
|
6502 |
msgid "Let customers choose a Packstation as delivery address."
|
6503 |
msgstr ""
|
6504 |
|
6505 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
6506 |
msgctxt "dhl"
|
6507 |
msgid "Postoffice"
|
6508 |
msgstr ""
|
6509 |
|
6510 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6511 |
msgctxt "dhl"
|
6512 |
msgid "Enable delivery to Post Offices."
|
6513 |
msgstr ""
|
6514 |
|
6515 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6516 |
msgctxt "dhl"
|
6517 |
msgid "Let customers choose a Post Office as delivery address."
|
6518 |
msgstr ""
|
6519 |
|
6520 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6521 |
msgctxt "dhl"
|
6522 |
msgid "Parcel Shop"
|
6523 |
msgstr ""
|
6524 |
|
6525 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6526 |
msgctxt "dhl"
|
6527 |
msgid "Enable delivery to Parcel Shops."
|
6528 |
msgstr ""
|
6529 |
|
6530 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6531 |
msgctxt "dhl"
|
6532 |
msgid "Let customers choose a Parcel Shop as delivery address."
|
6533 |
msgstr ""
|
6534 |
|
6535 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
6536 |
msgctxt "dhl"
|
6537 |
msgid "Map"
|
6538 |
msgstr ""
|
6539 |
|
6540 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6541 |
msgctxt "dhl"
|
6542 |
msgid "Let customers find a DHL location on a map."
|
6543 |
msgstr ""
|
6544 |
|
6545 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6546 |
msgctxt "dhl"
|
6547 |
msgid "Enable this option to let your customers choose a pickup option from a map within the checkout. If this option is disabled a link to the DHL website is placed instead."
|
6548 |
msgstr ""
|
6549 |
|
6550 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6551 |
msgctxt "dhl"
|
6552 |
msgid "Google Maps Key"
|
6553 |
msgstr ""
|
6554 |
|
6555 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6556 |
#, php-format
|
6557 |
msgctxt "dhl"
|
6558 |
msgid "To integrate a map within your checkout you'll need a valid API key for Google Maps. You may %s."
|
6559 |
msgstr ""
|
6560 |
|
6561 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6562 |
msgctxt "dhl"
|
6563 |
msgid "retrieve a new one"
|
6564 |
msgstr ""
|
6565 |
|
6566 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6567 |
msgctxt "dhl"
|
6568 |
msgid "Limit results"
|
6569 |
msgstr ""
|
6570 |
|
6571 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6572 |
msgctxt "dhl"
|
6573 |
msgid "Limit the number of DHL locations shown on the map"
|
6574 |
msgstr ""
|
6575 |
|
6576 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6577 |
msgctxt "dhl"
|
6578 |
msgid "Enable delivery day delivery."
|
6579 |
msgstr ""
|
6580 |
|
6581 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6582 |
msgctxt "dhl"
|
6583 |
msgid "Enabling this option will display options for the user to select their delivery day of delivery during the checkout."
|
6584 |
msgstr ""
|
6585 |
|
6586 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
6587 |
msgctxt "dhl"
|
6588 |
msgid "Fee"
|
6589 |
msgstr ""
|
6590 |
|
6591 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6592 |
msgctxt "dhl"
|
6593 |
msgid "Insert gross value as surcharge for delivery day delivery. Insert 0 to offer service for free."
|
6594 |
msgstr ""
|
6595 |
|
6596 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6597 |
msgctxt "dhl"
|
6598 |
msgid "Enable drop-off location delivery."
|
6599 |
msgstr ""
|
6600 |
|
6601 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6602 |
msgctxt "dhl"
|
6603 |
msgid "Enabling this option will display options for the user to select their preferred delivery location during the checkout."
|
6604 |
msgstr ""
|
6605 |
|
6606 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6607 |
msgctxt "dhl"
|
6608 |
msgid "Enable delivery to a neighbor."
|
6609 |
msgstr ""
|
6610 |
|
6611 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6612 |
msgctxt "dhl"
|
6613 |
msgid "Enabling this option will display options for the user to deliver to their preferred neighbor during the checkout."
|
6614 |
msgstr ""
|
6615 |
|
6616 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6617 |
msgctxt "dhl"
|
6618 |
msgid "Cut-off time"
|
6619 |
msgstr ""
|
6620 |
|
6621 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6622 |
msgctxt "dhl"
|
6623 |
msgid "The cut-off time is the latest possible order time up to which the minimum delivery day (day of order + 2 working days) can be guaranteed. As soon as the time is exceeded, the earliest delivery day displayed in the frontend will be shifted to one day later (day of order + 3 working days)."
|
6624 |
msgstr ""
|
6625 |
|
6626 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6627 |
msgctxt "dhl"
|
6628 |
msgid "Preparation days"
|
6629 |
msgstr ""
|
6630 |
|
6631 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6632 |
msgctxt "dhl"
|
6633 |
msgid "If you need more time to prepare your shipments you might want to add a static preparation time to the possible starting date for delivery day delivery."
|
6634 |
msgstr ""
|
6635 |
|
6636 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6637 |
msgctxt "dhl"
|
6638 |
msgid "Exclude days of transfer"
|
6639 |
msgstr ""
|
6640 |
|
6641 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6642 |
msgctxt "dhl"
|
6643 |
msgid "Exclude days from transferring shipments to DHL."
|
6644 |
msgstr ""
|
6645 |
|
6646 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6647 |
msgctxt "dhl"
|
6648 |
msgid "Exclude gateways"
|
6649 |
msgstr ""
|
6650 |
|
6651 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6652 |
msgctxt "dhl"
|
6653 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
6654 |
msgstr ""
|
6655 |
|
6656 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
6657 |
msgctxt "dhl"
|
6658 |
msgid "Products"
|
6659 |
msgstr ""
|
6660 |
|
6661 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
6662 |
msgctxt "dhl"
|
6663 |
msgid "Domestic Default Service"
|
6664 |
msgstr ""
|
6665 |
|
6666 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6667 |
msgctxt "dhl"
|
6668 |
msgid "Please select your default DHL shipping service for domestic shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards)."
|
6669 |
msgstr ""
|
6670 |
|
6671 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
6672 |
msgctxt "dhl"
|
6673 |
msgid "EU Default Service"
|
6674 |
msgstr ""
|
6675 |
|
6676 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6677 |
msgctxt "dhl"
|
6678 |
msgid "Please select your default DHL shipping service for EU shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards)."
|
6679 |
msgstr ""
|
6680 |
|
6681 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
6682 |
msgctxt "dhl"
|
6683 |
msgid "Int. Default Service"
|
6684 |
msgstr ""
|
6685 |
|
6686 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6687 |
msgctxt "dhl"
|
6688 |
msgid "Please select your default DHL shipping service for cross-border shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards)."
|
6689 |
msgstr ""
|
6690 |
|
6691 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6692 |
msgctxt "dhl"
|
6693 |
msgid "Default Duty"
|
6694 |
msgstr ""
|
6695 |
|
6696 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6697 |
msgctxt "dhl"
|
6698 |
msgid "Please select a default duty type."
|
6699 |
msgstr ""
|
6700 |
|
6701 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6702 |
msgctxt "dhl"
|
6703 |
msgid "Codeable"
|
6704 |
msgstr ""
|
6705 |
|
6706 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6707 |
msgctxt "dhl"
|
6708 |
msgid "Generate label only if address can be automatically retrieved DHL."
|
6709 |
msgstr ""
|
6710 |
|
6711 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6712 |
msgctxt "dhl"
|
6713 |
msgid "Choose this option if you want to make sure that by default labels are only generated for codeable addresses."
|
6714 |
msgstr ""
|
6715 |
|
6716 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6717 |
msgctxt "dhl"
|
6718 |
msgid "Force email"
|
6719 |
msgstr ""
|
6720 |
|
6721 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6722 |
msgctxt "dhl"
|
6723 |
msgid "Force transferring customer email to DHL."
|
6724 |
msgstr ""
|
6725 |
|
6726 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6727 |
#, php-format
|
6728 |
msgctxt "dhl"
|
6729 |
msgid "By default the customer email address is only transferred in case explicit consent has been given via a checkbox during checkout. You may force to transfer the customer email address during label creation to make sure your customers receive <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">email notifications by DHL</a>. Make sure to check your privacy policy and seek advice by a lawyer in case of doubt."
|
6730 |
msgstr ""
|
6731 |
|
6732 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6733 |
msgctxt "dhl"
|
6734 |
msgid "Custom shipper"
|
6735 |
msgstr ""
|
6736 |
|
6737 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6738 |
msgctxt "dhl"
|
6739 |
msgid "Use a custom shipper address managed within your DHL business profile."
|
6740 |
msgstr ""
|
6741 |
|
6742 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6743 |
#, php-format
|
6744 |
msgctxt "dhl"
|
6745 |
msgid "Choose this option if you want to use a <a href=\"%s\" target=\"_blank\">custom address</a> profile managed within your DHL business profile as shipper reference for your labels."
|
6746 |
msgstr ""
|
6747 |
|
6748 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6749 |
msgctxt "dhl"
|
6750 |
msgid "Shipper reference"
|
6751 |
msgstr ""
|
6752 |
|
6753 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6754 |
#, php-format
|
6755 |
msgctxt "dhl"
|
6756 |
msgid "Insert the <a href=\"%s\" target=\"_blank\">address reference</a> you have chosen within the DHL business portal for your custom shipper address."
|
6757 |
msgstr ""
|
6758 |
|
6759 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6760 |
msgctxt "dhl"
|
6761 |
msgid "Additionally create inlay return labels for shipments that support returns."
|
6762 |
msgstr ""
|
6763 |
|
6764 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
|
|
6765 |
msgctxt "dhl"
|
6766 |
msgid "Retoure"
|
6767 |
msgstr ""
|
6768 |
|
6769 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6770 |
#, php-format
|
6771 |
msgctxt "dhl"
|
6772 |
msgid "Adjust handling of return shipments through the DHL Retoure API. Make sure that your %s contains DHL Retoure Online."
|
6773 |
msgstr ""
|
6774 |
|
6775 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6776 |
msgctxt "dhl"
|
6777 |
msgid "contract"
|
6778 |
msgstr ""
|
6779 |
|
6780 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6781 |
msgctxt "dhl"
|
6782 |
msgid "Create retoure labels to return shipments."
|
6783 |
msgstr ""
|
6784 |
|
6785 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6786 |
msgctxt "dhl"
|
6787 |
msgid "By enabling this option you might generate retoure labels for return shipments and send them to your customer via email."
|
6788 |
msgstr ""
|
6789 |
|
6790 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6791 |
msgctxt "dhl"
|
6792 |
msgid "Default Services"
|
6793 |
msgstr ""
|
6794 |
|
6795 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6796 |
#, php-format
|
6797 |
msgctxt "dhl"
|
6798 |
msgid "Adjust services to be added to your labels by default. Find out more about these <a href=\"%s\" target=\"_blank\">services</a>."
|
6799 |
msgstr ""
|
6800 |
|
6801 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6802 |
msgctxt "dhl"
|
6803 |
msgid "Enable the GoGreen Service by default."
|
6804 |
msgstr ""
|
6805 |
|
6806 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6807 |
msgctxt "dhl"
|
6808 |
msgid "Additional Insurance"
|
6809 |
msgstr ""
|
6810 |
|
6811 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6812 |
msgctxt "dhl"
|
6813 |
msgid "Add an additional insurance to labels."
|
6814 |
msgstr ""
|
6815 |
|
6816 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6817 |
msgctxt "dhl"
|
6818 |
msgid "Retail Outlet Routing"
|
6819 |
msgstr ""
|
6820 |
|
6821 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6822 |
msgctxt "dhl"
|
6823 |
msgid "Send undeliverable items to nearest retail outlet instead of immediate return."
|
6824 |
msgstr ""
|
6825 |
|
6826 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6827 |
msgctxt "dhl"
|
6828 |
msgid "No Neighbor"
|
6829 |
msgstr ""
|
6830 |
|
6831 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6832 |
msgctxt "dhl"
|
6833 |
msgid "Do not deliver to neighbors."
|
6834 |
msgstr ""
|
6835 |
|
6836 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6837 |
msgctxt "dhl"
|
6838 |
msgid "Do only delivery to named person."
|
6839 |
msgstr ""
|
6840 |
|
6841 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6842 |
msgctxt "dhl"
|
6843 |
msgid "Bulky Goods"
|
6844 |
msgstr ""
|
6845 |
|
6846 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6847 |
msgctxt "dhl"
|
6848 |
msgid "Deliver as bulky goods."
|
6849 |
msgstr ""
|
6850 |
|
6851 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6852 |
msgctxt "dhl"
|
6853 |
msgid "Minimum age (Visual check)"
|
6854 |
msgstr ""
|
6855 |
|
6856 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6857 |
msgctxt "dhl"
|
6858 |
msgid "Choose this option if you want to let DHL check your customer's age."
|
6859 |
msgstr ""
|
6860 |
|
6861 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6862 |
msgctxt "dhl"
|
6863 |
msgid "Sync (Visual Check)"
|
6864 |
msgstr ""
|
6865 |
|
6866 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6867 |
msgctxt "dhl"
|
6868 |
msgid "Visually verify age if shipment contains applicable items."
|
6869 |
msgstr ""
|
6870 |
|
6871 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6872 |
#, php-format
|
6873 |
msgctxt "dhl"
|
6874 |
msgid "Germanized offers an %s to be enabled for certain products and/or product categories. By checking this option labels for shipments with applicable items will automatically have the visual age check service enabled."
|
6875 |
msgstr ""
|
6876 |
|
6877 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
6878 |
msgctxt "dhl"
|
6879 |
msgid "age verification checkbox"
|
6880 |
msgstr ""
|
6881 |
|
6882 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6883 |
msgctxt "dhl"
|
6884 |
msgid "Minimum age (Ident check)"
|
6885 |
msgstr ""
|
6886 |
|
6887 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6888 |
msgctxt "dhl"
|
6889 |
msgid "Choose this option if you want to let DHL check your customer's identity and age."
|
6890 |
msgstr ""
|
6891 |
|
6892 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6893 |
msgctxt "dhl"
|
6894 |
msgid "Sync (Ident Check)"
|
6895 |
msgstr ""
|
6896 |
|
6897 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6898 |
msgctxt "dhl"
|
6899 |
msgid "Verify identity and age if shipment contains applicable items."
|
6900 |
msgstr ""
|
6901 |
|
6902 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6903 |
#, php-format
|
6904 |
msgctxt "dhl"
|
6905 |
msgid "Germanized offers an %s to be enabled for certain products and/or product categories. By checking this option labels for shipments with applicable items will automatically have the identity check service enabled."
|
6906 |
msgstr ""
|
6907 |
|
6908 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6909 |
msgctxt "dhl"
|
6910 |
msgid "Premium delivery for international shipments."
|
6911 |
msgstr ""
|
6912 |
|
6913 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6914 |
msgctxt "dhl"
|
6915 |
msgid "Bank Account"
|
6916 |
msgstr ""
|
6917 |
|
6918 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6919 |
msgctxt "dhl"
|
6920 |
msgid "Enter your bank details needed for services that use COD."
|
6921 |
msgstr ""
|
6922 |
|
6923 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6924 |
msgctxt "dhl"
|
6925 |
msgid "Holder"
|
6926 |
msgstr ""
|
6927 |
|
6928 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6929 |
msgctxt "dhl"
|
6930 |
msgid "Bank Name"
|
6931 |
msgstr ""
|
6932 |
|
6933 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6934 |
msgctxt "dhl"
|
6935 |
msgid "IBAN"
|
6936 |
msgstr ""
|
6937 |
|
6938 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6939 |
msgctxt "dhl"
|
6940 |
msgid "BIC"
|
6941 |
msgstr ""
|
6942 |
|
6943 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6944 |
msgctxt "dhl"
|
6945 |
msgid "Payment Reference"
|
6946 |
msgstr ""
|
6947 |
|
6948 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
|
|
6949 |
#, php-format
|
6950 |
msgctxt "dhl"
|
6951 |
msgid "Use these placeholders to add info to the payment reference: %s. This text is limited to 35 characters."
|
6952 |
msgstr ""
|
6953 |
|
6954 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6955 |
msgctxt "dhl"
|
6956 |
msgid "Payment Reference 2"
|
6957 |
msgstr ""
|
6958 |
|
6959 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6960 |
msgctxt "dhl"
|
6961 |
msgid "Customer Number"
|
6962 |
msgstr ""
|
6963 |
|
6964 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6965 |
msgctxt "dhl"
|
6966 |
msgid "Insert your DHL business customer number (EKP) here. If you are not yet a business customer you might want to create a new account first."
|
6967 |
msgstr ""
|
6968 |
|
6969 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6970 |
msgctxt "dhl"
|
6971 |
msgid "API Access"
|
6972 |
msgstr ""
|
6973 |
|
6974 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6975 |
msgctxt "dhl"
|
6976 |
msgid "To create labels and embed DHL services, our software needs access to the API. You will need to fill out the username and password fields accordingly."
|
6977 |
msgstr ""
|
6978 |
|
6979 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6980 |
msgctxt "dhl"
|
6981 |
msgid "If you want to provide your customers with inlay return labels for your shipments you might enable this feature by default here."
|
6982 |
msgstr ""
|
6983 |
|
6984 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6985 |
msgctxt "dhl"
|
6986 |
msgid "If you want to create DHL labels to returns you should activate this feature. Make sure that you have DHL Online Retoure activated in your contract."
|
6987 |
msgstr ""
|
6988 |
|
6989 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6990 |
msgctxt "dhl"
|
6991 |
msgid "Age verification"
|
6992 |
msgstr ""
|
6993 |
|
6994 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
6995 |
msgctxt "dhl"
|
6996 |
msgid "Use this feature to sync the Germanized age verification checkbox with the DHL visual minimum age verification service. As soon as applicable products are contained within the shipment, the service will be booked by default."
|
6997 |
msgstr ""
|
6998 |
|
6999 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
7000 |
msgctxt "dhl"
|
7001 |
msgid "Automation"
|
7002 |
msgstr ""
|
7003 |
|
7004 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
7005 |
msgctxt "dhl"
|
7006 |
msgid "You might want to save some time and let Germanized generate labels automatically as soon as a shipment switches to a certain status."
|
7007 |
msgstr ""
|
7008 |
|
7009 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
7010 |
msgctxt "dhl"
|
7011 |
msgid "Let your customers choose a delivery day (if the service is available at the customer's location) of delivery within your checkout."
|
7012 |
msgstr ""
|
7013 |
|
7014 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
7015 |
msgctxt "dhl"
|
7016 |
msgid "Optionally charge your customers an additional fee for preferred services like delivery day."
|
7017 |
msgstr ""
|
7018 |
|
7019 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
7020 |
msgctxt "dhl"
|
7021 |
msgid "Allow your customers to send their parcels to a drop-off location e.g. a neighbor. This service is free of charge for DHL shipments."
|
7022 |
msgstr ""
|
7023 |
|
7024 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
7025 |
msgctxt "dhl"
|
7026 |
msgid "Allow your customers to choose packstation (and/or other DHL location types as configured below) as shipping address."
|
7027 |
msgstr ""
|
7028 |
|
7029 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:
|
7030 |
msgctxt "dhl"
|
7031 |
msgid "This option adds a map overlay view to let your customers choose a DHL location from a map nearby. You'll need a valid Google Maps API key to enable the map view."
|
7032 |
msgstr ""
|
@@ -7134,7 +7694,8 @@ msgctxt "dhl"
|
|
7134 |
msgid "Adjust the print Y-axis start column for the label."
|
7135 |
msgstr ""
|
7136 |
|
7137 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:470
|
|
|
7138 |
#, php-format
|
7139 |
msgctxt "dhl"
|
7140 |
msgid "Sorry but none of your selected <a href=\"%s\">Deutsche Post Products</a> is available for this shipment. Please verify your shipment data (e.g. weight) and try again."
|
@@ -7181,12 +7742,14 @@ msgctxt "dhl"
|
|
7181 |
msgid "Handicap Accessible"
|
7182 |
msgstr ""
|
7183 |
|
7184 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder-result.php:40
|
|
|
7185 |
msgctxt "dhl"
|
7186 |
msgid "Yes"
|
7187 |
msgstr ""
|
7188 |
|
7189 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder-result.php:40
|
|
|
7190 |
msgctxt "dhl"
|
7191 |
msgid "No"
|
7192 |
msgstr ""
|
@@ -7287,7 +7850,8 @@ msgctxt "dhl"
|
|
7287 |
msgid "Street, number, postal code, city"
|
7288 |
msgstr ""
|
7289 |
|
7290 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php:40
|
|
|
7291 |
#, php-format
|
7292 |
msgctxt "dhl"
|
7293 |
msgid "Your installation of the Germanized DHL feature plugin is incomplete. Please run %1$s within the %2$s directory."
|
@@ -7310,12 +7874,19 @@ msgctxt "shipments"
|
|
7310 |
msgid "LxWxH in decimal form."
|
7311 |
msgstr ""
|
7312 |
|
7313 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:51
|
|
|
|
|
|
|
7314 |
msgctxt "shipments"
|
7315 |
msgid "Packaging"
|
7316 |
msgstr ""
|
7317 |
|
7318 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:59
|
|
|
|
|
|
|
|
|
7319 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:280
|
7320 |
msgctxt "shipments"
|
7321 |
msgid "Status"
|
@@ -7356,18 +7927,25 @@ msgctxt "shipments"
|
|
7356 |
msgid "Add Item"
|
7357 |
msgstr ""
|
7358 |
|
7359 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:194
|
|
|
|
|
7360 |
msgctxt "shipments"
|
7361 |
msgid "Item"
|
7362 |
msgstr ""
|
7363 |
|
7364 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:195
|
7365 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/
|
|
|
|
|
|
|
|
|
7366 |
msgctxt "shipments"
|
7367 |
msgid "Quantity"
|
7368 |
msgstr ""
|
7369 |
|
7370 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:213
|
|
|
7371 |
msgctxt "shipments"
|
7372 |
msgid "Add"
|
7373 |
msgstr ""
|
@@ -7392,7 +7970,8 @@ msgctxt "shipments"
|
|
7392 |
msgid "Confirm the return request to the customer. The customer receives an email notification possibly containing return instructions."
|
7393 |
msgstr ""
|
7394 |
|
7395 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:240
|
|
|
7396 |
msgctxt "shipments"
|
7397 |
msgid "Confirm return request"
|
7398 |
msgstr ""
|
@@ -7411,23 +7990,34 @@ msgid_plural "%1$d of %2$d items"
|
|
7411 |
msgstr[0] ""
|
7412 |
msgstr[1] ""
|
7413 |
|
7414 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-item.php:28
|
|
|
7415 |
msgctxt "shipments return reason"
|
7416 |
msgid "None"
|
7417 |
msgstr ""
|
7418 |
|
7419 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-item.php:41
|
|
|
|
|
7420 |
msgctxt "shipments"
|
7421 |
msgid "Delete"
|
7422 |
msgstr ""
|
7423 |
|
7424 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-list.php:24
|
7425 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7426 |
msgctxt "shipments"
|
7427 |
msgid "Returns"
|
7428 |
msgstr ""
|
7429 |
|
7430 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-packaging-select.php:17
|
|
|
7431 |
msgctxt "shipments-packaging"
|
7432 |
msgid "None"
|
7433 |
msgstr ""
|
@@ -7443,7 +8033,11 @@ msgctxt "shipment admin title"
|
|
7443 |
msgid "%1$s #%2$s"
|
7444 |
msgstr ""
|
7445 |
|
7446 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:19
|
|
|
|
|
|
|
|
|
7447 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/myaccount/order-shipments.php:20
|
7448 |
msgctxt "shipments"
|
7449 |
msgid "Shipments"
|
@@ -7469,12 +8063,17 @@ msgctxt "shipments"
|
|
7469 |
msgid "Save"
|
7470 |
msgstr ""
|
7471 |
|
7472 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
|
|
|
|
|
|
7473 |
msgctxt "shipments"
|
7474 |
msgid "Title"
|
7475 |
msgstr ""
|
7476 |
|
7477 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
|
|
|
|
|
7478 |
msgctxt "shipments"
|
7479 |
msgid "Description"
|
7480 |
msgstr ""
|
@@ -7494,17 +8093,21 @@ msgctxt "shipments"
|
|
7494 |
msgid "Yes"
|
7495 |
msgstr ""
|
7496 |
|
7497 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:52
|
|
|
|
|
7498 |
msgctxt "shipments"
|
7499 |
msgid "Help"
|
7500 |
msgstr ""
|
7501 |
|
7502 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:59
|
|
|
7503 |
msgctxt "shipments"
|
7504 |
msgid "Manage shipping provider"
|
7505 |
msgstr ""
|
7506 |
|
7507 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label-backbone.php:13
|
|
|
7508 |
msgctxt "shipments"
|
7509 |
msgid "Create label"
|
7510 |
msgstr ""
|
@@ -7525,7 +8128,8 @@ msgctxt "shipments"
|
|
7525 |
msgid "Download"
|
7526 |
msgstr ""
|
7527 |
|
7528 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:42
|
|
|
7529 |
msgctxt "shipments"
|
7530 |
msgid "Create new label"
|
7531 |
msgstr ""
|
@@ -7666,7 +8270,10 @@ msgctxt "shipments"
|
|
7666 |
msgid "Text to appear below the main email content."
|
7667 |
msgstr ""
|
7668 |
|
7669 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:395
|
|
|
|
|
|
|
7670 |
msgctxt "shipments"
|
7671 |
msgid "N/A"
|
7672 |
msgstr ""
|
@@ -7722,7 +8329,8 @@ msgctxt "shipments"
|
|
7722 |
msgid "Letter"
|
7723 |
msgstr ""
|
7724 |
|
7725 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:78
|
|
|
7726 |
msgctxt "shipments"
|
7727 |
msgid "Shipment"
|
7728 |
msgstr ""
|
@@ -7742,204 +8350,240 @@ msgctxt "shipments"
|
|
7742 |
msgid "Partially shipped"
|
7743 |
msgstr ""
|
7744 |
|
7745 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:115
|
|
|
|
|
7746 |
msgctxt "shipments"
|
7747 |
msgid "Shipped"
|
7748 |
msgstr ""
|
7749 |
|
7750 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7751 |
msgctxt "shipments"
|
7752 |
msgid "Open"
|
7753 |
msgstr ""
|
7754 |
|
7755 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7756 |
msgctxt "shipments"
|
7757 |
msgid "Partially returned"
|
7758 |
msgstr ""
|
7759 |
|
7760 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7761 |
msgctxt "shipments"
|
7762 |
msgid "Returned"
|
7763 |
msgstr ""
|
7764 |
|
7765 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7766 |
msgctxt "shipments"
|
7767 |
msgid "Draft"
|
7768 |
msgstr ""
|
7769 |
|
7770 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
|
|
7771 |
msgctxt "shipments"
|
7772 |
msgid "Processing"
|
7773 |
msgstr ""
|
7774 |
|
7775 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7776 |
-
msgctxt "shipments"
|
7777 |
-
msgid "Delivered"
|
7778 |
-
msgstr ""
|
7779 |
-
|
7780 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:365
|
7781 |
msgctxt "shipments"
|
7782 |
msgid "Requested"
|
7783 |
msgstr ""
|
7784 |
|
7785 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
|
|
|
|
7786 |
msgctxt "shipments"
|
7787 |
msgid "Invalid order."
|
7788 |
msgstr ""
|
7789 |
|
7790 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7791 |
msgctxt "shipments"
|
7792 |
msgid "This order is already fully returned."
|
7793 |
msgstr ""
|
7794 |
|
7795 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
|
|
7796 |
msgctxt "shipments"
|
7797 |
msgid "Error while creating the shipment instance"
|
7798 |
msgstr ""
|
7799 |
|
7800 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
|
|
|
|
|
|
|
|
7801 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/SimpleShipment.php:238
|
7802 |
msgctxt "shipments"
|
7803 |
msgid "Invalid shipment order"
|
7804 |
msgstr ""
|
7805 |
|
7806 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7807 |
msgctxt "shipments"
|
7808 |
msgid "Invalid order item"
|
7809 |
msgstr ""
|
7810 |
|
7811 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7812 |
msgctxt "shipments"
|
7813 |
msgid "Invalid shipment item"
|
7814 |
msgstr ""
|
7815 |
|
7816 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7817 |
msgctxt "shipments"
|
7818 |
msgid "None"
|
7819 |
msgstr ""
|
7820 |
|
7821 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7822 |
msgctxt "shipments-shipping-provider"
|
7823 |
msgid "Unknown"
|
7824 |
msgstr ""
|
7825 |
|
7826 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7827 |
msgctxt "shipments"
|
7828 |
msgid "Error while uploading file."
|
7829 |
msgstr ""
|
7830 |
|
7831 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7832 |
msgctxt "shipments"
|
7833 |
msgid "First Name"
|
7834 |
msgstr ""
|
7835 |
|
7836 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7837 |
msgctxt "shipments"
|
7838 |
msgid "Last Name"
|
7839 |
msgstr ""
|
7840 |
|
7841 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7842 |
msgctxt "shipments"
|
7843 |
msgid "Full Name"
|
7844 |
msgstr ""
|
7845 |
|
7846 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7847 |
msgctxt "shipments"
|
7848 |
msgid "Company"
|
7849 |
msgstr ""
|
7850 |
|
7851 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7852 |
msgctxt "shipments"
|
7853 |
msgid "Address 1"
|
7854 |
msgstr ""
|
7855 |
|
7856 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7857 |
msgctxt "shipments"
|
7858 |
msgid "Address 2"
|
7859 |
msgstr ""
|
7860 |
|
7861 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7862 |
msgctxt "shipments"
|
7863 |
msgid "Street"
|
7864 |
msgstr ""
|
7865 |
|
7866 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7867 |
msgctxt "shipments"
|
7868 |
msgid "House Number"
|
7869 |
msgstr ""
|
7870 |
|
7871 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7872 |
msgctxt "shipments"
|
7873 |
msgid "Postcode"
|
7874 |
msgstr ""
|
7875 |
|
7876 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7877 |
msgctxt "shipments"
|
7878 |
msgid "City"
|
7879 |
msgstr ""
|
7880 |
|
7881 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7882 |
msgctxt "shipments"
|
7883 |
msgid "Country"
|
7884 |
msgstr ""
|
7885 |
|
7886 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7887 |
msgctxt "shipments"
|
7888 |
msgid "State"
|
7889 |
msgstr ""
|
7890 |
|
7891 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7892 |
msgctxt "shipments"
|
7893 |
msgid "Phone"
|
7894 |
msgstr ""
|
7895 |
|
7896 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7897 |
msgctxt "shipments"
|
7898 |
msgid "Email"
|
7899 |
msgstr ""
|
7900 |
|
7901 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7902 |
msgctxt "shipments"
|
7903 |
msgid "Customs Reference Number"
|
7904 |
msgstr ""
|
7905 |
|
7906 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
|
|
|
|
7907 |
#, php-format
|
7908 |
msgctxt "full name"
|
7909 |
msgid "%1$s %2$s"
|
7910 |
msgstr ""
|
7911 |
|
7912 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
|
|
|
|
7913 |
msgctxt "shipments"
|
7914 |
msgid "Date"
|
7915 |
msgstr ""
|
7916 |
|
7917 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
|
|
7918 |
msgctxt "shipments"
|
7919 |
msgid "Tracking"
|
7920 |
msgstr ""
|
7921 |
|
7922 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
|
|
|
|
|
|
7923 |
msgctxt "shipments"
|
7924 |
msgid "Actions"
|
7925 |
msgstr ""
|
7926 |
|
7927 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
7928 |
msgctxt "shipments"
|
7929 |
msgid "View"
|
7930 |
msgstr ""
|
7931 |
|
7932 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:
|
|
|
|
|
|
|
7933 |
msgctxt "shipments"
|
7934 |
msgid "Download label"
|
7935 |
msgstr ""
|
7936 |
|
7937 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:81
|
|
|
|
|
7938 |
msgctxt "shipments"
|
7939 |
msgid "My account"
|
7940 |
msgstr ""
|
7941 |
|
7942 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:119
|
|
|
7943 |
msgctxt "shipments"
|
7944 |
msgid "Invalid shipment."
|
7945 |
msgstr ""
|
@@ -7954,205 +8598,257 @@ msgctxt "shipments"
|
|
7954 |
msgid "View order"
|
7955 |
msgstr ""
|
7956 |
|
7957 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
|
|
7958 |
msgctxt "shipments-order-column-name"
|
7959 |
msgid "Shipping Status"
|
7960 |
msgstr ""
|
7961 |
|
7962 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
7963 |
msgctxt "shipments"
|
7964 |
msgid "Select a country"
|
7965 |
msgstr ""
|
7966 |
|
7967 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
|
|
|
|
7968 |
msgctxt "shipments"
|
7969 |
msgid "HS-Code (Customs)"
|
7970 |
msgstr ""
|
7971 |
|
7972 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
7973 |
msgctxt "shipments"
|
7974 |
msgid "The HS Code is a number assigned to every possible commodity that can be imported or exported from any country."
|
7975 |
msgstr ""
|
7976 |
|
7977 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
|
|
|
|
7978 |
msgctxt "shipments"
|
7979 |
msgid "Country of manufacture (Customs)"
|
7980 |
msgstr ""
|
7981 |
|
7982 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
7983 |
msgctxt "shipments"
|
7984 |
msgid "The country of manufacture is needed for customs of international shipping."
|
7985 |
msgstr ""
|
7986 |
|
7987 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
7988 |
#, php-format
|
7989 |
msgctxt "shipments"
|
7990 |
msgid "Shipments upload directory missing. Please manually create the folder %s and make sure that it is writeable."
|
7991 |
msgstr ""
|
7992 |
|
7993 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
7994 |
msgctxt "shipments"
|
7995 |
msgid "View Shipments"
|
7996 |
msgstr ""
|
7997 |
|
7998 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
7999 |
msgctxt "shipments"
|
8000 |
msgid "Endpoint for the \"My account → View shipments\" page."
|
8001 |
msgstr ""
|
8002 |
|
8003 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8004 |
msgctxt "shipments"
|
8005 |
msgid "View shipment"
|
8006 |
msgstr ""
|
8007 |
|
8008 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8009 |
msgctxt "shipments"
|
8010 |
msgid "Endpoint for the \"My account → View shipment\" page."
|
8011 |
msgstr ""
|
8012 |
|
8013 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8014 |
msgctxt "shipments"
|
8015 |
msgid "Add Return Shipment"
|
8016 |
msgstr ""
|
8017 |
|
8018 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8019 |
msgctxt "shipments"
|
8020 |
msgid "Endpoint for the \"My account → Add return shipment\" page."
|
8021 |
msgstr ""
|
8022 |
|
8023 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
|
|
|
|
8024 |
msgctxt "shipments"
|
8025 |
msgid "Reason"
|
8026 |
msgstr ""
|
8027 |
|
8028 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8029 |
msgctxt "shipments"
|
8030 |
msgid "Return reasons"
|
8031 |
msgstr ""
|
8032 |
|
8033 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8034 |
msgctxt "shipments"
|
8035 |
msgid "Reason code"
|
8036 |
msgstr ""
|
8037 |
|
8038 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8039 |
msgctxt "shipments"
|
8040 |
msgid "The reason code is used to identify the reason."
|
8041 |
msgstr ""
|
8042 |
|
8043 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8044 |
msgctxt "shipments"
|
8045 |
msgid "Choose a reason text."
|
8046 |
msgstr ""
|
8047 |
|
8048 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8049 |
msgctxt "shipments"
|
8050 |
msgid "+ Add reason"
|
8051 |
msgstr ""
|
8052 |
|
8053 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8054 |
msgctxt "shipments"
|
8055 |
msgid "Remove selected reason(s)"
|
8056 |
msgstr ""
|
8057 |
|
8058 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8059 |
msgctxt "shipments"
|
8060 |
msgid "Available Packaging"
|
8061 |
msgstr ""
|
8062 |
|
8063 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8064 |
msgctxt "shipments"
|
8065 |
msgid "A description to help you identify the packaging."
|
8066 |
msgstr ""
|
8067 |
|
8068 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8069 |
msgctxt "shipments"
|
8070 |
msgid "Type"
|
8071 |
msgstr ""
|
8072 |
|
8073 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8074 |
#, php-format
|
8075 |
msgctxt "shipments"
|
8076 |
msgid "Weight (%s)"
|
8077 |
msgstr ""
|
8078 |
|
8079 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8080 |
msgctxt "shipments"
|
8081 |
msgid "The weight of the packaging."
|
8082 |
msgstr ""
|
8083 |
|
8084 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8085 |
#, php-format
|
8086 |
msgctxt "shipments"
|
8087 |
msgid "Dimensions (LxWxH, %s)"
|
8088 |
msgstr ""
|
8089 |
|
8090 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8091 |
msgctxt "shipments"
|
8092 |
msgid "Max weight (kg)"
|
8093 |
msgstr ""
|
8094 |
|
8095 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8096 |
msgctxt "shipments"
|
8097 |
msgid "The maximum weight this packaging can hold. Leave empty to not restrict maximum weight."
|
8098 |
msgstr ""
|
8099 |
|
8100 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
|
|
8101 |
msgctxt "shipments"
|
8102 |
msgid "Length"
|
8103 |
msgstr ""
|
8104 |
|
8105 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
|
|
8106 |
msgctxt "shipments"
|
8107 |
msgid "Width"
|
8108 |
msgstr ""
|
8109 |
|
8110 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
|
|
8111 |
msgctxt "shipments"
|
8112 |
msgid "Height"
|
8113 |
msgstr ""
|
8114 |
|
8115 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8116 |
msgctxt "shipments"
|
8117 |
msgid "+ Add packaging"
|
8118 |
msgstr ""
|
8119 |
|
8120 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8121 |
msgctxt "shipments"
|
8122 |
msgid "Remove selected packaging"
|
8123 |
msgstr ""
|
8124 |
|
8125 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8126 |
msgctxt "shipments"
|
8127 |
msgid "Create shipments"
|
8128 |
msgstr ""
|
8129 |
|
8130 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8131 |
msgctxt "shipments"
|
8132 |
msgid "Search shipments"
|
8133 |
msgstr ""
|
8134 |
|
8135 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8136 |
msgctxt "shipments"
|
8137 |
msgid "Search returns"
|
8138 |
msgstr ""
|
8139 |
|
8140 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8141 |
msgctxt "shipments"
|
8142 |
msgid "Do you really want to delete the shipment?"
|
8143 |
msgstr ""
|
8144 |
|
8145 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8146 |
msgctxt "shipments"
|
8147 |
msgid "Do you really want to delete the label?"
|
8148 |
msgstr ""
|
8149 |
|
8150 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8151 |
msgctxt "shipments"
|
8152 |
msgid "Please save the shipment before creating a new label"
|
8153 |
msgstr ""
|
8154 |
|
8155 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:
|
8156 |
msgctxt "shipments"
|
8157 |
msgid "Do you really want to delete the shipping provider? Some of your existing shipments might be linked to that provider and might need adjustments."
|
8158 |
msgstr ""
|
@@ -8201,7 +8897,9 @@ msgctxt "shipments"
|
|
8201 |
msgid "shipment #%d"
|
8202 |
msgstr ""
|
8203 |
|
8204 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php:91
|
|
|
|
|
8205 |
msgctxt "shipments"
|
8206 |
msgid "Shipping Provider"
|
8207 |
msgstr ""
|
@@ -8236,7 +8934,8 @@ msgctxt "shipments-shipping-provider"
|
|
8236 |
msgid "New"
|
8237 |
msgstr ""
|
8238 |
|
8239 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php:180
|
|
|
8240 |
msgctxt "shipments"
|
8241 |
msgid "Learn more"
|
8242 |
msgstr ""
|
@@ -8251,7 +8950,8 @@ msgctxt "shipments"
|
|
8251 |
msgid "Add provider"
|
8252 |
msgstr ""
|
8253 |
|
8254 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:26
|
|
|
8255 |
msgctxt "shipments"
|
8256 |
msgid "Items"
|
8257 |
msgstr ""
|
@@ -8261,17 +8961,21 @@ msgctxt "shipments"
|
|
8261 |
msgid "Sender"
|
8262 |
msgstr ""
|
8263 |
|
8264 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:28
|
|
|
|
|
8265 |
msgctxt "shipments"
|
8266 |
msgid "Weight"
|
8267 |
msgstr ""
|
8268 |
|
8269 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:29
|
|
|
8270 |
msgctxt "shipments"
|
8271 |
msgid "Dimensions"
|
8272 |
msgstr ""
|
8273 |
|
8274 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
|
|
8275 |
msgctxt "shipments"
|
8276 |
msgid "Order"
|
8277 |
msgstr ""
|
@@ -8286,226 +8990,237 @@ msgctxt "shipments"
|
|
8286 |
msgid "Confirm open return requests"
|
8287 |
msgstr ""
|
8288 |
|
8289 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8290 |
msgctxt "shipments"
|
8291 |
msgid "Manage shipments"
|
8292 |
msgstr ""
|
8293 |
|
8294 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8295 |
msgctxt "shipments"
|
8296 |
msgid "To view all your existing shipments in a list you might follow this link or click on the shipments link within the WooCommerce sub-menu."
|
8297 |
msgstr ""
|
8298 |
|
8299 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8300 |
msgctxt "shipments"
|
8301 |
msgid "E-Mail Notification"
|
8302 |
msgstr ""
|
8303 |
|
8304 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8305 |
msgctxt "shipments"
|
8306 |
msgid "By enabling this option customers receive an email notification as soon as a shipment is marked as shipped."
|
8307 |
msgstr ""
|
8308 |
|
8309 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
|
|
|
|
|
|
8310 |
msgctxt "shipments"
|
8311 |
msgid "Automation"
|
8312 |
msgstr ""
|
8313 |
|
8314 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8315 |
msgctxt "shipments"
|
8316 |
msgid "Decide whether you want to automatically create shipments to orders reaching a specific status. You can always adjust your shipments by manually editing the shipment within the edit order screen."
|
8317 |
msgstr ""
|
8318 |
|
8319 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8320 |
#, php-format
|
8321 |
msgctxt "shipments"
|
8322 |
msgid "Germanized can help you to minimize manual work while handling customer returns. Learn more about returns within our %s."
|
8323 |
msgstr ""
|
8324 |
|
8325 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8326 |
msgctxt "shipments"
|
8327 |
msgid "documentation"
|
8328 |
msgstr ""
|
8329 |
|
8330 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8331 |
msgctxt "shipments"
|
8332 |
msgid "Notify"
|
8333 |
msgstr ""
|
8334 |
|
8335 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8336 |
msgctxt "shipments"
|
8337 |
msgid "Notify customers about new shipments."
|
8338 |
msgstr ""
|
8339 |
|
8340 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8341 |
#, php-format
|
8342 |
msgctxt "shipments"
|
8343 |
msgid "Notify customers by email as soon as a shipment is marked as shipped. %s the notification email."
|
8344 |
msgstr ""
|
8345 |
|
8346 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8347 |
msgctxt "shipments notification"
|
8348 |
msgid "Manage"
|
8349 |
msgstr ""
|
8350 |
|
8351 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8352 |
msgctxt "shipments"
|
8353 |
msgid "Default provider"
|
8354 |
msgstr ""
|
8355 |
|
8356 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8357 |
msgctxt "shipments"
|
8358 |
msgid "Select a default shipping provider which will be selected by default in case no provider could be determined automatically."
|
8359 |
msgstr ""
|
8360 |
|
8361 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8362 |
msgctxt "shipments"
|
8363 |
msgid "Enable"
|
8364 |
msgstr ""
|
8365 |
|
8366 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8367 |
msgctxt "shipments"
|
8368 |
msgid "Automatically create shipments for orders."
|
8369 |
msgstr ""
|
8370 |
|
8371 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8372 |
msgctxt "shipments"
|
8373 |
msgid "Order statuses"
|
8374 |
msgstr ""
|
8375 |
|
8376 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8377 |
msgctxt "shipments"
|
8378 |
msgid "Create shipments as soon as the order reaches one of the following status(es)."
|
8379 |
msgstr ""
|
8380 |
|
8381 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8382 |
msgctxt "shipments"
|
8383 |
msgid "On new order creation"
|
8384 |
msgstr ""
|
8385 |
|
8386 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8387 |
msgctxt "shipments"
|
8388 |
msgid "Default status"
|
8389 |
msgstr ""
|
8390 |
|
8391 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8392 |
msgctxt "shipments"
|
8393 |
msgid "Choose a default status for the automatically created shipment."
|
8394 |
msgstr ""
|
8395 |
|
8396 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8397 |
msgctxt "shipments"
|
8398 |
msgid "Update status"
|
8399 |
msgstr ""
|
8400 |
|
8401 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8402 |
msgctxt "shipments"
|
8403 |
msgid "Mark order as completed after order is fully shipped."
|
8404 |
msgstr ""
|
8405 |
|
8406 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8407 |
msgctxt "shipments"
|
8408 |
msgid "This option will automatically update the order status to completed as soon as all required shipments have been marked as shipped."
|
8409 |
msgstr ""
|
8410 |
|
8411 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8412 |
msgctxt "shipments"
|
8413 |
msgid "Mark as shipped"
|
8414 |
msgstr ""
|
8415 |
|
8416 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8417 |
msgctxt "shipments"
|
8418 |
msgid "Mark shipments as shipped after order completion."
|
8419 |
msgstr ""
|
8420 |
|
8421 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8422 |
msgctxt "shipments"
|
8423 |
msgid "This option will automatically update contained shipments to shipped (if possible, e.g. not yet delivered) as soon as the order was marked as completed."
|
8424 |
msgstr ""
|
8425 |
|
8426 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8427 |
#, php-format
|
8428 |
msgctxt "shipments"
|
8429 |
msgid "Returns can be added manually by the shop manager or by the customer. Decide what suits you best by turning customer-added returns on or off in your %s."
|
8430 |
msgstr ""
|
8431 |
|
8432 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8433 |
msgctxt "shipments"
|
8434 |
msgid "shipping provider settings"
|
8435 |
msgstr ""
|
8436 |
|
8437 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8438 |
msgctxt "shipments"
|
8439 |
msgid "Days to return"
|
8440 |
msgstr ""
|
8441 |
|
8442 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8443 |
#, php-format
|
8444 |
msgctxt "shipments"
|
8445 |
msgid "In case one of your %s supports returns added by customers you might want to limit the number of days a customer is allowed to add returns to an order. The days are counted starting with the date the order was shipped, completed or created (by checking for existance in this order)."
|
8446 |
msgstr ""
|
8447 |
|
8448 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8449 |
msgctxt "shipments"
|
8450 |
msgid "shipping providers"
|
8451 |
msgstr ""
|
8452 |
|
8453 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8454 |
msgctxt "shipments"
|
8455 |
msgid "Customer Account"
|
8456 |
msgstr ""
|
8457 |
|
8458 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8459 |
msgctxt "shipments"
|
8460 |
msgid "List"
|
8461 |
msgstr ""
|
8462 |
|
8463 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8464 |
msgctxt "shipments"
|
8465 |
msgid "List shipments on customer account order screen."
|
8466 |
msgstr ""
|
8467 |
|
8468 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8469 |
msgctxt "shipments"
|
8470 |
msgid "Your customs reference number, e.g. EORI number"
|
8471 |
msgstr ""
|
8472 |
|
8473 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8474 |
msgctxt "shipments"
|
8475 |
msgid "Shipper Address"
|
8476 |
msgstr ""
|
8477 |
|
8478 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8479 |
msgctxt "shipments"
|
8480 |
msgid "Return Address"
|
8481 |
msgstr ""
|
8482 |
|
8483 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8484 |
msgctxt "shipments"
|
8485 |
msgid "Default packaging"
|
8486 |
msgstr ""
|
8487 |
|
8488 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8489 |
msgctxt "shipments"
|
8490 |
msgid "Choose a packaging which serves as fallback or default in case no suitable packaging could be matched for a certain shipment."
|
8491 |
msgstr ""
|
8492 |
|
8493 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8494 |
msgctxt "shipments"
|
8495 |
msgid "General"
|
8496 |
msgstr ""
|
8497 |
|
8498 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8499 |
msgctxt "shipments"
|
8500 |
msgid "Addresses"
|
8501 |
msgstr ""
|
8502 |
|
8503 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8504 |
msgctxt "shipments"
|
8505 |
msgid "More services"
|
8506 |
msgstr ""
|
8507 |
|
8508 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:
|
8509 |
msgctxt "shipments"
|
8510 |
msgid "Fewer services"
|
8511 |
msgstr ""
|
@@ -8564,7 +9279,8 @@ msgctxt "shipments"
|
|
8564 |
msgid "Filter"
|
8565 |
msgstr ""
|
8566 |
|
8567 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:668
|
|
|
8568 |
#, php-format
|
8569 |
msgctxt "shipments"
|
8570 |
msgid "Order #%s"
|
@@ -8580,7 +9296,8 @@ msgctxt "shipments"
|
|
8580 |
msgid "Address"
|
8581 |
msgstr ""
|
8582 |
|
8583 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:793
|
|
|
8584 |
#, php-format
|
8585 |
msgctxt "shipment title"
|
8586 |
msgid "%1$s #%2$s"
|
@@ -8664,7 +9381,8 @@ msgctxt "shipments"
|
|
8664 |
msgid "There was an error while confirming the request."
|
8665 |
msgstr ""
|
8666 |
|
8667 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:184
|
|
|
8668 |
msgctxt "shipments"
|
8669 |
msgid "There was an error creating the label."
|
8670 |
msgstr ""
|
@@ -8694,8 +9412,18 @@ msgctxt "shipments"
|
|
8694 |
msgid "There was an error while bulk processing shipments."
|
8695 |
msgstr ""
|
8696 |
|
8697 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:556
|
8698 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8699 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1359
|
8700 |
msgctxt "shipments"
|
8701 |
msgid "There was an error processing the shipment"
|
@@ -8726,7 +9454,12 @@ msgctxt "shipments"
|
|
8726 |
msgid "Customer payment page →"
|
8727 |
msgstr ""
|
8728 |
|
8729 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:
|
|
|
|
|
|
|
|
|
|
|
8730 |
msgctxt "shipments"
|
8731 |
msgid "List of shipments."
|
8732 |
msgstr ""
|
@@ -8766,7 +9499,8 @@ msgctxt "shipments"
|
|
8766 |
msgid "Your return request was submitted successfully. You'll receive an email with further instructions in a few minutes."
|
8767 |
msgstr ""
|
8768 |
|
8769 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/FormHandler.php:135
|
|
|
8770 |
msgctxt "shipments"
|
8771 |
msgid "Error:"
|
8772 |
msgstr ""
|
@@ -8796,7 +9530,8 @@ msgctxt "shipments"
|
|
8796 |
msgid "Sorry, but this order does not support returns any longer."
|
8797 |
msgstr ""
|
8798 |
|
8799 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/FormHandler.php:192
|
|
|
8800 |
msgctxt "shipments"
|
8801 |
msgid "Please choose one or more items from the list."
|
8802 |
msgstr ""
|
@@ -8871,7 +9606,9 @@ msgctxt "shipments"
|
|
8871 |
msgid "Error while uploading label."
|
8872 |
msgstr ""
|
8873 |
|
8874 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Labels/Label.php:562
|
|
|
|
|
8875 |
msgctxt "shipments"
|
8876 |
msgid "Error while downloading the PDF file."
|
8877 |
msgstr ""
|
@@ -8882,7 +9619,7 @@ msgctxt "shipments full name"
|
|
8882 |
msgid "%1$s"
|
8883 |
msgstr ""
|
8884 |
|
8885 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Package.php:
|
8886 |
msgctxt "shipments"
|
8887 |
msgid "Sorry, this order is invalid and cannot be returned."
|
8888 |
msgstr ""
|
@@ -8893,17 +9630,120 @@ msgctxt "shipments-packaging-title"
|
|
8893 |
msgid "%1$s (%2$s, %3$s)"
|
8894 |
msgstr ""
|
8895 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8896 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Product.php:36
|
8897 |
msgctxt "shipments"
|
8898 |
msgid "Invalid product."
|
8899 |
msgstr ""
|
8900 |
|
8901 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:81
|
|
|
8902 |
msgctxt "shipments"
|
8903 |
msgid "Whether to bypass trash and force deletion."
|
8904 |
msgstr ""
|
8905 |
|
8906 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:107
|
|
|
8907 |
msgctxt "shipment"
|
8908 |
msgid "Shipment label."
|
8909 |
msgstr ""
|
@@ -8918,643 +9758,668 @@ msgctxt "shipments"
|
|
8918 |
msgid "Label field value."
|
8919 |
msgstr ""
|
8920 |
|
8921 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
8922 |
msgctxt "shipments"
|
8923 |
msgid "Sorry, you are not allowed to view this resource."
|
8924 |
msgstr ""
|
8925 |
|
8926 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
8927 |
msgctxt "shipments"
|
8928 |
msgid "Sorry, you cannot list resources."
|
8929 |
msgstr ""
|
8930 |
|
8931 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
8932 |
msgctxt "shipments"
|
8933 |
msgid "Sorry, you are not allowed to edit this resource."
|
8934 |
msgstr ""
|
8935 |
|
8936 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
8937 |
msgctxt "shipments"
|
8938 |
msgid "Sorry, you are not allowed to create resources."
|
8939 |
msgstr ""
|
8940 |
|
8941 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
8942 |
msgctxt "shipments"
|
8943 |
msgid "There was an error while creating the shipment."
|
8944 |
msgstr ""
|
8945 |
|
8946 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
8947 |
msgctxt "shipments"
|
8948 |
msgid "This order does not exist."
|
8949 |
msgstr ""
|
8950 |
|
8951 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
8952 |
msgctxt "shipments"
|
8953 |
msgid "This order does need a return."
|
8954 |
msgstr ""
|
8955 |
|
8956 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
8957 |
msgctxt "shipments"
|
8958 |
msgid "This order does need shipping."
|
8959 |
msgstr ""
|
8960 |
|
8961 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
8962 |
msgctxt "shipments"
|
8963 |
msgid "This shipment does not contain any items and was deleted."
|
8964 |
msgstr ""
|
8965 |
|
8966 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
8967 |
msgctxt "shipments"
|
8968 |
msgid "Shipment item ID provided is not associated with shipment."
|
8969 |
msgstr ""
|
8970 |
|
8971 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
8972 |
msgctxt "shipments"
|
8973 |
msgid "This order item does not need shipping/returning."
|
8974 |
msgstr ""
|
8975 |
|
8976 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
8977 |
msgctxt "shipments"
|
8978 |
msgid "The order item is already associated with another item."
|
8979 |
msgstr ""
|
8980 |
|
8981 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
8982 |
msgctxt "shipments"
|
8983 |
msgid "Cannot create existing shipment."
|
8984 |
msgstr ""
|
8985 |
|
8986 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
8987 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
|
|
|
|
|
|
|
|
8988 |
msgctxt "shipments"
|
8989 |
msgid "Invalid ID."
|
8990 |
msgstr ""
|
8991 |
|
8992 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
8993 |
msgctxt "shipments"
|
8994 |
msgid "Sorry, you are not allowed to delete this resource."
|
8995 |
msgstr ""
|
8996 |
|
8997 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
8998 |
msgctxt "shipments"
|
8999 |
msgid "The shipment cannot be deleted."
|
9000 |
msgstr ""
|
9001 |
|
9002 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9003 |
msgctxt "shipments"
|
9004 |
msgid "The label cannot be deleted."
|
9005 |
msgstr ""
|
9006 |
|
9007 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9008 |
msgctxt "shipments"
|
9009 |
msgid "Label already exists, please delete first."
|
9010 |
msgstr ""
|
9011 |
|
9012 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9013 |
msgctxt "shipments"
|
9014 |
msgid "Offset the result set by a specific number of items."
|
9015 |
msgstr ""
|
9016 |
|
9017 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9018 |
msgctxt "shipments"
|
9019 |
msgid "Order sort attribute ascending or descending."
|
9020 |
msgstr ""
|
9021 |
|
9022 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9023 |
msgctxt "shipments"
|
9024 |
msgid "Sort collection by object attribute."
|
9025 |
msgstr ""
|
9026 |
|
9027 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9028 |
msgctxt "shipments"
|
9029 |
msgid "Limit result set to shipments belonging to a certain order id."
|
9030 |
msgstr ""
|
9031 |
|
9032 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9033 |
msgctxt "shipments"
|
9034 |
msgid "Limit result set to shipments having a certain status."
|
9035 |
msgstr ""
|
9036 |
|
9037 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9038 |
msgctxt "shipments"
|
9039 |
msgid "Limit result set to shipments of a certain type."
|
9040 |
msgstr ""
|
9041 |
|
9042 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9043 |
msgctxt "shipment"
|
9044 |
msgid "Single shipment."
|
9045 |
msgstr ""
|
9046 |
|
9047 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9048 |
msgctxt "shipments"
|
9049 |
msgid "Shipment ID."
|
9050 |
msgstr ""
|
9051 |
|
9052 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9053 |
msgctxt "shipments"
|
9054 |
msgid "Shipment number."
|
9055 |
msgstr ""
|
9056 |
|
9057 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9058 |
msgctxt "shipments"
|
9059 |
msgid "Shipment order id."
|
9060 |
msgstr ""
|
9061 |
|
9062 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9063 |
msgctxt "shipments"
|
9064 |
msgid "Shipment order number."
|
9065 |
msgstr ""
|
9066 |
|
9067 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9068 |
msgctxt "shipments"
|
9069 |
msgid "Shipment status."
|
9070 |
msgstr ""
|
9071 |
|
9072 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9073 |
msgctxt "shipments"
|
9074 |
msgid "Shipment tracking id."
|
9075 |
msgstr ""
|
9076 |
|
9077 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9078 |
msgctxt "shipments"
|
9079 |
msgid "Shipment tracking url."
|
9080 |
msgstr ""
|
9081 |
|
9082 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9083 |
msgctxt "shipments"
|
9084 |
msgid "Shipment shipping provider."
|
9085 |
msgstr ""
|
9086 |
|
9087 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9088 |
msgctxt "shipments"
|
9089 |
msgid "The date the shipment was created, in the site's timezone."
|
9090 |
msgstr ""
|
9091 |
|
9092 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9093 |
msgctxt "shipments"
|
9094 |
msgid "The date the shipment was created, as GMT."
|
9095 |
msgstr ""
|
9096 |
|
9097 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9098 |
msgctxt "shipments"
|
9099 |
msgid "The date the shipment was sent, in the site's timezone."
|
9100 |
msgstr ""
|
9101 |
|
9102 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9103 |
msgctxt "shipments"
|
9104 |
msgid "The date the shipment was sent, as GMT."
|
9105 |
msgstr ""
|
9106 |
|
9107 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9108 |
msgctxt "shipments"
|
9109 |
msgid "The estimated delivery date of the shipment, in the site's timezone."
|
9110 |
msgstr ""
|
9111 |
|
9112 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9113 |
msgctxt "shipments"
|
9114 |
msgid "The estimated delivery date of the shipment, as GMT."
|
9115 |
msgstr ""
|
9116 |
|
9117 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9118 |
msgctxt "shipments"
|
9119 |
msgid "Shipment type, e.g. simple or return."
|
9120 |
msgstr ""
|
9121 |
|
9122 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9123 |
msgctxt "shipments"
|
9124 |
msgid "Return shipment is requested by customer."
|
9125 |
msgstr ""
|
9126 |
|
9127 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9128 |
msgctxt "shipments"
|
9129 |
msgid "Return sender address."
|
9130 |
msgstr ""
|
9131 |
|
9132 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
9133 |
msgctxt "shipments"
|
9134 |
msgid "First name."
|
9135 |
msgstr ""
|
9136 |
|
9137 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
9138 |
msgctxt "shipments"
|
9139 |
msgid "Last name."
|
9140 |
msgstr ""
|
9141 |
|
9142 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
9143 |
msgctxt "shipments"
|
9144 |
msgid "Company name."
|
9145 |
msgstr ""
|
9146 |
|
9147 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
9148 |
msgctxt "shipments"
|
9149 |
msgid "Address line 1"
|
9150 |
msgstr ""
|
9151 |
|
9152 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
9153 |
msgctxt "shipments"
|
9154 |
msgid "Address line 2"
|
9155 |
msgstr ""
|
9156 |
|
9157 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
9158 |
msgctxt "shipments"
|
9159 |
msgid "City name."
|
9160 |
msgstr ""
|
9161 |
|
9162 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
9163 |
msgctxt "shipments"
|
9164 |
msgid "ISO code or name of the state, province or district."
|
9165 |
msgstr ""
|
9166 |
|
9167 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
9168 |
msgctxt "shipments"
|
9169 |
msgid "Postal code."
|
9170 |
msgstr ""
|
9171 |
|
9172 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
9173 |
msgctxt "shipments"
|
9174 |
msgid "Country code in ISO 3166-1 alpha-2 format."
|
9175 |
msgstr ""
|
9176 |
|
9177 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
9178 |
msgctxt "shipments"
|
9179 |
msgid "Customs reference number."
|
9180 |
msgstr ""
|
9181 |
|
9182 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9183 |
msgctxt "shipments"
|
9184 |
msgid "Shipment weight."
|
9185 |
msgstr ""
|
9186 |
|
9187 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9188 |
msgctxt "shipments"
|
9189 |
msgid "Shipment content weight."
|
9190 |
msgstr ""
|
9191 |
|
9192 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9193 |
msgctxt "shipments"
|
9194 |
msgid "Shipment content dimensions."
|
9195 |
msgstr ""
|
9196 |
|
9197 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9198 |
msgctxt "shipments"
|
9199 |
msgid "Shipment content length."
|
9200 |
msgstr ""
|
9201 |
|
9202 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9203 |
msgctxt "shipments"
|
9204 |
msgid "Shipment content width."
|
9205 |
msgstr ""
|
9206 |
|
9207 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9208 |
msgctxt "shipments"
|
9209 |
msgid "Shipment content height."
|
9210 |
msgstr ""
|
9211 |
|
9212 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9213 |
msgctxt "shipments"
|
9214 |
msgid "Shipment weight unit."
|
9215 |
msgstr ""
|
9216 |
|
9217 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9218 |
msgctxt "shipments"
|
9219 |
msgid "Shipment packaging id."
|
9220 |
msgstr ""
|
9221 |
|
9222 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9223 |
msgctxt "shipments"
|
9224 |
msgid "Shipment packaging weight."
|
9225 |
msgstr ""
|
9226 |
|
9227 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9228 |
msgctxt "shipments"
|
9229 |
msgid "Shipment total."
|
9230 |
msgstr ""
|
9231 |
|
9232 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9233 |
msgctxt "shipments"
|
9234 |
msgid "Shipment subtotal."
|
9235 |
msgstr ""
|
9236 |
|
9237 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9238 |
msgctxt "shipments"
|
9239 |
msgid "Shipment additional total."
|
9240 |
msgstr ""
|
9241 |
|
9242 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9243 |
msgctxt "shipments"
|
9244 |
msgid "Shipment version."
|
9245 |
msgstr ""
|
9246 |
|
9247 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9248 |
msgctxt "shipments"
|
9249 |
msgid "Shipment shipping method."
|
9250 |
msgstr ""
|
9251 |
|
9252 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9253 |
msgctxt "shipments"
|
9254 |
msgid "Shipment dimensions."
|
9255 |
msgstr ""
|
9256 |
|
9257 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9258 |
msgctxt "shipments"
|
9259 |
msgid "Shipment length."
|
9260 |
msgstr ""
|
9261 |
|
9262 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9263 |
msgctxt "shipments"
|
9264 |
msgid "Shipment width."
|
9265 |
msgstr ""
|
9266 |
|
9267 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9268 |
msgctxt "shipments"
|
9269 |
msgid "Shipment height."
|
9270 |
msgstr ""
|
9271 |
|
9272 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9273 |
msgctxt "shipments"
|
9274 |
msgid "Shipment package dimensions."
|
9275 |
msgstr ""
|
9276 |
|
9277 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9278 |
msgctxt "shipments"
|
9279 |
msgid "Shipment package length."
|
9280 |
msgstr ""
|
9281 |
|
9282 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9283 |
msgctxt "shipments"
|
9284 |
msgid "Shipment package width."
|
9285 |
msgstr ""
|
9286 |
|
9287 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9288 |
msgctxt "shipments"
|
9289 |
msgid "Shipment package height."
|
9290 |
msgstr ""
|
9291 |
|
9292 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9293 |
msgctxt "shipments"
|
9294 |
msgid "Shipment dimension unit."
|
9295 |
msgstr ""
|
9296 |
|
9297 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9298 |
msgctxt "shipments"
|
9299 |
msgid "Shipping address."
|
9300 |
msgstr ""
|
9301 |
|
9302 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9303 |
msgctxt "shipments"
|
9304 |
msgid "Meta data."
|
9305 |
msgstr ""
|
9306 |
|
9307 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
|
|
9308 |
msgctxt "shipments"
|
9309 |
msgid "Meta ID."
|
9310 |
msgstr ""
|
9311 |
|
9312 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
|
|
9313 |
msgctxt "shipments"
|
9314 |
msgid "Meta key."
|
9315 |
msgstr ""
|
9316 |
|
9317 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
|
|
|
|
9318 |
msgctxt "shipments"
|
9319 |
msgid "Meta value."
|
9320 |
msgstr ""
|
9321 |
|
9322 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9323 |
msgctxt "shipments"
|
9324 |
msgid "Shipment items."
|
9325 |
msgstr ""
|
9326 |
|
9327 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9328 |
msgctxt "shipments"
|
9329 |
msgid "Item ID."
|
9330 |
msgstr ""
|
9331 |
|
9332 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9333 |
msgctxt "shipments"
|
9334 |
msgid "Item name."
|
9335 |
msgstr ""
|
9336 |
|
9337 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9338 |
msgctxt "shipments"
|
9339 |
msgid "Order Item ID."
|
9340 |
msgstr ""
|
9341 |
|
9342 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9343 |
msgctxt "shipments"
|
9344 |
msgid "Product ID."
|
9345 |
msgstr ""
|
9346 |
|
9347 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9348 |
msgctxt "shipments"
|
9349 |
msgid "Quantity."
|
9350 |
msgstr ""
|
9351 |
|
9352 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9353 |
msgctxt "shipments"
|
9354 |
msgid "Item weight."
|
9355 |
msgstr ""
|
9356 |
|
9357 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9358 |
msgctxt "shipments"
|
9359 |
msgid "Item SKU."
|
9360 |
msgstr ""
|
9361 |
|
9362 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9363 |
msgctxt "shipments"
|
9364 |
msgid "Item total."
|
9365 |
msgstr ""
|
9366 |
|
9367 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9368 |
msgctxt "shipments"
|
9369 |
msgid "Item subtotal."
|
9370 |
msgstr ""
|
9371 |
|
9372 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9373 |
msgctxt "shipments"
|
9374 |
msgid "Item HS Code (customs)."
|
9375 |
msgstr ""
|
9376 |
|
9377 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9378 |
msgctxt "shipments"
|
9379 |
msgid "Item country of manufacture in ISO 3166-1 alpha-2 format."
|
9380 |
msgstr ""
|
9381 |
|
9382 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9383 |
msgctxt "shipments"
|
9384 |
msgid "Item dimensions."
|
9385 |
msgstr ""
|
9386 |
|
9387 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9388 |
msgctxt "shipments"
|
9389 |
msgid "Item length."
|
9390 |
msgstr ""
|
9391 |
|
9392 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9393 |
msgctxt "shipments"
|
9394 |
msgid "Item width."
|
9395 |
msgstr ""
|
9396 |
|
9397 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9398 |
msgctxt "shipments"
|
9399 |
msgid "Item height."
|
9400 |
msgstr ""
|
9401 |
|
9402 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9403 |
msgctxt "shipments"
|
9404 |
msgid "Item attributes."
|
9405 |
msgstr ""
|
9406 |
|
9407 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9408 |
msgctxt "shipments"
|
9409 |
msgid "Attribute key."
|
9410 |
msgstr ""
|
9411 |
|
9412 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9413 |
msgctxt "shipments"
|
9414 |
msgid "Attribute value."
|
9415 |
msgstr ""
|
9416 |
|
9417 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9418 |
msgctxt "shipments"
|
9419 |
msgid "Attribute label."
|
9420 |
msgstr ""
|
9421 |
|
9422 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9423 |
msgctxt "shipments"
|
9424 |
msgid "Order item meta id."
|
9425 |
msgstr ""
|
9426 |
|
9427 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9428 |
msgctxt "shipments"
|
9429 |
msgid "Shipment item meta data."
|
9430 |
msgstr ""
|
9431 |
|
9432 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9433 |
msgctxt "shipments"
|
9434 |
msgid "Label ID."
|
9435 |
msgstr ""
|
9436 |
|
9437 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9438 |
msgctxt "shipments"
|
9439 |
msgid "The date the label was created, in the site's timezone."
|
9440 |
msgstr ""
|
9441 |
|
9442 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9443 |
msgctxt "shipments"
|
9444 |
msgid "The date the label was created, as GMT."
|
9445 |
msgstr ""
|
9446 |
|
9447 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9448 |
msgctxt "shipments"
|
9449 |
msgid "Shipment id."
|
9450 |
msgstr ""
|
9451 |
|
9452 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9453 |
msgctxt "shipments"
|
9454 |
msgid "Parent id."
|
9455 |
msgstr ""
|
9456 |
|
9457 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9458 |
msgctxt "shipments"
|
9459 |
msgid "Label product id."
|
9460 |
msgstr ""
|
9461 |
|
9462 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9463 |
msgctxt "shipments"
|
9464 |
msgid "Label number."
|
9465 |
msgstr ""
|
9466 |
|
9467 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9468 |
msgctxt "shipments"
|
9469 |
msgid "Shipping provider."
|
9470 |
msgstr ""
|
9471 |
|
9472 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9473 |
msgctxt "shipments"
|
9474 |
msgid "Weight."
|
9475 |
msgstr ""
|
9476 |
|
9477 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9478 |
msgctxt "shipments"
|
9479 |
msgid "Net weight."
|
9480 |
msgstr ""
|
9481 |
|
9482 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9483 |
msgctxt "shipments"
|
9484 |
msgid "Created via."
|
9485 |
msgstr ""
|
9486 |
|
9487 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9488 |
msgctxt "shipments"
|
9489 |
msgid "Is trackable?"
|
9490 |
msgstr ""
|
9491 |
|
9492 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9493 |
msgctxt "shipments"
|
9494 |
msgid "Additional file types"
|
9495 |
msgstr ""
|
9496 |
|
9497 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9498 |
msgctxt "shipments"
|
9499 |
msgid "Label file data."
|
9500 |
msgstr ""
|
9501 |
|
9502 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9503 |
msgctxt "shipments"
|
9504 |
msgid "File path."
|
9505 |
msgstr ""
|
9506 |
|
9507 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9508 |
msgctxt "shipments"
|
9509 |
msgid "File name."
|
9510 |
msgstr ""
|
9511 |
|
9512 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9513 |
msgctxt "shipments"
|
9514 |
msgid "The file data (base64 encoded)."
|
9515 |
msgstr ""
|
9516 |
|
9517 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9518 |
msgctxt "shipments"
|
9519 |
msgid "File type."
|
9520 |
msgstr ""
|
9521 |
|
9522 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9523 |
msgctxt "shipments"
|
9524 |
msgid "Label type, e.g. simple or return."
|
9525 |
msgstr ""
|
9526 |
|
9527 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9528 |
msgctxt "shipments"
|
9529 |
msgid "Label dimensions."
|
9530 |
msgstr ""
|
9531 |
|
9532 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9533 |
msgctxt "shipments"
|
9534 |
msgid "Label length."
|
9535 |
msgstr ""
|
9536 |
|
9537 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9538 |
msgctxt "shipments"
|
9539 |
msgid "Label width."
|
9540 |
msgstr ""
|
9541 |
|
9542 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9543 |
msgctxt "shipments"
|
9544 |
msgid "Label height."
|
9545 |
msgstr ""
|
9546 |
|
9547 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9548 |
msgctxt "shipments"
|
9549 |
msgid "Label services."
|
9550 |
msgstr ""
|
9551 |
|
9552 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:
|
9553 |
msgctxt "shipments"
|
9554 |
msgid "Label meta data."
|
9555 |
msgstr ""
|
9556 |
|
9557 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:239
|
|
|
9558 |
msgctxt "shipments"
|
9559 |
msgid "Labels"
|
9560 |
msgstr ""
|
@@ -9779,26 +10644,36 @@ msgctxt "shipments"
|
|
9779 |
msgid "%s return instructions"
|
9780 |
msgstr ""
|
9781 |
|
9782 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/admin-new-return-shipment-request.php:30
|
|
|
9783 |
#, php-format
|
9784 |
msgctxt "shipments"
|
9785 |
msgid "You’ve received the following return request from %s:"
|
9786 |
msgstr ""
|
9787 |
|
9788 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-guest-return-shipment-request.php:27
|
9789 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/
|
9790 |
-
#: woocommerce-germanized/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9791 |
#, php-format
|
9792 |
msgid "Hi %s,"
|
9793 |
msgstr ""
|
9794 |
|
9795 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-guest-return-shipment-request.php:30
|
|
|
9796 |
#, php-format
|
9797 |
msgctxt "shipments"
|
9798 |
msgid "You've requested a return to your order %s. Please follow the link to add your return request."
|
9799 |
msgstr ""
|
9800 |
|
9801 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-guest-return-shipment-request.php:34
|
|
|
9802 |
msgctxt "shipments"
|
9803 |
msgid "Add return request"
|
9804 |
msgstr ""
|
@@ -9809,73 +10684,91 @@ msgctxt "shipments"
|
|
9809 |
msgid "If you cannot follow the link above please copy this url and paste it to your browser bar: %s"
|
9810 |
msgstr ""
|
9811 |
|
9812 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-return-shipment-delivered.php:30
|
|
|
9813 |
msgctxt "shipments"
|
9814 |
msgid "Thank you! Your return has been received successfully. There are more details below for your reference:"
|
9815 |
msgstr ""
|
9816 |
|
9817 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-return-shipment.php:32
|
|
|
9818 |
msgctxt "shipments"
|
9819 |
msgid "Your return request has been accepted. Please follow the instructions beneath to return your shipment."
|
9820 |
msgstr ""
|
9821 |
|
9822 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-return-shipment.php:34
|
|
|
9823 |
msgctxt "shipments"
|
9824 |
msgid "A new return has been added to your order. Please follow the instructions beneath to return your shipment."
|
9825 |
msgstr ""
|
9826 |
|
9827 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-shipment.php:33
|
|
|
9828 |
#, php-format
|
9829 |
msgctxt "shipments"
|
9830 |
msgid "Your order on %1$s has been partially shipped via %2$s. Find details below for your reference:"
|
9831 |
msgstr ""
|
9832 |
|
9833 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-shipment.php:36
|
|
|
9834 |
#, php-format
|
9835 |
msgctxt "shipments"
|
9836 |
msgid "Your order on %1$s has been shipped via %2$s. Find details below for your reference:"
|
9837 |
msgstr ""
|
9838 |
|
9839 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-order-shipments.php:32
|
|
|
9840 |
#, php-format
|
9841 |
msgctxt "shipments"
|
9842 |
msgid "Shipment %1$d of %2$d"
|
9843 |
msgstr ""
|
9844 |
|
9845 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-order-shipments.php:36
|
|
|
|
|
|
|
9846 |
msgctxt "shipments"
|
9847 |
msgid "Estimated date:"
|
9848 |
msgstr ""
|
9849 |
|
9850 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-order-shipments.php:41
|
|
|
|
|
|
|
9851 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:26
|
9852 |
msgctxt "shipments"
|
9853 |
msgid "Track your shipment"
|
9854 |
msgstr ""
|
9855 |
|
9856 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-order-shipments.php:48
|
|
|
9857 |
msgctxt "shipments"
|
9858 |
msgid "Sorry, this shipment does currently not support tracking."
|
9859 |
msgstr ""
|
9860 |
|
9861 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-shipment-address.php:27
|
|
|
9862 |
msgctxt "shipments"
|
9863 |
msgid "Shipment goes to:"
|
9864 |
msgstr ""
|
9865 |
|
9866 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:46
|
|
|
9867 |
#, php-format
|
9868 |
msgctxt "shipments"
|
9869 |
msgid "Details to your %s"
|
9870 |
msgstr ""
|
9871 |
|
9872 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:46
|
|
|
9873 |
#, php-format
|
9874 |
msgctxt "shipments"
|
9875 |
msgid "[%1$s #%2$s]"
|
9876 |
msgstr ""
|
9877 |
|
9878 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:54
|
|
|
|
|
9879 |
msgctxt "shipments"
|
9880 |
msgid "Product"
|
9881 |
msgstr ""
|
@@ -9967,7 +10860,8 @@ msgctxt "shipments"
|
|
9967 |
msgid "Shipment details"
|
9968 |
msgstr ""
|
9969 |
|
9970 |
-
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php:40
|
|
|
9971 |
#, php-format
|
9972 |
msgctxt "shipments"
|
9973 |
msgid "Your installation of the Germanized Shipments feature plugin is incomplete. Please run %1$s within the %2$s directory."
|
@@ -9978,7 +10872,8 @@ msgctxt "trusted-shops"
|
|
9978 |
msgid "Setup your Trusted Shops Integration."
|
9979 |
msgstr ""
|
9980 |
|
9981 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/admin/settings/class-wc-ts-gzd-settings-tab.php:52
|
|
|
9982 |
msgctxt "trusted-shops"
|
9983 |
msgid "Trusted Shops"
|
9984 |
msgstr ""
|
@@ -10056,22 +10951,26 @@ msgctxt "trusted-shops"
|
|
10056 |
msgid "These settings apply for your %s shop. To adjust settings for another language, please switch your admin language through the WPML language switcher."
|
10057 |
msgstr ""
|
10058 |
|
10059 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:87
|
|
|
10060 |
msgctxt "trusted-shops"
|
10061 |
msgid "GTIN"
|
10062 |
msgstr ""
|
10063 |
|
10064 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:87
|
|
|
10065 |
msgctxt "trusted-shops"
|
10066 |
msgid "ID that allows your products to be identified worldwide. If you want to display your Trusted Shops Product Reviews in Google Shopping and paid Google adverts, Google needs the GTIN."
|
10067 |
msgstr ""
|
10068 |
|
10069 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:91
|
|
|
10070 |
msgctxt "trusted-shops"
|
10071 |
msgid "MPN"
|
10072 |
msgstr ""
|
10073 |
|
10074 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:91
|
|
|
10075 |
msgctxt "trusted-shops"
|
10076 |
msgid "If you don't have a GTIN for your products, you can pass the brand name and the MPN on to Google to use the Trusted Shops Google Integration."
|
10077 |
msgstr ""
|
@@ -10162,7 +11061,9 @@ msgctxt "trusted-shops"
|
|
10162 |
msgid "Edit Mode"
|
10163 |
msgstr ""
|
10164 |
|
10165 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:271
|
|
|
|
|
10166 |
msgctxt "trusted-shops"
|
10167 |
msgid "The advanced configuration is for users with programming skills. Here you can create even more individual settings."
|
10168 |
msgstr ""
|
@@ -10202,12 +11103,14 @@ msgctxt "trusted-shops"
|
|
10202 |
msgid "You can display your Trustbadge with or without Review Stars."
|
10203 |
msgstr ""
|
10204 |
|
10205 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:308
|
|
|
10206 |
msgctxt "trusted-shops"
|
10207 |
msgid "Display Trustbadge with review stars"
|
10208 |
msgstr ""
|
10209 |
|
10210 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:309
|
|
|
10211 |
msgctxt "trusted-shops"
|
10212 |
msgid "Display Trustbadge without review stars"
|
10213 |
msgstr ""
|
@@ -10222,12 +11125,18 @@ msgctxt "trusted-shops"
|
|
10222 |
msgid "Choose the distance that the Trustbadge will appear from the bottom-right corner of the screen."
|
10223 |
msgstr ""
|
10224 |
|
10225 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:319
|
|
|
|
|
|
|
10226 |
msgctxt "trusted-shops"
|
10227 |
msgid "px"
|
10228 |
msgstr ""
|
10229 |
|
10230 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:325
|
|
|
|
|
|
|
10231 |
#, php-format
|
10232 |
msgctxt "trusted-shops"
|
10233 |
msgid "Please choose a non-negative number (at least %d)"
|
@@ -10259,12 +11168,15 @@ msgctxt "trusted-shops"
|
|
10259 |
msgid "Assign widget %s"
|
10260 |
msgstr ""
|
10261 |
|
10262 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:354
|
|
|
|
|
10263 |
msgctxt "trusted-shops"
|
10264 |
msgid "here"
|
10265 |
msgstr ""
|
10266 |
|
10267 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:362
|
|
|
10268 |
msgctxt "trusted-shops"
|
10269 |
msgid "Background color"
|
10270 |
msgstr ""
|
@@ -10299,7 +11211,8 @@ msgctxt "trusted-shops"
|
|
10299 |
msgid "Show x alternating reviews"
|
10300 |
msgstr ""
|
10301 |
|
10302 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:390
|
|
|
10303 |
#, php-format
|
10304 |
msgctxt "trusted-shops"
|
10305 |
msgid "Please choose a non-negative number between %1$d and %2$d"
|
@@ -10325,7 +11238,9 @@ msgctxt "trusted-shops"
|
|
10325 |
msgid "Sticker code"
|
10326 |
msgstr ""
|
10327 |
|
10328 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:417
|
|
|
|
|
10329 |
msgctxt "trusted-shops"
|
10330 |
msgid "The advanced configuration is for users with programming skills. Here you can perform even more individual settings."
|
10331 |
msgstr ""
|
@@ -10401,7 +11316,8 @@ msgctxt "trusted-shops"
|
|
10401 |
msgid "Reviews"
|
10402 |
msgstr ""
|
10403 |
|
10404 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:489
|
|
|
10405 |
msgctxt "trusted-shops"
|
10406 |
msgid "You can choose a name for the tab with your Product Reviews."
|
10407 |
msgstr ""
|
@@ -10436,7 +11352,8 @@ msgctxt "trusted-shops"
|
|
10436 |
msgid "Set the background color for your Product Reviews."
|
10437 |
msgstr ""
|
10438 |
|
10439 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:521
|
|
|
10440 |
msgctxt "trusted-shops"
|
10441 |
msgid "Star color"
|
10442 |
msgstr ""
|
@@ -10446,7 +11363,8 @@ msgctxt "trusted-shops"
|
|
10446 |
msgid "Set the color for the Product Review stars in your Product Reviews tab."
|
10447 |
msgstr ""
|
10448 |
|
10449 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:529
|
|
|
10450 |
msgctxt "trusted-shops"
|
10451 |
msgid "Star size"
|
10452 |
msgstr ""
|
@@ -10461,7 +11379,8 @@ msgctxt "trusted-shops"
|
|
10461 |
msgid "Product Sticker Code"
|
10462 |
msgstr ""
|
10463 |
|
10464 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:554
|
|
|
10465 |
msgctxt "trusted-shops"
|
10466 |
msgid "jQuerySelector"
|
10467 |
msgstr ""
|
@@ -10699,7 +11618,10 @@ msgctxt "trusted-shops"
|
|
10699 |
msgid "Start export"
|
10700 |
msgstr ""
|
10701 |
|
10702 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:54
|
|
|
|
|
|
|
10703 |
msgctxt "trusted-shops"
|
10704 |
msgid "Cheating huh?"
|
10705 |
msgstr ""
|
@@ -10786,7 +11708,8 @@ msgctxt "trusted-shops"
|
|
10786 |
msgid "Trusted Shops Shop Review Sticker"
|
10787 |
msgstr ""
|
10788 |
|
10789 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/widgets/class-wc-trusted-shops-widget-review-sticker.php:27
|
|
|
10790 |
msgctxt "trusted-shops"
|
10791 |
msgid "Trusted Shops Reviews"
|
10792 |
msgstr ""
|
@@ -10812,13 +11735,15 @@ msgctxt "trusted-shops"
|
|
10812 |
msgid "cancel review reminder"
|
10813 |
msgstr ""
|
10814 |
|
10815 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/templates/emails/customer-trusted-shops.php:19
|
|
|
10816 |
#, php-format
|
10817 |
msgctxt "trusted-shops"
|
10818 |
msgid "Dear %1$s %2$s,"
|
10819 |
msgstr ""
|
10820 |
|
10821 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/templates/emails/customer-trusted-shops.php:20
|
|
|
10822 |
#, php-format
|
10823 |
msgctxt "trusted-shops"
|
10824 |
msgid "You have recently shopped at %s. Thank you! We would be glad if you spent some time to write a review about your order. To do so please follow follow the link."
|
@@ -10829,68 +11754,72 @@ msgctxt "trusted-shops"
|
|
10829 |
msgid "Rate Order now"
|
10830 |
msgstr ""
|
10831 |
|
10832 |
-
#: woocommerce-germanized/packages/woocommerce-trusted-shops/woocommerce-trusted-shops.php:41
|
|
|
10833 |
#, php-format
|
10834 |
msgctxt "trusted-shops"
|
10835 |
msgid "Your installation of the Trustbadge Reviews for WooCommerce plugin is incomplete. Please run %1$s within the %2$s directory."
|
10836 |
msgstr ""
|
10837 |
|
10838 |
-
#: woocommerce-germanized/src/Autoloader.php:50
|
|
|
10839 |
msgid "Your installation of Germanized is incomplete. If you installed Germanized from GitHub, please refer to this document to set up your development environment: https://github.com/vendidero/woocommerce-germanized/wiki/How-to-set-up-a-Germanized-development-environment"
|
10840 |
msgstr ""
|
10841 |
|
10842 |
-
#: woocommerce-germanized/src/Autoloader.php:62
|
|
|
10843 |
#, php-format
|
10844 |
msgid "Your installation of Germanized is incomplete. If you installed Germanized from GitHub, %1$splease refer to this document%2$s to set up your development environment."
|
10845 |
msgstr ""
|
10846 |
|
10847 |
-
#: woocommerce-germanized/src/Packages.php:
|
|
|
10848 |
#, php-format
|
10849 |
msgid "Missing the Germanized %s package"
|
10850 |
msgstr ""
|
10851 |
|
10852 |
-
#: woocommerce-germanized/src/PluginsHelper.php:
|
10853 |
#, php-format
|
10854 |
msgid "Please <a href=\"%1$s\">activate the %2$s »</a> plugin"
|
10855 |
msgstr ""
|
10856 |
|
10857 |
-
#: woocommerce-germanized/src/PluginsHelper.php:
|
10858 |
#, php-format
|
10859 |
msgid "Please <a href=\"%1$s\">install the %2$s »</a> plugin"
|
10860 |
msgstr ""
|
10861 |
|
10862 |
-
#: woocommerce-germanized/src/PluginsHelper.php:
|
10863 |
#, php-format
|
10864 |
msgid "The requested plugin `%s` could not be installed. Plugin API call failed."
|
10865 |
msgstr ""
|
10866 |
|
10867 |
-
#: woocommerce-germanized/src/PluginsHelper.php:
|
10868 |
#, php-format
|
10869 |
msgid "The requested plugin `%s` could not be installed. Upgrader install failed."
|
10870 |
msgstr ""
|
10871 |
|
10872 |
-
#: woocommerce-germanized/src/PluginsHelper.php:
|
10873 |
msgid "WooCommerce"
|
10874 |
msgstr ""
|
10875 |
|
10876 |
-
#: woocommerce-germanized/src/PluginsHelper.php:
|
10877 |
-
msgid "Trusted Shops"
|
10878 |
-
msgstr ""
|
10879 |
-
|
10880 |
-
#: woocommerce-germanized/src/PluginsHelper.php:434
|
10881 |
#, php-format
|
10882 |
msgid "The requested plugin `%s` is not yet installed."
|
10883 |
msgstr ""
|
10884 |
|
10885 |
-
#: woocommerce-germanized/src/PluginsHelper.php:
|
10886 |
#, php-format
|
10887 |
msgid "The requested plugin `%s` could not be activated."
|
10888 |
msgstr ""
|
10889 |
|
10890 |
-
#: woocommerce-germanized/src/PluginsHelper.php:
|
10891 |
msgid "Germanized for WooCommerce: One Stop Shop"
|
10892 |
msgstr ""
|
10893 |
|
|
|
|
|
|
|
|
|
10894 |
#: woocommerce-germanized/src/Shopmarks.php:537
|
10895 |
msgid "Single Product (Grouped)"
|
10896 |
msgstr ""
|
@@ -10923,7 +11852,8 @@ msgstr ""
|
|
10923 |
msgid "Meta"
|
10924 |
msgstr ""
|
10925 |
|
10926 |
-
#: woocommerce-germanized/src/Shopmarks.php:572
|
|
|
10927 |
msgid "After Meta"
|
10928 |
msgstr ""
|
10929 |
|
@@ -10959,7 +11889,8 @@ msgstr ""
|
|
10959 |
msgid "Quantity Column"
|
10960 |
msgstr ""
|
10961 |
|
10962 |
-
#: woocommerce-germanized/src/Shopmarks.php:621
|
|
|
10963 |
msgid "After Item Title"
|
10964 |
msgstr ""
|
10965 |
|
@@ -10979,11 +11910,15 @@ msgstr ""
|
|
10979 |
msgid "After Item Price"
|
10980 |
msgstr ""
|
10981 |
|
10982 |
-
#: woocommerce-germanized/src/Shopmarks.php:655
|
|
|
10983 |
msgid "Item Price"
|
10984 |
msgstr ""
|
10985 |
|
10986 |
-
#: woocommerce-germanized/src/Shopmarks.php:660
|
|
|
|
|
|
|
10987 |
msgid "Item Name"
|
10988 |
msgstr ""
|
10989 |
|
@@ -10991,11 +11926,14 @@ msgstr ""
|
|
10991 |
msgid "After Item Name"
|
10992 |
msgstr ""
|
10993 |
|
10994 |
-
#: woocommerce-germanized/src/Shopmarks.php:670
|
|
|
|
|
10995 |
msgid "Subtotal"
|
10996 |
msgstr ""
|
10997 |
|
10998 |
-
#: woocommerce-germanized/src/Shopmarks.php:699
|
|
|
10999 |
msgid "After Item Quantity"
|
11000 |
msgstr ""
|
11001 |
|
@@ -11003,62 +11941,117 @@ msgstr ""
|
|
11003 |
msgid "Before Meta"
|
11004 |
msgstr ""
|
11005 |
|
11006 |
-
#: woocommerce-germanized/src/Shopmarks.php:752
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11007 |
msgctxt "shopmark"
|
11008 |
msgid "Unit Price"
|
11009 |
msgstr ""
|
11010 |
|
11011 |
-
#: woocommerce-germanized/src/Shopmarks.php:753
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11012 |
msgctxt "shopmark"
|
11013 |
msgid "Delivery Time"
|
11014 |
msgstr ""
|
11015 |
|
11016 |
-
#: woocommerce-germanized/src/Shopmarks.php:754
|
|
|
11017 |
msgctxt "shopmark"
|
11018 |
msgid "General"
|
11019 |
msgstr ""
|
11020 |
|
11021 |
-
#: woocommerce-germanized/src/Shopmarks.php:755
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11022 |
msgctxt "shopmark"
|
11023 |
msgid "Product Units"
|
11024 |
msgstr ""
|
11025 |
|
11026 |
-
#: woocommerce-germanized/src/Shopmarks.php:756
|
|
|
|
|
|
|
|
|
|
|
11027 |
msgctxt "shopmark"
|
11028 |
msgid "Defect Description"
|
11029 |
msgstr ""
|
11030 |
|
11031 |
-
#: woocommerce-germanized/src/Shopmarks.php:757
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11032 |
msgctxt "shopmark"
|
11033 |
msgid "Deposit"
|
11034 |
msgstr ""
|
11035 |
|
11036 |
-
#: woocommerce-germanized/src/Shopmarks.php:758
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11037 |
msgctxt "shopmark"
|
11038 |
msgid "Type of Packaging"
|
11039 |
msgstr ""
|
11040 |
|
11041 |
-
#: woocommerce-germanized/src/Shopmarks.php:759
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11042 |
msgctxt "shopmark"
|
11043 |
msgid "Nutri-Score"
|
11044 |
msgstr ""
|
11045 |
|
11046 |
-
#: woocommerce-germanized/src/Shopmarks.php:774
|
|
|
11047 |
msgctxt "shopmark"
|
11048 |
msgid "Tax"
|
11049 |
msgstr ""
|
11050 |
|
11051 |
-
#: woocommerce-germanized/src/Shopmarks.php:775
|
|
|
11052 |
msgctxt "shopmark"
|
11053 |
msgid "Shipping Costs"
|
11054 |
msgstr ""
|
11055 |
|
11056 |
-
#: woocommerce-germanized/src/Shopmarks.php:795
|
|
|
|
|
|
|
11057 |
msgctxt "shopmark"
|
11058 |
msgid "Cart Description"
|
11059 |
msgstr ""
|
11060 |
|
11061 |
-
#: woocommerce-germanized/templates/checkboxes/default.php:48
|
|
|
|
|
11062 |
msgid "required"
|
11063 |
msgstr ""
|
11064 |
|
@@ -11080,17 +12073,20 @@ msgstr ""
|
|
11080 |
msgid "Update totals"
|
11081 |
msgstr ""
|
11082 |
|
11083 |
-
#: woocommerce-germanized/templates/emails/customer-cancelled-order.php:31
|
|
|
11084 |
#, php-format
|
11085 |
msgid "Your order #%s has been cancelled:"
|
11086 |
msgstr ""
|
11087 |
|
11088 |
-
#: woocommerce-germanized/templates/emails/customer-cancelled-order.php:34
|
|
|
11089 |
#, php-format
|
11090 |
msgid "Your order #%s has failed:"
|
11091 |
msgstr ""
|
11092 |
|
11093 |
-
#: woocommerce-germanized/templates/emails/customer-new-account-activation.php:23
|
|
|
11094 |
#, php-format
|
11095 |
msgid "Thanks for creating an account on %s. Please follow the activation link to activate your account:"
|
11096 |
msgstr ""
|
@@ -11103,7 +12099,8 @@ msgstr ""
|
|
11103 |
msgid "Click here to set your new password."
|
11104 |
msgstr ""
|
11105 |
|
11106 |
-
#: woocommerce-germanized/templates/emails/customer-new-account-activation.php:30
|
|
|
11107 |
#, php-format
|
11108 |
msgid "If you haven't created an account on %s please ignore this email."
|
11109 |
msgstr ""
|
@@ -11113,7 +12110,8 @@ msgstr ""
|
|
11113 |
msgid "If you cannot follow the link above please copy this url and paste it to your browser bar: %s"
|
11114 |
msgstr ""
|
11115 |
|
11116 |
-
#: woocommerce-germanized/templates/emails/customer-paid-for-order.php:26
|
|
|
11117 |
#, php-format
|
11118 |
msgid "Hi there. Thank you! We have successfully received your payment for order %s. Your order is now being processed."
|
11119 |
msgstr ""
|
@@ -11185,7 +12183,7 @@ msgstr ""
|
|
11185 |
msgid "This version of the Corona Helper Plugin includes a bug which could lead to tax rates being added multiple times. Please <a href=\"%1$s\">deactivate</a> the plugin and check our <a href=\"%2$s\" target=\"_blank\">blog post</a>."
|
11186 |
msgstr ""
|
11187 |
|
11188 |
-
#: woocommerce-germanized/woocommerce-germanized.php:
|
11189 |
msgid "Pease wait while we are trying to redirect you to the payment provider."
|
11190 |
msgstr ""
|
11191 |
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Germanized for WooCommerce 3.3.4\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-germanized\n"
|
8 |
+
"POT-Creation-Date: 2022-09-15 11:47+0200\n"
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
11 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Nutri-Score %1$s"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:1206
|
118 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:1216
|
119 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:566
|
120 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:918
|
121 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:925
|
122 |
msgid "incl. VAT"
|
123 |
msgstr ""
|
124 |
|
126 |
msgid "excl. VAT"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:1208
|
130 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:566
|
131 |
#, php-format
|
132 |
msgid "incl. %s%% VAT"
|
133 |
msgstr ""
|
137 |
msgid "excl. %s%% VAT"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:44
|
141 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:447
|
142 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:53
|
143 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:58
|
144 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:71
|
145 |
msgid "Yes"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-customer.php:46
|
149 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:447
|
150 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:53
|
151 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:71
|
152 |
msgid "No"
|
153 |
msgstr ""
|
154 |
|
168 |
msgid "Resend activation link"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-deposit-types.php:67
|
172 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-deposit-types.php:96
|
173 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:452
|
174 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:64
|
175 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:261
|
176 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:333
|
177 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:658
|
178 |
msgid "Deposit"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-deposit-types.php:71
|
182 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-deposit-types.php:106
|
183 |
msgid "Packaging Type"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-deposit-types.php:82
|
187 |
+
#: woocommerce-germanized/includes/class-wc-gzd-deposit-types.php:96
|
188 |
msgctxt "deposit-packaging-type"
|
189 |
msgid "None"
|
190 |
msgstr ""
|
197 |
msgid "Choose a global minimum age necessary to buy your products. Can be overridden by product specific settings."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:86
|
201 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:117
|
202 |
msgid "Confirmation"
|
203 |
msgstr ""
|
204 |
|
206 |
msgid "This text will be appended to your order processing email if the order contains service products."
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:91
|
210 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:122
|
211 |
#, php-format
|
212 |
msgid "To insert a link to your cancellation policy use the following placeholder: %s"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:92
|
216 |
+
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:33
|
217 |
msgid "Furthermore you have expressly agreed to start the performance of the contract for services before expiry of the withdrawal period. I have noted to lose my {link}right of withdrawal{/link} with the beginning of the performance of the contract."
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:106
|
221 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:533
|
222 |
msgid "Downloadable Product"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:107
|
226 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:534
|
227 |
msgid "Virtual Product"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:108
|
231 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:170
|
232 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:364
|
233 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:535
|
234 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:182
|
235 |
msgid "Service"
|
236 |
msgstr ""
|
237 |
|
239 |
msgid "This text will be appended to your order processing email if the order contains digital products."
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:123
|
243 |
+
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:27
|
244 |
msgid "Furthermore you have expressly agreed to start the performance of the contract for digital items (e.g. downloads) before expiry of the withdrawal period. I have noted to lose my {link}right of withdrawal{/link} with the beginning of the performance of the contract."
|
245 |
msgstr ""
|
246 |
|
268 |
msgid "Always show."
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:161
|
272 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:50
|
273 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:139
|
274 |
msgid "Shipping Methods"
|
275 |
msgstr ""
|
276 |
|
278 |
msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-notices.php:129
|
282 |
#, php-format
|
283 |
msgid "<strong>Be aware!</strong> This update is not compatible with your current Germanized Pro version. Please check for updates (%s) before updating Germanized to prevent compatibility issues."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:58
|
287 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:79
|
288 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:225
|
289 |
msgid "Age Verification"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:60
|
293 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:216
|
294 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:227
|
295 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:389
|
296 |
msgid "Same as Parent"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-product-categories.php:82
|
300 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:544
|
301 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:751
|
302 |
msgid "None"
|
303 |
msgstr ""
|
304 |
|
306 |
msgid "Create DPD labels and return labels conveniently"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-provider-dpd.php:21
|
310 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:26
|
311 |
msgid "DPD"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-provider-dpd.php:21
|
315 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-contract.php:21
|
316 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-invoices.php:21
|
317 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-multistep-checkout.php:21
|
318 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-revocation-generator.php:21
|
319 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:26
|
320 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-terms-generator.php:21
|
321 |
msgid "pro"
|
322 |
msgstr ""
|
323 |
|
325 |
msgid "Germanize"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:66
|
329 |
+
#: woocommerce-germanized/includes/class-wc-gzd-ajax.php:62
|
330 |
#, php-format
|
331 |
msgid "There was an error while automatically installing %1$s. %2$s"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:66
|
335 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-oss.php:29
|
336 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:37
|
337 |
+
#: woocommerce-germanized/src/PluginsHelper.php:466
|
338 |
msgid "One Stop Shop"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:71
|
342 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:156
|
343 |
+
#: woocommerce-germanized/woocommerce-germanized.php:883
|
344 |
msgid "Settings"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:78
|
348 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:95
|
349 |
msgid "Shipping Provider"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:85
|
353 |
+
#: woocommerce-germanized/includes/admin/views/setup/first-steps.php:9
|
354 |
msgid "First Steps"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:89
|
358 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:17
|
359 |
msgid "Start tutorial"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:100
|
363 |
+
#: woocommerce-germanized/includes/admin/views/setup/encrypt.php:10
|
364 |
msgid "Encryption"
|
365 |
msgstr ""
|
366 |
|
368 |
msgid "Insert key"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:105
|
372 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:464
|
373 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:466
|
374 |
msgid "Continue"
|
375 |
msgstr ""
|
376 |
|
396 |
msgid "I'm participating in the <a href=\"%s\" target=\"_blank\" rel=\"noopener\">One Stop Shop (OSS) procedure</a>."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:165
|
400 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:172
|
401 |
msgid "Activating this option will automatically install the <a href=\"https://wordpress.org/plugins/one-stop-shop-woocommerce/\" target=\"_blank\">One Stop Shop Plugin</a> developed by us."
|
402 |
msgstr ""
|
403 |
|
423 |
msgid "Let Germanized insert EU VAT rates."
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:201
|
427 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:258
|
428 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:40
|
429 |
msgid "Small-Enterprise-Regulation"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:202
|
433 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:259
|
434 |
msgid "VAT based on §19 UStG"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:202
|
438 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:259
|
439 |
#, php-format
|
440 |
msgid "Enable this option if you have chosen to apply to <a href=\"%s\" target=\"_blank\">§19 UStG</a>."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:208
|
444 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-doi.php:21
|
445 |
msgid "Double Opt In"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:209
|
449 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-doi.php:42
|
450 |
msgid "Enable customer double opt in during registration."
|
451 |
msgstr ""
|
452 |
|
481 |
msgid "Return to WP Admin"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
485 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:63
|
486 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:180
|
487 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:343
|
488 |
msgid "Terms & Conditions"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:46
|
492 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:76
|
493 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:344
|
494 |
msgid "Cancellation Policy"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
498 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:100
|
499 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:180
|
500 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:345
|
501 |
msgid "Imprint"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
|
505 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:113
|
506 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:346
|
507 |
msgid "Privacy Policy"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
511 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:126
|
512 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:350
|
513 |
msgid "Payment Methods"
|
514 |
msgstr ""
|
515 |
|
525 |
msgid "Go to Germanized Settings"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:34
|
529 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:43
|
530 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:28
|
531 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:37
|
532 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:28
|
533 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:37
|
534 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:23
|
535 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:32
|
536 |
+
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:37
|
537 |
+
#: woocommerce-germanized/includes/class-wc-gzd-hook-priorities.php:46
|
538 |
+
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:23
|
539 |
+
#: woocommerce-germanized/includes/class-wc-gzd-order-helper.php:32
|
540 |
+
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:23
|
541 |
+
#: woocommerce-germanized/includes/class-wc-gzd-product-attribute-helper.php:32
|
542 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:27
|
543 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:36
|
544 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:25
|
545 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:34
|
546 |
+
#: woocommerce-germanized/woocommerce-germanized.php:148
|
547 |
+
#: woocommerce-germanized/woocommerce-germanized.php:157
|
548 |
msgid "Cheating huh?"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:217
|
552 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:256
|
553 |
msgctxt "dhl"
|
554 |
msgid "Action failed. Please refresh the page and retry."
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:221
|
558 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:260
|
559 |
msgctxt "dhl"
|
560 |
msgid "You don't have permission to do this."
|
561 |
msgstr ""
|
562 |
|
563 |
#. Plugin Name of the plugin/theme
|
564 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:336
|
565 |
msgid "Germanized for WooCommerce"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:534
|
569 |
msgid "Paid for order notification manually sent to customer."
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:554
|
573 |
msgid "Order confirmation manually sent to customer."
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:574
|
577 |
msgid "Resend order confirmation"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:575
|
581 |
msgid "Send paid for order notification"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:585
|
585 |
+
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:159
|
586 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
587 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:81
|
588 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:9
|
589 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:25
|
590 |
msgid "Germanized"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:598
|
594 |
msgid "Parcel Delivery Data Transfer:"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:599
|
598 |
msgid "allowed"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:599
|
602 |
msgid "not allowed"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:653
|
606 |
msgid "Insert delivery time name, slug or id."
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:654
|
610 |
msgid "Insert product units amount."
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:726
|
614 |
msgid "Optional Email Content"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:731
|
618 |
msgid "Add content which will be replacing default page content within emails."
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:755
|
622 |
msgid "Cart description"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:767
|
626 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:544
|
627 |
msgid "Defect description"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:794
|
631 |
msgid "This content will be shown as short product description within checkout and emails."
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:808
|
635 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:443
|
636 |
msgid "Inform your customers about product defects. This description will be shown on top of your product description and during cart/checkout."
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:145
|
640 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:239
|
641 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:293
|
642 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:180
|
643 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:570
|
644 |
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-unit-price.php:10
|
645 |
msgid "Unit Price"
|
646 |
msgstr ""
|
653 |
msgid "Toggle auto calculation"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:151
|
657 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:291
|
658 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:296
|
659 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:183
|
660 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:255
|
661 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:590
|
662 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:595
|
663 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:43
|
664 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:446
|
665 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-delivery-time.php:10
|
666 |
msgid "Delivery Time"
|
667 |
msgstr ""
|
668 |
|
670 |
msgid "Set delivery time"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:154
|
674 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:91
|
675 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:789
|
676 |
msgid "Status"
|
677 |
msgstr ""
|
678 |
|
688 |
msgid "Toggle "Defective Copy""
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:173
|
692 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:372
|
693 |
msgid "Used Good"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:173
|
697 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:373
|
698 |
msgid "Product is a used good."
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:176
|
702 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:380
|
703 |
msgid "Defective Copy"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:176
|
707 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:381
|
708 |
msgid "Product has defects."
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:204
|
712 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:413
|
713 |
msgid "Price Labeling"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:205
|
717 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:292
|
718 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:453
|
719 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:65
|
720 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:414
|
721 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:591
|
722 |
msgid "Help"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:214
|
726 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:421
|
727 |
msgid "Sale Label"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:225
|
731 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:431
|
732 |
msgid "Sale Regular Label"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:240
|
736 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:451
|
737 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:246
|
738 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:301
|
739 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-units.php:10
|
740 |
msgid "Product Units"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:245
|
744 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:454
|
745 |
msgid "Number of units included per default product price. Example: 1000 ml."
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:254
|
749 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:475
|
750 |
msgid "Calculation"
|
751 |
msgstr ""
|
752 |
|
754 |
msgid "Calculate unit prices automatically"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:268
|
758 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:483
|
759 |
msgid "Regular Unit Price"
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:279
|
763 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:491
|
764 |
msgid "Sale Unit Price"
|
765 |
msgstr ""
|
766 |
|
773 |
msgid "general product data"
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:302
|
777 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:321
|
778 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:428
|
779 |
msgid "Same as parent"
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:316
|
783 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:685
|
784 |
#, php-format
|
785 |
msgid "Delivery Time (%s)"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:329
|
789 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:366
|
790 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:697
|
791 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:734
|
792 |
msgid "remove"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:342
|
796 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:709
|
797 |
msgid "Add country specific delivery time"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:349
|
801 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:717
|
802 |
msgid "Select country"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:361
|
806 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:187
|
807 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:558
|
808 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:600
|
809 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:729
|
810 |
msgid "Search for a delivery time…"
|
811 |
msgstr ""
|
812 |
|
814 |
msgid "Additional Fields"
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:385
|
818 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:515
|
819 |
msgid "Minimum Age"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:388
|
823 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:517
|
824 |
msgid "Adds an age verification checkbox while purchasing this product."
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:401
|
828 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:526
|
829 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:253
|
830 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:560
|
831 |
msgid "GTIN"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:406
|
835 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:529
|
836 |
msgid "Your product's Global Trade Item Number that allows your products to be identified worldwide."
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:415
|
840 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:537
|
841 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:259
|
842 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:565
|
843 |
msgid "MPN"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:420
|
847 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:540
|
848 |
msgid "Your product's Manufacturer Part Number."
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:427
|
852 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:625
|
853 |
msgid "Warranty (PDF)"
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:428
|
857 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:626
|
858 |
msgid "Choose file"
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:428
|
862 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:626
|
863 |
msgid "Select warranty file"
|
864 |
msgstr ""
|
865 |
|
866 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:430
|
867 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:628
|
868 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:29
|
869 |
msgid "Delete"
|
870 |
msgstr ""
|
871 |
|
873 |
msgid "Optional Mini Description"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:443
|
877 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:325
|
878 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:229
|
879 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-defect-description.php:10
|
880 |
msgid "Defect Description"
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:462
|
884 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:72
|
885 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:302
|
886 |
msgid "Deposit Type"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:463
|
890 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:73
|
891 |
msgid "Select Deposit Type"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:466
|
895 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:75
|
896 |
msgid "In case this product is reusable and has deposits, select the deposit type."
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:475
|
900 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:82
|
901 |
msgid "Deposit Quantity"
|
902 |
msgstr ""
|
903 |
|
904 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:480
|
905 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:87
|
906 |
msgid "Number of units included for deposit purposes, e.g. 6 bottles."
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:488
|
910 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:94
|
911 |
+
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:51
|
912 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-invoices.php:60
|
913 |
+
#: woocommerce-germanized/includes/admin/views/html-settings-pro.php:23
|
914 |
msgid "Get Germanized Pro to unlock"
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:489
|
918 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:95
|
919 |
msgid "Want to sell your food in a legally compliant way? Include nutrients, allergenes, ingredients, the Nutri-Score, deposits and more with Germanized Pro."
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data-variable.php:490
|
923 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:96
|
924 |
+
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:53
|
925 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-pointers.php:175
|
926 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-invoices.php:69
|
927 |
+
#: woocommerce-germanized/includes/admin/views/html-settings-pro.php:25
|
928 |
+
#: woocommerce-germanized/includes/admin/views/setup/first-steps.php:30
|
929 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/abstact-class-wc-gzd-elementor-widget.php:72
|
930 |
+
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:92
|
931 |
msgid "Upgrade now"
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:115
|
935 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:396
|
936 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:40
|
937 |
msgid "Food"
|
938 |
msgstr ""
|
939 |
|
940 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:193
|
941 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:280
|
942 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:441
|
943 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:157
|
944 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:108
|
945 |
msgid "Unit"
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:196
|
949 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:284
|
950 |
msgid "No unit"
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:260
|
954 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:274
|
955 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:283
|
956 |
msgid "— No change —"
|
957 |
msgstr ""
|
958 |
|
980 |
msgid "This product is a food product."
|
981 |
msgstr ""
|
982 |
|
983 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:422
|
984 |
+
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php:432
|
985 |
msgid "Select Price Label"
|
986 |
msgstr ""
|
987 |
|
1057 |
msgid "It seems like you are currently using the DHL for WooCommerce plugin. Germanized does now fully integrate DHL services and switching is as simple as can be. Check your advantages by using the DHL integration in Germanized and let Germanized import your current settings for you."
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-dhl-importer.php:35
|
1061 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-internetmarke-importer.php:35
|
1062 |
msgctxt "dhl"
|
1063 |
msgid "No need to use an external plugin which might lead to incompatibilities"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-dhl-importer.php:36
|
1067 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-internetmarke-importer.php:36
|
1068 |
#, php-format
|
1069 |
msgctxt "dhl"
|
1070 |
msgid "Many improved features such as automation, services per shipping method and %s"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-dhl-importer.php:36
|
1074 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-internetmarke-importer.php:36
|
1075 |
msgctxt "dhl"
|
1076 |
msgid "many more"
|
1077 |
msgstr ""
|
1081 |
msgid "Perfectly integrated in Germanized – easily create labels for shipments"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-dhl-importer.php:51
|
1085 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-internetmarke-importer.php:51
|
1086 |
msgctxt "dhl"
|
1087 |
msgid "Import settings and activate"
|
1088 |
msgstr ""
|
1092 |
msgid "Use integration"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-dhl-importer.php:58
|
1096 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-internetmarke-importer.php:58
|
1097 |
msgctxt "dhl"
|
1098 |
msgid "Learn more"
|
1099 |
msgstr ""
|
1102 |
msgid "Encryption key is missing"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-encryption.php:50
|
1106 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-legal-news.php:47
|
1107 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-shipping-excl-tax.php:45
|
1108 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-virtual-vat.php:41
|
1109 |
+
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:200
|
1110 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-invoices.php:68
|
1111 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:235
|
1112 |
msgid "Learn more"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-encryption.php:59
|
1116 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:233
|
1117 |
msgid "Auto insert"
|
1118 |
msgstr ""
|
1119 |
|
1252 |
msgid "Enable support for %s"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-ts-install.php:33
|
1256 |
+
msgid "New Trusted Shops Integration"
|
1257 |
+
msgstr ""
|
1258 |
+
|
1259 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-ts-install.php:37
|
1260 |
+
msgid "You seem to be using our Trusted Shops integration. This integration will no longer be supported by Germanized and will be removed in future updates. Therefor we strongly encourage you to migrate to the new integration. By doing so, we will automatically install the separate Trusted Shops Easy Integration Plugin for WooCommerce."
|
1261 |
+
msgstr ""
|
1262 |
+
|
1263 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-ts-install.php:48
|
1264 |
+
msgid "Migration guide"
|
1265 |
+
msgstr ""
|
1266 |
+
|
1267 |
+
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-ts-install.php:54
|
1268 |
+
msgid "Start migration now"
|
1269 |
+
msgstr ""
|
1270 |
+
|
1271 |
#: woocommerce-germanized/includes/admin/notes/class-wc-gzd-admin-note-update.php:25
|
1272 |
msgid "Germanized Data Update Required"
|
1273 |
msgstr ""
|
1301 |
msgid "Deactivate"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
+
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:52
|
1305 |
+
#: woocommerce-germanized/includes/admin/views/html-settings-pro.php:24
|
1306 |
msgid "Enjoy even more professional features such as invoices, legal text generators, B2B VAT settings and premium support!"
|
1307 |
msgstr ""
|
1308 |
|
1362 |
msgid "This text serves as Button text for the Order Submit Button."
|
1363 |
msgstr ""
|
1364 |
|
1365 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:85
|
1366 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:135
|
1367 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:656
|
1368 |
msgid "Buy Now"
|
1369 |
msgstr ""
|
1370 |
|
1448 |
msgid "By default WooCommerce adds a \"taxes and shipping estimated\" text to your cart. This might puzzle your customers and may not meet german law."
|
1449 |
msgstr ""
|
1450 |
|
1451 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:142
|
1452 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:63
|
1453 |
msgid "Fallback Mode"
|
1454 |
msgstr ""
|
1455 |
|
1497 |
msgid "Legal checkboxes help you obtain consent from your customers. You might edit a checkbox' label and other options by clicking on the link."
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-checkboxes.php:61
|
1501 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:825
|
1502 |
msgid "Label"
|
1503 |
msgstr ""
|
1504 |
|
1591 |
msgid "Emails"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:30
|
1595 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:21
|
1596 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-oss.php:45
|
1597 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:37
|
1598 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-trusted-shops.php:45
|
1599 |
msgid "General"
|
1600 |
msgstr ""
|
1601 |
|
1603 |
msgid "Visibility"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:32
|
1607 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:73
|
1608 |
msgid "PDF Attachments"
|
1609 |
msgstr ""
|
1610 |
|
1624 |
msgid "Use drag & drop to customize attachment order. Don't forget to save your changes."
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:128
|
1628 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:152
|
1629 |
#, php-format
|
1630 |
msgid "Want to attach automatically generated PDF files to emails instead of plain text? %1$sUpgrade to %2$spro%3$s%4$s"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:182
|
1634 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:296
|
1635 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:139
|
1636 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:152
|
1637 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:143
|
1638 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:156
|
1639 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:646
|
1640 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:659
|
1641 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:250
|
1642 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:258
|
1643 |
msgid "Title"
|
1644 |
msgstr ""
|
1645 |
|
1705 |
msgid "Adjust general options e.g. legal pages."
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:30
|
1709 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:525
|
1710 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:120
|
1711 |
msgid "Legal Pages"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:31
|
1715 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:194
|
1716 |
msgid "Dispute Resolution"
|
1717 |
msgstr ""
|
1718 |
|
1720 |
msgid "Small Businesses"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
|
1724 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:813
|
1725 |
+
#: woocommerce-germanized/src/Shopmarks.php:542
|
1726 |
msgid "Checkout"
|
1727 |
msgstr ""
|
1728 |
|
1781 |
msgid "This page should contain information regarding shipping methods that are chooseable during checkout."
|
1782 |
msgstr ""
|
1783 |
|
1784 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:152
|
1785 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:400
|
1786 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:352
|
1787 |
msgid "Review Authenticity"
|
1788 |
msgstr ""
|
1789 |
|
1811 |
msgid "Obliged"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:207
|
1815 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:216
|
1816 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:225
|
1817 |
msgid "Resolution Text"
|
1818 |
msgstr ""
|
1819 |
|
1820 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:208
|
1821 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:217
|
1822 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:226
|
1823 |
msgid "Adapt this example text regarding alternative dispute resolution to your needs. Text will be added to the [gzd_complaints] Shortcode. You may as well add this text to your terms & conditions."
|
1824 |
msgstr ""
|
1825 |
|
1852 |
msgid "Append it now"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:265
|
1856 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:465
|
1857 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:170
|
1858 |
msgid "Notice Text"
|
1859 |
msgstr ""
|
1860 |
|
1862 |
msgid "You may want to adjust the small buisness notice text to meet your criteria."
|
1863 |
msgstr ""
|
1864 |
|
1865 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:273
|
1866 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:432
|
1867 |
msgid "Value added tax is not collected, as small businesses according to §19 (1) UStG."
|
1868 |
msgstr ""
|
1869 |
|
1996 |
msgid "Whether your current product ratings are verified, e.g. only verified owners were able to submit reviews."
|
1997 |
msgstr ""
|
1998 |
|
1999 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:426
|
2000 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:438
|
2001 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:144
|
2002 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:595
|
2003 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:666
|
2004 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:721
|
2005 |
msgid "Format"
|
2006 |
msgstr ""
|
2007 |
|
2008 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:428
|
2009 |
+
#: woocommerce-germanized/includes/wc-gzd-product-functions.php:408
|
2010 |
msgid "{link}Verified overall ratings{/link}"
|
2011 |
msgstr ""
|
2012 |
|
2013 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:434
|
2014 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:446
|
2015 |
#, php-format
|
2016 |
msgid "Customize the format used to notify customers about the authenticity of the ratings. Use {link}{/link} as placeholders to link your <a href=\"%1$s\">review information page</a>."
|
2017 |
msgstr ""
|
2018 |
|
2019 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:440
|
2020 |
+
#: woocommerce-germanized/includes/wc-gzd-product-functions.php:408
|
2021 |
msgid "{link}Unverified overall ratings{/link}"
|
2022 |
msgstr ""
|
2023 |
|
2033 |
msgid "Verified Format"
|
2034 |
msgstr ""
|
2035 |
|
2036 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:460
|
2037 |
+
#: woocommerce-germanized/includes/wc-gzd-product-functions.php:433
|
2038 |
msgid "Verified purchase. {link}Find out more{/link}"
|
2039 |
msgstr ""
|
2040 |
|
2041 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:465
|
2042 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:476
|
2043 |
#, php-format
|
2044 |
msgid "Customize the format used to notify customers about the authenticity of the review. Use {link}{/link} as placeholders to link your <a href=\"%1$s\">review information page</a>."
|
2045 |
msgstr ""
|
2048 |
msgid "Unverified Format"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:471
|
2052 |
+
#: woocommerce-germanized/includes/wc-gzd-product-functions.php:433
|
2053 |
msgid "Purchase not verified. {link}Find out more{/link}"
|
2054 |
msgstr ""
|
2055 |
|
2125 |
msgid "Shipments"
|
2126 |
msgstr ""
|
2127 |
|
2128 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipments.php:48
|
2129 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:62
|
2130 |
msgctxt "shipments"
|
2131 |
msgid "Manage"
|
2132 |
msgstr ""
|
2133 |
|
2134 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipments.php:77
|
2135 |
msgid "Automated packing"
|
2136 |
msgstr ""
|
2137 |
|
2138 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipments.php:80
|
2139 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:103
|
2140 |
#, php-format
|
2141 |
msgid "%1$sUpgrade to %2$spro%3$s%4$s to unlock this feature and enjoy premium support."
|
2142 |
msgstr ""
|
2143 |
|
2144 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:22
|
2145 |
+
#: woocommerce-germanized/includes/admin/views/setup/dhl.php:10
|
2146 |
msgid "DHL"
|
2147 |
msgstr ""
|
2148 |
|
2183 |
msgid "Widgets"
|
2184 |
msgstr ""
|
2185 |
|
2186 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:52
|
2187 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:292
|
2188 |
msgid "E-Mails"
|
2189 |
msgstr ""
|
2190 |
|
2196 |
msgid "By adjusting the display settings you might determine where to show or hide your shopmarks e.g. the tax notice on single product pages."
|
2197 |
msgstr ""
|
2198 |
|
2199 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:100
|
2200 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:398
|
2201 |
msgid "Location"
|
2202 |
msgstr ""
|
2203 |
|
2205 |
msgid "Adjust the location of the shopmark by selecting a location from the list. Some Themes might apply the locations at different positions that's why the result may differ from Theme to Theme."
|
2206 |
msgstr ""
|
2207 |
|
2208 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:113
|
2209 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:413
|
2210 |
msgid "Priority"
|
2211 |
msgstr ""
|
2212 |
|
2214 |
msgid "Many different information may be attached to the location selected. By adjusting the priority you can choose whether the shopmark gets applied earlier (lower) or later (higher)."
|
2215 |
msgstr ""
|
2216 |
|
2217 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:131
|
2218 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:50
|
2219 |
msgid "Default Delivery Time"
|
2220 |
msgstr ""
|
2221 |
|
2256 |
msgid "Tax Info"
|
2257 |
msgstr ""
|
2258 |
|
2259 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:253
|
2260 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:309
|
2261 |
msgid "Delivery Time Notice"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:269
|
2265 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:341
|
2266 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-deposit-packaging-type.php:10
|
2267 |
msgid "Deposit Packaging Type"
|
2268 |
msgstr ""
|
2269 |
|
2276 |
msgid "Show %s shopmark"
|
2277 |
msgstr ""
|
2278 |
|
2279 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:379
|
2280 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:122
|
2281 |
msgid "Tax"
|
2282 |
msgstr ""
|
2283 |
|
2285 |
msgid "Show Tax shopmark"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:388
|
2289 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:459
|
2290 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:351
|
2291 |
msgid "Shipping Costs"
|
2292 |
msgstr ""
|
2293 |
|
2316 |
msgid "Adjust the price range format e.g. for variable products. Use {min_price} as placeholder for the minimum price. Use {max_price} as placeholder for the maximum price."
|
2317 |
msgstr ""
|
2318 |
|
2319 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:450
|
2320 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1057
|
2321 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1061
|
2322 |
msgid "{min_price} – {max_price}"
|
2323 |
msgstr ""
|
2324 |
|
2338 |
msgid "This text will be used to inform the customer about free shipping. Leave empty to disable notice. Use {link}{/link} to insert link to shipping costs page."
|
2339 |
msgstr ""
|
2340 |
|
2341 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:483
|
2342 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:624
|
2343 |
msgid "Hide Notice"
|
2344 |
msgstr ""
|
2345 |
|
2375 |
msgid "This delivery time will be added to every product if no delivery time has been chosen individually"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:570
|
2379 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:581
|
2380 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:592
|
2381 |
msgid "Manage Delivery Times"
|
2382 |
msgstr ""
|
2383 |
|
2487 |
msgid "Fallback Sale Label"
|
2488 |
msgstr ""
|
2489 |
|
2490 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:767
|
2491 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:777
|
2492 |
msgid "Manage Price Labels"
|
2493 |
msgstr ""
|
2494 |
|
2504 |
msgid "Choose whether you would like to have a default sale price regular label to inform the customer about the sale price (e.g. New Price)."
|
2505 |
msgstr ""
|
2506 |
|
2507 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:781
|
2508 |
+
#: woocommerce-germanized/src/Shopmarks.php:536
|
2509 |
msgid "Single Product"
|
2510 |
msgstr ""
|
2511 |
|
2525 |
msgid "Adjust tax related settings e.g. Split-tax calculation for shipping costs."
|
2526 |
msgstr ""
|
2527 |
|
2528 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:21
|
2529 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:84
|
2530 |
msgid "Taxes"
|
2531 |
msgstr ""
|
2532 |
|
2533 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:30
|
2534 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:568
|
2535 |
msgid "VAT"
|
2536 |
msgstr ""
|
2537 |
|
2538 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:31
|
2539 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:132
|
2540 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:89
|
2541 |
msgid "Split-tax"
|
2542 |
msgstr ""
|
2543 |
|
2684 |
msgid "TOS Generator"
|
2685 |
msgstr ""
|
2686 |
|
2687 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-trusted-shops.php:25
|
2688 |
+
msgid "Integrate the Trustmark, the Buyer Protection and authentic reviews from Trusted Shops."
|
2689 |
+
msgstr ""
|
2690 |
+
|
2691 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-trusted-shops.php:29
|
2692 |
+
msgid "Trusted Shops Easy Integration"
|
2693 |
+
msgstr ""
|
2694 |
+
|
2695 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-trusted-shops.php:29
|
2696 |
+
#: woocommerce-germanized/src/PluginsHelper.php:467
|
2697 |
+
msgid "Trusted Shops"
|
2698 |
+
msgstr ""
|
2699 |
+
|
2700 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:10
|
2701 |
msgid "Drag and drop to re-order checkboxes. This is the order being used for printing the fields."
|
2702 |
msgstr ""
|
2703 |
|
2704 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:11
|
2705 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:27
|
2706 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:797
|
2707 |
msgid "Name"
|
2708 |
msgstr ""
|
2709 |
|
2710 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:12
|
2711 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:29
|
2712 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:816
|
2713 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:983
|
2714 |
+
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:125
|
2715 |
msgid "Description"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:13
|
2719 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:28
|
2720 |
msgid "Enabled"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-page-checkboxes.php:14
|
2724 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:853
|
2725 |
msgid "Mandatory"
|
2726 |
msgstr ""
|
2727 |
|
2746 |
msgid "Adapt your WooCommerce installation to the german market with Germanized."
|
2747 |
msgstr ""
|
2748 |
|
2749 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:51
|
2750 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:96
|
2751 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:97
|
2752 |
msgid "Install"
|
2753 |
msgstr ""
|
2754 |
|
2755 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:80
|
2756 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:81
|
2757 |
msgid "Find out more"
|
2758 |
msgstr ""
|
2759 |
|
2761 |
msgid "How to"
|
2762 |
msgstr ""
|
2763 |
|
2764 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:89
|
2765 |
+
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:90
|
2766 |
msgid "Manage settings"
|
2767 |
msgstr ""
|
2768 |
|
2801 |
msgid "Get System Report"
|
2802 |
msgstr ""
|
2803 |
|
2804 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:17
|
2805 |
+
#: woocommerce-germanized/includes/admin/views/setup/encrypt.php:20
|
2806 |
msgid "Copied!"
|
2807 |
msgstr ""
|
2808 |
|
2901 |
msgid "Renew VAT Rates"
|
2902 |
msgstr ""
|
2903 |
|
2904 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:214
|
2905 |
+
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:217
|
2906 |
msgid "Disable notices"
|
2907 |
msgstr ""
|
2908 |
|
3051 |
msgid "Configure Germanized to your needs. You can always adjust these settings later on."
|
3052 |
msgstr ""
|
3053 |
|
3054 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-allergenic-controller.php:73
|
3055 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-nutrients-controller.php:87
|
3056 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-product-deposit-types-controller.php:76
|
3057 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:75
|
3058 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:75
|
3059 |
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:75
|
3060 |
msgid "Unique identifier for the resource."
|
3061 |
msgstr ""
|
3062 |
|
3063 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-allergenic-controller.php:79
|
3064 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-product-deposit-types-controller.php:82
|
3065 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:81
|
3066 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:81
|
3067 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:81
|
3068 |
msgid "Resource name."
|
3069 |
msgstr ""
|
3070 |
|
3071 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-allergenic-controller.php:87
|
3072 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-nutrients-controller.php:107
|
3073 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-product-deposit-types-controller.php:90
|
3074 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:89
|
3075 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:89
|
3076 |
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:89
|
3077 |
msgid "An alphanumeric identifier for the resource unique to its type."
|
3078 |
msgstr ""
|
3079 |
|
3080 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-allergenic-controller.php:95
|
3081 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-product-deposit-types-controller.php:98
|
3082 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:97
|
3083 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:97
|
3084 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:97
|
3085 |
msgid "HTML description of the resource."
|
3086 |
msgstr ""
|
3087 |
|
3088 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:145
|
3089 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:158
|
3090 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:149
|
3091 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:162
|
3092 |
msgid "Formatted title"
|
3093 |
msgstr ""
|
3094 |
|
3096 |
msgid "Has been activated via DOI?"
|
3097 |
msgstr ""
|
3098 |
|
3099 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:174
|
3100 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:176
|
3101 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:39
|
3102 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:979
|
3103 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/views/html-export.php:30
|
3104 |
msgid "Direct Debit"
|
3105 |
msgstr ""
|
3106 |
|
3107 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:179
|
3108 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:181
|
3109 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:98
|
3110 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:134
|
3111 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:187
|
3112 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:121
|
3113 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:644
|
3114 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1005
|
3115 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1140
|
3116 |
msgid "Account Holder"
|
3117 |
msgstr ""
|
3118 |
|
3119 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:184
|
3120 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:186
|
3121 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:99
|
3122 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:135
|
3123 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:188
|
3124 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:128
|
3125 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:645
|
3126 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1013
|
3127 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1144
|
3128 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1272
|
3129 |
msgid "IBAN"
|
3130 |
msgstr ""
|
3131 |
|
3132 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:189
|
3133 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:191
|
3134 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:100
|
3135 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:136
|
3136 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:189
|
3137 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:135
|
3138 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:646
|
3139 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1148
|
3140 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:1273
|
3141 |
msgid "BIC/SWIFT"
|
3142 |
msgstr ""
|
3143 |
|
3177 |
msgid "Parcel Delivery Data Transfer"
|
3178 |
msgstr ""
|
3179 |
|
3180 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:196
|
3181 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:142
|
3182 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:650
|
3183 |
msgid "Mandate Reference ID"
|
3184 |
msgstr ""
|
3185 |
|
3186 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-product-deposit-types-controller.php:106
|
3187 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-delivery-times-v1-controller.php:105
|
3188 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-price-labels-v1-controller.php:105
|
3189 |
+
#: woocommerce-germanized/includes/api/v1/class-wc-gzd-rest-product-units-v1-controller.php:105
|
3190 |
msgid "Number of published products for the resource."
|
3191 |
msgstr ""
|
3192 |
|
3202 |
msgid "The current deposit amount."
|
3203 |
msgstr ""
|
3204 |
|
3205 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:48
|
3206 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:80
|
3207 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:451
|
3208 |
msgid "Delivery Time ID"
|
3209 |
msgstr ""
|
3210 |
|
3211 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:53
|
3212 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:85
|
3213 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:456
|
3214 |
msgid "Delivery Time Name"
|
3215 |
msgstr ""
|
3216 |
|
3217 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:59
|
3218 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:96
|
3219 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:462
|
3220 |
msgid "Delivery Time Slug"
|
3221 |
msgstr ""
|
3222 |
|
3223 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:64
|
3224 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:101
|
3225 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:467
|
3226 |
msgid "Delivery Time HTML"
|
3227 |
msgstr ""
|
3228 |
|
3229 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:73
|
3230 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:181
|
3231 |
msgid "Country specific delivery times"
|
3232 |
msgstr ""
|
3233 |
|
3235 |
msgid "ISO code of the country."
|
3236 |
msgstr ""
|
3237 |
|
3238 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:111
|
3239 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:134
|
3240 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:475
|
3241 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:498
|
3242 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:161
|
3243 |
msgid "Price Label"
|
3244 |
msgstr ""
|
3245 |
|
3246 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:116
|
3247 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:139
|
3248 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:480
|
3249 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:503
|
3250 |
msgid "Price Label ID"
|
3251 |
msgstr ""
|
3252 |
|
3253 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:121
|
3254 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:144
|
3255 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:485
|
3256 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:508
|
3257 |
msgid "Price Label Name"
|
3258 |
msgstr ""
|
3259 |
|
3260 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:127
|
3261 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:150
|
3262 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:491
|
3263 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:514
|
3264 |
msgid "Price Label Slug"
|
3265 |
msgstr ""
|
3266 |
|
3276 |
msgid "Unit Slug"
|
3277 |
msgstr ""
|
3278 |
|
3279 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:185
|
3280 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:575
|
3281 |
msgid "Unit Base"
|
3282 |
msgstr ""
|
3283 |
|
3284 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:190
|
3285 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:580
|
3286 |
msgid "Unit Product"
|
3287 |
msgstr ""
|
3288 |
|
3289 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:195
|
3290 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:585
|
3291 |
msgid "Unit Auto Calculation"
|
3292 |
msgstr ""
|
3293 |
|
3294 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:201
|
3295 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:591
|
3296 |
msgid "Current Unit Price"
|
3297 |
msgstr ""
|
3298 |
|
3299 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:206
|
3300 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:596
|
3301 |
msgid "Unit Regular Price"
|
3302 |
msgstr ""
|
3303 |
|
3304 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:211
|
3305 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:601
|
3306 |
msgid "Unit Sale Price"
|
3307 |
msgstr ""
|
3308 |
|
3309 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:216
|
3310 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:606
|
3311 |
msgid "Unit Price HTML"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:224
|
3315 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:539
|
3316 |
msgid "Small Cart Product Description"
|
3317 |
msgstr ""
|
3318 |
|
3320 |
msgid "Deactivate the hint for additional shipping costs"
|
3321 |
msgstr ""
|
3322 |
|
3323 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:240
|
3324 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:549
|
3325 |
msgid "Age verification minimum age."
|
3326 |
msgstr ""
|
3327 |
|
3328 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:247
|
3329 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:555
|
3330 |
msgid "Warranty attachment id (PDF)"
|
3331 |
msgstr ""
|
3332 |
|
3333 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:265
|
3334 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:521
|
3335 |
msgid "Whether this product is a service or not"
|
3336 |
msgstr ""
|
3337 |
|
3338 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:271
|
3339 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:527
|
3340 |
msgid "Whether this product is a used good or not"
|
3341 |
msgstr ""
|
3342 |
|
3343 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:277
|
3344 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:533
|
3345 |
msgid "Whether this product is a defective copy or not"
|
3346 |
msgstr ""
|
3347 |
|
3381 |
msgid "Nutrient reference value"
|
3382 |
msgstr ""
|
3383 |
|
3384 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:349
|
3385 |
+
#: woocommerce-germanized/includes/class-wc-gzd-food-helper.php:45
|
3386 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-nutri-score.php:10
|
3387 |
msgid "Nutri-Score"
|
3388 |
msgstr ""
|
3389 |
|
3390 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:358
|
3391 |
+
#: woocommerce-germanized/includes/class-wc-gzd-food-helper.php:43
|
3392 |
msgid "Drained weight"
|
3393 |
msgstr ""
|
3394 |
|
3395 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:363
|
3396 |
+
#: woocommerce-germanized/includes/class-wc-gzd-food-helper.php:44
|
3397 |
msgid "Net filling quantity"
|
3398 |
msgstr ""
|
3399 |
|
3400 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:368
|
3401 |
+
#: woocommerce-germanized/includes/class-wc-gzd-food-helper.php:42
|
3402 |
msgid "Alcohol content"
|
3403 |
msgstr ""
|
3404 |
|
3405 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:373
|
3406 |
+
#: woocommerce-germanized/includes/class-wc-gzd-food-helper.php:40
|
3407 |
msgctxt "food"
|
3408 |
msgid "Distributor"
|
3409 |
msgstr ""
|
3410 |
|
3411 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:381
|
3412 |
+
#: woocommerce-germanized/includes/class-wc-gzd-food-helper.php:41
|
3413 |
msgctxt "food"
|
3414 |
msgid "Place of origin"
|
3415 |
msgstr ""
|
3416 |
|
3417 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:389
|
3418 |
+
#: woocommerce-germanized/includes/class-wc-gzd-food-helper.php:39
|
3419 |
msgctxt "food"
|
3420 |
msgid "Description"
|
3421 |
msgstr ""
|
3444 |
msgid "Allergen term id"
|
3445 |
msgstr ""
|
3446 |
|
3447 |
+
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-products-controller.php:432
|
3448 |
+
#: woocommerce-germanized/includes/class-wc-gzd-food-helper.php:36
|
3449 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-ingredients.php:10
|
3450 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:698
|
3451 |
msgid "Ingredients"
|
3452 |
msgstr ""
|
3453 |
|
3476 |
msgid "Thank you. We have received your Revocation Request. You will receive a conformation email within a few minutes."
|
3477 |
msgstr ""
|
3478 |
|
3479 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:182
|
3480 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:188
|
3481 |
msgid "Please check the street field and make sure to provide a valid street number."
|
3482 |
msgstr ""
|
3483 |
|
3489 |
msgid "Sorry, but normal products cannot be purchased together with differential taxed products at the same time."
|
3490 |
msgstr ""
|
3491 |
|
3492 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1077
|
3493 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:51
|
3494 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:731
|
3495 |
msgid "Mr."
|
3496 |
msgstr ""
|
3497 |
|
3519 |
msgid "%1$d update functions completed. Database version is %2$s"
|
3520 |
msgstr ""
|
3521 |
|
3522 |
+
#: woocommerce-germanized/includes/class-wc-gzd-coupon-helper.php:694
|
3523 |
+
#: woocommerce-germanized/woocommerce-germanized.php:1236
|
3524 |
#, php-format
|
3525 |
msgid "Voucher: %1$s"
|
3526 |
msgstr ""
|
3534 |
msgid "Whether or not this coupon is a voucher which has been sold to a customer without VAT and needs to be taxed as soon as the customer redeems the voucher. Find more information <a href=\"%s\" target=\"_blank\">here</a>."
|
3535 |
msgstr ""
|
3536 |
|
3537 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:166
|
3538 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:237
|
3539 |
+
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:348
|
3540 |
msgid "Please activate your account through clicking on the activation link received via email."
|
3541 |
msgstr ""
|
3542 |
|
3668 |
msgid "E"
|
3669 |
msgstr ""
|
3670 |
|
3671 |
+
#: woocommerce-germanized/includes/class-wc-gzd-food-helper.php:37
|
3672 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-nutrients.php:10
|
3673 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:182
|
3674 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:706
|
3675 |
msgid "Nutrients"
|
3676 |
msgstr ""
|
3677 |
|
3678 |
+
#: woocommerce-germanized/includes/class-wc-gzd-food-helper.php:38
|
3679 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/class-wc-gzd-elementor-widget-product-allergenic.php:10
|
3680 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:702
|
3681 |
msgid "Allergenic"
|
3682 |
msgstr ""
|
3683 |
|
3732 |
msgid "Other Vitamins & Minerals"
|
3733 |
msgstr ""
|
3734 |
|
3735 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:170
|
3736 |
msgid "Please install WooCommerce before installing WooCommerce Germanized. Thank you!"
|
3737 |
msgstr ""
|
3738 |
|
3739 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:518
|
3740 |
msgctxt "Page slug"
|
3741 |
msgid "data-security"
|
3742 |
msgstr ""
|
3743 |
|
3744 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:519
|
3745 |
msgctxt "Page title"
|
3746 |
msgid "Privacy Policy"
|
3747 |
msgstr ""
|
3748 |
|
3749 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:523
|
3750 |
msgctxt "Page slug"
|
3751 |
msgid "imprint"
|
3752 |
msgstr ""
|
3753 |
|
3754 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:524
|
3755 |
msgctxt "Page title"
|
3756 |
msgid "Imprint"
|
3757 |
msgstr ""
|
3758 |
|
3759 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:528
|
3760 |
msgctxt "Page slug"
|
3761 |
msgid "terms"
|
3762 |
msgstr ""
|
3763 |
|
3764 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:529
|
3765 |
msgctxt "Page title"
|
3766 |
msgid "Terms & Conditions"
|
3767 |
msgstr ""
|
3768 |
|
3769 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:533
|
3770 |
msgctxt "Page slug"
|
3771 |
msgid "revocation"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:534
|
3775 |
msgctxt "Page title"
|
3776 |
msgid "Cancellation Policy"
|
3777 |
msgstr ""
|
3778 |
|
3779 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:538
|
3780 |
msgctxt "Page slug"
|
3781 |
msgid "shipping-methods"
|
3782 |
msgstr ""
|
3783 |
|
3784 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:539
|
3785 |
msgctxt "Page title"
|
3786 |
msgid "Shipping Methods"
|
3787 |
msgstr ""
|
3788 |
|
3789 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:543
|
3790 |
msgctxt "Page slug"
|
3791 |
msgid "payment-methods"
|
3792 |
msgstr ""
|
3793 |
|
3794 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:544
|
3795 |
msgctxt "Page title"
|
3796 |
msgid "Payment Methods"
|
3797 |
msgstr ""
|
3798 |
|
3799 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:548
|
3800 |
+
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-3.9.3.php:15
|
3801 |
msgctxt "Page slug"
|
3802 |
msgid "review-authenticity"
|
3803 |
msgstr ""
|
3804 |
|
3805 |
+
#: woocommerce-germanized/includes/class-wc-gzd-install.php:549
|
3806 |
+
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-3.9.3.php:16
|
3807 |
msgctxt "Page title"
|
3808 |
msgid "Review Authenticity"
|
3809 |
msgstr ""
|
3824 |
msgid "General legal checkbox which shall include terms and cancellation policy."
|
3825 |
msgstr ""
|
3826 |
|
3827 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:155
|
3828 |
+
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:24
|
3829 |
msgid "For digital products: I strongly agree that the execution of the agreement starts before the revocation period has expired. I am aware that my right of withdrawal ceases with the beginning of the agreement."
|
3830 |
msgstr ""
|
3831 |
|
3832 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:156
|
3833 |
+
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:25
|
3834 |
msgid "To retrieve direct access to digital content you have to agree to the loss of your right of withdrawal."
|
3835 |
msgstr ""
|
3836 |
|
3842 |
msgid "Asks the customer to skip revocation period for digital products."
|
3843 |
msgstr ""
|
3844 |
|
3845 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:175
|
3846 |
+
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:31
|
3847 |
msgid "For services: I demand and acknowledge the immediate performance of the service before the expiration of the withdrawal period. I acknowledge that thereby I lose my right to cancel once the service has begun."
|
3848 |
msgstr ""
|
3849 |
|
3850 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:176
|
3851 |
+
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:32
|
3852 |
msgid "To allow the immediate performance of the services you have to agree to the loss of your right of withdrawal."
|
3853 |
msgstr ""
|
3854 |
|
3856 |
msgid "Asks the customer to skip revocation period for services."
|
3857 |
msgstr ""
|
3858 |
|
3859 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:194
|
3860 |
+
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:40
|
3861 |
msgid "Yes, I would like to be reminded via E-mail about parcel delivery ({shipping_method_title}). Your E-mail Address will only be transferred to our parcel service provider for that particular reason."
|
3862 |
msgstr ""
|
3863 |
|
3885 |
msgid "Asks the customer to confirm a minimum age."
|
3886 |
msgstr ""
|
3887 |
|
3888 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:238
|
3889 |
+
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:44
|
3890 |
msgid "Yes, I’d like create a new account and have read and understood the {data_security_link}data privacy statement{/data_security_link}."
|
3891 |
msgstr ""
|
3892 |
|
3910 |
msgid "Please accept the direct debit mandate."
|
3911 |
msgstr ""
|
3912 |
|
3913 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:295
|
3914 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:221
|
3915 |
msgid "SEPA"
|
3916 |
msgstr ""
|
3917 |
|
3978 |
msgid "Checkbox with name %s does already exist."
|
3979 |
msgstr ""
|
3980 |
|
3981 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:346
|
3982 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:366
|
3983 |
#, php-format
|
3984 |
msgid "%s is a mandatory field."
|
3985 |
msgstr ""
|
4008 |
msgid "Choose a label to be inserted next to the checkbox."
|
4009 |
msgstr ""
|
4010 |
|
4011 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:830
|
4012 |
+
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox.php:840
|
4013 |
#, php-format
|
4014 |
msgid "You may use one of the following placeholders within the text: %s"
|
4015 |
msgstr ""
|
4047 |
msgid "%s payment charge"
|
4048 |
msgstr ""
|
4049 |
|
4050 |
+
#: woocommerce-germanized/includes/class-wc-gzd-payment-gateways.php:161
|
4051 |
+
#: woocommerce-germanized/includes/wc-gzd-order-functions.php:35
|
4052 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:847
|
4053 |
#, php-format
|
4054 |
msgid "Plus %s forwarding fee (charged by the transport agent)"
|
4055 |
msgstr ""
|
4082 |
msgid "Payment charge"
|
4083 |
msgstr ""
|
4084 |
|
4085 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:52
|
4086 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:54
|
4087 |
msgid "Product Delivery Times"
|
4088 |
msgstr ""
|
4089 |
|
4120 |
msgid "New Product Delivery Time Name"
|
4121 |
msgstr ""
|
4122 |
|
4123 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:105
|
4124 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:107
|
4125 |
msgid "Units"
|
4126 |
msgstr ""
|
4127 |
|
4154 |
msgid "New Unit Name"
|
4155 |
msgstr ""
|
4156 |
|
4157 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:158
|
4158 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:160
|
4159 |
msgid "Price Labels"
|
4160 |
msgstr ""
|
4161 |
|
4188 |
msgid "New Price Label Name"
|
4189 |
msgstr ""
|
4190 |
|
4191 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:209
|
4192 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:211
|
4193 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:212
|
4194 |
msgid "Product Deposit Types"
|
4195 |
msgstr ""
|
4196 |
|
4223 |
msgid "New Deposit Type Name"
|
4224 |
msgstr ""
|
4225 |
|
4226 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:259
|
4227 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:261
|
4228 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:262
|
4229 |
msgid "Product Nutrients"
|
4230 |
msgstr ""
|
4231 |
|
4266 |
msgid "New Nutrient Name"
|
4267 |
msgstr ""
|
4268 |
|
4269 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:312
|
4270 |
+
#: woocommerce-germanized/includes/class-wc-gzd-post-types.php:314
|
4271 |
msgid "Product Allergenic"
|
4272 |
msgstr ""
|
4273 |
|
4304 |
msgid "New Allergen Name"
|
4305 |
msgstr ""
|
4306 |
|
4307 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:95
|
4308 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:133
|
4309 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:184
|
4310 |
msgid "Postnumber"
|
4311 |
msgstr ""
|
4312 |
|
4313 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:96
|
4314 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:185
|
4315 |
msgid "Billing Title"
|
4316 |
msgstr ""
|
4317 |
|
4318 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:97
|
4319 |
+
#: woocommerce-germanized/includes/class-wc-gzd-privacy.php:186
|
4320 |
msgid "Shipping Title"
|
4321 |
msgstr ""
|
4322 |
|
4376 |
msgid "Title"
|
4377 |
msgstr ""
|
4378 |
|
4379 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
4380 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:732
|
4381 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:753
|
4382 |
msgid "Ms."
|
4383 |
msgstr ""
|
4384 |
|
4457 |
msgid "Sale price labels used to mark old prices (e.g. Recommended Retail Price)"
|
4458 |
msgstr ""
|
4459 |
|
4460 |
+
#: woocommerce-germanized/includes/compatibility/elementor/widgets/abstact-class-wc-gzd-elementor-widget.php:72
|
4461 |
#, php-format
|
4462 |
msgid "Upgrade to WooCommerce Germanized Pro to use your our custom Elementor Widgets. %s"
|
4463 |
msgstr ""
|
4503 |
msgid "Available placeholders: %s"
|
4504 |
msgstr ""
|
4505 |
|
4506 |
+
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-cancelled-order.php:208
|
4507 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:970
|
4508 |
+
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:112
|
4509 |
msgid "Enable/Disable"
|
4510 |
msgstr ""
|
4511 |
|
4609 |
msgid "Email being sent if a customer fills out the form of withdrawal."
|
4610 |
msgstr ""
|
4611 |
|
4612 |
+
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:53
|
4613 |
+
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-revocation.php:63
|
4614 |
msgid "Your revocation"
|
4615 |
msgstr ""
|
4616 |
|
4622 |
msgid "Insert the email address of your shop manager here. A copy of the withdrawal confirmation email is being sent to this address."
|
4623 |
msgstr ""
|
4624 |
|
4625 |
+
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-sepa-direct-debit-mandate.php:32
|
4626 |
+
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-sepa-direct-debit-mandate.php:58
|
4627 |
+
#: woocommerce-germanized/includes/emails/class-wc-gzd-email-customer-sepa-direct-debit-mandate.php:68
|
4628 |
msgid "SEPA Direct Debit Mandate"
|
4629 |
msgstr ""
|
4630 |
|
4802 |
msgid "Food Distributor"
|
4803 |
msgstr ""
|
4804 |
|
4805 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:147
|
4806 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:50
|
4807 |
#, php-format
|
4808 |
msgid "Delivery Time: %s"
|
4809 |
msgstr ""
|
4810 |
|
4811 |
+
#: woocommerce-germanized/includes/export/class-wc-gzd-product-export.php:175
|
4812 |
+
#: woocommerce-germanized/includes/import/class-wc-gzd-product-import.php:51
|
4813 |
#, php-format
|
4814 |
msgid "Nutrients: %s"
|
4815 |
msgstr ""
|
4875 |
msgid "We will debit %1$s from your account by direct debit on or shortly after %2$s."
|
4876 |
msgstr ""
|
4877 |
|
4878 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:862
|
4879 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:908
|
4880 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:944
|
4881 |
msgid "a single payment"
|
4882 |
msgstr ""
|
4883 |
|
4885 |
msgid "Enable Direct Debit Payment"
|
4886 |
msgstr ""
|
4887 |
|
4888 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:976
|
4889 |
+
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:118
|
4890 |
msgctxt "gateway"
|
4891 |
msgid "Title"
|
4892 |
msgstr ""
|
4893 |
|
4894 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:978
|
4895 |
+
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:120
|
4896 |
msgid "This controls the title which the user sees during checkout."
|
4897 |
msgstr ""
|
4898 |
|
4899 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:985
|
4900 |
+
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:127
|
4901 |
msgid "Payment method description that the customer will see on your checkout."
|
4902 |
msgstr ""
|
4903 |
|
4905 |
msgid "The order amount will be debited directly from your bank account."
|
4906 |
msgstr ""
|
4907 |
|
4908 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:990
|
4909 |
+
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:132
|
4910 |
msgid "Instructions"
|
4911 |
msgstr ""
|
4912 |
|
4913 |
+
#: woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:992
|
4914 |
+
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:134
|
4915 |
msgid "Instructions that will be added to the thank you page and emails."
|
4916 |
msgstr ""
|
4917 |
|
5087 |
msgid "Unpaid only"
|
5088 |
msgstr ""
|
5089 |
|
5090 |
+
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:35
|
5091 |
+
#: woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:121
|
5092 |
msgid "Pay by Invoice"
|
5093 |
msgstr ""
|
5094 |
|
5190 |
msgid "%s%% VAT"
|
5191 |
msgstr ""
|
5192 |
|
5193 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:730
|
5194 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:760
|
5195 |
msgctxt "title-option"
|
5196 |
msgid "None"
|
5197 |
msgstr ""
|
5198 |
|
5199 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:733
|
5200 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:760
|
5201 |
msgid "Mx"
|
5202 |
msgstr ""
|
5203 |
|
5204 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1014
|
5205 |
msgid "More variants available"
|
5206 |
msgstr ""
|
5207 |
|
5208 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:1423
|
5209 |
#, php-format
|
5210 |
msgctxt "defect-descriptions"
|
5211 |
msgid "%1$s (%2$s)"
|
5212 |
msgstr ""
|
5213 |
|
5214 |
+
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:592
|
5215 |
+
#: woocommerce-germanized/templates/checkout/edit-data-notice.php:25
|
5216 |
msgid "Edit Order"
|
5217 |
msgstr ""
|
5218 |
|
5224 |
msgid "Place order"
|
5225 |
msgstr ""
|
5226 |
|
5227 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:312
|
5228 |
+
#: woocommerce-germanized/packages/woocommerce-eu-tax-helper/src/Helper.php:312
|
5229 |
msgid "Reduced rate"
|
5230 |
msgstr ""
|
5231 |
|
5232 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:313
|
5233 |
+
#: woocommerce-germanized/packages/woocommerce-eu-tax-helper/src/Helper.php:313
|
5234 |
msgctxt "tax-helper-tax-class-name"
|
5235 |
msgid "Greater reduced rate"
|
5236 |
msgstr ""
|
5237 |
|
5238 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:314
|
5239 |
+
#: woocommerce-germanized/packages/woocommerce-eu-tax-helper/src/Helper.php:314
|
5240 |
msgctxt "tax-helper-tax-class-name"
|
5241 |
msgid "Super reduced rate"
|
5242 |
msgstr ""
|
5243 |
|
5244 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:718
|
5245 |
+
#: woocommerce-germanized/packages/woocommerce-eu-tax-helper/src/Helper.php:718
|
5246 |
msgctxt "tax-helper"
|
5247 |
msgid "Madeira"
|
5248 |
msgstr ""
|
5249 |
|
5250 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:725
|
5251 |
+
#: woocommerce-germanized/packages/woocommerce-eu-tax-helper/src/Helper.php:725
|
5252 |
msgctxt "tax-helper"
|
5253 |
msgid "Acores"
|
5254 |
msgstr ""
|
5255 |
|
5256 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:761
|
5257 |
+
#: woocommerce-germanized/packages/woocommerce-eu-tax-helper/src/Helper.php:761
|
5258 |
msgctxt "tax-helper"
|
5259 |
msgid "Northern Ireland"
|
5260 |
msgstr ""
|
5261 |
|
5262 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:774
|
5263 |
+
#: woocommerce-germanized/packages/woocommerce-eu-tax-helper/src/Helper.php:774
|
5264 |
msgctxt "tax-helper-rate-import"
|
5265 |
msgid "Exempt"
|
5266 |
msgstr ""
|
5267 |
|
5268 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/libs/woocommerce-eu-tax-helper/src/Helper.php:843
|
5269 |
+
#: woocommerce-germanized/packages/woocommerce-eu-tax-helper/src/Helper.php:843
|
5270 |
#, php-format
|
5271 |
msgctxt "tax-helper-rate-import"
|
5272 |
msgid "VAT %1$s %% %2$s"
|
5273 |
msgstr ""
|
5274 |
|
5275 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/one-stop-shop-woocommerce.php:44
|
5276 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/one-stop-shop-woocommerce.php:62
|
5277 |
#, php-format
|
5278 |
msgctxt "oss"
|
5279 |
msgid "Your installation of the One Stop Shop feature plugin is incomplete. Please run %1$s within the %2$s directory."
|
5280 |
msgstr ""
|
5281 |
|
5282 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:78
|
5283 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:79
|
5284 |
msgctxt "oss"
|
5285 |
msgid "Refresh VAT rates (OSS)"
|
5286 |
msgstr ""
|
5307 |
msgid "Delivery threshold reached (OSS)"
|
5308 |
msgstr ""
|
5309 |
|
5310 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:448
|
5311 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/SettingsPage.php:17
|
5312 |
msgctxt "oss"
|
5313 |
msgid "OSS"
|
5314 |
msgstr ""
|
5315 |
|
5316 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:448
|
5317 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:566
|
5318 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/SettingsPage.php:23
|
5319 |
msgctxt "oss"
|
5320 |
msgid "One Stop Shop"
|
5321 |
msgstr ""
|
5322 |
|
5323 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:469
|
5324 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:365
|
5325 |
#, php-format
|
5326 |
msgctxt "oss"
|
5327 |
msgid "Q%1$s/%2$s"
|
5328 |
msgstr ""
|
5329 |
|
5330 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:478
|
5331 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:370
|
5332 |
#, php-format
|
5333 |
msgctxt "oss"
|
5334 |
msgid "%1$s/%2$s"
|
5441 |
msgid "Not yet known"
|
5442 |
msgstr ""
|
5443 |
|
5444 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Admin.php:747
|
5445 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/ReportTable.php:39
|
5446 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/SettingsPage.php:23
|
5447 |
msgctxt "oss"
|
5448 |
msgid "Reports"
|
5449 |
msgstr ""
|
5508 |
msgid "To use the OSS for WooCommerce plugin please make sure that WooCommerce is installed and activated."
|
5509 |
msgstr ""
|
5510 |
|
5511 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Package.php:350
|
5512 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/ReportTable.php:40
|
5513 |
msgctxt "oss"
|
5514 |
msgid "Report"
|
5515 |
msgstr ""
|
5621 |
msgid "End"
|
5622 |
msgstr ""
|
5623 |
|
5624 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/ReportTable.php:356
|
5625 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/templates/emails/admin-delivery-threshold.php:25
|
5626 |
msgctxt "oss"
|
5627 |
msgid "Net total"
|
5628 |
msgstr ""
|
5629 |
|
5630 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/ReportTable.php:357
|
5631 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/templates/emails/admin-delivery-threshold.php:26
|
5632 |
msgctxt "oss"
|
5633 |
msgid "Tax total"
|
5634 |
msgstr ""
|
5744 |
msgid "Apply the same gross price for third countries too."
|
5745 |
msgstr ""
|
5746 |
|
5747 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Settings.php:138
|
5748 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Settings.php:139
|
5749 |
msgctxt "oss"
|
5750 |
msgid "Are you sure? Please backup your tax rates before proceeding."
|
5751 |
msgstr ""
|
5824 |
msgid "Learn More"
|
5825 |
msgstr ""
|
5826 |
|
5827 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:260
|
5828 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:338
|
5829 |
#, php-format
|
5830 |
msgctxt "oss"
|
5831 |
msgid "Tax class (%s)"
|
5836 |
msgid "Same as parent"
|
5837 |
msgstr ""
|
5838 |
|
5839 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:263
|
5840 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:296
|
5841 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:340
|
5842 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:374
|
5843 |
msgctxt "oss"
|
5844 |
msgid "remove"
|
5845 |
msgstr ""
|
5846 |
|
5847 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:273
|
5848 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:351
|
5849 |
msgctxt "oss"
|
5850 |
msgid "Add country specific tax class (OSS)"
|
5851 |
msgstr ""
|
5852 |
|
5853 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:280
|
5854 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:358
|
5855 |
msgctxt "oss"
|
5856 |
msgid "Select country"
|
5857 |
msgstr ""
|
5858 |
|
5859 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:305
|
5860 |
+
#: woocommerce-germanized/packages/one-stop-shop-woocommerce/src/Tax.php:315
|
5861 |
msgctxt "oss"
|
5862 |
msgid "EU-wide"
|
5863 |
msgstr ""
|
5889 |
msgid "Your OSS delivery threshold of %1$s has been reached. Please take action immediately. Visit the OSS Settings Panel (%2$s) for details."
|
5890 |
msgstr ""
|
5891 |
|
5892 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:78
|
5893 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:294
|
5894 |
msgctxt "dhl day context"
|
5895 |
msgid "None"
|
5896 |
msgstr ""
|
5945 |
msgid "Return shipment #{shipment_id} to order #{order_id}"
|
5946 |
msgstr ""
|
5947 |
|
5948 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:327
|
5949 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:945
|
5950 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1205
|
5951 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1932
|
5952 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:37
|
5953 |
msgctxt "dhl"
|
5954 |
msgid "Packstation"
|
5955 |
msgstr ""
|
5956 |
|
5957 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:328
|
5958 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:329
|
5959 |
msgctxt "dhl"
|
5960 |
msgid "Postfiliale"
|
5961 |
msgstr ""
|
5975 |
msgid "DHL Retoure Online"
|
5976 |
msgstr ""
|
5977 |
|
5978 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:787
|
5979 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:811
|
5980 |
msgctxt "dhl"
|
5981 |
msgid "DHL Paket International"
|
5982 |
msgstr ""
|
5983 |
|
5984 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:791
|
5985 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/includes/wc-gzd-dhl-core-functions.php:817
|
5986 |
msgctxt "dhl"
|
5987 |
msgid "DHL Warenpost International"
|
5988 |
msgstr ""
|
6034 |
msgid "New to DHL in Germanized? Learn how to <a href=\"%s\" target=\"_blank\">easily create DHL labels</a> to your shipments."
|
6035 |
msgstr ""
|
6036 |
|
6037 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Admin/Admin.php:133
|
6038 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:224
|
6039 |
msgctxt "dhl"
|
6040 |
msgid "Charge (€)"
|
6041 |
msgstr ""
|
6042 |
|
6043 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Admin/Admin.php:138
|
6044 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:405
|
6045 |
msgctxt "dhl"
|
6046 |
msgid "Charge Portokasse"
|
6047 |
msgstr ""
|
6048 |
|
6049 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Admin/Admin.php:140
|
6050 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:406
|
6051 |
#, php-format
|
6052 |
msgctxt "dhl"
|
6053 |
msgid "The minimum amount is %s"
|
6118 |
msgid "DHL & Post"
|
6119 |
msgstr ""
|
6120 |
|
6121 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:31
|
6122 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1365
|
6123 |
msgctxt "dhl"
|
6124 |
msgid "Monday"
|
6125 |
msgstr ""
|
6126 |
|
6127 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:32
|
6128 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1377
|
6129 |
msgctxt "dhl"
|
6130 |
msgid "Tuesday"
|
6131 |
msgstr ""
|
6132 |
|
6133 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:33
|
6134 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1388
|
6135 |
msgctxt "dhl"
|
6136 |
msgid "Wednesday"
|
6137 |
msgstr ""
|
6138 |
|
6139 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:34
|
6140 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1399
|
6141 |
msgctxt "dhl"
|
6142 |
msgid "Thursday"
|
6143 |
msgstr ""
|
6144 |
|
6145 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:35
|
6146 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1410
|
6147 |
msgctxt "dhl"
|
6148 |
msgid "Friday"
|
6149 |
msgstr ""
|
6150 |
|
6151 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php:36
|
6152 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1421
|
6153 |
msgctxt "dhl"
|
6154 |
msgid "Saturday"
|
6155 |
msgstr ""
|
6215 |
msgid "Tracked"
|
6216 |
msgstr ""
|
6217 |
|
6218 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:39
|
6219 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php:45
|
6220 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php:559
|
6221 |
msgctxt "dhl"
|
6222 |
msgid "Error while fetching label PDF"
|
6223 |
msgstr ""
|
6253 |
msgid "Internetmarke is disabled. Please enable Internetmarke."
|
6254 |
msgstr ""
|
6255 |
|
6256 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php:72
|
6257 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Soap.php:54
|
6258 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Package.php:103
|
6259 |
#, php-format
|
6260 |
msgctxt "dhl"
|
6261 |
msgid "To enable communication between your shop and DHL, the PHP <a href=\"%1$s\">SOAPClient</a> is required. Please contact your host and make sure that SOAPClient is <a href=\"%2$s\">installed</a>."
|
6324 |
msgid "Refund API could not be instantiated"
|
6325 |
msgstr ""
|
6326 |
|
6327 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php:750
|
6328 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php:404
|
6329 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php:34
|
6330 |
#, php-format
|
6331 |
msgctxt "dhl"
|
6332 |
msgid "Could not fetch shipment %d."
|
6384 |
msgid "There was an error generating the label. Please try again or consider switching to sandbox mode."
|
6385 |
msgstr ""
|
6386 |
|
6387 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php:298
|
6388 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php:160
|
6389 |
msgctxt "dhl"
|
6390 |
msgid "Error while creating and uploading the label"
|
6391 |
msgstr ""
|
6413 |
msgid "Only %1$s shipment items can be processed, your shipment has %2$s items."
|
6414 |
msgstr ""
|
6415 |
|
6416 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:65
|
6417 |
#, php-format
|
6418 |
msgctxt "dhl"
|
6419 |
msgid "Label API not available: %s"
|
6420 |
msgstr ""
|
6421 |
|
6422 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:67
|
6423 |
msgctxt "dhl"
|
6424 |
msgid "Label API not available"
|
6425 |
msgstr ""
|
6426 |
|
6427 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:88
|
6428 |
msgctxt "dhl"
|
6429 |
msgid "Parcel Finder API not available"
|
6430 |
msgstr ""
|
6431 |
|
6432 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:108
|
6433 |
msgctxt "dhl"
|
6434 |
msgid "Return API not available"
|
6435 |
msgstr ""
|
6436 |
|
6437 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:128
|
6438 |
msgctxt "dhl"
|
6439 |
msgid "Parcel API not available"
|
6440 |
msgstr ""
|
6441 |
|
6442 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:271
|
6443 |
msgctxt "dhl"
|
6444 |
msgid "Mon"
|
6445 |
msgstr ""
|
6446 |
|
6447 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:272
|
6448 |
msgctxt "dhl"
|
6449 |
msgid "Tue"
|
6450 |
msgstr ""
|
6451 |
|
6452 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:273
|
6453 |
msgctxt "dhl"
|
6454 |
msgid "Wed"
|
6455 |
msgstr ""
|
6456 |
|
6457 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:274
|
6458 |
msgctxt "dhl"
|
6459 |
msgid "Thu"
|
6460 |
msgstr ""
|
6461 |
|
6462 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:275
|
6463 |
msgctxt "dhl"
|
6464 |
msgid "Fri"
|
6465 |
msgstr ""
|
6466 |
|
6467 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:276
|
6468 |
msgctxt "dhl"
|
6469 |
msgid "Sat"
|
6470 |
msgstr ""
|
6471 |
|
6472 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Api/Paket.php:277
|
6473 |
msgctxt "dhl"
|
6474 |
msgid "Sun"
|
6475 |
msgstr ""
|
6530 |
msgid "%1$s"
|
6531 |
msgstr ""
|
6532 |
|
6533 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Label/Label.php:145
|
6534 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/Order.php:307
|
6535 |
#, php-format
|
6536 |
msgctxt "dhl time-span"
|
6537 |
msgid "%1$s-%2$s"
|
6547 |
msgid "Germany"
|
6548 |
msgstr ""
|
6549 |
|
6550 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:106
|
6551 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:958
|
6552 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:987
|
6553 |
msgctxt "dhl"
|
6554 |
msgid "Address Type"
|
6555 |
msgstr ""
|
6569 |
msgid "In case delivery to packstation is selected please fill in the corresponding DHL post number."
|
6570 |
msgstr ""
|
6571 |
|
6572 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:200
|
6573 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:635
|
6574 |
msgctxt "dhl"
|
6575 |
msgid "Invalid address type."
|
6576 |
msgstr ""
|
6577 |
|
6578 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:710
|
6579 |
#, php-format
|
6580 |
msgctxt "dhl"
|
6581 |
msgid "Please provide a valid number within the %s field."
|
6582 |
msgstr ""
|
6583 |
|
6584 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:717
|
6585 |
msgctxt "dhl"
|
6586 |
msgid "Sorry, but delivery to packstation is not available."
|
6587 |
msgstr ""
|
6588 |
|
6589 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:722
|
6590 |
msgctxt "dhl"
|
6591 |
msgid "Sorry, but delivery to parcel shops is not available."
|
6592 |
msgstr ""
|
6593 |
|
6594 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:726
|
6595 |
msgctxt "dhl"
|
6596 |
msgid "Sorry, but delivery to post offices is not available."
|
6597 |
msgstr ""
|
6598 |
|
6599 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:736
|
6600 |
#, php-format
|
6601 |
msgctxt "dhl"
|
6602 |
msgid "Please indicate shipment to %1$s by one of the following values: %2$s."
|
6603 |
msgstr ""
|
6604 |
|
6605 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:744
|
6606 |
msgctxt "dhl"
|
6607 |
msgid "Your DHL customer number (Post number) is not valid. Please check your number."
|
6608 |
msgstr ""
|
6609 |
|
6610 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:747
|
6611 |
msgctxt "dhl"
|
6612 |
msgid "Your DHL customer number (Post number) is needed to ship to a packstation."
|
6613 |
msgstr ""
|
6614 |
|
6615 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:805
|
6616 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:949
|
6617 |
msgctxt "dhl"
|
6618 |
msgid "Branch"
|
6619 |
msgstr ""
|
6620 |
|
6621 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:806
|
6622 |
msgctxt "dhl"
|
6623 |
msgid "Postnumber "
|
6624 |
msgstr ""
|
6625 |
|
6626 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:924
|
6627 |
#, php-format
|
6628 |
msgctxt "dhl"
|
6629 |
msgid "e.g. %s 456"
|
6630 |
msgstr ""
|
6631 |
|
6632 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:949
|
6633 |
msgctxt "dhl"
|
6634 |
msgid "Branches"
|
6635 |
msgstr ""
|
6636 |
|
6637 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:965
|
6638 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:998
|
6639 |
msgctxt "dhl"
|
6640 |
msgid "DHL customer number (Post number)"
|
6641 |
msgstr ""
|
6642 |
|
6643 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:975
|
6644 |
msgctxt "dhl"
|
6645 |
msgid "Regular Address"
|
6646 |
msgstr ""
|
6647 |
|
6648 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1002
|
6649 |
msgctxt "dhl"
|
6650 |
msgid "Not yet a DHL customer?"
|
6651 |
msgstr ""
|
6652 |
|
6653 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1002
|
6654 |
msgctxt "dhl"
|
6655 |
msgid "Register now"
|
6656 |
msgstr ""
|
6657 |
|
6658 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1051
|
6659 |
#, php-format
|
6660 |
msgctxt "dhl"
|
6661 |
msgid "Search %s"
|
6662 |
msgstr ""
|
6663 |
|
6664 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1159
|
6665 |
msgctxt "dhl"
|
6666 |
msgid "No DHL locations found"
|
6667 |
msgstr ""
|
6668 |
|
6669 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1178
|
6670 |
#, php-format
|
6671 |
msgctxt "dhl"
|
6672 |
msgid "There was an error while communicating with DHL. Please manually find a %1$s or %2$s."
|
6673 |
msgstr ""
|
6674 |
|
6675 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1178
|
6676 |
msgctxt "dhl"
|
6677 |
msgid "DHL location"
|
6678 |
msgstr ""
|
6679 |
|
6680 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelLocator.php:1178
|
6681 |
msgctxt "dhl"
|
6682 |
msgid "retry"
|
6683 |
msgstr ""
|
6684 |
|
6685 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:61
|
6686 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:255
|
6687 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1297
|
6688 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1888
|
6689 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:35
|
6690 |
msgctxt "dhl"
|
6691 |
msgid "Delivery day"
|
6692 |
msgstr ""
|
6696 |
msgid "Delivery time"
|
6697 |
msgstr ""
|
6698 |
|
6699 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:75
|
6700 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:270
|
6701 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1319
|
6702 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1914
|
6703 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:87
|
6704 |
msgctxt "dhl"
|
6705 |
msgid "Drop-off location"
|
6706 |
msgstr ""
|
6707 |
|
6708 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ParcelServices.php:80
|
6709 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:287
|
6710 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1328
|
6711 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:80
|
6712 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/preferred-services.php:96
|
6713 |
msgctxt "dhl"
|
6714 |
msgid "Neighbor"
|
6715 |
msgstr ""
|
6774 |
msgid "Valid address only"
|
6775 |
msgstr ""
|
6776 |
|
6777 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:220
|
6778 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1612
|
6779 |
msgctxt "dhl"
|
6780 |
msgid "GoGreen"
|
6781 |
msgstr ""
|
6800 |
msgid "Company"
|
6801 |
msgstr ""
|
6802 |
|
6803 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:335
|
6804 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:669
|
6805 |
msgctxt "dhl"
|
6806 |
msgid "Street"
|
6807 |
msgstr ""
|
6811 |
msgid "Street No"
|
6812 |
msgstr ""
|
6813 |
|
6814 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:361
|
6815 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:670
|
6816 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:26
|
6817 |
msgctxt "dhl"
|
6818 |
msgid "Postcode"
|
6819 |
msgstr ""
|
6820 |
|
6821 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:370
|
6822 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:671
|
6823 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:29
|
6824 |
msgctxt "dhl"
|
6825 |
msgid "City"
|
6826 |
msgstr ""
|
6827 |
|
6828 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:387
|
6829 |
msgctxt "dhl"
|
6830 |
msgid "Phone"
|
6831 |
msgstr ""
|
6832 |
|
6833 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:396
|
6834 |
msgctxt "dhl"
|
6835 |
msgid "Email"
|
6836 |
msgstr ""
|
6837 |
|
6838 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:415
|
6839 |
msgctxt "dhl"
|
6840 |
msgid "Age check"
|
6841 |
msgstr ""
|
6842 |
|
6843 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:431
|
6844 |
msgctxt "dhl"
|
6845 |
msgid "Retail outlet routing"
|
6846 |
msgstr ""
|
6847 |
|
6848 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:448
|
6849 |
msgctxt "dhl"
|
6850 |
msgid "No neighbor"
|
6851 |
msgstr ""
|
6852 |
|
6853 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:464
|
6854 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1644
|
6855 |
msgctxt "dhl"
|
6856 |
msgid "Named person only"
|
6857 |
msgstr ""
|
6858 |
|
6859 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:473
|
6860 |
msgctxt "dhl"
|
6861 |
msgid "Bulky goods"
|
6862 |
msgstr ""
|
6863 |
|
6864 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:482
|
6865 |
msgctxt "dhl"
|
6866 |
msgid "Identity check"
|
6867 |
msgstr ""
|
6868 |
|
6869 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:497
|
6870 |
msgctxt "dhl"
|
6871 |
msgid "Date of Birth"
|
6872 |
msgstr ""
|
6873 |
|
6874 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:511
|
6875 |
msgctxt "dhl"
|
6876 |
msgid "Minimum age"
|
6877 |
msgstr ""
|
6878 |
|
6879 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:533
|
6880 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1694
|
6881 |
msgctxt "dhl"
|
6882 |
msgid "Premium"
|
6883 |
msgstr ""
|
6884 |
|
6885 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:598
|
6886 |
msgctxt "dhl"
|
6887 |
msgid "Receiver is missing or does not exist."
|
6888 |
msgstr ""
|
6889 |
|
6890 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:676
|
6891 |
#, php-format
|
6892 |
msgctxt "dhl"
|
6893 |
msgid "%s of the return address is a mandatory field."
|
6894 |
msgstr ""
|
6895 |
|
6896 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:681
|
6897 |
msgctxt "dhl"
|
6898 |
msgid "Please either add a return company or name."
|
6899 |
msgstr ""
|
6900 |
|
6901 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:701
|
6902 |
msgctxt "dhl"
|
6903 |
msgid "Error while parsing delivery day."
|
6904 |
msgstr ""
|
6905 |
|
6906 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:728
|
6907 |
msgctxt "dhl"
|
6908 |
msgid "The visual min age check is invalid."
|
6909 |
msgstr ""
|
6910 |
|
6911 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:752
|
6912 |
msgctxt "dhl"
|
6913 |
msgid "The ident min age check is invalid."
|
6914 |
msgstr ""
|
6915 |
|
6916 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:757
|
6917 |
msgctxt "dhl"
|
6918 |
msgid "There was an error parsing the date of birth for the identity check."
|
6919 |
msgstr ""
|
6920 |
|
6921 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:762
|
6922 |
msgctxt "dhl"
|
6923 |
msgid "Either a minimum age or a date of birth must be added to the ident check."
|
6924 |
msgstr ""
|
6925 |
|
6926 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:779
|
6927 |
#, php-format
|
6928 |
msgctxt "dhl"
|
6929 |
msgid "%s duties element does not exist."
|
6930 |
msgstr ""
|
6931 |
|
6932 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1044
|
6933 |
#, php-format
|
6934 |
msgctxt "dhl"
|
6935 |
msgid "Status: %1$s"
|
6936 |
msgstr ""
|
6937 |
|
6938 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1044
|
6939 |
msgctxt "dhl"
|
6940 |
msgid "Connected"
|
6941 |
msgstr ""
|
6942 |
|
6943 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1058
|
6944 |
msgctxt "dhl"
|
6945 |
msgid "Customer Number (EKP)"
|
6946 |
msgstr ""
|
6947 |
|
6948 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1060
|
6949 |
#, php-format
|
6950 |
msgctxt "dhl"
|
6951 |
msgid "Your 10 digits DHL customer number, also called \"EKP\". Find your %s in the DHL business portal."
|
6952 |
msgstr ""
|
6953 |
|
6954 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1060
|
6955 |
msgctxt "dhl"
|
6956 |
msgid "customer number"
|
6957 |
msgstr ""
|
6958 |
|
6959 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1073
|
6960 |
msgctxt "dhl"
|
6961 |
msgid "API"
|
6962 |
msgstr ""
|
6963 |
|
6964 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1080
|
6965 |
msgctxt "dhl"
|
6966 |
msgid "Enable Sandbox"
|
6967 |
msgstr ""
|
6968 |
|
6969 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1081
|
6970 |
msgctxt "dhl"
|
6971 |
msgid "Activate Sandbox mode for testing purposes."
|
6972 |
msgstr ""
|
6973 |
|
6974 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1088
|
6975 |
msgctxt "dhl"
|
6976 |
msgid "Live Username"
|
6977 |
msgstr ""
|
6978 |
|
6979 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1090
|
6980 |
#, php-format
|
6981 |
msgctxt "dhl"
|
6982 |
msgid "Your username (<strong>not</strong> your email address) to the DHL business customer portal. Please make sure to test your access data in advance %s."
|
6983 |
msgstr ""
|
6984 |
|
6985 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1090
|
6986 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1103
|
6987 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1115
|
6988 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1127
|
6989 |
msgctxt "dhl"
|
6990 |
msgid "here"
|
6991 |
msgstr ""
|
6992 |
|
6993 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1101
|
6994 |
msgctxt "dhl"
|
6995 |
msgid "Live Password"
|
6996 |
msgstr ""
|
6997 |
|
6998 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1103
|
6999 |
#, php-format
|
7000 |
msgctxt "dhl"
|
7001 |
msgid "Your password to the DHL business customer portal. Please note the new assignment of the password to 3 (Standard User) or 12 (System User) months and make sure to test your access data in advance %s."
|
7002 |
msgstr ""
|
7003 |
|
7004 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1113
|
7005 |
msgctxt "dhl"
|
7006 |
msgid "Sandbox Username"
|
7007 |
msgstr ""
|
7008 |
|
7009 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1115
|
7010 |
#, php-format
|
7011 |
msgctxt "dhl"
|
7012 |
msgid "Your username (<strong>not</strong> your email address) to the DHL developer portal. Please make sure to test your access data in advance %s."
|
7013 |
msgstr ""
|
7014 |
|
7015 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1125
|
7016 |
msgctxt "dhl"
|
7017 |
msgid "Sandbox Password"
|
7018 |
msgstr ""
|
7019 |
|
7020 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1127
|
7021 |
#, php-format
|
7022 |
msgctxt "dhl"
|
7023 |
msgid "Your password for the DHL developer portal. Please test your access data in advance %s."
|
7024 |
msgstr ""
|
7025 |
|
7026 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1142
|
7027 |
msgctxt "dhl"
|
7028 |
msgid "Products and Participation Numbers"
|
7029 |
msgstr ""
|
7030 |
|
7031 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1165
|
7032 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1557
|
7033 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1826
|
7034 |
msgctxt "dhl"
|
7035 |
msgid "Inlay Returns"
|
7036 |
msgstr ""
|
7037 |
|
7038 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1183
|
7039 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:155
|
7040 |
msgctxt "dhl"
|
7041 |
msgid "Tracking"
|
7042 |
msgstr ""
|
7043 |
|
7044 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1206
|
7045 |
msgctxt "dhl"
|
7046 |
msgid "Enable delivery to Packstation."
|
7047 |
msgstr ""
|
7048 |
|
7049 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1207
|
7050 |
msgctxt "dhl"
|
7051 |
msgid "Let customers choose a Packstation as delivery address."
|
7052 |
msgstr ""
|
7053 |
|
7054 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1215
|
7055 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder.php:49
|
7056 |
msgctxt "dhl"
|
7057 |
msgid "Postoffice"
|
7058 |
msgstr ""
|
7059 |
|
7060 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1216
|
7061 |
msgctxt "dhl"
|
7062 |
msgid "Enable delivery to Post Offices."
|
7063 |
msgstr ""
|
7064 |
|
7065 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1217
|
7066 |
msgctxt "dhl"
|
7067 |
msgid "Let customers choose a Post Office as delivery address."
|
7068 |
msgstr ""
|
7069 |
|
7070 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1225
|
7071 |
msgctxt "dhl"
|
7072 |
msgid "Parcel Shop"
|
7073 |
msgstr ""
|
7074 |
|
7075 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1226
|
7076 |
msgctxt "dhl"
|
7077 |
msgid "Enable delivery to Parcel Shops."
|
7078 |
msgstr ""
|
7079 |
|
7080 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1227
|
7081 |
msgctxt "dhl"
|
7082 |
msgid "Let customers choose a Parcel Shop as delivery address."
|
7083 |
msgstr ""
|
7084 |
|
7085 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1235
|
7086 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1945
|
7087 |
msgctxt "dhl"
|
7088 |
msgid "Map"
|
7089 |
msgstr ""
|
7090 |
|
7091 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1236
|
7092 |
msgctxt "dhl"
|
7093 |
msgid "Let customers find a DHL location on a map."
|
7094 |
msgstr ""
|
7095 |
|
7096 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1236
|
7097 |
msgctxt "dhl"
|
7098 |
msgid "Enable this option to let your customers choose a pickup option from a map within the checkout. If this option is disabled a link to the DHL website is placed instead."
|
7099 |
msgstr ""
|
7100 |
|
7101 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1245
|
7102 |
msgctxt "dhl"
|
7103 |
msgid "Google Maps Key"
|
7104 |
msgstr ""
|
7105 |
|
7106 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1250
|
7107 |
#, php-format
|
7108 |
msgctxt "dhl"
|
7109 |
msgid "To integrate a map within your checkout you'll need a valid API key for Google Maps. You may %s."
|
7110 |
msgstr ""
|
7111 |
|
7112 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1250
|
7113 |
msgctxt "dhl"
|
7114 |
msgid "retrieve a new one"
|
7115 |
msgstr ""
|
7116 |
|
7117 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1256
|
7118 |
msgctxt "dhl"
|
7119 |
msgid "Limit results"
|
7120 |
msgstr ""
|
7121 |
|
7122 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1261
|
7123 |
msgctxt "dhl"
|
7124 |
msgid "Limit the number of DHL locations shown on the map"
|
7125 |
msgstr ""
|
7126 |
|
7127 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1298
|
7128 |
msgctxt "dhl"
|
7129 |
msgid "Enable delivery day delivery."
|
7130 |
msgstr ""
|
7131 |
|
7132 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1298
|
7133 |
msgctxt "dhl"
|
7134 |
msgid "Enabling this option will display options for the user to select their delivery day of delivery during the checkout."
|
7135 |
msgstr ""
|
7136 |
|
7137 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1306
|
7138 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1901
|
7139 |
msgctxt "dhl"
|
7140 |
msgid "Fee"
|
7141 |
msgstr ""
|
7142 |
|
7143 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1308
|
7144 |
msgctxt "dhl"
|
7145 |
msgid "Insert gross value as surcharge for delivery day delivery. Insert 0 to offer service for free."
|
7146 |
msgstr ""
|
7147 |
|
7148 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1320
|
7149 |
msgctxt "dhl"
|
7150 |
msgid "Enable drop-off location delivery."
|
7151 |
msgstr ""
|
7152 |
|
7153 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1320
|
7154 |
msgctxt "dhl"
|
7155 |
msgid "Enabling this option will display options for the user to select their preferred delivery location during the checkout."
|
7156 |
msgstr ""
|
7157 |
|
7158 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1329
|
7159 |
msgctxt "dhl"
|
7160 |
msgid "Enable delivery to a neighbor."
|
7161 |
msgstr ""
|
7162 |
|
7163 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1329
|
7164 |
msgctxt "dhl"
|
7165 |
msgid "Enabling this option will display options for the user to deliver to their preferred neighbor during the checkout."
|
7166 |
msgstr ""
|
7167 |
|
7168 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1337
|
7169 |
msgctxt "dhl"
|
7170 |
msgid "Cut-off time"
|
7171 |
msgstr ""
|
7172 |
|
7173 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1342
|
7174 |
msgctxt "dhl"
|
7175 |
msgid "The cut-off time is the latest possible order time up to which the minimum delivery day (day of order + 2 working days) can be guaranteed. As soon as the time is exceeded, the earliest delivery day displayed in the frontend will be shifted to one day later (day of order + 3 working days)."
|
7176 |
msgstr ""
|
7177 |
|
7178 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1348
|
7179 |
msgctxt "dhl"
|
7180 |
msgid "Preparation days"
|
7181 |
msgstr ""
|
7182 |
|
7183 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1353
|
7184 |
msgctxt "dhl"
|
7185 |
msgid "If you need more time to prepare your shipments you might want to add a static preparation time to the possible starting date for delivery day delivery."
|
7186 |
msgstr ""
|
7187 |
|
7188 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1364
|
7189 |
msgctxt "dhl"
|
7190 |
msgid "Exclude days of transfer"
|
7191 |
msgstr ""
|
7192 |
|
7193 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1366
|
7194 |
msgctxt "dhl"
|
7195 |
msgid "Exclude days from transferring shipments to DHL."
|
7196 |
msgstr ""
|
7197 |
|
7198 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1432
|
7199 |
msgctxt "dhl"
|
7200 |
msgid "Exclude gateways"
|
7201 |
msgstr ""
|
7202 |
|
7203 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1434
|
7204 |
msgctxt "dhl"
|
7205 |
msgid "Select payment gateways to be excluded from showing preferred services."
|
7206 |
msgstr ""
|
7207 |
|
7208 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1463
|
7209 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:261
|
7210 |
msgctxt "dhl"
|
7211 |
msgid "Products"
|
7212 |
msgstr ""
|
7213 |
|
7214 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1470
|
7215 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:280
|
7216 |
msgctxt "dhl"
|
7217 |
msgid "Domestic Default Service"
|
7218 |
msgstr ""
|
7219 |
|
7220 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1475
|
7221 |
msgctxt "dhl"
|
7222 |
msgid "Please select your default DHL shipping service for domestic shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards)."
|
7223 |
msgstr ""
|
7224 |
|
7225 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1481
|
7226 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:291
|
7227 |
msgctxt "dhl"
|
7228 |
msgid "EU Default Service"
|
7229 |
msgstr ""
|
7230 |
|
7231 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1486
|
7232 |
msgctxt "dhl"
|
7233 |
msgid "Please select your default DHL shipping service for EU shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards)."
|
7234 |
msgstr ""
|
7235 |
|
7236 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1492
|
7237 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:302
|
7238 |
msgctxt "dhl"
|
7239 |
msgid "Int. Default Service"
|
7240 |
msgstr ""
|
7241 |
|
7242 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1497
|
7243 |
msgctxt "dhl"
|
7244 |
msgid "Please select your default DHL shipping service for cross-border shipments that you want to offer to your customers (you can always change this within each individual shipment afterwards)."
|
7245 |
msgstr ""
|
7246 |
|
7247 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1503
|
7248 |
msgctxt "dhl"
|
7249 |
msgid "Default Duty"
|
7250 |
msgstr ""
|
7251 |
|
7252 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1508
|
7253 |
msgctxt "dhl"
|
7254 |
msgid "Please select a default duty type."
|
7255 |
msgstr ""
|
7256 |
|
7257 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1515
|
7258 |
msgctxt "dhl"
|
7259 |
msgid "Codeable"
|
7260 |
msgstr ""
|
7261 |
|
7262 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1516
|
7263 |
msgctxt "dhl"
|
7264 |
msgid "Generate label only if address can be automatically retrieved DHL."
|
7265 |
msgstr ""
|
7266 |
|
7267 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1522
|
7268 |
msgctxt "dhl"
|
7269 |
msgid "Choose this option if you want to make sure that by default labels are only generated for codeable addresses."
|
7270 |
msgstr ""
|
7271 |
|
7272 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1526
|
7273 |
msgctxt "dhl"
|
7274 |
msgid "Force email"
|
7275 |
msgstr ""
|
7276 |
|
7277 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1527
|
7278 |
msgctxt "dhl"
|
7279 |
msgid "Force transferring customer email to DHL."
|
7280 |
msgstr ""
|
7281 |
|
7282 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1527
|
7283 |
#, php-format
|
7284 |
msgctxt "dhl"
|
7285 |
msgid "By default the customer email address is only transferred in case explicit consent has been given via a checkbox during checkout. You may force to transfer the customer email address during label creation to make sure your customers receive <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">email notifications by DHL</a>. Make sure to check your privacy policy and seek advice by a lawyer in case of doubt."
|
7286 |
msgstr ""
|
7287 |
|
7288 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1536
|
7289 |
msgctxt "dhl"
|
7290 |
msgid "Custom shipper"
|
7291 |
msgstr ""
|
7292 |
|
7293 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1537
|
7294 |
msgctxt "dhl"
|
7295 |
msgid "Use a custom shipper address managed within your DHL business profile."
|
7296 |
msgstr ""
|
7297 |
|
7298 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1537
|
7299 |
#, php-format
|
7300 |
msgctxt "dhl"
|
7301 |
msgid "Choose this option if you want to use a <a href=\"%s\" target=\"_blank\">custom address</a> profile managed within your DHL business profile as shipper reference for your labels."
|
7302 |
msgstr ""
|
7303 |
|
7304 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1546
|
7305 |
msgctxt "dhl"
|
7306 |
msgid "Shipper reference"
|
7307 |
msgstr ""
|
7308 |
|
7309 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1547
|
7310 |
#, php-format
|
7311 |
msgctxt "dhl"
|
7312 |
msgid "Insert the <a href=\"%s\" target=\"_blank\">address reference</a> you have chosen within the DHL business portal for your custom shipper address."
|
7313 |
msgstr ""
|
7314 |
|
7315 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1558
|
7316 |
msgctxt "dhl"
|
7317 |
msgid "Additionally create inlay return labels for shipments that support returns."
|
7318 |
msgstr ""
|
7319 |
|
7320 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1577
|
7321 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1584
|
7322 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1839
|
7323 |
msgctxt "dhl"
|
7324 |
msgid "Retoure"
|
7325 |
msgstr ""
|
7326 |
|
7327 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1580
|
7328 |
#, php-format
|
7329 |
msgctxt "dhl"
|
7330 |
msgid "Adjust handling of return shipments through the DHL Retoure API. Make sure that your %s contains DHL Retoure Online."
|
7331 |
msgstr ""
|
7332 |
|
7333 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1580
|
7334 |
msgctxt "dhl"
|
7335 |
msgid "contract"
|
7336 |
msgstr ""
|
7337 |
|
7338 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1585
|
7339 |
msgctxt "dhl"
|
7340 |
msgid "Create retoure labels to return shipments."
|
7341 |
msgstr ""
|
7342 |
|
7343 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1585
|
7344 |
msgctxt "dhl"
|
7345 |
msgid "By enabling this option you might generate retoure labels for return shipments and send them to your customer via email."
|
7346 |
msgstr ""
|
7347 |
|
7348 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1605
|
7349 |
msgctxt "dhl"
|
7350 |
msgid "Default Services"
|
7351 |
msgstr ""
|
7352 |
|
7353 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1609
|
7354 |
#, php-format
|
7355 |
msgctxt "dhl"
|
7356 |
msgid "Adjust services to be added to your labels by default. Find out more about these <a href=\"%s\" target=\"_blank\">services</a>."
|
7357 |
msgstr ""
|
7358 |
|
7359 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1613
|
7360 |
msgctxt "dhl"
|
7361 |
msgid "Enable the GoGreen Service by default."
|
7362 |
msgstr ""
|
7363 |
|
7364 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1620
|
7365 |
msgctxt "dhl"
|
7366 |
msgid "Additional Insurance"
|
7367 |
msgstr ""
|
7368 |
|
7369 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1621
|
7370 |
msgctxt "dhl"
|
7371 |
msgid "Add an additional insurance to labels."
|
7372 |
msgstr ""
|
7373 |
|
7374 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1628
|
7375 |
msgctxt "dhl"
|
7376 |
msgid "Retail Outlet Routing"
|
7377 |
msgstr ""
|
7378 |
|
7379 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1629
|
7380 |
msgctxt "dhl"
|
7381 |
msgid "Send undeliverable items to nearest retail outlet instead of immediate return."
|
7382 |
msgstr ""
|
7383 |
|
7384 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1636
|
7385 |
msgctxt "dhl"
|
7386 |
msgid "No Neighbor"
|
7387 |
msgstr ""
|
7388 |
|
7389 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1637
|
7390 |
msgctxt "dhl"
|
7391 |
msgid "Do not deliver to neighbors."
|
7392 |
msgstr ""
|
7393 |
|
7394 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1645
|
7395 |
msgctxt "dhl"
|
7396 |
msgid "Do only delivery to named person."
|
7397 |
msgstr ""
|
7398 |
|
7399 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1652
|
7400 |
msgctxt "dhl"
|
7401 |
msgid "Bulky Goods"
|
7402 |
msgstr ""
|
7403 |
|
7404 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1653
|
7405 |
msgctxt "dhl"
|
7406 |
msgid "Deliver as bulky goods."
|
7407 |
msgstr ""
|
7408 |
|
7409 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1660
|
7410 |
msgctxt "dhl"
|
7411 |
msgid "Minimum age (Visual check)"
|
7412 |
msgstr ""
|
7413 |
|
7414 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1666
|
7415 |
msgctxt "dhl"
|
7416 |
msgid "Choose this option if you want to let DHL check your customer's age."
|
7417 |
msgstr ""
|
7418 |
|
7419 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1669
|
7420 |
msgctxt "dhl"
|
7421 |
msgid "Sync (Visual Check)"
|
7422 |
msgstr ""
|
7423 |
|
7424 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
|
7425 |
msgctxt "dhl"
|
7426 |
msgid "Visually verify age if shipment contains applicable items."
|
7427 |
msgstr ""
|
7428 |
|
7429 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
|
7430 |
#, php-format
|
7431 |
msgctxt "dhl"
|
7432 |
msgid "Germanized offers an %s to be enabled for certain products and/or product categories. By checking this option labels for shipments with applicable items will automatically have the visual age check service enabled."
|
7433 |
msgstr ""
|
7434 |
|
7435 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1670
|
7436 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1687
|
7437 |
msgctxt "dhl"
|
7438 |
msgid "age verification checkbox"
|
7439 |
msgstr ""
|
7440 |
|
7441 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1677
|
7442 |
msgctxt "dhl"
|
7443 |
msgid "Minimum age (Ident check)"
|
7444 |
msgstr ""
|
7445 |
|
7446 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1683
|
7447 |
msgctxt "dhl"
|
7448 |
msgid "Choose this option if you want to let DHL check your customer's identity and age."
|
7449 |
msgstr ""
|
7450 |
|
7451 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1686
|
7452 |
msgctxt "dhl"
|
7453 |
msgid "Sync (Ident Check)"
|
7454 |
msgstr ""
|
7455 |
|
7456 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1687
|
7457 |
msgctxt "dhl"
|
7458 |
msgid "Verify identity and age if shipment contains applicable items."
|
7459 |
msgstr ""
|
7460 |
|
7461 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1687
|
7462 |
#, php-format
|
7463 |
msgctxt "dhl"
|
7464 |
msgid "Germanized offers an %s to be enabled for certain products and/or product categories. By checking this option labels for shipments with applicable items will automatically have the identity check service enabled."
|
7465 |
msgstr ""
|
7466 |
|
7467 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1695
|
7468 |
msgctxt "dhl"
|
7469 |
msgid "Premium delivery for international shipments."
|
7470 |
msgstr ""
|
7471 |
|
7472 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1707
|
7473 |
msgctxt "dhl"
|
7474 |
msgid "Bank Account"
|
7475 |
msgstr ""
|
7476 |
|
7477 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1710
|
7478 |
msgctxt "dhl"
|
7479 |
msgid "Enter your bank details needed for services that use COD."
|
7480 |
msgstr ""
|
7481 |
|
7482 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1714
|
7483 |
msgctxt "dhl"
|
7484 |
msgid "Holder"
|
7485 |
msgstr ""
|
7486 |
|
7487 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1722
|
7488 |
msgctxt "dhl"
|
7489 |
msgid "Bank Name"
|
7490 |
msgstr ""
|
7491 |
|
7492 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1730
|
7493 |
msgctxt "dhl"
|
7494 |
msgid "IBAN"
|
7495 |
msgstr ""
|
7496 |
|
7497 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1738
|
7498 |
msgctxt "dhl"
|
7499 |
msgid "BIC"
|
7500 |
msgstr ""
|
7501 |
|
7502 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1746
|
7503 |
msgctxt "dhl"
|
7504 |
msgid "Payment Reference"
|
7505 |
msgstr ""
|
7506 |
|
7507 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1751
|
7508 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1761
|
7509 |
#, php-format
|
7510 |
msgctxt "dhl"
|
7511 |
msgid "Use these placeholders to add info to the payment reference: %s. This text is limited to 35 characters."
|
7512 |
msgstr ""
|
7513 |
|
7514 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1756
|
7515 |
msgctxt "dhl"
|
7516 |
msgid "Payment Reference 2"
|
7517 |
msgstr ""
|
7518 |
|
7519 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1795
|
7520 |
msgctxt "dhl"
|
7521 |
msgid "Customer Number"
|
7522 |
msgstr ""
|
7523 |
|
7524 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1795
|
7525 |
msgctxt "dhl"
|
7526 |
msgid "Insert your DHL business customer number (EKP) here. If you are not yet a business customer you might want to create a new account first."
|
7527 |
msgstr ""
|
7528 |
|
7529 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1808
|
7530 |
msgctxt "dhl"
|
7531 |
msgid "API Access"
|
7532 |
msgstr ""
|
7533 |
|
7534 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1808
|
7535 |
msgctxt "dhl"
|
7536 |
msgid "To create labels and embed DHL services, our software needs access to the API. You will need to fill out the username and password fields accordingly."
|
7537 |
msgstr ""
|
7538 |
|
7539 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1826
|
7540 |
msgctxt "dhl"
|
7541 |
msgid "If you want to provide your customers with inlay return labels for your shipments you might enable this feature by default here."
|
7542 |
msgstr ""
|
7543 |
|
7544 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1839
|
7545 |
msgctxt "dhl"
|
7546 |
msgid "If you want to create DHL labels to returns you should activate this feature. Make sure that you have DHL Online Retoure activated in your contract."
|
7547 |
msgstr ""
|
7548 |
|
7549 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1852
|
7550 |
msgctxt "dhl"
|
7551 |
msgid "Age verification"
|
7552 |
msgstr ""
|
7553 |
|
7554 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1852
|
7555 |
msgctxt "dhl"
|
7556 |
msgid "Use this feature to sync the Germanized age verification checkbox with the DHL visual minimum age verification service. As soon as applicable products are contained within the shipment, the service will be booked by default."
|
7557 |
msgstr ""
|
7558 |
|
7559 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1870
|
7560 |
msgctxt "dhl"
|
7561 |
msgid "Automation"
|
7562 |
msgstr ""
|
7563 |
|
7564 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1870
|
7565 |
msgctxt "dhl"
|
7566 |
msgid "You might want to save some time and let Germanized generate labels automatically as soon as a shipment switches to a certain status."
|
7567 |
msgstr ""
|
7568 |
|
7569 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1888
|
7570 |
msgctxt "dhl"
|
7571 |
msgid "Let your customers choose a delivery day (if the service is available at the customer's location) of delivery within your checkout."
|
7572 |
msgstr ""
|
7573 |
|
7574 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1901
|
7575 |
msgctxt "dhl"
|
7576 |
msgid "Optionally charge your customers an additional fee for preferred services like delivery day."
|
7577 |
msgstr ""
|
7578 |
|
7579 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1914
|
7580 |
msgctxt "dhl"
|
7581 |
msgid "Allow your customers to send their parcels to a drop-off location e.g. a neighbor. This service is free of charge for DHL shipments."
|
7582 |
msgstr ""
|
7583 |
|
7584 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1932
|
7585 |
msgctxt "dhl"
|
7586 |
msgid "Allow your customers to choose packstation (and/or other DHL location types as configured below) as shipping address."
|
7587 |
msgstr ""
|
7588 |
|
7589 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php:1945
|
7590 |
msgctxt "dhl"
|
7591 |
msgid "This option adds a map overlay view to let your customers choose a DHL location from a map nearby. You'll need a valid Google Maps API key to enable the map view."
|
7592 |
msgstr ""
|
7694 |
msgid "Adjust the print Y-axis start column for the label."
|
7695 |
msgstr ""
|
7696 |
|
7697 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:470
|
7698 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:710
|
7699 |
#, php-format
|
7700 |
msgctxt "dhl"
|
7701 |
msgid "Sorry but none of your selected <a href=\"%s\">Deutsche Post Products</a> is available for this shipment. Please verify your shipment data (e.g. weight) and try again."
|
7742 |
msgid "Handicap Accessible"
|
7743 |
msgstr ""
|
7744 |
|
7745 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder-result.php:40
|
7746 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder-result.php:41
|
7747 |
msgctxt "dhl"
|
7748 |
msgid "Yes"
|
7749 |
msgstr ""
|
7750 |
|
7751 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder-result.php:40
|
7752 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/templates/checkout/dhl/parcel-finder-result.php:41
|
7753 |
msgctxt "dhl"
|
7754 |
msgid "No"
|
7755 |
msgstr ""
|
7850 |
msgid "Street, number, postal code, city"
|
7851 |
msgstr ""
|
7852 |
|
7853 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php:40
|
7854 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php:58
|
7855 |
#, php-format
|
7856 |
msgctxt "dhl"
|
7857 |
msgid "Your installation of the Germanized DHL feature plugin is incomplete. Please run %1$s within the %2$s directory."
|
7874 |
msgid "LxWxH in decimal form."
|
7875 |
msgstr ""
|
7876 |
|
7877 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:51
|
7878 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:419
|
7879 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:695
|
7880 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:93
|
7881 |
msgctxt "shipments"
|
7882 |
msgid "Packaging"
|
7883 |
msgstr ""
|
7884 |
|
7885 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:59
|
7886 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1158
|
7887 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:25
|
7888 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:692
|
7889 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:247
|
7890 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:280
|
7891 |
msgctxt "shipments"
|
7892 |
msgid "Status"
|
7927 |
msgid "Add Item"
|
7928 |
msgstr ""
|
7929 |
|
7930 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:194
|
7931 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:45
|
7932 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:306
|
7933 |
msgctxt "shipments"
|
7934 |
msgid "Item"
|
7935 |
msgstr ""
|
7936 |
|
7937 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:195
|
7938 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:46
|
7939 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:311
|
7940 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:55
|
7941 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:35
|
7942 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/shipment/shipment-details.php:60
|
7943 |
msgctxt "shipments"
|
7944 |
msgid "Quantity"
|
7945 |
msgstr ""
|
7946 |
|
7947 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:213
|
7948 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:55
|
7949 |
msgctxt "shipments"
|
7950 |
msgid "Add"
|
7951 |
msgstr ""
|
7970 |
msgid "Confirm the return request to the customer. The customer receives an email notification possibly containing return instructions."
|
7971 |
msgstr ""
|
7972 |
|
7973 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-content.php:240
|
7974 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:67
|
7975 |
msgctxt "shipments"
|
7976 |
msgid "Confirm return request"
|
7977 |
msgstr ""
|
7990 |
msgstr[0] ""
|
7991 |
msgstr[1] ""
|
7992 |
|
7993 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-item.php:28
|
7994 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/shipment/add-return-shipment-item.php:60
|
7995 |
msgctxt "shipments return reason"
|
7996 |
msgid "None"
|
7997 |
msgstr ""
|
7998 |
|
7999 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-item.php:41
|
8000 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:26
|
8001 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:38
|
8002 |
msgctxt "shipments"
|
8003 |
msgid "Delete"
|
8004 |
msgstr ""
|
8005 |
|
8006 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-list.php:24
|
8007 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:86
|
8008 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:293
|
8009 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:798
|
8010 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:919
|
8011 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:71
|
8012 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:182
|
8013 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:272
|
8014 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/myaccount/order-shipments.php:41
|
8015 |
msgctxt "shipments"
|
8016 |
msgid "Returns"
|
8017 |
msgstr ""
|
8018 |
|
8019 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipment-packaging-select.php:17
|
8020 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-packaging-functions.php:52
|
8021 |
msgctxt "shipments-packaging"
|
8022 |
msgid "None"
|
8023 |
msgstr ""
|
8033 |
msgid "%1$s #%2$s"
|
8034 |
msgstr ""
|
8035 |
|
8036 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-order-shipments.php:19
|
8037 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:79
|
8038 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:797
|
8039 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:885
|
8040 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:952
|
8041 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/myaccount/order-shipments.php:20
|
8042 |
msgctxt "shipments"
|
8043 |
msgid "Shipments"
|
8063 |
msgid "Save"
|
8064 |
msgstr ""
|
8065 |
|
8066 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
8067 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:23
|
8068 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:690
|
8069 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:804
|
8070 |
msgctxt "shipments"
|
8071 |
msgid "Title"
|
8072 |
msgstr ""
|
8073 |
|
8074 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
|
8075 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:636
|
8076 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:813
|
8077 |
msgctxt "shipments"
|
8078 |
msgid "Description"
|
8079 |
msgstr ""
|
8093 |
msgid "Yes"
|
8094 |
msgstr ""
|
8095 |
|
8096 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:52
|
8097 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:53
|
8098 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:55
|
8099 |
msgctxt "shipments"
|
8100 |
msgid "Help"
|
8101 |
msgstr ""
|
8102 |
|
8103 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:59
|
8104 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:60
|
8105 |
msgctxt "shipments"
|
8106 |
msgid "Manage shipping provider"
|
8107 |
msgstr ""
|
8108 |
|
8109 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label-backbone.php:13
|
8110 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:42
|
8111 |
msgctxt "shipments"
|
8112 |
msgid "Create label"
|
8113 |
msgstr ""
|
8128 |
msgid "Download"
|
8129 |
msgstr ""
|
8130 |
|
8131 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/admin/views/label/html-shipment-label.php:42
|
8132 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:1016
|
8133 |
msgctxt "shipments"
|
8134 |
msgid "Create new label"
|
8135 |
msgstr ""
|
8270 |
msgid "Text to appear below the main email content."
|
8271 |
msgstr ""
|
8272 |
|
8273 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/emails/class-wc-gzd-email-customer-shipment.php:395
|
8274 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1090
|
8275 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1120
|
8276 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/shipment/shipment-details-address.php:28
|
8277 |
msgctxt "shipments"
|
8278 |
msgid "N/A"
|
8279 |
msgstr ""
|
8329 |
msgid "Letter"
|
8330 |
msgstr ""
|
8331 |
|
8332 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:78
|
8333 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1156
|
8334 |
msgctxt "shipments"
|
8335 |
msgid "Shipment"
|
8336 |
msgstr ""
|
8350 |
msgid "Partially shipped"
|
8351 |
msgstr ""
|
8352 |
|
8353 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:115
|
8354 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:366
|
8355 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:866
|
8356 |
msgctxt "shipments"
|
8357 |
msgid "Shipped"
|
8358 |
msgstr ""
|
8359 |
|
8360 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:116
|
8361 |
+
msgctxt "shipments"
|
8362 |
+
msgid "Partially delivered"
|
8363 |
+
msgstr ""
|
8364 |
+
|
8365 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:117
|
8366 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:367
|
8367 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:51
|
8368 |
+
msgctxt "shipments"
|
8369 |
+
msgid "Delivered"
|
8370 |
+
msgstr ""
|
8371 |
+
|
8372 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:118
|
8373 |
+
msgctxt "shipments"
|
8374 |
+
msgid "No shipping needed"
|
8375 |
+
msgstr ""
|
8376 |
+
|
8377 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:135
|
8378 |
msgctxt "shipments"
|
8379 |
msgid "Open"
|
8380 |
msgstr ""
|
8381 |
|
8382 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:136
|
8383 |
msgctxt "shipments"
|
8384 |
msgid "Partially returned"
|
8385 |
msgstr ""
|
8386 |
|
8387 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:137
|
8388 |
msgctxt "shipments"
|
8389 |
msgid "Returned"
|
8390 |
msgstr ""
|
8391 |
|
8392 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:364
|
8393 |
msgctxt "shipments"
|
8394 |
msgid "Draft"
|
8395 |
msgstr ""
|
8396 |
|
8397 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:365
|
8398 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:858
|
8399 |
msgctxt "shipments"
|
8400 |
msgid "Processing"
|
8401 |
msgstr ""
|
8402 |
|
8403 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:368
|
|
|
|
|
|
|
|
|
|
|
8404 |
msgctxt "shipments"
|
8405 |
msgid "Requested"
|
8406 |
msgstr ""
|
8407 |
|
8408 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:417
|
8409 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:81
|
8410 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:139
|
8411 |
msgctxt "shipments"
|
8412 |
msgid "Invalid order."
|
8413 |
msgstr ""
|
8414 |
|
8415 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:421
|
8416 |
msgctxt "shipments"
|
8417 |
msgid "This order is already fully returned."
|
8418 |
msgstr ""
|
8419 |
|
8420 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:435
|
8421 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:479
|
8422 |
msgctxt "shipments"
|
8423 |
msgid "Error while creating the shipment instance"
|
8424 |
msgstr ""
|
8425 |
|
8426 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:461
|
8427 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:465
|
8428 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ReturnShipment.php:248
|
8429 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ReturnShipment.php:334
|
8430 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/SimpleShipment.php:119
|
8431 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/SimpleShipment.php:238
|
8432 |
msgctxt "shipments"
|
8433 |
msgid "Invalid shipment order"
|
8434 |
msgstr ""
|
8435 |
|
8436 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:498
|
8437 |
msgctxt "shipments"
|
8438 |
msgid "Invalid order item"
|
8439 |
msgstr ""
|
8440 |
|
8441 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:620
|
8442 |
msgctxt "shipments"
|
8443 |
msgid "Invalid shipment item"
|
8444 |
msgstr ""
|
8445 |
|
8446 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:702
|
8447 |
msgctxt "shipments"
|
8448 |
msgid "None"
|
8449 |
msgstr ""
|
8450 |
|
8451 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:743
|
8452 |
msgctxt "shipments-shipping-provider"
|
8453 |
msgid "Unknown"
|
8454 |
msgstr ""
|
8455 |
|
8456 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:788
|
8457 |
msgctxt "shipments"
|
8458 |
msgid "Error while uploading file."
|
8459 |
msgstr ""
|
8460 |
|
8461 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:797
|
8462 |
msgctxt "shipments"
|
8463 |
msgid "First Name"
|
8464 |
msgstr ""
|
8465 |
|
8466 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:798
|
8467 |
msgctxt "shipments"
|
8468 |
msgid "Last Name"
|
8469 |
msgstr ""
|
8470 |
|
8471 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:799
|
8472 |
msgctxt "shipments"
|
8473 |
msgid "Full Name"
|
8474 |
msgstr ""
|
8475 |
|
8476 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:800
|
8477 |
msgctxt "shipments"
|
8478 |
msgid "Company"
|
8479 |
msgstr ""
|
8480 |
|
8481 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:801
|
8482 |
msgctxt "shipments"
|
8483 |
msgid "Address 1"
|
8484 |
msgstr ""
|
8485 |
|
8486 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:802
|
8487 |
msgctxt "shipments"
|
8488 |
msgid "Address 2"
|
8489 |
msgstr ""
|
8490 |
|
8491 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:803
|
8492 |
msgctxt "shipments"
|
8493 |
msgid "Street"
|
8494 |
msgstr ""
|
8495 |
|
8496 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:804
|
8497 |
msgctxt "shipments"
|
8498 |
msgid "House Number"
|
8499 |
msgstr ""
|
8500 |
|
8501 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:805
|
8502 |
msgctxt "shipments"
|
8503 |
msgid "Postcode"
|
8504 |
msgstr ""
|
8505 |
|
8506 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:806
|
8507 |
msgctxt "shipments"
|
8508 |
msgid "City"
|
8509 |
msgstr ""
|
8510 |
|
8511 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:807
|
8512 |
msgctxt "shipments"
|
8513 |
msgid "Country"
|
8514 |
msgstr ""
|
8515 |
|
8516 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:808
|
8517 |
msgctxt "shipments"
|
8518 |
msgid "State"
|
8519 |
msgstr ""
|
8520 |
|
8521 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:809
|
8522 |
msgctxt "shipments"
|
8523 |
msgid "Phone"
|
8524 |
msgstr ""
|
8525 |
|
8526 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:810
|
8527 |
msgctxt "shipments"
|
8528 |
msgid "Email"
|
8529 |
msgstr ""
|
8530 |
|
8531 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:811
|
8532 |
msgctxt "shipments"
|
8533 |
msgid "Customs Reference Number"
|
8534 |
msgstr ""
|
8535 |
|
8536 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:861
|
8537 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Shipment.php:1106
|
8538 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Shipment.php:1368
|
8539 |
#, php-format
|
8540 |
msgctxt "full name"
|
8541 |
msgid "%1$s %2$s"
|
8542 |
msgstr ""
|
8543 |
|
8544 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1157
|
8545 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:24
|
8546 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:691
|
8547 |
msgctxt "shipments"
|
8548 |
msgid "Date"
|
8549 |
msgstr ""
|
8550 |
|
8551 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1159
|
8552 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:23
|
8553 |
msgctxt "shipments"
|
8554 |
msgid "Tracking"
|
8555 |
msgstr ""
|
8556 |
|
8557 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1160
|
8558 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:316
|
8559 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:31
|
8560 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:699
|
8561 |
msgctxt "shipments"
|
8562 |
msgid "Actions"
|
8563 |
msgstr ""
|
8564 |
|
8565 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1397
|
8566 |
msgctxt "shipments"
|
8567 |
msgid "View"
|
8568 |
msgstr ""
|
8569 |
|
8570 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:1404
|
8571 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:877
|
8572 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:350
|
8573 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/shipment/shipment-return-instructions.php:29
|
8574 |
msgctxt "shipments"
|
8575 |
msgid "Download label"
|
8576 |
msgstr ""
|
8577 |
|
8578 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:81
|
8579 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:119
|
8580 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:139
|
8581 |
msgctxt "shipments"
|
8582 |
msgid "My account"
|
8583 |
msgstr ""
|
8584 |
|
8585 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipments-template-functions.php:119
|
8586 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php:361
|
8587 |
msgctxt "shipments"
|
8588 |
msgid "Invalid shipment."
|
8589 |
msgstr ""
|
8598 |
msgid "View order"
|
8599 |
msgstr ""
|
8600 |
|
8601 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:103
|
8602 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:111
|
8603 |
msgctxt "shipments-order-column-name"
|
8604 |
msgid "Shipping Status"
|
8605 |
msgstr ""
|
8606 |
|
8607 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:149
|
8608 |
msgctxt "shipments"
|
8609 |
msgid "Select a country"
|
8610 |
msgstr ""
|
8611 |
|
8612 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:154
|
8613 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:116
|
8614 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:143
|
8615 |
msgctxt "shipments"
|
8616 |
msgid "HS-Code (Customs)"
|
8617 |
msgstr ""
|
8618 |
|
8619 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:156
|
8620 |
msgctxt "shipments"
|
8621 |
msgid "The HS Code is a number assigned to every possible commodity that can be imported or exported from any country."
|
8622 |
msgstr ""
|
8623 |
|
8624 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:165
|
8625 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:123
|
8626 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:149
|
8627 |
msgctxt "shipments"
|
8628 |
msgid "Country of manufacture (Customs)"
|
8629 |
msgstr ""
|
8630 |
|
8631 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:167
|
8632 |
msgctxt "shipments"
|
8633 |
msgid "The country of manufacture is needed for customs of international shipping."
|
8634 |
msgstr ""
|
8635 |
|
8636 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:207
|
8637 |
#, php-format
|
8638 |
msgctxt "shipments"
|
8639 |
msgid "Shipments upload directory missing. Please manually create the folder %s and make sure that it is writeable."
|
8640 |
msgstr ""
|
8641 |
|
8642 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:244
|
8643 |
msgctxt "shipments"
|
8644 |
msgid "View Shipments"
|
8645 |
msgstr ""
|
8646 |
|
8647 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:245
|
8648 |
msgctxt "shipments"
|
8649 |
msgid "Endpoint for the \"My account → View shipments\" page."
|
8650 |
msgstr ""
|
8651 |
|
8652 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:252
|
8653 |
msgctxt "shipments"
|
8654 |
msgid "View shipment"
|
8655 |
msgstr ""
|
8656 |
|
8657 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:253
|
8658 |
msgctxt "shipments"
|
8659 |
msgid "Endpoint for the \"My account → View shipment\" page."
|
8660 |
msgstr ""
|
8661 |
|
8662 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:260
|
8663 |
msgctxt "shipments"
|
8664 |
msgid "Add Return Shipment"
|
8665 |
msgstr ""
|
8666 |
|
8667 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:261
|
8668 |
msgctxt "shipments"
|
8669 |
msgid "Endpoint for the \"My account → Add return shipment\" page."
|
8670 |
msgstr ""
|
8671 |
|
8672 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:324
|
8673 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:459
|
8674 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:34
|
8675 |
msgctxt "shipments"
|
8676 |
msgid "Reason"
|
8677 |
msgstr ""
|
8678 |
|
8679 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:451
|
8680 |
msgctxt "shipments"
|
8681 |
msgid "Return reasons"
|
8682 |
msgstr ""
|
8683 |
|
8684 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:458
|
8685 |
msgctxt "shipments"
|
8686 |
msgid "Reason code"
|
8687 |
msgstr ""
|
8688 |
|
8689 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:458
|
8690 |
msgctxt "shipments"
|
8691 |
msgid "The reason code is used to identify the reason."
|
8692 |
msgstr ""
|
8693 |
|
8694 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:459
|
8695 |
msgctxt "shipments"
|
8696 |
msgid "Choose a reason text."
|
8697 |
msgstr ""
|
8698 |
|
8699 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:478
|
8700 |
msgctxt "shipments"
|
8701 |
msgid "+ Add reason"
|
8702 |
msgstr ""
|
8703 |
|
8704 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:478
|
8705 |
msgctxt "shipments"
|
8706 |
msgid "Remove selected reason(s)"
|
8707 |
msgstr ""
|
8708 |
|
8709 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:512
|
8710 |
+
msgctxt "shipments"
|
8711 |
+
msgid "Packaging Reports"
|
8712 |
+
msgstr ""
|
8713 |
+
|
8714 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:512
|
8715 |
+
msgctxt "shipments"
|
8716 |
+
msgid "Generate summary reports which contain information about the amount of packaging material used for your shipments."
|
8717 |
+
msgstr ""
|
8718 |
+
|
8719 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:548
|
8720 |
+
msgctxt "shipments"
|
8721 |
+
msgid "Create report"
|
8722 |
+
msgstr ""
|
8723 |
+
|
8724 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:555
|
8725 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:194
|
8726 |
+
msgctxt "shipments"
|
8727 |
+
msgid "Report"
|
8728 |
+
msgstr ""
|
8729 |
+
|
8730 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:556
|
8731 |
+
msgctxt "shipments"
|
8732 |
+
msgid "Start"
|
8733 |
+
msgstr ""
|
8734 |
+
|
8735 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:557
|
8736 |
+
msgctxt "shipments"
|
8737 |
+
msgid "End"
|
8738 |
+
msgstr ""
|
8739 |
+
|
8740 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:558
|
8741 |
+
msgctxt "shipments"
|
8742 |
+
msgid "Total weight"
|
8743 |
+
msgstr ""
|
8744 |
+
|
8745 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:559
|
8746 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:95
|
8747 |
+
msgctxt "shipments"
|
8748 |
+
msgid "Count"
|
8749 |
+
msgstr ""
|
8750 |
+
|
8751 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:613
|
8752 |
msgctxt "shipments"
|
8753 |
msgid "Available Packaging"
|
8754 |
msgstr ""
|
8755 |
|
8756 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:636
|
8757 |
msgctxt "shipments"
|
8758 |
msgid "A description to help you identify the packaging."
|
8759 |
msgstr ""
|
8760 |
|
8761 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:637
|
8762 |
msgctxt "shipments"
|
8763 |
msgid "Type"
|
8764 |
msgstr ""
|
8765 |
|
8766 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:638
|
8767 |
#, php-format
|
8768 |
msgctxt "shipments"
|
8769 |
msgid "Weight (%s)"
|
8770 |
msgstr ""
|
8771 |
|
8772 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:638
|
8773 |
msgctxt "shipments"
|
8774 |
msgid "The weight of the packaging."
|
8775 |
msgstr ""
|
8776 |
|
8777 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:639
|
8778 |
#, php-format
|
8779 |
msgctxt "shipments"
|
8780 |
msgid "Dimensions (LxWxH, %s)"
|
8781 |
msgstr ""
|
8782 |
|
8783 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:640
|
8784 |
msgctxt "shipments"
|
8785 |
msgid "Max weight (kg)"
|
8786 |
msgstr ""
|
8787 |
|
8788 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:640
|
8789 |
msgctxt "shipments"
|
8790 |
msgid "The maximum weight this packaging can hold. Leave empty to not restrict maximum weight."
|
8791 |
msgstr ""
|
8792 |
|
8793 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:666
|
8794 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:711
|
8795 |
msgctxt "shipments"
|
8796 |
msgid "Length"
|
8797 |
msgstr ""
|
8798 |
|
8799 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:667
|
8800 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:712
|
8801 |
msgctxt "shipments"
|
8802 |
msgid "Width"
|
8803 |
msgstr ""
|
8804 |
|
8805 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:668
|
8806 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:713
|
8807 |
msgctxt "shipments"
|
8808 |
msgid "Height"
|
8809 |
msgstr ""
|
8810 |
|
8811 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:682
|
8812 |
msgctxt "shipments"
|
8813 |
msgid "+ Add packaging"
|
8814 |
msgstr ""
|
8815 |
|
8816 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:682
|
8817 |
msgctxt "shipments"
|
8818 |
msgid "Remove selected packaging"
|
8819 |
msgstr ""
|
8820 |
|
8821 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:782
|
8822 |
msgctxt "shipments"
|
8823 |
msgid "Create shipments"
|
8824 |
msgstr ""
|
8825 |
|
8826 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:897
|
8827 |
msgctxt "shipments"
|
8828 |
msgid "Search shipments"
|
8829 |
msgstr ""
|
8830 |
|
8831 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:931
|
8832 |
msgctxt "shipments"
|
8833 |
msgid "Search returns"
|
8834 |
msgstr ""
|
8835 |
|
8836 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:1009
|
8837 |
msgctxt "shipments"
|
8838 |
msgid "Do you really want to delete the shipment?"
|
8839 |
msgstr ""
|
8840 |
|
8841 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:1015
|
8842 |
msgctxt "shipments"
|
8843 |
msgid "Do you really want to delete the label?"
|
8844 |
msgstr ""
|
8845 |
|
8846 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:1017
|
8847 |
msgctxt "shipments"
|
8848 |
msgid "Please save the shipment before creating a new label"
|
8849 |
msgstr ""
|
8850 |
|
8851 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Admin.php:1067
|
8852 |
msgctxt "shipments"
|
8853 |
msgid "Do you really want to delete the shipping provider? Some of your existing shipments might be linked to that provider and might need adjustments."
|
8854 |
msgstr ""
|
8897 |
msgid "shipment #%d"
|
8898 |
msgstr ""
|
8899 |
|
8900 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php:91
|
8901 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php:145
|
8902 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Method.php:150
|
8903 |
msgctxt "shipments"
|
8904 |
msgid "Shipping Provider"
|
8905 |
msgstr ""
|
8934 |
msgid "New"
|
8935 |
msgstr ""
|
8936 |
|
8937 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php:180
|
8938 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php:190
|
8939 |
msgctxt "shipments"
|
8940 |
msgid "Learn more"
|
8941 |
msgstr ""
|
8950 |
msgid "Add provider"
|
8951 |
msgstr ""
|
8952 |
|
8953 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:26
|
8954 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:693
|
8955 |
msgctxt "shipments"
|
8956 |
msgid "Items"
|
8957 |
msgstr ""
|
8961 |
msgid "Sender"
|
8962 |
msgstr ""
|
8963 |
|
8964 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:28
|
8965 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:696
|
8966 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:94
|
8967 |
msgctxt "shipments"
|
8968 |
msgid "Weight"
|
8969 |
msgstr ""
|
8970 |
|
8971 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:29
|
8972 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:697
|
8973 |
msgctxt "shipments"
|
8974 |
msgid "Dimensions"
|
8975 |
msgstr ""
|
8976 |
|
8977 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php:30
|
8978 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:698
|
8979 |
msgctxt "shipments"
|
8980 |
msgid "Order"
|
8981 |
msgstr ""
|
8990 |
msgid "Confirm open return requests"
|
8991 |
msgstr ""
|
8992 |
|
8993 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:32
|
8994 |
msgctxt "shipments"
|
8995 |
msgid "Manage shipments"
|
8996 |
msgstr ""
|
8997 |
|
8998 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:32
|
8999 |
msgctxt "shipments"
|
9000 |
msgid "To view all your existing shipments in a list you might follow this link or click on the shipments link within the WooCommerce sub-menu."
|
9001 |
msgstr ""
|
9002 |
|
9003 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:45
|
9004 |
msgctxt "shipments"
|
9005 |
msgid "E-Mail Notification"
|
9006 |
msgstr ""
|
9007 |
|
9008 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:45
|
9009 |
msgctxt "shipments"
|
9010 |
msgid "By enabling this option customers receive an email notification as soon as a shipment is marked as shipped."
|
9011 |
msgstr ""
|
9012 |
|
9013 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:58
|
9014 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:120
|
9015 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:226
|
9016 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:365
|
9017 |
msgctxt "shipments"
|
9018 |
msgid "Automation"
|
9019 |
msgstr ""
|
9020 |
|
9021 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:58
|
9022 |
msgctxt "shipments"
|
9023 |
msgid "Decide whether you want to automatically create shipments to orders reaching a specific status. You can always adjust your shipments by manually editing the shipment within the edit order screen."
|
9024 |
msgstr ""
|
9025 |
|
9026 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:71
|
9027 |
#, php-format
|
9028 |
msgctxt "shipments"
|
9029 |
msgid "Germanized can help you to minimize manual work while handling customer returns. Learn more about returns within our %s."
|
9030 |
msgstr ""
|
9031 |
|
9032 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:71
|
9033 |
msgctxt "shipments"
|
9034 |
msgid "documentation"
|
9035 |
msgstr ""
|
9036 |
|
9037 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:97
|
9038 |
msgctxt "shipments"
|
9039 |
msgid "Notify"
|
9040 |
msgstr ""
|
9041 |
|
9042 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:98
|
9043 |
msgctxt "shipments"
|
9044 |
msgid "Notify customers about new shipments."
|
9045 |
msgstr ""
|
9046 |
|
9047 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:98
|
9048 |
#, php-format
|
9049 |
msgctxt "shipments"
|
9050 |
msgid "Notify customers by email as soon as a shipment is marked as shipped. %s the notification email."
|
9051 |
msgstr ""
|
9052 |
|
9053 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:98
|
9054 |
msgctxt "shipments notification"
|
9055 |
msgid "Manage"
|
9056 |
msgstr ""
|
9057 |
|
9058 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:105
|
9059 |
msgctxt "shipments"
|
9060 |
msgid "Default provider"
|
9061 |
msgstr ""
|
9062 |
|
9063 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:106
|
9064 |
msgctxt "shipments"
|
9065 |
msgid "Select a default shipping provider which will be selected by default in case no provider could be determined automatically."
|
9066 |
msgstr ""
|
9067 |
|
9068 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:126
|
9069 |
msgctxt "shipments"
|
9070 |
msgid "Enable"
|
9071 |
msgstr ""
|
9072 |
|
9073 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:127
|
9074 |
msgctxt "shipments"
|
9075 |
msgid "Automatically create shipments for orders."
|
9076 |
msgstr ""
|
9077 |
|
9078 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:134
|
9079 |
msgctxt "shipments"
|
9080 |
msgid "Order statuses"
|
9081 |
msgstr ""
|
9082 |
|
9083 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:135
|
9084 |
msgctxt "shipments"
|
9085 |
msgid "Create shipments as soon as the order reaches one of the following status(es)."
|
9086 |
msgstr ""
|
9087 |
|
9088 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:143
|
9089 |
msgctxt "shipments"
|
9090 |
msgid "On new order creation"
|
9091 |
msgstr ""
|
9092 |
|
9093 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:148
|
9094 |
msgctxt "shipments"
|
9095 |
msgid "Default status"
|
9096 |
msgstr ""
|
9097 |
|
9098 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:149
|
9099 |
msgctxt "shipments"
|
9100 |
msgid "Choose a default status for the automatically created shipment."
|
9101 |
msgstr ""
|
9102 |
|
9103 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:161
|
9104 |
msgctxt "shipments"
|
9105 |
msgid "Update status"
|
9106 |
msgstr ""
|
9107 |
|
9108 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:162
|
9109 |
msgctxt "shipments"
|
9110 |
msgid "Mark order as completed after order is fully shipped."
|
9111 |
msgstr ""
|
9112 |
|
9113 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:162
|
9114 |
msgctxt "shipments"
|
9115 |
msgid "This option will automatically update the order status to completed as soon as all required shipments have been marked as shipped."
|
9116 |
msgstr ""
|
9117 |
|
9118 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:169
|
9119 |
msgctxt "shipments"
|
9120 |
msgid "Mark as shipped"
|
9121 |
msgstr ""
|
9122 |
|
9123 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:170
|
9124 |
msgctxt "shipments"
|
9125 |
msgid "Mark shipments as shipped after order completion."
|
9126 |
msgstr ""
|
9127 |
|
9128 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:170
|
9129 |
msgctxt "shipments"
|
9130 |
msgid "This option will automatically update contained shipments to shipped (if possible, e.g. not yet delivered) as soon as the order was marked as completed."
|
9131 |
msgstr ""
|
9132 |
|
9133 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:185
|
9134 |
#, php-format
|
9135 |
msgctxt "shipments"
|
9136 |
msgid "Returns can be added manually by the shop manager or by the customer. Decide what suits you best by turning customer-added returns on or off in your %s."
|
9137 |
msgstr ""
|
9138 |
|
9139 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:185
|
9140 |
msgctxt "shipments"
|
9141 |
msgid "shipping provider settings"
|
9142 |
msgstr ""
|
9143 |
|
9144 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:193
|
9145 |
msgctxt "shipments"
|
9146 |
msgid "Days to return"
|
9147 |
msgstr ""
|
9148 |
|
9149 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:194
|
9150 |
#, php-format
|
9151 |
msgctxt "shipments"
|
9152 |
msgid "In case one of your %s supports returns added by customers you might want to limit the number of days a customer is allowed to add returns to an order. The days are counted starting with the date the order was shipped, completed or created (by checking for existance in this order)."
|
9153 |
msgstr ""
|
9154 |
|
9155 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:194
|
9156 |
msgctxt "shipments"
|
9157 |
msgid "shipping providers"
|
9158 |
msgstr ""
|
9159 |
|
9160 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:207
|
9161 |
msgctxt "shipments"
|
9162 |
msgid "Customer Account"
|
9163 |
msgstr ""
|
9164 |
|
9165 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:213
|
9166 |
msgctxt "shipments"
|
9167 |
msgid "List"
|
9168 |
msgstr ""
|
9169 |
|
9170 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:214
|
9171 |
msgctxt "shipments"
|
9172 |
msgid "List shipments on customer account order screen."
|
9173 |
msgstr ""
|
9174 |
|
9175 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:254
|
9176 |
msgctxt "shipments"
|
9177 |
msgid "Your customs reference number, e.g. EORI number"
|
9178 |
msgstr ""
|
9179 |
|
9180 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:270
|
9181 |
msgctxt "shipments"
|
9182 |
msgid "Shipper Address"
|
9183 |
msgstr ""
|
9184 |
|
9185 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:321
|
9186 |
msgctxt "shipments"
|
9187 |
msgid "Return Address"
|
9188 |
msgstr ""
|
9189 |
|
9190 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:374
|
9191 |
msgctxt "shipments"
|
9192 |
msgid "Default packaging"
|
9193 |
msgstr ""
|
9194 |
|
9195 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:375
|
9196 |
msgctxt "shipments"
|
9197 |
msgid "Choose a packaging which serves as fallback or default in case no suitable packaging could be matched for a certain shipment."
|
9198 |
msgstr ""
|
9199 |
|
9200 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:385
|
9201 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:40
|
9202 |
+
msgctxt "shipments"
|
9203 |
+
msgid "Packaging Report"
|
9204 |
+
msgstr ""
|
9205 |
+
|
9206 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:418
|
9207 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:363
|
9208 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1152
|
9209 |
msgctxt "shipments"
|
9210 |
msgid "General"
|
9211 |
msgstr ""
|
9212 |
|
9213 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:420
|
9214 |
msgctxt "shipments"
|
9215 |
msgid "Addresses"
|
9216 |
msgstr ""
|
9217 |
|
9218 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:567
|
9219 |
msgctxt "shipments"
|
9220 |
msgid "More services"
|
9221 |
msgstr ""
|
9222 |
|
9223 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Settings.php:570
|
9224 |
msgctxt "shipments"
|
9225 |
msgid "Fewer services"
|
9226 |
msgstr ""
|
9279 |
msgid "Filter"
|
9280 |
msgstr ""
|
9281 |
|
9282 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:668
|
9283 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:849
|
9284 |
#, php-format
|
9285 |
msgctxt "shipments"
|
9286 |
msgid "Order #%s"
|
9296 |
msgid "Address"
|
9297 |
msgstr ""
|
9298 |
|
9299 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Admin/Table.php:793
|
9300 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/myaccount/shipments.php:69
|
9301 |
#, php-format
|
9302 |
msgctxt "shipment title"
|
9303 |
msgid "%1$s #%2$s"
|
9381 |
msgid "There was an error while confirming the request."
|
9382 |
msgstr ""
|
9383 |
|
9384 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:184
|
9385 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1078
|
9386 |
msgctxt "shipments"
|
9387 |
msgid "There was an error creating the label."
|
9388 |
msgstr ""
|
9412 |
msgid "There was an error while bulk processing shipments."
|
9413 |
msgstr ""
|
9414 |
|
9415 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:556
|
9416 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:668
|
9417 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:725
|
9418 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:762
|
9419 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:943
|
9420 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:989
|
9421 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1065
|
9422 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1098
|
9423 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1151
|
9424 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1219
|
9425 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1260
|
9426 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1315
|
9427 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Ajax.php:1359
|
9428 |
msgctxt "shipments"
|
9429 |
msgid "There was an error processing the shipment"
|
9454 |
msgid "Customer payment page →"
|
9455 |
msgstr ""
|
9456 |
|
9457 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:95
|
9458 |
+
msgctxt "shipments"
|
9459 |
+
msgid "Shipping status"
|
9460 |
+
msgstr ""
|
9461 |
+
|
9462 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Api.php:190
|
9463 |
msgctxt "shipments"
|
9464 |
msgid "List of shipments."
|
9465 |
msgstr ""
|
9499 |
msgid "Your return request was submitted successfully. You'll receive an email with further instructions in a few minutes."
|
9500 |
msgstr ""
|
9501 |
|
9502 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/FormHandler.php:135
|
9503 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/FormHandler.php:139
|
9504 |
msgctxt "shipments"
|
9505 |
msgid "Error:"
|
9506 |
msgstr ""
|
9530 |
msgid "Sorry, but this order does not support returns any longer."
|
9531 |
msgstr ""
|
9532 |
|
9533 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/FormHandler.php:192
|
9534 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/FormHandler.php:228
|
9535 |
msgctxt "shipments"
|
9536 |
msgid "Please choose one or more items from the list."
|
9537 |
msgstr ""
|
9606 |
msgid "Error while uploading label."
|
9607 |
msgstr ""
|
9608 |
|
9609 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Labels/Label.php:562
|
9610 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Labels/Label.php:569
|
9611 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Labels/Label.php:598
|
9612 |
msgctxt "shipments"
|
9613 |
msgid "Error while downloading the PDF file."
|
9614 |
msgstr ""
|
9619 |
msgid "%1$s"
|
9620 |
msgstr ""
|
9621 |
|
9622 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Package.php:88
|
9623 |
msgctxt "shipments"
|
9624 |
msgid "Sorry, this order is invalid and cannot be returned."
|
9625 |
msgstr ""
|
9630 |
msgid "%1$s (%2$s, %3$s)"
|
9631 |
msgstr ""
|
9632 |
|
9633 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/AsyncReportGenerator.php:124
|
9634 |
+
msgctxt "shipments"
|
9635 |
+
msgid "No shipments found."
|
9636 |
+
msgstr ""
|
9637 |
+
|
9638 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:56
|
9639 |
+
msgctxt "shipments-packaging-report"
|
9640 |
+
msgid "View"
|
9641 |
+
msgstr ""
|
9642 |
+
|
9643 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:60
|
9644 |
+
msgctxt "shipments-packaging-report"
|
9645 |
+
msgid "Refresh"
|
9646 |
+
msgstr ""
|
9647 |
+
|
9648 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:64
|
9649 |
+
msgctxt "shipments-packaging-report"
|
9650 |
+
msgid "Delete"
|
9651 |
+
msgstr ""
|
9652 |
+
|
9653 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:70
|
9654 |
+
msgctxt "shipments-packaging-report"
|
9655 |
+
msgid "Cancel"
|
9656 |
+
msgstr ""
|
9657 |
+
|
9658 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:114
|
9659 |
+
#, php-format
|
9660 |
+
msgctxt "shipments-packaging-report"
|
9661 |
+
msgid "%d units"
|
9662 |
+
msgstr ""
|
9663 |
+
|
9664 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:131
|
9665 |
+
msgctxt "shipments-packaging-title"
|
9666 |
+
msgid "Unknown"
|
9667 |
+
msgstr ""
|
9668 |
+
|
9669 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:143
|
9670 |
+
#, php-format
|
9671 |
+
msgctxt "shipments"
|
9672 |
+
msgid "Currently processed %1$s shipments. Next iteration is scheduled for %2$s. <a href=\"%3$s\">Find pending actions</a>"
|
9673 |
+
msgstr ""
|
9674 |
+
|
9675 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:143
|
9676 |
+
msgctxt "shipments"
|
9677 |
+
msgid "Not yet known"
|
9678 |
+
msgstr ""
|
9679 |
+
|
9680 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:209
|
9681 |
+
#, php-format
|
9682 |
+
msgctxt "shipments"
|
9683 |
+
msgid "Q%1$s/%2$s"
|
9684 |
+
msgstr ""
|
9685 |
+
|
9686 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:214
|
9687 |
+
#, php-format
|
9688 |
+
msgctxt "shipments"
|
9689 |
+
msgid "%1$s/%2$s"
|
9690 |
+
msgstr ""
|
9691 |
+
|
9692 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:218
|
9693 |
+
#, php-format
|
9694 |
+
msgctxt "shipments"
|
9695 |
+
msgid "%1$s"
|
9696 |
+
msgstr ""
|
9697 |
+
|
9698 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:223
|
9699 |
+
#, php-format
|
9700 |
+
msgctxt "shipments"
|
9701 |
+
msgid "%1$s - %2$s"
|
9702 |
+
msgstr ""
|
9703 |
+
|
9704 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:252
|
9705 |
+
msgctxt "shipments"
|
9706 |
+
msgid "Quarterly"
|
9707 |
+
msgstr ""
|
9708 |
+
|
9709 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:253
|
9710 |
+
msgctxt "shipments"
|
9711 |
+
msgid "Yearly"
|
9712 |
+
msgstr ""
|
9713 |
+
|
9714 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:254
|
9715 |
+
msgctxt "shipments"
|
9716 |
+
msgid "Monthly"
|
9717 |
+
msgstr ""
|
9718 |
+
|
9719 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:255
|
9720 |
+
msgctxt "shipments"
|
9721 |
+
msgid "Custom"
|
9722 |
+
msgstr ""
|
9723 |
+
|
9724 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:313
|
9725 |
+
msgctxt "shipments-report-status"
|
9726 |
+
msgid "Completed"
|
9727 |
+
msgstr ""
|
9728 |
+
|
9729 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php:315
|
9730 |
+
msgctxt "shipments-report-status"
|
9731 |
+
msgid "Pending"
|
9732 |
+
msgstr ""
|
9733 |
+
|
9734 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Product.php:36
|
9735 |
msgctxt "shipments"
|
9736 |
msgid "Invalid product."
|
9737 |
msgstr ""
|
9738 |
|
9739 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:81
|
9740 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:137
|
9741 |
msgctxt "shipments"
|
9742 |
msgid "Whether to bypass trash and force deletion."
|
9743 |
msgstr ""
|
9744 |
|
9745 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:107
|
9746 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1871
|
9747 |
msgctxt "shipment"
|
9748 |
msgid "Shipment label."
|
9749 |
msgstr ""
|
9758 |
msgid "Label field value."
|
9759 |
msgstr ""
|
9760 |
|
9761 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:180
|
9762 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1003
|
9763 |
msgctxt "shipments"
|
9764 |
msgid "Sorry, you are not allowed to view this resource."
|
9765 |
msgstr ""
|
9766 |
|
9767 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:209
|
9768 |
msgctxt "shipments"
|
9769 |
msgid "Sorry, you cannot list resources."
|
9770 |
msgstr ""
|
9771 |
|
9772 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:322
|
9773 |
msgctxt "shipments"
|
9774 |
msgid "Sorry, you are not allowed to edit this resource."
|
9775 |
msgstr ""
|
9776 |
|
9777 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:338
|
9778 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1100
|
9779 |
msgctxt "shipments"
|
9780 |
msgid "Sorry, you are not allowed to create resources."
|
9781 |
msgstr ""
|
9782 |
|
9783 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:364
|
9784 |
msgctxt "shipments"
|
9785 |
msgid "There was an error while creating the shipment."
|
9786 |
msgstr ""
|
9787 |
|
9788 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:375
|
9789 |
msgctxt "shipments"
|
9790 |
msgid "This order does not exist."
|
9791 |
msgstr ""
|
9792 |
|
9793 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:380
|
9794 |
msgctxt "shipments"
|
9795 |
msgid "This order does need a return."
|
9796 |
msgstr ""
|
9797 |
|
9798 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:384
|
9799 |
msgctxt "shipments"
|
9800 |
msgid "This order does need shipping."
|
9801 |
msgstr ""
|
9802 |
|
9803 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:558
|
9804 |
msgctxt "shipments"
|
9805 |
msgid "This shipment does not contain any items and was deleted."
|
9806 |
msgstr ""
|
9807 |
|
9808 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:594
|
9809 |
msgctxt "shipments"
|
9810 |
msgid "Shipment item ID provided is not associated with shipment."
|
9811 |
msgstr ""
|
9812 |
|
9813 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:636
|
9814 |
msgctxt "shipments"
|
9815 |
msgid "This order item does not need shipping/returning."
|
9816 |
msgstr ""
|
9817 |
|
9818 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:640
|
9819 |
msgctxt "shipments"
|
9820 |
msgid "The order item is already associated with another item."
|
9821 |
msgstr ""
|
9822 |
|
9823 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:808
|
9824 |
msgctxt "shipments"
|
9825 |
msgid "Cannot create existing shipment."
|
9826 |
msgstr ""
|
9827 |
|
9828 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:855
|
9829 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:945
|
9830 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:983
|
9831 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1021
|
9832 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1027
|
9833 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1040
|
9834 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1056
|
9835 |
msgctxt "shipments"
|
9836 |
msgid "Invalid ID."
|
9837 |
msgstr ""
|
9838 |
|
9839 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:964
|
9840 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1116
|
9841 |
msgctxt "shipments"
|
9842 |
msgid "Sorry, you are not allowed to delete this resource."
|
9843 |
msgstr ""
|
9844 |
|
9845 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:987
|
9846 |
msgctxt "shipments"
|
9847 |
msgid "The shipment cannot be deleted."
|
9848 |
msgstr ""
|
9849 |
|
9850 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1046
|
9851 |
msgctxt "shipments"
|
9852 |
msgid "The label cannot be deleted."
|
9853 |
msgstr ""
|
9854 |
|
9855 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1060
|
9856 |
msgctxt "shipments"
|
9857 |
msgid "Label already exists, please delete first."
|
9858 |
msgstr ""
|
9859 |
|
9860 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1295
|
9861 |
msgctxt "shipments"
|
9862 |
msgid "Offset the result set by a specific number of items."
|
9863 |
msgstr ""
|
9864 |
|
9865 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1302
|
9866 |
msgctxt "shipments"
|
9867 |
msgid "Order sort attribute ascending or descending."
|
9868 |
msgstr ""
|
9869 |
|
9870 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1310
|
9871 |
msgctxt "shipments"
|
9872 |
msgid "Sort collection by object attribute."
|
9873 |
msgstr ""
|
9874 |
|
9875 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1324
|
9876 |
msgctxt "shipments"
|
9877 |
msgid "Limit result set to shipments belonging to a certain order id."
|
9878 |
msgstr ""
|
9879 |
|
9880 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1330
|
9881 |
msgctxt "shipments"
|
9882 |
msgid "Limit result set to shipments having a certain status."
|
9883 |
msgstr ""
|
9884 |
|
9885 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1337
|
9886 |
msgctxt "shipments"
|
9887 |
msgid "Limit result set to shipments of a certain type."
|
9888 |
msgstr ""
|
9889 |
|
9890 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1357
|
9891 |
msgctxt "shipment"
|
9892 |
msgid "Single shipment."
|
9893 |
msgstr ""
|
9894 |
|
9895 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1363
|
9896 |
msgctxt "shipments"
|
9897 |
msgid "Shipment ID."
|
9898 |
msgstr ""
|
9899 |
|
9900 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1369
|
9901 |
msgctxt "shipments"
|
9902 |
msgid "Shipment number."
|
9903 |
msgstr ""
|
9904 |
|
9905 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1375
|
9906 |
msgctxt "shipments"
|
9907 |
msgid "Shipment order id."
|
9908 |
msgstr ""
|
9909 |
|
9910 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1380
|
9911 |
msgctxt "shipments"
|
9912 |
msgid "Shipment order number."
|
9913 |
msgstr ""
|
9914 |
|
9915 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1386
|
9916 |
msgctxt "shipments"
|
9917 |
msgid "Shipment status."
|
9918 |
msgstr ""
|
9919 |
|
9920 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1392
|
9921 |
msgctxt "shipments"
|
9922 |
msgid "Shipment tracking id."
|
9923 |
msgstr ""
|
9924 |
|
9925 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1397
|
9926 |
msgctxt "shipments"
|
9927 |
msgid "Shipment tracking url."
|
9928 |
msgstr ""
|
9929 |
|
9930 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1403
|
9931 |
msgctxt "shipments"
|
9932 |
msgid "Shipment shipping provider."
|
9933 |
msgstr ""
|
9934 |
|
9935 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1408
|
9936 |
msgctxt "shipments"
|
9937 |
msgid "The date the shipment was created, in the site's timezone."
|
9938 |
msgstr ""
|
9939 |
|
9940 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1414
|
9941 |
msgctxt "shipments"
|
9942 |
msgid "The date the shipment was created, as GMT."
|
9943 |
msgstr ""
|
9944 |
|
9945 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1420
|
9946 |
msgctxt "shipments"
|
9947 |
msgid "The date the shipment was sent, in the site's timezone."
|
9948 |
msgstr ""
|
9949 |
|
9950 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1426
|
9951 |
msgctxt "shipments"
|
9952 |
msgid "The date the shipment was sent, as GMT."
|
9953 |
msgstr ""
|
9954 |
|
9955 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1432
|
9956 |
msgctxt "shipments"
|
9957 |
msgid "The estimated delivery date of the shipment, in the site's timezone."
|
9958 |
msgstr ""
|
9959 |
|
9960 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1437
|
9961 |
msgctxt "shipments"
|
9962 |
msgid "The estimated delivery date of the shipment, as GMT."
|
9963 |
msgstr ""
|
9964 |
|
9965 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1442
|
9966 |
msgctxt "shipments"
|
9967 |
msgid "Shipment type, e.g. simple or return."
|
9968 |
msgstr ""
|
9969 |
|
9970 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1448
|
9971 |
msgctxt "shipments"
|
9972 |
msgid "Return shipment is requested by customer."
|
9973 |
msgstr ""
|
9974 |
|
9975 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1453
|
9976 |
msgctxt "shipments"
|
9977 |
msgid "Return sender address."
|
9978 |
msgstr ""
|
9979 |
|
9980 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1458
|
9981 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1647
|
9982 |
msgctxt "shipments"
|
9983 |
msgid "First name."
|
9984 |
msgstr ""
|
9985 |
|
9986 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1463
|
9987 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1652
|
9988 |
msgctxt "shipments"
|
9989 |
msgid "Last name."
|
9990 |
msgstr ""
|
9991 |
|
9992 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1468
|
9993 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1657
|
9994 |
msgctxt "shipments"
|
9995 |
msgid "Company name."
|
9996 |
msgstr ""
|
9997 |
|
9998 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1473
|
9999 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1662
|
10000 |
msgctxt "shipments"
|
10001 |
msgid "Address line 1"
|
10002 |
msgstr ""
|
10003 |
|
10004 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1478
|
10005 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1667
|
10006 |
msgctxt "shipments"
|
10007 |
msgid "Address line 2"
|
10008 |
msgstr ""
|
10009 |
|
10010 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1483
|
10011 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1672
|
10012 |
msgctxt "shipments"
|
10013 |
msgid "City name."
|
10014 |
msgstr ""
|
10015 |
|
10016 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1488
|
10017 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1677
|
10018 |
msgctxt "shipments"
|
10019 |
msgid "ISO code or name of the state, province or district."
|
10020 |
msgstr ""
|
10021 |
|
10022 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1493
|
10023 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1682
|
10024 |
msgctxt "shipments"
|
10025 |
msgid "Postal code."
|
10026 |
msgstr ""
|
10027 |
|
10028 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1498
|
10029 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1687
|
10030 |
msgctxt "shipments"
|
10031 |
msgid "Country code in ISO 3166-1 alpha-2 format."
|
10032 |
msgstr ""
|
10033 |
|
10034 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1503
|
10035 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1692
|
10036 |
msgctxt "shipments"
|
10037 |
msgid "Customs reference number."
|
10038 |
msgstr ""
|
10039 |
|
10040 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1510
|
10041 |
msgctxt "shipments"
|
10042 |
msgid "Shipment weight."
|
10043 |
msgstr ""
|
10044 |
|
10045 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1515
|
10046 |
msgctxt "shipments"
|
10047 |
msgid "Shipment content weight."
|
10048 |
msgstr ""
|
10049 |
|
10050 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1521
|
10051 |
msgctxt "shipments"
|
10052 |
msgid "Shipment content dimensions."
|
10053 |
msgstr ""
|
10054 |
|
10055 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1527
|
10056 |
msgctxt "shipments"
|
10057 |
msgid "Shipment content length."
|
10058 |
msgstr ""
|
10059 |
|
10060 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1533
|
10061 |
msgctxt "shipments"
|
10062 |
msgid "Shipment content width."
|
10063 |
msgstr ""
|
10064 |
|
10065 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1539
|
10066 |
msgctxt "shipments"
|
10067 |
msgid "Shipment content height."
|
10068 |
msgstr ""
|
10069 |
|
10070 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1547
|
10071 |
msgctxt "shipments"
|
10072 |
msgid "Shipment weight unit."
|
10073 |
msgstr ""
|
10074 |
|
10075 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1553
|
10076 |
msgctxt "shipments"
|
10077 |
msgid "Shipment packaging id."
|
10078 |
msgstr ""
|
10079 |
|
10080 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1558
|
10081 |
msgctxt "shipments"
|
10082 |
msgid "Shipment packaging weight."
|
10083 |
msgstr ""
|
10084 |
|
10085 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1563
|
10086 |
msgctxt "shipments"
|
10087 |
msgid "Shipment total."
|
10088 |
msgstr ""
|
10089 |
|
10090 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1568
|
10091 |
msgctxt "shipments"
|
10092 |
msgid "Shipment subtotal."
|
10093 |
msgstr ""
|
10094 |
|
10095 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1573
|
10096 |
msgctxt "shipments"
|
10097 |
msgid "Shipment additional total."
|
10098 |
msgstr ""
|
10099 |
|
10100 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1578
|
10101 |
msgctxt "shipments"
|
10102 |
msgid "Shipment version."
|
10103 |
msgstr ""
|
10104 |
|
10105 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1583
|
10106 |
msgctxt "shipments"
|
10107 |
msgid "Shipment shipping method."
|
10108 |
msgstr ""
|
10109 |
|
10110 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1588
|
10111 |
msgctxt "shipments"
|
10112 |
msgid "Shipment dimensions."
|
10113 |
msgstr ""
|
10114 |
|
10115 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1593
|
10116 |
msgctxt "shipments"
|
10117 |
msgid "Shipment length."
|
10118 |
msgstr ""
|
10119 |
|
10120 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1598
|
10121 |
msgctxt "shipments"
|
10122 |
msgid "Shipment width."
|
10123 |
msgstr ""
|
10124 |
|
10125 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1603
|
10126 |
msgctxt "shipments"
|
10127 |
msgid "Shipment height."
|
10128 |
msgstr ""
|
10129 |
|
10130 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1610
|
10131 |
msgctxt "shipments"
|
10132 |
msgid "Shipment package dimensions."
|
10133 |
msgstr ""
|
10134 |
|
10135 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1616
|
10136 |
msgctxt "shipments"
|
10137 |
msgid "Shipment package length."
|
10138 |
msgstr ""
|
10139 |
|
10140 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1622
|
10141 |
msgctxt "shipments"
|
10142 |
msgid "Shipment package width."
|
10143 |
msgstr ""
|
10144 |
|
10145 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1628
|
10146 |
msgctxt "shipments"
|
10147 |
msgid "Shipment package height."
|
10148 |
msgstr ""
|
10149 |
|
10150 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1636
|
10151 |
msgctxt "shipments"
|
10152 |
msgid "Shipment dimension unit."
|
10153 |
msgstr ""
|
10154 |
|
10155 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1642
|
10156 |
msgctxt "shipments"
|
10157 |
msgid "Shipping address."
|
10158 |
msgstr ""
|
10159 |
|
10160 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1699
|
10161 |
msgctxt "shipments"
|
10162 |
msgid "Meta data."
|
10163 |
msgstr ""
|
10164 |
|
10165 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1706
|
10166 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1844
|
10167 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:2032
|
10168 |
msgctxt "shipments"
|
10169 |
msgid "Meta ID."
|
10170 |
msgstr ""
|
10171 |
|
10172 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1712
|
10173 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1850
|
10174 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:2038
|
10175 |
msgctxt "shipments"
|
10176 |
msgid "Meta key."
|
10177 |
msgstr ""
|
10178 |
|
10179 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1717
|
10180 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1855
|
10181 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:2043
|
10182 |
msgctxt "shipments"
|
10183 |
msgid "Meta value."
|
10184 |
msgstr ""
|
10185 |
|
10186 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1725
|
10187 |
msgctxt "shipments"
|
10188 |
msgid "Shipment items."
|
10189 |
msgstr ""
|
10190 |
|
10191 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1732
|
10192 |
msgctxt "shipments"
|
10193 |
msgid "Item ID."
|
10194 |
msgstr ""
|
10195 |
|
10196 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1738
|
10197 |
msgctxt "shipments"
|
10198 |
msgid "Item name."
|
10199 |
msgstr ""
|
10200 |
|
10201 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1743
|
10202 |
msgctxt "shipments"
|
10203 |
msgid "Order Item ID."
|
10204 |
msgstr ""
|
10205 |
|
10206 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1748
|
10207 |
msgctxt "shipments"
|
10208 |
msgid "Product ID."
|
10209 |
msgstr ""
|
10210 |
|
10211 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1753
|
10212 |
msgctxt "shipments"
|
10213 |
msgid "Quantity."
|
10214 |
msgstr ""
|
10215 |
|
10216 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1758
|
10217 |
msgctxt "shipments"
|
10218 |
msgid "Item weight."
|
10219 |
msgstr ""
|
10220 |
|
10221 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1763
|
10222 |
msgctxt "shipments"
|
10223 |
msgid "Item SKU."
|
10224 |
msgstr ""
|
10225 |
|
10226 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1768
|
10227 |
msgctxt "shipments"
|
10228 |
msgid "Item total."
|
10229 |
msgstr ""
|
10230 |
|
10231 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1773
|
10232 |
msgctxt "shipments"
|
10233 |
msgid "Item subtotal."
|
10234 |
msgstr ""
|
10235 |
|
10236 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1778
|
10237 |
msgctxt "shipments"
|
10238 |
msgid "Item HS Code (customs)."
|
10239 |
msgstr ""
|
10240 |
|
10241 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1783
|
10242 |
msgctxt "shipments"
|
10243 |
msgid "Item country of manufacture in ISO 3166-1 alpha-2 format."
|
10244 |
msgstr ""
|
10245 |
|
10246 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1788
|
10247 |
msgctxt "shipments"
|
10248 |
msgid "Item dimensions."
|
10249 |
msgstr ""
|
10250 |
|
10251 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1793
|
10252 |
msgctxt "shipments"
|
10253 |
msgid "Item length."
|
10254 |
msgstr ""
|
10255 |
|
10256 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1798
|
10257 |
msgctxt "shipments"
|
10258 |
msgid "Item width."
|
10259 |
msgstr ""
|
10260 |
|
10261 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1803
|
10262 |
msgctxt "shipments"
|
10263 |
msgid "Item height."
|
10264 |
msgstr ""
|
10265 |
|
10266 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1810
|
10267 |
msgctxt "shipments"
|
10268 |
msgid "Item attributes."
|
10269 |
msgstr ""
|
10270 |
|
10271 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1815
|
10272 |
msgctxt "shipments"
|
10273 |
msgid "Attribute key."
|
10274 |
msgstr ""
|
10275 |
|
10276 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1820
|
10277 |
msgctxt "shipments"
|
10278 |
msgid "Attribute value."
|
10279 |
msgstr ""
|
10280 |
|
10281 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1825
|
10282 |
msgctxt "shipments"
|
10283 |
msgid "Attribute label."
|
10284 |
msgstr ""
|
10285 |
|
10286 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1830
|
10287 |
msgctxt "shipments"
|
10288 |
msgid "Order item meta id."
|
10289 |
msgstr ""
|
10290 |
|
10291 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1837
|
10292 |
msgctxt "shipments"
|
10293 |
msgid "Shipment item meta data."
|
10294 |
msgstr ""
|
10295 |
|
10296 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1877
|
10297 |
msgctxt "shipments"
|
10298 |
msgid "Label ID."
|
10299 |
msgstr ""
|
10300 |
|
10301 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1883
|
10302 |
msgctxt "shipments"
|
10303 |
msgid "The date the label was created, in the site's timezone."
|
10304 |
msgstr ""
|
10305 |
|
10306 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1889
|
10307 |
msgctxt "shipments"
|
10308 |
msgid "The date the label was created, as GMT."
|
10309 |
msgstr ""
|
10310 |
|
10311 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1895
|
10312 |
msgctxt "shipments"
|
10313 |
msgid "Shipment id."
|
10314 |
msgstr ""
|
10315 |
|
10316 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1901
|
10317 |
msgctxt "shipments"
|
10318 |
msgid "Parent id."
|
10319 |
msgstr ""
|
10320 |
|
10321 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1906
|
10322 |
msgctxt "shipments"
|
10323 |
msgid "Label product id."
|
10324 |
msgstr ""
|
10325 |
|
10326 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1911
|
10327 |
msgctxt "shipments"
|
10328 |
msgid "Label number."
|
10329 |
msgstr ""
|
10330 |
|
10331 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1916
|
10332 |
msgctxt "shipments"
|
10333 |
msgid "Shipping provider."
|
10334 |
msgstr ""
|
10335 |
|
10336 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1922
|
10337 |
msgctxt "shipments"
|
10338 |
msgid "Weight."
|
10339 |
msgstr ""
|
10340 |
|
10341 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1927
|
10342 |
msgctxt "shipments"
|
10343 |
msgid "Net weight."
|
10344 |
msgstr ""
|
10345 |
|
10346 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1932
|
10347 |
msgctxt "shipments"
|
10348 |
msgid "Created via."
|
10349 |
msgstr ""
|
10350 |
|
10351 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1937
|
10352 |
msgctxt "shipments"
|
10353 |
msgid "Is trackable?"
|
10354 |
msgstr ""
|
10355 |
|
10356 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1943
|
10357 |
msgctxt "shipments"
|
10358 |
msgid "Additional file types"
|
10359 |
msgstr ""
|
10360 |
|
10361 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1952
|
10362 |
msgctxt "shipments"
|
10363 |
msgid "Label file data."
|
10364 |
msgstr ""
|
10365 |
|
10366 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1962
|
10367 |
msgctxt "shipments"
|
10368 |
msgid "File path."
|
10369 |
msgstr ""
|
10370 |
|
10371 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1968
|
10372 |
msgctxt "shipments"
|
10373 |
msgid "File name."
|
10374 |
msgstr ""
|
10375 |
|
10376 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1974
|
10377 |
msgctxt "shipments"
|
10378 |
msgid "The file data (base64 encoded)."
|
10379 |
msgstr ""
|
10380 |
|
10381 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1980
|
10382 |
msgctxt "shipments"
|
10383 |
msgid "File type."
|
10384 |
msgstr ""
|
10385 |
|
10386 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1989
|
10387 |
msgctxt "shipments"
|
10388 |
msgid "Label type, e.g. simple or return."
|
10389 |
msgstr ""
|
10390 |
|
10391 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:1995
|
10392 |
msgctxt "shipments"
|
10393 |
msgid "Label dimensions."
|
10394 |
msgstr ""
|
10395 |
|
10396 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:2000
|
10397 |
msgctxt "shipments"
|
10398 |
msgid "Label length."
|
10399 |
msgstr ""
|
10400 |
|
10401 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:2005
|
10402 |
msgctxt "shipments"
|
10403 |
msgid "Label width."
|
10404 |
msgstr ""
|
10405 |
|
10406 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:2010
|
10407 |
msgctxt "shipments"
|
10408 |
msgid "Label height."
|
10409 |
msgstr ""
|
10410 |
|
10411 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:2017
|
10412 |
msgctxt "shipments"
|
10413 |
msgid "Label services."
|
10414 |
msgstr ""
|
10415 |
|
10416 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php:2025
|
10417 |
msgctxt "shipments"
|
10418 |
msgid "Label meta data."
|
10419 |
msgstr ""
|
10420 |
|
10421 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:239
|
10422 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:364
|
10423 |
msgctxt "shipments"
|
10424 |
msgid "Labels"
|
10425 |
msgstr ""
|
10644 |
msgid "%s return instructions"
|
10645 |
msgstr ""
|
10646 |
|
10647 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/admin-new-return-shipment-request.php:30
|
10648 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/admin-new-return-shipment-request.php:24
|
10649 |
#, php-format
|
10650 |
msgctxt "shipments"
|
10651 |
msgid "You’ve received the following return request from %s:"
|
10652 |
msgstr ""
|
10653 |
|
10654 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-guest-return-shipment-request.php:27
|
10655 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-return-shipment-delivered.php:27
|
10656 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-return-shipment.php:27
|
10657 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-shipment.php:27
|
10658 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/customer-guest-return-shipment-request.php:24
|
10659 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/customer-return-shipment-delivered.php:24
|
10660 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/customer-return-shipment.php:24
|
10661 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/customer-shipment.php:24
|
10662 |
+
#: woocommerce-germanized/templates/emails/customer-cancelled-order.php:27
|
10663 |
+
#: woocommerce-germanized/templates/emails/plain/customer-cancelled-order.php:24
|
10664 |
#, php-format
|
10665 |
msgid "Hi %s,"
|
10666 |
msgstr ""
|
10667 |
|
10668 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-guest-return-shipment-request.php:30
|
10669 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/customer-guest-return-shipment-request.php:26
|
10670 |
#, php-format
|
10671 |
msgctxt "shipments"
|
10672 |
msgid "You've requested a return to your order %s. Please follow the link to add your return request."
|
10673 |
msgstr ""
|
10674 |
|
10675 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-guest-return-shipment-request.php:34
|
10676 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/myaccount/order-shipments.php:35
|
10677 |
msgctxt "shipments"
|
10678 |
msgid "Add return request"
|
10679 |
msgstr ""
|
10684 |
msgid "If you cannot follow the link above please copy this url and paste it to your browser bar: %s"
|
10685 |
msgstr ""
|
10686 |
|
10687 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-return-shipment-delivered.php:30
|
10688 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/customer-return-shipment-delivered.php:26
|
10689 |
msgctxt "shipments"
|
10690 |
msgid "Thank you! Your return has been received successfully. There are more details below for your reference:"
|
10691 |
msgstr ""
|
10692 |
|
10693 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-return-shipment.php:32
|
10694 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/customer-return-shipment.php:28
|
10695 |
msgctxt "shipments"
|
10696 |
msgid "Your return request has been accepted. Please follow the instructions beneath to return your shipment."
|
10697 |
msgstr ""
|
10698 |
|
10699 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-return-shipment.php:34
|
10700 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/customer-return-shipment.php:30
|
10701 |
msgctxt "shipments"
|
10702 |
msgid "A new return has been added to your order. Please follow the instructions beneath to return your shipment."
|
10703 |
msgstr ""
|
10704 |
|
10705 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-shipment.php:33
|
10706 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/customer-shipment.php:28
|
10707 |
#, php-format
|
10708 |
msgctxt "shipments"
|
10709 |
msgid "Your order on %1$s has been partially shipped via %2$s. Find details below for your reference:"
|
10710 |
msgstr ""
|
10711 |
|
10712 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/customer-shipment.php:36
|
10713 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/customer-shipment.php:31
|
10714 |
#, php-format
|
10715 |
msgctxt "shipments"
|
10716 |
msgid "Your order on %1$s has been shipped via %2$s. Find details below for your reference:"
|
10717 |
msgstr ""
|
10718 |
|
10719 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-order-shipments.php:32
|
10720 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/email-order-shipments.php:29
|
10721 |
#, php-format
|
10722 |
msgctxt "shipments"
|
10723 |
msgid "Shipment %1$d of %2$d"
|
10724 |
msgstr ""
|
10725 |
|
10726 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-order-shipments.php:36
|
10727 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-shipment-tracking.php:30
|
10728 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/email-order-shipments.php:33
|
10729 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/email-shipment-tracking.php:24
|
10730 |
msgctxt "shipments"
|
10731 |
msgid "Estimated date:"
|
10732 |
msgstr ""
|
10733 |
|
10734 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-order-shipments.php:41
|
10735 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-shipment-tracking.php:34
|
10736 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/email-order-shipments.php:38
|
10737 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/email-shipment-tracking.php:28
|
10738 |
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/shipment/shipment-details-tracking.php:26
|
10739 |
msgctxt "shipments"
|
10740 |
msgid "Track your shipment"
|
10741 |
msgstr ""
|
10742 |
|
10743 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-order-shipments.php:48
|
10744 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/email-order-shipments.php:45
|
10745 |
msgctxt "shipments"
|
10746 |
msgid "Sorry, this shipment does currently not support tracking."
|
10747 |
msgstr ""
|
10748 |
|
10749 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-shipment-address.php:27
|
10750 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/email-shipment-address.php:19
|
10751 |
msgctxt "shipments"
|
10752 |
msgid "Shipment goes to:"
|
10753 |
msgstr ""
|
10754 |
|
10755 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:46
|
10756 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/email-shipment-details.php:23
|
10757 |
#, php-format
|
10758 |
msgctxt "shipments"
|
10759 |
msgid "Details to your %s"
|
10760 |
msgstr ""
|
10761 |
|
10762 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:46
|
10763 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/plain/email-shipment-details.php:23
|
10764 |
#, php-format
|
10765 |
msgctxt "shipments"
|
10766 |
msgid "[%1$s #%2$s]"
|
10767 |
msgstr ""
|
10768 |
|
10769 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/emails/email-shipment-details.php:54
|
10770 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/myaccount/add-return-shipment.php:33
|
10771 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/templates/shipment/shipment-details.php:59
|
10772 |
msgctxt "shipments"
|
10773 |
msgid "Product"
|
10774 |
msgstr ""
|
10860 |
msgid "Shipment details"
|
10861 |
msgstr ""
|
10862 |
|
10863 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php:40
|
10864 |
+
#: woocommerce-germanized/packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php:58
|
10865 |
#, php-format
|
10866 |
msgctxt "shipments"
|
10867 |
msgid "Your installation of the Germanized Shipments feature plugin is incomplete. Please run %1$s within the %2$s directory."
|
10872 |
msgid "Setup your Trusted Shops Integration."
|
10873 |
msgstr ""
|
10874 |
|
10875 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/admin/settings/class-wc-ts-gzd-settings-tab.php:52
|
10876 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-ts-settings-handler.php:23
|
10877 |
msgctxt "trusted-shops"
|
10878 |
msgid "Trusted Shops"
|
10879 |
msgstr ""
|
10951 |
msgid "These settings apply for your %s shop. To adjust settings for another language, please switch your admin language through the WPML language switcher."
|
10952 |
msgstr ""
|
10953 |
|
10954 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:87
|
10955 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:127
|
10956 |
msgctxt "trusted-shops"
|
10957 |
msgid "GTIN"
|
10958 |
msgstr ""
|
10959 |
|
10960 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:87
|
10961 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:131
|
10962 |
msgctxt "trusted-shops"
|
10963 |
msgid "ID that allows your products to be identified worldwide. If you want to display your Trusted Shops Product Reviews in Google Shopping and paid Google adverts, Google needs the GTIN."
|
10964 |
msgstr ""
|
10965 |
|
10966 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:91
|
10967 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:140
|
10968 |
msgctxt "trusted-shops"
|
10969 |
msgid "MPN"
|
10970 |
msgstr ""
|
10971 |
|
10972 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:91
|
10973 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:144
|
10974 |
msgctxt "trusted-shops"
|
10975 |
msgid "If you don't have a GTIN for your products, you can pass the brand name and the MPN on to Google to use the Trusted Shops Google Integration."
|
10976 |
msgstr ""
|
11061 |
msgid "Edit Mode"
|
11062 |
msgstr ""
|
11063 |
|
11064 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:271
|
11065 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:335
|
11066 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:461
|
11067 |
msgctxt "trusted-shops"
|
11068 |
msgid "The advanced configuration is for users with programming skills. Here you can create even more individual settings."
|
11069 |
msgstr ""
|
11103 |
msgid "You can display your Trustbadge with or without Review Stars."
|
11104 |
msgstr ""
|
11105 |
|
11106 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:308
|
11107 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:813
|
11108 |
msgctxt "trusted-shops"
|
11109 |
msgid "Display Trustbadge with review stars"
|
11110 |
msgstr ""
|
11111 |
|
11112 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:309
|
11113 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:817
|
11114 |
msgctxt "trusted-shops"
|
11115 |
msgid "Display Trustbadge without review stars"
|
11116 |
msgstr ""
|
11125 |
msgid "Choose the distance that the Trustbadge will appear from the bottom-right corner of the screen."
|
11126 |
msgstr ""
|
11127 |
|
11128 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:319
|
11129 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:533
|
11130 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:584
|
11131 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:599
|
11132 |
msgctxt "trusted-shops"
|
11133 |
msgid "px"
|
11134 |
msgstr ""
|
11135 |
|
11136 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:325
|
11137 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:540
|
11138 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:590
|
11139 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:606
|
11140 |
#, php-format
|
11141 |
msgctxt "trusted-shops"
|
11142 |
msgid "Please choose a non-negative number (at least %d)"
|
11168 |
msgid "Assign widget %s"
|
11169 |
msgstr ""
|
11170 |
|
11171 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:354
|
11172 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:629
|
11173 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:953
|
11174 |
msgctxt "trusted-shops"
|
11175 |
msgid "here"
|
11176 |
msgstr ""
|
11177 |
|
11178 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:362
|
11179 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:513
|
11180 |
msgctxt "trusted-shops"
|
11181 |
msgid "Background color"
|
11182 |
msgstr ""
|
11211 |
msgid "Show x alternating reviews"
|
11212 |
msgstr ""
|
11213 |
|
11214 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:390
|
11215 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:407
|
11216 |
#, php-format
|
11217 |
msgctxt "trusted-shops"
|
11218 |
msgid "Please choose a non-negative number between %1$d and %2$d"
|
11238 |
msgid "Sticker code"
|
11239 |
msgstr ""
|
11240 |
|
11241 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:417
|
11242 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:547
|
11243 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:612
|
11244 |
msgctxt "trusted-shops"
|
11245 |
msgid "The advanced configuration is for users with programming skills. Here you can perform even more individual settings."
|
11246 |
msgstr ""
|
11316 |
msgid "Reviews"
|
11317 |
msgstr ""
|
11318 |
|
11319 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:489
|
11320 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:498
|
11321 |
msgctxt "trusted-shops"
|
11322 |
msgid "You can choose a name for the tab with your Product Reviews."
|
11323 |
msgstr ""
|
11352 |
msgid "Set the background color for your Product Reviews."
|
11353 |
msgstr ""
|
11354 |
|
11355 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:521
|
11356 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:571
|
11357 |
msgctxt "trusted-shops"
|
11358 |
msgid "Star color"
|
11359 |
msgstr ""
|
11363 |
msgid "Set the color for the Product Review stars in your Product Reviews tab."
|
11364 |
msgstr ""
|
11365 |
|
11366 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:529
|
11367 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:579
|
11368 |
msgctxt "trusted-shops"
|
11369 |
msgid "Star size"
|
11370 |
msgstr ""
|
11379 |
msgid "Product Sticker Code"
|
11380 |
msgstr ""
|
11381 |
|
11382 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:554
|
11383 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-admin.php:620
|
11384 |
msgctxt "trusted-shops"
|
11385 |
msgid "jQuerySelector"
|
11386 |
msgstr ""
|
11618 |
msgid "Start export"
|
11619 |
msgstr ""
|
11620 |
|
11621 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:54
|
11622 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-trusted-shops-core.php:63
|
11623 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-ts-dependencies.php:41
|
11624 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/class-wc-ts-dependencies.php:50
|
11625 |
msgctxt "trusted-shops"
|
11626 |
msgid "Cheating huh?"
|
11627 |
msgstr ""
|
11708 |
msgid "Trusted Shops Shop Review Sticker"
|
11709 |
msgstr ""
|
11710 |
|
11711 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/widgets/class-wc-trusted-shops-widget-review-sticker.php:27
|
11712 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/includes/widgets/class-wc-trusted-shops-widget-review-sticker.php:48
|
11713 |
msgctxt "trusted-shops"
|
11714 |
msgid "Trusted Shops Reviews"
|
11715 |
msgstr ""
|
11735 |
msgid "cancel review reminder"
|
11736 |
msgstr ""
|
11737 |
|
11738 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/templates/emails/customer-trusted-shops.php:19
|
11739 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/templates/emails/plain/customer-trusted-shops.php:16
|
11740 |
#, php-format
|
11741 |
msgctxt "trusted-shops"
|
11742 |
msgid "Dear %1$s %2$s,"
|
11743 |
msgstr ""
|
11744 |
|
11745 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/templates/emails/customer-trusted-shops.php:20
|
11746 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/templates/emails/plain/customer-trusted-shops.php:18
|
11747 |
#, php-format
|
11748 |
msgctxt "trusted-shops"
|
11749 |
msgid "You have recently shopped at %s. Thank you! We would be glad if you spent some time to write a review about your order. To do so please follow follow the link."
|
11754 |
msgid "Rate Order now"
|
11755 |
msgstr ""
|
11756 |
|
11757 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/woocommerce-trusted-shops.php:41
|
11758 |
+
#: woocommerce-germanized/packages/woocommerce-trusted-shops/woocommerce-trusted-shops.php:59
|
11759 |
#, php-format
|
11760 |
msgctxt "trusted-shops"
|
11761 |
msgid "Your installation of the Trustbadge Reviews for WooCommerce plugin is incomplete. Please run %1$s within the %2$s directory."
|
11762 |
msgstr ""
|
11763 |
|
11764 |
+
#: woocommerce-germanized/src/Autoloader.php:50
|
11765 |
+
#: woocommerce-germanized/src/Packages.php:147
|
11766 |
msgid "Your installation of Germanized is incomplete. If you installed Germanized from GitHub, please refer to this document to set up your development environment: https://github.com/vendidero/woocommerce-germanized/wiki/How-to-set-up-a-Germanized-development-environment"
|
11767 |
msgstr ""
|
11768 |
|
11769 |
+
#: woocommerce-germanized/src/Autoloader.php:62
|
11770 |
+
#: woocommerce-germanized/src/Packages.php:169
|
11771 |
#, php-format
|
11772 |
msgid "Your installation of Germanized is incomplete. If you installed Germanized from GitHub, %1$splease refer to this document%2$s to set up your development environment."
|
11773 |
msgstr ""
|
11774 |
|
11775 |
+
#: woocommerce-germanized/src/Packages.php:145
|
11776 |
+
#: woocommerce-germanized/src/Packages.php:160
|
11777 |
#, php-format
|
11778 |
msgid "Missing the Germanized %s package"
|
11779 |
msgstr ""
|
11780 |
|
11781 |
+
#: woocommerce-germanized/src/PluginsHelper.php:360
|
11782 |
#, php-format
|
11783 |
msgid "Please <a href=\"%1$s\">activate the %2$s »</a> plugin"
|
11784 |
msgstr ""
|
11785 |
|
11786 |
+
#: woocommerce-germanized/src/PluginsHelper.php:360
|
11787 |
#, php-format
|
11788 |
msgid "Please <a href=\"%1$s\">install the %2$s »</a> plugin"
|
11789 |
msgstr ""
|
11790 |
|
11791 |
+
#: woocommerce-germanized/src/PluginsHelper.php:417
|
11792 |
#, php-format
|
11793 |
msgid "The requested plugin `%s` could not be installed. Plugin API call failed."
|
11794 |
msgstr ""
|
11795 |
|
11796 |
+
#: woocommerce-germanized/src/PluginsHelper.php:437
|
11797 |
#, php-format
|
11798 |
msgid "The requested plugin `%s` could not be installed. Upgrader install failed."
|
11799 |
msgstr ""
|
11800 |
|
11801 |
+
#: woocommerce-germanized/src/PluginsHelper.php:465
|
11802 |
msgid "WooCommerce"
|
11803 |
msgstr ""
|
11804 |
|
11805 |
+
#: woocommerce-germanized/src/PluginsHelper.php:503
|
|
|
|
|
|
|
|
|
11806 |
#, php-format
|
11807 |
msgid "The requested plugin `%s` is not yet installed."
|
11808 |
msgstr ""
|
11809 |
|
11810 |
+
#: woocommerce-germanized/src/PluginsHelper.php:515
|
11811 |
#, php-format
|
11812 |
msgid "The requested plugin `%s` could not be activated."
|
11813 |
msgstr ""
|
11814 |
|
11815 |
+
#: woocommerce-germanized/src/PluginsHelper.php:536
|
11816 |
msgid "Germanized for WooCommerce: One Stop Shop"
|
11817 |
msgstr ""
|
11818 |
|
11819 |
+
#: woocommerce-germanized/src/PluginsHelper.php:540
|
11820 |
+
msgid "Germanized for WooCommerce: Trusted Shops"
|
11821 |
+
msgstr ""
|
11822 |
+
|
11823 |
#: woocommerce-germanized/src/Shopmarks.php:537
|
11824 |
msgid "Single Product (Grouped)"
|
11825 |
msgstr ""
|
11852 |
msgid "Meta"
|
11853 |
msgstr ""
|
11854 |
|
11855 |
+
#: woocommerce-germanized/src/Shopmarks.php:572
|
11856 |
+
#: woocommerce-germanized/src/Shopmarks.php:721
|
11857 |
msgid "After Meta"
|
11858 |
msgstr ""
|
11859 |
|
11889 |
msgid "Quantity Column"
|
11890 |
msgstr ""
|
11891 |
|
11892 |
+
#: woocommerce-germanized/src/Shopmarks.php:621
|
11893 |
+
#: woocommerce-germanized/src/Shopmarks.php:643
|
11894 |
msgid "After Item Title"
|
11895 |
msgstr ""
|
11896 |
|
11910 |
msgid "After Item Price"
|
11911 |
msgstr ""
|
11912 |
|
11913 |
+
#: woocommerce-germanized/src/Shopmarks.php:655
|
11914 |
+
#: woocommerce-germanized/src/Shopmarks.php:677
|
11915 |
msgid "Item Price"
|
11916 |
msgstr ""
|
11917 |
|
11918 |
+
#: woocommerce-germanized/src/Shopmarks.php:660
|
11919 |
+
#: woocommerce-germanized/src/Shopmarks.php:682
|
11920 |
+
#: woocommerce-germanized/src/Shopmarks.php:694
|
11921 |
+
#: woocommerce-germanized/src/Shopmarks.php:711
|
11922 |
msgid "Item Name"
|
11923 |
msgstr ""
|
11924 |
|
11926 |
msgid "After Item Name"
|
11927 |
msgstr ""
|
11928 |
|
11929 |
+
#: woocommerce-germanized/src/Shopmarks.php:670
|
11930 |
+
#: woocommerce-germanized/src/Shopmarks.php:689
|
11931 |
+
#: woocommerce-germanized/src/Shopmarks.php:706
|
11932 |
msgid "Subtotal"
|
11933 |
msgstr ""
|
11934 |
|
11935 |
+
#: woocommerce-germanized/src/Shopmarks.php:699
|
11936 |
+
#: woocommerce-germanized/src/Shopmarks.php:716
|
11937 |
msgid "After Item Quantity"
|
11938 |
msgstr ""
|
11939 |
|
11941 |
msgid "Before Meta"
|
11942 |
msgstr ""
|
11943 |
|
11944 |
+
#: woocommerce-germanized/src/Shopmarks.php:752
|
11945 |
+
#: woocommerce-germanized/src/Shopmarks.php:762
|
11946 |
+
#: woocommerce-germanized/src/Shopmarks.php:772
|
11947 |
+
#: woocommerce-germanized/src/Shopmarks.php:782
|
11948 |
+
#: woocommerce-germanized/src/Shopmarks.php:792
|
11949 |
+
#: woocommerce-germanized/src/Shopmarks.php:802
|
11950 |
+
#: woocommerce-germanized/src/Shopmarks.php:812
|
11951 |
+
#: woocommerce-germanized/src/Shopmarks.php:822
|
11952 |
msgctxt "shopmark"
|
11953 |
msgid "Unit Price"
|
11954 |
msgstr ""
|
11955 |
|
11956 |
+
#: woocommerce-germanized/src/Shopmarks.php:753
|
11957 |
+
#: woocommerce-germanized/src/Shopmarks.php:763
|
11958 |
+
#: woocommerce-germanized/src/Shopmarks.php:773
|
11959 |
+
#: woocommerce-germanized/src/Shopmarks.php:783
|
11960 |
+
#: woocommerce-germanized/src/Shopmarks.php:794
|
11961 |
+
#: woocommerce-germanized/src/Shopmarks.php:804
|
11962 |
+
#: woocommerce-germanized/src/Shopmarks.php:814
|
11963 |
+
#: woocommerce-germanized/src/Shopmarks.php:824
|
11964 |
msgctxt "shopmark"
|
11965 |
msgid "Delivery Time"
|
11966 |
msgstr ""
|
11967 |
|
11968 |
+
#: woocommerce-germanized/src/Shopmarks.php:754
|
11969 |
+
#: woocommerce-germanized/src/Shopmarks.php:764
|
11970 |
msgctxt "shopmark"
|
11971 |
msgid "General"
|
11972 |
msgstr ""
|
11973 |
|
11974 |
+
#: woocommerce-germanized/src/Shopmarks.php:755
|
11975 |
+
#: woocommerce-germanized/src/Shopmarks.php:765
|
11976 |
+
#: woocommerce-germanized/src/Shopmarks.php:776
|
11977 |
+
#: woocommerce-germanized/src/Shopmarks.php:786
|
11978 |
+
#: woocommerce-germanized/src/Shopmarks.php:793
|
11979 |
+
#: woocommerce-germanized/src/Shopmarks.php:803
|
11980 |
+
#: woocommerce-germanized/src/Shopmarks.php:813
|
11981 |
+
#: woocommerce-germanized/src/Shopmarks.php:823
|
11982 |
msgctxt "shopmark"
|
11983 |
msgid "Product Units"
|
11984 |
msgstr ""
|
11985 |
|
11986 |
+
#: woocommerce-germanized/src/Shopmarks.php:756
|
11987 |
+
#: woocommerce-germanized/src/Shopmarks.php:766
|
11988 |
+
#: woocommerce-germanized/src/Shopmarks.php:796
|
11989 |
+
#: woocommerce-germanized/src/Shopmarks.php:806
|
11990 |
+
#: woocommerce-germanized/src/Shopmarks.php:816
|
11991 |
+
#: woocommerce-germanized/src/Shopmarks.php:826
|
11992 |
msgctxt "shopmark"
|
11993 |
msgid "Defect Description"
|
11994 |
msgstr ""
|
11995 |
|
11996 |
+
#: woocommerce-germanized/src/Shopmarks.php:757
|
11997 |
+
#: woocommerce-germanized/src/Shopmarks.php:767
|
11998 |
+
#: woocommerce-germanized/src/Shopmarks.php:777
|
11999 |
+
#: woocommerce-germanized/src/Shopmarks.php:787
|
12000 |
+
#: woocommerce-germanized/src/Shopmarks.php:797
|
12001 |
+
#: woocommerce-germanized/src/Shopmarks.php:807
|
12002 |
+
#: woocommerce-germanized/src/Shopmarks.php:817
|
12003 |
+
#: woocommerce-germanized/src/Shopmarks.php:827
|
12004 |
msgctxt "shopmark"
|
12005 |
msgid "Deposit"
|
12006 |
msgstr ""
|
12007 |
|
12008 |
+
#: woocommerce-germanized/src/Shopmarks.php:758
|
12009 |
+
#: woocommerce-germanized/src/Shopmarks.php:768
|
12010 |
+
#: woocommerce-germanized/src/Shopmarks.php:778
|
12011 |
+
#: woocommerce-germanized/src/Shopmarks.php:788
|
12012 |
+
#: woocommerce-germanized/src/Shopmarks.php:798
|
12013 |
+
#: woocommerce-germanized/src/Shopmarks.php:808
|
12014 |
+
#: woocommerce-germanized/src/Shopmarks.php:818
|
12015 |
+
#: woocommerce-germanized/src/Shopmarks.php:828
|
12016 |
msgctxt "shopmark"
|
12017 |
msgid "Type of Packaging"
|
12018 |
msgstr ""
|
12019 |
|
12020 |
+
#: woocommerce-germanized/src/Shopmarks.php:759
|
12021 |
+
#: woocommerce-germanized/src/Shopmarks.php:769
|
12022 |
+
#: woocommerce-germanized/src/Shopmarks.php:779
|
12023 |
+
#: woocommerce-germanized/src/Shopmarks.php:789
|
12024 |
+
#: woocommerce-germanized/src/Shopmarks.php:799
|
12025 |
+
#: woocommerce-germanized/src/Shopmarks.php:809
|
12026 |
+
#: woocommerce-germanized/src/Shopmarks.php:819
|
12027 |
+
#: woocommerce-germanized/src/Shopmarks.php:829
|
12028 |
msgctxt "shopmark"
|
12029 |
msgid "Nutri-Score"
|
12030 |
msgstr ""
|
12031 |
|
12032 |
+
#: woocommerce-germanized/src/Shopmarks.php:774
|
12033 |
+
#: woocommerce-germanized/src/Shopmarks.php:784
|
12034 |
msgctxt "shopmark"
|
12035 |
msgid "Tax"
|
12036 |
msgstr ""
|
12037 |
|
12038 |
+
#: woocommerce-germanized/src/Shopmarks.php:775
|
12039 |
+
#: woocommerce-germanized/src/Shopmarks.php:785
|
12040 |
msgctxt "shopmark"
|
12041 |
msgid "Shipping Costs"
|
12042 |
msgstr ""
|
12043 |
|
12044 |
+
#: woocommerce-germanized/src/Shopmarks.php:795
|
12045 |
+
#: woocommerce-germanized/src/Shopmarks.php:805
|
12046 |
+
#: woocommerce-germanized/src/Shopmarks.php:815
|
12047 |
+
#: woocommerce-germanized/src/Shopmarks.php:825
|
12048 |
msgctxt "shopmark"
|
12049 |
msgid "Cart Description"
|
12050 |
msgstr ""
|
12051 |
|
12052 |
+
#: woocommerce-germanized/templates/checkboxes/default.php:48
|
12053 |
+
#: woocommerce-germanized/templates/checkout/terms-sepa.php:48
|
12054 |
+
#: woocommerce-germanized/templates/checkout/terms.php:67
|
12055 |
msgid "required"
|
12056 |
msgstr ""
|
12057 |
|
12073 |
msgid "Update totals"
|
12074 |
msgstr ""
|
12075 |
|
12076 |
+
#: woocommerce-germanized/templates/emails/customer-cancelled-order.php:31
|
12077 |
+
#: woocommerce-germanized/templates/emails/plain/customer-cancelled-order.php:28
|
12078 |
#, php-format
|
12079 |
msgid "Your order #%s has been cancelled:"
|
12080 |
msgstr ""
|
12081 |
|
12082 |
+
#: woocommerce-germanized/templates/emails/customer-cancelled-order.php:34
|
12083 |
+
#: woocommerce-germanized/templates/emails/plain/customer-cancelled-order.php:31
|
12084 |
#, php-format
|
12085 |
msgid "Your order #%s has failed:"
|
12086 |
msgstr ""
|
12087 |
|
12088 |
+
#: woocommerce-germanized/templates/emails/customer-new-account-activation.php:23
|
12089 |
+
#: woocommerce-germanized/templates/emails/plain/customer-new-account-activation.php:25
|
12090 |
#, php-format
|
12091 |
msgid "Thanks for creating an account on %s. Please follow the activation link to activate your account:"
|
12092 |
msgstr ""
|
12099 |
msgid "Click here to set your new password."
|
12100 |
msgstr ""
|
12101 |
|
12102 |
+
#: woocommerce-germanized/templates/emails/customer-new-account-activation.php:30
|
12103 |
+
#: woocommerce-germanized/templates/emails/plain/customer-new-account-activation.php:40
|
12104 |
#, php-format
|
12105 |
msgid "If you haven't created an account on %s please ignore this email."
|
12106 |
msgstr ""
|
12110 |
msgid "If you cannot follow the link above please copy this url and paste it to your browser bar: %s"
|
12111 |
msgstr ""
|
12112 |
|
12113 |
+
#: woocommerce-germanized/templates/emails/customer-paid-for-order.php:26
|
12114 |
+
#: woocommerce-germanized/templates/emails/plain/customer-paid-for-order.php:25
|
12115 |
#, php-format
|
12116 |
msgid "Hi there. Thank you! We have successfully received your payment for order %s. Your order is now being processed."
|
12117 |
msgstr ""
|
12183 |
msgid "This version of the Corona Helper Plugin includes a bug which could lead to tax rates being added multiple times. Please <a href=\"%1$s\">deactivate</a> the plugin and check our <a href=\"%2$s\" target=\"_blank\">blog post</a>."
|
12184 |
msgstr ""
|
12185 |
|
12186 |
+
#: woocommerce-germanized/woocommerce-germanized.php:1219
|
12187 |
msgid "Pease wait while we are trying to redirect you to the payment provider."
|
12188 |
msgstr ""
|
12189 |
|
includes/admin/class-wc-gzd-admin-setup-wizard.php
CHANGED
@@ -376,7 +376,7 @@ if ( ! class_exists( 'WC_GZD_Admin_Setup_Wizard' ) ) :
|
|
376 |
}
|
377 |
|
378 |
protected function header() {
|
379 |
-
set_current_screen();
|
380 |
?>
|
381 |
<!DOCTYPE html>
|
382 |
<html <?php language_attributes(); ?>>
|
376 |
}
|
377 |
|
378 |
protected function header() {
|
379 |
+
set_current_screen( 'wc-gzd-setup' );
|
380 |
?>
|
381 |
<!DOCTYPE html>
|
382 |
<html <?php language_attributes(); ?>>
|
includes/api/class-wc-gzd-rest-products-controller.php
CHANGED
@@ -33,7 +33,7 @@ class WC_GZD_REST_Products_Controller {
|
|
33 |
$parent_schema = $this->get_item_schema_properties();
|
34 |
$variation_schema = $parent_schema['variations']['items']['properties'];
|
35 |
|
36 |
-
return
|
37 |
}
|
38 |
|
39 |
protected function get_item_schema_properties() {
|
@@ -239,7 +239,7 @@ class WC_GZD_REST_Products_Controller {
|
|
239 |
$schema_properties['min_age'] = array(
|
240 |
'description' => __( 'Age verification minimum age.', 'woocommerce-germanized' ),
|
241 |
'type' => 'string',
|
242 |
-
'enum' => array_merge( array( '' ), array_keys( wc_gzd_get_age_verification_min_ages() ) ),
|
243 |
'default' => '',
|
244 |
'context' => array( 'view', 'edit' ),
|
245 |
);
|
@@ -548,7 +548,7 @@ class WC_GZD_REST_Products_Controller {
|
|
548 |
$schema_properties['variations']['items']['properties']['min_age'] = array(
|
549 |
'description' => __( 'Age verification minimum age.', 'woocommerce-germanized' ),
|
550 |
'type' => 'string',
|
551 |
-
'enum' => array_merge( array( '' ), array_keys( wc_gzd_get_age_verification_min_ages() ) ),
|
552 |
'context' => array( 'view', 'edit' ),
|
553 |
);
|
554 |
$schema_properties['variations']['items']['properties']['warranty_attachment_id'] = array(
|
@@ -624,14 +624,17 @@ class WC_GZD_REST_Products_Controller {
|
|
624 |
* @return array
|
625 |
*/
|
626 |
public function schema( $schema_properties ) {
|
627 |
-
|
|
|
|
|
|
|
628 |
}
|
629 |
|
630 |
public function prepare( $response, $post, $request ) {
|
631 |
$product = wc_get_product( $post );
|
632 |
$context = ! empty( $request['context'] ) ? $request['context'] : 'view';
|
633 |
|
634 |
-
// Add variations to variable
|
635 |
if ( $product->is_type( 'variable' ) && $product->has_child() ) {
|
636 |
$data = $response->data;
|
637 |
$data['variations'] = $this->set_product_variation_fields( $response->data['variations'], $product, $context );
|
33 |
$parent_schema = $this->get_item_schema_properties();
|
34 |
$variation_schema = $parent_schema['variations']['items']['properties'];
|
35 |
|
36 |
+
return array_merge_recursive( $schema_properties, $variation_schema );
|
37 |
}
|
38 |
|
39 |
protected function get_item_schema_properties() {
|
239 |
$schema_properties['min_age'] = array(
|
240 |
'description' => __( 'Age verification minimum age.', 'woocommerce-germanized' ),
|
241 |
'type' => 'string',
|
242 |
+
'enum' => array_merge( array( '' ), array_map( 'strval', array_keys( wc_gzd_get_age_verification_min_ages() ) ) ),
|
243 |
'default' => '',
|
244 |
'context' => array( 'view', 'edit' ),
|
245 |
);
|
548 |
$schema_properties['variations']['items']['properties']['min_age'] = array(
|
549 |
'description' => __( 'Age verification minimum age.', 'woocommerce-germanized' ),
|
550 |
'type' => 'string',
|
551 |
+
'enum' => array_merge( array( '' ), array_map( 'strval', array_keys( wc_gzd_get_age_verification_min_ages() ) ) ),
|
552 |
'context' => array( 'view', 'edit' ),
|
553 |
);
|
554 |
$schema_properties['variations']['items']['properties']['warranty_attachment_id'] = array(
|
624 |
* @return array
|
625 |
*/
|
626 |
public function schema( $schema_properties ) {
|
627 |
+
$custom_properties = $this->get_item_schema_properties();
|
628 |
+
unset( $custom_properties['variations'] );
|
629 |
+
|
630 |
+
return array_merge_recursive( $schema_properties, $custom_properties );
|
631 |
}
|
632 |
|
633 |
public function prepare( $response, $post, $request ) {
|
634 |
$product = wc_get_product( $post );
|
635 |
$context = ! empty( $request['context'] ) ? $request['context'] : 'view';
|
636 |
|
637 |
+
// Add variations to variable v2 API requests.
|
638 |
if ( $product->is_type( 'variable' ) && $product->has_child() ) {
|
639 |
$data = $response->data;
|
640 |
$data['variations'] = $this->set_product_variation_fields( $response->data['variations'], $product, $context );
|
includes/wc-gzd-legacy-functions.php
CHANGED
@@ -131,3 +131,21 @@ function wc_gzd_bool_to_string( $bool ) {
|
|
131 |
|
132 |
return wc_bool_to_string( $bool );
|
133 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
|
132 |
return wc_bool_to_string( $bool );
|
133 |
}
|
134 |
+
|
135 |
+
add_action( 'init', function() {
|
136 |
+
if ( ! function_exists( 'wc_ts_set_crud_data' ) ) {
|
137 |
+
function wc_ts_set_crud_data( $object, $key, $value ) {
|
138 |
+
wc_deprecated_function( __FUNCTION__, '3.10' );
|
139 |
+
|
140 |
+
return $object;
|
141 |
+
}
|
142 |
+
}
|
143 |
+
|
144 |
+
if ( ! function_exists( 'wc_ts_get_crud_data' ) ) {
|
145 |
+
function wc_ts_get_crud_data( $object, $key, $suppress_suffix = false ) {
|
146 |
+
wc_deprecated_function( __FUNCTION__, '3.10' );
|
147 |
+
|
148 |
+
return '';
|
149 |
+
}
|
150 |
+
}
|
151 |
+
}, 0 );
|
includes/wc-gzd-template-functions.php
CHANGED
@@ -49,7 +49,7 @@ if ( ! function_exists( 'woocommerce_gzd_template_grouped_single_legal_info' ) )
|
|
49 |
|
50 |
if ( ! function_exists( 'woocommerce_gzd_template_product_review_authenticity_status' ) ) {
|
51 |
function woocommerce_gzd_template_product_review_authenticity_status( $comment ) {
|
52 |
-
if ( apply_filters( 'woocommerce_gzd_show_product_review_authenticity_status', true, $comment->comment_ID ) ) {
|
53 |
wc_get_template( 'single-product/review-authenticity-status.php' );
|
54 |
}
|
55 |
}
|
49 |
|
50 |
if ( ! function_exists( 'woocommerce_gzd_template_product_review_authenticity_status' ) ) {
|
51 |
function woocommerce_gzd_template_product_review_authenticity_status( $comment ) {
|
52 |
+
if ( (int) $comment->comment_parent <= 0 && apply_filters( 'woocommerce_gzd_show_product_review_authenticity_status', true, $comment->comment_ID ) ) {
|
53 |
wc_get_template( 'single-product/review-authenticity-status.php' );
|
54 |
}
|
55 |
}
|
packages/woocommerce-germanized-dhl/src/Package.php
CHANGED
@@ -25,7 +25,7 @@ class Package {
|
|
25 |
*
|
26 |
* @var string
|
27 |
*/
|
28 |
-
const VERSION = '1.7.
|
29 |
|
30 |
public static $upload_dir_suffix = '';
|
31 |
|
25 |
*
|
26 |
* @var string
|
27 |
*/
|
28 |
+
const VERSION = '1.7.5';
|
29 |
|
30 |
public static $upload_dir_suffix = '';
|
31 |
|
packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php
CHANGED
@@ -348,6 +348,10 @@ class DHL extends Auto {
|
|
348 |
'wrapper_class' => 'show-if-has-return column col-3',
|
349 |
'value' => isset( $default_args['return_address']['street_number'] ) ? $default_args['return_address']['street_number'] : '',
|
350 |
),
|
|
|
|
|
|
|
|
|
351 |
array(
|
352 |
'id' => '',
|
353 |
'type' => 'columns',
|
@@ -370,6 +374,10 @@ class DHL extends Auto {
|
|
370 |
'wrapper_class' => 'show-if-has-return column col-6',
|
371 |
'value' => isset( $default_args['return_address']['city'] ) ? $default_args['return_address']['city'] : '',
|
372 |
),
|
|
|
|
|
|
|
|
|
373 |
array(
|
374 |
'id' => '',
|
375 |
'type' => 'columns',
|
@@ -480,8 +488,9 @@ class DHL extends Auto {
|
|
480 |
'wrapper_class' => 'form-field-checkbox',
|
481 |
),
|
482 |
array(
|
483 |
-
'id'
|
484 |
-
'type'
|
|
|
485 |
),
|
486 |
array(
|
487 |
'id' => 'ident_date_of_birth',
|
@@ -494,14 +503,14 @@ class DHL extends Auto {
|
|
494 |
'maxlength' => 10,
|
495 |
),
|
496 |
'class' => 'short date-picker',
|
497 |
-
'wrapper_class' => '
|
498 |
'type' => 'text',
|
499 |
),
|
500 |
array(
|
501 |
'id' => 'ident_min_age',
|
502 |
'label' => _x( 'Minimum age', 'dhl', 'woocommerce-germanized' ),
|
503 |
'description' => '',
|
504 |
-
'wrapper_class' => '
|
505 |
'type' => 'select',
|
506 |
'value' => isset( $default_args['ident_min_age'] ) ? $default_args['ident_min_age'] : '',
|
507 |
'options' => wc_gzd_dhl_get_ident_min_ages(),
|
348 |
'wrapper_class' => 'show-if-has-return column col-3',
|
349 |
'value' => isset( $default_args['return_address']['street_number'] ) ? $default_args['return_address']['street_number'] : '',
|
350 |
),
|
351 |
+
array(
|
352 |
+
'id' => '',
|
353 |
+
'type' => 'columns_end',
|
354 |
+
),
|
355 |
array(
|
356 |
'id' => '',
|
357 |
'type' => 'columns',
|
374 |
'wrapper_class' => 'show-if-has-return column col-6',
|
375 |
'value' => isset( $default_args['return_address']['city'] ) ? $default_args['return_address']['city'] : '',
|
376 |
),
|
377 |
+
array(
|
378 |
+
'id' => '',
|
379 |
+
'type' => 'columns_end',
|
380 |
+
),
|
381 |
array(
|
382 |
'id' => '',
|
383 |
'type' => 'columns',
|
488 |
'wrapper_class' => 'form-field-checkbox',
|
489 |
),
|
490 |
array(
|
491 |
+
'id' => '',
|
492 |
+
'type' => 'columns',
|
493 |
+
'class' => 'show-if-ident-check show-if'
|
494 |
),
|
495 |
array(
|
496 |
'id' => 'ident_date_of_birth',
|
503 |
'maxlength' => 10,
|
504 |
),
|
505 |
'class' => 'short date-picker',
|
506 |
+
'wrapper_class' => 'column col-6',
|
507 |
'type' => 'text',
|
508 |
),
|
509 |
array(
|
510 |
'id' => 'ident_min_age',
|
511 |
'label' => _x( 'Minimum age', 'dhl', 'woocommerce-germanized' ),
|
512 |
'description' => '',
|
513 |
+
'wrapper_class' => 'column col-6',
|
514 |
'type' => 'select',
|
515 |
'value' => isset( $default_args['ident_min_age'] ) ? $default_args['ident_min_age'] : '',
|
516 |
'options' => wc_gzd_dhl_get_ident_min_ages(),
|
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.7.
|
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.7.5
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
packages/woocommerce-germanized-shipments/assets/css/admin.css
CHANGED
@@ -53,41 +53,45 @@
|
|
53 |
.germanized-create-label .show-if label {
|
54 |
color: #777; }
|
55 |
|
56 |
-
.germanized-create-label p.form-field
|
57 |
-
width: 100%;
|
58 |
-
display: block;
|
59 |
-
margin-bottom: 5px;
|
60 |
-
font-weight: bold; }
|
61 |
-
|
62 |
-
.germanized-create-label p.form-field select, .germanized-create-label p.form-field input[type=text], .germanized-create-label p.form-field input[type=email] {
|
63 |
-
width: 100%;
|
64 |
-
max-width: 100%; }
|
65 |
-
|
66 |
-
.germanized-create-label p.form-field.form-field-checkbox {
|
67 |
display: flex;
|
68 |
-
flex-wrap: wrap;
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
font-weight: normal;
|
78 |
-
order: 2;
|
79 |
-
margin-bottom: 0; }
|
80 |
-
.germanized-create-label p.form-field.form-field-checkbox input[type=checkbox] {
|
81 |
-
order: 1; }
|
82 |
-
.germanized-create-label p.form-field.form-field-checkbox .woocommerce-help-tip {
|
83 |
-
order: 3;
|
84 |
-
margin-left: 3px; }
|
85 |
-
.germanized-create-label p.form-field.form-field-checkbox .description {
|
86 |
width: 100%;
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
|
92 |
table.wc-gzd-shipping-providers {
|
93 |
margin-top: 1.5em; }
|
53 |
.germanized-create-label .show-if label {
|
54 |
color: #777; }
|
55 |
|
56 |
+
.germanized-create-label p.form-field {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
display: flex;
|
58 |
+
flex-wrap: wrap; }
|
59 |
+
.germanized-create-label p.form-field label {
|
60 |
+
margin-bottom: 5px;
|
61 |
+
font-weight: bold;
|
62 |
+
display: inline-flex; }
|
63 |
+
.germanized-create-label p.form-field .woocommerce-help-tip {
|
64 |
+
display: inline-flex;
|
65 |
+
margin-bottom: 5px; }
|
66 |
+
.germanized-create-label p.form-field select, .germanized-create-label p.form-field input[type=text], .germanized-create-label p.form-field input[type=email], .germanized-create-label p.form-field input[type=date] {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
width: 100%;
|
68 |
+
flex: 0 0 100%;
|
69 |
+
max-width: 100%; }
|
70 |
+
.germanized-create-label p.form-field.form-field-checkbox {
|
71 |
+
display: flex;
|
72 |
+
flex-wrap: wrap;
|
73 |
+
flex-direction: row;
|
74 |
+
justify-content: flex-start;
|
75 |
+
margin-top: 10px !important;
|
76 |
+
margin-bottom: 10px !important;
|
77 |
+
align-items: center; }
|
78 |
+
.germanized-create-label p.form-field.form-field-checkbox label {
|
79 |
+
width: auto;
|
80 |
+
margin-left: .5em;
|
81 |
+
font-weight: normal;
|
82 |
+
order: 2;
|
83 |
+
margin-bottom: 0; }
|
84 |
+
.germanized-create-label p.form-field.form-field-checkbox input[type=checkbox] {
|
85 |
+
order: 1; }
|
86 |
+
.germanized-create-label p.form-field.form-field-checkbox .woocommerce-help-tip {
|
87 |
+
order: 3;
|
88 |
+
margin-left: 3px; }
|
89 |
+
.germanized-create-label p.form-field.form-field-checkbox .description {
|
90 |
+
width: 100%;
|
91 |
+
margin-top: 5px;
|
92 |
+
color: #777;
|
93 |
+
order: 4;
|
94 |
+
font-style: normal; }
|
95 |
|
96 |
table.wc-gzd-shipping-providers {
|
97 |
margin-top: 1.5em; }
|
packages/woocommerce-germanized-shipments/assets/css/admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wc-modal-shipping-method-settings .form-table td .wc-gzd-additional-desc{margin-top:1em;line-height:1.5em;background:#efefef;padding:.5em;font-style:normal;font-size:13px;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.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 label{width:100%;display:block;margin-bottom:5px;font-weight:700}.germanized-create-label p.form-field input[type=email],.germanized-create-label p.form-field input[type=text],.germanized-create-label p.form-field select{width:100%;max-width:100%}.germanized-create-label p.form-field.form-field-checkbox{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;margin-top:10px!important;margin-bottom:10px!important;align-items:center}.germanized-create-label p.form-field.form-field-checkbox label{width:auto;margin-left:.5em;font-weight:400;order:2;margin-bottom:0}.germanized-create-label p.form-field.form-field-checkbox input[type=checkbox]{order:1}.germanized-create-label p.form-field.form-field-checkbox .woocommerce-help-tip{order:3;margin-left:3px}.germanized-create-label p.form-field.form-field-checkbox .description{width:100%;margin-top:5px;color:#777;order:4;font-style:normal}table.wc-gzd-shipping-providers{margin-top:1.5em}table.wc-gzd-shipping-providers td,table.wc-gzd-shipping-providers th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em;font-size:14px}table.wc-gzd-shipping-providers th{font-weight:600}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated{width:1%;text-align:center}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated .status-disabled,table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-activated .status-enabled,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated .status-disabled,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-activated .status-enabled{display:inline-block;margin-top:3px}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-actions{width:15%;text-align:right}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions{display:flex;justify-content:flex-end;flex-wrap:wrap}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions .button{margin-right:5px}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-actions .button:last-child{margin-right:0}table.wc-gzd-shipping-providers td.wc-gzd-shipping-provider-title,table.wc-gzd-shipping-providers th.wc-gzd-shipping-provider-title{width:30ch}table.wc-gzd-shipping-providers tr:nth-child(odd) td{background:#f9f9f9}.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 |
+
.wc-modal-shipping-method-settings .form-table td .wc-gzd-additional-desc{margin-top:1em;line-height:1.5em;background:#efefef;padding:.5em;font-style:normal;font-size:13px;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.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}}
|
packages/woocommerce-germanized-shipments/assets/css/admin.scss
CHANGED
@@ -82,14 +82,23 @@ $layout-spacing: 1rem;
|
|
82 |
}
|
83 |
|
84 |
p.form-field {
|
|
|
|
|
|
|
85 |
label {
|
86 |
-
width: 100%;
|
87 |
-
display: block;
|
88 |
margin-bottom: 5px;
|
89 |
font-weight: bold;
|
|
|
90 |
}
|
91 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
width: 100%;
|
|
|
93 |
max-width: 100%;
|
94 |
}
|
95 |
|
82 |
}
|
83 |
|
84 |
p.form-field {
|
85 |
+
display: flex;
|
86 |
+
flex-wrap: wrap;
|
87 |
+
|
88 |
label {
|
|
|
|
|
89 |
margin-bottom: 5px;
|
90 |
font-weight: bold;
|
91 |
+
display: inline-flex;
|
92 |
}
|
93 |
+
|
94 |
+
.woocommerce-help-tip {
|
95 |
+
display: inline-flex;
|
96 |
+
margin-bottom: 5px;
|
97 |
+
}
|
98 |
+
|
99 |
+
select, input[type=text], input[type=email], input[type=date] {
|
100 |
width: 100%;
|
101 |
+
flex: 0 0 100%;
|
102 |
max-width: 100%;
|
103 |
}
|
104 |
|
packages/woocommerce-germanized-shipments/assets/js/admin-shipment-label-backbone.js
CHANGED
@@ -194,6 +194,7 @@ window.germanized.admin = window.germanized.admin || {};
|
|
194 |
|
195 |
$( document.body ).trigger( 'wc-enhanced-select-init' );
|
196 |
$( document.body ).trigger( 'wc-init-datepickers' );
|
|
|
197 |
$( document.body ).trigger( 'wc_gzd_shipment_label_after_init' );
|
198 |
|
199 |
$modal.find( 'input.show-if-trigger' ).trigger( 'change' );
|
@@ -205,9 +206,21 @@ window.germanized.admin = window.germanized.admin || {};
|
|
205 |
},
|
206 |
|
207 |
getFormData: function( $form ) {
|
208 |
-
var data = {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
|
210 |
-
|
|
|
|
|
|
|
211 |
if ( item.name.indexOf( '[]' ) !== -1 ) {
|
212 |
item.name = item.name.replace( '[]', '' );
|
213 |
data[ item.name ] = $.makeArray( data[ item.name ] );
|
@@ -217,6 +230,10 @@ window.germanized.admin = window.germanized.admin || {};
|
|
217 |
}
|
218 |
});
|
219 |
|
|
|
|
|
|
|
|
|
220 |
return data;
|
221 |
},
|
222 |
|
194 |
|
195 |
$( document.body ).trigger( 'wc-enhanced-select-init' );
|
196 |
$( document.body ).trigger( 'wc-init-datepickers' );
|
197 |
+
$( document.body ).trigger( 'init_tooltips' );
|
198 |
$( document.body ).trigger( 'wc_gzd_shipment_label_after_init' );
|
199 |
|
200 |
$modal.find( 'input.show-if-trigger' ).trigger( 'change' );
|
206 |
},
|
207 |
|
208 |
getFormData: function( $form ) {
|
209 |
+
var data = {}
|
210 |
+
hideService = false;
|
211 |
+
|
212 |
+
/**
|
213 |
+
* Service data should always be transmitted, even though not shown
|
214 |
+
*/
|
215 |
+
if ( ! $form.find( '.show-if-further-services' ).is( ':visible' ) ) {
|
216 |
+
$form.find( '.show-if-further-services' ).show();
|
217 |
+
hideService = true;
|
218 |
+
}
|
219 |
|
220 |
+
/**
|
221 |
+
* Do only transmit data of visible label fields
|
222 |
+
*/
|
223 |
+
$.each( $form.find( ':input:visible' ).serializeArray(), function( index, item ) {
|
224 |
if ( item.name.indexOf( '[]' ) !== -1 ) {
|
225 |
item.name = item.name.replace( '[]', '' );
|
226 |
data[ item.name ] = $.makeArray( data[ item.name ] );
|
230 |
}
|
231 |
});
|
232 |
|
233 |
+
if ( hideService ) {
|
234 |
+
$form.find( '.show-if-further-services' ).hide();
|
235 |
+
}
|
236 |
+
|
237 |
return data;
|
238 |
},
|
239 |
|
packages/woocommerce-germanized-shipments/assets/js/admin-shipment-label-backbone.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
window.germanized=window.germanized||{},window.germanized.admin=window.germanized.admin||{},function(c){window.germanized.admin.shipment_label_backbone={params:{},init:function(){var e=germanized.admin.shipment_label_backbone;e.params=wc_gzd_admin_shipment_label_backbone_params,c(document).on("click",".germanized-create-label .show-further-services",e.onExpandServices).on("click",".germanized-create-label .show-fewer-services",e.onHideServices).on("change",".germanized-create-label input.show-if-trigger",e.onShowIf).on("click",".germanized-create-label .notice .notice-dismiss",e.onRemoveNotice).on("change",".germanized-create-label #product_id",e.onChangeProductId),c(document.body).on("wc_backbone_modal_loaded",e.backbone.init).on("wc_backbone_modal_response",e.backbone.response)},onChangeProductId:function(){germanized.admin.shipment_label_backbone.showOrHideServices(c(this).val())},showOrHideServices:function(t){c(".show-if-further-services").find("p.form-field").each(function(){var e=c(this),n=e.find(":input"),
|
1 |
+
window.germanized=window.germanized||{},window.germanized.admin=window.germanized.admin||{},function(c){window.germanized.admin.shipment_label_backbone={params:{},init:function(){var e=germanized.admin.shipment_label_backbone;e.params=wc_gzd_admin_shipment_label_backbone_params,c(document).on("click",".germanized-create-label .show-further-services",e.onExpandServices).on("click",".germanized-create-label .show-fewer-services",e.onHideServices).on("change",".germanized-create-label input.show-if-trigger",e.onShowIf).on("click",".germanized-create-label .notice .notice-dismiss",e.onRemoveNotice).on("change",".germanized-create-label #product_id",e.onChangeProductId),c(document.body).on("wc_backbone_modal_loaded",e.backbone.init).on("wc_backbone_modal_response",e.backbone.response)},onChangeProductId:function(){germanized.admin.shipment_label_backbone.showOrHideServices(c(this).val())},showOrHideServices:function(t){c(".show-if-further-services").find("p.form-field").each(function(){var e=c(this),n=e.find(":input"),i=n.data("products-supported")?n.data("products-supported").split(","):[],a=!1;n.data("products-supported")&&(a=!0,-1!==c.inArray(t,i)&&(a=!1)),a?e.hide():e.show()})},onRemoveNotice:function(){c(this).parents(".notice").slideUp(150,function(){c(this).remove()})},onShowIf:function(){var e=c(this).parents(".germanized-create-label").find(c(this).data("show-if")),n=c(this);0<e.length&&(n.is(":checked")?e.show():e.hide(),c(document.body).trigger("wc_gzd_shipment_label_show_if"))},onExpandServices:function(){var e=c(this).parents(".germanized-create-label").find(".show-if-further-services"),n=c(this).parents(".show-services-trigger");return e.show(),n.find(".show-further-services").hide(),n.find(".show-fewer-services").show(),!1},onHideServices:function(){var e=c(this).parents(".germanized-create-label").find(".show-if-further-services"),n=c(this).parents(".show-services-trigger");return e.hide(),n.find(".show-further-services").show(),n.find(".show-fewer-services").hide(),!1},backbone:{getShipmentId:function(e){return e.replace(/^\D+/g,"")},init:function(e,n){var i,a,t;-1!==n.indexOf("wc-gzd-modal-create-shipment-label")&&(i=germanized.admin.shipment_label_backbone.backbone,a=germanized.admin.shipment_label_backbone,t=c(".germanized-create-label").parents(".wc-backbone-modal-content"),n={action:"woocommerce_gzd_create_shipment_label_form",shipment_id:i.getShipmentId(n),security:a.params.create_label_form_nonce},i.doAjax(n,t,i.onInitForm))},onAjaxSuccess:function(e){},onAjaxError:function(e){},doAjax:function(e,n,i,a){var t=germanized.admin.shipment_label_backbone.backbone,o=germanized.admin.shipment_label_backbone,r=n.find(".germanized-create-label");i=i||t.onAjaxSuccess,a=a||t.onAjaxError,e.hasOwnProperty("shipment_id")||(e.shipment_id=c("#wc-gzd-shipment-label-admin-shipment-id").val()),n.block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),n.find(".notice-wrapper").empty(),c.ajax({type:"POST",url:o.params.ajax_url,data:e,success:function(e){e.success?(e.fragments&&c.each(e.fragments,function(e,n){c(e).replaceWith(n)}),n.unblock(),i.apply(r,[e])):(n.unblock(),a.apply(r,[e]),c.each(e.messages,function(e,n){t.addNotice(n,"error",r)}),r.animate({scrollTop:0},500))},error:function(e){},dataType:"json"})},onInitForm:function(e){var n=germanized.admin.shipment_label_backbone.backbone,e=e.shipment_id,i=c(".germanized-create-label");c(document.body).trigger("wc-enhanced-select-init"),c(document.body).trigger("wc-init-datepickers"),c(document.body).trigger("init_tooltips"),c(document.body).trigger("wc_gzd_shipment_label_after_init"),i.find("input.show-if-trigger").trigger("change"),i.find("#product_id").trigger("change"),i.parents(".wc-backbone-modal").on("click","#btn-ok",{shipmentId:e},n.onSubmit),i.parents(".wc-backbone-modal").on("touchstart","#btn-ok",{shipmentId:e},n.onSubmit),i.parents(".wc-backbone-modal").on("keydown",{shipmentId:e},n.onKeyDown)},getFormData:function(e){var i={};return hideService=!1,e.find(".show-if-further-services").is(":visible")||(e.find(".show-if-further-services").show(),hideService=!0),c.each(e.find(":input:visible").serializeArray(),function(e,n){-1!==n.name.indexOf("[]")?(n.name=n.name.replace("[]",""),i[n.name]=c.makeArray(i[n.name]),i[n.name].push(n.value)):i[n.name]=n.value}),hideService&&e.find(".show-if-further-services").hide(),i},onSubmitSuccess:function(e){germanized.admin.shipment_label_backbone.backbone;var n=c(this).parents(".wc-backbone-modal-content"),e=e.shipment_id;n.find(".modal-close").trigger("click"),0<c("div#shipment-"+e).length&&germanized.admin.shipments.initShipment(e)},onKeyDown:function(e){var n=germanized.admin.shipment_label_backbone.backbone;13!==(e.keyCode||e.which)||e.target.tagName&&("input"===e.target.tagName.toLowerCase()||"textarea"===e.target.tagName.toLowerCase())||n.onSubmit.apply(c(this).find("button#btn-ok"),[e])},onSubmit:function(e){var n=germanized.admin.shipment_label_backbone.backbone,i=germanized.admin.shipment_label_backbone,a=e.data.shipmentId,t=c(this).parents(".wc-backbone-modal-content"),o=t.find(".germanized-create-label").find("form"),o=n.getFormData(o);o.security=i.params.create_label_nonce,o.shipment_id=a,o.action="woocommerce_gzd_create_shipment_label",n.doAjax(o,t,n.onSubmitSuccess),e.preventDefault(),e.stopPropagation()},addNotice:function(e,n,i){i.find(".notice-wrapper").append('<div class="notice is-dismissible notice-'+n+'"><p>'+e+'</p><button type="button" class="notice-dismiss"></button></div>')},response:function(e,n,i){n.indexOf("wc-gzd-modal-create-shipment-label")}}},c(document).ready(function(){germanized.admin.shipment_label_backbone.init()})}(jQuery);
|
packages/woocommerce-germanized-shipments/src/Admin/Settings.php
CHANGED
@@ -573,21 +573,11 @@ class Settings {
|
|
573 |
<div class="<?php echo ( $hide_default ? 'hide-default' : '' ); ?> show-if-further-services">
|
574 |
<?php
|
575 |
} elseif ( 'columns' === $setting['type'] ) {
|
576 |
-
if ( $missing_div_closes > 0 ) {
|
577 |
-
echo '</div>';
|
578 |
-
$missing_div_closes--;
|
579 |
-
}
|
580 |
-
|
581 |
$missing_div_closes++;
|
582 |
?>
|
583 |
-
<div class="columns">
|
584 |
<?php
|
585 |
} elseif ( 'wrapper' === $setting['type'] ) {
|
586 |
-
if ( $missing_div_closes > 0 ) {
|
587 |
-
echo '</div>';
|
588 |
-
$missing_div_closes--;
|
589 |
-
}
|
590 |
-
|
591 |
$missing_div_closes++;
|
592 |
?>
|
593 |
<div class="wc-gzd-shipment-label-wrapper" id="wc-gzd-shipment-label-wrapper-<?php echo esc_attr( $setting['id'] ); ?>">
|
573 |
<div class="<?php echo ( $hide_default ? 'hide-default' : '' ); ?> show-if-further-services">
|
574 |
<?php
|
575 |
} elseif ( 'columns' === $setting['type'] ) {
|
|
|
|
|
|
|
|
|
|
|
576 |
$missing_div_closes++;
|
577 |
?>
|
578 |
+
<div class="columns <?php echo esc_attr( isset( $setting['class'] ) ? $setting['class'] : '' ); ?>">
|
579 |
<?php
|
580 |
} elseif ( 'wrapper' === $setting['type'] ) {
|
|
|
|
|
|
|
|
|
|
|
581 |
$missing_div_closes++;
|
582 |
?>
|
583 |
<div class="wc-gzd-shipment-label-wrapper" id="wc-gzd-shipment-label-wrapper-<?php echo esc_attr( $setting['id'] ); ?>">
|
packages/woocommerce-germanized-shipments/src/Api.php
CHANGED
@@ -19,7 +19,56 @@ class Api {
|
|
19 |
|
20 |
add_filter( 'woocommerce_rest_shop_order_schema', array( __CLASS__, 'order_shipments_schema' ), 10 );
|
21 |
add_filter( 'woocommerce_rest_prepare_shop_order_object', array( __CLASS__, 'prepare_order_shipments' ), 10, 3 );
|
22 |
-
add_filter( 'woocommerce_rest_shop_order_schema', array( __CLASS__, '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
}
|
24 |
|
25 |
public static function remove_status_prefix( $status ) {
|
@@ -34,13 +83,12 @@ class Api {
|
|
34 |
* Extend schema.
|
35 |
*
|
36 |
* @since 1.0.0
|
37 |
-
* @wp-hook woocommerce_rest_customer_schema
|
38 |
*
|
39 |
-
* @param array $schema_properties Data used to create the
|
40 |
*
|
41 |
* @return array
|
42 |
*/
|
43 |
-
public static function
|
44 |
$statuses = array_map( array( __CLASS__, 'remove_status_prefix' ), array_keys( wc_gzd_get_shipment_order_shipping_statuses() ) );
|
45 |
|
46 |
$schema_properties['shipping_status'] = array(
|
@@ -54,6 +102,58 @@ class Api {
|
|
54 |
return $schema_properties;
|
55 |
}
|
56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
/**
|
58 |
* @param WP_REST_Response $response
|
59 |
* @param $post
|
19 |
|
20 |
add_filter( 'woocommerce_rest_shop_order_schema', array( __CLASS__, 'order_shipments_schema' ), 10 );
|
21 |
add_filter( 'woocommerce_rest_prepare_shop_order_object', array( __CLASS__, 'prepare_order_shipments' ), 10, 3 );
|
22 |
+
add_filter( 'woocommerce_rest_shop_order_schema', array( __CLASS__, 'order_schema' ) );
|
23 |
+
|
24 |
+
add_filter( 'woocommerce_rest_product_schema', array( __CLASS__, 'product_schema' ) );
|
25 |
+
add_filter( 'woocommerce_rest_product_variation_schema', array( __CLASS__, 'product_variation_schema' ) );
|
26 |
+
|
27 |
+
add_filter( 'woocommerce_rest_pre_insert_product_object', array( __CLASS__, 'update_product' ), 10, 2 );
|
28 |
+
|
29 |
+
add_filter( 'woocommerce_rest_prepare_product_object', array( __CLASS__, 'prepare_product' ), 10, 3 );
|
30 |
+
add_filter( 'woocommerce_rest_prepare_product_variation_object', array( __CLASS__, 'prepare_product' ), 10, 3 );
|
31 |
+
}
|
32 |
+
|
33 |
+
public static function prepare_product( $response, $object, $request ) {
|
34 |
+
if ( $product = wc_get_product( $object ) ) {
|
35 |
+
$context = ! empty( $request['context'] ) ? $request['context'] : 'view';
|
36 |
+
|
37 |
+
$response->set_data( array_merge( $response->data, self::get_product_data( $product, $context ) ) );
|
38 |
+
}
|
39 |
+
|
40 |
+
return $response;
|
41 |
+
}
|
42 |
+
|
43 |
+
private static function get_product_data( $product, $context = 'view' ) {
|
44 |
+
$data = array();
|
45 |
+
|
46 |
+
if ( $shipments_product = wc_gzd_shipments_get_product( $product ) ) {
|
47 |
+
$data['hs_code'] = $shipments_product->get_hs_code( $context );
|
48 |
+
$data['manufacture_country'] = $shipments_product->get_manufacture_country( $context );
|
49 |
+
}
|
50 |
+
|
51 |
+
return $data;
|
52 |
+
}
|
53 |
+
|
54 |
+
/**
|
55 |
+
* @param \WC_Product $product
|
56 |
+
* @param $request
|
57 |
+
*
|
58 |
+
* @return \WC_Product $product
|
59 |
+
*/
|
60 |
+
public static function update_product( $product, $request ) {
|
61 |
+
if ( $shipments_product = wc_gzd_shipments_get_product( $product ) ) {
|
62 |
+
if ( isset( $request['hs_code'] ) ) {
|
63 |
+
$shipments_product->set_hs_code( wc_clean( wp_unslash( $request['hs_code'] ) ) );
|
64 |
+
}
|
65 |
+
|
66 |
+
if ( isset( $request['manufacture_country'] ) ) {
|
67 |
+
$shipments_product->set_manufacture_country( wc_clean( wp_unslash( $request['manufacture_country'] ) ) );
|
68 |
+
}
|
69 |
+
}
|
70 |
+
|
71 |
+
return $product;
|
72 |
}
|
73 |
|
74 |
public static function remove_status_prefix( $status ) {
|
83 |
* Extend schema.
|
84 |
*
|
85 |
* @since 1.0.0
|
|
|
86 |
*
|
87 |
+
* @param array $schema_properties Data used to create the order.
|
88 |
*
|
89 |
* @return array
|
90 |
*/
|
91 |
+
public static function order_schema( $schema_properties ) {
|
92 |
$statuses = array_map( array( __CLASS__, 'remove_status_prefix' ), array_keys( wc_gzd_get_shipment_order_shipping_statuses() ) );
|
93 |
|
94 |
$schema_properties['shipping_status'] = array(
|
102 |
return $schema_properties;
|
103 |
}
|
104 |
|
105 |
+
/**
|
106 |
+
* Extend product variation schema.
|
107 |
+
*
|
108 |
+
* @since 1.0.0
|
109 |
+
*
|
110 |
+
* @param array $schema_properties Data used to create the product.
|
111 |
+
*
|
112 |
+
* @return array
|
113 |
+
*/
|
114 |
+
public static function product_variation_schema( $schema_properties ) {
|
115 |
+
$schema_properties['hs_code'] = array(
|
116 |
+
'description' => _x( 'HS-Code (Customs)', 'shipments', 'woocommerce-germanized' ),
|
117 |
+
'type' => 'string',
|
118 |
+
'context' => array( 'view', 'edit' ),
|
119 |
+
'readonly' => true,
|
120 |
+
);
|
121 |
+
|
122 |
+
$schema_properties['manufacture_country'] = array(
|
123 |
+
'description' => _x( 'Country of manufacture (Customs)', 'shipments', 'woocommerce-germanized' ),
|
124 |
+
'type' => 'string',
|
125 |
+
'context' => array( 'view', 'edit' ),
|
126 |
+
'readonly' => true,
|
127 |
+
);
|
128 |
+
|
129 |
+
return $schema_properties;
|
130 |
+
}
|
131 |
+
|
132 |
+
/**
|
133 |
+
* Extend product schema.
|
134 |
+
*
|
135 |
+
* @since 1.0.0
|
136 |
+
*
|
137 |
+
* @param array $schema_properties Data used to create the product.
|
138 |
+
*
|
139 |
+
* @return array
|
140 |
+
*/
|
141 |
+
public static function product_schema( $schema_properties ) {
|
142 |
+
$schema_properties['hs_code'] = array(
|
143 |
+
'description' => _x( 'HS-Code (Customs)', 'shipments', 'woocommerce-germanized' ),
|
144 |
+
'type' => 'string',
|
145 |
+
'context' => array( 'view', 'edit' ),
|
146 |
+
);
|
147 |
+
|
148 |
+
$schema_properties['manufacture_country'] = array(
|
149 |
+
'description' => _x( 'Country of manufacture (Customs)', 'shipments', 'woocommerce-germanized' ),
|
150 |
+
'type' => 'string',
|
151 |
+
'context' => array( 'view', 'edit' ),
|
152 |
+
);
|
153 |
+
|
154 |
+
return $schema_properties;
|
155 |
+
}
|
156 |
+
|
157 |
/**
|
158 |
* @param WP_REST_Response $response
|
159 |
* @param $post
|
packages/woocommerce-germanized-shipments/src/Package.php
CHANGED
@@ -19,7 +19,7 @@ class Package {
|
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
-
const VERSION = '2.1.
|
23 |
|
24 |
public static $upload_dir_suffix = '';
|
25 |
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
+
const VERSION = '2.1.1';
|
23 |
|
24 |
public static $upload_dir_suffix = '';
|
25 |
|
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.1.
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
5 |
* Description: The Germanized Shipments integration, installed as a feature plugin for development and testing purposes.
|
6 |
* Author: vendidero
|
7 |
* Author URI: https://vendidero.de
|
8 |
+
* Version: 2.1.1
|
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.0
|
6 |
WC requires at least: 3.9
|
7 |
WC tested up to: 6.9
|
8 |
-
Stable tag: 3.10.
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -211,6 +211,13 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
|
|
211 |
6. Edit pdf documents (Pro)
|
212 |
|
213 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
= 3.10.4 =
|
215 |
* Feature: Create packaging summary reports
|
216 |
* Feature: New Trusted Shops Easy Integration
|
5 |
Tested up to: 6.0
|
6 |
WC requires at least: 3.9
|
7 |
WC tested up to: 6.9
|
8 |
+
Stable tag: 3.10.5
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
211 |
6. Edit pdf documents (Pro)
|
212 |
|
213 |
== Changelog ==
|
214 |
+
= 3.10.5 =
|
215 |
+
* Improvement: Add HS code and manufacture country to REST API
|
216 |
+
* Improvement: Legacy function wrapper for wc_ts functions
|
217 |
+
* Improvement: Do not show review authenticity status for child comments
|
218 |
+
* Fix: Force min_ages enum to be string during REST API requests
|
219 |
+
* Fix: Setup wizard screen id
|
220 |
+
|
221 |
= 3.10.4 =
|
222 |
* Feature: Create packaging summary reports
|
223 |
* Feature: New Trusted Shops Easy Integration
|
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 ComposerAutoloaderInitcbab968d3fc0209874f3790cfc217a6b::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\jpcbab968d3fc0209874f3790cfc217a6b;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/composer/autoload_classmap.php
CHANGED
@@ -116,11 +116,16 @@ return array(
|
|
116 |
'Composer\\Installers\\ZikulaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php',
|
117 |
'DVDoug\\BoxPacker\\Box' => $vendorDir . '/dvdoug/boxpacker/src/Box.php',
|
118 |
'DVDoug\\BoxPacker\\BoxList' => $vendorDir . '/dvdoug/boxpacker/src/BoxList.php',
|
|
|
119 |
'DVDoug\\BoxPacker\\ConstrainedItem' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedItem.php',
|
120 |
'DVDoug\\BoxPacker\\ConstrainedPlacementItem' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedPlacementItem.php',
|
|
|
|
|
|
|
121 |
'DVDoug\\BoxPacker\\InfalliblePacker' => $vendorDir . '/dvdoug/boxpacker/src/InfalliblePacker.php',
|
122 |
'DVDoug\\BoxPacker\\Item' => $vendorDir . '/dvdoug/boxpacker/src/Item.php',
|
123 |
'DVDoug\\BoxPacker\\ItemList' => $vendorDir . '/dvdoug/boxpacker/src/ItemList.php',
|
|
|
124 |
'DVDoug\\BoxPacker\\ItemTooLargeException' => $vendorDir . '/dvdoug/boxpacker/src/ItemTooLargeException.php',
|
125 |
'DVDoug\\BoxPacker\\LayerPacker' => $vendorDir . '/dvdoug/boxpacker/src/LayerPacker.php',
|
126 |
'DVDoug\\BoxPacker\\LayerStabiliser' => $vendorDir . '/dvdoug/boxpacker/src/LayerStabiliser.php',
|
@@ -131,6 +136,7 @@ return array(
|
|
131 |
'DVDoug\\BoxPacker\\OrientatedItemSorter' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemSorter.php',
|
132 |
'DVDoug\\BoxPacker\\PackedBox' => $vendorDir . '/dvdoug/boxpacker/src/PackedBox.php',
|
133 |
'DVDoug\\BoxPacker\\PackedBoxList' => $vendorDir . '/dvdoug/boxpacker/src/PackedBoxList.php',
|
|
|
134 |
'DVDoug\\BoxPacker\\PackedItem' => $vendorDir . '/dvdoug/boxpacker/src/PackedItem.php',
|
135 |
'DVDoug\\BoxPacker\\PackedItemList' => $vendorDir . '/dvdoug/boxpacker/src/PackedItemList.php',
|
136 |
'DVDoug\\BoxPacker\\PackedLayer' => $vendorDir . '/dvdoug/boxpacker/src/PackedLayer.php',
|
@@ -139,6 +145,7 @@ return array(
|
|
139 |
'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementNoStackingTestItem' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementNoStackingTestItem.php',
|
140 |
'DVDoug\\BoxPacker\\Test\\ConstrainedTestItem' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedTestItem.php',
|
141 |
'DVDoug\\BoxPacker\\Test\\LimitedSupplyTestBox' => $vendorDir . '/dvdoug/boxpacker/tests/Test/LimitedSupplyTestBox.php',
|
|
|
142 |
'DVDoug\\BoxPacker\\Test\\THPackTestItem' => $vendorDir . '/dvdoug/boxpacker/tests/Test/THPackTestItem.php',
|
143 |
'DVDoug\\BoxPacker\\Test\\TestBox' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestBox.php',
|
144 |
'DVDoug\\BoxPacker\\Test\\TestItem' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestItem.php',
|
116 |
'Composer\\Installers\\ZikulaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php',
|
117 |
'DVDoug\\BoxPacker\\Box' => $vendorDir . '/dvdoug/boxpacker/src/Box.php',
|
118 |
'DVDoug\\BoxPacker\\BoxList' => $vendorDir . '/dvdoug/boxpacker/src/BoxList.php',
|
119 |
+
'DVDoug\\BoxPacker\\BoxSorter' => $vendorDir . '/dvdoug/boxpacker/src/BoxSorter.php',
|
120 |
'DVDoug\\BoxPacker\\ConstrainedItem' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedItem.php',
|
121 |
'DVDoug\\BoxPacker\\ConstrainedPlacementItem' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedPlacementItem.php',
|
122 |
+
'DVDoug\\BoxPacker\\DefaultBoxSorter' => $vendorDir . '/dvdoug/boxpacker/src/DefaultBoxSorter.php',
|
123 |
+
'DVDoug\\BoxPacker\\DefaultItemSorter' => $vendorDir . '/dvdoug/boxpacker/src/DefaultItemSorter.php',
|
124 |
+
'DVDoug\\BoxPacker\\DefaultPackedBoxSorter' => $vendorDir . '/dvdoug/boxpacker/src/DefaultPackedBoxSorter.php',
|
125 |
'DVDoug\\BoxPacker\\InfalliblePacker' => $vendorDir . '/dvdoug/boxpacker/src/InfalliblePacker.php',
|
126 |
'DVDoug\\BoxPacker\\Item' => $vendorDir . '/dvdoug/boxpacker/src/Item.php',
|
127 |
'DVDoug\\BoxPacker\\ItemList' => $vendorDir . '/dvdoug/boxpacker/src/ItemList.php',
|
128 |
+
'DVDoug\\BoxPacker\\ItemSorter' => $vendorDir . '/dvdoug/boxpacker/src/ItemSorter.php',
|
129 |
'DVDoug\\BoxPacker\\ItemTooLargeException' => $vendorDir . '/dvdoug/boxpacker/src/ItemTooLargeException.php',
|
130 |
'DVDoug\\BoxPacker\\LayerPacker' => $vendorDir . '/dvdoug/boxpacker/src/LayerPacker.php',
|
131 |
'DVDoug\\BoxPacker\\LayerStabiliser' => $vendorDir . '/dvdoug/boxpacker/src/LayerStabiliser.php',
|
136 |
'DVDoug\\BoxPacker\\OrientatedItemSorter' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemSorter.php',
|
137 |
'DVDoug\\BoxPacker\\PackedBox' => $vendorDir . '/dvdoug/boxpacker/src/PackedBox.php',
|
138 |
'DVDoug\\BoxPacker\\PackedBoxList' => $vendorDir . '/dvdoug/boxpacker/src/PackedBoxList.php',
|
139 |
+
'DVDoug\\BoxPacker\\PackedBoxSorter' => $vendorDir . '/dvdoug/boxpacker/src/PackedBoxSorter.php',
|
140 |
'DVDoug\\BoxPacker\\PackedItem' => $vendorDir . '/dvdoug/boxpacker/src/PackedItem.php',
|
141 |
'DVDoug\\BoxPacker\\PackedItemList' => $vendorDir . '/dvdoug/boxpacker/src/PackedItemList.php',
|
142 |
'DVDoug\\BoxPacker\\PackedLayer' => $vendorDir . '/dvdoug/boxpacker/src/PackedLayer.php',
|
145 |
'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementNoStackingTestItem' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementNoStackingTestItem.php',
|
146 |
'DVDoug\\BoxPacker\\Test\\ConstrainedTestItem' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedTestItem.php',
|
147 |
'DVDoug\\BoxPacker\\Test\\LimitedSupplyTestBox' => $vendorDir . '/dvdoug/boxpacker/tests/Test/LimitedSupplyTestBox.php',
|
148 |
+
'DVDoug\\BoxPacker\\Test\\PackedBoxByReferenceSorter' => $vendorDir . '/dvdoug/boxpacker/tests/Test/PackedBoxByReferenceSorter.php',
|
149 |
'DVDoug\\BoxPacker\\Test\\THPackTestItem' => $vendorDir . '/dvdoug/boxpacker/tests/Test/THPackTestItem.php',
|
150 |
'DVDoug\\BoxPacker\\Test\\TestBox' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestBox.php',
|
151 |
'DVDoug\\BoxPacker\\Test\\TestItem' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestItem.php',
|
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 ComposerAutoloaderInitc501dc5e4dada87e541409c3f8edbe4a
|
|
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 ComposerAutoloaderInitc501dc5e4dada87e541409c3f8edbe4a
|
|
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 ComposerAutoloaderInitcbab968d3fc0209874f3790cfc217a6b
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInitcbab968d3fc0209874f3790cfc217a6b', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitcbab968d3fc0209874f3790cfc217a6b', '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\ComposerStaticInitcbab968d3fc0209874f3790cfc217a6b::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\ComposerStaticInitcbab968d3fc0209874f3790cfc217a6b::$files;
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
+
composerRequirecbab968d3fc0209874f3790cfc217a6b($fileIdentifier, $file);
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
+
function composerRequirecbab968d3fc0209874f3790cfc217a6b($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',
|
@@ -238,11 +238,16 @@ class ComposerStaticInitc501dc5e4dada87e541409c3f8edbe4a
|
|
238 |
'Composer\\Installers\\ZikulaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php',
|
239 |
'DVDoug\\BoxPacker\\Box' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/Box.php',
|
240 |
'DVDoug\\BoxPacker\\BoxList' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/BoxList.php',
|
|
|
241 |
'DVDoug\\BoxPacker\\ConstrainedItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/ConstrainedItem.php',
|
242 |
'DVDoug\\BoxPacker\\ConstrainedPlacementItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/ConstrainedPlacementItem.php',
|
|
|
|
|
|
|
243 |
'DVDoug\\BoxPacker\\InfalliblePacker' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/InfalliblePacker.php',
|
244 |
'DVDoug\\BoxPacker\\Item' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/Item.php',
|
245 |
'DVDoug\\BoxPacker\\ItemList' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/ItemList.php',
|
|
|
246 |
'DVDoug\\BoxPacker\\ItemTooLargeException' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/ItemTooLargeException.php',
|
247 |
'DVDoug\\BoxPacker\\LayerPacker' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/LayerPacker.php',
|
248 |
'DVDoug\\BoxPacker\\LayerStabiliser' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/LayerStabiliser.php',
|
@@ -253,6 +258,7 @@ class ComposerStaticInitc501dc5e4dada87e541409c3f8edbe4a
|
|
253 |
'DVDoug\\BoxPacker\\OrientatedItemSorter' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/OrientatedItemSorter.php',
|
254 |
'DVDoug\\BoxPacker\\PackedBox' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/PackedBox.php',
|
255 |
'DVDoug\\BoxPacker\\PackedBoxList' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/PackedBoxList.php',
|
|
|
256 |
'DVDoug\\BoxPacker\\PackedItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/PackedItem.php',
|
257 |
'DVDoug\\BoxPacker\\PackedItemList' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/PackedItemList.php',
|
258 |
'DVDoug\\BoxPacker\\PackedLayer' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/PackedLayer.php',
|
@@ -261,6 +267,7 @@ class ComposerStaticInitc501dc5e4dada87e541409c3f8edbe4a
|
|
261 |
'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementNoStackingTestItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementNoStackingTestItem.php',
|
262 |
'DVDoug\\BoxPacker\\Test\\ConstrainedTestItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/tests/Test/ConstrainedTestItem.php',
|
263 |
'DVDoug\\BoxPacker\\Test\\LimitedSupplyTestBox' => __DIR__ . '/..' . '/dvdoug/boxpacker/tests/Test/LimitedSupplyTestBox.php',
|
|
|
264 |
'DVDoug\\BoxPacker\\Test\\THPackTestItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/tests/Test/THPackTestItem.php',
|
265 |
'DVDoug\\BoxPacker\\Test\\TestBox' => __DIR__ . '/..' . '/dvdoug/boxpacker/tests/Test/TestBox.php',
|
266 |
'DVDoug\\BoxPacker\\Test\\TestItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/tests/Test/TestItem.php',
|
@@ -549,9 +556,9 @@ class ComposerStaticInitc501dc5e4dada87e541409c3f8edbe4a
|
|
549 |
public static function getInitializer(ClassLoader $loader)
|
550 |
{
|
551 |
return \Closure::bind(function () use ($loader) {
|
552 |
-
$loader->prefixLengthsPsr4 =
|
553 |
-
$loader->prefixDirsPsr4 =
|
554 |
-
$loader->classMap =
|
555 |
|
556 |
}, null, ClassLoader::class);
|
557 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitcbab968d3fc0209874f3790cfc217a6b
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
238 |
'Composer\\Installers\\ZikulaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php',
|
239 |
'DVDoug\\BoxPacker\\Box' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/Box.php',
|
240 |
'DVDoug\\BoxPacker\\BoxList' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/BoxList.php',
|
241 |
+
'DVDoug\\BoxPacker\\BoxSorter' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/BoxSorter.php',
|
242 |
'DVDoug\\BoxPacker\\ConstrainedItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/ConstrainedItem.php',
|
243 |
'DVDoug\\BoxPacker\\ConstrainedPlacementItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/ConstrainedPlacementItem.php',
|
244 |
+
'DVDoug\\BoxPacker\\DefaultBoxSorter' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/DefaultBoxSorter.php',
|
245 |
+
'DVDoug\\BoxPacker\\DefaultItemSorter' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/DefaultItemSorter.php',
|
246 |
+
'DVDoug\\BoxPacker\\DefaultPackedBoxSorter' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/DefaultPackedBoxSorter.php',
|
247 |
'DVDoug\\BoxPacker\\InfalliblePacker' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/InfalliblePacker.php',
|
248 |
'DVDoug\\BoxPacker\\Item' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/Item.php',
|
249 |
'DVDoug\\BoxPacker\\ItemList' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/ItemList.php',
|
250 |
+
'DVDoug\\BoxPacker\\ItemSorter' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/ItemSorter.php',
|
251 |
'DVDoug\\BoxPacker\\ItemTooLargeException' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/ItemTooLargeException.php',
|
252 |
'DVDoug\\BoxPacker\\LayerPacker' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/LayerPacker.php',
|
253 |
'DVDoug\\BoxPacker\\LayerStabiliser' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/LayerStabiliser.php',
|
258 |
'DVDoug\\BoxPacker\\OrientatedItemSorter' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/OrientatedItemSorter.php',
|
259 |
'DVDoug\\BoxPacker\\PackedBox' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/PackedBox.php',
|
260 |
'DVDoug\\BoxPacker\\PackedBoxList' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/PackedBoxList.php',
|
261 |
+
'DVDoug\\BoxPacker\\PackedBoxSorter' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/PackedBoxSorter.php',
|
262 |
'DVDoug\\BoxPacker\\PackedItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/PackedItem.php',
|
263 |
'DVDoug\\BoxPacker\\PackedItemList' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/PackedItemList.php',
|
264 |
'DVDoug\\BoxPacker\\PackedLayer' => __DIR__ . '/..' . '/dvdoug/boxpacker/src/PackedLayer.php',
|
267 |
'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementNoStackingTestItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementNoStackingTestItem.php',
|
268 |
'DVDoug\\BoxPacker\\Test\\ConstrainedTestItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/tests/Test/ConstrainedTestItem.php',
|
269 |
'DVDoug\\BoxPacker\\Test\\LimitedSupplyTestBox' => __DIR__ . '/..' . '/dvdoug/boxpacker/tests/Test/LimitedSupplyTestBox.php',
|
270 |
+
'DVDoug\\BoxPacker\\Test\\PackedBoxByReferenceSorter' => __DIR__ . '/..' . '/dvdoug/boxpacker/tests/Test/PackedBoxByReferenceSorter.php',
|
271 |
'DVDoug\\BoxPacker\\Test\\THPackTestItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/tests/Test/THPackTestItem.php',
|
272 |
'DVDoug\\BoxPacker\\Test\\TestBox' => __DIR__ . '/..' . '/dvdoug/boxpacker/tests/Test/TestBox.php',
|
273 |
'DVDoug\\BoxPacker\\Test\\TestItem' => __DIR__ . '/..' . '/dvdoug/boxpacker/tests/Test/TestItem.php',
|
556 |
public static function getInitializer(ClassLoader $loader)
|
557 |
{
|
558 |
return \Closure::bind(function () use ($loader) {
|
559 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitcbab968d3fc0209874f3790cfc217a6b::$prefixLengthsPsr4;
|
560 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitcbab968d3fc0209874f3790cfc217a6b::$prefixDirsPsr4;
|
561 |
+
$loader->classMap = ComposerStaticInitcbab968d3fc0209874f3790cfc217a6b::$classMap;
|
562 |
|
563 |
}, null, ClassLoader::class);
|
564 |
}
|
vendor/composer/installed.json
CHANGED
@@ -321,17 +321,17 @@
|
|
321 |
},
|
322 |
{
|
323 |
"name": "digitick/sepa-xml",
|
324 |
-
"version": "2.
|
325 |
-
"version_normalized": "2.
|
326 |
"source": {
|
327 |
"type": "git",
|
328 |
"url": "https://github.com/php-sepa-xml/php-sepa-xml.git",
|
329 |
-
"reference": "
|
330 |
},
|
331 |
"dist": {
|
332 |
"type": "zip",
|
333 |
-
"url": "https://api.github.com/repos/php-sepa-xml/php-sepa-xml/zipball/
|
334 |
-
"reference": "
|
335 |
"shasum": ""
|
336 |
},
|
337 |
"require": {
|
@@ -341,7 +341,7 @@
|
|
341 |
"require-dev": {
|
342 |
"phpunit/phpunit": "^8.0 | ^9.0"
|
343 |
},
|
344 |
-
"time": "2022-
|
345 |
"type": "library",
|
346 |
"installation-source": "dist",
|
347 |
"autoload": {
|
@@ -374,23 +374,23 @@
|
|
374 |
],
|
375 |
"support": {
|
376 |
"issues": "https://github.com/php-sepa-xml/php-sepa-xml/issues",
|
377 |
-
"source": "https://github.com/php-sepa-xml/php-sepa-xml/tree/2.
|
378 |
},
|
379 |
"install-path": "../digitick/sepa-xml"
|
380 |
},
|
381 |
{
|
382 |
"name": "dvdoug/boxpacker",
|
383 |
-
"version": "3.
|
384 |
-
"version_normalized": "3.
|
385 |
"source": {
|
386 |
"type": "git",
|
387 |
"url": "https://github.com/dvdoug/BoxPacker.git",
|
388 |
-
"reference": "
|
389 |
},
|
390 |
"dist": {
|
391 |
"type": "zip",
|
392 |
-
"url": "https://api.github.com/repos/dvdoug/BoxPacker/zipball/
|
393 |
-
"reference": "
|
394 |
"shasum": ""
|
395 |
},
|
396 |
"require": {
|
@@ -401,11 +401,11 @@
|
|
401 |
"require-dev": {
|
402 |
"behat/behat": "^3.7",
|
403 |
"dvdoug/behat-code-coverage": "^5.0.1",
|
404 |
-
"friendsofphp/php-cs-fixer": "^3.
|
405 |
"monolog/monolog": "^1.0||^2.0",
|
406 |
"phpunit/phpunit": "^7.5.20||^8.5.21||^9.5.8"
|
407 |
},
|
408 |
-
"time": "
|
409 |
"type": "library",
|
410 |
"installation-source": "dist",
|
411 |
"autoload": {
|
@@ -442,7 +442,7 @@
|
|
442 |
],
|
443 |
"support": {
|
444 |
"issues": "https://github.com/dvdoug/BoxPacker/issues",
|
445 |
-
"source": "https://github.com/dvdoug/BoxPacker/tree/3.
|
446 |
},
|
447 |
"funding": [
|
448 |
{
|
@@ -909,17 +909,17 @@
|
|
909 |
},
|
910 |
{
|
911 |
"name": "vendidero/woocommerce-germanized-dhl",
|
912 |
-
"version": "v1.7.
|
913 |
-
"version_normalized": "1.7.
|
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-09-
|
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.7.
|
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": "v2.1.
|
977 |
-
"version_normalized": "2.1.
|
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-09-
|
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.1.
|
1032 |
"issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
|
1033 |
},
|
1034 |
"install-path": "../../packages/woocommerce-germanized-shipments"
|
321 |
},
|
322 |
{
|
323 |
"name": "digitick/sepa-xml",
|
324 |
+
"version": "2.2.0",
|
325 |
+
"version_normalized": "2.2.0.0",
|
326 |
"source": {
|
327 |
"type": "git",
|
328 |
"url": "https://github.com/php-sepa-xml/php-sepa-xml.git",
|
329 |
+
"reference": "c06d637bcbc58e3b048f048487ac70d126ec1532"
|
330 |
},
|
331 |
"dist": {
|
332 |
"type": "zip",
|
333 |
+
"url": "https://api.github.com/repos/php-sepa-xml/php-sepa-xml/zipball/c06d637bcbc58e3b048f048487ac70d126ec1532",
|
334 |
+
"reference": "c06d637bcbc58e3b048f048487ac70d126ec1532",
|
335 |
"shasum": ""
|
336 |
},
|
337 |
"require": {
|
341 |
"require-dev": {
|
342 |
"phpunit/phpunit": "^8.0 | ^9.0"
|
343 |
},
|
344 |
+
"time": "2022-07-12T12:43:08+00:00",
|
345 |
"type": "library",
|
346 |
"installation-source": "dist",
|
347 |
"autoload": {
|
374 |
],
|
375 |
"support": {
|
376 |
"issues": "https://github.com/php-sepa-xml/php-sepa-xml/issues",
|
377 |
+
"source": "https://github.com/php-sepa-xml/php-sepa-xml/tree/2.2.0"
|
378 |
},
|
379 |
"install-path": "../digitick/sepa-xml"
|
380 |
},
|
381 |
{
|
382 |
"name": "dvdoug/boxpacker",
|
383 |
+
"version": "3.10.0",
|
384 |
+
"version_normalized": "3.10.0.0",
|
385 |
"source": {
|
386 |
"type": "git",
|
387 |
"url": "https://github.com/dvdoug/BoxPacker.git",
|
388 |
+
"reference": "43a42412932404c2e3b2d15b85647486c3367464"
|
389 |
},
|
390 |
"dist": {
|
391 |
"type": "zip",
|
392 |
+
"url": "https://api.github.com/repos/dvdoug/BoxPacker/zipball/43a42412932404c2e3b2d15b85647486c3367464",
|
393 |
+
"reference": "43a42412932404c2e3b2d15b85647486c3367464",
|
394 |
"shasum": ""
|
395 |
},
|
396 |
"require": {
|
401 |
"require-dev": {
|
402 |
"behat/behat": "^3.7",
|
403 |
"dvdoug/behat-code-coverage": "^5.0.1",
|
404 |
+
"friendsofphp/php-cs-fixer": "^3.7",
|
405 |
"monolog/monolog": "^1.0||^2.0",
|
406 |
"phpunit/phpunit": "^7.5.20||^8.5.21||^9.5.8"
|
407 |
},
|
408 |
+
"time": "2022-09-10T19:38:53+00:00",
|
409 |
"type": "library",
|
410 |
"installation-source": "dist",
|
411 |
"autoload": {
|
442 |
],
|
443 |
"support": {
|
444 |
"issues": "https://github.com/dvdoug/BoxPacker/issues",
|
445 |
+
"source": "https://github.com/dvdoug/BoxPacker/tree/3.10.0"
|
446 |
},
|
447 |
"funding": [
|
448 |
{
|
909 |
},
|
910 |
{
|
911 |
"name": "vendidero/woocommerce-germanized-dhl",
|
912 |
+
"version": "v1.7.5",
|
913 |
+
"version_normalized": "1.7.5.0",
|
914 |
"source": {
|
915 |
"type": "git",
|
916 |
"url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
|
917 |
+
"reference": "d014c622959a02f9876f54dfb4d48132e2da2b0d"
|
918 |
},
|
919 |
"dist": {
|
920 |
"type": "zip",
|
921 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/d014c622959a02f9876f54dfb4d48132e2da2b0d",
|
922 |
+
"reference": "d014c622959a02f9876f54dfb4d48132e2da2b0d",
|
923 |
"shasum": ""
|
924 |
},
|
925 |
"require": {
|
933 |
"phpunit/phpunit": "7.5.14",
|
934 |
"woocommerce/woocommerce-sniffs": "^0.1.3"
|
935 |
},
|
936 |
+
"time": "2022-09-15T09:20:48+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.7.5",
|
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": "v2.1.1",
|
977 |
+
"version_normalized": "2.1.1.0",
|
978 |
"source": {
|
979 |
"type": "git",
|
980 |
"url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
|
981 |
+
"reference": "5d331488feb8ca18b150804bedce639bca990500"
|
982 |
},
|
983 |
"dist": {
|
984 |
"type": "zip",
|
985 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/5d331488feb8ca18b150804bedce639bca990500",
|
986 |
+
"reference": "5d331488feb8ca18b150804bedce639bca990500",
|
987 |
"shasum": ""
|
988 |
},
|
989 |
"require": {
|
997 |
"woocommerce/woocommerce-sniffs": "^0.1.3",
|
998 |
"yoast/phpunit-polyfills": "^1.0"
|
999 |
},
|
1000 |
+
"time": "2022-09-15T09:28:27+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.1.1",
|
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 |
),
|
@@ -47,21 +47,21 @@
|
|
47 |
'dev_requirement' => false,
|
48 |
),
|
49 |
'digitick/sepa-xml' => array(
|
50 |
-
'pretty_version' => '2.
|
51 |
-
'version' => '2.
|
52 |
'type' => 'library',
|
53 |
'install_path' => __DIR__ . '/../digitick/sepa-xml',
|
54 |
'aliases' => array(),
|
55 |
-
'reference' => '
|
56 |
'dev_requirement' => false,
|
57 |
),
|
58 |
'dvdoug/boxpacker' => array(
|
59 |
-
'pretty_version' => '3.
|
60 |
-
'version' => '3.
|
61 |
'type' => 'library',
|
62 |
'install_path' => __DIR__ . '/../dvdoug/boxpacker',
|
63 |
'aliases' => array(),
|
64 |
-
'reference' => '
|
65 |
'dev_requirement' => false,
|
66 |
),
|
67 |
'globalcitizen/php-iban' => 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' => 'v1.7.
|
162 |
-
'version' => '1.7.
|
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' => 'v2.1.
|
171 |
-
'version' => '2.1.
|
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' => '38c8a332da9428cee95c029bfdcd4f1ddf4f8156',
|
9 |
'name' => 'vendidero/woocommerce-germanized',
|
10 |
'dev' => false,
|
11 |
),
|
47 |
'dev_requirement' => false,
|
48 |
),
|
49 |
'digitick/sepa-xml' => array(
|
50 |
+
'pretty_version' => '2.2.0',
|
51 |
+
'version' => '2.2.0.0',
|
52 |
'type' => 'library',
|
53 |
'install_path' => __DIR__ . '/../digitick/sepa-xml',
|
54 |
'aliases' => array(),
|
55 |
+
'reference' => 'c06d637bcbc58e3b048f048487ac70d126ec1532',
|
56 |
'dev_requirement' => false,
|
57 |
),
|
58 |
'dvdoug/boxpacker' => array(
|
59 |
+
'pretty_version' => '3.10.0',
|
60 |
+
'version' => '3.10.0.0',
|
61 |
'type' => 'library',
|
62 |
'install_path' => __DIR__ . '/../dvdoug/boxpacker',
|
63 |
'aliases' => array(),
|
64 |
+
'reference' => '43a42412932404c2e3b2d15b85647486c3367464',
|
65 |
'dev_requirement' => false,
|
66 |
),
|
67 |
'globalcitizen/php-iban' => array(
|
154 |
'type' => 'wordpress-plugin',
|
155 |
'install_path' => __DIR__ . '/../../',
|
156 |
'aliases' => array(),
|
157 |
+
'reference' => '38c8a332da9428cee95c029bfdcd4f1ddf4f8156',
|
158 |
'dev_requirement' => false,
|
159 |
),
|
160 |
'vendidero/woocommerce-germanized-dhl' => array(
|
161 |
+
'pretty_version' => 'v1.7.5',
|
162 |
+
'version' => '1.7.5.0',
|
163 |
'type' => 'wordpress-plugin',
|
164 |
'install_path' => __DIR__ . '/../../packages/woocommerce-germanized-dhl',
|
165 |
'aliases' => array(),
|
166 |
+
'reference' => 'd014c622959a02f9876f54dfb4d48132e2da2b0d',
|
167 |
'dev_requirement' => false,
|
168 |
),
|
169 |
'vendidero/woocommerce-germanized-shipments' => array(
|
170 |
+
'pretty_version' => 'v2.1.1',
|
171 |
+
'version' => '2.1.1.0',
|
172 |
'type' => 'wordpress-plugin',
|
173 |
'install_path' => __DIR__ . '/../../packages/woocommerce-germanized-shipments',
|
174 |
'aliases' => array(),
|
175 |
+
'reference' => '5d331488feb8ca18b150804bedce639bca990500',
|
176 |
'dev_requirement' => false,
|
177 |
),
|
178 |
'vendidero/woocommerce-trusted-shops' => array(
|
vendor/composer/jetpack_autoload_classmap.php
CHANGED
@@ -383,403 +383,403 @@ return array(
|
|
383 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Report.php'
|
384 |
),
|
385 |
'Vendidero\\Germanized\\Shipments\\Shipment' => array(
|
386 |
-
'version' => '2.1.
|
387 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
|
388 |
),
|
389 |
'Vendidero\\Germanized\\Shipments\\Packaging\\ReportHelper' => array(
|
390 |
-
'version' => '2.1.
|
391 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php'
|
392 |
),
|
393 |
'Vendidero\\Germanized\\Shipments\\Packaging\\ReportQueue' => array(
|
394 |
-
'version' => '2.1.
|
395 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/ReportQueue.php'
|
396 |
),
|
397 |
'Vendidero\\Germanized\\Shipments\\Packaging\\AsyncReportGenerator' => array(
|
398 |
-
'version' => '2.1.
|
399 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/AsyncReportGenerator.php'
|
400 |
),
|
401 |
'Vendidero\\Germanized\\Shipments\\Packaging\\Report' => array(
|
402 |
-
'version' => '2.1.
|
403 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/Report.php'
|
404 |
),
|
405 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Auto' => array(
|
406 |
-
'version' => '2.1.
|
407 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php'
|
408 |
),
|
409 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Method' => array(
|
410 |
-
'version' => '2.1.
|
411 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Method.php'
|
412 |
),
|
413 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Simple' => array(
|
414 |
-
'version' => '2.1.
|
415 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php'
|
416 |
),
|
417 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Helper' => array(
|
418 |
-
'version' => '2.1.
|
419 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Helper.php'
|
420 |
),
|
421 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\MethodPlaceholder' => array(
|
422 |
-
'version' => '2.1.
|
423 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/MethodPlaceholder.php'
|
424 |
),
|
425 |
'Vendidero\\Germanized\\Shipments\\Install' => array(
|
426 |
-
'version' => '2.1.
|
427 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
|
428 |
),
|
429 |
'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
|
430 |
-
'version' => '2.1.
|
431 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
|
432 |
),
|
433 |
'Vendidero\\Germanized\\Shipments\\Package' => array(
|
434 |
-
'version' => '2.1.
|
435 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
|
436 |
),
|
437 |
'Vendidero\\Germanized\\Shipments\\Product' => array(
|
438 |
-
'version' => '2.1.
|
439 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Product.php'
|
440 |
),
|
441 |
'Vendidero\\Germanized\\Shipments\\Order' => array(
|
442 |
-
'version' => '2.1.
|
443 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
|
444 |
),
|
445 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
|
446 |
-
'version' => '2.1.
|
447 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
|
448 |
),
|
449 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Label' => array(
|
450 |
-
'version' => '2.1.
|
451 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Label.php'
|
452 |
),
|
453 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
|
454 |
-
'version' => '2.1.
|
455 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
|
456 |
),
|
457 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Packaging' => array(
|
458 |
-
'version' => '2.1.
|
459 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php'
|
460 |
),
|
461 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
|
462 |
-
'version' => '2.1.
|
463 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
|
464 |
),
|
465 |
'Vendidero\\Germanized\\Shipments\\PackagingFactory' => array(
|
466 |
-
'version' => '2.1.
|
467 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PackagingFactory.php'
|
468 |
),
|
469 |
'Vendidero\\Germanized\\Shipments\\Ajax' => array(
|
470 |
-
'version' => '2.1.
|
471 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
|
472 |
),
|
473 |
'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
|
474 |
-
'version' => '2.1.
|
475 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
|
476 |
),
|
477 |
'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
|
478 |
-
'version' => '2.1.
|
479 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
|
480 |
),
|
481 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
|
482 |
-
'version' => '2.1.
|
483 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
|
484 |
),
|
485 |
'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
|
486 |
-
'version' => '2.1.
|
487 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
|
488 |
),
|
489 |
'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
|
490 |
-
'version' => '2.1.
|
491 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
|
492 |
),
|
493 |
'Vendidero\\Germanized\\Shipments\\Admin\\ProviderSettings' => array(
|
494 |
-
'version' => '2.1.
|
495 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php'
|
496 |
),
|
497 |
'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
|
498 |
-
'version' => '2.1.
|
499 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
|
500 |
),
|
501 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
|
502 |
-
'version' => '2.1.
|
503 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
|
504 |
),
|
505 |
'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
|
506 |
-
'version' => '2.1.
|
507 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
|
508 |
),
|
509 |
'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
|
510 |
-
'version' => '2.1.
|
511 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
|
512 |
),
|
513 |
'Vendidero\\Germanized\\Shipments\\Labels\\Factory' => array(
|
514 |
-
'version' => '2.1.
|
515 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Factory.php'
|
516 |
),
|
517 |
'Vendidero\\Germanized\\Shipments\\Labels\\Label' => array(
|
518 |
-
'version' => '2.1.
|
519 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Label.php'
|
520 |
),
|
521 |
'Vendidero\\Germanized\\Shipments\\Labels\\ReturnLabel' => array(
|
522 |
-
'version' => '2.1.
|
523 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/ReturnLabel.php'
|
524 |
),
|
525 |
'Vendidero\\Germanized\\Shipments\\Labels\\DownloadHandler' => array(
|
526 |
-
'version' => '2.1.
|
527 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/DownloadHandler.php'
|
528 |
),
|
529 |
'Vendidero\\Germanized\\Shipments\\Labels\\Automation' => array(
|
530 |
-
'version' => '2.1.
|
531 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Automation.php'
|
532 |
),
|
533 |
'Vendidero\\Germanized\\Shipments\\Labels\\Query' => array(
|
534 |
-
'version' => '2.1.
|
535 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Query.php'
|
536 |
),
|
537 |
'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
|
538 |
-
'version' => '2.1.
|
539 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
|
540 |
),
|
541 |
'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
|
542 |
-
'version' => '2.1.
|
543 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
|
544 |
),
|
545 |
'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
|
546 |
-
'version' => '2.1.
|
547 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
|
548 |
),
|
549 |
'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
|
550 |
-
'version' => '2.1.
|
551 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
|
552 |
),
|
553 |
'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
|
554 |
-
'version' => '2.1.
|
555 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
|
556 |
),
|
557 |
'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
|
558 |
-
'version' => '2.1.
|
559 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
|
560 |
),
|
561 |
'Vendidero\\Germanized\\Shipments\\Automation' => array(
|
562 |
-
'version' => '2.1.
|
563 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
|
564 |
),
|
565 |
'Vendidero\\Germanized\\Shipments\\Packaging' => array(
|
566 |
-
'version' => '2.1.
|
567 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging.php'
|
568 |
),
|
569 |
'Vendidero\\Germanized\\Shipments\\Api' => array(
|
570 |
-
'version' => '2.1.
|
571 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
|
572 |
),
|
573 |
'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
|
574 |
-
'version' => '2.1.
|
575 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
|
576 |
),
|
577 |
'Vendidero\\Germanized\\Shipments\\Validation' => array(
|
578 |
-
'version' => '2.1.
|
579 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
|
580 |
),
|
581 |
'Vendidero\\Germanized\\Shipments\\Emails' => array(
|
582 |
-
'version' => '2.1.
|
583 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
|
584 |
),
|
585 |
'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
|
586 |
-
'version' => '2.1.
|
587 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
|
588 |
),
|
589 |
'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
|
590 |
-
'version' => '2.1.
|
591 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
|
592 |
),
|
593 |
'Vendidero\\Germanized\\Shipments\\Rest\\ShipmentsController' => array(
|
594 |
-
'version' => '2.1.
|
595 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php'
|
596 |
),
|
597 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProviderAuto' => array(
|
598 |
-
'version' => '2.1.
|
599 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProviderAuto.php'
|
600 |
),
|
601 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProvider' => array(
|
602 |
-
'version' => '2.1.
|
603 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php'
|
604 |
),
|
605 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
|
606 |
-
'version' => '2.1.
|
607 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentReturnLabel.php'
|
608 |
),
|
609 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
|
610 |
-
'version' => '2.1.
|
611 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
|
612 |
),
|
613 |
'Vendidero\\Germanized\\Shipments\\Packing\\PackagingBox' => array(
|
614 |
-
'version' => '2.1.
|
615 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/PackagingBox.php'
|
616 |
),
|
617 |
'Vendidero\\Germanized\\Shipments\\Packing\\OrderItem' => array(
|
618 |
-
'version' => '2.1.
|
619 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/OrderItem.php'
|
620 |
),
|
621 |
'Vendidero\\Germanized\\Shipments\\Packing\\Helper' => array(
|
622 |
-
'version' => '2.1.
|
623 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/Helper.php'
|
624 |
),
|
625 |
'Vendidero\\Germanized\\Shipments\\Packing\\ShipmentItem' => array(
|
626 |
-
'version' => '2.1.
|
627 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/ShipmentItem.php'
|
628 |
),
|
629 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DeutschePost' => array(
|
630 |
-
'version' => '1.7.
|
631 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php'
|
632 |
),
|
633 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\ShippingMethod' => array(
|
634 |
-
'version' => '1.7.
|
635 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php'
|
636 |
),
|
637 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DHL' => array(
|
638 |
-
'version' => '1.7.
|
639 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php'
|
640 |
),
|
641 |
'Vendidero\\Germanized\\DHL\\Install' => array(
|
642 |
-
'version' => '1.7.
|
643 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
|
644 |
),
|
645 |
'Vendidero\\Germanized\\DHL\\Package' => array(
|
646 |
-
'version' => '1.7.
|
647 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
|
648 |
),
|
649 |
'Vendidero\\Germanized\\DHL\\Product' => array(
|
650 |
-
'version' => '1.7.
|
651 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
|
652 |
),
|
653 |
'Vendidero\\Germanized\\DHL\\Order' => array(
|
654 |
-
'version' => '1.7.
|
655 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
|
656 |
),
|
657 |
'Vendidero\\Germanized\\DHL\\Ajax' => array(
|
658 |
-
'version' => '1.7.
|
659 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
|
660 |
),
|
661 |
'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
|
662 |
-
'version' => '1.7.
|
663 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
|
664 |
),
|
665 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\Internetmarke' => array(
|
666 |
-
'version' => '1.7.
|
667 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/Internetmarke.php'
|
668 |
),
|
669 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\DHL' => array(
|
670 |
-
'version' => '1.7.
|
671 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/DHL.php'
|
672 |
),
|
673 |
'Vendidero\\Germanized\\DHL\\Admin\\Status' => array(
|
674 |
-
'version' => '1.7.
|
675 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Status.php'
|
676 |
),
|
677 |
'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
|
678 |
-
'version' => '1.7.
|
679 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
|
680 |
),
|
681 |
'Vendidero\\Germanized\\DHL\\Label\\DHLInlayReturn' => array(
|
682 |
-
'version' => '1.7.
|
683 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLInlayReturn.php'
|
684 |
),
|
685 |
'Vendidero\\Germanized\\DHL\\Label\\Label' => array(
|
686 |
-
'version' => '1.7.
|
687 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/Label.php'
|
688 |
),
|
689 |
'Vendidero\\Germanized\\DHL\\Label\\DHLReturn' => array(
|
690 |
-
'version' => '1.7.
|
691 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLReturn.php'
|
692 |
),
|
693 |
'Vendidero\\Germanized\\DHL\\Label\\ReturnLabel' => array(
|
694 |
-
'version' => '1.7.
|
695 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/ReturnLabel.php'
|
696 |
),
|
697 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePost' => array(
|
698 |
-
'version' => '1.7.
|
699 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php'
|
700 |
),
|
701 |
'Vendidero\\Germanized\\DHL\\Label\\DHL' => array(
|
702 |
-
'version' => '1.7.
|
703 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHL.php'
|
704 |
),
|
705 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePostReturn' => array(
|
706 |
-
'version' => '1.7.
|
707 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php'
|
708 |
),
|
709 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelQuery' => array(
|
710 |
-
'version' => '1.7.
|
711 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php'
|
712 |
),
|
713 |
'Vendidero\\Germanized\\DHL\\Legacy\\DataStores\\Label' => array(
|
714 |
-
'version' => '1.7.
|
715 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php'
|
716 |
),
|
717 |
'Vendidero\\Germanized\\DHL\\Legacy\\DownloadHandler' => array(
|
718 |
-
'version' => '1.7.
|
719 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DownloadHandler.php'
|
720 |
),
|
721 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelFactory' => array(
|
722 |
-
'version' => '1.7.
|
723 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelFactory.php'
|
724 |
),
|
725 |
'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
|
726 |
-
'version' => '1.7.
|
727 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
|
728 |
),
|
729 |
'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
|
730 |
-
'version' => '1.7.
|
731 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
|
732 |
),
|
733 |
'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
|
734 |
-
'version' => '1.7.
|
735 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
|
736 |
),
|
737 |
'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
|
738 |
-
'version' => '1.7.
|
739 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
|
740 |
),
|
741 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductList' => array(
|
742 |
-
'version' => '1.7.
|
743 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductList.php'
|
744 |
),
|
745 |
'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
|
746 |
-
'version' => '1.7.
|
747 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
|
748 |
),
|
749 |
'Vendidero\\Germanized\\DHL\\Api\\Internetmarke' => array(
|
750 |
-
'version' => '1.7.
|
751 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php'
|
752 |
),
|
753 |
'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
|
754 |
-
'version' => '1.7.
|
755 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
|
756 |
),
|
757 |
'Vendidero\\Germanized\\DHL\\Api\\ImPartnerInformation' => array(
|
758 |
-
'version' => '1.7.
|
759 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImPartnerInformation.php'
|
760 |
),
|
761 |
'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
|
762 |
-
'version' => '1.7.
|
763 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
|
764 |
),
|
765 |
'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
|
766 |
-
'version' => '1.7.
|
767 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
|
768 |
),
|
769 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductsSoap' => array(
|
770 |
-
'version' => '1.7.
|
771 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductsSoap.php'
|
772 |
),
|
773 |
'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
|
774 |
-
'version' => '1.7.
|
775 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
|
776 |
),
|
777 |
'Vendidero\\Germanized\\DHL\\Api\\ImRefundSoap' => array(
|
778 |
-
'version' => '1.7.
|
779 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImRefundSoap.php'
|
780 |
),
|
781 |
'Vendidero\\Germanized\\DHL\\Api\\ImWarenpostIntRest' => array(
|
782 |
-
'version' => '1.7.
|
783 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php'
|
784 |
),
|
785 |
'Vendidero\\Germanized\\PluginsHelper' => array(
|
@@ -855,107 +855,107 @@ return array(
|
|
855 |
'path' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php'
|
856 |
),
|
857 |
'Digitick\\Sepa\\PaymentInformation' => array(
|
858 |
-
'version' => '2.
|
859 |
'path' => $vendorDir . '/digitick/sepa-xml/src/PaymentInformation.php'
|
860 |
),
|
861 |
'Digitick\\Sepa\\TransferFile\\Facade\\BaseCustomerTransferFileFacade' => array(
|
862 |
-
'version' => '2.
|
863 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/Facade/BaseCustomerTransferFileFacade.php'
|
864 |
),
|
865 |
'Digitick\\Sepa\\TransferFile\\Facade\\CustomerTransferFileFacadeInterface' => array(
|
866 |
-
'version' => '2.
|
867 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/Facade/CustomerTransferFileFacadeInterface.php'
|
868 |
),
|
869 |
'Digitick\\Sepa\\TransferFile\\Facade\\CustomerCreditFacade' => array(
|
870 |
-
'version' => '2.
|
871 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/Facade/CustomerCreditFacade.php'
|
872 |
),
|
873 |
'Digitick\\Sepa\\TransferFile\\Facade\\CustomerDirectDebitFacade' => array(
|
874 |
-
'version' => '2.
|
875 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/Facade/CustomerDirectDebitFacade.php'
|
876 |
),
|
877 |
'Digitick\\Sepa\\TransferFile\\TransferFileInterface' => array(
|
878 |
-
'version' => '2.
|
879 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/TransferFileInterface.php'
|
880 |
),
|
881 |
'Digitick\\Sepa\\TransferFile\\CustomerDirectDebitTransferFile' => array(
|
882 |
-
'version' => '2.
|
883 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/CustomerDirectDebitTransferFile.php'
|
884 |
),
|
885 |
'Digitick\\Sepa\\TransferFile\\CustomerCreditTransferFile' => array(
|
886 |
-
'version' => '2.
|
887 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/CustomerCreditTransferFile.php'
|
888 |
),
|
889 |
'Digitick\\Sepa\\TransferFile\\BaseTransferFile' => array(
|
890 |
-
'version' => '2.
|
891 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/BaseTransferFile.php'
|
892 |
),
|
893 |
'Digitick\\Sepa\\TransferFile\\Factory\\TransferFileFacadeFactory' => array(
|
894 |
-
'version' => '2.
|
895 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/Factory/TransferFileFacadeFactory.php'
|
896 |
),
|
897 |
'Digitick\\Sepa\\DomBuilder\\DomBuilderFactory' => array(
|
898 |
-
'version' => '2.
|
899 |
'path' => $vendorDir . '/digitick/sepa-xml/src/DomBuilder/DomBuilderFactory.php'
|
900 |
),
|
901 |
'Digitick\\Sepa\\DomBuilder\\BaseDomBuilder' => array(
|
902 |
-
'version' => '2.
|
903 |
'path' => $vendorDir . '/digitick/sepa-xml/src/DomBuilder/BaseDomBuilder.php'
|
904 |
),
|
905 |
'Digitick\\Sepa\\DomBuilder\\CustomerDirectDebitTransferDomBuilder' => array(
|
906 |
-
'version' => '2.
|
907 |
'path' => $vendorDir . '/digitick/sepa-xml/src/DomBuilder/CustomerDirectDebitTransferDomBuilder.php'
|
908 |
),
|
909 |
'Digitick\\Sepa\\DomBuilder\\DomBuilderInterface' => array(
|
910 |
-
'version' => '2.
|
911 |
'path' => $vendorDir . '/digitick/sepa-xml/src/DomBuilder/DomBuilderInterface.php'
|
912 |
),
|
913 |
'Digitick\\Sepa\\DomBuilder\\CustomerCreditTransferDomBuilder' => array(
|
914 |
-
'version' => '2.
|
915 |
'path' => $vendorDir . '/digitick/sepa-xml/src/DomBuilder/CustomerCreditTransferDomBuilder.php'
|
916 |
),
|
917 |
'Digitick\\Sepa\\Util\\StringHelper' => array(
|
918 |
-
'version' => '2.
|
919 |
'path' => $vendorDir . '/digitick/sepa-xml/src/Util/StringHelper.php'
|
920 |
),
|
921 |
'Digitick\\Sepa\\TransferInformation\\CustomerDirectDebitTransferInformation' => array(
|
922 |
-
'version' => '2.
|
923 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferInformation/CustomerDirectDebitTransferInformation.php'
|
924 |
),
|
925 |
'Digitick\\Sepa\\TransferInformation\\CustomerCreditTransferInformation' => array(
|
926 |
-
'version' => '2.
|
927 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferInformation/CustomerCreditTransferInformation.php'
|
928 |
),
|
929 |
'Digitick\\Sepa\\TransferInformation\\BaseTransferInformation' => array(
|
930 |
-
'version' => '2.
|
931 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferInformation/BaseTransferInformation.php'
|
932 |
),
|
933 |
'Digitick\\Sepa\\TransferInformation\\TransferInformationInterface' => array(
|
934 |
-
'version' => '2.
|
935 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferInformation/TransferInformationInterface.php'
|
936 |
),
|
937 |
'Digitick\\Sepa\\GroupHeader' => array(
|
938 |
-
'version' => '2.
|
939 |
'path' => $vendorDir . '/digitick/sepa-xml/src/GroupHeader.php'
|
940 |
),
|
941 |
'Digitick\\Sepa\\Exception\\InvalidTransferTypeException' => array(
|
942 |
-
'version' => '2.
|
943 |
'path' => $vendorDir . '/digitick/sepa-xml/src/Exception/InvalidTransferTypeException.php'
|
944 |
),
|
945 |
'Digitick\\Sepa\\Exception\\InvalidTransferFileConfiguration' => array(
|
946 |
-
'version' => '2.
|
947 |
'path' => $vendorDir . '/digitick/sepa-xml/src/Exception/InvalidTransferFileConfiguration.php'
|
948 |
),
|
949 |
'Digitick\\Sepa\\Exception\\InvalidArgumentException' => array(
|
950 |
-
'version' => '2.
|
951 |
'path' => $vendorDir . '/digitick/sepa-xml/src/Exception/InvalidArgumentException.php'
|
952 |
),
|
953 |
'Digitick\\Sepa\\Exception\\InvalidPaymentMethodException' => array(
|
954 |
-
'version' => '2.
|
955 |
'path' => $vendorDir . '/digitick/sepa-xml/src/Exception/InvalidPaymentMethodException.php'
|
956 |
),
|
957 |
'Digitick\\Sepa\\Exception\\Exception' => array(
|
958 |
-
'version' => '2.
|
959 |
'path' => $vendorDir . '/digitick/sepa-xml/src/Exception/Exception.php'
|
960 |
),
|
961 |
'Defuse\\Crypto\\Crypto' => array(
|
@@ -1110,128 +1110,156 @@ return array(
|
|
1110 |
'version' => '1.11.0.0',
|
1111 |
'path' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php'
|
1112 |
),
|
|
|
|
|
|
|
|
|
1113 |
'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementNoStackingTestItem' => array(
|
1114 |
-
'version' => '3.
|
1115 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementNoStackingTestItem.php'
|
1116 |
),
|
1117 |
'DVDoug\\BoxPacker\\Test\\TestBox' => array(
|
1118 |
-
'version' => '3.
|
1119 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestBox.php'
|
1120 |
),
|
1121 |
'DVDoug\\BoxPacker\\Test\\THPackTestItem' => array(
|
1122 |
-
'version' => '3.
|
1123 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/THPackTestItem.php'
|
1124 |
),
|
1125 |
'DVDoug\\BoxPacker\\Test\\LimitedSupplyTestBox' => array(
|
1126 |
-
'version' => '3.
|
1127 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/LimitedSupplyTestBox.php'
|
1128 |
),
|
1129 |
'DVDoug\\BoxPacker\\Test\\TestItem' => array(
|
1130 |
-
'version' => '3.
|
1131 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestItem.php'
|
1132 |
),
|
1133 |
'DVDoug\\BoxPacker\\Test\\ConstrainedTestItem' => array(
|
1134 |
-
'version' => '3.
|
1135 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedTestItem.php'
|
1136 |
),
|
1137 |
'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementByCountTestItem' => array(
|
1138 |
-
'version' => '3.
|
1139 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementByCountTestItem.php'
|
1140 |
),
|
1141 |
'DVDoug\\BoxPacker\\BoxList' => array(
|
1142 |
-
'version' => '3.
|
1143 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/BoxList.php'
|
1144 |
),
|
1145 |
'DVDoug\\BoxPacker\\PackedItemList' => array(
|
1146 |
-
'version' => '3.
|
1147 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedItemList.php'
|
1148 |
),
|
|
|
|
|
|
|
|
|
1149 |
'DVDoug\\BoxPacker\\LimitedSupplyBox' => array(
|
1150 |
-
'version' => '3.
|
1151 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/LimitedSupplyBox.php'
|
1152 |
),
|
1153 |
'DVDoug\\BoxPacker\\LayerStabiliser' => array(
|
1154 |
-
'version' => '3.
|
1155 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/LayerStabiliser.php'
|
1156 |
),
|
1157 |
'DVDoug\\BoxPacker\\PackedItem' => array(
|
1158 |
-
'version' => '3.
|
1159 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedItem.php'
|
1160 |
),
|
1161 |
'DVDoug\\BoxPacker\\PackedBoxList' => array(
|
1162 |
-
'version' => '3.
|
1163 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedBoxList.php'
|
1164 |
),
|
1165 |
'DVDoug\\BoxPacker\\ItemTooLargeException' => array(
|
1166 |
-
'version' => '3.
|
1167 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ItemTooLargeException.php'
|
1168 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1169 |
'DVDoug\\BoxPacker\\PackedLayer' => array(
|
1170 |
-
'version' => '3.
|
1171 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedLayer.php'
|
1172 |
),
|
1173 |
'DVDoug\\BoxPacker\\Packer' => array(
|
1174 |
-
'version' => '3.
|
1175 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/Packer.php'
|
1176 |
),
|
1177 |
'DVDoug\\BoxPacker\\ItemList' => array(
|
1178 |
-
'version' => '3.
|
1179 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ItemList.php'
|
1180 |
),
|
1181 |
'DVDoug\\BoxPacker\\ConstrainedItem' => array(
|
1182 |
-
'version' => '3.
|
1183 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedItem.php'
|
1184 |
),
|
1185 |
'DVDoug\\BoxPacker\\OrientatedItem' => array(
|
1186 |
-
'version' => '3.
|
1187 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItem.php'
|
1188 |
),
|
|
|
|
|
|
|
|
|
1189 |
'DVDoug\\BoxPacker\\NoBoxesAvailableException' => array(
|
1190 |
-
'version' => '3.
|
1191 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/NoBoxesAvailableException.php'
|
1192 |
),
|
1193 |
'DVDoug\\BoxPacker\\Item' => array(
|
1194 |
-
'version' => '3.
|
1195 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/Item.php'
|
1196 |
),
|
1197 |
'DVDoug\\BoxPacker\\LayerPacker' => array(
|
1198 |
-
'version' => '3.
|
1199 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/LayerPacker.php'
|
1200 |
),
|
1201 |
'DVDoug\\BoxPacker\\ConstrainedPlacementItem' => array(
|
1202 |
-
'version' => '3.
|
1203 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedPlacementItem.php'
|
1204 |
),
|
1205 |
'DVDoug\\BoxPacker\\VolumePacker' => array(
|
1206 |
-
'version' => '3.
|
1207 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/VolumePacker.php'
|
1208 |
),
|
1209 |
'DVDoug\\BoxPacker\\PackedBox' => array(
|
1210 |
-
'version' => '3.
|
1211 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedBox.php'
|
1212 |
),
|
1213 |
'DVDoug\\BoxPacker\\InfalliblePacker' => array(
|
1214 |
-
'version' => '3.
|
1215 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/InfalliblePacker.php'
|
1216 |
),
|
1217 |
'DVDoug\\BoxPacker\\OrientatedItemFactory' => array(
|
1218 |
-
'version' => '3.
|
1219 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemFactory.php'
|
1220 |
),
|
|
|
|
|
|
|
|
|
1221 |
'DVDoug\\BoxPacker\\WorkingVolume' => array(
|
1222 |
-
'version' => '3.
|
1223 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/WorkingVolume.php'
|
1224 |
),
|
1225 |
'DVDoug\\BoxPacker\\WeightRedistributor' => array(
|
1226 |
-
'version' => '3.
|
1227 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/WeightRedistributor.php'
|
1228 |
),
|
1229 |
'DVDoug\\BoxPacker\\Box' => array(
|
1230 |
-
'version' => '3.
|
1231 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/Box.php'
|
1232 |
),
|
1233 |
'DVDoug\\BoxPacker\\OrientatedItemSorter' => array(
|
1234 |
-
'version' => '3.
|
1235 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemSorter.php'
|
1236 |
),
|
1237 |
'Composer\\Installers\\GravInstaller' => array(
|
383 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Report.php'
|
384 |
),
|
385 |
'Vendidero\\Germanized\\Shipments\\Shipment' => array(
|
386 |
+
'version' => '2.1.1.0',
|
387 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
|
388 |
),
|
389 |
'Vendidero\\Germanized\\Shipments\\Packaging\\ReportHelper' => array(
|
390 |
+
'version' => '2.1.1.0',
|
391 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/ReportHelper.php'
|
392 |
),
|
393 |
'Vendidero\\Germanized\\Shipments\\Packaging\\ReportQueue' => array(
|
394 |
+
'version' => '2.1.1.0',
|
395 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/ReportQueue.php'
|
396 |
),
|
397 |
'Vendidero\\Germanized\\Shipments\\Packaging\\AsyncReportGenerator' => array(
|
398 |
+
'version' => '2.1.1.0',
|
399 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/AsyncReportGenerator.php'
|
400 |
),
|
401 |
'Vendidero\\Germanized\\Shipments\\Packaging\\Report' => array(
|
402 |
+
'version' => '2.1.1.0',
|
403 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging/Report.php'
|
404 |
),
|
405 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Auto' => array(
|
406 |
+
'version' => '2.1.1.0',
|
407 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php'
|
408 |
),
|
409 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Method' => array(
|
410 |
+
'version' => '2.1.1.0',
|
411 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Method.php'
|
412 |
),
|
413 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Simple' => array(
|
414 |
+
'version' => '2.1.1.0',
|
415 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php'
|
416 |
),
|
417 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Helper' => array(
|
418 |
+
'version' => '2.1.1.0',
|
419 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Helper.php'
|
420 |
),
|
421 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\MethodPlaceholder' => array(
|
422 |
+
'version' => '2.1.1.0',
|
423 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/MethodPlaceholder.php'
|
424 |
),
|
425 |
'Vendidero\\Germanized\\Shipments\\Install' => array(
|
426 |
+
'version' => '2.1.1.0',
|
427 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
|
428 |
),
|
429 |
'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
|
430 |
+
'version' => '2.1.1.0',
|
431 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
|
432 |
),
|
433 |
'Vendidero\\Germanized\\Shipments\\Package' => array(
|
434 |
+
'version' => '2.1.1.0',
|
435 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
|
436 |
),
|
437 |
'Vendidero\\Germanized\\Shipments\\Product' => array(
|
438 |
+
'version' => '2.1.1.0',
|
439 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Product.php'
|
440 |
),
|
441 |
'Vendidero\\Germanized\\Shipments\\Order' => array(
|
442 |
+
'version' => '2.1.1.0',
|
443 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
|
444 |
),
|
445 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
|
446 |
+
'version' => '2.1.1.0',
|
447 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
|
448 |
),
|
449 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Label' => array(
|
450 |
+
'version' => '2.1.1.0',
|
451 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Label.php'
|
452 |
),
|
453 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
|
454 |
+
'version' => '2.1.1.0',
|
455 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
|
456 |
),
|
457 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Packaging' => array(
|
458 |
+
'version' => '2.1.1.0',
|
459 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php'
|
460 |
),
|
461 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
|
462 |
+
'version' => '2.1.1.0',
|
463 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
|
464 |
),
|
465 |
'Vendidero\\Germanized\\Shipments\\PackagingFactory' => array(
|
466 |
+
'version' => '2.1.1.0',
|
467 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PackagingFactory.php'
|
468 |
),
|
469 |
'Vendidero\\Germanized\\Shipments\\Ajax' => array(
|
470 |
+
'version' => '2.1.1.0',
|
471 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
|
472 |
),
|
473 |
'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
|
474 |
+
'version' => '2.1.1.0',
|
475 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
|
476 |
),
|
477 |
'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
|
478 |
+
'version' => '2.1.1.0',
|
479 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
|
480 |
),
|
481 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
|
482 |
+
'version' => '2.1.1.0',
|
483 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
|
484 |
),
|
485 |
'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
|
486 |
+
'version' => '2.1.1.0',
|
487 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
|
488 |
),
|
489 |
'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
|
490 |
+
'version' => '2.1.1.0',
|
491 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
|
492 |
),
|
493 |
'Vendidero\\Germanized\\Shipments\\Admin\\ProviderSettings' => array(
|
494 |
+
'version' => '2.1.1.0',
|
495 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php'
|
496 |
),
|
497 |
'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
|
498 |
+
'version' => '2.1.1.0',
|
499 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
|
500 |
),
|
501 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
|
502 |
+
'version' => '2.1.1.0',
|
503 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
|
504 |
),
|
505 |
'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
|
506 |
+
'version' => '2.1.1.0',
|
507 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
|
508 |
),
|
509 |
'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
|
510 |
+
'version' => '2.1.1.0',
|
511 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
|
512 |
),
|
513 |
'Vendidero\\Germanized\\Shipments\\Labels\\Factory' => array(
|
514 |
+
'version' => '2.1.1.0',
|
515 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Factory.php'
|
516 |
),
|
517 |
'Vendidero\\Germanized\\Shipments\\Labels\\Label' => array(
|
518 |
+
'version' => '2.1.1.0',
|
519 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Label.php'
|
520 |
),
|
521 |
'Vendidero\\Germanized\\Shipments\\Labels\\ReturnLabel' => array(
|
522 |
+
'version' => '2.1.1.0',
|
523 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/ReturnLabel.php'
|
524 |
),
|
525 |
'Vendidero\\Germanized\\Shipments\\Labels\\DownloadHandler' => array(
|
526 |
+
'version' => '2.1.1.0',
|
527 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/DownloadHandler.php'
|
528 |
),
|
529 |
'Vendidero\\Germanized\\Shipments\\Labels\\Automation' => array(
|
530 |
+
'version' => '2.1.1.0',
|
531 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Automation.php'
|
532 |
),
|
533 |
'Vendidero\\Germanized\\Shipments\\Labels\\Query' => array(
|
534 |
+
'version' => '2.1.1.0',
|
535 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Query.php'
|
536 |
),
|
537 |
'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
|
538 |
+
'version' => '2.1.1.0',
|
539 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
|
540 |
),
|
541 |
'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
|
542 |
+
'version' => '2.1.1.0',
|
543 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
|
544 |
),
|
545 |
'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
|
546 |
+
'version' => '2.1.1.0',
|
547 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
|
548 |
),
|
549 |
'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
|
550 |
+
'version' => '2.1.1.0',
|
551 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
|
552 |
),
|
553 |
'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
|
554 |
+
'version' => '2.1.1.0',
|
555 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
|
556 |
),
|
557 |
'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
|
558 |
+
'version' => '2.1.1.0',
|
559 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
|
560 |
),
|
561 |
'Vendidero\\Germanized\\Shipments\\Automation' => array(
|
562 |
+
'version' => '2.1.1.0',
|
563 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
|
564 |
),
|
565 |
'Vendidero\\Germanized\\Shipments\\Packaging' => array(
|
566 |
+
'version' => '2.1.1.0',
|
567 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging.php'
|
568 |
),
|
569 |
'Vendidero\\Germanized\\Shipments\\Api' => array(
|
570 |
+
'version' => '2.1.1.0',
|
571 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
|
572 |
),
|
573 |
'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
|
574 |
+
'version' => '2.1.1.0',
|
575 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
|
576 |
),
|
577 |
'Vendidero\\Germanized\\Shipments\\Validation' => array(
|
578 |
+
'version' => '2.1.1.0',
|
579 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
|
580 |
),
|
581 |
'Vendidero\\Germanized\\Shipments\\Emails' => array(
|
582 |
+
'version' => '2.1.1.0',
|
583 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
|
584 |
),
|
585 |
'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
|
586 |
+
'version' => '2.1.1.0',
|
587 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
|
588 |
),
|
589 |
'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
|
590 |
+
'version' => '2.1.1.0',
|
591 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
|
592 |
),
|
593 |
'Vendidero\\Germanized\\Shipments\\Rest\\ShipmentsController' => array(
|
594 |
+
'version' => '2.1.1.0',
|
595 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Rest/ShipmentsController.php'
|
596 |
),
|
597 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProviderAuto' => array(
|
598 |
+
'version' => '2.1.1.0',
|
599 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProviderAuto.php'
|
600 |
),
|
601 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProvider' => array(
|
602 |
+
'version' => '2.1.1.0',
|
603 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php'
|
604 |
),
|
605 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
|
606 |
+
'version' => '2.1.1.0',
|
607 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentReturnLabel.php'
|
608 |
),
|
609 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
|
610 |
+
'version' => '2.1.1.0',
|
611 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
|
612 |
),
|
613 |
'Vendidero\\Germanized\\Shipments\\Packing\\PackagingBox' => array(
|
614 |
+
'version' => '2.1.1.0',
|
615 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/PackagingBox.php'
|
616 |
),
|
617 |
'Vendidero\\Germanized\\Shipments\\Packing\\OrderItem' => array(
|
618 |
+
'version' => '2.1.1.0',
|
619 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/OrderItem.php'
|
620 |
),
|
621 |
'Vendidero\\Germanized\\Shipments\\Packing\\Helper' => array(
|
622 |
+
'version' => '2.1.1.0',
|
623 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/Helper.php'
|
624 |
),
|
625 |
'Vendidero\\Germanized\\Shipments\\Packing\\ShipmentItem' => array(
|
626 |
+
'version' => '2.1.1.0',
|
627 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/ShipmentItem.php'
|
628 |
),
|
629 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DeutschePost' => array(
|
630 |
+
'version' => '1.7.5.0',
|
631 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php'
|
632 |
),
|
633 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\ShippingMethod' => array(
|
634 |
+
'version' => '1.7.5.0',
|
635 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php'
|
636 |
),
|
637 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DHL' => array(
|
638 |
+
'version' => '1.7.5.0',
|
639 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php'
|
640 |
),
|
641 |
'Vendidero\\Germanized\\DHL\\Install' => array(
|
642 |
+
'version' => '1.7.5.0',
|
643 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
|
644 |
),
|
645 |
'Vendidero\\Germanized\\DHL\\Package' => array(
|
646 |
+
'version' => '1.7.5.0',
|
647 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
|
648 |
),
|
649 |
'Vendidero\\Germanized\\DHL\\Product' => array(
|
650 |
+
'version' => '1.7.5.0',
|
651 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
|
652 |
),
|
653 |
'Vendidero\\Germanized\\DHL\\Order' => array(
|
654 |
+
'version' => '1.7.5.0',
|
655 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
|
656 |
),
|
657 |
'Vendidero\\Germanized\\DHL\\Ajax' => array(
|
658 |
+
'version' => '1.7.5.0',
|
659 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
|
660 |
),
|
661 |
'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
|
662 |
+
'version' => '1.7.5.0',
|
663 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
|
664 |
),
|
665 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\Internetmarke' => array(
|
666 |
+
'version' => '1.7.5.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.7.5.0',
|
671 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/DHL.php'
|
672 |
),
|
673 |
'Vendidero\\Germanized\\DHL\\Admin\\Status' => array(
|
674 |
+
'version' => '1.7.5.0',
|
675 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Status.php'
|
676 |
),
|
677 |
'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
|
678 |
+
'version' => '1.7.5.0',
|
679 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
|
680 |
),
|
681 |
'Vendidero\\Germanized\\DHL\\Label\\DHLInlayReturn' => array(
|
682 |
+
'version' => '1.7.5.0',
|
683 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLInlayReturn.php'
|
684 |
),
|
685 |
'Vendidero\\Germanized\\DHL\\Label\\Label' => array(
|
686 |
+
'version' => '1.7.5.0',
|
687 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/Label.php'
|
688 |
),
|
689 |
'Vendidero\\Germanized\\DHL\\Label\\DHLReturn' => array(
|
690 |
+
'version' => '1.7.5.0',
|
691 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLReturn.php'
|
692 |
),
|
693 |
'Vendidero\\Germanized\\DHL\\Label\\ReturnLabel' => array(
|
694 |
+
'version' => '1.7.5.0',
|
695 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/ReturnLabel.php'
|
696 |
),
|
697 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePost' => array(
|
698 |
+
'version' => '1.7.5.0',
|
699 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php'
|
700 |
),
|
701 |
'Vendidero\\Germanized\\DHL\\Label\\DHL' => array(
|
702 |
+
'version' => '1.7.5.0',
|
703 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHL.php'
|
704 |
),
|
705 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePostReturn' => array(
|
706 |
+
'version' => '1.7.5.0',
|
707 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php'
|
708 |
),
|
709 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelQuery' => array(
|
710 |
+
'version' => '1.7.5.0',
|
711 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php'
|
712 |
),
|
713 |
'Vendidero\\Germanized\\DHL\\Legacy\\DataStores\\Label' => array(
|
714 |
+
'version' => '1.7.5.0',
|
715 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php'
|
716 |
),
|
717 |
'Vendidero\\Germanized\\DHL\\Legacy\\DownloadHandler' => array(
|
718 |
+
'version' => '1.7.5.0',
|
719 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DownloadHandler.php'
|
720 |
),
|
721 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelFactory' => array(
|
722 |
+
'version' => '1.7.5.0',
|
723 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelFactory.php'
|
724 |
),
|
725 |
'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
|
726 |
+
'version' => '1.7.5.0',
|
727 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
|
728 |
),
|
729 |
'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
|
730 |
+
'version' => '1.7.5.0',
|
731 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
|
732 |
),
|
733 |
'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
|
734 |
+
'version' => '1.7.5.0',
|
735 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
|
736 |
),
|
737 |
'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
|
738 |
+
'version' => '1.7.5.0',
|
739 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
|
740 |
),
|
741 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductList' => array(
|
742 |
+
'version' => '1.7.5.0',
|
743 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductList.php'
|
744 |
),
|
745 |
'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
|
746 |
+
'version' => '1.7.5.0',
|
747 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
|
748 |
),
|
749 |
'Vendidero\\Germanized\\DHL\\Api\\Internetmarke' => array(
|
750 |
+
'version' => '1.7.5.0',
|
751 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php'
|
752 |
),
|
753 |
'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
|
754 |
+
'version' => '1.7.5.0',
|
755 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
|
756 |
),
|
757 |
'Vendidero\\Germanized\\DHL\\Api\\ImPartnerInformation' => array(
|
758 |
+
'version' => '1.7.5.0',
|
759 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImPartnerInformation.php'
|
760 |
),
|
761 |
'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
|
762 |
+
'version' => '1.7.5.0',
|
763 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
|
764 |
),
|
765 |
'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
|
766 |
+
'version' => '1.7.5.0',
|
767 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
|
768 |
),
|
769 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductsSoap' => array(
|
770 |
+
'version' => '1.7.5.0',
|
771 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductsSoap.php'
|
772 |
),
|
773 |
'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
|
774 |
+
'version' => '1.7.5.0',
|
775 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
|
776 |
),
|
777 |
'Vendidero\\Germanized\\DHL\\Api\\ImRefundSoap' => array(
|
778 |
+
'version' => '1.7.5.0',
|
779 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImRefundSoap.php'
|
780 |
),
|
781 |
'Vendidero\\Germanized\\DHL\\Api\\ImWarenpostIntRest' => array(
|
782 |
+
'version' => '1.7.5.0',
|
783 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php'
|
784 |
),
|
785 |
'Vendidero\\Germanized\\PluginsHelper' => array(
|
855 |
'path' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php'
|
856 |
),
|
857 |
'Digitick\\Sepa\\PaymentInformation' => array(
|
858 |
+
'version' => '2.2.0.0',
|
859 |
'path' => $vendorDir . '/digitick/sepa-xml/src/PaymentInformation.php'
|
860 |
),
|
861 |
'Digitick\\Sepa\\TransferFile\\Facade\\BaseCustomerTransferFileFacade' => array(
|
862 |
+
'version' => '2.2.0.0',
|
863 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/Facade/BaseCustomerTransferFileFacade.php'
|
864 |
),
|
865 |
'Digitick\\Sepa\\TransferFile\\Facade\\CustomerTransferFileFacadeInterface' => array(
|
866 |
+
'version' => '2.2.0.0',
|
867 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/Facade/CustomerTransferFileFacadeInterface.php'
|
868 |
),
|
869 |
'Digitick\\Sepa\\TransferFile\\Facade\\CustomerCreditFacade' => array(
|
870 |
+
'version' => '2.2.0.0',
|
871 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/Facade/CustomerCreditFacade.php'
|
872 |
),
|
873 |
'Digitick\\Sepa\\TransferFile\\Facade\\CustomerDirectDebitFacade' => array(
|
874 |
+
'version' => '2.2.0.0',
|
875 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/Facade/CustomerDirectDebitFacade.php'
|
876 |
),
|
877 |
'Digitick\\Sepa\\TransferFile\\TransferFileInterface' => array(
|
878 |
+
'version' => '2.2.0.0',
|
879 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/TransferFileInterface.php'
|
880 |
),
|
881 |
'Digitick\\Sepa\\TransferFile\\CustomerDirectDebitTransferFile' => array(
|
882 |
+
'version' => '2.2.0.0',
|
883 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/CustomerDirectDebitTransferFile.php'
|
884 |
),
|
885 |
'Digitick\\Sepa\\TransferFile\\CustomerCreditTransferFile' => array(
|
886 |
+
'version' => '2.2.0.0',
|
887 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/CustomerCreditTransferFile.php'
|
888 |
),
|
889 |
'Digitick\\Sepa\\TransferFile\\BaseTransferFile' => array(
|
890 |
+
'version' => '2.2.0.0',
|
891 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/BaseTransferFile.php'
|
892 |
),
|
893 |
'Digitick\\Sepa\\TransferFile\\Factory\\TransferFileFacadeFactory' => array(
|
894 |
+
'version' => '2.2.0.0',
|
895 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferFile/Factory/TransferFileFacadeFactory.php'
|
896 |
),
|
897 |
'Digitick\\Sepa\\DomBuilder\\DomBuilderFactory' => array(
|
898 |
+
'version' => '2.2.0.0',
|
899 |
'path' => $vendorDir . '/digitick/sepa-xml/src/DomBuilder/DomBuilderFactory.php'
|
900 |
),
|
901 |
'Digitick\\Sepa\\DomBuilder\\BaseDomBuilder' => array(
|
902 |
+
'version' => '2.2.0.0',
|
903 |
'path' => $vendorDir . '/digitick/sepa-xml/src/DomBuilder/BaseDomBuilder.php'
|
904 |
),
|
905 |
'Digitick\\Sepa\\DomBuilder\\CustomerDirectDebitTransferDomBuilder' => array(
|
906 |
+
'version' => '2.2.0.0',
|
907 |
'path' => $vendorDir . '/digitick/sepa-xml/src/DomBuilder/CustomerDirectDebitTransferDomBuilder.php'
|
908 |
),
|
909 |
'Digitick\\Sepa\\DomBuilder\\DomBuilderInterface' => array(
|
910 |
+
'version' => '2.2.0.0',
|
911 |
'path' => $vendorDir . '/digitick/sepa-xml/src/DomBuilder/DomBuilderInterface.php'
|
912 |
),
|
913 |
'Digitick\\Sepa\\DomBuilder\\CustomerCreditTransferDomBuilder' => array(
|
914 |
+
'version' => '2.2.0.0',
|
915 |
'path' => $vendorDir . '/digitick/sepa-xml/src/DomBuilder/CustomerCreditTransferDomBuilder.php'
|
916 |
),
|
917 |
'Digitick\\Sepa\\Util\\StringHelper' => array(
|
918 |
+
'version' => '2.2.0.0',
|
919 |
'path' => $vendorDir . '/digitick/sepa-xml/src/Util/StringHelper.php'
|
920 |
),
|
921 |
'Digitick\\Sepa\\TransferInformation\\CustomerDirectDebitTransferInformation' => array(
|
922 |
+
'version' => '2.2.0.0',
|
923 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferInformation/CustomerDirectDebitTransferInformation.php'
|
924 |
),
|
925 |
'Digitick\\Sepa\\TransferInformation\\CustomerCreditTransferInformation' => array(
|
926 |
+
'version' => '2.2.0.0',
|
927 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferInformation/CustomerCreditTransferInformation.php'
|
928 |
),
|
929 |
'Digitick\\Sepa\\TransferInformation\\BaseTransferInformation' => array(
|
930 |
+
'version' => '2.2.0.0',
|
931 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferInformation/BaseTransferInformation.php'
|
932 |
),
|
933 |
'Digitick\\Sepa\\TransferInformation\\TransferInformationInterface' => array(
|
934 |
+
'version' => '2.2.0.0',
|
935 |
'path' => $vendorDir . '/digitick/sepa-xml/src/TransferInformation/TransferInformationInterface.php'
|
936 |
),
|
937 |
'Digitick\\Sepa\\GroupHeader' => array(
|
938 |
+
'version' => '2.2.0.0',
|
939 |
'path' => $vendorDir . '/digitick/sepa-xml/src/GroupHeader.php'
|
940 |
),
|
941 |
'Digitick\\Sepa\\Exception\\InvalidTransferTypeException' => array(
|
942 |
+
'version' => '2.2.0.0',
|
943 |
'path' => $vendorDir . '/digitick/sepa-xml/src/Exception/InvalidTransferTypeException.php'
|
944 |
),
|
945 |
'Digitick\\Sepa\\Exception\\InvalidTransferFileConfiguration' => array(
|
946 |
+
'version' => '2.2.0.0',
|
947 |
'path' => $vendorDir . '/digitick/sepa-xml/src/Exception/InvalidTransferFileConfiguration.php'
|
948 |
),
|
949 |
'Digitick\\Sepa\\Exception\\InvalidArgumentException' => array(
|
950 |
+
'version' => '2.2.0.0',
|
951 |
'path' => $vendorDir . '/digitick/sepa-xml/src/Exception/InvalidArgumentException.php'
|
952 |
),
|
953 |
'Digitick\\Sepa\\Exception\\InvalidPaymentMethodException' => array(
|
954 |
+
'version' => '2.2.0.0',
|
955 |
'path' => $vendorDir . '/digitick/sepa-xml/src/Exception/InvalidPaymentMethodException.php'
|
956 |
),
|
957 |
'Digitick\\Sepa\\Exception\\Exception' => array(
|
958 |
+
'version' => '2.2.0.0',
|
959 |
'path' => $vendorDir . '/digitick/sepa-xml/src/Exception/Exception.php'
|
960 |
),
|
961 |
'Defuse\\Crypto\\Crypto' => array(
|
1110 |
'version' => '1.11.0.0',
|
1111 |
'path' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php'
|
1112 |
),
|
1113 |
+
'DVDoug\\BoxPacker\\Test\\PackedBoxByReferenceSorter' => array(
|
1114 |
+
'version' => '3.10.0.0',
|
1115 |
+
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/PackedBoxByReferenceSorter.php'
|
1116 |
+
),
|
1117 |
'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementNoStackingTestItem' => array(
|
1118 |
+
'version' => '3.10.0.0',
|
1119 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementNoStackingTestItem.php'
|
1120 |
),
|
1121 |
'DVDoug\\BoxPacker\\Test\\TestBox' => array(
|
1122 |
+
'version' => '3.10.0.0',
|
1123 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestBox.php'
|
1124 |
),
|
1125 |
'DVDoug\\BoxPacker\\Test\\THPackTestItem' => array(
|
1126 |
+
'version' => '3.10.0.0',
|
1127 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/THPackTestItem.php'
|
1128 |
),
|
1129 |
'DVDoug\\BoxPacker\\Test\\LimitedSupplyTestBox' => array(
|
1130 |
+
'version' => '3.10.0.0',
|
1131 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/LimitedSupplyTestBox.php'
|
1132 |
),
|
1133 |
'DVDoug\\BoxPacker\\Test\\TestItem' => array(
|
1134 |
+
'version' => '3.10.0.0',
|
1135 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/TestItem.php'
|
1136 |
),
|
1137 |
'DVDoug\\BoxPacker\\Test\\ConstrainedTestItem' => array(
|
1138 |
+
'version' => '3.10.0.0',
|
1139 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedTestItem.php'
|
1140 |
),
|
1141 |
'DVDoug\\BoxPacker\\Test\\ConstrainedPlacementByCountTestItem' => array(
|
1142 |
+
'version' => '3.10.0.0',
|
1143 |
'path' => $vendorDir . '/dvdoug/boxpacker/tests/Test/ConstrainedPlacementByCountTestItem.php'
|
1144 |
),
|
1145 |
'DVDoug\\BoxPacker\\BoxList' => array(
|
1146 |
+
'version' => '3.10.0.0',
|
1147 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/BoxList.php'
|
1148 |
),
|
1149 |
'DVDoug\\BoxPacker\\PackedItemList' => array(
|
1150 |
+
'version' => '3.10.0.0',
|
1151 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedItemList.php'
|
1152 |
),
|
1153 |
+
'DVDoug\\BoxPacker\\PackedBoxSorter' => array(
|
1154 |
+
'version' => '3.10.0.0',
|
1155 |
+
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedBoxSorter.php'
|
1156 |
+
),
|
1157 |
'DVDoug\\BoxPacker\\LimitedSupplyBox' => array(
|
1158 |
+
'version' => '3.10.0.0',
|
1159 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/LimitedSupplyBox.php'
|
1160 |
),
|
1161 |
'DVDoug\\BoxPacker\\LayerStabiliser' => array(
|
1162 |
+
'version' => '3.10.0.0',
|
1163 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/LayerStabiliser.php'
|
1164 |
),
|
1165 |
'DVDoug\\BoxPacker\\PackedItem' => array(
|
1166 |
+
'version' => '3.10.0.0',
|
1167 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedItem.php'
|
1168 |
),
|
1169 |
'DVDoug\\BoxPacker\\PackedBoxList' => array(
|
1170 |
+
'version' => '3.10.0.0',
|
1171 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedBoxList.php'
|
1172 |
),
|
1173 |
'DVDoug\\BoxPacker\\ItemTooLargeException' => array(
|
1174 |
+
'version' => '3.10.0.0',
|
1175 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ItemTooLargeException.php'
|
1176 |
),
|
1177 |
+
'DVDoug\\BoxPacker\\ItemSorter' => array(
|
1178 |
+
'version' => '3.10.0.0',
|
1179 |
+
'path' => $vendorDir . '/dvdoug/boxpacker/src/ItemSorter.php'
|
1180 |
+
),
|
1181 |
+
'DVDoug\\BoxPacker\\DefaultItemSorter' => array(
|
1182 |
+
'version' => '3.10.0.0',
|
1183 |
+
'path' => $vendorDir . '/dvdoug/boxpacker/src/DefaultItemSorter.php'
|
1184 |
+
),
|
1185 |
+
'DVDoug\\BoxPacker\\BoxSorter' => array(
|
1186 |
+
'version' => '3.10.0.0',
|
1187 |
+
'path' => $vendorDir . '/dvdoug/boxpacker/src/BoxSorter.php'
|
1188 |
+
),
|
1189 |
'DVDoug\\BoxPacker\\PackedLayer' => array(
|
1190 |
+
'version' => '3.10.0.0',
|
1191 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedLayer.php'
|
1192 |
),
|
1193 |
'DVDoug\\BoxPacker\\Packer' => array(
|
1194 |
+
'version' => '3.10.0.0',
|
1195 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/Packer.php'
|
1196 |
),
|
1197 |
'DVDoug\\BoxPacker\\ItemList' => array(
|
1198 |
+
'version' => '3.10.0.0',
|
1199 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ItemList.php'
|
1200 |
),
|
1201 |
'DVDoug\\BoxPacker\\ConstrainedItem' => array(
|
1202 |
+
'version' => '3.10.0.0',
|
1203 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedItem.php'
|
1204 |
),
|
1205 |
'DVDoug\\BoxPacker\\OrientatedItem' => array(
|
1206 |
+
'version' => '3.10.0.0',
|
1207 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItem.php'
|
1208 |
),
|
1209 |
+
'DVDoug\\BoxPacker\\DefaultPackedBoxSorter' => array(
|
1210 |
+
'version' => '3.10.0.0',
|
1211 |
+
'path' => $vendorDir . '/dvdoug/boxpacker/src/DefaultPackedBoxSorter.php'
|
1212 |
+
),
|
1213 |
'DVDoug\\BoxPacker\\NoBoxesAvailableException' => array(
|
1214 |
+
'version' => '3.10.0.0',
|
1215 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/NoBoxesAvailableException.php'
|
1216 |
),
|
1217 |
'DVDoug\\BoxPacker\\Item' => array(
|
1218 |
+
'version' => '3.10.0.0',
|
1219 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/Item.php'
|
1220 |
),
|
1221 |
'DVDoug\\BoxPacker\\LayerPacker' => array(
|
1222 |
+
'version' => '3.10.0.0',
|
1223 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/LayerPacker.php'
|
1224 |
),
|
1225 |
'DVDoug\\BoxPacker\\ConstrainedPlacementItem' => array(
|
1226 |
+
'version' => '3.10.0.0',
|
1227 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/ConstrainedPlacementItem.php'
|
1228 |
),
|
1229 |
'DVDoug\\BoxPacker\\VolumePacker' => array(
|
1230 |
+
'version' => '3.10.0.0',
|
1231 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/VolumePacker.php'
|
1232 |
),
|
1233 |
'DVDoug\\BoxPacker\\PackedBox' => array(
|
1234 |
+
'version' => '3.10.0.0',
|
1235 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/PackedBox.php'
|
1236 |
),
|
1237 |
'DVDoug\\BoxPacker\\InfalliblePacker' => array(
|
1238 |
+
'version' => '3.10.0.0',
|
1239 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/InfalliblePacker.php'
|
1240 |
),
|
1241 |
'DVDoug\\BoxPacker\\OrientatedItemFactory' => array(
|
1242 |
+
'version' => '3.10.0.0',
|
1243 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemFactory.php'
|
1244 |
),
|
1245 |
+
'DVDoug\\BoxPacker\\DefaultBoxSorter' => array(
|
1246 |
+
'version' => '3.10.0.0',
|
1247 |
+
'path' => $vendorDir . '/dvdoug/boxpacker/src/DefaultBoxSorter.php'
|
1248 |
+
),
|
1249 |
'DVDoug\\BoxPacker\\WorkingVolume' => array(
|
1250 |
+
'version' => '3.10.0.0',
|
1251 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/WorkingVolume.php'
|
1252 |
),
|
1253 |
'DVDoug\\BoxPacker\\WeightRedistributor' => array(
|
1254 |
+
'version' => '3.10.0.0',
|
1255 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/WeightRedistributor.php'
|
1256 |
),
|
1257 |
'DVDoug\\BoxPacker\\Box' => array(
|
1258 |
+
'version' => '3.10.0.0',
|
1259 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/Box.php'
|
1260 |
),
|
1261 |
'DVDoug\\BoxPacker\\OrientatedItemSorter' => array(
|
1262 |
+
'version' => '3.10.0.0',
|
1263 |
'path' => $vendorDir . '/dvdoug/boxpacker/src/OrientatedItemSorter.php'
|
1264 |
),
|
1265 |
'Composer\\Installers\\GravInstaller' => array(
|
vendor/digitick/sepa-xml/src/DomBuilder/CustomerDirectDebitTransferDomBuilder.php
CHANGED
@@ -124,6 +124,18 @@ class CustomerDirectDebitTransferDomBuilder extends BaseDomBuilder
|
|
124 |
*/
|
125 |
public function visitTransferInformation(TransferInformationInterface $transactionInformation): void
|
126 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
/** @var $transactionInformation CustomerDirectDebitTransferInformation */
|
128 |
$directDebitTransactionInformation = $this->createElement('DrctDbtTxInf');
|
129 |
|
@@ -159,12 +171,33 @@ class CustomerDirectDebitTransferDomBuilder extends BaseDomBuilder
|
|
159 |
|
160 |
$debtor = $this->createElement('Dbtr');
|
161 |
$debtor->appendChild($this->createElement('Nm', $transactionInformation->getDebitorName()));
|
|
|
|
|
162 |
if (in_array($this->painFormat, array('pain.008.003.02', 'pain.008.001.02'))) {
|
163 |
-
$addPostalAddress = false;
|
164 |
$postalAddress = $this->createElement('PstlAdr');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
if ((bool)$transactionInformation->getCountry()) {
|
166 |
$postalAddress->appendChild($this->createElement('Ctry', $transactionInformation->getCountry()));
|
167 |
-
$addPostalAddress = true;
|
168 |
}
|
169 |
if ((bool)$transactionInformation->getPostalAddress()) {
|
170 |
$postalAddressData = $transactionInformation->getPostalAddress();
|
@@ -175,9 +208,9 @@ class CustomerDirectDebitTransferDomBuilder extends BaseDomBuilder
|
|
175 |
} else {
|
176 |
$postalAddress->appendChild($this->createElement('AdrLine', $postalAddressData));
|
177 |
}
|
178 |
-
$addPostalAddress = true;
|
179 |
}
|
180 |
-
|
|
|
181 |
$debtor->appendChild($postalAddress);
|
182 |
}
|
183 |
}
|
124 |
*/
|
125 |
public function visitTransferInformation(TransferInformationInterface $transactionInformation): void
|
126 |
{
|
127 |
+
if (!isset($this->currentPayment)) {
|
128 |
+
throw new \LogicException('Payment information have to be added before any transaction informations can be added.');
|
129 |
+
}
|
130 |
+
|
131 |
+
if (!$transactionInformation instanceof CustomerDirectDebitTransferInformation) {
|
132 |
+
throw new \InvalidArgumentException(sprintf(
|
133 |
+
'Expected argument to be for type "%s", but "%s" given.',
|
134 |
+
CustomerDirectDebitTransferInformation::class,
|
135 |
+
get_class($transactionInformation)
|
136 |
+
));
|
137 |
+
}
|
138 |
+
|
139 |
/** @var $transactionInformation CustomerDirectDebitTransferInformation */
|
140 |
$directDebitTransactionInformation = $this->createElement('DrctDbtTxInf');
|
141 |
|
171 |
|
172 |
$debtor = $this->createElement('Dbtr');
|
173 |
$debtor->appendChild($this->createElement('Nm', $transactionInformation->getDebitorName()));
|
174 |
+
|
175 |
+
// Add address data to debtor node
|
176 |
if (in_array($this->painFormat, array('pain.008.003.02', 'pain.008.001.02'))) {
|
|
|
177 |
$postalAddress = $this->createElement('PstlAdr');
|
178 |
+
|
179 |
+
// Th elements street number, building number, post code and town name
|
180 |
+
// are not supported by 'pain.008.003.02'.
|
181 |
+
if (in_array($this->painFormat, ['pain.008.001.02'])) {
|
182 |
+
if (!empty($transactionInformation->getStreetName())) {
|
183 |
+
$postalAddress->appendChild($this->createElement('StrtNm', $transactionInformation->getStreetName()));
|
184 |
+
}
|
185 |
+
|
186 |
+
if (!empty($transactionInformation->getBuildingNumber())) {
|
187 |
+
$postalAddress->appendChild($this->createElement('BldgNb', $transactionInformation->getBuildingNumber()));
|
188 |
+
}
|
189 |
+
|
190 |
+
if (!empty($transactionInformation->getPostCode())) {
|
191 |
+
$postalAddress->appendChild($this->createElement('PstCd', $transactionInformation->getPostCode()));
|
192 |
+
}
|
193 |
+
|
194 |
+
if (!empty($transactionInformation->getTownName())) {
|
195 |
+
$postalAddress->appendChild($this->createElement('TwnNm', $transactionInformation->getTownName()));
|
196 |
+
}
|
197 |
+
}
|
198 |
+
|
199 |
if ((bool)$transactionInformation->getCountry()) {
|
200 |
$postalAddress->appendChild($this->createElement('Ctry', $transactionInformation->getCountry()));
|
|
|
201 |
}
|
202 |
if ((bool)$transactionInformation->getPostalAddress()) {
|
203 |
$postalAddressData = $transactionInformation->getPostalAddress();
|
208 |
} else {
|
209 |
$postalAddress->appendChild($this->createElement('AdrLine', $postalAddressData));
|
210 |
}
|
|
|
211 |
}
|
212 |
+
|
213 |
+
if ($postalAddress->childNodes->length > 0) {
|
214 |
$debtor->appendChild($postalAddress);
|
215 |
}
|
216 |
}
|
vendor/digitick/sepa-xml/src/TransferFile/Facade/BaseCustomerTransferFileFacade.php
CHANGED
@@ -24,6 +24,7 @@ namespace Digitick\Sepa\TransferFile\Facade;
|
|
24 |
|
25 |
use Digitick\Sepa\DomBuilder\BaseDomBuilder;
|
26 |
use Digitick\Sepa\Exception\InvalidArgumentException;
|
|
|
27 |
use Digitick\Sepa\TransferFile\TransferFileInterface;
|
28 |
|
29 |
abstract class BaseCustomerTransferFileFacade implements CustomerTransferFileFacadeInterface
|
@@ -49,6 +50,14 @@ abstract class BaseCustomerTransferFileFacade implements CustomerTransferFileFac
|
|
49 |
$this->domBuilder = $domBuilder;
|
50 |
}
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
public function asXML(): string
|
53 |
{
|
54 |
foreach ($this->payments as $payment) {
|
24 |
|
25 |
use Digitick\Sepa\DomBuilder\BaseDomBuilder;
|
26 |
use Digitick\Sepa\Exception\InvalidArgumentException;
|
27 |
+
use Digitick\Sepa\PaymentInformation;
|
28 |
use Digitick\Sepa\TransferFile\TransferFileInterface;
|
29 |
|
30 |
abstract class BaseCustomerTransferFileFacade implements CustomerTransferFileFacadeInterface
|
50 |
$this->domBuilder = $domBuilder;
|
51 |
}
|
52 |
|
53 |
+
/**
|
54 |
+
* Return the payment info with the name passed by $paymentName.
|
55 |
+
*/
|
56 |
+
public function getPaymentInfo(string $paymentName): ?PaymentInformation
|
57 |
+
{
|
58 |
+
return $this->payments[$paymentName] ?? null;
|
59 |
+
}
|
60 |
+
|
61 |
public function asXML(): string
|
62 |
{
|
63 |
foreach ($this->payments as $payment) {
|
vendor/digitick/sepa-xml/src/TransferFile/Facade/CustomerDirectDebitFacade.php
CHANGED
@@ -83,6 +83,10 @@ class CustomerDirectDebitFacade extends BaseCustomerTransferFileFacade
|
|
83 |
* originalMandateId?: string
|
84 |
* originalDebtorIban?: string
|
85 |
* amendedDebtorAccount?: string
|
|
|
|
|
|
|
|
|
86 |
* debtorCountry?: string
|
87 |
* debtorAdrLine?: string
|
88 |
* } $transferInformation
|
@@ -138,6 +142,23 @@ class CustomerDirectDebitFacade extends BaseCustomerTransferFileFacade
|
|
138 |
if (isset($transferInformation['amendedDebtorAccount'])) {
|
139 |
$transfer->setAmendedDebtorAccount((bool) $transferInformation['amendedDebtorAccount']);
|
140 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
if (isset($transferInformation['debtorCountry'])) {
|
142 |
$transfer->setCountry($transferInformation['debtorCountry']);
|
143 |
}
|
83 |
* originalMandateId?: string
|
84 |
* originalDebtorIban?: string
|
85 |
* amendedDebtorAccount?: string
|
86 |
+
* postCode?: string
|
87 |
+
* townName?: string
|
88 |
+
* streetName?: string
|
89 |
+
* buildingNumber?: string
|
90 |
* debtorCountry?: string
|
91 |
* debtorAdrLine?: string
|
92 |
* } $transferInformation
|
142 |
if (isset($transferInformation['amendedDebtorAccount'])) {
|
143 |
$transfer->setAmendedDebtorAccount((bool) $transferInformation['amendedDebtorAccount']);
|
144 |
}
|
145 |
+
|
146 |
+
if (isset($transferInformation['postCode'])) {
|
147 |
+
$transfer->setPostCode($transferInformation['postCode']);
|
148 |
+
}
|
149 |
+
|
150 |
+
if (isset($transferInformation['townName'])) {
|
151 |
+
$transfer->setTownName($transferInformation['townName']);
|
152 |
+
}
|
153 |
+
|
154 |
+
if (isset($transferInformation['streetName'])) {
|
155 |
+
$transfer->setStreetName($transferInformation['streetName']);
|
156 |
+
}
|
157 |
+
|
158 |
+
if (isset($transferInformation['buildingNumber'])) {
|
159 |
+
$transfer->setBuildingNumber($transferInformation['buildingNumber']);
|
160 |
+
}
|
161 |
+
|
162 |
if (isset($transferInformation['debtorCountry'])) {
|
163 |
$transfer->setCountry($transferInformation['debtorCountry']);
|
164 |
}
|
vendor/digitick/sepa-xml/src/TransferInformation/BaseTransferInformation.php
CHANGED
@@ -91,11 +91,58 @@ class BaseTransferInformation implements TransferInformationInterface
|
|
91 |
protected $creditorReference;
|
92 |
|
93 |
/**
|
|
|
|
|
|
|
|
|
|
|
94 |
* @var string|null
|
95 |
*/
|
96 |
protected $country;
|
97 |
|
98 |
/**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
* @var string|string[]|null
|
100 |
*/
|
101 |
protected $postalAddress;
|
@@ -210,6 +257,106 @@ class BaseTransferInformation implements TransferInformationInterface
|
|
210 |
$this->country = $country;
|
211 |
}
|
212 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
/**
|
214 |
* @return string|string[]|null
|
215 |
*/
|
91 |
protected $creditorReference;
|
92 |
|
93 |
/**
|
94 |
+
* Nation with its own government.
|
95 |
+
*
|
96 |
+
* The code is checked against the list of country names obtained from the
|
97 |
+
* United Nations (ISO 3166, Alpha-2 code).
|
98 |
+
*
|
99 |
* @var string|null
|
100 |
*/
|
101 |
protected $country;
|
102 |
|
103 |
/**
|
104 |
+
* Name of a built-up area, with defined boundaries, and a local government.
|
105 |
+
*
|
106 |
+
* Maximum allowed length is 35 characters.
|
107 |
+
*
|
108 |
+
* @var string|null
|
109 |
+
*/
|
110 |
+
protected $townName;
|
111 |
+
|
112 |
+
/**
|
113 |
+
* Identifier consisting of a group of letters and/or numbers that is added
|
114 |
+
* to a postal address to assist the sorting of mail.
|
115 |
+
*
|
116 |
+
* Maximum allowed length is 16 characters.
|
117 |
+
*
|
118 |
+
* @var string|null
|
119 |
+
*/
|
120 |
+
protected $postCode;
|
121 |
+
|
122 |
+
/**
|
123 |
+
* Name of a street or thoroughfare.
|
124 |
+
*
|
125 |
+
* Maximum allowed length is 70 characters.
|
126 |
+
*
|
127 |
+
* @var string|null
|
128 |
+
*/
|
129 |
+
protected $streetName;
|
130 |
+
|
131 |
+
/**
|
132 |
+
* Number that identifies the position of a building on a street.
|
133 |
+
*
|
134 |
+
* Maximum allowed length is 16 characters.
|
135 |
+
*
|
136 |
+
* @var string|null
|
137 |
+
*/
|
138 |
+
protected $buildingNumber;
|
139 |
+
|
140 |
+
/**
|
141 |
+
* Information that locates and identifies a specific address, as defined
|
142 |
+
* by postal services, presented in free format text.
|
143 |
+
*
|
144 |
+
* Maximum allowed length is 70 characters.
|
145 |
+
*
|
146 |
* @var string|string[]|null
|
147 |
*/
|
148 |
protected $postalAddress;
|
257 |
$this->country = $country;
|
258 |
}
|
259 |
|
260 |
+
/**
|
261 |
+
* Get the name of the town where the creditor/debtor is located
|
262 |
+
*
|
263 |
+
* Maximum allowed length is 35 characters.
|
264 |
+
*
|
265 |
+
* @return string|null
|
266 |
+
*/
|
267 |
+
public function getTownName(): ?string
|
268 |
+
{
|
269 |
+
return $this->townName;
|
270 |
+
}
|
271 |
+
|
272 |
+
/**
|
273 |
+
* Set the name of the town where the creditor/debtor is located.
|
274 |
+
*
|
275 |
+
* @param string|null $townName Maximum allowed length is 35 characters.
|
276 |
+
*/
|
277 |
+
public function setTownName(?string $townName): void
|
278 |
+
{
|
279 |
+
if (null === $townName) {
|
280 |
+
$this->townName = null;
|
281 |
+
} else {
|
282 |
+
$this->townName = StringHelper::sanitizeString($townName);
|
283 |
+
}
|
284 |
+
}
|
285 |
+
|
286 |
+
/**
|
287 |
+
* Get the post code where the creditor/debtor is located.
|
288 |
+
*
|
289 |
+
* @return string|null
|
290 |
+
*/
|
291 |
+
public function getPostCode(): ?string
|
292 |
+
{
|
293 |
+
return $this->postCode;
|
294 |
+
}
|
295 |
+
|
296 |
+
/**
|
297 |
+
* Set the post code where the creditor/debtor is located.
|
298 |
+
*
|
299 |
+
* @param string|null $postCode Maximum allowed length is 16 characters.
|
300 |
+
*/
|
301 |
+
public function setPostCode(?string $postCode): void
|
302 |
+
{
|
303 |
+
if (null === $postCode) {
|
304 |
+
$this->postCode = null;
|
305 |
+
} else {
|
306 |
+
$this->postCode = StringHelper::sanitizeString($postCode);
|
307 |
+
}
|
308 |
+
}
|
309 |
+
|
310 |
+
/**
|
311 |
+
* Get the street name where the creditor/debtor is located.
|
312 |
+
*
|
313 |
+
* @return string|null
|
314 |
+
*/
|
315 |
+
public function getStreetName(): ?string
|
316 |
+
{
|
317 |
+
return $this->streetName;
|
318 |
+
}
|
319 |
+
|
320 |
+
/**
|
321 |
+
* Set the street name where the creditor/debtor is located.
|
322 |
+
*
|
323 |
+
* @param string|null $streetName Maximum allowed length is 70 characters.
|
324 |
+
*/
|
325 |
+
public function setStreetName(?string $streetName): void
|
326 |
+
{
|
327 |
+
if (null === $streetName) {
|
328 |
+
$this->streetName = null;
|
329 |
+
} else {
|
330 |
+
$this->streetName = StringHelper::sanitizeString($streetName);
|
331 |
+
}
|
332 |
+
}
|
333 |
+
|
334 |
+
/**
|
335 |
+
* Get the number that identifies the position of the building on the street
|
336 |
+
* where the creditor/debtor is located.
|
337 |
+
*
|
338 |
+
* @return string|null
|
339 |
+
*/
|
340 |
+
public function getBuildingNumber(): ?string
|
341 |
+
{
|
342 |
+
return $this->buildingNumber;
|
343 |
+
}
|
344 |
+
|
345 |
+
/**
|
346 |
+
* Set the number that identifies the position of the building on the street
|
347 |
+
* where the creditor/debtor is located.
|
348 |
+
*
|
349 |
+
* @param string|null $buildingNumber Maximum allowed length is 16 characters.
|
350 |
+
*/
|
351 |
+
public function setBuildingNumber(?string $buildingNumber): void
|
352 |
+
{
|
353 |
+
if (null === $buildingNumber) {
|
354 |
+
$this->buildingNumber = null;
|
355 |
+
} else {
|
356 |
+
$this->buildingNumber = StringHelper::sanitizeString($buildingNumber);
|
357 |
+
}
|
358 |
+
}
|
359 |
+
|
360 |
/**
|
361 |
* @return string|string[]|null
|
362 |
*/
|
vendor/dvdoug/boxpacker/docs/conf.py
CHANGED
@@ -71,7 +71,7 @@ language = None
|
|
71 |
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
72 |
|
73 |
# The name of the Pygments (syntax highlighting) style to use.
|
74 |
-
pygments_style = '
|
75 |
|
76 |
# If true, `todo` and `todoList` produce output, else they produce nothing.
|
77 |
todo_include_todos = False
|
@@ -167,5 +167,8 @@ texinfo_documents = [
|
|
167 |
'Miscellaneous'),
|
168 |
]
|
169 |
|
|
|
|
|
170 |
|
171 |
-
|
|
71 |
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
72 |
|
73 |
# The name of the Pygments (syntax highlighting) style to use.
|
74 |
+
pygments_style = 'friendly'
|
75 |
|
76 |
# If true, `todo` and `todoList` produce output, else they produce nothing.
|
77 |
todo_include_todos = False
|
167 |
'Miscellaneous'),
|
168 |
]
|
169 |
|
170 |
+
from sphinx.highlighting import lexers
|
171 |
+
from pygments.lexers.web import PhpLexer
|
172 |
|
173 |
+
# enable highlighting for PHP code not between ``<?php ... ?>`` by default
|
174 |
+
lexers['php'] = PhpLexer(startinline=True)
|
vendor/dvdoug/boxpacker/docs/getting-started.rst
CHANGED
@@ -93,21 +93,3 @@ Does a set of items fit into a particular box
|
|
93 |
|
94 |
$volumePacker = new VolumePacker($box, $items);
|
95 |
$packedBox = $volumePacker->pack(); //$packedBox->getItems() contains the items that fit
|
96 |
-
|
97 |
-
|
98 |
-
.. code-block:: php
|
99 |
-
|
100 |
-
<?php
|
101 |
-
$box = new TestBox('Le box', 300, 300, 10, 10, 296, 296, 8, 1000);
|
102 |
-
|
103 |
-
/*
|
104 |
-
* You can also supply an (optionally pre-sorted) array of items. By default the library will sort the items
|
105 |
-
* passed to it via a heuristic to achieve optimal packing density. If you need to control the order of items,
|
106 |
-
* or have application-specific knowledge that sorting will not help (e.g. all items have the same dimensions)
|
107 |
-
* you can tell the library to skip this step.
|
108 |
-
*/
|
109 |
-
|
110 |
-
$itemList = ItemList::fromArray($anArrayOfItems, true); // set the optional 2nd param to true if presorted
|
111 |
-
|
112 |
-
$volumePacker = new VolumePacker($box, $itemList);
|
113 |
-
$packedBox = $volumePacker->pack(); //$packedBox->getItems() contains the items that fit
|
93 |
|
94 |
$volumePacker = new VolumePacker($box, $items);
|
95 |
$packedBox = $volumePacker->pack(); //$packedBox->getItems() contains the items that fit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/dvdoug/boxpacker/docs/index.rst
CHANGED
@@ -22,6 +22,7 @@ BoxPacker is licensed under the `MIT license`_.
|
|
22 |
principles
|
23 |
getting-started
|
24 |
rotation
|
|
|
25 |
weight-distribution
|
26 |
too-large-items
|
27 |
advanced-usage
|
22 |
principles
|
23 |
getting-started
|
24 |
rotation
|
25 |
+
sortation
|
26 |
weight-distribution
|
27 |
too-large-items
|
28 |
advanced-usage
|
vendor/dvdoug/boxpacker/docs/sortation.rst
ADDED
@@ -0,0 +1,156 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Sortation
|
2 |
+
=========
|
3 |
+
|
4 |
+
BoxPacker (mostly) uses "online" algorithms, that is it packs sequentially, with no regard for what comes next.
|
5 |
+
Therefore the order of items, or the order of boxes are of crucial importance in obtaining good results.
|
6 |
+
|
7 |
+
By default, BoxPacker will try to be as smart as possible about this, packing larger/heavier items into the bottom
|
8 |
+
of a box, with smaller/lighter items that might get crushed placed above them. It will also prefer to use smaller
|
9 |
+
boxes where possible, rather than larger ones.
|
10 |
+
|
11 |
+
However, BoxPacker also allows you to influence many of these decisions if you prefer.
|
12 |
+
|
13 |
+
Items
|
14 |
+
-----
|
15 |
+
You may wish to explicitly pack heavier items before larger ones. Or larger ones before heavier ones. Or prefer to keep
|
16 |
+
items of a similar "group" together (whatever that might mean for your application). The ``ItemList`` class supports
|
17 |
+
this via two methods.
|
18 |
+
|
19 |
+
Supplying a pre-sorted list
|
20 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
21 |
+
If you already have your items in a pre-sorted array (e.g. when using a database ``ORDER BY``, you can construct an
|
22 |
+
``ItemList`` directly from it. You can also use this mechanism if you know that all of your items have identical
|
23 |
+
dimensions and therefore having BoxPacker sort them before commencing packing would just be a waste of CPU time.
|
24 |
+
|
25 |
+
.. code-block:: php
|
26 |
+
|
27 |
+
$itemList = ItemList::fromArray($anArrayOfItems, true); // set the 2nd param to true if presorted
|
28 |
+
|
29 |
+
Overriding the default algorithm
|
30 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
31 |
+
First, create your own implementation of the ``ItemSorter`` interface implementing your particular requirements:
|
32 |
+
|
33 |
+
.. code-block:: php
|
34 |
+
|
35 |
+
/**
|
36 |
+
* A callback to be used with usort(), implementing logic to determine which Item is a higher priority for packing.
|
37 |
+
*/
|
38 |
+
YourApplicationItemSorter implements DVDoug\BoxPacker\ItemSorter
|
39 |
+
{
|
40 |
+
/**
|
41 |
+
* Return -1 if $itemA is preferred, 1 if $itemB is preferred or 0 if neither is preferred.
|
42 |
+
*/
|
43 |
+
public function compare(Item $itemA, Item $itemB): int
|
44 |
+
{
|
45 |
+
// your logic to determine ordering goes here. Remember, that Item is your own object,
|
46 |
+
// and you have full access to all methods on it, not just the ones from the Item interface
|
47 |
+
}
|
48 |
+
}
|
49 |
+
|
50 |
+
Then, pass this to the ``ItemList`` constructor
|
51 |
+
|
52 |
+
.. code-block:: php
|
53 |
+
|
54 |
+
$sorter = new YourApplicationItemSorter();
|
55 |
+
$itemList = new ItemList($sorter);
|
56 |
+
|
57 |
+
Enforcing strict ordering
|
58 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^
|
59 |
+
Regardless of which of the above methods you use, BoxPacker's normal mode of operation is to respect the sort ordering
|
60 |
+
*but not at the expense of packing density*. If an item in the list is too large to fit into a particular space,
|
61 |
+
BoxPacker will temporarily skip over it and will try the next item in the list instead.
|
62 |
+
|
63 |
+
This typically works well for ecommerce, but in some applications you may want your custom sort to be absolutely
|
64 |
+
determinative. You can do this by calling ``beStrictAboutItemOrdering()``.
|
65 |
+
|
66 |
+
.. code-block:: php
|
67 |
+
|
68 |
+
$packer = new Packer();
|
69 |
+
$packer->beStrictAboutItemOrdering(true); // or false to turn strict ordering off again
|
70 |
+
|
71 |
+
$volumePacker = new VolumePacker(...);
|
72 |
+
$volumePacker->beStrictAboutItemOrdering(true); // or false to turn strict ordering off again
|
73 |
+
|
74 |
+
Box types
|
75 |
+
---------
|
76 |
+
BoxPacker's default algorithm assumes that box size/weight is a proxy for cost and therefore seeks to use the
|
77 |
+
smallest/lightest type of box possible for a set of items. However in some cases this assumption might not be true,
|
78 |
+
or you may have alternate reasons for preferring to use one type of box over another. The ``BoxList`` class supports
|
79 |
+
this kind of application-controlled sorting via two methods.
|
80 |
+
|
81 |
+
Supplying a pre-sorted list
|
82 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
83 |
+
If you already have your items in a pre-sorted array (e.g. when using a database ``ORDER BY``, you can construct an
|
84 |
+
``BoxList`` directly from it.
|
85 |
+
|
86 |
+
.. code-block:: php
|
87 |
+
|
88 |
+
$boxList = BoxList::fromArray($anArrayOfBoxes, true); // set the 2nd param to true if presorted
|
89 |
+
|
90 |
+
Overriding the default algorithm
|
91 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
92 |
+
First, create your own implementation of the ``BoxSorter`` interface implementing your particular requirements:
|
93 |
+
|
94 |
+
.. code-block:: php
|
95 |
+
|
96 |
+
/**
|
97 |
+
* A callback to be used with usort(), implementing logic to determine which Box is "better".
|
98 |
+
*/
|
99 |
+
YourApplicationBoxSorter implements DVDoug\BoxPacker\BoxSorter
|
100 |
+
{
|
101 |
+
/**
|
102 |
+
* Return -1 if $boxA is "best", 1 if $boxB is "best" or 0 if neither is "best".
|
103 |
+
*/
|
104 |
+
public function compare(Box $boxA, Box $boxB): int
|
105 |
+
{
|
106 |
+
// your logic to determine ordering goes here. Remember, that Box is your own object,
|
107 |
+
// and you have full access to all methods on it, not just the ones from the Box interface
|
108 |
+
}
|
109 |
+
}
|
110 |
+
|
111 |
+
Then, pass this to the ``BoxList`` constructor
|
112 |
+
|
113 |
+
.. code-block:: php
|
114 |
+
|
115 |
+
$sorter = new YourApplicationBoxSorter();
|
116 |
+
$boxList = new BoxList($sorter);
|
117 |
+
|
118 |
+
Choosing between permutations
|
119 |
+
-----------------------------
|
120 |
+
In a scenario where even the largest box type is not large enough to contain all of the items, BoxPacker needs to decide
|
121 |
+
which is the "best" possible first box, so it can then pack the remaining items into a second box (and so on). If there
|
122 |
+
are two different box types that each hold the same number of items (but different items), which one should be picked?
|
123 |
+
What if one of the boxes can hold an additional item, but is twice as large? Is it better to minimise the number of boxes,
|
124 |
+
or their volume?
|
125 |
+
|
126 |
+
By default, BoxPacker will optimise for the largest number of items in a box, with volume acting as a tie-breaker.
|
127 |
+
This can also be changed:
|
128 |
+
|
129 |
+
Overriding the default algorithm
|
130 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
131 |
+
First, create your own implementation of the ``PackedBoxSorter`` interface implementing your particular requirements:
|
132 |
+
|
133 |
+
.. code-block:: php
|
134 |
+
|
135 |
+
/**
|
136 |
+
* A callback to be used with usort(), implementing logic to determine which PackedBox is "better".
|
137 |
+
*/
|
138 |
+
YourApplicationPackedBoxSorter implements DVDoug\BoxPacker\PackedBoxSorter
|
139 |
+
{
|
140 |
+
/**
|
141 |
+
* Return -1 if $boxA is "best", 1 if $boxB is "best" or 0 if neither is "best".
|
142 |
+
*/
|
143 |
+
public function compare(PackedBox $boxA, PackedBox $boxB): int
|
144 |
+
{
|
145 |
+
// your logic to determine "best" goes here
|
146 |
+
}
|
147 |
+
}
|
148 |
+
|
149 |
+
Then, pass this to the ``Packer``
|
150 |
+
|
151 |
+
.. code-block:: php
|
152 |
+
|
153 |
+
$sorter = new YourApplicationPackedBoxSorter();
|
154 |
+
|
155 |
+
$packer = new Packer();
|
156 |
+
$packer->setPackedBoxSorter($sorter);
|
vendor/dvdoug/boxpacker/features/bootstrap/InfalliblePackerContext.php
CHANGED
@@ -16,10 +16,14 @@ use PHPUnit\Framework\Assert;
|
|
16 |
*/
|
17 |
class InfalliblePackerContext extends PackerContext
|
18 |
{
|
19 |
-
/**
|
|
|
|
|
20 |
protected $packerClass = InfalliblePacker::class;
|
21 |
|
22 |
-
/**
|
|
|
|
|
23 |
protected $unpackedItemList;
|
24 |
|
25 |
/**
|
16 |
*/
|
17 |
class InfalliblePackerContext extends PackerContext
|
18 |
{
|
19 |
+
/**
|
20 |
+
* @var string
|
21 |
+
*/
|
22 |
protected $packerClass = InfalliblePacker::class;
|
23 |
|
24 |
+
/**
|
25 |
+
* @var ItemList
|
26 |
+
*/
|
27 |
protected $unpackedItemList;
|
28 |
|
29 |
/**
|
vendor/dvdoug/boxpacker/features/bootstrap/PackerContext.php
CHANGED
@@ -26,22 +26,34 @@ use PHPUnit\Framework\Assert;
|
|
26 |
*/
|
27 |
class PackerContext implements Context
|
28 |
{
|
29 |
-
/**
|
|
|
|
|
30 |
protected $box;
|
31 |
|
32 |
-
/**
|
|
|
|
|
33 |
protected $boxList;
|
34 |
|
35 |
-
/**
|
|
|
|
|
36 |
protected $itemList;
|
37 |
|
38 |
-
/**
|
|
|
|
|
39 |
protected $packedBox;
|
40 |
|
41 |
-
/**
|
|
|
|
|
42 |
protected $packedBoxList;
|
43 |
|
44 |
-
/**
|
|
|
|
|
45 |
protected $packerClass = Packer::class;
|
46 |
|
47 |
/**
|
26 |
*/
|
27 |
class PackerContext implements Context
|
28 |
{
|
29 |
+
/**
|
30 |
+
* @var Box
|
31 |
+
*/
|
32 |
protected $box;
|
33 |
|
34 |
+
/**
|
35 |
+
* @var BoxList
|
36 |
+
*/
|
37 |
protected $boxList;
|
38 |
|
39 |
+
/**
|
40 |
+
* @var ItemList
|
41 |
+
*/
|
42 |
protected $itemList;
|
43 |
|
44 |
+
/**
|
45 |
+
* @var PackedBox
|
46 |
+
*/
|
47 |
protected $packedBox;
|
48 |
|
49 |
+
/**
|
50 |
+
* @var PackedBoxList
|
51 |
+
*/
|
52 |
protected $packedBoxList;
|
53 |
|
54 |
+
/**
|
55 |
+
* @var string
|
56 |
+
*/
|
57 |
protected $packerClass = Packer::class;
|
58 |
|
59 |
/**
|
vendor/dvdoug/boxpacker/license.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
Copyright (C) 2012-
|
2 |
|
3 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4 |
of this software and associated documentation files (the "Software"), to deal
|
1 |
+
Copyright (C) 2012-2022 Doug Wright
|
2 |
|
3 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4 |
of this software and associated documentation files (the "Software"), to deal
|
vendor/dvdoug/boxpacker/src/BoxList.php
CHANGED
@@ -11,6 +11,7 @@ namespace DVDoug\BoxPacker;
|
|
11 |
use ArrayIterator;
|
12 |
use IteratorAggregate;
|
13 |
use Traversable;
|
|
|
14 |
use function usort;
|
15 |
|
16 |
/**
|
@@ -34,12 +35,20 @@ class BoxList implements IteratorAggregate
|
|
34 |
*/
|
35 |
private $isSorted = false;
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
/**
|
38 |
* Do a bulk create.
|
39 |
*
|
40 |
* @param Box[] $boxes
|
41 |
-
*
|
42 |
-
* @return BoxList
|
43 |
*/
|
44 |
public static function fromArray(array $boxes, bool $preSorted = false): self
|
45 |
{
|
@@ -56,7 +65,7 @@ class BoxList implements IteratorAggregate
|
|
56 |
public function getIterator(): Traversable
|
57 |
{
|
58 |
if (!$this->isSorted) {
|
59 |
-
usort($this->list, [$this, 'compare']);
|
60 |
$this->isSorted = true;
|
61 |
}
|
62 |
|
@@ -67,28 +76,4 @@ class BoxList implements IteratorAggregate
|
|
67 |
{
|
68 |
$this->list[] = $item;
|
69 |
}
|
70 |
-
|
71 |
-
/**
|
72 |
-
* @param Box $boxA
|
73 |
-
* @param Box $boxB
|
74 |
-
*/
|
75 |
-
public static function compare($boxA, $boxB): int
|
76 |
-
{
|
77 |
-
$boxAVolume = $boxA->getInnerWidth() * $boxA->getInnerLength() * $boxA->getInnerDepth();
|
78 |
-
$boxBVolume = $boxB->getInnerWidth() * $boxB->getInnerLength() * $boxB->getInnerDepth();
|
79 |
-
|
80 |
-
$volumeDecider = $boxAVolume <=> $boxBVolume; // try smallest box first
|
81 |
-
|
82 |
-
if ($volumeDecider !== 0) {
|
83 |
-
return $volumeDecider;
|
84 |
-
}
|
85 |
-
|
86 |
-
$emptyWeightDecider = $boxA->getEmptyWeight() <=> $boxB->getEmptyWeight(); // with smallest empty weight
|
87 |
-
if ($emptyWeightDecider !== 0) {
|
88 |
-
return $emptyWeightDecider;
|
89 |
-
}
|
90 |
-
|
91 |
-
// maximum weight capacity as fallback decider
|
92 |
-
return ($boxA->getMaxWeight() - $boxA->getEmptyWeight()) <=> ($boxB->getMaxWeight() - $boxB->getEmptyWeight());
|
93 |
-
}
|
94 |
}
|
11 |
use ArrayIterator;
|
12 |
use IteratorAggregate;
|
13 |
use Traversable;
|
14 |
+
|
15 |
use function usort;
|
16 |
|
17 |
/**
|
35 |
*/
|
36 |
private $isSorted = false;
|
37 |
|
38 |
+
/**
|
39 |
+
* @var BoxSorter
|
40 |
+
*/
|
41 |
+
private $sorter;
|
42 |
+
|
43 |
+
public function __construct(?BoxSorter $sorter = null)
|
44 |
+
{
|
45 |
+
$this->sorter = $sorter ?: new DefaultBoxSorter();
|
46 |
+
}
|
47 |
+
|
48 |
/**
|
49 |
* Do a bulk create.
|
50 |
*
|
51 |
* @param Box[] $boxes
|
|
|
|
|
52 |
*/
|
53 |
public static function fromArray(array $boxes, bool $preSorted = false): self
|
54 |
{
|
65 |
public function getIterator(): Traversable
|
66 |
{
|
67 |
if (!$this->isSorted) {
|
68 |
+
usort($this->list, [$this->sorter, 'compare']);
|
69 |
$this->isSorted = true;
|
70 |
}
|
71 |
|
76 |
{
|
77 |
$this->list[] = $item;
|
78 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
}
|
vendor/dvdoug/boxpacker/src/BoxSorter.php
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Box packing (3D bin packing, knapsack problem).
|
4 |
+
*
|
5 |
+
* @author Doug Wright
|
6 |
+
*/
|
7 |
+
declare(strict_types=1);
|
8 |
+
|
9 |
+
namespace DVDoug\BoxPacker;
|
10 |
+
|
11 |
+
/**
|
12 |
+
* A callback to be used with usort(), implementing logic to determine which Box is "better".
|
13 |
+
*/
|
14 |
+
interface BoxSorter
|
15 |
+
{
|
16 |
+
/**
|
17 |
+
* Return -1 if $boxA is "best", 1 if $boxB is "best" or 0 if neither is "best".
|
18 |
+
*/
|
19 |
+
public function compare(Box $boxA, Box $boxB): int;
|
20 |
+
}
|
vendor/dvdoug/boxpacker/src/DefaultBoxSorter.php
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Box packing (3D bin packing, knapsack problem).
|
4 |
+
*
|
5 |
+
* @author Doug Wright
|
6 |
+
*/
|
7 |
+
declare(strict_types=1);
|
8 |
+
|
9 |
+
namespace DVDoug\BoxPacker;
|
10 |
+
|
11 |
+
class DefaultBoxSorter implements BoxSorter
|
12 |
+
{
|
13 |
+
public function compare(Box $boxA, Box $boxB): int
|
14 |
+
{
|
15 |
+
$boxAVolume = $boxA->getInnerWidth() * $boxA->getInnerLength() * $boxA->getInnerDepth();
|
16 |
+
$boxBVolume = $boxB->getInnerWidth() * $boxB->getInnerLength() * $boxB->getInnerDepth();
|
17 |
+
|
18 |
+
$volumeDecider = $boxAVolume <=> $boxBVolume; // try smallest box first
|
19 |
+
|
20 |
+
if ($volumeDecider !== 0) {
|
21 |
+
return $volumeDecider;
|
22 |
+
}
|
23 |
+
|
24 |
+
$emptyWeightDecider = $boxA->getEmptyWeight() <=> $boxB->getEmptyWeight(); // with smallest empty weight
|
25 |
+
if ($emptyWeightDecider !== 0) {
|
26 |
+
return $emptyWeightDecider;
|
27 |
+
}
|
28 |
+
|
29 |
+
// maximum weight capacity as fallback decider
|
30 |
+
return ($boxA->getMaxWeight() - $boxA->getEmptyWeight()) <=> ($boxB->getMaxWeight() - $boxB->getEmptyWeight());
|
31 |
+
}
|
32 |
+
}
|
vendor/dvdoug/boxpacker/src/DefaultItemSorter.php
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Box packing (3D bin packing, knapsack problem).
|
4 |
+
*
|
5 |
+
* @author Doug Wright
|
6 |
+
*/
|
7 |
+
declare(strict_types=1);
|
8 |
+
|
9 |
+
namespace DVDoug\BoxPacker;
|
10 |
+
|
11 |
+
class DefaultItemSorter implements ItemSorter
|
12 |
+
{
|
13 |
+
public function compare(Item $itemA, Item $itemB): int
|
14 |
+
{
|
15 |
+
$volumeDecider = $itemB->getWidth() * $itemB->getLength() * $itemB->getDepth() <=> $itemA->getWidth() * $itemA->getLength() * $itemA->getDepth();
|
16 |
+
if ($volumeDecider !== 0) {
|
17 |
+
return $volumeDecider;
|
18 |
+
}
|
19 |
+
$weightDecider = $itemB->getWeight() <=> $itemA->getWeight();
|
20 |
+
if ($weightDecider !== 0) {
|
21 |
+
return $weightDecider;
|
22 |
+
}
|
23 |
+
|
24 |
+
return $itemA->getDescription() <=> $itemB->getDescription();
|
25 |
+
}
|
26 |
+
}
|
vendor/dvdoug/boxpacker/src/DefaultPackedBoxSorter.php
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Box packing (3D bin packing, knapsack problem).
|
4 |
+
*
|
5 |
+
* @author Doug Wright
|
6 |
+
*/
|
7 |
+
declare(strict_types=1);
|
8 |
+
|
9 |
+
namespace DVDoug\BoxPacker;
|
10 |
+
|
11 |
+
class DefaultPackedBoxSorter implements PackedBoxSorter
|
12 |
+
{
|
13 |
+
public function compare(PackedBox $boxA, PackedBox $boxB): int
|
14 |
+
{
|
15 |
+
$choice = $boxB->getItems()->count() <=> $boxA->getItems()->count();
|
16 |
+
|
17 |
+
if ($choice === 0) {
|
18 |
+
$choice = $boxB->getVolumeUtilisation() <=> $boxA->getVolumeUtilisation();
|
19 |
+
}
|
20 |
+
if ($choice === 0) {
|
21 |
+
$choice = $boxB->getUsedVolume() <=> $boxA->getUsedVolume();
|
22 |
+
}
|
23 |
+
|
24 |
+
return $choice;
|
25 |
+
}
|
26 |
+
}
|
vendor/dvdoug/boxpacker/src/ItemList.php
CHANGED
@@ -8,22 +8,24 @@ declare(strict_types=1);
|
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
|
|
|
|
|
|
|
|
|
|
11 |
use function array_key_last;
|
12 |
use function array_pop;
|
13 |
use function array_reverse;
|
14 |
use function array_slice;
|
15 |
-
use ArrayIterator;
|
16 |
use function count;
|
17 |
-
use Countable;
|
18 |
use function current;
|
19 |
use function end;
|
20 |
-
use IteratorAggregate;
|
21 |
use function key;
|
22 |
-
use const PHP_VERSION_ID;
|
23 |
use function prev;
|
24 |
-
use Traversable;
|
25 |
use function usort;
|
26 |
|
|
|
|
|
27 |
/**
|
28 |
* List of items to be packed, ordered by volume.
|
29 |
*
|
@@ -45,6 +47,11 @@ class ItemList implements Countable, IteratorAggregate
|
|
45 |
*/
|
46 |
private $isSorted = false;
|
47 |
|
|
|
|
|
|
|
|
|
|
|
48 |
/**
|
49 |
* Does this list contain constrained items?
|
50 |
*
|
@@ -52,11 +59,15 @@ class ItemList implements Countable, IteratorAggregate
|
|
52 |
*/
|
53 |
private $hasConstrainedItems;
|
54 |
|
|
|
|
|
|
|
|
|
|
|
55 |
/**
|
56 |
* Do a bulk create.
|
57 |
*
|
58 |
-
* @param
|
59 |
-
* @return ItemList
|
60 |
*/
|
61 |
public static function fromArray(array $items, bool $preSorted = false): self
|
62 |
{
|
@@ -82,7 +93,8 @@ class ItemList implements Countable, IteratorAggregate
|
|
82 |
public function remove(Item $item): void
|
83 |
{
|
84 |
if (!$this->isSorted) {
|
85 |
-
usort($this->list, [$this, 'compare']);
|
|
|
86 |
$this->isSorted = true;
|
87 |
}
|
88 |
|
@@ -116,7 +128,8 @@ class ItemList implements Countable, IteratorAggregate
|
|
116 |
public function extract(): Item
|
117 |
{
|
118 |
if (!$this->isSorted) {
|
119 |
-
usort($this->list, [$this, 'compare']);
|
|
|
120 |
$this->isSorted = true;
|
121 |
}
|
122 |
|
@@ -129,7 +142,8 @@ class ItemList implements Countable, IteratorAggregate
|
|
129 |
public function top(): Item
|
130 |
{
|
131 |
if (!$this->isSorted) {
|
132 |
-
usort($this->list, [$this, 'compare']);
|
|
|
133 |
$this->isSorted = true;
|
134 |
}
|
135 |
|
@@ -142,12 +156,12 @@ class ItemList implements Countable, IteratorAggregate
|
|
142 |
|
143 |
/**
|
144 |
* @internal
|
145 |
-
* @return ItemList
|
146 |
*/
|
147 |
public function topN(int $n): self
|
148 |
{
|
149 |
if (!$this->isSorted) {
|
150 |
-
usort($this->list, [$this, 'compare']);
|
|
|
151 |
$this->isSorted = true;
|
152 |
}
|
153 |
|
@@ -164,7 +178,8 @@ class ItemList implements Countable, IteratorAggregate
|
|
164 |
public function getIterator(): Traversable
|
165 |
{
|
166 |
if (!$this->isSorted) {
|
167 |
-
usort($this->list, [$this, 'compare']);
|
|
|
168 |
$this->isSorted = true;
|
169 |
}
|
170 |
|
@@ -196,18 +211,4 @@ class ItemList implements Countable, IteratorAggregate
|
|
196 |
|
197 |
return $this->hasConstrainedItems;
|
198 |
}
|
199 |
-
|
200 |
-
private static function compare(Item $itemA, Item $itemB): int
|
201 |
-
{
|
202 |
-
$volumeDecider = $itemA->getWidth() * $itemA->getLength() * $itemA->getDepth() <=> $itemB->getWidth() * $itemB->getLength() * $itemB->getDepth();
|
203 |
-
if ($volumeDecider !== 0) {
|
204 |
-
return $volumeDecider;
|
205 |
-
}
|
206 |
-
$weightDecider = $itemA->getWeight() - $itemB->getWeight();
|
207 |
-
if ($weightDecider !== 0) {
|
208 |
-
return $weightDecider;
|
209 |
-
}
|
210 |
-
|
211 |
-
return $itemB->getDescription() <=> $itemA->getDescription();
|
212 |
-
}
|
213 |
}
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
11 |
+
use ArrayIterator;
|
12 |
+
use Countable;
|
13 |
+
use IteratorAggregate;
|
14 |
+
use Traversable;
|
15 |
+
|
16 |
use function array_key_last;
|
17 |
use function array_pop;
|
18 |
use function array_reverse;
|
19 |
use function array_slice;
|
|
|
20 |
use function count;
|
|
|
21 |
use function current;
|
22 |
use function end;
|
|
|
23 |
use function key;
|
|
|
24 |
use function prev;
|
|
|
25 |
use function usort;
|
26 |
|
27 |
+
use const PHP_VERSION_ID;
|
28 |
+
|
29 |
/**
|
30 |
* List of items to be packed, ordered by volume.
|
31 |
*
|
47 |
*/
|
48 |
private $isSorted = false;
|
49 |
|
50 |
+
/**
|
51 |
+
* @var ItemSorter
|
52 |
+
*/
|
53 |
+
private $sorter;
|
54 |
+
|
55 |
/**
|
56 |
* Does this list contain constrained items?
|
57 |
*
|
59 |
*/
|
60 |
private $hasConstrainedItems;
|
61 |
|
62 |
+
public function __construct(?ItemSorter $sorter = null)
|
63 |
+
{
|
64 |
+
$this->sorter = $sorter ?: new DefaultItemSorter();
|
65 |
+
}
|
66 |
+
|
67 |
/**
|
68 |
* Do a bulk create.
|
69 |
*
|
70 |
+
* @param Item[] $items
|
|
|
71 |
*/
|
72 |
public static function fromArray(array $items, bool $preSorted = false): self
|
73 |
{
|
93 |
public function remove(Item $item): void
|
94 |
{
|
95 |
if (!$this->isSorted) {
|
96 |
+
usort($this->list, [$this->sorter, 'compare']);
|
97 |
+
$this->list = array_reverse($this->list); // internal sort is largest at the end
|
98 |
$this->isSorted = true;
|
99 |
}
|
100 |
|
128 |
public function extract(): Item
|
129 |
{
|
130 |
if (!$this->isSorted) {
|
131 |
+
usort($this->list, [$this->sorter, 'compare']);
|
132 |
+
$this->list = array_reverse($this->list); // internal sort is largest at the end
|
133 |
$this->isSorted = true;
|
134 |
}
|
135 |
|
142 |
public function top(): Item
|
143 |
{
|
144 |
if (!$this->isSorted) {
|
145 |
+
usort($this->list, [$this->sorter, 'compare']);
|
146 |
+
$this->list = array_reverse($this->list); // internal sort is largest at the end
|
147 |
$this->isSorted = true;
|
148 |
}
|
149 |
|
156 |
|
157 |
/**
|
158 |
* @internal
|
|
|
159 |
*/
|
160 |
public function topN(int $n): self
|
161 |
{
|
162 |
if (!$this->isSorted) {
|
163 |
+
usort($this->list, [$this->sorter, 'compare']);
|
164 |
+
$this->list = array_reverse($this->list); // internal sort is largest at the end
|
165 |
$this->isSorted = true;
|
166 |
}
|
167 |
|
178 |
public function getIterator(): Traversable
|
179 |
{
|
180 |
if (!$this->isSorted) {
|
181 |
+
usort($this->list, [$this->sorter, 'compare']);
|
182 |
+
$this->list = array_reverse($this->list); // internal sort is largest at the end
|
183 |
$this->isSorted = true;
|
184 |
}
|
185 |
|
211 |
|
212 |
return $this->hasConstrainedItems;
|
213 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
}
|
vendor/dvdoug/boxpacker/src/ItemSorter.php
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Box packing (3D bin packing, knapsack problem).
|
4 |
+
*
|
5 |
+
* @author Doug Wright
|
6 |
+
*/
|
7 |
+
declare(strict_types=1);
|
8 |
+
|
9 |
+
namespace DVDoug\BoxPacker;
|
10 |
+
|
11 |
+
/**
|
12 |
+
* A callback to be used with usort(), implementing logic to determine which Item is a higher priority for packing.
|
13 |
+
*/
|
14 |
+
interface ItemSorter
|
15 |
+
{
|
16 |
+
/**
|
17 |
+
* Return -1 if $itemA is preferred, 1 if $itemB is preferred or 0 if neither is preferred.
|
18 |
+
*/
|
19 |
+
public function compare(Item $itemA, Item $itemB): int;
|
20 |
+
}
|
vendor/dvdoug/boxpacker/src/LayerPacker.php
CHANGED
@@ -8,12 +8,13 @@ declare(strict_types=1);
|
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
11 |
-
use function array_merge;
|
12 |
-
use function iterator_to_array;
|
13 |
-
use function max;
|
14 |
use Psr\Log\LoggerAwareInterface;
|
15 |
use Psr\Log\LoggerInterface;
|
16 |
use Psr\Log\NullLogger;
|
|
|
|
|
|
|
|
|
17 |
use function sort;
|
18 |
|
19 |
/**
|
@@ -50,6 +51,11 @@ class LayerPacker implements LoggerAwareInterface
|
|
50 |
*/
|
51 |
private $orientatedItemFactory;
|
52 |
|
|
|
|
|
|
|
|
|
|
|
53 |
/**
|
54 |
* Constructor.
|
55 |
*/
|
@@ -77,6 +83,11 @@ class LayerPacker implements LoggerAwareInterface
|
|
77 |
$this->orientatedItemFactory->setSinglePassMode($singlePassMode);
|
78 |
}
|
79 |
|
|
|
|
|
|
|
|
|
|
|
80 |
/**
|
81 |
* Pack items into an individual vertical layer.
|
82 |
*/
|
@@ -94,7 +105,7 @@ class LayerPacker implements LoggerAwareInterface
|
|
94 |
while ($items->count() > 0) {
|
95 |
$itemToPack = $items->extract();
|
96 |
|
97 |
-
//skip items that will never fit e.g. too heavy
|
98 |
if (!$this->checkNonDimensionalConstraints($itemToPack, $remainingWeightAllowed, $packedItemList)) {
|
99 |
continue;
|
100 |
}
|
@@ -109,8 +120,8 @@ class LayerPacker implements LoggerAwareInterface
|
|
109 |
$rowLength = max($rowLength, $packedItem->getLength());
|
110 |
$prevItem = $orientatedItem;
|
111 |
|
112 |
-
//Figure out if we can stack items on top of this rather than side by side
|
113 |
-
//e.g. when we've packed a tall item, and have just put a shorter one next to it.
|
114 |
$stackableDepth = ($guidelineLayerDepth ?: $layer->getDepth()) - $packedItem->getDepth();
|
115 |
if ($stackableDepth > 0) {
|
116 |
$stackedLayer = $this->packLayer($items, $packedItemList, $x, $y, $z + $packedItem->getDepth(), $x + $packedItem->getWidth(), $y + $packedItem->getLength(), $stackableDepth, $stackableDepth, $considerStability);
|
@@ -127,7 +138,7 @@ class LayerPacker implements LoggerAwareInterface
|
|
127 |
continue;
|
128 |
}
|
129 |
|
130 |
-
if ($items->count() > 0) { // skip for now, move on to the next item
|
131 |
$this->logger->debug("doesn't fit, skipping for now");
|
132 |
$skippedItems[] = $itemToPack;
|
133 |
// abandon here if next item is the same, no point trying to keep going. Last time is not skipped, need that to trigger appropriate reset logic
|
@@ -138,7 +149,7 @@ class LayerPacker implements LoggerAwareInterface
|
|
138 |
}
|
139 |
|
140 |
if ($x > $startX) {
|
141 |
-
//Having now placed items, there is space *within the same row* along the length. Pack into that.
|
142 |
$this->logger->debug('No more fit in width wise, packing along remaining length');
|
143 |
$layer->merge($this->packLayer($items, $packedItemList, $x, $y + $rowLength, $z, $widthForLayer, $lengthForLayer - $rowLength, $depthForLayer, $layer->getDepth(), $considerStability));
|
144 |
|
@@ -147,7 +158,7 @@ class LayerPacker implements LoggerAwareInterface
|
|
147 |
$x = $startX;
|
148 |
$rowLength = 0;
|
149 |
$skippedItems[] = $itemToPack;
|
150 |
-
$items = ItemList::fromArray($skippedItems, true);
|
151 |
$skippedItems = [];
|
152 |
$prevItem = null;
|
153 |
continue;
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
|
|
|
|
|
|
11 |
use Psr\Log\LoggerAwareInterface;
|
12 |
use Psr\Log\LoggerInterface;
|
13 |
use Psr\Log\NullLogger;
|
14 |
+
|
15 |
+
use function array_merge;
|
16 |
+
use function iterator_to_array;
|
17 |
+
use function max;
|
18 |
use function sort;
|
19 |
|
20 |
/**
|
51 |
*/
|
52 |
private $orientatedItemFactory;
|
53 |
|
54 |
+
/**
|
55 |
+
* @var bool
|
56 |
+
*/
|
57 |
+
private $beStrictAboutItemOrdering = false;
|
58 |
+
|
59 |
/**
|
60 |
* Constructor.
|
61 |
*/
|
83 |
$this->orientatedItemFactory->setSinglePassMode($singlePassMode);
|
84 |
}
|
85 |
|
86 |
+
public function beStrictAboutItemOrdering(bool $beStrict): void
|
87 |
+
{
|
88 |
+
$this->beStrictAboutItemOrdering = $beStrict;
|
89 |
+
}
|
90 |
+
|
91 |
/**
|
92 |
* Pack items into an individual vertical layer.
|
93 |
*/
|
105 |
while ($items->count() > 0) {
|
106 |
$itemToPack = $items->extract();
|
107 |
|
108 |
+
// skip items that will never fit e.g. too heavy
|
109 |
if (!$this->checkNonDimensionalConstraints($itemToPack, $remainingWeightAllowed, $packedItemList)) {
|
110 |
continue;
|
111 |
}
|
120 |
$rowLength = max($rowLength, $packedItem->getLength());
|
121 |
$prevItem = $orientatedItem;
|
122 |
|
123 |
+
// Figure out if we can stack items on top of this rather than side by side
|
124 |
+
// e.g. when we've packed a tall item, and have just put a shorter one next to it.
|
125 |
$stackableDepth = ($guidelineLayerDepth ?: $layer->getDepth()) - $packedItem->getDepth();
|
126 |
if ($stackableDepth > 0) {
|
127 |
$stackedLayer = $this->packLayer($items, $packedItemList, $x, $y, $z + $packedItem->getDepth(), $x + $packedItem->getWidth(), $y + $packedItem->getLength(), $stackableDepth, $stackableDepth, $considerStability);
|
138 |
continue;
|
139 |
}
|
140 |
|
141 |
+
if (!$this->beStrictAboutItemOrdering && $items->count() > 0) { // skip for now, move on to the next item
|
142 |
$this->logger->debug("doesn't fit, skipping for now");
|
143 |
$skippedItems[] = $itemToPack;
|
144 |
// abandon here if next item is the same, no point trying to keep going. Last time is not skipped, need that to trigger appropriate reset logic
|
149 |
}
|
150 |
|
151 |
if ($x > $startX) {
|
152 |
+
// Having now placed items, there is space *within the same row* along the length. Pack into that.
|
153 |
$this->logger->debug('No more fit in width wise, packing along remaining length');
|
154 |
$layer->merge($this->packLayer($items, $packedItemList, $x, $y + $rowLength, $z, $widthForLayer, $lengthForLayer - $rowLength, $depthForLayer, $layer->getDepth(), $considerStability));
|
155 |
|
158 |
$x = $startX;
|
159 |
$rowLength = 0;
|
160 |
$skippedItems[] = $itemToPack;
|
161 |
+
$items = ItemList::fromArray(array_merge($skippedItems, iterator_to_array($items)), true);
|
162 |
$skippedItems = [];
|
163 |
$prevItem = null;
|
164 |
continue;
|
vendor/dvdoug/boxpacker/src/NoBoxesAvailableException.php
CHANGED
@@ -17,7 +17,9 @@ use RuntimeException;
|
|
17 |
*/
|
18 |
class NoBoxesAvailableException extends RuntimeException
|
19 |
{
|
20 |
-
/**
|
|
|
|
|
21 |
public $item;
|
22 |
|
23 |
/**
|
17 |
*/
|
18 |
class NoBoxesAvailableException extends RuntimeException
|
19 |
{
|
20 |
+
/**
|
21 |
+
* @var Item
|
22 |
+
*/
|
23 |
public $item;
|
24 |
|
25 |
/**
|
vendor/dvdoug/boxpacker/src/OrientatedItem.php
CHANGED
@@ -8,10 +8,11 @@ declare(strict_types=1);
|
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
11 |
-
use function atan;
|
12 |
use JsonSerializable;
|
13 |
-
use function min;
|
14 |
use ReturnTypeWillChange;
|
|
|
|
|
|
|
15 |
use function sort;
|
16 |
|
17 |
/**
|
@@ -141,7 +142,7 @@ class OrientatedItem implements JsonSerializable
|
|
141 |
}
|
142 |
|
143 |
#[ReturnTypeWillChange]
|
144 |
-
public function jsonSerialize()
|
145 |
{
|
146 |
return [
|
147 |
'item' => $this->item,
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
|
|
11 |
use JsonSerializable;
|
|
|
12 |
use ReturnTypeWillChange;
|
13 |
+
|
14 |
+
use function atan;
|
15 |
+
use function min;
|
16 |
use function sort;
|
17 |
|
18 |
/**
|
142 |
}
|
143 |
|
144 |
#[ReturnTypeWillChange]
|
145 |
+
public function jsonSerialize()/* : mixed */
|
146 |
{
|
147 |
return [
|
148 |
'item' => $this->item,
|
vendor/dvdoug/boxpacker/src/OrientatedItemFactory.php
CHANGED
@@ -8,11 +8,12 @@ declare(strict_types=1);
|
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
11 |
-
use function array_filter;
|
12 |
-
use function count;
|
13 |
use Psr\Log\LoggerAwareInterface;
|
14 |
use Psr\Log\LoggerAwareTrait;
|
15 |
use Psr\Log\NullLogger;
|
|
|
|
|
|
|
16 |
use function usort;
|
17 |
|
18 |
/**
|
@@ -25,7 +26,9 @@ class OrientatedItemFactory implements LoggerAwareInterface
|
|
25 |
{
|
26 |
use LoggerAwareTrait;
|
27 |
|
28 |
-
/**
|
|
|
|
|
29 |
protected $box;
|
30 |
|
31 |
/**
|
@@ -114,7 +117,7 @@ class OrientatedItemFactory implements LoggerAwareInterface
|
|
114 |
): array {
|
115 |
$permutations = $this->generatePermutations($item, $prevItem);
|
116 |
|
117 |
-
//remove any that simply don't fit
|
118 |
$orientations = [];
|
119 |
foreach ($permutations as $dimensions) {
|
120 |
if ($dimensions[0] <= $widthLeft && $dimensions[1] <= $lengthLeft && $dimensions[2] <= $depthLeft) {
|
@@ -213,7 +216,7 @@ class OrientatedItemFactory implements LoggerAwareInterface
|
|
213 |
|
214 |
private function generatePermutations(Item $item, ?OrientatedItem $prevItem): array
|
215 |
{
|
216 |
-
//Special case items that are the same as what we just packed - keep orientation
|
217 |
if ($prevItem && $prevItem->isSameDimensions($item)) {
|
218 |
return [[$prevItem->getWidth(), $prevItem->getLength(), $prevItem->getDepth()]];
|
219 |
}
|
@@ -223,11 +226,11 @@ class OrientatedItemFactory implements LoggerAwareInterface
|
|
223 |
$l = $item->getLength();
|
224 |
$d = $item->getDepth();
|
225 |
|
226 |
-
//simple 2D rotation
|
227 |
$permutations[$w . '|' . $l . '|' . $d] = [$w, $l, $d];
|
228 |
$permutations[$l . '|' . $w . '|' . $d] = [$l, $w, $d];
|
229 |
|
230 |
-
//add 3D rotation if we're allowed
|
231 |
if (!$item->getKeepFlat()) {
|
232 |
$permutations[$w . '|' . $d . '|' . $l] = [$w, $d, $l];
|
233 |
$permutations[$l . '|' . $d . '|' . $w] = [$l, $d, $w];
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
|
|
|
|
11 |
use Psr\Log\LoggerAwareInterface;
|
12 |
use Psr\Log\LoggerAwareTrait;
|
13 |
use Psr\Log\NullLogger;
|
14 |
+
|
15 |
+
use function array_filter;
|
16 |
+
use function count;
|
17 |
use function usort;
|
18 |
|
19 |
/**
|
26 |
{
|
27 |
use LoggerAwareTrait;
|
28 |
|
29 |
+
/**
|
30 |
+
* @var Box
|
31 |
+
*/
|
32 |
protected $box;
|
33 |
|
34 |
/**
|
117 |
): array {
|
118 |
$permutations = $this->generatePermutations($item, $prevItem);
|
119 |
|
120 |
+
// remove any that simply don't fit
|
121 |
$orientations = [];
|
122 |
foreach ($permutations as $dimensions) {
|
123 |
if ($dimensions[0] <= $widthLeft && $dimensions[1] <= $lengthLeft && $dimensions[2] <= $depthLeft) {
|
216 |
|
217 |
private function generatePermutations(Item $item, ?OrientatedItem $prevItem): array
|
218 |
{
|
219 |
+
// Special case items that are the same as what we just packed - keep orientation
|
220 |
if ($prevItem && $prevItem->isSameDimensions($item)) {
|
221 |
return [[$prevItem->getWidth(), $prevItem->getLength(), $prevItem->getDepth()]];
|
222 |
}
|
226 |
$l = $item->getLength();
|
227 |
$d = $item->getDepth();
|
228 |
|
229 |
+
// simple 2D rotation
|
230 |
$permutations[$w . '|' . $l . '|' . $d] = [$w, $l, $d];
|
231 |
$permutations[$l . '|' . $w . '|' . $d] = [$l, $w, $d];
|
232 |
|
233 |
+
// add 3D rotation if we're allowed
|
234 |
if (!$item->getKeepFlat()) {
|
235 |
$permutations[$w . '|' . $d . '|' . $l] = [$w, $d, $l];
|
236 |
$permutations[$l . '|' . $d . '|' . $w] = [$l, $d, $w];
|
vendor/dvdoug/boxpacker/src/OrientatedItemSorter.php
CHANGED
@@ -8,11 +8,13 @@ declare(strict_types=1);
|
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
|
|
|
|
|
|
11 |
use function max;
|
12 |
use function min;
|
|
|
13 |
use const PHP_INT_MAX;
|
14 |
-
use Psr\Log\LoggerAwareInterface;
|
15 |
-
use Psr\Log\LoggerAwareTrait;
|
16 |
|
17 |
/**
|
18 |
* Figure out best choice of orientations for an item and a given context.
|
@@ -101,7 +103,7 @@ class OrientatedItemSorter implements LoggerAwareInterface
|
|
101 |
|
102 |
public function __invoke(OrientatedItem $a, OrientatedItem $b)
|
103 |
{
|
104 |
-
//Prefer exact fits in width/length/depth order
|
105 |
$orientationAWidthLeft = $this->widthLeft - $a->getWidth();
|
106 |
$orientationBWidthLeft = $this->widthLeft - $b->getWidth();
|
107 |
$widthDecider = $this->exactFitDecider($orientationAWidthLeft, $orientationBWidthLeft);
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
11 |
+
use Psr\Log\LoggerAwareInterface;
|
12 |
+
use Psr\Log\LoggerAwareTrait;
|
13 |
+
|
14 |
use function max;
|
15 |
use function min;
|
16 |
+
|
17 |
use const PHP_INT_MAX;
|
|
|
|
|
18 |
|
19 |
/**
|
20 |
* Figure out best choice of orientations for an item and a given context.
|
103 |
|
104 |
public function __invoke(OrientatedItem $a, OrientatedItem $b)
|
105 |
{
|
106 |
+
// Prefer exact fits in width/length/depth order
|
107 |
$orientationAWidthLeft = $this->widthLeft - $a->getWidth();
|
108 |
$orientationBWidthLeft = $this->widthLeft - $b->getWidth();
|
109 |
$widthDecider = $this->exactFitDecider($orientationAWidthLeft, $orientationBWidthLeft);
|
vendor/dvdoug/boxpacker/src/PackedBox.php
CHANGED
@@ -8,10 +8,11 @@ declare(strict_types=1);
|
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
11 |
-
use function iterator_to_array;
|
12 |
use JsonSerializable;
|
13 |
-
use function max;
|
14 |
use ReturnTypeWillChange;
|
|
|
|
|
|
|
15 |
use function round;
|
16 |
|
17 |
/**
|
@@ -213,7 +214,7 @@ class PackedBox implements JsonSerializable
|
|
213 |
}
|
214 |
|
215 |
#[ReturnTypeWillChange]
|
216 |
-
public function jsonSerialize()
|
217 |
{
|
218 |
return [
|
219 |
'box' => [
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
|
|
11 |
use JsonSerializable;
|
|
|
12 |
use ReturnTypeWillChange;
|
13 |
+
|
14 |
+
use function iterator_to_array;
|
15 |
+
use function max;
|
16 |
use function round;
|
17 |
|
18 |
/**
|
214 |
}
|
215 |
|
216 |
#[ReturnTypeWillChange]
|
217 |
+
public function jsonSerialize()/* : mixed */
|
218 |
{
|
219 |
return [
|
220 |
'box' => [
|
vendor/dvdoug/boxpacker/src/PackedBoxList.php
CHANGED
@@ -9,15 +9,15 @@ declare(strict_types=1);
|
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
11 |
use ArrayIterator;
|
12 |
-
use function count;
|
13 |
use Countable;
|
14 |
use IteratorAggregate;
|
15 |
use JsonSerializable;
|
16 |
-
use function reset;
|
17 |
use ReturnTypeWillChange;
|
18 |
-
use function round;
|
19 |
use Traversable;
|
20 |
-
|
|
|
|
|
|
|
21 |
|
22 |
/**
|
23 |
* List of packed boxes.
|
@@ -33,23 +33,11 @@ class PackedBoxList implements IteratorAggregate, Countable, JsonSerializable
|
|
33 |
*/
|
34 |
private $list = [];
|
35 |
|
36 |
-
/**
|
37 |
-
* Has this list already been sorted?
|
38 |
-
*
|
39 |
-
* @var bool
|
40 |
-
*/
|
41 |
-
private $isSorted = false;
|
42 |
-
|
43 |
/**
|
44 |
* @return Traversable|PackedBox[]
|
45 |
*/
|
46 |
public function getIterator(): Traversable
|
47 |
{
|
48 |
-
if (!$this->isSorted) {
|
49 |
-
usort($this->list, [$this, 'compare']);
|
50 |
-
$this->isSorted = true;
|
51 |
-
}
|
52 |
-
|
53 |
return new ArrayIterator($this->list);
|
54 |
}
|
55 |
|
@@ -64,7 +52,6 @@ class PackedBoxList implements IteratorAggregate, Countable, JsonSerializable
|
|
64 |
public function insert(PackedBox $item): void
|
65 |
{
|
66 |
$this->list[] = $item;
|
67 |
-
$this->isSorted = false;
|
68 |
}
|
69 |
|
70 |
/**
|
@@ -86,27 +73,9 @@ class PackedBoxList implements IteratorAggregate, Countable, JsonSerializable
|
|
86 |
*/
|
87 |
public function top(): PackedBox
|
88 |
{
|
89 |
-
if (!$this->isSorted) {
|
90 |
-
usort($this->list, [$this, 'compare']);
|
91 |
-
$this->isSorted = true;
|
92 |
-
}
|
93 |
-
|
94 |
return reset($this->list);
|
95 |
}
|
96 |
|
97 |
-
private function compare(PackedBox $boxA, PackedBox $boxB): int
|
98 |
-
{
|
99 |
-
$choice = $boxB->getItems()->count() <=> $boxA->getItems()->count();
|
100 |
-
if ($choice === 0) {
|
101 |
-
$choice = $boxB->getInnerVolume() <=> $boxA->getInnerVolume();
|
102 |
-
}
|
103 |
-
if ($choice === 0) {
|
104 |
-
$choice = $boxA->getWeight() <=> $boxB->getWeight();
|
105 |
-
}
|
106 |
-
|
107 |
-
return $choice;
|
108 |
-
}
|
109 |
-
|
110 |
/**
|
111 |
* Calculate the average (mean) weight of the boxes.
|
112 |
*/
|
@@ -175,7 +144,7 @@ class PackedBoxList implements IteratorAggregate, Countable, JsonSerializable
|
|
175 |
}
|
176 |
|
177 |
#[ReturnTypeWillChange]
|
178 |
-
public function jsonSerialize()
|
179 |
{
|
180 |
return $this->list;
|
181 |
}
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
11 |
use ArrayIterator;
|
|
|
12 |
use Countable;
|
13 |
use IteratorAggregate;
|
14 |
use JsonSerializable;
|
|
|
15 |
use ReturnTypeWillChange;
|
|
|
16 |
use Traversable;
|
17 |
+
|
18 |
+
use function count;
|
19 |
+
use function reset;
|
20 |
+
use function round;
|
21 |
|
22 |
/**
|
23 |
* List of packed boxes.
|
33 |
*/
|
34 |
private $list = [];
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
/**
|
37 |
* @return Traversable|PackedBox[]
|
38 |
*/
|
39 |
public function getIterator(): Traversable
|
40 |
{
|
|
|
|
|
|
|
|
|
|
|
41 |
return new ArrayIterator($this->list);
|
42 |
}
|
43 |
|
52 |
public function insert(PackedBox $item): void
|
53 |
{
|
54 |
$this->list[] = $item;
|
|
|
55 |
}
|
56 |
|
57 |
/**
|
73 |
*/
|
74 |
public function top(): PackedBox
|
75 |
{
|
|
|
|
|
|
|
|
|
|
|
76 |
return reset($this->list);
|
77 |
}
|
78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
/**
|
80 |
* Calculate the average (mean) weight of the boxes.
|
81 |
*/
|
144 |
}
|
145 |
|
146 |
#[ReturnTypeWillChange]
|
147 |
+
public function jsonSerialize()/* : mixed */
|
148 |
{
|
149 |
return $this->list;
|
150 |
}
|
vendor/dvdoug/boxpacker/src/PackedBoxSorter.php
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Box packing (3D bin packing, knapsack problem).
|
4 |
+
*
|
5 |
+
* @author Doug Wright
|
6 |
+
*/
|
7 |
+
declare(strict_types=1);
|
8 |
+
|
9 |
+
namespace DVDoug\BoxPacker;
|
10 |
+
|
11 |
+
/**
|
12 |
+
* A callback to be used with usort(), implementing logic to determine which PackedBox is "better".
|
13 |
+
*/
|
14 |
+
interface PackedBoxSorter
|
15 |
+
{
|
16 |
+
/**
|
17 |
+
* Return -1 if $boxA is "best", 1 if $boxB is "best" or 0 if neither is "best".
|
18 |
+
*/
|
19 |
+
public function compare(PackedBox $boxA, PackedBox $boxB): int;
|
20 |
+
}
|
vendor/dvdoug/boxpacker/src/PackedItem.php
CHANGED
@@ -107,9 +107,6 @@ class PackedItem implements JsonSerializable
|
|
107 |
return $this->width * $this->length * $this->depth;
|
108 |
}
|
109 |
|
110 |
-
/**
|
111 |
-
* @return PackedItem
|
112 |
-
*/
|
113 |
public static function fromOrientatedItem(OrientatedItem $orientatedItem, int $x, int $y, int $z): self
|
114 |
{
|
115 |
return new static(
|
@@ -132,7 +129,7 @@ class PackedItem implements JsonSerializable
|
|
132 |
}
|
133 |
|
134 |
#[ReturnTypeWillChange]
|
135 |
-
public function jsonSerialize()
|
136 |
{
|
137 |
return [
|
138 |
'x' => $this->x,
|
107 |
return $this->width * $this->length * $this->depth;
|
108 |
}
|
109 |
|
|
|
|
|
|
|
110 |
public static function fromOrientatedItem(OrientatedItem $orientatedItem, int $x, int $y, int $z): self
|
111 |
{
|
112 |
return new static(
|
129 |
}
|
130 |
|
131 |
#[ReturnTypeWillChange]
|
132 |
+
public function jsonSerialize()/* : mixed */
|
133 |
{
|
134 |
return [
|
135 |
'x' => $this->x,
|
vendor/dvdoug/boxpacker/src/PackedItemList.php
CHANGED
@@ -8,12 +8,13 @@ declare(strict_types=1);
|
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
11 |
-
use function array_map;
|
12 |
use ArrayIterator;
|
13 |
-
use function count;
|
14 |
use Countable;
|
15 |
use IteratorAggregate;
|
16 |
use Traversable;
|
|
|
|
|
|
|
17 |
use function usort;
|
18 |
|
19 |
/**
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
|
|
11 |
use ArrayIterator;
|
|
|
12 |
use Countable;
|
13 |
use IteratorAggregate;
|
14 |
use Traversable;
|
15 |
+
|
16 |
+
use function array_map;
|
17 |
+
use function count;
|
18 |
use function usort;
|
19 |
|
20 |
/**
|
vendor/dvdoug/boxpacker/src/PackedLayer.php
CHANGED
@@ -10,6 +10,7 @@ namespace DVDoug\BoxPacker;
|
|
10 |
|
11 |
use function max;
|
12 |
use function min;
|
|
|
13 |
use const PHP_INT_MAX;
|
14 |
|
15 |
/**
|
10 |
|
11 |
use function max;
|
12 |
use function min;
|
13 |
+
|
14 |
use const PHP_INT_MAX;
|
15 |
|
16 |
/**
|
vendor/dvdoug/boxpacker/src/Packer.php
CHANGED
@@ -8,16 +8,18 @@ declare(strict_types=1);
|
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
11 |
-
use function array_merge;
|
12 |
-
use function count;
|
13 |
-
use const PHP_INT_MAX;
|
14 |
use Psr\Log\LoggerAwareInterface;
|
15 |
use Psr\Log\LoggerAwareTrait;
|
16 |
use Psr\Log\LogLevel;
|
17 |
use Psr\Log\NullLogger;
|
18 |
use SplObjectStorage;
|
|
|
|
|
|
|
19 |
use function usort;
|
20 |
|
|
|
|
|
21 |
/**
|
22 |
* Actual packer.
|
23 |
*
|
@@ -56,13 +58,21 @@ class Packer implements LoggerAwareInterface
|
|
56 |
protected $boxesQtyAvailable;
|
57 |
|
58 |
/**
|
59 |
-
*
|
|
|
|
|
|
|
|
|
|
|
60 |
*/
|
|
|
|
|
61 |
public function __construct()
|
62 |
{
|
63 |
$this->items = new ItemList();
|
64 |
$this->boxes = new BoxList();
|
65 |
$this->boxesQtyAvailable = new SplObjectStorage();
|
|
|
66 |
|
67 |
$this->logger = new NullLogger();
|
68 |
}
|
@@ -137,6 +147,16 @@ class Packer implements LoggerAwareInterface
|
|
137 |
$this->maxBoxesToBalanceWeight = $maxBoxesToBalanceWeight;
|
138 |
}
|
139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
/**
|
141 |
* Pack items into boxes.
|
142 |
*/
|
@@ -144,9 +164,9 @@ class Packer implements LoggerAwareInterface
|
|
144 |
{
|
145 |
$packedBoxes = $this->doVolumePacking();
|
146 |
|
147 |
-
//If we have multiple boxes, try and optimise/even-out weight distribution
|
148 |
-
if ($packedBoxes->count() > 1 && $packedBoxes->count() <= $this->maxBoxesToBalanceWeight) {
|
149 |
-
$redistributor = new WeightRedistributor($this->boxes, $this->boxesQtyAvailable);
|
150 |
$redistributor->setLogger($this->logger);
|
151 |
$packedBoxes = $redistributor->redistributeWeight($packedBoxes);
|
152 |
}
|
@@ -165,20 +185,21 @@ class Packer implements LoggerAwareInterface
|
|
165 |
{
|
166 |
$packedBoxes = new PackedBoxList();
|
167 |
|
168 |
-
//Keep going until everything packed
|
169 |
while ($this->items->count()) {
|
170 |
$packedBoxesIteration = [];
|
171 |
|
172 |
-
//Loop through boxes starting with smallest, see what happens
|
173 |
foreach ($this->getBoxList($enforceSingleBox) as $box) {
|
174 |
$volumePacker = new VolumePacker($box, $this->items);
|
175 |
$volumePacker->setLogger($this->logger);
|
176 |
$volumePacker->setSinglePassMode($singlePassMode);
|
|
|
177 |
$packedBox = $volumePacker->pack();
|
178 |
if ($packedBox->getItems()->count()) {
|
179 |
$packedBoxesIteration[] = $packedBox;
|
180 |
|
181 |
-
//Have we found a single box that contains everything?
|
182 |
if ($packedBox->getItems()->count() === $this->items->count()) {
|
183 |
break;
|
184 |
}
|
@@ -186,7 +207,7 @@ class Packer implements LoggerAwareInterface
|
|
186 |
}
|
187 |
|
188 |
try {
|
189 |
-
//Find best box of iteration, and remove packed items from unpacked list
|
190 |
$bestBox = $this->findBestBoxFromIteration($packedBoxesIteration);
|
191 |
} catch (NoBoxesAvailableException $e) {
|
192 |
if ($enforceSingleBox) {
|
@@ -240,22 +261,8 @@ class Packer implements LoggerAwareInterface
|
|
240 |
throw new NoBoxesAvailableException("No boxes could be found for item '{$this->items->top()->getDescription()}'", $this->items->top());
|
241 |
}
|
242 |
|
243 |
-
usort($packedBoxes, [$this, 'compare']);
|
244 |
|
245 |
return $packedBoxes[0];
|
246 |
}
|
247 |
-
|
248 |
-
private static function compare(PackedBox $boxA, PackedBox $boxB): int
|
249 |
-
{
|
250 |
-
$choice = $boxB->getItems()->count() <=> $boxA->getItems()->count();
|
251 |
-
|
252 |
-
if ($choice === 0) {
|
253 |
-
$choice = $boxB->getVolumeUtilisation() <=> $boxA->getVolumeUtilisation();
|
254 |
-
}
|
255 |
-
if ($choice === 0) {
|
256 |
-
$choice = $boxB->getUsedVolume() <=> $boxA->getUsedVolume();
|
257 |
-
}
|
258 |
-
|
259 |
-
return $choice;
|
260 |
-
}
|
261 |
}
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
|
|
|
|
|
|
11 |
use Psr\Log\LoggerAwareInterface;
|
12 |
use Psr\Log\LoggerAwareTrait;
|
13 |
use Psr\Log\LogLevel;
|
14 |
use Psr\Log\NullLogger;
|
15 |
use SplObjectStorage;
|
16 |
+
|
17 |
+
use function array_merge;
|
18 |
+
use function count;
|
19 |
use function usort;
|
20 |
|
21 |
+
use const PHP_INT_MAX;
|
22 |
+
|
23 |
/**
|
24 |
* Actual packer.
|
25 |
*
|
58 |
protected $boxesQtyAvailable;
|
59 |
|
60 |
/**
|
61 |
+
* @var PackedBoxSorter
|
62 |
+
*/
|
63 |
+
protected $packedBoxSorter;
|
64 |
+
|
65 |
+
/**
|
66 |
+
* @var bool
|
67 |
*/
|
68 |
+
private $beStrictAboutItemOrdering = false;
|
69 |
+
|
70 |
public function __construct()
|
71 |
{
|
72 |
$this->items = new ItemList();
|
73 |
$this->boxes = new BoxList();
|
74 |
$this->boxesQtyAvailable = new SplObjectStorage();
|
75 |
+
$this->packedBoxSorter = new DefaultPackedBoxSorter();
|
76 |
|
77 |
$this->logger = new NullLogger();
|
78 |
}
|
147 |
$this->maxBoxesToBalanceWeight = $maxBoxesToBalanceWeight;
|
148 |
}
|
149 |
|
150 |
+
public function setPackedBoxSorter(PackedBoxSorter $packedBoxSorter): void
|
151 |
+
{
|
152 |
+
$this->packedBoxSorter = $packedBoxSorter;
|
153 |
+
}
|
154 |
+
|
155 |
+
public function beStrictAboutItemOrdering(bool $beStrict): void
|
156 |
+
{
|
157 |
+
$this->beStrictAboutItemOrdering = $beStrict;
|
158 |
+
}
|
159 |
+
|
160 |
/**
|
161 |
* Pack items into boxes.
|
162 |
*/
|
164 |
{
|
165 |
$packedBoxes = $this->doVolumePacking();
|
166 |
|
167 |
+
// If we have multiple boxes, try and optimise/even-out weight distribution
|
168 |
+
if (!$this->beStrictAboutItemOrdering && $packedBoxes->count() > 1 && $packedBoxes->count() <= $this->maxBoxesToBalanceWeight) {
|
169 |
+
$redistributor = new WeightRedistributor($this->boxes, $this->packedBoxSorter, $this->boxesQtyAvailable);
|
170 |
$redistributor->setLogger($this->logger);
|
171 |
$packedBoxes = $redistributor->redistributeWeight($packedBoxes);
|
172 |
}
|
185 |
{
|
186 |
$packedBoxes = new PackedBoxList();
|
187 |
|
188 |
+
// Keep going until everything packed
|
189 |
while ($this->items->count()) {
|
190 |
$packedBoxesIteration = [];
|
191 |
|
192 |
+
// Loop through boxes starting with smallest, see what happens
|
193 |
foreach ($this->getBoxList($enforceSingleBox) as $box) {
|
194 |
$volumePacker = new VolumePacker($box, $this->items);
|
195 |
$volumePacker->setLogger($this->logger);
|
196 |
$volumePacker->setSinglePassMode($singlePassMode);
|
197 |
+
$volumePacker->beStrictAboutItemOrdering($this->beStrictAboutItemOrdering);
|
198 |
$packedBox = $volumePacker->pack();
|
199 |
if ($packedBox->getItems()->count()) {
|
200 |
$packedBoxesIteration[] = $packedBox;
|
201 |
|
202 |
+
// Have we found a single box that contains everything?
|
203 |
if ($packedBox->getItems()->count() === $this->items->count()) {
|
204 |
break;
|
205 |
}
|
207 |
}
|
208 |
|
209 |
try {
|
210 |
+
// Find best box of iteration, and remove packed items from unpacked list
|
211 |
$bestBox = $this->findBestBoxFromIteration($packedBoxesIteration);
|
212 |
} catch (NoBoxesAvailableException $e) {
|
213 |
if ($enforceSingleBox) {
|
261 |
throw new NoBoxesAvailableException("No boxes could be found for item '{$this->items->top()->getDescription()}'", $this->items->top());
|
262 |
}
|
263 |
|
264 |
+
usort($packedBoxes, [$this->packedBoxSorter, 'compare']);
|
265 |
|
266 |
return $packedBoxes[0];
|
267 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
268 |
}
|
vendor/dvdoug/boxpacker/src/VolumePacker.php
CHANGED
@@ -8,12 +8,13 @@ declare(strict_types=1);
|
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
11 |
-
use function array_map;
|
12 |
-
use function count;
|
13 |
-
use function max;
|
14 |
use Psr\Log\LoggerAwareInterface;
|
15 |
use Psr\Log\LoggerInterface;
|
16 |
use Psr\Log\NullLogger;
|
|
|
|
|
|
|
|
|
17 |
use function reset;
|
18 |
use function usort;
|
19 |
|
@@ -59,6 +60,11 @@ class VolumePacker implements LoggerAwareInterface
|
|
59 |
*/
|
60 |
protected $packAcrossWidthOnly = false;
|
61 |
|
|
|
|
|
|
|
|
|
|
|
62 |
/**
|
63 |
* @var LayerPacker
|
64 |
*/
|
@@ -99,6 +105,12 @@ class VolumePacker implements LoggerAwareInterface
|
|
99 |
$this->packAcrossWidthOnly = true;
|
100 |
}
|
101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
/**
|
103 |
* @internal
|
104 |
*/
|
@@ -167,7 +179,7 @@ class VolumePacker implements LoggerAwareInterface
|
|
167 |
$layerStartDepth = static::getCurrentPackedDepth($layers);
|
168 |
$packedItemList = $this->getPackedItemList($layers);
|
169 |
|
170 |
-
//do a preliminary layer pack to get the depth used
|
171 |
$preliminaryItems = clone $items;
|
172 |
$preliminaryLayer = $this->layerPacker->packLayer($preliminaryItems, clone $packedItemList, 0, 0, $layerStartDepth, $boxWidth, $boxLength, $this->box->getInnerDepth() - $layerStartDepth, 0, true);
|
173 |
if (count($preliminaryLayer->getItems()) === 0) {
|
@@ -177,7 +189,7 @@ class VolumePacker implements LoggerAwareInterface
|
|
177 |
if ($preliminaryLayer->getDepth() === $preliminaryLayer->getItems()[0]->getDepth()) { // preliminary === final
|
178 |
$layers[] = $preliminaryLayer;
|
179 |
$items = $preliminaryItems;
|
180 |
-
} else { //redo with now-known-depth so that we can stack to that height from the first item
|
181 |
$layers[] = $this->layerPacker->packLayer($items, $packedItemList, 0, 0, $layerStartDepth, $boxWidth, $boxLength, $this->box->getInnerDepth() - $layerStartDepth, $preliminaryLayer->getDepth(), true);
|
182 |
}
|
183 |
}
|
@@ -213,7 +225,7 @@ class VolumePacker implements LoggerAwareInterface
|
|
213 |
*/
|
214 |
private function stabiliseLayers(array $oldLayers): array
|
215 |
{
|
216 |
-
if ($this->hasConstrainedItems) { // constraints include position, so cannot change
|
217 |
return $oldLayers;
|
218 |
}
|
219 |
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
|
|
|
|
|
|
11 |
use Psr\Log\LoggerAwareInterface;
|
12 |
use Psr\Log\LoggerInterface;
|
13 |
use Psr\Log\NullLogger;
|
14 |
+
|
15 |
+
use function array_map;
|
16 |
+
use function count;
|
17 |
+
use function max;
|
18 |
use function reset;
|
19 |
use function usort;
|
20 |
|
60 |
*/
|
61 |
protected $packAcrossWidthOnly = false;
|
62 |
|
63 |
+
/**
|
64 |
+
* @var bool
|
65 |
+
*/
|
66 |
+
protected $beStrictAboutItemOrdering = false;
|
67 |
+
|
68 |
/**
|
69 |
* @var LayerPacker
|
70 |
*/
|
105 |
$this->packAcrossWidthOnly = true;
|
106 |
}
|
107 |
|
108 |
+
public function beStrictAboutItemOrdering(bool $beStrict): void
|
109 |
+
{
|
110 |
+
$this->beStrictAboutItemOrdering = $beStrict;
|
111 |
+
$this->layerPacker->beStrictAboutItemOrdering($beStrict);
|
112 |
+
}
|
113 |
+
|
114 |
/**
|
115 |
* @internal
|
116 |
*/
|
179 |
$layerStartDepth = static::getCurrentPackedDepth($layers);
|
180 |
$packedItemList = $this->getPackedItemList($layers);
|
181 |
|
182 |
+
// do a preliminary layer pack to get the depth used
|
183 |
$preliminaryItems = clone $items;
|
184 |
$preliminaryLayer = $this->layerPacker->packLayer($preliminaryItems, clone $packedItemList, 0, 0, $layerStartDepth, $boxWidth, $boxLength, $this->box->getInnerDepth() - $layerStartDepth, 0, true);
|
185 |
if (count($preliminaryLayer->getItems()) === 0) {
|
189 |
if ($preliminaryLayer->getDepth() === $preliminaryLayer->getItems()[0]->getDepth()) { // preliminary === final
|
190 |
$layers[] = $preliminaryLayer;
|
191 |
$items = $preliminaryItems;
|
192 |
+
} else { // redo with now-known-depth so that we can stack to that height from the first item
|
193 |
$layers[] = $this->layerPacker->packLayer($items, $packedItemList, 0, 0, $layerStartDepth, $boxWidth, $boxLength, $this->box->getInnerDepth() - $layerStartDepth, $preliminaryLayer->getDepth(), true);
|
194 |
}
|
195 |
}
|
225 |
*/
|
226 |
private function stabiliseLayers(array $oldLayers): array
|
227 |
{
|
228 |
+
if ($this->hasConstrainedItems || $this->beStrictAboutItemOrdering) { // constraints include position, so cannot change
|
229 |
return $oldLayers;
|
230 |
}
|
231 |
|
vendor/dvdoug/boxpacker/src/WeightRedistributor.php
CHANGED
@@ -8,17 +8,18 @@ declare(strict_types=1);
|
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
use function array_filter;
|
12 |
use function array_map;
|
13 |
use function array_merge;
|
14 |
use function array_sum;
|
15 |
use function count;
|
16 |
use function iterator_to_array;
|
17 |
-
use Psr\Log\LoggerAwareInterface;
|
18 |
-
use Psr\Log\LoggerAwareTrait;
|
19 |
-
use Psr\Log\LogLevel;
|
20 |
-
use Psr\Log\NullLogger;
|
21 |
-
use SplObjectStorage;
|
22 |
use function usort;
|
23 |
|
24 |
/**
|
@@ -45,12 +46,18 @@ class WeightRedistributor implements LoggerAwareInterface
|
|
45 |
*/
|
46 |
private $boxesQtyAvailable;
|
47 |
|
|
|
|
|
|
|
|
|
|
|
48 |
/**
|
49 |
* Constructor.
|
50 |
*/
|
51 |
-
public function __construct(BoxList $boxList, SplObjectStorage $boxQuantitiesAvailable)
|
52 |
{
|
53 |
$this->boxes = $boxList;
|
|
|
54 |
$this->boxesQtyAvailable = $boxQuantitiesAvailable;
|
55 |
$this->logger = new NullLogger();
|
56 |
}
|
@@ -76,12 +83,12 @@ class WeightRedistributor implements LoggerAwareInterface
|
|
76 |
foreach ($boxes as $a => &$boxA) {
|
77 |
foreach ($boxes as $b => &$boxB) {
|
78 |
if ($b <= $a || $boxA->getWeight() === $boxB->getWeight()) {
|
79 |
-
continue; //no need to evaluate
|
80 |
}
|
81 |
|
82 |
$iterationSuccessful = $this->equaliseWeight($boxA, $boxB, $targetWeight);
|
83 |
if ($iterationSuccessful) {
|
84 |
-
$boxes = array_filter($boxes, static function (?PackedBox $box) { //remove any now-empty boxes from the list
|
85 |
return $box instanceof PackedBox;
|
86 |
});
|
87 |
break 2;
|
@@ -90,7 +97,7 @@ class WeightRedistributor implements LoggerAwareInterface
|
|
90 |
}
|
91 |
} while ($iterationSuccessful);
|
92 |
|
93 |
-
//Combine back into a single list
|
94 |
$packedBoxes = new PackedBoxList();
|
95 |
$packedBoxes->insertFromArray($boxes);
|
96 |
|
@@ -124,12 +131,12 @@ class WeightRedistributor implements LoggerAwareInterface
|
|
124 |
|
125 |
$newLighterBoxes = $this->doVolumeRepack(array_merge($underWeightBoxItems, [$overWeightItem]), $underWeightBox->getBox());
|
126 |
if ($newLighterBoxes->count() !== 1) {
|
127 |
-
continue; //only want to move this item if it still fits in a single box
|
128 |
}
|
129 |
|
130 |
$underWeightBoxItems[] = $overWeightItem;
|
131 |
|
132 |
-
if (count($overWeightBoxItems) === 1) { //sometimes a repack can be efficient enough to eliminate a box
|
133 |
$boxB = $newLighterBoxes->top();
|
134 |
$boxA = null;
|
135 |
$this->boxesQtyAvailable[$underWeightBox->getBox()] = $this->boxesQtyAvailable[$underWeightBox->getBox()] - 1;
|
@@ -141,7 +148,7 @@ class WeightRedistributor implements LoggerAwareInterface
|
|
141 |
unset($overWeightBoxItems[$key]);
|
142 |
$newHeavierBoxes = $this->doVolumeRepack($overWeightBoxItems, $overWeightBox->getBox());
|
143 |
if (count($newHeavierBoxes) !== 1) {
|
144 |
-
continue; //this should never happen, if we can pack n+1 into the box, we should be able to pack n
|
145 |
}
|
146 |
|
147 |
$this->boxesQtyAvailable[$overWeightBox->getBox()] = $this->boxesQtyAvailable[$overWeightBox->getBox()] + 1;
|
@@ -163,6 +170,7 @@ class WeightRedistributor implements LoggerAwareInterface
|
|
163 |
private function doVolumeRepack(iterable $items, Box $currentBox): PackedBoxList
|
164 |
{
|
165 |
$packer = new Packer();
|
|
|
166 |
$packer->setBoxes($this->boxes); // use the full set of boxes to allow smaller/larger for full efficiency
|
167 |
foreach ($this->boxes as $box) {
|
168 |
$packer->setBoxQuantity($box, $this->boxesQtyAvailable[$box]);
|
@@ -195,6 +203,6 @@ class WeightRedistributor implements LoggerAwareInterface
|
|
195 |
|
196 |
private static function calculateVariance(int $boxAWeight, int $boxBWeight)
|
197 |
{
|
198 |
-
return ($boxAWeight - (($boxAWeight + $boxBWeight) / 2)) ** 2; //don't need to calculate B and ÷ 2, for a 2-item population the difference from mean is the same for each box
|
199 |
}
|
200 |
}
|
8 |
|
9 |
namespace DVDoug\BoxPacker;
|
10 |
|
11 |
+
use Psr\Log\LoggerAwareInterface;
|
12 |
+
use Psr\Log\LoggerAwareTrait;
|
13 |
+
use Psr\Log\LogLevel;
|
14 |
+
use Psr\Log\NullLogger;
|
15 |
+
use SplObjectStorage;
|
16 |
+
|
17 |
use function array_filter;
|
18 |
use function array_map;
|
19 |
use function array_merge;
|
20 |
use function array_sum;
|
21 |
use function count;
|
22 |
use function iterator_to_array;
|
|
|
|
|
|
|
|
|
|
|
23 |
use function usort;
|
24 |
|
25 |
/**
|
46 |
*/
|
47 |
private $boxesQtyAvailable;
|
48 |
|
49 |
+
/**
|
50 |
+
* @var PackedBoxSorter
|
51 |
+
*/
|
52 |
+
private $packedBoxSorter;
|
53 |
+
|
54 |
/**
|
55 |
* Constructor.
|
56 |
*/
|
57 |
+
public function __construct(BoxList $boxList, PackedBoxSorter $packedBoxSorter, SplObjectStorage $boxQuantitiesAvailable)
|
58 |
{
|
59 |
$this->boxes = $boxList;
|
60 |
+
$this->packedBoxSorter = $packedBoxSorter;
|
61 |
$this->boxesQtyAvailable = $boxQuantitiesAvailable;
|
62 |
$this->logger = new NullLogger();
|
63 |
}
|
83 |
foreach ($boxes as $a => &$boxA) {
|
84 |
foreach ($boxes as $b => &$boxB) {
|
85 |
if ($b <= $a || $boxA->getWeight() === $boxB->getWeight()) {
|
86 |
+
continue; // no need to evaluate
|
87 |
}
|
88 |
|
89 |
$iterationSuccessful = $this->equaliseWeight($boxA, $boxB, $targetWeight);
|
90 |
if ($iterationSuccessful) {
|
91 |
+
$boxes = array_filter($boxes, static function (?PackedBox $box) { // remove any now-empty boxes from the list
|
92 |
return $box instanceof PackedBox;
|
93 |
});
|
94 |
break 2;
|
97 |
}
|
98 |
} while ($iterationSuccessful);
|
99 |
|
100 |
+
// Combine back into a single list
|
101 |
$packedBoxes = new PackedBoxList();
|
102 |
$packedBoxes->insertFromArray($boxes);
|
103 |
|
131 |
|
132 |
$newLighterBoxes = $this->doVolumeRepack(array_merge($underWeightBoxItems, [$overWeightItem]), $underWeightBox->getBox());
|
133 |
if ($newLighterBoxes->count() !== 1) {
|
134 |
+
continue; // only want to move this item if it still fits in a single box
|
135 |
}
|
136 |
|
137 |
$underWeightBoxItems[] = $overWeightItem;
|
138 |
|
139 |
+
if (count($overWeightBoxItems) === 1) { // sometimes a repack can be efficient enough to eliminate a box
|
140 |
$boxB = $newLighterBoxes->top();
|
141 |
$boxA = null;
|
142 |
$this->boxesQtyAvailable[$underWeightBox->getBox()] = $this->boxesQtyAvailable[$underWeightBox->getBox()] - 1;
|
148 |
unset($overWeightBoxItems[$key]);
|
149 |
$newHeavierBoxes = $this->doVolumeRepack($overWeightBoxItems, $overWeightBox->getBox());
|
150 |
if (count($newHeavierBoxes) !== 1) {
|
151 |
+
continue; // this should never happen, if we can pack n+1 into the box, we should be able to pack n
|
152 |
}
|
153 |
|
154 |
$this->boxesQtyAvailable[$overWeightBox->getBox()] = $this->boxesQtyAvailable[$overWeightBox->getBox()] + 1;
|
170 |
private function doVolumeRepack(iterable $items, Box $currentBox): PackedBoxList
|
171 |
{
|
172 |
$packer = new Packer();
|
173 |
+
$packer->setLogger($this->logger);
|
174 |
$packer->setBoxes($this->boxes); // use the full set of boxes to allow smaller/larger for full efficiency
|
175 |
foreach ($this->boxes as $box) {
|
176 |
$packer->setBoxQuantity($box, $this->boxesQtyAvailable[$box]);
|
203 |
|
204 |
private static function calculateVariance(int $boxAWeight, int $boxBWeight)
|
205 |
{
|
206 |
+
return ($boxAWeight - (($boxAWeight + $boxBWeight) / 2)) ** 2; // don't need to calculate B and ÷ 2, for a 2-item population the difference from mean is the same for each box
|
207 |
}
|
208 |
}
|
vendor/dvdoug/boxpacker/src/WorkingVolume.php
CHANGED
@@ -98,7 +98,7 @@ class WorkingVolume implements Box, JsonSerializable
|
|
98 |
}
|
99 |
|
100 |
#[ReturnTypeWillChange]
|
101 |
-
public function jsonSerialize()
|
102 |
{
|
103 |
return [
|
104 |
'reference' => $this->getReference(),
|
98 |
}
|
99 |
|
100 |
#[ReturnTypeWillChange]
|
101 |
+
public function jsonSerialize()/* : mixed */
|
102 |
{
|
103 |
return [
|
104 |
'reference' => $this->getReference(),
|
vendor/jetpack-autoloader/class-autoloader-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpcbab968d3fc0209874f3790cfc217a6b;
|
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\jpcbab968d3fc0209874f3790cfc217a6b;
|
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\jpcbab968d3fc0209874f3790cfc217a6b;
|
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\jpcbab968d3fc0209874f3790cfc217a6b;
|
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\jpcbab968d3fc0209874f3790cfc217a6b;
|
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\jpcbab968d3fc0209874f3790cfc217a6b;
|
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\jpcbab968d3fc0209874f3790cfc217a6b;
|
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\jpcbab968d3fc0209874f3790cfc217a6b;
|
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\jpcbab968d3fc0209874f3790cfc217a6b;
|
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\jpcbab968d3fc0209874f3790cfc217a6b;
|
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\jpcbab968d3fc0209874f3790cfc217a6b;
|
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\jpcbab968d3fc0209874f3790cfc217a6b;
|
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\jpcbab968d3fc0209874f3790cfc217a6b;
|
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\jpcbab968d3fc0209874f3790cfc217a6b;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
woocommerce-germanized.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Germanized for WooCommerce
|
4 |
* Plugin URI: https://www.vendidero.de/woocommerce-germanized
|
5 |
* Description: Germanized for WooCommerce extends WooCommerce to become a legally compliant store in the german market.
|
6 |
-
* Version: 3.10.
|
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.10.
|
73 |
|
74 |
/**
|
75 |
* @var WooCommerce_Germanized $instance of the plugin
|
3 |
* Plugin Name: Germanized for WooCommerce
|
4 |
* Plugin URI: https://www.vendidero.de/woocommerce-germanized
|
5 |
* Description: Germanized for WooCommerce extends WooCommerce to become a legally compliant store in the german market.
|
6 |
+
* Version: 3.10.5
|
7 |
* Author: vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
* Requires at least: 5.4
|
69 |
*
|
70 |
* @var string
|
71 |
*/
|
72 |
+
public $version = '3.10.5';
|
73 |
|
74 |
/**
|
75 |
* @var WooCommerce_Germanized $instance of the plugin
|