WP DSGVO Tools - Version 3.1.11

Version Description

  • added support to embed shortcodes in content-block shortcode like [lw_content_block type="id_here" shortcode="other shortcode here"]
  • fixed slashes at cookie notice images
  • fixed translation bug
  • added the title of the privacy policy to wpml-config to enable translation support via string translations
Download this release

Release Info

Developer legalweb
Plugin Icon 128x128 WP DSGVO Tools
Version 3.1.11
Comparing to
See all releases

Code changes from version 3.1.10 to 3.1.11

README.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: legalweb
3
  Donate link: https://legalweb.io
4
  Tags: gdpr, dsgvo, datenschutz, privacy, privacy policy, imprint, impressum, wordpress, compliance, privacy, woocommerce, law
5
  Requires at least: 3.0.1
6
- Tested up to: 5.5.0
7
- Stable tag: 3.1.10
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -203,6 +203,12 @@ Just install via wordpress plugin feature or upload zip and activate it.
203
 
204
 
205
  == Changelog ==
 
 
 
 
 
 
206
  = 3.1.10 =
207
  * fixed cronjob of delete requests
208
  * bugfixes with dynamic blocking of content
3
  Donate link: https://legalweb.io
4
  Tags: gdpr, dsgvo, datenschutz, privacy, privacy policy, imprint, impressum, wordpress, compliance, privacy, woocommerce, law
5
  Requires at least: 3.0.1
6
+ Tested up to: 5.5.2
7
+ Stable tag: 3.1.11
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
203
 
204
 
205
  == Changelog ==
206
+ = 3.1.11 =
207
+ * added support to embed shortcodes in content-block shortcode like [lw_content_block type="id_here" shortcode="other shortcode here"]
208
+ * fixed slashes at cookie notice images
209
+ * fixed translation bug
210
+ * added the title of the privacy policy to wpml-config to enable translation support via string translations
211
+
212
  = 3.1.10 =
213
  * fixed cronjob of delete requests
214
  * bugfixes with dynamic blocking of content
admin/base.php CHANGED
@@ -42,6 +42,15 @@
42
  ?>
43
  </div>
44
  <div class="col-12 col-sm-12 col-md-12 col-lg-3 sp-dsgvo-side-container">
 
 
 
 
 
 
 
 
 
45
  <div class="card border-info bg-light" style="">
46
  <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?= __("What's new, what has changed:",'shapepress-dsgvo')?></h5></div>
47
  <div class="card-body">
@@ -50,6 +59,7 @@
50
 
51
  </div>
52
  </div>
 
53
 
54
  <?php if (isValidBlogEdition() == true) :?>
55
  <div class="card border-info bg-light" style="">
@@ -61,12 +71,7 @@
61
  </div>
62
  <?php endif; ?>
63
 
64
- <div class="card border-info bg-light" style="">
65
- <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?= __("Need help?",'shapepress-dsgvo')?></h5></div>
66
- <div class="card-body">
67
- <p class="card-text"><?= __('Do you have problems our questions how to configure this plugin correctly? Just visit <a href="https://legalweb.freshdesk.com/support/solutions" target="_blank" >this link</a> to see a quick start tutorial and access our FAQa.','shapepress-dsgvo'); ?> </p>
68
- </div>
69
- </div>
70
 
71
  <div class="card border-info bg-light" style="">
72
  <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?= __("Hello LegalWeb Cloud",'shapepress-dsgvo')?></h5></div>
42
  ?>
43
  </div>
44
  <div class="col-12 col-sm-12 col-md-12 col-lg-3 sp-dsgvo-side-container">
45
+
46
+ <div class="card border-info bg-light" style="">
47
+ <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?= __("Need help?",'shapepress-dsgvo')?></h5></div>
48
+ <div class="card-body">
49
+ <p class="card-text"><?= __('Do you have problems our questions how to configure this plugin correctly? Just visit <a href="https://legalweb.freshdesk.com/support/solutions" target="_blank" >this link</a> to see a quick start tutorial and access our FAQa.','shapepress-dsgvo'); ?> </p>
50
+ </div>
51
+ </div>
52
+
53
+ <!--
54
  <div class="card border-info bg-light" style="">
55
  <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?= __("What's new, what has changed:",'shapepress-dsgvo')?></h5></div>
56
  <div class="card-body">
59
 
60
  </div>
61
  </div>
62
+ -->
63
 
64
  <?php if (isValidBlogEdition() == true) :?>
65
  <div class="card border-info bg-light" style="">
71
  </div>
72
  <?php endif; ?>
73
 
74
+
 
 
 
 
 
75
 
76
  <div class="card border-info bg-light" style="">
77
  <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?= __("Hello LegalWeb Cloud",'shapepress-dsgvo')?></h5></div>
admin/tabs/v3/common-settings/page.php CHANGED
@@ -180,7 +180,7 @@ $hasValidLicense = isValidPremiumEdition() || isValidBlogEdition();
180
  ?>
181
 
182
  <?php
183
- spDsgvoWriteInput('text', '', 'sc_lw_content_block', '[lw_content_block type=&quot;id_here&quot;] ... [/lw_content_block]',
184
  __('Shortcode to (manually) block content', 'shapepress-dsgvo'),
185
  '',
186
  __('If automatic detection does not work, you can use this shortcode to block until your vistor do an opt-in. You need to put the content which you want to block within this shortcode tags (instead of ...) After opt-in, the content will be displayed. For instance [lw_content_block type="gmaps"] &ltdiv&gtPlace some nice links or images of/to Google Maps&lt/div&gt [/lw_content_block]','shapepress-dsgvo'), true, 'border-0', '', false);
180
  ?>
181
 
182
  <?php
183
+ spDsgvoWriteInput('text', '', 'sc_lw_content_block', '[lw_content_block type=&quot;id_here&quot; shortcode=&quot;other shortcode here&quot;] ... [/lw_content_block]',
184
  __('Shortcode to (manually) block content', 'shapepress-dsgvo'),
185
  '',
186
  __('If automatic detection does not work, you can use this shortcode to block until your vistor do an opt-in. You need to put the content which you want to block within this shortcode tags (instead of ...) After opt-in, the content will be displayed. For instance [lw_content_block type="gmaps"] &ltdiv&gtPlace some nice links or images of/to Google Maps&lt/div&gt [/lw_content_block]','shapepress-dsgvo'), true, 'border-0', '', false);
languages/shapepress-dsgvo-de_DE.mo CHANGED
Binary file
languages/shapepress-dsgvo-de_DE.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2020-04-18 12:30+0200\n"
5
- "PO-Revision-Date: 2020-04-18 15:04+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
@@ -91,34 +91,53 @@ msgstr ""
91
  "\" >FAQs</a>. Dort finden Sie eine Schnellstartanleitung sowie weitere "
92
  "nützliche Fragen & Antworten rund um das Plugin."
93
 
94
- #: admin/base.php:71 admin/tabs/v3/webinars/class-sp-dsgvo-webinars-tab.php:11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  #: admin/tabs/v3/webinars/page.php:26
96
  msgid "Free Webinars"
97
  msgstr "Kostenlose Webinare"
98
 
99
- #: admin/base.php:73
100
  msgid "Next dates"
101
  msgstr "Nächste Termine"
102
 
103
- #: admin/base.php:122 admin/tabs/v3/webinars/page.php:105
104
  msgid ""
105
  "Currently no dates planed. You can watch the videos of past webinars on our "
106
- "<a href=\"https://www.youtube.com/channel/UCCeLTNGJu-Ao4ovfnUBnFaA\" target="
107
  "\"_blank\">YouTube channel</a>"
108
  msgstr ""
109
  "Zurzeit gibt es keine geplanten Termine. Videos vergangener Webinare können "
110
  "Sie auf unserem <a href=\"https://www.youtube.com/channel/UCCeLTNGJu-"
111
  "Ao4ovfnUBnFaA\" target=\"_blank\">YouTube Kanal</a ansehen"
112
 
113
- #: admin/base.php:134
114
  msgid "Upgrade to Premium"
115
  msgstr "Upgrade to Premium"
116
 
117
- #: admin/base.php:137
118
  msgid "All integrations"
119
  msgstr "Alle Integrationen"
120
 
121
- #: admin/base.php:138
122
  msgid ""
123
  "Tag Manager support <small>(Google TagManager &amp; Matomo Tag Manager)</"
124
  "small>"
@@ -126,7 +145,7 @@ msgstr ""
126
  "Tag Manager Unterstützung <small>(Google TagManager &amp; Matomo Tag "
127
  "Manager)</small>"
128
 
129
- #: admin/base.php:139
130
  msgid ""
131
  "Embeddings <small>(Currently: Facebook, Google Maps, YouTube, Vimeo, "
132
  "OpenStreetMap, Instagram, Soundcloud, Twitter)</small>"
