Version Description
- Fix - Trusted Shops PHP < 5.4 backwards compatibility
- Fix - Prevent showing terms twice before AJAX call
- Fix - Trusted Shops implementation improvements
Download this release
Release Info
Developer | vendidero |
Plugin | WooCommerce Germanized |
Version | 1.6.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.1 to 1.6.2
- assets/css/woocommerce-gzd-layout.css +4 -26
- assets/css/woocommerce-gzd-layout.min.css +1 -1
- assets/css/woocommerce-gzd-trusted-shops.css +26 -0
- assets/css/woocommerce-gzd-trusted-shops.min.css +1 -0
- assets/js/admin/settings.js +0 -5
- assets/js/admin/settings.min.js +1 -1
- assets/js/admin/trusted-shops.js +15 -10
- assets/js/admin/trusted-shops.min.js +1 -1
- i18n/languages/woocommerce-germanized-de_DE.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE.po +54 -55
- i18n/languages/woocommerce-germanized-de_DE_formal.mo +0 -0
- i18n/languages/woocommerce-germanized-de_DE_formal.po +208 -216
- includes/admin/views/html-page-status-germanized.php +2 -2
- includes/gateways/direct-debit/assets/js/direct-debit.js +3 -2
- includes/gateways/direct-debit/assets/js/direct-debit.min.js +1 -1
- includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php +32 -20
- includes/trusted-shops/class-wc-gzd-trusted-shops-schedule.php +2 -2
- includes/trusted-shops/class-wc-gzd-trusted-shops.php +66 -21
- readme.txt +10 -1
- templates/trusted-shops/rich-snippets.php +19 -10
- templates/trusted-shops/thankyou.php +1 -0
- woocommerce-germanized.php +22 -10
assets/css/woocommerce-gzd-layout.css
CHANGED
@@ -42,6 +42,10 @@
|
|
42 |
.entry-content .woocommerce #payment {
|
43 |
margin-bottom: 1em;
|
44 |
}
|
|
|
|
|
|
|
|
|
45 |
.entry-content .woocommerce .checkout-btn-wrap {
|
46 |
text-align: right;
|
47 |
}
|
@@ -74,12 +78,6 @@ p.footer-info {
|
|
74 |
font-size: 0.9em;
|
75 |
padding-bottom: 0.5rem;
|
76 |
}
|
77 |
-
.trusted-shops-badge {
|
78 |
-
width: 100px;
|
79 |
-
height: 100px;
|
80 |
-
display: inline-block;
|
81 |
-
background: transparent url(../images/trusted-shops-badge.png) no-repeat;
|
82 |
-
}
|
83 |
.wc-gzd-item-desc p {
|
84 |
font-size: 0.9em;
|
85 |
}
|
@@ -108,14 +106,6 @@ table.product-details-inner, table.product-details-inner tr, table.product-detai
|
|
108 |
table.product-details-inner tr td:last-child {
|
109 |
text-align: right;
|
110 |
}
|
111 |
-
.wc-gzd-trusted-shops-rating-widget {
|
112 |
-
line-height: 1.5rem;
|
113 |
-
}
|
114 |
-
.wc-gzd-trusted-shops-rating-widget .star-rating {
|
115 |
-
display: inline-block;
|
116 |
-
float: none;
|
117 |
-
margin-left: 0.5rem;
|
118 |
-
}
|
119 |
.wc-gzd-product-name-left, .wc-gzd-product-name-right {
|
120 |
float: left;
|
121 |
}
|
@@ -126,16 +116,4 @@ table.product-details-inner tr td:last-child {
|
|
126 |
#eKomiSeal_default img {
|
127 |
width: 100% !important;
|
128 |
height: 100% !important;
|
129 |
-
}
|
130 |
-
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
131 |
-
only screen and (-o-min-device-pixel-ratio: 3/2),
|
132 |
-
only screen and (min--moz-device-pixel-ratio: 1.5),
|
133 |
-
only screen and (min-device-pixel-ratio: 1.5) {
|
134 |
-
.trusted-shops-badge {
|
135 |
-
background: transparent url(../images/trusted-shops-badge@2x.png) no-repeat;
|
136 |
-
background-size: 100px 100px;
|
137 |
-
}
|
138 |
-
.trusted-shops-badge-smaller {
|
139 |
-
background-size: 75px 75px;
|
140 |
-
}
|
141 |
}
|
42 |
.entry-content .woocommerce #payment {
|
43 |
margin-bottom: 1em;
|
44 |
}
|
45 |
+
/* Hide first checkout/terms.php template loaded by WooCommerce */
|
46 |
+
.woocommerce #payment .wc-terms-and-conditions {
|
47 |
+
display: none !important;
|
48 |
+
}
|
49 |
.entry-content .woocommerce .checkout-btn-wrap {
|
50 |
text-align: right;
|
51 |
}
|
78 |
font-size: 0.9em;
|
79 |
padding-bottom: 0.5rem;
|
80 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
.wc-gzd-item-desc p {
|
82 |
font-size: 0.9em;
|
83 |
}
|
106 |
table.product-details-inner tr td:last-child {
|
107 |
text-align: right;
|
108 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
.wc-gzd-product-name-left, .wc-gzd-product-name-right {
|
110 |
float: left;
|
111 |
}
|
116 |
#eKomiSeal_default img {
|
117 |
width: 100% !important;
|
118 |
height: 100% !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
}
|
assets/css/woocommerce-gzd-layout.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#order_review .legal{text-align:left;padding:0 1em 0 0;float:left}
|
1 |
+
#order_review .legal{text-align:left;padding:0 1em 0 0;float:left}.cart_totals .wc-gzd-additional-wrapper,.entry-content .woocommerce .checkout-btn-wrap,.shop_table .product-name-inner tr td:last-child{text-align:right}#order_review .legal label{display:inline}.woocommerce-checkout .shop_table{background-color:#EEE}.includes_tax,.tax_label{display:none!important}#order_review_heading{display:none}.woocommerce-checkout .shop_table tr td p{margin-bottom:0}.woocommerce-checkout .shop_table td,.woocommerce-checkout .shop_table th{line-height:1.5}.shop_table .product-name-inner,.shop_table .product-name-inner tr td{border:none;padding:0;margin:0}.cart_totals p.wc-gzd-additional-info{font-size:.8em;width:60%;border-top:1px solid #CCC;padding-top:.5rem;display:inline-block}.entry-content .woocommerce #payment{margin-bottom:1em}.woocommerce #payment .wc-terms-and-conditions{display:none!important}.woocommerce-checkout p.direct-debit-checkbox{display:none}.unit-price-cart{font-size:.9em;display:block;margin-top:5px}.products .wc-gzd-additional-info{font-size:.8em;margin:.7rem 0;padding:0}.products .product .price-unit{font-size:.8em}.wc-gzd-item-desc p,p.footer-info{font-size:.9em}.product p.wc-gzd-additional-info{margin-bottom:.5rem;font-size:.9em;clear:left}.product .product_meta{margin-top:1rem}p.footer-info{text-align:center;padding-bottom:.5rem}.wc-gzd-edit-data-notice{background:#EEE;display:inline-block;padding:1em}.wc-gzd-edit-data-notice p.wc-gzd-info{margin:0;padding:0}table.product-details-inner{table-layout:fixed;margin:0;padding:0}table.product-details-inner,table.product-details-inner td,table.product-details-inner tr{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border:none;background:0 0}table.product-details-inner tr td:last-child{text-align:right}.wc-gzd-product-name-left,.wc-gzd-product-name-right{float:left}.wc-gzd-product-name-left{max-width:15%;margin-right:1em}#eKomiSeal_default img{width:100%!important;height:100%!important}
|
assets/css/woocommerce-gzd-trusted-shops.css
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.wc-gzd-trusted-shops-rating-widget {
|
2 |
+
line-height: 1.5rem;
|
3 |
+
}
|
4 |
+
.wc-gzd-trusted-shops-rating-widget .star-rating {
|
5 |
+
display: inline-block;
|
6 |
+
float: none;
|
7 |
+
}
|
8 |
+
.trusted-shops-badge {
|
9 |
+
width: 100px;
|
10 |
+
height: 100px;
|
11 |
+
display: inline-block;
|
12 |
+
background: transparent url(../images/trusted-shops-badge.png) no-repeat;
|
13 |
+
}
|
14 |
+
|
15 |
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
16 |
+
only screen and (-o-min-device-pixel-ratio: 3/2),
|
17 |
+
only screen and (min--moz-device-pixel-ratio: 1.5),
|
18 |
+
only screen and (min-device-pixel-ratio: 1.5) {
|
19 |
+
.trusted-shops-badge {
|
20 |
+
background: transparent url(../images/trusted-shops-badge@2x.png) no-repeat;
|
21 |
+
background-size: 100px 100px;
|
22 |
+
}
|
23 |
+
.trusted-shops-badge-smaller {
|
24 |
+
background-size: 75px 75px;
|
25 |
+
}
|
26 |
+
}
|
assets/css/woocommerce-gzd-trusted-shops.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.trusted-shops-badge{background:url(../images/trusted-shops-badge@2x.png)no-repeat;background-size:100px 100px}.trusted-shops-badge-smaller{background-size:75px 75px}}.wc-gzd-trusted-shops-rating-widget{line-height:1.5rem}.wc-gzd-trusted-shops-rating-widget .star-rating{display:inline-block;float:none}.trusted-shops-badge{width:100px;height:100px;display:inline-block;background:url(../images/trusted-shops-badge.png)no-repeat}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.trusted-shops-badge{background:url(../images/trusted-shops-badge@2x.png)no-repeat;background-size:100px 100px}.trusted-shops-badge-smaller{background-size:75px 75px}}
|
assets/js/admin/settings.js
CHANGED
@@ -1,9 +1,4 @@
|
|
1 |
jQuery( function ( $ ) {
|
2 |
-
|
3 |
-
$( document ).on( 'click', '#wc-gzd-trusted-shops-export', function() {
|
4 |
-
var href_org = $( this ).data( 'href-org' );
|
5 |
-
$( this ).attr( 'href', href_org + '&interval=' + $( '#woocommerce_gzd_trusted_shops_review_collector' ).val() );
|
6 |
-
});
|
7 |
|
8 |
if ( $( '#woocommerce_gzd_mail_attach_imprint' ).length > 0 ) {
|
9 |
|
1 |
jQuery( function ( $ ) {
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
if ( $( '#woocommerce_gzd_mail_attach_imprint' ).length > 0 ) {
|
4 |
|
assets/js/admin/settings.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(a){if(a(
|
1 |
+
jQuery(function(a){if(a("#woocommerce_gzd_mail_attach_imprint").length>0){var b=a("#woocommerce_gzd_mail_attach_imprint").parents("table");a(b).find("tbody").sortable({items:"tr",cursor:"move",axis:"y",handle:"td, th",scrollSensitivity:40,helper:function(a,b){return b.children().each(function(){jQuery(this).width(jQuery(this).width())}),b.css("left","0"),b},start:function(a,b){b.item.css("background-color","#f6f6f6")},stop:function(c,d){d.item.removeAttr("style");var e=[];a(b).find("tr select").each(function(){e.push(a(this).attr("id").replace("woocommerce_gzd_mail_attach_",""))}),a("#woocommerce_gzd_mail_attach_order").val(e.join())}})}});
|
assets/js/admin/trusted-shops.js
CHANGED
@@ -1,22 +1,27 @@
|
|
1 |
jQuery( function ( $ ) {
|
2 |
|
3 |
-
$( document ).on( '
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
// Hide gateway options
|
6 |
-
$( '#
|
7 |
-
$( '#
|
8 |
|
9 |
if ( $( this ).val() === 'expert' ) {
|
10 |
|
11 |
-
$( '#
|
12 |
-
$( '#
|
13 |
|
14 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_trustbadge_code' ).parents( 'tr' ).show();
|
15 |
// Show notice
|
16 |
-
$( '.wc-
|
17 |
} else {
|
18 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_trustbadge_code' ).parents( 'tr' ).hide();
|
19 |
-
$( '.wc-
|
20 |
}
|
21 |
$( document ).find( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_enable_reviews' ).trigger( 'change' );
|
22 |
});
|
@@ -48,7 +53,7 @@ jQuery( function ( $ ) {
|
|
48 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_product_sticker_border_color' ).parents( 'tr' ).show();
|
49 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_product_sticker_star_color' ).parents( 'tr' ).show();
|
50 |
|
51 |
-
if ( $( document ).find( '#
|
52 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_product_sticker_code' ).parents( 'tr' ).show();
|
53 |
}
|
54 |
|
@@ -67,7 +72,7 @@ jQuery( function ( $ ) {
|
|
67 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_product_widget_star_size' ).parents( 'tr' ).show();
|
68 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_product_widget_font_size' ).parents( 'tr' ).show();
|
69 |
|
70 |
-
if ( $( document ).find( '#
|
71 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_product_widget_code' ).parents( 'tr' ).show();
|
72 |
}
|
73 |
|
@@ -78,7 +83,7 @@ jQuery( function ( $ ) {
|
|
78 |
}
|
79 |
});
|
80 |
|
81 |
-
$( document ).find( '#
|
82 |
$( document ).find( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_enable_reviews' ).trigger( 'change' );
|
83 |
|
84 |
});
|
1 |
jQuery( function ( $ ) {
|
2 |
|
3 |
+
$( document ).on( 'click', '#wc-gzd-trusted-shops-export', function() {
|
4 |
+
var href_org = $( this ).data( 'href-org' );
|
5 |
+
$( this ).attr( 'href', href_org + '&interval=' + $( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_review_collector' ).val() );
|
6 |
+
});
|
7 |
+
|
8 |
+
$( document ).on( 'change', '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_integration_mode', function() {
|
9 |
|
10 |
// Hide gateway options
|
11 |
+
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_gateway_bacs' ).parents( 'table.form-table' ).hide();
|
12 |
+
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_gateway_bacs' ).parents( 'table' ).prev( 'h3' ).hide();
|
13 |
|
14 |
if ( $( this ).val() === 'expert' ) {
|
15 |
|
16 |
+
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_gateway_bacs' ).parents( 'table.form-table' ).show();
|
17 |
+
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_gateway_bacs' ).parents( 'table' ).prev( 'h3' ).show();
|
18 |
|
19 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_trustbadge_code' ).parents( 'tr' ).show();
|
20 |
// Show notice
|
21 |
+
$( '.wc-gzd-trusted-shops-expert-mode-note' ).appendTo( $( this ).parents( 'td' ) ).show();
|
22 |
} else {
|
23 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_trustbadge_code' ).parents( 'tr' ).hide();
|
24 |
+
$( '.wc-gzd-trusted-shops-expert-mode-note' ).hide();
|
25 |
}
|
26 |
$( document ).find( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_enable_reviews' ).trigger( 'change' );
|
27 |
});
|
53 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_product_sticker_border_color' ).parents( 'tr' ).show();
|
54 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_product_sticker_star_color' ).parents( 'tr' ).show();
|
55 |
|
56 |
+
if ( $( document ).find( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_integration_mode' ).val() === 'expert' ) {
|
57 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_product_sticker_code' ).parents( 'tr' ).show();
|
58 |
}
|
59 |
|
72 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_product_widget_star_size' ).parents( 'tr' ).show();
|
73 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_product_widget_font_size' ).parents( 'tr' ).show();
|
74 |
|
75 |
+
if ( $( document ).find( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_integration_mode' ).val() === 'expert' ) {
|
76 |
$( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_product_widget_code' ).parents( 'tr' ).show();
|
77 |
}
|
78 |
|
83 |
}
|
84 |
});
|
85 |
|
86 |
+
$( document ).find( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_integration_mode' ).trigger( 'change' );
|
87 |
$( document ).find( '#woocommerce_' + trusted_shops_params.option_prefix + 'trusted_shops_enable_reviews' ).trigger( 'change' );
|
88 |
|
89 |
});
|
assets/js/admin/trusted-shops.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(a){a(document).on("change","#
|
1 |
+
jQuery(function(a){a(document).on("click","#wc-gzd-trusted-shops-export",function(){var b=a(this).data("href-org");a(this).attr("href",b+"&interval="+a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_review_collector").val())}),a(document).on("change","#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_integration_mode",function(){a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gateway_bacs").parents("table.form-table").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gateway_bacs").parents("table").prev("h3").hide(),"expert"===a(this).val()?(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gateway_bacs").parents("table.form-table").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gateway_bacs").parents("table").prev("h3").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_trustbadge_code").parents("tr").show(),a(".wc-gzd-trusted-shops-expert-mode-note").appendTo(a(this).parents("td")).show()):(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_trustbadge_code").parents("tr").hide(),a(".wc-gzd-trusted-shops-expert-mode-note").hide()),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_enable_reviews").trigger("change")}),a(document).on("change","#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_enable_reviews",function(){a(this).is(":checked")?(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gtin_attribute").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable").parents("tr").show()):(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_gtin_attribute").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable").removeAttr("checked"),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable").removeAttr("checked")),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable").trigger("change"),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable").trigger("change")}),a(document).on("change","#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_enable",function(){a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_code").parents("tr").hide(),a(this).is(":checked")?(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_border_color").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_star_color").parents("tr").show(),"expert"===a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_integration_mode").val()&&a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_code").parents("tr").show()):(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_border_color").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_sticker_star_color").parents("tr").hide())}),a(document).on("change","#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_enable",function(){a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_code").parents("tr").hide(),a(this).is(":checked")?(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_star_color").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_star_size").parents("tr").show(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_font_size").parents("tr").show(),"expert"===a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_integration_mode").val()&&a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_code").parents("tr").show()):(a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_star_color").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_star_size").parents("tr").hide(),a("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_product_widget_font_size").parents("tr").hide())}),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_integration_mode").trigger("change"),a(document).find("#woocommerce_"+trusted_shops_params.option_prefix+"trusted_shops_enable_reviews").trigger("change")});
|
i18n/languages/woocommerce-germanized-de_DE.mo
CHANGED
Binary file
|
i18n/languages/woocommerce-germanized-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized v1.5.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-04-
|
6 |
-
"PO-Revision-Date: 2016-04-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
@@ -91,7 +91,7 @@ msgstr "l"
|
|
91 |
# @ woocommerce-germanized
|
92 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:159
|
93 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:196
|
94 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:
|
95 |
msgid "incl. VAT"
|
96 |
msgstr "inkl. MwSt."
|
97 |
|
@@ -103,7 +103,7 @@ msgstr "exkl. MwSt."
|
|
103 |
# @ woocommerce-germanized
|
104 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:161
|
105 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:196
|
106 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:
|
107 |
#, php-format
|
108 |
msgid "incl. %s%% VAT"
|
109 |
msgstr "inkl. %s%% MwSt."
|
@@ -2184,11 +2184,26 @@ msgstr "Gebührenbesteuerung"
|
|
2184 |
msgid "Tax Rate Name Collision"
|
2185 |
msgstr "Steuerklassen Namensräume"
|
2186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2187 |
# @ woocommerce-germanized
|
2188 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:130
|
2189 |
msgid "VAT Table Check"
|
2190 |
msgstr "Steuer Tabellenprüfung"
|
2191 |
|
|
|
|
|
|
|
|
|
|
|
2192 |
# @ woocommerce-germanized
|
2193 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:132
|
2194 |
#, php-format
|
@@ -3340,7 +3355,7 @@ msgstr ""
|
|
3340 |
# @ woocommerce-germanized
|
3341 |
# @ woocommerce
|
3342 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:50
|
3343 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:
|
3344 |
msgid "Settings"
|
3345 |
msgstr "Einstellungen"
|
3346 |
|
@@ -3488,7 +3503,7 @@ msgid ""
|
|
3488 |
"introduction."
|
3489 |
msgstr ""
|
3490 |
"In unserem Integration Center findest du eine Schritt-für-Schritt Anleitung. "
|
3491 |
-
"<a href=\"%s\" target=\"_blank\">Klicke hier</a
|
3492 |
|
3493 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:137
|
3494 |
msgctxt "trusted-shops"
|
@@ -3711,13 +3726,13 @@ msgstr ""
|
|
3711 |
"als Rich Snippets im Shop als Widget verfügbar sind. "
|
3712 |
|
3713 |
# @ woocommerce-germanized
|
3714 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3715 |
msgctxt "trusted-shops"
|
3716 |
msgid "Review Reminder"
|
3717 |
msgstr "Bewertungserinnerung"
|
3718 |
|
3719 |
# @ woocommerce-germanized
|
3720 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3721 |
msgctxt "trusted-shops"
|
3722 |
msgid "Send a one-time email review reminder to your customers."
|
3723 |
msgstr ""
|
@@ -3725,13 +3740,13 @@ msgstr ""
|
|
3725 |
"senden."
|
3726 |
|
3727 |
# @ woocommerce-germanized
|
3728 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3729 |
msgctxt "trusted-shops"
|
3730 |
msgid "Days until reminder"
|
3731 |
msgstr "Tage bis zur Erinnerung"
|
3732 |
|
3733 |
# @ woocommerce-germanized
|
3734 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3735 |
msgctxt "trusted-shops"
|
3736 |
msgid ""
|
3737 |
"Decide how many days after an order the email review reminder will be sent."
|
@@ -3740,13 +3755,13 @@ msgstr ""
|
|
3740 |
"wurde) bis zur E-Mail Erinnerung an den Kunden."
|
3741 |
|
3742 |
# @ woocommerce-germanized
|
3743 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3744 |
msgctxt "trusted-shops"
|
3745 |
msgid "Assign payment methods"
|
3746 |
msgstr "Zahlungsarten zuweisen"
|
3747 |
|
3748 |
# @ woocommerce-germanized
|
3749 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3750 |
#, php-format
|
3751 |
msgctxt "trusted-shops"
|
3752 |
msgid ""
|
@@ -3757,18 +3772,18 @@ msgstr ""
|
|
3757 |
"Zahlungsarten aus."
|
3758 |
|
3759 |
# @ woocommerce-germanized
|
3760 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3761 |
msgctxt "trusted-shops"
|
3762 |
msgid "About Trusted Shops"
|
3763 |
msgstr "Über Trusted Shops"
|
3764 |
|
3765 |
# @ woocommerce-germanized
|
3766 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3767 |
msgctxt "trusted-shops"
|
3768 |
msgid "Get your account"
|
3769 |
msgstr "Erstelle deinen Account"
|
3770 |
|
3771 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3772 |
msgctxt "trusted-shops"
|
3773 |
msgid ""
|
3774 |
"Use additional options to customize your Trusted Shops Integration or use "
|
@@ -3777,24 +3792,24 @@ msgstr ""
|
|
3777 |
"Hier kannst du deine Trusted Shops Integration detaillierter konfigurieren "
|
3778 |
"oder den neuesten Code einbinden:"
|
3779 |
|
3780 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3781 |
msgctxt "trusted-shops"
|
3782 |
msgid "Place your Trustbadge wherever you want"
|
3783 |
msgstr "Platziere dein Trustbadge wo immer du möchtest"
|
3784 |
|
3785 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3786 |
msgctxt "trusted-shops"
|
3787 |
msgid "Deactivate mobile use"
|
3788 |
msgstr "Deaktiviere die mobile Anzeige"
|
3789 |
|
3790 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3791 |
msgctxt "trusted-shops"
|
3792 |
msgid "Jump from your Product Reviews stars directly to your Product Reviews"
|
3793 |
msgstr ""
|
3794 |
"Springe durch einen Klick von deinen Produktbewertungssternen direkt zu "
|
3795 |
"deinen Produktbewertungen"
|
3796 |
|
3797 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3798 |
#, php-format
|
3799 |
msgctxt "trusted-shops"
|
3800 |
msgid ""
|
@@ -3807,43 +3822,43 @@ msgstr ""
|
|
3807 |
"a> oder von <a href=\"%s\" target=\"_blank\">Produktbewertungen</a>."
|
3808 |
|
3809 |
# @ woocommerce-germanized
|
3810 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3811 |
msgctxt "trusted-shops"
|
3812 |
msgid "Review Collector"
|
3813 |
msgstr "Review Collector"
|
3814 |
|
3815 |
# @ woocommerce-germanized
|
3816 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3817 |
msgctxt "trusted-shops"
|
3818 |
msgid "Export customer data"
|
3819 |
msgstr "Bestellungen exportieren"
|
3820 |
|
3821 |
# @ woocommerce-germanized
|
3822 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3823 |
msgctxt "trusted-shops"
|
3824 |
msgid "30 days"
|
3825 |
msgstr "30 Tage"
|
3826 |
|
3827 |
# @ woocommerce-germanized
|
3828 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3829 |
msgctxt "trusted-shops"
|
3830 |
msgid "60 days"
|
3831 |
msgstr "60 Tage"
|
3832 |
|
3833 |
# @ woocommerce-germanized
|
3834 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3835 |
msgctxt "trusted-shops"
|
3836 |
msgid "90 days"
|
3837 |
msgstr "90 Tage"
|
3838 |
|
3839 |
# @ woocommerce-germanized
|
3840 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3841 |
msgctxt "trusted-shops"
|
3842 |
msgid "Start export"
|
3843 |
msgstr "Export starten"
|
3844 |
|
3845 |
# @ woocommerce-germanized
|
3846 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3847 |
#, php-format
|
3848 |
msgctxt "trusted-shops"
|
3849 |
msgid ""
|
@@ -3865,43 +3880,43 @@ msgid "Reviews"
|
|
3865 |
msgstr "Produktbewertungen"
|
3866 |
|
3867 |
# @ woocommerce-germanized
|
3868 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3869 |
msgctxt "trusted-shops"
|
3870 |
msgid "Prepayment"
|
3871 |
msgstr "Überweisung"
|
3872 |
|
3873 |
# @ woocommerce-germanized
|
3874 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3875 |
msgctxt "trusted-shops"
|
3876 |
msgid "Cash On Delivery"
|
3877 |
msgstr "Bar bei Lieferung"
|
3878 |
|
3879 |
# @ woocommerce-germanized
|
3880 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3881 |
msgctxt "trusted-shops"
|
3882 |
msgid "Credit Card"
|
3883 |
msgstr "Kreditkarte"
|
3884 |
|
3885 |
# @ woocommerce-germanized
|
3886 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3887 |
msgctxt "trusted-shops"
|
3888 |
msgid "Paypal"
|
3889 |
msgstr "Paypal"
|
3890 |
|
3891 |
# @ woocommerce-germanized
|
3892 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3893 |
msgctxt "trusted-shops"
|
3894 |
msgid "Invoice"
|
3895 |
msgstr "Rechnung"
|
3896 |
|
3897 |
# @ woocommerce-germanized
|
3898 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3899 |
msgctxt "trusted-shops"
|
3900 |
msgid "Direct Debit"
|
3901 |
msgstr "Bankeinzug"
|
3902 |
|
3903 |
# @ woocommerce-germanized
|
3904 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3905 |
msgctxt "trusted-shops"
|
3906 |
msgid "Financing"
|
3907 |
msgstr "Finanzierung"
|
@@ -4188,31 +4203,15 @@ msgctxt "trusted-shops"
|
|
4188 |
msgid "Show customer reviews"
|
4189 |
msgstr "Kundenmeinungen ansehen"
|
4190 |
|
4191 |
-
|
4192 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/rich-snippets.php:15
|
4193 |
-
#, php-format
|
4194 |
-
msgctxt "trusted-shops"
|
4195 |
-
msgid "%s ratings"
|
4196 |
-
msgstr "Bewertungen von %s"
|
4197 |
-
|
4198 |
-
# @ woocommerce-germanized
|
4199 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/rich-snippets.php:16
|
4200 |
-
#, php-format
|
4201 |
-
msgctxt "trusted-shops"
|
4202 |
-
msgid "Rated %s out of %s"
|
4203 |
-
msgstr "Bewertet mit %s von %s"
|
4204 |
-
|
4205 |
-
# @ woocommerce-germanized
|
4206 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/rich-snippets.php:18
|
4207 |
#, php-format
|
4208 |
msgctxt "trusted-shops"
|
4209 |
-
msgid "
|
4210 |
-
msgstr "
|
4211 |
|
4212 |
# @ woocommerce-germanized
|
4213 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/rich-snippets.php:
|
4214 |
#, php-format
|
4215 |
msgctxt "trusted-shops"
|
4216 |
-
msgid "%s
|
4217 |
-
msgstr ""
|
4218 |
-
"%s von %s basierend auf %s <a href=\"%s\" target=\"_blank\">Bewertungen</a>."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized v1.5.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-28 15:29+0100\n"
|
6 |
+
"PO-Revision-Date: 2016-04-28 15:30+0100\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
91 |
# @ woocommerce-germanized
|
92 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:159
|
93 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:196
|
94 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:734
|
95 |
msgid "incl. VAT"
|
96 |
msgstr "inkl. MwSt."
|
97 |
|
103 |
# @ woocommerce-germanized
|
104 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:161
|
105 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:196
|
106 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:734
|
107 |
#, php-format
|
108 |
msgid "incl. %s%% VAT"
|
109 |
msgstr "inkl. %s%% MwSt."
|
2184 |
msgid "Tax Rate Name Collision"
|
2185 |
msgstr "Steuerklassen Namensräume"
|
2186 |
|
2187 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:87
|
2188 |
+
msgid ""
|
2189 |
+
"Make sure, that different tax rates do not have the same names. WooCommerce "
|
2190 |
+
"will then merge these rates within checkout into one line."
|
2191 |
+
msgstr ""
|
2192 |
+
"Stelle sicher, dass deine Steuerklassen alle unterschiedliche Bezeichnungen "
|
2193 |
+
"haben (zumindest für unterschiedliche Steuersätze z.B. 7% und 19%). "
|
2194 |
+
"Ansonsten werden die Steuern von WooCommerce in Form von einer Zeile im "
|
2195 |
+
"Checkout dargestellt."
|
2196 |
+
|
2197 |
# @ woocommerce-germanized
|
2198 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:130
|
2199 |
msgid "VAT Table Check"
|
2200 |
msgstr "Steuer Tabellenprüfung"
|
2201 |
|
2202 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:131
|
2203 |
+
msgid "Checks whether all WooCommerce tax relevant tables have been added."
|
2204 |
+
msgstr ""
|
2205 |
+
"Überprüft ob alle WooCommerce Steuer-Datenbank-Tabellen angelegt wurden."
|
2206 |
+
|
2207 |
# @ woocommerce-germanized
|
2208 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:132
|
2209 |
#, php-format
|
3355 |
# @ woocommerce-germanized
|
3356 |
# @ woocommerce
|
3357 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:50
|
3358 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:510
|
3359 |
msgid "Settings"
|
3360 |
msgstr "Einstellungen"
|
3361 |
|
3503 |
"introduction."
|
3504 |
msgstr ""
|
3505 |
"In unserem Integration Center findest du eine Schritt-für-Schritt Anleitung. "
|
3506 |
+
"<a href=\"%s\" target=\"_blank\">Klicke hier</a>."
|
3507 |
|
3508 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:137
|
3509 |
msgctxt "trusted-shops"
|
3726 |
"als Rich Snippets im Shop als Widget verfügbar sind. "
|
3727 |
|
3728 |
# @ woocommerce-germanized
|
3729 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:295
|
3730 |
msgctxt "trusted-shops"
|
3731 |
msgid "Review Reminder"
|
3732 |
msgstr "Bewertungserinnerung"
|
3733 |
|
3734 |
# @ woocommerce-germanized
|
3735 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:296
|
3736 |
msgctxt "trusted-shops"
|
3737 |
msgid "Send a one-time email review reminder to your customers."
|
3738 |
msgstr ""
|
3740 |
"senden."
|
3741 |
|
3742 |
# @ woocommerce-germanized
|
3743 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:304
|
3744 |
msgctxt "trusted-shops"
|
3745 |
msgid "Days until reminder"
|
3746 |
msgstr "Tage bis zur Erinnerung"
|
3747 |
|
3748 |
# @ woocommerce-germanized
|
3749 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:305
|
3750 |
msgctxt "trusted-shops"
|
3751 |
msgid ""
|
3752 |
"Decide how many days after an order the email review reminder will be sent."
|
3755 |
"wurde) bis zur E-Mail Erinnerung an den Kunden."
|
3756 |
|
3757 |
# @ woocommerce-germanized
|
3758 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:321
|
3759 |
msgctxt "trusted-shops"
|
3760 |
msgid "Assign payment methods"
|
3761 |
msgstr "Zahlungsarten zuweisen"
|
3762 |
|
3763 |
# @ woocommerce-germanized
|
3764 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:351
|
3765 |
#, php-format
|
3766 |
msgctxt "trusted-shops"
|
3767 |
msgid ""
|
3772 |
"Zahlungsarten aus."
|
3773 |
|
3774 |
# @ woocommerce-germanized
|
3775 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:373
|
3776 |
msgctxt "trusted-shops"
|
3777 |
msgid "About Trusted Shops"
|
3778 |
msgstr "Über Trusted Shops"
|
3779 |
|
3780 |
# @ woocommerce-germanized
|
3781 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:375
|
3782 |
msgctxt "trusted-shops"
|
3783 |
msgid "Get your account"
|
3784 |
msgstr "Erstelle deinen Account"
|
3785 |
|
3786 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:377
|
3787 |
msgctxt "trusted-shops"
|
3788 |
msgid ""
|
3789 |
"Use additional options to customize your Trusted Shops Integration or use "
|
3792 |
"Hier kannst du deine Trusted Shops Integration detaillierter konfigurieren "
|
3793 |
"oder den neuesten Code einbinden:"
|
3794 |
|
3795 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:379
|
3796 |
msgctxt "trusted-shops"
|
3797 |
msgid "Place your Trustbadge wherever you want"
|
3798 |
msgstr "Platziere dein Trustbadge wo immer du möchtest"
|
3799 |
|
3800 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:380
|
3801 |
msgctxt "trusted-shops"
|
3802 |
msgid "Deactivate mobile use"
|
3803 |
msgstr "Deaktiviere die mobile Anzeige"
|
3804 |
|
3805 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:381
|
3806 |
msgctxt "trusted-shops"
|
3807 |
msgid "Jump from your Product Reviews stars directly to your Product Reviews"
|
3808 |
msgstr ""
|
3809 |
"Springe durch einen Klick von deinen Produktbewertungssternen direkt zu "
|
3810 |
"deinen Produktbewertungen"
|
3811 |
|
3812 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:383
|
3813 |
#, php-format
|
3814 |
msgctxt "trusted-shops"
|
3815 |
msgid ""
|
3822 |
"a> oder von <a href=\"%s\" target=\"_blank\">Produktbewertungen</a>."
|
3823 |
|
3824 |
# @ woocommerce-germanized
|
3825 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:499
|
3826 |
msgctxt "trusted-shops"
|
3827 |
msgid "Review Collector"
|
3828 |
msgstr "Review Collector"
|
3829 |
|
3830 |
# @ woocommerce-germanized
|
3831 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:504
|
3832 |
msgctxt "trusted-shops"
|
3833 |
msgid "Export customer data"
|
3834 |
msgstr "Bestellungen exportieren"
|
3835 |
|
3836 |
# @ woocommerce-germanized
|
3837 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:508
|
3838 |
msgctxt "trusted-shops"
|
3839 |
msgid "30 days"
|
3840 |
msgstr "30 Tage"
|
3841 |
|
3842 |
# @ woocommerce-germanized
|
3843 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:509
|
3844 |
msgctxt "trusted-shops"
|
3845 |
msgid "60 days"
|
3846 |
msgstr "60 Tage"
|
3847 |
|
3848 |
# @ woocommerce-germanized
|
3849 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:510
|
3850 |
msgctxt "trusted-shops"
|
3851 |
msgid "90 days"
|
3852 |
msgstr "90 Tage"
|
3853 |
|
3854 |
# @ woocommerce-germanized
|
3855 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:512
|
3856 |
msgctxt "trusted-shops"
|
3857 |
msgid "Start export"
|
3858 |
msgstr "Export starten"
|
3859 |
|
3860 |
# @ woocommerce-germanized
|
3861 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:513
|
3862 |
#, php-format
|
3863 |
msgctxt "trusted-shops"
|
3864 |
msgid ""
|
3880 |
msgstr "Produktbewertungen"
|
3881 |
|
3882 |
# @ woocommerce-germanized
|
3883 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:105
|
3884 |
msgctxt "trusted-shops"
|
3885 |
msgid "Prepayment"
|
3886 |
msgstr "Überweisung"
|
3887 |
|
3888 |
# @ woocommerce-germanized
|
3889 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:106
|
3890 |
msgctxt "trusted-shops"
|
3891 |
msgid "Cash On Delivery"
|
3892 |
msgstr "Bar bei Lieferung"
|
3893 |
|
3894 |
# @ woocommerce-germanized
|
3895 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:107
|
3896 |
msgctxt "trusted-shops"
|
3897 |
msgid "Credit Card"
|
3898 |
msgstr "Kreditkarte"
|
3899 |
|
3900 |
# @ woocommerce-germanized
|
3901 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:108
|
3902 |
msgctxt "trusted-shops"
|
3903 |
msgid "Paypal"
|
3904 |
msgstr "Paypal"
|
3905 |
|
3906 |
# @ woocommerce-germanized
|
3907 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:109
|
3908 |
msgctxt "trusted-shops"
|
3909 |
msgid "Invoice"
|
3910 |
msgstr "Rechnung"
|
3911 |
|
3912 |
# @ woocommerce-germanized
|
3913 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:110
|
3914 |
msgctxt "trusted-shops"
|
3915 |
msgid "Direct Debit"
|
3916 |
msgstr "Bankeinzug"
|
3917 |
|
3918 |
# @ woocommerce-germanized
|
3919 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:111
|
3920 |
msgctxt "trusted-shops"
|
3921 |
msgid "Financing"
|
3922 |
msgstr "Finanzierung"
|
4203 |
msgid "Show customer reviews"
|
4204 |
msgstr "Kundenmeinungen ansehen"
|
4205 |
|
4206 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/rich-snippets.php:23
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4207 |
#, php-format
|
4208 |
msgctxt "trusted-shops"
|
4209 |
+
msgid "Ø %s / %s of %s %s %s customer reviews | Trusted Shops %s"
|
4210 |
+
msgstr "Ø %s / %s bei %s %s %s Kundenbewertungen | Trusted Shops %s"
|
4211 |
|
4212 |
# @ woocommerce-germanized
|
4213 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/rich-snippets.php:27
|
4214 |
#, php-format
|
4215 |
msgctxt "trusted-shops"
|
4216 |
+
msgid "%s custom reviews"
|
4217 |
+
msgstr "%s Kundenbewertungen"
|
|
i18n/languages/woocommerce-germanized-de_DE_formal.mo
CHANGED
Binary file
|
i18n/languages/woocommerce-germanized-de_DE_formal.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized v1.5.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-04-
|
6 |
-
"PO-Revision-Date: 2016-04-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
@@ -91,7 +91,7 @@ msgstr "l"
|
|
91 |
# @ woocommerce-germanized
|
92 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:159
|
93 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:196
|
94 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:
|
95 |
msgid "incl. VAT"
|
96 |
msgstr "inkl. MwSt."
|
97 |
|
@@ -103,7 +103,7 @@ msgstr "exkl. MwSt."
|
|
103 |
# @ woocommerce-germanized
|
104 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:161
|
105 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:196
|
106 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:
|
107 |
#, php-format
|
108 |
msgid "incl. %s%% VAT"
|
109 |
msgstr "inkl. %s%% MwSt."
|
@@ -259,7 +259,7 @@ msgstr "Neuer Preis Hinweis"
|
|
259 |
# @ woocommerce-germanized
|
260 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:86
|
261 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:47
|
262 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
263 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:740
|
264 |
msgid "Product Units"
|
265 |
msgstr "Produkteinheiten"
|
@@ -458,7 +458,7 @@ msgstr "Keine"
|
|
458 |
|
459 |
# @ woocommerce-germanized
|
460 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:136
|
461 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
462 |
msgid "General"
|
463 |
msgstr "Allgemein"
|
464 |
|
@@ -559,8 +559,8 @@ msgstr "Kaufvertrag"
|
|
559 |
|
560 |
# @ woocommerce-germanized
|
561 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:192
|
562 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
563 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
564 |
#, php-format
|
565 |
msgid "%sUpgrade to %spro%s%s to unlock this feature and get premium support."
|
566 |
msgstr ""
|
@@ -784,26 +784,17 @@ msgstr ""
|
|
784 |
"hinweist (z.B. Unser neuer Preis)."
|
785 |
|
786 |
# @ woocommerce-germanized
|
787 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
788 |
-
msgid "Product Lists"
|
789 |
-
msgstr "Produktlisten"
|
790 |
-
|
791 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:349
|
792 |
-
msgid "Disable sale price labels within product listings?"
|
793 |
-
msgstr "Preishinweise in Produktlisten deaktivieren?"
|
794 |
-
|
795 |
-
# @ woocommerce-germanized
|
796 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:358
|
797 |
msgid "Shipping Costs"
|
798 |
msgstr "Versandkosten"
|
799 |
|
800 |
# @ woocommerce-germanized
|
801 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
802 |
msgid "Shipping Costs Text"
|
803 |
msgstr "Versandkosten Text"
|
804 |
|
805 |
# @ woocommerce-germanized
|
806 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
807 |
msgid ""
|
808 |
"This text will be used to inform the customer about shipping costs. Use "
|
809 |
"{link}{/link} to insert link to shipping costs page."
|
@@ -813,17 +804,17 @@ msgstr ""
|
|
813 |
"zur Versandkosten-Seite einzufügen."
|
814 |
|
815 |
# @ woocommerce-germanized
|
816 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
817 |
msgid "plus {link}Shipping Costs{/link}"
|
818 |
msgstr "zzgl. {link}Versandkosten{/link}"
|
819 |
|
820 |
# @ woocommerce-germanized
|
821 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
822 |
msgid "Free Shipping Text"
|
823 |
msgstr "Kostenloser Versand Text"
|
824 |
|
825 |
# @ woocommerce-germanized
|
826 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
827 |
msgid ""
|
828 |
"This text will be used to inform the customer about free shipping. Leave "
|
829 |
"empty to disable notice. Use {link}{/link} to insert link to shipping costs "
|
@@ -834,17 +825,17 @@ msgstr ""
|
|
834 |
"Versandkosten-Seite einzufügen."
|
835 |
|
836 |
# @ woocommerce-germanized
|
837 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
838 |
msgid "Shipping Costs Tax"
|
839 |
msgstr "Steuerberechnung"
|
840 |
|
841 |
# @ woocommerce-germanized
|
842 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
843 |
msgid "Enable better taxation for shpping costs?"
|
844 |
msgstr "Genauere Steuerberechnung für Versandkosten aktivieren?"
|
845 |
|
846 |
# @ woocommerce-germanized
|
847 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
848 |
#, php-format
|
849 |
msgid ""
|
850 |
"By choosing this option shipping cost taxation will be calculated based on "
|
@@ -858,18 +849,18 @@ msgstr ""
|
|
858 |
"Bruttobeträge. Hier ein kleines Beispiel: %s"
|
859 |
|
860 |
# @ woocommerce-germanized
|
861 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
862 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
863 |
msgid "Force Tax Calculation"
|
864 |
msgstr "Steuerberechnung erzwingen"
|
865 |
|
866 |
# @ woocommerce-germanized
|
867 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
868 |
msgid "Force shipping costs tax calculation for every method?"
|
869 |
msgstr "Erzwinge die Besteuerung für Versandkosten für jede Versandart?"
|
870 |
|
871 |
# @ woocommerce-germanized
|
872 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
873 |
msgid ""
|
874 |
"This option will overwrite settings for each individual shipping method to "
|
875 |
"force tax calculation (instead of only calculating tax for those methods "
|
@@ -879,22 +870,22 @@ msgstr ""
|
|
879 |
"Versandarten und erzwingt die Steuerberechnung."
|
880 |
|
881 |
# @ woocommerce-germanized
|
882 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
883 |
msgid "Fees"
|
884 |
msgstr "Gebühren"
|
885 |
|
886 |
# @ woocommerce-germanized
|
887 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
888 |
msgid "Fee Tax"
|
889 |
msgstr "Steuerberechnung"
|
890 |
|
891 |
# @ woocommerce-germanized
|
892 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
893 |
msgid "Enable better taxation for fees?"
|
894 |
msgstr "Genauere Steuerberechnung für Gebühren aktivieren?"
|
895 |
|
896 |
# @ woocommerce-germanized
|
897 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
898 |
msgid ""
|
899 |
"By choosing this option fee taxation will be calculated based on tax rates "
|
900 |
"within cart. See shipping costs taxation for more information."
|
@@ -905,12 +896,12 @@ msgstr ""
|
|
905 |
"Nettobeträge in Bruttobeträge an."
|
906 |
|
907 |
# @ woocommerce-germanized
|
908 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
909 |
msgid "Force fee tax calculation for every fee?"
|
910 |
msgstr "Berechnung der Steuern für Gebühren erzwingen?"
|
911 |
|
912 |
# @ woocommerce-germanized
|
913 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
914 |
msgid ""
|
915 |
"This option will overwrite settings for each individual fee to force tax "
|
916 |
"calculation (instead of only calculating tax for those fees which are "
|
@@ -920,28 +911,28 @@ msgstr ""
|
|
920 |
"Steuerberechnung."
|
921 |
|
922 |
# @ woocommerce-germanized
|
923 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
924 |
msgid "Customers"
|
925 |
msgstr "Kunden"
|
926 |
|
927 |
# @ woocommerce-germanized
|
928 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
929 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:514
|
930 |
msgid "Checkbox"
|
931 |
msgstr "Checkbox"
|
932 |
|
933 |
# @ woocommerce-germanized
|
934 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
935 |
msgid "Add a checkbox to customer registration form."
|
936 |
msgstr "Füge eine Checkbox zum Formular für die Kundenregistrierung hinzu."
|
937 |
|
938 |
# @ woocommerce-germanized
|
939 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
940 |
msgid "Checkbox text"
|
941 |
msgstr "Checkbox Text"
|
942 |
|
943 |
# @ woocommerce-germanized
|
944 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
945 |
msgid ""
|
946 |
"Choose a Plain Text which will be shown as checkbox text for customer "
|
947 |
"account creation. Use {term_link}{/term_link}, {data_security_link}{/"
|
@@ -955,7 +946,7 @@ msgstr ""
|
|
955 |
"Hinweisseiten."
|
956 |
|
957 |
# @ woocommerce-germanized
|
958 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
959 |
msgid ""
|
960 |
"Yes, I’d like create a new account and have read and understood the "
|
961 |
"{data_security_link}data privacy statement{/data_security_link}."
|
@@ -964,19 +955,19 @@ msgstr ""
|
|
964 |
"{data_security_link}Datenschutzerklärung{/data_security_link}."
|
965 |
|
966 |
# @ woocommerce-germanized
|
967 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
968 |
msgid "Checkout"
|
969 |
msgstr "Kasse"
|
970 |
|
971 |
# @ woocommerce-germanized
|
972 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
973 |
msgid ""
|
974 |
"Replace default WooCommerce text regarding account creation during checkout."
|
975 |
msgstr ""
|
976 |
"Ersetze den WooCommerce Text (Kundenkonto erstellen?) durch den o.g. Hinweis."
|
977 |
|
978 |
# @ woocommerce-germanized
|
979 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
980 |
msgid ""
|
981 |
"Use the text from above instead of the default WooCommerce text regarding "
|
982 |
"account creation during checkout. This checkbox is only show if you have "
|
@@ -988,17 +979,17 @@ msgstr ""
|
|
988 |
"zulässt."
|
989 |
|
990 |
# @ woocommerce-germanized
|
991 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
992 |
msgid "Customer Double Opt In"
|
993 |
msgstr "Double Opt-In"
|
994 |
|
995 |
# @ woocommerce-germanized
|
996 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
997 |
msgid "Enable customer double opt in on registration?"
|
998 |
msgstr "Double Opt-In Verfahren für Kundenkonten aktivieren?"
|
999 |
|
1000 |
# @ woocommerce-germanized
|
1001 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1002 |
#, php-format
|
1003 |
msgid ""
|
1004 |
"If customer chooses to create a customer account an email with an activation "
|
@@ -1012,15 +1003,15 @@ msgstr ""
|
|
1012 |
"Verfahren ist laut Amtsgericht Berlin Pankow/Weißensee notwendig. Mehr "
|
1013 |
"Informationen findest du <a href=\"%s\" target=\"_blank\">hier</a>."
|
1014 |
|
1015 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1016 |
msgid "Disable Login and Checkout"
|
1017 |
msgstr "Login und Checkout"
|
1018 |
|
1019 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1020 |
msgid "Disable login and checkout for unactivated customers."
|
1021 |
msgstr "Deaktiviere den Login und Checkout für inaktive Kunden."
|
1022 |
|
1023 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1024 |
msgid ""
|
1025 |
"Customers that did not click on the activation link will not be able to "
|
1026 |
"complete checkout nor login to their account."
|
@@ -1030,12 +1021,12 @@ msgstr ""
|
|
1030 |
"werden."
|
1031 |
|
1032 |
# @ woocommerce-germanized
|
1033 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1034 |
msgid "Delete Unactivated After"
|
1035 |
msgstr "Unaktivierte löschen nach"
|
1036 |
|
1037 |
# @ woocommerce-germanized
|
1038 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1039 |
msgid ""
|
1040 |
"This will make sure unactivated customer accounts will be deleted after X "
|
1041 |
"days. Set to 0 if you don't want to automatically delete unactivated "
|
@@ -1046,23 +1037,23 @@ msgstr ""
|
|
1046 |
"setze den Wert auf 0."
|
1047 |
|
1048 |
# @ woocommerce-germanized
|
1049 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1050 |
msgid "days"
|
1051 |
msgstr "Tagen"
|
1052 |
|
1053 |
# @ woocommerce-germanized
|
1054 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1055 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-core-functions.php:52
|
1056 |
msgid "Right of Recission"
|
1057 |
msgstr "Widerrufsrecht"
|
1058 |
|
1059 |
# @ woocommerce-germanized
|
1060 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1061 |
msgid "Revocation Address"
|
1062 |
msgstr "Widerruf richten an"
|
1063 |
|
1064 |
# @ woocommerce-germanized
|
1065 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1066 |
msgid ""
|
1067 |
"Type in an address, telephone/telefax number, email address which is to be "
|
1068 |
"used as revocation address"
|
@@ -1071,18 +1062,18 @@ msgstr ""
|
|
1071 |
"die deine Kunden ihren Widerruf richten sollen"
|
1072 |
|
1073 |
# @ woocommerce-germanized
|
1074 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1075 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:81
|
1076 |
msgid "Virtual VAT"
|
1077 |
msgstr "USt. Änderung 2015"
|
1078 |
|
1079 |
# @ woocommerce-germanized
|
1080 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1081 |
msgid "Enable Virtual VAT"
|
1082 |
msgstr "USt. Anpassung aktivieren"
|
1083 |
|
1084 |
# @ woocommerce-germanized
|
1085 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1086 |
msgid ""
|
1087 |
"Enable if you want to charge your customer's countries' VAT for virtual "
|
1088 |
"products."
|
@@ -1090,7 +1081,7 @@ msgstr ""
|
|
1090 |
"Für virtuelle Produkte den USt.-Satz des Dienstleistungsempfängers berechnen."
|
1091 |
|
1092 |
# @ woocommerce-germanized
|
1093 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1094 |
#, php-format
|
1095 |
msgid ""
|
1096 |
"New EU VAT rule applies on 01.01.2015. Make sure that every digital or "
|
@@ -1113,35 +1104,35 @@ msgstr ""
|
|
1113 |
"dazu findest du <a href=\"%s\" target=\"_blank\">hier</a>."
|
1114 |
|
1115 |
# @ woocommerce-germanized
|
1116 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1117 |
msgctxt "invoices"
|
1118 |
msgid "Invoices"
|
1119 |
msgstr "Rechnungen"
|
1120 |
|
1121 |
# @ woocommerce-germanized
|
1122 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1123 |
msgid "VAT"
|
1124 |
msgstr "Umsatzsteuer"
|
1125 |
|
1126 |
# @ woocommerce-germanized
|
1127 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1128 |
#, php-format
|
1129 |
msgid "Attach %s"
|
1130 |
msgstr "%s"
|
1131 |
|
1132 |
# @ woocommerce-germanized
|
1133 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1134 |
#, php-format
|
1135 |
msgid "Attach %s to the following email templates"
|
1136 |
msgstr "%s an die folgenden E-Mail Templates anfügen"
|
1137 |
|
1138 |
# @ woocommerce-germanized
|
1139 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1140 |
msgid "E-Mails"
|
1141 |
msgstr "E-Mails"
|
1142 |
|
1143 |
# @ woocommerce-germanized
|
1144 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1145 |
msgid ""
|
1146 |
"Use drag & drop to customize attachment order. Don't forget to save your "
|
1147 |
"changes."
|
@@ -1150,12 +1141,12 @@ msgstr ""
|
|
1150 |
"beeinflussen und speichere anschließend deine Änderungen."
|
1151 |
|
1152 |
# @ woocommerce-germanized
|
1153 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1154 |
msgid "Email Attachment Options"
|
1155 |
msgstr "PDF Anhang"
|
1156 |
|
1157 |
# @ woocommerce-germanized
|
1158 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1159 |
#, php-format
|
1160 |
msgid ""
|
1161 |
"Want to attach automatically generated PDF files to emails instead of plain "
|
@@ -1165,27 +1156,27 @@ msgstr ""
|
|
1165 |
"%sUpgrade zur %spro%s Version%s"
|
1166 |
|
1167 |
# @ woocommerce-germanized
|
1168 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1169 |
msgid "Downloadable Product"
|
1170 |
msgstr "Herunterladbares Produkt"
|
1171 |
|
1172 |
# @ woocommerce-germanized
|
1173 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1174 |
msgid "Virtual Product"
|
1175 |
msgstr "Virtuelles Produkt"
|
1176 |
|
1177 |
# @ woocommerce-germanized
|
1178 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1179 |
msgid "Add to Cart"
|
1180 |
msgstr "Zum Warenkorb Button"
|
1181 |
|
1182 |
# @ woocommerce-germanized
|
1183 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1184 |
msgid "Show add to cart button on listings?"
|
1185 |
msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
|
1186 |
|
1187 |
# @ woocommerce-germanized
|
1188 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1189 |
msgid ""
|
1190 |
"unset this option if you don't want to show the add to cart button within "
|
1191 |
"the product listings"
|
@@ -1194,18 +1185,18 @@ msgstr ""
|
|
1194 |
"von Produktauflistungen darstellen möchten"
|
1195 |
|
1196 |
# @ woocommerce-germanized
|
1197 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1198 |
msgid "Link to Details"
|
1199 |
msgstr "Verlinkung zu Produktdetails"
|
1200 |
|
1201 |
# @ woocommerce-germanized
|
1202 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1203 |
msgid ""
|
1204 |
"Want to link to product details page instead of add to cart within listings?"
|
1205 |
msgstr "Zum Warenkorb Button mit Button zur Produktdetail-Seite ersetzen?"
|
1206 |
|
1207 |
# @ woocommerce-germanized
|
1208 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1209 |
msgid ""
|
1210 |
"Decide whether you like to link to your product's details page instead of "
|
1211 |
"displaying an add to cart button within product listings."
|
@@ -1215,17 +1206,17 @@ msgstr ""
|
|
1215 |
"diese Option."
|
1216 |
|
1217 |
# @ woocommerce-germanized
|
1218 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1219 |
msgid "Product Details Text"
|
1220 |
msgstr "Produktdetails Text"
|
1221 |
|
1222 |
# @ woocommerce-germanized
|
1223 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1224 |
msgid "Details"
|
1225 |
msgstr "Details"
|
1226 |
|
1227 |
# @ woocommerce-germanized
|
1228 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1229 |
msgid ""
|
1230 |
"If you have chosen to link to product details page instead of add to cart "
|
1231 |
"URL you may want to change the button text."
|
@@ -1235,11 +1226,11 @@ msgstr ""
|
|
1235 |
"einen Button-Text vergeben."
|
1236 |
|
1237 |
# @ woocommerce-germanized
|
1238 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1239 |
msgid "Digital Delivery Time Text"
|
1240 |
msgstr "Lieferzeit Digital"
|
1241 |
|
1242 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1243 |
msgid ""
|
1244 |
"Enter a text which will be shown as digital delivery time text (replacement "
|
1245 |
"for default digital time on digital products)."
|
@@ -1249,69 +1240,76 @@ msgstr ""
|
|
1249 |
"lassen."
|
1250 |
|
1251 |
# @ woocommerce-germanized
|
1252 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1253 |
msgid "Notice Footer"
|
1254 |
msgstr "Hinweise im Footer"
|
1255 |
|
1256 |
# @ woocommerce-germanized
|
1257 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1258 |
msgid "Show a global VAT notice within footer"
|
1259 |
msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer einfügen."
|
1260 |
|
1261 |
# @ woocommerce-germanized
|
1262 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1263 |
msgid "Show a global sale price notice within footer"
|
1264 |
msgstr ""
|
1265 |
"Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer "
|
1266 |
"einfügen."
|
1267 |
|
1268 |
# @ woocommerce-germanized
|
1269 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1270 |
msgid "Products"
|
1271 |
msgstr "Produkt"
|
1272 |
|
1273 |
# @ woocommerce-germanized
|
1274 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1275 |
msgid "Show within Product Listings"
|
1276 |
msgstr "In Produktlisten"
|
1277 |
|
1278 |
# @ woocommerce-germanized
|
1279 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1280 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:716
|
1281 |
msgid "Shipping Costs notice"
|
1282 |
msgstr "Versandkosten-Hinweis"
|
1283 |
|
1284 |
# @ woocommerce-germanized
|
1285 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1286 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:724
|
1287 |
msgid "Tax Info"
|
1288 |
msgstr "MwSt. Hinweis"
|
1289 |
|
1290 |
# @ woocommerce-germanized
|
1291 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1292 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:732
|
1293 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1294 |
msgid "Base Price"
|
1295 |
msgstr "Grundpreis"
|
1296 |
|
1297 |
# @ woocommerce-germanized
|
1298 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1299 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:748
|
1300 |
msgid "Delivery Time Notice"
|
1301 |
msgstr "Lieferzeiten-Hinweis"
|
1302 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1303 |
# @ woocommerce-germanized
|
1304 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:715
|
1305 |
msgid "Show on Product Detail Page"
|
1306 |
msgstr "Auf der Produktseite"
|
1307 |
|
1308 |
# @ woocommerce-germanized
|
1309 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1310 |
msgid "Hide Shipping Costs Notice"
|
1311 |
msgstr "Versandkosten ausblenden"
|
1312 |
|
1313 |
# @ woocommerce-germanized
|
1314 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1315 |
msgid ""
|
1316 |
"Select product types for which you might want to disable the shipping costs "
|
1317 |
"notice."
|
@@ -1320,11 +1318,11 @@ msgstr ""
|
|
1320 |
"möchtest."
|
1321 |
|
1322 |
# @ woocommerce-germanized
|
1323 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1324 |
msgid "Hide Delivery Time Notice"
|
1325 |
msgstr "Lieferzeiten ausblenden"
|
1326 |
|
1327 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1328 |
msgid ""
|
1329 |
"Select product types for which you might want to disable the delivery time "
|
1330 |
"notice."
|
@@ -1333,12 +1331,12 @@ msgstr ""
|
|
1333 |
"möchtest."
|
1334 |
|
1335 |
# @ woocommerce-germanized
|
1336 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1337 |
msgid "Base Price Text"
|
1338 |
msgstr "Grundpreis Text"
|
1339 |
|
1340 |
# @ woocommerce-germanized
|
1341 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1342 |
msgid ""
|
1343 |
"This text will be used to display the base price. Use {price} to insert the "
|
1344 |
"price. If you want to specifically format base price output use {base}, "
|
@@ -1350,26 +1348,26 @@ msgstr ""
|
|
1350 |
"{base_price} für die einzelnen Elemente."
|
1351 |
|
1352 |
# @ woocommerce-germanized
|
1353 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1354 |
msgid "{price}"
|
1355 |
msgstr "{price}"
|
1356 |
|
1357 |
# @ woocommerce-germanized
|
1358 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1359 |
msgid "Variable Base Price"
|
1360 |
msgstr "Variabler Grundpreis"
|
1361 |
|
1362 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1363 |
msgid "Enable price range base prices for variable products."
|
1364 |
msgstr "Aktiviere von-bis-Grundpreise für variable Produkte."
|
1365 |
|
1366 |
# @ woocommerce-germanized
|
1367 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1368 |
msgid "Product Units Text"
|
1369 |
msgstr "Produkteinheiten Text"
|
1370 |
|
1371 |
# @ woocommerce-germanized
|
1372 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1373 |
msgid ""
|
1374 |
"This text will be used to display the product units. Use {product_units} to "
|
1375 |
"insert the amount of product units. Use {unit} to insert the unit. "
|
@@ -1381,23 +1379,23 @@ msgstr ""
|
|
1381 |
"Grundpreis."
|
1382 |
|
1383 |
# @ woocommerce-germanized
|
1384 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1385 |
msgid "Product contains: {product_units} {unit}"
|
1386 |
msgstr "Produkt enthält: {product_units} {unit}"
|
1387 |
|
1388 |
# @ woocommerce-germanized
|
1389 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1390 |
msgid "Checkout & Cart"
|
1391 |
msgstr "Checkout & Warenkorb"
|
1392 |
|
1393 |
# @ woocommerce-germanized
|
1394 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1395 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:55
|
1396 |
msgid "Fallback Mode"
|
1397 |
msgstr "Fallback Modus"
|
1398 |
|
1399 |
# @ woocommerce-germanized
|
1400 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1401 |
msgid ""
|
1402 |
"Enable to make sure default checkout template is not being overriden by "
|
1403 |
"theme."
|
@@ -1405,7 +1403,7 @@ msgstr ""
|
|
1405 |
"Überschreiben relevanter Templates im Checkout durch dein Theme verhindern."
|
1406 |
|
1407 |
# @ woocommerce-germanized
|
1408 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1409 |
msgid ""
|
1410 |
"If you are facing problems within your checkout e.g. legally relevant data "
|
1411 |
"is not showing (terms, delivery time, unit price etc.) your theme seems to "
|
@@ -1419,17 +1417,17 @@ msgstr ""
|
|
1419 |
"Checkout (review-order.php und form-checkout.php) zu überschreiben. "
|
1420 |
|
1421 |
# @ woocommerce-germanized
|
1422 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1423 |
msgid "Force free shipping"
|
1424 |
msgstr "Versandmethode erzwingen"
|
1425 |
|
1426 |
# @ woocommerce-germanized
|
1427 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1428 |
msgid "Force free shipping method if available?"
|
1429 |
msgstr "Kostenlosen Versand erzwingen wenn die Methode zur Verfügung steht?"
|
1430 |
|
1431 |
# @ woocommerce-germanized
|
1432 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1433 |
msgid ""
|
1434 |
"By default WooCommerce will let customers choose other shipping methods than "
|
1435 |
"free shipping (if available). This option will force free shipping if "
|
@@ -1440,18 +1438,18 @@ msgstr ""
|
|
1440 |
"Versand, sobald dieser verfügbar ist."
|
1441 |
|
1442 |
# @ woocommerce-germanized
|
1443 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1444 |
msgid "Hide taxes estimated"
|
1445 |
msgstr "Hinweis \"Steuern geschätzt\""
|
1446 |
|
1447 |
# @ woocommerce-germanized
|
1448 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1449 |
msgid ""
|
1450 |
"Do you want to hide the \"taxes and shipping estimated\" text from your cart?"
|
1451 |
msgstr "Den Hinweis \"Versandkosten und Steuern werden geschätzt\" entfernen?"
|
1452 |
|
1453 |
# @ woocommerce-germanized
|
1454 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1455 |
msgid ""
|
1456 |
"By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
|
1457 |
"cart. This might puzzle your customers and may not meet german law."
|
@@ -1461,17 +1459,17 @@ msgstr ""
|
|
1461 |
"Markt geeignet."
|
1462 |
|
1463 |
# @ woocommerce-germanized
|
1464 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1465 |
msgid "Show Thumbnails"
|
1466 |
msgstr "Thumbnails anzeigen"
|
1467 |
|
1468 |
# @ woocommerce-germanized
|
1469 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1470 |
msgid "Show product thumbnails on checkout page?"
|
1471 |
msgstr "Produktbilder im Checkout darstellen?"
|
1472 |
|
1473 |
# @ woocommerce-germanized
|
1474 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1475 |
msgid ""
|
1476 |
"Uncheck if you don't want to show your product thumbnails within checkout "
|
1477 |
"table."
|
@@ -1480,17 +1478,17 @@ msgstr ""
|
|
1480 |
"bekommen möchtest."
|
1481 |
|
1482 |
# @ woocommerce-germanized
|
1483 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1484 |
msgid "Hide Shipping Select"
|
1485 |
msgstr "Versandarten Auswahl"
|
1486 |
|
1487 |
# @ woocommerce-germanized
|
1488 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1489 |
msgid "Hide shipping rate selection from checkout?"
|
1490 |
msgstr "Die Auswahl von Versandarten im Checkout deaktivieren?"
|
1491 |
|
1492 |
# @ woocommerce-germanized
|
1493 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1494 |
msgid ""
|
1495 |
"This option will hide shipping rate selection from checkout. By then "
|
1496 |
"customers will only be able to change their shipping rate on cart page."
|
@@ -1500,18 +1498,18 @@ msgstr ""
|
|
1500 |
"Versandmethode ändern."
|
1501 |
|
1502 |
# @ woocommerce-germanized
|
1503 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1504 |
msgid "Show back to cart button"
|
1505 |
msgstr "Bestellung bearbeiten"
|
1506 |
|
1507 |
# @ woocommerce-germanized
|
1508 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1509 |
msgid "Show back to cart button within your checkout table?"
|
1510 |
msgstr ""
|
1511 |
"Einen \"Bestellung bearbeiten\" Button in der Bestellübersicht anzeigen?"
|
1512 |
|
1513 |
# @ woocommerce-germanized
|
1514 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1515 |
msgid ""
|
1516 |
"This button may let your customer edit their order before submitting. Some "
|
1517 |
"people state that this button should be hidden to avoid legal problems."
|
@@ -1523,28 +1521,28 @@ msgstr ""
|
|
1523 |
"keine weitere Informationen abgedruckt werden sollten."
|
1524 |
|
1525 |
# @ woocommerce-germanized
|
1526 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1527 |
msgid "Show edit data notice"
|
1528 |
msgstr "Bestellung prüfen Hinweis"
|
1529 |
|
1530 |
# @ woocommerce-germanized
|
1531 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1532 |
msgid "Show a \"check-your-entries\" notice to the user?"
|
1533 |
msgstr "Einen \"Bestellung prüfen\" Hinweis anzeigen?"
|
1534 |
|
1535 |
# @ woocommerce-germanized
|
1536 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1537 |
msgid "This notice will be added right before the order comments field."
|
1538 |
msgstr ""
|
1539 |
"Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
|
1540 |
|
1541 |
# @ woocommerce-germanized
|
1542 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1543 |
msgid "Checkout Table Color"
|
1544 |
msgstr "Hintergrundfarbe der Tabelle"
|
1545 |
|
1546 |
# @ woocommerce-germanized
|
1547 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1548 |
msgid ""
|
1549 |
"Choose the color of your checkout product table. This table should be "
|
1550 |
"highlighted within your checkout page."
|
@@ -1553,17 +1551,17 @@ msgstr ""
|
|
1553 |
"Tabelle sollte sich farblich vom Rest des Inhalts abheben."
|
1554 |
|
1555 |
# @ woocommerce-germanized
|
1556 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1557 |
msgid "Checkout Legal Display"
|
1558 |
msgstr "Checkbox oder Text"
|
1559 |
|
1560 |
# @ woocommerce-germanized
|
1561 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1562 |
msgid "Use Text without Checkbox"
|
1563 |
msgstr "Rechtshinweis ohne Checkbox."
|
1564 |
|
1565 |
# @ woocommerce-germanized
|
1566 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1567 |
msgid ""
|
1568 |
"This version will remove checkboxes from Checkout and display a text "
|
1569 |
"instead. This seems to be legally compliant (Zalando & Co are using this "
|
@@ -1574,12 +1572,12 @@ msgstr ""
|
|
1574 |
"diese Form)"
|
1575 |
|
1576 |
# @ woocommerce-germanized
|
1577 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1578 |
msgid "Legal Text"
|
1579 |
msgstr "Rechtlicher Hinweistext"
|
1580 |
|
1581 |
# @ woocommerce-germanized
|
1582 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1583 |
msgid ""
|
1584 |
"Choose a Plain Text which will be shown right above checkout submit button. "
|
1585 |
"Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, "
|
@@ -1592,7 +1590,7 @@ msgstr ""
|
|
1592 |
"revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
|
1593 |
|
1594 |
# @ woocommerce-germanized
|
1595 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1596 |
msgid ""
|
1597 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
1598 |
"and Conditions{/term_link} and your {revocation_link}Right of Recission{/"
|
@@ -1603,12 +1601,12 @@ msgstr ""
|
|
1603 |
"revocation_link} einverstanden."
|
1604 |
|
1605 |
# @ woocommerce-germanized
|
1606 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1607 |
msgid "Legal Text Error"
|
1608 |
msgstr "Fehlermeldung der Checkbox"
|
1609 |
|
1610 |
# @ woocommerce-germanized
|
1611 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1612 |
msgid ""
|
1613 |
"If you have chosen to use checkbox validation please choose a error message "
|
1614 |
"which will be shown if the user doesn't check checkbox. Use {term_link}{/"
|
@@ -1623,7 +1621,7 @@ msgstr ""
|
|
1623 |
"revocation_link}"
|
1624 |
|
1625 |
# @ woocommerce-germanized
|
1626 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1627 |
msgid ""
|
1628 |
"To finish the order you have to accept to our {term_link}Terms and "
|
1629 |
"Conditions{/term_link} and {revocation_link}Right of Recission{/"
|
@@ -1633,17 +1631,17 @@ msgstr ""
|
|
1633 |
"term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
|
1634 |
|
1635 |
# @ woocommerce-germanized
|
1636 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1637 |
msgid "Show digital notice"
|
1638 |
msgstr "Checkbox digitale Produkte"
|
1639 |
|
1640 |
# @ woocommerce-germanized
|
1641 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1642 |
msgid "Show checkbox for digital products."
|
1643 |
msgstr "Checkbox bei digitalen Produkten anzeigen."
|
1644 |
|
1645 |
# @ woocommerce-germanized
|
1646 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1647 |
msgid ""
|
1648 |
"Disable this option if you want your customers to obtain their right of "
|
1649 |
"recission even if digital products are being bought."
|
@@ -1653,12 +1651,12 @@ msgstr ""
|
|
1653 |
"werden, dass im Falle von digitalen Produkten das Widerrufsrecht erlischt."
|
1654 |
|
1655 |
# @ woocommerce-germanized
|
1656 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1657 |
msgid "Digital Product types"
|
1658 |
msgstr "Digitale Produkttypen"
|
1659 |
|
1660 |
# @ woocommerce-germanized
|
1661 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1662 |
msgid ""
|
1663 |
"Select product types for which the loss of recission notice is shown. "
|
1664 |
"Product types like \"simple product\" may be redudant because they include "
|
@@ -1670,12 +1668,12 @@ msgstr ""
|
|
1670 |
"einschließen."
|
1671 |
|
1672 |
# @ woocommerce-germanized
|
1673 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1674 |
msgid "Legal Digital Text"
|
1675 |
msgstr "Hinweis Digital"
|
1676 |
|
1677 |
# @ woocommerce-germanized
|
1678 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1679 |
msgid ""
|
1680 |
"Choose a Plain Text which will be shown right above checkout submit button "
|
1681 |
"if a user has picked a digital product. See legal text option for possible "
|
@@ -1686,7 +1684,7 @@ msgstr ""
|
|
1686 |
"Platzhalter verwenden wie beim Rechtlichen Hinweistext"
|
1687 |
|
1688 |
# @ woocommerce-germanized
|
1689 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1690 |
msgid ""
|
1691 |
"For digital products: I strongly agree that the execution of the agreement "
|
1692 |
"starts before the revocation period has expired. I am aware that my right of "
|
@@ -1697,12 +1695,12 @@ msgstr ""
|
|
1697 |
"bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
|
1698 |
|
1699 |
# @ woocommerce-germanized
|
1700 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1701 |
msgid "Legal Digital Error"
|
1702 |
msgstr "Fehlermeldung Digital"
|
1703 |
|
1704 |
# @ woocommerce-germanized
|
1705 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1706 |
msgid ""
|
1707 |
"This text will be shown as error message if customer has not checked the "
|
1708 |
"corresponding checkbox. See legal text option for possible placeholders."
|
@@ -1712,7 +1710,7 @@ msgstr ""
|
|
1712 |
"Hinweistext für eine Liste der Platzhalter."
|
1713 |
|
1714 |
# @ woocommerce-germanized
|
1715 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1716 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:244
|
1717 |
msgid ""
|
1718 |
"To retrieve direct access to digital content you have to agree to the loss "
|
@@ -1722,12 +1720,12 @@ msgstr ""
|
|
1722 |
"Widerrufsrecht verzichten."
|
1723 |
|
1724 |
# @ woocommerce-germanized
|
1725 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1726 |
msgid "Digital Confirmation Notice"
|
1727 |
msgstr "Digitale Bestätigung"
|
1728 |
|
1729 |
# @ woocommerce-germanized
|
1730 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1731 |
msgid ""
|
1732 |
"This text will be appended to your order processing email if the order "
|
1733 |
"contains digital products. Use placeholders {link}{/link} to insert link to "
|
@@ -1738,7 +1736,7 @@ msgstr ""
|
|
1738 |
"Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
|
1739 |
|
1740 |
# @ woocommerce-germanized
|
1741 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1742 |
msgid ""
|
1743 |
"Furthermore you have expressly agreed to start the performance of the "
|
1744 |
"contract for digital items (e.g. downloads) before expiry of the withdrawal "
|
@@ -1752,19 +1750,19 @@ msgstr ""
|
|
1752 |
"verlieren."
|
1753 |
|
1754 |
# @ woocommerce-germanized
|
1755 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1756 |
msgid "Pay now Button"
|
1757 |
msgstr "Jetzt bezahlen Button"
|
1758 |
|
1759 |
# @ woocommerce-germanized
|
1760 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1761 |
msgid "Add a pay now button to emails and order success page."
|
1762 |
msgstr ""
|
1763 |
"Füge einen jetzt bezahlen - Button zur E-Mail und der Bestätigungs-Seite "
|
1764 |
"hinzu."
|
1765 |
|
1766 |
# @ woocommerce-germanized
|
1767 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1768 |
msgid ""
|
1769 |
"Add a pay now button to order confirmation email and order success page if "
|
1770 |
"the order awaits payment (PayPal etc)."
|
@@ -1774,30 +1772,30 @@ msgstr ""
|
|
1774 |
"benötigt (z.B. per PayPal)."
|
1775 |
|
1776 |
# @ woocommerce-germanized
|
1777 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1778 |
msgid "Order Success Text"
|
1779 |
msgstr "Bestellung eingegangen"
|
1780 |
|
1781 |
# @ woocommerce-germanized
|
1782 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1783 |
msgid "Choose a custom text to display on order success page."
|
1784 |
msgstr ""
|
1785 |
"Hier kannst du einen individuellen kurzen Text eingeben, der nach der "
|
1786 |
"Bestellung ausgegeben wird."
|
1787 |
|
1788 |
# @ woocommerce-germanized
|
1789 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1790 |
msgid "Order Success Data"
|
1791 |
msgstr "Bestellbestätigungs-Daten"
|
1792 |
|
1793 |
# @ woocommerce-germanized
|
1794 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1795 |
msgid "Hide product table and customer data on order success page"
|
1796 |
msgstr ""
|
1797 |
"Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
|
1798 |
|
1799 |
# @ woocommerce-germanized
|
1800 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:
|
1801 |
msgid ""
|
1802 |
"Sorry, but the new Virtual VAT rules cannot be applied to small business."
|
1803 |
msgstr ""
|
@@ -2186,11 +2184,26 @@ msgstr "Gebührenbesteuerung"
|
|
2186 |
msgid "Tax Rate Name Collision"
|
2187 |
msgstr "Steuerklassen Namensräume"
|
2188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2189 |
# @ woocommerce-germanized
|
2190 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:130
|
2191 |
msgid "VAT Table Check"
|
2192 |
msgstr "Steuer Tabellenprüfung"
|
2193 |
|
|
|
|
|
|
|
|
|
|
|
2194 |
# @ woocommerce-germanized
|
2195 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:132
|
2196 |
#, php-format
|
@@ -2704,11 +2717,6 @@ msgstr "Neue Einheit anlegen"
|
|
2704 |
msgid "New Unit Name"
|
2705 |
msgstr "Name der neuen Einheit"
|
2706 |
|
2707 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:93
|
2708 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:95
|
2709 |
-
msgid "Price Labels"
|
2710 |
-
msgstr "Preishinweise"
|
2711 |
-
|
2712 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:96
|
2713 |
msgid "Price Label"
|
2714 |
msgstr "Preishinweis"
|
@@ -3349,7 +3357,7 @@ msgstr ""
|
|
3349 |
# @ woocommerce-germanized
|
3350 |
# @ woocommerce
|
3351 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:50
|
3352 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:
|
3353 |
msgid "Settings"
|
3354 |
msgstr "Einstellungen"
|
3355 |
|
@@ -3497,7 +3505,7 @@ msgid ""
|
|
3497 |
"introduction."
|
3498 |
msgstr ""
|
3499 |
"In unserem Integration Center findest du eine Schritt-für-Schritt Anleitung. "
|
3500 |
-
"<a href=\"%s\" target=\"_blank\">Klicke hier</a
|
3501 |
|
3502 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:137
|
3503 |
msgctxt "trusted-shops"
|
@@ -3721,13 +3729,13 @@ msgstr ""
|
|
3721 |
"als Rich Snippets im Shop als Widget verfügbar sind. "
|
3722 |
|
3723 |
# @ woocommerce-germanized
|
3724 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3725 |
msgctxt "trusted-shops"
|
3726 |
msgid "Review Reminder"
|
3727 |
msgstr "Bewertungserinnerung"
|
3728 |
|
3729 |
# @ woocommerce-germanized
|
3730 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3731 |
msgctxt "trusted-shops"
|
3732 |
msgid "Send a one-time email review reminder to your customers."
|
3733 |
msgstr ""
|
@@ -3735,13 +3743,13 @@ msgstr ""
|
|
3735 |
"senden."
|
3736 |
|
3737 |
# @ woocommerce-germanized
|
3738 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3739 |
msgctxt "trusted-shops"
|
3740 |
msgid "Days until reminder"
|
3741 |
msgstr "Tage bis zur Erinnerung"
|
3742 |
|
3743 |
# @ woocommerce-germanized
|
3744 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3745 |
msgctxt "trusted-shops"
|
3746 |
msgid ""
|
3747 |
"Decide how many days after an order the email review reminder will be sent."
|
@@ -3750,13 +3758,13 @@ msgstr ""
|
|
3750 |
"wurde) bis zur E-Mail Erinnerung an den Kunden."
|
3751 |
|
3752 |
# @ woocommerce-germanized
|
3753 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3754 |
msgctxt "trusted-shops"
|
3755 |
msgid "Assign payment methods"
|
3756 |
msgstr "Zahlungsarten zuweisen"
|
3757 |
|
3758 |
# @ woocommerce-germanized
|
3759 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3760 |
#, php-format
|
3761 |
msgctxt "trusted-shops"
|
3762 |
msgid ""
|
@@ -3767,18 +3775,18 @@ msgstr ""
|
|
3767 |
"Zahlungsarten aus."
|
3768 |
|
3769 |
# @ woocommerce-germanized
|
3770 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3771 |
msgctxt "trusted-shops"
|
3772 |
msgid "About Trusted Shops"
|
3773 |
msgstr "Über Trusted Shops"
|
3774 |
|
3775 |
# @ woocommerce-germanized
|
3776 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3777 |
msgctxt "trusted-shops"
|
3778 |
msgid "Get your account"
|
3779 |
msgstr "Erstelle deinen Account"
|
3780 |
|
3781 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3782 |
msgctxt "trusted-shops"
|
3783 |
msgid ""
|
3784 |
"Use additional options to customize your Trusted Shops Integration or use "
|
@@ -3787,24 +3795,24 @@ msgstr ""
|
|
3787 |
"Hier kannst du deine Trusted Shops Integration detaillierter konfigurieren "
|
3788 |
"oder den neuesten Code einbinden:"
|
3789 |
|
3790 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3791 |
msgctxt "trusted-shops"
|
3792 |
msgid "Place your Trustbadge wherever you want"
|
3793 |
msgstr "Platziere dein Trustbadge wo immer du möchtest"
|
3794 |
|
3795 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3796 |
msgctxt "trusted-shops"
|
3797 |
msgid "Deactivate mobile use"
|
3798 |
msgstr "Deaktiviere die mobile Anzeige"
|
3799 |
|
3800 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3801 |
msgctxt "trusted-shops"
|
3802 |
msgid "Jump from your Product Reviews stars directly to your Product Reviews"
|
3803 |
msgstr ""
|
3804 |
"Springe durch einen Klick von deinen Produktbewertungssternen direkt zu "
|
3805 |
"deinen Produktbewertungen"
|
3806 |
|
3807 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3808 |
#, php-format
|
3809 |
msgctxt "trusted-shops"
|
3810 |
msgid ""
|
@@ -3817,43 +3825,43 @@ msgstr ""
|
|
3817 |
"a> oder von <a href=\"%s\" target=\"_blank\">Produktbewertungen</a>."
|
3818 |
|
3819 |
# @ woocommerce-germanized
|
3820 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3821 |
msgctxt "trusted-shops"
|
3822 |
msgid "Review Collector"
|
3823 |
msgstr "Review Collector"
|
3824 |
|
3825 |
# @ woocommerce-germanized
|
3826 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3827 |
msgctxt "trusted-shops"
|
3828 |
msgid "Export customer data"
|
3829 |
msgstr "Bestellungen exportieren"
|
3830 |
|
3831 |
# @ woocommerce-germanized
|
3832 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3833 |
msgctxt "trusted-shops"
|
3834 |
msgid "30 days"
|
3835 |
msgstr "30 Tage"
|
3836 |
|
3837 |
# @ woocommerce-germanized
|
3838 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3839 |
msgctxt "trusted-shops"
|
3840 |
msgid "60 days"
|
3841 |
msgstr "60 Tage"
|
3842 |
|
3843 |
# @ woocommerce-germanized
|
3844 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3845 |
msgctxt "trusted-shops"
|
3846 |
msgid "90 days"
|
3847 |
msgstr "90 Tage"
|
3848 |
|
3849 |
# @ woocommerce-germanized
|
3850 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3851 |
msgctxt "trusted-shops"
|
3852 |
msgid "Start export"
|
3853 |
msgstr "Export starten"
|
3854 |
|
3855 |
# @ woocommerce-germanized
|
3856 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:
|
3857 |
#, php-format
|
3858 |
msgctxt "trusted-shops"
|
3859 |
msgid ""
|
@@ -3869,49 +3877,49 @@ msgctxt "trusted-shops"
|
|
3869 |
msgid "Trusted Shops Customer Reviews"
|
3870 |
msgstr "Trusted Shops Kundenbewertungen"
|
3871 |
|
3872 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-template-hooks.php:
|
3873 |
msgctxt "trusted-shops"
|
3874 |
msgid "Reviews"
|
3875 |
msgstr "Bewertungen"
|
3876 |
|
3877 |
# @ woocommerce-germanized
|
3878 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3879 |
msgctxt "trusted-shops"
|
3880 |
msgid "Prepayment"
|
3881 |
msgstr "Überweisung"
|
3882 |
|
3883 |
# @ woocommerce-germanized
|
3884 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3885 |
msgctxt "trusted-shops"
|
3886 |
msgid "Cash On Delivery"
|
3887 |
msgstr "Bar bei Lieferung"
|
3888 |
|
3889 |
# @ woocommerce-germanized
|
3890 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3891 |
msgctxt "trusted-shops"
|
3892 |
msgid "Credit Card"
|
3893 |
msgstr "Kreditkarte"
|
3894 |
|
3895 |
# @ woocommerce-germanized
|
3896 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3897 |
msgctxt "trusted-shops"
|
3898 |
msgid "Paypal"
|
3899 |
msgstr "Paypal"
|
3900 |
|
3901 |
# @ woocommerce-germanized
|
3902 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3903 |
msgctxt "trusted-shops"
|
3904 |
msgid "Invoice"
|
3905 |
msgstr "Rechnung"
|
3906 |
|
3907 |
# @ woocommerce-germanized
|
3908 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3909 |
msgctxt "trusted-shops"
|
3910 |
msgid "Direct Debit"
|
3911 |
msgstr "Bankeinzug"
|
3912 |
|
3913 |
# @ woocommerce-germanized
|
3914 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:
|
3915 |
msgctxt "trusted-shops"
|
3916 |
msgid "Financing"
|
3917 |
msgstr "Finanzierung"
|
@@ -4198,31 +4206,15 @@ msgctxt "trusted-shops"
|
|
4198 |
msgid "Show customer reviews"
|
4199 |
msgstr "Kundenmeinungen ansehen"
|
4200 |
|
4201 |
-
|
4202 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/rich-snippets.php:15
|
4203 |
-
#, php-format
|
4204 |
-
msgctxt "trusted-shops"
|
4205 |
-
msgid "%s ratings"
|
4206 |
-
msgstr "Bewertungen von %s"
|
4207 |
-
|
4208 |
-
# @ woocommerce-germanized
|
4209 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/rich-snippets.php:16
|
4210 |
-
#, php-format
|
4211 |
-
msgctxt "trusted-shops"
|
4212 |
-
msgid "Rated %s out of %s"
|
4213 |
-
msgstr "Bewertet mit %s von %s"
|
4214 |
-
|
4215 |
-
# @ woocommerce-germanized
|
4216 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/rich-snippets.php:18
|
4217 |
#, php-format
|
4218 |
msgctxt "trusted-shops"
|
4219 |
-
msgid "
|
4220 |
-
msgstr "
|
4221 |
|
4222 |
# @ woocommerce-germanized
|
4223 |
-
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/rich-snippets.php:
|
4224 |
#, php-format
|
4225 |
msgctxt "trusted-shops"
|
4226 |
-
msgid "%s
|
4227 |
-
msgstr ""
|
4228 |
-
"%s von %s basierend auf %s <a href=\"%s\" target=\"_blank\">Bewertungen</a>."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Germanized v1.5.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-28 15:30+0100\n"
|
6 |
+
"PO-Revision-Date: 2016-04-28 15:31+0100\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
91 |
# @ woocommerce-germanized
|
92 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:159
|
93 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:196
|
94 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:734
|
95 |
msgid "incl. VAT"
|
96 |
msgstr "inkl. MwSt."
|
97 |
|
103 |
# @ woocommerce-germanized
|
104 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/abstracts/abstract-wc-gzd-product.php:161
|
105 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:196
|
106 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:734
|
107 |
#, php-format
|
108 |
msgid "incl. %s%% VAT"
|
109 |
msgstr "inkl. %s%% MwSt."
|
259 |
# @ woocommerce-germanized
|
260 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:86
|
261 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data.php:47
|
262 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:691
|
263 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:740
|
264 |
msgid "Product Units"
|
265 |
msgstr "Produkteinheiten"
|
458 |
|
459 |
# @ woocommerce-germanized
|
460 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:136
|
461 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:606
|
462 |
msgid "General"
|
463 |
msgstr "Allgemein"
|
464 |
|
559 |
|
560 |
# @ woocommerce-germanized
|
561 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:192
|
562 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:499
|
563 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:511
|
564 |
#, php-format
|
565 |
msgid "%sUpgrade to %spro%s%s to unlock this feature and get premium support."
|
566 |
msgstr ""
|
784 |
"hinweist (z.B. Unser neuer Preis)."
|
785 |
|
786 |
# @ woocommerce-germanized
|
787 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:350
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
788 |
msgid "Shipping Costs"
|
789 |
msgstr "Versandkosten"
|
790 |
|
791 |
# @ woocommerce-germanized
|
792 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:353
|
793 |
msgid "Shipping Costs Text"
|
794 |
msgstr "Versandkosten Text"
|
795 |
|
796 |
# @ woocommerce-germanized
|
797 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:354
|
798 |
msgid ""
|
799 |
"This text will be used to inform the customer about shipping costs. Use "
|
800 |
"{link}{/link} to insert link to shipping costs page."
|
804 |
"zur Versandkosten-Seite einzufügen."
|
805 |
|
806 |
# @ woocommerce-germanized
|
807 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:359
|
808 |
msgid "plus {link}Shipping Costs{/link}"
|
809 |
msgstr "zzgl. {link}Versandkosten{/link}"
|
810 |
|
811 |
# @ woocommerce-germanized
|
812 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:363
|
813 |
msgid "Free Shipping Text"
|
814 |
msgstr "Kostenloser Versand Text"
|
815 |
|
816 |
# @ woocommerce-germanized
|
817 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:364
|
818 |
msgid ""
|
819 |
"This text will be used to inform the customer about free shipping. Leave "
|
820 |
"empty to disable notice. Use {link}{/link} to insert link to shipping costs "
|
825 |
"Versandkosten-Seite einzufügen."
|
826 |
|
827 |
# @ woocommerce-germanized
|
828 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:373
|
829 |
msgid "Shipping Costs Tax"
|
830 |
msgstr "Steuerberechnung"
|
831 |
|
832 |
# @ woocommerce-germanized
|
833 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:374
|
834 |
msgid "Enable better taxation for shpping costs?"
|
835 |
msgstr "Genauere Steuerberechnung für Versandkosten aktivieren?"
|
836 |
|
837 |
# @ woocommerce-germanized
|
838 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:378
|
839 |
#, php-format
|
840 |
msgid ""
|
841 |
"By choosing this option shipping cost taxation will be calculated based on "
|
849 |
"Bruttobeträge. Hier ein kleines Beispiel: %s"
|
850 |
|
851 |
# @ woocommerce-germanized
|
852 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:382
|
853 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:404
|
854 |
msgid "Force Tax Calculation"
|
855 |
msgstr "Steuerberechnung erzwingen"
|
856 |
|
857 |
# @ woocommerce-germanized
|
858 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:383
|
859 |
msgid "Force shipping costs tax calculation for every method?"
|
860 |
msgstr "Erzwinge die Besteuerung für Versandkosten für jede Versandart?"
|
861 |
|
862 |
# @ woocommerce-germanized
|
863 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:387
|
864 |
msgid ""
|
865 |
"This option will overwrite settings for each individual shipping method to "
|
866 |
"force tax calculation (instead of only calculating tax for those methods "
|
870 |
"Versandarten und erzwingt die Steuerberechnung."
|
871 |
|
872 |
# @ woocommerce-germanized
|
873 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:392
|
874 |
msgid "Fees"
|
875 |
msgstr "Gebühren"
|
876 |
|
877 |
# @ woocommerce-germanized
|
878 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:395
|
879 |
msgid "Fee Tax"
|
880 |
msgstr "Steuerberechnung"
|
881 |
|
882 |
# @ woocommerce-germanized
|
883 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:396
|
884 |
msgid "Enable better taxation for fees?"
|
885 |
msgstr "Genauere Steuerberechnung für Gebühren aktivieren?"
|
886 |
|
887 |
# @ woocommerce-germanized
|
888 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:400
|
889 |
msgid ""
|
890 |
"By choosing this option fee taxation will be calculated based on tax rates "
|
891 |
"within cart. See shipping costs taxation for more information."
|
896 |
"Nettobeträge in Bruttobeträge an."
|
897 |
|
898 |
# @ woocommerce-germanized
|
899 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:405
|
900 |
msgid "Force fee tax calculation for every fee?"
|
901 |
msgstr "Berechnung der Steuern für Gebühren erzwingen?"
|
902 |
|
903 |
# @ woocommerce-germanized
|
904 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:409
|
905 |
msgid ""
|
906 |
"This option will overwrite settings for each individual fee to force tax "
|
907 |
"calculation (instead of only calculating tax for those fees which are "
|
911 |
"Steuerberechnung."
|
912 |
|
913 |
# @ woocommerce-germanized
|
914 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:414
|
915 |
msgid "Customers"
|
916 |
msgstr "Kunden"
|
917 |
|
918 |
# @ woocommerce-germanized
|
919 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:417
|
920 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php:514
|
921 |
msgid "Checkbox"
|
922 |
msgstr "Checkbox"
|
923 |
|
924 |
# @ woocommerce-germanized
|
925 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:418
|
926 |
msgid "Add a checkbox to customer registration form."
|
927 |
msgstr "Füge eine Checkbox zum Formular für die Kundenregistrierung hinzu."
|
928 |
|
929 |
# @ woocommerce-germanized
|
930 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:425
|
931 |
msgid "Checkbox text"
|
932 |
msgstr "Checkbox Text"
|
933 |
|
934 |
# @ woocommerce-germanized
|
935 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:426
|
936 |
msgid ""
|
937 |
"Choose a Plain Text which will be shown as checkbox text for customer "
|
938 |
"account creation. Use {term_link}{/term_link}, {data_security_link}{/"
|
946 |
"Hinweisseiten."
|
947 |
|
948 |
# @ woocommerce-germanized
|
949 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:428
|
950 |
msgid ""
|
951 |
"Yes, I’d like create a new account and have read and understood the "
|
952 |
"{data_security_link}data privacy statement{/data_security_link}."
|
955 |
"{data_security_link}Datenschutzerklärung{/data_security_link}."
|
956 |
|
957 |
# @ woocommerce-germanized
|
958 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:435
|
959 |
msgid "Checkout"
|
960 |
msgstr "Kasse"
|
961 |
|
962 |
# @ woocommerce-germanized
|
963 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:436
|
964 |
msgid ""
|
965 |
"Replace default WooCommerce text regarding account creation during checkout."
|
966 |
msgstr ""
|
967 |
"Ersetze den WooCommerce Text (Kundenkonto erstellen?) durch den o.g. Hinweis."
|
968 |
|
969 |
# @ woocommerce-germanized
|
970 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:437
|
971 |
msgid ""
|
972 |
"Use the text from above instead of the default WooCommerce text regarding "
|
973 |
"account creation during checkout. This checkbox is only show if you have "
|
979 |
"zulässt."
|
980 |
|
981 |
# @ woocommerce-germanized
|
982 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:444
|
983 |
msgid "Customer Double Opt In"
|
984 |
msgstr "Double Opt-In"
|
985 |
|
986 |
# @ woocommerce-germanized
|
987 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:445
|
988 |
msgid "Enable customer double opt in on registration?"
|
989 |
msgstr "Double Opt-In Verfahren für Kundenkonten aktivieren?"
|
990 |
|
991 |
# @ woocommerce-germanized
|
992 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:446
|
993 |
#, php-format
|
994 |
msgid ""
|
995 |
"If customer chooses to create a customer account an email with an activation "
|
1003 |
"Verfahren ist laut Amtsgericht Berlin Pankow/Weißensee notwendig. Mehr "
|
1004 |
"Informationen findest du <a href=\"%s\" target=\"_blank\">hier</a>."
|
1005 |
|
1006 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:453
|
1007 |
msgid "Disable Login and Checkout"
|
1008 |
msgstr "Login und Checkout"
|
1009 |
|
1010 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:454
|
1011 |
msgid "Disable login and checkout for unactivated customers."
|
1012 |
msgstr "Deaktiviere den Login und Checkout für inaktive Kunden."
|
1013 |
|
1014 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:455
|
1015 |
msgid ""
|
1016 |
"Customers that did not click on the activation link will not be able to "
|
1017 |
"complete checkout nor login to their account."
|
1021 |
"werden."
|
1022 |
|
1023 |
# @ woocommerce-germanized
|
1024 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:462
|
1025 |
msgid "Delete Unactivated After"
|
1026 |
msgstr "Unaktivierte löschen nach"
|
1027 |
|
1028 |
# @ woocommerce-germanized
|
1029 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:463
|
1030 |
msgid ""
|
1031 |
"This will make sure unactivated customer accounts will be deleted after X "
|
1032 |
"days. Set to 0 if you don't want to automatically delete unactivated "
|
1037 |
"setze den Wert auf 0."
|
1038 |
|
1039 |
# @ woocommerce-germanized
|
1040 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:464
|
1041 |
msgid "days"
|
1042 |
msgstr "Tagen"
|
1043 |
|
1044 |
# @ woocommerce-germanized
|
1045 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:473
|
1046 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-core-functions.php:52
|
1047 |
msgid "Right of Recission"
|
1048 |
msgstr "Widerrufsrecht"
|
1049 |
|
1050 |
# @ woocommerce-germanized
|
1051 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:476
|
1052 |
msgid "Revocation Address"
|
1053 |
msgstr "Widerruf richten an"
|
1054 |
|
1055 |
# @ woocommerce-germanized
|
1056 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:477
|
1057 |
msgid ""
|
1058 |
"Type in an address, telephone/telefax number, email address which is to be "
|
1059 |
"used as revocation address"
|
1062 |
"die deine Kunden ihren Widerruf richten sollen"
|
1063 |
|
1064 |
# @ woocommerce-germanized
|
1065 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:486
|
1066 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:81
|
1067 |
msgid "Virtual VAT"
|
1068 |
msgstr "USt. Änderung 2015"
|
1069 |
|
1070 |
# @ woocommerce-germanized
|
1071 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:489
|
1072 |
msgid "Enable Virtual VAT"
|
1073 |
msgstr "USt. Anpassung aktivieren"
|
1074 |
|
1075 |
# @ woocommerce-germanized
|
1076 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:490
|
1077 |
msgid ""
|
1078 |
"Enable if you want to charge your customer's countries' VAT for virtual "
|
1079 |
"products."
|
1081 |
"Für virtuelle Produkte den USt.-Satz des Dienstleistungsempfängers berechnen."
|
1082 |
|
1083 |
# @ woocommerce-germanized
|
1084 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:494
|
1085 |
#, php-format
|
1086 |
msgid ""
|
1087 |
"New EU VAT rule applies on 01.01.2015. Make sure that every digital or "
|
1104 |
"dazu findest du <a href=\"%s\" target=\"_blank\">hier</a>."
|
1105 |
|
1106 |
# @ woocommerce-germanized
|
1107 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:499
|
1108 |
msgctxt "invoices"
|
1109 |
msgid "Invoices"
|
1110 |
msgstr "Rechnungen"
|
1111 |
|
1112 |
# @ woocommerce-germanized
|
1113 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:511
|
1114 |
msgid "VAT"
|
1115 |
msgstr "Umsatzsteuer"
|
1116 |
|
1117 |
# @ woocommerce-germanized
|
1118 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:546
|
1119 |
#, php-format
|
1120 |
msgid "Attach %s"
|
1121 |
msgstr "%s"
|
1122 |
|
1123 |
# @ woocommerce-germanized
|
1124 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:547
|
1125 |
#, php-format
|
1126 |
msgid "Attach %s to the following email templates"
|
1127 |
msgstr "%s an die folgenden E-Mail Templates anfügen"
|
1128 |
|
1129 |
# @ woocommerce-germanized
|
1130 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:560
|
1131 |
msgid "E-Mails"
|
1132 |
msgstr "E-Mails"
|
1133 |
|
1134 |
# @ woocommerce-germanized
|
1135 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:560
|
1136 |
msgid ""
|
1137 |
"Use drag & drop to customize attachment order. Don't forget to save your "
|
1138 |
"changes."
|
1141 |
"beeinflussen und speichere anschließend deine Änderungen."
|
1142 |
|
1143 |
# @ woocommerce-germanized
|
1144 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:577
|
1145 |
msgid "Email Attachment Options"
|
1146 |
msgstr "PDF Anhang"
|
1147 |
|
1148 |
# @ woocommerce-germanized
|
1149 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:577
|
1150 |
#, php-format
|
1151 |
msgid ""
|
1152 |
"Want to attach automatically generated PDF files to emails instead of plain "
|
1156 |
"%sUpgrade zur %spro%s Version%s"
|
1157 |
|
1158 |
# @ woocommerce-germanized
|
1159 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:600
|
1160 |
msgid "Downloadable Product"
|
1161 |
msgstr "Herunterladbares Produkt"
|
1162 |
|
1163 |
# @ woocommerce-germanized
|
1164 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:601
|
1165 |
msgid "Virtual Product"
|
1166 |
msgstr "Virtuelles Produkt"
|
1167 |
|
1168 |
# @ woocommerce-germanized
|
1169 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:609
|
1170 |
msgid "Add to Cart"
|
1171 |
msgstr "Zum Warenkorb Button"
|
1172 |
|
1173 |
# @ woocommerce-germanized
|
1174 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:610
|
1175 |
msgid "Show add to cart button on listings?"
|
1176 |
msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
|
1177 |
|
1178 |
# @ woocommerce-germanized
|
1179 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:614
|
1180 |
msgid ""
|
1181 |
"unset this option if you don't want to show the add to cart button within "
|
1182 |
"the product listings"
|
1185 |
"von Produktauflistungen darstellen möchten"
|
1186 |
|
1187 |
# @ woocommerce-germanized
|
1188 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:618
|
1189 |
msgid "Link to Details"
|
1190 |
msgstr "Verlinkung zu Produktdetails"
|
1191 |
|
1192 |
# @ woocommerce-germanized
|
1193 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:619
|
1194 |
msgid ""
|
1195 |
"Want to link to product details page instead of add to cart within listings?"
|
1196 |
msgstr "Zum Warenkorb Button mit Button zur Produktdetail-Seite ersetzen?"
|
1197 |
|
1198 |
# @ woocommerce-germanized
|
1199 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:623
|
1200 |
msgid ""
|
1201 |
"Decide whether you like to link to your product's details page instead of "
|
1202 |
"displaying an add to cart button within product listings."
|
1206 |
"diese Option."
|
1207 |
|
1208 |
# @ woocommerce-germanized
|
1209 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:627
|
1210 |
msgid "Product Details Text"
|
1211 |
msgstr "Produktdetails Text"
|
1212 |
|
1213 |
# @ woocommerce-germanized
|
1214 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:629
|
1215 |
msgid "Details"
|
1216 |
msgstr "Details"
|
1217 |
|
1218 |
# @ woocommerce-germanized
|
1219 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:631
|
1220 |
msgid ""
|
1221 |
"If you have chosen to link to product details page instead of add to cart "
|
1222 |
"URL you may want to change the button text."
|
1226 |
"einen Button-Text vergeben."
|
1227 |
|
1228 |
# @ woocommerce-germanized
|
1229 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:636
|
1230 |
msgid "Digital Delivery Time Text"
|
1231 |
msgstr "Lieferzeit Digital"
|
1232 |
|
1233 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:640
|
1234 |
msgid ""
|
1235 |
"Enter a text which will be shown as digital delivery time text (replacement "
|
1236 |
"for default digital time on digital products)."
|
1240 |
"lassen."
|
1241 |
|
1242 |
# @ woocommerce-germanized
|
1243 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:645
|
1244 |
msgid "Notice Footer"
|
1245 |
msgstr "Hinweise im Footer"
|
1246 |
|
1247 |
# @ woocommerce-germanized
|
1248 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:646
|
1249 |
msgid "Show a global VAT notice within footer"
|
1250 |
msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer einfügen."
|
1251 |
|
1252 |
# @ woocommerce-germanized
|
1253 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:654
|
1254 |
msgid "Show a global sale price notice within footer"
|
1255 |
msgstr ""
|
1256 |
"Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer "
|
1257 |
"einfügen."
|
1258 |
|
1259 |
# @ woocommerce-germanized
|
1260 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:663
|
1261 |
msgid "Products"
|
1262 |
msgstr "Produkt"
|
1263 |
|
1264 |
# @ woocommerce-germanized
|
1265 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:666
|
1266 |
msgid "Show within Product Listings"
|
1267 |
msgstr "In Produktlisten"
|
1268 |
|
1269 |
# @ woocommerce-germanized
|
1270 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:667
|
1271 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:716
|
1272 |
msgid "Shipping Costs notice"
|
1273 |
msgstr "Versandkosten-Hinweis"
|
1274 |
|
1275 |
# @ woocommerce-germanized
|
1276 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:675
|
1277 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:724
|
1278 |
msgid "Tax Info"
|
1279 |
msgstr "MwSt. Hinweis"
|
1280 |
|
1281 |
# @ woocommerce-germanized
|
1282 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:683
|
1283 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:732
|
1284 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:787
|
1285 |
msgid "Base Price"
|
1286 |
msgstr "Grundpreis"
|
1287 |
|
1288 |
# @ woocommerce-germanized
|
1289 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:699
|
1290 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:748
|
1291 |
msgid "Delivery Time Notice"
|
1292 |
msgstr "Lieferzeiten-Hinweis"
|
1293 |
|
1294 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:707
|
1295 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:756
|
1296 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:93
|
1297 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:95
|
1298 |
+
msgid "Price Labels"
|
1299 |
+
msgstr "Preishinweise"
|
1300 |
+
|
1301 |
# @ woocommerce-germanized
|
1302 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:715
|
1303 |
msgid "Show on Product Detail Page"
|
1304 |
msgstr "Auf der Produktseite"
|
1305 |
|
1306 |
# @ woocommerce-germanized
|
1307 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:764
|
1308 |
msgid "Hide Shipping Costs Notice"
|
1309 |
msgstr "Versandkosten ausblenden"
|
1310 |
|
1311 |
# @ woocommerce-germanized
|
1312 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:765
|
1313 |
msgid ""
|
1314 |
"Select product types for which you might want to disable the shipping costs "
|
1315 |
"notice."
|
1318 |
"möchtest."
|
1319 |
|
1320 |
# @ woocommerce-germanized
|
1321 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:775
|
1322 |
msgid "Hide Delivery Time Notice"
|
1323 |
msgstr "Lieferzeiten ausblenden"
|
1324 |
|
1325 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:776
|
1326 |
msgid ""
|
1327 |
"Select product types for which you might want to disable the delivery time "
|
1328 |
"notice."
|
1331 |
"möchtest."
|
1332 |
|
1333 |
# @ woocommerce-germanized
|
1334 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:790
|
1335 |
msgid "Base Price Text"
|
1336 |
msgstr "Grundpreis Text"
|
1337 |
|
1338 |
# @ woocommerce-germanized
|
1339 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:791
|
1340 |
msgid ""
|
1341 |
"This text will be used to display the base price. Use {price} to insert the "
|
1342 |
"price. If you want to specifically format base price output use {base}, "
|
1348 |
"{base_price} für die einzelnen Elemente."
|
1349 |
|
1350 |
# @ woocommerce-germanized
|
1351 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:796
|
1352 |
msgid "{price}"
|
1353 |
msgstr "{price}"
|
1354 |
|
1355 |
# @ woocommerce-germanized
|
1356 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:800
|
1357 |
msgid "Variable Base Price"
|
1358 |
msgstr "Variabler Grundpreis"
|
1359 |
|
1360 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:801
|
1361 |
msgid "Enable price range base prices for variable products."
|
1362 |
msgstr "Aktiviere von-bis-Grundpreise für variable Produkte."
|
1363 |
|
1364 |
# @ woocommerce-germanized
|
1365 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:808
|
1366 |
msgid "Product Units Text"
|
1367 |
msgstr "Produkteinheiten Text"
|
1368 |
|
1369 |
# @ woocommerce-germanized
|
1370 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:809
|
1371 |
msgid ""
|
1372 |
"This text will be used to display the product units. Use {product_units} to "
|
1373 |
"insert the amount of product units. Use {unit} to insert the unit. "
|
1379 |
"Grundpreis."
|
1380 |
|
1381 |
# @ woocommerce-germanized
|
1382 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:814
|
1383 |
msgid "Product contains: {product_units} {unit}"
|
1384 |
msgstr "Produkt enthält: {product_units} {unit}"
|
1385 |
|
1386 |
# @ woocommerce-germanized
|
1387 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:819
|
1388 |
msgid "Checkout & Cart"
|
1389 |
msgstr "Checkout & Warenkorb"
|
1390 |
|
1391 |
# @ woocommerce-germanized
|
1392 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:822
|
1393 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:55
|
1394 |
msgid "Fallback Mode"
|
1395 |
msgstr "Fallback Modus"
|
1396 |
|
1397 |
# @ woocommerce-germanized
|
1398 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:823
|
1399 |
msgid ""
|
1400 |
"Enable to make sure default checkout template is not being overriden by "
|
1401 |
"theme."
|
1403 |
"Überschreiben relevanter Templates im Checkout durch dein Theme verhindern."
|
1404 |
|
1405 |
# @ woocommerce-germanized
|
1406 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:827
|
1407 |
msgid ""
|
1408 |
"If you are facing problems within your checkout e.g. legally relevant data "
|
1409 |
"is not showing (terms, delivery time, unit price etc.) your theme seems to "
|
1417 |
"Checkout (review-order.php und form-checkout.php) zu überschreiben. "
|
1418 |
|
1419 |
# @ woocommerce-germanized
|
1420 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:831
|
1421 |
msgid "Force free shipping"
|
1422 |
msgstr "Versandmethode erzwingen"
|
1423 |
|
1424 |
# @ woocommerce-germanized
|
1425 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:832
|
1426 |
msgid "Force free shipping method if available?"
|
1427 |
msgstr "Kostenlosen Versand erzwingen wenn die Methode zur Verfügung steht?"
|
1428 |
|
1429 |
# @ woocommerce-germanized
|
1430 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:836
|
1431 |
msgid ""
|
1432 |
"By default WooCommerce will let customers choose other shipping methods than "
|
1433 |
"free shipping (if available). This option will force free shipping if "
|
1438 |
"Versand, sobald dieser verfügbar ist."
|
1439 |
|
1440 |
# @ woocommerce-germanized
|
1441 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:840
|
1442 |
msgid "Hide taxes estimated"
|
1443 |
msgstr "Hinweis \"Steuern geschätzt\""
|
1444 |
|
1445 |
# @ woocommerce-germanized
|
1446 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:841
|
1447 |
msgid ""
|
1448 |
"Do you want to hide the \"taxes and shipping estimated\" text from your cart?"
|
1449 |
msgstr "Den Hinweis \"Versandkosten und Steuern werden geschätzt\" entfernen?"
|
1450 |
|
1451 |
# @ woocommerce-germanized
|
1452 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:845
|
1453 |
msgid ""
|
1454 |
"By default WooCommerce adds a \"taxes and shipping estimated\" text to your "
|
1455 |
"cart. This might puzzle your customers and may not meet german law."
|
1459 |
"Markt geeignet."
|
1460 |
|
1461 |
# @ woocommerce-germanized
|
1462 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:849
|
1463 |
msgid "Show Thumbnails"
|
1464 |
msgstr "Thumbnails anzeigen"
|
1465 |
|
1466 |
# @ woocommerce-germanized
|
1467 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:850
|
1468 |
msgid "Show product thumbnails on checkout page?"
|
1469 |
msgstr "Produktbilder im Checkout darstellen?"
|
1470 |
|
1471 |
# @ woocommerce-germanized
|
1472 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:854
|
1473 |
msgid ""
|
1474 |
"Uncheck if you don't want to show your product thumbnails within checkout "
|
1475 |
"table."
|
1478 |
"bekommen möchtest."
|
1479 |
|
1480 |
# @ woocommerce-germanized
|
1481 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:858
|
1482 |
msgid "Hide Shipping Select"
|
1483 |
msgstr "Versandarten Auswahl"
|
1484 |
|
1485 |
# @ woocommerce-germanized
|
1486 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:859
|
1487 |
msgid "Hide shipping rate selection from checkout?"
|
1488 |
msgstr "Die Auswahl von Versandarten im Checkout deaktivieren?"
|
1489 |
|
1490 |
# @ woocommerce-germanized
|
1491 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:863
|
1492 |
msgid ""
|
1493 |
"This option will hide shipping rate selection from checkout. By then "
|
1494 |
"customers will only be able to change their shipping rate on cart page."
|
1498 |
"Versandmethode ändern."
|
1499 |
|
1500 |
# @ woocommerce-germanized
|
1501 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:867
|
1502 |
msgid "Show back to cart button"
|
1503 |
msgstr "Bestellung bearbeiten"
|
1504 |
|
1505 |
# @ woocommerce-germanized
|
1506 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:868
|
1507 |
msgid "Show back to cart button within your checkout table?"
|
1508 |
msgstr ""
|
1509 |
"Einen \"Bestellung bearbeiten\" Button in der Bestellübersicht anzeigen?"
|
1510 |
|
1511 |
# @ woocommerce-germanized
|
1512 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:872
|
1513 |
msgid ""
|
1514 |
"This button may let your customer edit their order before submitting. Some "
|
1515 |
"people state that this button should be hidden to avoid legal problems."
|
1521 |
"keine weitere Informationen abgedruckt werden sollten."
|
1522 |
|
1523 |
# @ woocommerce-germanized
|
1524 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:876
|
1525 |
msgid "Show edit data notice"
|
1526 |
msgstr "Bestellung prüfen Hinweis"
|
1527 |
|
1528 |
# @ woocommerce-germanized
|
1529 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:877
|
1530 |
msgid "Show a \"check-your-entries\" notice to the user?"
|
1531 |
msgstr "Einen \"Bestellung prüfen\" Hinweis anzeigen?"
|
1532 |
|
1533 |
# @ woocommerce-germanized
|
1534 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:881
|
1535 |
msgid "This notice will be added right before the order comments field."
|
1536 |
msgstr ""
|
1537 |
"Dieser Hinweis wird direkt oberhalb des Bestellhinweise-Feldes eingefügt."
|
1538 |
|
1539 |
# @ woocommerce-germanized
|
1540 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:885
|
1541 |
msgid "Checkout Table Color"
|
1542 |
msgstr "Hintergrundfarbe der Tabelle"
|
1543 |
|
1544 |
# @ woocommerce-germanized
|
1545 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:887
|
1546 |
msgid ""
|
1547 |
"Choose the color of your checkout product table. This table should be "
|
1548 |
"highlighted within your checkout page."
|
1551 |
"Tabelle sollte sich farblich vom Rest des Inhalts abheben."
|
1552 |
|
1553 |
# @ woocommerce-germanized
|
1554 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:893
|
1555 |
msgid "Checkout Legal Display"
|
1556 |
msgstr "Checkbox oder Text"
|
1557 |
|
1558 |
# @ woocommerce-germanized
|
1559 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:894
|
1560 |
msgid "Use Text without Checkbox"
|
1561 |
msgstr "Rechtshinweis ohne Checkbox."
|
1562 |
|
1563 |
# @ woocommerce-germanized
|
1564 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:896
|
1565 |
msgid ""
|
1566 |
"This version will remove checkboxes from Checkout and display a text "
|
1567 |
"instead. This seems to be legally compliant (Zalando & Co are using this "
|
1572 |
"diese Form)"
|
1573 |
|
1574 |
# @ woocommerce-germanized
|
1575 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:902
|
1576 |
msgid "Legal Text"
|
1577 |
msgstr "Rechtlicher Hinweistext"
|
1578 |
|
1579 |
# @ woocommerce-germanized
|
1580 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:903
|
1581 |
msgid ""
|
1582 |
"Choose a Plain Text which will be shown right above checkout submit button. "
|
1583 |
"Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, "
|
1590 |
"revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
|
1591 |
|
1592 |
# @ woocommerce-germanized
|
1593 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:905
|
1594 |
msgid ""
|
1595 |
"With your order, you agree to have read and understood our {term_link}Terms "
|
1596 |
"and Conditions{/term_link} and your {revocation_link}Right of Recission{/"
|
1601 |
"revocation_link} einverstanden."
|
1602 |
|
1603 |
# @ woocommerce-germanized
|
1604 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:912
|
1605 |
msgid "Legal Text Error"
|
1606 |
msgstr "Fehlermeldung der Checkbox"
|
1607 |
|
1608 |
# @ woocommerce-germanized
|
1609 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:913
|
1610 |
msgid ""
|
1611 |
"If you have chosen to use checkbox validation please choose a error message "
|
1612 |
"which will be shown if the user doesn't check checkbox. Use {term_link}{/"
|
1621 |
"revocation_link}"
|
1622 |
|
1623 |
# @ woocommerce-germanized
|
1624 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:915
|
1625 |
msgid ""
|
1626 |
"To finish the order you have to accept to our {term_link}Terms and "
|
1627 |
"Conditions{/term_link} and {revocation_link}Right of Recission{/"
|
1631 |
"term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
|
1632 |
|
1633 |
# @ woocommerce-germanized
|
1634 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:922
|
1635 |
msgid "Show digital notice"
|
1636 |
msgstr "Checkbox digitale Produkte"
|
1637 |
|
1638 |
# @ woocommerce-germanized
|
1639 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:923
|
1640 |
msgid "Show checkbox for digital products."
|
1641 |
msgstr "Checkbox bei digitalen Produkten anzeigen."
|
1642 |
|
1643 |
# @ woocommerce-germanized
|
1644 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:924
|
1645 |
msgid ""
|
1646 |
"Disable this option if you want your customers to obtain their right of "
|
1647 |
"recission even if digital products are being bought."
|
1651 |
"werden, dass im Falle von digitalen Produkten das Widerrufsrecht erlischt."
|
1652 |
|
1653 |
# @ woocommerce-germanized
|
1654 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:931
|
1655 |
msgid "Digital Product types"
|
1656 |
msgstr "Digitale Produkttypen"
|
1657 |
|
1658 |
# @ woocommerce-germanized
|
1659 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:932
|
1660 |
msgid ""
|
1661 |
"Select product types for which the loss of recission notice is shown. "
|
1662 |
"Product types like \"simple product\" may be redudant because they include "
|
1668 |
"einschließen."
|
1669 |
|
1670 |
# @ woocommerce-germanized
|
1671 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:942
|
1672 |
msgid "Legal Digital Text"
|
1673 |
msgstr "Hinweis Digital"
|
1674 |
|
1675 |
# @ woocommerce-germanized
|
1676 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:943
|
1677 |
msgid ""
|
1678 |
"Choose a Plain Text which will be shown right above checkout submit button "
|
1679 |
"if a user has picked a digital product. See legal text option for possible "
|
1684 |
"Platzhalter verwenden wie beim Rechtlichen Hinweistext"
|
1685 |
|
1686 |
# @ woocommerce-germanized
|
1687 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:945
|
1688 |
msgid ""
|
1689 |
"For digital products: I strongly agree that the execution of the agreement "
|
1690 |
"starts before the revocation period has expired. I am aware that my right of "
|
1695 |
"bekannt, dass mit Beginn der Ausführung mein Widerrufsrecht erlischt."
|
1696 |
|
1697 |
# @ woocommerce-germanized
|
1698 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:952
|
1699 |
msgid "Legal Digital Error"
|
1700 |
msgstr "Fehlermeldung Digital"
|
1701 |
|
1702 |
# @ woocommerce-germanized
|
1703 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:953
|
1704 |
msgid ""
|
1705 |
"This text will be shown as error message if customer has not checked the "
|
1706 |
"corresponding checkbox. See legal text option for possible placeholders."
|
1710 |
"Hinweistext für eine Liste der Platzhalter."
|
1711 |
|
1712 |
# @ woocommerce-germanized
|
1713 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:955
|
1714 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/wc-gzd-cart-functions.php:244
|
1715 |
msgid ""
|
1716 |
"To retrieve direct access to digital content you have to agree to the loss "
|
1720 |
"Widerrufsrecht verzichten."
|
1721 |
|
1722 |
# @ woocommerce-germanized
|
1723 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:962
|
1724 |
msgid "Digital Confirmation Notice"
|
1725 |
msgstr "Digitale Bestätigung"
|
1726 |
|
1727 |
# @ woocommerce-germanized
|
1728 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:963
|
1729 |
msgid ""
|
1730 |
"This text will be appended to your order processing email if the order "
|
1731 |
"contains digital products. Use placeholders {link}{/link} to insert link to "
|
1736 |
"Platzhalter {link}{/link} um einen Link zur Widerrufsbelehrung einzufügen."
|
1737 |
|
1738 |
# @ woocommerce-germanized
|
1739 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:966
|
1740 |
msgid ""
|
1741 |
"Furthermore you have expressly agreed to start the performance of the "
|
1742 |
"contract for digital items (e.g. downloads) before expiry of the withdrawal "
|
1750 |
"verlieren."
|
1751 |
|
1752 |
# @ woocommerce-germanized
|
1753 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:972
|
1754 |
msgid "Pay now Button"
|
1755 |
msgstr "Jetzt bezahlen Button"
|
1756 |
|
1757 |
# @ woocommerce-germanized
|
1758 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:973
|
1759 |
msgid "Add a pay now button to emails and order success page."
|
1760 |
msgstr ""
|
1761 |
"Füge einen jetzt bezahlen - Button zur E-Mail und der Bestätigungs-Seite "
|
1762 |
"hinzu."
|
1763 |
|
1764 |
# @ woocommerce-germanized
|
1765 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:974
|
1766 |
msgid ""
|
1767 |
"Add a pay now button to order confirmation email and order success page if "
|
1768 |
"the order awaits payment (PayPal etc)."
|
1772 |
"benötigt (z.B. per PayPal)."
|
1773 |
|
1774 |
# @ woocommerce-germanized
|
1775 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:981
|
1776 |
msgid "Order Success Text"
|
1777 |
msgstr "Bestellung eingegangen"
|
1778 |
|
1779 |
# @ woocommerce-germanized
|
1780 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:982
|
1781 |
msgid "Choose a custom text to display on order success page."
|
1782 |
msgstr ""
|
1783 |
"Hier kannst du einen individuellen kurzen Text eingeben, der nach der "
|
1784 |
"Bestellung ausgegeben wird."
|
1785 |
|
1786 |
# @ woocommerce-germanized
|
1787 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:990
|
1788 |
msgid "Order Success Data"
|
1789 |
msgstr "Bestellbestätigungs-Daten"
|
1790 |
|
1791 |
# @ woocommerce-germanized
|
1792 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:991
|
1793 |
msgid "Hide product table and customer data on order success page"
|
1794 |
msgstr ""
|
1795 |
"Produktdetails (Tabelle, Kundeninfos) von der Bestätigungsseite entfernen."
|
1796 |
|
1797 |
# @ woocommerce-germanized
|
1798 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/settings/class-wc-gzd-settings-germanized.php:1099
|
1799 |
msgid ""
|
1800 |
"Sorry, but the new Virtual VAT rules cannot be applied to small business."
|
1801 |
msgstr ""
|
2184 |
msgid "Tax Rate Name Collision"
|
2185 |
msgstr "Steuerklassen Namensräume"
|
2186 |
|
2187 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:87
|
2188 |
+
msgid ""
|
2189 |
+
"Make sure, that different tax rates do not have the same names. WooCommerce "
|
2190 |
+
"will then merge these rates within checkout into one line."
|
2191 |
+
msgstr ""
|
2192 |
+
"Stelle sicher, dass deine Steuerklassen alle unterschiedliche Bezeichnungen "
|
2193 |
+
"haben (zumindest für unterschiedliche Steuersätze z.B. 7% und 19%). "
|
2194 |
+
"Ansonsten werden die Steuern von WooCommerce in Form von einer Zeile im "
|
2195 |
+
"Checkout dargestellt."
|
2196 |
+
|
2197 |
# @ woocommerce-germanized
|
2198 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:130
|
2199 |
msgid "VAT Table Check"
|
2200 |
msgstr "Steuer Tabellenprüfung"
|
2201 |
|
2202 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:131
|
2203 |
+
msgid "Checks whether all WooCommerce tax relevant tables have been added."
|
2204 |
+
msgstr ""
|
2205 |
+
"Überprüft ob alle WooCommerce Steuer-Datenbank-Tabellen angelegt wurden."
|
2206 |
+
|
2207 |
# @ woocommerce-germanized
|
2208 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/admin/views/html-page-status-germanized.php:132
|
2209 |
#, php-format
|
2717 |
msgid "New Unit Name"
|
2718 |
msgstr "Name der neuen Einheit"
|
2719 |
|
|
|
|
|
|
|
|
|
|
|
2720 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/class-wc-gzd-post-types.php:96
|
2721 |
msgid "Price Label"
|
2722 |
msgstr "Preishinweis"
|
3357 |
# @ woocommerce-germanized
|
3358 |
# @ woocommerce
|
3359 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/gateways/invoice/class-wc-gzd-gateway-invoice.php:50
|
3360 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/woocommerce-germanized.php:510
|
3361 |
msgid "Settings"
|
3362 |
msgstr "Einstellungen"
|
3363 |
|
3505 |
"introduction."
|
3506 |
msgstr ""
|
3507 |
"In unserem Integration Center findest du eine Schritt-für-Schritt Anleitung. "
|
3508 |
+
"<a href=\"%s\" target=\"_blank\">Klicke hier</a>."
|
3509 |
|
3510 |
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:137
|
3511 |
msgctxt "trusted-shops"
|
3729 |
"als Rich Snippets im Shop als Widget verfügbar sind. "
|
3730 |
|
3731 |
# @ woocommerce-germanized
|
3732 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:295
|
3733 |
msgctxt "trusted-shops"
|
3734 |
msgid "Review Reminder"
|
3735 |
msgstr "Bewertungserinnerung"
|
3736 |
|
3737 |
# @ woocommerce-germanized
|
3738 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:296
|
3739 |
msgctxt "trusted-shops"
|
3740 |
msgid "Send a one-time email review reminder to your customers."
|
3741 |
msgstr ""
|
3743 |
"senden."
|
3744 |
|
3745 |
# @ woocommerce-germanized
|
3746 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:304
|
3747 |
msgctxt "trusted-shops"
|
3748 |
msgid "Days until reminder"
|
3749 |
msgstr "Tage bis zur Erinnerung"
|
3750 |
|
3751 |
# @ woocommerce-germanized
|
3752 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:305
|
3753 |
msgctxt "trusted-shops"
|
3754 |
msgid ""
|
3755 |
"Decide how many days after an order the email review reminder will be sent."
|
3758 |
"wurde) bis zur E-Mail Erinnerung an den Kunden."
|
3759 |
|
3760 |
# @ woocommerce-germanized
|
3761 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:321
|
3762 |
msgctxt "trusted-shops"
|
3763 |
msgid "Assign payment methods"
|
3764 |
msgstr "Zahlungsarten zuweisen"
|
3765 |
|
3766 |
# @ woocommerce-germanized
|
3767 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:351
|
3768 |
#, php-format
|
3769 |
msgctxt "trusted-shops"
|
3770 |
msgid ""
|
3775 |
"Zahlungsarten aus."
|
3776 |
|
3777 |
# @ woocommerce-germanized
|
3778 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:373
|
3779 |
msgctxt "trusted-shops"
|
3780 |
msgid "About Trusted Shops"
|
3781 |
msgstr "Über Trusted Shops"
|
3782 |
|
3783 |
# @ woocommerce-germanized
|
3784 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:375
|
3785 |
msgctxt "trusted-shops"
|
3786 |
msgid "Get your account"
|
3787 |
msgstr "Erstelle deinen Account"
|
3788 |
|
3789 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:377
|
3790 |
msgctxt "trusted-shops"
|
3791 |
msgid ""
|
3792 |
"Use additional options to customize your Trusted Shops Integration or use "
|
3795 |
"Hier kannst du deine Trusted Shops Integration detaillierter konfigurieren "
|
3796 |
"oder den neuesten Code einbinden:"
|
3797 |
|
3798 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:379
|
3799 |
msgctxt "trusted-shops"
|
3800 |
msgid "Place your Trustbadge wherever you want"
|
3801 |
msgstr "Platziere dein Trustbadge wo immer du möchtest"
|
3802 |
|
3803 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:380
|
3804 |
msgctxt "trusted-shops"
|
3805 |
msgid "Deactivate mobile use"
|
3806 |
msgstr "Deaktiviere die mobile Anzeige"
|
3807 |
|
3808 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:381
|
3809 |
msgctxt "trusted-shops"
|
3810 |
msgid "Jump from your Product Reviews stars directly to your Product Reviews"
|
3811 |
msgstr ""
|
3812 |
"Springe durch einen Klick von deinen Produktbewertungssternen direkt zu "
|
3813 |
"deinen Produktbewertungen"
|
3814 |
|
3815 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:383
|
3816 |
#, php-format
|
3817 |
msgctxt "trusted-shops"
|
3818 |
msgid ""
|
3825 |
"a> oder von <a href=\"%s\" target=\"_blank\">Produktbewertungen</a>."
|
3826 |
|
3827 |
# @ woocommerce-germanized
|
3828 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:499
|
3829 |
msgctxt "trusted-shops"
|
3830 |
msgid "Review Collector"
|
3831 |
msgstr "Review Collector"
|
3832 |
|
3833 |
# @ woocommerce-germanized
|
3834 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:504
|
3835 |
msgctxt "trusted-shops"
|
3836 |
msgid "Export customer data"
|
3837 |
msgstr "Bestellungen exportieren"
|
3838 |
|
3839 |
# @ woocommerce-germanized
|
3840 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:508
|
3841 |
msgctxt "trusted-shops"
|
3842 |
msgid "30 days"
|
3843 |
msgstr "30 Tage"
|
3844 |
|
3845 |
# @ woocommerce-germanized
|
3846 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:509
|
3847 |
msgctxt "trusted-shops"
|
3848 |
msgid "60 days"
|
3849 |
msgstr "60 Tage"
|
3850 |
|
3851 |
# @ woocommerce-germanized
|
3852 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:510
|
3853 |
msgctxt "trusted-shops"
|
3854 |
msgid "90 days"
|
3855 |
msgstr "90 Tage"
|
3856 |
|
3857 |
# @ woocommerce-germanized
|
3858 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:512
|
3859 |
msgctxt "trusted-shops"
|
3860 |
msgid "Start export"
|
3861 |
msgstr "Export starten"
|
3862 |
|
3863 |
# @ woocommerce-germanized
|
3864 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php:513
|
3865 |
#, php-format
|
3866 |
msgctxt "trusted-shops"
|
3867 |
msgid ""
|
3877 |
msgid "Trusted Shops Customer Reviews"
|
3878 |
msgstr "Trusted Shops Kundenbewertungen"
|
3879 |
|
3880 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops-template-hooks.php:63
|
3881 |
msgctxt "trusted-shops"
|
3882 |
msgid "Reviews"
|
3883 |
msgstr "Bewertungen"
|
3884 |
|
3885 |
# @ woocommerce-germanized
|
3886 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:105
|
3887 |
msgctxt "trusted-shops"
|
3888 |
msgid "Prepayment"
|
3889 |
msgstr "Überweisung"
|
3890 |
|
3891 |
# @ woocommerce-germanized
|
3892 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:106
|
3893 |
msgctxt "trusted-shops"
|
3894 |
msgid "Cash On Delivery"
|
3895 |
msgstr "Bar bei Lieferung"
|
3896 |
|
3897 |
# @ woocommerce-germanized
|
3898 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:107
|
3899 |
msgctxt "trusted-shops"
|
3900 |
msgid "Credit Card"
|
3901 |
msgstr "Kreditkarte"
|
3902 |
|
3903 |
# @ woocommerce-germanized
|
3904 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:108
|
3905 |
msgctxt "trusted-shops"
|
3906 |
msgid "Paypal"
|
3907 |
msgstr "Paypal"
|
3908 |
|
3909 |
# @ woocommerce-germanized
|
3910 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:109
|
3911 |
msgctxt "trusted-shops"
|
3912 |
msgid "Invoice"
|
3913 |
msgstr "Rechnung"
|
3914 |
|
3915 |
# @ woocommerce-germanized
|
3916 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:110
|
3917 |
msgctxt "trusted-shops"
|
3918 |
msgid "Direct Debit"
|
3919 |
msgstr "Bankeinzug"
|
3920 |
|
3921 |
# @ woocommerce-germanized
|
3922 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/includes/trusted-shops/class-wc-gzd-trusted-shops.php:111
|
3923 |
msgctxt "trusted-shops"
|
3924 |
msgid "Financing"
|
3925 |
msgstr "Finanzierung"
|
4206 |
msgid "Show customer reviews"
|
4207 |
msgstr "Kundenmeinungen ansehen"
|
4208 |
|
4209 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/rich-snippets.php:23
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4210 |
#, php-format
|
4211 |
msgctxt "trusted-shops"
|
4212 |
+
msgid "Ø %s / %s of %s %s %s customer reviews | Trusted Shops %s"
|
4213 |
+
msgstr "Ø %s / %s bei %s %s %s Kundenbewertungen | Trusted Shops %s"
|
4214 |
|
4215 |
# @ woocommerce-germanized
|
4216 |
+
#: /Users/dennis/Documents/localhost/vendidero/wp-content/plugins/woocommerce-germanized/templates/trusted-shops/rich-snippets.php:27
|
4217 |
#, php-format
|
4218 |
msgctxt "trusted-shops"
|
4219 |
+
msgid "%s custom reviews"
|
4220 |
+
msgstr "%s Kundenbewertungen"
|
|
includes/admin/views/html-page-status-germanized.php
CHANGED
@@ -84,7 +84,7 @@ if ( ! defined( 'ABSPATH' ) )
|
|
84 |
</tr>
|
85 |
<tr>
|
86 |
<td data-export-label="Tax Rate Name Collision"><?php _e( 'Tax Rate Name Collision', 'woocommerce-germanized' ); ?>:</td>
|
87 |
-
<td class="help"><?php echo '<a href="#" class="help_tip" data-tip="' .
|
88 |
<td>
|
89 |
<?php
|
90 |
|
@@ -128,7 +128,7 @@ if ( ! defined( 'ABSPATH' ) )
|
|
128 |
</tr>
|
129 |
<tr>
|
130 |
<td data-export-label="VAT Table Check"><?php _e( 'VAT Table Check', 'woocommerce-germanized' ); ?>:</td>
|
131 |
-
<td class="help"><?php echo '<a href="#" class="help_tip" data-tip="' .
|
132 |
<td><?php echo WC_GZD_Admin_Status::tax_tables_exist() ? '<mark class="yes">'.'✔'.'</mark>' : '<mark class="no">'.'–'.'</mark>' . ' [' .sprintf( __( 'Missing: %s', 'woocommerce-germanized' ), implode( ', ', WC_GZD_Admin_Status::get_missing_tax_tables() ) ) . ']'; ?></td>
|
133 |
</tr>
|
134 |
<?php do_action( 'woocommerce_gzd_status_after_vat' ); ?>
|
84 |
</tr>
|
85 |
<tr>
|
86 |
<td data-export-label="Tax Rate Name Collision"><?php _e( 'Tax Rate Name Collision', 'woocommerce-germanized' ); ?>:</td>
|
87 |
+
<td class="help"><?php echo '<a href="#" class="help_tip" data-tip="' . esc_attr( __( 'Make sure, that different tax rates do not have the same names. WooCommerce will then merge these rates within checkout into one line.', 'woocommerce-germanized' ) ) . '">[?]</a>'; ?></td>
|
88 |
<td>
|
89 |
<?php
|
90 |
|
128 |
</tr>
|
129 |
<tr>
|
130 |
<td data-export-label="VAT Table Check"><?php _e( 'VAT Table Check', 'woocommerce-germanized' ); ?>:</td>
|
131 |
+
<td class="help"><?php echo '<a href="#" class="help_tip" data-tip="' . esc_attr( __( 'Checks whether all WooCommerce tax relevant tables have been added.', 'woocommerce-germanized' ) ) . '">[?]</a>'; ?></td>
|
132 |
<td><?php echo WC_GZD_Admin_Status::tax_tables_exist() ? '<mark class="yes">'.'✔'.'</mark>' : '<mark class="no">'.'–'.'</mark>' . ' [' .sprintf( __( 'Missing: %s', 'woocommerce-germanized' ), implode( ', ', WC_GZD_Admin_Status::get_missing_tax_tables() ) ) . ']'; ?></td>
|
133 |
</tr>
|
134 |
<?php do_action( 'woocommerce_gzd_status_after_vat' ); ?>
|
includes/gateways/direct-debit/assets/js/direct-debit.js
CHANGED
@@ -35,9 +35,10 @@
|
|
35 |
|
36 |
$( 'form.checkout, form#order_review' ).on( 'blur input change', 'input, select', function() {
|
37 |
|
38 |
-
|
|
|
39 |
|
40 |
-
|
41 |
|
42 |
if ( $( '#payment_method_direct-debit' ).is( ':checked' ) &&
|
43 |
$( 'input#direct-debit-account-holder' ).val() &&
|
35 |
|
36 |
$( 'form.checkout, form#order_review' ).on( 'blur input change', 'input, select', function() {
|
37 |
|
38 |
+
// Hide by default
|
39 |
+
$( '.direct-debit-checkbox' ).hide();
|
40 |
|
41 |
+
if ( $( '#direct-debit-form' ).length ) {
|
42 |
|
43 |
if ( $( '#payment_method_direct-debit' ).is( ':checked' ) &&
|
44 |
$( 'input#direct-debit-account-holder' ).val() &&
|
includes/gateways/direct-debit/assets/js/direct-debit.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(a){function b(a){return IBAN.isValid(a)}function c(a){var b=/^([a-zA-Z]){4}([a-zA-Z]){2}([0-9a-zA-Z]){2}([0-9a-zA-Z]{3})?$/;return b.test(a)}a(function(){a("form.checkout, form#order_review").on("blur input change","#direct-debit-form input#direct-debit-account-holder",function(){a(this).val()||(a(this).parents("p.form-row").removeClass("woocommerce-validated"),a(this).parents("p.form-row").addClass("woocommerce-invalid woocommerce-invalid-required-field"))}),a("form.checkout, form#order_review").on("blur input change","#direct-debit-form input#direct-debit-account-iban",function(){b(a(this).val())||(a(this).parents("p.form-row").removeClass("woocommerce-validated"),a(this).parents("p.form-row").addClass("woocommerce-invalid woocommerce-invalid-required-field"))}),a("form.checkout, form#order_review").on("blur input change","#direct-debit-form input#direct-debit-account-bic",function(){c(a(this).val())||(a(this).parents("p.form-row").removeClass("woocommerce-validated"),a(this).parents("p.form-row").addClass("woocommerce-invalid woocommerce-invalid-required-field"))}),a("form.checkout, form#order_review").on("blur input change","input, select",function(){a("
|
1 |
+
!function(a){function b(a){return IBAN.isValid(a)}function c(a){var b=/^([a-zA-Z]){4}([a-zA-Z]){2}([0-9a-zA-Z]){2}([0-9a-zA-Z]{3})?$/;return b.test(a)}a(function(){a("form.checkout, form#order_review").on("blur input change","#direct-debit-form input#direct-debit-account-holder",function(){a(this).val()||(a(this).parents("p.form-row").removeClass("woocommerce-validated"),a(this).parents("p.form-row").addClass("woocommerce-invalid woocommerce-invalid-required-field"))}),a("form.checkout, form#order_review").on("blur input change","#direct-debit-form input#direct-debit-account-iban",function(){b(a(this).val())||(a(this).parents("p.form-row").removeClass("woocommerce-validated"),a(this).parents("p.form-row").addClass("woocommerce-invalid woocommerce-invalid-required-field"))}),a("form.checkout, form#order_review").on("blur input change","#direct-debit-form input#direct-debit-account-bic",function(){c(a(this).val())||(a(this).parents("p.form-row").removeClass("woocommerce-validated"),a(this).parents("p.form-row").addClass("woocommerce-invalid woocommerce-invalid-required-field"))}),a("form.checkout, form#order_review").on("blur input change","input, select",function(){a(".direct-debit-checkbox").hide(),a("#direct-debit-form").length&&a("#payment_method_direct-debit").is(":checked")&&a("input#direct-debit-account-holder").val()&&a("input#direct-debit-account-iban").val()&&a("input#direct-debit-account-bic").val()&&a(".direct-debit-checkbox").show()}),a(document).on("click","a#show-direct-debit-trigger",function(b){b.preventDefault();var c=a(this).attr("href"),d={country:a("#billing_country").val(),postcode:a("input#billing_postcode").val(),city:a("#billing_city").val(),address:a("input#billing_address_1").val(),address_2:a("input#billing_address_2").val(),debit_holder:a("input#direct-debit-account-holder").val(),debit_iban:a("input#direct-debit-account-iban").val(),debit_swift:a("input#direct-debit-account-bic").val()};c+="&ajax=true&"+jQuery.param(d),a("#show-direct-debit-pretty").attr("href",c),a("#show-direct-debit-pretty").trigger("click")}),a("a#show-direct-debit-pretty").prettyPhoto({social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1})})}(jQuery);
|
includes/trusted-shops/class-wc-gzd-trusted-shops-admin.php
CHANGED
@@ -285,30 +285,42 @@ class WC_GZD_Trusted_Shops_Admin {
|
|
285 |
'autoload' => false
|
286 |
),
|
287 |
|
288 |
-
|
289 |
-
'title' => _x( 'Review Reminder', 'trusted-shops', 'woocommerce-germanized' ),
|
290 |
-
'desc' => sprintf( _x( 'Send a one-time email review reminder to your customers.', 'trusted-shops', 'woocommerce-germanized' ), admin_url( 'widgets.php' ) ),
|
291 |
-
'id' => 'woocommerce_' . $this->base->option_prefix . 'trusted_shops_review_reminder_enable',
|
292 |
-
'type' => 'checkbox',
|
293 |
-
'default' => 'no',
|
294 |
-
'autoload' => false
|
295 |
-
),
|
296 |
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
|
307 |
array( 'type' => 'sectionend', 'id' => 'trusted_shops_additional_options' ),
|
308 |
|
309 |
array( 'title' => _x( 'Assign payment methods', 'trusted-shops', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'trusted_shops_payment_options' ),
|
310 |
|
311 |
-
);
|
312 |
|
313 |
$payment_gateways = WC()->payment_gateways->payment_gateways();
|
314 |
|
@@ -357,11 +369,11 @@ class WC_GZD_Trusted_Shops_Admin {
|
|
357 |
public function get_sidebar() {
|
358 |
ob_start();
|
359 |
?>
|
360 |
-
<div class="wc
|
361 |
<h3><?php echo _x( 'About Trusted Shops', 'trusted-shops', 'woocommerce-germanized' ); ?></h3>
|
362 |
<a href="<?php echo $this->get_signup_url( $this->base->urls[ 'signup' ] ); ?>" target="_blank"><img style="width: 100%; height: auto" src="<?php echo $this->base->plugin->plugin_url(); ?>/assets/images/trusted-shops-b.jpg" /></a>
|
363 |
<a class="button button-primary" href="<?php echo $this->get_signup_url( $this->base->urls[ 'signup' ] ); ?>" target="_blank"><?php echo _x( 'Get your account', 'trusted-shops', 'woocommerce-germanized' ); ?></a>
|
364 |
-
<div class="wc
|
365 |
<p><?php echo _x( 'Use additional options to customize your Trusted Shops Integration or use the latest code version here. E.g.:', 'trusted-shops', 'woocommerce-germanized' ); ?></p>
|
366 |
<ul>
|
367 |
<li><?php echo _x( 'Place your Trustbadge wherever you want', 'trusted-shops', 'woocommerce-germanized' ); ?></li>
|
285 |
'autoload' => false
|
286 |
),
|
287 |
|
288 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
|
290 |
+
if ( $this->base->supports( 'reminder' ) ) {
|
291 |
+
|
292 |
+
$options = array_merge( $options, array(
|
293 |
+
|
294 |
+
array(
|
295 |
+
'title' => _x( 'Review Reminder', 'trusted-shops', 'woocommerce-germanized' ),
|
296 |
+
'desc' => sprintf( _x( 'Send a one-time email review reminder to your customers.', 'trusted-shops', 'woocommerce-germanized' ), admin_url( 'widgets.php' ) ),
|
297 |
+
'id' => 'woocommerce_' . $this->base->option_prefix . 'trusted_shops_review_reminder_enable',
|
298 |
+
'type' => 'checkbox',
|
299 |
+
'default' => 'no',
|
300 |
+
'autoload' => false
|
301 |
+
),
|
302 |
+
|
303 |
+
array(
|
304 |
+
'title' => _x( 'Days until reminder', 'trusted-shops', 'woocommerce-germanized' ),
|
305 |
+
'desc' => _x( 'Decide how many days after an order the email review reminder will be sent.', 'trusted-shops', 'woocommerce-germanized' ),
|
306 |
+
'desc_tip' => true,
|
307 |
+
'default' => 7,
|
308 |
+
'id' => 'woocommerce_' . $this->base->option_prefix . 'trusted_shops_review_reminder_days',
|
309 |
+
'type' => 'number',
|
310 |
+
'custom_attributes' => array( 'min' => 0, 'step' => 1 ),
|
311 |
+
)
|
312 |
+
|
313 |
+
) );
|
314 |
+
|
315 |
+
}
|
316 |
+
|
317 |
+
$options = array_merge( $options, array(
|
318 |
|
319 |
array( 'type' => 'sectionend', 'id' => 'trusted_shops_additional_options' ),
|
320 |
|
321 |
array( 'title' => _x( 'Assign payment methods', 'trusted-shops', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'trusted_shops_payment_options' ),
|
322 |
|
323 |
+
) );
|
324 |
|
325 |
$payment_gateways = WC()->payment_gateways->payment_gateways();
|
326 |
|
369 |
public function get_sidebar() {
|
370 |
ob_start();
|
371 |
?>
|
372 |
+
<div class="wc-gzd-admin-settings-sidebar wc-gzd-admin-settings-sidebar-trusted-shops">
|
373 |
<h3><?php echo _x( 'About Trusted Shops', 'trusted-shops', 'woocommerce-germanized' ); ?></h3>
|
374 |
<a href="<?php echo $this->get_signup_url( $this->base->urls[ 'signup' ] ); ?>" target="_blank"><img style="width: 100%; height: auto" src="<?php echo $this->base->plugin->plugin_url(); ?>/assets/images/trusted-shops-b.jpg" /></a>
|
375 |
<a class="button button-primary" href="<?php echo $this->get_signup_url( $this->base->urls[ 'signup' ] ); ?>" target="_blank"><?php echo _x( 'Get your account', 'trusted-shops', 'woocommerce-germanized' ); ?></a>
|
376 |
+
<div class="wc-gzd-trusted-shops-expert-mode-note">
|
377 |
<p><?php echo _x( 'Use additional options to customize your Trusted Shops Integration or use the latest code version here. E.g.:', 'trusted-shops', 'woocommerce-germanized' ); ?></p>
|
378 |
<ul>
|
379 |
<li><?php echo _x( 'Place your Trustbadge wherever you want', 'trusted-shops', 'woocommerce-germanized' ); ?></li>
|
includes/trusted-shops/class-wc-gzd-trusted-shops-schedule.php
CHANGED
@@ -69,7 +69,7 @@ class WC_GZD_Trusted_Shops_Schedule {
|
|
69 |
}
|
70 |
}
|
71 |
}
|
72 |
-
update_option( '
|
73 |
}
|
74 |
|
75 |
/**
|
@@ -97,7 +97,7 @@ class WC_GZD_Trusted_Shops_Schedule {
|
|
97 |
|
98 |
if ( ! $this->base->get_review_widget_attachment() ) {
|
99 |
$attachment_id = wp_insert_attachment( $attachment, $filepath );
|
100 |
-
update_option( '
|
101 |
} else {
|
102 |
$attachment_id = $this->base->get_review_widget_attachment();
|
103 |
update_attached_file( $attachment_id, $filepath );
|
69 |
}
|
70 |
}
|
71 |
}
|
72 |
+
update_option( 'woocommerce' . $this->base->option_prefix . '_trusted_shops_reviews_cache', $update );
|
73 |
}
|
74 |
|
75 |
/**
|
97 |
|
98 |
if ( ! $this->base->get_review_widget_attachment() ) {
|
99 |
$attachment_id = wp_insert_attachment( $attachment, $filepath );
|
100 |
+
update_option( 'woocommerce' . $this->base->option_prefix . '_trusted_shops_review_widget_attachment', $attachment_id );
|
101 |
} else {
|
102 |
$attachment_id = $this->base->get_review_widget_attachment();
|
103 |
update_attached_file( $attachment_id, $filepath );
|
includes/trusted-shops/class-wc-gzd-trusted-shops.php
CHANGED
@@ -16,12 +16,6 @@ class WC_GZD_Trusted_Shops {
|
|
16 |
* @var mixed
|
17 |
*/
|
18 |
public $id;
|
19 |
-
|
20 |
-
/**
|
21 |
-
* Trusted Shops Partner ID of WooCommerce Germanized
|
22 |
-
* @var string
|
23 |
-
*/
|
24 |
-
public $partner_id;
|
25 |
|
26 |
/**
|
27 |
* Trusted Shops URL Parameters
|
@@ -47,16 +41,17 @@ class WC_GZD_Trusted_Shops {
|
|
47 |
*/
|
48 |
public $option_prefix = '';
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
/**
|
51 |
* Admin URLs
|
52 |
* @var array
|
53 |
*/
|
54 |
-
public $urls = array(
|
55 |
-
'integration' => 'http://www.trustedshops.de/shopbetreiber/integration/shopsoftware-integration/woocommerce-germanized/',
|
56 |
-
'signup' => 'http://www.trustbadge.com/de/Preise/',
|
57 |
-
'trustbadge_custom' => 'http://www.trustedshops.de/shopbetreiber/integration/trustbadge/trustbadge-custom/',
|
58 |
-
'reviews' => 'http://www.trustedshops.de/shopbetreiber/integration/product-reviews/',
|
59 |
-
);
|
60 |
|
61 |
/**
|
62 |
* WooCommerce Gateway mapping
|
@@ -86,12 +81,21 @@ class WC_GZD_Trusted_Shops {
|
|
86 |
* Sets Trusted Shops payment gateways and load dependencies
|
87 |
*/
|
88 |
public function __construct( $plugin, $params = array() ) {
|
89 |
-
|
90 |
$this->plugin = $plugin;
|
91 |
-
|
92 |
-
$
|
93 |
-
|
94 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
$this->option_prefix = strtolower( $this->prefix );
|
96 |
|
97 |
// Refresh TS ID + API URL
|
@@ -115,6 +119,21 @@ class WC_GZD_Trusted_Shops {
|
|
115 |
$this->get_dependency( 'shortcodes' );
|
116 |
$this->get_dependency( 'widgets' );
|
117 |
$this->get_dependency( 'template_hooks' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
}
|
119 |
|
120 |
public function get_dependency_name( $name ) {
|
@@ -124,7 +143,7 @@ class WC_GZD_Trusted_Shops {
|
|
124 |
|
125 |
public function get_dependency( $name ) {
|
126 |
$classname = $this->get_dependency_name( $name );
|
127 |
-
return $classname
|
128 |
}
|
129 |
|
130 |
public function refresh() {
|
@@ -180,7 +199,7 @@ class WC_GZD_Trusted_Shops {
|
|
180 |
}
|
181 |
|
182 |
public function is_review_reminder_enabled() {
|
183 |
-
return ( $this->review_reminder_enable === 'yes' && $this->is_enabled() ? true : false );
|
184 |
}
|
185 |
|
186 |
public function is_product_reviews_enabled() {
|
@@ -195,6 +214,10 @@ class WC_GZD_Trusted_Shops {
|
|
195 |
return ( $this->is_product_reviews_enabled() && $this->product_widget_enable === 'yes' ? true : false );
|
196 |
}
|
197 |
|
|
|
|
|
|
|
|
|
198 |
/**
|
199 |
* Gets Trusted Shops payment gateway by woocommerce payment id
|
200 |
*
|
@@ -202,7 +225,7 @@ class WC_GZD_Trusted_Shops {
|
|
202 |
* @return string
|
203 |
*/
|
204 |
public function get_payment_gateway( $payment_method_id ) {
|
205 |
-
return (
|
206 |
}
|
207 |
|
208 |
/**
|
@@ -268,7 +291,7 @@ class WC_GZD_Trusted_Shops {
|
|
268 |
|
269 |
$args = wp_parse_args( $args, array(
|
270 |
'id' => $this->id,
|
271 |
-
'locale' =>
|
272 |
) );
|
273 |
|
274 |
foreach ( $args as $key => $arg ) {
|
@@ -323,6 +346,28 @@ class WC_GZD_Trusted_Shops {
|
|
323 |
return $this->get_script( 'trustbadge', $replace, $args );
|
324 |
}
|
325 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
326 |
}
|
327 |
|
328 |
?>
|
16 |
* @var mixed
|
17 |
*/
|
18 |
public $id;
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
/**
|
21 |
* Trusted Shops URL Parameters
|
41 |
*/
|
42 |
public $option_prefix = '';
|
43 |
|
44 |
+
/**
|
45 |
+
* Support functionality
|
46 |
+
* @var array
|
47 |
+
*/
|
48 |
+
public $supports = array();
|
49 |
+
|
50 |
/**
|
51 |
* Admin URLs
|
52 |
* @var array
|
53 |
*/
|
54 |
+
public $urls = array();
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
/**
|
57 |
* WooCommerce Gateway mapping
|
81 |
* Sets Trusted Shops payment gateways and load dependencies
|
82 |
*/
|
83 |
public function __construct( $plugin, $params = array() ) {
|
84 |
+
|
85 |
$this->plugin = $plugin;
|
86 |
+
|
87 |
+
$args = wp_parse_args( $params, array(
|
88 |
+
'et_params' => array(),
|
89 |
+
'signup_params' => array(),
|
90 |
+
'prefix' => '',
|
91 |
+
'urls' => array(),
|
92 |
+
'supports' => array( 'reminder' ),
|
93 |
+
) );
|
94 |
+
|
95 |
+
foreach ( $args as $arg => $val ) {
|
96 |
+
$this->$arg = $val;
|
97 |
+
}
|
98 |
+
|
99 |
$this->option_prefix = strtolower( $this->prefix );
|
100 |
|
101 |
// Refresh TS ID + API URL
|
119 |
$this->get_dependency( 'shortcodes' );
|
120 |
$this->get_dependency( 'widgets' );
|
121 |
$this->get_dependency( 'template_hooks' );
|
122 |
+
|
123 |
+
if ( $this->is_enabled() )
|
124 |
+
add_action( 'wp_enqueue_scripts', array( $this, 'load_frontend_assets' ), 50 );
|
125 |
+
|
126 |
+
}
|
127 |
+
|
128 |
+
public function load_frontend_assets() {
|
129 |
+
|
130 |
+
$suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
|
131 |
+
$assets_path = $this->plugin->plugin_url() . '/assets/css';
|
132 |
+
$script_prefix = str_replace( '_', '-', $this->option_prefix );
|
133 |
+
|
134 |
+
wp_register_style( 'woocommerce-' . $script_prefix . 'trusted-shops', $assets_path . '/woocommerce-' . $script_prefix . 'trusted-shops' . $suffix . '.css', false, $this->plugin->version );
|
135 |
+
wp_enqueue_style( 'woocommerce-' . $script_prefix . 'trusted-shops' );
|
136 |
+
|
137 |
}
|
138 |
|
139 |
public function get_dependency_name( $name ) {
|
143 |
|
144 |
public function get_dependency( $name ) {
|
145 |
$classname = $this->get_dependency_name( $name );
|
146 |
+
return call_user_func_array( array( $classname, 'instance' ), array( $this ) );
|
147 |
}
|
148 |
|
149 |
public function refresh() {
|
199 |
}
|
200 |
|
201 |
public function is_review_reminder_enabled() {
|
202 |
+
return ( $this->review_reminder_enable === 'yes' && $this->supports( 'reminder' ) && $this->is_enabled() ? true : false );
|
203 |
}
|
204 |
|
205 |
public function is_product_reviews_enabled() {
|
214 |
return ( $this->is_product_reviews_enabled() && $this->product_widget_enable === 'yes' ? true : false );
|
215 |
}
|
216 |
|
217 |
+
public function supports( $type ) {
|
218 |
+
return ( in_array( $type, $this->supports ) ? true : false );
|
219 |
+
}
|
220 |
+
|
221 |
/**
|
222 |
* Gets Trusted Shops payment gateway by woocommerce payment id
|
223 |
*
|
225 |
* @return string
|
226 |
*/
|
227 |
public function get_payment_gateway( $payment_method_id ) {
|
228 |
+
return ( $this->{"gateway_$payment_method_id"} ? strtoupper( $this->{"gateway_$payment_method_id"} ) : '' );
|
229 |
}
|
230 |
|
231 |
/**
|
291 |
|
292 |
$args = wp_parse_args( $args, array(
|
293 |
'id' => $this->id,
|
294 |
+
'locale' => $this->get_locale(),
|
295 |
) );
|
296 |
|
297 |
foreach ( $args as $key => $arg ) {
|
346 |
return $this->get_script( 'trustbadge', $replace, $args );
|
347 |
}
|
348 |
|
349 |
+
public function get_locale() {
|
350 |
+
|
351 |
+
$supported = array(
|
352 |
+
'de' => 'de_DE',
|
353 |
+
'en' => 'en_GB',
|
354 |
+
'fr' => 'fr_FR',
|
355 |
+
'es' => 'es_ES',
|
356 |
+
'it' => 'it_IT',
|
357 |
+
'nl' => 'nl_NL',
|
358 |
+
'pl' => 'pl_PL',
|
359 |
+
);
|
360 |
+
|
361 |
+
$locale = 'en_GB';
|
362 |
+
$base = substr( get_locale(), 0, 2 );
|
363 |
+
|
364 |
+
if ( isset( $supported[ $base ] ) )
|
365 |
+
$locale = $supported[ $base ];
|
366 |
+
|
367 |
+
return $locale;
|
368 |
+
|
369 |
+
}
|
370 |
+
|
371 |
}
|
372 |
|
373 |
?>
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: vendidero
|
|
3 |
Tags: woocommerce, german market, german, germany, deutsch, deutschland, de, de_DE, shop, commerce, e-commerce, ecommerce, woothemes, sepa, invoice
|
4 |
Requires at least: 3.8
|
5 |
Tested up to: 4.5
|
6 |
-
Stable tag: 1.6.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -157,6 +157,15 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
|
|
157 |
|
158 |
== Changelog ==
|
159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
= 1.6 =
|
161 |
* Notice - removed compatibility to WooCommerce < 2.4
|
162 |
* Feature - Sale Price Labels
|
3 |
Tags: woocommerce, german market, german, germany, deutsch, deutschland, de, de_DE, shop, commerce, e-commerce, ecommerce, woothemes, sepa, invoice
|
4 |
Requires at least: 3.8
|
5 |
Tested up to: 4.5
|
6 |
+
Stable tag: 1.6.2
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
157 |
|
158 |
== Changelog ==
|
159 |
|
160 |
+
= 1.6.2 =
|
161 |
+
* Fix - Trusted Shops PHP < 5.4 backwards compatibility
|
162 |
+
* Fix - Prevent showing terms twice before AJAX call
|
163 |
+
* Fix - Trusted Shops implementation improvements
|
164 |
+
|
165 |
+
= 1.6.1 =
|
166 |
+
* Fix - PHP < 5.4 backwards compatibility
|
167 |
+
* Fix - Check taxonomy for WP_Error
|
168 |
+
|
169 |
= 1.6 =
|
170 |
* Notice - removed compatibility to WooCommerce < 2.4
|
171 |
* Feature - Sale Price Labels
|
templates/trusted-shops/rich-snippets.php
CHANGED
@@ -11,15 +11,24 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
|
11 |
|
12 |
?>
|
13 |
|
14 |
-
<div itemscope itemtype="http://
|
15 |
-
<
|
16 |
-
|
17 |
-
<
|
18 |
-
<
|
19 |
-
</
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
</div>
|
21 |
-
<br/>
|
22 |
-
<span itemprop="rating" itemscope itemtype="http://data-vocabulary.org/Rating">
|
23 |
-
<?php printf( _x( '%s of %s based on %s <a href="%s" target="_blank">ratings</a>.', 'trusted-shops', 'woocommerce-germanized' ), 'Ø <span itemprop="average">' . $rating['avg'] . '</span>', '<span itemprop="best">' . (int) $rating['max'] . '</span>', '<span class="count" itemprop="votes">' . $rating['count'] . '</span>', $rating_link ); ?>
|
24 |
-
</span>
|
25 |
</div>
|
11 |
|
12 |
?>
|
13 |
|
14 |
+
<div itemscope itemtype="http://schema.org/LocalBusiness" class="wc-gzd-trusted-shops-rating-widget">
|
15 |
+
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
|
16 |
+
<meta itemprop="name" content="<?php echo bloginfo( 'url' ); ?>">
|
17 |
+
<div class="star-rating">
|
18 |
+
<span style="width:<?php echo ( ( $rating[ 'avg' ] / $rating[ 'max' ] ) * 100 ); ?>%"></span>
|
19 |
+
</div>
|
20 |
+
<p>
|
21 |
+
<?php
|
22 |
+
printf(
|
23 |
+
_x( 'Ø %s / %s of %s %s %s customer reviews | Trusted Shops %s', 'trusted-shops', 'woocommerce-germanized' ),
|
24 |
+
'<span itemprop="ratingValue">' . $rating[ 'avg' ] . '</span>',
|
25 |
+
'<span itemprop="bestRating">' . $rating[ 'max' ] . '</span>',
|
26 |
+
'<span itemprop="ratingCount">' . $rating[ 'count' ] . '</span>',
|
27 |
+
'<a href="' . $rating_link . '" title="' . sprintf( _x( '%s custom reviews', 'trusted-shops', 'woocommerce-germanized' ), get_bloginfo( 'name' ) ) . '" target="_blank">',
|
28 |
+
get_bloginfo( 'name' ),
|
29 |
+
'</a>'
|
30 |
+
);
|
31 |
+
?>
|
32 |
+
</p>
|
33 |
</div>
|
|
|
|
|
|
|
|
|
34 |
</div>
|
templates/trusted-shops/thankyou.php
CHANGED
@@ -20,6 +20,7 @@ $order = wc_get_order( $order_id );
|
|
20 |
<span id="tsCheckoutOrderAmount"><?php echo $order->get_total(); ?></span>
|
21 |
<span id="tsCheckoutOrderCurrency"><?php echo $order->get_order_currency(); ?></span>
|
22 |
<span id="tsCheckoutOrderPaymentType"><?php echo WC_germanized()->trusted_shops->get_payment_gateway( $order->payment_method );?></span>
|
|
|
23 |
<?php if ( WC_germanized()->trusted_shops->is_product_reviews_enabled() ) : ?>
|
24 |
<?php foreach( $order->get_items() as $item_id => $item ) :
|
25 |
|
20 |
<span id="tsCheckoutOrderAmount"><?php echo $order->get_total(); ?></span>
|
21 |
<span id="tsCheckoutOrderCurrency"><?php echo $order->get_order_currency(); ?></span>
|
22 |
<span id="tsCheckoutOrderPaymentType"><?php echo WC_germanized()->trusted_shops->get_payment_gateway( $order->payment_method );?></span>
|
23 |
+
<span id="tsCheckoutOrderEstDeliveryDate"></span>
|
24 |
<?php if ( WC_germanized()->trusted_shops->is_product_reviews_enabled() ) : ?>
|
25 |
<?php foreach( $order->get_items() as $item_id => $item ) :
|
26 |
|
woocommerce-germanized.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WooCommerce Germanized
|
4 |
* Plugin URI: https://www.vendidero.de/woocommerce-germanized
|
5 |
* Description: Extends WooCommerce to become a legally compliant store for the german market.
|
6 |
-
* Version: 1.6.
|
7 |
* Author: Vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
* Requires at least: 3.8
|
@@ -26,7 +26,7 @@ final class WooCommerce_Germanized {
|
|
26 |
*
|
27 |
* @var string
|
28 |
*/
|
29 |
-
public $version = '1.6.
|
30 |
|
31 |
/**
|
32 |
* Single instance of WooCommerce Germanized Main Class
|
@@ -326,14 +326,7 @@ final class WooCommerce_Germanized {
|
|
326 |
include_once ( 'includes/class-wc-gzd-customer-helper.php' );
|
327 |
include_once ( 'includes/class-wc-gzd-virtual-vat-helper.php' );
|
328 |
|
329 |
-
|
330 |
-
$this->trusted_shops = new WC_GZD_Trusted_Shops( $this, array(
|
331 |
-
'partner_id' => 'WooCommerceGermanized',
|
332 |
-
'prefix' => 'GZD_',
|
333 |
-
'et' => array( 'utm_campaign' => 'shopsoftware', 'utm_content' => 'WOOCOMMERCEGERMANIZED' ),
|
334 |
-
'signup' => array( 'utm_source' => 'woocommerce-germanized', 'utm_campaign' => 'woocommerce-germanized' ),
|
335 |
-
)
|
336 |
-
);
|
337 |
|
338 |
$this->ekomi = new WC_GZD_Ekomi();
|
339 |
|
@@ -766,6 +759,25 @@ final class WooCommerce_Germanized {
|
|
766 |
return $code . '-' . $rate_id;
|
767 |
}
|
768 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
769 |
}
|
770 |
|
771 |
endif;
|
3 |
* Plugin Name: WooCommerce Germanized
|
4 |
* Plugin URI: https://www.vendidero.de/woocommerce-germanized
|
5 |
* Description: Extends WooCommerce to become a legally compliant store for the german market.
|
6 |
+
* Version: 1.6.2
|
7 |
* Author: Vendidero
|
8 |
* Author URI: https://vendidero.de
|
9 |
* Requires at least: 3.8
|
26 |
*
|
27 |
* @var string
|
28 |
*/
|
29 |
+
public $version = '1.6.2';
|
30 |
|
31 |
/**
|
32 |
* Single instance of WooCommerce Germanized Main Class
|
326 |
include_once ( 'includes/class-wc-gzd-customer-helper.php' );
|
327 |
include_once ( 'includes/class-wc-gzd-virtual-vat-helper.php' );
|
328 |
|
329 |
+
$this->setup_trusted_shops();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
330 |
|
331 |
$this->ekomi = new WC_GZD_Ekomi();
|
332 |
|
759 |
return $code . '-' . $rate_id;
|
760 |
}
|
761 |
|
762 |
+
/**
|
763 |
+
* Initialize Trusted Shops Module
|
764 |
+
*/
|
765 |
+
private function setup_trusted_shops() {
|
766 |
+
// Initialize Trusted Shops module
|
767 |
+
$this->trusted_shops = new WC_GZD_Trusted_Shops( $this, array(
|
768 |
+
'prefix' => 'GZD_',
|
769 |
+
'et_params' => array( 'utm_campaign' => 'shopsoftware', 'utm_content' => 'WOOCOMMERCEGERMANIZED' ),
|
770 |
+
'signup_params' => array( 'utm_source' => 'woocommerce-germanized', 'utm_campaign' => 'woocommerce-germanized' ),
|
771 |
+
'urls' => array(
|
772 |
+
'integration' => 'http://www.trustedshops.de/shopbetreiber/integration/shopsoftware-integration/woocommerce-germanized/',
|
773 |
+
'signup' => 'http://www.trustbadge.com/de/Preise/',
|
774 |
+
'trustbadge_custom' => 'http://www.trustedshops.de/shopbetreiber/integration/trustbadge/trustbadge-custom/',
|
775 |
+
'reviews' => 'http://www.trustedshops.de/shopbetreiber/integration/product-reviews/',
|
776 |
+
),
|
777 |
+
)
|
778 |
+
);
|
779 |
+
}
|
780 |
+
|
781 |
}
|
782 |
|
783 |
endif;
|