WooCommerce Germanized - Version 1.0.5

Version Description

  • Feature - Optionally remove address field from checkout
  • Fix - Shipping time bug within checkout
  • Fix - Better theme compatibility for variations
Download this release

Release Info

Developer vendidero
Plugin Icon 128x128 WooCommerce Germanized
Version 1.0.5
Comparing to
See all releases

Code changes from version 1.0.4 to 1.0.5

assets/js/add-to-cart-variation.js CHANGED
@@ -4,14 +4,14 @@
4
  ;(function ( $, window, document, undefined ) {
5
 
6
  function reset_variation() {
7
- if ( $('.product').find('.org_price').length > 0 ) {
8
- $( '.product .summary div > p.price' ).html( $('.product').find('.org_price').html() ).removeClass('variation_modified').show();
9
  }
10
- if ( $('.product').find('.org_delivery_time').length > 0 ) {
11
- $( '.product .summary .delivery-time-info' ).html( $('.product').find('.org_delivery_time').html() ).removeClass('variation_modified').show();
12
  }
13
- if ( $('.product').find('.org_unit_price').length > 0 ) {
14
- $( '.product .summary p.unit-price' ).html( $('.product').find('.org_unit_price').html() ).removeClass('variation_modified').show();
15
  }
16
  $('.org_product_info').remove();
17
  $('.variation_modified').remove();
@@ -22,26 +22,26 @@
22
  $form = this
23
 
24
  .on( 'found_variation', function( event, variation ) {
25
- if ( ! $('.product .summary p.price').hasClass('variation_modified') ) {
26
- $('.product .summary').append( '<div class="org_price org_product_info">' + $('.product .summary p.price').html() + '</div>' );
27
- if ( $( '.product .summary .delivery-time-info' ).length > 0 ) {
28
- $('.product .summary').append( '<div class="org_delivery_time org_product_info">' + $('.product .summary p.delivery-time-info').html() + '</div>' );
29
  }
30
- if ( $( '.product .summary .price-unit' ).length > 0 )
31
- $('.product .summary').append( '<div class="org_unit_price org_product_info">' + $('.product .summary p.price-unit').html() + '</div>' );
32
  $('.org_product_info').hide();
33
  }
34
  if ( variation.price_html != '' ) {
35
  $('.single_variation .price').hide();
36
- $('.product .summary p.price').html( variation.price_html ).addClass('variation_modified');
37
  }
38
- $('.product .summary p.delivery-time-info').hide();
39
- $('.product .summary .price-unit').hide();
40
  if ( variation.delivery_time != '' )
41
  $('p.delivery-time-info').html( variation.delivery_time ).addClass('variation_modified').show();
42
  if ( variation.unit_price != '' ) {
43
- $('.product .summary .price-unit').remove();
44
- $('.summary .offer').after('<p class="price price-unit smaller variation_modified">' + variation.unit_price + '</p>').show();
45
  }
46
  })
47
 
4
  ;(function ( $, window, document, undefined ) {
5
 
6
  function reset_variation() {
7
+ if ( $('.type-product').find('.org_price').length > 0 ) {
8
+ $( '.type-product .price.variation_modified:not(.price-unit)' ).html( $('.type-product').find('.org_price').html() ).removeClass('variation_modified').show();
9
  }
10
+ if ( $('.type-product').find('.org_delivery_time').length > 0 ) {
11
+ $( '.type-product .delivery-time-info' ).html( $('.type-product').find('.org_delivery_time').html() ).removeClass('variation_modified').show();
12
  }
13
+ if ( $('.type-product').find('.org_unit_price').length > 0 ) {
14
+ $( '.type-product .unit-price' ).html( $('.product').find('.org_unit_price').html() ).removeClass('variation_modified').show();
15
  }
16
  $('.org_product_info').remove();
17
  $('.variation_modified').remove();
22
  $form = this
23
 
24
  .on( 'found_variation', function( event, variation ) {
25
+ if ( ! $('.type-product .price').hasClass('variation_modified') ) {
26
+ $('.type-product').append( '<div class="org_price org_product_info">' + $('.product .summary .price').html() + '</div>' );
27
+ if ( $( '.type-product .delivery-time-info' ).length > 0 ) {
28
+ $('.type-product').append( '<div class="org_delivery_time org_product_info">' + $('.product .summary .delivery-time-info').html() + '</div>' );
29
  }
30
+ if ( $( '.type-product .price-unit' ).length > 0 )
31
+ $('.type-product').append( '<div class="org_unit_price org_product_info">' + $('.product .summary .price-unit').html() + '</div>' );
32
  $('.org_product_info').hide();
33
  }
34
  if ( variation.price_html != '' ) {
35
  $('.single_variation .price').hide();
36
+ $('.type-product .price').html( variation.price_html ).addClass('variation_modified');
37
  }
38
+ $('.type-product .delivery-time-info').hide();
39
+ $('.type-product .price-unit').hide();
40
  if ( variation.delivery_time != '' )
41
  $('p.delivery-time-info').html( variation.delivery_time ).addClass('variation_modified').show();
42
  if ( variation.unit_price != '' ) {
43
+ $('.type-product .price-unit').remove();
44
+ $('.type-product .offer').after('<p class="price price-unit smaller variation_modified">' + variation.unit_price + '</p>').show();
45
  }
46
  })
47
 
i18n/languages/woocommerce-germanized-de_DE.mo CHANGED
Binary file
i18n/languages/woocommerce-germanized-de_DE.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WooCommerce Germanized v1.0.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2014-09-29 12:26+0100\n"
6
- "PO-Revision-Date: 2014-12-19 18:38:47+0000\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -142,8 +142,8 @@ msgstr "Einheit"
142
 
143
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:36
144
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:64
145
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:52
146
- #: includes/class-wc-gzd-trusted-shops.php:342
147
  #@ woocommerce-germanized
148
  msgid "None"
149
  msgstr "Keine"
@@ -191,386 +191,386 @@ msgstr "Anzahl der Einheiten, auf die sich der Einheitspreis bezieht"
191
  msgid "Germanized"
192
  msgstr "Germanized"
193
 
194
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:37
195
  #@ woocommerce-germanized
196
  msgid "General Options"
197
  msgstr "Allgemeine Optionen"
198
 
199
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:38
200
  #@ woocommerce-germanized
201
  msgid "Display Options"
202
  msgstr "Anzeige Optionen"
203
 
204
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:39
205
  #@ woocommerce-germanized
206
  msgctxt "trusted-shops"
207
  msgid "Trusted Shops Options"
208
  msgstr "Trusted Shops Optionen"
209
 
210
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:40
211
  #@ woocommerce-germanized
212
  msgctxt "ekomi"
213
  msgid "eKomi Options"
214
  msgstr "eKomi Optionen"
215
 
216
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:65
217
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:295
218
  #@ woocommerce-germanized
219
  msgid "General"
220
  msgstr "Allgemein"
221
 
222
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:68
223
  #@ woocommerce-germanized
224
  msgid "Small-Enterprise-Regulation"
225
  msgstr "Kleinunternehmerregelung"
226
 
227
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:69
228
  #@ woocommerce-germanized
229
  msgid "VAT based on &#167;19 UStG"
230
  msgstr "Umsatzsteuerbefreit nach &#167;19 UStG"
231
 
232
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:73
233
  #, php-format
234
  #@ woocommerce-germanized
235
  msgid "set this Option if you have chosen <a href=\"%s\" target=\"_blank\">&#167;19 UStG</a>"
236
  msgstr "wählen Sie diese Option, falls Sie von der Kleinunternehmerregelung (<a href=\"%s\" target=\"_blank\">&#167;19 UStG</a>) Gebrauch machen"
237
 
238
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:77
239
  #@ woocommerce-germanized
240
  msgid "Show no VAT notice"
241
  msgstr "Umsatzsteuerbefreiung"
242
 
243
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:78
244
  #@ woocommerce-germanized
245
  msgid "Show no VAT &#167;19 UStG notice on single product"
246
  msgstr "Hinweis zur Umsatzsteuerbefreiung gemäß &#167;19 UStG auf der Produktseite anzeigen"
247
 
248
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:85
249
  #@ woocommerce-germanized
250
  msgid "Submit Order Button Text"
251
  msgstr "Kauf abschließen - Text"
252
 
253
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:86
254
  #@ woocommerce-germanized
255
  msgid "This text serves as Button text for the Order Submit Button."
256
  msgstr "Dieser Text wird auf dem Kauf abschließen Button dargestellt"
257
 
258
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:91
259
  #@ woocommerce-germanized
260
  msgid "Buy Now"
261
  msgstr "Jetzt kaufen"
262
 
263
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:95
264
  #@ woocommerce-germanized
265
  msgid "Phone as required field"
266
  msgstr "Telefon als Pflichtfeld"
267
 
268
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:96
269
  #@ woocommerce-germanized
270
  msgid "Should phone number be a required field within checkout?"
271
  msgstr "Diese Option setzen, damit die Telefonnummer ein Pflichtfeld im Checkout ist."
272
 
273
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:104
274
  #@ woocommerce-germanized
275
  msgid "Legal Pages"
276
  msgstr "Rechtlich relevante Seiten"
277
 
278
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:107
279
  #@ woocommerce-germanized
280
  msgid "Imprint"
281
  msgstr "Impressum"
282
 
283
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:108
284
  #@ woocommerce-germanized
285
  msgid "This page should contain an imprint with your company's information."
286
  msgstr "Diese Seite sollte das Impressum d.h. die Informationen (gemäß TMG) zu Ihrem Unternehmen enthalten."
287
 
288
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:189
289
  #@ woocommerce-germanized
290
  msgid "Shipping Costs"
291
  msgstr "Versandkosten"
292
 
293
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:118
294
  #@ woocommerce-germanized
295
  msgid "Data Security Statement"
296
  msgstr "Datenschutzbelehrung"
297
 
298
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:119
299
  #@ woocommerce-germanized
300
  msgid "This page should contain information regarding your data security policy."
301
  msgstr "Diese Seite sollte Ihre Datenschutzbelehrung enthalten."
302
 
303
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:129
304
  #@ woocommerce-germanized
305
  msgid "Power of Revocation"
306
  msgstr "Widerrufsbelehrung"
307
 
308
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:130
309
  #@ woocommerce-germanized
310
  msgid "This page should contain information regarding your customer's Right of Revocation."
311
  msgstr "Diese Seite sollte Ihre Widerrufsbelehrung enthalten. Nutzen Sie folgenden Shortcut um ein Widerrufsformular in die Seite einzubinden: [revocation_form]"
312
 
313
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:140
314
  #@ woocommerce-germanized
315
  msgid "Payment Methods"
316
  msgstr "Zahlungsmethoden"
317
 
318
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:141
319
  #@ woocommerce-germanized
320
  msgid "This page should contain information regarding the Payment Methods that are chooseable during checkout."
321
  msgstr "Diese Seite sollte Informationen zu den von Ihnen zur Verfügung gestellten Zahlungsmöglichkeiten bereitstellen. Nutzen Sie dafür z.B. folgenden Shortcut: [payment_methods_info]"
322
 
323
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:151
324
  #@ woocommerce-germanized
325
  msgid "Shipping Methods"
326
  msgstr "Versandmethoden"
327
 
328
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:152
329
  #@ woocommerce-germanized
330
  msgid "This page should contain information regarding shipping methods that are chooseable during checkout."
331
  msgstr "Diese Seite sollte Informationen zu den von Ihnen zur Verfügung gestellten Versandmethoden bereitstellen."
332
 
333
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:163
334
  #@ woocommerce-germanized
335
  msgid "Delivery Times"
336
  msgstr "Lieferzeiten"
337
 
338
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:166
339
  #@ woocommerce-germanized
340
  msgid "Default Delivery Time"
341
  msgstr "Standard-Lieferzeit"
342
 
343
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:167
344
  #@ woocommerce-germanized
345
  msgid "This delivery time will be added to every product if no delivery time has been chosen individually"
346
  msgstr "Diese Lieferzeit wird bei Produkten angezeigt, denen keine Lieferzeit zugeordnet wurde"
347
 
348
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:178
349
  #@ woocommerce-germanized
350
  msgid "Delivery Time Text"
351
  msgstr "Lieferzeit Text"
352
 
353
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:179
354
  #@ woocommerce-germanized
355
  msgid "This text will be used to indicate delivery time for products. Use {delivery_time} as placeholder."
356
  msgstr "Dieser Text wird verwendet um die Lieferzeit im Frontend darzustellen. {delivery_time} als Platzhalter verwenden."
357
 
358
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:184
359
  #@ woocommerce-germanized
360
  msgid "Delivery time: {delivery_time}"
361
  msgstr "Lieferzeit: {delivery_time}"
362
 
363
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:192
364
  #@ woocommerce-germanized
365
  msgid "Shipping Costs Text"
366
  msgstr "Versandkosten Text"
367
 
368
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:193
369
  #@ woocommerce-germanized
370
  msgid "This text will be used to inform the customer about shipping costs. Use {link}{/link} to insert link to shipping costs page."
371
  msgstr "Dieser Text wird genutzt um die Kunden im Frontend über u.U. anfallende Lieferkosten zu informieren. Nutzen Sie die Platzhalter {link}{/link} um den Link zur Versandkosten-Seite einzufügen."
372
 
373
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:198
374
  #@ woocommerce-germanized
375
  msgid "plus {link}Shipping Costs{/link}"
376
  msgstr "zzgl. {link}Versandkosten{/link}"
377
 
378
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:217
379
  #@ woocommerce-germanized
380
  msgid "Right of Recission"
381
  msgstr "Widerrufsrecht"
382
 
383
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:220
384
  #@ woocommerce-germanized
385
  msgid "Revocation Address"
386
  msgstr "Widerruf richten an"
387
 
388
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:221
389
  #@ woocommerce-germanized
390
  msgid "Type in an address, telephone/telefax number, email address which is to be used as revocation address"
391
  msgstr "Geben Sie hier Ihre Adresse, Telefon- und Faxnummer, E-Mail Adresse usw. an, an die Ihre Kunden Ihren Widerruf richten sollen"
392
 
393
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:230
394
  #@ woocommerce-germanized
395
  msgid "E-Mails"
396
  msgstr "E-Mails"
397
 
398
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:233
399
  #@ woocommerce-germanized
400
  msgid "Attach Imprint"
401
  msgstr "Impressum"
402
 
403
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:234
404
  #@ woocommerce-germanized
405
  msgid "Attach Imprint to the following email templates"
406
  msgstr "Hier können Sie die E-Mail Templates auswählen, an die das Impressum angehängt werden soll (Inhalt der oben ausgewählten Impressum-Seite bzw. des optionalen E-Mail Inhaltes dieser Seite)"
407
 
408
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:243
409
  #@ woocommerce-germanized
410
  msgid "Attach Terms & Conditions"
411
  msgstr "AGB"
412
 
413
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:244
414
  #@ woocommerce-germanized
415
  msgid "Attach Terms & Conditions to the following email templates"
416
  msgstr "Hier können Sie die E-Mail Templates auswählen, an die die AGB angehängt werden soll (Inhalt der in den WooCommerce-Einstellungen ausgewählten AGB-Seite bzw. des optionalen E-Mail Inhaltes dieser Seite)"
417
 
418
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:253
419
  #@ woocommerce-germanized
420
  msgid "Attach Power of Recission"
421
  msgstr "Widerrufsbelehrung"
422
 
423
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:254
424
  #@ woocommerce-germanized
425
  msgid "Attach Power of Recission to the following email templates"
426
  msgstr "Hier können Sie die E-Mail Templates auswählen, an die die Widerrufsbelehrung angehängt werden soll (Inhalt der oben ausgewählten Widerrufsbelehrungs-Seite bzw. des optionalen E-Mail Inhaltes dieser Seite). Standardmäßig sollte hier zumindest \"Bestellung in Abwicklung\" ausgewählt werden."
427
 
428
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:264
429
  #@ woocommerce-germanized
430
  msgid "Attach Data Security"
431
  msgstr "Datenschutzbelehrung"
432
 
433
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:265
434
  #@ woocommerce-germanized
435
  msgid "Attach Data Security Statement to the following email templates"
436
  msgstr "Hier können Sie die E-Mail Templates auswählen, an die die Datenschutzbelehrung angehängt werden soll (Inhalt der oben ausgewählten Datenschutzbelehrungs-Seite bzw. des optionalen E-Mail Inhaltes dieser Seite)"
437
 
438
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:298
439
  #@ woocommerce-germanized
440
  msgid "Add to Cart"
441
  msgstr "Zum Warenkorb Button"
442
 
443
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:299
444
  #@ woocommerce-germanized
445
  msgid "Show add to cart button on listings?"
446
  msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
447
 
448
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:303
449
  #@ woocommerce-germanized
450
  msgid "unset this option if you don't want to show the add to cart button within the product listings"
451
  msgstr "Deaktivieren Sie diese Option, wenn Sie den zum Warenkorb Button nicht innerhalb von Produktauflistungen darstellen möchten"
452
 
453
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:325
454
  #@ woocommerce-germanized
455
  msgid "Notice Footer"
456
  msgstr "Hinweise im Footer"
457
 
458
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:326
459
  #@ woocommerce-germanized
460
  msgid "Show a global VAT notice within footer"
461
  msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer darstellen"
462
 
463
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:334
464
  #@ woocommerce-germanized
465
  msgid "Show a global sale price notice within footer"
466
  msgstr "Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer darstellen"
467
 
468
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:343
469
  #@ woocommerce-germanized
470
  msgid "Products"
471
  msgstr "Produkt"
472
 
473
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:346
474
  #@ woocommerce-germanized
475
  msgid "Show within Product Listings"
476
  msgstr "In Produktlisten"
477
 
478
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:347
479
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:380
480
  #@ woocommerce-germanized
481
  msgid "Shipping Costs notice"
482
  msgstr "Versandkosten-Hinweis"
483
 
484
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:203
485
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:363
486
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:396
487
  #@ woocommerce-germanized
488
  msgid "Unit Price"
489
  msgstr "Einheitspreis"
490
 
491
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:371
492
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:404
493
  #@ woocommerce-germanized
494
  msgid "Delivery Time Notice"
495
  msgstr "Lieferzeiten-Hinweis"
496
 
497
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:379
498
  #@ woocommerce-germanized
499
  msgid "Show on Product Detail Page"
500
  msgstr "Auf der Produktseite"
501
 
502
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:355
503
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:388
504
  #@ woocommerce-germanized
505
  msgid "Tax Info"
506
  msgstr "MwSt. Hinweis"
507
 
508
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:421
509
  #@ woocommerce-germanized
510
  msgid "Checkout & Cart"
511
  msgstr "Checkout & Warenkorb"
512
 
513
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:432
514
  #@ woocommerce-germanized
515
  msgid "Checkout Legal Display"
516
  msgstr "Checkbox oder Text"
517
 
518
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:433
519
  #@ woocommerce-germanized
520
  msgid "Use Text without Checkbox"
521
  msgstr "Rechtshinweis ohne Checkbox"
522
 
523
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:435
524
  #@ woocommerce-germanized
525
  msgid "This version will remove checkboxes from Checkout and display a text instead. This seems to be legally compliant (Zalando & Co are using this option)."
526
  msgstr "Diese Option nutzt anstatt einer Checkbox einen ausformulierten Text direkt überhalb des Kauf abschließen Buttons (Zalando und Andere Shops verwenden diese Form)"
527
 
528
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:441
529
  #@ woocommerce-germanized
530
  msgid "Legal Text"
531
  msgstr "Rechtlicher Hinweistext"
532
 
533
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:442
534
  #@ woocommerce-germanized
535
  msgid "Choose a Plain Text which will be shown right above checkout submit button. Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} as Placeholders for the links to legal pages."
536
  msgstr "Geben Sie hier den Text ein, den Sie als Hinweistext überhalb des \"Kaufen\" - Buttons darstellen möchten. Nutzen Sie die Platzhalter {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
537
 
538
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:444
539
  #@ woocommerce-germanized
540
  msgid "With your order, you agree to have read and understood our {term_link}Terms and Conditions{/term_link} and your {revocation_link}Right of Recission{/revocation_link}."
541
  msgstr "Mit Ihrer Bestellung erklären Sie sich mit unseren {term_link}Allgemeinen Geschäftsbedingungen{/term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link} einverstanden."
542
 
543
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:451
544
  #@ woocommerce-germanized
545
  msgid "Legal Text Error"
546
  msgstr "Fehlermeldung der Checkbox"
547
 
548
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:452
549
  #@ woocommerce-germanized
550
  msgid "If you have chosen to use checkbox validation please choose a error message which will be shown if the user doesn't check checkbox. Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} as Placeholders for the links to legal pages."
551
  msgstr "Falls Sie sich dazu entschieden haben, eine Checkbox zu nutzen, können Sie hier die Fehlermeldung eingeben, die angezeigt wird, wenn ein Benutzer die Checkbox nicht aktiviert hat. Nutzen Sie die Platzhalter um Links zu den jeweiligen Hinweisseiten einzufügen: {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link}"
552
 
553
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:454
554
  #@ woocommerce-germanized
555
  msgid "To finish the order you have to accept to our {term_link}Terms and Conditions{/term_link} and {revocation_link}Right of Recission{/revocation_link}."
556
  msgstr "Bitte akzeptieren Sie unsere {term_link}Allgemeinen Geschäftsbedingungen{/term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
557
 
558
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:471
559
  #@ woocommerce-germanized
560
  msgid "Order Success Text"
561
  msgstr "Bestellung eingegangen"
562
 
563
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:472
564
  #@ woocommerce-germanized
565
  msgid "Choose a custom text to display on order success page."
566
  msgstr "Hier können Sie einen individuellen kurzen Text eingeben, der nach der Bestellung ausgegeben wird."
567
 
568
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:480
569
  #@ woocommerce-germanized
570
  msgid "Order Success Data"
571
  msgstr "Bestellbestätigungs-Daten"
572
 
573
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:481
574
  #@ woocommerce-germanized
575
  msgid "Hide product table and customer data on order success page"
576
  msgstr "Zusätzliche Produktdetails (Tabelle, Kundeninformationen) von der Bestellbestätigungs-Seite entfernen"
@@ -639,8 +639,8 @@ msgctxt "revocation-form"
639
  msgid "Thank you. We have received your Revocation Request. You will receive a conformation email within a few minutes."
640
  msgstr "Vielen Dank. Wir haben Ihre Widerruf erhalten. Sie bekommen in Kürze eine E-Mail mit Ihre Daten als Bestätigung."
641
 
642
- #: includes/class-wc-gzd-checkout.php:40
643
- #: includes/class-wc-gzd-checkout.php:62
644
  #: includes/widgets/class-wc-gzd-widget-trusted-shops-reviews.php:26
645
  #: includes/widgets/class-wc-gzd-widget-trusted-shops-rich-snippets.php:26
646
  #@ woocommerce-germanized
@@ -648,14 +648,14 @@ msgstr "Vielen Dank. Wir haben Ihre Widerruf erhalten. Sie bekommen in Kürze ei
648
  msgid "Title"
649
  msgstr "Anrede"
650
 
651
- #: includes/class-wc-gzd-checkout.php:41
652
- #: includes/class-wc-gzd-checkout.php:60
653
  #@ woocommerce-germanized
654
  msgid "Sir"
655
  msgstr "Herr"
656
 
657
- #: includes/class-wc-gzd-checkout.php:41
658
- #: includes/class-wc-gzd-checkout.php:60
659
  #@ woocommerce-germanized
660
  msgid "Madam"
661
  msgstr "Frau"
@@ -665,79 +665,79 @@ msgstr "Frau"
665
  msgid "eKomi Customer"
666
  msgstr "eKomi Kundenbewertung"
667
 
668
- #: includes/class-wc-gzd-ekomi.php:310
669
  #@ woocommerce-germanized
670
  msgctxt "ekomi"
671
  msgid "Ekomi Integration"
672
  msgstr "eKomi Integration"
673
 
674
- #: includes/class-wc-gzd-ekomi.php:313
675
  #@ woocommerce-germanized
676
  msgctxt "ekomi"
677
  msgid "Shop ID"
678
  msgstr "Shop ID"
679
 
680
- #: includes/class-wc-gzd-ekomi.php:314
681
  #@ woocommerce-germanized
682
  msgctxt "ekomi"
683
  msgid "Insert your Shop ID here."
684
  msgstr "Fügen Sie hier ihre Shop ID ein."
685
 
686
- #: includes/class-wc-gzd-ekomi.php:322
687
  #@ woocommerce-germanized
688
  msgctxt "ekomi"
689
  msgid "Link to Certificate"
690
  msgstr "Link zum Shop-Zertifikat"
691
 
692
- #: includes/class-wc-gzd-ekomi.php:323
693
  #@ woocommerce-germanized
694
  msgctxt "ekomi"
695
  msgid "Insert the link to your Certificate"
696
  msgstr "Fügen Sie hier den Link zu Ihrem Shop-Zertifikat ein"
697
 
698
- #: includes/class-wc-gzd-ekomi.php:331
699
  #@ woocommerce-germanized
700
  msgctxt "ekomi"
701
  msgid "Partner ID"
702
  msgstr "Partner ID"
703
 
704
- #: includes/class-wc-gzd-ekomi.php:332
705
  #@ woocommerce-germanized
706
  msgctxt "ekomi"
707
  msgid "Insert your Partner ID here (you may find that ID on your certificate website)"
708
  msgstr "Fügen Sie hier Ihre Partner ID ein (diese ID finden Sie z.B. auf Ihrer Zertifikat-Seite)"
709
 
710
- #: includes/class-wc-gzd-ekomi.php:340
711
  #@ woocommerce-germanized
712
  msgctxt "ekomi"
713
  msgid "Interface ID"
714
  msgstr "Interface ID"
715
 
716
- #: includes/class-wc-gzd-ekomi.php:341
717
  #@ woocommerce-germanized
718
  msgctxt "ekomi"
719
  msgid "Insert your Interface ID here."
720
  msgstr "Fügen Sie hier Ihre Interface ID ein (diese Daten finden Sie im eKomi Kundenbereich)"
721
 
722
- #: includes/class-wc-gzd-ekomi.php:349
723
  #@ woocommerce-germanized
724
  msgctxt "ekomi"
725
  msgid "Interface Password"
726
  msgstr "Interface Password"
727
 
728
- #: includes/class-wc-gzd-ekomi.php:350
729
  #@ woocommerce-germanized
730
  msgctxt "ekomi"
731
  msgid "Insert your Interface Password here."
732
  msgstr "Fügen Sie hier Ihr Interface Passwort ein (diese Daten finden Sie im eKomi Kundenbereich)"
733
 
734
- #: includes/class-wc-gzd-ekomi.php:358
735
  #@ woocommerce-germanized
736
  msgctxt "ekomi"
737
  msgid "Days until Email"
738
  msgstr "Tage bis E-Mail Erinnerung"
739
 
740
- #: includes/class-wc-gzd-ekomi.php:359
741
  #@ woocommerce-germanized
742
  msgctxt "ekomi"
743
  msgid "Number of days between an order being marked as completed and review email to customer."
@@ -755,73 +755,73 @@ msgstr "Ihren Widerruf online erklären"
755
  msgid "Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before installing WooCommerce Germanized. Thank you!"
756
  msgstr "Bitte installieren Sie <a href=\"%s\" target=\"_blank\">WooCommerce</a> bevor Sie WooCommerce Germanized installieren. Vielen Dank!"
757
 
758
- #: includes/class-wc-gzd-install.php:313
759
  #@ woocommerce-germanized
760
  msgctxt "Page slug"
761
  msgid "data-security"
762
  msgstr "datenschutzbelehrung"
763
 
764
- #: includes/class-wc-gzd-install.php:314
765
  #@ woocommerce-germanized
766
  msgctxt "Page title"
767
  msgid "Data Security Statement"
768
  msgstr "Datenschutzbelehrung"
769
 
770
- #: includes/class-wc-gzd-install.php:318
771
  #@ woocommerce-germanized
772
  msgctxt "Page slug"
773
  msgid "imprint"
774
  msgstr "impressum"
775
 
776
- #: includes/class-wc-gzd-install.php:319
777
  #@ woocommerce-germanized
778
  msgctxt "Page title"
779
  msgid "Imprint"
780
  msgstr "Impressum"
781
 
782
- #: includes/class-wc-gzd-install.php:323
783
  #@ woocommerce-germanized
784
  msgctxt "Page slug"
785
  msgid "terms"
786
  msgstr "agb"
787
 
788
- #: includes/class-wc-gzd-install.php:324
789
  #@ woocommerce-germanized
790
  msgctxt "Page title"
791
  msgid "Terms & Conditions"
792
  msgstr "AGB"
793
 
794
- #: includes/class-wc-gzd-install.php:328
795
  #@ woocommerce-germanized
796
  msgctxt "Page slug"
797
  msgid "revocation"
798
  msgstr "widerrufsbelehrung"
799
 
800
- #: includes/class-wc-gzd-install.php:329
801
  #@ woocommerce-germanized
802
  msgctxt "Page title"
803
  msgid "Power of Revocation"
804
  msgstr "Widerrufsbelehrung"
805
 
806
- #: includes/class-wc-gzd-install.php:338
807
  #@ woocommerce-germanized
808
  msgctxt "Page slug"
809
  msgid "payment-methods"
810
  msgstr "bezahlmoeglichkeiten"
811
 
812
- #: includes/class-wc-gzd-install.php:339
813
  #@ woocommerce-germanized
814
  msgctxt "Page title"
815
  msgid "Payment Methods"
816
  msgstr "Zahlungsmethoden"
817
 
818
- #: includes/class-wc-gzd-install.php:333
819
  #@ woocommerce-germanized
820
  msgctxt "Page slug"
821
  msgid "shipping-methods"
822
  msgstr "versandmethoden"
823
 
824
- #: includes/class-wc-gzd-install.php:334
825
  #@ woocommerce-germanized
826
  msgctxt "Page title"
827
  msgid "Shipping Methods"
@@ -1012,27 +1012,27 @@ msgctxt "trusted-shops"
1012
  msgid "Financing"
1013
  msgstr "Finanzierung"
1014
 
1015
- #: includes/class-wc-gzd-trusted-shops.php:213
1016
  #, php-format
1017
  #@ woocommerce-germanized
1018
  msgctxt "trusted-shops"
1019
  msgid "Rated %s out of %s"
1020
  msgstr "Bewertet mit %s von %s"
1021
 
1022
- #: includes/class-wc-gzd-trusted-shops.php:215
1023
  #, php-format
1024
  #@ woocommerce-germanized
1025
  msgctxt "trusted-shops"
1026
  msgid "out of %s"
1027
  msgstr "von %s"
1028
 
1029
- #: includes/class-wc-gzd-trusted-shops.php:346
1030
  #@ woocommerce-germanized
1031
  msgctxt "trusted-shops"
1032
  msgid "Trusted Shops Integration"
1033
  msgstr "Trusted Shops Integration"
1034
 
1035
- #: includes/class-wc-gzd-trusted-shops.php:442
1036
  #, php-format
1037
  #@ woocommerce-germanized
1038
  msgctxt "trusted-shops"
@@ -1131,7 +1131,7 @@ msgstr "Bestellung bearbeiten"
1131
  msgid "Choose a Payment Gateway"
1132
  msgstr "Zahlungsmethode auswählen"
1133
 
1134
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:464
1135
  #: includes/wc-gzd-cart-functions.php:104
1136
  #@ woocommerce-germanized
1137
  msgid "I want immediate access to the digital content and I acknowledge that thereby I lose my right to cancel once the service has begun."
@@ -1360,106 +1360,106 @@ msgstr ""
1360
  msgid "Pay for order"
1361
  msgstr ""
1362
 
1363
- #: includes/class-wc-gzd-trusted-shops.php:212
1364
  #, php-format
1365
  #@ woocommerce-germanized
1366
  msgctxt "trusted-shops"
1367
  msgid "%s ratings"
1368
  msgstr "Bewertungen von %s"
1369
 
1370
- #: includes/class-wc-gzd-trusted-shops.php:234
1371
  #@ woocommerce-germanized
1372
  msgctxt "trusted-shops"
1373
  msgid "Show customer reviews"
1374
  msgstr "Kundenmeinungen ansehen"
1375
 
1376
- #: includes/class-wc-gzd-trusted-shops.php:284
1377
  #@ woocommerce-germanized
1378
  msgctxt "trusted-shops"
1379
  msgid "Trusted Shops Customer Reviews"
1380
  msgstr "Trusted Shops Kundenbewertungen"
1381
 
1382
- #: includes/class-wc-gzd-trusted-shops.php:349
1383
  #@ woocommerce-germanized
1384
  msgctxt "trusted-shops"
1385
  msgid "TS-ID"
1386
  msgstr "TS-ID"
1387
 
1388
- #: includes/class-wc-gzd-trusted-shops.php:350
1389
  #@ woocommerce-germanized
1390
  msgctxt "trusted-shops"
1391
  msgid "Insert your Trusted Shops ID here."
1392
  msgstr "Füge hier deine Trusted Shops ID ein."
1393
 
1394
- #: includes/class-wc-gzd-trusted-shops.php:359
1395
  #@ woocommerce-germanized
1396
  msgctxt "trusted-shops"
1397
  msgid "Configure the Trustbadge for your shop"
1398
  msgstr "Konfiguriere dein Trustbadge"
1399
 
1400
- #: includes/class-wc-gzd-trusted-shops.php:359
1401
  #, php-format
1402
  #@ woocommerce-germanized
1403
  msgctxt "trusted-shops"
1404
  msgid "You'll find a step-by-step instruction for your shopsoftware in our integration center. <a href=\"%s\" target=\"_blank\">Click here</a>"
1405
  msgstr "In unserem Integration Center findest du eine Schritt-für-Schritt Anleitung. Klicke <a href=\"%s\" target=\"_blank\">hier</a>."
1406
 
1407
- #: includes/class-wc-gzd-trusted-shops.php:362
1408
  #@ woocommerce-germanized
1409
  msgctxt "trusted-shops"
1410
  msgid "Trustbadge code"
1411
  msgstr "Trustbadge Code"
1412
 
1413
- #: includes/class-wc-gzd-trusted-shops.php:365
1414
  #@ woocommerce-germanized
1415
  msgctxt "trusted-shops"
1416
  msgid "Fill in your trustbadge code here"
1417
  msgstr "Trustbadge Code hier einfügen"
1418
 
1419
- #: includes/class-wc-gzd-trusted-shops.php:365
1420
  #@ woocommerce-germanized
1421
  msgctxt "trusted-shops"
1422
  msgid "If no further steps were required in the integration center, the Trustbadge is already displayed in your shop."
1423
  msgstr "Sofern keine weiteren Installationsschritte im Integration Center beschrieben wurden, wird das Trustbadge jetzt im Frontend deines Shops angezeigt."
1424
 
1425
- #: includes/class-wc-gzd-trusted-shops.php:372
1426
  #@ woocommerce-germanized
1427
  msgctxt "trusted-shops"
1428
  msgid "Configure Customer Reviews"
1429
  msgstr "Kundenbewertungen konfigurieren"
1430
 
1431
- #: includes/class-wc-gzd-trusted-shops.php:375
1432
  #@ woocommerce-germanized
1433
  msgctxt "trusted-shops"
1434
  msgid "Enable Review Widget"
1435
  msgstr "Kundenbewertungswidget aktiveren"
1436
 
1437
- #: includes/class-wc-gzd-trusted-shops.php:376
1438
  #, php-format
1439
  #@ woocommerce-germanized
1440
  msgctxt "trusted-shops"
1441
  msgid "This option will enable a Widget which shows your Trusted Shops Reviews as a graphic. You may configure your Widgets <a href=\"%s\">here</a>."
1442
  msgstr "Diese Option aktiviert ein Widget, mit dem du das Trusted Shops Review Widget in deinem Shop platzieren kannst. <a href=\"%s\">Hier</a> kannst du deine Widgets zuweisen."
1443
 
1444
- #: includes/class-wc-gzd-trusted-shops.php:384
1445
  #@ woocommerce-germanized
1446
  msgctxt "trusted-shops"
1447
  msgid "Enable Rich Snippets for Google"
1448
  msgstr "Rich Snippets Anzeige in Google aktivieren"
1449
 
1450
- #: includes/class-wc-gzd-trusted-shops.php:385
1451
  #@ woocommerce-germanized
1452
  msgctxt "trusted-shops"
1453
  msgid "This option will update your reviews received via Trusted Shops once per day and enables a Widget to show your reviews as Rich Snippets."
1454
  msgstr "Diese Option bewirkt, dass deine über Trusted Shops empfangenen Bewertungen als Rich Snippets im Shop als Widget verfügbar sind. "
1455
 
1456
- #: includes/class-wc-gzd-trusted-shops.php:412
1457
  #@ woocommerce-germanized
1458
  msgctxt "trusted-shops"
1459
  msgid "Assign payment methods"
1460
  msgstr "Zahlungsmethoden zuweisen"
1461
 
1462
- #: includes/class-wc-gzd-trusted-shops.php:461
1463
  #@ woocommerce-germanized
1464
  msgctxt "trusted-shops"
1465
  msgid "About Trusted Shops"
@@ -1483,19 +1483,19 @@ msgctxt "trusted-shops"
1483
  msgid "Trusted Shops Rich Snippets"
1484
  msgstr "Trusted Shops Rich Snippets"
1485
 
1486
- #: includes/class-wc-gzd-trusted-shops.php:220
1487
  #, php-format
1488
  #@ woocommerce-germanized
1489
  msgctxt "trusted-shops"
1490
  msgid "%s of %s based on %s <a href=\"%s\" target=\"_blank\">ratings</a>."
1491
  msgstr "%s von %s basierend auf %s <a href=\"%s\" target=\"_blank\">Bewertungen</a>."
1492
 
1493
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:424
1494
  #@ woocommerce-germanized
1495
  msgid "Checkout Table Color"
1496
  msgstr "Hintergrundfarbe der Tabelle"
1497
 
1498
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:426
1499
  #@ woocommerce-germanized
1500
  msgid "Choose the color of your checkout product table. This table should be highlighted within your checkout page."
1501
  msgstr "Wähle die Farbe des Hintergrundes deiner Produkt-Tabelle im Checkout. Die Tabelle sollte sich farblich vom Rest des Inhalts abheben."
@@ -1540,65 +1540,65 @@ msgstr "Wir haben festgestellt, dass dein Theme scheinbar noch nicht für WooCom
1540
  msgid "Check if fee is taxable."
1541
  msgstr "MwSt.-Berechnung für Gebühr aktivieren."
1542
 
1543
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:461
1544
  #@ woocommerce-germanized
1545
  msgid "Legal Digital Text"
1546
  msgstr "Hinweis Digital"
1547
 
1548
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:462
1549
  #@ woocommerce-germanized
1550
  msgid "Choose a Plain Text which will be shown right above checkout submit button if a user has picked a digital product. See legal text option for possible placeholders."
1551
  msgstr "Passen Sie hier optional den Hinweistext an, der angezeigt wird, wenn ein Kunde ein digitales Produkt im Warenkorb hat. Sie können hier die gleichen Platzhalter verwenden wie beim Rechtlichen Hinweistext"
1552
 
1553
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:307
1554
  #@ woocommerce-germanized
1555
  msgid "Link to Details"
1556
  msgstr "Verlinkung zu Produktdetails"
1557
 
1558
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:308
1559
  #@ woocommerce-germanized
1560
  msgid "Want to link to product details page instead of add to cart within listings?"
1561
  msgstr "Anstatt des zum Warenkorb Buttons einen Button zur Produktdetail-Seite einfügen?"
1562
 
1563
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:312
1564
  #@ woocommerce-germanized
1565
  msgid "Decide whether you like to link to your product's details page instead of displaying an add to cart button within product listings."
1566
  msgstr "Wenn du lieber einen Link zu deiner Produktseite anstatt eines zum Warenkorb Buttons innerhalb von Produktauflistungen haben möchtest, dann setze einfach diese Option."
1567
 
1568
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:316
1569
  #@ woocommerce-germanized
1570
  msgid "Product Details Text"
1571
  msgstr "Produktdetails Text"
1572
 
1573
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:318
1574
  #@ woocommerce-germanized
1575
  msgid "Details"
1576
  msgstr "Details"
1577
 
1578
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:320
1579
  #@ woocommerce-germanized
1580
  msgid "If you have chosen to link to product details page instead of add to cart URL you may want to change the button text."
1581
  msgstr "Wenn du dich dazu entschlossen hast, lieber auf die Produktseite zu verlinken anstatt den zum Warenkorb Button einzublenden, kannst du hier einen Button-Text vergeben."
1582
 
1583
- #: includes/class-wc-gzd-trusted-shops.php:393
1584
  #@ woocommerce-germanized
1585
  msgctxt "trusted-shops"
1586
  msgid "Enable Review Reminder"
1587
  msgstr "Bewertungserinnerung aktivieren"
1588
 
1589
- #: includes/class-wc-gzd-trusted-shops.php:394
1590
  #@ woocommerce-germanized
1591
  msgctxt "trusted-shops"
1592
  msgid "This option will enable a one-time email review reminder being sent to your customer."
1593
  msgstr "Diese Option sendet eine einmalige E-Mail Erinnerung bzgl. der Abgabe einer Bewertung über Trusted Shops an den Kunden."
1594
 
1595
- #: includes/class-wc-gzd-trusted-shops.php:402
1596
  #@ woocommerce-germanized
1597
  msgctxt "trusted-shops"
1598
  msgid "Days until reminder"
1599
  msgstr "Tage bis zur Erinnerung"
1600
 
1601
- #: includes/class-wc-gzd-trusted-shops.php:403
1602
  #@ woocommerce-germanized
1603
  msgctxt "trusted-shops"
1604
  msgid "Decide how many days after an order the email review reminder will be sent."
@@ -1674,12 +1674,12 @@ msgstr "jetzt Bewertung verfassen"
1674
  msgid "Found Bugs?"
1675
  msgstr "Bugs oder Wünsche melden"
1676
 
1677
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:412
1678
  #@ woocommerce-germanized
1679
  msgid "Shipping Costs for Virtual"
1680
  msgstr "Versandkosten für virtuelle Produkte"
1681
 
1682
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:413
1683
  #@ woocommerce-germanized
1684
  msgid "Select this option if you want to display shipping costs notice for virtual products."
1685
  msgstr "Setze diese Option, falls du für virtuelle Produkte auch einen Versandkosten-Hinweis anzeigen möchtest."
@@ -1694,22 +1694,22 @@ msgstr "inkl. MwSt."
1694
  msgid "excl. VAT"
1695
  msgstr "exkl. MwSt."
1696
 
1697
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:275
1698
  #@ woocommerce-germanized
1699
  msgid "Virtual VAT"
1700
  msgstr "USt. Änderung 2015"
1701
 
1702
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:278
1703
  #@ woocommerce-germanized
1704
  msgid "Enable Virtual VAT"
1705
  msgstr "USt. Anpassung aktivieren"
1706
 
1707
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:279
1708
  #@ woocommerce-germanized
1709
  msgid "Enable if you want to charge your customer's countries' VAT for virtual products."
1710
  msgstr "Aktiviere diese Option um für virtuelle Produkte den USt.-Satz des Dienstleistungsempfängers zu berechnen."
1711
 
1712
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:283
1713
  #, php-format
1714
  #@ woocommerce-germanized
1715
  msgid "New EU VAT rule applies on 01.01.2015. Make sure that every digital or virtual product has chosen the right tax class (Virtual Rate or Virtual Reduced Rate). Gross prices will not differ from the prices you have chosen for affected products. In fact the net price will differ depending on the VAT rate of your customers' country. Shop settings will be adjusted to show prices including tax. More information can be found <a href=\"%s\" target=\"_blank\">here</a>."
@@ -1742,29 +1742,39 @@ msgstr "Wir übernehmen das Einfügen der unterschiedlichen EU MwSt.-Sätze für
1742
  msgid "Update WooCommerce Germanized"
1743
  msgstr "WooCommerce Germanized aktualisieren"
1744
 
1745
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:206
1746
  #@ woocommerce-germanized
1747
  msgid "Unit Price Text"
1748
  msgstr "Einheitspreis Text"
1749
 
1750
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:207
1751
  #@ woocommerce-germanized
1752
  msgid "This text will be used to display the unit price. Use {price} to insert the price."
1753
  msgstr "Dieser Text wird verwendet um den Einheitspreis darzustellen. Nutze {price} als Platzhalter für den eigentlichen Preis."
1754
 
1755
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:212
1756
  #@ woocommerce-germanized
1757
  msgid "{price}"
1758
  msgstr "{price}"
1759
 
1760
- #: includes/admin/settings/class-wc-gzd-settings-germanized.php:592
1761
  #@ woocommerce-germanized
1762
  msgid "Sorry, but the new Virtual VAT rules cannot be applied to small business."
1763
  msgstr "Sorry aber die neuen USt-Regelungen für virtuelle Produkte lassen sich leider nicht mit dem Kleinunternehmer vereinbaren. Bitte kontaktiere deinen Steuerberater für weitere Informationen."
1764
 
 
 
 
 
 
 
 
 
 
 
1765
  #. translators: plugin header field 'Version'
1766
  #: woocommerce-germanized.php:0
1767
  #@ woocommerce-germanized
1768
- msgid "1.0.4"
1769
- msgstr "1.0.4"
1770
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WooCommerce Germanized v1.0.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2014-09-29 12:26+0100\n"
6
+ "PO-Revision-Date: 2014-12-25 16:00:51+0000\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
142
 
143
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:36
144
  #: includes/admin/meta-boxes/class-wc-gzd-meta-box-product-data-variable.php:64
145
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:53
146
+ #: includes/class-wc-gzd-trusted-shops.php:348
147
  #@ woocommerce-germanized
148
  msgid "None"
149
  msgstr "Keine"
191
  msgid "Germanized"
192
  msgstr "Germanized"
193
 
194
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:40
195
  #@ woocommerce-germanized
196
  msgid "General Options"
197
  msgstr "Allgemeine Optionen"
198
 
199
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:41
200
  #@ woocommerce-germanized
201
  msgid "Display Options"
202
  msgstr "Anzeige Optionen"
203
 
204
+ #: includes/class-wc-gzd-trusted-shops.php:494
205
  #@ woocommerce-germanized
206
  msgctxt "trusted-shops"
207
  msgid "Trusted Shops Options"
208
  msgstr "Trusted Shops Optionen"
209
 
210
+ #: includes/class-wc-gzd-ekomi.php:375
211
  #@ woocommerce-germanized
212
  msgctxt "ekomi"
213
  msgid "eKomi Options"
214
  msgstr "eKomi Optionen"
215
 
216
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:66
217
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:304
218
  #@ woocommerce-germanized
219
  msgid "General"
220
  msgstr "Allgemein"
221
 
222
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:69
223
  #@ woocommerce-germanized
224
  msgid "Small-Enterprise-Regulation"
225
  msgstr "Kleinunternehmerregelung"
226
 
227
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:70
228
  #@ woocommerce-germanized
229
  msgid "VAT based on &#167;19 UStG"
230
  msgstr "Umsatzsteuerbefreit nach &#167;19 UStG"
231
 
232
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:74
233
  #, php-format
234
  #@ woocommerce-germanized
235
  msgid "set this Option if you have chosen <a href=\"%s\" target=\"_blank\">&#167;19 UStG</a>"
236
  msgstr "wählen Sie diese Option, falls Sie von der Kleinunternehmerregelung (<a href=\"%s\" target=\"_blank\">&#167;19 UStG</a>) Gebrauch machen"
237
 
238
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:78
239
  #@ woocommerce-germanized
240
  msgid "Show no VAT notice"
241
  msgstr "Umsatzsteuerbefreiung"
242
 
243
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:79
244
  #@ woocommerce-germanized
245
  msgid "Show no VAT &#167;19 UStG notice on single product"
246
  msgstr "Hinweis zur Umsatzsteuerbefreiung gemäß &#167;19 UStG auf der Produktseite anzeigen"
247
 
248
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:86
249
  #@ woocommerce-germanized
250
  msgid "Submit Order Button Text"
251
  msgstr "Kauf abschließen - Text"
252
 
253
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:87
254
  #@ woocommerce-germanized
255
  msgid "This text serves as Button text for the Order Submit Button."
256
  msgstr "Dieser Text wird auf dem Kauf abschließen Button dargestellt"
257
 
258
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:92
259
  #@ woocommerce-germanized
260
  msgid "Buy Now"
261
  msgstr "Jetzt kaufen"
262
 
263
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:96
264
  #@ woocommerce-germanized
265
  msgid "Phone as required field"
266
  msgstr "Telefon als Pflichtfeld"
267
 
268
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:97
269
  #@ woocommerce-germanized
270
  msgid "Should phone number be a required field within checkout?"
271
  msgstr "Diese Option setzen, damit die Telefonnummer ein Pflichtfeld im Checkout ist."
272
 
273
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:113
274
  #@ woocommerce-germanized
275
  msgid "Legal Pages"
276
  msgstr "Rechtlich relevante Seiten"
277
 
278
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:116
279
  #@ woocommerce-germanized
280
  msgid "Imprint"
281
  msgstr "Impressum"
282
 
283
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:117
284
  #@ woocommerce-germanized
285
  msgid "This page should contain an imprint with your company's information."
286
  msgstr "Diese Seite sollte das Impressum d.h. die Informationen (gemäß TMG) zu Ihrem Unternehmen enthalten."
287
 
288
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:198
289
  #@ woocommerce-germanized
290
  msgid "Shipping Costs"
291
  msgstr "Versandkosten"
292
 
293
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:127
294
  #@ woocommerce-germanized
295
  msgid "Data Security Statement"
296
  msgstr "Datenschutzbelehrung"
297
 
298
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:128
299
  #@ woocommerce-germanized
300
  msgid "This page should contain information regarding your data security policy."
301
  msgstr "Diese Seite sollte Ihre Datenschutzbelehrung enthalten."
302
 
303
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:138
304
  #@ woocommerce-germanized
305
  msgid "Power of Revocation"
306
  msgstr "Widerrufsbelehrung"
307
 
308
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:139
309
  #@ woocommerce-germanized
310
  msgid "This page should contain information regarding your customer's Right of Revocation."
311
  msgstr "Diese Seite sollte Ihre Widerrufsbelehrung enthalten. Nutzen Sie folgenden Shortcut um ein Widerrufsformular in die Seite einzubinden: [revocation_form]"
312
 
313
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:149
314
  #@ woocommerce-germanized
315
  msgid "Payment Methods"
316
  msgstr "Zahlungsmethoden"
317
 
318
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:150
319
  #@ woocommerce-germanized
320
  msgid "This page should contain information regarding the Payment Methods that are chooseable during checkout."
321
  msgstr "Diese Seite sollte Informationen zu den von Ihnen zur Verfügung gestellten Zahlungsmöglichkeiten bereitstellen. Nutzen Sie dafür z.B. folgenden Shortcut: [payment_methods_info]"
322
 
323
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:160
324
  #@ woocommerce-germanized
325
  msgid "Shipping Methods"
326
  msgstr "Versandmethoden"
327
 
328
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:161
329
  #@ woocommerce-germanized
330
  msgid "This page should contain information regarding shipping methods that are chooseable during checkout."
331
  msgstr "Diese Seite sollte Informationen zu den von Ihnen zur Verfügung gestellten Versandmethoden bereitstellen."
332
 
333
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:172
334
  #@ woocommerce-germanized
335
  msgid "Delivery Times"
336
  msgstr "Lieferzeiten"
337
 
338
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:175
339
  #@ woocommerce-germanized
340
  msgid "Default Delivery Time"
341
  msgstr "Standard-Lieferzeit"
342
 
343
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:176
344
  #@ woocommerce-germanized
345
  msgid "This delivery time will be added to every product if no delivery time has been chosen individually"
346
  msgstr "Diese Lieferzeit wird bei Produkten angezeigt, denen keine Lieferzeit zugeordnet wurde"
347
 
348
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:187
349
  #@ woocommerce-germanized
350
  msgid "Delivery Time Text"
351
  msgstr "Lieferzeit Text"
352
 
353
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:188
354
  #@ woocommerce-germanized
355
  msgid "This text will be used to indicate delivery time for products. Use {delivery_time} as placeholder."
356
  msgstr "Dieser Text wird verwendet um die Lieferzeit im Frontend darzustellen. {delivery_time} als Platzhalter verwenden."
357
 
358
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:193
359
  #@ woocommerce-germanized
360
  msgid "Delivery time: {delivery_time}"
361
  msgstr "Lieferzeit: {delivery_time}"
362
 
363
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:201
364
  #@ woocommerce-germanized
365
  msgid "Shipping Costs Text"
366
  msgstr "Versandkosten Text"
367
 
368
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:202
369
  #@ woocommerce-germanized
370
  msgid "This text will be used to inform the customer about shipping costs. Use {link}{/link} to insert link to shipping costs page."
371
  msgstr "Dieser Text wird genutzt um die Kunden im Frontend über u.U. anfallende Lieferkosten zu informieren. Nutzen Sie die Platzhalter {link}{/link} um den Link zur Versandkosten-Seite einzufügen."
372
 
373
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:207
374
  #@ woocommerce-germanized
375
  msgid "plus {link}Shipping Costs{/link}"
376
  msgstr "zzgl. {link}Versandkosten{/link}"
377
 
378
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:226
379
  #@ woocommerce-germanized
380
  msgid "Right of Recission"
381
  msgstr "Widerrufsrecht"
382
 
383
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:229
384
  #@ woocommerce-germanized
385
  msgid "Revocation Address"
386
  msgstr "Widerruf richten an"
387
 
388
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:230
389
  #@ woocommerce-germanized
390
  msgid "Type in an address, telephone/telefax number, email address which is to be used as revocation address"
391
  msgstr "Geben Sie hier Ihre Adresse, Telefon- und Faxnummer, E-Mail Adresse usw. an, an die Ihre Kunden Ihren Widerruf richten sollen"
392
 
393
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:239
394
  #@ woocommerce-germanized
395
  msgid "E-Mails"
396
  msgstr "E-Mails"
397
 
398
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:242
399
  #@ woocommerce-germanized
400
  msgid "Attach Imprint"
401
  msgstr "Impressum"
402
 
403
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:243
404
  #@ woocommerce-germanized
405
  msgid "Attach Imprint to the following email templates"
406
  msgstr "Hier können Sie die E-Mail Templates auswählen, an die das Impressum angehängt werden soll (Inhalt der oben ausgewählten Impressum-Seite bzw. des optionalen E-Mail Inhaltes dieser Seite)"
407
 
408
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:252
409
  #@ woocommerce-germanized
410
  msgid "Attach Terms & Conditions"
411
  msgstr "AGB"
412
 
413
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:253
414
  #@ woocommerce-germanized
415
  msgid "Attach Terms & Conditions to the following email templates"
416
  msgstr "Hier können Sie die E-Mail Templates auswählen, an die die AGB angehängt werden soll (Inhalt der in den WooCommerce-Einstellungen ausgewählten AGB-Seite bzw. des optionalen E-Mail Inhaltes dieser Seite)"
417
 
418
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:262
419
  #@ woocommerce-germanized
420
  msgid "Attach Power of Recission"
421
  msgstr "Widerrufsbelehrung"
422
 
423
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:263
424
  #@ woocommerce-germanized
425
  msgid "Attach Power of Recission to the following email templates"
426
  msgstr "Hier können Sie die E-Mail Templates auswählen, an die die Widerrufsbelehrung angehängt werden soll (Inhalt der oben ausgewählten Widerrufsbelehrungs-Seite bzw. des optionalen E-Mail Inhaltes dieser Seite). Standardmäßig sollte hier zumindest \"Bestellung in Abwicklung\" ausgewählt werden."
427
 
428
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:273
429
  #@ woocommerce-germanized
430
  msgid "Attach Data Security"
431
  msgstr "Datenschutzbelehrung"
432
 
433
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:274
434
  #@ woocommerce-germanized
435
  msgid "Attach Data Security Statement to the following email templates"
436
  msgstr "Hier können Sie die E-Mail Templates auswählen, an die die Datenschutzbelehrung angehängt werden soll (Inhalt der oben ausgewählten Datenschutzbelehrungs-Seite bzw. des optionalen E-Mail Inhaltes dieser Seite)"
437
 
438
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:307
439
  #@ woocommerce-germanized
440
  msgid "Add to Cart"
441
  msgstr "Zum Warenkorb Button"
442
 
443
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:308
444
  #@ woocommerce-germanized
445
  msgid "Show add to cart button on listings?"
446
  msgstr "Den zum Warenkorb Button in Produktlisten darstellen?"
447
 
448
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:312
449
  #@ woocommerce-germanized
450
  msgid "unset this option if you don't want to show the add to cart button within the product listings"
451
  msgstr "Deaktivieren Sie diese Option, wenn Sie den zum Warenkorb Button nicht innerhalb von Produktauflistungen darstellen möchten"
452
 
453
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:334
454
  #@ woocommerce-germanized
455
  msgid "Notice Footer"
456
  msgstr "Hinweise im Footer"
457
 
458
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:335
459
  #@ woocommerce-germanized
460
  msgid "Show a global VAT notice within footer"
461
  msgstr "Einen seitenübergreifenden Hinweis bzgl. der MwSt. im Footer darstellen"
462
 
463
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:343
464
  #@ woocommerce-germanized
465
  msgid "Show a global sale price notice within footer"
466
  msgstr "Einen seitenübergreifenden Hinweis bzgl. reduzierter Preise im Footer darstellen"
467
 
468
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:352
469
  #@ woocommerce-germanized
470
  msgid "Products"
471
  msgstr "Produkt"
472
 
473
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:355
474
  #@ woocommerce-germanized
475
  msgid "Show within Product Listings"
476
  msgstr "In Produktlisten"
477
 
478
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:356
479
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:389
480
  #@ woocommerce-germanized
481
  msgid "Shipping Costs notice"
482
  msgstr "Versandkosten-Hinweis"
483
 
484
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:212
485
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:372
486
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:405
487
  #@ woocommerce-germanized
488
  msgid "Unit Price"
489
  msgstr "Einheitspreis"
490
 
491
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:380
492
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:413
493
  #@ woocommerce-germanized
494
  msgid "Delivery Time Notice"
495
  msgstr "Lieferzeiten-Hinweis"
496
 
497
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:388
498
  #@ woocommerce-germanized
499
  msgid "Show on Product Detail Page"
500
  msgstr "Auf der Produktseite"
501
 
502
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:364
503
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:397
504
  #@ woocommerce-germanized
505
  msgid "Tax Info"
506
  msgstr "MwSt. Hinweis"
507
 
508
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:430
509
  #@ woocommerce-germanized
510
  msgid "Checkout & Cart"
511
  msgstr "Checkout & Warenkorb"
512
 
513
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:441
514
  #@ woocommerce-germanized
515
  msgid "Checkout Legal Display"
516
  msgstr "Checkbox oder Text"
517
 
518
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:442
519
  #@ woocommerce-germanized
520
  msgid "Use Text without Checkbox"
521
  msgstr "Rechtshinweis ohne Checkbox"
522
 
523
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:444
524
  #@ woocommerce-germanized
525
  msgid "This version will remove checkboxes from Checkout and display a text instead. This seems to be legally compliant (Zalando & Co are using this option)."
526
  msgstr "Diese Option nutzt anstatt einer Checkbox einen ausformulierten Text direkt überhalb des Kauf abschließen Buttons (Zalando und Andere Shops verwenden diese Form)"
527
 
528
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:450
529
  #@ woocommerce-germanized
530
  msgid "Legal Text"
531
  msgstr "Rechtlicher Hinweistext"
532
 
533
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:451
534
  #@ woocommerce-germanized
535
  msgid "Choose a Plain Text which will be shown right above checkout submit button. Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} as Placeholders for the links to legal pages."
536
  msgstr "Geben Sie hier den Text ein, den Sie als Hinweistext überhalb des \"Kaufen\" - Buttons darstellen möchten. Nutzen Sie die Platzhalter {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} um die jeweiligen Links zu den Seiten einzufügen."
537
 
538
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:453
539
  #@ woocommerce-germanized
540
  msgid "With your order, you agree to have read and understood our {term_link}Terms and Conditions{/term_link} and your {revocation_link}Right of Recission{/revocation_link}."
541
  msgstr "Mit Ihrer Bestellung erklären Sie sich mit unseren {term_link}Allgemeinen Geschäftsbedingungen{/term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link} einverstanden."
542
 
543
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:460
544
  #@ woocommerce-germanized
545
  msgid "Legal Text Error"
546
  msgstr "Fehlermeldung der Checkbox"
547
 
548
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:461
549
  #@ woocommerce-germanized
550
  msgid "If you have chosen to use checkbox validation please choose a error message which will be shown if the user doesn't check checkbox. Use {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link} as Placeholders for the links to legal pages."
551
  msgstr "Falls Sie sich dazu entschieden haben, eine Checkbox zu nutzen, können Sie hier die Fehlermeldung eingeben, die angezeigt wird, wenn ein Benutzer die Checkbox nicht aktiviert hat. Nutzen Sie die Platzhalter um Links zu den jeweiligen Hinweisseiten einzufügen: {term_link}{/term_link}, {data_security_link}{/data_security_link}, {revocation_link}{/revocation_link}"
552
 
553
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:463
554
  #@ woocommerce-germanized
555
  msgid "To finish the order you have to accept to our {term_link}Terms and Conditions{/term_link} and {revocation_link}Right of Recission{/revocation_link}."
556
  msgstr "Bitte akzeptieren Sie unsere {term_link}Allgemeinen Geschäftsbedingungen{/term_link} und {revocation_link}Widerrufsbestimmungen{/revocation_link}."
557
 
558
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:480
559
  #@ woocommerce-germanized
560
  msgid "Order Success Text"
561
  msgstr "Bestellung eingegangen"
562
 
563
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:481
564
  #@ woocommerce-germanized
565
  msgid "Choose a custom text to display on order success page."
566
  msgstr "Hier können Sie einen individuellen kurzen Text eingeben, der nach der Bestellung ausgegeben wird."
567
 
568
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:489
569
  #@ woocommerce-germanized
570
  msgid "Order Success Data"
571
  msgstr "Bestellbestätigungs-Daten"
572
 
573
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:490
574
  #@ woocommerce-germanized
575
  msgid "Hide product table and customer data on order success page"
576
  msgstr "Zusätzliche Produktdetails (Tabelle, Kundeninformationen) von der Bestellbestätigungs-Seite entfernen"
639
  msgid "Thank you. We have received your Revocation Request. You will receive a conformation email within a few minutes."
640
  msgstr "Vielen Dank. Wir haben Ihre Widerruf erhalten. Sie bekommen in Kürze eine E-Mail mit Ihre Daten als Bestätigung."
641
 
642
+ #: includes/class-wc-gzd-checkout.php:42
643
+ #: includes/class-wc-gzd-checkout.php:53
644
  #: includes/widgets/class-wc-gzd-widget-trusted-shops-reviews.php:26
645
  #: includes/widgets/class-wc-gzd-widget-trusted-shops-rich-snippets.php:26
646
  #@ woocommerce-germanized
648
  msgid "Title"
649
  msgstr "Anrede"
650
 
651
+ #: includes/class-wc-gzd-checkout.php:43
652
+ #: includes/class-wc-gzd-checkout.php:51
653
  #@ woocommerce-germanized
654
  msgid "Sir"
655
  msgstr "Herr"
656
 
657
+ #: includes/class-wc-gzd-checkout.php:43
658
+ #: includes/class-wc-gzd-checkout.php:51
659
  #@ woocommerce-germanized
660
  msgid "Madam"
661
  msgstr "Frau"
665
  msgid "eKomi Customer"
666
  msgstr "eKomi Kundenbewertung"
667
 
668
+ #: includes/class-wc-gzd-ekomi.php:312
669
  #@ woocommerce-germanized
670
  msgctxt "ekomi"
671
  msgid "Ekomi Integration"
672
  msgstr "eKomi Integration"
673
 
674
+ #: includes/class-wc-gzd-ekomi.php:315
675
  #@ woocommerce-germanized
676
  msgctxt "ekomi"
677
  msgid "Shop ID"
678
  msgstr "Shop ID"
679
 
680
+ #: includes/class-wc-gzd-ekomi.php:316
681
  #@ woocommerce-germanized
682
  msgctxt "ekomi"
683
  msgid "Insert your Shop ID here."
684
  msgstr "Fügen Sie hier ihre Shop ID ein."
685
 
686
+ #: includes/class-wc-gzd-ekomi.php:324
687
  #@ woocommerce-germanized
688
  msgctxt "ekomi"
689
  msgid "Link to Certificate"
690
  msgstr "Link zum Shop-Zertifikat"
691
 
692
+ #: includes/class-wc-gzd-ekomi.php:325
693
  #@ woocommerce-germanized
694
  msgctxt "ekomi"
695
  msgid "Insert the link to your Certificate"
696
  msgstr "Fügen Sie hier den Link zu Ihrem Shop-Zertifikat ein"
697
 
698
+ #: includes/class-wc-gzd-ekomi.php:333
699
  #@ woocommerce-germanized
700
  msgctxt "ekomi"
701
  msgid "Partner ID"
702
  msgstr "Partner ID"
703
 
704
+ #: includes/class-wc-gzd-ekomi.php:334
705
  #@ woocommerce-germanized
706
  msgctxt "ekomi"
707
  msgid "Insert your Partner ID here (you may find that ID on your certificate website)"
708
  msgstr "Fügen Sie hier Ihre Partner ID ein (diese ID finden Sie z.B. auf Ihrer Zertifikat-Seite)"
709
 
710
+ #: includes/class-wc-gzd-ekomi.php:342
711
  #@ woocommerce-germanized
712
  msgctxt "ekomi"
713
  msgid "Interface ID"
714
  msgstr "Interface ID"
715
 
716
+ #: includes/class-wc-gzd-ekomi.php:343
717
  #@ woocommerce-germanized
718
  msgctxt "ekomi"
719
  msgid "Insert your Interface ID here."
720
  msgstr "Fügen Sie hier Ihre Interface ID ein (diese Daten finden Sie im eKomi Kundenbereich)"
721
 
722
+ #: includes/class-wc-gzd-ekomi.php:351
723
  #@ woocommerce-germanized
724
  msgctxt "ekomi"
725
  msgid "Interface Password"
726
  msgstr "Interface Password"
727
 
728
+ #: includes/class-wc-gzd-ekomi.php:352
729
  #@ woocommerce-germanized
730
  msgctxt "ekomi"
731
  msgid "Insert your Interface Password here."
732
  msgstr "Fügen Sie hier Ihr Interface Passwort ein (diese Daten finden Sie im eKomi Kundenbereich)"
733
 
734
+ #: includes/class-wc-gzd-ekomi.php:360
735
  #@ woocommerce-germanized
736
  msgctxt "ekomi"
737
  msgid "Days until Email"
738
  msgstr "Tage bis E-Mail Erinnerung"
739
 
740
+ #: includes/class-wc-gzd-ekomi.php:361
741
  #@ woocommerce-germanized
742
  msgctxt "ekomi"
743
  msgid "Number of days between an order being marked as completed and review email to customer."
755
  msgid "Please install <a href=\"%s\" target=\"_blank\">WooCommerce</a> before installing WooCommerce Germanized. Thank you!"
756
  msgstr "Bitte installieren Sie <a href=\"%s\" target=\"_blank\">WooCommerce</a> bevor Sie WooCommerce Germanized installieren. Vielen Dank!"
757
 
758
+ #: includes/class-wc-gzd-install.php:312
759
  #@ woocommerce-germanized
760
  msgctxt "Page slug"
761
  msgid "data-security"
762
  msgstr "datenschutzbelehrung"
763
 
764
+ #: includes/class-wc-gzd-install.php:313
765
  #@ woocommerce-germanized
766
  msgctxt "Page title"
767
  msgid "Data Security Statement"
768
  msgstr "Datenschutzbelehrung"
769
 
770
+ #: includes/class-wc-gzd-install.php:317
771
  #@ woocommerce-germanized
772
  msgctxt "Page slug"
773
  msgid "imprint"
774
  msgstr "impressum"
775
 
776
+ #: includes/class-wc-gzd-install.php:318
777
  #@ woocommerce-germanized
778
  msgctxt "Page title"
779
  msgid "Imprint"
780
  msgstr "Impressum"
781
 
782
+ #: includes/class-wc-gzd-install.php:322
783
  #@ woocommerce-germanized
784
  msgctxt "Page slug"
785
  msgid "terms"
786
  msgstr "agb"
787
 
788
+ #: includes/class-wc-gzd-install.php:323
789
  #@ woocommerce-germanized
790
  msgctxt "Page title"
791
  msgid "Terms & Conditions"
792
  msgstr "AGB"
793
 
794
+ #: includes/class-wc-gzd-install.php:327
795
  #@ woocommerce-germanized
796
  msgctxt "Page slug"
797
  msgid "revocation"
798
  msgstr "widerrufsbelehrung"
799
 
800
+ #: includes/class-wc-gzd-install.php:328
801
  #@ woocommerce-germanized
802
  msgctxt "Page title"
803
  msgid "Power of Revocation"
804
  msgstr "Widerrufsbelehrung"
805
 
806
+ #: includes/class-wc-gzd-install.php:337
807
  #@ woocommerce-germanized
808
  msgctxt "Page slug"
809
  msgid "payment-methods"
810
  msgstr "bezahlmoeglichkeiten"
811
 
812
+ #: includes/class-wc-gzd-install.php:338
813
  #@ woocommerce-germanized
814
  msgctxt "Page title"
815
  msgid "Payment Methods"
816
  msgstr "Zahlungsmethoden"
817
 
818
+ #: includes/class-wc-gzd-install.php:332
819
  #@ woocommerce-germanized
820
  msgctxt "Page slug"
821
  msgid "shipping-methods"
822
  msgstr "versandmethoden"
823
 
824
+ #: includes/class-wc-gzd-install.php:333
825
  #@ woocommerce-germanized
826
  msgctxt "Page title"
827
  msgid "Shipping Methods"
1012
  msgid "Financing"
1013
  msgstr "Finanzierung"
1014
 
1015
+ #: includes/class-wc-gzd-trusted-shops.php:219
1016
  #, php-format
1017
  #@ woocommerce-germanized
1018
  msgctxt "trusted-shops"
1019
  msgid "Rated %s out of %s"
1020
  msgstr "Bewertet mit %s von %s"
1021
 
1022
+ #: includes/class-wc-gzd-trusted-shops.php:221
1023
  #, php-format
1024
  #@ woocommerce-germanized
1025
  msgctxt "trusted-shops"
1026
  msgid "out of %s"
1027
  msgstr "von %s"
1028
 
1029
+ #: includes/class-wc-gzd-trusted-shops.php:352
1030
  #@ woocommerce-germanized
1031
  msgctxt "trusted-shops"
1032
  msgid "Trusted Shops Integration"
1033
  msgstr "Trusted Shops Integration"
1034
 
1035
+ #: includes/class-wc-gzd-trusted-shops.php:448
1036
  #, php-format
1037
  #@ woocommerce-germanized
1038
  msgctxt "trusted-shops"
1131
  msgid "Choose a Payment Gateway"
1132
  msgstr "Zahlungsmethode auswählen"
1133
 
1134
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:473
1135
  #: includes/wc-gzd-cart-functions.php:104
1136
  #@ woocommerce-germanized
1137
  msgid "I want immediate access to the digital content and I acknowledge that thereby I lose my right to cancel once the service has begun."
1360
  msgid "Pay for order"
1361
  msgstr ""
1362
 
1363
+ #: includes/class-wc-gzd-trusted-shops.php:218
1364
  #, php-format
1365
  #@ woocommerce-germanized
1366
  msgctxt "trusted-shops"
1367
  msgid "%s ratings"
1368
  msgstr "Bewertungen von %s"
1369
 
1370
+ #: includes/class-wc-gzd-trusted-shops.php:240
1371
  #@ woocommerce-germanized
1372
  msgctxt "trusted-shops"
1373
  msgid "Show customer reviews"
1374
  msgstr "Kundenmeinungen ansehen"
1375
 
1376
+ #: includes/class-wc-gzd-trusted-shops.php:290
1377
  #@ woocommerce-germanized
1378
  msgctxt "trusted-shops"
1379
  msgid "Trusted Shops Customer Reviews"
1380
  msgstr "Trusted Shops Kundenbewertungen"
1381
 
1382
+ #: includes/class-wc-gzd-trusted-shops.php:355
1383
  #@ woocommerce-germanized
1384
  msgctxt "trusted-shops"
1385
  msgid "TS-ID"
1386
  msgstr "TS-ID"
1387
 
1388
+ #: includes/class-wc-gzd-trusted-shops.php:356
1389
  #@ woocommerce-germanized
1390
  msgctxt "trusted-shops"
1391
  msgid "Insert your Trusted Shops ID here."
1392
  msgstr "Füge hier deine Trusted Shops ID ein."
1393
 
1394
+ #: includes/class-wc-gzd-trusted-shops.php:365
1395
  #@ woocommerce-germanized
1396
  msgctxt "trusted-shops"
1397
  msgid "Configure the Trustbadge for your shop"
1398
  msgstr "Konfiguriere dein Trustbadge"
1399
 
1400
+ #: includes/class-wc-gzd-trusted-shops.php:365
1401
  #, php-format
1402
  #@ woocommerce-germanized
1403
  msgctxt "trusted-shops"
1404
  msgid "You'll find a step-by-step instruction for your shopsoftware in our integration center. <a href=\"%s\" target=\"_blank\">Click here</a>"
1405
  msgstr "In unserem Integration Center findest du eine Schritt-für-Schritt Anleitung. Klicke <a href=\"%s\" target=\"_blank\">hier</a>."
1406
 
1407
+ #: includes/class-wc-gzd-trusted-shops.php:368
1408
  #@ woocommerce-germanized
1409
  msgctxt "trusted-shops"
1410
  msgid "Trustbadge code"
1411
  msgstr "Trustbadge Code"
1412
 
1413
+ #: includes/class-wc-gzd-trusted-shops.php:371
1414
  #@ woocommerce-germanized
1415
  msgctxt "trusted-shops"
1416
  msgid "Fill in your trustbadge code here"
1417
  msgstr "Trustbadge Code hier einfügen"
1418
 
1419
+ #: includes/class-wc-gzd-trusted-shops.php:371
1420
  #@ woocommerce-germanized
1421
  msgctxt "trusted-shops"
1422
  msgid "If no further steps were required in the integration center, the Trustbadge is already displayed in your shop."
1423
  msgstr "Sofern keine weiteren Installationsschritte im Integration Center beschrieben wurden, wird das Trustbadge jetzt im Frontend deines Shops angezeigt."
1424
 
1425
+ #: includes/class-wc-gzd-trusted-shops.php:378
1426
  #@ woocommerce-germanized
1427
  msgctxt "trusted-shops"
1428
  msgid "Configure Customer Reviews"
1429
  msgstr "Kundenbewertungen konfigurieren"
1430
 
1431
+ #: includes/class-wc-gzd-trusted-shops.php:381
1432
  #@ woocommerce-germanized
1433
  msgctxt "trusted-shops"
1434
  msgid "Enable Review Widget"
1435
  msgstr "Kundenbewertungswidget aktiveren"
1436
 
1437
+ #: includes/class-wc-gzd-trusted-shops.php:382
1438
  #, php-format
1439
  #@ woocommerce-germanized
1440
  msgctxt "trusted-shops"
1441
  msgid "This option will enable a Widget which shows your Trusted Shops Reviews as a graphic. You may configure your Widgets <a href=\"%s\">here</a>."
1442
  msgstr "Diese Option aktiviert ein Widget, mit dem du das Trusted Shops Review Widget in deinem Shop platzieren kannst. <a href=\"%s\">Hier</a> kannst du deine Widgets zuweisen."
1443
 
1444
+ #: includes/class-wc-gzd-trusted-shops.php:390
1445
  #@ woocommerce-germanized
1446
  msgctxt "trusted-shops"
1447
  msgid "Enable Rich Snippets for Google"
1448
  msgstr "Rich Snippets Anzeige in Google aktivieren"
1449
 
1450
+ #: includes/class-wc-gzd-trusted-shops.php:391
1451
  #@ woocommerce-germanized
1452
  msgctxt "trusted-shops"
1453
  msgid "This option will update your reviews received via Trusted Shops once per day and enables a Widget to show your reviews as Rich Snippets."
1454
  msgstr "Diese Option bewirkt, dass deine über Trusted Shops empfangenen Bewertungen als Rich Snippets im Shop als Widget verfügbar sind. "
1455
 
1456
+ #: includes/class-wc-gzd-trusted-shops.php:418
1457
  #@ woocommerce-germanized
1458
  msgctxt "trusted-shops"
1459
  msgid "Assign payment methods"
1460
  msgstr "Zahlungsmethoden zuweisen"
1461
 
1462
+ #: includes/class-wc-gzd-trusted-shops.php:467
1463
  #@ woocommerce-germanized
1464
  msgctxt "trusted-shops"
1465
  msgid "About Trusted Shops"
1483
  msgid "Trusted Shops Rich Snippets"
1484
  msgstr "Trusted Shops Rich Snippets"
1485
 
1486
+ #: includes/class-wc-gzd-trusted-shops.php:226
1487
  #, php-format
1488
  #@ woocommerce-germanized
1489
  msgctxt "trusted-shops"
1490
  msgid "%s of %s based on %s <a href=\"%s\" target=\"_blank\">ratings</a>."
1491
  msgstr "%s von %s basierend auf %s <a href=\"%s\" target=\"_blank\">Bewertungen</a>."
1492
 
1493
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:433
1494
  #@ woocommerce-germanized
1495
  msgid "Checkout Table Color"
1496
  msgstr "Hintergrundfarbe der Tabelle"
1497
 
1498
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:435
1499
  #@ woocommerce-germanized
1500
  msgid "Choose the color of your checkout product table. This table should be highlighted within your checkout page."
1501
  msgstr "Wähle die Farbe des Hintergrundes deiner Produkt-Tabelle im Checkout. Die Tabelle sollte sich farblich vom Rest des Inhalts abheben."
1540
  msgid "Check if fee is taxable."
1541
  msgstr "MwSt.-Berechnung für Gebühr aktivieren."
1542
 
1543
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:470
1544
  #@ woocommerce-germanized
1545
  msgid "Legal Digital Text"
1546
  msgstr "Hinweis Digital"
1547
 
1548
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:471
1549
  #@ woocommerce-germanized
1550
  msgid "Choose a Plain Text which will be shown right above checkout submit button if a user has picked a digital product. See legal text option for possible placeholders."
1551
  msgstr "Passen Sie hier optional den Hinweistext an, der angezeigt wird, wenn ein Kunde ein digitales Produkt im Warenkorb hat. Sie können hier die gleichen Platzhalter verwenden wie beim Rechtlichen Hinweistext"
1552
 
1553
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:316
1554
  #@ woocommerce-germanized
1555
  msgid "Link to Details"
1556
  msgstr "Verlinkung zu Produktdetails"
1557
 
1558
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:317
1559
  #@ woocommerce-germanized
1560
  msgid "Want to link to product details page instead of add to cart within listings?"
1561
  msgstr "Anstatt des zum Warenkorb Buttons einen Button zur Produktdetail-Seite einfügen?"
1562
 
1563
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:321
1564
  #@ woocommerce-germanized
1565
  msgid "Decide whether you like to link to your product's details page instead of displaying an add to cart button within product listings."
1566
  msgstr "Wenn du lieber einen Link zu deiner Produktseite anstatt eines zum Warenkorb Buttons innerhalb von Produktauflistungen haben möchtest, dann setze einfach diese Option."
1567
 
1568
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:325
1569
  #@ woocommerce-germanized
1570
  msgid "Product Details Text"
1571
  msgstr "Produktdetails Text"
1572
 
1573
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:327
1574
  #@ woocommerce-germanized
1575
  msgid "Details"
1576
  msgstr "Details"
1577
 
1578
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:329
1579
  #@ woocommerce-germanized
1580
  msgid "If you have chosen to link to product details page instead of add to cart URL you may want to change the button text."
1581
  msgstr "Wenn du dich dazu entschlossen hast, lieber auf die Produktseite zu verlinken anstatt den zum Warenkorb Button einzublenden, kannst du hier einen Button-Text vergeben."
1582
 
1583
+ #: includes/class-wc-gzd-trusted-shops.php:399
1584
  #@ woocommerce-germanized
1585
  msgctxt "trusted-shops"
1586
  msgid "Enable Review Reminder"
1587
  msgstr "Bewertungserinnerung aktivieren"
1588
 
1589
+ #: includes/class-wc-gzd-trusted-shops.php:400
1590
  #@ woocommerce-germanized
1591
  msgctxt "trusted-shops"
1592
  msgid "This option will enable a one-time email review reminder being sent to your customer."
1593
  msgstr "Diese Option sendet eine einmalige E-Mail Erinnerung bzgl. der Abgabe einer Bewertung über Trusted Shops an den Kunden."
1594
 
1595
+ #: includes/class-wc-gzd-trusted-shops.php:408
1596
  #@ woocommerce-germanized
1597
  msgctxt "trusted-shops"
1598
  msgid "Days until reminder"
1599
  msgstr "Tage bis zur Erinnerung"
1600
 
1601
+ #: includes/class-wc-gzd-trusted-shops.php:409
1602
  #@ woocommerce-germanized
1603
  msgctxt "trusted-shops"
1604
  msgid "Decide how many days after an order the email review reminder will be sent."
1674
  msgid "Found Bugs?"
1675
  msgstr "Bugs oder Wünsche melden"
1676
 
1677
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:421
1678
  #@ woocommerce-germanized
1679
  msgid "Shipping Costs for Virtual"
1680
  msgstr "Versandkosten für virtuelle Produkte"
1681
 
1682
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:422
1683
  #@ woocommerce-germanized
1684
  msgid "Select this option if you want to display shipping costs notice for virtual products."
1685
  msgstr "Setze diese Option, falls du für virtuelle Produkte auch einen Versandkosten-Hinweis anzeigen möchtest."
1694
  msgid "excl. VAT"
1695
  msgstr "exkl. MwSt."
1696
 
1697
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:284
1698
  #@ woocommerce-germanized
1699
  msgid "Virtual VAT"
1700
  msgstr "USt. Änderung 2015"
1701
 
1702
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:287
1703
  #@ woocommerce-germanized
1704
  msgid "Enable Virtual VAT"
1705
  msgstr "USt. Anpassung aktivieren"
1706
 
1707
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:288
1708
  #@ woocommerce-germanized
1709
  msgid "Enable if you want to charge your customer's countries' VAT for virtual products."
1710
  msgstr "Aktiviere diese Option um für virtuelle Produkte den USt.-Satz des Dienstleistungsempfängers zu berechnen."
1711
 
1712
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:292
1713
  #, php-format
1714
  #@ woocommerce-germanized
1715
  msgid "New EU VAT rule applies on 01.01.2015. Make sure that every digital or virtual product has chosen the right tax class (Virtual Rate or Virtual Reduced Rate). Gross prices will not differ from the prices you have chosen for affected products. In fact the net price will differ depending on the VAT rate of your customers' country. Shop settings will be adjusted to show prices including tax. More information can be found <a href=\"%s\" target=\"_blank\">here</a>."
1742
  msgid "Update WooCommerce Germanized"
1743
  msgstr "WooCommerce Germanized aktualisieren"
1744
 
1745
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:215
1746
  #@ woocommerce-germanized
1747
  msgid "Unit Price Text"
1748
  msgstr "Einheitspreis Text"
1749
 
1750
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:216
1751
  #@ woocommerce-germanized
1752
  msgid "This text will be used to display the unit price. Use {price} to insert the price."
1753
  msgstr "Dieser Text wird verwendet um den Einheitspreis darzustellen. Nutze {price} als Platzhalter für den eigentlichen Preis."
1754
 
1755
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:221
1756
  #@ woocommerce-germanized
1757
  msgid "{price}"
1758
  msgstr "{price}"
1759
 
1760
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:602
1761
  #@ woocommerce-germanized
1762
  msgid "Sorry, but the new Virtual VAT rules cannot be applied to small business."
1763
  msgstr "Sorry aber die neuen USt-Regelungen für virtuelle Produkte lassen sich leider nicht mit dem Kleinunternehmer vereinbaren. Bitte kontaktiere deinen Steuerberater für weitere Informationen."
1764
 
1765
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:104
1766
+ #@ woocommerce-germanized
1767
+ msgid "Add title field"
1768
+ msgstr "Anrede im Checkout"
1769
+
1770
+ #: includes/admin/settings/class-wc-gzd-settings-germanized.php:105
1771
+ #@ woocommerce-germanized
1772
+ msgid "Add a title field to the address within checkout?"
1773
+ msgstr "Fügt ein Feld \"Anrede\" im Checkout hinzu."
1774
+
1775
  #. translators: plugin header field 'Version'
1776
  #: woocommerce-germanized.php:0
1777
  #@ woocommerce-germanized
1778
+ msgid "1.0.5"
1779
+ msgstr "1.0.5"
1780
 
includes/abstracts/abstract-wc-gzd-product.php CHANGED
@@ -40,7 +40,7 @@ class WC_GZD_Product extends WC_Product {
40
  public function __get( $key ) {
41
  $value = parent::__get( $key );
42
  if ( $key == 'delivery_time' ) {
43
- $value = get_the_terms( $this->post->ID, 'product_delivery_time' );
44
  if ( $this->child->product_type == 'variation' )
45
  $value = $this->child->$key;
46
  if ( is_array( $value ) ) {
40
  public function __get( $key ) {
41
  $value = parent::__get( $key );
42
  if ( $key == 'delivery_time' ) {
43
+ $value = get_the_terms( $this->id, 'product_delivery_time' );
44
  if ( $this->child->product_type == 'variation' )
45
  $value = $this->child->$key;
46
  if ( is_array( $value ) ) {
includes/admin/settings/class-wc-gzd-settings-germanized.php CHANGED
@@ -26,6 +26,9 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
26
  add_action( 'woocommerce_sections_' . $this->id, array( $this, 'output_sections' ) );
27
  add_action( 'woocommerce_settings_' . $this->id, array( $this, 'output' ) );
28
  add_action( 'woocommerce_settings_save_' . $this->id, array( $this, 'save' ) );
 
 
 
29
 
30
  }
31
 
@@ -33,12 +36,10 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
33
  * Gets setting sections
34
  */
35
  public function get_sections() {
36
- $sections = array(
37
  '' => __( 'General Options', 'woocommerce-germanized' ),
38
  'display' => __( 'Display Options', 'woocommerce-germanized' ),
39
- 'trusted_shops' => _x( 'Trusted Shops Options', 'trusted-shops', 'woocommerce-germanized' ),
40
- 'ekomi' => _x( 'eKomi Options', 'ekomi', 'woocommerce-germanized' ),
41
- );
42
  return $sections;
43
  }
44
 
@@ -99,6 +100,14 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
99
  'default' => 'no',
100
  ),
101
 
 
 
 
 
 
 
 
 
102
  array( 'type' => 'sectionend', 'id' => 'general_options' ),
103
 
104
  array( 'title' => __( 'Legal Pages', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'legal_pages_options' ),
@@ -492,23 +501,24 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
492
 
493
  public function output() {
494
  global $current_section;
 
495
  $sidebar = $this->get_sidebar();
496
- if ( $current_section ) {
497
- if ( $current_section == 'trusted_shops' ) {
498
- $settings = WC_germanized()->trusted_shops->get_settings();
499
- $sidebar = WC_germanized()->trusted_shops->get_sidebar();
 
 
 
500
  }
501
- else if ( $current_section == 'ekomi' )
502
- $settings = WC_germanized()->ekomi->get_settings();
503
- else if ( $current_section == 'display' )
504
- $settings = $this->get_display_settings();
505
- } else {
506
- $settings = $this->get_settings();
507
  }
508
- echo '<div class="wc-gzd-admin-settings">';
509
- WC_Admin_Settings::output_fields( $settings );
510
- echo '</div>';
511
- echo $sidebar;
 
 
 
512
  }
513
 
514
  public function get_sidebar() {
@@ -535,20 +545,26 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
535
 
536
  global $current_section;
537
 
538
- if ( $current_section ) {
539
- if ( $current_section == 'trusted_shops' )
540
- $settings = WC_germanized()->trusted_shops->get_settings();
541
- else if ( $current_section == 'ekomi' )
542
- $settings = WC_germanized()->ekomi->get_settings();
543
- else if ( $current_section == 'display' )
544
- $settings = $this->get_display_settings();
545
- } else {
546
- $settings = $this->get_settings();
547
  }
 
 
 
 
548
 
549
- $update_rich_snippets = false;
550
- $update_reviews = false;
 
 
551
 
 
552
  if ( !empty( $settings ) ) {
553
  foreach ( $settings as $setting ) {
554
  if ( $setting[ 'id' ] == 'woocommerce_gzd_small_enterprise' ) {
@@ -564,12 +580,6 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
564
  update_option( 'woocommerce_calc_taxes', 'yes' );
565
  update_option( 'woocommerce_prices_include_tax', 'yes' );
566
  }
567
- } else if ( $setting[ 'id' ] == 'woocommerce_gzd_trusted_shops_review_widget_enable' ) {
568
- if ( ! empty( $_POST[ 'woocommerce_gzd_trusted_shops_review_widget_enable' ] ) && ! WC_germanized()->trusted_shops->is_review_widget_enabled() )
569
- $update_reviews = true;
570
- } else if ( $setting[ 'id' ] == 'woocommerce_gzd_trusted_shops_rich_snippets_enable' ) {
571
- if ( ! empty( $_POST[ 'woocommerce_gzd_trusted_shops_rich_snippets_enable' ] ) && ! WC_germanized()->trusted_shops->is_rich_snippets_enabled() )
572
- $update_rich_snippets = true;
573
  } else if ( $setting[ 'id' ] == 'woocommerce_gzd_enable_virtual_vat' ) {
574
  if ( get_option( 'woocommerce_gzd_enable_virtual_vat' ) != 'yes' && ! empty( $_POST[ 'woocommerce_gzd_enable_virtual_vat' ] ) ) {
575
  if ( ! empty( $_POST[ 'woocommerce_gzd_small_enterprise' ] ) )
@@ -584,22 +594,13 @@ class WC_GZD_Settings_Germanized extends WC_Settings_Page {
584
  }
585
  }
586
  }
 
587
 
588
- WC_Admin_Settings::save_fields( $settings );
589
-
590
  if ( ! empty( $_POST[ 'woocommerce_gzd_small_enterprise' ] ) && ! empty( $_POST[ 'woocommerce_gzd_enable_virtual_vat' ] ) ) {
591
  update_option( 'woocommerce_gzd_enable_virtual_vat', 'no' );
592
  WC_Admin_Settings::add_error( __( 'Sorry, but the new Virtual VAT rules cannot be applied to small business.', 'woocommerce-germanized' ) );
593
  }
594
-
595
- // Trusted Shops API
596
- if ( $update_rich_snippets || $update_reviews ) {
597
- $trusted_shops = new WC_GZD_Trusted_Shops();
598
- if ( $update_rich_snippets )
599
- $trusted_shops->update_reviews();
600
- if ( $update_reviews )
601
- $trusted_shops->update_review_widget();
602
- }
603
  }
604
 
605
  }
26
  add_action( 'woocommerce_sections_' . $this->id, array( $this, 'output_sections' ) );
27
  add_action( 'woocommerce_settings_' . $this->id, array( $this, 'output' ) );
28
  add_action( 'woocommerce_settings_save_' . $this->id, array( $this, 'save' ) );
29
+ add_filter( 'woocommerce_gzd_get_settings_display', array( $this, 'get_display_settings' ) );
30
+ add_action( 'woocommerce_gzd_before_save_section_', array( $this, 'before_save' ), 0, 1 );
31
+ add_action( 'woocommerce_gzd_after_save_section_', array( $this, 'after_save' ), 0, 1 );
32
 
33
  }
34
 
36
  * Gets setting sections
37
  */
38
  public function get_sections() {
39
+ $sections = apply_filters( 'woocommerce_gzd_settings_sections', array(
40
  '' => __( 'General Options', 'woocommerce-germanized' ),
41
  'display' => __( 'Display Options', 'woocommerce-germanized' ),
42
+ ) );
 
 
43
  return $sections;
44
  }
45
 
100
  'default' => 'no',
101
  ),
102
 
103
+ array(
104
+ 'title' => __( 'Add title field', 'woocommerce-germanized' ),
105
+ 'desc' => __( 'Add a title field to the address within checkout?', 'woocommerce-germanized' ),
106
+ 'id' => 'woocommerce_gzd_checkout_address_field',
107
+ 'type' => 'checkbox',
108
+ 'default' => 'yes',
109
+ ),
110
+
111
  array( 'type' => 'sectionend', 'id' => 'general_options' ),
112
 
113
  array( 'title' => __( 'Legal Pages', 'woocommerce-germanized' ), 'type' => 'title', 'id' => 'legal_pages_options' ),
501
 
502
  public function output() {
503
  global $current_section;
504
+ $settings = $this->get_settings();
505
  $sidebar = $this->get_sidebar();
506
+
507
+ if ( $this->get_sections() ) {
508
+ foreach ( $this->get_sections() as $section => $name ) {
509
+ if ( $section == $current_section ) {
510
+ $settings = apply_filters( 'woocommerce_gzd_get_settings_' . $section, $this->get_settings() );
511
+ $sidebar = apply_filters( 'woocommerce_gzd_get_sidebar_' . $section, $this->get_sidebar() );
512
+ }
513
  }
 
 
 
 
 
 
514
  }
515
+
516
+ ?>
517
+ <div class="wc-gzd-admin-settings">
518
+ <?php WC_Admin_Settings::output_fields( $settings ); ?>
519
+ </div>
520
+ <?php echo $sidebar; ?>
521
+ <?php
522
  }
523
 
524
  public function get_sidebar() {
545
 
546
  global $current_section;
547
 
548
+ $settings = array();
549
+
550
+ if ( $this->get_sections() ) {
551
+ foreach ( $this->get_sections() as $section => $name ) {
552
+ if ( $section == $current_section ) {
553
+ $settings = apply_filters( 'woocommerce_gzd_get_settings_' . $section, $this->get_settings() );
554
+ }
555
+ }
 
556
  }
557
+ if ( empty( $settings ) )
558
+ return;
559
+
560
+ do_action( 'woocommerce_gzd_before_save_section_' . $current_section, $settings );
561
 
562
+ WC_Admin_Settings::save_fields( $settings );
563
+
564
+ do_action( 'woocommerce_gzd_after_save_section_' . $current_section, $settings );
565
+ }
566
 
567
+ public function before_save( $settings ) {
568
  if ( !empty( $settings ) ) {
569
  foreach ( $settings as $setting ) {
570
  if ( $setting[ 'id' ] == 'woocommerce_gzd_small_enterprise' ) {
580
  update_option( 'woocommerce_calc_taxes', 'yes' );
581
  update_option( 'woocommerce_prices_include_tax', 'yes' );
582
  }
 
 
 
 
 
 
583
  } else if ( $setting[ 'id' ] == 'woocommerce_gzd_enable_virtual_vat' ) {
584
  if ( get_option( 'woocommerce_gzd_enable_virtual_vat' ) != 'yes' && ! empty( $_POST[ 'woocommerce_gzd_enable_virtual_vat' ] ) ) {
585
  if ( ! empty( $_POST[ 'woocommerce_gzd_small_enterprise' ] ) )
594
  }
595
  }
596
  }
597
+ }
598
 
599
+ public function after_save( $settings ) {
 
600
  if ( ! empty( $_POST[ 'woocommerce_gzd_small_enterprise' ] ) && ! empty( $_POST[ 'woocommerce_gzd_enable_virtual_vat' ] ) ) {
601
  update_option( 'woocommerce_gzd_enable_virtual_vat', 'no' );
602
  WC_Admin_Settings::add_error( __( 'Sorry, but the new Virtual VAT rules cannot be applied to small business.', 'woocommerce-germanized' ) );
603
  }
 
 
 
 
 
 
 
 
 
604
  }
605
 
606
  }
includes/class-wc-gzd-checkout.php CHANGED
@@ -34,14 +34,26 @@ class WC_GZD_Checkout {
34
 
35
  public function __construct() {
36
 
37
- $this->custom_fields[ 'title' ] = array(
38
- 'type' => 'select',
39
- 'required' => 1,
40
- 'label' => __( 'Title', 'woocommerce-germanized' ),
41
- 'options' => array( 1 => __( 'Sir', 'woocommerce-germanized' ), 2 => __( 'Madam', 'woocommerce-germanized' ) ),
42
- 'before' => 'first_name',
43
- 'group' => array( 'billing', 'shipping' ),
44
- );
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
  if ( get_option( 'woocommerce_gzd_checkout_phone_required' ) == 'no' ) {
47
 
@@ -54,14 +66,6 @@ class WC_GZD_Checkout {
54
 
55
  }
56
 
57
- $this->custom_fields_admin[ 'title' ] = array(
58
- 'before' => 'first_name',
59
- 'type' => 'select',
60
- 'options' => array( 1 => __( 'Sir', 'woocommerce-germanized' ), 2 => __( 'Madam', 'woocommerce-germanized' ) ),
61
- 'show' => false,
62
- 'label' => __( 'Title', 'woocommerce-germanized' ),
63
- );
64
-
65
  add_filter( 'woocommerce_billing_fields', array( $this, 'set_custom_fields' ), 0, 1 );
66
  add_filter( 'woocommerce_shipping_fields', array( $this, 'set_custom_fields_shipping' ), 0, 1 );
67
  // Add Fields to Order Edit Page
@@ -75,12 +79,18 @@ class WC_GZD_Checkout {
75
  add_filter( 'woocommerce_formatted_address_replacements', array( $this, 'set_formatted_address' ), 0, 2 );
76
  // Add item desc to order
77
  add_action( 'woocommerce_order_add_product', array( $this, 'set_item_desc_order_meta' ), 0, 5 );
 
78
  }
79
 
80
  public function set_item_desc_order_meta( $order_id, $item_id, $product, $qty, $args ) {
81
  wc_add_order_item_meta( $item_id, '_product_desc', $product->get_mini_desc() );
82
  }
83
 
 
 
 
 
 
84
  public function set_formatted_billing_address( $fields = array(), $order ) {
85
  if ( $order->billing_title )
86
  $fields[ 'title' ] = $this->get_customer_title( $order->billing_title );
@@ -94,7 +104,7 @@ class WC_GZD_Checkout {
94
  }
95
 
96
  public function get_customer_title( $option = 1 ) {
97
- return $this->custom_fields[ 'title' ][ 'options' ][ $option ];
98
  }
99
 
100
  public function set_formatted_address( $placeholder, $args ) {
34
 
35
  public function __construct() {
36
 
37
+ if ( get_option( 'woocommerce_gzd_checkout_address_field' ) == 'yes' ) {
38
+
39
+ $this->custom_fields[ 'title' ] = array(
40
+ 'type' => 'select',
41
+ 'required' => 1,
42
+ 'label' => __( 'Title', 'woocommerce-germanized' ),
43
+ 'options' => array( 1 => __( 'Sir', 'woocommerce-germanized' ), 2 => __( 'Madam', 'woocommerce-germanized' ) ),
44
+ 'before' => 'first_name',
45
+ 'group' => array( 'billing', 'shipping' ),
46
+ );
47
+
48
+ $this->custom_fields_admin[ 'title' ] = array(
49
+ 'before' => 'first_name',
50
+ 'type' => 'select',
51
+ 'options' => array( 1 => __( 'Sir', 'woocommerce-germanized' ), 2 => __( 'Madam', 'woocommerce-germanized' ) ),
52
+ 'show' => false,
53
+ 'label' => __( 'Title', 'woocommerce-germanized' ),
54
+ );
55
+
56
+ }
57
 
58
  if ( get_option( 'woocommerce_gzd_checkout_phone_required' ) == 'no' ) {
59
 
66
 
67
  }
68
 
 
 
 
 
 
 
 
 
69
  add_filter( 'woocommerce_billing_fields', array( $this, 'set_custom_fields' ), 0, 1 );
70
  add_filter( 'woocommerce_shipping_fields', array( $this, 'set_custom_fields_shipping' ), 0, 1 );
71
  // Add Fields to Order Edit Page
79
  add_filter( 'woocommerce_formatted_address_replacements', array( $this, 'set_formatted_address' ), 0, 2 );
80
  // Add item desc to order
81
  add_action( 'woocommerce_order_add_product', array( $this, 'set_item_desc_order_meta' ), 0, 5 );
82
+ add_filter( 'woocommerce_hidden_order_itemmeta', array( $this, 'set_item_desc_order_meta_hidden' ), 0 );
83
  }
84
 
85
  public function set_item_desc_order_meta( $order_id, $item_id, $product, $qty, $args ) {
86
  wc_add_order_item_meta( $item_id, '_product_desc', $product->get_mini_desc() );
87
  }
88
 
89
+ public function set_item_desc_order_meta_hidden( $metas ) {
90
+ array_push( $metas, '_product_desc' );
91
+ return $metas;
92
+ }
93
+
94
  public function set_formatted_billing_address( $fields = array(), $order ) {
95
  if ( $order->billing_title )
96
  $fields[ 'title' ] = $this->get_customer_title( $order->billing_title );
104
  }
105
 
106
  public function get_customer_title( $option = 1 ) {
107
+ return ( isset( $this->custom_fields[ 'title' ][ 'options' ][ $option ] ) ? $this->custom_fields[ 'title' ][ 'options' ][ $option ] : false );
108
  }
109
 
110
  public function set_formatted_address( $placeholder, $args ) {
includes/class-wc-gzd-ekomi.php CHANGED
@@ -37,15 +37,14 @@ class WC_GZD_Ekomi {
37
  public function __construct() {
38
  $this->version = 'cust-1.0.0';
39
  $this->id = $this->shop_id;
40
- if ( ! username_exists( 'ekomi' ) ) {
41
  wp_create_user( __( 'eKomi Customer', 'woocommerce-germanized' ), wp_generate_password(), 'ekomi@loremipsumdolorom.com' );
42
  $this->user = get_user_by( 'email', 'ekomi@loremipsumdolorom.com' );
43
  wp_update_user( array( 'ID' => $this->user->ID, 'role' => 'customer' ) );
44
- } else {
45
- $this->user = get_user_by( 'email', 'ekomi@loremipsumdolorom.com' );
46
  }
47
  // Cronjobs & Hooks
48
  if ( $this->is_enabled() ) {
 
49
  add_action( 'woocommerce_gzd_ekomi', array( $this, 'get_reviews' ) );
50
  add_action( 'woocommerce_gzd_ekomi', array( $this, 'put_products' ) );
51
  add_action( 'woocommerce_gzd_ekomi', array( $this, 'send_mails' ) );
@@ -53,6 +52,9 @@ class WC_GZD_Ekomi {
53
  add_action( 'wp_footer', array( $this, 'add_scripts' ), 10 );
54
  }
55
  //add_action( 'init', array( $this, 'get_reviews' ) );
 
 
 
56
  }
57
 
58
  /**
@@ -369,6 +371,11 @@ class WC_GZD_Ekomi {
369
 
370
  }
371
 
 
 
 
 
 
372
  }
373
 
374
  ?>
37
  public function __construct() {
38
  $this->version = 'cust-1.0.0';
39
  $this->id = $this->shop_id;
40
+ if ( ! username_exists( 'ekomi' ) && $this->is_enabled() ) {
41
  wp_create_user( __( 'eKomi Customer', 'woocommerce-germanized' ), wp_generate_password(), 'ekomi@loremipsumdolorom.com' );
42
  $this->user = get_user_by( 'email', 'ekomi@loremipsumdolorom.com' );
43
  wp_update_user( array( 'ID' => $this->user->ID, 'role' => 'customer' ) );
 
 
44
  }
45
  // Cronjobs & Hooks
46
  if ( $this->is_enabled() ) {
47
+ $this->user = get_user_by( 'email', 'ekomi@loremipsumdolorom.com' );
48
  add_action( 'woocommerce_gzd_ekomi', array( $this, 'get_reviews' ) );
49
  add_action( 'woocommerce_gzd_ekomi', array( $this, 'put_products' ) );
50
  add_action( 'woocommerce_gzd_ekomi', array( $this, 'send_mails' ) );
52
  add_action( 'wp_footer', array( $this, 'add_scripts' ), 10 );
53
  }
54
  //add_action( 'init', array( $this, 'get_reviews' ) );
55
+ // Register sections
56
+ add_filter( 'woocommerce_gzd_settings_sections', array( $this, 'register_section' ), 2 );
57
+ add_filter( 'woocommerce_gzd_get_settings_ekomi', array( $this, 'get_settings' ) );
58
  }
59
 
60
  /**
371
 
372
  }
373
 
374
+ public function register_section( $sections ) {
375
+ $sections[ 'ekomi' ] = _x( 'eKomi Options', 'ekomi', 'woocommerce-germanized' );
376
+ return $sections;
377
+ }
378
+
379
  }
380
 
381
  ?>
includes/class-wc-gzd-emails.php CHANGED
@@ -27,7 +27,10 @@ class WC_GZD_Emails {
27
  );
28
 
29
  // Hook before WooCommerce Footer is applied
30
- add_action( 'woocommerce_email_footer', array( $this, 'add_template_footers' ), -1 );
 
 
 
31
  add_action( 'woocommerce_order_item_name', 'wc_gzd_product_item_desc', 0, 2 );
32
 
33
  $mails = WC()->mailer()->get_emails();
27
  );
28
 
29
  // Hook before WooCommerce Footer is applied
30
+ remove_action( 'woocommerce_email_footer', array( WC()->mailer(), 'email_footer' ) );
31
+ add_action( 'woocommerce_email_footer', array( $this, 'add_template_footers' ), 0 );
32
+ add_action( 'woocommerce_email_footer', array( WC()->mailer(), 'email_footer' ), 1 );
33
+
34
  add_action( 'woocommerce_order_item_name', 'wc_gzd_product_item_desc', 0, 2 );
35
 
36
  $mails = WC()->mailer()->get_emails();
includes/class-wc-gzd-trusted-shops.php CHANGED
@@ -70,6 +70,12 @@ class WC_GZD_Trusted_Shops {
70
  // Add Badge to Footer
71
  if ( $this->is_enabled() && $this->get_badge_js() )
72
  add_action( 'wp_footer', array( $this, 'add_badge' ), 5 );
 
 
 
 
 
 
73
  }
74
 
75
  /**
@@ -461,6 +467,34 @@ class WC_GZD_Trusted_Shops {
461
  return '<div class="wc-gzd-admin-settings-sidebar"><h3>' . _x( 'About Trusted Shops', 'trusted-shops', 'woocommerce-germanized' ) . '</h3><a href="' . $this->get_trusted_url( 'integration/', 'membership' ) . '" target="_blank"><img style="width: 100%; height: auto" src="' . WC_germanized()->plugin_url() . '/assets/images/trusted-shops-b.png" /></a></div>';
462
  }
463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
464
  private function get_trusted_url( $base = 'integration/', $context = 'trustbadge' ) {
465
  $url = 'https://www.trustedshops.com/' . $base . '?shop_id=' . esc_attr( $this->id ) . '&backend_language=' . esc_attr( substr( get_bloginfo( 'language' ), 0, 2) ) . '&shopsw=' . esc_attr( $this->partner_id ) . '&shopsw_version=' . esc_attr( WC_GERMANIZED_VERSION ) . '&plugin_version=' . esc_attr( $this->version ) . 'context=' . esc_attr( $context );
466
  if ( ! empty( $this->et_params ) ) {
70
  // Add Badge to Footer
71
  if ( $this->is_enabled() && $this->get_badge_js() )
72
  add_action( 'wp_footer', array( $this, 'add_badge' ), 5 );
73
+ // Register Section
74
+ add_filter( 'woocommerce_gzd_settings_sections', array( $this, 'register_section' ), 1 );
75
+ add_filter( 'woocommerce_gzd_get_settings_trusted_shops', array( $this, 'get_settings' ) );
76
+ add_filter( 'woocommerce_gzd_get_sidebar_trusted_shops', array( $this, 'get_sidebar' ) );
77
+ add_action( 'woocommerce_gzd_before_save_section_trusted_shops', array( $this, 'before_save' ), 0, 1 );
78
+ add_action( 'woocommerce_gzd_before_save_section_trusted_shops', array( $this, 'after_save' ), 0, 1 );
79
  }
80
 
81
  /**
467
  return '<div class="wc-gzd-admin-settings-sidebar"><h3>' . _x( 'About Trusted Shops', 'trusted-shops', 'woocommerce-germanized' ) . '</h3><a href="' . $this->get_trusted_url( 'integration/', 'membership' ) . '" target="_blank"><img style="width: 100%; height: auto" src="' . WC_germanized()->plugin_url() . '/assets/images/trusted-shops-b.png" /></a></div>';
468
  }
469
 
470
+ public function before_save( $settings ) {
471
+ if ( !empty( $settings ) ) {
472
+ foreach ( $settings as $setting ) {
473
+ if ( $setting[ 'id' ] == 'woocommerce_gzd_trusted_shops_review_widget_enable' ) {
474
+ if ( ! empty( $_POST[ 'woocommerce_gzd_trusted_shops_review_widget_enable' ] ) && ! $this->is_review_widget_enabled() )
475
+ update_option( '_woocommerce_gzd_trusted_shops_update_reviews', 1 );
476
+ } else if ( $setting[ 'id' ] == 'woocommerce_gzd_trusted_shops_rich_snippets_enable' ) {
477
+ if ( ! empty( $_POST[ 'woocommerce_gzd_trusted_shops_rich_snippets_enable' ] ) && ! $this->is_rich_snippets_enabled() )
478
+ update_option( '_woocommerce_gzd_trusted_shops_update_snippets', 1 );
479
+ }
480
+ }
481
+ }
482
+ }
483
+
484
+ public function after_save( $settings ) {
485
+ if ( get_option( '_woocommerce_gzd_trusted_shops_update_reviews' ) )
486
+ $this->update_reviews();
487
+ if ( get_option( '_woocommerce_gzd_trusted_shops_update_snippets' ) )
488
+ $this->update_review_widget();
489
+ delete_option( '_woocommerce_gzd_trusted_shops_update_reviews' );
490
+ delete_option( '_woocommerce_gzd_trusted_shops_update_snippets' );
491
+ }
492
+
493
+ public function register_section( $sections ) {
494
+ $sections[ 'trusted_shops' ] = _x( 'Trusted Shops Options', 'trusted-shops', 'woocommerce-germanized' );
495
+ return $sections;
496
+ }
497
+
498
  private function get_trusted_url( $base = 'integration/', $context = 'trustbadge' ) {
499
  $url = 'https://www.trustedshops.com/' . $base . '?shop_id=' . esc_attr( $this->id ) . '&backend_language=' . esc_attr( substr( get_bloginfo( 'language' ), 0, 2) ) . '&shopsw=' . esc_attr( $this->partner_id ) . '&shopsw_version=' . esc_attr( WC_GERMANIZED_VERSION ) . '&plugin_version=' . esc_attr( $this->version ) . 'context=' . esc_attr( $context );
500
  if ( ! empty( $this->et_params ) ) {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: woocommerce, german market, german, germany, deutsch, deutschland, de, de_
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=info@vendidero.de&item_name=Donation+for+WooCommerce+Germanized
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
- Stable tag: 1.0.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -123,6 +123,11 @@ Bugs sowie Hilfe bei der Arbeit an WooCommerce Germanized werden gerne über uns
123
 
124
  == Changelog ==
125
 
 
 
 
 
 
126
  = 1.0.4 =
127
  * Feature - Applying new VAT rules for selling virtual products to EU countries
128
  * Feature - Added option to set a label for displaying unit price
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=info@vendidero.de&item_name=Donation+for+WooCommerce+Germanized
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
+ Stable tag: 1.0.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
123
 
124
  == Changelog ==
125
 
126
+ = 1.0.5 =
127
+ * Feature - Optionally remove address field from checkout
128
+ * Fix - Shipping time bug within checkout
129
+ * Fix - Better theme compatibility for variations
130
+
131
  = 1.0.4 =
132
  * Feature - Applying new VAT rules for selling virtual products to EU countries
133
  * Feature - Added option to set a label for displaying unit price
woocommerce-germanized.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WooCommerce Germanized
4
  * Plugin URI: http://www.vendidero.de/woocommerce-germanized
5
  * Description: Extends WooCommerce to become a legally compliant store for the german market.
6
- * Version: 1.0.4
7
  * Author: Vendidero
8
  * Author URI: http://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.0.4';
30
 
31
  /**
32
  * Single instance of WooCommerce Germanized Main Class
3
  * Plugin Name: WooCommerce Germanized
4
  * Plugin URI: http://www.vendidero.de/woocommerce-germanized
5
  * Description: Extends WooCommerce to become a legally compliant store for the german market.
6
+ * Version: 1.0.5
7
  * Author: Vendidero
8
  * Author URI: http://vendidero.de
9
  * Requires at least: 3.8
26
  *
27
  * @var string
28
  */
29
+ public $version = '1.0.5';
30
 
31
  /**
32
  * Single instance of WooCommerce Germanized Main Class