@@ -134,29 +153,29 @@ msgstr ""
134
  "Embeddings/sonstige Inhalte <small>(Aktuell: Facebook, Google Maps, "
135
  "YouTube, Vimeo, OpenStreetMap, Instagram, Soundcloud, Twitter)</small>"
136
 
137
- #: admin/base.php:140
138
  msgid ""
139
  "WooCommerce Features <small>(Checkbox, data request, delete request)</small>"
140
  msgstr ""
141
  "WooCommerce Features <small>(Checkbox, Datenauszug, Löschanfrage)</small>"
142
 
143
- #: admin/base.php:143
144
  msgid "Automatic updates of law texts"
145
  msgstr "Automatische Updates der Rechtstexte"
146
 
147
- #: admin/base.php:144
148
  msgid "Access to support"
149
  msgstr "Zugang zum Support"
150
 
151
- #: admin/base.php:145
152
  msgid "No ads"
153
  msgstr "Keine Werbung"
154
 
155
- #: admin/base.php:146
156
  msgid "You support the further development"
157
  msgstr "Sie unterstützen die Weiterentwicklung"
158
 
159
- #: admin/base.php:148
160
  msgid "Buy Premium License"
161
  msgstr "Premium Lizenz kaufen"
162
 
@@ -206,7 +225,7 @@ msgid "Opt Out page"
206
  msgstr "Opt Out Seite"
207
 
208
  #: admin/class-sp-dsgvo-admin.php:172
209
- #: admin/tabs/v3/common-settings/page.php:202
210
  msgid "Privacy policy page"
211
  msgstr "Datenschutzerklärung Seite"
212
 
@@ -382,7 +401,7 @@ msgid "Terms & Conditions"
382
  msgstr "AGB"
383
 
384
  #: admin/tabs/setup/class-sp-dsgvo-create-page-action.php:51
385
- #: admin/tabs/v3/common-settings/page.php:193
386
  #: includes/class-sp-dsgvo-settings.php:187
387
  msgid "Privacy Policy"
388
  msgstr "Datenschutzerklärung"
@@ -404,12 +423,12 @@ msgstr "Opt-out"
404
  msgid "Setup"
405
  msgstr "Setup"
406
 
407
- #: admin/tabs/v3/common-settings/class-sp-dsgvo-common-settings-activate-action.php:33
408
- #: admin/tabs/v3/common-settings/class-sp-dsgvo-common-settings-activate-action.php:55
409
  msgid "error during license activation: "
410
  msgstr "Fehler während der Aktivierung: "
411
 
412
- #: admin/tabs/v3/common-settings/class-sp-dsgvo-common-settings-activate-action.php:82
413
  msgid "error during license details: "
414
  msgstr "Fehler während der Lizenzabfrage: "
415
 
@@ -444,92 +463,92 @@ msgstr "Premium Version freischalten"
444
  msgid "License"
445
  msgstr "Lizenz"
446
 
447
- #: admin/tabs/v3/common-settings/page.php:27
448
  msgid "Enter License Number"
449
  msgstr "Lizenznummer eingeben"
450
 
451
- #: admin/tabs/v3/common-settings/page.php:29
452
  msgid "An activated license unlocks all features."
453
  msgstr "Aktivieren der Lizenz schaltet alle Funktionen frei."
454
 
455
- #: admin/tabs/v3/common-settings/page.php:34
456
  msgid "Deactivate license"
457
  msgstr "Lizenz deaktivieren"
458
 
459
- #: admin/tabs/v3/common-settings/page.php:37
460
  msgid "Activate license"
461
  msgstr "Lizenz aktivieren"
462
 
463
- #: admin/tabs/v3/common-settings/page.php:38
464
  msgid "Activating the license unlocks more features."
465
  msgstr "Aktivieren der Lizenz schaltet weitere Funktionen frei."
466
 
467
- #: admin/tabs/v3/common-settings/page.php:48
468
  msgid "Refresh license"
469
  msgstr "Lizenz aktualisieren"
470
 
471
- #: admin/tabs/v3/common-settings/page.php:55
472
  msgid "Extend license now and gain discount"
473
  msgstr "Jetzt Lizenz verlängern"
474
 
475
- #: admin/tabs/v3/common-settings/page.php:62
476
  msgid "Premium version has been activated"
477
  msgstr "Die Premium Edition ist aktiviert"
478
 
479
- #: admin/tabs/v3/common-settings/page.php:62
480
  msgid "Invalid or expired license."
481
  msgstr "Ungültige oder abgelaufene Lizenz."
482
 
483
- #: admin/tabs/v3/common-settings/page.php:65
484
  msgid "Blog version has been activated"
485
  msgstr "Die Blog Edition ist aktiviert"
486
 
487
- #: admin/tabs/v3/common-settings/page.php:65
488
  msgid "Invalid license."
489
  msgstr "Ungültige Lizenz."
490
 
491
- #: admin/tabs/v3/common-settings/page.php:71
492
  msgid "Activated on:"
493
  msgstr "Aktiviert am:"
494
 
495
- #: admin/tabs/v3/common-settings/page.php:74
496
  msgid "Status:"
497
  msgstr "Status:"
498
 
499
- #: admin/tabs/v3/common-settings/page.php:78
500
  msgid "Valid to:"
501
  msgstr "Gültig bis:"
502
 
503
- #: admin/tabs/v3/common-settings/page.php:83
504
  msgid "Last validation:"
505
  msgstr "Letzte Überprüfung:"
506
 
507
- #: admin/tabs/v3/common-settings/page.php:86
508
  msgid "Remaining activations:"
509
  msgstr "Offene Aktivierungen:"
510
 
511
- #: admin/tabs/v3/common-settings/page.php:99
512
  #: admin/tabs/v3/embeddings/page.php:119
513
  #: admin/tabs/v3/subject-access-request/page.php:13
514
  #: admin/tabs/v3/super-unsubscribe/page.php:12
515
  msgid "Common Settings"
516
  msgstr "Allgemeine Einstellungen"
517
 
518
- #: admin/tabs/v3/common-settings/page.php:111
519
  msgid "Admin email address"
520
  msgstr "Admin Email Adresse"
521
 
522
- #: admin/tabs/v3/common-settings/page.php:112
523
  msgid "A valid email address"
524
  msgstr "Eine gültige Email Adresse"
525
 
526
- #: admin/tabs/v3/common-settings/page.php:113
527
  msgid "Used for sending emails for notifications."
528
  msgstr "Wird für das Senden von Emailbenachrichtigungen verwendet."
529
 
530
- #: admin/tabs/v3/common-settings/page.php:123
531
- #: admin/tabs/v3/common-settings/page.php:290
532
- #: admin/tabs/v3/common-settings/page.php:416
533
  #: admin/tabs/v3/embeddings/page.php:74 admin/tabs/v3/embeddings/page.php:132
534
  #: admin/tabs/v3/operator/page.php:269 admin/tabs/v3/operator/page.php:534
535
  #: admin/tabs/v3/operator/page.php:582 admin/tabs/v3/page-basics/page.php:52
@@ -572,40 +591,40 @@ msgstr "Wird für das Senden von Emailbenachrichtigungen verwendet."
572
  msgid "Save changes"
573
  msgstr "Änderungen speichern"
574
 
575
- #: admin/tabs/v3/common-settings/page.php:133
576
  msgid "Available shortcodes"
577
  msgstr "Verfügbare Shortcodes"
578
 
579
- #: admin/tabs/v3/common-settings/page.php:136
580
  msgid ""
581
  "Following you will find a list of all available shortcodes of this plugin."
582
  msgstr ""
583
  "Nachfolgend finden Sie eine Liste aller verfügbaren Shortcodes des Plugins."
584
 
585
- #: admin/tabs/v3/common-settings/page.php:140
586
  msgid "Shortcode to generate the privacy policy"
587
  msgstr "Shortcode zum Generieren der Datenschutzerklärung"
588
 
589
- #: admin/tabs/v3/common-settings/page.php:147
590
  msgid "Shortcode to generate the imprint"
591
  msgstr "Shortcode zum Generieren des Impressums"
592
 
593
- #: admin/tabs/v3/common-settings/page.php:154
594
  msgid "Shortcode to render the form to do a data request"
595
  msgstr ""
596
  "Shortcode zum Anzeigen eines Formulars für das Anfordern des Datenauszugs"
597
 
598
- #: admin/tabs/v3/common-settings/page.php:161
599
  msgid "Shortcode to render the form to do a delete request"
600
  msgstr ""
601
  "Shortcode zum Anzeigen eines Formulars für das Anfordern einer Löschanfrage"
602
 
603
- #: admin/tabs/v3/common-settings/page.php:168
604
  msgid "Shortcode to render a link to open the cookie popup"
605
  msgstr "Shortcode zum Generieren eines Links welcher das Cookie Popup öffnet"
606
 
