Version Description
- Feature: Display toggle options for Email filters (e.g. base price)
- Fix: Extend product type matching (display options)
- Fix: Virtual VAT customer vat exempt check
- Fix: Better Email hook removal
- Improvement: filter for get_customer_title
- Improvement: Cleaned up Email code
Download this release
Release Info
Developer | vendidero |
Plugin | WooCommerce Germanized |
Version | 1.9.1 |
Comparing to | |
See all releases |
Code changes from version 1.9.0 to 1.9.1
- i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE.po +193 -174
- i18n/languages/woocommerce-germanized-de_DE_formal.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE_formal.po +193 -174
- includes/abstracts/abstract-wc-gzd-product.php +1 -1
- includes/admin/settings/class-wc-gzd-settings-germanized.php +41 -1
- includes/class-wc-gzd-checkout.php +10 -1
- includes/class-wc-gzd-emails.php +24 -10
- includes/class-wc-gzd-virtual-vat-helper.php +7 -0
- includes/emails/class-wc-gzd-email-customer-ekomi.php +7 -7
- includes/emails/class-wc-gzd-email-customer-new-account-activation.php +4 -4
- includes/emails/class-wc-gzd-email-customer-paid-for-order.php +4 -4
- includes/emails/class-wc-gzd-email-customer-revocation.php +4 -4
- includes/emails/class-wc-gzd-email-customer-sepa-direct-debit-mandate.php +4 -4
- includes/emails/class-wc-gzd-email-customer-trusted-shops.php +5 -6
- includes/wc-gzd-cart-functions.php +28 -8
- includes/wc-gzd-product-functions.php +14 -2
- includes/wc-gzd-template-functions.php +1 -1
- readme.txt +17 -16
- templates/cart/mini-cart-totals.php +1 -0
- 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 v1.5.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
-
"X-Generator: Poedit 2.0.
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
17 |
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
@@ -92,29 +92,29 @@ msgid "l"
|
|
92 |
msgstr "l"
|
93 |
|
94 |
# @ woocommerce-germanized
|
95 |
-
#: includes/abstracts/abstract-wc-gzd-product.php:
|
96 |
-
#: includes/abstracts/abstract-wc-gzd-product.php:
|
97 |
#: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:72
|
98 |
#: includes/wc-gzd-core-functions.php:129
|
99 |
-
#: includes/wc-gzd-template-functions.php:608 woocommerce-germanized.php:
|
100 |
msgid "incl. VAT"
|
101 |
msgstr "inkl. MwSt."
|
102 |
|
103 |
# @ woocommerce-germanized
|
104 |
-
#: includes/abstracts/abstract-wc-gzd-product.php:
|
105 |
msgid "excl. VAT"
|
106 |
msgstr "exkl. MwSt."
|
107 |
|
108 |
# @ woocommerce-germanized
|
109 |
-
#: includes/abstracts/abstract-wc-gzd-product.php:
|
110 |
#: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:72
|
111 |
-
#: includes/wc-gzd-core-functions.php:129 woocommerce-germanized.php:
|
112 |
#, php-format
|
113 |
msgid "incl. %s%% VAT"
|
114 |
msgstr "inkl. %s%% MwSt."
|
115 |
|
116 |
# @ woocommerce-germanized
|
117 |
-
#: includes/abstracts/abstract-wc-gzd-product.php:
|
118 |
#, php-format
|
119 |
msgid "excl. %s%% VAT"
|
120 |
msgstr "exkl. %s%% MwSt."
|
@@ -189,7 +189,7 @@ msgstr "Zahlungarten"
|
|
189 |
# @ woocommerce-germanized
|
190 |
#: includes/admin/class-wc-gzd-admin-status.php:43
|
191 |
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:263
|
192 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
193 |
msgid "Shipping Methods"
|
194 |
msgstr "Versandarten"
|
195 |
|
@@ -283,8 +283,9 @@ msgstr "Angebotspreis Hinweis"
|
|
283 |
# @ woocommerce-germanized
|
284 |
#: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:115
|
285 |
#: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:140
|
286 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
287 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
|
|
288 |
msgid "Product Units"
|
289 |
msgstr "Produkteinheiten"
|
290 |
|
@@ -488,7 +489,7 @@ msgstr "Keine"
|
|
488 |
|
489 |
# @ woocommerce-germanized
|
490 |
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:145
|
491 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
492 |
msgid "General"
|
493 |
msgstr "Allgemein"
|
494 |
|
@@ -1333,17 +1334,47 @@ msgstr ""
|
|
1333 |
"Verwende Drag & Drop um die Reihenfolge der Texte in den E-Mails zu "
|
1334 |
"beeinflussen und speichere anschließend deine Änderungen."
|
1335 |
|
1336 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1337 |
msgid "Hide Username"
|
1338 |
msgstr "Nutzernamen verstecken"
|
1339 |
|
1340 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1341 |
msgid ""
|
1342 |
"Hide username from email content if password or password reset link is "
|
1343 |
"embedded."
|
1344 |
msgstr "Nutzernamen nicht zusammen mit einem Passwort versenden."
|
1345 |
|
1346 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1347 |
msgid ""
|
1348 |
"Trusted Shops advises to not show the username together with an account "
|
1349 |
"password or password reset link. This option hides (or masks) the username "
|
@@ -1354,12 +1385,12 @@ msgstr ""
|
|
1354 |
"Trusted Shops Mitglied bist, solltest du diese Option aktivieren."
|
1355 |
|
1356 |
# @ woocommerce-germanized
|
1357 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1358 |
msgid "Email Attachment Options"
|
1359 |
msgstr "PDF Anhang"
|
1360 |
|
1361 |
# @ woocommerce-germanized
|
1362 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1363 |
#, php-format
|
1364 |
msgid ""
|
1365 |
"Want to attach automatically generated PDF files to emails instead of plain "
|
@@ -1369,27 +1400,27 @@ msgstr ""
|
|
1369 |
"%sUpgrade zur %spro%s Version%s"
|
1370 |
|
1371 |
# @ woocommerce-germanized
|
1372 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1373 |
msgid "Downloadable Product"
|
1374 |
msgstr "Herunterladbares Produkt"
|
1375 |
|
1376 |
# @ woocommerce-germanized
|
1377 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1378 |
msgid "Virtual Product"
|
1379 |
msgstr "Virtuelles Produkt"
|
1380 |
|
1381 |
# @ woocommerce-germanized
|
1382 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1383 |
msgid "Add to Cart"
|
1384 |
msgstr "Zum Warenkorb Button"
|
1385 |
|
1386 |
# @ woocommerce-germanized
|
1387 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1388 |
msgid "Show add to cart button on listings?"
|
1389 |
msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
|
1390 |
|
1391 |
# @ woocommerce-germanized
|
1392 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1393 |
msgid ""
|
1394 |
"unset this option if you don't want to show the add to cart button within "
|
1395 |
"the product listings"
|
@@ -1398,18 +1429,18 @@ msgstr ""
|
|
1398 |
"von Produktauflistungen darstellen möchten"
|
1399 |
|
1400 |
# @ woocommerce-germanized
|
1401 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1402 |
msgid "Link to Details"
|
1403 |
msgstr "Verlinkung zu Produktdetails"
|
1404 |
|
1405 |
# @ woocommerce-germanized
|
1406 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1407 |
msgid ""
|
1408 |
"Want to link to product details page instead of add to cart within listings?"
|
1409 |
msgstr "Zum Warenkorb Button mit Button zur Produktdetail-Seite ersetzen?"
|
1410 |
|
1411 |
# @ woocommerce-germanized
|
1412 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1413 |
msgid ""
|
1414 |
"Decide whether you like to link to your product's details page instead of "
|
1415 |
"displaying an add to cart button within product listings."
|
@@ -1419,17 +1450,17 @@ msgstr ""
|
|
1419 |
"diese Option."
|
1420 |
|
1421 |
# @ woocommerce-germanized
|
1422 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1423 |
msgid "Product Details Text"
|
1424 |
msgstr "Produktdetails Text"
|
1425 |
|
1426 |
# @ woocommerce-germanized
|
1427 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1428 |
msgid "Details"
|
1429 |
msgstr "Details"
|
1430 |
|
1431 |
# @ woocommerce-germanized
|
1432 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1433 |
msgid ""
|
1434 |
"If you have chosen to link to product details page instead of add to cart "
|
1435 |
"URL you may want to change the button text."
|
@@ -1439,11 +1470,11 @@ msgstr ""
|
|
1439 |
"einen Button-Text vergeben."
|
1440 |
|
1441 |
# @ woocommerce-germanized
|
1442 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1443 |
msgid "Digital Delivery Time Text"
|
1444 |
msgstr "Lieferzeit Digital"
|
1445 |
|
1446 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1447 |
msgid ""
|
1448 |
"Enter a text which will be shown as digital delivery time text (replacement "
|
1449 |
"for default digital time on digital products)."
|
@@ -1453,79 +1484,66 @@ msgstr ""
|
|
1453 |
"lassen."
|
1454 |
|
1455 |
# @ woocommerce-germanized
|
1456 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1457 |
msgid "Notice Footer"
|
1458 |
msgstr "Hinweise im Footer"
|
1459 |
|
1460 |
# @ woocommerce-germanized
|
1461 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1462 |
msgid "Show a global VAT notice within footer"
|
1463 |
msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer einfügen."
|
1464 |
|
1465 |
# @ woocommerce-germanized
|
1466 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1467 |
msgid "Show a global sale price notice within footer"
|
1468 |
msgstr ""
|
1469 |
"Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer "
|
1470 |
"einfügen."
|
1471 |
|
1472 |
# @ woocommerce-germanized
|
1473 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1474 |
msgid "Products"
|
1475 |
msgstr "Produkt"
|
1476 |
|
1477 |
# @ woocommerce-germanized
|
1478 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1479 |
msgid "Show within Product Listings"
|
1480 |
msgstr "In Produktlisten"
|
1481 |
|
1482 |
# @ woocommerce-germanized
|
1483 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1484 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1485 |
msgid "Shipping Costs notice"
|
1486 |
msgstr "Versandkosten-Hinweis"
|
1487 |
|
1488 |
# @ woocommerce-germanized
|
1489 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1490 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1491 |
msgid "Tax Info"
|
1492 |
msgstr "MwSt. Hinweis"
|
1493 |
|
1494 |
-
|
1495 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:799
|
1496 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:848
|
1497 |
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:912
|
1498 |
-
msgid "Base Price"
|
1499 |
-
msgstr "Grundpreis"
|
1500 |
-
|
1501 |
-
# @ woocommerce-germanized
|
1502 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:815
|
1503 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:864
|
1504 |
-
msgid "Delivery Time Notice"
|
1505 |
-
msgstr "Lieferzeiten-Hinweis"
|
1506 |
-
|
1507 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:823
|
1508 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:872
|
1509 |
#: includes/class-wc-gzd-post-types.php:93
|
1510 |
#: includes/class-wc-gzd-post-types.php:95
|
1511 |
msgid "Price Labels"
|
1512 |
msgstr "Preishinweise"
|
1513 |
|
1514 |
# @ woocommerce-germanized
|
1515 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1516 |
msgid "Show on Product Detail Page"
|
1517 |
msgstr "Auf der Produktseite"
|
1518 |
|
1519 |
# @ woocommerce-germanized
|
1520 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1521 |
msgid "Hide Tax Rate"
|
1522 |
msgstr "Steuersatz verstecken"
|
1523 |
|
1524 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1525 |
msgid "Hide specific tax rate within shop pages."
|
1526 |
msgstr "Entferne die Anzeige des konkreten Steuersatzes im Shop."
|
1527 |
|
1528 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1529 |
msgid ""
|
1530 |
"This option will make sure that within shop pages no specific tax rates are "
|
1531 |
"shown. Instead only incl. tax or excl. tax notice is shown."
|
@@ -1535,12 +1553,12 @@ msgstr ""
|
|
1535 |
"bzw. exkl. MwSt."
|
1536 |
|
1537 |
# @ woocommerce-germanized
|
1538 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1539 |
msgid "Hide Shipping Costs Notice"
|
1540 |
msgstr "Versandkosten ausblenden"
|
1541 |
|
1542 |
# @ woocommerce-germanized
|
1543 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1544 |
msgid ""
|
1545 |
"Select product types for which you might want to disable the shipping costs "
|
1546 |
"notice."
|
@@ -1549,11 +1567,11 @@ msgstr ""
|
|
1549 |
"möchtest."
|
1550 |
|
1551 |
# @ woocommerce-germanized
|
1552 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1553 |
msgid "Hide Delivery Time Notice"
|
1554 |
msgstr "Lieferzeiten ausblenden"
|
1555 |
|
1556 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1557 |
msgid ""
|
1558 |
"Select product types for which you might want to disable the delivery time "
|
1559 |
"notice."
|
@@ -1562,12 +1580,12 @@ msgstr ""
|
|
1562 |
"möchtest."
|
1563 |
|
1564 |
# @ woocommerce-germanized
|
1565 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1566 |
msgid "Base Price Text"
|
1567 |
msgstr "Grundpreis Text"
|
1568 |
|
1569 |
# @ woocommerce-germanized
|
1570 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1571 |
msgid ""
|
1572 |
"This text will be used to display the base price. Use {price} to insert the "
|
1573 |
"price. If you want to specifically format base price output use {base}, "
|
@@ -1579,26 +1597,26 @@ msgstr ""
|
|
1579 |
"{base_price} für die einzelnen Elemente."
|
1580 |
|
1581 |
# @ woocommerce-germanized
|
1582 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1583 |
msgid "{price}"
|
1584 |
msgstr "{price}"
|
1585 |
|
1586 |
# @ woocommerce-germanized
|
1587 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1588 |
msgid "Variable Base Price"
|
1589 |
msgstr "Variabler Grundpreis"
|
1590 |
|
1591 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1592 |
msgid "Enable price range base prices for variable products."
|
1593 |
msgstr "Aktiviere von-bis-Grundpreise für variable Produkte."
|
1594 |
|
1595 |
# @ woocommerce-germanized
|
1596 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1597 |
msgid "Product Units Text"
|
1598 |
msgstr "Produkteinheiten Text"
|
1599 |
|
1600 |
# @ woocommerce-germanized
|
1601 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1602 |
msgid ""
|
1603 |
"This text will be used to display the product units. Use {product_units} to "
|
1604 |
"insert the amount of product units. Use {unit} to insert the unit. "
|
@@ -1610,26 +1628,26 @@ msgstr ""
|
|
1610 |
"Grundpreis."
|
1611 |
|
1612 |
# @ woocommerce-germanized
|
1613 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1614 |
msgid "Product contains: {product_units} {unit}"
|
1615 |
msgstr "Produkt enthält: {product_units} {unit}"
|
1616 |
|
1617 |
# @ woocommerce-germanized
|
1618 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1619 |
msgid "Checkout & Cart"
|
1620 |
msgstr "Checkout & Warenkorb"
|
1621 |
|
1622 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1623 |
msgid "DHL Parcel Shops"
|
1624 |
msgstr "DHL Packstationen"
|
1625 |
|
1626 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1627 |
msgid ""
|
1628 |
"Allow customers to choose a DHL parcel shop or packing station as delivery "
|
1629 |
"address."
|
1630 |
msgstr "Versand an DHL Packstation bzw. Paketshops aktivieren."
|
1631 |
|
1632 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1633 |
msgid ""
|
1634 |
"This option adds a checkbox to your checkout shipping fields which allows "
|
1635 |
"the customer to optionally choose a DHL packing station or parcel shop for "
|
@@ -1639,22 +1657,22 @@ msgstr ""
|
|
1639 |
"der Kunde optional die Lieferung an eine Packstation aktivieren. Fall das "
|
1640 |
"der Fall ist, muss eine PostNummer angegeben werden."
|
1641 |
|
1642 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1643 |
msgid "Supported Countries"
|
1644 |
msgstr "Unterstützte Länder"
|
1645 |
|
1646 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1647 |
msgid "Choose countries which support Parcel Shop delivery."
|
1648 |
msgstr ""
|
1649 |
"Wähle hier die Länder an, in denen du die Lieferung an DHL Packstationen "
|
1650 |
"bzw. Paketshops aktivieren möchtest."
|
1651 |
|
1652 |
# @ woocommerce-germanized
|
1653 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1654 |
msgid "Disabled Methods"
|
1655 |
msgstr "Deaktiviert für"
|
1656 |
|
1657 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1658 |
msgid ""
|
1659 |
"Optionally choose methods for which DHL Parcel Shop Delivery should be "
|
1660 |
"disabled. Does only work if you have disabled choosing shipping methods "
|
@@ -1664,17 +1682,17 @@ msgstr ""
|
|
1664 |
"Packstationen deaktiviert werden soll. Funktioniert nur in Verbindung mit "
|
1665 |
"der Option \"Auswahl von Versandarten im Checkout deaktivieren\"."
|
1666 |
|
1667 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1668 |
#: includes/class-wc-gzd-dhl-parcel-shops.php:348
|
1669 |
msgid "Parcel Shop Finder"
|
1670 |
msgstr "Paketshop finden"
|
1671 |
|
1672 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1673 |
msgid ""
|
1674 |
"Enable DHL Parcel Shop Finder to let customers choose a parcel shop nearby."
|
1675 |
msgstr "Standortsuche nach der nächstgelegenen Packstation aktivieren."
|
1676 |
|
1677 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1678 |
#, php-format
|
1679 |
msgid ""
|
1680 |
"You may enable this option to add a <a href=\"%s\" target=\"_blank\">Parcel "
|
@@ -1689,13 +1707,13 @@ msgstr ""
|
|
1689 |
"Nähe auswählen und die Daten automatisch übernehmen."
|
1690 |
|
1691 |
# @ woocommerce-germanized
|
1692 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1693 |
#: includes/admin/views/html-page-status-germanized.php:55
|
1694 |
msgid "Fallback Mode"
|
1695 |
msgstr "Fallback Modus"
|
1696 |
|
1697 |
# @ woocommerce-germanized
|
1698 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1699 |
msgid ""
|
1700 |
"Enable to make sure default checkout template is not being overriden by "
|
1701 |
"theme."
|
@@ -1703,7 +1721,7 @@ msgstr ""
|
|
1703 |
"Überschreiben relevanter Templates im Checkout durch dein Theme verhindern."
|
1704 |
|
1705 |
# @ woocommerce-germanized
|
1706 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1707 |
msgid ""
|
1708 |
"If you are facing problems within your checkout e.g. legally relevant data "
|
1709 |
"is not showing (terms, delivery time, unit price etc.) your theme seems to "
|
@@ -1717,17 +1735,17 @@ msgstr ""
|
|
1717 |
"Checkout (review-order.php und form-checkout.php) zu überschreiben. "
|
1718 |
|
1719 |
# @ woocommerce-germanized
|
1720 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1721 |
msgid "Force free shipping"
|
1722 |
msgstr "Versandmethode erzwingen"
|
1723 |
|
1724 |
# @ woocommerce-germanized
|
1725 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1726 |
msgid "Force free shipping method if available?"
|
1727 |
msgstr "Kostenlosen Versand erzwingen wenn die Methode zur Verfügung steht?"
|
1728 |
|
1729 |
# @ woocommerce-germanized
|
1730 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1731 |
msgid ""
|
1732 |
"By default WooCommerce will let customers choose other shipping methods than "
|
1733 |
"free shipping (if available). This option will force free shipping if "
|
@@ -1738,18 +1756,18 @@ msgstr ""
|
|
1738 |
"Versand, sobald dieser verfügbar ist."
|
1739 |
|
1740 |
# @ woocommerce-germanized
|
1741 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1742 |
msgid "Hide taxes estimated"
|
1743 |
msgstr "Hinweis \"Steuern geschätzt\""
|
1744 |
|
1745 |
# @ woocommerce-germanized
|
1746 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1747 |
msgid ""
|
1748 |
"Do you want to hide the \"taxes and shipping estimated\" text from your cart?"
|
1749 |
msgstr "Den Hinweis \"Versandkosten und Steuern werden geschätzt\" entfernen?"
|
1750 |
|
1751 |
# @ woocommerce-germanized
|
1752 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1753 |
msgid ""
|
1754 |
"By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
|
1755 |
"cart. This might puzzle your customers and may not meet german law."
|
@@ -1759,17 +1777,17 @@ msgstr ""
|
|
1759 |
"Markt geeignet."
|
1760 |
|
1761 |
# @ woocommerce-germanized
|
1762 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1763 |
msgid "Show Thumbnails"
|
1764 |
msgstr "Thumbnails anzeigen"
|
1765 |
|
1766 |
# @ woocommerce-germanized
|
1767 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1768 |
msgid "Show product thumbnails on checkout page?"
|
1769 |
msgstr "Produktbilder im Checkout darstellen?"
|
1770 |
|
1771 |
# @ woocommerce-germanized
|
1772 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1773 |
msgid ""
|
1774 |
"Uncheck if you don't want to show your product thumbnails within checkout "
|
1775 |
"table."
|
@@ -1778,17 +1796,17 @@ msgstr ""
|
|
1778 |
"bekommen möchtest."
|
1779 |
|
1780 |
# @ woocommerce-germanized
|
1781 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1782 |
msgid "Hide Shipping Select"
|
1783 |
msgstr "Versandarten Auswahl"
|
1784 |
|
1785 |
# @ woocommerce-germanized
|
1786 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1787 |
msgid "Hide shipping rate selection from checkout?"
|
1788 |
msgstr "Die Auswahl von Versandarten im Checkout deaktivieren?"
|
1789 |
|
1790 |
# @ woocommerce-germanized
|
1791 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1792 |
msgid ""
|
1793 |
"This option will hide shipping rate selection from checkout. By then "
|
1794 |
"customers will only be able to change their shipping rate on cart page."
|
@@ -1798,18 +1816,18 @@ msgstr ""
|
|
1798 |
"Versandmethode ändern."
|
1799 |
|
1800 |
# @ woocommerce-germanized
|
1801 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1802 |
msgid "Show back to cart button"
|
1803 |
msgstr "Bestellung bearbeiten"
|
1804 |
|
1805 |
# @ woocommerce-germanized
|
1806 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1807 |
msgid "Show back to cart button within your checkout table?"
|
1808 |
msgstr ""
|
1809 |
"Einen \"Bestellung bearbeiten\" Button in der Bestellübersicht anzeigen?"
|
1810 |
|
1811 |
# @ woocommerce-germanized
|
1812 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1813 |
msgid ""
|
1814 |
"This button may let your customer edit their order before submitting. Some "
|
1815 |
"people state that this button should be hidden to avoid legal problems."
|
@@ -1821,28 +1839,28 @@ msgstr ""
|
|
1821 |
"keine weitere Informationen abgedruckt werden sollten."
|
1822 |
|
1823 |
# @ woocommerce-germanized
|
1824 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1825 |
msgid "Show edit data notice"
|
1826 |
msgstr "Bestellung prüfen Hinweis"
|
1827 |
|
1828 |
# @ woocommerce-germanized
|
1829 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1830 |
msgid "Show a \"check-your-entries\" notice to the user?"
|
1831 |
msgstr "Einen \"Bestellung prüfen\" Hinweis anzeigen?"
|
1832 |
|
1833 |
# @ woocommerce-germanized
|
1834 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1835 |
msgid "This notice will be added right before the order comments field."
|
1836 |
msgstr ""
|
1837 |
"Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
|
1838 |
|
1839 |
# @ woocommerce-germanized
|
1840 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1841 |
msgid "Checkout Table Color"
|
1842 |
msgstr "Hintergrundfarbe der Tabelle"
|
1843 |
|
1844 |
# @ woocommerce-germanized
|
1845 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1846 |
msgid ""
|
1847 |
"Choose the color of your checkout product table. This table should be "
|
1848 |
"highlighted within your checkout page."
|
@@ -1851,17 +1869,17 @@ msgstr ""
|
|
1851 |
"Tabelle sollte sich farblich vom Rest des Inhalts abheben."
|
1852 |
|
1853 |
# @ woocommerce-germanized
|
1854 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1855 |
msgid "Checkout Legal Display"
|
1856 |
msgstr "Checkbox oder Text"
|
1857 |
|
1858 |
# @ woocommerce-germanized
|
1859 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1860 |
msgid "Use Text without Checkbox"
|
1861 |
msgstr "Rechtshinweis ohne Checkbox."
|
1862 |
|
1863 |
# @ woocommerce-germanized
|
1864 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1865 |
msgid ""
|
1866 |
"This version will remove checkboxes from Checkout and display a text "
|
1867 |
"instead. This seems to be legally compliant (Zalando & Co are using this "
|
@@ -1872,12 +1890,12 @@ msgstr ""
|
|
1872 |
"diese Form)"
|
1873 |
|
1874 |
# @ woocommerce-germanized
|
1875 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1876 |
msgid "Legal Text"
|
1877 |
msgstr "Rechtlicher Hinweistext"
|
1878 |
|
1879 |
# @ woocommerce-germanized
|
1880 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1881 |
msgid ""
|
1882 |
"Choose a Plain Text which will be shown right above checkout submit button. "
|
1883 |
"Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, "
|
@@ -1890,7 +1908,7 @@ msgstr ""
|
|
1890 |
"revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
|
1891 |
|
1892 |
# @ woocommerce-germanized
|
1893 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1894 |
msgid ""
|
1895 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
1896 |
"and Conditions{/term_link} and your {revocation_link}Right of Recission{/"
|
@@ -1901,12 +1919,12 @@ msgstr ""
|
|
1901 |
"revocation_link} einverstanden."
|
1902 |
|
1903 |
# @ woocommerce-germanized
|
1904 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1905 |
msgid "Legal Text Error"
|
1906 |
msgstr "Fehlermeldung der Checkbox"
|
1907 |
|
1908 |
# @ woocommerce-germanized
|
1909 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1910 |
msgid ""
|
1911 |
"If you have chosen to use checkbox validation please choose a error message "
|
1912 |
"which will be shown if the user doesn't check checkbox. Use {term_link}{/"
|
@@ -1921,7 +1939,7 @@ msgstr ""
|
|
1921 |
"revocation_link}"
|
1922 |
|
1923 |
# @ woocommerce-germanized
|
1924 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1925 |
msgid ""
|
1926 |
"To finish the order you have to accept to our {term_link}Terms and "
|
1927 |
"Conditions{/term_link} and {revocation_link}Right of Recission{/"
|
@@ -1931,17 +1949,17 @@ msgstr ""
|
|
1931 |
"term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
|
1932 |
|
1933 |
# @ woocommerce-germanized
|
1934 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1935 |
msgid "Show digital notice"
|
1936 |
msgstr "Checkbox digitale Produkte"
|
1937 |
|
1938 |
# @ woocommerce-germanized
|
1939 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1940 |
msgid "Show checkbox for digital products."
|
1941 |
msgstr "Checkbox bei digitalen Produkten anzeigen."
|
1942 |
|
1943 |
# @ woocommerce-germanized
|
1944 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1945 |
msgid ""
|
1946 |
"Disable this option if you want your customers to obtain their right of "
|
1947 |
"recission even if digital products are being bought."
|
@@ -1951,12 +1969,12 @@ msgstr ""
|
|
1951 |
"werden, dass im Falle von digitalen Produkten das Widerrufsrecht erlischt."
|
1952 |
|
1953 |
# @ woocommerce-germanized
|
1954 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1955 |
msgid "Digital Product types"
|
1956 |
msgstr "Digitale Produkttypen"
|
1957 |
|
1958 |
# @ woocommerce-germanized
|
1959 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1960 |
msgid ""
|
1961 |
"Select product types for which the loss of recission notice is shown. "
|
1962 |
"Product types like \"simple product\" may be redudant because they include "
|
@@ -1968,12 +1986,12 @@ msgstr ""
|
|
1968 |
"einschließen."
|
1969 |
|
1970 |
# @ woocommerce-germanized
|
1971 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1972 |
msgid "Legal Digital Text"
|
1973 |
msgstr "Hinweis Digital"
|
1974 |
|
1975 |
# @ woocommerce-germanized
|
1976 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1977 |
msgid ""
|
1978 |
"Choose a Plain Text which will be shown right above checkout submit button "
|
1979 |
"if a user has picked a digital product. See legal text option for possible "
|
@@ -1984,7 +2002,7 @@ msgstr ""
|
|
1984 |
"Platzhalter verwenden wie beim Rechtlichen Hinweistext"
|
1985 |
|
1986 |
# @ woocommerce-germanized
|
1987 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1988 |
msgid ""
|
1989 |
"For digital products: I strongly agree that the execution of the agreement "
|
1990 |
"starts before the revocation period has expired. I am aware that my right of "
|
@@ -1995,13 +2013,13 @@ msgstr ""
|
|
1995 |
"bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
|
1996 |
|
1997 |
# @ woocommerce-germanized
|
1998 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1999 |
msgid "Legal Digital Error"
|
2000 |
msgstr "Fehlermeldung Digital"
|
2001 |
|
2002 |
# @ woocommerce-germanized
|
2003 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2004 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2005 |
msgid ""
|
2006 |
"This text will be shown as error message if customer has not checked the "
|
2007 |
"corresponding checkbox. See legal text option for possible placeholders."
|
@@ -2011,8 +2029,8 @@ msgstr ""
|
|
2011 |
"Hinweistext für eine Liste der Platzhalter."
|
2012 |
|
2013 |
# @ woocommerce-germanized
|
2014 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2015 |
-
#: includes/wc-gzd-cart-functions.php:
|
2016 |
msgid ""
|
2017 |
"To retrieve direct access to digital content you have to agree to the loss "
|
2018 |
"of your right of withdrawal."
|
@@ -2021,12 +2039,12 @@ msgstr ""
|
|
2021 |
"Widerrufsrecht verzichten."
|
2022 |
|
2023 |
# @ woocommerce-germanized
|
2024 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2025 |
msgid "Digital Confirmation Notice"
|
2026 |
msgstr "Digitale Bestätigung"
|
2027 |
|
2028 |
# @ woocommerce-germanized
|
2029 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2030 |
msgid ""
|
2031 |
"This text will be appended to your order processing email if the order "
|
2032 |
"contains digital products. Use placeholders {link}{/link} to insert link to "
|
@@ -2037,7 +2055,7 @@ msgstr ""
|
|
2037 |
"Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
|
2038 |
|
2039 |
# @ woocommerce-germanized
|
2040 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2041 |
msgid ""
|
2042 |
"Furthermore you have expressly agreed to start the performance of the "
|
2043 |
"contract for digital items (e.g. downloads) before expiry of the withdrawal "
|
@@ -2051,17 +2069,17 @@ msgstr ""
|
|
2051 |
"verlieren."
|
2052 |
|
2053 |
# @ woocommerce-germanized
|
2054 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2055 |
msgid "Show service notice"
|
2056 |
msgstr "Checkbox Dienstleistungen"
|
2057 |
|
2058 |
# @ woocommerce-germanized
|
2059 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2060 |
msgid "Show checkbox for service products."
|
2061 |
msgstr "Checkbox bei Dienstleistungen anzeigen."
|
2062 |
|
2063 |
# @ woocommerce-germanized
|
2064 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2065 |
msgid ""
|
2066 |
"Disable this option if you want your customers to obtain their right of "
|
2067 |
"recission even if service products are being bought."
|
@@ -2072,12 +2090,12 @@ msgstr ""
|
|
2072 |
"Widerrufsfrist mit der Dienstleistung begonnen wird."
|
2073 |
|
2074 |
# @ woocommerce-germanized
|
2075 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2076 |
msgid "Legal Service Text"
|
2077 |
msgstr "Hinweis Dienstleistungen"
|
2078 |
|
2079 |
# @ woocommerce-germanized
|
2080 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2081 |
msgid ""
|
2082 |
"Choose a Plain Text which will be shown right above checkout submit button "
|
2083 |
"if a user has picked a service product. See legal text option for possible "
|
@@ -2088,8 +2106,8 @@ msgstr ""
|
|
2088 |
"Platzhalter verwenden wie beim Rechtlichen Hinweistext."
|
2089 |
|
2090 |
# @ woocommerce-germanized
|
2091 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2092 |
-
#: includes/wc-gzd-cart-functions.php:
|
2093 |
msgid ""
|
2094 |
"For services: I demand and acknowledge the immediate performance of the "
|
2095 |
"service before the expiration of the withdrawal period. I acknowledge that "
|
@@ -2101,13 +2119,13 @@ msgstr ""
|
|
2101 |
"vollständiger Erfüllung des Vertrages erlischt."
|
2102 |
|
2103 |
# @ woocommerce-germanized
|
2104 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2105 |
msgid "Legal Service Error"
|
2106 |
msgstr "Fehlermeldung"
|
2107 |
|
2108 |
# @ woocommerce-germanized
|
2109 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2110 |
-
#: includes/wc-gzd-cart-functions.php:
|
2111 |
msgid ""
|
2112 |
"To allow the immediate performance of the services you have to agree to the "
|
2113 |
"loss of your right of withdrawal."
|
@@ -2115,12 +2133,12 @@ msgstr ""
|
|
2115 |
"Bitte stimme dem Beginn der Dienstleistung vor Ablauf der Widerrufsfrist zu."
|
2116 |
|
2117 |
# @ woocommerce-germanized
|
2118 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2119 |
msgid "Service Confirmation Notice"
|
2120 |
msgstr "Dienstleistung Bestätigung"
|
2121 |
|
2122 |
# @ woocommerce-germanized
|
2123 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2124 |
msgid ""
|
2125 |
"This text will be appended to your order processing email if the order "
|
2126 |
"contains service products. Use placeholders {link}{/link} to insert link to "
|
@@ -2131,7 +2149,7 @@ msgstr ""
|
|
2131 |
"Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
|
2132 |
|
2133 |
# @ woocommerce-germanized
|
2134 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2135 |
msgid ""
|
2136 |
"Furthermore you have expressly agreed to start the performance of the "
|
2137 |
"contract for services before expiry of the withdrawal period. I have noted "
|
@@ -2145,18 +2163,18 @@ msgstr ""
|
|
2145 |
"erlischt."
|
2146 |
|
2147 |
# @ woocommerce-germanized
|
2148 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2149 |
msgid "Parcel Delivery Checkbox"
|
2150 |
msgstr "Paketdienstleister Checkbox"
|
2151 |
|
2152 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2153 |
msgid ""
|
2154 |
"Show checkbox for data transmission to third party parcel service providers."
|
2155 |
msgstr ""
|
2156 |
"Checkbox zur Erlaubnis der Datenweitergabe an den Paketdienstleister "
|
2157 |
"einfügen."
|
2158 |
|
2159 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2160 |
msgid ""
|
2161 |
"You may optionally choose to show a checkbox which lets the customer accept "
|
2162 |
"data transmission to a third party parcel service provider to receive parcel "
|
@@ -2170,15 +2188,15 @@ msgstr ""
|
|
2170 |
"weitergeleitet werden. "
|
2171 |
|
2172 |
# @ woocommerce-germanized
|
2173 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2174 |
msgid "Checkbox required"
|
2175 |
msgstr "Checkbox verpflichtend"
|
2176 |
|
2177 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2178 |
msgid "Make the parcel delivery checkbox a required field."
|
2179 |
msgstr "Paketdienstleister Checkbox zum Pflichtfeld machen?"
|
2180 |
|
2181 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2182 |
msgid ""
|
2183 |
"For some reason you may want to force your customers to Opt-In to the data "
|
2184 |
"transmission to a third party parcel service provider."
|
@@ -2188,11 +2206,11 @@ msgstr ""
|
|
2188 |
"diese Option aus."
|
2189 |
|
2190 |
# @ woocommerce-germanized
|
2191 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2192 |
msgid "Parcel Delivery Text"
|
2193 |
msgstr "Paketdienstleister Text"
|
2194 |
|
2195 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2196 |
msgid ""
|
2197 |
"Choose a Plain Text which will be shown right next to the corresponding "
|
2198 |
"checkbox to inform the customer about the data being transfered to the third "
|
@@ -2204,8 +2222,8 @@ msgstr ""
|
|
2204 |
"den Paketdienstleister. Verwende den Platzhalter {shipping_method_title} um "
|
2205 |
"den Titel der Versandmethoden einzubetten."
|
2206 |
|
2207 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2208 |
-
#: includes/wc-gzd-cart-functions.php:
|
2209 |
msgid ""
|
2210 |
"Yes, I would like to be reminded via E-mail about parcel delivery "
|
2211 |
"({shipping_method_title}). Your E-mail Address will only be transferred to "
|
@@ -2216,26 +2234,26 @@ msgstr ""
|
|
2216 |
"wird nur für diesen einmaligen Zweck an unseren Paketdienstleister "
|
2217 |
"weitergegeben."
|
2218 |
|
2219 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2220 |
msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
|
2221 |
msgstr ""
|
2222 |
"Wähle Versandmethoden aus für die die Paketdienstleister Checkbox angezeigt "
|
2223 |
"werden soll."
|
2224 |
|
2225 |
# @ woocommerce-germanized
|
2226 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2227 |
msgid "Pay now Button"
|
2228 |
msgstr "Jetzt bezahlen Button"
|
2229 |
|
2230 |
# @ woocommerce-germanized
|
2231 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2232 |
msgid "Add a pay now button to emails and order success page."
|
2233 |
msgstr ""
|
2234 |
"Füge einen jetzt bezahlen - Button zur E-Mail und der Bestätigungs-Seite "
|
2235 |
"hinzu."
|
2236 |
|
2237 |
# @ woocommerce-germanized
|
2238 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2239 |
msgid ""
|
2240 |
"Add a pay now button to order confirmation email and order success page if "
|
2241 |
"the order awaits payment (PayPal etc)."
|
@@ -2245,30 +2263,30 @@ msgstr ""
|
|
2245 |
"benötigt (z.B. per PayPal)."
|
2246 |
|
2247 |
# @ woocommerce-germanized
|
2248 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2249 |
msgid "Order Success Text"
|
2250 |
msgstr "Bestellung eingegangen"
|
2251 |
|
2252 |
# @ woocommerce-germanized
|
2253 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2254 |
msgid "Choose a custom text to display on order success page."
|
2255 |
msgstr ""
|
2256 |
"Hier kannst du einen individuellen kurzen Text eingeben, der nach der "
|
2257 |
"Bestellung ausgegeben wird."
|
2258 |
|
2259 |
# @ woocommerce-germanized
|
2260 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2261 |
msgid "Order Success Data"
|
2262 |
msgstr "Bestellbestätigungs-Daten"
|
2263 |
|
2264 |
# @ woocommerce-germanized
|
2265 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2266 |
msgid "Hide product table and customer data on order success page"
|
2267 |
msgstr ""
|
2268 |
"Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
|
2269 |
|
2270 |
# @ woocommerce-germanized
|
2271 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2272 |
msgid ""
|
2273 |
"Sorry, but the new Virtual VAT rules cannot be applied to small business."
|
2274 |
msgstr ""
|
@@ -3167,7 +3185,7 @@ msgstr ""
|
|
3167 |
#: includes/class-wc-gzd-checkout.php:289
|
3168 |
#: includes/class-wc-gzd-checkout.php:297
|
3169 |
#: includes/class-wc-gzd-checkout.php:322
|
3170 |
-
#: includes/class-wc-gzd-checkout.php:
|
3171 |
#: includes/class-wc-gzd-customer-helper.php:114
|
3172 |
#: includes/class-wc-gzd-customer-helper.php:122
|
3173 |
#: includes/class-wc-gzd-revocation.php:41
|
@@ -3178,7 +3196,8 @@ msgstr "Herr"
|
|
3178 |
#: includes/class-wc-gzd-checkout.php:289
|
3179 |
#: includes/class-wc-gzd-checkout.php:297
|
3180 |
#: includes/class-wc-gzd-checkout.php:323
|
3181 |
-
#: includes/class-wc-gzd-checkout.php:
|
|
|
3182 |
#: includes/class-wc-gzd-customer-helper.php:114
|
3183 |
#: includes/class-wc-gzd-customer-helper.php:122
|
3184 |
#: includes/class-wc-gzd-revocation.php:42
|
@@ -3380,7 +3399,7 @@ msgid "Thanks for creating an account on %s."
|
|
3380 |
msgstr "Danke, dass du ein Konto bei %s erstellt hast."
|
3381 |
|
3382 |
# @ woocommerce-germanized
|
3383 |
-
#: includes/class-wc-gzd-emails.php:
|
3384 |
msgctxt "revocation-form"
|
3385 |
msgid "Forward your Revocation online"
|
3386 |
msgstr "Deinen Widerruf online erklären"
|
@@ -3784,13 +3803,13 @@ msgstr ""
|
|
3784 |
"zur Abgabe der Bewertung."
|
3785 |
|
3786 |
# @ woocommerce-germanized
|
3787 |
-
#: includes/emails/class-wc-gzd-email-customer-ekomi.php:
|
3788 |
msgctxt "ekomi"
|
3789 |
msgid "Please rate your Order"
|
3790 |
msgstr "Bitte bewerte deinen Einkauf"
|
3791 |
|
3792 |
# @ woocommerce-germanized
|
3793 |
-
#: includes/emails/class-wc-gzd-email-customer-ekomi.php:
|
3794 |
msgctxt "ekomi"
|
3795 |
msgid "Please rate your {site_title} order from {order_date}"
|
3796 |
msgstr "Bitte bewerte deinen Einkauf vom {order_date} bei {site_title}"
|
@@ -3834,11 +3853,11 @@ msgstr ""
|
|
3834 |
"wurde."
|
3835 |
|
3836 |
# @ woocommerce-germanized
|
3837 |
-
#: includes/emails/class-wc-gzd-email-customer-paid-for-order.php:
|
3838 |
msgid "Payment received"
|
3839 |
msgstr "Zahlung erhalten"
|
3840 |
|
3841 |
-
#: includes/emails/class-wc-gzd-email-customer-paid-for-order.php:
|
3842 |
msgid "Payment received for order {order_number}"
|
3843 |
msgstr "Zahlung erhalten für Bestellung {order_number}"
|
3844 |
|
@@ -3893,13 +3912,13 @@ msgstr ""
|
|
3893 |
"einer Bewertung bei Trusted Shops zu erinnern."
|
3894 |
|
3895 |
# @ woocommerce-germanized
|
3896 |
-
#: includes/emails/class-wc-gzd-email-customer-trusted-shops.php:
|
3897 |
msgctxt "trusted-shops"
|
3898 |
msgid "Please rate your Order"
|
3899 |
msgstr "Bitte bewerte deine Bestellung"
|
3900 |
|
3901 |
# @ woocommerce-germanized
|
3902 |
-
#: includes/emails/class-wc-gzd-email-customer-trusted-shops.php:
|
3903 |
msgctxt "trusted-shops"
|
3904 |
msgid "Please rate your {site_title} order from {order_date}"
|
3905 |
msgstr "Bitte bewerte deine Bestellung bei {site_title} vom {order_date}"
|
@@ -4394,7 +4413,7 @@ msgstr ""
|
|
4394 |
# @ woocommerce-germanized
|
4395 |
# @ woocommerce
|
4396 |
#: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:50
|
4397 |
-
#: woocommerce-germanized.php:
|
4398 |
msgid "Settings"
|
4399 |
msgstr "Einstellungen"
|
4400 |
|
@@ -5050,7 +5069,7 @@ msgid "Trusted Shops Rich Snippets"
|
|
5050 |
msgstr "Trusted Shops Rich Snippets"
|
5051 |
|
5052 |
# @ woocommerce-germanized
|
5053 |
-
#: includes/wc-gzd-cart-functions.php:
|
5054 |
msgid ""
|
5055 |
"I want immediate access to the digital content and I acknowledge that "
|
5056 |
"thereby I lose my right to cancel once the service has begun."
|
@@ -5318,7 +5337,7 @@ msgid "%s custom reviews"
|
|
5318 |
msgstr "%s Kundenbewertungen"
|
5319 |
|
5320 |
# @ woocommerce-germanized
|
5321 |
-
#: woocommerce-germanized.php:
|
5322 |
msgid "Order Confirmation"
|
5323 |
msgstr "Bestellbestätigung"
|
5324 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized v1.5.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-04 10:45+0200\n"
|
6 |
+
"PO-Revision-Date: 2017-08-04 10:45+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
+
"X-Generator: Poedit 2.0.3\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
17 |
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
92 |
msgstr "l"
|
93 |
|
94 |
# @ woocommerce-germanized
|
95 |
+
#: includes/abstracts/abstract-wc-gzd-product.php:230
|
96 |
+
#: includes/abstracts/abstract-wc-gzd-product.php:239
|
97 |
#: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:72
|
98 |
#: includes/wc-gzd-core-functions.php:129
|
99 |
+
#: includes/wc-gzd-template-functions.php:608 woocommerce-germanized.php:822
|
100 |
msgid "incl. VAT"
|
101 |
msgstr "inkl. MwSt."
|
102 |
|
103 |
# @ woocommerce-germanized
|
104 |
+
#: includes/abstracts/abstract-wc-gzd-product.php:230
|
105 |
msgid "excl. VAT"
|
106 |
msgstr "exkl. MwSt."
|
107 |
|
108 |
# @ woocommerce-germanized
|
109 |
+
#: includes/abstracts/abstract-wc-gzd-product.php:232
|
110 |
#: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:72
|
111 |
+
#: includes/wc-gzd-core-functions.php:129 woocommerce-germanized.php:822
|
112 |
#, php-format
|
113 |
msgid "incl. %s%% VAT"
|
114 |
msgstr "inkl. %s%% MwSt."
|
115 |
|
116 |
# @ woocommerce-germanized
|
117 |
+
#: includes/abstracts/abstract-wc-gzd-product.php:232
|
118 |
#, php-format
|
119 |
msgid "excl. %s%% VAT"
|
120 |
msgstr "exkl. %s%% MwSt."
|
189 |
# @ woocommerce-germanized
|
190 |
#: includes/admin/class-wc-gzd-admin-status.php:43
|
191 |
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:263
|
192 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1240
|
193 |
msgid "Shipping Methods"
|
194 |
msgstr "Versandarten"
|
195 |
|
283 |
# @ woocommerce-germanized
|
284 |
#: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:115
|
285 |
#: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:140
|
286 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:694
|
287 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:847
|
288 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:896
|
289 |
msgid "Product Units"
|
290 |
msgstr "Produkteinheiten"
|
291 |
|
489 |
|
490 |
# @ woocommerce-germanized
|
491 |
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:145
|
492 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:762
|
493 |
msgid "General"
|
494 |
msgstr "Allgemein"
|
495 |
|
1334 |
"Verwende Drag & Drop um die Reihenfolge der Texte in den E-Mails zu "
|
1335 |
"beeinflussen und speichere anschließend deine Änderungen."
|
1336 |
|
1337 |
+
# @ woocommerce-germanized
|
1338 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:682
|
1339 |
+
msgid "Email Display Options"
|
1340 |
+
msgstr "Darstellung"
|
1341 |
+
|
1342 |
+
# @ woocommerce-germanized
|
1343 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:685
|
1344 |
+
msgid "Show within Emails"
|
1345 |
+
msgstr "In E-Mails anzeigen"
|
1346 |
+
|
1347 |
+
# @ woocommerce-germanized
|
1348 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:686
|
1349 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:839
|
1350 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:888
|
1351 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:952
|
1352 |
+
msgid "Base Price"
|
1353 |
+
msgstr "Grundpreis"
|
1354 |
+
|
1355 |
+
# @ woocommerce-germanized
|
1356 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:702
|
1357 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:855
|
1358 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:904
|
1359 |
+
msgid "Delivery Time Notice"
|
1360 |
+
msgstr "Lieferzeiten-Hinweis"
|
1361 |
+
|
1362 |
+
# @ woocommerce-germanized
|
1363 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:710
|
1364 |
+
msgid "Short Description"
|
1365 |
+
msgstr "Warenkorbkurzbeschreibung"
|
1366 |
+
|
1367 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:721
|
1368 |
msgid "Hide Username"
|
1369 |
msgstr "Nutzernamen verstecken"
|
1370 |
|
1371 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:722
|
1372 |
msgid ""
|
1373 |
"Hide username from email content if password or password reset link is "
|
1374 |
"embedded."
|
1375 |
msgstr "Nutzernamen nicht zusammen mit einem Passwort versenden."
|
1376 |
|
1377 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:723
|
1378 |
msgid ""
|
1379 |
"Trusted Shops advises to not show the username together with an account "
|
1380 |
"password or password reset link. This option hides (or masks) the username "
|
1385 |
"Trusted Shops Mitglied bist, solltest du diese Option aktivieren."
|
1386 |
|
1387 |
# @ woocommerce-germanized
|
1388 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:731
|
1389 |
msgid "Email Attachment Options"
|
1390 |
msgstr "PDF Anhang"
|
1391 |
|
1392 |
# @ woocommerce-germanized
|
1393 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:731
|
1394 |
#, php-format
|
1395 |
msgid ""
|
1396 |
"Want to attach automatically generated PDF files to emails instead of plain "
|
1400 |
"%sUpgrade zur %spro%s Version%s"
|
1401 |
|
1402 |
# @ woocommerce-germanized
|
1403 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:754
|
1404 |
msgid "Downloadable Product"
|
1405 |
msgstr "Herunterladbares Produkt"
|
1406 |
|
1407 |
# @ woocommerce-germanized
|
1408 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:755
|
1409 |
msgid "Virtual Product"
|
1410 |
msgstr "Virtuelles Produkt"
|
1411 |
|
1412 |
# @ woocommerce-germanized
|
1413 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:765
|
1414 |
msgid "Add to Cart"
|
1415 |
msgstr "Zum Warenkorb Button"
|
1416 |
|
1417 |
# @ woocommerce-germanized
|
1418 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:766
|
1419 |
msgid "Show add to cart button on listings?"
|
1420 |
msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
|
1421 |
|
1422 |
# @ woocommerce-germanized
|
1423 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:770
|
1424 |
msgid ""
|
1425 |
"unset this option if you don't want to show the add to cart button within "
|
1426 |
"the product listings"
|
1429 |
"von Produktauflistungen darstellen möchten"
|
1430 |
|
1431 |
# @ woocommerce-germanized
|
1432 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:774
|
1433 |
msgid "Link to Details"
|
1434 |
msgstr "Verlinkung zu Produktdetails"
|
1435 |
|
1436 |
# @ woocommerce-germanized
|
1437 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:775
|
1438 |
msgid ""
|
1439 |
"Want to link to product details page instead of add to cart within listings?"
|
1440 |
msgstr "Zum Warenkorb Button mit Button zur Produktdetail-Seite ersetzen?"
|
1441 |
|
1442 |
# @ woocommerce-germanized
|
1443 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:779
|
1444 |
msgid ""
|
1445 |
"Decide whether you like to link to your product's details page instead of "
|
1446 |
"displaying an add to cart button within product listings."
|
1450 |
"diese Option."
|
1451 |
|
1452 |
# @ woocommerce-germanized
|
1453 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:783
|
1454 |
msgid "Product Details Text"
|
1455 |
msgstr "Produktdetails Text"
|
1456 |
|
1457 |
# @ woocommerce-germanized
|
1458 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:785
|
1459 |
msgid "Details"
|
1460 |
msgstr "Details"
|
1461 |
|
1462 |
# @ woocommerce-germanized
|
1463 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:787
|
1464 |
msgid ""
|
1465 |
"If you have chosen to link to product details page instead of add to cart "
|
1466 |
"URL you may want to change the button text."
|
1470 |
"einen Button-Text vergeben."
|
1471 |
|
1472 |
# @ woocommerce-germanized
|
1473 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:792
|
1474 |
msgid "Digital Delivery Time Text"
|
1475 |
msgstr "Lieferzeit Digital"
|
1476 |
|
1477 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:796
|
1478 |
msgid ""
|
1479 |
"Enter a text which will be shown as digital delivery time text (replacement "
|
1480 |
"for default digital time on digital products)."
|
1484 |
"lassen."
|
1485 |
|
1486 |
# @ woocommerce-germanized
|
1487 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:801
|
1488 |
msgid "Notice Footer"
|
1489 |
msgstr "Hinweise im Footer"
|
1490 |
|
1491 |
# @ woocommerce-germanized
|
1492 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:802
|
1493 |
msgid "Show a global VAT notice within footer"
|
1494 |
msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer einfügen."
|
1495 |
|
1496 |
# @ woocommerce-germanized
|
1497 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:810
|
1498 |
msgid "Show a global sale price notice within footer"
|
1499 |
msgstr ""
|
1500 |
"Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer "
|
1501 |
"einfügen."
|
1502 |
|
1503 |
# @ woocommerce-germanized
|
1504 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:819
|
1505 |
msgid "Products"
|
1506 |
msgstr "Produkt"
|
1507 |
|
1508 |
# @ woocommerce-germanized
|
1509 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:822
|
1510 |
msgid "Show within Product Listings"
|
1511 |
msgstr "In Produktlisten"
|
1512 |
|
1513 |
# @ woocommerce-germanized
|
1514 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:823
|
1515 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:872
|
1516 |
msgid "Shipping Costs notice"
|
1517 |
msgstr "Versandkosten-Hinweis"
|
1518 |
|
1519 |
# @ woocommerce-germanized
|
1520 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:831
|
1521 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:880
|
1522 |
msgid "Tax Info"
|
1523 |
msgstr "MwSt. Hinweis"
|
1524 |
|
1525 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:863
|
|
|
|
|
1526 |
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:912
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1527 |
#: includes/class-wc-gzd-post-types.php:93
|
1528 |
#: includes/class-wc-gzd-post-types.php:95
|
1529 |
msgid "Price Labels"
|
1530 |
msgstr "Preishinweise"
|
1531 |
|
1532 |
# @ woocommerce-germanized
|
1533 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:871
|
1534 |
msgid "Show on Product Detail Page"
|
1535 |
msgstr "Auf der Produktseite"
|
1536 |
|
1537 |
# @ woocommerce-germanized
|
1538 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:920
|
1539 |
msgid "Hide Tax Rate"
|
1540 |
msgstr "Steuersatz verstecken"
|
1541 |
|
1542 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:921
|
1543 |
msgid "Hide specific tax rate within shop pages."
|
1544 |
msgstr "Entferne die Anzeige des konkreten Steuersatzes im Shop."
|
1545 |
|
1546 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:925
|
1547 |
msgid ""
|
1548 |
"This option will make sure that within shop pages no specific tax rates are "
|
1549 |
"shown. Instead only incl. tax or excl. tax notice is shown."
|
1553 |
"bzw. exkl. MwSt."
|
1554 |
|
1555 |
# @ woocommerce-germanized
|
1556 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:929
|
1557 |
msgid "Hide Shipping Costs Notice"
|
1558 |
msgstr "Versandkosten ausblenden"
|
1559 |
|
1560 |
# @ woocommerce-germanized
|
1561 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:930
|
1562 |
msgid ""
|
1563 |
"Select product types for which you might want to disable the shipping costs "
|
1564 |
"notice."
|
1567 |
"möchtest."
|
1568 |
|
1569 |
# @ woocommerce-germanized
|
1570 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:940
|
1571 |
msgid "Hide Delivery Time Notice"
|
1572 |
msgstr "Lieferzeiten ausblenden"
|
1573 |
|
1574 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:941
|
1575 |
msgid ""
|
1576 |
"Select product types for which you might want to disable the delivery time "
|
1577 |
"notice."
|
1580 |
"möchtest."
|
1581 |
|
1582 |
# @ woocommerce-germanized
|
1583 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:955
|
1584 |
msgid "Base Price Text"
|
1585 |
msgstr "Grundpreis Text"
|
1586 |
|
1587 |
# @ woocommerce-germanized
|
1588 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:956
|
1589 |
msgid ""
|
1590 |
"This text will be used to display the base price. Use {price} to insert the "
|
1591 |
"price. If you want to specifically format base price output use {base}, "
|
1597 |
"{base_price} für die einzelnen Elemente."
|
1598 |
|
1599 |
# @ woocommerce-germanized
|
1600 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:961
|
1601 |
msgid "{price}"
|
1602 |
msgstr "{price}"
|
1603 |
|
1604 |
# @ woocommerce-germanized
|
1605 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:965
|
1606 |
msgid "Variable Base Price"
|
1607 |
msgstr "Variabler Grundpreis"
|
1608 |
|
1609 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:966
|
1610 |
msgid "Enable price range base prices for variable products."
|
1611 |
msgstr "Aktiviere von-bis-Grundpreise für variable Produkte."
|
1612 |
|
1613 |
# @ woocommerce-germanized
|
1614 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:973
|
1615 |
msgid "Product Units Text"
|
1616 |
msgstr "Produkteinheiten Text"
|
1617 |
|
1618 |
# @ woocommerce-germanized
|
1619 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:974
|
1620 |
msgid ""
|
1621 |
"This text will be used to display the product units. Use {product_units} to "
|
1622 |
"insert the amount of product units. Use {unit} to insert the unit. "
|
1628 |
"Grundpreis."
|
1629 |
|
1630 |
# @ woocommerce-germanized
|
1631 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:979
|
1632 |
msgid "Product contains: {product_units} {unit}"
|
1633 |
msgstr "Produkt enthält: {product_units} {unit}"
|
1634 |
|
1635 |
# @ woocommerce-germanized
|
1636 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:984
|
1637 |
msgid "Checkout & Cart"
|
1638 |
msgstr "Checkout & Warenkorb"
|
1639 |
|
1640 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:987
|
1641 |
msgid "DHL Parcel Shops"
|
1642 |
msgstr "DHL Packstationen"
|
1643 |
|
1644 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:988
|
1645 |
msgid ""
|
1646 |
"Allow customers to choose a DHL parcel shop or packing station as delivery "
|
1647 |
"address."
|
1648 |
msgstr "Versand an DHL Packstation bzw. Paketshops aktivieren."
|
1649 |
|
1650 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:992
|
1651 |
msgid ""
|
1652 |
"This option adds a checkbox to your checkout shipping fields which allows "
|
1653 |
"the customer to optionally choose a DHL packing station or parcel shop for "
|
1657 |
"der Kunde optional die Lieferung an eine Packstation aktivieren. Fall das "
|
1658 |
"der Fall ist, muss eine PostNummer angegeben werden."
|
1659 |
|
1660 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:996
|
1661 |
msgid "Supported Countries"
|
1662 |
msgstr "Unterstützte Länder"
|
1663 |
|
1664 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1000
|
1665 |
msgid "Choose countries which support Parcel Shop delivery."
|
1666 |
msgstr ""
|
1667 |
"Wähle hier die Länder an, in denen du die Lieferung an DHL Packstationen "
|
1668 |
"bzw. Paketshops aktivieren möchtest."
|
1669 |
|
1670 |
# @ woocommerce-germanized
|
1671 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1004
|
1672 |
msgid "Disabled Methods"
|
1673 |
msgstr "Deaktiviert für"
|
1674 |
|
1675 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1010
|
1676 |
msgid ""
|
1677 |
"Optionally choose methods for which DHL Parcel Shop Delivery should be "
|
1678 |
"disabled. Does only work if you have disabled choosing shipping methods "
|
1682 |
"Packstationen deaktiviert werden soll. Funktioniert nur in Verbindung mit "
|
1683 |
"der Option \"Auswahl von Versandarten im Checkout deaktivieren\"."
|
1684 |
|
1685 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1014
|
1686 |
#: includes/class-wc-gzd-dhl-parcel-shops.php:348
|
1687 |
msgid "Parcel Shop Finder"
|
1688 |
msgstr "Paketshop finden"
|
1689 |
|
1690 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1015
|
1691 |
msgid ""
|
1692 |
"Enable DHL Parcel Shop Finder to let customers choose a parcel shop nearby."
|
1693 |
msgstr "Standortsuche nach der nächstgelegenen Packstation aktivieren."
|
1694 |
|
1695 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1019
|
1696 |
#, php-format
|
1697 |
msgid ""
|
1698 |
"You may enable this option to add a <a href=\"%s\" target=\"_blank\">Parcel "
|
1707 |
"Nähe auswählen und die Daten automatisch übernehmen."
|
1708 |
|
1709 |
# @ woocommerce-germanized
|
1710 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1023
|
1711 |
#: includes/admin/views/html-page-status-germanized.php:55
|
1712 |
msgid "Fallback Mode"
|
1713 |
msgstr "Fallback Modus"
|
1714 |
|
1715 |
# @ woocommerce-germanized
|
1716 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1024
|
1717 |
msgid ""
|
1718 |
"Enable to make sure default checkout template is not being overriden by "
|
1719 |
"theme."
|
1721 |
"Überschreiben relevanter Templates im Checkout durch dein Theme verhindern."
|
1722 |
|
1723 |
# @ woocommerce-germanized
|
1724 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1028
|
1725 |
msgid ""
|
1726 |
"If you are facing problems within your checkout e.g. legally relevant data "
|
1727 |
"is not showing (terms, delivery time, unit price etc.) your theme seems to "
|
1735 |
"Checkout (review-order.php und form-checkout.php) zu überschreiben. "
|
1736 |
|
1737 |
# @ woocommerce-germanized
|
1738 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1032
|
1739 |
msgid "Force free shipping"
|
1740 |
msgstr "Versandmethode erzwingen"
|
1741 |
|
1742 |
# @ woocommerce-germanized
|
1743 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1033
|
1744 |
msgid "Force free shipping method if available?"
|
1745 |
msgstr "Kostenlosen Versand erzwingen wenn die Methode zur Verfügung steht?"
|
1746 |
|
1747 |
# @ woocommerce-germanized
|
1748 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1037
|
1749 |
msgid ""
|
1750 |
"By default WooCommerce will let customers choose other shipping methods than "
|
1751 |
"free shipping (if available). This option will force free shipping if "
|
1756 |
"Versand, sobald dieser verfügbar ist."
|
1757 |
|
1758 |
# @ woocommerce-germanized
|
1759 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1041
|
1760 |
msgid "Hide taxes estimated"
|
1761 |
msgstr "Hinweis \"Steuern geschätzt\""
|
1762 |
|
1763 |
# @ woocommerce-germanized
|
1764 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1042
|
1765 |
msgid ""
|
1766 |
"Do you want to hide the \"taxes and shipping estimated\" text from your cart?"
|
1767 |
msgstr "Den Hinweis \"Versandkosten und Steuern werden geschätzt\" entfernen?"
|
1768 |
|
1769 |
# @ woocommerce-germanized
|
1770 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1046
|
1771 |
msgid ""
|
1772 |
"By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
|
1773 |
"cart. This might puzzle your customers and may not meet german law."
|
1777 |
"Markt geeignet."
|
1778 |
|
1779 |
# @ woocommerce-germanized
|
1780 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1050
|
1781 |
msgid "Show Thumbnails"
|
1782 |
msgstr "Thumbnails anzeigen"
|
1783 |
|
1784 |
# @ woocommerce-germanized
|
1785 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1051
|
1786 |
msgid "Show product thumbnails on checkout page?"
|
1787 |
msgstr "Produktbilder im Checkout darstellen?"
|
1788 |
|
1789 |
# @ woocommerce-germanized
|
1790 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1055
|
1791 |
msgid ""
|
1792 |
"Uncheck if you don't want to show your product thumbnails within checkout "
|
1793 |
"table."
|
1796 |
"bekommen möchtest."
|
1797 |
|
1798 |
# @ woocommerce-germanized
|
1799 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1059
|
1800 |
msgid "Hide Shipping Select"
|
1801 |
msgstr "Versandarten Auswahl"
|
1802 |
|
1803 |
# @ woocommerce-germanized
|
1804 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1060
|
1805 |
msgid "Hide shipping rate selection from checkout?"
|
1806 |
msgstr "Die Auswahl von Versandarten im Checkout deaktivieren?"
|
1807 |
|
1808 |
# @ woocommerce-germanized
|
1809 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1064
|
1810 |
msgid ""
|
1811 |
"This option will hide shipping rate selection from checkout. By then "
|
1812 |
"customers will only be able to change their shipping rate on cart page."
|
1816 |
"Versandmethode ändern."
|
1817 |
|
1818 |
# @ woocommerce-germanized
|
1819 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1068
|
1820 |
msgid "Show back to cart button"
|
1821 |
msgstr "Bestellung bearbeiten"
|
1822 |
|
1823 |
# @ woocommerce-germanized
|
1824 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1069
|
1825 |
msgid "Show back to cart button within your checkout table?"
|
1826 |
msgstr ""
|
1827 |
"Einen \"Bestellung bearbeiten\" Button in der Bestellübersicht anzeigen?"
|
1828 |
|
1829 |
# @ woocommerce-germanized
|
1830 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1073
|
1831 |
msgid ""
|
1832 |
"This button may let your customer edit their order before submitting. Some "
|
1833 |
"people state that this button should be hidden to avoid legal problems."
|
1839 |
"keine weitere Informationen abgedruckt werden sollten."
|
1840 |
|
1841 |
# @ woocommerce-germanized
|
1842 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1077
|
1843 |
msgid "Show edit data notice"
|
1844 |
msgstr "Bestellung prüfen Hinweis"
|
1845 |
|
1846 |
# @ woocommerce-germanized
|
1847 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1078
|
1848 |
msgid "Show a \"check-your-entries\" notice to the user?"
|
1849 |
msgstr "Einen \"Bestellung prüfen\" Hinweis anzeigen?"
|
1850 |
|
1851 |
# @ woocommerce-germanized
|
1852 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1082
|
1853 |
msgid "This notice will be added right before the order comments field."
|
1854 |
msgstr ""
|
1855 |
"Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
|
1856 |
|
1857 |
# @ woocommerce-germanized
|
1858 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1086
|
1859 |
msgid "Checkout Table Color"
|
1860 |
msgstr "Hintergrundfarbe der Tabelle"
|
1861 |
|
1862 |
# @ woocommerce-germanized
|
1863 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1088
|
1864 |
msgid ""
|
1865 |
"Choose the color of your checkout product table. This table should be "
|
1866 |
"highlighted within your checkout page."
|
1869 |
"Tabelle sollte sich farblich vom Rest des Inhalts abheben."
|
1870 |
|
1871 |
# @ woocommerce-germanized
|
1872 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1094
|
1873 |
msgid "Checkout Legal Display"
|
1874 |
msgstr "Checkbox oder Text"
|
1875 |
|
1876 |
# @ woocommerce-germanized
|
1877 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1095
|
1878 |
msgid "Use Text without Checkbox"
|
1879 |
msgstr "Rechtshinweis ohne Checkbox."
|
1880 |
|
1881 |
# @ woocommerce-germanized
|
1882 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1097
|
1883 |
msgid ""
|
1884 |
"This version will remove checkboxes from Checkout and display a text "
|
1885 |
"instead. This seems to be legally compliant (Zalando & Co are using this "
|
1890 |
"diese Form)"
|
1891 |
|
1892 |
# @ woocommerce-germanized
|
1893 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1103
|
1894 |
msgid "Legal Text"
|
1895 |
msgstr "Rechtlicher Hinweistext"
|
1896 |
|
1897 |
# @ woocommerce-germanized
|
1898 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1104
|
1899 |
msgid ""
|
1900 |
"Choose a Plain Text which will be shown right above checkout submit button. "
|
1901 |
"Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, "
|
1908 |
"revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
|
1909 |
|
1910 |
# @ woocommerce-germanized
|
1911 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1106
|
1912 |
msgid ""
|
1913 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
1914 |
"and Conditions{/term_link} and your {revocation_link}Right of Recission{/"
|
1919 |
"revocation_link} einverstanden."
|
1920 |
|
1921 |
# @ woocommerce-germanized
|
1922 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1113
|
1923 |
msgid "Legal Text Error"
|
1924 |
msgstr "Fehlermeldung der Checkbox"
|
1925 |
|
1926 |
# @ woocommerce-germanized
|
1927 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1114
|
1928 |
msgid ""
|
1929 |
"If you have chosen to use checkbox validation please choose a error message "
|
1930 |
"which will be shown if the user doesn't check checkbox. Use {term_link}{/"
|
1939 |
"revocation_link}"
|
1940 |
|
1941 |
# @ woocommerce-germanized
|
1942 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1116
|
1943 |
msgid ""
|
1944 |
"To finish the order you have to accept to our {term_link}Terms and "
|
1945 |
"Conditions{/term_link} and {revocation_link}Right of Recission{/"
|
1949 |
"term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
|
1950 |
|
1951 |
# @ woocommerce-germanized
|
1952 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1123
|
1953 |
msgid "Show digital notice"
|
1954 |
msgstr "Checkbox digitale Produkte"
|
1955 |
|
1956 |
# @ woocommerce-germanized
|
1957 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1124
|
1958 |
msgid "Show checkbox for digital products."
|
1959 |
msgstr "Checkbox bei digitalen Produkten anzeigen."
|
1960 |
|
1961 |
# @ woocommerce-germanized
|
1962 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1125
|
1963 |
msgid ""
|
1964 |
"Disable this option if you want your customers to obtain their right of "
|
1965 |
"recission even if digital products are being bought."
|
1969 |
"werden, dass im Falle von digitalen Produkten das Widerrufsrecht erlischt."
|
1970 |
|
1971 |
# @ woocommerce-germanized
|
1972 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1132
|
1973 |
msgid "Digital Product types"
|
1974 |
msgstr "Digitale Produkttypen"
|
1975 |
|
1976 |
# @ woocommerce-germanized
|
1977 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1133
|
1978 |
msgid ""
|
1979 |
"Select product types for which the loss of recission notice is shown. "
|
1980 |
"Product types like \"simple product\" may be redudant because they include "
|
1986 |
"einschließen."
|
1987 |
|
1988 |
# @ woocommerce-germanized
|
1989 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1143
|
1990 |
msgid "Legal Digital Text"
|
1991 |
msgstr "Hinweis Digital"
|
1992 |
|
1993 |
# @ woocommerce-germanized
|
1994 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1144
|
1995 |
msgid ""
|
1996 |
"Choose a Plain Text which will be shown right above checkout submit button "
|
1997 |
"if a user has picked a digital product. See legal text option for possible "
|
2002 |
"Platzhalter verwenden wie beim Rechtlichen Hinweistext"
|
2003 |
|
2004 |
# @ woocommerce-germanized
|
2005 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1146
|
2006 |
msgid ""
|
2007 |
"For digital products: I strongly agree that the execution of the agreement "
|
2008 |
"starts before the revocation period has expired. I am aware that my right of "
|
2013 |
"bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
|
2014 |
|
2015 |
# @ woocommerce-germanized
|
2016 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1153
|
2017 |
msgid "Legal Digital Error"
|
2018 |
msgstr "Fehlermeldung Digital"
|
2019 |
|
2020 |
# @ woocommerce-germanized
|
2021 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1154
|
2022 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1193
|
2023 |
msgid ""
|
2024 |
"This text will be shown as error message if customer has not checked the "
|
2025 |
"corresponding checkbox. See legal text option for possible placeholders."
|
2029 |
"Hinweistext für eine Liste der Platzhalter."
|
2030 |
|
2031 |
# @ woocommerce-germanized
|
2032 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1156
|
2033 |
+
#: includes/wc-gzd-cart-functions.php:380
|
2034 |
msgid ""
|
2035 |
"To retrieve direct access to digital content you have to agree to the loss "
|
2036 |
"of your right of withdrawal."
|
2039 |
"Widerrufsrecht verzichten."
|
2040 |
|
2041 |
# @ woocommerce-germanized
|
2042 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1163
|
2043 |
msgid "Digital Confirmation Notice"
|
2044 |
msgstr "Digitale Bestätigung"
|
2045 |
|
2046 |
# @ woocommerce-germanized
|
2047 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1164
|
2048 |
msgid ""
|
2049 |
"This text will be appended to your order processing email if the order "
|
2050 |
"contains digital products. Use placeholders {link}{/link} to insert link to "
|
2055 |
"Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
|
2056 |
|
2057 |
# @ woocommerce-germanized
|
2058 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1167
|
2059 |
msgid ""
|
2060 |
"Furthermore you have expressly agreed to start the performance of the "
|
2061 |
"contract for digital items (e.g. downloads) before expiry of the withdrawal "
|
2069 |
"verlieren."
|
2070 |
|
2071 |
# @ woocommerce-germanized
|
2072 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1173
|
2073 |
msgid "Show service notice"
|
2074 |
msgstr "Checkbox Dienstleistungen"
|
2075 |
|
2076 |
# @ woocommerce-germanized
|
2077 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1174
|
2078 |
msgid "Show checkbox for service products."
|
2079 |
msgstr "Checkbox bei Dienstleistungen anzeigen."
|
2080 |
|
2081 |
# @ woocommerce-germanized
|
2082 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1175
|
2083 |
msgid ""
|
2084 |
"Disable this option if you want your customers to obtain their right of "
|
2085 |
"recission even if service products are being bought."
|
2090 |
"Widerrufsfrist mit der Dienstleistung begonnen wird."
|
2091 |
|
2092 |
# @ woocommerce-germanized
|
2093 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1182
|
2094 |
msgid "Legal Service Text"
|
2095 |
msgstr "Hinweis Dienstleistungen"
|
2096 |
|
2097 |
# @ woocommerce-germanized
|
2098 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1183
|
2099 |
msgid ""
|
2100 |
"Choose a Plain Text which will be shown right above checkout submit button "
|
2101 |
"if a user has picked a service product. See legal text option for possible "
|
2106 |
"Platzhalter verwenden wie beim Rechtlichen Hinweistext."
|
2107 |
|
2108 |
# @ woocommerce-germanized
|
2109 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1185
|
2110 |
+
#: includes/wc-gzd-cart-functions.php:405
|
2111 |
msgid ""
|
2112 |
"For services: I demand and acknowledge the immediate performance of the "
|
2113 |
"service before the expiration of the withdrawal period. I acknowledge that "
|
2119 |
"vollständiger Erfüllung des Vertrages erlischt."
|
2120 |
|
2121 |
# @ woocommerce-germanized
|
2122 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1192
|
2123 |
msgid "Legal Service Error"
|
2124 |
msgstr "Fehlermeldung"
|
2125 |
|
2126 |
# @ woocommerce-germanized
|
2127 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1195
|
2128 |
+
#: includes/wc-gzd-cart-functions.php:416
|
2129 |
msgid ""
|
2130 |
"To allow the immediate performance of the services you have to agree to the "
|
2131 |
"loss of your right of withdrawal."
|
2133 |
"Bitte stimme dem Beginn der Dienstleistung vor Ablauf der Widerrufsfrist zu."
|
2134 |
|
2135 |
# @ woocommerce-germanized
|
2136 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1202
|
2137 |
msgid "Service Confirmation Notice"
|
2138 |
msgstr "Dienstleistung Bestätigung"
|
2139 |
|
2140 |
# @ woocommerce-germanized
|
2141 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1203
|
2142 |
msgid ""
|
2143 |
"This text will be appended to your order processing email if the order "
|
2144 |
"contains service products. Use placeholders {link}{/link} to insert link to "
|
2149 |
"Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
|
2150 |
|
2151 |
# @ woocommerce-germanized
|
2152 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1206
|
2153 |
msgid ""
|
2154 |
"Furthermore you have expressly agreed to start the performance of the "
|
2155 |
"contract for services before expiry of the withdrawal period. I have noted "
|
2163 |
"erlischt."
|
2164 |
|
2165 |
# @ woocommerce-germanized
|
2166 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1212
|
2167 |
msgid "Parcel Delivery Checkbox"
|
2168 |
msgstr "Paketdienstleister Checkbox"
|
2169 |
|
2170 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1213
|
2171 |
msgid ""
|
2172 |
"Show checkbox for data transmission to third party parcel service providers."
|
2173 |
msgstr ""
|
2174 |
"Checkbox zur Erlaubnis der Datenweitergabe an den Paketdienstleister "
|
2175 |
"einfügen."
|
2176 |
|
2177 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1214
|
2178 |
msgid ""
|
2179 |
"You may optionally choose to show a checkbox which lets the customer accept "
|
2180 |
"data transmission to a third party parcel service provider to receive parcel "
|
2188 |
"weitergeleitet werden. "
|
2189 |
|
2190 |
# @ woocommerce-germanized
|
2191 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1221
|
2192 |
msgid "Checkbox required"
|
2193 |
msgstr "Checkbox verpflichtend"
|
2194 |
|
2195 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1222
|
2196 |
msgid "Make the parcel delivery checkbox a required field."
|
2197 |
msgstr "Paketdienstleister Checkbox zum Pflichtfeld machen?"
|
2198 |
|
2199 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1223
|
2200 |
msgid ""
|
2201 |
"For some reason you may want to force your customers to Opt-In to the data "
|
2202 |
"transmission to a third party parcel service provider."
|
2206 |
"diese Option aus."
|
2207 |
|
2208 |
# @ woocommerce-germanized
|
2209 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1230
|
2210 |
msgid "Parcel Delivery Text"
|
2211 |
msgstr "Paketdienstleister Text"
|
2212 |
|
2213 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1231
|
2214 |
msgid ""
|
2215 |
"Choose a Plain Text which will be shown right next to the corresponding "
|
2216 |
"checkbox to inform the customer about the data being transfered to the third "
|
2222 |
"den Paketdienstleister. Verwende den Platzhalter {shipping_method_title} um "
|
2223 |
"den Titel der Versandmethoden einzubetten."
|
2224 |
|
2225 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1233
|
2226 |
+
#: includes/wc-gzd-cart-functions.php:465
|
2227 |
msgid ""
|
2228 |
"Yes, I would like to be reminded via E-mail about parcel delivery "
|
2229 |
"({shipping_method_title}). Your E-mail Address will only be transferred to "
|
2234 |
"wird nur für diesen einmaligen Zweck an unseren Paketdienstleister "
|
2235 |
"weitergegeben."
|
2236 |
|
2237 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1241
|
2238 |
msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
|
2239 |
msgstr ""
|
2240 |
"Wähle Versandmethoden aus für die die Paketdienstleister Checkbox angezeigt "
|
2241 |
"werden soll."
|
2242 |
|
2243 |
# @ woocommerce-germanized
|
2244 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1251
|
2245 |
msgid "Pay now Button"
|
2246 |
msgstr "Jetzt bezahlen Button"
|
2247 |
|
2248 |
# @ woocommerce-germanized
|
2249 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1252
|
2250 |
msgid "Add a pay now button to emails and order success page."
|
2251 |
msgstr ""
|
2252 |
"Füge einen jetzt bezahlen - Button zur E-Mail und der Bestätigungs-Seite "
|
2253 |
"hinzu."
|
2254 |
|
2255 |
# @ woocommerce-germanized
|
2256 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1253
|
2257 |
msgid ""
|
2258 |
"Add a pay now button to order confirmation email and order success page if "
|
2259 |
"the order awaits payment (PayPal etc)."
|
2263 |
"benötigt (z.B. per PayPal)."
|
2264 |
|
2265 |
# @ woocommerce-germanized
|
2266 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1260
|
2267 |
msgid "Order Success Text"
|
2268 |
msgstr "Bestellung eingegangen"
|
2269 |
|
2270 |
# @ woocommerce-germanized
|
2271 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1261
|
2272 |
msgid "Choose a custom text to display on order success page."
|
2273 |
msgstr ""
|
2274 |
"Hier kannst du einen individuellen kurzen Text eingeben, der nach der "
|
2275 |
"Bestellung ausgegeben wird."
|
2276 |
|
2277 |
# @ woocommerce-germanized
|
2278 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1269
|
2279 |
msgid "Order Success Data"
|
2280 |
msgstr "Bestellbestätigungs-Daten"
|
2281 |
|
2282 |
# @ woocommerce-germanized
|
2283 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1270
|
2284 |
msgid "Hide product table and customer data on order success page"
|
2285 |
msgstr ""
|
2286 |
"Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
|
2287 |
|
2288 |
# @ woocommerce-germanized
|
2289 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1378
|
2290 |
msgid ""
|
2291 |
"Sorry, but the new Virtual VAT rules cannot be applied to small business."
|
2292 |
msgstr ""
|
3185 |
#: includes/class-wc-gzd-checkout.php:289
|
3186 |
#: includes/class-wc-gzd-checkout.php:297
|
3187 |
#: includes/class-wc-gzd-checkout.php:322
|
3188 |
+
#: includes/class-wc-gzd-checkout.php:464
|
3189 |
#: includes/class-wc-gzd-customer-helper.php:114
|
3190 |
#: includes/class-wc-gzd-customer-helper.php:122
|
3191 |
#: includes/class-wc-gzd-revocation.php:41
|
3196 |
#: includes/class-wc-gzd-checkout.php:289
|
3197 |
#: includes/class-wc-gzd-checkout.php:297
|
3198 |
#: includes/class-wc-gzd-checkout.php:323
|
3199 |
+
#: includes/class-wc-gzd-checkout.php:464
|
3200 |
+
#: includes/class-wc-gzd-checkout.php:469
|
3201 |
#: includes/class-wc-gzd-customer-helper.php:114
|
3202 |
#: includes/class-wc-gzd-customer-helper.php:122
|
3203 |
#: includes/class-wc-gzd-revocation.php:42
|
3399 |
msgstr "Danke, dass du ein Konto bei %s erstellt hast."
|
3400 |
|
3401 |
# @ woocommerce-germanized
|
3402 |
+
#: includes/class-wc-gzd-emails.php:531
|
3403 |
msgctxt "revocation-form"
|
3404 |
msgid "Forward your Revocation online"
|
3405 |
msgstr "Deinen Widerruf online erklären"
|
3803 |
"zur Abgabe der Bewertung."
|
3804 |
|
3805 |
# @ woocommerce-germanized
|
3806 |
+
#: includes/emails/class-wc-gzd-email-customer-ekomi.php:30
|
3807 |
msgctxt "ekomi"
|
3808 |
msgid "Please rate your Order"
|
3809 |
msgstr "Bitte bewerte deinen Einkauf"
|
3810 |
|
3811 |
# @ woocommerce-germanized
|
3812 |
+
#: includes/emails/class-wc-gzd-email-customer-ekomi.php:31
|
3813 |
msgctxt "ekomi"
|
3814 |
msgid "Please rate your {site_title} order from {order_date}"
|
3815 |
msgstr "Bitte bewerte deinen Einkauf vom {order_date} bei {site_title}"
|
3853 |
"wurde."
|
3854 |
|
3855 |
# @ woocommerce-germanized
|
3856 |
+
#: includes/emails/class-wc-gzd-email-customer-paid-for-order.php:31
|
3857 |
msgid "Payment received"
|
3858 |
msgstr "Zahlung erhalten"
|
3859 |
|
3860 |
+
#: includes/emails/class-wc-gzd-email-customer-paid-for-order.php:32
|
3861 |
msgid "Payment received for order {order_number}"
|
3862 |
msgstr "Zahlung erhalten für Bestellung {order_number}"
|
3863 |
|
3912 |
"einer Bewertung bei Trusted Shops zu erinnern."
|
3913 |
|
3914 |
# @ woocommerce-germanized
|
3915 |
+
#: includes/emails/class-wc-gzd-email-customer-trusted-shops.php:30
|
3916 |
msgctxt "trusted-shops"
|
3917 |
msgid "Please rate your Order"
|
3918 |
msgstr "Bitte bewerte deine Bestellung"
|
3919 |
|
3920 |
# @ woocommerce-germanized
|
3921 |
+
#: includes/emails/class-wc-gzd-email-customer-trusted-shops.php:31
|
3922 |
msgctxt "trusted-shops"
|
3923 |
msgid "Please rate your {site_title} order from {order_date}"
|
3924 |
msgstr "Bitte bewerte deine Bestellung bei {site_title} vom {order_date}"
|
4413 |
# @ woocommerce-germanized
|
4414 |
# @ woocommerce
|
4415 |
#: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:50
|
4416 |
+
#: woocommerce-germanized.php:576
|
4417 |
msgid "Settings"
|
4418 |
msgstr "Einstellungen"
|
4419 |
|
5069 |
msgstr "Trusted Shops Rich Snippets"
|
5070 |
|
5071 |
# @ woocommerce-germanized
|
5072 |
+
#: includes/wc-gzd-cart-functions.php:369
|
5073 |
msgid ""
|
5074 |
"I want immediate access to the digital content and I acknowledge that "
|
5075 |
"thereby I lose my right to cancel once the service has begun."
|
5337 |
msgstr "%s Kundenbewertungen"
|
5338 |
|
5339 |
# @ woocommerce-germanized
|
5340 |
+
#: woocommerce-germanized.php:731
|
5341 |
msgid "Order Confirmation"
|
5342 |
msgstr "Bestellbestätigung"
|
5343 |
|
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 v1.5.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
-
"X-Generator: Poedit 2.0.
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
17 |
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
@@ -92,29 +92,29 @@ msgid "l"
|
|
92 |
msgstr "l"
|
93 |
|
94 |
# @ woocommerce-germanized
|
95 |
-
#: includes/abstracts/abstract-wc-gzd-product.php:
|
96 |
-
#: includes/abstracts/abstract-wc-gzd-product.php:
|
97 |
#: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:72
|
98 |
#: includes/wc-gzd-core-functions.php:129
|
99 |
-
#: includes/wc-gzd-template-functions.php:608 woocommerce-germanized.php:
|
100 |
msgid "incl. VAT"
|
101 |
msgstr "inkl. MwSt."
|
102 |
|
103 |
# @ woocommerce-germanized
|
104 |
-
#: includes/abstracts/abstract-wc-gzd-product.php:
|
105 |
msgid "excl. VAT"
|
106 |
msgstr "exkl. MwSt."
|
107 |
|
108 |
# @ woocommerce-germanized
|
109 |
-
#: includes/abstracts/abstract-wc-gzd-product.php:
|
110 |
#: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:72
|
111 |
-
#: includes/wc-gzd-core-functions.php:129 woocommerce-germanized.php:
|
112 |
#, php-format
|
113 |
msgid "incl. %s%% VAT"
|
114 |
msgstr "inkl. %s%% MwSt."
|
115 |
|
116 |
# @ woocommerce-germanized
|
117 |
-
#: includes/abstracts/abstract-wc-gzd-product.php:
|
118 |
#, php-format
|
119 |
msgid "excl. %s%% VAT"
|
120 |
msgstr "exkl. %s%% MwSt."
|
@@ -189,7 +189,7 @@ msgstr "Zahlungarten"
|
|
189 |
# @ woocommerce-germanized
|
190 |
#: includes/admin/class-wc-gzd-admin-status.php:43
|
191 |
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:263
|
192 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
193 |
msgid "Shipping Methods"
|
194 |
msgstr "Versandarten"
|
195 |
|
@@ -283,8 +283,9 @@ msgstr "Neuer Preis Hinweis"
|
|
283 |
# @ woocommerce-germanized
|
284 |
#: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:115
|
285 |
#: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:140
|
286 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
287 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
|
|
288 |
msgid "Product Units"
|
289 |
msgstr "Produkteinheiten"
|
290 |
|
@@ -488,7 +489,7 @@ msgstr "Keine"
|
|
488 |
|
489 |
# @ woocommerce-germanized
|
490 |
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:145
|
491 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
492 |
msgid "General"
|
493 |
msgstr "Allgemein"
|
494 |
|
@@ -1333,17 +1334,47 @@ msgstr ""
|
|
1333 |
"Verwende Drag & Drop um die Reihenfolge der Texte in den E-Mails zu "
|
1334 |
"beeinflussen und speichere anschließend deine Änderungen."
|
1335 |
|
1336 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1337 |
msgid "Hide Username"
|
1338 |
msgstr "Nutzernamen verstecken"
|
1339 |
|
1340 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1341 |
msgid ""
|
1342 |
"Hide username from email content if password or password reset link is "
|
1343 |
"embedded."
|
1344 |
msgstr "Nutzernamen nicht zusammen mit einem Passwort versenden."
|
1345 |
|
1346 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1347 |
msgid ""
|
1348 |
"Trusted Shops advises to not show the username together with an account "
|
1349 |
"password or password reset link. This option hides (or masks) the username "
|
@@ -1354,12 +1385,12 @@ msgstr ""
|
|
1354 |
"Trusted Shops Mitglied bist, solltest du diese Option aktivieren."
|
1355 |
|
1356 |
# @ woocommerce-germanized
|
1357 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1358 |
msgid "Email Attachment Options"
|
1359 |
msgstr "PDF Anhang"
|
1360 |
|
1361 |
# @ woocommerce-germanized
|
1362 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1363 |
#, php-format
|
1364 |
msgid ""
|
1365 |
"Want to attach automatically generated PDF files to emails instead of plain "
|
@@ -1369,27 +1400,27 @@ msgstr ""
|
|
1369 |
"%sUpgrade zur %spro%s Version%s"
|
1370 |
|
1371 |
# @ woocommerce-germanized
|
1372 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1373 |
msgid "Downloadable Product"
|
1374 |
msgstr "Herunterladbares Produkt"
|
1375 |
|
1376 |
# @ woocommerce-germanized
|
1377 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1378 |
msgid "Virtual Product"
|
1379 |
msgstr "Virtuelles Produkt"
|
1380 |
|
1381 |
# @ woocommerce-germanized
|
1382 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1383 |
msgid "Add to Cart"
|
1384 |
msgstr "Zum Warenkorb Button"
|
1385 |
|
1386 |
# @ woocommerce-germanized
|
1387 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1388 |
msgid "Show add to cart button on listings?"
|
1389 |
msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
|
1390 |
|
1391 |
# @ woocommerce-germanized
|
1392 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1393 |
msgid ""
|
1394 |
"unset this option if you don't want to show the add to cart button within "
|
1395 |
"the product listings"
|
@@ -1398,18 +1429,18 @@ msgstr ""
|
|
1398 |
"von Produktauflistungen darstellen möchten"
|
1399 |
|
1400 |
# @ woocommerce-germanized
|
1401 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1402 |
msgid "Link to Details"
|
1403 |
msgstr "Verlinkung zu Produktdetails"
|
1404 |
|
1405 |
# @ woocommerce-germanized
|
1406 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1407 |
msgid ""
|
1408 |
"Want to link to product details page instead of add to cart within listings?"
|
1409 |
msgstr "Zum Warenkorb Button mit Button zur Produktdetail-Seite ersetzen?"
|
1410 |
|
1411 |
# @ woocommerce-germanized
|
1412 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1413 |
msgid ""
|
1414 |
"Decide whether you like to link to your product's details page instead of "
|
1415 |
"displaying an add to cart button within product listings."
|
@@ -1419,17 +1450,17 @@ msgstr ""
|
|
1419 |
"diese Option."
|
1420 |
|
1421 |
# @ woocommerce-germanized
|
1422 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1423 |
msgid "Product Details Text"
|
1424 |
msgstr "Produktdetails Text"
|
1425 |
|
1426 |
# @ woocommerce-germanized
|
1427 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1428 |
msgid "Details"
|
1429 |
msgstr "Details"
|
1430 |
|
1431 |
# @ woocommerce-germanized
|
1432 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1433 |
msgid ""
|
1434 |
"If you have chosen to link to product details page instead of add to cart "
|
1435 |
"URL you may want to change the button text."
|
@@ -1439,11 +1470,11 @@ msgstr ""
|
|
1439 |
"einen Button-Text vergeben."
|
1440 |
|
1441 |
# @ woocommerce-germanized
|
1442 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1443 |
msgid "Digital Delivery Time Text"
|
1444 |
msgstr "Lieferzeit Digital"
|
1445 |
|
1446 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1447 |
msgid ""
|
1448 |
"Enter a text which will be shown as digital delivery time text (replacement "
|
1449 |
"for default digital time on digital products)."
|
@@ -1453,79 +1484,66 @@ msgstr ""
|
|
1453 |
"lassen."
|
1454 |
|
1455 |
# @ woocommerce-germanized
|
1456 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1457 |
msgid "Notice Footer"
|
1458 |
msgstr "Hinweise im Footer"
|
1459 |
|
1460 |
# @ woocommerce-germanized
|
1461 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1462 |
msgid "Show a global VAT notice within footer"
|
1463 |
msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer einfügen."
|
1464 |
|
1465 |
# @ woocommerce-germanized
|
1466 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1467 |
msgid "Show a global sale price notice within footer"
|
1468 |
msgstr ""
|
1469 |
"Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer "
|
1470 |
"einfügen."
|
1471 |
|
1472 |
# @ woocommerce-germanized
|
1473 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1474 |
msgid "Products"
|
1475 |
msgstr "Produkt"
|
1476 |
|
1477 |
# @ woocommerce-germanized
|
1478 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1479 |
msgid "Show within Product Listings"
|
1480 |
msgstr "In Produktlisten"
|
1481 |
|
1482 |
# @ woocommerce-germanized
|
1483 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1484 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1485 |
msgid "Shipping Costs notice"
|
1486 |
msgstr "Versandkosten-Hinweis"
|
1487 |
|
1488 |
# @ woocommerce-germanized
|
1489 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1490 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1491 |
msgid "Tax Info"
|
1492 |
msgstr "MwSt. Hinweis"
|
1493 |
|
1494 |
-
|
1495 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:799
|
1496 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:848
|
1497 |
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:912
|
1498 |
-
msgid "Base Price"
|
1499 |
-
msgstr "Grundpreis"
|
1500 |
-
|
1501 |
-
# @ woocommerce-germanized
|
1502 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:815
|
1503 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:864
|
1504 |
-
msgid "Delivery Time Notice"
|
1505 |
-
msgstr "Lieferzeiten-Hinweis"
|
1506 |
-
|
1507 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:823
|
1508 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:872
|
1509 |
#: includes/class-wc-gzd-post-types.php:93
|
1510 |
#: includes/class-wc-gzd-post-types.php:95
|
1511 |
msgid "Price Labels"
|
1512 |
msgstr "Preishinweise"
|
1513 |
|
1514 |
# @ woocommerce-germanized
|
1515 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1516 |
msgid "Show on Product Detail Page"
|
1517 |
msgstr "Auf der Produktseite"
|
1518 |
|
1519 |
# @ woocommerce-germanized
|
1520 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1521 |
msgid "Hide Tax Rate"
|
1522 |
msgstr "Steuersatz verstecken"
|
1523 |
|
1524 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1525 |
msgid "Hide specific tax rate within shop pages."
|
1526 |
msgstr "Entferne die Anzeige des konkreten Steuersatzes für Produkte im Shop."
|
1527 |
|
1528 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1529 |
msgid ""
|
1530 |
"This option will make sure that within shop pages no specific tax rates are "
|
1531 |
"shown. Instead only incl. tax or excl. tax notice is shown."
|
@@ -1535,12 +1553,12 @@ msgstr ""
|
|
1535 |
"bzw. exkl. MwSt."
|
1536 |
|
1537 |
# @ woocommerce-germanized
|
1538 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1539 |
msgid "Hide Shipping Costs Notice"
|
1540 |
msgstr "Versandkosten ausblenden"
|
1541 |
|
1542 |
# @ woocommerce-germanized
|
1543 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1544 |
msgid ""
|
1545 |
"Select product types for which you might want to disable the shipping costs "
|
1546 |
"notice."
|
@@ -1549,11 +1567,11 @@ msgstr ""
|
|
1549 |
"möchtest."
|
1550 |
|
1551 |
# @ woocommerce-germanized
|
1552 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1553 |
msgid "Hide Delivery Time Notice"
|
1554 |
msgstr "Lieferzeiten ausblenden"
|
1555 |
|
1556 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1557 |
msgid ""
|
1558 |
"Select product types for which you might want to disable the delivery time "
|
1559 |
"notice."
|
@@ -1562,12 +1580,12 @@ msgstr ""
|
|
1562 |
"möchtest."
|
1563 |
|
1564 |
# @ woocommerce-germanized
|
1565 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1566 |
msgid "Base Price Text"
|
1567 |
msgstr "Grundpreis Text"
|
1568 |
|
1569 |
# @ woocommerce-germanized
|
1570 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1571 |
msgid ""
|
1572 |
"This text will be used to display the base price. Use {price} to insert the "
|
1573 |
"price. If you want to specifically format base price output use {base}, "
|
@@ -1579,26 +1597,26 @@ msgstr ""
|
|
1579 |
"{base_price} für die einzelnen Elemente."
|
1580 |
|
1581 |
# @ woocommerce-germanized
|
1582 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1583 |
msgid "{price}"
|
1584 |
msgstr "{price}"
|
1585 |
|
1586 |
# @ woocommerce-germanized
|
1587 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1588 |
msgid "Variable Base Price"
|
1589 |
msgstr "Variabler Grundpreis"
|
1590 |
|
1591 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1592 |
msgid "Enable price range base prices for variable products."
|
1593 |
msgstr "Aktiviere von-bis-Grundpreise für variable Produkte."
|
1594 |
|
1595 |
# @ woocommerce-germanized
|
1596 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1597 |
msgid "Product Units Text"
|
1598 |
msgstr "Produkteinheiten Text"
|
1599 |
|
1600 |
# @ woocommerce-germanized
|
1601 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1602 |
msgid ""
|
1603 |
"This text will be used to display the product units. Use {product_units} to "
|
1604 |
"insert the amount of product units. Use {unit} to insert the unit. "
|
@@ -1610,26 +1628,26 @@ msgstr ""
|
|
1610 |
"Grundpreis."
|
1611 |
|
1612 |
# @ woocommerce-germanized
|
1613 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1614 |
msgid "Product contains: {product_units} {unit}"
|
1615 |
msgstr "Produkt enthält: {product_units} {unit}"
|
1616 |
|
1617 |
# @ woocommerce-germanized
|
1618 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1619 |
msgid "Checkout & Cart"
|
1620 |
msgstr "Checkout & Warenkorb"
|
1621 |
|
1622 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1623 |
msgid "DHL Parcel Shops"
|
1624 |
msgstr "DHL Packstationen"
|
1625 |
|
1626 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1627 |
msgid ""
|
1628 |
"Allow customers to choose a DHL parcel shop or packing station as delivery "
|
1629 |
"address."
|
1630 |
msgstr "Versand an DHL Packstation bzw. Paketshops aktivieren."
|
1631 |
|
1632 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1633 |
msgid ""
|
1634 |
"This option adds a checkbox to your checkout shipping fields which allows "
|
1635 |
"the customer to optionally choose a DHL packing station or parcel shop for "
|
@@ -1639,22 +1657,22 @@ msgstr ""
|
|
1639 |
"der Kunde optional die Lieferung an eine Packstation aktivieren. Fall das "
|
1640 |
"der Fall ist, muss eine PostNummer angegeben werden."
|
1641 |
|
1642 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1643 |
msgid "Supported Countries"
|
1644 |
msgstr "Unterstützte Länder"
|
1645 |
|
1646 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1647 |
msgid "Choose countries which support Parcel Shop delivery."
|
1648 |
msgstr ""
|
1649 |
"Wähle hier die Länder an, in denen du die Lieferung an DHL Packstationen "
|
1650 |
"bzw. Paketshops aktivieren möchtest."
|
1651 |
|
1652 |
# @ woocommerce-germanized
|
1653 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1654 |
msgid "Disabled Methods"
|
1655 |
msgstr "Deaktiviert für"
|
1656 |
|
1657 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1658 |
msgid ""
|
1659 |
"Optionally choose methods for which DHL Parcel Shop Delivery should be "
|
1660 |
"disabled. Does only work if you have disabled choosing shipping methods "
|
@@ -1664,17 +1682,17 @@ msgstr ""
|
|
1664 |
"Packstationen deaktiviert werden soll. Funktioniert nur in Verbindung mit "
|
1665 |
"der Option \"Auswahl von Versandarten im Checkout deaktivieren\"."
|
1666 |
|
1667 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1668 |
#: includes/class-wc-gzd-dhl-parcel-shops.php:348
|
1669 |
msgid "Parcel Shop Finder"
|
1670 |
msgstr "Paketshop finden"
|
1671 |
|
1672 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1673 |
msgid ""
|
1674 |
"Enable DHL Parcel Shop Finder to let customers choose a parcel shop nearby."
|
1675 |
msgstr "Standortsuche nach der nächstgelegenen Packstation aktivieren."
|
1676 |
|
1677 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1678 |
#, php-format
|
1679 |
msgid ""
|
1680 |
"You may enable this option to add a <a href=\"%s\" target=\"_blank\">Parcel "
|
@@ -1689,13 +1707,13 @@ msgstr ""
|
|
1689 |
"Nähe auswählen und die Daten automatisch übernehmen."
|
1690 |
|
1691 |
# @ woocommerce-germanized
|
1692 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1693 |
#: includes/admin/views/html-page-status-germanized.php:55
|
1694 |
msgid "Fallback Mode"
|
1695 |
msgstr "Fallback Modus"
|
1696 |
|
1697 |
# @ woocommerce-germanized
|
1698 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1699 |
msgid ""
|
1700 |
"Enable to make sure default checkout template is not being overriden by "
|
1701 |
"theme."
|
@@ -1703,7 +1721,7 @@ msgstr ""
|
|
1703 |
"Überschreiben relevanter Templates im Checkout durch dein Theme verhindern."
|
1704 |
|
1705 |
# @ woocommerce-germanized
|
1706 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1707 |
msgid ""
|
1708 |
"If you are facing problems within your checkout e.g. legally relevant data "
|
1709 |
"is not showing (terms, delivery time, unit price etc.) your theme seems to "
|
@@ -1717,17 +1735,17 @@ msgstr ""
|
|
1717 |
"Checkout (review-order.php und form-checkout.php) zu überschreiben. "
|
1718 |
|
1719 |
# @ woocommerce-germanized
|
1720 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1721 |
msgid "Force free shipping"
|
1722 |
msgstr "Versandmethode erzwingen"
|
1723 |
|
1724 |
# @ woocommerce-germanized
|
1725 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1726 |
msgid "Force free shipping method if available?"
|
1727 |
msgstr "Kostenlosen Versand erzwingen wenn die Methode zur Verfügung steht?"
|
1728 |
|
1729 |
# @ woocommerce-germanized
|
1730 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1731 |
msgid ""
|
1732 |
"By default WooCommerce will let customers choose other shipping methods than "
|
1733 |
"free shipping (if available). This option will force free shipping if "
|
@@ -1738,18 +1756,18 @@ msgstr ""
|
|
1738 |
"Versand, sobald dieser verfügbar ist."
|
1739 |
|
1740 |
# @ woocommerce-germanized
|
1741 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1742 |
msgid "Hide taxes estimated"
|
1743 |
msgstr "Hinweis \"Steuern geschätzt\""
|
1744 |
|
1745 |
# @ woocommerce-germanized
|
1746 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1747 |
msgid ""
|
1748 |
"Do you want to hide the \"taxes and shipping estimated\" text from your cart?"
|
1749 |
msgstr "Den Hinweis \"Versandkosten und Steuern werden geschätzt\" entfernen?"
|
1750 |
|
1751 |
# @ woocommerce-germanized
|
1752 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1753 |
msgid ""
|
1754 |
"By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
|
1755 |
"cart. This might puzzle your customers and may not meet german law."
|
@@ -1759,17 +1777,17 @@ msgstr ""
|
|
1759 |
"Markt geeignet."
|
1760 |
|
1761 |
# @ woocommerce-germanized
|
1762 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1763 |
msgid "Show Thumbnails"
|
1764 |
msgstr "Thumbnails anzeigen"
|
1765 |
|
1766 |
# @ woocommerce-germanized
|
1767 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1768 |
msgid "Show product thumbnails on checkout page?"
|
1769 |
msgstr "Produktbilder im Checkout darstellen?"
|
1770 |
|
1771 |
# @ woocommerce-germanized
|
1772 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1773 |
msgid ""
|
1774 |
"Uncheck if you don't want to show your product thumbnails within checkout "
|
1775 |
"table."
|
@@ -1778,17 +1796,17 @@ msgstr ""
|
|
1778 |
"bekommen möchtest."
|
1779 |
|
1780 |
# @ woocommerce-germanized
|
1781 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1782 |
msgid "Hide Shipping Select"
|
1783 |
msgstr "Versandarten Auswahl"
|
1784 |
|
1785 |
# @ woocommerce-germanized
|
1786 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1787 |
msgid "Hide shipping rate selection from checkout?"
|
1788 |
msgstr "Die Auswahl von Versandarten im Checkout deaktivieren?"
|
1789 |
|
1790 |
# @ woocommerce-germanized
|
1791 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1792 |
msgid ""
|
1793 |
"This option will hide shipping rate selection from checkout. By then "
|
1794 |
"customers will only be able to change their shipping rate on cart page."
|
@@ -1798,18 +1816,18 @@ msgstr ""
|
|
1798 |
"Versandmethode ändern."
|
1799 |
|
1800 |
# @ woocommerce-germanized
|
1801 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1802 |
msgid "Show back to cart button"
|
1803 |
msgstr "Bestellung bearbeiten"
|
1804 |
|
1805 |
# @ woocommerce-germanized
|
1806 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1807 |
msgid "Show back to cart button within your checkout table?"
|
1808 |
msgstr ""
|
1809 |
"Einen \"Bestellung bearbeiten\" Button in der Bestellübersicht anzeigen?"
|
1810 |
|
1811 |
# @ woocommerce-germanized
|
1812 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1813 |
msgid ""
|
1814 |
"This button may let your customer edit their order before submitting. Some "
|
1815 |
"people state that this button should be hidden to avoid legal problems."
|
@@ -1821,28 +1839,28 @@ msgstr ""
|
|
1821 |
"keine weitere Informationen abgedruckt werden sollten."
|
1822 |
|
1823 |
# @ woocommerce-germanized
|
1824 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1825 |
msgid "Show edit data notice"
|
1826 |
msgstr "Bestellung prüfen Hinweis"
|
1827 |
|
1828 |
# @ woocommerce-germanized
|
1829 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1830 |
msgid "Show a \"check-your-entries\" notice to the user?"
|
1831 |
msgstr "Einen \"Bestellung prüfen\" Hinweis anzeigen?"
|
1832 |
|
1833 |
# @ woocommerce-germanized
|
1834 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1835 |
msgid "This notice will be added right before the order comments field."
|
1836 |
msgstr ""
|
1837 |
"Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
|
1838 |
|
1839 |
# @ woocommerce-germanized
|
1840 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1841 |
msgid "Checkout Table Color"
|
1842 |
msgstr "Hintergrundfarbe der Tabelle"
|
1843 |
|
1844 |
# @ woocommerce-germanized
|
1845 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1846 |
msgid ""
|
1847 |
"Choose the color of your checkout product table. This table should be "
|
1848 |
"highlighted within your checkout page."
|
@@ -1851,17 +1869,17 @@ msgstr ""
|
|
1851 |
"Tabelle sollte sich farblich vom Rest des Inhalts abheben."
|
1852 |
|
1853 |
# @ woocommerce-germanized
|
1854 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1855 |
msgid "Checkout Legal Display"
|
1856 |
msgstr "Checkbox oder Text"
|
1857 |
|
1858 |
# @ woocommerce-germanized
|
1859 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1860 |
msgid "Use Text without Checkbox"
|
1861 |
msgstr "Rechtshinweis ohne Checkbox."
|
1862 |
|
1863 |
# @ woocommerce-germanized
|
1864 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1865 |
msgid ""
|
1866 |
"This version will remove checkboxes from Checkout and display a text "
|
1867 |
"instead. This seems to be legally compliant (Zalando & Co are using this "
|
@@ -1872,12 +1890,12 @@ msgstr ""
|
|
1872 |
"diese Form)"
|
1873 |
|
1874 |
# @ woocommerce-germanized
|
1875 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1876 |
msgid "Legal Text"
|
1877 |
msgstr "Rechtlicher Hinweistext"
|
1878 |
|
1879 |
# @ woocommerce-germanized
|
1880 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1881 |
msgid ""
|
1882 |
"Choose a Plain Text which will be shown right above checkout submit button. "
|
1883 |
"Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, "
|
@@ -1890,7 +1908,7 @@ msgstr ""
|
|
1890 |
"revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
|
1891 |
|
1892 |
# @ woocommerce-germanized
|
1893 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1894 |
msgid ""
|
1895 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
1896 |
"and Conditions{/term_link} and your {revocation_link}Right of Recission{/"
|
@@ -1901,12 +1919,12 @@ msgstr ""
|
|
1901 |
"revocation_link} einverstanden."
|
1902 |
|
1903 |
# @ woocommerce-germanized
|
1904 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1905 |
msgid "Legal Text Error"
|
1906 |
msgstr "Fehlermeldung der Checkbox"
|
1907 |
|
1908 |
# @ woocommerce-germanized
|
1909 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1910 |
msgid ""
|
1911 |
"If you have chosen to use checkbox validation please choose a error message "
|
1912 |
"which will be shown if the user doesn't check checkbox. Use {term_link}{/"
|
@@ -1921,7 +1939,7 @@ msgstr ""
|
|
1921 |
"revocation_link}"
|
1922 |
|
1923 |
# @ woocommerce-germanized
|
1924 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1925 |
msgid ""
|
1926 |
"To finish the order you have to accept to our {term_link}Terms and "
|
1927 |
"Conditions{/term_link} and {revocation_link}Right of Recission{/"
|
@@ -1931,17 +1949,17 @@ msgstr ""
|
|
1931 |
"term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
|
1932 |
|
1933 |
# @ woocommerce-germanized
|
1934 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1935 |
msgid "Show digital notice"
|
1936 |
msgstr "Checkbox digitale Produkte"
|
1937 |
|
1938 |
# @ woocommerce-germanized
|
1939 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1940 |
msgid "Show checkbox for digital products."
|
1941 |
msgstr "Checkbox bei digitalen Produkten anzeigen."
|
1942 |
|
1943 |
# @ woocommerce-germanized
|
1944 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1945 |
msgid ""
|
1946 |
"Disable this option if you want your customers to obtain their right of "
|
1947 |
"recission even if digital products are being bought."
|
@@ -1951,12 +1969,12 @@ msgstr ""
|
|
1951 |
"werden, dass im Falle von digitalen Produkten das Widerrufsrecht erlischt."
|
1952 |
|
1953 |
# @ woocommerce-germanized
|
1954 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1955 |
msgid "Digital Product types"
|
1956 |
msgstr "Digitale Produkttypen"
|
1957 |
|
1958 |
# @ woocommerce-germanized
|
1959 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1960 |
msgid ""
|
1961 |
"Select product types for which the loss of recission notice is shown. "
|
1962 |
"Product types like \"simple product\" may be redudant because they include "
|
@@ -1968,12 +1986,12 @@ msgstr ""
|
|
1968 |
"einschließen."
|
1969 |
|
1970 |
# @ woocommerce-germanized
|
1971 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1972 |
msgid "Legal Digital Text"
|
1973 |
msgstr "Hinweis Digital"
|
1974 |
|
1975 |
# @ woocommerce-germanized
|
1976 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1977 |
msgid ""
|
1978 |
"Choose a Plain Text which will be shown right above checkout submit button "
|
1979 |
"if a user has picked a digital product. See legal text option for possible "
|
@@ -1984,7 +2002,7 @@ msgstr ""
|
|
1984 |
"Platzhalter verwenden wie beim Rechtlichen Hinweistext"
|
1985 |
|
1986 |
# @ woocommerce-germanized
|
1987 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1988 |
msgid ""
|
1989 |
"For digital products: I strongly agree that the execution of the agreement "
|
1990 |
"starts before the revocation period has expired. I am aware that my right of "
|
@@ -1995,13 +2013,13 @@ msgstr ""
|
|
1995 |
"bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
|
1996 |
|
1997 |
# @ woocommerce-germanized
|
1998 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1999 |
msgid "Legal Digital Error"
|
2000 |
msgstr "Fehlermeldung Digital"
|
2001 |
|
2002 |
# @ woocommerce-germanized
|
2003 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2004 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2005 |
msgid ""
|
2006 |
"This text will be shown as error message if customer has not checked the "
|
2007 |
"corresponding checkbox. See legal text option for possible placeholders."
|
@@ -2011,8 +2029,8 @@ msgstr ""
|
|
2011 |
"Hinweistext für eine Liste der Platzhalter."
|
2012 |
|
2013 |
# @ woocommerce-germanized
|
2014 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2015 |
-
#: includes/wc-gzd-cart-functions.php:
|
2016 |
msgid ""
|
2017 |
"To retrieve direct access to digital content you have to agree to the loss "
|
2018 |
"of your right of withdrawal."
|
@@ -2021,12 +2039,12 @@ msgstr ""
|
|
2021 |
"Widerrufsrecht verzichten."
|
2022 |
|
2023 |
# @ woocommerce-germanized
|
2024 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2025 |
msgid "Digital Confirmation Notice"
|
2026 |
msgstr "Digitale Bestätigung"
|
2027 |
|
2028 |
# @ woocommerce-germanized
|
2029 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2030 |
msgid ""
|
2031 |
"This text will be appended to your order processing email if the order "
|
2032 |
"contains digital products. Use placeholders {link}{/link} to insert link to "
|
@@ -2037,7 +2055,7 @@ msgstr ""
|
|
2037 |
"Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
|
2038 |
|
2039 |
# @ woocommerce-germanized
|
2040 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2041 |
msgid ""
|
2042 |
"Furthermore you have expressly agreed to start the performance of the "
|
2043 |
"contract for digital items (e.g. downloads) before expiry of the withdrawal "
|
@@ -2051,17 +2069,17 @@ msgstr ""
|
|
2051 |
"verlieren."
|
2052 |
|
2053 |
# @ woocommerce-germanized
|
2054 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2055 |
msgid "Show service notice"
|
2056 |
msgstr "Checkbox Dienstleistungen"
|
2057 |
|
2058 |
# @ woocommerce-germanized
|
2059 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2060 |
msgid "Show checkbox for service products."
|
2061 |
msgstr "Checkbox bei Dienstleistungen anzeigen."
|
2062 |
|
2063 |
# @ woocommerce-germanized
|
2064 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2065 |
msgid ""
|
2066 |
"Disable this option if you want your customers to obtain their right of "
|
2067 |
"recission even if service products are being bought."
|
@@ -2072,12 +2090,12 @@ msgstr ""
|
|
2072 |
"Widerrufsfrist mit der Dienstleistung begonnen wird."
|
2073 |
|
2074 |
# @ woocommerce-germanized
|
2075 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2076 |
msgid "Legal Service Text"
|
2077 |
msgstr "Hinweis Dienstleistungen"
|
2078 |
|
2079 |
# @ woocommerce-germanized
|
2080 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2081 |
msgid ""
|
2082 |
"Choose a Plain Text which will be shown right above checkout submit button "
|
2083 |
"if a user has picked a service product. See legal text option for possible "
|
@@ -2088,8 +2106,8 @@ msgstr ""
|
|
2088 |
"Platzhalter verwenden wie beim Rechtlichen Hinweistext."
|
2089 |
|
2090 |
# @ woocommerce-germanized
|
2091 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2092 |
-
#: includes/wc-gzd-cart-functions.php:
|
2093 |
msgid ""
|
2094 |
"For services: I demand and acknowledge the immediate performance of the "
|
2095 |
"service before the expiration of the withdrawal period. I acknowledge that "
|
@@ -2101,13 +2119,13 @@ msgstr ""
|
|
2101 |
"vollständiger Erfüllung des Vertrages erlischt."
|
2102 |
|
2103 |
# @ woocommerce-germanized
|
2104 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2105 |
msgid "Legal Service Error"
|
2106 |
msgstr "Fehlermeldung"
|
2107 |
|
2108 |
# @ woocommerce-germanized
|
2109 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2110 |
-
#: includes/wc-gzd-cart-functions.php:
|
2111 |
msgid ""
|
2112 |
"To allow the immediate performance of the services you have to agree to the "
|
2113 |
"loss of your right of withdrawal."
|
@@ -2116,12 +2134,12 @@ msgstr ""
|
|
2116 |
"Widerrufsfrist zu."
|
2117 |
|
2118 |
# @ woocommerce-germanized
|
2119 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2120 |
msgid "Service Confirmation Notice"
|
2121 |
msgstr "Dienstleistung Bestätigung"
|
2122 |
|
2123 |
# @ woocommerce-germanized
|
2124 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2125 |
msgid ""
|
2126 |
"This text will be appended to your order processing email if the order "
|
2127 |
"contains service products. Use placeholders {link}{/link} to insert link to "
|
@@ -2132,7 +2150,7 @@ msgstr ""
|
|
2132 |
"Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
|
2133 |
|
2134 |
# @ woocommerce-germanized
|
2135 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2136 |
msgid ""
|
2137 |
"Furthermore you have expressly agreed to start the performance of the "
|
2138 |
"contract for services before expiry of the withdrawal period. I have noted "
|
@@ -2146,18 +2164,18 @@ msgstr ""
|
|
2146 |
"erlischt."
|
2147 |
|
2148 |
# @ woocommerce-germanized
|
2149 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2150 |
msgid "Parcel Delivery Checkbox"
|
2151 |
msgstr "Paketdienstleister Checkbox"
|
2152 |
|
2153 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2154 |
msgid ""
|
2155 |
"Show checkbox for data transmission to third party parcel service providers."
|
2156 |
msgstr ""
|
2157 |
"Checkbox zur Erlaubnis der Datenweitergabe an den Paketdienstleister "
|
2158 |
"einfügen."
|
2159 |
|
2160 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2161 |
msgid ""
|
2162 |
"You may optionally choose to show a checkbox which lets the customer accept "
|
2163 |
"data transmission to a third party parcel service provider to receive parcel "
|
@@ -2171,15 +2189,15 @@ msgstr ""
|
|
2171 |
"weitergeleitet werden. "
|
2172 |
|
2173 |
# @ woocommerce-germanized
|
2174 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2175 |
msgid "Checkbox required"
|
2176 |
msgstr "Checkbox verpflichtend"
|
2177 |
|
2178 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2179 |
msgid "Make the parcel delivery checkbox a required field."
|
2180 |
msgstr "Paketdienstleister Checkbox zum Pflichtfeld machen?"
|
2181 |
|
2182 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2183 |
msgid ""
|
2184 |
"For some reason you may want to force your customers to Opt-In to the data "
|
2185 |
"transmission to a third party parcel service provider."
|
@@ -2189,11 +2207,11 @@ msgstr ""
|
|
2189 |
"Fall diese Option aus."
|
2190 |
|
2191 |
# @ woocommerce-germanized
|
2192 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2193 |
msgid "Parcel Delivery Text"
|
2194 |
msgstr "Paketdienstleister Text"
|
2195 |
|
2196 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2197 |
msgid ""
|
2198 |
"Choose a Plain Text which will be shown right next to the corresponding "
|
2199 |
"checkbox to inform the customer about the data being transfered to the third "
|
@@ -2205,8 +2223,8 @@ msgstr ""
|
|
2205 |
"den Paketdienstleister. Verwende den Platzhalter {shipping_method_title} um "
|
2206 |
"den Titel der Versandmethoden einzubetten."
|
2207 |
|
2208 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2209 |
-
#: includes/wc-gzd-cart-functions.php:
|
2210 |
msgid ""
|
2211 |
"Yes, I would like to be reminded via E-mail about parcel delivery "
|
2212 |
"({shipping_method_title}). Your E-mail Address will only be transferred to "
|
@@ -2217,26 +2235,26 @@ msgstr ""
|
|
2217 |
"wird nur für diesen einmaligen Zweck an unseren Paketdienstleister "
|
2218 |
"weitergegeben."
|
2219 |
|
2220 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2221 |
msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
|
2222 |
msgstr ""
|
2223 |
"Wähle Versandmethoden aus für die die Paketdienstleister Checkbox angezeigt "
|
2224 |
"werden soll."
|
2225 |
|
2226 |
# @ woocommerce-germanized
|
2227 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2228 |
msgid "Pay now Button"
|
2229 |
msgstr "Jetzt bezahlen Button"
|
2230 |
|
2231 |
# @ woocommerce-germanized
|
2232 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2233 |
msgid "Add a pay now button to emails and order success page."
|
2234 |
msgstr ""
|
2235 |
"Füge einen jetzt bezahlen - Button zur E-Mail und der Bestätigungs-Seite "
|
2236 |
"hinzu."
|
2237 |
|
2238 |
# @ woocommerce-germanized
|
2239 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2240 |
msgid ""
|
2241 |
"Add a pay now button to order confirmation email and order success page if "
|
2242 |
"the order awaits payment (PayPal etc)."
|
@@ -2246,30 +2264,30 @@ msgstr ""
|
|
2246 |
"benötigt (z.B. per PayPal)."
|
2247 |
|
2248 |
# @ woocommerce-germanized
|
2249 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2250 |
msgid "Order Success Text"
|
2251 |
msgstr "Bestellung eingegangen"
|
2252 |
|
2253 |
# @ woocommerce-germanized
|
2254 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2255 |
msgid "Choose a custom text to display on order success page."
|
2256 |
msgstr ""
|
2257 |
"Hier kannst du einen individuellen kurzen Text eingeben, der nach der "
|
2258 |
"Bestellung ausgegeben wird."
|
2259 |
|
2260 |
# @ woocommerce-germanized
|
2261 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2262 |
msgid "Order Success Data"
|
2263 |
msgstr "Bestellbestätigungs-Daten"
|
2264 |
|
2265 |
# @ woocommerce-germanized
|
2266 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2267 |
msgid "Hide product table and customer data on order success page"
|
2268 |
msgstr ""
|
2269 |
"Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
|
2270 |
|
2271 |
# @ woocommerce-germanized
|
2272 |
-
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
2273 |
msgid ""
|
2274 |
"Sorry, but the new Virtual VAT rules cannot be applied to small business."
|
2275 |
msgstr ""
|
@@ -3168,7 +3186,7 @@ msgstr ""
|
|
3168 |
#: includes/class-wc-gzd-checkout.php:289
|
3169 |
#: includes/class-wc-gzd-checkout.php:297
|
3170 |
#: includes/class-wc-gzd-checkout.php:322
|
3171 |
-
#: includes/class-wc-gzd-checkout.php:
|
3172 |
#: includes/class-wc-gzd-customer-helper.php:114
|
3173 |
#: includes/class-wc-gzd-customer-helper.php:122
|
3174 |
#: includes/class-wc-gzd-revocation.php:41
|
@@ -3179,7 +3197,8 @@ msgstr "Herr"
|
|
3179 |
#: includes/class-wc-gzd-checkout.php:289
|
3180 |
#: includes/class-wc-gzd-checkout.php:297
|
3181 |
#: includes/class-wc-gzd-checkout.php:323
|
3182 |
-
#: includes/class-wc-gzd-checkout.php:
|
|
|
3183 |
#: includes/class-wc-gzd-customer-helper.php:114
|
3184 |
#: includes/class-wc-gzd-customer-helper.php:122
|
3185 |
#: includes/class-wc-gzd-revocation.php:42
|
@@ -3382,7 +3401,7 @@ msgid "Thanks for creating an account on %s."
|
|
3382 |
msgstr "Danke, dass Sie ein Konto bei %s erstellt haben."
|
3383 |
|
3384 |
# @ woocommerce-germanized
|
3385 |
-
#: includes/class-wc-gzd-emails.php:
|
3386 |
msgctxt "revocation-form"
|
3387 |
msgid "Forward your Revocation online"
|
3388 |
msgstr "Widerruf online erklären"
|
@@ -3786,13 +3805,13 @@ msgstr ""
|
|
3786 |
"zur Abgabe der Bewertung."
|
3787 |
|
3788 |
# @ woocommerce-germanized
|
3789 |
-
#: includes/emails/class-wc-gzd-email-customer-ekomi.php:
|
3790 |
msgctxt "ekomi"
|
3791 |
msgid "Please rate your Order"
|
3792 |
msgstr "Bitte bewerten Sie Ihren Einkauf"
|
3793 |
|
3794 |
# @ woocommerce-germanized
|
3795 |
-
#: includes/emails/class-wc-gzd-email-customer-ekomi.php:
|
3796 |
msgctxt "ekomi"
|
3797 |
msgid "Please rate your {site_title} order from {order_date}"
|
3798 |
msgstr "Bitte bewerten Sie Ihren Einkauf vom {order_date} bei {site_title}"
|
@@ -3836,11 +3855,11 @@ msgstr ""
|
|
3836 |
"wurde."
|
3837 |
|
3838 |
# @ woocommerce-germanized
|
3839 |
-
#: includes/emails/class-wc-gzd-email-customer-paid-for-order.php:
|
3840 |
msgid "Payment received"
|
3841 |
msgstr "Zahlung erhalten"
|
3842 |
|
3843 |
-
#: includes/emails/class-wc-gzd-email-customer-paid-for-order.php:
|
3844 |
msgid "Payment received for order {order_number}"
|
3845 |
msgstr "Zahlung erhalten für Bestellung {order_number}"
|
3846 |
|
@@ -3895,13 +3914,13 @@ msgstr ""
|
|
3895 |
"einer Bewertung bei Trusted Shops zu erinnern."
|
3896 |
|
3897 |
# @ woocommerce-germanized
|
3898 |
-
#: includes/emails/class-wc-gzd-email-customer-trusted-shops.php:
|
3899 |
msgctxt "trusted-shops"
|
3900 |
msgid "Please rate your Order"
|
3901 |
msgstr "Bitte bewerten Sie Ihre Bestellung"
|
3902 |
|
3903 |
# @ woocommerce-germanized
|
3904 |
-
#: includes/emails/class-wc-gzd-email-customer-trusted-shops.php:
|
3905 |
msgctxt "trusted-shops"
|
3906 |
msgid "Please rate your {site_title} order from {order_date}"
|
3907 |
msgstr "Bitte bewerten Sie Ihre Bestellung bei {site_title} vom {order_date}"
|
@@ -4396,7 +4415,7 @@ msgstr ""
|
|
4396 |
# @ woocommerce-germanized
|
4397 |
# @ woocommerce
|
4398 |
#: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:50
|
4399 |
-
#: woocommerce-germanized.php:
|
4400 |
msgid "Settings"
|
4401 |
msgstr "Einstellungen"
|
4402 |
|
@@ -5053,7 +5072,7 @@ msgid "Trusted Shops Rich Snippets"
|
|
5053 |
msgstr "Trusted Shops Rich Snippets"
|
5054 |
|
5055 |
# @ woocommerce-germanized
|
5056 |
-
#: includes/wc-gzd-cart-functions.php:
|
5057 |
msgid ""
|
5058 |
"I want immediate access to the digital content and I acknowledge that "
|
5059 |
"thereby I lose my right to cancel once the service has begun."
|
@@ -5321,7 +5340,7 @@ msgid "%s custom reviews"
|
|
5321 |
msgstr "%s Kundenbewertungen"
|
5322 |
|
5323 |
# @ woocommerce-germanized
|
5324 |
-
#: woocommerce-germanized.php:
|
5325 |
msgid "Order Confirmation"
|
5326 |
msgstr "Bestellbestätigung"
|
5327 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized v1.5.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-04 10:46+0200\n"
|
6 |
+
"PO-Revision-Date: 2017-08-04 10:46+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
+
"X-Generator: Poedit 2.0.3\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
17 |
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
92 |
msgstr "l"
|
93 |
|
94 |
# @ woocommerce-germanized
|
95 |
+
#: includes/abstracts/abstract-wc-gzd-product.php:230
|
96 |
+
#: includes/abstracts/abstract-wc-gzd-product.php:239
|
97 |
#: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:72
|
98 |
#: includes/wc-gzd-core-functions.php:129
|
99 |
+
#: includes/wc-gzd-template-functions.php:608 woocommerce-germanized.php:822
|
100 |
msgid "incl. VAT"
|
101 |
msgstr "inkl. MwSt."
|
102 |
|
103 |
# @ woocommerce-germanized
|
104 |
+
#: includes/abstracts/abstract-wc-gzd-product.php:230
|
105 |
msgid "excl. VAT"
|
106 |
msgstr "exkl. MwSt."
|
107 |
|
108 |
# @ woocommerce-germanized
|
109 |
+
#: includes/abstracts/abstract-wc-gzd-product.php:232
|
110 |
#: includes/compatibility/class-wc-gzd-compatibility-woocommerce-subscriptions.php:72
|
111 |
+
#: includes/wc-gzd-core-functions.php:129 woocommerce-germanized.php:822
|
112 |
#, php-format
|
113 |
msgid "incl. %s%% VAT"
|
114 |
msgstr "inkl. %s%% MwSt."
|
115 |
|
116 |
# @ woocommerce-germanized
|
117 |
+
#: includes/abstracts/abstract-wc-gzd-product.php:232
|
118 |
#, php-format
|
119 |
msgid "excl. %s%% VAT"
|
120 |
msgstr "exkl. %s%% MwSt."
|
189 |
# @ woocommerce-germanized
|
190 |
#: includes/admin/class-wc-gzd-admin-status.php:43
|
191 |
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:263
|
192 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1240
|
193 |
msgid "Shipping Methods"
|
194 |
msgstr "Versandarten"
|
195 |
|
283 |
# @ woocommerce-germanized
|
284 |
#: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:115
|
285 |
#: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:140
|
286 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:694
|
287 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:847
|
288 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:896
|
289 |
msgid "Product Units"
|
290 |
msgstr "Produkteinheiten"
|
291 |
|
489 |
|
490 |
# @ woocommerce-germanized
|
491 |
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:145
|
492 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:762
|
493 |
msgid "General"
|
494 |
msgstr "Allgemein"
|
495 |
|
1334 |
"Verwende Drag & Drop um die Reihenfolge der Texte in den E-Mails zu "
|
1335 |
"beeinflussen und speichere anschließend deine Änderungen."
|
1336 |
|
1337 |
+
# @ woocommerce-germanized
|
1338 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:682
|
1339 |
+
msgid "Email Display Options"
|
1340 |
+
msgstr "Darstellung"
|
1341 |
+
|
1342 |
+
# @ woocommerce-germanized
|
1343 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:685
|
1344 |
+
msgid "Show within Emails"
|
1345 |
+
msgstr "In E-Mails anzeigen"
|
1346 |
+
|
1347 |
+
# @ woocommerce-germanized
|
1348 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:686
|
1349 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:839
|
1350 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:888
|
1351 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:952
|
1352 |
+
msgid "Base Price"
|
1353 |
+
msgstr "Grundpreis"
|
1354 |
+
|
1355 |
+
# @ woocommerce-germanized
|
1356 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:702
|
1357 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:855
|
1358 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:904
|
1359 |
+
msgid "Delivery Time Notice"
|
1360 |
+
msgstr "Lieferzeiten-Hinweis"
|
1361 |
+
|
1362 |
+
# @ woocommerce-germanized
|
1363 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:710
|
1364 |
+
msgid "Short Description"
|
1365 |
+
msgstr "Warenkorbkurzbeschreibung"
|
1366 |
+
|
1367 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:721
|
1368 |
msgid "Hide Username"
|
1369 |
msgstr "Nutzernamen verstecken"
|
1370 |
|
1371 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:722
|
1372 |
msgid ""
|
1373 |
"Hide username from email content if password or password reset link is "
|
1374 |
"embedded."
|
1375 |
msgstr "Nutzernamen nicht zusammen mit einem Passwort versenden."
|
1376 |
|
1377 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:723
|
1378 |
msgid ""
|
1379 |
"Trusted Shops advises to not show the username together with an account "
|
1380 |
"password or password reset link. This option hides (or masks) the username "
|
1385 |
"Trusted Shops Mitglied bist, solltest du diese Option aktivieren."
|
1386 |
|
1387 |
# @ woocommerce-germanized
|
1388 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:731
|
1389 |
msgid "Email Attachment Options"
|
1390 |
msgstr "PDF Anhang"
|
1391 |
|
1392 |
# @ woocommerce-germanized
|
1393 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:731
|
1394 |
#, php-format
|
1395 |
msgid ""
|
1396 |
"Want to attach automatically generated PDF files to emails instead of plain "
|
1400 |
"%sUpgrade zur %spro%s Version%s"
|
1401 |
|
1402 |
# @ woocommerce-germanized
|
1403 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:754
|
1404 |
msgid "Downloadable Product"
|
1405 |
msgstr "Herunterladbares Produkt"
|
1406 |
|
1407 |
# @ woocommerce-germanized
|
1408 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:755
|
1409 |
msgid "Virtual Product"
|
1410 |
msgstr "Virtuelles Produkt"
|
1411 |
|
1412 |
# @ woocommerce-germanized
|
1413 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:765
|
1414 |
msgid "Add to Cart"
|
1415 |
msgstr "Zum Warenkorb Button"
|
1416 |
|
1417 |
# @ woocommerce-germanized
|
1418 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:766
|
1419 |
msgid "Show add to cart button on listings?"
|
1420 |
msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
|
1421 |
|
1422 |
# @ woocommerce-germanized
|
1423 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:770
|
1424 |
msgid ""
|
1425 |
"unset this option if you don't want to show the add to cart button within "
|
1426 |
"the product listings"
|
1429 |
"von Produktauflistungen darstellen möchten"
|
1430 |
|
1431 |
# @ woocommerce-germanized
|
1432 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:774
|
1433 |
msgid "Link to Details"
|
1434 |
msgstr "Verlinkung zu Produktdetails"
|
1435 |
|
1436 |
# @ woocommerce-germanized
|
1437 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:775
|
1438 |
msgid ""
|
1439 |
"Want to link to product details page instead of add to cart within listings?"
|
1440 |
msgstr "Zum Warenkorb Button mit Button zur Produktdetail-Seite ersetzen?"
|
1441 |
|
1442 |
# @ woocommerce-germanized
|
1443 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:779
|
1444 |
msgid ""
|
1445 |
"Decide whether you like to link to your product's details page instead of "
|
1446 |
"displaying an add to cart button within product listings."
|
1450 |
"diese Option."
|
1451 |
|
1452 |
# @ woocommerce-germanized
|
1453 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:783
|
1454 |
msgid "Product Details Text"
|
1455 |
msgstr "Produktdetails Text"
|
1456 |
|
1457 |
# @ woocommerce-germanized
|
1458 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:785
|
1459 |
msgid "Details"
|
1460 |
msgstr "Details"
|
1461 |
|
1462 |
# @ woocommerce-germanized
|
1463 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:787
|
1464 |
msgid ""
|
1465 |
"If you have chosen to link to product details page instead of add to cart "
|
1466 |
"URL you may want to change the button text."
|
1470 |
"einen Button-Text vergeben."
|
1471 |
|
1472 |
# @ woocommerce-germanized
|
1473 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:792
|
1474 |
msgid "Digital Delivery Time Text"
|
1475 |
msgstr "Lieferzeit Digital"
|
1476 |
|
1477 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:796
|
1478 |
msgid ""
|
1479 |
"Enter a text which will be shown as digital delivery time text (replacement "
|
1480 |
"for default digital time on digital products)."
|
1484 |
"lassen."
|
1485 |
|
1486 |
# @ woocommerce-germanized
|
1487 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:801
|
1488 |
msgid "Notice Footer"
|
1489 |
msgstr "Hinweise im Footer"
|
1490 |
|
1491 |
# @ woocommerce-germanized
|
1492 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:802
|
1493 |
msgid "Show a global VAT notice within footer"
|
1494 |
msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer einfügen."
|
1495 |
|
1496 |
# @ woocommerce-germanized
|
1497 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:810
|
1498 |
msgid "Show a global sale price notice within footer"
|
1499 |
msgstr ""
|
1500 |
"Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer "
|
1501 |
"einfügen."
|
1502 |
|
1503 |
# @ woocommerce-germanized
|
1504 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:819
|
1505 |
msgid "Products"
|
1506 |
msgstr "Produkt"
|
1507 |
|
1508 |
# @ woocommerce-germanized
|
1509 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:822
|
1510 |
msgid "Show within Product Listings"
|
1511 |
msgstr "In Produktlisten"
|
1512 |
|
1513 |
# @ woocommerce-germanized
|
1514 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:823
|
1515 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:872
|
1516 |
msgid "Shipping Costs notice"
|
1517 |
msgstr "Versandkosten-Hinweis"
|
1518 |
|
1519 |
# @ woocommerce-germanized
|
1520 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:831
|
1521 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:880
|
1522 |
msgid "Tax Info"
|
1523 |
msgstr "MwSt. Hinweis"
|
1524 |
|
1525 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:863
|
|
|
|
|
1526 |
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:912
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1527 |
#: includes/class-wc-gzd-post-types.php:93
|
1528 |
#: includes/class-wc-gzd-post-types.php:95
|
1529 |
msgid "Price Labels"
|
1530 |
msgstr "Preishinweise"
|
1531 |
|
1532 |
# @ woocommerce-germanized
|
1533 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:871
|
1534 |
msgid "Show on Product Detail Page"
|
1535 |
msgstr "Auf der Produktseite"
|
1536 |
|
1537 |
# @ woocommerce-germanized
|
1538 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:920
|
1539 |
msgid "Hide Tax Rate"
|
1540 |
msgstr "Steuersatz verstecken"
|
1541 |
|
1542 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:921
|
1543 |
msgid "Hide specific tax rate within shop pages."
|
1544 |
msgstr "Entferne die Anzeige des konkreten Steuersatzes für Produkte im Shop."
|
1545 |
|
1546 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:925
|
1547 |
msgid ""
|
1548 |
"This option will make sure that within shop pages no specific tax rates are "
|
1549 |
"shown. Instead only incl. tax or excl. tax notice is shown."
|
1553 |
"bzw. exkl. MwSt."
|
1554 |
|
1555 |
# @ woocommerce-germanized
|
1556 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:929
|
1557 |
msgid "Hide Shipping Costs Notice"
|
1558 |
msgstr "Versandkosten ausblenden"
|
1559 |
|
1560 |
# @ woocommerce-germanized
|
1561 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:930
|
1562 |
msgid ""
|
1563 |
"Select product types for which you might want to disable the shipping costs "
|
1564 |
"notice."
|
1567 |
"möchtest."
|
1568 |
|
1569 |
# @ woocommerce-germanized
|
1570 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:940
|
1571 |
msgid "Hide Delivery Time Notice"
|
1572 |
msgstr "Lieferzeiten ausblenden"
|
1573 |
|
1574 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:941
|
1575 |
msgid ""
|
1576 |
"Select product types for which you might want to disable the delivery time "
|
1577 |
"notice."
|
1580 |
"möchtest."
|
1581 |
|
1582 |
# @ woocommerce-germanized
|
1583 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:955
|
1584 |
msgid "Base Price Text"
|
1585 |
msgstr "Grundpreis Text"
|
1586 |
|
1587 |
# @ woocommerce-germanized
|
1588 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:956
|
1589 |
msgid ""
|
1590 |
"This text will be used to display the base price. Use {price} to insert the "
|
1591 |
"price. If you want to specifically format base price output use {base}, "
|
1597 |
"{base_price} für die einzelnen Elemente."
|
1598 |
|
1599 |
# @ woocommerce-germanized
|
1600 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:961
|
1601 |
msgid "{price}"
|
1602 |
msgstr "{price}"
|
1603 |
|
1604 |
# @ woocommerce-germanized
|
1605 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:965
|
1606 |
msgid "Variable Base Price"
|
1607 |
msgstr "Variabler Grundpreis"
|
1608 |
|
1609 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:966
|
1610 |
msgid "Enable price range base prices for variable products."
|
1611 |
msgstr "Aktiviere von-bis-Grundpreise für variable Produkte."
|
1612 |
|
1613 |
# @ woocommerce-germanized
|
1614 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:973
|
1615 |
msgid "Product Units Text"
|
1616 |
msgstr "Produkteinheiten Text"
|
1617 |
|
1618 |
# @ woocommerce-germanized
|
1619 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:974
|
1620 |
msgid ""
|
1621 |
"This text will be used to display the product units. Use {product_units} to "
|
1622 |
"insert the amount of product units. Use {unit} to insert the unit. "
|
1628 |
"Grundpreis."
|
1629 |
|
1630 |
# @ woocommerce-germanized
|
1631 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:979
|
1632 |
msgid "Product contains: {product_units} {unit}"
|
1633 |
msgstr "Produkt enthält: {product_units} {unit}"
|
1634 |
|
1635 |
# @ woocommerce-germanized
|
1636 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:984
|
1637 |
msgid "Checkout & Cart"
|
1638 |
msgstr "Checkout & Warenkorb"
|
1639 |
|
1640 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:987
|
1641 |
msgid "DHL Parcel Shops"
|
1642 |
msgstr "DHL Packstationen"
|
1643 |
|
1644 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:988
|
1645 |
msgid ""
|
1646 |
"Allow customers to choose a DHL parcel shop or packing station as delivery "
|
1647 |
"address."
|
1648 |
msgstr "Versand an DHL Packstation bzw. Paketshops aktivieren."
|
1649 |
|
1650 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:992
|
1651 |
msgid ""
|
1652 |
"This option adds a checkbox to your checkout shipping fields which allows "
|
1653 |
"the customer to optionally choose a DHL packing station or parcel shop for "
|
1657 |
"der Kunde optional die Lieferung an eine Packstation aktivieren. Fall das "
|
1658 |
"der Fall ist, muss eine PostNummer angegeben werden."
|
1659 |
|
1660 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:996
|
1661 |
msgid "Supported Countries"
|
1662 |
msgstr "Unterstützte Länder"
|
1663 |
|
1664 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1000
|
1665 |
msgid "Choose countries which support Parcel Shop delivery."
|
1666 |
msgstr ""
|
1667 |
"Wähle hier die Länder an, in denen du die Lieferung an DHL Packstationen "
|
1668 |
"bzw. Paketshops aktivieren möchtest."
|
1669 |
|
1670 |
# @ woocommerce-germanized
|
1671 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1004
|
1672 |
msgid "Disabled Methods"
|
1673 |
msgstr "Deaktiviert für"
|
1674 |
|
1675 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1010
|
1676 |
msgid ""
|
1677 |
"Optionally choose methods for which DHL Parcel Shop Delivery should be "
|
1678 |
"disabled. Does only work if you have disabled choosing shipping methods "
|
1682 |
"Packstationen deaktiviert werden soll. Funktioniert nur in Verbindung mit "
|
1683 |
"der Option \"Auswahl von Versandarten im Checkout deaktivieren\"."
|
1684 |
|
1685 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1014
|
1686 |
#: includes/class-wc-gzd-dhl-parcel-shops.php:348
|
1687 |
msgid "Parcel Shop Finder"
|
1688 |
msgstr "Paketshop finden"
|
1689 |
|
1690 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1015
|
1691 |
msgid ""
|
1692 |
"Enable DHL Parcel Shop Finder to let customers choose a parcel shop nearby."
|
1693 |
msgstr "Standortsuche nach der nächstgelegenen Packstation aktivieren."
|
1694 |
|
1695 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1019
|
1696 |
#, php-format
|
1697 |
msgid ""
|
1698 |
"You may enable this option to add a <a href=\"%s\" target=\"_blank\">Parcel "
|
1707 |
"Nähe auswählen und die Daten automatisch übernehmen."
|
1708 |
|
1709 |
# @ woocommerce-germanized
|
1710 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1023
|
1711 |
#: includes/admin/views/html-page-status-germanized.php:55
|
1712 |
msgid "Fallback Mode"
|
1713 |
msgstr "Fallback Modus"
|
1714 |
|
1715 |
# @ woocommerce-germanized
|
1716 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1024
|
1717 |
msgid ""
|
1718 |
"Enable to make sure default checkout template is not being overriden by "
|
1719 |
"theme."
|
1721 |
"Überschreiben relevanter Templates im Checkout durch dein Theme verhindern."
|
1722 |
|
1723 |
# @ woocommerce-germanized
|
1724 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1028
|
1725 |
msgid ""
|
1726 |
"If you are facing problems within your checkout e.g. legally relevant data "
|
1727 |
"is not showing (terms, delivery time, unit price etc.) your theme seems to "
|
1735 |
"Checkout (review-order.php und form-checkout.php) zu überschreiben. "
|
1736 |
|
1737 |
# @ woocommerce-germanized
|
1738 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1032
|
1739 |
msgid "Force free shipping"
|
1740 |
msgstr "Versandmethode erzwingen"
|
1741 |
|
1742 |
# @ woocommerce-germanized
|
1743 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1033
|
1744 |
msgid "Force free shipping method if available?"
|
1745 |
msgstr "Kostenlosen Versand erzwingen wenn die Methode zur Verfügung steht?"
|
1746 |
|
1747 |
# @ woocommerce-germanized
|
1748 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1037
|
1749 |
msgid ""
|
1750 |
"By default WooCommerce will let customers choose other shipping methods than "
|
1751 |
"free shipping (if available). This option will force free shipping if "
|
1756 |
"Versand, sobald dieser verfügbar ist."
|
1757 |
|
1758 |
# @ woocommerce-germanized
|
1759 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1041
|
1760 |
msgid "Hide taxes estimated"
|
1761 |
msgstr "Hinweis \"Steuern geschätzt\""
|
1762 |
|
1763 |
# @ woocommerce-germanized
|
1764 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1042
|
1765 |
msgid ""
|
1766 |
"Do you want to hide the \"taxes and shipping estimated\" text from your cart?"
|
1767 |
msgstr "Den Hinweis \"Versandkosten und Steuern werden geschätzt\" entfernen?"
|
1768 |
|
1769 |
# @ woocommerce-germanized
|
1770 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1046
|
1771 |
msgid ""
|
1772 |
"By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
|
1773 |
"cart. This might puzzle your customers and may not meet german law."
|
1777 |
"Markt geeignet."
|
1778 |
|
1779 |
# @ woocommerce-germanized
|
1780 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1050
|
1781 |
msgid "Show Thumbnails"
|
1782 |
msgstr "Thumbnails anzeigen"
|
1783 |
|
1784 |
# @ woocommerce-germanized
|
1785 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1051
|
1786 |
msgid "Show product thumbnails on checkout page?"
|
1787 |
msgstr "Produktbilder im Checkout darstellen?"
|
1788 |
|
1789 |
# @ woocommerce-germanized
|
1790 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1055
|
1791 |
msgid ""
|
1792 |
"Uncheck if you don't want to show your product thumbnails within checkout "
|
1793 |
"table."
|
1796 |
"bekommen möchtest."
|
1797 |
|
1798 |
# @ woocommerce-germanized
|
1799 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1059
|
1800 |
msgid "Hide Shipping Select"
|
1801 |
msgstr "Versandarten Auswahl"
|
1802 |
|
1803 |
# @ woocommerce-germanized
|
1804 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1060
|
1805 |
msgid "Hide shipping rate selection from checkout?"
|
1806 |
msgstr "Die Auswahl von Versandarten im Checkout deaktivieren?"
|
1807 |
|
1808 |
# @ woocommerce-germanized
|
1809 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1064
|
1810 |
msgid ""
|
1811 |
"This option will hide shipping rate selection from checkout. By then "
|
1812 |
"customers will only be able to change their shipping rate on cart page."
|
1816 |
"Versandmethode ändern."
|
1817 |
|
1818 |
# @ woocommerce-germanized
|
1819 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1068
|
1820 |
msgid "Show back to cart button"
|
1821 |
msgstr "Bestellung bearbeiten"
|
1822 |
|
1823 |
# @ woocommerce-germanized
|
1824 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1069
|
1825 |
msgid "Show back to cart button within your checkout table?"
|
1826 |
msgstr ""
|
1827 |
"Einen \"Bestellung bearbeiten\" Button in der Bestellübersicht anzeigen?"
|
1828 |
|
1829 |
# @ woocommerce-germanized
|
1830 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1073
|
1831 |
msgid ""
|
1832 |
"This button may let your customer edit their order before submitting. Some "
|
1833 |
"people state that this button should be hidden to avoid legal problems."
|
1839 |
"keine weitere Informationen abgedruckt werden sollten."
|
1840 |
|
1841 |
# @ woocommerce-germanized
|
1842 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1077
|
1843 |
msgid "Show edit data notice"
|
1844 |
msgstr "Bestellung prüfen Hinweis"
|
1845 |
|
1846 |
# @ woocommerce-germanized
|
1847 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1078
|
1848 |
msgid "Show a \"check-your-entries\" notice to the user?"
|
1849 |
msgstr "Einen \"Bestellung prüfen\" Hinweis anzeigen?"
|
1850 |
|
1851 |
# @ woocommerce-germanized
|
1852 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1082
|
1853 |
msgid "This notice will be added right before the order comments field."
|
1854 |
msgstr ""
|
1855 |
"Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
|
1856 |
|
1857 |
# @ woocommerce-germanized
|
1858 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1086
|
1859 |
msgid "Checkout Table Color"
|
1860 |
msgstr "Hintergrundfarbe der Tabelle"
|
1861 |
|
1862 |
# @ woocommerce-germanized
|
1863 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1088
|
1864 |
msgid ""
|
1865 |
"Choose the color of your checkout product table. This table should be "
|
1866 |
"highlighted within your checkout page."
|
1869 |
"Tabelle sollte sich farblich vom Rest des Inhalts abheben."
|
1870 |
|
1871 |
# @ woocommerce-germanized
|
1872 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1094
|
1873 |
msgid "Checkout Legal Display"
|
1874 |
msgstr "Checkbox oder Text"
|
1875 |
|
1876 |
# @ woocommerce-germanized
|
1877 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1095
|
1878 |
msgid "Use Text without Checkbox"
|
1879 |
msgstr "Rechtshinweis ohne Checkbox."
|
1880 |
|
1881 |
# @ woocommerce-germanized
|
1882 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1097
|
1883 |
msgid ""
|
1884 |
"This version will remove checkboxes from Checkout and display a text "
|
1885 |
"instead. This seems to be legally compliant (Zalando & Co are using this "
|
1890 |
"diese Form)"
|
1891 |
|
1892 |
# @ woocommerce-germanized
|
1893 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1103
|
1894 |
msgid "Legal Text"
|
1895 |
msgstr "Rechtlicher Hinweistext"
|
1896 |
|
1897 |
# @ woocommerce-germanized
|
1898 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1104
|
1899 |
msgid ""
|
1900 |
"Choose a Plain Text which will be shown right above checkout submit button. "
|
1901 |
"Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, "
|
1908 |
"revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
|
1909 |
|
1910 |
# @ woocommerce-germanized
|
1911 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1106
|
1912 |
msgid ""
|
1913 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
1914 |
"and Conditions{/term_link} and your {revocation_link}Right of Recission{/"
|
1919 |
"revocation_link} einverstanden."
|
1920 |
|
1921 |
# @ woocommerce-germanized
|
1922 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1113
|
1923 |
msgid "Legal Text Error"
|
1924 |
msgstr "Fehlermeldung der Checkbox"
|
1925 |
|
1926 |
# @ woocommerce-germanized
|
1927 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1114
|
1928 |
msgid ""
|
1929 |
"If you have chosen to use checkbox validation please choose a error message "
|
1930 |
"which will be shown if the user doesn't check checkbox. Use {term_link}{/"
|
1939 |
"revocation_link}"
|
1940 |
|
1941 |
# @ woocommerce-germanized
|
1942 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1116
|
1943 |
msgid ""
|
1944 |
"To finish the order you have to accept to our {term_link}Terms and "
|
1945 |
"Conditions{/term_link} and {revocation_link}Right of Recission{/"
|
1949 |
"term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
|
1950 |
|
1951 |
# @ woocommerce-germanized
|
1952 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1123
|
1953 |
msgid "Show digital notice"
|
1954 |
msgstr "Checkbox digitale Produkte"
|
1955 |
|
1956 |
# @ woocommerce-germanized
|
1957 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1124
|
1958 |
msgid "Show checkbox for digital products."
|
1959 |
msgstr "Checkbox bei digitalen Produkten anzeigen."
|
1960 |
|
1961 |
# @ woocommerce-germanized
|
1962 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1125
|
1963 |
msgid ""
|
1964 |
"Disable this option if you want your customers to obtain their right of "
|
1965 |
"recission even if digital products are being bought."
|
1969 |
"werden, dass im Falle von digitalen Produkten das Widerrufsrecht erlischt."
|
1970 |
|
1971 |
# @ woocommerce-germanized
|
1972 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1132
|
1973 |
msgid "Digital Product types"
|
1974 |
msgstr "Digitale Produkttypen"
|
1975 |
|
1976 |
# @ woocommerce-germanized
|
1977 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1133
|
1978 |
msgid ""
|
1979 |
"Select product types for which the loss of recission notice is shown. "
|
1980 |
"Product types like \"simple product\" may be redudant because they include "
|
1986 |
"einschließen."
|
1987 |
|
1988 |
# @ woocommerce-germanized
|
1989 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1143
|
1990 |
msgid "Legal Digital Text"
|
1991 |
msgstr "Hinweis Digital"
|
1992 |
|
1993 |
# @ woocommerce-germanized
|
1994 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1144
|
1995 |
msgid ""
|
1996 |
"Choose a Plain Text which will be shown right above checkout submit button "
|
1997 |
"if a user has picked a digital product. See legal text option for possible "
|
2002 |
"Platzhalter verwenden wie beim Rechtlichen Hinweistext"
|
2003 |
|
2004 |
# @ woocommerce-germanized
|
2005 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1146
|
2006 |
msgid ""
|
2007 |
"For digital products: I strongly agree that the execution of the agreement "
|
2008 |
"starts before the revocation period has expired. I am aware that my right of "
|
2013 |
"bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
|
2014 |
|
2015 |
# @ woocommerce-germanized
|
2016 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1153
|
2017 |
msgid "Legal Digital Error"
|
2018 |
msgstr "Fehlermeldung Digital"
|
2019 |
|
2020 |
# @ woocommerce-germanized
|
2021 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1154
|
2022 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1193
|
2023 |
msgid ""
|
2024 |
"This text will be shown as error message if customer has not checked the "
|
2025 |
"corresponding checkbox. See legal text option for possible placeholders."
|
2029 |
"Hinweistext für eine Liste der Platzhalter."
|
2030 |
|
2031 |
# @ woocommerce-germanized
|
2032 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1156
|
2033 |
+
#: includes/wc-gzd-cart-functions.php:380
|
2034 |
msgid ""
|
2035 |
"To retrieve direct access to digital content you have to agree to the loss "
|
2036 |
"of your right of withdrawal."
|
2039 |
"Widerrufsrecht verzichten."
|
2040 |
|
2041 |
# @ woocommerce-germanized
|
2042 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1163
|
2043 |
msgid "Digital Confirmation Notice"
|
2044 |
msgstr "Digitale Bestätigung"
|
2045 |
|
2046 |
# @ woocommerce-germanized
|
2047 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1164
|
2048 |
msgid ""
|
2049 |
"This text will be appended to your order processing email if the order "
|
2050 |
"contains digital products. Use placeholders {link}{/link} to insert link to "
|
2055 |
"Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
|
2056 |
|
2057 |
# @ woocommerce-germanized
|
2058 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1167
|
2059 |
msgid ""
|
2060 |
"Furthermore you have expressly agreed to start the performance of the "
|
2061 |
"contract for digital items (e.g. downloads) before expiry of the withdrawal "
|
2069 |
"verlieren."
|
2070 |
|
2071 |
# @ woocommerce-germanized
|
2072 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1173
|
2073 |
msgid "Show service notice"
|
2074 |
msgstr "Checkbox Dienstleistungen"
|
2075 |
|
2076 |
# @ woocommerce-germanized
|
2077 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1174
|
2078 |
msgid "Show checkbox for service products."
|
2079 |
msgstr "Checkbox bei Dienstleistungen anzeigen."
|
2080 |
|
2081 |
# @ woocommerce-germanized
|
2082 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1175
|
2083 |
msgid ""
|
2084 |
"Disable this option if you want your customers to obtain their right of "
|
2085 |
"recission even if service products are being bought."
|
2090 |
"Widerrufsfrist mit der Dienstleistung begonnen wird."
|
2091 |
|
2092 |
# @ woocommerce-germanized
|
2093 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1182
|
2094 |
msgid "Legal Service Text"
|
2095 |
msgstr "Hinweis Dienstleistungen"
|
2096 |
|
2097 |
# @ woocommerce-germanized
|
2098 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1183
|
2099 |
msgid ""
|
2100 |
"Choose a Plain Text which will be shown right above checkout submit button "
|
2101 |
"if a user has picked a service product. See legal text option for possible "
|
2106 |
"Platzhalter verwenden wie beim Rechtlichen Hinweistext."
|
2107 |
|
2108 |
# @ woocommerce-germanized
|
2109 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1185
|
2110 |
+
#: includes/wc-gzd-cart-functions.php:405
|
2111 |
msgid ""
|
2112 |
"For services: I demand and acknowledge the immediate performance of the "
|
2113 |
"service before the expiration of the withdrawal period. I acknowledge that "
|
2119 |
"vollständiger Erfüllung des Vertrages erlischt."
|
2120 |
|
2121 |
# @ woocommerce-germanized
|
2122 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1192
|
2123 |
msgid "Legal Service Error"
|
2124 |
msgstr "Fehlermeldung"
|
2125 |
|
2126 |
# @ woocommerce-germanized
|
2127 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1195
|
2128 |
+
#: includes/wc-gzd-cart-functions.php:416
|
2129 |
msgid ""
|
2130 |
"To allow the immediate performance of the services you have to agree to the "
|
2131 |
"loss of your right of withdrawal."
|
2134 |
"Widerrufsfrist zu."
|
2135 |
|
2136 |
# @ woocommerce-germanized
|
2137 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1202
|
2138 |
msgid "Service Confirmation Notice"
|
2139 |
msgstr "Dienstleistung Bestätigung"
|
2140 |
|
2141 |
# @ woocommerce-germanized
|
2142 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1203
|
2143 |
msgid ""
|
2144 |
"This text will be appended to your order processing email if the order "
|
2145 |
"contains service products. Use placeholders {link}{/link} to insert link to "
|
2150 |
"Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
|
2151 |
|
2152 |
# @ woocommerce-germanized
|
2153 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1206
|
2154 |
msgid ""
|
2155 |
"Furthermore you have expressly agreed to start the performance of the "
|
2156 |
"contract for services before expiry of the withdrawal period. I have noted "
|
2164 |
"erlischt."
|
2165 |
|
2166 |
# @ woocommerce-germanized
|
2167 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1212
|
2168 |
msgid "Parcel Delivery Checkbox"
|
2169 |
msgstr "Paketdienstleister Checkbox"
|
2170 |
|
2171 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1213
|
2172 |
msgid ""
|
2173 |
"Show checkbox for data transmission to third party parcel service providers."
|
2174 |
msgstr ""
|
2175 |
"Checkbox zur Erlaubnis der Datenweitergabe an den Paketdienstleister "
|
2176 |
"einfügen."
|
2177 |
|
2178 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1214
|
2179 |
msgid ""
|
2180 |
"You may optionally choose to show a checkbox which lets the customer accept "
|
2181 |
"data transmission to a third party parcel service provider to receive parcel "
|
2189 |
"weitergeleitet werden. "
|
2190 |
|
2191 |
# @ woocommerce-germanized
|
2192 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1221
|
2193 |
msgid "Checkbox required"
|
2194 |
msgstr "Checkbox verpflichtend"
|
2195 |
|
2196 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1222
|
2197 |
msgid "Make the parcel delivery checkbox a required field."
|
2198 |
msgstr "Paketdienstleister Checkbox zum Pflichtfeld machen?"
|
2199 |
|
2200 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1223
|
2201 |
msgid ""
|
2202 |
"For some reason you may want to force your customers to Opt-In to the data "
|
2203 |
"transmission to a third party parcel service provider."
|
2207 |
"Fall diese Option aus."
|
2208 |
|
2209 |
# @ woocommerce-germanized
|
2210 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1230
|
2211 |
msgid "Parcel Delivery Text"
|
2212 |
msgstr "Paketdienstleister Text"
|
2213 |
|
2214 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1231
|
2215 |
msgid ""
|
2216 |
"Choose a Plain Text which will be shown right next to the corresponding "
|
2217 |
"checkbox to inform the customer about the data being transfered to the third "
|
2223 |
"den Paketdienstleister. Verwende den Platzhalter {shipping_method_title} um "
|
2224 |
"den Titel der Versandmethoden einzubetten."
|
2225 |
|
2226 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1233
|
2227 |
+
#: includes/wc-gzd-cart-functions.php:465
|
2228 |
msgid ""
|
2229 |
"Yes, I would like to be reminded via E-mail about parcel delivery "
|
2230 |
"({shipping_method_title}). Your E-mail Address will only be transferred to "
|
2235 |
"wird nur für diesen einmaligen Zweck an unseren Paketdienstleister "
|
2236 |
"weitergegeben."
|
2237 |
|
2238 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1241
|
2239 |
msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
|
2240 |
msgstr ""
|
2241 |
"Wähle Versandmethoden aus für die die Paketdienstleister Checkbox angezeigt "
|
2242 |
"werden soll."
|
2243 |
|
2244 |
# @ woocommerce-germanized
|
2245 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1251
|
2246 |
msgid "Pay now Button"
|
2247 |
msgstr "Jetzt bezahlen Button"
|
2248 |
|
2249 |
# @ woocommerce-germanized
|
2250 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1252
|
2251 |
msgid "Add a pay now button to emails and order success page."
|
2252 |
msgstr ""
|
2253 |
"Füge einen jetzt bezahlen - Button zur E-Mail und der Bestätigungs-Seite "
|
2254 |
"hinzu."
|
2255 |
|
2256 |
# @ woocommerce-germanized
|
2257 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1253
|
2258 |
msgid ""
|
2259 |
"Add a pay now button to order confirmation email and order success page if "
|
2260 |
"the order awaits payment (PayPal etc)."
|
2264 |
"benötigt (z.B. per PayPal)."
|
2265 |
|
2266 |
# @ woocommerce-germanized
|
2267 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1260
|
2268 |
msgid "Order Success Text"
|
2269 |
msgstr "Bestellung eingegangen"
|
2270 |
|
2271 |
# @ woocommerce-germanized
|
2272 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1261
|
2273 |
msgid "Choose a custom text to display on order success page."
|
2274 |
msgstr ""
|
2275 |
"Hier kannst du einen individuellen kurzen Text eingeben, der nach der "
|
2276 |
"Bestellung ausgegeben wird."
|
2277 |
|
2278 |
# @ woocommerce-germanized
|
2279 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1269
|
2280 |
msgid "Order Success Data"
|
2281 |
msgstr "Bestellbestätigungs-Daten"
|
2282 |
|
2283 |
# @ woocommerce-germanized
|
2284 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1270
|
2285 |
msgid "Hide product table and customer data on order success page"
|
2286 |
msgstr ""
|
2287 |
"Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
|
2288 |
|
2289 |
# @ woocommerce-germanized
|
2290 |
+
#: includes/admin/settings/class-wc-gzd-settings-germanized.php:1378
|
2291 |
msgid ""
|
2292 |
"Sorry, but the new Virtual VAT rules cannot be applied to small business."
|
2293 |
msgstr ""
|
3186 |
#: includes/class-wc-gzd-checkout.php:289
|
3187 |
#: includes/class-wc-gzd-checkout.php:297
|
3188 |
#: includes/class-wc-gzd-checkout.php:322
|
3189 |
+
#: includes/class-wc-gzd-checkout.php:464
|
3190 |
#: includes/class-wc-gzd-customer-helper.php:114
|
3191 |
#: includes/class-wc-gzd-customer-helper.php:122
|
3192 |
#: includes/class-wc-gzd-revocation.php:41
|
3197 |
#: includes/class-wc-gzd-checkout.php:289
|
3198 |
#: includes/class-wc-gzd-checkout.php:297
|
3199 |
#: includes/class-wc-gzd-checkout.php:323
|
3200 |
+
#: includes/class-wc-gzd-checkout.php:464
|
3201 |
+
#: includes/class-wc-gzd-checkout.php:469
|
3202 |
#: includes/class-wc-gzd-customer-helper.php:114
|
3203 |
#: includes/class-wc-gzd-customer-helper.php:122
|
3204 |
#: includes/class-wc-gzd-revocation.php:42
|
3401 |
msgstr "Danke, dass Sie ein Konto bei %s erstellt haben."
|
3402 |
|
3403 |
# @ woocommerce-germanized
|
3404 |
+
#: includes/class-wc-gzd-emails.php:531
|
3405 |
msgctxt "revocation-form"
|
3406 |
msgid "Forward your Revocation online"
|
3407 |
msgstr "Widerruf online erklären"
|
3805 |
"zur Abgabe der Bewertung."
|
3806 |
|
3807 |
# @ woocommerce-germanized
|
3808 |
+
#: includes/emails/class-wc-gzd-email-customer-ekomi.php:30
|
3809 |
msgctxt "ekomi"
|
3810 |
msgid "Please rate your Order"
|
3811 |
msgstr "Bitte bewerten Sie Ihren Einkauf"
|
3812 |
|
3813 |
# @ woocommerce-germanized
|
3814 |
+
#: includes/emails/class-wc-gzd-email-customer-ekomi.php:31
|
3815 |
msgctxt "ekomi"
|
3816 |
msgid "Please rate your {site_title} order from {order_date}"
|
3817 |
msgstr "Bitte bewerten Sie Ihren Einkauf vom {order_date} bei {site_title}"
|
3855 |
"wurde."
|
3856 |
|
3857 |
# @ woocommerce-germanized
|
3858 |
+
#: includes/emails/class-wc-gzd-email-customer-paid-for-order.php:31
|
3859 |
msgid "Payment received"
|
3860 |
msgstr "Zahlung erhalten"
|
3861 |
|
3862 |
+
#: includes/emails/class-wc-gzd-email-customer-paid-for-order.php:32
|
3863 |
msgid "Payment received for order {order_number}"
|
3864 |
msgstr "Zahlung erhalten für Bestellung {order_number}"
|
3865 |
|
3914 |
"einer Bewertung bei Trusted Shops zu erinnern."
|
3915 |
|
3916 |
# @ woocommerce-germanized
|
3917 |
+
#: includes/emails/class-wc-gzd-email-customer-trusted-shops.php:30
|
3918 |
msgctxt "trusted-shops"
|
3919 |
msgid "Please rate your Order"
|
3920 |
msgstr "Bitte bewerten Sie Ihre Bestellung"
|
3921 |
|
3922 |
# @ woocommerce-germanized
|
3923 |
+
#: includes/emails/class-wc-gzd-email-customer-trusted-shops.php:31
|
3924 |
msgctxt "trusted-shops"
|
3925 |
msgid "Please rate your {site_title} order from {order_date}"
|
3926 |
msgstr "Bitte bewerten Sie Ihre Bestellung bei {site_title} vom {order_date}"
|
4415 |
# @ woocommerce-germanized
|
4416 |
# @ woocommerce
|
4417 |
#: includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:50
|
4418 |
+
#: woocommerce-germanized.php:576
|
4419 |
msgid "Settings"
|
4420 |
msgstr "Einstellungen"
|
4421 |
|
5072 |
msgstr "Trusted Shops Rich Snippets"
|
5073 |
|
5074 |
# @ woocommerce-germanized
|
5075 |
+
#: includes/wc-gzd-cart-functions.php:369
|
5076 |
msgid ""
|
5077 |
"I want immediate access to the digital content and I acknowledge that "
|
5078 |
"thereby I lose my right to cancel once the service has begun."
|
5340 |
msgstr "%s Kundenbewertungen"
|
5341 |
|
5342 |
# @ woocommerce-germanized
|
5343 |
+
#: woocommerce-germanized.php:731
|
5344 |
msgid "Order Confirmation"
|
5345 |
msgstr "Bestellbestätigung"
|
5346 |
|
includes/abstracts/abstract-wc-gzd-product.php
CHANGED
@@ -220,7 +220,7 @@ class WC_GZD_Product {
|
|
220 |
|
221 |
$tax_display_mode = get_option( 'woocommerce_tax_display_shop' );
|
222 |
$tax_rates = WC_Tax::get_rates( $this->get_tax_class() );
|
223 |
-
|
224 |
if ( ! empty( $tax_rates ) ) {
|
225 |
|
226 |
$tax_rates = array_values( $tax_rates );
|
220 |
|
221 |
$tax_display_mode = get_option( 'woocommerce_tax_display_shop' );
|
222 |
$tax_rates = WC_Tax::get_rates( $this->get_tax_class() );
|
223 |
+
|
224 |
if ( ! empty( $tax_rates ) ) {
|
225 |
|
226 |
$tax_rates = array_values( $tax_rates );
|
includes/admin/settings/class-wc-gzd-settings-germanized.php
CHANGED
@@ -675,6 +675,46 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
|
|
675 |
|
676 |
$settings = array_merge( $settings, $email_settings );
|
677 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
678 |
$settings = array_merge( $settings, array(
|
679 |
|
680 |
array(
|
@@ -686,7 +726,7 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
|
|
686 |
'type' => 'checkbox',
|
687 |
),
|
688 |
|
689 |
-
array( 'type' => 'sectionend', 'id' => '
|
690 |
|
691 |
array( 'title' => __( 'Email Attachment Options', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'email_attachment_options', 'desc' => '<div class="notice inline notice-warning"><p>' . sprintf( __( 'Want to attach automatically generated PDF files to emails instead of plain text? %sUpgrade to %spro%s%s', 'woocommerce-germanized' ), '<a style="margin-left: 1em" href="https://vendidero.de/woocommerce-germanized" class="button">', '<span class="wc-gzd-pro">', '</span>', '</a>' ) . '</p></div>' ),
|
692 |
|
675 |
|
676 |
$settings = array_merge( $settings, $email_settings );
|
677 |
|
678 |
+
$settings = array_merge( $settings, array(
|
679 |
+
|
680 |
+
array( 'type' => 'sectionend', 'id' => 'email_options' ),
|
681 |
+
|
682 |
+
array( 'title' => __( 'Email Display Options', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'email_display_options' ),
|
683 |
+
|
684 |
+
array(
|
685 |
+
'title' => __( 'Show within Emails', 'woocommerce-germanized' ),
|
686 |
+
'desc' => __( 'Base Price', 'woocommerce-germanized' ),
|
687 |
+
'id' => 'woocommerce_gzd_display_emails_unit_price',
|
688 |
+
'type' => 'checkbox',
|
689 |
+
'default' => 'yes',
|
690 |
+
'checkboxgroup' => 'start',
|
691 |
+
),
|
692 |
+
|
693 |
+
array(
|
694 |
+
'desc' => __( 'Product Units', 'woocommerce-germanized' ),
|
695 |
+
'id' => 'woocommerce_gzd_display_emails_product_units',
|
696 |
+
'type' => 'checkbox',
|
697 |
+
'default' => 'yes',
|
698 |
+
'checkboxgroup' => '',
|
699 |
+
),
|
700 |
+
|
701 |
+
array(
|
702 |
+
'desc' => __( 'Delivery Time Notice', 'woocommerce-germanized' ),
|
703 |
+
'id' => 'woocommerce_gzd_display_emails_delivery_time',
|
704 |
+
'type' => 'checkbox',
|
705 |
+
'default' => 'yes',
|
706 |
+
'checkboxgroup' => '',
|
707 |
+
),
|
708 |
+
|
709 |
+
array(
|
710 |
+
'desc' => __( 'Short Description', 'woocommerce-germanized' ),
|
711 |
+
'id' => 'woocommerce_gzd_display_emails_product_item_desc',
|
712 |
+
'type' => 'checkbox',
|
713 |
+
'default' => 'yes',
|
714 |
+
'checkboxgroup' => '',
|
715 |
+
),
|
716 |
+
) );
|
717 |
+
|
718 |
$settings = array_merge( $settings, array(
|
719 |
|
720 |
array(
|
726 |
'type' => 'checkbox',
|
727 |
),
|
728 |
|
729 |
+
array( 'type' => 'sectionend', 'id' => 'email_display_options' ),
|
730 |
|
731 |
array( 'title' => __( 'Email Attachment Options', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'email_attachment_options', 'desc' => '<div class="notice inline notice-warning"><p>' . sprintf( __( 'Want to attach automatically generated PDF files to emails instead of plain text? %sUpgrade to %spro%s%s', 'woocommerce-germanized' ), '<a style="margin-left: 1em" href="https://vendidero.de/woocommerce-germanized" class="button">', '<span class="wc-gzd-pro">', '</span>', '</a>' ) . '</p></div>' ),
|
732 |
|
includes/class-wc-gzd-checkout.php
CHANGED
@@ -458,7 +458,16 @@ class WC_GZD_Checkout {
|
|
458 |
}
|
459 |
|
460 |
public function get_customer_title( $option = 1 ) {
|
461 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
462 |
}
|
463 |
|
464 |
public function set_formatted_address( $placeholder, $args ) {
|
458 |
}
|
459 |
|
460 |
public function get_customer_title( $option = 1 ) {
|
461 |
+
|
462 |
+
$option = absint( $option );
|
463 |
+
|
464 |
+
$titles = apply_filters( 'woocommerce_gzd_title_options', array( 1 => __( 'Mr.', 'woocommerce-germanized' ), 2 => __( 'Ms.', 'woocommerce-germanized' ) ) );
|
465 |
+
|
466 |
+
if ( array_key_exists( $option, $titles ) ) {
|
467 |
+
return $titles[ $option ];
|
468 |
+
} else {
|
469 |
+
return __( 'Ms.', 'woocommerce-germanized' );
|
470 |
+
}
|
471 |
}
|
472 |
|
473 |
public function set_formatted_address( $placeholder, $args ) {
|
includes/class-wc-gzd-emails.php
CHANGED
@@ -368,24 +368,38 @@ class WC_GZD_Emails {
|
|
368 |
if ( ! $current || empty( $current ) )
|
369 |
return;
|
370 |
|
371 |
-
|
|
|
|
|
372 |
|
373 |
// Add order item name actions
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
|
380 |
}
|
381 |
|
382 |
public function remove_order_email_filters() {
|
383 |
|
|
|
|
|
|
|
|
|
|
|
384 |
// Add order item name actions
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
remove_filter( 'woocommerce_order_formatted_line_subtotal', 'wc_gzd_cart_product_unit_price', wc_gzd_get_hook_priority( 'email_product_unit_price' ) );
|
390 |
|
391 |
}
|
368 |
if ( ! $current || empty( $current ) )
|
369 |
return;
|
370 |
|
371 |
+
$this->remove_order_email_filters();
|
372 |
+
|
373 |
+
do_action( 'woocommerce_gzd_before_set_email_cart_item_filters', $this, $current );
|
374 |
|
375 |
// Add order item name actions
|
376 |
+
add_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_differential_taxation_mark', wc_gzd_get_hook_priority( 'email_product_differential_taxation' ), 2 );
|
377 |
+
|
378 |
+
if ( get_option( 'woocommerce_gzd_display_emails_product_units' ) === 'yes' )
|
379 |
+
add_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_units', wc_gzd_get_hook_priority( 'email_product_units' ), 2 );
|
380 |
+
if ( get_option( 'woocommerce_gzd_display_emails_delivery_time' ) === 'yes' )
|
381 |
+
add_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_delivery_time', wc_gzd_get_hook_priority( 'email_product_delivery_time' ), 2 );
|
382 |
+
if ( get_option( 'woocommerce_gzd_display_emails_product_item_desc' ) === 'yes' )
|
383 |
+
add_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_item_desc', wc_gzd_get_hook_priority( 'email_product_item_desc' ), 2 );
|
384 |
+
if ( get_option( 'woocommerce_gzd_display_emails_unit_price' ) === 'yes' )
|
385 |
+
add_filter( 'woocommerce_order_formatted_line_subtotal', 'wc_gzd_cart_product_unit_price', wc_gzd_get_hook_priority( 'email_product_unit_price' ), 2 );
|
386 |
+
|
387 |
+
do_action( 'woocommerce_gzd_after_set_email_cart_item_filters', $this, $current );
|
388 |
|
389 |
}
|
390 |
|
391 |
public function remove_order_email_filters() {
|
392 |
|
393 |
+
// Remove actions and filters from template hooks
|
394 |
+
remove_filter( 'woocommerce_order_formatted_line_subtotal', 'wc_gzd_cart_product_unit_price', wc_gzd_get_hook_priority( 'order_product_unit_price' ), 3 );
|
395 |
+
remove_action( 'woocommerce_thankyou', 'woocommerce_gzd_template_order_item_hooks', 0 );
|
396 |
+
remove_action( 'before_woocommerce_pay', 'woocommerce_gzd_template_order_item_hooks', 10 );
|
397 |
+
|
398 |
// Add order item name actions
|
399 |
+
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_differential_taxation_mark', wc_gzd_get_hook_priority( 'email_product_differential_taxation' ) );
|
400 |
+
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_units', wc_gzd_get_hook_priority( 'email_product_units' ) );
|
401 |
+
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_delivery_time', wc_gzd_get_hook_priority( 'email_product_delivery_time' ) );
|
402 |
+
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_item_desc', wc_gzd_get_hook_priority( 'email_product_item_desc' ) );
|
403 |
remove_filter( 'woocommerce_order_formatted_line_subtotal', 'wc_gzd_cart_product_unit_price', wc_gzd_get_hook_priority( 'email_product_unit_price' ) );
|
404 |
|
405 |
}
|
includes/class-wc-gzd-virtual-vat-helper.php
CHANGED
@@ -32,6 +32,13 @@ class WC_GZD_Virtual_VAT_Helper {
|
|
32 |
|
33 |
$virtual_vat_applicable = in_array( $tax_class, array( 'virtual-rate', 'virtual-reduced-rate' ) ) && isset( $location[0] ) && sizeof( $location ) === 4 && $location[0] !== WC()->countries->get_base_country();
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
if ( apply_filters( 'woocommerce_gzd_force_tax_location_vat_base_rates', $virtual_vat_applicable, $tax_class, $location ) ) {
|
36 |
|
37 |
list( $country, $state, $postcode, $city ) = $location;
|
32 |
|
33 |
$virtual_vat_applicable = in_array( $tax_class, array( 'virtual-rate', 'virtual-reduced-rate' ) ) && isset( $location[0] ) && sizeof( $location ) === 4 && $location[0] !== WC()->countries->get_base_country();
|
34 |
|
35 |
+
// Make sure that the customer is not a vat exempt
|
36 |
+
if ( is_callable( array( WC()->customer, 'is_vat_exempt' ) ) ) {
|
37 |
+
if ( WC()->customer->is_vat_exempt() ) {
|
38 |
+
return $rates;
|
39 |
+
}
|
40 |
+
}
|
41 |
+
|
42 |
if ( apply_filters( 'woocommerce_gzd_force_tax_location_vat_base_rates', $virtual_vat_applicable, $tax_class, $location ) ) {
|
43 |
|
44 |
list( $country, $state, $postcode, $city ) = $location;
|
includes/emails/class-wc-gzd-email-customer-ekomi.php
CHANGED
@@ -18,18 +18,18 @@ class WC_GZD_Email_Customer_Ekomi extends WC_Email {
|
|
18 |
/**
|
19 |
* Constructor
|
20 |
*/
|
21 |
-
function __construct() {
|
22 |
|
23 |
$this->id = 'customer_ekomi';
|
24 |
$this->title = _x( 'eKomi Review Reminder', 'ekomi', 'woocommerce-germanized' );
|
25 |
$this->description = _x( 'This E-Mail is being sent to a customer to transfer eKomi order review link to a customer.', 'ekomi', 'woocommerce-germanized' );
|
26 |
|
27 |
-
$this->heading = _x( 'Please rate your Order', 'ekomi', 'woocommerce-germanized' );
|
28 |
-
$this->subject = _x( 'Please rate your {site_title} order from {order_date}', 'ekomi', 'woocommerce-germanized' );
|
29 |
-
|
30 |
$this->template_html = 'emails/customer-ekomi.php';
|
31 |
$this->template_plain = 'emails/plain/customer-ekomi.php';
|
32 |
|
|
|
|
|
|
|
33 |
// Triggers for this email
|
34 |
add_action( 'woocommerce_germanized_ekomi_review_notification', array( $this, 'trigger' ) );
|
35 |
|
@@ -45,7 +45,7 @@ class WC_GZD_Email_Customer_Ekomi extends WC_Email {
|
|
45 |
* @access public
|
46 |
* @return void
|
47 |
*/
|
48 |
-
function trigger( $order_id ) {
|
49 |
|
50 |
if ( $order_id ) {
|
51 |
$this->object = wc_get_order( $order_id );
|
@@ -71,7 +71,7 @@ class WC_GZD_Email_Customer_Ekomi extends WC_Email {
|
|
71 |
* @access public
|
72 |
* @return string
|
73 |
*/
|
74 |
-
function get_content_html() {
|
75 |
ob_start();
|
76 |
wc_get_template( $this->template_html, array(
|
77 |
'order' => $this->object,
|
@@ -89,7 +89,7 @@ class WC_GZD_Email_Customer_Ekomi extends WC_Email {
|
|
89 |
* @access public
|
90 |
* @return string
|
91 |
*/
|
92 |
-
function get_content_plain() {
|
93 |
ob_start();
|
94 |
wc_get_template( $this->template_plain, array(
|
95 |
'order' => $this->object,
|
18 |
/**
|
19 |
* Constructor
|
20 |
*/
|
21 |
+
public function __construct() {
|
22 |
|
23 |
$this->id = 'customer_ekomi';
|
24 |
$this->title = _x( 'eKomi Review Reminder', 'ekomi', 'woocommerce-germanized' );
|
25 |
$this->description = _x( 'This E-Mail is being sent to a customer to transfer eKomi order review link to a customer.', 'ekomi', 'woocommerce-germanized' );
|
26 |
|
|
|
|
|
|
|
27 |
$this->template_html = 'emails/customer-ekomi.php';
|
28 |
$this->template_plain = 'emails/plain/customer-ekomi.php';
|
29 |
|
30 |
+
$this->heading = _x( 'Please rate your Order', 'ekomi', 'woocommerce-germanized' );
|
31 |
+
$this->subject = _x( 'Please rate your {site_title} order from {order_date}', 'ekomi', 'woocommerce-germanized' );
|
32 |
+
|
33 |
// Triggers for this email
|
34 |
add_action( 'woocommerce_germanized_ekomi_review_notification', array( $this, 'trigger' ) );
|
35 |
|
45 |
* @access public
|
46 |
* @return void
|
47 |
*/
|
48 |
+
public function trigger( $order_id ) {
|
49 |
|
50 |
if ( $order_id ) {
|
51 |
$this->object = wc_get_order( $order_id );
|
71 |
* @access public
|
72 |
* @return string
|
73 |
*/
|
74 |
+
public function get_content_html() {
|
75 |
ob_start();
|
76 |
wc_get_template( $this->template_html, array(
|
77 |
'order' => $this->object,
|
89 |
* @access public
|
90 |
* @return string
|
91 |
*/
|
92 |
+
public function get_content_plain() {
|
93 |
ob_start();
|
94 |
wc_get_template( $this->template_plain, array(
|
95 |
'order' => $this->object,
|
includes/emails/class-wc-gzd-email-customer-new-account-activation.php
CHANGED
@@ -32,7 +32,7 @@ class WC_GZD_Email_Customer_New_Account_Activation extends WC_Email {
|
|
32 |
* @access public
|
33 |
* @return void
|
34 |
*/
|
35 |
-
function __construct() {
|
36 |
|
37 |
$this->id = 'customer_new_account_activation';
|
38 |
$this->title = __( 'New account activation', 'woocommerce-germanized' );
|
@@ -56,7 +56,7 @@ class WC_GZD_Email_Customer_New_Account_Activation extends WC_Email {
|
|
56 |
* @access public
|
57 |
* @return void
|
58 |
*/
|
59 |
-
function trigger( $user_id, $user_activation, $user_activation_url, $user_pass = '', $password_generated = false ) {
|
60 |
|
61 |
if ( $user_id ) {
|
62 |
$this->object = new WP_User( $user_id );
|
@@ -82,7 +82,7 @@ class WC_GZD_Email_Customer_New_Account_Activation extends WC_Email {
|
|
82 |
* @access public
|
83 |
* @return string
|
84 |
*/
|
85 |
-
function get_content_html() {
|
86 |
ob_start();
|
87 |
wc_get_template( $this->template_html, array(
|
88 |
'email_heading' => $this->get_heading(),
|
@@ -105,7 +105,7 @@ class WC_GZD_Email_Customer_New_Account_Activation extends WC_Email {
|
|
105 |
* @access public
|
106 |
* @return string
|
107 |
*/
|
108 |
-
function get_content_plain() {
|
109 |
ob_start();
|
110 |
wc_get_template( $this->template_plain, array(
|
111 |
'email_heading' => $this->get_heading(),
|
32 |
* @access public
|
33 |
* @return void
|
34 |
*/
|
35 |
+
public function __construct() {
|
36 |
|
37 |
$this->id = 'customer_new_account_activation';
|
38 |
$this->title = __( 'New account activation', 'woocommerce-germanized' );
|
56 |
* @access public
|
57 |
* @return void
|
58 |
*/
|
59 |
+
public function trigger( $user_id, $user_activation, $user_activation_url, $user_pass = '', $password_generated = false ) {
|
60 |
|
61 |
if ( $user_id ) {
|
62 |
$this->object = new WP_User( $user_id );
|
82 |
* @access public
|
83 |
* @return string
|
84 |
*/
|
85 |
+
public function get_content_html() {
|
86 |
ob_start();
|
87 |
wc_get_template( $this->template_html, array(
|
88 |
'email_heading' => $this->get_heading(),
|
105 |
* @access public
|
106 |
* @return string
|
107 |
*/
|
108 |
+
public function get_content_plain() {
|
109 |
ob_start();
|
110 |
wc_get_template( $this->template_plain, array(
|
111 |
'email_heading' => $this->get_heading(),
|
includes/emails/class-wc-gzd-email-customer-paid-for-order.php
CHANGED
@@ -18,19 +18,19 @@ class WC_GZD_Email_Customer_Paid_For_Order extends WC_Email {
|
|
18 |
/**
|
19 |
* Constructor
|
20 |
*/
|
21 |
-
function __construct() {
|
22 |
|
23 |
$this->id = 'customer_paid_for_order';
|
24 |
$this->customer_email = true;
|
25 |
$this->title = __( 'Paid for order', 'woocommerce-germanized' );
|
26 |
$this->description = __( 'This E-Mail is being sent to a customer after the order has been paid.', 'woocommerce-germanized' );
|
27 |
|
28 |
-
$this->heading = __( 'Payment received', 'woocommerce-germanized' );
|
29 |
-
$this->subject = __( 'Payment received for order {order_number}', 'woocommerce-germanized' );
|
30 |
-
|
31 |
$this->template_html = 'emails/customer-paid-for-order.php';
|
32 |
$this->template_plain = 'emails/plain/customer-paid-for-order.php';
|
33 |
|
|
|
|
|
|
|
34 |
// Triggers for this email
|
35 |
add_action( 'woocommerce_order_status_pending_to_processing_notification', array( $this, 'trigger' ), 30 );
|
36 |
|
18 |
/**
|
19 |
* Constructor
|
20 |
*/
|
21 |
+
public function __construct() {
|
22 |
|
23 |
$this->id = 'customer_paid_for_order';
|
24 |
$this->customer_email = true;
|
25 |
$this->title = __( 'Paid for order', 'woocommerce-germanized' );
|
26 |
$this->description = __( 'This E-Mail is being sent to a customer after the order has been paid.', 'woocommerce-germanized' );
|
27 |
|
|
|
|
|
|
|
28 |
$this->template_html = 'emails/customer-paid-for-order.php';
|
29 |
$this->template_plain = 'emails/plain/customer-paid-for-order.php';
|
30 |
|
31 |
+
$this->heading = __( 'Payment received', 'woocommerce-germanized' );
|
32 |
+
$this->subject = __( 'Payment received for order {order_number}', 'woocommerce-germanized' );
|
33 |
+
|
34 |
// Triggers for this email
|
35 |
add_action( 'woocommerce_order_status_pending_to_processing_notification', array( $this, 'trigger' ), 30 );
|
36 |
|
includes/emails/class-wc-gzd-email-customer-revocation.php
CHANGED
@@ -21,7 +21,7 @@ class WC_GZD_Email_Customer_Revocation extends WC_Email {
|
|
21 |
* @access public
|
22 |
* @return void
|
23 |
*/
|
24 |
-
function __construct() {
|
25 |
|
26 |
$this->id = 'customer_revocation';
|
27 |
$this->title = __( 'Revocation', 'woocommerce-germanized' );
|
@@ -45,7 +45,7 @@ class WC_GZD_Email_Customer_Revocation extends WC_Email {
|
|
45 |
* @access public
|
46 |
* @return void
|
47 |
*/
|
48 |
-
function trigger( $user_data = array() ) {
|
49 |
|
50 |
if ( !empty( $user_data['address_mail'] ) ) {
|
51 |
$this->object = $user_data;
|
@@ -67,7 +67,7 @@ class WC_GZD_Email_Customer_Revocation extends WC_Email {
|
|
67 |
* @access public
|
68 |
* @return string
|
69 |
*/
|
70 |
-
function get_content_html() {
|
71 |
ob_start();
|
72 |
wc_get_template( $this->template_html, array(
|
73 |
'user' => $this->object,
|
@@ -86,7 +86,7 @@ class WC_GZD_Email_Customer_Revocation extends WC_Email {
|
|
86 |
* @access public
|
87 |
* @return string
|
88 |
*/
|
89 |
-
function get_content_plain() {
|
90 |
ob_start();
|
91 |
wc_get_template( $this->template_plain, array(
|
92 |
'user' => $this->object,
|
21 |
* @access public
|
22 |
* @return void
|
23 |
*/
|
24 |
+
public function __construct() {
|
25 |
|
26 |
$this->id = 'customer_revocation';
|
27 |
$this->title = __( 'Revocation', 'woocommerce-germanized' );
|
45 |
* @access public
|
46 |
* @return void
|
47 |
*/
|
48 |
+
public function trigger( $user_data = array() ) {
|
49 |
|
50 |
if ( !empty( $user_data['address_mail'] ) ) {
|
51 |
$this->object = $user_data;
|
67 |
* @access public
|
68 |
* @return string
|
69 |
*/
|
70 |
+
public function get_content_html() {
|
71 |
ob_start();
|
72 |
wc_get_template( $this->template_html, array(
|
73 |
'user' => $this->object,
|
86 |
* @access public
|
87 |
* @return string
|
88 |
*/
|
89 |
+
public function get_content_plain() {
|
90 |
ob_start();
|
91 |
wc_get_template( $this->template_plain, array(
|
92 |
'user' => $this->object,
|
includes/emails/class-wc-gzd-email-customer-sepa-direct-debit-mandate.php
CHANGED
@@ -23,7 +23,7 @@ class WC_GZD_Email_Customer_SEPA_Direct_Debit_Mandate extends WC_Email {
|
|
23 |
* @access public
|
24 |
* @return void
|
25 |
*/
|
26 |
-
function __construct() {
|
27 |
|
28 |
$this->id = 'customer_sepa_direct_debit_mandate';
|
29 |
$this->title = __( 'SEPA Direct Debit Mandate', 'woocommerce-germanized' );
|
@@ -47,7 +47,7 @@ class WC_GZD_Email_Customer_SEPA_Direct_Debit_Mandate extends WC_Email {
|
|
47 |
* @access public
|
48 |
* @return void
|
49 |
*/
|
50 |
-
function trigger( $order ) {
|
51 |
|
52 |
if ( ! is_object( $order ) ) {
|
53 |
$order = wc_get_order( absint( $order ) );
|
@@ -80,7 +80,7 @@ class WC_GZD_Email_Customer_SEPA_Direct_Debit_Mandate extends WC_Email {
|
|
80 |
* @access public
|
81 |
* @return string
|
82 |
*/
|
83 |
-
function get_content_html() {
|
84 |
ob_start();
|
85 |
wc_get_template( $this->template_html, array(
|
86 |
'order' => $this->object,
|
@@ -100,7 +100,7 @@ class WC_GZD_Email_Customer_SEPA_Direct_Debit_Mandate extends WC_Email {
|
|
100 |
* @access public
|
101 |
* @return string
|
102 |
*/
|
103 |
-
function get_content_plain() {
|
104 |
ob_start();
|
105 |
wc_get_template( $this->template_plain, array(
|
106 |
'order' => $this->object,
|
23 |
* @access public
|
24 |
* @return void
|
25 |
*/
|
26 |
+
public function __construct() {
|
27 |
|
28 |
$this->id = 'customer_sepa_direct_debit_mandate';
|
29 |
$this->title = __( 'SEPA Direct Debit Mandate', 'woocommerce-germanized' );
|
47 |
* @access public
|
48 |
* @return void
|
49 |
*/
|
50 |
+
public function trigger( $order ) {
|
51 |
|
52 |
if ( ! is_object( $order ) ) {
|
53 |
$order = wc_get_order( absint( $order ) );
|
80 |
* @access public
|
81 |
* @return string
|
82 |
*/
|
83 |
+
public function get_content_html() {
|
84 |
ob_start();
|
85 |
wc_get_template( $this->template_html, array(
|
86 |
'order' => $this->object,
|
100 |
* @access public
|
101 |
* @return string
|
102 |
*/
|
103 |
+
public function get_content_plain() {
|
104 |
ob_start();
|
105 |
wc_get_template( $this->template_plain, array(
|
106 |
'order' => $this->object,
|
includes/emails/class-wc-gzd-email-customer-trusted-shops.php
CHANGED
@@ -18,18 +18,17 @@ class WC_GZD_Email_Customer_Trusted_Shops extends WC_Email {
|
|
18 |
/**
|
19 |
* Constructor
|
20 |
*/
|
21 |
-
function __construct() {
|
22 |
|
23 |
$this->id = 'customer_trusted_shops';
|
24 |
$this->title = _x( 'Trusted Shops Review Reminder', 'trusted-shops', 'woocommerce-germanized' );
|
25 |
$this->description = _x( 'This E-Mail is being sent to a customer to remind him about the possibility to leave a review at Trusted Shops.', 'trusted-shops', 'woocommerce-germanized' );
|
26 |
|
27 |
-
$this->heading = _x( 'Please rate your Order', 'trusted-shops', 'woocommerce-germanized' );
|
28 |
-
$this->subject = _x( 'Please rate your {site_title} order from {order_date}', 'trusted-shops', 'woocommerce-germanized' );
|
29 |
-
|
30 |
$this->template_html = 'emails/customer-trusted-shops.php';
|
31 |
$this->template_plain = 'emails/plain/customer-trusted-shops.php';
|
32 |
|
|
|
|
|
33 |
|
34 |
// Triggers for this email
|
35 |
add_action( 'woocommerce_germanized_trusted_shops_review_notification', array( $this, 'trigger' ) );
|
@@ -46,7 +45,7 @@ class WC_GZD_Email_Customer_Trusted_Shops extends WC_Email {
|
|
46 |
* @access public
|
47 |
* @return void
|
48 |
*/
|
49 |
-
function trigger( $order_id ) {
|
50 |
|
51 |
if ( $order_id ) {
|
52 |
$this->object = wc_get_order( $order_id );
|
@@ -72,7 +71,7 @@ class WC_GZD_Email_Customer_Trusted_Shops extends WC_Email {
|
|
72 |
* @access public
|
73 |
* @return string
|
74 |
*/
|
75 |
-
function get_content_html() {
|
76 |
ob_start();
|
77 |
wc_get_template( $this->template_html, array(
|
78 |
'order' => $this->object,
|
18 |
/**
|
19 |
* Constructor
|
20 |
*/
|
21 |
+
public function __construct() {
|
22 |
|
23 |
$this->id = 'customer_trusted_shops';
|
24 |
$this->title = _x( 'Trusted Shops Review Reminder', 'trusted-shops', 'woocommerce-germanized' );
|
25 |
$this->description = _x( 'This E-Mail is being sent to a customer to remind him about the possibility to leave a review at Trusted Shops.', 'trusted-shops', 'woocommerce-germanized' );
|
26 |
|
|
|
|
|
|
|
27 |
$this->template_html = 'emails/customer-trusted-shops.php';
|
28 |
$this->template_plain = 'emails/plain/customer-trusted-shops.php';
|
29 |
|
30 |
+
$this->heading = _x( 'Please rate your Order', 'trusted-shops', 'woocommerce-germanized' );
|
31 |
+
$this->subject = _x( 'Please rate your {site_title} order from {order_date}', 'trusted-shops', 'woocommerce-germanized' );
|
32 |
|
33 |
// Triggers for this email
|
34 |
add_action( 'woocommerce_germanized_trusted_shops_review_notification', array( $this, 'trigger' ) );
|
45 |
* @access public
|
46 |
* @return void
|
47 |
*/
|
48 |
+
public function trigger( $order_id ) {
|
49 |
|
50 |
if ( $order_id ) {
|
51 |
$this->object = wc_get_order( $order_id );
|
71 |
* @access public
|
72 |
* @return string
|
73 |
*/
|
74 |
+
public function get_content_html() {
|
75 |
ob_start();
|
76 |
wc_get_template( $this->template_html, array(
|
77 |
'order' => $this->object,
|
includes/wc-gzd-cart-functions.php
CHANGED
@@ -251,7 +251,11 @@ function wc_gzd_cart_totals_order_total_html() {
|
|
251 |
echo '<td><strong>' . WC()->cart->get_total() . '</strong></td>';
|
252 |
}
|
253 |
|
254 |
-
function
|
|
|
|
|
|
|
|
|
255 |
|
256 |
$tax_array = array();
|
257 |
|
@@ -259,18 +263,34 @@ function wc_gzd_get_cart_total_taxes() {
|
|
259 |
if ( get_option( 'woocommerce_calc_taxes' ) === 'yes' && WC()->cart->tax_display_cart === 'incl' ) {
|
260 |
|
261 |
if ( get_option( 'woocommerce_tax_total_display' ) == 'itemized' ) {
|
262 |
-
|
263 |
-
|
264 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
265 |
continue;
|
266 |
}
|
|
|
267 |
if ( ! empty( $rate ) && isset( $rate->tax_rate ) ) {
|
268 |
$tax->rate = $rate->tax_rate;
|
269 |
}
|
|
|
270 |
if ( ! isset( $tax_array[ $tax->rate ] ) ) {
|
271 |
-
$tax_array[ $tax->rate ] = array(
|
272 |
-
|
273 |
-
|
|
|
274 |
);
|
275 |
} else {
|
276 |
array_push( $tax_array[ $tax->rate ]['contains'], $tax );
|
@@ -278,7 +298,7 @@ function wc_gzd_get_cart_total_taxes() {
|
|
278 |
}
|
279 |
}
|
280 |
} else {
|
281 |
-
$base_rate = array_values( WC_Tax::
|
282 |
$base_rate = (object) $base_rate[0];
|
283 |
$base_rate->rate = $base_rate->rate;
|
284 |
$tax_array[] = array( 'tax' => $base_rate,
|
251 |
echo '<td><strong>' . WC()->cart->get_total() . '</strong></td>';
|
252 |
}
|
253 |
|
254 |
+
function wc_gzd_cart_remove_shipping_taxes( $taxes, $cart ) {
|
255 |
+
return $cart->taxes;
|
256 |
+
}
|
257 |
+
|
258 |
+
function wc_gzd_get_cart_total_taxes( $include_shipping_taxes = true ) {
|
259 |
|
260 |
$tax_array = array();
|
261 |
|
263 |
if ( get_option( 'woocommerce_calc_taxes' ) === 'yes' && WC()->cart->tax_display_cart === 'incl' ) {
|
264 |
|
265 |
if ( get_option( 'woocommerce_tax_total_display' ) == 'itemized' ) {
|
266 |
+
|
267 |
+
if ( ! $include_shipping_taxes ) {
|
268 |
+
add_filter( 'woocommerce_cart_get_taxes', 'wc_gzd_cart_remove_shipping_taxes', 10, 2 );
|
269 |
+
}
|
270 |
+
|
271 |
+
$taxes = WC()->cart->get_tax_totals();
|
272 |
+
|
273 |
+
if ( ! $include_shipping_taxes ) {
|
274 |
+
remove_filter( 'woocommerce_cart_get_taxes', 'wc_gzd_cart_remove_shipping_taxes', 10, 2 );
|
275 |
+
}
|
276 |
+
|
277 |
+
foreach ( $taxes as $code => $tax ) {
|
278 |
+
|
279 |
+
$rate = wc_gzd_get_tax_rate( $tax->tax_rate_id );
|
280 |
+
|
281 |
+
if ( ! $rate ) {
|
282 |
continue;
|
283 |
}
|
284 |
+
|
285 |
if ( ! empty( $rate ) && isset( $rate->tax_rate ) ) {
|
286 |
$tax->rate = $rate->tax_rate;
|
287 |
}
|
288 |
+
|
289 |
if ( ! isset( $tax_array[ $tax->rate ] ) ) {
|
290 |
+
$tax_array[ $tax->rate ] = array(
|
291 |
+
'tax' => $tax,
|
292 |
+
'amount' => $tax->amount,
|
293 |
+
'contains' => array( $tax )
|
294 |
);
|
295 |
} else {
|
296 |
array_push( $tax_array[ $tax->rate ]['contains'], $tax );
|
298 |
}
|
299 |
}
|
300 |
} else {
|
301 |
+
$base_rate = array_values( WC_Tax::get_base_tax_rates() );
|
302 |
$base_rate = (object) $base_rate[0];
|
303 |
$base_rate->rate = $base_rate->rate;
|
304 |
$tax_array[] = array( 'tax' => $base_rate,
|
includes/wc-gzd-product-functions.php
CHANGED
@@ -92,6 +92,10 @@ function wc_gzd_product_matches_extended_type( $types, $product ) {
|
|
92 |
|
93 |
$matches_type = false;
|
94 |
|
|
|
|
|
|
|
|
|
95 |
if ( ! is_array( $types ) )
|
96 |
$types = array( $types );
|
97 |
|
@@ -99,8 +103,16 @@ function wc_gzd_product_matches_extended_type( $types, $product ) {
|
|
99 |
$matches_type = true;
|
100 |
} else {
|
101 |
foreach ( $types as $type ) {
|
102 |
-
|
103 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
}
|
105 |
}
|
106 |
|
92 |
|
93 |
$matches_type = false;
|
94 |
|
95 |
+
if ( is_a( $product, 'WC_GZD_Product' ) ) {
|
96 |
+
$product = $product->get_wc_product();
|
97 |
+
}
|
98 |
+
|
99 |
if ( ! is_array( $types ) )
|
100 |
$types = array( $types );
|
101 |
|
103 |
$matches_type = true;
|
104 |
} else {
|
105 |
foreach ( $types as $type ) {
|
106 |
+
$getter = "is_" . $type;
|
107 |
+
try {
|
108 |
+
if ( is_callable( array( $product, $getter ) ) ) {
|
109 |
+
$reflection = new ReflectionMethod( $product, $getter );
|
110 |
+
|
111 |
+
if ( $reflection->isPublic() ) {
|
112 |
+
$matches_type = $product->{$getter}() === true;
|
113 |
+
}
|
114 |
+
}
|
115 |
+
} catch ( Exception $e ) {}
|
116 |
}
|
117 |
}
|
118 |
|
includes/wc-gzd-template-functions.php
CHANGED
@@ -648,7 +648,7 @@ if ( ! function_exists( 'woocommerce_gzd_template_order_item_hooks' ) ) {
|
|
648 |
if ( ! function_exists( 'woocommerce_gzd_template_mini_cart_taxes' ) ) {
|
649 |
|
650 |
function woocommerce_gzd_template_mini_cart_taxes() {
|
651 |
-
wc_get_template( 'cart/mini-cart-totals.php', array( 'taxes' => wc_gzd_get_cart_total_taxes(), 'shipping_costs_info' => wc_gzd_get_shipping_costs_text() ) );
|
652 |
}
|
653 |
|
654 |
}
|
648 |
if ( ! function_exists( 'woocommerce_gzd_template_mini_cart_taxes' ) ) {
|
649 |
|
650 |
function woocommerce_gzd_template_mini_cart_taxes() {
|
651 |
+
wc_get_template( 'cart/mini-cart-totals.php', array( 'taxes' => wc_gzd_get_cart_total_taxes( false ), 'shipping_costs_info' => wc_gzd_get_shipping_costs_text() ) );
|
652 |
}
|
653 |
|
654 |
}
|
readme.txt
CHANGED
@@ -1,21 +1,19 @@
|
|
1 |
=== WooCommerce Germanized ===
|
2 |
Contributors: vendidero
|
3 |
-
Tags: woocommerce, german market, german, germany, deutsch, deutschland, de, de_DE, shop,
|
4 |
Requires at least: 3.8
|
5 |
Tested up to: 4.8
|
6 |
WC requires at least: 2.4
|
7 |
WC tested up to: 3.1
|
8 |
-
Stable tag: 1.9.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
12 |
-
Extends WooCommerce to become a legally compliant Shop for German Market. Must Have for every German Shop Owner.
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
-
|
17 |
-
|
18 |
-
WooCommerce Germanized extends WooCommerce to technically match german legal conditions. The objective of this plugin is to perfectly adapt WooCommerce to meet the special requirements of german market. WC Germanized is being continually developed by an experienced german team - on updates of WooCommerce we will respond quickly by offering compatibility.
|
19 |
|
20 |
Users of [WooCommerce Germanized Pro](https://vendidero.de/woocommerce-germanized "WooCommerce optimized for German Market") benefit from additional features such as PDF Invoices, Model Text Generators for terms and revocation, Premium Support and more!
|
21 |
|
@@ -36,6 +34,8 @@ Furthermore we have customized the checkout to make your WooCommerce Shop meet t
|
|
36 |
* Double Opt In for Customers
|
37 |
* Tax Calculation for Shipping Costs and Fees
|
38 |
* Terms, Revocation etc. in certain Email Templates
|
|
|
|
|
39 |
* Payment Gateway: SEPA direct debit
|
40 |
* Payment Gateway: Pay by Invoice
|
41 |
* Payment Gateway Fees
|
@@ -53,7 +53,7 @@ Trusted Shops certifies Shops after selected and weighted criteria and has caref
|
|
53 |
Of course Trusted Shops customers may embed their quality seals or further Trusted Shops Products as genuine Seller and Product Reviews by adapting just a few options within WooCommerce Germanized.
|
54 |
|
55 |
= Properly Implemented =
|
56 |
-
While developing
|
57 |
Most of the changes are made by using Hooks & Filters so that Germanized is compatible to almost every Theme.
|
58 |
|
59 |
= SEPA Direct Debit & Pay By Invoice for WooCommerce =
|
@@ -63,9 +63,6 @@ Furthermore the customer may preview his SEPA Mandate before submitting the orde
|
|
63 |
SEPA Mandates in XML format to import mandates to their house bank our banking software.
|
64 |
Pay By Invoice may be optionally restricted to regular customers only.
|
65 |
|
66 |
-
= WPML and PolyLang Support =
|
67 |
-
For those of you running WPML or PolyLang as multi-language Plugins: Don't worry! Germanized supports both plugins and enables you to easily translate the (product) options added by Germanized.
|
68 |
-
|
69 |
= Pro: WooCommerce PDF Invoices & Packing Slips =
|
70 |
As a Pro User of WC Germanized you may automatically or manually create PDF Invoices and Packing Slips for your orders. Doing so you may customize the PDF layout to meet your Corporate Design.
|
71 |
You may upload your head of a letter which will be used as background for your PDF's. With only a few clicks you may export (CSV, zip) invoices for your tax consultant or accountant.
|
@@ -87,7 +84,7 @@ At the moment professional version supports the following Themes:
|
|
87 |
* Virtue
|
88 |
|
89 |
= Pro: Premium Support =
|
90 |
-
Customers of
|
91 |
|
92 |
= Double Opt In for WooCommerce =
|
93 |
A new judgement of a German Court makes Shop Managers nervous about whether Double Opt In is required for Online Shops. Therefor WC Germanized offers Double Opt In Support for WooCommerce.
|
@@ -100,11 +97,7 @@ Shop managers may check order details and then manually confirm the order throug
|
|
100 |
|
101 |
= Delivery to DHL Parcel Shops =
|
102 |
You may optionally choose to offer delivery to DHL parcel shops or pick-up stations. Customers may find a parcel shop nearby by embedding an overlay of the DHL search API.
|
103 |
-
On choosing a parcel shop within the overlay the corresponding data is automatically added to the checkout fields.
|
104 |
-
|
105 |
-
= eKomi Integration =
|
106 |
-
Shop managers who are using eKomi as a Review Management Service may easily integrate it's features within WooCommerce.
|
107 |
-
Easily set up eKomi by adapting a few Settings within WooCommerce Germanized.
|
108 |
|
109 |
== Installation ==
|
110 |
|
@@ -176,6 +169,14 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
|
|
176 |
|
177 |
== Changelog ==
|
178 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
179 |
= 1.9.0 =
|
180 |
* Feature: Woo 3.1 CSV Import/Export Support
|
181 |
* Feature: Differential Taxation
|
1 |
=== WooCommerce Germanized ===
|
2 |
Contributors: vendidero
|
3 |
+
Tags: woocommerce, german market, german, woocommerce-de, germany, deutsch, deutschland, de, de_DE, shop, e-commerce, ecommerce, woothemes, sepa, invoice
|
4 |
Requires at least: 3.8
|
5 |
Tested up to: 4.8
|
6 |
WC requires at least: 2.4
|
7 |
WC tested up to: 3.1
|
8 |
+
Stable tag: 1.9.1
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
12 |
+
Extends WooCommerce to become a legally compliant Shop for German Market. Must Have for every German WooCommerce Shop Owner.
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
+
**WooCommerce Germanized** extends WooCommerce to technically match german legal conditions. The objective of this plugin is to perfectly adapt WooCommerce to meet the special requirements of german market. WC Germanized is being continually developed by an experienced german team - on updates of WooCommerce we will respond quickly by offering compatibility.
|
|
|
|
|
17 |
|
18 |
Users of [WooCommerce Germanized Pro](https://vendidero.de/woocommerce-germanized "WooCommerce optimized for German Market") benefit from additional features such as PDF Invoices, Model Text Generators for terms and revocation, Premium Support and more!
|
19 |
|
34 |
* Double Opt In for Customers
|
35 |
* Tax Calculation for Shipping Costs and Fees
|
36 |
* Terms, Revocation etc. in certain Email Templates
|
37 |
+
* Trusted Shops Integration
|
38 |
+
* eKomi Integration
|
39 |
* Payment Gateway: SEPA direct debit
|
40 |
* Payment Gateway: Pay by Invoice
|
41 |
* Payment Gateway Fees
|
53 |
Of course Trusted Shops customers may embed their quality seals or further Trusted Shops Products as genuine Seller and Product Reviews by adapting just a few options within WooCommerce Germanized.
|
54 |
|
55 |
= Properly Implemented =
|
56 |
+
While developing WooCommerce Germanized we have specifically considered clean integration within WooCommerce and WordPress by adapting core functionality.
|
57 |
Most of the changes are made by using Hooks & Filters so that Germanized is compatible to almost every Theme.
|
58 |
|
59 |
= SEPA Direct Debit & Pay By Invoice for WooCommerce =
|
63 |
SEPA Mandates in XML format to import mandates to their house bank our banking software.
|
64 |
Pay By Invoice may be optionally restricted to regular customers only.
|
65 |
|
|
|
|
|
|
|
66 |
= Pro: WooCommerce PDF Invoices & Packing Slips =
|
67 |
As a Pro User of WC Germanized you may automatically or manually create PDF Invoices and Packing Slips for your orders. Doing so you may customize the PDF layout to meet your Corporate Design.
|
68 |
You may upload your head of a letter which will be used as background for your PDF's. With only a few clicks you may export (CSV, zip) invoices for your tax consultant or accountant.
|
84 |
* Virtue
|
85 |
|
86 |
= Pro: Premium Support =
|
87 |
+
Customers of Woo Germanized Pro enjoy our qualified Germanized Support via Tickets. Of course we also seek to offer a good Plugin Support via WordPress Support Forums.
|
88 |
|
89 |
= Double Opt In for WooCommerce =
|
90 |
A new judgement of a German Court makes Shop Managers nervous about whether Double Opt In is required for Online Shops. Therefor WC Germanized offers Double Opt In Support for WooCommerce.
|
97 |
|
98 |
= Delivery to DHL Parcel Shops =
|
99 |
You may optionally choose to offer delivery to DHL parcel shops or pick-up stations. Customers may find a parcel shop nearby by embedding an overlay of the DHL search API.
|
100 |
+
On choosing a parcel shop within the overlay the corresponding data is automatically added to the WooCommerce checkout fields.
|
|
|
|
|
|
|
|
|
101 |
|
102 |
== Installation ==
|
103 |
|
169 |
|
170 |
== Changelog ==
|
171 |
|
172 |
+
= 1.9.1 =
|
173 |
+
* Feature: Display toggle options for Email filters (e.g. base price)
|
174 |
+
* Fix: Extend product type matching (display options)
|
175 |
+
* Fix: Virtual VAT customer vat exempt check
|
176 |
+
* Fix: Better Email hook removal
|
177 |
+
* Improvement: filter for get_customer_title
|
178 |
+
* Improvement: Cleaned up Email code
|
179 |
+
|
180 |
= 1.9.0 =
|
181 |
* Feature: Woo 3.1 CSV Import/Export Support
|
182 |
* Feature: Differential Taxation
|
templates/cart/mini-cart-totals.php
CHANGED
@@ -8,6 +8,7 @@
|
|
8 |
*/
|
9 |
|
10 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
|
|
11 |
?>
|
12 |
|
13 |
<?php foreach( $taxes as $tax ) : ?>
|
8 |
*/
|
9 |
|
10 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
11 |
+
|
12 |
?>
|
13 |
|
14 |
<?php foreach( $taxes as $tax ) : ?>
|
woocommerce-germanized.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WooCommerce Germanized
|
4 |
* Plugin URI: https://www.vendidero.de/woocommerce-germanized
|
5 |
* Description: Extends WooCommerce to become a legally compliant store for the german market.
|
6 |
-
* Version: 1.9.
|
7 |
* Author: Vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
* Requires at least: 3.8
|
@@ -29,7 +29,7 @@ final class WooCommerce_Germanized {
|
|
29 |
*
|
30 |
* @var string
|
31 |
*/
|
32 |
-
public $version = '1.9.
|
33 |
|
34 |
/**
|
35 |
* Single instance of WooCommerce Germanized Main Class
|
3 |
* Plugin Name: WooCommerce Germanized
|
4 |
* Plugin URI: https://www.vendidero.de/woocommerce-germanized
|
5 |
* Description: Extends WooCommerce to become a legally compliant store for the german market.
|
6 |
+
* Version: 1.9.1
|
7 |
* Author: Vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
* Requires at least: 3.8
|
29 |
*
|
30 |
* @var string
|
31 |
*/
|
32 |
+
public $version = '1.9.1';
|
33 |
|
34 |
/**
|
35 |
* Single instance of WooCommerce Germanized Main Class
|