Version Description
- Feature: Adjust order shopmarks (e.g. thankyou, pay for order)
- Feature: Woo 5.7 support
- Improvement: On new installs: Remove privacy page from general checkbox label and disable privacy registration checkbox
- Improvement: OSS query performance optimization
- Improvement: Post: Allow switching page position on a per-label basis
- Improvement: Warenpost tracking support detection
- Improvement: Favour default packaging in case exists and fits
Download this release
Release Info
Developer | vendidero |
Plugin | WooCommerce Germanized |
Version | 3.6.0 |
Comparing to | |
See all releases |
Code changes from version 3.5.4 to 3.6.0
- assets/css/admin-activation.css +16 -12
- assets/css/admin-activation.min.css +1 -1
- assets/css/admin-activation.scss +8 -1
- assets/css/admin-settings.css +0 -18
- assets/css/admin-settings.min.css +1 -1
- assets/css/admin-settings.scss +0 -28
- assets/css/admin.css +43 -6
- assets/css/admin.min.css +1 -1
- assets/css/admin.scss +67 -8
- assets/images/dpd.png +0 -0
- i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE.po +449 -407
- i18n/languages/woocommerce-germanized-de_DE_formal.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE_formal.po +449 -407
- includes/admin/class-wc-gzd-admin-legal-checkboxes.php +0 -44
- includes/admin/class-wc-gzd-admin-provider-dpd.php +47 -0
- includes/admin/class-wc-gzd-admin-setup-wizard.php +30 -8
- includes/admin/class-wc-gzd-admin-welcome.php +33 -42
- includes/admin/class-wc-gzd-admin.php +14 -0
- includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php +1 -1
- includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php +1 -1
- includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php +4 -0
- includes/admin/settings/class-wc-gzd-settings-tab-general.php +2 -4
- includes/admin/settings/class-wc-gzd-settings-tab-oss.php +8 -0
- includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php +26 -2
- includes/class-wc-gzd-checkout.php +22 -0
- includes/class-wc-gzd-emails.php +7 -7
- includes/class-wc-gzd-legal-checkbox-manager.php +4 -4
- includes/class-wc-gzd-revocation.php +22 -17
- includes/wc-gzd-cart-functions.php +30 -7
- includes/wc-gzd-core-functions.php +30 -1
- includes/wc-gzd-template-functions.php +26 -3
- includes/wc-gzd-template-hooks.php +4 -3
- packages/one-stop-shop-woocommerce/one-stop-shop-woocommerce.php +1 -1
- packages/one-stop-shop-woocommerce/readme.txt +5 -2
- packages/one-stop-shop-woocommerce/src/Package.php +1 -1
- packages/one-stop-shop-woocommerce/src/Queue.php +24 -16
- packages/one-stop-shop-woocommerce/src/Tax.php +12 -4
- packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php +2 -2
- packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php +19 -1
- packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php +2 -0
- packages/woocommerce-germanized-dhl/src/Package.php +1 -1
- packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php +26 -0
- packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php +1 -1
- packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php +1 -0
- packages/woocommerce-germanized-shipments/src/Admin/Settings.php +2 -0
- packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php +18 -0
- packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php +2 -0
- packages/woocommerce-germanized-shipments/src/Package.php +1 -1
- packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php +4 -0
- packages/woocommerce-germanized-shipments/src/Validation.php +0 -2
- packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php +1 -1
- readme.txt +15 -6
- src/Shopmarks.php +71 -2
- templates/global/payment-methods.php +2 -9
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/InstalledVersions.php +14 -14
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.json +28 -28
- vendor/composer/installed.php +14 -14
- vendor/composer/jetpack_autoload_classmap.php +110 -110
- vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
- vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
- vendor/jetpack-autoloader/class-autoloader.php +1 -1
- vendor/jetpack-autoloader/class-container.php +1 -1
- vendor/jetpack-autoloader/class-hook-manager.php +1 -1
- vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
- vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
- vendor/jetpack-autoloader/class-path-processor.php +1 -1
- vendor/jetpack-autoloader/class-php-autoloader.php +1 -1
- vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
- vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
- vendor/jetpack-autoloader/class-shutdown-handler.php +1 -1
- vendor/jetpack-autoloader/class-version-loader.php +1 -1
- vendor/jetpack-autoloader/class-version-selector.php +1 -1
- vendor/setasign/fpdf/changelog.htm +4 -0
- vendor/setasign/fpdf/doc/index.htm +2 -2
- vendor/setasign/fpdf/fpdf.php +4 -4
- vendor/setasign/fpdf/tutorial/CevicheOne-Regular-Licence.txt +94 -0
- vendor/setasign/fpdf/tutorial/CevicheOne-Regular.php +25 -0
- vendor/setasign/fpdf/tutorial/CevicheOne-Regular.ttf +0 -0
- vendor/setasign/fpdf/tutorial/CevicheOne-Regular.z +0 -0
- vendor/setasign/fpdf/tutorial/calligra.php +0 -25
- vendor/setasign/fpdf/tutorial/calligra.ttf +0 -0
- vendor/setasign/fpdf/tutorial/calligra.z +0 -0
- vendor/setasign/fpdf/tutorial/tuto7.htm +8 -13
- vendor/setasign/fpdf/tutorial/tuto7.php +2 -2
- woocommerce-germanized.php +4 -4
assets/css/admin-activation.css
CHANGED
@@ -71,19 +71,23 @@
|
|
71 |
.dashboard_page_wc-gzd-about .feature-section {
|
72 |
border: none; }
|
73 |
|
74 |
-
.wc-gzd-actions
|
75 |
-
|
76 |
-
|
77 |
-
.wc-gzd-actions
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
background-color: #363636 !important;
|
84 |
border: 1px solid #000 !important;
|
85 |
-
|
86 |
-
|
|
|
|
|
|
|
|
|
|
|
87 |
|
88 |
.woocommerce-gzd-message .form-table tr td, .woocommerce-gzd-message .form-table tr th {
|
89 |
padding: 0.7rem 0;
|
71 |
.dashboard_page_wc-gzd-about .feature-section {
|
72 |
border: none; }
|
73 |
|
74 |
+
.wc-gzd-actions {
|
75 |
+
width: 100%;
|
76 |
+
clear: both; }
|
77 |
+
.wc-gzd-actions.wc-gzd-actions-right {
|
78 |
+
text-align: right; }
|
79 |
+
.wc-gzd-actions a.button {
|
80 |
+
margin-right: .5em; }
|
81 |
+
.wc-gzd-actions a.wc-gzd-default-button, .wc-gzd-actions .woocommerce-gzd-message .button-primary {
|
82 |
+
background-color: #262626 !important;
|
|
|
83 |
border: 1px solid #000 !important;
|
84 |
+
text-shadow: none !important;
|
85 |
+
background-image: none !important; }
|
86 |
+
.wc-gzd-actions a.wc-gzd-default-button:hover, .wc-gzd-actions .woocommerce-gzd-message .button-primary:hover {
|
87 |
+
background-color: #363636 !important;
|
88 |
+
border: 1px solid #000 !important;
|
89 |
+
background-image: none !important;
|
90 |
+
text-shadow: none !important; }
|
91 |
|
92 |
.woocommerce-gzd-message .form-table tr td, .woocommerce-gzd-message .form-table tr th {
|
93 |
padding: 0.7rem 0;
|
assets/css/admin-activation.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wc-gzd-news p{line-height:1.8;font-size:15px}.wc-gzd-news .about-logo-wrapper{display:flex;flex-wrap:wrap;justify-content:flex-start}.wc-gzd-news .about-logo-wrapper .wc-gzd-logo{display:inline-block!important;text-indent:-9999px;width:298px;vertical-align:top;margin-top:2rem;height:89px;background:url(../images/germanized.svg) no-repeat;background-size:298px auto}.wc-gzd-news .about-logo-wrapper .about-text{display:inline-block;padding:0;max-width:50%;width:50%;margin:0;margin-top:1rem;margin-left:3%}.wc-gzd-news .new-feature img{align-self:center}.wc-gzd-news p.price{font-size:.8em}.wc-gzd-news .columns{display:flex;flex-wrap:wrap;margin-left:-1em;margin-right:-1em}.wc-gzd-news .columns *{box-sizing:border-box}.wc-gzd-news .columns .col{margin-right:0;padding:0 1em;width:33.3333%;align-items:center;display:inline-flex;flex-wrap:wrap}.wc-gzd-news .columns .col h4 .dashicons{margin-right:5px}.wc-gzd-news .columns .col.align-center{display:inline-flex;align-self:center}.wc-gzd-news .columns.two-col .col{width:50%}.dashboard_page_wc-gzd-about h1{width:100%;margin-right:0}.dashboard_page_wc-gzd-about h3 .wc-gzd-pro{font-size:.7em;margin-left:5px;background:0 0;border:1px solid #000;color:#000}.dashboard_page_wc-gzd-about .changelog{margin-top:3em;border-top:1px solid #ccc;padding-top:0}.dashboard_page_wc-gzd-about .feature-section{border:none}.wc-gzd-actions a.button{margin-right:.5em}.wc-gzd-actions .woocommerce-gzd-message .button-primary,.wc-gzd-actions a.button
|
1 |
+
.wc-gzd-news p{line-height:1.8;font-size:15px}.wc-gzd-news .about-logo-wrapper{display:flex;flex-wrap:wrap;justify-content:flex-start}.wc-gzd-news .about-logo-wrapper .wc-gzd-logo{display:inline-block!important;text-indent:-9999px;width:298px;vertical-align:top;margin-top:2rem;height:89px;background:url(../images/germanized.svg) no-repeat;background-size:298px auto}.wc-gzd-news .about-logo-wrapper .about-text{display:inline-block;padding:0;max-width:50%;width:50%;margin:0;margin-top:1rem;margin-left:3%}.wc-gzd-news .new-feature img{align-self:center}.wc-gzd-news p.price{font-size:.8em}.wc-gzd-news .columns{display:flex;flex-wrap:wrap;margin-left:-1em;margin-right:-1em}.wc-gzd-news .columns *{box-sizing:border-box}.wc-gzd-news .columns .col{margin-right:0;padding:0 1em;width:33.3333%;align-items:center;display:inline-flex;flex-wrap:wrap}.wc-gzd-news .columns .col h4 .dashicons{margin-right:5px}.wc-gzd-news .columns .col.align-center{display:inline-flex;align-self:center}.wc-gzd-news .columns.two-col .col{width:50%}.dashboard_page_wc-gzd-about h1{width:100%;margin-right:0}.dashboard_page_wc-gzd-about h3 .wc-gzd-pro{font-size:.7em;margin-left:5px;background:0 0;border:1px solid #000;color:#000}.dashboard_page_wc-gzd-about .changelog{margin-top:3em;border-top:1px solid #ccc;padding-top:0}.dashboard_page_wc-gzd-about .feature-section{border:none}.wc-gzd-actions{width:100%;clear:both}.wc-gzd-actions.wc-gzd-actions-right{text-align:right}.wc-gzd-actions a.button{margin-right:.5em}.wc-gzd-actions .woocommerce-gzd-message .button-primary,.wc-gzd-actions a.wc-gzd-default-button{background-color:#262626!important;border:1px solid #000!important;text-shadow:none!important;background-image:none!important}.wc-gzd-actions .woocommerce-gzd-message .button-primary:hover,.wc-gzd-actions a.wc-gzd-default-button:hover{background-color:#363636!important;border:1px solid #000!important;background-image:none!important;text-shadow:none!important}.woocommerce-gzd-message .form-table tr td,.woocommerce-gzd-message .form-table tr th{padding:.7rem 0;margin:0}.woocommerce-gzd-message a.wc-gzd-skip{opacity:.7}div.woocommerce-gzd-message{border-left:4px solid #bb2525!important}div.woocommerce-gzd-message p{max-width:100%!important}
|
assets/css/admin-activation.scss
CHANGED
@@ -99,11 +99,18 @@
|
|
99 |
}
|
100 |
|
101 |
.wc-gzd-actions {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
a.button {
|
103 |
margin-right: .5em;
|
104 |
}
|
105 |
|
106 |
-
a.button
|
107 |
background-color: #262626 !important;
|
108 |
border: 1px solid #000 !important;
|
109 |
text-shadow: none !important;
|
99 |
}
|
100 |
|
101 |
.wc-gzd-actions {
|
102 |
+
width: 100%;
|
103 |
+
clear: both;
|
104 |
+
|
105 |
+
&.wc-gzd-actions-right {
|
106 |
+
text-align: right;
|
107 |
+
}
|
108 |
+
|
109 |
a.button {
|
110 |
margin-right: .5em;
|
111 |
}
|
112 |
|
113 |
+
a.wc-gzd-default-button, .woocommerce-gzd-message .button-primary {
|
114 |
background-color: #262626 !important;
|
115 |
border: 1px solid #000 !important;
|
116 |
text-shadow: none !important;
|
assets/css/admin-settings.css
CHANGED
@@ -13,17 +13,6 @@
|
|
13 |
color: #222;
|
14 |
border: 1px solid #222; }
|
15 |
|
16 |
-
.wc-gzd-settings .wc-gzd-pro-outlined {
|
17 |
-
margin-left: 5px;
|
18 |
-
margin-top: 3px;
|
19 |
-
border: 1px solid #222;
|
20 |
-
color: #222;
|
21 |
-
background: transparent; }
|
22 |
-
|
23 |
-
.wc-gzd-settings a .wc-gzd-pro-outlined {
|
24 |
-
border: 1px solid #0073aa;
|
25 |
-
color: #0073aa; }
|
26 |
-
|
27 |
.wc-gzd-settings .wc-gzd-dash-button {
|
28 |
margin-right: 5px;
|
29 |
text-indent: 9999px;
|
@@ -210,13 +199,6 @@
|
|
210 |
box-shadow: none;
|
211 |
border: none; }
|
212 |
|
213 |
-
a.page-title-action .wc-gzd-pro {
|
214 |
-
background: #0073aa; }
|
215 |
-
|
216 |
-
a.page-title-action:hover .wc-gzd-pro {
|
217 |
-
background: #fff;
|
218 |
-
color: #0073aa; }
|
219 |
-
|
220 |
/**
|
221 |
Checkbox UI
|
222 |
*/
|
13 |
color: #222;
|
14 |
border: 1px solid #222; }
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
.wc-gzd-settings .wc-gzd-dash-button {
|
17 |
margin-right: 5px;
|
18 |
text-indent: 9999px;
|
199 |
box-shadow: none;
|
200 |
border: none; }
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
/**
|
203 |
Checkbox UI
|
204 |
*/
|
assets/css/admin-settings.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wc-gzd-settings .nav-tab-wrapper a.nav-tab[href*="tab=germanized"]{border-bottom:1px solid #f1f1f1;background:#f1f1f1;color:#000;margin-bottom:-1px;box-shadow:none}.wc-gzd-settings ul.subsubsub{margin-top:0}.wc-gzd-settings ul.subsubsub li a .wc-gzd-pro{margin-left:3px}.wc-gzd-settings ul.subsubsub li a.current .wc-gzd-pro{color:#222;border:1px solid #222}.wc-gzd-settings .wc-gzd-
|
1 |
+
.wc-gzd-settings .nav-tab-wrapper a.nav-tab[href*="tab=germanized"]{border-bottom:1px solid #f1f1f1;background:#f1f1f1;color:#000;margin-bottom:-1px;box-shadow:none}.wc-gzd-settings ul.subsubsub{margin-top:0}.wc-gzd-settings ul.subsubsub li a .wc-gzd-pro{margin-left:3px}.wc-gzd-settings ul.subsubsub li a.current .wc-gzd-pro{color:#222;border:1px solid #222}.wc-gzd-settings .wc-gzd-dash-button{margin-right:5px;text-indent:9999px;position:relative;display:inline-block;padding:0;height:2em;width:2em;overflow:hidden;vertical-align:middle}.wc-gzd-settings .wc-gzd-dash-button::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.85;content:"\f464"}.wc-gzd-settings .wc-gzd-dash-button.help-link::after{content:"?";font-family:inherit;font-weight:700}.wc-gzd-settings .wc-gzd-settings-breadcrumb{display:flex;flex-wrap:wrap;justify-content:flex-start;font-size:1.4em;align-items:center;margin-bottom:.5em}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item{display:flex;flex-wrap:wrap;align-items:center}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item a.page-title-action{margin-left:1em;position:inherit;top:0}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item a.breadcrumb-link{text-decoration:none;display:inline-flex;white-space:nowrap;align-items:center;color:#444}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item a.breadcrumb-link:hover{color:#000!important}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item a.breadcrumb-link::after{font-family:Dashicons;font-weight:400;margin:0 2px;margin-top:2px;font-size:.9em;text-transform:none;line-height:1;text-indent:0;width:100%;height:100%;text-align:center;content:"\f345"}.wc-gzd-settings .wc-gzd-settings-breadcrumb li.breadcrumb-item.breadcrumb-item-active{font-weight:600;color:#000}.wc-gzd-settings .wc-gzd-setting-header{font-size:1.4em}.wc-gzd-settings .wc-gzd-setting-header .page-title-action{top:-1px}.wc-gzd-settings .wc-gzd-setting-tabs{margin-top:1.5em}.wc-gzd-settings .wc-gzd-setting-tabs td,.wc-gzd-settings .wc-gzd-setting-tabs th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em;font-size:14px}.wc-gzd-settings .wc-gzd-setting-tabs th{font-weight:600}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-enabled,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-enabled{width:1%;text-align:center}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-enabled .status-disabled,.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-enabled .status-enabled,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-enabled .status-disabled,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-enabled .status-enabled{display:inline-block;margin-top:3px}.wc-gzd-settings .wc-gzd-setting-tabs a .wc-gzd-pro{margin-left:3px}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-actions,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-actions{width:15%;text-align:right}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-actions{display:flex;justify-content:flex-end;flex-wrap:wrap}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-actions .button{margin-right:5px}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-actions .button:last-child{margin-right:0}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-name,.wc-gzd-settings .wc-gzd-setting-tabs th.wc-gzd-setting-tab-name{width:25ch}.wc-gzd-settings .wc-gzd-setting-tabs td.wc-gzd-setting-tab-name{font-weight:700;white-space:nowrap}.wc-gzd-settings .wc-gzd-setting-tabs tr:nth-child(odd) td{background:#f9f9f9}.wc-gzd-admin-settings{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:1em}.wc-gzd-admin-settings.wc-gzd-admin-settings-has-sidebar{box-sizing:border-box}.wc-gzd-admin-settings.wc-gzd-admin-settings-has-sidebar .wc-gzd-admin-settings-fields{width:65%;padding-right:5%}.wc-gzd-admin-settings.wc-gzd-admin-settings-has-sidebar .wc-gzd-admin-settings-sidebar{width:30%}.wc-gzd-admin-settings tbody.ui-sortable tr:hover{cursor:move}.wc-gzd-admin-settings .forminp-radio fieldset p{margin-bottom:1em}.wc-gzd-admin-settings th.forminp-image{padding-right:0!important}.wc-gzd-admin-settings.wc-gzd-admin-settings-contract th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-germanized-emails-attachments th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-invoices th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-multistep_checkout th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-revocation_generator th.forminp-image,.wc-gzd-admin-settings.wc-gzd-admin-settings-terms_generator th.forminp-image{padding-top:0}.wc-gzd-admin-settings .forminp-image img,.wc-gzd-admin-settings .wc-gzd-premium img{max-width:100%;height:auto;opacity:.7}.wc-gzd-admin-settings #woocommerce_gzdp_terms_generator img{max-width:100%}.wc-gzd-admin-settings .woocommerce table.form-table th.forminp-image{padding-right:0}.wc-gzd-admin-settings tr.single_select_page .description{display:block;margin-top:.5em}.wc-gzd-admin-settings tr.wc-gzd-setting-invisible{display:none}.wc-gzd-admin-settings td .wc-gzd-additional-desc{margin-top:1em;line-height:1.5em;background:#fff;padding:.5em;font-style:normal;font-size:14px;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.wc-gzd-admin-settings td .wc-gzd-additional-desc .wc-gzd-tax-example{margin-top:.5em}.wc-gzd-admin-settings .wc-gzd-label-wrap{position:relative;display:block;vertical-align:middle}.wc-gzd-admin-settings .wc-gzd-label-wrap .woocommerce-help-tip{margin:-8px -24px 0 0!important;position:absolute;right:0;top:50%}.wc-gzd-admin-settings td.forminp-gzd_toggle p.description,.wc-gzd-admin-settings td.forminp-gzd_toggle span.description{display:inline-block;font-style:normal;font-size:14px;margin-left:5px}.wc-gzd-admin-settings td.forminp-gzd_toggle p.description .wc-gzd-additional-desc,.wc-gzd-admin-settings td.forminp-gzd_toggle span.description .wc-gzd-additional-desc{margin-bottom:-1em}.wc-gzd-admin-settings td.forminp-gzd_toggle fieldset{margin-top:1.25em}.wc-gzd-admin-settings td.forminp-gzd_toggle fieldset:first-child{margin-top:0}.wc-gzd-admin-settings a.woocommerce-gzd-input-toggle-trigger,.wc-gzd-setting-tabs a.woocommerce-gzd-input-toggle-trigger{color:transparent;border:none;text-decoration:none}.wc-gzd-admin-settings a.woocommerce-gzd-input-toggle-trigger:focus,.wc-gzd-setting-tabs a.woocommerce-gzd-input-toggle-trigger:focus{color:transparent;box-shadow:none;border:none}table.wc-gzd-legal-checkboxes thead th{vertical-align:middle}table.wc-gzd-legal-checkboxes thead th.wc-gzd-legal-checkbox-sort{text-align:center}table.wc-gzd-legal-checkboxes td,table.wc-gzd-legal-checkboxes th{vertical-align:top;line-height:24px;padding:1em!important;font-size:14px;background:#fff;display:table-cell!important}table.wc-gzd-legal-checkboxes td ul,table.wc-gzd-legal-checkboxes th ul{margin:0}table.wc-gzd-legal-checkboxes td .status-disabled,table.wc-gzd-legal-checkboxes td .status-enabled,table.wc-gzd-legal-checkboxes th .status-disabled,table.wc-gzd-legal-checkboxes th .status-enabled{margin-top:3px}table.wc-gzd-legal-checkboxes td.wc-gzd-legal-checkbox-locations ul li,table.wc-gzd-legal-checkboxes th.wc-gzd-legal-checkbox-locations ul li{line-height:24px;font-size:14px;color:#555;display:inline;margin:0}table.wc-gzd-legal-checkboxes td.wc-gzd-legal-checkbox-locations ul li::before,table.wc-gzd-legal-checkboxes th.wc-gzd-legal-checkbox-locations ul li::before{content:', '}table.wc-gzd-legal-checkboxes td.wc-gzd-legal-checkbox-locations ul li:first-child::before,table.wc-gzd-legal-checkboxes th.wc-gzd-legal-checkbox-locations ul li:first-child::before{content:''}table.wc-gzd-legal-checkboxes td.wc-gzd-legal-checkbox-sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:left;height:100%;line-height:24px}table.wc-gzd-legal-checkboxes tbody.wc-gzd-legal-checkbox-rows td{border-top:2px solid #f9f9f9}table.wc-gzd-legal-checkboxes tbody.wc-gzd-legal-checkbox-rows tr:first-child td{border-top:0}table.wc-gzd-legal-checkboxes tbody.wc-gzd-legal-checkbox-rows tr:nth-child(odd) td{background:#f9f9f9}.wc-gzd-premium-overlay{border-left-color:#639aff!important}.wc-gzd-admin-settings-sidebar{box-sizing:border-box}.wc-gzd-admin-settings-sidebar .wc-gzd-admin-settings-sidebar-inner{padding:1em;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.wc-gzd-admin-settings-sidebar .wc-gzd-admin-settings-sidebar-inner.sticky{position:sticky;top:50px}.wc-gzd-admin-settings-sidebar h1:first-of-type,.wc-gzd-admin-settings-sidebar h2:first-of-type,.wc-gzd-admin-settings-sidebar h3:first-of-type{margin-top:0}.wc-gzd-admin-settings-sidebar img{width:100%}.wc-gzd-admin-settings-sidebar .browser{border-radius:3px}.wc-gzd-admin-settings-sidebar .small{font-size:.9em;display:block;margin-top:.5em;color:#888}.wc-gzd-admin-settings-checkboxes td.forminp-textarea p code{margin:.5em 0;display:block}.wc-gzd-admin-settings-checkboxes td.forminp-textarea p{margin-bottom:1em}.wc-gzd-admin-settings-checkboxes td.forminp-textarea .gzd-small-desc{font-size:12px;font-style:italic;display:block}.wc-gzd-admin-settings-checkboxes td.forminp-text .description{margin-top:.5em;line-height:1.5em;display:block}
|
assets/css/admin-settings.scss
CHANGED
@@ -30,21 +30,6 @@
|
|
30 |
}
|
31 |
}
|
32 |
|
33 |
-
.wc-gzd-pro-outlined {
|
34 |
-
margin-left: 5px;
|
35 |
-
margin-top: 3px;
|
36 |
-
border: 1px solid #222;
|
37 |
-
color: #222;
|
38 |
-
background: transparent;
|
39 |
-
}
|
40 |
-
|
41 |
-
a {
|
42 |
-
.wc-gzd-pro-outlined {
|
43 |
-
border: 1px solid #0073aa;
|
44 |
-
color: #0073aa;
|
45 |
-
}
|
46 |
-
}
|
47 |
-
|
48 |
.wc-gzd-dash-button {
|
49 |
margin-right: 5px;
|
50 |
text-indent: 9999px;
|
@@ -340,19 +325,6 @@
|
|
340 |
}
|
341 |
}
|
342 |
|
343 |
-
a.page-title-action {
|
344 |
-
.wc-gzd-pro {
|
345 |
-
background: #0073aa;
|
346 |
-
}
|
347 |
-
|
348 |
-
&:hover {
|
349 |
-
.wc-gzd-pro {
|
350 |
-
background: #fff;
|
351 |
-
color: #0073aa;
|
352 |
-
}
|
353 |
-
}
|
354 |
-
}
|
355 |
-
|
356 |
/**
|
357 |
Checkbox UI
|
358 |
*/
|
30 |
}
|
31 |
}
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
.wc-gzd-dash-button {
|
34 |
margin-right: 5px;
|
35 |
text-indent: 9999px;
|
325 |
}
|
326 |
}
|
327 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
328 |
/**
|
329 |
Checkbox UI
|
330 |
*/
|
assets/css/admin.css
CHANGED
@@ -54,10 +54,18 @@ table.data_table tr td p.form-field {
|
|
54 |
transform: scale(1.02);
|
55 |
cursor: pointer; }
|
56 |
.wc-gzd-button .wc-gzd-pro {
|
|
|
57 |
background: #fff;
|
58 |
color: #000; }
|
59 |
.wc-gzd-button .wc-gzd-pro:hover {
|
60 |
color: #000; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
.wc-gzd-button-wrapper .button {
|
63 |
margin-right: 1em; }
|
@@ -77,18 +85,47 @@ table.data_table tr td p.form-field {
|
|
77 |
opacity: 1 !important;
|
78 |
text-decoration: none; }
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
.wc-gzd-premium-section-tab {
|
81 |
background: #e4e4e4;
|
82 |
border: 1px solid #CCC;
|
83 |
color: #555;
|
84 |
padding: 0 3px; }
|
85 |
|
86 |
-
.wc-gzd-pro:visited {
|
87 |
-
color: #FFF; }
|
88 |
-
|
89 |
-
.wc-gzd-pro:hover {
|
90 |
-
color: #FFF; }
|
91 |
-
|
92 |
.tourbus-leg-inner .wc-gzd-pro {
|
93 |
top: -3px; }
|
94 |
|
54 |
transform: scale(1.02);
|
55 |
cursor: pointer; }
|
56 |
.wc-gzd-button .wc-gzd-pro {
|
57 |
+
margin: 0 2px;
|
58 |
background: #fff;
|
59 |
color: #000; }
|
60 |
.wc-gzd-button .wc-gzd-pro:hover {
|
61 |
color: #000; }
|
62 |
+
.wc-gzd-button .wc-gzd-pro-outlined {
|
63 |
+
margin: 0 2px;
|
64 |
+
color: #FFF;
|
65 |
+
border-color: #FFF;
|
66 |
+
background: transparent; }
|
67 |
+
.wc-gzd-button .wc-gzd-pro-outlined:hover {
|
68 |
+
color: #FFF; }
|
69 |
|
70 |
.wc-gzd-button-wrapper .button {
|
71 |
margin-right: 1em; }
|
85 |
opacity: 1 !important;
|
86 |
text-decoration: none; }
|
87 |
|
88 |
+
a.wc-gzd-pro:not(.wc-gzd-pro-outlined):hover {
|
89 |
+
background: #4a4a4a;
|
90 |
+
color: #FFF; }
|
91 |
+
|
92 |
+
.wc-gzd-pro-outlined {
|
93 |
+
margin-left: 5px;
|
94 |
+
margin-top: 3px;
|
95 |
+
border: 1px solid #222;
|
96 |
+
color: #222;
|
97 |
+
background: transparent; }
|
98 |
+
.wc-gzd-pro-outlined:hover {
|
99 |
+
color: #222; }
|
100 |
+
|
101 |
+
a .wc-gzd-pro-outlined {
|
102 |
+
text-decoration: none;
|
103 |
+
border: 1px solid #0073aa;
|
104 |
+
color: #0073aa; }
|
105 |
+
a .wc-gzd-pro-outlined:hover {
|
106 |
+
color: #135e96; }
|
107 |
+
|
108 |
+
a.wc-gzd-pro-outlined {
|
109 |
+
text-decoration: none;
|
110 |
+
border: 1px solid #0073aa;
|
111 |
+
font-weight: bold;
|
112 |
+
color: #0073aa !important;
|
113 |
+
margin: 0 2px; }
|
114 |
+
a.wc-gzd-pro-outlined:hover {
|
115 |
+
color: #135e96 !important; }
|
116 |
+
|
117 |
+
a.page-title-action .wc-gzd-pro {
|
118 |
+
background: #0073aa; }
|
119 |
+
|
120 |
+
a.page-title-action:hover .wc-gzd-pro:not(.wc-gzd-pro-outlined) {
|
121 |
+
background: #0a4b78; }
|
122 |
+
|
123 |
.wc-gzd-premium-section-tab {
|
124 |
background: #e4e4e4;
|
125 |
border: 1px solid #CCC;
|
126 |
color: #555;
|
127 |
padding: 0 3px; }
|
128 |
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
.tourbus-leg-inner .wc-gzd-pro {
|
130 |
top: -3px; }
|
131 |
|
assets/css/admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
table.data_table tr td p.form-field{margin:0!important;padding:0!important}.woocommerce-gzd-message{position:relative;overflow:hidden}.woocommerce-gzd-message ul{list-style-type:disc;padding-left:1.5em}.woocommerce-gzd-message .notice-dismiss{position:static;float:right;padding:0 15px 10px 28px;margin-top:-10px;font-size:13px;line-height:1.2em;text-decoration:none}.woocommerce-gzd-message .notice-dismiss::before{position:relative;top:18px;left:-20px;transition:all .1s ease-in-out}.woocommerce-gzd-message p.submit .button{margin-right:1em}.variable_cart_mini_desc .wp-editor-tools{margin-top:-3em}.variable_cart_mini_desc_pre .wp-editor-tools{margin-top:-2em}.wc-gzd-resend-activation-link{margin-top:1em!important}.wc-gzd-unit-price-disabled-notice{margin:1em 0!important;box-sizing:border-box;display:none;padding:5px 12px}._billing_address_1_field,._billing_title_field,._shipping_address_1_field,._shipping_title_field{width:100%!important}.wc-gzd-button{background-color:#639aff!important;background-image:linear-gradient(120deg,#639aff 0,#9a4dff 100%)!important;color:#fff!important;box-shadow:inset 0 0 30px rgba(255,255,255,0),0 19px 25px -17px rgba(3,39,64,.4)!important;border:1px solid transparent!important;text-shadow:none!important;transition:transform .3s,box-shadow .3s ease-in-out,color .3s ease-in-out}.wc-gzd-button:hover{transform:scale(1.02);cursor:pointer}.wc-gzd-button .wc-gzd-pro{background:#fff;color:#000}.wc-gzd-button .wc-gzd-pro:hover{color:#000}.wc-gzd-button-wrapper .button{margin-right:1em}.wc-gzd-pro{font-size:9px;border-radius:3px;line-height:9px;color:#fff;text-align:center;text-transform:uppercase;padding:1px 3px;position:relative;top:-1px;background:#222;font-style:normal;opacity:1!important;text-decoration:none}.wc-gzd-
|
1 |
+
table.data_table tr td p.form-field{margin:0!important;padding:0!important}.woocommerce-gzd-message{position:relative;overflow:hidden}.woocommerce-gzd-message ul{list-style-type:disc;padding-left:1.5em}.woocommerce-gzd-message .notice-dismiss{position:static;float:right;padding:0 15px 10px 28px;margin-top:-10px;font-size:13px;line-height:1.2em;text-decoration:none}.woocommerce-gzd-message .notice-dismiss::before{position:relative;top:18px;left:-20px;transition:all .1s ease-in-out}.woocommerce-gzd-message p.submit .button{margin-right:1em}.variable_cart_mini_desc .wp-editor-tools{margin-top:-3em}.variable_cart_mini_desc_pre .wp-editor-tools{margin-top:-2em}.wc-gzd-resend-activation-link{margin-top:1em!important}.wc-gzd-unit-price-disabled-notice{margin:1em 0!important;box-sizing:border-box;display:none;padding:5px 12px}._billing_address_1_field,._billing_title_field,._shipping_address_1_field,._shipping_title_field{width:100%!important}.wc-gzd-button{background-color:#639aff!important;background-image:linear-gradient(120deg,#639aff 0,#9a4dff 100%)!important;color:#fff!important;box-shadow:inset 0 0 30px rgba(255,255,255,0),0 19px 25px -17px rgba(3,39,64,.4)!important;border:1px solid transparent!important;text-shadow:none!important;transition:transform .3s,box-shadow .3s ease-in-out,color .3s ease-in-out}.wc-gzd-button:hover{transform:scale(1.02);cursor:pointer}.wc-gzd-button .wc-gzd-pro{margin:0 2px;background:#fff;color:#000}.wc-gzd-button .wc-gzd-pro:hover{color:#000}.wc-gzd-button .wc-gzd-pro-outlined{margin:0 2px;color:#fff;border-color:#fff;background:0 0}.wc-gzd-button .wc-gzd-pro-outlined:hover{color:#fff}.wc-gzd-button-wrapper .button{margin-right:1em}.wc-gzd-pro{font-size:9px;border-radius:3px;line-height:9px;color:#fff;text-align:center;text-transform:uppercase;padding:1px 3px;position:relative;top:-1px;background:#222;font-style:normal;opacity:1!important;text-decoration:none}a.wc-gzd-pro:not(.wc-gzd-pro-outlined):hover{background:#4a4a4a;color:#fff}.wc-gzd-pro-outlined{margin-left:5px;margin-top:3px;border:1px solid #222;color:#222;background:0 0}.wc-gzd-pro-outlined:hover{color:#222}a .wc-gzd-pro-outlined{text-decoration:none;border:1px solid #0073aa;color:#0073aa}a .wc-gzd-pro-outlined:hover{color:#135e96}a.wc-gzd-pro-outlined{text-decoration:none;border:1px solid #0073aa;font-weight:700;color:#0073aa!important;margin:0 2px}a.wc-gzd-pro-outlined:hover{color:#135e96!important}a.page-title-action .wc-gzd-pro{background:#0073aa}a.page-title-action:hover .wc-gzd-pro:not(.wc-gzd-pro-outlined){background:#0a4b78}.wc-gzd-premium-section-tab{background:#e4e4e4;border:1px solid #ccc;color:#555;padding:0 3px}.tourbus-leg-inner .wc-gzd-pro{top:-3px}p._unit_price_auto_field label{display:block!important;margin-bottom:5px}._unit_price_auto_field .wc-gzd-premium-desc,._unit_price_auto_field input,._unit_price_auto_field label{opacity:.6}table.wc-gzd-tax-example tr td,table.wc-gzd-tax-example tr th{padding:5px;font-size:.9em}table.wc-gzd-tax-example tr td:first-child,table.wc-gzd-tax-example tr th:first-child{padding-left:0}#gzd-admin-sepa{padding-top:1em;display:block;clear:both;width:100%}.wc-action-button-xml:after{content:"\f475"}#order_data .order_data_column a.download_sepa_xml{width:14px;height:0;padding:14px 0 0;margin:0 0 0 6px;overflow:hidden;position:relative;color:#999;border:0;float:right}#order_data .order_data_column a.download_sepa_xml::after{font-family:Dashicons;content:'\f546';position:absolute;top:0;left:0;text-align:center;vertical-align:top;line-height:14px;font-size:14px;font-weight:400;-webkit-font-smoothing:antialiased}#order_data .order_data_column ._direct_debit_bic_field,#order_data .order_data_column ._direct_debit_holder_field,#order_data .order_data_column ._direct_debit_iban_field,#order_data .order_data_column ._direct_debit_mandate_id_field{clear:left;width:100%!important}#order_data .order_data_column ._direct_debit_bic_field input,#order_data .order_data_column ._direct_debit_holder_field input,#order_data .order_data_column ._direct_debit_iban_field input,#order_data .order_data_column ._direct_debit_mandate_id_field input{width:100%}#order_data ._shipping_parcelshop_post_number_field{clear:left;width:100%!important}.wc-gzd-text-red{color:red}.wc-gzd-status-text{font-weight:600}.wc-gzd-text-green{color:green}.order_actions .xml{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.order_actions .xml:after{content:"\e00d";font-family:WooCommerce;text-indent:0;position:absolute;width:100%;height:100%;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;top:0;left:0;line-height:1.85;margin:0;text-align:center;font-weight:400}.parcel-delivery-checkbox-status{float:left;width:100%;clear:both}
|
assets/css/admin.scss
CHANGED
@@ -76,6 +76,7 @@ table.data_table tr td p.form-field {
|
|
76 |
}
|
77 |
|
78 |
.wc-gzd-pro {
|
|
|
79 |
background: #fff;
|
80 |
color: #000;
|
81 |
|
@@ -83,6 +84,17 @@ table.data_table tr td p.form-field {
|
|
83 |
color: #000;
|
84 |
}
|
85 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
}
|
87 |
|
88 |
.wc-gzd-button-wrapper .button {
|
@@ -105,6 +117,61 @@ table.data_table tr td p.form-field {
|
|
105 |
text-decoration: none;
|
106 |
}
|
107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
.wc-gzd-premium-section-tab {
|
109 |
background: #e4e4e4;
|
110 |
border: 1px solid #CCC;
|
@@ -112,14 +179,6 @@ table.data_table tr td p.form-field {
|
|
112 |
padding: 0 3px;
|
113 |
}
|
114 |
|
115 |
-
.wc-gzd-pro:visited {
|
116 |
-
color: #FFF;
|
117 |
-
}
|
118 |
-
|
119 |
-
.wc-gzd-pro:hover {
|
120 |
-
color: #FFF;
|
121 |
-
}
|
122 |
-
|
123 |
.tourbus-leg-inner .wc-gzd-pro {
|
124 |
top: -3px;
|
125 |
}
|
76 |
}
|
77 |
|
78 |
.wc-gzd-pro {
|
79 |
+
margin: 0 2px;
|
80 |
background: #fff;
|
81 |
color: #000;
|
82 |
|
84 |
color: #000;
|
85 |
}
|
86 |
}
|
87 |
+
|
88 |
+
.wc-gzd-pro-outlined {
|
89 |
+
margin: 0 2px;
|
90 |
+
color: #FFF;
|
91 |
+
border-color: #FFF;
|
92 |
+
background: transparent;
|
93 |
+
|
94 |
+
&:hover {
|
95 |
+
color: #FFF;
|
96 |
+
}
|
97 |
+
}
|
98 |
}
|
99 |
|
100 |
.wc-gzd-button-wrapper .button {
|
117 |
text-decoration: none;
|
118 |
}
|
119 |
|
120 |
+
a.wc-gzd-pro:not(.wc-gzd-pro-outlined) {
|
121 |
+
&:hover {
|
122 |
+
background: #4a4a4a;
|
123 |
+
color: #FFF;
|
124 |
+
}
|
125 |
+
}
|
126 |
+
|
127 |
+
.wc-gzd-pro-outlined {
|
128 |
+
margin-left: 5px;
|
129 |
+
margin-top: 3px;
|
130 |
+
border: 1px solid #222;
|
131 |
+
color: #222;
|
132 |
+
background: transparent;
|
133 |
+
|
134 |
+
&:hover {
|
135 |
+
color: #222;
|
136 |
+
}
|
137 |
+
}
|
138 |
+
|
139 |
+
a {
|
140 |
+
.wc-gzd-pro-outlined {
|
141 |
+
text-decoration: none;
|
142 |
+
border: 1px solid #0073aa;
|
143 |
+
color: #0073aa;
|
144 |
+
|
145 |
+
&:hover {
|
146 |
+
color: #135e96;
|
147 |
+
}
|
148 |
+
}
|
149 |
+
}
|
150 |
+
|
151 |
+
a.wc-gzd-pro-outlined {
|
152 |
+
text-decoration: none;
|
153 |
+
border: 1px solid #0073aa;
|
154 |
+
font-weight: bold;
|
155 |
+
color: #0073aa !important;
|
156 |
+
margin: 0 2px;
|
157 |
+
|
158 |
+
&:hover {
|
159 |
+
color: #135e96 !important;
|
160 |
+
}
|
161 |
+
}
|
162 |
+
|
163 |
+
a.page-title-action {
|
164 |
+
.wc-gzd-pro {
|
165 |
+
background: #0073aa;
|
166 |
+
}
|
167 |
+
|
168 |
+
&:hover {
|
169 |
+
.wc-gzd-pro:not(.wc-gzd-pro-outlined) {
|
170 |
+
background: #0a4b78;
|
171 |
+
}
|
172 |
+
}
|
173 |
+
}
|
174 |
+
|
175 |
.wc-gzd-premium-section-tab {
|
176 |
background: #e4e4e4;
|
177 |
border: 1px solid #CCC;
|
179 |
padding: 0 3px;
|
180 |
}
|
181 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
.tourbus-leg-inner .wc-gzd-pro {
|
183 |
top: -3px;
|
184 |
}
|
assets/images/dpd.png
ADDED
Binary file
|
i18n/languages/woocommerce-germanized-de_DE.mo
CHANGED
Binary file
|
i18n/languages/woocommerce-germanized-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2021-
|
6 |
-
"PO-Revision-Date: 2021-
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
@@ -614,76 +614,76 @@ msgctxt "oss"
|
|
614 |
msgid "Learn More"
|
615 |
msgstr "Mehr erfahren"
|
616 |
|
617 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
618 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
619 |
#, php-format
|
620 |
msgctxt "oss"
|
621 |
msgid "Tax class (%s)"
|
622 |
msgstr "Steuerklasse (%s)"
|
623 |
|
624 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
625 |
msgctxt "oss"
|
626 |
msgid "Same as parent"
|
627 |
msgstr "Gleiche wie übergeordnet"
|
628 |
|
629 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
630 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
631 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
632 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
633 |
msgctxt "oss"
|
634 |
msgid "remove"
|
635 |
msgstr "Löschen"
|
636 |
|
637 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
638 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
639 |
msgctxt "oss"
|
640 |
msgid "Add country specific tax class (OSS)"
|
641 |
msgstr "Länderspezifische Steuerklasse hinzufügen (OSS)"
|
642 |
|
643 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
644 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
645 |
msgctxt "oss"
|
646 |
msgid "Select country"
|
647 |
msgstr "Land auswählen"
|
648 |
|
649 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
650 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
651 |
msgid "Reduced rate"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
655 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
656 |
msgctxt "oss"
|
657 |
msgid "Greater reduced rate"
|
658 |
msgstr "Zusätzlicher reduzierter Preis"
|
659 |
|
660 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
661 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
662 |
msgctxt "oss"
|
663 |
msgid "Super reduced rate"
|
664 |
msgstr "Stark reduzierter Preis"
|
665 |
|
666 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
667 |
msgctxt "oss"
|
668 |
msgid "Madeira"
|
669 |
msgstr "Madeira"
|
670 |
|
671 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
672 |
msgctxt "oss"
|
673 |
msgid "Acores"
|
674 |
msgstr "Azoren"
|
675 |
|
676 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
677 |
msgctxt "oss"
|
678 |
msgid "Northern Ireland"
|
679 |
msgstr "Nordirland"
|
680 |
|
681 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
682 |
msgctxt "oss-tax-rate-import"
|
683 |
msgid "Exempt"
|
684 |
msgstr "Ausnahme"
|
685 |
|
686 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
687 |
#, php-format
|
688 |
msgctxt "oss-tax-rate-import"
|
689 |
msgid "VAT %1$s %% %2$s"
|
@@ -2851,7 +2851,7 @@ msgid "The minimum amount is %s"
|
|
2851 |
msgstr "Der Minimalbetrag beträgt %s"
|
2852 |
|
2853 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:374
|
2854 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2855 |
#, php-format
|
2856 |
msgctxt "dhl"
|
2857 |
msgid ""
|
@@ -2869,12 +2869,22 @@ msgctxt "dhl"
|
|
2869 |
msgid "Page Format"
|
2870 |
msgstr "Seitenformat"
|
2871 |
|
2872 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2873 |
msgctxt "dhl"
|
2874 |
msgid "The services chosen are not available for the current product."
|
2875 |
msgstr "Die ausgewählten Services sind für dieses Produkt nicht verfügbar."
|
2876 |
|
2877 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2878 |
#, php-format
|
2879 |
msgctxt "dhl"
|
2880 |
msgid "Deutsche Post product is missing for %s."
|
@@ -3272,7 +3282,7 @@ msgstr "Speichern"
|
|
3272 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
3273 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
|
3274 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:687
|
3275 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
3276 |
msgctxt "shipments"
|
3277 |
msgid "Title"
|
3278 |
msgstr "Titel"
|
@@ -3280,7 +3290,7 @@ msgstr "Titel"
|
|
3280 |
# @ woocommerce-germanized
|
3281 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
|
3282 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:454
|
3283 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
3284 |
msgctxt "shipments"
|
3285 |
msgid "Description"
|
3286 |
msgstr "Beschreibung"
|
@@ -4510,7 +4520,7 @@ msgstr ""
|
|
4510 |
# @ woocommerce-germanized
|
4511 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:415
|
4512 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
|
4513 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4514 |
msgctxt "shipments"
|
4515 |
msgid "General"
|
4516 |
msgstr "Allgemein"
|
@@ -4520,12 +4530,12 @@ msgctxt "shipments"
|
|
4520 |
msgid "Addresses"
|
4521 |
msgstr "Adressen"
|
4522 |
|
4523 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
4524 |
msgctxt "shipments"
|
4525 |
msgid "More services"
|
4526 |
msgstr "Mehr Services"
|
4527 |
|
4528 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
4529 |
msgctxt "shipments"
|
4530 |
msgid "Fewer services"
|
4531 |
msgstr "Weniger Services"
|
@@ -5173,8 +5183,8 @@ msgstr "Produkt nicht verfügbar."
|
|
5173 |
|
5174 |
#: woocommerce-germanized-shipments/src/Shipment.php:1055
|
5175 |
#: woocommerce-germanized-shipments/src/Shipment.php:1303
|
5176 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5177 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5178 |
#, php-format
|
5179 |
msgctxt "full name"
|
5180 |
msgid "%1$s %2$s"
|
@@ -5290,7 +5300,7 @@ msgstr ""
|
|
5290 |
"Wähle einen Versanddienstleister aus, der standardmäßig für eine infrage "
|
5291 |
"kommende Sendung hinterlegt wird."
|
5292 |
|
5293 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5294 |
msgctxt "shipments"
|
5295 |
msgid ""
|
5296 |
"Your shipment is being processed by {shipping_provider}. If you want to "
|
@@ -5304,22 +5314,22 @@ msgstr ""
|
|
5304 |
"die Paketverfolgungsdaten zum Zeitpunkt des Erhalts dieser E-Mail noch nicht "
|
5305 |
"den neuesten Stand wiedergeben."
|
5306 |
|
5307 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5308 |
msgctxt "shipments"
|
5309 |
msgid "Choose a title for the shipping provider."
|
5310 |
msgstr "Wähle einen Titel für den Versanddienstleister."
|
5311 |
|
5312 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5313 |
msgctxt "shipments"
|
5314 |
msgid "Choose a description for the shipping provider."
|
5315 |
msgstr "Wähle eine Beschreibung für den Versanddienstleister."
|
5316 |
|
5317 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5318 |
msgctxt "shipments"
|
5319 |
msgid "Tracking URL"
|
5320 |
msgstr "Sendungsverfolgung URL"
|
5321 |
|
5322 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5323 |
#, php-format
|
5324 |
msgctxt "shipments"
|
5325 |
msgid ""
|
@@ -5333,12 +5343,12 @@ msgstr ""
|
|
5333 |
"einzufügen: %s"
|
5334 |
|
5335 |
# @ woocommerce-germanized
|
5336 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5337 |
msgctxt "shipments"
|
5338 |
msgid "Tracking description"
|
5339 |
msgstr "Sendungsverfolgung Hinweis"
|
5340 |
|
5341 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5342 |
#, php-format
|
5343 |
msgctxt "shipments"
|
5344 |
msgid ""
|
@@ -5353,17 +5363,17 @@ msgstr ""
|
|
5353 |
"einzufügen: %s"
|
5354 |
|
5355 |
# @ woocommerce-germanized
|
5356 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5357 |
msgctxt "shipments"
|
5358 |
msgid "Customer returns"
|
5359 |
msgstr "Rücksendungen"
|
5360 |
|
5361 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5362 |
msgctxt "shipments"
|
5363 |
msgid "Allow customers to submit return requests to shipments."
|
5364 |
msgstr "Erlaube Kunden eine Rücksendung zu einer Sendung zu beantragen."
|
5365 |
|
5366 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5367 |
#, php-format
|
5368 |
msgctxt "shipments"
|
5369 |
msgid ""
|
@@ -5377,27 +5387,27 @@ msgstr ""
|
|
5377 |
"Gästen zu erfahren, lese bitte die %s."
|
5378 |
|
5379 |
# @ woocommerce-germanized
|
5380 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5381 |
msgctxt "shipments"
|
5382 |
msgid "Return Dashboard"
|
5383 |
msgstr "Retouren-Dashboard"
|
5384 |
|
5385 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5386 |
msgctxt "shipments"
|
5387 |
msgid "docs"
|
5388 |
msgstr "Dokumentation"
|
5389 |
|
5390 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5391 |
msgctxt "shipments"
|
5392 |
msgid "Guest returns"
|
5393 |
msgstr "Retouren für Gäste"
|
5394 |
|
5395 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5396 |
msgctxt "shipments"
|
5397 |
msgid "Allow guests to submit return requests to shipments."
|
5398 |
msgstr "Erlaube Gästen Rücksendeanträge zu Bestellungen zu beantragen."
|
5399 |
|
5400 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5401 |
#, php-format
|
5402 |
msgctxt "shipments"
|
5403 |
msgid ""
|
@@ -5411,18 +5421,18 @@ msgstr ""
|
|
5411 |
"Rücksende-Formular für Gäste auf deiner Seite zu platzieren."
|
5412 |
|
5413 |
# @ woocommerce-germanized
|
5414 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5415 |
msgctxt "shipments"
|
5416 |
msgid "Manual confirmation"
|
5417 |
msgstr "Manuelle Bestätigung"
|
5418 |
|
5419 |
# @ woocommerce-germanized
|
5420 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5421 |
msgctxt "shipments"
|
5422 |
msgid "Return requests need manual confirmation."
|
5423 |
msgstr "Rücksendeanträge benötigen eine manuelle Bestätigung."
|
5424 |
|
5425 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5426 |
msgctxt "shipments"
|
5427 |
msgid ""
|
5428 |
"By default return request need manual confirmation e.g. a shop manager needs "
|
@@ -5439,12 +5449,12 @@ msgstr ""
|
|
5439 |
"Mail-Bestätigung samt Retouren-Label."
|
5440 |
|
5441 |
# @ woocommerce-germanized
|
5442 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5443 |
msgctxt "shipments"
|
5444 |
msgid "Return instructions"
|
5445 |
msgstr "Rücksende-Anweisungen"
|
5446 |
|
5447 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5448 |
msgctxt "shipments"
|
5449 |
msgid ""
|
5450 |
"Provide your customer with instructions on how to return the shipment after "
|
@@ -5457,7 +5467,7 @@ msgstr ""
|
|
5457 |
"kann, solltest du deine Kunden darüber informieren, woher ein Label für die "
|
5458 |
"Rücksendung bezogen werden kann."
|
5459 |
|
5460 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5461 |
#, php-format
|
5462 |
msgctxt "shipments"
|
5463 |
msgid ""
|
@@ -5469,12 +5479,12 @@ msgstr ""
|
|
5469 |
"Einstellungen</a>. Passe diese Einstellungen nur dann an, wenn du explizit "
|
5470 |
"Abweichungen speziell für diese Versandmethode konfigurieren willst."
|
5471 |
|
5472 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5473 |
msgctxt "shipments"
|
5474 |
msgid "Return Requests"
|
5475 |
msgstr "Rücksendeanträge"
|
5476 |
|
5477 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5478 |
msgctxt "shipments"
|
5479 |
msgid "This shipping provider does not support creating labels."
|
5480 |
msgstr "Dieser Versanddienstleister unterstützt keine Label-Erzeugung."
|
@@ -5848,7 +5858,7 @@ msgstr "l"
|
|
5848 |
# @ woocommerce-germanized
|
5849 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:566
|
5850 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:576
|
5851 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5852 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:597
|
5853 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:605
|
5854 |
msgid "incl. VAT"
|
@@ -5861,7 +5871,7 @@ msgstr "exkl. MwSt."
|
|
5861 |
|
5862 |
# @ woocommerce-germanized
|
5863 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:568
|
5864 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5865 |
#, php-format
|
5866 |
msgid "incl. %s%% VAT"
|
5867 |
msgstr "inkl. %s %% MwSt."
|
@@ -5886,30 +5896,11 @@ msgstr "Ja, der Kunde wurde per Double-Opt-In bestätigt"
|
|
5886 |
msgid "Resend activation link"
|
5887 |
msgstr "Aktivierungscode erneut versenden"
|
5888 |
|
5889 |
-
|
5890 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:63
|
5891 |
-
msgid "Please choose a page as your privacy policy first."
|
5892 |
-
msgstr "Bitte hinterlege zuerst deine Datenschutzerklärung."
|
5893 |
-
|
5894 |
-
# @ woocommerce-germanized
|
5895 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:63
|
5896 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:190
|
5897 |
-
msgid "Found"
|
5898 |
-
msgstr "Eingebunden"
|
5899 |
-
|
5900 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:63
|
5901 |
-
msgid "Not found within label."
|
5902 |
-
msgstr "Nicht gefunden in der Beschriftung."
|
5903 |
-
|
5904 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:63
|
5905 |
-
msgid "Adjust label"
|
5906 |
-
msgstr "Beschriftung anpassen"
|
5907 |
-
|
5908 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:69
|
5909 |
msgid "Global minimum age"
|
5910 |
msgstr "Globales Mindestalter"
|
5911 |
|
5912 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5913 |
msgid ""
|
5914 |
"Choose a global minimum age necessary to buy your products. Can be "
|
5915 |
"overridden by product specific settings."
|
@@ -5918,35 +5909,14 @@ msgstr ""
|
|
5918 |
"zu kaufen. Das Alter kann durch abweichende Produkteinstellungen "
|
5919 |
"überschrieben werden."
|
5920 |
|
5921 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:84
|
5922 |
-
msgid ""
|
5923 |
-
"e.g. include your privacy policy: {data_security_page}Privacy Policy{/"
|
5924 |
-
"data_security_page}"
|
5925 |
-
msgstr ""
|
5926 |
-
"z.B.: Datenschutz-Seite einbinden: {data_security_page}"
|
5927 |
-
"Datenschutzbestimmungen{/data_security_page}"
|
5928 |
-
|
5929 |
# @ woocommerce-germanized
|
5930 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5931 |
-
|
5932 |
-
msgstr "Datenschutz Status"
|
5933 |
-
|
5934 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:93
|
5935 |
-
msgid ""
|
5936 |
-
"This option shows whether you have already embedded your privacy policy "
|
5937 |
-
"within your legal text."
|
5938 |
-
msgstr ""
|
5939 |
-
"Diese Option gibt Aufschluss darüber, ob du deine Datenschutzerklärung "
|
5940 |
-
"korrekt in den rechtlichen Hinweistext integriert hast."
|
5941 |
-
|
5942 |
-
# @ woocommerce-germanized
|
5943 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:104
|
5944 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:129
|
5945 |
msgid "Confirmation"
|
5946 |
msgstr "Bestätigung"
|
5947 |
|
5948 |
# @ woocommerce-germanized
|
5949 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5950 |
msgid ""
|
5951 |
"This text will be appended to your order processing email if the order "
|
5952 |
"contains service products."
|
@@ -5954,8 +5924,8 @@ msgstr ""
|
|
5954 |
"Dieser Text wird an deine Bestellbestätigungs-Email (unterhalb der Tabelle) "
|
5955 |
"angehängt, sobald ein Kunde eine Dienstleistung gekauft hat."
|
5956 |
|
5957 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5958 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5959 |
#, php-format
|
5960 |
msgid ""
|
5961 |
"To insert a link to your cancellation policy use the following placeholder: "
|
@@ -5965,7 +5935,7 @@ msgstr ""
|
|
5965 |
"folgenden Platzhalter: %s"
|
5966 |
|
5967 |
# @ woocommerce-germanized
|
5968 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5969 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:33
|
5970 |
msgid ""
|
5971 |
"Furthermore you have expressly agreed to start the performance of the "
|
@@ -5980,18 +5950,18 @@ msgstr ""
|
|
5980 |
"erlischt."
|
5981 |
|
5982 |
# @ woocommerce-germanized
|
5983 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5984 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:444
|
5985 |
msgid "Downloadable Product"
|
5986 |
msgstr "Herunterladbares Produkt"
|
5987 |
|
5988 |
# @ woocommerce-germanized
|
5989 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5990 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:445
|
5991 |
msgid "Virtual Product"
|
5992 |
msgstr "Virtuelles Produkt"
|
5993 |
|
5994 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5995 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:46
|
5996 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:168
|
5997 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:446
|
@@ -6000,7 +5970,7 @@ msgid "Service"
|
|
6000 |
msgstr "Dienstleistung"
|
6001 |
|
6002 |
# @ woocommerce-germanized
|
6003 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6004 |
msgid ""
|
6005 |
"This text will be appended to your order processing email if the order "
|
6006 |
"contains digital products."
|
@@ -6009,7 +5979,7 @@ msgstr ""
|
|
6009 |
"angehängt, sobald ein Kunde ein digitales Produkt gekauft hat."
|
6010 |
|
6011 |
# @ woocommerce-germanized
|
6012 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6013 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:27
|
6014 |
msgid ""
|
6015 |
"Furthermore you have expressly agreed to start the performance of the "
|
@@ -6024,12 +5994,12 @@ msgstr ""
|
|
6024 |
"verlierst."
|
6025 |
|
6026 |
# @ woocommerce-germanized
|
6027 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6028 |
msgid "Digital Product types"
|
6029 |
msgstr "Digitale Produkttypen"
|
6030 |
|
6031 |
# @ woocommerce-germanized
|
6032 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6033 |
msgid ""
|
6034 |
"Select product types for which the loss of the right of withdrawal notice is "
|
6035 |
"shown. Product types like \"simple product\" may be redundant because they "
|
@@ -6041,11 +6011,11 @@ msgstr ""
|
|
6041 |
"einschließen."
|
6042 |
|
6043 |
# @ woocommerce-germanized
|
6044 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6045 |
msgid "Show checkbox"
|
6046 |
msgstr "Checkbox anzeigen"
|
6047 |
|
6048 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6049 |
msgid ""
|
6050 |
"Choose whether you like to always show the parcel delivery checkbox or do "
|
6051 |
"only show for certain shipping methods."
|
@@ -6054,22 +6024,22 @@ msgstr ""
|
|
6054 |
"bestimmte Versandmethoden anzeigen möchtest."
|
6055 |
|
6056 |
# @ woocommerce-germanized
|
6057 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6058 |
msgid "For certain shipping methods."
|
6059 |
msgstr "Für bestimmte Versandmethoden."
|
6060 |
|
6061 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6062 |
msgid "Always show."
|
6063 |
msgstr "Immer anzeigen."
|
6064 |
|
6065 |
# @ woocommerce-germanized
|
6066 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6067 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:50
|
6068 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6069 |
msgid "Shipping Methods"
|
6070 |
msgstr "Versandarten"
|
6071 |
|
6072 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6073 |
msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
|
6074 |
msgstr ""
|
6075 |
"Wähle Versandmethoden aus für die die Paketdienstleister Checkbox angezeigt "
|
@@ -6107,6 +6077,26 @@ msgstr "Gleiche wie übergeordnet"
|
|
6107 |
msgid "None"
|
6108 |
msgstr "Keine"
|
6109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6110 |
# @ woocommerce-germanized
|
6111 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:62
|
6112 |
msgid "Germanize"
|
@@ -6122,7 +6112,7 @@ msgid "Settings"
|
|
6122 |
msgstr "Einstellungen"
|
6123 |
|
6124 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:76
|
6125 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:
|
6126 |
msgid "Shipping Provider"
|
6127 |
msgstr "Versanddienstleister"
|
6128 |
|
@@ -6149,8 +6139,8 @@ msgid "Insert key"
|
|
6149 |
msgstr "Schlüssel einfügen"
|
6150 |
|
6151 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:102
|
6152 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6153 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6154 |
msgid "Continue"
|
6155 |
msgstr "Weiter"
|
6156 |
|
@@ -6194,20 +6184,20 @@ msgstr "Lasse Germanized EU-Steuersätze importieren."
|
|
6194 |
|
6195 |
# @ woocommerce-germanized
|
6196 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:171
|
6197 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6198 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:42
|
6199 |
msgid "Small-Enterprise-Regulation"
|
6200 |
msgstr "Kleinunternehmerregelung"
|
6201 |
|
6202 |
# @ woocommerce-germanized
|
6203 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:172
|
6204 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6205 |
msgid "VAT based on §19 UStG"
|
6206 |
msgstr "Umsatzsteuerbefreit nach §19 UStG"
|
6207 |
|
6208 |
# @ woocommerce-germanized
|
6209 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:172
|
6210 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6211 |
#, php-format
|
6212 |
msgid ""
|
6213 |
"Enable this option if you have chosen to apply to <a href=\"%s\" target="
|
@@ -6242,64 +6232,69 @@ msgstr ""
|
|
6242 |
"7 Tagen gelöscht</strong>. Die Double-Opt-In <a href=\"%s\" target=\"_blank"
|
6243 |
"\">Einstellungen</a> können nachträglich angepasst werden."
|
6244 |
|
|
|
|
|
|
|
|
|
|
|
6245 |
# @ woocommerce-germanized
|
6246 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6247 |
#, php-format
|
6248 |
msgid "Enable %s integration"
|
6249 |
msgstr "%s Integration aktivieren."
|
6250 |
|
6251 |
# @ woocommerce-germanized
|
6252 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6253 |
msgid "Setup"
|
6254 |
msgstr "Setup"
|
6255 |
|
6256 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6257 |
msgid "Germanized › Setup Wizard"
|
6258 |
msgstr "Germanized › Setup"
|
6259 |
|
6260 |
# @ woocommerce-germanized
|
6261 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6262 |
msgid "Skip Step"
|
6263 |
msgstr "Schritt überspringen"
|
6264 |
|
6265 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6266 |
msgid "Return to WP Admin"
|
6267 |
msgstr "Zurück zu WP Admin"
|
6268 |
|
6269 |
# @ woocommerce-germanized
|
6270 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
6271 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6272 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6273 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6274 |
msgid "Terms & Conditions"
|
6275 |
msgstr "AGB"
|
6276 |
|
6277 |
# @ woocommerce-germanized
|
6278 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:46
|
6279 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6280 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6281 |
msgid "Cancellation Policy"
|
6282 |
msgstr "Widerrufsbelehrung"
|
6283 |
|
6284 |
# @ woocommerce-germanized
|
6285 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
6286 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6287 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6288 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6289 |
msgid "Imprint"
|
6290 |
msgstr "Impressum"
|
6291 |
|
6292 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
|
6293 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6294 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:202
|
6295 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6296 |
msgid "Privacy Policy"
|
6297 |
msgstr "Datenschutz"
|
6298 |
|
6299 |
# @ woocommerce-germanized
|
6300 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
6301 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6302 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6303 |
msgid "Payment Methods"
|
6304 |
msgstr "Zahlungarten"
|
6305 |
|
@@ -6314,7 +6309,7 @@ msgid "Welcome to Germanized"
|
|
6314 |
msgstr "Willkommen bei Germanized"
|
6315 |
|
6316 |
# @ woocommerce-germanized
|
6317 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:
|
6318 |
msgid "Go to Germanized Settings"
|
6319 |
msgstr "Germanized Einstellungen"
|
6320 |
|
@@ -6345,96 +6340,96 @@ msgstr "Germanized Einstellungen"
|
|
6345 |
msgid "Cheatin’ huh?"
|
6346 |
msgstr "So geht das leider nicht.."
|
6347 |
|
6348 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6349 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6350 |
msgctxt "dhl"
|
6351 |
msgid "Action failed. Please refresh the page and retry."
|
6352 |
msgstr ""
|
6353 |
"Aktion fehlgeschlagen. Bitte aktualisiere die Seite und versuchen es erneut."
|
6354 |
|
6355 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6356 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6357 |
msgctxt "dhl"
|
6358 |
msgid "You don't have permission to do this."
|
6359 |
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
6360 |
|
6361 |
# @ woocommerce-germanized
|
6362 |
#. Plugin Name of the plugin/theme
|
6363 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6364 |
msgid "Germanized for WooCommerce"
|
6365 |
msgstr "Germanized für WooCommerce"
|
6366 |
|
6367 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6368 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:49
|
6369 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
6370 |
msgid "Yes"
|
6371 |
msgstr "Ja"
|
6372 |
|
6373 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6374 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
6375 |
msgid "No"
|
6376 |
msgstr "Nein"
|
6377 |
|
6378 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6379 |
msgid "Paid for order notification manually sent to customer."
|
6380 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
6381 |
|
6382 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6383 |
msgid "Order confirmation manually sent to customer."
|
6384 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
6385 |
|
6386 |
# @ woocommerce-germanized
|
6387 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6388 |
msgid "Resend order confirmation"
|
6389 |
msgstr "Bestellbestätigung erneut versenden"
|
6390 |
|
6391 |
# @ woocommerce-germanized
|
6392 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6393 |
msgid "Send paid for order notification"
|
6394 |
msgstr "Bestellung bezahlt manuell versenden"
|
6395 |
|
6396 |
# @ woocommerce-germanized
|
6397 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6398 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:121
|
6399 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
6400 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:
|
6401 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:9
|
6402 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:27
|
6403 |
msgid "Germanized"
|
6404 |
msgstr "Germanized"
|
6405 |
|
6406 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6407 |
msgid "Parcel Delivery Data Transfer:"
|
6408 |
msgstr "Paketdienstleister Datenweitergabe:"
|
6409 |
|
6410 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6411 |
msgid "allowed"
|
6412 |
msgstr "akzeptiert"
|
6413 |
|
6414 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6415 |
msgid "not allowed"
|
6416 |
msgstr "nicht akzeptiert"
|
6417 |
|
6418 |
# @ woocommerce-germanized
|
6419 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6420 |
msgid "Optional Email Content"
|
6421 |
msgstr "Optionaler E-Mail Inhalt"
|
6422 |
|
6423 |
# @ woocommerce-germanized
|
6424 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6425 |
msgid "Add content which will be replacing default page content within emails."
|
6426 |
msgstr ""
|
6427 |
"Fülle dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese "
|
6428 |
"Seite zu bestimmen."
|
6429 |
|
6430 |
# @ woocommerce-germanized
|
6431 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6432 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:164
|
6433 |
msgid "Optional Mini Description"
|
6434 |
msgstr "Warenkorb Kurzbeschreibung"
|
6435 |
|
6436 |
# @ woocommerce-germanized
|
6437 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6438 |
msgid ""
|
6439 |
"This content will be shown as short product description within checkout and "
|
6440 |
"emails."
|
@@ -7008,11 +7003,11 @@ msgid "Button Solution"
|
|
7008 |
msgstr "Button-Lösung"
|
7009 |
|
7010 |
# @ woocommerce-germanized
|
7011 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7012 |
msgid "Buy now button"
|
7013 |
msgstr "„Jetzt kaufen“ Button"
|
7014 |
|
7015 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7016 |
msgid ""
|
7017 |
"These settings help you comply to the button solution. The buy now button "
|
7018 |
"text is forced and static so that no payment gateway might override it."
|
@@ -7022,11 +7017,11 @@ msgstr ""
|
|
7022 |
"Zahlungsart den Text überschreiben kann."
|
7023 |
|
7024 |
# @ woocommerce-germanized
|
7025 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7026 |
msgid "Product table background"
|
7027 |
msgstr "Produkttabelle Hintergrund"
|
7028 |
|
7029 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7030 |
msgid ""
|
7031 |
"The product table within your checkout should be noticeable for your "
|
7032 |
"customers. You might want to choose a different background color for it."
|
@@ -7034,31 +7029,31 @@ msgstr ""
|
|
7034 |
"Die Produkttabelle in der Kasse sollte für deine Kunden klar erkennbar sein. "
|
7035 |
"Falls erwünscht, kannst du eine abweichende Hintergrundfarbe dafür auswählen."
|
7036 |
|
7037 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7038 |
msgid "Button Text"
|
7039 |
msgstr "Button-Text"
|
7040 |
|
7041 |
# @ woocommerce-germanized
|
7042 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7043 |
msgid "This text serves as Button text for the Order Submit Button."
|
7044 |
msgstr ""
|
7045 |
"Dieser Text wird als Beschriftung für den „Kauf abschließen“ Button "
|
7046 |
"verwendet."
|
7047 |
|
7048 |
# @ woocommerce-germanized
|
7049 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7050 |
msgid "Buy Now"
|
7051 |
msgstr "Jetzt kaufen"
|
7052 |
|
7053 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7054 |
msgid "Product attributes"
|
7055 |
msgstr "Produkteigenschaften"
|
7056 |
|
7057 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7058 |
msgid "List all product attributes during cart and checkout."
|
7059 |
msgstr "Listet alle Produkteigenschaften im Warenkorb und in der Kasse auf."
|
7060 |
|
7061 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7062 |
msgid ""
|
7063 |
"This option forces WooCommerce to output a list of all product attributes "
|
7064 |
"during cart and checkout."
|
@@ -7067,17 +7062,17 @@ msgstr ""
|
|
7067 |
"Warenkorb und in der Kasse."
|
7068 |
|
7069 |
# @ woocommerce-germanized
|
7070 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7071 |
msgid "Back to cart"
|
7072 |
msgstr "Zurück zum Warenkorb"
|
7073 |
|
7074 |
# @ woocommerce-germanized
|
7075 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7076 |
msgid "Add a back to cart button to the checkout table."
|
7077 |
msgstr "„Bestellung bearbeiten“ Button in der Bestellübersicht anzeigen."
|
7078 |
|
7079 |
# @ woocommerce-germanized
|
7080 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7081 |
msgid ""
|
7082 |
"This button may let your customer edit their order before submitting. Some "
|
7083 |
"people state that this button should be hidden to avoid legal problems."
|
@@ -7089,27 +7084,27 @@ msgstr ""
|
|
7089 |
"keine weitere Informationen abgedruckt werden sollten."
|
7090 |
|
7091 |
# @ woocommerce-germanized
|
7092 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7093 |
msgid "Edit data notice"
|
7094 |
msgstr "„Bestellung prüfen“ Hinweis"
|
7095 |
|
7096 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7097 |
msgid "Display an edit-your-data notice within checkout."
|
7098 |
msgstr "Zeige einen „Bestellung bearbeiten“ Hinweis in der Kasse an."
|
7099 |
|
7100 |
# @ woocommerce-germanized
|
7101 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7102 |
msgid "This notice will be added right before the order comments field."
|
7103 |
msgstr ""
|
7104 |
"Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
|
7105 |
|
7106 |
# @ woocommerce-germanized
|
7107 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7108 |
msgid "Product Table Color"
|
7109 |
msgstr "Hintergrund der Tabelle"
|
7110 |
|
7111 |
# @ woocommerce-germanized
|
7112 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7113 |
msgid ""
|
7114 |
"Choose the color of your checkout product table. This table should be "
|
7115 |
"highlighted within your checkout page."
|
@@ -7118,17 +7113,17 @@ msgstr ""
|
|
7118 |
"Tabelle sollte sich farblich vom Rest des Inhalts abheben."
|
7119 |
|
7120 |
# @ woocommerce-germanized
|
7121 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7122 |
msgid "Thumbnails"
|
7123 |
msgstr "Thumbnails"
|
7124 |
|
7125 |
# @ woocommerce-germanized
|
7126 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7127 |
msgid "Show product thumbnails within checkout table."
|
7128 |
msgstr "Zeige Produktbilder in der Tabelle der Kasse an."
|
7129 |
|
7130 |
# @ woocommerce-germanized
|
7131 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7132 |
msgid ""
|
7133 |
"Uncheck if you don't want to show your product thumbnails within checkout "
|
7134 |
"table."
|
@@ -7137,17 +7132,17 @@ msgstr ""
|
|
7137 |
"bekommen möchtest."
|
7138 |
|
7139 |
# @ woocommerce-germanized
|
7140 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7141 |
msgid "Hide Shipping Select"
|
7142 |
msgstr "Versandarten Auswahl"
|
7143 |
|
7144 |
# @ woocommerce-germanized
|
7145 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7146 |
msgid "Hide shipping rate selection from checkout."
|
7147 |
msgstr "Deaktiviere die Auswahl von Versandarten in der Kasse."
|
7148 |
|
7149 |
# @ woocommerce-germanized
|
7150 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7151 |
msgid ""
|
7152 |
"This option will hide shipping rate selection from checkout. By then "
|
7153 |
"customers will only be able to change their shipping rate on cart page."
|
@@ -7156,19 +7151,19 @@ msgstr ""
|
|
7156 |
"Checkout. Kunden können von nun an nur noch über den Warenkorb die "
|
7157 |
"Versandmethode ändern."
|
7158 |
|
7159 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7160 |
msgid "Estimated taxes"
|
7161 |
msgstr "Steuern geschätzt"
|
7162 |
|
7163 |
# @ woocommerce-germanized
|
7164 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7165 |
msgid "Hide the \"taxes and shipping estimated\" text from the cart."
|
7166 |
msgstr ""
|
7167 |
"Entferne den Hinweis „Versandkosten und Steuern werden geschätzt“ im "
|
7168 |
"Warenkorb."
|
7169 |
|
7170 |
# @ woocommerce-germanized
|
7171 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7172 |
msgid ""
|
7173 |
"By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
|
7174 |
"cart. This might puzzle your customers and may not meet german law."
|
@@ -7178,17 +7173,17 @@ msgstr ""
|
|
7178 |
"Markt geeignet."
|
7179 |
|
7180 |
# @ woocommerce-germanized
|
7181 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7182 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:65
|
7183 |
msgid "Fallback Mode"
|
7184 |
msgstr "Fallback Modus"
|
7185 |
|
7186 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7187 |
msgid "Force default WooCommerce checkout template."
|
7188 |
msgstr "Standard Kasse-Template erzwingen."
|
7189 |
|
7190 |
# @ woocommerce-germanized
|
7191 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7192 |
msgid ""
|
7193 |
"If you are facing problems within your checkout e.g. legally relevant data "
|
7194 |
"is not showing (terms, delivery time, unit price etc.) your theme seems to "
|
@@ -7201,28 +7196,28 @@ msgstr ""
|
|
7201 |
"Die Option hindert dein Theme daran relevante Templates für den Checkout "
|
7202 |
"(review-order.php und form-checkout.php) zu überschreiben."
|
7203 |
|
7204 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7205 |
msgid "Thankyou Page"
|
7206 |
msgstr "Danke-Seite"
|
7207 |
|
7208 |
# @ woocommerce-germanized
|
7209 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7210 |
msgid "Information"
|
7211 |
msgstr "Information"
|
7212 |
|
7213 |
# @ woocommerce-germanized
|
7214 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7215 |
msgid "Hide product table and customer data on order thankyou page."
|
7216 |
msgstr ""
|
7217 |
"Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
|
7218 |
|
7219 |
# @ woocommerce-germanized
|
7220 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7221 |
msgid "Order Success Text"
|
7222 |
msgstr "Bestellung eingegangen"
|
7223 |
|
7224 |
# @ woocommerce-germanized
|
7225 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7226 |
msgid "Choose a custom text to display on order success page."
|
7227 |
msgstr ""
|
7228 |
"Hier kannst du einen individuellen kurzen Text eingeben, der nach der "
|
@@ -7316,15 +7311,6 @@ msgstr "Passe den Zeitpunkt des Vertragsschlusses mit deinen Kunden an."
|
|
7316 |
msgid "Manual contract"
|
7317 |
msgstr "Verspäteter Vertragsschluss"
|
7318 |
|
7319 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-contract.php:21
|
7320 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:32
|
7321 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-invoices.php:21
|
7322 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-multistep-checkout.php:21
|
7323 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-revocation-generator.php:21
|
7324 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-terms-generator.php:21
|
7325 |
-
msgid "pro"
|
7326 |
-
msgstr "Pro"
|
7327 |
-
|
7328 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-doi.php:17
|
7329 |
msgid "Extend the WooCommerce registration process with a double opt in."
|
7330 |
msgstr "Erweitere die WooCommerce Registrierung um einen Double-Opt-In."
|
@@ -7468,13 +7454,13 @@ msgstr ""
|
|
7468 |
# @ woocommerce-germanized
|
7469 |
# @ woocommerce
|
7470 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:187
|
7471 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7472 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:137
|
7473 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:144
|
7474 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:138
|
7475 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
|
7476 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
7477 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
7478 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:244
|
7479 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:252
|
7480 |
msgid "Title"
|
@@ -7574,13 +7560,13 @@ msgstr "Passe allgemeine Optionen z.B. deine rechtlich relevanten Seiten an."
|
|
7574 |
|
7575 |
# @ woocommerce-germanized
|
7576 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:30
|
7577 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7578 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:174
|
7579 |
msgid "Legal Pages"
|
7580 |
msgstr "Rechtlich relevante Seiten"
|
7581 |
|
7582 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:31
|
7583 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7584 |
msgid "Dispute Resolution"
|
7585 |
msgstr "Streitbeilegung"
|
7586 |
|
@@ -7591,7 +7577,7 @@ msgstr "Kleinunternehmer"
|
|
7591 |
# @ woocommerce-germanized
|
7592 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
|
7593 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:632
|
7594 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
7595 |
msgid "Checkout"
|
7596 |
msgstr "Kasse"
|
7597 |
|
@@ -7613,24 +7599,18 @@ msgstr ""
|
|
7613 |
"du <a href=\"%s\" target=\"_blank\">hier</a>."
|
7614 |
|
7615 |
# @ woocommerce-germanized
|
7616 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7617 |
-
#, php-format
|
7618 |
-
msgid "Checkbox status: %s"
|
7619 |
-
msgstr "Checkbox-Status: %s"
|
7620 |
-
|
7621 |
-
# @ woocommerce-germanized
|
7622 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:54
|
7623 |
msgid "This page should contain your terms & conditions."
|
7624 |
msgstr "Diese Seite sollte deine Allgemeinen Geschäftsbedingungen enthalten."
|
7625 |
|
7626 |
# @ woocommerce-germanized
|
7627 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7628 |
#, php-format
|
7629 |
msgid "Don't have terms & conditions yet? <a href=\"%s\">Generate now</a>!"
|
7630 |
msgstr "Du hast noch keine AGB? <a href=\"%s\">Jetzt generieren</a>!"
|
7631 |
|
7632 |
# @ woocommerce-germanized
|
7633 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7634 |
msgid ""
|
7635 |
"This page should contain information regarding your customer's Right of "
|
7636 |
"Withdrawal."
|
@@ -7640,18 +7620,18 @@ msgstr ""
|
|
7640 |
"[revocation_form]"
|
7641 |
|
7642 |
# @ woocommerce-germanized
|
7643 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7644 |
#, php-format
|
7645 |
msgid "Don't have a revocation page yet? <a href=\"%s\">Generate now</a>!"
|
7646 |
msgstr ""
|
7647 |
"Du hast noch keine Widerrufsbelehrung? <a href=\"%s\">Jetzt generieren</a>!"
|
7648 |
|
7649 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7650 |
msgid "Send withdrawal to"
|
7651 |
msgstr "Widerruf richten an"
|
7652 |
|
7653 |
# @ woocommerce-germanized
|
7654 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7655 |
msgid ""
|
7656 |
"Type in an address, telephone/telefax number, email address which is to be "
|
7657 |
"used as the recipient address of the withdrawal."
|
@@ -7660,19 +7640,27 @@ msgstr ""
|
|
7660 |
"die deine Kunden ihren Widerruf richten sollen"
|
7661 |
|
7662 |
# @ woocommerce-germanized
|
7663 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7664 |
msgid "This page should contain an imprint with your company's information."
|
7665 |
msgstr ""
|
7666 |
"Diese Seite sollte das Impressum d.h. die Informationen (gemäß TMG) zu "
|
7667 |
"deinem Unternehmen enthalten."
|
7668 |
|
7669 |
# @ woocommerce-germanized
|
7670 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7671 |
msgid "This page should contain information regarding your privacy policy."
|
7672 |
msgstr "Diese Seite sollte deine Datenschutzerklärung enthalten."
|
7673 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7674 |
# @ woocommerce-germanized
|
7675 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7676 |
msgid ""
|
7677 |
"This page should contain information regarding the Payment Methods that are "
|
7678 |
"chooseable during checkout."
|
@@ -7682,7 +7670,7 @@ msgstr ""
|
|
7682 |
"[payment_methods_info]"
|
7683 |
|
7684 |
# @ woocommerce-germanized
|
7685 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7686 |
msgid ""
|
7687 |
"This page should contain information regarding shipping methods that are "
|
7688 |
"chooseable during checkout."
|
@@ -7690,7 +7678,7 @@ msgstr ""
|
|
7690 |
"Diese Seite sollte Informationen zu den von dir zur Verfügung gestellten "
|
7691 |
"Versandarten bereitstellen."
|
7692 |
|
7693 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7694 |
msgid ""
|
7695 |
"This status indicates whether your terms & conditions contain the "
|
7696 |
"[gzd_complaints] shortcode which outputs the complaints options chosen from "
|
@@ -7702,7 +7690,7 @@ msgstr ""
|
|
7702 |
"ausgibt oder nicht. Wenn du den Text manuell hinzugefügt hast, kannst du "
|
7703 |
"diesen Status ignorieren."
|
7704 |
|
7705 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7706 |
msgid ""
|
7707 |
"You may select whether you are willing, obliged or not willing to "
|
7708 |
"participate in dispute settlement proceeedings before a consumer arbitration "
|
@@ -7716,27 +7704,27 @@ msgstr ""
|
|
7716 |
"deinem Impressum platzieren solltest. Trusted Shops rät dazu den Text auch "
|
7717 |
"in deine AGB einzufügen."
|
7718 |
|
7719 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7720 |
msgid "Not obliged, not willing"
|
7721 |
msgstr "Nicht verpflichtet, nicht bereit"
|
7722 |
|
7723 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7724 |
msgid "Not obliged, willing"
|
7725 |
msgstr "Nicht verpflichtet, bereit"
|
7726 |
|
7727 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7728 |
msgid "Obliged"
|
7729 |
msgstr "Verpflichtet"
|
7730 |
|
7731 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7732 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7733 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7734 |
msgid "Resolution Text"
|
7735 |
msgstr "Streitbeilegung Text"
|
7736 |
|
7737 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7738 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7739 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7740 |
msgid ""
|
7741 |
"Adapt this example text regarding alternative dispute resolution to your "
|
7742 |
"needs. Text will be added to the [gzd_complaints] Shortcode. You may as well "
|
@@ -7747,7 +7735,7 @@ msgstr ""
|
|
7747 |
"noch in deinen AGB integrieren."
|
7748 |
|
7749 |
# @ woocommerce-germanized
|
7750 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7751 |
msgid ""
|
7752 |
"The european commission provides a platform for online dispute resolution "
|
7753 |
"(OS) which is accessible at https://ec.europa.eu/consumers/odr. We are not "
|
@@ -7760,7 +7748,7 @@ msgstr ""
|
|
7760 |
"Verbraucherschlichtungsstelle sind wir nicht verpflichtet und nicht bereit."
|
7761 |
|
7762 |
# @ woocommerce-germanized
|
7763 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7764 |
msgid ""
|
7765 |
"The european commission provides a platform for online dispute resolution "
|
7766 |
"(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
|
@@ -7772,7 +7760,7 @@ msgstr ""
|
|
7772 |
"sind bereit, an einem außergerichtlichen Schlichtungsverfahren teilzunehmen."
|
7773 |
|
7774 |
# @ woocommerce-germanized
|
7775 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7776 |
msgid ""
|
7777 |
"The european commission provides a platform for online dispute resolution "
|
7778 |
"(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
|
@@ -7788,81 +7776,86 @@ msgstr ""
|
|
7788 |
"Stelle teilzunehmen. Wir werden an einem solchen Verfahren teilnehmen."
|
7789 |
|
7790 |
# @ woocommerce-germanized
|
7791 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7792 |
msgid "Shortcode Status"
|
7793 |
msgstr "Shortcode Status"
|
7794 |
|
7795 |
-
|
|
|
|
|
|
|
|
|
|
|
7796 |
#, php-format
|
7797 |
msgid "Not found within %s"
|
7798 |
msgstr "Nicht gefunden in: %s"
|
7799 |
|
7800 |
# @ woocommerce-germanized
|
7801 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7802 |
msgid "Append it now"
|
7803 |
msgstr "Jetzt hinzufügen"
|
7804 |
|
7805 |
# @ woocommerce-germanized
|
7806 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7807 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:388
|
7808 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:143
|
7809 |
msgid "Notice Text"
|
7810 |
msgstr "Hinweistext"
|
7811 |
|
7812 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7813 |
msgid ""
|
7814 |
"You may want to adjust the small buisness notice text to meet your criteria."
|
7815 |
msgstr "Passe hier, falls notwending, den Kleinunternehmer Hinweistext an."
|
7816 |
|
7817 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7818 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7819 |
msgid ""
|
7820 |
"Value added tax is not collected, as small businesses according to §19 (1) "
|
7821 |
"UStG."
|
7822 |
msgstr "Kein Mehrwertsteuerausweis, da Kleinunternehmer nach §19 (1) UStG."
|
7823 |
|
7824 |
# @ woocommerce-germanized
|
7825 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7826 |
msgid "Add a title field to the address within checkout."
|
7827 |
msgstr "Lasse Kunden eine Anrede auswählen."
|
7828 |
|
7829 |
# @ woocommerce-germanized
|
7830 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7831 |
msgid "Validate street number"
|
7832 |
msgstr "Hausnummer validieren"
|
7833 |
|
7834 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7835 |
msgid "Force the existence of a street number within the first address field."
|
7836 |
msgstr "Hausnummer im ersten Adressfeld verpflichtend abfragen."
|
7837 |
|
7838 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7839 |
msgid "Never"
|
7840 |
msgstr "Nie"
|
7841 |
|
7842 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7843 |
msgid "Always"
|
7844 |
msgstr "Immer"
|
7845 |
|
7846 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7847 |
msgid "Base country only"
|
7848 |
msgstr "Nur Basisland"
|
7849 |
|
7850 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7851 |
msgid "EU countries only"
|
7852 |
msgstr "Nur EU-Länder"
|
7853 |
|
7854 |
# @ woocommerce-germanized
|
7855 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7856 |
msgid "Disallow cancellations"
|
7857 |
msgstr "Stornierungen verhindern"
|
7858 |
|
7859 |
# @ woocommerce-germanized
|
7860 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7861 |
msgid "Don't allow customers to manually cancel orders."
|
7862 |
msgstr "Stornierung von Bestellungen durch den Kunden verhindern."
|
7863 |
|
7864 |
# @ woocommerce-germanized
|
7865 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7866 |
msgid ""
|
7867 |
"By default payment methods like PayPal allow order cancellation by clicking "
|
7868 |
"the abort link. This option will stop customers from manually cancel orders."
|
@@ -7871,17 +7864,17 @@ msgstr ""
|
|
7871 |
"Kunden den Abbrechen-Link verwendet. Diese Option verhindert den manuellen "
|
7872 |
"Abbruch einer Bestellung durch den Kunden."
|
7873 |
|
7874 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7875 |
msgid "Disallow gateway choosing"
|
7876 |
msgstr "Wechsel der Zahlungsart"
|
7877 |
|
7878 |
# @ woocommerce-germanized
|
7879 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7880 |
msgid "Don't allow customers to change the payment gateway after ordering."
|
7881 |
msgstr ""
|
7882 |
"Wechsel der Zahlungsart nach der Bestellung durch den Kunden verhindern."
|
7883 |
|
7884 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7885 |
msgid ""
|
7886 |
"Customers paying through a gateway which allows later payment (e.g. PayPal) "
|
7887 |
"will find a link within their customer account which redirects them to a pay "
|
@@ -7900,17 +7893,17 @@ msgstr ""
|
|
7900 |
"PayPal weiter."
|
7901 |
|
7902 |
# @ woocommerce-germanized
|
7903 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7904 |
msgid "Free shipping"
|
7905 |
msgstr "Kostenloser Versand"
|
7906 |
|
7907 |
# @ woocommerce-germanized
|
7908 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7909 |
msgid "Force free shipping method if available."
|
7910 |
msgstr "Erzwinge kostenlosen Versand wenn die Methode zur Verfügung steht."
|
7911 |
|
7912 |
# @ woocommerce-germanized
|
7913 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7914 |
msgid ""
|
7915 |
"By default WooCommerce will let customers choose other shipping methods than "
|
7916 |
"free shipping (if available). This option will force free shipping if "
|
@@ -7921,11 +7914,11 @@ msgstr ""
|
|
7921 |
"Versand, sobald dieser verfügbar ist."
|
7922 |
|
7923 |
# @ woocommerce-germanized
|
7924 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7925 |
msgid "Exclude Methods"
|
7926 |
msgstr "Deaktivierte Methoden"
|
7927 |
|
7928 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7929 |
msgid ""
|
7930 |
"Optionally choose methods which should be excluded from hiding when free "
|
7931 |
"shipping is available (e.g. express shipping options)."
|
@@ -7934,17 +7927,17 @@ msgstr ""
|
|
7934 |
"kostenloser Versand verfügbar ist (z.B. Express-Versandmethoden)."
|
7935 |
|
7936 |
# @ woocommerce-germanized
|
7937 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7938 |
msgid "Add to Cart"
|
7939 |
msgstr "Zum Warenkorb Button"
|
7940 |
|
7941 |
# @ woocommerce-germanized
|
7942 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7943 |
msgid "Show add to cart button on listings."
|
7944 |
msgstr "Zeige den „zum Warenkorb“ Button in Produktlisten an."
|
7945 |
|
7946 |
# @ woocommerce-germanized
|
7947 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7948 |
msgid ""
|
7949 |
"unset this option if you don't want to show the add to cart button within "
|
7950 |
"the product listings"
|
@@ -7952,19 +7945,19 @@ msgstr ""
|
|
7952 |
"Deaktiviere diese Option, wenn du den zum Warenkorb Button nicht innerhalb "
|
7953 |
"von Produktauflistungen darstellen möchten"
|
7954 |
|
7955 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7956 |
msgid "Link"
|
7957 |
msgstr "Verlinkung"
|
7958 |
|
7959 |
# @ woocommerce-germanized
|
7960 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7961 |
msgid "Link to product details page instead of add to cart within listings."
|
7962 |
msgstr ""
|
7963 |
-
"Ersetze den zum-Warenkorb-Link durch einen Link zur
|
7964 |
"Produktlisten."
|
7965 |
|
7966 |
# @ woocommerce-germanized
|
7967 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7968 |
msgid ""
|
7969 |
"Decide whether you like to link to your product's details page instead of "
|
7970 |
"displaying an add to cart button within product listings."
|
@@ -7974,17 +7967,17 @@ msgstr ""
|
|
7974 |
"diese Option."
|
7975 |
|
7976 |
# @ woocommerce-germanized
|
7977 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7978 |
msgid "Product Details Text"
|
7979 |
msgstr "Produktdetails Text"
|
7980 |
|
7981 |
# @ woocommerce-germanized
|
7982 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7983 |
msgid "Details"
|
7984 |
msgstr "Details"
|
7985 |
|
7986 |
# @ woocommerce-germanized
|
7987 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7988 |
msgid ""
|
7989 |
"If you have chosen to link to product details page instead of add to cart "
|
7990 |
"URL you may want to change the button text."
|
@@ -7994,11 +7987,11 @@ msgstr ""
|
|
7994 |
"einen Button-Text vergeben."
|
7995 |
|
7996 |
# @ woocommerce-germanized
|
7997 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7998 |
msgid "Overview"
|
7999 |
msgstr "Übersicht"
|
8000 |
|
8001 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
8002 |
msgid ""
|
8003 |
"You can always return to the settings overview by navigating through the "
|
8004 |
"breadcrumb navigation."
|
@@ -8007,17 +8000,17 @@ msgstr ""
|
|
8007 |
"indem du die Breadcrumb-Navigation nutzt."
|
8008 |
|
8009 |
# @ woocommerce-germanized
|
8010 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
8011 |
msgid "Sections"
|
8012 |
msgstr "Rubriken"
|
8013 |
|
8014 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
8015 |
msgid ""
|
8016 |
"Each setting tab might have sub sections containing more specific options."
|
8017 |
msgstr ""
|
8018 |
"Jeder Tab kann weitere Unterbereiche mit spezifischen Optionen beinhalten."
|
8019 |
|
8020 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
8021 |
msgid ""
|
8022 |
"Adjust legal pages e.g. terms and conditions. These pages are used to add "
|
8023 |
"links within checkboxes and text attachments to emails."
|
@@ -8109,14 +8102,22 @@ msgstr ""
|
|
8109 |
"erhalte professionellen Support."
|
8110 |
|
8111 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8112 |
msgid "Manage your shipping provider integrations."
|
8113 |
msgstr "Integrationen für Versanddienstleister verwalten."
|
8114 |
|
8115 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:
|
8116 |
-
|
8117 |
-
"Manage your shipping provider integrations, e.g. for
|
8118 |
-
msgstr ""
|
8119 |
-
"Verwalte die Versanddienstleister-Integration, z.B. für DHL & Deutsche Post."
|
8120 |
|
8121 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:20
|
8122 |
msgid ""
|
@@ -8304,7 +8305,7 @@ msgstr "Preisauszeichnung „Steuer“ anzeigen"
|
|
8304 |
# @ woocommerce-germanized
|
8305 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:320
|
8306 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:382
|
8307 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8308 |
msgid "Shipping Costs"
|
8309 |
msgstr "Versandkosten"
|
8310 |
|
@@ -8352,8 +8353,8 @@ msgstr ""
|
|
8352 |
"Platzhalter für den höchsten Preis."
|
8353 |
|
8354 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:376
|
8355 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8356 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8357 |
msgid "{min_price} – {max_price}"
|
8358 |
msgstr "{min_price} – {max_price}"
|
8359 |
|
@@ -8578,14 +8579,14 @@ msgstr ""
|
|
8578 |
|
8579 |
# @ woocommerce-germanized
|
8580 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:575
|
8581 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8582 |
msgid "Single Product"
|
8583 |
-
msgstr "
|
8584 |
|
8585 |
# @ woocommerce-germanized
|
8586 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:576
|
8587 |
msgid "Show price labels on single product page."
|
8588 |
-
msgstr "Zeige Preishinweise auf der
|
8589 |
|
8590 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:583
|
8591 |
msgid "Loop"
|
@@ -8611,7 +8612,7 @@ msgstr "Steuern"
|
|
8611 |
|
8612 |
# @ woocommerce-germanized
|
8613 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:30
|
8614 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8615 |
msgid "VAT"
|
8616 |
msgstr "Umsatzsteuer"
|
8617 |
|
@@ -9193,10 +9194,6 @@ msgstr "Version %s ist veraltet. Die aktuelle Version lautet %s."
|
|
9193 |
msgid "Learn how to update outdated templates"
|
9194 |
msgstr "Erfahre, wie du veraltete Templates aktualisierst"
|
9195 |
|
9196 |
-
#: woocommerce-germanized/includes/admin/views/setup/dhl.php:10
|
9197 |
-
msgid "DHL"
|
9198 |
-
msgstr "DHL"
|
9199 |
-
|
9200 |
#: woocommerce-germanized/includes/admin/views/setup/dhl.php:12
|
9201 |
msgid ""
|
9202 |
"Want to easily ship your orders via DHL? Enable our deep DHL integration and "
|
@@ -9614,14 +9611,14 @@ msgstr ""
|
|
9614 |
"Vielen Dank. Wir haben deinen Widerruf erhalten. Du bekommst in Kürze eine E-"
|
9615 |
"Mail mit deinen Daten als Bestätigung."
|
9616 |
|
9617 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9618 |
msgid ""
|
9619 |
"Please check the street field and make sure to provide a valid street number."
|
9620 |
msgstr ""
|
9621 |
"Bitte prüfe die Angabe der Straße und stelle sicher, dass du deine "
|
9622 |
"Hausnummer angegeben hast."
|
9623 |
|
9624 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9625 |
msgid ""
|
9626 |
"Sorry, but differential taxed products cannot be purchased with normal "
|
9627 |
"products at the same time."
|
@@ -9629,7 +9626,7 @@ msgstr ""
|
|
9629 |
"Entschuldigung, differenzbesteuerte Produkte können nicht gemeinsam mit "
|
9630 |
"normalen Produkten gekauft werden."
|
9631 |
|
9632 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9633 |
msgid ""
|
9634 |
"Sorry, but normal products cannot be purchased together with differential "
|
9635 |
"taxed products at the same time."
|
@@ -9638,14 +9635,14 @@ msgstr ""
|
|
9638 |
"differenzbesteuerten Produkten gekauft werden."
|
9639 |
|
9640 |
# @ woocommerce-germanized
|
9641 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9642 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
9643 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
9644 |
msgid "Mr."
|
9645 |
msgstr "Herr"
|
9646 |
|
9647 |
# @ woocommerce-germanized
|
9648 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9649 |
msgctxt "customer-title-male-address"
|
9650 |
msgid "Mr."
|
9651 |
msgstr "Herrn"
|
@@ -9883,26 +9880,22 @@ msgstr "Zahlungsarten"
|
|
9883 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:104
|
9884 |
msgid ""
|
9885 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
9886 |
-
"and Conditions{/term_link}
|
9887 |
-
"revocation_link}
|
9888 |
-
"data_security_link}."
|
9889 |
msgstr ""
|
9890 |
"Mit deiner Bestellung erklärst du dich mit unseren {term_link}Allgemeinen "
|
9891 |
-
"Geschäftsbedingungen{/term_link}
|
9892 |
-
"revocation_link}
|
9893 |
-
"data_security_link} einverstanden."
|
9894 |
|
9895 |
# @ woocommerce-germanized
|
9896 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:105
|
9897 |
msgid ""
|
9898 |
"To complete the order you have to accept to our {term_link}Terms and "
|
9899 |
-
"Conditions{/term_link}
|
9900 |
-
"revocation_link}
|
9901 |
-
"data_security_link}."
|
9902 |
msgstr ""
|
9903 |
"Bitte akzeptiere unsere {term_link}Allgemeinen Geschäftsbedingungen{/"
|
9904 |
-
"term_link}
|
9905 |
-
"{data_security_link}Datenschutzbestimmungen{/data_security_link}."
|
9906 |
|
9907 |
# @ woocommerce-germanized
|
9908 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:111
|
@@ -9911,11 +9904,8 @@ msgstr "Allgemein"
|
|
9911 |
|
9912 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:112
|
9913 |
msgid ""
|
9914 |
-
"General legal checkbox which shall include terms
|
9915 |
-
"
|
9916 |
-
msgstr ""
|
9917 |
-
"Allg. Checkbox die AGB, Widerrufsbelehrung und Datenschutzerklärung "
|
9918 |
-
"enthalten sollte."
|
9919 |
|
9920 |
# @ woocommerce-germanized
|
9921 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:120
|
@@ -10396,19 +10386,19 @@ msgstr "Mandat E-Mail"
|
|
10396 |
msgid "Visible during checkout"
|
10397 |
msgstr "Im Checkout anzeigen"
|
10398 |
|
10399 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10400 |
msgctxt "revocation-form"
|
10401 |
msgid "Withdrawal"
|
10402 |
msgstr "Widerruf"
|
10403 |
|
10404 |
# @ woocommerce-germanized
|
10405 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10406 |
msgctxt "revocation-form"
|
10407 |
msgid "Tip: Delete whatever entry does not apply, and provide, as needed"
|
10408 |
msgstr "Hinweis: Bitte Unzutreffendes streichen und um deinen Text ergänzen"
|
10409 |
|
10410 |
# @ woocommerce-germanized
|
10411 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10412 |
msgctxt "revocation-form"
|
10413 |
msgid ""
|
10414 |
"I/We hereby give notice that I/We withdraw from my/our contract of sale of "
|
@@ -10418,83 +10408,83 @@ msgstr ""
|
|
10418 |
"den Kauf der folgenden Waren / die Erbringung der folgenden Dienstleistung: "
|
10419 |
|
10420 |
# @ woocommerce-germanized
|
10421 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10422 |
msgctxt "revocation-form"
|
10423 |
msgid "Received"
|
10424 |
msgstr "Erhalten am"
|
10425 |
|
10426 |
# @ woocommerce-germanized
|
10427 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10428 |
msgctxt "revocation-form"
|
10429 |
msgid "Order Date"
|
10430 |
msgstr "Datum der Bestellung"
|
10431 |
|
10432 |
# @ woocommerce-germanized
|
10433 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10434 |
msgctxt "revocation-form"
|
10435 |
msgid "Customer Data"
|
10436 |
msgstr "Kundeninformationen"
|
10437 |
|
10438 |
# @ woocommerce-germanized
|
10439 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10440 |
msgctxt "revocation-form"
|
10441 |
msgid "Title"
|
10442 |
msgstr "Anrede"
|
10443 |
|
10444 |
# @ woocommerce-germanized
|
10445 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10446 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
10447 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
10448 |
msgid "Ms."
|
10449 |
msgstr "Frau"
|
10450 |
|
10451 |
# @ woocommerce-germanized
|
10452 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10453 |
msgctxt "revocation-form"
|
10454 |
msgid "First Name"
|
10455 |
msgstr "Vorname"
|
10456 |
|
10457 |
# @ woocommerce-germanized
|
10458 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10459 |
msgctxt "revocation-form"
|
10460 |
msgid "Last Name"
|
10461 |
msgstr "Nachname"
|
10462 |
|
10463 |
# @ woocommerce-germanized
|
10464 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10465 |
msgctxt "revocation-form"
|
10466 |
msgid "Street"
|
10467 |
msgstr "Straße"
|
10468 |
|
10469 |
# @ woocommerce-germanized
|
10470 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10471 |
msgctxt "revocation-form"
|
10472 |
msgid "Postal Code"
|
10473 |
msgstr "Postleitzahl"
|
10474 |
|
10475 |
# @ woocommerce-germanized
|
10476 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10477 |
msgctxt "revocation-form"
|
10478 |
msgid "City"
|
10479 |
msgstr "Stadt"
|
10480 |
|
10481 |
# @ woocommerce-germanized
|
10482 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10483 |
msgctxt "revocation-form"
|
10484 |
msgid "Country"
|
10485 |
msgstr "Land"
|
10486 |
|
10487 |
# @ woocommerce-germanized
|
10488 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10489 |
msgctxt "revocation-form"
|
10490 |
msgid "Mail"
|
10491 |
msgstr "E-Mail Adresse"
|
10492 |
|
10493 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10494 |
#, php-format
|
10495 |
msgctxt "revocation-form"
|
10496 |
msgid ""
|
10497 |
-
"Please accept our <a href=\"%s\" target=\"_blank\">
|
10498 |
"that we can process your inquiry."
|
10499 |
msgstr ""
|
10500 |
"Bitte akzeptiere unsere <a href=\"%s\" target=\"_blank"
|
@@ -11404,52 +11394,52 @@ msgstr ""
|
|
11404 |
"term_link}, {revocation_link}Widerrufsbestimmungen{/revocation_link} und "
|
11405 |
"{data_security_link}Datenschutzbestimmungen{/data_security_link}."
|
11406 |
|
11407 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11408 |
msgid ">= 12 years"
|
11409 |
msgstr ">= 12 Jahre"
|
11410 |
|
11411 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11412 |
msgid ">= 16 years"
|
11413 |
msgstr ">= 16 Jahre"
|
11414 |
|
11415 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11416 |
msgid ">= 18 years"
|
11417 |
msgstr ">= 18 Jahre"
|
11418 |
|
11419 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11420 |
msgid ">= 21 years"
|
11421 |
msgstr ">= 21 Jahre"
|
11422 |
|
11423 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11424 |
msgid ">= 25 years"
|
11425 |
msgstr ">= 25 Jahre"
|
11426 |
|
11427 |
# @ woocommerce-germanized
|
11428 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11429 |
msgctxt "age"
|
11430 |
msgid "None"
|
11431 |
msgstr "Keines"
|
11432 |
|
11433 |
# @ woocommerce-germanized
|
11434 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11435 |
#, php-format
|
11436 |
msgid "%s%% VAT"
|
11437 |
msgstr "%s %% MwSt."
|
11438 |
|
11439 |
# @ woocommerce-germanized
|
11440 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11441 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11442 |
msgctxt "title-option"
|
11443 |
msgid "None"
|
11444 |
msgstr "Keine"
|
11445 |
|
11446 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11447 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11448 |
msgid "Mx"
|
11449 |
msgstr "Divers"
|
11450 |
|
11451 |
# @ woocommerce-germanized
|
11452 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11453 |
msgid "More variants available"
|
11454 |
msgstr "Weitere Varianten verfügbar"
|
11455 |
|
@@ -11501,161 +11491,174 @@ msgid "Missing the Germanized %s package"
|
|
11501 |
msgstr "Das Germanized %s Paket fehlt"
|
11502 |
|
11503 |
# @ woocommerce-germanized
|
11504 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11505 |
msgid "Single Product (Grouped)"
|
11506 |
-
msgstr "
|
11507 |
|
11508 |
# @ woocommerce-germanized
|
11509 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11510 |
msgid "Product Loop"
|
11511 |
msgstr "Produktlisten"
|
11512 |
|
11513 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11514 |
msgid "Cart"
|
11515 |
msgstr "Warenkorb"
|
11516 |
|
11517 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11518 |
msgid "Mini Cart"
|
11519 |
msgstr "Warenkorb Dropdown"
|
11520 |
|
11521 |
-
|
|
|
|
|
|
|
|
|
|
|
11522 |
msgid "Summary"
|
11523 |
msgstr "Übersicht"
|
11524 |
|
11525 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11526 |
msgid "Meta"
|
11527 |
msgstr "Produktmeta"
|
11528 |
|
11529 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11530 |
msgid "After Meta"
|
11531 |
msgstr "Produktmeta - nachher"
|
11532 |
|
11533 |
# @ woocommerce-germanized
|
11534 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11535 |
msgid "Before add to cart"
|
11536 |
msgstr "Zum Warenkorb - vorher"
|
11537 |
|
11538 |
# @ woocommerce-germanized
|
11539 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11540 |
msgid "After add to cart"
|
11541 |
msgstr "Zum Warenkorb - nachher"
|
11542 |
|
11543 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11544 |
msgid "After Summary"
|
11545 |
msgstr "Übersicht - nachher"
|
11546 |
|
11547 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11548 |
msgid "Price Column"
|
11549 |
msgstr "Spalte - Preis"
|
11550 |
|
11551 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11552 |
msgid "Label Column"
|
11553 |
msgstr "Spalte - Beschriftung"
|
11554 |
|
11555 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11556 |
msgid "Quantity Column"
|
11557 |
msgstr "Spalte - Anzahl"
|
11558 |
|
11559 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11560 |
msgid "After Item Title"
|
11561 |
msgstr "Produkttitel - nachher"
|
11562 |
|
11563 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11564 |
msgid "Before Item Title"
|
11565 |
msgstr "Produkttitel - vorher"
|
11566 |
|
11567 |
# @ woocommerce-germanized
|
11568 |
# @ woocommerce
|
11569 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11570 |
msgid "Item Title"
|
11571 |
msgstr "Produkttitel"
|
11572 |
|
11573 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11574 |
msgid "After Item"
|
11575 |
msgstr "Produkt - nachher"
|
11576 |
|
11577 |
# @ woocommerce-germanized
|
11578 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11579 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11580 |
msgid "Item Price"
|
11581 |
msgstr "Produktpreis"
|
11582 |
|
11583 |
# @ woocommerce-germanized
|
11584 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11585 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11586 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11587 |
msgid "Item Name"
|
11588 |
msgstr "Produkttitel"
|
11589 |
|
11590 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11591 |
msgid "After Item Name"
|
11592 |
msgstr "Titel - nachher"
|
11593 |
|
11594 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11595 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11596 |
msgid "Subtotal"
|
11597 |
msgstr "Zwischensumme"
|
11598 |
|
11599 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11600 |
msgid "After Item Quantity"
|
11601 |
msgstr "Anzahl - nachher"
|
11602 |
|
11603 |
# @ woocommerce-germanized
|
11604 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11605 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11606 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11607 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11608 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11609 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11610 |
msgctxt "shopmark"
|
11611 |
msgid "Unit Price"
|
11612 |
msgstr "Grundpreis"
|
11613 |
|
11614 |
# @ woocommerce-germanized
|
11615 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11616 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11617 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11618 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11619 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11620 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11621 |
msgctxt "shopmark"
|
11622 |
msgid "Delivery Time"
|
11623 |
msgstr "Lieferzeit"
|
11624 |
|
11625 |
# @ woocommerce-germanized
|
11626 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11627 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11628 |
msgctxt "shopmark"
|
11629 |
msgid "General"
|
11630 |
msgstr "Allgemein"
|
11631 |
|
11632 |
# @ woocommerce-germanized
|
11633 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11634 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11635 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11636 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11637 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11638 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11639 |
msgctxt "shopmark"
|
11640 |
msgid "Product Units"
|
11641 |
msgstr "Produkteinheiten"
|
11642 |
|
11643 |
# @ woocommerce-germanized
|
11644 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11645 |
msgctxt "shopmark"
|
11646 |
msgid "Tax"
|
11647 |
msgstr "Steuer"
|
11648 |
|
11649 |
# @ woocommerce-germanized
|
11650 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11651 |
msgctxt "shopmark"
|
11652 |
msgid "Shipping Costs"
|
11653 |
msgstr "Versandkosten"
|
11654 |
|
11655 |
# @ woocommerce-germanized
|
11656 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11657 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11658 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11659 |
msgctxt "shopmark"
|
11660 |
msgid "Cart Description"
|
11661 |
msgstr "Warenkorbkurzbeschreibung"
|
@@ -13067,6 +13070,45 @@ msgstr "vendidero"
|
|
13067 |
msgid "https://vendidero.de"
|
13068 |
msgstr "https://vendidero.de"
|
13069 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13070 |
#~ msgctxt "dhl"
|
13071 |
#~ msgid "Preferred Day"
|
13072 |
#~ msgstr "Wunschtag"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-09-02 12:50+0200\n"
|
6 |
+
"PO-Revision-Date: 2021-09-02 12:50+0200\n"
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
614 |
msgid "Learn More"
|
615 |
msgstr "Mehr erfahren"
|
616 |
|
617 |
+
#: one-stop-shop-woocommerce/src/Tax.php:352
|
618 |
+
#: one-stop-shop-woocommerce/src/Tax.php:410
|
619 |
#, php-format
|
620 |
msgctxt "oss"
|
621 |
msgid "Tax class (%s)"
|
622 |
msgstr "Steuerklasse (%s)"
|
623 |
|
624 |
+
#: one-stop-shop-woocommerce/src/Tax.php:353
|
625 |
msgctxt "oss"
|
626 |
msgid "Same as parent"
|
627 |
msgstr "Gleiche wie übergeordnet"
|
628 |
|
629 |
+
#: one-stop-shop-woocommerce/src/Tax.php:355
|
630 |
+
#: one-stop-shop-woocommerce/src/Tax.php:388
|
631 |
+
#: one-stop-shop-woocommerce/src/Tax.php:412
|
632 |
+
#: one-stop-shop-woocommerce/src/Tax.php:446
|
633 |
msgctxt "oss"
|
634 |
msgid "remove"
|
635 |
msgstr "Löschen"
|
636 |
|
637 |
+
#: one-stop-shop-woocommerce/src/Tax.php:365
|
638 |
+
#: one-stop-shop-woocommerce/src/Tax.php:423
|
639 |
msgctxt "oss"
|
640 |
msgid "Add country specific tax class (OSS)"
|
641 |
msgstr "Länderspezifische Steuerklasse hinzufügen (OSS)"
|
642 |
|
643 |
+
#: one-stop-shop-woocommerce/src/Tax.php:372
|
644 |
+
#: one-stop-shop-woocommerce/src/Tax.php:430
|
645 |
msgctxt "oss"
|
646 |
msgid "Select country"
|
647 |
msgstr "Land auswählen"
|
648 |
|
649 |
+
#: one-stop-shop-woocommerce/src/Tax.php:528
|
650 |
+
#: one-stop-shop-woocommerce/src/Tax.php:655
|
651 |
msgid "Reduced rate"
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: one-stop-shop-woocommerce/src/Tax.php:531
|
655 |
+
#: one-stop-shop-woocommerce/src/Tax.php:647
|
656 |
msgctxt "oss"
|
657 |
msgid "Greater reduced rate"
|
658 |
msgstr "Zusätzlicher reduzierter Preis"
|
659 |
|
660 |
+
#: one-stop-shop-woocommerce/src/Tax.php:534
|
661 |
+
#: one-stop-shop-woocommerce/src/Tax.php:651
|
662 |
msgctxt "oss"
|
663 |
msgid "Super reduced rate"
|
664 |
msgstr "Stark reduzierter Preis"
|
665 |
|
666 |
+
#: one-stop-shop-woocommerce/src/Tax.php:827
|
667 |
msgctxt "oss"
|
668 |
msgid "Madeira"
|
669 |
msgstr "Madeira"
|
670 |
|
671 |
+
#: one-stop-shop-woocommerce/src/Tax.php:834
|
672 |
msgctxt "oss"
|
673 |
msgid "Acores"
|
674 |
msgstr "Azoren"
|
675 |
|
676 |
+
#: one-stop-shop-woocommerce/src/Tax.php:870
|
677 |
msgctxt "oss"
|
678 |
msgid "Northern Ireland"
|
679 |
msgstr "Nordirland"
|
680 |
|
681 |
+
#: one-stop-shop-woocommerce/src/Tax.php:883
|
682 |
msgctxt "oss-tax-rate-import"
|
683 |
msgid "Exempt"
|
684 |
msgstr "Ausnahme"
|
685 |
|
686 |
+
#: one-stop-shop-woocommerce/src/Tax.php:949
|
687 |
#, php-format
|
688 |
msgctxt "oss-tax-rate-import"
|
689 |
msgid "VAT %1$s %% %2$s"
|
2851 |
msgstr "Der Minimalbetrag beträgt %s"
|
2852 |
|
2853 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:374
|
2854 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:599
|
2855 |
#, php-format
|
2856 |
msgctxt "dhl"
|
2857 |
msgid ""
|
2869 |
msgid "Page Format"
|
2870 |
msgstr "Seitenformat"
|
2871 |
|
2872 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:395
|
2873 |
+
msgctxt "dhl"
|
2874 |
+
msgid "Print X-Position"
|
2875 |
+
msgstr "Druckspalte X-Achse"
|
2876 |
+
|
2877 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:405
|
2878 |
+
msgctxt "dhl"
|
2879 |
+
msgid "Print Y-Position"
|
2880 |
+
msgstr "Druckspalte Y-Achse"
|
2881 |
+
|
2882 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:577
|
2883 |
msgctxt "dhl"
|
2884 |
msgid "The services chosen are not available for the current product."
|
2885 |
msgstr "Die ausgewählten Services sind für dieses Produkt nicht verfügbar."
|
2886 |
|
2887 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:626
|
2888 |
#, php-format
|
2889 |
msgctxt "dhl"
|
2890 |
msgid "Deutsche Post product is missing for %s."
|
3282 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
3283 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
|
3284 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:687
|
3285 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:780
|
3286 |
msgctxt "shipments"
|
3287 |
msgid "Title"
|
3288 |
msgstr "Titel"
|
3290 |
# @ woocommerce-germanized
|
3291 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
|
3292 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:454
|
3293 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:789
|
3294 |
msgctxt "shipments"
|
3295 |
msgid "Description"
|
3296 |
msgstr "Beschreibung"
|
4520 |
# @ woocommerce-germanized
|
4521 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:415
|
4522 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
|
4523 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1101
|
4524 |
msgctxt "shipments"
|
4525 |
msgid "General"
|
4526 |
msgstr "Allgemein"
|
4530 |
msgid "Addresses"
|
4531 |
msgstr "Adressen"
|
4532 |
|
4533 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:541
|
4534 |
msgctxt "shipments"
|
4535 |
msgid "More services"
|
4536 |
msgstr "Mehr Services"
|
4537 |
|
4538 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:544
|
4539 |
msgctxt "shipments"
|
4540 |
msgid "Fewer services"
|
4541 |
msgstr "Weniger Services"
|
5183 |
|
5184 |
#: woocommerce-germanized-shipments/src/Shipment.php:1055
|
5185 |
#: woocommerce-germanized-shipments/src/Shipment.php:1303
|
5186 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:365
|
5187 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:433
|
5188 |
#, php-format
|
5189 |
msgctxt "full name"
|
5190 |
msgid "%1$s %2$s"
|
5300 |
"Wähle einen Versanddienstleister aus, der standardmäßig für eine infrage "
|
5301 |
"kommende Sendung hinterlegt wird."
|
5302 |
|
5303 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:309
|
5304 |
msgctxt "shipments"
|
5305 |
msgid ""
|
5306 |
"Your shipment is being processed by {shipping_provider}. If you want to "
|
5314 |
"die Paketverfolgungsdaten zum Zeitpunkt des Erhalts dieser E-Mail noch nicht "
|
5315 |
"den neuesten Stand wiedergeben."
|
5316 |
|
5317 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:781
|
5318 |
msgctxt "shipments"
|
5319 |
msgid "Choose a title for the shipping provider."
|
5320 |
msgstr "Wähle einen Titel für den Versanddienstleister."
|
5321 |
|
5322 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:790
|
5323 |
msgctxt "shipments"
|
5324 |
msgid "Choose a description for the shipping provider."
|
5325 |
msgstr "Wähle eine Beschreibung für den Versanddienstleister."
|
5326 |
|
5327 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:802
|
5328 |
msgctxt "shipments"
|
5329 |
msgid "Tracking URL"
|
5330 |
msgstr "Sendungsverfolgung URL"
|
5331 |
|
5332 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:803
|
5333 |
#, php-format
|
5334 |
msgctxt "shipments"
|
5335 |
msgid ""
|
5343 |
"einzufügen: %s"
|
5344 |
|
5345 |
# @ woocommerce-germanized
|
5346 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:813
|
5347 |
msgctxt "shipments"
|
5348 |
msgid "Tracking description"
|
5349 |
msgstr "Sendungsverfolgung Hinweis"
|
5350 |
|
5351 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:814
|
5352 |
#, php-format
|
5353 |
msgctxt "shipments"
|
5354 |
msgid ""
|
5363 |
"einzufügen: %s"
|
5364 |
|
5365 |
# @ woocommerce-germanized
|
5366 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:958
|
5367 |
msgctxt "shipments"
|
5368 |
msgid "Customer returns"
|
5369 |
msgstr "Rücksendungen"
|
5370 |
|
5371 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
|
5372 |
msgctxt "shipments"
|
5373 |
msgid "Allow customers to submit return requests to shipments."
|
5374 |
msgstr "Erlaube Kunden eine Rücksendung zu einer Sendung zu beantragen."
|
5375 |
|
5376 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
|
5377 |
#, php-format
|
5378 |
msgctxt "shipments"
|
5379 |
msgid ""
|
5387 |
"Gästen zu erfahren, lese bitte die %s."
|
5388 |
|
5389 |
# @ woocommerce-germanized
|
5390 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
|
5391 |
msgctxt "shipments"
|
5392 |
msgid "Return Dashboard"
|
5393 |
msgstr "Retouren-Dashboard"
|
5394 |
|
5395 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
|
5396 |
msgctxt "shipments"
|
5397 |
msgid "docs"
|
5398 |
msgstr "Dokumentation"
|
5399 |
|
5400 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:968
|
5401 |
msgctxt "shipments"
|
5402 |
msgid "Guest returns"
|
5403 |
msgstr "Retouren für Gäste"
|
5404 |
|
5405 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:969
|
5406 |
msgctxt "shipments"
|
5407 |
msgid "Allow guests to submit return requests to shipments."
|
5408 |
msgstr "Erlaube Gästen Rücksendeanträge zu Bestellungen zu beantragen."
|
5409 |
|
5410 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:969
|
5411 |
#, php-format
|
5412 |
msgctxt "shipments"
|
5413 |
msgid ""
|
5421 |
"Rücksende-Formular für Gäste auf deiner Seite zu platzieren."
|
5422 |
|
5423 |
# @ woocommerce-germanized
|
5424 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:980
|
5425 |
msgctxt "shipments"
|
5426 |
msgid "Manual confirmation"
|
5427 |
msgstr "Manuelle Bestätigung"
|
5428 |
|
5429 |
# @ woocommerce-germanized
|
5430 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:981
|
5431 |
msgctxt "shipments"
|
5432 |
msgid "Return requests need manual confirmation."
|
5433 |
msgstr "Rücksendeanträge benötigen eine manuelle Bestätigung."
|
5434 |
|
5435 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:981
|
5436 |
msgctxt "shipments"
|
5437 |
msgid ""
|
5438 |
"By default return request need manual confirmation e.g. a shop manager needs "
|
5449 |
"Mail-Bestätigung samt Retouren-Label."
|
5450 |
|
5451 |
# @ woocommerce-germanized
|
5452 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:993
|
5453 |
msgctxt "shipments"
|
5454 |
msgid "Return instructions"
|
5455 |
msgstr "Rücksende-Anweisungen"
|
5456 |
|
5457 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:994
|
5458 |
msgctxt "shipments"
|
5459 |
msgid ""
|
5460 |
"Provide your customer with instructions on how to return the shipment after "
|
5467 |
"kann, solltest du deine Kunden darüber informieren, woher ein Label für die "
|
5468 |
"Rücksendung bezogen werden kann."
|
5469 |
|
5470 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1080
|
5471 |
#, php-format
|
5472 |
msgctxt "shipments"
|
5473 |
msgid ""
|
5479 |
"Einstellungen</a>. Passe diese Einstellungen nur dann an, wenn du explizit "
|
5480 |
"Abweichungen speziell für diese Versandmethode konfigurieren willst."
|
5481 |
|
5482 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1105
|
5483 |
msgctxt "shipments"
|
5484 |
msgid "Return Requests"
|
5485 |
msgstr "Rücksendeanträge"
|
5486 |
|
5487 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1136
|
5488 |
msgctxt "shipments"
|
5489 |
msgid "This shipping provider does not support creating labels."
|
5490 |
msgstr "Dieser Versanddienstleister unterstützt keine Label-Erzeugung."
|
5858 |
# @ woocommerce-germanized
|
5859 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:566
|
5860 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:576
|
5861 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:482
|
5862 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:597
|
5863 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:605
|
5864 |
msgid "incl. VAT"
|
5871 |
|
5872 |
# @ woocommerce-germanized
|
5873 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:568
|
5874 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:482
|
5875 |
#, php-format
|
5876 |
msgid "incl. %s%% VAT"
|
5877 |
msgstr "inkl. %s %% MwSt."
|
5896 |
msgid "Resend activation link"
|
5897 |
msgstr "Aktivierungscode erneut versenden"
|
5898 |
|
5899 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:46
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5900 |
msgid "Global minimum age"
|
5901 |
msgstr "Globales Mindestalter"
|
5902 |
|
5903 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:50
|
5904 |
msgid ""
|
5905 |
"Choose a global minimum age necessary to buy your products. Can be "
|
5906 |
"overridden by product specific settings."
|
5909 |
"zu kaufen. Das Alter kann durch abweichende Produkteinstellungen "
|
5910 |
"überschrieben werden."
|
5911 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5912 |
# @ woocommerce-germanized
|
5913 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:60
|
5914 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5915 |
msgid "Confirmation"
|
5916 |
msgstr "Bestätigung"
|
5917 |
|
5918 |
# @ woocommerce-germanized
|
5919 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:64
|
5920 |
msgid ""
|
5921 |
"This text will be appended to your order processing email if the order "
|
5922 |
"contains service products."
|
5924 |
"Dieser Text wird an deine Bestellbestätigungs-Email (unterhalb der Tabelle) "
|
5925 |
"angehängt, sobald ein Kunde eine Dienstleistung gekauft hat."
|
5926 |
|
5927 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:65
|
5928 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:90
|
5929 |
#, php-format
|
5930 |
msgid ""
|
5931 |
"To insert a link to your cancellation policy use the following placeholder: "
|
5935 |
"folgenden Platzhalter: %s"
|
5936 |
|
5937 |
# @ woocommerce-germanized
|
5938 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:66
|
5939 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:33
|
5940 |
msgid ""
|
5941 |
"Furthermore you have expressly agreed to start the performance of the "
|
5950 |
"erlischt."
|
5951 |
|
5952 |
# @ woocommerce-germanized
|
5953 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:78
|
5954 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:444
|
5955 |
msgid "Downloadable Product"
|
5956 |
msgstr "Herunterladbares Produkt"
|
5957 |
|
5958 |
# @ woocommerce-germanized
|
5959 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:79
|
5960 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:445
|
5961 |
msgid "Virtual Product"
|
5962 |
msgstr "Virtuelles Produkt"
|
5963 |
|
5964 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:80
|
5965 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:46
|
5966 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:168
|
5967 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:446
|
5970 |
msgstr "Dienstleistung"
|
5971 |
|
5972 |
# @ woocommerce-germanized
|
5973 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:89
|
5974 |
msgid ""
|
5975 |
"This text will be appended to your order processing email if the order "
|
5976 |
"contains digital products."
|
5979 |
"angehängt, sobald ein Kunde ein digitales Produkt gekauft hat."
|
5980 |
|
5981 |
# @ woocommerce-germanized
|
5982 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:91
|
5983 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:27
|
5984 |
msgid ""
|
5985 |
"Furthermore you have expressly agreed to start the performance of the "
|
5994 |
"verlierst."
|
5995 |
|
5996 |
# @ woocommerce-germanized
|
5997 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:94
|
5998 |
msgid "Digital Product types"
|
5999 |
msgstr "Digitale Produkttypen"
|
6000 |
|
6001 |
# @ woocommerce-germanized
|
6002 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:95
|
6003 |
msgid ""
|
6004 |
"Select product types for which the loss of the right of withdrawal notice is "
|
6005 |
"shown. Product types like \"simple product\" may be redundant because they "
|
6011 |
"einschließen."
|
6012 |
|
6013 |
# @ woocommerce-germanized
|
6014 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:114
|
6015 |
msgid "Show checkbox"
|
6016 |
msgstr "Checkbox anzeigen"
|
6017 |
|
6018 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:115
|
6019 |
msgid ""
|
6020 |
"Choose whether you like to always show the parcel delivery checkbox or do "
|
6021 |
"only show for certain shipping methods."
|
6024 |
"bestimmte Versandmethoden anzeigen möchtest."
|
6025 |
|
6026 |
# @ woocommerce-germanized
|
6027 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:120
|
6028 |
msgid "For certain shipping methods."
|
6029 |
msgstr "Für bestimmte Versandmethoden."
|
6030 |
|
6031 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:121
|
6032 |
msgid "Always show."
|
6033 |
msgstr "Immer anzeigen."
|
6034 |
|
6035 |
# @ woocommerce-germanized
|
6036 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:126
|
6037 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:50
|
6038 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:112
|
6039 |
msgid "Shipping Methods"
|
6040 |
msgstr "Versandarten"
|
6041 |
|
6042 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:127
|
6043 |
msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
|
6044 |
msgstr ""
|
6045 |
"Wähle Versandmethoden aus für die die Paketdienstleister Checkbox angezeigt "
|
6077 |
msgid "None"
|
6078 |
msgstr "Keine"
|
6079 |
|
6080 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-provider-dpd.php:17
|
6081 |
+
msgid "Create DPD labels and return labels conveniently"
|
6082 |
+
msgstr "Labels zu Sendungen & Retouren bequem via DPD erstellen"
|
6083 |
+
|
6084 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-provider-dpd.php:21
|
6085 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:26
|
6086 |
+
msgid "DPD"
|
6087 |
+
msgstr "DPD"
|
6088 |
+
|
6089 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-provider-dpd.php:21
|
6090 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-contract.php:21
|
6091 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:32
|
6092 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-invoices.php:21
|
6093 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-multistep-checkout.php:21
|
6094 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-revocation-generator.php:21
|
6095 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:26
|
6096 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-terms-generator.php:21
|
6097 |
+
msgid "pro"
|
6098 |
+
msgstr "Pro"
|
6099 |
+
|
6100 |
# @ woocommerce-germanized
|
6101 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:62
|
6102 |
msgid "Germanize"
|
6112 |
msgstr "Einstellungen"
|
6113 |
|
6114 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:76
|
6115 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:106
|
6116 |
msgid "Shipping Provider"
|
6117 |
msgstr "Versanddienstleister"
|
6118 |
|
6139 |
msgstr "Schlüssel einfügen"
|
6140 |
|
6141 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:102
|
6142 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:408
|
6143 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:410
|
6144 |
msgid "Continue"
|
6145 |
msgstr "Weiter"
|
6146 |
|
6184 |
|
6185 |
# @ woocommerce-germanized
|
6186 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:171
|
6187 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:200
|
6188 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:42
|
6189 |
msgid "Small-Enterprise-Regulation"
|
6190 |
msgstr "Kleinunternehmerregelung"
|
6191 |
|
6192 |
# @ woocommerce-germanized
|
6193 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:172
|
6194 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:201
|
6195 |
msgid "VAT based on §19 UStG"
|
6196 |
msgstr "Umsatzsteuerbefreit nach §19 UStG"
|
6197 |
|
6198 |
# @ woocommerce-germanized
|
6199 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:172
|
6200 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:201
|
6201 |
#, php-format
|
6202 |
msgid ""
|
6203 |
"Enable this option if you have chosen to apply to <a href=\"%s\" target="
|
6232 |
"7 Tagen gelöscht</strong>. Die Double-Opt-In <a href=\"%s\" target=\"_blank"
|
6233 |
"\">Einstellungen</a> können nachträglich angepasst werden."
|
6234 |
|
6235 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:207
|
6236 |
+
#, php-format
|
6237 |
+
msgid "Upgrade to %s to activate %s integration."
|
6238 |
+
msgstr "Upgrade auf %s um die %s Integration zu aktivieren."
|
6239 |
+
|
6240 |
# @ woocommerce-germanized
|
6241 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:214
|
6242 |
#, php-format
|
6243 |
msgid "Enable %s integration"
|
6244 |
msgstr "%s Integration aktivieren."
|
6245 |
|
6246 |
# @ woocommerce-germanized
|
6247 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:235
|
6248 |
msgid "Setup"
|
6249 |
msgstr "Setup"
|
6250 |
|
6251 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:333
|
6252 |
msgid "Germanized › Setup Wizard"
|
6253 |
msgstr "Germanized › Setup"
|
6254 |
|
6255 |
# @ woocommerce-germanized
|
6256 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:404
|
6257 |
msgid "Skip Step"
|
6258 |
msgstr "Schritt überspringen"
|
6259 |
|
6260 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:416
|
6261 |
msgid "Return to WP Admin"
|
6262 |
msgstr "Zurück zu WP Admin"
|
6263 |
|
6264 |
# @ woocommerce-germanized
|
6265 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
6266 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:51
|
6267 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
6268 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:269
|
6269 |
msgid "Terms & Conditions"
|
6270 |
msgstr "AGB"
|
6271 |
|
6272 |
# @ woocommerce-germanized
|
6273 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:46
|
6274 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:61
|
6275 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:270
|
6276 |
msgid "Cancellation Policy"
|
6277 |
msgstr "Widerrufsbelehrung"
|
6278 |
|
6279 |
# @ woocommerce-germanized
|
6280 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
6281 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:82
|
6282 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
6283 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:271
|
6284 |
msgid "Imprint"
|
6285 |
msgstr "Impressum"
|
6286 |
|
6287 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
|
6288 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:92
|
6289 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:202
|
6290 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:272
|
6291 |
msgid "Privacy Policy"
|
6292 |
msgstr "Datenschutz"
|
6293 |
|
6294 |
# @ woocommerce-germanized
|
6295 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
6296 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:102
|
6297 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:276
|
6298 |
msgid "Payment Methods"
|
6299 |
msgstr "Zahlungarten"
|
6300 |
|
6309 |
msgstr "Willkommen bei Germanized"
|
6310 |
|
6311 |
# @ woocommerce-germanized
|
6312 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:276
|
6313 |
msgid "Go to Germanized Settings"
|
6314 |
msgstr "Germanized Einstellungen"
|
6315 |
|
6340 |
msgid "Cheatin’ huh?"
|
6341 |
msgstr "So geht das leider nicht.."
|
6342 |
|
6343 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:135
|
6344 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:169
|
6345 |
msgctxt "dhl"
|
6346 |
msgid "Action failed. Please refresh the page and retry."
|
6347 |
msgstr ""
|
6348 |
"Aktion fehlgeschlagen. Bitte aktualisiere die Seite und versuchen es erneut."
|
6349 |
|
6350 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:139
|
6351 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:173
|
6352 |
msgctxt "dhl"
|
6353 |
msgid "You don't have permission to do this."
|
6354 |
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
6355 |
|
6356 |
# @ woocommerce-germanized
|
6357 |
#. Plugin Name of the plugin/theme
|
6358 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:249
|
6359 |
msgid "Germanized for WooCommerce"
|
6360 |
msgstr "Germanized für WooCommerce"
|
6361 |
|
6362 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:359
|
6363 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:49
|
6364 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
6365 |
msgid "Yes"
|
6366 |
msgstr "Ja"
|
6367 |
|
6368 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:359
|
6369 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
6370 |
msgid "No"
|
6371 |
msgstr "Nein"
|
6372 |
|
6373 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:431
|
6374 |
msgid "Paid for order notification manually sent to customer."
|
6375 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
6376 |
|
6377 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:451
|
6378 |
msgid "Order confirmation manually sent to customer."
|
6379 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
6380 |
|
6381 |
# @ woocommerce-germanized
|
6382 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:471
|
6383 |
msgid "Resend order confirmation"
|
6384 |
msgstr "Bestellbestätigung erneut versenden"
|
6385 |
|
6386 |
# @ woocommerce-germanized
|
6387 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:472
|
6388 |
msgid "Send paid for order notification"
|
6389 |
msgstr "Bestellung bezahlt manuell versenden"
|
6390 |
|
6391 |
# @ woocommerce-germanized
|
6392 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:482
|
6393 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:121
|
6394 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
6395 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:92
|
6396 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:9
|
6397 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:27
|
6398 |
msgid "Germanized"
|
6399 |
msgstr "Germanized"
|
6400 |
|
6401 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:496
|
6402 |
msgid "Parcel Delivery Data Transfer:"
|
6403 |
msgstr "Paketdienstleister Datenweitergabe:"
|
6404 |
|
6405 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:497
|
6406 |
msgid "allowed"
|
6407 |
msgstr "akzeptiert"
|
6408 |
|
6409 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:497
|
6410 |
msgid "not allowed"
|
6411 |
msgstr "nicht akzeptiert"
|
6412 |
|
6413 |
# @ woocommerce-germanized
|
6414 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:580
|
6415 |
msgid "Optional Email Content"
|
6416 |
msgstr "Optionaler E-Mail Inhalt"
|
6417 |
|
6418 |
# @ woocommerce-germanized
|
6419 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:598
|
6420 |
msgid "Add content which will be replacing default page content within emails."
|
6421 |
msgstr ""
|
6422 |
"Fülle dieses Feld aus um einen abweichenden E-Mail Anhangstext für diese "
|
6423 |
"Seite zu bestimmen."
|
6424 |
|
6425 |
# @ woocommerce-germanized
|
6426 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:612
|
6427 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:164
|
6428 |
msgid "Optional Mini Description"
|
6429 |
msgstr "Warenkorb Kurzbeschreibung"
|
6430 |
|
6431 |
# @ woocommerce-germanized
|
6432 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:634
|
6433 |
msgid ""
|
6434 |
"This content will be shown as short product description within checkout and "
|
6435 |
"emails."
|
7003 |
msgstr "Button-Lösung"
|
7004 |
|
7005 |
# @ woocommerce-germanized
|
7006 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:45
|
7007 |
msgid "Buy now button"
|
7008 |
msgstr "„Jetzt kaufen“ Button"
|
7009 |
|
7010 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:46
|
7011 |
msgid ""
|
7012 |
"These settings help you comply to the button solution. The buy now button "
|
7013 |
"text is forced and static so that no payment gateway might override it."
|
7017 |
"Zahlungsart den Text überschreiben kann."
|
7018 |
|
7019 |
# @ woocommerce-germanized
|
7020 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:59
|
7021 |
msgid "Product table background"
|
7022 |
msgstr "Produkttabelle Hintergrund"
|
7023 |
|
7024 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:60
|
7025 |
msgid ""
|
7026 |
"The product table within your checkout should be noticeable for your "
|
7027 |
"customers. You might want to choose a different background color for it."
|
7029 |
"Die Produkttabelle in der Kasse sollte für deine Kunden klar erkennbar sein. "
|
7030 |
"Falls erwünscht, kannst du eine abweichende Hintergrundfarbe dafür auswählen."
|
7031 |
|
7032 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:78
|
7033 |
msgid "Button Text"
|
7034 |
msgstr "Button-Text"
|
7035 |
|
7036 |
# @ woocommerce-germanized
|
7037 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:79
|
7038 |
msgid "This text serves as Button text for the Order Submit Button."
|
7039 |
msgstr ""
|
7040 |
"Dieser Text wird als Beschriftung für den „Kauf abschließen“ Button "
|
7041 |
"verwendet."
|
7042 |
|
7043 |
# @ woocommerce-germanized
|
7044 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:83
|
7045 |
msgid "Buy Now"
|
7046 |
msgstr "Jetzt kaufen"
|
7047 |
|
7048 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:86
|
7049 |
msgid "Product attributes"
|
7050 |
msgstr "Produkteigenschaften"
|
7051 |
|
7052 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:87
|
7053 |
msgid "List all product attributes during cart and checkout."
|
7054 |
msgstr "Listet alle Produkteigenschaften im Warenkorb und in der Kasse auf."
|
7055 |
|
7056 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:91
|
7057 |
msgid ""
|
7058 |
"This option forces WooCommerce to output a list of all product attributes "
|
7059 |
"during cart and checkout."
|
7062 |
"Warenkorb und in der Kasse."
|
7063 |
|
7064 |
# @ woocommerce-germanized
|
7065 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:94
|
7066 |
msgid "Back to cart"
|
7067 |
msgstr "Zurück zum Warenkorb"
|
7068 |
|
7069 |
# @ woocommerce-germanized
|
7070 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:95
|
7071 |
msgid "Add a back to cart button to the checkout table."
|
7072 |
msgstr "„Bestellung bearbeiten“ Button in der Bestellübersicht anzeigen."
|
7073 |
|
7074 |
# @ woocommerce-germanized
|
7075 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:95
|
7076 |
msgid ""
|
7077 |
"This button may let your customer edit their order before submitting. Some "
|
7078 |
"people state that this button should be hidden to avoid legal problems."
|
7084 |
"keine weitere Informationen abgedruckt werden sollten."
|
7085 |
|
7086 |
# @ woocommerce-germanized
|
7087 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:101
|
7088 |
msgid "Edit data notice"
|
7089 |
msgstr "„Bestellung prüfen“ Hinweis"
|
7090 |
|
7091 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:102
|
7092 |
msgid "Display an edit-your-data notice within checkout."
|
7093 |
msgstr "Zeige einen „Bestellung bearbeiten“ Hinweis in der Kasse an."
|
7094 |
|
7095 |
# @ woocommerce-germanized
|
7096 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:106
|
7097 |
msgid "This notice will be added right before the order comments field."
|
7098 |
msgstr ""
|
7099 |
"Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
|
7100 |
|
7101 |
# @ woocommerce-germanized
|
7102 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:109
|
7103 |
msgid "Product Table Color"
|
7104 |
msgstr "Hintergrund der Tabelle"
|
7105 |
|
7106 |
# @ woocommerce-germanized
|
7107 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:111
|
7108 |
msgid ""
|
7109 |
"Choose the color of your checkout product table. This table should be "
|
7110 |
"highlighted within your checkout page."
|
7113 |
"Tabelle sollte sich farblich vom Rest des Inhalts abheben."
|
7114 |
|
7115 |
# @ woocommerce-germanized
|
7116 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:116
|
7117 |
msgid "Thumbnails"
|
7118 |
msgstr "Thumbnails"
|
7119 |
|
7120 |
# @ woocommerce-germanized
|
7121 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:117
|
7122 |
msgid "Show product thumbnails within checkout table."
|
7123 |
msgstr "Zeige Produktbilder in der Tabelle der Kasse an."
|
7124 |
|
7125 |
# @ woocommerce-germanized
|
7126 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:121
|
7127 |
msgid ""
|
7128 |
"Uncheck if you don't want to show your product thumbnails within checkout "
|
7129 |
"table."
|
7132 |
"bekommen möchtest."
|
7133 |
|
7134 |
# @ woocommerce-germanized
|
7135 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:124
|
7136 |
msgid "Hide Shipping Select"
|
7137 |
msgstr "Versandarten Auswahl"
|
7138 |
|
7139 |
# @ woocommerce-germanized
|
7140 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:125
|
7141 |
msgid "Hide shipping rate selection from checkout."
|
7142 |
msgstr "Deaktiviere die Auswahl von Versandarten in der Kasse."
|
7143 |
|
7144 |
# @ woocommerce-germanized
|
7145 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:129
|
7146 |
msgid ""
|
7147 |
"This option will hide shipping rate selection from checkout. By then "
|
7148 |
"customers will only be able to change their shipping rate on cart page."
|
7151 |
"Checkout. Kunden können von nun an nur noch über den Warenkorb die "
|
7152 |
"Versandmethode ändern."
|
7153 |
|
7154 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:132
|
7155 |
msgid "Estimated taxes"
|
7156 |
msgstr "Steuern geschätzt"
|
7157 |
|
7158 |
# @ woocommerce-germanized
|
7159 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:133
|
7160 |
msgid "Hide the \"taxes and shipping estimated\" text from the cart."
|
7161 |
msgstr ""
|
7162 |
"Entferne den Hinweis „Versandkosten und Steuern werden geschätzt“ im "
|
7163 |
"Warenkorb."
|
7164 |
|
7165 |
# @ woocommerce-germanized
|
7166 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:137
|
7167 |
msgid ""
|
7168 |
"By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
|
7169 |
"cart. This might puzzle your customers and may not meet german law."
|
7173 |
"Markt geeignet."
|
7174 |
|
7175 |
# @ woocommerce-germanized
|
7176 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:140
|
7177 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:65
|
7178 |
msgid "Fallback Mode"
|
7179 |
msgstr "Fallback Modus"
|
7180 |
|
7181 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:141
|
7182 |
msgid "Force default WooCommerce checkout template."
|
7183 |
msgstr "Standard Kasse-Template erzwingen."
|
7184 |
|
7185 |
# @ woocommerce-germanized
|
7186 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:141
|
7187 |
msgid ""
|
7188 |
"If you are facing problems within your checkout e.g. legally relevant data "
|
7189 |
"is not showing (terms, delivery time, unit price etc.) your theme seems to "
|
7196 |
"Die Option hindert dein Theme daran relevante Templates für den Checkout "
|
7197 |
"(review-order.php und form-checkout.php) zu überschreiben."
|
7198 |
|
7199 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:149
|
7200 |
msgid "Thankyou Page"
|
7201 |
msgstr "Danke-Seite"
|
7202 |
|
7203 |
# @ woocommerce-germanized
|
7204 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:155
|
7205 |
msgid "Information"
|
7206 |
msgstr "Information"
|
7207 |
|
7208 |
# @ woocommerce-germanized
|
7209 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:156
|
7210 |
msgid "Hide product table and customer data on order thankyou page."
|
7211 |
msgstr ""
|
7212 |
"Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
|
7213 |
|
7214 |
# @ woocommerce-germanized
|
7215 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:162
|
7216 |
msgid "Order Success Text"
|
7217 |
msgstr "Bestellung eingegangen"
|
7218 |
|
7219 |
# @ woocommerce-germanized
|
7220 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:163
|
7221 |
msgid "Choose a custom text to display on order success page."
|
7222 |
msgstr ""
|
7223 |
"Hier kannst du einen individuellen kurzen Text eingeben, der nach der "
|
7311 |
msgid "Manual contract"
|
7312 |
msgstr "Verspäteter Vertragsschluss"
|
7313 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7314 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-doi.php:17
|
7315 |
msgid "Extend the WooCommerce registration process with a double opt in."
|
7316 |
msgstr "Erweitere die WooCommerce Registrierung um einen Double-Opt-In."
|
7454 |
# @ woocommerce-germanized
|
7455 |
# @ woocommerce
|
7456 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:187
|
7457 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:230
|
7458 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:137
|
7459 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:144
|
7460 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:138
|
7461 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
|
7462 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:600
|
7463 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:613
|
7464 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:244
|
7465 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:252
|
7466 |
msgid "Title"
|
7560 |
|
7561 |
# @ woocommerce-germanized
|
7562 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:30
|
7563 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:365
|
7564 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:174
|
7565 |
msgid "Legal Pages"
|
7566 |
msgstr "Rechtlich relevante Seiten"
|
7567 |
|
7568 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:31
|
7569 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:144
|
7570 |
msgid "Dispute Resolution"
|
7571 |
msgstr "Streitbeilegung"
|
7572 |
|
7577 |
# @ woocommerce-germanized
|
7578 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
|
7579 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:632
|
7580 |
+
#: woocommerce-germanized/src/Shopmarks.php:339
|
7581 |
msgid "Checkout"
|
7582 |
msgstr "Kasse"
|
7583 |
|
7599 |
"du <a href=\"%s\" target=\"_blank\">hier</a>."
|
7600 |
|
7601 |
# @ woocommerce-germanized
|
7602 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:52
|
|
|
|
|
|
|
|
|
|
|
|
|
7603 |
msgid "This page should contain your terms & conditions."
|
7604 |
msgstr "Diese Seite sollte deine Allgemeinen Geschäftsbedingungen enthalten."
|
7605 |
|
7606 |
# @ woocommerce-germanized
|
7607 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:58
|
7608 |
#, php-format
|
7609 |
msgid "Don't have terms & conditions yet? <a href=\"%s\">Generate now</a>!"
|
7610 |
msgstr "Du hast noch keine AGB? <a href=\"%s\">Jetzt generieren</a>!"
|
7611 |
|
7612 |
# @ woocommerce-germanized
|
7613 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:62
|
7614 |
msgid ""
|
7615 |
"This page should contain information regarding your customer's Right of "
|
7616 |
"Withdrawal."
|
7620 |
"[revocation_form]"
|
7621 |
|
7622 |
# @ woocommerce-germanized
|
7623 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:68
|
7624 |
#, php-format
|
7625 |
msgid "Don't have a revocation page yet? <a href=\"%s\">Generate now</a>!"
|
7626 |
msgstr ""
|
7627 |
"Du hast noch keine Widerrufsbelehrung? <a href=\"%s\">Jetzt generieren</a>!"
|
7628 |
|
7629 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:72
|
7630 |
msgid "Send withdrawal to"
|
7631 |
msgstr "Widerruf richten an"
|
7632 |
|
7633 |
# @ woocommerce-germanized
|
7634 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:73
|
7635 |
msgid ""
|
7636 |
"Type in an address, telephone/telefax number, email address which is to be "
|
7637 |
"used as the recipient address of the withdrawal."
|
7640 |
"die deine Kunden ihren Widerruf richten sollen"
|
7641 |
|
7642 |
# @ woocommerce-germanized
|
7643 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:83
|
7644 |
msgid "This page should contain an imprint with your company's information."
|
7645 |
msgstr ""
|
7646 |
"Diese Seite sollte das Impressum d.h. die Informationen (gemäß TMG) zu "
|
7647 |
"deinem Unternehmen enthalten."
|
7648 |
|
7649 |
# @ woocommerce-germanized
|
7650 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:93
|
7651 |
msgid "This page should contain information regarding your privacy policy."
|
7652 |
msgstr "Diese Seite sollte deine Datenschutzerklärung enthalten."
|
7653 |
|
7654 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:98
|
7655 |
+
msgid ""
|
7656 |
+
"Please make sure to place your privacy policy to be directly accessible to "
|
7657 |
+
"the user on the website, e.g. as a link within your footer."
|
7658 |
+
msgstr ""
|
7659 |
+
"Stelle sicher, dass deine Datenschutzerklärung für den Besucher der Website "
|
7660 |
+
"unmittelbar erreichbar ist (z.B. Verlinkt im Footer)."
|
7661 |
+
|
7662 |
# @ woocommerce-germanized
|
7663 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:103
|
7664 |
msgid ""
|
7665 |
"This page should contain information regarding the Payment Methods that are "
|
7666 |
"chooseable during checkout."
|
7670 |
"[payment_methods_info]"
|
7671 |
|
7672 |
# @ woocommerce-germanized
|
7673 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:113
|
7674 |
msgid ""
|
7675 |
"This page should contain information regarding shipping methods that are "
|
7676 |
"chooseable during checkout."
|
7678 |
"Diese Seite sollte Informationen zu den von dir zur Verfügung gestellten "
|
7679 |
"Versandarten bereitstellen."
|
7680 |
|
7681 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:138
|
7682 |
msgid ""
|
7683 |
"This status indicates whether your terms & conditions contain the "
|
7684 |
"[gzd_complaints] shortcode which outputs the complaints options chosen from "
|
7690 |
"ausgibt oder nicht. Wenn du den Text manuell hinzugefügt hast, kannst du "
|
7691 |
"diesen Status ignorieren."
|
7692 |
|
7693 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:145
|
7694 |
msgid ""
|
7695 |
"You may select whether you are willing, obliged or not willing to "
|
7696 |
"participate in dispute settlement proceeedings before a consumer arbitration "
|
7704 |
"deinem Impressum platzieren solltest. Trusted Shops rät dazu den Text auch "
|
7705 |
"in deine AGB einzufügen."
|
7706 |
|
7707 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:151
|
7708 |
msgid "Not obliged, not willing"
|
7709 |
msgstr "Nicht verpflichtet, nicht bereit"
|
7710 |
|
7711 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:152
|
7712 |
msgid "Not obliged, willing"
|
7713 |
msgstr "Nicht verpflichtet, bereit"
|
7714 |
|
7715 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:153
|
7716 |
msgid "Obliged"
|
7717 |
msgstr "Verpflichtet"
|
7718 |
|
7719 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:157
|
7720 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:166
|
7721 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:175
|
7722 |
msgid "Resolution Text"
|
7723 |
msgstr "Streitbeilegung Text"
|
7724 |
|
7725 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:158
|
7726 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:167
|
7727 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:176
|
7728 |
msgid ""
|
7729 |
"Adapt this example text regarding alternative dispute resolution to your "
|
7730 |
"needs. Text will be added to the [gzd_complaints] Shortcode. You may as well "
|
7735 |
"noch in deinen AGB integrieren."
|
7736 |
|
7737 |
# @ woocommerce-germanized
|
7738 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:160
|
7739 |
msgid ""
|
7740 |
"The european commission provides a platform for online dispute resolution "
|
7741 |
"(OS) which is accessible at https://ec.europa.eu/consumers/odr. We are not "
|
7748 |
"Verbraucherschlichtungsstelle sind wir nicht verpflichtet und nicht bereit."
|
7749 |
|
7750 |
# @ woocommerce-germanized
|
7751 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:169
|
7752 |
msgid ""
|
7753 |
"The european commission provides a platform for online dispute resolution "
|
7754 |
"(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
|
7760 |
"sind bereit, an einem außergerichtlichen Schlichtungsverfahren teilzunehmen."
|
7761 |
|
7762 |
# @ woocommerce-germanized
|
7763 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:178
|
7764 |
msgid ""
|
7765 |
"The european commission provides a platform for online dispute resolution "
|
7766 |
"(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
|
7776 |
"Stelle teilzunehmen. Wir werden an einem solchen Verfahren teilnehmen."
|
7777 |
|
7778 |
# @ woocommerce-germanized
|
7779 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:184
|
7780 |
msgid "Shortcode Status"
|
7781 |
msgstr "Shortcode Status"
|
7782 |
|
7783 |
+
# @ woocommerce-germanized
|
7784 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:188
|
7785 |
+
msgid "Found"
|
7786 |
+
msgstr "Eingebunden"
|
7787 |
+
|
7788 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:188
|
7789 |
#, php-format
|
7790 |
msgid "Not found within %s"
|
7791 |
msgstr "Nicht gefunden in: %s"
|
7792 |
|
7793 |
# @ woocommerce-germanized
|
7794 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:188
|
7795 |
msgid "Append it now"
|
7796 |
msgstr "Jetzt hinzufügen"
|
7797 |
|
7798 |
# @ woocommerce-germanized
|
7799 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:207
|
7800 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:388
|
7801 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:143
|
7802 |
msgid "Notice Text"
|
7803 |
msgstr "Hinweistext"
|
7804 |
|
7805 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:208
|
7806 |
msgid ""
|
7807 |
"You may want to adjust the small buisness notice text to meet your criteria."
|
7808 |
msgstr "Passe hier, falls notwending, den Kleinunternehmer Hinweistext an."
|
7809 |
|
7810 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:215
|
7811 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:348
|
7812 |
msgid ""
|
7813 |
"Value added tax is not collected, as small businesses according to §19 (1) "
|
7814 |
"UStG."
|
7815 |
msgstr "Kein Mehrwertsteuerausweis, da Kleinunternehmer nach §19 (1) UStG."
|
7816 |
|
7817 |
# @ woocommerce-germanized
|
7818 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:231
|
7819 |
msgid "Add a title field to the address within checkout."
|
7820 |
msgstr "Lasse Kunden eine Anrede auswählen."
|
7821 |
|
7822 |
# @ woocommerce-germanized
|
7823 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:237
|
7824 |
msgid "Validate street number"
|
7825 |
msgstr "Hausnummer validieren"
|
7826 |
|
7827 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:238
|
7828 |
msgid "Force the existence of a street number within the first address field."
|
7829 |
msgstr "Hausnummer im ersten Adressfeld verpflichtend abfragen."
|
7830 |
|
7831 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:243
|
7832 |
msgid "Never"
|
7833 |
msgstr "Nie"
|
7834 |
|
7835 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:244
|
7836 |
msgid "Always"
|
7837 |
msgstr "Immer"
|
7838 |
|
7839 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:245
|
7840 |
msgid "Base country only"
|
7841 |
msgstr "Nur Basisland"
|
7842 |
|
7843 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:246
|
7844 |
msgid "EU countries only"
|
7845 |
msgstr "Nur EU-Länder"
|
7846 |
|
7847 |
# @ woocommerce-germanized
|
7848 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:250
|
7849 |
msgid "Disallow cancellations"
|
7850 |
msgstr "Stornierungen verhindern"
|
7851 |
|
7852 |
# @ woocommerce-germanized
|
7853 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:251
|
7854 |
msgid "Don't allow customers to manually cancel orders."
|
7855 |
msgstr "Stornierung von Bestellungen durch den Kunden verhindern."
|
7856 |
|
7857 |
# @ woocommerce-germanized
|
7858 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:251
|
7859 |
msgid ""
|
7860 |
"By default payment methods like PayPal allow order cancellation by clicking "
|
7861 |
"the abort link. This option will stop customers from manually cancel orders."
|
7864 |
"Kunden den Abbrechen-Link verwendet. Diese Option verhindert den manuellen "
|
7865 |
"Abbruch einer Bestellung durch den Kunden."
|
7866 |
|
7867 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:257
|
7868 |
msgid "Disallow gateway choosing"
|
7869 |
msgstr "Wechsel der Zahlungsart"
|
7870 |
|
7871 |
# @ woocommerce-germanized
|
7872 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:258
|
7873 |
msgid "Don't allow customers to change the payment gateway after ordering."
|
7874 |
msgstr ""
|
7875 |
"Wechsel der Zahlungsart nach der Bestellung durch den Kunden verhindern."
|
7876 |
|
7877 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:258
|
7878 |
msgid ""
|
7879 |
"Customers paying through a gateway which allows later payment (e.g. PayPal) "
|
7880 |
"will find a link within their customer account which redirects them to a pay "
|
7893 |
"PayPal weiter."
|
7894 |
|
7895 |
# @ woocommerce-germanized
|
7896 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:264
|
7897 |
msgid "Free shipping"
|
7898 |
msgstr "Kostenloser Versand"
|
7899 |
|
7900 |
# @ woocommerce-germanized
|
7901 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:265
|
7902 |
msgid "Force free shipping method if available."
|
7903 |
msgstr "Erzwinge kostenlosen Versand wenn die Methode zur Verfügung steht."
|
7904 |
|
7905 |
# @ woocommerce-germanized
|
7906 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:265
|
7907 |
msgid ""
|
7908 |
"By default WooCommerce will let customers choose other shipping methods than "
|
7909 |
"free shipping (if available). This option will force free shipping if "
|
7914 |
"Versand, sobald dieser verfügbar ist."
|
7915 |
|
7916 |
# @ woocommerce-germanized
|
7917 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:272
|
7918 |
msgid "Exclude Methods"
|
7919 |
msgstr "Deaktivierte Methoden"
|
7920 |
|
7921 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:281
|
7922 |
msgid ""
|
7923 |
"Optionally choose methods which should be excluded from hiding when free "
|
7924 |
"shipping is available (e.g. express shipping options)."
|
7927 |
"kostenloser Versand verfügbar ist (z.B. Express-Versandmethoden)."
|
7928 |
|
7929 |
# @ woocommerce-germanized
|
7930 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:293
|
7931 |
msgid "Add to Cart"
|
7932 |
msgstr "Zum Warenkorb Button"
|
7933 |
|
7934 |
# @ woocommerce-germanized
|
7935 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:294
|
7936 |
msgid "Show add to cart button on listings."
|
7937 |
msgstr "Zeige den „zum Warenkorb“ Button in Produktlisten an."
|
7938 |
|
7939 |
# @ woocommerce-germanized
|
7940 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:298
|
7941 |
msgid ""
|
7942 |
"unset this option if you don't want to show the add to cart button within "
|
7943 |
"the product listings"
|
7945 |
"Deaktiviere diese Option, wenn du den zum Warenkorb Button nicht innerhalb "
|
7946 |
"von Produktauflistungen darstellen möchten"
|
7947 |
|
7948 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:301
|
7949 |
msgid "Link"
|
7950 |
msgstr "Verlinkung"
|
7951 |
|
7952 |
# @ woocommerce-germanized
|
7953 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:302
|
7954 |
msgid "Link to product details page instead of add to cart within listings."
|
7955 |
msgstr ""
|
7956 |
+
"Ersetze den zum-Warenkorb-Link durch einen Link zur Produktseite in "
|
7957 |
"Produktlisten."
|
7958 |
|
7959 |
# @ woocommerce-germanized
|
7960 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:306
|
7961 |
msgid ""
|
7962 |
"Decide whether you like to link to your product's details page instead of "
|
7963 |
"displaying an add to cart button within product listings."
|
7967 |
"diese Option."
|
7968 |
|
7969 |
# @ woocommerce-germanized
|
7970 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:309
|
7971 |
msgid "Product Details Text"
|
7972 |
msgstr "Produktdetails Text"
|
7973 |
|
7974 |
# @ woocommerce-germanized
|
7975 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:311
|
7976 |
msgid "Details"
|
7977 |
msgstr "Details"
|
7978 |
|
7979 |
# @ woocommerce-germanized
|
7980 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:316
|
7981 |
msgid ""
|
7982 |
"If you have chosen to link to product details page instead of add to cart "
|
7983 |
"URL you may want to change the button text."
|
7987 |
"einen Button-Text vergeben."
|
7988 |
|
7989 |
# @ woocommerce-germanized
|
7990 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:337
|
7991 |
msgid "Overview"
|
7992 |
msgstr "Übersicht"
|
7993 |
|
7994 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:338
|
7995 |
msgid ""
|
7996 |
"You can always return to the settings overview by navigating through the "
|
7997 |
"breadcrumb navigation."
|
8000 |
"indem du die Breadcrumb-Navigation nutzt."
|
8001 |
|
8002 |
# @ woocommerce-germanized
|
8003 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:351
|
8004 |
msgid "Sections"
|
8005 |
msgstr "Rubriken"
|
8006 |
|
8007 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:352
|
8008 |
msgid ""
|
8009 |
"Each setting tab might have sub sections containing more specific options."
|
8010 |
msgstr ""
|
8011 |
"Jeder Tab kann weitere Unterbereiche mit spezifischen Optionen beinhalten."
|
8012 |
|
8013 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:366
|
8014 |
msgid ""
|
8015 |
"Adjust legal pages e.g. terms and conditions. These pages are used to add "
|
8016 |
"links within checkboxes and text attachments to emails."
|
8102 |
"erhalte professionellen Support."
|
8103 |
|
8104 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:22
|
8105 |
+
#: woocommerce-germanized/includes/admin/views/setup/dhl.php:10
|
8106 |
+
msgid "DHL"
|
8107 |
+
msgstr "DHL"
|
8108 |
+
|
8109 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:22
|
8110 |
+
msgid "Deutsche Post"
|
8111 |
+
msgstr "Deutsche Post"
|
8112 |
+
|
8113 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:38
|
8114 |
msgid "Manage your shipping provider integrations."
|
8115 |
msgstr "Integrationen für Versanddienstleister verwalten."
|
8116 |
|
8117 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:49
|
8118 |
+
#, php-format
|
8119 |
+
msgid "Manage your shipping provider integrations, e.g. for %s."
|
8120 |
+
msgstr "Verwalten Sie die Versanddienstleister-Integration, z.B. für %s."
|
|
|
8121 |
|
8122 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:20
|
8123 |
msgid ""
|
8305 |
# @ woocommerce-germanized
|
8306 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:320
|
8307 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:382
|
8308 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:277
|
8309 |
msgid "Shipping Costs"
|
8310 |
msgstr "Versandkosten"
|
8311 |
|
8353 |
"Platzhalter für den höchsten Preis."
|
8354 |
|
8355 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:376
|
8356 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:965
|
8357 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:969
|
8358 |
msgid "{min_price} – {max_price}"
|
8359 |
msgstr "{min_price} – {max_price}"
|
8360 |
|
8579 |
|
8580 |
# @ woocommerce-germanized
|
8581 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:575
|
8582 |
+
#: woocommerce-germanized/src/Shopmarks.php:334
|
8583 |
msgid "Single Product"
|
8584 |
+
msgstr "Produktseite"
|
8585 |
|
8586 |
# @ woocommerce-germanized
|
8587 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:576
|
8588 |
msgid "Show price labels on single product page."
|
8589 |
+
msgstr "Zeige Preishinweise auf der Produktseite."
|
8590 |
|
8591 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:583
|
8592 |
msgid "Loop"
|
8612 |
|
8613 |
# @ woocommerce-germanized
|
8614 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:30
|
8615 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:484
|
8616 |
msgid "VAT"
|
8617 |
msgstr "Umsatzsteuer"
|
8618 |
|
9194 |
msgid "Learn how to update outdated templates"
|
9195 |
msgstr "Erfahre, wie du veraltete Templates aktualisierst"
|
9196 |
|
|
|
|
|
|
|
|
|
9197 |
#: woocommerce-germanized/includes/admin/views/setup/dhl.php:12
|
9198 |
msgid ""
|
9199 |
"Want to easily ship your orders via DHL? Enable our deep DHL integration and "
|
9611 |
"Vielen Dank. Wir haben deinen Widerruf erhalten. Du bekommst in Kürze eine E-"
|
9612 |
"Mail mit deinen Daten als Bestätigung."
|
9613 |
|
9614 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:150
|
9615 |
msgid ""
|
9616 |
"Please check the street field and make sure to provide a valid street number."
|
9617 |
msgstr ""
|
9618 |
"Bitte prüfe die Angabe der Straße und stelle sicher, dass du deine "
|
9619 |
"Hausnummer angegeben hast."
|
9620 |
|
9621 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:274
|
9622 |
msgid ""
|
9623 |
"Sorry, but differential taxed products cannot be purchased with normal "
|
9624 |
"products at the same time."
|
9626 |
"Entschuldigung, differenzbesteuerte Produkte können nicht gemeinsam mit "
|
9627 |
"normalen Produkten gekauft werden."
|
9628 |
|
9629 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:280
|
9630 |
msgid ""
|
9631 |
"Sorry, but normal products cannot be purchased together with differential "
|
9632 |
"taxed products at the same time."
|
9635 |
"differenzbesteuerten Produkten gekauft werden."
|
9636 |
|
9637 |
# @ woocommerce-germanized
|
9638 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1027
|
9639 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:51
|
9640 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:637
|
9641 |
msgid "Mr."
|
9642 |
msgstr "Herr"
|
9643 |
|
9644 |
# @ woocommerce-germanized
|
9645 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1028
|
9646 |
msgctxt "customer-title-male-address"
|
9647 |
msgid "Mr."
|
9648 |
msgstr "Herrn"
|
9880 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:104
|
9881 |
msgid ""
|
9882 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
9883 |
+
"and Conditions{/term_link} and {revocation_link}Cancellation Policy{/"
|
9884 |
+
"revocation_link}."
|
|
|
9885 |
msgstr ""
|
9886 |
"Mit deiner Bestellung erklärst du dich mit unseren {term_link}Allgemeinen "
|
9887 |
+
"Geschäftsbedingungen{/term_link} und {revocation_link}Widerrufsbestimmungen{/"
|
9888 |
+
"revocation_link} einverstanden."
|
|
|
9889 |
|
9890 |
# @ woocommerce-germanized
|
9891 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:105
|
9892 |
msgid ""
|
9893 |
"To complete the order you have to accept to our {term_link}Terms and "
|
9894 |
+
"Conditions{/term_link} and {revocation_link}Cancellation Policy{/"
|
9895 |
+
"revocation_link}."
|
|
|
9896 |
msgstr ""
|
9897 |
"Bitte akzeptiere unsere {term_link}Allgemeinen Geschäftsbedingungen{/"
|
9898 |
+
"term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
|
|
|
9899 |
|
9900 |
# @ woocommerce-germanized
|
9901 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:111
|
9904 |
|
9905 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:112
|
9906 |
msgid ""
|
9907 |
+
"General legal checkbox which shall include terms and cancellation policy."
|
9908 |
+
msgstr "Allg. Checkbox die AGB und Widerrufsbelehrung enthalten sollte."
|
|
|
|
|
|
|
9909 |
|
9910 |
# @ woocommerce-germanized
|
9911 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:120
|
10386 |
msgid "Visible during checkout"
|
10387 |
msgstr "Im Checkout anzeigen"
|
10388 |
|
10389 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:32
|
10390 |
msgctxt "revocation-form"
|
10391 |
msgid "Withdrawal"
|
10392 |
msgstr "Widerruf"
|
10393 |
|
10394 |
# @ woocommerce-germanized
|
10395 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:34
|
10396 |
msgctxt "revocation-form"
|
10397 |
msgid "Tip: Delete whatever entry does not apply, and provide, as needed"
|
10398 |
msgstr "Hinweis: Bitte Unzutreffendes streichen und um deinen Text ergänzen"
|
10399 |
|
10400 |
# @ woocommerce-germanized
|
10401 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:35
|
10402 |
msgctxt "revocation-form"
|
10403 |
msgid ""
|
10404 |
"I/We hereby give notice that I/We withdraw from my/our contract of sale of "
|
10408 |
"den Kauf der folgenden Waren / die Erbringung der folgenden Dienstleistung: "
|
10409 |
|
10410 |
# @ woocommerce-germanized
|
10411 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:39
|
10412 |
msgctxt "revocation-form"
|
10413 |
msgid "Received"
|
10414 |
msgstr "Erhalten am"
|
10415 |
|
10416 |
# @ woocommerce-germanized
|
10417 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:43
|
10418 |
msgctxt "revocation-form"
|
10419 |
msgid "Order Date"
|
10420 |
msgstr "Datum der Bestellung"
|
10421 |
|
10422 |
# @ woocommerce-germanized
|
10423 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:45
|
10424 |
msgctxt "revocation-form"
|
10425 |
msgid "Customer Data"
|
10426 |
msgstr "Kundeninformationen"
|
10427 |
|
10428 |
# @ woocommerce-germanized
|
10429 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:48
|
10430 |
msgctxt "revocation-form"
|
10431 |
msgid "Title"
|
10432 |
msgstr "Anrede"
|
10433 |
|
10434 |
# @ woocommerce-germanized
|
10435 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
10436 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:638
|
10437 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:656
|
10438 |
msgid "Ms."
|
10439 |
msgstr "Frau"
|
10440 |
|
10441 |
# @ woocommerce-germanized
|
10442 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:57
|
10443 |
msgctxt "revocation-form"
|
10444 |
msgid "First Name"
|
10445 |
msgstr "Vorname"
|
10446 |
|
10447 |
# @ woocommerce-germanized
|
10448 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:62
|
10449 |
msgctxt "revocation-form"
|
10450 |
msgid "Last Name"
|
10451 |
msgstr "Nachname"
|
10452 |
|
10453 |
# @ woocommerce-germanized
|
10454 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:67
|
10455 |
msgctxt "revocation-form"
|
10456 |
msgid "Street"
|
10457 |
msgstr "Straße"
|
10458 |
|
10459 |
# @ woocommerce-germanized
|
10460 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:72
|
10461 |
msgctxt "revocation-form"
|
10462 |
msgid "Postal Code"
|
10463 |
msgstr "Postleitzahl"
|
10464 |
|
10465 |
# @ woocommerce-germanized
|
10466 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:77
|
10467 |
msgctxt "revocation-form"
|
10468 |
msgid "City"
|
10469 |
msgstr "Stadt"
|
10470 |
|
10471 |
# @ woocommerce-germanized
|
10472 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:82
|
10473 |
msgctxt "revocation-form"
|
10474 |
msgid "Country"
|
10475 |
msgstr "Land"
|
10476 |
|
10477 |
# @ woocommerce-germanized
|
10478 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:88
|
10479 |
msgctxt "revocation-form"
|
10480 |
msgid "Mail"
|
10481 |
msgstr "E-Mail Adresse"
|
10482 |
|
10483 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:104
|
10484 |
#, php-format
|
10485 |
msgctxt "revocation-form"
|
10486 |
msgid ""
|
10487 |
+
"Please accept our <a href=\"%s\" target=\"_blank\">Privacy Policy</a> so "
|
10488 |
"that we can process your inquiry."
|
10489 |
msgstr ""
|
10490 |
"Bitte akzeptiere unsere <a href=\"%s\" target=\"_blank"
|
11394 |
"term_link}, {revocation_link}Widerrufsbestimmungen{/revocation_link} und "
|
11395 |
"{data_security_link}Datenschutzbestimmungen{/data_security_link}."
|
11396 |
|
11397 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:224
|
11398 |
msgid ">= 12 years"
|
11399 |
msgstr ">= 12 Jahre"
|
11400 |
|
11401 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:225
|
11402 |
msgid ">= 16 years"
|
11403 |
msgstr ">= 16 Jahre"
|
11404 |
|
11405 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:226
|
11406 |
msgid ">= 18 years"
|
11407 |
msgstr ">= 18 Jahre"
|
11408 |
|
11409 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:227
|
11410 |
msgid ">= 21 years"
|
11411 |
msgstr ">= 21 Jahre"
|
11412 |
|
11413 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:228
|
11414 |
msgid ">= 25 years"
|
11415 |
msgstr ">= 25 Jahre"
|
11416 |
|
11417 |
# @ woocommerce-germanized
|
11418 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:233
|
11419 |
msgctxt "age"
|
11420 |
msgid "None"
|
11421 |
msgstr "Keines"
|
11422 |
|
11423 |
# @ woocommerce-germanized
|
11424 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:484
|
11425 |
#, php-format
|
11426 |
msgid "%s%% VAT"
|
11427 |
msgstr "%s %% MwSt."
|
11428 |
|
11429 |
# @ woocommerce-germanized
|
11430 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:636
|
11431 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:663
|
11432 |
msgctxt "title-option"
|
11433 |
msgid "None"
|
11434 |
msgstr "Keine"
|
11435 |
|
11436 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:639
|
11437 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:663
|
11438 |
msgid "Mx"
|
11439 |
msgstr "Divers"
|
11440 |
|
11441 |
# @ woocommerce-germanized
|
11442 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:926
|
11443 |
msgid "More variants available"
|
11444 |
msgstr "Weitere Varianten verfügbar"
|
11445 |
|
11491 |
msgstr "Das Germanized %s Paket fehlt"
|
11492 |
|
11493 |
# @ woocommerce-germanized
|
11494 |
+
#: woocommerce-germanized/src/Shopmarks.php:335
|
11495 |
msgid "Single Product (Grouped)"
|
11496 |
+
msgstr "Produktseite (Gruppen)"
|
11497 |
|
11498 |
# @ woocommerce-germanized
|
11499 |
+
#: woocommerce-germanized/src/Shopmarks.php:336
|
11500 |
msgid "Product Loop"
|
11501 |
msgstr "Produktlisten"
|
11502 |
|
11503 |
+
#: woocommerce-germanized/src/Shopmarks.php:337
|
11504 |
msgid "Cart"
|
11505 |
msgstr "Warenkorb"
|
11506 |
|
11507 |
+
#: woocommerce-germanized/src/Shopmarks.php:338
|
11508 |
msgid "Mini Cart"
|
11509 |
msgstr "Warenkorb Dropdown"
|
11510 |
|
11511 |
+
# @ woocommerce-germanized
|
11512 |
+
#: woocommerce-germanized/src/Shopmarks.php:340
|
11513 |
+
msgid "Order"
|
11514 |
+
msgstr "Bestellung"
|
11515 |
+
|
11516 |
+
#: woocommerce-germanized/src/Shopmarks.php:354
|
11517 |
msgid "Summary"
|
11518 |
msgstr "Übersicht"
|
11519 |
|
11520 |
+
#: woocommerce-germanized/src/Shopmarks.php:359
|
11521 |
msgid "Meta"
|
11522 |
msgstr "Produktmeta"
|
11523 |
|
11524 |
+
#: woocommerce-germanized/src/Shopmarks.php:364
|
11525 |
+
#: woocommerce-germanized/src/Shopmarks.php:491
|
11526 |
msgid "After Meta"
|
11527 |
msgstr "Produktmeta - nachher"
|
11528 |
|
11529 |
# @ woocommerce-germanized
|
11530 |
+
#: woocommerce-germanized/src/Shopmarks.php:369
|
11531 |
msgid "Before add to cart"
|
11532 |
msgstr "Zum Warenkorb - vorher"
|
11533 |
|
11534 |
# @ woocommerce-germanized
|
11535 |
+
#: woocommerce-germanized/src/Shopmarks.php:374
|
11536 |
msgid "After add to cart"
|
11537 |
msgstr "Zum Warenkorb - nachher"
|
11538 |
|
11539 |
+
#: woocommerce-germanized/src/Shopmarks.php:379
|
11540 |
msgid "After Summary"
|
11541 |
msgstr "Übersicht - nachher"
|
11542 |
|
11543 |
+
#: woocommerce-germanized/src/Shopmarks.php:386
|
11544 |
msgid "Price Column"
|
11545 |
msgstr "Spalte - Preis"
|
11546 |
|
11547 |
+
#: woocommerce-germanized/src/Shopmarks.php:391
|
11548 |
msgid "Label Column"
|
11549 |
msgstr "Spalte - Beschriftung"
|
11550 |
|
11551 |
+
#: woocommerce-germanized/src/Shopmarks.php:396
|
11552 |
msgid "Quantity Column"
|
11553 |
msgstr "Spalte - Anzahl"
|
11554 |
|
11555 |
+
#: woocommerce-germanized/src/Shopmarks.php:403
|
11556 |
msgid "After Item Title"
|
11557 |
msgstr "Produkttitel - nachher"
|
11558 |
|
11559 |
+
#: woocommerce-germanized/src/Shopmarks.php:408
|
11560 |
msgid "Before Item Title"
|
11561 |
msgstr "Produkttitel - vorher"
|
11562 |
|
11563 |
# @ woocommerce-germanized
|
11564 |
# @ woocommerce
|
11565 |
+
#: woocommerce-germanized/src/Shopmarks.php:413
|
11566 |
msgid "Item Title"
|
11567 |
msgstr "Produkttitel"
|
11568 |
|
11569 |
+
#: woocommerce-germanized/src/Shopmarks.php:418
|
11570 |
msgid "After Item"
|
11571 |
msgstr "Produkt - nachher"
|
11572 |
|
11573 |
# @ woocommerce-germanized
|
11574 |
+
#: woocommerce-germanized/src/Shopmarks.php:425
|
11575 |
+
#: woocommerce-germanized/src/Shopmarks.php:447
|
11576 |
msgid "Item Price"
|
11577 |
msgstr "Produktpreis"
|
11578 |
|
11579 |
# @ woocommerce-germanized
|
11580 |
+
#: woocommerce-germanized/src/Shopmarks.php:430
|
11581 |
+
#: woocommerce-germanized/src/Shopmarks.php:452
|
11582 |
+
#: woocommerce-germanized/src/Shopmarks.php:464
|
11583 |
+
#: woocommerce-germanized/src/Shopmarks.php:481
|
11584 |
msgid "Item Name"
|
11585 |
msgstr "Produkttitel"
|
11586 |
|
11587 |
+
#: woocommerce-germanized/src/Shopmarks.php:435
|
11588 |
msgid "After Item Name"
|
11589 |
msgstr "Titel - nachher"
|
11590 |
|
11591 |
+
#: woocommerce-germanized/src/Shopmarks.php:440
|
11592 |
+
#: woocommerce-germanized/src/Shopmarks.php:459
|
11593 |
+
#: woocommerce-germanized/src/Shopmarks.php:476
|
11594 |
msgid "Subtotal"
|
11595 |
msgstr "Zwischensumme"
|
11596 |
|
11597 |
+
#: woocommerce-germanized/src/Shopmarks.php:469
|
11598 |
+
#: woocommerce-germanized/src/Shopmarks.php:486
|
11599 |
msgid "After Item Quantity"
|
11600 |
msgstr "Anzahl - nachher"
|
11601 |
|
11602 |
# @ woocommerce-germanized
|
11603 |
+
#: woocommerce-germanized/src/Shopmarks.php:517
|
11604 |
+
#: woocommerce-germanized/src/Shopmarks.php:523
|
11605 |
+
#: woocommerce-germanized/src/Shopmarks.php:529
|
11606 |
+
#: woocommerce-germanized/src/Shopmarks.php:536
|
11607 |
+
#: woocommerce-germanized/src/Shopmarks.php:542
|
11608 |
+
#: woocommerce-germanized/src/Shopmarks.php:548
|
11609 |
+
#: woocommerce-germanized/src/Shopmarks.php:554
|
11610 |
msgctxt "shopmark"
|
11611 |
msgid "Unit Price"
|
11612 |
msgstr "Grundpreis"
|
11613 |
|
11614 |
# @ woocommerce-germanized
|
11615 |
+
#: woocommerce-germanized/src/Shopmarks.php:518
|
11616 |
+
#: woocommerce-germanized/src/Shopmarks.php:524
|
11617 |
+
#: woocommerce-germanized/src/Shopmarks.php:530
|
11618 |
+
#: woocommerce-germanized/src/Shopmarks.php:538
|
11619 |
+
#: woocommerce-germanized/src/Shopmarks.php:544
|
11620 |
+
#: woocommerce-germanized/src/Shopmarks.php:550
|
11621 |
+
#: woocommerce-germanized/src/Shopmarks.php:556
|
11622 |
msgctxt "shopmark"
|
11623 |
msgid "Delivery Time"
|
11624 |
msgstr "Lieferzeit"
|
11625 |
|
11626 |
# @ woocommerce-germanized
|
11627 |
+
#: woocommerce-germanized/src/Shopmarks.php:519
|
11628 |
+
#: woocommerce-germanized/src/Shopmarks.php:525
|
11629 |
msgctxt "shopmark"
|
11630 |
msgid "General"
|
11631 |
msgstr "Allgemein"
|
11632 |
|
11633 |
# @ woocommerce-germanized
|
11634 |
+
#: woocommerce-germanized/src/Shopmarks.php:520
|
11635 |
+
#: woocommerce-germanized/src/Shopmarks.php:526
|
11636 |
+
#: woocommerce-germanized/src/Shopmarks.php:533
|
11637 |
+
#: woocommerce-germanized/src/Shopmarks.php:537
|
11638 |
+
#: woocommerce-germanized/src/Shopmarks.php:543
|
11639 |
+
#: woocommerce-germanized/src/Shopmarks.php:549
|
11640 |
+
#: woocommerce-germanized/src/Shopmarks.php:555
|
11641 |
msgctxt "shopmark"
|
11642 |
msgid "Product Units"
|
11643 |
msgstr "Produkteinheiten"
|
11644 |
|
11645 |
# @ woocommerce-germanized
|
11646 |
+
#: woocommerce-germanized/src/Shopmarks.php:531
|
11647 |
msgctxt "shopmark"
|
11648 |
msgid "Tax"
|
11649 |
msgstr "Steuer"
|
11650 |
|
11651 |
# @ woocommerce-germanized
|
11652 |
+
#: woocommerce-germanized/src/Shopmarks.php:532
|
11653 |
msgctxt "shopmark"
|
11654 |
msgid "Shipping Costs"
|
11655 |
msgstr "Versandkosten"
|
11656 |
|
11657 |
# @ woocommerce-germanized
|
11658 |
+
#: woocommerce-germanized/src/Shopmarks.php:539
|
11659 |
+
#: woocommerce-germanized/src/Shopmarks.php:545
|
11660 |
+
#: woocommerce-germanized/src/Shopmarks.php:551
|
11661 |
+
#: woocommerce-germanized/src/Shopmarks.php:557
|
11662 |
msgctxt "shopmark"
|
11663 |
msgid "Cart Description"
|
11664 |
msgstr "Warenkorbkurzbeschreibung"
|
13070 |
msgid "https://vendidero.de"
|
13071 |
msgstr "https://vendidero.de"
|
13072 |
|
13073 |
+
# @ woocommerce-germanized
|
13074 |
+
#~ msgid "Please choose a page as your privacy policy first."
|
13075 |
+
#~ msgstr "Bitte hinterlege zuerst deine Datenschutzerklärung."
|
13076 |
+
|
13077 |
+
#~ msgid "Not found within label."
|
13078 |
+
#~ msgstr "Nicht gefunden in der Beschriftung."
|
13079 |
+
|
13080 |
+
#~ msgid "Adjust label"
|
13081 |
+
#~ msgstr "Beschriftung anpassen"
|
13082 |
+
|
13083 |
+
#~ msgid ""
|
13084 |
+
#~ "e.g. include your privacy policy: {data_security_page}Privacy Policy{/"
|
13085 |
+
#~ "data_security_page}"
|
13086 |
+
#~ msgstr ""
|
13087 |
+
#~ "z.B.: Datenschutz-Seite einbinden: {data_security_page}"
|
13088 |
+
#~ "Datenschutzbestimmungen{/data_security_page}"
|
13089 |
+
|
13090 |
+
# @ woocommerce-germanized
|
13091 |
+
#~ msgid "Policy Status"
|
13092 |
+
#~ msgstr "Datenschutz Status"
|
13093 |
+
|
13094 |
+
#~ msgid ""
|
13095 |
+
#~ "This option shows whether you have already embedded your privacy policy "
|
13096 |
+
#~ "within your legal text."
|
13097 |
+
#~ msgstr ""
|
13098 |
+
#~ "Diese Option gibt Aufschluss darüber, ob du deine Datenschutzerklärung "
|
13099 |
+
#~ "korrekt in den rechtlichen Hinweistext integriert hast."
|
13100 |
+
|
13101 |
+
# @ woocommerce-germanized
|
13102 |
+
#, php-format
|
13103 |
+
#~ msgid "Checkbox status: %s"
|
13104 |
+
#~ msgstr "Checkbox-Status: %s"
|
13105 |
+
|
13106 |
+
#~ msgid ""
|
13107 |
+
#~ "Manage your shipping provider integrations, e.g. for DHL & Deutsche Post."
|
13108 |
+
#~ msgstr ""
|
13109 |
+
#~ "Verwalte die Versanddienstleister-Integration, z.B. für DHL & Deutsche "
|
13110 |
+
#~ "Post."
|
13111 |
+
|
13112 |
#~ msgctxt "dhl"
|
13113 |
#~ msgid "Preferred Day"
|
13114 |
#~ msgstr "Wunschtag"
|
i18n/languages/woocommerce-germanized-de_DE_formal.mo
CHANGED
Binary file
|
i18n/languages/woocommerce-germanized-de_DE_formal.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2021-
|
6 |
-
"PO-Revision-Date: 2021-
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE@formal\n"
|
@@ -615,76 +615,76 @@ msgctxt "oss"
|
|
615 |
msgid "Learn More"
|
616 |
msgstr "Mehr erfahren"
|
617 |
|
618 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
619 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
620 |
#, php-format
|
621 |
msgctxt "oss"
|
622 |
msgid "Tax class (%s)"
|
623 |
msgstr "Steuerklasse (%s)"
|
624 |
|
625 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
626 |
msgctxt "oss"
|
627 |
msgid "Same as parent"
|
628 |
msgstr "Gleiche wie übergeordnet"
|
629 |
|
630 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
631 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
632 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
633 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
634 |
msgctxt "oss"
|
635 |
msgid "remove"
|
636 |
msgstr "Löschen"
|
637 |
|
638 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
639 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
640 |
msgctxt "oss"
|
641 |
msgid "Add country specific tax class (OSS)"
|
642 |
msgstr "Länderspezifische Steuerklasse hinzufügen (OSS)"
|
643 |
|
644 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
645 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
646 |
msgctxt "oss"
|
647 |
msgid "Select country"
|
648 |
msgstr "Land auswählen"
|
649 |
|
650 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
651 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
652 |
msgid "Reduced rate"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
656 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
657 |
msgctxt "oss"
|
658 |
msgid "Greater reduced rate"
|
659 |
msgstr "Zusätzlicher reduzierter Preis"
|
660 |
|
661 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
662 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
663 |
msgctxt "oss"
|
664 |
msgid "Super reduced rate"
|
665 |
msgstr "Stark reduzierter Preis"
|
666 |
|
667 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
668 |
msgctxt "oss"
|
669 |
msgid "Madeira"
|
670 |
msgstr "Madeira"
|
671 |
|
672 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
673 |
msgctxt "oss"
|
674 |
msgid "Acores"
|
675 |
msgstr "Azoren"
|
676 |
|
677 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
678 |
msgctxt "oss"
|
679 |
msgid "Northern Ireland"
|
680 |
msgstr "Nordirland"
|
681 |
|
682 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
683 |
msgctxt "oss-tax-rate-import"
|
684 |
msgid "Exempt"
|
685 |
msgstr "Ausnahme"
|
686 |
|
687 |
-
#: one-stop-shop-woocommerce/src/Tax.php:
|
688 |
#, php-format
|
689 |
msgctxt "oss-tax-rate-import"
|
690 |
msgid "VAT %1$s %% %2$s"
|
@@ -2855,7 +2855,7 @@ msgid "The minimum amount is %s"
|
|
2855 |
msgstr "Der Minimalbetrag beträgt %s"
|
2856 |
|
2857 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:374
|
2858 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2859 |
#, php-format
|
2860 |
msgctxt "dhl"
|
2861 |
msgid ""
|
@@ -2873,12 +2873,22 @@ msgctxt "dhl"
|
|
2873 |
msgid "Page Format"
|
2874 |
msgstr "Seitenformat"
|
2875 |
|
2876 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2877 |
msgctxt "dhl"
|
2878 |
msgid "The services chosen are not available for the current product."
|
2879 |
msgstr "Die ausgewählten Services sind für dieses Produkt nicht verfügbar."
|
2880 |
|
2881 |
-
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:
|
2882 |
#, php-format
|
2883 |
msgctxt "dhl"
|
2884 |
msgid "Deutsche Post product is missing for %s."
|
@@ -3276,7 +3286,7 @@ msgstr "Speichern"
|
|
3276 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
3277 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
|
3278 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:687
|
3279 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
3280 |
msgctxt "shipments"
|
3281 |
msgid "Title"
|
3282 |
msgstr "Titel"
|
@@ -3284,7 +3294,7 @@ msgstr "Titel"
|
|
3284 |
# @ woocommerce-germanized
|
3285 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
|
3286 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:454
|
3287 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
3288 |
msgctxt "shipments"
|
3289 |
msgid "Description"
|
3290 |
msgstr "Beschreibung"
|
@@ -4509,7 +4519,7 @@ msgstr ""
|
|
4509 |
# @ woocommerce-germanized
|
4510 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:415
|
4511 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
|
4512 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
4513 |
msgctxt "shipments"
|
4514 |
msgid "General"
|
4515 |
msgstr "Allgemein"
|
@@ -4519,12 +4529,12 @@ msgctxt "shipments"
|
|
4519 |
msgid "Addresses"
|
4520 |
msgstr "Adressen"
|
4521 |
|
4522 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
4523 |
msgctxt "shipments"
|
4524 |
msgid "More services"
|
4525 |
msgstr "Mehr Services"
|
4526 |
|
4527 |
-
#: woocommerce-germanized-shipments/src/Admin/Settings.php:
|
4528 |
msgctxt "shipments"
|
4529 |
msgid "Fewer services"
|
4530 |
msgstr "Weniger Services"
|
@@ -5164,8 +5174,8 @@ msgstr "Produkt nicht verfügbar."
|
|
5164 |
|
5165 |
#: woocommerce-germanized-shipments/src/Shipment.php:1055
|
5166 |
#: woocommerce-germanized-shipments/src/Shipment.php:1303
|
5167 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5168 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5169 |
#, php-format
|
5170 |
msgctxt "full name"
|
5171 |
msgid "%1$s %2$s"
|
@@ -5283,7 +5293,7 @@ msgstr ""
|
|
5283 |
"Wählen Sie einen Versanddienstleister aus, der standardmäßig für eine "
|
5284 |
"infrage kommende Sendung hinterlegt wird."
|
5285 |
|
5286 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5287 |
msgctxt "shipments"
|
5288 |
msgid ""
|
5289 |
"Your shipment is being processed by {shipping_provider}. If you want to "
|
@@ -5297,22 +5307,22 @@ msgstr ""
|
|
5297 |
"die Paketverfolgungsdaten zum Zeitpunkt des Erhalts dieser E-Mail noch nicht "
|
5298 |
"den neuesten Stand wiedergeben."
|
5299 |
|
5300 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5301 |
msgctxt "shipments"
|
5302 |
msgid "Choose a title for the shipping provider."
|
5303 |
msgstr "Wählen Sie einen Titel für den Versanddienstleister."
|
5304 |
|
5305 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5306 |
msgctxt "shipments"
|
5307 |
msgid "Choose a description for the shipping provider."
|
5308 |
msgstr "Wählen Sie eine Beschreibung für den Versanddienstleister."
|
5309 |
|
5310 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5311 |
msgctxt "shipments"
|
5312 |
msgid "Tracking URL"
|
5313 |
msgstr "Sendungsverfolgung URL"
|
5314 |
|
5315 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5316 |
#, php-format
|
5317 |
msgctxt "shipments"
|
5318 |
msgid ""
|
@@ -5326,12 +5336,12 @@ msgstr ""
|
|
5326 |
"einzufügen: %s"
|
5327 |
|
5328 |
# @ woocommerce-germanized
|
5329 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5330 |
msgctxt "shipments"
|
5331 |
msgid "Tracking description"
|
5332 |
msgstr "Sendungsverfolgung Hinweis"
|
5333 |
|
5334 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5335 |
#, php-format
|
5336 |
msgctxt "shipments"
|
5337 |
msgid ""
|
@@ -5346,17 +5356,17 @@ msgstr ""
|
|
5346 |
"dynamische Daten einzufügen: %s"
|
5347 |
|
5348 |
# @ woocommerce-germanized
|
5349 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5350 |
msgctxt "shipments"
|
5351 |
msgid "Customer returns"
|
5352 |
msgstr "Rücksendungen"
|
5353 |
|
5354 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5355 |
msgctxt "shipments"
|
5356 |
msgid "Allow customers to submit return requests to shipments."
|
5357 |
msgstr "Erlauben Sie Kunden eine Rücksendung zu einer Sendung zu beantragen."
|
5358 |
|
5359 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5360 |
#, php-format
|
5361 |
msgctxt "shipments"
|
5362 |
msgid ""
|
@@ -5370,27 +5380,27 @@ msgstr ""
|
|
5370 |
"Gästen zu erfahren, lesen Sie bitte die %s."
|
5371 |
|
5372 |
# @ woocommerce-germanized
|
5373 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5374 |
msgctxt "shipments"
|
5375 |
msgid "Return Dashboard"
|
5376 |
msgstr "Retouren-Dashboard"
|
5377 |
|
5378 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5379 |
msgctxt "shipments"
|
5380 |
msgid "docs"
|
5381 |
msgstr "Dokumentation"
|
5382 |
|
5383 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5384 |
msgctxt "shipments"
|
5385 |
msgid "Guest returns"
|
5386 |
msgstr "Retouren für Gäste"
|
5387 |
|
5388 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5389 |
msgctxt "shipments"
|
5390 |
msgid "Allow guests to submit return requests to shipments."
|
5391 |
msgstr "Erlauben Sie Gästen Rücksendeanträge zu Bestellungen zu beantragen."
|
5392 |
|
5393 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5394 |
#, php-format
|
5395 |
msgctxt "shipments"
|
5396 |
msgid ""
|
@@ -5404,18 +5414,18 @@ msgstr ""
|
|
5404 |
"Rücksende-Formular für Gäste auf Ihrer Seite zu platzieren."
|
5405 |
|
5406 |
# @ woocommerce-germanized
|
5407 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5408 |
msgctxt "shipments"
|
5409 |
msgid "Manual confirmation"
|
5410 |
msgstr "Manuelle Bestätigung"
|
5411 |
|
5412 |
# @ woocommerce-germanized
|
5413 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5414 |
msgctxt "shipments"
|
5415 |
msgid "Return requests need manual confirmation."
|
5416 |
msgstr "Rücksendeanträge benötigen eine manuelle Bestätigung."
|
5417 |
|
5418 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5419 |
msgctxt "shipments"
|
5420 |
msgid ""
|
5421 |
"By default return request need manual confirmation e.g. a shop manager needs "
|
@@ -5432,12 +5442,12 @@ msgstr ""
|
|
5432 |
"Mail-Bestätigung samt Retouren-Label."
|
5433 |
|
5434 |
# @ woocommerce-germanized
|
5435 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5436 |
msgctxt "shipments"
|
5437 |
msgid "Return instructions"
|
5438 |
msgstr "Rücksende-Anweisungen"
|
5439 |
|
5440 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5441 |
msgctxt "shipments"
|
5442 |
msgid ""
|
5443 |
"Provide your customer with instructions on how to return the shipment after "
|
@@ -5450,7 +5460,7 @@ msgstr ""
|
|
5450 |
"kann, sollten Sie Ihre Kunden darüber informieren, woher ein Label für die "
|
5451 |
"Rücksendung bezogen werden kann."
|
5452 |
|
5453 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5454 |
#, php-format
|
5455 |
msgctxt "shipments"
|
5456 |
msgid ""
|
@@ -5462,12 +5472,12 @@ msgstr ""
|
|
5462 |
"Einstellungen</a>. Passen Sie diese Einstellungen nur dann an, wenn Sie "
|
5463 |
"explizit Abweichungen speziell für diese Versandmethode konfigurieren wollen."
|
5464 |
|
5465 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5466 |
msgctxt "shipments"
|
5467 |
msgid "Return Requests"
|
5468 |
msgstr "Rücksendeanträge"
|
5469 |
|
5470 |
-
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:
|
5471 |
msgctxt "shipments"
|
5472 |
msgid "This shipping provider does not support creating labels."
|
5473 |
msgstr "Dieser Versanddienstleister unterstützt keine Label-Erzeugung."
|
@@ -5838,7 +5848,7 @@ msgstr "l"
|
|
5838 |
# @ woocommerce-germanized
|
5839 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:566
|
5840 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:576
|
5841 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5842 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:597
|
5843 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:605
|
5844 |
msgid "incl. VAT"
|
@@ -5851,7 +5861,7 @@ msgstr "exkl. MwSt."
|
|
5851 |
|
5852 |
# @ woocommerce-germanized
|
5853 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:568
|
5854 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
5855 |
#, php-format
|
5856 |
msgid "incl. %s%% VAT"
|
5857 |
msgstr "inkl. %s %% MwSt."
|
@@ -5876,30 +5886,11 @@ msgstr "Ja, Kunde wurde per Double Opt-In bestätigt"
|
|
5876 |
msgid "Resend activation link"
|
5877 |
msgstr "Aktivierungscode erneut versenden"
|
5878 |
|
5879 |
-
|
5880 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:63
|
5881 |
-
msgid "Please choose a page as your privacy policy first."
|
5882 |
-
msgstr "Bitte hinterlegen Sie zuerst eine Datenschutzerklärung."
|
5883 |
-
|
5884 |
-
# @ woocommerce-germanized
|
5885 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:63
|
5886 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:190
|
5887 |
-
msgid "Found"
|
5888 |
-
msgstr "Eingebunden"
|
5889 |
-
|
5890 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:63
|
5891 |
-
msgid "Not found within label."
|
5892 |
-
msgstr "Nicht gefunden in der Beschriftung."
|
5893 |
-
|
5894 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:63
|
5895 |
-
msgid "Adjust label"
|
5896 |
-
msgstr "Beschriftung anpassen"
|
5897 |
-
|
5898 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:69
|
5899 |
msgid "Global minimum age"
|
5900 |
msgstr "Globales Mindestalter"
|
5901 |
|
5902 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5903 |
msgid ""
|
5904 |
"Choose a global minimum age necessary to buy your products. Can be "
|
5905 |
"overridden by product specific settings."
|
@@ -5908,35 +5899,14 @@ msgstr ""
|
|
5908 |
"Produkte zu kaufen. Das Alter kann durch abweichende Produkteinstellungen "
|
5909 |
"überschrieben werden."
|
5910 |
|
5911 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:84
|
5912 |
-
msgid ""
|
5913 |
-
"e.g. include your privacy policy: {data_security_page}Privacy Policy{/"
|
5914 |
-
"data_security_page}"
|
5915 |
-
msgstr ""
|
5916 |
-
"z.B.: Datenschutz-Seite einbinden: {data_security_page}"
|
5917 |
-
"Datenschutzbestimmungen{/data_security_page}"
|
5918 |
-
|
5919 |
# @ woocommerce-germanized
|
5920 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5921 |
-
|
5922 |
-
msgstr "Datenschutz Status"
|
5923 |
-
|
5924 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:93
|
5925 |
-
msgid ""
|
5926 |
-
"This option shows whether you have already embedded your privacy policy "
|
5927 |
-
"within your legal text."
|
5928 |
-
msgstr ""
|
5929 |
-
"Diese Option gibt Aufschluss darüber, ob Sie die Datenschutzerklärung "
|
5930 |
-
"korrekt in den rechtlichen Hinweistext integriert haben."
|
5931 |
-
|
5932 |
-
# @ woocommerce-germanized
|
5933 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:104
|
5934 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:129
|
5935 |
msgid "Confirmation"
|
5936 |
msgstr "Bestätigung"
|
5937 |
|
5938 |
# @ woocommerce-germanized
|
5939 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5940 |
msgid ""
|
5941 |
"This text will be appended to your order processing email if the order "
|
5942 |
"contains service products."
|
@@ -5944,8 +5914,8 @@ msgstr ""
|
|
5944 |
"Dieser Text wird an die Bestellbestätigungs-Email (unterhalb der Tabelle) "
|
5945 |
"angehängt, sobald ein Kunde eine Dienstleistung gekauft hat."
|
5946 |
|
5947 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5948 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5949 |
#, php-format
|
5950 |
msgid ""
|
5951 |
"To insert a link to your cancellation policy use the following placeholder: "
|
@@ -5955,7 +5925,7 @@ msgstr ""
|
|
5955 |
"Platzhalter: %s"
|
5956 |
|
5957 |
# @ woocommerce-germanized
|
5958 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5959 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:33
|
5960 |
msgid ""
|
5961 |
"Furthermore you have expressly agreed to start the performance of the "
|
@@ -5970,18 +5940,18 @@ msgstr ""
|
|
5970 |
"erlischt."
|
5971 |
|
5972 |
# @ woocommerce-germanized
|
5973 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5974 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:444
|
5975 |
msgid "Downloadable Product"
|
5976 |
msgstr "Herunterladbares Produkt"
|
5977 |
|
5978 |
# @ woocommerce-germanized
|
5979 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5980 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:445
|
5981 |
msgid "Virtual Product"
|
5982 |
msgstr "Virtuelles Produkt"
|
5983 |
|
5984 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5985 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:46
|
5986 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:168
|
5987 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:446
|
@@ -5990,7 +5960,7 @@ msgid "Service"
|
|
5990 |
msgstr "Dienstleistung"
|
5991 |
|
5992 |
# @ woocommerce-germanized
|
5993 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
5994 |
msgid ""
|
5995 |
"This text will be appended to your order processing email if the order "
|
5996 |
"contains digital products."
|
@@ -5999,7 +5969,7 @@ msgstr ""
|
|
5999 |
"angehängt, sobald ein Kunde ein digitales Produkt gekauft hat."
|
6000 |
|
6001 |
# @ woocommerce-germanized
|
6002 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6003 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:27
|
6004 |
msgid ""
|
6005 |
"Furthermore you have expressly agreed to start the performance of the "
|
@@ -6014,12 +5984,12 @@ msgstr ""
|
|
6014 |
"verlieren."
|
6015 |
|
6016 |
# @ woocommerce-germanized
|
6017 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6018 |
msgid "Digital Product types"
|
6019 |
msgstr "Digitale Produkttypen"
|
6020 |
|
6021 |
# @ woocommerce-germanized
|
6022 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6023 |
msgid ""
|
6024 |
"Select product types for which the loss of the right of withdrawal notice is "
|
6025 |
"shown. Product types like \"simple product\" may be redundant because they "
|
@@ -6031,11 +6001,11 @@ msgstr ""
|
|
6031 |
"einschließen."
|
6032 |
|
6033 |
# @ woocommerce-germanized
|
6034 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6035 |
msgid "Show checkbox"
|
6036 |
msgstr "Checkbox anzeigen"
|
6037 |
|
6038 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6039 |
msgid ""
|
6040 |
"Choose whether you like to always show the parcel delivery checkbox or do "
|
6041 |
"only show for certain shipping methods."
|
@@ -6044,22 +6014,22 @@ msgstr ""
|
|
6044 |
"bestimmte Versandmethoden angezeigt werden soll."
|
6045 |
|
6046 |
# @ woocommerce-germanized
|
6047 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6048 |
msgid "For certain shipping methods."
|
6049 |
msgstr "Für bestimmte Versandmethoden."
|
6050 |
|
6051 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6052 |
msgid "Always show."
|
6053 |
msgstr "Immer anzeigen."
|
6054 |
|
6055 |
# @ woocommerce-germanized
|
6056 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6057 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:50
|
6058 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6059 |
msgid "Shipping Methods"
|
6060 |
msgstr "Versandarten"
|
6061 |
|
6062 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:
|
6063 |
msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
|
6064 |
msgstr ""
|
6065 |
"Wählen Sie Versandmethoden aus für die die Paketdienstleister Checkbox "
|
@@ -6097,6 +6067,26 @@ msgstr "Gleiche wie übergeordnet"
|
|
6097 |
msgid "None"
|
6098 |
msgstr "Keine"
|
6099 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6100 |
# @ woocommerce-germanized
|
6101 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:62
|
6102 |
msgid "Germanize"
|
@@ -6112,7 +6102,7 @@ msgid "Settings"
|
|
6112 |
msgstr "Einstellungen"
|
6113 |
|
6114 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:76
|
6115 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:
|
6116 |
msgid "Shipping Provider"
|
6117 |
msgstr "Versanddienstleister"
|
6118 |
|
@@ -6139,8 +6129,8 @@ msgid "Insert key"
|
|
6139 |
msgstr "Schlüssel einfügen"
|
6140 |
|
6141 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:102
|
6142 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6143 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6144 |
msgid "Continue"
|
6145 |
msgstr "Weiter"
|
6146 |
|
@@ -6184,20 +6174,20 @@ msgstr "Lassen Sie Germanized EU-Steuersätze importieren."
|
|
6184 |
|
6185 |
# @ woocommerce-germanized
|
6186 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:171
|
6187 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6188 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:42
|
6189 |
msgid "Small-Enterprise-Regulation"
|
6190 |
msgstr "Kleinunternehmerregelung"
|
6191 |
|
6192 |
# @ woocommerce-germanized
|
6193 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:172
|
6194 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6195 |
msgid "VAT based on §19 UStG"
|
6196 |
msgstr "Umsatzsteuerbefreit nach §19 UStG"
|
6197 |
|
6198 |
# @ woocommerce-germanized
|
6199 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:172
|
6200 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6201 |
#, php-format
|
6202 |
msgid ""
|
6203 |
"Enable this option if you have chosen to apply to <a href=\"%s\" target="
|
@@ -6232,64 +6222,69 @@ msgstr ""
|
|
6232 |
"7 Tagen gelöscht</strong>. Die Double-Opt-In <a href=\"%s\" target=\"_blank"
|
6233 |
"\">Einstellungen</a> können nachträglich angepasst werden."
|
6234 |
|
|
|
|
|
|
|
|
|
|
|
6235 |
# @ woocommerce-germanized
|
6236 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6237 |
#, php-format
|
6238 |
msgid "Enable %s integration"
|
6239 |
msgstr "%s Integration aktivieren."
|
6240 |
|
6241 |
# @ woocommerce-germanized
|
6242 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6243 |
msgid "Setup"
|
6244 |
msgstr "Setup"
|
6245 |
|
6246 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6247 |
msgid "Germanized › Setup Wizard"
|
6248 |
msgstr "Germanized › Setup"
|
6249 |
|
6250 |
# @ woocommerce-germanized
|
6251 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6252 |
msgid "Skip Step"
|
6253 |
msgstr "Schritt überspringen"
|
6254 |
|
6255 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:
|
6256 |
msgid "Return to WP Admin"
|
6257 |
msgstr "Zurück zu WP Admin"
|
6258 |
|
6259 |
# @ woocommerce-germanized
|
6260 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
6261 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6262 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6263 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6264 |
msgid "Terms & Conditions"
|
6265 |
msgstr "AGB"
|
6266 |
|
6267 |
# @ woocommerce-germanized
|
6268 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:46
|
6269 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6270 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6271 |
msgid "Cancellation Policy"
|
6272 |
msgstr "Widerrufsbelehrung"
|
6273 |
|
6274 |
# @ woocommerce-germanized
|
6275 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
6276 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6277 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6278 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6279 |
msgid "Imprint"
|
6280 |
msgstr "Impressum"
|
6281 |
|
6282 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
|
6283 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6284 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:202
|
6285 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6286 |
msgid "Privacy Policy"
|
6287 |
msgstr "Datenschutz"
|
6288 |
|
6289 |
# @ woocommerce-germanized
|
6290 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
6291 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
6292 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
6293 |
msgid "Payment Methods"
|
6294 |
msgstr "Zahlungarten"
|
6295 |
|
@@ -6304,7 +6299,7 @@ msgid "Welcome to Germanized"
|
|
6304 |
msgstr "Willkommen bei Germanized"
|
6305 |
|
6306 |
# @ woocommerce-germanized
|
6307 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:
|
6308 |
msgid "Go to Germanized Settings"
|
6309 |
msgstr "Germanized Einstellungen"
|
6310 |
|
@@ -6335,97 +6330,97 @@ msgstr "Germanized Einstellungen"
|
|
6335 |
msgid "Cheatin’ huh?"
|
6336 |
msgstr "So geht das leider nicht.."
|
6337 |
|
6338 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6339 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6340 |
msgctxt "dhl"
|
6341 |
msgid "Action failed. Please refresh the page and retry."
|
6342 |
msgstr ""
|
6343 |
"Aktion fehlgeschlagen. Bitte aktualisieren Sie die Seite und versuchen es "
|
6344 |
"erneut."
|
6345 |
|
6346 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6347 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6348 |
msgctxt "dhl"
|
6349 |
msgid "You don't have permission to do this."
|
6350 |
msgstr "Sie sind leider nicht berechtigt, diese Aktion durchzuführen."
|
6351 |
|
6352 |
# @ woocommerce-germanized
|
6353 |
#. Plugin Name of the plugin/theme
|
6354 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6355 |
msgid "Germanized for WooCommerce"
|
6356 |
msgstr "Germanized für WooCommerce"
|
6357 |
|
6358 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6359 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:49
|
6360 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
6361 |
msgid "Yes"
|
6362 |
msgstr "Ja"
|
6363 |
|
6364 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6365 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
6366 |
msgid "No"
|
6367 |
msgstr "Nein"
|
6368 |
|
6369 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6370 |
msgid "Paid for order notification manually sent to customer."
|
6371 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
6372 |
|
6373 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6374 |
msgid "Order confirmation manually sent to customer."
|
6375 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
6376 |
|
6377 |
# @ woocommerce-germanized
|
6378 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6379 |
msgid "Resend order confirmation"
|
6380 |
msgstr "Bestellbestätigung erneut versenden"
|
6381 |
|
6382 |
# @ woocommerce-germanized
|
6383 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6384 |
msgid "Send paid for order notification"
|
6385 |
msgstr "Bestellung bezahlt manuell versenden"
|
6386 |
|
6387 |
# @ woocommerce-germanized
|
6388 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6389 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:121
|
6390 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
6391 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:
|
6392 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:9
|
6393 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:27
|
6394 |
msgid "Germanized"
|
6395 |
msgstr "Germanized"
|
6396 |
|
6397 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6398 |
msgid "Parcel Delivery Data Transfer:"
|
6399 |
msgstr "Paketdienstleister Datenweitergabe:"
|
6400 |
|
6401 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6402 |
msgid "allowed"
|
6403 |
msgstr "akzeptiert"
|
6404 |
|
6405 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6406 |
msgid "not allowed"
|
6407 |
msgstr "nicht akzeptiert"
|
6408 |
|
6409 |
# @ woocommerce-germanized
|
6410 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6411 |
msgid "Optional Email Content"
|
6412 |
msgstr "Optionaler E-Mail Inhalt"
|
6413 |
|
6414 |
# @ woocommerce-germanized
|
6415 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6416 |
msgid "Add content which will be replacing default page content within emails."
|
6417 |
msgstr ""
|
6418 |
"Füllen Sie dieses Feld aus um einen abweichenden E-Mail Anhangstext für "
|
6419 |
"diese Seite zu bestimmen."
|
6420 |
|
6421 |
# @ woocommerce-germanized
|
6422 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6423 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:164
|
6424 |
msgid "Optional Mini Description"
|
6425 |
msgstr "Warenkorb Kurzbeschreibung"
|
6426 |
|
6427 |
# @ woocommerce-germanized
|
6428 |
-
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:
|
6429 |
msgid ""
|
6430 |
"This content will be shown as short product description within checkout and "
|
6431 |
"emails."
|
@@ -7001,11 +6996,11 @@ msgid "Button Solution"
|
|
7001 |
msgstr "Button-Lösung"
|
7002 |
|
7003 |
# @ woocommerce-germanized
|
7004 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7005 |
msgid "Buy now button"
|
7006 |
msgstr "„Jetzt kaufen“ Button"
|
7007 |
|
7008 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7009 |
msgid ""
|
7010 |
"These settings help you comply to the button solution. The buy now button "
|
7011 |
"text is forced and static so that no payment gateway might override it."
|
@@ -7015,11 +7010,11 @@ msgstr ""
|
|
7015 |
"Zahlungsart den Text überschreiben kann."
|
7016 |
|
7017 |
# @ woocommerce-germanized
|
7018 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7019 |
msgid "Product table background"
|
7020 |
msgstr "Produkttabelle Hintergrund"
|
7021 |
|
7022 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7023 |
msgid ""
|
7024 |
"The product table within your checkout should be noticeable for your "
|
7025 |
"customers. You might want to choose a different background color for it."
|
@@ -7027,31 +7022,31 @@ msgstr ""
|
|
7027 |
"Die Produkttabelle in der Kasse sollte für Ihre Kunden klar erkennbar sein. "
|
7028 |
"Fall gewünscht, können Sie eine abweichende Hintergrundfarbe dafür auswählen."
|
7029 |
|
7030 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7031 |
msgid "Button Text"
|
7032 |
msgstr "Button-Text"
|
7033 |
|
7034 |
# @ woocommerce-germanized
|
7035 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7036 |
msgid "This text serves as Button text for the Order Submit Button."
|
7037 |
msgstr ""
|
7038 |
"Dieser Text wird als Beschriftung für den „Kauf abschließen“ Button "
|
7039 |
"verwendet."
|
7040 |
|
7041 |
# @ woocommerce-germanized
|
7042 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7043 |
msgid "Buy Now"
|
7044 |
msgstr "Jetzt kaufen"
|
7045 |
|
7046 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7047 |
msgid "Product attributes"
|
7048 |
msgstr "Produktmerkmale"
|
7049 |
|
7050 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7051 |
msgid "List all product attributes during cart and checkout."
|
7052 |
msgstr "Listet alle Produkteigenschaften im Warenkorb und in der Kasse auf."
|
7053 |
|
7054 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7055 |
msgid ""
|
7056 |
"This option forces WooCommerce to output a list of all product attributes "
|
7057 |
"during cart and checkout."
|
@@ -7060,17 +7055,17 @@ msgstr ""
|
|
7060 |
"Warenkorb und in der Kasse."
|
7061 |
|
7062 |
# @ woocommerce-germanized
|
7063 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7064 |
msgid "Back to cart"
|
7065 |
msgstr "Zurück zum Warenkorb"
|
7066 |
|
7067 |
# @ woocommerce-germanized
|
7068 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7069 |
msgid "Add a back to cart button to the checkout table."
|
7070 |
msgstr "„Bestellung bearbeiten“ Button in der Bestellübersicht anzeigen."
|
7071 |
|
7072 |
# @ woocommerce-germanized
|
7073 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7074 |
msgid ""
|
7075 |
"This button may let your customer edit their order before submitting. Some "
|
7076 |
"people state that this button should be hidden to avoid legal problems."
|
@@ -7082,27 +7077,27 @@ msgstr ""
|
|
7082 |
"weitere Informationen abgedruckt werden sollten."
|
7083 |
|
7084 |
# @ woocommerce-germanized
|
7085 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7086 |
msgid "Edit data notice"
|
7087 |
msgstr "„Bestellung prüfen“ Hinweis"
|
7088 |
|
7089 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7090 |
msgid "Display an edit-your-data notice within checkout."
|
7091 |
msgstr "Zeige einen „Bestellung bearbeiten“ Hinweis in der Kasse an."
|
7092 |
|
7093 |
# @ woocommerce-germanized
|
7094 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7095 |
msgid "This notice will be added right before the order comments field."
|
7096 |
msgstr ""
|
7097 |
"Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
|
7098 |
|
7099 |
# @ woocommerce-germanized
|
7100 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7101 |
msgid "Product Table Color"
|
7102 |
msgstr "Hintergrund der Tabelle"
|
7103 |
|
7104 |
# @ woocommerce-germanized
|
7105 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7106 |
msgid ""
|
7107 |
"Choose the color of your checkout product table. This table should be "
|
7108 |
"highlighted within your checkout page."
|
@@ -7111,17 +7106,17 @@ msgstr ""
|
|
7111 |
"Tabelle sollte sich farblich vom Rest des Inhalts abheben."
|
7112 |
|
7113 |
# @ woocommerce-germanized
|
7114 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7115 |
msgid "Thumbnails"
|
7116 |
msgstr "Thumbnails"
|
7117 |
|
7118 |
# @ woocommerce-germanized
|
7119 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7120 |
msgid "Show product thumbnails within checkout table."
|
7121 |
msgstr "Zeige Produktbilder in der Tabelle der Kasse an."
|
7122 |
|
7123 |
# @ woocommerce-germanized
|
7124 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7125 |
msgid ""
|
7126 |
"Uncheck if you don't want to show your product thumbnails within checkout "
|
7127 |
"table."
|
@@ -7130,17 +7125,17 @@ msgstr ""
|
|
7130 |
"zu bekommen."
|
7131 |
|
7132 |
# @ woocommerce-germanized
|
7133 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7134 |
msgid "Hide Shipping Select"
|
7135 |
msgstr "Versandarten Auswahl"
|
7136 |
|
7137 |
# @ woocommerce-germanized
|
7138 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7139 |
msgid "Hide shipping rate selection from checkout."
|
7140 |
msgstr "Deaktiviere die Auswahl von Versandarten in der Kasse."
|
7141 |
|
7142 |
# @ woocommerce-germanized
|
7143 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7144 |
msgid ""
|
7145 |
"This option will hide shipping rate selection from checkout. By then "
|
7146 |
"customers will only be able to change their shipping rate on cart page."
|
@@ -7149,19 +7144,19 @@ msgstr ""
|
|
7149 |
"Checkout. Kunden können von nun an nur noch über den Warenkorb die "
|
7150 |
"Versandmethode ändern."
|
7151 |
|
7152 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7153 |
msgid "Estimated taxes"
|
7154 |
msgstr "Steuern geschätzt"
|
7155 |
|
7156 |
# @ woocommerce-germanized
|
7157 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7158 |
msgid "Hide the \"taxes and shipping estimated\" text from the cart."
|
7159 |
msgstr ""
|
7160 |
"Entferne den Hinweis „Versandkosten und Steuern werden geschätzt“ im "
|
7161 |
"Warenkorb."
|
7162 |
|
7163 |
# @ woocommerce-germanized
|
7164 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7165 |
msgid ""
|
7166 |
"By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
|
7167 |
"cart. This might puzzle your customers and may not meet german law."
|
@@ -7171,17 +7166,17 @@ msgstr ""
|
|
7171 |
"Markt geeignet."
|
7172 |
|
7173 |
# @ woocommerce-germanized
|
7174 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7175 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:65
|
7176 |
msgid "Fallback Mode"
|
7177 |
msgstr "Fallback Modus"
|
7178 |
|
7179 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7180 |
msgid "Force default WooCommerce checkout template."
|
7181 |
msgstr "Standard Kasse-Template erzwingen."
|
7182 |
|
7183 |
# @ woocommerce-germanized
|
7184 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7185 |
msgid ""
|
7186 |
"If you are facing problems within your checkout e.g. legally relevant data "
|
7187 |
"is not showing (terms, delivery time, unit price etc.) your theme seems to "
|
@@ -7194,28 +7189,28 @@ msgstr ""
|
|
7194 |
"aktivieren. Diese Option hindert ihr Theme relevante Templates für den "
|
7195 |
"Checkout (review-order.php und form-checkout.php) zu überschreiben."
|
7196 |
|
7197 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7198 |
msgid "Thankyou Page"
|
7199 |
msgstr "Danke-Seite"
|
7200 |
|
7201 |
# @ woocommerce-germanized
|
7202 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7203 |
msgid "Information"
|
7204 |
msgstr "Information"
|
7205 |
|
7206 |
# @ woocommerce-germanized
|
7207 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7208 |
msgid "Hide product table and customer data on order thankyou page."
|
7209 |
msgstr ""
|
7210 |
"Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
|
7211 |
|
7212 |
# @ woocommerce-germanized
|
7213 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7214 |
msgid "Order Success Text"
|
7215 |
msgstr "Bestellung eingegangen"
|
7216 |
|
7217 |
# @ woocommerce-germanized
|
7218 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:
|
7219 |
msgid "Choose a custom text to display on order success page."
|
7220 |
msgstr ""
|
7221 |
"Hier können Sie einen individuellen kurzen Text eingeben, der nach der "
|
@@ -7309,15 +7304,6 @@ msgstr "Passen Sie den Zeitpunkt des Vertragsschlusses mit Ihren Kunden an."
|
|
7309 |
msgid "Manual contract"
|
7310 |
msgstr "Verspäteter Vertragsschluss"
|
7311 |
|
7312 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-contract.php:21
|
7313 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:32
|
7314 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-invoices.php:21
|
7315 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-multistep-checkout.php:21
|
7316 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-revocation-generator.php:21
|
7317 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-terms-generator.php:21
|
7318 |
-
msgid "pro"
|
7319 |
-
msgstr "pro"
|
7320 |
-
|
7321 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-doi.php:17
|
7322 |
msgid "Extend the WooCommerce registration process with a double opt in."
|
7323 |
msgstr "Erweitern Sie die WooCommerce Registrierung um einen Double-Opt-In."
|
@@ -7461,13 +7447,13 @@ msgstr ""
|
|
7461 |
# @ woocommerce-germanized
|
7462 |
# @ woocommerce
|
7463 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:187
|
7464 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7465 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:137
|
7466 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:144
|
7467 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:138
|
7468 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
|
7469 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
7470 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
7471 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:244
|
7472 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:252
|
7473 |
msgid "Title"
|
@@ -7568,13 +7554,13 @@ msgstr ""
|
|
7568 |
|
7569 |
# @ woocommerce-germanized
|
7570 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:30
|
7571 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7572 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:174
|
7573 |
msgid "Legal Pages"
|
7574 |
msgstr "Rechtlich relevante Seiten"
|
7575 |
|
7576 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:31
|
7577 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7578 |
msgid "Dispute Resolution"
|
7579 |
msgstr "Streitbeilegung"
|
7580 |
|
@@ -7585,7 +7571,7 @@ msgstr "Kleinunternehmer"
|
|
7585 |
# @ woocommerce-germanized
|
7586 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
|
7587 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:632
|
7588 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
7589 |
msgid "Checkout"
|
7590 |
msgstr "Kasse"
|
7591 |
|
@@ -7607,24 +7593,18 @@ msgstr ""
|
|
7607 |
"Sie <a href=\"%s\" target=\"_blank\">hier</a>."
|
7608 |
|
7609 |
# @ woocommerce-germanized
|
7610 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7611 |
-
#, php-format
|
7612 |
-
msgid "Checkbox status: %s"
|
7613 |
-
msgstr "Checkbox-Status: %s"
|
7614 |
-
|
7615 |
-
# @ woocommerce-germanized
|
7616 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:54
|
7617 |
msgid "This page should contain your terms & conditions."
|
7618 |
msgstr "Diese Seite sollte Ihre Allgemeinen Geschäftsbedingungen enthalten."
|
7619 |
|
7620 |
# @ woocommerce-germanized
|
7621 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7622 |
#, php-format
|
7623 |
msgid "Don't have terms & conditions yet? <a href=\"%s\">Generate now</a>!"
|
7624 |
msgstr "Sie haben noch keine AGB? <a href=\"%s\">Jetzt generieren</a>!"
|
7625 |
|
7626 |
# @ woocommerce-germanized
|
7627 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7628 |
msgid ""
|
7629 |
"This page should contain information regarding your customer's Right of "
|
7630 |
"Withdrawal."
|
@@ -7634,18 +7614,18 @@ msgstr ""
|
|
7634 |
"[revocation_form]"
|
7635 |
|
7636 |
# @ woocommerce-germanized
|
7637 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7638 |
#, php-format
|
7639 |
msgid "Don't have a revocation page yet? <a href=\"%s\">Generate now</a>!"
|
7640 |
msgstr ""
|
7641 |
"Sie haben noch keine Widerrufsbelehrung? <a href=\"%s\">Jetzt generieren</a>!"
|
7642 |
|
7643 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7644 |
msgid "Send withdrawal to"
|
7645 |
msgstr "Widerruf richten an"
|
7646 |
|
7647 |
# @ woocommerce-germanized
|
7648 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7649 |
msgid ""
|
7650 |
"Type in an address, telephone/telefax number, email address which is to be "
|
7651 |
"used as the recipient address of the withdrawal."
|
@@ -7654,19 +7634,27 @@ msgstr ""
|
|
7654 |
"an die Ihre Kunden ihren Widerruf richten sollen"
|
7655 |
|
7656 |
# @ woocommerce-germanized
|
7657 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7658 |
msgid "This page should contain an imprint with your company's information."
|
7659 |
msgstr ""
|
7660 |
"Diese Seite sollte das Impressum d.h. die Informationen (gemäß TMG) zu ihrem "
|
7661 |
"Unternehmen enthalten."
|
7662 |
|
7663 |
# @ woocommerce-germanized
|
7664 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7665 |
msgid "This page should contain information regarding your privacy policy."
|
7666 |
msgstr "Diese Seite sollte Ihre Datenschutzerklärung enthalten."
|
7667 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7668 |
# @ woocommerce-germanized
|
7669 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7670 |
msgid ""
|
7671 |
"This page should contain information regarding the Payment Methods that are "
|
7672 |
"chooseable during checkout."
|
@@ -7676,7 +7664,7 @@ msgstr ""
|
|
7676 |
"Shortcode: [payment_methods_info]"
|
7677 |
|
7678 |
# @ woocommerce-germanized
|
7679 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7680 |
msgid ""
|
7681 |
"This page should contain information regarding shipping methods that are "
|
7682 |
"chooseable during checkout."
|
@@ -7684,7 +7672,7 @@ msgstr ""
|
|
7684 |
"Diese Seite sollte Informationen zu den von Ihnen zur Verfügung gestellten "
|
7685 |
"Versandarten bereitstellen."
|
7686 |
|
7687 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7688 |
msgid ""
|
7689 |
"This status indicates whether your terms & conditions contain the "
|
7690 |
"[gzd_complaints] shortcode which outputs the complaints options chosen from "
|
@@ -7696,7 +7684,7 @@ msgstr ""
|
|
7696 |
"ausgibt oder nicht. Wenn Sie den Text manuell hinzugefügt haben, können Sie "
|
7697 |
"diesen Status ignorieren."
|
7698 |
|
7699 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7700 |
msgid ""
|
7701 |
"You may select whether you are willing, obliged or not willing to "
|
7702 |
"participate in dispute settlement proceeedings before a consumer arbitration "
|
@@ -7710,27 +7698,27 @@ msgstr ""
|
|
7710 |
"ihrem Impressum platzieren sollten. Trusted Shops rät dazu den Text auch in "
|
7711 |
"den AGB einzufügen."
|
7712 |
|
7713 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7714 |
msgid "Not obliged, not willing"
|
7715 |
msgstr "Nicht verpflichtet, nicht bereit"
|
7716 |
|
7717 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7718 |
msgid "Not obliged, willing"
|
7719 |
msgstr "Nicht verpflichtet, bereit"
|
7720 |
|
7721 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7722 |
msgid "Obliged"
|
7723 |
msgstr "Verpflichtet"
|
7724 |
|
7725 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7726 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7727 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7728 |
msgid "Resolution Text"
|
7729 |
msgstr "Streitbeilegung Text"
|
7730 |
|
7731 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7732 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7733 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7734 |
msgid ""
|
7735 |
"Adapt this example text regarding alternative dispute resolution to your "
|
7736 |
"needs. Text will be added to the [gzd_complaints] Shortcode. You may as well "
|
@@ -7741,7 +7729,7 @@ msgstr ""
|
|
7741 |
"noch in Ihre AGB integrieren."
|
7742 |
|
7743 |
# @ woocommerce-germanized
|
7744 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7745 |
msgid ""
|
7746 |
"The european commission provides a platform for online dispute resolution "
|
7747 |
"(OS) which is accessible at https://ec.europa.eu/consumers/odr. We are not "
|
@@ -7754,7 +7742,7 @@ msgstr ""
|
|
7754 |
"Verbraucherschlichtungsstelle sind wir nicht verpflichtet und nicht bereit."
|
7755 |
|
7756 |
# @ woocommerce-germanized
|
7757 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7758 |
msgid ""
|
7759 |
"The european commission provides a platform for online dispute resolution "
|
7760 |
"(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
|
@@ -7766,7 +7754,7 @@ msgstr ""
|
|
7766 |
"sind bereit, an einem außergerichtlichen Schlichtungsverfahren teilzunehmen."
|
7767 |
|
7768 |
# @ woocommerce-germanized
|
7769 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7770 |
msgid ""
|
7771 |
"The european commission provides a platform for online dispute resolution "
|
7772 |
"(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
|
@@ -7782,82 +7770,87 @@ msgstr ""
|
|
7782 |
"Stelle teilzunehmen. Wir werden an einem solchen Verfahren teilnehmen."
|
7783 |
|
7784 |
# @ woocommerce-germanized
|
7785 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7786 |
msgid "Shortcode Status"
|
7787 |
msgstr "Shortcode Status"
|
7788 |
|
7789 |
-
|
|
|
|
|
|
|
|
|
|
|
7790 |
#, php-format
|
7791 |
msgid "Not found within %s"
|
7792 |
msgstr "Nicht gefunden in: %s"
|
7793 |
|
7794 |
# @ woocommerce-germanized
|
7795 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7796 |
msgid "Append it now"
|
7797 |
msgstr "Jetzt hinzufügen"
|
7798 |
|
7799 |
# @ woocommerce-germanized
|
7800 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7801 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:388
|
7802 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:143
|
7803 |
msgid "Notice Text"
|
7804 |
msgstr "Hinweistext"
|
7805 |
|
7806 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7807 |
msgid ""
|
7808 |
"You may want to adjust the small buisness notice text to meet your criteria."
|
7809 |
msgstr ""
|
7810 |
"Passen Sie hier, falls notwending, den Kleinunternehmer Hinweistext an."
|
7811 |
|
7812 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7813 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
7814 |
msgid ""
|
7815 |
"Value added tax is not collected, as small businesses according to §19 (1) "
|
7816 |
"UStG."
|
7817 |
msgstr "Kein Mehrwertsteuerausweis, da Kleinunternehmer nach §19 (1) UStG."
|
7818 |
|
7819 |
# @ woocommerce-germanized
|
7820 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7821 |
msgid "Add a title field to the address within checkout."
|
7822 |
msgstr "Lasse Kunden eine Anrede auswählen."
|
7823 |
|
7824 |
# @ woocommerce-germanized
|
7825 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7826 |
msgid "Validate street number"
|
7827 |
msgstr "Hausnummer validieren"
|
7828 |
|
7829 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7830 |
msgid "Force the existence of a street number within the first address field."
|
7831 |
msgstr "Hausnummer im ersten Adressfeld verpflichtend abfragen."
|
7832 |
|
7833 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7834 |
msgid "Never"
|
7835 |
msgstr "Nie"
|
7836 |
|
7837 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7838 |
msgid "Always"
|
7839 |
msgstr "Immer"
|
7840 |
|
7841 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7842 |
msgid "Base country only"
|
7843 |
msgstr "Nur Basisland"
|
7844 |
|
7845 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7846 |
msgid "EU countries only"
|
7847 |
msgstr "Nur EU-Länder"
|
7848 |
|
7849 |
# @ woocommerce-germanized
|
7850 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7851 |
msgid "Disallow cancellations"
|
7852 |
msgstr "Stornierungen verhindern"
|
7853 |
|
7854 |
# @ woocommerce-germanized
|
7855 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7856 |
msgid "Don't allow customers to manually cancel orders."
|
7857 |
msgstr "Stornierung von Bestellungen durch den Kunden verhindern."
|
7858 |
|
7859 |
# @ woocommerce-germanized
|
7860 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7861 |
msgid ""
|
7862 |
"By default payment methods like PayPal allow order cancellation by clicking "
|
7863 |
"the abort link. This option will stop customers from manually cancel orders."
|
@@ -7866,17 +7859,17 @@ msgstr ""
|
|
7866 |
"Kunden den Abbrechen-Link verwendet. Diese Option verhindert den manuellen "
|
7867 |
"Abbruch einer Bestellung durch den Kunden."
|
7868 |
|
7869 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7870 |
msgid "Disallow gateway choosing"
|
7871 |
msgstr "Wechsel der Zahlungsart"
|
7872 |
|
7873 |
# @ woocommerce-germanized
|
7874 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7875 |
msgid "Don't allow customers to change the payment gateway after ordering."
|
7876 |
msgstr ""
|
7877 |
"Wechsel der Zahlungsart nach der Bestellung durch den Kunden verhindern."
|
7878 |
|
7879 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7880 |
msgid ""
|
7881 |
"Customers paying through a gateway which allows later payment (e.g. PayPal) "
|
7882 |
"will find a link within their customer account which redirects them to a pay "
|
@@ -7895,17 +7888,17 @@ msgstr ""
|
|
7895 |
"PayPal weiter."
|
7896 |
|
7897 |
# @ woocommerce-germanized
|
7898 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7899 |
msgid "Free shipping"
|
7900 |
msgstr "Kostenloser Versand"
|
7901 |
|
7902 |
# @ woocommerce-germanized
|
7903 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7904 |
msgid "Force free shipping method if available."
|
7905 |
msgstr "Erzwinge kostenlosen Versand wenn die Methode zur Verfügung steht."
|
7906 |
|
7907 |
# @ woocommerce-germanized
|
7908 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7909 |
msgid ""
|
7910 |
"By default WooCommerce will let customers choose other shipping methods than "
|
7911 |
"free shipping (if available). This option will force free shipping if "
|
@@ -7916,11 +7909,11 @@ msgstr ""
|
|
7916 |
"Versand, sobald dieser verfügbar ist."
|
7917 |
|
7918 |
# @ woocommerce-germanized
|
7919 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7920 |
msgid "Exclude Methods"
|
7921 |
msgstr "Deaktivierte Methoden"
|
7922 |
|
7923 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7924 |
msgid ""
|
7925 |
"Optionally choose methods which should be excluded from hiding when free "
|
7926 |
"shipping is available (e.g. express shipping options)."
|
@@ -7929,17 +7922,17 @@ msgstr ""
|
|
7929 |
"wenn kostenloser Versand verfügbar ist (z.B. Express-Versandmethoden)."
|
7930 |
|
7931 |
# @ woocommerce-germanized
|
7932 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7933 |
msgid "Add to Cart"
|
7934 |
msgstr "Zum Warenkorb Button"
|
7935 |
|
7936 |
# @ woocommerce-germanized
|
7937 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7938 |
msgid "Show add to cart button on listings."
|
7939 |
msgstr "Zeige den „zum Warenkorb“ Button in Produktlisten an."
|
7940 |
|
7941 |
# @ woocommerce-germanized
|
7942 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7943 |
msgid ""
|
7944 |
"unset this option if you don't want to show the add to cart button within "
|
7945 |
"the product listings"
|
@@ -7947,19 +7940,19 @@ msgstr ""
|
|
7947 |
"Deaktivieren Sie diese Option, wenn Sie den zum Warenkorb Button nicht "
|
7948 |
"innerhalb von Produktauflistungen darstellen möchten"
|
7949 |
|
7950 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7951 |
msgid "Link"
|
7952 |
msgstr "Verlinkung"
|
7953 |
|
7954 |
# @ woocommerce-germanized
|
7955 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7956 |
msgid "Link to product details page instead of add to cart within listings."
|
7957 |
msgstr ""
|
7958 |
-
"Ersetze den zum-Warenkorb-Link durch einen Link zur
|
7959 |
"Produktlisten."
|
7960 |
|
7961 |
# @ woocommerce-germanized
|
7962 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7963 |
msgid ""
|
7964 |
"Decide whether you like to link to your product's details page instead of "
|
7965 |
"displaying an add to cart button within product listings."
|
@@ -7969,17 +7962,17 @@ msgstr ""
|
|
7969 |
"einfach diese Option."
|
7970 |
|
7971 |
# @ woocommerce-germanized
|
7972 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7973 |
msgid "Product Details Text"
|
7974 |
msgstr "Produktdetails Text"
|
7975 |
|
7976 |
# @ woocommerce-germanized
|
7977 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7978 |
msgid "Details"
|
7979 |
msgstr "Details"
|
7980 |
|
7981 |
# @ woocommerce-germanized
|
7982 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7983 |
msgid ""
|
7984 |
"If you have chosen to link to product details page instead of add to cart "
|
7985 |
"URL you may want to change the button text."
|
@@ -7989,11 +7982,11 @@ msgstr ""
|
|
7989 |
"einen Button-Text vergeben."
|
7990 |
|
7991 |
# @ woocommerce-germanized
|
7992 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7993 |
msgid "Overview"
|
7994 |
msgstr "Übersicht"
|
7995 |
|
7996 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
7997 |
msgid ""
|
7998 |
"You can always return to the settings overview by navigating through the "
|
7999 |
"breadcrumb navigation."
|
@@ -8002,17 +7995,17 @@ msgstr ""
|
|
8002 |
"indem Sie die Breadcrumb-Navigation nutzten."
|
8003 |
|
8004 |
# @ woocommerce-germanized
|
8005 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
8006 |
msgid "Sections"
|
8007 |
msgstr "Rubriken"
|
8008 |
|
8009 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
8010 |
msgid ""
|
8011 |
"Each setting tab might have sub sections containing more specific options."
|
8012 |
msgstr ""
|
8013 |
"Jeder Tab kann weitere Unterbereiche mit spezifischen Optionen beinhalten."
|
8014 |
|
8015 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:
|
8016 |
msgid ""
|
8017 |
"Adjust legal pages e.g. terms and conditions. These pages are used to add "
|
8018 |
"links within checkboxes and text attachments to emails."
|
@@ -8105,14 +8098,22 @@ msgstr ""
|
|
8105 |
"erhalten Sie professionellen Support."
|
8106 |
|
8107 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8108 |
msgid "Manage your shipping provider integrations."
|
8109 |
msgstr "Integrationen für Versanddienstleister verwalten."
|
8110 |
|
8111 |
-
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:
|
8112 |
-
|
8113 |
-
"Manage your shipping provider integrations, e.g. for
|
8114 |
-
msgstr ""
|
8115 |
-
"Verwalte die Versanddienstleister-Integration, z.B. für DHL & Deutsche Post."
|
8116 |
|
8117 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:20
|
8118 |
msgid ""
|
@@ -8301,7 +8302,7 @@ msgstr "Preisauszeichnung „Steuer“ anzeigen"
|
|
8301 |
# @ woocommerce-germanized
|
8302 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:320
|
8303 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:382
|
8304 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8305 |
msgid "Shipping Costs"
|
8306 |
msgstr "Versandkosten"
|
8307 |
|
@@ -8350,8 +8351,8 @@ msgstr ""
|
|
8350 |
"Platzhalter für den höchsten Preis."
|
8351 |
|
8352 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:376
|
8353 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8354 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8355 |
msgid "{min_price} – {max_price}"
|
8356 |
msgstr "{min_price} – {max_price}"
|
8357 |
|
@@ -8576,14 +8577,14 @@ msgstr ""
|
|
8576 |
|
8577 |
# @ woocommerce-germanized
|
8578 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:575
|
8579 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
8580 |
msgid "Single Product"
|
8581 |
-
msgstr "
|
8582 |
|
8583 |
# @ woocommerce-germanized
|
8584 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:576
|
8585 |
msgid "Show price labels on single product page."
|
8586 |
-
msgstr "Zeige Preishinweise auf der
|
8587 |
|
8588 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:583
|
8589 |
msgid "Loop"
|
@@ -8609,7 +8610,7 @@ msgstr "Steuern"
|
|
8609 |
|
8610 |
# @ woocommerce-germanized
|
8611 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:30
|
8612 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
8613 |
msgid "VAT"
|
8614 |
msgstr "Umsatzsteuer"
|
8615 |
|
@@ -9191,10 +9192,6 @@ msgstr "Version %s ist veraltet. Die aktuelle Version lautet %s."
|
|
9191 |
msgid "Learn how to update outdated templates"
|
9192 |
msgstr "Erfahren Sie, wie Sie veraltete Templates aktualisieren"
|
9193 |
|
9194 |
-
#: woocommerce-germanized/includes/admin/views/setup/dhl.php:10
|
9195 |
-
msgid "DHL"
|
9196 |
-
msgstr "DHL"
|
9197 |
-
|
9198 |
#: woocommerce-germanized/includes/admin/views/setup/dhl.php:12
|
9199 |
msgid ""
|
9200 |
"Want to easily ship your orders via DHL? Enable our deep DHL integration and "
|
@@ -9614,14 +9611,14 @@ msgstr ""
|
|
9614 |
"Vielen Dank. Wir haben Ihren Widerruf erhalten. Sie bekommen in Kürze eine E-"
|
9615 |
"Mail mit Ihren Daten als Bestätigung."
|
9616 |
|
9617 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9618 |
msgid ""
|
9619 |
"Please check the street field and make sure to provide a valid street number."
|
9620 |
msgstr ""
|
9621 |
"Bitte prüfen Sie die Angabe der Straße und stellen Sie sicher, dass Ihre "
|
9622 |
"Hausnummer angegeben wurde."
|
9623 |
|
9624 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9625 |
msgid ""
|
9626 |
"Sorry, but differential taxed products cannot be purchased with normal "
|
9627 |
"products at the same time."
|
@@ -9629,7 +9626,7 @@ msgstr ""
|
|
9629 |
"Entschuldigung, differenzbesteuerte Produkte können nicht gemeinsam mit "
|
9630 |
"normalen Produkten gekauft werden."
|
9631 |
|
9632 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9633 |
msgid ""
|
9634 |
"Sorry, but normal products cannot be purchased together with differential "
|
9635 |
"taxed products at the same time."
|
@@ -9638,14 +9635,14 @@ msgstr ""
|
|
9638 |
"differenzbesteuerten Produkten gekauft werden."
|
9639 |
|
9640 |
# @ woocommerce-germanized
|
9641 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9642 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
9643 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
9644 |
msgid "Mr."
|
9645 |
msgstr "Herr"
|
9646 |
|
9647 |
# @ woocommerce-germanized
|
9648 |
-
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:
|
9649 |
msgctxt "customer-title-male-address"
|
9650 |
msgid "Mr."
|
9651 |
msgstr "Herrn"
|
@@ -9885,26 +9882,22 @@ msgstr "Zahlungsarten"
|
|
9885 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:104
|
9886 |
msgid ""
|
9887 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
9888 |
-
"and Conditions{/term_link}
|
9889 |
-
"revocation_link}
|
9890 |
-
"data_security_link}."
|
9891 |
msgstr ""
|
9892 |
"Mit Ihrer Bestellung erklären Sie sich mit unseren {term_link}Allgemeinen "
|
9893 |
-
"Geschäftsbedingungen{/term_link}
|
9894 |
-
"revocation_link}
|
9895 |
-
"data_security_link} einverstanden."
|
9896 |
|
9897 |
# @ woocommerce-germanized
|
9898 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:105
|
9899 |
msgid ""
|
9900 |
"To complete the order you have to accept to our {term_link}Terms and "
|
9901 |
-
"Conditions{/term_link}
|
9902 |
-
"revocation_link}
|
9903 |
-
"data_security_link}."
|
9904 |
msgstr ""
|
9905 |
"Bitte akzeptieren Sie unsere {term_link}Allgemeinen Geschäftsbedingungen{/"
|
9906 |
-
"term_link}
|
9907 |
-
"{data_security_link}Datenschutzbestimmungen{/data_security_link}."
|
9908 |
|
9909 |
# @ woocommerce-germanized
|
9910 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:111
|
@@ -9913,11 +9906,8 @@ msgstr "Allgemein"
|
|
9913 |
|
9914 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:112
|
9915 |
msgid ""
|
9916 |
-
"General legal checkbox which shall include terms
|
9917 |
-
"
|
9918 |
-
msgstr ""
|
9919 |
-
"Allg. Checkbox die AGB, Widerrufsbelehrung und Datenschutzerklärung "
|
9920 |
-
"enthalten sollte."
|
9921 |
|
9922 |
# @ woocommerce-germanized
|
9923 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:120
|
@@ -10400,19 +10390,19 @@ msgstr "Mandat E-Mail"
|
|
10400 |
msgid "Visible during checkout"
|
10401 |
msgstr "Im Checkout anzeigen"
|
10402 |
|
10403 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10404 |
msgctxt "revocation-form"
|
10405 |
msgid "Withdrawal"
|
10406 |
msgstr "Widerruf"
|
10407 |
|
10408 |
# @ woocommerce-germanized
|
10409 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10410 |
msgctxt "revocation-form"
|
10411 |
msgid "Tip: Delete whatever entry does not apply, and provide, as needed"
|
10412 |
msgstr "Hinweis: Bitte Unzutreffendes streichen und um Ihren Text ergänzen"
|
10413 |
|
10414 |
# @ woocommerce-germanized
|
10415 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10416 |
msgctxt "revocation-form"
|
10417 |
msgid ""
|
10418 |
"I/We hereby give notice that I/We withdraw from my/our contract of sale of "
|
@@ -10422,83 +10412,83 @@ msgstr ""
|
|
10422 |
"den Kauf der folgenden Waren / die Erbringung der folgenden Dienstleistung: "
|
10423 |
|
10424 |
# @ woocommerce-germanized
|
10425 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10426 |
msgctxt "revocation-form"
|
10427 |
msgid "Received"
|
10428 |
msgstr "Erhalten am"
|
10429 |
|
10430 |
# @ woocommerce-germanized
|
10431 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10432 |
msgctxt "revocation-form"
|
10433 |
msgid "Order Date"
|
10434 |
msgstr "Datum der Bestellung"
|
10435 |
|
10436 |
# @ woocommerce-germanized
|
10437 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10438 |
msgctxt "revocation-form"
|
10439 |
msgid "Customer Data"
|
10440 |
msgstr "Kundeninformationen"
|
10441 |
|
10442 |
# @ woocommerce-germanized
|
10443 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10444 |
msgctxt "revocation-form"
|
10445 |
msgid "Title"
|
10446 |
msgstr "Anrede"
|
10447 |
|
10448 |
# @ woocommerce-germanized
|
10449 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10450 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
10451 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
10452 |
msgid "Ms."
|
10453 |
msgstr "Frau"
|
10454 |
|
10455 |
# @ woocommerce-germanized
|
10456 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10457 |
msgctxt "revocation-form"
|
10458 |
msgid "First Name"
|
10459 |
msgstr "Vorname"
|
10460 |
|
10461 |
# @ woocommerce-germanized
|
10462 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10463 |
msgctxt "revocation-form"
|
10464 |
msgid "Last Name"
|
10465 |
msgstr "Nachname"
|
10466 |
|
10467 |
# @ woocommerce-germanized
|
10468 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10469 |
msgctxt "revocation-form"
|
10470 |
msgid "Street"
|
10471 |
msgstr "Straße"
|
10472 |
|
10473 |
# @ woocommerce-germanized
|
10474 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10475 |
msgctxt "revocation-form"
|
10476 |
msgid "Postal Code"
|
10477 |
msgstr "Postleitzahl"
|
10478 |
|
10479 |
# @ woocommerce-germanized
|
10480 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10481 |
msgctxt "revocation-form"
|
10482 |
msgid "City"
|
10483 |
msgstr "Stadt"
|
10484 |
|
10485 |
# @ woocommerce-germanized
|
10486 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10487 |
msgctxt "revocation-form"
|
10488 |
msgid "Country"
|
10489 |
msgstr "Land"
|
10490 |
|
10491 |
# @ woocommerce-germanized
|
10492 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10493 |
msgctxt "revocation-form"
|
10494 |
msgid "Mail"
|
10495 |
msgstr "E-Mail Adresse"
|
10496 |
|
10497 |
-
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:
|
10498 |
#, php-format
|
10499 |
msgctxt "revocation-form"
|
10500 |
msgid ""
|
10501 |
-
"Please accept our <a href=\"%s\" target=\"_blank\">
|
10502 |
"that we can process your inquiry."
|
10503 |
msgstr ""
|
10504 |
"Bitte akzeptieren Sie unsere <a href=\"%s\" target=\"_blank"
|
@@ -11410,52 +11400,52 @@ msgstr ""
|
|
11410 |
"term_link}, {revocation_link}Widerrufsbestimmungen{/revocation_link} und "
|
11411 |
"{data_security_link}Datenschutzbestimmungen{/data_security_link}."
|
11412 |
|
11413 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11414 |
msgid ">= 12 years"
|
11415 |
msgstr ">= 12 Jahre"
|
11416 |
|
11417 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11418 |
msgid ">= 16 years"
|
11419 |
msgstr ">= 16 Jahre"
|
11420 |
|
11421 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11422 |
msgid ">= 18 years"
|
11423 |
msgstr ">= 18 Jahre"
|
11424 |
|
11425 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11426 |
msgid ">= 21 years"
|
11427 |
msgstr ">= 21 Jahre"
|
11428 |
|
11429 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11430 |
msgid ">= 25 years"
|
11431 |
msgstr ">= 25 Jahre"
|
11432 |
|
11433 |
# @ woocommerce-germanized
|
11434 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11435 |
msgctxt "age"
|
11436 |
msgid "None"
|
11437 |
msgstr "Keines"
|
11438 |
|
11439 |
# @ woocommerce-germanized
|
11440 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11441 |
#, php-format
|
11442 |
msgid "%s%% VAT"
|
11443 |
msgstr "%s %% MwSt."
|
11444 |
|
11445 |
# @ woocommerce-germanized
|
11446 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11447 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11448 |
msgctxt "title-option"
|
11449 |
msgid "None"
|
11450 |
msgstr "Keine"
|
11451 |
|
11452 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11453 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11454 |
msgid "Mx"
|
11455 |
msgstr "Divers"
|
11456 |
|
11457 |
# @ woocommerce-germanized
|
11458 |
-
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:
|
11459 |
msgid "More variants available"
|
11460 |
msgstr "Weitere Varianten verfügbar"
|
11461 |
|
@@ -11508,161 +11498,174 @@ msgid "Missing the Germanized %s package"
|
|
11508 |
msgstr "Das Germanized %s Paket fehlt"
|
11509 |
|
11510 |
# @ woocommerce-germanized
|
11511 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11512 |
msgid "Single Product (Grouped)"
|
11513 |
-
msgstr "
|
11514 |
|
11515 |
# @ woocommerce-germanized
|
11516 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11517 |
msgid "Product Loop"
|
11518 |
msgstr "Produktlisten"
|
11519 |
|
11520 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11521 |
msgid "Cart"
|
11522 |
msgstr "Warenkorb"
|
11523 |
|
11524 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11525 |
msgid "Mini Cart"
|
11526 |
msgstr "Warenkorb Dropdown"
|
11527 |
|
11528 |
-
|
|
|
|
|
|
|
|
|
|
|
11529 |
msgid "Summary"
|
11530 |
msgstr "Übersicht"
|
11531 |
|
11532 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11533 |
msgid "Meta"
|
11534 |
msgstr "Produktmeta"
|
11535 |
|
11536 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11537 |
msgid "After Meta"
|
11538 |
msgstr "Produktmeta - nachher"
|
11539 |
|
11540 |
# @ woocommerce-germanized
|
11541 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11542 |
msgid "Before add to cart"
|
11543 |
msgstr "Zum Warenkorb - vorher"
|
11544 |
|
11545 |
# @ woocommerce-germanized
|
11546 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11547 |
msgid "After add to cart"
|
11548 |
msgstr "Zum Warenkorb - nachher"
|
11549 |
|
11550 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11551 |
msgid "After Summary"
|
11552 |
msgstr "Übersicht - nachher"
|
11553 |
|
11554 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11555 |
msgid "Price Column"
|
11556 |
msgstr "Spalte - Preis"
|
11557 |
|
11558 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11559 |
msgid "Label Column"
|
11560 |
msgstr "Spalte - Beschriftung"
|
11561 |
|
11562 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11563 |
msgid "Quantity Column"
|
11564 |
msgstr "Spalte - Anzahl"
|
11565 |
|
11566 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11567 |
msgid "After Item Title"
|
11568 |
msgstr "Produkttitel - nachher"
|
11569 |
|
11570 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11571 |
msgid "Before Item Title"
|
11572 |
msgstr "Produkttitel - vorher"
|
11573 |
|
11574 |
# @ woocommerce-germanized
|
11575 |
# @ woocommerce
|
11576 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11577 |
msgid "Item Title"
|
11578 |
msgstr "Produkttitel"
|
11579 |
|
11580 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11581 |
msgid "After Item"
|
11582 |
msgstr "Produkt - nachher"
|
11583 |
|
11584 |
# @ woocommerce-germanized
|
11585 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11586 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11587 |
msgid "Item Price"
|
11588 |
msgstr "Produktpreis"
|
11589 |
|
11590 |
# @ woocommerce-germanized
|
11591 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11592 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11593 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11594 |
msgid "Item Name"
|
11595 |
msgstr "Produkttitel"
|
11596 |
|
11597 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11598 |
msgid "After Item Name"
|
11599 |
msgstr "Titel - nachher"
|
11600 |
|
11601 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11602 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11603 |
msgid "Subtotal"
|
11604 |
msgstr "Zwischensumme"
|
11605 |
|
11606 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11607 |
msgid "After Item Quantity"
|
11608 |
msgstr "Anzahl - nachher"
|
11609 |
|
11610 |
# @ woocommerce-germanized
|
11611 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11612 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11613 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11614 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11615 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11616 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11617 |
msgctxt "shopmark"
|
11618 |
msgid "Unit Price"
|
11619 |
msgstr "Grundpreis"
|
11620 |
|
11621 |
# @ woocommerce-germanized
|
11622 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11623 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11624 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11625 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11626 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11627 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11628 |
msgctxt "shopmark"
|
11629 |
msgid "Delivery Time"
|
11630 |
msgstr "Lieferzeiten"
|
11631 |
|
11632 |
# @ woocommerce-germanized
|
11633 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11634 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11635 |
msgctxt "shopmark"
|
11636 |
msgid "General"
|
11637 |
msgstr "Allgemein"
|
11638 |
|
11639 |
# @ woocommerce-germanized
|
11640 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11641 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11642 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11643 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11644 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11645 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11646 |
msgctxt "shopmark"
|
11647 |
msgid "Product Units"
|
11648 |
msgstr "Produkteinheiten"
|
11649 |
|
11650 |
# @ woocommerce-germanized
|
11651 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11652 |
msgctxt "shopmark"
|
11653 |
msgid "Tax"
|
11654 |
msgstr "Steuer"
|
11655 |
|
11656 |
# @ woocommerce-germanized
|
11657 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11658 |
msgctxt "shopmark"
|
11659 |
msgid "Shipping Costs"
|
11660 |
msgstr "Versandkosten"
|
11661 |
|
11662 |
# @ woocommerce-germanized
|
11663 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11664 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
11665 |
-
#: woocommerce-germanized/src/Shopmarks.php:
|
|
|
11666 |
msgctxt "shopmark"
|
11667 |
msgid "Cart Description"
|
11668 |
msgstr "Warenkorb Beschreibung"
|
@@ -13081,6 +13084,45 @@ msgstr "vendidero"
|
|
13081 |
msgid "https://vendidero.de"
|
13082 |
msgstr "https://vendidero.de"
|
13083 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13084 |
#~ msgctxt "dhl"
|
13085 |
#~ msgid "Preferred Day"
|
13086 |
#~ msgstr "Wunschtag"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-09-02 12:50+0200\n"
|
6 |
+
"PO-Revision-Date: 2021-09-02 12:51+0200\n"
|
7 |
"Last-Translator: holzhannes <holzhannes@posteo.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE@formal\n"
|
615 |
msgid "Learn More"
|
616 |
msgstr "Mehr erfahren"
|
617 |
|
618 |
+
#: one-stop-shop-woocommerce/src/Tax.php:352
|
619 |
+
#: one-stop-shop-woocommerce/src/Tax.php:410
|
620 |
#, php-format
|
621 |
msgctxt "oss"
|
622 |
msgid "Tax class (%s)"
|
623 |
msgstr "Steuerklasse (%s)"
|
624 |
|
625 |
+
#: one-stop-shop-woocommerce/src/Tax.php:353
|
626 |
msgctxt "oss"
|
627 |
msgid "Same as parent"
|
628 |
msgstr "Gleiche wie übergeordnet"
|
629 |
|
630 |
+
#: one-stop-shop-woocommerce/src/Tax.php:355
|
631 |
+
#: one-stop-shop-woocommerce/src/Tax.php:388
|
632 |
+
#: one-stop-shop-woocommerce/src/Tax.php:412
|
633 |
+
#: one-stop-shop-woocommerce/src/Tax.php:446
|
634 |
msgctxt "oss"
|
635 |
msgid "remove"
|
636 |
msgstr "Löschen"
|
637 |
|
638 |
+
#: one-stop-shop-woocommerce/src/Tax.php:365
|
639 |
+
#: one-stop-shop-woocommerce/src/Tax.php:423
|
640 |
msgctxt "oss"
|
641 |
msgid "Add country specific tax class (OSS)"
|
642 |
msgstr "Länderspezifische Steuerklasse hinzufügen (OSS)"
|
643 |
|
644 |
+
#: one-stop-shop-woocommerce/src/Tax.php:372
|
645 |
+
#: one-stop-shop-woocommerce/src/Tax.php:430
|
646 |
msgctxt "oss"
|
647 |
msgid "Select country"
|
648 |
msgstr "Land auswählen"
|
649 |
|
650 |
+
#: one-stop-shop-woocommerce/src/Tax.php:528
|
651 |
+
#: one-stop-shop-woocommerce/src/Tax.php:655
|
652 |
msgid "Reduced rate"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: one-stop-shop-woocommerce/src/Tax.php:531
|
656 |
+
#: one-stop-shop-woocommerce/src/Tax.php:647
|
657 |
msgctxt "oss"
|
658 |
msgid "Greater reduced rate"
|
659 |
msgstr "Zusätzlicher reduzierter Preis"
|
660 |
|
661 |
+
#: one-stop-shop-woocommerce/src/Tax.php:534
|
662 |
+
#: one-stop-shop-woocommerce/src/Tax.php:651
|
663 |
msgctxt "oss"
|
664 |
msgid "Super reduced rate"
|
665 |
msgstr "Stark reduzierter Preis"
|
666 |
|
667 |
+
#: one-stop-shop-woocommerce/src/Tax.php:827
|
668 |
msgctxt "oss"
|
669 |
msgid "Madeira"
|
670 |
msgstr "Madeira"
|
671 |
|
672 |
+
#: one-stop-shop-woocommerce/src/Tax.php:834
|
673 |
msgctxt "oss"
|
674 |
msgid "Acores"
|
675 |
msgstr "Azoren"
|
676 |
|
677 |
+
#: one-stop-shop-woocommerce/src/Tax.php:870
|
678 |
msgctxt "oss"
|
679 |
msgid "Northern Ireland"
|
680 |
msgstr "Nordirland"
|
681 |
|
682 |
+
#: one-stop-shop-woocommerce/src/Tax.php:883
|
683 |
msgctxt "oss-tax-rate-import"
|
684 |
msgid "Exempt"
|
685 |
msgstr "Ausnahme"
|
686 |
|
687 |
+
#: one-stop-shop-woocommerce/src/Tax.php:949
|
688 |
#, php-format
|
689 |
msgctxt "oss-tax-rate-import"
|
690 |
msgid "VAT %1$s %% %2$s"
|
2855 |
msgstr "Der Minimalbetrag beträgt %s"
|
2856 |
|
2857 |
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:374
|
2858 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:599
|
2859 |
#, php-format
|
2860 |
msgctxt "dhl"
|
2861 |
msgid ""
|
2873 |
msgid "Page Format"
|
2874 |
msgstr "Seitenformat"
|
2875 |
|
2876 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:395
|
2877 |
+
msgctxt "dhl"
|
2878 |
+
msgid "Print X-Position"
|
2879 |
+
msgstr "Druckspalte X-Achse"
|
2880 |
+
|
2881 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:405
|
2882 |
+
msgctxt "dhl"
|
2883 |
+
msgid "Print Y-Position"
|
2884 |
+
msgstr "Druckspalte Y-Achse"
|
2885 |
+
|
2886 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:577
|
2887 |
msgctxt "dhl"
|
2888 |
msgid "The services chosen are not available for the current product."
|
2889 |
msgstr "Die ausgewählten Services sind für dieses Produkt nicht verfügbar."
|
2890 |
|
2891 |
+
#: woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php:626
|
2892 |
#, php-format
|
2893 |
msgctxt "dhl"
|
2894 |
msgid "Deutsche Post product is missing for %s."
|
3286 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:11
|
3287 |
#: woocommerce-germanized-shipments/src/Admin/ReturnTable.php:22
|
3288 |
#: woocommerce-germanized-shipments/src/Admin/Table.php:687
|
3289 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:780
|
3290 |
msgctxt "shipments"
|
3291 |
msgid "Title"
|
3292 |
msgstr "Titel"
|
3294 |
# @ woocommerce-germanized
|
3295 |
#: woocommerce-germanized-shipments/includes/admin/views/html-settings-provider-list.php:12
|
3296 |
#: woocommerce-germanized-shipments/src/Admin/Admin.php:454
|
3297 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:789
|
3298 |
msgctxt "shipments"
|
3299 |
msgid "Description"
|
3300 |
msgstr "Beschreibung"
|
4519 |
# @ woocommerce-germanized
|
4520 |
#: woocommerce-germanized-shipments/src/Admin/Settings.php:415
|
4521 |
#: woocommerce-germanized-shipments/src/ShippingProvider/Auto.php:344
|
4522 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1101
|
4523 |
msgctxt "shipments"
|
4524 |
msgid "General"
|
4525 |
msgstr "Allgemein"
|
4529 |
msgid "Addresses"
|
4530 |
msgstr "Adressen"
|
4531 |
|
4532 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:541
|
4533 |
msgctxt "shipments"
|
4534 |
msgid "More services"
|
4535 |
msgstr "Mehr Services"
|
4536 |
|
4537 |
+
#: woocommerce-germanized-shipments/src/Admin/Settings.php:544
|
4538 |
msgctxt "shipments"
|
4539 |
msgid "Fewer services"
|
4540 |
msgstr "Weniger Services"
|
5174 |
|
5175 |
#: woocommerce-germanized-shipments/src/Shipment.php:1055
|
5176 |
#: woocommerce-germanized-shipments/src/Shipment.php:1303
|
5177 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:365
|
5178 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:433
|
5179 |
#, php-format
|
5180 |
msgctxt "full name"
|
5181 |
msgid "%1$s %2$s"
|
5293 |
"Wählen Sie einen Versanddienstleister aus, der standardmäßig für eine "
|
5294 |
"infrage kommende Sendung hinterlegt wird."
|
5295 |
|
5296 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:309
|
5297 |
msgctxt "shipments"
|
5298 |
msgid ""
|
5299 |
"Your shipment is being processed by {shipping_provider}. If you want to "
|
5307 |
"die Paketverfolgungsdaten zum Zeitpunkt des Erhalts dieser E-Mail noch nicht "
|
5308 |
"den neuesten Stand wiedergeben."
|
5309 |
|
5310 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:781
|
5311 |
msgctxt "shipments"
|
5312 |
msgid "Choose a title for the shipping provider."
|
5313 |
msgstr "Wählen Sie einen Titel für den Versanddienstleister."
|
5314 |
|
5315 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:790
|
5316 |
msgctxt "shipments"
|
5317 |
msgid "Choose a description for the shipping provider."
|
5318 |
msgstr "Wählen Sie eine Beschreibung für den Versanddienstleister."
|
5319 |
|
5320 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:802
|
5321 |
msgctxt "shipments"
|
5322 |
msgid "Tracking URL"
|
5323 |
msgstr "Sendungsverfolgung URL"
|
5324 |
|
5325 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:803
|
5326 |
#, php-format
|
5327 |
msgctxt "shipments"
|
5328 |
msgid ""
|
5336 |
"einzufügen: %s"
|
5337 |
|
5338 |
# @ woocommerce-germanized
|
5339 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:813
|
5340 |
msgctxt "shipments"
|
5341 |
msgid "Tracking description"
|
5342 |
msgstr "Sendungsverfolgung Hinweis"
|
5343 |
|
5344 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:814
|
5345 |
#, php-format
|
5346 |
msgctxt "shipments"
|
5347 |
msgid ""
|
5356 |
"dynamische Daten einzufügen: %s"
|
5357 |
|
5358 |
# @ woocommerce-germanized
|
5359 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:958
|
5360 |
msgctxt "shipments"
|
5361 |
msgid "Customer returns"
|
5362 |
msgstr "Rücksendungen"
|
5363 |
|
5364 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
|
5365 |
msgctxt "shipments"
|
5366 |
msgid "Allow customers to submit return requests to shipments."
|
5367 |
msgstr "Erlauben Sie Kunden eine Rücksendung zu einer Sendung zu beantragen."
|
5368 |
|
5369 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
|
5370 |
#, php-format
|
5371 |
msgctxt "shipments"
|
5372 |
msgid ""
|
5380 |
"Gästen zu erfahren, lesen Sie bitte die %s."
|
5381 |
|
5382 |
# @ woocommerce-germanized
|
5383 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
|
5384 |
msgctxt "shipments"
|
5385 |
msgid "Return Dashboard"
|
5386 |
msgstr "Retouren-Dashboard"
|
5387 |
|
5388 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:959
|
5389 |
msgctxt "shipments"
|
5390 |
msgid "docs"
|
5391 |
msgstr "Dokumentation"
|
5392 |
|
5393 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:968
|
5394 |
msgctxt "shipments"
|
5395 |
msgid "Guest returns"
|
5396 |
msgstr "Retouren für Gäste"
|
5397 |
|
5398 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:969
|
5399 |
msgctxt "shipments"
|
5400 |
msgid "Allow guests to submit return requests to shipments."
|
5401 |
msgstr "Erlauben Sie Gästen Rücksendeanträge zu Bestellungen zu beantragen."
|
5402 |
|
5403 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:969
|
5404 |
#, php-format
|
5405 |
msgctxt "shipments"
|
5406 |
msgid ""
|
5414 |
"Rücksende-Formular für Gäste auf Ihrer Seite zu platzieren."
|
5415 |
|
5416 |
# @ woocommerce-germanized
|
5417 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:980
|
5418 |
msgctxt "shipments"
|
5419 |
msgid "Manual confirmation"
|
5420 |
msgstr "Manuelle Bestätigung"
|
5421 |
|
5422 |
# @ woocommerce-germanized
|
5423 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:981
|
5424 |
msgctxt "shipments"
|
5425 |
msgid "Return requests need manual confirmation."
|
5426 |
msgstr "Rücksendeanträge benötigen eine manuelle Bestätigung."
|
5427 |
|
5428 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:981
|
5429 |
msgctxt "shipments"
|
5430 |
msgid ""
|
5431 |
"By default return request need manual confirmation e.g. a shop manager needs "
|
5442 |
"Mail-Bestätigung samt Retouren-Label."
|
5443 |
|
5444 |
# @ woocommerce-germanized
|
5445 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:993
|
5446 |
msgctxt "shipments"
|
5447 |
msgid "Return instructions"
|
5448 |
msgstr "Rücksende-Anweisungen"
|
5449 |
|
5450 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:994
|
5451 |
msgctxt "shipments"
|
5452 |
msgid ""
|
5453 |
"Provide your customer with instructions on how to return the shipment after "
|
5460 |
"kann, sollten Sie Ihre Kunden darüber informieren, woher ein Label für die "
|
5461 |
"Rücksendung bezogen werden kann."
|
5462 |
|
5463 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1080
|
5464 |
#, php-format
|
5465 |
msgctxt "shipments"
|
5466 |
msgid ""
|
5472 |
"Einstellungen</a>. Passen Sie diese Einstellungen nur dann an, wenn Sie "
|
5473 |
"explizit Abweichungen speziell für diese Versandmethode konfigurieren wollen."
|
5474 |
|
5475 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1105
|
5476 |
msgctxt "shipments"
|
5477 |
msgid "Return Requests"
|
5478 |
msgstr "Rücksendeanträge"
|
5479 |
|
5480 |
+
#: woocommerce-germanized-shipments/src/ShippingProvider/Simple.php:1136
|
5481 |
msgctxt "shipments"
|
5482 |
msgid "This shipping provider does not support creating labels."
|
5483 |
msgstr "Dieser Versanddienstleister unterstützt keine Label-Erzeugung."
|
5848 |
# @ woocommerce-germanized
|
5849 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:566
|
5850 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:576
|
5851 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:482
|
5852 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:597
|
5853 |
#: woocommerce-germanized/includes/wc-gzd-template-functions.php:605
|
5854 |
msgid "incl. VAT"
|
5861 |
|
5862 |
# @ woocommerce-germanized
|
5863 |
#: woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:568
|
5864 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:482
|
5865 |
#, php-format
|
5866 |
msgid "incl. %s%% VAT"
|
5867 |
msgstr "inkl. %s %% MwSt."
|
5886 |
msgid "Resend activation link"
|
5887 |
msgstr "Aktivierungscode erneut versenden"
|
5888 |
|
5889 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:46
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5890 |
msgid "Global minimum age"
|
5891 |
msgstr "Globales Mindestalter"
|
5892 |
|
5893 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:50
|
5894 |
msgid ""
|
5895 |
"Choose a global minimum age necessary to buy your products. Can be "
|
5896 |
"overridden by product specific settings."
|
5899 |
"Produkte zu kaufen. Das Alter kann durch abweichende Produkteinstellungen "
|
5900 |
"überschrieben werden."
|
5901 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5902 |
# @ woocommerce-germanized
|
5903 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:60
|
5904 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5905 |
msgid "Confirmation"
|
5906 |
msgstr "Bestätigung"
|
5907 |
|
5908 |
# @ woocommerce-germanized
|
5909 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:64
|
5910 |
msgid ""
|
5911 |
"This text will be appended to your order processing email if the order "
|
5912 |
"contains service products."
|
5914 |
"Dieser Text wird an die Bestellbestätigungs-Email (unterhalb der Tabelle) "
|
5915 |
"angehängt, sobald ein Kunde eine Dienstleistung gekauft hat."
|
5916 |
|
5917 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:65
|
5918 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:90
|
5919 |
#, php-format
|
5920 |
msgid ""
|
5921 |
"To insert a link to your cancellation policy use the following placeholder: "
|
5925 |
"Platzhalter: %s"
|
5926 |
|
5927 |
# @ woocommerce-germanized
|
5928 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:66
|
5929 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:33
|
5930 |
msgid ""
|
5931 |
"Furthermore you have expressly agreed to start the performance of the "
|
5940 |
"erlischt."
|
5941 |
|
5942 |
# @ woocommerce-germanized
|
5943 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:78
|
5944 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:444
|
5945 |
msgid "Downloadable Product"
|
5946 |
msgstr "Herunterladbares Produkt"
|
5947 |
|
5948 |
# @ woocommerce-germanized
|
5949 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:79
|
5950 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:445
|
5951 |
msgid "Virtual Product"
|
5952 |
msgstr "Virtuelles Produkt"
|
5953 |
|
5954 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:80
|
5955 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:46
|
5956 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:168
|
5957 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:446
|
5960 |
msgstr "Dienstleistung"
|
5961 |
|
5962 |
# @ woocommerce-germanized
|
5963 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:89
|
5964 |
msgid ""
|
5965 |
"This text will be appended to your order processing email if the order "
|
5966 |
"contains digital products."
|
5969 |
"angehängt, sobald ein Kunde ein digitales Produkt gekauft hat."
|
5970 |
|
5971 |
# @ woocommerce-germanized
|
5972 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:91
|
5973 |
#: woocommerce-germanized/includes/updates/woocommerce-gzd-update-2.0.1.php:27
|
5974 |
msgid ""
|
5975 |
"Furthermore you have expressly agreed to start the performance of the "
|
5984 |
"verlieren."
|
5985 |
|
5986 |
# @ woocommerce-germanized
|
5987 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:94
|
5988 |
msgid "Digital Product types"
|
5989 |
msgstr "Digitale Produkttypen"
|
5990 |
|
5991 |
# @ woocommerce-germanized
|
5992 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:95
|
5993 |
msgid ""
|
5994 |
"Select product types for which the loss of the right of withdrawal notice is "
|
5995 |
"shown. Product types like \"simple product\" may be redundant because they "
|
6001 |
"einschließen."
|
6002 |
|
6003 |
# @ woocommerce-germanized
|
6004 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:114
|
6005 |
msgid "Show checkbox"
|
6006 |
msgstr "Checkbox anzeigen"
|
6007 |
|
6008 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:115
|
6009 |
msgid ""
|
6010 |
"Choose whether you like to always show the parcel delivery checkbox or do "
|
6011 |
"only show for certain shipping methods."
|
6014 |
"bestimmte Versandmethoden angezeigt werden soll."
|
6015 |
|
6016 |
# @ woocommerce-germanized
|
6017 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:120
|
6018 |
msgid "For certain shipping methods."
|
6019 |
msgstr "Für bestimmte Versandmethoden."
|
6020 |
|
6021 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:121
|
6022 |
msgid "Always show."
|
6023 |
msgstr "Immer anzeigen."
|
6024 |
|
6025 |
# @ woocommerce-germanized
|
6026 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:126
|
6027 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:50
|
6028 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:112
|
6029 |
msgid "Shipping Methods"
|
6030 |
msgstr "Versandarten"
|
6031 |
|
6032 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-legal-checkboxes.php:127
|
6033 |
msgid "Select shipping methods which are applicable for the Opt-In Checkbox."
|
6034 |
msgstr ""
|
6035 |
"Wählen Sie Versandmethoden aus für die die Paketdienstleister Checkbox "
|
6067 |
msgid "None"
|
6068 |
msgstr "Keine"
|
6069 |
|
6070 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-provider-dpd.php:17
|
6071 |
+
msgid "Create DPD labels and return labels conveniently"
|
6072 |
+
msgstr "Erstelle bequem Labels zu Sendungen & Retouren via DPD"
|
6073 |
+
|
6074 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-provider-dpd.php:21
|
6075 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:26
|
6076 |
+
msgid "DPD"
|
6077 |
+
msgstr "DPD"
|
6078 |
+
|
6079 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-provider-dpd.php:21
|
6080 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-contract.php:21
|
6081 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:32
|
6082 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-invoices.php:21
|
6083 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-multistep-checkout.php:21
|
6084 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-revocation-generator.php:21
|
6085 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:26
|
6086 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-terms-generator.php:21
|
6087 |
+
msgid "pro"
|
6088 |
+
msgstr "pro"
|
6089 |
+
|
6090 |
# @ woocommerce-germanized
|
6091 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:62
|
6092 |
msgid "Germanize"
|
6102 |
msgstr "Einstellungen"
|
6103 |
|
6104 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:76
|
6105 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:106
|
6106 |
msgid "Shipping Provider"
|
6107 |
msgstr "Versanddienstleister"
|
6108 |
|
6129 |
msgstr "Schlüssel einfügen"
|
6130 |
|
6131 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:102
|
6132 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:408
|
6133 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:410
|
6134 |
msgid "Continue"
|
6135 |
msgstr "Weiter"
|
6136 |
|
6174 |
|
6175 |
# @ woocommerce-germanized
|
6176 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:171
|
6177 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:200
|
6178 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:42
|
6179 |
msgid "Small-Enterprise-Regulation"
|
6180 |
msgstr "Kleinunternehmerregelung"
|
6181 |
|
6182 |
# @ woocommerce-germanized
|
6183 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:172
|
6184 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:201
|
6185 |
msgid "VAT based on §19 UStG"
|
6186 |
msgstr "Umsatzsteuerbefreit nach §19 UStG"
|
6187 |
|
6188 |
# @ woocommerce-germanized
|
6189 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:172
|
6190 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:201
|
6191 |
#, php-format
|
6192 |
msgid ""
|
6193 |
"Enable this option if you have chosen to apply to <a href=\"%s\" target="
|
6222 |
"7 Tagen gelöscht</strong>. Die Double-Opt-In <a href=\"%s\" target=\"_blank"
|
6223 |
"\">Einstellungen</a> können nachträglich angepasst werden."
|
6224 |
|
6225 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:207
|
6226 |
+
#, php-format
|
6227 |
+
msgid "Upgrade to %s to activate %s integration."
|
6228 |
+
msgstr "Upgraden Sie auf %s um die %s Integration zu aktivieren."
|
6229 |
+
|
6230 |
# @ woocommerce-germanized
|
6231 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:214
|
6232 |
#, php-format
|
6233 |
msgid "Enable %s integration"
|
6234 |
msgstr "%s Integration aktivieren."
|
6235 |
|
6236 |
# @ woocommerce-germanized
|
6237 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:235
|
6238 |
msgid "Setup"
|
6239 |
msgstr "Setup"
|
6240 |
|
6241 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:333
|
6242 |
msgid "Germanized › Setup Wizard"
|
6243 |
msgstr "Germanized › Setup"
|
6244 |
|
6245 |
# @ woocommerce-germanized
|
6246 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:404
|
6247 |
msgid "Skip Step"
|
6248 |
msgstr "Schritt überspringen"
|
6249 |
|
6250 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-setup-wizard.php:416
|
6251 |
msgid "Return to WP Admin"
|
6252 |
msgstr "Zurück zu WP Admin"
|
6253 |
|
6254 |
# @ woocommerce-germanized
|
6255 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:45
|
6256 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:51
|
6257 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
6258 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:269
|
6259 |
msgid "Terms & Conditions"
|
6260 |
msgstr "AGB"
|
6261 |
|
6262 |
# @ woocommerce-germanized
|
6263 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:46
|
6264 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:61
|
6265 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:270
|
6266 |
msgid "Cancellation Policy"
|
6267 |
msgstr "Widerrufsbelehrung"
|
6268 |
|
6269 |
# @ woocommerce-germanized
|
6270 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:47
|
6271 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:82
|
6272 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:134
|
6273 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:271
|
6274 |
msgid "Imprint"
|
6275 |
msgstr "Impressum"
|
6276 |
|
6277 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:48
|
6278 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:92
|
6279 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:202
|
6280 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:272
|
6281 |
msgid "Privacy Policy"
|
6282 |
msgstr "Datenschutz"
|
6283 |
|
6284 |
# @ woocommerce-germanized
|
6285 |
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-status.php:49
|
6286 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:102
|
6287 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:276
|
6288 |
msgid "Payment Methods"
|
6289 |
msgstr "Zahlungarten"
|
6290 |
|
6299 |
msgstr "Willkommen bei Germanized"
|
6300 |
|
6301 |
# @ woocommerce-germanized
|
6302 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin-welcome.php:276
|
6303 |
msgid "Go to Germanized Settings"
|
6304 |
msgstr "Germanized Einstellungen"
|
6305 |
|
6330 |
msgid "Cheatin’ huh?"
|
6331 |
msgstr "So geht das leider nicht.."
|
6332 |
|
6333 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:135
|
6334 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:169
|
6335 |
msgctxt "dhl"
|
6336 |
msgid "Action failed. Please refresh the page and retry."
|
6337 |
msgstr ""
|
6338 |
"Aktion fehlgeschlagen. Bitte aktualisieren Sie die Seite und versuchen es "
|
6339 |
"erneut."
|
6340 |
|
6341 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:139
|
6342 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:173
|
6343 |
msgctxt "dhl"
|
6344 |
msgid "You don't have permission to do this."
|
6345 |
msgstr "Sie sind leider nicht berechtigt, diese Aktion durchzuführen."
|
6346 |
|
6347 |
# @ woocommerce-germanized
|
6348 |
#. Plugin Name of the plugin/theme
|
6349 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:249
|
6350 |
msgid "Germanized for WooCommerce"
|
6351 |
msgstr "Germanized für WooCommerce"
|
6352 |
|
6353 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:359
|
6354 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:49
|
6355 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
6356 |
msgid "Yes"
|
6357 |
msgstr "Ja"
|
6358 |
|
6359 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:359
|
6360 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:62
|
6361 |
msgid "No"
|
6362 |
msgstr "Nein"
|
6363 |
|
6364 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:431
|
6365 |
msgid "Paid for order notification manually sent to customer."
|
6366 |
msgstr "Bestellung bezahlt manuell an den Kunden versendet."
|
6367 |
|
6368 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:451
|
6369 |
msgid "Order confirmation manually sent to customer."
|
6370 |
msgstr "Bestellbestätigung manuell an den Kunden versendet."
|
6371 |
|
6372 |
# @ woocommerce-germanized
|
6373 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:471
|
6374 |
msgid "Resend order confirmation"
|
6375 |
msgstr "Bestellbestätigung erneut versenden"
|
6376 |
|
6377 |
# @ woocommerce-germanized
|
6378 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:472
|
6379 |
msgid "Send paid for order notification"
|
6380 |
msgstr "Bestellung bezahlt manuell versenden"
|
6381 |
|
6382 |
# @ woocommerce-germanized
|
6383 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:482
|
6384 |
#: woocommerce-germanized/includes/admin/settings/abstract-wc-gzd-settings-tab.php:121
|
6385 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:23
|
6386 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:92
|
6387 |
#: woocommerce-germanized/includes/admin/settings/views/html-admin-settings-tabs.php:9
|
6388 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:27
|
6389 |
msgid "Germanized"
|
6390 |
msgstr "Germanized"
|
6391 |
|
6392 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:496
|
6393 |
msgid "Parcel Delivery Data Transfer:"
|
6394 |
msgstr "Paketdienstleister Datenweitergabe:"
|
6395 |
|
6396 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:497
|
6397 |
msgid "allowed"
|
6398 |
msgstr "akzeptiert"
|
6399 |
|
6400 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:497
|
6401 |
msgid "not allowed"
|
6402 |
msgstr "nicht akzeptiert"
|
6403 |
|
6404 |
# @ woocommerce-germanized
|
6405 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:580
|
6406 |
msgid "Optional Email Content"
|
6407 |
msgstr "Optionaler E-Mail Inhalt"
|
6408 |
|
6409 |
# @ woocommerce-germanized
|
6410 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:598
|
6411 |
msgid "Add content which will be replacing default page content within emails."
|
6412 |
msgstr ""
|
6413 |
"Füllen Sie dieses Feld aus um einen abweichenden E-Mail Anhangstext für "
|
6414 |
"diese Seite zu bestimmen."
|
6415 |
|
6416 |
# @ woocommerce-germanized
|
6417 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:612
|
6418 |
#: woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:164
|
6419 |
msgid "Optional Mini Description"
|
6420 |
msgstr "Warenkorb Kurzbeschreibung"
|
6421 |
|
6422 |
# @ woocommerce-germanized
|
6423 |
+
#: woocommerce-germanized/includes/admin/class-wc-gzd-admin.php:634
|
6424 |
msgid ""
|
6425 |
"This content will be shown as short product description within checkout and "
|
6426 |
"emails."
|
6996 |
msgstr "Button-Lösung"
|
6997 |
|
6998 |
# @ woocommerce-germanized
|
6999 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:45
|
7000 |
msgid "Buy now button"
|
7001 |
msgstr "„Jetzt kaufen“ Button"
|
7002 |
|
7003 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:46
|
7004 |
msgid ""
|
7005 |
"These settings help you comply to the button solution. The buy now button "
|
7006 |
"text is forced and static so that no payment gateway might override it."
|
7010 |
"Zahlungsart den Text überschreiben kann."
|
7011 |
|
7012 |
# @ woocommerce-germanized
|
7013 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:59
|
7014 |
msgid "Product table background"
|
7015 |
msgstr "Produkttabelle Hintergrund"
|
7016 |
|
7017 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:60
|
7018 |
msgid ""
|
7019 |
"The product table within your checkout should be noticeable for your "
|
7020 |
"customers. You might want to choose a different background color for it."
|
7022 |
"Die Produkttabelle in der Kasse sollte für Ihre Kunden klar erkennbar sein. "
|
7023 |
"Fall gewünscht, können Sie eine abweichende Hintergrundfarbe dafür auswählen."
|
7024 |
|
7025 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:78
|
7026 |
msgid "Button Text"
|
7027 |
msgstr "Button-Text"
|
7028 |
|
7029 |
# @ woocommerce-germanized
|
7030 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:79
|
7031 |
msgid "This text serves as Button text for the Order Submit Button."
|
7032 |
msgstr ""
|
7033 |
"Dieser Text wird als Beschriftung für den „Kauf abschließen“ Button "
|
7034 |
"verwendet."
|
7035 |
|
7036 |
# @ woocommerce-germanized
|
7037 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:83
|
7038 |
msgid "Buy Now"
|
7039 |
msgstr "Jetzt kaufen"
|
7040 |
|
7041 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:86
|
7042 |
msgid "Product attributes"
|
7043 |
msgstr "Produktmerkmale"
|
7044 |
|
7045 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:87
|
7046 |
msgid "List all product attributes during cart and checkout."
|
7047 |
msgstr "Listet alle Produkteigenschaften im Warenkorb und in der Kasse auf."
|
7048 |
|
7049 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:91
|
7050 |
msgid ""
|
7051 |
"This option forces WooCommerce to output a list of all product attributes "
|
7052 |
"during cart and checkout."
|
7055 |
"Warenkorb und in der Kasse."
|
7056 |
|
7057 |
# @ woocommerce-germanized
|
7058 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:94
|
7059 |
msgid "Back to cart"
|
7060 |
msgstr "Zurück zum Warenkorb"
|
7061 |
|
7062 |
# @ woocommerce-germanized
|
7063 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:95
|
7064 |
msgid "Add a back to cart button to the checkout table."
|
7065 |
msgstr "„Bestellung bearbeiten“ Button in der Bestellübersicht anzeigen."
|
7066 |
|
7067 |
# @ woocommerce-germanized
|
7068 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:95
|
7069 |
msgid ""
|
7070 |
"This button may let your customer edit their order before submitting. Some "
|
7071 |
"people state that this button should be hidden to avoid legal problems."
|
7077 |
"weitere Informationen abgedruckt werden sollten."
|
7078 |
|
7079 |
# @ woocommerce-germanized
|
7080 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:101
|
7081 |
msgid "Edit data notice"
|
7082 |
msgstr "„Bestellung prüfen“ Hinweis"
|
7083 |
|
7084 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:102
|
7085 |
msgid "Display an edit-your-data notice within checkout."
|
7086 |
msgstr "Zeige einen „Bestellung bearbeiten“ Hinweis in der Kasse an."
|
7087 |
|
7088 |
# @ woocommerce-germanized
|
7089 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:106
|
7090 |
msgid "This notice will be added right before the order comments field."
|
7091 |
msgstr ""
|
7092 |
"Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
|
7093 |
|
7094 |
# @ woocommerce-germanized
|
7095 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:109
|
7096 |
msgid "Product Table Color"
|
7097 |
msgstr "Hintergrund der Tabelle"
|
7098 |
|
7099 |
# @ woocommerce-germanized
|
7100 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:111
|
7101 |
msgid ""
|
7102 |
"Choose the color of your checkout product table. This table should be "
|
7103 |
"highlighted within your checkout page."
|
7106 |
"Tabelle sollte sich farblich vom Rest des Inhalts abheben."
|
7107 |
|
7108 |
# @ woocommerce-germanized
|
7109 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:116
|
7110 |
msgid "Thumbnails"
|
7111 |
msgstr "Thumbnails"
|
7112 |
|
7113 |
# @ woocommerce-germanized
|
7114 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:117
|
7115 |
msgid "Show product thumbnails within checkout table."
|
7116 |
msgstr "Zeige Produktbilder in der Tabelle der Kasse an."
|
7117 |
|
7118 |
# @ woocommerce-germanized
|
7119 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:121
|
7120 |
msgid ""
|
7121 |
"Uncheck if you don't want to show your product thumbnails within checkout "
|
7122 |
"table."
|
7125 |
"zu bekommen."
|
7126 |
|
7127 |
# @ woocommerce-germanized
|
7128 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:124
|
7129 |
msgid "Hide Shipping Select"
|
7130 |
msgstr "Versandarten Auswahl"
|
7131 |
|
7132 |
# @ woocommerce-germanized
|
7133 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:125
|
7134 |
msgid "Hide shipping rate selection from checkout."
|
7135 |
msgstr "Deaktiviere die Auswahl von Versandarten in der Kasse."
|
7136 |
|
7137 |
# @ woocommerce-germanized
|
7138 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:129
|
7139 |
msgid ""
|
7140 |
"This option will hide shipping rate selection from checkout. By then "
|
7141 |
"customers will only be able to change their shipping rate on cart page."
|
7144 |
"Checkout. Kunden können von nun an nur noch über den Warenkorb die "
|
7145 |
"Versandmethode ändern."
|
7146 |
|
7147 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:132
|
7148 |
msgid "Estimated taxes"
|
7149 |
msgstr "Steuern geschätzt"
|
7150 |
|
7151 |
# @ woocommerce-germanized
|
7152 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:133
|
7153 |
msgid "Hide the \"taxes and shipping estimated\" text from the cart."
|
7154 |
msgstr ""
|
7155 |
"Entferne den Hinweis „Versandkosten und Steuern werden geschätzt“ im "
|
7156 |
"Warenkorb."
|
7157 |
|
7158 |
# @ woocommerce-germanized
|
7159 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:137
|
7160 |
msgid ""
|
7161 |
"By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
|
7162 |
"cart. This might puzzle your customers and may not meet german law."
|
7166 |
"Markt geeignet."
|
7167 |
|
7168 |
# @ woocommerce-germanized
|
7169 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:140
|
7170 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:65
|
7171 |
msgid "Fallback Mode"
|
7172 |
msgstr "Fallback Modus"
|
7173 |
|
7174 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:141
|
7175 |
msgid "Force default WooCommerce checkout template."
|
7176 |
msgstr "Standard Kasse-Template erzwingen."
|
7177 |
|
7178 |
# @ woocommerce-germanized
|
7179 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:141
|
7180 |
msgid ""
|
7181 |
"If you are facing problems within your checkout e.g. legally relevant data "
|
7182 |
"is not showing (terms, delivery time, unit price etc.) your theme seems to "
|
7189 |
"aktivieren. Diese Option hindert ihr Theme relevante Templates für den "
|
7190 |
"Checkout (review-order.php und form-checkout.php) zu überschreiben."
|
7191 |
|
7192 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:149
|
7193 |
msgid "Thankyou Page"
|
7194 |
msgstr "Danke-Seite"
|
7195 |
|
7196 |
# @ woocommerce-germanized
|
7197 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:155
|
7198 |
msgid "Information"
|
7199 |
msgstr "Information"
|
7200 |
|
7201 |
# @ woocommerce-germanized
|
7202 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:156
|
7203 |
msgid "Hide product table and customer data on order thankyou page."
|
7204 |
msgstr ""
|
7205 |
"Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
|
7206 |
|
7207 |
# @ woocommerce-germanized
|
7208 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:162
|
7209 |
msgid "Order Success Text"
|
7210 |
msgstr "Bestellung eingegangen"
|
7211 |
|
7212 |
# @ woocommerce-germanized
|
7213 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php:163
|
7214 |
msgid "Choose a custom text to display on order success page."
|
7215 |
msgstr ""
|
7216 |
"Hier können Sie einen individuellen kurzen Text eingeben, der nach der "
|
7304 |
msgid "Manual contract"
|
7305 |
msgstr "Verspäteter Vertragsschluss"
|
7306 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7307 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-doi.php:17
|
7308 |
msgid "Extend the WooCommerce registration process with a double opt in."
|
7309 |
msgstr "Erweitern Sie die WooCommerce Registrierung um einen Double-Opt-In."
|
7447 |
# @ woocommerce-germanized
|
7448 |
# @ woocommerce
|
7449 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-emails.php:187
|
7450 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:230
|
7451 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:137
|
7452 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-customers-controller.php:144
|
7453 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:138
|
7454 |
#: woocommerce-germanized/includes/api/class-wc-gzd-rest-orders-controller.php:145
|
7455 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:600
|
7456 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:613
|
7457 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:244
|
7458 |
#: woocommerce-germanized/includes/class-wc-gzd-customer-helper.php:252
|
7459 |
msgid "Title"
|
7554 |
|
7555 |
# @ woocommerce-germanized
|
7556 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:30
|
7557 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:365
|
7558 |
#: woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:174
|
7559 |
msgid "Legal Pages"
|
7560 |
msgstr "Rechtlich relevante Seiten"
|
7561 |
|
7562 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:31
|
7563 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:144
|
7564 |
msgid "Dispute Resolution"
|
7565 |
msgstr "Streitbeilegung"
|
7566 |
|
7571 |
# @ woocommerce-germanized
|
7572 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:33
|
7573 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:632
|
7574 |
+
#: woocommerce-germanized/src/Shopmarks.php:339
|
7575 |
msgid "Checkout"
|
7576 |
msgstr "Kasse"
|
7577 |
|
7593 |
"Sie <a href=\"%s\" target=\"_blank\">hier</a>."
|
7594 |
|
7595 |
# @ woocommerce-germanized
|
7596 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:52
|
|
|
|
|
|
|
|
|
|
|
|
|
7597 |
msgid "This page should contain your terms & conditions."
|
7598 |
msgstr "Diese Seite sollte Ihre Allgemeinen Geschäftsbedingungen enthalten."
|
7599 |
|
7600 |
# @ woocommerce-germanized
|
7601 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:58
|
7602 |
#, php-format
|
7603 |
msgid "Don't have terms & conditions yet? <a href=\"%s\">Generate now</a>!"
|
7604 |
msgstr "Sie haben noch keine AGB? <a href=\"%s\">Jetzt generieren</a>!"
|
7605 |
|
7606 |
# @ woocommerce-germanized
|
7607 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:62
|
7608 |
msgid ""
|
7609 |
"This page should contain information regarding your customer's Right of "
|
7610 |
"Withdrawal."
|
7614 |
"[revocation_form]"
|
7615 |
|
7616 |
# @ woocommerce-germanized
|
7617 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:68
|
7618 |
#, php-format
|
7619 |
msgid "Don't have a revocation page yet? <a href=\"%s\">Generate now</a>!"
|
7620 |
msgstr ""
|
7621 |
"Sie haben noch keine Widerrufsbelehrung? <a href=\"%s\">Jetzt generieren</a>!"
|
7622 |
|
7623 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:72
|
7624 |
msgid "Send withdrawal to"
|
7625 |
msgstr "Widerruf richten an"
|
7626 |
|
7627 |
# @ woocommerce-germanized
|
7628 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:73
|
7629 |
msgid ""
|
7630 |
"Type in an address, telephone/telefax number, email address which is to be "
|
7631 |
"used as the recipient address of the withdrawal."
|
7634 |
"an die Ihre Kunden ihren Widerruf richten sollen"
|
7635 |
|
7636 |
# @ woocommerce-germanized
|
7637 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:83
|
7638 |
msgid "This page should contain an imprint with your company's information."
|
7639 |
msgstr ""
|
7640 |
"Diese Seite sollte das Impressum d.h. die Informationen (gemäß TMG) zu ihrem "
|
7641 |
"Unternehmen enthalten."
|
7642 |
|
7643 |
# @ woocommerce-germanized
|
7644 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:93
|
7645 |
msgid "This page should contain information regarding your privacy policy."
|
7646 |
msgstr "Diese Seite sollte Ihre Datenschutzerklärung enthalten."
|
7647 |
|
7648 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:98
|
7649 |
+
msgid ""
|
7650 |
+
"Please make sure to place your privacy policy to be directly accessible to "
|
7651 |
+
"the user on the website, e.g. as a link within your footer."
|
7652 |
+
msgstr ""
|
7653 |
+
"Stellen Sie sicher, dass Ihre Datenschutzerklärung für den Besucher der "
|
7654 |
+
"Website unmittelbar erreichbar ist (z.B. Verlinkt im Footer)."
|
7655 |
+
|
7656 |
# @ woocommerce-germanized
|
7657 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:103
|
7658 |
msgid ""
|
7659 |
"This page should contain information regarding the Payment Methods that are "
|
7660 |
"chooseable during checkout."
|
7664 |
"Shortcode: [payment_methods_info]"
|
7665 |
|
7666 |
# @ woocommerce-germanized
|
7667 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:113
|
7668 |
msgid ""
|
7669 |
"This page should contain information regarding shipping methods that are "
|
7670 |
"chooseable during checkout."
|
7672 |
"Diese Seite sollte Informationen zu den von Ihnen zur Verfügung gestellten "
|
7673 |
"Versandarten bereitstellen."
|
7674 |
|
7675 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:138
|
7676 |
msgid ""
|
7677 |
"This status indicates whether your terms & conditions contain the "
|
7678 |
"[gzd_complaints] shortcode which outputs the complaints options chosen from "
|
7684 |
"ausgibt oder nicht. Wenn Sie den Text manuell hinzugefügt haben, können Sie "
|
7685 |
"diesen Status ignorieren."
|
7686 |
|
7687 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:145
|
7688 |
msgid ""
|
7689 |
"You may select whether you are willing, obliged or not willing to "
|
7690 |
"participate in dispute settlement proceeedings before a consumer arbitration "
|
7698 |
"ihrem Impressum platzieren sollten. Trusted Shops rät dazu den Text auch in "
|
7699 |
"den AGB einzufügen."
|
7700 |
|
7701 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:151
|
7702 |
msgid "Not obliged, not willing"
|
7703 |
msgstr "Nicht verpflichtet, nicht bereit"
|
7704 |
|
7705 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:152
|
7706 |
msgid "Not obliged, willing"
|
7707 |
msgstr "Nicht verpflichtet, bereit"
|
7708 |
|
7709 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:153
|
7710 |
msgid "Obliged"
|
7711 |
msgstr "Verpflichtet"
|
7712 |
|
7713 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:157
|
7714 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:166
|
7715 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:175
|
7716 |
msgid "Resolution Text"
|
7717 |
msgstr "Streitbeilegung Text"
|
7718 |
|
7719 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:158
|
7720 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:167
|
7721 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:176
|
7722 |
msgid ""
|
7723 |
"Adapt this example text regarding alternative dispute resolution to your "
|
7724 |
"needs. Text will be added to the [gzd_complaints] Shortcode. You may as well "
|
7729 |
"noch in Ihre AGB integrieren."
|
7730 |
|
7731 |
# @ woocommerce-germanized
|
7732 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:160
|
7733 |
msgid ""
|
7734 |
"The european commission provides a platform for online dispute resolution "
|
7735 |
"(OS) which is accessible at https://ec.europa.eu/consumers/odr. We are not "
|
7742 |
"Verbraucherschlichtungsstelle sind wir nicht verpflichtet und nicht bereit."
|
7743 |
|
7744 |
# @ woocommerce-germanized
|
7745 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:169
|
7746 |
msgid ""
|
7747 |
"The european commission provides a platform for online dispute resolution "
|
7748 |
"(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
|
7754 |
"sind bereit, an einem außergerichtlichen Schlichtungsverfahren teilzunehmen."
|
7755 |
|
7756 |
# @ woocommerce-germanized
|
7757 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:178
|
7758 |
msgid ""
|
7759 |
"The european commission provides a platform for online dispute resolution "
|
7760 |
"(OS) which is accessible at https://ec.europa.eu/consumers/odr. Consumers "
|
7770 |
"Stelle teilzunehmen. Wir werden an einem solchen Verfahren teilnehmen."
|
7771 |
|
7772 |
# @ woocommerce-germanized
|
7773 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:184
|
7774 |
msgid "Shortcode Status"
|
7775 |
msgstr "Shortcode Status"
|
7776 |
|
7777 |
+
# @ woocommerce-germanized
|
7778 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:188
|
7779 |
+
msgid "Found"
|
7780 |
+
msgstr "Eingebunden"
|
7781 |
+
|
7782 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:188
|
7783 |
#, php-format
|
7784 |
msgid "Not found within %s"
|
7785 |
msgstr "Nicht gefunden in: %s"
|
7786 |
|
7787 |
# @ woocommerce-germanized
|
7788 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:188
|
7789 |
msgid "Append it now"
|
7790 |
msgstr "Jetzt hinzufügen"
|
7791 |
|
7792 |
# @ woocommerce-germanized
|
7793 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:207
|
7794 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:388
|
7795 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:143
|
7796 |
msgid "Notice Text"
|
7797 |
msgstr "Hinweistext"
|
7798 |
|
7799 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:208
|
7800 |
msgid ""
|
7801 |
"You may want to adjust the small buisness notice text to meet your criteria."
|
7802 |
msgstr ""
|
7803 |
"Passen Sie hier, falls notwending, den Kleinunternehmer Hinweistext an."
|
7804 |
|
7805 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:215
|
7806 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:348
|
7807 |
msgid ""
|
7808 |
"Value added tax is not collected, as small businesses according to §19 (1) "
|
7809 |
"UStG."
|
7810 |
msgstr "Kein Mehrwertsteuerausweis, da Kleinunternehmer nach §19 (1) UStG."
|
7811 |
|
7812 |
# @ woocommerce-germanized
|
7813 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:231
|
7814 |
msgid "Add a title field to the address within checkout."
|
7815 |
msgstr "Lasse Kunden eine Anrede auswählen."
|
7816 |
|
7817 |
# @ woocommerce-germanized
|
7818 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:237
|
7819 |
msgid "Validate street number"
|
7820 |
msgstr "Hausnummer validieren"
|
7821 |
|
7822 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:238
|
7823 |
msgid "Force the existence of a street number within the first address field."
|
7824 |
msgstr "Hausnummer im ersten Adressfeld verpflichtend abfragen."
|
7825 |
|
7826 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:243
|
7827 |
msgid "Never"
|
7828 |
msgstr "Nie"
|
7829 |
|
7830 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:244
|
7831 |
msgid "Always"
|
7832 |
msgstr "Immer"
|
7833 |
|
7834 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:245
|
7835 |
msgid "Base country only"
|
7836 |
msgstr "Nur Basisland"
|
7837 |
|
7838 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:246
|
7839 |
msgid "EU countries only"
|
7840 |
msgstr "Nur EU-Länder"
|
7841 |
|
7842 |
# @ woocommerce-germanized
|
7843 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:250
|
7844 |
msgid "Disallow cancellations"
|
7845 |
msgstr "Stornierungen verhindern"
|
7846 |
|
7847 |
# @ woocommerce-germanized
|
7848 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:251
|
7849 |
msgid "Don't allow customers to manually cancel orders."
|
7850 |
msgstr "Stornierung von Bestellungen durch den Kunden verhindern."
|
7851 |
|
7852 |
# @ woocommerce-germanized
|
7853 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:251
|
7854 |
msgid ""
|
7855 |
"By default payment methods like PayPal allow order cancellation by clicking "
|
7856 |
"the abort link. This option will stop customers from manually cancel orders."
|
7859 |
"Kunden den Abbrechen-Link verwendet. Diese Option verhindert den manuellen "
|
7860 |
"Abbruch einer Bestellung durch den Kunden."
|
7861 |
|
7862 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:257
|
7863 |
msgid "Disallow gateway choosing"
|
7864 |
msgstr "Wechsel der Zahlungsart"
|
7865 |
|
7866 |
# @ woocommerce-germanized
|
7867 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:258
|
7868 |
msgid "Don't allow customers to change the payment gateway after ordering."
|
7869 |
msgstr ""
|
7870 |
"Wechsel der Zahlungsart nach der Bestellung durch den Kunden verhindern."
|
7871 |
|
7872 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:258
|
7873 |
msgid ""
|
7874 |
"Customers paying through a gateway which allows later payment (e.g. PayPal) "
|
7875 |
"will find a link within their customer account which redirects them to a pay "
|
7888 |
"PayPal weiter."
|
7889 |
|
7890 |
# @ woocommerce-germanized
|
7891 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:264
|
7892 |
msgid "Free shipping"
|
7893 |
msgstr "Kostenloser Versand"
|
7894 |
|
7895 |
# @ woocommerce-germanized
|
7896 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:265
|
7897 |
msgid "Force free shipping method if available."
|
7898 |
msgstr "Erzwinge kostenlosen Versand wenn die Methode zur Verfügung steht."
|
7899 |
|
7900 |
# @ woocommerce-germanized
|
7901 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:265
|
7902 |
msgid ""
|
7903 |
"By default WooCommerce will let customers choose other shipping methods than "
|
7904 |
"free shipping (if available). This option will force free shipping if "
|
7909 |
"Versand, sobald dieser verfügbar ist."
|
7910 |
|
7911 |
# @ woocommerce-germanized
|
7912 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:272
|
7913 |
msgid "Exclude Methods"
|
7914 |
msgstr "Deaktivierte Methoden"
|
7915 |
|
7916 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:281
|
7917 |
msgid ""
|
7918 |
"Optionally choose methods which should be excluded from hiding when free "
|
7919 |
"shipping is available (e.g. express shipping options)."
|
7922 |
"wenn kostenloser Versand verfügbar ist (z.B. Express-Versandmethoden)."
|
7923 |
|
7924 |
# @ woocommerce-germanized
|
7925 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:293
|
7926 |
msgid "Add to Cart"
|
7927 |
msgstr "Zum Warenkorb Button"
|
7928 |
|
7929 |
# @ woocommerce-germanized
|
7930 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:294
|
7931 |
msgid "Show add to cart button on listings."
|
7932 |
msgstr "Zeige den „zum Warenkorb“ Button in Produktlisten an."
|
7933 |
|
7934 |
# @ woocommerce-germanized
|
7935 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:298
|
7936 |
msgid ""
|
7937 |
"unset this option if you don't want to show the add to cart button within "
|
7938 |
"the product listings"
|
7940 |
"Deaktivieren Sie diese Option, wenn Sie den zum Warenkorb Button nicht "
|
7941 |
"innerhalb von Produktauflistungen darstellen möchten"
|
7942 |
|
7943 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:301
|
7944 |
msgid "Link"
|
7945 |
msgstr "Verlinkung"
|
7946 |
|
7947 |
# @ woocommerce-germanized
|
7948 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:302
|
7949 |
msgid "Link to product details page instead of add to cart within listings."
|
7950 |
msgstr ""
|
7951 |
+
"Ersetze den zum-Warenkorb-Link durch einen Link zur Produktseite in "
|
7952 |
"Produktlisten."
|
7953 |
|
7954 |
# @ woocommerce-germanized
|
7955 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:306
|
7956 |
msgid ""
|
7957 |
"Decide whether you like to link to your product's details page instead of "
|
7958 |
"displaying an add to cart button within product listings."
|
7962 |
"einfach diese Option."
|
7963 |
|
7964 |
# @ woocommerce-germanized
|
7965 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:309
|
7966 |
msgid "Product Details Text"
|
7967 |
msgstr "Produktdetails Text"
|
7968 |
|
7969 |
# @ woocommerce-germanized
|
7970 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:311
|
7971 |
msgid "Details"
|
7972 |
msgstr "Details"
|
7973 |
|
7974 |
# @ woocommerce-germanized
|
7975 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:316
|
7976 |
msgid ""
|
7977 |
"If you have chosen to link to product details page instead of add to cart "
|
7978 |
"URL you may want to change the button text."
|
7982 |
"einen Button-Text vergeben."
|
7983 |
|
7984 |
# @ woocommerce-germanized
|
7985 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:337
|
7986 |
msgid "Overview"
|
7987 |
msgstr "Übersicht"
|
7988 |
|
7989 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:338
|
7990 |
msgid ""
|
7991 |
"You can always return to the settings overview by navigating through the "
|
7992 |
"breadcrumb navigation."
|
7995 |
"indem Sie die Breadcrumb-Navigation nutzten."
|
7996 |
|
7997 |
# @ woocommerce-germanized
|
7998 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:351
|
7999 |
msgid "Sections"
|
8000 |
msgstr "Rubriken"
|
8001 |
|
8002 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:352
|
8003 |
msgid ""
|
8004 |
"Each setting tab might have sub sections containing more specific options."
|
8005 |
msgstr ""
|
8006 |
"Jeder Tab kann weitere Unterbereiche mit spezifischen Optionen beinhalten."
|
8007 |
|
8008 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-general.php:366
|
8009 |
msgid ""
|
8010 |
"Adjust legal pages e.g. terms and conditions. These pages are used to add "
|
8011 |
"links within checkboxes and text attachments to emails."
|
8098 |
"erhalten Sie professionellen Support."
|
8099 |
|
8100 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:22
|
8101 |
+
#: woocommerce-germanized/includes/admin/views/setup/dhl.php:10
|
8102 |
+
msgid "DHL"
|
8103 |
+
msgstr "DHL"
|
8104 |
+
|
8105 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:22
|
8106 |
+
msgid "Deutsche Post"
|
8107 |
+
msgstr "Deutsche Post"
|
8108 |
+
|
8109 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:38
|
8110 |
msgid "Manage your shipping provider integrations."
|
8111 |
msgstr "Integrationen für Versanddienstleister verwalten."
|
8112 |
|
8113 |
+
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php:49
|
8114 |
+
#, php-format
|
8115 |
+
msgid "Manage your shipping provider integrations, e.g. for %s."
|
8116 |
+
msgstr "Verwalte die Versanddienstleister-Integration, z.B. für %s."
|
|
|
8117 |
|
8118 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:20
|
8119 |
msgid ""
|
8302 |
# @ woocommerce-germanized
|
8303 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:320
|
8304 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:382
|
8305 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:277
|
8306 |
msgid "Shipping Costs"
|
8307 |
msgstr "Versandkosten"
|
8308 |
|
8351 |
"Platzhalter für den höchsten Preis."
|
8352 |
|
8353 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:376
|
8354 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:965
|
8355 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:969
|
8356 |
msgid "{min_price} – {max_price}"
|
8357 |
msgstr "{min_price} – {max_price}"
|
8358 |
|
8577 |
|
8578 |
# @ woocommerce-germanized
|
8579 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:575
|
8580 |
+
#: woocommerce-germanized/src/Shopmarks.php:334
|
8581 |
msgid "Single Product"
|
8582 |
+
msgstr "Produktseite"
|
8583 |
|
8584 |
# @ woocommerce-germanized
|
8585 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:576
|
8586 |
msgid "Show price labels on single product page."
|
8587 |
+
msgstr "Zeige Preishinweise auf der Produktseite."
|
8588 |
|
8589 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-shopmarks.php:583
|
8590 |
msgid "Loop"
|
8610 |
|
8611 |
# @ woocommerce-germanized
|
8612 |
#: woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-tab-taxes.php:30
|
8613 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:484
|
8614 |
msgid "VAT"
|
8615 |
msgstr "Umsatzsteuer"
|
8616 |
|
9192 |
msgid "Learn how to update outdated templates"
|
9193 |
msgstr "Erfahren Sie, wie Sie veraltete Templates aktualisieren"
|
9194 |
|
|
|
|
|
|
|
|
|
9195 |
#: woocommerce-germanized/includes/admin/views/setup/dhl.php:12
|
9196 |
msgid ""
|
9197 |
"Want to easily ship your orders via DHL? Enable our deep DHL integration and "
|
9611 |
"Vielen Dank. Wir haben Ihren Widerruf erhalten. Sie bekommen in Kürze eine E-"
|
9612 |
"Mail mit Ihren Daten als Bestätigung."
|
9613 |
|
9614 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:150
|
9615 |
msgid ""
|
9616 |
"Please check the street field and make sure to provide a valid street number."
|
9617 |
msgstr ""
|
9618 |
"Bitte prüfen Sie die Angabe der Straße und stellen Sie sicher, dass Ihre "
|
9619 |
"Hausnummer angegeben wurde."
|
9620 |
|
9621 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:274
|
9622 |
msgid ""
|
9623 |
"Sorry, but differential taxed products cannot be purchased with normal "
|
9624 |
"products at the same time."
|
9626 |
"Entschuldigung, differenzbesteuerte Produkte können nicht gemeinsam mit "
|
9627 |
"normalen Produkten gekauft werden."
|
9628 |
|
9629 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:280
|
9630 |
msgid ""
|
9631 |
"Sorry, but normal products cannot be purchased together with differential "
|
9632 |
"taxed products at the same time."
|
9635 |
"differenzbesteuerten Produkten gekauft werden."
|
9636 |
|
9637 |
# @ woocommerce-germanized
|
9638 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1027
|
9639 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:51
|
9640 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:637
|
9641 |
msgid "Mr."
|
9642 |
msgstr "Herr"
|
9643 |
|
9644 |
# @ woocommerce-germanized
|
9645 |
+
#: woocommerce-germanized/includes/class-wc-gzd-checkout.php:1028
|
9646 |
msgctxt "customer-title-male-address"
|
9647 |
msgid "Mr."
|
9648 |
msgstr "Herrn"
|
9882 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:104
|
9883 |
msgid ""
|
9884 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
9885 |
+
"and Conditions{/term_link} and {revocation_link}Cancellation Policy{/"
|
9886 |
+
"revocation_link}."
|
|
|
9887 |
msgstr ""
|
9888 |
"Mit Ihrer Bestellung erklären Sie sich mit unseren {term_link}Allgemeinen "
|
9889 |
+
"Geschäftsbedingungen{/term_link} und {revocation_link}Widerrufsbestimmungen{/"
|
9890 |
+
"revocation_link} einverstanden."
|
|
|
9891 |
|
9892 |
# @ woocommerce-germanized
|
9893 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:105
|
9894 |
msgid ""
|
9895 |
"To complete the order you have to accept to our {term_link}Terms and "
|
9896 |
+
"Conditions{/term_link} and {revocation_link}Cancellation Policy{/"
|
9897 |
+
"revocation_link}."
|
|
|
9898 |
msgstr ""
|
9899 |
"Bitte akzeptieren Sie unsere {term_link}Allgemeinen Geschäftsbedingungen{/"
|
9900 |
+
"term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
|
|
|
9901 |
|
9902 |
# @ woocommerce-germanized
|
9903 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:111
|
9906 |
|
9907 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:112
|
9908 |
msgid ""
|
9909 |
+
"General legal checkbox which shall include terms and cancellation policy."
|
9910 |
+
msgstr "Allg. Checkbox die AGB und Widerrufsbelehrung enthalten sollte."
|
|
|
|
|
|
|
9911 |
|
9912 |
# @ woocommerce-germanized
|
9913 |
#: woocommerce-germanized/includes/class-wc-gzd-legal-checkbox-manager.php:120
|
10390 |
msgid "Visible during checkout"
|
10391 |
msgstr "Im Checkout anzeigen"
|
10392 |
|
10393 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:32
|
10394 |
msgctxt "revocation-form"
|
10395 |
msgid "Withdrawal"
|
10396 |
msgstr "Widerruf"
|
10397 |
|
10398 |
# @ woocommerce-germanized
|
10399 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:34
|
10400 |
msgctxt "revocation-form"
|
10401 |
msgid "Tip: Delete whatever entry does not apply, and provide, as needed"
|
10402 |
msgstr "Hinweis: Bitte Unzutreffendes streichen und um Ihren Text ergänzen"
|
10403 |
|
10404 |
# @ woocommerce-germanized
|
10405 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:35
|
10406 |
msgctxt "revocation-form"
|
10407 |
msgid ""
|
10408 |
"I/We hereby give notice that I/We withdraw from my/our contract of sale of "
|
10412 |
"den Kauf der folgenden Waren / die Erbringung der folgenden Dienstleistung: "
|
10413 |
|
10414 |
# @ woocommerce-germanized
|
10415 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:39
|
10416 |
msgctxt "revocation-form"
|
10417 |
msgid "Received"
|
10418 |
msgstr "Erhalten am"
|
10419 |
|
10420 |
# @ woocommerce-germanized
|
10421 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:43
|
10422 |
msgctxt "revocation-form"
|
10423 |
msgid "Order Date"
|
10424 |
msgstr "Datum der Bestellung"
|
10425 |
|
10426 |
# @ woocommerce-germanized
|
10427 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:45
|
10428 |
msgctxt "revocation-form"
|
10429 |
msgid "Customer Data"
|
10430 |
msgstr "Kundeninformationen"
|
10431 |
|
10432 |
# @ woocommerce-germanized
|
10433 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:48
|
10434 |
msgctxt "revocation-form"
|
10435 |
msgid "Title"
|
10436 |
msgstr "Anrede"
|
10437 |
|
10438 |
# @ woocommerce-germanized
|
10439 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:52
|
10440 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:638
|
10441 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:656
|
10442 |
msgid "Ms."
|
10443 |
msgstr "Frau"
|
10444 |
|
10445 |
# @ woocommerce-germanized
|
10446 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:57
|
10447 |
msgctxt "revocation-form"
|
10448 |
msgid "First Name"
|
10449 |
msgstr "Vorname"
|
10450 |
|
10451 |
# @ woocommerce-germanized
|
10452 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:62
|
10453 |
msgctxt "revocation-form"
|
10454 |
msgid "Last Name"
|
10455 |
msgstr "Nachname"
|
10456 |
|
10457 |
# @ woocommerce-germanized
|
10458 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:67
|
10459 |
msgctxt "revocation-form"
|
10460 |
msgid "Street"
|
10461 |
msgstr "Straße"
|
10462 |
|
10463 |
# @ woocommerce-germanized
|
10464 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:72
|
10465 |
msgctxt "revocation-form"
|
10466 |
msgid "Postal Code"
|
10467 |
msgstr "Postleitzahl"
|
10468 |
|
10469 |
# @ woocommerce-germanized
|
10470 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:77
|
10471 |
msgctxt "revocation-form"
|
10472 |
msgid "City"
|
10473 |
msgstr "Stadt"
|
10474 |
|
10475 |
# @ woocommerce-germanized
|
10476 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:82
|
10477 |
msgctxt "revocation-form"
|
10478 |
msgid "Country"
|
10479 |
msgstr "Land"
|
10480 |
|
10481 |
# @ woocommerce-germanized
|
10482 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:88
|
10483 |
msgctxt "revocation-form"
|
10484 |
msgid "Mail"
|
10485 |
msgstr "E-Mail Adresse"
|
10486 |
|
10487 |
+
#: woocommerce-germanized/includes/class-wc-gzd-revocation.php:104
|
10488 |
#, php-format
|
10489 |
msgctxt "revocation-form"
|
10490 |
msgid ""
|
10491 |
+
"Please accept our <a href=\"%s\" target=\"_blank\">Privacy Policy</a> so "
|
10492 |
"that we can process your inquiry."
|
10493 |
msgstr ""
|
10494 |
"Bitte akzeptieren Sie unsere <a href=\"%s\" target=\"_blank"
|
11400 |
"term_link}, {revocation_link}Widerrufsbestimmungen{/revocation_link} und "
|
11401 |
"{data_security_link}Datenschutzbestimmungen{/data_security_link}."
|
11402 |
|
11403 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:224
|
11404 |
msgid ">= 12 years"
|
11405 |
msgstr ">= 12 Jahre"
|
11406 |
|
11407 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:225
|
11408 |
msgid ">= 16 years"
|
11409 |
msgstr ">= 16 Jahre"
|
11410 |
|
11411 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:226
|
11412 |
msgid ">= 18 years"
|
11413 |
msgstr ">= 18 Jahre"
|
11414 |
|
11415 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:227
|
11416 |
msgid ">= 21 years"
|
11417 |
msgstr ">= 21 Jahre"
|
11418 |
|
11419 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:228
|
11420 |
msgid ">= 25 years"
|
11421 |
msgstr ">= 25 Jahre"
|
11422 |
|
11423 |
# @ woocommerce-germanized
|
11424 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:233
|
11425 |
msgctxt "age"
|
11426 |
msgid "None"
|
11427 |
msgstr "Keines"
|
11428 |
|
11429 |
# @ woocommerce-germanized
|
11430 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:484
|
11431 |
#, php-format
|
11432 |
msgid "%s%% VAT"
|
11433 |
msgstr "%s %% MwSt."
|
11434 |
|
11435 |
# @ woocommerce-germanized
|
11436 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:636
|
11437 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:663
|
11438 |
msgctxt "title-option"
|
11439 |
msgid "None"
|
11440 |
msgstr "Keine"
|
11441 |
|
11442 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:639
|
11443 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:663
|
11444 |
msgid "Mx"
|
11445 |
msgstr "Divers"
|
11446 |
|
11447 |
# @ woocommerce-germanized
|
11448 |
+
#: woocommerce-germanized/includes/wc-gzd-core-functions.php:926
|
11449 |
msgid "More variants available"
|
11450 |
msgstr "Weitere Varianten verfügbar"
|
11451 |
|
11498 |
msgstr "Das Germanized %s Paket fehlt"
|
11499 |
|
11500 |
# @ woocommerce-germanized
|
11501 |
+
#: woocommerce-germanized/src/Shopmarks.php:335
|
11502 |
msgid "Single Product (Grouped)"
|
11503 |
+
msgstr "Produktseite (Gruppen)"
|
11504 |
|
11505 |
# @ woocommerce-germanized
|
11506 |
+
#: woocommerce-germanized/src/Shopmarks.php:336
|
11507 |
msgid "Product Loop"
|
11508 |
msgstr "Produktlisten"
|
11509 |
|
11510 |
+
#: woocommerce-germanized/src/Shopmarks.php:337
|
11511 |
msgid "Cart"
|
11512 |
msgstr "Warenkorb"
|
11513 |
|
11514 |
+
#: woocommerce-germanized/src/Shopmarks.php:338
|
11515 |
msgid "Mini Cart"
|
11516 |
msgstr "Warenkorb Dropdown"
|
11517 |
|
11518 |
+
# @ woocommerce-germanized
|
11519 |
+
#: woocommerce-germanized/src/Shopmarks.php:340
|
11520 |
+
msgid "Order"
|
11521 |
+
msgstr "Bestellung"
|
11522 |
+
|
11523 |
+
#: woocommerce-germanized/src/Shopmarks.php:354
|
11524 |
msgid "Summary"
|
11525 |
msgstr "Übersicht"
|
11526 |
|
11527 |
+
#: woocommerce-germanized/src/Shopmarks.php:359
|
11528 |
msgid "Meta"
|
11529 |
msgstr "Produktmeta"
|
11530 |
|
11531 |
+
#: woocommerce-germanized/src/Shopmarks.php:364
|
11532 |
+
#: woocommerce-germanized/src/Shopmarks.php:491
|
11533 |
msgid "After Meta"
|
11534 |
msgstr "Produktmeta - nachher"
|
11535 |
|
11536 |
# @ woocommerce-germanized
|
11537 |
+
#: woocommerce-germanized/src/Shopmarks.php:369
|
11538 |
msgid "Before add to cart"
|
11539 |
msgstr "Zum Warenkorb - vorher"
|
11540 |
|
11541 |
# @ woocommerce-germanized
|
11542 |
+
#: woocommerce-germanized/src/Shopmarks.php:374
|
11543 |
msgid "After add to cart"
|
11544 |
msgstr "Zum Warenkorb - nachher"
|
11545 |
|
11546 |
+
#: woocommerce-germanized/src/Shopmarks.php:379
|
11547 |
msgid "After Summary"
|
11548 |
msgstr "Übersicht - nachher"
|
11549 |
|
11550 |
+
#: woocommerce-germanized/src/Shopmarks.php:386
|
11551 |
msgid "Price Column"
|
11552 |
msgstr "Spalte - Preis"
|
11553 |
|
11554 |
+
#: woocommerce-germanized/src/Shopmarks.php:391
|
11555 |
msgid "Label Column"
|
11556 |
msgstr "Spalte - Beschriftung"
|
11557 |
|
11558 |
+
#: woocommerce-germanized/src/Shopmarks.php:396
|
11559 |
msgid "Quantity Column"
|
11560 |
msgstr "Spalte - Anzahl"
|
11561 |
|
11562 |
+
#: woocommerce-germanized/src/Shopmarks.php:403
|
11563 |
msgid "After Item Title"
|
11564 |
msgstr "Produkttitel - nachher"
|
11565 |
|
11566 |
+
#: woocommerce-germanized/src/Shopmarks.php:408
|
11567 |
msgid "Before Item Title"
|
11568 |
msgstr "Produkttitel - vorher"
|
11569 |
|
11570 |
# @ woocommerce-germanized
|
11571 |
# @ woocommerce
|
11572 |
+
#: woocommerce-germanized/src/Shopmarks.php:413
|
11573 |
msgid "Item Title"
|
11574 |
msgstr "Produkttitel"
|
11575 |
|
11576 |
+
#: woocommerce-germanized/src/Shopmarks.php:418
|
11577 |
msgid "After Item"
|
11578 |
msgstr "Produkt - nachher"
|
11579 |
|
11580 |
# @ woocommerce-germanized
|
11581 |
+
#: woocommerce-germanized/src/Shopmarks.php:425
|
11582 |
+
#: woocommerce-germanized/src/Shopmarks.php:447
|
11583 |
msgid "Item Price"
|
11584 |
msgstr "Produktpreis"
|
11585 |
|
11586 |
# @ woocommerce-germanized
|
11587 |
+
#: woocommerce-germanized/src/Shopmarks.php:430
|
11588 |
+
#: woocommerce-germanized/src/Shopmarks.php:452
|
11589 |
+
#: woocommerce-germanized/src/Shopmarks.php:464
|
11590 |
+
#: woocommerce-germanized/src/Shopmarks.php:481
|
11591 |
msgid "Item Name"
|
11592 |
msgstr "Produkttitel"
|
11593 |
|
11594 |
+
#: woocommerce-germanized/src/Shopmarks.php:435
|
11595 |
msgid "After Item Name"
|
11596 |
msgstr "Titel - nachher"
|
11597 |
|
11598 |
+
#: woocommerce-germanized/src/Shopmarks.php:440
|
11599 |
+
#: woocommerce-germanized/src/Shopmarks.php:459
|
11600 |
+
#: woocommerce-germanized/src/Shopmarks.php:476
|
11601 |
msgid "Subtotal"
|
11602 |
msgstr "Zwischensumme"
|
11603 |
|
11604 |
+
#: woocommerce-germanized/src/Shopmarks.php:469
|
11605 |
+
#: woocommerce-germanized/src/Shopmarks.php:486
|
11606 |
msgid "After Item Quantity"
|
11607 |
msgstr "Anzahl - nachher"
|
11608 |
|
11609 |
# @ woocommerce-germanized
|
11610 |
+
#: woocommerce-germanized/src/Shopmarks.php:517
|
11611 |
+
#: woocommerce-germanized/src/Shopmarks.php:523
|
11612 |
+
#: woocommerce-germanized/src/Shopmarks.php:529
|
11613 |
+
#: woocommerce-germanized/src/Shopmarks.php:536
|
11614 |
+
#: woocommerce-germanized/src/Shopmarks.php:542
|
11615 |
+
#: woocommerce-germanized/src/Shopmarks.php:548
|
11616 |
+
#: woocommerce-germanized/src/Shopmarks.php:554
|
11617 |
msgctxt "shopmark"
|
11618 |
msgid "Unit Price"
|
11619 |
msgstr "Grundpreis"
|
11620 |
|
11621 |
# @ woocommerce-germanized
|
11622 |
+
#: woocommerce-germanized/src/Shopmarks.php:518
|
11623 |
+
#: woocommerce-germanized/src/Shopmarks.php:524
|
11624 |
+
#: woocommerce-germanized/src/Shopmarks.php:530
|
11625 |
+
#: woocommerce-germanized/src/Shopmarks.php:538
|
11626 |
+
#: woocommerce-germanized/src/Shopmarks.php:544
|
11627 |
+
#: woocommerce-germanized/src/Shopmarks.php:550
|
11628 |
+
#: woocommerce-germanized/src/Shopmarks.php:556
|
11629 |
msgctxt "shopmark"
|
11630 |
msgid "Delivery Time"
|
11631 |
msgstr "Lieferzeiten"
|
11632 |
|
11633 |
# @ woocommerce-germanized
|
11634 |
+
#: woocommerce-germanized/src/Shopmarks.php:519
|
11635 |
+
#: woocommerce-germanized/src/Shopmarks.php:525
|
11636 |
msgctxt "shopmark"
|
11637 |
msgid "General"
|
11638 |
msgstr "Allgemein"
|
11639 |
|
11640 |
# @ woocommerce-germanized
|
11641 |
+
#: woocommerce-germanized/src/Shopmarks.php:520
|
11642 |
+
#: woocommerce-germanized/src/Shopmarks.php:526
|
11643 |
+
#: woocommerce-germanized/src/Shopmarks.php:533
|
11644 |
+
#: woocommerce-germanized/src/Shopmarks.php:537
|
11645 |
+
#: woocommerce-germanized/src/Shopmarks.php:543
|
11646 |
+
#: woocommerce-germanized/src/Shopmarks.php:549
|
11647 |
+
#: woocommerce-germanized/src/Shopmarks.php:555
|
11648 |
msgctxt "shopmark"
|
11649 |
msgid "Product Units"
|
11650 |
msgstr "Produkteinheiten"
|
11651 |
|
11652 |
# @ woocommerce-germanized
|
11653 |
+
#: woocommerce-germanized/src/Shopmarks.php:531
|
11654 |
msgctxt "shopmark"
|
11655 |
msgid "Tax"
|
11656 |
msgstr "Steuer"
|
11657 |
|
11658 |
# @ woocommerce-germanized
|
11659 |
+
#: woocommerce-germanized/src/Shopmarks.php:532
|
11660 |
msgctxt "shopmark"
|
11661 |
msgid "Shipping Costs"
|
11662 |
msgstr "Versandkosten"
|
11663 |
|
11664 |
# @ woocommerce-germanized
|
11665 |
+
#: woocommerce-germanized/src/Shopmarks.php:539
|
11666 |
+
#: woocommerce-germanized/src/Shopmarks.php:545
|
11667 |
+
#: woocommerce-germanized/src/Shopmarks.php:551
|
11668 |
+
#: woocommerce-germanized/src/Shopmarks.php:557
|
11669 |
msgctxt "shopmark"
|
11670 |
msgid "Cart Description"
|
11671 |
msgstr "Warenkorb Beschreibung"
|
13084 |
msgid "https://vendidero.de"
|
13085 |
msgstr "https://vendidero.de"
|
13086 |
|
13087 |
+
# @ woocommerce-germanized
|
13088 |
+
#~ msgid "Please choose a page as your privacy policy first."
|
13089 |
+
#~ msgstr "Bitte hinterlegen Sie zuerst eine Datenschutzerklärung."
|
13090 |
+
|
13091 |
+
#~ msgid "Not found within label."
|
13092 |
+
#~ msgstr "Nicht gefunden in der Beschriftung."
|
13093 |
+
|
13094 |
+
#~ msgid "Adjust label"
|
13095 |
+
#~ msgstr "Beschriftung anpassen"
|
13096 |
+
|
13097 |
+
#~ msgid ""
|
13098 |
+
#~ "e.g. include your privacy policy: {data_security_page}Privacy Policy{/"
|
13099 |
+
#~ "data_security_page}"
|
13100 |
+
#~ msgstr ""
|
13101 |
+
#~ "z.B.: Datenschutz-Seite einbinden: {data_security_page}"
|
13102 |
+
#~ "Datenschutzbestimmungen{/data_security_page}"
|
13103 |
+
|
13104 |
+
# @ woocommerce-germanized
|
13105 |
+
#~ msgid "Policy Status"
|
13106 |
+
#~ msgstr "Datenschutz Status"
|
13107 |
+
|
13108 |
+
#~ msgid ""
|
13109 |
+
#~ "This option shows whether you have already embedded your privacy policy "
|
13110 |
+
#~ "within your legal text."
|
13111 |
+
#~ msgstr ""
|
13112 |
+
#~ "Diese Option gibt Aufschluss darüber, ob Sie die Datenschutzerklärung "
|
13113 |
+
#~ "korrekt in den rechtlichen Hinweistext integriert haben."
|
13114 |
+
|
13115 |
+
# @ woocommerce-germanized
|
13116 |
+
#, php-format
|
13117 |
+
#~ msgid "Checkbox status: %s"
|
13118 |
+
#~ msgstr "Checkbox-Status: %s"
|
13119 |
+
|
13120 |
+
#~ msgid ""
|
13121 |
+
#~ "Manage your shipping provider integrations, e.g. for DHL & Deutsche Post."
|
13122 |
+
#~ msgstr ""
|
13123 |
+
#~ "Verwalte die Versanddienstleister-Integration, z.B. für DHL & Deutsche "
|
13124 |
+
#~ "Post."
|
13125 |
+
|
13126 |
#~ msgctxt "dhl"
|
13127 |
#~ msgid "Preferred Day"
|
13128 |
#~ msgstr "Wunschtag"
|
includes/admin/class-wc-gzd-admin-legal-checkboxes.php
CHANGED
@@ -22,10 +22,6 @@ class WC_GZD_Admin_Legal_Checkboxes {
|
|
22 |
}
|
23 |
|
24 |
public function __construct() {
|
25 |
-
add_filter( "woocommerce_gzd_legal_checkbox_terms_fields_before_titles", array(
|
26 |
-
$this,
|
27 |
-
'additional_terms_fields'
|
28 |
-
), 10, 2 );
|
29 |
add_filter( "woocommerce_gzd_legal_checkbox_age_verification_fields_before_titles", array(
|
30 |
$this,
|
31 |
'additional_age_verification_fields'
|
@@ -44,25 +40,6 @@ class WC_GZD_Admin_Legal_Checkboxes {
|
|
44 |
), 10, 2 );
|
45 |
}
|
46 |
|
47 |
-
public function get_terms_policy_status_html() {
|
48 |
-
$manager = WC_GZD_Legal_Checkbox_Manager::instance();
|
49 |
-
$checkbox = $manager->get_checkbox( 'terms' );
|
50 |
-
|
51 |
-
if ( ! $checkbox ) {
|
52 |
-
return;
|
53 |
-
}
|
54 |
-
|
55 |
-
$is_privacy_policy_inserted = false;
|
56 |
-
|
57 |
-
$legal_text = $checkbox->get_label( true );
|
58 |
-
|
59 |
-
if ( $legal_text && strpos( $legal_text, '{data_security_link}' ) !== false ) {
|
60 |
-
$is_privacy_policy_inserted = true;
|
61 |
-
}
|
62 |
-
|
63 |
-
return '<p>' . ( wc_get_page_id( 'data_security' ) == - 1 ? '<span class="wc-gzd-status-text wc-gzd-text-red">' . __( 'Please choose a page as your privacy policy first.', 'woocommerce-germanized' ) . '</span>' : '<span class="wc-gzd-status-text wc-gzd-text-' . ( $is_privacy_policy_inserted ? 'green' : 'red' ) . '"> ' . ( $is_privacy_policy_inserted ? __( 'Found', 'woocommerce-germanized' ) : __( 'Not found within label.', 'woocommerce-germanized' ) ) . '</span> ' . ( ! $is_privacy_policy_inserted ? '<a class="button button-secondary" style="margin-left: 1em" href="' . admin_url( 'admin.php?page=wc-settings&tab=germanized§ion=checkboxes&checkbox_id=terms#woocommerce_gzd_legal_checkboxes_settings_terms_label' ) . '">' . __( 'Adjust label', 'woocommerce-germanized' ) . '</a></p>' : '' ) );
|
64 |
-
}
|
65 |
-
|
66 |
public function additional_age_verification_fields( $fields, $checkbox ) {
|
67 |
$fields = WC_GZD_Admin::instance()->insert_setting_after( $fields, $checkbox->get_form_field_id( 'is_enabled' ), array(
|
68 |
array(
|
@@ -77,27 +54,6 @@ class WC_GZD_Admin_Legal_Checkboxes {
|
|
77 |
return $fields;
|
78 |
}
|
79 |
|
80 |
-
public function additional_terms_fields( $fields, $checkbox ) {
|
81 |
-
|
82 |
-
foreach ( $fields as $key => $field ) {
|
83 |
-
if ( isset( $field['id'] ) && $checkbox->get_form_field_id( 'label' ) === $field['id'] ) {
|
84 |
-
$fields[ $key ]['desc'] = $field['desc'] . '<span class="gzd-small-desc">' . __( 'e.g. include your privacy policy: {data_security_page}Privacy Policy{/data_security_page}', 'woocommerce-germanized' ) . '</span>';
|
85 |
-
}
|
86 |
-
}
|
87 |
-
|
88 |
-
$fields = WC_GZD_Admin::instance()->insert_setting_after( $fields, $checkbox->get_form_field_id( 'is_enabled' ), array(
|
89 |
-
array(
|
90 |
-
'title' => __( 'Policy Status', 'woocommerce-germanized' ),
|
91 |
-
'id' => 'woocommerce_gzd_privacy_policy_status',
|
92 |
-
'type' => 'html',
|
93 |
-
'desc_tip' => __( 'This option shows whether you have already embedded your privacy policy within your legal text.', 'woocommerce-germanized' ),
|
94 |
-
'html' => $this->get_terms_policy_status_html( $checkbox ),
|
95 |
-
)
|
96 |
-
) );
|
97 |
-
|
98 |
-
return $fields;
|
99 |
-
}
|
100 |
-
|
101 |
public function additional_service_fields( $fields, $checkbox ) {
|
102 |
$fields = array_merge( $fields, array(
|
103 |
array(
|
22 |
}
|
23 |
|
24 |
public function __construct() {
|
|
|
|
|
|
|
|
|
25 |
add_filter( "woocommerce_gzd_legal_checkbox_age_verification_fields_before_titles", array(
|
26 |
$this,
|
27 |
'additional_age_verification_fields'
|
40 |
), 10, 2 );
|
41 |
}
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
public function additional_age_verification_fields( $fields, $checkbox ) {
|
44 |
$fields = WC_GZD_Admin::instance()->insert_setting_after( $fields, $checkbox->get_form_field_id( 'is_enabled' ), array(
|
45 |
array(
|
54 |
return $fields;
|
55 |
}
|
56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
public function additional_service_fields( $fields, $checkbox ) {
|
58 |
$fields = array_merge( $fields, array(
|
59 |
array(
|
includes/admin/class-wc-gzd-admin-provider-dpd.php
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
use Vendidero\Germanized\Shipments\ShippingProvider\Simple;
|
3 |
+
|
4 |
+
defined( 'ABSPATH' ) || exit;
|
5 |
+
|
6 |
+
class WC_GZD_Admin_Provider_DPD extends Simple {
|
7 |
+
|
8 |
+
public function get_edit_link( $section = '' ) {
|
9 |
+
return 'https://vendidero.de/woocommerce-germanized/features';
|
10 |
+
}
|
11 |
+
|
12 |
+
public function get_name( $context = 'view' ) {
|
13 |
+
return '_dpd';
|
14 |
+
}
|
15 |
+
|
16 |
+
public function get_description( $context = 'view' ) {
|
17 |
+
return __( 'Create DPD labels and return labels conveniently', 'woocommerce-germanized' );
|
18 |
+
}
|
19 |
+
|
20 |
+
public function get_title( $context = 'view' ) {
|
21 |
+
return __( 'DPD', 'woocommerce-germanized' ) . ' ' . '<span class="wc-gzd-pro wc-gzd-pro-outlined">' . __( 'pro', 'woocommerce-germanized' ) . '</span>';
|
22 |
+
}
|
23 |
+
|
24 |
+
public function is_manual_integration() {
|
25 |
+
return false;
|
26 |
+
}
|
27 |
+
|
28 |
+
public function is_pro() {
|
29 |
+
return true;
|
30 |
+
}
|
31 |
+
|
32 |
+
public function is_activated() {
|
33 |
+
return false;
|
34 |
+
}
|
35 |
+
|
36 |
+
public function activate() {
|
37 |
+
return false;
|
38 |
+
}
|
39 |
+
|
40 |
+
public function get_help_link() {
|
41 |
+
return 'https://vendidero.de/woocommerce-germanized/features';
|
42 |
+
}
|
43 |
+
|
44 |
+
public function save() {
|
45 |
+
return false;
|
46 |
+
}
|
47 |
+
}
|
includes/admin/class-wc-gzd-admin-setup-wizard.php
CHANGED
@@ -184,20 +184,42 @@ if ( ! class_exists( 'WC_GZD_Admin_Setup_Wizard' ) ) :
|
|
184 |
array( 'type' => 'sectionend', 'id' => 'setting_options' ),
|
185 |
);
|
186 |
} elseif( 'shipping_provider' === $step ) {
|
187 |
-
|
|
|
|
|
188 |
if ( $provider->is_manual_integration() ) {
|
189 |
continue;
|
190 |
}
|
191 |
|
|
|
|
|
192 |
$settings = array_merge( $settings, array(
|
193 |
array( 'title' => '', 'type' => 'title', 'desc' => '', 'id' => 'shipping_provider_' . $provider->get_name() ),
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
array( 'type' => 'sectionend', 'id' => 'shipping_provider_' . $provider->get_name() ),
|
202 |
) );
|
203 |
}
|
184 |
array( 'type' => 'sectionend', 'id' => 'setting_options' ),
|
185 |
);
|
186 |
} elseif( 'shipping_provider' === $step ) {
|
187 |
+
$providers = apply_filters( 'woocommerce_gzd_shipment_admin_provider_list', wc_gzd_get_shipping_providers() );
|
188 |
+
|
189 |
+
foreach( $providers as $provider ) {
|
190 |
if ( $provider->is_manual_integration() ) {
|
191 |
continue;
|
192 |
}
|
193 |
|
194 |
+
$title_clean = strip_tags( preg_replace( "/>.*?</s", "><", $provider->get_title() ) );
|
195 |
+
|
196 |
$settings = array_merge( $settings, array(
|
197 |
array( 'title' => '', 'type' => 'title', 'desc' => '', 'id' => 'shipping_provider_' . $provider->get_name() ),
|
198 |
+
) );
|
199 |
+
|
200 |
+
if ( $provider->is_pro() && ! WC_germanized()->is_pro() ) {
|
201 |
+
$settings = array_merge( $settings, array(
|
202 |
+
array(
|
203 |
+
'title' => $title_clean,
|
204 |
+
'id' => 'woocommerce_gzd_' . $provider->get_name() . '_activate',
|
205 |
+
'default' => wc_bool_to_string( $provider->is_activated() ),
|
206 |
+
'type' => 'html',
|
207 |
+
'html' => '<p><span class="status-disabled" style="display: inline-block; vertical-align: middle; margin-right: 3px;"></span> ' . sprintf( __( 'Upgrade to %s to activate %s integration.', 'woocommerce-germanized' ), '<a href="https://vendidero.de/woocommerce-germanized#upgrade" class="wc-gzd-pro wc-gzd-pro-outlined" target="_blank" rel="noreferrer">pro</a>', $title_clean ) . '</p>',
|
208 |
+
)
|
209 |
+
) );
|
210 |
+
} else {
|
211 |
+
$settings = array_merge( $settings, array(
|
212 |
+
array(
|
213 |
+
'title' => $title_clean,
|
214 |
+
'desc' => sprintf( __( 'Enable %s integration', 'woocommerce-germanized' ), $provider->get_title() ),
|
215 |
+
'id' => 'woocommerce_gzd_' . $provider->get_name() . '_activate',
|
216 |
+
'default' => wc_bool_to_string( $provider->is_activated() ),
|
217 |
+
'type' => 'gzd_toggle',
|
218 |
+
)
|
219 |
+
) );
|
220 |
+
}
|
221 |
+
|
222 |
+
$settings = array_merge( $settings, array(
|
223 |
array( 'type' => 'sectionend', 'id' => 'shipping_provider_' . $provider->get_name() ),
|
224 |
) );
|
225 |
}
|
includes/admin/class-wc-gzd-admin-welcome.php
CHANGED
@@ -102,7 +102,7 @@ class WC_GZD_Admin_Welcome {
|
|
102 |
$major_version = substr( WC_germanized()->version, 0, 3 );
|
103 |
?>
|
104 |
<style>
|
105 |
-
.wc-gzd-admin-welcome-hide-pro .wc-germanized-welcome-pro {
|
106 |
display: none;
|
107 |
}
|
108 |
</style>
|
@@ -129,30 +129,32 @@ class WC_GZD_Admin_Welcome {
|
|
129 |
|
130 |
<p class="woocommerce-actions wc-gzd-actions">
|
131 |
<a href="<?php echo admin_url( 'admin.php?page=wc-settings&tab=germanized' ); ?>" target="_blank"
|
132 |
-
class="button button-primary">Einstellungen</a>
|
133 |
<a href="<?php echo admin_url( 'admin.php?page=wc-settings&tab=germanized&tutorial=yes' ); ?>"
|
134 |
-
target="_blank" class="button button-primary">Tutorial</a>
|
135 |
<a href="https://vendidero.de/woocommerce-germanized#upgrade" target="_blank" class="button wc-gzd-button wc-germanized-welcome-pro">Upgrade
|
136 |
-
zur <span class="wc-gzd-pro">pro</span> Version</a>
|
137 |
</p>
|
138 |
|
139 |
<div class="changelog new-feature">
|
140 |
-
<h3>
|
141 |
|
142 |
<div class="columns two-col">
|
143 |
<div class="col col-center">
|
144 |
-
<img src="<?php echo WC_germanized()->plugin_url(); ?>/assets/images/
|
145 |
</div>
|
146 |
<div class="col">
|
147 |
<p>
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
</p>
|
152 |
|
153 |
-
<div class="wc-gzd-actions">
|
154 |
-
<a href="
|
155 |
-
<a href="https://vendidero.de/
|
|
|
|
|
156 |
</div>
|
157 |
</div>
|
158 |
</div>
|
@@ -171,23 +173,18 @@ class WC_GZD_Admin_Welcome {
|
|
171 |
Mit dem Dokumenten-Editor in Germanized Pro baust du deine Belege individuell auf. Über die Google Fonts Integration suchst du dir eine passende Schriftart für dein PDF Dokument aus. Auch die Tabelle der Positionen einer Rechnung kannst du individuell gestalten.
|
172 |
Wähle aus welche Spalten, mit welcher Breite und welcher Bezeichnung angezeigt werden sollen. Damit hast du die volle Kontrolle.
|
173 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
</div>
|
175 |
<div class="col col-center">
|
176 |
<img src="<?php echo WC_germanized()->plugin_url(); ?>/assets/images/edit-pdf-documents.png"/>
|
177 |
</div>
|
178 |
</div>
|
179 |
-
|
180 |
-
<div class="wc-germanized-welcome-pro">
|
181 |
-
<a href="https://vendidero.de/woocommerce-germanized" target="_blank"
|
182 |
-
class="button button-primary wc-gzd-button"><span class="wc-gzd-pro">pro</span> Version
|
183 |
-
entdecken</a>
|
184 |
-
<p class="price smaller">ab 69 € inkl. MwSt. - inkl. 1 Jahr Updates & Premium
|
185 |
-
Support!</p>
|
186 |
-
</div>
|
187 |
-
|
188 |
-
<div class="wc-gzd-actions">
|
189 |
-
<a href="https://vendidero.de/germanized-pro-3-0" class="button button-primary" target="_blank">Mehr erfahren</a>
|
190 |
-
</div>
|
191 |
</div>
|
192 |
|
193 |
<div class="changelog new-feature">
|
@@ -203,15 +200,12 @@ class WC_GZD_Admin_Welcome {
|
|
203 |
Mit der Integration von lexoffice könnt ihr eure Belege ganz einfach per API übertragen. Auf Wunsch geht das auch vollautomatisch, d.h. Germanized
|
204 |
überträgt eure Belege nach Erzeugung automatisch an lexoffice. Verringert euren Zeitaufwand bei der Buchhaltung mit Germanized Pro und lexoffice.
|
205 |
</p>
|
206 |
-
</div>
|
207 |
-
</div>
|
208 |
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
Support!</p>
|
215 |
</div>
|
216 |
</div>
|
217 |
|
@@ -225,23 +219,20 @@ class WC_GZD_Admin_Welcome {
|
|
225 |
sevDesk Integration könnt ihr eure Belege, auf Wunsch vollautomatisch, per API an sevDesk übertragen. Optional
|
226 |
habt ihr in den sevDesk Einstellungen die Möglichkeit, falls möglich, die Rechnung direkt mit einer konkreten Transaktion zu verknüpfen.
|
227 |
</p>
|
|
|
|
|
|
|
|
|
|
|
228 |
</div>
|
229 |
<div class="col col-center">
|
230 |
<img src="<?php echo WC_germanized()->plugin_url(); ?>/assets/images/sevdesk.png"/>
|
231 |
</div>
|
232 |
</div>
|
233 |
-
|
234 |
-
<div class="wc-germanized-welcome-pro">
|
235 |
-
<a href="https://vendidero.de/woocommerce-germanized" target="_blank"
|
236 |
-
class="button button-primary wc-gzd-button"><span class="wc-gzd-pro">pro</span> Version
|
237 |
-
entdecken</a>
|
238 |
-
<p class="price smaller">ab 69 € inkl. MwSt. - inkl. 1 Jahr Updates & Premium
|
239 |
-
Support!</p>
|
240 |
-
</div>
|
241 |
</div>
|
242 |
|
243 |
<div class="changelog">
|
244 |
-
<h3>Weitere Neuigkeiten in Germanized
|
245 |
|
246 |
<div class="three-col columns">
|
247 |
<div class="col">
|
@@ -260,7 +251,7 @@ class WC_GZD_Admin_Welcome {
|
|
260 |
</p>
|
261 |
</div>
|
262 |
<div class="col">
|
263 |
-
<h4><span class="dashicons dashicons-admin-tools"></span> Under the
|
264 |
<p>
|
265 |
Unter der Haube hat sich einiges in Germanized 3.0 verändert. Germanized unterstützt von nun
|
266 |
an nur noch WooCommerce ab Version 3. Damit konnten einige, veraltete Legacy-Bestandteile
|
102 |
$major_version = substr( WC_germanized()->version, 0, 3 );
|
103 |
?>
|
104 |
<style>
|
105 |
+
.wc-gzd-admin-welcome-hide-pro .wc-germanized-welcome-pro, .wc-gzd-admin-welcome-hide-pro .wc-gzd-pro-version {
|
106 |
display: none;
|
107 |
}
|
108 |
</style>
|
129 |
|
130 |
<p class="woocommerce-actions wc-gzd-actions">
|
131 |
<a href="<?php echo admin_url( 'admin.php?page=wc-settings&tab=germanized' ); ?>" target="_blank"
|
132 |
+
class="wc-gzd-default-button button button-primary">Einstellungen</a>
|
133 |
<a href="<?php echo admin_url( 'admin.php?page=wc-settings&tab=germanized&tutorial=yes' ); ?>"
|
134 |
+
target="_blank" class="wc-gzd-default-button button button-primary">Tutorial</a>
|
135 |
<a href="https://vendidero.de/woocommerce-germanized#upgrade" target="_blank" class="button wc-gzd-button wc-germanized-welcome-pro">Upgrade
|
136 |
+
zur <span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version</a>
|
137 |
</p>
|
138 |
|
139 |
<div class="changelog new-feature">
|
140 |
+
<h3>Neu: DPD Labels zu Sendungen erstellen <span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span></h3>
|
141 |
|
142 |
<div class="columns two-col">
|
143 |
<div class="col col-center">
|
144 |
+
<img src="<?php echo WC_germanized()->plugin_url(); ?>/assets/images/dpd.png" style="max-width: 450px;"/>
|
145 |
</div>
|
146 |
<div class="col">
|
147 |
<p>
|
148 |
+
Neben DHL und Deutsche Post bietet Germanized Pro nun eine weitere, automatische Integration des Versanddienstleisters DPD an. Über die DPD Schnittstelle könnt ihr
|
149 |
+
bequem Labels zu Sendungen und Retouren erstellen. Selbstverständlich greifen auch hier die vielfältigen Möglichkeiten der Automatisierung, d.h. ihr könnt von
|
150 |
+
der Erstellung der Sendungen und Zuordnung der passenden Verpackung bis hin zur Label-Erstellung via DPD euren Versandprozess bestmöglich automatisieren.
|
151 |
</p>
|
152 |
|
153 |
+
<div class="wc-gzd-actions wc-gzd-actions-right">
|
154 |
+
<a href="https://vendidero.de/woocommerce-germanized" target="_blank" class="wc-gzd-pro-version button button-primary wc-gzd-button"><span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version entdecken</a>
|
155 |
+
<a href="https://vendidero.de/dokument/dpd-integration-einrichten" class="wc-gzd-default-button button button-primary" target="_blank">Mehr erfahren</a>
|
156 |
+
|
157 |
+
<p class="price smaller wc-gzd-pro-version">ab 69 € inkl. MwSt. - inkl. 1 Jahr Updates & Premium Support!</p>
|
158 |
</div>
|
159 |
</div>
|
160 |
</div>
|
173 |
Mit dem Dokumenten-Editor in Germanized Pro baust du deine Belege individuell auf. Über die Google Fonts Integration suchst du dir eine passende Schriftart für dein PDF Dokument aus. Auch die Tabelle der Positionen einer Rechnung kannst du individuell gestalten.
|
174 |
Wähle aus welche Spalten, mit welcher Breite und welcher Bezeichnung angezeigt werden sollen. Damit hast du die volle Kontrolle.
|
175 |
</p>
|
176 |
+
|
177 |
+
<div class="wc-gzd-actions">
|
178 |
+
<a href="https://vendidero.de/woocommerce-germanized" target="_blank" class="wc-gzd-pro-version button button-primary wc-gzd-button"><span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version entdecken</a>
|
179 |
+
<a href="https://vendidero.de/germanized-pro-3-0" class="wc-gzd-default-button button button-primary" target="_blank">Mehr erfahren</a>
|
180 |
+
|
181 |
+
<p class="price smaller wc-gzd-pro-version">ab 69 € inkl. MwSt. - inkl. 1 Jahr Updates & Premium Support!</p>
|
182 |
+
</div>
|
183 |
</div>
|
184 |
<div class="col col-center">
|
185 |
<img src="<?php echo WC_germanized()->plugin_url(); ?>/assets/images/edit-pdf-documents.png"/>
|
186 |
</div>
|
187 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
</div>
|
189 |
|
190 |
<div class="changelog new-feature">
|
200 |
Mit der Integration von lexoffice könnt ihr eure Belege ganz einfach per API übertragen. Auf Wunsch geht das auch vollautomatisch, d.h. Germanized
|
201 |
überträgt eure Belege nach Erzeugung automatisch an lexoffice. Verringert euren Zeitaufwand bei der Buchhaltung mit Germanized Pro und lexoffice.
|
202 |
</p>
|
|
|
|
|
203 |
|
204 |
+
<div class="wc-gzd-actions wc-gzd-actions-right">
|
205 |
+
<a href="https://vendidero.de/woocommerce-germanized" target="_blank" class="wc-gzd-pro-version button button-primary wc-gzd-button"><span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version entdecken</a>
|
206 |
+
<p class="price smaller wc-gzd-pro-version">ab 69 € inkl. MwSt. - inkl. 1 Jahr Updates & Premium Support!</p>
|
207 |
+
</div>
|
208 |
+
</div>
|
|
|
209 |
</div>
|
210 |
</div>
|
211 |
|
219 |
sevDesk Integration könnt ihr eure Belege, auf Wunsch vollautomatisch, per API an sevDesk übertragen. Optional
|
220 |
habt ihr in den sevDesk Einstellungen die Möglichkeit, falls möglich, die Rechnung direkt mit einer konkreten Transaktion zu verknüpfen.
|
221 |
</p>
|
222 |
+
|
223 |
+
<div class="wc-gzd-actions">
|
224 |
+
<a href="https://vendidero.de/woocommerce-germanized" target="_blank" class="wc-gzd-pro-version button button-primary wc-gzd-button"><span class="wc-gzd-pro wc-gzd-pro-outlined">pro</span> Version entdecken</a>
|
225 |
+
<p class="price smaller wc-gzd-pro-version">ab 69 € inkl. MwSt. - inkl. 1 Jahr Updates & Premium Support!</p>
|
226 |
+
</div>
|
227 |
</div>
|
228 |
<div class="col col-center">
|
229 |
<img src="<?php echo WC_germanized()->plugin_url(); ?>/assets/images/sevdesk.png"/>
|
230 |
</div>
|
231 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
232 |
</div>
|
233 |
|
234 |
<div class="changelog">
|
235 |
+
<h3>Weitere Neuigkeiten in Germanized <?php echo $major_version; ?></h3>
|
236 |
|
237 |
<div class="three-col columns">
|
238 |
<div class="col">
|
251 |
</p>
|
252 |
</div>
|
253 |
<div class="col">
|
254 |
+
<h4><span class="dashicons dashicons-admin-tools"></span> Under the Hood</h4>
|
255 |
<p>
|
256 |
Unter der Haube hat sich einiges in Germanized 3.0 verändert. Germanized unterstützt von nun
|
257 |
an nur noch WooCommerce ab Version 3. Damit konnten einige, veraltete Legacy-Bestandteile
|
includes/admin/class-wc-gzd-admin.php
CHANGED
@@ -95,9 +95,23 @@ class WC_GZD_Admin {
|
|
95 |
|
96 |
add_action( 'woocommerce_oss_enabled_oss_procedure', array( $this, 'oss_enable_hide_tax_percentage' ), 10 );
|
97 |
|
|
|
|
|
98 |
$this->wizward = require 'class-wc-gzd-admin-setup-wizard.php';
|
99 |
}
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
public function oss_enable_hide_tax_percentage() {
|
102 |
update_option( 'woocommerce_gzd_hide_tax_rate_shop', 'yes' );
|
103 |
}
|
95 |
|
96 |
add_action( 'woocommerce_oss_enabled_oss_procedure', array( $this, 'oss_enable_hide_tax_percentage' ), 10 );
|
97 |
|
98 |
+
add_filter( 'woocommerce_gzd_shipment_admin_provider_list', array( $this, 'maybe_register_shipping_providers' ), 10 );
|
99 |
+
|
100 |
$this->wizward = require 'class-wc-gzd-admin-setup-wizard.php';
|
101 |
}
|
102 |
|
103 |
+
/**
|
104 |
+
* @param \Vendidero\Germanized\Shipments\Interfaces\ShippingProvider $providers
|
105 |
+
*/
|
106 |
+
public function maybe_register_shipping_providers( $providers ) {
|
107 |
+
if ( ! WC_germanized()->is_pro() && in_array( \Vendidero\Germanized\Shipments\Package::get_base_country(), array( 'DE', 'AT' ) ) ) {
|
108 |
+
$dpd = new WC_GZD_Admin_Provider_DPD();
|
109 |
+
$providers['_dpd'] = $dpd;
|
110 |
+
}
|
111 |
+
|
112 |
+
return $providers;
|
113 |
+
}
|
114 |
+
|
115 |
public function oss_enable_hide_tax_percentage() {
|
116 |
update_option( 'woocommerce_gzd_hide_tax_rate_shop', 'yes' );
|
117 |
}
|
includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php
CHANGED
@@ -112,7 +112,7 @@ class WC_Germanized_Meta_Box_Product_Data_Variable {
|
|
112 |
value="yes" <?php checked( 'yes', $gzd_product->get_unit_price_auto( 'edit' ) ? 'yes' : 'no' ); ?> />
|
113 |
<span class="description">
|
114 |
<span class="wc-gzd-premium-desc"><?php echo __( 'Calculate unit prices automatically', 'woocommerce-germanized' ); ?></span>
|
115 |
-
<a href="https://vendidero.de/woocommerce-germanized#upgrade" target="_blank" class="wc-gzd-pro">pro</a>
|
116 |
</span>
|
117 |
</p>
|
118 |
<p class="form-row form-row-first">
|
112 |
value="yes" <?php checked( 'yes', $gzd_product->get_unit_price_auto( 'edit' ) ? 'yes' : 'no' ); ?> />
|
113 |
<span class="description">
|
114 |
<span class="wc-gzd-premium-desc"><?php echo __( 'Calculate unit prices automatically', 'woocommerce-germanized' ); ?></span>
|
115 |
+
<a href="https://vendidero.de/woocommerce-germanized#upgrade" target="_blank" class="wc-gzd-pro wc-gzd-pro-outlined">pro</a>
|
116 |
</span>
|
117 |
</p>
|
118 |
<p class="form-row form-row-first">
|
includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php
CHANGED
@@ -246,7 +246,7 @@ class WC_Germanized_Meta_Box_Product_Data {
|
|
246 |
woocommerce_wp_checkbox( array(
|
247 |
'id' => '_unit_price_auto',
|
248 |
'label' => __( 'Calculation', 'woocommerce-germanized' ),
|
249 |
-
'description' => '<span class="wc-gzd-premium-desc">' . __( 'Calculate unit prices automatically.', 'woocommerce-germanized' ) . '</span> <a href="https://vendidero.de/woocommerce-germanized#upgrade" target="_blank" class="wc-gzd-pro">pro</a>'
|
250 |
) );
|
251 |
woocommerce_wp_text_input( array(
|
252 |
'id' => '_unit_price_regular',
|
246 |
woocommerce_wp_checkbox( array(
|
247 |
'id' => '_unit_price_auto',
|
248 |
'label' => __( 'Calculation', 'woocommerce-germanized' ),
|
249 |
+
'description' => '<span class="wc-gzd-premium-desc">' . __( 'Calculate unit prices automatically.', 'woocommerce-germanized' ) . '</span> <a href="https://vendidero.de/woocommerce-germanized#upgrade" target="_blank" class="wc-gzd-pro wc-gzd-pro-outlined">pro</a>'
|
250 |
) );
|
251 |
woocommerce_wp_text_input( array(
|
252 |
'id' => '_unit_price_regular',
|
includes/admin/settings/class-wc-gzd-settings-tab-button-solution.php
CHANGED
@@ -25,6 +25,10 @@ class WC_GZD_Settings_Tab_Button_Solution extends WC_GZD_Settings_Tab {
|
|
25 |
return 'button_solution';
|
26 |
}
|
27 |
|
|
|
|
|
|
|
|
|
28 |
public function get_pointers() {
|
29 |
$current = $this->get_current_section();
|
30 |
$pointers = array();
|
25 |
return 'button_solution';
|
26 |
}
|
27 |
|
28 |
+
public function get_help_link() {
|
29 |
+
return 'https://vendidero.de/dokument/umsetzung-der-button-loesung-im-woocommerce-checkout';
|
30 |
+
}
|
31 |
+
|
32 |
public function get_pointers() {
|
33 |
$current = $this->get_current_section();
|
34 |
$pointers = array();
|
includes/admin/settings/class-wc-gzd-settings-tab-general.php
CHANGED
@@ -44,8 +44,6 @@ class WC_GZD_Settings_Tab_General extends WC_GZD_Settings_Tab {
|
|
44 |
}
|
45 |
|
46 |
protected function get_legal_page_settings() {
|
47 |
-
$additional_data_privacy_info = sprintf( __( 'Checkbox status: %s', 'woocommerce-germanized' ), WC_GZD_Admin_Legal_Checkboxes::instance()->get_terms_policy_status_html() );
|
48 |
-
|
49 |
return array(
|
50 |
array( 'title' => '', 'type' => 'title', 'id' => 'legal_page_options' ),
|
51 |
|
@@ -97,8 +95,8 @@ class WC_GZD_Settings_Tab_General extends WC_GZD_Settings_Tab {
|
|
97 |
'type' => 'single_select_page',
|
98 |
'default' => '',
|
99 |
'class' => 'wc-enhanced-select-nostd',
|
100 |
-
'
|
101 |
-
'
|
102 |
),
|
103 |
array(
|
104 |
'title' => __( 'Payment Methods', 'woocommerce-germanized' ),
|
44 |
}
|
45 |
|
46 |
protected function get_legal_page_settings() {
|
|
|
|
|
47 |
return array(
|
48 |
array( 'title' => '', 'type' => 'title', 'id' => 'legal_page_options' ),
|
49 |
|
95 |
'type' => 'single_select_page',
|
96 |
'default' => '',
|
97 |
'class' => 'wc-enhanced-select-nostd',
|
98 |
+
'desc' => '<div class="wc-gzd-additional-desc">' . sprintf( __( 'Please make sure to place your privacy policy to be directly accessible to the user on the website, e.g. as a link within your footer.', 'woocommerce-germanized' ) ) . '</div>',
|
99 |
+
'css' => 'min-width:300px;'
|
100 |
),
|
101 |
array(
|
102 |
'title' => __( 'Payment Methods', 'woocommerce-germanized' ),
|
includes/admin/settings/class-wc-gzd-settings-tab-oss.php
CHANGED
@@ -44,4 +44,12 @@ class WC_GZD_Settings_Tab_OSS extends WC_GZD_Settings_Tab {
|
|
44 |
|
45 |
parent::before_save( $settings, $current_section );
|
46 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
}
|
44 |
|
45 |
parent::before_save( $settings, $current_section );
|
46 |
}
|
47 |
+
|
48 |
+
public function is_enabled() {
|
49 |
+
if ( \Vendidero\OneStopShop\Package::oss_procedure_is_enabled() || \Vendidero\OneStopShop\Package::enable_auto_observer() ) {
|
50 |
+
return true;
|
51 |
+
}
|
52 |
+
|
53 |
+
return false;
|
54 |
+
}
|
55 |
}
|
includes/admin/settings/class-wc-gzd-settings-tab-shipping-provider.php
CHANGED
@@ -15,14 +15,38 @@ use Vendidero\Germanized\Shipments\Admin\ProviderSettings;
|
|
15 |
*/
|
16 |
class WC_GZD_Settings_Tab_Shipping_Provider extends WC_GZD_Settings_Tab {
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
public function get_description() {
|
19 |
$desc = ProviderSettings::get_description();
|
20 |
|
21 |
if ( empty( $_GET['provider'] ) ) {
|
|
|
|
|
22 |
$desc = __( 'Manage your shipping provider integrations.', 'woocommerce-germanized' );
|
23 |
|
24 |
-
if (
|
25 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
}
|
27 |
}
|
28 |
|
15 |
*/
|
16 |
class WC_GZD_Settings_Tab_Shipping_Provider extends WC_GZD_Settings_Tab {
|
17 |
|
18 |
+
protected function get_available_providers() {
|
19 |
+
$providers = array();
|
20 |
+
|
21 |
+
if ( class_exists( '\Vendidero\Germanized\DHL\Package' ) && \Vendidero\Germanized\DHL\Package::has_dependencies() ) {
|
22 |
+
$providers = array( __( 'DHL', 'woocommerce-germanized' ), __( 'Deutsche Post', 'woocommerce-germanized' ) );
|
23 |
+
}
|
24 |
+
|
25 |
+
if ( in_array( \Vendidero\Germanized\Shipments\Package::get_base_country(), array( 'DE', 'AT' ) ) ) {
|
26 |
+
$providers[] = __( 'DPD', 'woocommerce-germanized' ) . '<span class="wc-gzd-pro wc-gzd-pro-outlined">' . __( 'pro', 'woocommerce-germanized' ) . '</span>';
|
27 |
+
}
|
28 |
+
|
29 |
+
return $providers;
|
30 |
+
}
|
31 |
+
|
32 |
public function get_description() {
|
33 |
$desc = ProviderSettings::get_description();
|
34 |
|
35 |
if ( empty( $_GET['provider'] ) ) {
|
36 |
+
$provider_available = $this->get_available_providers();
|
37 |
+
|
38 |
$desc = __( 'Manage your shipping provider integrations.', 'woocommerce-germanized' );
|
39 |
|
40 |
+
if ( ! empty( $provider_available ) ) {
|
41 |
+
$provider_list = implode( ', ', $provider_available );
|
42 |
+
|
43 |
+
$pos = strrpos( $provider_list, ', ' );
|
44 |
+
|
45 |
+
if( $pos !== false ) {
|
46 |
+
$provider_list = substr_replace( $provider_list, ' & ', $pos, strlen(', ') );
|
47 |
+
}
|
48 |
+
|
49 |
+
$desc = sprintf( __( 'Manage your shipping provider integrations, e.g. for %s.', 'woocommerce-germanized' ), trim( $provider_list ) );
|
50 |
}
|
51 |
}
|
52 |
|
includes/class-wc-gzd-checkout.php
CHANGED
@@ -70,6 +70,7 @@ class WC_GZD_Checkout {
|
|
70 |
*/
|
71 |
add_filter( 'woocommerce_cart_totals_get_fees_from_cart_taxes', array( $this, 'adjust_fee_taxes' ), 100, 3 );
|
72 |
add_filter( 'woocommerce_package_rates', array( $this, 'adjust_shipping_taxes' ), 100, 2 );
|
|
|
73 |
add_filter( 'oss_shipping_costs_include_taxes', array( $this, 'shipping_costs_include_taxes' ), 10 );
|
74 |
add_filter( 'woocommerce_cart_tax_totals', array( $this, 'fix_cart_shipping_tax_rounding' ), 100, 2 );
|
75 |
|
@@ -732,6 +733,27 @@ class WC_GZD_Checkout {
|
|
732 |
return array();
|
733 |
}
|
734 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
735 |
/**
|
736 |
* Tell the OSS package that shipping costs include tax for improved compatibility.
|
737 |
*
|
70 |
*/
|
71 |
add_filter( 'woocommerce_cart_totals_get_fees_from_cart_taxes', array( $this, 'adjust_fee_taxes' ), 100, 3 );
|
72 |
add_filter( 'woocommerce_package_rates', array( $this, 'adjust_shipping_taxes' ), 100, 2 );
|
73 |
+
add_filter( 'woocommerce_shipping_method_add_rate_args', array( $this, 'maybe_remove_default_shipping_taxes' ), 500, 2 );
|
74 |
add_filter( 'oss_shipping_costs_include_taxes', array( $this, 'shipping_costs_include_taxes' ), 10 );
|
75 |
add_filter( 'woocommerce_cart_tax_totals', array( $this, 'fix_cart_shipping_tax_rounding' ), 100, 2 );
|
76 |
|
733 |
return array();
|
734 |
}
|
735 |
|
736 |
+
/**
|
737 |
+
* @param $args
|
738 |
+
* @param WC_Shipping_Method $method
|
739 |
+
*
|
740 |
+
* @return mixed
|
741 |
+
*/
|
742 |
+
public function maybe_remove_default_shipping_taxes( $args, $method ) {
|
743 |
+
/**
|
744 |
+
* Prevent shipping methods from individually calculating taxes (e.g. as per custom incl/excl tax settings)
|
745 |
+
* as Germanized handles tax calculation globally for all shipping methods.
|
746 |
+
*/
|
747 |
+
if ( wc_gzd_enable_additional_costs_split_tax_calculation() ) {
|
748 |
+
if ( ! empty( $args['taxes'] ) && apply_filters( 'woocommerce_gzd_disable_custom_shipping_method_tax_calculation', true, $method ) ) {
|
749 |
+
$args['cost'] = $args['cost'] + array_sum( $args['taxes'] );
|
750 |
+
$args['taxes'] = '';
|
751 |
+
}
|
752 |
+
}
|
753 |
+
|
754 |
+
return $args;
|
755 |
+
}
|
756 |
+
|
757 |
/**
|
758 |
* Tell the OSS package that shipping costs include tax for improved compatibility.
|
759 |
*
|
includes/class-wc-gzd-emails.php
CHANGED
@@ -990,17 +990,17 @@ class WC_GZD_Emails {
|
|
990 |
}
|
991 |
|
992 |
public function remove_order_email_filters() {
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
|
|
|
|
997 |
|
998 |
-
// Remove actions and filters from template hooks
|
999 |
-
remove_filter( 'woocommerce_order_formatted_line_subtotal', 'wc_gzd_cart_product_unit_price', wc_gzd_get_hook_priority( 'order_product_unit_price' ) );
|
1000 |
remove_action( 'woocommerce_thankyou', 'woocommerce_gzd_template_order_item_hooks', 0 );
|
1001 |
remove_action( 'before_woocommerce_pay', 'woocommerce_gzd_template_order_item_hooks', 10 );
|
1002 |
|
1003 |
-
//
|
1004 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_differential_taxation_mark', wc_gzd_get_hook_priority( 'email_product_differential_taxation' ) );
|
1005 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_units', wc_gzd_get_hook_priority( 'email_product_units' ) );
|
1006 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_delivery_time', wc_gzd_get_hook_priority( 'email_product_delivery_time' ) );
|
990 |
}
|
991 |
|
992 |
public function remove_order_email_filters() {
|
993 |
+
/**
|
994 |
+
* Remove order shopmarks
|
995 |
+
*/
|
996 |
+
foreach ( wc_gzd_get_order_shopmarks() as $shopmark ) {
|
997 |
+
$shopmark->remove();
|
998 |
+
}
|
999 |
|
|
|
|
|
1000 |
remove_action( 'woocommerce_thankyou', 'woocommerce_gzd_template_order_item_hooks', 0 );
|
1001 |
remove_action( 'before_woocommerce_pay', 'woocommerce_gzd_template_order_item_hooks', 10 );
|
1002 |
|
1003 |
+
// Remove order email filters
|
1004 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_differential_taxation_mark', wc_gzd_get_hook_priority( 'email_product_differential_taxation' ) );
|
1005 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_units', wc_gzd_get_hook_priority( 'email_product_units' ) );
|
1006 |
remove_filter( 'woocommerce_order_item_name', 'wc_gzd_cart_product_delivery_time', wc_gzd_get_hook_priority( 'email_product_delivery_time' ) );
|
includes/class-wc-gzd-legal-checkbox-manager.php
CHANGED
@@ -101,15 +101,15 @@ class WC_GZD_Legal_Checkbox_Manager {
|
|
101 |
'html_wrapper_classes' => array( 'legal' ),
|
102 |
'hide_input' => false,
|
103 |
'label_args' => $this->get_legal_label_args(),
|
104 |
-
'label' => __( 'With your order, you agree to have read and understood our {term_link}Terms and Conditions{/term_link}
|
105 |
-
'error_message' => __( 'To complete the order you have to accept to our {term_link}Terms and Conditions{/term_link}
|
106 |
'is_mandatory' => true,
|
107 |
'priority' => 0,
|
108 |
'template_name' => 'checkout/terms.php',
|
109 |
'template_args' => array( 'gzd_checkbox' => true ),
|
110 |
'is_core' => true,
|
111 |
'admin_name' => __( 'Legal', 'woocommerce-germanized' ),
|
112 |
-
'admin_desc' => __( 'General legal checkbox which shall include terms
|
113 |
'locations' => array( 'checkout' ),
|
114 |
) );
|
115 |
|
@@ -193,7 +193,7 @@ class WC_GZD_Legal_Checkbox_Manager {
|
|
193 |
'label' => __( 'Yes, I’d like create a new account and have read and understood the {data_security_link}data privacy statement{/data_security_link}.', 'woocommerce-germanized' ),
|
194 |
'label_args' => $this->get_legal_label_args(),
|
195 |
'is_mandatory' => true,
|
196 |
-
'is_enabled' =>
|
197 |
'error_message' => __( 'Please accept our privacy policy to create a new customer account', 'woocommerce-germanized' ),
|
198 |
'is_core' => true,
|
199 |
'is_shown' => true,
|
101 |
'html_wrapper_classes' => array( 'legal' ),
|
102 |
'hide_input' => false,
|
103 |
'label_args' => $this->get_legal_label_args(),
|
104 |
+
'label' => __( 'With your order, you agree to have read and understood our {term_link}Terms and Conditions{/term_link} and {revocation_link}Cancellation Policy{/revocation_link}.', 'woocommerce-germanized' ),
|
105 |
+
'error_message' => __( 'To complete the order you have to accept to our {term_link}Terms and Conditions{/term_link} and {revocation_link}Cancellation Policy{/revocation_link}.', 'woocommerce-germanized' ),
|
106 |
'is_mandatory' => true,
|
107 |
'priority' => 0,
|
108 |
'template_name' => 'checkout/terms.php',
|
109 |
'template_args' => array( 'gzd_checkbox' => true ),
|
110 |
'is_core' => true,
|
111 |
'admin_name' => __( 'Legal', 'woocommerce-germanized' ),
|
112 |
+
'admin_desc' => __( 'General legal checkbox which shall include terms and cancellation policy.', 'woocommerce-germanized' ),
|
113 |
'locations' => array( 'checkout' ),
|
114 |
) );
|
115 |
|
193 |
'label' => __( 'Yes, I’d like create a new account and have read and understood the {data_security_link}data privacy statement{/data_security_link}.', 'woocommerce-germanized' ),
|
194 |
'label_args' => $this->get_legal_label_args(),
|
195 |
'is_mandatory' => true,
|
196 |
+
'is_enabled' => false,
|
197 |
'error_message' => __( 'Please accept our privacy policy to create a new customer account', 'woocommerce-germanized' ),
|
198 |
'is_core' => true,
|
199 |
'is_shown' => true,
|
includes/class-wc-gzd-revocation.php
CHANGED
@@ -25,9 +25,8 @@ class WC_GZD_Revocation {
|
|
25 |
* @param array $fields The fields for the form.
|
26 |
*
|
27 |
* @since 1.0.0
|
28 |
-
*
|
29 |
*/
|
30 |
-
|
31 |
'content' => array(
|
32 |
'type' => 'textarea',
|
33 |
'label' => _x( 'Withdrawal', 'revocation-form', 'woocommerce-germanized' ),
|
@@ -88,20 +87,26 @@ class WC_GZD_Revocation {
|
|
88 |
'validate' => array( "email" ),
|
89 |
'label' => _x( 'Mail', 'revocation-form', 'woocommerce-germanized' ),
|
90 |
'required' => true,
|
91 |
-
)
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
}
|
107 |
}
|
25 |
* @param array $fields The fields for the form.
|
26 |
*
|
27 |
* @since 1.0.0
|
|
|
28 |
*/
|
29 |
+
$fields = array(
|
30 |
'content' => array(
|
31 |
'type' => 'textarea',
|
32 |
'label' => _x( 'Withdrawal', 'revocation-form', 'woocommerce-germanized' ),
|
87 |
'validate' => array( "email" ),
|
88 |
'label' => _x( 'Mail', 'revocation-form', 'woocommerce-germanized' ),
|
89 |
'required' => true,
|
90 |
+
)
|
91 |
+
);
|
92 |
+
|
93 |
+
if ( apply_filters( 'woocommerce_gzd_revocation_show_privacy_notice_checkbox', false ) ) {
|
94 |
+
$fields = array_merge( $fields, array(
|
95 |
+
'privacy_checkbox' => array(
|
96 |
+
'type' => 'checkbox',
|
97 |
+
/**
|
98 |
+
* Filter to adjust the privacy field label for revocation form.
|
99 |
+
*
|
100 |
+
* @param string $html The label.
|
101 |
+
*
|
102 |
+
* @since 1.9.10
|
103 |
+
*/
|
104 |
+
'label' => apply_filters( 'woocommerce_gzd_revocation_privacy_notice_label', sprintf( _x( 'Please accept our <a href="%s" target="_blank">Privacy Policy</a> so that we can process your inquiry.', 'revocation-form', 'woocommerce-germanized' ), wc_gzd_get_privacy_policy_url() ) ),
|
105 |
+
'required' => true,
|
106 |
+
),
|
107 |
+
) );
|
108 |
+
}
|
109 |
+
|
110 |
+
return apply_filters( 'woocommerce_gzd_revocation_fields', $fields );
|
111 |
}
|
112 |
}
|
includes/wc-gzd-cart-functions.php
CHANGED
@@ -77,24 +77,31 @@ function wc_gzd_cart_product_differential_taxation_mark( $title, $cart_item, $ca
|
|
77 |
return $title;
|
78 |
}
|
79 |
|
80 |
-
function wc_gzd_cart_contains_differential_taxed_product() {
|
81 |
|
82 |
// Might gets called from Shopmarks before init - return false to prevent cart errors
|
83 |
if ( ! did_action( 'before_woocommerce_init' ) || doing_action( 'before_woocommerce_init' ) ) {
|
84 |
return false;
|
85 |
}
|
86 |
|
87 |
-
$
|
|
|
|
|
|
|
88 |
$contains_differentail_taxation = false;
|
89 |
|
90 |
-
if ( ! $
|
91 |
return false;
|
92 |
}
|
93 |
|
94 |
-
foreach ( $
|
95 |
-
|
|
|
|
|
|
|
|
|
96 |
|
97 |
-
if ( wc_gzd_get_product( $_product )->is_differential_taxed() ) {
|
98 |
$contains_differentail_taxation = true;
|
99 |
break;
|
100 |
}
|
@@ -120,6 +127,10 @@ function wc_gzd_cart_product_item_desc( $title, $cart_item, $cart_item_key = ''
|
|
120 |
$cart_item_key = $cart_item;
|
121 |
$title = "";
|
122 |
$echo = true;
|
|
|
|
|
|
|
|
|
123 |
}
|
124 |
|
125 |
if ( is_a( $cart_item, 'WC_Order_Item_Product' ) ) {
|
@@ -210,6 +221,10 @@ function wc_gzd_cart_product_delivery_time( $title, $cart_item, $cart_item_key =
|
|
210 |
$cart_item_key = $cart_item;
|
211 |
$title = "";
|
212 |
$echo = true;
|
|
|
|
|
|
|
|
|
213 |
}
|
214 |
|
215 |
if ( is_a( $cart_item, 'WC_Order_Item_Product' ) ) {
|
@@ -257,6 +272,10 @@ function wc_gzd_cart_product_unit_price( $price, $cart_item, $cart_item_key = ''
|
|
257 |
$cart_item_key = $cart_item;
|
258 |
$price = "";
|
259 |
$echo = true;
|
|
|
|
|
|
|
|
|
260 |
}
|
261 |
|
262 |
$tax_display = get_option( 'woocommerce_tax_display_cart' );
|
@@ -305,7 +324,11 @@ function wc_gzd_cart_product_units( $title, $cart_item, $cart_item_key = '' ) {
|
|
305 |
$cart_item_key = $cart_item;
|
306 |
$title = "";
|
307 |
$echo = true;
|
308 |
-
}
|
|
|
|
|
|
|
|
|
309 |
|
310 |
if ( is_a( $cart_item, 'WC_Order_Item_Product' ) ) {
|
311 |
if ( $gzd_item = wc_gzd_get_order_item( $cart_item ) ) {
|
77 |
return $title;
|
78 |
}
|
79 |
|
80 |
+
function wc_gzd_cart_contains_differential_taxed_product( $cart_data = null ) {
|
81 |
|
82 |
// Might gets called from Shopmarks before init - return false to prevent cart errors
|
83 |
if ( ! did_action( 'before_woocommerce_init' ) || doing_action( 'before_woocommerce_init' ) ) {
|
84 |
return false;
|
85 |
}
|
86 |
|
87 |
+
if ( ! $cart_data && WC()->cart ) {
|
88 |
+
$cart_data = WC()->cart->get_cart();
|
89 |
+
}
|
90 |
+
|
91 |
$contains_differentail_taxation = false;
|
92 |
|
93 |
+
if ( ! $cart_data ) {
|
94 |
return false;
|
95 |
}
|
96 |
|
97 |
+
foreach ( $cart_data as $values ) {
|
98 |
+
if ( is_a( $values, 'WC_Order_Item_Product' ) ) {
|
99 |
+
$_product = $values->get_product();
|
100 |
+
} elseif ( is_array( $values ) && isset( $values['data'] ) ) {
|
101 |
+
$_product = $values['data'];
|
102 |
+
}
|
103 |
|
104 |
+
if ( $_product && wc_gzd_get_product( $_product )->is_differential_taxed() ) {
|
105 |
$contains_differentail_taxation = true;
|
106 |
break;
|
107 |
}
|
127 |
$cart_item_key = $cart_item;
|
128 |
$title = "";
|
129 |
$echo = true;
|
130 |
+
} elseif( is_numeric( $title ) && doing_action() && is_a( $cart_item, 'WC_Order_Item_Product' ) ) {
|
131 |
+
$echo = true;
|
132 |
+
$cart_item_key = $title;
|
133 |
+
$title = '';
|
134 |
}
|
135 |
|
136 |
if ( is_a( $cart_item, 'WC_Order_Item_Product' ) ) {
|
221 |
$cart_item_key = $cart_item;
|
222 |
$title = "";
|
223 |
$echo = true;
|
224 |
+
} elseif( is_numeric( $title ) && doing_action() && is_a( $cart_item, 'WC_Order_Item_Product' ) ) {
|
225 |
+
$echo = true;
|
226 |
+
$cart_item_key = $title;
|
227 |
+
$title = '';
|
228 |
}
|
229 |
|
230 |
if ( is_a( $cart_item, 'WC_Order_Item_Product' ) ) {
|
272 |
$cart_item_key = $cart_item;
|
273 |
$price = "";
|
274 |
$echo = true;
|
275 |
+
} elseif( is_numeric( $price ) && doing_action() && is_a( $cart_item, 'WC_Order_Item_Product' ) ) {
|
276 |
+
$echo = true;
|
277 |
+
$cart_item_key = $price;
|
278 |
+
$price = '';
|
279 |
}
|
280 |
|
281 |
$tax_display = get_option( 'woocommerce_tax_display_cart' );
|
324 |
$cart_item_key = $cart_item;
|
325 |
$title = "";
|
326 |
$echo = true;
|
327 |
+
} elseif( is_numeric( $title ) && doing_action() && is_a( $cart_item, 'WC_Order_Item_Product' ) ) {
|
328 |
+
$echo = true;
|
329 |
+
$cart_item_key = $title;
|
330 |
+
$title = '';
|
331 |
+
}
|
332 |
|
333 |
if ( is_a( $cart_item, 'WC_Order_Item_Product' ) ) {
|
334 |
if ( $gzd_item = wc_gzd_get_order_item( $cart_item ) ) {
|
includes/wc-gzd-core-functions.php
CHANGED
@@ -90,10 +90,12 @@ function wc_gzd_get_mini_cart_shopmarks() {
|
|
90 |
}
|
91 |
|
92 |
function _wc_gzd_get_differential_taxation_shopmark( $location ) {
|
|
|
|
|
93 |
$shopmark = new Shopmark( array(
|
94 |
'default_priority' => wc_gzd_get_hook_priority( 'cart_product_differential_taxation' ),
|
95 |
'callback' => 'wc_gzd_cart_product_differential_taxation_mark',
|
96 |
-
'default_filter' =>
|
97 |
'location' => $location,
|
98 |
'type' => 'differential_taxation',
|
99 |
'default_enabled' => true,
|
@@ -118,6 +120,33 @@ function wc_gzd_get_checkout_shopmarks() {
|
|
118 |
return $checkout;
|
119 |
}
|
120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
/**
|
122 |
* @param $location
|
123 |
* @param $type
|
90 |
}
|
91 |
|
92 |
function _wc_gzd_get_differential_taxation_shopmark( $location ) {
|
93 |
+
$default_filter = 'order' === $location ? 'woocommerce_order_item_name' : 'woocommerce_cart_item_name';
|
94 |
+
|
95 |
$shopmark = new Shopmark( array(
|
96 |
'default_priority' => wc_gzd_get_hook_priority( 'cart_product_differential_taxation' ),
|
97 |
'callback' => 'wc_gzd_cart_product_differential_taxation_mark',
|
98 |
+
'default_filter' => $default_filter,
|
99 |
'location' => $location,
|
100 |
'type' => 'differential_taxation',
|
101 |
'default_enabled' => true,
|
120 |
return $checkout;
|
121 |
}
|
122 |
|
123 |
+
/**
|
124 |
+
* @return Vendidero\Germanized\Shopmark[]
|
125 |
+
*/
|
126 |
+
function wc_gzd_get_order_shopmarks() {
|
127 |
+
$order_shopmarks = Shopmarks::get( 'order' );
|
128 |
+
|
129 |
+
if ( 'yes' === get_option( 'woocommerce_gzd_differential_taxation_checkout_notices' ) ) {
|
130 |
+
global $wp;
|
131 |
+
$order_id = false;
|
132 |
+
|
133 |
+
if ( is_wc_endpoint_url( 'order-received' ) ) {
|
134 |
+
$order_id = $wp->query_vars['order-received'];
|
135 |
+
} elseif ( is_wc_endpoint_url( 'order-pay' ) ) {
|
136 |
+
$order_id = $wp->query_vars['order-pay'];
|
137 |
+
}
|
138 |
+
|
139 |
+
if ( $order_id && ( $order = wc_get_order( $order_id ) ) ) {
|
140 |
+
if ( wc_gzd_cart_contains_differential_taxed_product( $order->get_items() ) ) {
|
141 |
+
$shopmark = _wc_gzd_get_differential_taxation_shopmark( 'order' );
|
142 |
+
$order_shopmarks[] = $shopmark;
|
143 |
+
}
|
144 |
+
}
|
145 |
+
}
|
146 |
+
|
147 |
+
return $order_shopmarks;
|
148 |
+
}
|
149 |
+
|
150 |
/**
|
151 |
* @param $location
|
152 |
* @param $type
|
includes/wc-gzd-template-functions.php
CHANGED
@@ -617,12 +617,35 @@ if ( ! function_exists( 'woocommerce_gzd_template_differential_taxation_notice_c
|
|
617 |
}
|
618 |
}
|
619 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
620 |
if ( ! function_exists( 'woocommerce_gzd_template_order_item_hooks' ) ) {
|
621 |
|
622 |
function woocommerce_gzd_template_order_item_hooks() {
|
623 |
-
|
624 |
-
|
625 |
-
|
|
|
|
|
|
|
626 |
}
|
627 |
}
|
628 |
|
617 |
}
|
618 |
}
|
619 |
|
620 |
+
if ( ! function_exists( 'woocommerce_gzd_template_differential_taxation_notice_order' ) ) {
|
621 |
+
|
622 |
+
function woocommerce_gzd_template_differential_taxation_notice_order() {
|
623 |
+
global $wp;
|
624 |
+
$order_id = false;
|
625 |
+
|
626 |
+
if ( is_wc_endpoint_url( 'order-received' ) ) {
|
627 |
+
$order_id = $wp->query_vars['order-received'];
|
628 |
+
} elseif ( is_wc_endpoint_url( 'order-pay' ) ) {
|
629 |
+
$order_id = $wp->query_vars['order-pay'];
|
630 |
+
}
|
631 |
+
|
632 |
+
if ( $order_id && ( $order = wc_get_order( $order_id ) ) ) {
|
633 |
+
if ( wc_gzd_cart_contains_differential_taxed_product( $order->get_items() ) ) {
|
634 |
+
wc_get_template( 'checkout/differential-taxation-notice.php', array( 'notice' => wc_gzd_get_differential_taxation_checkout_notice() ) );
|
635 |
+
}
|
636 |
+
}
|
637 |
+
}
|
638 |
+
}
|
639 |
+
|
640 |
if ( ! function_exists( 'woocommerce_gzd_template_order_item_hooks' ) ) {
|
641 |
|
642 |
function woocommerce_gzd_template_order_item_hooks() {
|
643 |
+
/**
|
644 |
+
* Checkout Hooks
|
645 |
+
*/
|
646 |
+
foreach ( wc_gzd_get_order_shopmarks() as $shopmark ) {
|
647 |
+
$shopmark->execute();
|
648 |
+
}
|
649 |
}
|
650 |
}
|
651 |
|
includes/wc-gzd-template-hooks.php
CHANGED
@@ -134,9 +134,11 @@ function woocommerce_gzd_maybe_add_small_business_vat_notice() {
|
|
134 |
}
|
135 |
}
|
136 |
|
137 |
-
// Differential Taxation
|
138 |
if ( get_option( 'woocommerce_gzd_differential_taxation_checkout_notices' ) === 'yes' ) {
|
139 |
add_action( 'woocommerce_after_cart_totals', 'woocommerce_gzd_template_differential_taxation_notice_cart', wc_gzd_get_hook_priority( 'cart_small_business_info' ) );
|
|
|
|
|
140 |
}
|
141 |
|
142 |
/**
|
@@ -231,11 +233,10 @@ add_action( 'woocommerce_thankyou', 'woocommerce_gzd_template_order_pay_now_butt
|
|
231 |
|
232 |
// Set Hooks before order details table
|
233 |
add_action( 'woocommerce_thankyou', 'woocommerce_gzd_template_order_item_hooks', 0 );
|
|
|
234 |
// Add Hooks to pay form
|
235 |
add_action( 'before_woocommerce_pay', 'woocommerce_gzd_template_order_item_hooks', 10 );
|
236 |
|
237 |
-
add_filter( 'woocommerce_order_formatted_line_subtotal', 'wc_gzd_cart_product_unit_price', wc_gzd_get_hook_priority( 'order_product_unit_price' ), 3 );
|
238 |
-
|
239 |
if ( get_option( 'woocommerce_gzd_hide_order_success_details' ) == 'yes' ) {
|
240 |
remove_action( 'woocommerce_thankyou', 'woocommerce_order_details_table', WC_GZD_Hook_Priorities::instance()->get_priority( 'woocommerce_thankyou', 'woocommerce_order_details_table' ) );
|
241 |
}
|
134 |
}
|
135 |
}
|
136 |
|
137 |
+
// Differential Taxation for cart & order
|
138 |
if ( get_option( 'woocommerce_gzd_differential_taxation_checkout_notices' ) === 'yes' ) {
|
139 |
add_action( 'woocommerce_after_cart_totals', 'woocommerce_gzd_template_differential_taxation_notice_cart', wc_gzd_get_hook_priority( 'cart_small_business_info' ) );
|
140 |
+
add_action( 'woocommerce_order_details_after_order_table', 'woocommerce_gzd_template_differential_taxation_notice_order', 10 );
|
141 |
+
add_action( 'woocommerce_pay_order_before_submit', 'woocommerce_gzd_template_differential_taxation_notice_order', 10 );
|
142 |
}
|
143 |
|
144 |
/**
|
233 |
|
234 |
// Set Hooks before order details table
|
235 |
add_action( 'woocommerce_thankyou', 'woocommerce_gzd_template_order_item_hooks', 0 );
|
236 |
+
|
237 |
// Add Hooks to pay form
|
238 |
add_action( 'before_woocommerce_pay', 'woocommerce_gzd_template_order_item_hooks', 10 );
|
239 |
|
|
|
|
|
240 |
if ( get_option( 'woocommerce_gzd_hide_order_success_details' ) == 'yes' ) {
|
241 |
remove_action( 'woocommerce_thankyou', 'woocommerce_order_details_table', WC_GZD_Hook_Priorities::instance()->get_priority( 'woocommerce_thankyou', 'woocommerce_order_details_table' ) );
|
242 |
}
|
packages/one-stop-shop-woocommerce/one-stop-shop-woocommerce.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Comply with the One Stop Shop procedure while using WooCommerce.
|
6 |
* Author: vendidero
|
7 |
* Author URI: https://vendidero.de
|
8 |
-
* Version: 1.1.
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
* Tested up to: 5.8
|
5 |
* Description: Comply with the One Stop Shop procedure while using WooCommerce.
|
6 |
* Author: vendidero
|
7 |
* Author URI: https://vendidero.de
|
8 |
+
* Version: 1.1.4
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
* Tested up to: 5.8
|
packages/one-stop-shop-woocommerce/readme.txt
CHANGED
@@ -4,8 +4,8 @@ Tags: one stop shop, woocommerce, OSS, EU, compliance
|
|
4 |
Requires at least: 5.4
|
5 |
Tested up to: 5.8
|
6 |
WC requires at least: 3.9
|
7 |
-
WC tested up to: 5.
|
8 |
-
Stable tag: 1.1.
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -60,6 +60,9 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
|
|
60 |
3. Create a new report
|
61 |
|
62 |
== Changelog ==
|
|
|
|
|
|
|
63 |
= 1.1.3 =
|
64 |
* Improvement: Explicitly check whether WC_Tax::get_rate_percent_value() is available
|
65 |
|
4 |
Requires at least: 5.4
|
5 |
Tested up to: 5.8
|
6 |
WC requires at least: 3.9
|
7 |
+
WC tested up to: 5.7
|
8 |
+
Stable tag: 1.1.4
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
60 |
3. Create a new report
|
61 |
|
62 |
== Changelog ==
|
63 |
+
= 1.1.4 =
|
64 |
+
* Improvement: Query optimization
|
65 |
+
|
66 |
= 1.1.3 =
|
67 |
* Improvement: Explicitly check whether WC_Tax::get_rate_percent_value() is available
|
68 |
|
packages/one-stop-shop-woocommerce/src/Package.php
CHANGED
@@ -14,7 +14,7 @@ class Package {
|
|
14 |
*
|
15 |
* @var string
|
16 |
*/
|
17 |
-
const VERSION = '1.1.
|
18 |
|
19 |
/**
|
20 |
* Init the package
|
14 |
*
|
15 |
* @var string
|
16 |
*/
|
17 |
+
const VERSION = '1.1.4';
|
18 |
|
19 |
/**
|
20 |
* Init the package
|
packages/one-stop-shop-woocommerce/src/Queue.php
CHANGED
@@ -142,21 +142,39 @@ class Queue {
|
|
142 |
global $wpdb;
|
143 |
|
144 |
$joins = array(
|
145 |
-
"LEFT JOIN {$wpdb->postmeta} AS mt1 ON
|
146 |
-
"LEFT JOIN {$wpdb->postmeta} AS mt2 ON ( {$wpdb->posts}.post_parent = mt2.post_id AND mt2.meta_key = '_billing_country' ) OR ( {$wpdb->posts}.ID = mt2.post_id AND mt2.meta_key = '_billing_country' )"
|
147 |
);
|
148 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
$where_date_sql = $wpdb->prepare( "{$wpdb->posts}.post_date >= '%s' AND {$wpdb->posts}.post_date <= '%s'", $args['start'], $args['end'] );
|
150 |
|
151 |
if ( 'date_paid' === $args['date_field'] ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
$joins[] = "LEFT JOIN {$wpdb->postmeta} AS mt3 ON ( {$wpdb->posts}.ID = mt3.post_id AND mt3.meta_key = '_date_paid' )";
|
153 |
|
154 |
$where_date_sql = $wpdb->prepare(
|
155 |
-
"NOT mt3.post_id IS NULL AND (
|
156 |
mt3.meta_key = '_date_paid' AND mt3.meta_value >= '%d' AND mt3.meta_value <= '%d'
|
157 |
) OR {$wpdb->posts}.post_parent > 0 AND (
|
158 |
{$wpdb->posts}.post_date >= '%s' AND {$wpdb->posts}.post_date <= '%s'
|
159 |
)",
|
|
|
|
|
160 |
strtotime( $args['start'] ),
|
161 |
strtotime( $args['end'] ),
|
162 |
$args['start'],
|
@@ -164,24 +182,14 @@ class Queue {
|
|
164 |
);
|
165 |
}
|
166 |
|
167 |
-
$join_sql
|
168 |
-
$taxable_countries_in = self::generate_in_query_sql( Package::get_non_base_eu_countries( true ) );
|
169 |
-
$post_status_in = self::generate_in_query_sql( $args['status'] );
|
170 |
-
$post_type_in = self::generate_in_query_sql( isset( $args['order_types'] ) ? (array) $args['order_types'] : array( 'shop_order' ) );
|
171 |
|
172 |
$sql = $wpdb->prepare( "
|
173 |
SELECT {$wpdb->posts}.* FROM {$wpdb->posts}
|
174 |
$join_sql
|
175 |
WHERE 1=1
|
176 |
-
AND ( $where_date_sql )
|
177 |
-
AND (
|
178 |
-
( mt1.post_id IS NULL AND (
|
179 |
-
mt2.meta_key = '_billing_country' AND mt2.meta_value IN {$taxable_countries_in}
|
180 |
-
) ) OR (
|
181 |
-
mt1.meta_key = '_shipping_country' AND mt1.meta_value IN {$taxable_countries_in}
|
182 |
-
)
|
183 |
-
)
|
184 |
-
AND ({$wpdb->posts}.post_type IN {$post_type_in}) AND ({$wpdb->posts}.post_status IN {$post_status_in})
|
185 |
GROUP BY {$wpdb->posts}.ID
|
186 |
ORDER BY {$wpdb->posts}.post_date ASC
|
187 |
LIMIT %d, %d",
|
142 |
global $wpdb;
|
143 |
|
144 |
$joins = array(
|
145 |
+
"LEFT JOIN {$wpdb->postmeta} AS mt1 ON {$wpdb->posts}.ID = mt1.post_id AND (mt1.meta_key = '_shipping_country' OR mt1.meta_key = '_billing_country')",
|
|
|
146 |
);
|
147 |
|
148 |
+
$taxable_countries_in = self::generate_in_query_sql( Package::get_non_base_eu_countries( true ) );
|
149 |
+
$post_status_in = self::generate_in_query_sql( $args['status'] );
|
150 |
+
$post_type_in = self::generate_in_query_sql( isset( $args['order_types'] ) ? (array) $args['order_types'] : array( 'shop_order' ) );
|
151 |
+
$where_country_sql = "mt1.meta_value IN {$taxable_countries_in}";
|
152 |
+
|
153 |
+
if ( in_array( 'shop_order_refund', $args['order_types'] ) ) {
|
154 |
+
$joins[] = "LEFT JOIN {$wpdb->postmeta} AS mt1_parent ON {$wpdb->posts}.post_parent = mt1_parent.post_id AND (mt1_parent.meta_key = '_shipping_country' OR mt1_parent.meta_key = '_billing_country')";
|
155 |
+
$where_country_sql = "( {$wpdb->posts}.post_parent > 0 AND (mt1_parent.meta_value IN {$taxable_countries_in}) ) OR ( mt1.meta_value IN {$taxable_countries_in} )";
|
156 |
+
}
|
157 |
+
|
158 |
$where_date_sql = $wpdb->prepare( "{$wpdb->posts}.post_date >= '%s' AND {$wpdb->posts}.post_date <= '%s'", $args['start'], $args['end'] );
|
159 |
|
160 |
if ( 'date_paid' === $args['date_field'] ) {
|
161 |
+
/**
|
162 |
+
* Use a max end date to limit potential query results in case date_paid meta field is used.
|
163 |
+
* This way we will only register payments made max 2 month after the order created date.
|
164 |
+
*/
|
165 |
+
$max_end = new \WC_DateTime( $args['end'] );
|
166 |
+
$max_end->modify( '+2 months' );
|
167 |
+
|
168 |
$joins[] = "LEFT JOIN {$wpdb->postmeta} AS mt3 ON ( {$wpdb->posts}.ID = mt3.post_id AND mt3.meta_key = '_date_paid' )";
|
169 |
|
170 |
$where_date_sql = $wpdb->prepare(
|
171 |
+
"( {$wpdb->posts}.post_date >= '%s' AND {$wpdb->posts}.post_date <= '%s' ) AND NOT mt3.post_id IS NULL AND (
|
172 |
mt3.meta_key = '_date_paid' AND mt3.meta_value >= '%d' AND mt3.meta_value <= '%d'
|
173 |
) OR {$wpdb->posts}.post_parent > 0 AND (
|
174 |
{$wpdb->posts}.post_date >= '%s' AND {$wpdb->posts}.post_date <= '%s'
|
175 |
)",
|
176 |
+
$args['start'],
|
177 |
+
$max_end->format( 'Y-m-d' ),
|
178 |
strtotime( $args['start'] ),
|
179 |
strtotime( $args['end'] ),
|
180 |
$args['start'],
|
182 |
);
|
183 |
}
|
184 |
|
185 |
+
$join_sql = implode( " ", $joins );
|
|
|
|
|
|
|
186 |
|
187 |
$sql = $wpdb->prepare( "
|
188 |
SELECT {$wpdb->posts}.* FROM {$wpdb->posts}
|
189 |
$join_sql
|
190 |
WHERE 1=1
|
191 |
+
AND ( {$wpdb->posts}.post_type IN {$post_type_in} ) AND ( {$wpdb->posts}.post_status IN {$post_status_in} ) AND ( {$where_date_sql} )
|
192 |
+
AND ( {$where_country_sql} )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
GROUP BY {$wpdb->posts}.ID
|
194 |
ORDER BY {$wpdb->posts}.post_date ASC
|
195 |
LIMIT %d, %d",
|
packages/one-stop-shop-woocommerce/src/Tax.php
CHANGED
@@ -31,11 +31,19 @@ class Tax {
|
|
31 |
public static function invalidate_shipping_session() {
|
32 |
if ( apply_filters( 'oss_shipping_costs_include_taxes', false ) ) {
|
33 |
if ( WC()->cart ) {
|
34 |
-
|
35 |
-
$session_key = "shipping_for_package_{$package_key}";
|
36 |
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|
40 |
}
|
41 |
}
|
31 |
public static function invalidate_shipping_session() {
|
32 |
if ( apply_filters( 'oss_shipping_costs_include_taxes', false ) ) {
|
33 |
if ( WC()->cart ) {
|
34 |
+
$items = array_values( WC()->cart->get_cart() );
|
|
|
35 |
|
36 |
+
/**
|
37 |
+
* Make sure totals have already been calculated to prevent missing array key warnings
|
38 |
+
* while calling WC_Cart::get_shipping_packages()
|
39 |
+
*/
|
40 |
+
if ( sizeof( $items ) > 0 && isset( $items[0]['line_total'] ) ) {
|
41 |
+
foreach( WC()->cart->get_shipping_packages() as $package_key => $package ) {
|
42 |
+
$session_key = "shipping_for_package_{$package_key}";
|
43 |
+
|
44 |
+
unset( WC()->session->$session_key );
|
45 |
+
}
|
46 |
+
}
|
47 |
}
|
48 |
}
|
49 |
}
|
packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php
CHANGED
@@ -753,7 +753,7 @@ class Internetmarke {
|
|
753 |
* @since 3.4.5
|
754 |
* @package Vendidero/Germanized/DHL
|
755 |
*/
|
756 |
-
apply_filters( 'woocommerce_gzd_deutsche_post_label_api_position_x',
|
757 |
/**
|
758 |
* Adjust the Deutsche Post (Internetmarke) label print Y position.
|
759 |
*
|
@@ -764,7 +764,7 @@ class Internetmarke {
|
|
764 |
* @since 3.4.5
|
765 |
* @package Vendidero/Germanized/DHL
|
766 |
*/
|
767 |
-
apply_filters( 'woocommerce_gzd_deutsche_post_label_api_position_y',
|
768 |
apply_filters( 'woocommerce_gzd_deutsche_post_label_api_page_number', 1, $label, $shipment )
|
769 |
);
|
770 |
|
753 |
* @since 3.4.5
|
754 |
* @package Vendidero/Germanized/DHL
|
755 |
*/
|
756 |
+
apply_filters( 'woocommerce_gzd_deutsche_post_label_api_position_x', $label->get_position_x(), $label, $shipment ),
|
757 |
/**
|
758 |
* Adjust the Deutsche Post (Internetmarke) label print Y position.
|
759 |
*
|
764 |
* @since 3.4.5
|
765 |
* @package Vendidero/Germanized/DHL
|
766 |
*/
|
767 |
+
apply_filters( 'woocommerce_gzd_deutsche_post_label_api_position_y', $label->get_position_y(), $label, $shipment ),
|
768 |
apply_filters( 'woocommerce_gzd_deutsche_post_label_api_page_number', 1, $label, $shipment )
|
769 |
);
|
770 |
|
packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php
CHANGED
@@ -18,6 +18,8 @@ class DeutschePost extends Label {
|
|
18 |
*/
|
19 |
protected $extra_data = array(
|
20 |
'page_format' => '',
|
|
|
|
|
21 |
'shop_order_id' => '',
|
22 |
'stamp_total' => 0,
|
23 |
'voucher_id' => '',
|
@@ -53,6 +55,14 @@ class DeutschePost extends Label {
|
|
53 |
return $this->get_prop( 'page_format', $context );
|
54 |
}
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
public function get_wp_int_awb( $context = 'view' ) {
|
57 |
return $this->get_prop( 'wp_int_awb', $context );
|
58 |
}
|
@@ -97,6 +107,14 @@ class DeutschePost extends Label {
|
|
97 |
$this->set_prop( 'page_format', $value );
|
98 |
}
|
99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
public function set_wp_int_awb( $value ) {
|
101 |
$this->set_prop( 'wp_int_awb', $value );
|
102 |
}
|
@@ -166,7 +184,7 @@ class DeutschePost extends Label {
|
|
166 |
$is_trackable = true;
|
167 |
} elseif ( ! empty( $services ) && ! empty( array_intersect( array( 'ESEW', 'ESCH', 'ESEH' ), $services ) ) ) {
|
168 |
$is_trackable = true;
|
169 |
-
} elseif( ! empty( $this->get_wp_int_barcode() ) && in_array( 'TRCK', $this->get_services() ) ) {
|
170 |
$is_trackable = true;
|
171 |
}
|
172 |
|
18 |
*/
|
19 |
protected $extra_data = array(
|
20 |
'page_format' => '',
|
21 |
+
'position_x' => 1,
|
22 |
+
'position_y' => 1,
|
23 |
'shop_order_id' => '',
|
24 |
'stamp_total' => 0,
|
25 |
'voucher_id' => '',
|
55 |
return $this->get_prop( 'page_format', $context );
|
56 |
}
|
57 |
|
58 |
+
public function get_position_x( $context = 'view' ) {
|
59 |
+
return $this->get_prop( 'position_x', $context );
|
60 |
+
}
|
61 |
+
|
62 |
+
public function get_position_y( $context = 'view' ) {
|
63 |
+
return $this->get_prop( 'position_y', $context );
|
64 |
+
}
|
65 |
+
|
66 |
public function get_wp_int_awb( $context = 'view' ) {
|
67 |
return $this->get_prop( 'wp_int_awb', $context );
|
68 |
}
|
107 |
$this->set_prop( 'page_format', $value );
|
108 |
}
|
109 |
|
110 |
+
public function set_position_x( $value ) {
|
111 |
+
$this->set_prop( 'position_x', absint( $value ) );
|
112 |
+
}
|
113 |
+
|
114 |
+
public function set_position_y( $value ) {
|
115 |
+
$this->set_prop( 'position_y', absint( $value ) );
|
116 |
+
}
|
117 |
+
|
118 |
public function set_wp_int_awb( $value ) {
|
119 |
$this->set_prop( 'wp_int_awb', $value );
|
120 |
}
|
184 |
$is_trackable = true;
|
185 |
} elseif ( ! empty( $services ) && ! empty( array_intersect( array( 'ESEW', 'ESCH', 'ESEH' ), $services ) ) ) {
|
186 |
$is_trackable = true;
|
187 |
+
} elseif( ! empty( $this->get_wp_int_barcode() ) && ( in_array( 'TRCK', $this->get_services() ) || 'RC' === strtoupper( substr( $this->get_wp_int_barcode(), 0, 2 ) ) ) ) {
|
188 |
$is_trackable = true;
|
189 |
}
|
190 |
|
packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php
CHANGED
@@ -17,6 +17,8 @@ class DeutschePostReturn extends DeutschePost implements ShipmentReturnLabel {
|
|
17 |
*/
|
18 |
protected $extra_data = array(
|
19 |
'page_format' => '',
|
|
|
|
|
20 |
'shop_order_id' => '',
|
21 |
'stamp_total' => 0,
|
22 |
'voucher_id' => '',
|
17 |
*/
|
18 |
protected $extra_data = array(
|
19 |
'page_format' => '',
|
20 |
+
'position_x' => 0,
|
21 |
+
'position_y' => 0,
|
22 |
'shop_order_id' => '',
|
23 |
'stamp_total' => 0,
|
24 |
'voucher_id' => '',
|
packages/woocommerce-germanized-dhl/src/Package.php
CHANGED
@@ -25,7 +25,7 @@ class Package {
|
|
25 |
*
|
26 |
* @var string
|
27 |
*/
|
28 |
-
const VERSION = '1.
|
29 |
|
30 |
public static $upload_dir_suffix = '';
|
31 |
|
25 |
*
|
26 |
* @var string
|
27 |
*/
|
28 |
+
const VERSION = '1.6.0';
|
29 |
|
30 |
public static $upload_dir_suffix = '';
|
31 |
|
packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php
CHANGED
@@ -385,6 +385,30 @@ class DeutschePost extends Auto {
|
|
385 |
'type' => 'select',
|
386 |
'options' => Package::get_internetmarke_api()->get_page_format_list(),
|
387 |
'value' => isset( $default_args['page_format'] ) ? $default_args['page_format'] : '',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
388 |
)
|
389 |
) );
|
390 |
}
|
@@ -507,6 +531,8 @@ class DeutschePost extends Auto {
|
|
507 |
protected function get_default_simple_label_props( $shipment ) {
|
508 |
$defaults = array(
|
509 |
'page_format' => $this->get_shipment_setting( $shipment, 'label_default_page_format' ),
|
|
|
|
|
510 |
'stamp_total' => 0,
|
511 |
'services' => array(),
|
512 |
);
|
385 |
'type' => 'select',
|
386 |
'options' => Package::get_internetmarke_api()->get_page_format_list(),
|
387 |
'value' => isset( $default_args['page_format'] ) ? $default_args['page_format'] : '',
|
388 |
+
),
|
389 |
+
array(
|
390 |
+
'id' => '',
|
391 |
+
'type' => 'columns',
|
392 |
+
),
|
393 |
+
array(
|
394 |
+
'id' => 'position_x',
|
395 |
+
'label' => _x( 'Print X-Position', 'dhl', 'woocommerce-germanized' ),
|
396 |
+
'description' => '',
|
397 |
+
'type' => 'number',
|
398 |
+
'wrapper_class' => 'column col-6',
|
399 |
+
'style' => 'width: 100%;',
|
400 |
+
'custom_attributes' => array( 'min' => 0, 'step' => 1 ),
|
401 |
+
'value' => isset( $default_args['position_x'] ) ? $default_args['position_x'] : 1,
|
402 |
+
),
|
403 |
+
array(
|
404 |
+
'id' => 'position_y',
|
405 |
+
'label' => _x( 'Print Y-Position', 'dhl', 'woocommerce-germanized' ),
|
406 |
+
'description' => '',
|
407 |
+
'type' => 'number',
|
408 |
+
'wrapper_class' => 'column col-6',
|
409 |
+
'style' => 'width: 100%;',
|
410 |
+
'custom_attributes' => array( 'min' => 0, 'step' => 1 ),
|
411 |
+
'value' => isset( $default_args['position_y'] ) ? $default_args['position_y'] : 1,
|
412 |
)
|
413 |
) );
|
414 |
}
|
531 |
protected function get_default_simple_label_props( $shipment ) {
|
532 |
$defaults = array(
|
533 |
'page_format' => $this->get_shipment_setting( $shipment, 'label_default_page_format' ),
|
534 |
+
'position_x' => $this->get_shipment_setting( $shipment, 'label_position_x' ),
|
535 |
+
'position_y' => $this->get_shipment_setting( $shipment, 'label_position_y' ),
|
536 |
'stamp_total' => 0,
|
537 |
'services' => array(),
|
538 |
);
|
packages/woocommerce-germanized-dhl/woocommerce-germanized-dhl.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: The Germanized DHL integration, installed as a feature plugin for development and testing purposes.
|
6 |
* Author: vendidero
|
7 |
* Author URI: https://vendidero.de
|
8 |
-
* Version: 1.
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
5 |
* Description: The Germanized DHL integration, installed as a feature plugin for development and testing purposes.
|
6 |
* Author: vendidero
|
7 |
* Author URI: https://vendidero.de
|
8 |
+
* Version: 1.6.0
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php
CHANGED
@@ -239,6 +239,7 @@ class ProviderSettings {
|
|
239 |
protected static function provider_screen() {
|
240 |
$helper = Helper::instance();
|
241 |
$providers = $helper->get_shipping_providers();
|
|
|
242 |
|
243 |
include_once Package::get_path() . '/includes/admin/views/html-settings-provider-list.php';
|
244 |
}
|
239 |
protected static function provider_screen() {
|
240 |
$helper = Helper::instance();
|
241 |
$providers = $helper->get_shipping_providers();
|
242 |
+
$providers = apply_filters( 'woocommerce_gzd_shipment_admin_provider_list', $providers );
|
243 |
|
244 |
include_once Package::get_path() . '/includes/admin/views/html-settings-provider-list.php';
|
245 |
}
|
packages/woocommerce-germanized-shipments/src/Admin/Settings.php
CHANGED
@@ -530,6 +530,8 @@ class Settings {
|
|
530 |
woocommerce_wp_textarea_input( $setting );
|
531 |
} elseif( 'text' === $setting['type'] ) {
|
532 |
woocommerce_wp_text_input( $setting );
|
|
|
|
|
533 |
} elseif( 'services_start' === $setting['type'] ) {
|
534 |
$hide_default = isset( $setting['hide_default'] ) ? wc_string_to_bool( $setting['hide_default'] ) : false;
|
535 |
$missing_div_closes++;
|
530 |
woocommerce_wp_textarea_input( $setting );
|
531 |
} elseif( 'text' === $setting['type'] ) {
|
532 |
woocommerce_wp_text_input( $setting );
|
533 |
+
} elseif( 'number' === $setting['type'] ) {
|
534 |
+
woocommerce_wp_text_input( $setting );
|
535 |
} elseif( 'services_start' === $setting['type'] ) {
|
536 |
$hide_default = isset( $setting['hide_default'] ) ? wc_string_to_bool( $setting['hide_default'] ) : false;
|
537 |
$missing_div_closes++;
|
packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php
CHANGED
@@ -593,6 +593,24 @@ class Packaging extends WC_Data_Store_WP implements WC_Object_Data_Store_Interfa
|
|
593 |
|
594 |
if ( ! empty( $results ) ) {
|
595 |
$packaging = $results[0];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
596 |
}
|
597 |
|
598 |
return apply_filters( 'woocommerce_gzd_find_best_matching_packaging_for_shipment', $packaging, $shipment );
|
593 |
|
594 |
if ( ! empty( $results ) ) {
|
595 |
$packaging = $results[0];
|
596 |
+
|
597 |
+
/**
|
598 |
+
* In case more than one packaging is available - choose the default packaging in case it is available.
|
599 |
+
*/
|
600 |
+
if ( sizeof( $results ) > 1 ) {
|
601 |
+
$default_packaging_id = Package::get_setting( 'default_packaging' );
|
602 |
+
|
603 |
+
if ( ! empty( $default_packaging_id ) ) {
|
604 |
+
$default_packaging_id = absint( $default_packaging_id );
|
605 |
+
|
606 |
+
foreach( $results as $result ) {
|
607 |
+
if ( $result->get_id() === $default_packaging_id ) {
|
608 |
+
$packaging = $result;
|
609 |
+
break;
|
610 |
+
}
|
611 |
+
}
|
612 |
+
}
|
613 |
+
}
|
614 |
}
|
615 |
|
616 |
return apply_filters( 'woocommerce_gzd_find_best_matching_packaging_for_shipment', $packaging, $shipment );
|
packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php
CHANGED
@@ -27,6 +27,8 @@ interface ShippingProvider {
|
|
27 |
|
28 |
public function get_signup_link();
|
29 |
|
|
|
|
|
30 |
/**
|
31 |
* Whether or not this instance is a manual integration.
|
32 |
* Manual integrations are constructed dynamically from DB and do not support
|
27 |
|
28 |
public function get_signup_link();
|
29 |
|
30 |
+
public function is_pro();
|
31 |
+
|
32 |
/**
|
33 |
* Whether or not this instance is a manual integration.
|
34 |
* Manual integrations are constructed dynamically from DB and do not support
|
packages/woocommerce-germanized-shipments/src/Package.php
CHANGED
@@ -18,7 +18,7 @@ class Package {
|
|
18 |
*
|
19 |
* @var string
|
20 |
*/
|
21 |
-
const VERSION = '1.
|
22 |
|
23 |
public static $upload_dir_suffix = '';
|
24 |
|
18 |
*
|
19 |
* @var string
|
20 |
*/
|
21 |
+
const VERSION = '1.6.0';
|
22 |
|
23 |
public static $upload_dir_suffix = '';
|
24 |
|
packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php
CHANGED
@@ -101,6 +101,10 @@ class Simple extends WC_Data implements ShippingProvider {
|
|
101 |
return '';
|
102 |
}
|
103 |
|
|
|
|
|
|
|
|
|
104 |
/**
|
105 |
* Whether or not this instance is a manual integration.
|
106 |
* Manual integrations are constructed dynamically from DB and do not support
|
101 |
return '';
|
102 |
}
|
103 |
|
104 |
+
public function is_pro() {
|
105 |
+
return false;
|
106 |
+
}
|
107 |
+
|
108 |
/**
|
109 |
* Whether or not this instance is a manual integration.
|
110 |
* Manual integrations are constructed dynamically from DB and do not support
|
packages/woocommerce-germanized-shipments/src/Validation.php
CHANGED
@@ -71,9 +71,7 @@ class Validation {
|
|
71 |
|
72 |
public static function check_order_shipped( $order ) {
|
73 |
if ( $shipment_order = wc_gzd_get_shipment_order( $order ) ) {
|
74 |
-
|
75 |
if ( 'shipped' === $shipment_order->get_shipping_status() ) {
|
76 |
-
|
77 |
/**
|
78 |
* Action that fires as soon as an order has been shipped completely.
|
79 |
* That is the case when the order contains all relevant shipments and all the shipments are marked as shipped.
|
71 |
|
72 |
public static function check_order_shipped( $order ) {
|
73 |
if ( $shipment_order = wc_gzd_get_shipment_order( $order ) ) {
|
|
|
74 |
if ( 'shipped' === $shipment_order->get_shipping_status() ) {
|
|
|
75 |
/**
|
76 |
* Action that fires as soon as an order has been shipped completely.
|
77 |
* That is the case when the order contains all relevant shipments and all the shipments are marked as shipped.
|
packages/woocommerce-germanized-shipments/woocommerce-germanized-shipments.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: The Germanized Shipments integration, installed as a feature plugin for development and testing purposes.
|
6 |
* Author: vendidero
|
7 |
* Author URI: https://vendidero.de
|
8 |
-
* Version: 1.
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
5 |
* Description: The Germanized Shipments integration, installed as a feature plugin for development and testing purposes.
|
6 |
* Author: vendidero
|
7 |
* Author URI: https://vendidero.de
|
8 |
+
* Version: 1.6.0
|
9 |
* Requires PHP: 5.6
|
10 |
* License: GPLv3
|
11 |
*
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Tags: woocommerce, woocommerce german, woocommerce DE, woocommerce germany, wooc
|
|
4 |
Requires at least: 5.4
|
5 |
Tested up to: 5.8
|
6 |
WC requires at least: 3.9
|
7 |
-
WC tested up to: 5.
|
8 |
-
Stable tag: 3.
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -34,7 +34,7 @@ Furthermore we customized the WooCommerce checkout to make your store meet the b
|
|
34 |
* *Tax Calculation for Shipping Costs and Fees* - Enable split tax calculation based on your WooCommerce cart taxes.
|
35 |
* *Legal pages in Email Templates* - Attach legal pages content to certain WooCommerce e-mail templates.
|
36 |
* *Trusted Shops Integration* - Integrate your Trusted Shops Products within your WooCommerce store
|
37 |
-
* *Post
|
38 |
* *Payment Gateway: SEPA direct debit* - Receive payments via direct debit. We've added a XML export to transfer payments to your bank.
|
39 |
* *Payment Gateway: Pay by Invoice* - Allow certain customers to pay by invoice. Best integration with our PDF invoices feature (Pro).
|
40 |
* *Online Revocation Form* - Allow customers to submit revocations by filling out a form on your revocation page.
|
@@ -70,9 +70,9 @@ You can then manage your shipments and it's statuses independently from your ord
|
|
70 |
Managing returns can be a time-consuming challenge. By using Germanized you might let your customers create return requests through their customer panel. All you need to do is confirm the request through your return dashboard and your customers will receive an email containing further steps on how to return their product(s).
|
71 |
In case you are using our DHL integration you might as well (automatically) create a label to the return which will be attached to the email sent to the customer.
|
72 |
|
73 |
-
= Post
|
74 |
-
With the help of our built-in Post
|
75 |
-
You can even let your shipments and labels be generated automatically by Germanized to avoid further manual work. [Learn more](https://vendidero.de/dokumentation/woocommerce-germanized/versanddienstleister "Post & DHL for WooCommerce") about how our
|
76 |
|
77 |
= Extended One Stop Shop compliance =
|
78 |
With a little help from our [One Stop Shop compliance plugin for WooCommerce](https://wordpress.org/plugins/one-stop-shop-woocommerce/) bundled within Germanized you'll handle the new EU VAT regulations with ease. Generate new VAT reports for different time frames and let the plugin
|
@@ -194,6 +194,15 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
|
|
194 |
6. Edit pdf documents (Pro)
|
195 |
|
196 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
= 3.5.4 =
|
198 |
* Improvement: New order hook usage while syncing shipments
|
199 |
* Improvement: Update jetpack autoloader version
|
4 |
Requires at least: 5.4
|
5 |
Tested up to: 5.8
|
6 |
WC requires at least: 3.9
|
7 |
+
WC tested up to: 5.7
|
8 |
+
Stable tag: 3.6.0
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
34 |
* *Tax Calculation for Shipping Costs and Fees* - Enable split tax calculation based on your WooCommerce cart taxes.
|
35 |
* *Legal pages in Email Templates* - Attach legal pages content to certain WooCommerce e-mail templates.
|
36 |
* *Trusted Shops Integration* - Integrate your Trusted Shops Products within your WooCommerce store
|
37 |
+
* *Post, DHL and DPD (Pro) Integration* - Generate labels for shipments and returns right from your backend. Offer preferred delivery services to your customers.
|
38 |
* *Payment Gateway: SEPA direct debit* - Receive payments via direct debit. We've added a XML export to transfer payments to your bank.
|
39 |
* *Payment Gateway: Pay by Invoice* - Allow certain customers to pay by invoice. Best integration with our PDF invoices feature (Pro).
|
40 |
* *Online Revocation Form* - Allow customers to submit revocations by filling out a form on your revocation page.
|
70 |
Managing returns can be a time-consuming challenge. By using Germanized you might let your customers create return requests through their customer panel. All you need to do is confirm the request through your return dashboard and your customers will receive an email containing further steps on how to return their product(s).
|
71 |
In case you are using our DHL integration you might as well (automatically) create a label to the return which will be attached to the email sent to the customer.
|
72 |
|
73 |
+
= Post, DHL and DPD (Pro) Integration =
|
74 |
+
With the help of our built-in Post, DHL and DPD (Pro) integration you can easily create labels for your shipments and add tracking information to the notification emails. Furthermore you can offer DHL preferred delivery services to your customers including shipping to Packstation or choosing a drop-off location and/or day within the checkout.
|
75 |
+
You can even let your shipments and labels be generated automatically by Germanized to avoid further manual work. [Learn more](https://vendidero.de/dokumentation/woocommerce-germanized/versanddienstleister "Post & DHL for WooCommerce") about how our shipping provider integrations work.
|
76 |
|
77 |
= Extended One Stop Shop compliance =
|
78 |
With a little help from our [One Stop Shop compliance plugin for WooCommerce](https://wordpress.org/plugins/one-stop-shop-woocommerce/) bundled within Germanized you'll handle the new EU VAT regulations with ease. Generate new VAT reports for different time frames and let the plugin
|
194 |
6. Edit pdf documents (Pro)
|
195 |
|
196 |
== Changelog ==
|
197 |
+
= 3.6.0 =
|
198 |
+
* Feature: Adjust order shopmarks (e.g. thankyou, pay for order)
|
199 |
+
* Feature: Woo 5.7 support
|
200 |
+
* Improvement: On new installs: Remove privacy page from general checkbox label and disable privacy registration checkbox
|
201 |
+
* Improvement: OSS query performance optimization
|
202 |
+
* Improvement: Post: Allow switching page position on a per-label basis
|
203 |
+
* Improvement: Warenpost tracking support detection
|
204 |
+
* Improvement: Favour default packaging in case exists and fits
|
205 |
+
|
206 |
= 3.5.4 =
|
207 |
* Improvement: New order hook usage while syncing shipments
|
208 |
* Improvement: Update jetpack autoloader version
|
src/Shopmarks.php
CHANGED
@@ -25,7 +25,6 @@ class Shopmarks {
|
|
25 |
* @param array $defaults Array containing the default configuration.
|
26 |
*
|
27 |
* @since 3.0.0
|
28 |
-
*
|
29 |
*/
|
30 |
$shopmarks_single_product = apply_filters( 'woocommerce_gzd_shopmark_single_product_defaults', array(
|
31 |
'unit_price' => array(
|
@@ -275,6 +274,47 @@ class Shopmarks {
|
|
275 |
}
|
276 |
}
|
277 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
/**
|
279 |
* @param Shopmark $shopmark1
|
280 |
* @param Shopmark $shopmark2
|
@@ -296,7 +336,8 @@ class Shopmarks {
|
|
296 |
'product_loop' => __( 'Product Loop', 'woocommerce-germanized' ),
|
297 |
'cart' => __( 'Cart', 'woocommerce-germanized' ),
|
298 |
'mini_cart' => __( 'Mini Cart', 'woocommerce-germanized' ),
|
299 |
-
'checkout' => __( 'Checkout', 'woocommerce-germanized' )
|
|
|
300 |
);
|
301 |
}
|
302 |
|
@@ -430,6 +471,28 @@ class Shopmarks {
|
|
430 |
'number_of_params' => 3,
|
431 |
),
|
432 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
);
|
434 |
|
435 |
$filter_data = isset( $filters[ $location ] ) ? $filters[ $location ] : array();
|
@@ -487,6 +550,12 @@ class Shopmarks {
|
|
487 |
'delivery_time' => _x( 'Delivery Time', 'shopmark', 'woocommerce-germanized' ),
|
488 |
'item_desc' => _x( 'Cart Description', 'shopmark', 'woocommerce-germanized' ),
|
489 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
490 |
);
|
491 |
|
492 |
$type_data = isset( $types[ $location ] ) ? $types[ $location ] : array();
|
25 |
* @param array $defaults Array containing the default configuration.
|
26 |
*
|
27 |
* @since 3.0.0
|
|
|
28 |
*/
|
29 |
$shopmarks_single_product = apply_filters( 'woocommerce_gzd_shopmark_single_product_defaults', array(
|
30 |
'unit_price' => array(
|
274 |
}
|
275 |
}
|
276 |
|
277 |
+
protected static function register_order() {
|
278 |
+
/**
|
279 |
+
* Filter to adjust default shopmark configuration for the order (thankyou, pay for order).
|
280 |
+
*
|
281 |
+
* @param array $defaults Array containing the default configuration.
|
282 |
+
*
|
283 |
+
* @since 3.0.0
|
284 |
+
*/
|
285 |
+
$shopmarks_order = apply_filters( 'woocommerce_gzd_shopmark_order_defaults', array(
|
286 |
+
'unit_price' => array(
|
287 |
+
'default_filter' => 'woocommerce_order_formatted_line_subtotal',
|
288 |
+
'default_priority' => 0,
|
289 |
+
'callback' => 'wc_gzd_cart_product_unit_price',
|
290 |
+
),
|
291 |
+
'delivery_time' => array(
|
292 |
+
'default_filter' => 'woocommerce_order_item_name',
|
293 |
+
'default_priority' => 10,
|
294 |
+
'callback' => 'wc_gzd_cart_product_delivery_time',
|
295 |
+
),
|
296 |
+
'units' => array(
|
297 |
+
'default_filter' => 'woocommerce_order_item_name',
|
298 |
+
'default_priority' => 11,
|
299 |
+
'callback' => 'wc_gzd_cart_product_units',
|
300 |
+
),
|
301 |
+
'item_desc' => array(
|
302 |
+
'default_filter' => 'woocommerce_order_item_name',
|
303 |
+
'default_priority' => 12,
|
304 |
+
'callback' => 'wc_gzd_cart_product_item_desc',
|
305 |
+
),
|
306 |
+
) );
|
307 |
+
|
308 |
+
self::$shopmarks['order'] = array();
|
309 |
+
|
310 |
+
foreach ( $shopmarks_order as $type => $args ) {
|
311 |
+
$args['location'] = 'order';
|
312 |
+
$args['type'] = $type;
|
313 |
+
|
314 |
+
self::$shopmarks['order'][] = new Shopmark( $args );
|
315 |
+
}
|
316 |
+
}
|
317 |
+
|
318 |
/**
|
319 |
* @param Shopmark $shopmark1
|
320 |
* @param Shopmark $shopmark2
|
336 |
'product_loop' => __( 'Product Loop', 'woocommerce-germanized' ),
|
337 |
'cart' => __( 'Cart', 'woocommerce-germanized' ),
|
338 |
'mini_cart' => __( 'Mini Cart', 'woocommerce-germanized' ),
|
339 |
+
'checkout' => __( 'Checkout', 'woocommerce-germanized' ),
|
340 |
+
'order' => __( 'Order', 'woocommerce-germanized' )
|
341 |
);
|
342 |
}
|
343 |
|
471 |
'number_of_params' => 3,
|
472 |
),
|
473 |
),
|
474 |
+
'order' => array(
|
475 |
+
'woocommerce_order_formatted_line_subtotal' => array(
|
476 |
+
'title' => __( 'Subtotal', 'woocommerce-germanized' ),
|
477 |
+
'is_action' => false,
|
478 |
+
'number_of_params' => 3,
|
479 |
+
),
|
480 |
+
'woocommerce_order_item_name' => array(
|
481 |
+
'title' => __( 'Item Name', 'woocommerce-germanized' ),
|
482 |
+
'is_action' => false,
|
483 |
+
'number_of_params' => 3,
|
484 |
+
),
|
485 |
+
'woocommerce_order_item_quantity_html' => array(
|
486 |
+
'title' => __( 'After Item Quantity', 'woocommerce-germanized' ),
|
487 |
+
'is_action' => false,
|
488 |
+
'number_of_params' => 3,
|
489 |
+
),
|
490 |
+
'woocommerce_order_item_meta_end' => array(
|
491 |
+
'title' => __( 'After Meta', 'woocommerce-germanized' ),
|
492 |
+
'is_action' => true,
|
493 |
+
'number_of_params' => 3,
|
494 |
+
),
|
495 |
+
),
|
496 |
);
|
497 |
|
498 |
$filter_data = isset( $filters[ $location ] ) ? $filters[ $location ] : array();
|
550 |
'delivery_time' => _x( 'Delivery Time', 'shopmark', 'woocommerce-germanized' ),
|
551 |
'item_desc' => _x( 'Cart Description', 'shopmark', 'woocommerce-germanized' ),
|
552 |
),
|
553 |
+
'order' => array(
|
554 |
+
'unit_price' => _x( 'Unit Price', 'shopmark', 'woocommerce-germanized' ),
|
555 |
+
'units' => _x( 'Product Units', 'shopmark', 'woocommerce-germanized' ),
|
556 |
+
'delivery_time' => _x( 'Delivery Time', 'shopmark', 'woocommerce-germanized' ),
|
557 |
+
'item_desc' => _x( 'Cart Description', 'shopmark', 'woocommerce-germanized' ),
|
558 |
+
),
|
559 |
);
|
560 |
|
561 |
$type_data = isset( $types[ $location ] ) ? $types[ $location ] : array();
|
templates/global/payment-methods.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @see https://github.com/vendidero/woocommerce-germanized/wiki/Overriding-Germanized-Templates
|
14 |
* @package Germanized/Templates
|
15 |
-
* @version 1.
|
16 |
*/
|
17 |
if ( ! defined( 'ABSPATH' ) ) {
|
18 |
exit;
|
@@ -20,27 +20,20 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
20 |
?>
|
21 |
|
22 |
<?php if ( $gateways = WC()->payment_gateways()->payment_gateways() ) : ?>
|
23 |
-
|
24 |
<ul class="payment_methods methods">
|
25 |
-
|
26 |
<?php foreach ( $gateways as $gateway ) :
|
27 |
-
|
28 |
if ( $gateway->enabled !== 'yes' ) {
|
29 |
continue;
|
30 |
}
|
31 |
?>
|
32 |
-
|
33 |
<li class="payment_method_<?php echo $gateway->id; ?>">
|
34 |
-
<label
|
35 |
<?php if ( $gateway->has_fields() || $gateway->get_description() ) : ?>
|
36 |
<div class="payment_box payment_method_<?php echo $gateway->id; ?>">
|
37 |
<p><?php echo $gateway->get_description(); ?></p>
|
38 |
</div>
|
39 |
<?php endif; ?>
|
40 |
</li>
|
41 |
-
|
42 |
<?php endforeach; ?>
|
43 |
-
|
44 |
</ul>
|
45 |
-
|
46 |
<?php endif; ?>
|
12 |
*
|
13 |
* @see https://github.com/vendidero/woocommerce-germanized/wiki/Overriding-Germanized-Templates
|
14 |
* @package Germanized/Templates
|
15 |
+
* @version 1.1.0
|
16 |
*/
|
17 |
if ( ! defined( 'ABSPATH' ) ) {
|
18 |
exit;
|
20 |
?>
|
21 |
|
22 |
<?php if ( $gateways = WC()->payment_gateways()->payment_gateways() ) : ?>
|
|
|
23 |
<ul class="payment_methods methods">
|
|
|
24 |
<?php foreach ( $gateways as $gateway ) :
|
|
|
25 |
if ( $gateway->enabled !== 'yes' ) {
|
26 |
continue;
|
27 |
}
|
28 |
?>
|
|
|
29 |
<li class="payment_method_<?php echo $gateway->id; ?>">
|
30 |
+
<label><?php echo $gateway->get_title(); ?><?php echo $gateway->get_icon(); ?></label>
|
31 |
<?php if ( $gateway->has_fields() || $gateway->get_description() ) : ?>
|
32 |
<div class="payment_box payment_method_<?php echo $gateway->id; ?>">
|
33 |
<p><?php echo $gateway->get_description(); ?></p>
|
34 |
</div>
|
35 |
<?php endif; ?>
|
36 |
</li>
|
|
|
37 |
<?php endforeach; ?>
|
|
|
38 |
</ul>
|
|
|
39 |
<?php endif; ?>
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit35cd58530442fc111a43026112442ecc::getLoader();
|
vendor/autoload_packages.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/composer/InstalledVersions.php
CHANGED
@@ -19,7 +19,7 @@ private static $installed = array (
|
|
19 |
'aliases' =>
|
20 |
array (
|
21 |
),
|
22 |
-
'reference' => '
|
23 |
'name' => 'vendidero/woocommerce-germanized',
|
24 |
),
|
25 |
'versions' =>
|
@@ -91,12 +91,12 @@ private static $installed = array (
|
|
91 |
),
|
92 |
'setasign/fpdf' =>
|
93 |
array (
|
94 |
-
'pretty_version' => '1.8.
|
95 |
-
'version' => '1.8.
|
96 |
'aliases' =>
|
97 |
array (
|
98 |
),
|
99 |
-
'reference' => '
|
100 |
),
|
101 |
'setasign/fpdi' =>
|
102 |
array (
|
@@ -116,12 +116,12 @@ private static $installed = array (
|
|
116 |
),
|
117 |
'vendidero/one-stop-shop-woocommerce' =>
|
118 |
array (
|
119 |
-
'pretty_version' => 'v1.1.
|
120 |
-
'version' => '1.1.
|
121 |
'aliases' =>
|
122 |
array (
|
123 |
),
|
124 |
-
'reference' => '
|
125 |
),
|
126 |
'vendidero/woocommerce-germanized' =>
|
127 |
array (
|
@@ -130,25 +130,25 @@ private static $installed = array (
|
|
130 |
'aliases' =>
|
131 |
array (
|
132 |
),
|
133 |
-
'reference' => '
|
134 |
),
|
135 |
'vendidero/woocommerce-germanized-dhl' =>
|
136 |
array (
|
137 |
-
'pretty_version' => 'v1.
|
138 |
-
'version' => '1.
|
139 |
'aliases' =>
|
140 |
array (
|
141 |
),
|
142 |
-
'reference' => '
|
143 |
),
|
144 |
'vendidero/woocommerce-germanized-shipments' =>
|
145 |
array (
|
146 |
-
'pretty_version' => 'v1.
|
147 |
-
'version' => '1.
|
148 |
'aliases' =>
|
149 |
array (
|
150 |
),
|
151 |
-
'reference' => '
|
152 |
),
|
153 |
'vendidero/woocommerce-trusted-shops' =>
|
154 |
array (
|
19 |
'aliases' =>
|
20 |
array (
|
21 |
),
|
22 |
+
'reference' => 'de03ab709484f533de19590610abcfefc5a04949',
|
23 |
'name' => 'vendidero/woocommerce-germanized',
|
24 |
),
|
25 |
'versions' =>
|
91 |
),
|
92 |
'setasign/fpdf' =>
|
93 |
array (
|
94 |
+
'pretty_version' => '1.8.4',
|
95 |
+
'version' => '1.8.4.0',
|
96 |
'aliases' =>
|
97 |
array (
|
98 |
),
|
99 |
+
'reference' => 'b0ddd9c5b98ced8230ef38534f6f3c17308a7974',
|
100 |
),
|
101 |
'setasign/fpdi' =>
|
102 |
array (
|
116 |
),
|
117 |
'vendidero/one-stop-shop-woocommerce' =>
|
118 |
array (
|
119 |
+
'pretty_version' => 'v1.1.4',
|
120 |
+
'version' => '1.1.4.0',
|
121 |
'aliases' =>
|
122 |
array (
|
123 |
),
|
124 |
+
'reference' => 'e68eb7039417c1ada83d9715fb233fb1df6706a1',
|
125 |
),
|
126 |
'vendidero/woocommerce-germanized' =>
|
127 |
array (
|
130 |
'aliases' =>
|
131 |
array (
|
132 |
),
|
133 |
+
'reference' => 'de03ab709484f533de19590610abcfefc5a04949',
|
134 |
),
|
135 |
'vendidero/woocommerce-germanized-dhl' =>
|
136 |
array (
|
137 |
+
'pretty_version' => 'v1.6.0',
|
138 |
+
'version' => '1.6.0.0',
|
139 |
'aliases' =>
|
140 |
array (
|
141 |
),
|
142 |
+
'reference' => '42d67a826b1636f00f46af7d40db29139e8429ce',
|
143 |
),
|
144 |
'vendidero/woocommerce-germanized-shipments' =>
|
145 |
array (
|
146 |
+
'pretty_version' => 'v1.6.0',
|
147 |
+
'version' => '1.6.0.0',
|
148 |
'aliases' =>
|
149 |
array (
|
150 |
),
|
151 |
+
'reference' => '68e2cb2de5afdd610597bbaebb1362caccf77bf9',
|
152 |
),
|
153 |
'vendidero/woocommerce-trusted-shops' =>
|
154 |
array (
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInitd42c55c68a75532c8b54992ee49c9237
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
-
call_user_func(\Composer\Autoload\
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
@@ -53,19 +53,19 @@ class ComposerAutoloaderInitd42c55c68a75532c8b54992ee49c9237
|
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
-
$includeFiles = Composer\Autoload\
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
-
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
-
function
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit35cd58530442fc111a43026112442ecc
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit35cd58530442fc111a43026112442ecc', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit35cd58530442fc111a43026112442ecc', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit35cd58530442fc111a43026112442ecc::getInitializer($loader));
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit35cd58530442fc111a43026112442ecc::$files;
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
+
composerRequire35cd58530442fc111a43026112442ecc($fileIdentifier, $file);
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
+
function composerRequire35cd58530442fc111a43026112442ecc($fileIdentifier, $file)
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
@@ -482,9 +482,9 @@ class ComposerStaticInitd42c55c68a75532c8b54992ee49c9237
|
|
482 |
public static function getInitializer(ClassLoader $loader)
|
483 |
{
|
484 |
return \Closure::bind(function () use ($loader) {
|
485 |
-
$loader->prefixLengthsPsr4 =
|
486 |
-
$loader->prefixDirsPsr4 =
|
487 |
-
$loader->classMap =
|
488 |
|
489 |
}, null, ClassLoader::class);
|
490 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit35cd58530442fc111a43026112442ecc
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
482 |
public static function getInitializer(ClassLoader $loader)
|
483 |
{
|
484 |
return \Closure::bind(function () use ($loader) {
|
485 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit35cd58530442fc111a43026112442ecc::$prefixLengthsPsr4;
|
486 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit35cd58530442fc111a43026112442ecc::$prefixDirsPsr4;
|
487 |
+
$loader->classMap = ComposerStaticInit35cd58530442fc111a43026112442ecc::$classMap;
|
488 |
|
489 |
}, null, ClassLoader::class);
|
490 |
}
|
vendor/composer/installed.json
CHANGED
@@ -439,24 +439,24 @@
|
|
439 |
},
|
440 |
{
|
441 |
"name": "setasign/fpdf",
|
442 |
-
"version": "1.8.
|
443 |
-
"version_normalized": "1.8.
|
444 |
"source": {
|
445 |
"type": "git",
|
446 |
"url": "https://github.com/Setasign/FPDF.git",
|
447 |
-
"reference": "
|
448 |
},
|
449 |
"dist": {
|
450 |
"type": "zip",
|
451 |
-
"url": "https://api.github.com/repos/Setasign/FPDF/zipball/
|
452 |
-
"reference": "
|
453 |
"shasum": ""
|
454 |
},
|
455 |
"require": {
|
456 |
"ext-gd": "*",
|
457 |
"ext-zlib": "*"
|
458 |
},
|
459 |
-
"time": "2021-
|
460 |
"type": "library",
|
461 |
"installation-source": "dist",
|
462 |
"autoload": {
|
@@ -482,7 +482,7 @@
|
|
482 |
"pdf"
|
483 |
],
|
484 |
"support": {
|
485 |
-
"source": "https://github.com/Setasign/FPDF/tree/1.8.
|
486 |
},
|
487 |
"install-path": "../setasign/fpdf"
|
488 |
},
|
@@ -563,17 +563,17 @@
|
|
563 |
},
|
564 |
{
|
565 |
"name": "vendidero/one-stop-shop-woocommerce",
|
566 |
-
"version": "v1.1.
|
567 |
-
"version_normalized": "1.1.
|
568 |
"source": {
|
569 |
"type": "git",
|
570 |
"url": "https://github.com/vendidero/one-stop-shop-woocommerce.git",
|
571 |
-
"reference": "
|
572 |
},
|
573 |
"dist": {
|
574 |
"type": "zip",
|
575 |
-
"url": "https://api.github.com/repos/vendidero/one-stop-shop-woocommerce/zipball/
|
576 |
-
"reference": "
|
577 |
"shasum": ""
|
578 |
},
|
579 |
"require": {
|
@@ -582,7 +582,7 @@
|
|
582 |
"require-dev": {
|
583 |
"phpunit/phpunit": "6.5.14"
|
584 |
},
|
585 |
-
"time": "2021-
|
586 |
"type": "wordpress-plugin",
|
587 |
"installation-source": "dist",
|
588 |
"autoload": {
|
@@ -604,24 +604,24 @@
|
|
604 |
"description": "One Stop Shop Helper for WooCommerce",
|
605 |
"homepage": "https://github.com/vendidero/one-stop-shop-woocommerce",
|
606 |
"support": {
|
607 |
-
"source": "https://github.com/vendidero/one-stop-shop-woocommerce/tree/v1.1.
|
608 |
"issues": "https://github.com/vendidero/one-stop-shop-woocommerce/issues"
|
609 |
},
|
610 |
"install-path": "../../packages/one-stop-shop-woocommerce"
|
611 |
},
|
612 |
{
|
613 |
"name": "vendidero/woocommerce-germanized-dhl",
|
614 |
-
"version": "v1.
|
615 |
-
"version_normalized": "1.
|
616 |
"source": {
|
617 |
"type": "git",
|
618 |
"url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
|
619 |
-
"reference": "
|
620 |
},
|
621 |
"dist": {
|
622 |
"type": "zip",
|
623 |
-
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/
|
624 |
-
"reference": "
|
625 |
"shasum": ""
|
626 |
},
|
627 |
"require": {
|
@@ -632,7 +632,7 @@
|
|
632 |
"require-dev": {
|
633 |
"phpunit/phpunit": "6.5.14"
|
634 |
},
|
635 |
-
"time": "2021-
|
636 |
"type": "wordpress-plugin",
|
637 |
"installation-source": "dist",
|
638 |
"autoload": {
|
@@ -656,24 +656,24 @@
|
|
656 |
"description": "The Germanized DHL implementation.",
|
657 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
|
658 |
"support": {
|
659 |
-
"source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.
|
660 |
"issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
|
661 |
},
|
662 |
"install-path": "../../packages/woocommerce-germanized-dhl"
|
663 |
},
|
664 |
{
|
665 |
"name": "vendidero/woocommerce-germanized-shipments",
|
666 |
-
"version": "v1.
|
667 |
-
"version_normalized": "1.
|
668 |
"source": {
|
669 |
"type": "git",
|
670 |
"url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
|
671 |
-
"reference": "
|
672 |
},
|
673 |
"dist": {
|
674 |
"type": "zip",
|
675 |
-
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/
|
676 |
-
"reference": "
|
677 |
"shasum": ""
|
678 |
},
|
679 |
"require": {
|
@@ -685,7 +685,7 @@
|
|
685 |
"require-dev": {
|
686 |
"phpunit/phpunit": "7.5.14"
|
687 |
},
|
688 |
-
"time": "2021-
|
689 |
"type": "wordpress-plugin",
|
690 |
"installation-source": "dist",
|
691 |
"autoload": {
|
@@ -707,7 +707,7 @@
|
|
707 |
"description": "The Germanized Shipments implementation.",
|
708 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
|
709 |
"support": {
|
710 |
-
"source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v1.
|
711 |
"issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
|
712 |
},
|
713 |
"install-path": "../../packages/woocommerce-germanized-shipments"
|
439 |
},
|
440 |
{
|
441 |
"name": "setasign/fpdf",
|
442 |
+
"version": "1.8.4",
|
443 |
+
"version_normalized": "1.8.4.0",
|
444 |
"source": {
|
445 |
"type": "git",
|
446 |
"url": "https://github.com/Setasign/FPDF.git",
|
447 |
+
"reference": "b0ddd9c5b98ced8230ef38534f6f3c17308a7974"
|
448 |
},
|
449 |
"dist": {
|
450 |
"type": "zip",
|
451 |
+
"url": "https://api.github.com/repos/Setasign/FPDF/zipball/b0ddd9c5b98ced8230ef38534f6f3c17308a7974",
|
452 |
+
"reference": "b0ddd9c5b98ced8230ef38534f6f3c17308a7974",
|
453 |
"shasum": ""
|
454 |
},
|
455 |
"require": {
|
456 |
"ext-gd": "*",
|
457 |
"ext-zlib": "*"
|
458 |
},
|
459 |
+
"time": "2021-08-30T07:50:06+00:00",
|
460 |
"type": "library",
|
461 |
"installation-source": "dist",
|
462 |
"autoload": {
|
482 |
"pdf"
|
483 |
],
|
484 |
"support": {
|
485 |
+
"source": "https://github.com/Setasign/FPDF/tree/1.8.4"
|
486 |
},
|
487 |
"install-path": "../setasign/fpdf"
|
488 |
},
|
563 |
},
|
564 |
{
|
565 |
"name": "vendidero/one-stop-shop-woocommerce",
|
566 |
+
"version": "v1.1.4",
|
567 |
+
"version_normalized": "1.1.4.0",
|
568 |
"source": {
|
569 |
"type": "git",
|
570 |
"url": "https://github.com/vendidero/one-stop-shop-woocommerce.git",
|
571 |
+
"reference": "e68eb7039417c1ada83d9715fb233fb1df6706a1"
|
572 |
},
|
573 |
"dist": {
|
574 |
"type": "zip",
|
575 |
+
"url": "https://api.github.com/repos/vendidero/one-stop-shop-woocommerce/zipball/e68eb7039417c1ada83d9715fb233fb1df6706a1",
|
576 |
+
"reference": "e68eb7039417c1ada83d9715fb233fb1df6706a1",
|
577 |
"shasum": ""
|
578 |
},
|
579 |
"require": {
|
582 |
"require-dev": {
|
583 |
"phpunit/phpunit": "6.5.14"
|
584 |
},
|
585 |
+
"time": "2021-09-02T10:24:10+00:00",
|
586 |
"type": "wordpress-plugin",
|
587 |
"installation-source": "dist",
|
588 |
"autoload": {
|
604 |
"description": "One Stop Shop Helper for WooCommerce",
|
605 |
"homepage": "https://github.com/vendidero/one-stop-shop-woocommerce",
|
606 |
"support": {
|
607 |
+
"source": "https://github.com/vendidero/one-stop-shop-woocommerce/tree/v1.1.4",
|
608 |
"issues": "https://github.com/vendidero/one-stop-shop-woocommerce/issues"
|
609 |
},
|
610 |
"install-path": "../../packages/one-stop-shop-woocommerce"
|
611 |
},
|
612 |
{
|
613 |
"name": "vendidero/woocommerce-germanized-dhl",
|
614 |
+
"version": "v1.6.0",
|
615 |
+
"version_normalized": "1.6.0.0",
|
616 |
"source": {
|
617 |
"type": "git",
|
618 |
"url": "https://github.com/vendidero/woocommerce-germanized-dhl.git",
|
619 |
+
"reference": "42d67a826b1636f00f46af7d40db29139e8429ce"
|
620 |
},
|
621 |
"dist": {
|
622 |
"type": "zip",
|
623 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-dhl/zipball/42d67a826b1636f00f46af7d40db29139e8429ce",
|
624 |
+
"reference": "42d67a826b1636f00f46af7d40db29139e8429ce",
|
625 |
"shasum": ""
|
626 |
},
|
627 |
"require": {
|
632 |
"require-dev": {
|
633 |
"phpunit/phpunit": "6.5.14"
|
634 |
},
|
635 |
+
"time": "2021-09-02T12:49:52+00:00",
|
636 |
"type": "wordpress-plugin",
|
637 |
"installation-source": "dist",
|
638 |
"autoload": {
|
656 |
"description": "The Germanized DHL implementation.",
|
657 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-dhl",
|
658 |
"support": {
|
659 |
+
"source": "https://github.com/vendidero/woocommerce-germanized-dhl/tree/v1.6.0",
|
660 |
"issues": "https://github.com/vendidero/woocommerce-germanized-dhl/issues"
|
661 |
},
|
662 |
"install-path": "../../packages/woocommerce-germanized-dhl"
|
663 |
},
|
664 |
{
|
665 |
"name": "vendidero/woocommerce-germanized-shipments",
|
666 |
+
"version": "v1.6.0",
|
667 |
+
"version_normalized": "1.6.0.0",
|
668 |
"source": {
|
669 |
"type": "git",
|
670 |
"url": "https://github.com/vendidero/woocommerce-germanized-shipments.git",
|
671 |
+
"reference": "68e2cb2de5afdd610597bbaebb1362caccf77bf9"
|
672 |
},
|
673 |
"dist": {
|
674 |
"type": "zip",
|
675 |
+
"url": "https://api.github.com/repos/vendidero/woocommerce-germanized-shipments/zipball/68e2cb2de5afdd610597bbaebb1362caccf77bf9",
|
676 |
+
"reference": "68e2cb2de5afdd610597bbaebb1362caccf77bf9",
|
677 |
"shasum": ""
|
678 |
},
|
679 |
"require": {
|
685 |
"require-dev": {
|
686 |
"phpunit/phpunit": "7.5.14"
|
687 |
},
|
688 |
+
"time": "2021-09-02T10:29:50+00:00",
|
689 |
"type": "wordpress-plugin",
|
690 |
"installation-source": "dist",
|
691 |
"autoload": {
|
707 |
"description": "The Germanized Shipments implementation.",
|
708 |
"homepage": "https://github.com/vendidero/woocommerce-germanized-shipments",
|
709 |
"support": {
|
710 |
+
"source": "https://github.com/vendidero/woocommerce-germanized-shipments/tree/v1.6.0",
|
711 |
"issues": "https://github.com/vendidero/woocommerce-germanized-shipments/issues"
|
712 |
},
|
713 |
"install-path": "../../packages/woocommerce-germanized-shipments"
|
vendor/composer/installed.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
-
'reference' => '
|
10 |
'name' => 'vendidero/woocommerce-germanized',
|
11 |
),
|
12 |
'versions' =>
|
@@ -78,12 +78,12 @@
|
|
78 |
),
|
79 |
'setasign/fpdf' =>
|
80 |
array (
|
81 |
-
'pretty_version' => '1.8.
|
82 |
-
'version' => '1.8.
|
83 |
'aliases' =>
|
84 |
array (
|
85 |
),
|
86 |
-
'reference' => '
|
87 |
),
|
88 |
'setasign/fpdi' =>
|
89 |
array (
|
@@ -103,12 +103,12 @@
|
|
103 |
),
|
104 |
'vendidero/one-stop-shop-woocommerce' =>
|
105 |
array (
|
106 |
-
'pretty_version' => 'v1.1.
|
107 |
-
'version' => '1.1.
|
108 |
'aliases' =>
|
109 |
array (
|
110 |
),
|
111 |
-
'reference' => '
|
112 |
),
|
113 |
'vendidero/woocommerce-germanized' =>
|
114 |
array (
|
@@ -117,25 +117,25 @@
|
|
117 |
'aliases' =>
|
118 |
array (
|
119 |
),
|
120 |
-
'reference' => '
|
121 |
),
|
122 |
'vendidero/woocommerce-germanized-dhl' =>
|
123 |
array (
|
124 |
-
'pretty_version' => 'v1.
|
125 |
-
'version' => '1.
|
126 |
'aliases' =>
|
127 |
array (
|
128 |
),
|
129 |
-
'reference' => '
|
130 |
),
|
131 |
'vendidero/woocommerce-germanized-shipments' =>
|
132 |
array (
|
133 |
-
'pretty_version' => 'v1.
|
134 |
-
'version' => '1.
|
135 |
'aliases' =>
|
136 |
array (
|
137 |
),
|
138 |
-
'reference' => '
|
139 |
),
|
140 |
'vendidero/woocommerce-trusted-shops' =>
|
141 |
array (
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
+
'reference' => 'de03ab709484f533de19590610abcfefc5a04949',
|
10 |
'name' => 'vendidero/woocommerce-germanized',
|
11 |
),
|
12 |
'versions' =>
|
78 |
),
|
79 |
'setasign/fpdf' =>
|
80 |
array (
|
81 |
+
'pretty_version' => '1.8.4',
|
82 |
+
'version' => '1.8.4.0',
|
83 |
'aliases' =>
|
84 |
array (
|
85 |
),
|
86 |
+
'reference' => 'b0ddd9c5b98ced8230ef38534f6f3c17308a7974',
|
87 |
),
|
88 |
'setasign/fpdi' =>
|
89 |
array (
|
103 |
),
|
104 |
'vendidero/one-stop-shop-woocommerce' =>
|
105 |
array (
|
106 |
+
'pretty_version' => 'v1.1.4',
|
107 |
+
'version' => '1.1.4.0',
|
108 |
'aliases' =>
|
109 |
array (
|
110 |
),
|
111 |
+
'reference' => 'e68eb7039417c1ada83d9715fb233fb1df6706a1',
|
112 |
),
|
113 |
'vendidero/woocommerce-germanized' =>
|
114 |
array (
|
117 |
'aliases' =>
|
118 |
array (
|
119 |
),
|
120 |
+
'reference' => 'de03ab709484f533de19590610abcfefc5a04949',
|
121 |
),
|
122 |
'vendidero/woocommerce-germanized-dhl' =>
|
123 |
array (
|
124 |
+
'pretty_version' => 'v1.6.0',
|
125 |
+
'version' => '1.6.0.0',
|
126 |
'aliases' =>
|
127 |
array (
|
128 |
),
|
129 |
+
'reference' => '42d67a826b1636f00f46af7d40db29139e8429ce',
|
130 |
),
|
131 |
'vendidero/woocommerce-germanized-shipments' =>
|
132 |
array (
|
133 |
+
'pretty_version' => 'v1.6.0',
|
134 |
+
'version' => '1.6.0.0',
|
135 |
'aliases' =>
|
136 |
array (
|
137 |
),
|
138 |
+
'reference' => '68e2cb2de5afdd610597bbaebb1362caccf77bf9',
|
139 |
),
|
140 |
'vendidero/woocommerce-trusted-shops' =>
|
141 |
array (
|
vendor/composer/jetpack_autoload_classmap.php
CHANGED
@@ -323,439 +323,439 @@ return array(
|
|
323 |
'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
|
324 |
),
|
325 |
'Vendidero\\OneStopShop\\SettingsPage' => array(
|
326 |
-
'version' => '1.1.
|
327 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/SettingsPage.php'
|
328 |
),
|
329 |
'Vendidero\\OneStopShop\\Install' => array(
|
330 |
-
'version' => '1.1.
|
331 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Install.php'
|
332 |
),
|
333 |
'Vendidero\\OneStopShop\\Settings' => array(
|
334 |
-
'version' => '1.1.
|
335 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Settings.php'
|
336 |
),
|
337 |
'Vendidero\\OneStopShop\\Package' => array(
|
338 |
-
'version' => '1.1.
|
339 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Package.php'
|
340 |
),
|
341 |
'Vendidero\\OneStopShop\\ReportTable' => array(
|
342 |
-
'version' => '1.1.
|
343 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/ReportTable.php'
|
344 |
),
|
345 |
'Vendidero\\OneStopShop\\CSVExporter' => array(
|
346 |
-
'version' => '1.1.
|
347 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporter.php'
|
348 |
),
|
349 |
'Vendidero\\OneStopShop\\DeliveryThresholdEmailNotification' => array(
|
350 |
-
'version' => '1.1.
|
351 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php'
|
352 |
),
|
353 |
'Vendidero\\OneStopShop\\Queue' => array(
|
354 |
-
'version' => '1.1.
|
355 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Queue.php'
|
356 |
),
|
357 |
'Vendidero\\OneStopShop\\Tax' => array(
|
358 |
-
'version' => '1.1.
|
359 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Tax.php'
|
360 |
),
|
361 |
'Vendidero\\OneStopShop\\AsyncReportGenerator' => array(
|
362 |
-
'version' => '1.1.
|
363 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php'
|
364 |
),
|
365 |
'Vendidero\\OneStopShop\\DeliveryThresholdWarning' => array(
|
366 |
-
'version' => '1.1.
|
367 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdWarning.php'
|
368 |
),
|
369 |
'Vendidero\\OneStopShop\\Admin' => array(
|
370 |
-
'version' => '1.1.
|
371 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Admin.php'
|
372 |
),
|
373 |
'Vendidero\\OneStopShop\\AdminNote' => array(
|
374 |
-
'version' => '1.1.
|
375 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AdminNote.php'
|
376 |
),
|
377 |
'Vendidero\\OneStopShop\\Report' => array(
|
378 |
-
'version' => '1.1.
|
379 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Report.php'
|
380 |
),
|
381 |
'Vendidero\\Germanized\\Shipments\\Shipment' => array(
|
382 |
-
'version' => '1.
|
383 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
|
384 |
),
|
385 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Auto' => array(
|
386 |
-
'version' => '1.
|
387 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php'
|
388 |
),
|
389 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Method' => array(
|
390 |
-
'version' => '1.
|
391 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Method.php'
|
392 |
),
|
393 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Simple' => array(
|
394 |
-
'version' => '1.
|
395 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php'
|
396 |
),
|
397 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Helper' => array(
|
398 |
-
'version' => '1.
|
399 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Helper.php'
|
400 |
),
|
401 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\MethodPlaceholder' => array(
|
402 |
-
'version' => '1.
|
403 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/MethodPlaceholder.php'
|
404 |
),
|
405 |
'Vendidero\\Germanized\\Shipments\\Install' => array(
|
406 |
-
'version' => '1.
|
407 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
|
408 |
),
|
409 |
'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
|
410 |
-
'version' => '1.
|
411 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
|
412 |
),
|
413 |
'Vendidero\\Germanized\\Shipments\\Package' => array(
|
414 |
-
'version' => '1.
|
415 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
|
416 |
),
|
417 |
'Vendidero\\Germanized\\Shipments\\Product' => array(
|
418 |
-
'version' => '1.
|
419 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Product.php'
|
420 |
),
|
421 |
'Vendidero\\Germanized\\Shipments\\Order' => array(
|
422 |
-
'version' => '1.
|
423 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
|
424 |
),
|
425 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
|
426 |
-
'version' => '1.
|
427 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
|
428 |
),
|
429 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Label' => array(
|
430 |
-
'version' => '1.
|
431 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Label.php'
|
432 |
),
|
433 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
|
434 |
-
'version' => '1.
|
435 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
|
436 |
),
|
437 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Packaging' => array(
|
438 |
-
'version' => '1.
|
439 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php'
|
440 |
),
|
441 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
|
442 |
-
'version' => '1.
|
443 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
|
444 |
),
|
445 |
'Vendidero\\Germanized\\Shipments\\PackagingFactory' => array(
|
446 |
-
'version' => '1.
|
447 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PackagingFactory.php'
|
448 |
),
|
449 |
'Vendidero\\Germanized\\Shipments\\Ajax' => array(
|
450 |
-
'version' => '1.
|
451 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
|
452 |
),
|
453 |
'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
|
454 |
-
'version' => '1.
|
455 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
|
456 |
),
|
457 |
'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
|
458 |
-
'version' => '1.
|
459 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
|
460 |
),
|
461 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
|
462 |
-
'version' => '1.
|
463 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
|
464 |
),
|
465 |
'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
|
466 |
-
'version' => '1.
|
467 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
|
468 |
),
|
469 |
'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
|
470 |
-
'version' => '1.
|
471 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
|
472 |
),
|
473 |
'Vendidero\\Germanized\\Shipments\\Admin\\ProviderSettings' => array(
|
474 |
-
'version' => '1.
|
475 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php'
|
476 |
),
|
477 |
'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
|
478 |
-
'version' => '1.
|
479 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
|
480 |
),
|
481 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
|
482 |
-
'version' => '1.
|
483 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
|
484 |
),
|
485 |
'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
|
486 |
-
'version' => '1.
|
487 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
|
488 |
),
|
489 |
'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
|
490 |
-
'version' => '1.
|
491 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
|
492 |
),
|
493 |
'Vendidero\\Germanized\\Shipments\\Labels\\Factory' => array(
|
494 |
-
'version' => '1.
|
495 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Factory.php'
|
496 |
),
|
497 |
'Vendidero\\Germanized\\Shipments\\Labels\\Label' => array(
|
498 |
-
'version' => '1.
|
499 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Label.php'
|
500 |
),
|
501 |
'Vendidero\\Germanized\\Shipments\\Labels\\ReturnLabel' => array(
|
502 |
-
'version' => '1.
|
503 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/ReturnLabel.php'
|
504 |
),
|
505 |
'Vendidero\\Germanized\\Shipments\\Labels\\DownloadHandler' => array(
|
506 |
-
'version' => '1.
|
507 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/DownloadHandler.php'
|
508 |
),
|
509 |
'Vendidero\\Germanized\\Shipments\\Labels\\Automation' => array(
|
510 |
-
'version' => '1.
|
511 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Automation.php'
|
512 |
),
|
513 |
'Vendidero\\Germanized\\Shipments\\Labels\\Query' => array(
|
514 |
-
'version' => '1.
|
515 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Query.php'
|
516 |
),
|
517 |
'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
|
518 |
-
'version' => '1.
|
519 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
|
520 |
),
|
521 |
'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
|
522 |
-
'version' => '1.
|
523 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
|
524 |
),
|
525 |
'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
|
526 |
-
'version' => '1.
|
527 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
|
528 |
),
|
529 |
'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
|
530 |
-
'version' => '1.
|
531 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
|
532 |
),
|
533 |
'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
|
534 |
-
'version' => '1.
|
535 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
|
536 |
),
|
537 |
'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
|
538 |
-
'version' => '1.
|
539 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
|
540 |
),
|
541 |
'Vendidero\\Germanized\\Shipments\\Automation' => array(
|
542 |
-
'version' => '1.
|
543 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
|
544 |
),
|
545 |
'Vendidero\\Germanized\\Shipments\\Packaging' => array(
|
546 |
-
'version' => '1.
|
547 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging.php'
|
548 |
),
|
549 |
'Vendidero\\Germanized\\Shipments\\Api' => array(
|
550 |
-
'version' => '1.
|
551 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
|
552 |
),
|
553 |
'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
|
554 |
-
'version' => '1.
|
555 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
|
556 |
),
|
557 |
'Vendidero\\Germanized\\Shipments\\Validation' => array(
|
558 |
-
'version' => '1.
|
559 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
|
560 |
),
|
561 |
'Vendidero\\Germanized\\Shipments\\Emails' => array(
|
562 |
-
'version' => '1.
|
563 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
|
564 |
),
|
565 |
'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
|
566 |
-
'version' => '1.
|
567 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
|
568 |
),
|
569 |
'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
|
570 |
-
'version' => '1.
|
571 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
|
572 |
),
|
573 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProviderAuto' => array(
|
574 |
-
'version' => '1.
|
575 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProviderAuto.php'
|
576 |
),
|
577 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProvider' => array(
|
578 |
-
'version' => '1.
|
579 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php'
|
580 |
),
|
581 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
|
582 |
-
'version' => '1.
|
583 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentReturnLabel.php'
|
584 |
),
|
585 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
|
586 |
-
'version' => '1.
|
587 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
|
588 |
),
|
589 |
'Vendidero\\Germanized\\Shipments\\Packing\\PackagingBox' => array(
|
590 |
-
'version' => '1.
|
591 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/PackagingBox.php'
|
592 |
),
|
593 |
'Vendidero\\Germanized\\Shipments\\Packing\\OrderItem' => array(
|
594 |
-
'version' => '1.
|
595 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/OrderItem.php'
|
596 |
),
|
597 |
'Vendidero\\Germanized\\Shipments\\Packing\\Helper' => array(
|
598 |
-
'version' => '1.
|
599 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/Helper.php'
|
600 |
),
|
601 |
'Vendidero\\Germanized\\Shipments\\Packing\\ShipmentItem' => array(
|
602 |
-
'version' => '1.
|
603 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/ShipmentItem.php'
|
604 |
),
|
605 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DeutschePost' => array(
|
606 |
-
'version' => '1.
|
607 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php'
|
608 |
),
|
609 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\ShippingMethod' => array(
|
610 |
-
'version' => '1.
|
611 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php'
|
612 |
),
|
613 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DHL' => array(
|
614 |
-
'version' => '1.
|
615 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php'
|
616 |
),
|
617 |
'Vendidero\\Germanized\\DHL\\Install' => array(
|
618 |
-
'version' => '1.
|
619 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
|
620 |
),
|
621 |
'Vendidero\\Germanized\\DHL\\Package' => array(
|
622 |
-
'version' => '1.
|
623 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
|
624 |
),
|
625 |
'Vendidero\\Germanized\\DHL\\Product' => array(
|
626 |
-
'version' => '1.
|
627 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
|
628 |
),
|
629 |
'Vendidero\\Germanized\\DHL\\Order' => array(
|
630 |
-
'version' => '1.
|
631 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
|
632 |
),
|
633 |
'Vendidero\\Germanized\\DHL\\Ajax' => array(
|
634 |
-
'version' => '1.
|
635 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
|
636 |
),
|
637 |
'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
|
638 |
-
'version' => '1.
|
639 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
|
640 |
),
|
641 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\Internetmarke' => array(
|
642 |
-
'version' => '1.
|
643 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/Internetmarke.php'
|
644 |
),
|
645 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\DHL' => array(
|
646 |
-
'version' => '1.
|
647 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/DHL.php'
|
648 |
),
|
649 |
'Vendidero\\Germanized\\DHL\\Admin\\Status' => array(
|
650 |
-
'version' => '1.
|
651 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Status.php'
|
652 |
),
|
653 |
'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
|
654 |
-
'version' => '1.
|
655 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
|
656 |
),
|
657 |
'Vendidero\\Germanized\\DHL\\Label\\DHLInlayReturn' => array(
|
658 |
-
'version' => '1.
|
659 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLInlayReturn.php'
|
660 |
),
|
661 |
'Vendidero\\Germanized\\DHL\\Label\\Label' => array(
|
662 |
-
'version' => '1.
|
663 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/Label.php'
|
664 |
),
|
665 |
'Vendidero\\Germanized\\DHL\\Label\\DHLReturn' => array(
|
666 |
-
'version' => '1.
|
667 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLReturn.php'
|
668 |
),
|
669 |
'Vendidero\\Germanized\\DHL\\Label\\ReturnLabel' => array(
|
670 |
-
'version' => '1.
|
671 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/ReturnLabel.php'
|
672 |
),
|
673 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePost' => array(
|
674 |
-
'version' => '1.
|
675 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php'
|
676 |
),
|
677 |
'Vendidero\\Germanized\\DHL\\Label\\DHL' => array(
|
678 |
-
'version' => '1.
|
679 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHL.php'
|
680 |
),
|
681 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePostReturn' => array(
|
682 |
-
'version' => '1.
|
683 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php'
|
684 |
),
|
685 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelQuery' => array(
|
686 |
-
'version' => '1.
|
687 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php'
|
688 |
),
|
689 |
'Vendidero\\Germanized\\DHL\\Legacy\\DataStores\\Label' => array(
|
690 |
-
'version' => '1.
|
691 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php'
|
692 |
),
|
693 |
'Vendidero\\Germanized\\DHL\\Legacy\\DownloadHandler' => array(
|
694 |
-
'version' => '1.
|
695 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DownloadHandler.php'
|
696 |
),
|
697 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelFactory' => array(
|
698 |
-
'version' => '1.
|
699 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelFactory.php'
|
700 |
),
|
701 |
'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
|
702 |
-
'version' => '1.
|
703 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
|
704 |
),
|
705 |
'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
|
706 |
-
'version' => '1.
|
707 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
|
708 |
),
|
709 |
'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
|
710 |
-
'version' => '1.
|
711 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
|
712 |
),
|
713 |
'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
|
714 |
-
'version' => '1.
|
715 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
|
716 |
),
|
717 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductList' => array(
|
718 |
-
'version' => '1.
|
719 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductList.php'
|
720 |
),
|
721 |
'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
|
722 |
-
'version' => '1.
|
723 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
|
724 |
),
|
725 |
'Vendidero\\Germanized\\DHL\\Api\\Internetmarke' => array(
|
726 |
-
'version' => '1.
|
727 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php'
|
728 |
),
|
729 |
'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
|
730 |
-
'version' => '1.
|
731 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
|
732 |
),
|
733 |
'Vendidero\\Germanized\\DHL\\Api\\ImPartnerInformation' => array(
|
734 |
-
'version' => '1.
|
735 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImPartnerInformation.php'
|
736 |
),
|
737 |
'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
|
738 |
-
'version' => '1.
|
739 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
|
740 |
),
|
741 |
'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
|
742 |
-
'version' => '1.
|
743 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
|
744 |
),
|
745 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductsSoap' => array(
|
746 |
-
'version' => '1.
|
747 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductsSoap.php'
|
748 |
),
|
749 |
'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
|
750 |
-
'version' => '1.
|
751 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
|
752 |
),
|
753 |
'Vendidero\\Germanized\\DHL\\Api\\ImRefundSoap' => array(
|
754 |
-
'version' => '1.
|
755 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImRefundSoap.php'
|
756 |
),
|
757 |
'Vendidero\\Germanized\\DHL\\Api\\ImWarenpostIntRest' => array(
|
758 |
-
'version' => '1.
|
759 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php'
|
760 |
),
|
761 |
'Vendidero\\Germanized\\Shopmark' => array(
|
@@ -1463,7 +1463,7 @@ return array(
|
|
1463 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php'
|
1464 |
),
|
1465 |
'FPDF' => array(
|
1466 |
-
'version' => '1.8.
|
1467 |
'path' => $vendorDir . '/setasign/fpdf/fpdf.php'
|
1468 |
),
|
1469 |
);
|
323 |
'path' => $baseDir . '/packages/woocommerce-trusted-shops/src/Package.php'
|
324 |
),
|
325 |
'Vendidero\\OneStopShop\\SettingsPage' => array(
|
326 |
+
'version' => '1.1.4.0',
|
327 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/SettingsPage.php'
|
328 |
),
|
329 |
'Vendidero\\OneStopShop\\Install' => array(
|
330 |
+
'version' => '1.1.4.0',
|
331 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Install.php'
|
332 |
),
|
333 |
'Vendidero\\OneStopShop\\Settings' => array(
|
334 |
+
'version' => '1.1.4.0',
|
335 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Settings.php'
|
336 |
),
|
337 |
'Vendidero\\OneStopShop\\Package' => array(
|
338 |
+
'version' => '1.1.4.0',
|
339 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Package.php'
|
340 |
),
|
341 |
'Vendidero\\OneStopShop\\ReportTable' => array(
|
342 |
+
'version' => '1.1.4.0',
|
343 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/ReportTable.php'
|
344 |
),
|
345 |
'Vendidero\\OneStopShop\\CSVExporter' => array(
|
346 |
+
'version' => '1.1.4.0',
|
347 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/CSVExporter.php'
|
348 |
),
|
349 |
'Vendidero\\OneStopShop\\DeliveryThresholdEmailNotification' => array(
|
350 |
+
'version' => '1.1.4.0',
|
351 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdEmailNotification.php'
|
352 |
),
|
353 |
'Vendidero\\OneStopShop\\Queue' => array(
|
354 |
+
'version' => '1.1.4.0',
|
355 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Queue.php'
|
356 |
),
|
357 |
'Vendidero\\OneStopShop\\Tax' => array(
|
358 |
+
'version' => '1.1.4.0',
|
359 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Tax.php'
|
360 |
),
|
361 |
'Vendidero\\OneStopShop\\AsyncReportGenerator' => array(
|
362 |
+
'version' => '1.1.4.0',
|
363 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AsyncReportGenerator.php'
|
364 |
),
|
365 |
'Vendidero\\OneStopShop\\DeliveryThresholdWarning' => array(
|
366 |
+
'version' => '1.1.4.0',
|
367 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/DeliveryThresholdWarning.php'
|
368 |
),
|
369 |
'Vendidero\\OneStopShop\\Admin' => array(
|
370 |
+
'version' => '1.1.4.0',
|
371 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Admin.php'
|
372 |
),
|
373 |
'Vendidero\\OneStopShop\\AdminNote' => array(
|
374 |
+
'version' => '1.1.4.0',
|
375 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/AdminNote.php'
|
376 |
),
|
377 |
'Vendidero\\OneStopShop\\Report' => array(
|
378 |
+
'version' => '1.1.4.0',
|
379 |
'path' => $baseDir . '/packages/one-stop-shop-woocommerce/src/Report.php'
|
380 |
),
|
381 |
'Vendidero\\Germanized\\Shipments\\Shipment' => array(
|
382 |
+
'version' => '1.6.0.0',
|
383 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Shipment.php'
|
384 |
),
|
385 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Auto' => array(
|
386 |
+
'version' => '1.6.0.0',
|
387 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Auto.php'
|
388 |
),
|
389 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Method' => array(
|
390 |
+
'version' => '1.6.0.0',
|
391 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Method.php'
|
392 |
),
|
393 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Simple' => array(
|
394 |
+
'version' => '1.6.0.0',
|
395 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Simple.php'
|
396 |
),
|
397 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\Helper' => array(
|
398 |
+
'version' => '1.6.0.0',
|
399 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/Helper.php'
|
400 |
),
|
401 |
'Vendidero\\Germanized\\Shipments\\ShippingProvider\\MethodPlaceholder' => array(
|
402 |
+
'version' => '1.6.0.0',
|
403 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShippingProvider/MethodPlaceholder.php'
|
404 |
),
|
405 |
'Vendidero\\Germanized\\Shipments\\Install' => array(
|
406 |
+
'version' => '1.6.0.0',
|
407 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Install.php'
|
408 |
),
|
409 |
'Vendidero\\Germanized\\Shipments\\SimpleShipment' => array(
|
410 |
+
'version' => '1.6.0.0',
|
411 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/SimpleShipment.php'
|
412 |
),
|
413 |
'Vendidero\\Germanized\\Shipments\\Package' => array(
|
414 |
+
'version' => '1.6.0.0',
|
415 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Package.php'
|
416 |
),
|
417 |
'Vendidero\\Germanized\\Shipments\\Product' => array(
|
418 |
+
'version' => '1.6.0.0',
|
419 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Product.php'
|
420 |
),
|
421 |
'Vendidero\\Germanized\\Shipments\\Order' => array(
|
422 |
+
'version' => '1.6.0.0',
|
423 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Order.php'
|
424 |
),
|
425 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Shipment' => array(
|
426 |
+
'version' => '1.6.0.0',
|
427 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Shipment.php'
|
428 |
),
|
429 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Label' => array(
|
430 |
+
'version' => '1.6.0.0',
|
431 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Label.php'
|
432 |
),
|
433 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShippingProvider' => array(
|
434 |
+
'version' => '1.6.0.0',
|
435 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShippingProvider.php'
|
436 |
),
|
437 |
'Vendidero\\Germanized\\Shipments\\DataStores\\Packaging' => array(
|
438 |
+
'version' => '1.6.0.0',
|
439 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/Packaging.php'
|
440 |
),
|
441 |
'Vendidero\\Germanized\\Shipments\\DataStores\\ShipmentItem' => array(
|
442 |
+
'version' => '1.6.0.0',
|
443 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/DataStores/ShipmentItem.php'
|
444 |
),
|
445 |
'Vendidero\\Germanized\\Shipments\\PackagingFactory' => array(
|
446 |
+
'version' => '1.6.0.0',
|
447 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PackagingFactory.php'
|
448 |
),
|
449 |
'Vendidero\\Germanized\\Shipments\\Ajax' => array(
|
450 |
+
'version' => '1.6.0.0',
|
451 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Ajax.php'
|
452 |
),
|
453 |
'Vendidero\\Germanized\\Shipments\\ReturnShipment' => array(
|
454 |
+
'version' => '1.6.0.0',
|
455 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnShipment.php'
|
456 |
),
|
457 |
'Vendidero\\Germanized\\Shipments\\AddressSplitter' => array(
|
458 |
+
'version' => '1.6.0.0',
|
459 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/AddressSplitter.php'
|
460 |
),
|
461 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkLabel' => array(
|
462 |
+
'version' => '1.6.0.0',
|
463 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkLabel.php'
|
464 |
),
|
465 |
'Vendidero\\Germanized\\Shipments\\Admin\\Settings' => array(
|
466 |
+
'version' => '1.6.0.0',
|
467 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Settings.php'
|
468 |
),
|
469 |
'Vendidero\\Germanized\\Shipments\\Admin\\MetaBox' => array(
|
470 |
+
'version' => '1.6.0.0',
|
471 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/MetaBox.php'
|
472 |
),
|
473 |
'Vendidero\\Germanized\\Shipments\\Admin\\ProviderSettings' => array(
|
474 |
+
'version' => '1.6.0.0',
|
475 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ProviderSettings.php'
|
476 |
),
|
477 |
'Vendidero\\Germanized\\Shipments\\Admin\\ReturnTable' => array(
|
478 |
+
'version' => '1.6.0.0',
|
479 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/ReturnTable.php'
|
480 |
),
|
481 |
'Vendidero\\Germanized\\Shipments\\Admin\\BulkActionHandler' => array(
|
482 |
+
'version' => '1.6.0.0',
|
483 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/BulkActionHandler.php'
|
484 |
),
|
485 |
'Vendidero\\Germanized\\Shipments\\Admin\\Admin' => array(
|
486 |
+
'version' => '1.6.0.0',
|
487 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Admin.php'
|
488 |
),
|
489 |
'Vendidero\\Germanized\\Shipments\\Admin\\Table' => array(
|
490 |
+
'version' => '1.6.0.0',
|
491 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Admin/Table.php'
|
492 |
),
|
493 |
'Vendidero\\Germanized\\Shipments\\Labels\\Factory' => array(
|
494 |
+
'version' => '1.6.0.0',
|
495 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Factory.php'
|
496 |
),
|
497 |
'Vendidero\\Germanized\\Shipments\\Labels\\Label' => array(
|
498 |
+
'version' => '1.6.0.0',
|
499 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Label.php'
|
500 |
),
|
501 |
'Vendidero\\Germanized\\Shipments\\Labels\\ReturnLabel' => array(
|
502 |
+
'version' => '1.6.0.0',
|
503 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/ReturnLabel.php'
|
504 |
),
|
505 |
'Vendidero\\Germanized\\Shipments\\Labels\\DownloadHandler' => array(
|
506 |
+
'version' => '1.6.0.0',
|
507 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/DownloadHandler.php'
|
508 |
),
|
509 |
'Vendidero\\Germanized\\Shipments\\Labels\\Automation' => array(
|
510 |
+
'version' => '1.6.0.0',
|
511 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Automation.php'
|
512 |
),
|
513 |
'Vendidero\\Germanized\\Shipments\\Labels\\Query' => array(
|
514 |
+
'version' => '1.6.0.0',
|
515 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Labels/Query.php'
|
516 |
),
|
517 |
'Vendidero\\Germanized\\Shipments\\ShipmentQuery' => array(
|
518 |
+
'version' => '1.6.0.0',
|
519 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentQuery.php'
|
520 |
),
|
521 |
'Vendidero\\Germanized\\Shipments\\WPMLHelper' => array(
|
522 |
+
'version' => '1.6.0.0',
|
523 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/WPMLHelper.php'
|
524 |
),
|
525 |
'Vendidero\\Germanized\\Shipments\\ShipmentReturnItem' => array(
|
526 |
+
'version' => '1.6.0.0',
|
527 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentReturnItem.php'
|
528 |
),
|
529 |
'Vendidero\\Germanized\\Shipments\\FormHandler' => array(
|
530 |
+
'version' => '1.6.0.0',
|
531 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/FormHandler.php'
|
532 |
),
|
533 |
'Vendidero\\Germanized\\Shipments\\PDFMerger' => array(
|
534 |
+
'version' => '1.6.0.0',
|
535 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFMerger.php'
|
536 |
),
|
537 |
'Vendidero\\Germanized\\Shipments\\ShipmentFactory' => array(
|
538 |
+
'version' => '1.6.0.0',
|
539 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentFactory.php'
|
540 |
),
|
541 |
'Vendidero\\Germanized\\Shipments\\Automation' => array(
|
542 |
+
'version' => '1.6.0.0',
|
543 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Automation.php'
|
544 |
),
|
545 |
'Vendidero\\Germanized\\Shipments\\Packaging' => array(
|
546 |
+
'version' => '1.6.0.0',
|
547 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packaging.php'
|
548 |
),
|
549 |
'Vendidero\\Germanized\\Shipments\\Api' => array(
|
550 |
+
'version' => '1.6.0.0',
|
551 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Api.php'
|
552 |
),
|
553 |
'Vendidero\\Germanized\\Shipments\\ShipmentItem' => array(
|
554 |
+
'version' => '1.6.0.0',
|
555 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ShipmentItem.php'
|
556 |
),
|
557 |
'Vendidero\\Germanized\\Shipments\\Validation' => array(
|
558 |
+
'version' => '1.6.0.0',
|
559 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Validation.php'
|
560 |
),
|
561 |
'Vendidero\\Germanized\\Shipments\\Emails' => array(
|
562 |
+
'version' => '1.6.0.0',
|
563 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Emails.php'
|
564 |
),
|
565 |
'Vendidero\\Germanized\\Shipments\\PDFSplitter' => array(
|
566 |
+
'version' => '1.6.0.0',
|
567 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/PDFSplitter.php'
|
568 |
),
|
569 |
'Vendidero\\Germanized\\Shipments\\ReturnReason' => array(
|
570 |
+
'version' => '1.6.0.0',
|
571 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/ReturnReason.php'
|
572 |
),
|
573 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProviderAuto' => array(
|
574 |
+
'version' => '1.6.0.0',
|
575 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProviderAuto.php'
|
576 |
),
|
577 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShippingProvider' => array(
|
578 |
+
'version' => '1.6.0.0',
|
579 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShippingProvider.php'
|
580 |
),
|
581 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentReturnLabel' => array(
|
582 |
+
'version' => '1.6.0.0',
|
583 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentReturnLabel.php'
|
584 |
),
|
585 |
'Vendidero\\Germanized\\Shipments\\Interfaces\\ShipmentLabel' => array(
|
586 |
+
'version' => '1.6.0.0',
|
587 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Interfaces/ShipmentLabel.php'
|
588 |
),
|
589 |
'Vendidero\\Germanized\\Shipments\\Packing\\PackagingBox' => array(
|
590 |
+
'version' => '1.6.0.0',
|
591 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/PackagingBox.php'
|
592 |
),
|
593 |
'Vendidero\\Germanized\\Shipments\\Packing\\OrderItem' => array(
|
594 |
+
'version' => '1.6.0.0',
|
595 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/OrderItem.php'
|
596 |
),
|
597 |
'Vendidero\\Germanized\\Shipments\\Packing\\Helper' => array(
|
598 |
+
'version' => '1.6.0.0',
|
599 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/Helper.php'
|
600 |
),
|
601 |
'Vendidero\\Germanized\\Shipments\\Packing\\ShipmentItem' => array(
|
602 |
+
'version' => '1.6.0.0',
|
603 |
'path' => $baseDir . '/packages/woocommerce-germanized-shipments/src/Packing/ShipmentItem.php'
|
604 |
),
|
605 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DeutschePost' => array(
|
606 |
+
'version' => '1.6.0.0',
|
607 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DeutschePost.php'
|
608 |
),
|
609 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\ShippingMethod' => array(
|
610 |
+
'version' => '1.6.0.0',
|
611 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/ShippingMethod.php'
|
612 |
),
|
613 |
'Vendidero\\Germanized\\DHL\\ShippingProvider\\DHL' => array(
|
614 |
+
'version' => '1.6.0.0',
|
615 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ShippingProvider/DHL.php'
|
616 |
),
|
617 |
'Vendidero\\Germanized\\DHL\\Install' => array(
|
618 |
+
'version' => '1.6.0.0',
|
619 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Install.php'
|
620 |
),
|
621 |
'Vendidero\\Germanized\\DHL\\Package' => array(
|
622 |
+
'version' => '1.6.0.0',
|
623 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Package.php'
|
624 |
),
|
625 |
'Vendidero\\Germanized\\DHL\\Product' => array(
|
626 |
+
'version' => '1.6.0.0',
|
627 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Product.php'
|
628 |
),
|
629 |
'Vendidero\\Germanized\\DHL\\Order' => array(
|
630 |
+
'version' => '1.6.0.0',
|
631 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Order.php'
|
632 |
),
|
633 |
'Vendidero\\Germanized\\DHL\\Ajax' => array(
|
634 |
+
'version' => '1.6.0.0',
|
635 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Ajax.php'
|
636 |
),
|
637 |
'Vendidero\\Germanized\\DHL\\ParcelServices' => array(
|
638 |
+
'version' => '1.6.0.0',
|
639 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelServices.php'
|
640 |
),
|
641 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\Internetmarke' => array(
|
642 |
+
'version' => '1.6.0.0',
|
643 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/Internetmarke.php'
|
644 |
),
|
645 |
'Vendidero\\Germanized\\DHL\\Admin\\Importer\\DHL' => array(
|
646 |
+
'version' => '1.6.0.0',
|
647 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Importer/DHL.php'
|
648 |
),
|
649 |
'Vendidero\\Germanized\\DHL\\Admin\\Status' => array(
|
650 |
+
'version' => '1.6.0.0',
|
651 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Status.php'
|
652 |
),
|
653 |
'Vendidero\\Germanized\\DHL\\Admin\\Admin' => array(
|
654 |
+
'version' => '1.6.0.0',
|
655 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Admin/Admin.php'
|
656 |
),
|
657 |
'Vendidero\\Germanized\\DHL\\Label\\DHLInlayReturn' => array(
|
658 |
+
'version' => '1.6.0.0',
|
659 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLInlayReturn.php'
|
660 |
),
|
661 |
'Vendidero\\Germanized\\DHL\\Label\\Label' => array(
|
662 |
+
'version' => '1.6.0.0',
|
663 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/Label.php'
|
664 |
),
|
665 |
'Vendidero\\Germanized\\DHL\\Label\\DHLReturn' => array(
|
666 |
+
'version' => '1.6.0.0',
|
667 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHLReturn.php'
|
668 |
),
|
669 |
'Vendidero\\Germanized\\DHL\\Label\\ReturnLabel' => array(
|
670 |
+
'version' => '1.6.0.0',
|
671 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/ReturnLabel.php'
|
672 |
),
|
673 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePost' => array(
|
674 |
+
'version' => '1.6.0.0',
|
675 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePost.php'
|
676 |
),
|
677 |
'Vendidero\\Germanized\\DHL\\Label\\DHL' => array(
|
678 |
+
'version' => '1.6.0.0',
|
679 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DHL.php'
|
680 |
),
|
681 |
'Vendidero\\Germanized\\DHL\\Label\\DeutschePostReturn' => array(
|
682 |
+
'version' => '1.6.0.0',
|
683 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Label/DeutschePostReturn.php'
|
684 |
),
|
685 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelQuery' => array(
|
686 |
+
'version' => '1.6.0.0',
|
687 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelQuery.php'
|
688 |
),
|
689 |
'Vendidero\\Germanized\\DHL\\Legacy\\DataStores\\Label' => array(
|
690 |
+
'version' => '1.6.0.0',
|
691 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DataStores/Label.php'
|
692 |
),
|
693 |
'Vendidero\\Germanized\\DHL\\Legacy\\DownloadHandler' => array(
|
694 |
+
'version' => '1.6.0.0',
|
695 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/DownloadHandler.php'
|
696 |
),
|
697 |
'Vendidero\\Germanized\\DHL\\Legacy\\LabelFactory' => array(
|
698 |
+
'version' => '1.6.0.0',
|
699 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Legacy/LabelFactory.php'
|
700 |
),
|
701 |
'Vendidero\\Germanized\\DHL\\ParcelLocator' => array(
|
702 |
+
'version' => '1.6.0.0',
|
703 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/ParcelLocator.php'
|
704 |
),
|
705 |
'Vendidero\\Germanized\\DHL\\Api\\ReturnRest' => array(
|
706 |
+
'version' => '1.6.0.0',
|
707 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ReturnRest.php'
|
708 |
),
|
709 |
'Vendidero\\Germanized\\DHL\\Api\\Paket' => array(
|
710 |
+
'version' => '1.6.0.0',
|
711 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Paket.php'
|
712 |
),
|
713 |
'Vendidero\\Germanized\\DHL\\Api\\LabelSoap' => array(
|
714 |
+
'version' => '1.6.0.0',
|
715 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/LabelSoap.php'
|
716 |
),
|
717 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductList' => array(
|
718 |
+
'version' => '1.6.0.0',
|
719 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductList.php'
|
720 |
),
|
721 |
'Vendidero\\Germanized\\DHL\\Api\\AuthSoap' => array(
|
722 |
+
'version' => '1.6.0.0',
|
723 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/AuthSoap.php'
|
724 |
),
|
725 |
'Vendidero\\Germanized\\DHL\\Api\\Internetmarke' => array(
|
726 |
+
'version' => '1.6.0.0',
|
727 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Internetmarke.php'
|
728 |
),
|
729 |
'Vendidero\\Germanized\\DHL\\Api\\ParcelRest' => array(
|
730 |
+
'version' => '1.6.0.0',
|
731 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ParcelRest.php'
|
732 |
),
|
733 |
'Vendidero\\Germanized\\DHL\\Api\\ImPartnerInformation' => array(
|
734 |
+
'version' => '1.6.0.0',
|
735 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImPartnerInformation.php'
|
736 |
),
|
737 |
'Vendidero\\Germanized\\DHL\\Api\\Soap' => array(
|
738 |
+
'version' => '1.6.0.0',
|
739 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Soap.php'
|
740 |
),
|
741 |
'Vendidero\\Germanized\\DHL\\Api\\Rest' => array(
|
742 |
+
'version' => '1.6.0.0',
|
743 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/Rest.php'
|
744 |
),
|
745 |
'Vendidero\\Germanized\\DHL\\Api\\ImProductsSoap' => array(
|
746 |
+
'version' => '1.6.0.0',
|
747 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImProductsSoap.php'
|
748 |
),
|
749 |
'Vendidero\\Germanized\\DHL\\Api\\FinderSoap' => array(
|
750 |
+
'version' => '1.6.0.0',
|
751 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/FinderSoap.php'
|
752 |
),
|
753 |
'Vendidero\\Germanized\\DHL\\Api\\ImRefundSoap' => array(
|
754 |
+
'version' => '1.6.0.0',
|
755 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImRefundSoap.php'
|
756 |
),
|
757 |
'Vendidero\\Germanized\\DHL\\Api\\ImWarenpostIntRest' => array(
|
758 |
+
'version' => '1.6.0.0',
|
759 |
'path' => $baseDir . '/packages/woocommerce-germanized-dhl/src/Api/ImWarenpostIntRest.php'
|
760 |
),
|
761 |
'Vendidero\\Germanized\\Shopmark' => array(
|
1463 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php'
|
1464 |
),
|
1465 |
'FPDF' => array(
|
1466 |
+
'version' => '1.8.4.0',
|
1467 |
'path' => $vendorDir . '/setasign/fpdf/fpdf.php'
|
1468 |
),
|
1469 |
);
|
vendor/jetpack-autoloader/class-autoloader-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-autoloader-locator.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-autoloader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-container.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-hook-manager.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-latest-autoloader-guard.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-manifest-reader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-path-processor.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-php-autoloader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-plugin-locator.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-plugins-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-shutdown-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-version-loader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-version-selector.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp35cd58530442fc111a43026112442ecc;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/setasign/fpdf/changelog.htm
CHANGED
@@ -11,6 +11,10 @@ dd {margin:1em 0 1em 1em}
|
|
11 |
<body>
|
12 |
<h1>Changelog</h1>
|
13 |
<dl>
|
|
|
|
|
|
|
|
|
14 |
<dt><strong>v1.83</strong> (2021-04-18)</dt>
|
15 |
<dd>
|
16 |
- Fixed an issue related to annotations.<br>
|
11 |
<body>
|
12 |
<h1>Changelog</h1>
|
13 |
<dl>
|
14 |
+
<dt><strong>v1.84</strong> (2021-08-28)</dt>
|
15 |
+
<dd>
|
16 |
+
- Fixed an issue related to annotations.<br>
|
17 |
+
</dd>
|
18 |
<dt><strong>v1.83</strong> (2021-04-18)</dt>
|
19 |
<dd>
|
20 |
- Fixed an issue related to annotations.<br>
|
vendor/setasign/fpdf/doc/index.htm
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
5 |
-
<title>FPDF 1.
|
6 |
<link type="text/css" rel="stylesheet" href="../fpdf.css">
|
7 |
</head>
|
8 |
<body>
|
9 |
-
<h1>FPDF 1.
|
10 |
<a href="__construct.htm">__construct</a> - constructor<br>
|
11 |
<a href="acceptpagebreak.htm">AcceptPageBreak</a> - accept or not automatic page break<br>
|
12 |
<a href="addfont.htm">AddFont</a> - add a new font<br>
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
5 |
+
<title>FPDF 1.84 Reference Manual</title>
|
6 |
<link type="text/css" rel="stylesheet" href="../fpdf.css">
|
7 |
</head>
|
8 |
<body>
|
9 |
+
<h1>FPDF 1.84 Reference Manual</h1>
|
10 |
<a href="__construct.htm">__construct</a> - constructor<br>
|
11 |
<a href="acceptpagebreak.htm">AcceptPageBreak</a> - accept or not automatic page break<br>
|
12 |
<a href="addfont.htm">AddFont</a> - add a new font<br>
|
vendor/setasign/fpdf/fpdf.php
CHANGED
@@ -2,12 +2,12 @@
|
|
2 |
/*******************************************************************************
|
3 |
* FPDF *
|
4 |
* *
|
5 |
-
* Version: 1.
|
6 |
-
* Date: 2021-
|
7 |
* Author: Olivier PLATHEY *
|
8 |
*******************************************************************************/
|
9 |
|
10 |
-
define('FPDF_VERSION','1.
|
11 |
|
12 |
class FPDF
|
13 |
{
|
@@ -1521,6 +1521,7 @@ protected function _putpage($n)
|
|
1521 |
// Annotations
|
1522 |
foreach($this->PageLinks[$n] as $pl)
|
1523 |
{
|
|
|
1524 |
$rect = sprintf('%.2F %.2F %.2F %.2F',$pl[0],$pl[1],$pl[0]+$pl[2],$pl[1]-$pl[3]);
|
1525 |
$s = '<</Type /Annot /Subtype /Link /Rect ['.$rect.'] /Border [0 0 0] ';
|
1526 |
if(is_string($pl[4]))
|
@@ -1534,7 +1535,6 @@ protected function _putpage($n)
|
|
1534 |
$h = ($this->DefOrientation=='P') ? $this->DefPageSize[1]*$this->k : $this->DefPageSize[0]*$this->k;
|
1535 |
$s .= sprintf('/Dest [%d 0 R /XYZ 0 %.2F null]>>',$this->PageInfo[$l[0]]['n'],$h-$l[1]*$this->k);
|
1536 |
}
|
1537 |
-
$this->_newobj();
|
1538 |
$this->_put($s);
|
1539 |
$this->_put('endobj');
|
1540 |
}
|
2 |
/*******************************************************************************
|
3 |
* FPDF *
|
4 |
* *
|
5 |
+
* Version: 1.84 *
|
6 |
+
* Date: 2021-08-28 *
|
7 |
* Author: Olivier PLATHEY *
|
8 |
*******************************************************************************/
|
9 |
|
10 |
+
define('FPDF_VERSION','1.84');
|
11 |
|
12 |
class FPDF
|
13 |
{
|
1521 |
// Annotations
|
1522 |
foreach($this->PageLinks[$n] as $pl)
|
1523 |
{
|
1524 |
+
$this->_newobj();
|
1525 |
$rect = sprintf('%.2F %.2F %.2F %.2F',$pl[0],$pl[1],$pl[0]+$pl[2],$pl[1]-$pl[3]);
|
1526 |
$s = '<</Type /Annot /Subtype /Link /Rect ['.$rect.'] /Border [0 0 0] ';
|
1527 |
if(is_string($pl[4]))
|
1535 |
$h = ($this->DefOrientation=='P') ? $this->DefPageSize[1]*$this->k : $this->DefPageSize[0]*$this->k;
|
1536 |
$s .= sprintf('/Dest [%d 0 R /XYZ 0 %.2F null]>>',$this->PageInfo[$l[0]]['n'],$h-$l[1]*$this->k);
|
1537 |
}
|
|
|
1538 |
$this->_put($s);
|
1539 |
$this->_put('endobj');
|
1540 |
}
|
vendor/setasign/fpdf/tutorial/CevicheOne-Regular-Licence.txt
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Copyright (c) 2011 by LatinoType Limitada (luciano@latinotype.com),
|
2 |
+
with Reserved Font Names "Cecivhe" and "Ceviche One"
|
3 |
+
|
4 |
+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
5 |
+
This license is copied below, and is also available with a FAQ at:
|
6 |
+
http://scripts.sil.org/OFL
|
7 |
+
|
8 |
+
|
9 |
+
-----------------------------------------------------------
|
10 |
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
11 |
+
-----------------------------------------------------------
|
12 |
+
|
13 |
+
PREAMBLE
|
14 |
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
15 |
+
development of collaborative font projects, to support the font creation
|
16 |
+
efforts of academic and linguistic communities, and to provide a free and
|
17 |
+
open framework in which fonts may be shared and improved in partnership
|
18 |
+
with others.
|
19 |
+
|
20 |
+
The OFL allows the licensed fonts to be used, studied, modified and
|
21 |
+
redistributed freely as long as they are not sold by themselves. The
|
22 |
+
fonts, including any derivative works, can be bundled, embedded,
|
23 |
+
redistributed and/or sold with any software provided that any reserved
|
24 |
+
names are not used by derivative works. The fonts and derivatives,
|
25 |
+
however, cannot be released under any other type of license. The
|
26 |
+
requirement for fonts to remain under this license does not apply
|
27 |
+
to any document created using the fonts or their derivatives.
|
28 |
+
|
29 |
+
DEFINITIONS
|
30 |
+
"Font Software" refers to the set of files released by the Copyright
|
31 |
+
Holder(s) under this license and clearly marked as such. This may
|
32 |
+
include source files, build scripts and documentation.
|
33 |
+
|
34 |
+
"Reserved Font Name" refers to any names specified as such after the
|
35 |
+
copyright statement(s).
|
36 |
+
|
37 |
+
"Original Version" refers to the collection of Font Software components as
|
38 |
+
distributed by the Copyright Holder(s).
|
39 |
+
|
40 |
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
41 |
+
or substituting -- in part or in whole -- any of the components of the
|
42 |
+
Original Version, by changing formats or by porting the Font Software to a
|
43 |
+
new environment.
|
44 |
+
|
45 |
+
"Author" refers to any designer, engineer, programmer, technical
|
46 |
+
writer or other person who contributed to the Font Software.
|
47 |
+
|
48 |
+
PERMISSION & CONDITIONS
|
49 |
+
Permission is hereby granted, free of charge, to any person obtaining
|
50 |
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
51 |
+
redistribute, and sell modified and unmodified copies of the Font
|
52 |
+
Software, subject to the following conditions:
|
53 |
+
|
54 |
+
1) Neither the Font Software nor any of its individual components,
|
55 |
+
in Original or Modified Versions, may be sold by itself.
|
56 |
+
|
57 |
+
2) Original or Modified Versions of the Font Software may be bundled,
|
58 |
+
redistributed and/or sold with any software, provided that each copy
|
59 |
+
contains the above copyright notice and this license. These can be
|
60 |
+
included either as stand-alone text files, human-readable headers or
|
61 |
+
in the appropriate machine-readable metadata fields within text or
|
62 |
+
binary files as long as those fields can be easily viewed by the user.
|
63 |
+
|
64 |
+
3) No Modified Version of the Font Software may use the Reserved Font
|
65 |
+
Name(s) unless explicit written permission is granted by the corresponding
|
66 |
+
Copyright Holder. This restriction only applies to the primary font name as
|
67 |
+
presented to the users.
|
68 |
+
|
69 |
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
70 |
+
Software shall not be used to promote, endorse or advertise any
|
71 |
+
Modified Version, except to acknowledge the contribution(s) of the
|
72 |
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
73 |
+
permission.
|
74 |
+
|
75 |
+
5) The Font Software, modified or unmodified, in part or in whole,
|
76 |
+
must be distributed entirely under this license, and must not be
|
77 |
+
distributed under any other license. The requirement for fonts to
|
78 |
+
remain under this license does not apply to any document created
|
79 |
+
using the Font Software.
|
80 |
+
|
81 |
+
TERMINATION
|
82 |
+
This license becomes null and void if any of the above conditions are
|
83 |
+
not met.
|
84 |
+
|
85 |
+
DISCLAIMER
|
86 |
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
87 |
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
88 |
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
89 |
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
90 |
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
91 |
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
92 |
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
93 |
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
94 |
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
vendor/setasign/fpdf/tutorial/CevicheOne-Regular.php
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
$type = 'TrueType';
|
3 |
+
$name = 'CevicheOne-Regular';
|
4 |
+
$desc = array('Ascent'=>806,'Descent'=>-237,'CapHeight'=>425,'Flags'=>32,'FontBBox'=>'[-42 -237 1427 806]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>294);
|
5 |
+
$up = -75;
|
6 |
+
$ut = 50;
|
7 |
+
$cw = array(
|
8 |
+
chr(0)=>294,chr(1)=>294,chr(2)=>294,chr(3)=>294,chr(4)=>294,chr(5)=>294,chr(6)=>294,chr(7)=>294,chr(8)=>294,chr(9)=>294,chr(10)=>294,chr(11)=>294,chr(12)=>294,chr(13)=>294,chr(14)=>294,chr(15)=>294,chr(16)=>294,chr(17)=>294,chr(18)=>294,chr(19)=>294,chr(20)=>294,chr(21)=>294,
|
9 |
+
chr(22)=>294,chr(23)=>294,chr(24)=>294,chr(25)=>294,chr(26)=>294,chr(27)=>294,chr(28)=>294,chr(29)=>294,chr(30)=>294,chr(31)=>294,' '=>130,'!'=>254,'"'=>334,'#'=>496,'$'=>469,'%'=>765,'&'=>761,'\''=>148,'('=>268,')'=>269,'*'=>435,'+'=>442,
|
10 |
+
','=>235,'-'=>339,'.'=>233,'/'=>301,'0'=>512,'1'=>252,'2'=>501,'3'=>471,'4'=>537,'5'=>471,'6'=>501,'7'=>424,'8'=>506,'9'=>502,':'=>292,';'=>299,'<'=>463,'='=>483,'>'=>459,'?'=>453,'@'=>672,'A'=>511,
|
11 |
+
'B'=>573,'C'=>480,'D'=>541,'E'=>507,'F'=>490,'G'=>515,'H'=>517,'I'=>250,'J'=>270,'K'=>570,'L'=>368,'M'=>620,'N'=>548,'O'=>507,'P'=>540,'Q'=>532,'R'=>552,'S'=>490,'T'=>434,'U'=>527,'V'=>514,'W'=>670,
|
12 |
+
'X'=>541,'Y'=>497,'Z'=>499,'['=>288,'\\'=>472,']'=>288,'^'=>448,'_'=>350,'`'=>449,'a'=>446,'b'=>454,'c'=>394,'d'=>462,'e'=>404,'f'=>332,'g'=>458,'h'=>446,'i'=>234,'j'=>232,'k'=>457,'l'=>231,'m'=>659,
|
13 |
+
'n'=>450,'o'=>412,'p'=>436,'q'=>468,'r'=>389,'s'=>394,'t'=>318,'u'=>458,'v'=>421,'w'=>612,'x'=>450,'y'=>429,'z'=>423,'{'=>312,'|'=>231,'}'=>312,'~'=>504,chr(127)=>294,chr(128)=>586,chr(129)=>294,chr(130)=>176,chr(131)=>377,
|
14 |
+
chr(132)=>361,chr(133)=>761,chr(134)=>422,chr(135)=>425,chr(136)=>448,chr(137)=>1050,chr(138)=>490,chr(139)=>377,chr(140)=>787,chr(141)=>294,chr(142)=>499,chr(143)=>294,chr(144)=>294,chr(145)=>171,chr(146)=>148,chr(147)=>357,chr(148)=>334,chr(149)=>266,chr(150)=>444,chr(151)=>554,chr(152)=>416,chr(153)=>608,
|
15 |
+
chr(154)=>394,chr(155)=>378,chr(156)=>674,chr(157)=>294,chr(158)=>423,chr(159)=>497,chr(160)=>130,chr(161)=>253,chr(162)=>424,chr(163)=>510,chr(164)=>665,chr(165)=>551,chr(166)=>252,chr(167)=>413,chr(168)=>505,chr(169)=>675,chr(170)=>361,chr(171)=>668,chr(172)=>548,chr(173)=>440,chr(174)=>676,chr(175)=>413,
|
16 |
+
chr(176)=>278,chr(177)=>438,chr(178)=>328,chr(179)=>318,chr(180)=>449,chr(181)=>463,chr(182)=>535,chr(183)=>234,chr(184)=>535,chr(185)=>176,chr(186)=>322,chr(187)=>669,chr(188)=>761,chr(189)=>710,chr(190)=>904,chr(191)=>452,chr(192)=>511,chr(193)=>511,chr(194)=>514,chr(195)=>511,chr(196)=>511,chr(197)=>511,
|
17 |
+
chr(198)=>787,chr(199)=>480,chr(200)=>507,chr(201)=>507,chr(202)=>507,chr(203)=>507,chr(204)=>250,chr(205)=>250,chr(206)=>271,chr(207)=>272,chr(208)=>542,chr(209)=>548,chr(210)=>507,chr(211)=>507,chr(212)=>507,chr(213)=>507,chr(214)=>507,chr(215)=>496,chr(216)=>507,chr(217)=>527,chr(218)=>527,chr(219)=>526,
|
18 |
+
chr(220)=>527,chr(221)=>497,chr(222)=>522,chr(223)=>457,chr(224)=>446,chr(225)=>446,chr(226)=>446,chr(227)=>446,chr(228)=>446,chr(229)=>446,chr(230)=>635,chr(231)=>394,chr(232)=>404,chr(233)=>404,chr(234)=>412,chr(235)=>401,chr(236)=>235,chr(237)=>235,chr(238)=>256,chr(239)=>249,chr(240)=>475,chr(241)=>450,
|
19 |
+
chr(242)=>412,chr(243)=>412,chr(244)=>412,chr(245)=>413,chr(246)=>412,chr(247)=>444,chr(248)=>412,chr(249)=>458,chr(250)=>458,chr(251)=>458,chr(252)=>458,chr(253)=>429,chr(254)=>452,chr(255)=>429);
|
20 |
+
$enc = 'cp1252';
|
21 |
+
$uv = array(0=>array(0,128),128=>8364,130=>8218,131=>402,132=>8222,133=>8230,134=>array(8224,2),136=>710,137=>8240,138=>352,139=>8249,140=>338,142=>381,145=>array(8216,2),147=>array(8220,2),149=>8226,150=>array(8211,2),152=>732,153=>8482,154=>353,155=>8250,156=>339,158=>382,159=>376,160=>array(160,96));
|
22 |
+
$file = 'CevicheOne-Regular.z';
|
23 |
+
$originalsize = 25916;
|
24 |
+
$subsetted = true;
|
25 |
+
?>
|
vendor/setasign/fpdf/tutorial/CevicheOne-Regular.ttf
ADDED
Binary file
|
vendor/setasign/fpdf/tutorial/CevicheOne-Regular.z
ADDED
Binary file
|
vendor/setasign/fpdf/tutorial/calligra.php
DELETED
@@ -1,25 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$type = 'TrueType';
|
3 |
-
$name = 'CalligrapherRegular';
|
4 |
-
$desc = array('Ascent'=>899,'Descent'=>-234,'CapHeight'=>899,'Flags'=>32,'FontBBox'=>'[-173 -234 1328 899]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>800);
|
5 |
-
$up = -200;
|
6 |
-
$ut = 20;
|
7 |
-
$cw = array(
|
8 |
-
chr(0)=>800,chr(1)=>800,chr(2)=>800,chr(3)=>800,chr(4)=>800,chr(5)=>800,chr(6)=>800,chr(7)=>800,chr(8)=>800,chr(9)=>800,chr(10)=>800,chr(11)=>800,chr(12)=>800,chr(13)=>800,chr(14)=>800,chr(15)=>800,chr(16)=>800,chr(17)=>800,chr(18)=>800,chr(19)=>800,chr(20)=>800,chr(21)=>800,
|
9 |
-
chr(22)=>800,chr(23)=>800,chr(24)=>800,chr(25)=>800,chr(26)=>800,chr(27)=>800,chr(28)=>800,chr(29)=>800,chr(30)=>800,chr(31)=>800,' '=>282,'!'=>324,'"'=>405,'#'=>584,'$'=>632,'%'=>980,'&'=>776,'\''=>259,'('=>299,')'=>299,'*'=>377,'+'=>600,
|
10 |
-
','=>259,'-'=>432,'.'=>254,'/'=>597,'0'=>529,'1'=>298,'2'=>451,'3'=>359,'4'=>525,'5'=>423,'6'=>464,'7'=>417,'8'=>457,'9'=>479,':'=>275,';'=>282,'<'=>600,'='=>600,'>'=>600,'?'=>501,'@'=>800,'A'=>743,
|
11 |
-
'B'=>636,'C'=>598,'D'=>712,'E'=>608,'F'=>562,'G'=>680,'H'=>756,'I'=>308,'J'=>314,'K'=>676,'L'=>552,'M'=>1041,'N'=>817,'O'=>729,'P'=>569,'Q'=>698,'R'=>674,'S'=>618,'T'=>673,'U'=>805,'V'=>753,'W'=>1238,
|
12 |
-
'X'=>716,'Y'=>754,'Z'=>599,'['=>315,'\\'=>463,']'=>315,'^'=>600,'_'=>547,'`'=>278,'a'=>581,'b'=>564,'c'=>440,'d'=>571,'e'=>450,'f'=>347,'g'=>628,'h'=>611,'i'=>283,'j'=>283,'k'=>560,'l'=>252,'m'=>976,
|
13 |
-
'n'=>595,'o'=>508,'p'=>549,'q'=>540,'r'=>395,'s'=>441,'t'=>307,'u'=>614,'v'=>556,'w'=>915,'x'=>559,'y'=>597,'z'=>452,'{'=>315,'|'=>222,'}'=>315,'~'=>600,chr(127)=>800,chr(128)=>800,chr(129)=>800,chr(130)=>0,chr(131)=>0,
|
14 |
-
chr(132)=>0,chr(133)=>780,chr(134)=>0,chr(135)=>0,chr(136)=>278,chr(137)=>0,chr(138)=>0,chr(139)=>0,chr(140)=>1064,chr(141)=>800,chr(142)=>0,chr(143)=>800,chr(144)=>800,chr(145)=>259,chr(146)=>259,chr(147)=>470,chr(148)=>470,chr(149)=>500,chr(150)=>300,chr(151)=>600,chr(152)=>278,chr(153)=>990,
|
15 |
-
chr(154)=>0,chr(155)=>0,chr(156)=>790,chr(157)=>800,chr(158)=>800,chr(159)=>754,chr(160)=>282,chr(161)=>324,chr(162)=>450,chr(163)=>640,chr(164)=>518,chr(165)=>603,chr(166)=>0,chr(167)=>519,chr(168)=>254,chr(169)=>800,chr(170)=>349,chr(171)=>0,chr(172)=>0,chr(173)=>432,chr(174)=>800,chr(175)=>278,
|
16 |
-
chr(176)=>0,chr(177)=>0,chr(178)=>0,chr(179)=>0,chr(180)=>278,chr(181)=>614,chr(182)=>0,chr(183)=>254,chr(184)=>278,chr(185)=>0,chr(186)=>305,chr(187)=>0,chr(188)=>0,chr(189)=>0,chr(190)=>0,chr(191)=>501,chr(192)=>743,chr(193)=>743,chr(194)=>743,chr(195)=>743,chr(196)=>743,chr(197)=>743,
|
17 |
-
chr(198)=>1060,chr(199)=>598,chr(200)=>608,chr(201)=>608,chr(202)=>608,chr(203)=>608,chr(204)=>308,chr(205)=>308,chr(206)=>308,chr(207)=>308,chr(208)=>0,chr(209)=>817,chr(210)=>729,chr(211)=>729,chr(212)=>729,chr(213)=>729,chr(214)=>729,chr(215)=>0,chr(216)=>729,chr(217)=>805,chr(218)=>805,chr(219)=>805,
|
18 |
-
chr(220)=>805,chr(221)=>0,chr(222)=>0,chr(223)=>688,chr(224)=>581,chr(225)=>581,chr(226)=>581,chr(227)=>581,chr(228)=>581,chr(229)=>581,chr(230)=>792,chr(231)=>440,chr(232)=>450,chr(233)=>450,chr(234)=>450,chr(235)=>450,chr(236)=>283,chr(237)=>283,chr(238)=>283,chr(239)=>283,chr(240)=>0,chr(241)=>595,
|
19 |
-
chr(242)=>508,chr(243)=>508,chr(244)=>508,chr(245)=>508,chr(246)=>508,chr(247)=>0,chr(248)=>508,chr(249)=>614,chr(250)=>614,chr(251)=>614,chr(252)=>614,chr(253)=>0,chr(254)=>0,chr(255)=>597);
|
20 |
-
$enc = 'cp1252';
|
21 |
-
$uv = array(0=>array(0,128),128=>8364,130=>8218,131=>402,132=>8222,133=>8230,134=>array(8224,2),136=>710,137=>8240,138=>352,139=>8249,140=>338,142=>381,145=>array(8216,2),147=>array(8220,2),149=>8226,150=>array(8211,2),152=>732,153=>8482,154=>353,155=>8250,156=>339,158=>382,159=>376,160=>array(160,96));
|
22 |
-
$file = 'calligra.z';
|
23 |
-
$originalsize = 33948;
|
24 |
-
$subsetted = true;
|
25 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/setasign/fpdf/tutorial/calligra.ttf
DELETED
Binary file
|
vendor/setasign/fpdf/tutorial/calligra.z
DELETED
Binary file
|
vendor/setasign/fpdf/tutorial/tuto7.htm
CHANGED
@@ -140,30 +140,25 @@ had worked with Comic Sans MS Bold (comicbd.ttf), we would have written:
|
|
140 |
</div>
|
141 |
|
142 |
<h2>Example</h2>
|
143 |
-
|
144 |
The first step is the generation of the font files:
|
145 |
<div class="source">
|
146 |
<pre><code><?php
|
147 |
<span class="kw">require(</span><span class="str">'makefont/makefont.php'</span><span class="kw">);
|
148 |
|
149 |
-
</span>MakeFont<span class="kw">(</span><span class="str">'
|
150 |
</span>?></code></pre>
|
151 |
</div>
|
152 |
-
The script
|
153 |
<br>
|
154 |
<br>
|
155 |
-
|
156 |
-
|
157 |
-
Font file compressed: calligra.z<br>
|
158 |
-
Font definition file generated: calligra.php<br>
|
159 |
-
<br>
|
160 |
-
The euro character is not present in the font (it's too old). Another character is missing too.
|
161 |
-
<br>
|
162 |
<br>
|
163 |
Alternatively we could have used the command line:
|
164 |
<br>
|
165 |
<br>
|
166 |
-
<kbd>php makefont\makefont.php
|
167 |
<br>
|
168 |
<br>
|
169 |
or used the online generator.
|
@@ -175,9 +170,9 @@ We can now copy the two generated files to the font directory and write the scri
|
|
175 |
<span class="kw">require(</span><span class="str">'fpdf.php'</span><span class="kw">);
|
176 |
|
177 |
</span>$pdf <span class="kw">= new </span>FPDF<span class="kw">();
|
178 |
-
</span>$pdf<span class="kw">-></span>AddFont<span class="kw">(</span><span class="str">'
|
179 |
</span>$pdf<span class="kw">-></span>AddPage<span class="kw">();
|
180 |
-
</span>$pdf<span class="kw">-></span>SetFont<span class="kw">(</span><span class="str">'
|
181 |
</span>$pdf<span class="kw">-></span>Write<span class="kw">(</span>10<span class="kw">,</span><span class="str">'Enjoy new fonts with FPDF!'</span><span class="kw">);
|
182 |
</span>$pdf<span class="kw">-></span>Output<span class="kw">();
|
183 |
</span>?></code></pre>
|
140 |
</div>
|
141 |
|
142 |
<h2>Example</h2>
|
143 |
+
Now let's see a complete example. We will use the <a href="https://fonts.google.com/specimen/Ceviche+One" target="_blank">Ceviche One</a> font.
|
144 |
The first step is the generation of the font files:
|
145 |
<div class="source">
|
146 |
<pre><code><?php
|
147 |
<span class="kw">require(</span><span class="str">'makefont/makefont.php'</span><span class="kw">);
|
148 |
|
149 |
+
</span>MakeFont<span class="kw">(</span><span class="str">'CevicheOne-Regular.ttf'</span><span class="kw">,</span><span class="str">'cp1252'</span><span class="kw">);
|
150 |
</span>?></code></pre>
|
151 |
</div>
|
152 |
+
The script produces the following output:
|
153 |
<br>
|
154 |
<br>
|
155 |
+
Font file compressed: CevicheOne-Regular.z<br>
|
156 |
+
Font definition file generated: CevicheOne-Regular.php<br>
|
|
|
|
|
|
|
|
|
|
|
157 |
<br>
|
158 |
Alternatively we could have used the command line:
|
159 |
<br>
|
160 |
<br>
|
161 |
+
<kbd>php makefont\makefont.php CevicheOne-Regular.ttf cp1252</kbd>
|
162 |
<br>
|
163 |
<br>
|
164 |
or used the online generator.
|
170 |
<span class="kw">require(</span><span class="str">'fpdf.php'</span><span class="kw">);
|
171 |
|
172 |
</span>$pdf <span class="kw">= new </span>FPDF<span class="kw">();
|
173 |
+
</span>$pdf<span class="kw">-></span>AddFont<span class="kw">(</span><span class="str">'CevicheOne'</span><span class="kw">,</span><span class="str">''</span><span class="kw">,</span><span class="str">'CevicheOne-Regular.php'</span><span class="kw">);
|
174 |
</span>$pdf<span class="kw">-></span>AddPage<span class="kw">();
|
175 |
+
</span>$pdf<span class="kw">-></span>SetFont<span class="kw">(</span><span class="str">'CevicheOne'</span><span class="kw">,</span><span class="str">''</span><span class="kw">,</span>35<span class="kw">);
|
176 |
</span>$pdf<span class="kw">-></span>Write<span class="kw">(</span>10<span class="kw">,</span><span class="str">'Enjoy new fonts with FPDF!'</span><span class="kw">);
|
177 |
</span>$pdf<span class="kw">-></span>Output<span class="kw">();
|
178 |
</span>?></code></pre>
|
vendor/setasign/fpdf/tutorial/tuto7.php
CHANGED
@@ -3,9 +3,9 @@ define('FPDF_FONTPATH','.');
|
|
3 |
require('../fpdf.php');
|
4 |
|
5 |
$pdf = new FPDF();
|
6 |
-
$pdf->AddFont('
|
7 |
$pdf->AddPage();
|
8 |
-
$pdf->SetFont('
|
9 |
$pdf->Cell(0,10,'Enjoy new fonts with FPDF!');
|
10 |
$pdf->Output();
|
11 |
?>
|
3 |
require('../fpdf.php');
|
4 |
|
5 |
$pdf = new FPDF();
|
6 |
+
$pdf->AddFont('CevicheOne','','CevicheOne-Regular.php');
|
7 |
$pdf->AddPage();
|
8 |
+
$pdf->SetFont('CevicheOne','',45);
|
9 |
$pdf->Cell(0,10,'Enjoy new fonts with FPDF!');
|
10 |
$pdf->Output();
|
11 |
?>
|
woocommerce-germanized.php
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
* Plugin Name: Germanized for WooCommerce
|
4 |
* Plugin URI: https://www.vendidero.de/woocommerce-germanized
|
5 |
* Description: Germanized for WooCommerce extends WooCommerce to become a legally compliant store in the german market.
|
6 |
-
* Version: 3.
|
7 |
* Author: vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
-
* Requires at least: 4
|
10 |
* Tested up to: 5.8
|
11 |
* WC requires at least: 3.9
|
12 |
-
* WC tested up to: 5.
|
13 |
*
|
14 |
* Text Domain: woocommerce-germanized
|
15 |
* Domain Path: /i18n/languages/
|
@@ -69,7 +69,7 @@ if ( ! class_exists( 'WooCommerce_Germanized' ) ) :
|
|
69 |
*
|
70 |
* @var string
|
71 |
*/
|
72 |
-
public $version = '3.
|
73 |
|
74 |
/**
|
75 |
* @var WooCommerce_Germanized $instance of the plugin
|
3 |
* Plugin Name: Germanized for WooCommerce
|
4 |
* Plugin URI: https://www.vendidero.de/woocommerce-germanized
|
5 |
* Description: Germanized for WooCommerce extends WooCommerce to become a legally compliant store in the german market.
|
6 |
+
* Version: 3.6.0
|
7 |
* Author: vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
+
* Requires at least: 5.4
|
10 |
* Tested up to: 5.8
|
11 |
* WC requires at least: 3.9
|
12 |
+
* WC tested up to: 5.7
|
13 |
*
|
14 |
* Text Domain: woocommerce-germanized
|
15 |
* Domain Path: /i18n/languages/
|
69 |
*
|
70 |
* @var string
|
71 |
*/
|
72 |
+
public $version = '3.6.0';
|
73 |
|
74 |
/**
|
75 |
* @var WooCommerce_Germanized $instance of the plugin
|