607
- #: admin/tabs/v3/common-settings/page.php:170
608
- #: admin/tabs/v3/common-settings/page.php:177
609
  msgid ""
610
  "With the attribute text you can set the link text, the attribut class "
611
  "defines additional a tag classes."
@@ -613,17 +632,17 @@ msgstr ""
613
  "Mit dem Attribut text kann der Linktext gesetzt werden, mit dem Attribut "
614
  "class zusätzliche CSS Klassen des a Tags."
615
 
616
- #: admin/tabs/v3/common-settings/page.php:175
617
  msgid "Shortcode to render a link for navigating to your privacy policy"
618
  msgstr ""
619
  "Shortcode zum Generieren eines Links welcher zu Ihrer Datenschutzerklärung "
620
  "navigiert"
621
 
622
- #: admin/tabs/v3/common-settings/page.php:182
623
  msgid "Shortcode to (manually) block content"
624
  msgstr "Shotcode zum (manuellen) Blockieren von Inhalten"
625
 
626
- #: admin/tabs/v3/common-settings/page.php:184
627
  msgid ""
628
  "If automatic detection does not work, you can use this shortcode to block "
629
  "until your vistor do an opt-in. You need to put the content which you want "
@@ -638,27 +657,27 @@ msgstr ""
638
  "normal dargestellt. Als Beispiel [lw_content_block type=\"gmaps\"] "
639
  "&ltdiv&gtEine nette Karte als Image oder Link&lt/div&gt [/lw_content_block]"
640
 
641
- #: admin/tabs/v3/common-settings/page.php:204
642
  #: admin/tabs/v3/operator/page.php:556
643
  #: admin/tabs/v3/subject-access-request/page.php:50
644
  #: admin/tabs/v3/super-unsubscribe/page.php:63
645
  msgid "Select"
646
  msgstr "Wählen"
647
 
648
- #: admin/tabs/v3/common-settings/page.php:217
649
  msgid "Create a page that uses the shortcode <code>[privacy_policy]</code>."
650
  msgstr ""
651
  "Eine Seite erstellen die den Shortcode <code>[privacy_policy]</code> "
652
  "verwendet."
653
 
654
- #: admin/tabs/v3/common-settings/page.php:219
655
  #: admin/tabs/v3/operator/page.php:568
656
  #: admin/tabs/v3/subject-access-request/page.php:65
657
  #: admin/tabs/v3/super-unsubscribe/page.php:76
658
  msgid "Create page"
659
  msgstr "Seite erstellen"
660
 
661
- #: admin/tabs/v3/common-settings/page.php:222
662
  msgid ""
663
  "Attention: The shortcode <code>[privacy_policy]</code> was not found on the "
664
  "page you selected."
@@ -666,8 +685,8 @@ msgstr ""
666
  "Achtung: Der Shortcode <code>[privacy_policy]</code> wurde auf der von Ihnen "
667
  "gewählten Seite nicht gefunden."
668
 
669
- #: admin/tabs/v3/common-settings/page.php:224
670
- #: admin/tabs/v3/common-settings/page.php:230
671
  #: admin/tabs/v3/operator/page.php:573 admin/tabs/v3/operator/page.php:578
672
  #: admin/tabs/v3/subject-access-request/page.php:70
673
  #: admin/tabs/v3/subject-access-request/page.php:74
@@ -676,7 +695,7 @@ msgstr ""
676
  msgid "Edit page"
677
  msgstr "Seite bearbeiten"
678
 
679
- #: admin/tabs/v3/common-settings/page.php:227
680
  msgid ""
681
  "This option also sets the wordpress option for the privacy policy page, "
682
  "which can be accessed in the menu \"Settings/Privacy\"."
@@ -684,7 +703,7 @@ msgstr ""
684
  "Diese Option speichert zusätlich die Wordpress Option für die "
685
  "Datenschutzseite, welche im Menü \"Einstellungen/Datenschutz\" definiert ist."
686
 
687
- #: admin/tabs/v3/common-settings/page.php:228
688
  #: admin/tabs/v3/operator/page.php:576
689
  msgid ""
690
  "The page can also by edited and text could be extended by the editing the "
@@ -693,80 +712,80 @@ msgstr ""
693
  "Die gewählte Seite kann zusätzlich noch mit dem Wordpress Editor (z.B. "
694
  "Gutenberg) bearbeitet werden und Text ergänzt werden."
695
 
696
- #: admin/tabs/v3/common-settings/page.php:236
697
  msgid "Title"
698
  msgstr "Titel"
699
 
700
- #: admin/tabs/v3/common-settings/page.php:238
701
  msgid ""
702
  "The title of the page for display the privacy texts. Usually it is caled "
703
  "privacy policy."
704
  msgstr "Der Titel der Seite auf der die Datenschutztexte dargestellt werden."
705
 
706
- #: admin/tabs/v3/common-settings/page.php:245
707
  msgid "Header stile of title"
708
  msgstr "Stil der Überschrift"
709
 
710
- #: admin/tabs/v3/common-settings/page.php:254
711
  msgid "Specifies the html header tag of the header of the privacy policy."
712
  msgstr ""
713
  "Definiert den html Tag der für die Hauptüberschrift in der "
714
  "Datenschutzerklärung verwendet werden soll."
715
 
716
- #: admin/tabs/v3/common-settings/page.php:258
717
  msgid "Header stile of subtitles"
718
  msgstr "Stil der Untertitel"
719
 
720
- #: admin/tabs/v3/common-settings/page.php:267
721
  msgid "Specifies the html header tag of the subtitles of the privacy policy."
722
  msgstr ""
723
  "Definiert den html Tag der für die Untertitel in der Datenschutzerklärung "
724
  "verwendet werden soll."
725
 
726
- #: admin/tabs/v3/common-settings/page.php:271
727
  msgid "Header stile of \"subsubtitles\""
728
  msgstr "Stil der Titel unter Untertitel"
729
 
730
- #: admin/tabs/v3/common-settings/page.php:280
731
  msgid ""
732
  "Specifies the html header tag of the \"subsubtitles\" of the privacy policy."
733
  msgstr ""
734
  "Definiert den html Tag der für die Überschriften innerhalb den Bereichen in "
735
  "der Datenschutzerklärung verwendet werden soll."
736
 
737
- #: admin/tabs/v3/common-settings/page.php:285
738
  msgid "Email notification when new texts are downloadable"
739
  msgstr "Emailbenachrichtigung bei neuen Texten senden"
740
 
741
- #: admin/tabs/v3/common-settings/page.php:293
742
  msgid "Privacy policy texts"
743
  msgstr "Datenschutztexte"
744
 
745
- #: admin/tabs/v3/common-settings/page.php:299
746
  msgid "Date of Version"
747
  msgstr "Datum der Version"
748
 
749
- #: admin/tabs/v3/common-settings/page.php:302
750
  msgid "Your texts are up to date."
751
  msgstr "Ihre Texte sind aktuell."
752
 
753
- #: admin/tabs/v3/common-settings/page.php:304
754
  msgid "A newer version of the texts are available."
755
  msgstr "Eine aktueller Version der Texte ist verfügbar."
756
 
757
- #: admin/tabs/v3/common-settings/page.php:308
758
  msgid "Last update check"
759
  msgstr "Letzter Update Check"
760
 
761
- #: admin/tabs/v3/common-settings/page.php:316
762
  msgid "Reload Privacy Policy texts"
763
  msgstr "Datenschutztexte neu laden"
764
 
765
- #: admin/tabs/v3/common-settings/page.php:328
766
  msgid "Additional Texts"
767
  msgstr "Zusätzliche Texte"
768
 
769
- #: admin/tabs/v3/common-settings/page.php:339
770
  msgid ""
771
  "The registration form and comments feature do not require any additional "
772
  "phrases such as \"I agree to the privacy policy\" or \"more privacy "
@@ -779,11 +798,11 @@ msgstr ""
779
  "wenn auf der jeweiligen Seite im Footer eine Verlinkung zur "
780
  "Datenschutzerklärung ist."
781
 
782
- #: admin/tabs/v3/common-settings/page.php:396
783
  msgid "Checkout text at WooCommerce checkout"
784
  msgstr "Text bei Woo Checkout anzeigen"
785
 
786
- #: admin/tabs/v3/common-settings/page.php:398
787
  msgid ""
788
  "Possibility to display a custom text at the WooCommerce checkout form to "
789
  "ensure terms & conditions."
@@ -791,16 +810,16 @@ msgstr ""
791
  "Möglichkeit zur Anzeige eines Texts beim WooCommerce Checkout um z.B. eine "
792
  "Wiederrufsbelehrung anzuzeigen."
793
 
794
- #: admin/tabs/v3/common-settings/page.php:406
795
  msgid "Text to display at WooCommerce checkout form"
796
  msgstr "Der Text der beim WooCommerce Checkout angezeigt werden soll"
797
 
798
- #: admin/tabs/v3/common-settings/page.php:407
799
  #: admin/tabs/v3/popup-notice/page.php:247
800
  msgid "A message text"
801
  msgstr "Meldungstext"
802
 
803
- #: admin/tabs/v3/common-settings/page.php:413
804
  msgid ""
805
  "<strong>Important Note:</strong> If you use WPML you can translate these "
806
  "inputs via WPML String Translations."
@@ -809,7 +828,7 @@ msgstr ""
809
  "Hilfe der WPML String Translations diese Texte übersetzen."
810
 
811
  #: admin/tabs/v3/embeddings/class-sp-dsgvo-embeddings-tab.php:11
812
- #: public/shortcodes/privacy-policy.php:315
813
  msgid "Embeddings"
814
  msgstr "Embeddings"
815
 
@@ -1669,8 +1688,8 @@ msgid "Specify after how much days the files will be deleted."
1669
  msgstr "Geben Sie an nach wie vielen Tagen die Log Files gelöscht werden."
1670
 
1671
  #: admin/tabs/v3/page-basics/page.php:96 admin/tabs/v3/page-basics/page.php:112
1672
- #: public/shortcodes/privacy-policy.php:187
1673
- #: public/shortcodes/privacy-policy.php:205
1674
  msgid "CDN Provider"
1675
  msgstr "CDN Anbieter"
1676
 
@@ -1767,7 +1786,7 @@ msgid "Enable if your website provides a application form."
1767
  msgstr "Aktivieren wenn Sie ein Bewerbungsformular auf Ihrer Website nutzen."
1768
 
1769
  #: admin/tabs/v3/page-basics/page.php:265
1770
- #: public/shortcodes/privacy-policy.php:226
1771
  msgid "Promotional contest or game form"
1772
  msgstr "Gewinnspielformular"
1773
 
@@ -1823,7 +1842,7 @@ msgstr ""
1823
  "von Formularen um Einträge von Bots zu verhindern?"
1824
 
1825
  #: admin/tabs/v3/page-basics/page.php:367
1826
- #: public/shortcodes/privacy-policy.php:448
1827
  msgid "Newsletter Services"
1828
  msgstr "Newsletter Dienste"
1829
 
@@ -2542,7 +2561,7 @@ msgid "Notification settings"
2542
  msgstr "Benachrichtigungseinstellungen"
2543
 
2544
  #: admin/tabs/v3/super-unsubscribe/page.php:190
2545
- #: includes/models/unsubscriber.php:100
2546
  msgid "Confirmation of delete request"
2547
  msgstr "Bestätigung der Datenlöschung"
2548
 
@@ -2647,7 +2666,7 @@ msgstr ""
2647
  #: admin/tabs/v3/webinars/page.php:18
2648
  msgid ""
2649
  "You can watch the videos of past webinars on our <a href=\"https://www."
2650
- "youtube.com/channel/UCCeLTNGJu-Ao4ovfnUBnFaA\" target=\"_blank\">YouTube "
2651
  "channel</a>"
2652
  msgstr ""
2653
  "Videos vergangener Webinare können Sie auf unserem <a href=\"https://www."
@@ -2762,6 +2781,16 @@ msgstr "Löschung"
2762
  msgid "Dates"
2763
  msgstr "Termine"
2764
 
 
 
 
 
 
 
 
 
 
 
2765
  #: includes/class-sp-dsgvo-ajax-action.php:93
2766
  msgid "Public property $action not provied"
2767
  msgstr "Eigenschaft $action nicht mitgesendet"
@@ -4692,7 +4721,7 @@ msgstr "Lokale Installation"
4692
  msgid "All Details"
4693
  msgstr "Alle Details"
4694
 
4695
- #: public/class-sp-dsgvo-public.php:1018
4696
  msgid "Terms: "
4697
  msgstr "AGB: "
4698
 
@@ -4721,7 +4750,7 @@ msgstr "Registergericht & Registernummer"
4721
  msgid ""
4722
  "European Commission Online Dispute Resolution (OS) platform for consumers: "
4723
  "<a href=\"https://ec.europa.eu/consumers/odr/\" target=\"_blank\">https://ec."
4724
- "europa.eu/consumers/odr/</a>. We are not willing and obliged to participate "
4725
  "in a dispute settlement procedure before a consumer arbitration board."
4726
  msgstr ""
4727
  "Plattform der Europ&auml;ischen Kommission zur Online-Streitbeilegung (OS) "
@@ -4737,21 +4766,21 @@ msgstr "Verantwortlich"
4737
  #: public/shortcodes/privacy-policy.php:87
4738
  #: public/shortcodes/privacy-policy.php:96
4739
  #: public/shortcodes/privacy-policy.php:119
4740
- #: public/shortcodes/privacy-policy.php:129
4741
  msgid "attn."
4742
  msgstr "z.H."
4743
 
4744
  #: public/shortcodes/privacy-policy.php:91
4745
  #: public/shortcodes/privacy-policy.php:100
4746
  #: public/shortcodes/privacy-policy.php:123
4747
- #: public/shortcodes/privacy-policy.php:133
4748
  msgid "Phone:"
4749
  msgstr "Telefon:"
4750
 
4751
  #: public/shortcodes/privacy-policy.php:92
4752
  #: public/shortcodes/privacy-policy.php:101
4753
  #: public/shortcodes/privacy-policy.php:124
4754
- #: public/shortcodes/privacy-policy.php:134
4755
  msgid "Email:"
4756
  msgstr "Email:"
4757
 
@@ -4759,71 +4788,71 @@ msgstr "Email:"
4759
  msgid "Data security officer"
4760
  msgstr "Datenschutzbeauftragter"
4761
 
4762
- #: public/shortcodes/privacy-policy.php:139
4763
  msgid "Responsible for privacy issues"
4764
  msgstr "Verantwortlich für Datenschutzfragen"
4765
 
4766
- #: public/shortcodes/privacy-policy.php:147
4767
  msgid "Hosting"
4768
  msgstr "Hosting Provider"
4769
 
4770
- #: public/shortcodes/privacy-policy.php:177
4771
  msgid "Server Log Files"
4772
  msgstr "Server Log Files"
4773
 
4774
- #: public/shortcodes/privacy-policy.php:216
4775
  msgid "Contact Form"
4776
  msgstr "Kontaktformular"
4777
 
4778
- #: public/shortcodes/privacy-policy.php:221
4779
  msgid "Application Form"
4780
  msgstr "Bewerbungsformular"
4781
 
4782
- #: public/shortcodes/privacy-policy.php:231
4783
  msgid "Registration Form"
4784
  msgstr "Registrierungsformular"
4785
 
4786
- #: public/shortcodes/privacy-policy.php:236
4787
  msgid "Comments Form"
4788
  msgstr "Kommentarformular"
4789
 
4790
- #: public/shortcodes/privacy-policy.php:254
4791
  msgid "Security Services"
4792
  msgstr "Sicherheitsdienste"
4793
 
4794
- #: public/shortcodes/privacy-policy.php:285
4795
  msgid "Web Fonts"
4796
  msgstr "Web Schriften"
4797
 
4798
- #: public/shortcodes/privacy-policy.php:326
4799
  msgid "Web Shop"
4800
  msgstr "Web Shop"
4801
 
4802
- #: public/shortcodes/privacy-policy.php:338
4803
  msgid "Payments are processed via:"
4804
  msgstr "Zahlungen werden abgewickelt mit:"
4805
 
4806
- #: public/shortcodes/privacy-policy.php:364
4807
  msgid "Tag Manager"
4808
  msgstr "Tag Manager"
4809
 
4810
- #: public/shortcodes/privacy-policy.php:413
4811
  msgid "Analysis Services"
4812
  msgstr "Analysedienste"
4813
 
4814
- #: public/shortcodes/privacy-policy.php:434
4815
  msgid "Ads, Profiling, Tracking, Retargeting"
4816
  msgstr "Targeting / Profiling / Werbung"
4817
 
4818
- #: public/shortcodes/privacy-policy.php:471
4819
  msgid "Right to object"
4820
  msgstr "Widerspruchsrecht"
4821
 
4822
- #: public/shortcodes/privacy-policy.php:476
4823
  msgid "Withdrawal"
4824
  msgstr "Widerrufsrecht"
4825
 
4826
- #: public/shortcodes/privacy-policy.php:481
4827
  msgid "Right to data subject"
4828
  msgstr "Betroffenenrechte"
4829
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2020-09-02 18:18+0200\n"
5
+ "PO-Revision-Date: 2020-09-02 18:19+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
91
  "\" >FAQs</a>. Dort finden Sie eine Schnellstartanleitung sowie weitere "
92
  "nützliche Fragen & Antworten rund um das Plugin."
93
 
94
+ #: admin/base.php:72
95
+ msgid "Hello LegalWeb Cloud"
96
+ msgstr ""
97
+
98
+ #: admin/base.php:74
99
+ msgid ""
100
+ "We announce the release of an CMS independent product for legal compliance "
101
+ "on July 10th. Cookie popup, imprint, privacy policy, tracker management and "
102
+ "much more is possbible with LegalWeb cloud. Plugins for Typo3, Shopware, "
103
+ "Neos and of cource Wordpress. Just visit <a href=\"https://legalweb.io\" "
104
+ "target=\"_blank\" >this link</a> to see a lot of more details."
105
+ msgstr ""
106
+ "Wir geben am 10. Juli die Veröffentlichung eines CMS-unabhängigen Produkts "
107
+ "zur Einhaltung gesetzlicher Bestimmungen bekannt. Cookie-Popup, Impressum, "
108
+ "Datenschutzrichtlinien, Tracker-Management und vieles mehr sind mit der "
109
+ "LegalWeb Cloud möglich. Plugins für Typo3, Shopware, Neos und natürlich "
110
+ "Wordpress. Besuchen Sie einfach <a href=\"https://legalweb.io\" target="
111
+ "\"_blank\"> diesen Link </a>, um viele weitere Details zu sehen."
112
+
113
+ #: admin/base.php:79 admin/tabs/v3/webinars/class-sp-dsgvo-webinars-tab.php:11
114
  #: admin/tabs/v3/webinars/page.php:26
115
  msgid "Free Webinars"
116
  msgstr "Kostenlose Webinare"
117
 
118
+ #: admin/base.php:81
119
  msgid "Next dates"
120
  msgstr "Nächste Termine"
121
 
122
+ #: admin/base.php:131
123
  msgid ""
124
  "Currently no dates planed. You can watch the videos of past webinars on our "
125
+ "<a href=\"https://www.youtube.com/channel/UCxPJiWLFirO_KJpm-TeyQhg\" target="
126
  "\"_blank\">YouTube channel</a>"
127
  msgstr ""
128
  "Zurzeit gibt es keine geplanten Termine. Videos vergangener Webinare können "
129
  "Sie auf unserem <a href=\"https://www.youtube.com/channel/UCCeLTNGJu-"
130
  "Ao4ovfnUBnFaA\" target=\"_blank\">YouTube Kanal</a ansehen"
131
 
132
+ #: admin/base.php:143
133
  msgid "Upgrade to Premium"
134
  msgstr "Upgrade to Premium"
135
 
136
+ #: admin/base.php:146
137
  msgid "All integrations"
138
  msgstr "Alle Integrationen"
139
 
140
+ #: admin/base.php:147
141
  msgid ""
142
  "Tag Manager support <small>(Google TagManager &amp; Matomo Tag Manager)</"
143
  "small>"
145
  "Tag Manager Unterstützung <small>(Google TagManager &amp; Matomo Tag "
146
  "Manager)</small>"
147
 
148
+ #: admin/base.php:148
149
  msgid ""
150
  "Embeddings <small>(Currently: Facebook, Google Maps, YouTube, Vimeo, "
151
  "OpenStreetMap, Instagram, Soundcloud, Twitter)</small>"
153
  "Embeddings/sonstige Inhalte <small>(Aktuell: Facebook, Google Maps, "
154
  "YouTube, Vimeo, OpenStreetMap, Instagram, Soundcloud, Twitter)</small>"
155
 
156
+ #: admin/base.php:149
157
  msgid ""
158
  "WooCommerce Features <small>(Checkbox, data request, delete request)</small>"
159
  msgstr ""
160
  "WooCommerce Features <small>(Checkbox, Datenauszug, Löschanfrage)</small>"
161
 
162
+ #: admin/base.php:152
163
  msgid "Automatic updates of law texts"
164
  msgstr "Automatische Updates der Rechtstexte"
165
 
166
+ #: admin/base.php:153
167
  msgid "Access to support"
168
  msgstr "Zugang zum Support"
169
 
170
+ #: admin/base.php:154
171
  msgid "No ads"
172
  msgstr "Keine Werbung"
173
 
174
+ #: admin/base.php:155
175
  msgid "You support the further development"
176
  msgstr "Sie unterstützen die Weiterentwicklung"
177
 
178
+ #: admin/base.php:157
179
  msgid "Buy Premium License"
180
  msgstr "Premium Lizenz kaufen"
181
 
225
  msgstr "Opt Out Seite"
226
 
227
  #: admin/class-sp-dsgvo-admin.php:172
228
+ #: admin/tabs/v3/common-settings/page.php:204
229
  msgid "Privacy policy page"
230
  msgstr "Datenschutzerklärung Seite"
231
 
401
  msgstr "AGB"
402
 
403
  #: admin/tabs/setup/class-sp-dsgvo-create-page-action.php:51
404
+ #: admin/tabs/v3/common-settings/page.php:195
405
  #: includes/class-sp-dsgvo-settings.php:187
406
  msgid "Privacy Policy"
407
  msgstr "Datenschutzerklärung"
423
  msgid "Setup"
424
  msgstr "Setup"
425
 
426
+ #: admin/tabs/v3/common-settings/class-sp-dsgvo-common-settings-activate-action.php:34
427
+ #: admin/tabs/v3/common-settings/class-sp-dsgvo-common-settings-activate-action.php:57
428
  msgid "error during license activation: "
429
  msgstr "Fehler während der Aktivierung: "
430
 
431
+ #: admin/tabs/v3/common-settings/class-sp-dsgvo-common-settings-activate-action.php:86
432
  msgid "error during license details: "
433
  msgstr "Fehler während der Lizenzabfrage: "
434
 
463
  msgid "License"
464
  msgstr "Lizenz"
465
 
466
+ #: admin/tabs/v3/common-settings/page.php:28
467
  msgid "Enter License Number"
468
  msgstr "Lizenznummer eingeben"
469
 
470
+ #: admin/tabs/v3/common-settings/page.php:31
471
  msgid "An activated license unlocks all features."
472
  msgstr "Aktivieren der Lizenz schaltet alle Funktionen frei."
473
 
474
+ #: admin/tabs/v3/common-settings/page.php:36
475
  msgid "Deactivate license"
476
  msgstr "Lizenz deaktivieren"
477
 
478
+ #: admin/tabs/v3/common-settings/page.php:39
479
  msgid "Activate license"
480
  msgstr "Lizenz aktivieren"
481
 
482
+ #: admin/tabs/v3/common-settings/page.php:40
483
  msgid "Activating the license unlocks more features."
484
  msgstr "Aktivieren der Lizenz schaltet weitere Funktionen frei."
485
 
486
+ #: admin/tabs/v3/common-settings/page.php:50
487
  msgid "Refresh license"
488
  msgstr "Lizenz aktualisieren"
489
 
490
+ #: admin/tabs/v3/common-settings/page.php:57
491
  msgid "Extend license now and gain discount"
492
  msgstr "Jetzt Lizenz verlängern"
493
 
494
+ #: admin/tabs/v3/common-settings/page.php:64
495
  msgid "Premium version has been activated"
496
  msgstr "Die Premium Edition ist aktiviert"
497
 
498
+ #: admin/tabs/v3/common-settings/page.php:64
499
  msgid "Invalid or expired license."
500
  msgstr "Ungültige oder abgelaufene Lizenz."
501
 
502
+ #: admin/tabs/v3/common-settings/page.php:67
503
  msgid "Blog version has been activated"
504
  msgstr "Die Blog Edition ist aktiviert"
505
 
506
+ #: admin/tabs/v3/common-settings/page.php:67
507
  msgid "Invalid license."
508
  msgstr "Ungültige Lizenz."
509
 
510
+ #: admin/tabs/v3/common-settings/page.php:73
511
  msgid "Activated on:"
512
  msgstr "Aktiviert am:"
513
 
514
+ #: admin/tabs/v3/common-settings/page.php:76
515
  msgid "Status:"
516
  msgstr "Status:"
517
 
518
+ #: admin/tabs/v3/common-settings/page.php:80
519
  msgid "Valid to:"
520
  msgstr "Gültig bis:"
521
 
522
+ #: admin/tabs/v3/common-settings/page.php:85
523
  msgid "Last validation:"
524
  msgstr "Letzte Überprüfung:"
525
 
526
+ #: admin/tabs/v3/common-settings/page.php:88
527
  msgid "Remaining activations:"
528
  msgstr "Offene Aktivierungen:"
529
 
530
+ #: admin/tabs/v3/common-settings/page.php:101
531
  #: admin/tabs/v3/embeddings/page.php:119
532
  #: admin/tabs/v3/subject-access-request/page.php:13
533
  #: admin/tabs/v3/super-unsubscribe/page.php:12
534
  msgid "Common Settings"
535
  msgstr "Allgemeine Einstellungen"
536
 
537
+ #: admin/tabs/v3/common-settings/page.php:113
538
  msgid "Admin email address"
539
  msgstr "Admin Email Adresse"
540
 
541
+ #: admin/tabs/v3/common-settings/page.php:114
542
  msgid "A valid email address"
543
  msgstr "Eine gültige Email Adresse"
544
 
545
+ #: admin/tabs/v3/common-settings/page.php:115
546
  msgid "Used for sending emails for notifications."
547
  msgstr "Wird für das Senden von Emailbenachrichtigungen verwendet."
548
 
549
+ #: admin/tabs/v3/common-settings/page.php:125
550
+ #: admin/tabs/v3/common-settings/page.php:292
551
+ #: admin/tabs/v3/common-settings/page.php:418
552
  #: admin/tabs/v3/embeddings/page.php:74 admin/tabs/v3/embeddings/page.php:132
553
  #: admin/tabs/v3/operator/page.php:269 admin/tabs/v3/operator/page.php:534
554
  #: admin/tabs/v3/operator/page.php:582 admin/tabs/v3/page-basics/page.php:52
591
  msgid "Save changes"
592
  msgstr "Änderungen speichern"
593
 
594
+ #: admin/tabs/v3/common-settings/page.php:135
595
  msgid "Available shortcodes"
596
  msgstr "Verfügbare Shortcodes"
597
 
598
+ #: admin/tabs/v3/common-settings/page.php:138
599
  msgid ""
600
  "Following you will find a list of all available shortcodes of this plugin."
601
  msgstr ""
602
  "Nachfolgend finden Sie eine Liste aller verfügbaren Shortcodes des Plugins."
603
 
604
+ #: admin/tabs/v3/common-settings/page.php:142
605
  msgid "Shortcode to generate the privacy policy"
606
  msgstr "Shortcode zum Generieren der Datenschutzerklärung"
607
 
608
+ #: admin/tabs/v3/common-settings/page.php:149
609
  msgid "Shortcode to generate the imprint"
610
  msgstr "Shortcode zum Generieren des Impressums"
611
 
612
+ #: admin/tabs/v3/common-settings/page.php:156
613
  msgid "Shortcode to render the form to do a data request"
614
  msgstr ""
615
  "Shortcode zum Anzeigen eines Formulars für das Anfordern des Datenauszugs"
616
 
617
+ #: admin/tabs/v3/common-settings/page.php:163
618
  msgid "Shortcode to render the form to do a delete request"
619
  msgstr ""
620
  "Shortcode zum Anzeigen eines Formulars für das Anfordern einer Löschanfrage"
621
 
622
+ #: admin/tabs/v3/common-settings/page.php:170
623
  msgid "Shortcode to render a link to open the cookie popup"
624
  msgstr "Shortcode zum Generieren eines Links welcher das Cookie Popup öffnet"
625
 
626
+ #: admin/tabs/v3/common-settings/page.php:172
627
+ #: admin/tabs/v3/common-settings/page.php:179
628
  msgid ""
629
  "With the attribute text you can set the link text, the attribut class "
630
  "defines additional a tag classes."
632
  "Mit dem Attribut text kann der Linktext gesetzt werden, mit dem Attribut "
633
  "class zusätzliche CSS Klassen des a Tags."
634
 
635
+ #: admin/tabs/v3/common-settings/page.php:177
636
  msgid "Shortcode to render a link for navigating to your privacy policy"
637
  msgstr ""
638
  "Shortcode zum Generieren eines Links welcher zu Ihrer Datenschutzerklärung "
639
  "navigiert"
640
 
641
+ #: admin/tabs/v3/common-settings/page.php:184
642
  msgid "Shortcode to (manually) block content"
643
  msgstr "Shotcode zum (manuellen) Blockieren von Inhalten"
644
 
645
+ #: admin/tabs/v3/common-settings/page.php:186
646
  msgid ""
647
  "If automatic detection does not work, you can use this shortcode to block "
648
  "until your vistor do an opt-in. You need to put the content which you want "
657
  "normal dargestellt. Als Beispiel [lw_content_block type=\"gmaps\"] "
658
  "&ltdiv&gtEine nette Karte als Image oder Link&lt/div&gt [/lw_content_block]"
659
 
660
+ #: admin/tabs/v3/common-settings/page.php:206
661
  #: admin/tabs/v3/operator/page.php:556
662
  #: admin/tabs/v3/subject-access-request/page.php:50
663
  #: admin/tabs/v3/super-unsubscribe/page.php:63
664
  msgid "Select"
665
  msgstr "Wählen"
666
 
667
+ #: admin/tabs/v3/common-settings/page.php:219
668
  msgid "Create a page that uses the shortcode <code>[privacy_policy]</code>."
669
  msgstr ""
670
  "Eine Seite erstellen die den Shortcode <code>[privacy_policy]</code> "
671
  "verwendet."
672
 
673
+ #: admin/tabs/v3/common-settings/page.php:221
674
  #: admin/tabs/v3/operator/page.php:568
675
  #: admin/tabs/v3/subject-access-request/page.php:65
676
  #: admin/tabs/v3/super-unsubscribe/page.php:76
677
  msgid "Create page"
678
  msgstr "Seite erstellen"
679
 
680
+ #: admin/tabs/v3/common-settings/page.php:224
681
  msgid ""
682
  "Attention: The shortcode <code>[privacy_policy]</code> was not found on the "
683
  "page you selected."
685
  "Achtung: Der Shortcode <code>[privacy_policy]</code> wurde auf der von Ihnen "
686
  "gewählten Seite nicht gefunden."
687
 
688
+ #: admin/tabs/v3/common-settings/page.php:226
689
+ #: admin/tabs/v3/common-settings/page.php:232
690
  #: admin/tabs/v3/operator/page.php:573 admin/tabs/v3/operator/page.php:578
691
  #: admin/tabs/v3/subject-access-request/page.php:70
692
  #: admin/tabs/v3/subject-access-request/page.php:74
695
  msgid "Edit page"
696
  msgstr "Seite bearbeiten"
697
 
698
+ #: admin/tabs/v3/common-settings/page.php:229
699
  msgid ""
700
  "This option also sets the wordpress option for the privacy policy page, "
701
  "which can be accessed in the menu \"Settings/Privacy\"."
703
  "Diese Option speichert zusätlich die Wordpress Option für die "
704
  "Datenschutzseite, welche im Menü \"Einstellungen/Datenschutz\" definiert ist."
705
 
706
+ #: admin/tabs/v3/common-settings/page.php:230
707
  #: admin/tabs/v3/operator/page.php:576
708
  msgid ""
709
  "The page can also by edited and text could be extended by the editing the "
712
  "Die gewählte Seite kann zusätzlich noch mit dem Wordpress Editor (z.B. "
713
  "Gutenberg) bearbeitet werden und Text ergänzt werden."
714
 
715
+ #: admin/tabs/v3/common-settings/page.php:238
716
  msgid "Title"
717
  msgstr "Titel"
718
 
719
+ #: admin/tabs/v3/common-settings/page.php:240
720
  msgid ""
721
  "The title of the page for display the privacy texts. Usually it is caled "
722
  "privacy policy."
723
  msgstr "Der Titel der Seite auf der die Datenschutztexte dargestellt werden."
724
 
725
+ #: admin/tabs/v3/common-settings/page.php:247
726
  msgid "Header stile of title"
727
  msgstr "Stil der Überschrift"
728
 
729
+ #: admin/tabs/v3/common-settings/page.php:256
730
  msgid "Specifies the html header tag of the header of the privacy policy."
731
  msgstr ""
732
  "Definiert den html Tag der für die Hauptüberschrift in der "
733
  "Datenschutzerklärung verwendet werden soll."
734
 
735
+ #: admin/tabs/v3/common-settings/page.php:260
736
  msgid "Header stile of subtitles"
737
  msgstr "Stil der Untertitel"
738
 
739
+ #: admin/tabs/v3/common-settings/page.php:269
740
  msgid "Specifies the html header tag of the subtitles of the privacy policy."
741
  msgstr ""
742
  "Definiert den html Tag der für die Untertitel in der Datenschutzerklärung "
743
  "verwendet werden soll."
744
 
745
+ #: admin/tabs/v3/common-settings/page.php:273
746
  msgid "Header stile of \"subsubtitles\""
747
  msgstr "Stil der Titel unter Untertitel"
748
 
749
+ #: admin/tabs/v3/common-settings/page.php:282
750
  msgid ""
751
  "Specifies the html header tag of the \"subsubtitles\" of the privacy policy."
752
  msgstr ""
753
  "Definiert den html Tag der für die Überschriften innerhalb den Bereichen in "
754
  "der Datenschutzerklärung verwendet werden soll."
755
 
756
+ #: admin/tabs/v3/common-settings/page.php:287
757
  msgid "Email notification when new texts are downloadable"
758
  msgstr "Emailbenachrichtigung bei neuen Texten senden"
759
 
760
+ #: admin/tabs/v3/common-settings/page.php:295
761
  msgid "Privacy policy texts"
762
  msgstr "Datenschutztexte"
763
 
764
+ #: admin/tabs/v3/common-settings/page.php:301
765
  msgid "Date of Version"
766
  msgstr "Datum der Version"
767
 
768
+ #: admin/tabs/v3/common-settings/page.php:304
769
  msgid "Your texts are up to date."
770
  msgstr "Ihre Texte sind aktuell."
771
 
772
+ #: admin/tabs/v3/common-settings/page.php:306
773
  msgid "A newer version of the texts are available."
774
  msgstr "Eine aktueller Version der Texte ist verfügbar."
775
 
776
+ #: admin/tabs/v3/common-settings/page.php:310
777
  msgid "Last update check"
778
  msgstr "Letzter Update Check"
779
 
780
+ #: admin/tabs/v3/common-settings/page.php:318
781
  msgid "Reload Privacy Policy texts"
782
  msgstr "Datenschutztexte neu laden"
783
 
784
+ #: admin/tabs/v3/common-settings/page.php:330
785
  msgid "Additional Texts"
786
  msgstr "Zusätzliche Texte"
787
 
788
+ #: admin/tabs/v3/common-settings/page.php:341
789
  msgid ""
790
  "The registration form and comments feature do not require any additional "
791
  "phrases such as \"I agree to the privacy policy\" or \"more privacy "
798
  "wenn auf der jeweiligen Seite im Footer eine Verlinkung zur "
799
  "Datenschutzerklärung ist."
800
 
801
+ #: admin/tabs/v3/common-settings/page.php:398
802
  msgid "Checkout text at WooCommerce checkout"
803
  msgstr "Text bei Woo Checkout anzeigen"
804
 
805
+ #: admin/tabs/v3/common-settings/page.php:400
806
  msgid ""
807
  "Possibility to display a custom text at the WooCommerce checkout form to "
808
  "ensure terms & conditions."
810
  "Möglichkeit zur Anzeige eines Texts beim WooCommerce Checkout um z.B. eine "
811
  "Wiederrufsbelehrung anzuzeigen."
812
 
813
+ #: admin/tabs/v3/common-settings/page.php:408
814
  msgid "Text to display at WooCommerce checkout form"
815
  msgstr "Der Text der beim WooCommerce Checkout angezeigt werden soll"
816
 
817
+ #: admin/tabs/v3/common-settings/page.php:409
818
  #: admin/tabs/v3/popup-notice/page.php:247
819
  msgid "A message text"
820
  msgstr "Meldungstext"
821
 
822
+ #: admin/tabs/v3/common-settings/page.php:415
823
  msgid ""
824
  "<strong>Important Note:</strong> If you use WPML you can translate these "
825
  "inputs via WPML String Translations."
828
  "Hilfe der WPML String Translations diese Texte übersetzen."
829
 
830
  #: admin/tabs/v3/embeddings/class-sp-dsgvo-embeddings-tab.php:11
831
+ #: public/shortcodes/privacy-policy.php:313
832
  msgid "Embeddings"
833
  msgstr "Embeddings"
834
 
1688
  msgstr "Geben Sie an nach wie vielen Tagen die Log Files gelöscht werden."
1689
 
1690
  #: admin/tabs/v3/page-basics/page.php:96 admin/tabs/v3/page-basics/page.php:112
1691
+ #: public/shortcodes/privacy-policy.php:185
1692
+ #: public/shortcodes/privacy-policy.php:203
1693
  msgid "CDN Provider"
1694
  msgstr "CDN Anbieter"
1695
 
1786
  msgstr "Aktivieren wenn Sie ein Bewerbungsformular auf Ihrer Website nutzen."
1787
 
1788
  #: admin/tabs/v3/page-basics/page.php:265
1789
+ #: public/shortcodes/privacy-policy.php:224
1790
  msgid "Promotional contest or game form"
1791
  msgstr "Gewinnspielformular"
1792
 
1842
  "von Formularen um Einträge von Bots zu verhindern?"
1843
 
1844
  #: admin/tabs/v3/page-basics/page.php:367
1845
+ #: public/shortcodes/privacy-policy.php:446
1846
  msgid "Newsletter Services"
1847
  msgstr "Newsletter Dienste"
1848
 
2561
  msgstr "Benachrichtigungseinstellungen"
2562
 
2563
  #: admin/tabs/v3/super-unsubscribe/page.php:190
2564
+ #: includes/models/unsubscriber.php:111
2565
  msgid "Confirmation of delete request"
2566
  msgstr "Bestätigung der Datenlöschung"
2567
 
2666
  #: admin/tabs/v3/webinars/page.php:18
2667
  msgid ""
2668
  "You can watch the videos of past webinars on our <a href=\"https://www."
2669
+ "youtube.com/channel/UCxPJiWLFirO_KJpm-TeyQhg/\" target=\"_blank\">YouTube "
2670
  "channel</a>"
2671
  msgstr ""
2672
  "Videos vergangener Webinare können Sie auf unserem <a href=\"https://www."
2781
  msgid "Dates"
2782
  msgstr "Termine"
2783
 
2784
+ #: admin/tabs/v3/webinars/page.php:106
2785
+ msgid ""
2786
+ "Currently no dates planed. You can watch the videos of past webinars on our "
2787
+ "<a href=\"https://www.youtube.com/channel/UCCeLTNGJu-Ao4ovfnUBnFaA\" target="
2788
+ "\"_blank\">YouTube channel</a>"
2789
+ msgstr ""
2790
+ "Zurzeit gibt es keine geplanten Termine. Videos vergangener Webinare können "
2791
+ "Sie auf unserem <a href=\"https://www.youtube.com/channel/UCCeLTNGJu-"
2792
+ "Ao4ovfnUBnFaA\" target=\"_blank\">YouTube Kanal</a ansehen"
2793
+
2794
  #: includes/class-sp-dsgvo-ajax-action.php:93
2795
  msgid "Public property $action not provied"
2796
  msgstr "Eigenschaft $action nicht mitgesendet"
4721
  msgid "All Details"
4722
  msgstr "Alle Details"
4723
 
4724
+ #: public/class-sp-dsgvo-public.php:1111
4725
  msgid "Terms: "
4726
  msgstr "AGB: "
4727
 
4750
  msgid ""
4751
  "European Commission Online Dispute Resolution (OS) platform for consumers: "
4752
  "<a href=\"https://ec.europa.eu/consumers/odr/\" target=\"_blank\">https://ec."
4753
+ "europa.eu/consumers/odr/</a>. We are not willing or obliged to participate "
4754
  "in a dispute settlement procedure before a consumer arbitration board."
4755
  msgstr ""
4756
  "Plattform der Europ&auml;ischen Kommission zur Online-Streitbeilegung (OS) "
4766
  #: public/shortcodes/privacy-policy.php:87
4767
  #: public/shortcodes/privacy-policy.php:96
4768
  #: public/shortcodes/privacy-policy.php:119
4769
+ #: public/shortcodes/privacy-policy.php:127
4770
  msgid "attn."
4771
  msgstr "z.H."
4772
 
4773
  #: public/shortcodes/privacy-policy.php:91
4774
  #: public/shortcodes/privacy-policy.php:100
4775
  #: public/shortcodes/privacy-policy.php:123
4776
+ #: public/shortcodes/privacy-policy.php:131
4777
  msgid "Phone:"
4778
  msgstr "Telefon:"
4779
 
4780
  #: public/shortcodes/privacy-policy.php:92
4781
  #: public/shortcodes/privacy-policy.php:101
4782
  #: public/shortcodes/privacy-policy.php:124
4783
+ #: public/shortcodes/privacy-policy.php:132
4784
  msgid "Email:"
4785
  msgstr "Email:"
4786
 
4788
  msgid "Data security officer"
4789
  msgstr "Datenschutzbeauftragter"
4790
 
4791
+ #: public/shortcodes/privacy-policy.php:136
4792
  msgid "Responsible for privacy issues"
4793
  msgstr "Verantwortlich für Datenschutzfragen"
4794
 
4795
+ #: public/shortcodes/privacy-policy.php:145
4796
  msgid "Hosting"
4797
  msgstr "Hosting Provider"
4798
 
4799
+ #: public/shortcodes/privacy-policy.php:175
4800
  msgid "Server Log Files"
4801
  msgstr "Server Log Files"
4802
 
4803
+ #: public/shortcodes/privacy-policy.php:214
4804
  msgid "Contact Form"
4805
  msgstr "Kontaktformular"
4806
 
4807
+ #: public/shortcodes/privacy-policy.php:219
4808
  msgid "Application Form"
4809
  msgstr "Bewerbungsformular"
4810
 
4811
+ #: public/shortcodes/privacy-policy.php:229
4812
  msgid "Registration Form"
4813
  msgstr "Registrierungsformular"
4814
 
4815
+ #: public/shortcodes/privacy-policy.php:234
4816
  msgid "Comments Form"
4817
  msgstr "Kommentarformular"
4818
 
4819
+ #: public/shortcodes/privacy-policy.php:252
4820
  msgid "Security Services"
4821
  msgstr "Sicherheitsdienste"
4822
 
4823
+ #: public/shortcodes/privacy-policy.php:283
4824
  msgid "Web Fonts"
4825
  msgstr "Web Schriften"
4826
 
4827
+ #: public/shortcodes/privacy-policy.php:324
4828
  msgid "Web Shop"
4829
  msgstr "Web Shop"
4830
 
4831
+ #: public/shortcodes/privacy-policy.php:336
4832
  msgid "Payments are processed via:"
4833
  msgstr "Zahlungen werden abgewickelt mit:"
4834
 
4835
+ #: public/shortcodes/privacy-policy.php:362
4836
  msgid "Tag Manager"
4837
  msgstr "Tag Manager"
4838
 
4839
+ #: public/shortcodes/privacy-policy.php:411
4840
  msgid "Analysis Services"
4841
  msgstr "Analysedienste"
4842
 
4843
+ #: public/shortcodes/privacy-policy.php:432
4844
  msgid "Ads, Profiling, Tracking, Retargeting"
4845
  msgstr "Targeting / Profiling / Werbung"
4846
 
4847
+ #: public/shortcodes/privacy-policy.php:469
4848
  msgid "Right to object"
4849
  msgstr "Widerspruchsrecht"
4850
 
4851
+ #: public/shortcodes/privacy-policy.php:474
4852
  msgid "Withdrawal"
4853
  msgstr "Widerrufsrecht"
4854
 
4855
+ #: public/shortcodes/privacy-policy.php:479
4856
  msgid "Right to data subject"
4857
  msgstr "Betroffenenrechte"
4858
 
public/class-sp-dsgvo-public.php CHANGED
@@ -151,7 +151,7 @@ class SPDSGVOPublic
151
 
152
  <?php
153
 
154
- $imgSrc = 'public\images\cookie-icons\\';
155
  $imgClass = "cn_cookie_icon_".$noticeStyle;
156
  switch ($noticeStyle) {
157
  case '03': $imgSrc .= "gradient2.png"; break;
@@ -177,7 +177,7 @@ class SPDSGVOPublic
177
  <?php endif; ?>
178
 
179
  <?php if($noticeStyle == '14') : ?>
180
- <img src="<?php echo SPDSGVO::pluginURI('public\images\cookie-icons\Cookie-one-white-1.png'); ?>" class="cn_cookie_icon_14" alt="<?= __('Cookie Image','shapepress-dsgvo');?>" />
181
  <?php endif; ?>
182
 
183
  <?php if ($settings['cn_show_dsgvo_icon'] === '1' && $settings['cookie_style'] == '00') : ?>
151
 
152
  <?php
153
 
154
+ $imgSrc = 'public/images/cookie-icons/';
155
  $imgClass = "cn_cookie_icon_".$noticeStyle;
156
  switch ($noticeStyle) {
157
  case '03': $imgSrc .= "gradient2.png"; break;
177
  <?php endif; ?>
178
 
179
  <?php if($noticeStyle == '14') : ?>
180
+ <img src="<?php echo SPDSGVO::pluginURI('public/images/cookie-icons/Cookie-one-white-1.png'); ?>" class="cn_cookie_icon_14" alt="<?= __('Cookie Image','shapepress-dsgvo');?>" />
181
  <?php endif; ?>
182
 
183
  <?php if ($settings['cn_show_dsgvo_icon'] === '1' && $settings['cookie_style'] == '00') : ?>
public/shortcodes/content-block-shortcode.php CHANGED
@@ -3,12 +3,16 @@
3
  function SPDSGVOContentBlockShortcode($atts, $content){
4
 
5
  $params = shortcode_atts( array (
6
- 'type' => ''
 
7
  ), $atts );
8
 
9
  if (empty($params['type'])) return $content;
10
  $slug = $params['type'];
11
 
 
 
 
12
  $embeddingApi = SPDSGVOEmbeddingsManager::getInstance()->getEmbeddingApiBySlug($slug);
13
  if ($embeddingApi == null) return $content;
14
 
3
  function SPDSGVOContentBlockShortcode($atts, $content){
4
 
5
  $params = shortcode_atts( array (
6
+ 'type' => '',
7
+ 'shortcode' => ''
8
  ), $atts );
9
 
10
  if (empty($params['type'])) return $content;
11
  $slug = $params['type'];
12
 
13
+ $shortcode = $params['shortcode'];
14
+ if (empty($shortcode) == false) $content = do_shortcode("[" . $shortcode ."]");
15
+
16
  $embeddingApi = SPDSGVOEmbeddingsManager::getInstance()->getEmbeddingApiBySlug($slug);
17
  if ($embeddingApi == null) return $content;
18
 
public/shortcodes/imprint.php CHANGED
@@ -123,7 +123,7 @@ function SPDSGVOImprintShortcode($atts){
123
 
124
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('p', __('Responsible for content','shapepress-dsgvo'). ": ".$settings['spdsgvo_company_resp_content']);
125
 
126
- $imprint[] = SPDSGVOGetFormatedHtmlTextArray('p', __('European Commission Online Dispute Resolution (OS) platform for consumers: <a href="https://ec.europa.eu/consumers/odr/" target="_blank">https://ec.europa.eu/consumers/odr/</a>. We are not willing and obliged to participate in a dispute settlement procedure before a consumer arbitration board.','shapepress-dsgvo'));
127
 
128
  // $imprint[] = SPDSGVOGetFormatedHtmlTextArray('p', __('','shapepress-dsgvo'). ": ".$settings['']);
129
 
123
 
124
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('p', __('Responsible for content','shapepress-dsgvo'). ": ".$settings['spdsgvo_company_resp_content']);
125
 
126
+ $imprint[] = SPDSGVOGetFormatedHtmlTextArray('p', __('European Commission Online Dispute Resolution (OS) platform for consumers: <a href="https://ec.europa.eu/consumers/odr/" target="_blank">https://ec.europa.eu/consumers/odr/</a>. We are not willing or obliged to participate in a dispute settlement procedure before a consumer arbitration board.','shapepress-dsgvo'));
127
 
128
  // $imprint[] = SPDSGVOGetFormatedHtmlTextArray('p', __('','shapepress-dsgvo'). ": ".$settings['']);
129
 
sp-dsgvo.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: WP DSGVO Tools (GDPR)
17
  * Plugin URI: https://legalweb.io
18
  * Description: WP DSGVO Tools (GDPR) help you to fulfill the GDPR (DGSVO) compliance guidance (<a target="_blank" href="https://ico.org.uk/for-organisations/data-protection-reform/overview-of-the-gdpr/">GDPR</a>)
19
- * Version: 3.1.10
20
  * Author: legalweb
21
  * Author URI: https://www.legalweb.io
22
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -28,7 +28,7 @@ if (! defined('WPINC')) {
28
  die();
29
  }
30
 
31
- define('sp_dsgvo_VERSION', '3.1.10');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  define('sp_dsgvo_PLUGIN_NAME', 'shapepress-dsgvo');
34
  define('sp_dsgvo_LEGAL_TEXTS_MIN_VERSION', '1579021814');
16
  * Plugin Name: WP DSGVO Tools (GDPR)
17
  * Plugin URI: https://legalweb.io
18
  * Description: WP DSGVO Tools (GDPR) help you to fulfill the GDPR (DGSVO) compliance guidance (<a target="_blank" href="https://ico.org.uk/for-organisations/data-protection-reform/overview-of-the-gdpr/">GDPR</a>)
19
+ * Version: 3.1.11
20
  * Author: legalweb
21
  * Author URI: https://www.legalweb.io
22
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
28
  die();
29
  }
30
 
31
+ define('sp_dsgvo_VERSION', '3.1.11');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  define('sp_dsgvo_PLUGIN_NAME', 'shapepress-dsgvo');
34
  define('sp_dsgvo_LEGAL_TEXTS_MIN_VERSION', '1579021814');
wpml-config.xml CHANGED
@@ -15,6 +15,7 @@
15
  <key name="sp_dsgvo_cookie_notice_text"/>
16
  <key name="sp_dsgvo_woo_privacy_text"/>
17
  <key name="sp_dsgvo_imprint"/>
 
18
  <key name="sp_dsgvo_integration_ga">
19
  <key name="propertyId"></key>
20
  <key name="jsCode"></key>
15
  <key name="sp_dsgvo_cookie_notice_text"/>
16
  <key name="sp_dsgvo_woo_privacy_text"/>
17
  <key name="sp_dsgvo_imprint"/>
18
+ <key name="sp_dsgvo_privacy_policy_custom_header"/>
19
  <key name="sp_dsgvo_integration_ga">
20
  <key name="propertyId"></key>
21
  <key name="jsCode"></key>